@wildix/wms-api-client 1.1.23 → 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 (56) hide show
  1. package/dist-cjs/WmsApi.js +0 -16
  2. package/dist-cjs/commands/index.js +0 -8
  3. package/dist-cjs/models/models_0.js +1 -35
  4. package/dist-cjs/protocols/Aws_restJson1.js +1 -318
  5. package/dist-es/WmsApi.js +0 -16
  6. package/dist-es/commands/index.js +0 -8
  7. package/dist-es/models/models_0.js +0 -32
  8. package/dist-es/protocols/Aws_restJson1.js +1 -301
  9. package/dist-types/WmsApi.d.ts +0 -58
  10. package/dist-types/WmsApiClient.d.ts +2 -10
  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 -8
  30. package/dist-types/models/models_0.d.ts +8 -246
  31. package/dist-types/protocols/Aws_restJson1.d.ts +0 -72
  32. package/package.json +1 -1
  33. package/dist-cjs/commands/CallControlAnswerCommand.js +0 -21
  34. package/dist-cjs/commands/CallControlHangupCommand.js +0 -21
  35. package/dist-cjs/commands/CallControlHoldCommand.js +0 -21
  36. package/dist-cjs/commands/CallControlMakeCallCommand.js +0 -21
  37. package/dist-cjs/commands/CallControlTransferCommand.js +0 -21
  38. package/dist-cjs/commands/CallControlUnholdCommand.js +0 -21
  39. package/dist-cjs/commands/ListUserActiveCallsCommand.js +0 -21
  40. package/dist-cjs/commands/ListUserDevicesCommand.js +0 -21
  41. package/dist-es/commands/CallControlAnswerCommand.js +0 -17
  42. package/dist-es/commands/CallControlHangupCommand.js +0 -17
  43. package/dist-es/commands/CallControlHoldCommand.js +0 -17
  44. package/dist-es/commands/CallControlMakeCallCommand.js +0 -17
  45. package/dist-es/commands/CallControlTransferCommand.js +0 -17
  46. package/dist-es/commands/CallControlUnholdCommand.js +0 -17
  47. package/dist-es/commands/ListUserActiveCallsCommand.js +0 -17
  48. package/dist-es/commands/ListUserDevicesCommand.js +0 -17
  49. package/dist-types/commands/CallControlAnswerCommand.d.ts +0 -83
  50. package/dist-types/commands/CallControlHangupCommand.d.ts +0 -83
  51. package/dist-types/commands/CallControlHoldCommand.d.ts +0 -82
  52. package/dist-types/commands/CallControlMakeCallCommand.d.ts +0 -81
  53. package/dist-types/commands/CallControlTransferCommand.d.ts +0 -83
  54. package/dist-types/commands/CallControlUnholdCommand.d.ts +0 -82
  55. package/dist-types/commands/ListUserActiveCallsCommand.d.ts +0 -85
  56. package/dist-types/commands/ListUserDevicesCommand.d.ts +0 -85
@@ -1,9 +1,3 @@
1
- export * from "./CallControlAnswerCommand";
2
- export * from "./CallControlHangupCommand";
3
- export * from "./CallControlHoldCommand";
4
- export * from "./CallControlMakeCallCommand";
5
- export * from "./CallControlTransferCommand";
6
- export * from "./CallControlUnholdCommand";
7
1
  export * from "./CreatePbxAclGroupCommand";
8
2
  export * from "./CreatePbxColleagueCommand";
9
3
  export * from "./CreatePbxOAuth2ClientCommand";
@@ -17,8 +11,6 @@ export * from "./GetPbxColleaguesCommand";
17
11
  export * from "./GetPbxesCommand";
18
12
  export * from "./GetPbxOAuth2ClientsCommand";
19
13
  export * from "./GetPersonalInfoCommand";
20
- export * from "./ListUserActiveCallsCommand";
21
- export * from "./ListUserDevicesCommand";
22
14
  export * from "./NotificationsCommand";
23
15
  export * from "./OriginateCommand";
24
16
  export * from "./OriginateCallCommand";
