@wildix/wms-api-client 1.1.19 → 1.1.20

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.
@@ -18,6 +18,7 @@ const GetPersonalInfoCommand_1 = require("./commands/GetPersonalInfoCommand");
18
18
  const NotificationsCommand_1 = require("./commands/NotificationsCommand");
19
19
  const OriginateCallCommand_1 = require("./commands/OriginateCallCommand");
20
20
  const OriginateCommand_1 = require("./commands/OriginateCommand");
21
+ const ReloadBroadcastsCommand_1 = require("./commands/ReloadBroadcastsCommand");
21
22
  const UpdatePbxOAuth2ClientCommand_1 = require("./commands/UpdatePbxOAuth2ClientCommand");
22
23
  const smithy_client_1 = require("@smithy/smithy-client");
23
24
  const commands = {
@@ -37,6 +38,7 @@ const commands = {
37
38
  NotificationsCommand: NotificationsCommand_1.NotificationsCommand,
38
39
  OriginateCommand: OriginateCommand_1.OriginateCommand,
39
40
  OriginateCallCommand: OriginateCallCommand_1.OriginateCallCommand,
41
+ ReloadBroadcastsCommand: ReloadBroadcastsCommand_1.ReloadBroadcastsCommand,
40
42
  UpdatePbxOAuth2ClientCommand: UpdatePbxOAuth2ClientCommand_1.UpdatePbxOAuth2ClientCommand,
41
43
  };
42
44
  class WmsApi extends WmsApiClient_1.WmsApiClient {
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReloadBroadcastsCommand = 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 ReloadBroadcastsCommand 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", "ReloadBroadcasts", {})
15
+ .n("WmsApiClient", "ReloadBroadcastsCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_ReloadBroadcastsCommand)
18
+ .de(Aws_restJson1_1.de_ReloadBroadcastsCommand)
19
+ .build() {
20
+ }
21
+ exports.ReloadBroadcastsCommand = ReloadBroadcastsCommand;
@@ -17,4 +17,5 @@ tslib_1.__exportStar(require("./GetPersonalInfoCommand"), exports);
17
17
  tslib_1.__exportStar(require("./NotificationsCommand"), exports);
18
18
  tslib_1.__exportStar(require("./OriginateCommand"), exports);
19
19
  tslib_1.__exportStar(require("./OriginateCallCommand"), exports);
20
+ tslib_1.__exportStar(require("./ReloadBroadcastsCommand"), exports);
20
21
  tslib_1.__exportStar(require("./UpdatePbxOAuth2ClientCommand"), exports);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.de_UpdatePbxOAuth2ClientCommand = exports.de_OriginateCallCommand = exports.de_OriginateCommand = exports.de_NotificationsCommand = 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.se_UpdatePbxOAuth2ClientCommand = exports.se_OriginateCallCommand = exports.se_OriginateCommand = exports.se_NotificationsCommand = 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 = void 0;
3
+ exports.de_UpdatePbxOAuth2ClientCommand = exports.de_ReloadBroadcastsCommand = exports.de_OriginateCallCommand = exports.de_OriginateCommand = exports.de_NotificationsCommand = 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.se_UpdatePbxOAuth2ClientCommand = exports.se_ReloadBroadcastsCommand = exports.se_OriginateCallCommand = exports.se_OriginateCommand = exports.se_NotificationsCommand = 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 = void 0;
4
4
  const WmsApiServiceException_1 = require("../models/WmsApiServiceException");
5
5
  const models_0_1 = require("../models/models_0");
6
6
  const core_1 = require("@aws-sdk/core");
@@ -313,6 +313,17 @@ const se_OriginateCallCommand = async (input, context) => {
313
313
  return b.build();
314
314
  };
315
315
  exports.se_OriginateCallCommand = se_OriginateCallCommand;
316
+ const se_ReloadBroadcastsCommand = async (input, context) => {
317
+ const b = (0, core_2.requestBuilder)(input, context);
318
+ const headers = {};
319
+ b.bp("/api/v1/broadcasts/reload");
320
+ let body;
321
+ b.m("POST")
322
+ .h(headers)
323
+ .b(body);
324
+ return b.build();
325
+ };
326
+ exports.se_ReloadBroadcastsCommand = se_ReloadBroadcastsCommand;
316
327
  const se_UpdatePbxOAuth2ClientCommand = async (input, context) => {
317
328
  const b = (0, core_2.requestBuilder)(input, context);
318
329
  const headers = {
@@ -587,6 +598,22 @@ const de_OriginateCallCommand = async (output, context) => {
587
598
  return contents;
588
599
  };
589
600
  exports.de_OriginateCallCommand = de_OriginateCallCommand;
601
+ const de_ReloadBroadcastsCommand = async (output, context) => {
602
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
603
+ return de_CommandError(output, context);
604
+ }
605
+ const contents = (0, smithy_client_1.map)({
606
+ $metadata: deserializeMetadata(output),
607
+ });
608
+ const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
609
+ const doc = (0, smithy_client_1.take)(data, {
610
+ 'result': smithy_client_1.expectString,
611
+ 'type': smithy_client_1.expectString,
612
+ });
613
+ Object.assign(contents, doc);
614
+ return contents;
615
+ };
616
+ exports.de_ReloadBroadcastsCommand = de_ReloadBroadcastsCommand;
590
617
  const de_UpdatePbxOAuth2ClientCommand = async (output, context) => {
591
618
  if (output.statusCode !== 200 && output.statusCode >= 300) {
592
619
  return de_CommandError(output, context);
package/dist-es/WmsApi.js CHANGED
@@ -15,6 +15,7 @@ import { GetPersonalInfoCommand, } from "./commands/GetPersonalInfoCommand";
15
15
  import { NotificationsCommand, } from "./commands/NotificationsCommand";
16
16
  import { OriginateCallCommand, } from "./commands/OriginateCallCommand";
17
17
  import { OriginateCommand, } from "./commands/OriginateCommand";
18
+ import { ReloadBroadcastsCommand, } from "./commands/ReloadBroadcastsCommand";
18
19
  import { UpdatePbxOAuth2ClientCommand, } from "./commands/UpdatePbxOAuth2ClientCommand";
19
20
  import { createAggregatedClient } from "@smithy/smithy-client";
20
21
  const commands = {
@@ -34,6 +35,7 @@ const commands = {
34
35
  NotificationsCommand,
35
36
  OriginateCommand,
36
37
  OriginateCallCommand,
38
+ ReloadBroadcastsCommand,
37
39
  UpdatePbxOAuth2ClientCommand,
38
40
  };
39
41
  export class WmsApi extends WmsApiClient {
@@ -0,0 +1,17 @@
1
+ import { de_ReloadBroadcastsCommand, se_ReloadBroadcastsCommand, } 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 ReloadBroadcastsCommand extends $Command.classBuilder()
6
+ .m(function (Command, cs, config, o) {
7
+ return [
8
+ getSerdePlugin(config, this.serialize, this.deserialize),
9
+ ];
10
+ })
11
+ .s("WmsApi", "ReloadBroadcasts", {})
12
+ .n("WmsApiClient", "ReloadBroadcastsCommand")
13
+ .f(void 0, void 0)
14
+ .ser(se_ReloadBroadcastsCommand)
15
+ .de(de_ReloadBroadcastsCommand)
16
+ .build() {
17
+ }
@@ -14,4 +14,5 @@ export * from "./GetPersonalInfoCommand";
14
14
  export * from "./NotificationsCommand";
15
15
  export * from "./OriginateCommand";
16
16
  export * from "./OriginateCallCommand";
17
+ export * from "./ReloadBroadcastsCommand";
17
18
  export * from "./UpdatePbxOAuth2ClientCommand";
@@ -294,6 +294,16 @@ export const se_OriginateCallCommand = async (input, context) => {
294
294
  .b(body);
295
295
  return b.build();
296
296
  };
297
+ export const se_ReloadBroadcastsCommand = async (input, context) => {
298
+ const b = rb(input, context);
299
+ const headers = {};
300
+ b.bp("/api/v1/broadcasts/reload");
301
+ let body;
302
+ b.m("POST")
303
+ .h(headers)
304
+ .b(body);
305
+ return b.build();
306
+ };
297
307
  export const se_UpdatePbxOAuth2ClientCommand = async (input, context) => {
298
308
  const b = rb(input, context);
299
309
  const headers = {
@@ -551,6 +561,21 @@ export const de_OriginateCallCommand = async (output, context) => {
551
561
  Object.assign(contents, doc);
552
562
  return contents;
553
563
  };
564
+ export const de_ReloadBroadcastsCommand = async (output, context) => {
565
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
566
+ return de_CommandError(output, context);
567
+ }
568
+ const contents = map({
569
+ $metadata: deserializeMetadata(output),
570
+ });
571
+ const data = __expectNonNull((__expectObject(await parseBody(output.body, context))), "body");
572
+ const doc = take(data, {
573
+ 'result': __expectString,
574
+ 'type': __expectString,
575
+ });
576
+ Object.assign(contents, doc);
577
+ return contents;
578
+ };
554
579
  export const de_UpdatePbxOAuth2ClientCommand = async (output, context) => {
555
580
  if (output.statusCode !== 200 && output.statusCode >= 300) {
556
581
  return de_CommandError(output, context);
@@ -15,6 +15,7 @@ import { GetPersonalInfoCommandInput, GetPersonalInfoCommandOutput } from "./com
15
15
  import { NotificationsCommandInput, NotificationsCommandOutput } from "./commands/NotificationsCommand";
16
16
  import { OriginateCallCommandInput, OriginateCallCommandOutput } from "./commands/OriginateCallCommand";
17
17
  import { OriginateCommandInput, OriginateCommandOutput } from "./commands/OriginateCommand";
18
+ import { ReloadBroadcastsCommandInput, ReloadBroadcastsCommandOutput } from "./commands/ReloadBroadcastsCommand";
18
19
  import { UpdatePbxOAuth2ClientCommandInput, UpdatePbxOAuth2ClientCommandOutput } from "./commands/UpdatePbxOAuth2ClientCommand";
19
20
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
20
21
  export interface WmsApi {
@@ -120,6 +121,13 @@ export interface WmsApi {
120
121
  originateCall(args: OriginateCallCommandInput, options?: __HttpHandlerOptions): Promise<OriginateCallCommandOutput>;
121
122
  originateCall(args: OriginateCallCommandInput, cb: (err: any, data?: OriginateCallCommandOutput) => void): void;
122
123
  originateCall(args: OriginateCallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: OriginateCallCommandOutput) => void): void;
124
+ /**
125
+ * @see {@link ReloadBroadcastsCommand}
126
+ */
127
+ reloadBroadcasts(): Promise<ReloadBroadcastsCommandOutput>;
128
+ reloadBroadcasts(args: ReloadBroadcastsCommandInput, options?: __HttpHandlerOptions): Promise<ReloadBroadcastsCommandOutput>;
129
+ reloadBroadcasts(args: ReloadBroadcastsCommandInput, cb: (err: any, data?: ReloadBroadcastsCommandOutput) => void): void;
130
+ reloadBroadcasts(args: ReloadBroadcastsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReloadBroadcastsCommandOutput) => void): void;
123
131
  /**
124
132
  * @see {@link UpdatePbxOAuth2ClientCommand}
125
133
  */
@@ -14,6 +14,7 @@ import { GetPersonalInfoCommandInput, GetPersonalInfoCommandOutput } from "./com
14
14
  import { NotificationsCommandInput, NotificationsCommandOutput } from "./commands/NotificationsCommand";
15
15
  import { OriginateCallCommandInput, OriginateCallCommandOutput } from "./commands/OriginateCallCommand";
16
16
  import { OriginateCommandInput, OriginateCommandOutput } from "./commands/OriginateCommand";
17
+ import { ReloadBroadcastsCommandInput, ReloadBroadcastsCommandOutput } from "./commands/ReloadBroadcastsCommand";
17
18
  import { UpdatePbxOAuth2ClientCommandInput, UpdatePbxOAuth2ClientCommandOutput } from "./commands/UpdatePbxOAuth2ClientCommand";
18
19
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
19
20
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
@@ -26,11 +27,11 @@ export { __Client };
26
27
  /**
27
28
  * @public
28
29
  */
29
- export type ServiceInputTypes = CreatePbxAclGroupCommandInput | CreatePbxColleagueCommandInput | CreatePbxOAuth2ClientCommandInput | DeletePbxAclGroupCommandInput | DeletePbxColleagueCommandInput | DeletePbxOAuth2ClientCommandInput | GetColleagueByIdCommandInput | GetPbxAclGroupsPermissionsCommandInput | GetPbxCallGroupsCommandInput | GetPbxColleaguesCommandInput | GetPbxOAuth2ClientsCommandInput | GetPbxesCommandInput | GetPersonalInfoCommandInput | NotificationsCommandInput | OriginateCallCommandInput | OriginateCommandInput | UpdatePbxOAuth2ClientCommandInput;
30
+ export type ServiceInputTypes = CreatePbxAclGroupCommandInput | CreatePbxColleagueCommandInput | CreatePbxOAuth2ClientCommandInput | DeletePbxAclGroupCommandInput | DeletePbxColleagueCommandInput | DeletePbxOAuth2ClientCommandInput | GetColleagueByIdCommandInput | GetPbxAclGroupsPermissionsCommandInput | GetPbxCallGroupsCommandInput | GetPbxColleaguesCommandInput | GetPbxOAuth2ClientsCommandInput | GetPbxesCommandInput | GetPersonalInfoCommandInput | NotificationsCommandInput | OriginateCallCommandInput | OriginateCommandInput | ReloadBroadcastsCommandInput | UpdatePbxOAuth2ClientCommandInput;
30
31
  /**
31
32
  * @public
32
33
  */
33
- export type ServiceOutputTypes = CreatePbxAclGroupCommandOutput | CreatePbxColleagueCommandOutput | CreatePbxOAuth2ClientCommandOutput | DeletePbxAclGroupCommandOutput | DeletePbxColleagueCommandOutput | DeletePbxOAuth2ClientCommandOutput | GetColleagueByIdCommandOutput | GetPbxAclGroupsPermissionsCommandOutput | GetPbxCallGroupsCommandOutput | GetPbxColleaguesCommandOutput | GetPbxOAuth2ClientsCommandOutput | GetPbxesCommandOutput | GetPersonalInfoCommandOutput | NotificationsCommandOutput | OriginateCallCommandOutput | OriginateCommandOutput | UpdatePbxOAuth2ClientCommandOutput;
34
+ export type ServiceOutputTypes = CreatePbxAclGroupCommandOutput | CreatePbxColleagueCommandOutput | CreatePbxOAuth2ClientCommandOutput | DeletePbxAclGroupCommandOutput | DeletePbxColleagueCommandOutput | DeletePbxOAuth2ClientCommandOutput | GetColleagueByIdCommandOutput | GetPbxAclGroupsPermissionsCommandOutput | GetPbxCallGroupsCommandOutput | GetPbxColleaguesCommandOutput | GetPbxOAuth2ClientsCommandOutput | GetPbxesCommandOutput | GetPersonalInfoCommandOutput | NotificationsCommandOutput | OriginateCallCommandOutput | OriginateCommandOutput | ReloadBroadcastsCommandOutput | UpdatePbxOAuth2ClientCommandOutput;
34
35
  /**
35
36
  * @public
36
37
  */
@@ -0,0 +1,73 @@
1
+ import { ServiceInputTypes, ServiceOutputTypes, WmsApiClientResolvedConfig } from "../WmsApiClient";
2
+ import { ReloadBroadcastsInput, ReloadBroadcastsOutput } 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 ReloadBroadcastsCommand}.
14
+ */
15
+ export interface ReloadBroadcastsCommandInput extends ReloadBroadcastsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ReloadBroadcastsCommand}.
21
+ */
22
+ export interface ReloadBroadcastsCommandOutput extends ReloadBroadcastsOutput, __MetadataBearer {
23
+ }
24
+ declare const ReloadBroadcastsCommand_base: {
25
+ new (input: ReloadBroadcastsCommandInput): import("@smithy/smithy-client").CommandImpl<ReloadBroadcastsCommandInput, ReloadBroadcastsCommandOutput, WmsApiClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ReloadBroadcastsCommandInput]): import("@smithy/smithy-client").CommandImpl<ReloadBroadcastsCommandInput, ReloadBroadcastsCommandOutput, WmsApiClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Clear cache for broadcasts
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { WmsApiClient, ReloadBroadcastsCommand } from "@wildix/wms-api-client"; // ES Modules import
35
+ * // const { WmsApiClient, ReloadBroadcastsCommand } = require("@wildix/wms-api-client"); // CommonJS import
36
+ * const client = new WmsApiClient(config);
37
+ * const input = {};
38
+ * const command = new ReloadBroadcastsCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // ReloadBroadcastsOutput
41
+ * // type: "result" || "error", // required
42
+ * // result: "STRING_VALUE", // required
43
+ * // };
44
+ *
45
+ * ```
46
+ *
47
+ * @param ReloadBroadcastsCommandInput - {@link ReloadBroadcastsCommandInput}
48
+ * @returns {@link ReloadBroadcastsCommandOutput}
49
+ * @see {@link ReloadBroadcastsCommandInput} for command's `input` shape.
50
+ * @see {@link ReloadBroadcastsCommandOutput} for command's `response` shape.
51
+ * @see {@link WmsApiClientResolvedConfig | config} for WmsApiClient's `config` shape.
52
+ *
53
+ * @throws {@link WmsUnauthorizedException} (client fault)
54
+ *
55
+ * @throws {@link WmsApiServiceException}
56
+ * <p>Base exception class for all service exceptions from WmsApi service.</p>
57
+ *
58
+ *
59
+ * @public
60
+ */
61
+ export declare class ReloadBroadcastsCommand extends ReloadBroadcastsCommand_base {
62
+ /** @internal type navigation helper, not in runtime. */
63
+ protected static __types: {
64
+ api: {
65
+ input: {};
66
+ output: ReloadBroadcastsOutput;
67
+ };
68
+ sdk: {
69
+ input: ReloadBroadcastsCommandInput;
70
+ output: ReloadBroadcastsCommandOutput;
71
+ };
72
+ };
73
+ }
@@ -14,4 +14,5 @@ export * from "./GetPersonalInfoCommand";
14
14
  export * from "./NotificationsCommand";
15
15
  export * from "./OriginateCommand";
16
16
  export * from "./OriginateCallCommand";
17
+ export * from "./ReloadBroadcastsCommand";
17
18
  export * from "./UpdatePbxOAuth2ClientCommand";
@@ -708,6 +708,18 @@ export interface OriginateCallOutput {
708
708
  type: ResponseType;
709
709
  result: ResponseResult;
710
710
  }
711
+ /**
712
+ * @public
713
+ */
714
+ export interface ReloadBroadcastsInput {
715
+ }
716
+ /**
717
+ * @public
718
+ */
719
+ export interface ReloadBroadcastsOutput {
720
+ type: ResponseType;
721
+ result: string;
722
+ }
711
723
  /**
712
724
  * @public
713
725
  */
@@ -14,6 +14,7 @@ import { GetPersonalInfoCommandInput, GetPersonalInfoCommandOutput } from "../co
14
14
  import { NotificationsCommandInput, NotificationsCommandOutput } from "../commands/NotificationsCommand";
15
15
  import { OriginateCallCommandInput, OriginateCallCommandOutput } from "../commands/OriginateCallCommand";
16
16
  import { OriginateCommandInput, OriginateCommandOutput } from "../commands/OriginateCommand";
17
+ import { ReloadBroadcastsCommandInput, ReloadBroadcastsCommandOutput } from "../commands/ReloadBroadcastsCommand";
17
18
  import { UpdatePbxOAuth2ClientCommandInput, UpdatePbxOAuth2ClientCommandOutput } from "../commands/UpdatePbxOAuth2ClientCommand";
18
19
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
19
20
  import { SerdeContext as __SerdeContext } from "@smithy/types";
@@ -81,6 +82,10 @@ export declare const se_OriginateCommand: (input: OriginateCommandInput, context
81
82
  * serializeAws_restJson1OriginateCallCommand
82
83
  */
83
84
  export declare const se_OriginateCallCommand: (input: OriginateCallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_restJson1ReloadBroadcastsCommand
87
+ */
88
+ export declare const se_ReloadBroadcastsCommand: (input: ReloadBroadcastsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
89
  /**
85
90
  * serializeAws_restJson1UpdatePbxOAuth2ClientCommand
86
91
  */
@@ -149,6 +154,10 @@ export declare const de_OriginateCommand: (output: __HttpResponse, context: __Se
149
154
  * deserializeAws_restJson1OriginateCallCommand
150
155
  */
151
156
  export declare const de_OriginateCallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<OriginateCallCommandOutput>;
157
+ /**
158
+ * deserializeAws_restJson1ReloadBroadcastsCommand
159
+ */
160
+ export declare const de_ReloadBroadcastsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReloadBroadcastsCommandOutput>;
152
161
  /**
153
162
  * deserializeAws_restJson1UpdatePbxOAuth2ClientCommand
154
163
  */
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.19",
4
+ "version": "1.1.20",
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",