@resolution/jira-api-client 0.14.0 → 0.15.0
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/core/CommonHttpClient.d.ts +7 -1
- package/lib/openapi/core/CommonHttpClient.js +15 -1
- package/lib/openapi/core/CommonHttpClient.js.map +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +19 -9
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +18 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/common.d.ts +0 -17
- package/lib/openapi/platform/models/common.js +0 -12
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/groupAndUserPicker.d.ts +9 -0
- package/lib/openapi/platform/models/groupAndUserPicker.js +1 -0
- package/lib/openapi/platform/models/groupAndUserPicker.js.map +1 -1
- package/lib/openapi/platform/models/groups.d.ts +20 -0
- package/lib/openapi/platform/models/groups.js +4 -1
- package/lib/openapi/platform/models/groups.js.map +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.d.ts +10 -7
- package/lib/openapi/platform/models/issueBulkOperations.js +3 -3
- package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -1
- package/lib/openapi/platform/models/issueRedaction.d.ts +136 -0
- package/lib/openapi/platform/models/issueRedaction.js +55 -0
- package/lib/openapi/platform/models/issueRedaction.js.map +1 -0
- package/lib/openapi/platform/models/issueSearch.d.ts +2 -30
- package/lib/openapi/platform/models/issueSearch.js +1 -9
- package/lib/openapi/platform/models/issueSearch.js.map +1 -1
- package/lib/openapi/platform/models/issueTypes.d.ts +9 -1
- package/lib/openapi/platform/models/issueTypes.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +2 -0
- package/lib/openapi/platform/models/jiraExpressions.js +1 -0
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
- package/lib/openapi/platform/models/projectTemplates.d.ts +102 -5
- package/lib/openapi/platform/models/projectTemplates.js +53 -5
- package/lib/openapi/platform/models/projectTemplates.js.map +1 -1
- package/lib/openapi/platform/models/status.d.ts +1 -40
- package/lib/openapi/platform/models/status.js +1 -23
- package/lib/openapi/platform/models/status.js.map +1 -1
- package/lib/openapi/platform/models/webhooks.d.ts +2 -0
- package/lib/openapi/platform/models/webhooks.js +2 -1
- package/lib/openapi/platform/models/webhooks.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemes.d.ts +0 -33
- package/lib/openapi/platform/models/workflowSchemes.js +0 -6
- package/lib/openapi/platform/models/workflowSchemes.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +5 -24
- package/lib/openapi/platform/models/workflows.js +4 -19
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +4 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js +4 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +2 -1
- package/lib/openapi/platform/services/GroupsService.js +3 -2
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +20 -10
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +20 -10
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +4 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +4 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +5 -2
- package/lib/openapi/platform/services/IssueFieldsService.js +1 -2
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRedactionService.d.ts +46 -0
- package/lib/openapi/platform/services/IssueRedactionService.js +91 -0
- package/lib/openapi/platform/services/IssueRedactionService.js.map +1 -0
- package/lib/openapi/platform/services/IssueSearchService.d.ts +8 -56
- package/lib/openapi/platform/services/IssueSearchService.js +7 -59
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +5 -1
- package/lib/openapi/platform/services/JiraExpressionsService.js +5 -1
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +0 -15
- package/lib/openapi/platform/services/MyselfService.js +0 -29
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.js +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +4 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +4 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTemplatesService.d.ts +83 -1
- package/lib/openapi/platform/services/ProjectTemplatesService.js +138 -0
- package/lib/openapi/platform/services/ProjectTemplatesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +5 -1
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +5 -65
- package/lib/openapi/platform/services/StatusService.js +5 -41
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +10 -3
- package/lib/openapi/platform/services/UsersService.js +4 -0
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +6 -3
- package/lib/openapi/platform/services/WebhooksService.js +6 -3
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +1 -30
- package/lib/openapi/platform/services/WorkflowSchemesService.js +1 -21
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +29 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +29 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +87 -98
- package/lib/openapi/platform/services/WorkflowsService.js +100 -77
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
- package/lib/openapi/serviceManagement/models/common.d.ts +2 -0
- package/lib/openapi/serviceManagement/models/common.js +2 -1
- package/lib/openapi/serviceManagement/models/common.js.map +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +64 -341
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +58 -335
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +30 -2
- package/lib/openapi/software/models/builds.js +5 -2
- package/lib/openapi/software/models/builds.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +68 -5
- package/lib/openapi/software/models/common.js +9 -1
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/models/deployments.d.ts +33 -90
- package/lib/openapi/software/models/deployments.js +8 -29
- package/lib/openapi/software/models/deployments.js.map +1 -1
- package/lib/openapi/software/models/devOpsComponents.d.ts +1 -1
- package/lib/openapi/software/models/devOpsComponents.js +1 -1
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
- package/lib/openapi/software/models/developmentInformation.d.ts +14 -653
- package/lib/openapi/software/models/developmentInformation.js +2 -84
- package/lib/openapi/software/models/developmentInformation.js.map +1 -1
- package/lib/openapi/software/models/featureFlags.d.ts +21 -2
- package/lib/openapi/software/models/featureFlags.js +6 -2
- package/lib/openapi/software/models/featureFlags.js.map +1 -1
- package/lib/openapi/software/models/remoteLinks.d.ts +2 -121
- package/lib/openapi/software/models/remoteLinks.js +1 -16
- package/lib/openapi/software/models/remoteLinks.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +11 -23
- package/lib/openapi/software/services/BuildsService.js +11 -23
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +11 -23
- package/lib/openapi/software/services/DeploymentsService.js +11 -23
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +8 -111
- package/lib/openapi/software/services/DevOpsComponentsService.js +15 -118
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +11 -4
- package/lib/openapi/software/services/DevelopmentInformationService.js +11 -4
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +9 -21
- package/lib/openapi/software/services/FeatureFlagsService.js +9 -21
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +5 -99
- package/lib/openapi/software/services/OperationsService.js +5 -99
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +10 -123
- package/lib/openapi/software/services/RemoteLinksService.js +10 -123
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +2 -2
- package/lib/openapi/software/services/SecurityInformationService.js +2 -2
- package/package.json +3 -3
|
@@ -6,117 +6,20 @@ exports.RemoteLinksService = void 0;
|
|
|
6
6
|
// To update this file run "yarn build:openapi".
|
|
7
7
|
const commonHttpClient = require("../../core/CommonHttpClient");
|
|
8
8
|
const CommonHttpService_1 = require("../../core/CommonHttpService");
|
|
9
|
+
const common_1 = require("../models/common");
|
|
9
10
|
const remoteLinks_1 = require("../models/remoteLinks");
|
|
10
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
11
12
|
const zod_1 = require("zod");
|
|
12
13
|
/**
|
|
13
|
-
* APIs related to integrating
|
|
14
|
-
* are available to Atlassian Connect
|
|
15
|
-
* apps. To use these APIs you must have the Remote Link module in your app's
|
|
16
|
-
* descriptor. Read more about Jira Software modules
|
|
17
|
-
* [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
|
|
14
|
+
* APIs related to integrating remote link data with Jira Software.
|
|
18
15
|
*
|
|
19
|
-
*
|
|
16
|
+
* These APIs are available to Atlassian Connect apps. To use these APIs you must
|
|
17
|
+
* have the `jiraRemoteLinkInfoProvider` module in your Connect app's descriptor.
|
|
18
|
+
* See https://developer.atlassian.com/cloud/jira/software/modules/remote-link/.
|
|
20
19
|
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
* Supplied remote link information will be presented in the right sidebar of the
|
|
25
|
-
* new Jira issue view under Releases.
|
|
26
|
-
*
|
|
27
|
-
* This module also provides actions, which allows users to perform an action on
|
|
28
|
-
* the remote link.
|
|
29
|
-
*
|
|
30
|
-
* Note that the module key and name are not private and should therefore not
|
|
31
|
-
* contain any sensitive or personally identifiable information.
|
|
32
|
-
*
|
|
33
|
-
* ## Example Module
|
|
34
|
-
*
|
|
35
|
-
* An example can also be found at
|
|
36
|
-
* [jira-data-provider-sample-addon](https://bitbucket.org/atlassianlabs/jira-data-provider-sample-addon/src/master/),
|
|
37
|
-
* which has an `atlassian-connect.json`.
|
|
38
|
-
*
|
|
39
|
-
* ```
|
|
40
|
-
* {
|
|
41
|
-
* "modules": {
|
|
42
|
-
* "jiraRemoteLinkInfoProvider": {
|
|
43
|
-
* "homeUrl": "https://my-remotelink-provider.com",
|
|
44
|
-
* "logoUrl": "https://my-remotelink-provider.com/images/logo.svg",
|
|
45
|
-
* "documentationUrl":
|
|
46
|
-
* "https://my-remotelink-provider.com/docs/jira-integration",
|
|
47
|
-
* "actions": [
|
|
48
|
-
* {
|
|
49
|
-
* "actionId": "action-1",
|
|
50
|
-
* "actionLabel": {
|
|
51
|
-
* "value": {
|
|
52
|
-
* "value": "Acknowledge"
|
|
53
|
-
* }
|
|
54
|
-
* },
|
|
55
|
-
* "templateUrl": "https://my-remotelink-provider.com/ack/{ack-id}"
|
|
56
|
-
* }
|
|
57
|
-
* ],
|
|
58
|
-
* "name": {
|
|
59
|
-
* "value": "My Remote Link Provider"
|
|
60
|
-
* },
|
|
61
|
-
* "key": "remotelink-integration"
|
|
62
|
-
* }
|
|
63
|
-
* }
|
|
64
|
-
* }
|
|
65
|
-
* ```
|
|
66
|
-
*
|
|
67
|
-
* ### Properties
|
|
68
|
-
*
|
|
69
|
-
* | Property | type | Description
|
|
70
|
-
*
|
|
71
|
-
* | Required |
|
|
72
|
-
* |------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
73
|
-
* | key | string | A key to identify this module. Must match
|
|
74
|
-
* `^[a-zA-Z0-9-]+$` pattern, with a max length of 100
|
|
75
|
-
* | Yes |
|
|
76
|
-
* | name | object (i18N) | A human readable name. This object
|
|
77
|
-
* supports
|
|
78
|
-
* [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
|
|
79
|
-
* | Yes |
|
|
80
|
-
* | homeUrl | string | URL to the provider’s homepage
|
|
81
|
-
*
|
|
82
|
-
* | Yes |
|
|
83
|
-
* | logoUrl | string | Optional URL to the provider’s logo, which
|
|
84
|
-
* will be displayed in the UI
|
|
85
|
-
* | |
|
|
86
|
-
* | documentationUrl | string | Optional URL to documentation about the
|
|
87
|
-
* provider’s Jira integration
|
|
88
|
-
* | |
|
|
89
|
-
* | actions | object | Optional actions that can be performed by
|
|
90
|
-
* Jira users on the remote link
|
|
91
|
-
*
|
|
92
|
-
* ### Actions object
|
|
93
|
-
*
|
|
94
|
-
* | Property | type | Description
|
|
95
|
-
*
|
|
96
|
-
* | Required |
|
|
97
|
-
* |-------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
98
|
-
* | actionId | string | A key to identify a specific action. Used for
|
|
99
|
-
* associating a specific Remote link to an action of this ID. <br> The actionId
|
|
100
|
-
* of an action must be unique across all actions.
|
|
101
|
-
* | Yes |
|
|
102
|
-
* | actionLabel | object | The actionLabel of an Action is shown visibly to the
|
|
103
|
-
* User alongside the Remote Link.
|
|
104
|
-
*
|
|
105
|
-
* | Yes |
|
|
106
|
-
* | templateUrl | string | The templateUrl of an Action is a template where
|
|
107
|
-
* strings can be substituted into the URL for a specific Remote Link. <br>
|
|
108
|
-
* Strings used in the templateUrl must be passed in via an attribute map when
|
|
109
|
-
* associating an action with a remote link. | Yes |
|
|
110
|
-
*
|
|
111
|
-
* ### ActionLabel Object
|
|
112
|
-
*
|
|
113
|
-
* | Property | type | Description
|
|
114
|
-
*
|
|
115
|
-
* | Required |
|
|
116
|
-
* |----------|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
117
|
-
* | value | object (i18n) | The label shown on the UI. This object supports
|
|
118
|
-
* [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
|
|
119
|
-
* | Yes |
|
|
20
|
+
* These APIs are available to Forge apps with the `devops:remoteLinkInfoProvider`
|
|
21
|
+
* module in the Forge app's manifest. See
|
|
22
|
+
* https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-software-remote-link-info/.
|
|
120
23
|
*
|
|
121
24
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links
|
|
122
25
|
* @category Services
|
|
@@ -131,10 +34,6 @@ class RemoteLinksService extends CommonHttpService_1.CommonHttpService {
|
|
|
131
34
|
* used to confirm that data has been
|
|
132
35
|
* deleted successfully (if needed).
|
|
133
36
|
*
|
|
134
|
-
* Only Connect apps that define the `jiraRemoteLinkInfoProvider` module, and
|
|
135
|
-
* on-premise integrations, can access this resource.
|
|
136
|
-
* This resource requires the 'DELETE' scope for Connect apps.
|
|
137
|
-
*
|
|
138
37
|
* @path DELETE `/rest/remotelinks/1.0/remotelink/{remoteLinkId}`
|
|
139
38
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links#api-rest-remotelinks-1-0-remotelink-remotelinkid-delete
|
|
140
39
|
* @param params
|
|
@@ -171,10 +70,6 @@ class RemoteLinksService extends CommonHttpService_1.CommonHttpService {
|
|
|
171
70
|
* used to confirm that data has been
|
|
172
71
|
* deleted successfully (if needed).
|
|
173
72
|
*
|
|
174
|
-
* Only Connect apps that define the `jiraRemoteLinkInfoProvider` module, and
|
|
175
|
-
* on-premise integrations, can access this resource.
|
|
176
|
-
* This resource requires the 'DELETE' scope for Connect apps.
|
|
177
|
-
*
|
|
178
73
|
* @path DELETE `/rest/remotelinks/1.0/bulkByProperties`
|
|
179
74
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links#api-rest-remotelinks-1-0-bulkbyproperties-delete
|
|
180
75
|
* @param params
|
|
@@ -198,10 +93,6 @@ class RemoteLinksService extends CommonHttpService_1.CommonHttpService {
|
|
|
198
93
|
* The result will be what is currently stored, ignoring any pending updates or
|
|
199
94
|
* deletes.
|
|
200
95
|
*
|
|
201
|
-
* Only Connect apps that define the `jiraRemoteLinkInfoProvider` module, and
|
|
202
|
-
* on-premise integrations, can access this resource.
|
|
203
|
-
* This resource requires the 'READ' scope for Connect apps.
|
|
204
|
-
*
|
|
205
96
|
* @returns The Remote Link data currently stored for the given ID.
|
|
206
97
|
* @path GET `/rest/remotelinks/1.0/remotelink/{remoteLinkId}`
|
|
207
98
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links#api-rest-remotelinks-1-0-remotelink-remotelinkid-get
|
|
@@ -242,10 +133,6 @@ class RemoteLinksService extends CommonHttpService_1.CommonHttpService {
|
|
|
242
133
|
* submission. Details of which Remote LInk failed submission (if any) are
|
|
243
134
|
* available in the response object.
|
|
244
135
|
*
|
|
245
|
-
* Only Connect apps that define the `jiraRemoteLinkInfoProvider` module can
|
|
246
|
-
* access this resource. This resource
|
|
247
|
-
* requires the 'WRITE' scope for Connect apps.
|
|
248
|
-
*
|
|
249
136
|
* @returns Submission accepted. Each submitted Remote Link that is of a valid format will be eventually available in
|
|
250
137
|
* Jira.
|
|
251
138
|
*
|
|
@@ -281,7 +168,7 @@ class RemoteLinksService extends CommonHttpService_1.CommonHttpService {
|
|
|
281
168
|
message: zod_1.z.string(),
|
|
282
169
|
errorTraceId: zod_1.z.string().optional()
|
|
283
170
|
}).catchall(zod_1.z.unknown()))).optional(),
|
|
284
|
-
unknownAssociations: zod_1.z.array(zod_1.z.union([validationSchemaStorage_1.validationSchemaStorage.lazy("
|
|
171
|
+
unknownAssociations: zod_1.z.array(zod_1.z.union([validationSchemaStorage_1.validationSchemaStorage.lazy("IssueIdOrKeysAssociation"), validationSchemaStorage_1.validationSchemaStorage.lazy("ServiceIdOrKeysAssociation")])).optional()
|
|
285
172
|
}).catchall(zod_1.z.unknown())
|
|
286
173
|
}).describe("RemoteLinksService.submitRemoteLinks.response"));
|
|
287
174
|
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("RemoteLinksService.getRemoteLinkById.response", zod_1.z.object({
|
|
@@ -289,7 +176,7 @@ class RemoteLinksService extends CommonHttpService_1.CommonHttpService {
|
|
|
289
176
|
mediaType: zod_1.z.literal("application/json"),
|
|
290
177
|
body: validationSchemaStorage_1.validationSchemaStorage.lazy("RemoteLinkData")
|
|
291
178
|
}).describe("RemoteLinksService.getRemoteLinkById.response"));
|
|
292
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([remoteLinks_1.registerRemoteLinksValidationSchemas]);
|
|
179
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas, remoteLinks_1.registerRemoteLinksValidationSchemas]);
|
|
293
180
|
}
|
|
294
181
|
}
|
|
295
182
|
exports.RemoteLinksService = RemoteLinksService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteLinksService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/RemoteLinksService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,gEAAgE;AAChE,oEAAiE;AACjE,
|
|
1
|
+
{"version":3,"file":"RemoteLinksService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/RemoteLinksService.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,8 +11,8 @@ import { type SubmitVulnerabilitiesRequest, type SubmitVulnerabilitiesResponse,
|
|
|
11
11
|
*
|
|
12
12
|
* APIs related to integrating Security information with Jira Software are
|
|
13
13
|
* available to Atlassian Connect apps. To use these APIs you must have the
|
|
14
|
-
*
|
|
15
|
-
*
|
|
14
|
+
* `jiraSecurityInfoProvider` module in your Connect app's descriptor. See
|
|
15
|
+
* https://developer.atlassian.com/cloud/jira/software/modules/security-information/.
|
|
16
16
|
*
|
|
17
17
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information
|
|
18
18
|
* @category Services
|
|
@@ -20,8 +20,8 @@ const zod_1 = require("zod");
|
|
|
20
20
|
*
|
|
21
21
|
* APIs related to integrating Security information with Jira Software are
|
|
22
22
|
* available to Atlassian Connect apps. To use these APIs you must have the
|
|
23
|
-
*
|
|
24
|
-
*
|
|
23
|
+
* `jiraSecurityInfoProvider` module in your Connect app's descriptor. See
|
|
24
|
+
* https://developer.atlassian.com/cloud/jira/software/modules/security-information/.
|
|
25
25
|
*
|
|
26
26
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information
|
|
27
27
|
* @category Services
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@resolution/jira-api-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
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.15.0"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "be95a977ba9947d53fef32b0c71bce839d86a61d"
|
|
47
47
|
}
|