Skip to content

Commit 73c84ff

Browse files
committed
Run all the integration tests - 2024-11-07 PT
1 parent e359171 commit 73c84ff

19 files changed

+112
-27
lines changed

json-logs/samples/events/ChannelCreatedPayload.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,43 @@
1414
"creator": "",
1515
"is_shared": false,
1616
"is_org_shared": false,
17-
"context_team_id": ""
17+
"context_team_id": "",
18+
"is_group": false,
19+
"is_im": false,
20+
"is_mpim": false,
21+
"is_private": false,
22+
"is_archived": false,
23+
"is_general": false,
24+
"unlinked": 12345,
25+
"is_pending_ext_shared": false,
26+
"pending_shared": [
27+
""
28+
],
29+
"updated": 12345,
30+
"is_moved": 12345,
31+
"is_ext_shared": false,
32+
"shared_team_ids": [
33+
""
34+
],
35+
"internal_team_ids": [
36+
""
37+
],
38+
"pending_connected_team_ids": [
39+
""
40+
],
41+
"topic": {
42+
"value": "",
43+
"creator": "",
44+
"last_set": 12345
45+
},
46+
"purpose": {
47+
"value": "",
48+
"creator": "",
49+
"last_set": 12345
50+
},
51+
"previous_names": [
52+
""
53+
]
1854
},
1955
"event_ts": "0000000000.000000"
2056
},

json-logs/samples/events/FilePublicPayload.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"token": "",
33
"team_id": "",
44
"enterprise_id": "",
5-
"context_team_id": "",
6-
"context_enterprise_id": "",
75
"api_app_id": "",
86
"event": {
97
"file_id": "",

json-logs/samples/events/FileSharedPayload.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
"token": "",
33
"team_id": "",
44
"enterprise_id": "",
5-
"context_team_id": "",
6-
"context_enterprise_id": "",
75
"api_app_id": "",
86
"event": {
9-
"type": "file_shared",
107
"file_id": "",
118
"user_id": "",
129
"file": {
1310
"id": ""
1411
},
1512
"channel_id": "",
13+
"type": "file_shared",
1614
"event_ts": "0000000000.000000"
1715
},
1816
"type": "event_callback",

json-logs/samples/events/FileUnsharedPayload.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"token": "",
33
"team_id": "",
44
"enterprise_id": "",
5-
"context_team_id": "",
6-
"context_enterprise_id": "",
75
"api_app_id": "",
86
"event": {
97
"file_id": "",

json-logs/samples/events/GroupArchivePayload.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"token": "",
33
"team_id": "",
44
"enterprise_id": "",
5-
"context_team_id": "",
6-
"context_enterprise_id": "",
75
"api_app_id": "",
86
"event": {
97
"type": "group_archive",

json-logs/samples/events/GroupRenamePayload.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"token": "",
33
"team_id": "",
44
"enterprise_id": "",
5-
"context_team_id": "",
6-
"context_enterprise_id": "",
75
"api_app_id": "",
86
"event": {
97
"type": "group_rename",

json-logs/samples/events/MemberJoinedChannelPayload.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"token": "",
33
"team_id": "",
44
"enterprise_id": "",
5-
"context_team_id": "",
6-
"context_enterprise_id": "",
75
"api_app_id": "",
86
"event": {
97
"type": "member_joined_channel",
@@ -12,7 +10,8 @@
1210
"channel_type": "",
1311
"team": "",
1412
"event_ts": "0000000000.000000",
15-
"inviter": ""
13+
"inviter": "",
14+
"enterprise": ""
1615
},
1716
"type": "event_callback",
1817
"event_id": "",

json-logs/samples/events/MemberLeftChannelPayload.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"token": "",
33
"team_id": "",
44
"enterprise_id": "",
5-
"context_team_id": "",
6-
"context_enterprise_id": "",
75
"api_app_id": "",
86
"event": {
97
"type": "member_left_channel",

json-logs/samples/events/ReactionAddedPayload.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
"token": "",
33
"team_id": "",
44
"enterprise_id": "",
5-
"context_team_id": "",
6-
"context_enterprise_id": "",
75
"api_app_id": "",
86
"event": {
97
"type": "reaction_added",
108
"user": "",
11-
"reaction": "",
129
"item": {
1310
"type": "message",
1411
"channel": "",
1512
"ts": "0000000000.000000"
1613
},
14+
"reaction": "",
1715
"item_user": "",
1816
"event_ts": "0000000000.000000"
1917
},

json-logs/samples/events/ReactionRemovedPayload.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
"token": "",
33
"team_id": "",
44
"enterprise_id": "",
5-
"context_team_id": "",
6-
"context_enterprise_id": "",
75
"api_app_id": "",
86
"event": {
97
"type": "reaction_removed",
108
"user": "",
11-
"reaction": "",
129
"item": {
1310
"type": "message",
1411
"channel": "",
1512
"ts": "0000000000.000000"
1613
},
14+
"reaction": "",
1715
"item_user": "",
1816
"event_ts": "0000000000.000000"
1917
},

0 commit comments

Comments
 (0)