@workbuddy/cli-vnext 1.0.10 → 1.0.11

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 +18 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8440,6 +8440,15 @@ var operations = [
8440
8440
  required: true,
8441
8441
  description: "Message body content (HTML supported for email)"
8442
8442
  },
8443
+ {
8444
+ name: "title",
8445
+ cliName: "title",
8446
+ optionKey: "title",
8447
+ source: "body",
8448
+ type: "string",
8449
+ required: false,
8450
+ description: ""
8451
+ },
8443
8452
  {
8444
8453
  name: "labelIds",
8445
8454
  cliName: "label-ids",
@@ -9024,6 +9033,15 @@ var operations = [
9024
9033
  required: true,
9025
9034
  description: "Message body content (HTML supported for email)"
9026
9035
  },
9036
+ {
9037
+ name: "title",
9038
+ cliName: "title",
9039
+ optionKey: "title",
9040
+ source: "body",
9041
+ type: "string",
9042
+ required: false,
9043
+ description: ""
9044
+ },
9027
9045
  {
9028
9046
  name: "labelIds",
9029
9047
  cliName: "label-ids",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/cli-vnext",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "WorkBuddy command line interface",
5
5
  "license": "MIT",
6
6
  "type": "module",