@alicloud/dataworks-public20240518 7.0.0 → 7.0.1
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 +3 -0
- package/dist/client.js.map +1 -1
- package/dist/models/UpdateWorkflowRequest.d.ts +1 -0
- package/dist/models/UpdateWorkflowRequest.js +2 -0
- package/dist/models/UpdateWorkflowRequest.js.map +1 -1
- package/dist/models/UpdateWorkflowShrinkRequest.d.ts +1 -0
- package/dist/models/UpdateWorkflowShrinkRequest.js +2 -0
- package/dist/models/UpdateWorkflowShrinkRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -0
- package/src/models/UpdateWorkflowRequest.ts +3 -0
- package/src/models/UpdateWorkflowShrinkRequest.ts +3 -0
package/dist/client.js
CHANGED
|
@@ -9421,6 +9421,9 @@ class Client extends openapi_core_1.default {
|
|
|
9421
9421
|
if (!$dara.isNull(request.id)) {
|
|
9422
9422
|
body["Id"] = request.id;
|
|
9423
9423
|
}
|
|
9424
|
+
if (!$dara.isNull(request.instanceMode)) {
|
|
9425
|
+
body["InstanceMode"] = request.instanceMode;
|
|
9426
|
+
}
|
|
9424
9427
|
if (!$dara.isNull(request.name)) {
|
|
9425
9428
|
body["Name"] = request.name;
|
|
9426
9429
|
}
|