@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
|
@@ -31,6 +31,7 @@ __export(index_exports, {
|
|
|
31
31
|
DividerDataAlignment: () => DividerDataAlignment,
|
|
32
32
|
FontType: () => FontType,
|
|
33
33
|
GIFType: () => GIFType,
|
|
34
|
+
ImagePosition: () => ImagePosition,
|
|
34
35
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
35
36
|
Layout: () => Layout,
|
|
36
37
|
LayoutType: () => LayoutType,
|
|
@@ -45,6 +46,8 @@ __export(index_exports, {
|
|
|
45
46
|
PollLayoutType: () => PollLayoutType,
|
|
46
47
|
Position: () => Position,
|
|
47
48
|
Resizing: () => Resizing,
|
|
49
|
+
ResponsivenessBehaviour: () => ResponsivenessBehaviour,
|
|
50
|
+
Scaling: () => Scaling,
|
|
48
51
|
SchemaScope: () => SchemaScope,
|
|
49
52
|
SortOrder: () => SortOrder,
|
|
50
53
|
Source: () => Source,
|
|
@@ -54,6 +57,7 @@ __export(index_exports, {
|
|
|
54
57
|
ThumbnailsAlignment: () => ThumbnailsAlignment,
|
|
55
58
|
Type: () => Type,
|
|
56
59
|
VerticalAlignment: () => VerticalAlignment,
|
|
60
|
+
VerticalAlignmentAlignment: () => VerticalAlignmentAlignment,
|
|
57
61
|
ViewMode: () => ViewMode,
|
|
58
62
|
ViewRole: () => ViewRole,
|
|
59
63
|
VoteRole: () => VoteRole,
|
|
@@ -213,6 +217,12 @@ function queryPublishedContent(payload) {
|
|
|
213
217
|
{
|
|
214
218
|
path: "publishedContent.fields.richContent.nodes.audioData.coverImage.duration"
|
|
215
219
|
},
|
|
220
|
+
{
|
|
221
|
+
path: "publishedContent.fields.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
path: "publishedContent.fields.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
225
|
+
},
|
|
216
226
|
{ path: "publishedContent.fields.image.focalPoint.x" },
|
|
217
227
|
{ path: "publishedContent.fields.image.focalPoint.y" },
|
|
218
228
|
{
|
|
@@ -546,6 +556,35 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
546
556
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
547
557
|
return NullValue2;
|
|
548
558
|
})(NullValue || {});
|
|
559
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
560
|
+
Scaling2["AUTO"] = "AUTO";
|
|
561
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
562
|
+
Scaling2["COVER"] = "COVER";
|
|
563
|
+
return Scaling2;
|
|
564
|
+
})(Scaling || {});
|
|
565
|
+
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
566
|
+
ImagePosition2["CENTER"] = "CENTER";
|
|
567
|
+
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
568
|
+
ImagePosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
569
|
+
ImagePosition2["TOP"] = "TOP";
|
|
570
|
+
ImagePosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
571
|
+
ImagePosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
572
|
+
ImagePosition2["BOTTOM"] = "BOTTOM";
|
|
573
|
+
ImagePosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
574
|
+
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
575
|
+
return ImagePosition2;
|
|
576
|
+
})(ImagePosition || {});
|
|
577
|
+
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
578
|
+
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
579
|
+
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
580
|
+
VerticalAlignmentAlignment2["BOTTOM"] = "BOTTOM";
|
|
581
|
+
return VerticalAlignmentAlignment2;
|
|
582
|
+
})(VerticalAlignmentAlignment || {});
|
|
583
|
+
var ResponsivenessBehaviour = /* @__PURE__ */ ((ResponsivenessBehaviour2) => {
|
|
584
|
+
ResponsivenessBehaviour2["STACK"] = "STACK";
|
|
585
|
+
ResponsivenessBehaviour2["WRAP"] = "WRAP";
|
|
586
|
+
return ResponsivenessBehaviour2;
|
|
587
|
+
})(ResponsivenessBehaviour || {});
|
|
549
588
|
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
550
589
|
SortOrder2["ASC"] = "ASC";
|
|
551
590
|
SortOrder2["DESC"] = "DESC";
|
|
@@ -688,6 +727,12 @@ var onPublishedContentCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
688
727
|
},
|
|
689
728
|
{
|
|
690
729
|
path: "entity.fields.richContent.nodes.audioData.coverImage.duration"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
path: "entity.fields.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
path: "entity.fields.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
691
736
|
}
|
|
692
737
|
]
|
|
693
738
|
},
|
|
@@ -762,6 +807,12 @@ var onPublishedContentDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
762
807
|
},
|
|
763
808
|
{
|
|
764
809
|
path: "entity.fields.richContent.nodes.audioData.coverImage.duration"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
path: "entity.fields.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
path: "entity.fields.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
765
816
|
}
|
|
766
817
|
]
|
|
767
818
|
},
|
|
@@ -836,6 +887,12 @@ var onPublishedContentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
836
887
|
},
|
|
837
888
|
{
|
|
838
889
|
path: "entity.fields.richContent.nodes.audioData.coverImage.duration"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
path: "entity.fields.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
path: "entity.fields.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
839
896
|
}
|
|
840
897
|
]
|
|
841
898
|
},
|
|
@@ -877,6 +934,7 @@ var onPublishedContentUpdated2 = (0, import_event_definition_modules.createEvent
|
|
|
877
934
|
DividerDataAlignment,
|
|
878
935
|
FontType,
|
|
879
936
|
GIFType,
|
|
937
|
+
ImagePosition,
|
|
880
938
|
InitialExpandedItems,
|
|
881
939
|
Layout,
|
|
882
940
|
LayoutType,
|
|
@@ -891,6 +949,8 @@ var onPublishedContentUpdated2 = (0, import_event_definition_modules.createEvent
|
|
|
891
949
|
PollLayoutType,
|
|
892
950
|
Position,
|
|
893
951
|
Resizing,
|
|
952
|
+
ResponsivenessBehaviour,
|
|
953
|
+
Scaling,
|
|
894
954
|
SchemaScope,
|
|
895
955
|
SortOrder,
|
|
896
956
|
Source,
|
|
@@ -900,6 +960,7 @@ var onPublishedContentUpdated2 = (0, import_event_definition_modules.createEvent
|
|
|
900
960
|
ThumbnailsAlignment,
|
|
901
961
|
Type,
|
|
902
962
|
VerticalAlignment,
|
|
963
|
+
VerticalAlignmentAlignment,
|
|
903
964
|
ViewMode,
|
|
904
965
|
ViewRole,
|
|
905
966
|
VoteRole,
|