@alicloud/sae20190506 2.5.7 → 2.5.8

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
@@ -478,6 +478,9 @@ class Client extends openapi_core_1.default {
478
478
  if (!$dara.isNull(request.gpuConfig)) {
479
479
  query["GpuConfig"] = request.gpuConfig;
480
480
  }
481
+ if (!$dara.isNull(request.html)) {
482
+ query["Html"] = request.html;
483
+ }
481
484
  if (!$dara.isNull(request.imagePullSecrets)) {
482
485
  query["ImagePullSecrets"] = request.imagePullSecrets;
483
486
  }
@@ -2238,6 +2241,9 @@ class Client extends openapi_core_1.default {
2238
2241
  if (!$dara.isNull(request.gpuConfig)) {
2239
2242
  query["GpuConfig"] = request.gpuConfig;
2240
2243
  }
2244
+ if (!$dara.isNull(request.html)) {
2245
+ query["Html"] = request.html;
2246
+ }
2241
2247
  if (!$dara.isNull(request.imagePullSecrets)) {
2242
2248
  query["ImagePullSecrets"] = request.imagePullSecrets;
2243
2249
  }