@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.
- package/dist/index.js +18 -0
- 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",
|