@@ -81,43 +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
- }
92
- /**
93
- * @public
94
- */
95
- export interface CallControlAnswerInput {
96
- /**
97
- * 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.
98
- * @public
99
- */
100
- user?: string | undefined;
101
- /**
102
- * Call identifier. For makecall action it is not required, for other actions it is required.
103
- * @public
104
- */
105
- sipCallId: string;
106
- /**
107
- * Can specify the device to answer the call on. If not specified, the default device for the user will be used.
108
- * @public
109
- */
110
- device?: string | undefined;
111
- }
112
- /**
113
- * @public
114
- */
115
- export interface CallControlResult {
116
- /**
117
- * A message describing the result of the call control operation, providing additional details or error information if applicable.
118
- * @public
119
- */
120
- message?: string | undefined;
84
+ export interface CreatePbxAclGroupInput {
85
+ name: string;
86
+ inherits?: string | undefined;
87
+ wcgrp?: string | undefined;
88
+ rules: (AclGroupRule)[];
121
89
  }
122
90
  /**
123
91
  * @public
@@ -134,35 +102,9 @@ export type ResponseType = typeof ResponseType[keyof typeof ResponseType];
134
102
  /**
135
103
  * @public
136
104
  */
137
- export interface CallControlAnswerOutput {
138
- type: ResponseType;
139
- result: CallControlResult;
140
- }
141
- /**
142
- * @public
143
- */
144
- export declare class ChannelNotFoundException extends __BaseException {
145
- readonly name: "ChannelNotFoundException";
146
- readonly $fault: "client";
147
- type: ResponseType;
148
- reason: string;
149
- /**
150
- * @internal
151
- */
152
- constructor(opts: __ExceptionOptionType<ChannelNotFoundException, __BaseException>);
153
- }
154
- /**
155
- * @public
156
- */
157
- export declare class WmsForbiddenException extends __BaseException {
158
- readonly name: "WmsForbiddenException";
159
- readonly $fault: "client";
105
+ export interface CreatePbxAclGroupOutput {
160
106
  type: ResponseType;
161
- reason: string;
162
- /**
163
- * @internal
164
- */
165
- constructor(opts: __ExceptionOptionType<WmsForbiddenException, __BaseException>);
107
+ result: AclGroup;
166
108
  }
167
109
  /**
168
110
  * @public
@@ -177,147 +119,6 @@ export declare class WmsUnauthorizedException extends __BaseException {
177
119
  */
178
120
  constructor(opts: __ExceptionOptionType<WmsUnauthorizedException, __BaseException>);
179
121
  }
180
- /**
181
- * @public
182
- */
183
- export interface CallControlHangupInput {
184
- /**
185
- * 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.
186
- * @public
187
- */
188
- user?: string | undefined;
189
- /**
190
- * Call identifier. For makecall action it is not required, for other actions it is required.
191
- * @public
192
- */
193
- sipCallId: string;
194
- /**
195
- * Optional reason for the hangup. This can provide additional context for the action taken.
196
- * @public
197
- */
198
- reason?: string | undefined;
199
- }
200
- /**
201
- * @public
202
- */
203
- export interface CallControlHangupOutput {
204
- type: ResponseType;
205
- result: CallControlResult;
206
- }
207
- /**
208
- * @public
209
- */
210
- export interface CallControlHoldInput {
211
- /**
212
- * 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.
213
- * @public
214
- */
215
- user?: string | undefined;
216
- /**
217
- * Call identifier. For makecall action it is not required, for other actions it is required.
218
- * @public
219
- */
220
- sipCallId: string;
221
- }
222
- /**
223
- * @public
224
- */
225
- export interface CallControlHoldOutput {
226
- type: ResponseType;
227
- result: CallControlResult;
228
- }
229
- /**
230
- * @public
231
- */
232
- export interface CallControlMakeCallInput {
233
- /**
234
- * 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.
235
- * @public
236
- */
237
- user?: string | undefined;
238
- /**
239
- * The destination for a call control operation. This can be a phone number, extension, or another valid identifier.
240
- * @public
241
- */
242
- destination: string;
243
- /**
244
- * Can specify the device to answer the call on. If not specified, the default device for the user will be used.
245
- * @public
246
- */
247
- device?: string | undefined;
248
- }
249
- /**
250
- * @public
251
- */
252
- export interface CallControlMakeCallOutput {
253
- type: ResponseType;
254
- result: CallControlResult;
255
- }
256
- /**
257
- * @public
258
- */
259
- export interface CallControlTransferInput {
260
- /**
261
- * 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.
262
- * @public
263
- */
264
- user?: string | undefined;
265
- /**
266
- * Call identifier. For makecall action it is not required, for other actions it is required.
267
- * @public
268
- */
269
- sipCallId: string;
270
- /**
271
- * The destination for a call control operation. This can be a phone number, extension, or another valid identifier.
272
- * @public
273
- */
274
- destination: string;
275
- }
276
- /**
277
- * @public
278
- */
279
- export interface CallControlTransferOutput {
280
- type: ResponseType;
281
- result: CallControlResult;
282
- }
283
- /**
284
- * @public
285
- */
286
- export interface CallControlUnholdInput {
287
- /**
288
- * 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.
289
- * @public
290
- */
291
- user?: string | undefined;
292
- /**
293
- * Call identifier. For makecall action it is not required, for other actions it is required.
294
- * @public
295
- */
296
- sipCallId: string;
297
- }
298
- /**
299
- * @public
300
- */
301
- export interface CallControlUnholdOutput {
302
- type: ResponseType;
303
- result: CallControlResult;
304
- }
305
- /**
306
- * @public
307
- */
308
- export interface CreatePbxAclGroupInput {
309
- name: string;
310
- inherits?: string | undefined;
311
- wcgrp?: string | undefined;
312
- rules: (AclGroupRule)[];
313
- }
314
- /**
315
- * @public
316
- */
317
- export interface CreatePbxAclGroupOutput {
318
- type: ResponseType;
319
- result: AclGroup;
320
- }
321
122
  /**
322
123
  * @public
323
124
  * @enum
@@ -503,13 +304,6 @@ export declare class WmsNotFoundException extends __BaseException {
503
304
  */
504
305
  constructor(opts: __ExceptionOptionType<WmsNotFoundException, __BaseException>);
505
306
  }
