@alicloud/dytnsapi20200217 1.0.19 → 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 -251
- package/dist/client.js +50 -488
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +72 -607
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,6 +643,7 @@ 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;
|
|
@@ -870,6 +693,7 @@ export declare class ThreeElementsVerificationResponse extends $tea.Model {
|
|
|
870
693
|
}
|
|
871
694
|
export declare class TwoElementsVerificationRequest extends $tea.Model {
|
|
872
695
|
authCode?: string;
|
|
696
|
+
extendFunction?: string;
|
|
873
697
|
inputNumber?: string;
|
|
874
698
|
mask?: string;
|
|
875
699
|
name?: string;
|
|
@@ -930,19 +754,6 @@ export declare class DescribeEmptyNumberResponseBodyData extends $tea.Model {
|
|
|
930
754
|
[key: string]: any;
|
|
931
755
|
});
|
|
932
756
|
}
|
|
933
|
-
export declare class DescribeEmptyNumberDetectResponseBodyData extends $tea.Model {
|
|
934
|
-
number?: string;
|
|
935
|
-
status?: string;
|
|
936
|
-
static names(): {
|
|
937
|
-
[key: string]: string;
|
|
938
|
-
};
|
|
939
|
-
static types(): {
|
|
940
|
-
[key: string]: any;
|
|
941
|
-
};
|
|
942
|
-
constructor(map?: {
|
|
943
|
-
[key: string]: any;
|
|
944
|
-
});
|
|
945
|
-
}
|
|
946
757
|
export declare class DescribePhoneNumberAnalysisResponseBodyData extends $tea.Model {
|
|
947
758
|
code?: string;
|
|
948
759
|
number?: string;
|
|
@@ -956,23 +767,6 @@ export declare class DescribePhoneNumberAnalysisResponseBodyData extends $tea.Mo
|
|
|
956
767
|
[key: string]: any;
|
|
957
768
|
});
|
|
958
769
|
}
|
|
959
|
-
export declare class DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute extends $tea.Model {
|
|
960
|
-
basicCarrier?: string;
|
|
961
|
-
carrier?: string;
|
|
962
|
-
city?: string;
|
|
963
|
-
isNumberPortability?: boolean;
|
|
964
|
-
numberSegment?: number;
|
|
965
|
-
province?: string;
|
|
966
|
-
static names(): {
|
|
967
|
-
[key: string]: string;
|
|
968
|
-
};
|
|
969
|
-
static types(): {
|
|
970
|
-
[key: string]: any;
|
|
971
|
-
};
|
|
972
|
-
constructor(map?: {
|
|
973
|
-
[key: string]: any;
|
|
974
|
-
});
|
|
975
|
-
}
|
|
976
770
|
export declare class DescribePhoneNumberOnlineTimeResponseBodyData extends $tea.Model {
|
|
977
771
|
carrierCode?: string;
|
|
978
772
|
verifyResult?: string;
|
|
@@ -1003,33 +797,6 @@ export declare class DescribePhoneNumberOperatorAttributeResponseBodyData extend
|
|
|
1003
797
|
[key: string]: any;
|
|
1004
798
|
});
|
|
1005
799
|
}
|
|
1006
|
-
export declare class DescribePhoneNumberResaleResponseBodyTwiceTelVerify extends $tea.Model {
|
|
1007
|
-
carrier?: string;
|
|
1008
|
-
verifyResult?: number;
|
|
1009
|
-
static names(): {
|
|
1010
|
-
[key: string]: string;
|
|
1011
|
-
};
|
|
1012
|
-
static types(): {
|
|
1013
|
-
[key: string]: any;
|
|
1014
|
-
};
|
|
1015
|
-
constructor(map?: {
|
|
1016
|
-
[key: string]: any;
|
|
1017
|
-
});
|
|
1018
|
-
}
|
|
1019
|
-
export declare class DescribePhoneNumberStatusResponseBodyPhoneStatus extends $tea.Model {
|
|
1020
|
-
carrier?: string;
|
|
1021
|
-
serialId?: string;
|
|
1022
|
-
status?: string;
|
|
1023
|
-
static names(): {
|
|
1024
|
-
[key: string]: string;
|
|
1025
|
-
};
|
|
1026
|
-
static types(): {
|
|
1027
|
-
[key: string]: any;
|
|
1028
|
-
};
|
|
1029
|
-
constructor(map?: {
|
|
1030
|
-
[key: string]: any;
|
|
1031
|
-
});
|
|
1032
|
-
}
|
|
1033
800
|
export declare class DescribePhoneTwiceTelVerifyResponseBodyData extends $tea.Model {
|
|
1034
801
|
carrier?: string;
|
|
1035
802
|
verifyResult?: string;
|
|
@@ -1182,20 +949,12 @@ export default class Client extends OpenApi {
|
|
|
1182
949
|
}, endpoint: string): string;
|
|
1183
950
|
describeEmptyNumberWithOptions(request: DescribeEmptyNumberRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEmptyNumberResponse>;
|
|
1184
951
|
describeEmptyNumber(request: DescribeEmptyNumberRequest): Promise<DescribeEmptyNumberResponse>;
|
|
1185
|
-
describeEmptyNumberDetectWithOptions(request: DescribeEmptyNumberDetectRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEmptyNumberDetectResponse>;
|
|
1186
|
-
describeEmptyNumberDetect(request: DescribeEmptyNumberDetectRequest): Promise<DescribeEmptyNumberDetectResponse>;
|
|
1187
952
|
describePhoneNumberAnalysisWithOptions(request: DescribePhoneNumberAnalysisRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisResponse>;
|
|
1188
953
|
describePhoneNumberAnalysis(request: DescribePhoneNumberAnalysisRequest): Promise<DescribePhoneNumberAnalysisResponse>;
|
|
1189
|
-
describePhoneNumberAttributeWithOptions(request: DescribePhoneNumberAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAttributeResponse>;
|
|
1190
|
-
describePhoneNumberAttribute(request: DescribePhoneNumberAttributeRequest): Promise<DescribePhoneNumberAttributeResponse>;
|
|
1191
954
|
describePhoneNumberOnlineTimeWithOptions(request: DescribePhoneNumberOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOnlineTimeResponse>;
|
|
1192
955
|
describePhoneNumberOnlineTime(request: DescribePhoneNumberOnlineTimeRequest): Promise<DescribePhoneNumberOnlineTimeResponse>;
|
|
1193
956
|
describePhoneNumberOperatorAttributeWithOptions(request: DescribePhoneNumberOperatorAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOperatorAttributeResponse>;
|
|
1194
957
|
describePhoneNumberOperatorAttribute(request: DescribePhoneNumberOperatorAttributeRequest): Promise<DescribePhoneNumberOperatorAttributeResponse>;
|
|
1195
|
-
describePhoneNumberResaleWithOptions(request: DescribePhoneNumberResaleRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberResaleResponse>;
|
|
1196
|
-
describePhoneNumberResale(request: DescribePhoneNumberResaleRequest): Promise<DescribePhoneNumberResaleResponse>;
|
|
1197
|
-
describePhoneNumberStatusWithOptions(request: DescribePhoneNumberStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberStatusResponse>;
|
|
1198
|
-
describePhoneNumberStatus(request: DescribePhoneNumberStatusRequest): Promise<DescribePhoneNumberStatusResponse>;
|
|
1199
958
|
describePhoneTwiceTelVerifyWithOptions(request: DescribePhoneTwiceTelVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneTwiceTelVerifyResponse>;
|
|
1200
959
|
describePhoneTwiceTelVerify(request: DescribePhoneTwiceTelVerifyRequest): Promise<DescribePhoneTwiceTelVerifyResponse>;
|
|
1201
960
|
invalidPhoneNumberFilterWithOptions(request: InvalidPhoneNumberFilterRequest, runtime: $Util.RuntimeOptions): Promise<InvalidPhoneNumberFilterResponse>;
|