@fileverse-dev/ddoc 2.2.9-patch-1 → 2.2.9-patch-2

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.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { D as d, P as r, h as s, u as t } from "./index-B3EDDkgQ.mjs";
1
+ import { D as d, P as r, h as s, u as t } from "./index-Dzof8JU_.mjs";
2
2
  export {
3
3
  d as DdocEditor,
4
4
  r as PreviewDdocEditor,
@@ -0,0 +1,3 @@
1
+ export declare const getActiveAIWriterCount: () => number;
2
+ export declare const incrementActiveAIWriterCount: () => void;
3
+ export declare const decrementActiveAIWriterCount: () => void;
@@ -4,7 +4,7 @@ export interface DBlockOptions {
4
4
  HTMLAttributes: Record<string, any>;
5
5
  secureImageUploadUrl?: string;
6
6
  onCopyHeadingLink?: (link: string) => void;
7
- hasAvailableModels?: boolean;
7
+ hasAvailableModels: boolean;
8
8
  }
9
9
  declare module '@tiptap/core' {
10
10
  interface Commands<ReturnType> {