@alicloud/dataworks-public20240518 8.0.4 → 8.0.6

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
@@ -819,6 +819,9 @@ class Client extends openapi_core_1.default {
819
819
  if (!$dara.isNull(request.destinationDataSourceSettingsShrink)) {
820
820
  body["DestinationDataSourceSettings"] = request.destinationDataSourceSettingsShrink;
821
821
  }
822
+ if (!$dara.isNull(request.fileSpec)) {
823
+ body["FileSpec"] = request.fileSpec;
824
+ }
822
825
  if (!$dara.isNull(request.jobSettingsShrink)) {
823
826
  body["JobSettings"] = request.jobSettingsShrink;
824
827
  }
@@ -12293,6 +12296,9 @@ class Client extends openapi_core_1.default {
12293
12296
  if (!$dara.isNull(request.description)) {
12294
12297
  body["Description"] = request.description;
12295
12298
  }
12299
+ if (!$dara.isNull(request.fileSpec)) {
12300
+ body["FileSpec"] = request.fileSpec;
12301
+ }
12296
12302
  if (!$dara.isNull(request.jobSettingsShrink)) {
12297
12303
  body["JobSettings"] = request.jobSettingsShrink;
12298
12304
  }