Skip to content

Commit 40c2a59

Browse files
committed
Run all the integration tests - 2022-09-01 PT
1 parent 44261c6 commit 40c2a59

File tree

3 files changed

+26
-24
lines changed

3 files changed

+26
-24
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"external_user_count": 12345,
3838
"internal_team_ids": [
3939
"T00000000"
40-
]
40+
],
41+
"channel_manager_count": 12345
4142
}
4243
],
4344
"next_cursor": "",

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,18 @@
2222
"username": "",
2323
"url_private": "https://www.example.com/",
2424
"url_private_download": "https://www.example.com/",
25+
"media_display_type": "",
26+
"thumb_64": "https://www.example.com/",
27+
"thumb_80": "https://www.example.com/",
28+
"thumb_360": "https://www.example.com/",
29+
"thumb_360_w": 12345,
30+
"thumb_360_h": 12345,
31+
"thumb_160": "https://www.example.com/",
32+
"original_w": 12345,
33+
"original_h": 12345,
34+
"thumb_tiny": "",
2535
"permalink": "https://www.example.com/",
2636
"permalink_public": "https://www.example.com/",
27-
"edit_link": "https://www.example.com/",
28-
"preview": "",
29-
"preview_highlight": "",
30-
"lines": 12345,
31-
"lines_more": 12345,
32-
"preview_is_truncated": false,
3337
"channels": [
3438
""
3539
],
@@ -40,35 +44,31 @@
4044
""
4145
],
4246
"comments_count": 12345,
43-
"media_display_type": "",
44-
"thumb_64": "https://www.example.com/",
45-
"thumb_80": "https://www.example.com/",
46-
"thumb_360": "https://www.example.com/",
47-
"thumb_360_w": 12345,
48-
"thumb_360_h": 12345,
47+
"edit_link": "https://www.example.com/",
48+
"preview": "",
49+
"preview_highlight": "",
50+
"lines": 12345,
51+
"lines_more": 12345,
52+
"preview_is_truncated": false,
4953
"thumb_480": "https://www.example.com/",
5054
"thumb_480_w": 12345,
5155
"thumb_480_h": 12345,
52-
"thumb_160": "https://www.example.com/",
53-
"thumb_720": "https://www.example.com/",
54-
"thumb_720_w": 12345,
55-
"thumb_720_h": 12345,
56+
"thumb_360_gif": "https://www.example.com/",
57+
"thumb_480_gif": "https://www.example.com/",
58+
"deanimate": "https://www.example.com/",
59+
"deanimate_gif": "https://www.example.com/",
5660
"thumb_800": "https://www.example.com/",
5761
"thumb_800_w": 12345,
5862
"thumb_800_h": 12345,
63+
"thumb_720": "https://www.example.com/",
64+
"thumb_720_w": 12345,
65+
"thumb_720_h": 12345,
5966
"thumb_960": "https://www.example.com/",
6067
"thumb_960_w": 12345,
6168
"thumb_960_h": 12345,
6269
"thumb_1024": "https://www.example.com/",
6370
"thumb_1024_w": 12345,
6471
"thumb_1024_h": 12345,
65-
"original_w": 12345,
66-
"original_h": 12345,
67-
"thumb_tiny": "",
68-
"thumb_360_gif": "https://www.example.com/",
69-
"thumb_480_gif": "https://www.example.com/",
70-
"deanimate": "https://www.example.com/",
71-
"deanimate_gif": "https://www.example.com/",
7272
"subject": "",
7373
"non_owner_editable": false,
7474
"editor": "",

slack-api-client/src/main/java/com/slack/api/methods/response/admin/conversations/AdminConversationsSearchResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public static class Conversation {
4040
private Boolean isOrgShared;
4141
private Boolean isFrozen;
4242
private Integer externalUserCount;
43+
private Integer channelManagerCount;
4344
private List<String> internalTeamIds;
4445
private Integer internalTeamIdsCount;
4546
private String internalTeamIdsSampleTeam;

0 commit comments

Comments
 (0)