@resolution/jira-api-client 0.7.8 → 0.10.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.
Files changed (252) hide show
  1. package/README.md +5 -5
  2. package/lib/index.d.ts +2 -0
  3. package/lib/index.js +2 -0
  4. package/lib/index.js.map +1 -1
  5. package/lib/openapi/core/CommonHttpClient.d.ts +29 -0
  6. package/lib/openapi/core/CommonHttpClient.js +29 -1
  7. package/lib/openapi/core/CommonHttpClient.js.map +1 -1
  8. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +27 -7
  9. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +45 -1
  10. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
  11. package/lib/openapi/platform/models/appMigration.d.ts +12 -0
  12. package/lib/openapi/platform/models/appMigration.js.map +1 -1
  13. package/lib/openapi/platform/models/appProperties.d.ts +4 -2
  14. package/lib/openapi/platform/models/appProperties.js.map +1 -1
  15. package/lib/openapi/platform/models/common.d.ts +7 -43
  16. package/lib/openapi/platform/models/common.js +1 -21
  17. package/lib/openapi/platform/models/common.js.map +1 -1
  18. package/lib/openapi/platform/models/dashboards.d.ts +0 -30
  19. package/lib/openapi/platform/models/dashboards.js +0 -18
  20. package/lib/openapi/platform/models/dashboards.js.map +1 -1
  21. package/lib/openapi/platform/models/dynamicModules.d.ts +55 -51
  22. package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
  23. package/lib/openapi/platform/models/issueBulkOperations.d.ts +102 -0
  24. package/lib/openapi/platform/models/issueBulkOperations.js +56 -0
  25. package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -1
  26. package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +1 -4
  27. package/lib/openapi/platform/models/issueCustomFieldOptions.js.map +1 -1
  28. package/lib/openapi/platform/models/issueSecurityLevel.d.ts +1 -1
  29. package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +1 -1
  30. package/lib/openapi/platform/models/issues.d.ts +124 -10
  31. package/lib/openapi/platform/models/issues.js +78 -0
  32. package/lib/openapi/platform/models/issues.js.map +1 -1
  33. package/lib/openapi/platform/models/jiraExpressions.d.ts +8 -1
  34. package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
  35. package/lib/openapi/platform/models/jql.d.ts +8 -0
  36. package/lib/openapi/platform/models/jql.js.map +1 -1
  37. package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +43 -1
  38. package/lib/openapi/platform/models/jqlFunctionsApps.js +52 -2
  39. package/lib/openapi/platform/models/jqlFunctionsApps.js.map +1 -1
  40. package/lib/openapi/platform/models/permissionSchemes.d.ts +3 -4
  41. package/lib/openapi/platform/models/permissionSchemes.js.map +1 -1
  42. package/lib/openapi/platform/models/plans.d.ts +268 -0
  43. package/lib/openapi/platform/models/plans.js +425 -0
  44. package/lib/openapi/platform/models/plans.js.map +1 -0
  45. package/lib/openapi/platform/models/projects.d.ts +1 -1
  46. package/lib/openapi/platform/models/projects.js +1 -0
  47. package/lib/openapi/platform/models/projects.js.map +1 -1
  48. package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -0
  49. package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
  50. package/lib/openapi/platform/models/teamsInPlan.d.ts +79 -0
  51. package/lib/openapi/platform/models/teamsInPlan.js +86 -0
  52. package/lib/openapi/platform/models/teamsInPlan.js.map +1 -0
  53. package/lib/openapi/platform/models/workflows.d.ts +4 -0
  54. package/lib/openapi/platform/models/workflows.js +2 -0
  55. package/lib/openapi/platform/models/workflows.js.map +1 -1
  56. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +4 -4
  57. package/lib/openapi/platform/services/AppMigrationService.d.ts +87 -87
  58. package/lib/openapi/platform/services/AppMigrationService.js +49 -49
  59. package/lib/openapi/platform/services/AppPropertiesService.d.ts +17 -17
  60. package/lib/openapi/platform/services/AppPropertiesService.js +17 -17
  61. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +2 -0
  62. package/lib/openapi/platform/services/ApplicationRolesService.js +2 -0
  63. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  64. package/lib/openapi/platform/services/DashboardsService.d.ts +64 -64
  65. package/lib/openapi/platform/services/FilterSharingService.d.ts +8 -4
  66. package/lib/openapi/platform/services/FilterSharingService.js +4 -0
  67. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  68. package/lib/openapi/platform/services/FiltersService.d.ts +21 -8
  69. package/lib/openapi/platform/services/FiltersService.js +8 -1
  70. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  71. package/lib/openapi/platform/services/GroupsService.d.ts +2 -2
  72. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +2 -0
  73. package/lib/openapi/platform/services/IssueAttachmentsService.js +2 -0
  74. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  75. package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +293 -78
  76. package/lib/openapi/platform/services/IssueBulkOperationsService.js +244 -2
  77. package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
  78. package/lib/openapi/platform/services/IssueCommentsService.d.ts +42 -42
  79. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +29 -29
  80. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +59 -59
  81. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +59 -59
  82. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +37 -37
  83. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +25 -25
  84. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +47 -47
  85. package/lib/openapi/platform/services/IssueFieldsService.d.ts +12 -11
  86. package/lib/openapi/platform/services/IssueFieldsService.js +3 -1
  87. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  88. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +6 -6
  89. package/lib/openapi/platform/services/IssueLinksService.d.ts +28 -28
  90. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +2 -0
  91. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +2 -0
  92. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  93. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +26 -26
  94. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +16 -14
  95. package/lib/openapi/platform/services/IssuePrioritiesService.js +2 -0
  96. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  97. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +38 -38
  98. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +44 -42
  99. package/lib/openapi/platform/services/IssueRemoteLinksService.js +2 -0
  100. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  101. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +12 -10
  102. package/lib/openapi/platform/services/IssueResolutionsService.js +2 -0
  103. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  104. package/lib/openapi/platform/services/IssueSearchService.d.ts +28 -28
  105. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +58 -58
  106. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +2 -2
  107. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +24 -24
  108. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +39 -39
  109. package/lib/openapi/platform/services/IssueTypesService.d.ts +12 -6
  110. package/lib/openapi/platform/services/IssueTypesService.js +6 -0
  111. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  112. package/lib/openapi/platform/services/IssueWatchersService.d.ts +5 -5
  113. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +59 -57
  114. package/lib/openapi/platform/services/IssueWorklogsService.js +2 -0
  115. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  116. package/lib/openapi/platform/services/IssuesService.d.ts +692 -590
  117. package/lib/openapi/platform/services/IssuesService.js +121 -0
  118. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  119. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +95 -95
  120. package/lib/openapi/platform/services/JiraSettingsService.d.ts +6 -2
  121. package/lib/openapi/platform/services/JiraSettingsService.js +4 -0
  122. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  123. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +125 -28
  124. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +137 -20
  125. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  126. package/lib/openapi/platform/services/JqlService.d.ts +36 -36
  127. package/lib/openapi/platform/services/MyselfService.d.ts +1 -1
  128. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +32 -35
  129. package/lib/openapi/platform/services/PermissionSchemesService.js +2 -5
  130. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  131. package/lib/openapi/platform/services/PermissionsService.d.ts +21 -21
  132. package/lib/openapi/platform/services/PlansService.d.ts +389 -0
  133. package/lib/openapi/platform/services/PlansService.js +459 -0
  134. package/lib/openapi/platform/services/PlansService.js.map +1 -0
  135. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +83 -83
  136. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +1 -1
  137. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +6 -4
  138. package/lib/openapi/platform/services/ProjectCategoriesService.js +2 -0
  139. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  140. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +1 -1
  141. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +13 -11
  142. package/lib/openapi/platform/services/ProjectComponentsService.js +2 -0
  143. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  144. package/lib/openapi/platform/services/ProjectEmailService.d.ts +1 -1
  145. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +1 -1
  146. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +1 -1
  147. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +2 -2
  148. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +14 -14
  149. package/lib/openapi/platform/services/ProjectRolesService.d.ts +10 -6
  150. package/lib/openapi/platform/services/ProjectRolesService.js +4 -0
  151. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  152. package/lib/openapi/platform/services/ProjectTypesService.d.ts +4 -0
  153. package/lib/openapi/platform/services/ProjectTypesService.js +4 -0
  154. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  155. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +29 -25
  156. package/lib/openapi/platform/services/ProjectVersionsService.js +5 -1
  157. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  158. package/lib/openapi/platform/services/ProjectsService.d.ts +30 -24
  159. package/lib/openapi/platform/services/ProjectsService.js +6 -0
  160. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  161. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +12 -12
  162. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +1 -1
  163. package/lib/openapi/platform/services/ScreenTabsService.d.ts +1 -1
  164. package/lib/openapi/platform/services/ScreensService.d.ts +4 -4
  165. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +2 -0
  166. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  167. package/lib/openapi/platform/services/StatusService.d.ts +24 -20
  168. package/lib/openapi/platform/services/StatusService.js +4 -0
  169. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  170. package/lib/openapi/platform/services/TeamsInPlanService.d.ts +294 -0
  171. package/lib/openapi/platform/services/TeamsInPlanService.js +452 -0
  172. package/lib/openapi/platform/services/TeamsInPlanService.js.map +1 -0
  173. package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -5
  174. package/lib/openapi/platform/services/TimeTrackingService.js +2 -0
  175. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  176. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +44 -44
  177. package/lib/openapi/platform/services/UserSearchService.d.ts +19 -8
  178. package/lib/openapi/platform/services/UserSearchService.js +15 -5
  179. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  180. package/lib/openapi/platform/services/UsersService.d.ts +7 -1
  181. package/lib/openapi/platform/services/UsersService.js +6 -0
  182. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  183. package/lib/openapi/platform/services/WebhooksService.d.ts +39 -39
  184. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +39 -39
  185. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +2 -2
  186. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +102 -100
  187. package/lib/openapi/platform/services/WorkflowSchemesService.js +2 -0
  188. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  189. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +2 -0
  190. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +2 -0
  191. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  192. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +2 -0
  193. package/lib/openapi/platform/services/WorkflowStatusesService.js +2 -0
  194. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  195. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +4 -2
  196. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +2 -0
  197. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  198. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +48 -48
  199. package/lib/openapi/platform/services/WorkflowsService.d.ts +591 -589
  200. package/lib/openapi/platform/services/WorkflowsService.js +2 -0
  201. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  202. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +1 -1
  203. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +3 -1
  204. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
  205. package/lib/openapi/serviceManagement/models/organization.d.ts +5 -0
  206. package/lib/openapi/serviceManagement/models/organization.js +1 -0
  207. package/lib/openapi/serviceManagement/models/organization.js.map +1 -1
  208. package/lib/openapi/serviceManagement/services/CustomerService.d.ts +2 -2
  209. package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +11 -7
  210. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +3 -1
  211. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
  212. package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +39 -33
  213. package/lib/openapi/serviceManagement/services/OrganizationService.js +24 -18
  214. package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
  215. package/lib/openapi/serviceManagement/services/RequestService.d.ts +68 -68
  216. package/lib/openapi/serviceManagement/services/RequestService.js +3 -3
  217. package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +39 -32
  218. package/lib/openapi/serviceManagement/services/ServicedeskService.js +4 -2
  219. package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
  220. package/lib/openapi/software/BaseJiraSoftwareApiClient.js +2 -0
  221. package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
  222. package/lib/openapi/software/models/board.d.ts +2 -3
  223. package/lib/openapi/software/models/board.js.map +1 -1
  224. package/lib/openapi/software/models/builds.d.ts +40 -2
  225. package/lib/openapi/software/models/builds.js.map +1 -1
  226. package/lib/openapi/software/models/common.d.ts +8 -2
  227. package/lib/openapi/software/models/common.js.map +1 -1
  228. package/lib/openapi/software/models/deployments.d.ts +36 -2
  229. package/lib/openapi/software/models/deployments.js.map +1 -1
  230. package/lib/openapi/software/models/devOpsComponents.d.ts +10 -4
  231. package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
  232. package/lib/openapi/software/models/developmentInformation.d.ts +106 -0
  233. package/lib/openapi/software/models/developmentInformation.js.map +1 -1
  234. package/lib/openapi/software/models/featureFlags.d.ts +20 -4
  235. package/lib/openapi/software/models/featureFlags.js.map +1 -1
  236. package/lib/openapi/software/models/operations.d.ts +76 -16
  237. package/lib/openapi/software/models/operations.js.map +1 -1
  238. package/lib/openapi/software/models/remoteLinks.d.ts +49 -13
  239. package/lib/openapi/software/models/remoteLinks.js.map +1 -1
  240. package/lib/openapi/software/models/securityInformation.d.ts +60 -8
  241. package/lib/openapi/software/models/securityInformation.js.map +1 -1
  242. package/lib/openapi/software/services/BacklogService.d.ts +12 -12
  243. package/lib/openapi/software/services/BoardService.d.ts +14 -14
  244. package/lib/openapi/software/services/EpicService.d.ts +18 -18
  245. package/lib/openapi/software/services/IssueService.d.ts +8 -8
  246. package/lib/openapi/software/services/OperationsService.d.ts +8 -4
  247. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  248. package/lib/openapi/software/services/RemoteLinksService.d.ts +4 -2
  249. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  250. package/lib/openapi/software/services/SprintService.d.ts +20 -20
  251. package/package.json +5 -4
  252. package/CHANGELOG.md +0 -430
