@alicloud/cloudauth20190307 2.0.7 → 2.1.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 CHANGED
@@ -606,14 +606,61 @@ export declare class DetectFaceAttributesResponse extends $tea.Model {
606
606
  [key: string]: any;
607
607
  });
608
608
  }
609
+ export declare class Id2MetaVerifyRequest extends $tea.Model {
610
+ identifyNum?: string;
611
+ paramType?: string;
612
+ userName?: string;
613
+ static names(): {
614
+ [key: string]: string;
615
+ };
616
+ static types(): {
617
+ [key: string]: any;
618
+ };
619
+ constructor(map?: {
620
+ [key: string]: any;
621
+ });
622
+ }
623
+ export declare class Id2MetaVerifyResponseBody extends $tea.Model {
624
+ code?: string;
625
+ message?: string;
626
+ requestId?: string;
627
+ resultObject?: Id2MetaVerifyResponseBodyResultObject;
628
+ static names(): {
629
+ [key: string]: string;
630
+ };
631
+ static types(): {
632
+ [key: string]: any;
633
+ };
634
+ constructor(map?: {
635
+ [key: string]: any;
636
+ });
637
+ }
638
+ export declare class Id2MetaVerifyResponse extends $tea.Model {
639
+ headers: {
640
+ [key: string]: string;
641
+ };
642
+ statusCode: number;
643
+ body: Id2MetaVerifyResponseBody;
644
+ static names(): {
645
+ [key: string]: string;
646
+ };
647
+ static types(): {
648
+ [key: string]: any;
649
+ };
650
+ constructor(map?: {
651
+ [key: string]: any;
652
+ });
653
+ }
609
654
  export declare class InitFaceVerifyRequest extends $tea.Model {
610
655
  authId?: string;
656
+ birthday?: string;
611
657
  callbackToken?: string;
612
658
  callbackUrl?: string;
613
659
  certName?: string;
614
660
  certNo?: string;
615
661
  certType?: string;
616
662
  certifyId?: string;
663
+ certifyUrlStyle?: string;
617
664
  certifyUrlType?: string;
618
665
  crop?: string;
619
666
  encryptType?: string;
@@ -622,16 +669,19 @@ export declare class InitFaceVerifyRequest extends $tea.Model {
622
669
  ip?: string;
623
670
  metaInfo?: string;
624
671
  mobile?: string;
672
+ mode?: string;
625
673
  model?: string;
626
674
  ossBucketName?: string;
627
675
  ossObjectName?: string;
628
676
  outerOrderNo?: string;
629
677
  procedurePriority?: string;
630
678
  productCode?: string;
679
+ readImg?: string;
631
680
  returnUrl?: string;
632
681
  sceneId?: number;
633
682
  suitableType?: string;
634
683
  userId?: string;
684
+ validityDate?: string;
635
685
  voluntaryCustomizedContent?: string;
636
686
  static names(): {
637
687
  [key: string]: string;
@@ -730,6 +780,98 @@ export declare class LivenessFaceVerifyResponse extends $tea.Model {
730
780
  [key: string]: any;
731
781
  });
732
782
  }
783
+ export declare class Mobile3MetaDetailVerifyRequest extends $tea.Model {
784
+ identifyNum?: string;
785
+ mobile?: string;
786
+ paramType?: string;
787
+ userName?: string;
788
+ static names(): {
789
+ [key: string]: string;
790
+ };
791
+ static types(): {
792
+ [key: string]: any;
793
+ };
794
+ constructor(map?: {
795
+ [key: string]: any;
796
+ });
797
+ }
798
+ export declare class Mobile3MetaDetailVerifyResponseBody extends $tea.Model {
799
+ code?: string;
800
+ message?: string;
801
+ requestId?: string;
802
+ resultObject?: Mobile3MetaDetailVerifyResponseBodyResultObject;
803
+ static names(): {
804
+ [key: string]: string;
805
+ };
806
+ static types(): {
807
+ [key: string]: any;
808
+ };
809
+ constructor(map?: {
810
+ [key: string]: any;
811
+ });
812
+ }
813
+ export declare class Mobile3MetaDetailVerifyResponse extends $tea.Model {
814
+ headers: {
815
+ [key: string]: string;
816
+ };
817
+ statusCode: number;
818
+ body: Mobile3MetaDetailVerifyResponseBody;
819
+ static names(): {
820
+ [key: string]: string;
821
+ };
822
+ static types(): {
823
+ [key: string]: any;
824
+ };
825
+ constructor(map?: {
826
+ [key: string]: any;
827
+ });
828
+ }
829
+ export declare class Mobile3MetaSimpleVerifyRequest extends $tea.Model {
830
+ identifyNum?: string;
831
+ mobile?: string;
832
+ paramType?: string;
833
+ userName?: string;
834
+ static names(): {
835
+ [key: string]: string;
836
+ };
837
+ static types(): {
838
+ [key: string]: any;
839
+ };
840
+ constructor(map?: {
841
+ [key: string]: any;
842
+ });
843
+ }
844
+ export declare class Mobile3MetaSimpleVerifyResponseBody extends $tea.Model {
845
+ code?: string;
846
+ message?: string;
847
+ requestId?: string;
848
+ resultObject?: Mobile3MetaSimpleVerifyResponseBodyResultObject;
849
+ static names(): {
850
+ [key: string]: string;
851
+ };
852
+ static types(): {
853
+ [key: string]: any;
854
+ };
855
+ constructor(map?: {
856
+ [key: string]: any;
857
+ });
858
+ }
859
+ export declare class Mobile3MetaSimpleVerifyResponse extends $tea.Model {
860
+ headers: {
861
+ [key: string]: string;
862
+ };
863
+ statusCode: number;
864
+ body: Mobile3MetaSimpleVerifyResponseBody;
865
+ static names(): {
866
+ [key: string]: string;
867
+ };
868
+ static types(): {
869
+ [key: string]: any;
870
+ };
871
+ constructor(map?: {
872
+ [key: string]: any;
873
+ });
874
+ }
733
875
  export declare class ModifyDeviceInfoRequest extends $tea.Model {
734
876
  bizType?: string;
735
877
  deviceId?: string;
@@ -909,6 +1051,7 @@ export declare class DescribeFaceVerifyResponseBodyResultObject extends $tea.Mod
909
1051
  materialInfo?: string;
910
1052
  passed?: string;
911
1053
  subCode?: string;
1054
+ success?: string;
912
1055
  static names(): {
913
1056
  [key: string]: string;
914
1057
  };
@@ -1095,6 +1238,18 @@ export declare class DetectFaceAttributesResponseBodyData extends $tea.Model {
1095
1238
  [key: string]: any;
1096
1239
  });
1097
1240
  }
