@workbuddy/cli-vnext 1.0.35 → 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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9175,7 +9175,7 @@ var operations = [
9175
9175
  optionKey: "callDate",
9176
9176
  source: "body",
9177
9177
  type: "string",
9178
- required: true,
9178
+ required: false,
9179
9179
  description: "call date (ISO 8601 datetime)",
9180
9180
  format: "date-time"
9181
9181
  },
@@ -9795,7 +9795,7 @@ var operations = [
9795
9795
  optionKey: "callDate",
9796
9796
  source: "body",
9797
9797
  type: "string",
9798
- required: true,
9798
+ required: false,
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.35",
3
+ "version": "1.0.36",
4
4
  "description": "WorkBuddy command line interface",
5
5
  "license": "MIT",
6
6
  "type": "module",