@workbuddy/cli-vnext 1.0.84 → 1.0.86

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
@@ -8729,7 +8729,7 @@ Requires scope: settings:read`,
8729
8729
  type: "string",
8730
8730
  required: false,
8731
8731
  description: "",
8732
- enumValues: ["SERVICE", "INVENTORY", "NON-INVENTORY", "INCENTIVE", "KIT", "BUNDLE"]
8732
+ enumValues: ["SERVICE", "INVENTORY", "NON-INVENTORY", "INCENTIVE", "KIT", "BUNDLE", "SOR"]
8733
8733
  },
8734
8734
  {
8735
8735
  name: "name",
@@ -9089,7 +9089,7 @@ Requires scope: settings:read`,
9089
9089
  type: "string",
9090
9090
  required: false,
9091
9091
  description: "",
9092
- enumValues: ["SERVICE", "INVENTORY", "NON-INVENTORY", "INCENTIVE", "KIT", "BUNDLE"]
9092
+ enumValues: ["SERVICE", "INVENTORY", "NON-INVENTORY", "INCENTIVE", "KIT", "BUNDLE", "SOR"]
9093
9093
  },
9094
9094
  {
9095
9095
  name: "name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/cli-vnext",
3
- "version": "1.0.84",
3
+ "version": "1.0.86",
4
4
  "description": "WorkBuddy command line interface",
5
5
  "license": "MIT",
6
6
  "type": "module",