@wix/auto_sdk_multilingual_machine-translation 1.0.41 → 1.0.43

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 (50) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +296 -17
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +272 -32
  5. package/build/cjs/index.typings.js +296 -17
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +272 -32
  8. package/build/cjs/meta.js +296 -17
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/cjs/schemas.d.ts +677 -0
  11. package/build/cjs/schemas.js +760 -0
  12. package/build/cjs/schemas.js.map +1 -0
  13. package/build/es/index.d.mts +1 -1
  14. package/build/es/index.mjs +287 -17
  15. package/build/es/index.mjs.map +1 -1
  16. package/build/es/index.typings.d.mts +272 -32
  17. package/build/es/index.typings.mjs +287 -17
  18. package/build/es/index.typings.mjs.map +1 -1
  19. package/build/es/meta.d.mts +272 -32
  20. package/build/es/meta.mjs +287 -17
  21. package/build/es/meta.mjs.map +1 -1
  22. package/build/es/schemas.d.mts +677 -0
  23. package/build/es/schemas.mjs +720 -0
  24. package/build/es/schemas.mjs.map +1 -0
  25. package/build/internal/cjs/index.d.ts +1 -1
  26. package/build/internal/cjs/index.js +296 -17
  27. package/build/internal/cjs/index.js.map +1 -1
  28. package/build/internal/cjs/index.typings.d.ts +272 -32
  29. package/build/internal/cjs/index.typings.js +296 -17
  30. package/build/internal/cjs/index.typings.js.map +1 -1
  31. package/build/internal/cjs/meta.d.ts +272 -32
  32. package/build/internal/cjs/meta.js +296 -17
  33. package/build/internal/cjs/meta.js.map +1 -1
  34. package/build/internal/cjs/schemas.d.ts +677 -0
  35. package/build/internal/cjs/schemas.js +760 -0
  36. package/build/internal/cjs/schemas.js.map +1 -0
  37. package/build/internal/es/index.d.mts +1 -1
  38. package/build/internal/es/index.mjs +287 -17
  39. package/build/internal/es/index.mjs.map +1 -1
  40. package/build/internal/es/index.typings.d.mts +272 -32
  41. package/build/internal/es/index.typings.mjs +287 -17
  42. package/build/internal/es/index.typings.mjs.map +1 -1
  43. package/build/internal/es/meta.d.mts +272 -32
  44. package/build/internal/es/meta.mjs +287 -17
  45. package/build/internal/es/meta.mjs.map +1 -1
  46. package/build/internal/es/schemas.d.mts +677 -0
  47. package/build/internal/es/schemas.mjs +720 -0
  48. package/build/internal/es/schemas.mjs.map +1 -0
  49. package/package.json +12 -5
  50. package/schemas/package.json +3 -0
