@workbuddy/cli-vnext 1.0.18 → 1.0.20

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 +36 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11267,6 +11267,15 @@ var operations = [
11267
11267
  path: "/customers",
11268
11268
  commandPath: ["crm", "customers", "list"],
11269
11269
  options: [
11270
+ {
11271
+ name: "search",
11272
+ cliName: "search",
11273
+ optionKey: "search",
11274
+ source: "query",
11275
+ type: "string",
11276
+ required: false,
11277
+ description: "Search by name, phone, email or legal name"
11278
+ },
11270
11279
  {
11271
11280
  name: "integrationId",
11272
11281
  cliName: "integration-id",
@@ -11846,6 +11855,15 @@ var operations = [
11846
11855
  path: "/contractors",
11847
11856
  commandPath: ["crm", "contractors", "list"],
11848
11857
  options: [
11858
+ {
11859
+ name: "search",
11860
+ cliName: "search",
11861
+ optionKey: "search",
11862
+ source: "query",
11863
+ type: "string",
11864
+ required: false,
11865
+ description: "Search by name, phone, email or legal name"
11866
+ },
11849
11867
  {
11850
11868
  name: "cursor",
11851
11869
  cliName: "cursor",
@@ -12297,6 +12315,15 @@ var operations = [
12297
12315
  path: "/suppliers",
12298
12316
  commandPath: ["crm", "suppliers", "list"],
12299
12317
  options: [
12318
+ {
12319
+ name: "search",
12320
+ cliName: "search",
12321
+ optionKey: "search",
12322
+ source: "query",
12323
+ type: "string",
12324
+ required: false,
12325
+ description: "Search by name, phone, email or legal name"
12326
+ },
12300
12327
  {
12301
12328
  name: "cursor",
12302
12329
  cliName: "cursor",
@@ -12757,6 +12784,15 @@ var operations = [
12757
12784
  path: "/companies",
12758
12785
  commandPath: ["crm", "companies", "list"],
12759
12786
  options: [
12787
+ {
12788
+ name: "search",
12789
+ cliName: "search",
12790
+ optionKey: "search",
12791
+ source: "query",
12792
+ type: "string",
12793
+ required: false,
12794
+ description: "Search by name, phone, email or legal name"
12795
+ },
12760
12796
  {
12761
12797
  name: "cursor",
12762
12798
  cliName: "cursor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/cli-vnext",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "description": "WorkBuddy command line interface",
5
5
  "license": "MIT",
6
6
  "type": "module",