@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.
- package/dist-cjs/WmsApi.js +0 -18
- package/dist-cjs/commands/index.js +0 -9
- package/dist-cjs/models/models_0.js +1 -35
- package/dist-cjs/protocols/Aws_restJson1.js +1 -348
- package/dist-es/WmsApi.js +0 -18
- package/dist-es/commands/index.js +0 -9
- package/dist-es/models/models_0.js +0 -32
- package/dist-es/protocols/Aws_restJson1.js +1 -329
- package/dist-types/WmsApi.d.ts +0 -65
- package/dist-types/WmsApiClient.d.ts +2 -11
- package/dist-types/commands/CreatePbxAclGroupCommand.d.ts +0 -2
- package/dist-types/commands/CreatePbxColleagueCommand.d.ts +0 -2
- package/dist-types/commands/CreatePbxOAuth2ClientCommand.d.ts +0 -2
- package/dist-types/commands/DeletePbxAclGroupCommand.d.ts +0 -2
- package/dist-types/commands/DeletePbxColleagueCommand.d.ts +0 -2
- package/dist-types/commands/DeletePbxOAuth2ClientCommand.d.ts +0 -2
- package/dist-types/commands/GetColleagueByIdCommand.d.ts +0 -2
- package/dist-types/commands/GetPbxAclGroupsPermissionsCommand.d.ts +0 -2
- package/dist-types/commands/GetPbxCallGroupsCommand.d.ts +0 -2
- package/dist-types/commands/GetPbxColleaguesCommand.d.ts +0 -2
- package/dist-types/commands/GetPbxOAuth2ClientsCommand.d.ts +1 -2
- package/dist-types/commands/GetPbxesCommand.d.ts +0 -2
- package/dist-types/commands/GetPersonalInfoCommand.d.ts +0 -2
- package/dist-types/commands/NotificationsCommand.d.ts +0 -2
- package/dist-types/commands/OriginateCallCommand.d.ts +0 -2
- package/dist-types/commands/OriginateCommand.d.ts +0 -2
- package/dist-types/commands/ReloadBroadcastsCommand.d.ts +0 -2
- package/dist-types/commands/UpdatePbxOAuth2ClientCommand.d.ts +0 -2
- package/dist-types/commands/index.d.ts +0 -9
- package/dist-types/models/models_0.d.ts +8 -285
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -81
- package/package.json +1 -1
- package/dist-cjs/commands/CallControlAnswerCommand.js +0 -21
- package/dist-cjs/commands/CallControlAttendantTransferCommand.js +0 -21
- package/dist-cjs/commands/CallControlBlindTransferCommand.js +0 -21
- package/dist-cjs/commands/CallControlHangupCommand.js +0 -21
- package/dist-cjs/commands/CallControlHoldCommand.js +0 -21
- package/dist-cjs/commands/CallControlMakeCallCommand.js +0 -21
- package/dist-cjs/commands/CallControlUnholdCommand.js +0 -21
- package/dist-cjs/commands/ListUserActiveCallsCommand.js +0 -21
- package/dist-cjs/commands/ListUserDevicesCommand.js +0 -21
- package/dist-es/commands/CallControlAnswerCommand.js +0 -17
- package/dist-es/commands/CallControlAttendantTransferCommand.js +0 -17
- package/dist-es/commands/CallControlBlindTransferCommand.js +0 -17
- package/dist-es/commands/CallControlHangupCommand.js +0 -17
- package/dist-es/commands/CallControlHoldCommand.js +0 -17
- package/dist-es/commands/CallControlMakeCallCommand.js +0 -17
- package/dist-es/commands/CallControlUnholdCommand.js +0 -17
- package/dist-es/commands/ListUserActiveCallsCommand.js +0 -17
- package/dist-es/commands/ListUserDevicesCommand.js +0 -17
- package/dist-types/commands/CallControlAnswerCommand.d.ts +0 -80
- package/dist-types/commands/CallControlAttendantTransferCommand.d.ts +0 -80
- package/dist-types/commands/CallControlBlindTransferCommand.d.ts +0 -80
- package/dist-types/commands/CallControlHangupCommand.d.ts +0 -80
- package/dist-types/commands/CallControlHoldCommand.d.ts +0 -79
- package/dist-types/commands/CallControlMakeCallCommand.d.ts +0 -78
- package/dist-types/commands/CallControlUnholdCommand.d.ts +0 -79
- package/dist-types/commands/ListUserActiveCallsCommand.d.ts +0 -86
- package/dist-types/commands/ListUserDevicesCommand.d.ts +0 -85
|
@@ -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_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
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -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
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WmsApiClientResolvedConfig } from "../WmsApiClient";
|
|
2
|
-
import { CallControlAnswerInput, CallControlAnswerOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*
|
|
13
|
-
* The input for {@link CallControlAnswerCommand}.
|
|
14
|
-
*/
|
|
15
|
-
export interface CallControlAnswerCommandInput extends CallControlAnswerInput {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*
|
|
20
|
-
* The output of {@link CallControlAnswerCommand}.
|
|
21
|
-
*/
|
|
22
|
-
export interface CallControlAnswerCommandOutput extends CallControlAnswerOutput, __MetadataBearer {
|
|
23
|
-
}
|
|
24
|
-
declare const CallControlAnswerCommand_base: {
|
|
25
|
-
new (input: CallControlAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<CallControlAnswerCommandInput, CallControlAnswerCommandOutput, WmsApiClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (__0_0: CallControlAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<CallControlAnswerCommandInput, CallControlAnswerCommandOutput, WmsApiClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* @public
|
|
31
|
-
*
|
|
32
|
-
* @example
|
|
33
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
-
* ```javascript
|
|
35
|
-
* import { WmsApiClient, CallControlAnswerCommand } from "@wildix/wms-api-client"; // ES Modules import
|
|
36
|
-
* // const { WmsApiClient, CallControlAnswerCommand } = require("@wildix/wms-api-client"); // CommonJS import
|
|
37
|
-
* const client = new WmsApiClient(config);
|
|
38
|
-
* const input = { // CallControlAnswerInput
|
|
39
|
-
* user: "STRING_VALUE",
|
|
40
|
-
* sipCallId: "STRING_VALUE", // required
|
|
41
|
-
* device: "STRING_VALUE",
|
|
42
|
-
* };
|
|
43
|
-
* const command = new CallControlAnswerCommand(input);
|
|
44
|
-
* const response = await client.send(command);
|
|
45
|
-
* // { // CallControlAnswerOutput
|
|
46
|
-
* // message: "STRING_VALUE",
|
|
47
|
-
* // };
|
|
48
|
-
*
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
|
-
* @param CallControlAnswerCommandInput - {@link CallControlAnswerCommandInput}
|
|
52
|
-
* @returns {@link CallControlAnswerCommandOutput}
|
|
53
|
-
* @see {@link CallControlAnswerCommandInput} for command's `input` shape.
|
|
54
|
-
* @see {@link CallControlAnswerCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link WmsApiClientResolvedConfig | config} for WmsApiClient's `config` shape.
|
|
56
|
-
*
|
|
57
|
-
* @throws {@link ChannelNotFoundException} (client fault)
|
|
58
|
-
*
|
|
59
|
-
* @throws {@link WmsUnauthorizedException} (client fault)
|
|
60
|
-
*
|
|
61
|
-
* @throws {@link WmsForbiddenException} (client fault)
|
|
62
|
-
*
|
|
63
|
-
* @throws {@link WmsApiServiceException}
|
|
64
|
-
* <p>Base exception class for all service exceptions from WmsApi service.</p>
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*/
|
|
68
|
-
export declare class CallControlAnswerCommand extends CallControlAnswerCommand_base {
|
|
69
|
-
/** @internal type navigation helper, not in runtime. */
|
|
70
|
-
protected static __types: {
|
|
71
|
-
api: {
|
|
72
|
-
input: CallControlAnswerInput;
|
|
73
|
-
output: CallControlAnswerOutput;
|
|
74
|
-
};
|
|
75
|
-
sdk: {
|
|
76
|
-
input: CallControlAnswerCommandInput;
|
|
77
|
-
output: CallControlAnswerCommandOutput;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WmsApiClientResolvedConfig } from "../WmsApiClient";
|
|
2
|
-
import { CallControlAttendantTransferInput, CallControlAttendantTransferOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*
|
|
13
|
-
* The input for {@link CallControlAttendantTransferCommand}.
|
|
14
|
-
*/
|
|
15
|
-
export interface CallControlAttendantTransferCommandInput extends CallControlAttendantTransferInput {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*
|
|
20
|
-
* The output of {@link CallControlAttendantTransferCommand}.
|
|
21
|
-
*/
|
|
22
|
-
export interface CallControlAttendantTransferCommandOutput extends CallControlAttendantTransferOutput, __MetadataBearer {
|
|
23
|
-
}
|
|
24
|
-
declare const CallControlAttendantTransferCommand_base: {
|
|
25
|
-
new (input: CallControlAttendantTransferCommandInput): import("@smithy/smithy-client").CommandImpl<CallControlAttendantTransferCommandInput, CallControlAttendantTransferCommandOutput, WmsApiClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (__0_0: CallControlAttendantTransferCommandInput): import("@smithy/smithy-client").CommandImpl<CallControlAttendantTransferCommandInput, CallControlAttendantTransferCommandOutput, WmsApiClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* @public
|
|
31
|
-
*
|
|
32
|
-
* @example
|
|
33
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
-
* ```javascript
|
|
35
|
-
* import { WmsApiClient, CallControlAttendantTransferCommand } from "@wildix/wms-api-client"; // ES Modules import
|
|
36
|
-
* // const { WmsApiClient, CallControlAttendantTransferCommand } = require("@wildix/wms-api-client"); // CommonJS import
|
|
37
|
-
* const client = new WmsApiClient(config);
|
|
38
|
-
* const input = { // CallControlAttendantTransferInput
|
|
39
|
-
* user: "STRING_VALUE",
|
|
40
|
-
* sipCallId: "STRING_VALUE", // required
|
|
41
|
-
* destination: "STRING_VALUE", // required
|
|
42
|
-
* };
|
|
43
|
-
* const command = new CallControlAttendantTransferCommand(input);
|
|
44
|
-
* const response = await client.send(command);
|
|
45
|
-
* // { // CallControlAttendantTransferOutput
|
|
46
|
-
* // message: "STRING_VALUE",
|
|
47
|
-
* // };
|
|
48
|
-
*
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
|
-
* @param CallControlAttendantTransferCommandInput - {@link CallControlAttendantTransferCommandInput}
|
|
52
|
-
* @returns {@link CallControlAttendantTransferCommandOutput}
|
|
53
|
-
* @see {@link CallControlAttendantTransferCommandInput} for command's `input` shape.
|
|
54
|
-
* @see {@link CallControlAttendantTransferCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link WmsApiClientResolvedConfig | config} for WmsApiClient's `config` shape.
|
|
56
|
-
*
|
|
57
|
-
* @throws {@link ChannelNotFoundException} (client fault)
|
|
58
|
-
*
|
|
59
|
-
* @throws {@link WmsUnauthorizedException} (client fault)
|
|
60
|
-
*
|
|
61
|
-
* @throws {@link WmsForbiddenException} (client fault)
|
|
62
|
-
*
|
|
63
|
-
* @throws {@link WmsApiServiceException}
|
|
64
|
-
* <p>Base exception class for all service exceptions from WmsApi service.</p>
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*/
|
|
68
|
-
export declare class CallControlAttendantTransferCommand extends CallControlAttendantTransferCommand_base {
|
|
69
|
-
/** @internal type navigation helper, not in runtime. */
|
|
70
|
-
protected static __types: {
|
|
71
|
-
api: {
|
|
72
|
-
input: CallControlAttendantTransferInput;
|
|
73
|
-
output: CallControlAttendantTransferOutput;
|
|
74
|
-
};
|
|
75
|
-
sdk: {
|
|
76
|
-
input: CallControlAttendantTransferCommandInput;
|
|
77
|
-
output: CallControlAttendantTransferCommandOutput;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WmsApiClientResolvedConfig } from "../WmsApiClient";
|
|
2
|
-
import { CallControlBlindTransferInput, CallControlBlindTransferOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*
|
|
13
|
-
* The input for {@link CallControlBlindTransferCommand}.
|
|
14
|
-
*/
|
|
15
|
-
export interface CallControlBlindTransferCommandInput extends CallControlBlindTransferInput {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*
|
|
20
|
-
* The output of {@link CallControlBlindTransferCommand}.
|
|
21
|
-
*/
|
|
22
|
-
export interface CallControlBlindTransferCommandOutput extends CallControlBlindTransferOutput, __MetadataBearer {
|
|
23
|
-
}
|
|
24
|
-
declare const CallControlBlindTransferCommand_base: {
|
|
25
|
-
new (input: CallControlBlindTransferCommandInput): import("@smithy/smithy-client").CommandImpl<CallControlBlindTransferCommandInput, CallControlBlindTransferCommandOutput, WmsApiClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (__0_0: CallControlBlindTransferCommandInput): import("@smithy/smithy-client").CommandImpl<CallControlBlindTransferCommandInput, CallControlBlindTransferCommandOutput, WmsApiClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* @public
|
|
31
|
-
*
|
|
32
|
-
* @example
|
|
33
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
-
* ```javascript
|
|
35
|
-
* import { WmsApiClient, CallControlBlindTransferCommand } from "@wildix/wms-api-client"; // ES Modules import
|
|
36
|
-
* // const { WmsApiClient, CallControlBlindTransferCommand } = require("@wildix/wms-api-client"); // CommonJS import
|
|
37
|
-
* const client = new WmsApiClient(config);
|
|
38
|
-
* const input = { // CallControlBlindTransferInput
|
|
39
|
-
* user: "STRING_VALUE",
|
|
40
|
-
* sipCallId: "STRING_VALUE", // required
|
|
41
|
-
* destination: "STRING_VALUE", // required
|
|
42
|
-
* };
|
|
43
|
-
* const command = new CallControlBlindTransferCommand(input);
|
|
44
|
-
* const response = await client.send(command);
|
|
45
|
-
* // { // CallControlBlindTransferOutput
|
|
46
|
-
* // message: "STRING_VALUE",
|
|
47
|
-
* // };
|
|
48
|
-
*
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
|
-
* @param CallControlBlindTransferCommandInput - {@link CallControlBlindTransferCommandInput}
|
|
52
|
-
* @returns {@link CallControlBlindTransferCommandOutput}
|
|
53
|
-
* @see {@link CallControlBlindTransferCommandInput} for command's `input` shape.
|
|
54
|
-
* @see {@link CallControlBlindTransferCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link WmsApiClientResolvedConfig | config} for WmsApiClient's `config` shape.
|
|
56
|
-
*
|
|
57
|
-
* @throws {@link ChannelNotFoundException} (client fault)
|
|
58
|
-
*
|
|
59
|
-
* @throws {@link WmsUnauthorizedException} (client fault)
|
|
60
|
-
*
|
|
61
|
-
* @throws {@link WmsForbiddenException} (client fault)
|
|
62
|
-
*
|
|
63
|
-
* @throws {@link WmsApiServiceException}
|
|
64
|
-
* <p>Base exception class for all service exceptions from WmsApi service.</p>
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*/
|
|
68
|
-
export declare class CallControlBlindTransferCommand extends CallControlBlindTransferCommand_base {
|
|
69
|
-
/** @internal type navigation helper, not in runtime. */
|
|
70
|
-
protected static __types: {
|
|
71
|
-
api: {
|
|
72
|
-
input: CallControlBlindTransferInput;
|
|
73
|
-
output: CallControlBlindTransferOutput;
|
|
74
|
-
};
|
|
75
|
-
sdk: {
|
|
76
|
-
input: CallControlBlindTransferCommandInput;
|
|
77
|
-
output: CallControlBlindTransferCommandOutput;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WmsApiClientResolvedConfig } from "../WmsApiClient";
|
|
2
|
-
import { CallControlHangupInput, CallControlHangupOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*
|
|
13
|
-
* The input for {@link CallControlHangupCommand}.
|
|
14
|
-
*/
|
|
15
|
-
export interface CallControlHangupCommandInput extends CallControlHangupInput {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*
|
|
20
|
-
* The output of {@link CallControlHangupCommand}.
|
|
21
|
-
*/
|
|
22
|
-
export interface CallControlHangupCommandOutput extends CallControlHangupOutput, __MetadataBearer {
|
|
23
|
-
}
|
|
24
|
-
declare const CallControlHangupCommand_base: {
|
|
25
|
-
new (input: CallControlHangupCommandInput): import("@smithy/smithy-client").CommandImpl<CallControlHangupCommandInput, CallControlHangupCommandOutput, WmsApiClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (__0_0: CallControlHangupCommandInput): import("@smithy/smithy-client").CommandImpl<CallControlHangupCommandInput, CallControlHangupCommandOutput, WmsApiClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* @public
|
|
31
|
-
*
|
|
32
|
-
* @example
|
|
33
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
-
* ```javascript
|
|
35
|
-
* import { WmsApiClient, CallControlHangupCommand } from "@wildix/wms-api-client"; // ES Modules import
|
|
36
|
-
* // const { WmsApiClient, CallControlHangupCommand } = require("@wildix/wms-api-client"); // CommonJS import
|
|
37
|
-
* const client = new WmsApiClient(config);
|
|
38
|
-
* const input = { // CallControlHangupInput
|
|
39
|
-
* user: "STRING_VALUE",
|
|
40
|
-
* sipCallId: "STRING_VALUE", // required
|
|
41
|
-
* reason: "STRING_VALUE",
|
|
42
|
-
* };
|
|
43
|
-
* const command = new CallControlHangupCommand(input);
|
|
44
|
-
* const response = await client.send(command);
|
|
45
|
-
* // { // CallControlHangupOutput
|
|
46
|
-
* // message: "STRING_VALUE",
|
|
47
|
-
* // };
|
|
48
|
-
*
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
|
-
* @param CallControlHangupCommandInput - {@link CallControlHangupCommandInput}
|
|
52
|
-
* @returns {@link CallControlHangupCommandOutput}
|
|
53
|
-
* @see {@link CallControlHangupCommandInput} for command's `input` shape.
|
|
54
|
-
* @see {@link CallControlHangupCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link WmsApiClientResolvedConfig | config} for WmsApiClient's `config` shape.
|
|
56
|
-
*
|
|
57
|
-
* @throws {@link ChannelNotFoundException} (client fault)
|
|
58
|
-
*
|
|
59
|
-
* @throws {@link WmsUnauthorizedException} (client fault)
|
|
60
|
-
*
|
|
61
|
-
* @throws {@link WmsForbiddenException} (client fault)
|
|
62
|
-
*
|
|
63
|
-
* @throws {@link WmsApiServiceException}
|
|
64
|
-
* <p>Base exception class for all service exceptions from WmsApi service.</p>
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*/
|
|
68
|
-
export declare class CallControlHangupCommand extends CallControlHangupCommand_base {
|
|
69
|
-
/** @internal type navigation helper, not in runtime. */
|
|
70
|
-
protected static __types: {
|
|
71
|
-
api: {
|
|
72
|
-
input: CallControlHangupInput;
|
|
73
|
-
output: CallControlHangupOutput;
|
|
74
|
-
};
|
|
75
|
-
sdk: {
|
|
76
|
-
input: CallControlHangupCommandInput;
|
|
77
|
-
output: CallControlHangupCommandOutput;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WmsApiClientResolvedConfig } from "../WmsApiClient";
|
|
2
|
-
import { CallControlHoldInput, CallControlHoldOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*
|
|
13
|
-
* The input for {@link CallControlHoldCommand}.
|
|
14
|
-
*/
|
|
15
|
-
export interface CallControlHoldCommandInput extends CallControlHoldInput {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*
|
|
20
|
-
* The output of {@link CallControlHoldCommand}.
|
|
21
|
-
*/
|
|
22
|
-
export interface CallControlHoldCommandOutput extends CallControlHoldOutput, __MetadataBearer {
|
|
23
|
-
}
|
|
24
|
-
declare const CallControlHoldCommand_base: {
|
|
25
|
-
new (input: CallControlHoldCommandInput): import("@smithy/smithy-client").CommandImpl<CallControlHoldCommandInput, CallControlHoldCommandOutput, WmsApiClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (__0_0: CallControlHoldCommandInput): import("@smithy/smithy-client").CommandImpl<CallControlHoldCommandInput, CallControlHoldCommandOutput, WmsApiClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* @public
|
|
31
|
-
*
|
|
32
|
-
* @example
|
|
33
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
-
* ```javascript
|
|
35
|
-
* import { WmsApiClient, CallControlHoldCommand } from "@wildix/wms-api-client"; // ES Modules import
|
|
36
|
-
* // const { WmsApiClient, CallControlHoldCommand } = require("@wildix/wms-api-client"); // CommonJS import
|
|
37
|
-
* const client = new WmsApiClient(config);
|
|
38
|
-
* const input = { // CallControlHoldInput
|
|
39
|
-
* user: "STRING_VALUE",
|
|
40
|
-
* sipCallId: "STRING_VALUE", // required
|
|
41
|
-
* };
|
|
42
|
-
* const command = new CallControlHoldCommand(input);
|
|
43
|
-
* const response = await client.send(command);
|
|
44
|
-
* // { // CallControlHoldOutput
|
|
45
|
-
* // message: "STRING_VALUE",
|
|
46
|
-
* // };
|
|
47
|
-
*
|
|
48
|
-
* ```
|
|
49
|
-
*
|
|
50
|
-
* @param CallControlHoldCommandInput - {@link CallControlHoldCommandInput}
|
|
51
|
-
* @returns {@link CallControlHoldCommandOutput}
|
|
52
|
-
* @see {@link CallControlHoldCommandInput} for command's `input` shape.
|
|
53
|
-
* @see {@link CallControlHoldCommandOutput} for command's `response` shape.
|
|
54
|
-
* @see {@link WmsApiClientResolvedConfig | config} for WmsApiClient's `config` shape.
|
|
55
|
-
*
|
|
56
|
-
* @throws {@link ChannelNotFoundException} (client fault)
|
|
57
|
-
*
|
|
58
|
-
* @throws {@link WmsUnauthorizedException} (client fault)
|
|
59
|
-
*
|
|
60
|
-
* @throws {@link WmsForbiddenException} (client fault)
|
|
61
|
-
*
|
|
62
|
-
* @throws {@link WmsApiServiceException}
|
|
63
|
-
* <p>Base exception class for all service exceptions from WmsApi service.</p>
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*/
|
|
67
|
-
export declare class CallControlHoldCommand extends CallControlHoldCommand_base {
|
|
68
|
-
/** @internal type navigation helper, not in runtime. */
|
|
69
|
-
protected static __types: {
|
|
70
|
-
api: {
|
|
71
|
-
input: CallControlHoldInput;
|
|
72
|
-
output: CallControlHoldOutput;
|
|
73
|
-
};
|
|
74
|
-
sdk: {
|
|
75
|
-
input: CallControlHoldCommandInput;
|
|
76
|
-
output: CallControlHoldCommandOutput;
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
}
|