@wix/multilingual 1.0.53 → 1.0.55
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 +3 -3
- package/type-bundles/context.bundle.d.ts +3742 -5784
- package/type-bundles/index.bundle.d.ts +3742 -5784
- package/type-bundles/meta.bundle.d.ts +20 -4
|
@@ -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;
|