package/build/cjs/meta.js CHANGED
@@ -23,8 +23,10 @@ __export(meta_exports, {
23
23
  AlignmentOriginal: () => Alignment,
24
24
  AppTypeOriginal: () => AppType,
25
25
  AspectRatioOriginal: () => AspectRatio,
26
+ BackdropTypeOriginal: () => BackdropType,
26
27
  BackgroundTypeOriginal: () => BackgroundType,
27
28
  ButtonDataTypeOriginal: () => ButtonDataType,
29
+ CardDataBackgroundTypeOriginal: () => CardDataBackgroundType,
28
30
  CropOriginal: () => Crop,
29
31
  DecorationTypeOriginal: () => DecorationType,
30
32
  DesignTargetOriginal: () => DesignTarget,
@@ -33,11 +35,17 @@ __export(meta_exports, {
33
35
  FontTypeOriginal: () => FontType,
34
36
  FormatOriginal: () => Format,
35
37
  GIFTypeOriginal: () => GIFType,
38
+ GradientTypeOriginal: () => GradientType,
36
39
  ImagePositionOriginal: () => ImagePosition,
40
+ ImagePositionPositionOriginal: () => ImagePositionPosition,
41
+ ImageScalingScalingOriginal: () => ImageScalingScaling,
42
+ IndentationOriginal: () => Indentation,
37
43
  InitialExpandedItemsOriginal: () => InitialExpandedItems,
44
+ LayoutDataBackgroundTypeOriginal: () => LayoutDataBackgroundType,
38
45
  LayoutOriginal: () => Layout,
39
46
  LayoutTypeOriginal: () => LayoutType,
40
47
  LineStyleOriginal: () => LineStyle,
48
+ ListStyleOriginal: () => ListStyle,
41
49
  MapTypeOriginal: () => MapType,
42
50
  NodeTypeOriginal: () => NodeType,
43
51
  NullValueOriginal: () => NullValue,
@@ -45,6 +53,7 @@ __export(meta_exports, {
45
53
  OriginOriginal: () => Origin,
46
54
  PlacementOriginal: () => Placement,
47
55
  PluginContainerDataAlignmentOriginal: () => PluginContainerDataAlignment,
56
+ PollDesignBackgroundTypeOriginal: () => PollDesignBackgroundType,
48
57
  PollLayoutDirectionOriginal: () => PollLayoutDirection,
49
58
  PollLayoutTypeOriginal: () => PollLayoutType,
50
59
  PositionOriginal: () => Position,
@@ -137,6 +146,24 @@ function machineTranslate(payload) {
137
146
  {
138
147
  transformFn: import_float.transformSDKFloatToRESTFloat,
139
148
  paths: [
149
+ {
150
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerX"
151
+ },
152
+ {
153
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerY"
154
+ },
155
+ {
156
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.stops.position"
157
+ },
158
+ {
159
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
160
+ },
161
+ {
162
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
163
+ },
164
+ {
165
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
166
+ },
140
167
  {
141
168
  path: "contentToTranslate.richContent.nodes.galleryData.items.image.media.duration"
142
169
  },
@@ -188,9 +215,41 @@ function machineTranslate(payload) {
188
215
  {
189
216
  path: "contentToTranslate.richContent.nodes.layoutData.backdropImage.media.duration"
190
217
  },
218
+ {
219
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerX"
220
+ },
221
+ {
222
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerY"
223
+ },
224
+ {
225
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.stops.position"
226
+ },
227
+ {
228
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerX"
229
+ },
230
+ {
231
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerY"
232
+ },
233
+ {
234
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.stops.position"
235
+ },
191
236
  {
192
237
  path: "contentToTranslate.richContent.nodes.shapeData.shape.duration"
193
- }
238
+ },
239
+ {
240
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerX"
241
+ },
242
+ {
243
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerY"
244
+ },
245
+ {
246
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.stops.position"
247
+ },
248
+ {
249
+ path: "contentToTranslate.richContent.nodes.cardData.backgroundImage.media.duration"
250
+ },
251
+ { path: "contentToTranslate.richContent.nodes.tocData.fontSize" },
252
+ { path: "contentToTranslate.richContent.nodes.tocData.itemSpacing" }
194
253
  ]
195
254
  },
196
255
  {
@@ -219,6 +278,24 @@ function machineTranslate(payload) {
219
278
  {
220
279
  transformFn: import_float2.transformRESTFloatToSDKFloat,
221
280
  paths: [
281
+ {
282
+ path: "translatedContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
283
+ },
284
+ {
285
+ path: "translatedContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
286
+ },
287
+ {
288
+ path: "translatedContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
289
+ },
290
+ {
291
+ path: "translatedContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
292
+ },
293
+ {
294
+ path: "translatedContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
295
+ },
296
+ {
297
+ path: "translatedContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
298
+ },
222
299
  {
223
300
  path: "translatedContent.richContent.nodes.galleryData.items.image.media.duration"
224
301
  },
@@ -270,8 +347,42 @@ function machineTranslate(payload) {
270
347
  {
271
348
  path: "translatedContent.richContent.nodes.layoutData.backdropImage.media.duration"
272
349
  },
350
+ {
351
+ path: "translatedContent.richContent.nodes.layoutData.background.gradient.centerX"
352
+ },
353
+ {
354
+ path: "translatedContent.richContent.nodes.layoutData.background.gradient.centerY"
355
+ },
356
+ {
357
+ path: "translatedContent.richContent.nodes.layoutData.background.gradient.stops.position"
358
+ },
359
+ {
360
+ path: "translatedContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
361
+ },
362
+ {
363
+ path: "translatedContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
364
+ },
365
+ {
366
+ path: "translatedContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
367
+ },
273
368
  {
274
369
  path: "translatedContent.richContent.nodes.shapeData.shape.duration"
370
+ },
371
+ {
372
+ path: "translatedContent.richContent.nodes.cardData.background.gradient.centerX"
373
+ },
374
+ {
375
+ path: "translatedContent.richContent.nodes.cardData.background.gradient.centerY"
376
+ },
377
+ {
378
+ path: "translatedContent.richContent.nodes.cardData.background.gradient.stops.position"
379
+ },
380
+ {
381
+ path: "translatedContent.richContent.nodes.cardData.backgroundImage.media.duration"
382
+ },
383
+ { path: "translatedContent.richContent.nodes.tocData.fontSize" },
384
+ {
385
+ path: "translatedContent.richContent.nodes.tocData.itemSpacing"
275
386
  }
276
387
  ]
277
388
  },
@@ -298,6 +409,24 @@ function bulkMachineTranslate(payload) {
298
409
  {
299
410
  transformFn: import_float.transformSDKFloatToRESTFloat,
300
411
  paths: [
412
+ {
413
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerX"
414
+ },
415
+ {
416
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerY"
417
+ },
418
+ {
419
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.stops.position"
420
+ },
421
+ {
422
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
423
+ },
424
+ {
425
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
426
+ },
427
+ {
428
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
429
+ },
301
430
  {
302
431
  path: "contentToTranslate.richContent.nodes.galleryData.items.image.media.duration"
303
432
  },
@@ -349,9 +478,41 @@ function bulkMachineTranslate(payload) {
349
478
  {
350
479
  path: "contentToTranslate.richContent.nodes.layoutData.backdropImage.media.duration"
351
480
  },
481
+ {
482
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerX"
483
+ },
484
+ {
485
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerY"
486
+ },
487
+ {
488
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.stops.position"
489
+ },
490
+ {
491
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerX"
492
+ },
493
+ {
494
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerY"
495
+ },
496
+ {
497
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.stops.position"
498
+ },
352
499
  {
353
500
  path: "contentToTranslate.richContent.nodes.shapeData.shape.duration"
354
- }
501
+ },
502
+ {
503
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerX"
504
+ },
505
+ {
506
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerY"
507
+ },
508
+ {
509
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.stops.position"
510
+ },
511
+ {
512
+ path: "contentToTranslate.richContent.nodes.cardData.backgroundImage.media.duration"
513
+ },
514
+ { path: "contentToTranslate.richContent.nodes.tocData.fontSize" },
515
+ { path: "contentToTranslate.richContent.nodes.tocData.itemSpacing" }
355
516
  ]
356
517
  },
357
518
  {
@@ -380,6 +541,24 @@ function bulkMachineTranslate(payload) {
380
541
  {
381
542
  transformFn: import_float2.transformRESTFloatToSDKFloat,
382
543
  paths: [
544
+ {
545
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
546
+ },
547
+ {
548
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
549
+ },
550
+ {
551
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
552
+ },
553
+ {
554
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
555
+ },
556
+ {
557
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
558
+ },
559
+ {
560
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
561
+ },
383
562
  {
384
563
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
385
564
  },
@@ -431,9 +610,41 @@ function bulkMachineTranslate(payload) {
431
610
  {
432
611
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
433
612
  },
613
+ {
614
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
615
+ },
616
+ {
617
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
618
+ },
619
+ {
620
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
621
+ },
622
+ {
623
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
624
+ },
625
+ {
626
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
627
+ },
628
+ {
629
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
630
+ },
434
631
  {
435
632
  path: "results.item.richContent.nodes.shapeData.shape.duration"
436
- }
633
+ },
634
+ {
635
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
636
+ },
637
+ {
638
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
639
+ },
640
+ {
641
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
642
+ },
643
+ {
644
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
645
+ },
646
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
647
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
437
648
  ]
438
649
  },
439
650
  {
@@ -452,7 +663,6 @@ function bulkMachineTranslate(payload) {
452
663
 
453
664
  // src/multilingual-machine-v3-translatable-content-machine-translation.types.ts
454
665
  var Format = /* @__PURE__ */ ((Format2) => {
455
- Format2["UNKNOWN_FORMAT"] = "UNKNOWN_FORMAT";
456
666
  Format2["PLAIN_TEXT"] = "PLAIN_TEXT";
457
667
  Format2["HTML"] = "HTML";
458
668
  Format2["RICH"] = "RICH";
@@ -493,8 +703,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
493
703
  NodeType2["LAYOUT"] = "LAYOUT";
494
704
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
495
705
  NodeType2["SHAPE"] = "SHAPE";
706
+ NodeType2["CARD"] = "CARD";
707
+ NodeType2["TOC"] = "TOC";
496
708
  return NodeType2;
497
709
  })(NodeType || {});
710
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
711
+ BackgroundType2["COLOR"] = "COLOR";
712
+ BackgroundType2["GRADIENT"] = "GRADIENT";
713
+ return BackgroundType2;
714
+ })(BackgroundType || {});
715
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
716
+ GradientType2["LINEAR"] = "LINEAR";
717
+ GradientType2["RADIAL"] = "RADIAL";
718
+ return GradientType2;
719
+ })(GradientType || {});
498
720
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
499
721
  WidthType2["CONTENT"] = "CONTENT";
500
722
  WidthType2["SMALL"] = "SMALL";
@@ -593,6 +815,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
593
815
  Source2["HTML"] = "HTML";
594
816
  Source2["ADSENSE"] = "ADSENSE";
595
817
  Source2["AI"] = "AI";
818
+ Source2["AI_WIDGET"] = "AI_WIDGET";
596
819
  return Source2;
597
820
  })(Source || {});
598
821
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -630,12 +853,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
630
853
  PollLayoutDirection2["RTL"] = "RTL";
631
854
  return PollLayoutDirection2;
632
855
  })(PollLayoutDirection || {});
633
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
634
- BackgroundType2["COLOR"] = "COLOR";
635
- BackgroundType2["IMAGE"] = "IMAGE";
636
- BackgroundType2["GRADIENT"] = "GRADIENT";
637
- return BackgroundType2;
638
- })(BackgroundType || {});
856
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
857
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
858
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
859
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
860
+ return PollDesignBackgroundType2;
861
+ })(PollDesignBackgroundType || {});
639
862
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
640
863
  DecorationType2["BOLD"] = "BOLD";
641
864
  DecorationType2["ITALIC"] = "ITALIC";
@@ -722,12 +945,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
722
945
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
723
946
  return NullValue2;
724
947
  })(NullValue || {});
725
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
726
- Scaling2["AUTO"] = "AUTO";
727
- Scaling2["CONTAIN"] = "CONTAIN";
728
- Scaling2["COVER"] = "COVER";
729
- return Scaling2;
730
- })(Scaling || {});
948
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
949
+ ImageScalingScaling2["AUTO"] = "AUTO";
950
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
951
+ ImageScalingScaling2["COVER"] = "COVER";
952
+ return ImageScalingScaling2;
953
+ })(ImageScalingScaling || {});
731
954
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
732
955
  ImagePosition2["CENTER"] = "CENTER";
