@alicloud/dytnsapi20200217 2.0.0 → 2.2.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 +916 -135
- package/dist/client.js +1703 -161
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +2242 -296
package/dist/client.d.ts
CHANGED
|
@@ -4,10 +4,12 @@
|
|
|
4
4
|
import * as $Util from '@alicloud/tea-util';
|
|
5
5
|
import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
6
6
|
import * as $tea from '@alicloud/tea-typescript';
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class CompanyFourElementsVerificationRequest extends $tea.Model {
|
|
8
8
|
authCode?: string;
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
epCertName?: string;
|
|
10
|
+
epCertNo?: string;
|
|
11
|
+
legalPersonCertName?: string;
|
|
12
|
+
legalPersonCertNo?: string;
|
|
11
13
|
ownerId?: number;
|
|
12
14
|
resourceOwnerAccount?: string;
|
|
13
15
|
resourceOwnerId?: number;
|
|
@@ -21,9 +23,10 @@ export declare class DescribeEmptyNumberRequest extends $tea.Model {
|
|
|
21
23
|
[key: string]: any;
|
|
22
24
|
});
|
|
23
25
|
}
|
|
24
|
-
export declare class
|
|
26
|
+
export declare class CompanyFourElementsVerificationResponseBody extends $tea.Model {
|
|
27
|
+
accessDeniedDetail?: string;
|
|
25
28
|
code?: string;
|
|
26
|
-
data?:
|
|
29
|
+
data?: CompanyFourElementsVerificationResponseBodyData;
|
|
27
30
|
message?: string;
|
|
28
31
|
requestId?: string;
|
|
29
32
|
static names(): {
|
|
@@ -36,12 +39,12 @@ export declare class DescribeEmptyNumberResponseBody extends $tea.Model {
|
|
|
36
39
|
[key: string]: any;
|
|
37
40
|
});
|
|
38
41
|
}
|
|
39
|
-
export declare class
|
|
42
|
+
export declare class CompanyFourElementsVerificationResponse extends $tea.Model {
|
|
40
43
|
headers: {
|
|
41
44
|
[key: string]: string;
|
|
42
45
|
};
|
|
43
46
|
statusCode: number;
|
|
44
|
-
body:
|
|
47
|
+
body: CompanyFourElementsVerificationResponseBody;
|
|
45
48
|
static names(): {
|
|
46
49
|
[key: string]: string;
|
|
47
50
|
};
|
|
@@ -52,13 +55,12 @@ export declare class DescribeEmptyNumberResponse extends $tea.Model {
|
|
|
52
55
|
[key: string]: any;
|
|
53
56
|
});
|
|
54
57
|
}
|
|
55
|
-
export declare class
|
|
58
|
+
export declare class CompanyThreeElementsVerificationRequest extends $tea.Model {
|
|
56
59
|
authCode?: string;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
+
epCertName?: string;
|
|
61
|
+
epCertNo?: string;
|
|
62
|
+
legalPersonCertName?: string;
|
|
60
63
|
ownerId?: number;
|
|
61
|
-
rate?: number;
|
|
62
64
|
resourceOwnerAccount?: string;
|
|
63
65
|
resourceOwnerId?: number;
|
|
64
66
|
static names(): {
|
|
@@ -71,9 +73,10 @@ export declare class DescribePhoneNumberAnalysisRequest extends $tea.Model {
|
|
|
71
73
|
[key: string]: any;
|
|
72
74
|
});
|
|
73
75
|
}
|
|
74
|
-
export declare class
|
|
76
|
+
export declare class CompanyThreeElementsVerificationResponseBody extends $tea.Model {
|
|
77
|
+
accessDeniedDetail?: string;
|
|
75
78
|
code?: string;
|
|
76
|
-
data?:
|
|
79
|
+
data?: CompanyThreeElementsVerificationResponseBodyData;
|
|
77
80
|
message?: string;
|
|
78
81
|
requestId?: string;
|
|
79
82
|
static names(): {
|
|
@@ -86,12 +89,12 @@ export declare class DescribePhoneNumberAnalysisResponseBody extends $tea.Model
|
|
|
86
89
|
[key: string]: any;
|
|
87
90
|
});
|
|
88
91
|
}
|
|
89
|
-
export declare class
|
|
92
|
+
export declare class CompanyThreeElementsVerificationResponse extends $tea.Model {
|
|
90
93
|
headers: {
|
|
91
94
|
[key: string]: string;
|
|
92
95
|
};
|
|
93
96
|
statusCode: number;
|
|
94
|
-
body:
|
|
97
|
+
body: CompanyThreeElementsVerificationResponseBody;
|
|
95
98
|
static names(): {
|
|
96
99
|
[key: string]: string;
|
|
97
100
|
};
|
|
@@ -102,11 +105,10 @@ export declare class DescribePhoneNumberAnalysisResponse extends $tea.Model {
|
|
|
102
105
|
[key: string]: any;
|
|
103
106
|
});
|
|
104
107
|
}
|
|
105
|
-
export declare class
|
|
108
|
+
export declare class CompanyTwoElementsVerificationRequest extends $tea.Model {
|
|
106
109
|
authCode?: string;
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
mask?: string;
|
|
110
|
+
epCertName?: string;
|
|
111
|
+
epCertNo?: string;
|
|
110
112
|
ownerId?: number;
|
|
111
113
|
resourceOwnerAccount?: string;
|
|
112
114
|
resourceOwnerId?: number;
|
|
@@ -120,9 +122,10 @@ export declare class DescribePhoneNumberOnlineTimeRequest extends $tea.Model {
|
|
|
120
122
|
[key: string]: any;
|
|
121
123
|
});
|
|
122
124
|
}
|
|
123
|
-
export declare class
|
|
125
|
+
export declare class CompanyTwoElementsVerificationResponseBody extends $tea.Model {
|
|
126
|
+
accessDeniedDetail?: string;
|
|
124
127
|
code?: string;
|
|
125
|
-
data?:
|
|
128
|
+
data?: CompanyTwoElementsVerificationResponseBodyData;
|
|
126
129
|
message?: string;
|
|
127
130
|
requestId?: string;
|
|
128
131
|
static names(): {
|
|
@@ -135,12 +138,12 @@ export declare class DescribePhoneNumberOnlineTimeResponseBody extends $tea.Mode
|
|
|
135
138
|
[key: string]: any;
|
|
136
139
|
});
|
|
137
140
|
}
|
|
138
|
-
export declare class
|
|
141
|
+
export declare class CompanyTwoElementsVerificationResponse extends $tea.Model {
|
|
139
142
|
headers: {
|
|
140
143
|
[key: string]: string;
|
|
141
144
|
};
|
|
142
145
|
statusCode: number;
|
|
143
|
-
body:
|
|
146
|
+
body: CompanyTwoElementsVerificationResponseBody;
|
|
144
147
|
static names(): {
|
|
145
148
|
[key: string]: string;
|
|
146
149
|
};
|
|
@@ -151,7 +154,7 @@ export declare class DescribePhoneNumberOnlineTimeResponse extends $tea.Model {
|
|
|
151
154
|
[key: string]: any;
|
|
152
155
|
});
|
|
153
156
|
}
|
|
154
|
-
export declare class
|
|
157
|
+
export declare class DescribeEmptyNumberRequest extends $tea.Model {
|
|
155
158
|
authCode?: string;
|
|
156
159
|
inputNumber?: string;
|
|
157
160
|
mask?: string;
|
|
@@ -168,9 +171,9 @@ export declare class DescribePhoneNumberOperatorAttributeRequest extends $tea.Mo
|
|
|
168
171
|
[key: string]: any;
|
|
169
172
|
});
|
|
170
173
|
}
|
|
171
|
-
export declare class
|
|
174
|
+
export declare class DescribeEmptyNumberResponseBody extends $tea.Model {
|
|
172
175
|
code?: string;
|
|
173
|
-
data?:
|
|
176
|
+
data?: DescribeEmptyNumberResponseBodyData;
|
|
174
177
|
message?: string;
|
|
175
178
|
requestId?: string;
|
|
176
179
|
static names(): {
|
|
@@ -183,12 +186,12 @@ export declare class DescribePhoneNumberOperatorAttributeResponseBody extends $t
|
|
|
183
186
|
[key: string]: any;
|
|
184
187
|
});
|
|
185
188
|
}
|
|
186
|
-
export declare class
|
|
189
|
+
export declare class DescribeEmptyNumberResponse extends $tea.Model {
|
|
187
190
|
headers: {
|
|
188
191
|
[key: string]: string;
|
|
189
192
|
};
|
|
190
193
|
statusCode: number;
|
|
191
|
-
body:
|
|
194
|
+
body: DescribeEmptyNumberResponseBody;
|
|
192
195
|
static names(): {
|
|
193
196
|
[key: string]: string;
|
|
194
197
|
};
|
|
@@ -199,14 +202,15 @@ export declare class DescribePhoneNumberOperatorAttributeResponse extends $tea.M
|
|
|
199
202
|
[key: string]: any;
|
|
200
203
|
});
|
|
201
204
|
}
|
|
202
|
-
export declare class
|
|
205
|
+
export declare class DescribePhoneNumberAnalysisRequest extends $tea.Model {
|
|
203
206
|
authCode?: string;
|
|
204
207
|
inputNumber?: string;
|
|
205
208
|
mask?: string;
|
|
209
|
+
numberType?: number;
|
|
206
210
|
ownerId?: number;
|
|
211
|
+
rate?: number;
|
|
207
212
|
resourceOwnerAccount?: string;
|
|
208
213
|
resourceOwnerId?: number;
|
|
209
|
-
startTime?: string;
|
|
210
214
|
static names(): {
|
|
211
215
|
[key: string]: string;
|
|
212
216
|
};
|
|
@@ -217,9 +221,9 @@ export declare class DescribePhoneTwiceTelVerifyRequest extends $tea.Model {
|
|
|
217
221
|
[key: string]: any;
|
|
218
222
|
});
|
|
219
223
|
}
|
|
220
|
-
export declare class
|
|
224
|
+
export declare class DescribePhoneNumberAnalysisResponseBody extends $tea.Model {
|
|
221
225
|
code?: string;
|
|
222
|
-
data?:
|
|
226
|
+
data?: DescribePhoneNumberAnalysisResponseBodyData;
|
|
223
227
|
message?: string;
|
|
224
228
|
requestId?: string;
|
|
225
229
|
static names(): {
|
|
@@ -232,12 +236,12 @@ export declare class DescribePhoneTwiceTelVerifyResponseBody extends $tea.Model
|
|
|
232
236
|
[key: string]: any;
|
|
233
237
|
});
|
|
234
238
|
}
|
|
235
|
-
export declare class
|
|
239
|
+
export declare class DescribePhoneNumberAnalysisResponse extends $tea.Model {
|
|
236
240
|
headers: {
|
|
237
241
|
[key: string]: string;
|
|
238
242
|
};
|
|
239
243
|
statusCode: number;
|
|
240
|
-
body:
|
|
244
|
+
body: DescribePhoneNumberAnalysisResponseBody;
|
|
241
245
|
static names(): {
|
|
242
246
|
[key: string]: string;
|
|
243
247
|
};
|
|
@@ -248,11 +252,12 @@ export declare class DescribePhoneTwiceTelVerifyResponse extends $tea.Model {
|
|
|
248
252
|
[key: string]: any;
|
|
249
253
|
});
|
|
250
254
|
}
|
|
251
|
-
export declare class
|
|
255
|
+
export declare class DescribePhoneNumberAnalysisAIRequest extends $tea.Model {
|
|
252
256
|
authCode?: string;
|
|
253
257
|
inputNumber?: string;
|
|
254
|
-
|
|
258
|
+
modelConfig?: string;
|
|
255
259
|
ownerId?: number;
|
|
260
|
+
rate?: number;
|
|
256
261
|
resourceOwnerAccount?: string;
|
|
257
262
|
resourceOwnerId?: number;
|
|
258
263
|
static names(): {
|
|
@@ -265,9 +270,9 @@ export declare class InvalidPhoneNumberFilterRequest extends $tea.Model {
|
|
|
265
270
|
[key: string]: any;
|
|
266
271
|
});
|
|
267
272
|
}
|
|
268
|
-
export declare class
|
|
273
|
+
export declare class DescribePhoneNumberAnalysisAIResponseBody extends $tea.Model {
|
|
269
274
|
code?: string;
|
|
270
|
-
data?:
|
|
275
|
+
data?: DescribePhoneNumberAnalysisAIResponseBodyData;
|
|
271
276
|
message?: string;
|
|
272
277
|
requestId?: string;
|
|
273
278
|
static names(): {
|
|
@@ -280,12 +285,12 @@ export declare class InvalidPhoneNumberFilterResponseBody extends $tea.Model {
|
|
|
280
285
|
[key: string]: any;
|
|
281
286
|
});
|
|
282
287
|
}
|
|
283
|
-
export declare class
|
|
288
|
+
export declare class DescribePhoneNumberAnalysisAIResponse extends $tea.Model {
|
|
284
289
|
headers: {
|
|
285
290
|
[key: string]: string;
|
|
286
291
|
};
|
|
287
292
|
statusCode: number;
|
|
288
|
-
body:
|
|
293
|
+
body: DescribePhoneNumberAnalysisAIResponseBody;
|
|
289
294
|
static names(): {
|
|
290
295
|
[key: string]: string;
|
|
291
296
|
};
|
|
@@ -296,11 +301,9 @@ export declare class InvalidPhoneNumberFilterResponse extends $tea.Model {
|
|
|
296
301
|
[key: string]: any;
|
|
297
302
|
});
|
|
298
303
|
}
|
|
299
|
-
export declare class
|
|
300
|
-
authCode?: string;
|
|
301
|
-
inputNumber?: string;
|
|
302
|
-
mask?: string;
|
|
304
|
+
export declare class DescribePhoneNumberAttributeRequest extends $tea.Model {
|
|
303
305
|
ownerId?: number;
|
|
306
|
+
phoneNumber?: string;
|
|
304
307
|
resourceOwnerAccount?: string;
|
|
305
308
|
resourceOwnerId?: number;
|
|
306
309
|
static names(): {
|
|
@@ -313,10 +316,10 @@ export declare class PhoneNumberEncryptRequest extends $tea.Model {
|
|
|
313
316
|
[key: string]: any;
|
|
314
317
|
});
|
|
315
318
|
}
|
|
316
|
-
export declare class
|
|
319
|
+
export declare class DescribePhoneNumberAttributeResponseBody extends $tea.Model {
|
|
317
320
|
code?: string;
|
|
318
|
-
data?: PhoneNumberEncryptResponseBodyData[];
|
|
319
321
|
message?: string;
|
|
322
|
+
phoneNumberAttribute?: DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute;
|
|
320
323
|
requestId?: string;
|
|
321
324
|
static names(): {
|
|
322
325
|
[key: string]: string;
|
|
@@ -328,12 +331,12 @@ export declare class PhoneNumberEncryptResponseBody extends $tea.Model {
|
|
|
328
331
|
[key: string]: any;
|
|
329
332
|
});
|
|
330
333
|
}
|
|
331
|
-
export declare class
|
|
334
|
+
export declare class DescribePhoneNumberAttributeResponse extends $tea.Model {
|
|
332
335
|
headers: {
|
|
333
336
|
[key: string]: string;
|
|
334
337
|
};
|
|
335
338
|
statusCode: number;
|
|
336
|
-
body:
|
|
339
|
+
body: DescribePhoneNumberAttributeResponseBody;
|
|
337
340
|
static names(): {
|
|
338
341
|
[key: string]: string;
|
|
339
342
|
};
|
|
@@ -344,8 +347,9 @@ export declare class PhoneNumberEncryptResponse extends $tea.Model {
|
|
|
344
347
|
[key: string]: any;
|
|
345
348
|
});
|
|
346
349
|
}
|
|
347
|
-
export declare class
|
|
350
|
+
export declare class DescribePhoneNumberOnlineTimeRequest extends $tea.Model {
|
|
348
351
|
authCode?: string;
|
|
352
|
+
carrier?: string;
|
|
349
353
|
inputNumber?: string;
|
|
350
354
|
mask?: string;
|
|
351
355
|
ownerId?: number;
|
|
@@ -361,9 +365,9 @@ export declare class PhoneNumberStatusForAccountRequest extends $tea.Model {
|
|
|
361
365
|
[key: string]: any;
|
|
362
366
|
});
|
|
363
367
|
}
|
|
364
|
-
export declare class
|
|
368
|
+
export declare class DescribePhoneNumberOnlineTimeResponseBody extends $tea.Model {
|
|
365
369
|
code?: string;
|
|
366
|
-
data?:
|
|
370
|
+
data?: DescribePhoneNumberOnlineTimeResponseBodyData;
|
|
367
371
|
message?: string;
|
|
368
372
|
requestId?: string;
|
|
369
373
|
static names(): {
|
|
@@ -376,12 +380,12 @@ export declare class PhoneNumberStatusForAccountResponseBody extends $tea.Model
|
|
|
376
380
|
[key: string]: any;
|
|
377
381
|
});
|
|
378
382
|
}
|
|
379
|
-
export declare class
|
|
383
|
+
export declare class DescribePhoneNumberOnlineTimeResponse extends $tea.Model {
|
|
380
384
|
headers: {
|
|
381
385
|
[key: string]: string;
|
|
382
386
|
};
|
|
383
387
|
statusCode: number;
|
|
384
|
-
body:
|
|
388
|
+
body: DescribePhoneNumberOnlineTimeResponseBody;
|
|
385
389
|
static names(): {
|
|
386
390
|
[key: string]: string;
|
|
387
391
|
};
|
|
@@ -392,7 +396,7 @@ export declare class PhoneNumberStatusForAccountResponse extends $tea.Model {
|
|
|
392
396
|
[key: string]: any;
|
|
393
397
|
});
|
|
394
398
|
}
|
|
395
|
-
export declare class
|
|
399
|
+
export declare class DescribePhoneNumberOperatorAttributeRequest extends $tea.Model {
|
|
396
400
|
authCode?: string;
|
|
397
401
|
inputNumber?: string;
|
|
398
402
|
mask?: string;
|
|
@@ -409,9 +413,9 @@ export declare class PhoneNumberStatusForPublicRequest extends $tea.Model {
|
|
|
409
413
|
[key: string]: any;
|
|
410
414
|
});
|
|
411
415
|
}
|
|
412
|
-
export declare class
|
|
416
|
+
export declare class DescribePhoneNumberOperatorAttributeResponseBody extends $tea.Model {
|
|
413
417
|
code?: string;
|
|
414
|
-
data?:
|
|
418
|
+
data?: DescribePhoneNumberOperatorAttributeResponseBodyData;
|
|
415
419
|
message?: string;
|
|
416
420
|
requestId?: string;
|
|
417
421
|
static names(): {
|
|
@@ -424,12 +428,12 @@ export declare class PhoneNumberStatusForPublicResponseBody extends $tea.Model {
|
|
|
424
428
|
[key: string]: any;
|
|
425
429
|
});
|
|
426
430
|
}
|
|
427
|
-
export declare class
|
|
431
|
+
export declare class DescribePhoneNumberOperatorAttributeResponse extends $tea.Model {
|
|
428
432
|
headers: {
|
|
429
433
|
[key: string]: string;
|
|
430
434
|
};
|
|
431
435
|
statusCode: number;
|
|
432
|
-
body:
|
|
436
|
+
body: DescribePhoneNumberOperatorAttributeResponseBody;
|
|
433
437
|
static names(): {
|
|
434
438
|
[key: string]: string;
|
|
435
439
|
};
|
|
@@ -440,13 +444,14 @@ export declare class PhoneNumberStatusForPublicResponse extends $tea.Model {
|
|
|
440
444
|
[key: string]: any;
|
|
441
445
|
});
|
|
442
446
|
}
|
|
443
|
-
export declare class
|
|
447
|
+
export declare class DescribePhoneTwiceTelVerifyRequest extends $tea.Model {
|
|
444
448
|
authCode?: string;
|
|
445
449
|
inputNumber?: string;
|
|
446
450
|
mask?: string;
|
|
447
451
|
ownerId?: number;
|
|
448
452
|
resourceOwnerAccount?: string;
|
|
449
453
|
resourceOwnerId?: number;
|
|
454
|
+
startTime?: string;
|
|
450
455
|
static names(): {
|
|
451
456
|
[key: string]: string;
|
|
452
457
|
};
|
|
@@ -457,9 +462,9 @@ export declare class PhoneNumberStatusForRealRequest extends $tea.Model {
|
|
|
457
462
|
[key: string]: any;
|
|
458
463
|
});
|
|
459
464
|
}
|
|
460
|
-
export declare class
|
|
465
|
+
export declare class DescribePhoneTwiceTelVerifyResponseBody extends $tea.Model {
|
|
461
466
|
code?: string;
|
|
462
|
-
data?:
|
|
467
|
+
data?: DescribePhoneTwiceTelVerifyResponseBodyData;
|
|
463
468
|
message?: string;
|
|
464
469
|
requestId?: string;
|
|
465
470
|
static names(): {
|
|
@@ -472,12 +477,12 @@ export declare class PhoneNumberStatusForRealResponseBody extends $tea.Model {
|
|
|
472
477
|
[key: string]: any;
|
|
473
478
|
});
|
|
474
479
|
}
|
|
475
|
-
export declare class
|
|
480
|
+
export declare class DescribePhoneTwiceTelVerifyResponse extends $tea.Model {
|
|
476
481
|
headers: {
|
|
477
482
|
[key: string]: string;
|
|
478
483
|
};
|
|
479
484
|
statusCode: number;
|
|
480
|
-
body:
|
|
485
|
+
body: DescribePhoneTwiceTelVerifyResponseBody;
|
|
481
486
|
static names(): {
|
|
482
487
|
[key: string]: string;
|
|
483
488
|
};
|
|
@@ -488,7 +493,7 @@ export declare class PhoneNumberStatusForRealResponse extends $tea.Model {
|
|
|
488
493
|
[key: string]: any;
|
|
489
494
|
});
|
|
490
495
|
}
|
|
491
|
-
export declare class
|
|
496
|
+
export declare class InvalidPhoneNumberFilterRequest extends $tea.Model {
|
|
492
497
|
authCode?: string;
|
|
493
498
|
inputNumber?: string;
|
|
494
499
|
mask?: string;
|
|
@@ -505,9 +510,9 @@ export declare class PhoneNumberStatusForSmsRequest extends $tea.Model {
|
|
|
505
510
|
[key: string]: any;
|
|
506
511
|
});
|
|
507
512
|
}
|
|
508
|
-
export declare class
|
|
513
|
+
export declare class InvalidPhoneNumberFilterResponseBody extends $tea.Model {
|
|
509
514
|
code?: string;
|
|
510
|
-
data?:
|
|
515
|
+
data?: InvalidPhoneNumberFilterResponseBodyData[];
|
|
511
516
|
message?: string;
|
|
512
517
|
requestId?: string;
|
|
513
518
|
static names(): {
|
|
@@ -520,12 +525,12 @@ export declare class PhoneNumberStatusForSmsResponseBody extends $tea.Model {
|
|
|
520
525
|
[key: string]: any;
|
|
521
526
|
});
|
|
522
527
|
}
|
|
523
|
-
export declare class
|
|
528
|
+
export declare class InvalidPhoneNumberFilterResponse extends $tea.Model {
|
|
524
529
|
headers: {
|
|
525
530
|
[key: string]: string;
|
|
526
531
|
};
|
|
527
532
|
statusCode: number;
|
|
528
|
-
body:
|
|
533
|
+
body: InvalidPhoneNumberFilterResponseBody;
|
|
529
534
|
static names(): {
|
|
530
535
|
[key: string]: string;
|
|
531
536
|
};
|
|
@@ -536,7 +541,7 @@ export declare class PhoneNumberStatusForSmsResponse extends $tea.Model {
|
|
|
536
541
|
[key: string]: any;
|
|
537
542
|
});
|
|
538
543
|
}
|
|
539
|
-
export declare class
|
|
544
|
+
export declare class PhoneNumberConvertServiceRequest extends $tea.Model {
|
|
540
545
|
authCode?: string;
|
|
541
546
|
inputNumber?: string;
|
|
542
547
|
mask?: string;
|
|
@@ -553,9 +558,9 @@ export declare class PhoneNumberStatusForVirtualRequest extends $tea.Model {
|
|
|
553
558
|
[key: string]: any;
|
|
554
559
|
});
|
|
555
560
|
}
|
|
556
|
-
export declare class
|
|
561
|
+
export declare class PhoneNumberConvertServiceResponseBody extends $tea.Model {
|
|
557
562
|
code?: string;
|
|
558
|
-
data?:
|
|
563
|
+
data?: PhoneNumberConvertServiceResponseBodyData[];
|
|
559
564
|
message?: string;
|
|
560
565
|
requestId?: string;
|
|
561
566
|
static names(): {
|
|
@@ -568,12 +573,12 @@ export declare class PhoneNumberStatusForVirtualResponseBody extends $tea.Model
|
|
|
568
573
|
[key: string]: any;
|
|
569
574
|
});
|
|
570
575
|
}
|
|
571
|
-
export declare class
|
|
576
|
+
export declare class PhoneNumberConvertServiceResponse extends $tea.Model {
|
|
572
577
|
headers: {
|
|
573
578
|
[key: string]: string;
|
|
574
579
|
};
|
|
575
580
|
statusCode: number;
|
|
576
|
-
body:
|
|
581
|
+
body: PhoneNumberConvertServiceResponseBody;
|
|
577
582
|
static names(): {
|
|
578
583
|
[key: string]: string;
|
|
579
584
|
};
|
|
@@ -584,7 +589,7 @@ export declare class PhoneNumberStatusForVirtualResponse extends $tea.Model {
|
|
|
584
589
|
[key: string]: any;
|
|
585
590
|
});
|
|
586
591
|
}
|
|
587
|
-
export declare class
|
|
592
|
+
export declare class PhoneNumberEncryptRequest extends $tea.Model {
|
|
588
593
|
authCode?: string;
|
|
589
594
|
inputNumber?: string;
|
|
590
595
|
mask?: string;
|
|
@@ -601,9 +606,9 @@ export declare class PhoneNumberStatusForVoiceRequest extends $tea.Model {
|
|
|
601
606
|
[key: string]: any;
|
|
602
607
|
});
|
|
603
608
|
}
|
|
604
|
-
export declare class
|
|
609
|
+
export declare class PhoneNumberEncryptResponseBody extends $tea.Model {
|
|
605
610
|
code?: string;
|
|
606
|
-
data?:
|
|
611
|
+
data?: PhoneNumberEncryptResponseBodyData[];
|
|
607
612
|
message?: string;
|
|
608
613
|
requestId?: string;
|
|
609
614
|
static names(): {
|
|
@@ -616,12 +621,12 @@ export declare class PhoneNumberStatusForVoiceResponseBody extends $tea.Model {
|
|
|
616
621
|
[key: string]: any;
|
|
617
622
|
});
|
|
618
623
|
}
|
|
619
|
-
export declare class
|
|
624
|
+
export declare class PhoneNumberEncryptResponse extends $tea.Model {
|
|
620
625
|
headers: {
|
|
621
626
|
[key: string]: string;
|
|
622
627
|
};
|
|
623
628
|
statusCode: number;
|
|
624
|
-
body:
|
|
629
|
+
body: PhoneNumberEncryptResponseBody;
|
|
625
630
|
static names(): {
|
|
626
631
|
[key: string]: string;
|
|
627
632
|
};
|
|
@@ -632,12 +637,10 @@ export declare class PhoneNumberStatusForVoiceResponse extends $tea.Model {
|
|
|
632
637
|
[key: string]: any;
|
|
633
638
|
});
|
|
634
639
|
}
|
|
635
|
-
export declare class
|
|
640
|
+
export declare class PhoneNumberStatusForAccountRequest extends $tea.Model {
|
|
636
641
|
authCode?: string;
|
|
637
|
-
certCode?: string;
|
|
638
642
|
inputNumber?: string;
|
|
639
643
|
mask?: string;
|
|
640
|
-
name?: string;
|
|
641
644
|
ownerId?: number;
|
|
642
645
|
resourceOwnerAccount?: string;
|
|
643
646
|
resourceOwnerId?: number;
|
|
@@ -651,9 +654,9 @@ export declare class ThreeElementsVerificationRequest extends $tea.Model {
|
|
|
651
654
|
[key: string]: any;
|
|
652
655
|
});
|
|
653
656
|
}
|
|
654
|
-
export declare class
|
|
657
|
+
export declare class PhoneNumberStatusForAccountResponseBody extends $tea.Model {
|
|
655
658
|
code?: string;
|
|
656
|
-
data?:
|
|
659
|
+
data?: PhoneNumberStatusForAccountResponseBodyData;
|
|
657
660
|
message?: string;
|
|
658
661
|
requestId?: string;
|
|
659
662
|
static names(): {
|
|
@@ -666,12 +669,12 @@ export declare class ThreeElementsVerificationResponseBody extends $tea.Model {
|
|
|
666
669
|
[key: string]: any;
|
|
667
670
|
});
|
|
668
671
|
}
|
|
669
|
-
export declare class
|
|
672
|
+
export declare class PhoneNumberStatusForAccountResponse extends $tea.Model {
|
|
670
673
|
headers: {
|
|
671
674
|
[key: string]: string;
|
|
672
675
|
};
|
|
673
676
|
statusCode: number;
|
|
674
|
-
body:
|
|
677
|
+
body: PhoneNumberStatusForAccountResponseBody;
|
|
675
678
|
static names(): {
|
|
676
679
|
[key: string]: string;
|
|
677
680
|
};
|
|
@@ -682,11 +685,10 @@ export declare class ThreeElementsVerificationResponse extends $tea.Model {
|
|
|
682
685
|
[key: string]: any;
|
|
683
686
|
});
|
|
684
687
|
}
|
|
685
|
-
export declare class
|
|
688
|
+
export declare class PhoneNumberStatusForPublicRequest extends $tea.Model {
|
|
686
689
|
authCode?: string;
|
|
687
690
|
inputNumber?: string;
|
|
688
691
|
mask?: string;
|
|
689
|
-
name?: string;
|
|
690
692
|
ownerId?: number;
|
|
691
693
|
resourceOwnerAccount?: string;
|
|
692
694
|
resourceOwnerId?: number;
|
|
@@ -700,9 +702,9 @@ export declare class TwoElementsVerificationRequest extends $tea.Model {
|
|
|
700
702
|
[key: string]: any;
|
|
701
703
|
});
|
|
702
704
|
}
|
|
703
|
-
export declare class
|
|
705
|
+
export declare class PhoneNumberStatusForPublicResponseBody extends $tea.Model {
|
|
704
706
|
code?: string;
|
|
705
|
-
data?:
|
|
707
|
+
data?: PhoneNumberStatusForPublicResponseBodyData;
|
|
706
708
|
message?: string;
|
|
707
709
|
requestId?: string;
|
|
708
710
|
static names(): {
|
|
@@ -715,12 +717,12 @@ export declare class TwoElementsVerificationResponseBody extends $tea.Model {
|
|
|
715
717
|
[key: string]: any;
|
|
716
718
|
});
|
|
717
719
|
}
|
|
718
|
-
export declare class
|
|
720
|
+
export declare class PhoneNumberStatusForPublicResponse extends $tea.Model {
|
|
719
721
|
headers: {
|
|
720
722
|
[key: string]: string;
|
|
721
723
|
};
|
|
722
724
|
statusCode: number;
|
|
723
|
-
body:
|
|
725
|
+
body: PhoneNumberStatusForPublicResponseBody;
|
|
724
726
|
static names(): {
|
|
725
727
|
[key: string]: string;
|
|
726
728
|
};
|
|
@@ -731,9 +733,13 @@ export declare class TwoElementsVerificationResponse extends $tea.Model {
|
|
|
731
733
|
[key: string]: any;
|
|
732
734
|
});
|
|
733
735
|
}
|
|
734
|
-
export declare class
|
|
735
|
-
|
|
736
|
-
|
|
736
|
+
export declare class PhoneNumberStatusForRealRequest extends $tea.Model {
|
|
737
|
+
authCode?: string;
|
|
738
|
+
inputNumber?: string;
|
|
739
|
+
mask?: string;
|
|
740
|
+
ownerId?: number;
|
|
741
|
+
resourceOwnerAccount?: string;
|
|
742
|
+
resourceOwnerId?: number;
|
|
737
743
|
static names(): {
|
|
738
744
|
[key: string]: string;
|
|
739
745
|
};
|
|
@@ -744,9 +750,11 @@ export declare class DescribeEmptyNumberResponseBodyData extends $tea.Model {
|
|
|
744
750
|
[key: string]: any;
|
|
745
751
|
});
|
|
746
752
|
}
|
|
747
|
-
export declare class
|
|
753
|
+
export declare class PhoneNumberStatusForRealResponseBody extends $tea.Model {
|
|
748
754
|
code?: string;
|
|
749
|
-
|
|
755
|
+
data?: PhoneNumberStatusForRealResponseBodyData;
|
|
756
|
+
message?: string;
|
|
757
|
+
requestId?: string;
|
|
750
758
|
static names(): {
|
|
751
759
|
[key: string]: string;
|
|
752
760
|
};
|
|
@@ -757,8 +765,12 @@ export declare class DescribePhoneNumberAnalysisResponseBodyDataList extends $te
|
|
|
757
765
|
[key: string]: any;
|
|
758
766
|
});
|
|
759
767
|
}
|
|
760
|
-
export declare class
|
|
761
|
-
|
|
768
|
+
export declare class PhoneNumberStatusForRealResponse extends $tea.Model {
|
|
769
|
+
headers: {
|
|
770
|
+
[key: string]: string;
|
|
771
|
+
};
|
|
772
|
+
statusCode: number;
|
|
773
|
+
body: PhoneNumberStatusForRealResponseBody;
|
|
762
774
|
static names(): {
|
|
763
775
|
[key: string]: string;
|
|
764
776
|
};
|
|
@@ -769,9 +781,13 @@ export declare class DescribePhoneNumberAnalysisResponseBodyData extends $tea.Mo
|
|
|
769
781
|
[key: string]: any;
|
|
770
782
|
});
|
|
771
783
|
}
|
|
772
|
-
export declare class
|
|
773
|
-
|
|
774
|
-
|
|
784
|
+
export declare class PhoneNumberStatusForSmsRequest extends $tea.Model {
|
|
785
|
+
authCode?: string;
|
|
786
|
+
inputNumber?: string;
|
|
787
|
+
mask?: string;
|
|
788
|
+
ownerId?: number;
|
|
789
|
+
resourceOwnerAccount?: string;
|
|
790
|
+
resourceOwnerId?: number;
|
|
775
791
|
static names(): {
|
|
776
792
|
[key: string]: string;
|
|
777
793
|
};
|
|
@@ -782,13 +798,11 @@ export declare class DescribePhoneNumberOnlineTimeResponseBodyData extends $tea.
|
|
|
782
798
|
[key: string]: any;
|
|
783
799
|
});
|
|
784
800
|
}
|
|
785
|
-
export declare class
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
numberSegment?: number;
|
|
791
|
-
province?: string;
|
|
801
|
+
export declare class PhoneNumberStatusForSmsResponseBody extends $tea.Model {
|
|
802
|
+
code?: string;
|
|
803
|
+
data?: PhoneNumberStatusForSmsResponseBodyData;
|
|
804
|
+
message?: string;
|
|
805
|
+
requestId?: string;
|
|
792
806
|
static names(): {
|
|
793
807
|
[key: string]: string;
|
|
794
808
|
};
|
|
@@ -799,9 +813,12 @@ export declare class DescribePhoneNumberOperatorAttributeResponseBodyData extend
|
|
|
799
813
|
[key: string]: any;
|
|
800
814
|
});
|
|
801
815
|
}
|
|
802
|
-
export declare class
|
|
803
|
-
|
|
804
|
-
|
|
816
|
+
export declare class PhoneNumberStatusForSmsResponse extends $tea.Model {
|
|
817
|
+
headers: {
|
|
818
|
+
[key: string]: string;
|
|
819
|
+
};
|
|
820
|
+
statusCode: number;
|
|
821
|
+
body: PhoneNumberStatusForSmsResponseBody;
|
|
805
822
|
static names(): {
|
|
806
823
|
[key: string]: string;
|
|
807
824
|
};
|
|
@@ -812,11 +829,13 @@ export declare class DescribePhoneTwiceTelVerifyResponseBodyData extends $tea.Mo
|
|
|
812
829
|
[key: string]: any;
|
|
813
830
|
});
|
|
814
831
|
}
|
|
815
|
-
export declare class
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
832
|
+
export declare class PhoneNumberStatusForVirtualRequest extends $tea.Model {
|
|
833
|
+
authCode?: string;
|
|
834
|
+
inputNumber?: string;
|
|
835
|
+
mask?: string;
|
|
836
|
+
ownerId?: number;
|
|
837
|
+
resourceOwnerAccount?: string;
|
|
838
|
+
resourceOwnerId?: number;
|
|
820
839
|
static names(): {
|
|
821
840
|
[key: string]: string;
|
|
822
841
|
};
|
|
@@ -827,10 +846,11 @@ export declare class InvalidPhoneNumberFilterResponseBodyData extends $tea.Model
|
|
|
827
846
|
[key: string]: any;
|
|
828
847
|
});
|
|
829
848
|
}
|
|
830
|
-
export declare class
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
849
|
+
export declare class PhoneNumberStatusForVirtualResponseBody extends $tea.Model {
|
|
850
|
+
code?: string;
|
|
851
|
+
data?: PhoneNumberStatusForVirtualResponseBodyData;
|
|
852
|
+
message?: string;
|
|
853
|
+
requestId?: string;
|
|
834
854
|
static names(): {
|
|
835
855
|
[key: string]: string;
|
|
836
856
|
};
|
|
@@ -841,9 +861,12 @@ export declare class PhoneNumberEncryptResponseBodyData extends $tea.Model {
|
|
|
841
861
|
[key: string]: any;
|
|
842
862
|
});
|
|
843
863
|
}
|
|
844
|
-
export declare class
|
|
845
|
-
|
|
846
|
-
|
|
864
|
+
export declare class PhoneNumberStatusForVirtualResponse extends $tea.Model {
|
|
865
|
+
headers: {
|
|
866
|
+
[key: string]: string;
|
|
867
|
+
};
|
|
868
|
+
statusCode: number;
|
|
869
|
+
body: PhoneNumberStatusForVirtualResponseBody;
|
|
847
870
|
static names(): {
|
|
848
871
|
[key: string]: string;
|
|
849
872
|
};
|
|
@@ -854,9 +877,13 @@ export declare class PhoneNumberStatusForAccountResponseBodyData extends $tea.Mo
|
|
|
854
877
|
[key: string]: any;
|
|
855
878
|
});
|
|
856
879
|
}
|
|
857
|
-
export declare class
|
|
858
|
-
|
|
859
|
-
|
|
880
|
+
export declare class PhoneNumberStatusForVoiceRequest extends $tea.Model {
|
|
881
|
+
authCode?: string;
|
|
882
|
+
inputNumber?: string;
|
|
883
|
+
mask?: string;
|
|
884
|
+
ownerId?: number;
|
|
885
|
+
resourceOwnerAccount?: string;
|
|
886
|
+
resourceOwnerId?: number;
|
|
860
887
|
static names(): {
|
|
861
888
|
[key: string]: string;
|
|
862
889
|
};
|
|
@@ -867,9 +894,11 @@ export declare class PhoneNumberStatusForPublicResponseBodyData extends $tea.Mod
|
|
|
867
894
|
[key: string]: any;
|
|
868
895
|
});
|
|
869
896
|
}
|
|
870
|
-
export declare class
|
|
871
|
-
|
|
872
|
-
|
|
897
|
+
export declare class PhoneNumberStatusForVoiceResponseBody extends $tea.Model {
|
|
898
|
+
code?: string;
|
|
899
|
+
data?: PhoneNumberStatusForVoiceResponseBodyData;
|
|
900
|
+
message?: string;
|
|
901
|
+
requestId?: string;
|
|
873
902
|
static names(): {
|
|
874
903
|
[key: string]: string;
|
|
875
904
|
};
|
|
@@ -880,9 +909,12 @@ export declare class PhoneNumberStatusForRealResponseBodyData extends $tea.Model
|
|
|
880
909
|
[key: string]: any;
|
|
881
910
|
});
|
|
882
911
|
}
|
|
883
|
-
export declare class
|
|
884
|
-
|
|
885
|
-
|
|
912
|
+
export declare class PhoneNumberStatusForVoiceResponse extends $tea.Model {
|
|
913
|
+
headers: {
|
|
914
|
+
[key: string]: string;
|
|
915
|
+
};
|
|
916
|
+
statusCode: number;
|
|
917
|
+
body: PhoneNumberStatusForVoiceResponseBody;
|
|
886
918
|
static names(): {
|
|
887
919
|
[key: string]: string;
|
|
888
920
|
};
|
|
@@ -893,8 +925,604 @@ export declare class PhoneNumberStatusForSmsResponseBodyData extends $tea.Model
|
|
|
893
925
|
[key: string]: any;
|
|
894
926
|
});
|
|
895
927
|
}
|
|
896
|
-
export declare class
|
|
897
|
-
|
|
928
|
+
export declare class QueryAvailableAuthCodeRequest extends $tea.Model {
|
|
929
|
+
ownerId?: number;
|
|
930
|
+
resourceOwnerAccount?: string;
|
|
931
|
+
resourceOwnerId?: number;
|
|
932
|
+
tagId?: number;
|
|
933
|
+
static names(): {
|
|
934
|
+
[key: string]: string;
|
|
935
|
+
};
|
|
936
|
+
static types(): {
|
|
937
|
+
[key: string]: any;
|
|
938
|
+
};
|
|
939
|
+
constructor(map?: {
|
|
940
|
+
[key: string]: any;
|
|
941
|
+
});
|
|
942
|
+
}
|
|
943
|
+
export declare class QueryAvailableAuthCodeResponseBody extends $tea.Model {
|
|
944
|
+
code?: string;
|
|
945
|
+
data?: string[];
|
|
946
|
+
message?: string;
|
|
947
|
+
requestId?: string;
|
|
948
|
+
success?: boolean;
|
|
949
|
+
static names(): {
|
|
950
|
+
[key: string]: string;
|
|
951
|
+
};
|
|
952
|
+
static types(): {
|
|
953
|
+
[key: string]: any;
|
|
954
|
+
};
|
|
955
|
+
constructor(map?: {
|
|
956
|
+
[key: string]: any;
|
|
957
|
+
});
|
|
958
|
+
}
|
|
959
|
+
export declare class QueryAvailableAuthCodeResponse extends $tea.Model {
|
|
960
|
+
headers: {
|
|
961
|
+
[key: string]: string;
|
|
962
|
+
};
|
|
963
|
+
statusCode: number;
|
|
964
|
+
body: QueryAvailableAuthCodeResponseBody;
|
|
965
|
+
static names(): {
|
|
966
|
+
[key: string]: string;
|
|
967
|
+
};
|
|
968
|
+
static types(): {
|
|
969
|
+
[key: string]: any;
|
|
970
|
+
};
|
|
971
|
+
constructor(map?: {
|
|
972
|
+
[key: string]: any;
|
|
973
|
+
});
|
|
974
|
+
}
|
|
975
|
+
export declare class QueryTagApplyRuleRequest extends $tea.Model {
|
|
976
|
+
ownerId?: number;
|
|
977
|
+
resourceOwnerAccount?: string;
|
|
978
|
+
resourceOwnerId?: number;
|
|
979
|
+
tagId?: number;
|
|
980
|
+
static names(): {
|
|
981
|
+
[key: string]: string;
|
|
982
|
+
};
|
|
983
|
+
static types(): {
|
|
984
|
+
[key: string]: any;
|
|
985
|
+
};
|
|
986
|
+
constructor(map?: {
|
|
987
|
+
[key: string]: any;
|
|
988
|
+
});
|
|
989
|
+
}
|
|
990
|
+
export declare class QueryTagApplyRuleResponseBody extends $tea.Model {
|
|
991
|
+
code?: string;
|
|
992
|
+
data?: QueryTagApplyRuleResponseBodyData;
|
|
993
|
+
message?: string;
|
|
994
|
+
requestId?: string;
|
|
995
|
+
success?: boolean;
|
|
996
|
+
static names(): {
|
|
997
|
+
[key: string]: string;
|
|
998
|
+
};
|
|
999
|
+
static types(): {
|
|
1000
|
+
[key: string]: any;
|
|
1001
|
+
};
|
|
1002
|
+
constructor(map?: {
|
|
1003
|
+
[key: string]: any;
|
|
1004
|
+
});
|
|
1005
|
+
}
|
|
1006
|
+
export declare class QueryTagApplyRuleResponse extends $tea.Model {
|
|
1007
|
+
headers: {
|
|
1008
|
+
[key: string]: string;
|
|
1009
|
+
};
|
|
1010
|
+
statusCode: number;
|
|
1011
|
+
body: QueryTagApplyRuleResponseBody;
|
|
1012
|
+
static names(): {
|
|
1013
|
+
[key: string]: string;
|
|
1014
|
+
};
|
|
1015
|
+
static types(): {
|
|
1016
|
+
[key: string]: any;
|
|
1017
|
+
};
|
|
1018
|
+
constructor(map?: {
|
|
1019
|
+
[key: string]: any;
|
|
1020
|
+
});
|
|
1021
|
+
}
|
|
1022
|
+
export declare class QueryTagInfoBySelectionRequest extends $tea.Model {
|
|
1023
|
+
industryId?: number;
|
|
1024
|
+
ownerId?: number;
|
|
1025
|
+
resourceOwnerAccount?: string;
|
|
1026
|
+
resourceOwnerId?: number;
|
|
1027
|
+
sceneId?: number;
|
|
1028
|
+
tagId?: number;
|
|
1029
|
+
static names(): {
|
|
1030
|
+
[key: string]: string;
|
|
1031
|
+
};
|
|
1032
|
+
static types(): {
|
|
1033
|
+
[key: string]: any;
|
|
1034
|
+
};
|
|
1035
|
+
constructor(map?: {
|
|
1036
|
+
[key: string]: any;
|
|
1037
|
+
});
|
|
1038
|
+
}
|
|
1039
|
+
export declare class QueryTagInfoBySelectionResponseBody extends $tea.Model {
|
|
1040
|
+
code?: string;
|
|
1041
|
+
data?: QueryTagInfoBySelectionResponseBodyData[];
|
|
1042
|
+
message?: string;
|
|
1043
|
+
requestId?: string;
|
|
1044
|
+
success?: boolean;
|
|
1045
|
+
static names(): {
|
|
1046
|
+
[key: string]: string;
|
|
1047
|
+
};
|
|
1048
|
+
static types(): {
|
|
1049
|
+
[key: string]: any;
|
|
1050
|
+
};
|
|
1051
|
+
constructor(map?: {
|
|
1052
|
+
[key: string]: any;
|
|
1053
|
+
});
|
|
1054
|
+
}
|
|
1055
|
+
export declare class QueryTagInfoBySelectionResponse extends $tea.Model {
|
|
1056
|
+
headers: {
|
|
1057
|
+
[key: string]: string;
|
|
1058
|
+
};
|
|
1059
|
+
statusCode: number;
|
|
1060
|
+
body: QueryTagInfoBySelectionResponseBody;
|
|
1061
|
+
static names(): {
|
|
1062
|
+
[key: string]: string;
|
|
1063
|
+
};
|
|
1064
|
+
static types(): {
|
|
1065
|
+
[key: string]: any;
|
|
1066
|
+
};
|
|
1067
|
+
constructor(map?: {
|
|
1068
|
+
[key: string]: any;
|
|
1069
|
+
});
|
|
1070
|
+
}
|
|
1071
|
+
export declare class QueryTagListPageRequest extends $tea.Model {
|
|
1072
|
+
ownerId?: number;
|
|
1073
|
+
pageNo?: number;
|
|
1074
|
+
pageSize?: number;
|
|
1075
|
+
resourceOwnerAccount?: string;
|
|
1076
|
+
resourceOwnerId?: number;
|
|
1077
|
+
static names(): {
|
|
1078
|
+
[key: string]: string;
|
|
1079
|
+
};
|
|
1080
|
+
static types(): {
|
|
1081
|
+
[key: string]: any;
|
|
1082
|
+
};
|
|
1083
|
+
constructor(map?: {
|
|
1084
|
+
[key: string]: any;
|
|
1085
|
+
});
|
|
1086
|
+
}
|
|
1087
|
+
export declare class QueryTagListPageResponseBody extends $tea.Model {
|
|
1088
|
+
code?: string;
|
|
1089
|
+
data?: QueryTagListPageResponseBodyData;
|
|
1090
|
+
message?: string;
|
|
1091
|
+
requestId?: string;
|
|
1092
|
+
success?: boolean;
|
|
1093
|
+
static names(): {
|
|
1094
|
+
[key: string]: string;
|
|
1095
|
+
};
|
|
1096
|
+
static types(): {
|
|
1097
|
+
[key: string]: any;
|
|
1098
|
+
};
|
|
1099
|
+
constructor(map?: {
|
|
1100
|
+
[key: string]: any;
|
|
1101
|
+
});
|
|
1102
|
+
}
|
|
1103
|
+
export declare class QueryTagListPageResponse extends $tea.Model {
|
|
1104
|
+
headers: {
|
|
1105
|
+
[key: string]: string;
|
|
1106
|
+
};
|
|
1107
|
+
statusCode: number;
|
|
1108
|
+
body: QueryTagListPageResponseBody;
|
|
1109
|
+
static names(): {
|
|
1110
|
+
[key: string]: string;
|
|
1111
|
+
};
|
|
1112
|
+
static types(): {
|
|
1113
|
+
[key: string]: any;
|
|
1114
|
+
};
|
|
1115
|
+
constructor(map?: {
|
|
1116
|
+
[key: string]: any;
|
|
1117
|
+
});
|
|
1118
|
+
}
|
|
1119
|
+
export declare class QueryUsageStatisticsByTagIdRequest extends $tea.Model {
|
|
1120
|
+
beginTime?: string;
|
|
1121
|
+
endTime?: string;
|
|
1122
|
+
ownerId?: number;
|
|
1123
|
+
pageNo?: number;
|
|
1124
|
+
pageSize?: number;
|
|
1125
|
+
resourceOwnerAccount?: string;
|
|
1126
|
+
resourceOwnerId?: number;
|
|
1127
|
+
tagId?: number;
|
|
1128
|
+
static names(): {
|
|
1129
|
+
[key: string]: string;
|
|
1130
|
+
};
|
|
1131
|
+
static types(): {
|
|
1132
|
+
[key: string]: any;
|
|
1133
|
+
};
|
|
1134
|
+
constructor(map?: {
|
|
1135
|
+
[key: string]: any;
|
|
1136
|
+
});
|
|
1137
|
+
}
|
|
1138
|
+
export declare class QueryUsageStatisticsByTagIdResponseBody extends $tea.Model {
|
|
1139
|
+
code?: string;
|
|
1140
|
+
data?: QueryUsageStatisticsByTagIdResponseBodyData[];
|
|
1141
|
+
message?: string;
|
|
1142
|
+
requestId?: string;
|
|
1143
|
+
success?: boolean;
|
|
1144
|
+
static names(): {
|
|
1145
|
+
[key: string]: string;
|
|
1146
|
+
};
|
|
1147
|
+
static types(): {
|
|
1148
|
+
[key: string]: any;
|
|
1149
|
+
};
|
|
1150
|
+
constructor(map?: {
|
|
1151
|
+
[key: string]: any;
|
|
1152
|
+
});
|
|
1153
|
+
}
|
|
1154
|
+
export declare class QueryUsageStatisticsByTagIdResponse extends $tea.Model {
|
|
1155
|
+
headers: {
|
|
1156
|
+
[key: string]: string;
|
|
1157
|
+
};
|
|
1158
|
+
statusCode: number;
|
|
1159
|
+
body: QueryUsageStatisticsByTagIdResponseBody;
|
|
1160
|
+
static names(): {
|
|
1161
|
+
[key: string]: string;
|
|
1162
|
+
};
|
|
1163
|
+
static types(): {
|
|
1164
|
+
[key: string]: any;
|
|
1165
|
+
};
|
|
1166
|
+
constructor(map?: {
|
|
1167
|
+
[key: string]: any;
|
|
1168
|
+
});
|
|
1169
|
+
}
|
|
1170
|
+
export declare class ThreeElementsVerificationRequest extends $tea.Model {
|
|
1171
|
+
authCode?: string;
|
|
1172
|
+
certCode?: string;
|
|
1173
|
+
inputNumber?: string;
|
|
1174
|
+
mask?: string;
|
|
1175
|
+
name?: string;
|
|
1176
|
+
ownerId?: number;
|
|
1177
|
+
resourceOwnerAccount?: string;
|
|
1178
|
+
resourceOwnerId?: number;
|
|
1179
|
+
static names(): {
|
|
1180
|
+
[key: string]: string;
|
|
1181
|
+
};
|
|
1182
|
+
static types(): {
|
|
1183
|
+
[key: string]: any;
|
|
1184
|
+
};
|
|
1185
|
+
constructor(map?: {
|
|
1186
|
+
[key: string]: any;
|
|
1187
|
+
});
|
|
1188
|
+
}
|
|
1189
|
+
export declare class ThreeElementsVerificationResponseBody extends $tea.Model {
|
|
1190
|
+
code?: string;
|
|
1191
|
+
data?: ThreeElementsVerificationResponseBodyData;
|
|
1192
|
+
message?: string;
|
|
1193
|
+
requestId?: string;
|
|
1194
|
+
static names(): {
|
|
1195
|
+
[key: string]: string;
|
|
1196
|
+
};
|
|
1197
|
+
static types(): {
|
|
1198
|
+
[key: string]: any;
|
|
1199
|
+
};
|
|
1200
|
+
constructor(map?: {
|
|
1201
|
+
[key: string]: any;
|
|
1202
|
+
});
|
|
1203
|
+
}
|
|
1204
|
+
export declare class ThreeElementsVerificationResponse extends $tea.Model {
|
|
1205
|
+
headers: {
|
|
1206
|
+
[key: string]: string;
|
|
1207
|
+
};
|
|
1208
|
+
statusCode: number;
|
|
1209
|
+
body: ThreeElementsVerificationResponseBody;
|
|
1210
|
+
static names(): {
|
|
1211
|
+
[key: string]: string;
|
|
1212
|
+
};
|
|
1213
|
+
static types(): {
|
|
1214
|
+
[key: string]: any;
|
|
1215
|
+
};
|
|
1216
|
+
constructor(map?: {
|
|
1217
|
+
[key: string]: any;
|
|
1218
|
+
});
|
|
1219
|
+
}
|
|
1220
|
+
export declare class TwoElementsVerificationRequest extends $tea.Model {
|
|
1221
|
+
authCode?: string;
|
|
1222
|
+
inputNumber?: string;
|
|
1223
|
+
mask?: string;
|
|
1224
|
+
name?: string;
|
|
1225
|
+
ownerId?: number;
|
|
1226
|
+
resourceOwnerAccount?: string;
|
|
1227
|
+
resourceOwnerId?: number;
|
|
1228
|
+
static names(): {
|
|
1229
|
+
[key: string]: string;
|
|
1230
|
+
};
|
|
1231
|
+
static types(): {
|
|
1232
|
+
[key: string]: any;
|
|
1233
|
+
};
|
|
1234
|
+
constructor(map?: {
|
|
1235
|
+
[key: string]: any;
|
|
1236
|
+
});
|
|
1237
|
+
}
|
|
1238
|
+
export declare class TwoElementsVerificationResponseBody extends $tea.Model {
|
|
1239
|
+
code?: string;
|
|
1240
|
+
data?: TwoElementsVerificationResponseBodyData;
|
|
1241
|
+
message?: string;
|
|
1242
|
+
requestId?: string;
|
|
1243
|
+
static names(): {
|
|
1244
|
+
[key: string]: string;
|
|
1245
|
+
};
|
|
1246
|
+
static types(): {
|
|
1247
|
+
[key: string]: any;
|
|
1248
|
+
};
|
|
1249
|
+
constructor(map?: {
|
|
1250
|
+
[key: string]: any;
|
|
1251
|
+
});
|
|
1252
|
+
}
|
|
1253
|
+
export declare class TwoElementsVerificationResponse extends $tea.Model {
|
|
1254
|
+
headers: {
|
|
1255
|
+
[key: string]: string;
|
|
1256
|
+
};
|
|
1257
|
+
statusCode: number;
|
|
1258
|
+
body: TwoElementsVerificationResponseBody;
|
|
1259
|
+
static names(): {
|
|
1260
|
+
[key: string]: string;
|
|
1261
|
+
};
|
|
1262
|
+
static types(): {
|
|
1263
|
+
[key: string]: any;
|
|
1264
|
+
};
|
|
1265
|
+
constructor(map?: {
|
|
1266
|
+
[key: string]: any;
|
|
1267
|
+
});
|
|
1268
|
+
}
|
|
1269
|
+
export declare class CompanyFourElementsVerificationResponseBodyData extends $tea.Model {
|
|
1270
|
+
detailInfo?: {
|
|
1271
|
+
[key: string]: any;
|
|
1272
|
+
};
|
|
1273
|
+
reasonCode?: number;
|
|
1274
|
+
verifyResult?: string;
|
|
1275
|
+
static names(): {
|
|
1276
|
+
[key: string]: string;
|
|
1277
|
+
};
|
|
1278
|
+
static types(): {
|
|
1279
|
+
[key: string]: any;
|
|
1280
|
+
};
|
|
1281
|
+
constructor(map?: {
|
|
1282
|
+
[key: string]: any;
|
|
1283
|
+
});
|
|
1284
|
+
}
|
|
1285
|
+
export declare class CompanyThreeElementsVerificationResponseBodyData extends $tea.Model {
|
|
1286
|
+
detailInfo?: {
|
|
1287
|
+
[key: string]: any;
|
|
1288
|
+
};
|
|
1289
|
+
reasonCode?: number;
|
|
1290
|
+
verifyResult?: string;
|
|
1291
|
+
static names(): {
|
|
1292
|
+
[key: string]: string;
|
|
1293
|
+
};
|
|
1294
|
+
static types(): {
|
|
1295
|
+
[key: string]: any;
|
|
1296
|
+
};
|
|
1297
|
+
constructor(map?: {
|
|
1298
|
+
[key: string]: any;
|
|
1299
|
+
});
|
|
1300
|
+
}
|
|
1301
|
+
export declare class CompanyTwoElementsVerificationResponseBodyData extends $tea.Model {
|
|
1302
|
+
detailInfo?: {
|
|
1303
|
+
[key: string]: any;
|
|
1304
|
+
};
|
|
1305
|
+
reasonCode?: string;
|
|
1306
|
+
verifyResult?: string;
|
|
1307
|
+
static names(): {
|
|
1308
|
+
[key: string]: string;
|
|
1309
|
+
};
|
|
1310
|
+
static types(): {
|
|
1311
|
+
[key: string]: any;
|
|
1312
|
+
};
|
|
1313
|
+
constructor(map?: {
|
|
1314
|
+
[key: string]: any;
|
|
1315
|
+
});
|
|
1316
|
+
}
|
|
1317
|
+
export declare class DescribeEmptyNumberResponseBodyData extends $tea.Model {
|
|
1318
|
+
number?: string;
|
|
1319
|
+
status?: string;
|
|
1320
|
+
static names(): {
|
|
1321
|
+
[key: string]: string;
|
|
1322
|
+
};
|
|
1323
|
+
static types(): {
|
|
1324
|
+
[key: string]: any;
|
|
1325
|
+
};
|
|
1326
|
+
constructor(map?: {
|
|
1327
|
+
[key: string]: any;
|
|
1328
|
+
});
|
|
1329
|
+
}
|
|
1330
|
+
export declare class DescribePhoneNumberAnalysisResponseBodyDataList extends $tea.Model {
|
|
1331
|
+
code?: string;
|
|
1332
|
+
number?: string;
|
|
1333
|
+
static names(): {
|
|
1334
|
+
[key: string]: string;
|
|
1335
|
+
};
|
|
1336
|
+
static types(): {
|
|
1337
|
+
[key: string]: any;
|
|
1338
|
+
};
|
|
1339
|
+
constructor(map?: {
|
|
1340
|
+
[key: string]: any;
|
|
1341
|
+
});
|
|
1342
|
+
}
|
|
1343
|
+
export declare class DescribePhoneNumberAnalysisResponseBodyData extends $tea.Model {
|
|
1344
|
+
list?: DescribePhoneNumberAnalysisResponseBodyDataList[];
|
|
1345
|
+
static names(): {
|
|
1346
|
+
[key: string]: string;
|
|
1347
|
+
};
|
|
1348
|
+
static types(): {
|
|
1349
|
+
[key: string]: any;
|
|
1350
|
+
};
|
|
1351
|
+
constructor(map?: {
|
|
1352
|
+
[key: string]: any;
|
|
1353
|
+
});
|
|
1354
|
+
}
|
|
1355
|
+
export declare class DescribePhoneNumberAnalysisAIResponseBodyData extends $tea.Model {
|
|
1356
|
+
code?: string;
|
|
1357
|
+
number?: string;
|
|
1358
|
+
static names(): {
|
|
1359
|
+
[key: string]: string;
|
|
1360
|
+
};
|
|
1361
|
+
static types(): {
|
|
1362
|
+
[key: string]: any;
|
|
1363
|
+
};
|
|
1364
|
+
constructor(map?: {
|
|
1365
|
+
[key: string]: any;
|
|
1366
|
+
});
|
|
1367
|
+
}
|
|
1368
|
+
export declare class DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute extends $tea.Model {
|
|
1369
|
+
basicCarrier?: string;
|
|
1370
|
+
carrier?: string;
|
|
1371
|
+
city?: string;
|
|
1372
|
+
isNumberPortability?: boolean;
|
|
1373
|
+
numberSegment?: number;
|
|
1374
|
+
province?: string;
|
|
1375
|
+
static names(): {
|
|
1376
|
+
[key: string]: string;
|
|
1377
|
+
};
|
|
1378
|
+
static types(): {
|
|
1379
|
+
[key: string]: any;
|
|
1380
|
+
};
|
|
1381
|
+
constructor(map?: {
|
|
1382
|
+
[key: string]: any;
|
|
1383
|
+
});
|
|
1384
|
+
}
|
|
1385
|
+
export declare class DescribePhoneNumberOnlineTimeResponseBodyData extends $tea.Model {
|
|
1386
|
+
carrierCode?: string;
|
|
1387
|
+
verifyResult?: string;
|
|
1388
|
+
static names(): {
|
|
1389
|
+
[key: string]: string;
|
|
1390
|
+
};
|
|
1391
|
+
static types(): {
|
|
1392
|
+
[key: string]: any;
|
|
1393
|
+
};
|
|
1394
|
+
constructor(map?: {
|
|
1395
|
+
[key: string]: any;
|
|
1396
|
+
});
|
|
1397
|
+
}
|
|
1398
|
+
export declare class DescribePhoneNumberOperatorAttributeResponseBodyData extends $tea.Model {
|
|
1399
|
+
basicCarrier?: string;
|
|
1400
|
+
carrier?: string;
|
|
1401
|
+
city?: string;
|
|
1402
|
+
isNumberPortability?: boolean;
|
|
1403
|
+
numberSegment?: number;
|
|
1404
|
+
province?: string;
|
|
1405
|
+
static names(): {
|
|
1406
|
+
[key: string]: string;
|
|
1407
|
+
};
|
|
1408
|
+
static types(): {
|
|
1409
|
+
[key: string]: any;
|
|
1410
|
+
};
|
|
1411
|
+
constructor(map?: {
|
|
1412
|
+
[key: string]: any;
|
|
1413
|
+
});
|
|
1414
|
+
}
|
|
1415
|
+
export declare class DescribePhoneTwiceTelVerifyResponseBodyData extends $tea.Model {
|
|
1416
|
+
carrier?: string;
|
|
1417
|
+
verifyResult?: string;
|
|
1418
|
+
static names(): {
|
|
1419
|
+
[key: string]: string;
|
|
1420
|
+
};
|
|
1421
|
+
static types(): {
|
|
1422
|
+
[key: string]: any;
|
|
1423
|
+
};
|
|
1424
|
+
constructor(map?: {
|
|
1425
|
+
[key: string]: any;
|
|
1426
|
+
});
|
|
1427
|
+
}
|
|
1428
|
+
export declare class InvalidPhoneNumberFilterResponseBodyData extends $tea.Model {
|
|
1429
|
+
code?: string;
|
|
1430
|
+
encryptedNumber?: string;
|
|
1431
|
+
expireTime?: string;
|
|
1432
|
+
originalNumber?: string;
|
|
1433
|
+
static names(): {
|
|
1434
|
+
[key: string]: string;
|
|
1435
|
+
};
|
|
1436
|
+
static types(): {
|
|
1437
|
+
[key: string]: any;
|
|
1438
|
+
};
|
|
1439
|
+
constructor(map?: {
|
|
1440
|
+
[key: string]: any;
|
|
1441
|
+
});
|
|
1442
|
+
}
|
|
1443
|
+
export declare class PhoneNumberConvertServiceResponseBodyData extends $tea.Model {
|
|
1444
|
+
converResult?: boolean;
|
|
1445
|
+
number?: string;
|
|
1446
|
+
numberMd5?: string;
|
|
1447
|
+
numberSha256?: string;
|
|
1448
|
+
static names(): {
|
|
1449
|
+
[key: string]: string;
|
|
1450
|
+
};
|
|
1451
|
+
static types(): {
|
|
1452
|
+
[key: string]: any;
|
|
1453
|
+
};
|
|
1454
|
+
constructor(map?: {
|
|
1455
|
+
[key: string]: any;
|
|
1456
|
+
});
|
|
1457
|
+
}
|
|
1458
|
+
export declare class PhoneNumberEncryptResponseBodyData extends $tea.Model {
|
|
1459
|
+
encryptedNumber?: string;
|
|
1460
|
+
expireTime?: string;
|
|
1461
|
+
originalNumber?: string;
|
|
1462
|
+
static names(): {
|
|
1463
|
+
[key: string]: string;
|
|
1464
|
+
};
|
|
1465
|
+
static types(): {
|
|
1466
|
+
[key: string]: any;
|
|
1467
|
+
};
|
|
1468
|
+
constructor(map?: {
|
|
1469
|
+
[key: string]: any;
|
|
1470
|
+
});
|
|
1471
|
+
}
|
|
1472
|
+
export declare class PhoneNumberStatusForAccountResponseBodyData extends $tea.Model {
|
|
1473
|
+
carrier?: string;
|
|
1474
|
+
status?: string;
|
|
1475
|
+
static names(): {
|
|
1476
|
+
[key: string]: string;
|
|
1477
|
+
};
|
|
1478
|
+
static types(): {
|
|
1479
|
+
[key: string]: any;
|
|
1480
|
+
};
|
|
1481
|
+
constructor(map?: {
|
|
1482
|
+
[key: string]: any;
|
|
1483
|
+
});
|
|
1484
|
+
}
|
|
1485
|
+
export declare class PhoneNumberStatusForPublicResponseBodyData extends $tea.Model {
|
|
1486
|
+
carrier?: string;
|
|
1487
|
+
status?: string;
|
|
1488
|
+
static names(): {
|
|
1489
|
+
[key: string]: string;
|
|
1490
|
+
};
|
|
1491
|
+
static types(): {
|
|
1492
|
+
[key: string]: any;
|
|
1493
|
+
};
|
|
1494
|
+
constructor(map?: {
|
|
1495
|
+
[key: string]: any;
|
|
1496
|
+
});
|
|
1497
|
+
}
|
|
1498
|
+
export declare class PhoneNumberStatusForRealResponseBodyData extends $tea.Model {
|
|
1499
|
+
carrier?: string;
|
|
1500
|
+
status?: string;
|
|
1501
|
+
static names(): {
|
|
1502
|
+
[key: string]: string;
|
|
1503
|
+
};
|
|
1504
|
+
static types(): {
|
|
1505
|
+
[key: string]: any;
|
|
1506
|
+
};
|
|
1507
|
+
constructor(map?: {
|
|
1508
|
+
[key: string]: any;
|
|
1509
|
+
});
|
|
1510
|
+
}
|
|
1511
|
+
export declare class PhoneNumberStatusForSmsResponseBodyData extends $tea.Model {
|
|
1512
|
+
carrier?: string;
|
|
1513
|
+
status?: string;
|
|
1514
|
+
static names(): {
|
|
1515
|
+
[key: string]: string;
|
|
1516
|
+
};
|
|
1517
|
+
static types(): {
|
|
1518
|
+
[key: string]: any;
|
|
1519
|
+
};
|
|
1520
|
+
constructor(map?: {
|
|
1521
|
+
[key: string]: any;
|
|
1522
|
+
});
|
|
1523
|
+
}
|
|
1524
|
+
export declare class PhoneNumberStatusForVirtualResponseBodyData extends $tea.Model {
|
|
1525
|
+
isPrivacyNumber?: boolean;
|
|
898
1526
|
static names(): {
|
|
899
1527
|
[key: string]: string;
|
|
900
1528
|
};
|
|
@@ -918,6 +1546,137 @@ export declare class PhoneNumberStatusForVoiceResponseBodyData extends $tea.Mode
|
|
|
918
1546
|
[key: string]: any;
|
|
919
1547
|
});
|
|
920
1548
|
}
|
|
1549
|
+
export declare class QueryTagApplyRuleResponseBodyData extends $tea.Model {
|
|
1550
|
+
applyMaterialDesc?: string;
|
|
1551
|
+
autoAudit?: number;
|
|
1552
|
+
chargingStandardLink?: string;
|
|
1553
|
+
encryptedQuery?: number;
|
|
1554
|
+
needApplyMaterial?: number;
|
|
1555
|
+
slaLink?: string;
|
|
1556
|
+
static names(): {
|
|
1557
|
+
[key: string]: string;
|
|
1558
|
+
};
|
|
1559
|
+
static types(): {
|
|
1560
|
+
[key: string]: any;
|
|
1561
|
+
};
|
|
1562
|
+
constructor(map?: {
|
|
1563
|
+
[key: string]: any;
|
|
1564
|
+
});
|
|
1565
|
+
}
|
|
1566
|
+
export declare class QueryTagInfoBySelectionResponseBodyDataParamListValueDict extends $tea.Model {
|
|
1567
|
+
code?: string;
|
|
1568
|
+
desc?: string;
|
|
1569
|
+
static names(): {
|
|
1570
|
+
[key: string]: string;
|
|
1571
|
+
};
|
|
1572
|
+
static types(): {
|
|
1573
|
+
[key: string]: any;
|
|
1574
|
+
};
|
|
1575
|
+
constructor(map?: {
|
|
1576
|
+
[key: string]: any;
|
|
1577
|
+
});
|
|
1578
|
+
}
|
|
1579
|
+
export declare class QueryTagInfoBySelectionResponseBodyDataParamList extends $tea.Model {
|
|
1580
|
+
code?: string;
|
|
1581
|
+
hint?: string;
|
|
1582
|
+
must?: boolean;
|
|
1583
|
+
name?: string;
|
|
1584
|
+
type?: string;
|
|
1585
|
+
valueDict?: QueryTagInfoBySelectionResponseBodyDataParamListValueDict[];
|
|
1586
|
+
static names(): {
|
|
1587
|
+
[key: string]: string;
|
|
1588
|
+
};
|
|
1589
|
+
static types(): {
|
|
1590
|
+
[key: string]: any;
|
|
1591
|
+
};
|
|
1592
|
+
constructor(map?: {
|
|
1593
|
+
[key: string]: any;
|
|
1594
|
+
});
|
|
1595
|
+
}
|
|
1596
|
+
export declare class QueryTagInfoBySelectionResponseBodyData extends $tea.Model {
|
|
1597
|
+
authCodeList?: string[];
|
|
1598
|
+
demoAddress?: string;
|
|
1599
|
+
docAddress?: string;
|
|
1600
|
+
enumDefinitionAddress?: string;
|
|
1601
|
+
flowName?: string;
|
|
1602
|
+
industryId?: number;
|
|
1603
|
+
industryName?: string;
|
|
1604
|
+
paramList?: QueryTagInfoBySelectionResponseBodyDataParamList[];
|
|
1605
|
+
sceneId?: number;
|
|
1606
|
+
sceneName?: string;
|
|
1607
|
+
tagId?: number;
|
|
1608
|
+
tagName?: string;
|
|
1609
|
+
static names(): {
|
|
1610
|
+
[key: string]: string;
|
|
1611
|
+
};
|
|
1612
|
+
static types(): {
|
|
1613
|
+
[key: string]: any;
|
|
1614
|
+
};
|
|
1615
|
+
constructor(map?: {
|
|
1616
|
+
[key: string]: any;
|
|
1617
|
+
});
|
|
1618
|
+
}
|
|
1619
|
+
export declare class QueryTagListPageResponseBodyDataRecords extends $tea.Model {
|
|
1620
|
+
apiName?: string;
|
|
1621
|
+
code?: string;
|
|
1622
|
+
docAddress?: string;
|
|
1623
|
+
id?: number;
|
|
1624
|
+
industryId?: number;
|
|
1625
|
+
industryName?: string;
|
|
1626
|
+
introduction?: string;
|
|
1627
|
+
isOpen?: number;
|
|
1628
|
+
name?: string;
|
|
1629
|
+
saleStatusStr?: string;
|
|
1630
|
+
sceneId?: number;
|
|
1631
|
+
sceneName?: string;
|
|
1632
|
+
static names(): {
|
|
1633
|
+
[key: string]: string;
|
|
1634
|
+
};
|
|
1635
|
+
static types(): {
|
|
1636
|
+
[key: string]: any;
|
|
1637
|
+
};
|
|
1638
|
+
constructor(map?: {
|
|
1639
|
+
[key: string]: any;
|
|
1640
|
+
});
|
|
1641
|
+
}
|
|
1642
|
+
export declare class QueryTagListPageResponseBodyData extends $tea.Model {
|
|
1643
|
+
pageNo?: number;
|
|
1644
|
+
pageSize?: number;
|
|
1645
|
+
records?: QueryTagListPageResponseBodyDataRecords[];
|
|
1646
|
+
totalCount?: number;
|
|
1647
|
+
totalPage?: number;
|
|
1648
|
+
static names(): {
|
|
1649
|
+
[key: string]: string;
|
|
1650
|
+
};
|
|
1651
|
+
static types(): {
|
|
1652
|
+
[key: string]: any;
|
|
1653
|
+
};
|
|
1654
|
+
constructor(map?: {
|
|
1655
|
+
[key: string]: any;
|
|
1656
|
+
});
|
|
1657
|
+
}
|
|
1658
|
+
export declare class QueryUsageStatisticsByTagIdResponseBodyData extends $tea.Model {
|
|
1659
|
+
authorizationCode?: string;
|
|
1660
|
+
failTotal?: number;
|
|
1661
|
+
gmtDateStr?: string;
|
|
1662
|
+
id?: number;
|
|
1663
|
+
industryName?: string;
|
|
1664
|
+
partnerId?: number;
|
|
1665
|
+
sceneName?: string;
|
|
1666
|
+
successTotal?: number;
|
|
1667
|
+
tagId?: number;
|
|
1668
|
+
tagName?: string;
|
|
1669
|
+
total?: number;
|
|
1670
|
+
static names(): {
|
|
1671
|
+
[key: string]: string;
|
|
1672
|
+
};
|
|
1673
|
+
static types(): {
|
|
1674
|
+
[key: string]: any;
|
|
1675
|
+
};
|
|
1676
|
+
constructor(map?: {
|
|
1677
|
+
[key: string]: any;
|
|
1678
|
+
});
|
|
1679
|
+
}
|
|
921
1680
|
export declare class ThreeElementsVerificationResponseBodyData extends $tea.Model {
|
|
922
1681
|
basicCarrier?: string;
|
|
923
1682
|
isConsistent?: number;
|
|
@@ -949,10 +1708,20 @@ export default class Client extends OpenApi {
|
|
|
949
1708
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
950
1709
|
[key: string]: string;
|
|
951
1710
|
}, endpoint: string): string;
|
|
1711
|
+
companyFourElementsVerificationWithOptions(request: CompanyFourElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyFourElementsVerificationResponse>;
|
|
1712
|
+
companyFourElementsVerification(request: CompanyFourElementsVerificationRequest): Promise<CompanyFourElementsVerificationResponse>;
|
|
1713
|
+
companyThreeElementsVerificationWithOptions(request: CompanyThreeElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyThreeElementsVerificationResponse>;
|
|
1714
|
+
companyThreeElementsVerification(request: CompanyThreeElementsVerificationRequest): Promise<CompanyThreeElementsVerificationResponse>;
|
|
1715
|
+
companyTwoElementsVerificationWithOptions(request: CompanyTwoElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyTwoElementsVerificationResponse>;
|
|
1716
|
+
companyTwoElementsVerification(request: CompanyTwoElementsVerificationRequest): Promise<CompanyTwoElementsVerificationResponse>;
|
|
952
1717
|
describeEmptyNumberWithOptions(request: DescribeEmptyNumberRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEmptyNumberResponse>;
|
|
953
1718
|
describeEmptyNumber(request: DescribeEmptyNumberRequest): Promise<DescribeEmptyNumberResponse>;
|
|
954
1719
|
describePhoneNumberAnalysisWithOptions(request: DescribePhoneNumberAnalysisRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisResponse>;
|
|
955
1720
|
describePhoneNumberAnalysis(request: DescribePhoneNumberAnalysisRequest): Promise<DescribePhoneNumberAnalysisResponse>;
|
|
1721
|
+
describePhoneNumberAnalysisAIWithOptions(request: DescribePhoneNumberAnalysisAIRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisAIResponse>;
|
|
1722
|
+
describePhoneNumberAnalysisAI(request: DescribePhoneNumberAnalysisAIRequest): Promise<DescribePhoneNumberAnalysisAIResponse>;
|
|
1723
|
+
describePhoneNumberAttributeWithOptions(request: DescribePhoneNumberAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAttributeResponse>;
|
|
1724
|
+
describePhoneNumberAttribute(request: DescribePhoneNumberAttributeRequest): Promise<DescribePhoneNumberAttributeResponse>;
|
|
956
1725
|
describePhoneNumberOnlineTimeWithOptions(request: DescribePhoneNumberOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOnlineTimeResponse>;
|
|
957
1726
|
describePhoneNumberOnlineTime(request: DescribePhoneNumberOnlineTimeRequest): Promise<DescribePhoneNumberOnlineTimeResponse>;
|
|
958
1727
|
describePhoneNumberOperatorAttributeWithOptions(request: DescribePhoneNumberOperatorAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOperatorAttributeResponse>;
|
|
@@ -961,6 +1730,8 @@ export default class Client extends OpenApi {
|
|
|
961
1730
|
describePhoneTwiceTelVerify(request: DescribePhoneTwiceTelVerifyRequest): Promise<DescribePhoneTwiceTelVerifyResponse>;
|
|
962
1731
|
invalidPhoneNumberFilterWithOptions(request: InvalidPhoneNumberFilterRequest, runtime: $Util.RuntimeOptions): Promise<InvalidPhoneNumberFilterResponse>;
|
|
963
1732
|
invalidPhoneNumberFilter(request: InvalidPhoneNumberFilterRequest): Promise<InvalidPhoneNumberFilterResponse>;
|
|
1733
|
+
phoneNumberConvertServiceWithOptions(request: PhoneNumberConvertServiceRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberConvertServiceResponse>;
|
|
1734
|
+
phoneNumberConvertService(request: PhoneNumberConvertServiceRequest): Promise<PhoneNumberConvertServiceResponse>;
|
|
964
1735
|
phoneNumberEncryptWithOptions(request: PhoneNumberEncryptRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberEncryptResponse>;
|
|
965
1736
|
phoneNumberEncrypt(request: PhoneNumberEncryptRequest): Promise<PhoneNumberEncryptResponse>;
|
|
966
1737
|
phoneNumberStatusForAccountWithOptions(request: PhoneNumberStatusForAccountRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForAccountResponse>;
|
|
@@ -975,6 +1746,16 @@ export default class Client extends OpenApi {
|
|
|
975
1746
|
phoneNumberStatusForVirtual(request: PhoneNumberStatusForVirtualRequest): Promise<PhoneNumberStatusForVirtualResponse>;
|
|
976
1747
|
phoneNumberStatusForVoiceWithOptions(request: PhoneNumberStatusForVoiceRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForVoiceResponse>;
|
|
977
1748
|
phoneNumberStatusForVoice(request: PhoneNumberStatusForVoiceRequest): Promise<PhoneNumberStatusForVoiceResponse>;
|
|
1749
|
+
queryAvailableAuthCodeWithOptions(request: QueryAvailableAuthCodeRequest, runtime: $Util.RuntimeOptions): Promise<QueryAvailableAuthCodeResponse>;
|
|
1750
|
+
queryAvailableAuthCode(request: QueryAvailableAuthCodeRequest): Promise<QueryAvailableAuthCodeResponse>;
|
|
1751
|
+
queryTagApplyRuleWithOptions(request: QueryTagApplyRuleRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagApplyRuleResponse>;
|
|
1752
|
+
queryTagApplyRule(request: QueryTagApplyRuleRequest): Promise<QueryTagApplyRuleResponse>;
|
|
1753
|
+
queryTagInfoBySelectionWithOptions(request: QueryTagInfoBySelectionRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagInfoBySelectionResponse>;
|
|
1754
|
+
queryTagInfoBySelection(request: QueryTagInfoBySelectionRequest): Promise<QueryTagInfoBySelectionResponse>;
|
|
1755
|
+
queryTagListPageWithOptions(request: QueryTagListPageRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagListPageResponse>;
|
|
1756
|
+
queryTagListPage(request: QueryTagListPageRequest): Promise<QueryTagListPageResponse>;
|
|
1757
|
+
queryUsageStatisticsByTagIdWithOptions(request: QueryUsageStatisticsByTagIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryUsageStatisticsByTagIdResponse>;
|
|
1758
|
+
queryUsageStatisticsByTagId(request: QueryUsageStatisticsByTagIdRequest): Promise<QueryUsageStatisticsByTagIdResponse>;
|
|
978
1759
|
threeElementsVerificationWithOptions(request: ThreeElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<ThreeElementsVerificationResponse>;
|
|
979
1760
|
threeElementsVerification(request: ThreeElementsVerificationRequest): Promise<ThreeElementsVerificationResponse>;
|
|
980
1761
|
twoElementsVerificationWithOptions(request: TwoElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<TwoElementsVerificationResponse>;
|