@alicloud/dyvmsapi20170525 2.1.2 → 2.1.3

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/LICENSE ADDED
@@ -0,0 +1,13 @@
1
+ Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,25 @@
1
+ English | [简体中文](README-CN.md)
2
+ ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
3
+
4
+ # Alibaba Cloud Dyvmsapi SDK for NodeJS
5
+
6
+ ## Installation
7
+ If you use `npm` to manage your dependence, you can use the following command:
8
+
9
+ ```sh
10
+ npm install @alicloud/dyvmsapi20170525 -S
11
+ ```
12
+
13
+ ## Issues
14
+ [Opening an Issue](https://github.com/aliyun/alibabacloud-typescript-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
15
+
16
+ ## Usage
17
+ [Usage Document](https://github.com/aliyun/alibabacloud-typescript-sdk/blob/master/docs/Usage-EN.md#quick-examples)
18
+
19
+ ## References
20
+ * [Latest Release](https://github.com/aliyun/alibabacloud-typescript-sdk/)
21
+
22
+ ## License
23
+ [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
24
+
25
+ Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
package/dist/client.d.ts CHANGED
@@ -153,51 +153,6 @@ export declare class BatchRobotSmartCallResponse extends $tea.Model {
153
153
  [key: string]: any;
154
154
  });
155
155
  }
156
- export declare class CancelCallRequest extends $tea.Model {
157
- callId?: string;
158
- ownerId?: number;
159
- resourceOwnerAccount?: string;
160
- resourceOwnerId?: number;
161
- static names(): {
162
- [key: string]: string;
163
- };
164
- static types(): {
165
- [key: string]: any;
166
- };
167
- constructor(map?: {
168
- [key: string]: any;
169
- });
170
- }
171
- export declare class CancelCallResponseBody extends $tea.Model {
172
- code?: string;
173
- message?: string;
174
- requestId?: string;
175
- status?: boolean;
176
- static names(): {
177
- [key: string]: string;
178
- };
179
- static types(): {
180
- [key: string]: any;
181
- };
182
- constructor(map?: {
183
- [key: string]: any;
184
- });
185
- }
186
- export declare class CancelCallResponse extends $tea.Model {
187
- headers: {
188
- [key: string]: string;
189
- };
190
- body: CancelCallResponseBody;
191
- static names(): {
192
- [key: string]: string;
193
- };
194
- static types(): {
195
- [key: string]: any;
196
- };
197
- constructor(map?: {
198
- [key: string]: any;
199
- });
200
- }
201
156
  export declare class CancelOrderRobotTaskRequest extends $tea.Model {
202
157
  ownerId?: number;
203
158
  resourceOwnerAccount?: string;
@@ -288,59 +243,6 @@ export declare class CancelRobotTaskResponse extends $tea.Model {
288
243
  [key: string]: any;
289
244
  });
290
245
  }
291
- export declare class ClickToDialRequest extends $tea.Model {
292
- asrFlag?: boolean;
293
- asrModelId?: string;
294
- calledNumber?: string;
295
- calledShowNumber?: string;
296
- callerNumber?: string;
297
- callerShowNumber?: string;
298
- outId?: string;
299
- ownerId?: number;
300
- recordFlag?: boolean;
301
- resourceOwnerAccount?: string;
302
- resourceOwnerId?: number;
303
- sessionTimeout?: number;
304
- static names(): {
305
- [key: string]: string;
306
- };
307
- static types(): {
308
- [key: string]: any;
309
- };
310
- constructor(map?: {
311
- [key: string]: any;
312
- });
313
- }
314
- export declare class ClickToDialResponseBody extends $tea.Model {
315
- callId?: string;
316
- code?: string;
317
- message?: string;
318
- requestId?: string;
319
- static names(): {
320
- [key: string]: string;
321
- };
322
- static types(): {
323
- [key: string]: any;
324
- };
325
- constructor(map?: {
326
- [key: string]: any;
327
- });
328
- }
329
- export declare class ClickToDialResponse extends $tea.Model {
330
- headers: {
331
- [key: string]: string;
332
- };
333
- body: ClickToDialResponseBody;
334
- static names(): {
335
- [key: string]: string;
336
- };
337
- static types(): {
338
- [key: string]: any;
339
- };
340
- constructor(map?: {
341
- [key: string]: any;
342
- });
343
- }
344
246
  export declare class CreateCallTaskRequest extends $tea.Model {
345
247
  bizType?: string;
346
248
  data?: string;
@@ -1642,6 +1544,51 @@ export declare class QueryVoiceFileAuditInfoResponse extends $tea.Model {
1642
1544
  [key: string]: any;
1643
1545
  });
1644
1546
  }
