@workbuddy/cli-vnext 1.0.68 → 1.0.70

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 +9 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -13410,6 +13410,15 @@ var operations = [
13410
13410
  path: "/invites",
13411
13411
  commandPath: ["crm", "invites", "list"],
13412
13412
  options: [
13413
+ {
13414
+ name: "search",
13415
+ cliName: "search",
13416
+ optionKey: "search",
13417
+ source: "query",
13418
+ type: "string",
13419
+ required: false,
13420
+ description: "Search by name, phone, email (token prefix match)"
13421
+ },
13413
13422
  {
13414
13423
  name: "cursor",
13415
13424
  cliName: "cursor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/cli-vnext",
3
- "version": "1.0.68",
3
+ "version": "1.0.70",
4
4
  "description": "WorkBuddy command line interface",
5
5
  "license": "MIT",
6
6
  "type": "module",