@workbuddy/sdk-js-vnext 1.0.62 → 1.0.63
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/index.d.ts +5 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3389,6 +3389,11 @@ export interface WorkBuddyCrmContactsStatusUpdateStatusParams extends WorkBuddyR
|
|
|
3389
3389
|
}
|
|
3390
3390
|
|
|
3391
3391
|
export interface WorkBuddyCrmInvitesListParams extends WorkBuddyRequestParams {
|
|
3392
|
+
/**
|
|
3393
|
+
* Search by name, phone, email (token prefix match)
|
|
3394
|
+
*/
|
|
3395
|
+
search?: string;
|
|
3396
|
+
|
|
3392
3397
|
cursor?: string;
|
|
3393
3398
|
|
|
3394
3399
|
limit?: number;
|
package/index.js
CHANGED