@wix/auto_sdk_faq_question-entry 1.0.42 → 1.0.44

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 +72 -0
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +159 -48
  5. package/build/cjs/index.typings.js +63 -0
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +159 -48
  8. package/build/cjs/meta.js +63 -0
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/cjs/schemas.d.ts +631 -0
  11. package/build/cjs/schemas.js +1064 -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 +70 -0
  15. package/build/es/index.mjs.map +1 -1
  16. package/build/es/index.typings.d.mts +159 -48
  17. package/build/es/index.typings.mjs +61 -0
  18. package/build/es/index.typings.mjs.map +1 -1
  19. package/build/es/meta.d.mts +159 -48
  20. package/build/es/meta.mjs +61 -0
  21. package/build/es/meta.mjs.map +1 -1
  22. package/build/es/schemas.d.mts +631 -0
  23. package/build/es/schemas.mjs +1008 -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 +72 -0
  27. package/build/internal/cjs/index.js.map +1 -1
  28. package/build/internal/cjs/index.typings.d.ts +159 -48
  29. package/build/internal/cjs/index.typings.js +63 -0
  30. package/build/internal/cjs/index.typings.js.map +1 -1
  31. package/build/internal/cjs/meta.d.ts +159 -48
  32. package/build/internal/cjs/meta.js +63 -0
  33. package/build/internal/cjs/meta.js.map +1 -1
  34. package/build/internal/cjs/schemas.d.ts +631 -0
  35. package/build/internal/cjs/schemas.js +1064 -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 +70 -0
  39. package/build/internal/es/index.mjs.map +1 -1
  40. package/build/internal/es/index.typings.d.mts +159 -48
  41. package/build/internal/es/index.typings.mjs +61 -0
  42. package/build/internal/es/index.typings.mjs.map +1 -1
  43. package/build/internal/es/meta.d.mts +159 -48
  44. package/build/internal/es/meta.mjs +61 -0
  45. package/build/internal/es/meta.mjs.map +1 -1
  46. package/build/internal/es/schemas.d.mts +631 -0
  47. package/build/internal/es/schemas.mjs +1008 -0
  48. package/build/internal/es/schemas.mjs.map +1 -0
  49. package/package.json +12 -5
  50. package/schemas/package.json +3 -0
@@ -27,6 +27,7 @@ __export(index_typings_exports, {
27
27
  BackgroundType: () => BackgroundType,
28
28
  ButtonDataType: () => ButtonDataType,
29
29
  CardDataBackgroundType: () => CardDataBackgroundType,
30
+ ColumnSize: () => ColumnSize,
30
31
  ContentFormat: () => ContentFormat,
31
32
  Crop: () => Crop,
32
33
  DecorationType: () => DecorationType,
@@ -64,6 +65,7 @@ __export(index_typings_exports, {
64
65
  Resizing: () => Resizing,
65
66
  ResponsivenessBehaviour: () => ResponsivenessBehaviour,
66
67
  Scaling: () => Scaling,
68
+ SmartBlockDataType: () => SmartBlockDataType,
67
69
  SortOrder: () => SortOrder,
68
70
  Source: () => Source,
69
71
  StylesPosition: () => StylesPosition,
@@ -354,6 +356,9 @@ function createQuestionEntry(payload) {
354
356
  },
355
357
  { path: "questionEntry.richContent.nodes.tocData.fontSize" },
356
358
  { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
359
+ {
360
+ path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
361
+ },
357
362
  { path: "questionEntry.labels.sortOrder" }
358
363
  ]
359
364
  }
@@ -490,6 +495,9 @@ function createQuestionEntry(payload) {
490
495
  },
491
496
  { path: "questionEntry.richContent.nodes.tocData.fontSize" },
492
497
  { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
498
+ {
499
+ path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
500
+ },
493
501
  { path: "questionEntry.labels.sortOrder" }
494
502
  ]
495
503
  }
@@ -633,6 +641,9 @@ function getQuestionEntry(payload) {
633
641
  },
634
642
  { path: "questionEntry.richContent.nodes.tocData.fontSize" },
635
643
  { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
644
+ {
645
+ path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
646
+ },
636
647
  { path: "questionEntry.labels.sortOrder" }
637
648
  ]
638
649
  }
@@ -754,6 +765,9 @@ function updateQuestionEntry(payload) {
754
765
  },
755
766
  { path: "questionEntry.richContent.nodes.tocData.fontSize" },
756
767
  { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
768
+ {
769
+ path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
770
+ },
757
771
  { path: "questionEntry.labels.sortOrder" }
758
772
  ]
759
773
  }
@@ -890,6 +904,9 @@ function updateQuestionEntry(payload) {
890
904
  },
891
905
  { path: "questionEntry.richContent.nodes.tocData.fontSize" },
892
906
  { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
907
+ {
908
+ path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
909
+ },
893
910
  { path: "questionEntry.labels.sortOrder" }
894
911
  ]
895
912
  }
@@ -1054,6 +1071,9 @@ function listQuestionEntries(payload) {
1054
1071
  },
1055
1072
  { path: "questionEntries.richContent.nodes.tocData.fontSize" },
1056
1073
  { path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
1074
+ {
1075
+ path: "questionEntries.richContent.nodes.smartBlockCellData.shape.duration"
1076
+ },
1057
1077
  { path: "questionEntries.labels.sortOrder" }
1058
1078
  ]
1059
1079
  }
@@ -1197,6 +1217,9 @@ function queryQuestionEntries(payload) {
1197
1217
  },
1198
1218
  { path: "questionEntries.richContent.nodes.tocData.fontSize" },
1199
1219
  { path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
1220
+ {
1221
+ path: "questionEntries.richContent.nodes.smartBlockCellData.shape.duration"
1222
+ },
1200
1223
  { path: "questionEntries.labels.sortOrder" }
1201
1224
  ]
