diff --git a/src/index.d.ts b/src/index.d.ts index 0e00b5f..cb6c90f 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -4,7 +4,6 @@ import type { Input, InputType, RichTextInput, - SnippetConfig, Structure, StructureValue, UrlInput, @@ -609,10 +608,12 @@ export interface CloudCannonJavaScriptV1API { elementType?: string; editableType?: string; inputConfig?: RichTextInput; + extension?: string; } ): Promise; - createCustomDataPanel(options: CreateCustomDataPanelOptions): Promise; + createCustomDataPanel(options: CreateCustomDataPanelOptions): Promise; + destroyCustomDataPanel(id: string): Promise; getPreviewUrl(originalUrl: string, inputConfig?: Input): Promise; }