@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
package/build/es/meta.mjs
CHANGED
|
@@ -253,6 +253,9 @@ function createQuestionEntry(payload) {
|
|
|
253
253
|
},
|
|
254
254
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
255
255
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
256
|
+
{
|
|
257
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
258
|
+
},
|
|
256
259
|
{ path: "questionEntry.labels.sortOrder" }
|
|
257
260
|
]
|
|
258
261
|
}
|
|
@@ -389,6 +392,9 @@ function createQuestionEntry(payload) {
|
|
|
389
392
|
},
|
|
390
393
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
391
394
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
395
|
+
{
|
|
396
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
397
|
+
},
|
|
392
398
|
{ path: "questionEntry.labels.sortOrder" }
|
|
393
399
|
]
|
|
394
400
|
}
|
|
@@ -532,6 +538,9 @@ function getQuestionEntry(payload) {
|
|
|
532
538
|
},
|
|
533
539
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
534
540
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
541
|
+
{
|
|
542
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
543
|
+
},
|
|
535
544
|
{ path: "questionEntry.labels.sortOrder" }
|
|
536
545
|
]
|
|
537
546
|
}
|
|
@@ -653,6 +662,9 @@ function updateQuestionEntry(payload) {
|
|
|
653
662
|
},
|
|
654
663
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
655
664
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
665
|
+
{
|
|
666
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
667
|
+
},
|
|
656
668
|
{ path: "questionEntry.labels.sortOrder" }
|
|
657
669
|
]
|
|
658
670
|
}
|
|
@@ -789,6 +801,9 @@ function updateQuestionEntry(payload) {
|
|
|
789
801
|
},
|
|
790
802
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
791
803
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
804
|
+
{
|
|
805
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
806
|
+
},
|
|
792
807
|
{ path: "questionEntry.labels.sortOrder" }
|
|
793
808
|
]
|
|
794
809
|
}
|
|
@@ -953,6 +968,9 @@ function listQuestionEntries(payload) {
|
|
|
953
968
|
},
|
|
954
969
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
955
970
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
971
|
+
{
|
|
972
|
+
path: "questionEntries.richContent.nodes.smartBlockCellData.shape.duration"
|
|
973
|
+
},
|
|
956
974
|
{ path: "questionEntries.labels.sortOrder" }
|
|
957
975
|
]
|
|
958
976
|
}
|
|
@@ -1096,6 +1114,9 @@ function queryQuestionEntries(payload) {
|
|
|
1096
1114
|
},
|
|
1097
1115
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1098
1116
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
1117
|
+
{
|
|
1118
|
+
path: "questionEntries.richContent.nodes.smartBlockCellData.shape.duration"
|
|
1119
|
+
},
|
|
1099
1120
|
{ path: "questionEntries.labels.sortOrder" }
|
|
1100
1121
|
]
|
|
1101
1122
|
}
|
|
@@ -1260,6 +1281,9 @@ function updateExtendedFields(payload) {
|
|
|
1260
1281
|
},
|
|
1261
1282
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1262
1283
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1284
|
+
{
|
|
1285
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
1286
|
+
},
|
|
1263
1287
|
{ path: "questionEntry.labels.sortOrder" }
|
|
1264
1288
|
]
|
|
1265
1289
|
}
|
|
@@ -1409,6 +1433,9 @@ function setQuestionEntryLabels(payload) {
|
|
|
1409
1433
|
},
|
|
1410
1434
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1411
1435
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1436
|
+
{
|
|
1437
|
+
path: "questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
1438
|
+
},
|
|
1412
1439
|
{ path: "questionEntry.labels.sortOrder" }
|
|
1413
1440
|
]
|
|
1414
1441
|
}
|
|
@@ -1550,6 +1577,9 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1550
1577
|
{
|
|
1551
1578
|
path: "questionEntries.questionEntry.richContent.nodes.tocData.itemSpacing"
|
|
1552
1579
|
},
|
|
1580
|
+
{
|
|
1581
|
+
path: "questionEntries.questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
1582
|
+
},
|
|
1553
1583
|
{ path: "questionEntries.questionEntry.labels.sortOrder" }
|
|
1554
1584
|
]
|
|
1555
1585
|
}
|
|
@@ -1694,6 +1724,9 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1694
1724
|
{
|
|
1695
1725
|
path: "results.questionEntry.richContent.nodes.tocData.itemSpacing"
|
|
1696
1726
|
},
|
|
1727
|
+
{
|
|
1728
|
+
path: "results.questionEntry.richContent.nodes.smartBlockCellData.shape.duration"
|
|
1729
|
+
},
|
|
1697
1730
|
{ path: "results.questionEntry.labels.sortOrder" }
|
|
1698
1731
|
]
|
|
1699
1732
|
}
|
|
@@ -1742,6 +1775,8 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1742
1775
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1743
1776
|
NodeType2["CARD"] = "CARD";
|
|
1744
1777
|
NodeType2["TOC"] = "TOC";
|
|
1778
|
+
NodeType2["SMART_BLOCK"] = "SMART_BLOCK";
|
|
1779
|
+
NodeType2["SMART_BLOCK_CELL"] = "SMART_BLOCK_CELL";
|
|
1745
1780
|
return NodeType2;
|
|
1746
1781
|
})(NodeType || {});
|
|
1747
1782
|
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
@@ -2069,6 +2104,30 @@ var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
|
2069
2104
|
Indentation2["FLAT"] = "FLAT";
|
|
2070
2105
|
return Indentation2;
|
|
2071
2106
|
})(Indentation || {});
|
|
2107
|
+
var SmartBlockDataType = /* @__PURE__ */ ((SmartBlockDataType2) => {
|
|
2108
|
+
SmartBlockDataType2["SOLID_BOXES"] = "SOLID_BOXES";
|
|
2109
|
+
SmartBlockDataType2["NUMBERED_BOXES"] = "NUMBERED_BOXES";
|
|
2110
|
+
SmartBlockDataType2["STATS"] = "STATS";
|
|
2111
|
+
SmartBlockDataType2["CIRCLE_STATS"] = "CIRCLE_STATS";
|
|
2112
|
+
SmartBlockDataType2["SOLID_BOXES_ALTERNATING"] = "SOLID_BOXES_ALTERNATING";
|
|
2113
|
+
SmartBlockDataType2["SOLID_JOINED_BOXES"] = "SOLID_JOINED_BOXES";
|
|
2114
|
+
SmartBlockDataType2["SIDE_LINE_TEXT"] = "SIDE_LINE_TEXT";
|
|
2115
|
+
SmartBlockDataType2["TOP_LINE_TEXT"] = "TOP_LINE_TEXT";
|
|
2116
|
+
SmartBlockDataType2["OUTLINE_BOXES_WITH_TOP_CIRCLE"] = "OUTLINE_BOXES_WITH_TOP_CIRCLE";
|
|
2117
|
+
SmartBlockDataType2["BIG_BULLETS"] = "BIG_BULLETS";
|
|
2118
|
+
SmartBlockDataType2["SMALL_BULLETS"] = "SMALL_BULLETS";
|
|
2119
|
+
SmartBlockDataType2["ARROW_BULLETS"] = "ARROW_BULLETS";
|
|
2120
|
+
SmartBlockDataType2["PROCESS_STEPS"] = "PROCESS_STEPS";
|
|
2121
|
+
SmartBlockDataType2["BAR_STATS"] = "BAR_STATS";
|
|
2122
|
+
return SmartBlockDataType2;
|
|
2123
|
+
})(SmartBlockDataType || {});
|
|
2124
|
+
var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {
|
|
2125
|
+
ColumnSize2["SMALL"] = "SMALL";
|
|
2126
|
+
ColumnSize2["MEDIUM"] = "MEDIUM";
|
|
2127
|
+
ColumnSize2["LARGE"] = "LARGE";
|
|
2128
|
+
ColumnSize2["EXTRA_LARGE"] = "EXTRA_LARGE";
|
|
2129
|
+
return ColumnSize2;
|
|
2130
|
+
})(ColumnSize || {});
|
|
2072
2131
|
var QuestionStatus = /* @__PURE__ */ ((QuestionStatus2) => {
|
|
2073
2132
|
QuestionStatus2["UNKNOWN"] = "UNKNOWN";
|
|
2074
2133
|
QuestionStatus2["VISIBLE"] = "VISIBLE";
|
|
@@ -2306,6 +2365,7 @@ export {
|
|
|
2306
2365
|
BackgroundType as BackgroundTypeOriginal,
|
|
2307
2366
|
ButtonDataType as ButtonDataTypeOriginal,
|
|
2308
2367
|
CardDataBackgroundType as CardDataBackgroundTypeOriginal,
|
|
2368
|
+
ColumnSize as ColumnSizeOriginal,
|
|
2309
2369
|
ContentFormat as ContentFormatOriginal,
|
|
2310
2370
|
Crop as CropOriginal,
|
|
2311
2371
|
DecorationType as DecorationTypeOriginal,
|
|
@@ -2343,6 +2403,7 @@ export {
|
|
|
2343
2403
|
Resizing as ResizingOriginal,
|
|
2344
2404
|
ResponsivenessBehaviour as ResponsivenessBehaviourOriginal,
|
|
2345
2405
|
Scaling as ScalingOriginal,
|
|
2406
|
+
SmartBlockDataType as SmartBlockDataTypeOriginal,
|
|
2346
2407
|
SortOrder as SortOrderOriginal,
|
|
2347
2408
|
Source as SourceOriginal,
|
|
2348
2409
|
StylesPosition as StylesPositionOriginal,
|