@alicloud/live20161101 2.7.4 → 3.0.0

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
@@ -1946,9 +1946,6 @@ class Client extends openapi_core_1.default {
1946
1946
  if (!$dara.isNull(request.domainName)) {
1947
1947
  query["DomainName"] = request.domainName;
1948
1948
  }
1949
- if (!$dara.isNull(request.formatConfig)) {
1950
- query["FormatConfig"] = request.formatConfig;
1951
- }
1952
1949
  if (!$dara.isNull(request.onDemand)) {
1953
1950
  query["OnDemand"] = request.onDemand;
1954
1951
  }
@@ -27118,9 +27115,6 @@ class Client extends openapi_core_1.default {
27118
27115
  if (!$dara.isNull(request.domainName)) {
27119
27116
  query["DomainName"] = request.domainName;
27120
27117
  }
27121
- if (!$dara.isNull(request.formatConfig)) {
27122
- query["FormatConfig"] = request.formatConfig;
27123
- }
27124
27118
  if (!$dara.isNull(request.onDemand)) {
27125
27119
  query["OnDemand"] = request.onDemand;
27126
27120
  }