@rocket.chat/core-typings 8.7.1 → 8.8.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Ajv.d.ts +4 -1
- package/dist/Ajv.js +561 -10
- package/dist/Ajv.js.map +1 -1
- package/dist/ILivechatBusinessHour.d.ts +2 -1
- package/dist/IRoom.d.ts +2 -2
- package/dist/ISession.d.ts +2 -2
- package/dist/ISetting.d.ts +4 -1
- package/dist/ISetting.js +5 -3
- package/dist/ISetting.js.map +1 -1
- package/dist/ISubscription.d.ts +4 -1
- package/dist/ISubscription.js.map +1 -1
- package/dist/IUser.d.ts +3 -3
- package/dist/IUser.js.map +1 -1
- package/dist/PresenceStatusCode.d.ts +2 -0
- package/dist/PresenceStatusCode.js +9 -0
- package/dist/PresenceStatusCode.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/mediaCalls/IMediaCall.d.ts +2 -0
- package/package.json +9 -4
package/dist/Ajv.js
CHANGED
|
@@ -948,6 +948,7 @@ exports.schemas = {
|
|
|
948
948
|
"address-book",
|
|
949
949
|
"ai",
|
|
950
950
|
"airplane",
|
|
951
|
+
"archive",
|
|
951
952
|
"arrow-back",
|
|
952
953
|
"arrow-back-up",
|
|
953
954
|
"arrow-collapse",
|
|
@@ -959,15 +960,19 @@ exports.schemas = {
|
|
|
959
960
|
"arrow-forward",
|
|
960
961
|
"arrow-from-cross-box",
|
|
961
962
|
"arrow-jump",
|
|
963
|
+
"arrow-left",
|
|
962
964
|
"arrow-loop",
|
|
963
965
|
"arrow-return",
|
|
966
|
+
"arrow-right",
|
|
964
967
|
"arrow-rise",
|
|
965
968
|
"arrow-stack-up",
|
|
966
969
|
"arrow-to-square-box",
|
|
967
970
|
"arrow-up",
|
|
968
971
|
"arrow-up-box",
|
|
972
|
+
"arrow-up-down",
|
|
969
973
|
"arrow-up-right",
|
|
970
974
|
"attachment-file",
|
|
975
|
+
"attachment-file-filled",
|
|
971
976
|
"avatar",
|
|
972
977
|
"backspace",
|
|
973
978
|
"bag",
|
|
@@ -983,6 +988,7 @@ exports.schemas = {
|
|
|
983
988
|
"balloon-text",
|
|
984
989
|
"ban",
|
|
985
990
|
"bell",
|
|
991
|
+
"bell-dot",
|
|
986
992
|
"bell-off",
|
|
987
993
|
"book",
|
|
988
994
|
"brush",
|
|
@@ -999,10 +1005,14 @@ exports.schemas = {
|
|
|
999
1005
|
"chevron-double-down",
|
|
1000
1006
|
"chevron-double-up",
|
|
1001
1007
|
"chevron-down",
|
|
1008
|
+
"chevron-down-big",
|
|
1002
1009
|
"chevron-expand",
|
|
1003
1010
|
"chevron-left",
|
|
1011
|
+
"chevron-left-big",
|
|
1004
1012
|
"chevron-right",
|
|
1013
|
+
"chevron-right-big",
|
|
1005
1014
|
"chevron-up",
|
|
1015
|
+
"chevron-up-big",
|
|
1006
1016
|
"circle-arrow-down",
|
|
1007
1017
|
"circle-check",
|
|
1008
1018
|
"circle-cross",
|
|
@@ -1016,6 +1026,7 @@ exports.schemas = {
|
|
|
1016
1026
|
"clip",
|
|
1017
1027
|
"clipboard",
|
|
1018
1028
|
"clock",
|
|
1029
|
+
"closed-captions",
|
|
1019
1030
|
"cloud-arrow-down",
|
|
1020
1031
|
"cloud-arrow-up",
|
|
1021
1032
|
"cloud-plus",
|
|
@@ -1052,14 +1063,19 @@ exports.schemas = {
|
|
|
1052
1063
|
"flag",
|
|
1053
1064
|
"flask",
|
|
1054
1065
|
"folder",
|
|
1066
|
+
"folder-plus",
|
|
1055
1067
|
"formula",
|
|
1056
1068
|
"globe",
|
|
1057
1069
|
"globe-cross",
|
|
1058
1070
|
"globe-off",
|
|
1059
1071
|
"group-by-type",
|
|
1072
|
+
"hand",
|
|
1073
|
+
"hash-lock",
|
|
1060
1074
|
"hash-shield",
|
|
1061
1075
|
"hashtag-lock",
|
|
1062
1076
|
"h-bar",
|
|
1077
|
+
"hd",
|
|
1078
|
+
"hd-filled",
|
|
1063
1079
|
"headphone",
|
|
1064
1080
|
"headphone-off",
|
|
1065
1081
|
"headset",
|
|
@@ -1067,9 +1083,12 @@ exports.schemas = {
|
|
|
1067
1083
|
"history",
|
|
1068
1084
|
"home",
|
|
1069
1085
|
"image",
|
|
1086
|
+
"image-resize",
|
|
1070
1087
|
"inbox",
|
|
1071
1088
|
"info",
|
|
1072
1089
|
"joystick",
|
|
1090
|
+
"jump-backward",
|
|
1091
|
+
"jump-forward",
|
|
1073
1092
|
"kebab",
|
|
1074
1093
|
"key",
|
|
1075
1094
|
"keyboard",
|
|
@@ -1092,8 +1111,10 @@ exports.schemas = {
|
|
|
1092
1111
|
"mobile-check",
|
|
1093
1112
|
"mobile-exclamation",
|
|
1094
1113
|
"moon",
|
|
1114
|
+
"move",
|
|
1095
1115
|
"musical-note",
|
|
1096
1116
|
"new-window",
|
|
1117
|
+
"note",
|
|
1097
1118
|
"notebook-hashtag",
|
|
1098
1119
|
"notebook-hashtag-crossed",
|
|
1099
1120
|
"pause",
|
|
@@ -1120,11 +1141,14 @@ exports.schemas = {
|
|
|
1120
1141
|
"plus",
|
|
1121
1142
|
"plus-small",
|
|
1122
1143
|
"podcast",
|
|
1144
|
+
"prune",
|
|
1123
1145
|
"question-mark",
|
|
1124
1146
|
"quote",
|
|
1125
1147
|
"rec",
|
|
1126
1148
|
"refresh",
|
|
1149
|
+
"resize",
|
|
1127
1150
|
"rocket",
|
|
1151
|
+
"search-sparkle",
|
|
1128
1152
|
"send",
|
|
1129
1153
|
"send-filled",
|
|
1130
1154
|
"share-alt",
|
|
@@ -1132,16 +1156,23 @@ exports.schemas = {
|
|
|
1132
1156
|
"shield",
|
|
1133
1157
|
"shield-blank",
|
|
1134
1158
|
"shield-check",
|
|
1159
|
+
"sidebar",
|
|
1135
1160
|
"signal",
|
|
1136
1161
|
"smart",
|
|
1137
1162
|
"sms",
|
|
1138
1163
|
"sort-az",
|
|
1139
1164
|
"spanner",
|
|
1165
|
+
"square-arrow-down-left",
|
|
1166
|
+
"square-arrows-contained-inwards",
|
|
1167
|
+
"square-arrows-contained-outwards",
|
|
1168
|
+
"square-arrow-up-right",
|
|
1140
1169
|
"squares",
|
|
1170
|
+
"square-slash",
|
|
1141
1171
|
"stack",
|
|
1142
1172
|
"stacked-meatballs",
|
|
1143
1173
|
"star",
|
|
1144
1174
|
"star-filled",
|
|
1175
|
+
"star-plus",
|
|
1145
1176
|
"stars",
|
|
1146
1177
|
"stop",
|
|
1147
1178
|
"stop-unfilled",
|
|
@@ -1150,6 +1181,9 @@ exports.schemas = {
|
|
|
1150
1181
|
"success-circle",
|
|
1151
1182
|
"sun",
|
|
1152
1183
|
"tag",
|
|
1184
|
+
"tag-horizontal",
|
|
1185
|
+
"tag-horizontal-filled",
|
|
1186
|
+
"tag-horizontal-plus",
|
|
1153
1187
|
"team-arrow-right",
|
|
1154
1188
|
"team-lock",
|
|
1155
1189
|
"team-shield",
|
|
@@ -1166,10 +1200,12 @@ exports.schemas = {
|
|
|
1166
1200
|
"video-filled",
|
|
1167
1201
|
"video-message",
|
|
1168
1202
|
"video-off",
|
|
1203
|
+
"voicemail",
|
|
1169
1204
|
"volume",
|
|
1170
1205
|
"volume-disabled",
|
|
1171
1206
|
"volume-lock",
|
|
1172
1207
|
"volume-off",
|
|
1208
|
+
"volume-question-mark",
|
|
1173
1209
|
"warning",
|
|
1174
1210
|
"zip",
|
|
1175
1211
|
"add-reaction",
|
|
@@ -2989,6 +3025,7 @@ exports.schemas = {
|
|
|
2989
3025
|
"address-book",
|
|
2990
3026
|
"ai",
|
|
2991
3027
|
"airplane",
|
|
3028
|
+
"archive",
|
|
2992
3029
|
"arrow-back",
|
|
2993
3030
|
"arrow-back-up",
|
|
2994
3031
|
"arrow-collapse",
|
|
@@ -3000,15 +3037,19 @@ exports.schemas = {
|
|
|
3000
3037
|
"arrow-forward",
|
|
3001
3038
|
"arrow-from-cross-box",
|
|
3002
3039
|
"arrow-jump",
|
|
3040
|
+
"arrow-left",
|
|
3003
3041
|
"arrow-loop",
|
|
3004
3042
|
"arrow-return",
|
|
3043
|
+
"arrow-right",
|
|
3005
3044
|
"arrow-rise",
|
|
3006
3045
|
"arrow-stack-up",
|
|
3007
3046
|
"arrow-to-square-box",
|
|
3008
3047
|
"arrow-up",
|
|
3009
3048
|
"arrow-up-box",
|
|
3049
|
+
"arrow-up-down",
|
|
3010
3050
|
"arrow-up-right",
|
|
3011
3051
|
"attachment-file",
|
|
3052
|
+
"attachment-file-filled",
|
|
3012
3053
|
"avatar",
|
|
3013
3054
|
"backspace",
|
|
3014
3055
|
"bag",
|
|
@@ -3024,6 +3065,7 @@ exports.schemas = {
|
|
|
3024
3065
|
"balloon-text",
|
|
3025
3066
|
"ban",
|
|
3026
3067
|
"bell",
|
|
3068
|
+
"bell-dot",
|
|
3027
3069
|
"bell-off",
|
|
3028
3070
|
"book",
|
|
3029
3071
|
"brush",
|
|
@@ -3040,10 +3082,14 @@ exports.schemas = {
|
|
|
3040
3082
|
"chevron-double-down",
|
|
3041
3083
|
"chevron-double-up",
|
|
3042
3084
|
"chevron-down",
|
|
3085
|
+
"chevron-down-big",
|
|
3043
3086
|
"chevron-expand",
|
|
3044
3087
|
"chevron-left",
|
|
3088
|
+
"chevron-left-big",
|
|
3045
3089
|
"chevron-right",
|
|
3090
|
+
"chevron-right-big",
|
|
3046
3091
|
"chevron-up",
|
|
3092
|
+
"chevron-up-big",
|
|
3047
3093
|
"circle-arrow-down",
|
|
3048
3094
|
"circle-check",
|
|
3049
3095
|
"circle-cross",
|
|
@@ -3057,6 +3103,7 @@ exports.schemas = {
|
|
|
3057
3103
|
"clip",
|
|
3058
3104
|
"clipboard",
|
|
3059
3105
|
"clock",
|
|
3106
|
+
"closed-captions",
|
|
3060
3107
|
"cloud-arrow-down",
|
|
3061
3108
|
"cloud-arrow-up",
|
|
3062
3109
|
"cloud-plus",
|
|
@@ -3093,14 +3140,19 @@ exports.schemas = {
|
|
|
3093
3140
|
"flag",
|
|
3094
3141
|
"flask",
|
|
3095
3142
|
"folder",
|
|
3143
|
+
"folder-plus",
|
|
3096
3144
|
"formula",
|
|
3097
3145
|
"globe",
|
|
3098
3146
|
"globe-cross",
|
|
3099
3147
|
"globe-off",
|
|
3100
3148
|
"group-by-type",
|
|
3149
|
+
"hand",
|
|
3150
|
+
"hash-lock",
|
|
3101
3151
|
"hash-shield",
|
|
3102
3152
|
"hashtag-lock",
|
|
3103
3153
|
"h-bar",
|
|
3154
|
+
"hd",
|
|
3155
|
+
"hd-filled",
|
|
3104
3156
|
"headphone",
|
|
3105
3157
|
"headphone-off",
|
|
3106
3158
|
"headset",
|
|
@@ -3108,9 +3160,12 @@ exports.schemas = {
|
|
|
3108
3160
|
"history",
|
|
3109
3161
|
"home",
|
|
3110
3162
|
"image",
|
|
3163
|
+
"image-resize",
|
|
3111
3164
|
"inbox",
|
|
3112
3165
|
"info",
|
|
3113
3166
|
"joystick",
|
|
3167
|
+
"jump-backward",
|
|
3168
|
+
"jump-forward",
|
|
3114
3169
|
"kebab",
|
|
3115
3170
|
"key",
|
|
3116
3171
|
"keyboard",
|
|
@@ -3133,8 +3188,10 @@ exports.schemas = {
|
|
|
3133
3188
|
"mobile-check",
|
|
3134
3189
|
"mobile-exclamation",
|
|
3135
3190
|
"moon",
|
|
3191
|
+
"move",
|
|
3136
3192
|
"musical-note",
|
|
3137
3193
|
"new-window",
|
|
3194
|
+
"note",
|
|
3138
3195
|
"notebook-hashtag",
|
|
3139
3196
|
"notebook-hashtag-crossed",
|
|
3140
3197
|
"pause",
|
|
@@ -3161,11 +3218,14 @@ exports.schemas = {
|
|
|
3161
3218
|
"plus",
|
|
3162
3219
|
"plus-small",
|
|
3163
3220
|
"podcast",
|
|
3221
|
+
"prune",
|
|
3164
3222
|
"question-mark",
|
|
3165
3223
|
"quote",
|
|
3166
3224
|
"rec",
|
|
3167
3225
|
"refresh",
|
|
3226
|
+
"resize",
|
|
3168
3227
|
"rocket",
|
|
3228
|
+
"search-sparkle",
|
|
3169
3229
|
"send",
|
|
3170
3230
|
"send-filled",
|
|
3171
3231
|
"share-alt",
|
|
@@ -3173,16 +3233,23 @@ exports.schemas = {
|
|
|
3173
3233
|
"shield",
|
|
3174
3234
|
"shield-blank",
|
|
3175
3235
|
"shield-check",
|
|
3236
|
+
"sidebar",
|
|
3176
3237
|
"signal",
|
|
3177
3238
|
"smart",
|
|
3178
3239
|
"sms",
|
|
3179
3240
|
"sort-az",
|
|
3180
3241
|
"spanner",
|
|
3242
|
+
"square-arrow-down-left",
|
|
3243
|
+
"square-arrows-contained-inwards",
|
|
3244
|
+
"square-arrows-contained-outwards",
|
|
3245
|
+
"square-arrow-up-right",
|
|
3181
3246
|
"squares",
|
|
3247
|
+
"square-slash",
|
|
3182
3248
|
"stack",
|
|
3183
3249
|
"stacked-meatballs",
|
|
3184
3250
|
"star",
|
|
3185
3251
|
"star-filled",
|
|
3252
|
+
"star-plus",
|
|
3186
3253
|
"stars",
|
|
3187
3254
|
"stop",
|
|
3188
3255
|
"stop-unfilled",
|
|
@@ -3191,6 +3258,9 @@ exports.schemas = {
|
|
|
3191
3258
|
"success-circle",
|
|
3192
3259
|
"sun",
|
|
3193
3260
|
"tag",
|
|
3261
|
+
"tag-horizontal",
|
|
3262
|
+
"tag-horizontal-filled",
|
|
3263
|
+
"tag-horizontal-plus",
|
|
3194
3264
|
"team-arrow-right",
|
|
3195
3265
|
"team-lock",
|
|
3196
3266
|
"team-shield",
|
|
@@ -3207,10 +3277,12 @@ exports.schemas = {
|
|
|
3207
3277
|
"video-filled",
|
|
3208
3278
|
"video-message",
|
|
3209
3279
|
"video-off",
|
|
3280
|
+
"voicemail",
|
|
3210
3281
|
"volume",
|
|
3211
3282
|
"volume-disabled",
|
|
3212
3283
|
"volume-lock",
|
|
3213
3284
|
"volume-off",
|
|
3285
|
+
"volume-question-mark",
|
|
3214
3286
|
"warning",
|
|
3215
3287
|
"zip",
|
|
3216
3288
|
"add-reaction",
|
|
@@ -4084,9 +4156,9 @@ exports.schemas = {
|
|
|
4084
4156
|
"enum": [
|
|
4085
4157
|
"t",
|
|
4086
4158
|
"d",
|
|
4159
|
+
"f",
|
|
4087
4160
|
"T",
|
|
4088
4161
|
"D",
|
|
4089
|
-
"f",
|
|
4090
4162
|
"F",
|
|
4091
4163
|
"R"
|
|
4092
4164
|
]
|
|
@@ -7434,10 +7506,7 @@ exports.schemas = {
|
|
|
7434
7506
|
type: "boolean"
|
|
7435
7507
|
},
|
|
7436
7508
|
broadcast: {
|
|
7437
|
-
type: "boolean"
|
|
7438
|
-
"enum": [
|
|
7439
|
-
true
|
|
7440
|
-
]
|
|
7509
|
+
type: "boolean"
|
|
7441
7510
|
},
|
|
7442
7511
|
featured: {
|
|
7443
7512
|
type: "boolean",
|
|
@@ -7458,7 +7527,8 @@ exports.schemas = {
|
|
|
7458
7527
|
type: "string"
|
|
7459
7528
|
}
|
|
7460
7529
|
},
|
|
7461
|
-
required: []
|
|
7530
|
+
required: [],
|
|
7531
|
+
nullable: true
|
|
7462
7532
|
},
|
|
7463
7533
|
encrypted: {
|
|
7464
7534
|
type: "boolean"
|
|
@@ -7926,6 +7996,9 @@ exports.schemas = {
|
|
|
7926
7996
|
draft: {
|
|
7927
7997
|
type: "string"
|
|
7928
7998
|
},
|
|
7999
|
+
threadDrafts: {
|
|
8000
|
+
$ref: "#/components/schemas/Recordstringstring"
|
|
8001
|
+
},
|
|
7929
8002
|
desktopPrefOrigin: {
|
|
7930
8003
|
type: "string",
|
|
7931
8004
|
"enum": [
|
|
@@ -8048,6 +8121,50 @@ exports.schemas = {
|
|
|
8048
8121
|
"E2EKey"
|
|
8049
8122
|
]
|
|
8050
8123
|
},
|
|
8124
|
+
ITeam: {
|
|
8125
|
+
type: "object",
|
|
8126
|
+
properties: {
|
|
8127
|
+
name: {
|
|
8128
|
+
type: "string"
|
|
8129
|
+
},
|
|
8130
|
+
type: {
|
|
8131
|
+
$ref: "#/components/schemas/TeamType"
|
|
8132
|
+
},
|
|
8133
|
+
roomId: {
|
|
8134
|
+
type: "string"
|
|
8135
|
+
},
|
|
8136
|
+
createdBy: {
|
|
8137
|
+
$ref: "#/components/schemas/PickIUser_idusername"
|
|
8138
|
+
},
|
|
8139
|
+
createdAt: {
|
|
8140
|
+
type: "string",
|
|
8141
|
+
format: "date-time"
|
|
8142
|
+
},
|
|
8143
|
+
_id: {
|
|
8144
|
+
type: "string"
|
|
8145
|
+
},
|
|
8146
|
+
_updatedAt: {
|
|
8147
|
+
type: "string",
|
|
8148
|
+
format: "date-time"
|
|
8149
|
+
}
|
|
8150
|
+
},
|
|
8151
|
+
required: [
|
|
8152
|
+
"name",
|
|
8153
|
+
"type",
|
|
8154
|
+
"roomId",
|
|
8155
|
+
"createdBy",
|
|
8156
|
+
"createdAt",
|
|
8157
|
+
"_id",
|
|
8158
|
+
"_updatedAt"
|
|
8159
|
+
]
|
|
8160
|
+
},
|
|
8161
|
+
TeamType: {
|
|
8162
|
+
type: "number",
|
|
8163
|
+
"enum": [
|
|
8164
|
+
0,
|
|
8165
|
+
1
|
|
8166
|
+
]
|
|
8167
|
+
},
|
|
8051
8168
|
IInvite: {
|
|
8052
8169
|
type: "object",
|
|
8053
8170
|
properties: {
|
|
@@ -8858,6 +8975,7 @@ exports.schemas = {
|
|
|
8858
8975
|
"address-book",
|
|
8859
8976
|
"ai",
|
|
8860
8977
|
"airplane",
|
|
8978
|
+
"archive",
|
|
8861
8979
|
"arrow-back",
|
|
8862
8980
|
"arrow-back-up",
|
|
8863
8981
|
"arrow-collapse",
|
|
@@ -8869,15 +8987,19 @@ exports.schemas = {
|
|
|
8869
8987
|
"arrow-forward",
|
|
8870
8988
|
"arrow-from-cross-box",
|
|
8871
8989
|
"arrow-jump",
|
|
8990
|
+
"arrow-left",
|
|
8872
8991
|
"arrow-loop",
|
|
8873
8992
|
"arrow-return",
|
|
8993
|
+
"arrow-right",
|
|
8874
8994
|
"arrow-rise",
|
|
8875
8995
|
"arrow-stack-up",
|
|
8876
8996
|
"arrow-to-square-box",
|
|
8877
8997
|
"arrow-up",
|
|
8878
8998
|
"arrow-up-box",
|
|
8999
|
+
"arrow-up-down",
|
|
8879
9000
|
"arrow-up-right",
|
|
8880
9001
|
"attachment-file",
|
|
9002
|
+
"attachment-file-filled",
|
|
8881
9003
|
"avatar",
|
|
8882
9004
|
"backspace",
|
|
8883
9005
|
"bag",
|
|
@@ -8893,6 +9015,7 @@ exports.schemas = {
|
|
|
8893
9015
|
"balloon-text",
|
|
8894
9016
|
"ban",
|
|
8895
9017
|
"bell",
|
|
9018
|
+
"bell-dot",
|
|
8896
9019
|
"bell-off",
|
|
8897
9020
|
"book",
|
|
8898
9021
|
"brush",
|
|
@@ -8909,10 +9032,14 @@ exports.schemas = {
|
|
|
8909
9032
|
"chevron-double-down",
|
|
8910
9033
|
"chevron-double-up",
|
|
8911
9034
|
"chevron-down",
|
|
9035
|
+
"chevron-down-big",
|
|
8912
9036
|
"chevron-expand",
|
|
8913
9037
|
"chevron-left",
|
|
9038
|
+
"chevron-left-big",
|
|
8914
9039
|
"chevron-right",
|
|
9040
|
+
"chevron-right-big",
|
|
8915
9041
|
"chevron-up",
|
|
9042
|
+
"chevron-up-big",
|
|
8916
9043
|
"circle-arrow-down",
|
|
8917
9044
|
"circle-check",
|
|
8918
9045
|
"circle-cross",
|
|
@@ -8926,6 +9053,7 @@ exports.schemas = {
|
|
|
8926
9053
|
"clip",
|
|
8927
9054
|
"clipboard",
|
|
8928
9055
|
"clock",
|
|
9056
|
+
"closed-captions",
|
|
8929
9057
|
"cloud-arrow-down",
|
|
8930
9058
|
"cloud-arrow-up",
|
|
8931
9059
|
"cloud-plus",
|
|
@@ -8962,14 +9090,19 @@ exports.schemas = {
|
|
|
8962
9090
|
"flag",
|
|
8963
9091
|
"flask",
|
|
8964
9092
|
"folder",
|
|
9093
|
+
"folder-plus",
|
|
8965
9094
|
"formula",
|
|
8966
9095
|
"globe",
|
|
8967
9096
|
"globe-cross",
|
|
8968
9097
|
"globe-off",
|
|
8969
9098
|
"group-by-type",
|
|
9099
|
+
"hand",
|
|
9100
|
+
"hash-lock",
|
|
8970
9101
|
"hash-shield",
|
|
8971
9102
|
"hashtag-lock",
|
|
8972
9103
|
"h-bar",
|
|
9104
|
+
"hd",
|
|
9105
|
+
"hd-filled",
|
|
8973
9106
|
"headphone",
|
|
8974
9107
|
"headphone-off",
|
|
8975
9108
|
"headset",
|
|
@@ -8977,9 +9110,12 @@ exports.schemas = {
|
|
|
8977
9110
|
"history",
|
|
8978
9111
|
"home",
|
|
8979
9112
|
"image",
|
|
9113
|
+
"image-resize",
|
|
8980
9114
|
"inbox",
|
|
8981
9115
|
"info",
|
|
8982
9116
|
"joystick",
|
|
9117
|
+
"jump-backward",
|
|
9118
|
+
"jump-forward",
|
|
8983
9119
|
"kebab",
|
|
8984
9120
|
"key",
|
|
8985
9121
|
"keyboard",
|
|
@@ -9002,8 +9138,10 @@ exports.schemas = {
|
|
|
9002
9138
|
"mobile-check",
|
|
9003
9139
|
"mobile-exclamation",
|
|
9004
9140
|
"moon",
|
|
9141
|
+
"move",
|
|
9005
9142
|
"musical-note",
|
|
9006
9143
|
"new-window",
|
|
9144
|
+
"note",
|
|
9007
9145
|
"notebook-hashtag",
|
|
9008
9146
|
"notebook-hashtag-crossed",
|
|
9009
9147
|
"pause",
|
|
@@ -9030,11 +9168,14 @@ exports.schemas = {
|
|
|
9030
9168
|
"plus",
|
|
9031
9169
|
"plus-small",
|
|
9032
9170
|
"podcast",
|
|
9171
|
+
"prune",
|
|
9033
9172
|
"question-mark",
|
|
9034
9173
|
"quote",
|
|
9035
9174
|
"rec",
|
|
9036
9175
|
"refresh",
|
|
9176
|
+
"resize",
|
|
9037
9177
|
"rocket",
|
|
9178
|
+
"search-sparkle",
|
|
9038
9179
|
"send",
|
|
9039
9180
|
"send-filled",
|
|
9040
9181
|
"share-alt",
|
|
@@ -9042,16 +9183,23 @@ exports.schemas = {
|
|
|
9042
9183
|
"shield",
|
|
9043
9184
|
"shield-blank",
|
|
9044
9185
|
"shield-check",
|
|
9186
|
+
"sidebar",
|
|
9045
9187
|
"signal",
|
|
9046
9188
|
"smart",
|
|
9047
9189
|
"sms",
|
|
9048
9190
|
"sort-az",
|
|
9049
9191
|
"spanner",
|
|
9192
|
+
"square-arrow-down-left",
|
|
9193
|
+
"square-arrows-contained-inwards",
|
|
9194
|
+
"square-arrows-contained-outwards",
|
|
9195
|
+
"square-arrow-up-right",
|
|
9050
9196
|
"squares",
|
|
9197
|
+
"square-slash",
|
|
9051
9198
|
"stack",
|
|
9052
9199
|
"stacked-meatballs",
|
|
9053
9200
|
"star",
|
|
9054
9201
|
"star-filled",
|
|
9202
|
+
"star-plus",
|
|
9055
9203
|
"stars",
|
|
9056
9204
|
"stop",
|
|
9057
9205
|
"stop-unfilled",
|
|
@@ -9060,6 +9208,9 @@ exports.schemas = {
|
|
|
9060
9208
|
"success-circle",
|
|
9061
9209
|
"sun",
|
|
9062
9210
|
"tag",
|
|
9211
|
+
"tag-horizontal",
|
|
9212
|
+
"tag-horizontal-filled",
|
|
9213
|
+
"tag-horizontal-plus",
|
|
9063
9214
|
"team-arrow-right",
|
|
9064
9215
|
"team-lock",
|
|
9065
9216
|
"team-shield",
|
|
@@ -9076,10 +9227,12 @@ exports.schemas = {
|
|
|
9076
9227
|
"video-filled",
|
|
9077
9228
|
"video-message",
|
|
9078
9229
|
"video-off",
|
|
9230
|
+
"voicemail",
|
|
9079
9231
|
"volume",
|
|
9080
9232
|
"volume-disabled",
|
|
9081
9233
|
"volume-lock",
|
|
9082
9234
|
"volume-off",
|
|
9235
|
+
"volume-question-mark",
|
|
9083
9236
|
"warning",
|
|
9084
9237
|
"zip",
|
|
9085
9238
|
"add-reaction",
|
|
@@ -9375,6 +9528,247 @@ exports.schemas = {
|
|
|
9375
9528
|
"_updatedAt"
|
|
9376
9529
|
]
|
|
9377
9530
|
},
|
|
9531
|
+
IUploadWithUser: {
|
|
9532
|
+
type: "object",
|
|
9533
|
+
properties: {
|
|
9534
|
+
user: {
|
|
9535
|
+
$ref: "#/components/schemas/PickIUser_idusernamename"
|
|
9536
|
+
},
|
|
9537
|
+
typeGroup: {
|
|
9538
|
+
type: "string"
|
|
9539
|
+
},
|
|
9540
|
+
description: {
|
|
9541
|
+
type: "string"
|
|
9542
|
+
},
|
|
9543
|
+
type: {
|
|
9544
|
+
type: "string"
|
|
9545
|
+
},
|
|
9546
|
+
name: {
|
|
9547
|
+
type: "string"
|
|
9548
|
+
},
|
|
9549
|
+
aliases: {
|
|
9550
|
+
type: "string"
|
|
9551
|
+
},
|
|
9552
|
+
extension: {
|
|
9553
|
+
type: "string"
|
|
9554
|
+
},
|
|
9555
|
+
complete: {
|
|
9556
|
+
type: "boolean"
|
|
9557
|
+
},
|
|
9558
|
+
rid: {
|
|
9559
|
+
type: "string"
|
|
9560
|
+
},
|
|
9561
|
+
uid: {
|
|
9562
|
+
type: "string"
|
|
9563
|
+
},
|
|
9564
|
+
uploading: {
|
|
9565
|
+
type: "boolean"
|
|
9566
|
+
},
|
|
9567
|
+
userId: {
|
|
9568
|
+
type: "string"
|
|
9569
|
+
},
|
|
9570
|
+
progress: {
|
|
9571
|
+
type: "number"
|
|
9572
|
+
},
|
|
9573
|
+
etag: {
|
|
9574
|
+
type: "string"
|
|
9575
|
+
},
|
|
9576
|
+
size: {
|
|
9577
|
+
type: "number"
|
|
9578
|
+
},
|
|
9579
|
+
identify: {
|
|
9580
|
+
type: "object",
|
|
9581
|
+
properties: {
|
|
9582
|
+
format: {
|
|
9583
|
+
type: "string"
|
|
9584
|
+
},
|
|
9585
|
+
size: {
|
|
9586
|
+
type: "object",
|
|
9587
|
+
properties: {
|
|
9588
|
+
width: {
|
|
9589
|
+
type: "number"
|
|
9590
|
+
},
|
|
9591
|
+
height: {
|
|
9592
|
+
type: "number"
|
|
9593
|
+
}
|
|
9594
|
+
},
|
|
9595
|
+
required: [
|
|
9596
|
+
"width",
|
|
9597
|
+
"height"
|
|
9598
|
+
]
|
|
9599
|
+
},
|
|
9600
|
+
pages: {
|
|
9601
|
+
type: "number"
|
|
9602
|
+
}
|
|
9603
|
+
},
|
|
9604
|
+
required: []
|
|
9605
|
+
},
|
|
9606
|
+
store: {
|
|
9607
|
+
type: "string"
|
|
9608
|
+
},
|
|
9609
|
+
path: {
|
|
9610
|
+
type: "string"
|
|
9611
|
+
},
|
|
9612
|
+
token: {
|
|
9613
|
+
type: "string"
|
|
9614
|
+
},
|
|
9615
|
+
uploadedAt: {
|
|
9616
|
+
type: "string",
|
|
9617
|
+
format: "date-time"
|
|
9618
|
+
},
|
|
9619
|
+
modifiedAt: {
|
|
9620
|
+
type: "string",
|
|
9621
|
+
format: "date-time"
|
|
9622
|
+
},
|
|
9623
|
+
expiresAt: {
|
|
9624
|
+
type: "string",
|
|
9625
|
+
format: "date-time"
|
|
9626
|
+
},
|
|
9627
|
+
url: {
|
|
9628
|
+
type: "string"
|
|
9629
|
+
},
|
|
9630
|
+
originalStore: {
|
|
9631
|
+
type: "string"
|
|
9632
|
+
},
|
|
9633
|
+
originalId: {
|
|
9634
|
+
type: "string"
|
|
9635
|
+
},
|
|
9636
|
+
message_id: {
|
|
9637
|
+
type: "string"
|
|
9638
|
+
},
|
|
9639
|
+
instanceId: {
|
|
9640
|
+
type: "string"
|
|
9641
|
+
},
|
|
9642
|
+
AmazonS3: {
|
|
9643
|
+
type: "object",
|
|
9644
|
+
properties: {
|
|
9645
|
+
path: {
|
|
9646
|
+
type: "string"
|
|
9647
|
+
}
|
|
9648
|
+
},
|
|
9649
|
+
required: [
|
|
9650
|
+
"path"
|
|
9651
|
+
]
|
|
9652
|
+
},
|
|
9653
|
+
s3: {
|
|
9654
|
+
type: "object",
|
|
9655
|
+
properties: {
|
|
9656
|
+
path: {
|
|
9657
|
+
type: "string"
|
|
9658
|
+
}
|
|
9659
|
+
},
|
|
9660
|
+
required: [
|
|
9661
|
+
"path"
|
|
9662
|
+
]
|
|
9663
|
+
},
|
|
9664
|
+
GoogleStorage: {
|
|
9665
|
+
type: "object",
|
|
9666
|
+
properties: {
|
|
9667
|
+
path: {
|
|
9668
|
+
type: "string"
|
|
9669
|
+
}
|
|
9670
|
+
},
|
|
9671
|
+
required: [
|
|
9672
|
+
"path"
|
|
9673
|
+
]
|
|
9674
|
+
},
|
|
9675
|
+
googleCloudStorage: {
|
|
9676
|
+
type: "object",
|
|
9677
|
+
properties: {
|
|
9678
|
+
path: {
|
|
9679
|
+
type: "string"
|
|
9680
|
+
}
|
|
9681
|
+
},
|
|
9682
|
+
required: [
|
|
9683
|
+
"path"
|
|
9684
|
+
]
|
|
9685
|
+
},
|
|
9686
|
+
Webdav: {
|
|
9687
|
+
type: "object",
|
|
9688
|
+
properties: {
|
|
9689
|
+
path: {
|
|
9690
|
+
type: "string"
|
|
9691
|
+
}
|
|
9692
|
+
},
|
|
9693
|
+
required: [
|
|
9694
|
+
"path"
|
|
9695
|
+
]
|
|
9696
|
+
},
|
|
9697
|
+
content: {
|
|
9698
|
+
oneOf: [
|
|
9699
|
+
{
|
|
9700
|
+
$ref: "#/components/schemas/IEncryptedContentV1"
|
|
9701
|
+
},
|
|
9702
|
+
{
|
|
9703
|
+
$ref: "#/components/schemas/IEncryptedContentV2"
|
|
9704
|
+
},
|
|
9705
|
+
{
|
|
9706
|
+
$ref: "#/components/schemas/IEncryptedContentFederation"
|
|
9707
|
+
}
|
|
9708
|
+
]
|
|
9709
|
+
},
|
|
9710
|
+
encryption: {
|
|
9711
|
+
type: "object",
|
|
9712
|
+
properties: {
|
|
9713
|
+
iv: {
|
|
9714
|
+
type: "string"
|
|
9715
|
+
},
|
|
9716
|
+
key: {
|
|
9717
|
+
$ref: "#/components/schemas/JsonWebKey"
|
|
9718
|
+
}
|
|
9719
|
+
},
|
|
9720
|
+
required: [
|
|
9721
|
+
"iv",
|
|
9722
|
+
"key"
|
|
9723
|
+
]
|
|
9724
|
+
},
|
|
9725
|
+
hashes: {
|
|
9726
|
+
type: "object",
|
|
9727
|
+
properties: {
|
|
9728
|
+
sha256: {
|
|
9729
|
+
type: "string"
|
|
9730
|
+
}
|
|
9731
|
+
},
|
|
9732
|
+
required: [
|
|
9733
|
+
"sha256"
|
|
9734
|
+
]
|
|
9735
|
+
},
|
|
9736
|
+
federation: {
|
|
9737
|
+
type: "object",
|
|
9738
|
+
properties: {
|
|
9739
|
+
mxcUri: {
|
|
9740
|
+
type: "string"
|
|
9741
|
+
},
|
|
9742
|
+
mrid: {
|
|
9743
|
+
type: "string"
|
|
9744
|
+
},
|
|
9745
|
+
serverName: {
|
|
9746
|
+
type: "string"
|
|
9747
|
+
},
|
|
9748
|
+
mediaId: {
|
|
9749
|
+
type: "string"
|
|
9750
|
+
}
|
|
9751
|
+
},
|
|
9752
|
+
required: [
|
|
9753
|
+
"mxcUri",
|
|
9754
|
+
"mrid",
|
|
9755
|
+
"serverName",
|
|
9756
|
+
"mediaId"
|
|
9757
|
+
]
|
|
9758
|
+
},
|
|
9759
|
+
_id: {
|
|
9760
|
+
type: "string"
|
|
9761
|
+
},
|
|
9762
|
+
_updatedAt: {
|
|
9763
|
+
type: "string",
|
|
9764
|
+
format: "date-time"
|
|
9765
|
+
}
|
|
9766
|
+
},
|
|
9767
|
+
required: [
|
|
9768
|
+
"_id",
|
|
9769
|
+
"_updatedAt"
|
|
9770
|
+
]
|
|
9771
|
+
},
|
|
9378
9772
|
IImport: {
|
|
9379
9773
|
type: "object",
|
|
9380
9774
|
properties: {
|
|
@@ -10532,6 +10926,10 @@ exports.schemas = {
|
|
|
10532
10926
|
type: "string",
|
|
10533
10927
|
format: "date-time"
|
|
10534
10928
|
},
|
|
10929
|
+
divertedBy: {
|
|
10930
|
+
$ref: "#/components/schemas/MediaCallContactMediaCallActorType",
|
|
10931
|
+
description: "The party whose line was diverted at the SIP level (from the Diversion header)"
|
|
10932
|
+
},
|
|
10535
10933
|
uids: {
|
|
10536
10934
|
type: "array",
|
|
10537
10935
|
items: {
|
|
@@ -10853,10 +11251,7 @@ exports.schemas = {
|
|
|
10853
11251
|
type: "number"
|
|
10854
11252
|
},
|
|
10855
11253
|
broadcast: {
|
|
10856
|
-
type: "boolean"
|
|
10857
|
-
"enum": [
|
|
10858
|
-
true
|
|
10859
|
-
]
|
|
11254
|
+
type: "boolean"
|
|
10860
11255
|
},
|
|
10861
11256
|
featured: {
|
|
10862
11257
|
type: "boolean",
|
|
@@ -10930,6 +11325,150 @@ exports.schemas = {
|
|
|
10930
11325
|
"usersCount"
|
|
10931
11326
|
]
|
|
10932
11327
|
},
|
|
11328
|
+
DeviceManagementSession: {
|
|
11329
|
+
type: "object",
|
|
11330
|
+
properties: {
|
|
11331
|
+
_id: {
|
|
11332
|
+
type: "string"
|
|
11333
|
+
},
|
|
11334
|
+
host: {
|
|
11335
|
+
type: "string"
|
|
11336
|
+
},
|
|
11337
|
+
ip: {
|
|
11338
|
+
type: "string"
|
|
11339
|
+
},
|
|
11340
|
+
userId: {
|
|
11341
|
+
type: "string"
|
|
11342
|
+
},
|
|
11343
|
+
device: {
|
|
11344
|
+
$ref: "#/components/schemas/ISessionDevice"
|
|
11345
|
+
},
|
|
11346
|
+
sessionId: {
|
|
11347
|
+
type: "string"
|
|
11348
|
+
},
|
|
11349
|
+
loginAt: {
|
|
11350
|
+
type: "string",
|
|
11351
|
+
format: "date-time"
|
|
11352
|
+
},
|
|
11353
|
+
logoutAt: {
|
|
11354
|
+
type: "string",
|
|
11355
|
+
format: "date-time"
|
|
11356
|
+
},
|
|
11357
|
+
current: {
|
|
11358
|
+
type: "boolean"
|
|
11359
|
+
}
|
|
11360
|
+
},
|
|
11361
|
+
required: [
|
|
11362
|
+
"_id",
|
|
11363
|
+
"host",
|
|
11364
|
+
"ip",
|
|
11365
|
+
"userId",
|
|
11366
|
+
"sessionId",
|
|
11367
|
+
"loginAt"
|
|
11368
|
+
]
|
|
11369
|
+
},
|
|
11370
|
+
ISessionDevice: {
|
|
11371
|
+
type: "object",
|
|
11372
|
+
properties: {
|
|
11373
|
+
type: {
|
|
11374
|
+
type: "string"
|
|
11375
|
+
},
|
|
11376
|
+
name: {
|
|
11377
|
+
type: "string"
|
|
11378
|
+
},
|
|
11379
|
+
longVersion: {
|
|
11380
|
+
type: "string"
|
|
11381
|
+
},
|
|
11382
|
+
os: {
|
|
11383
|
+
type: "object",
|
|
11384
|
+
properties: {
|
|
11385
|
+
name: {
|
|
11386
|
+
type: "string"
|
|
11387
|
+
},
|
|
11388
|
+
version: {
|
|
11389
|
+
type: "string"
|
|
11390
|
+
}
|
|
11391
|
+
},
|
|
11392
|
+
required: [
|
|
11393
|
+
"name"
|
|
11394
|
+
]
|
|
11395
|
+
},
|
|
11396
|
+
version: {
|
|
11397
|
+
type: "string"
|
|
11398
|
+
}
|
|
11399
|
+
},
|
|
11400
|
+
required: [
|
|
11401
|
+
"type",
|
|
11402
|
+
"name",
|
|
11403
|
+
"longVersion",
|
|
11404
|
+
"os",
|
|
11405
|
+
"version"
|
|
11406
|
+
]
|
|
11407
|
+
},
|
|
11408
|
+
DeviceManagementPopulatedSession: {
|
|
11409
|
+
type: "object",
|
|
11410
|
+
properties: {
|
|
11411
|
+
_id: {
|
|
11412
|
+
type: "string"
|
|
11413
|
+
},
|
|
11414
|
+
host: {
|
|
11415
|
+
type: "string"
|
|
11416
|
+
},
|
|
11417
|
+
ip: {
|
|
11418
|
+
type: "string"
|
|
11419
|
+
},
|
|
11420
|
+
userId: {
|
|
11421
|
+
type: "string"
|
|
11422
|
+
},
|
|
11423
|
+
device: {
|
|
11424
|
+
$ref: "#/components/schemas/ISessionDevice"
|
|
11425
|
+
},
|
|
11426
|
+
sessionId: {
|
|
11427
|
+
type: "string"
|
|
11428
|
+
},
|
|
11429
|
+
loginAt: {
|
|
11430
|
+
type: "string",
|
|
11431
|
+
format: "date-time"
|
|
11432
|
+
},
|
|
11433
|
+
logoutAt: {
|
|
11434
|
+
type: "string",
|
|
11435
|
+
format: "date-time"
|
|
11436
|
+
},
|
|
11437
|
+
current: {
|
|
11438
|
+
type: "boolean"
|
|
11439
|
+
},
|
|
11440
|
+
_user: {
|
|
11441
|
+
$ref: "#/components/schemas/PickIUserusernamenameavatarOriginavatarETag"
|
|
11442
|
+
}
|
|
11443
|
+
},
|
|
11444
|
+
required: [
|
|
11445
|
+
"_id",
|
|
11446
|
+
"host",
|
|
11447
|
+
"ip",
|
|
11448
|
+
"userId",
|
|
11449
|
+
"sessionId",
|
|
11450
|
+
"loginAt"
|
|
11451
|
+
]
|
|
11452
|
+
},
|
|
11453
|
+
PickIUserusernamenameavatarOriginavatarETag: {
|
|
11454
|
+
type: "object",
|
|
11455
|
+
properties: {
|
|
11456
|
+
username: {
|
|
11457
|
+
type: "string"
|
|
11458
|
+
},
|
|
11459
|
+
name: {
|
|
11460
|
+
type: "string"
|
|
11461
|
+
},
|
|
11462
|
+
avatarOrigin: {
|
|
11463
|
+
type: "string"
|
|
11464
|
+
},
|
|
11465
|
+
avatarETag: {
|
|
11466
|
+
type: "string"
|
|
11467
|
+
}
|
|
11468
|
+
},
|
|
11469
|
+
required: [],
|
|
11470
|
+
description: "From T, pick a set of properties whose keys are in the union K"
|
|
11471
|
+
},
|
|
10933
11472
|
CloudRegistrationStatus: {
|
|
10934
11473
|
type: "object",
|
|
10935
11474
|
properties: {
|
|
@@ -11798,6 +12337,9 @@ exports.schemas = {
|
|
|
11798
12337
|
{
|
|
11799
12338
|
$ref: "#/components/schemas/ISubscription"
|
|
11800
12339
|
},
|
|
12340
|
+
{
|
|
12341
|
+
$ref: "#/components/schemas/ITeam"
|
|
12342
|
+
},
|
|
11801
12343
|
{
|
|
11802
12344
|
$ref: "#/components/schemas/IInvite"
|
|
11803
12345
|
},
|
|
@@ -11816,6 +12358,9 @@ exports.schemas = {
|
|
|
11816
12358
|
{
|
|
11817
12359
|
$ref: "#/components/schemas/ICustomSound"
|
|
11818
12360
|
},
|
|
12361
|
+
{
|
|
12362
|
+
$ref: "#/components/schemas/IUploadWithUser"
|
|
12363
|
+
},
|
|
11819
12364
|
{
|
|
11820
12365
|
$ref: "#/components/schemas/IImport"
|
|
11821
12366
|
},
|
|
@@ -11864,6 +12409,12 @@ exports.schemas = {
|
|
|
11864
12409
|
{
|
|
11865
12410
|
$ref: "#/components/schemas/IRoomAdmin"
|
|
11866
12411
|
},
|
|
12412
|
+
{
|
|
12413
|
+
$ref: "#/components/schemas/DeviceManagementSession"
|
|
12414
|
+
},
|
|
12415
|
+
{
|
|
12416
|
+
$ref: "#/components/schemas/DeviceManagementPopulatedSession"
|
|
12417
|
+
},
|
|
11867
12418
|
{
|
|
11868
12419
|
$ref: "#/components/schemas/CloudRegistrationStatus"
|
|
11869
12420
|
},
|