1202
1225
  }
@@ -1361,6 +1384,9 @@ function updateExtendedFields(payload) {
1361
1384
  },
1362
1385
  { path: "questionEntry.richContent.nodes.tocData.fontSize" },
1363
1386
  { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
1387
+ {
1388
+ path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
1389
+ },
1364
1390
  { path: "questionEntry.labels.sortOrder" }
1365
1391
  ]
1366
1392
  }
@@ -1510,6 +1536,9 @@ function setQuestionEntryLabels(payload) {
1510
1536
  },
1511
1537
  { path: "questionEntry.richContent.nodes.tocData.fontSize" },
1512
1538
  { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
1539
+ {
1540
+ path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
1541
+ },
1513
1542
  { path: "questionEntry.labels.sortOrder" }
1514
1543
  ]
1515
1544
  }
@@ -1651,6 +1680,9 @@ function bulkUpdateQuestionEntry(payload) {
1651
1680
  {
1652
1681
  path: "questionEntries.questionEntry.richContent.nodes.tocData.itemSpacing"
1653
1682
  },
1683
+ {
1684
+ path: "questionEntries.questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
1685
+ },
1654
1686
  { path: "questionEntries.questionEntry.labels.sortOrder" }
1655
1687
  ]
1656
1688
  }
@@ -1795,6 +1827,9 @@ function bulkUpdateQuestionEntry(payload) {
1795
1827
  {
1796
1828
  path: "results.questionEntry.richContent.nodes.tocData.itemSpacing"
1797
1829
  },
1830
+ {
1831
+ path: "results.questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
1832
+ },
1798
1833
  { path: "results.questionEntry.labels.sortOrder" }
1799
1834
  ]
1800
1835
  }
@@ -1845,6 +1880,8 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1845
1880
  NodeType2["SHAPE"] = "SHAPE";
1846
1881
  NodeType2["CARD"] = "CARD";
1847
1882
  NodeType2["TOC"] = "TOC";
1883
+ NodeType2["SMART_BLOCK"] = "SMART_BLOCK";
1884
+ NodeType2["SMART_BLOCK_CELL"] = "SMART_BLOCK_CELL";
1848
1885
  return NodeType2;
1849
1886
  })(NodeType || {});
1850
1887
  var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
@@ -2172,6 +2209,30 @@ var Indentation = /* @__PURE__ */ ((Indentation2) => {
2172
2209
  Indentation2["FLAT"] = "FLAT";
2173
2210
  return Indentation2;
2174
2211
  })(Indentation || {});
2212
+ var SmartBlockDataType = /* @__PURE__ */ ((SmartBlockDataType2) => {
2213
+ SmartBlockDataType2["SOLID_BOXES"] = "SOLID_BOXES";
2214
+ SmartBlockDataType2["NUMBERED_BOXES"] = "NUMBERED_BOXES";
2215
+ SmartBlockDataType2["STATS"] = "STATS";
2216
+ SmartBlockDataType2["CIRCLE_STATS"] = "CIRCLE_STATS";
2217
+ SmartBlockDataType2["SOLID_BOXES_ALTERNATING"] = "SOLID_BOXES_ALTERNATING";
2218
+ SmartBlockDataType2["SOLID_JOINED_BOXES"] = "SOLID_JOINED_BOXES";
2219
+ SmartBlockDataType2["SIDE_LINE_TEXT"] = "SIDE_LINE_TEXT";
2220
+ SmartBlockDataType2["TOP_LINE_TEXT"] = "TOP_LINE_TEXT";
2221
+ SmartBlockDataType2["OUTLINE_BOXES_WITH_TOP_CIRCLE"] = "OUTLINE_BOXES_WITH_TOP_CIRCLE";
2222
+ SmartBlockDataType2["BIG_BULLETS"] = "BIG_BULLETS";
2223
+ SmartBlockDataType2["SMALL_BULLETS"] = "SMALL_BULLETS";
2224
+ SmartBlockDataType2["ARROW_BULLETS"] = "ARROW_BULLETS";
2225
+ SmartBlockDataType2["PROCESS_STEPS"] = "PROCESS_STEPS";
2226
+ SmartBlockDataType2["BAR_STATS"] = "BAR_STATS";
2227
+ return SmartBlockDataType2;
2228
+ })(SmartBlockDataType || {});
2229
+ var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {
2230
+ ColumnSize2["SMALL"] = "SMALL";
2231
+ ColumnSize2["MEDIUM"] = "MEDIUM";
2232
+ ColumnSize2["LARGE"] = "LARGE";
2233
+ ColumnSize2["EXTRA_LARGE"] = "EXTRA_LARGE";
2234
+ return ColumnSize2;
2235
+ })(ColumnSize || {});
2175
2236
  var QuestionStatus = /* @__PURE__ */ ((QuestionStatus2) => {
2176
2237
  QuestionStatus2["UNKNOWN"] = "UNKNOWN";
2177
2238
  QuestionStatus2["VISIBLE"] = "VISIBLE";
@@ -2584,6 +2645,7 @@ async function bulkUpdateQuestionEntry2(options) {
2584
2645
  BackgroundType,
2585
2646
  ButtonDataType,
2586
2647
  CardDataBackgroundType,
2648
+ ColumnSize,
2587
2649
  ContentFormat,
2588
2650
  Crop,
2589
2651
  DecorationType,
@@ -2621,6 +2683,7 @@ async function bulkUpdateQuestionEntry2(options) {
2621
2683
  Resizing,
2622
2684
  ResponsivenessBehaviour,
2623
2685
  Scaling,
2686
+ SmartBlockDataType,
2624
2687
  SortOrder,
2625
2688
  Source,
2626
2689
  StylesPosition,