@types/parse
Advanced tools
Comparing version 2.10.15 to 2.10.16
@@ -636,3 +636,3 @@ // Type definitions for parse 2.10 | ||
distinct<K extends keyof T['attributes'], V = T['attributes'][K]>(key: K): Promise<V>; | ||
each(callback: Function, options?: Query.EachOptions): Promise<void>; | ||
each(callback: (obj: T) => PromiseLike<void> | void, options?: Query.EachOptions): Promise<void>; | ||
endsWith<K extends (keyof T['attributes'] | keyof BaseAttributes)>(key: K, suffix: string): this; | ||
@@ -639,0 +639,0 @@ equalTo<K extends (keyof T['attributes'] | keyof BaseAttributes)>(key: K, value: T['attributes'][K] | (T['attributes'][K] extends Object ? Pointer : never)): this; |
{ | ||
"name": "@types/parse", | ||
"version": "2.10.15", | ||
"version": "2.10.16", | ||
"description": "TypeScript definitions for parse", | ||
@@ -124,4 +124,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "b8861d58afae015100f7b8458473cee01a116284499299298f9795c9d034f5fd", | ||
"typesPublisherContentHash": "14b223eb29ce66f2865601c589d8e4dbe44b7e1ba34f9255ddd1c4854c5f52c7", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 10 Feb 2020 17:35:47 GMT | ||
* Last updated: Wed, 12 Feb 2020 17:59:12 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
62281