@alicloud/dytnsapi20200217 1.0.20 → 1.0.22
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 +11 -252
- package/dist/client.js +55 -493
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +89 -624
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;
|
|
@@ -246,6 +155,7 @@ export declare class DescribePhoneNumberOnlineTimeResponse extends $tea.Model {
|
|
|
246
155
|
}
|
|
247
156
|
export declare class DescribePhoneNumberOperatorAttributeRequest extends $tea.Model {
|
|
248
157
|
authCode?: string;
|
|
158
|
+
extendFunction?: string;
|
|
249
159
|
inputNumber?: string;
|
|
250
160
|
mask?: string;
|
|
251
161
|
ownerId?: number;
|
|
@@ -292,101 +202,9 @@ export declare class DescribePhoneNumberOperatorAttributeResponse extends $tea.M
|
|
|
292
202
|
[key: string]: any;
|
|
293
203
|
});
|
|
294
204
|
}
|
|
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
205
|
export declare class DescribePhoneTwiceTelVerifyRequest extends $tea.Model {
|
|
389
206
|
authCode?: string;
|
|
207
|
+
extendFunction?: string;
|
|
390
208
|
inputNumber?: string;
|
|
391
209
|
mask?: string;
|
|
392
210
|
ownerId?: number;
|
|
@@ -532,6 +350,7 @@ export declare class PhoneNumberEncryptResponse extends $tea.Model {
|
|
|
532
350
|
}
|
|
533
351
|
export declare class PhoneNumberStatusForAccountRequest extends $tea.Model {
|
|
534
352
|
authCode?: string;
|
|
353
|
+
extendFunction?: string;
|
|
535
354
|
inputNumber?: string;
|
|
536
355
|
mask?: string;
|
|
537
356
|
ownerId?: number;
|
|
@@ -628,6 +447,7 @@ export declare class PhoneNumberStatusForPublicResponse extends $tea.Model {
|
|
|
628
447
|
}
|
|
629
448
|
export declare class PhoneNumberStatusForRealRequest extends $tea.Model {
|
|
630
449
|
authCode?: string;
|
|
450
|
+
extendFunction?: string;
|
|
631
451
|
inputNumber?: string;
|
|
632
452
|
mask?: string;
|
|
633
453
|
ownerId?: number;
|
|
@@ -676,6 +496,7 @@ export declare class PhoneNumberStatusForRealResponse extends $tea.Model {
|
|
|
676
496
|
}
|
|
677
497
|
export declare class PhoneNumberStatusForSmsRequest extends $tea.Model {
|
|
678
498
|
authCode?: string;
|
|
499
|
+
extendFunction?: string;
|
|
679
500
|
inputNumber?: string;
|
|
680
501
|
mask?: string;
|
|
681
502
|
ownerId?: number;
|
|
@@ -724,6 +545,7 @@ export declare class PhoneNumberStatusForSmsResponse extends $tea.Model {
|
|
|
724
545
|
}
|
|
725
546
|
export declare class PhoneNumberStatusForVirtualRequest extends $tea.Model {
|
|
726
547
|
authCode?: string;
|
|
548
|
+
extendFunction?: string;
|
|
727
549
|
inputNumber?: string;
|
|
728
550
|
mask?: string;
|
|
729
551
|
ownerId?: number;
|
|
@@ -772,6 +594,7 @@ export declare class PhoneNumberStatusForVirtualResponse extends $tea.Model {
|
|
|
772
594
|
}
|
|
773
595
|
export declare class PhoneNumberStatusForVoiceRequest extends $tea.Model {
|
|
774
596
|
authCode?: string;
|
|
597
|
+
extendFunction?: string;
|
|
775
598
|
inputNumber?: string;
|
|
776
599
|
mask?: string;
|
|
777
600
|
ownerId?: number;
|
|
@@ -821,13 +644,13 @@ export declare class PhoneNumberStatusForVoiceResponse extends $tea.Model {
|
|
|
821
644
|
export declare class ThreeElementsVerificationRequest extends $tea.Model {
|
|
822
645
|
authCode?: string;
|
|
823
646
|
certCode?: string;
|
|
647
|
+
extendFunction?: string;
|
|
824
648
|
inputNumber?: string;
|
|
825
649
|
mask?: string;
|
|
826
650
|
name?: string;
|
|
827
651
|
ownerId?: number;
|
|
828
652
|
resourceOwnerAccount?: string;
|
|
829
653
|
resourceOwnerId?: number;
|
|
830
|
-
routeName?: string;
|
|
831
654
|
static names(): {
|
|
832
655
|
[key: string]: string;
|
|
833
656
|
};
|
|
@@ -871,6 +694,7 @@ export declare class ThreeElementsVerificationResponse extends $tea.Model {
|
|
|
871
694
|
}
|
|
872
695
|
export declare class TwoElementsVerificationRequest extends $tea.Model {
|
|
873
696
|
authCode?: string;
|
|
697
|
+
extendFunction?: string;
|
|
874
698
|
inputNumber?: string;
|
|
875
699
|
mask?: string;
|
|
876
700
|
name?: string;
|
|
@@ -931,19 +755,6 @@ export declare class DescribeEmptyNumberResponseBodyData extends $tea.Model {
|
|
|
931
755
|
[key: string]: any;
|
|
932
756
|
});
|
|
933
757
|
}
|
|
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
758
|
export declare class DescribePhoneNumberAnalysisResponseBodyData extends $tea.Model {
|
|
948
759
|
code?: string;
|
|
949
760
|
number?: string;
|
|
@@ -957,23 +768,6 @@ export declare class DescribePhoneNumberAnalysisResponseBodyData extends $tea.Mo
|
|
|
957
768
|
[key: string]: any;
|
|
958
769
|
});
|
|
959
770
|
}
|
|
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
771
|
export declare class DescribePhoneNumberOnlineTimeResponseBodyData extends $tea.Model {
|
|
978
772
|
carrierCode?: string;
|
|
979
773
|
verifyResult?: string;
|
|
@@ -1004,33 +798,6 @@ export declare class DescribePhoneNumberOperatorAttributeResponseBodyData extend
|
|
|
1004
798
|
[key: string]: any;
|
|
1005
799
|
});
|
|
1006
800
|
}
|
|
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
801
|
export declare class DescribePhoneTwiceTelVerifyResponseBodyData extends $tea.Model {
|
|
1035
802
|
carrier?: string;
|
|
1036
803
|
verifyResult?: string;
|
|
@@ -1183,20 +950,12 @@ export default class Client extends OpenApi {
|
|
|
1183
950
|
}, endpoint: string): string;
|
|
1184
951
|
describeEmptyNumberWithOptions(request: DescribeEmptyNumberRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEmptyNumberResponse>;
|
|
1185
952
|
describeEmptyNumber(request: DescribeEmptyNumberRequest): Promise<DescribeEmptyNumberResponse>;
|
|
1186
|
-
describeEmptyNumberDetectWithOptions(request: DescribeEmptyNumberDetectRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEmptyNumberDetectResponse>;
|
|
1187
|
-
describeEmptyNumberDetect(request: DescribeEmptyNumberDetectRequest): Promise<DescribeEmptyNumberDetectResponse>;
|
|
1188
953
|
describePhoneNumberAnalysisWithOptions(request: DescribePhoneNumberAnalysisRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisResponse>;
|
|
1189
954
|
describePhoneNumberAnalysis(request: DescribePhoneNumberAnalysisRequest): Promise<DescribePhoneNumberAnalysisResponse>;
|
|
1190
|
-
describePhoneNumberAttributeWithOptions(request: DescribePhoneNumberAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAttributeResponse>;
|
|
1191
|
-
describePhoneNumberAttribute(request: DescribePhoneNumberAttributeRequest): Promise<DescribePhoneNumberAttributeResponse>;
|
|
1192
955
|
describePhoneNumberOnlineTimeWithOptions(request: DescribePhoneNumberOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOnlineTimeResponse>;
|
|
1193
956
|
describePhoneNumberOnlineTime(request: DescribePhoneNumberOnlineTimeRequest): Promise<DescribePhoneNumberOnlineTimeResponse>;
|
|
1194
957
|
describePhoneNumberOperatorAttributeWithOptions(request: DescribePhoneNumberOperatorAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOperatorAttributeResponse>;
|
|
1195
958
|
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
959
|
describePhoneTwiceTelVerifyWithOptions(request: DescribePhoneTwiceTelVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneTwiceTelVerifyResponse>;
|
|
1201
960
|
describePhoneTwiceTelVerify(request: DescribePhoneTwiceTelVerifyRequest): Promise<DescribePhoneTwiceTelVerifyResponse>;
|
|
1202
961
|
invalidPhoneNumberFilterWithOptions(request: InvalidPhoneNumberFilterRequest, runtime: $Util.RuntimeOptions): Promise<InvalidPhoneNumberFilterResponse>;
|