@resolution/jira-api-client 0.5.6 → 0.5.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.
- package/CHANGELOG.md +22 -0
- package/lib/openapi/core/CommonHttpClient.d.ts +33 -2
- package/lib/openapi/core/CommonHttpClient.js +287 -22
- package/lib/openapi/core/CommonHttpClient.js.map +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +11 -12
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/common.d.ts +268 -3
- package/lib/openapi/platform/models/common.js +156 -3
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/issueAttachments.d.ts +1 -26
- package/lib/openapi/platform/models/issueAttachments.js +0 -14
- package/lib/openapi/platform/models/issueAttachments.js.map +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.d.ts +59 -0
- package/lib/openapi/platform/models/issueBulkOperations.js +14 -0
- package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -1
- package/lib/openapi/platform/models/issueComments.d.ts +0 -15
- package/lib/openapi/platform/models/issueComments.js +0 -9
- package/lib/openapi/platform/models/issueComments.js.map +1 -1
- package/lib/openapi/platform/models/issueLinks.d.ts +1 -89
- package/lib/openapi/platform/models/issueLinks.js +0 -52
- package/lib/openapi/platform/models/issueLinks.js.map +1 -1
- package/lib/openapi/platform/models/issueResolutions.d.ts +0 -15
- package/lib/openapi/platform/models/issueResolutions.js +0 -9
- package/lib/openapi/platform/models/issueResolutions.js.map +1 -1
- package/lib/openapi/platform/models/issueWatchers.d.ts +0 -16
- package/lib/openapi/platform/models/issueWatchers.js +0 -13
- package/lib/openapi/platform/models/issueWatchers.js.map +1 -1
- package/lib/openapi/platform/models/issueWorklogs.d.ts +1 -71
- package/lib/openapi/platform/models/issueWorklogs.js +0 -29
- package/lib/openapi/platform/models/issueWorklogs.js.map +1 -1
- package/lib/openapi/platform/models/issues.d.ts +57 -1
- package/lib/openapi/platform/models/issues.js +41 -0
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +22 -3
- package/lib/openapi/platform/models/workflows.js +4 -0
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +10 -2
- package/lib/openapi/platform/services/AppPropertiesService.js +10 -2
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +2 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.js +2 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +13 -6
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +1 -4
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +2 -2
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +10 -2
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +10 -2
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +2 -1
- package/lib/openapi/platform/services/IssueLinksService.js +2 -2
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +2 -1
- package/lib/openapi/platform/services/IssueResolutionsService.js +2 -0
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +1 -1
- package/lib/openapi/platform/services/IssueVotesService.js +2 -2
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +2 -1
- package/lib/openapi/platform/services/IssueWatchersService.js +2 -0
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +2 -1
- package/lib/openapi/platform/services/IssueWorklogsService.js +2 -0
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +10 -2
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +10 -2
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +24 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js +24 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +10 -2
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/models/board.d.ts +873 -0
- package/lib/openapi/software/models/board.js +417 -0
- package/lib/openapi/software/models/board.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +74 -1
- package/lib/openapi/software/models/common.js +61 -1
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/models/deployments.d.ts +1 -1
- package/package.json +3 -3
- package/lib/openapi/platform/models/issueVotes.d.ts +0 -22
- package/lib/openapi/platform/models/issueVotes.js +0 -22
- package/lib/openapi/platform/models/issueVotes.js.map +0 -1
|
@@ -17,7 +17,7 @@ type BaseJiraServiceManagementApiClientOptions = Partial<commonHttpClient.Common
|
|
|
17
17
|
*
|
|
18
18
|
* Public REST API for Jira Service Management
|
|
19
19
|
*
|
|
20
|
-
* @version 1001.0.0-SNAPSHOT-
|
|
20
|
+
* @version 1001.0.0-SNAPSHOT-119a52168a424e565e62ea12858793a045f9c300
|
|
21
21
|
* @internal
|
|
22
22
|
*/
|
|
23
23
|
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-
|
|
30
|
+
* @version 1001.0.0-SNAPSHOT-119a52168a424e565e62ea12858793a045f9c300
|
|
31
31
|
* @internal
|
|
32
32
|
*/
|
|
33
33
|
class BaseJiraServiceManagementApiClient extends CommonHttpService_1.CommonHttpService {
|
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
import * as commonHttpClient from "../core/CommonHttpClient";
|
|
2
2
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
3
3
|
import type { Board, BoardAdminsBean, BoardConfigBean, BoardCreateBean, BoardFilterBean, BoardLocationBean, ColumnBean, ColumnConfigBean, Entry, EstimationConfigBean, EstimationConfigurationBean, EstimationFieldBean, FeatureBean, FeatureResponseBean, FeatureToggleRequestBean, GroupBean, LocationBean, PageBeanQuickFilterBean, PartialSuccessBean, QuickFilterBean, RankingConfigBean, RelationBean, ReportsResponseBean, SubqueryBean } from "./models/board";
|
|
4
|
-
import type {
|
|
4
|
+
import type { BuildData, BuildKey, RejectedBuild, SubmitBuildsRequest, SubmitBuildsResponse } from "./models/builds";
|
|
5
|
+
import type { IssueAssignRequestBean, IssueKey, IssueRankRequestBean, Properties, ProviderMetadata, SprintBean } from "./models/common";
|
|
6
|
+
import type { DeploymentData, SubmitDeploymentRequest, SubmitDeploymentsResponse } from "./models/deployments";
|
|
7
|
+
import type { Author, Branch, Commit, DevInformation, EntityError, EntityIds, ExistsForPropertiesResponse, File, PullRequest, Repository, RepositoryErrors, Reviewer, StoreDevinfoResult } from "./models/developmentInformation";
|
|
8
|
+
import type { SubmitDevopsComponentsRequest, SubmitDevopsComponentsResponse } from "./models/devOpsComponents";
|
|
5
9
|
import type { ColorBean, EpicRankRequestBean, EpicUpdateBean } from "./models/epic";
|
|
10
|
+
import type { FeatureFlagData, SubmitFeatureFlagRequest, SubmitFeatureFlagsResponse } from "./models/featureFlags";
|
|
6
11
|
import type { FieldEditBean } from "./models/issue";
|
|
12
|
+
import type { Incident, OperationsWorkspaceIds, Review, SubmitIncidentsRequest, SubmitIncidentsResponse, SubmitOperationsWorkspacesRequest, SubmitOperationsWorkspacesResponse } from "./models/operations";
|
|
13
|
+
import type { IssueKeysAssociation, RemoteLinkData, ServiceIdOrKeys, ServiceIdOrKeysAssociation, SubmitRemoteLinksRequest } from "./models/remoteLinks";
|
|
14
|
+
import type { SecurityWorkspaceIds, SecurityWorkspaceResponse, SubmitSecurityWorkspacesRequest, SubmitVulnerabilitiesRequest, SubmitVulnerabilitiesResponse } from "./models/securityInformation";
|
|
7
15
|
import type { SprintCreateBean, SprintSwapBean } from "./models/sprint";
|
|
8
16
|
import { BacklogService } from "./services/BacklogService";
|
|
9
17
|
import { BoardService } from "./services/BoardService";
|
|
@@ -473,4 +481,4 @@ export declare class BaseJiraSoftwareApiClient extends CommonHttpService {
|
|
|
473
481
|
get sprint(): SprintService;
|
|
474
482
|
constructor(options?: BaseJiraSoftwareApiClientOptions);
|
|
475
483
|
}
|
|
476
|
-
export type { Board, BoardAdminsBean, BoardConfigBean, BoardCreateBean, BoardFilterBean, BoardLocationBean, ColumnBean, ColumnConfigBean, Entry, EstimationConfigBean, EstimationConfigurationBean, EstimationFieldBean, FeatureBean, FeatureResponseBean, FeatureToggleRequestBean, GroupBean, LocationBean, PageBeanQuickFilterBean, PartialSuccessBean, QuickFilterBean, RankingConfigBean, RelationBean, ReportsResponseBean, SubqueryBean, ColorBean, EpicRankRequestBean, EpicUpdateBean, FieldEditBean, IssueAssignRequestBean, IssueRankRequestBean, SprintBean, SprintCreateBean, SprintSwapBean, };
|
|
484
|
+
export type { Board, BoardAdminsBean, BoardConfigBean, BoardCreateBean, BoardFilterBean, BoardLocationBean, ColumnBean, ColumnConfigBean, Entry, EstimationConfigBean, EstimationConfigurationBean, EstimationFieldBean, FeatureBean, FeatureResponseBean, FeatureToggleRequestBean, GroupBean, LocationBean, PageBeanQuickFilterBean, PartialSuccessBean, QuickFilterBean, RankingConfigBean, RelationBean, ReportsResponseBean, SubqueryBean, Author, Branch, Commit, DevInformation, EntityError, EntityIds, ExistsForPropertiesResponse, File, PullRequest, Repository, RepositoryErrors, Reviewer, StoreDevinfoResult, BuildData, BuildKey, RejectedBuild, SubmitBuildsRequest, SubmitBuildsResponse, ColorBean, EpicRankRequestBean, EpicUpdateBean, DeploymentData, SubmitDeploymentRequest, SubmitDeploymentsResponse, FeatureFlagData, SubmitFeatureFlagRequest, SubmitFeatureFlagsResponse, FieldEditBean, Incident, OperationsWorkspaceIds, Review, SubmitIncidentsRequest, SubmitIncidentsResponse, SubmitOperationsWorkspacesRequest, SubmitOperationsWorkspacesResponse, IssueAssignRequestBean, IssueKey, IssueRankRequestBean, Properties, ProviderMetadata, SprintBean, IssueKeysAssociation, RemoteLinkData, ServiceIdOrKeys, ServiceIdOrKeysAssociation, SubmitRemoteLinksRequest, SecurityWorkspaceIds, SecurityWorkspaceResponse, SubmitSecurityWorkspacesRequest, SubmitVulnerabilitiesRequest, SubmitVulnerabilitiesResponse, SprintCreateBean, SprintSwapBean, SubmitDevopsComponentsRequest, SubmitDevopsComponentsResponse, };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseJiraSoftwareApiClient.js","sourceRoot":"","sources":["../../../src/openapi/software/BaseJiraSoftwareApiClient.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6DAA6D;AAC7D,iEAA8D;
|
|
1
|
+
{"version":3,"file":"BaseJiraSoftwareApiClient.js","sourceRoot":"","sources":["../../../src/openapi/software/BaseJiraSoftwareApiClient.ts"],"names":[],"mappings":"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"}
|