@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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +62 -0
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +112 -5
  5. package/build/cjs/index.typings.js +44 -0
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +112 -5
  8. package/build/cjs/meta.js +44 -0
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +58 -0
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +112 -5
  14. package/build/es/index.typings.mjs +40 -0
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +112 -5
  17. package/build/es/meta.mjs +40 -0
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +62 -0
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +112 -5
  23. package/build/internal/cjs/index.typings.js +44 -0
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +112 -5
  26. package/build/internal/cjs/meta.js +44 -0
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +58 -0
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +112 -5
  32. package/build/internal/es/index.typings.mjs +40 -0
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +112 -5
  35. package/build/internal/es/meta.mjs +40 -0
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -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
  {
@@ -351,6 +357,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
351
357
  var Source = /* @__PURE__ */ ((Source2) => {
352
358
  Source2["HTML"] = "HTML";
353
359
  Source2["ADSENSE"] = "ADSENSE";
360
+ Source2["AI"] = "AI";
354
361
  return Source2;
355
362
  })(Source || {});
356
363
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -479,6 +486,35 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
479
486
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
480
487
  return NullValue2;
481
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 || {});
482
518
  var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
483
519
  SortOrder2["ASC"] = "ASC";
484
520
  SortOrder2["DESC"] = "DESC";
@@ -621,6 +657,12 @@ var onPublishedContentCreated = EventDefinition(
621
657
  },
622
658
  {
623
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"
624
666
  }
625
667
  ]
626
668
  },
@@ -695,6 +737,12 @@ var onPublishedContentDeleted = EventDefinition(
695
737
  },
696
738
  {
697
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"
698
746
  }
699
747
  ]
700
748
  },
@@ -769,6 +817,12 @@ var onPublishedContentUpdated = EventDefinition(
769
817
  },
770
818
  {
771
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"
772
826
  }
773
827
  ]
774
828
  },
@@ -809,6 +863,7 @@ export {
809
863
  DividerDataAlignment,
810
864
  FontType,
811
865
  GIFType,
866
+ ImagePosition,
812
867
  InitialExpandedItems,
813
868
  Layout,
814
869
  LayoutType,
@@ -823,6 +878,8 @@ export {
823
878
  PollLayoutType,
824
879
  Position,
825
880
  Resizing,
881
+ ResponsivenessBehaviour,
882
+ Scaling,
826
883
  SchemaScope,
827
884
  SortOrder,
828
885
  Source,
@@ -832,6 +889,7 @@ export {
832
889
  ThumbnailsAlignment,
833
890
  Type,
834
891
  VerticalAlignment,
892
+ VerticalAlignmentAlignment,
835
893
  ViewMode,
836
894
  ViewRole,
837
895
  VoteRole,