@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
@@ -72,6 +72,24 @@ function machineTranslate(payload) {
72
72
  {
73
73
  transformFn: transformSDKFloatToRESTFloat,
74
74
  paths: [
75
+ {
76
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerX"
77
+ },
78
+ {
79
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerY"
80
+ },
81
+ {
82
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.stops.position"
83
+ },
84
+ {
85
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
86
+ },
87
+ {
88
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
89
+ },
90
+ {
91
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
92
+ },
75
93
  {
76
94
  path: "contentToTranslate.richContent.nodes.galleryData.items.image.media.duration"
77
95
  },
@@ -123,9 +141,41 @@ function machineTranslate(payload) {
123
141
  {
124
142
  path: "contentToTranslate.richContent.nodes.layoutData.backdropImage.media.duration"
125
143
  },
144
+ {
145
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerX"
146
+ },
147
+ {
148
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerY"
149
+ },
150
+ {
151
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.stops.position"
152
+ },
153
+ {
154
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerX"
155
+ },
156
+ {
157
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerY"
158
+ },
159
+ {
160
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.stops.position"
161
+ },
126
162
  {
127
163
  path: "contentToTranslate.richContent.nodes.shapeData.shape.duration"
128
- }
164
+ },
165
+ {
166
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerX"
167
+ },
168
+ {
169
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerY"
170
+ },
171
+ {
172
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.stops.position"
173
+ },
174
+ {
175
+ path: "contentToTranslate.richContent.nodes.cardData.backgroundImage.media.duration"
176
+ },
177
+ { path: "contentToTranslate.richContent.nodes.tocData.fontSize" },
178
+ { path: "contentToTranslate.richContent.nodes.tocData.itemSpacing" }
129
179
  ]
130
180
  },
131
181
  {
@@ -154,6 +204,24 @@ function machineTranslate(payload) {
154
204
  {
155
205
  transformFn: transformRESTFloatToSDKFloat,
156
206
  paths: [
207
+ {
208
+ path: "translatedContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
209
+ },
210
+ {
211
+ path: "translatedContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
212
+ },
213
+ {
214
+ path: "translatedContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
215
+ },
216
+ {
217
+ path: "translatedContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
218
+ },
219
+ {
220
+ path: "translatedContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
221
+ },
222
+ {
223
+ path: "translatedContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
224
+ },
157
225
  {
158
226
  path: "translatedContent.richContent.nodes.galleryData.items.image.media.duration"
159
227
  },
@@ -205,8 +273,42 @@ function machineTranslate(payload) {
205
273
  {
206
274
  path: "translatedContent.richContent.nodes.layoutData.backdropImage.media.duration"
207
275
  },
276
+ {
277
+ path: "translatedContent.richContent.nodes.layoutData.background.gradient.centerX"
278
+ },
279
+ {
280
+ path: "translatedContent.richContent.nodes.layoutData.background.gradient.centerY"
281
+ },
282
+ {
283
+ path: "translatedContent.richContent.nodes.layoutData.background.gradient.stops.position"
284
+ },
285
+ {
286
+ path: "translatedContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
287
+ },
288
+ {
289
+ path: "translatedContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
290
+ },
291
+ {
292
+ path: "translatedContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
293
+ },
208
294
  {
209
295
  path: "translatedContent.richContent.nodes.shapeData.shape.duration"
296
+ },
297
+ {
298
+ path: "translatedContent.richContent.nodes.cardData.background.gradient.centerX"
299
+ },
300
+ {
301
+ path: "translatedContent.richContent.nodes.cardData.background.gradient.centerY"
302
+ },
303
+ {
304
+ path: "translatedContent.richContent.nodes.cardData.background.gradient.stops.position"
305
+ },
306
+ {
307
+ path: "translatedContent.richContent.nodes.cardData.backgroundImage.media.duration"
308
+ },
309
+ { path: "translatedContent.richContent.nodes.tocData.fontSize" },
310
+ {
311
+ path: "translatedContent.richContent.nodes.tocData.itemSpacing"
210
312
  }
211
313
  ]
212
314
  },
@@ -233,6 +335,24 @@ function bulkMachineTranslate(payload) {
233
335
  {
234
336
  transformFn: transformSDKFloatToRESTFloat,
235
337
  paths: [
338
+ {
339
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerX"
340
+ },
341
+ {
342
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerY"
343
+ },
344
+ {
345
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.stops.position"
346
+ },
347
+ {
348
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
349
+ },
350
+ {
351
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
352
+ },
353
+ {
354
+ path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
355
+ },
236
356
  {
237
357
  path: "contentToTranslate.richContent.nodes.galleryData.items.image.media.duration"
238
358
  },
@@ -284,9 +404,41 @@ function bulkMachineTranslate(payload) {
284
404
  {
285
405
  path: "contentToTranslate.richContent.nodes.layoutData.backdropImage.media.duration"
286
406
  },
407
+ {
408
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerX"
409
+ },
410
+ {
411
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerY"
412
+ },
413
+ {
414
+ path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.stops.position"
415
+ },
416
+ {
417
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerX"
418
+ },
419
+ {
420
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerY"
421
+ },
422
+ {
423
+ path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.stops.position"
424
+ },
287
425
  {
288
426
  path: "contentToTranslate.richContent.nodes.shapeData.shape.duration"
289
- }
427
+ },
428
+ {
429
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerX"
430
+ },
431
+ {
432
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerY"
433
+ },
434
+ {
435
+ path: "contentToTranslate.richContent.nodes.cardData.background.gradient.stops.position"
436
+ },
437
+ {
438
+ path: "contentToTranslate.richContent.nodes.cardData.backgroundImage.media.duration"
439
+ },
440
+ { path: "contentToTranslate.richContent.nodes.tocData.fontSize" },
441
+ { path: "contentToTranslate.richContent.nodes.tocData.itemSpacing" }
290
442
  ]
291
443
  },
292
444
  {
@@ -315,6 +467,24 @@ function bulkMachineTranslate(payload) {
315
467
  {
316
468
  transformFn: transformRESTFloatToSDKFloat,
317
469
  paths: [
470
+ {
471
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
472
+ },
473
+ {
474
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
475
+ },
476
+ {
477
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
478
+ },
479
+ {
480
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
481
+ },
482
+ {
483
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
484
+ },
485
+ {
486
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
487
+ },
318
488
  {
319
489
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
320
490
  },
@@ -366,9 +536,41 @@ function bulkMachineTranslate(payload) {
366
536
  {
367
537
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
368
538
  },
539
+ {
540
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
541
+ },
542
+ {
543
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
544
+ },
545
+ {
546
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
547
+ },
548
+ {
549
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
550
+ },
551
+ {
552
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
553
+ },
554
+ {
555
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
556
+ },
369
557
  {
370
558
  path: "results.item.richContent.nodes.shapeData.shape.duration"
371
- }
559
+ },
560
+ {
561
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
562
+ },
563
+ {
564
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
565
+ },
566
+ {
567
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
568
+ },
569
+ {
570
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
571
+ },
572
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
573
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
372
574
  ]
373
575
  },
374
576
  {
@@ -387,7 +589,6 @@ function bulkMachineTranslate(payload) {
387
589
 
388
590
  // src/multilingual-machine-v3-translatable-content-machine-translation.universal.ts
389
591
  var Format = /* @__PURE__ */ ((Format2) => {
390
- Format2["UNKNOWN_FORMAT"] = "UNKNOWN_FORMAT";
391
592
  Format2["PLAIN_TEXT"] = "PLAIN_TEXT";
392
593
  Format2["HTML"] = "HTML";
393
594
  Format2["RICH"] = "RICH";
@@ -428,8 +629,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
428
629
  NodeType2["LAYOUT"] = "LAYOUT";
429
630
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
430
631
  NodeType2["SHAPE"] = "SHAPE";
632
+ NodeType2["CARD"] = "CARD";
633
+ NodeType2["TOC"] = "TOC";
431
634
  return NodeType2;
432
635
  })(NodeType || {});
636
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
637
+ BackgroundType2["COLOR"] = "COLOR";
638
+ BackgroundType2["GRADIENT"] = "GRADIENT";
639
+ return BackgroundType2;
640
+ })(BackgroundType || {});
641
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
642
+ GradientType2["LINEAR"] = "LINEAR";
643
+ GradientType2["RADIAL"] = "RADIAL";
644
+ return GradientType2;
645
+ })(GradientType || {});
433
646
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
434
647
  WidthType2["CONTENT"] = "CONTENT";
435
648
  WidthType2["SMALL"] = "SMALL";
@@ -528,6 +741,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
528
741
  Source2["HTML"] = "HTML";
529
742
  Source2["ADSENSE"] = "ADSENSE";
530
743
  Source2["AI"] = "AI";
744
+ Source2["AI_WIDGET"] = "AI_WIDGET";
531
745
  return Source2;
532
746
  })(Source || {});
533
747
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -565,12 +779,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
565
779
  PollLayoutDirection2["RTL"] = "RTL";
566
780
  return PollLayoutDirection2;
567
781
  })(PollLayoutDirection || {});
568
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
569
- BackgroundType2["COLOR"] = "COLOR";
570
- BackgroundType2["IMAGE"] = "IMAGE";
571
- BackgroundType2["GRADIENT"] = "GRADIENT";
572
- return BackgroundType2;
573
- })(BackgroundType || {});
782
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
783
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
784
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
785
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
786
+ return PollDesignBackgroundType2;
787
+ })(PollDesignBackgroundType || {});
574
788
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
575
789
  DecorationType2["BOLD"] = "BOLD";
