@alicloud/dytnsapi20200217 2.5.2 → 2.7.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 +222 -93
- package/dist/client.js +669 -387
- package/dist/client.js.map +1 -1
- package/package.json +6 -6
- package/src/client.ts +422 -93
package/dist/client.d.ts
CHANGED
|
@@ -38,11 +38,11 @@ export declare class CertNoTwoElementVerificationResponseBody extends $tea.Model
|
|
|
38
38
|
});
|
|
39
39
|
}
|
|
40
40
|
export declare class CertNoTwoElementVerificationResponse extends $tea.Model {
|
|
41
|
-
headers
|
|
41
|
+
headers?: {
|
|
42
42
|
[key: string]: string;
|
|
43
43
|
};
|
|
44
|
-
statusCode
|
|
45
|
-
body
|
|
44
|
+
statusCode?: number;
|
|
45
|
+
body?: CertNoTwoElementVerificationResponseBody;
|
|
46
46
|
static names(): {
|
|
47
47
|
[key: string]: string;
|
|
48
48
|
};
|
|
@@ -89,11 +89,11 @@ export declare class CompanyFourElementsVerificationResponseBody extends $tea.Mo
|
|
|
89
89
|
});
|
|
90
90
|
}
|
|
91
91
|
export declare class CompanyFourElementsVerificationResponse extends $tea.Model {
|
|
92
|
-
headers
|
|
92
|
+
headers?: {
|
|
93
93
|
[key: string]: string;
|
|
94
94
|
};
|
|
95
|
-
statusCode
|
|
96
|
-
body
|
|
95
|
+
statusCode?: number;
|
|
96
|
+
body?: CompanyFourElementsVerificationResponseBody;
|
|
97
97
|
static names(): {
|
|
98
98
|
[key: string]: string;
|
|
99
99
|
};
|
|
@@ -139,11 +139,11 @@ export declare class CompanyThreeElementsVerificationResponseBody extends $tea.M
|
|
|
139
139
|
});
|
|
140
140
|
}
|
|
141
141
|
export declare class CompanyThreeElementsVerificationResponse extends $tea.Model {
|
|
142
|
-
headers
|
|
142
|
+
headers?: {
|
|
143
143
|
[key: string]: string;
|
|
144
144
|
};
|
|
145
|
-
statusCode
|
|
146
|
-
body
|
|
145
|
+
statusCode?: number;
|
|
146
|
+
body?: CompanyThreeElementsVerificationResponseBody;
|
|
147
147
|
static names(): {
|
|
148
148
|
[key: string]: string;
|
|
149
149
|
};
|
|
@@ -188,11 +188,11 @@ export declare class CompanyTwoElementsVerificationResponseBody extends $tea.Mod
|
|
|
188
188
|
});
|
|
189
189
|
}
|
|
190
190
|
export declare class CompanyTwoElementsVerificationResponse extends $tea.Model {
|
|
191
|
-
headers
|
|
191
|
+
headers?: {
|
|
192
192
|
[key: string]: string;
|
|
193
193
|
};
|
|
194
|
-
statusCode
|
|
195
|
-
body
|
|
194
|
+
statusCode?: number;
|
|
195
|
+
body?: CompanyTwoElementsVerificationResponseBody;
|
|
196
196
|
static names(): {
|
|
197
197
|
[key: string]: string;
|
|
198
198
|
};
|
|
@@ -236,11 +236,11 @@ export declare class DescribeEmptyNumberResponseBody extends $tea.Model {
|
|
|
236
236
|
});
|
|
237
237
|
}
|
|
238
238
|
export declare class DescribeEmptyNumberResponse extends $tea.Model {
|
|
239
|
-
headers
|
|
239
|
+
headers?: {
|
|
240
240
|
[key: string]: string;
|
|
241
241
|
};
|
|
242
|
-
statusCode
|
|
243
|
-
body
|
|
242
|
+
statusCode?: number;
|
|
243
|
+
body?: DescribeEmptyNumberResponseBody;
|
|
244
244
|
static names(): {
|
|
245
245
|
[key: string]: string;
|
|
246
246
|
};
|
|
@@ -286,11 +286,11 @@ export declare class DescribePhoneNumberAnalysisResponseBody extends $tea.Model
|
|
|
286
286
|
});
|
|
287
287
|
}
|
|
288
288
|
export declare class DescribePhoneNumberAnalysisResponse extends $tea.Model {
|
|
289
|
-
headers
|
|
289
|
+
headers?: {
|
|
290
290
|
[key: string]: string;
|
|
291
291
|
};
|
|
292
|
-
statusCode
|
|
293
|
-
body
|
|
292
|
+
statusCode?: number;
|
|
293
|
+
body?: DescribePhoneNumberAnalysisResponseBody;
|
|
294
294
|
static names(): {
|
|
295
295
|
[key: string]: string;
|
|
296
296
|
};
|
|
@@ -335,11 +335,11 @@ export declare class DescribePhoneNumberAnalysisAIResponseBody extends $tea.Mode
|
|
|
335
335
|
});
|
|
336
336
|
}
|
|
337
337
|
export declare class DescribePhoneNumberAnalysisAIResponse extends $tea.Model {
|
|
338
|
-
headers
|
|
338
|
+
headers?: {
|
|
339
339
|
[key: string]: string;
|
|
340
340
|
};
|
|
341
|
-
statusCode
|
|
342
|
-
body
|
|
341
|
+
statusCode?: number;
|
|
342
|
+
body?: DescribePhoneNumberAnalysisAIResponseBody;
|
|
343
343
|
static names(): {
|
|
344
344
|
[key: string]: string;
|
|
345
345
|
};
|
|
@@ -385,11 +385,11 @@ export declare class DescribePhoneNumberAnalysisTransparentResponseBody extends
|
|
|
385
385
|
});
|
|
386
386
|
}
|
|
387
387
|
export declare class DescribePhoneNumberAnalysisTransparentResponse extends $tea.Model {
|
|
388
|
-
headers
|
|
388
|
+
headers?: {
|
|
389
389
|
[key: string]: string;
|
|
390
390
|
};
|
|
391
|
-
statusCode
|
|
392
|
-
body
|
|
391
|
+
statusCode?: number;
|
|
392
|
+
body?: DescribePhoneNumberAnalysisTransparentResponseBody;
|
|
393
393
|
static names(): {
|
|
394
394
|
[key: string]: string;
|
|
395
395
|
};
|
|
@@ -431,11 +431,11 @@ export declare class DescribePhoneNumberAttributeResponseBody extends $tea.Model
|
|
|
431
431
|
});
|
|
432
432
|
}
|
|
433
433
|
export declare class DescribePhoneNumberAttributeResponse extends $tea.Model {
|
|
434
|
-
headers
|
|
434
|
+
headers?: {
|
|
435
435
|
[key: string]: string;
|
|
436
436
|
};
|
|
437
|
-
statusCode
|
|
438
|
-
body
|
|
437
|
+
statusCode?: number;
|
|
438
|
+
body?: DescribePhoneNumberAttributeResponseBody;
|
|
439
439
|
static names(): {
|
|
440
440
|
[key: string]: string;
|
|
441
441
|
};
|
|
@@ -480,11 +480,11 @@ export declare class DescribePhoneNumberOnlineTimeResponseBody extends $tea.Mode
|
|
|
480
480
|
});
|
|
481
481
|
}
|
|
482
482
|
export declare class DescribePhoneNumberOnlineTimeResponse extends $tea.Model {
|
|
483
|
-
headers
|
|
483
|
+
headers?: {
|
|
484
484
|
[key: string]: string;
|
|
485
485
|
};
|
|
486
|
-
statusCode
|
|
487
|
-
body
|
|
486
|
+
statusCode?: number;
|
|
487
|
+
body?: DescribePhoneNumberOnlineTimeResponseBody;
|
|
488
488
|
static names(): {
|
|
489
489
|
[key: string]: string;
|
|
490
490
|
};
|
|
@@ -528,11 +528,11 @@ export declare class DescribePhoneNumberOperatorAttributeResponseBody extends $t
|
|
|
528
528
|
});
|
|
529
529
|
}
|
|
530
530
|
export declare class DescribePhoneNumberOperatorAttributeResponse extends $tea.Model {
|
|
531
|
-
headers
|
|
531
|
+
headers?: {
|
|
532
532
|
[key: string]: string;
|
|
533
533
|
};
|
|
534
|
-
statusCode
|
|
535
|
-
body
|
|
534
|
+
statusCode?: number;
|
|
535
|
+
body?: DescribePhoneNumberOperatorAttributeResponseBody;
|
|
536
536
|
static names(): {
|
|
537
537
|
[key: string]: string;
|
|
538
538
|
};
|
|
@@ -577,11 +577,11 @@ export declare class DescribePhoneNumberRiskResponseBody extends $tea.Model {
|
|
|
577
577
|
});
|
|
578
578
|
}
|
|
579
579
|
export declare class DescribePhoneNumberRiskResponse extends $tea.Model {
|
|
580
|
-
headers
|
|
580
|
+
headers?: {
|
|
581
581
|
[key: string]: string;
|
|
582
582
|
};
|
|
583
|
-
statusCode
|
|
584
|
-
body
|
|
583
|
+
statusCode?: number;
|
|
584
|
+
body?: DescribePhoneNumberRiskResponseBody;
|
|
585
585
|
static names(): {
|
|
586
586
|
[key: string]: string;
|
|
587
587
|
};
|
|
@@ -626,11 +626,11 @@ export declare class DescribePhoneTwiceTelVerifyResponseBody extends $tea.Model
|
|
|
626
626
|
});
|
|
627
627
|
}
|
|
628
628
|
export declare class DescribePhoneTwiceTelVerifyResponse extends $tea.Model {
|
|
629
|
-
headers
|
|
629
|
+
headers?: {
|
|
630
630
|
[key: string]: string;
|
|
631
631
|
};
|
|
632
|
-
statusCode
|
|
633
|
-
body
|
|
632
|
+
statusCode?: number;
|
|
633
|
+
body?: DescribePhoneTwiceTelVerifyResponseBody;
|
|
634
634
|
static names(): {
|
|
635
635
|
[key: string]: string;
|
|
636
636
|
};
|
|
@@ -680,11 +680,11 @@ export declare class GetUAIDApplyTokenSignResponseBody extends $tea.Model {
|
|
|
680
680
|
});
|
|
681
681
|
}
|
|
682
682
|
export declare class GetUAIDApplyTokenSignResponse extends $tea.Model {
|
|
683
|
-
headers
|
|
683
|
+
headers?: {
|
|
684
684
|
[key: string]: string;
|
|
685
685
|
};
|
|
686
|
-
statusCode
|
|
687
|
-
body
|
|
686
|
+
statusCode?: number;
|
|
687
|
+
body?: GetUAIDApplyTokenSignResponseBody;
|
|
688
688
|
static names(): {
|
|
689
689
|
[key: string]: string;
|
|
690
690
|
};
|
|
@@ -728,11 +728,11 @@ export declare class InvalidPhoneNumberFilterResponseBody extends $tea.Model {
|
|
|
728
728
|
});
|
|
729
729
|
}
|
|
730
730
|
export declare class InvalidPhoneNumberFilterResponse extends $tea.Model {
|
|
731
|
-
headers
|
|
731
|
+
headers?: {
|
|
732
732
|
[key: string]: string;
|
|
733
733
|
};
|
|
734
|
-
statusCode
|
|
735
|
-
body
|
|
734
|
+
statusCode?: number;
|
|
735
|
+
body?: InvalidPhoneNumberFilterResponseBody;
|
|
736
736
|
static names(): {
|
|
737
737
|
[key: string]: string;
|
|
738
738
|
};
|
|
@@ -776,11 +776,11 @@ export declare class PhoneNumberConvertServiceResponseBody extends $tea.Model {
|
|
|
776
776
|
});
|
|
777
777
|
}
|
|
778
778
|
export declare class PhoneNumberConvertServiceResponse extends $tea.Model {
|
|
779
|
-
headers
|
|
779
|
+
headers?: {
|
|
780
780
|
[key: string]: string;
|
|
781
781
|
};
|
|
782
|
-
statusCode
|
|
783
|
-
body
|
|
782
|
+
statusCode?: number;
|
|
783
|
+
body?: PhoneNumberConvertServiceResponseBody;
|
|
784
784
|
static names(): {
|
|
785
785
|
[key: string]: string;
|
|
786
786
|
};
|
|
@@ -824,11 +824,11 @@ export declare class PhoneNumberEncryptResponseBody extends $tea.Model {
|
|
|
824
824
|
});
|
|
825
825
|
}
|
|
826
826
|
export declare class PhoneNumberEncryptResponse extends $tea.Model {
|
|
827
|
-
headers
|
|
827
|
+
headers?: {
|
|
828
828
|
[key: string]: string;
|
|
829
829
|
};
|
|
830
|
-
statusCode
|
|
831
|
-
body
|
|
830
|
+
statusCode?: number;
|
|
831
|
+
body?: PhoneNumberEncryptResponseBody;
|
|
832
832
|
static names(): {
|
|
833
833
|
[key: string]: string;
|
|
834
834
|
};
|
|
@@ -872,11 +872,11 @@ export declare class PhoneNumberStatusForAccountResponseBody extends $tea.Model
|
|
|
872
872
|
});
|
|
873
873
|
}
|
|
874
874
|
export declare class PhoneNumberStatusForAccountResponse extends $tea.Model {
|
|
875
|
-
headers
|
|
875
|
+
headers?: {
|
|
876
876
|
[key: string]: string;
|
|
877
877
|
};
|
|
878
|
-
statusCode
|
|
879
|
-
body
|
|
878
|
+
statusCode?: number;
|
|
879
|
+
body?: PhoneNumberStatusForAccountResponseBody;
|
|
880
880
|
static names(): {
|
|
881
881
|
[key: string]: string;
|
|
882
882
|
};
|
|
@@ -920,11 +920,11 @@ export declare class PhoneNumberStatusForPublicResponseBody extends $tea.Model {
|
|
|
920
920
|
});
|
|
921
921
|
}
|
|
922
922
|
export declare class PhoneNumberStatusForPublicResponse extends $tea.Model {
|
|
923
|
-
headers
|
|
923
|
+
headers?: {
|
|
924
924
|
[key: string]: string;
|
|
925
925
|
};
|
|
926
|
-
statusCode
|
|
927
|
-
body
|
|
926
|
+
statusCode?: number;
|
|
927
|
+
body?: PhoneNumberStatusForPublicResponseBody;
|
|
928
928
|
static names(): {
|
|
929
929
|
[key: string]: string;
|
|
930
930
|
};
|
|
@@ -968,11 +968,11 @@ export declare class PhoneNumberStatusForRealResponseBody extends $tea.Model {
|
|
|
968
968
|
});
|
|
969
969
|
}
|
|
970
970
|
export declare class PhoneNumberStatusForRealResponse extends $tea.Model {
|
|
971
|
-
headers
|
|
971
|
+
headers?: {
|
|
972
972
|
[key: string]: string;
|
|
973
973
|
};
|
|
974
|
-
statusCode
|
|
975
|
-
body
|
|
974
|
+
statusCode?: number;
|
|
975
|
+
body?: PhoneNumberStatusForRealResponseBody;
|
|
976
976
|
static names(): {
|
|
977
977
|
[key: string]: string;
|
|
978
978
|
};
|
|
@@ -1016,11 +1016,11 @@ export declare class PhoneNumberStatusForSmsResponseBody extends $tea.Model {
|
|
|
1016
1016
|
});
|
|
1017
1017
|
}
|
|
1018
1018
|
export declare class PhoneNumberStatusForSmsResponse extends $tea.Model {
|
|
1019
|
-
headers
|
|
1019
|
+
headers?: {
|
|
1020
1020
|
[key: string]: string;
|
|
1021
1021
|
};
|
|
1022
|
-
statusCode
|
|
1023
|
-
body
|
|
1022
|
+
statusCode?: number;
|
|
1023
|
+
body?: PhoneNumberStatusForSmsResponseBody;
|
|
1024
1024
|
static names(): {
|
|
1025
1025
|
[key: string]: string;
|
|
1026
1026
|
};
|
|
@@ -1064,11 +1064,11 @@ export declare class PhoneNumberStatusForVirtualResponseBody extends $tea.Model
|
|
|
1064
1064
|
});
|
|
1065
1065
|
}
|
|
1066
1066
|
export declare class PhoneNumberStatusForVirtualResponse extends $tea.Model {
|
|
1067
|
-
headers
|
|
1067
|
+
headers?: {
|
|
1068
1068
|
[key: string]: string;
|
|
1069
1069
|
};
|
|
1070
|
-
statusCode
|
|
1071
|
-
body
|
|
1070
|
+
statusCode?: number;
|
|
1071
|
+
body?: PhoneNumberStatusForVirtualResponseBody;
|
|
1072
1072
|
static names(): {
|
|
1073
1073
|
[key: string]: string;
|
|
1074
1074
|
};
|
|
@@ -1112,11 +1112,11 @@ export declare class PhoneNumberStatusForVoiceResponseBody extends $tea.Model {
|
|
|
1112
1112
|
});
|
|
1113
1113
|
}
|
|
1114
1114
|
export declare class PhoneNumberStatusForVoiceResponse extends $tea.Model {
|
|
1115
|
-
headers
|
|
1115
|
+
headers?: {
|
|
1116
1116
|
[key: string]: string;
|
|
1117
1117
|
};
|
|
1118
|
-
statusCode
|
|
1119
|
-
body
|
|
1118
|
+
statusCode?: number;
|
|
1119
|
+
body?: PhoneNumberStatusForVoiceResponseBody;
|
|
1120
1120
|
static names(): {
|
|
1121
1121
|
[key: string]: string;
|
|
1122
1122
|
};
|
|
@@ -1159,11 +1159,110 @@ export declare class QueryAvailableAuthCodeResponseBody extends $tea.Model {
|
|
|
1159
1159
|
});
|
|
1160
1160
|
}
|
|
1161
1161
|
export declare class QueryAvailableAuthCodeResponse extends $tea.Model {
|
|
1162
|
-
headers
|
|
1162
|
+
headers?: {
|
|
1163
1163
|
[key: string]: string;
|
|
1164
1164
|
};
|
|
1165
|
-
statusCode
|
|
1166
|
-
body
|
|
1165
|
+
statusCode?: number;
|
|
1166
|
+
body?: QueryAvailableAuthCodeResponseBody;
|
|
1167
|
+
static names(): {
|
|
1168
|
+
[key: string]: string;
|
|
1169
|
+
};
|
|
1170
|
+
static types(): {
|
|
1171
|
+
[key: string]: any;
|
|
1172
|
+
};
|
|
1173
|
+
constructor(map?: {
|
|
1174
|
+
[key: string]: any;
|
|
1175
|
+
});
|
|
1176
|
+
}
|
|
1177
|
+
export declare class QueryPhoneNumberOnlineTimeRequest extends $tea.Model {
|
|
1178
|
+
authCode?: string;
|
|
1179
|
+
inputNumber?: string;
|
|
1180
|
+
mask?: string;
|
|
1181
|
+
ownerId?: number;
|
|
1182
|
+
resourceOwnerAccount?: string;
|
|
1183
|
+
resourceOwnerId?: number;
|
|
1184
|
+
static names(): {
|
|
1185
|
+
[key: string]: string;
|
|
1186
|
+
};
|
|
1187
|
+
static types(): {
|
|
1188
|
+
[key: string]: any;
|
|
1189
|
+
};
|
|
1190
|
+
constructor(map?: {
|
|
1191
|
+
[key: string]: any;
|
|
1192
|
+
});
|
|
1193
|
+
}
|
|
1194
|
+
export declare class QueryPhoneNumberOnlineTimeResponseBody extends $tea.Model {
|
|
1195
|
+
accessDeniedDetail?: string;
|
|
1196
|
+
code?: string;
|
|
1197
|
+
data?: QueryPhoneNumberOnlineTimeResponseBodyData;
|
|
1198
|
+
message?: string;
|
|
1199
|
+
requestId?: string;
|
|
1200
|
+
static names(): {
|
|
1201
|
+
[key: string]: string;
|
|
1202
|
+
};
|
|
1203
|
+
static types(): {
|
|
1204
|
+
[key: string]: any;
|
|
1205
|
+
};
|
|
1206
|
+
constructor(map?: {
|
|
1207
|
+
[key: string]: any;
|
|
1208
|
+
});
|
|
1209
|
+
}
|
|
1210
|
+
export declare class QueryPhoneNumberOnlineTimeResponse extends $tea.Model {
|
|
1211
|
+
headers?: {
|
|
1212
|
+
[key: string]: string;
|
|
1213
|
+
};
|
|
1214
|
+
statusCode?: number;
|
|
1215
|
+
body?: QueryPhoneNumberOnlineTimeResponseBody;
|
|
1216
|
+
static names(): {
|
|
1217
|
+
[key: string]: string;
|
|
1218
|
+
};
|
|
1219
|
+
static types(): {
|
|
1220
|
+
[key: string]: any;
|
|
1221
|
+
};
|
|
1222
|
+
constructor(map?: {
|
|
1223
|
+
[key: string]: any;
|
|
1224
|
+
});
|
|
1225
|
+
}
|
|
1226
|
+
export declare class QueryPhoneTwiceTelVerifyRequest extends $tea.Model {
|
|
1227
|
+
authCode?: string;
|
|
1228
|
+
inputNumber?: string;
|
|
1229
|
+
mask?: string;
|
|
1230
|
+
ownerId?: number;
|
|
1231
|
+
resourceOwnerAccount?: string;
|
|
1232
|
+
resourceOwnerId?: number;
|
|
1233
|
+
startTime?: string;
|
|
1234
|
+
static names(): {
|
|
1235
|
+
[key: string]: string;
|
|
1236
|
+
};
|
|
1237
|
+
static types(): {
|
|
1238
|
+
[key: string]: any;
|
|
1239
|
+
};
|
|
1240
|
+
constructor(map?: {
|
|
1241
|
+
[key: string]: any;
|
|
1242
|
+
});
|
|
1243
|
+
}
|
|
1244
|
+
export declare class QueryPhoneTwiceTelVerifyResponseBody extends $tea.Model {
|
|
1245
|
+
accessDeniedDetail?: string;
|
|
1246
|
+
code?: string;
|
|
1247
|
+
data?: QueryPhoneTwiceTelVerifyResponseBodyData;
|
|
1248
|
+
message?: string;
|
|
1249
|
+
requestId?: string;
|
|
1250
|
+
static names(): {
|
|
1251
|
+
[key: string]: string;
|
|
1252
|
+
};
|
|
1253
|
+
static types(): {
|
|
1254
|
+
[key: string]: any;
|
|
1255
|
+
};
|
|
1256
|
+
constructor(map?: {
|
|
1257
|
+
[key: string]: any;
|
|
1258
|
+
});
|
|
1259
|
+
}
|
|
1260
|
+
export declare class QueryPhoneTwiceTelVerifyResponse extends $tea.Model {
|
|
1261
|
+
headers?: {
|
|
1262
|
+
[key: string]: string;
|
|
1263
|
+
};
|
|
1264
|
+
statusCode?: number;
|
|
1265
|
+
body?: QueryPhoneTwiceTelVerifyResponseBody;
|
|
1167
1266
|
static names(): {
|
|
1168
1267
|
[key: string]: string;
|
|
1169
1268
|
};
|
|
@@ -1206,11 +1305,11 @@ export declare class QueryTagApplyRuleResponseBody extends $tea.Model {
|
|
|
1206
1305
|
});
|
|
1207
1306
|
}
|
|
1208
1307
|
export declare class QueryTagApplyRuleResponse extends $tea.Model {
|
|
1209
|
-
headers
|
|
1308
|
+
headers?: {
|
|
1210
1309
|
[key: string]: string;
|
|
1211
1310
|
};
|
|
1212
|
-
statusCode
|
|
1213
|
-
body
|
|
1311
|
+
statusCode?: number;
|
|
1312
|
+
body?: QueryTagApplyRuleResponseBody;
|
|
1214
1313
|
static names(): {
|
|
1215
1314
|
[key: string]: string;
|
|
1216
1315
|
};
|
|
@@ -1255,11 +1354,11 @@ export declare class QueryTagInfoBySelectionResponseBody extends $tea.Model {
|
|
|
1255
1354
|
});
|
|
1256
1355
|
}
|
|
1257
1356
|
export declare class QueryTagInfoBySelectionResponse extends $tea.Model {
|
|
1258
|
-
headers
|
|
1357
|
+
headers?: {
|
|
1259
1358
|
[key: string]: string;
|
|
1260
1359
|
};
|
|
1261
|
-
statusCode
|
|
1262
|
-
body
|
|
1360
|
+
statusCode?: number;
|
|
1361
|
+
body?: QueryTagInfoBySelectionResponseBody;
|
|
1263
1362
|
static names(): {
|
|
1264
1363
|
[key: string]: string;
|
|
1265
1364
|
};
|
|
@@ -1303,11 +1402,11 @@ export declare class QueryTagListPageResponseBody extends $tea.Model {
|
|
|
1303
1402
|
});
|
|
1304
1403
|
}
|
|
1305
1404
|
export declare class QueryTagListPageResponse extends $tea.Model {
|
|
1306
|
-
headers
|
|
1405
|
+
headers?: {
|
|
1307
1406
|
[key: string]: string;
|
|
1308
1407
|
};
|
|
1309
|
-
statusCode
|
|
1310
|
-
body
|
|
1408
|
+
statusCode?: number;
|
|
1409
|
+
body?: QueryTagListPageResponseBody;
|
|
1311
1410
|
static names(): {
|
|
1312
1411
|
[key: string]: string;
|
|
1313
1412
|
};
|
|
@@ -1354,11 +1453,11 @@ export declare class QueryUsageStatisticsByTagIdResponseBody extends $tea.Model
|
|
|
1354
1453
|
});
|
|
1355
1454
|
}
|
|
1356
1455
|
export declare class QueryUsageStatisticsByTagIdResponse extends $tea.Model {
|
|
1357
|
-
headers
|
|
1456
|
+
headers?: {
|
|
1358
1457
|
[key: string]: string;
|
|
1359
1458
|
};
|
|
1360
|
-
statusCode
|
|
1361
|
-
body
|
|
1459
|
+
statusCode?: number;
|
|
1460
|
+
body?: QueryUsageStatisticsByTagIdResponseBody;
|
|
1362
1461
|
static names(): {
|
|
1363
1462
|
[key: string]: string;
|
|
1364
1463
|
};
|
|
@@ -1404,11 +1503,11 @@ export declare class ThreeElementsVerificationResponseBody extends $tea.Model {
|
|
|
1404
1503
|
});
|
|
1405
1504
|
}
|
|
1406
1505
|
export declare class ThreeElementsVerificationResponse extends $tea.Model {
|
|
1407
|
-
headers
|
|
1506
|
+
headers?: {
|
|
1408
1507
|
[key: string]: string;
|
|
1409
1508
|
};
|
|
1410
|
-
statusCode
|
|
1411
|
-
body
|
|
1509
|
+
statusCode?: number;
|
|
1510
|
+
body?: ThreeElementsVerificationResponseBody;
|
|
1412
1511
|
static names(): {
|
|
1413
1512
|
[key: string]: string;
|
|
1414
1513
|
};
|
|
@@ -1453,11 +1552,11 @@ export declare class TwoElementsVerificationResponseBody extends $tea.Model {
|
|
|
1453
1552
|
});
|
|
1454
1553
|
}
|
|
1455
1554
|
export declare class TwoElementsVerificationResponse extends $tea.Model {
|
|
1456
|
-
headers
|
|
1555
|
+
headers?: {
|
|
1457
1556
|
[key: string]: string;
|
|
1458
1557
|
};
|
|
1459
|
-
statusCode
|
|
1460
|
-
body
|
|
1558
|
+
statusCode?: number;
|
|
1559
|
+
body?: TwoElementsVerificationResponseBody;
|
|
1461
1560
|
static names(): {
|
|
1462
1561
|
[key: string]: string;
|
|
1463
1562
|
};
|
|
@@ -1506,11 +1605,11 @@ export declare class UAIDVerificationResponseBody extends $tea.Model {
|
|
|
1506
1605
|
});
|
|
1507
1606
|
}
|
|
1508
1607
|
export declare class UAIDVerificationResponse extends $tea.Model {
|
|
1509
|
-
headers
|
|
1608
|
+
headers?: {
|
|
1510
1609
|
[key: string]: string;
|
|
1511
1610
|
};
|
|
1512
|
-
statusCode
|
|
1513
|
-
body
|
|
1611
|
+
statusCode?: number;
|
|
1612
|
+
body?: UAIDVerificationResponseBody;
|
|
1514
1613
|
static names(): {
|
|
1515
1614
|
[key: string]: string;
|
|
1516
1615
|
};
|
|
@@ -1891,6 +1990,32 @@ export declare class PhoneNumberStatusForVoiceResponseBodyData extends $tea.Mode
|
|
|
1891
1990
|
[key: string]: any;
|
|
1892
1991
|
});
|
|
1893
1992
|
}
|
|
1993
|
+
export declare class QueryPhoneNumberOnlineTimeResponseBodyData extends $tea.Model {
|
|
1994
|
+
carrierCode?: string;
|
|
1995
|
+
verifyResult?: number;
|
|
1996
|
+
static names(): {
|
|
1997
|
+
[key: string]: string;
|
|
1998
|
+
};
|
|
1999
|
+
static types(): {
|
|
2000
|
+
[key: string]: any;
|
|
2001
|
+
};
|
|
2002
|
+
constructor(map?: {
|
|
2003
|
+
[key: string]: any;
|
|
2004
|
+
});
|
|
2005
|
+
}
|
|
2006
|
+
export declare class QueryPhoneTwiceTelVerifyResponseBodyData extends $tea.Model {
|
|
2007
|
+
carrierCode?: string;
|
|
2008
|
+
verifyResult?: number;
|
|
2009
|
+
static names(): {
|
|
2010
|
+
[key: string]: string;
|
|
2011
|
+
};
|
|
2012
|
+
static types(): {
|
|
2013
|
+
[key: string]: any;
|
|
2014
|
+
};
|
|
2015
|
+
constructor(map?: {
|
|
2016
|
+
[key: string]: any;
|
|
2017
|
+
});
|
|
2018
|
+
}
|
|
1894
2019
|
export declare class QueryTagApplyRuleResponseBodyData extends $tea.Model {
|
|
1895
2020
|
applyMaterialDesc?: string;
|
|
1896
2021
|
autoAudit?: number;
|
|
@@ -2452,6 +2577,10 @@ export default class Client extends OpenApi {
|
|
|
2452
2577
|
phoneNumberStatusForVoice(request: PhoneNumberStatusForVoiceRequest): Promise<PhoneNumberStatusForVoiceResponse>;
|
|
2453
2578
|
queryAvailableAuthCodeWithOptions(request: QueryAvailableAuthCodeRequest, runtime: $Util.RuntimeOptions): Promise<QueryAvailableAuthCodeResponse>;
|
|
2454
2579
|
queryAvailableAuthCode(request: QueryAvailableAuthCodeRequest): Promise<QueryAvailableAuthCodeResponse>;
|
|
2580
|
+
queryPhoneNumberOnlineTimeWithOptions(request: QueryPhoneNumberOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<QueryPhoneNumberOnlineTimeResponse>;
|
|
2581
|
+
queryPhoneNumberOnlineTime(request: QueryPhoneNumberOnlineTimeRequest): Promise<QueryPhoneNumberOnlineTimeResponse>;
|
|
2582
|
+
queryPhoneTwiceTelVerifyWithOptions(request: QueryPhoneTwiceTelVerifyRequest, runtime: $Util.RuntimeOptions): Promise<QueryPhoneTwiceTelVerifyResponse>;
|
|
2583
|
+
queryPhoneTwiceTelVerify(request: QueryPhoneTwiceTelVerifyRequest): Promise<QueryPhoneTwiceTelVerifyResponse>;
|
|
2455
2584
|
queryTagApplyRuleWithOptions(request: QueryTagApplyRuleRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagApplyRuleResponse>;
|
|
2456
2585
|
queryTagApplyRule(request: QueryTagApplyRuleRequest): Promise<QueryTagApplyRuleResponse>;
|
|
2457
2586
|
queryTagInfoBySelectionWithOptions(request: QueryTagInfoBySelectionRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagInfoBySelectionResponse>;
|