@workbuddy/cli-vnext 1.0.62 → 1.0.64

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 +9 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4088,6 +4088,15 @@ var operations = [
4088
4088
  required: false,
4089
4089
  description: ""
4090
4090
  },
4091
+ {
4092
+ name: "reason",
4093
+ cliName: "reason",
4094
+ optionKey: "reason",
4095
+ source: "body",
4096
+ type: "string",
4097
+ required: false,
4098
+ description: "Reason for the action (e.g. cancellation reason)"
4099
+ },
4091
4100
  {
4092
4101
  name: "raw-body",
4093
4102
  cliName: "raw-body",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/cli-vnext",
3
- "version": "1.0.62",
3
+ "version": "1.0.64",
4
4
  "description": "WorkBuddy command line interface",
5
5
  "license": "MIT",
6
6
  "type": "module",