Skip to content

Commit ede1541

Browse files
committed
Run all the integration tests - 2024-05-06 PT
1 parent e7b099f commit ede1541

3 files changed

Lines changed: 7 additions & 25 deletions

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,10 @@
391391
],
392392
"role": [
393393
"role_assigned",
394-
"role_removed"
394+
"role_removed",
395+
"role_created",
396+
"role_updated",
397+
"role_deleted"
395398
],
396399
"account_type_role": [
397400
"permissions_assigned",

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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,9 @@ private Role() {
433433

434434
public static final String role_assigned = "role_assigned";
435435
public static final String role_removed = "role_removed";
436+
public static final String role_created = "role_created";
437+
public static final String role_updated = "role_updated";
438+
public static final String role_deleted = "role_deleted";
436439
}
437440

438441
public static class Subteam {

0 commit comments

Comments
 (0)