@alicloud/dytnsapi20200217 1.0.20 → 1.0.21
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 +10 -252
- package/dist/client.js +50 -493
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +70 -612
package/dist/client.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
|
6
6
|
import * as $tea from '@alicloud/tea-typescript';
|
|
7
7
|
export declare class DescribeEmptyNumberRequest extends $tea.Model {
|
|
8
8
|
authCode?: string;
|
|
9
|
+
extendFunction?: string;
|
|
9
10
|
inputNumber?: string;
|
|
10
11
|
mask?: string;
|
|
11
12
|
ownerId?: number;
|
|
@@ -52,53 +53,6 @@ export declare class DescribeEmptyNumberResponse extends $tea.Model {
|
|
|
52
53
|
[key: string]: any;
|
|
53
54
|
});
|
|
54
55
|
}
|
|
55
|
-
export declare class DescribeEmptyNumberDetectRequest extends $tea.Model {
|
|
56
|
-
encryptType?: string;
|
|
57
|
-
ownerId?: number;
|
|
58
|
-
phone?: string;
|
|
59
|
-
resourceOwnerAccount?: string;
|
|
60
|
-
resourceOwnerId?: number;
|
|
61
|
-
static names(): {
|
|
62
|
-
[key: string]: string;
|
|
63
|
-
};
|
|
64
|
-
static types(): {
|
|
65
|
-
[key: string]: any;
|
|
66
|
-
};
|
|
67
|
-
constructor(map?: {
|
|
68
|
-
[key: string]: any;
|
|
69
|
-
});
|
|
70
|
-
}
|
|
71
|
-
export declare class DescribeEmptyNumberDetectResponseBody extends $tea.Model {
|
|
72
|
-
code?: string;
|
|
73
|
-
data?: DescribeEmptyNumberDetectResponseBodyData[];
|
|
74
|
-
message?: string;
|
|
75
|
-
requestId?: string;
|
|
76
|
-
static names(): {
|
|
77
|
-
[key: string]: string;
|
|
78
|
-
};
|
|
79
|
-
static types(): {
|
|
80
|
-
[key: string]: any;
|
|
81
|
-
};
|
|
82
|
-
constructor(map?: {
|
|
83
|
-
[key: string]: any;
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
export declare class DescribeEmptyNumberDetectResponse extends $tea.Model {
|
|
87
|
-
headers: {
|
|
88
|
-
[key: string]: string;
|
|
89
|
-
};
|
|
90
|
-
statusCode: number;
|
|
91
|
-
body: DescribeEmptyNumberDetectResponseBody;
|
|
92
|
-
static names(): {
|
|
93
|
-
[key: string]: string;
|
|
94
|
-
};
|
|
95
|
-
static types(): {
|
|
96
|
-
[key: string]: any;
|
|
97
|
-
};
|
|
98
|
-
constructor(map?: {
|
|
99
|
-
[key: string]: any;
|
|
100
|
-
});
|
|
101
|
-
}
|
|
102
56
|
export declare class DescribePhoneNumberAnalysisRequest extends $tea.Model {
|
|
103
57
|
authCode?: string;
|
|
104
58
|
inputNumber?: string;
|
|
@@ -149,55 +103,10 @@ export declare class DescribePhoneNumberAnalysisResponse extends $tea.Model {
|
|
|
149
103
|
[key: string]: any;
|
|
150
104
|
});
|
|
151
105
|
}
|
|
152
|
-
export declare class DescribePhoneNumberAttributeRequest extends $tea.Model {
|
|
153
|
-
ownerId?: number;
|
|
154
|
-
phoneNumber?: string;
|
|
155
|
-
resourceOwnerAccount?: string;
|
|
156
|
-
resourceOwnerId?: number;
|
|
157
|
-
static names(): {
|
|
158
|
-
[key: string]: string;
|
|
159
|
-
};
|
|
160
|
-
static types(): {
|
|
161
|
-
[key: string]: any;
|
|
162
|
-
};
|
|
163
|
-
constructor(map?: {
|
|
164
|
-
[key: string]: any;
|
|
165
|
-
});
|
|
166
|
-
}
|
|
167
|
-
export declare class DescribePhoneNumberAttributeResponseBody extends $tea.Model {
|
|
168
|
-
code?: string;
|
|
169
|
-
message?: string;
|
|
170
|
-
phoneNumberAttribute?: DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute;
|
|
171
|
-
requestId?: string;
|
|
172
|
-
static names(): {
|
|
173
|
-
[key: string]: string;
|
|
174
|
-
};
|
|
175
|
-
static types(): {
|
|
176
|
-
[key: string]: any;
|
|
177
|
-
};
|
|
178
|
-
constructor(map?: {
|
|
179
|
-
[key: string]: any;
|
|
180
|
-
});
|
|
181
|
-
}
|
|
182
|
-
export declare class DescribePhoneNumberAttributeResponse extends $tea.Model {
|
|
183
|
-
headers: {
|
|
184
|
-
[key: string]: string;
|
|
185
|
-
};
|
|
186
|
-
statusCode: number;
|
|
187
|
-
body: DescribePhoneNumberAttributeResponseBody;
|
|
188
|
-
static names(): {
|
|
189
|
-
[key: string]: string;
|
|
190
|
-
};
|
|
191
|
-
static types(): {
|
|
192
|
-
[key: string]: any;
|
|
193
|
-
};
|
|
194
|
-
constructor(map?: {
|
|
195
|
-
[key: string]: any;
|
|
196
|
-
});
|
|
197
|
-
}
|
|
198
106
|
export declare class DescribePhoneNumberOnlineTimeRequest extends $tea.Model {
|
|
199
107
|
authCode?: string;
|
|
200
108
|
carrier?: string;
|
|
109
|
+
extendFunction?: string;
|
|
201
110
|
inputNumber?: string;
|
|
202
111
|
mask?: string;
|
|
203
112
|
ownerId?: number;
|
|
@@ -292,101 +201,9 @@ export declare class DescribePhoneNumberOperatorAttributeResponse extends $tea.M
|
|
|
292
201
|
[key: string]: any;
|
|
293
202
|
});
|
|
294
203
|
}
|
|
295
|
-
export declare class DescribePhoneNumberResaleRequest extends $tea.Model {
|
|
296
|
-
ownerId?: number;
|
|
297
|
-
phoneNumber?: string;
|
|
298
|
-
resourceOwnerAccount?: string;
|
|
299
|
-
resourceOwnerId?: number;
|
|
300
|
-
since?: string;
|
|
301
|
-
static names(): {
|
|
302
|
-
[key: string]: string;
|
|
303
|
-
};
|
|
304
|
-
static types(): {
|
|
305
|
-
[key: string]: any;
|
|
306
|
-
};
|
|
307
|
-
constructor(map?: {
|
|
308
|
-
[key: string]: any;
|
|
309
|
-
});
|
|
310
|
-
}
|
|
311
|
-
export declare class DescribePhoneNumberResaleResponseBody extends $tea.Model {
|
|
312
|
-
code?: string;
|
|
313
|
-
message?: string;
|
|
314
|
-
requestId?: string;
|
|
315
|
-
twiceTelVerify?: DescribePhoneNumberResaleResponseBodyTwiceTelVerify;
|
|
316
|
-
static names(): {
|
|
317
|
-
[key: string]: string;
|
|
318
|
-
};
|
|
319
|
-
static types(): {
|
|
320
|
-
[key: string]: any;
|
|
321
|
-
};
|
|
322
|
-
constructor(map?: {
|
|
323
|
-
[key: string]: any;
|
|
324
|
-
});
|
|
325
|
-
}
|
|
326
|
-
export declare class DescribePhoneNumberResaleResponse extends $tea.Model {
|
|
327
|
-
headers: {
|
|
328
|
-
[key: string]: string;
|
|
329
|
-
};
|
|
330
|
-
statusCode: number;
|
|
331
|
-
body: DescribePhoneNumberResaleResponseBody;
|
|
332
|
-
static names(): {
|
|
333
|
-
[key: string]: string;
|
|
334
|
-
};
|
|
335
|
-
static types(): {
|
|
336
|
-
[key: string]: any;
|
|
337
|
-
};
|
|
338
|
-
constructor(map?: {
|
|
339
|
-
[key: string]: any;
|
|
340
|
-
});
|
|
341
|
-
}
|
|
342
|
-
export declare class DescribePhoneNumberStatusRequest extends $tea.Model {
|
|
343
|
-
ownerId?: number;
|
|
344
|
-
phoneNumber?: string;
|
|
345
|
-
resourceOwnerAccount?: string;
|
|
346
|
-
resourceOwnerId?: number;
|
|
347
|
-
static names(): {
|
|
348
|
-
[key: string]: string;
|
|
349
|
-
};
|
|
350
|
-
static types(): {
|
|
351
|
-
[key: string]: any;
|
|
352
|
-
};
|
|
353
|
-
constructor(map?: {
|
|
354
|
-
[key: string]: any;
|
|
355
|
-
});
|
|
356
|
-
}
|
|
357
|
-
export declare class DescribePhoneNumberStatusResponseBody extends $tea.Model {
|
|
358
|
-
code?: string;
|
|
359
|
-
message?: string;
|
|
360
|
-
phoneStatus?: DescribePhoneNumberStatusResponseBodyPhoneStatus;
|
|
361
|
-
requestId?: string;
|
|
362
|
-
static names(): {
|
|
363
|
-
[key: string]: string;
|
|
364
|
-
};
|
|
365
|
-
static types(): {
|
|
366
|
-
[key: string]: any;
|
|
367
|
-
};
|
|
368
|
-
constructor(map?: {
|
|
369
|
-
[key: string]: any;
|
|
370
|
-
});
|
|
371
|
-
}
|
|
372
|
-
export declare class DescribePhoneNumberStatusResponse extends $tea.Model {
|
|
373
|
-
headers: {
|
|
374
|
-
[key: string]: string;
|
|
375
|
-
};
|
|
376
|
-
statusCode: number;
|
|
377
|
-
body: DescribePhoneNumberStatusResponseBody;
|
|
378
|
-
static names(): {
|
|
379
|
-
[key: string]: string;
|
|
380
|
-
};
|
|
381
|
-
static types(): {
|
|
382
|
-
[key: string]: any;
|
|
383
|
-
};
|
|
384
|
-
constructor(map?: {
|
|
385
|
-
[key: string]: any;
|
|
386
|
-
});
|
|
387
|
-
}
|
|
388
204
|
export declare class DescribePhoneTwiceTelVerifyRequest extends $tea.Model {
|
|
389
205
|
authCode?: string;
|
|
206
|
+
extendFunction?: string;
|
|
390
207
|
inputNumber?: string;
|
|
391
208
|
mask?: string;
|
|
392
209
|
ownerId?: number;
|
|
@@ -532,6 +349,7 @@ export declare class PhoneNumberEncryptResponse extends $tea.Model {
|
|
|
532
349
|
}
|
|
533
350
|
export declare class PhoneNumberStatusForAccountRequest extends $tea.Model {
|
|
534
351
|
authCode?: string;
|
|
352
|
+
extendFunction?: string;
|
|
535
353
|
inputNumber?: string;
|
|
536
354
|
mask?: string;
|
|
537
355
|
ownerId?: number;
|
|
@@ -628,6 +446,7 @@ export declare class PhoneNumberStatusForPublicResponse extends $tea.Model {
|
|
|
628
446
|
}
|
|
629
447
|
export declare class PhoneNumberStatusForRealRequest extends $tea.Model {
|
|
630
448
|
authCode?: string;
|
|
449
|
+
extendFunction?: string;
|
|
631
450
|
inputNumber?: string;
|
|
632
451
|
mask?: string;
|
|
633
452
|
ownerId?: number;
|
|
@@ -676,6 +495,7 @@ export declare class PhoneNumberStatusForRealResponse extends $tea.Model {
|
|
|
676
495
|
}
|
|
677
496
|
export declare class PhoneNumberStatusForSmsRequest extends $tea.Model {
|
|
678
497
|
authCode?: string;
|
|
498
|
+
extendFunction?: string;
|
|
679
499
|
inputNumber?: string;
|
|
680
500
|
mask?: string;
|
|
681
501
|
ownerId?: number;
|
|
@@ -724,6 +544,7 @@ export declare class PhoneNumberStatusForSmsResponse extends $tea.Model {
|
|
|
724
544
|
}
|
|
725
545
|
export declare class PhoneNumberStatusForVirtualRequest extends $tea.Model {
|
|
726
546
|
authCode?: string;
|
|
547
|
+
extendFunction?: string;
|
|
727
548
|
inputNumber?: string;
|
|
728
549
|
mask?: string;
|
|
729
550
|
ownerId?: number;
|
|
@@ -772,6 +593,7 @@ export declare class PhoneNumberStatusForVirtualResponse extends $tea.Model {
|
|
|
772
593
|
}
|
|
773
594
|
export declare class PhoneNumberStatusForVoiceRequest extends $tea.Model {
|
|
774
595
|
authCode?: string;
|
|
596
|
+
extendFunction?: string;
|
|
775
597
|
inputNumber?: string;
|
|
776
598
|
mask?: string;
|
|
777
599
|
ownerId?: number;
|
|
@@ -821,13 +643,13 @@ export declare class PhoneNumberStatusForVoiceResponse extends $tea.Model {
|
|
|
821
643
|
export declare class ThreeElementsVerificationRequest extends $tea.Model {
|
|
822
644
|
authCode?: string;
|
|
823
645
|
certCode?: string;
|
|
646
|
+
extendFunction?: string;
|
|
824
647
|
inputNumber?: string;
|
|
825
648
|
mask?: string;
|
|
826
649
|
name?: string;
|
|
827
650
|
ownerId?: number;
|
|
828
651
|
resourceOwnerAccount?: string;
|
|
829
652
|
resourceOwnerId?: number;
|
|
830
|
-
routeName?: string;
|
|
831
653
|
static names(): {
|
|
832
654
|
[key: string]: string;
|
|
833
655
|
};
|
|
@@ -871,6 +693,7 @@ export declare class ThreeElementsVerificationResponse extends $tea.Model {
|
|
|
871
693
|
}
|
|
872
694
|
export declare class TwoElementsVerificationRequest extends $tea.Model {
|
|
873
695
|
authCode?: string;
|
|
696
|
+
extendFunction?: string;
|
|
874
697
|
inputNumber?: string;
|
|
875
698
|
mask?: string;
|
|
876
699
|
name?: string;
|
|
@@ -931,19 +754,6 @@ export declare class DescribeEmptyNumberResponseBodyData extends $tea.Model {
|
|
|
931
754
|
[key: string]: any;
|
|
932
755
|
});
|
|
933
756
|
}
|
|
934
|
-
export declare class DescribeEmptyNumberDetectResponseBodyData extends $tea.Model {
|
|
935
|
-
number?: string;
|
|
936
|
-
status?: string;
|
|
937
|
-
static names(): {
|
|
938
|
-
[key: string]: string;
|
|
939
|
-
};
|
|
940
|
-
static types(): {
|
|
941
|
-
[key: string]: any;
|
|
942
|
-
};
|
|
943
|
-
constructor(map?: {
|
|
944
|
-
[key: string]: any;
|
|
945
|
-
});
|
|
946
|
-
}
|
|
947
757
|
export declare class DescribePhoneNumberAnalysisResponseBodyData extends $tea.Model {
|
|
948
758
|
code?: string;
|
|
949
759
|
number?: string;
|
|
@@ -957,23 +767,6 @@ export declare class DescribePhoneNumberAnalysisResponseBodyData extends $tea.Mo
|
|
|
957
767
|
[key: string]: any;
|
|
958
768
|
});
|
|
959
769
|
}
|
|
960
|
-
export declare class DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute extends $tea.Model {
|
|
961
|
-
basicCarrier?: string;
|
|
962
|
-
carrier?: string;
|
|
963
|
-
city?: string;
|
|
964
|
-
isNumberPortability?: boolean;
|
|
965
|
-
numberSegment?: number;
|
|
966
|
-
province?: string;
|
|
967
|
-
static names(): {
|
|
968
|
-
[key: string]: string;
|
|
969
|
-
};
|
|
970
|
-
static types(): {
|
|
971
|
-
[key: string]: any;
|
|
972
|
-
};
|
|
973
|
-
constructor(map?: {
|
|
974
|
-
[key: string]: any;
|
|
975
|
-
});
|
|
976
|
-
}
|
|
977
770
|
export declare class DescribePhoneNumberOnlineTimeResponseBodyData extends $tea.Model {
|
|
978
771
|
carrierCode?: string;
|
|
979
772
|
verifyResult?: string;
|
|
@@ -1004,33 +797,6 @@ export declare class DescribePhoneNumberOperatorAttributeResponseBodyData extend
|
|
|
1004
797
|
[key: string]: any;
|
|
1005
798
|
});
|
|
1006
799
|
}
|
|
1007
|
-
export declare class DescribePhoneNumberResaleResponseBodyTwiceTelVerify extends $tea.Model {
|
|
1008
|
-
carrier?: string;
|
|
1009
|
-
verifyResult?: number;
|
|
1010
|
-
static names(): {
|
|
1011
|
-
[key: string]: string;
|
|
1012
|
-
};
|
|
1013
|
-
static types(): {
|
|
1014
|
-
[key: string]: any;
|
|
1015
|
-
};
|
|
1016
|
-
constructor(map?: {
|
|
1017
|
-
[key: string]: any;
|
|
1018
|
-
});
|
|
1019
|
-
}
|
|
1020
|
-
export declare class DescribePhoneNumberStatusResponseBodyPhoneStatus extends $tea.Model {
|
|
1021
|
-
carrier?: string;
|
|
1022
|
-
serialId?: string;
|
|
1023
|
-
status?: string;
|
|
1024
|
-
static names(): {
|
|
1025
|
-
[key: string]: string;
|
|
1026
|
-
};
|
|
1027
|
-
static types(): {
|
|
1028
|
-
[key: string]: any;
|
|
1029
|
-
};
|
|
1030
|
-
constructor(map?: {
|
|
1031
|
-
[key: string]: any;
|
|
1032
|
-
});
|
|
1033
|
-
}
|
|
1034
800
|
export declare class DescribePhoneTwiceTelVerifyResponseBodyData extends $tea.Model {
|
|
1035
801
|
carrier?: string;
|
|
1036
802
|
verifyResult?: string;
|
|
@@ -1183,20 +949,12 @@ export default class Client extends OpenApi {
|
|
|
1183
949
|
}, endpoint: string): string;
|
|
1184
950
|
describeEmptyNumberWithOptions(request: DescribeEmptyNumberRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEmptyNumberResponse>;
|
|
1185
951
|
describeEmptyNumber(request: DescribeEmptyNumberRequest): Promise<DescribeEmptyNumberResponse>;
|
|
1186
|
-
describeEmptyNumberDetectWithOptions(request: DescribeEmptyNumberDetectRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEmptyNumberDetectResponse>;
|
|
1187
|
-
describeEmptyNumberDetect(request: DescribeEmptyNumberDetectRequest): Promise<DescribeEmptyNumberDetectResponse>;
|
|
1188
952
|
describePhoneNumberAnalysisWithOptions(request: DescribePhoneNumberAnalysisRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisResponse>;
|
|
1189
953
|
describePhoneNumberAnalysis(request: DescribePhoneNumberAnalysisRequest): Promise<DescribePhoneNumberAnalysisResponse>;
|
|
1190
|
-
describePhoneNumberAttributeWithOptions(request: DescribePhoneNumberAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAttributeResponse>;
|
|
1191
|
-
describePhoneNumberAttribute(request: DescribePhoneNumberAttributeRequest): Promise<DescribePhoneNumberAttributeResponse>;
|
|
1192
954
|
describePhoneNumberOnlineTimeWithOptions(request: DescribePhoneNumberOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOnlineTimeResponse>;
|
|
1193
955
|
describePhoneNumberOnlineTime(request: DescribePhoneNumberOnlineTimeRequest): Promise<DescribePhoneNumberOnlineTimeResponse>;
|
|
1194
956
|
describePhoneNumberOperatorAttributeWithOptions(request: DescribePhoneNumberOperatorAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOperatorAttributeResponse>;
|
|
1195
957
|
describePhoneNumberOperatorAttribute(request: DescribePhoneNumberOperatorAttributeRequest): Promise<DescribePhoneNumberOperatorAttributeResponse>;
|
|
1196
|
-
describePhoneNumberResaleWithOptions(request: DescribePhoneNumberResaleRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberResaleResponse>;
|
|
1197
|
-
describePhoneNumberResale(request: DescribePhoneNumberResaleRequest): Promise<DescribePhoneNumberResaleResponse>;
|
|
1198
|
-
describePhoneNumberStatusWithOptions(request: DescribePhoneNumberStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberStatusResponse>;
|
|
1199
|
-
describePhoneNumberStatus(request: DescribePhoneNumberStatusRequest): Promise<DescribePhoneNumberStatusResponse>;
|
|
1200
958
|
describePhoneTwiceTelVerifyWithOptions(request: DescribePhoneTwiceTelVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneTwiceTelVerifyResponse>;
|
|
1201
959
|
describePhoneTwiceTelVerify(request: DescribePhoneTwiceTelVerifyRequest): Promise<DescribePhoneTwiceTelVerifyResponse>;
|
|
1202
960
|
invalidPhoneNumberFilterWithOptions(request: InvalidPhoneNumberFilterRequest, runtime: $Util.RuntimeOptions): Promise<InvalidPhoneNumberFilterResponse>;
|