@wix/auto_sdk_crm_contacts 1.0.1193 → 1.0.1194

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. See [Query Contacts](https://dev.wix.com/docs/rest/crm/members-contacts/contacts/contacts/contact-v4/query-contacts) for a list of supported filters. */
1024
+ /** [Sort order](https://dev.wix.com/api/rest/contacts/contacts/sort-and-filter). */
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;
@@ -2492,7 +2492,7 @@ declare function listContacts(options?: ListContactsOptions): Promise<NonNullabl
2492
2492
  __applicationErrorsType?: ListContactsApplicationErrors;
2493
2493
  }>;
2494
2494
  interface ListContactsOptions {
2495
- /** 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. */
2495
+ /** [Sort order](https://dev.wix.com/api/rest/contacts/contacts/sort-and-filter). */
2496
2496
  sort?: Sorting;
2497
2497
  /** [Pagination](https://dev.wix.com/api/rest/getting-started/pagination), defaults to offset = 0 and limit = 50 (max limit 1,000). */
2498
2498
  paging?: Paging;