@ixo/editor 1.24.0 → 1.25.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
@@ -1152,6 +1152,7 @@ interface BlocknoteHandlers {
1152
1152
  createProposal: (params: CreateProposalParams) => Promise<string>;
1153
1153
  getEntity: (did: string) => Promise<EntityResponse$1>;
1154
1154
  getDomainCard: () => Promise<DomainCard>;
1155
+ askCompanion: (prompt: string) => Promise<void>;
1155
1156
  getAssets: (collectionDid: string, page: number, ownerAddress?: string) => Promise<{
1156
1157
  data: Asset[];
1157
1158
  totalCount: number;
package/dist/index.mjs CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  useBlocknoteHandlers,
20
20
  useCreateCollaborativeIxoEditor,
21
21
  useCreateIxoEditor
22
- } from "./chunk-OHIKNFEH.mjs";
22
+ } from "./chunk-GGIZAV43.mjs";
23
23
  export {
24
24
  ApiRequestBlockSpec,
25
25
  AuthzExecActionTypes,
@@ -21,7 +21,7 @@ import {
21
21
  useCreateIxoEditor,
22
22
  usePanel,
23
23
  usePanelStore
24
- } from "../chunk-OHIKNFEH.mjs";
24
+ } from "../chunk-GGIZAV43.mjs";
25
25
  export {
26
26
  ApiRequestBlockSpec,
27
27
  AuthzExecActionTypes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixo/editor",
3
- "version": "1.24.0",
3
+ "version": "1.25.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",