@remote.it/types
Advanced tools
Comparing version 0.5.1-alpha.1 to 0.5.1-alpha.2
{ | ||
"name": "@remote.it/types", | ||
"version": "0.5.1-alpha.1", | ||
"version": "0.5.1-alpha.2", | ||
"description": "remote.it Typescript type definitions", | ||
@@ -23,3 +23,3 @@ "types": "types.d.ts", | ||
"license": "MIT", | ||
"gitHead": "391b76d47afe9db128752c6e344c1adff5935039" | ||
"gitHead": "d4cc394c4e943b328f1ee6927efe8d19010c2afa" | ||
} |
@@ -50,2 +50,7 @@ // import { Auth } from 'aws-amplify' | ||
export interface SamlOrgResult { | ||
isSaml: boolean | ||
orgName?: string | ||
} | ||
// export interface RemoteitUser extends IUser { | ||
@@ -105,2 +110,3 @@ // partnerPortalAccess?: boolean | ||
export type CheckSamlFunc = (username: string) => Promise<SamlOrgResult> | ||
export interface SignInError extends Error { | ||
@@ -107,0 +113,0 @@ code?: AuthErrorCode |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6084
125