@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
@@ -65,6 +65,24 @@ function machineTranslate(payload) {
65
65
  {
66
66
  transformFn: transformSDKFloatToRESTFloat,
67
67
  paths: [
68
+ {
69
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerX"
70
+ },
71
+ {
72
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerY"
73
+ },
74
+ {
75
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.stops.position"
76
+ },
77
+ {
78
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
79
+ },
80
+ {
81
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
82
+ },
83
+ {
84
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
85
+ },
68
86
  {
69
87
  path: "contentToTranslate.richContent.nodes.galleryData.items.image.media.duration"
70
88
  },
@@ -116,9 +134,41 @@ function machineTranslate(payload) {
116
134
  {
117
135
  path: "contentToTranslate.richContent.nodes.layoutData.backdropImage.media.duration"
118
136
  },
137
+ {
138
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerX"
139
+ },
140
+ {
141
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerY"
142
+ },
143
+ {
144
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.stops.position"
145
+ },
146
+ {
147
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerX"
148
+ },
149
+ {
150
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerY"
151
+ },
152
+ {
153
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.stops.position"
154
+ },
119
155
  {
120
156
  path: "contentToTranslate.richContent.nodes.shapeData.shape.duration"
121
- }
157
+ },
158
+ {
159
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerX"
160
+ },
161
+ {
162
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerY"
163
+ },
164
+ {
165
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.stops.position"
166
+ },
167
+ {
168
+ path: "contentToTranslate.richContent.nodes.cardData.backgroundImage.media.duration"
169
+ },
170
+ { path: "contentToTranslate.richContent.nodes.tocData.fontSize" },
171
+ { path: "contentToTranslate.richContent.nodes.tocData.itemSpacing" }
122
172
  ]
123
173
  },
124
174
  {
@@ -147,6 +197,24 @@ function machineTranslate(payload) {
147
197
  {
148
198
  transformFn: transformRESTFloatToSDKFloat,
149
199
  paths: [
200
+ {
201
+ path: "translatedContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
202
+ },
203
+ {
204
+ path: "translatedContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
205
+ },
206
+ {
207
+ path: "translatedContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
208
+ },
209
+ {
210
+ path: "translatedContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
211
+ },
212
+ {
213
+ path: "translatedContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
214
+ },
215
+ {
216
+ path: "translatedContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
217
+ },
150
218
  {
151
219
  path: "translatedContent.richContent.nodes.galleryData.items.image.media.duration"
152
220
  },
@@ -198,8 +266,42 @@ function machineTranslate(payload) {
198
266
  {
199
267
  path: "translatedContent.richContent.nodes.layoutData.backdropImage.media.duration"
200
268
  },
269
+ {
270
+ path: "translatedContent.richContent.nodes.layoutData.background.gradient.centerX"
271
+ },
272
+ {
273
+ path: "translatedContent.richContent.nodes.layoutData.background.gradient.centerY"
274
+ },
275
+ {
276
+ path: "translatedContent.richContent.nodes.layoutData.background.gradient.stops.position"
277
+ },
278
+ {
279
+ path: "translatedContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
280
+ },
281
+ {
282
+ path: "translatedContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
283
+ },
284
+ {
285
+ path: "translatedContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
286
+ },
201
287
  {
202
288
  path: "translatedContent.richContent.nodes.shapeData.shape.duration"
289
+ },
290
+ {
291
+ path: "translatedContent.richContent.nodes.cardData.background.gradient.centerX"
292
+ },
293
+ {
294
+ path: "translatedContent.richContent.nodes.cardData.background.gradient.centerY"
295
+ },
296
+ {
297
+ path: "translatedContent.richContent.nodes.cardData.background.gradient.stops.position"
298
+ },
299
+ {
300
+ path: "translatedContent.richContent.nodes.cardData.backgroundImage.media.duration"
301
+ },
302
+ { path: "translatedContent.richContent.nodes.tocData.fontSize" },
303
+ {
304
+ path: "translatedContent.richContent.nodes.tocData.itemSpacing"
203
305
  }
204
306
  ]
205
307
  },
@@ -226,6 +328,24 @@ function bulkMachineTranslate(payload) {
226
328
  {
227
329
  transformFn: transformSDKFloatToRESTFloat,
228
330
  paths: [
331
+ {
332
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerX"
333
+ },
334
+ {
335
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerY"
336
+ },
337
+ {
338
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.stops.position"
339
+ },
340
+ {
341
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
342
+ },
343
+ {
344
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
345
+ },
346
+ {
347
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
348
+ },
229
349
  {
230
350
  path: "contentToTranslate.richContent.nodes.galleryData.items.image.media.duration"
231
351
  },
@@ -277,9 +397,41 @@ function bulkMachineTranslate(payload) {
277
397
  {
278
398
  path: "contentToTranslate.richContent.nodes.layoutData.backdropImage.media.duration"
279
399
  },
400
+ {
401
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerX"
402
+ },
403
+ {
404
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerY"
405
+ },
406
+ {
407
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.stops.position"
408
+ },
409
+ {
410
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerX"
411
+ },
412
+ {
413
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerY"
414
+ },
415
+ {
416
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.stops.position"
417
+ },
280
418
  {
281
419
  path: "contentToTranslate.richContent.nodes.shapeData.shape.duration"
282
- }
420
+ },
421
+ {
422
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerX"
423
+ },
424
+ {
425
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerY"
426
+ },
427
+ {
428
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.stops.position"
429
+ },
430
+ {
431
+ path: "contentToTranslate.richContent.nodes.cardData.backgroundImage.media.duration"
432
+ },
433
+ { path: "contentToTranslate.richContent.nodes.tocData.fontSize" },
434
+ { path: "contentToTranslate.richContent.nodes.tocData.itemSpacing" }
283
435
  ]
284
436
  },
285
437
  {
@@ -308,6 +460,24 @@ function bulkMachineTranslate(payload) {
308
460
  {
309
461
  transformFn: transformRESTFloatToSDKFloat,
310
462
  paths: [
463
+ {
464
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
465
+ },
466
+ {
467
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
468
+ },
469
+ {
470
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
471
+ },
472
+ {
473
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
474
+ },
475
+ {
476
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
477
+ },
478
+ {
479
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
480
+ },
311
481
  {
312
482
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
313
483
  },
@@ -359,9 +529,41 @@ function bulkMachineTranslate(payload) {
359
529
  {
360
530
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
361
531
  },
532
+ {
533
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
534
+ },
535
+ {
536
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
537
+ },
538
+ {
539
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
540
+ },
541
+ {
542
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
543
+ },
544
+ {
545
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
546
+ },
547
+ {
548
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
549
+ },
362
550
  {
363
551
  path: "results.item.richContent.nodes.shapeData.shape.duration"
364
- }
552
+ },
553
+ {
554
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
555
+ },
556
+ {
557
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
558
+ },
559
+ {
560
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
561
+ },
562
+ {
563
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
564
+ },
565
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
566
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
365
567
  ]
366
568
  },
367
569
  {
@@ -380,7 +582,6 @@ function bulkMachineTranslate(payload) {
380
582
 
381
583
  // src/multilingual-machine-v3-translatable-content-machine-translation.types.ts
382
584
  var Format = /* @__PURE__ */ ((Format2) => {
383
- Format2["UNKNOWN_FORMAT"] = "UNKNOWN_FORMAT";
384
585
  Format2["PLAIN_TEXT"] = "PLAIN_TEXT";
385
586
  Format2["HTML"] = "HTML";
386
587
  Format2["RICH"] = "RICH";
@@ -421,8 +622,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
421
622
  NodeType2["LAYOUT"] = "LAYOUT";
422
623
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
423
624
  NodeType2["SHAPE"] = "SHAPE";
625
+ NodeType2["CARD"] = "CARD";
626
+ NodeType2["TOC"] = "TOC";
424
627
  return NodeType2;
425
628
  })(NodeType || {});
629
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
630
+ BackgroundType2["COLOR"] = "COLOR";
631
+ BackgroundType2["GRADIENT"] = "GRADIENT";
632
+ return BackgroundType2;
633
+ })(BackgroundType || {});
634
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
635
+ GradientType2["LINEAR"] = "LINEAR";
636
+ GradientType2["RADIAL"] = "RADIAL";
637
+ return GradientType2;
638
+ })(GradientType || {});
426
639
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
427
640
  WidthType2["CONTENT"] = "CONTENT";
428
641
  WidthType2["SMALL"] = "SMALL";
@@ -521,6 +734,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
521
734
  Source2["HTML"] = "HTML";
522
735
  Source2["ADSENSE"] = "ADSENSE";
523
736
  Source2["AI"] = "AI";
737
+ Source2["AI_WIDGET"] = "AI_WIDGET";
524
738
  return Source2;
525
739
  })(Source || {});
526
740
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -558,12 +772,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
558
772
  PollLayoutDirection2["RTL"] = "RTL";
559
773
  return PollLayoutDirection2;
560
774
  })(PollLayoutDirection || {});
561
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
562
- BackgroundType2["COLOR"] = "COLOR";
563
- BackgroundType2["IMAGE"] = "IMAGE";
564
- BackgroundType2["GRADIENT"] = "GRADIENT";
565
- return BackgroundType2;
566
- })(BackgroundType || {});
775
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
776
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
777
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
778
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
779
+ return PollDesignBackgroundType2;
780
+ })(PollDesignBackgroundType || {});
567
781
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
568
782
  DecorationType2["BOLD"] = "BOLD";
