@wix/multilingual 1.0.55 → 1.0.56
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.56",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"@wix/multilingual_entity-mapper": "1.0.16",
|
|
22
22
|
"@wix/multilingual_machine-translation": "1.0.30",
|
|
23
23
|
"@wix/multilingual_site-translator": "1.0.15",
|
|
24
|
-
"@wix/multilingual_translation-contents": "1.0.
|
|
25
|
-
"@wix/multilingual_translation-published-contents": "1.0.
|
|
24
|
+
"@wix/multilingual_translation-contents": "1.0.26",
|
|
25
|
+
"@wix/multilingual_translation-published-contents": "1.0.11",
|
|
26
26
|
"@wix/multilingual_translation-schemas": "1.0.24"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "c871d47bd419392957e354efba2c3c5ef0a3ab0b7a0f0b2c4e899929"
|
|
52
52
|
}
|
|
@@ -5321,7 +5321,7 @@ interface ContentField extends ContentFieldValueOneOf {
|
|
|
5321
5321
|
* Supported values:
|
|
5322
5322
|
* + `USER`: The Wix user.
|
|
5323
5323
|
* + `EXTERNAL_APP`: An external translation app.
|
|
5324
|
-
* + `MACHINE`: Machine
|
|
5324
|
+
* + `MACHINE`: Machine translation service.
|
|
5325
5325
|
*/
|
|
5326
5326
|
updatedBy?: UpdaterIdentity;
|
|
5327
5327
|
/**
|
|
@@ -5321,7 +5321,7 @@ interface ContentField extends ContentFieldValueOneOf {
|
|
|
5321
5321
|
* Supported values:
|
|
5322
5322
|
* + `USER`: The Wix user.
|
|
5323
5323
|
* + `EXTERNAL_APP`: An external translation app.
|
|
5324
|
-
* + `MACHINE`: Machine
|
|
5324
|
+
* + `MACHINE`: Machine translation service.
|
|
5325
5325
|
*/
|
|
5326
5326
|
updatedBy?: UpdaterIdentity;
|
|
5327
5327
|
/**
|
|
@@ -7879,7 +7879,7 @@ interface ContentField$1 extends ContentFieldValueOneOf$1 {
|
|
|
7879
7879
|
* Supported values:
|
|
7880
7880
|
* + `USER`: The Wix user.
|
|
7881
7881
|
* + `EXTERNAL_APP`: An external translation app.
|
|
7882
|
-
* + `MACHINE`: Machine
|
|
7882
|
+
* + `MACHINE`: Machine translation service.
|
|
7883
7883
|
*/
|
|
7884
7884
|
updatedBy?: UpdaterIdentity$1;
|
|
7885
7885
|
/**
|
|
@@ -10036,7 +10036,7 @@ interface ContentField extends ContentFieldValueOneOf {
|
|
|
10036
10036
|
* Supported values:
|
|
10037
10037
|
* + `USER`: The Wix user.
|
|
10038
10038
|
* + `EXTERNAL_APP`: An external translation app.
|
|
10039
|
-
* + `MACHINE`: Machine
|
|
10039
|
+
* + `MACHINE`: Machine translation service.
|
|
10040
10040
|
*/
|
|
10041
10041
|
updatedBy?: UpdaterIdentity;
|
|
10042
10042
|
/**
|