@alicloud/cloudauth20190307 3.2.0 → 3.4.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
@@ -1883,10 +1883,88 @@ export declare class DetectFaceAttributesResponse extends $tea.Model {
1883
1883
  [key: string]: any;
1884
1884
  });
1885
1885
  }
1886
- export declare class Id2MetaVerifyRequest extends $tea.Model {
1886
+ export declare class Id2MetaPeriodVerifyRequest extends $tea.Model {
1887
+ /**
1888
+ * @example
1889
+ * 4****************1
1890
+ */
1891
+ identifyNum?: string;
1892
+ /**
1893
+ * @example
1894
+ * normal
1895
+ */
1896
+ paramType?: string;
1897
+ userName?: string;
1898
+ /**
1899
+ * @example
1900
+ * 20301001
1901
+ */
1902
+ validityEndDate?: string;
1903
+ /**
1904
+ * @example
1905
+ * 20201001
1906
+ */
1907
+ validityStartDate?: string;
1908
+ static names(): {
1909
+ [key: string]: string;
1910
+ };
1911
+ static types(): {
1912
+ [key: string]: any;
1913
+ };
1914
+ constructor(map?: {
1915
+ [key: string]: any;
1916
+ });
1917
+ }
1918
+ export declare class Id2MetaPeriodVerifyResponseBody extends $tea.Model {
1919
+ /**
1920
+ * @example
1921
+ * 200
1922
+ */
1923
+ code?: string;
1924
+ /**
1925
+ * @example
1926
+ * success
1927
+ */
1928
+ message?: string;
1929
+ /**
1930
+ * @remarks
1931
+ * Id of the request
1932
+ *
1933
+ * @example
1934
+ * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
1935
+ */
1936
+ requestId?: string;
1937
+ resultObject?: Id2MetaPeriodVerifyResponseBodyResultObject;
1938
+ static names(): {
1939
+ [key: string]: string;
1940
+ };
1941
+ static types(): {
1942
+ [key: string]: any;
1943
+ };
1944
+ constructor(map?: {
1945
+ [key: string]: any;
1946
+ });
1947
+ }
1948
+ export declare class Id2MetaPeriodVerifyResponse extends $tea.Model {
1949
+ headers?: {
1950
+ [key: string]: string;
1951
+ };
1952
+ statusCode?: number;
1953
+ body?: Id2MetaPeriodVerifyResponseBody;
1954
+ static names(): {
1955
+ [key: string]: string;
1956
+ };
1957
+ static types(): {
1958
+ [key: string]: any;
1959
+ };
1960
+ constructor(map?: {
1961
+ [key: string]: any;
1962
+ });
1963
+ }
1964
+ export declare class Id2MetaStandardVerifyRequest extends $tea.Model {
1887
1965
  /**
1888
1966
  * @example
1889
- * 412722198610274919
1967
+ * 4****************1
1890
1968
  */
1891
1969
  identifyNum?: string;
1892
1970
  /**
@@ -1905,6 +1983,66 @@ export declare class Id2MetaVerifyRequest extends $tea.Model {
1905
1983
  [key: string]: any;
1906
1984
  });
1907
1985
  }
1986
+ export declare class Id2MetaStandardVerifyResponseBody extends $tea.Model {
1987
+ /**
1988
+ * @example
1989
+ * 200
1990
+ */
1991
+ code?: string;
1992
+ /**
1993
+ * @example
1994
+ * success
1995
+ */
1996
+ message?: string;
1997
+ /**
1998
+ * @remarks
1999
+ * Id of the request
2000
+ *
2001
+ * @example
2002
+ * D6163397-15C5-419C-9ACC-B7C83E0B4C10
2003
+ */
2004
+ requestId?: string;
2005
+ resultObject?: Id2MetaStandardVerifyResponseBodyResultObject;
2006
+ static names(): {
2007
+ [key: string]: string;
2008
+ };
2009
+ static types(): {
2010
+ [key: string]: any;
2011
+ };
2012
+ constructor(map?: {
2013
+ [key: string]: any;
2014
+ });
2015
+ }
2016
+ export declare class Id2MetaStandardVerifyResponse extends $tea.Model {
2017
+ headers?: {
2018
+ [key: string]: string;
2019
+ };
2020
+ statusCode?: number;
2021
+ body?: Id2MetaStandardVerifyResponseBody;
2022
+ static names(): {
2023
+ [key: string]: string;
2024
+ };
2025
+ static types(): {
2026
+ [key: string]: any;
2027
+ };
2028
+ constructor(map?: {
2029
+ [key: string]: any;
2030
+ });
2031
+ }
2032
+ export declare class Id2MetaVerifyRequest extends $tea.Model {
2033
+ identifyNum?: string;
2034
+ paramType?: string;
2035
+ userName?: string;
2036
+ static names(): {
2037
+ [key: string]: string;
2038
+ };
2039
+ static types(): {
2040
+ [key: string]: any;
2041
+ };
2042
+ constructor(map?: {
2043
+ [key: string]: any;
2044
+ });
2045
+ }
1908
2046
  export declare class Id2MetaVerifyResponseBody extends $tea.Model {
1909
2047
  /**
1910
2048
  * @example
@@ -2250,15 +2388,15 @@ export declare class LivenessFaceVerifyResponse extends $tea.Model {
2250
2388
  [key: string]: any;
2251
2389
  });
2252
2390
  }
2253
- export declare class Mobile3MetaDetailVerifyRequest extends $tea.Model {
2391
+ export declare class Mobile3MetaDetailStandardVerifyRequest extends $tea.Model {
2254
2392
  /**
2255
2393
  * @example
2256
- * 520181199902104631
2394
+ * 429001********8211
2257
2395
  */
2258
2396
  identifyNum?: string;
2259
2397
  /**
2260
2398
  * @example
2261
- * 150000xxxx
2399
+ * 138********
2262
2400
  */
2263
2401
  mobile?: string;
2264
2402
  /**
@@ -2277,6 +2415,67 @@ export declare class Mobile3MetaDetailVerifyRequest extends $tea.Model {
2277
2415
  [key: string]: any;
2278
2416
  });
2279
2417
  }
2418
+ export declare class Mobile3MetaDetailStandardVerifyResponseBody extends $tea.Model {
2419
+ /**
2420
+ * @example
2421
+ * 200
2422
+ */
2423
+ code?: string;
2424
+ /**
2425
+ * @example
2426
+ * success
2427
+ */
2428
+ message?: string;
2429
+ /**
2430
+ * @remarks
2431
+ * Id of the request
2432
+ *
2433
+ * @example
2434
+ * 8FC3D6AC-9FED-4311-8DA7-C4BF47D9F260
2435
+ */
2436
+ requestId?: string;
2437
+ resultObject?: Mobile3MetaDetailStandardVerifyResponseBodyResultObject;
2438
+ static names(): {
2439
+ [key: string]: string;
2440
+ };
2441
+ static types(): {
2442
+ [key: string]: any;
2443
+ };
2444
+ constructor(map?: {
2445
+ [key: string]: any;
2446
+ });
2447
+ }
2448
+ export declare class Mobile3MetaDetailStandardVerifyResponse extends $tea.Model {
2449
+ headers?: {
2450
+ [key: string]: string;
2451
+ };
2452
+ statusCode?: number;
2453
+ body?: Mobile3MetaDetailStandardVerifyResponseBody;
2454
+ static names(): {
2455
+ [key: string]: string;
2456
+ };
2457
+ static types(): {
2458
+ [key: string]: any;
2459
+ };
2460
+ constructor(map?: {
2461
+ [key: string]: any;
2462
+ });
2463
+ }
2464
+ export declare class Mobile3MetaDetailVerifyRequest extends $tea.Model {
2465
+ identifyNum?: string;
2466
+ mobile?: string;
2467
+ paramType?: string;
2468
+ userName?: string;
2469
+ static names(): {
2470
+ [key: string]: string;
2471
+ };
2472
+ static types(): {
2473
+ [key: string]: any;
2474
+ };
2475
+ constructor(map?: {
2476
+ [key: string]: any;
2477
+ });
2478
+ }
2280
2479
  export declare class Mobile3MetaDetailVerifyResponseBody extends $tea.Model {
2281
2480
  /**
2282
2481
  * @example
@@ -2320,7 +2519,7 @@ export declare class Mobile3MetaDetailVerifyResponse extends $tea.Model {
2320
2519
  [key: string]: any;
2321
2520
  });
2322
2521
  }
2323
- export declare class Mobile3MetaSimpleVerifyRequest extends $tea.Model {
2522
+ export declare class Mobile3MetaSimpleStandardVerifyRequest extends $tea.Model {
2324
2523
  /**
2325
2524
  * @example
2326
2525
  * 429001********8211
@@ -2328,7 +2527,7 @@ export declare class Mobile3MetaSimpleVerifyRequest extends $tea.Model {
2328
2527
  identifyNum?: string;
2329
2528
  /**
2330
2529
  * @example
2331
- * 150000****
2530
+ * 130********
2332
2531
  */
2333
2532
  mobile?: string;
2334
2533
  /**
@@ -2347,7 +2546,7 @@ export declare class Mobile3MetaSimpleVerifyRequest extends $tea.Model {
2347
2546
  [key: string]: any;
2348
2547
  });
2349
2548
  }
2350
- export declare class Mobile3MetaSimpleVerifyResponseBody extends $tea.Model {
2549
+ export declare class Mobile3MetaSimpleStandardVerifyResponseBody extends $tea.Model {
2351
2550
  /**
2352
2551
  * @example
2353
2552
  * 200
@@ -2359,11 +2558,14 @@ export declare class Mobile3MetaSimpleVerifyResponseBody extends $tea.Model {
2359
2558
  */
2360
2559
  message?: string;
2361
2560
  /**
2561
+ * @remarks
2562
+ * Id of the request
2563
+ *
2362
2564
  * @example
2363
2565
  * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
2364
2566
  */
2365
2567
  requestId?: string;
2366
- resultObject?: Mobile3MetaSimpleVerifyResponseBodyResultObject;
2568
+ resultObject?: Mobile3MetaSimpleStandardVerifyResponseBodyResultObject;
2367
2569
  static names(): {
2368
2570
  [key: string]: string;
2369
2571
  };
@@ -2374,12 +2576,12 @@ export declare class Mobile3MetaSimpleVerifyResponseBody extends $tea.Model {
2374
2576
  [key: string]: any;
2375
2577
  });
2376
2578
  }
