seamapi-types
Advanced tools
Comparing version 1.11.0 to 1.12.0
@@ -111,2 +111,3 @@ import { Except } from 'type-fest'; | ||
error_code?: WebviewFlowErrorCode; | ||
scheduling_link?: string; | ||
}; | ||
@@ -113,0 +114,0 @@ submit_props: PaneSubmitProps; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
@@ -37,2 +37,3 @@ import { Except } from "type-fest" | ||
error_code?: WebviewFlowErrorCode | ||
scheduling_link?: string | ||
} | ||
@@ -39,0 +40,0 @@ submit_props: PaneSubmitProps |
19200
502