1547
+ export declare class RecoverCallInConfigRequest extends $tea.Model {
1548
+ number?: string;
1549
+ ownerId?: number;
1550
+ resourceOwnerAccount?: string;
1551
+ resourceOwnerId?: number;
1552
+ static names(): {
1553
+ [key: string]: string;
1554
+ };
1555
+ static types(): {
1556
+ [key: string]: any;
1557
+ };
1558
+ constructor(map?: {
1559
+ [key: string]: any;
1560
+ });
1561
+ }
1562
+ export declare class RecoverCallInConfigResponseBody extends $tea.Model {
1563
+ code?: string;
1564
+ data?: boolean;
1565
+ message?: string;
1566
+ requestId?: string;
1567
+ static names(): {
1568
+ [key: string]: string;
1569
+ };
1570
+ static types(): {
1571
+ [key: string]: any;
1572
+ };
1573
+ constructor(map?: {
1574
+ [key: string]: any;
1575
+ });
1576
+ }
1577
+ export declare class RecoverCallInConfigResponse extends $tea.Model {
1578
+ headers: {
1579
+ [key: string]: string;
1580
+ };
1581
+ body: RecoverCallInConfigResponseBody;
1582
+ static names(): {
1583
+ [key: string]: string;
1584
+ };
1585
+ static types(): {
1586
+ [key: string]: any;
1587
+ };
1588
+ constructor(map?: {
1589
+ [key: string]: any;
1590
+ });
1591
+ }
1645
1592
  export declare class RefreshMqttTokenRequest extends $tea.Model {
1646
1593
  clientId?: string;
1647
1594
  ownerId?: number;
@@ -2048,6 +1995,51 @@ export declare class StartRobotTaskResponse extends $tea.Model {
2048
1995
  [key: string]: any;
2049
1996
  });
2050
1997
  }
