@resolution/jira-api-client 0.16.7 → 0.16.8

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.
@@ -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-9ab47bbe40382a27f86d6889ea5708c40a4c8c40
25
+ * @version 1001.0.0-SNAPSHOT-b3d021452a9942ce70b9fb2bac60d135d4402d19
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-9ab47bbe40382a27f86d6889ea5708c40a4c8c40
30
+ * @version 1001.0.0-SNAPSHOT-b3d021452a9942ce70b9fb2bac60d135d4402d19
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.16.7",
3
+ "version": "0.16.8",
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.16.7"
41
+ "@resolution/atlassian-api-common": "^0.16.8"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "4d08643b5b800fc1fe767aff3494e2a07dba57bd"
46
+ "gitHead": "476456fe56629d80d10f544413b8b95537c55423"
47
47
  }