@alicloud/dyvmsapi20170525 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +71 -836
- package/dist/client.js +1196 -1502
- package/dist/client.js.map +1 -1
- package/package.json +4 -3
- package/src/client.ts +1599 -2235
package/dist/client.d.ts
CHANGED
|
@@ -153,52 +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
156
|
export declare class CancelCallRequest extends $tea.Model {
|
|
203
157
|
callId?: string;
|
|
204
158
|
ownerId?: number;
|
|
@@ -387,52 +341,6 @@ export declare class ClickToDialResponse extends $tea.Model {
|
|
|
387
341
|
[key: string]: any;
|
|
388
342
|
});
|
|
389
343
|
}
|
|
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
344
|
export declare class CreateCallTaskRequest extends $tea.Model {
|
|
437
345
|
bizType?: string;
|
|
438
346
|
data?: string;
|
|
@@ -541,52 +449,6 @@ export declare class CreateRobotTaskResponse extends $tea.Model {
|
|
|
541
449
|
[key: string]: any;
|
|
542
450
|
});
|
|
543
451
|
}
|
|
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
452
|
export declare class DeleteRobotTaskRequest extends $tea.Model {
|
|
591
453
|
ownerId?: number;
|
|
592
454
|
resourceOwnerAccount?: string;
|
|
@@ -632,62 +494,13 @@ export declare class DeleteRobotTaskResponse extends $tea.Model {
|
|
|
632
494
|
[key: string]: any;
|
|
633
495
|
});
|
|
634
496
|
}
|
|
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 {
|
|
497
|
+
export declare class ExecuteCallTaskRequest extends $tea.Model {
|
|
498
|
+
fireTime?: string;
|
|
687
499
|
ownerId?: number;
|
|
688
|
-
phoneNumber?: string;
|
|
689
500
|
resourceOwnerAccount?: string;
|
|
690
501
|
resourceOwnerId?: number;
|
|
502
|
+
status?: string;
|
|
503
|
+
taskId?: number;
|
|
691
504
|
static names(): {
|
|
692
505
|
[key: string]: string;
|
|
693
506
|
};
|
|
@@ -698,10 +511,9 @@ export declare class DoRtcNumberAuthRequest extends $tea.Model {
|
|
|
698
511
|
[key: string]: any;
|
|
699
512
|
});
|
|
700
513
|
}
|
|
701
|
-
export declare class
|
|
514
|
+
export declare class ExecuteCallTaskResponseBody extends $tea.Model {
|
|
702
515
|
code?: string;
|
|
703
|
-
|
|
704
|
-
module?: string;
|
|
516
|
+
data?: boolean;
|
|
705
517
|
requestId?: string;
|
|
706
518
|
static names(): {
|
|
707
519
|
[key: string]: string;
|
|
@@ -713,11 +525,11 @@ export declare class DoRtcNumberAuthResponseBody extends $tea.Model {
|
|
|
713
525
|
[key: string]: any;
|
|
714
526
|
});
|
|
715
527
|
}
|
|
716
|
-
export declare class
|
|
528
|
+
export declare class ExecuteCallTaskResponse extends $tea.Model {
|
|
717
529
|
headers: {
|
|
718
530
|
[key: string]: string;
|
|
719
531
|
};
|
|
720
|
-
body:
|
|
532
|
+
body: ExecuteCallTaskResponseBody;
|
|
721
533
|
static names(): {
|
|
722
534
|
[key: string]: string;
|
|
723
535
|
};
|
|
@@ -728,22 +540,11 @@ export declare class DoRtcNumberAuthResponse extends $tea.Model {
|
|
|
728
540
|
[key: string]: any;
|
|
729
541
|
});
|
|
730
542
|
}
|
|
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;
|
|
543
|
+
export declare class GetCallInfoRequest extends $tea.Model {
|
|
740
544
|
ownerId?: number;
|
|
741
|
-
recordFlag?: boolean;
|
|
742
|
-
recordPoint?: number;
|
|
743
545
|
resourceOwnerAccount?: string;
|
|
744
546
|
resourceOwnerId?: number;
|
|
745
|
-
|
|
746
|
-
voiceCode?: string;
|
|
547
|
+
rtcId?: string;
|
|
747
548
|
static names(): {
|
|
748
549
|
[key: string]: string;
|
|
749
550
|
};
|
|
@@ -754,9 +555,9 @@ export declare class DoubleCallSeatRequest extends $tea.Model {
|
|
|
754
555
|
[key: string]: any;
|
|
755
556
|
});
|
|
756
557
|
}
|
|
757
|
-
export declare class
|
|
758
|
-
callId?: string;
|
|
558
|
+
export declare class GetCallInfoResponseBody extends $tea.Model {
|
|
759
559
|
code?: string;
|
|
560
|
+
data?: GetCallInfoResponseBodyData;
|
|
760
561
|
message?: string;
|
|
761
562
|
requestId?: string;
|
|
762
563
|
static names(): {
|
|
@@ -769,57 +570,11 @@ export declare class DoubleCallSeatResponseBody extends $tea.Model {
|
|
|
769
570
|
[key: string]: any;
|
|
770
571
|
});
|
|
771
572
|
}
|
|
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 {
|
|
573
|
+
export declare class GetCallInfoResponse extends $tea.Model {
|
|
819
574
|
headers: {
|
|
820
575
|
[key: string]: string;
|
|
821
576
|
};
|
|
822
|
-
body:
|
|
577
|
+
body: GetCallInfoResponseBody;
|
|
823
578
|
static names(): {
|
|
824
579
|
[key: string]: string;
|
|
825
580
|
};
|
|
@@ -830,11 +585,11 @@ export declare class ExecuteCallTaskResponse extends $tea.Model {
|
|
|
830
585
|
[key: string]: any;
|
|
831
586
|
});
|
|
832
587
|
}
|
|
833
|
-
export declare class
|
|
588
|
+
export declare class GetHotlineQualificationByOrderRequest extends $tea.Model {
|
|
589
|
+
orderId?: string;
|
|
834
590
|
ownerId?: number;
|
|
835
591
|
resourceOwnerAccount?: string;
|
|
836
592
|
resourceOwnerId?: number;
|
|
837
|
-
rtcId?: string;
|
|
838
593
|
static names(): {
|
|
839
594
|
[key: string]: string;
|
|
840
595
|
};
|
|
@@ -845,9 +600,9 @@ export declare class GetCallInfoRequest extends $tea.Model {
|
|
|
845
600
|
[key: string]: any;
|
|
846
601
|
});
|
|
847
602
|
}
|
|
848
|
-
export declare class
|
|
603
|
+
export declare class GetHotlineQualificationByOrderResponseBody extends $tea.Model {
|
|
849
604
|
code?: string;
|
|
850
|
-
data?:
|
|
605
|
+
data?: GetHotlineQualificationByOrderResponseBodyData;
|
|
851
606
|
message?: string;
|
|
852
607
|
requestId?: string;
|
|
853
608
|
static names(): {
|
|
@@ -860,11 +615,11 @@ export declare class GetCallInfoResponseBody extends $tea.Model {
|
|
|
860
615
|
[key: string]: any;
|
|
861
616
|
});
|
|
862
617
|
}
|
|
863
|
-
export declare class
|
|
618
|
+
export declare class GetHotlineQualificationByOrderResponse extends $tea.Model {
|
|
864
619
|
headers: {
|
|
865
620
|
[key: string]: string;
|
|
866
621
|
};
|
|
867
|
-
body:
|
|
622
|
+
body: GetHotlineQualificationByOrderResponseBody;
|
|
868
623
|
static names(): {
|
|
869
624
|
[key: string]: string;
|
|
870
625
|
};
|
|
@@ -875,8 +630,7 @@ export declare class GetCallInfoResponse extends $tea.Model {
|
|
|
875
630
|
[key: string]: any;
|
|
876
631
|
});
|
|
877
632
|
}
|
|
878
|
-
export declare class
|
|
879
|
-
orderId?: string;
|
|
633
|
+
export declare class GetMqttTokenRequest extends $tea.Model {
|
|
880
634
|
ownerId?: number;
|
|
881
635
|
resourceOwnerAccount?: string;
|
|
882
636
|
resourceOwnerId?: number;
|
|
@@ -890,9 +644,9 @@ export declare class GetHotlineQualificationByOrderRequest extends $tea.Model {
|
|
|
890
644
|
[key: string]: any;
|
|
891
645
|
});
|
|
892
646
|
}
|
|
893
|
-
export declare class
|
|
647
|
+
export declare class GetMqttTokenResponseBody extends $tea.Model {
|
|
894
648
|
code?: string;
|
|
895
|
-
data?:
|
|
649
|
+
data?: GetMqttTokenResponseBodyData;
|
|
896
650
|
message?: string;
|
|
897
651
|
requestId?: string;
|
|
898
652
|
static names(): {
|
|
@@ -905,11 +659,11 @@ export declare class GetHotlineQualificationByOrderResponseBody extends $tea.Mod
|
|
|
905
659
|
[key: string]: any;
|
|
906
660
|
});
|
|
907
661
|
}
|
|
908
|
-
export declare class
|
|
662
|
+
export declare class GetMqttTokenResponse extends $tea.Model {
|
|
909
663
|
headers: {
|
|
910
664
|
[key: string]: string;
|
|
911
665
|
};
|
|
912
|
-
body:
|
|
666
|
+
body: GetMqttTokenResponseBody;
|
|
913
667
|
static names(): {
|
|
914
668
|
[key: string]: string;
|
|
915
669
|
};
|
|
@@ -1268,157 +1022,8 @@ export declare class ListHotlineTransferRegisterFileResponse extends $tea.Model
|
|
|
1268
1022
|
[key: string]: any;
|
|
1269
1023
|
});
|
|
1270
1024
|
}
|
|
1271
|
-
export declare class
|
|
1272
|
-
|
|
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
|
-
export declare class QueryCallDetailByCallIdRequest extends $tea.Model {
|
|
1421
|
-
callId?: string;
|
|
1025
|
+
export declare class QueryCallDetailByCallIdRequest extends $tea.Model {
|
|
1026
|
+
callId?: string;
|
|
1422
1027
|
ownerId?: number;
|
|
1423
1028
|
prodId?: number;
|
|
1424
1029
|
queryDate?: number;
|
|
@@ -1892,51 +1497,6 @@ export declare class QueryRobotv2AllListResponse extends $tea.Model {
|
|
|
1892
1497
|
[key: string]: any;
|
|
1893
1498
|
});
|
|
1894
1499
|
}
|
|
1895
|
-
export declare class QueryRtcNumberAuthStatusRequest extends $tea.Model {
|
|
1896
|
-
ownerId?: number;
|
|
1897
|
-
phoneNumber?: string;
|
|
1898
|
-
resourceOwnerAccount?: string;
|
|
1899
|
-
resourceOwnerId?: number;
|
|
1900
|
-
static names(): {
|
|
1901
|
-
[key: string]: string;
|
|
1902
|
-
};
|
|
1903
|
-
static types(): {
|
|
1904
|
-
[key: string]: any;
|
|
1905
|
-
};
|
|
1906
|
-
constructor(map?: {
|
|
1907
|
-
[key: string]: any;
|
|
1908
|
-
});
|
|
1909
|
-
}
|
|
1910
|
-
export declare class QueryRtcNumberAuthStatusResponseBody extends $tea.Model {
|
|
1911
|
-
code?: string;
|
|
1912
|
-
message?: string;
|
|
1913
|
-
module?: string;
|
|
1914
|
-
requestId?: string;
|
|
1915
|
-
static names(): {
|
|
1916
|
-
[key: string]: string;
|
|
1917
|
-
};
|
|
1918
|
-
static types(): {
|
|
1919
|
-
[key: string]: any;
|
|
1920
|
-
};
|
|
1921
|
-
constructor(map?: {
|
|
1922
|
-
[key: string]: any;
|
|
1923
|
-
});
|
|
1924
|
-
}
|
|
1925
|
-
export declare class QueryRtcNumberAuthStatusResponse extends $tea.Model {
|
|
1926
|
-
headers: {
|
|
1927
|
-
[key: string]: string;
|
|
1928
|
-
};
|
|
1929
|
-
body: QueryRtcNumberAuthStatusResponseBody;
|
|
1930
|
-
static names(): {
|
|
1931
|
-
[key: string]: string;
|
|
1932
|
-
};
|
|
1933
|
-
static types(): {
|
|
1934
|
-
[key: string]: any;
|
|
1935
|
-
};
|
|
1936
|
-
constructor(map?: {
|
|
1937
|
-
[key: string]: any;
|
|
1938
|
-
});
|
|
1939
|
-
}
|
|
1940
1500
|
export declare class QueryVirtualNumberRequest extends $tea.Model {
|
|
1941
1501
|
ownerId?: number;
|
|
1942
1502
|
pageNo?: number;
|
|
@@ -2036,12 +1596,11 @@ export declare class QueryVirtualNumberRelationResponse extends $tea.Model {
|
|
|
2036
1596
|
[key: string]: any;
|
|
2037
1597
|
});
|
|
2038
1598
|
}
|
|
2039
|
-
export declare class
|
|
1599
|
+
export declare class RefreshMqttTokenRequest extends $tea.Model {
|
|
1600
|
+
clientId?: string;
|
|
2040
1601
|
ownerId?: number;
|
|
2041
|
-
phoneNumber?: string;
|
|
2042
1602
|
resourceOwnerAccount?: string;
|
|
2043
1603
|
resourceOwnerId?: number;
|
|
2044
|
-
voipId?: string;
|
|
2045
1604
|
static names(): {
|
|
2046
1605
|
[key: string]: string;
|
|
2047
1606
|
};
|
|
@@ -2052,10 +1611,10 @@ export declare class QueryVoipNumberBindInfosRequest extends $tea.Model {
|
|
|
2052
1611
|
[key: string]: any;
|
|
2053
1612
|
});
|
|
2054
1613
|
}
|
|
2055
|
-
export declare class
|
|
1614
|
+
export declare class RefreshMqttTokenResponseBody extends $tea.Model {
|
|
2056
1615
|
code?: string;
|
|
1616
|
+
data?: RefreshMqttTokenResponseBodyData;
|
|
2057
1617
|
message?: string;
|
|
2058
|
-
module?: string;
|
|
2059
1618
|
requestId?: string;
|
|
2060
1619
|
static names(): {
|
|
2061
1620
|
[key: string]: string;
|
|
@@ -2067,59 +1626,11 @@ export declare class QueryVoipNumberBindInfosResponseBody extends $tea.Model {
|
|
|
2067
1626
|
[key: string]: any;
|
|
2068
1627
|
});
|
|
2069
1628
|
}
|
|
2070
|
-
export declare class
|
|
1629
|
+
export declare class RefreshMqttTokenResponse extends $tea.Model {
|
|
2071
1630
|
headers: {
|
|
2072
1631
|
[key: string]: string;
|
|
2073
1632
|
};
|
|
2074
|
-
body:
|
|
2075
|
-
static names(): {
|
|
2076
|
-
[key: string]: string;
|
|
2077
|
-
};
|
|
2078
|
-
static types(): {
|
|
2079
|
-
[key: string]: any;
|
|
2080
|
-
};
|
|
2081
|
-
constructor(map?: {
|
|
2082
|
-
[key: string]: any;
|
|
2083
|
-
});
|
|
2084
|
-
}
|
|
2085
|
-
export declare class ReportVoipProblemsRequest extends $tea.Model {
|
|
2086
|
-
channelId?: string;
|
|
2087
|
-
desc?: string;
|
|
2088
|
-
ownerId?: number;
|
|
2089
|
-
resourceOwnerAccount?: string;
|
|
2090
|
-
resourceOwnerId?: number;
|
|
2091
|
-
title?: string;
|
|
2092
|
-
voipId?: string;
|
|
2093
|
-
static names(): {
|
|
2094
|
-
[key: string]: string;
|
|
2095
|
-
};
|
|
2096
|
-
static types(): {
|
|
2097
|
-
[key: string]: any;
|
|
2098
|
-
};
|
|
2099
|
-
constructor(map?: {
|
|
2100
|
-
[key: string]: any;
|
|
2101
|
-
});
|
|
2102
|
-
}
|
|
2103
|
-
export declare class ReportVoipProblemsResponseBody extends $tea.Model {
|
|
2104
|
-
code?: string;
|
|
2105
|
-
message?: string;
|
|
2106
|
-
module?: string;
|
|
2107
|
-
requestId?: string;
|
|
2108
|
-
static names(): {
|
|
2109
|
-
[key: string]: string;
|
|
2110
|
-
};
|
|
2111
|
-
static types(): {
|
|
2112
|
-
[key: string]: any;
|
|
2113
|
-
};
|
|
2114
|
-
constructor(map?: {
|
|
2115
|
-
[key: string]: any;
|
|
2116
|
-
});
|
|
2117
|
-
}
|
|
2118
|
-
export declare class ReportVoipProblemsResponse extends $tea.Model {
|
|
2119
|
-
headers: {
|
|
2120
|
-
[key: string]: string;
|
|
2121
|
-
};
|
|
2122
|
-
body: ReportVoipProblemsResponseBody;
|
|
1633
|
+
body: RefreshMqttTokenResponseBody;
|
|
2123
1634
|
static names(): {
|
|
2124
1635
|
[key: string]: string;
|
|
2125
1636
|
};
|
|
@@ -2445,60 +1956,6 @@ export declare class SmartCallOperateResponse extends $tea.Model {
|
|
|
2445
1956
|
[key: string]: any;
|
|
2446
1957
|
});
|
|
2447
1958
|
}
|
|
2448
|
-
export declare class StartMicroOutboundRequest extends $tea.Model {
|
|
2449
|
-
accountId?: string;
|
|
2450
|
-
accountType?: string;
|
|
2451
|
-
appName?: string;
|
|
2452
|
-
calledNumber?: string;
|
|
2453
|
-
callingNumber?: string;
|
|
2454
|
-
commandCode?: string;
|
|
2455
|
-
extInfo?: string;
|
|
2456
|
-
ownerId?: number;
|
|
2457
|
-
prodCode?: string;
|
|
2458
|
-
resourceOwnerAccount?: string;
|
|
2459
|
-
resourceOwnerId?: number;
|
|
2460
|
-
static names(): {
|
|
2461
|
-
[key: string]: string;
|
|
2462
|
-
};
|
|
2463
|
-
static types(): {
|
|
2464
|
-
[key: string]: any;
|
|
2465
|
-
};
|
|
2466
|
-
constructor(map?: {
|
|
2467
|
-
[key: string]: any;
|
|
2468
|
-
});
|
|
2469
|
-
}
|
|
2470
|
-
export declare class StartMicroOutboundResponseBody extends $tea.Model {
|
|
2471
|
-
code?: string;
|
|
2472
|
-
customerInfo?: string;
|
|
2473
|
-
invokeCmdId?: string;
|
|
2474
|
-
invokeCreateTime?: string;
|
|
2475
|
-
message?: string;
|
|
2476
|
-
requestId?: string;
|
|
2477
|
-
static names(): {
|
|
2478
|
-
[key: string]: string;
|
|
2479
|
-
};
|
|
2480
|
-
static types(): {
|
|
2481
|
-
[key: string]: any;
|
|
2482
|
-
};
|
|
2483
|
-
constructor(map?: {
|
|
2484
|
-
[key: string]: any;
|
|
2485
|
-
});
|
|
2486
|
-
}
|
|
2487
|
-
export declare class StartMicroOutboundResponse extends $tea.Model {
|
|
2488
|
-
headers: {
|
|
2489
|
-
[key: string]: string;
|
|
2490
|
-
};
|
|
2491
|
-
body: StartMicroOutboundResponseBody;
|
|
2492
|
-
static names(): {
|
|
2493
|
-
[key: string]: string;
|
|
2494
|
-
};
|
|
2495
|
-
static types(): {
|
|
2496
|
-
[key: string]: any;
|
|
2497
|
-
};
|
|
2498
|
-
constructor(map?: {
|
|
2499
|
-
[key: string]: any;
|
|
2500
|
-
});
|
|
2501
|
-
}
|
|
2502
1959
|
export declare class StartRobotTaskRequest extends $tea.Model {
|
|
2503
1960
|
ownerId?: number;
|
|
2504
1961
|
resourceOwnerAccount?: string;
|
|
@@ -2644,97 +2101,6 @@ export declare class SubmitHotlineTransferRegisterResponse extends $tea.Model {
|
|
|
2644
2101
|
[key: string]: any;
|
|
2645
2102
|
});
|
|
2646
2103
|
}
|
|
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
2104
|
export declare class UploadRobotTaskCalledFileRequest extends $tea.Model {
|
|
2739
2105
|
calledNumber?: string;
|
|
2740
2106
|
id?: number;
|
|
@@ -2783,102 +2149,9 @@ export declare class UploadRobotTaskCalledFileResponse extends $tea.Model {
|
|
|
2783
2149
|
[key: string]: any;
|
|
2784
2150
|
});
|
|
2785
2151
|
}
|
|
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;
|
|
2152
|
+
export declare class GetCallInfoResponseBodyData extends $tea.Model {
|
|
2153
|
+
channelId?: string;
|
|
2154
|
+
status?: string;
|
|
2882
2155
|
static names(): {
|
|
2883
2156
|
[key: string]: string;
|
|
2884
2157
|
};
|
|
@@ -2889,8 +2162,9 @@ export declare class CreateSipAccountResponseBodyData extends $tea.Model {
|
|
|
2889
2162
|
[key: string]: any;
|
|
2890
2163
|
});
|
|
2891
2164
|
}
|
|
2892
|
-
export declare class
|
|
2893
|
-
|
|
2165
|
+
export declare class GetHotlineQualificationByOrderResponseBodyData extends $tea.Model {
|
|
2166
|
+
orderId?: string;
|
|
2167
|
+
qualificationId?: string;
|
|
2894
2168
|
status?: string;
|
|
2895
2169
|
static names(): {
|
|
2896
2170
|
[key: string]: string;
|
|
@@ -2902,10 +2176,15 @@ export declare class GetCallInfoResponseBodyData extends $tea.Model {
|
|
|
2902
2176
|
[key: string]: any;
|
|
2903
2177
|
});
|
|
2904
2178
|
}
|
|
2905
|
-
export declare class
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2179
|
+
export declare class GetMqttTokenResponseBodyData extends $tea.Model {
|
|
2180
|
+
clientId?: string;
|
|
2181
|
+
expireTime?: string;
|
|
2182
|
+
host?: string;
|
|
2183
|
+
instanceId?: string;
|
|
2184
|
+
p2pTopic?: string;
|
|
2185
|
+
serverId?: string;
|
|
2186
|
+
token?: string;
|
|
2187
|
+
username?: string;
|
|
2909
2188
|
static names(): {
|
|
2910
2189
|
[key: string]: string;
|
|
2911
2190
|
};
|
|
@@ -3039,39 +2318,6 @@ export declare class ListHotlineTransferRegisterFileResponseBodyData extends $te
|
|
|
3039
2318
|
[key: string]: any;
|
|
3040
2319
|
});
|
|
3041
2320
|
}
|
|
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
2321
|
export declare class QueryCallInPoolTransferConfigResponseBodyDataDetails extends $tea.Model {
|
|
3076
2322
|
called?: string;
|
|
3077
2323
|
static names(): {
|
|
@@ -3131,6 +2377,25 @@ export declare class QueryCallInTransferRecordResponseBodyData extends $tea.Mode
|
|
|
3131
2377
|
[key: string]: any;
|
|
3132
2378
|
});
|
|
3133
2379
|
}
|
|
2380
|
+
export declare class RefreshMqttTokenResponseBodyData extends $tea.Model {
|
|
2381
|
+
clientId?: string;
|
|
2382
|
+
expireTime?: string;
|
|
2383
|
+
host?: string;
|
|
2384
|
+
instanceId?: string;
|
|
2385
|
+
p2pTopic?: string;
|
|
2386
|
+
serverId?: string;
|
|
2387
|
+
token?: string;
|
|
2388
|
+
username?: string;
|
|
2389
|
+
static names(): {
|
|
2390
|
+
[key: string]: string;
|
|
2391
|
+
};
|
|
2392
|
+
static types(): {
|
|
2393
|
+
[key: string]: any;
|
|
2394
|
+
};
|
|
2395
|
+
constructor(map?: {
|
|
2396
|
+
[key: string]: any;
|
|
2397
|
+
});
|
|
2398
|
+
}
|
|
3134
2399
|
export declare class SetTransferCalleePoolConfigRequestDetails extends $tea.Model {
|
|
3135
2400
|
called?: string;
|
|
3136
2401
|
caller?: string;
|
|
@@ -3169,8 +2434,6 @@ export default class Client extends OpenApi {
|
|
|
3169
2434
|
addVirtualNumberRelation(request: AddVirtualNumberRelationRequest): Promise<AddVirtualNumberRelationResponse>;
|
|
3170
2435
|
batchRobotSmartCallWithOptions(request: BatchRobotSmartCallRequest, runtime: $Util.RuntimeOptions): Promise<BatchRobotSmartCallResponse>;
|
|
3171
2436
|
batchRobotSmartCall(request: BatchRobotSmartCallRequest): Promise<BatchRobotSmartCallResponse>;
|
|
3172
|
-
bindNumberAndVoipIdWithOptions(request: BindNumberAndVoipIdRequest, runtime: $Util.RuntimeOptions): Promise<BindNumberAndVoipIdResponse>;
|
|
3173
|
-
bindNumberAndVoipId(request: BindNumberAndVoipIdRequest): Promise<BindNumberAndVoipIdResponse>;
|
|
3174
2437
|
cancelCallWithOptions(request: CancelCallRequest, runtime: $Util.RuntimeOptions): Promise<CancelCallResponse>;
|
|
3175
2438
|
cancelCall(request: CancelCallRequest): Promise<CancelCallResponse>;
|
|
3176
2439
|
cancelOrderRobotTaskWithOptions(request: CancelOrderRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CancelOrderRobotTaskResponse>;
|
|
@@ -3179,28 +2442,20 @@ export default class Client extends OpenApi {
|
|
|
3179
2442
|
cancelRobotTask(request: CancelRobotTaskRequest): Promise<CancelRobotTaskResponse>;
|
|
3180
2443
|
clickToDialWithOptions(request: ClickToDialRequest, runtime: $Util.RuntimeOptions): Promise<ClickToDialResponse>;
|
|
3181
2444
|
clickToDial(request: ClickToDialRequest): Promise<ClickToDialResponse>;
|
|
3182
|
-
closeSipAccountWithOptions(request: CloseSipAccountRequest, runtime: $Util.RuntimeOptions): Promise<CloseSipAccountResponse>;
|
|
3183
|
-
closeSipAccount(request: CloseSipAccountRequest): Promise<CloseSipAccountResponse>;
|
|
3184
2445
|
createCallTaskWithOptions(request: CreateCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateCallTaskResponse>;
|
|
3185
2446
|
createCallTask(request: CreateCallTaskRequest): Promise<CreateCallTaskResponse>;
|
|
3186
2447
|
createRobotTaskWithOptions(request: CreateRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateRobotTaskResponse>;
|
|
3187
2448
|
createRobotTask(request: CreateRobotTaskRequest): Promise<CreateRobotTaskResponse>;
|
|
3188
|
-
createSipAccountWithOptions(request: CreateSipAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateSipAccountResponse>;
|
|
3189
|
-
createSipAccount(request: CreateSipAccountRequest): Promise<CreateSipAccountResponse>;
|
|
3190
2449
|
deleteRobotTaskWithOptions(request: DeleteRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRobotTaskResponse>;
|
|
3191
2450
|
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
2451
|
executeCallTaskWithOptions(request: ExecuteCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<ExecuteCallTaskResponse>;
|
|
3199
2452
|
executeCallTask(request: ExecuteCallTaskRequest): Promise<ExecuteCallTaskResponse>;
|
|
3200
2453
|
getCallInfoWithOptions(request: GetCallInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetCallInfoResponse>;
|
|
3201
2454
|
getCallInfo(request: GetCallInfoRequest): Promise<GetCallInfoResponse>;
|
|
3202
2455
|
getHotlineQualificationByOrderWithOptions(request: GetHotlineQualificationByOrderRequest, runtime: $Util.RuntimeOptions): Promise<GetHotlineQualificationByOrderResponse>;
|
|
3203
2456
|
getHotlineQualificationByOrder(request: GetHotlineQualificationByOrderRequest): Promise<GetHotlineQualificationByOrderResponse>;
|
|
2457
|
+
getMqttTokenWithOptions(request: GetMqttTokenRequest, runtime: $Util.RuntimeOptions): Promise<GetMqttTokenResponse>;
|
|
2458
|
+
getMqttToken(request: GetMqttTokenRequest): Promise<GetMqttTokenResponse>;
|
|
3204
2459
|
getRtcTokenWithOptions(request: GetRtcTokenRequest, runtime: $Util.RuntimeOptions): Promise<GetRtcTokenResponse>;
|
|
3205
2460
|
getRtcToken(request: GetRtcTokenRequest): Promise<GetRtcTokenResponse>;
|
|
3206
2461
|
getTokenWithOptions(request: GetTokenRequest, runtime: $Util.RuntimeOptions): Promise<GetTokenResponse>;
|
|
@@ -3215,12 +2470,6 @@ export default class Client extends OpenApi {
|
|
|
3215
2470
|
listHotlineTransferNumber(request: ListHotlineTransferNumberRequest): Promise<ListHotlineTransferNumberResponse>;
|
|
3216
2471
|
listHotlineTransferRegisterFileWithOptions(request: ListHotlineTransferRegisterFileRequest, runtime: $Util.RuntimeOptions): Promise<ListHotlineTransferRegisterFileResponse>;
|
|
3217
2472
|
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
2473
|
queryCallDetailByCallIdWithOptions(request: QueryCallDetailByCallIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallDetailByCallIdResponse>;
|
|
3225
2474
|
queryCallDetailByCallId(request: QueryCallDetailByCallIdRequest): Promise<QueryCallDetailByCallIdResponse>;
|
|
3226
2475
|
queryCallDetailByTaskIdWithOptions(request: QueryCallDetailByTaskIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallDetailByTaskIdResponse>;
|
|
@@ -3241,16 +2490,12 @@ export default class Client extends OpenApi {
|
|
|
3241
2490
|
queryRobotTaskList(request: QueryRobotTaskListRequest): Promise<QueryRobotTaskListResponse>;
|
|
3242
2491
|
queryRobotv2AllListWithOptions(request: QueryRobotv2AllListRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotv2AllListResponse>;
|
|
3243
2492
|
queryRobotv2AllList(request: QueryRobotv2AllListRequest): Promise<QueryRobotv2AllListResponse>;
|
|
3244
|
-
queryRtcNumberAuthStatusWithOptions(request: QueryRtcNumberAuthStatusRequest, runtime: $Util.RuntimeOptions): Promise<QueryRtcNumberAuthStatusResponse>;
|
|
3245
|
-
queryRtcNumberAuthStatus(request: QueryRtcNumberAuthStatusRequest): Promise<QueryRtcNumberAuthStatusResponse>;
|
|
3246
2493
|
queryVirtualNumberWithOptions(request: QueryVirtualNumberRequest, runtime: $Util.RuntimeOptions): Promise<QueryVirtualNumberResponse>;
|
|
3247
2494
|
queryVirtualNumber(request: QueryVirtualNumberRequest): Promise<QueryVirtualNumberResponse>;
|
|
3248
2495
|
queryVirtualNumberRelationWithOptions(request: QueryVirtualNumberRelationRequest, runtime: $Util.RuntimeOptions): Promise<QueryVirtualNumberRelationResponse>;
|
|
3249
2496
|
queryVirtualNumberRelation(request: QueryVirtualNumberRelationRequest): Promise<QueryVirtualNumberRelationResponse>;
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
reportVoipProblemsWithOptions(request: ReportVoipProblemsRequest, runtime: $Util.RuntimeOptions): Promise<ReportVoipProblemsResponse>;
|
|
3253
|
-
reportVoipProblems(request: ReportVoipProblemsRequest): Promise<ReportVoipProblemsResponse>;
|
|
2497
|
+
refreshMqttTokenWithOptions(request: RefreshMqttTokenRequest, runtime: $Util.RuntimeOptions): Promise<RefreshMqttTokenResponse>;
|
|
2498
|
+
refreshMqttToken(request: RefreshMqttTokenRequest): Promise<RefreshMqttTokenResponse>;
|
|
3254
2499
|
sendVerificationWithOptions(request: SendVerificationRequest, runtime: $Util.RuntimeOptions): Promise<SendVerificationResponse>;
|
|
3255
2500
|
sendVerification(request: SendVerificationRequest): Promise<SendVerificationResponse>;
|
|
3256
2501
|
setTransferCalleePoolConfigWithOptions(request: SetTransferCalleePoolConfigRequest, runtime: $Util.RuntimeOptions): Promise<SetTransferCalleePoolConfigResponse>;
|
|
@@ -3263,22 +2508,12 @@ export default class Client extends OpenApi {
|
|
|
3263
2508
|
smartCall(request: SmartCallRequest): Promise<SmartCallResponse>;
|
|
3264
2509
|
smartCallOperateWithOptions(request: SmartCallOperateRequest, runtime: $Util.RuntimeOptions): Promise<SmartCallOperateResponse>;
|
|
3265
2510
|
smartCallOperate(request: SmartCallOperateRequest): Promise<SmartCallOperateResponse>;
|
|
3266
|
-
startMicroOutboundWithOptions(request: StartMicroOutboundRequest, runtime: $Util.RuntimeOptions): Promise<StartMicroOutboundResponse>;
|
|
3267
|
-
startMicroOutbound(request: StartMicroOutboundRequest): Promise<StartMicroOutboundResponse>;
|
|
3268
2511
|
startRobotTaskWithOptions(request: StartRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<StartRobotTaskResponse>;
|
|
3269
2512
|
startRobotTask(request: StartRobotTaskRequest): Promise<StartRobotTaskResponse>;
|
|
3270
2513
|
stopRobotTaskWithOptions(request: StopRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<StopRobotTaskResponse>;
|
|
3271
2514
|
stopRobotTask(request: StopRobotTaskRequest): Promise<StopRobotTaskResponse>;
|
|
3272
2515
|
submitHotlineTransferRegisterWithOptions(request: SubmitHotlineTransferRegisterRequest, runtime: $Util.RuntimeOptions): Promise<SubmitHotlineTransferRegisterResponse>;
|
|
3273
2516
|
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
2517
|
uploadRobotTaskCalledFileWithOptions(request: UploadRobotTaskCalledFileRequest, runtime: $Util.RuntimeOptions): Promise<UploadRobotTaskCalledFileResponse>;
|
|
3279
2518
|
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
2519
|
}
|