Skip to content

Commit 227b9fb

Browse files
committed
Run all the integration tests - 2023-06-22 PT
1 parent da475d8 commit 227b9fb

File tree

4 files changed

+33
-23
lines changed

4 files changed

+33
-23
lines changed

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,14 @@
2323
"username": "",
2424
"url_private": "https://www.example.com/",
2525
"url_private_download": "https://www.example.com/",
26-
"media_display_type": "",
27-
"thumb_64": "https://www.example.com/",
28-
"thumb_80": "https://www.example.com/",
29-
"thumb_360": "https://www.example.com/",
30-
"thumb_360_w": 12345,
31-
"thumb_360_h": 12345,
32-
"thumb_480": "https://www.example.com/",
33-
"thumb_480_w": 12345,
34-
"thumb_480_h": 12345,
35-
"thumb_160": "https://www.example.com/",
36-
"thumb_360_gif": "https://www.example.com/",
37-
"thumb_480_gif": "https://www.example.com/",
38-
"original_w": 12345,
39-
"original_h": 12345,
40-
"deanimate": "https://www.example.com/",
41-
"deanimate_gif": "https://www.example.com/",
42-
"thumb_tiny": "",
4326
"permalink": "https://www.example.com/",
4427
"permalink_public": "https://www.example.com/",
28+
"edit_link": "https://www.example.com/",
29+
"preview": "",
30+
"preview_highlight": "",
31+
"lines": 12345,
32+
"lines_more": 12345,
33+
"preview_is_truncated": false,
4534
"channels": [
4635
"C00000000",
4736
""
@@ -53,12 +42,16 @@
5342
""
5443
],
5544
"comments_count": 12345,
56-
"edit_link": "https://www.example.com/",
57-
"preview": "",
58-
"preview_highlight": "",
59-
"lines": 12345,
60-
"lines_more": 12345,
61-
"preview_is_truncated": false,
45+
"media_display_type": "",
46+
"thumb_64": "https://www.example.com/",
47+
"thumb_80": "https://www.example.com/",
48+
"thumb_360": "https://www.example.com/",
49+
"thumb_360_w": 12345,
50+
"thumb_360_h": 12345,
51+
"thumb_480": "https://www.example.com/",
52+
"thumb_480_w": 12345,
53+
"thumb_480_h": 12345,
54+
"thumb_160": "https://www.example.com/",
6255
"thumb_720": "https://www.example.com/",
6356
"thumb_720_w": 12345,
6457
"thumb_720_h": 12345,
@@ -71,6 +64,13 @@
7164
"thumb_1024": "https://www.example.com/",
7265
"thumb_1024_w": 12345,
7366
"thumb_1024_h": 12345,
67+
"original_w": 12345,
68+
"original_h": 12345,
69+
"thumb_tiny": "",
70+
"thumb_360_gif": "https://www.example.com/",
71+
"thumb_480_gif": "https://www.example.com/",
72+
"deanimate": "https://www.example.com/",
73+
"deanimate_gif": "https://www.example.com/",
7474
"alt_txt": "",
7575
"subject": "",
7676
"source_team": "",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@
293293
"total_removal_count": 123,
294294
"is_flagged": "",
295295
"target_user": "",
296+
"target_entity": "",
296297
"idp_config_id": "",
297298
"config_type": "",
298299
"idp_entity_id": "",

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/response/LogsResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ public static class Details {
284284
private Integer totalRemovalCount; // usergroup_updated
285285
private String isFlagged; // usergroup_updated
286286
private String targetUser; // role_assigned
287+
private String targetEntity; // role_assigned
287288
private String idpConfigId; // user_login
288289
private String configType; // user_login
289290
private String idpEntityId; // user_login

0 commit comments

Comments
 (0)