@wix/categories 1.0.64 → 1.0.65

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/categories",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/categories_categories": "1.0.40"
24
+ "@wix/categories_categories": "1.0.41"
25
25
  },
26
26
  "devDependencies": {
27
27
  "glob": "^10.4.1",
@@ -46,5 +46,5 @@
46
46
  "fqdn": ""
47
47
  }
48
48
  },
49
- "falconPackageHash": "8e2238cbace02fe313390e613688a62fc61d08ed56929a19e023fd84"
49
+ "falconPackageHash": "d30c9fe38367a981121df9fdd057be6757cdea0bc0bfb57d5e00c41d"
50
50
  }
@@ -2203,7 +2203,7 @@ interface CursorSearch extends CursorSearchPagingMethodOneOf {
2203
2203
  * When requesting 'cursor_paging.cursor', no `filter`, `sort` or `search` can be provided.
2204
2204
  */
2205
2205
  cursorPaging?: CursorPaging;
2206
- /** A filter object. See documentation [here](https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf) */
2206
+ /** A filter object. Learn more about [API query language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language). */
2207
2207
  filter?: Record<string, any> | null;
2208
2208
  /** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
2209
2209
  sort?: Sorting[];
@@ -2612,7 +2612,7 @@ interface DeprecatedSearchCategoriesWithOffsetRequest {
2612
2612
  interface OffsetSearch extends OffsetSearchPagingMethodOneOf {
2613
2613
  /** Pointer to page of results using offset. Can not be used together with 'cursor_paging' */
2614
2614
  paging?: Paging;
2615
- /** A filter object. See documentation [here](https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf) */
2615
+ /** A filter object. Learn more about [API query language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language). */
2616
2616
  filter?: Record<string, any> | null;
2617
2617
  /** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
2618
2618
  sort?: Sorting[];
@@ -2203,7 +2203,7 @@ interface CursorSearch extends CursorSearchPagingMethodOneOf {
2203
2203
  * When requesting 'cursor_paging.cursor', no `filter`, `sort` or `search` can be provided.
2204
2204
  */
2205
2205
  cursorPaging?: CursorPaging;
2206
- /** A filter object. See documentation [here](https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf) */
2206
+ /** A filter object. Learn more about [API query language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language). */
2207
2207
  filter?: Record<string, any> | null;
2208
2208
  /** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
2209
2209
  sort?: Sorting[];
@@ -2612,7 +2612,7 @@ interface DeprecatedSearchCategoriesWithOffsetRequest {
2612
2612
  interface OffsetSearch extends OffsetSearchPagingMethodOneOf {
2613
2613
  /** Pointer to page of results using offset. Can not be used together with 'cursor_paging' */
2614
2614
  paging?: Paging;
2615
- /** A filter object. See documentation [here](https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf) */
2615
+ /** A filter object. Learn more about [API query language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language). */
2616
2616
  filter?: Record<string, any> | null;
2617
2617
  /** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
2618
2618
  sort?: Sorting[];
@@ -1557,7 +1557,7 @@ interface CursorSearch$1 extends CursorSearchPagingMethodOneOf$1 {
1557
1557
  * When requesting 'cursor_paging.cursor', no `filter`, `sort` or `search` can be provided.
1558
1558
  */
1559
1559
  cursorPaging?: CursorPaging$1;
1560
- /** A filter object. See documentation [here](https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf) */
1560
+ /** A filter object. Learn more about [API query language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language). */
1561
1561
  filter?: Record<string, any> | null;
1562
1562
  /** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
1563
1563
  sort?: Sorting$1[];
@@ -4257,7 +4257,7 @@ interface CursorSearch extends CursorSearchPagingMethodOneOf {
4257
4257
  * When requesting 'cursor_paging.cursor', no `filter`, `sort` or `search` can be provided.
4258
4258
  */
4259
4259
  cursorPaging?: CursorPaging;
4260
- /** A filter object. See documentation [here](https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf) */
4260
+ /** A filter object. Learn more about [API query language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language). */
4261
4261
  filter?: Record<string, any> | null;
4262
4262
  /** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
4263
4263
  sort?: Sorting[];