diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index eb33e06..10dfcba 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -14556,7 +14556,7 @@ paths: - type: user id: 6762f19b1bb69f9f2193bbd4 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Not found content: @@ -14661,7 +14661,7 @@ paths: - type: user id: 6762f1b41bb69f9f2193bbe0 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Contact not found content: @@ -28972,6 +28972,34 @@ components: "$ref": "#/components/schemas/customer_request" required: - email + conversation_participants_response: + title: Conversation Participants Response + type: object + description: The participants of the conversation, returned after attaching + or detaching a contact + properties: + customers: + type: array + description: The conversation participants after the change + items: + type: object + properties: + type: + type: string + description: The role of the participant. Can be "user" or "lead" + example: 'user' + id: + type: string + description: The unique identifier for the participant + example: '6762f1a61bb69f9f2193bbd8' + required: + - type + - id + example: + - type: user + id: '6762f1a61bb69f9f2193bbd8' + required: + - customers team_metric: type: object description: Per-admin activity metrics within a team. diff --git a/descriptions/2.10/api.intercom.io.yaml b/descriptions/2.10/api.intercom.io.yaml index c56ac40..b6d1ec0 100644 --- a/descriptions/2.10/api.intercom.io.yaml +++ b/descriptions/2.10/api.intercom.io.yaml @@ -5971,7 +5971,7 @@ paths: - type: user id: 6657accd6abd0166b52ae296 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Not found content: @@ -6076,7 +6076,7 @@ paths: - type: user id: 6657acdb6abd0166b52ae2a2 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Contact not found content: @@ -11937,6 +11937,34 @@ components: "$ref": "#/components/schemas/customer_request" required: - email + conversation_participants_response: + title: Conversation Participants Response + type: object + description: The participants of the conversation, returned after attaching + or detaching a contact + properties: + customers: + type: array + description: The conversation participants after the change + items: + type: object + properties: + type: + type: string + description: The role of the participant. Can be "user" or "lead" + example: 'user' + id: + type: string + description: The unique identifier for the participant + example: '6762f1a61bb69f9f2193bbd8' + required: + - type + - id + example: + - type: user + id: '6762f1a61bb69f9f2193bbd8' + required: + - customers close_conversation_request: title: Close Conversation Request type: object diff --git a/descriptions/2.11/api.intercom.io.yaml b/descriptions/2.11/api.intercom.io.yaml index eaa4631..b261ba5 100644 --- a/descriptions/2.11/api.intercom.io.yaml +++ b/descriptions/2.11/api.intercom.io.yaml @@ -6081,7 +6081,7 @@ paths: - type: user id: 667d61168a68186f43bafe0d schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Not found content: @@ -6186,7 +6186,7 @@ paths: - type: user id: 667d61228a68186f43bafe19 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Contact not found content: @@ -12179,6 +12179,34 @@ components: nullable: true required: - email + conversation_participants_response: + title: Conversation Participants Response + type: object + description: The participants of the conversation, returned after attaching + or detaching a contact + properties: + customers: + type: array + description: The conversation participants after the change + items: + type: object + properties: + type: + type: string + description: The role of the participant. Can be "user" or "lead" + example: 'user' + id: + type: string + description: The unique identifier for the participant + example: '6762f1a61bb69f9f2193bbd8' + required: + - type + - id + example: + - type: user + id: '6762f1a61bb69f9f2193bbd8' + required: + - customers button_component: title: Button Component type: object diff --git a/descriptions/2.12/api.intercom.io.yaml b/descriptions/2.12/api.intercom.io.yaml index 2091593..264fda6 100644 --- a/descriptions/2.12/api.intercom.io.yaml +++ b/descriptions/2.12/api.intercom.io.yaml @@ -6491,7 +6491,7 @@ paths: - type: user id: 677c55ef6abd011ad17ff541 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Not found content: @@ -6596,7 +6596,7 @@ paths: - type: user id: 677c56016abd011ad17ff54d schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Contact not found content: @@ -12843,6 +12843,34 @@ components: "$ref": "#/components/schemas/customer_request" required: - email + conversation_participants_response: + title: Conversation Participants Response + type: object + description: The participants of the conversation, returned after attaching + or detaching a contact + properties: + customers: + type: array + description: The conversation participants after the change + items: + type: object + properties: + type: + type: string + description: The role of the participant. Can be "user" or "lead" + example: 'user' + id: + type: string + description: The unique identifier for the participant + example: '6762f1a61bb69f9f2193bbd8' + required: + - type + - id + example: + - type: user + id: '6762f1a61bb69f9f2193bbd8' + required: + - customers close_conversation_request: title: Close Conversation Request type: object diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index 2f42b47..d1a0800 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -7476,7 +7476,7 @@ paths: - type: user id: 677c55ef6abd011ad17ff541 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Not found content: @@ -7581,7 +7581,7 @@ paths: - type: user id: 677c56016abd011ad17ff54d schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Contact not found content: @@ -14294,6 +14294,34 @@ components: "$ref": "#/components/schemas/customer_request" required: - email + conversation_participants_response: + title: Conversation Participants Response + type: object + description: The participants of the conversation, returned after attaching + or detaching a contact + properties: + customers: + type: array + description: The conversation participants after the change + items: + type: object + properties: + type: + type: string + description: The role of the participant. Can be "user" or "lead" + example: 'user' + id: + type: string + description: The unique identifier for the participant + example: '6762f1a61bb69f9f2193bbd8' + required: + - type + - id + example: + - type: user + id: '6762f1a61bb69f9f2193bbd8' + required: + - customers close_conversation_request: title: Close Conversation Request type: object diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index 62c76f9..fe030b3 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -8459,7 +8459,7 @@ paths: - type: user id: 6762f19b1bb69f9f2193bbd4 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Not found content: @@ -8564,7 +8564,7 @@ paths: - type: user id: 6762f1b41bb69f9f2193bbe0 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Contact not found content: @@ -15951,6 +15951,34 @@ components: "$ref": "#/components/schemas/customer_request" required: - email + conversation_participants_response: + title: Conversation Participants Response + type: object + description: The participants of the conversation, returned after attaching + or detaching a contact + properties: + customers: + type: array + description: The conversation participants after the change + items: + type: object + properties: + type: + type: string + description: The role of the participant. Can be "user" or "lead" + example: 'user' + id: + type: string + description: The unique identifier for the participant + example: '6762f1a61bb69f9f2193bbd8' + required: + - type + - id + example: + - type: user + id: '6762f1a61bb69f9f2193bbd8' + required: + - customers away_status_reason: type: object properties: diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index dbc8d6c..06dd3ed 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -8382,7 +8382,7 @@ paths: - type: user id: 6762f19b1bb69f9f2193bbd4 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Not found content: @@ -8487,7 +8487,7 @@ paths: - type: user id: 6762f1b41bb69f9f2193bbe0 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Contact not found content: @@ -16636,6 +16636,34 @@ components: "$ref": "#/components/schemas/customer_request" required: - email + conversation_participants_response: + title: Conversation Participants Response + type: object + description: The participants of the conversation, returned after attaching + or detaching a contact + properties: + customers: + type: array + description: The conversation participants after the change + items: + type: object + properties: + type: + type: string + description: The role of the participant. Can be "user" or "lead" + example: 'user' + id: + type: string + description: The unique identifier for the participant + example: '6762f1a61bb69f9f2193bbd8' + required: + - type + - id + example: + - type: user + id: '6762f1a61bb69f9f2193bbd8' + required: + - customers brand: type: object title: Brand diff --git a/descriptions/2.16/api.intercom.io.yaml b/descriptions/2.16/api.intercom.io.yaml index 76e8733..2af1dba 100644 --- a/descriptions/2.16/api.intercom.io.yaml +++ b/descriptions/2.16/api.intercom.io.yaml @@ -12697,7 +12697,7 @@ paths: - type: user id: 6762f19b1bb69f9f2193bbd4 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Not found content: @@ -12802,7 +12802,7 @@ paths: - type: user id: 6762f1b41bb69f9f2193bbe0 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Contact not found content: @@ -24380,6 +24380,34 @@ components: "$ref": "#/components/schemas/customer_request" required: - email + conversation_participants_response: + title: Conversation Participants Response + type: object + description: The participants of the conversation, returned after attaching + or detaching a contact + properties: + customers: + type: array + description: The conversation participants after the change + items: + type: object + properties: + type: + type: string + description: The role of the participant. Can be "user" or "lead" + example: 'user' + id: + type: string + description: The unique identifier for the participant + example: '6762f1a61bb69f9f2193bbd8' + required: + - type + - id + example: + - type: user + id: '6762f1a61bb69f9f2193bbd8' + required: + - customers brand: type: object title: Brand diff --git a/descriptions/2.7/api.intercom.io.yaml b/descriptions/2.7/api.intercom.io.yaml index dafa8b0..853c4ef 100644 --- a/descriptions/2.7/api.intercom.io.yaml +++ b/descriptions/2.7/api.intercom.io.yaml @@ -6103,7 +6103,7 @@ paths: - type: user id: 6657a89e6abd0160d35d1ef2 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Not found content: @@ -6208,7 +6208,7 @@ paths: - type: user id: 6657a8ab6abd0160d35d1efe schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Contact not found content: @@ -10047,6 +10047,34 @@ components: "$ref": "#/components/schemas/customer_request" required: - email + conversation_participants_response: + title: Conversation Participants Response + type: object + description: The participants of the conversation, returned after attaching + or detaching a contact + properties: + customers: + type: array + description: The conversation participants after the change + items: + type: object + properties: + type: + type: string + description: The role of the participant. Can be "user" or "lead" + example: 'user' + id: + type: string + description: The unique identifier for the participant + example: '6762f1a61bb69f9f2193bbd8' + required: + - type + - id + example: + - type: user + id: '6762f1a61bb69f9f2193bbd8' + required: + - customers close_conversation_request: title: Close Conversation Request type: object diff --git a/descriptions/2.8/api.intercom.io.yaml b/descriptions/2.8/api.intercom.io.yaml index d1ced05..4a248b2 100644 --- a/descriptions/2.8/api.intercom.io.yaml +++ b/descriptions/2.8/api.intercom.io.yaml @@ -6103,7 +6103,7 @@ paths: - type: user id: 6657a9f76abd01639cc9e9f3 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Not found content: @@ -6208,7 +6208,7 @@ paths: - type: user id: 6657aa036abd01639cc9e9ff schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Contact not found content: @@ -10071,6 +10071,34 @@ components: "$ref": "#/components/schemas/customer_request" required: - email + conversation_participants_response: + title: Conversation Participants Response + type: object + description: The participants of the conversation, returned after attaching + or detaching a contact + properties: + customers: + type: array + description: The conversation participants after the change + items: + type: object + properties: + type: + type: string + description: The role of the participant. Can be "user" or "lead" + example: 'user' + id: + type: string + description: The unique identifier for the participant + example: '6762f1a61bb69f9f2193bbd8' + required: + - type + - id + example: + - type: user + id: '6762f1a61bb69f9f2193bbd8' + required: + - customers close_conversation_request: title: Close Conversation Request type: object diff --git a/descriptions/2.9/api.intercom.io.yaml b/descriptions/2.9/api.intercom.io.yaml index b7f626a..a643e16 100644 --- a/descriptions/2.9/api.intercom.io.yaml +++ b/descriptions/2.9/api.intercom.io.yaml @@ -6115,7 +6115,7 @@ paths: - type: user id: 6657ab566abd0164c24b0d7d schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Not found content: @@ -6220,7 +6220,7 @@ paths: - type: user id: 6657ab636abd0164c24b0d89 schema: - "$ref": "#/components/schemas/conversation" + "$ref": "#/components/schemas/conversation_participants_response" '404': description: Contact not found content: @@ -11251,6 +11251,34 @@ components: "$ref": "#/components/schemas/customer_request" required: - email + conversation_participants_response: + title: Conversation Participants Response + type: object + description: The participants of the conversation, returned after attaching + or detaching a contact + properties: + customers: + type: array + description: The conversation participants after the change + items: + type: object + properties: + type: + type: string + description: The role of the participant. Can be "user" or "lead" + example: 'user' + id: + type: string + description: The unique identifier for the participant + example: '6762f1a61bb69f9f2193bbd8' + required: + - type + - id + example: + - type: user + id: '6762f1a61bb69f9f2193bbd8' + required: + - customers close_conversation_request: title: Close Conversation Request type: object