Skip to content

Commit 8a8b327

Browse files
committed
Update the JSON files and rtm.start response class
1 parent bfd2e00 commit 8a8b327

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+53355
-1379
lines changed

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

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"privacy": "string",
4343
"is_shared": "bool",
4444
"is_org_shared": "bool",
45-
"teams_shared_with": "Optional: array\u003cstring\u003e"
45+
"teams_shared_with": "Optional: vec\u003cstring\u003e"
4646
}
4747
},
4848
{
@@ -63,14 +63,6 @@
6363
"name": "string"
6464
}
6565
},
66-
{
67-
"type": "message",
68-
"message": {
69-
"team": "string",
70-
"channel": "string",
71-
"timestamp": "string"
72-
}
73-
},
7466
{
7567
"type": "barrier",
7668
"barrier": {
@@ -80,25 +72,11 @@
8072
}
8173
},
8274
{
83-
"type": "channel",
84-
"channel": {
85-
"id": "string",
86-
"name": "string",
87-
"privacy": "string",
88-
"is_shared": "bool",
89-
"is_org_shared": "bool",
90-
"teams_shared_with": "Optional: varray\u003cstring\u003e"
91-
}
92-
},
93-
{
94-
"type": "channel",
95-
"channel": {
96-
"id": "string",
97-
"name": "string",
98-
"privacy": "string",
99-
"is_shared": "bool",
100-
"is_org_shared": "bool",
101-
"teams_shared_with": "Optional: vec\u003cstring\u003e"
75+
"type": "message",
76+
"message": {
77+
"team": "string",
78+
"channel": "string",
79+
"timestamp": "string"
10280
}
10381
}
10482
]

json-logs/samples/api/admin.apps.requests.list.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@
4242
"name": "",
4343
"domain": ""
4444
},
45+
"scopes": [],
4546
"previous_resolution": {
46-
"status": ""
47+
"status": "",
48+
"scopes": []
4749
},
4850
"is_user_app_collaborator": false,
4951
"message": "",

0 commit comments

Comments
 (0)