@remote.it/types
Advanced tools
Comparing version 0.4.9-alpha.0 to 0.4.9-alpha.1
{ | ||
"name": "@remote.it/types", | ||
"version": "0.4.9-alpha.0", | ||
"version": "0.4.9-alpha.1", | ||
"description": "remote.it Typescript type definitions", | ||
@@ -23,3 +23,3 @@ "types": "types.d.ts", | ||
"license": "MIT", | ||
"gitHead": "50ac4dbf4dbe3cf7776f2185171c0af9aa699dfd" | ||
"gitHead": "cadb29afcfda06d5554dd6ce767c76636c74077d" | ||
} |
import { Auth } from 'aws-amplify' | ||
import setup, { IUser } from 'remote.it' | ||
// export { CodeDeliveryDetails, ISignUpResult } from 'amazon-cognito-identity-js' | ||
export { CodeDeliveryDetails, ISignUpResult } from 'amazon-cognito-identity-js' | ||
@@ -117,2 +117,4 @@ // import { | ||
export type OktaSignInFunc = () => void | ||
export type SendCustomChallengeAnswerFunc = (code: string) => Promise<CognitoUser> | ||
@@ -144,1 +146,2 @@ | ||
} | ||
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
5844
118