@types/jira-client
Advanced tools
Comparing version 7.1.5 to 7.1.6
@@ -1125,3 +1125,3 @@ // Type definitions for jira-client 7.1 | ||
/** (DEPRECATED) A query string used to search username, name or e-mail address */ | ||
username: string; | ||
username?: string | undefined; | ||
/** | ||
@@ -1128,0 +1128,0 @@ * A query string that is matched against user attributes |
{ | ||
"name": "@types/jira-client", | ||
"version": "7.1.5", | ||
"version": "7.1.6", | ||
"description": "TypeScript definitions for jira-client", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jira-client", | ||
}, | ||
"typesPublisherContentHash": "df417b9fc76c1855b5f0cc610f6e3e57ff319b0a2b05547871734ebdc363bd93", | ||
"typeScriptVersion": "4.1" | ||
"typesPublisherContentHash": "dd60655a53adad008af95a34f0bc30cb9538106bb646eb4b67a6b54d8c55fda5", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 07 Nov 2022 20:33:46 GMT | ||
* Last updated: Wed, 18 Jan 2023 18:32:46 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/request](https://npmjs.com/package/@types/request) | ||
@@ -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
48644