@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.
package/dist/client.js CHANGED
@@ -4224,6 +4224,9 @@ class Client extends openapi_core_1.default {
4224
4224
  if (!$dara.isNull(request.faceFile)) {
4225
4225
  body["FaceFile"] = request.faceFile;
4226
4226
  }
4227
+ if (!$dara.isNull(request.facePicture)) {
4228
+ body["FacePicture"] = request.facePicture;
4229
+ }
4227
4230
  if (!$dara.isNull(request.faceUrl)) {
4228
4231
  body["FaceUrl"] = request.faceUrl;
4229
4232
  }
@@ -4696,6 +4699,9 @@ class Client extends openapi_core_1.default {
4696
4699
  if (!$dara.isNull(request.certifyUrlType)) {
4697
4700
  query["CertifyUrlType"] = request.certifyUrlType;
4698
4701
  }
4702
+ if (!$dara.isNull(request.enableBeauty)) {
4703
+ query["EnableBeauty"] = request.enableBeauty;
4704
+ }
4699
4705
  if (!$dara.isNull(request.encryptType)) {
4700
4706
  query["EncryptType"] = request.encryptType;
4701
4707
  }