Skip to content

Commit a7a0c7a

Browse files
melintercomclaude
andauthored
Add unassign_unsnoozed_when_away_setting_change to activity log types (#409)
* Add unassign_unsnoozed_when_away_setting_change to activity log types Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> * Remove mode field from 2.14 spec to align with developer-docs The mode field is a new addition that should only appear in API version 2.15, not 2.14. The event type enum value remains in both versions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 34bef98 commit a7a0c7a

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

descriptions/2.14/api.intercom.io.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14290,6 +14290,7 @@ components:
1429014290
- team_assignment_limit_change
1429114291
- trusted_domains_setting_change
1429214292
- unassign_unsnoozed_at_capacity_setting_change
14293+
- unassign_unsnoozed_when_away_setting_change
1429314294
- upfront_email_collection_change
1429414295
- allowed_attachment_filetypes_setting_change
1429514296
- attach_uploads_inline_setting_change

descriptions/2.15/api.intercom.io.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14847,6 +14847,7 @@ components:
1484714847
- team_assignment_limit_change
1484814848
- trusted_domains_setting_change
1484914849
- unassign_unsnoozed_at_capacity_setting_change
14850+
- unassign_unsnoozed_when_away_setting_change
1485014851
- upfront_email_collection_change
1485114852
- allowed_attachment_filetypes_setting_change
1485214853
- attach_uploads_inline_setting_change
@@ -14968,6 +14969,11 @@ components:
1496814969
nullable: true
1496914970
description: Indicates if the setting is enabled or disabled.
1497014971
example: true
14972+
mode:
14973+
type: string
14974+
nullable: true
14975+
description: The mode of the setting (e.g., when_away_only, when_away_and_reassign).
14976+
example: when_away_only
1497114977
consent_id:
1497214978
type: integer
1497314979
nullable: true

0 commit comments

Comments
 (0)