@workbuddy/cli-vnext 1.0.29 → 1.0.31

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
@@ -9302,9 +9302,9 @@ var operations = [
9302
9302
  description: "Message body content (HTML supported for email)"
9303
9303
  },
9304
9304
  {
9305
- name: "integrationType",
9306
- cliName: "integration-type",
9307
- optionKey: "integrationType",
9305
+ name: "threadType",
9306
+ cliName: "thread-type",
9307
+ optionKey: "threadType",
9308
9308
  source: "body",
9309
9309
  type: "string",
9310
9310
  required: true,
@@ -9940,9 +9940,9 @@ var operations = [
9940
9940
  description: "Message body content (HTML supported for email)"
9941
9941
  },
9942
9942
  {
9943
- name: "integrationType",
9944
- cliName: "integration-type",
9945
- optionKey: "integrationType",
9943
+ name: "threadType",
9944
+ cliName: "thread-type",
9945
+ optionKey: "threadType",
9946
9946
  source: "body",
9947
9947
  type: "string",
9948
9948
  required: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/cli-vnext",
3
- "version": "1.0.29",
3
+ "version": "1.0.31",
4
4
  "description": "WorkBuddy command line interface",
5
5
  "license": "MIT",
6
6
  "type": "module",