@resolution/jira-api-client 0.7.3 → 0.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.7.4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.3...v0.7.4) (2024-09-13)
7
+
8
+ **Note:** Version bump only for package @resolution/jira-api-client
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.7.3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.2...v0.7.3) (2024-09-12)
7
15
 
8
16
 
@@ -176,7 +176,7 @@ type BaseJiraPlatformApiClientOptions = Partial<commonHttpClient.CommonHttpClien
176
176
  *
177
177
  * Jira Cloud platform REST API documentation
178
178
  *
179
- * @version 1001.0.0-SNAPSHOT-f9d822f64b7c805936a7df5b44f704206143963f
179
+ * @version 1001.0.0-SNAPSHOT-428275b375169d30968fac641111aefa87c46b93
180
180
  * @internal
181
181
  */
182
182
  export declare class BaseJiraPlatformApiClient extends CommonHttpService {
@@ -110,7 +110,7 @@ class BaseJiraPlatformApiClientError extends commonHttpClient.CommonHttpClientEr
110
110
  *
111
111
  * Jira Cloud platform REST API documentation
112
112
  *
113
- * @version 1001.0.0-SNAPSHOT-f9d822f64b7c805936a7df5b44f704206143963f
113
+ * @version 1001.0.0-SNAPSHOT-428275b375169d30968fac641111aefa87c46b93
114
114
  * @internal
115
115
  */
116
116
  class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
@@ -22,7 +22,7 @@ type BaseJiraServiceManagementApiClientOptions = Partial<commonHttpClient.Common
22
22
  *
23
23
  * Public REST API for Jira Service Management
24
24
  *
25
- * @version 1001.0.0-SNAPSHOT-f9d822f64b7c805936a7df5b44f704206143963f
25
+ * @version 1001.0.0-SNAPSHOT-428275b375169d30968fac641111aefa87c46b93
26
26
  * @internal
27
27
  */
28
28
  export declare class BaseJiraServiceManagementApiClient extends CommonHttpService {
@@ -27,7 +27,7 @@ class BaseJiraServiceManagementApiClientError extends commonHttpClient.CommonHtt
27
27
  *
28
28
  * Public REST API for Jira Service Management
29
29
  *
30
- * @version 1001.0.0-SNAPSHOT-f9d822f64b7c805936a7df5b44f704206143963f
30
+ * @version 1001.0.0-SNAPSHOT-428275b375169d30968fac641111aefa87c46b93
31
31
  * @internal
32
32
  */
33
33
  class BaseJiraServiceManagementApiClient extends CommonHttpService_1.CommonHttpService {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolution/jira-api-client",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "JIRA Platform & Software API Client based on OpenAPI Schema from Atlassian.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -37,10 +37,10 @@
37
37
  },
38
38
  "homepage": "https://bitbucket.org/resolutiongmbh/atlassian-api-clients#readme",
39
39
  "dependencies": {
40
- "@resolution/atlassian-api-common": "^0.7.0"
40
+ "@resolution/atlassian-api-common": "^0.7.4"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "408759394ee500135f5ca3b76db09f581cf2b1cf"
45
+ "gitHead": "ea5d7ead90cf6ba1961b31463a169fe2000eb6d5"
46
46
  }