@resolution/jira-api-client 0.16.9 → 0.17.1
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/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +4 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/fieldSchemes.d.ts +11 -0
- package/lib/openapi/platform/models/fieldSchemes.js +9 -3
- package/lib/openapi/platform/models/fieldSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +53 -0
- package/lib/openapi/platform/models/issueCustomFieldContexts.js +18 -0
- package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -1
- package/lib/openapi/platform/models/issueFields.d.ts +10 -0
- package/lib/openapi/platform/models/issueFields.js +2 -0
- package/lib/openapi/platform/models/issueFields.js.map +1 -1
- package/lib/openapi/platform/models/issueSearch.d.ts +31 -22
- package/lib/openapi/platform/models/issueSearch.js +11 -10
- package/lib/openapi/platform/models/issueSearch.js.map +1 -1
- package/lib/openapi/platform/models/projectTemplates.d.ts +18 -0
- package/lib/openapi/platform/models/projectTemplates.js +1 -0
- package/lib/openapi/platform/models/projectTemplates.js.map +1 -1
- package/lib/openapi/platform/services/FieldSchemesService.d.ts +11 -3
- package/lib/openapi/platform/services/FieldSchemesService.js +7 -2
- package/lib/openapi/platform/services/FieldSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +6 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +3 -2
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +51 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +55 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +18 -11
- package/lib/openapi/platform/services/IssuePrioritiesService.js +18 -11
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +6 -1
- package/lib/openapi/platform/services/StatusService.js +3 -2
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +6 -1
- package/lib/openapi/platform/services/WorkflowsService.js +3 -2
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +3 -3
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
- package/lib/openapi/serviceManagement/models/request.d.ts +46 -10
- package/lib/openapi/serviceManagement/models/request.js +20 -0
- package/lib/openapi/serviceManagement/models/request.js.map +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +6 -2
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +6 -2
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +66 -80
- package/lib/openapi/software/services/SecurityInformationService.js +6 -34
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/package.json +3 -3
|
@@ -19,10 +19,14 @@ const zod_1 = require("zod");
|
|
|
19
19
|
* your sprints.
|
|
20
20
|
*
|
|
21
21
|
* APIs related to integrating Security information with Jira Software are
|
|
22
|
-
* available to Atlassian Connect apps. To use these APIs you must have
|
|
23
|
-
*
|
|
22
|
+
* available to Atlassian Connect apps. To use these APIs you must have a security
|
|
23
|
+
* info provider module in your Connect app's descriptor. See
|
|
24
24
|
* https://developer.atlassian.com/cloud/jira/software/modules/security-information/.
|
|
25
25
|
*
|
|
26
|
+
* These APIs are available to Forge apps with the `devops:securityInfoProvider`
|
|
27
|
+
* module in the Forge app's manifest. See
|
|
28
|
+
* https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-software-security-info/.
|
|
29
|
+
*
|
|
26
30
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information
|
|
27
31
|
* @category Services
|
|
28
32
|
*/
|
|
@@ -32,10 +36,6 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
|
|
|
32
36
|
/**
|
|
33
37
|
* Bulk delete all linked Security Workspaces that match the given request.
|
|
34
38
|
*
|
|
35
|
-
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
36
|
-
* this resource.
|
|
37
|
-
* This resource requires the 'DELETE' scope for Connect apps.
|
|
38
|
-
*
|
|
39
39
|
* e.g. DELETE /bulk?workspaceIds=111-222-333,444-555-666
|
|
40
40
|
*
|
|
41
41
|
* @path DELETE `/rest/security/1.0/linkedWorkspaces/bulk`
|
|
@@ -64,10 +64,6 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
|
|
|
64
64
|
* Deletion is performed asynchronously. The GET vulnerability endpoint can be
|
|
65
65
|
* used to confirm that data has been deleted successfully (if needed).
|
|
66
66
|
*
|
|
67
|
-
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
68
|
-
* this resource.
|
|
69
|
-
* This resource requires the 'DELETE' scope for Connect apps.
|
|
70
|
-
*
|
|
71
67
|
* @path DELETE `/rest/security/1.0/bulkByProperties`
|
|
72
68
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-bulkbyproperties-delete
|
|
73
69
|
* @param params
|
|
@@ -87,10 +83,6 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
|
|
|
87
83
|
* Deletion is performed asynchronously. The GET vulnerability endpoint can be
|
|
88
84
|
* used to confirm that data has been deleted successfully (if needed).
|
|
89
85
|
*
|
|
90
|
-
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
91
|
-
* this resource.
|
|
92
|
-
* This resource requires the 'DELETE' scope for Connect apps.
|
|
93
|
-
*
|
|
94
86
|
* @path DELETE `/rest/security/1.0/vulnerability/{vulnerabilityId}`
|
|
95
87
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-vulnerability-vulnerabilityid-delete
|
|
96
88
|
* @param params
|
|
@@ -114,10 +106,6 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
|
|
|
114
106
|
* The result will be what is currently stored, ignoring any pending updates or
|
|
115
107
|
* deletes.
|
|
116
108
|
*
|
|
117
|
-
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
118
|
-
* this resource.
|
|
119
|
-
* This resource requires the 'READ' scope for Connect apps.
|
|
120
|
-
*
|
|
121
109
|
* @returns The Security Workspace information stored for the given ID.
|
|
122
110
|
* @path GET `/rest/security/1.0/linkedWorkspaces/{workspaceId}`
|
|
123
111
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-linkedworkspaces-workspaceid-get
|
|
@@ -145,10 +133,6 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
|
|
|
145
133
|
* The result will be what is currently stored, ignoring any pending updates or
|
|
146
134
|
* deletes.
|
|
147
135
|
*
|
|
148
|
-
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
149
|
-
* this resource.
|
|
150
|
-
* This resource requires the 'READ' scope for Connect apps.
|
|
151
|
-
*
|
|
152
136
|
* @returns A list of all stored workspace IDs.
|
|
153
137
|
* @path GET `/rest/security/1.0/linkedWorkspaces`
|
|
154
138
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-linkedworkspaces-get
|
|
@@ -173,10 +157,6 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
|
|
|
173
157
|
* The result will be what is currently stored, ignoring any pending updates or
|
|
174
158
|
* deletes.
|
|
175
159
|
*
|
|
176
|
-
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
177
|
-
* this resource.
|
|
178
|
-
* This resource requires the 'READ' scope for Connect apps.
|
|
179
|
-
*
|
|
180
160
|
* @returns The Vulnerability data currently stored for the given ID.
|
|
181
161
|
* @path GET `/rest/security/1.0/vulnerability/{vulnerabilityId}`
|
|
182
162
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-vulnerability-vulnerabilityid-get
|
|
@@ -216,10 +196,6 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
|
|
|
216
196
|
*
|
|
217
197
|
* A maximum of 1000 vulnerabilities can be submitted in one request.
|
|
218
198
|
*
|
|
219
|
-
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
220
|
-
* this resource.
|
|
221
|
-
* This resource requires the 'WRITE' scope for Connect apps.
|
|
222
|
-
*
|
|
223
199
|
* @returns Submission accepted. Each Vulnerability submitted in a valid format will eventually be available in Jira.
|
|
224
200
|
*
|
|
225
201
|
* Details of any Vulnerabilities that were submitted but failed submission (due to data format problems, etc.) are available in the response object.
|
|
@@ -248,10 +224,6 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
|
|
|
248
224
|
* and Jira already exists then the workspace ID will be ignored and Jira will
|
|
249
225
|
* process the rest of the entries.
|
|
250
226
|
*
|
|
251
|
-
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
252
|
-
* this resource.
|
|
253
|
-
* This resource requires the 'WRITE' scope for Connect apps.
|
|
254
|
-
*
|
|
255
227
|
* @path POST `/rest/security/1.0/linkedWorkspaces/bulk`
|
|
256
228
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-linkedworkspaces-bulk-post
|
|
257
229
|
* @param params
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SecurityInformationService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/SecurityInformationService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,gEAAgE;AAChE,oEAAiE;AACjE,uEAAgS;AAChS,wEAAqE;AACrE,6BAAwB;AACxB
|
|
1
|
+
{"version":3,"file":"SecurityInformationService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/SecurityInformationService.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@resolution/jira-api-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.1",
|
|
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.
|
|
41
|
+
"@resolution/atlassian-api-common": "^0.17.1"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "54ba9e0d0a27660dc7b04bcf0f8000a5eece79f6"
|
|
47
47
|
}
|