733
956
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -745,6 +968,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
745
968
  Origin2["LAYOUT"] = "LAYOUT";
746
969
  return Origin2;
747
970
  })(Origin || {});
971
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
972
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
973
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
974
+ return LayoutDataBackgroundType2;
975
+ })(LayoutDataBackgroundType || {});
976
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
977
+ BackdropType2["COLOR"] = "COLOR";
978
+ BackdropType2["GRADIENT"] = "GRADIENT";
979
+ return BackdropType2;
980
+ })(BackdropType || {});
748
981
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
749
982
  VerticalAlignmentAlignment2["TOP"] = "TOP";
750
983
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -761,8 +994,45 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
761
994
  DesignTarget2["CELL"] = "CELL";
762
995
  return DesignTarget2;
763
996
  })(DesignTarget || {});
997
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
998
+ Scaling2["AUTO"] = "AUTO";
999
+ Scaling2["CONTAIN"] = "CONTAIN";
1000
+ Scaling2["COVER"] = "COVER";
1001
+ return Scaling2;
1002
+ })(Scaling || {});
1003
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
1004
+ ImagePositionPosition2["CENTER"] = "CENTER";
1005
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
1006
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
1007
+ ImagePositionPosition2["TOP"] = "TOP";
1008
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
1009
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
1010
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
1011
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
1012
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1013
+ return ImagePositionPosition2;
1014
+ })(ImagePositionPosition || {});
1015
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
1016
+ CardDataBackgroundType2["COLOR"] = "COLOR";
1017
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
1018
+ return CardDataBackgroundType2;
1019
+ })(CardDataBackgroundType || {});
1020
+ var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
1021
+ ListStyle2["PLAIN"] = "PLAIN";
1022
+ ListStyle2["NUMBERED"] = "NUMBERED";
1023
+ ListStyle2["LETTERS"] = "LETTERS";
1024
+ ListStyle2["ROMAN"] = "ROMAN";
1025
+ ListStyle2["BULLETED"] = "BULLETED";
1026
+ ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
1027
+ ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
1028
+ return ListStyle2;
1029
+ })(ListStyle || {});
1030
+ var Indentation = /* @__PURE__ */ ((Indentation2) => {
1031
+ Indentation2["NESTED"] = "NESTED";
1032
+ Indentation2["FLAT"] = "FLAT";
1033
+ return Indentation2;
1034
+ })(Indentation || {});
764
1035
  var SupportedLanguage = /* @__PURE__ */ ((SupportedLanguage2) => {
765
- SupportedLanguage2["UNDEFINED_SUPPORTED_LANGUAGE"] = "UNDEFINED_SUPPORTED_LANGUAGE";
766
1036
  SupportedLanguage2["AF"] = "AF";
767
1037
  SupportedLanguage2["SQ"] = "SQ";
768
1038
  SupportedLanguage2["AM"] = "AM";
@@ -947,8 +1217,10 @@ function bulkMachineTranslate2() {
947
1217
  AlignmentOriginal,
948
1218
  AppTypeOriginal,
949
1219
  AspectRatioOriginal,
1220
+ BackdropTypeOriginal,
950
1221
  BackgroundTypeOriginal,
951
1222
  ButtonDataTypeOriginal,
1223
+ CardDataBackgroundTypeOriginal,
952
1224
  CropOriginal,
953
1225
  DecorationTypeOriginal,
954
1226
  DesignTargetOriginal,
@@ -957,11 +1229,17 @@ function bulkMachineTranslate2() {
957
1229
  FontTypeOriginal,
958
1230
  FormatOriginal,
959
1231
  GIFTypeOriginal,
1232
+ GradientTypeOriginal,
960
1233
  ImagePositionOriginal,
1234
+ ImagePositionPositionOriginal,
1235
+ ImageScalingScalingOriginal,
1236
+ IndentationOriginal,
961
1237
  InitialExpandedItemsOriginal,
1238
+ LayoutDataBackgroundTypeOriginal,
962
1239
  LayoutOriginal,
963
1240
  LayoutTypeOriginal,
964
1241
  LineStyleOriginal,
1242
+ ListStyleOriginal,
965
1243
  MapTypeOriginal,
966
1244
  NodeTypeOriginal,
967
1245
  NullValueOriginal,
@@ -969,6 +1247,7 @@ function bulkMachineTranslate2() {
969
1247
  OriginOriginal,
970
1248
  PlacementOriginal,
971
1249
  PluginContainerDataAlignmentOriginal,
1250
+ PollDesignBackgroundTypeOriginal,
972
1251
  PollLayoutDirectionOriginal,
973
1252
  PollLayoutTypeOriginal,
974
1253
  PositionOriginal,