File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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
@@ -14411,6 +14412,11 @@ components:
1441114412 nullable: true
1441214413 description: Indicates if the setting is enabled or disabled.
1441314414 example: true
14415+ mode:
14416+ type: string
14417+ nullable: true
14418+ description: The mode of the setting (e.g., when_away_only, when_away_and_reassign).
14419+ example: when_away_only
1441414420 consent_id:
1441514421 type: integer
1441614422 nullable: true
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments