@resolution/jira-api-client 0.1.6 → 0.3.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 (1116) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/lib/index.d.ts +22 -3
  3. package/lib/index.js +28 -5
  4. package/lib/index.js.map +1 -1
  5. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +868 -0
  6. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +808 -0
  7. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -0
  8. package/lib/openapi/platform/core/CommonHttpClient.js +390 -0
  9. package/lib/openapi/platform/core/CommonHttpClient.js.map +1 -0
  10. package/lib/openapi/platform/core/CommonHttpService.d.ts +7 -0
  11. package/lib/openapi/platform/core/CommonHttpService.js +20 -0
  12. package/lib/openapi/platform/core/CommonHttpService.js.map +1 -0
  13. package/lib/openapi/platform/core/CommonValidationSchemaStorage.d.ts +35 -0
  14. package/lib/openapi/platform/core/CommonValidationSchemaStorage.js +65 -0
  15. package/lib/openapi/platform/core/CommonValidationSchemaStorage.js.map +1 -0
  16. package/lib/openapi/platform/models/announcementBanner.d.ts +27 -0
  17. package/lib/openapi/platform/models/announcementBanner.js +30 -0
  18. package/lib/openapi/platform/models/announcementBanner.js.map +1 -0
  19. package/lib/openapi/platform/models/appDataPolicies.d.ts +31 -0
  20. package/lib/openapi/platform/models/appDataPolicies.js +40 -0
  21. package/lib/openapi/platform/models/appDataPolicies.js.map +1 -0
  22. package/lib/openapi/platform/models/appMigration.d.ts +86 -0
  23. package/lib/openapi/platform/models/appMigration.js +67 -0
  24. package/lib/openapi/platform/models/appMigration.js.map +1 -0
  25. package/lib/openapi/platform/models/appProperties.d.ts +15 -0
  26. package/lib/openapi/platform/models/appProperties.js +18 -0
  27. package/lib/openapi/platform/models/appProperties.js.map +1 -0
  28. package/lib/openapi/platform/models/auditRecords.d.ts +70 -0
  29. package/lib/openapi/platform/models/auditRecords.js +62 -0
  30. package/lib/openapi/platform/models/auditRecords.js.map +1 -0
  31. package/lib/openapi/platform/models/avatars.d.ts +1 -1
  32. package/lib/openapi/platform/models/classificationLevels.d.ts +25 -0
  33. package/lib/openapi/platform/models/classificationLevels.js +31 -0
  34. package/lib/openapi/platform/models/classificationLevels.js.map +1 -0
  35. package/lib/openapi/platform/models/common.d.ts +10 -10
  36. package/lib/openapi/platform/models/common.js +18 -18
  37. package/lib/openapi/platform/models/common.js.map +1 -1
  38. package/lib/openapi/platform/models/dashboards.d.ts +1 -1
  39. package/lib/openapi/platform/models/dynamicModules.d.ts +92 -0
  40. package/lib/openapi/platform/models/dynamicModules.js +24 -0
  41. package/lib/openapi/platform/models/dynamicModules.js.map +1 -0
  42. package/lib/openapi/platform/models/filterSharing.d.ts +59 -0
  43. package/lib/openapi/platform/models/filterSharing.js +36 -0
  44. package/lib/openapi/platform/models/filterSharing.js.map +1 -0
  45. package/lib/openapi/platform/models/filters.d.ts +1 -1
  46. package/lib/openapi/platform/models/groupAndUserPicker.d.ts +49 -0
  47. package/lib/openapi/platform/models/groupAndUserPicker.js +31 -0
  48. package/lib/openapi/platform/models/groupAndUserPicker.js.map +1 -0
  49. package/lib/openapi/platform/models/groups.d.ts +1 -1
  50. package/lib/openapi/platform/models/issueAttachments.d.ts +124 -0
  51. package/lib/openapi/platform/models/issueAttachments.js +129 -0
  52. package/lib/openapi/platform/models/issueAttachments.js.map +1 -0
  53. package/lib/openapi/platform/models/issueCommentProperties.d.ts +10 -0
  54. package/lib/openapi/platform/models/issueCommentProperties.js +18 -0
  55. package/lib/openapi/platform/models/issueCommentProperties.js.map +1 -0
  56. package/lib/openapi/platform/models/issueComments.d.ts +36 -0
  57. package/lib/openapi/platform/models/issueComments.js +49 -0
  58. package/lib/openapi/platform/models/issueComments.js.map +1 -0
  59. package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.d.ts +36 -0
  60. package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js +53 -0
  61. package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js.map +1 -0
  62. package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +417 -0
  63. package/lib/openapi/platform/models/issueCustomFieldContexts.js +458 -0
  64. package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -0
  65. package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +136 -0
  66. package/lib/openapi/platform/models/issueCustomFieldOptions.js +115 -0
  67. package/lib/openapi/platform/models/issueCustomFieldOptions.js.map +1 -0
  68. package/lib/openapi/platform/models/issueCustomFieldOptionsApps.d.ts +119 -0
  69. package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js +133 -0
  70. package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js.map +1 -0
  71. package/lib/openapi/platform/models/issueCustomFieldValuesApps.d.ts +66 -0
  72. package/lib/openapi/platform/models/issueCustomFieldValuesApps.js +42 -0
  73. package/lib/openapi/platform/models/issueCustomFieldValuesApps.js.map +1 -0
  74. package/lib/openapi/platform/models/issueFieldConfigurations.d.ts +194 -0
  75. package/lib/openapi/platform/models/issueFieldConfigurations.js +182 -0
  76. package/lib/openapi/platform/models/issueFieldConfigurations.js.map +1 -0
  77. package/lib/openapi/platform/models/issueFields.d.ts +227 -0
  78. package/lib/openapi/platform/models/issueFields.js +119 -0
  79. package/lib/openapi/platform/models/issueFields.js.map +1 -0
  80. package/lib/openapi/platform/models/issueLinkTypes.d.ts +9 -0
  81. package/lib/openapi/platform/models/issueLinkTypes.js +21 -0
  82. package/lib/openapi/platform/models/issueLinkTypes.js.map +1 -0
  83. package/lib/openapi/platform/models/issueLinks.d.ts +90 -0
  84. package/lib/openapi/platform/models/issueLinks.js +74 -0
  85. package/lib/openapi/platform/models/issueLinks.js.map +1 -0
  86. package/lib/openapi/platform/models/issueNotificationSchemes.d.ts +158 -0
  87. package/lib/openapi/platform/models/issueNotificationSchemes.js +147 -0
  88. package/lib/openapi/platform/models/issueNotificationSchemes.js.map +1 -0
  89. package/lib/openapi/platform/models/issuePriorities.d.ts +74 -0
  90. package/lib/openapi/platform/models/issuePriorities.js +89 -0
  91. package/lib/openapi/platform/models/issuePriorities.js.map +1 -0
  92. package/lib/openapi/platform/models/issueProperties.d.ts +80 -0
  93. package/lib/openapi/platform/models/issueProperties.js +158 -0
  94. package/lib/openapi/platform/models/issueProperties.js.map +1 -0
  95. package/lib/openapi/platform/models/issueRemoteLinks.d.ts +120 -0
  96. package/lib/openapi/platform/models/issueRemoteLinks.js +70 -0
  97. package/lib/openapi/platform/models/issueRemoteLinks.js.map +1 -0
  98. package/lib/openapi/platform/models/issueResolutions.d.ts +81 -0
  99. package/lib/openapi/platform/models/issueResolutions.js +79 -0
  100. package/lib/openapi/platform/models/issueResolutions.js.map +1 -0
  101. package/lib/openapi/platform/models/issueSearch.d.ts +196 -0
  102. package/lib/openapi/platform/models/issueSearch.js +136 -0
  103. package/lib/openapi/platform/models/issueSearch.js.map +1 -0
  104. package/lib/openapi/platform/models/issueSecurityLevel.d.ts +36 -0
  105. package/lib/openapi/platform/models/issueSecurityLevel.js +36 -0
  106. package/lib/openapi/platform/models/issueSecurityLevel.js.map +1 -0
  107. package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +214 -0
  108. package/lib/openapi/platform/models/issueSecuritySchemes.js +211 -0
  109. package/lib/openapi/platform/models/issueSecuritySchemes.js.map +1 -0
  110. package/lib/openapi/platform/models/issueTypeSchemes.d.ts +146 -0
  111. package/lib/openapi/platform/models/issueTypeSchemes.js +115 -0
  112. package/lib/openapi/platform/models/issueTypeSchemes.js.map +1 -0
  113. package/lib/openapi/platform/models/issueTypeScreenSchemes.d.ts +139 -0
  114. package/lib/openapi/platform/models/issueTypeScreenSchemes.js +109 -0
  115. package/lib/openapi/platform/models/issueTypeScreenSchemes.js.map +1 -0
  116. package/lib/openapi/platform/models/issueTypes.d.ts +36 -0
  117. package/lib/openapi/platform/models/issueTypes.js +28 -0
  118. package/lib/openapi/platform/models/issueTypes.js.map +1 -0
  119. package/lib/openapi/platform/models/issueVotes.d.ts +18 -0
  120. package/lib/openapi/platform/models/issueVotes.js +22 -0
  121. package/lib/openapi/platform/models/issueVotes.js.map +1 -0
  122. package/lib/openapi/platform/models/issueWatchers.d.ts +27 -0
  123. package/lib/openapi/platform/models/issueWatchers.js +36 -0
  124. package/lib/openapi/platform/models/issueWatchers.js.map +1 -0
  125. package/lib/openapi/platform/models/issueWorklogs.d.ts +93 -0
  126. package/lib/openapi/platform/models/issueWorklogs.js +80 -0
  127. package/lib/openapi/platform/models/issueWorklogs.js.map +1 -0
  128. package/lib/openapi/platform/models/issues.d.ts +1 -1
  129. package/lib/openapi/platform/models/jiraExpressions.d.ts +329 -0
  130. package/lib/openapi/platform/models/jiraExpressions.js +180 -0
  131. package/lib/openapi/platform/models/jiraExpressions.js.map +1 -0
  132. package/lib/openapi/platform/models/jiraSettings.d.ts +62 -0
  133. package/lib/openapi/platform/models/jiraSettings.js +49 -0
  134. package/lib/openapi/platform/models/jiraSettings.js.map +1 -0
  135. package/lib/openapi/platform/models/jql.d.ts +1 -1
  136. package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +61 -0
  137. package/lib/openapi/platform/models/jqlFunctionsApps.js +57 -0
  138. package/lib/openapi/platform/models/jqlFunctionsApps.js.map +1 -0
  139. package/lib/openapi/platform/models/labels.d.ts +1 -1
  140. package/lib/openapi/platform/models/licenseMetrics.d.ts +27 -0
  141. package/lib/openapi/platform/models/licenseMetrics.js +32 -0
  142. package/lib/openapi/platform/models/licenseMetrics.js.map +1 -0
  143. package/lib/openapi/platform/models/myself.d.ts +1 -1
  144. package/lib/openapi/platform/models/permissionSchemes.d.ts +42 -0
  145. package/lib/openapi/platform/models/permissionSchemes.js +39 -0
  146. package/lib/openapi/platform/models/permissionSchemes.js.map +1 -0
  147. package/lib/openapi/platform/models/permissions.d.ts +1 -1
  148. package/lib/openapi/platform/models/prioritySchemes.d.ts +233 -0
  149. package/lib/openapi/platform/models/prioritySchemes.js +227 -0
  150. package/lib/openapi/platform/models/prioritySchemes.js.map +1 -0
  151. package/lib/openapi/platform/models/projectAvatars.d.ts +11 -0
  152. package/lib/openapi/platform/models/projectAvatars.js +20 -0
  153. package/lib/openapi/platform/models/projectAvatars.js.map +1 -0
  154. package/lib/openapi/platform/models/projectClassificationLevels.d.ts +8 -0
  155. package/lib/openapi/platform/models/projectClassificationLevels.js +17 -0
  156. package/lib/openapi/platform/models/projectClassificationLevels.js.map +1 -0
  157. package/lib/openapi/platform/models/projectComponents.d.ts +122 -0
  158. package/lib/openapi/platform/models/projectComponents.js +91 -0
  159. package/lib/openapi/platform/models/projectComponents.js.map +1 -0
  160. package/lib/openapi/platform/models/projectEmail.d.ts +10 -0
  161. package/lib/openapi/platform/models/projectEmail.js +18 -0
  162. package/lib/openapi/platform/models/projectEmail.js.map +1 -0
  163. package/lib/openapi/platform/models/projectFeatures.d.ts +35 -0
  164. package/lib/openapi/platform/models/projectFeatures.js +38 -0
  165. package/lib/openapi/platform/models/projectFeatures.js.map +1 -0
  166. package/lib/openapi/platform/models/projectPermissionSchemes.d.ts +17 -0
  167. package/lib/openapi/platform/models/projectPermissionSchemes.js +25 -0
  168. package/lib/openapi/platform/models/projectPermissionSchemes.js.map +1 -0
  169. package/lib/openapi/platform/models/projectRoleActors.d.ts +65 -0
  170. package/lib/openapi/platform/models/projectRoleActors.js +37 -0
  171. package/lib/openapi/platform/models/projectRoleActors.js.map +1 -0
  172. package/lib/openapi/platform/models/projectRoles.d.ts +41 -0
  173. package/lib/openapi/platform/models/projectRoles.js +34 -0
  174. package/lib/openapi/platform/models/projectRoles.js.map +1 -0
  175. package/lib/openapi/platform/models/projectTypes.d.ts +16 -0
  176. package/lib/openapi/platform/models/projectTypes.js +21 -0
  177. package/lib/openapi/platform/models/projectTypes.js.map +1 -0
  178. package/lib/openapi/platform/models/projectVersions.d.ts +110 -0
  179. package/lib/openapi/platform/models/projectVersions.js +87 -0
  180. package/lib/openapi/platform/models/projectVersions.js.map +1 -0
  181. package/lib/openapi/platform/models/projects.d.ts +1 -1
  182. package/lib/openapi/platform/models/screenSchemes.d.ts +94 -0
  183. package/lib/openapi/platform/models/screenSchemes.js +79 -0
  184. package/lib/openapi/platform/models/screenSchemes.js.map +1 -0
  185. package/lib/openapi/platform/models/screenTabFields.d.ts +19 -0
  186. package/lib/openapi/platform/models/screenTabFields.js +24 -0
  187. package/lib/openapi/platform/models/screenTabFields.js.map +1 -0
  188. package/lib/openapi/platform/models/screens.d.ts +1 -1
  189. package/lib/openapi/platform/models/serverInfo.d.ts +51 -0
  190. package/lib/openapi/platform/models/serverInfo.js +47 -0
  191. package/lib/openapi/platform/models/serverInfo.js.map +1 -0
  192. package/lib/openapi/platform/models/serviceRegistry.d.ts +32 -0
  193. package/lib/openapi/platform/models/serviceRegistry.js +34 -0
  194. package/lib/openapi/platform/models/serviceRegistry.js.map +1 -0
  195. package/lib/openapi/platform/models/status.d.ts +1 -1
  196. package/lib/openapi/platform/models/timeTracking.d.ts +20 -0
  197. package/lib/openapi/platform/models/timeTracking.js +19 -0
  198. package/lib/openapi/platform/models/timeTracking.js.map +1 -0
  199. package/lib/openapi/platform/models/uiModificationsApps.d.ts +127 -0
  200. package/lib/openapi/platform/models/uiModificationsApps.js +85 -0
  201. package/lib/openapi/platform/models/uiModificationsApps.js.map +1 -0
  202. package/lib/openapi/platform/models/userSearch.d.ts +37 -0
  203. package/lib/openapi/platform/models/userSearch.js +30 -0
  204. package/lib/openapi/platform/models/userSearch.js.map +1 -0
  205. package/lib/openapi/platform/models/users.d.ts +1 -1
  206. package/lib/openapi/platform/models/webhooks.d.ts +1 -1
  207. package/lib/openapi/platform/models/workflowSchemeDrafts.d.ts +17 -0
  208. package/lib/openapi/platform/models/workflowSchemeDrafts.js +37 -0
  209. package/lib/openapi/platform/models/workflowSchemeDrafts.js.map +1 -0
  210. package/lib/openapi/platform/models/workflowSchemeProjectAssociations.d.ts +29 -0
  211. package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js +33 -0
  212. package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js.map +1 -0
  213. package/lib/openapi/platform/models/workflowSchemes.d.ts +217 -0
  214. package/lib/openapi/platform/models/workflowSchemes.js +261 -0
  215. package/lib/openapi/platform/models/workflowSchemes.js.map +1 -0
  216. package/lib/openapi/platform/models/workflowTransitionProperties.d.ts +15 -0
  217. package/lib/openapi/platform/models/workflowTransitionProperties.js +19 -0
  218. package/lib/openapi/platform/models/workflowTransitionProperties.js.map +1 -0
  219. package/lib/openapi/platform/models/workflowTransitionRules.d.ts +106 -0
  220. package/lib/openapi/platform/models/workflowTransitionRules.js +117 -0
  221. package/lib/openapi/platform/models/workflowTransitionRules.js.map +1 -0
  222. package/lib/openapi/platform/models/workflows.d.ts +1 -1
  223. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +49 -0
  224. package/lib/openapi/platform/services/AnnouncementBannerService.js +99 -0
  225. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -0
  226. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +44 -0
  227. package/lib/openapi/platform/services/AppDataPoliciesService.js +101 -0
  228. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -0
  229. package/lib/openapi/platform/services/AppMigrationService.d.ts +152 -0
  230. package/lib/openapi/platform/services/AppMigrationService.js +178 -0
  231. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -0
  232. package/lib/openapi/platform/services/AppPropertiesService.d.ts +184 -0
  233. package/lib/openapi/platform/services/AppPropertiesService.js +325 -0
  234. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -0
  235. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +158 -0
  236. package/lib/openapi/platform/services/ApplicationRolesService.js +209 -0
  237. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -0
  238. package/lib/openapi/platform/services/AuditRecordsService.d.ts +101 -0
  239. package/lib/openapi/platform/services/AuditRecordsService.js +125 -0
  240. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -0
  241. package/lib/openapi/platform/services/AvatarsService.d.ts +363 -0
  242. package/lib/openapi/platform/services/AvatarsService.js +523 -0
  243. package/lib/openapi/platform/services/AvatarsService.js.map +1 -0
  244. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +72 -0
  245. package/lib/openapi/platform/services/ClassificationLevelsService.js +104 -0
  246. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -0
  247. package/lib/openapi/platform/services/DashboardsService.d.ts +918 -0
  248. package/lib/openapi/platform/services/DashboardsService.js +1109 -0
  249. package/lib/openapi/platform/services/DashboardsService.js.map +1 -0
  250. package/lib/openapi/platform/services/DynamicModulesService.d.ts +50 -0
  251. package/lib/openapi/platform/services/DynamicModulesService.js +96 -0
  252. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -0
  253. package/lib/openapi/platform/services/FilterSharingService.d.ts +446 -0
  254. package/lib/openapi/platform/services/FilterSharingService.js +565 -0
  255. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -0
  256. package/lib/openapi/platform/services/FiltersService.d.ts +1320 -0
  257. package/lib/openapi/platform/services/FiltersService.js +1351 -0
  258. package/lib/openapi/platform/services/FiltersService.js.map +1 -0
  259. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +132 -0
  260. package/lib/openapi/platform/services/GroupAndUserPickerService.js +140 -0
  261. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -0
  262. package/lib/openapi/platform/services/GroupsService.d.ts +411 -0
  263. package/lib/openapi/platform/services/GroupsService.js +448 -0
  264. package/lib/openapi/platform/services/GroupsService.js.map +1 -0
  265. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +549 -0
  266. package/lib/openapi/platform/services/IssueAttachmentsService.js +724 -0
  267. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -0
  268. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +149 -0
  269. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +239 -0
  270. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -0
  271. package/lib/openapi/platform/services/IssueCommentsService.d.ts +528 -0
  272. package/lib/openapi/platform/services/IssueCommentsService.js +563 -0
  273. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -0
  274. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +155 -0
  275. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +163 -0
  276. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -0
  277. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +659 -0
  278. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +854 -0
  279. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -0
  280. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +615 -0
  281. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +605 -0
  282. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -0
  283. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +339 -0
  284. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +420 -0
  285. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -0
  286. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +90 -0
  287. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +117 -0
  288. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -0
  289. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +561 -0
  290. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +801 -0
  291. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -0
  292. package/lib/openapi/platform/services/IssueFieldsService.d.ts +420 -0
  293. package/lib/openapi/platform/services/IssueFieldsService.js +555 -0
  294. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -0
  295. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +165 -0
  296. package/lib/openapi/platform/services/IssueLinkTypesService.js +263 -0
  297. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -0
  298. package/lib/openapi/platform/services/IssueLinksService.d.ts +237 -0
  299. package/lib/openapi/platform/services/IssueLinksService.js +264 -0
  300. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -0
  301. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +55 -0
  302. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +97 -0
  303. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -0
  304. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +809 -0
  305. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +917 -0
  306. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -0
  307. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +238 -0
  308. package/lib/openapi/platform/services/IssuePrioritiesService.js +372 -0
  309. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -0
  310. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +368 -0
  311. package/lib/openapi/platform/services/IssuePropertiesService.js +439 -0
  312. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -0
  313. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +351 -0
  314. package/lib/openapi/platform/services/IssueRemoteLinksService.js +429 -0
  315. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -0
  316. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +202 -0
  317. package/lib/openapi/platform/services/IssueResolutionsService.js +346 -0
  318. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -0
  319. package/lib/openapi/platform/services/IssueSearchService.d.ts +887 -0
  320. package/lib/openapi/platform/services/IssueSearchService.js +878 -0
  321. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -0
  322. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +136 -0
  323. package/lib/openapi/platform/services/IssueSecurityLevelService.js +174 -0
  324. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -0
  325. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +530 -0
  326. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +721 -0
  327. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -0
  328. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +150 -0
  329. package/lib/openapi/platform/services/IssueTypePropertiesService.js +227 -0
  330. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -0
  331. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +460 -0
  332. package/lib/openapi/platform/services/IssueTypeSchemesService.js +615 -0
  333. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -0
  334. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +442 -0
  335. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +606 -0
  336. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -0
  337. package/lib/openapi/platform/services/IssueTypesService.d.ts +343 -0
  338. package/lib/openapi/platform/services/IssueTypesService.js +495 -0
  339. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -0
  340. package/lib/openapi/platform/services/IssueVotesService.d.ts +117 -0
  341. package/lib/openapi/platform/services/IssueVotesService.js +179 -0
  342. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -0
  343. package/lib/openapi/platform/services/IssueWatchersService.d.ts +168 -0
  344. package/lib/openapi/platform/services/IssueWatchersService.js +236 -0
  345. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -0
  346. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +165 -0
  347. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +251 -0
  348. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -0
  349. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +694 -0
  350. package/lib/openapi/platform/services/IssueWorklogsService.js +701 -0
  351. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -0
  352. package/lib/openapi/platform/services/IssuesService.d.ts +2356 -0
  353. package/lib/openapi/platform/services/IssuesService.js +2022 -0
  354. package/lib/openapi/platform/services/IssuesService.js.map +1 -0
  355. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +298 -0
  356. package/lib/openapi/platform/services/JiraExpressionsService.js +272 -0
  357. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -0
  358. package/lib/openapi/platform/services/JiraSettingsService.d.ts +236 -0
  359. package/lib/openapi/platform/services/JiraSettingsService.js +325 -0
  360. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -0
  361. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +113 -0
  362. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +142 -0
  363. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -0
  364. package/lib/openapi/platform/services/JqlService.d.ts +623 -0
  365. package/lib/openapi/platform/services/JqlService.js +697 -0
  366. package/lib/openapi/platform/services/JqlService.js.map +1 -0
  367. package/lib/openapi/platform/services/LabelsService.d.ts +34 -0
  368. package/lib/openapi/platform/services/LabelsService.js +67 -0
  369. package/lib/openapi/platform/services/LabelsService.js.map +1 -0
  370. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +82 -0
  371. package/lib/openapi/platform/services/LicenseMetricsService.js +160 -0
  372. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -0
  373. package/lib/openapi/platform/services/MyselfService.d.ts +254 -0
  374. package/lib/openapi/platform/services/MyselfService.js +382 -0
  375. package/lib/openapi/platform/services/MyselfService.js.map +1 -0
  376. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +554 -0
  377. package/lib/openapi/platform/services/PermissionSchemesService.js +613 -0
  378. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -0
  379. package/lib/openapi/platform/services/PermissionsService.d.ts +214 -0
  380. package/lib/openapi/platform/services/PermissionsService.js +281 -0
  381. package/lib/openapi/platform/services/PermissionsService.js.map +1 -0
  382. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +578 -0
  383. package/lib/openapi/platform/services/PrioritySchemesService.js +655 -0
  384. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -0
  385. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +170 -0
  386. package/lib/openapi/platform/services/ProjectAvatarsService.js +254 -0
  387. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -0
  388. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +128 -0
  389. package/lib/openapi/platform/services/ProjectCategoriesService.js +226 -0
  390. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -0
  391. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +90 -0
  392. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +161 -0
  393. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -0
  394. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +955 -0
  395. package/lib/openapi/platform/services/ProjectComponentsService.js +1075 -0
  396. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -0
  397. package/lib/openapi/platform/services/ProjectEmailService.d.ts +60 -0
  398. package/lib/openapi/platform/services/ProjectEmailService.js +113 -0
  399. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -0
  400. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +103 -0
  401. package/lib/openapi/platform/services/ProjectFeaturesService.js +155 -0
  402. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -0
  403. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +59 -0
  404. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +135 -0
  405. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -0
  406. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +179 -0
  407. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +255 -0
  408. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -0
  409. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +147 -0
  410. package/lib/openapi/platform/services/ProjectPropertiesService.js +224 -0
  411. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -0
  412. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +351 -0
  413. package/lib/openapi/platform/services/ProjectRoleActorsService.js +413 -0
  414. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -0
  415. package/lib/openapi/platform/services/ProjectRolesService.d.ts +484 -0
  416. package/lib/openapi/platform/services/ProjectRolesService.js +647 -0
  417. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -0
  418. package/lib/openapi/platform/services/ProjectTypesService.d.ts +121 -0
  419. package/lib/openapi/platform/services/ProjectTypesService.js +220 -0
  420. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -0
  421. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +632 -0
  422. package/lib/openapi/platform/services/ProjectVersionsService.js +852 -0
  423. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -0
  424. package/lib/openapi/platform/services/ProjectsService.d.ts +1622 -0
  425. package/lib/openapi/platform/services/ProjectsService.js +1686 -0
  426. package/lib/openapi/platform/services/ProjectsService.js.map +1 -0
  427. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +166 -0
  428. package/lib/openapi/platform/services/ScreenSchemesService.js +216 -0
  429. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -0
  430. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +103 -0
  431. package/lib/openapi/platform/services/ScreenTabFieldsService.js +181 -0
  432. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -0
  433. package/lib/openapi/platform/services/ScreenTabsService.d.ts +164 -0
  434. package/lib/openapi/platform/services/ScreenTabsService.js +278 -0
  435. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -0
  436. package/lib/openapi/platform/services/ScreensService.d.ts +226 -0
  437. package/lib/openapi/platform/services/ScreensService.js +346 -0
  438. package/lib/openapi/platform/services/ScreensService.js.map +1 -0
  439. package/lib/openapi/platform/services/ServerInfoService.d.ts +40 -0
  440. package/lib/openapi/platform/services/ServerInfoService.js +74 -0
  441. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -0
  442. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +32 -0
  443. package/lib/openapi/platform/services/ServiceRegistryService.js +60 -0
  444. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -0
  445. package/lib/openapi/platform/services/StatusService.d.ts +268 -0
  446. package/lib/openapi/platform/services/StatusService.js +321 -0
  447. package/lib/openapi/platform/services/StatusService.js.map +1 -0
  448. package/lib/openapi/platform/services/TasksService.d.ts +71 -0
  449. package/lib/openapi/platform/services/TasksService.js +126 -0
  450. package/lib/openapi/platform/services/TasksService.js.map +1 -0
  451. package/lib/openapi/platform/services/TimeTrackingService.d.ts +140 -0
  452. package/lib/openapi/platform/services/TimeTrackingService.js +260 -0
  453. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -0
  454. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +212 -0
  455. package/lib/openapi/platform/services/UiModificationsAppsService.js +262 -0
  456. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -0
  457. package/lib/openapi/platform/services/UserPropertiesService.d.ts +218 -0
  458. package/lib/openapi/platform/services/UserPropertiesService.js +254 -0
  459. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -0
  460. package/lib/openapi/platform/services/UserSearchService.d.ts +782 -0
  461. package/lib/openapi/platform/services/UserSearchService.js +784 -0
  462. package/lib/openapi/platform/services/UserSearchService.js.map +1 -0
  463. package/lib/openapi/platform/services/UsersService.d.ts +579 -0
  464. package/lib/openapi/platform/services/UsersService.js +729 -0
  465. package/lib/openapi/platform/services/UsersService.js.map +1 -0
  466. package/lib/openapi/platform/services/WebhooksService.d.ts +258 -0
  467. package/lib/openapi/platform/services/WebhooksService.js +307 -0
  468. package/lib/openapi/platform/services/WebhooksService.js.map +1 -0
  469. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +744 -0
  470. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +956 -0
  471. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -0
  472. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +85 -0
  473. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +134 -0
  474. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -0
  475. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +843 -0
  476. package/lib/openapi/platform/services/WorkflowSchemesService.js +1030 -0
  477. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -0
  478. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +60 -0
  479. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +115 -0
  480. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -0
  481. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +87 -0
  482. package/lib/openapi/platform/services/WorkflowStatusesService.js +142 -0
  483. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -0
  484. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +189 -0
  485. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +224 -0
  486. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -0
  487. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +319 -0
  488. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +326 -0
  489. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -0
  490. package/lib/openapi/platform/services/WorkflowsService.d.ts +3032 -0
  491. package/lib/openapi/platform/services/WorkflowsService.js +2529 -0
  492. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -0
  493. package/lib/openapi/platform/validationSchemaStorage.d.ts +3 -0
  494. package/lib/openapi/platform/validationSchemaStorage.js +144 -0
  495. package/lib/openapi/platform/validationSchemaStorage.js.map +1 -0
  496. package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +430 -0
  497. package/lib/openapi/software/BaseJiraSoftwareApiClient.js +444 -0
  498. package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -0
  499. package/lib/openapi/software/core/CommonHttpClient.js +390 -0
  500. package/lib/openapi/software/core/CommonHttpClient.js.map +1 -0
  501. package/lib/openapi/software/core/CommonHttpService.d.ts +7 -0
  502. package/lib/openapi/software/core/CommonHttpService.js +20 -0
  503. package/lib/openapi/software/core/CommonHttpService.js.map +1 -0
  504. package/lib/openapi/software/core/CommonValidationSchemaStorage.d.ts +35 -0
  505. package/lib/openapi/software/core/CommonValidationSchemaStorage.js +65 -0
  506. package/lib/openapi/software/core/CommonValidationSchemaStorage.js.map +1 -0
  507. package/lib/openapi/software/models/board.d.ts +519 -457
  508. package/lib/openapi/software/models/board.js +515 -334
  509. package/lib/openapi/software/models/board.js.map +1 -1
  510. package/lib/openapi/software/models/builds.d.ts +352 -0
  511. package/lib/openapi/software/models/builds.js +116 -0
  512. package/lib/openapi/software/models/builds.js.map +1 -0
  513. package/lib/openapi/software/models/common.d.ts +122 -0
  514. package/lib/openapi/software/models/common.js +109 -0
  515. package/lib/openapi/software/models/common.js.map +1 -0
  516. package/lib/openapi/software/models/deployments.d.ts +245 -0
  517. package/lib/openapi/software/models/deployments.js +154 -0
  518. package/lib/openapi/software/models/deployments.js.map +1 -0
  519. package/lib/openapi/software/models/devOpsComponents.d.ts +90 -0
  520. package/lib/openapi/software/models/devOpsComponents.js +49 -0
  521. package/lib/openapi/software/models/devOpsComponents.js.map +1 -0
  522. package/lib/openapi/software/models/developmentInformation.d.ts +649 -0
  523. package/lib/openapi/software/models/developmentInformation.js +217 -0
  524. package/lib/openapi/software/models/developmentInformation.js.map +1 -0
  525. package/lib/openapi/software/models/epic.d.ts +17 -0
  526. package/lib/openapi/software/models/epic.js +51 -0
  527. package/lib/openapi/software/models/epic.js.map +1 -0
  528. package/lib/openapi/software/models/featureFlags.d.ts +180 -0
  529. package/lib/openapi/software/models/featureFlags.js +65 -0
  530. package/lib/openapi/software/models/featureFlags.js.map +1 -0
  531. package/lib/openapi/software/models/issue.d.ts +6 -0
  532. package/lib/openapi/software/models/issue.js +17 -0
  533. package/lib/openapi/software/models/issue.js.map +1 -0
  534. package/lib/openapi/software/models/operations.d.ts +420 -0
  535. package/lib/openapi/software/models/operations.js +167 -0
  536. package/lib/openapi/software/models/operations.js.map +1 -0
  537. package/lib/openapi/software/models/remoteLinks.d.ts +268 -0
  538. package/lib/openapi/software/models/remoteLinks.js +108 -0
  539. package/lib/openapi/software/models/remoteLinks.js.map +1 -0
  540. package/lib/openapi/software/models/securityInformation.d.ts +386 -0
  541. package/lib/openapi/software/models/securityInformation.js +129 -0
  542. package/lib/openapi/software/models/securityInformation.js.map +1 -0
  543. package/lib/openapi/software/models/sprint.d.ts +13 -0
  544. package/lib/openapi/software/models/sprint.js +27 -0
  545. package/lib/openapi/software/models/sprint.js.map +1 -0
  546. package/lib/openapi/software/services/BacklogService.d.ts +75 -0
  547. package/lib/openapi/software/services/BacklogService.js +113 -0
  548. package/lib/openapi/software/services/BacklogService.js.map +1 -0
  549. package/lib/openapi/software/services/BoardService.d.ts +1920 -0
  550. package/lib/openapi/software/services/BoardService.js +2268 -0
  551. package/lib/openapi/software/services/BoardService.js.map +1 -0
  552. package/lib/openapi/software/services/BuildsService.d.ts +201 -0
  553. package/lib/openapi/software/services/BuildsService.js +200 -0
  554. package/lib/openapi/software/services/BuildsService.js.map +1 -0
  555. package/lib/openapi/software/services/DeploymentsService.d.ts +218 -0
  556. package/lib/openapi/software/services/DeploymentsService.js +236 -0
  557. package/lib/openapi/software/services/DeploymentsService.js.map +1 -0
  558. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +335 -0
  559. package/lib/openapi/software/services/DevOpsComponentsService.js +309 -0
  560. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -0
  561. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +186 -0
  562. package/lib/openapi/software/services/DevelopmentInformationService.js +221 -0
  563. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -0
  564. package/lib/openapi/software/services/EpicService.d.ts +583 -0
  565. package/lib/openapi/software/services/EpicService.js +633 -0
  566. package/lib/openapi/software/services/EpicService.js.map +1 -0
  567. package/lib/openapi/software/services/FeatureFlagsService.d.ts +171 -0
  568. package/lib/openapi/software/services/FeatureFlagsService.js +186 -0
  569. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -0
  570. package/lib/openapi/software/services/IssueService.d.ts +324 -0
  571. package/lib/openapi/software/services/IssueService.js +412 -0
  572. package/lib/openapi/software/services/IssueService.js.map +1 -0
  573. package/lib/openapi/software/services/OperationsService.d.ts +598 -0
  574. package/lib/openapi/software/services/OperationsService.js +510 -0
  575. package/lib/openapi/software/services/OperationsService.js.map +1 -0
  576. package/lib/openapi/software/services/RemoteLinksService.d.ts +363 -0
  577. package/lib/openapi/software/services/RemoteLinksService.js +316 -0
  578. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -0
  579. package/lib/openapi/software/services/SecurityInformationService.d.ts +258 -0
  580. package/lib/openapi/software/services/SecurityInformationService.js +314 -0
  581. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -0
  582. package/lib/openapi/software/services/SprintService.d.ts +507 -0
  583. package/lib/openapi/software/services/SprintService.js +676 -0
  584. package/lib/openapi/software/services/SprintService.js.map +1 -0
  585. package/lib/openapi/software/validationSchemaStorage.d.ts +3 -0
  586. package/lib/openapi/software/validationSchemaStorage.js +144 -0
  587. package/lib/openapi/software/validationSchemaStorage.js.map +1 -0
  588. package/package.json +6 -6
  589. package/lib/openapi/platform/base-jira-platform-api-client.d.ts +0 -868
  590. package/lib/openapi/platform/base-jira-platform-api-client.js +0 -808
  591. package/lib/openapi/platform/base-jira-platform-api-client.js.map +0 -1
  592. package/lib/openapi/platform/core/common-http-client.js +0 -390
  593. package/lib/openapi/platform/core/common-http-client.js.map +0 -1
  594. package/lib/openapi/platform/core/common-http-service.d.ts +0 -7
  595. package/lib/openapi/platform/core/common-http-service.js +0 -20
  596. package/lib/openapi/platform/core/common-http-service.js.map +0 -1
  597. package/lib/openapi/platform/core/common-validation-schema-storage.d.ts +0 -35
  598. package/lib/openapi/platform/core/common-validation-schema-storage.js +0 -65
  599. package/lib/openapi/platform/core/common-validation-schema-storage.js.map +0 -1
  600. package/lib/openapi/platform/models/announcement-banner.d.ts +0 -27
  601. package/lib/openapi/platform/models/announcement-banner.js +0 -30
  602. package/lib/openapi/platform/models/announcement-banner.js.map +0 -1
  603. package/lib/openapi/platform/models/app-data-policies.d.ts +0 -31
  604. package/lib/openapi/platform/models/app-data-policies.js +0 -40
  605. package/lib/openapi/platform/models/app-data-policies.js.map +0 -1
  606. package/lib/openapi/platform/models/app-migration.d.ts +0 -86
  607. package/lib/openapi/platform/models/app-migration.js +0 -67
  608. package/lib/openapi/platform/models/app-migration.js.map +0 -1
  609. package/lib/openapi/platform/models/app-properties.d.ts +0 -15
  610. package/lib/openapi/platform/models/app-properties.js +0 -18
  611. package/lib/openapi/platform/models/app-properties.js.map +0 -1
  612. package/lib/openapi/platform/models/audit-records.d.ts +0 -70
  613. package/lib/openapi/platform/models/audit-records.js +0 -62
  614. package/lib/openapi/platform/models/audit-records.js.map +0 -1
  615. package/lib/openapi/platform/models/classification-levels.d.ts +0 -25
  616. package/lib/openapi/platform/models/classification-levels.js +0 -31
  617. package/lib/openapi/platform/models/classification-levels.js.map +0 -1
  618. package/lib/openapi/platform/models/dynamic-modules.d.ts +0 -92
  619. package/lib/openapi/platform/models/dynamic-modules.js +0 -24
  620. package/lib/openapi/platform/models/dynamic-modules.js.map +0 -1
  621. package/lib/openapi/platform/models/filter-sharing.d.ts +0 -59
  622. package/lib/openapi/platform/models/filter-sharing.js +0 -36
  623. package/lib/openapi/platform/models/filter-sharing.js.map +0 -1
  624. package/lib/openapi/platform/models/group-and-user-picker.d.ts +0 -49
  625. package/lib/openapi/platform/models/group-and-user-picker.js +0 -31
  626. package/lib/openapi/platform/models/group-and-user-picker.js.map +0 -1
  627. package/lib/openapi/platform/models/issue-attachments.d.ts +0 -124
  628. package/lib/openapi/platform/models/issue-attachments.js +0 -129
  629. package/lib/openapi/platform/models/issue-attachments.js.map +0 -1
  630. package/lib/openapi/platform/models/issue-comment-properties.d.ts +0 -10
  631. package/lib/openapi/platform/models/issue-comment-properties.js +0 -18
  632. package/lib/openapi/platform/models/issue-comment-properties.js.map +0 -1
  633. package/lib/openapi/platform/models/issue-comments.d.ts +0 -36
  634. package/lib/openapi/platform/models/issue-comments.js +0 -49
  635. package/lib/openapi/platform/models/issue-comments.js.map +0 -1
  636. package/lib/openapi/platform/models/issue-custom-field-configuration-apps.d.ts +0 -36
  637. package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js +0 -53
  638. package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js.map +0 -1
  639. package/lib/openapi/platform/models/issue-custom-field-contexts.d.ts +0 -417
  640. package/lib/openapi/platform/models/issue-custom-field-contexts.js +0 -458
  641. package/lib/openapi/platform/models/issue-custom-field-contexts.js.map +0 -1
  642. package/lib/openapi/platform/models/issue-custom-field-options-apps.d.ts +0 -119
  643. package/lib/openapi/platform/models/issue-custom-field-options-apps.js +0 -133
  644. package/lib/openapi/platform/models/issue-custom-field-options-apps.js.map +0 -1
  645. package/lib/openapi/platform/models/issue-custom-field-options.d.ts +0 -136
  646. package/lib/openapi/platform/models/issue-custom-field-options.js +0 -115
  647. package/lib/openapi/platform/models/issue-custom-field-options.js.map +0 -1
  648. package/lib/openapi/platform/models/issue-custom-field-values-apps.d.ts +0 -66
  649. package/lib/openapi/platform/models/issue-custom-field-values-apps.js +0 -42
  650. package/lib/openapi/platform/models/issue-custom-field-values-apps.js.map +0 -1
  651. package/lib/openapi/platform/models/issue-field-configurations.d.ts +0 -194
  652. package/lib/openapi/platform/models/issue-field-configurations.js +0 -182
  653. package/lib/openapi/platform/models/issue-field-configurations.js.map +0 -1
  654. package/lib/openapi/platform/models/issue-fields.d.ts +0 -227
  655. package/lib/openapi/platform/models/issue-fields.js +0 -119
  656. package/lib/openapi/platform/models/issue-fields.js.map +0 -1
  657. package/lib/openapi/platform/models/issue-link-types.d.ts +0 -9
  658. package/lib/openapi/platform/models/issue-link-types.js +0 -21
  659. package/lib/openapi/platform/models/issue-link-types.js.map +0 -1
  660. package/lib/openapi/platform/models/issue-links.d.ts +0 -90
  661. package/lib/openapi/platform/models/issue-links.js +0 -74
  662. package/lib/openapi/platform/models/issue-links.js.map +0 -1
  663. package/lib/openapi/platform/models/issue-notification-schemes.d.ts +0 -158
  664. package/lib/openapi/platform/models/issue-notification-schemes.js +0 -147
  665. package/lib/openapi/platform/models/issue-notification-schemes.js.map +0 -1
  666. package/lib/openapi/platform/models/issue-priorities.d.ts +0 -74
  667. package/lib/openapi/platform/models/issue-priorities.js +0 -89
  668. package/lib/openapi/platform/models/issue-priorities.js.map +0 -1
  669. package/lib/openapi/platform/models/issue-properties.d.ts +0 -80
  670. package/lib/openapi/platform/models/issue-properties.js +0 -158
  671. package/lib/openapi/platform/models/issue-properties.js.map +0 -1
  672. package/lib/openapi/platform/models/issue-remote-links.d.ts +0 -120
  673. package/lib/openapi/platform/models/issue-remote-links.js +0 -70
  674. package/lib/openapi/platform/models/issue-remote-links.js.map +0 -1
  675. package/lib/openapi/platform/models/issue-resolutions.d.ts +0 -81
  676. package/lib/openapi/platform/models/issue-resolutions.js +0 -79
  677. package/lib/openapi/platform/models/issue-resolutions.js.map +0 -1
  678. package/lib/openapi/platform/models/issue-search.d.ts +0 -196
  679. package/lib/openapi/platform/models/issue-search.js +0 -136
  680. package/lib/openapi/platform/models/issue-search.js.map +0 -1
  681. package/lib/openapi/platform/models/issue-security-level.d.ts +0 -36
  682. package/lib/openapi/platform/models/issue-security-level.js +0 -36
  683. package/lib/openapi/platform/models/issue-security-level.js.map +0 -1
  684. package/lib/openapi/platform/models/issue-security-schemes.d.ts +0 -214
  685. package/lib/openapi/platform/models/issue-security-schemes.js +0 -211
  686. package/lib/openapi/platform/models/issue-security-schemes.js.map +0 -1
  687. package/lib/openapi/platform/models/issue-type-schemes.d.ts +0 -146
  688. package/lib/openapi/platform/models/issue-type-schemes.js +0 -115
  689. package/lib/openapi/platform/models/issue-type-schemes.js.map +0 -1
  690. package/lib/openapi/platform/models/issue-type-screen-schemes.d.ts +0 -139
  691. package/lib/openapi/platform/models/issue-type-screen-schemes.js +0 -109
  692. package/lib/openapi/platform/models/issue-type-screen-schemes.js.map +0 -1
  693. package/lib/openapi/platform/models/issue-types.d.ts +0 -36
  694. package/lib/openapi/platform/models/issue-types.js +0 -28
  695. package/lib/openapi/platform/models/issue-types.js.map +0 -1
  696. package/lib/openapi/platform/models/issue-votes.d.ts +0 -18
  697. package/lib/openapi/platform/models/issue-votes.js +0 -22
  698. package/lib/openapi/platform/models/issue-votes.js.map +0 -1
  699. package/lib/openapi/platform/models/issue-watchers.d.ts +0 -27
  700. package/lib/openapi/platform/models/issue-watchers.js +0 -36
  701. package/lib/openapi/platform/models/issue-watchers.js.map +0 -1
  702. package/lib/openapi/platform/models/issue-worklogs.d.ts +0 -93
  703. package/lib/openapi/platform/models/issue-worklogs.js +0 -80
  704. package/lib/openapi/platform/models/issue-worklogs.js.map +0 -1
  705. package/lib/openapi/platform/models/jira-expressions.d.ts +0 -329
  706. package/lib/openapi/platform/models/jira-expressions.js +0 -180
  707. package/lib/openapi/platform/models/jira-expressions.js.map +0 -1
  708. package/lib/openapi/platform/models/jira-settings.d.ts +0 -62
  709. package/lib/openapi/platform/models/jira-settings.js +0 -49
  710. package/lib/openapi/platform/models/jira-settings.js.map +0 -1
  711. package/lib/openapi/platform/models/jql-functions-apps.d.ts +0 -61
  712. package/lib/openapi/platform/models/jql-functions-apps.js +0 -57
  713. package/lib/openapi/platform/models/jql-functions-apps.js.map +0 -1
  714. package/lib/openapi/platform/models/license-metrics.d.ts +0 -27
  715. package/lib/openapi/platform/models/license-metrics.js +0 -32
  716. package/lib/openapi/platform/models/license-metrics.js.map +0 -1
  717. package/lib/openapi/platform/models/permission-schemes.d.ts +0 -42
  718. package/lib/openapi/platform/models/permission-schemes.js +0 -39
  719. package/lib/openapi/platform/models/permission-schemes.js.map +0 -1
  720. package/lib/openapi/platform/models/priority-schemes.d.ts +0 -233
  721. package/lib/openapi/platform/models/priority-schemes.js +0 -227
  722. package/lib/openapi/platform/models/priority-schemes.js.map +0 -1
  723. package/lib/openapi/platform/models/project-avatars.d.ts +0 -11
  724. package/lib/openapi/platform/models/project-avatars.js +0 -20
  725. package/lib/openapi/platform/models/project-avatars.js.map +0 -1
  726. package/lib/openapi/platform/models/project-classification-levels.d.ts +0 -8
  727. package/lib/openapi/platform/models/project-classification-levels.js +0 -17
  728. package/lib/openapi/platform/models/project-classification-levels.js.map +0 -1
  729. package/lib/openapi/platform/models/project-components.d.ts +0 -122
  730. package/lib/openapi/platform/models/project-components.js +0 -91
  731. package/lib/openapi/platform/models/project-components.js.map +0 -1
  732. package/lib/openapi/platform/models/project-email.d.ts +0 -10
  733. package/lib/openapi/platform/models/project-email.js +0 -18
  734. package/lib/openapi/platform/models/project-email.js.map +0 -1
  735. package/lib/openapi/platform/models/project-features.d.ts +0 -35
  736. package/lib/openapi/platform/models/project-features.js +0 -38
  737. package/lib/openapi/platform/models/project-features.js.map +0 -1
  738. package/lib/openapi/platform/models/project-permission-schemes.d.ts +0 -17
  739. package/lib/openapi/platform/models/project-permission-schemes.js +0 -25
  740. package/lib/openapi/platform/models/project-permission-schemes.js.map +0 -1
  741. package/lib/openapi/platform/models/project-role-actors.d.ts +0 -65
  742. package/lib/openapi/platform/models/project-role-actors.js +0 -37
  743. package/lib/openapi/platform/models/project-role-actors.js.map +0 -1
  744. package/lib/openapi/platform/models/project-roles.d.ts +0 -41
  745. package/lib/openapi/platform/models/project-roles.js +0 -34
  746. package/lib/openapi/platform/models/project-roles.js.map +0 -1
  747. package/lib/openapi/platform/models/project-types.d.ts +0 -16
  748. package/lib/openapi/platform/models/project-types.js +0 -21
  749. package/lib/openapi/platform/models/project-types.js.map +0 -1
  750. package/lib/openapi/platform/models/project-versions.d.ts +0 -110
  751. package/lib/openapi/platform/models/project-versions.js +0 -87
  752. package/lib/openapi/platform/models/project-versions.js.map +0 -1
  753. package/lib/openapi/platform/models/screen-schemes.d.ts +0 -94
  754. package/lib/openapi/platform/models/screen-schemes.js +0 -79
  755. package/lib/openapi/platform/models/screen-schemes.js.map +0 -1
  756. package/lib/openapi/platform/models/screen-tab-fields.d.ts +0 -19
  757. package/lib/openapi/platform/models/screen-tab-fields.js +0 -24
  758. package/lib/openapi/platform/models/screen-tab-fields.js.map +0 -1
  759. package/lib/openapi/platform/models/server-info.d.ts +0 -51
  760. package/lib/openapi/platform/models/server-info.js +0 -47
  761. package/lib/openapi/platform/models/server-info.js.map +0 -1
  762. package/lib/openapi/platform/models/service-registry.d.ts +0 -32
  763. package/lib/openapi/platform/models/service-registry.js +0 -34
  764. package/lib/openapi/platform/models/service-registry.js.map +0 -1
  765. package/lib/openapi/platform/models/time-tracking.d.ts +0 -20
  766. package/lib/openapi/platform/models/time-tracking.js +0 -19
  767. package/lib/openapi/platform/models/time-tracking.js.map +0 -1
  768. package/lib/openapi/platform/models/ui-modifications-apps.d.ts +0 -127
  769. package/lib/openapi/platform/models/ui-modifications-apps.js +0 -85
  770. package/lib/openapi/platform/models/ui-modifications-apps.js.map +0 -1
  771. package/lib/openapi/platform/models/user-search.d.ts +0 -37
  772. package/lib/openapi/platform/models/user-search.js +0 -30
  773. package/lib/openapi/platform/models/user-search.js.map +0 -1
  774. package/lib/openapi/platform/models/workflow-scheme-drafts.d.ts +0 -17
  775. package/lib/openapi/platform/models/workflow-scheme-drafts.js +0 -37
  776. package/lib/openapi/platform/models/workflow-scheme-drafts.js.map +0 -1
  777. package/lib/openapi/platform/models/workflow-scheme-project-associations.d.ts +0 -29
  778. package/lib/openapi/platform/models/workflow-scheme-project-associations.js +0 -33
  779. package/lib/openapi/platform/models/workflow-scheme-project-associations.js.map +0 -1
  780. package/lib/openapi/platform/models/workflow-schemes.d.ts +0 -217
  781. package/lib/openapi/platform/models/workflow-schemes.js +0 -261
  782. package/lib/openapi/platform/models/workflow-schemes.js.map +0 -1
  783. package/lib/openapi/platform/models/workflow-transition-properties.d.ts +0 -15
  784. package/lib/openapi/platform/models/workflow-transition-properties.js +0 -19
  785. package/lib/openapi/platform/models/workflow-transition-properties.js.map +0 -1
  786. package/lib/openapi/platform/models/workflow-transition-rules.d.ts +0 -106
  787. package/lib/openapi/platform/models/workflow-transition-rules.js +0 -117
  788. package/lib/openapi/platform/models/workflow-transition-rules.js.map +0 -1
  789. package/lib/openapi/platform/services/announcement-banner-service.d.ts +0 -49
  790. package/lib/openapi/platform/services/announcement-banner-service.js +0 -99
  791. package/lib/openapi/platform/services/announcement-banner-service.js.map +0 -1
  792. package/lib/openapi/platform/services/app-data-policies-service.d.ts +0 -44
  793. package/lib/openapi/platform/services/app-data-policies-service.js +0 -101
  794. package/lib/openapi/platform/services/app-data-policies-service.js.map +0 -1
  795. package/lib/openapi/platform/services/app-migration-service.d.ts +0 -152
  796. package/lib/openapi/platform/services/app-migration-service.js +0 -178
  797. package/lib/openapi/platform/services/app-migration-service.js.map +0 -1
  798. package/lib/openapi/platform/services/app-properties-service.d.ts +0 -184
  799. package/lib/openapi/platform/services/app-properties-service.js +0 -325
  800. package/lib/openapi/platform/services/app-properties-service.js.map +0 -1
  801. package/lib/openapi/platform/services/application-roles-service.d.ts +0 -158
  802. package/lib/openapi/platform/services/application-roles-service.js +0 -209
  803. package/lib/openapi/platform/services/application-roles-service.js.map +0 -1
  804. package/lib/openapi/platform/services/audit-records-service.d.ts +0 -101
  805. package/lib/openapi/platform/services/audit-records-service.js +0 -125
  806. package/lib/openapi/platform/services/audit-records-service.js.map +0 -1
  807. package/lib/openapi/platform/services/avatars-service.d.ts +0 -363
  808. package/lib/openapi/platform/services/avatars-service.js +0 -523
  809. package/lib/openapi/platform/services/avatars-service.js.map +0 -1
  810. package/lib/openapi/platform/services/classification-levels-service.d.ts +0 -72
  811. package/lib/openapi/platform/services/classification-levels-service.js +0 -104
  812. package/lib/openapi/platform/services/classification-levels-service.js.map +0 -1
  813. package/lib/openapi/platform/services/dashboards-service.d.ts +0 -918
  814. package/lib/openapi/platform/services/dashboards-service.js +0 -1109
  815. package/lib/openapi/platform/services/dashboards-service.js.map +0 -1
  816. package/lib/openapi/platform/services/dynamic-modules-service.d.ts +0 -50
  817. package/lib/openapi/platform/services/dynamic-modules-service.js +0 -96
  818. package/lib/openapi/platform/services/dynamic-modules-service.js.map +0 -1
  819. package/lib/openapi/platform/services/filter-sharing-service.d.ts +0 -446
  820. package/lib/openapi/platform/services/filter-sharing-service.js +0 -565
  821. package/lib/openapi/platform/services/filter-sharing-service.js.map +0 -1
  822. package/lib/openapi/platform/services/filters-service.d.ts +0 -1320
  823. package/lib/openapi/platform/services/filters-service.js +0 -1351
  824. package/lib/openapi/platform/services/filters-service.js.map +0 -1
  825. package/lib/openapi/platform/services/group-and-user-picker-service.d.ts +0 -132
  826. package/lib/openapi/platform/services/group-and-user-picker-service.js +0 -140
  827. package/lib/openapi/platform/services/group-and-user-picker-service.js.map +0 -1
  828. package/lib/openapi/platform/services/groups-service.d.ts +0 -411
  829. package/lib/openapi/platform/services/groups-service.js +0 -448
  830. package/lib/openapi/platform/services/groups-service.js.map +0 -1
  831. package/lib/openapi/platform/services/issue-attachments-service.d.ts +0 -549
  832. package/lib/openapi/platform/services/issue-attachments-service.js +0 -724
  833. package/lib/openapi/platform/services/issue-attachments-service.js.map +0 -1
  834. package/lib/openapi/platform/services/issue-comment-properties-service.d.ts +0 -149
  835. package/lib/openapi/platform/services/issue-comment-properties-service.js +0 -239
  836. package/lib/openapi/platform/services/issue-comment-properties-service.js.map +0 -1
  837. package/lib/openapi/platform/services/issue-comments-service.d.ts +0 -528
  838. package/lib/openapi/platform/services/issue-comments-service.js +0 -563
  839. package/lib/openapi/platform/services/issue-comments-service.js.map +0 -1
  840. package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.d.ts +0 -155
  841. package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js +0 -163
  842. package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js.map +0 -1
  843. package/lib/openapi/platform/services/issue-custom-field-contexts-service.d.ts +0 -659
  844. package/lib/openapi/platform/services/issue-custom-field-contexts-service.js +0 -854
  845. package/lib/openapi/platform/services/issue-custom-field-contexts-service.js.map +0 -1
  846. package/lib/openapi/platform/services/issue-custom-field-options-apps-service.d.ts +0 -615
  847. package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js +0 -605
  848. package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js.map +0 -1
  849. package/lib/openapi/platform/services/issue-custom-field-options-service.d.ts +0 -339
  850. package/lib/openapi/platform/services/issue-custom-field-options-service.js +0 -420
  851. package/lib/openapi/platform/services/issue-custom-field-options-service.js.map +0 -1
  852. package/lib/openapi/platform/services/issue-custom-field-values-apps-service.d.ts +0 -90
  853. package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js +0 -117
  854. package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js.map +0 -1
  855. package/lib/openapi/platform/services/issue-field-configurations-service.d.ts +0 -561
  856. package/lib/openapi/platform/services/issue-field-configurations-service.js +0 -801
  857. package/lib/openapi/platform/services/issue-field-configurations-service.js.map +0 -1
  858. package/lib/openapi/platform/services/issue-fields-service.d.ts +0 -420
  859. package/lib/openapi/platform/services/issue-fields-service.js +0 -555
  860. package/lib/openapi/platform/services/issue-fields-service.js.map +0 -1
  861. package/lib/openapi/platform/services/issue-link-types-service.d.ts +0 -165
  862. package/lib/openapi/platform/services/issue-link-types-service.js +0 -263
  863. package/lib/openapi/platform/services/issue-link-types-service.js.map +0 -1
  864. package/lib/openapi/platform/services/issue-links-service.d.ts +0 -237
  865. package/lib/openapi/platform/services/issue-links-service.js +0 -264
  866. package/lib/openapi/platform/services/issue-links-service.js.map +0 -1
  867. package/lib/openapi/platform/services/issue-navigator-settings-service.d.ts +0 -55
  868. package/lib/openapi/platform/services/issue-navigator-settings-service.js +0 -97
  869. package/lib/openapi/platform/services/issue-navigator-settings-service.js.map +0 -1
  870. package/lib/openapi/platform/services/issue-notification-schemes-service.d.ts +0 -809
  871. package/lib/openapi/platform/services/issue-notification-schemes-service.js +0 -917
  872. package/lib/openapi/platform/services/issue-notification-schemes-service.js.map +0 -1
  873. package/lib/openapi/platform/services/issue-priorities-service.d.ts +0 -238
  874. package/lib/openapi/platform/services/issue-priorities-service.js +0 -372
  875. package/lib/openapi/platform/services/issue-priorities-service.js.map +0 -1
  876. package/lib/openapi/platform/services/issue-properties-service.d.ts +0 -368
  877. package/lib/openapi/platform/services/issue-properties-service.js +0 -439
  878. package/lib/openapi/platform/services/issue-properties-service.js.map +0 -1
  879. package/lib/openapi/platform/services/issue-remote-links-service.d.ts +0 -351
  880. package/lib/openapi/platform/services/issue-remote-links-service.js +0 -429
  881. package/lib/openapi/platform/services/issue-remote-links-service.js.map +0 -1
  882. package/lib/openapi/platform/services/issue-resolutions-service.d.ts +0 -202
  883. package/lib/openapi/platform/services/issue-resolutions-service.js +0 -346
  884. package/lib/openapi/platform/services/issue-resolutions-service.js.map +0 -1
  885. package/lib/openapi/platform/services/issue-search-service.d.ts +0 -887
  886. package/lib/openapi/platform/services/issue-search-service.js +0 -878
  887. package/lib/openapi/platform/services/issue-search-service.js.map +0 -1
  888. package/lib/openapi/platform/services/issue-security-level-service.d.ts +0 -136
  889. package/lib/openapi/platform/services/issue-security-level-service.js +0 -174
  890. package/lib/openapi/platform/services/issue-security-level-service.js.map +0 -1
  891. package/lib/openapi/platform/services/issue-security-schemes-service.d.ts +0 -530
  892. package/lib/openapi/platform/services/issue-security-schemes-service.js +0 -721
  893. package/lib/openapi/platform/services/issue-security-schemes-service.js.map +0 -1
  894. package/lib/openapi/platform/services/issue-type-properties-service.d.ts +0 -150
  895. package/lib/openapi/platform/services/issue-type-properties-service.js +0 -227
  896. package/lib/openapi/platform/services/issue-type-properties-service.js.map +0 -1
  897. package/lib/openapi/platform/services/issue-type-schemes-service.d.ts +0 -460
  898. package/lib/openapi/platform/services/issue-type-schemes-service.js +0 -615
  899. package/lib/openapi/platform/services/issue-type-schemes-service.js.map +0 -1
  900. package/lib/openapi/platform/services/issue-type-screen-schemes-service.d.ts +0 -442
  901. package/lib/openapi/platform/services/issue-type-screen-schemes-service.js +0 -606
  902. package/lib/openapi/platform/services/issue-type-screen-schemes-service.js.map +0 -1
  903. package/lib/openapi/platform/services/issue-types-service.d.ts +0 -343
  904. package/lib/openapi/platform/services/issue-types-service.js +0 -495
  905. package/lib/openapi/platform/services/issue-types-service.js.map +0 -1
  906. package/lib/openapi/platform/services/issue-votes-service.d.ts +0 -117
  907. package/lib/openapi/platform/services/issue-votes-service.js +0 -179
  908. package/lib/openapi/platform/services/issue-votes-service.js.map +0 -1
  909. package/lib/openapi/platform/services/issue-watchers-service.d.ts +0 -168
  910. package/lib/openapi/platform/services/issue-watchers-service.js +0 -236
  911. package/lib/openapi/platform/services/issue-watchers-service.js.map +0 -1
  912. package/lib/openapi/platform/services/issue-worklog-properties-service.d.ts +0 -165
  913. package/lib/openapi/platform/services/issue-worklog-properties-service.js +0 -251
  914. package/lib/openapi/platform/services/issue-worklog-properties-service.js.map +0 -1
  915. package/lib/openapi/platform/services/issue-worklogs-service.d.ts +0 -694
  916. package/lib/openapi/platform/services/issue-worklogs-service.js +0 -701
  917. package/lib/openapi/platform/services/issue-worklogs-service.js.map +0 -1
  918. package/lib/openapi/platform/services/issues-service.d.ts +0 -2356
  919. package/lib/openapi/platform/services/issues-service.js +0 -2022
  920. package/lib/openapi/platform/services/issues-service.js.map +0 -1
  921. package/lib/openapi/platform/services/jira-expressions-service.d.ts +0 -298
  922. package/lib/openapi/platform/services/jira-expressions-service.js +0 -272
  923. package/lib/openapi/platform/services/jira-expressions-service.js.map +0 -1
  924. package/lib/openapi/platform/services/jira-settings-service.d.ts +0 -236
  925. package/lib/openapi/platform/services/jira-settings-service.js +0 -325
  926. package/lib/openapi/platform/services/jira-settings-service.js.map +0 -1
  927. package/lib/openapi/platform/services/jql-functions-apps-service.d.ts +0 -113
  928. package/lib/openapi/platform/services/jql-functions-apps-service.js +0 -142
  929. package/lib/openapi/platform/services/jql-functions-apps-service.js.map +0 -1
  930. package/lib/openapi/platform/services/jql-service.d.ts +0 -623
  931. package/lib/openapi/platform/services/jql-service.js +0 -697
  932. package/lib/openapi/platform/services/jql-service.js.map +0 -1
  933. package/lib/openapi/platform/services/labels-service.d.ts +0 -34
  934. package/lib/openapi/platform/services/labels-service.js +0 -67
  935. package/lib/openapi/platform/services/labels-service.js.map +0 -1
  936. package/lib/openapi/platform/services/license-metrics-service.d.ts +0 -82
  937. package/lib/openapi/platform/services/license-metrics-service.js +0 -160
  938. package/lib/openapi/platform/services/license-metrics-service.js.map +0 -1
  939. package/lib/openapi/platform/services/myself-service.d.ts +0 -254
  940. package/lib/openapi/platform/services/myself-service.js +0 -382
  941. package/lib/openapi/platform/services/myself-service.js.map +0 -1
  942. package/lib/openapi/platform/services/permission-schemes-service.d.ts +0 -554
  943. package/lib/openapi/platform/services/permission-schemes-service.js +0 -613
  944. package/lib/openapi/platform/services/permission-schemes-service.js.map +0 -1
  945. package/lib/openapi/platform/services/permissions-service.d.ts +0 -214
  946. package/lib/openapi/platform/services/permissions-service.js +0 -281
  947. package/lib/openapi/platform/services/permissions-service.js.map +0 -1
  948. package/lib/openapi/platform/services/priority-schemes-service.d.ts +0 -578
  949. package/lib/openapi/platform/services/priority-schemes-service.js +0 -655
  950. package/lib/openapi/platform/services/priority-schemes-service.js.map +0 -1
  951. package/lib/openapi/platform/services/project-avatars-service.d.ts +0 -170
  952. package/lib/openapi/platform/services/project-avatars-service.js +0 -254
  953. package/lib/openapi/platform/services/project-avatars-service.js.map +0 -1
  954. package/lib/openapi/platform/services/project-categories-service.d.ts +0 -128
  955. package/lib/openapi/platform/services/project-categories-service.js +0 -226
  956. package/lib/openapi/platform/services/project-categories-service.js.map +0 -1
  957. package/lib/openapi/platform/services/project-classification-levels-service.d.ts +0 -90
  958. package/lib/openapi/platform/services/project-classification-levels-service.js +0 -161
  959. package/lib/openapi/platform/services/project-classification-levels-service.js.map +0 -1
  960. package/lib/openapi/platform/services/project-components-service.d.ts +0 -955
  961. package/lib/openapi/platform/services/project-components-service.js +0 -1075
  962. package/lib/openapi/platform/services/project-components-service.js.map +0 -1
  963. package/lib/openapi/platform/services/project-email-service.d.ts +0 -60
  964. package/lib/openapi/platform/services/project-email-service.js +0 -113
  965. package/lib/openapi/platform/services/project-email-service.js.map +0 -1
  966. package/lib/openapi/platform/services/project-features-service.d.ts +0 -103
  967. package/lib/openapi/platform/services/project-features-service.js +0 -155
  968. package/lib/openapi/platform/services/project-features-service.js.map +0 -1
  969. package/lib/openapi/platform/services/project-key-and-name-validation-service.d.ts +0 -59
  970. package/lib/openapi/platform/services/project-key-and-name-validation-service.js +0 -135
  971. package/lib/openapi/platform/services/project-key-and-name-validation-service.js.map +0 -1
  972. package/lib/openapi/platform/services/project-permission-schemes-service.d.ts +0 -179
  973. package/lib/openapi/platform/services/project-permission-schemes-service.js +0 -255
  974. package/lib/openapi/platform/services/project-permission-schemes-service.js.map +0 -1
  975. package/lib/openapi/platform/services/project-properties-service.d.ts +0 -147
  976. package/lib/openapi/platform/services/project-properties-service.js +0 -224
  977. package/lib/openapi/platform/services/project-properties-service.js.map +0 -1
  978. package/lib/openapi/platform/services/project-role-actors-service.d.ts +0 -351
  979. package/lib/openapi/platform/services/project-role-actors-service.js +0 -413
  980. package/lib/openapi/platform/services/project-role-actors-service.js.map +0 -1
  981. package/lib/openapi/platform/services/project-roles-service.d.ts +0 -484
  982. package/lib/openapi/platform/services/project-roles-service.js +0 -647
  983. package/lib/openapi/platform/services/project-roles-service.js.map +0 -1
  984. package/lib/openapi/platform/services/project-types-service.d.ts +0 -121
  985. package/lib/openapi/platform/services/project-types-service.js +0 -220
  986. package/lib/openapi/platform/services/project-types-service.js.map +0 -1
  987. package/lib/openapi/platform/services/project-versions-service.d.ts +0 -632
  988. package/lib/openapi/platform/services/project-versions-service.js +0 -852
  989. package/lib/openapi/platform/services/project-versions-service.js.map +0 -1
  990. package/lib/openapi/platform/services/projects-service.d.ts +0 -1622
  991. package/lib/openapi/platform/services/projects-service.js +0 -1686
  992. package/lib/openapi/platform/services/projects-service.js.map +0 -1
  993. package/lib/openapi/platform/services/screen-schemes-service.d.ts +0 -166
  994. package/lib/openapi/platform/services/screen-schemes-service.js +0 -216
  995. package/lib/openapi/platform/services/screen-schemes-service.js.map +0 -1
  996. package/lib/openapi/platform/services/screen-tab-fields-service.d.ts +0 -103
  997. package/lib/openapi/platform/services/screen-tab-fields-service.js +0 -181
  998. package/lib/openapi/platform/services/screen-tab-fields-service.js.map +0 -1
  999. package/lib/openapi/platform/services/screen-tabs-service.d.ts +0 -164
  1000. package/lib/openapi/platform/services/screen-tabs-service.js +0 -278
  1001. package/lib/openapi/platform/services/screen-tabs-service.js.map +0 -1
  1002. package/lib/openapi/platform/services/screens-service.d.ts +0 -226
  1003. package/lib/openapi/platform/services/screens-service.js +0 -346
  1004. package/lib/openapi/platform/services/screens-service.js.map +0 -1
  1005. package/lib/openapi/platform/services/server-info-service.d.ts +0 -40
  1006. package/lib/openapi/platform/services/server-info-service.js +0 -74
  1007. package/lib/openapi/platform/services/server-info-service.js.map +0 -1
  1008. package/lib/openapi/platform/services/service-registry-service.d.ts +0 -32
  1009. package/lib/openapi/platform/services/service-registry-service.js +0 -60
  1010. package/lib/openapi/platform/services/service-registry-service.js.map +0 -1
  1011. package/lib/openapi/platform/services/status-service.d.ts +0 -268
  1012. package/lib/openapi/platform/services/status-service.js +0 -321
  1013. package/lib/openapi/platform/services/status-service.js.map +0 -1
  1014. package/lib/openapi/platform/services/tasks-service.d.ts +0 -71
  1015. package/lib/openapi/platform/services/tasks-service.js +0 -126
  1016. package/lib/openapi/platform/services/tasks-service.js.map +0 -1
  1017. package/lib/openapi/platform/services/time-tracking-service.d.ts +0 -140
  1018. package/lib/openapi/platform/services/time-tracking-service.js +0 -260
  1019. package/lib/openapi/platform/services/time-tracking-service.js.map +0 -1
  1020. package/lib/openapi/platform/services/ui-modifications-apps-service.d.ts +0 -212
  1021. package/lib/openapi/platform/services/ui-modifications-apps-service.js +0 -262
  1022. package/lib/openapi/platform/services/ui-modifications-apps-service.js.map +0 -1
  1023. package/lib/openapi/platform/services/user-properties-service.d.ts +0 -218
  1024. package/lib/openapi/platform/services/user-properties-service.js +0 -254
  1025. package/lib/openapi/platform/services/user-properties-service.js.map +0 -1
  1026. package/lib/openapi/platform/services/user-search-service.d.ts +0 -782
  1027. package/lib/openapi/platform/services/user-search-service.js +0 -784
  1028. package/lib/openapi/platform/services/user-search-service.js.map +0 -1
  1029. package/lib/openapi/platform/services/users-service.d.ts +0 -579
  1030. package/lib/openapi/platform/services/users-service.js +0 -729
  1031. package/lib/openapi/platform/services/users-service.js.map +0 -1
  1032. package/lib/openapi/platform/services/webhooks-service.d.ts +0 -258
  1033. package/lib/openapi/platform/services/webhooks-service.js +0 -307
  1034. package/lib/openapi/platform/services/webhooks-service.js.map +0 -1
  1035. package/lib/openapi/platform/services/workflow-scheme-drafts-service.d.ts +0 -744
  1036. package/lib/openapi/platform/services/workflow-scheme-drafts-service.js +0 -956
  1037. package/lib/openapi/platform/services/workflow-scheme-drafts-service.js.map +0 -1
  1038. package/lib/openapi/platform/services/workflow-scheme-project-associations-service.d.ts +0 -85
  1039. package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js +0 -134
  1040. package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js.map +0 -1
  1041. package/lib/openapi/platform/services/workflow-schemes-service.d.ts +0 -843
  1042. package/lib/openapi/platform/services/workflow-schemes-service.js +0 -1030
  1043. package/lib/openapi/platform/services/workflow-schemes-service.js.map +0 -1
  1044. package/lib/openapi/platform/services/workflow-status-categories-service.d.ts +0 -60
  1045. package/lib/openapi/platform/services/workflow-status-categories-service.js +0 -115
  1046. package/lib/openapi/platform/services/workflow-status-categories-service.js.map +0 -1
  1047. package/lib/openapi/platform/services/workflow-statuses-service.d.ts +0 -87
  1048. package/lib/openapi/platform/services/workflow-statuses-service.js +0 -142
  1049. package/lib/openapi/platform/services/workflow-statuses-service.js.map +0 -1
  1050. package/lib/openapi/platform/services/workflow-transition-properties-service.d.ts +0 -189
  1051. package/lib/openapi/platform/services/workflow-transition-properties-service.js +0 -224
  1052. package/lib/openapi/platform/services/workflow-transition-properties-service.js.map +0 -1
  1053. package/lib/openapi/platform/services/workflow-transition-rules-service.d.ts +0 -319
  1054. package/lib/openapi/platform/services/workflow-transition-rules-service.js +0 -326
  1055. package/lib/openapi/platform/services/workflow-transition-rules-service.js.map +0 -1
  1056. package/lib/openapi/platform/services/workflows-service.d.ts +0 -3032
  1057. package/lib/openapi/platform/services/workflows-service.js +0 -2529
  1058. package/lib/openapi/platform/services/workflows-service.js.map +0 -1
  1059. package/lib/openapi/platform/validation-schema-storage.d.ts +0 -3
  1060. package/lib/openapi/platform/validation-schema-storage.js +0 -144
  1061. package/lib/openapi/platform/validation-schema-storage.js.map +0 -1
  1062. package/lib/openapi/software/base-jira-software-api-client.d.ts +0 -426
  1063. package/lib/openapi/software/base-jira-software-api-client.js +0 -444
  1064. package/lib/openapi/software/base-jira-software-api-client.js.map +0 -1
  1065. package/lib/openapi/software/core/common-http-client.js +0 -390
  1066. package/lib/openapi/software/core/common-http-client.js.map +0 -1
  1067. package/lib/openapi/software/core/common-http-service.d.ts +0 -7
  1068. package/lib/openapi/software/core/common-http-service.js +0 -20
  1069. package/lib/openapi/software/core/common-http-service.js.map +0 -1
  1070. package/lib/openapi/software/core/common-validation-schema-storage.d.ts +0 -35
  1071. package/lib/openapi/software/core/common-validation-schema-storage.js +0 -65
  1072. package/lib/openapi/software/core/common-validation-schema-storage.js.map +0 -1
  1073. package/lib/openapi/software/services/backlog-service.d.ts +0 -81
  1074. package/lib/openapi/software/services/backlog-service.js +0 -113
  1075. package/lib/openapi/software/services/backlog-service.js.map +0 -1
  1076. package/lib/openapi/software/services/board-service.d.ts +0 -2254
  1077. package/lib/openapi/software/services/board-service.js +0 -2653
  1078. package/lib/openapi/software/services/board-service.js.map +0 -1
  1079. package/lib/openapi/software/services/builds-service.d.ts +0 -368
  1080. package/lib/openapi/software/services/builds-service.js +0 -230
  1081. package/lib/openapi/software/services/builds-service.js.map +0 -1
  1082. package/lib/openapi/software/services/deployments-service.d.ts +0 -217
  1083. package/lib/openapi/software/services/deployments-service.js +0 -232
  1084. package/lib/openapi/software/services/deployments-service.js.map +0 -1
  1085. package/lib/openapi/software/services/dev-ops-components-service.d.ts +0 -246
  1086. package/lib/openapi/software/services/dev-ops-components-service.js +0 -280
  1087. package/lib/openapi/software/services/dev-ops-components-service.js.map +0 -1
  1088. package/lib/openapi/software/services/development-information-service.d.ts +0 -1641
  1089. package/lib/openapi/software/services/development-information-service.js +0 -474
  1090. package/lib/openapi/software/services/development-information-service.js.map +0 -1
  1091. package/lib/openapi/software/services/epic-service.d.ts +0 -596
  1092. package/lib/openapi/software/services/epic-service.js +0 -633
  1093. package/lib/openapi/software/services/epic-service.js.map +0 -1
  1094. package/lib/openapi/software/services/feature-flags-service.d.ts +0 -170
  1095. package/lib/openapi/software/services/feature-flags-service.js +0 -182
  1096. package/lib/openapi/software/services/feature-flags-service.js.map +0 -1
  1097. package/lib/openapi/software/services/issue-service.d.ts +0 -329
  1098. package/lib/openapi/software/services/issue-service.js +0 -410
  1099. package/lib/openapi/software/services/issue-service.js.map +0 -1
  1100. package/lib/openapi/software/services/operations-service.d.ts +0 -456
  1101. package/lib/openapi/software/services/operations-service.js +0 -444
  1102. package/lib/openapi/software/services/operations-service.js.map +0 -1
  1103. package/lib/openapi/software/services/remote-links-service.d.ts +0 -445
  1104. package/lib/openapi/software/services/remote-links-service.js +0 -327
  1105. package/lib/openapi/software/services/remote-links-service.js.map +0 -1
  1106. package/lib/openapi/software/services/security-information-service.d.ts +0 -257
  1107. package/lib/openapi/software/services/security-information-service.js +0 -310
  1108. package/lib/openapi/software/services/security-information-service.js.map +0 -1
  1109. package/lib/openapi/software/services/sprint-service.d.ts +0 -531
  1110. package/lib/openapi/software/services/sprint-service.js +0 -665
  1111. package/lib/openapi/software/services/sprint-service.js.map +0 -1
  1112. package/lib/openapi/software/validation-schema-storage.d.ts +0 -3
  1113. package/lib/openapi/software/validation-schema-storage.js +0 -144
  1114. package/lib/openapi/software/validation-schema-storage.js.map +0 -1
  1115. /package/lib/openapi/platform/core/{common-http-client.d.ts → CommonHttpClient.d.ts} +0 -0
  1116. /package/lib/openapi/software/core/{common-http-client.d.ts → CommonHttpClient.d.ts} +0 -0
