Skip to content

Commit da2cbdf

Browse files
committed
feat: add webapi response changes as of 2025-11-12
1 parent 0e2e266 commit da2cbdf

File tree

21 files changed

+75
-28
lines changed

21 files changed

+75
-28
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@
278278
"mcp_slack_search_users_tool_called",
279279
"mcp_slack_send_message_tool_called",
280280
"mcp_slack_read_user_profile_tool_called",
281-
"pref.allow_cea_for_hippa_team_changed"
281+
"pref.allow_cea_for_hippa_team_changed",
282+
"custom_tos_link_clicked"
282283
],
283284
"user": [
284285
"custom_tos_accepted",
@@ -336,7 +337,8 @@
336337
"app_agentforce_execute_slack_action",
337338
"user_anomaly_event_reponse_allowlist_changed",
338339
"org_owner_created",
339-
"slackbot_ai_shareable_prompt_created"
340+
"slackbot_ai_shareable_prompt_created",
341+
"user_anomaly_event_response_allowlist_changed"
340342
],
341343
"file": [
342344
"file_downloaded",

json-logs/samples/api/admin.apps.activities.list.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@
5353
"action": "",
5454
"team_id": "E00000000",
5555
"user_id": "W00000000",
56-
"bundle_size_kb": 12345
56+
"bundle_size_kb": 12345,
57+
"outputs": {
58+
"channel_id": "C00000000",
59+
"message_ts": "0000000000.000000"
60+
},
61+
"code": "",
62+
"app_id": "A00000000"
5763
},
5864
"created": 12345,
5965
"trace_id": "",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"image_48": "https://www.example.com/",
4343
"image_72": "https://www.example.com/"
4444
}
45-
}
45+
},
46+
""
4647
],
4748
"connected_limited_team_ids": [
4849
""

json-logs/samples/api/admin.inviteRequests.list.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
"email": "",
77
"date_created": 12345,
88
"requester_ids": [
9-
"W00000000"
9+
"W00000000",
10+
"U00000000"
1011
],
1112
"channel_ids": [
12-
""
13+
"",
14+
"C00000000"
1315
],
1416
"invite_type": "",
1517
"request_reason": "",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
],
8484
"meeting_notes": {
8585
"file_id": "F00000000"
86-
}
86+
},
87+
"use_case": ""
8788
}
8889
},
8990
"warning": "",

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,6 @@
8989
"shared_ts": "0000000000.000000"
9090
},
9191
"is_disabled": false
92-
},
93-
{
94-
"id": "",
95-
"type": "",
96-
"data": {
97-
"file_id": "F00000000",
98-
"shared_ts": "0000000000.000000"
99-
},
100-
"label": ""
10192
}
10293
],
10394
"tabz": [
@@ -110,14 +101,6 @@
110101
"shared_ts": "0000000000.000000"
111102
},
112103
"is_disabled": false
113-
},
114-
{
115-
"id": "",
116-
"type": "",
117-
"data": {
118-
"file_id": "F00000000",
119-
"shared_ts": "0000000000.000000"
120-
}
121104
}
122105
],
123106
"meeting_notes": {

json-logs/samples/api/users.profile.get.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"unicode": ""
5050
}
5151
],
52-
"start_date": ""
52+
"start_date": "",
53+
"always_active": false
5354
},
5455
"error": "",
5556
"needed": "",

json-logs/samples/api/users.profile.set.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"display_url": "",
4646
"unicode": ""
4747
}
48-
]
48+
],
49+
"start_date": ""
4950
},
5051
"ok": false,
5152
"username": "",

json-logs/samples/scim/v2/Users.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
"manager": {}
8282
},
8383
"groups": [
84+
{
85+
"value": "S00000000",
86+
"display": ""
87+
},
8488
{
8589
"value": "",
8690
"display": ""
@@ -95,6 +99,9 @@
9599
"display": ""
96100
}
97101
]
102+
},
103+
"urn:ietf:params:scim:schemas:extension:slack:profile:2.0:User": {
104+
"startDate": ""
98105
}
99106
}
100107
],

slack-api-client/src/main/java/com/slack/api/audit/Actions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ private User() {
337337
public static final String app_agentforce_session_created_from_prompt_link = "app_agentforce_session_created_from_prompt_link";
338338
public static final String app_agentforce_execute_slack_action = "app_agentforce_execute_slack_action";
339339
public static final String user_anomaly_event_reponse_allowlist_changed = "user_anomaly_event_reponse_allowlist_changed";
340+
public static final String user_anomaly_event_response_allowlist_changed = "user_anomaly_event_response_allowlist_changed";
340341
public static final String org_owner_created = "org_owner_created";
341342
public static final String slackbot_ai_shareable_prompt_created = "slackbot_ai_shareable_prompt_created";
342343
}

0 commit comments

Comments
 (0)