@types/parse
Advanced tools
Comparing version 2.2.14 to 2.2.15
@@ -756,3 +756,3 @@ // Type definitions for parse 2.2.9 | ||
static signUp(username: string, password: string, attrs: any, options?: SignUpOptions): Promise<User>; | ||
static logIn(username: string, password: string, options?: SuccessFailureOptions): Promise<User>; | ||
static logIn(username: string, password: string, options?: FullOptions): Promise<User>; | ||
static logOut(): Promise<User>; | ||
@@ -765,3 +765,3 @@ static requestPasswordReset(email: string, options?: SuccessFailureOptions): Promise<User>; | ||
signUp(attrs?: any, options?: SignUpOptions): Promise<this>; | ||
logIn(options?: SuccessFailureOptions): Promise<this>; | ||
logIn(options?: FullOptions): Promise<this>; | ||
authenticated(): boolean; | ||
@@ -919,3 +919,3 @@ isCurrent(): boolean; | ||
function link(user: User, permissions: any, options?: SuccessFailureOptions): void; | ||
function logIn(permissions: any, options?: SuccessFailureOptions): void; | ||
function logIn(permissions: any, options?: FullOptions): void; | ||
function unlink(user: User, options?: SuccessFailureOptions): void; | ||
@@ -956,3 +956,3 @@ } | ||
interface FunctionRequest { | ||
installationId?: String; | ||
installationId?: string; | ||
master?: boolean; | ||
@@ -970,3 +970,3 @@ params?: any; | ||
interface TriggerRequest { | ||
installationId?: String; | ||
installationId?: string; | ||
master?: boolean; | ||
@@ -973,0 +973,0 @@ user?: User; |
{ | ||
"name": "@types/parse", | ||
"version": "2.2.14", | ||
"version": "2.2.15", | ||
"description": "TypeScript definitions for parse", | ||
@@ -98,4 +98,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "c0452eee132e59385488ad1e0207d3dd64337d8697f076246be3527ceab5609d", | ||
"typesPublisherContentHash": "fdff71909cd80a4ebfd92796adafc95bbdd51f8781b2d760879463468c7e3eca", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 17 Oct 2019 21:20:11 GMT | ||
* Last updated: Fri, 01 Nov 2019 16:13:25 GMT | ||
* Dependencies: @types/node | ||
@@ -14,0 +14,0 @@ * Global values: ErrorCode, Parse |
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
53551