@workbuddy/cli-edge 1.0.15 → 1.0.17
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 +2 -11
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1004,7 +1004,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
1004
1004
|
this._exitCallback = (err) => {
|
|
1005
1005
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
1006
1006
|
throw err;
|
|
1007
|
-
}
|
|
1007
|
+
}
|
|
1008
1008
|
};
|
|
1009
1009
|
}
|
|
1010
1010
|
return this;
|
|
@@ -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",
|