1998
+ export declare class StopCallInConfigRequest extends $tea.Model {
1999
+ number?: string;
2000
+ ownerId?: number;
2001
+ resourceOwnerAccount?: string;
2002
+ resourceOwnerId?: number;
2003
+ static names(): {
2004
+ [key: string]: string;
2005
+ };
2006
+ static types(): {
2007
+ [key: string]: any;
2008
+ };
2009
+ constructor(map?: {
2010
+ [key: string]: any;
2011
+ });
2012
+ }
2013
+ export declare class StopCallInConfigResponseBody extends $tea.Model {
2014
+ code?: string;
2015
+ data?: boolean;
2016
+ message?: string;
2017
+ requestId?: string;
2018
+ static names(): {
2019
+ [key: string]: string;
2020
+ };
2021
+ static types(): {
2022
+ [key: string]: any;
2023
+ };
2024
+ constructor(map?: {
2025
+ [key: string]: any;
2026
+ });
2027
+ }
2028
+ export declare class StopCallInConfigResponse extends $tea.Model {
2029
+ headers: {
2030
+ [key: string]: string;
2031
+ };
2032
+ body: StopCallInConfigResponseBody;
2033
+ static names(): {
2034
+ [key: string]: string;
2035
+ };
2036
+ static types(): {
2037
+ [key: string]: any;
2038
+ };
2039
+ constructor(map?: {
2040
+ [key: string]: any;
2041
+ });
2042
+ }
2051
2043
  export declare class StopRobotTaskRequest extends $tea.Model {
2052
2044
  ownerId?: number;
2053
2045
  resourceOwnerAccount?: string;
@@ -2494,14 +2486,10 @@ export default class Client extends OpenApi {
2494
2486
  addVirtualNumberRelation(request: AddVirtualNumberRelationRequest): Promise<AddVirtualNumberRelationResponse>;
2495
2487
  batchRobotSmartCallWithOptions(request: BatchRobotSmartCallRequest, runtime: $Util.RuntimeOptions): Promise<BatchRobotSmartCallResponse>;
2496
2488
  batchRobotSmartCall(request: BatchRobotSmartCallRequest): Promise<BatchRobotSmartCallResponse>;
2497
- cancelCallWithOptions(request: CancelCallRequest, runtime: $Util.RuntimeOptions): Promise<CancelCallResponse>;
2498
- cancelCall(request: CancelCallRequest): Promise<CancelCallResponse>;
2499
2489
  cancelOrderRobotTaskWithOptions(request: CancelOrderRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CancelOrderRobotTaskResponse>;
2500
2490
  cancelOrderRobotTask(request: CancelOrderRobotTaskRequest): Promise<CancelOrderRobotTaskResponse>;
2501
2491
  cancelRobotTaskWithOptions(request: CancelRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CancelRobotTaskResponse>;
2502
2492
  cancelRobotTask(request: CancelRobotTaskRequest): Promise<CancelRobotTaskResponse>;
2503
- clickToDialWithOptions(request: ClickToDialRequest, runtime: $Util.RuntimeOptions): Promise<ClickToDialResponse>;
2504
- clickToDial(request: ClickToDialRequest): Promise<ClickToDialResponse>;
2505
2493
  createCallTaskWithOptions(request: CreateCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateCallTaskResponse>;
2506
2494
  createCallTask(request: CreateCallTaskRequest): Promise<CreateCallTaskResponse>;
2507
2495
  createRobotTaskWithOptions(request: CreateRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateRobotTaskResponse>;
@@ -2556,6 +2544,8 @@ export default class Client extends OpenApi {
2556
2544
  queryVirtualNumberRelation(request: QueryVirtualNumberRelationRequest): Promise<QueryVirtualNumberRelationResponse>;
2557
2545
  queryVoiceFileAuditInfoWithOptions(request: QueryVoiceFileAuditInfoRequest, runtime: $Util.RuntimeOptions): Promise<QueryVoiceFileAuditInfoResponse>;
2558
2546
  queryVoiceFileAuditInfo(request: QueryVoiceFileAuditInfoRequest): Promise<QueryVoiceFileAuditInfoResponse>;
2547
+ recoverCallInConfigWithOptions(request: RecoverCallInConfigRequest, runtime: $Util.RuntimeOptions): Promise<RecoverCallInConfigResponse>;
2548
+ recoverCallInConfig(request: RecoverCallInConfigRequest): Promise<RecoverCallInConfigResponse>;
2559
2549
  refreshMqttTokenWithOptions(request: RefreshMqttTokenRequest, runtime: $Util.RuntimeOptions): Promise<RefreshMqttTokenResponse>;
2560
2550
  refreshMqttToken(request: RefreshMqttTokenRequest): Promise<RefreshMqttTokenResponse>;
2561
2551
  sendVerificationWithOptions(request: SendVerificationRequest, runtime: $Util.RuntimeOptions): Promise<SendVerificationResponse>;
@@ -2572,6 +2562,8 @@ export default class Client extends OpenApi {
2572
2562
  smartCallOperate(request: SmartCallOperateRequest): Promise<SmartCallOperateResponse>;
2573
2563
  startRobotTaskWithOptions(request: StartRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<StartRobotTaskResponse>;
2574
2564
  startRobotTask(request: StartRobotTaskRequest): Promise<StartRobotTaskResponse>;
2565
+ stopCallInConfigWithOptions(request: StopCallInConfigRequest, runtime: $Util.RuntimeOptions): Promise<StopCallInConfigResponse>;
2566
+ stopCallInConfig(request: StopCallInConfigRequest): Promise<StopCallInConfigResponse>;
2575
2567
  stopRobotTaskWithOptions(request: StopRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<StopRobotTaskResponse>;
2576
2568
  stopRobotTask(request: StopRobotTaskRequest): Promise<StopRobotTaskResponse>;
2577
2569
  submitHotlineTransferRegisterWithOptions(request: SubmitHotlineTransferRegisterRequest, runtime: $Util.RuntimeOptions): Promise<SubmitHotlineTransferRegisterResponse>;