@resolution/jira-api-client 0.13.1 → 0.13.2

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.
@@ -180,7 +180,7 @@ type BaseJiraPlatformApiClientOptions = Partial<commonHttpClient.CommonHttpClien
180
180
  *
181
181
  * Jira Cloud platform REST API documentation
182
182
  *
183
- * @version 1001.0.0-SNAPSHOT-9d28715113c712e07817c43c8ee4537bbf679688
183
+ * @version 1001.0.0-SNAPSHOT-3cf752e2320431aaaa395460f7d0697aca42e1d4
184
184
  * @internal
185
185
  */
186
186
  export declare class BaseJiraPlatformApiClient extends CommonHttpService {
@@ -112,7 +112,7 @@ class BaseJiraPlatformApiClientError extends commonHttpClient.CommonHttpClientEr
112
112
  *
113
113
  * Jira Cloud platform REST API documentation
114
114
  *
115
- * @version 1001.0.0-SNAPSHOT-9d28715113c712e07817c43c8ee4537bbf679688
115
+ * @version 1001.0.0-SNAPSHOT-3cf752e2320431aaaa395460f7d0697aca42e1d4
116
116
  * @internal
117
117
  */
118
118
  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-a87d9bb28e98a2c6e74b7df0a89f86e56e5e81ff
25
+ * @version 1001.0.0-SNAPSHOT-3cf752e2320431aaaa395460f7d0697aca42e1d4
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-a87d9bb28e98a2c6e74b7df0a89f86e56e5e81ff
30
+ * @version 1001.0.0-SNAPSHOT-3cf752e2320431aaaa395460f7d0697aca42e1d4
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.13.1",
3
+ "version": "0.13.2",
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",
@@ -38,10 +38,10 @@
38
38
  },
39
39
  "homepage": "https://bitbucket.org/resolutiongmbh/atlassian-api-clients#readme",
40
40
  "dependencies": {
41
- "@resolution/atlassian-api-common": "^0.13.1"
41
+ "@resolution/atlassian-api-common": "^0.13.2"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "e4cc00b3e2492369fb3118635eec712398806d3c"
46
+ "gitHead": "7fcfd1a5a87f4238a8e501a61dbac4503a97786d"
47
47
  }