Skip to content

Commit 7ef88bf

Browse files
committed
Run all the integration tests - 2024-09-25 PT
1 parent 478483c commit 7ef88bf

File tree

4 files changed

+4
-75
lines changed

4 files changed

+4
-75
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@
325325
"channel_tab_added",
326326
"channel_tab_removed",
327327
"external_shared_channel_host_transferred",
328-
"channel_template_provisioned"
328+
"channel_template_provisioned",
329+
"record_channel_channel_type_conversion"
329330
],
330331
"app": [
331332
"app_installed",

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

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -168,78 +168,6 @@
168168
}
169169
}
170170
]
171-
},
172-
{
173-
"approval_status": "",
174-
"date_accepted": 12345,
175-
"date_invalid": 12345,
176-
"date_last_updated": 12345,
177-
"accepting_team": {
178-
"id": "T00000000",
179-
"name": "",
180-
"icon": {
181-
"image_default": false,
182-
"image_34": "https://www.example.com/",
183-
"image_44": "https://www.example.com/",
184-
"image_68": "https://www.example.com/",
185-
"image_88": "https://www.example.com/",
186-
"image_102": "https://www.example.com/",
187-
"image_230": "https://www.example.com/",
188-
"image_132": "https://www.example.com/"
189-
},
190-
"avatar_base_url": "https://www.example.com/",
191-
"is_verified": false,
192-
"domain": "",
193-
"date_created": 12345,
194-
"requires_sponsorship": false
195-
},
196-
"accepting_user": {
197-
"id": "U00000000",
198-
"team_id": "T00000000",
199-
"name": "",
200-
"updated": 12345,
201-
"who_can_share_contact_card": "",
202-
"profile": {
203-
"real_name": "",
204-
"display_name": "",
205-
"real_name_normalized": "",
206-
"display_name_normalized": "",
207-
"team": "T00000000",
208-
"avatar_hash": "",
209-
"email": "",
210-
"image_24": "https://www.example.com/",
211-
"image_32": "https://www.example.com/",
212-
"image_48": "https://www.example.com/",
213-
"image_72": "https://www.example.com/",
214-
"image_192": "https://www.example.com/",
215-
"image_512": "https://www.example.com/"
216-
}
217-
},
218-
"reviews": [
219-
{
220-
"type": "",
221-
"date_review": 12345,
222-
"reviewing_team": {
223-
"id": "T00000000",
224-
"name": "",
225-
"icon": {
226-
"image_default": false,
227-
"image_34": "https://www.example.com/",
228-
"image_44": "https://www.example.com/",
229-
"image_68": "https://www.example.com/",
230-
"image_88": "https://www.example.com/",
231-
"image_102": "https://www.example.com/",
232-
"image_230": "https://www.example.com/",
233-
"image_132": "https://www.example.com/"
234-
},
235-
"avatar_base_url": "https://www.example.com/",
236-
"is_verified": false,
237-
"domain": "",
238-
"date_created": 12345,
239-
"requires_sponsorship": false
240-
}
241-
}
242-
]
243171
}
244172
],
245173
"id": "I00000000",

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
"is_admin": false,
7676
"is_owner": false,
7777
"teams": [
78-
"",
79-
"T00000000"
78+
""
8079
],
8180
"is_primary_owner": false
8281
},

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
@@ -349,6 +349,7 @@ private Channel() {
349349
public static final String channel_tab_removed = "channel_tab_removed";
350350
public static final String external_shared_channel_host_transferred = "external_shared_channel_host_transferred";
351351
public static final String channel_template_provisioned = "channel_template_provisioned";
352+
public static final String record_channel_channel_type_conversion = "record_channel_channel_type_conversion";
352353
}
353354

354355
public static class App {

0 commit comments

Comments
 (0)