@workbuddy/cli-vnext 1.0.33 → 1.0.35

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.
Files changed (2) hide show
  1. package/dist/index.js +6 -6
  2. 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 (enroute, onsite, checkedout, completed, onhold).",
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: ["enroute", "onsite", "checkedout", "completed", "onhold"]
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 or job number (e.g. J12345)"
8945
+ description: "Job ID"
8946
8946
  },
8947
8947
  {
8948
8948
  name: "templateId",
@@ -9175,7 +9175,7 @@ var operations = [
9175
9175
  optionKey: "callDate",
9176
9176
  source: "body",
9177
9177
  type: "string",
9178
- required: false,
9178
+ required: true,
9179
9179
  description: "call date (ISO 8601 datetime)",
9180
9180
  format: "date-time"
9181
9181
  },
@@ -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",
@@ -9795,7 +9795,7 @@ var operations = [
9795
9795
  optionKey: "callDate",
9796
9796
  source: "body",
9797
9797
  type: "string",
9798
- required: false,
9798
+ required: true,
9799
9799
  description: "call date (ISO 8601 datetime)",
9800
9800
  format: "date-time"
9801
9801
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/cli-vnext",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "description": "WorkBuddy command line interface",
5
5
  "license": "MIT",
6
6
  "type": "module",