@wix/multilingual 1.0.43 → 1.0.44
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.
|
|
3
|
+
"version": "1.0.44",
|
|
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.12",
|
|
24
24
|
"@wix/multilingual_translation-contents": "1.0.19",
|
|
25
25
|
"@wix/multilingual_translation-published-contents": "1.0.6",
|
|
26
|
-
"@wix/multilingual_translation-schemas": "1.0.
|
|
26
|
+
"@wix/multilingual_translation-schemas": "1.0.17"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"glob": "^10.4.1",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "533cd9ace5f178277c466dc6a2609f40b8ccf608a488498a666f68f0"
|
|
52
52
|
}
|
|
@@ -8313,6 +8313,17 @@ interface Cursors {
|
|
|
8313
8313
|
interface ListSiteSchemasRequest {
|
|
8314
8314
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
8315
8315
|
paging?: CursorPaging;
|
|
8316
|
+
/** ID of app that created the schema. */
|
|
8317
|
+
appId?: string | null;
|
|
8318
|
+
/** A unique name defined by the app developer to differentiate translation schemas for various entities within their app. For example, if an app developer is creating a translation schema for blog posts, the `entityType` can be `'blog-posts'`. */
|
|
8319
|
+
entityType?: string | null;
|
|
8320
|
+
/**
|
|
8321
|
+
* Scope of the translation schema.
|
|
8322
|
+
* Supported values:
|
|
8323
|
+
* + `GLOBAL`: A global schema for all sites.
|
|
8324
|
+
* + `SITE`: A custom schema for a specific site.
|
|
8325
|
+
*/
|
|
8326
|
+
scope?: SchemaScope;
|
|
8316
8327
|
}
|
|
8317
8328
|
interface ListSiteSchemasResponse {
|
|
8318
8329
|
/** List of translation schemas. */
|
|
@@ -8865,6 +8876,17 @@ interface SchemasQueryBuilder {
|
|
|
8865
8876
|
interface ListSiteSchemasOptions {
|
|
8866
8877
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
8867
8878
|
paging?: CursorPaging;
|
|
8879
|
+
/** ID of app that created the schema. */
|
|
8880
|
+
appId?: string | null;
|
|
8881
|
+
/** A unique name defined by the app developer to differentiate translation schemas for various entities within their app. For example, if an app developer is creating a translation schema for blog posts, the `entityType` can be `'blog-posts'`. */
|
|
8882
|
+
entityType?: string | null;
|
|
8883
|
+
/**
|
|
8884
|
+
* Scope of the translation schema.
|
|
8885
|
+
* Supported values:
|
|
8886
|
+
* + `GLOBAL`: A global schema for all sites.
|
|
8887
|
+
* + `SITE`: A custom schema for a specific site.
|
|
8888
|
+
*/
|
|
8889
|
+
scope?: SchemaScope;
|
|
8868
8890
|
}
|
|
8869
8891
|
|
|
8870
8892
|
declare function getSchema$1(httpClient: HttpClient): GetSchemaSignature;
|
|
@@ -8313,6 +8313,17 @@ interface Cursors {
|
|
|
8313
8313
|
interface ListSiteSchemasRequest {
|
|
8314
8314
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
8315
8315
|
paging?: CursorPaging;
|
|
8316
|
+
/** ID of app that created the schema. */
|
|
8317
|
+
appId?: string | null;
|
|
8318
|
+
/** A unique name defined by the app developer to differentiate translation schemas for various entities within their app. For example, if an app developer is creating a translation schema for blog posts, the `entityType` can be `'blog-posts'`. */
|
|
8319
|
+
entityType?: string | null;
|
|
8320
|
+
/**
|
|
8321
|
+
* Scope of the translation schema.
|
|
8322
|
+
* Supported values:
|
|
8323
|
+
* + `GLOBAL`: A global schema for all sites.
|
|
8324
|
+
* + `SITE`: A custom schema for a specific site.
|
|
8325
|
+
*/
|
|
8326
|
+
scope?: SchemaScope;
|
|
8316
8327
|
}
|
|
8317
8328
|
interface ListSiteSchemasResponse {
|
|
8318
8329
|
/** List of translation schemas. */
|
|
@@ -8865,6 +8876,17 @@ interface SchemasQueryBuilder {
|
|
|
8865
8876
|
interface ListSiteSchemasOptions {
|
|
8866
8877
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
8867
8878
|
paging?: CursorPaging;
|
|
8879
|
+
/** ID of app that created the schema. */
|
|
8880
|
+
appId?: string | null;
|
|
8881
|
+
/** A unique name defined by the app developer to differentiate translation schemas for various entities within their app. For example, if an app developer is creating a translation schema for blog posts, the `entityType` can be `'blog-posts'`. */
|
|
8882
|
+
entityType?: string | null;
|
|
8883
|
+
/**
|
|
8884
|
+
* Scope of the translation schema.
|
|
8885
|
+
* Supported values:
|
|
8886
|
+
* + `GLOBAL`: A global schema for all sites.
|
|
8887
|
+
* + `SITE`: A custom schema for a specific site.
|
|
8888
|
+
*/
|
|
8889
|
+
scope?: SchemaScope;
|
|
8868
8890
|
}
|
|
8869
8891
|
|
|
8870
8892
|
declare function getSchema$1(httpClient: HttpClient): GetSchemaSignature;
|
|
@@ -12304,6 +12304,17 @@ interface Cursors$1 {
|
|
|
12304
12304
|
interface ListSiteSchemasRequest$1 {
|
|
12305
12305
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
12306
12306
|
paging?: CursorPaging$1;
|
|
12307
|
+
/** ID of app that created the schema. */
|
|
12308
|
+
appId?: string | null;
|
|
12309
|
+
/** A unique name defined by the app developer to differentiate translation schemas for various entities within their app. For example, if an app developer is creating a translation schema for blog posts, the `entityType` can be `'blog-posts'`. */
|
|
12310
|
+
entityType?: string | null;
|
|
12311
|
+
/**
|
|
12312
|
+
* Scope of the translation schema.
|
|
12313
|
+
* Supported values:
|
|
12314
|
+
* + `GLOBAL`: A global schema for all sites.
|
|
12315
|
+
* + `SITE`: A custom schema for a specific site.
|
|
12316
|
+
*/
|
|
12317
|
+
scope?: SchemaScope$1;
|
|
12307
12318
|
}
|
|
12308
12319
|
interface ListSiteSchemasResponse$1 {
|
|
12309
12320
|
/** List of translation schemas. */
|
|
@@ -12550,6 +12561,17 @@ interface Cursors {
|
|
|
12550
12561
|
interface ListSiteSchemasRequest {
|
|
12551
12562
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
12552
12563
|
paging?: CursorPaging;
|
|
12564
|
+
/** ID of app that created the schema. */
|
|
12565
|
+
appId?: string | null;
|
|
12566
|
+
/** A unique name defined by the app developer to differentiate translation schemas for various entities within their app. For example, if an app developer is creating a translation schema for blog posts, the `entityType` can be `'blog-posts'`. */
|
|
12567
|
+
entityType?: string | null;
|
|
12568
|
+
/**
|
|
12569
|
+
* Scope of the translation schema.
|
|
12570
|
+
* Supported values:
|
|
12571
|
+
* + `GLOBAL`: A global schema for all sites.
|
|
12572
|
+
* + `SITE`: A custom schema for a specific site.
|
|
12573
|
+
*/
|
|
12574
|
+
scope?: SchemaScope;
|
|
12553
12575
|
}
|
|
12554
12576
|
interface ListSiteSchemasResponse {
|
|
12555
12577
|
/** List of translation schemas. */
|