Compare commits

..

No commits in common. "376451444680559daf3f66681ebd2165b71b33eb" and "b85f4db5d47f5184b5f9dfc6ff4fa65ecdadae32" have entirely different histories.

2 changed files with 16 additions and 18 deletions

View File

@ -12092,14 +12092,6 @@
{ {
"title": "HOME_SETTINGS_UPDATE", "title": "HOME_SETTINGS_UPDATE",
"const": 191 "const": 191
},
{
"title": "VOICE_CHANNEL_STATUS_CREATE",
"const": 192
},
{
"title": "VOICE_CHANNEL_STATUS_DELETE",
"const": 193
} }
], ],
"format": "int32" "format": "int32"
@ -25583,12 +25575,19 @@
}, },
"membership_state": { "membership_state": {
"$ref": "#/components/schemas/TeamMembershipStates" "$ref": "#/components/schemas/TeamMembershipStates"
},
"permissions": {
"type": "array",
"items": {
"type": "string"
}
} }
}, },
"required": [ "required": [
"user", "user",
"team_id", "team_id",
"membership_state" "membership_state",
"permissions"
] ]
}, },
"TeamMembershipStates": { "TeamMembershipStates": {

View File

@ -12092,14 +12092,6 @@
{ {
"title": "HOME_SETTINGS_UPDATE", "title": "HOME_SETTINGS_UPDATE",
"const": 191 "const": 191
},
{
"title": "VOICE_CHANNEL_STATUS_CREATE",
"const": 192
},
{
"title": "VOICE_CHANNEL_STATUS_DELETE",
"const": 193
} }
], ],
"format": "int32" "format": "int32"
@ -25587,12 +25579,19 @@
}, },
"membership_state": { "membership_state": {
"$ref": "#/components/schemas/TeamMembershipStates" "$ref": "#/components/schemas/TeamMembershipStates"
},
"permissions": {
"type": "array",
"items": {
"type": "string"
}
} }
}, },
"required": [ "required": [
"user", "user",
"team_id", "team_id",
"membership_state" "membership_state",
"permissions"
] ]
}, },
"TeamMembershipStates": { "TeamMembershipStates": {