seamapi-types
Advanced tools
Comparing version 1.16.0 to 1.16.1
@@ -196,2 +196,3 @@ import { Except } from 'type-fest'; | ||
custom_redirect_url?: string; | ||
is_final?: boolean; | ||
context?: { | ||
@@ -203,3 +204,5 @@ smartthings_auth?: { | ||
}; | ||
}, {}>; | ||
}, { | ||
finalize?: boolean; | ||
}>; | ||
declare type AnyPane = LoadingPane | RedirectPane | SearchAndSelectPane | LoginPane | InitiateTwoFactorPane | TwoFactorPane | FieldsPane | FinishedPane; | ||
@@ -206,0 +209,0 @@ declare type AnyPaneWithoutSubmitProps = Except<AnyPane, "submit_props">; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.16.0", | ||
"version": "1.16.1", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
@@ -138,2 +138,3 @@ import { Except } from "type-fest" | ||
custom_redirect_url?: string | ||
is_final?: boolean | ||
context?: { | ||
@@ -146,3 +147,5 @@ smartthings_auth?: { | ||
}, | ||
{} | ||
{ | ||
finalize?: boolean | ||
} | ||
> | ||
@@ -149,0 +152,0 @@ |
22766
600