diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 13975bd..b53c729 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -12180,6 +12180,10 @@ paths: name: Test tag event_details: app_package_code: null + translations: + original: en + en:

Okay!

+ fr: "

D'accord!

" - type: conversation_part id: 2 part_type: custom_action_started @@ -12385,6 +12389,10 @@ paths: name: Test tag event_details: app_package_code: null + translations: + original: en + en:

Okay!

+ fr: "

D'accord!

" - type: conversation_part id: 2 part_type: custom_action_started @@ -14148,6 +14156,10 @@ paths: attachments: [] external_id: external_reply_send_state: sent + translations: + original: en + en: "

Hello there!

" + fr: "

Bonjour!

" Mark part as seen: value: type: conversation_part @@ -14167,6 +14179,10 @@ paths: external_id: seen_state: admin_seen: true + translations: + original: en + en: "

Hello there!

" + fr: "

Bonjour!

" schema: "$ref": "#/components/schemas/conversation_part" '401': @@ -22211,6 +22227,26 @@ paths: content: application/json: examples: + Admin reply: + value: + type: ticket_part + id: '155' + part_type: comment + body: "

Thanks for reaching out, we're looking into it!

" + created_at: 1734537880 + updated_at: 1734537880 + author: + id: '991267940' + type: admin + name: Ciaran418 Lee + email: admin418@email.com + attachments: [] + redacted: false + app_package_code: test-integration + translations: + original: en + en: "

Thanks for reaching out, we're looking into it!

" + fr: "

Merci de nous avoir contactés, nous nous en occupons !

" Admin note reply: value: type: ticket_part @@ -31865,6 +31901,26 @@ components: nullable: true example: "test-integration" description: The app package code if this part was created via API. null if the part was not created via API. + translations: + type: object + nullable: true + description: >- + A map of the reply text keyed by locale code. Only present on the + Preview API version and backs the `conversation.admin.replied.translated` + webhook topic. The special `original` key holds the source locale code + of the reply; every other key is a locale code whose value is the reply + text translated into that locale, as HTML in the same format as `body`. + The `body` field is unchanged and always + stays in the original source language. Available in the Preview API version + only (set `Intercom-Version: Preview`). + required: + - original + additionalProperties: + type: string + example: + original: en + en:

Hello

+ fr:

Bonjour

conversation_part_author: title: Conversation part author type: object @@ -39471,6 +39527,26 @@ components: nullable: false example: text-integration description: The app package code if this part was created via API. Note this field won't show if the part was not created via API. + translations: + type: object + nullable: true + description: >- + A map of the reply text keyed by locale code. Only present on the + Preview API version and backs the `ticket.admin.replied.translated` + webhook topic. The special `original` key holds the source locale code + of the reply; every other key is a locale code whose value is the reply + text translated into that locale, as HTML in the same format as `body`. + The `body` field is unchanged and always + stays in the original source language. Available in the Preview API version + only (set `Intercom-Version: Preview`). + required: + - original + additionalProperties: + type: string + example: + original: en + en:

Hello

+ fr:

Bonjour

updated_attribute_data: title: Updated Attribute type: object @@ -39640,6 +39716,26 @@ components: type: boolean description: Whether or not the ticket part has been redacted. example: false + translations: + type: object + nullable: true + description: >- + A map of the reply text keyed by locale code. Only present on the + Preview API version and backs the `ticket.admin.replied.translated` + webhook topic. The special `original` key holds the source locale code + of the reply; every other key is a locale code whose value is the reply + text translated into that locale, as HTML in the same format as `body`. + The `body` field is unchanged and always + stays in the original source language. Available in the Preview API version + only (set `Intercom-Version: Preview`). + required: + - original + additionalProperties: + type: string + example: + original: en + en:

Hello

+ fr:

Bonjour

ticket_request_custom_attributes: title: Ticket Attributes type: object