2
0

🛂 Add isSuspended prop on workspace

This commit is contained in:
Baptiste Arnaud
2023-07-04 14:56:36 +02:00
parent 92740ad2ff
commit 5a05310a9c
9 changed files with 95 additions and 13 deletions

View File

@ -3900,6 +3900,9 @@
},
"isQuarantined": {
"type": "boolean"
},
"isSuspended": {
"type": "boolean"
}
},
"required": [
@ -3919,7 +3922,8 @@
"customChatsLimit",
"customStorageLimit",
"customSeatsLimit",
"isQuarantined"
"isQuarantined",
"isSuspended"
],
"additionalProperties": false
}
@ -4045,6 +4049,9 @@
},
"isQuarantined": {
"type": "boolean"
},
"isSuspended": {
"type": "boolean"
}
},
"required": [
@ -4064,7 +4071,8 @@
"customChatsLimit",
"customStorageLimit",
"customSeatsLimit",
"isQuarantined"
"isQuarantined",
"isSuspended"
],
"additionalProperties": false
}
@ -4207,6 +4215,9 @@
},
"isQuarantined": {
"type": "boolean"
},
"isSuspended": {
"type": "boolean"
}
},
"required": [
@ -4226,7 +4237,8 @@
"customChatsLimit",
"customStorageLimit",
"customSeatsLimit",
"isQuarantined"
"isQuarantined",
"isSuspended"
],
"additionalProperties": false
}
@ -5472,6 +5484,9 @@
},
"isQuarantined": {
"type": "boolean"
},
"isSuspended": {
"type": "boolean"
}
},
"required": [
@ -5491,7 +5506,8 @@
"customChatsLimit",
"customStorageLimit",
"customSeatsLimit",
"isQuarantined"
"isQuarantined",
"isSuspended"
],
"additionalProperties": false,
"nullable": true