@workbuddy/cli-vnext 1.0.14 → 1.0.16

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
@@ -3288,6 +3288,15 @@ var operations = [
3288
3288
  description: "Site ID — use /crm/sites to look up",
3289
3289
  lookupEndpoint: "/crm/sites"
3290
3290
  },
3291
+ {
3292
+ name: "placeId",
3293
+ cliName: "place-id",
3294
+ optionKey: "placeId",
3295
+ source: "body",
3296
+ type: "string",
3297
+ required: false,
3298
+ description: "place ID"
3299
+ },
3291
3300
  {
3292
3301
  name: "site",
3293
3302
  cliName: "site",
@@ -3693,6 +3702,15 @@ var operations = [
3693
3702
  description: "Site ID — use /crm/sites to look up",
3694
3703
  lookupEndpoint: "/crm/sites"
3695
3704
  },
3705
+ {
3706
+ name: "placeId",
3707
+ cliName: "place-id",
3708
+ optionKey: "placeId",
3709
+ source: "body",
3710
+ type: "string",
3711
+ required: false,
3712
+ description: "place ID"
3713
+ },
3696
3714
  {
3697
3715
  name: "site",
3698
3716
  cliName: "site",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/cli-vnext",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "WorkBuddy command line interface",
5
5
  "license": "MIT",
6
6
  "type": "module",