@wix/multilingual 1.0.77 → 1.0.79
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,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/multilingual",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.79",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
+
"keywords": [
|
|
9
|
+
"wix-sdk-module=backend,page,public"
|
|
10
|
+
],
|
|
8
11
|
"sideEffects": false,
|
|
9
12
|
"module": "build/es/index.js",
|
|
10
13
|
"main": "build/cjs/index.js",
|
|
@@ -18,12 +21,12 @@
|
|
|
18
21
|
"type-bundles"
|
|
19
22
|
],
|
|
20
23
|
"dependencies": {
|
|
21
|
-
"@wix/multilingual_entity-mapper": "1.0.
|
|
22
|
-
"@wix/multilingual_machine-translation": "1.0.
|
|
23
|
-
"@wix/multilingual_site-translator": "1.0.
|
|
24
|
-
"@wix/multilingual_translation-contents": "1.0.
|
|
25
|
-
"@wix/multilingual_translation-published-contents": "1.0.
|
|
26
|
-
"@wix/multilingual_translation-schemas": "1.0.
|
|
24
|
+
"@wix/multilingual_entity-mapper": "1.0.24",
|
|
25
|
+
"@wix/multilingual_machine-translation": "1.0.37",
|
|
26
|
+
"@wix/multilingual_site-translator": "1.0.21",
|
|
27
|
+
"@wix/multilingual_translation-contents": "1.0.42",
|
|
28
|
+
"@wix/multilingual_translation-published-contents": "1.0.19",
|
|
29
|
+
"@wix/multilingual_translation-schemas": "1.0.38"
|
|
27
30
|
},
|
|
28
31
|
"devDependencies": {
|
|
29
32
|
"glob": "^10.4.1",
|
|
@@ -48,5 +51,5 @@
|
|
|
48
51
|
"fqdn": ""
|
|
49
52
|
}
|
|
50
53
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
54
|
+
"falconPackageHash": "5dbb7ab54cee577e90ef45d4d3d7bbb38117484a82937e8818f30263"
|
|
52
55
|
}
|
|
@@ -7801,8 +7801,12 @@ interface RemoveContentsByFilterResponse {
|
|
|
7801
7801
|
interface RepublishContentByFilterRequest {
|
|
7802
7802
|
/** the query filter content to delete */
|
|
7803
7803
|
query?: CursorQuery$1;
|
|
7804
|
+
/** the maximum to try and republish in one request - if content exceed this the a cursor will be returned */
|
|
7805
|
+
maxToPublish?: number | null;
|
|
7804
7806
|
}
|
|
7805
7807
|
interface RepublishContentByFilterResponse {
|
|
7808
|
+
/** Details on the paged set of results returned. */
|
|
7809
|
+
pagingMetadata?: CursorPagingMetadata$1;
|
|
7806
7810
|
}
|
|
7807
7811
|
interface MessageEnvelope$1 {
|
|
7808
7812
|
/** App instance ID. */
|
|
@@ -8645,7 +8649,7 @@ interface Schema {
|
|
|
8645
8649
|
* Default: `false`
|
|
8646
8650
|
*/
|
|
8647
8651
|
hidden?: boolean | null;
|
|
8648
|
-
/** Translation schema name displayed in the https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager. */
|
|
8652
|
+
/** Translation schema name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager). */
|
|
8649
8653
|
displayName?: string | null;
|
|
8650
8654
|
/** A reference to the parent schema. For example, if the schema is for a menu item, this property would contain the schema ID of the menu it belongs to. */
|
|
8651
8655
|
parentId?: string | null;
|
|
@@ -8713,7 +8717,7 @@ interface SchemaField {
|
|
|
8713
8717
|
* + `DOCUMENT`: Wix Media Manager document.
|
|
8714
8718
|
*/
|
|
8715
8719
|
type?: FieldType;
|
|
8716
|
-
/** Field name displayed in the https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager. */
|
|
8720
|
+
/** Field name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager). */
|
|
8717
8721
|
displayName?: string | null;
|
|
8718
8722
|
/** Field group name. */
|
|
8719
8723
|
groupName?: string | null;
|
|
@@ -9408,7 +9412,7 @@ interface UpdateSchema {
|
|
|
9408
9412
|
* Default: `false`
|
|
9409
9413
|
*/
|
|
9410
9414
|
hidden?: boolean | null;
|
|
9411
|
-
/** Translation schema name displayed in the https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager. */
|
|
9415
|
+
/** Translation schema name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager). */
|
|
9412
9416
|
displayName?: string | null;
|
|
9413
9417
|
/** A reference to the parent schema. For example, if the schema is for a menu item, this property would contain the schema ID of the menu it belongs to. */
|
|
9414
9418
|
parentId?: string | null;
|
|
@@ -7801,8 +7801,12 @@ interface RemoveContentsByFilterResponse {
|
|
|
7801
7801
|
interface RepublishContentByFilterRequest {
|
|
7802
7802
|
/** the query filter content to delete */
|
|
7803
7803
|
query?: CursorQuery$1;
|
|
7804
|
+
/** the maximum to try and republish in one request - if content exceed this the a cursor will be returned */
|
|
7805
|
+
maxToPublish?: number | null;
|
|
7804
7806
|
}
|
|
7805
7807
|
interface RepublishContentByFilterResponse {
|
|
7808
|
+
/** Details on the paged set of results returned. */
|
|
7809
|
+
pagingMetadata?: CursorPagingMetadata$1;
|
|
7806
7810
|
}
|
|
7807
7811
|
interface MessageEnvelope$1 {
|
|
7808
7812
|
/** App instance ID. */
|
|
@@ -8645,7 +8649,7 @@ interface Schema {
|
|
|
8645
8649
|
* Default: `false`
|
|
8646
8650
|
*/
|
|
8647
8651
|
hidden?: boolean | null;
|
|
8648
|
-
/** Translation schema name displayed in the https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager. */
|
|
8652
|
+
/** Translation schema name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager). */
|
|
8649
8653
|
displayName?: string | null;
|
|
8650
8654
|
/** A reference to the parent schema. For example, if the schema is for a menu item, this property would contain the schema ID of the menu it belongs to. */
|
|
8651
8655
|
parentId?: string | null;
|
|
@@ -8713,7 +8717,7 @@ interface SchemaField {
|
|
|
8713
8717
|
* + `DOCUMENT`: Wix Media Manager document.
|
|
8714
8718
|
*/
|
|
8715
8719
|
type?: FieldType;
|
|
8716
|
-
/** Field name displayed in the https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager. */
|
|
8720
|
+
/** Field name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager). */
|
|
8717
8721
|
displayName?: string | null;
|
|
8718
8722
|
/** Field group name. */
|
|
8719
8723
|
groupName?: string | null;
|
|
@@ -9408,7 +9412,7 @@ interface UpdateSchema {
|
|
|
9408
9412
|
* Default: `false`
|
|
9409
9413
|
*/
|
|
9410
9414
|
hidden?: boolean | null;
|
|
9411
|
-
/** Translation schema name displayed in the https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager. */
|
|
9415
|
+
/** Translation schema name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager). */
|
|
9412
9416
|
displayName?: string | null;
|
|
9413
9417
|
/** A reference to the parent schema. For example, if the schema is for a menu item, this property would contain the schema ID of the menu it belongs to. */
|
|
9414
9418
|
parentId?: string | null;
|
|
@@ -12208,7 +12208,7 @@ interface Schema$1 {
|
|
|
12208
12208
|
* Default: `false`
|
|
12209
12209
|
*/
|
|
12210
12210
|
hidden?: boolean | null;
|
|
12211
|
-
/** Translation schema name displayed in the https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager. */
|
|
12211
|
+
/** Translation schema name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager). */
|
|
12212
12212
|
displayName?: string | null;
|
|
12213
12213
|
/** A reference to the parent schema. For example, if the schema is for a menu item, this property would contain the schema ID of the menu it belongs to. */
|
|
12214
12214
|
parentId?: string | null;
|
|
@@ -12276,7 +12276,7 @@ interface SchemaField$1 {
|
|
|
12276
12276
|
* + `DOCUMENT`: Wix Media Manager document.
|
|
12277
12277
|
*/
|
|
12278
12278
|
type?: FieldType$1;
|
|
12279
|
-
/** Field name displayed in the https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager. */
|
|
12279
|
+
/** Field name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager). */
|
|
12280
12280
|
displayName?: string | null;
|
|
12281
12281
|
/** Field group name. */
|
|
12282
12282
|
groupName?: string | null;
|
|
@@ -12504,7 +12504,7 @@ interface Schema {
|
|
|
12504
12504
|
* Default: `false`
|
|
12505
12505
|
*/
|
|
12506
12506
|
hidden?: boolean | null;
|
|
12507
|
-
/** Translation schema name displayed in the https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager. */
|
|
12507
|
+
/** Translation schema name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager). */
|
|
12508
12508
|
displayName?: string | null;
|
|
12509
12509
|
/** A reference to the parent schema. For example, if the schema is for a menu item, this property would contain the schema ID of the menu it belongs to. */
|
|
12510
12510
|
parentId?: string | null;
|
|
@@ -12572,7 +12572,7 @@ interface SchemaField {
|
|
|
12572
12572
|
* + `DOCUMENT`: Wix Media Manager document.
|
|
12573
12573
|
*/
|
|
12574
12574
|
type?: FieldType;
|
|
12575
|
-
/** Field name displayed in the https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager. */
|
|
12575
|
+
/** Field name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager). */
|
|
12576
12576
|
displayName?: string | null;
|
|
12577
12577
|
/** Field group name. */
|
|
12578
12578
|
groupName?: string | null;
|