@wildix/wms-api-client 1.1.25 → 1.1.27
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/WmsApi.js +20 -0
- package/dist-cjs/commands/CallControlAnswerCommand.js +21 -0
- package/dist-cjs/commands/CallControlAttendantTransferCommand.js +21 -0
- package/dist-cjs/commands/CallControlBlindTransferCommand.js +21 -0
- package/dist-cjs/commands/CallControlHangupCommand.js +21 -0
- package/dist-cjs/commands/CallControlHoldCommand.js +21 -0
- package/dist-cjs/commands/CallControlMakeCallCommand.js +21 -0
- package/dist-cjs/commands/CallControlUnholdCommand.js +21 -0
- package/dist-cjs/commands/CallControlUpdateContactInfoCommand.js +21 -0
- package/dist-cjs/commands/ListUserActiveCallsCommand.js +21 -0
- package/dist-cjs/commands/ListUserDevicesCommand.js +21 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +35 -1
- package/dist-cjs/protocols/Aws_restJson1.js +385 -1
- package/dist-es/WmsApi.js +20 -0
- package/dist-es/commands/CallControlAnswerCommand.js +17 -0
- package/dist-es/commands/CallControlAttendantTransferCommand.js +17 -0
- package/dist-es/commands/CallControlBlindTransferCommand.js +17 -0
- package/dist-es/commands/CallControlHangupCommand.js +17 -0
- package/dist-es/commands/CallControlHoldCommand.js +17 -0
- package/dist-es/commands/CallControlMakeCallCommand.js +17 -0
- package/dist-es/commands/CallControlUnholdCommand.js +17 -0
- package/dist-es/commands/CallControlUpdateContactInfoCommand.js +17 -0
- package/dist-es/commands/ListUserActiveCallsCommand.js +17 -0
- package/dist-es/commands/ListUserDevicesCommand.js +17 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +32 -0
- package/dist-es/protocols/Aws_restJson1.js +364 -1
- package/dist-types/WmsApi.d.ts +72 -0
- package/dist-types/WmsApiClient.d.ts +12 -2
- package/dist-types/commands/CallControlAnswerCommand.d.ts +80 -0
- package/dist-types/commands/CallControlAttendantTransferCommand.d.ts +80 -0
- package/dist-types/commands/CallControlBlindTransferCommand.d.ts +80 -0
- package/dist-types/commands/CallControlHangupCommand.d.ts +80 -0
- package/dist-types/commands/CallControlHoldCommand.d.ts +79 -0
- package/dist-types/commands/CallControlMakeCallCommand.d.ts +78 -0
- package/dist-types/commands/CallControlUnholdCommand.d.ts +79 -0
- package/dist-types/commands/CallControlUpdateContactInfoCommand.d.ts +81 -0
- package/dist-types/commands/CreatePbxAclGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreatePbxColleagueCommand.d.ts +2 -0
- package/dist-types/commands/CreatePbxOAuth2ClientCommand.d.ts +2 -0
- package/dist-types/commands/DeletePbxAclGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeletePbxColleagueCommand.d.ts +2 -0
- package/dist-types/commands/DeletePbxOAuth2ClientCommand.d.ts +2 -0
- package/dist-types/commands/GetColleagueByIdCommand.d.ts +2 -0
- package/dist-types/commands/GetPbxAclGroupsPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/GetPbxCallGroupsCommand.d.ts +2 -0
- package/dist-types/commands/GetPbxColleaguesCommand.d.ts +2 -0
- package/dist-types/commands/GetPbxOAuth2ClientsCommand.d.ts +2 -1
- package/dist-types/commands/GetPbxesCommand.d.ts +2 -0
- package/dist-types/commands/GetPersonalInfoCommand.d.ts +2 -0
- package/dist-types/commands/ListUserActiveCallsCommand.d.ts +86 -0
- package/dist-types/commands/ListUserDevicesCommand.d.ts +87 -0
- package/dist-types/commands/NotificationsCommand.d.ts +2 -0
- package/dist-types/commands/OriginateCallCommand.d.ts +2 -0
- package/dist-types/commands/OriginateCommand.d.ts +2 -0
- package/dist-types/commands/ReloadBroadcastsCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePbxOAuth2ClientCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +321 -8
- package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
- package/package.json +1 -1
|
@@ -1,11 +1,179 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.de_ListUserActiveCallsCommand = exports.de_GetPersonalInfoCommand = exports.de_GetPbxOAuth2ClientsCommand = exports.de_GetPbxesCommand = exports.de_GetPbxColleaguesCommand = exports.de_GetPbxCallGroupsCommand = exports.de_GetPbxAclGroupsPermissionsCommand = exports.de_GetColleagueByIdCommand = exports.de_DeletePbxOAuth2ClientCommand = exports.de_DeletePbxColleagueCommand = exports.de_DeletePbxAclGroupCommand = exports.de_CreatePbxOAuth2ClientCommand = exports.de_CreatePbxColleagueCommand = exports.de_CreatePbxAclGroupCommand = exports.de_CallControlUpdateContactInfoCommand = exports.de_CallControlUnholdCommand = exports.de_CallControlMakeCallCommand = exports.de_CallControlHoldCommand = exports.de_CallControlHangupCommand = exports.de_CallControlBlindTransferCommand = exports.de_CallControlAttendantTransferCommand = exports.de_CallControlAnswerCommand = exports.se_UpdatePbxOAuth2ClientCommand = exports.se_ReloadBroadcastsCommand = exports.se_OriginateCallCommand = exports.se_OriginateCommand = exports.se_NotificationsCommand = exports.se_ListUserDevicesCommand = exports.se_ListUserActiveCallsCommand = exports.se_GetPersonalInfoCommand = exports.se_GetPbxOAuth2ClientsCommand = exports.se_GetPbxesCommand = exports.se_GetPbxColleaguesCommand = exports.se_GetPbxCallGroupsCommand = exports.se_GetPbxAclGroupsPermissionsCommand = exports.se_GetColleagueByIdCommand = exports.se_DeletePbxOAuth2ClientCommand = exports.se_DeletePbxColleagueCommand = exports.se_DeletePbxAclGroupCommand = exports.se_CreatePbxOAuth2ClientCommand = exports.se_CreatePbxColleagueCommand = exports.se_CreatePbxAclGroupCommand = exports.se_CallControlUpdateContactInfoCommand = exports.se_CallControlUnholdCommand = exports.se_CallControlMakeCallCommand = exports.se_CallControlHoldCommand = exports.se_CallControlHangupCommand = exports.se_CallControlBlindTransferCommand = exports.se_CallControlAttendantTransferCommand = exports.se_CallControlAnswerCommand = void 0;
|
|
4
|
+
exports.de_UpdatePbxOAuth2ClientCommand = exports.de_ReloadBroadcastsCommand = exports.de_OriginateCallCommand = exports.de_OriginateCommand = exports.de_NotificationsCommand = exports.de_ListUserDevicesCommand = void 0;
|
|
4
5
|
const WmsApiServiceException_1 = require("../models/WmsApiServiceException");
|
|
5
6
|
const models_0_1 = require("../models/models_0");
|
|
6
7
|
const core_1 = require("@aws-sdk/core");
|
|
7
8
|
const core_2 = require("@smithy/core");
|
|
8
9
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
10
|
+
const se_CallControlAnswerCommand = async (input, context) => {
|
|
11
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
12
|
+
const headers = {
|
|
13
|
+
'content-type': 'application/json',
|
|
14
|
+
};
|
|
15
|
+
b.bp("/api/v2/call-control/answer");
|
|
16
|
+
const query = (0, smithy_client_1.map)({
|
|
17
|
+
[_u]: [, input[_u]],
|
|
18
|
+
});
|
|
19
|
+
let body;
|
|
20
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
21
|
+
'device': [],
|
|
22
|
+
'sipCallId': [],
|
|
23
|
+
}));
|
|
24
|
+
b.m("POST")
|
|
25
|
+
.h(headers)
|
|
26
|
+
.q(query)
|
|
27
|
+
.b(body);
|
|
28
|
+
return b.build();
|
|
29
|
+
};
|
|
30
|
+
exports.se_CallControlAnswerCommand = se_CallControlAnswerCommand;
|
|
31
|
+
const se_CallControlAttendantTransferCommand = async (input, context) => {
|
|
32
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
33
|
+
const headers = {
|
|
34
|
+
'content-type': 'application/json',
|
|
35
|
+
};
|
|
36
|
+
b.bp("/api/v2/call-control/attendant-transfer");
|
|
37
|
+
const query = (0, smithy_client_1.map)({
|
|
38
|
+
[_u]: [, input[_u]],
|
|
39
|
+
});
|
|
40
|
+
let body;
|
|
41
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
42
|
+
'destination': [],
|
|
43
|
+
'sipCallId': [],
|
|
44
|
+
}));
|
|
45
|
+
b.m("POST")
|
|
46
|
+
.h(headers)
|
|
47
|
+
.q(query)
|
|
48
|
+
.b(body);
|
|
49
|
+
return b.build();
|
|
50
|
+
};
|
|
51
|
+
exports.se_CallControlAttendantTransferCommand = se_CallControlAttendantTransferCommand;
|
|
52
|
+
const se_CallControlBlindTransferCommand = async (input, context) => {
|
|
53
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
54
|
+
const headers = {
|
|
55
|
+
'content-type': 'application/json',
|
|
56
|
+
};
|
|
57
|
+
b.bp("/api/v2/call-control/blind-transfer");
|
|
58
|
+
const query = (0, smithy_client_1.map)({
|
|
59
|
+
[_u]: [, input[_u]],
|
|
60
|
+
});
|
|
61
|
+
let body;
|
|
62
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
63
|
+
'destination': [],
|
|
64
|
+
'sipCallId': [],
|
|
65
|
+
}));
|
|
66
|
+
b.m("POST")
|
|
67
|
+
.h(headers)
|
|
68
|
+
.q(query)
|
|
69
|
+
.b(body);
|
|
70
|
+
return b.build();
|
|
71
|
+
};
|
|
72
|
+
exports.se_CallControlBlindTransferCommand = se_CallControlBlindTransferCommand;
|
|
73
|
+
const se_CallControlHangupCommand = async (input, context) => {
|
|
74
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
75
|
+
const headers = {
|
|
76
|
+
'content-type': 'application/json',
|
|
77
|
+
};
|
|
78
|
+
b.bp("/api/v2/call-control/hangup");
|
|
79
|
+
const query = (0, smithy_client_1.map)({
|
|
80
|
+
[_u]: [, input[_u]],
|
|
81
|
+
});
|
|
82
|
+
let body;
|
|
83
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
84
|
+
'reason': [],
|
|
85
|
+
'sipCallId': [],
|
|
86
|
+
}));
|
|
87
|
+
b.m("POST")
|
|
88
|
+
.h(headers)
|
|
89
|
+
.q(query)
|
|
90
|
+
.b(body);
|
|
91
|
+
return b.build();
|
|
92
|
+
};
|
|
93
|
+
exports.se_CallControlHangupCommand = se_CallControlHangupCommand;
|
|
94
|
+
const se_CallControlHoldCommand = async (input, context) => {
|
|
95
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
96
|
+
const headers = {
|
|
97
|
+
'content-type': 'application/json',
|
|
98
|
+
};
|
|
99
|
+
b.bp("/api/v2/call-control/hold");
|
|
100
|
+
const query = (0, smithy_client_1.map)({
|
|
101
|
+
[_u]: [, input[_u]],
|
|
102
|
+
});
|
|
103
|
+
let body;
|
|
104
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
105
|
+
'sipCallId': [],
|
|
106
|
+
}));
|
|
107
|
+
b.m("POST")
|
|
108
|
+
.h(headers)
|
|
109
|
+
.q(query)
|
|
110
|
+
.b(body);
|
|
111
|
+
return b.build();
|
|
112
|
+
};
|
|
113
|
+
exports.se_CallControlHoldCommand = se_CallControlHoldCommand;
|
|
114
|
+
const se_CallControlMakeCallCommand = async (input, context) => {
|
|
115
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
116
|
+
const headers = {
|
|
117
|
+
'content-type': 'application/json',
|
|
118
|
+
};
|
|
119
|
+
b.bp("/api/v2/call-control/make-call");
|
|
120
|
+
const query = (0, smithy_client_1.map)({
|
|
121
|
+
[_u]: [, input[_u]],
|
|
122
|
+
});
|
|
123
|
+
let body;
|
|
124
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
125
|
+
'destination': [],
|
|
126
|
+
'device': [],
|
|
127
|
+
}));
|
|
128
|
+
b.m("POST")
|
|
129
|
+
.h(headers)
|
|
130
|
+
.q(query)
|
|
131
|
+
.b(body);
|
|
132
|
+
return b.build();
|
|
133
|
+
};
|
|
134
|
+
exports.se_CallControlMakeCallCommand = se_CallControlMakeCallCommand;
|
|
135
|
+
const se_CallControlUnholdCommand = async (input, context) => {
|
|
136
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
137
|
+
const headers = {
|
|
138
|
+
'content-type': 'application/json',
|
|
139
|
+
};
|
|
140
|
+
b.bp("/api/v2/call-control/unhold");
|
|
141
|
+
const query = (0, smithy_client_1.map)({
|
|
142
|
+
[_u]: [, input[_u]],
|
|
143
|
+
});
|
|
144
|
+
let body;
|
|
145
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
146
|
+
'sipCallId': [],
|
|
147
|
+
}));
|
|
148
|
+
b.m("POST")
|
|
149
|
+
.h(headers)
|
|
150
|
+
.q(query)
|
|
151
|
+
.b(body);
|
|
152
|
+
return b.build();
|
|
153
|
+
};
|
|
154
|
+
exports.se_CallControlUnholdCommand = se_CallControlUnholdCommand;
|
|
155
|
+
const se_CallControlUpdateContactInfoCommand = async (input, context) => {
|
|
156
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
157
|
+
const headers = {
|
|
158
|
+
'content-type': 'application/json',
|
|
159
|
+
};
|
|
160
|
+
b.bp("/api/v2/call-control/update-contact-info");
|
|
161
|
+
const query = (0, smithy_client_1.map)({
|
|
162
|
+
[_u]: [, input[_u]],
|
|
163
|
+
});
|
|
164
|
+
let body;
|
|
165
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
166
|
+
'name': [],
|
|
167
|
+
'phone': [],
|
|
168
|
+
'sipCallId': [],
|
|
169
|
+
}));
|
|
170
|
+
b.m("POST")
|
|
171
|
+
.h(headers)
|
|
172
|
+
.q(query)
|
|
173
|
+
.b(body);
|
|
174
|
+
return b.build();
|
|
175
|
+
};
|
|
176
|
+
exports.se_CallControlUpdateContactInfoCommand = se_CallControlUpdateContactInfoCommand;
|
|
9
177
|
const se_CreatePbxAclGroupCommand = async (input, context) => {
|
|
10
178
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
11
179
|
const headers = {
|
|
@@ -243,6 +411,36 @@ const se_GetPersonalInfoCommand = async (input, context) => {
|
|
|
243
411
|
return b.build();
|
|
244
412
|
};
|
|
245
413
|
exports.se_GetPersonalInfoCommand = se_GetPersonalInfoCommand;
|
|
414
|
+
const se_ListUserActiveCallsCommand = async (input, context) => {
|
|
415
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
416
|
+
const headers = {};
|
|
417
|
+
b.bp("/api/v2/call-control/list-calls");
|
|
418
|
+
const query = (0, smithy_client_1.map)({
|
|
419
|
+
[_u]: [, input[_u]],
|
|
420
|
+
});
|
|
421
|
+
let body;
|
|
422
|
+
b.m("GET")
|
|
423
|
+
.h(headers)
|
|
424
|
+
.q(query)
|
|
425
|
+
.b(body);
|
|
426
|
+
return b.build();
|
|
427
|
+
};
|
|
428
|
+
exports.se_ListUserActiveCallsCommand = se_ListUserActiveCallsCommand;
|
|
429
|
+
const se_ListUserDevicesCommand = async (input, context) => {
|
|
430
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
431
|
+
const headers = {};
|
|
432
|
+
b.bp("/api/v2/call-control/list-devices");
|
|
433
|
+
const query = (0, smithy_client_1.map)({
|
|
434
|
+
[_u]: [, input[_u]],
|
|
435
|
+
});
|
|
436
|
+
let body;
|
|
437
|
+
b.m("GET")
|
|
438
|
+
.h(headers)
|
|
439
|
+
.q(query)
|
|
440
|
+
.b(body);
|
|
441
|
+
return b.build();
|
|
442
|
+
};
|
|
443
|
+
exports.se_ListUserDevicesCommand = se_ListUserDevicesCommand;
|
|
246
444
|
const se_NotificationsCommand = async (input, context) => {
|
|
247
445
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
248
446
|
const headers = {
|
|
@@ -343,6 +541,126 @@ const se_UpdatePbxOAuth2ClientCommand = async (input, context) => {
|
|
|
343
541
|
return b.build();
|
|
344
542
|
};
|
|
345
543
|
exports.se_UpdatePbxOAuth2ClientCommand = se_UpdatePbxOAuth2ClientCommand;
|
|
544
|
+
const de_CallControlAnswerCommand = async (output, context) => {
|
|
545
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
546
|
+
return de_CommandError(output, context);
|
|
547
|
+
}
|
|
548
|
+
const contents = (0, smithy_client_1.map)({
|
|
549
|
+
$metadata: deserializeMetadata(output),
|
|
550
|
+
});
|
|
551
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
552
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
553
|
+
'message': smithy_client_1.expectString,
|
|
554
|
+
});
|
|
555
|
+
Object.assign(contents, doc);
|
|
556
|
+
return contents;
|
|
557
|
+
};
|
|
558
|
+
exports.de_CallControlAnswerCommand = de_CallControlAnswerCommand;
|
|
559
|
+
const de_CallControlAttendantTransferCommand = async (output, context) => {
|
|
560
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
561
|
+
return de_CommandError(output, context);
|
|
562
|
+
}
|
|
563
|
+
const contents = (0, smithy_client_1.map)({
|
|
564
|
+
$metadata: deserializeMetadata(output),
|
|
565
|
+
});
|
|
566
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
567
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
568
|
+
'message': smithy_client_1.expectString,
|
|
569
|
+
});
|
|
570
|
+
Object.assign(contents, doc);
|
|
571
|
+
return contents;
|
|
572
|
+
};
|
|
573
|
+
exports.de_CallControlAttendantTransferCommand = de_CallControlAttendantTransferCommand;
|
|
574
|
+
const de_CallControlBlindTransferCommand = async (output, context) => {
|
|
575
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
576
|
+
return de_CommandError(output, context);
|
|
577
|
+
}
|
|
578
|
+
const contents = (0, smithy_client_1.map)({
|
|
579
|
+
$metadata: deserializeMetadata(output),
|
|
580
|
+
});
|
|
581
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
582
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
583
|
+
'message': smithy_client_1.expectString,
|
|
584
|
+
});
|
|
585
|
+
Object.assign(contents, doc);
|
|
586
|
+
return contents;
|
|
587
|
+
};
|
|
588
|
+
exports.de_CallControlBlindTransferCommand = de_CallControlBlindTransferCommand;
|
|
589
|
+
const de_CallControlHangupCommand = async (output, context) => {
|
|
590
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
591
|
+
return de_CommandError(output, context);
|
|
592
|
+
}
|
|
593
|
+
const contents = (0, smithy_client_1.map)({
|
|
594
|
+
$metadata: deserializeMetadata(output),
|
|
595
|
+
});
|
|
596
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
597
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
598
|
+
'message': smithy_client_1.expectString,
|
|
599
|
+
});
|
|
600
|
+
Object.assign(contents, doc);
|
|
601
|
+
return contents;
|
|
602
|
+
};
|
|
603
|
+
exports.de_CallControlHangupCommand = de_CallControlHangupCommand;
|
|
604
|
+
const de_CallControlHoldCommand = async (output, context) => {
|
|
605
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
606
|
+
return de_CommandError(output, context);
|
|
607
|
+
}
|
|
608
|
+
const contents = (0, smithy_client_1.map)({
|
|
609
|
+
$metadata: deserializeMetadata(output),
|
|
610
|
+
});
|
|
611
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
612
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
613
|
+
'message': smithy_client_1.expectString,
|
|
614
|
+
});
|
|
615
|
+
Object.assign(contents, doc);
|
|
616
|
+
return contents;
|
|
617
|
+
};
|
|
618
|
+
exports.de_CallControlHoldCommand = de_CallControlHoldCommand;
|
|
619
|
+
const de_CallControlMakeCallCommand = async (output, context) => {
|
|
620
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
621
|
+
return de_CommandError(output, context);
|
|
622
|
+
}
|
|
623
|
+
const contents = (0, smithy_client_1.map)({
|
|
624
|
+
$metadata: deserializeMetadata(output),
|
|
625
|
+
});
|
|
626
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
627
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
628
|
+
'message': smithy_client_1.expectString,
|
|
629
|
+
});
|
|
630
|
+
Object.assign(contents, doc);
|
|
631
|
+
return contents;
|
|
632
|
+
};
|
|
633
|
+
exports.de_CallControlMakeCallCommand = de_CallControlMakeCallCommand;
|
|
634
|
+
const de_CallControlUnholdCommand = async (output, context) => {
|
|
635
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
636
|
+
return de_CommandError(output, context);
|
|
637
|
+
}
|
|
638
|
+
const contents = (0, smithy_client_1.map)({
|
|
639
|
+
$metadata: deserializeMetadata(output),
|
|
640
|
+
});
|
|
641
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
642
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
643
|
+
'message': smithy_client_1.expectString,
|
|
644
|
+
});
|
|
645
|
+
Object.assign(contents, doc);
|
|
646
|
+
return contents;
|
|
647
|
+
};
|
|
648
|
+
exports.de_CallControlUnholdCommand = de_CallControlUnholdCommand;
|
|
649
|
+
const de_CallControlUpdateContactInfoCommand = async (output, context) => {
|
|
650
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
651
|
+
return de_CommandError(output, context);
|
|
652
|
+
}
|
|
653
|
+
const contents = (0, smithy_client_1.map)({
|
|
654
|
+
$metadata: deserializeMetadata(output),
|
|
655
|
+
});
|
|
656
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
657
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
658
|
+
'message': smithy_client_1.expectString,
|
|
659
|
+
});
|
|
660
|
+
Object.assign(contents, doc);
|
|
661
|
+
return contents;
|
|
662
|
+
};
|
|
663
|
+
exports.de_CallControlUpdateContactInfoCommand = de_CallControlUpdateContactInfoCommand;
|
|
346
664
|
const de_CreatePbxAclGroupCommand = async (output, context) => {
|
|
347
665
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
348
666
|
return de_CommandError(output, context);
|
|
@@ -551,6 +869,37 @@ const de_GetPersonalInfoCommand = async (output, context) => {
|
|
|
551
869
|
return contents;
|
|
552
870
|
};
|
|
553
871
|
exports.de_GetPersonalInfoCommand = de_GetPersonalInfoCommand;
|
|
872
|
+
const de_ListUserActiveCallsCommand = async (output, context) => {
|
|
873
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
874
|
+
return de_CommandError(output, context);
|
|
875
|
+
}
|
|
876
|
+
const contents = (0, smithy_client_1.map)({
|
|
877
|
+
$metadata: deserializeMetadata(output),
|
|
878
|
+
});
|
|
879
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
880
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
881
|
+
'calls': smithy_client_1._json,
|
|
882
|
+
});
|
|
883
|
+
Object.assign(contents, doc);
|
|
884
|
+
return contents;
|
|
885
|
+
};
|
|
886
|
+
exports.de_ListUserActiveCallsCommand = de_ListUserActiveCallsCommand;
|
|
887
|
+
const de_ListUserDevicesCommand = async (output, context) => {
|
|
888
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
889
|
+
return de_CommandError(output, context);
|
|
890
|
+
}
|
|
891
|
+
const contents = (0, smithy_client_1.map)({
|
|
892
|
+
$metadata: deserializeMetadata(output),
|
|
893
|
+
});
|
|
894
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
895
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
896
|
+
'activeDevice': smithy_client_1._json,
|
|
897
|
+
'devices': smithy_client_1._json,
|
|
898
|
+
});
|
|
899
|
+
Object.assign(contents, doc);
|
|
900
|
+
return contents;
|
|
901
|
+
};
|
|
902
|
+
exports.de_ListUserDevicesCommand = de_ListUserDevicesCommand;
|
|
554
903
|
const de_NotificationsCommand = async (output, context) => {
|
|
555
904
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
556
905
|
return de_CommandError(output, context);
|
|
@@ -638,6 +987,12 @@ const de_CommandError = async (output, context) => {
|
|
|
638
987
|
};
|
|
639
988
|
const errorCode = (0, core_1.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
640
989
|
switch (errorCode) {
|
|
990
|
+
case "ChannelNotFoundException":
|
|
991
|
+
case "wildix.wms.api#ChannelNotFoundException":
|
|
992
|
+
throw await de_ChannelNotFoundExceptionRes(parsedOutput, context);
|
|
993
|
+
case "WmsForbiddenException":
|
|
994
|
+
case "wildix.wms.api#WmsForbiddenException":
|
|
995
|
+
throw await de_WmsForbiddenExceptionRes(parsedOutput, context);
|
|
641
996
|
case "WmsUnauthorizedException":
|
|
642
997
|
case "wildix.wms.api#WmsUnauthorizedException":
|
|
643
998
|
throw await de_WmsUnauthorizedExceptionRes(parsedOutput, context);
|
|
@@ -657,6 +1012,34 @@ const de_CommandError = async (output, context) => {
|
|
|
657
1012
|
}
|
|
658
1013
|
};
|
|
659
1014
|
const throwDefaultError = (0, smithy_client_1.withBaseException)(WmsApiServiceException_1.WmsApiServiceException);
|
|
1015
|
+
const de_ChannelNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
1016
|
+
const contents = (0, smithy_client_1.map)({});
|
|
1017
|
+
const data = parsedOutput.body;
|
|
1018
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
1019
|
+
'reason': smithy_client_1.expectString,
|
|
1020
|
+
'type': smithy_client_1.expectString,
|
|
1021
|
+
});
|
|
1022
|
+
Object.assign(contents, doc);
|
|
1023
|
+
const exception = new models_0_1.ChannelNotFoundException({
|
|
1024
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1025
|
+
...contents
|
|
1026
|
+
});
|
|
1027
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
1028
|
+
};
|
|
1029
|
+
const de_WmsForbiddenExceptionRes = async (parsedOutput, context) => {
|
|
1030
|
+
const contents = (0, smithy_client_1.map)({});
|
|
1031
|
+
const data = parsedOutput.body;
|
|
1032
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
1033
|
+
'reason': smithy_client_1.expectString,
|
|
1034
|
+
'type': smithy_client_1.expectString,
|
|
1035
|
+
});
|
|
1036
|
+
Object.assign(contents, doc);
|
|
1037
|
+
const exception = new models_0_1.WmsForbiddenException({
|
|
1038
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1039
|
+
...contents
|
|
1040
|
+
});
|
|
1041
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
1042
|
+
};
|
|
660
1043
|
const de_WmsNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
661
1044
|
const contents = (0, smithy_client_1.map)({});
|
|
662
1045
|
const data = parsedOutput.body;
|
|
@@ -747,3 +1130,4 @@ const _sF = "searchFields";
|
|
|
747
1130
|
const _sS = "searchStrategy";
|
|
748
1131
|
const _so = "sort";
|
|
749
1132
|
const _st = "start";
|
|
1133
|
+
const _u = "user";
|
package/dist-es/WmsApi.js
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { WmsApiClient, } from "./WmsApiClient";
|
|
2
|
+
import { CallControlAnswerCommand, } from "./commands/CallControlAnswerCommand";
|
|
3
|
+
import { CallControlAttendantTransferCommand, } from "./commands/CallControlAttendantTransferCommand";
|
|
4
|
+
import { CallControlBlindTransferCommand, } from "./commands/CallControlBlindTransferCommand";
|
|
5
|
+
import { CallControlHangupCommand, } from "./commands/CallControlHangupCommand";
|
|
6
|
+
import { CallControlHoldCommand, } from "./commands/CallControlHoldCommand";
|
|
7
|
+
import { CallControlMakeCallCommand, } from "./commands/CallControlMakeCallCommand";
|
|
8
|
+
import { CallControlUnholdCommand, } from "./commands/CallControlUnholdCommand";
|
|
9
|
+
import { CallControlUpdateContactInfoCommand, } from "./commands/CallControlUpdateContactInfoCommand";
|
|
2
10
|
import { CreatePbxAclGroupCommand, } from "./commands/CreatePbxAclGroupCommand";
|
|
3
11
|
import { CreatePbxColleagueCommand, } from "./commands/CreatePbxColleagueCommand";
|
|
4
12
|
import { CreatePbxOAuth2ClientCommand, } from "./commands/CreatePbxOAuth2ClientCommand";
|
|
@@ -12,6 +20,8 @@ import { GetPbxColleaguesCommand, } from "./commands/GetPbxColleaguesCommand";
|
|
|
12
20
|
import { GetPbxOAuth2ClientsCommand, } from "./commands/GetPbxOAuth2ClientsCommand";
|
|
13
21
|
import { GetPbxesCommand, } from "./commands/GetPbxesCommand";
|
|
14
22
|
import { GetPersonalInfoCommand, } from "./commands/GetPersonalInfoCommand";
|
|
23
|
+
import { ListUserActiveCallsCommand, } from "./commands/ListUserActiveCallsCommand";
|
|
24
|
+
import { ListUserDevicesCommand, } from "./commands/ListUserDevicesCommand";
|
|
15
25
|
import { NotificationsCommand, } from "./commands/NotificationsCommand";
|
|
16
26
|
import { OriginateCallCommand, } from "./commands/OriginateCallCommand";
|
|
17
27
|
import { OriginateCommand, } from "./commands/OriginateCommand";
|
|
@@ -19,6 +29,14 @@ import { ReloadBroadcastsCommand, } from "./commands/ReloadBroadcastsCommand";
|
|
|
19
29
|
import { UpdatePbxOAuth2ClientCommand, } from "./commands/UpdatePbxOAuth2ClientCommand";
|
|
20
30
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
21
31
|
const commands = {
|
|
32
|
+
CallControlAnswerCommand,
|
|
33
|
+
CallControlAttendantTransferCommand,
|
|
34
|
+
CallControlBlindTransferCommand,
|
|
35
|
+
CallControlHangupCommand,
|
|
36
|
+
CallControlHoldCommand,
|
|
37
|
+
CallControlMakeCallCommand,
|
|
38
|
+
CallControlUnholdCommand,
|
|
39
|
+
CallControlUpdateContactInfoCommand,
|
|
22
40
|
CreatePbxAclGroupCommand,
|
|
23
41
|
CreatePbxColleagueCommand,
|
|
24
42
|
CreatePbxOAuth2ClientCommand,
|
|
@@ -32,6 +50,8 @@ const commands = {
|
|
|
32
50
|
GetPbxesCommand,
|
|
33
51
|
GetPbxOAuth2ClientsCommand,
|
|
34
52
|
GetPersonalInfoCommand,
|
|
53
|
+
ListUserActiveCallsCommand,
|
|
54
|
+
ListUserDevicesCommand,
|
|
35
55
|
NotificationsCommand,
|
|
36
56
|
OriginateCommand,
|
|
37
57
|
OriginateCallCommand,
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { de_CallControlAttendantTransferCommand, se_CallControlAttendantTransferCommand, } 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 CallControlAttendantTransferCommand extends $Command.classBuilder()
|
|
6
|
+
.m(function (Command, cs, config, o) {
|
|
7
|
+
return [
|
|
8
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
9
|
+
];
|
|
10
|
+
})
|
|
11
|
+
.s("WmsApi", "CallControlAttendantTransfer", {})
|
|
12
|
+
.n("WmsApiClient", "CallControlAttendantTransferCommand")
|
|
13
|
+
.f(void 0, void 0)
|
|
14
|
+
.ser(se_CallControlAttendantTransferCommand)
|
|
15
|
+
.de(de_CallControlAttendantTransferCommand)
|
|
16
|
+
.build() {
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { de_CallControlBlindTransferCommand, se_CallControlBlindTransferCommand, } 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 CallControlBlindTransferCommand extends $Command.classBuilder()
|
|
6
|
+
.m(function (Command, cs, config, o) {
|
|
7
|
+
return [
|
|
8
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
9
|
+
];
|
|
10
|
+
})
|
|
11
|
+
.s("WmsApi", "CallControlBlindTransfer", {})
|
|
12
|
+
.n("WmsApiClient", "CallControlBlindTransferCommand")
|
|
13
|
+
.f(void 0, void 0)
|
|
14
|
+
.ser(se_CallControlBlindTransferCommand)
|
|
15
|
+
.de(de_CallControlBlindTransferCommand)
|
|
16
|
+
.build() {
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { de_CallControlMakeCallCommand, se_CallControlMakeCallCommand, } 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 CallControlMakeCallCommand extends $Command.classBuilder()
|
|
6
|
+
.m(function (Command, cs, config, o) {
|
|
7
|
+
return [
|
|
8
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
9
|
+
];
|
|
10
|
+
})
|
|
11
|
+
.s("WmsApi", "CallControlMakeCall", {})
|
|
12
|
+
.n("WmsApiClient", "CallControlMakeCallCommand")
|
|
13
|
+
.f(void 0, void 0)
|
|
14
|
+
.ser(se_CallControlMakeCallCommand)
|
|
15
|
+
.de(de_CallControlMakeCallCommand)
|
|
16
|
+
.build() {
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { de_CallControlUnholdCommand, se_CallControlUnholdCommand, } 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 CallControlUnholdCommand extends $Command.classBuilder()
|
|
6
|
+
.m(function (Command, cs, config, o) {
|
|
7
|
+
return [
|
|
8
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
9
|
+
];
|
|
10
|
+
})
|
|
11
|
+
.s("WmsApi", "CallControlUnhold", {})
|
|
12
|
+
.n("WmsApiClient", "CallControlUnholdCommand")
|
|
13
|
+
.f(void 0, void 0)
|
|
14
|
+
.ser(se_CallControlUnholdCommand)
|
|
15
|
+
.de(de_CallControlUnholdCommand)
|
|
16
|
+
.build() {
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { de_CallControlUpdateContactInfoCommand, se_CallControlUpdateContactInfoCommand, } 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 CallControlUpdateContactInfoCommand extends $Command.classBuilder()
|
|
6
|
+
.m(function (Command, cs, config, o) {
|
|
7
|
+
return [
|
|
8
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
9
|
+
];
|
|
10
|
+
})
|
|
11
|
+
.s("WmsApi", "CallControlUpdateContactInfo", {})
|
|
12
|
+
.n("WmsApiClient", "CallControlUpdateContactInfoCommand")
|
|
13
|
+
.f(void 0, void 0)
|
|
14
|
+
.ser(se_CallControlUpdateContactInfoCommand)
|
|
15
|
+
.de(de_CallControlUpdateContactInfoCommand)
|
|
16
|
+
.build() {
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { de_ListUserActiveCallsCommand, se_ListUserActiveCallsCommand, } 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 ListUserActiveCallsCommand extends $Command.classBuilder()
|
|
6
|
+
.m(function (Command, cs, config, o) {
|
|
7
|
+
return [
|
|
8
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
9
|
+
];
|
|
10
|
+
})
|
|
11
|
+
.s("WmsApi", "ListUserActiveCalls", {})
|
|
12
|
+
.n("WmsApiClient", "ListUserActiveCallsCommand")
|
|
13
|
+
.f(void 0, void 0)
|
|
14
|
+
.ser(se_ListUserActiveCallsCommand)
|
|
15
|
+
.de(de_ListUserActiveCallsCommand)
|
|
16
|
+
.build() {
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { de_ListUserDevicesCommand, se_ListUserDevicesCommand, } 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 ListUserDevicesCommand extends $Command.classBuilder()
|
|
6
|
+
.m(function (Command, cs, config, o) {
|
|
7
|
+
return [
|
|
8
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
9
|
+
];
|
|
10
|
+
})
|
|
11
|
+
.s("WmsApi", "ListUserDevices", {})
|
|
12
|
+
.n("WmsApiClient", "ListUserDevicesCommand")
|
|
13
|
+
.f(void 0, void 0)
|
|
14
|
+
.ser(se_ListUserDevicesCommand)
|
|
15
|
+
.de(de_ListUserDevicesCommand)
|
|
16
|
+
.build() {
|
|
17
|
+
}
|