569
783
  DecorationType2["ITALIC"] = "ITALIC";
@@ -650,12 +864,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
650
864
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
651
865
  return NullValue2;
652
866
  })(NullValue || {});
653
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
654
- Scaling2["AUTO"] = "AUTO";
655
- Scaling2["CONTAIN"] = "CONTAIN";
656
- Scaling2["COVER"] = "COVER";
657
- return Scaling2;
658
- })(Scaling || {});
867
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
868
+ ImageScalingScaling2["AUTO"] = "AUTO";
869
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
870
+ ImageScalingScaling2["COVER"] = "COVER";
871
+ return ImageScalingScaling2;
872
+ })(ImageScalingScaling || {});
659
873
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
660
874
  ImagePosition2["CENTER"] = "CENTER";
661
875
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -673,6 +887,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
673
887
  Origin2["LAYOUT"] = "LAYOUT";
674
888
  return Origin2;
675
889
  })(Origin || {});
890
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
891
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
892
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
893
+ return LayoutDataBackgroundType2;
894
+ })(LayoutDataBackgroundType || {});
895
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
896
+ BackdropType2["COLOR"] = "COLOR";
897
+ BackdropType2["GRADIENT"] = "GRADIENT";
898
+ return BackdropType2;
899
+ })(BackdropType || {});
676
900
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
677
901
  VerticalAlignmentAlignment2["TOP"] = "TOP";
