@wildix/wms-api-client 1.1.24 → 1.1.25

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.
Files changed (59) hide show
  1. package/dist-cjs/WmsApi.js +0 -18
  2. package/dist-cjs/commands/index.js +0 -9
  3. package/dist-cjs/models/models_0.js +1 -35
  4. package/dist-cjs/protocols/Aws_restJson1.js +1 -348
  5. package/dist-es/WmsApi.js +0 -18
  6. package/dist-es/commands/index.js +0 -9
  7. package/dist-es/models/models_0.js +0 -32
  8. package/dist-es/protocols/Aws_restJson1.js +1 -329
  9. package/dist-types/WmsApi.d.ts +0 -65
  10. package/dist-types/WmsApiClient.d.ts +2 -11
  11. package/dist-types/commands/CreatePbxAclGroupCommand.d.ts +0 -2
  12. package/dist-types/commands/CreatePbxColleagueCommand.d.ts +0 -2
  13. package/dist-types/commands/CreatePbxOAuth2ClientCommand.d.ts +0 -2
  14. package/dist-types/commands/DeletePbxAclGroupCommand.d.ts +0 -2
  15. package/dist-types/commands/DeletePbxColleagueCommand.d.ts +0 -2
  16. package/dist-types/commands/DeletePbxOAuth2ClientCommand.d.ts +0 -2
  17. package/dist-types/commands/GetColleagueByIdCommand.d.ts +0 -2
  18. package/dist-types/commands/GetPbxAclGroupsPermissionsCommand.d.ts +0 -2
  19. package/dist-types/commands/GetPbxCallGroupsCommand.d.ts +0 -2
  20. package/dist-types/commands/GetPbxColleaguesCommand.d.ts +0 -2
  21. package/dist-types/commands/GetPbxOAuth2ClientsCommand.d.ts +1 -2
  22. package/dist-types/commands/GetPbxesCommand.d.ts +0 -2
  23. package/dist-types/commands/GetPersonalInfoCommand.d.ts +0 -2
  24. package/dist-types/commands/NotificationsCommand.d.ts +0 -2
  25. package/dist-types/commands/OriginateCallCommand.d.ts +0 -2
  26. package/dist-types/commands/OriginateCommand.d.ts +0 -2
  27. package/dist-types/commands/ReloadBroadcastsCommand.d.ts +0 -2
  28. package/dist-types/commands/UpdatePbxOAuth2ClientCommand.d.ts +0 -2
  29. package/dist-types/commands/index.d.ts +0 -9
  30. package/dist-types/models/models_0.d.ts +8 -285
  31. package/dist-types/protocols/Aws_restJson1.d.ts +0 -81
  32. package/package.json +1 -1
  33. package/dist-cjs/commands/CallControlAnswerCommand.js +0 -21
  34. package/dist-cjs/commands/CallControlAttendantTransferCommand.js +0 -21
  35. package/dist-cjs/commands/CallControlBlindTransferCommand.js +0 -21
  36. package/dist-cjs/commands/CallControlHangupCommand.js +0 -21
  37. package/dist-cjs/commands/CallControlHoldCommand.js +0 -21
  38. package/dist-cjs/commands/CallControlMakeCallCommand.js +0 -21
  39. package/dist-cjs/commands/CallControlUnholdCommand.js +0 -21
  40. package/dist-cjs/commands/ListUserActiveCallsCommand.js +0 -21
  41. package/dist-cjs/commands/ListUserDevicesCommand.js +0 -21
  42. package/dist-es/commands/CallControlAnswerCommand.js +0 -17
  43. package/dist-es/commands/CallControlAttendantTransferCommand.js +0 -17
  44. package/dist-es/commands/CallControlBlindTransferCommand.js +0 -17
  45. package/dist-es/commands/CallControlHangupCommand.js +0 -17
  46. package/dist-es/commands/CallControlHoldCommand.js +0 -17
  47. package/dist-es/commands/CallControlMakeCallCommand.js +0 -17
  48. package/dist-es/commands/CallControlUnholdCommand.js +0 -17
  49. package/dist-es/commands/ListUserActiveCallsCommand.js +0 -17
  50. package/dist-es/commands/ListUserDevicesCommand.js +0 -17
  51. package/dist-types/commands/CallControlAnswerCommand.d.ts +0 -80
  52. package/dist-types/commands/CallControlAttendantTransferCommand.d.ts +0 -80
  53. package/dist-types/commands/CallControlBlindTransferCommand.d.ts +0 -80
  54. package/dist-types/commands/CallControlHangupCommand.d.ts +0 -80
  55. package/dist-types/commands/CallControlHoldCommand.d.ts +0 -79
  56. package/dist-types/commands/CallControlMakeCallCommand.d.ts +0 -78
  57. package/dist-types/commands/CallControlUnholdCommand.d.ts +0 -79
  58. package/dist-types/commands/ListUserActiveCallsCommand.d.ts +0 -86
  59. package/dist-types/commands/ListUserDevicesCommand.d.ts +0 -85
