@alicloud/cloudauth20190307 3.13.1 → 3.13.3
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 +10 -18
- package/dist/client.js +27 -27
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeDeviceInfoResponseBody.d.ts +0 -39
- package/dist/models/DescribeDeviceInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeListAntCloudAuthScenesResponseBody.d.ts +24 -3
- package/dist/models/DescribeListAntCloudAuthScenesResponseBody.js.map +1 -1
- package/dist/models/DescribeVerifySearchPageListRequest.d.ts +49 -4
- package/dist/models/DescribeVerifySearchPageListRequest.js.map +1 -1
- package/dist/models/DescribeVerifySearchPageListResponseBody.d.ts +63 -18
- package/dist/models/DescribeVerifySearchPageListResponseBody.js.map +1 -1
- package/dist/models/DetectFaceAttributesResponseBody.d.ts +0 -138
- package/dist/models/DetectFaceAttributesResponseBody.js.map +1 -1
- package/dist/models/Id3metaVerifyAdvanceRequest.d.ts +5 -0
- package/dist/models/Id3metaVerifyAdvanceRequest.js +2 -0
- package/dist/models/Id3metaVerifyAdvanceRequest.js.map +1 -1
- package/dist/models/Id3metaVerifyRequest.d.ts +5 -0
- package/dist/models/Id3metaVerifyRequest.js +2 -0
- package/dist/models/Id3metaVerifyRequest.js.map +1 -1
- package/dist/models/InitFaceVerifyRequest.d.ts +5 -0
- package/dist/models/InitFaceVerifyRequest.js +2 -0
- package/dist/models/InitFaceVerifyRequest.js.map +1 -1
- package/dist/models/MobileRecycledMetaVerifyResponseBody.d.ts +5 -0
- package/dist/models/MobileRecycledMetaVerifyResponseBody.js +2 -0
- package/dist/models/MobileRecycledMetaVerifyResponseBody.js.map +1 -1
- package/dist/models/UpdateAntCloudAuthSceneRequest.d.ts +44 -19
- package/dist/models/UpdateAntCloudAuthSceneRequest.js.map +1 -1
- package/dist/models/UpdateAntCloudAuthSceneResponseBody.d.ts +1 -1
- package/package.json +1 -1
- package/src/client.ts +29 -27
- package/src/models/DescribeDeviceInfoResponseBody.ts +0 -39
- package/src/models/DescribeListAntCloudAuthScenesResponseBody.ts +24 -3
- package/src/models/DescribeVerifySearchPageListRequest.ts +49 -4
- package/src/models/DescribeVerifySearchPageListResponseBody.ts +63 -18
- package/src/models/DetectFaceAttributesResponseBody.ts +0 -138
- package/src/models/Id3metaVerifyAdvanceRequest.ts +7 -0
- package/src/models/Id3metaVerifyRequest.ts +7 -0
- package/src/models/InitFaceVerifyRequest.ts +7 -0
- package/src/models/MobileRecycledMetaVerifyResponseBody.ts +7 -0
- package/src/models/UpdateAntCloudAuthSceneRequest.ts +44 -19
- package/src/models/UpdateAntCloudAuthSceneResponseBody.ts +1 -1
|
@@ -151,6 +151,11 @@ export class InitFaceVerifyRequest extends $dara.Model {
|
|
|
151
151
|
* T
|
|
152
152
|
*/
|
|
153
153
|
crop?: string;
|
|
154
|
+
/**
|
|
155
|
+
* @example
|
|
156
|
+
* Y
|
|
157
|
+
*/
|
|
158
|
+
enableBeauty?: string;
|
|
154
159
|
/**
|
|
155
160
|
* @remarks
|
|
156
161
|
* Encryption algorithm to be used, currently supporting only the SM2 national encryption algorithm.
|
|
@@ -474,6 +479,7 @@ export class InitFaceVerifyRequest extends $dara.Model {
|
|
|
474
479
|
certifyUrlStyle: 'CertifyUrlStyle',
|
|
475
480
|
certifyUrlType: 'CertifyUrlType',
|
|
476
481
|
crop: 'Crop',
|
|
482
|
+
enableBeauty: 'EnableBeauty',
|
|
477
483
|
encryptType: 'EncryptType',
|
|
478
484
|
faceContrastPicture: 'FaceContrastPicture',
|
|
479
485
|
faceContrastPictureUrl: 'FaceContrastPictureUrl',
|
|
@@ -518,6 +524,7 @@ export class InitFaceVerifyRequest extends $dara.Model {
|
|
|
518
524
|
certifyUrlStyle: 'string',
|
|
519
525
|
certifyUrlType: 'string',
|
|
520
526
|
crop: 'string',
|
|
527
|
+
enableBeauty: 'string',
|
|
521
528
|
encryptType: 'string',
|
|
522
529
|
faceContrastPicture: 'string',
|
|
523
530
|
faceContrastPictureUrl: 'string',
|
|
@@ -8,6 +8,11 @@ export class MobileRecycledMetaVerifyResponseBodyResultObject extends $dara.Mode
|
|
|
8
8
|
* 1
|
|
9
9
|
*/
|
|
10
10
|
bizCode?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* CMCC
|
|
14
|
+
*/
|
|
15
|
+
ispName?: string;
|
|
11
16
|
/**
|
|
12
17
|
* @example
|
|
13
18
|
* 101
|
|
@@ -16,6 +21,7 @@ export class MobileRecycledMetaVerifyResponseBodyResultObject extends $dara.Mode
|
|
|
16
21
|
static names(): { [key: string]: string } {
|
|
17
22
|
return {
|
|
18
23
|
bizCode: 'BizCode',
|
|
24
|
+
ispName: 'IspName',
|
|
19
25
|
subCode: 'SubCode',
|
|
20
26
|
};
|
|
21
27
|
}
|
|
@@ -23,6 +29,7 @@ export class MobileRecycledMetaVerifyResponseBodyResultObject extends $dara.Mode
|
|
|
23
29
|
static types(): { [key: string]: any } {
|
|
24
30
|
return {
|
|
25
31
|
bizCode: 'string',
|
|
32
|
+
ispName: 'string',
|
|
26
33
|
subCode: 'string',
|
|
27
34
|
};
|
|
28
35
|
}
|
|
@@ -5,10 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class UpdateAntCloudAuthSceneRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
9
|
-
* - **Y**: Enable
|
|
10
|
-
* - **N (default)**: Do not enable
|
|
11
|
-
* >Notice: If enabling the binding of a mini program, please ensure all parameters for the mini program are passed.
|
|
8
|
+
* Update Ant Blockchain Transaction Scenario
|
|
12
9
|
*
|
|
13
10
|
* @example
|
|
14
11
|
* Y
|
|
@@ -16,7 +13,10 @@ export class UpdateAntCloudAuthSceneRequest extends $dara.Model {
|
|
|
16
13
|
bindMiniProgram?: string;
|
|
17
14
|
/**
|
|
18
15
|
* @remarks
|
|
19
|
-
*
|
|
16
|
+
* Whether to enable binding with a mini program:
|
|
17
|
+
* - **Y**: Enable
|
|
18
|
+
* - **N (default)**: Disable
|
|
19
|
+
* >Notice: If you enable binding with a mini program, please ensure that all parameters for the mini program are passed.
|
|
20
20
|
*
|
|
21
21
|
* @example
|
|
22
22
|
* 774c4aab45981ff4a86cde9255a11xxx
|
|
@@ -24,37 +24,60 @@ export class UpdateAntCloudAuthSceneRequest extends $dara.Model {
|
|
|
24
24
|
checkFileBody?: string;
|
|
25
25
|
/**
|
|
26
26
|
* @remarks
|
|
27
|
-
*
|
|
27
|
+
* Scenario name.
|
|
28
28
|
*
|
|
29
29
|
* @example
|
|
30
|
-
*
|
|
30
|
+
* Whether to enable storing the authentication files generated during the authentication process to the user\\"s OSS:
|
|
31
|
+
* - **Y**: Enable
|
|
32
|
+
* - **N (default)**: Disable
|
|
31
33
|
*/
|
|
32
34
|
checkFileName?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* Name of the uploaded verification file.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* Y
|
|
41
|
+
*/
|
|
33
42
|
deviceRiskPlus?: string;
|
|
34
43
|
/**
|
|
35
44
|
* @remarks
|
|
36
|
-
*
|
|
45
|
+
* System-defined parameter. Value: **UpdateAntCloudAuthScene**.
|
|
37
46
|
*
|
|
38
47
|
* @example
|
|
39
|
-
*
|
|
48
|
+
* Scenario ID.
|
|
40
49
|
*/
|
|
41
50
|
miniProgramName?: string;
|
|
42
51
|
/**
|
|
43
52
|
* @remarks
|
|
44
|
-
*
|
|
45
|
-
* - **WECHAT**: WeChat
|
|
46
|
-
* - **ALIPAY**: Alipay
|
|
47
|
-
* - **TIKTOK**: TikTok
|
|
53
|
+
* Currently meaningless, can be omitted.
|
|
48
54
|
*
|
|
49
55
|
* @example
|
|
50
56
|
* IOS
|
|
51
57
|
*/
|
|
52
58
|
platform?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @remarks
|
|
61
|
+
* Mini program name.
|
|
62
|
+
*
|
|
63
|
+
* @example
|
|
64
|
+
* 1
|
|
65
|
+
*/
|
|
53
66
|
returnPicCount?: number;
|
|
67
|
+
/**
|
|
68
|
+
* @remarks
|
|
69
|
+
* Platform for binding the mini program:
|
|
70
|
+
* - **WECHAT**: WeChat
|
|
71
|
+
* - **ALIPAY**: Alipay
|
|
72
|
+
* - **TIKTOK**: TikTok
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* 2
|
|
76
|
+
*/
|
|
54
77
|
returnVideoLength?: number;
|
|
55
78
|
/**
|
|
56
79
|
* @remarks
|
|
57
|
-
* Scenario
|
|
80
|
+
* Update Financial-Level Authentication Scenario
|
|
58
81
|
*
|
|
59
82
|
* This parameter is required.
|
|
60
83
|
*
|
|
@@ -64,7 +87,9 @@ export class UpdateAntCloudAuthSceneRequest extends $dara.Model {
|
|
|
64
87
|
sceneId?: number;
|
|
65
88
|
/**
|
|
66
89
|
* @remarks
|
|
67
|
-
*
|
|
90
|
+
* Update the information of a financial-level authentication scenario based on the scenario ID.
|
|
91
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
92
|
+
* - Request method: HTTPS POST.
|
|
68
93
|
*
|
|
69
94
|
* @example
|
|
70
95
|
* test
|
|
@@ -72,7 +97,7 @@ export class UpdateAntCloudAuthSceneRequest extends $dara.Model {
|
|
|
72
97
|
sceneName?: string;
|
|
73
98
|
/**
|
|
74
99
|
* @remarks
|
|
75
|
-
*
|
|
100
|
+
* Update Ant Blockchain Transaction Scenario
|
|
76
101
|
*
|
|
77
102
|
* @example
|
|
78
103
|
* -
|
|
@@ -80,9 +105,9 @@ export class UpdateAntCloudAuthSceneRequest extends $dara.Model {
|
|
|
80
105
|
status?: number;
|
|
81
106
|
/**
|
|
82
107
|
* @remarks
|
|
83
|
-
*
|
|
84
|
-
* -
|
|
85
|
-
* -
|
|
108
|
+
* Update the information of a financial-level authentication scenario based on the scenario ID.
|
|
109
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
110
|
+
* - Request method: HTTPS POST.
|
|
86
111
|
*
|
|
87
112
|
* @example
|
|
88
113
|
* Y
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class UpdateAntCloudAuthSceneResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* Content of the uploaded verification file.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* A07D5838-2BE0-5D2E-B864-D05ADAA5EDE3
|