506
- /**
507
- * @public
508
- */
509
- export interface UserDevice {
510
- user_agent?: string | undefined;
511
- contact?: string | undefined;
512
- }
513
307
  /**
514
308
  * @public
515
309
  */
@@ -736,6 +530,7 @@ export interface PbxOAuth2ClientListProjection {
736
530
  redirectUri: (string)[];
737
531
  secret: string;
738
532
  created: number;
533
+ expireTime: number;
739
534
  }
740
535
  /**
741
536
  * @public
@@ -784,39 +579,6 @@ export interface GetPersonalInfoOutput {
784
579
  type: ResponseType;
785
580
  result: PbxColleague;
786
581
  }
787
- /**
788
- * @public
789
- */
790
- export interface ListUserActiveCallsInput {
791
- /**
792
- * 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.
793
- * @public
794
- */
795
- user?: string | undefined;
796
- }
797
- /**
798
- * @public
799
- */
800
- export interface ListUserActiveCallsOutput {
801
- calls?: (Call)[] | undefined;
802
- }
803
- /**
804
- * @public
805
- */
806
- export interface ListUserDevicesInput {
807
- /**
808
- * 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.
809
- * @public
810
- */
811
- user?: string | undefined;
812
- }
813
- /**
814
- * @public
815
- */
816
- export interface ListUserDevicesOutput {
817
- devices?: (UserDevice)[] | undefined;
818
- active_device?: UserDevice | undefined;
819
- }
820
582
  /**
821
583
  * @public
822
584
  */
@@ -1,9 +1,3 @@
1
- import { CallControlAnswerCommandInput, CallControlAnswerCommandOutput } from "../commands/CallControlAnswerCommand";
2
- import { CallControlHangupCommandInput, CallControlHangupCommandOutput } from "../commands/CallControlHangupCommand";
3
- import { CallControlHoldCommandInput, CallControlHoldCommandOutput } from "../commands/CallControlHoldCommand";
4
- import { CallControlMakeCallCommandInput, CallControlMakeCallCommandOutput } from "../commands/CallControlMakeCallCommand";
5
- import { CallControlTransferCommandInput, CallControlTransferCommandOutput } from "../commands/CallControlTransferCommand";
6
- import { CallControlUnholdCommandInput, CallControlUnholdCommandOutput } from "../commands/CallControlUnholdCommand";
7
1
  import { CreatePbxAclGroupCommandInput, CreatePbxAclGroupCommandOutput } from "../commands/CreatePbxAclGroupCommand";
8
2
  import { CreatePbxColleagueCommandInput, CreatePbxColleagueCommandOutput } from "../commands/CreatePbxColleagueCommand";
9
3
  import { CreatePbxOAuth2ClientCommandInput, CreatePbxOAuth2ClientCommandOutput } from "../commands/CreatePbxOAuth2ClientCommand";
@@ -17,8 +11,6 @@ import { GetPbxColleaguesCommandInput, GetPbxColleaguesCommandOutput } from "../
17
11
  import { GetPbxOAuth2ClientsCommandInput, GetPbxOAuth2ClientsCommandOutput } from "../commands/GetPbxOAuth2ClientsCommand";
