@workbuddy/cli-edge 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 +1 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3225,19 +3225,10 @@ var operations = [
|
|
|
3225
3225
|
optionKey: "customerId",
|
|
3226
3226
|
source: "body",
|
|
3227
3227
|
type: "string",
|
|
3228
|
-
required:
|
|
3228
|
+
required: true,
|
|
3229
3229
|
description: "Customer ID — use /crm/customers to look up",
|
|
3230
3230
|
lookupEndpoint: "/crm/customers"
|
|
3231
3231
|
},
|
|
3232
|
-
{
|
|
3233
|
-
name: "customer",
|
|
3234
|
-
cliName: "customer",
|
|
3235
|
-
optionKey: "customer",
|
|
3236
|
-
source: "body",
|
|
3237
|
-
type: "object",
|
|
3238
|
-
required: false,
|
|
3239
|
-
description: "Inline customer object — alternative to customerId"
|
|
3240
|
-
},
|
|
3241
3232
|
{
|
|
3242
3233
|
name: "siteId",
|
|
3243
3234
|
cliName: "site-id",
|