@alicloud/dytnsapi20200217 1.0.10 → 1.0.13

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
@@ -433,6 +433,246 @@ export declare class PhoneNumberEncryptResponse extends $tea.Model {
433
433
  [key: string]: any;
434
434
  });
435
435
  }
436
+ export declare class PhoneNumberStatusForAccountRequest extends $tea.Model {
437
+ authCode?: string;
438
+ inputNumber?: string;
439
+ mask?: string;
440
+ ownerId?: number;
441
+ resourceOwnerAccount?: string;
442
+ resourceOwnerId?: number;
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 PhoneNumberStatusForAccountResponseBody extends $tea.Model {
454
+ code?: string;
455
+ data?: PhoneNumberStatusForAccountResponseBodyData;
456
+ message?: string;
457
+ requestId?: string;
458
+ static names(): {
459
+ [key: string]: string;
460
+ };
461
+ static types(): {
462
+ [key: string]: any;
463
+ };
464
+ constructor(map?: {
465
+ [key: string]: any;
466
+ });
467
+ }
468
+ export declare class PhoneNumberStatusForAccountResponse extends $tea.Model {
469
+ headers: {
470
+ [key: string]: string;
471
+ };
472
+ statusCode: number;
473
+ body: PhoneNumberStatusForAccountResponseBody;
474
+ static names(): {
475
+ [key: string]: string;
476
+ };
477
+ static types(): {
478
+ [key: string]: any;
479
+ };
480
+ constructor(map?: {
481
+ [key: string]: any;
482
+ });
483
+ }
484
+ export declare class PhoneNumberStatusForRealRequest extends $tea.Model {
485
+ authCode?: string;
486
+ inputNumber?: string;
487
+ mask?: string;
488
+ ownerId?: number;
489
+ resourceOwnerAccount?: string;
490
+ resourceOwnerId?: number;
491
+ static names(): {
492
+ [key: string]: string;
493
+ };
494
+ static types(): {
495
+ [key: string]: any;
496
+ };
497
+ constructor(map?: {
498
+ [key: string]: any;
499
+ });
500
+ }
501
+ export declare class PhoneNumberStatusForRealResponseBody extends $tea.Model {
502
+ code?: string;
503
+ data?: PhoneNumberStatusForRealResponseBodyData;
504
+ message?: string;
505
+ requestId?: string;
506
+ static names(): {
507
+ [key: string]: string;
508
+ };
509
+ static types(): {
510
+ [key: string]: any;
511
+ };
512
+ constructor(map?: {
513
+ [key: string]: any;
514
+ });
515
+ }
516
+ export declare class PhoneNumberStatusForRealResponse extends $tea.Model {
517
+ headers: {
518
+ [key: string]: string;
519
+ };
520
+ statusCode: number;
521
+ body: PhoneNumberStatusForRealResponseBody;
522
+ static names(): {
523
+ [key: string]: string;
524
+ };
525
+ static types(): {
526
+ [key: string]: any;
527
+ };
528
+ constructor(map?: {
529
+ [key: string]: any;
530
+ });
531
+ }
532
+ export declare class PhoneNumberStatusForSmsRequest extends $tea.Model {
533
+ authCode?: string;
534
+ inputNumber?: string;
535
+ mask?: string;
536
+ ownerId?: number;
537
+ resourceOwnerAccount?: string;
538
+ resourceOwnerId?: number;
539
+ static names(): {
540
+ [key: string]: string;
541
+ };
542
+ static types(): {
543
+ [key: string]: any;
544
+ };
545
+ constructor(map?: {
546
+ [key: string]: any;
547
+ });
548
+ }
549
+ export declare class PhoneNumberStatusForSmsResponseBody extends $tea.Model {
550
+ code?: string;
551
+ data?: PhoneNumberStatusForSmsResponseBodyData;
552
+ message?: string;
553
+ requestId?: string;
554
+ static names(): {
555
+ [key: string]: string;
556
+ };
557
+ static types(): {
558
+ [key: string]: any;
559
+ };
560
+ constructor(map?: {
561
+ [key: string]: any;
562
+ });
563
+ }
564
+ export declare class PhoneNumberStatusForSmsResponse extends $tea.Model {
565
+ headers: {
566
+ [key: string]: string;
567
+ };
568
+ statusCode: number;
569
+ body: PhoneNumberStatusForSmsResponseBody;
570
+ static names(): {
571
+ [key: string]: string;
572
+ };
573
+ static types(): {
574
+ [key: string]: any;
575
+ };
576
+ constructor(map?: {
577
+ [key: string]: any;
578
+ });
579
+ }
580
+ export declare class PhoneNumberStatusForVirtualRequest extends $tea.Model {
581
+ authCode?: string;
582
+ inputNumber?: string;
583
+ mask?: string;
584
+ ownerId?: number;
585
+ resourceOwnerAccount?: string;
586
+ resourceOwnerId?: number;
587
+ static names(): {
588
+ [key: string]: string;
589
+ };
590
+ static types(): {
591
+ [key: string]: any;
592
+ };
593
+ constructor(map?: {
594
+ [key: string]: any;
595
+ });
596
+ }
597
+ export declare class PhoneNumberStatusForVirtualResponseBody extends $tea.Model {
598
+ code?: string;
599
+ data?: PhoneNumberStatusForVirtualResponseBodyData;
600
+ message?: string;
601
+ requestId?: string;
602
+ static names(): {
603
+ [key: string]: string;
604
+ };
605
+ static types(): {
606
+ [key: string]: any;
607
+ };
608
+ constructor(map?: {
609
+ [key: string]: any;
610
+ });
611
+ }
612
+ export declare class PhoneNumberStatusForVirtualResponse extends $tea.Model {
613
+ headers: {
614
+ [key: string]: string;
615
+ };
616
+ statusCode: number;
617
+ body: PhoneNumberStatusForVirtualResponseBody;
618
+ static names(): {
619
+ [key: string]: string;
620
+ };
621
+ static types(): {
622
+ [key: string]: any;
623
+ };
624
+ constructor(map?: {
625
+ [key: string]: any;
626
+ });
627
+ }
628
+ export declare class PhoneNumberStatusForVoiceRequest extends $tea.Model {
629
+ authCode?: string;
630
+ inputNumber?: string;
631
+ mask?: string;
632
+ ownerId?: number;
633
+ resourceOwnerAccount?: string;
634
+ resourceOwnerId?: number;
635
+ static names(): {
636
+ [key: string]: string;
637
+ };
638
+ static types(): {
639
+ [key: string]: any;
640
+ };
641
+ constructor(map?: {
642
+ [key: string]: any;
643
+ });
644
+ }
645
+ export declare class PhoneNumberStatusForVoiceResponseBody extends $tea.Model {
646
+ code?: string;
647
+ data?: PhoneNumberStatusForVoiceResponseBodyData;
648
+ message?: string;
649
+ requestId?: string;
650
+ static names(): {
651
+ [key: string]: string;
652
+ };
653
+ static types(): {
654
+ [key: string]: any;
655
+ };
656
+ constructor(map?: {
657
+ [key: string]: any;
658
+ });
659
+ }
660
+ export declare class PhoneNumberStatusForVoiceResponse extends $tea.Model {
661
+ headers: {
662
+ [key: string]: string;
663
+ };
664
+ statusCode: number;
665
+ body: PhoneNumberStatusForVoiceResponseBody;
666
+ static names(): {
667
+ [key: string]: string;
668
+ };
669
+ static types(): {
670
+ [key: string]: any;
671
+ };
672
+ constructor(map?: {
673
+ [key: string]: any;
674
+ });
675
+ }
436
676
  export declare class ThreeElementsVerificationRequest extends $tea.Model {
437
677
  authCode?: string;
438
678
  certCode?: string;
@@ -660,6 +900,70 @@ export declare class PhoneNumberEncryptResponseBodyData extends $tea.Model {
660
900
  [key: string]: any;
661
901
  });
662
902
  }
