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