@alicloud/cloudauth20190307 3.13.2 → 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.
@@ -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',