@types/parse
Advanced tools
Comparing version 2.12.7 to 2.18.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for parse 2.12 | ||
// Type definitions for parse 2.18 | ||
// Project: https://parseplatform.org/ | ||
@@ -682,2 +682,3 @@ // Definitions by: Ullisen Media Group <https://github.com/ullisenmedia> | ||
find(options?: Query.FindOptions): Promise<T[]>; | ||
findAll(options?: Query.BatchOptions): Promise<T[]>; | ||
first(options?: Query.FirstOptions): Promise<T | undefined>; | ||
@@ -684,0 +685,0 @@ fromNetwork(): this; |
{ | ||
"name": "@types/parse", | ||
"version": "2.12.7", | ||
"version": "2.18.0", | ||
"description": "TypeScript definitions for parse", | ||
@@ -131,4 +131,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "c7fec000a6651f3a41cb74de330a460172bbfe0637f64e05707b65a7193b8b17", | ||
"typesPublisherContentHash": "a173bd57507bba73f6ca03ef0322052bba49df9770fee158fca0ad4ec88b22e6", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 02 Nov 2020 15:49:26 GMT | ||
* Last updated: Thu, 19 Nov 2020 00:41:01 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
127497
2707