@@ -65,8 +65,6 @@ declare const OriginateCommand_base: {
65
65
  *
66
66
  * @throws {@link WmsUnauthorizedException} (client fault)
67
67
  *
68
- * @throws {@link WmsForbiddenException} (client fault)
69
- *
70
68
  * @throws {@link WmsApiServiceException}
71
69
  * <p>Base exception class for all service exceptions from WmsApi service.</p>
72
70
  *
@@ -52,8 +52,6 @@ declare const ReloadBroadcastsCommand_base: {
52
52
  *
53
53
  * @throws {@link WmsUnauthorizedException} (client fault)
54
54
  *
55
- * @throws {@link WmsForbiddenException} (client fault)
56
- *
57
55
  * @throws {@link WmsApiServiceException}
58
56
  * <p>Base exception class for all service exceptions from WmsApi service.</p>
59
57
  *
@@ -74,8 +74,6 @@ declare const UpdatePbxOAuth2ClientCommand_base: {
74
74
  *
75
75
  * @throws {@link WmsValidationException} (client fault)
76
76
  *
77
- * @throws {@link WmsForbiddenException} (client fault)
78
- *
79
77
  * @throws {@link WmsApiServiceException}
80
78
  * <p>Base exception class for all service exceptions from WmsApi service.</p>
81
79
  *
@@ -1,10 +1,3 @@
1
- export * from "./CallControlAnswerCommand";
2
- export * from "./CallControlAttendantTransferCommand";
3
- export * from "./CallControlBlindTransferCommand";
4
- export * from "./CallControlHangupCommand";
5
- export * from "./CallControlHoldCommand";
6
- export * from "./CallControlMakeCallCommand";
7
- export * from "./CallControlUnholdCommand";
8
1
  export * from "./CreatePbxAclGroupCommand";
9
2
  export * from "./CreatePbxColleagueCommand";
10
3
  export * from "./CreatePbxOAuth2ClientCommand";
@@ -18,8 +11,6 @@ export * from "./GetPbxColleaguesCommand";
18
11
  export * from "./GetPbxesCommand";
19
12
  export * from "./GetPbxOAuth2ClientsCommand";
20
13
  export * from "./GetPersonalInfoCommand";
21
- export * from "./ListUserActiveCallsCommand";
22
- export * from "./ListUserDevicesCommand";
23
14
  export * from "./NotificationsCommand";
24
15
  export * from "./OriginateCommand";
25
16
  export * from "./OriginateCallCommand";
@@ -81,44 +81,11 @@ export interface AclGroupPermission {
81
81
  /**
82
82
  * @public
83
83
  */
84
- export interface Call {
85
- sipCallId: string;
86
- callerNumber?: string | undefined;
87
- callerName?: string | undefined;
88
- calleeNumber?: string | undefined;
89
- calleeName?: string | undefined;
90
- state?: string | undefined;
91
- duration?: number | undefined;
92
- }
93
- /**
94
- * @public
95
- */
96
- export interface CallControlAnswerInput {
97
- /**
98
- * Extension, login or email. Only users with root admin authorization can specify a different user. By default, the authorized user will be used. Optional parameter.
99
- * @public
100
- */
101
- user?: string | undefined;
102
- /**
103
- * Call identifier. For makecall action it is not required, for other actions it is required.
104
- * @public
105
- */
106
- sipCallId: string;
107
- /**
108
- * Can specify the device to answer the call on. If not specified, the default device for the user will be used.
109
- * @public
110
- */
111
- device?: string | undefined;
112
- }
113
- /**
114
- * @public
115
- */
116
- export interface CallControlAnswerOutput {
117
- /**
118
- * A message describing the result of the call control operation, providing additional details or error information if applicable.
119
- * @public
120
- */
121
- message?: string | undefined;
84
+ export interface CreatePbxAclGroupInput {
85
+ name: string;
86
+ inherits?: string | undefined;
87
+ wcgrp?: string | undefined;
88
+ rules: (AclGroupRule)[];
122
89
  }
123
90
  /**
124
91
  * @public
@@ -135,28 +102,9 @@ export type ResponseType = typeof ResponseType[keyof typeof ResponseType];
135
102
  /**
136
103
  * @public
137
104
  */
138
- export declare class ChannelNotFoundException extends __BaseException {
139
- readonly name: "ChannelNotFoundException";
140
- readonly $fault: "client";
141
- type: ResponseType;
142
- reason: string;
143
- /**
144
- * @internal
145
- */
146
- constructor(opts: __ExceptionOptionType<ChannelNotFoundException, __BaseException>);
147
- }
148
- /**
149
- * @public
150
- */
151
- export declare class WmsForbiddenException extends __BaseException {
152
- readonly name: "WmsForbiddenException";
153
- readonly $fault: "client";
105
+ export interface CreatePbxAclGroupOutput {
154
106
  type: ResponseType;
155
- reason: string;
156
- /**
157
- * @internal
158
- */
159
- constructor(opts: __ExceptionOptionType<WmsForbiddenException, __BaseException>);
107
+ result: AclGroup;
160
108
  }
161
109
  /**
162
110
  * @public
@@ -171,192 +119,6 @@ export declare class WmsUnauthorizedException extends __BaseException {
171
119
  */
172
120
  constructor(opts: __ExceptionOptionType<WmsUnauthorizedException, __BaseException>);
173
121
  }
174
- /**
175
- * @public
176
- */
177
- export interface CallControlAttendantTransferInput {
178
- /**
179
- * Extension, login or email. Only users with root admin authorization can specify a different user. By default, the authorized user will be used. Optional parameter.
180
- * @public
181
- */
182
- user?: string | undefined;
183
- /**
184
- * Call identifier. For makecall action it is not required, for other actions it is required.
185
- * @public
186
- */
187
- sipCallId: string;
188
- /**
189
- * The destination for a call control operation. This can be a phone number, extension, or another valid identifier.
190
- * @public
191
- */
192
- destination: string;
193
- }
194
- /**
195
- * @public
196
- */
197
- export interface CallControlAttendantTransferOutput {
198
- /**
199
- * A message describing the result of the call control operation, providing additional details or error information if applicable.
200
- * @public
201
- */
202
- message?: string | undefined;
203
- }
204
- /**
205
- * @public
206
- */
207
- export interface CallControlBlindTransferInput {
208
- /**
209
- * Extension, login or email. Only users with root admin authorization can specify a different user. By default, the authorized user will be used. Optional parameter.
210
- * @public
211
- */
212
- user?: string | undefined;
213
- /**
214
- * Call identifier. For makecall action it is not required, for other actions it is required.
215
- * @public
216
- */
217
- sipCallId: string;
218
- /**
219
- * The destination for a call control operation. This can be a phone number, extension, or another valid identifier.
220
- * @public
221
- */
222
- destination: string;
223
- }
224
- /**
225
- * @public
226
- */
227
- export interface CallControlBlindTransferOutput {
228
- /**
229
- * A message describing the result of the call control operation, providing additional details or error information if applicable.
230
- * @public
231
- */
232
- message?: string | undefined;
233
- }
234
- /**
235
- * @public
236
- */
237
- export interface CallControlHangupInput {
238
- /**
239
- * Extension, login or email. Only users with root admin authorization can specify a different user. By default, the authorized user will be used. Optional parameter.
240
- * @public
241
- */
242
- user?: string | undefined;
243
- /**
244
- * Call identifier. For makecall action it is not required, for other actions it is required.
245
- * @public
246
- */
247
- sipCallId: string;
248
- /**
249
- * Optional reason for the hangup. This can provide additional context for the action taken.
250
- * @public
251
- */
252
- reason?: string | undefined;
253
- }
254
- /**
255
- * @public
256
- */
257
- export interface CallControlHangupOutput {
258
- /**
259
- * A message describing the result of the call control operation, providing additional details or error information if applicable.
260
- * @public
261
- */
262
- message?: string | undefined;
263
- }
264
- /**
265
- * @public
266
- */
267
- export interface CallControlHoldInput {
268
- /**
269
- * Extension, login or email. Only users with root admin authorization can specify a different user. By default, the authorized user will be used. Optional parameter.
270
- * @public
271
- */
272
- user?: string | undefined;
273
- /**
274
- * Call identifier. For makecall action it is not required, for other actions it is required.
275
- * @public
276
- */
277
- sipCallId: string;
278
- }
279
- /**
280
- * @public
281
- */
282
- export interface CallControlHoldOutput {
283
- /**
284
- * A message describing the result of the call control operation, providing additional details or error information if applicable.
285
- * @public
286
- */
287
- message?: string | undefined;
288
- }
289
- /**
290
- * @public
291
- */
292
- export interface CallControlMakeCallInput {
293
- /**
294
- * Extension, login or email. Only users with root admin authorization can specify a different user. By default, the authorized user will be used. Optional parameter.
295
- * @public
296
- */
297
- user?: string | undefined;
298
- /**
299
- * The destination for a call control operation. This can be a phone number, extension, or another valid identifier.
300
- * @public
301
- */
302
- destination: string;
303
- /**
304
- * Can specify the device to answer the call on. If not specified, the default device for the user will be used.
305
- * @public
306
- */
307
- device?: string | undefined;
308
- }
309
- /**
310
- * @public
311
- */
312
- export interface CallControlMakeCallOutput {
313
- /**
314
- * A message describing the result of the call control operation, providing additional details or error information if applicable.
315
- * @public
316
- */
317
- message?: string | undefined;
318
- }
319
- /**
320
- * @public
321
- */
322
- export interface CallControlUnholdInput {
323
- /**
324
- * Extension, login or email. Only users with root admin authorization can specify a different user. By default, the authorized user will be used. Optional parameter.
325
- * @public
326
- */
327
- user?: string | undefined;
328
- /**
329
- * Call identifier. For makecall action it is not required, for other actions it is required.
330
- * @public
331
- */
332
- sipCallId: string;
333
- }
334
- /**
335
- * @public
336
- */
337
- export interface CallControlUnholdOutput {
338
- /**
339
- * A message describing the result of the call control operation, providing additional details or error information if applicable.
340
- * @public
341
- */
342
- message?: string | undefined;
343
- }
344
- /**
345
- * @public
346
- */
347
- export interface CreatePbxAclGroupInput {
348
- name: string;
349
- inherits?: string | undefined;
350
- wcgrp?: string | undefined;
351
- rules: (AclGroupRule)[];
352
- }
353
- /**
354
- * @public
355
- */
356
- export interface CreatePbxAclGroupOutput {
357
- type: ResponseType;
358
- result: AclGroup;
359
- }
360
122
  /**
361
123
  * @public
362
124
  * @enum
@@ -542,13 +304,6 @@ export declare class WmsNotFoundException extends __BaseException {
542
304
  */
543
305
  constructor(opts: __ExceptionOptionType<WmsNotFoundException, __BaseException>);
544
306
  }
545
- /**
546
- * @public
547
- */
548
- export interface UserDevice {
549
- userAgent?: string | undefined;
550
- contact?: string | undefined;
551
- }
552
307
  /**
553
308
  * @public
554
309
  */
@@ -775,6 +530,7 @@ export interface PbxOAuth2ClientListProjection {
775
530
  redirectUri: (string)[];
776
531
  secret: string;
777
532
  created: number;
533
+ expireTime: number;
778
534
  }
779
535
  /**
780
536
  * @public
@@ -823,39 +579,6 @@ export interface GetPersonalInfoOutput {
823
579
  type: ResponseType;
824
580
  result: PbxColleague;
825
581
  }
826
- /**
827
- * @public
828
- */
829
- export interface ListUserActiveCallsInput {
830
- /**
831
- * Extension, login or email. Only users with root admin authorization can specify a different user. By default, the authorized user will be used. Optional parameter.
832
- * @public
833
- */
834
- user?: string | undefined;
835
- }
836
- /**
837
- * @public
838
- */
839
- export interface ListUserActiveCallsOutput {
840
- calls?: (Call)[] | undefined;
841
- }
842
- /**
843
- * @public
844
- */
845
- export interface ListUserDevicesInput {
846
- /**
847
- * Extension, login or email. Only users with root admin authorization can specify a different user. By default, the authorized user will be used. Optional parameter.
848
- * @public
849
- */
850
- user?: string | undefined;
851
- }
852
- /**
853
- * @public
854
- */
855
- export interface ListUserDevicesOutput {
856
- devices: (UserDevice)[];
857
- activeDevice: UserDevice;
858
- }
859
582
  /**
860
583
  * @public
861
584
  */
@@ -1,10 +1,3 @@
1
- import { CallControlAnswerCommandInput, CallControlAnswerCommandOutput } from "../commands/CallControlAnswerCommand";
2
- import { CallControlAttendantTransferCommandInput, CallControlAttendantTransferCommandOutput } from "../commands/CallControlAttendantTransferCommand";
3
- import { CallControlBlindTransferCommandInput, CallControlBlindTransferCommandOutput } from "../commands/CallControlBlindTransferCommand";
4
- import { CallControlHangupCommandInput, CallControlHangupCommandOutput } from "../commands/CallControlHangupCommand";
5
- import { CallControlHoldCommandInput, CallControlHoldCommandOutput } from "../commands/CallControlHoldCommand";
6
- import { CallControlMakeCallCommandInput, CallControlMakeCallCommandOutput } from "../commands/CallControlMakeCallCommand";
7
- import { CallControlUnholdCommandInput, CallControlUnholdCommandOutput } from "../commands/CallControlUnholdCommand";
8
1
  import { CreatePbxAclGroupCommandInput, CreatePbxAclGroupCommandOutput } from "../commands/CreatePbxAclGroupCommand";
9
2
  import { CreatePbxColleagueCommandInput, CreatePbxColleagueCommandOutput } from "../commands/CreatePbxColleagueCommand";
10
3
  import { CreatePbxOAuth2ClientCommandInput, CreatePbxOAuth2ClientCommandOutput } from "../commands/CreatePbxOAuth2ClientCommand";
@@ -18,8 +11,6 @@ import { GetPbxColleaguesCommandInput, GetPbxColleaguesCommandOutput } from "../
18
11
  import { GetPbxOAuth2ClientsCommandInput, GetPbxOAuth2ClientsCommandOutput } from "../commands/GetPbxOAuth2ClientsCommand";
19
12
  import { GetPbxesCommandInput, GetPbxesCommandOutput } from "../commands/GetPbxesCommand";
20
13
  import { GetPersonalInfoCommandInput, GetPersonalInfoCommandOutput } from "../commands/GetPersonalInfoCommand";
21
- import { ListUserActiveCallsCommandInput, ListUserActiveCallsCommandOutput } from "../commands/ListUserActiveCallsCommand";
22
- import { ListUserDevicesCommandInput, ListUserDevicesCommandOutput } from "../commands/ListUserDevicesCommand";
23
14
  import { NotificationsCommandInput, NotificationsCommandOutput } from "../commands/NotificationsCommand";
24
15
  import { OriginateCallCommandInput, OriginateCallCommandOutput } from "../commands/OriginateCallCommand";
25
16
  import { OriginateCommandInput, OriginateCommandOutput } from "../commands/OriginateCommand";
@@ -27,34 +18,6 @@ import { ReloadBroadcastsCommandInput, ReloadBroadcastsCommandOutput } from "../
27
18
  import { UpdatePbxOAuth2ClientCommandInput, UpdatePbxOAuth2ClientCommandOutput } from "../commands/UpdatePbxOAuth2ClientCommand";
28
19
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
29
20
  import { SerdeContext as __SerdeContext } from "@smithy/types";
30
- /**
31
- * serializeAws_restJson1CallControlAnswerCommand
32
- */
33
- export declare const se_CallControlAnswerCommand: (input: CallControlAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_restJson1CallControlAttendantTransferCommand
36
- */
37
- export declare const se_CallControlAttendantTransferCommand: (input: CallControlAttendantTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_restJson1CallControlBlindTransferCommand
40
- */
41
- export declare const se_CallControlBlindTransferCommand: (input: CallControlBlindTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1CallControlHangupCommand
44
- */
45
- export declare const se_CallControlHangupCommand: (input: CallControlHangupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1CallControlHoldCommand
48
- */
49
- export declare const se_CallControlHoldCommand: (input: CallControlHoldCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1CallControlMakeCallCommand
52
- */
53
- export declare const se_CallControlMakeCallCommand: (input: CallControlMakeCallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1CallControlUnholdCommand
56
- */
57
- export declare const se_CallControlUnholdCommand: (input: CallControlUnholdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
21
  /**
59
22
  * serializeAws_restJson1CreatePbxAclGroupCommand
60
23
  */
@@ -107,14 +70,6 @@ export declare const se_GetPbxOAuth2ClientsCommand: (input: GetPbxOAuth2ClientsC
107
70
  * serializeAws_restJson1GetPersonalInfoCommand
108
71
  */
109
72
  export declare const se_GetPersonalInfoCommand: (input: GetPersonalInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1ListUserActiveCallsCommand
112
- */
113
- export declare const se_ListUserActiveCallsCommand: (input: ListUserActiveCallsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1ListUserDevicesCommand
116
- */
117
- export declare const se_ListUserDevicesCommand: (input: ListUserDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
73
  /**
119
74
  * serializeAws_restJson1NotificationsCommand
120
75
  */
@@ -135,34 +90,6 @@ export declare const se_ReloadBroadcastsCommand: (input: ReloadBroadcastsCommand
135
90
  * serializeAws_restJson1UpdatePbxOAuth2ClientCommand
136
91
  */
137
92
  export declare const se_UpdatePbxOAuth2ClientCommand: (input: UpdatePbxOAuth2ClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * deserializeAws_restJson1CallControlAnswerCommand
140
- */
141
- export declare const de_CallControlAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CallControlAnswerCommandOutput>;
142
- /**
143
- * deserializeAws_restJson1CallControlAttendantTransferCommand
144
- */
145
- export declare const de_CallControlAttendantTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CallControlAttendantTransferCommandOutput>;
146
- /**
147
- * deserializeAws_restJson1CallControlBlindTransferCommand
148
- */
149
- export declare const de_CallControlBlindTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CallControlBlindTransferCommandOutput>;
150
- /**
151
- * deserializeAws_restJson1CallControlHangupCommand
152
- */
153
- export declare const de_CallControlHangupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CallControlHangupCommandOutput>;
154
- /**
155
- * deserializeAws_restJson1CallControlHoldCommand
156
- */
157
- export declare const de_CallControlHoldCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CallControlHoldCommandOutput>;
158
- /**
159
- * deserializeAws_restJson1CallControlMakeCallCommand
160
- */
161
- export declare const de_CallControlMakeCallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CallControlMakeCallCommandOutput>;
162
- /**
163
- * deserializeAws_restJson1CallControlUnholdCommand
164
- */
165
- export declare const de_CallControlUnholdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CallControlUnholdCommandOutput>;
166
93
  /**
167
94
  * deserializeAws_restJson1CreatePbxAclGroupCommand
168
95
  */
@@ -215,14 +142,6 @@ export declare const de_GetPbxOAuth2ClientsCommand: (output: __HttpResponse, con
215
142
  * deserializeAws_restJson1GetPersonalInfoCommand
216
143
  */
217
144
  export declare const de_GetPersonalInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPersonalInfoCommandOutput>;
218
- /**
219
- * deserializeAws_restJson1ListUserActiveCallsCommand
220
- */
221
- export declare const de_ListUserActiveCallsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserActiveCallsCommandOutput>;
222
- /**
223
- * deserializeAws_restJson1ListUserDevicesCommand
224
- */
225
- export declare const de_ListUserDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserDevicesCommandOutput>;
226
145
  /**
227
146
  * deserializeAws_restJson1NotificationsCommand
228
147
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wms-api-client",
3
3
  "description": "@wildix/wms-api-client client",
4
- "version": "1.1.24",
4
+ "version": "1.1.25",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CallControlAnswerCommand = exports.$Command = void 0;
4
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class CallControlAnswerCommand extends smithy_client_1.Command.classBuilder()
9
- .m(function (Command, cs, config, o) {
10
- return [
11
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
- ];
13
- })
14
- .s("WmsApi", "CallControlAnswer", {})
15
- .n("WmsApiClient", "CallControlAnswerCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_CallControlAnswerCommand)
18
- .de(Aws_restJson1_1.de_CallControlAnswerCommand)
19
- .build() {
20
- }
21
- exports.CallControlAnswerCommand = CallControlAnswerCommand;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CallControlAttendantTransferCommand = exports.$Command = void 0;
4
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class CallControlAttendantTransferCommand extends smithy_client_1.Command.classBuilder()
9
- .m(function (Command, cs, config, o) {
10
- return [
11
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
- ];
13
- })
14
- .s("WmsApi", "CallControlAttendantTransfer", {})
15
- .n("WmsApiClient", "CallControlAttendantTransferCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_CallControlAttendantTransferCommand)
18
- .de(Aws_restJson1_1.de_CallControlAttendantTransferCommand)
19
- .build() {
20
- }
21
- exports.CallControlAttendantTransferCommand = CallControlAttendantTransferCommand;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CallControlBlindTransferCommand = exports.$Command = void 0;
4
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class CallControlBlindTransferCommand extends smithy_client_1.Command.classBuilder()
9
- .m(function (Command, cs, config, o) {
10
- return [
11
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
- ];
13
- })
14
- .s("WmsApi", "CallControlBlindTransfer", {})
15
- .n("WmsApiClient", "CallControlBlindTransferCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_CallControlBlindTransferCommand)
18
- .de(Aws_restJson1_1.de_CallControlBlindTransferCommand)
19
- .build() {
20
- }
21
- exports.CallControlBlindTransferCommand = CallControlBlindTransferCommand;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CallControlHangupCommand = exports.$Command = void 0;
4
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class CallControlHangupCommand extends smithy_client_1.Command.classBuilder()
9
- .m(function (Command, cs, config, o) {
10
- return [
11
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
- ];
13
- })
14
- .s("WmsApi", "CallControlHangup", {})
15
- .n("WmsApiClient", "CallControlHangupCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_CallControlHangupCommand)
18
- .de(Aws_restJson1_1.de_CallControlHangupCommand)
19
- .build() {
20
- }
21
- exports.CallControlHangupCommand = CallControlHangupCommand;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CallControlHoldCommand = exports.$Command = void 0;
4
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class CallControlHoldCommand extends smithy_client_1.Command.classBuilder()
9
- .m(function (Command, cs, config, o) {
10
- return [
11
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
- ];
13
- })
14
- .s("WmsApi", "CallControlHold", {})
15
- .n("WmsApiClient", "CallControlHoldCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_CallControlHoldCommand)
18
- .de(Aws_restJson1_1.de_CallControlHoldCommand)
19
- .build() {
20
- }
21
- exports.CallControlHoldCommand = CallControlHoldCommand;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CallControlMakeCallCommand = exports.$Command = void 0;
4
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class CallControlMakeCallCommand extends smithy_client_1.Command.classBuilder()
9
- .m(function (Command, cs, config, o) {
10
- return [
11
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
- ];
13
- })
14
- .s("WmsApi", "CallControlMakeCall", {})
15
- .n("WmsApiClient", "CallControlMakeCallCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_CallControlMakeCallCommand)
18
- .de(Aws_restJson1_1.de_CallControlMakeCallCommand)
19
- .build() {
20
- }
21
- exports.CallControlMakeCallCommand = CallControlMakeCallCommand;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CallControlUnholdCommand = exports.$Command = void 0;
4
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class CallControlUnholdCommand extends smithy_client_1.Command.classBuilder()
9
- .m(function (Command, cs, config, o) {
10
- return [
11
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
- ];
13
- })
14
- .s("WmsApi", "CallControlUnhold", {})
15
- .n("WmsApiClient", "CallControlUnholdCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_CallControlUnholdCommand)
18
- .de(Aws_restJson1_1.de_CallControlUnholdCommand)
19
- .build() {
20
- }
21
- exports.CallControlUnholdCommand = CallControlUnholdCommand;