@remote.it/types
Advanced tools
Comparing version 0.5.0 to 0.5.1-alpha.1
{ | ||
"name": "@remote.it/types", | ||
"version": "0.5.0", | ||
"version": "0.5.1-alpha.1", | ||
"description": "remote.it Typescript type definitions", | ||
@@ -23,3 +23,3 @@ "types": "types.d.ts", | ||
"license": "MIT", | ||
"gitHead": "e28dffb28df3ae28d8735e7b287af94befb847aa" | ||
"gitHead": "391b76d47afe9db128752c6e344c1adff5935039" | ||
} |
@@ -98,2 +98,4 @@ // import { Auth } from 'aws-amplify' | ||
export type SamlSignInFunc = (domain: string) => Void | ||
export type UsernameChangeFunc = (email: string) => Promise<void> | ||
@@ -110,3 +112,2 @@ | ||
export type SignUpFunc = (username: string, password: string) => Promise<void> | ||
@@ -113,0 +114,0 @@ |
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
5938
120