@resolution/jira-api-client 0.4.2 → 0.4.5

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 (327) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/README.md +4 -0
  3. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +28 -4
  4. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +24 -1
  5. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
  6. package/lib/openapi/platform/models/common.d.ts +6 -0
  7. package/lib/openapi/platform/models/common.js +12 -1
  8. package/lib/openapi/platform/models/common.js.map +1 -1
  9. package/lib/openapi/platform/models/dynamicModules.d.ts +0 -9
  10. package/lib/openapi/platform/models/dynamicModules.js +0 -6
  11. package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
  12. package/lib/openapi/platform/models/issueBulkOperations.d.ts +547 -0
  13. package/lib/openapi/platform/models/issueBulkOperations.js +437 -0
  14. package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -0
  15. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +3 -3
  16. package/lib/openapi/platform/services/AnnouncementBannerService.js +65 -62
  17. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
  18. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +4 -4
  19. package/lib/openapi/platform/services/AppDataPoliciesService.js +70 -67
  20. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
  21. package/lib/openapi/platform/services/AppMigrationService.d.ts +6 -6
  22. package/lib/openapi/platform/services/AppMigrationService.js +139 -136
  23. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
  24. package/lib/openapi/platform/services/AppPropertiesService.d.ts +12 -12
  25. package/lib/openapi/platform/services/AppPropertiesService.js +254 -251
  26. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
  27. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +3 -3
  28. package/lib/openapi/platform/services/ApplicationRolesService.js +177 -174
  29. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  30. package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -7
  31. package/lib/openapi/platform/services/AuditRecordsService.js +97 -94
  32. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
  33. package/lib/openapi/platform/services/AvatarsService.d.ts +25 -31
  34. package/lib/openapi/platform/services/AvatarsService.js +412 -415
  35. package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
  36. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +4 -4
  37. package/lib/openapi/platform/services/ClassificationLevelsService.js +79 -76
  38. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
  39. package/lib/openapi/platform/services/DashboardsService.d.ts +62 -50
  40. package/lib/openapi/platform/services/DashboardsService.js +983 -974
  41. package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
  42. package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -6
  43. package/lib/openapi/platform/services/DynamicModulesService.js +68 -65
  44. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
  45. package/lib/openapi/platform/services/FilterSharingService.d.ts +11 -11
  46. package/lib/openapi/platform/services/FilterSharingService.js +512 -509
  47. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  48. package/lib/openapi/platform/services/FiltersService.d.ts +50 -50
  49. package/lib/openapi/platform/services/FiltersService.js +1262 -1259
  50. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  51. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +10 -10
  52. package/lib/openapi/platform/services/GroupAndUserPickerService.js +112 -109
  53. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
  54. package/lib/openapi/platform/services/GroupsService.d.ts +46 -46
  55. package/lib/openapi/platform/services/GroupsService.js +385 -382
  56. package/lib/openapi/platform/services/GroupsService.js.map +1 -1
  57. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +20 -20
  58. package/lib/openapi/platform/services/IssueAttachmentsService.js +644 -641
  59. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  60. package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +325 -0
  61. package/lib/openapi/platform/services/IssueBulkOperationsService.js +353 -0
  62. package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -0
  63. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +8 -8
  64. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +187 -184
  65. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
  66. package/lib/openapi/platform/services/IssueCommentsService.d.ts +22 -22
  67. package/lib/openapi/platform/services/IssueCommentsService.js +507 -504
  68. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
  69. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -11
  70. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +126 -123
  71. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
  72. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +42 -42
  73. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +748 -745
  74. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  75. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +28 -28
  76. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +535 -532
  77. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
  78. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +20 -20
  79. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +358 -355
  80. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
  81. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +6 -6
  82. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +86 -83
  83. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  84. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +45 -45
  85. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +689 -686
  86. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
  87. package/lib/openapi/platform/services/IssueFieldsService.d.ts +32 -32
  88. package/lib/openapi/platform/services/IssueFieldsService.js +484 -481
  89. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  90. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +9 -9
  91. package/lib/openapi/platform/services/IssueLinkTypesService.js +212 -209
  92. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
  93. package/lib/openapi/platform/services/IssueLinksService.d.ts +6 -6
  94. package/lib/openapi/platform/services/IssueLinksService.js +230 -227
  95. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
  96. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +3 -3
  97. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +72 -69
  98. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  99. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +27 -27
  100. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +816 -813
  101. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
  102. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +22 -22
  103. package/lib/openapi/platform/services/IssuePrioritiesService.js +307 -304
  104. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  105. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +16 -16
  106. package/lib/openapi/platform/services/IssuePropertiesService.js +390 -387
  107. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
  108. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +13 -13
  109. package/lib/openapi/platform/services/IssueRemoteLinksService.js +368 -365
  110. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  111. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +19 -19
  112. package/lib/openapi/platform/services/IssueResolutionsService.js +283 -280
  113. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  114. package/lib/openapi/platform/services/IssueSearchService.d.ts +24 -24
  115. package/lib/openapi/platform/services/IssueSearchService.js +826 -823
  116. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
  117. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +8 -8
  118. package/lib/openapi/platform/services/IssueSecurityLevelService.js +137 -134
  119. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
  120. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +51 -51
  121. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +610 -607
  122. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
  123. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +8 -8
  124. package/lib/openapi/platform/services/IssueTypePropertiesService.js +175 -172
  125. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
  126. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +31 -31
  127. package/lib/openapi/platform/services/IssueTypeSchemesService.js +527 -524
  128. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
  129. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +36 -36
  130. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +508 -505
  131. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
  132. package/lib/openapi/platform/services/IssueTypesService.d.ts +22 -28
  133. package/lib/openapi/platform/services/IssueTypesService.js +424 -427
  134. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  135. package/lib/openapi/platform/services/IssueVotesService.d.ts +6 -6
  136. package/lib/openapi/platform/services/IssueVotesService.js +148 -145
  137. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
  138. package/lib/openapi/platform/services/IssueWatchersService.d.ts +10 -10
  139. package/lib/openapi/platform/services/IssueWatchersService.js +197 -194
  140. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
  141. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +8 -8
  142. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +199 -196
  143. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
  144. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +44 -44
  145. package/lib/openapi/platform/services/IssueWorklogsService.js +636 -633
  146. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  147. package/lib/openapi/platform/services/IssuesService.d.ts +71 -71
  148. package/lib/openapi/platform/services/IssuesService.js +1856 -1853
  149. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  150. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +6 -6
  151. package/lib/openapi/platform/services/JiraExpressionsService.js +238 -235
  152. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
  153. package/lib/openapi/platform/services/JiraSettingsService.d.ts +9 -9
  154. package/lib/openapi/platform/services/JiraSettingsService.js +279 -276
  155. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  156. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +8 -8
  157. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +107 -104
  158. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  159. package/lib/openapi/platform/services/JqlService.d.ts +15 -15
  160. package/lib/openapi/platform/services/JqlService.js +635 -632
  161. package/lib/openapi/platform/services/JqlService.js.map +1 -1
  162. package/lib/openapi/platform/services/LabelsService.d.ts +4 -4
  163. package/lib/openapi/platform/services/LabelsService.js +41 -38
  164. package/lib/openapi/platform/services/LabelsService.js.map +1 -1
  165. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +4 -4
  166. package/lib/openapi/platform/services/LicenseMetricsService.js +120 -117
  167. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
  168. package/lib/openapi/platform/services/MyselfService.d.ts +14 -14
  169. package/lib/openapi/platform/services/MyselfService.js +321 -318
  170. package/lib/openapi/platform/services/MyselfService.js.map +1 -1
  171. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +25 -25
  172. package/lib/openapi/platform/services/PermissionSchemesService.js +548 -545
  173. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  174. package/lib/openapi/platform/services/PermissionsService.d.ts +15 -15
  175. package/lib/openapi/platform/services/PermissionsService.js +235 -232
  176. package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
  177. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +34 -34
  178. package/lib/openapi/platform/services/PrioritySchemesService.js +571 -568
  179. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  180. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +11 -11
  181. package/lib/openapi/platform/services/ProjectAvatarsService.js +213 -210
  182. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
  183. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +9 -9
  184. package/lib/openapi/platform/services/ProjectCategoriesService.js +180 -177
  185. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  186. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +6 -6
  187. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +125 -122
  188. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
  189. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +28 -28
  190. package/lib/openapi/platform/services/ProjectComponentsService.js +1009 -1006
  191. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  192. package/lib/openapi/platform/services/ProjectEmailService.d.ts +4 -4
  193. package/lib/openapi/platform/services/ProjectEmailService.js +78 -75
  194. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
  195. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +4 -4
  196. package/lib/openapi/platform/services/ProjectFeaturesService.js +119 -116
  197. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
  198. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +8 -8
  199. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +100 -97
  200. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
  201. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +10 -10
  202. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +199 -196
  203. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
  204. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +8 -8
  205. package/lib/openapi/platform/services/ProjectPropertiesService.js +172 -169
  206. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
  207. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +18 -18
  208. package/lib/openapi/platform/services/ProjectRoleActorsService.js +362 -359
  209. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
  210. package/lib/openapi/platform/services/ProjectRolesService.d.ts +21 -21
  211. package/lib/openapi/platform/services/ProjectRolesService.js +576 -573
  212. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  213. package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -6
  214. package/lib/openapi/platform/services/ProjectTypesService.js +173 -170
  215. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  216. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +40 -40
  217. package/lib/openapi/platform/services/ProjectVersionsService.js +751 -748
  218. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  219. package/lib/openapi/platform/services/ProjectsService.d.ts +49 -49
  220. package/lib/openapi/platform/services/ProjectsService.js +1597 -1594
  221. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  222. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +14 -14
  223. package/lib/openapi/platform/services/ScreenSchemesService.js +177 -174
  224. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
  225. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +9 -9
  226. package/lib/openapi/platform/services/ScreenTabFieldsService.js +144 -141
  227. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  228. package/lib/openapi/platform/services/ScreenTabsService.d.ts +17 -17
  229. package/lib/openapi/platform/services/ScreenTabsService.js +229 -226
  230. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
  231. package/lib/openapi/platform/services/ScreensService.d.ts +23 -23
  232. package/lib/openapi/platform/services/ScreensService.js +281 -278
  233. package/lib/openapi/platform/services/ScreensService.js.map +1 -1
  234. package/lib/openapi/platform/services/ServerInfoService.d.ts +1 -1
  235. package/lib/openapi/platform/services/ServerInfoService.js +51 -48
  236. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
  237. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +2 -2
  238. package/lib/openapi/platform/services/ServiceRegistryService.js +30 -27
  239. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  240. package/lib/openapi/platform/services/StatusService.d.ts +17 -17
  241. package/lib/openapi/platform/services/StatusService.js +271 -268
  242. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  243. package/lib/openapi/platform/services/TasksService.d.ts +4 -4
  244. package/lib/openapi/platform/services/TasksService.js +93 -90
  245. package/lib/openapi/platform/services/TasksService.js.map +1 -1
  246. package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -7
  247. package/lib/openapi/platform/services/TimeTrackingService.js +190 -187
  248. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  249. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +11 -11
  250. package/lib/openapi/platform/services/UiModificationsAppsService.js +214 -211
  251. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
  252. package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -20
  253. package/lib/openapi/platform/services/UserPropertiesService.js +196 -193
  254. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
  255. package/lib/openapi/platform/services/UserSearchService.d.ts +61 -61
  256. package/lib/openapi/platform/services/UserSearchService.js +709 -706
  257. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  258. package/lib/openapi/platform/services/UsersService.d.ts +51 -51
  259. package/lib/openapi/platform/services/UsersService.js +637 -634
  260. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  261. package/lib/openapi/platform/services/WebhooksService.d.ts +14 -14
  262. package/lib/openapi/platform/services/WebhooksService.js +262 -259
  263. package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
  264. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +30 -30
  265. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +861 -858
  266. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
  267. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +4 -4
  268. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +98 -95
  269. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
  270. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +45 -45
  271. package/lib/openapi/platform/services/WorkflowSchemesService.js +899 -896
  272. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  273. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +3 -3
  274. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +82 -79
  275. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  276. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +3 -3
  277. package/lib/openapi/platform/services/WorkflowStatusesService.js +110 -107
  278. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  279. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +14 -14
  280. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +182 -179
  281. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  282. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +13 -13
  283. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +283 -280
  284. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  285. package/lib/openapi/platform/services/WorkflowsService.d.ts +33 -33
  286. package/lib/openapi/platform/services/WorkflowsService.js +2451 -2448
  287. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  288. package/lib/openapi/software/services/BacklogService.d.ts +4 -4
  289. package/lib/openapi/software/services/BacklogService.js +81 -78
  290. package/lib/openapi/software/services/BacklogService.js.map +1 -1
  291. package/lib/openapi/software/services/BoardService.d.ts +124 -124
  292. package/lib/openapi/software/services/BoardService.js +2048 -2045
  293. package/lib/openapi/software/services/BoardService.js.map +1 -1
  294. package/lib/openapi/software/services/BuildsService.d.ts +10 -10
  295. package/lib/openapi/software/services/BuildsService.js +164 -161
  296. package/lib/openapi/software/services/BuildsService.js.map +1 -1
  297. package/lib/openapi/software/services/DeploymentsService.d.ts +12 -12
  298. package/lib/openapi/software/services/DeploymentsService.js +192 -189
  299. package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
  300. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +8 -8
  301. package/lib/openapi/software/services/DevOpsComponentsService.js +145 -142
  302. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
  303. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +16 -16
  304. package/lib/openapi/software/services/DevelopmentInformationService.js +178 -175
  305. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
  306. package/lib/openapi/software/services/EpicService.d.ts +26 -26
  307. package/lib/openapi/software/services/EpicService.js +597 -594
  308. package/lib/openapi/software/services/EpicService.js.map +1 -1
  309. package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -10
  310. package/lib/openapi/software/services/FeatureFlagsService.js +151 -148
  311. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
  312. package/lib/openapi/software/services/IssueService.d.ts +13 -13
  313. package/lib/openapi/software/services/IssueService.js +359 -356
  314. package/lib/openapi/software/services/IssueService.js.map +1 -1
  315. package/lib/openapi/software/services/OperationsService.d.ts +24 -24
  316. package/lib/openapi/software/services/OperationsService.js +301 -298
  317. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  318. package/lib/openapi/software/services/RemoteLinksService.d.ts +15 -15
  319. package/lib/openapi/software/services/RemoteLinksService.js +160 -157
  320. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  321. package/lib/openapi/software/services/SecurityInformationService.d.ts +16 -16
  322. package/lib/openapi/software/services/SecurityInformationService.js +262 -259
  323. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
  324. package/lib/openapi/software/services/SprintService.d.ts +33 -33
  325. package/lib/openapi/software/services/SprintService.js +594 -591
  326. package/lib/openapi/software/services/SprintService.js.map +1 -1
  327. package/package.json +4 -3
