@wix/auto_sdk_multilingual_translation-published-contents 1.0.38 → 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 +62 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +112 -5
- package/build/cjs/index.typings.js +44 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +112 -5
- package/build/cjs/meta.js +44 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +58 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +112 -5
- package/build/es/index.typings.mjs +40 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +112 -5
- package/build/es/meta.mjs +40 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +62 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +112 -5
- package/build/internal/cjs/index.typings.js +44 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +112 -5
- package/build/internal/cjs/meta.js +44 -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 +58 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +112 -5
- package/build/internal/es/index.typings.mjs +40 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +112 -5
- package/build/internal/es/meta.mjs +40 -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
|
{
|
|
@@ -417,6 +427,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
|
|
|
417
427
|
var Source = /* @__PURE__ */ ((Source2) => {
|
|
418
428
|
Source2["HTML"] = "HTML";
|
|
419
429
|
Source2["ADSENSE"] = "ADSENSE";
|
|
430
|
+
Source2["AI"] = "AI";
|
|
420
431
|
return Source2;
|
|
421
432
|
})(Source || {});
|
|
422
433
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -545,6 +556,35 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
545
556
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
546
557
|
return NullValue2;
|
|
547
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 || {});
|
|
548
588
|
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
549
589
|
SortOrder2["ASC"] = "ASC";
|
|
550
590
|
SortOrder2["DESC"] = "DESC";
|
|
@@ -687,6 +727,12 @@ var onPublishedContentCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
687
727
|
},
|
|
688
728
|
{
|
|
689
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"
|
|
690
736
|
}
|
|
691
737
|
]
|
|
692
738
|
},
|
|
@@ -761,6 +807,12 @@ var onPublishedContentDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
761
807
|
},
|
|
762
808
|
{
|
|
763
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"
|
|
764
816
|
}
|
|
765
817
|
]
|
|
766
818
|
},
|
|
@@ -835,6 +887,12 @@ var onPublishedContentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
835
887
|
},
|
|
836
888
|
{
|
|
837
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"
|
|
838
896
|
}
|
|
839
897
|
]
|
|
840
898
|
},
|
|
@@ -876,6 +934,7 @@ var onPublishedContentUpdated2 = (0, import_event_definition_modules.createEvent
|
|
|
876
934
|
DividerDataAlignment,
|
|
877
935
|
FontType,
|
|
878
936
|
GIFType,
|
|
937
|
+
ImagePosition,
|
|
879
938
|
InitialExpandedItems,
|
|
880
939
|
Layout,
|
|
881
940
|
LayoutType,
|
|
@@ -890,6 +949,8 @@ var onPublishedContentUpdated2 = (0, import_event_definition_modules.createEvent
|
|
|
890
949
|
PollLayoutType,
|
|
891
950
|
Position,
|
|
892
951
|
Resizing,
|
|
952
|
+
ResponsivenessBehaviour,
|
|
953
|
+
Scaling,
|
|
893
954
|
SchemaScope,
|
|
894
955
|
SortOrder,
|
|
895
956
|
Source,
|
|
@@ -899,6 +960,7 @@ var onPublishedContentUpdated2 = (0, import_event_definition_modules.createEvent
|
|
|
899
960
|
ThumbnailsAlignment,
|
|
900
961
|
Type,
|
|
901
962
|
VerticalAlignment,
|
|
963
|
+
VerticalAlignmentAlignment,
|
|
902
964
|
ViewMode,
|
|
903
965
|
ViewRole,
|
|
904
966
|
VoteRole,
|