Skip to content

Commit 7c0f8a2

Browse files
committed
Run all the integration tests - 2024-02-26 PT
1 parent 5658430 commit 7c0f8a2

File tree

3 files changed

+5
-25
lines changed

3 files changed

+5
-25
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@
172172
"pref.mobile_session_duration_changed",
173173
"channel_audit_export_started",
174174
"channel_audit_export_completed",
175-
"channel_audit_export_downloaded"
175+
"channel_audit_export_downloaded",
176+
"domain_email_restricted",
177+
"domain_email_unrestricted"
176178
],
177179
"user": [
178180
"custom_tos_accepted",

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,6 @@
4949
"thread_ts": "0000000000.000000",
5050
"latest_reply": "0000000000.000000",
5151
"source": ""
52-
},
53-
{
54-
"reply_users": [
55-
""
56-
],
57-
"reply_users_count": 12345,
58-
"reply_count": 12345,
59-
"ts": "0000000000.000000",
60-
"channel_name": "",
61-
"team_id": "T00000000",
62-
"share_user_id": "U00000000",
63-
"source": ""
6452
}
6553
],
6654
"C00000001": [
@@ -77,18 +65,6 @@
7765
"thread_ts": "0000000000.000000",
7866
"latest_reply": "0000000000.000000",
7967
"source": ""
80-
},
81-
{
82-
"reply_users": [
83-
""
84-
],
85-
"reply_users_count": 12345,
86-
"reply_count": 12345,
87-
"ts": "0000000000.000000",
88-
"channel_name": "",
89-
"team_id": "T00000000",
90-
"share_user_id": "U00000000",
91-
"source": ""
9268
}
9369
]
9470
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ private WorkspaceOrOrg() {
184184
public static final String channel_audit_export_started = "channel_audit_export_started";
185185
public static final String channel_audit_export_completed = "channel_audit_export_completed";
186186
public static final String channel_audit_export_downloaded = "channel_audit_export_downloaded";
187+
public static final String domain_email_restricted = "domain_email_restricted";
188+
public static final String domain_email_unrestricted = "domain_email_unrestricted";
187189
}
188190

189191
public static class User {

0 commit comments

Comments
 (0)