@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.
- package/dist/index.js +6 -6
- 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: "
|
|
9306
|
-
cliName: "
|
|
9307
|
-
optionKey: "
|
|
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: "
|
|
9944
|
-
cliName: "
|
|
9945
|
-
optionKey: "
|
|
9943
|
+
name: "threadType",
|
|
9944
|
+
cliName: "thread-type",
|
|
9945
|
+
optionKey: "threadType",
|
|
9946
9946
|
source: "body",
|
|
9947
9947
|
type: "string",
|
|
9948
9948
|
required: true,
|