File tree Expand file tree Collapse file tree 5 files changed +14
-1
lines changed Expand file tree Collapse file tree 5 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alicloud/cloudauth20190307" ,
3
- "version" : " 3.9.1 " ,
3
+ "version" : " 3.9.2 " ,
4
4
"description" : " " ,
5
5
"main" : " dist/client.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -916,6 +916,10 @@ export default class Client extends OpenApi {
916
916
}
917
917
918
918
let body : { [ key : string ] : any } = { } ;
919
+ if ( ! $dara . isNull ( request . imageContext ) ) {
920
+ body [ "ImageContext" ] = request . imageContext ;
921
+ }
922
+
919
923
if ( ! $dara . isNull ( request . imageFile ) ) {
920
924
body [ "ImageFile" ] = request . imageFile ;
921
925
}
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export class CredentialVerifyV2AdvanceRequest extends $dara.Model {
25
25
* 4****************1
26
26
*/
27
27
identifyNum ?: string ;
28
+ imageContext ?: string ;
28
29
imageFileObject ?: Readable ;
29
30
/**
30
31
* @example
@@ -61,6 +62,7 @@ export class CredentialVerifyV2AdvanceRequest extends $dara.Model {
61
62
credName : 'CredName' ,
62
63
credType : 'CredType' ,
63
64
identifyNum : 'IdentifyNum' ,
65
+ imageContext : 'ImageContext' ,
64
66
imageFileObject : 'ImageFile' ,
65
67
imageUrl : 'ImageUrl' ,
66
68
isCheck : 'IsCheck' ,
@@ -80,6 +82,7 @@ export class CredentialVerifyV2AdvanceRequest extends $dara.Model {
80
82
credName : 'string' ,
81
83
credType : 'string' ,
82
84
identifyNum : 'string' ,
85
+ imageContext : 'string' ,
83
86
imageFileObject : 'Readable' ,
84
87
imageUrl : 'string' ,
85
88
isCheck : 'string' ,
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export class CredentialVerifyV2Request extends $dara.Model {
24
24
* 4****************1
25
25
*/
26
26
identifyNum ?: string ;
27
+ imageContext ?: string ;
27
28
imageFile ?: string ;
28
29
/**
29
30
* @example
@@ -60,6 +61,7 @@ export class CredentialVerifyV2Request extends $dara.Model {
60
61
credName : 'CredName' ,
61
62
credType : 'CredType' ,
62
63
identifyNum : 'IdentifyNum' ,
64
+ imageContext : 'ImageContext' ,
63
65
imageFile : 'ImageFile' ,
64
66
imageUrl : 'ImageUrl' ,
65
67
isCheck : 'IsCheck' ,
@@ -79,6 +81,7 @@ export class CredentialVerifyV2Request extends $dara.Model {
79
81
credName : 'string' ,
80
82
credType : 'string' ,
81
83
identifyNum : 'string' ,
84
+ imageContext : 'string' ,
82
85
imageFile : 'string' ,
83
86
imageUrl : 'string' ,
84
87
isCheck : 'string' ,
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export class CredentialVerifyV2ShrinkRequest extends $dara.Model {
23
23
* 4****************1
24
24
*/
25
25
identifyNum ?: string ;
26
+ imageContext ?: string ;
26
27
imageFile ?: string ;
27
28
/**
28
29
* @example
@@ -59,6 +60,7 @@ export class CredentialVerifyV2ShrinkRequest extends $dara.Model {
59
60
credName : 'CredName' ,
60
61
credType : 'CredType' ,
61
62
identifyNum : 'IdentifyNum' ,
63
+ imageContext : 'ImageContext' ,
62
64
imageFile : 'ImageFile' ,
63
65
imageUrl : 'ImageUrl' ,
64
66
isCheck : 'IsCheck' ,
@@ -78,6 +80,7 @@ export class CredentialVerifyV2ShrinkRequest extends $dara.Model {
78
80
credName : 'string' ,
79
81
credType : 'string' ,
80
82
identifyNum : 'string' ,
83
+ imageContext : 'string' ,
81
84
imageFile : 'string' ,
82
85
imageUrl : 'string' ,
83
86
isCheck : 'string' ,
You can’t perform that action at this time.
0 commit comments