2377
- export declare class Mobile3MetaSimpleVerifyResponse extends $tea.Model {
2579
+ export declare class Mobile3MetaSimpleStandardVerifyResponse extends $tea.Model {
2378
2580
  headers?: {
2379
2581
  [key: string]: string;
2380
2582
  };
2381
2583
  statusCode?: number;
2382
- body?: Mobile3MetaSimpleVerifyResponseBody;
2584
+ body?: Mobile3MetaSimpleStandardVerifyResponseBody;
2383
2585
  static names(): {
2384
2586
  [key: string]: string;
2385
2587
  };
@@ -2390,16 +2592,66 @@ export declare class Mobile3MetaSimpleVerifyResponse extends $tea.Model {
2390
2592
  [key: string]: any;
2391
2593
  });
2392
2594
  }
2393
- export declare class MobileDetectRequest extends $tea.Model {
2595
+ export declare class Mobile3MetaSimpleVerifyRequest extends $tea.Model {
2596
+ identifyNum?: string;
2597
+ mobile?: string;
2598
+ paramType?: string;
2599
+ userName?: string;
2600
+ static names(): {
2601
+ [key: string]: string;
2602
+ };
2603
+ static types(): {
2604
+ [key: string]: any;
2605
+ };
2606
+ constructor(map?: {
2607
+ [key: string]: any;
2608
+ });
2609
+ }
2610
+ export declare class Mobile3MetaSimpleVerifyResponseBody extends $tea.Model {
2394
2611
  /**
2395
2612
  * @example
2396
- * 138********,156********
2613
+ * 200
2397
2614
  */
2398
- mobiles?: string;
2615
+ code?: string;
2399
2616
  /**
2400
2617
  * @example
2401
- * normal
2618
+ * success
2619
+ */
2620
+ message?: string;
2621
+ /**
2622
+ * @example
2623
+ * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
2402
2624
  */
2625
+ requestId?: string;
2626
+ resultObject?: Mobile3MetaSimpleVerifyResponseBodyResultObject;
2627
+ static names(): {
2628
+ [key: string]: string;
2629
+ };
2630
+ static types(): {
2631
+ [key: string]: any;
2632
+ };
2633
+ constructor(map?: {
2634
+ [key: string]: any;
2635
+ });
2636
+ }
2637
+ export declare class Mobile3MetaSimpleVerifyResponse extends $tea.Model {
2638
+ headers?: {
2639
+ [key: string]: string;
2640
+ };
2641
+ statusCode?: number;
2642
+ body?: Mobile3MetaSimpleVerifyResponseBody;
2643
+ static names(): {
2644
+ [key: string]: string;
2645
+ };
2646
+ static types(): {
2647
+ [key: string]: any;
2648
+ };
2649
+ constructor(map?: {
2650
+ [key: string]: any;
2651
+ });
2652
+ }
2653
+ export declare class MobileDetectRequest extends $tea.Model {
2654
+ mobiles?: string;
2403
2655
  paramType?: string;
2404
2656
  static names(): {
2405
2657
  [key: string]: string;
@@ -2455,15 +2707,7 @@ export declare class MobileDetectResponse extends $tea.Model {
2455
2707
  });
2456
2708
  }
2457
2709
  export declare class MobileOnlineStatusRequest extends $tea.Model {
2458
- /**
2459
- * @example
2460
- * 130********
2461
- */
2462
2710
  mobile?: string;
2463
- /**
2464
- * @example
2465
- * normal
2466
- */
2467
2711
  paramType?: string;
2468
2712
  static names(): {
2469
2713
  [key: string]: string;
@@ -2519,15 +2763,7 @@ export declare class MobileOnlineStatusResponse extends $tea.Model {
2519
2763
  });
2520
2764
  }
2521
2765
  export declare class MobileOnlineTimeRequest extends $tea.Model {
2522
- /**
2523
- * @example
2524
- * 130********
2525
- */
2526
2766
  mobile?: string;
2527
- /**
2528
- * @example
2529
- * normal
2530
- */
2531
2767
  paramType?: string;
2532
2768
  static names(): {
2533
2769
  [key: string]: string;
@@ -3645,11 +3881,7 @@ export declare class DescribeDeviceInfoResponseBodyDeviceInfoList extends $tea.M
3645
3881
  });
3646
3882
  }
