@alicloud/dytnsapi20200217 1.0.6 → 1.0.9

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 CHANGED
@@ -39,6 +39,7 @@ export declare class DescribeEmptyNumberDetectResponse extends $tea.Model {
39
39
  headers: {
40
40
  [key: string]: string;
41
41
  };
42
+ statusCode: number;
42
43
  body: DescribeEmptyNumberDetectResponseBody;
43
44
  static names(): {
44
45
  [key: string]: string;
@@ -88,6 +89,7 @@ export declare class DescribePhoneNumberAnalysisResponse extends $tea.Model {
88
89
  headers: {
89
90
  [key: string]: string;
90
91
  };
92
+ statusCode: number;
91
93
  body: DescribePhoneNumberAnalysisResponseBody;
92
94
  static names(): {
93
95
  [key: string]: string;
@@ -133,6 +135,7 @@ export declare class DescribePhoneNumberAttributeResponse extends $tea.Model {
133
135
  headers: {
134
136
  [key: string]: string;
135
137
  };
138
+ statusCode: number;
136
139
  body: DescribePhoneNumberAttributeResponseBody;
137
140
  static names(): {
138
141
  [key: string]: string;
@@ -181,6 +184,7 @@ export declare class DescribePhoneNumberOnlineTimeResponse extends $tea.Model {
181
184
  headers: {
182
185
  [key: string]: string;
183
186
  };
187
+ statusCode: number;
184
188
  body: DescribePhoneNumberOnlineTimeResponseBody;
185
189
  static names(): {
186
190
  [key: string]: string;
@@ -227,6 +231,7 @@ export declare class DescribePhoneNumberResaleResponse extends $tea.Model {
227
231
  headers: {
228
232
  [key: string]: string;
229
233
  };
234
+ statusCode: number;
230
235
  body: DescribePhoneNumberResaleResponseBody;
231
236
  static names(): {
232
237
  [key: string]: string;
@@ -272,6 +277,7 @@ export declare class DescribePhoneNumberStatusResponse extends $tea.Model {
272
277
  headers: {
273
278
  [key: string]: string;
274
279
  };
280
+ statusCode: number;
275
281
  body: DescribePhoneNumberStatusResponseBody;
276
282
  static names(): {
277
283
  [key: string]: string;
@@ -283,10 +289,206 @@ export declare class DescribePhoneNumberStatusResponse extends $tea.Model {
283
289
  [key: string]: any;
284
290
  });
285
291
  }
292
+ export declare class InvalidPhoneNumberFilterRequest extends $tea.Model {
293
+ authCode?: string;
294
+ inputNumber?: string;
295
+ mask?: string;
296
+ ownerId?: number;
297
+ resourceOwnerAccount?: string;
298
+ resourceOwnerId?: number;
299
+ static names(): {
300
+ [key: string]: string;
301
+ };
302
+ static types(): {
303
+ [key: string]: any;
304
+ };
305
+ constructor(map?: {
306
+ [key: string]: any;
307
+ });
308
+ }
309
+ export declare class InvalidPhoneNumberFilterResponseBody extends $tea.Model {
310
+ code?: string;
311
+ data?: InvalidPhoneNumberFilterResponseBodyData[];
312
+ message?: string;
313
+ requestId?: string;
314
+ static names(): {
315
+ [key: string]: string;
316
+ };
317
+ static types(): {
318
+ [key: string]: any;
319
+ };
320
+ constructor(map?: {
321
+ [key: string]: any;
322
+ });
323
+ }
324
+ export declare class InvalidPhoneNumberFilterResponse extends $tea.Model {
325
+ headers: {
326
+ [key: string]: string;
327
+ };
328
+ statusCode: number;
329
+ body: InvalidPhoneNumberFilterResponseBody;
330
+ static names(): {
331
+ [key: string]: string;
332
+ };
333
+ static types(): {
334
+ [key: string]: any;
335
+ };
336
+ constructor(map?: {
337
+ [key: string]: any;
338
+ });
339
+ }
340
+ export declare class PhoneNumberEncryptRequest extends $tea.Model {
341
+ authCode?: string;
342
+ inputNumber?: string;
343
+ mask?: string;
344
+ ownerId?: number;
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 PhoneNumberEncryptResponseBody extends $tea.Model {
358
+ code?: string;
359
+ data?: PhoneNumberEncryptResponseBodyData[];
360
+ message?: string;
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 PhoneNumberEncryptResponse extends $tea.Model {
373
+ headers: {
374
+ [key: string]: string;
375
+ };
376
+ statusCode: number;
377
+ body: PhoneNumberEncryptResponseBody;
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
+ }
286
388
  export declare class PvrCallbackFCUResponse extends $tea.Model {
287
389
  headers: {
288
390
  [key: string]: string;
289
391
  };
392
+ statusCode: number;
393
+ static names(): {
394
+ [key: string]: string;
395
+ };
396
+ static types(): {
397
+ [key: string]: any;
398
+ };
399
+ constructor(map?: {
400
+ [key: string]: any;
401
+ });
402
+ }
403
+ export declare class ThreeElementsVerificationRequest extends $tea.Model {
404
+ authCode?: string;
405
+ certCode?: string;
406
+ inputNumber?: string;
407
+ mask?: string;
408
+ name?: string;
409
+ ownerId?: number;
410
+ resourceOwnerAccount?: string;
411
+ resourceOwnerId?: number;
412
+ static names(): {
413
+ [key: string]: string;
414
+ };
415
+ static types(): {
416
+ [key: string]: any;
417
+ };
418
+ constructor(map?: {
419
+ [key: string]: any;
420
+ });
421
+ }
422
+ export declare class ThreeElementsVerificationResponseBody extends $tea.Model {
423
+ code?: string;
424
+ data?: ThreeElementsVerificationResponseBodyData[];
425
+ message?: string;
426
+ requestId?: string;
427
+ static names(): {
428
+ [key: string]: string;
429
+ };
430
+ static types(): {
431
+ [key: string]: any;
432
+ };
433
+ constructor(map?: {
434
+ [key: string]: any;
435
+ });
436
+ }
437
+ export declare class ThreeElementsVerificationResponse extends $tea.Model {
438
+ headers: {
439
+ [key: string]: string;
440
+ };
441
+ statusCode: number;
442
+ body: ThreeElementsVerificationResponseBody;
443
+ static names(): {
444
+ [key: string]: string;
445
+ };
446
+ static types(): {
447
+ [key: string]: any;
448
+ };
449
+ constructor(map?: {
450
+ [key: string]: any;
451
+ });
452
+ }
453
+ export declare class TwoElementsVerificationRequest extends $tea.Model {
454
+ authCode?: string;
455
+ inputNumber?: string;
456
+ mask?: string;
457
+ name?: string;
458
+ ownerId?: number;
459
+ resourceOwnerAccount?: string;
460
+ resourceOwnerId?: number;
461
+ static names(): {
462
+ [key: string]: string;
463
+ };
464
+ static types(): {
465
+ [key: string]: any;
466
+ };
467
+ constructor(map?: {
468
+ [key: string]: any;
469
+ });
470
+ }
471
+ export declare class TwoElementsVerificationResponseBody extends $tea.Model {
472
+ code?: string;
473
+ data?: TwoElementsVerificationResponseBodyData[];
474
+ message?: string;
475
+ requestId?: string;
476
+ static names(): {
477
+ [key: string]: string;
478
+ };
479
+ static types(): {
480
+ [key: string]: any;
481
+ };
482
+ constructor(map?: {
483
+ [key: string]: any;
484
+ });
485
+ }
486
+ export declare class TwoElementsVerificationResponse extends $tea.Model {
487
+ headers: {
488
+ [key: string]: string;
489
+ };
490
+ statusCode: number;
491
+ body: TwoElementsVerificationResponseBody;
290
492
  static names(): {
291
493
  [key: string]: string;
292
494
  };
@@ -379,6 +581,61 @@ export declare class DescribePhoneNumberStatusResponseBodyPhoneStatus extends $t
379
581
  [key: string]: any;
380
582
  });
381
583
  }
584
+ export declare class InvalidPhoneNumberFilterResponseBodyData extends $tea.Model {
585
+ code?: string;
586
+ encryptedNumber?: string;
587
+ expireTime?: string;
588
+ originalNumber?: string;
589
+ static names(): {
590
+ [key: string]: string;
591
+ };
592
+ static types(): {
593
+ [key: string]: any;
594
+ };
595
+ constructor(map?: {
596
+ [key: string]: any;
597
+ });
598
+ }
599
+ export declare class PhoneNumberEncryptResponseBodyData extends $tea.Model {
600
+ encryptedNumber?: string;
601
+ expireTime?: string;
602
+ originalNumber?: string;
603
+ static names(): {
604
+ [key: string]: string;
605
+ };
606
+ static types(): {
607
+ [key: string]: any;
608
+ };
609
+ constructor(map?: {
610
+ [key: string]: any;
611
+ });
612
+ }
613
+ export declare class ThreeElementsVerificationResponseBodyData extends $tea.Model {
614
+ basicCarrier?: string;
615
+ isConsistent?: number;
616
+ static names(): {
617
+ [key: string]: string;
618
+ };
619
+ static types(): {
620
+ [key: string]: any;
621
+ };
622
+ constructor(map?: {
623
+ [key: string]: any;
624
+ });
625
+ }
626
+ export declare class TwoElementsVerificationResponseBodyData extends $tea.Model {
627
+ basicCarrier?: string;
628
+ isConsistent?: number;
629
+ static names(): {
630
+ [key: string]: string;
631
+ };
632
+ static types(): {
633
+ [key: string]: any;
634
+ };
635
+ constructor(map?: {
636
+ [key: string]: any;
637
+ });
638
+ }
382
639
  export default class Client extends OpenApi {
383
640
  constructor(config: $OpenApi.Config);
384
641
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
@@ -396,6 +653,14 @@ export default class Client extends OpenApi {
396
653
  describePhoneNumberResale(request: DescribePhoneNumberResaleRequest): Promise<DescribePhoneNumberResaleResponse>;
397
654
  describePhoneNumberStatusWithOptions(request: DescribePhoneNumberStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberStatusResponse>;
398
655
  describePhoneNumberStatus(request: DescribePhoneNumberStatusRequest): Promise<DescribePhoneNumberStatusResponse>;
656
+ invalidPhoneNumberFilterWithOptions(request: InvalidPhoneNumberFilterRequest, runtime: $Util.RuntimeOptions): Promise<InvalidPhoneNumberFilterResponse>;
657
+ invalidPhoneNumberFilter(request: InvalidPhoneNumberFilterRequest): Promise<InvalidPhoneNumberFilterResponse>;
658
+ phoneNumberEncryptWithOptions(request: PhoneNumberEncryptRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberEncryptResponse>;
659
+ phoneNumberEncrypt(request: PhoneNumberEncryptRequest): Promise<PhoneNumberEncryptResponse>;
399
660
  pvrCallbackFCUWithOptions(runtime: $Util.RuntimeOptions): Promise<PvrCallbackFCUResponse>;
400
661
  pvrCallbackFCU(): Promise<PvrCallbackFCUResponse>;
662
+ threeElementsVerificationWithOptions(request: ThreeElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<ThreeElementsVerificationResponse>;
663
+ threeElementsVerification(request: ThreeElementsVerificationRequest): Promise<ThreeElementsVerificationResponse>;
664
+ twoElementsVerificationWithOptions(request: TwoElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<TwoElementsVerificationResponse>;
665
+ twoElementsVerification(request: TwoElementsVerificationRequest): Promise<TwoElementsVerificationResponse>;
401
666
  }