576
790
  DecorationType2["ITALIC"] = "ITALIC";
@@ -657,12 +871,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
657
871
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
658
872
  return NullValue2;
659
873
  })(NullValue || {});
660
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
661
- Scaling2["AUTO"] = "AUTO";
662
- Scaling2["CONTAIN"] = "CONTAIN";
663
- Scaling2["COVER"] = "COVER";
664
- return Scaling2;
665
- })(Scaling || {});
874
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
875
+ ImageScalingScaling2["AUTO"] = "AUTO";
876
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
877
+ ImageScalingScaling2["COVER"] = "COVER";
878
+ return ImageScalingScaling2;
879
+ })(ImageScalingScaling || {});
666
880
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
667
881
  ImagePosition2["CENTER"] = "CENTER";
668
882
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -680,6 +894,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
680
894
  Origin2["LAYOUT"] = "LAYOUT";
681
895
  return Origin2;
682
896
  })(Origin || {});
897
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
898
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
899
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
900
+ return LayoutDataBackgroundType2;
901
+ })(LayoutDataBackgroundType || {});
902
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
903
+ BackdropType2["COLOR"] = "COLOR";
904
+ BackdropType2["GRADIENT"] = "GRADIENT";
905
+ return BackdropType2;
906
+ })(BackdropType || {});
683
907
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
684
908
  VerticalAlignmentAlignment2["TOP"] = "TOP";