678
902
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -689,8 +913,45 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
689
913
  DesignTarget2["CELL"] = "CELL";
690
914
  return DesignTarget2;
691
915
  })(DesignTarget || {});
916
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
917
+ Scaling2["AUTO"] = "AUTO";
918
+ Scaling2["CONTAIN"] = "CONTAIN";
919
+ Scaling2["COVER"] = "COVER";
920
+ return Scaling2;
921
+ })(Scaling || {});
922
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
923
+ ImagePositionPosition2["CENTER"] = "CENTER";
924
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
925
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
926
+ ImagePositionPosition2["TOP"] = "TOP";
927
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
928
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
929
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
930
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
931
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
932
+ return ImagePositionPosition2;
933
+ })(ImagePositionPosition || {});
934
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
935
+ CardDataBackgroundType2["COLOR"] = "COLOR";
936
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
937
+ return CardDataBackgroundType2;
938
+ })(CardDataBackgroundType || {});
939
+ var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
940
+ ListStyle2["PLAIN"] = "PLAIN";
941
+ ListStyle2["NUMBERED"] = "NUMBERED";
942
+ ListStyle2["LETTERS"] = "LETTERS";
943
+ ListStyle2["ROMAN"] = "ROMAN";
944
+ ListStyle2["BULLETED"] = "BULLETED";
945
+ ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
946
+ ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
947
+ return ListStyle2;
948
+ })(ListStyle || {});
949
+ var Indentation = /* @__PURE__ */ ((Indentation2) => {
950
+ Indentation2["NESTED"] = "NESTED";
951
+ Indentation2["FLAT"] = "FLAT";
952
+ return Indentation2;
953
+ })(Indentation || {});
692
954
  var SupportedLanguage = /* @__PURE__ */ ((SupportedLanguage2) => {
693
- SupportedLanguage2["UNDEFINED_SUPPORTED_LANGUAGE"] = "UNDEFINED_SUPPORTED_LANGUAGE";
694
955
  SupportedLanguage2["AF"] = "AF";
695
956
  SupportedLanguage2["SQ"] = "SQ";
696
957
  SupportedLanguage2["AM"] = "AM";
@@ -874,8 +1135,10 @@ export {
874
1135
  Alignment as AlignmentOriginal,
875
1136
  AppType as AppTypeOriginal,
876
1137
  AspectRatio as AspectRatioOriginal,
1138
+ BackdropType as BackdropTypeOriginal,
877
1139
  BackgroundType as BackgroundTypeOriginal,
878
1140
  ButtonDataType as ButtonDataTypeOriginal,
1141
+ CardDataBackgroundType as CardDataBackgroundTypeOriginal,
879
1142
  Crop as CropOriginal,
880
1143
  DecorationType as DecorationTypeOriginal,
881
1144
  DesignTarget as DesignTargetOriginal,
@@ -884,11 +1147,17 @@ export {
884
1147
  FontType as FontTypeOriginal,
885
1148
  Format as FormatOriginal,
886
1149
  GIFType as GIFTypeOriginal,
1150
+ GradientType as GradientTypeOriginal,
887
1151
  ImagePosition as ImagePositionOriginal,
1152
+ ImagePositionPosition as ImagePositionPositionOriginal,
1153
+ ImageScalingScaling as ImageScalingScalingOriginal,
1154
+ Indentation as IndentationOriginal,
888
1155
  InitialExpandedItems as InitialExpandedItemsOriginal,
1156
+ LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal,
889
1157
  Layout as LayoutOriginal,
890
1158
  LayoutType as LayoutTypeOriginal,
891
1159
  LineStyle as LineStyleOriginal,
1160
+ ListStyle as ListStyleOriginal,
892
1161
  MapType as MapTypeOriginal,
893
1162
  NodeType as NodeTypeOriginal,
894
1163
  NullValue as NullValueOriginal,
@@ -896,6 +1165,7 @@ export {
896
1165
  Origin as OriginOriginal,
897
1166
  Placement as PlacementOriginal,
898
1167
  PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal,
1168
+ PollDesignBackgroundType as PollDesignBackgroundTypeOriginal,
899
1169
  PollLayoutDirection as PollLayoutDirectionOriginal,
900
1170
  PollLayoutType as PollLayoutTypeOriginal,
901
1171
  Position as PositionOriginal,