Skip to content

Commit edb2314

Browse files
committed
Add web api response changes as of 2025-06-13
1 parent f8d2bce commit edb2314

File tree

16 files changed

+67
-15
lines changed

16 files changed

+67
-15
lines changed

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,13 @@
251251
"pref.enterprise_search_enabled_changed",
252252
"export_app_configuration_upserted",
253253
"export_app_configuration_deleted",
254-
"pref.slack_ai_allow_translations_changed"
254+
"pref.slack_ai_allow_translations_changed",
255+
"slack_ai_permissions_reset",
256+
"search_query_audit_logs_export_started",
257+
"search_query_audit_logs_export_completed",
258+
"search_query_audit_logs_export_downloaded",
259+
"search_query_audit_logs_export_deleted",
260+
"audit_logs_ai_summary_generated"
255261
],
256262
"user": [
257263
"custom_tos_accepted",
@@ -306,7 +312,8 @@
306312
"user_added_reminder",
307313
"app_agentforce_shareable_prompt_created",
308314
"app_agentforce_session_created_from_prompt_link",
309-
"app_agentforce_execute_slack_action"
315+
"app_agentforce_execute_slack_action",
316+
"user_anomaly_event_reponse_allowlist_changed"
310317
],
311318
"file": [
312319
"file_downloaded",
@@ -387,7 +394,8 @@
387394
"channel_template_provisioned",
388395
"record_channel_channel_type_conversion",
389396
"featured_workflow_added",
390-
"featured_workflow_removed"
397+
"featured_workflow_removed",
398+
"channel_huddle_properties_updated"
391399
],
392400
"app": [
393401
"app_installed",
@@ -446,7 +454,8 @@
446454
"record_shared",
447455
"message_flag_assignment",
448456
"message_flag_unassignment",
449-
"thread_hidden"
457+
"thread_hidden",
458+
"message_flag_restored"
450459
],
451460
"barrier": [
452461
"barrier_created",

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

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
"canvas": {
7777
"file_id": "F00000000",
7878
"is_empty": false,
79-
"quip_thread_id": ""
79+
"quip_thread_id": "",
80+
"is_migrated": false
8081
},
8182
"posting_restricted_to": {
8283
"type": [
@@ -98,20 +99,29 @@
9899
{
99100
"id": "",
100101
"label": "",
101-
"type": ""
102+
"type": "",
103+
"data": {
104+
"file_id": "F00000000",
105+
"shared_ts": "0000000000.000000"
106+
},
107+
"is_disabled": false
102108
}
103109
],
104110
"tabz": [
105111
{
106112
"id": "",
107113
"label": "",
108-
"type": ""
109-
},
110-
{
111114
"type": "",
112-
"id": ""
115+
"data": {
116+
"file_id": "F00000000",
117+
"shared_ts": "0000000000.000000"
118+
},
119+
"is_disabled": false
113120
}
114-
]
121+
],
122+
"meeting_notes": {
123+
"file_id": "F00000000"
124+
}
115125
}
116126
}
117127
],

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"count": 12345,
1919
"total": 12345,
2020
"page": 12345,
21-
"pages": 12345
21+
"pages": 12345,
22+
"warnings": [
23+
""
24+
]
2225
},
2326
"error": "",
2427
"needed": "",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"enterprise_domain": "",
2424
"discoverable": "",
2525
"avatar_base_url": "https://www.example.com/",
26-
"lob_sales_home_enabled": false
26+
"lob_sales_home_enabled": false,
27+
"is_sfdc_auto_slack": false
2728
},
2829
"error": "",
2930
"needed": "",

json-logs/samples/audit/v1/logs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,8 @@
395395
"row_id": "",
396396
"cell_date_updated": 123,
397397
"view_id": "",
398-
"user": ""
398+
"user": "",
399+
"file_id": ""
399400
}
400401
}
401402
]

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
}
3737
],
3838
"photos": [
39+
{
40+
"value": "https://www.example.com/",
41+
"type": ""
42+
},
3943
{
4044
"value": "",
4145
"type": ""
@@ -77,6 +81,10 @@
7781
"manager": {}
7882
},
7983
"groups": [
84+
{
85+
"value": "S00000000",
86+
"display": ""
87+
},
8088
{
8189
"value": "",
8290
"display": ""

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,12 @@ private WorkspaceOrOrg() {
263263
public static final String audit_logs_records_searched_anomaly = "audit_logs_records_searched_anomaly";
264264
public static final String export_app_configuration_upserted = "export_app_configuration_upserted";
265265
public static final String export_app_configuration_deleted = "export_app_configuration_deleted";
266+
public static final String slack_ai_permissions_reset = "slack_ai_permissions_reset";
267+
public static final String search_query_audit_logs_export_started = "search_query_audit_logs_export_started";
268+
public static final String search_query_audit_logs_export_completed = "search_query_audit_logs_export_completed";
269+
public static final String search_query_audit_logs_export_downloaded = "search_query_audit_logs_export_downloaded";
270+
public static final String search_query_audit_logs_export_deleted = "search_query_audit_logs_export_deleted";
271+
public static final String audit_logs_ai_summary_generated = "audit_logs_ai_summary_generated";
266272
}
267273

268274
public static class User {
@@ -322,6 +328,7 @@ private User() {
322328
public static final String app_agentforce_shareable_prompt_created = "app_agentforce_shareable_prompt_created";
323329
public static final String app_agentforce_session_created_from_prompt_link = "app_agentforce_session_created_from_prompt_link";
324330
public static final String app_agentforce_execute_slack_action = "app_agentforce_execute_slack_action";
331+
public static final String user_anomaly_event_reponse_allowlist_changed = "user_anomaly_event_reponse_allowlist_changed";
325332
}
326333

327334
public static class File {
@@ -411,6 +418,7 @@ private Channel() {
411418
public static final String record_channel_channel_type_conversion = "record_channel_channel_type_conversion";
412419
public static final String featured_workflow_added = "featured_workflow_added";
413420
public static final String featured_workflow_removed = "featured_workflow_removed";
421+
public static final String channel_huddle_properties_updated = "channel_huddle_properties_updated";
414422
}
415423

416424
public static class App {
@@ -470,6 +478,7 @@ private Message() {
470478
public static final String message_flag_assignment = "message_flag_assignment";
471479
public static final String message_flag_unassignment = "message_flag_unassignment";
472480
public static final String thread_hidden = "thread_hidden";
481+
public static final String message_flag_restored = "message_flag_restored";
473482
}
474483

475484
public static class WorkflowBuilder {

slack-api-client/src/main/java/com/slack/api/audit/response/LogsResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ public static class Details {
364364
private Integer cellDateUpdated; // list_cell_updated
365365
private String viewId; // list_view_updated
366366
private String user; // list_access_added
367+
private String fileId;
367368
}
368369

369370
@Data

slack-api-client/src/main/java/com/slack/api/methods/response/admin/apps/AdminAppsConfigLookupResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ public class AdminAppsConfigLookupResponse implements SlackApiTextResponse {
2020

2121
private List<AppConfig> configs;
2222
private ResponseMetadata responseMetadata;
23-
2423
}

slack-api-client/src/test/java/test_with_remote_apis/ProxyTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public void methods_system_properties() throws Exception {
138138
}
139139
}
140140

141+
@Ignore
141142
@Test
142143
public void rtm() throws Exception {
143144
SlackHttpClient httpClient = new SlackHttpClient();

0 commit comments

Comments
 (0)