1241
+ export declare class Id2MetaVerifyResponseBodyResultObject extends $tea.Model {
1242
+ bizCode?: 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
+ }
1098
1253
  export declare class InitFaceVerifyResponseBodyResultObject extends $tea.Model {
1099
1254
  certifyId?: string;
1100
1255
  certifyUrl?: string;
@@ -1123,6 +1278,33 @@ export declare class LivenessFaceVerifyResponseBodyResultObject extends $tea.Mod
1123
1278
  [key: string]: any;
1124
1279
  });
1125
1280
  }
1281
+ export declare class Mobile3MetaDetailVerifyResponseBodyResultObject extends $tea.Model {
1282
+ bizCode?: string;
1283
+ ispName?: string;
1284
+ subCode?: string;
1285
+ static names(): {
1286
+ [key: string]: string;
1287
+ };
1288
+ static types(): {
1289
+ [key: string]: any;
1290
+ };
1291
+ constructor(map?: {
1292
+ [key: string]: any;
1293
+ });
1294
+ }
1295
+ export declare class Mobile3MetaSimpleVerifyResponseBodyResultObject extends $tea.Model {
1296
+ bizCode?: string;
1297
+ ispName?: string;
1298
+ static names(): {
1299
+ [key: string]: string;
1300
+ };
1301
+ static types(): {
1302
+ [key: string]: any;
1303
+ };
1304
+ constructor(map?: {
1305
+ [key: string]: any;
1306
+ });
1307
+ }
1126
1308
  export declare class VerifyMaterialResponseBodyMaterialIdCardInfo extends $tea.Model {
1127
1309
  address?: string;
1128
1310
  authority?: string;
@@ -1192,10 +1374,16 @@ export default class Client extends OpenApi {
1192
1374
  describeVerifyToken(request: DescribeVerifyTokenRequest): Promise<DescribeVerifyTokenResponse>;
1193
1375
  detectFaceAttributesWithOptions(request: DetectFaceAttributesRequest, runtime: $Util.RuntimeOptions): Promise<DetectFaceAttributesResponse>;
1194
1376
  detectFaceAttributes(request: DetectFaceAttributesRequest): Promise<DetectFaceAttributesResponse>;
1377
+ id2MetaVerifyWithOptions(request: Id2MetaVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Id2MetaVerifyResponse>;
1378
+ id2MetaVerify(request: Id2MetaVerifyRequest): Promise<Id2MetaVerifyResponse>;
1195
1379
  initFaceVerifyWithOptions(request: InitFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<InitFaceVerifyResponse>;
1196
1380
  initFaceVerify(request: InitFaceVerifyRequest): Promise<InitFaceVerifyResponse>;
1197
1381
  livenessFaceVerifyWithOptions(request: LivenessFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<LivenessFaceVerifyResponse>;
1198
1382
  livenessFaceVerify(request: LivenessFaceVerifyRequest): Promise<LivenessFaceVerifyResponse>;
1383
+ mobile3MetaDetailVerifyWithOptions(request: Mobile3MetaDetailVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Mobile3MetaDetailVerifyResponse>;
1384
+ mobile3MetaDetailVerify(request: Mobile3MetaDetailVerifyRequest): Promise<Mobile3MetaDetailVerifyResponse>;
1385
+ mobile3MetaSimpleVerifyWithOptions(request: Mobile3MetaSimpleVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Mobile3MetaSimpleVerifyResponse>;
1386
+ mobile3MetaSimpleVerify(request: Mobile3MetaSimpleVerifyRequest): Promise<Mobile3MetaSimpleVerifyResponse>;
1199
1387
  modifyDeviceInfoWithOptions(request: ModifyDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDeviceInfoResponse>;
1200
1388
  modifyDeviceInfo(request: ModifyDeviceInfoRequest): Promise<ModifyDeviceInfoResponse>;
1201
1389
  verifyMaterialWithOptions(request: VerifyMaterialRequest, runtime: $Util.RuntimeOptions): Promise<VerifyMaterialResponse>;