@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.
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +72 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +159 -48
- package/build/cjs/index.typings.js +63 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +159 -48
- package/build/cjs/meta.js +63 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +631 -0
- package/build/cjs/schemas.js +1064 -0
- package/build/cjs/schemas.js.map +1 -0
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +70 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +159 -48
- package/build/es/index.typings.mjs +61 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +159 -48
- package/build/es/meta.mjs +61 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +631 -0
- package/build/es/schemas.mjs +1008 -0
- package/build/es/schemas.mjs.map +1 -0
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +72 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +159 -48
- package/build/internal/cjs/index.typings.js +63 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +159 -48
- package/build/internal/cjs/meta.js +63 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +631 -0
- package/build/internal/cjs/schemas.js +1064 -0
- package/build/internal/cjs/schemas.js.map +1 -0
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +70 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +159 -48
- package/build/internal/es/index.typings.mjs +61 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +159 -48
- package/build/internal/es/meta.mjs +61 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +631 -0
- package/build/internal/es/schemas.mjs +1008 -0
- package/build/internal/es/schemas.mjs.map +1 -0
- package/package.json +12 -5
- package/schemas/package.json +3 -0
|
@@ -27,6 +27,7 @@ __export(meta_exports, {
|
|
|
27
27
|
BackgroundTypeOriginal: () => BackgroundType,
|
|
28
28
|
ButtonDataTypeOriginal: () => ButtonDataType,
|
|
29
29
|
CardDataBackgroundTypeOriginal: () => CardDataBackgroundType,
|
|
30
|
+
ColumnSizeOriginal: () => ColumnSize,
|
|
30
31
|
ContentFormatOriginal: () => ContentFormat,
|
|
31
32
|
CropOriginal: () => Crop,
|
|
32
33
|
DecorationTypeOriginal: () => DecorationType,
|
|
@@ -64,6 +65,7 @@ __export(meta_exports, {
|
|
|
64
65
|
ResizingOriginal: () => Resizing,
|
|
65
66
|
ResponsivenessBehaviourOriginal: () => ResponsivenessBehaviour,
|
|
66
67
|
ScalingOriginal: () => Scaling,
|
|
68
|
+
SmartBlockDataTypeOriginal: () => SmartBlockDataType,
|
|
67
69
|
SortOrderOriginal: () => SortOrder,
|
|
68
70
|
SourceOriginal: () => Source,
|
|
69
71
|
StylesPositionOriginal: () => StylesPosition,
|
|
@@ -347,6 +349,9 @@ function createQuestionEntry(payload) {
|
|
|
347
349
|
},
|
|
348
350
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
349
351
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
352
|
+
{
|
|
353
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
354
|
+
},
|
|
350
355
|
{ path: "questionEntry.labels.sortOrder" }
|
|
351
356
|
]
|
|
352
357
|
}
|
|
@@ -483,6 +488,9 @@ function createQuestionEntry(payload) {
|
|
|
483
488
|
},
|
|
484
489
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
485
490
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
491
|
+
{
|
|
492
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
493
|
+
},
|
|
486
494
|
{ path: "questionEntry.labels.sortOrder" }
|
|
487
495
|
]
|
|
488
496
|
}
|
|
@@ -626,6 +634,9 @@ function getQuestionEntry(payload) {
|
|
|
626
634
|
},
|
|
627
635
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
628
636
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
637
|
+
{
|
|
638
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
639
|
+
},
|
|
629
640
|
{ path: "questionEntry.labels.sortOrder" }
|
|
630
641
|
]
|
|
631
642
|
}
|
|
@@ -747,6 +758,9 @@ function updateQuestionEntry(payload) {
|
|
|
747
758
|
},
|
|
748
759
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
749
760
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
761
|
+
{
|
|
762
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
763
|
+
},
|
|
750
764
|
{ path: "questionEntry.labels.sortOrder" }
|
|
751
765
|
]
|
|
752
766
|
}
|
|
@@ -883,6 +897,9 @@ function updateQuestionEntry(payload) {
|
|
|
883
897
|
},
|
|
884
898
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
885
899
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
900
|
+
{
|
|
901
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
902
|
+
},
|
|
886
903
|
{ path: "questionEntry.labels.sortOrder" }
|
|
887
904
|
]
|
|
888
905
|
}
|
|
@@ -1047,6 +1064,9 @@ function listQuestionEntries(payload) {
|
|
|
1047
1064
|
},
|
|
1048
1065
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1049
1066
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
1067
|
+
{
|
|
1068
|
+
path: "questionEntries.richContent.nodes.smartBlockCellData.shape.duration"
|
|
1069
|
+
},
|
|
1050
1070
|
{ path: "questionEntries.labels.sortOrder" }
|
|
1051
1071
|
]
|
|
1052
1072
|
}
|
|
@@ -1190,6 +1210,9 @@ function queryQuestionEntries(payload) {
|
|
|
1190
1210
|
},
|
|
1191
1211
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1192
1212
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
1213
|
+
{
|
|
1214
|
+
path: "questionEntries.richContent.nodes.smartBlockCellData.shape.duration"
|
|
1215
|
+
},
|
|
1193
1216
|
{ path: "questionEntries.labels.sortOrder" }
|
|
1194
1217
|
]
|
|
1195
1218
|
}
|
|
@@ -1354,6 +1377,9 @@ function updateExtendedFields(payload) {
|
|
|
1354
1377
|
},
|
|
1355
1378
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1356
1379
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1380
|
+
{
|
|
1381
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
1382
|
+
},
|
|
1357
1383
|
{ path: "questionEntry.labels.sortOrder" }
|
|
1358
1384
|
]
|
|
1359
1385
|
}
|
|
@@ -1503,6 +1529,9 @@ function setQuestionEntryLabels(payload) {
|
|
|
1503
1529
|
},
|
|
1504
1530
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1505
1531
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1532
|
+
{
|
|
1533
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
1534
|
+
},
|
|
1506
1535
|
{ path: "questionEntry.labels.sortOrder" }
|
|
1507
1536
|
]
|
|
1508
1537
|
}
|
|
@@ -1644,6 +1673,9 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1644
1673
|
{
|
|
1645
1674
|
path: "questionEntries.questionEntry.richContent.nodes.tocData.itemSpacing"
|
|
1646
1675
|
},
|
|
1676
|
+
{
|
|
1677
|
+
path: "questionEntries.questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
1678
|
+
},
|
|
1647
1679
|
{ path: "questionEntries.questionEntry.labels.sortOrder" }
|
|
1648
1680
|
]
|
|
1649
1681
|
}
|
|
@@ -1788,6 +1820,9 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1788
1820
|
{
|
|
1789
1821
|
path: "results.questionEntry.richContent.nodes.tocData.itemSpacing"
|
|
1790
1822
|
},
|
|
1823
|
+
{
|
|
1824
|
+
path: "results.questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
1825
|
+
},
|
|
1791
1826
|
{ path: "results.questionEntry.labels.sortOrder" }
|
|
1792
1827
|
]
|
|
1793
1828
|
}
|
|
@@ -1836,6 +1871,8 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1836
1871
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1837
1872
|
NodeType2["CARD"] = "CARD";
|
|
1838
1873
|
NodeType2["TOC"] = "TOC";
|
|
1874
|
+
NodeType2["SMART_BLOCK"] = "SMART_BLOCK";
|
|
1875
|
+
NodeType2["SMART_BLOCK_CELL"] = "SMART_BLOCK_CELL";
|
|
1839
1876
|
return NodeType2;
|
|
1840
1877
|
})(NodeType || {});
|
|
1841
1878
|
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
@@ -2163,6 +2200,30 @@ var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
|
2163
2200
|
Indentation2["FLAT"] = "FLAT";
|
|
2164
2201
|
return Indentation2;
|
|
2165
2202
|
})(Indentation || {});
|
|
2203
|
+
var SmartBlockDataType = /* @__PURE__ */ ((SmartBlockDataType2) => {
|
|
2204
|
+
SmartBlockDataType2["SOLID_BOXES"] = "SOLID_BOXES";
|
|
2205
|
+
SmartBlockDataType2["NUMBERED_BOXES"] = "NUMBERED_BOXES";
|
|
2206
|
+
SmartBlockDataType2["STATS"] = "STATS";
|
|
2207
|
+
SmartBlockDataType2["CIRCLE_STATS"] = "CIRCLE_STATS";
|
|
2208
|
+
SmartBlockDataType2["SOLID_BOXES_ALTERNATING"] = "SOLID_BOXES_ALTERNATING";
|
|
2209
|
+
SmartBlockDataType2["SOLID_JOINED_BOXES"] = "SOLID_JOINED_BOXES";
|
|
2210
|
+
SmartBlockDataType2["SIDE_LINE_TEXT"] = "SIDE_LINE_TEXT";
|
|
2211
|
+
SmartBlockDataType2["TOP_LINE_TEXT"] = "TOP_LINE_TEXT";
|
|
2212
|
+
SmartBlockDataType2["OUTLINE_BOXES_WITH_TOP_CIRCLE"] = "OUTLINE_BOXES_WITH_TOP_CIRCLE";
|
|
2213
|
+
SmartBlockDataType2["BIG_BULLETS"] = "BIG_BULLETS";
|
|
2214
|
+
SmartBlockDataType2["SMALL_BULLETS"] = "SMALL_BULLETS";
|
|
2215
|
+
SmartBlockDataType2["ARROW_BULLETS"] = "ARROW_BULLETS";
|
|
2216
|
+
SmartBlockDataType2["PROCESS_STEPS"] = "PROCESS_STEPS";
|
|
2217
|
+
SmartBlockDataType2["BAR_STATS"] = "BAR_STATS";
|
|
2218
|
+
return SmartBlockDataType2;
|
|
2219
|
+
})(SmartBlockDataType || {});
|
|
2220
|
+
var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {
|
|
2221
|
+
ColumnSize2["SMALL"] = "SMALL";
|
|
2222
|
+
ColumnSize2["MEDIUM"] = "MEDIUM";
|
|
2223
|
+
ColumnSize2["LARGE"] = "LARGE";
|
|
2224
|
+
ColumnSize2["EXTRA_LARGE"] = "EXTRA_LARGE";
|
|
2225
|
+
return ColumnSize2;
|
|
2226
|
+
})(ColumnSize || {});
|
|
2166
2227
|
var QuestionStatus = /* @__PURE__ */ ((QuestionStatus2) => {
|
|
2167
2228
|
QuestionStatus2["UNKNOWN"] = "UNKNOWN";
|
|
2168
2229
|
QuestionStatus2["VISIBLE"] = "VISIBLE";
|
|
@@ -2401,6 +2462,7 @@ function bulkUpdateQuestionEntry2() {
|
|
|
2401
2462
|
BackgroundTypeOriginal,
|
|
2402
2463
|
ButtonDataTypeOriginal,
|
|
2403
2464
|
CardDataBackgroundTypeOriginal,
|
|
2465
|
+
ColumnSizeOriginal,
|
|
2404
2466
|
ContentFormatOriginal,
|
|
2405
2467
|
CropOriginal,
|
|
2406
2468
|
DecorationTypeOriginal,
|
|
@@ -2438,6 +2500,7 @@ function bulkUpdateQuestionEntry2() {
|
|
|
2438
2500
|
ResizingOriginal,
|
|
2439
2501
|
ResponsivenessBehaviourOriginal,
|
|
2440
2502
|
ScalingOriginal,
|
|
2503
|
+
SmartBlockDataTypeOriginal,
|
|
2441
2504
|
SortOrderOriginal,
|
|
2442
2505
|
SourceOriginal,
|
|
2443
2506
|
StylesPositionOriginal,
|