diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index ab905f1..35ed2d9 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -14290,6 +14290,7 @@ components: - team_assignment_limit_change - trusted_domains_setting_change - unassign_unsnoozed_at_capacity_setting_change + - unassign_unsnoozed_when_away_setting_change - upfront_email_collection_change - allowed_attachment_filetypes_setting_change - attach_uploads_inline_setting_change diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index 94c8686..0ce4819 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -14847,6 +14847,7 @@ components: - team_assignment_limit_change - trusted_domains_setting_change - unassign_unsnoozed_at_capacity_setting_change + - unassign_unsnoozed_when_away_setting_change - upfront_email_collection_change - allowed_attachment_filetypes_setting_change - attach_uploads_inline_setting_change @@ -14968,6 +14969,11 @@ components: nullable: true description: Indicates if the setting is enabled or disabled. example: true + mode: + type: string + nullable: true + description: The mode of the setting (e.g., when_away_only, when_away_and_reassign). + example: when_away_only consent_id: type: integer nullable: true