@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.
@@ -1042,7 +1042,7 @@ interface LabelAndUnlabelContactResponse {
1042
1042
  contact?: Contact;
1043
1043
  }
1044
1044
  interface ListContactsRequest {
1045
- /** [Sort order](https://dev.wix.com/api/rest/contacts/contacts/sort-and-filter). */
1045
+ /** 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. */
1046
1046
  sort?: Sorting;
1047
1047
  /** [Pagination](https://dev.wix.com/api/rest/getting-started/pagination), defaults to offset = 0 and limit = 50 (max limit 1,000). */
1048
1048
  paging?: Paging;