@alicloud/live20161101 2.3.2 → 2.3.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
@@ -24504,6 +24504,9 @@ class Client extends openapi_core_1.default {
24504
24504
  if (!$dara.isNull(request.notifyAuthKey)) {
24505
24505
  query["NotifyAuthKey"] = request.notifyAuthKey;
24506
24506
  }
24507
+ if (!$dara.isNull(request.notifyFileUploadedFormat)) {
24508
+ query["NotifyFileUploadedFormat"] = request.notifyFileUploadedFormat;
24509
+ }
24507
24510
  if (!$dara.isNull(request.notifyUrl)) {
24508
24511
  query["NotifyUrl"] = request.notifyUrl;
24509
24512
  }