@wix/multilingual 1.0.89 → 1.0.90
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.90",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/multilingual_entity-mapper": "1.0.
|
|
24
|
+
"@wix/multilingual_entity-mapper": "1.0.28",
|
|
25
25
|
"@wix/multilingual_machine-translation": "1.0.38",
|
|
26
26
|
"@wix/multilingual_site-translator": "1.0.21",
|
|
27
|
-
"@wix/multilingual_translation-contents": "1.0.
|
|
27
|
+
"@wix/multilingual_translation-contents": "1.0.47",
|
|
28
28
|
"@wix/multilingual_translation-published-contents": "1.0.24",
|
|
29
|
-
"@wix/multilingual_translation-schemas": "1.0.
|
|
29
|
+
"@wix/multilingual_translation-schemas": "1.0.43"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"glob": "^10.4.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"fqdn": ""
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"falconPackageHash": "
|
|
54
|
+
"falconPackageHash": "7e86ac370684b1798137f866da1cc0ffc46a13234e7d17d73b9ba56e"
|
|
55
55
|
}
|
|
@@ -531,9 +531,7 @@ declare enum FieldType$1 {
|
|
|
531
531
|
/** Wix Video media item */
|
|
532
532
|
VIDEO = "VIDEO",
|
|
533
533
|
/** Image URL without metadata */
|
|
534
|
-
IMAGE_LINK = "IMAGE_LINK"
|
|
535
|
-
/** contain an XML representation of an entity or part of it */
|
|
536
|
-
XML = "XML"
|
|
534
|
+
IMAGE_LINK = "IMAGE_LINK"
|
|
537
535
|
}
|
|
538
536
|
interface SequencePath {
|
|
539
537
|
/** The name of the sequence the field is a part of */
|
|
@@ -7022,11 +7020,7 @@ declare enum ScalarType {
|
|
|
7022
7020
|
/** Minimum value. */
|
|
7023
7021
|
MIN = "MIN",
|
|
7024
7022
|
/** Maximum value. */
|
|
7025
|
-
MAX = "MAX"
|
|
7026
|
-
/** Sum of values. */
|
|
7027
|
-
SUM = "SUM",
|
|
7028
|
-
/** Average of values. */
|
|
7029
|
-
AVG = "AVG"
|
|
7023
|
+
MAX = "MAX"
|
|
7030
7024
|
}
|
|
7031
7025
|
interface ValueAggregation extends ValueAggregationOptionsOneOf {
|
|
7032
7026
|
/** Options for including missing values. */
|
|
@@ -8777,8 +8771,6 @@ declare enum FieldType {
|
|
|
8777
8771
|
IMAGE = "IMAGE",
|
|
8778
8772
|
/** Image URL without metadata. */
|
|
8779
8773
|
IMAGE_LINK = "IMAGE_LINK",
|
|
8780
|
-
/** Contains an XML representation of an entity or part of it. */
|
|
8781
|
-
JSON = "JSON",
|
|
8782
8774
|
/** Wix Media Manager video. */
|
|
8783
8775
|
VIDEO = "VIDEO",
|
|
8784
8776
|
/** Wix Media Manager document. */
|
|
@@ -9119,7 +9111,9 @@ declare enum Namespace {
|
|
|
9119
9111
|
*/
|
|
9120
9112
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
9121
9113
|
/** Codux Headless Sites */
|
|
9122
|
-
CODUX = "CODUX"
|
|
9114
|
+
CODUX = "CODUX",
|
|
9115
|
+
/** Bobb - AI Design Creator. */
|
|
9116
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
9123
9117
|
}
|
|
9124
9118
|
/** Site transferred to another user. */
|
|
9125
9119
|
interface SiteTransferred {
|
|
@@ -531,9 +531,7 @@ declare enum FieldType$1 {
|
|
|
531
531
|
/** Wix Video media item */
|
|
532
532
|
VIDEO = "VIDEO",
|
|
533
533
|
/** Image URL without metadata */
|
|
534
|
-
IMAGE_LINK = "IMAGE_LINK"
|
|
535
|
-
/** contain an XML representation of an entity or part of it */
|
|
536
|
-
XML = "XML"
|
|
534
|
+
IMAGE_LINK = "IMAGE_LINK"
|
|
537
535
|
}
|
|
538
536
|
interface SequencePath {
|
|
539
537
|
/** The name of the sequence the field is a part of */
|
|
@@ -7022,11 +7020,7 @@ declare enum ScalarType {
|
|
|
7022
7020
|
/** Minimum value. */
|
|
7023
7021
|
MIN = "MIN",
|
|
7024
7022
|
/** Maximum value. */
|
|
7025
|
-
MAX = "MAX"
|
|
7026
|
-
/** Sum of values. */
|
|
7027
|
-
SUM = "SUM",
|
|
7028
|
-
/** Average of values. */
|
|
7029
|
-
AVG = "AVG"
|
|
7023
|
+
MAX = "MAX"
|
|
7030
7024
|
}
|
|
7031
7025
|
interface ValueAggregation extends ValueAggregationOptionsOneOf {
|
|
7032
7026
|
/** Options for including missing values. */
|
|
@@ -8777,8 +8771,6 @@ declare enum FieldType {
|
|
|
8777
8771
|
IMAGE = "IMAGE",
|
|
8778
8772
|
/** Image URL without metadata. */
|
|
8779
8773
|
IMAGE_LINK = "IMAGE_LINK",
|
|
8780
|
-
/** Contains an XML representation of an entity or part of it. */
|
|
8781
|
-
JSON = "JSON",
|
|
8782
8774
|
/** Wix Media Manager video. */
|
|
8783
8775
|
VIDEO = "VIDEO",
|
|
8784
8776
|
/** Wix Media Manager document. */
|
|
@@ -9119,7 +9111,9 @@ declare enum Namespace {
|
|
|
9119
9111
|
*/
|
|
9120
9112
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
9121
9113
|
/** Codux Headless Sites */
|
|
9122
|
-
CODUX = "CODUX"
|
|
9114
|
+
CODUX = "CODUX",
|
|
9115
|
+
/** Bobb - AI Design Creator. */
|
|
9116
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
9123
9117
|
}
|
|
9124
9118
|
/** Site transferred to another user. */
|
|
9125
9119
|
interface SiteTransferred {
|
|
@@ -9500,11 +9500,7 @@ declare enum ScalarType$1 {
|
|
|
9500
9500
|
/** Minimum value. */
|
|
9501
9501
|
MIN = "MIN",
|
|
9502
9502
|
/** Maximum value. */
|
|
9503
|
-
MAX = "MAX"
|
|
9504
|
-
/** Sum of values. */
|
|
9505
|
-
SUM = "SUM",
|
|
9506
|
-
/** Average of values. */
|
|
9507
|
-
AVG = "AVG"
|
|
9503
|
+
MAX = "MAX"
|
|
9508
9504
|
}
|
|
9509
9505
|
interface ValueAggregation$1 extends ValueAggregationOptionsOneOf$1 {
|
|
9510
9506
|
/** Options for including missing values. */
|
|
@@ -11608,11 +11604,7 @@ declare enum ScalarType {
|
|
|
11608
11604
|
/** Minimum value. */
|
|
11609
11605
|
MIN = "MIN",
|
|
11610
11606
|
/** Maximum value. */
|
|
11611
|
-
MAX = "MAX"
|
|
11612
|
-
/** Sum of values. */
|
|
11613
|
-
SUM = "SUM",
|
|
11614
|
-
/** Average of values. */
|
|
11615
|
-
AVG = "AVG"
|
|
11607
|
+
MAX = "MAX"
|
|
11616
11608
|
}
|
|
11617
11609
|
interface ValueAggregation extends ValueAggregationOptionsOneOf {
|
|
11618
11610
|
/** Options for including missing values. */
|
|
@@ -12292,8 +12284,6 @@ declare enum FieldType$1 {
|
|
|
12292
12284
|
IMAGE = "IMAGE",
|
|
12293
12285
|
/** Image URL without metadata. */
|
|
12294
12286
|
IMAGE_LINK = "IMAGE_LINK",
|
|
12295
|
-
/** Contains an XML representation of an entity or part of it. */
|
|
12296
|
-
JSON = "JSON",
|
|
12297
12287
|
/** Wix Media Manager video. */
|
|
12298
12288
|
VIDEO = "VIDEO",
|
|
12299
12289
|
/** Wix Media Manager document. */
|
|
@@ -12577,8 +12567,6 @@ declare enum FieldType {
|
|
|
12577
12567
|
IMAGE = "IMAGE",
|
|
12578
12568
|
/** Image URL without metadata. */
|
|
12579
12569
|
IMAGE_LINK = "IMAGE_LINK",
|
|
12580
|
-
/** Contains an XML representation of an entity or part of it. */
|
|
12581
|
-
JSON = "JSON",
|
|
12582
12570
|
/** Wix Media Manager video. */
|
|
12583
12571
|
VIDEO = "VIDEO",
|
|
12584
12572
|
/** Wix Media Manager document. */
|