@alicloud/cloudauth20190307 3.3.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,6 +1883,84 @@ export declare class DetectFaceAttributesResponse extends $tea.Model {
1883
1883
  [key: string]: any;
1884
1884
  });
1885
1885
  }
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
+ }
1886
1964
  export declare class Id2MetaStandardVerifyRequest extends $tea.Model {
1887
1965
  /**
1888
1966
  * @example
@@ -2310,6 +2388,79 @@ export declare class LivenessFaceVerifyResponse extends $tea.Model {
2310
2388
  [key: string]: any;
2311
2389
  });
2312
2390
  }
2391
+ export declare class Mobile3MetaDetailStandardVerifyRequest extends $tea.Model {
2392
+ /**
2393
+ * @example
2394
+ * 429001********8211
2395
+ */
2396
+ identifyNum?: string;
2397
+ /**
2398
+ * @example
2399
+ * 138********
2400
+ */
2401
+ mobile?: string;
2402
+ /**
2403
+ * @example
2404
+ * normal
2405
+ */
2406
+ paramType?: string;
2407
+ userName?: string;
2408
+ static names(): {
2409
+ [key: string]: string;
2410
+ };
2411
+ static types(): {
2412
+ [key: string]: any;
2413
+ };
2414
+ constructor(map?: {
2415
+ [key: string]: any;
2416
+ });
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
+ }
2313
2464
  export declare class Mobile3MetaDetailVerifyRequest extends $tea.Model {
2314
2465
  identifyNum?: string;
2315
2466
  mobile?: string;
@@ -2368,6 +2519,79 @@ export declare class Mobile3MetaDetailVerifyResponse extends $tea.Model {
2368
2519
  [key: string]: any;
2369
2520
  });
2370
2521
  }
2522
+ export declare class Mobile3MetaSimpleStandardVerifyRequest extends $tea.Model {
2523
+ /**
2524
+ * @example
2525
+ * 429001********8211
2526
+ */
2527
+ identifyNum?: string;
2528
+ /**
2529
+ * @example
2530
+ * 130********
2531
+ */
2532
+ mobile?: string;
2533
+ /**
2534
+ * @example
2535
+ * normal
2536
+ */
2537
+ paramType?: string;
2538
+ userName?: string;
2539
+ static names(): {
2540
+ [key: string]: string;
2541
+ };
2542
+ static types(): {
2543
+ [key: string]: any;
2544
+ };
2545
+ constructor(map?: {
2546
+ [key: string]: any;
2547
+ });
2548
+ }
2549
+ export declare class Mobile3MetaSimpleStandardVerifyResponseBody extends $tea.Model {
2550
+ /**
2551
+ * @example
2552
+ * 200
2553
+ */
2554
+ code?: string;
2555
+ /**
2556
+ * @example
2557
+ * success
2558
+ */
2559
+ message?: string;
2560
+ /**
2561
+ * @remarks
2562
+ * Id of the request
2563
+ *
2564
+ * @example
2565
+ * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
2566
+ */
2567
+ requestId?: string;
2568
+ resultObject?: Mobile3MetaSimpleStandardVerifyResponseBodyResultObject;
2569
+ static names(): {
2570
+ [key: string]: string;
2571
+ };
2572
+ static types(): {
2573
+ [key: string]: any;
2574
+ };
2575
+ constructor(map?: {
2576
+ [key: string]: any;
2577
+ });
2578
+ }
2579
+ export declare class Mobile3MetaSimpleStandardVerifyResponse extends $tea.Model {
2580
+ headers?: {
2581
+ [key: string]: string;
2582
+ };
2583
+ statusCode?: number;
2584
+ body?: Mobile3MetaSimpleStandardVerifyResponseBody;
2585
+ static names(): {
2586
+ [key: string]: string;
2587
+ };
2588
+ static types(): {
2589
+ [key: string]: any;
2590
+ };
2591
+ constructor(map?: {
2592
+ [key: string]: any;
2593
+ });
2594
+ }
2371
2595
  export declare class Mobile3MetaSimpleVerifyRequest extends $tea.Model {
2372
2596
  identifyNum?: string;
2373
2597
  mobile?: string;
@@ -4145,6 +4369,22 @@ export declare class DetectFaceAttributesResponseBodyData extends $tea.Model {
4145
4369
  [key: string]: any;
4146
4370
  });
4147
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
+ }
4148
4388
  export declare class Id2MetaStandardVerifyResponseBodyResultObject extends $tea.Model {
4149
4389
  /**
4150
4390
  * @example
@@ -4209,6 +4449,32 @@ export declare class LivenessFaceVerifyResponseBodyResultObject extends $tea.Mod
4209
4449
  [key: string]: any;
4210
4450
  });
4211
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
+ }
4212
4478
  export declare class Mobile3MetaDetailVerifyResponseBodyResultObject extends $tea.Model {
4213
4479
  /**
4214
4480
  * @example
@@ -4235,6 +4501,27 @@ export declare class Mobile3MetaDetailVerifyResponseBodyResultObject extends $te
4235
4501
  [key: string]: any;
4236
4502
  });
4237
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
+ }
4238
4525
  export declare class Mobile3MetaSimpleVerifyResponseBodyResultObject extends $tea.Model {
4239
4526
  /**
4240
4527
  * @example
@@ -4852,6 +5139,21 @@ export default class Client extends OpenApi {
4852
5139
  * @returns DetectFaceAttributesResponse
4853
5140
  */
4854
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>;
4855
5157
  /**
4856
5158
  * 身份二要素标准版
4857
5159
  *
@@ -4919,6 +5221,21 @@ export default class Client extends OpenApi {
4919
5221
  * @returns LivenessFaceVerifyResponse
4920
5222
  */
4921
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>;
4922
5239
  /**
4923
5240
  * 手机三要素详版接口
4924
5241
  *
@@ -4934,6 +5251,21 @@ export default class Client extends OpenApi {
4934
5251
  * @returns Mobile3MetaDetailVerifyResponse
4935
5252
  */
4936
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>;
4937
5269
  /**
4938
5270
  * 手机号三要素简版接口
4939
5271
  *