@types/parse
Advanced tools
Comparing version 1.9.2 to 1.9.3
@@ -330,2 +330,4 @@ // Type definitions for parse 1.9 | ||
static extend(className: string, protoProps?: any, classProps?: any): any; | ||
static fromJSON(json: any, override: boolean): any; | ||
static fetchAll<T extends Object>(list: T[], options: SuccessFailureOptions): Promise<T[]>; | ||
@@ -335,3 +337,2 @@ static fetchAllIfNeeded<T extends Object>(list: T[], options: SuccessFailureOptions): Promise<T[]>; | ||
static saveAll<T extends Object>(list: T[], options?: Object.SaveAllOptions): Promise<T[]>; | ||
static registerSubclass<T extends Object>(className: string, clazz: new (options?: any) => T): void; | ||
@@ -338,0 +339,0 @@ |
{ | ||
"name": "@types/parse", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"description": "TypeScript definitions for parse", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "60f03cee185c7c942d9c79e3011f4d755bda5e838dc2a3ef42c9df6c7f06ed8f", | ||
"typesPublisherContentHash": "040fbac3041d6eb2a3f9554f399346c0cc0a957c846bcd4ac410bcbba2191a13", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 16 Jun 2017 16:37:51 GMT | ||
* Last updated: Tue, 20 Jun 2017 20:20:01 GMT | ||
* Dependencies: node, jquery, underscore | ||
@@ -14,0 +14,0 @@ * Global values: Parse |
Sorry, the diff of this file is not supported yet
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
957
42334