18
12
  import { GetPbxesCommandInput, GetPbxesCommandOutput } from "../commands/GetPbxesCommand";
19
13
  import { GetPersonalInfoCommandInput, GetPersonalInfoCommandOutput } from "../commands/GetPersonalInfoCommand";
20
- import { ListUserActiveCallsCommandInput, ListUserActiveCallsCommandOutput } from "../commands/ListUserActiveCallsCommand";
21
- import { ListUserDevicesCommandInput, ListUserDevicesCommandOutput } from "../commands/ListUserDevicesCommand";
22
14
  import { NotificationsCommandInput, NotificationsCommandOutput } from "../commands/NotificationsCommand";
23
15
  import { OriginateCallCommandInput, OriginateCallCommandOutput } from "../commands/OriginateCallCommand";
24
16
  import { OriginateCommandInput, OriginateCommandOutput } from "../commands/OriginateCommand";
@@ -26,30 +18,6 @@ import { ReloadBroadcastsCommandInput, ReloadBroadcastsCommandOutput } from "../
26
18
  import { UpdatePbxOAuth2ClientCommandInput, UpdatePbxOAuth2ClientCommandOutput } from "../commands/UpdatePbxOAuth2ClientCommand";
27
19
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
28
20
  import { SerdeContext as __SerdeContext } from "@smithy/types";