@@ -0,0 +1,452 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TeamsInPlanService = void 0;
4
+ // DO NOT EDIT!
5
+ // This file is generated by "api-typescript-generator".
6
+ // To update this file run "yarn build:openapi".
7
+ const zod_1 = require("zod");
8
+ const commonHttpClient = require("../../core/CommonHttpClient");
9
+ const CommonHttpService_1 = require("../../core/CommonHttpService");
10
+ const teamsInPlan_1 = require("../models/teamsInPlan");
11
+ const validationSchemaStorage_1 = require("../validationSchemaStorage");
12
+ /**
13
+ * This resource represents planning settings for plan-only and Atlassian teams in
14
+ * a plan. Use it to get, create, update and delete planning settings.
15
+ *
16
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-teams-in-plan
17
+ * @category Services
18
+ */
19
+ class TeamsInPlanService extends CommonHttpService_1.CommonHttpService {
20
+ constructor() {
21
+ super(...arguments);
22
+ /**
23
+ * Adds an existing Atlassian team to a plan and configures their plannning
24
+ * settings.
25
+ *
26
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
27
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
28
+ *
29
+ * @returns Returned if the request is successful.
30
+ * @path POST `/rest/api/3/plans/plan/{planId}/team/atlassian`
31
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-teams-in-plan#api-rest-api-3-plans-plan-planid-team-atlassian-post
32
+ * @param params
33
+ */
34
+ this.addAtlassianTeam = ({ planId, addAtlassianTeamRequest, }) => {
35
+ return this.getClientInstance()
36
+ .request({
37
+ path: "/rest/api/3/plans/plan/{planId}/team/atlassian",
38
+ method: "POST",
39
+ pathParams: {
40
+ planId,
41
+ },
42
+ headers: {
43
+ "Content-Type": "application/json",
44
+ },
45
+ body: addAtlassianTeamRequest,
46
+ })
47
+ .then(this.getClientInstance().responseHandler({
48
+ 204: {
49
+ "application/json": "json",
50
+ },
51
+ }))
52
+ .then(commonHttpClient.castResponse())
53
+ .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("TeamsInPlanService.addAtlassianTeam.response")))
54
+ .then(commonHttpClient.getBody);
55
+ };
56
+ /**
57
+ * Creates a plan-only team and configures their planning settings.
58
+ *
59
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
60
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
61
+ *
62
+ * @returns Returned if the request is successful.
63
+ * @path POST `/rest/api/3/plans/plan/{planId}/team/planonly`
64
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-teams-in-plan#api-rest-api-3-plans-plan-planid-team-planonly-post
65
+ * @param params
66
+ */
67
+ this.createPlanOnlyTeam = ({ planId, createPlanOnlyTeamRequest, }) => {
68
+ return this.getClientInstance()
69
+ .request({
70
+ path: "/rest/api/3/plans/plan/{planId}/team/planonly",
71
+ method: "POST",
72
+ pathParams: {
73
+ planId,
74
+ },
75
+ headers: {
76
+ "Content-Type": "application/json",
77
+ },
78
+ body: createPlanOnlyTeamRequest,
79
+ })
80
+ .then(this.getClientInstance().responseHandler({
81
+ 201: {
82
+ "application/json": "json",
83
+ },
84
+ }))
85
+ .then(commonHttpClient.castResponse())
86
+ .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("TeamsInPlanService.createPlanOnlyTeam.response")))
87
+ .then(commonHttpClient.getBody);
88
+ };
89
+ /**
90
+ * Deletes a plan-only team and their planning settings.
91
+ *
92
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
93
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
94
+ *
95
+ * @returns Returned if the request is successful.
96
+ * @path DELETE `/rest/api/3/plans/plan/{planId}/team/planonly/{planOnlyTeamId}`
97
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-teams-in-plan#api-rest-api-3-plans-plan-planid-team-planonly-planonlyteamid-delete
98
+ * @param params
99
+ */
100
+ this.deletePlanOnlyTeam = ({ planId, planOnlyTeamId, }) => {
101
+ return this.getClientInstance()
102
+ .request({
103
+ path: "/rest/api/3/plans/plan/{planId}/team/planonly/{planOnlyTeamId}",
104
+ method: "DELETE",
105
+ pathParams: {
106
+ planId,
107
+ planOnlyTeamId,
108
+ },
109
+ })
110
+ .then(this.getClientInstance().responseHandler({
111
+ 204: {
112
+ "application/json": "json",
113
+ },
114
+ }))
115
+ .then(commonHttpClient.castResponse())
116
+ .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("TeamsInPlanService.deletePlanOnlyTeam.response")))
117
+ .then(commonHttpClient.getBody);
118
+ };
119
+ /**
120
+ * Returns planning settings for an Atlassian team in a plan.
121
+ *
122
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
123
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
124
+ *
125
+ * @returns Returned if the request is successful.
126
+ *
127
+ * example:
128
+ * ```
129
+ * {
130
+ * "capacity": 220,
131
+ * "id": "98WA-2JBO-12N3-2298",
132
+ * "issueSourceId": 1,
133
+ * "planningStyle": "Scrum",
134
+ * "sprintLength": 2
135
+ * }
136
+ * ```
137
+ * @path GET `/rest/api/3/plans/plan/{planId}/team/atlassian/{atlassianTeamId}`
138
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-teams-in-plan#api-rest-api-3-plans-plan-planid-team-atlassian-atlassianteamid-get
139
+ * @param params
140
+ */
141
+ this.getAtlassianTeam = ({ planId, atlassianTeamId, }) => {
142
+ return this.getClientInstance()
143
+ .request({
144
+ path: "/rest/api/3/plans/plan/{planId}/team/atlassian/{atlassianTeamId}",
145
+ method: "GET",
146
+ pathParams: {
147
+ planId,
148
+ atlassianTeamId,
149
+ },
150
+ })
151
+ .then(this.getClientInstance().responseHandler({
152
+ 200: {
153
+ "application/json": "json",
154
+ },
155
+ }))
156
+ .then(commonHttpClient.castResponse())
157
+ .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("TeamsInPlanService.getAtlassianTeam.response")))
158
+ .then(commonHttpClient.getBody);
159
+ };
160
+ /**
161
+ * Returns planning settings for a plan-only team.
162
+ *
163
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
164
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
165
+ *
166
+ * @returns Returned if the request is successful.
167
+ *
168
+ * example:
169
+ * ```
170
+ * {
171
+ * "capacity": 30,
172
+ * "id": 123,
173
+ * "issueSourceId": 1,
174
+ * "memberAccountIds": [
175
+ * "mek2-3jno-01n3",
176
+ * "kdsn-2nk3-2nn1"
177
+ * ],
178
+ * "name": "Team1",
179
+ * "planningStyle": "Scrum",
180
+ * "sprintLength": 2
181
+ * }
182
+ * ```
183
+ * @path GET `/rest/api/3/plans/plan/{planId}/team/planonly/{planOnlyTeamId}`
184
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-teams-in-plan#api-rest-api-3-plans-plan-planid-team-planonly-planonlyteamid-get
185
+ * @param params
186
+ */
187
+ this.getPlanOnlyTeam = ({ planId, planOnlyTeamId, }) => {
188
+ return this.getClientInstance()
189
+ .request({
190
+ path: "/rest/api/3/plans/plan/{planId}/team/planonly/{planOnlyTeamId}",
191
+ method: "GET",
192
+ pathParams: {
193
+ planId,
194
+ planOnlyTeamId,
195
+ },
196
+ })
197
+ .then(this.getClientInstance().responseHandler({
198
+ 200: {
199
+ "application/json": "json",
200
+ },
201
+ }))
202
+ .then(commonHttpClient.castResponse())
203
+ .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("TeamsInPlanService.getPlanOnlyTeam.response")))
204
+ .then(commonHttpClient.getBody);
205
+ };
206
+ /**
207
+ * Returns a [paginated](#pagination) list of plan-only and Atlassian teams in a
208
+ * plan.
209
+ *
210
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
211
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
212
+ *
213
+ * @returns Returned if the request is successful.
214
+ *
215
+ * example:
216
+ * ```
217
+ * {
218
+ * "cursor": "",
219
+ * "isLast": true,
220
+ * "maxResults": 2,
221
+ * "nextPageCursor": "2",
222
+ * "total": 10,
223
+ * "values": [
224
+ * {
225
+ * "id": "1",
226
+ * "name": "Team 1",
227
+ * "type": "PlanOnly"
228
+ * },
229
+ * {
230
+ * "id": "2",
231
+ * "type": "Atlassian"
232
+ * }
233
+ * ]
234
+ * }
235
+ * ```
236
+ * @path GET `/rest/api/3/plans/plan/{planId}/team`
237
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-teams-in-plan#api-rest-api-3-plans-plan-planid-team-get
238
+ * @param params
239
+ */
240
+ this.getTeams = ({ planId, cursor, maxResults, }) => {
241
+ return this.getClientInstance()
242
+ .request({
243
+ path: "/rest/api/3/plans/plan/{planId}/team",
244
+ method: "GET",
245
+ pathParams: {
246
+ planId,
247
+ },
248
+ query: {
249
+ cursor,
250
+ maxResults,
251
+ },
252
+ })
253
+ .then(this.getClientInstance().responseHandler({
254
+ 200: {
255
+ "application/json": "json",
256
+ },
257
+ }))
258
+ .then(commonHttpClient.castResponse())
259
+ .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("TeamsInPlanService.getTeams.response")))
260
+ .then(commonHttpClient.getBody);
261
+ };
262
+ /**
263
+ * Removes an Atlassian team from a plan and deletes their planning settings.
264
+ *
265
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
266
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
267
+ *
268
+ * @returns Returned if the request is successful.
269
+ * @path DELETE `/rest/api/3/plans/plan/{planId}/team/atlassian/{atlassianTeamId}`
270
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-teams-in-plan#api-rest-api-3-plans-plan-planid-team-atlassian-atlassianteamid-delete
271
+ * @param params
272
+ */
273
+ this.removeAtlassianTeam = ({ planId, atlassianTeamId, }) => {
274
+ return this.getClientInstance()
275
+ .request({
276
+ path: "/rest/api/3/plans/plan/{planId}/team/atlassian/{atlassianTeamId}",
277
+ method: "DELETE",
278
+ pathParams: {
279
+ planId,
280
+ atlassianTeamId,
281
+ },
282
+ })
283
+ .then(this.getClientInstance().responseHandler({
284
+ 204: {
285
+ "application/json": "json",
286
+ },
287
+ }))
288
+ .then(commonHttpClient.castResponse())
289
+ .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("TeamsInPlanService.removeAtlassianTeam.response")))
290
+ .then(commonHttpClient.getBody);
291
+ };
292
+ /**
293
+ * Updates any of the following planning settings of an Atlassian team in a plan
294
+ * using [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902).
295
+ *
296
+ * * planningStyle
297
+ * * issueSourceId
298
+ * * sprintLength
299
+ * * capacity
300
+ *
301
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
302
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
303
+ *
304
+ * *Note that "add" operations do not respect array indexes in target locations.
305
+ * Call the "Get Atlassian team in plan" endpoint to find out the order of array
306
+ * elements.*
307
+ *
308
+ * @returns Returned if the request is successful.
309
+ * @path PUT `/rest/api/3/plans/plan/{planId}/team/atlassian/{atlassianTeamId}`
310
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-teams-in-plan#api-rest-api-3-plans-plan-planid-team-atlassian-atlassianteamid-put
311
+ * @param params
312
+ */
313
+ this.updateAtlassianTeam = ({ planId, atlassianTeamId, requestBody, }) => {
314
+ return this.getClientInstance()
315
+ .request({
316
+ path: "/rest/api/3/plans/plan/{planId}/team/atlassian/{atlassianTeamId}",
317
+ method: "PUT",
318
+ pathParams: {
319
+ planId,
320
+ atlassianTeamId,
321
+ },
322
+ headers: {
323
+ "Content-Type": "application/json-patch+json",
324
+ },
325
+ body: requestBody,
326
+ })
327
+ .then(this.getClientInstance().responseHandler({
328
+ 204: {
329
+ "application/json": "json",
330
+ },
331
+ }))
332
+ .then(commonHttpClient.castResponse())
333
+ .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("TeamsInPlanService.updateAtlassianTeam.response")))
334
+ .then(commonHttpClient.getBody);
335
+ };
336
+ /**
337
+ * Updates any of the following planning settings of a plan-only team using [JSON
338
+ * Patch](https://datatracker.ietf.org/doc/html/rfc6902).
339
+ *
340
+ * * name
341
+ * * planningStyle
342
+ * * issueSourceId
343
+ * * sprintLength
344
+ * * capacity
345
+ * * memberAccountIds
346
+ *
347
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
348
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
349
+ *
350
+ * *Note that "add" operations do not respect array indexes in target locations.
351
+ * Call the "Get plan-only team" endpoint to find out the order of array elements.*
352
+ *
353
+ * @returns Returned if the request is successful.
354
+ * @path PUT `/rest/api/3/plans/plan/{planId}/team/planonly/{planOnlyTeamId}`
355
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-teams-in-plan#api-rest-api-3-plans-plan-planid-team-planonly-planonlyteamid-put
356
+ * @param params
357
+ */
358
+ this.updatePlanOnlyTeam = ({ planId, planOnlyTeamId, requestBody, }) => {
359
+ return this.getClientInstance()
360
+ .request({
361
+ path: "/rest/api/3/plans/plan/{planId}/team/planonly/{planOnlyTeamId}",
362
+ method: "PUT",
363
+ pathParams: {
364
+ planId,
365
+ planOnlyTeamId,
366
+ },
367
+ headers: {
368
+ "Content-Type": "application/json-patch+json",
369
+ },
370
+ body: requestBody,
371
+ })
372
+ .then(this.getClientInstance().responseHandler({
373
+ 204: {
374
+ "application/json": "json",
375
+ },
376
+ }))
377
+ .then(commonHttpClient.castResponse())
378
+ .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("TeamsInPlanService.updatePlanOnlyTeam.response")))
379
+ .then(commonHttpClient.getBody);
380
+ };
381
+ }
382
+ static initialize() {
383
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("TeamsInPlanService.getTeams.response", zod_1.z
384
+ .object({
385
+ status: zod_1.z.literal(200),
386
+ mediaType: zod_1.z.literal("application/json"),
387
+ body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageWithCursorGetTeamResponseForPage"),
388
+ })
389
+ .describe("TeamsInPlanService.getTeams.response"));
390
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("TeamsInPlanService.addAtlassianTeam.response", zod_1.z
391
+ .object({
392
+ status: zod_1.z.literal(204),
393
+ mediaType: zod_1.z.literal("application/json"),
394
+ body: zod_1.z.unknown(),
395
+ })
396
+ .describe("TeamsInPlanService.addAtlassianTeam.response"));
397
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("TeamsInPlanService.getAtlassianTeam.response", zod_1.z
398
+ .object({
399
+ status: zod_1.z.literal(200),
400
+ mediaType: zod_1.z.literal("application/json"),
401
+ body: validationSchemaStorage_1.validationSchemaStorage.lazy("GetAtlassianTeamResponse"),
402
+ })
403
+ .describe("TeamsInPlanService.getAtlassianTeam.response"));
404
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("TeamsInPlanService.updateAtlassianTeam.response", zod_1.z
405
+ .object({
406
+ status: zod_1.z.literal(204),
407
+ mediaType: zod_1.z.literal("application/json"),
408
+ body: zod_1.z.unknown(),
409
+ })
410
+ .describe("TeamsInPlanService.updateAtlassianTeam.response"));
411
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("TeamsInPlanService.removeAtlassianTeam.response", zod_1.z
412
+ .object({
413
+ status: zod_1.z.literal(204),
414
+ mediaType: zod_1.z.literal("application/json"),
415
+ body: zod_1.z.unknown(),
416
+ })
417
+ .describe("TeamsInPlanService.removeAtlassianTeam.response"));
418
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("TeamsInPlanService.createPlanOnlyTeam.response", zod_1.z
419
+ .object({
420
+ status: zod_1.z.literal(201),
421
+ mediaType: zod_1.z.literal("application/json"),
422
+ body: zod_1.z.number().int(),
423
+ })
424
+ .describe("TeamsInPlanService.createPlanOnlyTeam.response"));
425
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("TeamsInPlanService.getPlanOnlyTeam.response", zod_1.z
426
+ .object({
427
+ status: zod_1.z.literal(200),
428
+ mediaType: zod_1.z.literal("application/json"),
429
+ body: validationSchemaStorage_1.validationSchemaStorage.lazy("GetPlanOnlyTeamResponse"),
430
+ })
431
+ .describe("TeamsInPlanService.getPlanOnlyTeam.response"));
432
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("TeamsInPlanService.updatePlanOnlyTeam.response", zod_1.z
433
+ .object({
434
+ status: zod_1.z.literal(204),
435
+ mediaType: zod_1.z.literal("application/json"),
436
+ body: zod_1.z.unknown(),
437
+ })
438
+ .describe("TeamsInPlanService.updatePlanOnlyTeam.response"));
439
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("TeamsInPlanService.deletePlanOnlyTeam.response", zod_1.z
440
+ .object({
441
+ status: zod_1.z.literal(204),
442
+ mediaType: zod_1.z.literal("application/json"),
443
+ body: zod_1.z.unknown(),
444
+ })
445
+ .describe("TeamsInPlanService.deletePlanOnlyTeam.response"));
446
+ validationSchemaStorage_1.validationSchemaStorage.registerOnce([
447
+ teamsInPlan_1.registerTeamsInPlanValidationSchemas,
448
+ ]);
449
+ }
450
+ }
451
+ exports.TeamsInPlanService = TeamsInPlanService;
452
+ //# sourceMappingURL=TeamsInPlanService.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TeamsInPlanService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/TeamsInPlanService.ts"],"names":[],"mappings":"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"}
@@ -26,6 +26,7 @@ export declare class TimeTrackingService extends CommonHttpService {
26
26
  * @returns Returned if the request is successful.
27
27
  *
28
28
  * example:
29
+ *
29
30
  * ```
30
31
  * [
31
32
  * {
@@ -35,6 +36,7 @@ export declare class TimeTrackingService extends CommonHttpService {
35
36
  * }
36
37
  * ]
37
38
  * ```
39
+ *
38
40
  * @path GET `/rest/api/3/configuration/timetracking/list`
39
41
  * @scopes-current manage:jira-configuration
40
42
  * @scopes-beta read:issue.time-tracking:jira
@@ -121,7 +123,7 @@ export declare class TimeTrackingService extends CommonHttpService {
121
123
  /**
122
124
  * @example
123
125
  * {
124
- * "key": "Jira"
126
+ * "key": "Jira"
125
127
  * }
126
128
  */
127
129
  timeTrackingProvider: TimeTrackingProvider;
@@ -153,10 +155,10 @@ export declare class TimeTrackingService extends CommonHttpService {
153
155
  /**
154
156
  * @example
155
157
  * {
156
- * "defaultUnit": "hour",
157
- * "timeFormat": "pretty",
158
- * "workingDaysPerWeek": 5.5,
159
- * "workingHoursPerDay": 7.6
158
+ * "defaultUnit": "hour",
159
+ * "timeFormat": "pretty",
160
+ * "workingDaysPerWeek": 5.5,
161
+ * "workingHoursPerDay": 7.6
160
162
  * }
161
163
  */
162
164
  timeTrackingConfiguration: TimeTrackingConfiguration;
@@ -36,6 +36,7 @@ class TimeTrackingService extends CommonHttpService_1.CommonHttpService {
36
36
  * @returns Returned if the request is successful.
37
37
  *
38
38
  * example:
39
+ *
39
40
  * ```
40
41
  * [
41
42
  * {
@@ -45,6 +46,7 @@ class TimeTrackingService extends CommonHttpService_1.CommonHttpService {
45
46
  * }
46
47
  * ]
47
48
  * ```
49
+ *
48
50
  * @path GET `/rest/api/3/configuration/timetracking/list`
49
51
  * @scopes-current manage:jira-configuration
50
52
  * @scopes-beta read:issue.time-tracking:jira
@@ -1 +1 @@
1
- {"version":3,"file":"TimeTrackingService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/TimeTrackingService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,gEAAgE;AAChE,oEAAiE;AACjE,6CAG0B;AAC1B,yDAGgC;AAChC,wEAAqE;AACrE;;;;;;;GAOG;AACH,MAAa,mBAAoB,SAAQ,qCAAiB;IAA1D;;QACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA4BG;QACH,4CAAuC,GAAG,GAExC,EAAE;YACF,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6CAA6C;gBACnD,MAAM,EAAE,KAAK;aACd,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,UAAU,CACjC,iDAAuB,CAAC,SAAS,CAC/B,sEAAsE,CACvE,CACF,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA4BG;QACH,0CAAqC,GAAG,GAatC,EAAE;YACF,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,wCAAwC;gBAC9C,MAAM,EAAE,KAAK;aACd,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;gBACD,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAW1B,CACJ;iBACA,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,UAAU,CACjC,iDAAuB,CAAC,SAAS,CAC/B,oEAAoE,CACrE,CACF,CACF,CAAC;QACN,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;WAuBG;QACH,uCAAkC,GAChC,GAAuC,EAAE;YACvC,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,gDAAgD;gBACtD,MAAM,EAAE,KAAK;aACd,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,UAAU,CACjC,iDAAuB,CAAC,SAAS,CAC/B,iEAAiE,CAClE,CACF,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACJ;;;;;;;;;;;;WAYG;QACH,qCAAgC,GAAG,CAAC,EAClC,oBAAoB,GASrB,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,wCAAwC;gBAC9C,MAAM,EAAE,KAAK;gBACb,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,oBAAoB;aAC3B,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,UAAU,CACjC,iDAAuB,CAAC,SAAS,CAC/B,+DAA+D,CAChE,CACF,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;WAsBG;QACH,uCAAkC,GAAG,CAAC,EACpC,yBAAyB,GAY1B,EAAsC,EAAE;YACvC,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,gDAAgD;gBACtD,MAAM,EAAE,KAAK;gBACb,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,yBAAyB;aAChC,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,UAAU,CACjC,iDAAuB,CAAC,SAAS,CAC/B,iEAAiE,CAClE,CACF,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAgFJ,CAAC;IA/EW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CACxC,oEAAoE,EACpE,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;YAClB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;YACrB,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE;YACnD,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;gBACnB,iDAAuB,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;YACnE,CAAC;iBAAM,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;gBAC1B,OAAC,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;YAC1B,CAAC;iBAAM,CAAC;gBACN,GAAG,CAAC,QAAQ,CAAC;oBACX,IAAI,EAAE,OAAC,CAAC,YAAY,CAAC,MAAM;oBAC3B,IAAI,EAAE,CAAC,QAAQ,CAAC;oBAChB,OAAO,EAAE,2BAA2B,MAAM,EAAE;iBAC7C,CAAC,CAAC;YACL,CAAC;QACH,CAAC,CAAC;aACD,QAAQ,CACP,oEAAoE,CACrE,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,+DAA+D,EAC/D,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CACP,+DAA+D,CAChE,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,sEAAsE,EACtE,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,iDAAuB,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;SACpE,CAAC;aACD,QAAQ,CACP,sEAAsE,CACvE,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,iEAAiE,EACjE,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,2BAA2B,CAAC;SAChE,CAAC;aACD,QAAQ,CACP,iEAAiE,CAClE,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,iEAAiE,EACjE,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,2BAA2B,CAAC;SAChE,CAAC;aACD,QAAQ,CACP,iEAAiE,CAClE,CACJ,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,oDAAqC;YACrC,wCAA+B;SAChC,CAAC,CAAC;IACL,CAAC;CACF;AA/YD,kDA+YC"}
1
+ {"version":3,"file":"TimeTrackingService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/TimeTrackingService.ts"],"names":[],"mappings":"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"}
@@ -49,31 +49,31 @@ export declare class UiModificationsAppsService extends CommonHttpService {
49
49
  *
50
50
  * @example
51
51
  * {
52
- * "contexts": [
53
- * {
54
- * "issueTypeId": "10000",
55
- * "projectId": "10000",
56
- * "viewType": "GIC"
57
- * },
58
- * {
59
- * "issueTypeId": "10001",
60
- * "projectId": "10000",
61
- * "viewType": "IssueView"
62
- * },
63
- * {
64
- * "issueTypeId": "10002",
65
- * "projectId": "10000",
66
- * "viewType": "IssueTransition"
67
- * },
68
- * {
69
- * "issueTypeId": "10003",
70
- * "projectId": "10000",
71
- * "viewType": null
72
- * }
73
- * ],
74
- * "data": "{field: 'Story Points', config: {hidden: false}}",
75
- * "description": "Reveals Story Points field when any Sprint is selected.",
76
- * "name": "Reveal Story Points"
52
+ * "contexts": [
53
+ * {
54
+ * "issueTypeId": "10000",
55
+ * "projectId": "10000",
56
+ * "viewType": "GIC"
57
+ * },
58
+ * {
59
+ * "issueTypeId": "10001",
60
+ * "projectId": "10000",
61
+ * "viewType": "IssueView"
62
+ * },
63
+ * {
64
+ * "issueTypeId": "10002",
65
+ * "projectId": "10000",
66
+ * "viewType": "IssueTransition"
67
+ * },
68
+ * {
69
+ * "issueTypeId": "10003",
70
+ * "projectId": "10000",
71
+ * "viewType": null
72
+ * }
73
+ * ],
74
+ * "data": "{field: 'Story Points', config: {hidden: false}}",
75
+ * "description": "Reveals Story Points field when any Sprint is selected.",
76
+ * "name": "Reveal Story Points"
77
77
  * }
78
78
  */
79
79
  createUiModificationDetails: CreateUiModificationDetails;
@@ -240,25 +240,25 @@ export declare class UiModificationsAppsService extends CommonHttpService {
240
240
  *
241
241
  * @example
242
242
  * {
243
- * "contexts": [
244
- * {
245
- * "issueTypeId": "10000",
246
- * "projectId": "10000",
247
- * "viewType": "GIC"
248
- * },
249
- * {
250
- * "issueTypeId": "10001",
251
- * "projectId": "10000",
252
- * "viewType": "IssueView"
253
- * },
254
- * {
255
- * "issueTypeId": "10002",
256
- * "projectId": "10000",
257
- * "viewType": "IssueTransition"
258
- * }
259
- * ],
260
- * "data": "{field: 'Story Points', config: {hidden: true}}",
261
- * "name": "Updated Reveal Story Points"
243
+ * "contexts": [
244
+ * {
245
+ * "issueTypeId": "10000",
246
+ * "projectId": "10000",
247
+ * "viewType": "GIC"
248
+ * },
249
+ * {
250
+ * "issueTypeId": "10001",
251
+ * "projectId": "10000",
252
+ * "viewType": "IssueView"
253
+ * },
254
+ * {
255
+ * "issueTypeId": "10002",
256
+ * "projectId": "10000",
257
+ * "viewType": "IssueTransition"
258
+ * }
259
+ * ],
260
+ * "data": "{field: 'Story Points', config: {hidden: true}}",
261
+ * "name": "Updated Reveal Story Points"
262
262
  * }
263
263
  */
264
264
  updateUiModificationDetails: UpdateUiModificationDetails;