@wix/multilingual 1.0.52 → 1.0.54
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.54",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,9 +21,9 @@
|
|
|
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.
|
|
24
|
+
"@wix/multilingual_translation-contents": "1.0.25",
|
|
25
25
|
"@wix/multilingual_translation-published-contents": "1.0.10",
|
|
26
|
-
"@wix/multilingual_translation-schemas": "1.0.
|
|
26
|
+
"@wix/multilingual_translation-schemas": "1.0.24"
|
|
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": "85c29cb87aec88f5fe8e0740f0bdba796896bf7bde171cfdafaabdba"
|
|
52
52
|
}
|
|
@@ -6933,7 +6933,11 @@ interface Content {
|
|
|
6933
6933
|
interface ContentField extends ContentFieldValueOneOf {
|
|
6934
6934
|
/** Plain text. Use this field if the corresponding schema `fields.type` is `SHORT_TEXT`, `LONG_TEXT`, `HTML`, or `IMAGE_LINK`. */
|
|
6935
6935
|
textValue?: string;
|
|
6936
|
-
/**
|
|
6936
|
+
/**
|
|
6937
|
+
* Translation Content rich content.
|
|
6938
|
+
*
|
|
6939
|
+
* <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" exampleid="71a5e527-a334-49e6-bc2d-9f5b3e831fc5">See Ricos document reference</widget>
|
|
6940
|
+
*/
|
|
6937
6941
|
richContent?: RichContent;
|
|
6938
6942
|
/** Wix Media Manager image. */
|
|
6939
6943
|
image?: string;
|
|
@@ -6975,7 +6979,11 @@ interface ContentField extends ContentFieldValueOneOf {
|
|
|
6975
6979
|
interface ContentFieldValueOneOf {
|
|
6976
6980
|
/** Plain text. Use this field if the corresponding schema `fields.type` is `SHORT_TEXT`, `LONG_TEXT`, `HTML`, or `IMAGE_LINK`. */
|
|
6977
6981
|
textValue?: string;
|
|
6978
|
-
/**
|
|
6982
|
+
/**
|
|
6983
|
+
* Translation Content rich content.
|
|
6984
|
+
*
|
|
6985
|
+
* <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" exampleid="71a5e527-a334-49e6-bc2d-9f5b3e831fc5">See Ricos document reference</widget>
|
|
6986
|
+
*/
|
|
6979
6987
|
richContent?: RichContent;
|
|
6980
6988
|
/** Wix Media Manager image. */
|
|
6981
6989
|
image?: string;
|
|
@@ -6933,7 +6933,11 @@ interface Content {
|
|
|
6933
6933
|
interface ContentField extends ContentFieldValueOneOf {
|
|
6934
6934
|
/** Plain text. Use this field if the corresponding schema `fields.type` is `SHORT_TEXT`, `LONG_TEXT`, `HTML`, or `IMAGE_LINK`. */
|
|
6935
6935
|
textValue?: string;
|
|
6936
|
-
/**
|
|
6936
|
+
/**
|
|
6937
|
+
* Translation Content rich content.
|
|
6938
|
+
*
|
|
6939
|
+
* <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" exampleid="71a5e527-a334-49e6-bc2d-9f5b3e831fc5">See Ricos document reference</widget>
|
|
6940
|
+
*/
|
|
6937
6941
|
richContent?: RichContent;
|
|
6938
6942
|
/** Wix Media Manager image. */
|
|
6939
6943
|
image?: string;
|
|
@@ -6975,7 +6979,11 @@ interface ContentField extends ContentFieldValueOneOf {
|
|
|
6975
6979
|
interface ContentFieldValueOneOf {
|
|
6976
6980
|
/** Plain text. Use this field if the corresponding schema `fields.type` is `SHORT_TEXT`, `LONG_TEXT`, `HTML`, or `IMAGE_LINK`. */
|
|
6977
6981
|
textValue?: string;
|
|
6978
|
-
/**
|
|
6982
|
+
/**
|
|
6983
|
+
* Translation Content rich content.
|
|
6984
|
+
*
|
|
6985
|
+
* <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" exampleid="71a5e527-a334-49e6-bc2d-9f5b3e831fc5">See Ricos document reference</widget>
|
|
6986
|
+
*/
|
|
6979
6987
|
richContent?: RichContent;
|
|
6980
6988
|
/** Wix Media Manager image. */
|
|
6981
6989
|
image?: string;
|
|
@@ -7851,7 +7851,11 @@ interface Content$1 {
|
|
|
7851
7851
|
interface ContentField$1 extends ContentFieldValueOneOf$1 {
|
|
7852
7852
|
/** Plain text. Use this field if the corresponding schema `fields.type` is `SHORT_TEXT`, `LONG_TEXT`, `HTML`, or `IMAGE_LINK`. */
|
|
7853
7853
|
textValue?: string;
|
|
7854
|
-
/**
|
|
7854
|
+
/**
|
|
7855
|
+
* Translation Content rich content.
|
|
7856
|
+
*
|
|
7857
|
+
* <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" exampleid="71a5e527-a334-49e6-bc2d-9f5b3e831fc5">See Ricos document reference</widget>
|
|
7858
|
+
*/
|
|
7855
7859
|
richContent?: RichContent$1;
|
|
7856
7860
|
/** Wix Media Manager image. */
|
|
7857
7861
|
image?: Image$1;
|
|
@@ -7893,7 +7897,11 @@ interface ContentField$1 extends ContentFieldValueOneOf$1 {
|
|
|
7893
7897
|
interface ContentFieldValueOneOf$1 {
|
|
7894
7898
|
/** Plain text. Use this field if the corresponding schema `fields.type` is `SHORT_TEXT`, `LONG_TEXT`, `HTML`, or `IMAGE_LINK`. */
|
|
7895
7899
|
textValue?: string;
|
|
7896
|
-
/**
|
|
7900
|
+
/**
|
|
7901
|
+
* Translation Content rich content.
|
|
7902
|
+
*
|
|
7903
|
+
* <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" exampleid="71a5e527-a334-49e6-bc2d-9f5b3e831fc5">See Ricos document reference</widget>
|
|
7904
|
+
*/
|
|
7897
7905
|
richContent?: RichContent$1;
|
|
7898
7906
|
/** Wix Media Manager image. */
|
|
7899
7907
|
image?: Image$1;
|
|
@@ -10000,7 +10008,11 @@ interface Content {
|
|
|
10000
10008
|
interface ContentField extends ContentFieldValueOneOf {
|
|
10001
10009
|
/** Plain text. Use this field if the corresponding schema `fields.type` is `SHORT_TEXT`, `LONG_TEXT`, `HTML`, or `IMAGE_LINK`. */
|
|
10002
10010
|
textValue?: string;
|
|
10003
|
-
/**
|
|
10011
|
+
/**
|
|
10012
|
+
* Translation Content rich content.
|
|
10013
|
+
*
|
|
10014
|
+
* <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" exampleid="71a5e527-a334-49e6-bc2d-9f5b3e831fc5">See Ricos document reference</widget>
|
|
10015
|
+
*/
|
|
10004
10016
|
richContent?: RichContent;
|
|
10005
10017
|
/** Wix Media Manager image. */
|
|
10006
10018
|
image?: string;
|
|
@@ -10042,7 +10054,11 @@ interface ContentField extends ContentFieldValueOneOf {
|
|
|
10042
10054
|
interface ContentFieldValueOneOf {
|
|
10043
10055
|
/** Plain text. Use this field if the corresponding schema `fields.type` is `SHORT_TEXT`, `LONG_TEXT`, `HTML`, or `IMAGE_LINK`. */
|
|
10044
10056
|
textValue?: string;
|
|
10045
|
-
/**
|
|
10057
|
+
/**
|
|
10058
|
+
* Translation Content rich content.
|
|
10059
|
+
*
|
|
10060
|
+
* <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" exampleid="71a5e527-a334-49e6-bc2d-9f5b3e831fc5">See Ricos document reference</widget>
|
|
10061
|
+
*/
|
|
10046
10062
|
richContent?: RichContent;
|
|
10047
10063
|
/** Wix Media Manager image. */
|
|
10048
10064
|
image?: string;
|