@types/jira-client
Advanced tools
Comparing version 6.21.1 to 6.21.2
@@ -624,3 +624,3 @@ // Type definitions for jira-client 6.21 | ||
*/ | ||
getIssue(issueIdOrKey: string, fields?: string, expand?: string): Promise<JiraApi.JsonResponse>; | ||
getIssue(issueIdOrKey: string, fields?: string | string[], expand?: string): Promise<JiraApi.JsonResponse>; | ||
@@ -627,0 +627,0 @@ /** |
{ | ||
"name": "@types/jira-client", | ||
"version": "6.21.1", | ||
"version": "6.21.2", | ||
"description": "TypeScript definitions for jira-client", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jira-client", | ||
}, | ||
"typesPublisherContentHash": "a0bc455c8d77746df3b0eec8c9971a9cbff67eb8d8d62a59ff1dbb985b13bbd8", | ||
"typesPublisherContentHash": "147477a3e5479d5c2c9285c3184dea2b7e610cfc250c4f2099cb232c51dc11dd", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 14:23:35 GMT | ||
* Last updated: Wed, 28 Jul 2021 00:01:21 GMT | ||
* Dependencies: [@types/request](https://npmjs.com/package/@types/request), [@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
48455