@wix/multilingual 1.0.63 → 1.0.64

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/multilingual",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -23,7 +23,7 @@
23
23
  "@wix/multilingual_site-translator": "1.0.16",
24
24
  "@wix/multilingual_translation-contents": "1.0.32",
25
25
  "@wix/multilingual_translation-published-contents": "1.0.13",
26
- "@wix/multilingual_translation-schemas": "1.0.28"
26
+ "@wix/multilingual_translation-schemas": "1.0.29"
27
27
  },
28
28
  "devDependencies": {
29
29
  "glob": "^10.4.1",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "13ad65f25f1793fb95c24ac531d092334063cfcff7cafc3eb8732625"
51
+ "falconPackageHash": "5a48350781378df699dd04797b4f4febaf87e3070662b282f0df2310"
52
52
  }
@@ -9488,24 +9488,16 @@ interface DeleteSchemaSignature {
9488
9488
  declare function querySchemas$1(httpClient: HttpClient): QuerySchemasSignature;
9489
9489
  interface QuerySchemasSignature {
9490
9490
  /**
9491
- * Creates a query to retrieve a list of schemas.
9491
+ * Retrieves a list of schemas, given the provided paging, filtering, and sorting. Up to 100 schemas can be returned per request.
9492
9492
  *
9493
9493
  * > **Note:**
9494
9494
  * >
9495
9495
  * > This method can retrieve all schemas with a `GLOBAL` scope and schemas with a `SITE` scope for the site the API request is authorized to access.
9496
9496
  *
9497
- * The `querySchemas()` function builds a query to retrieve a list of translation schemas and returns a `SchemasQueryBuilder` object.
9497
+ * The default `sort` is `id` in `ASC`.
9498
9498
  *
9499
- * The returned object contains the query definition, which is used to run the query using the [`find()`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-schema/schemas-query-builder/find) function.
9500
- *
9501
- * You can refine the query by chaining `SchemasQueryBuilder` functions onto the query. `SchemasQueryBuilder` functions enable you to filter, sort, and control the results that `querySchemas()` returns.
9502
- *
9503
- * `querySchemas()` runs with the following `SchemasQueryBuilder` defaults which you can override:
9504
- *
9505
- * + [`limit(100)`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-schema/schemas-query-builder/limit)
9506
- * + [`ascending('_id')`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-schema/schemas-query-builder/ascending)
9507
- *
9508
- * The following `SchemasQueryBuilder` functions are supported for `querySchemas()`. For a full description of the operations object, see the object returned for the [`items`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-schema/schemas-query-result/items) property in `SchemasQueryResult`.
9499
+ * For a detailed list of supported operations, see [Translation Schema: Supported Filters and Sorting](https://dev.wix.com/docs/rest/business-management/multilingual/translation/translation-schema/sort-and-filter).
9500
+ * To learn how to query translation schemas, see [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language).
9509
9501
  */
9510
9502
  (options?: QuerySchemasOptions | undefined): SchemasQueryBuilder;
9511
9503
  }
@@ -9488,24 +9488,16 @@ interface DeleteSchemaSignature {
9488
9488
  declare function querySchemas$1(httpClient: HttpClient): QuerySchemasSignature;
9489
9489
  interface QuerySchemasSignature {
9490
9490
  /**
9491
- * Creates a query to retrieve a list of schemas.
9491
+ * Retrieves a list of schemas, given the provided paging, filtering, and sorting. Up to 100 schemas can be returned per request.
9492
9492
  *
9493
9493
  * > **Note:**
9494
9494
  * >
9495
9495
  * > This method can retrieve all schemas with a `GLOBAL` scope and schemas with a `SITE` scope for the site the API request is authorized to access.
9496
9496
  *
9497
- * The `querySchemas()` function builds a query to retrieve a list of translation schemas and returns a `SchemasQueryBuilder` object.
9497
+ * The default `sort` is `id` in `ASC`.
9498
9498
  *
9499
- * The returned object contains the query definition, which is used to run the query using the [`find()`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-schema/schemas-query-builder/find) function.
9500
- *
9501
- * You can refine the query by chaining `SchemasQueryBuilder` functions onto the query. `SchemasQueryBuilder` functions enable you to filter, sort, and control the results that `querySchemas()` returns.
9502
- *
9503
- * `querySchemas()` runs with the following `SchemasQueryBuilder` defaults which you can override:
9504
- *
9505
- * + [`limit(100)`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-schema/schemas-query-builder/limit)
9506
- * + [`ascending('_id')`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-schema/schemas-query-builder/ascending)
9507
- *
9508
- * The following `SchemasQueryBuilder` functions are supported for `querySchemas()`. For a full description of the operations object, see the object returned for the [`items`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-schema/schemas-query-result/items) property in `SchemasQueryResult`.
9499
+ * For a detailed list of supported operations, see [Translation Schema: Supported Filters and Sorting](https://dev.wix.com/docs/rest/business-management/multilingual/translation/translation-schema/sort-and-filter).
9500
+ * To learn how to query translation schemas, see [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language).
9509
9501
  */
9510
9502
  (options?: QuerySchemasOptions | undefined): SchemasQueryBuilder;
9511
9503
  }