Skip to content

Commit d1f005c

Browse files
authored
feat: add webapi response changes as of 2025-10-14 (#1517)
1 parent e3f79e0 commit d1f005c

File tree

25 files changed

+182
-28
lines changed

25 files changed

+182
-28
lines changed

json-logs/raw/audit/v1/actions.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,20 @@
265265
"pref.public_record_channel_retention_changed",
266266
"pref.public_record_channel_redaction_duration_changed",
267267
"pref.enterprise_search_connectors_config_changed",
268-
"search_query_audit_logs_max_rows_failure"
268+
"search_query_audit_logs_max_rows_failure",
269+
"slack_ai_message_explanation_generated",
270+
"mcp_slack_read_canvas_tool_called",
271+
"mcp_slack_create_canvas_tool_called",
272+
"mcp_slack_update_canvas_tool_called",
273+
"mcp_slack_read_channel_tool_called",
274+
"mcp_slack_read_thread_tool_called",
275+
"mcp_slack_search_public_tool_called",
276+
"mcp_slack_search_channels_tool_called",
277+
"mcp_slack_search_public_and_private_tool_called",
278+
"mcp_slack_search_users_tool_called",
279+
"mcp_slack_send_message_tool_called",
280+
"mcp_slack_read_user_profile_tool_called",
281+
"pref.allow_cea_for_hippa_team_changed"
269282
],
270283
"user": [
271284
"custom_tos_accepted",
@@ -528,7 +541,8 @@
528541
"usergroup_update_enqueued",
529542
"usergroup_section_updated",
530543
"user_add_to_usergroup_failed",
531-
"usergroup_anomaly_event_response_allowlist_changed"
544+
"usergroup_anomaly_event_response_allowlist_changed",
545+
"user_bulk_upload_to_usergroup_started"
532546
],
533547
"role": [
534548
"role_assigned",
@@ -659,6 +673,16 @@
659673
"list_restricted_sharing_disabled",
660674
"list_rows_undeleted",
661675
"list_default_view_updated"
676+
],
677+
"slack_first_crm": [
678+
"contacts_import_initiated",
679+
"contacts_import_completed",
680+
"contacts_import_failed",
681+
"field_created",
682+
"field_updated",
683+
"field_visibility_updated",
684+
"license_assigned",
685+
"license_removed"
662686
]
663687
}
664688
}

json-logs/samples/api/admin.conversations.search.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@
105105
"shared_ts": "0000000000.000000"
106106
},
107107
"is_disabled": false
108+
},
109+
{
110+
"type": "",
111+
"label": "",
112+
"id": ""
108113
}
109114
],
110115
"tabz": [
@@ -117,6 +122,9 @@
117122
"shared_ts": "0000000000.000000"
118123
},
119124
"is_disabled": false
125+
},
126+
{
127+
"type": ""
120128
}
121129
],
122130
"meeting_notes": {

json-logs/samples/api/auth.test.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"error": "",
1414
"needed": "",
1515
"provided": "",
16-
"expires_in": 12345
16+
"expires_in": 12345,
17+
"context": ""
1718
}

json-logs/samples/api/chat.postMessage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"image_48": "https://www.example.com/",
2121
"image_72": "https://www.example.com/"
2222
},
23-
"team_id": "T00000000"
23+
"team_id": "T00000000",
24+
"user_id": "U00000000"
2425
},
2526
"thread_ts": "0000000000.000000",
2627
"parent_user_id": "U00000000",

json-logs/samples/api/conversations.info.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,19 @@
6464
"context_team_id": "T00000000",
6565
"updated": 12345,
6666
"properties": {
67-
"is_dormant": false
67+
"is_dormant": false,
68+
"tabs": [
69+
{
70+
"type": "",
71+
"label": "",
72+
"id": ""
73+
}
74+
],
75+
"tabz": [
76+
{
77+
"type": ""
78+
}
79+
]
6880
}
6981
},
7082
"error": "",

json-logs/samples/api/conversations.list.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
"type": "",
8787
"data": {
8888
"file_id": "F00000000",
89-
"shared_ts": "0000000000.000000"
89+
"shared_ts": "0000000000.000000",
90+
"folder_bookmark_id": ""
9091
},
9192
"is_disabled": false
9293
}
@@ -98,15 +99,23 @@
9899
"type": "",
99100
"data": {
100101
"file_id": "F00000000",
101-
"shared_ts": "0000000000.000000"
102+
"shared_ts": "0000000000.000000",
103+
"folder_bookmark_id": ""
102104
},
103105
"is_disabled": false
104106
}
105107
],
106108
"meeting_notes": {
107109
"file_id": "F00000000"
108110
},
109-
"is_dormant": false
111+
"is_dormant": false,
112+
"use_case": "",
113+
"channel_workflows": [
114+
{
115+
"workflow_trigger_id": "",
116+
"title": ""
117+
}
118+
]
110119
}
111120
}
112121
],
@@ -115,5 +124,6 @@
115124
},
116125
"error": "",
117126
"needed": "",
118-
"provided": ""
127+
"provided": "",
128+
"arg": ""
119129
}

json-logs/samples/api/files.completeUploadExternal.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,19 @@
5050
"latest_reply": "0000000000.000000",
5151
"source": "",
5252
"is_silent_share": false
53+
},
54+
{
55+
"reply_users": [
56+
""
57+
],
58+
"reply_users_count": 12345,
59+
"reply_count": 12345,
60+
"ts": "0000000000.000000",
61+
"channel_name": "",
62+
"team_id": "T00000000",
63+
"share_user_id": "U00000000",
64+
"source": "",
65+
"is_silent_share": false
5366
}
5467
],
5568
"C00000001": [
@@ -67,6 +80,19 @@
6780
"latest_reply": "0000000000.000000",
6881
"source": "",
6982
"is_silent_share": false
83+
},
84+
{
85+
"reply_users": [
86+
""
87+
],
88+
"reply_users_count": 12345,
89+
"reply_count": 12345,
90+
"ts": "0000000000.000000",
91+
"channel_name": "",
92+
"team_id": "T00000000",
93+
"share_user_id": "U00000000",
94+
"source": "",
95+
"is_silent_share": false
7096
}
7197
]
7298
}

json-logs/samples/api/rtm.connect.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
},
1313
"error": "",
1414
"needed": "",
15-
"provided": ""
15+
"provided": "",
16+
"context": ""
1617
}

json-logs/samples/api/team.info.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@
2424
"discoverable": "",
2525
"avatar_base_url": "https://www.example.com/",
2626
"lob_sales_home_enabled": false,
27-
"is_sfdc_auto_slack": false
27+
"is_sfdc_auto_slack": false,
28+
"sso_provider": {
29+
"type": "",
30+
"name": "",
31+
"label": ""
32+
},
33+
"pay_prod_cur": "",
34+
"locale": ""
2835
},
2936
"error": "",
3037
"needed": "",

json-logs/samples/api/usergroups.list.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"updated_by": "U00000000",
2020
"prefs": {
2121
"channels": [
22-
"",
23-
"C00000000"
22+
""
2423
],
2524
"groups": [
2625
""
@@ -37,7 +36,8 @@
3736
"is_visible": false,
3837
"is_editing_restricted": false,
3938
"is_membership_locked": false,
40-
"is_org_level": false
39+
"is_org_level": false,
40+
"deleted_by": "U00000000"
4141
}
4242
],
4343
"error": "",

0 commit comments

Comments
 (0)