seamapi-types
Advanced tools
Comparing version 1.16.11 to 1.16.12
@@ -136,2 +136,3 @@ import { Except } from 'type-fest'; | ||
error_msg?: string; | ||
notice_msg?: string; | ||
error_code?: WebviewFlowErrorCode; | ||
@@ -183,3 +184,4 @@ scheduling_link?: string; | ||
accepted_user_identifiers: Array<"email" | "phone" | "username">; | ||
context?: "smartthings_pre_auth" | "kwikset_no_mfa_auth"; | ||
/** @deprecated - use a more specific property than context for dynamic rendering logic */ | ||
context?: "smartthings_pre_auth"; | ||
credential?: "password" | "api_key"; | ||
@@ -186,0 +188,0 @@ default_user_identifier?: string; |
@@ -6,6 +6,6 @@ { | ||
}, | ||
"version": "1.16.11", | ||
"version": "1.16.12", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"repository": "git@github.com:seamapi/seam-connect-public-types.git", | ||
"repository": "git@github.com:seamapi/seamapi-types.git", | ||
"author": "Max Isom <hi@maxisom.me>", | ||
@@ -12,0 +12,0 @@ "license": "MIT", |
@@ -36,2 +36,3 @@ import { Except } from "type-fest" | ||
error_msg?: string | ||
notice_msg?: string | ||
error_code?: WebviewFlowErrorCode | ||
@@ -105,3 +106,4 @@ scheduling_link?: string | ||
accepted_user_identifiers: Array<"email" | "phone" | "username"> | ||
context?: "smartthings_pre_auth" | "kwikset_no_mfa_auth" | ||
/** @deprecated - use a more specific property than context for dynamic rendering logic */ | ||
context?: "smartthings_pre_auth" | ||
credential?: "password" | "api_key" | ||
@@ -108,0 +110,0 @@ default_user_identifier?: string |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
24891
665