@@ -1,1686 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ProjectsService = 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/common-http-client");
9
- const common_http_service_1 = require("../core/common-http-service");
10
- const common_1 = require("../models/common");
11
- const projects_1 = require("../models/projects");
12
- const validation_schema_storage_1 = require("../validation-schema-storage");
13
- /**
14
- * This resource represents projects. Use it to get, create, update, and delete
15
- * projects. Also get statuses available to a project, a project's notification
16
- * schemes, and update a project's type.
17
- */
18
- class ProjectsService extends common_http_service_1.CommonHttpService {
19
- /**
20
- * Archives a project. You can't delete a project if it's archived. To delete an
21
- * archived project, restore the project and then delete it. To restore a project,
22
- * use the Jira UI.
23
- *
24
- * **[Permissions](#permissions) required:** *Administer Jira* [global
25
- * permission](https://confluence.atlassian.com/x/x4dKLg).
26
- *
27
- * @returns Returned if the request is successful.
28
- * @path {POST} /rest/api/3/project/{projectIdOrKey}/archive
29
- * @scopes-current manage:jira-project
30
- * @scopes-beta write:project:jira
31
- */
32
- archiveProject({ projectIdOrKey, }) {
33
- return this.getClientInstance()
34
- .request({
35
- path: "/rest/api/3/project/{projectIdOrKey}/archive",
36
- method: "POST",
37
- pathParams: {
38
- projectIdOrKey,
39
- },
40
- })
41
- .then(this.getClientInstance().responseHandler({
42
- 204: {
43
- "application/json": "json",
44
- },
45
- }))
46
- .then(commonHttpClient.castResponse())
47
- .then(validation_schema_storage_1.validationSchemaStorage.validator("ProjectsService.archiveProject.response"))
48
- .then(commonHttpClient.getBody);
49
- }
50
- /**
51
- * Creates a project based on a project type template, as shown in the following
52
- * table:
53
- *
54
- * | Project Type Key | Project Template Key |
55
- * |--|--|
56
- * | `business` |
57
- * `com.atlassian.jira-core-project-templates:jira-core-simplified-content-management`,
58
- * `com.atlassian.jira-core-project-templates:jira-core-simplified-document-approval`,
59
- * `com.atlassian.jira-core-project-templates:jira-core-simplified-lead-tracking`,
60
- * `com.atlassian.jira-core-project-templates:jira-core-simplified-process-control`,
61
- * `com.atlassian.jira-core-project-templates:jira-core-simplified-procurement`,
62
- * `com.atlassian.jira-core-project-templates:jira-core-simplified-project-management`,
63
- * `com.atlassian.jira-core-project-templates:jira-core-simplified-recruitment`,
64
- * `com.atlassian.jira-core-project-templates:jira-core-simplified-task-tracking` |
65
- * | `service_desk` |
66
- * `com.atlassian.servicedesk:simplified-it-service-management`,
67
- * `com.atlassian.servicedesk:simplified-general-service-desk-it`,
68
- * `com.atlassian.servicedesk:simplified-general-service-desk-business`,
69
- * `com.atlassian.servicedesk:simplified-external-service-desk`,
70
- * `com.atlassian.servicedesk:simplified-hr-service-desk`,
71
- * `com.atlassian.servicedesk:simplified-facilities-service-desk`,
72
- * `com.atlassian.servicedesk:simplified-legal-service-desk`,
73
- * `com.atlassian.servicedesk:simplified-analytics-service-desk`,
74
- * `com.atlassian.servicedesk:simplified-marketing-service-desk`,
75
- * `com.atlassian.servicedesk:simplified-design-service-desk`,
76
- * `com.atlassian.servicedesk:simplified-sales-service-desk`,
77
- * `com.atlassian.servicedesk:simplified-blank-project-business`,
78
- * `com.atlassian.servicedesk:simplified-blank-project-it`,
79
- * `com.atlassian.servicedesk:simplified-finance-service-desk`,
80
- * `com.atlassian.servicedesk:next-gen-it-service-desk`,
81
- * `com.atlassian.servicedesk:next-gen-hr-service-desk`,
82
- * `com.atlassian.servicedesk:next-gen-legal-service-desk`,
83
- * `com.atlassian.servicedesk:next-gen-marketing-service-desk`,
84
- * `com.atlassian.servicedesk:next-gen-facilities-service-desk`,
85
- * `com.atlassian.servicedesk:next-gen-general-it-service-desk`,
86
- * `com.atlassian.servicedesk:next-gen-general-business-service-desk`,
87
- * `com.atlassian.servicedesk:next-gen-analytics-service-desk`,
88
- * `com.atlassian.servicedesk:next-gen-finance-service-desk`,
89
- * `com.atlassian.servicedesk:next-gen-design-service-desk`,
90
- * `com.atlassian.servicedesk:next-gen-sales-service-desk` |
91
- * | `software` | `com.pyxis.greenhopper.jira:gh-simplified-agility-kanban`,
92
- * `com.pyxis.greenhopper.jira:gh-simplified-agility-scrum`,
93
- * `com.pyxis.greenhopper.jira:gh-simplified-basic`,
94
- * `com.pyxis.greenhopper.jira:gh-simplified-kanban-classic`,
95
- * `com.pyxis.greenhopper.jira:gh-simplified-scrum-classic` |
96
- * The project types are available according to the installed Jira features as
97
- * follows:
98
- *
99
- * * Jira Core, the default, enables `business` projects.
100
- * * Jira Service Management enables `service_desk` projects.
101
- * * Jira Software enables `software` projects.
102
- *
103
- * To determine which features are installed, go to **Jira settings** > **Apps** >
104
- * **Manage apps** and review the System Apps list. To add Jira Software or Jira
105
- * Service Management into a JIRA instance, use **Jira settings** > **Apps** >
106
- * **Finding new apps**. For more information, see [ Managing
107
- * add-ons](https://confluence.atlassian.com/x/S31NLg).
108
- *
109
- * **[Permissions](#permissions) required:** *Administer Jira* [global
110
- * permission](https://confluence.atlassian.com/x/x4dKLg).
111
- *
112
- * @returns Returned if the project is created.
113
- *
114
- * example: {
115
- * "id": 10010,
116
- * "key": "EX",
117
- * "self": "https://your-domain.atlassian.net/jira/rest/api/3/project/10042"
118
- * }
119
- * @path {POST} /rest/api/3/project
120
- * @scopes-current manage:jira-configuration
121
- * @scopes-beta write:project:jira, read:project:jira
122
- */
123
- createProject({ createProjectDetails, }) {
124
- return this.getClientInstance()
125
- .request({
126
- path: "/rest/api/3/project",
127
- method: "POST",
128
- headers: {
129
- "Content-Type": "application/json",
130
- },
131
- body: createProjectDetails,
132
- })
133
- .then(this.getClientInstance().responseHandler({
134
- 201: {
135
- "application/json": "json",
136
- },
137
- }))
138
- .then(commonHttpClient.castResponse())
139
- .then(validation_schema_storage_1.validationSchemaStorage.validator("ProjectsService.createProject.response"))
140
- .then(commonHttpClient.getBody);
141
- }
142
- /**
143
- * Deletes a project.
144
- *
145
- * You can't delete a project if it's archived. To delete an archived project,
146
- * restore the project and then delete it. To restore a project, use the Jira UI.
147
- *
148
- * **[Permissions](#permissions) required:** *Administer Jira* [global
149
- * permission](https://confluence.atlassian.com/x/x4dKLg).
150
- *
151
- * @path {DELETE} /rest/api/3/project/{projectIdOrKey}
152
- * @scopes-current manage:jira-configuration
153
- * @scopes-beta delete:project:jira
154
- */
155
- deleteProject({ projectIdOrKey, enableUndo, }) {
156
- return this.getClientInstance()
157
- .request({
158
- path: "/rest/api/3/project/{projectIdOrKey}",
159
- method: "DELETE",
160
- pathParams: {
161
- projectIdOrKey,
162
- },
163
- query: {
164
- enableUndo,
165
- },
166
- })
167
- .then(commonHttpClient.discardResult);
168
- }
169
- /**
170
- * Deletes a project asynchronously.
171
- *
172
- * This operation is:
173
- *
174
- * * transactional, that is, if part of the delete fails the project is not
175
- * deleted.
176
- * * [asynchronous](#async). Follow the `location` link in the response to
177
- * determine the status of the task and use [Get
178
- * task](#api-rest-api-3-task-taskId-get) to obtain subsequent updates.
179
- *
180
- * **[Permissions](#permissions) required:** *Administer Jira* [global
181
- * permission](https://confluence.atlassian.com/x/x4dKLg).
182
- *
183
- * @path {POST} /rest/api/3/project/{projectIdOrKey}/delete
184
- * @scopes-current manage:jira-configuration
185
- * @scopes-beta write:project:jira, write:project.property:jira
186
- */
187
- deleteProjectAsynchronously({ projectIdOrKey, }) {
188
- return this.getClientInstance()
189
- .request({
190
- path: "/rest/api/3/project/{projectIdOrKey}/delete",
191
- method: "POST",
192
- pathParams: {
193
- projectIdOrKey,
194
- },
195
- })
196
- .then(commonHttpClient.discardResult);
197
- }
198
- /**
199
- * Returns all projects visible to the user. Deprecated, use [ Get projects
200
- * paginated](#api-rest-api-3-project-search-get) that supports search and
201
- * pagination.
202
- *
203
- * This operation can be accessed anonymously.
204
- *
205
- * **[Permissions](#permissions) required:** Projects are returned only where the
206
- * user has *Browse Projects* or *Administer projects* [project
207
- * permission](https://confluence.atlassian.com/x/yodKLg) for the project.
208
- *
209
- * @deprecated
210
- * @returns Returned if the request is successful.
211
- *
212
- * example: [
213
- * {
214
- * "avatarUrls": {
215
- * "16x16":
216
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
217
- * "24x24":
218
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
219
- * "32x32":
220
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
221
- * "48x48":
222
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
223
- * },
224
- * "id": "10000",
225
- * "insight": {
226
- * "lastIssueUpdateTime": 1619069825000,
227
- * "totalIssueCount": 100
228
- * },
229
- * "key": "EX",
230
- * "name": "Example",
231
- * "projectCategory": {
232
- * "description": "First Project Category",
233
- * "id": "10000",
234
- * "name": "FIRST",
235
- * "self":
236
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
237
- * },
238
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
239
- * "simplified": false,
240
- * "style": "CLASSIC"
241
- * },
242
- * {
243
- * "avatarUrls": {
244
- * "16x16":
245
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10001",
246
- * "24x24":
247
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10001",
248
- * "32x32":
249
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10001",
250
- * "48x48":
251
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10001"
252
- * },
253
- * "id": "10001",
254
- * "insight": {
255
- * "lastIssueUpdateTime": 1619069825000,
256
- * "totalIssueCount": 100
257
- * },
258
- * "key": "ABC",
259
- * "name": "Alphabetical",
260
- * "projectCategory": {
261
- * "description": "First Project Category",
262
- * "id": "10000",
263
- * "name": "FIRST",
264
- * "self":
265
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
266
- * },
267
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/ABC",
268
- * "simplified": false,
269
- * "style": "CLASSIC"
270
- * }
271
- * ]
272
- * @path {GET} /rest/api/3/project
273
- * @scopes-current read:jira-work
274
- * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira,
275
- * read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira,
276
- * read:issue-type-hierarchy:jira, read:project-category:jira,
277
- * read:project-version:jira, read:project.component:jira
278
- */
279
- getAllProjects({ expand, recent, properties, }) {
280
- return this.getClientInstance()
281
- .request({
282
- path: "/rest/api/3/project",
283
- method: "GET",
284
- query: {
285
- expand,
286
- recent,
287
- properties,
288
- },
289
- })
290
- .then(this.getClientInstance().responseHandler({
291
- 200: {
292
- "application/json": "json",
293
- },
294
- }))
295
- .then(commonHttpClient.castResponse())
296
- .then(validation_schema_storage_1.validationSchemaStorage.validator("ProjectsService.getAllProjects.response"))
297
- .then(commonHttpClient.getBody);
298
- }
299
- /**
300
- * Returns the valid statuses for a project. The statuses are grouped by issue
301
- * type, as each project has a set of valid issue types and each issue type has a
302
- * set of valid statuses.
303
- *
304
- * This operation can be accessed anonymously.
305
- *
306
- * **[Permissions](#permissions) required:** *Browse Projects* [project
307
- * permission](https://confluence.atlassian.com/x/yodKLg) for the project.
308
- *
309
- * @returns Returned if the request is successful.
310
- *
311
- * example: [
312
- * {
313
- * "id": "3",
314
- * "name": "Task",
315
- * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
316
- * "statuses": [
317
- * {
318
- * "description": "The issue is currently being worked on.",
319
- * "iconUrl":
320
- * "https://your-domain.atlassian.net/images/icons/progress.gif",
321
- * "id": "10000",
322
- * "name": "In Progress",
323
- * "self": "https://your-domain.atlassian.net/rest/api/3/status/10000"
324
- * },
325
- * {
326
- * "description": "The issue is closed.",
327
- * "iconUrl": "https://your-domain.atlassian.net/images/icons/closed.gif",
328
- * "id": "5",
329
- * "name": "Closed",
330
- * "self": "https://your-domain.atlassian.net/rest/api/3/status/5"
331
- * }
332
- * ],
333
- * "subtask": false
334
- * }
335
- * ]
336
- * @path {GET} /rest/api/3/project/{projectIdOrKey}/statuses
337
- * @scopes-current read:jira-work
338
- * @scopes-beta read:issue-status:jira, read:issue-type:jira, read:status:jira
339
- */
340
- getAllStatuses({ projectIdOrKey, }) {
341
- return this.getClientInstance()
342
- .request({
343
- path: "/rest/api/3/project/{projectIdOrKey}/statuses",
344
- method: "GET",
345
- pathParams: {
346
- projectIdOrKey,
347
- },
348
- })
349
- .then(this.getClientInstance().responseHandler({
350
- 200: {
351
- "application/json": "json",
352
- },
353
- }))
354
- .then(commonHttpClient.castResponse())
355
- .then(validation_schema_storage_1.validationSchemaStorage.validator("ProjectsService.getAllStatuses.response"))
356
- .then(commonHttpClient.getBody);
357
- }
358
- /**
359
- * Get the issue type hierarchy for a next-gen project.
360
- *
361
- * The issue type hierarchy for a project consists of:
362
- *
363
- * * *Epic* at level 1 (optional).
364
- * * One or more issue types at level 0 such as *Story*, *Task*, or *Bug*. Where
365
- * the issue type *Epic* is defined, these issue types are used to break down the
366
- * content of an epic.
367
- * * *Subtask* at level -1 (optional). This issue type enables level 0 issue
368
- * types to be broken down into components. Issues based on a level -1 issue type
369
- * must have a parent issue.
370
- *
371
- * **[Permissions](#permissions) required:** *Browse projects* [project
372
- * permission](https://confluence.atlassian.com/x/yodKLg) for the project.
373
- *
374
- * @returns Returned if the request is successful.
375
- *
376
- * example: {
377
- * "hierarchy": [
378
- * {
379
- * "issueTypes": [
380
- * {
381
- * "avatarId": 10324,
382
- * "entityId": "ce32639b-8911-4689-81da-65681f451516",
383
- * "id": 10008,
384
- * "name": "Story"
385
- * },
386
- * {
387
- * "avatarId": 10324,
388
- * "entityId": "ffdbced5-fbfc-4370-a848-94e2ce3751af",
389
- * "id": 10001,
390
- * "name": "Bug"
391
- * }
392
- * ],
393
- * "level": 0,
394
- * "name": "Base"
395
- * },
396
- * {
397
- * "issueTypes": [
398
- * {
399
- * "avatarId": 10179,
400
- * "entityId": "80f20d47-34dc-4680-8937-936b7e762a35",
401
- * "id": 10007,
402
- * "name": "Epic"
403
- * }
404
- * ],
405
- * "level": 1,
406
- * "name": "Epic"
407
- * },
408
- * {
409
- * "issueTypes": [
410
- * {
411
- * "avatarId": 10573,
412
- * "entityId": "210b4879-15cc-414c-9746-f8f6b6be0a72",
413
- * "id": 10009,
414
- * "name": "Subtask"
415
- * }
416
- * ],
417
- * "level": -1,
418
- * "name": "Subtask"
419
- * }
420
- * ],
421
- * "projectId": 10030
422
- * }
423
- * @path {GET} /rest/api/3/project/{projectId}/hierarchy
424
- * @scopes-current read:jira-work
425
- * @scopes-beta read:issue-type:jira, read:issue-type-hierarchy:jira
426
- */
427
- getHierarchy({ projectId, }) {
428
- return this.getClientInstance()
429
- .request({
430
- path: "/rest/api/3/project/{projectId}/hierarchy",
431
- method: "GET",
432
- pathParams: {
433
- projectId,
434
- },
435
- })
436
- .then(this.getClientInstance().responseHandler({
437
- 200: {
438
- "application/json": "json",
439
- },
440
- }))
441
- .then(commonHttpClient.castResponse())
442
- .then(validation_schema_storage_1.validationSchemaStorage.validator("ProjectsService.getHierarchy.response"))
443
- .then(commonHttpClient.getBody);
444
- }
445
- /**
446
- * Gets a [notification scheme](https://confluence.atlassian.com/x/8YdKLg)
447
- * associated with the project.
448
- *
449
- * **[Permissions](#permissions) required:** *Administer Jira* [global
450
- * permission](https://confluence.atlassian.com/x/x4dKLg) or *Administer Projects*
451
- * [project permission](https://confluence.atlassian.com/x/yodKLg).
452
- *
453
- * @returns Returned if the request is successful.
454
- *
455
- * example: {
456
- * "description": "description",
457
- * "expand": "notificationSchemeEvents,user,group,projectRole,field,all",
458
- * "id": 10100,
459
- * "name": "notification scheme name",
460
- * "notificationSchemeEvents": [
461
- * {
462
- * "event": {
463
- * "description": "Event published when an issue is created",
464
- * "id": 1,
465
- * "name": "Issue created"
466
- * },
467
- * "notifications": [
468
- * {
469
- * "expand": "group",
470
- * "group": {
471
- * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
472
- * "name": "jira-administrators",
473
- * "self":
474
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
475
- * },
476
- * "id": 1,
477
- * "notificationType": "Group",
478
- * "parameter": "jira-administrators",
479
- * "recipient": "276f955c-63d7-42c8-9520-92d01dca0625"
480
- * },
481
- * {
482
- * "id": 2,
483
- * "notificationType": "CurrentAssignee"
484
- * },
485
- * {
486
- * "expand": "projectRole",
487
- * "id": 3,
488
- * "notificationType": "ProjectRole",
489
- * "parameter": "10360",
490
- * "projectRole": {
491
- * "self":
492
- * "https://your-domain.atlassian.net/rest/api/3/project/MKY/role/10360",
493
- * "name": "Developers",
494
- * "id": 10360,
495
- * "description": "A project role that represents developers in a
496
- * project",
497
- * "actors": [
498
- * {
499
- * "actorGroup": {
500
- * "name": "jira-developers",
501
- * "displayName": "jira-developers",
502
- * "groupId": "952d12c3-5b5b-4d04-bb32-44d383afc4b2"
503
- * },
504
- * "displayName": "jira-developers",
505
- * "id": 10240,
506
- * "name": "jira-developers",
507
- * "type": "atlassian-group-role-actor"
508
- * },
509
- * {
510
- * "actorUser": {
511
- * "accountId": "5b10a2844c20165700ede21g"
512
- * },
513
- * "displayName": "Mia Krystof",
514
- * "id": 10241,
515
- * "type": "atlassian-user-role-actor"
516
- * }
517
- * ],
518
- * "scope": {
519
- * "project": {
520
- * "id": "10000",
521
- * "key": "KEY",
522
- * "name": "Next Gen Project"
523
- * },
524
- * "type": "PROJECT"
525
- * }
526
- * },
527
- * "recipient": "10360"
528
- * },
529
- * {
530
- * "emailAddress": "rest-developer@atlassian.com",
531
- * "id": 4,
532
- * "notificationType": "EmailAddress",
533
- * "parameter": "rest-developer@atlassian.com",
534
- * "recipient": "rest-developer@atlassian.com"
535
- * },
536
- * {
537
- * "expand": "user",
538
- * "id": 5,
539
- * "notificationType": "User",
540
- * "parameter": "5b10a2844c20165700ede21g",
541
- * "recipient": "5b10a2844c20165700ede21g",
542
- * "user": {
543
- * "accountId": "5b10a2844c20165700ede21g",
544
- * "active": false,
545
- * "displayName": "Mia Krystof",
546
- * "self":
547
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
548
- * }
549
- * },
550
- * {
551
- * "expand": "field",
552
- * "field": {
553
- * "clauseNames": [
554
- * "cf[10101]",
555
- * "New custom field"
556
- * ],
557
- * "custom": true,
558
- * "id": "customfield_10101",
559
- * "key": "customfield_10101",
560
- * "name": "New custom field",
561
- * "navigable": true,
562
- * "orderable": true,
563
- * "schema": {
564
- * "custom":
565
- * "com.atlassian.jira.plugin.system.customfieldtypes:project",
566
- * "customId": 10101,
567
- * "type": "project"
568
- * },
569
- * "searchable": true,
570
- * "untranslatedName": "New custom field"
571
- * },
572
- * "id": 6,
573
- * "notificationType": "GroupCustomField",
574
- * "parameter": "customfield_10101",
575
- * "recipient": "customfield_10101"
576
- * }
577
- * ]
578
- * },
579
- * {
580
- * "event": {
581
- * "description": "Custom event that is published together with an issue
582
- * created event",
583
- * "id": 20,
584
- * "name": "Custom event",
585
- * "templateEvent": {
586
- * "description": "Event published when an issue is created",
587
- * "id": 1,
588
- * "name": "Issue created"
589
- * }
590
- * },
591
- * "notifications": [
592
- * {
593
- * "expand": "group",
594
- * "group": {
595
- * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
596
- * "name": "jira-administrators",
597
- * "self":
598
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
599
- * },
600
- * "id": 1,
601
- * "notificationType": "Group",
602
- * "parameter": "jira-administrators",
603
- * "recipient": "276f955c-63d7-42c8-9520-92d01dca0625"
604
- * },
605
- * {
606
- * "id": 2,
607
- * "notificationType": "CurrentAssignee"
608
- * },
609
- * {
610
- * "expand": "projectRole",
611
- * "id": 3,
612
- * "notificationType": "ProjectRole",
613
- * "parameter": "10360",
614
- * "projectRole": {
615
- * "self":
616
- * "https://your-domain.atlassian.net/rest/api/3/project/MKY/role/10360",
617
- * "name": "Developers",
618
- * "id": 10360,
619
- * "description": "A project role that represents developers in a
620
- * project",
621
- * "actors": [
622
- * {
623
- * "actorGroup": {
624
- * "name": "jira-developers",
625
- * "displayName": "jira-developers",
626
- * "groupId": "952d12c3-5b5b-4d04-bb32-44d383afc4b2"
627
- * },
628
- * "displayName": "jira-developers",
629
- * "id": 10240,
630
- * "name": "jira-developers",
631
- * "type": "atlassian-group-role-actor"
632
- * },
633
- * {
634
- * "actorUser": {
635
- * "accountId": "5b10a2844c20165700ede21g"
636
- * },
637
- * "displayName": "Mia Krystof",
638
- * "id": 10241,
639
- * "type": "atlassian-user-role-actor"
640
- * }
641
- * ],
642
- * "scope": {
643
- * "project": {
644
- * "id": "10000",
645
- * "key": "KEY",
646
- * "name": "Next Gen Project"
647
- * },
648
- * "type": "PROJECT"
649
- * }
650
- * },
651
- * "recipient": "10360"
652
- * },
653
- * {
654
- * "emailAddress": "rest-developer@atlassian.com",
655
- * "id": 4,
656
- * "notificationType": "EmailAddress",
657
- * "parameter": "rest-developer@atlassian.com",
658
- * "recipient": "rest-developer@atlassian.com"
659
- * },
660
- * {
661
- * "expand": "user",
662
- * "id": 5,
663
- * "notificationType": "User",
664
- * "parameter": "5b10a2844c20165700ede21g",
665
- * "recipient": "5b10a2844c20165700ede21g",
666
- * "user": {
667
- * "accountId": "5b10a2844c20165700ede21g",
668
- * "active": false,
669
- * "displayName": "Mia Krystof",
670
- * "self":
671
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
672
- * }
673
- * },
674
- * {
675
- * "expand": "field",
676
- * "field": {
677
- * "clauseNames": [
678
- * "cf[10101]",
679
- * "New custom field"
680
- * ],
681
- * "custom": true,
682
- * "id": "customfield_10101",
683
- * "key": "customfield_10101",
684
- * "name": "New custom field",
685
- * "navigable": true,
686
- * "orderable": true,
687
- * "schema": {
688
- * "custom":
689
- * "com.atlassian.jira.plugin.system.customfieldtypes:project",
690
- * "customId": 10101,
691
- * "type": "project"
692
- * },
693
- * "searchable": true,
694
- * "untranslatedName": "New custom field"
695
- * },
696
- * "id": 6,
697
- * "notificationType": "GroupCustomField",
698
- * "parameter": "customfield_10101",
699
- * "recipient": "customfield_10101"
700
- * }
701
- * ]
702
- * }
703
- * ],
704
- * "projects": [
705
- * 10001,
706
- * 10002
707
- * ],
708
- * "self": "https://your-domain.atlassian.net/rest/api/3/notificationscheme"
709
- * }
710
- * @path {GET} /rest/api/3/project/{projectKeyOrId}/notificationscheme
711
- * @scopes-current read:jira-work
712
- * @scopes-beta read:project-category:jira, read:project-role:jira, read:project:jira,
713
- * read:user:jira, read:group:jira, read:field:jira, read:avatar:jira,
714
- * read:field-configuration:jira, read:notification-scheme:jira
715
- */
716
- getNotificationSchemeForProject({ projectKeyOrId, expand, }) {
717
- return this.getClientInstance()
718
- .request({
719
- path: "/rest/api/3/project/{projectKeyOrId}/notificationscheme",
720
- method: "GET",
721
- pathParams: {
722
- projectKeyOrId,
723
- },
724
- query: {
725
- expand,
726
- },
727
- })
728
- .then(this.getClientInstance().responseHandler({
729
- 200: {
730
- "application/json": "json",
731
- },
732
- }))
733
- .then(commonHttpClient.castResponse())
734
- .then(validation_schema_storage_1.validationSchemaStorage.validator("ProjectsService.getNotificationSchemeForProject.response"))
735
- .then(commonHttpClient.getBody);
736
- }
737
- /**
738
- * Returns the [project details](https://confluence.atlassian.com/x/ahLpNw) for a
739
- * project.
740
- *
741
- * This operation can be accessed anonymously.
742
- *
743
- * **[Permissions](#permissions) required:** *Browse projects* [project
744
- * permission](https://confluence.atlassian.com/x/yodKLg) for the project.
745
- *
746
- * @returns Returned if successful.
747
- *
748
- * example: {
749
- * "assigneeType": "PROJECT_LEAD",
750
- * "avatarUrls": {
751
- * "16x16":
752
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
753
- * "24x24":
754
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
755
- * "32x32":
756
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
757
- * "48x48":
758
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
759
- * },
760
- * "components": [
761
- * {
762
- * "ari":
763
- * "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
764
- * "assignee": {
765
- * "accountId": "5b10a2844c20165700ede21g",
766
- * "accountType": "atlassian",
767
- * "active": false,
768
- * "avatarUrls": {
769
- * "16x16":
770
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
771
- * "24x24":
772
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
773
- * "32x32":
774
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
775
- * "48x48":
776
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
777
- * },
778
- * "displayName": "Mia Krystof",
779
- * "key": "",
780
- * "name": "",
781
- * "self":
782
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
783
- * },
784
- * "assigneeType": "PROJECT_LEAD",
785
- * "description": "This is a Jira component",
786
- * "id": "10000",
787
- * "isAssigneeTypeValid": false,
788
- * "lead": {
789
- * "accountId": "5b10a2844c20165700ede21g",
790
- * "accountType": "atlassian",
791
- * "active": false,
792
- * "avatarUrls": {
793
- * "16x16":
794
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
795
- * "24x24":
796
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
797
- * "32x32":
798
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
799
- * "48x48":
800
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
801
- * },
802
- * "displayName": "Mia Krystof",
803
- * "key": "",
804
- * "name": "",
805
- * "self":
806
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
807
- * },
808
- * "metadata": {
809
- * "icon": "https://www.example.com/icon.png"
810
- * },
811
- * "name": "Component 1",
812
- * "project": "HSP",
813
- * "projectId": 10000,
814
- * "realAssignee": {
815
- * "accountId": "5b10a2844c20165700ede21g",
816
- * "accountType": "atlassian",
817
- * "active": false,
818
- * "avatarUrls": {
819
- * "16x16":
820
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
821
- * "24x24":
822
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
823
- * "32x32":
824
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
825
- * "48x48":
826
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
827
- * },
828
- * "displayName": "Mia Krystof",
829
- * "key": "",
830
- * "name": "",
831
- * "self":
832
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
833
- * },
834
- * "realAssigneeType": "PROJECT_LEAD",
835
- * "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
836
- * }
837
- * ],
838
- * "description": "This project was created as an example for REST.",
839
- * "email": "from-jira@example.com",
840
- * "id": "10000",
841
- * "insight": {
842
- * "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
843
- * "totalIssueCount": 100
844
- * },
845
- * "issueTypes": [
846
- * {
847
- * "avatarId": 1,
848
- * "description": "A task that needs to be done.",
849
- * "hierarchyLevel": 0,
850
- * "iconUrl":
851
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
852
- * "id": "3",
853
- * "name": "Task",
854
- * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
855
- * "subtask": false
856
- * },
857
- * {
858
- * "avatarId": 10002,
859
- * "description": "A problem with the software.",
860
- * "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
861
- * "hierarchyLevel": 0,
862
- * "iconUrl":
863
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
864
- * "id": "1",
865
- * "name": "Bug",
866
- * "scope": {
867
- * "project": {
868
- * "id": "10000"
869
- * },
870
- * "type": "PROJECT"
871
- * },
872
- * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/1",
873
- * "subtask": false
874
- * }
875
- * ],
876
- * "key": "EX",
877
- * "lead": {
878
- * "accountId": "5b10a2844c20165700ede21g",
879
- * "accountType": "atlassian",
880
- * "active": false,
881
- * "avatarUrls": {
882
- * "16x16":
883
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
884
- * "24x24":
885
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
886
- * "32x32":
887
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
888
- * "48x48":
889
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
890
- * },
891
- * "displayName": "Mia Krystof",
892
- * "key": "",
893
- * "name": "",
894
- * "self":
895
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
896
- * },
897
- * "name": "Example",
898
- * "projectCategory": {
899
- * "description": "First Project Category",
900
- * "id": "10000",
901
- * "name": "FIRST",
902
- * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
903
- * },
904
- * "properties": {
905
- * "propertyKey": "propertyValue"
906
- * },
907
- * "roles": {
908
- * "Developers":
909
- * "https://your-domain.atlassian.net/rest/api/3/project/EX/role/10000"
910
- * },
911
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
912
- * "simplified": false,
913
- * "style": "classic",
914
- * "url": "https://www.example.com",
915
- * "versions": []
916
- * }
917
- * @path {GET} /rest/api/3/project/{projectIdOrKey}
918
- * @scopes-current read:jira-work
919
- * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira,
920
- * read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira,
921
- * read:issue-type-hierarchy:jira, read:project-category:jira,
922
- * read:project-version:jira, read:project.component:jira
923
- */
924
- getProject({ projectIdOrKey, expand, properties, }) {
925
- return this.getClientInstance()
926
- .request({
927
- path: "/rest/api/3/project/{projectIdOrKey}",
928
- method: "GET",
929
- pathParams: {
930
- projectIdOrKey,
931
- },
932
- query: {
933
- expand,
934
- properties,
935
- },
936
- })
937
- .then(this.getClientInstance().responseHandler({
938
- 200: {
939
- "application/json": "json",
940
- },
941
- }))
942
- .then(commonHttpClient.castResponse())
943
- .then(validation_schema_storage_1.validationSchemaStorage.validator("ProjectsService.getProject.response"))
944
- .then(commonHttpClient.getBody);
945
- }
946
- /**
947
- * Returns a list of up to 20 projects recently viewed by the user that are still
948
- * visible to the user.
949
- *
950
- * This operation can be accessed anonymously.
951
- *
952
- * **[Permissions](#permissions) required:** Projects are returned only where the
953
- * user has one of:
954
- *
955
- * * *Browse Projects* [project
956
- * permission](https://confluence.atlassian.com/x/yodKLg) for the project.
957
- * * *Administer Projects* [project
958
- * permission](https://confluence.atlassian.com/x/yodKLg) for the project.
959
- * * *Administer Jira* [global
960
- * permission](https://confluence.atlassian.com/x/x4dKLg).
961
- *
962
- * @returns Returned if the request is successful.
963
- *
964
- * example: [
965
- * {
966
- * "avatarUrls": {
967
- * "16x16":
968
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
969
- * "24x24":
970
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
971
- * "32x32":
972
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
973
- * "48x48":
974
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
975
- * },
976
- * "id": "10000",
977
- * "insight": {
978
- * "lastIssueUpdateTime": 1619069825000,
979
- * "totalIssueCount": 100
980
- * },
981
- * "key": "EX",
982
- * "name": "Example",
983
- * "projectCategory": {
984
- * "description": "First Project Category",
985
- * "id": "10000",
986
- * "name": "FIRST",
987
- * "self":
988
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
989
- * },
990
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
991
- * "simplified": false,
992
- * "style": "CLASSIC"
993
- * },
994
- * {
995
- * "avatarUrls": {
996
- * "16x16":
997
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10001",
998
- * "24x24":
999
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10001",
1000
- * "32x32":
1001
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10001",
1002
- * "48x48":
1003
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10001"
1004
- * },
1005
- * "id": "10001",
1006
- * "insight": {
1007
- * "lastIssueUpdateTime": 1619069825000,
1008
- * "totalIssueCount": 100
1009
- * },
1010
- * "key": "ABC",
1011
- * "name": "Alphabetical",
1012
- * "projectCategory": {
1013
- * "description": "First Project Category",
1014
- * "id": "10000",
1015
- * "name": "FIRST",
1016
- * "self":
1017
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1018
- * },
1019
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/ABC",
1020
- * "simplified": false,
1021
- * "style": "CLASSIC"
1022
- * }
1023
- * ]
1024
- * @path {GET} /rest/api/3/project/recent
1025
- * @scopes-current read:jira-work
1026
- * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira,
1027
- * read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira,
1028
- * read:issue-type-hierarchy:jira, read:project-category:jira,
1029
- * read:project-version:jira, read:project.component:jira
1030
- */
1031
- getRecent({ expand, properties, }) {
1032
- return this.getClientInstance()
1033
- .request({
1034
- path: "/rest/api/3/project/recent",
1035
- method: "GET",
1036
- query: {
1037
- expand,
1038
- properties,
1039
- },
1040
- })
1041
- .then(this.getClientInstance().responseHandler({
1042
- 200: {
1043
- "application/json": "json",
1044
- },
1045
- }))
1046
- .then(commonHttpClient.castResponse())
1047
- .then(validation_schema_storage_1.validationSchemaStorage.validator("ProjectsService.getRecent.response"))
1048
- .then(commonHttpClient.getBody);
1049
- }
1050
- /**
1051
- * Restores a project that has been archived or placed in the Jira recycle bin.
1052
- *
1053
- * **[Permissions](#permissions) required:**
1054
- *
1055
- * * *Administer Jira* [global
1056
- * permission](https://confluence.atlassian.com/x/x4dKLg)for Company managed
1057
- * projects.
1058
- * * *Administer Jira* [global
1059
- * permission](https://confluence.atlassian.com/x/x4dKLg) or *Administer projects*
1060
- * [project permission](https://confluence.atlassian.com/x/yodKLg) for the project
1061
- * for Team managed projects.
1062
- *
1063
- * @returns Returned if the request is successful.
1064
- *
1065
- * example: {
1066
- * "assigneeType": "PROJECT_LEAD",
1067
- * "avatarUrls": {
1068
- * "16x16":
1069
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1070
- * "24x24":
1071
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1072
- * "32x32":
1073
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1074
- * "48x48":
1075
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1076
- * },
1077
- * "components": [
1078
- * {
1079
- * "ari":
1080
- * "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
1081
- * "assignee": {
1082
- * "accountId": "5b10a2844c20165700ede21g",
1083
- * "accountType": "atlassian",
1084
- * "active": false,
1085
- * "avatarUrls": {
1086
- * "16x16":
1087
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1088
- * "24x24":
1089
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1090
- * "32x32":
1091
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1092
- * "48x48":
1093
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1094
- * },
1095
- * "displayName": "Mia Krystof",
1096
- * "key": "",
1097
- * "name": "",
1098
- * "self":
1099
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1100
- * },
1101
- * "assigneeType": "PROJECT_LEAD",
1102
- * "description": "This is a Jira component",
1103
- * "id": "10000",
1104
- * "isAssigneeTypeValid": false,
1105
- * "lead": {
1106
- * "accountId": "5b10a2844c20165700ede21g",
1107
- * "accountType": "atlassian",
1108
- * "active": false,
1109
- * "avatarUrls": {
1110
- * "16x16":
1111
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1112
- * "24x24":
1113
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1114
- * "32x32":
1115
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1116
- * "48x48":
1117
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1118
- * },
1119
- * "displayName": "Mia Krystof",
1120
- * "key": "",
1121
- * "name": "",
1122
- * "self":
1123
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1124
- * },
1125
- * "metadata": {
1126
- * "icon": "https://www.example.com/icon.png"
1127
- * },
1128
- * "name": "Component 1",
1129
- * "project": "HSP",
1130
- * "projectId": 10000,
1131
- * "realAssignee": {
1132
- * "accountId": "5b10a2844c20165700ede21g",
1133
- * "accountType": "atlassian",
1134
- * "active": false,
1135
- * "avatarUrls": {
1136
- * "16x16":
1137
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1138
- * "24x24":
1139
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1140
- * "32x32":
1141
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1142
- * "48x48":
1143
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1144
- * },
1145
- * "displayName": "Mia Krystof",
1146
- * "key": "",
1147
- * "name": "",
1148
- * "self":
1149
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1150
- * },
1151
- * "realAssigneeType": "PROJECT_LEAD",
1152
- * "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
1153
- * }
1154
- * ],
1155
- * "description": "This project was created as an example for REST.",
1156
- * "email": "from-jira@example.com",
1157
- * "id": "10000",
1158
- * "insight": {
1159
- * "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
1160
- * "totalIssueCount": 100
1161
- * },
1162
- * "issueTypes": [
1163
- * {
1164
- * "avatarId": 1,
1165
- * "description": "A task that needs to be done.",
1166
- * "hierarchyLevel": 0,
1167
- * "iconUrl":
1168
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
1169
- * "id": "3",
1170
- * "name": "Task",
1171
- * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
1172
- * "subtask": false
1173
- * },
1174
- * {
1175
- * "avatarId": 10002,
1176
- * "description": "A problem with the software.",
1177
- * "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
1178
- * "hierarchyLevel": 0,
1179
- * "iconUrl":
1180
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
1181
- * "id": "1",
1182
- * "name": "Bug",
1183
- * "scope": {
1184
- * "project": {
1185
- * "id": "10000"
1186
- * },
1187
- * "type": "PROJECT"
1188
- * },
1189
- * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/1",
1190
- * "subtask": false
1191
- * }
1192
- * ],
1193
- * "key": "EX",
1194
- * "lead": {
1195
- * "accountId": "5b10a2844c20165700ede21g",
1196
- * "accountType": "atlassian",
1197
- * "active": false,
1198
- * "avatarUrls": {
1199
- * "16x16":
1200
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1201
- * "24x24":
1202
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1203
- * "32x32":
1204
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1205
- * "48x48":
1206
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1207
- * },
1208
- * "displayName": "Mia Krystof",
1209
- * "key": "",
1210
- * "name": "",
1211
- * "self":
1212
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1213
- * },
1214
- * "name": "Example",
1215
- * "projectCategory": {
1216
- * "description": "First Project Category",
1217
- * "id": "10000",
1218
- * "name": "FIRST",
1219
- * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1220
- * },
1221
- * "properties": {
1222
- * "propertyKey": "propertyValue"
1223
- * },
1224
- * "roles": {
1225
- * "Developers":
1226
- * "https://your-domain.atlassian.net/rest/api/3/project/EX/role/10000"
1227
- * },
1228
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
1229
- * "simplified": false,
1230
- * "style": "classic",
1231
- * "url": "https://www.example.com",
1232
- * "versions": []
1233
- * }
1234
- * @path {POST} /rest/api/3/project/{projectIdOrKey}/restore
1235
- * @scopes-current manage:jira-configuration
1236
- * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira,
1237
- * read:user:jira, write:project:jira, read:application-role:jira,
1238
- * read:avatar:jira, read:group:jira, read:issue-type-hierarchy:jira,
1239
- * read:project-category:jira, read:project-version:jira,
1240
- * read:project.component:jira
1241
- */
1242
- restore({ projectIdOrKey, }) {
1243
- return this.getClientInstance()
1244
- .request({
1245
- path: "/rest/api/3/project/{projectIdOrKey}/restore",
1246
- method: "POST",
1247
- pathParams: {
1248
- projectIdOrKey,
1249
- },
1250
- })
1251
- .then(this.getClientInstance().responseHandler({
1252
- 200: {
1253
- "application/json": "json",
1254
- },
1255
- }))
1256
- .then(commonHttpClient.castResponse())
1257
- .then(validation_schema_storage_1.validationSchemaStorage.validator("ProjectsService.restore.response"))
1258
- .then(commonHttpClient.getBody);
1259
- }
1260
- /**
1261
- * Returns a [paginated](#pagination) list of projects visible to the user.
1262
- *
1263
- * This operation can be accessed anonymously.
1264
- *
1265
- * **[Permissions](#permissions) required:** Projects are returned only where the
1266
- * user has one of:
1267
- *
1268
- * * *Browse Projects* [project
1269
- * permission](https://confluence.atlassian.com/x/yodKLg) for the project.
1270
- * * *Administer Projects* [project
1271
- * permission](https://confluence.atlassian.com/x/yodKLg) for the project.
1272
- * * *Administer Jira* [global
1273
- * permission](https://confluence.atlassian.com/x/x4dKLg).
1274
- *
1275
- * @returns Returned if the request is successful.
1276
- *
1277
- * example: {
1278
- * "isLast": false,
1279
- * "maxResults": 2,
1280
- * "nextPage":
1281
- * "https://your-domain.atlassian.net/rest/api/3/project/search?startAt=2&maxResults=2",
1282
- * "self":
1283
- * "https://your-domain.atlassian.net/rest/api/3/project/search?startAt=0&maxResults=2",
1284
- * "startAt": 0,
1285
- * "total": 7,
1286
- * "values": [
1287
- * {
1288
- * "avatarUrls": {
1289
- * "16x16":
1290
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1291
- * "24x24":
1292
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1293
- * "32x32":
1294
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1295
- * "48x48":
1296
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1297
- * },
1298
- * "id": "10000",
1299
- * "insight": {
1300
- * "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
1301
- * "totalIssueCount": 100
1302
- * },
1303
- * "key": "EX",
1304
- * "name": "Example",
1305
- * "projectCategory": {
1306
- * "description": "First Project Category",
1307
- * "id": "10000",
1308
- * "name": "FIRST",
1309
- * "self":
1310
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1311
- * },
1312
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
1313
- * "simplified": false,
1314
- * "style": "classic"
1315
- * },
1316
- * {
1317
- * "avatarUrls": {
1318
- * "16x16":
1319
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10001",
1320
- * "24x24":
1321
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10001",
1322
- * "32x32":
1323
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10001",
1324
- * "48x48":
1325
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10001"
1326
- * },
1327
- * "id": "10001",
1328
- * "insight": {
1329
- * "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
1330
- * "totalIssueCount": 100
1331
- * },
1332
- * "key": "ABC",
1333
- * "name": "Alphabetical",
1334
- * "projectCategory": {
1335
- * "description": "First Project Category",
1336
- * "id": "10000",
1337
- * "name": "FIRST",
1338
- * "self":
1339
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1340
- * },
1341
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/ABC",
1342
- * "simplified": false,
1343
- * "style": "classic"
1344
- * }
1345
- * ]
1346
- * }
1347
- * @path {GET} /rest/api/3/project/search
1348
- * @scopes-current read:jira-work
1349
- * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira,
1350
- * read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira,
1351
- * read:issue-type-hierarchy:jira, read:project-category:jira,
1352
- * read:project-version:jira, read:project.component:jira
1353
- */
1354
- searchProjects({ startAt, maxResults, orderBy, id, keys, query, typeKey, categoryId, action, expand, status, properties, propertyQuery, }) {
1355
- return this.getClientInstance()
1356
- .request({
1357
- path: "/rest/api/3/project/search",
1358
- method: "GET",
1359
- query: {
1360
- startAt,
1361
- maxResults,
1362
- orderBy,
1363
- id,
1364
- keys,
1365
- query,
1366
- typeKey,
1367
- categoryId,
1368
- action,
1369
- expand,
1370
- status,
1371
- properties,
1372
- propertyQuery,
1373
- },
1374
- })
1375
- .then(this.getClientInstance().responseHandler({
1376
- 200: {
1377
- "application/json": "json",
1378
- },
1379
- }))
1380
- .then(commonHttpClient.castResponse())
1381
- .then(validation_schema_storage_1.validationSchemaStorage.validator("ProjectsService.searchProjects.response"))
1382
- .then(commonHttpClient.getBody);
1383
- }
1384
- /**
1385
- * Updates the [project details](https://confluence.atlassian.com/x/ahLpNw) of a
1386
- * project.
1387
- *
1388
- * All parameters are optional in the body of the request. Schemes will only be
1389
- * updated if they are included in the request, any omitted schemes will be left
1390
- * unchanged.
1391
- *
1392
- * **[Permissions](#permissions) required:** *Administer Jira* [global
1393
- * permission](https://confluence.atlassian.com/x/x4dKLg). is only needed when
1394
- * changing the schemes or project key. Otherwise you will only need *Administer
1395
- * Projects* [project permission](https://confluence.atlassian.com/x/yodKLg)
1396
- *
1397
- * @returns Returned if the project is updated.
1398
- *
1399
- * example: {
1400
- * "assigneeType": "PROJECT_LEAD",
1401
- * "avatarUrls": {
1402
- * "16x16":
1403
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1404
- * "24x24":
1405
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1406
- * "32x32":
1407
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1408
- * "48x48":
1409
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1410
- * },
1411
- * "components": [
1412
- * {
1413
- * "ari":
1414
- * "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
1415
- * "assignee": {
1416
- * "accountId": "5b10a2844c20165700ede21g",
1417
- * "accountType": "atlassian",
1418
- * "active": false,
1419
- * "avatarUrls": {
1420
- * "16x16":
1421
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1422
- * "24x24":
1423
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1424
- * "32x32":
1425
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1426
- * "48x48":
1427
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1428
- * },
1429
- * "displayName": "Mia Krystof",
1430
- * "key": "",
1431
- * "name": "",
1432
- * "self":
1433
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1434
- * },
1435
- * "assigneeType": "PROJECT_LEAD",
1436
- * "description": "This is a Jira component",
1437
- * "id": "10000",
1438
- * "isAssigneeTypeValid": false,
1439
- * "lead": {
1440
- * "accountId": "5b10a2844c20165700ede21g",
1441
- * "accountType": "atlassian",
1442
- * "active": false,
1443
- * "avatarUrls": {
1444
- * "16x16":
1445
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1446
- * "24x24":
1447
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1448
- * "32x32":
1449
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1450
- * "48x48":
1451
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1452
- * },
1453
- * "displayName": "Mia Krystof",
1454
- * "key": "",
1455
- * "name": "",
1456
- * "self":
1457
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1458
- * },
1459
- * "metadata": {
1460
- * "icon": "https://www.example.com/icon.png"
1461
- * },
1462
- * "name": "Component 1",
1463
- * "project": "HSP",
1464
- * "projectId": 10000,
1465
- * "realAssignee": {
1466
- * "accountId": "5b10a2844c20165700ede21g",
1467
- * "accountType": "atlassian",
1468
- * "active": false,
1469
- * "avatarUrls": {
1470
- * "16x16":
1471
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1472
- * "24x24":
1473
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1474
- * "32x32":
1475
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1476
- * "48x48":
1477
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1478
- * },
1479
- * "displayName": "Mia Krystof",
1480
- * "key": "",
1481
- * "name": "",
1482
- * "self":
1483
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1484
- * },
1485
- * "realAssigneeType": "PROJECT_LEAD",
1486
- * "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
1487
- * }
1488
- * ],
1489
- * "description": "This project was created as an example for REST.",
1490
- * "email": "from-jira@example.com",
1491
- * "id": "10000",
1492
- * "insight": {
1493
- * "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
1494
- * "totalIssueCount": 100
1495
- * },
1496
- * "issueTypes": [
1497
- * {
1498
- * "avatarId": 1,
1499
- * "description": "A task that needs to be done.",
1500
- * "hierarchyLevel": 0,
1501
- * "iconUrl":
1502
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
1503
- * "id": "3",
1504
- * "name": "Task",
1505
- * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
1506
- * "subtask": false
1507
- * },
1508
- * {
1509
- * "avatarId": 10002,
1510
- * "description": "A problem with the software.",
1511
- * "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
1512
- * "hierarchyLevel": 0,
1513
- * "iconUrl":
1514
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
1515
- * "id": "1",
1516
- * "name": "Bug",
1517
- * "scope": {
1518
- * "project": {
1519
- * "id": "10000"
1520
- * },
1521
- * "type": "PROJECT"
1522
- * },
1523
- * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/1",
1524
- * "subtask": false
1525
- * }
1526
- * ],
1527
- * "key": "EX",
1528
- * "lead": {
1529
- * "accountId": "5b10a2844c20165700ede21g",
1530
- * "accountType": "atlassian",
1531
- * "active": false,
1532
- * "avatarUrls": {
1533
- * "16x16":
1534
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1535
- * "24x24":
1536
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1537
- * "32x32":
1538
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1539
- * "48x48":
1540
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1541
- * },
1542
- * "displayName": "Mia Krystof",
1543
- * "key": "",
1544
- * "name": "",
1545
- * "self":
1546
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1547
- * },
1548
- * "name": "Example",
1549
- * "projectCategory": {
1550
- * "description": "First Project Category",
1551
- * "id": "10000",
1552
- * "name": "FIRST",
1553
- * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1554
- * },
1555
- * "properties": {
1556
- * "propertyKey": "propertyValue"
1557
- * },
1558
- * "roles": {
1559
- * "Developers":
1560
- * "https://your-domain.atlassian.net/rest/api/3/project/EX/role/10000"
1561
- * },
1562
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
1563
- * "simplified": false,
1564
- * "style": "classic",
1565
- * "url": "https://www.example.com",
1566
- * "versions": []
1567
- * }
1568
- * @path {PUT} /rest/api/3/project/{projectIdOrKey}
1569
- * @scopes-current manage:jira-project
1570
- * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira,
1571
- * read:user:jira, write:project:jira, write:project.avatar:jira,
1572
- * read:application-role:jira, read:avatar:jira, read:group:jira,
1573
- * read:issue-type-hierarchy:jira, read:project-category:jira,
1574
- * read:project-version:jira, read:project.component:jira
1575
- */
1576
- updateProject({ projectIdOrKey, expand, updateProjectDetails, }) {
1577
- return this.getClientInstance()
1578
- .request({
1579
- path: "/rest/api/3/project/{projectIdOrKey}",
1580
- method: "PUT",
1581
- pathParams: {
1582
- projectIdOrKey,
1583
- },
1584
- query: {
1585
- expand,
1586
- },
1587
- headers: {
1588
- "Content-Type": "application/json",
1589
- },
1590
- body: updateProjectDetails,
1591
- })
1592
- .then(this.getClientInstance().responseHandler({
1593
- 200: {
1594
- "application/json": "json",
1595
- },
1596
- }))
1597
- .then(commonHttpClient.castResponse())
1598
- .then(validation_schema_storage_1.validationSchemaStorage.validator("ProjectsService.updateProject.response"))
1599
- .then(commonHttpClient.getBody);
1600
- }
1601
- static initialize() {
1602
- validation_schema_storage_1.validationSchemaStorage.registerExtensible("ProjectsService.getAllProjects.response", zod_1.z
1603
- .object({
1604
- status: zod_1.z.literal(200),
1605
- mediaType: zod_1.z.literal("application/json"),
1606
- body: zod_1.z.array(validation_schema_storage_1.validationSchemaStorage.lazy("Project")),
1607
- })
1608
- .describe("ProjectsService.getAllProjects.response"));
1609
- validation_schema_storage_1.validationSchemaStorage.registerExtensible("ProjectsService.createProject.response", zod_1.z
1610
- .object({
1611
- status: zod_1.z.literal(201),
1612
- mediaType: zod_1.z.literal("application/json"),
1613
- body: validation_schema_storage_1.validationSchemaStorage.lazy("ProjectIdentifiers"),
1614
- })
1615
- .describe("ProjectsService.createProject.response"));
1616
- validation_schema_storage_1.validationSchemaStorage.registerExtensible("ProjectsService.getHierarchy.response", zod_1.z
1617
- .object({
1618
- status: zod_1.z.literal(200),
1619
- mediaType: zod_1.z.literal("application/json"),
1620
- body: validation_schema_storage_1.validationSchemaStorage.lazy("ProjectIssueTypeHierarchy"),
1621
- })
1622
- .describe("ProjectsService.getHierarchy.response"));
1623
- validation_schema_storage_1.validationSchemaStorage.registerExtensible("ProjectsService.getProject.response", zod_1.z
1624
- .object({
1625
- status: zod_1.z.literal(200),
1626
- mediaType: zod_1.z.literal("application/json"),
1627
- body: validation_schema_storage_1.validationSchemaStorage.lazy("Project"),
1628
- })
1629
- .describe("ProjectsService.getProject.response"));
1630
- validation_schema_storage_1.validationSchemaStorage.registerExtensible("ProjectsService.updateProject.response", zod_1.z
1631
- .object({
1632
- status: zod_1.z.literal(200),
1633
- mediaType: zod_1.z.literal("application/json"),
1634
- body: validation_schema_storage_1.validationSchemaStorage.lazy("Project"),
1635
- })
1636
- .describe("ProjectsService.updateProject.response"));
1637
- validation_schema_storage_1.validationSchemaStorage.registerExtensible("ProjectsService.archiveProject.response", zod_1.z
1638
- .object({
1639
- status: zod_1.z.literal(204),
1640
- mediaType: zod_1.z.literal("application/json"),
1641
- body: zod_1.z.unknown(),
1642
- })
1643
- .describe("ProjectsService.archiveProject.response"));
1644
- validation_schema_storage_1.validationSchemaStorage.registerExtensible("ProjectsService.restore.response", zod_1.z
1645
- .object({
1646
- status: zod_1.z.literal(200),
1647
- mediaType: zod_1.z.literal("application/json"),
1648
- body: validation_schema_storage_1.validationSchemaStorage.lazy("Project"),
1649
- })
1650
- .describe("ProjectsService.restore.response"));
1651
- validation_schema_storage_1.validationSchemaStorage.registerExtensible("ProjectsService.getAllStatuses.response", zod_1.z
1652
- .object({
1653
- status: zod_1.z.literal(200),
1654
- mediaType: zod_1.z.literal("application/json"),
1655
- body: zod_1.z.array(validation_schema_storage_1.validationSchemaStorage.lazy("IssueTypeWithStatus")),
1656
- })
1657
- .describe("ProjectsService.getAllStatuses.response"));
1658
- validation_schema_storage_1.validationSchemaStorage.registerExtensible("ProjectsService.getNotificationSchemeForProject.response", zod_1.z
1659
- .object({
1660
- status: zod_1.z.literal(200),
1661
- mediaType: zod_1.z.literal("application/json"),
1662
- body: validation_schema_storage_1.validationSchemaStorage.lazy("NotificationScheme"),
1663
- })
1664
- .describe("ProjectsService.getNotificationSchemeForProject.response"));
1665
- validation_schema_storage_1.validationSchemaStorage.registerExtensible("ProjectsService.getRecent.response", zod_1.z
1666
- .object({
1667
- status: zod_1.z.literal(200),
1668
- mediaType: zod_1.z.literal("application/json"),
1669
- body: zod_1.z.array(validation_schema_storage_1.validationSchemaStorage.lazy("Project")),
1670
- })
1671
- .describe("ProjectsService.getRecent.response"));
1672
- validation_schema_storage_1.validationSchemaStorage.registerExtensible("ProjectsService.searchProjects.response", zod_1.z
1673
- .object({
1674
- status: zod_1.z.literal(200),
1675
- mediaType: zod_1.z.literal("application/json"),
1676
- body: validation_schema_storage_1.validationSchemaStorage.lazy("PageBeanProject"),
1677
- })
1678
- .describe("ProjectsService.searchProjects.response"));
1679
- validation_schema_storage_1.validationSchemaStorage.registerOnce([
1680
- common_1.registerCommonValidationSchemas,
1681
- projects_1.registerProjectsValidationSchemas,
1682
- ]);
1683
- }
1684
- }
1685
- exports.ProjectsService = ProjectsService;
1686
- //# sourceMappingURL=projects-service.js.map