@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.
@@ -1021,7 +1021,7 @@ interface LabelAndUnlabelContactResponse {
1021
1021
  contact?: Contact;
1022
1022
  }
1023
1023
  interface ListContactsRequest {
1024
- /** [Sort order](https://dev.wix.com/api/rest/contacts/contacts/sort-and-filter). */
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
- /** [Sort order](https://dev.wix.com/api/rest/contacts/contacts/sort-and-filter). */
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;