@alicloud/dyvmsapi20170525 2.1.0 → 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 +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +134 -845
- package/dist/client.js +2494 -2090
- package/dist/client.js.map +1 -1
- package/package.json +4 -3
- package/src/client.ts +2958 -2535
package/dist/client.d.ts
CHANGED
|
@@ -153,97 +153,6 @@ export declare class BatchRobotSmartCallResponse extends $tea.Model {
|
|
|
153
153
|
[key: string]: any;
|
|
154
154
|
});
|
|
155
155
|
}
|
|
156
|
-
export declare class BindNumberAndVoipIdRequest extends $tea.Model {
|
|
157
|
-
ownerId?: number;
|
|
158
|
-
phoneNumber?: string;
|
|
159
|
-
resourceOwnerAccount?: string;
|
|
160
|
-
resourceOwnerId?: number;
|
|
161
|
-
voipId?: string;
|
|
162
|
-
static names(): {
|
|
163
|
-
[key: string]: string;
|
|
164
|
-
};
|
|
165
|
-
static types(): {
|
|
166
|
-
[key: string]: any;
|
|
167
|
-
};
|
|
168
|
-
constructor(map?: {
|
|
169
|
-
[key: string]: any;
|
|
170
|
-
});
|
|
171
|
-
}
|
|
172
|
-
export declare class BindNumberAndVoipIdResponseBody extends $tea.Model {
|
|
173
|
-
code?: string;
|
|
174
|
-
message?: string;
|
|
175
|
-
module?: string;
|
|
176
|
-
requestId?: string;
|
|
177
|
-
static names(): {
|
|
178
|
-
[key: string]: string;
|
|
179
|
-
};
|
|
180
|
-
static types(): {
|
|
181
|
-
[key: string]: any;
|
|
182
|
-
};
|
|
183
|
-
constructor(map?: {
|
|
184
|
-
[key: string]: any;
|
|
185
|
-
});
|
|
186
|
-
}
|
|
187
|
-
export declare class BindNumberAndVoipIdResponse extends $tea.Model {
|
|
188
|
-
headers: {
|
|
189
|
-
[key: string]: string;
|
|
190
|
-
};
|
|
191
|
-
body: BindNumberAndVoipIdResponseBody;
|
|
192
|
-
static names(): {
|
|
193
|
-
[key: string]: string;
|
|
194
|
-
};
|
|
195
|
-
static types(): {
|
|
196
|
-
[key: string]: any;
|
|
197
|
-
};
|
|
198
|
-
constructor(map?: {
|
|
199
|
-
[key: string]: any;
|
|
200
|
-
});
|
|
201
|
-
}
|
|
202
|
-
export declare class CancelCallRequest extends $tea.Model {
|
|
203
|
-
callId?: string;
|
|
204
|
-
ownerId?: number;
|
|
205
|
-
resourceOwnerAccount?: string;
|
|
206
|
-
resourceOwnerId?: number;
|
|
207
|
-
static names(): {
|
|
208
|
-
[key: string]: string;
|
|
209
|
-
};
|
|
210
|
-
static types(): {
|
|
211
|
-
[key: string]: any;
|
|
212
|
-
};
|
|
213
|
-
constructor(map?: {
|
|
214
|
-
[key: string]: any;
|
|
215
|
-
});
|
|
216
|
-
}
|
|
217
|
-
export declare class CancelCallResponseBody extends $tea.Model {
|
|
218
|
-
code?: string;
|
|
219
|
-
message?: string;
|
|
220
|
-
requestId?: string;
|
|
221
|
-
status?: boolean;
|
|
222
|
-
static names(): {
|
|
223
|
-
[key: string]: string;
|
|
224
|
-
};
|
|
225
|
-
static types(): {
|
|
226
|
-
[key: string]: any;
|
|
227
|
-
};
|
|
228
|
-
constructor(map?: {
|
|
229
|
-
[key: string]: any;
|
|
230
|
-
});
|
|
231
|
-
}
|
|
232
|
-
export declare class CancelCallResponse extends $tea.Model {
|
|
233
|
-
headers: {
|
|
234
|
-
[key: string]: string;
|
|
235
|
-
};
|
|
236
|
-
body: CancelCallResponseBody;
|
|
237
|
-
static names(): {
|
|
238
|
-
[key: string]: string;
|
|
239
|
-
};
|
|
240
|
-
static types(): {
|
|
241
|
-
[key: string]: any;
|
|
242
|
-
};
|
|
243
|
-
constructor(map?: {
|
|
244
|
-
[key: string]: any;
|
|
245
|
-
});
|
|
246
|
-
}
|
|
247
156
|
export declare class CancelOrderRobotTaskRequest extends $tea.Model {
|
|
248
157
|
ownerId?: number;
|
|
249
158
|
resourceOwnerAccount?: string;
|
|
@@ -334,105 +243,6 @@ export declare class CancelRobotTaskResponse extends $tea.Model {
|
|
|
334
243
|
[key: string]: any;
|
|
335
244
|
});
|
|
336
245
|
}
|
|
337
|
-
export declare class ClickToDialRequest extends $tea.Model {
|
|
338
|
-
asrFlag?: boolean;
|
|
339
|
-
asrModelId?: string;
|
|
340
|
-
calledNumber?: string;
|
|
341
|
-
calledShowNumber?: string;
|
|
342
|
-
callerNumber?: string;
|
|
343
|
-
callerShowNumber?: string;
|
|
344
|
-
outId?: string;
|
|
345
|
-
ownerId?: number;
|
|
346
|
-
recordFlag?: boolean;
|
|
347
|
-
resourceOwnerAccount?: string;
|
|
348
|
-
resourceOwnerId?: number;
|
|
349
|
-
sessionTimeout?: number;
|
|
350
|
-
static names(): {
|
|
351
|
-
[key: string]: string;
|
|
352
|
-
};
|
|
353
|
-
static types(): {
|
|
354
|
-
[key: string]: any;
|
|
355
|
-
};
|
|
356
|
-
constructor(map?: {
|
|
357
|
-
[key: string]: any;
|
|
358
|
-
});
|
|
359
|
-
}
|
|
360
|
-
export declare class ClickToDialResponseBody extends $tea.Model {
|
|
361
|
-
callId?: string;
|
|
362
|
-
code?: string;
|
|
363
|
-
message?: string;
|
|
364
|
-
requestId?: string;
|
|
365
|
-
static names(): {
|
|
366
|
-
[key: string]: string;
|
|
367
|
-
};
|
|
368
|
-
static types(): {
|
|
369
|
-
[key: string]: any;
|
|
370
|
-
};
|
|
371
|
-
constructor(map?: {
|
|
372
|
-
[key: string]: any;
|
|
373
|
-
});
|
|
374
|
-
}
|
|
375
|
-
export declare class ClickToDialResponse extends $tea.Model {
|
|
376
|
-
headers: {
|
|
377
|
-
[key: string]: string;
|
|
378
|
-
};
|
|
379
|
-
body: ClickToDialResponseBody;
|
|
380
|
-
static names(): {
|
|
381
|
-
[key: string]: string;
|
|
382
|
-
};
|
|
383
|
-
static types(): {
|
|
384
|
-
[key: string]: any;
|
|
385
|
-
};
|
|
386
|
-
constructor(map?: {
|
|
387
|
-
[key: string]: any;
|
|
388
|
-
});
|
|
389
|
-
}
|
|
390
|
-
export declare class CloseSipAccountRequest extends $tea.Model {
|
|
391
|
-
ownerId?: number;
|
|
392
|
-
partnerId?: number;
|
|
393
|
-
resourceOwnerAccount?: string;
|
|
394
|
-
resourceOwnerId?: number;
|
|
395
|
-
sipAccountID?: string;
|
|
396
|
-
static names(): {
|
|
397
|
-
[key: string]: string;
|
|
398
|
-
};
|
|
399
|
-
static types(): {
|
|
400
|
-
[key: string]: any;
|
|
401
|
-
};
|
|
402
|
-
constructor(map?: {
|
|
403
|
-
[key: string]: any;
|
|
404
|
-
});
|
|
405
|
-
}
|
|
406
|
-
export declare class CloseSipAccountResponseBody extends $tea.Model {
|
|
407
|
-
code?: string;
|
|
408
|
-
data?: boolean;
|
|
409
|
-
message?: string;
|
|
410
|
-
requestId?: string;
|
|
411
|
-
static names(): {
|
|
412
|
-
[key: string]: string;
|
|
413
|
-
};
|
|
414
|
-
static types(): {
|
|
415
|
-
[key: string]: any;
|
|
416
|
-
};
|
|
417
|
-
constructor(map?: {
|
|
418
|
-
[key: string]: any;
|
|
419
|
-
});
|
|
420
|
-
}
|
|
421
|
-
export declare class CloseSipAccountResponse extends $tea.Model {
|
|
422
|
-
headers: {
|
|
423
|
-
[key: string]: string;
|
|
424
|
-
};
|
|
425
|
-
body: CloseSipAccountResponseBody;
|
|
426
|
-
static names(): {
|
|
427
|
-
[key: string]: string;
|
|
428
|
-
};
|
|
429
|
-
static types(): {
|
|
430
|
-
[key: string]: any;
|
|
431
|
-
};
|
|
432
|
-
constructor(map?: {
|
|
433
|
-
[key: string]: any;
|
|
434
|
-
});
|
|
435
|
-
}
|
|
436
246
|
export declare class CreateCallTaskRequest extends $tea.Model {
|
|
437
247
|
bizType?: string;
|
|
438
248
|
data?: string;
|
|
@@ -541,52 +351,6 @@ export declare class CreateRobotTaskResponse extends $tea.Model {
|
|
|
541
351
|
[key: string]: any;
|
|
542
352
|
});
|
|
543
353
|
}
|
|
544
|
-
export declare class CreateSipAccountRequest extends $tea.Model {
|
|
545
|
-
businessKey?: string;
|
|
546
|
-
ownerId?: number;
|
|
547
|
-
partnerId?: number;
|
|
548
|
-
resourceOwnerAccount?: string;
|
|
549
|
-
resourceOwnerId?: number;
|
|
550
|
-
static names(): {
|
|
551
|
-
[key: string]: string;
|
|
552
|
-
};
|
|
553
|
-
static types(): {
|
|
554
|
-
[key: string]: any;
|
|
555
|
-
};
|
|
556
|
-
constructor(map?: {
|
|
557
|
-
[key: string]: any;
|
|
558
|
-
});
|
|
559
|
-
}
|
|
560
|
-
export declare class CreateSipAccountResponseBody extends $tea.Model {
|
|
561
|
-
code?: string;
|
|
562
|
-
data?: CreateSipAccountResponseBodyData;
|
|
563
|
-
message?: string;
|
|
564
|
-
requestId?: string;
|
|
565
|
-
static names(): {
|
|
566
|
-
[key: string]: string;
|
|
567
|
-
};
|
|
568
|
-
static types(): {
|
|
569
|
-
[key: string]: any;
|
|
570
|
-
};
|
|
571
|
-
constructor(map?: {
|
|
572
|
-
[key: string]: any;
|
|
573
|
-
});
|
|
574
|
-
}
|
|
575
|
-
export declare class CreateSipAccountResponse extends $tea.Model {
|
|
576
|
-
headers: {
|
|
577
|
-
[key: string]: string;
|
|
578
|
-
};
|
|
579
|
-
body: CreateSipAccountResponseBody;
|
|
580
|
-
static names(): {
|
|
581
|
-
[key: string]: string;
|
|
582
|
-
};
|
|
583
|
-
static types(): {
|
|
584
|
-
[key: string]: any;
|
|
585
|
-
};
|
|
586
|
-
constructor(map?: {
|
|
587
|
-
[key: string]: any;
|
|
588
|
-
});
|
|
589
|
-
}
|
|
590
354
|
export declare class DeleteRobotTaskRequest extends $tea.Model {
|
|
591
355
|
ownerId?: number;
|
|
592
356
|
resourceOwnerAccount?: string;
|
|
@@ -632,62 +396,13 @@ export declare class DeleteRobotTaskResponse extends $tea.Model {
|
|
|
632
396
|
[key: string]: any;
|
|
633
397
|
});
|
|
634
398
|
}
|
|
635
|
-
export declare class
|
|
636
|
-
|
|
637
|
-
accountType?: string;
|
|
638
|
-
acid?: string;
|
|
639
|
-
ownerId?: number;
|
|
640
|
-
prodCode?: string;
|
|
641
|
-
resourceOwnerAccount?: string;
|
|
642
|
-
resourceOwnerId?: number;
|
|
643
|
-
secLevel?: number;
|
|
644
|
-
static names(): {
|
|
645
|
-
[key: string]: string;
|
|
646
|
-
};
|
|
647
|
-
static types(): {
|
|
648
|
-
[key: string]: any;
|
|
649
|
-
};
|
|
650
|
-
constructor(map?: {
|
|
651
|
-
[key: string]: any;
|
|
652
|
-
});
|
|
653
|
-
}
|
|
654
|
-
export declare class DescribeRecordDataResponseBody extends $tea.Model {
|
|
655
|
-
acid?: string;
|
|
656
|
-
agentId?: string;
|
|
657
|
-
code?: string;
|
|
658
|
-
message?: string;
|
|
659
|
-
ossLink?: string;
|
|
660
|
-
requestId?: string;
|
|
661
|
-
static names(): {
|
|
662
|
-
[key: string]: string;
|
|
663
|
-
};
|
|
664
|
-
static types(): {
|
|
665
|
-
[key: string]: any;
|
|
666
|
-
};
|
|
667
|
-
constructor(map?: {
|
|
668
|
-
[key: string]: any;
|
|
669
|
-
});
|
|
670
|
-
}
|
|
671
|
-
export declare class DescribeRecordDataResponse extends $tea.Model {
|
|
672
|
-
headers: {
|
|
673
|
-
[key: string]: string;
|
|
674
|
-
};
|
|
675
|
-
body: DescribeRecordDataResponseBody;
|
|
676
|
-
static names(): {
|
|
677
|
-
[key: string]: string;
|
|
678
|
-
};
|
|
679
|
-
static types(): {
|
|
680
|
-
[key: string]: any;
|
|
681
|
-
};
|
|
682
|
-
constructor(map?: {
|
|
683
|
-
[key: string]: any;
|
|
684
|
-
});
|
|
685
|
-
}
|
|
686
|
-
export declare class DoRtcNumberAuthRequest extends $tea.Model {
|
|
399
|
+
export declare class ExecuteCallTaskRequest extends $tea.Model {
|
|
400
|
+
fireTime?: string;
|
|
687
401
|
ownerId?: number;
|
|
688
|
-
phoneNumber?: string;
|
|
689
402
|
resourceOwnerAccount?: string;
|
|
690
403
|
resourceOwnerId?: number;
|
|
404
|
+
status?: string;
|
|
405
|
+
taskId?: number;
|
|
691
406
|
static names(): {
|
|
692
407
|
[key: string]: string;
|
|
693
408
|
};
|
|
@@ -698,10 +413,9 @@ export declare class DoRtcNumberAuthRequest extends $tea.Model {
|
|
|
698
413
|
[key: string]: any;
|
|
699
414
|
});
|
|
700
415
|
}
|
|
701
|
-
export declare class
|
|
416
|
+
export declare class ExecuteCallTaskResponseBody extends $tea.Model {
|
|
702
417
|
code?: string;
|
|
703
|
-
|
|
704
|
-
module?: string;
|
|
418
|
+
data?: boolean;
|
|
705
419
|
requestId?: string;
|
|
706
420
|
static names(): {
|
|
707
421
|
[key: string]: string;
|
|
@@ -713,11 +427,11 @@ export declare class DoRtcNumberAuthResponseBody extends $tea.Model {
|
|
|
713
427
|
[key: string]: any;
|
|
714
428
|
});
|
|
715
429
|
}
|
|
716
|
-
export declare class
|
|
430
|
+
export declare class ExecuteCallTaskResponse extends $tea.Model {
|
|
717
431
|
headers: {
|
|
718
432
|
[key: string]: string;
|
|
719
433
|
};
|
|
720
|
-
body:
|
|
434
|
+
body: ExecuteCallTaskResponseBody;
|
|
721
435
|
static names(): {
|
|
722
436
|
[key: string]: string;
|
|
723
437
|
};
|
|
@@ -728,22 +442,11 @@ export declare class DoRtcNumberAuthResponse extends $tea.Model {
|
|
|
728
442
|
[key: string]: any;
|
|
729
443
|
});
|
|
730
444
|
}
|
|
731
|
-
export declare class
|
|
732
|
-
asrFlag?: boolean;
|
|
733
|
-
asrModelId?: string;
|
|
734
|
-
callType?: string;
|
|
735
|
-
calledNumber?: string;
|
|
736
|
-
calledShowNumber?: string;
|
|
737
|
-
callerNumber?: string;
|
|
738
|
-
callerShowNumber?: string;
|
|
739
|
-
outId?: string;
|
|
445
|
+
export declare class GetCallInfoRequest extends $tea.Model {
|
|
740
446
|
ownerId?: number;
|
|
741
|
-
recordFlag?: boolean;
|
|
742
|
-
recordPoint?: number;
|
|
743
447
|
resourceOwnerAccount?: string;
|
|
744
448
|
resourceOwnerId?: number;
|
|
745
|
-
|
|
746
|
-
voiceCode?: string;
|
|
449
|
+
rtcId?: string;
|
|
747
450
|
static names(): {
|
|
748
451
|
[key: string]: string;
|
|
749
452
|
};
|
|
@@ -754,9 +457,9 @@ export declare class DoubleCallSeatRequest extends $tea.Model {
|
|
|
754
457
|
[key: string]: any;
|
|
755
458
|
});
|
|
756
459
|
}
|
|
757
|
-
export declare class
|
|
758
|
-
callId?: string;
|
|
460
|
+
export declare class GetCallInfoResponseBody extends $tea.Model {
|
|
759
461
|
code?: string;
|
|
462
|
+
data?: GetCallInfoResponseBodyData;
|
|
760
463
|
message?: string;
|
|
761
464
|
requestId?: string;
|
|
762
465
|
static names(): {
|
|
@@ -769,57 +472,11 @@ export declare class DoubleCallSeatResponseBody extends $tea.Model {
|
|
|
769
472
|
[key: string]: any;
|
|
770
473
|
});
|
|
771
474
|
}
|
|
772
|
-
export declare class
|
|
773
|
-
headers: {
|
|
774
|
-
[key: string]: string;
|
|
775
|
-
};
|
|
776
|
-
body: DoubleCallSeatResponseBody;
|
|
777
|
-
static names(): {
|
|
778
|
-
[key: string]: string;
|
|
779
|
-
};
|
|
780
|
-
static types(): {
|
|
781
|
-
[key: string]: any;
|
|
782
|
-
};
|
|
783
|
-
constructor(map?: {
|
|
784
|
-
[key: string]: any;
|
|
785
|
-
});
|
|
786
|
-
}
|
|
787
|
-
export declare class ExecuteCallTaskRequest extends $tea.Model {
|
|
788
|
-
fireTime?: string;
|
|
789
|
-
ownerId?: number;
|
|
790
|
-
resourceOwnerAccount?: string;
|
|
791
|
-
resourceOwnerId?: number;
|
|
792
|
-
status?: string;
|
|
793
|
-
taskId?: number;
|
|
794
|
-
static names(): {
|
|
795
|
-
[key: string]: string;
|
|
796
|
-
};
|
|
797
|
-
static types(): {
|
|
798
|
-
[key: string]: any;
|
|
799
|
-
};
|
|
800
|
-
constructor(map?: {
|
|
801
|
-
[key: string]: any;
|
|
802
|
-
});
|
|
803
|
-
}
|
|
804
|
-
export declare class ExecuteCallTaskResponseBody extends $tea.Model {
|
|
805
|
-
code?: string;
|
|
806
|
-
data?: boolean;
|
|
807
|
-
requestId?: string;
|
|
808
|
-
static names(): {
|
|
809
|
-
[key: string]: string;
|
|
810
|
-
};
|
|
811
|
-
static types(): {
|
|
812
|
-
[key: string]: any;
|
|
813
|
-
};
|
|
814
|
-
constructor(map?: {
|
|
815
|
-
[key: string]: any;
|
|
816
|
-
});
|
|
817
|
-
}
|
|
818
|
-
export declare class ExecuteCallTaskResponse extends $tea.Model {
|
|
475
|
+
export declare class GetCallInfoResponse extends $tea.Model {
|
|
819
476
|
headers: {
|
|
820
477
|
[key: string]: string;
|
|
821
478
|
};
|
|
822
|
-
body:
|
|
479
|
+
body: GetCallInfoResponseBody;
|
|
823
480
|
static names(): {
|
|
824
481
|
[key: string]: string;
|
|
825
482
|
};
|
|
@@ -830,11 +487,11 @@ export declare class ExecuteCallTaskResponse extends $tea.Model {
|
|
|
830
487
|
[key: string]: any;
|
|
831
488
|
});
|
|
832
489
|
}
|
|
833
|
-
export declare class
|
|
490
|
+
export declare class GetHotlineQualificationByOrderRequest extends $tea.Model {
|
|
491
|
+
orderId?: string;
|
|
834
492
|
ownerId?: number;
|
|
835
493
|
resourceOwnerAccount?: string;
|
|
836
494
|
resourceOwnerId?: number;
|
|
837
|
-
rtcId?: string;
|
|
838
495
|
static names(): {
|
|
839
496
|
[key: string]: string;
|
|
840
497
|
};
|
|
@@ -845,9 +502,9 @@ export declare class GetCallInfoRequest extends $tea.Model {
|
|
|
845
502
|
[key: string]: any;
|
|
846
503
|
});
|
|
847
504
|
}
|
|
848
|
-
export declare class
|
|
505
|
+
export declare class GetHotlineQualificationByOrderResponseBody extends $tea.Model {
|
|
849
506
|
code?: string;
|
|
850
|
-
data?:
|
|
507
|
+
data?: GetHotlineQualificationByOrderResponseBodyData;
|
|
851
508
|
message?: string;
|
|
852
509
|
requestId?: string;
|
|
853
510
|
static names(): {
|
|
@@ -860,11 +517,11 @@ export declare class GetCallInfoResponseBody extends $tea.Model {
|
|
|
860
517
|
[key: string]: any;
|
|
861
518
|
});
|
|
862
519
|
}
|
|
863
|
-
export declare class
|
|
520
|
+
export declare class GetHotlineQualificationByOrderResponse extends $tea.Model {
|
|
864
521
|
headers: {
|
|
865
522
|
[key: string]: string;
|
|
866
523
|
};
|
|
867
|
-
body:
|
|
524
|
+
body: GetHotlineQualificationByOrderResponseBody;
|
|
868
525
|
static names(): {
|
|
869
526
|
[key: string]: string;
|
|
870
527
|
};
|
|
@@ -875,8 +532,7 @@ export declare class GetCallInfoResponse extends $tea.Model {
|
|
|
875
532
|
[key: string]: any;
|
|
876
533
|
});
|
|
877
534
|
}
|
|
878
|
-
export declare class
|
|
879
|
-
orderId?: string;
|
|
535
|
+
export declare class GetMqttTokenRequest extends $tea.Model {
|
|
880
536
|
ownerId?: number;
|
|
881
537
|
resourceOwnerAccount?: string;
|
|
882
538
|
resourceOwnerId?: number;
|
|
@@ -890,9 +546,9 @@ export declare class GetHotlineQualificationByOrderRequest extends $tea.Model {
|
|
|
890
546
|
[key: string]: any;
|
|
891
547
|
});
|
|
892
548
|
}
|
|
893
|
-
export declare class
|
|
549
|
+
export declare class GetMqttTokenResponseBody extends $tea.Model {
|
|
894
550
|
code?: string;
|
|
895
|
-
data?:
|
|
551
|
+
data?: GetMqttTokenResponseBodyData;
|
|
896
552
|
message?: string;
|
|
897
553
|
requestId?: string;
|
|
898
554
|
static names(): {
|
|
@@ -905,11 +561,11 @@ export declare class GetHotlineQualificationByOrderResponseBody extends $tea.Mod
|
|
|
905
561
|
[key: string]: any;
|
|
906
562
|
});
|
|
907
563
|
}
|
|
908
|
-
export declare class
|
|
564
|
+
export declare class GetMqttTokenResponse extends $tea.Model {
|
|
909
565
|
headers: {
|
|
910
566
|
[key: string]: string;
|
|
911
567
|
};
|
|
912
|
-
body:
|
|
568
|
+
body: GetMqttTokenResponseBody;
|
|
913
569
|
static names(): {
|
|
914
570
|
[key: string]: string;
|
|
915
571
|
};
|
|
@@ -1268,155 +924,6 @@ export declare class ListHotlineTransferRegisterFileResponse extends $tea.Model
|
|
|
1268
924
|
[key: string]: any;
|
|
1269
925
|
});
|
|
1270
926
|
}
|
|
1271
|
-
export declare class ListOrderedNumbersRequest extends $tea.Model {
|
|
1272
|
-
ownerId?: number;
|
|
1273
|
-
prodCode?: string;
|
|
1274
|
-
resourceOwnerAccount?: string;
|
|
1275
|
-
resourceOwnerId?: number;
|
|
1276
|
-
static names(): {
|
|
1277
|
-
[key: string]: string;
|
|
1278
|
-
};
|
|
1279
|
-
static types(): {
|
|
1280
|
-
[key: string]: any;
|
|
1281
|
-
};
|
|
1282
|
-
constructor(map?: {
|
|
1283
|
-
[key: string]: any;
|
|
1284
|
-
});
|
|
1285
|
-
}
|
|
1286
|
-
export declare class ListOrderedNumbersResponseBody extends $tea.Model {
|
|
1287
|
-
code?: string;
|
|
1288
|
-
message?: string;
|
|
1289
|
-
numbers?: string[];
|
|
1290
|
-
requestId?: string;
|
|
1291
|
-
static names(): {
|
|
1292
|
-
[key: string]: string;
|
|
1293
|
-
};
|
|
1294
|
-
static types(): {
|
|
1295
|
-
[key: string]: any;
|
|
1296
|
-
};
|
|
1297
|
-
constructor(map?: {
|
|
1298
|
-
[key: string]: any;
|
|
1299
|
-
});
|
|
1300
|
-
}
|
|
1301
|
-
export declare class ListOrderedNumbersResponse extends $tea.Model {
|
|
1302
|
-
headers: {
|
|
1303
|
-
[key: string]: string;
|
|
1304
|
-
};
|
|
1305
|
-
body: ListOrderedNumbersResponseBody;
|
|
1306
|
-
static names(): {
|
|
1307
|
-
[key: string]: string;
|
|
1308
|
-
};
|
|
1309
|
-
static types(): {
|
|
1310
|
-
[key: string]: any;
|
|
1311
|
-
};
|
|
1312
|
-
constructor(map?: {
|
|
1313
|
-
[key: string]: any;
|
|
1314
|
-
});
|
|
1315
|
-
}
|
|
1316
|
-
export declare class ListOutboundStrategiesRequest extends $tea.Model {
|
|
1317
|
-
buId?: number;
|
|
1318
|
-
keyword?: string;
|
|
1319
|
-
ownerId?: number;
|
|
1320
|
-
prodCode?: string;
|
|
1321
|
-
resourceOwnerAccount?: string;
|
|
1322
|
-
resourceOwnerId?: number;
|
|
1323
|
-
static names(): {
|
|
1324
|
-
[key: string]: string;
|
|
1325
|
-
};
|
|
1326
|
-
static types(): {
|
|
1327
|
-
[key: string]: any;
|
|
1328
|
-
};
|
|
1329
|
-
constructor(map?: {
|
|
1330
|
-
[key: string]: any;
|
|
1331
|
-
});
|
|
1332
|
-
}
|
|
1333
|
-
export declare class ListOutboundStrategiesResponseBody extends $tea.Model {
|
|
1334
|
-
code?: string;
|
|
1335
|
-
message?: string;
|
|
1336
|
-
outboundStrategies?: ListOutboundStrategiesResponseBodyOutboundStrategies[];
|
|
1337
|
-
requestId?: string;
|
|
1338
|
-
static names(): {
|
|
1339
|
-
[key: string]: string;
|
|
1340
|
-
};
|
|
1341
|
-
static types(): {
|
|
1342
|
-
[key: string]: any;
|
|
1343
|
-
};
|
|
1344
|
-
constructor(map?: {
|
|
1345
|
-
[key: string]: any;
|
|
1346
|
-
});
|
|
1347
|
-
}
|
|
1348
|
-
export declare class ListOutboundStrategiesResponse extends $tea.Model {
|
|
1349
|
-
headers: {
|
|
1350
|
-
[key: string]: string;
|
|
1351
|
-
};
|
|
1352
|
-
body: ListOutboundStrategiesResponseBody;
|
|
1353
|
-
static names(): {
|
|
1354
|
-
[key: string]: string;
|
|
1355
|
-
};
|
|
1356
|
-
static types(): {
|
|
1357
|
-
[key: string]: any;
|
|
1358
|
-
};
|
|
1359
|
-
constructor(map?: {
|
|
1360
|
-
[key: string]: any;
|
|
1361
|
-
});
|
|
1362
|
-
}
|
|
1363
|
-
export declare class ListRobotTaskCallsRequest extends $tea.Model {
|
|
1364
|
-
callResult?: string;
|
|
1365
|
-
called?: string;
|
|
1366
|
-
dialogCountFrom?: string;
|
|
1367
|
-
dialogCountTo?: string;
|
|
1368
|
-
durationFrom?: string;
|
|
1369
|
-
durationTo?: string;
|
|
1370
|
-
hangupDirection?: string;
|
|
1371
|
-
ownerId?: number;
|
|
1372
|
-
pageNo?: number;
|
|
1373
|
-
pageSize?: number;
|
|
1374
|
-
resourceOwnerAccount?: string;
|
|
1375
|
-
resourceOwnerId?: number;
|
|
1376
|
-
taskId?: string;
|
|
1377
|
-
static names(): {
|
|
1378
|
-
[key: string]: string;
|
|
1379
|
-
};
|
|
1380
|
-
static types(): {
|
|
1381
|
-
[key: string]: any;
|
|
1382
|
-
};
|
|
1383
|
-
constructor(map?: {
|
|
1384
|
-
[key: string]: any;
|
|
1385
|
-
});
|
|
1386
|
-
}
|
|
1387
|
-
export declare class ListRobotTaskCallsResponseBody extends $tea.Model {
|
|
1388
|
-
code?: string;
|
|
1389
|
-
data?: string;
|
|
1390
|
-
message?: string;
|
|
1391
|
-
pageNo?: string;
|
|
1392
|
-
pageSize?: string;
|
|
1393
|
-
requestId?: string;
|
|
1394
|
-
totalCount?: string;
|
|
1395
|
-
static names(): {
|
|
1396
|
-
[key: string]: string;
|
|
1397
|
-
};
|
|
1398
|
-
static types(): {
|
|
1399
|
-
[key: string]: any;
|
|
1400
|
-
};
|
|
1401
|
-
constructor(map?: {
|
|
1402
|
-
[key: string]: any;
|
|
1403
|
-
});
|
|
1404
|
-
}
|
|
1405
|
-
export declare class ListRobotTaskCallsResponse extends $tea.Model {
|
|
1406
|
-
headers: {
|
|
1407
|
-
[key: string]: string;
|
|
1408
|
-
};
|
|
1409
|
-
body: ListRobotTaskCallsResponseBody;
|
|
1410
|
-
static names(): {
|
|
1411
|
-
[key: string]: string;
|
|
1412
|
-
};
|
|
1413
|
-
static types(): {
|
|
1414
|
-
[key: string]: any;
|
|
1415
|
-
};
|
|
1416
|
-
constructor(map?: {
|
|
1417
|
-
[key: string]: any;
|
|
1418
|
-
});
|
|
1419
|
-
}
|
|
1420
927
|
export declare class QueryCallDetailByCallIdRequest extends $tea.Model {
|
|
1421
928
|
callId?: string;
|
|
1422
929
|
ownerId?: number;
|
|
@@ -1892,11 +1399,14 @@ export declare class QueryRobotv2AllListResponse extends $tea.Model {
|
|
|
1892
1399
|
[key: string]: any;
|
|
1893
1400
|
});
|
|
1894
1401
|
}
|
|
1895
|
-
export declare class
|
|
1402
|
+
export declare class QueryVirtualNumberRequest extends $tea.Model {
|
|
1896
1403
|
ownerId?: number;
|
|
1897
|
-
|
|
1404
|
+
pageNo?: number;
|
|
1405
|
+
pageSize?: number;
|
|
1406
|
+
prodCode?: string;
|
|
1898
1407
|
resourceOwnerAccount?: string;
|
|
1899
1408
|
resourceOwnerId?: number;
|
|
1409
|
+
routeType?: number;
|
|
1900
1410
|
static names(): {
|
|
1901
1411
|
[key: string]: string;
|
|
1902
1412
|
};
|
|
@@ -1907,10 +1417,9 @@ export declare class QueryRtcNumberAuthStatusRequest extends $tea.Model {
|
|
|
1907
1417
|
[key: string]: any;
|
|
1908
1418
|
});
|
|
1909
1419
|
}
|
|
1910
|
-
export declare class
|
|
1420
|
+
export declare class QueryVirtualNumberResponseBody extends $tea.Model {
|
|
1911
1421
|
code?: string;
|
|
1912
|
-
|
|
1913
|
-
module?: string;
|
|
1422
|
+
data?: string;
|
|
1914
1423
|
requestId?: string;
|
|
1915
1424
|
static names(): {
|
|
1916
1425
|
[key: string]: string;
|
|
@@ -1922,11 +1431,11 @@ export declare class QueryRtcNumberAuthStatusResponseBody extends $tea.Model {
|
|
|
1922
1431
|
[key: string]: any;
|
|
1923
1432
|
});
|
|
1924
1433
|
}
|
|
1925
|
-
export declare class
|
|
1434
|
+
export declare class QueryVirtualNumberResponse extends $tea.Model {
|
|
1926
1435
|
headers: {
|
|
1927
1436
|
[key: string]: string;
|
|
1928
1437
|
};
|
|
1929
|
-
body:
|
|
1438
|
+
body: QueryVirtualNumberResponseBody;
|
|
1930
1439
|
static names(): {
|
|
1931
1440
|
[key: string]: string;
|
|
1932
1441
|
};
|
|
@@ -1937,14 +1446,19 @@ export declare class QueryRtcNumberAuthStatusResponse extends $tea.Model {
|
|
|
1937
1446
|
[key: string]: any;
|
|
1938
1447
|
});
|
|
1939
1448
|
}
|
|
1940
|
-
export declare class
|
|
1449
|
+
export declare class QueryVirtualNumberRelationRequest extends $tea.Model {
|
|
1941
1450
|
ownerId?: number;
|
|
1942
1451
|
pageNo?: number;
|
|
1943
1452
|
pageSize?: number;
|
|
1453
|
+
phoneNum?: string;
|
|
1944
1454
|
prodCode?: string;
|
|
1455
|
+
qualificationId?: number;
|
|
1456
|
+
regionNameCity?: string;
|
|
1457
|
+
relatedNum?: string;
|
|
1945
1458
|
resourceOwnerAccount?: string;
|
|
1946
1459
|
resourceOwnerId?: number;
|
|
1947
1460
|
routeType?: number;
|
|
1461
|
+
specId?: number;
|
|
1948
1462
|
static names(): {
|
|
1949
1463
|
[key: string]: string;
|
|
1950
1464
|
};
|
|
@@ -1955,7 +1469,7 @@ export declare class QueryVirtualNumberRequest extends $tea.Model {
|
|
|
1955
1469
|
[key: string]: any;
|
|
1956
1470
|
});
|
|
1957
1471
|
}
|
|
1958
|
-
export declare class
|
|
1472
|
+
export declare class QueryVirtualNumberRelationResponseBody extends $tea.Model {
|
|
1959
1473
|
code?: string;
|
|
1960
1474
|
data?: string;
|
|
1961
1475
|
requestId?: string;
|
|
@@ -1969,11 +1483,11 @@ export declare class QueryVirtualNumberResponseBody extends $tea.Model {
|
|
|
1969
1483
|
[key: string]: any;
|
|
1970
1484
|
});
|
|
1971
1485
|
}
|
|
1972
|
-
export declare class
|
|
1486
|
+
export declare class QueryVirtualNumberRelationResponse extends $tea.Model {
|
|
1973
1487
|
headers: {
|
|
1974
1488
|
[key: string]: string;
|
|
1975
1489
|
};
|
|
1976
|
-
body:
|
|
1490
|
+
body: QueryVirtualNumberRelationResponseBody;
|
|
1977
1491
|
static names(): {
|
|
1978
1492
|
[key: string]: string;
|
|
1979
1493
|
};
|
|
@@ -1984,19 +1498,12 @@ export declare class QueryVirtualNumberResponse extends $tea.Model {
|
|
|
1984
1498
|
[key: string]: any;
|
|
1985
1499
|
});
|
|
1986
1500
|
}
|
|
1987
|
-
export declare class
|
|
1501
|
+
export declare class QueryVoiceFileAuditInfoRequest extends $tea.Model {
|
|
1502
|
+
businessType?: number;
|
|
1988
1503
|
ownerId?: number;
|
|
1989
|
-
pageNo?: number;
|
|
1990
|
-
pageSize?: number;
|
|
1991
|
-
phoneNum?: string;
|
|
1992
|
-
prodCode?: string;
|
|
1993
|
-
qualificationId?: number;
|
|
1994
|
-
regionNameCity?: string;
|
|
1995
|
-
relatedNum?: string;
|
|
1996
1504
|
resourceOwnerAccount?: string;
|
|
1997
1505
|
resourceOwnerId?: number;
|
|
1998
|
-
|
|
1999
|
-
specId?: number;
|
|
1506
|
+
voiceCodes?: string;
|
|
2000
1507
|
static names(): {
|
|
2001
1508
|
[key: string]: string;
|
|
2002
1509
|
};
|
|
@@ -2007,9 +1514,10 @@ export declare class QueryVirtualNumberRelationRequest extends $tea.Model {
|
|
|
2007
1514
|
[key: string]: any;
|
|
2008
1515
|
});
|
|
2009
1516
|
}
|
|
2010
|
-
export declare class
|
|
1517
|
+
export declare class QueryVoiceFileAuditInfoResponseBody extends $tea.Model {
|
|
2011
1518
|
code?: string;
|
|
2012
|
-
data?:
|
|
1519
|
+
data?: QueryVoiceFileAuditInfoResponseBodyData[];
|
|
1520
|
+
message?: string;
|
|
2013
1521
|
requestId?: string;
|
|
2014
1522
|
static names(): {
|
|
2015
1523
|
[key: string]: string;
|
|
@@ -2021,11 +1529,11 @@ export declare class QueryVirtualNumberRelationResponseBody extends $tea.Model {
|
|
|
2021
1529
|
[key: string]: any;
|
|
2022
1530
|
});
|
|
2023
1531
|
}
|
|
2024
|
-
export declare class
|
|
1532
|
+
export declare class QueryVoiceFileAuditInfoResponse extends $tea.Model {
|
|
2025
1533
|
headers: {
|
|
2026
1534
|
[key: string]: string;
|
|
2027
1535
|
};
|
|
2028
|
-
body:
|
|
1536
|
+
body: QueryVoiceFileAuditInfoResponseBody;
|
|
2029
1537
|
static names(): {
|
|
2030
1538
|
[key: string]: string;
|
|
2031
1539
|
};
|
|
@@ -2036,12 +1544,11 @@ export declare class QueryVirtualNumberRelationResponse extends $tea.Model {
|
|
|
2036
1544
|
[key: string]: any;
|
|
2037
1545
|
});
|
|
2038
1546
|
}
|
|
2039
|
-
export declare class
|
|
1547
|
+
export declare class RecoverCallInConfigRequest extends $tea.Model {
|
|
1548
|
+
number?: string;
|
|
2040
1549
|
ownerId?: number;
|
|
2041
|
-
phoneNumber?: string;
|
|
2042
1550
|
resourceOwnerAccount?: string;
|
|
2043
1551
|
resourceOwnerId?: number;
|
|
2044
|
-
voipId?: string;
|
|
2045
1552
|
static names(): {
|
|
2046
1553
|
[key: string]: string;
|
|
2047
1554
|
};
|
|
@@ -2052,10 +1559,10 @@ export declare class QueryVoipNumberBindInfosRequest extends $tea.Model {
|
|
|
2052
1559
|
[key: string]: any;
|
|
2053
1560
|
});
|
|
2054
1561
|
}
|
|
2055
|
-
export declare class
|
|
1562
|
+
export declare class RecoverCallInConfigResponseBody extends $tea.Model {
|
|
2056
1563
|
code?: string;
|
|
1564
|
+
data?: boolean;
|
|
2057
1565
|
message?: string;
|
|
2058
|
-
module?: string;
|
|
2059
1566
|
requestId?: string;
|
|
2060
1567
|
static names(): {
|
|
2061
1568
|
[key: string]: string;
|
|
@@ -2067,11 +1574,11 @@ export declare class QueryVoipNumberBindInfosResponseBody extends $tea.Model {
|
|
|
2067
1574
|
[key: string]: any;
|
|
2068
1575
|
});
|
|
2069
1576
|
}
|
|
2070
|
-
export declare class
|
|
1577
|
+
export declare class RecoverCallInConfigResponse extends $tea.Model {
|
|
2071
1578
|
headers: {
|
|
2072
1579
|
[key: string]: string;
|
|
2073
1580
|
};
|
|
2074
|
-
body:
|
|
1581
|
+
body: RecoverCallInConfigResponseBody;
|
|
2075
1582
|
static names(): {
|
|
2076
1583
|
[key: string]: string;
|
|
2077
1584
|
};
|
|
@@ -2082,14 +1589,11 @@ export declare class QueryVoipNumberBindInfosResponse extends $tea.Model {
|
|
|
2082
1589
|
[key: string]: any;
|
|
2083
1590
|
});
|
|
2084
1591
|
}
|
|
2085
|
-
export declare class
|
|
2086
|
-
|
|
2087
|
-
desc?: string;
|
|
1592
|
+
export declare class RefreshMqttTokenRequest extends $tea.Model {
|
|
1593
|
+
clientId?: string;
|
|
2088
1594
|
ownerId?: number;
|
|
2089
1595
|
resourceOwnerAccount?: string;
|
|
2090
1596
|
resourceOwnerId?: number;
|
|
2091
|
-
title?: string;
|
|
2092
|
-
voipId?: string;
|
|
2093
1597
|
static names(): {
|
|
2094
1598
|
[key: string]: string;
|
|
2095
1599
|
};
|
|
@@ -2100,10 +1604,10 @@ export declare class ReportVoipProblemsRequest extends $tea.Model {
|
|
|
2100
1604
|
[key: string]: any;
|
|
2101
1605
|
});
|
|
2102
1606
|
}
|
|
2103
|
-
export declare class
|
|
1607
|
+
export declare class RefreshMqttTokenResponseBody extends $tea.Model {
|
|
2104
1608
|
code?: string;
|
|
1609
|
+
data?: RefreshMqttTokenResponseBodyData;
|
|
2105
1610
|
message?: string;
|
|
2106
|
-
module?: string;
|
|
2107
1611
|
requestId?: string;
|
|
2108
1612
|
static names(): {
|
|
2109
1613
|
[key: string]: string;
|
|
@@ -2115,11 +1619,11 @@ export declare class ReportVoipProblemsResponseBody extends $tea.Model {
|
|
|
2115
1619
|
[key: string]: any;
|
|
2116
1620
|
});
|
|
2117
1621
|
}
|
|
2118
|
-
export declare class
|
|
1622
|
+
export declare class RefreshMqttTokenResponse extends $tea.Model {
|
|
2119
1623
|
headers: {
|
|
2120
1624
|
[key: string]: string;
|
|
2121
1625
|
};
|
|
2122
|
-
body:
|
|
1626
|
+
body: RefreshMqttTokenResponseBody;
|
|
2123
1627
|
static names(): {
|
|
2124
1628
|
[key: string]: string;
|
|
2125
1629
|
};
|
|
@@ -2445,18 +1949,12 @@ export declare class SmartCallOperateResponse extends $tea.Model {
|
|
|
2445
1949
|
[key: string]: any;
|
|
2446
1950
|
});
|
|
2447
1951
|
}
|
|
2448
|
-
export declare class
|
|
2449
|
-
accountId?: string;
|
|
2450
|
-
accountType?: string;
|
|
2451
|
-
appName?: string;
|
|
2452
|
-
calledNumber?: string;
|
|
2453
|
-
callingNumber?: string;
|
|
2454
|
-
commandCode?: string;
|
|
2455
|
-
extInfo?: string;
|
|
1952
|
+
export declare class StartRobotTaskRequest extends $tea.Model {
|
|
2456
1953
|
ownerId?: number;
|
|
2457
|
-
prodCode?: string;
|
|
2458
1954
|
resourceOwnerAccount?: string;
|
|
2459
1955
|
resourceOwnerId?: number;
|
|
1956
|
+
scheduleTime?: string;
|
|
1957
|
+
taskId?: number;
|
|
2460
1958
|
static names(): {
|
|
2461
1959
|
[key: string]: string;
|
|
2462
1960
|
};
|
|
@@ -2467,11 +1965,9 @@ export declare class StartMicroOutboundRequest extends $tea.Model {
|
|
|
2467
1965
|
[key: string]: any;
|
|
2468
1966
|
});
|
|
2469
1967
|
}
|
|
2470
|
-
export declare class
|
|
1968
|
+
export declare class StartRobotTaskResponseBody extends $tea.Model {
|
|
2471
1969
|
code?: string;
|
|
2472
|
-
|
|
2473
|
-
invokeCmdId?: string;
|
|
2474
|
-
invokeCreateTime?: string;
|
|
1970
|
+
data?: string;
|
|
2475
1971
|
message?: string;
|
|
2476
1972
|
requestId?: string;
|
|
2477
1973
|
static names(): {
|
|
@@ -2484,11 +1980,11 @@ export declare class StartMicroOutboundResponseBody extends $tea.Model {
|
|
|
2484
1980
|
[key: string]: any;
|
|
2485
1981
|
});
|
|
2486
1982
|
}
|
|
2487
|
-
export declare class
|
|
1983
|
+
export declare class StartRobotTaskResponse extends $tea.Model {
|
|
2488
1984
|
headers: {
|
|
2489
1985
|
[key: string]: string;
|
|
2490
1986
|
};
|
|
2491
|
-
body:
|
|
1987
|
+
body: StartRobotTaskResponseBody;
|
|
2492
1988
|
static names(): {
|
|
2493
1989
|
[key: string]: string;
|
|
2494
1990
|
};
|
|
@@ -2499,12 +1995,11 @@ export declare class StartMicroOutboundResponse extends $tea.Model {
|
|
|
2499
1995
|
[key: string]: any;
|
|
2500
1996
|
});
|
|
2501
1997
|
}
|
|
2502
|
-
export declare class
|
|
1998
|
+
export declare class StopCallInConfigRequest extends $tea.Model {
|
|
1999
|
+
number?: string;
|
|
2503
2000
|
ownerId?: number;
|
|
2504
2001
|
resourceOwnerAccount?: string;
|
|
2505
2002
|
resourceOwnerId?: number;
|
|
2506
|
-
scheduleTime?: string;
|
|
2507
|
-
taskId?: number;
|
|
2508
2003
|
static names(): {
|
|
2509
2004
|
[key: string]: string;
|
|
2510
2005
|
};
|
|
@@ -2515,9 +2010,9 @@ export declare class StartRobotTaskRequest extends $tea.Model {
|
|
|
2515
2010
|
[key: string]: any;
|
|
2516
2011
|
});
|
|
2517
2012
|
}
|
|
2518
|
-
export declare class
|
|
2013
|
+
export declare class StopCallInConfigResponseBody extends $tea.Model {
|
|
2519
2014
|
code?: string;
|
|
2520
|
-
data?:
|
|
2015
|
+
data?: boolean;
|
|
2521
2016
|
message?: string;
|
|
2522
2017
|
requestId?: string;
|
|
2523
2018
|
static names(): {
|
|
@@ -2530,11 +2025,11 @@ export declare class StartRobotTaskResponseBody extends $tea.Model {
|
|
|
2530
2025
|
[key: string]: any;
|
|
2531
2026
|
});
|
|
2532
2027
|
}
|
|
2533
|
-
export declare class
|
|
2028
|
+
export declare class StopCallInConfigResponse extends $tea.Model {
|
|
2534
2029
|
headers: {
|
|
2535
2030
|
[key: string]: string;
|
|
2536
2031
|
};
|
|
2537
|
-
body:
|
|
2032
|
+
body: StopCallInConfigResponseBody;
|
|
2538
2033
|
static names(): {
|
|
2539
2034
|
[key: string]: string;
|
|
2540
2035
|
};
|
|
@@ -2644,97 +2139,6 @@ export declare class SubmitHotlineTransferRegisterResponse extends $tea.Model {
|
|
|
2644
2139
|
[key: string]: any;
|
|
2645
2140
|
});
|
|
2646
2141
|
}
|
|
2647
|
-
export declare class UnbindNumberAndVoipIdRequest extends $tea.Model {
|
|
2648
|
-
ownerId?: number;
|
|
2649
|
-
phoneNumber?: string;
|
|
2650
|
-
resourceOwnerAccount?: string;
|
|
2651
|
-
resourceOwnerId?: number;
|
|
2652
|
-
voipId?: string;
|
|
2653
|
-
static names(): {
|
|
2654
|
-
[key: string]: string;
|
|
2655
|
-
};
|
|
2656
|
-
static types(): {
|
|
2657
|
-
[key: string]: any;
|
|
2658
|
-
};
|
|
2659
|
-
constructor(map?: {
|
|
2660
|
-
[key: string]: any;
|
|
2661
|
-
});
|
|
2662
|
-
}
|
|
2663
|
-
export declare class UnbindNumberAndVoipIdResponseBody extends $tea.Model {
|
|
2664
|
-
code?: string;
|
|
2665
|
-
message?: string;
|
|
2666
|
-
module?: string;
|
|
2667
|
-
requestId?: string;
|
|
2668
|
-
static names(): {
|
|
2669
|
-
[key: string]: string;
|
|
2670
|
-
};
|
|
2671
|
-
static types(): {
|
|
2672
|
-
[key: string]: any;
|
|
2673
|
-
};
|
|
2674
|
-
constructor(map?: {
|
|
2675
|
-
[key: string]: any;
|
|
2676
|
-
});
|
|
2677
|
-
}
|
|
2678
|
-
export declare class UnbindNumberAndVoipIdResponse extends $tea.Model {
|
|
2679
|
-
headers: {
|
|
2680
|
-
[key: string]: string;
|
|
2681
|
-
};
|
|
2682
|
-
body: UnbindNumberAndVoipIdResponseBody;
|
|
2683
|
-
static names(): {
|
|
2684
|
-
[key: string]: string;
|
|
2685
|
-
};
|
|
2686
|
-
static types(): {
|
|
2687
|
-
[key: string]: any;
|
|
2688
|
-
};
|
|
2689
|
-
constructor(map?: {
|
|
2690
|
-
[key: string]: any;
|
|
2691
|
-
});
|
|
2692
|
-
}
|
|
2693
|
-
export declare class UndoRtcNumberAuthRequest extends $tea.Model {
|
|
2694
|
-
ownerId?: number;
|
|
2695
|
-
phoneNumber?: string;
|
|
2696
|
-
resourceOwnerAccount?: string;
|
|
2697
|
-
resourceOwnerId?: number;
|
|
2698
|
-
static names(): {
|
|
2699
|
-
[key: string]: string;
|
|
2700
|
-
};
|
|
2701
|
-
static types(): {
|
|
2702
|
-
[key: string]: any;
|
|
2703
|
-
};
|
|
2704
|
-
constructor(map?: {
|
|
2705
|
-
[key: string]: any;
|
|
2706
|
-
});
|
|
2707
|
-
}
|
|
2708
|
-
export declare class UndoRtcNumberAuthResponseBody extends $tea.Model {
|
|
2709
|
-
code?: string;
|
|
2710
|
-
message?: string;
|
|
2711
|
-
module?: string;
|
|
2712
|
-
requestId?: string;
|
|
2713
|
-
static names(): {
|
|
2714
|
-
[key: string]: string;
|
|
2715
|
-
};
|
|
2716
|
-
static types(): {
|
|
2717
|
-
[key: string]: any;
|
|
2718
|
-
};
|
|
2719
|
-
constructor(map?: {
|
|
2720
|
-
[key: string]: any;
|
|
2721
|
-
});
|
|
2722
|
-
}
|
|
2723
|
-
export declare class UndoRtcNumberAuthResponse extends $tea.Model {
|
|
2724
|
-
headers: {
|
|
2725
|
-
[key: string]: string;
|
|
2726
|
-
};
|
|
2727
|
-
body: UndoRtcNumberAuthResponseBody;
|
|
2728
|
-
static names(): {
|
|
2729
|
-
[key: string]: string;
|
|
2730
|
-
};
|
|
2731
|
-
static types(): {
|
|
2732
|
-
[key: string]: any;
|
|
2733
|
-
};
|
|
2734
|
-
constructor(map?: {
|
|
2735
|
-
[key: string]: any;
|
|
2736
|
-
});
|
|
2737
|
-
}
|
|
2738
2142
|
export declare class UploadRobotTaskCalledFileRequest extends $tea.Model {
|
|
2739
2143
|
calledNumber?: string;
|
|
2740
2144
|
id?: number;
|
|
@@ -2783,102 +2187,9 @@ export declare class UploadRobotTaskCalledFileResponse extends $tea.Model {
|
|
|
2783
2187
|
[key: string]: any;
|
|
2784
2188
|
});
|
|
2785
2189
|
}
|
|
2786
|
-
export declare class
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
resourceOwnerAccount?: string;
|
|
2790
|
-
resourceOwnerId?: number;
|
|
2791
|
-
static names(): {
|
|
2792
|
-
[key: string]: string;
|
|
2793
|
-
};
|
|
2794
|
-
static types(): {
|
|
2795
|
-
[key: string]: any;
|
|
2796
|
-
};
|
|
2797
|
-
constructor(map?: {
|
|
2798
|
-
[key: string]: any;
|
|
2799
|
-
});
|
|
2800
|
-
}
|
|
2801
|
-
export declare class VoipAddAccountResponseBody extends $tea.Model {
|
|
2802
|
-
code?: string;
|
|
2803
|
-
message?: string;
|
|
2804
|
-
module?: string;
|
|
2805
|
-
requestId?: string;
|
|
2806
|
-
static names(): {
|
|
2807
|
-
[key: string]: string;
|
|
2808
|
-
};
|
|
2809
|
-
static types(): {
|
|
2810
|
-
[key: string]: any;
|
|
2811
|
-
};
|
|
2812
|
-
constructor(map?: {
|
|
2813
|
-
[key: string]: any;
|
|
2814
|
-
});
|
|
2815
|
-
}
|
|
2816
|
-
export declare class VoipAddAccountResponse extends $tea.Model {
|
|
2817
|
-
headers: {
|
|
2818
|
-
[key: string]: string;
|
|
2819
|
-
};
|
|
2820
|
-
body: VoipAddAccountResponseBody;
|
|
2821
|
-
static names(): {
|
|
2822
|
-
[key: string]: string;
|
|
2823
|
-
};
|
|
2824
|
-
static types(): {
|
|
2825
|
-
[key: string]: any;
|
|
2826
|
-
};
|
|
2827
|
-
constructor(map?: {
|
|
2828
|
-
[key: string]: any;
|
|
2829
|
-
});
|
|
2830
|
-
}
|
|
2831
|
-
export declare class VoipGetTokenRequest extends $tea.Model {
|
|
2832
|
-
deviceId?: string;
|
|
2833
|
-
isCustomAccount?: boolean;
|
|
2834
|
-
ownerId?: number;
|
|
2835
|
-
resourceOwnerAccount?: string;
|
|
2836
|
-
resourceOwnerId?: number;
|
|
2837
|
-
voipId?: string;
|
|
2838
|
-
static names(): {
|
|
2839
|
-
[key: string]: string;
|
|
2840
|
-
};
|
|
2841
|
-
static types(): {
|
|
2842
|
-
[key: string]: any;
|
|
2843
|
-
};
|
|
2844
|
-
constructor(map?: {
|
|
2845
|
-
[key: string]: any;
|
|
2846
|
-
});
|
|
2847
|
-
}
|
|
2848
|
-
export declare class VoipGetTokenResponseBody extends $tea.Model {
|
|
2849
|
-
code?: string;
|
|
2850
|
-
message?: string;
|
|
2851
|
-
module?: string;
|
|
2852
|
-
requestId?: string;
|
|
2853
|
-
static names(): {
|
|
2854
|
-
[key: string]: string;
|
|
2855
|
-
};
|
|
2856
|
-
static types(): {
|
|
2857
|
-
[key: string]: any;
|
|
2858
|
-
};
|
|
2859
|
-
constructor(map?: {
|
|
2860
|
-
[key: string]: any;
|
|
2861
|
-
});
|
|
2862
|
-
}
|
|
2863
|
-
export declare class VoipGetTokenResponse extends $tea.Model {
|
|
2864
|
-
headers: {
|
|
2865
|
-
[key: string]: string;
|
|
2866
|
-
};
|
|
2867
|
-
body: VoipGetTokenResponseBody;
|
|
2868
|
-
static names(): {
|
|
2869
|
-
[key: string]: string;
|
|
2870
|
-
};
|
|
2871
|
-
static types(): {
|
|
2872
|
-
[key: string]: any;
|
|
2873
|
-
};
|
|
2874
|
-
constructor(map?: {
|
|
2875
|
-
[key: string]: any;
|
|
2876
|
-
});
|
|
2877
|
-
}
|
|
2878
|
-
export declare class CreateSipAccountResponseBodyData extends $tea.Model {
|
|
2879
|
-
sipAccountID?: string;
|
|
2880
|
-
voipName?: string;
|
|
2881
|
-
voipPassword?: string;
|
|
2190
|
+
export declare class GetCallInfoResponseBodyData extends $tea.Model {
|
|
2191
|
+
channelId?: string;
|
|
2192
|
+
status?: string;
|
|
2882
2193
|
static names(): {
|
|
2883
2194
|
[key: string]: string;
|
|
2884
2195
|
};
|
|
@@ -2889,8 +2200,9 @@ export declare class CreateSipAccountResponseBodyData extends $tea.Model {
|
|
|
2889
2200
|
[key: string]: any;
|
|
2890
2201
|
});
|
|
2891
2202
|
}
|
|
2892
|
-
export declare class
|
|
2893
|
-
|
|
2203
|
+
export declare class GetHotlineQualificationByOrderResponseBodyData extends $tea.Model {
|
|
2204
|
+
orderId?: string;
|
|
2205
|
+
qualificationId?: string;
|
|
2894
2206
|
status?: string;
|
|
2895
2207
|
static names(): {
|
|
2896
2208
|
[key: string]: string;
|
|
@@ -2902,10 +2214,15 @@ export declare class GetCallInfoResponseBodyData extends $tea.Model {
|
|
|
2902
2214
|
[key: string]: any;
|
|
2903
2215
|
});
|
|
2904
2216
|
}
|
|
2905
|
-
export declare class
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2217
|
+
export declare class GetMqttTokenResponseBodyData extends $tea.Model {
|
|
2218
|
+
clientId?: string;
|
|
2219
|
+
expireTime?: string;
|
|
2220
|
+
host?: string;
|
|
2221
|
+
instanceId?: string;
|
|
2222
|
+
p2pTopic?: string;
|
|
2223
|
+
serverId?: string;
|
|
2224
|
+
token?: string;
|
|
2225
|
+
username?: string;
|
|
2909
2226
|
static names(): {
|
|
2910
2227
|
[key: string]: string;
|
|
2911
2228
|
};
|
|
@@ -3039,39 +2356,6 @@ export declare class ListHotlineTransferRegisterFileResponseBodyData extends $te
|
|
|
3039
2356
|
[key: string]: any;
|
|
3040
2357
|
});
|
|
3041
2358
|
}
|
|
3042
|
-
export declare class ListOutboundStrategiesResponseBodyOutboundStrategies extends $tea.Model {
|
|
3043
|
-
buId?: number;
|
|
3044
|
-
creatorId?: number;
|
|
3045
|
-
creatorName?: string;
|
|
3046
|
-
departmentId?: number;
|
|
3047
|
-
extAttr?: string;
|
|
3048
|
-
gmtCreateStr?: string;
|
|
3049
|
-
gmtModifiedStr?: string;
|
|
3050
|
-
id?: number;
|
|
3051
|
-
modifierId?: number;
|
|
3052
|
-
modifierName?: string;
|
|
3053
|
-
numType?: number;
|
|
3054
|
-
outboundNum?: string;
|
|
3055
|
-
process?: number;
|
|
3056
|
-
resourceAllocation?: number;
|
|
3057
|
-
robotId?: string;
|
|
3058
|
-
robotName?: string;
|
|
3059
|
-
robotType?: number;
|
|
3060
|
-
ruleCode?: number;
|
|
3061
|
-
sceneName?: string;
|
|
3062
|
-
status?: number;
|
|
3063
|
-
successRate?: number;
|
|
3064
|
-
name?: string;
|
|
3065
|
-
static names(): {
|
|
3066
|
-
[key: string]: string;
|
|
3067
|
-
};
|
|
3068
|
-
static types(): {
|
|
3069
|
-
[key: string]: any;
|
|
3070
|
-
};
|
|
3071
|
-
constructor(map?: {
|
|
3072
|
-
[key: string]: any;
|
|
3073
|
-
});
|
|
3074
|
-
}
|
|
3075
2359
|
export declare class QueryCallInPoolTransferConfigResponseBodyDataDetails extends $tea.Model {
|
|
3076
2360
|
called?: string;
|
|
3077
2361
|
static names(): {
|
|
@@ -3131,6 +2415,39 @@ export declare class QueryCallInTransferRecordResponseBodyData extends $tea.Mode
|
|
|
3131
2415
|
[key: string]: any;
|
|
3132
2416
|
});
|
|
3133
2417
|
}
|
|
2418
|
+
export declare class QueryVoiceFileAuditInfoResponseBodyData extends $tea.Model {
|
|
2419
|
+
auditState?: string;
|
|
2420
|
+
rejectInfo?: string;
|
|
2421
|
+
voiceCode?: string;
|
|
2422
|
+
static names(): {
|
|
2423
|
+
[key: string]: string;
|
|
2424
|
+
};
|
|
2425
|
+
static types(): {
|
|
2426
|
+
[key: string]: any;
|
|
2427
|
+
};
|
|
2428
|
+
constructor(map?: {
|
|
2429
|
+
[key: string]: any;
|
|
2430
|
+
});
|
|
2431
|
+
}
|
|
2432
|
+
export declare class RefreshMqttTokenResponseBodyData extends $tea.Model {
|
|
2433
|
+
clientId?: string;
|
|
2434
|
+
expireTime?: string;
|
|
2435
|
+
host?: string;
|
|
2436
|
+
instanceId?: string;
|
|
2437
|
+
p2pTopic?: string;
|
|
2438
|
+
serverId?: string;
|
|
2439
|
+
token?: string;
|
|
2440
|
+
username?: string;
|
|
2441
|
+
static names(): {
|
|
2442
|
+
[key: string]: string;
|
|
2443
|
+
};
|
|
2444
|
+
static types(): {
|
|
2445
|
+
[key: string]: any;
|
|
2446
|
+
};
|
|
2447
|
+
constructor(map?: {
|
|
2448
|
+
[key: string]: any;
|
|
2449
|
+
});
|
|
2450
|
+
}
|
|
3134
2451
|
export declare class SetTransferCalleePoolConfigRequestDetails extends $tea.Model {
|
|
3135
2452
|
called?: string;
|
|
3136
2453
|
caller?: string;
|
|
@@ -3169,38 +2486,24 @@ export default class Client extends OpenApi {
|
|
|
3169
2486
|
addVirtualNumberRelation(request: AddVirtualNumberRelationRequest): Promise<AddVirtualNumberRelationResponse>;
|
|
3170
2487
|
batchRobotSmartCallWithOptions(request: BatchRobotSmartCallRequest, runtime: $Util.RuntimeOptions): Promise<BatchRobotSmartCallResponse>;
|
|
3171
2488
|
batchRobotSmartCall(request: BatchRobotSmartCallRequest): Promise<BatchRobotSmartCallResponse>;
|
|
3172
|
-
bindNumberAndVoipIdWithOptions(request: BindNumberAndVoipIdRequest, runtime: $Util.RuntimeOptions): Promise<BindNumberAndVoipIdResponse>;
|
|
3173
|
-
bindNumberAndVoipId(request: BindNumberAndVoipIdRequest): Promise<BindNumberAndVoipIdResponse>;
|
|
3174
|
-
cancelCallWithOptions(request: CancelCallRequest, runtime: $Util.RuntimeOptions): Promise<CancelCallResponse>;
|
|
3175
|
-
cancelCall(request: CancelCallRequest): Promise<CancelCallResponse>;
|
|
3176
2489
|
cancelOrderRobotTaskWithOptions(request: CancelOrderRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CancelOrderRobotTaskResponse>;
|
|
3177
2490
|
cancelOrderRobotTask(request: CancelOrderRobotTaskRequest): Promise<CancelOrderRobotTaskResponse>;
|
|
3178
2491
|
cancelRobotTaskWithOptions(request: CancelRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CancelRobotTaskResponse>;
|
|
3179
2492
|
cancelRobotTask(request: CancelRobotTaskRequest): Promise<CancelRobotTaskResponse>;
|
|
3180
|
-
clickToDialWithOptions(request: ClickToDialRequest, runtime: $Util.RuntimeOptions): Promise<ClickToDialResponse>;
|
|
3181
|
-
clickToDial(request: ClickToDialRequest): Promise<ClickToDialResponse>;
|
|
3182
|
-
closeSipAccountWithOptions(request: CloseSipAccountRequest, runtime: $Util.RuntimeOptions): Promise<CloseSipAccountResponse>;
|
|
3183
|
-
closeSipAccount(request: CloseSipAccountRequest): Promise<CloseSipAccountResponse>;
|
|
3184
2493
|
createCallTaskWithOptions(request: CreateCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateCallTaskResponse>;
|
|
3185
2494
|
createCallTask(request: CreateCallTaskRequest): Promise<CreateCallTaskResponse>;
|
|
3186
2495
|
createRobotTaskWithOptions(request: CreateRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateRobotTaskResponse>;
|
|
3187
2496
|
createRobotTask(request: CreateRobotTaskRequest): Promise<CreateRobotTaskResponse>;
|
|
3188
|
-
createSipAccountWithOptions(request: CreateSipAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateSipAccountResponse>;
|
|
3189
|
-
createSipAccount(request: CreateSipAccountRequest): Promise<CreateSipAccountResponse>;
|
|
3190
2497
|
deleteRobotTaskWithOptions(request: DeleteRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRobotTaskResponse>;
|
|
3191
2498
|
deleteRobotTask(request: DeleteRobotTaskRequest): Promise<DeleteRobotTaskResponse>;
|
|
3192
|
-
describeRecordDataWithOptions(request: DescribeRecordDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRecordDataResponse>;
|
|
3193
|
-
describeRecordData(request: DescribeRecordDataRequest): Promise<DescribeRecordDataResponse>;
|
|
3194
|
-
doRtcNumberAuthWithOptions(request: DoRtcNumberAuthRequest, runtime: $Util.RuntimeOptions): Promise<DoRtcNumberAuthResponse>;
|
|
3195
|
-
doRtcNumberAuth(request: DoRtcNumberAuthRequest): Promise<DoRtcNumberAuthResponse>;
|
|
3196
|
-
doubleCallSeatWithOptions(request: DoubleCallSeatRequest, runtime: $Util.RuntimeOptions): Promise<DoubleCallSeatResponse>;
|
|
3197
|
-
doubleCallSeat(request: DoubleCallSeatRequest): Promise<DoubleCallSeatResponse>;
|
|
3198
2499
|
executeCallTaskWithOptions(request: ExecuteCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<ExecuteCallTaskResponse>;
|
|
3199
2500
|
executeCallTask(request: ExecuteCallTaskRequest): Promise<ExecuteCallTaskResponse>;
|
|
3200
2501
|
getCallInfoWithOptions(request: GetCallInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetCallInfoResponse>;
|
|
3201
2502
|
getCallInfo(request: GetCallInfoRequest): Promise<GetCallInfoResponse>;
|
|
3202
2503
|
getHotlineQualificationByOrderWithOptions(request: GetHotlineQualificationByOrderRequest, runtime: $Util.RuntimeOptions): Promise<GetHotlineQualificationByOrderResponse>;
|
|
3203
2504
|
getHotlineQualificationByOrder(request: GetHotlineQualificationByOrderRequest): Promise<GetHotlineQualificationByOrderResponse>;
|
|
2505
|
+
getMqttTokenWithOptions(request: GetMqttTokenRequest, runtime: $Util.RuntimeOptions): Promise<GetMqttTokenResponse>;
|
|
2506
|
+
getMqttToken(request: GetMqttTokenRequest): Promise<GetMqttTokenResponse>;
|
|
3204
2507
|
getRtcTokenWithOptions(request: GetRtcTokenRequest, runtime: $Util.RuntimeOptions): Promise<GetRtcTokenResponse>;
|
|
3205
2508
|
getRtcToken(request: GetRtcTokenRequest): Promise<GetRtcTokenResponse>;
|
|
3206
2509
|
getTokenWithOptions(request: GetTokenRequest, runtime: $Util.RuntimeOptions): Promise<GetTokenResponse>;
|
|
@@ -3215,12 +2518,6 @@ export default class Client extends OpenApi {
|
|
|
3215
2518
|
listHotlineTransferNumber(request: ListHotlineTransferNumberRequest): Promise<ListHotlineTransferNumberResponse>;
|
|
3216
2519
|
listHotlineTransferRegisterFileWithOptions(request: ListHotlineTransferRegisterFileRequest, runtime: $Util.RuntimeOptions): Promise<ListHotlineTransferRegisterFileResponse>;
|
|
3217
2520
|
listHotlineTransferRegisterFile(request: ListHotlineTransferRegisterFileRequest): Promise<ListHotlineTransferRegisterFileResponse>;
|
|
3218
|
-
listOrderedNumbersWithOptions(request: ListOrderedNumbersRequest, runtime: $Util.RuntimeOptions): Promise<ListOrderedNumbersResponse>;
|
|
3219
|
-
listOrderedNumbers(request: ListOrderedNumbersRequest): Promise<ListOrderedNumbersResponse>;
|
|
3220
|
-
listOutboundStrategiesWithOptions(request: ListOutboundStrategiesRequest, runtime: $Util.RuntimeOptions): Promise<ListOutboundStrategiesResponse>;
|
|
3221
|
-
listOutboundStrategies(request: ListOutboundStrategiesRequest): Promise<ListOutboundStrategiesResponse>;
|
|
3222
|
-
listRobotTaskCallsWithOptions(request: ListRobotTaskCallsRequest, runtime: $Util.RuntimeOptions): Promise<ListRobotTaskCallsResponse>;
|
|
3223
|
-
listRobotTaskCalls(request: ListRobotTaskCallsRequest): Promise<ListRobotTaskCallsResponse>;
|
|
3224
2521
|
queryCallDetailByCallIdWithOptions(request: QueryCallDetailByCallIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallDetailByCallIdResponse>;
|
|
3225
2522
|
queryCallDetailByCallId(request: QueryCallDetailByCallIdRequest): Promise<QueryCallDetailByCallIdResponse>;
|
|
3226
2523
|
queryCallDetailByTaskIdWithOptions(request: QueryCallDetailByTaskIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallDetailByTaskIdResponse>;
|
|
@@ -3241,16 +2538,16 @@ export default class Client extends OpenApi {
|
|
|
3241
2538
|
queryRobotTaskList(request: QueryRobotTaskListRequest): Promise<QueryRobotTaskListResponse>;
|
|
3242
2539
|
queryRobotv2AllListWithOptions(request: QueryRobotv2AllListRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotv2AllListResponse>;
|
|
3243
2540
|
queryRobotv2AllList(request: QueryRobotv2AllListRequest): Promise<QueryRobotv2AllListResponse>;
|
|
3244
|
-
queryRtcNumberAuthStatusWithOptions(request: QueryRtcNumberAuthStatusRequest, runtime: $Util.RuntimeOptions): Promise<QueryRtcNumberAuthStatusResponse>;
|
|
3245
|
-
queryRtcNumberAuthStatus(request: QueryRtcNumberAuthStatusRequest): Promise<QueryRtcNumberAuthStatusResponse>;
|
|
3246
2541
|
queryVirtualNumberWithOptions(request: QueryVirtualNumberRequest, runtime: $Util.RuntimeOptions): Promise<QueryVirtualNumberResponse>;
|
|
3247
2542
|
queryVirtualNumber(request: QueryVirtualNumberRequest): Promise<QueryVirtualNumberResponse>;
|
|
3248
2543
|
queryVirtualNumberRelationWithOptions(request: QueryVirtualNumberRelationRequest, runtime: $Util.RuntimeOptions): Promise<QueryVirtualNumberRelationResponse>;
|
|
3249
2544
|
queryVirtualNumberRelation(request: QueryVirtualNumberRelationRequest): Promise<QueryVirtualNumberRelationResponse>;
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
2545
|
+
queryVoiceFileAuditInfoWithOptions(request: QueryVoiceFileAuditInfoRequest, runtime: $Util.RuntimeOptions): Promise<QueryVoiceFileAuditInfoResponse>;
|
|
2546
|
+
queryVoiceFileAuditInfo(request: QueryVoiceFileAuditInfoRequest): Promise<QueryVoiceFileAuditInfoResponse>;
|
|
2547
|
+
recoverCallInConfigWithOptions(request: RecoverCallInConfigRequest, runtime: $Util.RuntimeOptions): Promise<RecoverCallInConfigResponse>;
|
|
2548
|
+
recoverCallInConfig(request: RecoverCallInConfigRequest): Promise<RecoverCallInConfigResponse>;
|
|
2549
|
+
refreshMqttTokenWithOptions(request: RefreshMqttTokenRequest, runtime: $Util.RuntimeOptions): Promise<RefreshMqttTokenResponse>;
|
|
2550
|
+
refreshMqttToken(request: RefreshMqttTokenRequest): Promise<RefreshMqttTokenResponse>;
|
|
3254
2551
|
sendVerificationWithOptions(request: SendVerificationRequest, runtime: $Util.RuntimeOptions): Promise<SendVerificationResponse>;
|
|
3255
2552
|
sendVerification(request: SendVerificationRequest): Promise<SendVerificationResponse>;
|
|
3256
2553
|
setTransferCalleePoolConfigWithOptions(request: SetTransferCalleePoolConfigRequest, runtime: $Util.RuntimeOptions): Promise<SetTransferCalleePoolConfigResponse>;
|
|
@@ -3263,22 +2560,14 @@ export default class Client extends OpenApi {
|
|
|
3263
2560
|
smartCall(request: SmartCallRequest): Promise<SmartCallResponse>;
|
|
3264
2561
|
smartCallOperateWithOptions(request: SmartCallOperateRequest, runtime: $Util.RuntimeOptions): Promise<SmartCallOperateResponse>;
|
|
3265
2562
|
smartCallOperate(request: SmartCallOperateRequest): Promise<SmartCallOperateResponse>;
|
|
3266
|
-
startMicroOutboundWithOptions(request: StartMicroOutboundRequest, runtime: $Util.RuntimeOptions): Promise<StartMicroOutboundResponse>;
|
|
3267
|
-
startMicroOutbound(request: StartMicroOutboundRequest): Promise<StartMicroOutboundResponse>;
|
|
3268
2563
|
startRobotTaskWithOptions(request: StartRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<StartRobotTaskResponse>;
|
|
3269
2564
|
startRobotTask(request: StartRobotTaskRequest): Promise<StartRobotTaskResponse>;
|
|
2565
|
+
stopCallInConfigWithOptions(request: StopCallInConfigRequest, runtime: $Util.RuntimeOptions): Promise<StopCallInConfigResponse>;
|
|
2566
|
+
stopCallInConfig(request: StopCallInConfigRequest): Promise<StopCallInConfigResponse>;
|
|
3270
2567
|
stopRobotTaskWithOptions(request: StopRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<StopRobotTaskResponse>;
|
|
3271
2568
|
stopRobotTask(request: StopRobotTaskRequest): Promise<StopRobotTaskResponse>;
|
|
3272
2569
|
submitHotlineTransferRegisterWithOptions(request: SubmitHotlineTransferRegisterRequest, runtime: $Util.RuntimeOptions): Promise<SubmitHotlineTransferRegisterResponse>;
|
|
3273
2570
|
submitHotlineTransferRegister(request: SubmitHotlineTransferRegisterRequest): Promise<SubmitHotlineTransferRegisterResponse>;
|
|
3274
|
-
unbindNumberAndVoipIdWithOptions(request: UnbindNumberAndVoipIdRequest, runtime: $Util.RuntimeOptions): Promise<UnbindNumberAndVoipIdResponse>;
|
|
3275
|
-
unbindNumberAndVoipId(request: UnbindNumberAndVoipIdRequest): Promise<UnbindNumberAndVoipIdResponse>;
|
|
3276
|
-
undoRtcNumberAuthWithOptions(request: UndoRtcNumberAuthRequest, runtime: $Util.RuntimeOptions): Promise<UndoRtcNumberAuthResponse>;
|
|
3277
|
-
undoRtcNumberAuth(request: UndoRtcNumberAuthRequest): Promise<UndoRtcNumberAuthResponse>;
|
|
3278
2571
|
uploadRobotTaskCalledFileWithOptions(request: UploadRobotTaskCalledFileRequest, runtime: $Util.RuntimeOptions): Promise<UploadRobotTaskCalledFileResponse>;
|
|
3279
2572
|
uploadRobotTaskCalledFile(request: UploadRobotTaskCalledFileRequest): Promise<UploadRobotTaskCalledFileResponse>;
|
|
3280
|
-
voipAddAccountWithOptions(request: VoipAddAccountRequest, runtime: $Util.RuntimeOptions): Promise<VoipAddAccountResponse>;
|
|
3281
|
-
voipAddAccount(request: VoipAddAccountRequest): Promise<VoipAddAccountResponse>;
|
|
3282
|
-
voipGetTokenWithOptions(request: VoipGetTokenRequest, runtime: $Util.RuntimeOptions): Promise<VoipGetTokenResponse>;
|
|
3283
|
-
voipGetToken(request: VoipGetTokenRequest): Promise<VoipGetTokenResponse>;
|
|
3284
2573
|
}
|