@@ -18,265 +18,268 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
18
18
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks
19
19
  */
20
20
  class WebhooksService extends CommonHttpService_1.CommonHttpService {
21
- /**
22
- * Removes webhooks by ID. Only webhooks registered by the calling app are
23
- * removed. If webhooks created by other apps are specified, they are ignored.
24
- *
25
- * **[Permissions](#permissions) required:** Only
26
- * [Connect](https://developer.atlassian.com/cloud/jira/platform/#connect-apps)
27
- * and [OAuth
28
- * 2.0](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps) apps
29
- * can use this operation.
30
- *
31
- * @path {DELETE} /rest/api/3/webhook
32
- * @scopes-current read:jira-work, manage:jira-webhook
33
- * @scopes-beta delete:webhook:jira
34
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks#api-rest-api-3-webhook-delete
35
- */
36
- deleteWebhookById({ containerForWebhookIds, }) {
37
- return this.getClientInstance()
38
- .request({
39
- path: "/rest/api/3/webhook",
40
- method: "DELETE",
41
- headers: {
42
- "Content-Type": "application/json",
43
- },
44
- body: containerForWebhookIds,
45
- })
46
- .then(commonHttpClient.discardResult);
47
- }
48
- /**
49
- * Returns a [paginated](#pagination) list of the webhooks registered by the
50
- * calling app.
51
- *
52
- * **[Permissions](#permissions) required:** Only
53
- * [Connect](https://developer.atlassian.com/cloud/jira/platform/#connect-apps)
54
- * and [OAuth
55
- * 2.0](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps) apps
56
- * can use this operation.
57
- *
58
- * @returns Returned if the request is successful.
59
- *
60
- * example: {
61
- * "isLast": true,
62
- * "maxResults": 3,
63
- * "startAt": 0,
64
- * "total": 3,
65
- * "values": [
66
- * {
67
- * "events": [
68
- * "jira:issue_updated",
69
- * "jira:issue_created"
70
- * ],
71
- * "expirationDate": "2019-06-01T12:42:30.000+0000",
72
- * "fieldIdsFilter": [
73
- * "summary",
74
- * "customfield_10029"
75
- * ],
76
- * "id": 10000,
77
- * "jqlFilter": "project = PRJ"
78
- * },
79
- * {
80
- * "events": [
81
- * "jira:issue_created"
82
- * ],
83
- * "expirationDate": "2019-06-01T12:42:30.000+0000",
84
- * "id": 10001,
85
- * "jqlFilter": "issuetype = Bug"
86
- * },
87
- * {
88
- * "events": [
89
- * "issue_property_set"
90
- * ],
91
- * "expirationDate": "2019-06-01T12:42:30.000+0000",
92
- * "id": 10002,
93
- * "issuePropertyKeysFilter": [
94
- * "my-issue-property-key"
95
- * ],
96
- * "jqlFilter": "project = PRJ"
97
- * }
98
- * ]
99
- * }
100
- * @path {GET} /rest/api/3/webhook
101
- * @scopes-current read:jira-work, manage:jira-webhook
102
- * @scopes-beta read:webhook:jira, read:jql:jira
103
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks#api-rest-api-3-webhook-get
104
- */
105
- getDynamicWebhooksForApp({ startAt, maxResults, } = {}) {
106
- return this.getClientInstance()
107
- .request({
108
- path: "/rest/api/3/webhook",
109
- method: "GET",
110
- query: {
111
- startAt,
112
- maxResults,
113
- },
114
- })
115
- .then(this.getClientInstance().responseHandler({
116
- 200: {
117
- "application/json": "json",
118
- },
119
- }))
120
- .then(commonHttpClient.castResponse())
121
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("WebhooksService.getDynamicWebhooksForApp.response"))
122
- .then(commonHttpClient.getBody);
123
- }
124
- /**
125
- * Returns webhooks that have recently failed to be delivered to the requesting
126
- * app after the maximum number of retries.
127
- *
128
- * After 72 hours the failure may no longer be returned by this operation.
129
- *
130
- * The oldest failure is returned first.
131
- *
132
- * This method uses a cursor-based pagination. To request the next page use the
133
- * failure time of the last webhook on the list as the `failedAfter` value or use
134
- * the URL provided in `next`.
135
- *
136
- * **[Permissions](#permissions) required:** Only [Connect
137
- * apps](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps)
138
- * can use this operation.
139
- *
140
- * @returns Returned if the request is successful.
141
- *
142
- * example: {
143
- * "values": [
144
- * {
145
- * "id": "1",
146
- * "body": "{\"data\":\"webhook data\"}",
147
- * "url": "https://example.com",
148
- * "failureTime": 1573118132000
149
- * },
150
- * {
151
- * "id": "2",
152
- * "url": "https://example.com",
153
- * "failureTime": 1573540473480
154
- * }
155
- * ],
156
- * "maxResults": 100,
157
- * "next":
158
- * "https://your-domain.atlassian.net/rest/api/3/webhook/failed?failedAfter=1573540473480&maxResults=100"
159
- * }
160
- * @path {GET} /rest/api/3/webhook/failed
161
- * @scopes-current read:jira-work, manage:jira-webhook
162
- * @scopes-beta read:issue-details:jira, read:webhook:jira, read:comment.property:jira,
163
- * read:group:jira, read:issue-type:jira, read:project-role:jira,
164
- * read:epic:jira-software
165
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks#api-rest-api-3-webhook-failed-get
166
- */
167
- getFailedWebhooks({ maxResults, after, } = {}) {
168
- return this.getClientInstance()
169
- .request({
170
- path: "/rest/api/3/webhook/failed",
171
- method: "GET",
172
- query: {
173
- maxResults,
174
- after,
175
- },
176
- })
177
- .then(this.getClientInstance().responseHandler({
178
- 200: {
179
- "application/json": "json",
180
- },
181
- }))
182
- .then(commonHttpClient.castResponse())
183
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("WebhooksService.getFailedWebhooks.response"))
184
- .then(commonHttpClient.getBody);
185
- }
186
- /**
187
- * Extends the life of webhook. Webhooks registered through the REST API expire
188
- * after 30 days. Call this operation to keep them alive.
189
- *
190
- * Unrecognized webhook IDs (those that are not found or belong to other apps) are
191
- * ignored.
192
- *
193
- * **[Permissions](#permissions) required:** Only
194
- * [Connect](https://developer.atlassian.com/cloud/jira/platform/#connect-apps)
195
- * and [OAuth
196
- * 2.0](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps) apps
197
- * can use this operation.
198
- *
199
- * @returns Returned if the request is successful.
200
- *
201
- * example: {
202
- * "expirationDate": "2019-06-01T12:42:30.000+0000"
203
- * }
204
- * @path {PUT} /rest/api/3/webhook/refresh
205
- * @scopes-current read:jira-work, manage:jira-webhook
206
- * @scopes-beta write:webhook:jira, read:webhook:jira
207
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks#api-rest-api-3-webhook-refresh-put
208
- */
209
- refreshWebhooks({ containerForWebhookIds, }) {
210
- return this.getClientInstance()
211
- .request({
212
- path: "/rest/api/3/webhook/refresh",
213
- method: "PUT",
214
- headers: {
215
- "Content-Type": "application/json",
216
- },
217
- body: containerForWebhookIds,
218
- })
219
- .then(this.getClientInstance().responseHandler({
220
- 200: {
221
- "application/json": "json",
222
- },
223
- }))
224
- .then(commonHttpClient.castResponse())
225
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("WebhooksService.refreshWebhooks.response"))
226
- .then(commonHttpClient.getBody);
227
- }
228
- /**
229
- * Registers webhooks.
230
- *
231
- * **NOTE:** for non-public OAuth apps, webhooks are delivered only if there is a
232
- * match between the app owner and the user who registered a dynamic webhook.
233
- *
234
- * **[Permissions](#permissions) required:** Only
235
- * [Connect](https://developer.atlassian.com/cloud/jira/platform/#connect-apps)
236
- * and [OAuth
237
- * 2.0](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps) apps
238
- * can use this operation.
239
- *
240
- * @returns Returned if the request is successful.
241
- *
242
- * example: {
243
- * "webhookRegistrationResult": [
244
- * {
245
- * "createdWebhookId": 1000
246
- * },
247
- * {
248
- * "errors": [
249
- * "The clause watchCount is unsupported"
250
- * ]
251
- * },
252
- * {
253
- * "createdWebhookId": 1001
254
- * }
255
- * ]
256
- * }
257
- * @path {POST} /rest/api/3/webhook
258
- * @scopes-current read:jira-work, manage:jira-webhook
259
- * @scopes-beta read:field:jira, read:project:jira, write:webhook:jira
260
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks#api-rest-api-3-webhook-post
261
- */
262
- registerDynamicWebhooks({ webhookRegistrationDetails, }) {
263
- return this.getClientInstance()
264
- .request({
265
- path: "/rest/api/3/webhook",
266
- method: "POST",
267
- headers: {
268
- "Content-Type": "application/json",
269
- },
270
- body: webhookRegistrationDetails,
271
- })
272
- .then(this.getClientInstance().responseHandler({
273
- 200: {
274
- "application/json": "json",
275
- },
276
- }))
277
- .then(commonHttpClient.castResponse())
278
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("WebhooksService.registerDynamicWebhooks.response"))
279
- .then(commonHttpClient.getBody);
21
+ constructor() {
22
+ super(...arguments);
23
+ /**
24
+ * Removes webhooks by ID. Only webhooks registered by the calling app are
25
+ * removed. If webhooks created by other apps are specified, they are ignored.
26
+ *
27
+ * **[Permissions](#permissions) required:** Only
28
+ * [Connect](https://developer.atlassian.com/cloud/jira/platform/#connect-apps)
29
+ * and [OAuth
30
+ * 2.0](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps) apps
31
+ * can use this operation.
32
+ *
33
+ * @path {DELETE} /rest/api/3/webhook
34
+ * @scopes-current read:jira-work, manage:jira-webhook
35
+ * @scopes-beta delete:webhook:jira
36
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks#api-rest-api-3-webhook-delete
37
+ */
38
+ this.deleteWebhookById = ({ containerForWebhookIds, }) => {
39
+ return this.getClientInstance()
40
+ .request({
41
+ path: "/rest/api/3/webhook",
42
+ method: "DELETE",
43
+ headers: {
44
+ "Content-Type": "application/json",
45
+ },
46
+ body: containerForWebhookIds,
47
+ })
48
+ .then(commonHttpClient.discardResult);
49
+ };
50
+ /**
51
+ * Returns a [paginated](#pagination) list of the webhooks registered by the
52
+ * calling app.
53
+ *
54
+ * **[Permissions](#permissions) required:** Only
55
+ * [Connect](https://developer.atlassian.com/cloud/jira/platform/#connect-apps)
56
+ * and [OAuth
57
+ * 2.0](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps) apps
58
+ * can use this operation.
59
+ *
60
+ * @returns Returned if the request is successful.
61
+ *
62
+ * example: {
63
+ * "isLast": true,
64
+ * "maxResults": 3,
65
+ * "startAt": 0,
66
+ * "total": 3,
67
+ * "values": [
68
+ * {
69
+ * "events": [
70
+ * "jira:issue_updated",
71
+ * "jira:issue_created"
72
+ * ],
73
+ * "expirationDate": "2019-06-01T12:42:30.000+0000",
74
+ * "fieldIdsFilter": [
75
+ * "summary",
76
+ * "customfield_10029"
77
+ * ],
78
+ * "id": 10000,
79
+ * "jqlFilter": "project = PRJ"
80
+ * },
81
+ * {
82
+ * "events": [
83
+ * "jira:issue_created"
84
+ * ],
85
+ * "expirationDate": "2019-06-01T12:42:30.000+0000",
86
+ * "id": 10001,
87
+ * "jqlFilter": "issuetype = Bug"
88
+ * },
89
+ * {
90
+ * "events": [
91
+ * "issue_property_set"
92
+ * ],
93
+ * "expirationDate": "2019-06-01T12:42:30.000+0000",
94
+ * "id": 10002,
95
+ * "issuePropertyKeysFilter": [
96
+ * "my-issue-property-key"
97
+ * ],
98
+ * "jqlFilter": "project = PRJ"
99
+ * }
100
+ * ]
101
+ * }
102
+ * @path {GET} /rest/api/3/webhook
103
+ * @scopes-current read:jira-work, manage:jira-webhook
104
+ * @scopes-beta read:webhook:jira, read:jql:jira
105
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks#api-rest-api-3-webhook-get
106
+ */
107
+ this.getDynamicWebhooksForApp = ({ startAt, maxResults, } = {}) => {
108
+ return this.getClientInstance()
109
+ .request({
110
+ path: "/rest/api/3/webhook",
111
+ method: "GET",
112
+ query: {
113
+ startAt,
114
+ maxResults,
115
+ },
116
+ })
117
+ .then(this.getClientInstance().responseHandler({
118
+ 200: {
119
+ "application/json": "json",
120
+ },
121
+ }))
122
+ .then(commonHttpClient.castResponse())
123
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("WebhooksService.getDynamicWebhooksForApp.response"))
124
+ .then(commonHttpClient.getBody);
125
+ };
126
+ /**
127
+ * Returns webhooks that have recently failed to be delivered to the requesting
128
+ * app after the maximum number of retries.
129
+ *
130
+ * After 72 hours the failure may no longer be returned by this operation.
131
+ *
132
+ * The oldest failure is returned first.
133
+ *
134
+ * This method uses a cursor-based pagination. To request the next page use the
135
+ * failure time of the last webhook on the list as the `failedAfter` value or use
136
+ * the URL provided in `next`.
137
+ *
138
+ * **[Permissions](#permissions) required:** Only [Connect
139
+ * apps](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps)
140
+ * can use this operation.
141
+ *
142
+ * @returns Returned if the request is successful.
143
+ *
144
+ * example: {
145
+ * "values": [
146
+ * {
147
+ * "id": "1",
148
+ * "body": "{\"data\":\"webhook data\"}",
149
+ * "url": "https://example.com",
150
+ * "failureTime": 1573118132000
151
+ * },
152
+ * {
153
+ * "id": "2",
154
+ * "url": "https://example.com",
155
+ * "failureTime": 1573540473480
156
+ * }
157
+ * ],
158
+ * "maxResults": 100,
159
+ * "next":
160
+ * "https://your-domain.atlassian.net/rest/api/3/webhook/failed?failedAfter=1573540473480&maxResults=100"
161
+ * }
162
+ * @path {GET} /rest/api/3/webhook/failed
163
+ * @scopes-current read:jira-work, manage:jira-webhook
164
+ * @scopes-beta read:issue-details:jira, read:webhook:jira, read:comment.property:jira,
165
+ * read:group:jira, read:issue-type:jira, read:project-role:jira,
166
+ * read:epic:jira-software
167
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks#api-rest-api-3-webhook-failed-get
168
+ */
169
+ this.getFailedWebhooks = ({ maxResults, after, } = {}) => {
170
+ return this.getClientInstance()
171
+ .request({
172
+ path: "/rest/api/3/webhook/failed",
173
+ method: "GET",
174
+ query: {
175
+ maxResults,
176
+ after,
177
+ },
178
+ })
179
+ .then(this.getClientInstance().responseHandler({
180
+ 200: {
181
+ "application/json": "json",
182
+ },
183
+ }))
184
+ .then(commonHttpClient.castResponse())
185
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("WebhooksService.getFailedWebhooks.response"))
186
+ .then(commonHttpClient.getBody);
187
+ };
188
+ /**
189
+ * Extends the life of webhook. Webhooks registered through the REST API expire
190
+ * after 30 days. Call this operation to keep them alive.
191
+ *
192
+ * Unrecognized webhook IDs (those that are not found or belong to other apps) are
193
+ * ignored.
194
+ *
195
+ * **[Permissions](#permissions) required:** Only
196
+ * [Connect](https://developer.atlassian.com/cloud/jira/platform/#connect-apps)
197
+ * and [OAuth
198
+ * 2.0](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps) apps
199
+ * can use this operation.
200
+ *
201
+ * @returns Returned if the request is successful.
202
+ *
203
+ * example: {
204
+ * "expirationDate": "2019-06-01T12:42:30.000+0000"
205
+ * }
206
+ * @path {PUT} /rest/api/3/webhook/refresh
207
+ * @scopes-current read:jira-work, manage:jira-webhook
208
+ * @scopes-beta write:webhook:jira, read:webhook:jira
209
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks#api-rest-api-3-webhook-refresh-put
210
+ */
211
+ this.refreshWebhooks = ({ containerForWebhookIds, }) => {
212
+ return this.getClientInstance()
213
+ .request({
214
+ path: "/rest/api/3/webhook/refresh",
215
+ method: "PUT",
216
+ headers: {
217
+ "Content-Type": "application/json",
218
+ },
219
+ body: containerForWebhookIds,
220
+ })
221
+ .then(this.getClientInstance().responseHandler({
222
+ 200: {
223
+ "application/json": "json",
224
+ },
225
+ }))
226
+ .then(commonHttpClient.castResponse())
227
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("WebhooksService.refreshWebhooks.response"))
228
+ .then(commonHttpClient.getBody);
229
+ };
230
+ /**
231
+ * Registers webhooks.
232
+ *
233
+ * **NOTE:** for non-public OAuth apps, webhooks are delivered only if there is a
234
+ * match between the app owner and the user who registered a dynamic webhook.
235
+ *
236
+ * **[Permissions](#permissions) required:** Only
237
+ * [Connect](https://developer.atlassian.com/cloud/jira/platform/#connect-apps)
238
+ * and [OAuth
239
+ * 2.0](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps) apps
240
+ * can use this operation.
241
+ *
242
+ * @returns Returned if the request is successful.
243
+ *
244
+ * example: {
245
+ * "webhookRegistrationResult": [
246
+ * {
247
+ * "createdWebhookId": 1000
248
+ * },
249
+ * {
250
+ * "errors": [
251
+ * "The clause watchCount is unsupported"
252
+ * ]
253
+ * },
254
+ * {
255
+ * "createdWebhookId": 1001
256
+ * }
257
+ * ]
258
+ * }
259
+ * @path {POST} /rest/api/3/webhook
260
+ * @scopes-current read:jira-work, manage:jira-webhook
261
+ * @scopes-beta read:field:jira, read:project:jira, write:webhook:jira
262
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks#api-rest-api-3-webhook-post
263
+ */
264
+ this.registerDynamicWebhooks = ({ webhookRegistrationDetails, }) => {
265
+ return this.getClientInstance()
266
+ .request({
267
+ path: "/rest/api/3/webhook",
268
+ method: "POST",
269
+ headers: {
270
+ "Content-Type": "application/json",
271
+ },
272
+ body: webhookRegistrationDetails,
273
+ })
274
+ .then(this.getClientInstance().responseHandler({
275
+ 200: {
276
+ "application/json": "json",
277
+ },
278
+ }))
279
+ .then(commonHttpClient.castResponse())
280
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("WebhooksService.registerDynamicWebhooks.response"))
281
+ .then(commonHttpClient.getBody);
282
+ };
280
283
  }
281
284
  static initialize() {
282
285
  validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WebhooksService.getDynamicWebhooksForApp.response", zod_1.z
@@ -1 +1 @@
1
- {"version":3,"file":"WebhooksService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/WebhooksService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"WebhooksService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/WebhooksService.ts"],"names":[],"mappings":"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"}