@workbuddy/cli-vnext 1.0.34 → 1.0.36
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/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7183,7 +7183,7 @@ var operations = [
|
|
|
7183
7183
|
{
|
|
7184
7184
|
operationId: "PublicJobStageResourceController_updateStatus",
|
|
7185
7185
|
displayName: "Update resource status",
|
|
7186
|
-
description: "Update status (
|
|
7186
|
+
description: "Update status (completed, onhold).",
|
|
7187
7187
|
method: "POST",
|
|
7188
7188
|
path: "/jobs/{jobId}/stages/{stageId}/resources/{resourceId}/status",
|
|
7189
7189
|
commandPath: ["stages", "resources", "update-status"],
|
|
@@ -7232,7 +7232,7 @@ var operations = [
|
|
|
7232
7232
|
type: "string",
|
|
7233
7233
|
required: true,
|
|
7234
7234
|
description: "Status filter",
|
|
7235
|
-
enumValues: ["
|
|
7235
|
+
enumValues: ["completed", "onhold"]
|
|
7236
7236
|
},
|
|
7237
7237
|
{
|
|
7238
7238
|
name: "location",
|
|
@@ -8942,7 +8942,7 @@ var operations = [
|
|
|
8942
8942
|
source: "path",
|
|
8943
8943
|
type: "string",
|
|
8944
8944
|
required: true,
|
|
8945
|
-
description: "Job ID
|
|
8945
|
+
description: "Job ID"
|
|
8946
8946
|
},
|
|
8947
8947
|
{
|
|
8948
8948
|
name: "templateId",
|
|
@@ -9544,7 +9544,7 @@ var operations = [
|
|
|
9544
9544
|
source: "path",
|
|
9545
9545
|
type: "string",
|
|
9546
9546
|
required: true,
|
|
9547
|
-
description: ""
|
|
9547
|
+
description: "Job ID"
|
|
9548
9548
|
},
|
|
9549
9549
|
{
|
|
9550
9550
|
name: "templateId",
|