903
+ export declare class PhoneNumberStatusForAccountResponseBodyData extends $tea.Model {
904
+ carrier?: string;
905
+ status?: string;
906
+ static names(): {
907
+ [key: string]: string;
908
+ };
909
+ static types(): {
910
+ [key: string]: any;
911
+ };
912
+ constructor(map?: {
913
+ [key: string]: any;
914
+ });
915
+ }
916
+ export declare class PhoneNumberStatusForRealResponseBodyData extends $tea.Model {
917
+ carrier?: string;
918
+ status?: string;
919
+ static names(): {
920
+ [key: string]: string;
921
+ };
922
+ static types(): {
923
+ [key: string]: any;
924
+ };
925
+ constructor(map?: {
926
+ [key: string]: any;
927
+ });
928
+ }
929
+ export declare class PhoneNumberStatusForSmsResponseBodyData extends $tea.Model {
930
+ carrier?: string;
931
+ status?: string;
932
+ static names(): {
933
+ [key: string]: string;
934
+ };
935
+ static types(): {
936
+ [key: string]: any;
937
+ };
938
+ constructor(map?: {
939
+ [key: string]: any;
940
+ });
941
+ }
942
+ export declare class PhoneNumberStatusForVirtualResponseBodyData extends $tea.Model {
943
+ isPrivacyNumber?: boolean;
944
+ static names(): {
945
+ [key: string]: string;
946
+ };
947
+ static types(): {
948
+ [key: string]: any;
949
+ };
950
+ constructor(map?: {
951
+ [key: string]: any;
952
+ });
953
+ }
954
+ export declare class PhoneNumberStatusForVoiceResponseBodyData extends $tea.Model {
955
+ carrier?: string;
956
+ status?: string;
957
+ static names(): {
958
+ [key: string]: string;
959
+ };
960
+ static types(): {
961
+ [key: string]: any;
962
+ };
963
+ constructor(map?: {
964
+ [key: string]: any;
965
+ });
966
+ }
663
967
  export declare class ThreeElementsVerificationResponseBodyData extends $tea.Model {
664
968
  basicCarrier?: string;
665
969
  isConsistent?: number;
@@ -709,6 +1013,16 @@ export default class Client extends OpenApi {
709
1013
  invalidPhoneNumberFilter(request: InvalidPhoneNumberFilterRequest): Promise<InvalidPhoneNumberFilterResponse>;
710
1014
  phoneNumberEncryptWithOptions(request: PhoneNumberEncryptRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberEncryptResponse>;
711
1015
  phoneNumberEncrypt(request: PhoneNumberEncryptRequest): Promise<PhoneNumberEncryptResponse>;
1016
+ phoneNumberStatusForAccountWithOptions(request: PhoneNumberStatusForAccountRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForAccountResponse>;
1017
+ phoneNumberStatusForAccount(request: PhoneNumberStatusForAccountRequest): Promise<PhoneNumberStatusForAccountResponse>;
1018
+ phoneNumberStatusForRealWithOptions(request: PhoneNumberStatusForRealRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForRealResponse>;
1019
+ phoneNumberStatusForReal(request: PhoneNumberStatusForRealRequest): Promise<PhoneNumberStatusForRealResponse>;
1020
+ phoneNumberStatusForSmsWithOptions(request: PhoneNumberStatusForSmsRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForSmsResponse>;
1021
+ phoneNumberStatusForSms(request: PhoneNumberStatusForSmsRequest): Promise<PhoneNumberStatusForSmsResponse>;
1022
+ phoneNumberStatusForVirtualWithOptions(request: PhoneNumberStatusForVirtualRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForVirtualResponse>;
1023
+ phoneNumberStatusForVirtual(request: PhoneNumberStatusForVirtualRequest): Promise<PhoneNumberStatusForVirtualResponse>;
1024
+ phoneNumberStatusForVoiceWithOptions(request: PhoneNumberStatusForVoiceRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForVoiceResponse>;
1025
+ phoneNumberStatusForVoice(request: PhoneNumberStatusForVoiceRequest): Promise<PhoneNumberStatusForVoiceResponse>;
712
1026
  threeElementsVerificationWithOptions(request: ThreeElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<ThreeElementsVerificationResponse>;
713
1027
  threeElementsVerification(request: ThreeElementsVerificationRequest): Promise<ThreeElementsVerificationResponse>;
714
1028
  twoElementsVerificationWithOptions(request: TwoElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<TwoElementsVerificationResponse>;