3647
3883
  export declare class DescribeFaceGuardRiskResponseBodyResultObject extends $tea.Model {
3648
- /**
3649
- * @example
3650
- * ROOT,VPN,HOOK
3651
- */
3652
- riakTags?: string;
3884
+ certifyId?: string;
3653
3885
  /**
3654
3886
  * @example
3655
3887
  * {
@@ -3664,6 +3896,7 @@ export declare class DescribeFaceGuardRiskResponseBodyResultObject extends $tea.
3664
3896
  * }
3665
3897
  */
3666
3898
  riskExtends?: string;
3899
+ riskTags?: string;
3667
3900
  static names(): {
3668
3901
  [key: string]: string;
3669
3902
  };
@@ -4136,6 +4369,38 @@ export declare class DetectFaceAttributesResponseBodyData extends $tea.Model {
4136
4369
  [key: string]: any;
4137
4370
  });
4138
4371
  }
4372
+ export declare class Id2MetaPeriodVerifyResponseBodyResultObject extends $tea.Model {
4373
+ /**
4374
+ * @example
4375
+ * 1
4376
+ */
4377
+ bizCode?: string;
4378
+ static names(): {
4379
+ [key: string]: string;
4380
+ };
4381
+ static types(): {
4382
+ [key: string]: any;
4383
+ };
4384
+ constructor(map?: {
4385
+ [key: string]: any;
4386
+ });
4387
+ }
4388
+ export declare class Id2MetaStandardVerifyResponseBodyResultObject extends $tea.Model {
4389
+ /**
4390
+ * @example
4391
+ * 1
4392
+ */
4393
+ bizCode?: string;
4394
+ static names(): {
4395
+ [key: string]: string;
4396
+ };
4397
+ static types(): {
4398
+ [key: string]: any;
4399
+ };
4400
+ constructor(map?: {
4401
+ [key: string]: any;
4402
+ });
4403
+ }
4139
4404
  export declare class Id2MetaVerifyResponseBodyResultObject extends $tea.Model {
4140
4405
  /**
4141
4406
  * @example
@@ -4184,6 +4449,32 @@ export declare class LivenessFaceVerifyResponseBodyResultObject extends $tea.Mod
4184
4449
  [key: string]: any;
4185
4450
  });
4186
4451
  }
4452
+ export declare class Mobile3MetaDetailStandardVerifyResponseBodyResultObject extends $tea.Model {
4453
+ /**
4454
+ * @example
4455
+ * 1
4456
+ */
4457
+ bizCode?: string;
4458
+ /**
4459
+ * @example
4460
+ * CMCC
4461
+ */
4462
+ ispName?: string;
4463
+ /**
4464
+ * @example
4465
+ * 101
4466
+ */
4467
+ subCode?: string;
4468
+ static names(): {
4469
+ [key: string]: string;
4470
+ };
4471
+ static types(): {
4472
+ [key: string]: any;
4473
+ };
4474
+ constructor(map?: {
4475
+ [key: string]: any;
4476
+ });
4477
+ }
4187
4478
  export declare class Mobile3MetaDetailVerifyResponseBodyResultObject extends $tea.Model {
4188
4479
  /**
4189
4480
  * @example
@@ -4210,6 +4501,27 @@ export declare class Mobile3MetaDetailVerifyResponseBodyResultObject extends $te
4210
4501
  [key: string]: any;
4211
4502
  });
4212
4503
  }
4504
+ export declare class Mobile3MetaSimpleStandardVerifyResponseBodyResultObject extends $tea.Model {
4505
+ /**
4506
+ * @example
4507
+ * 1
4508
+ */
4509
+ bizCode?: string;
4510
+ /**
4511
+ * @example
4512
+ * CMCC
4513
+ */
4514
+ ispName?: string;
4515
+ static names(): {
4516
+ [key: string]: string;
4517
+ };
4518
+ static types(): {
4519
+ [key: string]: any;
4520
+ };
4521
+ constructor(map?: {
4522
+ [key: string]: any;
4523
+ });
4524
+ }
4213
4525
  export declare class Mobile3MetaSimpleVerifyResponseBodyResultObject extends $tea.Model {
4214
4526
  /**
4215
4527
  * @example
@@ -4827,6 +5139,36 @@ export default class Client extends OpenApi {
4827
5139
  * @returns DetectFaceAttributesResponse
4828
5140
  */
4829
5141
  detectFaceAttributes(request: DetectFaceAttributesRequest): Promise<DetectFaceAttributesResponse>;
5142
+ /**
5143
+ * 二要素有效期核验接口
5144
+ *
5145
+ * @param request - Id2MetaPeriodVerifyRequest
5146
+ * @param runtime - runtime options for this request RuntimeOptions
5147
+ * @returns Id2MetaPeriodVerifyResponse
5148
+ */
5149
+ id2MetaPeriodVerifyWithOptions(request: Id2MetaPeriodVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Id2MetaPeriodVerifyResponse>;
5150
+ /**
5151
+ * 二要素有效期核验接口
5152
+ *
5153
+ * @param request - Id2MetaPeriodVerifyRequest
5154
+ * @returns Id2MetaPeriodVerifyResponse
5155
+ */
5156
+ id2MetaPeriodVerify(request: Id2MetaPeriodVerifyRequest): Promise<Id2MetaPeriodVerifyResponse>;
5157
+ /**
5158
+ * 身份二要素标准版
5159
+ *
5160
+ * @param request - Id2MetaStandardVerifyRequest
5161
+ * @param runtime - runtime options for this request RuntimeOptions
5162
+ * @returns Id2MetaStandardVerifyResponse
5163
+ */
5164
+ id2MetaStandardVerifyWithOptions(request: Id2MetaStandardVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Id2MetaStandardVerifyResponse>;
5165
+ /**
5166
+ * 身份二要素标准版
5167
+ *
5168
+ * @param request - Id2MetaStandardVerifyRequest
5169
+ * @returns Id2MetaStandardVerifyResponse
5170
+ */
5171
+ id2MetaStandardVerify(request: Id2MetaStandardVerifyRequest): Promise<Id2MetaStandardVerifyResponse>;
4830
5172
  /**
4831
5173
  * 身份二要素接口
4832
5174
  *
@@ -4879,6 +5221,21 @@ export default class Client extends OpenApi {
4879
5221
  * @returns LivenessFaceVerifyResponse
4880
5222
  */
4881
5223
  livenessFaceVerify(request: LivenessFaceVerifyRequest): Promise<LivenessFaceVerifyResponse>;
5224
+ /**
5225
+ * 手机号三要素详版_标准版
5226
+ *
5227
+ * @param request - Mobile3MetaDetailStandardVerifyRequest
5228
+ * @param runtime - runtime options for this request RuntimeOptions
5229
+ * @returns Mobile3MetaDetailStandardVerifyResponse
5230
+ */
5231
+ mobile3MetaDetailStandardVerifyWithOptions(request: Mobile3MetaDetailStandardVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Mobile3MetaDetailStandardVerifyResponse>;
5232
+ /**
5233
+ * 手机号三要素详版_标准版
5234
+ *
5235
+ * @param request - Mobile3MetaDetailStandardVerifyRequest
5236
+ * @returns Mobile3MetaDetailStandardVerifyResponse
5237
+ */
5238
+ mobile3MetaDetailStandardVerify(request: Mobile3MetaDetailStandardVerifyRequest): Promise<Mobile3MetaDetailStandardVerifyResponse>;
4882
5239
  /**
4883
5240
  * 手机三要素详版接口
4884
5241
  *
@@ -4894,6 +5251,21 @@ export default class Client extends OpenApi {
4894
5251
  * @returns Mobile3MetaDetailVerifyResponse
4895
5252
  */
4896
5253
  mobile3MetaDetailVerify(request: Mobile3MetaDetailVerifyRequest): Promise<Mobile3MetaDetailVerifyResponse>;
5254
+ /**
5255
+ * 手机号三要素简版_标准版
5256
+ *
5257
+ * @param request - Mobile3MetaSimpleStandardVerifyRequest
5258
+ * @param runtime - runtime options for this request RuntimeOptions
5259
+ * @returns Mobile3MetaSimpleStandardVerifyResponse
5260
+ */
5261
+ mobile3MetaSimpleStandardVerifyWithOptions(request: Mobile3MetaSimpleStandardVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Mobile3MetaSimpleStandardVerifyResponse>;
5262
+ /**
5263
+ * 手机号三要素简版_标准版
5264
+ *
5265
+ * @param request - Mobile3MetaSimpleStandardVerifyRequest
5266
+ * @returns Mobile3MetaSimpleStandardVerifyResponse
5267
+ */
5268
+ mobile3MetaSimpleStandardVerify(request: Mobile3MetaSimpleStandardVerifyRequest): Promise<Mobile3MetaSimpleStandardVerifyResponse>;
4897
5269
  /**
4898
5270
  * 手机号三要素简版接口
4899
5271
  *