@ixo/editor 1.16.0 → 1.18.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
@@ -18,7 +18,7 @@ import {
18
18
  useBlocknoteHandlers,
19
19
  useCreateCollaborativeIxoEditor,
20
20
  useCreateIxoEditor
21
- } from "./chunk-BIYUE2UP.mjs";
21
+ } from "./chunk-JQ2HK6IY.mjs";
22
22
  export {
23
23
  ApiRequestBlockSpec,
24
24
  AuthzExecActionTypes,
@@ -18,7 +18,7 @@ import {
18
18
  useBlocknoteHandlers,
19
19
  useCreateCollaborativeIxoEditor,
20
20
  useCreateIxoEditor
21
- } from "../chunk-BIYUE2UP.mjs";
21
+ } from "../chunk-JQ2HK6IY.mjs";
22
22
  export {
23
23
  ApiRequestBlockSpec,
24
24
  AuthzExecActionTypes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixo/editor",
3
- "version": "1.16.0",
3
+ "version": "1.18.0",
4
4
  "description": "A custom BlockNote editor wrapper for IXO team",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",