@wix/auto_sdk_crm_contacts 1.0.1192 → 1.0.1193
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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1021,7 +1021,7 @@ interface LabelAndUnlabelContactResponse {
|
|
|
1021
1021
|
contact?: Contact;
|
|
1022
1022
|
}
|
|
1023
1023
|
interface ListContactsRequest {
|
|
1024
|
-
/**
|
|
1024
|
+
/** Sort order. See [Query Contacts](https://dev.wix.com/docs/rest/crm/members-contacts/contacts/contacts/contact-v4/query-contacts) for a list of supported filters. */
|
|
1025
1025
|
sort?: Sorting;
|
|
1026
1026
|
/** [Pagination](https://dev.wix.com/api/rest/getting-started/pagination), defaults to offset = 0 and limit = 50 (max limit 1,000). */
|
|
1027
1027
|
paging?: Paging;
|
|
@@ -2486,7 +2486,7 @@ declare function listContacts(options?: ListContactsOptions): Promise<NonNullabl
|
|
|
2486
2486
|
__applicationErrorsType?: ListContactsApplicationErrors;
|
|
2487
2487
|
}>;
|
|
2488
2488
|
interface ListContactsOptions {
|
|
2489
|
-
/**
|
|
2489
|
+
/** Sort order. See [Query Contacts](https://dev.wix.com/docs/rest/crm/members-contacts/contacts/contacts/contact-v4/query-contacts) for a list of supported filters. */
|
|
2490
2490
|
sort?: Sorting;
|
|
2491
2491
|
/** [Pagination](https://dev.wix.com/api/rest/getting-started/pagination), defaults to offset = 0 and limit = 50 (max limit 1,000). */
|
|
2492
2492
|
paging?: Paging;
|