@wix/auto_sdk_multilingual_translation-published-contents 1.0.39 → 1.0.40
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/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +61 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +109 -3
- package/build/cjs/index.typings.js +43 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +109 -3
- package/build/cjs/meta.js +43 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +57 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +109 -3
- package/build/es/index.typings.mjs +39 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +109 -3
- package/build/es/meta.mjs +39 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +61 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +109 -3
- package/build/internal/cjs/index.typings.js +43 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +109 -3
- package/build/internal/cjs/meta.js +43 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +57 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +109 -3
- package/build/internal/es/index.typings.mjs +39 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +109 -3
- package/build/internal/es/meta.mjs +39 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -147,6 +147,12 @@ function queryPublishedContent(payload) {
|
|
|
147
147
|
{
|
|
148
148
|
path: "publishedContent.fields.richContent.nodes.audioData.coverImage.duration"
|
|
149
149
|
},
|
|
150
|
+
{
|
|
151
|
+
path: "publishedContent.fields.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
path: "publishedContent.fields.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
155
|
+
},
|
|
150
156
|
{ path: "publishedContent.fields.image.focalPoint.x" },
|
|
151
157
|
{ path: "publishedContent.fields.image.focalPoint.y" },
|
|
152
158
|
{
|
|
@@ -480,6 +486,35 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
480
486
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
481
487
|
return NullValue2;
|
|
482
488
|
})(NullValue || {});
|
|
489
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
490
|
+
Scaling2["AUTO"] = "AUTO";
|
|
491
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
492
|
+
Scaling2["COVER"] = "COVER";
|
|
493
|
+
return Scaling2;
|
|
494
|
+
})(Scaling || {});
|
|
495
|
+
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
496
|
+
ImagePosition2["CENTER"] = "CENTER";
|
|
497
|
+
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
498
|
+
ImagePosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
499
|
+
ImagePosition2["TOP"] = "TOP";
|
|
500
|
+
ImagePosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
501
|
+
ImagePosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
502
|
+
ImagePosition2["BOTTOM"] = "BOTTOM";
|
|
503
|
+
ImagePosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
504
|
+
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
505
|
+
return ImagePosition2;
|
|
506
|
+
})(ImagePosition || {});
|
|
507
|
+
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
508
|
+
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
509
|
+
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
510
|
+
VerticalAlignmentAlignment2["BOTTOM"] = "BOTTOM";
|
|
511
|
+
return VerticalAlignmentAlignment2;
|
|
512
|
+
})(VerticalAlignmentAlignment || {});
|
|
513
|
+
var ResponsivenessBehaviour = /* @__PURE__ */ ((ResponsivenessBehaviour2) => {
|
|
514
|
+
ResponsivenessBehaviour2["STACK"] = "STACK";
|
|
515
|
+
ResponsivenessBehaviour2["WRAP"] = "WRAP";
|
|
516
|
+
return ResponsivenessBehaviour2;
|
|
517
|
+
})(ResponsivenessBehaviour || {});
|
|
483
518
|
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
484
519
|
SortOrder2["ASC"] = "ASC";
|
|
485
520
|
SortOrder2["DESC"] = "DESC";
|
|
@@ -622,6 +657,12 @@ var onPublishedContentCreated = EventDefinition(
|
|
|
622
657
|
},
|
|
623
658
|
{
|
|
624
659
|
path: "entity.fields.richContent.nodes.audioData.coverImage.duration"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
path: "entity.fields.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
path: "entity.fields.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
625
666
|
}
|
|
626
667
|
]
|
|
627
668
|
},
|
|
@@ -696,6 +737,12 @@ var onPublishedContentDeleted = EventDefinition(
|
|
|
696
737
|
},
|
|
697
738
|
{
|
|
698
739
|
path: "entity.fields.richContent.nodes.audioData.coverImage.duration"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
path: "entity.fields.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
path: "entity.fields.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
699
746
|
}
|
|
700
747
|
]
|
|
701
748
|
},
|
|
@@ -770,6 +817,12 @@ var onPublishedContentUpdated = EventDefinition(
|
|
|
770
817
|
},
|
|
771
818
|
{
|
|
772
819
|
path: "entity.fields.richContent.nodes.audioData.coverImage.duration"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
path: "entity.fields.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
path: "entity.fields.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
773
826
|
}
|
|
774
827
|
]
|
|
775
828
|
},
|
|
@@ -810,6 +863,7 @@ export {
|
|
|
810
863
|
DividerDataAlignment,
|
|
811
864
|
FontType,
|
|
812
865
|
GIFType,
|
|
866
|
+
ImagePosition,
|
|
813
867
|
InitialExpandedItems,
|
|
814
868
|
Layout,
|
|
815
869
|
LayoutType,
|
|
@@ -824,6 +878,8 @@ export {
|
|
|
824
878
|
PollLayoutType,
|
|
825
879
|
Position,
|
|
826
880
|
Resizing,
|
|
881
|
+
ResponsivenessBehaviour,
|
|
882
|
+
Scaling,
|
|
827
883
|
SchemaScope,
|
|
828
884
|
SortOrder,
|
|
829
885
|
Source,
|
|
@@ -833,6 +889,7 @@ export {
|
|
|
833
889
|
ThumbnailsAlignment,
|
|
834
890
|
Type,
|
|
835
891
|
VerticalAlignment,
|
|
892
|
+
VerticalAlignmentAlignment,
|
|
836
893
|
ViewMode,
|
|
837
894
|
ViewRole,
|
|
838
895
|
VoteRole,
|