@alicloud/dytnsapi20200217 2.9.0 → 2.11.0
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 +266 -4
- package/dist/client.js +287 -4
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +469 -4
package/dist/client.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export declare class CertNoThreeElementVerificationRequest extends $tea.Model {
|
|
|
9
9
|
* This parameter is required.
|
|
10
10
|
*
|
|
11
11
|
* @example
|
|
12
|
-
*
|
|
12
|
+
* QASDW@#**
|
|
13
13
|
*/
|
|
14
14
|
authCode?: string;
|
|
15
15
|
/**
|
|
@@ -25,7 +25,7 @@ export declare class CertNoThreeElementVerificationRequest extends $tea.Model {
|
|
|
25
25
|
* This parameter is required.
|
|
26
26
|
*
|
|
27
27
|
* @example
|
|
28
|
-
*
|
|
28
|
+
* 3***************0
|
|
29
29
|
*/
|
|
30
30
|
certNo?: string;
|
|
31
31
|
/**
|
|
@@ -33,7 +33,7 @@ export declare class CertNoThreeElementVerificationRequest extends $tea.Model {
|
|
|
33
33
|
* This parameter is required.
|
|
34
34
|
*
|
|
35
35
|
* @example
|
|
36
|
-
*
|
|
36
|
+
* iVBOFMKODOFNDFP123DFSMOO...
|
|
37
37
|
*/
|
|
38
38
|
certPicture?: string;
|
|
39
39
|
/**
|
|
@@ -55,10 +55,26 @@ export declare class CertNoThreeElementVerificationRequest extends $tea.Model {
|
|
|
55
55
|
});
|
|
56
56
|
}
|
|
57
57
|
export declare class CertNoThreeElementVerificationResponseBody extends $tea.Model {
|
|
58
|
+
/**
|
|
59
|
+
* @example
|
|
60
|
+
* -
|
|
61
|
+
*/
|
|
58
62
|
accessDeniedDetail?: string;
|
|
63
|
+
/**
|
|
64
|
+
* @example
|
|
65
|
+
* OK
|
|
66
|
+
*/
|
|
59
67
|
code?: string;
|
|
60
68
|
data?: CertNoThreeElementVerificationResponseBodyData;
|
|
69
|
+
/**
|
|
70
|
+
* @example
|
|
71
|
+
* OK
|
|
72
|
+
*/
|
|
61
73
|
message?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @example
|
|
76
|
+
* 68A40250-50CD-034C-B728-0BD******177
|
|
77
|
+
*/
|
|
62
78
|
requestId?: string;
|
|
63
79
|
static names(): {
|
|
64
80
|
[key: string]: string;
|
|
@@ -647,6 +663,88 @@ export declare class DescribeEmptyNumberResponse extends $tea.Model {
|
|
|
647
663
|
[key: string]: any;
|
|
648
664
|
});
|
|
649
665
|
}
|
|
666
|
+
export declare class DescribeMobileOperatorAttributeRequest extends $tea.Model {
|
|
667
|
+
/**
|
|
668
|
+
* @remarks
|
|
669
|
+
* This parameter is required.
|
|
670
|
+
*
|
|
671
|
+
* @example
|
|
672
|
+
* 示例值
|
|
673
|
+
*/
|
|
674
|
+
authCode?: string;
|
|
675
|
+
/**
|
|
676
|
+
* @remarks
|
|
677
|
+
* This parameter is required.
|
|
678
|
+
*
|
|
679
|
+
* @example
|
|
680
|
+
* 示例值示例值示例值
|
|
681
|
+
*/
|
|
682
|
+
inputNumber?: string;
|
|
683
|
+
/**
|
|
684
|
+
* @remarks
|
|
685
|
+
* This parameter is required.
|
|
686
|
+
*
|
|
687
|
+
* @example
|
|
688
|
+
* 示例值
|
|
689
|
+
*/
|
|
690
|
+
mask?: string;
|
|
691
|
+
ownerId?: number;
|
|
692
|
+
resourceOwnerAccount?: string;
|
|
693
|
+
resourceOwnerId?: number;
|
|
694
|
+
static names(): {
|
|
695
|
+
[key: string]: string;
|
|
696
|
+
};
|
|
697
|
+
static types(): {
|
|
698
|
+
[key: string]: any;
|
|
699
|
+
};
|
|
700
|
+
constructor(map?: {
|
|
701
|
+
[key: string]: any;
|
|
702
|
+
});
|
|
703
|
+
}
|
|
704
|
+
export declare class DescribeMobileOperatorAttributeResponseBody extends $tea.Model {
|
|
705
|
+
accessDeniedDetail?: string;
|
|
706
|
+
/**
|
|
707
|
+
* @example
|
|
708
|
+
* 示例值示例值
|
|
709
|
+
*/
|
|
710
|
+
code?: string;
|
|
711
|
+
data?: DescribeMobileOperatorAttributeResponseBodyData;
|
|
712
|
+
/**
|
|
713
|
+
* @example
|
|
714
|
+
* 示例值示例值
|
|
715
|
+
*/
|
|
716
|
+
message?: string;
|
|
717
|
+
/**
|
|
718
|
+
* @example
|
|
719
|
+
* 示例值示例值
|
|
720
|
+
*/
|
|
721
|
+
requestId?: string;
|
|
722
|
+
static names(): {
|
|
723
|
+
[key: string]: string;
|
|
724
|
+
};
|
|
725
|
+
static types(): {
|
|
726
|
+
[key: string]: any;
|
|
727
|
+
};
|
|
728
|
+
constructor(map?: {
|
|
729
|
+
[key: string]: any;
|
|
730
|
+
});
|
|
731
|
+
}
|
|
732
|
+
export declare class DescribeMobileOperatorAttributeResponse extends $tea.Model {
|
|
733
|
+
headers?: {
|
|
734
|
+
[key: string]: string;
|
|
735
|
+
};
|
|
736
|
+
statusCode?: number;
|
|
737
|
+
body?: DescribeMobileOperatorAttributeResponseBody;
|
|
738
|
+
static names(): {
|
|
739
|
+
[key: string]: string;
|
|
740
|
+
};
|
|
741
|
+
static types(): {
|
|
742
|
+
[key: string]: any;
|
|
743
|
+
};
|
|
744
|
+
constructor(map?: {
|
|
745
|
+
[key: string]: any;
|
|
746
|
+
});
|
|
747
|
+
}
|
|
650
748
|
export declare class DescribePhoneNumberAnalysisRequest extends $tea.Model {
|
|
651
749
|
/**
|
|
652
750
|
* @remarks
|
|
@@ -693,6 +791,7 @@ export declare class DescribePhoneNumberAnalysisRequest extends $tea.Model {
|
|
|
693
791
|
});
|
|
694
792
|
}
|
|
695
793
|
export declare class DescribePhoneNumberAnalysisResponseBody extends $tea.Model {
|
|
794
|
+
accessDeniedDetail?: string;
|
|
696
795
|
/**
|
|
697
796
|
* @example
|
|
698
797
|
* OK
|
|
@@ -848,6 +947,93 @@ export declare class DescribePhoneNumberAnalysisAIResponse extends $tea.Model {
|
|
|
848
947
|
[key: string]: any;
|
|
849
948
|
});
|
|
850
949
|
}
|
|
950
|
+
export declare class DescribePhoneNumberAnalysisPaiRequest extends $tea.Model {
|
|
951
|
+
/**
|
|
952
|
+
* @remarks
|
|
953
|
+
* This parameter is required.
|
|
954
|
+
*
|
|
955
|
+
* @example
|
|
956
|
+
* 示例值示例值示例值
|
|
957
|
+
*/
|
|
958
|
+
authCode?: string;
|
|
959
|
+
/**
|
|
960
|
+
* @remarks
|
|
961
|
+
* This parameter is required.
|
|
962
|
+
*
|
|
963
|
+
* @example
|
|
964
|
+
* 示例值示例值
|
|
965
|
+
*/
|
|
966
|
+
inputNumber?: string;
|
|
967
|
+
/**
|
|
968
|
+
* @remarks
|
|
969
|
+
* This parameter is required.
|
|
970
|
+
*
|
|
971
|
+
* @example
|
|
972
|
+
* 示例值示例值
|
|
973
|
+
*/
|
|
974
|
+
modelConfig?: string;
|
|
975
|
+
ownerId?: number;
|
|
976
|
+
/**
|
|
977
|
+
* @example
|
|
978
|
+
* 16
|
|
979
|
+
*/
|
|
980
|
+
rate?: number;
|
|
981
|
+
resourceOwnerAccount?: string;
|
|
982
|
+
resourceOwnerId?: number;
|
|
983
|
+
static names(): {
|
|
984
|
+
[key: string]: string;
|
|
985
|
+
};
|
|
986
|
+
static types(): {
|
|
987
|
+
[key: string]: any;
|
|
988
|
+
};
|
|
989
|
+
constructor(map?: {
|
|
990
|
+
[key: string]: any;
|
|
991
|
+
});
|
|
992
|
+
}
|
|
993
|
+
export declare class DescribePhoneNumberAnalysisPaiResponseBody extends $tea.Model {
|
|
994
|
+
accessDeniedDetail?: string;
|
|
995
|
+
/**
|
|
996
|
+
* @example
|
|
997
|
+
* 示例值
|
|
998
|
+
*/
|
|
999
|
+
code?: string;
|
|
1000
|
+
data?: string[];
|
|
1001
|
+
/**
|
|
1002
|
+
* @example
|
|
1003
|
+
* 示例值示例值
|
|
1004
|
+
*/
|
|
1005
|
+
message?: string;
|
|
1006
|
+
/**
|
|
1007
|
+
* @example
|
|
1008
|
+
* 示例值示例值示例值
|
|
1009
|
+
*/
|
|
1010
|
+
requestId?: string;
|
|
1011
|
+
static names(): {
|
|
1012
|
+
[key: string]: string;
|
|
1013
|
+
};
|
|
1014
|
+
static types(): {
|
|
1015
|
+
[key: string]: any;
|
|
1016
|
+
};
|
|
1017
|
+
constructor(map?: {
|
|
1018
|
+
[key: string]: any;
|
|
1019
|
+
});
|
|
1020
|
+
}
|
|
1021
|
+
export declare class DescribePhoneNumberAnalysisPaiResponse extends $tea.Model {
|
|
1022
|
+
headers?: {
|
|
1023
|
+
[key: string]: string;
|
|
1024
|
+
};
|
|
1025
|
+
statusCode?: number;
|
|
1026
|
+
body?: DescribePhoneNumberAnalysisPaiResponseBody;
|
|
1027
|
+
static names(): {
|
|
1028
|
+
[key: string]: string;
|
|
1029
|
+
};
|
|
1030
|
+
static types(): {
|
|
1031
|
+
[key: string]: any;
|
|
1032
|
+
};
|
|
1033
|
+
constructor(map?: {
|
|
1034
|
+
[key: string]: any;
|
|
1035
|
+
});
|
|
1036
|
+
}
|
|
851
1037
|
export declare class DescribePhoneNumberAnalysisTransparentRequest extends $tea.Model {
|
|
852
1038
|
/**
|
|
853
1039
|
* @remarks
|
|
@@ -3897,7 +4083,7 @@ export declare class UAIDVerificationResponse extends $tea.Model {
|
|
|
3897
4083
|
export declare class CertNoThreeElementVerificationResponseBodyData extends $tea.Model {
|
|
3898
4084
|
/**
|
|
3899
4085
|
* @example
|
|
3900
|
-
*
|
|
4086
|
+
* 1
|
|
3901
4087
|
*/
|
|
3902
4088
|
isConsistent?: string;
|
|
3903
4089
|
static names(): {
|
|
@@ -4178,6 +4364,52 @@ export declare class DescribeEmptyNumberResponseBodyData extends $tea.Model {
|
|
|
4178
4364
|
[key: string]: any;
|
|
4179
4365
|
});
|
|
4180
4366
|
}
|
|
4367
|
+
export declare class DescribeMobileOperatorAttributeResponseBodyData extends $tea.Model {
|
|
4368
|
+
/**
|
|
4369
|
+
* @example
|
|
4370
|
+
* 示例值示例值示例值
|
|
4371
|
+
*/
|
|
4372
|
+
basicCarrier?: string;
|
|
4373
|
+
/**
|
|
4374
|
+
* @example
|
|
4375
|
+
* 示例值
|
|
4376
|
+
*/
|
|
4377
|
+
carrier?: string;
|
|
4378
|
+
/**
|
|
4379
|
+
* @example
|
|
4380
|
+
* 示例值示例值
|
|
4381
|
+
*/
|
|
4382
|
+
city?: string;
|
|
4383
|
+
/**
|
|
4384
|
+
* @example
|
|
4385
|
+
* true
|
|
4386
|
+
*/
|
|
4387
|
+
isNumberPortability?: boolean;
|
|
4388
|
+
/**
|
|
4389
|
+
* @example
|
|
4390
|
+
* 示例值示例值
|
|
4391
|
+
*/
|
|
4392
|
+
province?: string;
|
|
4393
|
+
/**
|
|
4394
|
+
* @example
|
|
4395
|
+
* 示例值示例值
|
|
4396
|
+
*/
|
|
4397
|
+
realNumber?: string;
|
|
4398
|
+
/**
|
|
4399
|
+
* @example
|
|
4400
|
+
* 示例值示例值
|
|
4401
|
+
*/
|
|
4402
|
+
segmentCarrier?: string;
|
|
4403
|
+
static names(): {
|
|
4404
|
+
[key: string]: string;
|
|
4405
|
+
};
|
|
4406
|
+
static types(): {
|
|
4407
|
+
[key: string]: any;
|
|
4408
|
+
};
|
|
4409
|
+
constructor(map?: {
|
|
4410
|
+
[key: string]: any;
|
|
4411
|
+
});
|
|
4412
|
+
}
|
|
4181
4413
|
export declare class DescribePhoneNumberAnalysisResponseBodyDataList extends $tea.Model {
|
|
4182
4414
|
/**
|
|
4183
4415
|
* @example
|
|
@@ -5704,6 +5936,21 @@ export default class Client extends OpenApi {
|
|
|
5704
5936
|
* @returns DescribeEmptyNumberResponse
|
|
5705
5937
|
*/
|
|
5706
5938
|
describeEmptyNumber(request: DescribeEmptyNumberRequest): Promise<DescribeEmptyNumberResponse>;
|
|
5939
|
+
/**
|
|
5940
|
+
* 号码归属地查询v2
|
|
5941
|
+
*
|
|
5942
|
+
* @param request - DescribeMobileOperatorAttributeRequest
|
|
5943
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5944
|
+
* @returns DescribeMobileOperatorAttributeResponse
|
|
5945
|
+
*/
|
|
5946
|
+
describeMobileOperatorAttributeWithOptions(request: DescribeMobileOperatorAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMobileOperatorAttributeResponse>;
|
|
5947
|
+
/**
|
|
5948
|
+
* 号码归属地查询v2
|
|
5949
|
+
*
|
|
5950
|
+
* @param request - DescribeMobileOperatorAttributeRequest
|
|
5951
|
+
* @returns DescribeMobileOperatorAttributeResponse
|
|
5952
|
+
*/
|
|
5953
|
+
describeMobileOperatorAttribute(request: DescribeMobileOperatorAttributeRequest): Promise<DescribeMobileOperatorAttributeResponse>;
|
|
5707
5954
|
/**
|
|
5708
5955
|
* 号码分析实时查询蚂蚁
|
|
5709
5956
|
*
|
|
@@ -5740,6 +5987,21 @@ export default class Client extends OpenApi {
|
|
|
5740
5987
|
* @returns DescribePhoneNumberAnalysisAIResponse
|
|
5741
5988
|
*/
|
|
5742
5989
|
describePhoneNumberAnalysisAI(request: DescribePhoneNumberAnalysisAIRequest): Promise<DescribePhoneNumberAnalysisAIResponse>;
|
|
5990
|
+
/**
|
|
5991
|
+
* 号码分析服务pai供应商批量查询接口
|
|
5992
|
+
*
|
|
5993
|
+
* @param request - DescribePhoneNumberAnalysisPaiRequest
|
|
5994
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5995
|
+
* @returns DescribePhoneNumberAnalysisPaiResponse
|
|
5996
|
+
*/
|
|
5997
|
+
describePhoneNumberAnalysisPaiWithOptions(request: DescribePhoneNumberAnalysisPaiRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisPaiResponse>;
|
|
5998
|
+
/**
|
|
5999
|
+
* 号码分析服务pai供应商批量查询接口
|
|
6000
|
+
*
|
|
6001
|
+
* @param request - DescribePhoneNumberAnalysisPaiRequest
|
|
6002
|
+
* @returns DescribePhoneNumberAnalysisPaiResponse
|
|
6003
|
+
*/
|
|
6004
|
+
describePhoneNumberAnalysisPai(request: DescribePhoneNumberAnalysisPaiRequest): Promise<DescribePhoneNumberAnalysisPaiResponse>;
|
|
5743
6005
|
/**
|
|
5744
6006
|
* 泛行业人群筛选
|
|
5745
6007
|
*
|