685
909
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -696,8 +920,45 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
696
920
  DesignTarget2["CELL"] = "CELL";
697
921
  return DesignTarget2;
698
922
  })(DesignTarget || {});
923
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
924
+ Scaling2["AUTO"] = "AUTO";
925
+ Scaling2["CONTAIN"] = "CONTAIN";
926
+ Scaling2["COVER"] = "COVER";
927
+ return Scaling2;
928
+ })(Scaling || {});
929
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
930
+ ImagePositionPosition2["CENTER"] = "CENTER";
931
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
932
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
933
+ ImagePositionPosition2["TOP"] = "TOP";
934
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
935
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
936
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
937
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
938
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
939
+ return ImagePositionPosition2;
940
+ })(ImagePositionPosition || {});
941
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
942
+ CardDataBackgroundType2["COLOR"] = "COLOR";
943
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
944
+ return CardDataBackgroundType2;
945
+ })(CardDataBackgroundType || {});
946
+ var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
947
+ ListStyle2["PLAIN"] = "PLAIN";
948
+ ListStyle2["NUMBERED"] = "NUMBERED";
949
+ ListStyle2["LETTERS"] = "LETTERS";
950
+ ListStyle2["ROMAN"] = "ROMAN";
951
+ ListStyle2["BULLETED"] = "BULLETED";
952
+ ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
953
+ ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
954
+ return ListStyle2;
955
+ })(ListStyle || {});
956
+ var Indentation = /* @__PURE__ */ ((Indentation2) => {
957
+ Indentation2["NESTED"] = "NESTED";
958
+ Indentation2["FLAT"] = "FLAT";
959
+ return Indentation2;
960
+ })(Indentation || {});
699
961
  var SupportedLanguage = /* @__PURE__ */ ((SupportedLanguage2) => {
700
- SupportedLanguage2["UNDEFINED_SUPPORTED_LANGUAGE"] = "UNDEFINED_SUPPORTED_LANGUAGE";
701
962
  SupportedLanguage2["AF"] = "AF";
702
963
  SupportedLanguage2["SQ"] = "SQ";
703
964
  SupportedLanguage2["AM"] = "AM";
@@ -915,8 +1176,10 @@ export {
915
1176
  Alignment,
916
1177
  AppType,
917
1178
  AspectRatio,
1179
+ BackdropType,
918
1180
  BackgroundType,
919
1181
  ButtonDataType,
1182
+ CardDataBackgroundType,
920
1183
  Crop,
921
1184
  DecorationType,
922
1185
  DesignTarget,
@@ -925,11 +1188,17 @@ export {
925
1188
  FontType,
926
1189
  Format,
927
1190
  GIFType,
1191
+ GradientType,
928
1192
  ImagePosition,
1193
+ ImagePositionPosition,
1194
+ ImageScalingScaling,
1195
+ Indentation,
929
1196
  InitialExpandedItems,
930
1197
  Layout,
1198
+ LayoutDataBackgroundType,
931
1199
  LayoutType,
932
1200
  LineStyle,
1201
+ ListStyle,
933
1202
  MapType,
934
1203
  NodeType,
935
1204
  NullValue,
@@ -937,6 +1206,7 @@ export {
937
1206
  Origin,
938
1207
  Placement,
939
1208
  PluginContainerDataAlignment,
1209
+ PollDesignBackgroundType,
940
1210
  PollLayoutDirection,
941
1211
  PollLayoutType,
942
1212
  Position,