@alicloud/cloudauth20190307 2.6.3 → 2.8.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 +1112 -76
- package/dist/client.js +1319 -121
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +3508 -1658
package/dist/client.d.ts
CHANGED
|
@@ -793,7 +793,68 @@ export declare class CredentialVerifyRequest extends $tea.Model {
|
|
|
793
793
|
* 1
|
|
794
794
|
*/
|
|
795
795
|
isOCR?: string;
|
|
796
|
+
merchantDetail?: CredentialVerifyRequestMerchantDetail[];
|
|
796
797
|
merchantId?: string;
|
|
798
|
+
productCode?: string;
|
|
799
|
+
prompt?: string;
|
|
800
|
+
promptModel?: string;
|
|
801
|
+
userName?: string;
|
|
802
|
+
static names(): {
|
|
803
|
+
[key: string]: string;
|
|
804
|
+
};
|
|
805
|
+
static types(): {
|
|
806
|
+
[key: string]: any;
|
|
807
|
+
};
|
|
808
|
+
constructor(map?: {
|
|
809
|
+
[key: string]: any;
|
|
810
|
+
});
|
|
811
|
+
}
|
|
812
|
+
export declare class CredentialVerifyShrinkRequest extends $tea.Model {
|
|
813
|
+
/**
|
|
814
|
+
* @example
|
|
815
|
+
* 4601*****
|
|
816
|
+
*/
|
|
817
|
+
certNum?: string;
|
|
818
|
+
/**
|
|
819
|
+
* @example
|
|
820
|
+
* 0104
|
|
821
|
+
*/
|
|
822
|
+
credName?: string;
|
|
823
|
+
/**
|
|
824
|
+
* @example
|
|
825
|
+
* 01
|
|
826
|
+
*/
|
|
827
|
+
credType?: string;
|
|
828
|
+
/**
|
|
829
|
+
* @example
|
|
830
|
+
* 429001********8211
|
|
831
|
+
*/
|
|
832
|
+
identifyNum?: string;
|
|
833
|
+
/**
|
|
834
|
+
* @example
|
|
835
|
+
* base64
|
|
836
|
+
*/
|
|
837
|
+
imageContext?: string;
|
|
838
|
+
/**
|
|
839
|
+
* @example
|
|
840
|
+
* http://marry.momocdn.com/avatar/3B/B6/3BB6527E-7467-926E-1048-B43614F20CC420230803_L.jpg
|
|
841
|
+
*/
|
|
842
|
+
imageUrl?: string;
|
|
843
|
+
/**
|
|
844
|
+
* @example
|
|
845
|
+
* 0
|
|
846
|
+
*/
|
|
847
|
+
isCheck?: string;
|
|
848
|
+
/**
|
|
849
|
+
* @example
|
|
850
|
+
* 1
|
|
851
|
+
*/
|
|
852
|
+
isOCR?: string;
|
|
853
|
+
merchantDetailShrink?: string;
|
|
854
|
+
merchantId?: string;
|
|
855
|
+
productCode?: string;
|
|
856
|
+
prompt?: string;
|
|
857
|
+
promptModel?: string;
|
|
797
858
|
userName?: string;
|
|
798
859
|
static names(): {
|
|
799
860
|
[key: string]: string;
|
|
@@ -1893,6 +1954,102 @@ export declare class InitFaceVerifyResponse extends $tea.Model {
|
|
|
1893
1954
|
[key: string]: any;
|
|
1894
1955
|
});
|
|
1895
1956
|
}
|
|
1957
|
+
export declare class InsertWhiteListSettingRequest extends $tea.Model {
|
|
1958
|
+
/**
|
|
1959
|
+
* @example
|
|
1960
|
+
* 330103xxxxxxxxxxxx
|
|
1961
|
+
*/
|
|
1962
|
+
certNo?: string;
|
|
1963
|
+
/**
|
|
1964
|
+
* @example
|
|
1965
|
+
* shsf57a4e0d9981c3bd66dc754f3d3cd
|
|
1966
|
+
*/
|
|
1967
|
+
certifyId?: string;
|
|
1968
|
+
/**
|
|
1969
|
+
* @example
|
|
1970
|
+
* xxxxxx
|
|
1971
|
+
*/
|
|
1972
|
+
remark?: string;
|
|
1973
|
+
/**
|
|
1974
|
+
* @example
|
|
1975
|
+
* 100000xxxx
|
|
1976
|
+
*/
|
|
1977
|
+
sceneId?: number;
|
|
1978
|
+
/**
|
|
1979
|
+
* @example
|
|
1980
|
+
* antcloudauth
|
|
1981
|
+
*/
|
|
1982
|
+
serviceCode?: string;
|
|
1983
|
+
/**
|
|
1984
|
+
* @example
|
|
1985
|
+
* 30
|
|
1986
|
+
*/
|
|
1987
|
+
validDay?: number;
|
|
1988
|
+
static names(): {
|
|
1989
|
+
[key: string]: string;
|
|
1990
|
+
};
|
|
1991
|
+
static types(): {
|
|
1992
|
+
[key: string]: any;
|
|
1993
|
+
};
|
|
1994
|
+
constructor(map?: {
|
|
1995
|
+
[key: string]: any;
|
|
1996
|
+
});
|
|
1997
|
+
}
|
|
1998
|
+
export declare class InsertWhiteListSettingResponseBody extends $tea.Model {
|
|
1999
|
+
/**
|
|
2000
|
+
* @example
|
|
2001
|
+
* 200
|
|
2002
|
+
*/
|
|
2003
|
+
code?: string;
|
|
2004
|
+
/**
|
|
2005
|
+
* @example
|
|
2006
|
+
* success
|
|
2007
|
+
*/
|
|
2008
|
+
message?: string;
|
|
2009
|
+
/**
|
|
2010
|
+
* @remarks
|
|
2011
|
+
* Id of the request
|
|
2012
|
+
*
|
|
2013
|
+
* @example
|
|
2014
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
2015
|
+
*/
|
|
2016
|
+
requestId?: string;
|
|
2017
|
+
/**
|
|
2018
|
+
* @example
|
|
2019
|
+
* true
|
|
2020
|
+
*/
|
|
2021
|
+
resultObject?: boolean;
|
|
2022
|
+
/**
|
|
2023
|
+
* @example
|
|
2024
|
+
* true
|
|
2025
|
+
*/
|
|
2026
|
+
success?: boolean;
|
|
2027
|
+
static names(): {
|
|
2028
|
+
[key: string]: string;
|
|
2029
|
+
};
|
|
2030
|
+
static types(): {
|
|
2031
|
+
[key: string]: any;
|
|
2032
|
+
};
|
|
2033
|
+
constructor(map?: {
|
|
2034
|
+
[key: string]: any;
|
|
2035
|
+
});
|
|
2036
|
+
}
|
|
2037
|
+
export declare class InsertWhiteListSettingResponse extends $tea.Model {
|
|
2038
|
+
headers?: {
|
|
2039
|
+
[key: string]: string;
|
|
2040
|
+
};
|
|
2041
|
+
statusCode?: number;
|
|
2042
|
+
body?: InsertWhiteListSettingResponseBody;
|
|
2043
|
+
static names(): {
|
|
2044
|
+
[key: string]: string;
|
|
2045
|
+
};
|
|
2046
|
+
static types(): {
|
|
2047
|
+
[key: string]: any;
|
|
2048
|
+
};
|
|
2049
|
+
constructor(map?: {
|
|
2050
|
+
[key: string]: any;
|
|
2051
|
+
});
|
|
2052
|
+
}
|
|
1896
2053
|
export declare class LivenessFaceVerifyRequest extends $tea.Model {
|
|
1897
2054
|
certifyId?: string;
|
|
1898
2055
|
crop?: string;
|
|
@@ -2377,59 +2534,52 @@ export declare class ModifyDeviceInfoResponse extends $tea.Model {
|
|
|
2377
2534
|
[key: string]: any;
|
|
2378
2535
|
});
|
|
2379
2536
|
}
|
|
2380
|
-
export declare class
|
|
2537
|
+
export declare class PageQueryWhiteListSettingRequest extends $tea.Model {
|
|
2381
2538
|
/**
|
|
2382
|
-
* @remarks
|
|
2383
|
-
* This parameter is required.
|
|
2384
|
-
*
|
|
2385
2539
|
* @example
|
|
2386
|
-
*
|
|
2540
|
+
* 330103xxxxxxxxxxxx
|
|
2387
2541
|
*/
|
|
2388
|
-
|
|
2542
|
+
certNo?: string;
|
|
2389
2543
|
/**
|
|
2390
|
-
* @remarks
|
|
2391
|
-
* This parameter is required.
|
|
2392
|
-
*
|
|
2393
2544
|
* @example
|
|
2394
|
-
*
|
|
2545
|
+
* sha75b4e19a1ddda059b920757b0e12b
|
|
2395
2546
|
*/
|
|
2396
|
-
|
|
2547
|
+
certifyId?: string;
|
|
2397
2548
|
/**
|
|
2398
|
-
* @remarks
|
|
2399
|
-
* This parameter is required.
|
|
2400
|
-
*
|
|
2401
2549
|
* @example
|
|
2402
|
-
*
|
|
2550
|
+
* 1
|
|
2403
2551
|
*/
|
|
2404
|
-
|
|
2552
|
+
currentPage?: number;
|
|
2405
2553
|
/**
|
|
2406
2554
|
* @example
|
|
2407
|
-
*
|
|
2555
|
+
* 10
|
|
2408
2556
|
*/
|
|
2409
|
-
|
|
2557
|
+
pageSize?: number;
|
|
2410
2558
|
/**
|
|
2411
2559
|
* @example
|
|
2412
|
-
*
|
|
2560
|
+
* 1000000xxx
|
|
2413
2561
|
*/
|
|
2414
|
-
|
|
2562
|
+
sceneId?: number;
|
|
2415
2563
|
/**
|
|
2416
|
-
* @remarks
|
|
2417
|
-
* This parameter is required.
|
|
2418
|
-
*
|
|
2419
2564
|
* @example
|
|
2420
|
-
*
|
|
2565
|
+
* antcloudauth
|
|
2421
2566
|
*/
|
|
2422
|
-
|
|
2567
|
+
serviceCode?: string;
|
|
2423
2568
|
/**
|
|
2424
|
-
* @
|
|
2425
|
-
*
|
|
2569
|
+
* @example
|
|
2570
|
+
* VALID
|
|
2426
2571
|
*/
|
|
2427
|
-
|
|
2572
|
+
status?: string;
|
|
2428
2573
|
/**
|
|
2429
2574
|
* @example
|
|
2430
|
-
*
|
|
2575
|
+
* 1725379200000
|
|
2431
2576
|
*/
|
|
2432
|
-
|
|
2577
|
+
validEndDate?: string;
|
|
2578
|
+
/**
|
|
2579
|
+
* @example
|
|
2580
|
+
* 1725120000000
|
|
2581
|
+
*/
|
|
2582
|
+
validStartDate?: string;
|
|
2433
2583
|
static names(): {
|
|
2434
2584
|
[key: string]: string;
|
|
2435
2585
|
};
|
|
@@ -2440,33 +2590,51 @@ export declare class VerifyMaterialRequest extends $tea.Model {
|
|
|
2440
2590
|
[key: string]: any;
|
|
2441
2591
|
});
|
|
2442
2592
|
}
|
|
2443
|
-
export declare class
|
|
2593
|
+
export declare class PageQueryWhiteListSettingResponseBody extends $tea.Model {
|
|
2444
2594
|
/**
|
|
2445
2595
|
* @example
|
|
2446
|
-
*
|
|
2596
|
+
* 200
|
|
2447
2597
|
*/
|
|
2448
|
-
|
|
2598
|
+
code?: string;
|
|
2449
2599
|
/**
|
|
2450
2600
|
* @example
|
|
2451
|
-
*
|
|
2601
|
+
* 1
|
|
2452
2602
|
*/
|
|
2453
|
-
|
|
2454
|
-
material?: VerifyMaterialResponseBodyMaterial;
|
|
2603
|
+
currentPage?: number;
|
|
2455
2604
|
/**
|
|
2456
2605
|
* @example
|
|
2457
|
-
*
|
|
2606
|
+
* success
|
|
2607
|
+
*/
|
|
2608
|
+
message?: string;
|
|
2609
|
+
/**
|
|
2610
|
+
* @example
|
|
2611
|
+
* 10
|
|
2612
|
+
*/
|
|
2613
|
+
pageSize?: number;
|
|
2614
|
+
/**
|
|
2615
|
+
* @remarks
|
|
2616
|
+
* Id of the request
|
|
2617
|
+
*
|
|
2618
|
+
* @example
|
|
2619
|
+
* 5A6229C0-E156-48E4-B6EC-0F528BDF60D2
|
|
2458
2620
|
*/
|
|
2459
2621
|
requestId?: string;
|
|
2622
|
+
resultObject?: PageQueryWhiteListSettingResponseBodyResultObject[];
|
|
2460
2623
|
/**
|
|
2461
2624
|
* @example
|
|
2462
|
-
*
|
|
2625
|
+
* true
|
|
2463
2626
|
*/
|
|
2464
|
-
|
|
2627
|
+
success?: boolean;
|
|
2465
2628
|
/**
|
|
2466
2629
|
* @example
|
|
2467
|
-
*
|
|
2630
|
+
* 28
|
|
2468
2631
|
*/
|
|
2469
|
-
|
|
2632
|
+
totalItem?: number;
|
|
2633
|
+
/**
|
|
2634
|
+
* @example
|
|
2635
|
+
* 3
|
|
2636
|
+
*/
|
|
2637
|
+
totalPage?: number;
|
|
2470
2638
|
static names(): {
|
|
2471
2639
|
[key: string]: string;
|
|
2472
2640
|
};
|
|
@@ -2477,12 +2645,12 @@ export declare class VerifyMaterialResponseBody extends $tea.Model {
|
|
|
2477
2645
|
[key: string]: any;
|
|
2478
2646
|
});
|
|
2479
2647
|
}
|
|
2480
|
-
export declare class
|
|
2648
|
+
export declare class PageQueryWhiteListSettingResponse extends $tea.Model {
|
|
2481
2649
|
headers?: {
|
|
2482
2650
|
[key: string]: string;
|
|
2483
2651
|
};
|
|
2484
2652
|
statusCode?: number;
|
|
2485
|
-
body?:
|
|
2653
|
+
body?: PageQueryWhiteListSettingResponseBody;
|
|
2486
2654
|
static names(): {
|
|
2487
2655
|
[key: string]: string;
|
|
2488
2656
|
};
|
|
@@ -2493,18 +2661,13 @@ export declare class VerifyMaterialResponse extends $tea.Model {
|
|
|
2493
2661
|
[key: string]: any;
|
|
2494
2662
|
});
|
|
2495
2663
|
}
|
|
2496
|
-
export declare class
|
|
2497
|
-
|
|
2498
|
-
/**
|
|
2499
|
-
* @example
|
|
2500
|
-
* Y
|
|
2501
|
-
*/
|
|
2502
|
-
result?: string;
|
|
2664
|
+
export declare class RemoveWhiteListSettingRequest extends $tea.Model {
|
|
2665
|
+
ids?: number[];
|
|
2503
2666
|
/**
|
|
2504
2667
|
* @example
|
|
2505
|
-
*
|
|
2668
|
+
* antcloudauth
|
|
2506
2669
|
*/
|
|
2507
|
-
|
|
2670
|
+
serviceCode?: string;
|
|
2508
2671
|
static names(): {
|
|
2509
2672
|
[key: string]: string;
|
|
2510
2673
|
};
|
|
@@ -2515,17 +2678,13 @@ export declare class AIGCFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2515
2678
|
[key: string]: any;
|
|
2516
2679
|
});
|
|
2517
2680
|
}
|
|
2518
|
-
export declare class
|
|
2519
|
-
|
|
2520
|
-
* @example
|
|
2521
|
-
* 1
|
|
2522
|
-
*/
|
|
2523
|
-
bizCode?: string;
|
|
2681
|
+
export declare class RemoveWhiteListSettingShrinkRequest extends $tea.Model {
|
|
2682
|
+
idsShrink?: string;
|
|
2524
2683
|
/**
|
|
2525
2684
|
* @example
|
|
2526
|
-
*
|
|
2685
|
+
* antcloudauth
|
|
2527
2686
|
*/
|
|
2528
|
-
|
|
2687
|
+
serviceCode?: string;
|
|
2529
2688
|
static names(): {
|
|
2530
2689
|
[key: string]: string;
|
|
2531
2690
|
};
|
|
@@ -2536,26 +2695,595 @@ export declare class BankMetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2536
2695
|
[key: string]: any;
|
|
2537
2696
|
});
|
|
2538
2697
|
}
|
|
2539
|
-
export declare class
|
|
2540
|
-
certifyId?: string;
|
|
2698
|
+
export declare class RemoveWhiteListSettingResponseBody extends $tea.Model {
|
|
2541
2699
|
/**
|
|
2542
2700
|
* @example
|
|
2543
|
-
*
|
|
2701
|
+
* 200
|
|
2544
2702
|
*/
|
|
2545
|
-
|
|
2703
|
+
code?: string;
|
|
2546
2704
|
/**
|
|
2547
2705
|
* @example
|
|
2548
|
-
*
|
|
2706
|
+
* success
|
|
2549
2707
|
*/
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2708
|
+
message?: string;
|
|
2709
|
+
/**
|
|
2710
|
+
* @remarks
|
|
2711
|
+
* Id of the request
|
|
2712
|
+
*
|
|
2713
|
+
* @example
|
|
2714
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
2715
|
+
*/
|
|
2716
|
+
requestId?: string;
|
|
2717
|
+
/**
|
|
2718
|
+
* @example
|
|
2719
|
+
* true
|
|
2720
|
+
*/
|
|
2721
|
+
resultObject?: boolean;
|
|
2722
|
+
/**
|
|
2723
|
+
* @example
|
|
2724
|
+
* true
|
|
2725
|
+
*/
|
|
2726
|
+
success?: boolean;
|
|
2727
|
+
static names(): {
|
|
2728
|
+
[key: string]: string;
|
|
2729
|
+
};
|
|
2730
|
+
static types(): {
|
|
2731
|
+
[key: string]: any;
|
|
2732
|
+
};
|
|
2733
|
+
constructor(map?: {
|
|
2734
|
+
[key: string]: any;
|
|
2735
|
+
});
|
|
2736
|
+
}
|
|
2737
|
+
export declare class RemoveWhiteListSettingResponse extends $tea.Model {
|
|
2738
|
+
headers?: {
|
|
2739
|
+
[key: string]: string;
|
|
2740
|
+
};
|
|
2741
|
+
statusCode?: number;
|
|
2742
|
+
body?: RemoveWhiteListSettingResponseBody;
|
|
2743
|
+
static names(): {
|
|
2744
|
+
[key: string]: string;
|
|
2745
|
+
};
|
|
2746
|
+
static types(): {
|
|
2747
|
+
[key: string]: any;
|
|
2748
|
+
};
|
|
2749
|
+
constructor(map?: {
|
|
2750
|
+
[key: string]: any;
|
|
2751
|
+
});
|
|
2752
|
+
}
|
|
2753
|
+
export declare class Vehicle5ItemQueryRequest extends $tea.Model {
|
|
2754
|
+
/**
|
|
2755
|
+
* @example
|
|
2756
|
+
* normal
|
|
2757
|
+
*/
|
|
2758
|
+
paramType?: string;
|
|
2759
|
+
vehicleNum?: string;
|
|
2760
|
+
/**
|
|
2761
|
+
* @example
|
|
2762
|
+
* 02
|
|
2763
|
+
*/
|
|
2764
|
+
vehicleType?: string;
|
|
2765
|
+
static names(): {
|
|
2766
|
+
[key: string]: string;
|
|
2767
|
+
};
|
|
2768
|
+
static types(): {
|
|
2769
|
+
[key: string]: any;
|
|
2770
|
+
};
|
|
2771
|
+
constructor(map?: {
|
|
2772
|
+
[key: string]: any;
|
|
2773
|
+
});
|
|
2774
|
+
}
|
|
2775
|
+
export declare class Vehicle5ItemQueryResponseBody extends $tea.Model {
|
|
2776
|
+
/**
|
|
2777
|
+
* @example
|
|
2778
|
+
* 200
|
|
2779
|
+
*/
|
|
2780
|
+
code?: string;
|
|
2781
|
+
/**
|
|
2782
|
+
* @example
|
|
2783
|
+
* success
|
|
2784
|
+
*/
|
|
2785
|
+
message?: string;
|
|
2786
|
+
/**
|
|
2787
|
+
* @example
|
|
2788
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0D******
|
|
2789
|
+
*/
|
|
2790
|
+
requestId?: string;
|
|
2791
|
+
resultObject?: Vehicle5ItemQueryResponseBodyResultObject;
|
|
2792
|
+
static names(): {
|
|
2793
|
+
[key: string]: string;
|
|
2794
|
+
};
|
|
2795
|
+
static types(): {
|
|
2796
|
+
[key: string]: any;
|
|
2797
|
+
};
|
|
2798
|
+
constructor(map?: {
|
|
2799
|
+
[key: string]: any;
|
|
2800
|
+
});
|
|
2801
|
+
}
|
|
2802
|
+
export declare class Vehicle5ItemQueryResponse extends $tea.Model {
|
|
2803
|
+
headers?: {
|
|
2804
|
+
[key: string]: string;
|
|
2805
|
+
};
|
|
2806
|
+
statusCode?: number;
|
|
2807
|
+
body?: Vehicle5ItemQueryResponseBody;
|
|
2808
|
+
static names(): {
|
|
2809
|
+
[key: string]: string;
|
|
2810
|
+
};
|
|
2811
|
+
static types(): {
|
|
2812
|
+
[key: string]: any;
|
|
2813
|
+
};
|
|
2814
|
+
constructor(map?: {
|
|
2815
|
+
[key: string]: any;
|
|
2816
|
+
});
|
|
2817
|
+
}
|
|
2818
|
+
export declare class VehicleInsureQueryRequest extends $tea.Model {
|
|
2819
|
+
/**
|
|
2820
|
+
* @example
|
|
2821
|
+
* normal
|
|
2822
|
+
*/
|
|
2823
|
+
paramType?: string;
|
|
2824
|
+
vehicleNum?: string;
|
|
2825
|
+
/**
|
|
2826
|
+
* @example
|
|
2827
|
+
* 02
|
|
2828
|
+
*/
|
|
2829
|
+
vehicleType?: string;
|
|
2830
|
+
/**
|
|
2831
|
+
* @example
|
|
2832
|
+
* LB**************
|
|
2833
|
+
*/
|
|
2834
|
+
vin?: string;
|
|
2835
|
+
static names(): {
|
|
2836
|
+
[key: string]: string;
|
|
2837
|
+
};
|
|
2838
|
+
static types(): {
|
|
2839
|
+
[key: string]: any;
|
|
2840
|
+
};
|
|
2841
|
+
constructor(map?: {
|
|
2842
|
+
[key: string]: any;
|
|
2843
|
+
});
|
|
2844
|
+
}
|
|
2845
|
+
export declare class VehicleInsureQueryResponseBody extends $tea.Model {
|
|
2846
|
+
/**
|
|
2847
|
+
* @example
|
|
2848
|
+
* 200
|
|
2849
|
+
*/
|
|
2850
|
+
code?: string;
|
|
2851
|
+
/**
|
|
2852
|
+
* @example
|
|
2853
|
+
* success
|
|
2854
|
+
*/
|
|
2855
|
+
message?: string;
|
|
2856
|
+
/**
|
|
2857
|
+
* @example
|
|
2858
|
+
* 5A6229C0-E156-48E4-B6EC-0F52********
|
|
2859
|
+
*/
|
|
2860
|
+
requestId?: string;
|
|
2861
|
+
resultObject?: VehicleInsureQueryResponseBodyResultObject;
|
|
2862
|
+
static names(): {
|
|
2863
|
+
[key: string]: string;
|
|
2864
|
+
};
|
|
2865
|
+
static types(): {
|
|
2866
|
+
[key: string]: any;
|
|
2867
|
+
};
|
|
2868
|
+
constructor(map?: {
|
|
2869
|
+
[key: string]: any;
|
|
2870
|
+
});
|
|
2871
|
+
}
|
|
2872
|
+
export declare class VehicleInsureQueryResponse extends $tea.Model {
|
|
2873
|
+
headers?: {
|
|
2874
|
+
[key: string]: string;
|
|
2875
|
+
};
|
|
2876
|
+
statusCode?: number;
|
|
2877
|
+
body?: VehicleInsureQueryResponseBody;
|
|
2878
|
+
static names(): {
|
|
2879
|
+
[key: string]: string;
|
|
2880
|
+
};
|
|
2881
|
+
static types(): {
|
|
2882
|
+
[key: string]: any;
|
|
2883
|
+
};
|
|
2884
|
+
constructor(map?: {
|
|
2885
|
+
[key: string]: any;
|
|
2886
|
+
});
|
|
2887
|
+
}
|
|
2888
|
+
export declare class VehicleMetaVerifyRequest extends $tea.Model {
|
|
2889
|
+
/**
|
|
2890
|
+
* @example
|
|
2891
|
+
* 4****************1
|
|
2892
|
+
*/
|
|
2893
|
+
identifyNum?: string;
|
|
2894
|
+
/**
|
|
2895
|
+
* @example
|
|
2896
|
+
* normal
|
|
2897
|
+
*/
|
|
2898
|
+
paramType?: string;
|
|
2899
|
+
userName?: string;
|
|
2900
|
+
vehicleNum?: string;
|
|
2901
|
+
/**
|
|
2902
|
+
* @example
|
|
2903
|
+
* 02
|
|
2904
|
+
*/
|
|
2905
|
+
vehicleType?: string;
|
|
2906
|
+
/**
|
|
2907
|
+
* @example
|
|
2908
|
+
* VEHICLE_2_META
|
|
2909
|
+
*/
|
|
2910
|
+
verifyMetaType?: string;
|
|
2911
|
+
static names(): {
|
|
2912
|
+
[key: string]: string;
|
|
2913
|
+
};
|
|
2914
|
+
static types(): {
|
|
2915
|
+
[key: string]: any;
|
|
2916
|
+
};
|
|
2917
|
+
constructor(map?: {
|
|
2918
|
+
[key: string]: any;
|
|
2919
|
+
});
|
|
2920
|
+
}
|
|
2921
|
+
export declare class VehicleMetaVerifyResponseBody extends $tea.Model {
|
|
2922
|
+
/**
|
|
2923
|
+
* @example
|
|
2924
|
+
* 200
|
|
2925
|
+
*/
|
|
2926
|
+
code?: string;
|
|
2927
|
+
/**
|
|
2928
|
+
* @example
|
|
2929
|
+
* success
|
|
2930
|
+
*/
|
|
2931
|
+
message?: string;
|
|
2932
|
+
/**
|
|
2933
|
+
* @remarks
|
|
2934
|
+
* Id of the request
|
|
2935
|
+
*
|
|
2936
|
+
* @example
|
|
2937
|
+
* 8FC3D6AC-9FED-4311-8DA7-C4BF4*****
|
|
2938
|
+
*/
|
|
2939
|
+
requestId?: string;
|
|
2940
|
+
resultObject?: VehicleMetaVerifyResponseBodyResultObject;
|
|
2941
|
+
static names(): {
|
|
2942
|
+
[key: string]: string;
|
|
2943
|
+
};
|
|
2944
|
+
static types(): {
|
|
2945
|
+
[key: string]: any;
|
|
2946
|
+
};
|
|
2947
|
+
constructor(map?: {
|
|
2948
|
+
[key: string]: any;
|
|
2949
|
+
});
|
|
2950
|
+
}
|
|
2951
|
+
export declare class VehicleMetaVerifyResponse extends $tea.Model {
|
|
2952
|
+
headers?: {
|
|
2953
|
+
[key: string]: string;
|
|
2954
|
+
};
|
|
2955
|
+
statusCode?: number;
|
|
2956
|
+
body?: VehicleMetaVerifyResponseBody;
|
|
2957
|
+
static names(): {
|
|
2958
|
+
[key: string]: string;
|
|
2959
|
+
};
|
|
2960
|
+
static types(): {
|
|
2961
|
+
[key: string]: any;
|
|
2962
|
+
};
|
|
2963
|
+
constructor(map?: {
|
|
2964
|
+
[key: string]: any;
|
|
2965
|
+
});
|
|
2966
|
+
}
|
|
2967
|
+
export declare class VehicleMetaVerifyV2Request extends $tea.Model {
|
|
2968
|
+
/**
|
|
2969
|
+
* @example
|
|
2970
|
+
* 4****************1
|
|
2971
|
+
*/
|
|
2972
|
+
identifyNum?: string;
|
|
2973
|
+
/**
|
|
2974
|
+
* @example
|
|
2975
|
+
* normal
|
|
2976
|
+
*/
|
|
2977
|
+
paramType?: string;
|
|
2978
|
+
userName?: string;
|
|
2979
|
+
vehicleNum?: string;
|
|
2980
|
+
/**
|
|
2981
|
+
* @example
|
|
2982
|
+
* 02
|
|
2983
|
+
*/
|
|
2984
|
+
vehicleType?: string;
|
|
2985
|
+
/**
|
|
2986
|
+
* @example
|
|
2987
|
+
* VEHICLE_3_META
|
|
2988
|
+
*/
|
|
2989
|
+
verifyMetaType?: string;
|
|
2990
|
+
static names(): {
|
|
2991
|
+
[key: string]: string;
|
|
2992
|
+
};
|
|
2993
|
+
static types(): {
|
|
2994
|
+
[key: string]: any;
|
|
2995
|
+
};
|
|
2996
|
+
constructor(map?: {
|
|
2997
|
+
[key: string]: any;
|
|
2998
|
+
});
|
|
2999
|
+
}
|
|
3000
|
+
export declare class VehicleMetaVerifyV2ResponseBody extends $tea.Model {
|
|
3001
|
+
/**
|
|
3002
|
+
* @example
|
|
3003
|
+
* 200
|
|
3004
|
+
*/
|
|
3005
|
+
code?: string;
|
|
3006
|
+
/**
|
|
3007
|
+
* @example
|
|
3008
|
+
* success
|
|
3009
|
+
*/
|
|
3010
|
+
message?: string;
|
|
3011
|
+
/**
|
|
3012
|
+
* @example
|
|
3013
|
+
* 5A6229C0-E156-48E4-B6EC-0F528B******
|
|
3014
|
+
*/
|
|
3015
|
+
requestId?: string;
|
|
3016
|
+
resultObject?: VehicleMetaVerifyV2ResponseBodyResultObject;
|
|
3017
|
+
static names(): {
|
|
3018
|
+
[key: string]: string;
|
|
3019
|
+
};
|
|
3020
|
+
static types(): {
|
|
3021
|
+
[key: string]: any;
|
|
3022
|
+
};
|
|
3023
|
+
constructor(map?: {
|
|
3024
|
+
[key: string]: any;
|
|
3025
|
+
});
|
|
3026
|
+
}
|
|
3027
|
+
export declare class VehicleMetaVerifyV2Response extends $tea.Model {
|
|
3028
|
+
headers?: {
|
|
3029
|
+
[key: string]: string;
|
|
3030
|
+
};
|
|
3031
|
+
statusCode?: number;
|
|
3032
|
+
body?: VehicleMetaVerifyV2ResponseBody;
|
|
3033
|
+
static names(): {
|
|
3034
|
+
[key: string]: string;
|
|
3035
|
+
};
|
|
3036
|
+
static types(): {
|
|
3037
|
+
[key: string]: any;
|
|
3038
|
+
};
|
|
3039
|
+
constructor(map?: {
|
|
3040
|
+
[key: string]: any;
|
|
3041
|
+
});
|
|
3042
|
+
}
|
|
3043
|
+
export declare class VehicleQueryRequest extends $tea.Model {
|
|
3044
|
+
/**
|
|
3045
|
+
* @example
|
|
3046
|
+
* normal
|
|
3047
|
+
*/
|
|
3048
|
+
paramType?: string;
|
|
3049
|
+
vehicleNum?: string;
|
|
3050
|
+
/**
|
|
3051
|
+
* @example
|
|
3052
|
+
* 02
|
|
3053
|
+
*/
|
|
3054
|
+
vehicleType?: string;
|
|
3055
|
+
static names(): {
|
|
3056
|
+
[key: string]: string;
|
|
3057
|
+
};
|
|
3058
|
+
static types(): {
|
|
3059
|
+
[key: string]: any;
|
|
3060
|
+
};
|
|
3061
|
+
constructor(map?: {
|
|
3062
|
+
[key: string]: any;
|
|
3063
|
+
});
|
|
3064
|
+
}
|
|
3065
|
+
export declare class VehicleQueryResponseBody extends $tea.Model {
|
|
3066
|
+
/**
|
|
3067
|
+
* @example
|
|
3068
|
+
* 200
|
|
3069
|
+
*/
|
|
3070
|
+
code?: string;
|
|
3071
|
+
/**
|
|
3072
|
+
* @example
|
|
3073
|
+
* success
|
|
3074
|
+
*/
|
|
3075
|
+
message?: string;
|
|
3076
|
+
/**
|
|
3077
|
+
* @example
|
|
3078
|
+
* D6163397-15C5-419C-9ACC-B7C83*******
|
|
3079
|
+
*/
|
|
3080
|
+
requestId?: string;
|
|
3081
|
+
resultObject?: VehicleQueryResponseBodyResultObject;
|
|
3082
|
+
static names(): {
|
|
3083
|
+
[key: string]: string;
|
|
3084
|
+
};
|
|
3085
|
+
static types(): {
|
|
3086
|
+
[key: string]: any;
|
|
3087
|
+
};
|
|
3088
|
+
constructor(map?: {
|
|
3089
|
+
[key: string]: any;
|
|
3090
|
+
});
|
|
3091
|
+
}
|
|
3092
|
+
export declare class VehicleQueryResponse extends $tea.Model {
|
|
3093
|
+
headers?: {
|
|
3094
|
+
[key: string]: string;
|
|
3095
|
+
};
|
|
3096
|
+
statusCode?: number;
|
|
3097
|
+
body?: VehicleQueryResponseBody;
|
|
3098
|
+
static names(): {
|
|
3099
|
+
[key: string]: string;
|
|
3100
|
+
};
|
|
3101
|
+
static types(): {
|
|
3102
|
+
[key: string]: any;
|
|
3103
|
+
};
|
|
3104
|
+
constructor(map?: {
|
|
3105
|
+
[key: string]: any;
|
|
3106
|
+
});
|
|
3107
|
+
}
|
|
3108
|
+
export declare class VerifyMaterialRequest extends $tea.Model {
|
|
3109
|
+
/**
|
|
3110
|
+
* @remarks
|
|
3111
|
+
* This parameter is required.
|
|
3112
|
+
*
|
|
3113
|
+
* @example
|
|
3114
|
+
* 39ecf51e-2f81-4dc5-90ee-ff86125b****
|
|
3115
|
+
*/
|
|
3116
|
+
bizId?: string;
|
|
3117
|
+
/**
|
|
3118
|
+
* @remarks
|
|
3119
|
+
* This parameter is required.
|
|
3120
|
+
*
|
|
3121
|
+
* @example
|
|
3122
|
+
* RPMinTest
|
|
3123
|
+
*/
|
|
3124
|
+
bizType?: string;
|
|
3125
|
+
/**
|
|
3126
|
+
* @remarks
|
|
3127
|
+
* This parameter is required.
|
|
3128
|
+
*
|
|
3129
|
+
* @example
|
|
3130
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg
|
|
3131
|
+
*/
|
|
3132
|
+
faceImageUrl?: string;
|
|
3133
|
+
/**
|
|
3134
|
+
* @example
|
|
3135
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example3.jpg
|
|
3136
|
+
*/
|
|
3137
|
+
idCardBackImageUrl?: string;
|
|
3138
|
+
/**
|
|
3139
|
+
* @example
|
|
3140
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example2.jpg
|
|
3141
|
+
*/
|
|
3142
|
+
idCardFrontImageUrl?: string;
|
|
3143
|
+
/**
|
|
3144
|
+
* @remarks
|
|
3145
|
+
* This parameter is required.
|
|
3146
|
+
*
|
|
3147
|
+
* @example
|
|
3148
|
+
* 02343218901123****
|
|
3149
|
+
*/
|
|
3150
|
+
idCardNumber?: string;
|
|
3151
|
+
/**
|
|
3152
|
+
* @remarks
|
|
3153
|
+
* This parameter is required.
|
|
3154
|
+
*/
|
|
3155
|
+
name?: string;
|
|
3156
|
+
/**
|
|
3157
|
+
* @example
|
|
3158
|
+
* 54sdj
|
|
3159
|
+
*/
|
|
3160
|
+
userId?: string;
|
|
3161
|
+
static names(): {
|
|
3162
|
+
[key: string]: string;
|
|
3163
|
+
};
|
|
3164
|
+
static types(): {
|
|
3165
|
+
[key: string]: any;
|
|
3166
|
+
};
|
|
3167
|
+
constructor(map?: {
|
|
3168
|
+
[key: string]: any;
|
|
3169
|
+
});
|
|
3170
|
+
}
|
|
3171
|
+
export declare class VerifyMaterialResponseBody extends $tea.Model {
|
|
3172
|
+
/**
|
|
3173
|
+
* @example
|
|
3174
|
+
* 97
|
|
3175
|
+
*/
|
|
3176
|
+
authorityComparisionScore?: number;
|
|
3177
|
+
/**
|
|
3178
|
+
* @example
|
|
3179
|
+
* 97
|
|
3180
|
+
*/
|
|
3181
|
+
idCardFaceComparisonScore?: number;
|
|
3182
|
+
material?: VerifyMaterialResponseBodyMaterial;
|
|
3183
|
+
/**
|
|
3184
|
+
* @example
|
|
3185
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
3186
|
+
*/
|
|
3187
|
+
requestId?: string;
|
|
3188
|
+
/**
|
|
3189
|
+
* @example
|
|
3190
|
+
* 1
|
|
3191
|
+
*/
|
|
3192
|
+
verifyStatus?: number;
|
|
3193
|
+
/**
|
|
3194
|
+
* @example
|
|
3195
|
+
* c302c0797679457685410ee51a5ba375
|
|
3196
|
+
*/
|
|
3197
|
+
verifyToken?: string;
|
|
3198
|
+
static names(): {
|
|
3199
|
+
[key: string]: string;
|
|
3200
|
+
};
|
|
3201
|
+
static types(): {
|
|
3202
|
+
[key: string]: any;
|
|
3203
|
+
};
|
|
3204
|
+
constructor(map?: {
|
|
3205
|
+
[key: string]: any;
|
|
3206
|
+
});
|
|
3207
|
+
}
|
|
3208
|
+
export declare class VerifyMaterialResponse extends $tea.Model {
|
|
3209
|
+
headers?: {
|
|
3210
|
+
[key: string]: string;
|
|
3211
|
+
};
|
|
3212
|
+
statusCode?: number;
|
|
3213
|
+
body?: VerifyMaterialResponseBody;
|
|
3214
|
+
static names(): {
|
|
3215
|
+
[key: string]: string;
|
|
3216
|
+
};
|
|
3217
|
+
static types(): {
|
|
3218
|
+
[key: string]: any;
|
|
3219
|
+
};
|
|
3220
|
+
constructor(map?: {
|
|
3221
|
+
[key: string]: any;
|
|
3222
|
+
});
|
|
3223
|
+
}
|
|
3224
|
+
export declare class AIGCFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
3225
|
+
certifyId?: string;
|
|
3226
|
+
/**
|
|
3227
|
+
* @example
|
|
3228
|
+
* Y
|
|
3229
|
+
*/
|
|
3230
|
+
result?: string;
|
|
3231
|
+
/**
|
|
3232
|
+
* @example
|
|
3233
|
+
* 1.0000
|
|
3234
|
+
*/
|
|
3235
|
+
score?: string;
|
|
3236
|
+
static names(): {
|
|
3237
|
+
[key: string]: string;
|
|
3238
|
+
};
|
|
3239
|
+
static types(): {
|
|
3240
|
+
[key: string]: any;
|
|
3241
|
+
};
|
|
3242
|
+
constructor(map?: {
|
|
3243
|
+
[key: string]: any;
|
|
3244
|
+
});
|
|
3245
|
+
}
|
|
3246
|
+
export declare class BankMetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
3247
|
+
/**
|
|
3248
|
+
* @example
|
|
3249
|
+
* 1
|
|
3250
|
+
*/
|
|
3251
|
+
bizCode?: string;
|
|
3252
|
+
/**
|
|
3253
|
+
* @example
|
|
3254
|
+
* 101
|
|
3255
|
+
*/
|
|
3256
|
+
subCode?: string;
|
|
3257
|
+
static names(): {
|
|
3258
|
+
[key: string]: string;
|
|
3259
|
+
};
|
|
3260
|
+
static types(): {
|
|
3261
|
+
[key: string]: any;
|
|
3262
|
+
};
|
|
3263
|
+
constructor(map?: {
|
|
3264
|
+
[key: string]: any;
|
|
3265
|
+
});
|
|
3266
|
+
}
|
|
3267
|
+
export declare class CompareFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
3268
|
+
certifyId?: string;
|
|
3269
|
+
/**
|
|
3270
|
+
* @example
|
|
3271
|
+
* T
|
|
3272
|
+
*/
|
|
3273
|
+
passed?: string;
|
|
3274
|
+
/**
|
|
3275
|
+
* @example
|
|
3276
|
+
* 99.60875
|
|
3277
|
+
*/
|
|
3278
|
+
verifyScore?: number;
|
|
3279
|
+
static names(): {
|
|
3280
|
+
[key: string]: string;
|
|
3281
|
+
};
|
|
3282
|
+
static types(): {
|
|
3283
|
+
[key: string]: any;
|
|
3284
|
+
};
|
|
3285
|
+
constructor(map?: {
|
|
3286
|
+
[key: string]: any;
|
|
2559
3287
|
});
|
|
2560
3288
|
}
|
|
2561
3289
|
export declare class CompareFacesResponseBodyData extends $tea.Model {
|
|
@@ -2611,6 +3339,34 @@ export declare class ContrastFaceVerifyResponseBodyResultObject extends $tea.Mod
|
|
|
2611
3339
|
[key: string]: any;
|
|
2612
3340
|
});
|
|
2613
3341
|
}
|
|
3342
|
+
export declare class CredentialVerifyRequestMerchantDetail extends $tea.Model {
|
|
3343
|
+
key?: string;
|
|
3344
|
+
value?: string;
|
|
3345
|
+
static names(): {
|
|
3346
|
+
[key: string]: string;
|
|
3347
|
+
};
|
|
3348
|
+
static types(): {
|
|
3349
|
+
[key: string]: any;
|
|
3350
|
+
};
|
|
3351
|
+
constructor(map?: {
|
|
3352
|
+
[key: string]: any;
|
|
3353
|
+
});
|
|
3354
|
+
}
|
|
3355
|
+
export declare class CredentialVerifyResponseBodyResultObjectVlResult extends $tea.Model {
|
|
3356
|
+
success?: boolean;
|
|
3357
|
+
vlContent?: {
|
|
3358
|
+
[key: string]: any;
|
|
3359
|
+
};
|
|
3360
|
+
static names(): {
|
|
3361
|
+
[key: string]: string;
|
|
3362
|
+
};
|
|
3363
|
+
static types(): {
|
|
3364
|
+
[key: string]: any;
|
|
3365
|
+
};
|
|
3366
|
+
constructor(map?: {
|
|
3367
|
+
[key: string]: any;
|
|
3368
|
+
});
|
|
3369
|
+
}
|
|
2614
3370
|
export declare class CredentialVerifyResponseBodyResultObject extends $tea.Model {
|
|
2615
3371
|
materialInfo?: string;
|
|
2616
3372
|
ocrInfo?: string;
|
|
@@ -2637,6 +3393,7 @@ export declare class CredentialVerifyResponseBodyResultObject extends $tea.Model
|
|
|
2637
3393
|
* *
|
|
2638
3394
|
*/
|
|
2639
3395
|
verifyResult?: string;
|
|
3396
|
+
vlResult?: CredentialVerifyResponseBodyResultObjectVlResult;
|
|
2640
3397
|
static names(): {
|
|
2641
3398
|
[key: string]: string;
|
|
2642
3399
|
};
|
|
@@ -3377,6 +4134,165 @@ export declare class MobileOnlineTimeResponseBodyResultObject extends $tea.Model
|
|
|
3377
4134
|
[key: string]: any;
|
|
3378
4135
|
});
|
|
3379
4136
|
}
|
|
4137
|
+
export declare class PageQueryWhiteListSettingResponseBodyResultObject extends $tea.Model {
|
|
4138
|
+
/**
|
|
4139
|
+
* @example
|
|
4140
|
+
* 330103xxxxxxxxxxxx
|
|
4141
|
+
*/
|
|
4142
|
+
certNo?: string;
|
|
4143
|
+
/**
|
|
4144
|
+
* @example
|
|
4145
|
+
* sha43d9cabd52d370d9f4cca9468f71e
|
|
4146
|
+
*/
|
|
4147
|
+
certifyId?: string;
|
|
4148
|
+
/**
|
|
4149
|
+
* @example
|
|
4150
|
+
* 2024-08-30 14:00:00
|
|
4151
|
+
*/
|
|
4152
|
+
gmtCreate?: string;
|
|
4153
|
+
/**
|
|
4154
|
+
* @example
|
|
4155
|
+
* 2024-08-30 14:00:00
|
|
4156
|
+
*/
|
|
4157
|
+
gmtModified?: string;
|
|
4158
|
+
/**
|
|
4159
|
+
* @example
|
|
4160
|
+
* 234822
|
|
4161
|
+
*/
|
|
4162
|
+
id?: number;
|
|
4163
|
+
/**
|
|
4164
|
+
* @example
|
|
4165
|
+
* test
|
|
4166
|
+
*/
|
|
4167
|
+
remark?: string;
|
|
4168
|
+
/**
|
|
4169
|
+
* @example
|
|
4170
|
+
* 1000000332
|
|
4171
|
+
*/
|
|
4172
|
+
sceneId?: number;
|
|
4173
|
+
/**
|
|
4174
|
+
* @example
|
|
4175
|
+
* antcloudauth
|
|
4176
|
+
*/
|
|
4177
|
+
serviceCode?: string;
|
|
4178
|
+
/**
|
|
4179
|
+
* @example
|
|
4180
|
+
* VALID
|
|
4181
|
+
*/
|
|
4182
|
+
status?: string;
|
|
4183
|
+
/**
|
|
4184
|
+
* @example
|
|
4185
|
+
* 2024-09-02 13:57:51
|
|
4186
|
+
*/
|
|
4187
|
+
validEndDate?: string;
|
|
4188
|
+
/**
|
|
4189
|
+
* @example
|
|
4190
|
+
* 2024-08-30 13:57:51
|
|
4191
|
+
*/
|
|
4192
|
+
validStartDate?: string;
|
|
4193
|
+
static names(): {
|
|
4194
|
+
[key: string]: string;
|
|
4195
|
+
};
|
|
4196
|
+
static types(): {
|
|
4197
|
+
[key: string]: any;
|
|
4198
|
+
};
|
|
4199
|
+
constructor(map?: {
|
|
4200
|
+
[key: string]: any;
|
|
4201
|
+
});
|
|
4202
|
+
}
|
|
4203
|
+
export declare class Vehicle5ItemQueryResponseBodyResultObject extends $tea.Model {
|
|
4204
|
+
/**
|
|
4205
|
+
* @example
|
|
4206
|
+
* 1
|
|
4207
|
+
*/
|
|
4208
|
+
bizCode?: string;
|
|
4209
|
+
vehicleInfo?: string;
|
|
4210
|
+
static names(): {
|
|
4211
|
+
[key: string]: string;
|
|
4212
|
+
};
|
|
4213
|
+
static types(): {
|
|
4214
|
+
[key: string]: any;
|
|
4215
|
+
};
|
|
4216
|
+
constructor(map?: {
|
|
4217
|
+
[key: string]: any;
|
|
4218
|
+
});
|
|
4219
|
+
}
|
|
4220
|
+
export declare class VehicleInsureQueryResponseBodyResultObject extends $tea.Model {
|
|
4221
|
+
/**
|
|
4222
|
+
* @example
|
|
4223
|
+
* 1
|
|
4224
|
+
*/
|
|
4225
|
+
bizCode?: string;
|
|
4226
|
+
/**
|
|
4227
|
+
* @example
|
|
4228
|
+
* {
|
|
4229
|
+
* "firstInsuranceDate": "****-**-**",
|
|
4230
|
+
* "lastInsuranceDate": "****-**",
|
|
4231
|
+
* "latestInsuranceDate": "****-**",
|
|
4232
|
+
* "latestInsuranceDateStart": "****-**"
|
|
4233
|
+
* }
|
|
4234
|
+
*/
|
|
4235
|
+
vehicleInfo?: string;
|
|
4236
|
+
static names(): {
|
|
4237
|
+
[key: string]: string;
|
|
4238
|
+
};
|
|
4239
|
+
static types(): {
|
|
4240
|
+
[key: string]: any;
|
|
4241
|
+
};
|
|
4242
|
+
constructor(map?: {
|
|
4243
|
+
[key: string]: any;
|
|
4244
|
+
});
|
|
4245
|
+
}
|
|
4246
|
+
export declare class VehicleMetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
4247
|
+
/**
|
|
4248
|
+
* @example
|
|
4249
|
+
* 1
|
|
4250
|
+
*/
|
|
4251
|
+
bizCode?: string;
|
|
4252
|
+
static names(): {
|
|
4253
|
+
[key: string]: string;
|
|
4254
|
+
};
|
|
4255
|
+
static types(): {
|
|
4256
|
+
[key: string]: any;
|
|
4257
|
+
};
|
|
4258
|
+
constructor(map?: {
|
|
4259
|
+
[key: string]: any;
|
|
4260
|
+
});
|
|
4261
|
+
}
|
|
4262
|
+
export declare class VehicleMetaVerifyV2ResponseBodyResultObject extends $tea.Model {
|
|
4263
|
+
/**
|
|
4264
|
+
* @example
|
|
4265
|
+
* 1
|
|
4266
|
+
*/
|
|
4267
|
+
bizCode?: string;
|
|
4268
|
+
vehicleInfo?: string;
|
|
4269
|
+
static names(): {
|
|
4270
|
+
[key: string]: string;
|
|
4271
|
+
};
|
|
4272
|
+
static types(): {
|
|
4273
|
+
[key: string]: any;
|
|
4274
|
+
};
|
|
4275
|
+
constructor(map?: {
|
|
4276
|
+
[key: string]: any;
|
|
4277
|
+
});
|
|
4278
|
+
}
|
|
4279
|
+
export declare class VehicleQueryResponseBodyResultObject extends $tea.Model {
|
|
4280
|
+
/**
|
|
4281
|
+
* @example
|
|
4282
|
+
* 1
|
|
4283
|
+
*/
|
|
4284
|
+
bizCode?: string;
|
|
4285
|
+
vehicleInfo?: string;
|
|
4286
|
+
static names(): {
|
|
4287
|
+
[key: string]: string;
|
|
4288
|
+
};
|
|
4289
|
+
static types(): {
|
|
4290
|
+
[key: string]: any;
|
|
4291
|
+
};
|
|
4292
|
+
constructor(map?: {
|
|
4293
|
+
[key: string]: any;
|
|
4294
|
+
});
|
|
4295
|
+
}
|
|
3380
4296
|
export declare class VerifyMaterialResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
3381
4297
|
address?: string;
|
|
3382
4298
|
authority?: string;
|
|
@@ -3554,11 +4470,11 @@ export default class Client extends OpenApi {
|
|
|
3554
4470
|
/**
|
|
3555
4471
|
* 凭证核验
|
|
3556
4472
|
*
|
|
3557
|
-
* @param
|
|
4473
|
+
* @param tmpReq - CredentialVerifyRequest
|
|
3558
4474
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3559
4475
|
* @returns CredentialVerifyResponse
|
|
3560
4476
|
*/
|
|
3561
|
-
credentialVerifyWithOptions(
|
|
4477
|
+
credentialVerifyWithOptions(tmpReq: CredentialVerifyRequest, runtime: $Util.RuntimeOptions): Promise<CredentialVerifyResponse>;
|
|
3562
4478
|
/**
|
|
3563
4479
|
* 凭证核验
|
|
3564
4480
|
*
|
|
@@ -3709,6 +4625,21 @@ export default class Client extends OpenApi {
|
|
|
3709
4625
|
* @returns InitFaceVerifyResponse
|
|
3710
4626
|
*/
|
|
3711
4627
|
initFaceVerify(request: InitFaceVerifyRequest): Promise<InitFaceVerifyResponse>;
|
|
4628
|
+
/**
|
|
4629
|
+
* 新增实人白名单
|
|
4630
|
+
*
|
|
4631
|
+
* @param request - InsertWhiteListSettingRequest
|
|
4632
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4633
|
+
* @returns InsertWhiteListSettingResponse
|
|
4634
|
+
*/
|
|
4635
|
+
insertWhiteListSettingWithOptions(request: InsertWhiteListSettingRequest, runtime: $Util.RuntimeOptions): Promise<InsertWhiteListSettingResponse>;
|
|
4636
|
+
/**
|
|
4637
|
+
* 新增实人白名单
|
|
4638
|
+
*
|
|
4639
|
+
* @param request - InsertWhiteListSettingRequest
|
|
4640
|
+
* @returns InsertWhiteListSettingResponse
|
|
4641
|
+
*/
|
|
4642
|
+
insertWhiteListSetting(request: InsertWhiteListSettingRequest): Promise<InsertWhiteListSettingResponse>;
|
|
3712
4643
|
/**
|
|
3713
4644
|
* @param request - LivenessFaceVerifyRequest
|
|
3714
4645
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3806,6 +4737,111 @@ export default class Client extends OpenApi {
|
|
|
3806
4737
|
* @returns ModifyDeviceInfoResponse
|
|
3807
4738
|
*/
|
|
3808
4739
|
modifyDeviceInfo(request: ModifyDeviceInfoRequest): Promise<ModifyDeviceInfoResponse>;
|
|
4740
|
+
/**
|
|
4741
|
+
* 分页查询实人白名单配置
|
|
4742
|
+
*
|
|
4743
|
+
* @param request - PageQueryWhiteListSettingRequest
|
|
4744
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4745
|
+
* @returns PageQueryWhiteListSettingResponse
|
|
4746
|
+
*/
|
|
4747
|
+
pageQueryWhiteListSettingWithOptions(request: PageQueryWhiteListSettingRequest, runtime: $Util.RuntimeOptions): Promise<PageQueryWhiteListSettingResponse>;
|
|
4748
|
+
/**
|
|
4749
|
+
* 分页查询实人白名单配置
|
|
4750
|
+
*
|
|
4751
|
+
* @param request - PageQueryWhiteListSettingRequest
|
|
4752
|
+
* @returns PageQueryWhiteListSettingResponse
|
|
4753
|
+
*/
|
|
4754
|
+
pageQueryWhiteListSetting(request: PageQueryWhiteListSettingRequest): Promise<PageQueryWhiteListSettingResponse>;
|
|
4755
|
+
/**
|
|
4756
|
+
* 删除实人白名单
|
|
4757
|
+
*
|
|
4758
|
+
* @param tmpReq - RemoveWhiteListSettingRequest
|
|
4759
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4760
|
+
* @returns RemoveWhiteListSettingResponse
|
|
4761
|
+
*/
|
|
4762
|
+
removeWhiteListSettingWithOptions(tmpReq: RemoveWhiteListSettingRequest, runtime: $Util.RuntimeOptions): Promise<RemoveWhiteListSettingResponse>;
|
|
4763
|
+
/**
|
|
4764
|
+
* 删除实人白名单
|
|
4765
|
+
*
|
|
4766
|
+
* @param request - RemoveWhiteListSettingRequest
|
|
4767
|
+
* @returns RemoveWhiteListSettingResponse
|
|
4768
|
+
*/
|
|
4769
|
+
removeWhiteListSetting(request: RemoveWhiteListSettingRequest): Promise<RemoveWhiteListSettingResponse>;
|
|
4770
|
+
/**
|
|
4771
|
+
* 车五项信息识别
|
|
4772
|
+
*
|
|
4773
|
+
* @param request - Vehicle5ItemQueryRequest
|
|
4774
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4775
|
+
* @returns Vehicle5ItemQueryResponse
|
|
4776
|
+
*/
|
|
4777
|
+
vehicle5ItemQueryWithOptions(request: Vehicle5ItemQueryRequest, runtime: $Util.RuntimeOptions): Promise<Vehicle5ItemQueryResponse>;
|
|
4778
|
+
/**
|
|
4779
|
+
* 车五项信息识别
|
|
4780
|
+
*
|
|
4781
|
+
* @param request - Vehicle5ItemQueryRequest
|
|
4782
|
+
* @returns Vehicle5ItemQueryResponse
|
|
4783
|
+
*/
|
|
4784
|
+
vehicle5ItemQuery(request: Vehicle5ItemQueryRequest): Promise<Vehicle5ItemQueryResponse>;
|
|
4785
|
+
/**
|
|
4786
|
+
* 车辆投保日期查询
|
|
4787
|
+
*
|
|
4788
|
+
* @param request - VehicleInsureQueryRequest
|
|
4789
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4790
|
+
* @returns VehicleInsureQueryResponse
|
|
4791
|
+
*/
|
|
4792
|
+
vehicleInsureQueryWithOptions(request: VehicleInsureQueryRequest, runtime: $Util.RuntimeOptions): Promise<VehicleInsureQueryResponse>;
|
|
4793
|
+
/**
|
|
4794
|
+
* 车辆投保日期查询
|
|
4795
|
+
*
|
|
4796
|
+
* @param request - VehicleInsureQueryRequest
|
|
4797
|
+
* @returns VehicleInsureQueryResponse
|
|
4798
|
+
*/
|
|
4799
|
+
vehicleInsureQuery(request: VehicleInsureQueryRequest): Promise<VehicleInsureQueryResponse>;
|
|
4800
|
+
/**
|
|
4801
|
+
* 车辆要素核验
|
|
4802
|
+
*
|
|
4803
|
+
* @param request - VehicleMetaVerifyRequest
|
|
4804
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4805
|
+
* @returns VehicleMetaVerifyResponse
|
|
4806
|
+
*/
|
|
4807
|
+
vehicleMetaVerifyWithOptions(request: VehicleMetaVerifyRequest, runtime: $Util.RuntimeOptions): Promise<VehicleMetaVerifyResponse>;
|
|
4808
|
+
/**
|
|
4809
|
+
* 车辆要素核验
|
|
4810
|
+
*
|
|
4811
|
+
* @param request - VehicleMetaVerifyRequest
|
|
4812
|
+
* @returns VehicleMetaVerifyResponse
|
|
4813
|
+
*/
|
|
4814
|
+
vehicleMetaVerify(request: VehicleMetaVerifyRequest): Promise<VehicleMetaVerifyResponse>;
|
|
4815
|
+
/**
|
|
4816
|
+
* 车辆要素核验增强版
|
|
4817
|
+
*
|
|
4818
|
+
* @param request - VehicleMetaVerifyV2Request
|
|
4819
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4820
|
+
* @returns VehicleMetaVerifyV2Response
|
|
4821
|
+
*/
|
|
4822
|
+
vehicleMetaVerifyV2WithOptions(request: VehicleMetaVerifyV2Request, runtime: $Util.RuntimeOptions): Promise<VehicleMetaVerifyV2Response>;
|
|
4823
|
+
/**
|
|
4824
|
+
* 车辆要素核验增强版
|
|
4825
|
+
*
|
|
4826
|
+
* @param request - VehicleMetaVerifyV2Request
|
|
4827
|
+
* @returns VehicleMetaVerifyV2Response
|
|
4828
|
+
*/
|
|
4829
|
+
vehicleMetaVerifyV2(request: VehicleMetaVerifyV2Request): Promise<VehicleMetaVerifyV2Response>;
|
|
4830
|
+
/**
|
|
4831
|
+
* 车辆信息识别
|
|
4832
|
+
*
|
|
4833
|
+
* @param request - VehicleQueryRequest
|
|
4834
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4835
|
+
* @returns VehicleQueryResponse
|
|
4836
|
+
*/
|
|
4837
|
+
vehicleQueryWithOptions(request: VehicleQueryRequest, runtime: $Util.RuntimeOptions): Promise<VehicleQueryResponse>;
|
|
4838
|
+
/**
|
|
4839
|
+
* 车辆信息识别
|
|
4840
|
+
*
|
|
4841
|
+
* @param request - VehicleQueryRequest
|
|
4842
|
+
* @returns VehicleQueryResponse
|
|
4843
|
+
*/
|
|
4844
|
+
vehicleQuery(request: VehicleQueryRequest): Promise<VehicleQueryResponse>;
|
|
3809
4845
|
/**
|
|
3810
4846
|
* @param request - VerifyMaterialRequest
|
|
3811
4847
|
* @param runtime - runtime options for this request RuntimeOptions
|