@types/parse
Advanced tools
Comparing version 2.10.7 to 2.10.8
@@ -601,3 +601,5 @@ // Type definitions for parse 2.10 | ||
doesNotExist<K extends (keyof T['attributes'] | keyof BaseAttributes)>(key: K): this; | ||
doesNotMatchKeyInQuery<U extends Object, K extends keyof T['attributes'], X extends Extract<keyof U['attributes'], string>>(key: K, queryKey: X, query: Query<U>): this; | ||
doesNotMatchKeyInQuery<U extends Object, | ||
K extends (keyof T['attributes'] | keyof BaseAttributes), | ||
X extends Extract<keyof U['attributes'], string>>(key: K, queryKey: X, query: Query<U>): this; | ||
doesNotMatchQuery<U extends Object, K extends keyof T['attributes']>(key: K, query: Query<U>): this; | ||
@@ -604,0 +606,0 @@ distinct<K extends keyof T['attributes'], V = T['attributes'][K]>(key: K): Promise<V>; |
{ | ||
"name": "@types/parse", | ||
"version": "2.10.7", | ||
"version": "2.10.8", | ||
"description": "TypeScript definitions for parse", | ||
@@ -119,4 +119,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "e83453b8155267bd4d35db9bac2680ed1ae7b132889297bded301a7dd6f54168", | ||
"typesPublisherContentHash": "7a79c51905297c978a326238a78772b99870cac2874a5980bc41235e1edef53b", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 03 Jan 2020 19:30:33 GMT | ||
* Last updated: Mon, 06 Jan 2020 22:15:25 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
59176
1202