29
- /**
30
- * serializeAws_restJson1CallControlAnswerCommand
31
- */
32
- export declare const se_CallControlAnswerCommand: (input: CallControlAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- /**
34
- * serializeAws_restJson1CallControlHangupCommand
35
- */
36
- export declare const se_CallControlHangupCommand: (input: CallControlHangupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- /**
38
- * serializeAws_restJson1CallControlHoldCommand
39
- */
40
- export declare const se_CallControlHoldCommand: (input: CallControlHoldCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- /**
42
- * serializeAws_restJson1CallControlMakeCallCommand
43
- */
44
- export declare const se_CallControlMakeCallCommand: (input: CallControlMakeCallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_restJson1CallControlTransferCommand
47
- */
48
- export declare const se_CallControlTransferCommand: (input: CallControlTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_restJson1CallControlUnholdCommand
51
- */
52
- export declare const se_CallControlUnholdCommand: (input: CallControlUnholdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
21
  /**
54
22
  * serializeAws_restJson1CreatePbxAclGroupCommand
55
23
  */
@@ -102,14 +70,6 @@ export declare const se_GetPbxOAuth2ClientsCommand: (input: GetPbxOAuth2ClientsC
102
70
  * serializeAws_restJson1GetPersonalInfoCommand
103
71
  */
104
72
  export declare const se_GetPersonalInfoCommand: (input: GetPersonalInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_restJson1ListUserActiveCallsCommand
107
- */
108
- export declare const se_ListUserActiveCallsCommand: (input: ListUserActiveCallsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1ListUserDevicesCommand
111
- */
112
- export declare const se_ListUserDevicesCommand: (input: ListUserDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
73
  /**
114
74
  * serializeAws_restJson1NotificationsCommand
115
75
  */
@@ -130,30 +90,6 @@ export declare const se_ReloadBroadcastsCommand: (input: ReloadBroadcastsCommand
130
90
  * serializeAws_restJson1UpdatePbxOAuth2ClientCommand
131
91
  */
132
92
  export declare const se_UpdatePbxOAuth2ClientCommand: (input: UpdatePbxOAuth2ClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * deserializeAws_restJson1CallControlAnswerCommand
135
- */
136
- export declare const de_CallControlAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CallControlAnswerCommandOutput>;
137
- /**
138
- * deserializeAws_restJson1CallControlHangupCommand
139
- */
140
- export declare const de_CallControlHangupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CallControlHangupCommandOutput>;
141
- /**
142
- * deserializeAws_restJson1CallControlHoldCommand
143
- */
144
- export declare const de_CallControlHoldCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CallControlHoldCommandOutput>;
145
- /**
146
- * deserializeAws_restJson1CallControlMakeCallCommand
147
- */
148
- export declare const de_CallControlMakeCallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CallControlMakeCallCommandOutput>;
149
- /**
150
- * deserializeAws_restJson1CallControlTransferCommand
151
- */
152
- export declare const de_CallControlTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CallControlTransferCommandOutput>;
153
- /**
154
- * deserializeAws_restJson1CallControlUnholdCommand
155
- */
156
- export declare const de_CallControlUnholdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CallControlUnholdCommandOutput>;
157
93
  /**
158
94
  * deserializeAws_restJson1CreatePbxAclGroupCommand
159
95
  */
@@ -206,14 +142,6 @@ export declare const de_GetPbxOAuth2ClientsCommand: (output: __HttpResponse, con
206
142
  * deserializeAws_restJson1GetPersonalInfoCommand
207
143
  */
208
144
  export declare const de_GetPersonalInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPersonalInfoCommandOutput>;
209
- /**
210
- * deserializeAws_restJson1ListUserActiveCallsCommand
211
- */
212
- export declare const de_ListUserActiveCallsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserActiveCallsCommandOutput>;
213
- /**
214
- * deserializeAws_restJson1ListUserDevicesCommand
215
- */
216
- export declare const de_ListUserDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserDevicesCommandOutput>;
217
145
  /**
218
146
  * deserializeAws_restJson1NotificationsCommand
219
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.23",
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.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.CallControlTransferCommand = 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 CallControlTransferCommand 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", "CallControlTransfer", {})
15
- .n("WmsApiClient", "CallControlTransferCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_CallControlTransferCommand)
18
- .de(Aws_restJson1_1.de_CallControlTransferCommand)
19
- .build() {
20
- }
21
- exports.CallControlTransferCommand = CallControlTransferCommand;
@@ -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;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListUserActiveCallsCommand = 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 ListUserActiveCallsCommand 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", "ListUserActiveCalls", {})
15
- .n("WmsApiClient", "ListUserActiveCallsCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_ListUserActiveCallsCommand)
18
- .de(Aws_restJson1_1.de_ListUserActiveCallsCommand)
19
- .build() {
20
- }
21
- exports.ListUserActiveCallsCommand = ListUserActiveCallsCommand;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListUserDevicesCommand = 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 ListUserDevicesCommand 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", "ListUserDevices", {})
15
- .n("WmsApiClient", "ListUserDevicesCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_ListUserDevicesCommand)
18
- .de(Aws_restJson1_1.de_ListUserDevicesCommand)
19
- .build() {
20
- }
21
- exports.ListUserDevicesCommand = ListUserDevicesCommand;
@@ -1,17 +0,0 @@
1
- import { de_CallControlAnswerCommand, se_CallControlAnswerCommand, } from "../protocols/Aws_restJson1";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- export { $Command };
5
- export class CallControlAnswerCommand extends $Command.classBuilder()
6
- .m(function (Command, cs, config, o) {
7
- return [
8
- getSerdePlugin(config, this.serialize, this.deserialize),
9
- ];
10
- })
11
- .s("WmsApi", "CallControlAnswer", {})
12
- .n("WmsApiClient", "CallControlAnswerCommand")
13
- .f(void 0, void 0)
14
- .ser(se_CallControlAnswerCommand)
15
- .de(de_CallControlAnswerCommand)
16
- .build() {
17
- }
@@ -1,17 +0,0 @@
1
- import { de_CallControlHangupCommand, se_CallControlHangupCommand, } from "../protocols/Aws_restJson1";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- export { $Command };
5
- export class CallControlHangupCommand extends $Command.classBuilder()
6
- .m(function (Command, cs, config, o) {
7
- return [
8
- getSerdePlugin(config, this.serialize, this.deserialize),
9
- ];
10
- })
11
- .s("WmsApi", "CallControlHangup", {})
12
- .n("WmsApiClient", "CallControlHangupCommand")
13
- .f(void 0, void 0)
14
- .ser(se_CallControlHangupCommand)
15
- .de(de_CallControlHangupCommand)
16
- .build() {
17
- }
@@ -1,17 +0,0 @@
1
- import { de_CallControlHoldCommand, se_CallControlHoldCommand, } from "../protocols/Aws_restJson1";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- export { $Command };
5
- export class CallControlHoldCommand extends $Command.classBuilder()
6
- .m(function (Command, cs, config, o) {
7
- return [
8
- getSerdePlugin(config, this.serialize, this.deserialize),
9
- ];
10
- })
11
- .s("WmsApi", "CallControlHold", {})
12
- .n("WmsApiClient", "CallControlHoldCommand")
13
- .f(void 0, void 0)
14
- .ser(se_CallControlHoldCommand)
15
- .de(de_CallControlHoldCommand)
16
- .build() {
17
- }