@types/parse
Advanced tools
Comparing version 1.11.16 to 1.11.17
@@ -86,4 +86,4 @@ /// <reference types="node" /> | ||
static is(possiblePromise: any): Boolean; | ||
static when(promises: IPromise<any>[]): Promise<any>; | ||
static when(...promises: IPromise<any>[]): Promise<any>; | ||
static when(promises: Array<IPromise<any>>): Promise<any>; | ||
static when(...promises: Array<IPromise<any>>): Promise<any>; | ||
@@ -275,3 +275,3 @@ always(callback: Function): Promise<T>; | ||
// Adds a Parse.Object or an array of Parse.Objects to the relation. | ||
add(object: T | Array<T>): void; | ||
add(object: T | T[]): void; | ||
@@ -282,3 +282,3 @@ // Returns a Parse.Query that is limited to objects in this relation. | ||
// Removes a Parse.Object or an array of Parse.Objects from this relation. | ||
remove(object: T | Array<T>): void; | ||
remove(object: T | T[]): void; | ||
} | ||
@@ -574,3 +574,3 @@ | ||
static or<U extends Object>(...var_args: Query<U>[]): Query<U>; | ||
static or<U extends Object>(...var_args: Array<Query<U>>): Query<U>; | ||
@@ -577,0 +577,0 @@ aggregate(pipeline: Query.AggregationOptions | Query.AggregationOptions[]): Query<T>; |
{ | ||
"name": "@types/parse", | ||
"version": "1.11.16", | ||
"version": "1.11.17", | ||
"description": "TypeScript definitions for parse", | ||
@@ -51,4 +51,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse", | ||
}, | ||
"typesPublisherContentHash": "627518bf0b588afcf1268df8043ac0068586e7bc9ee6e0b46ef6f1e892903a8c", | ||
"typesPublisherContentHash": "165f1aa4af8a23a6a8837500457cf68c6ed3ab5b891870d03bcdd57193ef0243", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery), [@types/node](https://npmjs.com/package/@types/node), [@types/underscore](https://npmjs.com/package/@types/underscore) | ||
@@ -14,0 +14,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
48029