@ixo/editor 1.15.0 → 1.17.0
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/dist/index.d.ts
CHANGED
|
@@ -1196,6 +1196,9 @@ declare const ApiRequestBlockSpec: {
|
|
|
1196
1196
|
readonly status: {
|
|
1197
1197
|
readonly default: "idle";
|
|
1198
1198
|
};
|
|
1199
|
+
readonly responseSchema: {
|
|
1200
|
+
readonly default: "";
|
|
1201
|
+
};
|
|
1199
1202
|
readonly conditions: {
|
|
1200
1203
|
readonly default: "";
|
|
1201
1204
|
};
|
|
@@ -1232,6 +1235,9 @@ declare const ApiRequestBlockSpec: {
|
|
|
1232
1235
|
readonly status: {
|
|
1233
1236
|
readonly default: "idle";
|
|
1234
1237
|
};
|
|
1238
|
+
readonly responseSchema: {
|
|
1239
|
+
readonly default: "";
|
|
1240
|
+
};
|
|
1235
1241
|
readonly conditions: {
|
|
1236
1242
|
readonly default: "";
|
|
1237
1243
|
};
|
|
@@ -1543,6 +1549,9 @@ declare const blockSpecs: {
|
|
|
1543
1549
|
readonly status: {
|
|
1544
1550
|
readonly default: "idle";
|
|
1545
1551
|
};
|
|
1552
|
+
readonly responseSchema: {
|
|
1553
|
+
readonly default: "";
|
|
1554
|
+
};
|
|
1546
1555
|
readonly conditions: {
|
|
1547
1556
|
readonly default: "";
|
|
1548
1557
|
};
|
|
@@ -1579,6 +1588,9 @@ declare const blockSpecs: {
|
|
|
1579
1588
|
readonly status: {
|
|
1580
1589
|
readonly default: "idle";
|
|
1581
1590
|
};
|
|
1591
|
+
readonly responseSchema: {
|
|
1592
|
+
readonly default: "";
|
|
1593
|
+
};
|
|
1582
1594
|
readonly conditions: {
|
|
1583
1595
|
readonly default: "";
|
|
1584
1596
|
};
|
package/dist/index.mjs
CHANGED
package/dist/mantine/index.mjs
CHANGED