@aws-sdk/client-chime 3.943.0 → 3.946.0
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-cjs/index.js +105 -494
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/ChimeClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +105 -494
- package/dist-types/Chime.d.ts +1 -1
- package/dist-types/ChimeClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +3 -3
- package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +3 -3
- package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +3 -3
- package/dist-types/commands/BatchSuspendUserCommand.d.ts +3 -3
- package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +3 -3
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +3 -3
- package/dist-types/commands/BatchUpdateUserCommand.d.ts +3 -3
- package/dist-types/commands/CreateAccountCommand.d.ts +3 -3
- package/dist-types/commands/CreateBotCommand.d.ts +3 -3
- package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +3 -3
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +3 -3
- package/dist-types/commands/CreateRoomCommand.d.ts +3 -3
- package/dist-types/commands/CreateRoomMembershipCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAccountCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +3 -3
- package/dist-types/commands/DeleteRoomCommand.d.ts +3 -3
- package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +3 -3
- package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +3 -3
- package/dist-types/commands/GetAccountCommand.d.ts +3 -3
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -3
- package/dist-types/commands/GetBotCommand.d.ts +3 -3
- package/dist-types/commands/GetEventsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +3 -3
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +3 -3
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +3 -3
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +3 -3
- package/dist-types/commands/GetRetentionSettingsCommand.d.ts +3 -3
- package/dist-types/commands/GetRoomCommand.d.ts +3 -3
- package/dist-types/commands/GetUserCommand.d.ts +3 -3
- package/dist-types/commands/GetUserSettingsCommand.d.ts +3 -3
- package/dist-types/commands/InviteUsersCommand.d.ts +3 -3
- package/dist-types/commands/ListAccountsCommand.d.ts +3 -3
- package/dist-types/commands/ListBotsCommand.d.ts +3 -3
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +3 -3
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +3 -3
- package/dist-types/commands/ListRoomMembershipsCommand.d.ts +3 -3
- package/dist-types/commands/ListRoomsCommand.d.ts +3 -3
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +3 -3
- package/dist-types/commands/ListUsersCommand.d.ts +3 -3
- package/dist-types/commands/LogoutUserCommand.d.ts +3 -3
- package/dist-types/commands/PutEventsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutRetentionSettingsCommand.d.ts +3 -3
- package/dist-types/commands/RedactConversationMessageCommand.d.ts +3 -3
- package/dist-types/commands/RedactRoomMessageCommand.d.ts +3 -3
- package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +3 -3
- package/dist-types/commands/ResetPersonalPINCommand.d.ts +3 -3
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +3 -3
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAccountCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateBotCommand.d.ts +3 -3
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateRoomCommand.d.ts +3 -3
- package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/ChimeServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPhoneNumberOrdersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRoomMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRoomsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/ChimeClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ChimeServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -683,17 +683,7 @@ var E164PhoneNumber = [0, n0, _EPN, 8, 0];
|
|
|
683
683
|
var EmailAddress = [0, n0, _EA, 8, 0];
|
|
684
684
|
var JoinTokenString = [0, n0, _JTS, 8, 0];
|
|
685
685
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
686
|
-
var AccessDeniedException = [
|
|
687
|
-
-3,
|
|
688
|
-
n0,
|
|
689
|
-
_ADE,
|
|
690
|
-
{
|
|
691
|
-
[_e]: _c,
|
|
692
|
-
[_hE]: 403,
|
|
693
|
-
},
|
|
694
|
-
[_C, _M],
|
|
695
|
-
[0, 0],
|
|
696
|
-
];
|
|
686
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_C, _M], [0, 0]];
|
|
697
687
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
698
688
|
var Account = [
|
|
699
689
|
3,
|
|
@@ -734,17 +724,7 @@ var AssociateSigninDelegateGroupsWithAccountRequest = [
|
|
|
734
724
|
[[0, 1], () => SigninDelegateGroupList],
|
|
735
725
|
];
|
|
736
726
|
var AssociateSigninDelegateGroupsWithAccountResponse = [3, n0, _ASDGWARs, 0, [], []];
|
|
737
|
-
var BadRequestException = [
|
|
738
|
-
-3,
|
|
739
|
-
n0,
|
|
740
|
-
_BRE,
|
|
741
|
-
{
|
|
742
|
-
[_e]: _c,
|
|
743
|
-
[_hE]: 400,
|
|
744
|
-
},
|
|
745
|
-
[_C, _M],
|
|
746
|
-
[0, 0],
|
|
747
|
-
];
|
|
727
|
+
var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_C, _M], [0, 0]];
|
|
748
728
|
schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
|
|
749
729
|
var BatchCreateRoomMembershipRequest = [
|
|
750
730
|
3,
|
|
@@ -812,17 +792,7 @@ var Bot = [
|
|
|
812
792
|
[0, 0, [() => SensitiveString, 0], 0, 2, 5, 5, [() => SensitiveString, 0], [() => SensitiveString, 0]],
|
|
813
793
|
];
|
|
814
794
|
var BusinessCallingSettings = [3, n0, _BCS, 0, [_CB], [0]];
|
|
815
|
-
var ConflictException = [
|
|
816
|
-
-3,
|
|
817
|
-
n0,
|
|
818
|
-
_CE,
|
|
819
|
-
{
|
|
820
|
-
[_e]: _c,
|
|
821
|
-
[_hE]: 409,
|
|
822
|
-
},
|
|
823
|
-
[_C, _M],
|
|
824
|
-
[0, 0],
|
|
825
|
-
];
|
|
795
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_C, _M], [0, 0]];
|
|
826
796
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
827
797
|
var ConversationRetentionSettings = [3, n0, _CRS, 0, [_RD], [1]];
|
|
828
798
|
var CreateAccountRequest = [3, n0, _CAR, 0, [_N], [0]];
|
|
@@ -963,17 +933,7 @@ var EventsConfiguration = [
|
|
|
963
933
|
[_BI, _OEHTTPSE, _LFA],
|
|
964
934
|
[0, [() => SensitiveString, 0], [() => SensitiveString, 0]],
|
|
965
935
|
];
|
|
966
|
-
var ForbiddenException = [
|
|
967
|
-
-3,
|
|
968
|
-
n0,
|
|
969
|
-
_FE,
|
|
970
|
-
{
|
|
971
|
-
[_e]: _c,
|
|
972
|
-
[_hE]: 403,
|
|
973
|
-
},
|
|
974
|
-
[_C, _M],
|
|
975
|
-
[0, 0],
|
|
976
|
-
];
|
|
936
|
+
var ForbiddenException = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_C, _M], [0, 0]];
|
|
977
937
|
schema.TypeRegistry.for(n0).registerError(ForbiddenException, ForbiddenException$1);
|
|
978
938
|
var GetAccountRequest = [3, n0, _GAR, 0, [_AI], [[0, 1]]];
|
|
979
939
|
var GetAccountResponse = [3, n0, _GARe, 0, [_A], [() => Account]];
|
|
@@ -1099,30 +1059,10 @@ var ListAccountsRequest = [
|
|
|
1099
1059
|
0,
|
|
1100
1060
|
[_N, _UEs, _NT, _MR],
|
|
1101
1061
|
[
|
|
1102
|
-
[
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
},
|
|
1107
|
-
],
|
|
1108
|
-
[
|
|
1109
|
-
() => EmailAddress,
|
|
1110
|
-
{
|
|
1111
|
-
[_hQ]: _ue,
|
|
1112
|
-
},
|
|
1113
|
-
],
|
|
1114
|
-
[
|
|
1115
|
-
0,
|
|
1116
|
-
{
|
|
1117
|
-
[_hQ]: _nt,
|
|
1118
|
-
},
|
|
1119
|
-
],
|
|
1120
|
-
[
|
|
1121
|
-
1,
|
|
1122
|
-
{
|
|
1123
|
-
[_hQ]: _mr,
|
|
1124
|
-
},
|
|
1125
|
-
],
|
|
1062
|
+
[0, { [_hQ]: _n }],
|
|
1063
|
+
[() => EmailAddress, { [_hQ]: _ue }],
|
|
1064
|
+
[0, { [_hQ]: _nt }],
|
|
1065
|
+
[1, { [_hQ]: _mr }],
|
|
1126
1066
|
],
|
|
1127
1067
|
];
|
|
1128
1068
|
var ListAccountsResponse = [3, n0, _LARi, 0, [_Ac, _NT], [() => AccountList, 0]];
|
|
@@ -1134,18 +1074,8 @@ var ListBotsRequest = [
|
|
|
1134
1074
|
[_AI, _MR, _NT],
|
|
1135
1075
|
[
|
|
1136
1076
|
[0, 1],
|
|
1137
|
-
[
|
|
1138
|
-
|
|
1139
|
-
{
|
|
1140
|
-
[_hQ]: _mr,
|
|
1141
|
-
},
|
|
1142
|
-
],
|
|
1143
|
-
[
|
|
1144
|
-
0,
|
|
1145
|
-
{
|
|
1146
|
-
[_hQ]: _nt,
|
|
1147
|
-
},
|
|
1148
|
-
],
|
|
1077
|
+
[1, { [_hQ]: _mr }],
|
|
1078
|
+
[0, { [_hQ]: _nt }],
|
|
1149
1079
|
],
|
|
1150
1080
|
];
|
|
1151
1081
|
var ListBotsResponse = [3, n0, _LBRi, 0, [_Bo, _NT], [[() => BotList, 0], 0]];
|
|
@@ -1156,18 +1086,8 @@ var ListPhoneNumberOrdersRequest = [
|
|
|
1156
1086
|
0,
|
|
1157
1087
|
[_NT, _MR],
|
|
1158
1088
|
[
|
|
1159
|
-
[
|
|
1160
|
-
|
|
1161
|
-
{
|
|
1162
|
-
[_hQ]: _nt,
|
|
1163
|
-
},
|
|
1164
|
-
],
|
|
1165
|
-
[
|
|
1166
|
-
1,
|
|
1167
|
-
{
|
|
1168
|
-
[_hQ]: _mr,
|
|
1169
|
-
},
|
|
1170
|
-
],
|
|
1089
|
+
[0, { [_hQ]: _nt }],
|
|
1090
|
+
[1, { [_hQ]: _mr }],
|
|
1171
1091
|
],
|
|
1172
1092
|
];
|
|
1173
1093
|
var ListPhoneNumberOrdersResponse = [
|
|
@@ -1185,42 +1105,12 @@ var ListPhoneNumbersRequest = [
|
|
|
1185
1105
|
0,
|
|
1186
1106
|
[_S, _PT, _FN, _FV, _MR, _NT],
|
|
1187
1107
|
[
|
|
1188
|
-
[
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
],
|
|
1194
|
-
[
|
|
1195
|
-
0,
|
|
1196
|
-
{
|
|
1197
|
-
[_hQ]: _pt,
|
|
1198
|
-
},
|
|
1199
|
-
],
|
|
1200
|
-
[
|
|
1201
|
-
0,
|
|
1202
|
-
{
|
|
1203
|
-
[_hQ]: _fn,
|
|
1204
|
-
},
|
|
1205
|
-
],
|
|
1206
|
-
[
|
|
1207
|
-
0,
|
|
1208
|
-
{
|
|
1209
|
-
[_hQ]: _fv,
|
|
1210
|
-
},
|
|
1211
|
-
],
|
|
1212
|
-
[
|
|
1213
|
-
1,
|
|
1214
|
-
{
|
|
1215
|
-
[_hQ]: _mr,
|
|
1216
|
-
},
|
|
1217
|
-
],
|
|
1218
|
-
[
|
|
1219
|
-
0,
|
|
1220
|
-
{
|
|
1221
|
-
[_hQ]: _nt,
|
|
1222
|
-
},
|
|
1223
|
-
],
|
|
1108
|
+
[0, { [_hQ]: _s }],
|
|
1109
|
+
[0, { [_hQ]: _pt }],
|
|
1110
|
+
[0, { [_hQ]: _fn }],
|
|
1111
|
+
[0, { [_hQ]: _fv }],
|
|
1112
|
+
[1, { [_hQ]: _mr }],
|
|
1113
|
+
[0, { [_hQ]: _nt }],
|
|
1224
1114
|
],
|
|
1225
1115
|
];
|
|
1226
1116
|
var ListPhoneNumbersResponse = [
|
|
@@ -1240,18 +1130,8 @@ var ListRoomMembershipsRequest = [
|
|
|
1240
1130
|
[
|
|
1241
1131
|
[0, 1],
|
|
1242
1132
|
[0, 1],
|
|
1243
|
-
[
|
|
1244
|
-
|
|
1245
|
-
{
|
|
1246
|
-
[_hQ]: _mr,
|
|
1247
|
-
},
|
|
1248
|
-
],
|
|
1249
|
-
[
|
|
1250
|
-
0,
|
|
1251
|
-
{
|
|
1252
|
-
[_hQ]: _nt,
|
|
1253
|
-
},
|
|
1254
|
-
],
|
|
1133
|
+
[1, { [_hQ]: _mr }],
|
|
1134
|
+
[0, { [_hQ]: _nt }],
|
|
1255
1135
|
],
|
|
1256
1136
|
];
|
|
1257
1137
|
var ListRoomMembershipsResponse = [
|
|
@@ -1270,24 +1150,9 @@ var ListRoomsRequest = [
|
|
|
1270
1150
|
[_AI, _MIe, _MR, _NT],
|
|
1271
1151
|
[
|
|
1272
1152
|
[0, 1],
|
|
1273
|
-
[
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
[_hQ]: _mi,
|
|
1277
|
-
},
|
|
1278
|
-
],
|
|
1279
|
-
[
|
|
1280
|
-
1,
|
|
1281
|
-
{
|
|
1282
|
-
[_hQ]: _mr,
|
|
1283
|
-
},
|
|
1284
|
-
],
|
|
1285
|
-
[
|
|
1286
|
-
0,
|
|
1287
|
-
{
|
|
1288
|
-
[_hQ]: _nt,
|
|
1289
|
-
},
|
|
1290
|
-
],
|
|
1153
|
+
[0, { [_hQ]: _mi }],
|
|
1154
|
+
[1, { [_hQ]: _mr }],
|
|
1155
|
+
[0, { [_hQ]: _nt }],
|
|
1291
1156
|
],
|
|
1292
1157
|
];
|
|
1293
1158
|
var ListRoomsResponse = [3, n0, _LRRi, 0, [_Roo, _NT], [[() => RoomList, 0], 0]];
|
|
@@ -1297,14 +1162,7 @@ var ListSupportedPhoneNumberCountriesRequest = [
|
|
|
1297
1162
|
_LSPNCR,
|
|
1298
1163
|
0,
|
|
1299
1164
|
[_PT],
|
|
1300
|
-
[
|
|
1301
|
-
[
|
|
1302
|
-
0,
|
|
1303
|
-
{
|
|
1304
|
-
[_hQ]: _pt,
|
|
1305
|
-
},
|
|
1306
|
-
],
|
|
1307
|
-
],
|
|
1165
|
+
[[0, { [_hQ]: _pt }]],
|
|
1308
1166
|
];
|
|
1309
1167
|
var ListSupportedPhoneNumberCountriesResponse = [
|
|
1310
1168
|
3,
|
|
@@ -1322,30 +1180,10 @@ var ListUsersRequest = [
|
|
|
1322
1180
|
[_AI, _UEs, _UTs, _MR, _NT],
|
|
1323
1181
|
[
|
|
1324
1182
|
[0, 1],
|
|
1325
|
-
[
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
},
|
|
1330
|
-
],
|
|
1331
|
-
[
|
|
1332
|
-
0,
|
|
1333
|
-
{
|
|
1334
|
-
[_hQ]: _ut,
|
|
1335
|
-
},
|
|
1336
|
-
],
|
|
1337
|
-
[
|
|
1338
|
-
1,
|
|
1339
|
-
{
|
|
1340
|
-
[_hQ]: _mr,
|
|
1341
|
-
},
|
|
1342
|
-
],
|
|
1343
|
-
[
|
|
1344
|
-
0,
|
|
1345
|
-
{
|
|
1346
|
-
[_hQ]: _nt,
|
|
1347
|
-
},
|
|
1348
|
-
],
|
|
1183
|
+
[() => EmailAddress, { [_hQ]: _ue }],
|
|
1184
|
+
[0, { [_hQ]: _ut }],
|
|
1185
|
+
[1, { [_hQ]: _mr }],
|
|
1186
|
+
[0, { [_hQ]: _nt }],
|
|
1349
1187
|
],
|
|
1350
1188
|
];
|
|
1351
1189
|
var ListUsersResponse = [3, n0, _LURi, 0, [_Use, _NT], [[() => UserList, 0], 0]];
|
|
@@ -1371,17 +1209,7 @@ var Member = [
|
|
|
1371
1209
|
];
|
|
1372
1210
|
var MemberError = [3, n0, _ME, 0, [_MIe, _ECr, _EM], [0, 0, 0]];
|
|
1373
1211
|
var MembershipItem = [3, n0, _MIem, 0, [_MIe, _R], [0, 0]];
|
|
1374
|
-
var NotFoundException = [
|
|
1375
|
-
-3,
|
|
1376
|
-
n0,
|
|
1377
|
-
_NFE,
|
|
1378
|
-
{
|
|
1379
|
-
[_e]: _c,
|
|
1380
|
-
[_hE]: 404,
|
|
1381
|
-
},
|
|
1382
|
-
[_C, _M],
|
|
1383
|
-
[0, 0],
|
|
1384
|
-
];
|
|
1212
|
+
var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_C, _M], [0, 0]];
|
|
1385
1213
|
schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
|
|
1386
1214
|
var OrderedPhoneNumber = [3, n0, _OPN, 0, [_EPN, _S], [[() => E164PhoneNumber, 0], 0]];
|
|
1387
1215
|
var PhoneNumber = [
|
|
@@ -1516,10 +1344,7 @@ var ResourceLimitExceededException = [
|
|
|
1516
1344
|
-3,
|
|
1517
1345
|
n0,
|
|
1518
1346
|
_RLEE,
|
|
1519
|
-
{
|
|
1520
|
-
[_e]: _c,
|
|
1521
|
-
[_hE]: 400,
|
|
1522
|
-
},
|
|
1347
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1523
1348
|
[_C, _M],
|
|
1524
1349
|
[0, 0],
|
|
1525
1350
|
];
|
|
@@ -1558,54 +1383,14 @@ var SearchAvailablePhoneNumbersRequest = [
|
|
|
1558
1383
|
0,
|
|
1559
1384
|
[_AC, _Ci, _Co, _St, _TFP, _PNT, _MR, _NT],
|
|
1560
1385
|
[
|
|
1561
|
-
[
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
],
|
|
1567
|
-
[
|
|
1568
|
-
|
|
1569
|
-
{
|
|
1570
|
-
[_hQ]: _ci,
|
|
1571
|
-
},
|
|
1572
|
-
],
|
|
1573
|
-
[
|
|
1574
|
-
0,
|
|
1575
|
-
{
|
|
1576
|
-
[_hQ]: _co,
|
|
1577
|
-
},
|
|
1578
|
-
],
|
|
1579
|
-
[
|
|
1580
|
-
0,
|
|
1581
|
-
{
|
|
1582
|
-
[_hQ]: _st,
|
|
1583
|
-
},
|
|
1584
|
-
],
|
|
1585
|
-
[
|
|
1586
|
-
0,
|
|
1587
|
-
{
|
|
1588
|
-
[_hQ]: _tfp,
|
|
1589
|
-
},
|
|
1590
|
-
],
|
|
1591
|
-
[
|
|
1592
|
-
0,
|
|
1593
|
-
{
|
|
1594
|
-
[_hQ]: _pnt,
|
|
1595
|
-
},
|
|
1596
|
-
],
|
|
1597
|
-
[
|
|
1598
|
-
1,
|
|
1599
|
-
{
|
|
1600
|
-
[_hQ]: _mr,
|
|
1601
|
-
},
|
|
1602
|
-
],
|
|
1603
|
-
[
|
|
1604
|
-
0,
|
|
1605
|
-
{
|
|
1606
|
-
[_hQ]: _nt,
|
|
1607
|
-
},
|
|
1608
|
-
],
|
|
1386
|
+
[0, { [_hQ]: _ac }],
|
|
1387
|
+
[0, { [_hQ]: _ci }],
|
|
1388
|
+
[0, { [_hQ]: _co }],
|
|
1389
|
+
[0, { [_hQ]: _st }],
|
|
1390
|
+
[0, { [_hQ]: _tfp }],
|
|
1391
|
+
[0, { [_hQ]: _pnt }],
|
|
1392
|
+
[1, { [_hQ]: _mr }],
|
|
1393
|
+
[0, { [_hQ]: _nt }],
|
|
1609
1394
|
],
|
|
1610
1395
|
];
|
|
1611
1396
|
var SearchAvailablePhoneNumbersResponse = [
|
|
@@ -1616,67 +1401,17 @@ var SearchAvailablePhoneNumbersResponse = [
|
|
|
1616
1401
|
[_EPNh, _NT],
|
|
1617
1402
|
[[() => E164PhoneNumberList, 0], 0],
|
|
1618
1403
|
];
|
|
1619
|
-
var ServiceFailureException = [
|
|
1620
|
-
-3,
|
|
1621
|
-
n0,
|
|
1622
|
-
_SFE,
|
|
1623
|
-
{
|
|
1624
|
-
[_e]: _se,
|
|
1625
|
-
[_hE]: 500,
|
|
1626
|
-
},
|
|
1627
|
-
[_C, _M],
|
|
1628
|
-
[0, 0],
|
|
1629
|
-
];
|
|
1404
|
+
var ServiceFailureException = [-3, n0, _SFE, { [_e]: _se, [_hE]: 500 }, [_C, _M], [0, 0]];
|
|
1630
1405
|
schema.TypeRegistry.for(n0).registerError(ServiceFailureException, ServiceFailureException$1);
|
|
1631
|
-
var ServiceUnavailableException = [
|
|
1632
|
-
-3,
|
|
1633
|
-
n0,
|
|
1634
|
-
_SUE,
|
|
1635
|
-
{
|
|
1636
|
-
[_e]: _se,
|
|
1637
|
-
[_hE]: 503,
|
|
1638
|
-
},
|
|
1639
|
-
[_C, _M],
|
|
1640
|
-
[0, 0],
|
|
1641
|
-
];
|
|
1406
|
+
var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_C, _M], [0, 0]];
|
|
1642
1407
|
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
|
|
1643
1408
|
var SigninDelegateGroup = [3, n0, _SDGi, 0, [_GNr], [0]];
|
|
1644
1409
|
var TelephonySettings = [3, n0, _TS, 0, [_ICn, _OCu, _SMS], [2, 2, 2]];
|
|
1645
|
-
var ThrottledClientException = [
|
|
1646
|
-
-3,
|
|
1647
|
-
n0,
|
|
1648
|
-
_TCE,
|
|
1649
|
-
{
|
|
1650
|
-
[_e]: _c,
|
|
1651
|
-
[_hE]: 429,
|
|
1652
|
-
},
|
|
1653
|
-
[_C, _M],
|
|
1654
|
-
[0, 0],
|
|
1655
|
-
];
|
|
1410
|
+
var ThrottledClientException = [-3, n0, _TCE, { [_e]: _c, [_hE]: 429 }, [_C, _M], [0, 0]];
|
|
1656
1411
|
schema.TypeRegistry.for(n0).registerError(ThrottledClientException, ThrottledClientException$1);
|
|
1657
|
-
var UnauthorizedClientException = [
|
|
1658
|
-
-3,
|
|
1659
|
-
n0,
|
|
1660
|
-
_UCE,
|
|
1661
|
-
{
|
|
1662
|
-
[_e]: _c,
|
|
1663
|
-
[_hE]: 401,
|
|
1664
|
-
},
|
|
1665
|
-
[_C, _M],
|
|
1666
|
-
[0, 0],
|
|
1667
|
-
];
|
|
1412
|
+
var UnauthorizedClientException = [-3, n0, _UCE, { [_e]: _c, [_hE]: 401 }, [_C, _M], [0, 0]];
|
|
1668
1413
|
schema.TypeRegistry.for(n0).registerError(UnauthorizedClientException, UnauthorizedClientException$1);
|
|
1669
|
-
var UnprocessableEntityException = [
|
|
1670
|
-
-3,
|
|
1671
|
-
n0,
|
|
1672
|
-
_UEE,
|
|
1673
|
-
{
|
|
1674
|
-
[_e]: _c,
|
|
1675
|
-
[_hE]: 422,
|
|
1676
|
-
},
|
|
1677
|
-
[_C, _M],
|
|
1678
|
-
[0, 0],
|
|
1679
|
-
];
|
|
1414
|
+
var UnprocessableEntityException = [-3, n0, _UEE, { [_e]: _c, [_hE]: 422 }, [_C, _M], [0, 0]];
|
|
1680
1415
|
schema.TypeRegistry.for(n0).registerError(UnprocessableEntityException, UnprocessableEntityException$1);
|
|
1681
1416
|
var UpdateAccountRequest = [3, n0, _UAR, 0, [_AI, _N, _DL], [[0, 1], 0, 0]];
|
|
1682
1417
|
var UpdateAccountResponse = [3, n0, _UARp, 0, [_A], [() => Account]];
|
|
@@ -1829,9 +1564,7 @@ var AssociatePhoneNumberWithUser = [
|
|
|
1829
1564
|
9,
|
|
1830
1565
|
n0,
|
|
1831
1566
|
_APNWU,
|
|
1832
|
-
{
|
|
1833
|
-
[_h]: ["POST", "/accounts/{AccountId}/users/{UserId}?operation=associate-phone-number", 200],
|
|
1834
|
-
},
|
|
1567
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/users/{UserId}?operation=associate-phone-number", 200] },
|
|
1835
1568
|
() => AssociatePhoneNumberWithUserRequest,
|
|
1836
1569
|
() => AssociatePhoneNumberWithUserResponse,
|
|
1837
1570
|
];
|
|
@@ -1839,9 +1572,7 @@ var AssociateSigninDelegateGroupsWithAccount = [
|
|
|
1839
1572
|
9,
|
|
1840
1573
|
n0,
|
|
1841
1574
|
_ASDGWA,
|
|
1842
|
-
{
|
|
1843
|
-
[_h]: ["POST", "/accounts/{AccountId}?operation=associate-signin-delegate-groups", 200],
|
|
1844
|
-
},
|
|
1575
|
+
{ [_h]: ["POST", "/accounts/{AccountId}?operation=associate-signin-delegate-groups", 200] },
|
|
1845
1576
|
() => AssociateSigninDelegateGroupsWithAccountRequest,
|
|
1846
1577
|
() => AssociateSigninDelegateGroupsWithAccountResponse,
|
|
1847
1578
|
];
|
|
@@ -1849,9 +1580,7 @@ var BatchCreateRoomMembership = [
|
|
|
1849
1580
|
9,
|
|
1850
1581
|
n0,
|
|
1851
1582
|
_BCRM,
|
|
1852
|
-
{
|
|
1853
|
-
[_h]: ["POST", "/accounts/{AccountId}/rooms/{RoomId}/memberships?operation=batch-create", 201],
|
|
1854
|
-
},
|
|
1583
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/rooms/{RoomId}/memberships?operation=batch-create", 201] },
|
|
1855
1584
|
() => BatchCreateRoomMembershipRequest,
|
|
1856
1585
|
() => BatchCreateRoomMembershipResponse,
|
|
1857
1586
|
];
|
|
@@ -1859,9 +1588,7 @@ var BatchDeletePhoneNumber = [
|
|
|
1859
1588
|
9,
|
|
1860
1589
|
n0,
|
|
1861
1590
|
_BDPN,
|
|
1862
|
-
{
|
|
1863
|
-
[_h]: ["POST", "/phone-numbers?operation=batch-delete", 200],
|
|
1864
|
-
},
|
|
1591
|
+
{ [_h]: ["POST", "/phone-numbers?operation=batch-delete", 200] },
|
|
1865
1592
|
() => BatchDeletePhoneNumberRequest,
|
|
1866
1593
|
() => BatchDeletePhoneNumberResponse,
|
|
1867
1594
|
];
|
|
@@ -1869,9 +1596,7 @@ var BatchSuspendUser = [
|
|
|
1869
1596
|
9,
|
|
1870
1597
|
n0,
|
|
1871
1598
|
_BSU,
|
|
1872
|
-
{
|
|
1873
|
-
[_h]: ["POST", "/accounts/{AccountId}/users?operation=suspend", 200],
|
|
1874
|
-
},
|
|
1599
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/users?operation=suspend", 200] },
|
|
1875
1600
|
() => BatchSuspendUserRequest,
|
|
1876
1601
|
() => BatchSuspendUserResponse,
|
|
1877
1602
|
];
|
|
@@ -1879,9 +1604,7 @@ var BatchUnsuspendUser = [
|
|
|
1879
1604
|
9,
|
|
1880
1605
|
n0,
|
|
1881
1606
|
_BUU,
|
|
1882
|
-
{
|
|
1883
|
-
[_h]: ["POST", "/accounts/{AccountId}/users?operation=unsuspend", 200],
|
|
1884
|
-
},
|
|
1607
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/users?operation=unsuspend", 200] },
|
|
1885
1608
|
() => BatchUnsuspendUserRequest,
|
|
1886
1609
|
() => BatchUnsuspendUserResponse,
|
|
1887
1610
|
];
|
|
@@ -1889,9 +1612,7 @@ var BatchUpdatePhoneNumber = [
|
|
|
1889
1612
|
9,
|
|
1890
1613
|
n0,
|
|
1891
1614
|
_BUPN,
|
|
1892
|
-
{
|
|
1893
|
-
[_h]: ["POST", "/phone-numbers?operation=batch-update", 200],
|
|
1894
|
-
},
|
|
1615
|
+
{ [_h]: ["POST", "/phone-numbers?operation=batch-update", 200] },
|
|
1895
1616
|
() => BatchUpdatePhoneNumberRequest,
|
|
1896
1617
|
() => BatchUpdatePhoneNumberResponse,
|
|
1897
1618
|
];
|
|
@@ -1899,9 +1620,7 @@ var BatchUpdateUser = [
|
|
|
1899
1620
|
9,
|
|
1900
1621
|
n0,
|
|
1901
1622
|
_BUUa,
|
|
1902
|
-
{
|
|
1903
|
-
[_h]: ["POST", "/accounts/{AccountId}/users", 200],
|
|
1904
|
-
},
|
|
1623
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/users", 200] },
|
|
1905
1624
|
() => BatchUpdateUserRequest,
|
|
1906
1625
|
() => BatchUpdateUserResponse,
|
|
1907
1626
|
];
|
|
@@ -1909,9 +1628,7 @@ var CreateAccount = [
|
|
|
1909
1628
|
9,
|
|
1910
1629
|
n0,
|
|
1911
1630
|
_CA,
|
|
1912
|
-
{
|
|
1913
|
-
[_h]: ["POST", "/accounts", 201],
|
|
1914
|
-
},
|
|
1631
|
+
{ [_h]: ["POST", "/accounts", 201] },
|
|
1915
1632
|
() => CreateAccountRequest,
|
|
1916
1633
|
() => CreateAccountResponse,
|
|
1917
1634
|
];
|
|
@@ -1919,9 +1636,7 @@ var CreateBot = [
|
|
|
1919
1636
|
9,
|
|
1920
1637
|
n0,
|
|
1921
1638
|
_CBre,
|
|
1922
|
-
{
|
|
1923
|
-
[_h]: ["POST", "/accounts/{AccountId}/bots", 201],
|
|
1924
|
-
},
|
|
1639
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/bots", 201] },
|
|
1925
1640
|
() => CreateBotRequest,
|
|
1926
1641
|
() => CreateBotResponse,
|
|
1927
1642
|
];
|
|
@@ -1929,9 +1644,7 @@ var CreateMeetingDialOut = [
|
|
|
1929
1644
|
9,
|
|
1930
1645
|
n0,
|
|
1931
1646
|
_CMDO,
|
|
1932
|
-
{
|
|
1933
|
-
[_h]: ["POST", "/meetings/{MeetingId}/dial-outs", 201],
|
|
1934
|
-
},
|
|
1647
|
+
{ [_h]: ["POST", "/meetings/{MeetingId}/dial-outs", 201] },
|
|
1935
1648
|
() => CreateMeetingDialOutRequest,
|
|
1936
1649
|
() => CreateMeetingDialOutResponse,
|
|
1937
1650
|
];
|
|
@@ -1939,9 +1652,7 @@ var CreatePhoneNumberOrder = [
|
|
|
1939
1652
|
9,
|
|
1940
1653
|
n0,
|
|
1941
1654
|
_CPNO,
|
|
1942
|
-
{
|
|
1943
|
-
[_h]: ["POST", "/phone-number-orders", 201],
|
|
1944
|
-
},
|
|
1655
|
+
{ [_h]: ["POST", "/phone-number-orders", 201] },
|
|
1945
1656
|
() => CreatePhoneNumberOrderRequest,
|
|
1946
1657
|
() => CreatePhoneNumberOrderResponse,
|
|
1947
1658
|
];
|
|
@@ -1949,9 +1660,7 @@ var CreateRoom = [
|
|
|
1949
1660
|
9,
|
|
1950
1661
|
n0,
|
|
1951
1662
|
_CR,
|
|
1952
|
-
{
|
|
1953
|
-
[_h]: ["POST", "/accounts/{AccountId}/rooms", 201],
|
|
1954
|
-
},
|
|
1663
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/rooms", 201] },
|
|
1955
1664
|
() => CreateRoomRequest,
|
|
1956
1665
|
() => CreateRoomResponse,
|
|
1957
1666
|
];
|
|
@@ -1959,9 +1668,7 @@ var CreateRoomMembership = [
|
|
|
1959
1668
|
9,
|
|
1960
1669
|
n0,
|
|
1961
1670
|
_CRM,
|
|
1962
|
-
{
|
|
1963
|
-
[_h]: ["POST", "/accounts/{AccountId}/rooms/{RoomId}/memberships", 201],
|
|
1964
|
-
},
|
|
1671
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/rooms/{RoomId}/memberships", 201] },
|
|
1965
1672
|
() => CreateRoomMembershipRequest,
|
|
1966
1673
|
() => CreateRoomMembershipResponse,
|
|
1967
1674
|
];
|
|
@@ -1969,9 +1676,7 @@ var CreateUser = [
|
|
|
1969
1676
|
9,
|
|
1970
1677
|
n0,
|
|
1971
1678
|
_CU,
|
|
1972
|
-
{
|
|
1973
|
-
[_h]: ["POST", "/accounts/{AccountId}/users?operation=create", 201],
|
|
1974
|
-
},
|
|
1679
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/users?operation=create", 201] },
|
|
1975
1680
|
() => CreateUserRequest,
|
|
1976
1681
|
() => CreateUserResponse,
|
|
1977
1682
|
];
|
|
@@ -1979,9 +1684,7 @@ var DeleteAccount = [
|
|
|
1979
1684
|
9,
|
|
1980
1685
|
n0,
|
|
1981
1686
|
_DA,
|
|
1982
|
-
{
|
|
1983
|
-
[_h]: ["DELETE", "/accounts/{AccountId}", 204],
|
|
1984
|
-
},
|
|
1687
|
+
{ [_h]: ["DELETE", "/accounts/{AccountId}", 204] },
|
|
1985
1688
|
() => DeleteAccountRequest,
|
|
1986
1689
|
() => DeleteAccountResponse,
|
|
1987
1690
|
];
|
|
@@ -1989,9 +1692,7 @@ var DeleteEventsConfiguration = [
|
|
|
1989
1692
|
9,
|
|
1990
1693
|
n0,
|
|
1991
1694
|
_DEC,
|
|
1992
|
-
{
|
|
1993
|
-
[_h]: ["DELETE", "/accounts/{AccountId}/bots/{BotId}/events-configuration", 204],
|
|
1994
|
-
},
|
|
1695
|
+
{ [_h]: ["DELETE", "/accounts/{AccountId}/bots/{BotId}/events-configuration", 204] },
|
|
1995
1696
|
() => DeleteEventsConfigurationRequest,
|
|
1996
1697
|
() => __Unit,
|
|
1997
1698
|
];
|
|
@@ -1999,9 +1700,7 @@ var DeletePhoneNumber = [
|
|
|
1999
1700
|
9,
|
|
2000
1701
|
n0,
|
|
2001
1702
|
_DPN,
|
|
2002
|
-
{
|
|
2003
|
-
[_h]: ["DELETE", "/phone-numbers/{PhoneNumberId}", 204],
|
|
2004
|
-
},
|
|
1703
|
+
{ [_h]: ["DELETE", "/phone-numbers/{PhoneNumberId}", 204] },
|
|
2005
1704
|
() => DeletePhoneNumberRequest,
|
|
2006
1705
|
() => __Unit,
|
|
2007
1706
|
];
|
|
@@ -2009,9 +1708,7 @@ var DeleteRoom = [
|
|
|
2009
1708
|
9,
|
|
2010
1709
|
n0,
|
|
2011
1710
|
_DR,
|
|
2012
|
-
{
|
|
2013
|
-
[_h]: ["DELETE", "/accounts/{AccountId}/rooms/{RoomId}", 204],
|
|
2014
|
-
},
|
|
1711
|
+
{ [_h]: ["DELETE", "/accounts/{AccountId}/rooms/{RoomId}", 204] },
|
|
2015
1712
|
() => DeleteRoomRequest,
|
|
2016
1713
|
() => __Unit,
|
|
2017
1714
|
];
|
|
@@ -2019,9 +1716,7 @@ var DeleteRoomMembership = [
|
|
|
2019
1716
|
9,
|
|
2020
1717
|
n0,
|
|
2021
1718
|
_DRM,
|
|
2022
|
-
{
|
|
2023
|
-
[_h]: ["DELETE", "/accounts/{AccountId}/rooms/{RoomId}/memberships/{MemberId}", 204],
|
|
2024
|
-
},
|
|
1719
|
+
{ [_h]: ["DELETE", "/accounts/{AccountId}/rooms/{RoomId}/memberships/{MemberId}", 204] },
|
|
2025
1720
|
() => DeleteRoomMembershipRequest,
|
|
2026
1721
|
() => __Unit,
|
|
2027
1722
|
];
|
|
@@ -2029,9 +1724,7 @@ var DisassociatePhoneNumberFromUser = [
|
|
|
2029
1724
|
9,
|
|
2030
1725
|
n0,
|
|
2031
1726
|
_DPNFU,
|
|
2032
|
-
{
|
|
2033
|
-
[_h]: ["POST", "/accounts/{AccountId}/users/{UserId}?operation=disassociate-phone-number", 200],
|
|
2034
|
-
},
|
|
1727
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/users/{UserId}?operation=disassociate-phone-number", 200] },
|
|
2035
1728
|
() => DisassociatePhoneNumberFromUserRequest,
|
|
2036
1729
|
() => DisassociatePhoneNumberFromUserResponse,
|
|
2037
1730
|
];
|
|
@@ -2039,9 +1732,7 @@ var DisassociateSigninDelegateGroupsFromAccount = [
|
|
|
2039
1732
|
9,
|
|
2040
1733
|
n0,
|
|
2041
1734
|
_DSDGFA,
|
|
2042
|
-
{
|
|
2043
|
-
[_h]: ["POST", "/accounts/{AccountId}?operation=disassociate-signin-delegate-groups", 200],
|
|
2044
|
-
},
|
|
1735
|
+
{ [_h]: ["POST", "/accounts/{AccountId}?operation=disassociate-signin-delegate-groups", 200] },
|
|
2045
1736
|
() => DisassociateSigninDelegateGroupsFromAccountRequest,
|
|
2046
1737
|
() => DisassociateSigninDelegateGroupsFromAccountResponse,
|
|
2047
1738
|
];
|
|
@@ -2049,9 +1740,7 @@ var GetAccount = [
|
|
|
2049
1740
|
9,
|
|
2050
1741
|
n0,
|
|
2051
1742
|
_GA,
|
|
2052
|
-
{
|
|
2053
|
-
[_h]: ["GET", "/accounts/{AccountId}", 200],
|
|
2054
|
-
},
|
|
1743
|
+
{ [_h]: ["GET", "/accounts/{AccountId}", 200] },
|
|
2055
1744
|
() => GetAccountRequest,
|
|
2056
1745
|
() => GetAccountResponse,
|
|
2057
1746
|
];
|
|
@@ -2059,9 +1748,7 @@ var GetAccountSettings = [
|
|
|
2059
1748
|
9,
|
|
2060
1749
|
n0,
|
|
2061
1750
|
_GAS,
|
|
2062
|
-
{
|
|
2063
|
-
[_h]: ["GET", "/accounts/{AccountId}/settings", 200],
|
|
2064
|
-
},
|
|
1751
|
+
{ [_h]: ["GET", "/accounts/{AccountId}/settings", 200] },
|
|
2065
1752
|
() => GetAccountSettingsRequest,
|
|
2066
1753
|
() => GetAccountSettingsResponse,
|
|
2067
1754
|
];
|
|
@@ -2069,9 +1756,7 @@ var GetBot = [
|
|
|
2069
1756
|
9,
|
|
2070
1757
|
n0,
|
|
2071
1758
|
_GB,
|
|
2072
|
-
{
|
|
2073
|
-
[_h]: ["GET", "/accounts/{AccountId}/bots/{BotId}", 200],
|
|
2074
|
-
},
|
|
1759
|
+
{ [_h]: ["GET", "/accounts/{AccountId}/bots/{BotId}", 200] },
|
|
2075
1760
|
() => GetBotRequest,
|
|
2076
1761
|
() => GetBotResponse,
|
|
2077
1762
|
];
|
|
@@ -2079,9 +1764,7 @@ var GetEventsConfiguration = [
|
|
|
2079
1764
|
9,
|
|
2080
1765
|
n0,
|
|
2081
1766
|
_GEC,
|
|
2082
|
-
{
|
|
2083
|
-
[_h]: ["GET", "/accounts/{AccountId}/bots/{BotId}/events-configuration", 200],
|
|
2084
|
-
},
|
|
1767
|
+
{ [_h]: ["GET", "/accounts/{AccountId}/bots/{BotId}/events-configuration", 200] },
|
|
2085
1768
|
() => GetEventsConfigurationRequest,
|
|
2086
1769
|
() => GetEventsConfigurationResponse,
|
|
2087
1770
|
];
|
|
@@ -2089,9 +1772,7 @@ var GetGlobalSettings = [
|
|
|
2089
1772
|
9,
|
|
2090
1773
|
n0,
|
|
2091
1774
|
_GGS,
|
|
2092
|
-
{
|
|
2093
|
-
[_h]: ["GET", "/settings", 200],
|
|
2094
|
-
},
|
|
1775
|
+
{ [_h]: ["GET", "/settings", 200] },
|
|
2095
1776
|
() => __Unit,
|
|
2096
1777
|
() => GetGlobalSettingsResponse,
|
|
2097
1778
|
];
|
|
@@ -2099,9 +1780,7 @@ var GetPhoneNumber = [
|
|
|
2099
1780
|
9,
|
|
2100
1781
|
n0,
|
|
2101
1782
|
_GPN,
|
|
2102
|
-
{
|
|
2103
|
-
[_h]: ["GET", "/phone-numbers/{PhoneNumberId}", 200],
|
|
2104
|
-
},
|
|
1783
|
+
{ [_h]: ["GET", "/phone-numbers/{PhoneNumberId}", 200] },
|
|
2105
1784
|
() => GetPhoneNumberRequest,
|
|
2106
1785
|
() => GetPhoneNumberResponse,
|
|
2107
1786
|
];
|
|
@@ -2109,9 +1788,7 @@ var GetPhoneNumberOrder = [
|
|
|
2109
1788
|
9,
|
|
2110
1789
|
n0,
|
|
2111
1790
|
_GPNO,
|
|
2112
|
-
{
|
|
2113
|
-
[_h]: ["GET", "/phone-number-orders/{PhoneNumberOrderId}", 200],
|
|
2114
|
-
},
|
|
1791
|
+
{ [_h]: ["GET", "/phone-number-orders/{PhoneNumberOrderId}", 200] },
|
|
2115
1792
|
() => GetPhoneNumberOrderRequest,
|
|
2116
1793
|
() => GetPhoneNumberOrderResponse,
|
|
2117
1794
|
];
|
|
@@ -2119,9 +1796,7 @@ var GetPhoneNumberSettings = [
|
|
|
2119
1796
|
9,
|
|
2120
1797
|
n0,
|
|
2121
1798
|
_GPNS,
|
|
2122
|
-
{
|
|
2123
|
-
[_h]: ["GET", "/settings/phone-number", 200],
|
|
2124
|
-
},
|
|
1799
|
+
{ [_h]: ["GET", "/settings/phone-number", 200] },
|
|
2125
1800
|
() => __Unit,
|
|
2126
1801
|
() => GetPhoneNumberSettingsResponse,
|
|
2127
1802
|
];
|
|
@@ -2129,9 +1804,7 @@ var GetRetentionSettings = [
|
|
|
2129
1804
|
9,
|
|
2130
1805
|
n0,
|
|
2131
1806
|
_GRS,
|
|
2132
|
-
{
|
|
2133
|
-
[_h]: ["GET", "/accounts/{AccountId}/retention-settings", 200],
|
|
2134
|
-
},
|
|
1807
|
+
{ [_h]: ["GET", "/accounts/{AccountId}/retention-settings", 200] },
|
|
2135
1808
|
() => GetRetentionSettingsRequest,
|
|
2136
1809
|
() => GetRetentionSettingsResponse,
|
|
2137
1810
|
];
|
|
@@ -2139,9 +1812,7 @@ var GetRoom = [
|
|
|
2139
1812
|
9,
|
|
2140
1813
|
n0,
|
|
2141
1814
|
_GR,
|
|
2142
|
-
{
|
|
2143
|
-
[_h]: ["GET", "/accounts/{AccountId}/rooms/{RoomId}", 200],
|
|
2144
|
-
},
|
|
1815
|
+
{ [_h]: ["GET", "/accounts/{AccountId}/rooms/{RoomId}", 200] },
|
|
2145
1816
|
() => GetRoomRequest,
|
|
2146
1817
|
() => GetRoomResponse,
|
|
2147
1818
|
];
|
|
@@ -2149,9 +1820,7 @@ var GetUser = [
|
|
|
2149
1820
|
9,
|
|
2150
1821
|
n0,
|
|
2151
1822
|
_GU,
|
|
2152
|
-
{
|
|
2153
|
-
[_h]: ["GET", "/accounts/{AccountId}/users/{UserId}", 200],
|
|
2154
|
-
},
|
|
1823
|
+
{ [_h]: ["GET", "/accounts/{AccountId}/users/{UserId}", 200] },
|
|
2155
1824
|
() => GetUserRequest,
|
|
2156
1825
|
() => GetUserResponse,
|
|
2157
1826
|
];
|
|
@@ -2159,9 +1828,7 @@ var GetUserSettings = [
|
|
|
2159
1828
|
9,
|
|
2160
1829
|
n0,
|
|
2161
1830
|
_GUS,
|
|
2162
|
-
{
|
|
2163
|
-
[_h]: ["GET", "/accounts/{AccountId}/users/{UserId}/settings", 200],
|
|
2164
|
-
},
|
|
1831
|
+
{ [_h]: ["GET", "/accounts/{AccountId}/users/{UserId}/settings", 200] },
|
|
2165
1832
|
() => GetUserSettingsRequest,
|
|
2166
1833
|
() => GetUserSettingsResponse,
|
|
2167
1834
|
];
|
|
@@ -2169,9 +1836,7 @@ var InviteUsers = [
|
|
|
2169
1836
|
9,
|
|
2170
1837
|
n0,
|
|
2171
1838
|
_IU,
|
|
2172
|
-
{
|
|
2173
|
-
[_h]: ["POST", "/accounts/{AccountId}/users?operation=add", 201],
|
|
2174
|
-
},
|
|
1839
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/users?operation=add", 201] },
|
|
2175
1840
|
() => InviteUsersRequest,
|
|
2176
1841
|
() => InviteUsersResponse,
|
|
2177
1842
|
];
|
|
@@ -2179,9 +1844,7 @@ var ListAccounts = [
|
|
|
2179
1844
|
9,
|
|
2180
1845
|
n0,
|
|
2181
1846
|
_LA,
|
|
2182
|
-
{
|
|
2183
|
-
[_h]: ["GET", "/accounts", 200],
|
|
2184
|
-
},
|
|
1847
|
+
{ [_h]: ["GET", "/accounts", 200] },
|
|
2185
1848
|
() => ListAccountsRequest,
|
|
2186
1849
|
() => ListAccountsResponse,
|
|
2187
1850
|
];
|
|
@@ -2189,9 +1852,7 @@ var ListBots = [
|
|
|
2189
1852
|
9,
|
|
2190
1853
|
n0,
|
|
2191
1854
|
_LB,
|
|
2192
|
-
{
|
|
2193
|
-
[_h]: ["GET", "/accounts/{AccountId}/bots", 200],
|
|
2194
|
-
},
|
|
1855
|
+
{ [_h]: ["GET", "/accounts/{AccountId}/bots", 200] },
|
|
2195
1856
|
() => ListBotsRequest,
|
|
2196
1857
|
() => ListBotsResponse,
|
|
2197
1858
|
];
|
|
@@ -2199,9 +1860,7 @@ var ListPhoneNumberOrders = [
|
|
|
2199
1860
|
9,
|
|
2200
1861
|
n0,
|
|
2201
1862
|
_LPNO,
|
|
2202
|
-
{
|
|
2203
|
-
[_h]: ["GET", "/phone-number-orders", 200],
|
|
2204
|
-
},
|
|
1863
|
+
{ [_h]: ["GET", "/phone-number-orders", 200] },
|
|
2205
1864
|
() => ListPhoneNumberOrdersRequest,
|
|
2206
1865
|
() => ListPhoneNumberOrdersResponse,
|
|
2207
1866
|
];
|
|
@@ -2209,9 +1868,7 @@ var ListPhoneNumbers = [
|
|
|
2209
1868
|
9,
|
|
2210
1869
|
n0,
|
|
2211
1870
|
_LPN,
|
|
2212
|
-
{
|
|
2213
|
-
[_h]: ["GET", "/phone-numbers", 200],
|
|
2214
|
-
},
|
|
1871
|
+
{ [_h]: ["GET", "/phone-numbers", 200] },
|
|
2215
1872
|
() => ListPhoneNumbersRequest,
|
|
2216
1873
|
() => ListPhoneNumbersResponse,
|
|
2217
1874
|
];
|
|
@@ -2219,9 +1876,7 @@ var ListRoomMemberships = [
|
|
|
2219
1876
|
9,
|
|
2220
1877
|
n0,
|
|
2221
1878
|
_LRM,
|
|
2222
|
-
{
|
|
2223
|
-
[_h]: ["GET", "/accounts/{AccountId}/rooms/{RoomId}/memberships", 200],
|
|
2224
|
-
},
|
|
1879
|
+
{ [_h]: ["GET", "/accounts/{AccountId}/rooms/{RoomId}/memberships", 200] },
|
|
2225
1880
|
() => ListRoomMembershipsRequest,
|
|
2226
1881
|
() => ListRoomMembershipsResponse,
|
|
2227
1882
|
];
|
|
@@ -2229,9 +1884,7 @@ var ListRooms = [
|
|
|
2229
1884
|
9,
|
|
2230
1885
|
n0,
|
|
2231
1886
|
_LR,
|
|
2232
|
-
{
|
|
2233
|
-
[_h]: ["GET", "/accounts/{AccountId}/rooms", 200],
|
|
2234
|
-
},
|
|
1887
|
+
{ [_h]: ["GET", "/accounts/{AccountId}/rooms", 200] },
|
|
2235
1888
|
() => ListRoomsRequest,
|
|
2236
1889
|
() => ListRoomsResponse,
|
|
2237
1890
|
];
|
|
@@ -2239,9 +1892,7 @@ var ListSupportedPhoneNumberCountries = [
|
|
|
2239
1892
|
9,
|
|
2240
1893
|
n0,
|
|
2241
1894
|
_LSPNC,
|
|
2242
|
-
{
|
|
2243
|
-
[_h]: ["GET", "/phone-number-countries", 200],
|
|
2244
|
-
},
|
|
1895
|
+
{ [_h]: ["GET", "/phone-number-countries", 200] },
|
|
2245
1896
|
() => ListSupportedPhoneNumberCountriesRequest,
|
|
2246
1897
|
() => ListSupportedPhoneNumberCountriesResponse,
|
|
2247
1898
|
];
|
|
@@ -2249,9 +1900,7 @@ var ListUsers = [
|
|
|
2249
1900
|
9,
|
|
2250
1901
|
n0,
|
|
2251
1902
|
_LU,
|
|
2252
|
-
{
|
|
2253
|
-
[_h]: ["GET", "/accounts/{AccountId}/users", 200],
|
|
2254
|
-
},
|
|
1903
|
+
{ [_h]: ["GET", "/accounts/{AccountId}/users", 200] },
|
|
2255
1904
|
() => ListUsersRequest,
|
|
2256
1905
|
() => ListUsersResponse,
|
|
2257
1906
|
];
|
|
@@ -2259,9 +1908,7 @@ var LogoutUser = [
|
|
|
2259
1908
|
9,
|
|
2260
1909
|
n0,
|
|
2261
1910
|
_LUo,
|
|
2262
|
-
{
|
|
2263
|
-
[_h]: ["POST", "/accounts/{AccountId}/users/{UserId}?operation=logout", 204],
|
|
2264
|
-
},
|
|
1911
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/users/{UserId}?operation=logout", 204] },
|
|
2265
1912
|
() => LogoutUserRequest,
|
|
2266
1913
|
() => LogoutUserResponse,
|
|
2267
1914
|
];
|
|
@@ -2269,9 +1916,7 @@ var PutEventsConfiguration = [
|
|
|
2269
1916
|
9,
|
|
2270
1917
|
n0,
|
|
2271
1918
|
_PEC,
|
|
2272
|
-
{
|
|
2273
|
-
[_h]: ["PUT", "/accounts/{AccountId}/bots/{BotId}/events-configuration", 201],
|
|
2274
|
-
},
|
|
1919
|
+
{ [_h]: ["PUT", "/accounts/{AccountId}/bots/{BotId}/events-configuration", 201] },
|
|
2275
1920
|
() => PutEventsConfigurationRequest,
|
|
2276
1921
|
() => PutEventsConfigurationResponse,
|
|
2277
1922
|
];
|
|
@@ -2279,9 +1924,7 @@ var PutRetentionSettings = [
|
|
|
2279
1924
|
9,
|
|
2280
1925
|
n0,
|
|
2281
1926
|
_PRS,
|
|
2282
|
-
{
|
|
2283
|
-
[_h]: ["PUT", "/accounts/{AccountId}/retention-settings", 204],
|
|
2284
|
-
},
|
|
1927
|
+
{ [_h]: ["PUT", "/accounts/{AccountId}/retention-settings", 204] },
|
|
2285
1928
|
() => PutRetentionSettingsRequest,
|
|
2286
1929
|
() => PutRetentionSettingsResponse,
|
|
2287
1930
|
];
|
|
@@ -2289,9 +1932,7 @@ var RedactConversationMessage = [
|
|
|
2289
1932
|
9,
|
|
2290
1933
|
n0,
|
|
2291
1934
|
_RCM,
|
|
2292
|
-
{
|
|
2293
|
-
[_h]: ["POST", "/accounts/{AccountId}/conversations/{ConversationId}/messages/{MessageId}?operation=redact", 200],
|
|
2294
|
-
},
|
|
1935
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/conversations/{ConversationId}/messages/{MessageId}?operation=redact", 200] },
|
|
2295
1936
|
() => RedactConversationMessageRequest,
|
|
2296
1937
|
() => RedactConversationMessageResponse,
|
|
2297
1938
|
];
|
|
@@ -2299,9 +1940,7 @@ var RedactRoomMessage = [
|
|
|
2299
1940
|
9,
|
|
2300
1941
|
n0,
|
|
2301
1942
|
_RRM,
|
|
2302
|
-
{
|
|
2303
|
-
[_h]: ["POST", "/accounts/{AccountId}/rooms/{RoomId}/messages/{MessageId}?operation=redact", 200],
|
|
2304
|
-
},
|
|
1943
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/rooms/{RoomId}/messages/{MessageId}?operation=redact", 200] },
|
|
2305
1944
|
() => RedactRoomMessageRequest,
|
|
2306
1945
|
() => RedactRoomMessageResponse,
|
|
2307
1946
|
];
|
|
@@ -2309,9 +1948,7 @@ var RegenerateSecurityToken = [
|
|
|
2309
1948
|
9,
|
|
2310
1949
|
n0,
|
|
2311
1950
|
_RST,
|
|
2312
|
-
{
|
|
2313
|
-
[_h]: ["POST", "/accounts/{AccountId}/bots/{BotId}?operation=regenerate-security-token", 200],
|
|
2314
|
-
},
|
|
1951
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/bots/{BotId}?operation=regenerate-security-token", 200] },
|
|
2315
1952
|
() => RegenerateSecurityTokenRequest,
|
|
2316
1953
|
() => RegenerateSecurityTokenResponse,
|
|
2317
1954
|
];
|
|
@@ -2319,9 +1956,7 @@ var ResetPersonalPIN = [
|
|
|
2319
1956
|
9,
|
|
2320
1957
|
n0,
|
|
2321
1958
|
_RPPIN,
|
|
2322
|
-
{
|
|
2323
|
-
[_h]: ["POST", "/accounts/{AccountId}/users/{UserId}?operation=reset-personal-pin", 200],
|
|
2324
|
-
},
|
|
1959
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/users/{UserId}?operation=reset-personal-pin", 200] },
|
|
2325
1960
|
() => ResetPersonalPINRequest,
|
|
2326
1961
|
() => ResetPersonalPINResponse,
|
|
2327
1962
|
];
|
|
@@ -2329,9 +1964,7 @@ var RestorePhoneNumber = [
|
|
|
2329
1964
|
9,
|
|
2330
1965
|
n0,
|
|
2331
1966
|
_RPN,
|
|
2332
|
-
{
|
|
2333
|
-
[_h]: ["POST", "/phone-numbers/{PhoneNumberId}?operation=restore", 200],
|
|
2334
|
-
},
|
|
1967
|
+
{ [_h]: ["POST", "/phone-numbers/{PhoneNumberId}?operation=restore", 200] },
|
|
2335
1968
|
() => RestorePhoneNumberRequest,
|
|
2336
1969
|
() => RestorePhoneNumberResponse,
|
|
2337
1970
|
];
|
|
@@ -2339,9 +1972,7 @@ var SearchAvailablePhoneNumbers = [
|
|
|
2339
1972
|
9,
|
|
2340
1973
|
n0,
|
|
2341
1974
|
_SAPN,
|
|
2342
|
-
{
|
|
2343
|
-
[_h]: ["GET", "/search?type=phone-numbers", 200],
|
|
2344
|
-
},
|
|
1975
|
+
{ [_h]: ["GET", "/search?type=phone-numbers", 200] },
|
|
2345
1976
|
() => SearchAvailablePhoneNumbersRequest,
|
|
2346
1977
|
() => SearchAvailablePhoneNumbersResponse,
|
|
2347
1978
|
];
|
|
@@ -2349,9 +1980,7 @@ var UpdateAccount = [
|
|
|
2349
1980
|
9,
|
|
2350
1981
|
n0,
|
|
2351
1982
|
_UA,
|
|
2352
|
-
{
|
|
2353
|
-
[_h]: ["POST", "/accounts/{AccountId}", 200],
|
|
2354
|
-
},
|
|
1983
|
+
{ [_h]: ["POST", "/accounts/{AccountId}", 200] },
|
|
2355
1984
|
() => UpdateAccountRequest,
|
|
2356
1985
|
() => UpdateAccountResponse,
|
|
2357
1986
|
];
|
|
@@ -2359,9 +1988,7 @@ var UpdateAccountSettings = [
|
|
|
2359
1988
|
9,
|
|
2360
1989
|
n0,
|
|
2361
1990
|
_UAS,
|
|
2362
|
-
{
|
|
2363
|
-
[_h]: ["PUT", "/accounts/{AccountId}/settings", 204],
|
|
2364
|
-
},
|
|
1991
|
+
{ [_h]: ["PUT", "/accounts/{AccountId}/settings", 204] },
|
|
2365
1992
|
() => UpdateAccountSettingsRequest,
|
|
2366
1993
|
() => UpdateAccountSettingsResponse,
|
|
2367
1994
|
];
|
|
@@ -2369,9 +1996,7 @@ var UpdateBot = [
|
|
|
2369
1996
|
9,
|
|
2370
1997
|
n0,
|
|
2371
1998
|
_UB,
|
|
2372
|
-
{
|
|
2373
|
-
[_h]: ["POST", "/accounts/{AccountId}/bots/{BotId}", 200],
|
|
2374
|
-
},
|
|
1999
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/bots/{BotId}", 200] },
|
|
2375
2000
|
() => UpdateBotRequest,
|
|
2376
2001
|
() => UpdateBotResponse,
|
|
2377
2002
|
];
|
|
@@ -2379,9 +2004,7 @@ var UpdateGlobalSettings = [
|
|
|
2379
2004
|
9,
|
|
2380
2005
|
n0,
|
|
2381
2006
|
_UGS,
|
|
2382
|
-
{
|
|
2383
|
-
[_h]: ["PUT", "/settings", 204],
|
|
2384
|
-
},
|
|
2007
|
+
{ [_h]: ["PUT", "/settings", 204] },
|
|
2385
2008
|
() => UpdateGlobalSettingsRequest,
|
|
2386
2009
|
() => __Unit,
|
|
2387
2010
|
];
|
|
@@ -2389,9 +2012,7 @@ var UpdatePhoneNumber = [
|
|
|
2389
2012
|
9,
|
|
2390
2013
|
n0,
|
|
2391
2014
|
_UPN,
|
|
2392
|
-
{
|
|
2393
|
-
[_h]: ["POST", "/phone-numbers/{PhoneNumberId}", 200],
|
|
2394
|
-
},
|
|
2015
|
+
{ [_h]: ["POST", "/phone-numbers/{PhoneNumberId}", 200] },
|
|
2395
2016
|
() => UpdatePhoneNumberRequest,
|
|
2396
2017
|
() => UpdatePhoneNumberResponse,
|
|
2397
2018
|
];
|
|
@@ -2399,9 +2020,7 @@ var UpdatePhoneNumberSettings = [
|
|
|
2399
2020
|
9,
|
|
2400
2021
|
n0,
|
|
2401
2022
|
_UPNS,
|
|
2402
|
-
{
|
|
2403
|
-
[_h]: ["PUT", "/settings/phone-number", 204],
|
|
2404
|
-
},
|
|
2023
|
+
{ [_h]: ["PUT", "/settings/phone-number", 204] },
|
|
2405
2024
|
() => UpdatePhoneNumberSettingsRequest,
|
|
2406
2025
|
() => __Unit,
|
|
2407
2026
|
];
|
|
@@ -2409,9 +2028,7 @@ var UpdateRoom = [
|
|
|
2409
2028
|
9,
|
|
2410
2029
|
n0,
|
|
2411
2030
|
_UR,
|
|
2412
|
-
{
|
|
2413
|
-
[_h]: ["POST", "/accounts/{AccountId}/rooms/{RoomId}", 200],
|
|
2414
|
-
},
|
|
2031
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/rooms/{RoomId}", 200] },
|
|
2415
2032
|
() => UpdateRoomRequest,
|
|
2416
2033
|
() => UpdateRoomResponse,
|
|
2417
2034
|
];
|
|
@@ -2419,9 +2036,7 @@ var UpdateRoomMembership = [
|
|
|
2419
2036
|
9,
|
|
2420
2037
|
n0,
|
|
2421
2038
|
_URM,
|
|
2422
|
-
{
|
|
2423
|
-
[_h]: ["POST", "/accounts/{AccountId}/rooms/{RoomId}/memberships/{MemberId}", 200],
|
|
2424
|
-
},
|
|
2039
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/rooms/{RoomId}/memberships/{MemberId}", 200] },
|
|
2425
2040
|
() => UpdateRoomMembershipRequest,
|
|
2426
2041
|
() => UpdateRoomMembershipResponse,
|
|
2427
2042
|
];
|
|
@@ -2429,9 +2044,7 @@ var UpdateUser = [
|
|
|
2429
2044
|
9,
|
|
2430
2045
|
n0,
|
|
2431
2046
|
_UU,
|
|
2432
|
-
{
|
|
2433
|
-
[_h]: ["POST", "/accounts/{AccountId}/users/{UserId}", 200],
|
|
2434
|
-
},
|
|
2047
|
+
{ [_h]: ["POST", "/accounts/{AccountId}/users/{UserId}", 200] },
|
|
2435
2048
|
() => UpdateUserRequest,
|
|
2436
2049
|
() => UpdateUserResponse,
|
|
2437
2050
|
];
|
|
@@ -2439,9 +2052,7 @@ var UpdateUserSettings = [
|
|
|
2439
2052
|
9,
|
|
2440
2053
|
n0,
|
|
2441
2054
|
_UUS,
|
|
2442
|
-
{
|
|
2443
|
-
[_h]: ["PUT", "/accounts/{AccountId}/users/{UserId}/settings", 204],
|
|
2444
|
-
},
|
|
2055
|
+
{ [_h]: ["PUT", "/accounts/{AccountId}/users/{UserId}/settings", 204] },
|
|
2445
2056
|
() => UpdateUserSettingsRequest,
|
|
2446
2057
|
() => __Unit,
|
|
2447
2058
|
];
|