@types/parse
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -14,2 +14,3 @@ // Type definitions for parse 2.2.1 | ||
// Julien Quere <https://github.com/jlnquere> | ||
// Yago Tomé <https://github.com/yagotome> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -299,3 +300,3 @@ // TypeScript Version: 2.4 | ||
static fetchAllWithInclude<T extends Object>(list: T[], keys: string | Array<string | Array<string>>, options: RequestOptions): Promise<T[]>; | ||
static fromJSON(json: any, override: boolean): any; | ||
static fromJSON(json: any, override?: boolean): Object; | ||
static pinAll(objects: Object[]): Promise<void>; | ||
@@ -310,6 +311,6 @@ static pinAllWithName(name: string, objects: Object[]): Promise<void>; | ||
add(attr: string, item: any): this | boolean; | ||
addAll(attr: string, items: any[]): this | boolean; | ||
addAllUnique(attr: string, items: any[]): this | boolean; | ||
addUnique(attr: string, item: any): this | boolean; | ||
add(attr: string, item: any): this | false; | ||
addAll(attr: string, items: any[]): this | false; | ||
addAllUnique(attr: string, items: any[]): this | false; | ||
addUnique(attr: string, item: any): this | false; | ||
change(options: any): this; | ||
@@ -343,4 +344,4 @@ changedAttributes(diff: any): boolean; | ||
relation(attr: string): Relation<this, Object>; | ||
remove(attr: string, item: any): this | boolean; | ||
removeAll(attr: string, items: any): this | boolean; | ||
remove(attr: string, item: any): this | false; | ||
removeAll(attr: string, items: any): this | false; | ||
revert(): void; | ||
@@ -350,5 +351,5 @@ save(attrs?: { [key: string]: any } | null, options?: Object.SaveOptions): Promise<this>; | ||
save(attrs: object, options?: Object.SaveOptions): Promise<this>; | ||
set(key: string, value: any, options?: Object.SetOptions): boolean; | ||
set(attrs: object, options?: Object.SetOptions): boolean; | ||
setACL(acl: ACL, options?: SuccessFailureOptions): boolean; | ||
set(key: string, value: any, options?: Object.SetOptions): this | false; | ||
set(attrs: object, options?: Object.SetOptions): this | false; | ||
setACL(acl: ACL, options?: SuccessFailureOptions): this | false; | ||
toPointer(): Pointer; | ||
@@ -355,0 +356,0 @@ unPin(): Promise<void>; |
{ | ||
"name": "@types/parse", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "TypeScript definitions for parse", | ||
@@ -60,2 +60,7 @@ "license": "MIT", | ||
"githubUsername": "jlnquere" | ||
}, | ||
{ | ||
"name": "Yago Tomé", | ||
"url": "https://github.com/yagotome", | ||
"githubUsername": "yagotome" | ||
} | ||
@@ -74,4 +79,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "c7d2d399c19189fe1fd3ef61b7ef393ed78bb64b96c046f4b5fbe213e7cf868f", | ||
"typesPublisherContentHash": "44750dd093e2f52ffab30f5bb09adf97f45f55118bffa0a118ef20eb1e6d3acf", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 26 Apr 2019 02:12:46 GMT | ||
* Last updated: Tue, 04 Jun 2019 18:31:04 GMT | ||
* Dependencies: @types/node | ||
@@ -17,2 +17,2 @@ * Global values: Parse | ||
# Credits | ||
These definitions were written by Ullisen Media Group <http://ullisenmedia.com>, David Poetzsch-Heffter <https://github.com/dpoetzsch>, Cedric Kemp <https://github.com/jaeggerr>, Flavio Negrão <https://github.com/flavionegrao>, Wes Grimes <https://github.com/wesleygrimes>, Otherwise SAS <https://github.com/owsas>, Andrew Goldis <https://github.com/agoldis>, Alexandre Hétu Rivard <https://github.com/AlexandreHetu>, Diamond Lewis <https://github.com/dplewis>, Jong Eun Lee <https://github.com/yomybaby>, Julien Quere <https://github.com/jlnquere>. | ||
These definitions were written by Ullisen Media Group <http://ullisenmedia.com>, David Poetzsch-Heffter <https://github.com/dpoetzsch>, Cedric Kemp <https://github.com/jaeggerr>, Flavio Negrão <https://github.com/flavionegrao>, Wes Grimes <https://github.com/wesleygrimes>, Otherwise SAS <https://github.com/owsas>, Andrew Goldis <https://github.com/agoldis>, Alexandre Hétu Rivard <https://github.com/AlexandreHetu>, Diamond Lewis <https://github.com/dplewis>, Jong Eun Lee <https://github.com/yomybaby>, Julien Quere <https://github.com/jlnquere>, Yago Tomé <https://github.com/yagotome>. |
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
43395
935