@wix/auto_sdk_crm_contacts 1.0.939 → 1.0.940

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.
@@ -1090,7 +1090,7 @@ declare enum SortOrder {
1090
1090
  type SortOrderWithLiterals = SortOrder | 'ASC' | 'DESC';
1091
1091
  interface Paging {
1092
1092
  /**
1093
- * Number of items to return. Learn more about pagination in API Query Language([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language)|[REST](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#paging).
1093
+ * Number of items to return. Learn more about pagination in [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#paging).
1094
1094
  *
1095
1095
  * Default: `50`. <br>
1096
1096
  * Maximum: `1000`.