seamapi-types
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -51,3 +51,5 @@ import { Except } from 'type-fest'; | ||
redirect_url: string; | ||
}, {}>; | ||
}, { | ||
callback_args: Record<string, string>; | ||
}>; | ||
declare type SearchAndSelectPane = Pane<"search_and_select_pane", { | ||
@@ -54,0 +56,0 @@ title: string; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
@@ -26,3 +26,5 @@ import { Except } from "type-fest" | ||
}, | ||
{} | ||
{ | ||
callback_args: Record<string, string> | ||
} | ||
> | ||
@@ -29,0 +31,0 @@ |
9697
245