@pikku/addon-jira 0.0.2

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 (2927) hide show
  1. package/README.md +12 -0
  2. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
  3. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
  4. package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
  5. package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
  6. package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
  7. package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
  8. package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
  9. package/dist/.pikku/addon/pikku-package.gen.js +10 -0
  10. package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
  11. package/dist/.pikku/addon/pikku-package.gen.ts +11 -0
  12. package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
  13. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
  14. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
  15. package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
  16. package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
  17. package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
  18. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
  19. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
  20. package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
  21. package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
  22. package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
  23. package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
  24. package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
  25. package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
  26. package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
  27. package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
  28. package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +10 -0
  29. package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
  30. package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
  31. package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
  32. package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
  33. package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
  34. package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
  35. package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
  36. package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
  37. package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
  38. package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
  39. package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +15879 -0
  40. package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
  41. package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
  42. package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
  43. package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
  44. package/dist/.pikku/function/pikku-functions-meta.gen.json +8828 -0
  45. package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
  46. package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
  47. package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
  48. package/dist/.pikku/function/pikku-functions.gen.js +954 -0
  49. package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
  50. package/dist/.pikku/function/pikku-functions.gen.ts +954 -0
  51. package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
  52. package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
  53. package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
  54. package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
  55. package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
  56. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
  57. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
  58. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
  59. package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
  60. package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
  61. package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
  62. package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
  63. package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
  64. package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
  65. package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
  66. package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
  67. package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
  68. package/dist/.pikku/pikku-meta-service.gen.js +10 -0
  69. package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
  70. package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
  71. package/dist/.pikku/pikku-services.gen.d.ts +35 -0
  72. package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
  73. package/dist/.pikku/pikku-services.gen.js +30 -0
  74. package/dist/.pikku/pikku-services.gen.js.map +1 -0
  75. package/dist/.pikku/pikku-services.gen.ts +42 -0
  76. package/dist/.pikku/pikku-types.gen.d.ts +12 -0
  77. package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
  78. package/dist/.pikku/pikku-types.gen.js +17 -0
  79. package/dist/.pikku/pikku-types.gen.js.map +1 -0
  80. package/dist/.pikku/pikku-types.gen.ts +21 -0
  81. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
  82. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
  83. package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
  84. package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
  85. package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
  86. package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +24318 -0
  87. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +24792 -0
  88. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
  89. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
  90. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
  91. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
  92. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +476 -0
  93. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
  94. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
  95. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
  96. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
  97. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
  98. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
  99. package/dist/.pikku/schemas/register.gen.d.ts +2 -0
  100. package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
  101. package/dist/.pikku/schemas/register.gen.js +1725 -0
  102. package/dist/.pikku/schemas/register.gen.js.map +1 -0
  103. package/dist/.pikku/schemas/register.gen.ts +3443 -0
  104. package/dist/.pikku/schemas/schemas/AddActorUsersInput.schema.json +1 -0
  105. package/dist/.pikku/schemas/schemas/AddActorUsersOutput.schema.json +1 -0
  106. package/dist/.pikku/schemas/schemas/AddAttachmentInput.schema.json +1 -0
  107. package/dist/.pikku/schemas/schemas/AddAttachmentOutput.schema.json +1 -0
  108. package/dist/.pikku/schemas/schemas/AddCommentInput.schema.json +1 -0
  109. package/dist/.pikku/schemas/schemas/AddCommentOutput.schema.json +1 -0
  110. package/dist/.pikku/schemas/schemas/AddFieldToDefaultScreenInput.schema.json +1 -0
  111. package/dist/.pikku/schemas/schemas/AddFieldToDefaultScreenOutput.schema.json +1 -0
  112. package/dist/.pikku/schemas/schemas/AddGadgetInput.schema.json +1 -0
  113. package/dist/.pikku/schemas/schemas/AddGadgetOutput.schema.json +1 -0
  114. package/dist/.pikku/schemas/schemas/AddIssueTypesToContextInput.schema.json +1 -0
  115. package/dist/.pikku/schemas/schemas/AddIssueTypesToContextOutput.schema.json +1 -0
  116. package/dist/.pikku/schemas/schemas/AddIssueTypesToIssueTypeSchemeInput.schema.json +1 -0
  117. package/dist/.pikku/schemas/schemas/AddIssueTypesToIssueTypeSchemeOutput.schema.json +1 -0
  118. package/dist/.pikku/schemas/schemas/AddNotificationsInput.schema.json +1 -0
  119. package/dist/.pikku/schemas/schemas/AddNotificationsOutput.schema.json +1 -0
  120. package/dist/.pikku/schemas/schemas/AddProjectRoleActorsToRoleInput.schema.json +1 -0
  121. package/dist/.pikku/schemas/schemas/AddProjectRoleActorsToRoleOutput.schema.json +1 -0
  122. package/dist/.pikku/schemas/schemas/AddScreenTabFieldInput.schema.json +1 -0
  123. package/dist/.pikku/schemas/schemas/AddScreenTabFieldOutput.schema.json +1 -0
  124. package/dist/.pikku/schemas/schemas/AddScreenTabInput.schema.json +1 -0
  125. package/dist/.pikku/schemas/schemas/AddScreenTabOutput.schema.json +1 -0
  126. package/dist/.pikku/schemas/schemas/AddSharePermissionInput.schema.json +1 -0
  127. package/dist/.pikku/schemas/schemas/AddSharePermissionOutput.schema.json +1 -0
  128. package/dist/.pikku/schemas/schemas/AddUserToGroupInput.schema.json +1 -0
  129. package/dist/.pikku/schemas/schemas/AddUserToGroupOutput.schema.json +1 -0
  130. package/dist/.pikku/schemas/schemas/AddVoteInput.schema.json +1 -0
  131. package/dist/.pikku/schemas/schemas/AddVoteOutput.schema.json +1 -0
  132. package/dist/.pikku/schemas/schemas/AddWatcherInput.schema.json +1 -0
  133. package/dist/.pikku/schemas/schemas/AddWatcherOutput.schema.json +1 -0
  134. package/dist/.pikku/schemas/schemas/AddWorklogInput.schema.json +1 -0
  135. package/dist/.pikku/schemas/schemas/AddWorklogOutput.schema.json +1 -0
  136. package/dist/.pikku/schemas/schemas/AddonPropertiesResourceDeleteAddonPropertyDeleteInput.schema.json +1 -0
  137. package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertiesGetInput.schema.json +1 -0
  138. package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertiesGetOutput.schema.json +1 -0
  139. package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertyGetInput.schema.json +1 -0
  140. package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertyGetOutput.schema.json +1 -0
  141. package/dist/.pikku/schemas/schemas/AddonPropertiesResourcePutAddonPropertyPutInput.schema.json +1 -0
  142. package/dist/.pikku/schemas/schemas/AddonPropertiesResourcePutAddonPropertyPutOutput.schema.json +1 -0
  143. package/dist/.pikku/schemas/schemas/AnalyseExpressionInput.schema.json +1 -0
  144. package/dist/.pikku/schemas/schemas/AnalyseExpressionOutput.schema.json +1 -0
  145. package/dist/.pikku/schemas/schemas/AppIssueFieldValueUpdateResourceUpdateIssueFieldsPutInput.schema.json +1 -0
  146. package/dist/.pikku/schemas/schemas/AppIssueFieldValueUpdateResourceUpdateIssueFieldsPutOutput.schema.json +1 -0
  147. package/dist/.pikku/schemas/schemas/AppendMappingsForIssueTypeScreenSchemeInput.schema.json +1 -0
  148. package/dist/.pikku/schemas/schemas/AppendMappingsForIssueTypeScreenSchemeOutput.schema.json +1 -0
  149. package/dist/.pikku/schemas/schemas/ArchiveProjectInput.schema.json +1 -0
  150. package/dist/.pikku/schemas/schemas/ArchiveProjectOutput.schema.json +1 -0
  151. package/dist/.pikku/schemas/schemas/AssignFieldConfigurationSchemeToProjectInput.schema.json +1 -0
  152. package/dist/.pikku/schemas/schemas/AssignFieldConfigurationSchemeToProjectOutput.schema.json +1 -0
  153. package/dist/.pikku/schemas/schemas/AssignIssueInput.schema.json +1 -0
  154. package/dist/.pikku/schemas/schemas/AssignIssueOutput.schema.json +1 -0
  155. package/dist/.pikku/schemas/schemas/AssignIssueTypeSchemeToProjectInput.schema.json +1 -0
  156. package/dist/.pikku/schemas/schemas/AssignIssueTypeSchemeToProjectOutput.schema.json +1 -0
  157. package/dist/.pikku/schemas/schemas/AssignIssueTypeScreenSchemeToProjectInput.schema.json +1 -0
  158. package/dist/.pikku/schemas/schemas/AssignIssueTypeScreenSchemeToProjectOutput.schema.json +1 -0
  159. package/dist/.pikku/schemas/schemas/AssignPermissionSchemeInput.schema.json +1 -0
  160. package/dist/.pikku/schemas/schemas/AssignPermissionSchemeOutput.schema.json +1 -0
  161. package/dist/.pikku/schemas/schemas/AssignProjectsToCustomFieldContextInput.schema.json +1 -0
  162. package/dist/.pikku/schemas/schemas/AssignProjectsToCustomFieldContextOutput.schema.json +1 -0
  163. package/dist/.pikku/schemas/schemas/AssignSchemeToProjectInput.schema.json +1 -0
  164. package/dist/.pikku/schemas/schemas/AssignSchemeToProjectOutput.schema.json +1 -0
  165. package/dist/.pikku/schemas/schemas/BulkDeleteIssuePropertyInput.schema.json +1 -0
  166. package/dist/.pikku/schemas/schemas/BulkGetGroupsInput.schema.json +1 -0
  167. package/dist/.pikku/schemas/schemas/BulkGetGroupsOutput.schema.json +1 -0
  168. package/dist/.pikku/schemas/schemas/BulkGetUsersInput.schema.json +1 -0
  169. package/dist/.pikku/schemas/schemas/BulkGetUsersMigrationInput.schema.json +1 -0
  170. package/dist/.pikku/schemas/schemas/BulkGetUsersMigrationOutput.schema.json +1 -0
  171. package/dist/.pikku/schemas/schemas/BulkGetUsersOutput.schema.json +1 -0
  172. package/dist/.pikku/schemas/schemas/BulkSetIssuePropertiesByIssueInput.schema.json +1 -0
  173. package/dist/.pikku/schemas/schemas/BulkSetIssuePropertyInput.schema.json +1 -0
  174. package/dist/.pikku/schemas/schemas/BulkSetIssuesPropertiesListInput.schema.json +1 -0
  175. package/dist/.pikku/schemas/schemas/CancelTaskInput.schema.json +1 -0
  176. package/dist/.pikku/schemas/schemas/CancelTaskOutput.schema.json +1 -0
  177. package/dist/.pikku/schemas/schemas/ChangeFilterOwnerInput.schema.json +1 -0
  178. package/dist/.pikku/schemas/schemas/ChangeFilterOwnerOutput.schema.json +1 -0
  179. package/dist/.pikku/schemas/schemas/CopyDashboardInput.schema.json +1 -0
  180. package/dist/.pikku/schemas/schemas/CopyDashboardOutput.schema.json +1 -0
  181. package/dist/.pikku/schemas/schemas/CreateComponentInput.schema.json +1 -0
  182. package/dist/.pikku/schemas/schemas/CreateComponentOutput.schema.json +1 -0
  183. package/dist/.pikku/schemas/schemas/CreateCustomFieldContextInput.schema.json +1 -0
  184. package/dist/.pikku/schemas/schemas/CreateCustomFieldContextOutput.schema.json +1 -0
  185. package/dist/.pikku/schemas/schemas/CreateCustomFieldInput.schema.json +1 -0
  186. package/dist/.pikku/schemas/schemas/CreateCustomFieldOptionInput.schema.json +1 -0
  187. package/dist/.pikku/schemas/schemas/CreateCustomFieldOptionOutput.schema.json +1 -0
  188. package/dist/.pikku/schemas/schemas/CreateCustomFieldOutput.schema.json +1 -0
  189. package/dist/.pikku/schemas/schemas/CreateDashboardInput.schema.json +1 -0
  190. package/dist/.pikku/schemas/schemas/CreateDashboardOutput.schema.json +1 -0
  191. package/dist/.pikku/schemas/schemas/CreateFieldConfigurationInput.schema.json +1 -0
  192. package/dist/.pikku/schemas/schemas/CreateFieldConfigurationOutput.schema.json +1 -0
  193. package/dist/.pikku/schemas/schemas/CreateFieldConfigurationSchemeInput.schema.json +1 -0
  194. package/dist/.pikku/schemas/schemas/CreateFieldConfigurationSchemeOutput.schema.json +1 -0
  195. package/dist/.pikku/schemas/schemas/CreateFilterInput.schema.json +1 -0
  196. package/dist/.pikku/schemas/schemas/CreateFilterOutput.schema.json +1 -0
  197. package/dist/.pikku/schemas/schemas/CreateGroupInput.schema.json +1 -0
  198. package/dist/.pikku/schemas/schemas/CreateGroupOutput.schema.json +1 -0
  199. package/dist/.pikku/schemas/schemas/CreateIssueFieldOptionInput.schema.json +1 -0
  200. package/dist/.pikku/schemas/schemas/CreateIssueFieldOptionOutput.schema.json +1 -0
  201. package/dist/.pikku/schemas/schemas/CreateIssueInput.schema.json +1 -0
  202. package/dist/.pikku/schemas/schemas/CreateIssueLinkTypeInput.schema.json +1 -0
  203. package/dist/.pikku/schemas/schemas/CreateIssueLinkTypeOutput.schema.json +1 -0
  204. package/dist/.pikku/schemas/schemas/CreateIssueOutput.schema.json +1 -0
  205. package/dist/.pikku/schemas/schemas/CreateIssueTypeAvatarInput.schema.json +1 -0
  206. package/dist/.pikku/schemas/schemas/CreateIssueTypeAvatarOutput.schema.json +1 -0
  207. package/dist/.pikku/schemas/schemas/CreateIssueTypeInput.schema.json +1 -0
  208. package/dist/.pikku/schemas/schemas/CreateIssueTypeOutput.schema.json +1 -0
  209. package/dist/.pikku/schemas/schemas/CreateIssueTypeSchemeInput.schema.json +1 -0
  210. package/dist/.pikku/schemas/schemas/CreateIssueTypeSchemeOutput.schema.json +1 -0
  211. package/dist/.pikku/schemas/schemas/CreateIssueTypeScreenSchemeInput.schema.json +1 -0
  212. package/dist/.pikku/schemas/schemas/CreateIssueTypeScreenSchemeOutput.schema.json +1 -0
  213. package/dist/.pikku/schemas/schemas/CreateIssuesInput.schema.json +1 -0
  214. package/dist/.pikku/schemas/schemas/CreateIssuesOutput.schema.json +1 -0
  215. package/dist/.pikku/schemas/schemas/CreateNotificationSchemeInput.schema.json +1 -0
  216. package/dist/.pikku/schemas/schemas/CreateNotificationSchemeOutput.schema.json +1 -0
  217. package/dist/.pikku/schemas/schemas/CreateOrUpdateRemoteIssueLinkInput.schema.json +1 -0
  218. package/dist/.pikku/schemas/schemas/CreateOrUpdateRemoteIssueLinkOutput.schema.json +1 -0
  219. package/dist/.pikku/schemas/schemas/CreatePermissionGrantInput.schema.json +1 -0
  220. package/dist/.pikku/schemas/schemas/CreatePermissionGrantOutput.schema.json +1 -0
  221. package/dist/.pikku/schemas/schemas/CreatePermissionSchemeInput.schema.json +1 -0
  222. package/dist/.pikku/schemas/schemas/CreatePermissionSchemeOutput.schema.json +1 -0
  223. package/dist/.pikku/schemas/schemas/CreatePriorityInput.schema.json +1 -0
  224. package/dist/.pikku/schemas/schemas/CreatePriorityOutput.schema.json +1 -0
  225. package/dist/.pikku/schemas/schemas/CreateProjectAvatarInput.schema.json +1 -0
  226. package/dist/.pikku/schemas/schemas/CreateProjectAvatarOutput.schema.json +1 -0
  227. package/dist/.pikku/schemas/schemas/CreateProjectCategoryInput.schema.json +1 -0
  228. package/dist/.pikku/schemas/schemas/CreateProjectCategoryOutput.schema.json +1 -0
  229. package/dist/.pikku/schemas/schemas/CreateProjectInput.schema.json +1 -0
  230. package/dist/.pikku/schemas/schemas/CreateProjectOutput.schema.json +1 -0
  231. package/dist/.pikku/schemas/schemas/CreateProjectRoleInput.schema.json +1 -0
  232. package/dist/.pikku/schemas/schemas/CreateProjectRoleOutput.schema.json +1 -0
  233. package/dist/.pikku/schemas/schemas/CreateResolutionInput.schema.json +1 -0
  234. package/dist/.pikku/schemas/schemas/CreateResolutionOutput.schema.json +1 -0
  235. package/dist/.pikku/schemas/schemas/CreateScreenInput.schema.json +1 -0
  236. package/dist/.pikku/schemas/schemas/CreateScreenOutput.schema.json +1 -0
  237. package/dist/.pikku/schemas/schemas/CreateScreenSchemeInput.schema.json +1 -0
  238. package/dist/.pikku/schemas/schemas/CreateScreenSchemeOutput.schema.json +1 -0
  239. package/dist/.pikku/schemas/schemas/CreateStatusesInput.schema.json +1 -0
  240. package/dist/.pikku/schemas/schemas/CreateStatusesOutput.schema.json +1 -0
  241. package/dist/.pikku/schemas/schemas/CreateUiModificationInput.schema.json +1 -0
  242. package/dist/.pikku/schemas/schemas/CreateUiModificationOutput.schema.json +1 -0
  243. package/dist/.pikku/schemas/schemas/CreateUserInput.schema.json +1 -0
  244. package/dist/.pikku/schemas/schemas/CreateUserOutput.schema.json +1 -0
  245. package/dist/.pikku/schemas/schemas/CreateVersionInput.schema.json +1 -0
  246. package/dist/.pikku/schemas/schemas/CreateVersionOutput.schema.json +1 -0
  247. package/dist/.pikku/schemas/schemas/CreateWorkflowInput.schema.json +1 -0
  248. package/dist/.pikku/schemas/schemas/CreateWorkflowOutput.schema.json +1 -0
  249. package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeDraftFromParentInput.schema.json +1 -0
  250. package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeDraftFromParentOutput.schema.json +1 -0
  251. package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeInput.schema.json +1 -0
  252. package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeOutput.schema.json +1 -0
  253. package/dist/.pikku/schemas/schemas/CreateWorkflowTransitionPropertyInput.schema.json +1 -0
  254. package/dist/.pikku/schemas/schemas/CreateWorkflowTransitionPropertyOutput.schema.json +1 -0
  255. package/dist/.pikku/schemas/schemas/CredentialSchema_jira.schema.json +1 -0
  256. package/dist/.pikku/schemas/schemas/DeleteActorInput.schema.json +1 -0
  257. package/dist/.pikku/schemas/schemas/DeleteAndReplaceVersionInput.schema.json +1 -0
  258. package/dist/.pikku/schemas/schemas/DeleteAndReplaceVersionOutput.schema.json +1 -0
  259. package/dist/.pikku/schemas/schemas/DeleteAvatarInput.schema.json +1 -0
  260. package/dist/.pikku/schemas/schemas/DeleteCommentInput.schema.json +1 -0
  261. package/dist/.pikku/schemas/schemas/DeleteCommentPropertyInput.schema.json +1 -0
  262. package/dist/.pikku/schemas/schemas/DeleteComponentInput.schema.json +1 -0
  263. package/dist/.pikku/schemas/schemas/DeleteCustomFieldContextInput.schema.json +1 -0
  264. package/dist/.pikku/schemas/schemas/DeleteCustomFieldContextOutput.schema.json +1 -0
  265. package/dist/.pikku/schemas/schemas/DeleteCustomFieldInput.schema.json +1 -0
  266. package/dist/.pikku/schemas/schemas/DeleteCustomFieldOptionInput.schema.json +1 -0
  267. package/dist/.pikku/schemas/schemas/DeleteDashboardInput.schema.json +1 -0
  268. package/dist/.pikku/schemas/schemas/DeleteDashboardItemPropertyInput.schema.json +1 -0
  269. package/dist/.pikku/schemas/schemas/DeleteDefaultWorkflowInput.schema.json +1 -0
  270. package/dist/.pikku/schemas/schemas/DeleteDefaultWorkflowOutput.schema.json +1 -0
  271. package/dist/.pikku/schemas/schemas/DeleteDraftDefaultWorkflowInput.schema.json +1 -0
  272. package/dist/.pikku/schemas/schemas/DeleteDraftDefaultWorkflowOutput.schema.json +1 -0
  273. package/dist/.pikku/schemas/schemas/DeleteDraftWorkflowMappingInput.schema.json +1 -0
  274. package/dist/.pikku/schemas/schemas/DeleteFavouriteForFilterInput.schema.json +1 -0
  275. package/dist/.pikku/schemas/schemas/DeleteFavouriteForFilterOutput.schema.json +1 -0
  276. package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationInput.schema.json +1 -0
  277. package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationOutput.schema.json +1 -0
  278. package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationSchemeInput.schema.json +1 -0
  279. package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationSchemeOutput.schema.json +1 -0
  280. package/dist/.pikku/schemas/schemas/DeleteFilterInput.schema.json +1 -0
  281. package/dist/.pikku/schemas/schemas/DeleteInactiveWorkflowInput.schema.json +1 -0
  282. package/dist/.pikku/schemas/schemas/DeleteIssueFieldOptionInput.schema.json +1 -0
  283. package/dist/.pikku/schemas/schemas/DeleteIssueFieldOptionOutput.schema.json +1 -0
  284. package/dist/.pikku/schemas/schemas/DeleteIssueInput.schema.json +1 -0
  285. package/dist/.pikku/schemas/schemas/DeleteIssueLinkInput.schema.json +1 -0
  286. package/dist/.pikku/schemas/schemas/DeleteIssueLinkTypeInput.schema.json +1 -0
  287. package/dist/.pikku/schemas/schemas/DeleteIssuePropertyInput.schema.json +1 -0
  288. package/dist/.pikku/schemas/schemas/DeleteIssueTypeInput.schema.json +1 -0
  289. package/dist/.pikku/schemas/schemas/DeleteIssueTypePropertyInput.schema.json +1 -0
  290. package/dist/.pikku/schemas/schemas/DeleteIssueTypeSchemeInput.schema.json +1 -0
  291. package/dist/.pikku/schemas/schemas/DeleteIssueTypeSchemeOutput.schema.json +1 -0
  292. package/dist/.pikku/schemas/schemas/DeleteIssueTypeScreenSchemeInput.schema.json +1 -0
  293. package/dist/.pikku/schemas/schemas/DeleteIssueTypeScreenSchemeOutput.schema.json +1 -0
  294. package/dist/.pikku/schemas/schemas/DeleteNotificationSchemeInput.schema.json +1 -0
  295. package/dist/.pikku/schemas/schemas/DeleteNotificationSchemeOutput.schema.json +1 -0
  296. package/dist/.pikku/schemas/schemas/DeletePermissionSchemeEntityInput.schema.json +1 -0
  297. package/dist/.pikku/schemas/schemas/DeletePermissionSchemeInput.schema.json +1 -0
  298. package/dist/.pikku/schemas/schemas/DeletePriorityInput.schema.json +1 -0
  299. package/dist/.pikku/schemas/schemas/DeleteProjectAsynchronouslyInput.schema.json +1 -0
  300. package/dist/.pikku/schemas/schemas/DeleteProjectAvatarInput.schema.json +1 -0
  301. package/dist/.pikku/schemas/schemas/DeleteProjectInput.schema.json +1 -0
  302. package/dist/.pikku/schemas/schemas/DeleteProjectPropertyInput.schema.json +1 -0
  303. package/dist/.pikku/schemas/schemas/DeleteProjectRoleActorsFromRoleInput.schema.json +1 -0
  304. package/dist/.pikku/schemas/schemas/DeleteProjectRoleActorsFromRoleOutput.schema.json +1 -0
  305. package/dist/.pikku/schemas/schemas/DeleteProjectRoleInput.schema.json +1 -0
  306. package/dist/.pikku/schemas/schemas/DeleteRemoteIssueLinkByGlobalIdInput.schema.json +1 -0
  307. package/dist/.pikku/schemas/schemas/DeleteRemoteIssueLinkByIdInput.schema.json +1 -0
  308. package/dist/.pikku/schemas/schemas/DeleteResolutionInput.schema.json +1 -0
  309. package/dist/.pikku/schemas/schemas/DeleteScreenInput.schema.json +1 -0
  310. package/dist/.pikku/schemas/schemas/DeleteScreenSchemeInput.schema.json +1 -0
  311. package/dist/.pikku/schemas/schemas/DeleteScreenTabInput.schema.json +1 -0
  312. package/dist/.pikku/schemas/schemas/DeleteSharePermissionInput.schema.json +1 -0
  313. package/dist/.pikku/schemas/schemas/DeleteStatusesByIdInput.schema.json +1 -0
  314. package/dist/.pikku/schemas/schemas/DeleteStatusesByIdOutput.schema.json +1 -0
  315. package/dist/.pikku/schemas/schemas/DeleteUiModificationInput.schema.json +1 -0
  316. package/dist/.pikku/schemas/schemas/DeleteUiModificationOutput.schema.json +1 -0
  317. package/dist/.pikku/schemas/schemas/DeleteUserPropertyInput.schema.json +1 -0
  318. package/dist/.pikku/schemas/schemas/DeleteWebhookByIdInput.schema.json +1 -0
  319. package/dist/.pikku/schemas/schemas/DeleteWorkflowMappingInput.schema.json +1 -0
  320. package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeDraftInput.schema.json +1 -0
  321. package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeDraftIssueTypeInput.schema.json +1 -0
  322. package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeDraftIssueTypeOutput.schema.json +1 -0
  323. package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeInput.schema.json +1 -0
  324. package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeIssueTypeInput.schema.json +1 -0
  325. package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeIssueTypeOutput.schema.json +1 -0
  326. package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeOutput.schema.json +1 -0
  327. package/dist/.pikku/schemas/schemas/DeleteWorkflowTransitionPropertyInput.schema.json +1 -0
  328. package/dist/.pikku/schemas/schemas/DeleteWorkflowTransitionRuleConfigurationsInput.schema.json +1 -0
  329. package/dist/.pikku/schemas/schemas/DeleteWorkflowTransitionRuleConfigurationsOutput.schema.json +1 -0
  330. package/dist/.pikku/schemas/schemas/DeleteWorklogInput.schema.json +1 -0
  331. package/dist/.pikku/schemas/schemas/DeleteWorklogPropertyInput.schema.json +1 -0
  332. package/dist/.pikku/schemas/schemas/DoTransitionInput.schema.json +1 -0
  333. package/dist/.pikku/schemas/schemas/DoTransitionOutput.schema.json +1 -0
  334. package/dist/.pikku/schemas/schemas/DynamicModulesResourceGetModulesGetOutput.schema.json +1 -0
  335. package/dist/.pikku/schemas/schemas/DynamicModulesResourceRegisterModulesPostInput.schema.json +1 -0
  336. package/dist/.pikku/schemas/schemas/DynamicModulesResourceRemoveModulesDeleteInput.schema.json +1 -0
  337. package/dist/.pikku/schemas/schemas/EditIssueInput.schema.json +1 -0
  338. package/dist/.pikku/schemas/schemas/EditIssueOutput.schema.json +1 -0
  339. package/dist/.pikku/schemas/schemas/EvaluateJiraExpressionInput.schema.json +1 -0
  340. package/dist/.pikku/schemas/schemas/EvaluateJiraExpressionOutput.schema.json +1 -0
  341. package/dist/.pikku/schemas/schemas/ExpandAttachmentForHumansInput.schema.json +1 -0
  342. package/dist/.pikku/schemas/schemas/ExpandAttachmentForHumansOutput.schema.json +1 -0
  343. package/dist/.pikku/schemas/schemas/ExpandAttachmentForMachinesInput.schema.json +1 -0
  344. package/dist/.pikku/schemas/schemas/ExpandAttachmentForMachinesOutput.schema.json +1 -0
  345. package/dist/.pikku/schemas/schemas/FindAssignableUsersInput.schema.json +1 -0
  346. package/dist/.pikku/schemas/schemas/FindAssignableUsersOutput.schema.json +1 -0
  347. package/dist/.pikku/schemas/schemas/FindBulkAssignableUsersInput.schema.json +1 -0
  348. package/dist/.pikku/schemas/schemas/FindBulkAssignableUsersOutput.schema.json +1 -0
  349. package/dist/.pikku/schemas/schemas/FindGroupsInput.schema.json +1 -0
  350. package/dist/.pikku/schemas/schemas/FindGroupsOutput.schema.json +1 -0
  351. package/dist/.pikku/schemas/schemas/FindUserKeysByQueryInput.schema.json +1 -0
  352. package/dist/.pikku/schemas/schemas/FindUserKeysByQueryOutput.schema.json +1 -0
  353. package/dist/.pikku/schemas/schemas/FindUsersAndGroupsInput.schema.json +1 -0
  354. package/dist/.pikku/schemas/schemas/FindUsersAndGroupsOutput.schema.json +1 -0
  355. package/dist/.pikku/schemas/schemas/FindUsersByQueryInput.schema.json +1 -0
  356. package/dist/.pikku/schemas/schemas/FindUsersByQueryOutput.schema.json +1 -0
  357. package/dist/.pikku/schemas/schemas/FindUsersForPickerInput.schema.json +1 -0
  358. package/dist/.pikku/schemas/schemas/FindUsersForPickerOutput.schema.json +1 -0
  359. package/dist/.pikku/schemas/schemas/FindUsersInput.schema.json +1 -0
  360. package/dist/.pikku/schemas/schemas/FindUsersOutput.schema.json +1 -0
  361. package/dist/.pikku/schemas/schemas/FindUsersWithAllPermissionsInput.schema.json +1 -0
  362. package/dist/.pikku/schemas/schemas/FindUsersWithAllPermissionsOutput.schema.json +1 -0
  363. package/dist/.pikku/schemas/schemas/FindUsersWithBrowsePermissionInput.schema.json +1 -0
  364. package/dist/.pikku/schemas/schemas/FindUsersWithBrowsePermissionOutput.schema.json +1 -0
  365. package/dist/.pikku/schemas/schemas/FullyUpdateProjectRoleInput.schema.json +1 -0
  366. package/dist/.pikku/schemas/schemas/FullyUpdateProjectRoleOutput.schema.json +1 -0
  367. package/dist/.pikku/schemas/schemas/GetAccessibleProjectTypeByKeyInput.schema.json +1 -0
  368. package/dist/.pikku/schemas/schemas/GetAccessibleProjectTypeByKeyOutput.schema.json +1 -0
  369. package/dist/.pikku/schemas/schemas/GetAdvancedSettingsOutput.schema.json +1 -0
  370. package/dist/.pikku/schemas/schemas/GetAllAccessibleProjectTypesOutput.schema.json +1 -0
  371. package/dist/.pikku/schemas/schemas/GetAllApplicationRolesOutput.schema.json +1 -0
  372. package/dist/.pikku/schemas/schemas/GetAllAvailableDashboardGadgetsOutput.schema.json +1 -0
  373. package/dist/.pikku/schemas/schemas/GetAllDashboardsInput.schema.json +1 -0
  374. package/dist/.pikku/schemas/schemas/GetAllDashboardsOutput.schema.json +1 -0
  375. package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationSchemesInput.schema.json +1 -0
  376. package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationSchemesOutput.schema.json +1 -0
  377. package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationsInput.schema.json +1 -0
  378. package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationsOutput.schema.json +1 -0
  379. package/dist/.pikku/schemas/schemas/GetAllGadgetsInput.schema.json +1 -0
  380. package/dist/.pikku/schemas/schemas/GetAllGadgetsOutput.schema.json +1 -0
  381. package/dist/.pikku/schemas/schemas/GetAllIssueFieldOptionsInput.schema.json +1 -0
  382. package/dist/.pikku/schemas/schemas/GetAllIssueFieldOptionsOutput.schema.json +1 -0
  383. package/dist/.pikku/schemas/schemas/GetAllIssueTypeSchemesInput.schema.json +1 -0
  384. package/dist/.pikku/schemas/schemas/GetAllIssueTypeSchemesOutput.schema.json +1 -0
  385. package/dist/.pikku/schemas/schemas/GetAllLabelsInput.schema.json +1 -0
  386. package/dist/.pikku/schemas/schemas/GetAllLabelsOutput.schema.json +1 -0
  387. package/dist/.pikku/schemas/schemas/GetAllPermissionSchemesInput.schema.json +1 -0
  388. package/dist/.pikku/schemas/schemas/GetAllPermissionSchemesOutput.schema.json +1 -0
  389. package/dist/.pikku/schemas/schemas/GetAllPermissionsOutput.schema.json +1 -0
  390. package/dist/.pikku/schemas/schemas/GetAllProjectAvatarsInput.schema.json +1 -0
  391. package/dist/.pikku/schemas/schemas/GetAllProjectAvatarsOutput.schema.json +1 -0
  392. package/dist/.pikku/schemas/schemas/GetAllProjectCategoriesOutput.schema.json +1 -0
  393. package/dist/.pikku/schemas/schemas/GetAllProjectRolesOutput.schema.json +1 -0
  394. package/dist/.pikku/schemas/schemas/GetAllProjectTypesOutput.schema.json +1 -0
  395. package/dist/.pikku/schemas/schemas/GetAllScreenTabFieldsInput.schema.json +1 -0
  396. package/dist/.pikku/schemas/schemas/GetAllScreenTabFieldsOutput.schema.json +1 -0
  397. package/dist/.pikku/schemas/schemas/GetAllScreenTabsInput.schema.json +1 -0
  398. package/dist/.pikku/schemas/schemas/GetAllScreenTabsOutput.schema.json +1 -0
  399. package/dist/.pikku/schemas/schemas/GetAllStatusesInput.schema.json +1 -0
  400. package/dist/.pikku/schemas/schemas/GetAllStatusesOutput.schema.json +1 -0
  401. package/dist/.pikku/schemas/schemas/GetAllSystemAvatarsInput.schema.json +1 -0
  402. package/dist/.pikku/schemas/schemas/GetAllSystemAvatarsOutput.schema.json +1 -0
  403. package/dist/.pikku/schemas/schemas/GetAllUsersDefaultInput.schema.json +1 -0
  404. package/dist/.pikku/schemas/schemas/GetAllUsersDefaultOutput.schema.json +1 -0
  405. package/dist/.pikku/schemas/schemas/GetAllUsersInput.schema.json +1 -0
  406. package/dist/.pikku/schemas/schemas/GetAllUsersOutput.schema.json +1 -0
  407. package/dist/.pikku/schemas/schemas/GetAllWorkflowSchemesInput.schema.json +1 -0
  408. package/dist/.pikku/schemas/schemas/GetAllWorkflowSchemesOutput.schema.json +1 -0
  409. package/dist/.pikku/schemas/schemas/GetAlternativeIssueTypesInput.schema.json +1 -0
  410. package/dist/.pikku/schemas/schemas/GetAlternativeIssueTypesOutput.schema.json +1 -0
  411. package/dist/.pikku/schemas/schemas/GetApplicationPropertyInput.schema.json +1 -0
  412. package/dist/.pikku/schemas/schemas/GetApplicationPropertyOutput.schema.json +1 -0
  413. package/dist/.pikku/schemas/schemas/GetApplicationRoleInput.schema.json +1 -0
  414. package/dist/.pikku/schemas/schemas/GetApplicationRoleOutput.schema.json +1 -0
  415. package/dist/.pikku/schemas/schemas/GetApproximateApplicationLicenseCountInput.schema.json +1 -0
  416. package/dist/.pikku/schemas/schemas/GetApproximateApplicationLicenseCountOutput.schema.json +1 -0
  417. package/dist/.pikku/schemas/schemas/GetApproximateLicenseCountOutput.schema.json +1 -0
  418. package/dist/.pikku/schemas/schemas/GetAssignedPermissionSchemeInput.schema.json +1 -0
  419. package/dist/.pikku/schemas/schemas/GetAssignedPermissionSchemeOutput.schema.json +1 -0
  420. package/dist/.pikku/schemas/schemas/GetAttachmentContentInput.schema.json +1 -0
  421. package/dist/.pikku/schemas/schemas/GetAttachmentContentOutput.schema.json +1 -0
  422. package/dist/.pikku/schemas/schemas/GetAttachmentInput.schema.json +1 -0
  423. package/dist/.pikku/schemas/schemas/GetAttachmentMetaOutput.schema.json +1 -0
  424. package/dist/.pikku/schemas/schemas/GetAttachmentOutput.schema.json +1 -0
  425. package/dist/.pikku/schemas/schemas/GetAttachmentThumbnailInput.schema.json +1 -0
  426. package/dist/.pikku/schemas/schemas/GetAttachmentThumbnailOutput.schema.json +1 -0
  427. package/dist/.pikku/schemas/schemas/GetAuditRecordsInput.schema.json +1 -0
  428. package/dist/.pikku/schemas/schemas/GetAuditRecordsOutput.schema.json +1 -0
  429. package/dist/.pikku/schemas/schemas/GetAutoCompleteOutput.schema.json +1 -0
  430. package/dist/.pikku/schemas/schemas/GetAutoCompletePostInput.schema.json +1 -0
  431. package/dist/.pikku/schemas/schemas/GetAutoCompletePostOutput.schema.json +1 -0
  432. package/dist/.pikku/schemas/schemas/GetAvailableScreenFieldsInput.schema.json +1 -0
  433. package/dist/.pikku/schemas/schemas/GetAvailableScreenFieldsOutput.schema.json +1 -0
  434. package/dist/.pikku/schemas/schemas/GetAvailableTimeTrackingImplementationsOutput.schema.json +1 -0
  435. package/dist/.pikku/schemas/schemas/GetAvatarImageByIDInput.schema.json +1 -0
  436. package/dist/.pikku/schemas/schemas/GetAvatarImageByIDOutput.schema.json +1 -0
  437. package/dist/.pikku/schemas/schemas/GetAvatarImageByOwnerInput.schema.json +1 -0
  438. package/dist/.pikku/schemas/schemas/GetAvatarImageByOwnerOutput.schema.json +1 -0
  439. package/dist/.pikku/schemas/schemas/GetAvatarImageByTypeInput.schema.json +1 -0
  440. package/dist/.pikku/schemas/schemas/GetAvatarImageByTypeOutput.schema.json +1 -0
  441. package/dist/.pikku/schemas/schemas/GetAvatarsInput.schema.json +1 -0
  442. package/dist/.pikku/schemas/schemas/GetAvatarsOutput.schema.json +1 -0
  443. package/dist/.pikku/schemas/schemas/GetBannerOutput.schema.json +1 -0
  444. package/dist/.pikku/schemas/schemas/GetBulkPermissionsInput.schema.json +1 -0
  445. package/dist/.pikku/schemas/schemas/GetBulkPermissionsOutput.schema.json +1 -0
  446. package/dist/.pikku/schemas/schemas/GetChangeLogsByIdsInput.schema.json +1 -0
  447. package/dist/.pikku/schemas/schemas/GetChangeLogsByIdsOutput.schema.json +1 -0
  448. package/dist/.pikku/schemas/schemas/GetChangeLogsInput.schema.json +1 -0
  449. package/dist/.pikku/schemas/schemas/GetChangeLogsOutput.schema.json +1 -0
  450. package/dist/.pikku/schemas/schemas/GetColumnsInput.schema.json +1 -0
  451. package/dist/.pikku/schemas/schemas/GetColumnsOutput.schema.json +1 -0
  452. package/dist/.pikku/schemas/schemas/GetCommentInput.schema.json +1 -0
  453. package/dist/.pikku/schemas/schemas/GetCommentOutput.schema.json +1 -0
  454. package/dist/.pikku/schemas/schemas/GetCommentPropertyInput.schema.json +1 -0
  455. package/dist/.pikku/schemas/schemas/GetCommentPropertyKeysInput.schema.json +1 -0
  456. package/dist/.pikku/schemas/schemas/GetCommentPropertyKeysOutput.schema.json +1 -0
  457. package/dist/.pikku/schemas/schemas/GetCommentPropertyOutput.schema.json +1 -0
  458. package/dist/.pikku/schemas/schemas/GetCommentsByIdsInput.schema.json +1 -0
  459. package/dist/.pikku/schemas/schemas/GetCommentsByIdsOutput.schema.json +1 -0
  460. package/dist/.pikku/schemas/schemas/GetCommentsInput.schema.json +1 -0
  461. package/dist/.pikku/schemas/schemas/GetCommentsOutput.schema.json +1 -0
  462. package/dist/.pikku/schemas/schemas/GetComponentInput.schema.json +1 -0
  463. package/dist/.pikku/schemas/schemas/GetComponentOutput.schema.json +1 -0
  464. package/dist/.pikku/schemas/schemas/GetComponentRelatedIssuesInput.schema.json +1 -0
  465. package/dist/.pikku/schemas/schemas/GetComponentRelatedIssuesOutput.schema.json +1 -0
  466. package/dist/.pikku/schemas/schemas/GetConfigurationOutput.schema.json +1 -0
  467. package/dist/.pikku/schemas/schemas/GetContextsForFieldInput.schema.json +1 -0
  468. package/dist/.pikku/schemas/schemas/GetContextsForFieldOutput.schema.json +1 -0
  469. package/dist/.pikku/schemas/schemas/GetCreateIssueMetaInput.schema.json +1 -0
  470. package/dist/.pikku/schemas/schemas/GetCreateIssueMetaOutput.schema.json +1 -0
  471. package/dist/.pikku/schemas/schemas/GetCurrentUserInput.schema.json +1 -0
  472. package/dist/.pikku/schemas/schemas/GetCurrentUserOutput.schema.json +1 -0
  473. package/dist/.pikku/schemas/schemas/GetCustomFieldConfigurationInput.schema.json +1 -0
  474. package/dist/.pikku/schemas/schemas/GetCustomFieldConfigurationOutput.schema.json +1 -0
  475. package/dist/.pikku/schemas/schemas/GetCustomFieldContextsForProjectsAndIssueTypesInput.schema.json +1 -0
  476. package/dist/.pikku/schemas/schemas/GetCustomFieldContextsForProjectsAndIssueTypesOutput.schema.json +1 -0
  477. package/dist/.pikku/schemas/schemas/GetCustomFieldOptionInput.schema.json +1 -0
  478. package/dist/.pikku/schemas/schemas/GetCustomFieldOptionOutput.schema.json +1 -0
  479. package/dist/.pikku/schemas/schemas/GetDashboardInput.schema.json +1 -0
  480. package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyInput.schema.json +1 -0
  481. package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyKeysInput.schema.json +1 -0
  482. package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyKeysOutput.schema.json +1 -0
  483. package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyOutput.schema.json +1 -0
  484. package/dist/.pikku/schemas/schemas/GetDashboardOutput.schema.json +1 -0
  485. package/dist/.pikku/schemas/schemas/GetDashboardsPaginatedInput.schema.json +1 -0
  486. package/dist/.pikku/schemas/schemas/GetDashboardsPaginatedOutput.schema.json +1 -0
  487. package/dist/.pikku/schemas/schemas/GetDefaultShareScopeOutput.schema.json +1 -0
  488. package/dist/.pikku/schemas/schemas/GetDefaultValuesInput.schema.json +1 -0
  489. package/dist/.pikku/schemas/schemas/GetDefaultValuesOutput.schema.json +1 -0
  490. package/dist/.pikku/schemas/schemas/GetDefaultWorkflowInput.schema.json +1 -0
  491. package/dist/.pikku/schemas/schemas/GetDefaultWorkflowOutput.schema.json +1 -0
  492. package/dist/.pikku/schemas/schemas/GetDraftDefaultWorkflowInput.schema.json +1 -0
  493. package/dist/.pikku/schemas/schemas/GetDraftDefaultWorkflowOutput.schema.json +1 -0
  494. package/dist/.pikku/schemas/schemas/GetDraftWorkflowInput.schema.json +1 -0
  495. package/dist/.pikku/schemas/schemas/GetDraftWorkflowOutput.schema.json +1 -0
  496. package/dist/.pikku/schemas/schemas/GetDynamicWebhooksForAppInput.schema.json +1 -0
  497. package/dist/.pikku/schemas/schemas/GetDynamicWebhooksForAppOutput.schema.json +1 -0
  498. package/dist/.pikku/schemas/schemas/GetEditIssueMetaInput.schema.json +1 -0
  499. package/dist/.pikku/schemas/schemas/GetEditIssueMetaOutput.schema.json +1 -0
  500. package/dist/.pikku/schemas/schemas/GetEventsOutput.schema.json +1 -0
  501. package/dist/.pikku/schemas/schemas/GetFailedWebhooksInput.schema.json +1 -0
  502. package/dist/.pikku/schemas/schemas/GetFailedWebhooksOutput.schema.json +1 -0
  503. package/dist/.pikku/schemas/schemas/GetFavouriteFiltersInput.schema.json +1 -0
  504. package/dist/.pikku/schemas/schemas/GetFavouriteFiltersOutput.schema.json +1 -0
  505. package/dist/.pikku/schemas/schemas/GetFeaturesForProjectInput.schema.json +1 -0
  506. package/dist/.pikku/schemas/schemas/GetFeaturesForProjectOutput.schema.json +1 -0
  507. package/dist/.pikku/schemas/schemas/GetFieldAutoCompleteForQueryStringInput.schema.json +1 -0
  508. package/dist/.pikku/schemas/schemas/GetFieldAutoCompleteForQueryStringOutput.schema.json +1 -0
  509. package/dist/.pikku/schemas/schemas/GetFieldConfigurationItemsInput.schema.json +1 -0
  510. package/dist/.pikku/schemas/schemas/GetFieldConfigurationItemsOutput.schema.json +1 -0
  511. package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeMappingsInput.schema.json +1 -0
  512. package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeMappingsOutput.schema.json +1 -0
  513. package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeProjectMappingInput.schema.json +1 -0
  514. package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeProjectMappingOutput.schema.json +1 -0
  515. package/dist/.pikku/schemas/schemas/GetFieldsOutput.schema.json +1 -0
  516. package/dist/.pikku/schemas/schemas/GetFieldsPaginatedInput.schema.json +1 -0
  517. package/dist/.pikku/schemas/schemas/GetFieldsPaginatedOutput.schema.json +1 -0
  518. package/dist/.pikku/schemas/schemas/GetFilterInput.schema.json +1 -0
  519. package/dist/.pikku/schemas/schemas/GetFilterOutput.schema.json +1 -0
  520. package/dist/.pikku/schemas/schemas/GetFiltersPaginatedInput.schema.json +1 -0
  521. package/dist/.pikku/schemas/schemas/GetFiltersPaginatedOutput.schema.json +1 -0
  522. package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsDeletedSinceInput.schema.json +1 -0
  523. package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsDeletedSinceOutput.schema.json +1 -0
  524. package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsModifiedSinceInput.schema.json +1 -0
  525. package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsModifiedSinceOutput.schema.json +1 -0
  526. package/dist/.pikku/schemas/schemas/GetIsWatchingIssueBulkInput.schema.json +1 -0
  527. package/dist/.pikku/schemas/schemas/GetIsWatchingIssueBulkOutput.schema.json +1 -0
  528. package/dist/.pikku/schemas/schemas/GetIssueAllTypesOutput.schema.json +1 -0
  529. package/dist/.pikku/schemas/schemas/GetIssueFieldOptionInput.schema.json +1 -0
  530. package/dist/.pikku/schemas/schemas/GetIssueFieldOptionOutput.schema.json +1 -0
  531. package/dist/.pikku/schemas/schemas/GetIssueInput.schema.json +1 -0
  532. package/dist/.pikku/schemas/schemas/GetIssueLinkInput.schema.json +1 -0
  533. package/dist/.pikku/schemas/schemas/GetIssueLinkOutput.schema.json +1 -0
  534. package/dist/.pikku/schemas/schemas/GetIssueLinkTypeInput.schema.json +1 -0
  535. package/dist/.pikku/schemas/schemas/GetIssueLinkTypeOutput.schema.json +1 -0
  536. package/dist/.pikku/schemas/schemas/GetIssueLinkTypesOutput.schema.json +1 -0
  537. package/dist/.pikku/schemas/schemas/GetIssueNavigatorDefaultColumnsOutput.schema.json +1 -0
  538. package/dist/.pikku/schemas/schemas/GetIssueOutput.schema.json +1 -0
  539. package/dist/.pikku/schemas/schemas/GetIssuePickerResourceInput.schema.json +1 -0
  540. package/dist/.pikku/schemas/schemas/GetIssuePickerResourceOutput.schema.json +1 -0
  541. package/dist/.pikku/schemas/schemas/GetIssuePropertyInput.schema.json +1 -0
  542. package/dist/.pikku/schemas/schemas/GetIssuePropertyKeysInput.schema.json +1 -0
  543. package/dist/.pikku/schemas/schemas/GetIssuePropertyKeysOutput.schema.json +1 -0
  544. package/dist/.pikku/schemas/schemas/GetIssuePropertyOutput.schema.json +1 -0
  545. package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelInput.schema.json +1 -0
  546. package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelMembersInput.schema.json +1 -0
  547. package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelMembersOutput.schema.json +1 -0
  548. package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelOutput.schema.json +1 -0
  549. package/dist/.pikku/schemas/schemas/GetIssueSecuritySchemeInput.schema.json +1 -0
  550. package/dist/.pikku/schemas/schemas/GetIssueSecuritySchemeOutput.schema.json +1 -0
  551. package/dist/.pikku/schemas/schemas/GetIssueSecuritySchemesOutput.schema.json +1 -0
  552. package/dist/.pikku/schemas/schemas/GetIssueTypeInput.schema.json +1 -0
  553. package/dist/.pikku/schemas/schemas/GetIssueTypeMappingsForContextsInput.schema.json +1 -0
  554. package/dist/.pikku/schemas/schemas/GetIssueTypeMappingsForContextsOutput.schema.json +1 -0
  555. package/dist/.pikku/schemas/schemas/GetIssueTypeOutput.schema.json +1 -0
  556. package/dist/.pikku/schemas/schemas/GetIssueTypePropertyInput.schema.json +1 -0
  557. package/dist/.pikku/schemas/schemas/GetIssueTypePropertyKeysInput.schema.json +1 -0
  558. package/dist/.pikku/schemas/schemas/GetIssueTypePropertyKeysOutput.schema.json +1 -0
  559. package/dist/.pikku/schemas/schemas/GetIssueTypePropertyOutput.schema.json +1 -0
  560. package/dist/.pikku/schemas/schemas/GetIssueTypeSchemeForProjectsInput.schema.json +1 -0
  561. package/dist/.pikku/schemas/schemas/GetIssueTypeSchemeForProjectsOutput.schema.json +1 -0
  562. package/dist/.pikku/schemas/schemas/GetIssueTypeSchemesMappingInput.schema.json +1 -0
  563. package/dist/.pikku/schemas/schemas/GetIssueTypeSchemesMappingOutput.schema.json +1 -0
  564. package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeMappingsInput.schema.json +1 -0
  565. package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeMappingsOutput.schema.json +1 -0
  566. package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeProjectAssociationsInput.schema.json +1 -0
  567. package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeProjectAssociationsOutput.schema.json +1 -0
  568. package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemesInput.schema.json +1 -0
  569. package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemesOutput.schema.json +1 -0
  570. package/dist/.pikku/schemas/schemas/GetIssueTypesForProjectInput.schema.json +1 -0
  571. package/dist/.pikku/schemas/schemas/GetIssueTypesForProjectOutput.schema.json +1 -0
  572. package/dist/.pikku/schemas/schemas/GetIssueWatchersInput.schema.json +1 -0
  573. package/dist/.pikku/schemas/schemas/GetIssueWatchersOutput.schema.json +1 -0
  574. package/dist/.pikku/schemas/schemas/GetIssueWorklogInput.schema.json +1 -0
  575. package/dist/.pikku/schemas/schemas/GetIssueWorklogOutput.schema.json +1 -0
  576. package/dist/.pikku/schemas/schemas/GetLicenseOutput.schema.json +1 -0
  577. package/dist/.pikku/schemas/schemas/GetLocaleOutput.schema.json +1 -0
  578. package/dist/.pikku/schemas/schemas/GetMyFiltersInput.schema.json +1 -0
  579. package/dist/.pikku/schemas/schemas/GetMyFiltersOutput.schema.json +1 -0
  580. package/dist/.pikku/schemas/schemas/GetMyPermissionsInput.schema.json +1 -0
  581. package/dist/.pikku/schemas/schemas/GetMyPermissionsOutput.schema.json +1 -0
  582. package/dist/.pikku/schemas/schemas/GetNotificationSchemeInput.schema.json +1 -0
  583. package/dist/.pikku/schemas/schemas/GetNotificationSchemeOutput.schema.json +1 -0
  584. package/dist/.pikku/schemas/schemas/GetNotificationSchemeToProjectMappingsInput.schema.json +1 -0
  585. package/dist/.pikku/schemas/schemas/GetNotificationSchemeToProjectMappingsOutput.schema.json +1 -0
  586. package/dist/.pikku/schemas/schemas/GetNotificationSchemesInput.schema.json +1 -0
  587. package/dist/.pikku/schemas/schemas/GetNotificationSchemesOutput.schema.json +1 -0
  588. package/dist/.pikku/schemas/schemas/GetOptionsForContextInput.schema.json +1 -0
  589. package/dist/.pikku/schemas/schemas/GetOptionsForContextOutput.schema.json +1 -0
  590. package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantInput.schema.json +1 -0
  591. package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantOutput.schema.json +1 -0
  592. package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantsInput.schema.json +1 -0
  593. package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantsOutput.schema.json +1 -0
  594. package/dist/.pikku/schemas/schemas/GetPermissionSchemeInput.schema.json +1 -0
  595. package/dist/.pikku/schemas/schemas/GetPermissionSchemeOutput.schema.json +1 -0
  596. package/dist/.pikku/schemas/schemas/GetPermittedProjectsInput.schema.json +1 -0
  597. package/dist/.pikku/schemas/schemas/GetPermittedProjectsOutput.schema.json +1 -0
  598. package/dist/.pikku/schemas/schemas/GetPrecomputationsInput.schema.json +1 -0
  599. package/dist/.pikku/schemas/schemas/GetPrecomputationsOutput.schema.json +1 -0
  600. package/dist/.pikku/schemas/schemas/GetPreferenceInput.schema.json +1 -0
  601. package/dist/.pikku/schemas/schemas/GetPreferenceOutput.schema.json +1 -0
  602. package/dist/.pikku/schemas/schemas/GetPriorityInput.schema.json +1 -0
  603. package/dist/.pikku/schemas/schemas/GetPriorityOutput.schema.json +1 -0
  604. package/dist/.pikku/schemas/schemas/GetProjectCategoryByIdInput.schema.json +1 -0
  605. package/dist/.pikku/schemas/schemas/GetProjectCategoryByIdOutput.schema.json +1 -0
  606. package/dist/.pikku/schemas/schemas/GetProjectComponentsInput.schema.json +1 -0
  607. package/dist/.pikku/schemas/schemas/GetProjectComponentsOutput.schema.json +1 -0
  608. package/dist/.pikku/schemas/schemas/GetProjectComponentsPaginatedInput.schema.json +1 -0
  609. package/dist/.pikku/schemas/schemas/GetProjectComponentsPaginatedOutput.schema.json +1 -0
  610. package/dist/.pikku/schemas/schemas/GetProjectContextMappingInput.schema.json +1 -0
  611. package/dist/.pikku/schemas/schemas/GetProjectContextMappingOutput.schema.json +1 -0
  612. package/dist/.pikku/schemas/schemas/GetProjectEmailInput.schema.json +1 -0
  613. package/dist/.pikku/schemas/schemas/GetProjectEmailOutput.schema.json +1 -0
  614. package/dist/.pikku/schemas/schemas/GetProjectInput.schema.json +1 -0
  615. package/dist/.pikku/schemas/schemas/GetProjectIssueSecuritySchemeInput.schema.json +1 -0
  616. package/dist/.pikku/schemas/schemas/GetProjectIssueSecuritySchemeOutput.schema.json +1 -0
  617. package/dist/.pikku/schemas/schemas/GetProjectOutput.schema.json +1 -0
  618. package/dist/.pikku/schemas/schemas/GetProjectPropertyInput.schema.json +1 -0
  619. package/dist/.pikku/schemas/schemas/GetProjectPropertyKeysInput.schema.json +1 -0
  620. package/dist/.pikku/schemas/schemas/GetProjectPropertyKeysOutput.schema.json +1 -0
  621. package/dist/.pikku/schemas/schemas/GetProjectPropertyOutput.schema.json +1 -0
  622. package/dist/.pikku/schemas/schemas/GetProjectRoleActorsForRoleInput.schema.json +1 -0
  623. package/dist/.pikku/schemas/schemas/GetProjectRoleActorsForRoleOutput.schema.json +1 -0
  624. package/dist/.pikku/schemas/schemas/GetProjectRoleByIdInput.schema.json +1 -0
  625. package/dist/.pikku/schemas/schemas/GetProjectRoleByIdOutput.schema.json +1 -0
  626. package/dist/.pikku/schemas/schemas/GetProjectRoleDetailsInput.schema.json +1 -0
  627. package/dist/.pikku/schemas/schemas/GetProjectRoleDetailsOutput.schema.json +1 -0
  628. package/dist/.pikku/schemas/schemas/GetProjectRoleInput.schema.json +1 -0
  629. package/dist/.pikku/schemas/schemas/GetProjectRoleOutput.schema.json +1 -0
  630. package/dist/.pikku/schemas/schemas/GetProjectRolesInput.schema.json +1 -0
  631. package/dist/.pikku/schemas/schemas/GetProjectRolesOutput.schema.json +1 -0
  632. package/dist/.pikku/schemas/schemas/GetProjectTypeByKeyInput.schema.json +1 -0
  633. package/dist/.pikku/schemas/schemas/GetProjectTypeByKeyOutput.schema.json +1 -0
  634. package/dist/.pikku/schemas/schemas/GetProjectVersionsInput.schema.json +1 -0
  635. package/dist/.pikku/schemas/schemas/GetProjectVersionsOutput.schema.json +1 -0
  636. package/dist/.pikku/schemas/schemas/GetProjectVersionsPaginatedInput.schema.json +1 -0
  637. package/dist/.pikku/schemas/schemas/GetProjectVersionsPaginatedOutput.schema.json +1 -0
  638. package/dist/.pikku/schemas/schemas/GetProjectsForIssueTypeScreenSchemeInput.schema.json +1 -0
  639. package/dist/.pikku/schemas/schemas/GetProjectsForIssueTypeScreenSchemeOutput.schema.json +1 -0
  640. package/dist/.pikku/schemas/schemas/GetRecentInput.schema.json +1 -0
  641. package/dist/.pikku/schemas/schemas/GetRecentOutput.schema.json +1 -0
  642. package/dist/.pikku/schemas/schemas/GetRemoteIssueLinkByIdInput.schema.json +1 -0
  643. package/dist/.pikku/schemas/schemas/GetRemoteIssueLinkByIdOutput.schema.json +1 -0
  644. package/dist/.pikku/schemas/schemas/GetRemoteIssueLinksInput.schema.json +1 -0
  645. package/dist/.pikku/schemas/schemas/GetRemoteIssueLinksOutput.schema.json +1 -0
  646. package/dist/.pikku/schemas/schemas/GetResolutionInput.schema.json +1 -0
  647. package/dist/.pikku/schemas/schemas/GetResolutionOutput.schema.json +1 -0
  648. package/dist/.pikku/schemas/schemas/GetScreenSchemesInput.schema.json +1 -0
  649. package/dist/.pikku/schemas/schemas/GetScreenSchemesOutput.schema.json +1 -0
  650. package/dist/.pikku/schemas/schemas/GetScreensForFieldInput.schema.json +1 -0
  651. package/dist/.pikku/schemas/schemas/GetScreensForFieldOutput.schema.json +1 -0
  652. package/dist/.pikku/schemas/schemas/GetScreensInput.schema.json +1 -0
  653. package/dist/.pikku/schemas/schemas/GetScreensOutput.schema.json +1 -0
  654. package/dist/.pikku/schemas/schemas/GetSecurityLevelsForProjectInput.schema.json +1 -0
  655. package/dist/.pikku/schemas/schemas/GetSecurityLevelsForProjectOutput.schema.json +1 -0
  656. package/dist/.pikku/schemas/schemas/GetSelectableIssueFieldOptionsInput.schema.json +1 -0
  657. package/dist/.pikku/schemas/schemas/GetSelectableIssueFieldOptionsOutput.schema.json +1 -0
  658. package/dist/.pikku/schemas/schemas/GetSelectedTimeTrackingImplementationOutput.schema.json +1 -0
  659. package/dist/.pikku/schemas/schemas/GetServerInfoOutput.schema.json +1 -0
  660. package/dist/.pikku/schemas/schemas/GetSharePermissionInput.schema.json +1 -0
  661. package/dist/.pikku/schemas/schemas/GetSharePermissionOutput.schema.json +1 -0
  662. package/dist/.pikku/schemas/schemas/GetSharePermissionsInput.schema.json +1 -0
  663. package/dist/.pikku/schemas/schemas/GetSharePermissionsOutput.schema.json +1 -0
  664. package/dist/.pikku/schemas/schemas/GetSharedTimeTrackingConfigurationOutput.schema.json +1 -0
  665. package/dist/.pikku/schemas/schemas/GetStatusCategoriesOutput.schema.json +1 -0
  666. package/dist/.pikku/schemas/schemas/GetStatusCategoryInput.schema.json +1 -0
  667. package/dist/.pikku/schemas/schemas/GetStatusCategoryOutput.schema.json +1 -0
  668. package/dist/.pikku/schemas/schemas/GetStatusInput.schema.json +1 -0
  669. package/dist/.pikku/schemas/schemas/GetStatusOutput.schema.json +1 -0
  670. package/dist/.pikku/schemas/schemas/GetStatusesByIdInput.schema.json +1 -0
  671. package/dist/.pikku/schemas/schemas/GetStatusesByIdOutput.schema.json +1 -0
  672. package/dist/.pikku/schemas/schemas/GetStatusesOutput.schema.json +1 -0
  673. package/dist/.pikku/schemas/schemas/GetTaskInput.schema.json +1 -0
  674. package/dist/.pikku/schemas/schemas/GetTaskOutput.schema.json +1 -0
  675. package/dist/.pikku/schemas/schemas/GetTransitionsInput.schema.json +1 -0
  676. package/dist/.pikku/schemas/schemas/GetTransitionsOutput.schema.json +1 -0
  677. package/dist/.pikku/schemas/schemas/GetTrashedFieldsPaginatedInput.schema.json +1 -0
  678. package/dist/.pikku/schemas/schemas/GetTrashedFieldsPaginatedOutput.schema.json +1 -0
  679. package/dist/.pikku/schemas/schemas/GetUiModificationsInput.schema.json +1 -0
  680. package/dist/.pikku/schemas/schemas/GetUiModificationsOutput.schema.json +1 -0
  681. package/dist/.pikku/schemas/schemas/GetUserDefaultColumnsInput.schema.json +1 -0
  682. package/dist/.pikku/schemas/schemas/GetUserDefaultColumnsOutput.schema.json +1 -0
  683. package/dist/.pikku/schemas/schemas/GetUserEmailBulkInput.schema.json +1 -0
  684. package/dist/.pikku/schemas/schemas/GetUserEmailBulkOutput.schema.json +1 -0
  685. package/dist/.pikku/schemas/schemas/GetUserEmailInput.schema.json +1 -0
  686. package/dist/.pikku/schemas/schemas/GetUserEmailOutput.schema.json +1 -0
  687. package/dist/.pikku/schemas/schemas/GetUserGroupsInput.schema.json +1 -0
  688. package/dist/.pikku/schemas/schemas/GetUserGroupsOutput.schema.json +1 -0
  689. package/dist/.pikku/schemas/schemas/GetUserInput.schema.json +1 -0
  690. package/dist/.pikku/schemas/schemas/GetUserOutput.schema.json +1 -0
  691. package/dist/.pikku/schemas/schemas/GetUserPropertyInput.schema.json +1 -0
  692. package/dist/.pikku/schemas/schemas/GetUserPropertyKeysInput.schema.json +1 -0
  693. package/dist/.pikku/schemas/schemas/GetUserPropertyKeysOutput.schema.json +1 -0
  694. package/dist/.pikku/schemas/schemas/GetUserPropertyOutput.schema.json +1 -0
  695. package/dist/.pikku/schemas/schemas/GetUsersFromGroupInput.schema.json +1 -0
  696. package/dist/.pikku/schemas/schemas/GetUsersFromGroupOutput.schema.json +1 -0
  697. package/dist/.pikku/schemas/schemas/GetValidProjectKeyInput.schema.json +1 -0
  698. package/dist/.pikku/schemas/schemas/GetValidProjectKeyOutput.schema.json +1 -0
  699. package/dist/.pikku/schemas/schemas/GetValidProjectNameInput.schema.json +1 -0
  700. package/dist/.pikku/schemas/schemas/GetValidProjectNameOutput.schema.json +1 -0
  701. package/dist/.pikku/schemas/schemas/GetVersionInput.schema.json +1 -0
  702. package/dist/.pikku/schemas/schemas/GetVersionOutput.schema.json +1 -0
  703. package/dist/.pikku/schemas/schemas/GetVersionRelatedIssuesInput.schema.json +1 -0
  704. package/dist/.pikku/schemas/schemas/GetVersionRelatedIssuesOutput.schema.json +1 -0
  705. package/dist/.pikku/schemas/schemas/GetVersionUnresolvedIssuesInput.schema.json +1 -0
  706. package/dist/.pikku/schemas/schemas/GetVersionUnresolvedIssuesOutput.schema.json +1 -0
  707. package/dist/.pikku/schemas/schemas/GetVisibleIssueFieldOptionsInput.schema.json +1 -0
  708. package/dist/.pikku/schemas/schemas/GetVisibleIssueFieldOptionsOutput.schema.json +1 -0
  709. package/dist/.pikku/schemas/schemas/GetVotesInput.schema.json +1 -0
  710. package/dist/.pikku/schemas/schemas/GetVotesOutput.schema.json +1 -0
  711. package/dist/.pikku/schemas/schemas/GetWorkflowInput.schema.json +1 -0
  712. package/dist/.pikku/schemas/schemas/GetWorkflowOutput.schema.json +1 -0
  713. package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftInput.schema.json +1 -0
  714. package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftIssueTypeInput.schema.json +1 -0
  715. package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftIssueTypeOutput.schema.json +1 -0
  716. package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftOutput.schema.json +1 -0
  717. package/dist/.pikku/schemas/schemas/GetWorkflowSchemeInput.schema.json +1 -0
  718. package/dist/.pikku/schemas/schemas/GetWorkflowSchemeIssueTypeInput.schema.json +1 -0
  719. package/dist/.pikku/schemas/schemas/GetWorkflowSchemeIssueTypeOutput.schema.json +1 -0
  720. package/dist/.pikku/schemas/schemas/GetWorkflowSchemeOutput.schema.json +1 -0
  721. package/dist/.pikku/schemas/schemas/GetWorkflowSchemeProjectAssociationsInput.schema.json +1 -0
  722. package/dist/.pikku/schemas/schemas/GetWorkflowSchemeProjectAssociationsOutput.schema.json +1 -0
  723. package/dist/.pikku/schemas/schemas/GetWorkflowTransitionPropertiesInput.schema.json +1 -0
  724. package/dist/.pikku/schemas/schemas/GetWorkflowTransitionPropertiesOutput.schema.json +1 -0
  725. package/dist/.pikku/schemas/schemas/GetWorkflowTransitionRuleConfigurationsInput.schema.json +1 -0
  726. package/dist/.pikku/schemas/schemas/GetWorkflowTransitionRuleConfigurationsOutput.schema.json +1 -0
  727. package/dist/.pikku/schemas/schemas/GetWorkflowsPaginatedInput.schema.json +1 -0
  728. package/dist/.pikku/schemas/schemas/GetWorkflowsPaginatedOutput.schema.json +1 -0
  729. package/dist/.pikku/schemas/schemas/GetWorklogInput.schema.json +1 -0
  730. package/dist/.pikku/schemas/schemas/GetWorklogOutput.schema.json +1 -0
  731. package/dist/.pikku/schemas/schemas/GetWorklogPropertyInput.schema.json +1 -0
  732. package/dist/.pikku/schemas/schemas/GetWorklogPropertyKeysInput.schema.json +1 -0
  733. package/dist/.pikku/schemas/schemas/GetWorklogPropertyKeysOutput.schema.json +1 -0
  734. package/dist/.pikku/schemas/schemas/GetWorklogPropertyOutput.schema.json +1 -0
  735. package/dist/.pikku/schemas/schemas/GetWorklogsForIdsInput.schema.json +1 -0
  736. package/dist/.pikku/schemas/schemas/GetWorklogsForIdsOutput.schema.json +1 -0
  737. package/dist/.pikku/schemas/schemas/LinkIssuesInput.schema.json +1 -0
  738. package/dist/.pikku/schemas/schemas/LinkIssuesOutput.schema.json +1 -0
  739. package/dist/.pikku/schemas/schemas/MatchIssuesInput.schema.json +1 -0
  740. package/dist/.pikku/schemas/schemas/MatchIssuesOutput.schema.json +1 -0
  741. package/dist/.pikku/schemas/schemas/MergeVersionsInput.schema.json +1 -0
  742. package/dist/.pikku/schemas/schemas/MergeVersionsOutput.schema.json +1 -0
  743. package/dist/.pikku/schemas/schemas/MigrateQueriesInput.schema.json +1 -0
  744. package/dist/.pikku/schemas/schemas/MigrateQueriesOutput.schema.json +1 -0
  745. package/dist/.pikku/schemas/schemas/MigrationResourceUpdateEntityPropertiesValuePutInput.schema.json +1 -0
  746. package/dist/.pikku/schemas/schemas/MigrationResourceWorkflowRuleSearchPostInput.schema.json +1 -0
  747. package/dist/.pikku/schemas/schemas/MigrationResourceWorkflowRuleSearchPostOutput.schema.json +1 -0
  748. package/dist/.pikku/schemas/schemas/MovePrioritiesInput.schema.json +1 -0
  749. package/dist/.pikku/schemas/schemas/MovePrioritiesOutput.schema.json +1 -0
  750. package/dist/.pikku/schemas/schemas/MoveResolutionsInput.schema.json +1 -0
  751. package/dist/.pikku/schemas/schemas/MoveResolutionsOutput.schema.json +1 -0
  752. package/dist/.pikku/schemas/schemas/MoveScreenTabFieldInput.schema.json +1 -0
  753. package/dist/.pikku/schemas/schemas/MoveScreenTabFieldOutput.schema.json +1 -0
  754. package/dist/.pikku/schemas/schemas/MoveScreenTabInput.schema.json +1 -0
  755. package/dist/.pikku/schemas/schemas/MoveScreenTabOutput.schema.json +1 -0
  756. package/dist/.pikku/schemas/schemas/MoveVersionInput.schema.json +1 -0
  757. package/dist/.pikku/schemas/schemas/MoveVersionOutput.schema.json +1 -0
  758. package/dist/.pikku/schemas/schemas/NotifyInput.schema.json +1 -0
  759. package/dist/.pikku/schemas/schemas/NotifyOutput.schema.json +1 -0
  760. package/dist/.pikku/schemas/schemas/ParseJqlQueriesInput.schema.json +1 -0
  761. package/dist/.pikku/schemas/schemas/ParseJqlQueriesOutput.schema.json +1 -0
  762. package/dist/.pikku/schemas/schemas/PartialUpdateProjectRoleInput.schema.json +1 -0
  763. package/dist/.pikku/schemas/schemas/PartialUpdateProjectRoleOutput.schema.json +1 -0
  764. package/dist/.pikku/schemas/schemas/PublishDraftWorkflowSchemeInput.schema.json +1 -0
  765. package/dist/.pikku/schemas/schemas/RefreshWebhooksInput.schema.json +1 -0
  766. package/dist/.pikku/schemas/schemas/RefreshWebhooksOutput.schema.json +1 -0
  767. package/dist/.pikku/schemas/schemas/RegisterDynamicWebhooksInput.schema.json +1 -0
  768. package/dist/.pikku/schemas/schemas/RegisterDynamicWebhooksOutput.schema.json +1 -0
  769. package/dist/.pikku/schemas/schemas/RemoveAttachmentInput.schema.json +1 -0
  770. package/dist/.pikku/schemas/schemas/RemoveCustomFieldContextFromProjectsInput.schema.json +1 -0
  771. package/dist/.pikku/schemas/schemas/RemoveCustomFieldContextFromProjectsOutput.schema.json +1 -0
  772. package/dist/.pikku/schemas/schemas/RemoveGadgetInput.schema.json +1 -0
  773. package/dist/.pikku/schemas/schemas/RemoveGadgetOutput.schema.json +1 -0
  774. package/dist/.pikku/schemas/schemas/RemoveGroupInput.schema.json +1 -0
  775. package/dist/.pikku/schemas/schemas/RemoveIssueTypeFromIssueTypeSchemeInput.schema.json +1 -0
  776. package/dist/.pikku/schemas/schemas/RemoveIssueTypeFromIssueTypeSchemeOutput.schema.json +1 -0
  777. package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromContextInput.schema.json +1 -0
  778. package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromContextOutput.schema.json +1 -0
  779. package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromGlobalFieldConfigurationSchemeInput.schema.json +1 -0
  780. package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromGlobalFieldConfigurationSchemeOutput.schema.json +1 -0
  781. package/dist/.pikku/schemas/schemas/RemoveMappingsFromIssueTypeScreenSchemeInput.schema.json +1 -0
  782. package/dist/.pikku/schemas/schemas/RemoveMappingsFromIssueTypeScreenSchemeOutput.schema.json +1 -0
  783. package/dist/.pikku/schemas/schemas/RemoveNotificationFromNotificationSchemeInput.schema.json +1 -0
  784. package/dist/.pikku/schemas/schemas/RemoveNotificationFromNotificationSchemeOutput.schema.json +1 -0
  785. package/dist/.pikku/schemas/schemas/RemovePreferenceInput.schema.json +1 -0
  786. package/dist/.pikku/schemas/schemas/RemoveProjectCategoryInput.schema.json +1 -0
  787. package/dist/.pikku/schemas/schemas/RemoveScreenTabFieldInput.schema.json +1 -0
  788. package/dist/.pikku/schemas/schemas/RemoveUserFromGroupInput.schema.json +1 -0
  789. package/dist/.pikku/schemas/schemas/RemoveUserInput.schema.json +1 -0
  790. package/dist/.pikku/schemas/schemas/RemoveVoteInput.schema.json +1 -0
  791. package/dist/.pikku/schemas/schemas/RemoveWatcherInput.schema.json +1 -0
  792. package/dist/.pikku/schemas/schemas/RenameScreenTabInput.schema.json +1 -0
  793. package/dist/.pikku/schemas/schemas/RenameScreenTabOutput.schema.json +1 -0
  794. package/dist/.pikku/schemas/schemas/ReorderCustomFieldOptionsInput.schema.json +1 -0
  795. package/dist/.pikku/schemas/schemas/ReorderCustomFieldOptionsOutput.schema.json +1 -0
  796. package/dist/.pikku/schemas/schemas/ReorderIssueTypesInIssueTypeSchemeInput.schema.json +1 -0
  797. package/dist/.pikku/schemas/schemas/ReorderIssueTypesInIssueTypeSchemeOutput.schema.json +1 -0
  798. package/dist/.pikku/schemas/schemas/ReplaceIssueFieldOptionInput.schema.json +1 -0
  799. package/dist/.pikku/schemas/schemas/ResetColumnsInput.schema.json +1 -0
  800. package/dist/.pikku/schemas/schemas/ResetUserColumnsInput.schema.json +1 -0
  801. package/dist/.pikku/schemas/schemas/RestoreCustomFieldInput.schema.json +1 -0
  802. package/dist/.pikku/schemas/schemas/RestoreCustomFieldOutput.schema.json +1 -0
  803. package/dist/.pikku/schemas/schemas/RestoreInput.schema.json +1 -0
  804. package/dist/.pikku/schemas/schemas/RestoreOutput.schema.json +1 -0
  805. package/dist/.pikku/schemas/schemas/SanitiseJqlQueriesInput.schema.json +1 -0
  806. package/dist/.pikku/schemas/schemas/SanitiseJqlQueriesOutput.schema.json +1 -0
  807. package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlInput.schema.json +1 -0
  808. package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlOutput.schema.json +1 -0
  809. package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlPostInput.schema.json +1 -0
  810. package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlPostOutput.schema.json +1 -0
  811. package/dist/.pikku/schemas/schemas/SearchInput.schema.json +1 -0
  812. package/dist/.pikku/schemas/schemas/SearchOutput.schema.json +1 -0
  813. package/dist/.pikku/schemas/schemas/SearchPrioritiesInput.schema.json +1 -0
  814. package/dist/.pikku/schemas/schemas/SearchPrioritiesOutput.schema.json +1 -0
  815. package/dist/.pikku/schemas/schemas/SearchProjectsInput.schema.json +1 -0
  816. package/dist/.pikku/schemas/schemas/SearchProjectsOutput.schema.json +1 -0
  817. package/dist/.pikku/schemas/schemas/SearchResolutionsInput.schema.json +1 -0
  818. package/dist/.pikku/schemas/schemas/SearchResolutionsOutput.schema.json +1 -0
  819. package/dist/.pikku/schemas/schemas/SelectTimeTrackingImplementationInput.schema.json +1 -0
  820. package/dist/.pikku/schemas/schemas/SelectTimeTrackingImplementationOutput.schema.json +1 -0
  821. package/dist/.pikku/schemas/schemas/SetActorsInput.schema.json +1 -0
  822. package/dist/.pikku/schemas/schemas/SetActorsOutput.schema.json +1 -0
  823. package/dist/.pikku/schemas/schemas/SetApplicationPropertyInput.schema.json +1 -0
  824. package/dist/.pikku/schemas/schemas/SetApplicationPropertyOutput.schema.json +1 -0
  825. package/dist/.pikku/schemas/schemas/SetBannerInput.schema.json +1 -0
  826. package/dist/.pikku/schemas/schemas/SetBannerOutput.schema.json +1 -0
  827. package/dist/.pikku/schemas/schemas/SetColumnsInput.schema.json +1 -0
  828. package/dist/.pikku/schemas/schemas/SetColumnsOutput.schema.json +1 -0
  829. package/dist/.pikku/schemas/schemas/SetCommentPropertyInput.schema.json +1 -0
  830. package/dist/.pikku/schemas/schemas/SetCommentPropertyOutput.schema.json +1 -0
  831. package/dist/.pikku/schemas/schemas/SetDashboardItemPropertyInput.schema.json +1 -0
  832. package/dist/.pikku/schemas/schemas/SetDashboardItemPropertyOutput.schema.json +1 -0
  833. package/dist/.pikku/schemas/schemas/SetDefaultPriorityInput.schema.json +1 -0
  834. package/dist/.pikku/schemas/schemas/SetDefaultPriorityOutput.schema.json +1 -0
  835. package/dist/.pikku/schemas/schemas/SetDefaultResolutionInput.schema.json +1 -0
  836. package/dist/.pikku/schemas/schemas/SetDefaultResolutionOutput.schema.json +1 -0
  837. package/dist/.pikku/schemas/schemas/SetDefaultShareScopeInput.schema.json +1 -0
  838. package/dist/.pikku/schemas/schemas/SetDefaultShareScopeOutput.schema.json +1 -0
  839. package/dist/.pikku/schemas/schemas/SetDefaultValuesInput.schema.json +1 -0
  840. package/dist/.pikku/schemas/schemas/SetDefaultValuesOutput.schema.json +1 -0
  841. package/dist/.pikku/schemas/schemas/SetFavouriteForFilterInput.schema.json +1 -0
  842. package/dist/.pikku/schemas/schemas/SetFavouriteForFilterOutput.schema.json +1 -0
  843. package/dist/.pikku/schemas/schemas/SetFieldConfigurationSchemeMappingInput.schema.json +1 -0
  844. package/dist/.pikku/schemas/schemas/SetFieldConfigurationSchemeMappingOutput.schema.json +1 -0
  845. package/dist/.pikku/schemas/schemas/SetIssueNavigatorDefaultColumnsInput.schema.json +1 -0
  846. package/dist/.pikku/schemas/schemas/SetIssueNavigatorDefaultColumnsOutput.schema.json +1 -0
  847. package/dist/.pikku/schemas/schemas/SetIssuePropertyInput.schema.json +1 -0
  848. package/dist/.pikku/schemas/schemas/SetIssuePropertyOutput.schema.json +1 -0
  849. package/dist/.pikku/schemas/schemas/SetIssueTypePropertyInput.schema.json +1 -0
  850. package/dist/.pikku/schemas/schemas/SetIssueTypePropertyOutput.schema.json +1 -0
  851. package/dist/.pikku/schemas/schemas/SetPreferenceInput.schema.json +1 -0
  852. package/dist/.pikku/schemas/schemas/SetPreferenceOutput.schema.json +1 -0
  853. package/dist/.pikku/schemas/schemas/SetProjectPropertyInput.schema.json +1 -0
  854. package/dist/.pikku/schemas/schemas/SetProjectPropertyOutput.schema.json +1 -0
  855. package/dist/.pikku/schemas/schemas/SetSharedTimeTrackingConfigurationInput.schema.json +1 -0
  856. package/dist/.pikku/schemas/schemas/SetSharedTimeTrackingConfigurationOutput.schema.json +1 -0
  857. package/dist/.pikku/schemas/schemas/SetUserColumnsInput.schema.json +1 -0
  858. package/dist/.pikku/schemas/schemas/SetUserColumnsOutput.schema.json +1 -0
  859. package/dist/.pikku/schemas/schemas/SetUserPropertyInput.schema.json +1 -0
  860. package/dist/.pikku/schemas/schemas/SetUserPropertyOutput.schema.json +1 -0
  861. package/dist/.pikku/schemas/schemas/SetWorkflowSchemeDraftIssueTypeInput.schema.json +1 -0
  862. package/dist/.pikku/schemas/schemas/SetWorkflowSchemeDraftIssueTypeOutput.schema.json +1 -0
  863. package/dist/.pikku/schemas/schemas/SetWorkflowSchemeIssueTypeInput.schema.json +1 -0
  864. package/dist/.pikku/schemas/schemas/SetWorkflowSchemeIssueTypeOutput.schema.json +1 -0
  865. package/dist/.pikku/schemas/schemas/SetWorklogPropertyInput.schema.json +1 -0
  866. package/dist/.pikku/schemas/schemas/SetWorklogPropertyOutput.schema.json +1 -0
  867. package/dist/.pikku/schemas/schemas/StoreAvatarInput.schema.json +1 -0
  868. package/dist/.pikku/schemas/schemas/StoreAvatarOutput.schema.json +1 -0
  869. package/dist/.pikku/schemas/schemas/ToggleFeatureForProjectInput.schema.json +1 -0
  870. package/dist/.pikku/schemas/schemas/ToggleFeatureForProjectOutput.schema.json +1 -0
  871. package/dist/.pikku/schemas/schemas/TrashCustomFieldInput.schema.json +1 -0
  872. package/dist/.pikku/schemas/schemas/TrashCustomFieldOutput.schema.json +1 -0
  873. package/dist/.pikku/schemas/schemas/UpdateCommentInput.schema.json +1 -0
  874. package/dist/.pikku/schemas/schemas/UpdateCommentOutput.schema.json +1 -0
  875. package/dist/.pikku/schemas/schemas/UpdateComponentInput.schema.json +1 -0
  876. package/dist/.pikku/schemas/schemas/UpdateComponentOutput.schema.json +1 -0
  877. package/dist/.pikku/schemas/schemas/UpdateCustomFieldConfigurationInput.schema.json +1 -0
  878. package/dist/.pikku/schemas/schemas/UpdateCustomFieldConfigurationOutput.schema.json +1 -0
  879. package/dist/.pikku/schemas/schemas/UpdateCustomFieldContextInput.schema.json +1 -0
  880. package/dist/.pikku/schemas/schemas/UpdateCustomFieldContextOutput.schema.json +1 -0
  881. package/dist/.pikku/schemas/schemas/UpdateCustomFieldInput.schema.json +1 -0
  882. package/dist/.pikku/schemas/schemas/UpdateCustomFieldOptionInput.schema.json +1 -0
  883. package/dist/.pikku/schemas/schemas/UpdateCustomFieldOptionOutput.schema.json +1 -0
  884. package/dist/.pikku/schemas/schemas/UpdateCustomFieldOutput.schema.json +1 -0
  885. package/dist/.pikku/schemas/schemas/UpdateCustomFieldValueInput.schema.json +1 -0
  886. package/dist/.pikku/schemas/schemas/UpdateCustomFieldValueOutput.schema.json +1 -0
  887. package/dist/.pikku/schemas/schemas/UpdateDashboardInput.schema.json +1 -0
  888. package/dist/.pikku/schemas/schemas/UpdateDashboardOutput.schema.json +1 -0
  889. package/dist/.pikku/schemas/schemas/UpdateDefaultScreenSchemeInput.schema.json +1 -0
  890. package/dist/.pikku/schemas/schemas/UpdateDefaultScreenSchemeOutput.schema.json +1 -0
  891. package/dist/.pikku/schemas/schemas/UpdateDefaultWorkflowInput.schema.json +1 -0
  892. package/dist/.pikku/schemas/schemas/UpdateDefaultWorkflowOutput.schema.json +1 -0
  893. package/dist/.pikku/schemas/schemas/UpdateDraftDefaultWorkflowInput.schema.json +1 -0
  894. package/dist/.pikku/schemas/schemas/UpdateDraftDefaultWorkflowOutput.schema.json +1 -0
  895. package/dist/.pikku/schemas/schemas/UpdateDraftWorkflowMappingInput.schema.json +1 -0
  896. package/dist/.pikku/schemas/schemas/UpdateDraftWorkflowMappingOutput.schema.json +1 -0
  897. package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationInput.schema.json +1 -0
  898. package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationItemsInput.schema.json +1 -0
  899. package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationItemsOutput.schema.json +1 -0
  900. package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationOutput.schema.json +1 -0
  901. package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationSchemeInput.schema.json +1 -0
  902. package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationSchemeOutput.schema.json +1 -0
  903. package/dist/.pikku/schemas/schemas/UpdateFilterInput.schema.json +1 -0
  904. package/dist/.pikku/schemas/schemas/UpdateFilterOutput.schema.json +1 -0
  905. package/dist/.pikku/schemas/schemas/UpdateGadgetInput.schema.json +1 -0
  906. package/dist/.pikku/schemas/schemas/UpdateGadgetOutput.schema.json +1 -0
  907. package/dist/.pikku/schemas/schemas/UpdateIssueFieldOptionInput.schema.json +1 -0
  908. package/dist/.pikku/schemas/schemas/UpdateIssueFieldOptionOutput.schema.json +1 -0
  909. package/dist/.pikku/schemas/schemas/UpdateIssueLinkTypeInput.schema.json +1 -0
  910. package/dist/.pikku/schemas/schemas/UpdateIssueLinkTypeOutput.schema.json +1 -0
  911. package/dist/.pikku/schemas/schemas/UpdateIssueTypeInput.schema.json +1 -0
  912. package/dist/.pikku/schemas/schemas/UpdateIssueTypeOutput.schema.json +1 -0
  913. package/dist/.pikku/schemas/schemas/UpdateIssueTypeSchemeInput.schema.json +1 -0
  914. package/dist/.pikku/schemas/schemas/UpdateIssueTypeSchemeOutput.schema.json +1 -0
  915. package/dist/.pikku/schemas/schemas/UpdateIssueTypeScreenSchemeInput.schema.json +1 -0
  916. package/dist/.pikku/schemas/schemas/UpdateIssueTypeScreenSchemeOutput.schema.json +1 -0
  917. package/dist/.pikku/schemas/schemas/UpdateMultipleCustomFieldValuesInput.schema.json +1 -0
  918. package/dist/.pikku/schemas/schemas/UpdateMultipleCustomFieldValuesOutput.schema.json +1 -0
  919. package/dist/.pikku/schemas/schemas/UpdateNotificationSchemeInput.schema.json +1 -0
  920. package/dist/.pikku/schemas/schemas/UpdateNotificationSchemeOutput.schema.json +1 -0
  921. package/dist/.pikku/schemas/schemas/UpdatePermissionSchemeInput.schema.json +1 -0
  922. package/dist/.pikku/schemas/schemas/UpdatePermissionSchemeOutput.schema.json +1 -0
  923. package/dist/.pikku/schemas/schemas/UpdatePrecomputationsInput.schema.json +1 -0
  924. package/dist/.pikku/schemas/schemas/UpdatePrecomputationsOutput.schema.json +1 -0
  925. package/dist/.pikku/schemas/schemas/UpdatePriorityInput.schema.json +1 -0
  926. package/dist/.pikku/schemas/schemas/UpdatePriorityOutput.schema.json +1 -0
  927. package/dist/.pikku/schemas/schemas/UpdateProjectAvatarInput.schema.json +1 -0
  928. package/dist/.pikku/schemas/schemas/UpdateProjectAvatarOutput.schema.json +1 -0
  929. package/dist/.pikku/schemas/schemas/UpdateProjectCategoryInput.schema.json +1 -0
  930. package/dist/.pikku/schemas/schemas/UpdateProjectCategoryOutput.schema.json +1 -0
  931. package/dist/.pikku/schemas/schemas/UpdateProjectEmailInput.schema.json +1 -0
  932. package/dist/.pikku/schemas/schemas/UpdateProjectEmailOutput.schema.json +1 -0
  933. package/dist/.pikku/schemas/schemas/UpdateProjectInput.schema.json +1 -0
  934. package/dist/.pikku/schemas/schemas/UpdateProjectOutput.schema.json +1 -0
  935. package/dist/.pikku/schemas/schemas/UpdateRemoteIssueLinkInput.schema.json +1 -0
  936. package/dist/.pikku/schemas/schemas/UpdateRemoteIssueLinkOutput.schema.json +1 -0
  937. package/dist/.pikku/schemas/schemas/UpdateResolutionInput.schema.json +1 -0
  938. package/dist/.pikku/schemas/schemas/UpdateResolutionOutput.schema.json +1 -0
  939. package/dist/.pikku/schemas/schemas/UpdateScreenInput.schema.json +1 -0
  940. package/dist/.pikku/schemas/schemas/UpdateScreenOutput.schema.json +1 -0
  941. package/dist/.pikku/schemas/schemas/UpdateScreenSchemeInput.schema.json +1 -0
  942. package/dist/.pikku/schemas/schemas/UpdateScreenSchemeOutput.schema.json +1 -0
  943. package/dist/.pikku/schemas/schemas/UpdateStatusesInput.schema.json +1 -0
  944. package/dist/.pikku/schemas/schemas/UpdateStatusesOutput.schema.json +1 -0
  945. package/dist/.pikku/schemas/schemas/UpdateUiModificationInput.schema.json +1 -0
  946. package/dist/.pikku/schemas/schemas/UpdateUiModificationOutput.schema.json +1 -0
  947. package/dist/.pikku/schemas/schemas/UpdateVersionInput.schema.json +1 -0
  948. package/dist/.pikku/schemas/schemas/UpdateVersionOutput.schema.json +1 -0
  949. package/dist/.pikku/schemas/schemas/UpdateWorkflowMappingInput.schema.json +1 -0
  950. package/dist/.pikku/schemas/schemas/UpdateWorkflowMappingOutput.schema.json +1 -0
  951. package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeDraftInput.schema.json +1 -0
  952. package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeDraftOutput.schema.json +1 -0
  953. package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeInput.schema.json +1 -0
  954. package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeOutput.schema.json +1 -0
  955. package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionPropertyInput.schema.json +1 -0
  956. package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionPropertyOutput.schema.json +1 -0
  957. package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionRuleConfigurationsInput.schema.json +1 -0
  958. package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionRuleConfigurationsOutput.schema.json +1 -0
  959. package/dist/.pikku/schemas/schemas/UpdateWorklogInput.schema.json +1 -0
  960. package/dist/.pikku/schemas/schemas/UpdateWorklogOutput.schema.json +1 -0
  961. package/dist/.pikku/schemas/schemas/ValidateProjectKeyInput.schema.json +1 -0
  962. package/dist/.pikku/schemas/schemas/ValidateProjectKeyOutput.schema.json +1 -0
  963. package/dist/.pikku/schemas/schemas/VariableSchema_JIRA_BASE_URL.schema.json +1 -0
  964. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
  965. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
  966. package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
  967. package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
  968. package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
  969. package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
  970. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
  971. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
  972. package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
  973. package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
  974. package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
  975. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
  976. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
  977. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
  978. package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
  979. package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
  980. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
  981. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
  982. package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
  983. package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
  984. package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
  985. package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
  986. package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
  987. package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
  988. package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
  989. package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
  990. package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
  991. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
  992. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
  993. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
  994. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
  995. package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
  996. package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
  997. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
  998. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
  999. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
  1000. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
  1001. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
  1002. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
  1003. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
  1004. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
  1005. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
  1006. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
  1007. package/dist/src/functions/addActorUsers.function.d.ts +231 -0
  1008. package/dist/src/functions/addActorUsers.function.d.ts.map +1 -0
  1009. package/dist/src/functions/addActorUsers.function.js +70 -0
  1010. package/dist/src/functions/addActorUsers.function.js.map +1 -0
  1011. package/dist/src/functions/addAttachment.function.d.ts +121 -0
  1012. package/dist/src/functions/addAttachment.function.d.ts.map +1 -0
  1013. package/dist/src/functions/addAttachment.function.js +45 -0
  1014. package/dist/src/functions/addAttachment.function.js.map +1 -0
  1015. package/dist/src/functions/addComment.function.d.ts +271 -0
  1016. package/dist/src/functions/addComment.function.d.ts.map +1 -0
  1017. package/dist/src/functions/addComment.function.js +81 -0
  1018. package/dist/src/functions/addComment.function.js.map +1 -0
  1019. package/dist/src/functions/addFieldToDefaultScreen.function.d.ts +13 -0
  1020. package/dist/src/functions/addFieldToDefaultScreen.function.d.ts.map +1 -0
  1021. package/dist/src/functions/addFieldToDefaultScreen.function.js +18 -0
  1022. package/dist/src/functions/addFieldToDefaultScreen.function.js.map +1 -0
  1023. package/dist/src/functions/addGadget.function.d.ts +98 -0
  1024. package/dist/src/functions/addGadget.function.d.ts.map +1 -0
  1025. package/dist/src/functions/addGadget.function.js +37 -0
  1026. package/dist/src/functions/addGadget.function.js.map +1 -0
  1027. package/dist/src/functions/addIssueTypesToContext.function.d.ts +21 -0
  1028. package/dist/src/functions/addIssueTypesToContext.function.d.ts.map +1 -0
  1029. package/dist/src/functions/addIssueTypesToContext.function.js +20 -0
  1030. package/dist/src/functions/addIssueTypesToContext.function.js.map +1 -0
  1031. package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.d.ts +17 -0
  1032. package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.d.ts.map +1 -0
  1033. package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.js +19 -0
  1034. package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.js.map +1 -0
  1035. package/dist/src/functions/addNotifications.function.d.ts +49 -0
  1036. package/dist/src/functions/addNotifications.function.d.ts.map +1 -0
  1037. package/dist/src/functions/addNotifications.function.js +27 -0
  1038. package/dist/src/functions/addNotifications.function.js.map +1 -0
  1039. package/dist/src/functions/addProjectRoleActorsToRole.function.d.ts +227 -0
  1040. package/dist/src/functions/addProjectRoleActorsToRole.function.d.ts.map +1 -0
  1041. package/dist/src/functions/addProjectRoleActorsToRole.function.js +69 -0
  1042. package/dist/src/functions/addProjectRoleActorsToRole.function.js.map +1 -0
  1043. package/dist/src/functions/addScreenTab.function.d.ts +29 -0
  1044. package/dist/src/functions/addScreenTab.function.d.ts.map +1 -0
  1045. package/dist/src/functions/addScreenTab.function.js +22 -0
  1046. package/dist/src/functions/addScreenTab.function.js.map +1 -0
  1047. package/dist/src/functions/addScreenTabField.function.d.ts +33 -0
  1048. package/dist/src/functions/addScreenTabField.function.d.ts.map +1 -0
  1049. package/dist/src/functions/addScreenTabField.function.js +23 -0
  1050. package/dist/src/functions/addScreenTabField.function.js.map +1 -0
  1051. package/dist/src/functions/addSharePermission.function.d.ts +48 -0
  1052. package/dist/src/functions/addSharePermission.function.d.ts.map +1 -0
  1053. package/dist/src/functions/addSharePermission.function.js +25 -0
  1054. package/dist/src/functions/addSharePermission.function.js.map +1 -0
  1055. package/dist/src/functions/addUserToGroup.function.d.ts +137 -0
  1056. package/dist/src/functions/addUserToGroup.function.d.ts.map +1 -0
  1057. package/dist/src/functions/addUserToGroup.function.js +49 -0
  1058. package/dist/src/functions/addUserToGroup.function.js.map +1 -0
  1059. package/dist/src/functions/addVote.function.d.ts +13 -0
  1060. package/dist/src/functions/addVote.function.d.ts.map +1 -0
  1061. package/dist/src/functions/addVote.function.js +18 -0
  1062. package/dist/src/functions/addVote.function.js.map +1 -0
  1063. package/dist/src/functions/addWatcher.function.d.ts +17 -0
  1064. package/dist/src/functions/addWatcher.function.d.ts.map +1 -0
  1065. package/dist/src/functions/addWatcher.function.js +19 -0
  1066. package/dist/src/functions/addWatcher.function.js.map +1 -0
  1067. package/dist/src/functions/addWorklog.function.d.ts +312 -0
  1068. package/dist/src/functions/addWorklog.function.d.ts.map +1 -0
  1069. package/dist/src/functions/addWorklog.function.js +90 -0
  1070. package/dist/src/functions/addWorklog.function.js.map +1 -0
  1071. package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.d.ts +16 -0
  1072. package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.d.ts.map +1 -0
  1073. package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.js +17 -0
  1074. package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.js.map +1 -0
  1075. package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.d.ts +33 -0
  1076. package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.d.ts.map +1 -0
  1077. package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.js +23 -0
  1078. package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.js.map +1 -0
  1079. package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.d.ts +29 -0
  1080. package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.d.ts.map +1 -0
  1081. package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.js +22 -0
  1082. package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.js.map +1 -0
  1083. package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.d.ts +33 -0
  1084. package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.d.ts.map +1 -0
  1085. package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.js +23 -0
  1086. package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.js.map +1 -0
  1087. package/dist/src/functions/analyseExpression.function.d.ts +97 -0
  1088. package/dist/src/functions/analyseExpression.function.d.ts.map +1 -0
  1089. package/dist/src/functions/analyseExpression.function.js +37 -0
  1090. package/dist/src/functions/analyseExpression.function.js.map +1 -0
  1091. package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.d.ts +60 -0
  1092. package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.d.ts.map +1 -0
  1093. package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.js +28 -0
  1094. package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.js.map +1 -0
  1095. package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.d.ts +29 -0
  1096. package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.d.ts.map +1 -0
  1097. package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.js +22 -0
  1098. package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.js.map +1 -0
  1099. package/dist/src/functions/archiveProject.function.d.ts +13 -0
  1100. package/dist/src/functions/archiveProject.function.d.ts.map +1 -0
  1101. package/dist/src/functions/archiveProject.function.js +18 -0
  1102. package/dist/src/functions/archiveProject.function.js.map +1 -0
  1103. package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.d.ts +17 -0
  1104. package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.d.ts.map +1 -0
  1105. package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.js +19 -0
  1106. package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.js.map +1 -0
  1107. package/dist/src/functions/assignIssue.function.d.ts +25 -0
  1108. package/dist/src/functions/assignIssue.function.d.ts.map +1 -0
  1109. package/dist/src/functions/assignIssue.function.js +21 -0
  1110. package/dist/src/functions/assignIssue.function.js.map +1 -0
  1111. package/dist/src/functions/assignIssueTypeSchemeToProject.function.d.ts +17 -0
  1112. package/dist/src/functions/assignIssueTypeSchemeToProject.function.d.ts.map +1 -0
  1113. package/dist/src/functions/assignIssueTypeSchemeToProject.function.js +19 -0
  1114. package/dist/src/functions/assignIssueTypeSchemeToProject.function.js.map +1 -0
  1115. package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.d.ts +17 -0
  1116. package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.d.ts.map +1 -0
  1117. package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.js +19 -0
  1118. package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.js.map +1 -0
  1119. package/dist/src/functions/assignPermissionScheme.function.d.ts +188 -0
  1120. package/dist/src/functions/assignPermissionScheme.function.d.ts.map +1 -0
  1121. package/dist/src/functions/assignPermissionScheme.function.js +60 -0
  1122. package/dist/src/functions/assignPermissionScheme.function.js.map +1 -0
  1123. package/dist/src/functions/assignProjectsToCustomFieldContext.function.d.ts +21 -0
  1124. package/dist/src/functions/assignProjectsToCustomFieldContext.function.d.ts.map +1 -0
  1125. package/dist/src/functions/assignProjectsToCustomFieldContext.function.js +20 -0
  1126. package/dist/src/functions/assignProjectsToCustomFieldContext.function.js.map +1 -0
  1127. package/dist/src/functions/assignSchemeToProject.function.d.ts +17 -0
  1128. package/dist/src/functions/assignSchemeToProject.function.d.ts.map +1 -0
  1129. package/dist/src/functions/assignSchemeToProject.function.js +19 -0
  1130. package/dist/src/functions/assignSchemeToProject.function.js.map +1 -0
  1131. package/dist/src/functions/bulkDeleteIssueProperty.function.d.ts +20 -0
  1132. package/dist/src/functions/bulkDeleteIssueProperty.function.d.ts.map +1 -0
  1133. package/dist/src/functions/bulkDeleteIssueProperty.function.js +18 -0
  1134. package/dist/src/functions/bulkDeleteIssueProperty.function.js.map +1 -0
  1135. package/dist/src/functions/bulkGetGroups.function.d.ts +77 -0
  1136. package/dist/src/functions/bulkGetGroups.function.d.ts.map +1 -0
  1137. package/dist/src/functions/bulkGetGroups.function.js +34 -0
  1138. package/dist/src/functions/bulkGetGroups.function.js.map +1 -0
  1139. package/dist/src/functions/bulkGetUsers.function.d.ts +302 -0
  1140. package/dist/src/functions/bulkGetUsers.function.d.ts.map +1 -0
  1141. package/dist/src/functions/bulkGetUsers.function.js +89 -0
  1142. package/dist/src/functions/bulkGetUsers.function.js.map +1 -0
  1143. package/dist/src/functions/bulkGetUsersMigration.function.d.ts +41 -0
  1144. package/dist/src/functions/bulkGetUsersMigration.function.d.ts.map +1 -0
  1145. package/dist/src/functions/bulkGetUsersMigration.function.js +25 -0
  1146. package/dist/src/functions/bulkGetUsersMigration.function.js.map +1 -0
  1147. package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.d.ts +179 -0
  1148. package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.d.ts.map +1 -0
  1149. package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.js +56 -0
  1150. package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.js.map +1 -0
  1151. package/dist/src/functions/bulkSetIssueProperty.function.d.ts +40 -0
  1152. package/dist/src/functions/bulkSetIssueProperty.function.d.ts.map +1 -0
  1153. package/dist/src/functions/bulkSetIssueProperty.function.js +23 -0
  1154. package/dist/src/functions/bulkSetIssueProperty.function.js.map +1 -0
  1155. package/dist/src/functions/bulkSetIssuesPropertiesList.function.d.ts +171 -0
  1156. package/dist/src/functions/bulkSetIssuesPropertiesList.function.d.ts.map +1 -0
  1157. package/dist/src/functions/bulkSetIssuesPropertiesList.function.js +54 -0
  1158. package/dist/src/functions/bulkSetIssuesPropertiesList.function.js.map +1 -0
  1159. package/dist/src/functions/cancelTask.function.d.ts +13 -0
  1160. package/dist/src/functions/cancelTask.function.d.ts.map +1 -0
  1161. package/dist/src/functions/cancelTask.function.js +18 -0
  1162. package/dist/src/functions/cancelTask.function.js.map +1 -0
  1163. package/dist/src/functions/changeFilterOwner.function.d.ts +17 -0
  1164. package/dist/src/functions/changeFilterOwner.function.d.ts.map +1 -0
  1165. package/dist/src/functions/changeFilterOwner.function.js +19 -0
  1166. package/dist/src/functions/changeFilterOwner.function.js.map +1 -0
  1167. package/dist/src/functions/copyDashboard.function.d.ts +5 -0
  1168. package/dist/src/functions/copyDashboard.function.d.ts.map +1 -0
  1169. package/dist/src/functions/copyDashboard.function.js +16 -0
  1170. package/dist/src/functions/copyDashboard.function.js.map +1 -0
  1171. package/dist/src/functions/createComponent.function.d.ts +827 -0
  1172. package/dist/src/functions/createComponent.function.d.ts.map +1 -0
  1173. package/dist/src/functions/createComponent.function.js +214 -0
  1174. package/dist/src/functions/createComponent.function.js.map +1 -0
  1175. package/dist/src/functions/createCustomField.function.d.ts +206 -0
  1176. package/dist/src/functions/createCustomField.function.d.ts.map +1 -0
  1177. package/dist/src/functions/createCustomField.function.js +61 -0
  1178. package/dist/src/functions/createCustomField.function.js.map +1 -0
  1179. package/dist/src/functions/createCustomFieldContext.function.d.ts +53 -0
  1180. package/dist/src/functions/createCustomFieldContext.function.d.ts.map +1 -0
  1181. package/dist/src/functions/createCustomFieldContext.function.js +28 -0
  1182. package/dist/src/functions/createCustomFieldContext.function.js.map +1 -0
  1183. package/dist/src/functions/createCustomFieldOption.function.d.ts +65 -0
  1184. package/dist/src/functions/createCustomFieldOption.function.d.ts.map +1 -0
  1185. package/dist/src/functions/createCustomFieldOption.function.js +31 -0
  1186. package/dist/src/functions/createCustomFieldOption.function.js.map +1 -0
  1187. package/dist/src/functions/createDashboard.function.d.ts +5 -0
  1188. package/dist/src/functions/createDashboard.function.d.ts.map +1 -0
  1189. package/dist/src/functions/createDashboard.function.js +16 -0
  1190. package/dist/src/functions/createDashboard.function.js.map +1 -0
  1191. package/dist/src/functions/createFieldConfiguration.function.d.ts +37 -0
  1192. package/dist/src/functions/createFieldConfiguration.function.d.ts.map +1 -0
  1193. package/dist/src/functions/createFieldConfiguration.function.js +24 -0
  1194. package/dist/src/functions/createFieldConfiguration.function.js.map +1 -0
  1195. package/dist/src/functions/createFieldConfigurationScheme.function.d.ts +33 -0
  1196. package/dist/src/functions/createFieldConfigurationScheme.function.d.ts.map +1 -0
  1197. package/dist/src/functions/createFieldConfigurationScheme.function.js +23 -0
  1198. package/dist/src/functions/createFieldConfigurationScheme.function.js.map +1 -0
  1199. package/dist/src/functions/createFilter.function.d.ts +5 -0
  1200. package/dist/src/functions/createFilter.function.d.ts.map +1 -0
  1201. package/dist/src/functions/createFilter.function.js +16 -0
  1202. package/dist/src/functions/createFilter.function.js.map +1 -0
  1203. package/dist/src/functions/createGroup.function.d.ts +125 -0
  1204. package/dist/src/functions/createGroup.function.d.ts.map +1 -0
  1205. package/dist/src/functions/createGroup.function.js +46 -0
  1206. package/dist/src/functions/createGroup.function.js.map +1 -0
  1207. package/dist/src/functions/createIssue.function.d.ts +477 -0
  1208. package/dist/src/functions/createIssue.function.d.ts.map +1 -0
  1209. package/dist/src/functions/createIssue.function.js +134 -0
  1210. package/dist/src/functions/createIssue.function.js.map +1 -0
  1211. package/dist/src/functions/createIssueFieldOption.function.d.ts +159 -0
  1212. package/dist/src/functions/createIssueFieldOption.function.d.ts.map +1 -0
  1213. package/dist/src/functions/createIssueFieldOption.function.js +50 -0
  1214. package/dist/src/functions/createIssueFieldOption.function.js.map +1 -0
  1215. package/dist/src/functions/createIssueLinkType.function.d.ts +49 -0
  1216. package/dist/src/functions/createIssueLinkType.function.d.ts.map +1 -0
  1217. package/dist/src/functions/createIssueLinkType.function.js +27 -0
  1218. package/dist/src/functions/createIssueLinkType.function.js.map +1 -0
  1219. package/dist/src/functions/createIssueType.function.d.ts +167 -0
  1220. package/dist/src/functions/createIssueType.function.d.ts.map +1 -0
  1221. package/dist/src/functions/createIssueType.function.js +54 -0
  1222. package/dist/src/functions/createIssueType.function.js.map +1 -0
  1223. package/dist/src/functions/createIssueTypeAvatar.function.d.ts +61 -0
  1224. package/dist/src/functions/createIssueTypeAvatar.function.d.ts.map +1 -0
  1225. package/dist/src/functions/createIssueTypeAvatar.function.js +30 -0
  1226. package/dist/src/functions/createIssueTypeAvatar.function.js.map +1 -0
  1227. package/dist/src/functions/createIssueTypeScheme.function.d.ts +33 -0
  1228. package/dist/src/functions/createIssueTypeScheme.function.d.ts.map +1 -0
  1229. package/dist/src/functions/createIssueTypeScheme.function.js +23 -0
  1230. package/dist/src/functions/createIssueTypeScheme.function.js.map +1 -0
  1231. package/dist/src/functions/createIssueTypeScreenScheme.function.d.ts +41 -0
  1232. package/dist/src/functions/createIssueTypeScreenScheme.function.d.ts.map +1 -0
  1233. package/dist/src/functions/createIssueTypeScreenScheme.function.js +25 -0
  1234. package/dist/src/functions/createIssueTypeScreenScheme.function.js.map +1 -0
  1235. package/dist/src/functions/createIssues.function.d.ts +525 -0
  1236. package/dist/src/functions/createIssues.function.d.ts.map +1 -0
  1237. package/dist/src/functions/createIssues.function.js +146 -0
  1238. package/dist/src/functions/createIssues.function.js.map +1 -0
  1239. package/dist/src/functions/createNotificationScheme.function.d.ts +61 -0
  1240. package/dist/src/functions/createNotificationScheme.function.d.ts.map +1 -0
  1241. package/dist/src/functions/createNotificationScheme.function.js +30 -0
  1242. package/dist/src/functions/createNotificationScheme.function.js.map +1 -0
  1243. package/dist/src/functions/createOrUpdateRemoteIssueLink.function.d.ts +121 -0
  1244. package/dist/src/functions/createOrUpdateRemoteIssueLink.function.d.ts.map +1 -0
  1245. package/dist/src/functions/createOrUpdateRemoteIssueLink.function.js +45 -0
  1246. package/dist/src/functions/createOrUpdateRemoteIssueLink.function.js.map +1 -0
  1247. package/dist/src/functions/createPermissionGrant.function.d.ts +85 -0
  1248. package/dist/src/functions/createPermissionGrant.function.d.ts.map +1 -0
  1249. package/dist/src/functions/createPermissionGrant.function.js +36 -0
  1250. package/dist/src/functions/createPermissionGrant.function.js.map +1 -0
  1251. package/dist/src/functions/createPermissionScheme.function.d.ts +331 -0
  1252. package/dist/src/functions/createPermissionScheme.function.d.ts.map +1 -0
  1253. package/dist/src/functions/createPermissionScheme.function.js +94 -0
  1254. package/dist/src/functions/createPermissionScheme.function.js.map +1 -0
  1255. package/dist/src/functions/createPriority.function.d.ts +44 -0
  1256. package/dist/src/functions/createPriority.function.d.ts.map +1 -0
  1257. package/dist/src/functions/createPriority.function.js +23 -0
  1258. package/dist/src/functions/createPriority.function.js.map +1 -0
  1259. package/dist/src/functions/createProject.function.d.ts +132 -0
  1260. package/dist/src/functions/createProject.function.d.ts.map +1 -0
  1261. package/dist/src/functions/createProject.function.js +39 -0
  1262. package/dist/src/functions/createProject.function.js.map +1 -0
  1263. package/dist/src/functions/createProjectAvatar.function.d.ts +61 -0
  1264. package/dist/src/functions/createProjectAvatar.function.d.ts.map +1 -0
  1265. package/dist/src/functions/createProjectAvatar.function.js +30 -0
  1266. package/dist/src/functions/createProjectAvatar.function.js.map +1 -0
  1267. package/dist/src/functions/createProjectCategory.function.d.ts +37 -0
  1268. package/dist/src/functions/createProjectCategory.function.d.ts.map +1 -0
  1269. package/dist/src/functions/createProjectCategory.function.js +24 -0
  1270. package/dist/src/functions/createProjectCategory.function.js.map +1 -0
  1271. package/dist/src/functions/createProjectRole.function.d.ts +219 -0
  1272. package/dist/src/functions/createProjectRole.function.d.ts.map +1 -0
  1273. package/dist/src/functions/createProjectRole.function.js +67 -0
  1274. package/dist/src/functions/createProjectRole.function.js.map +1 -0
  1275. package/dist/src/functions/createResolution.function.d.ts +25 -0
  1276. package/dist/src/functions/createResolution.function.d.ts.map +1 -0
  1277. package/dist/src/functions/createResolution.function.js +21 -0
  1278. package/dist/src/functions/createResolution.function.js.map +1 -0
  1279. package/dist/src/functions/createScreen.function.d.ts +132 -0
  1280. package/dist/src/functions/createScreen.function.d.ts.map +1 -0
  1281. package/dist/src/functions/createScreen.function.js +46 -0
  1282. package/dist/src/functions/createScreen.function.js.map +1 -0
  1283. package/dist/src/functions/createScreenScheme.function.d.ts +49 -0
  1284. package/dist/src/functions/createScreenScheme.function.d.ts.map +1 -0
  1285. package/dist/src/functions/createScreenScheme.function.js +27 -0
  1286. package/dist/src/functions/createScreenScheme.function.js.map +1 -0
  1287. package/dist/src/functions/createStatuses.function.d.ts +135 -0
  1288. package/dist/src/functions/createStatuses.function.d.ts.map +1 -0
  1289. package/dist/src/functions/createStatuses.function.js +45 -0
  1290. package/dist/src/functions/createStatuses.function.js.map +1 -0
  1291. package/dist/src/functions/createUiModification.function.d.ts +61 -0
  1292. package/dist/src/functions/createUiModification.function.d.ts.map +1 -0
  1293. package/dist/src/functions/createUiModification.function.js +30 -0
  1294. package/dist/src/functions/createUiModification.function.js.map +1 -0
  1295. package/dist/src/functions/createUser.function.d.ts +274 -0
  1296. package/dist/src/functions/createUser.function.d.ts.map +1 -0
  1297. package/dist/src/functions/createUser.function.js +82 -0
  1298. package/dist/src/functions/createUser.function.js.map +1 -0
  1299. package/dist/src/functions/createVersion.function.d.ts +173 -0
  1300. package/dist/src/functions/createVersion.function.d.ts.map +1 -0
  1301. package/dist/src/functions/createVersion.function.js +58 -0
  1302. package/dist/src/functions/createVersion.function.js.map +1 -0
  1303. package/dist/src/functions/createWorkflow.function.d.ts +183 -0
  1304. package/dist/src/functions/createWorkflow.function.d.ts.map +1 -0
  1305. package/dist/src/functions/createWorkflow.function.js +58 -0
  1306. package/dist/src/functions/createWorkflow.function.js.map +1 -0
  1307. package/dist/src/functions/createWorkflowScheme.function.d.ts +465 -0
  1308. package/dist/src/functions/createWorkflowScheme.function.d.ts.map +1 -0
  1309. package/dist/src/functions/createWorkflowScheme.function.js +128 -0
  1310. package/dist/src/functions/createWorkflowScheme.function.js.map +1 -0
  1311. package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.d.ts +449 -0
  1312. package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.d.ts.map +1 -0
  1313. package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.js +124 -0
  1314. package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.js.map +1 -0
  1315. package/dist/src/functions/createWorkflowTransitionProperty.function.d.ts +48 -0
  1316. package/dist/src/functions/createWorkflowTransitionProperty.function.d.ts.map +1 -0
  1317. package/dist/src/functions/createWorkflowTransitionProperty.function.js +26 -0
  1318. package/dist/src/functions/createWorkflowTransitionProperty.function.js.map +1 -0
  1319. package/dist/src/functions/deleteActor.function.d.ts +28 -0
  1320. package/dist/src/functions/deleteActor.function.d.ts.map +1 -0
  1321. package/dist/src/functions/deleteActor.function.js +20 -0
  1322. package/dist/src/functions/deleteActor.function.js.map +1 -0
  1323. package/dist/src/functions/deleteAndReplaceVersion.function.d.ts +37 -0
  1324. package/dist/src/functions/deleteAndReplaceVersion.function.d.ts.map +1 -0
  1325. package/dist/src/functions/deleteAndReplaceVersion.function.js +24 -0
  1326. package/dist/src/functions/deleteAndReplaceVersion.function.js.map +1 -0
  1327. package/dist/src/functions/deleteAvatar.function.d.ts +23 -0
  1328. package/dist/src/functions/deleteAvatar.function.d.ts.map +1 -0
  1329. package/dist/src/functions/deleteAvatar.function.js +18 -0
  1330. package/dist/src/functions/deleteAvatar.function.js.map +1 -0
  1331. package/dist/src/functions/deleteComment.function.d.ts +16 -0
  1332. package/dist/src/functions/deleteComment.function.d.ts.map +1 -0
  1333. package/dist/src/functions/deleteComment.function.js +17 -0
  1334. package/dist/src/functions/deleteComment.function.js.map +1 -0
  1335. package/dist/src/functions/deleteCommentProperty.function.d.ts +16 -0
  1336. package/dist/src/functions/deleteCommentProperty.function.d.ts.map +1 -0
  1337. package/dist/src/functions/deleteCommentProperty.function.js +17 -0
  1338. package/dist/src/functions/deleteCommentProperty.function.js.map +1 -0
  1339. package/dist/src/functions/deleteComponent.function.d.ts +16 -0
  1340. package/dist/src/functions/deleteComponent.function.d.ts.map +1 -0
  1341. package/dist/src/functions/deleteComponent.function.js +17 -0
  1342. package/dist/src/functions/deleteComponent.function.js.map +1 -0
  1343. package/dist/src/functions/deleteCustomField.function.d.ts +12 -0
  1344. package/dist/src/functions/deleteCustomField.function.d.ts.map +1 -0
  1345. package/dist/src/functions/deleteCustomField.function.js +16 -0
  1346. package/dist/src/functions/deleteCustomField.function.js.map +1 -0
  1347. package/dist/src/functions/deleteCustomFieldContext.function.d.ts +17 -0
  1348. package/dist/src/functions/deleteCustomFieldContext.function.d.ts.map +1 -0
  1349. package/dist/src/functions/deleteCustomFieldContext.function.js +19 -0
  1350. package/dist/src/functions/deleteCustomFieldContext.function.js.map +1 -0
  1351. package/dist/src/functions/deleteCustomFieldOption.function.d.ts +20 -0
  1352. package/dist/src/functions/deleteCustomFieldOption.function.d.ts.map +1 -0
  1353. package/dist/src/functions/deleteCustomFieldOption.function.js +18 -0
  1354. package/dist/src/functions/deleteCustomFieldOption.function.js.map +1 -0
  1355. package/dist/src/functions/deleteDashboard.function.d.ts +12 -0
  1356. package/dist/src/functions/deleteDashboard.function.d.ts.map +1 -0
  1357. package/dist/src/functions/deleteDashboard.function.js +16 -0
  1358. package/dist/src/functions/deleteDashboard.function.js.map +1 -0
  1359. package/dist/src/functions/deleteDashboardItemProperty.function.d.ts +20 -0
  1360. package/dist/src/functions/deleteDashboardItemProperty.function.d.ts.map +1 -0
  1361. package/dist/src/functions/deleteDashboardItemProperty.function.js +18 -0
  1362. package/dist/src/functions/deleteDashboardItemProperty.function.js.map +1 -0
  1363. package/dist/src/functions/deleteDefaultWorkflow.function.d.ts +453 -0
  1364. package/dist/src/functions/deleteDefaultWorkflow.function.d.ts.map +1 -0
  1365. package/dist/src/functions/deleteDefaultWorkflow.function.js +125 -0
  1366. package/dist/src/functions/deleteDefaultWorkflow.function.js.map +1 -0
  1367. package/dist/src/functions/deleteDraftDefaultWorkflow.function.d.ts +449 -0
  1368. package/dist/src/functions/deleteDraftDefaultWorkflow.function.d.ts.map +1 -0
  1369. package/dist/src/functions/deleteDraftDefaultWorkflow.function.js +124 -0
  1370. package/dist/src/functions/deleteDraftDefaultWorkflow.function.js.map +1 -0
  1371. package/dist/src/functions/deleteDraftWorkflowMapping.function.d.ts +16 -0
  1372. package/dist/src/functions/deleteDraftWorkflowMapping.function.d.ts.map +1 -0
  1373. package/dist/src/functions/deleteDraftWorkflowMapping.function.js +17 -0
  1374. package/dist/src/functions/deleteDraftWorkflowMapping.function.js.map +1 -0
  1375. package/dist/src/functions/deleteFavouriteForFilter.function.d.ts +17 -0
  1376. package/dist/src/functions/deleteFavouriteForFilter.function.d.ts.map +1 -0
  1377. package/dist/src/functions/deleteFavouriteForFilter.function.js +19 -0
  1378. package/dist/src/functions/deleteFavouriteForFilter.function.js.map +1 -0
  1379. package/dist/src/functions/deleteFieldConfiguration.function.d.ts +13 -0
  1380. package/dist/src/functions/deleteFieldConfiguration.function.d.ts.map +1 -0
  1381. package/dist/src/functions/deleteFieldConfiguration.function.js +18 -0
  1382. package/dist/src/functions/deleteFieldConfiguration.function.js.map +1 -0
  1383. package/dist/src/functions/deleteFieldConfigurationScheme.function.d.ts +13 -0
  1384. package/dist/src/functions/deleteFieldConfigurationScheme.function.d.ts.map +1 -0
  1385. package/dist/src/functions/deleteFieldConfigurationScheme.function.js +18 -0
  1386. package/dist/src/functions/deleteFieldConfigurationScheme.function.js.map +1 -0
  1387. package/dist/src/functions/deleteFilter.function.d.ts +12 -0
  1388. package/dist/src/functions/deleteFilter.function.d.ts.map +1 -0
  1389. package/dist/src/functions/deleteFilter.function.js +16 -0
  1390. package/dist/src/functions/deleteFilter.function.js.map +1 -0
  1391. package/dist/src/functions/deleteInactiveWorkflow.function.d.ts +12 -0
  1392. package/dist/src/functions/deleteInactiveWorkflow.function.d.ts.map +1 -0
  1393. package/dist/src/functions/deleteInactiveWorkflow.function.js +16 -0
  1394. package/dist/src/functions/deleteInactiveWorkflow.function.js.map +1 -0
  1395. package/dist/src/functions/deleteIssue.function.d.ts +19 -0
  1396. package/dist/src/functions/deleteIssue.function.d.ts.map +1 -0
  1397. package/dist/src/functions/deleteIssue.function.js +17 -0
  1398. package/dist/src/functions/deleteIssue.function.js.map +1 -0
  1399. package/dist/src/functions/deleteIssueFieldOption.function.d.ts +17 -0
  1400. package/dist/src/functions/deleteIssueFieldOption.function.d.ts.map +1 -0
  1401. package/dist/src/functions/deleteIssueFieldOption.function.js +19 -0
  1402. package/dist/src/functions/deleteIssueFieldOption.function.js.map +1 -0
  1403. package/dist/src/functions/deleteIssueLink.function.d.ts +12 -0
  1404. package/dist/src/functions/deleteIssueLink.function.d.ts.map +1 -0
  1405. package/dist/src/functions/deleteIssueLink.function.js +16 -0
  1406. package/dist/src/functions/deleteIssueLink.function.js.map +1 -0
  1407. package/dist/src/functions/deleteIssueLinkType.function.d.ts +12 -0
  1408. package/dist/src/functions/deleteIssueLinkType.function.d.ts.map +1 -0
  1409. package/dist/src/functions/deleteIssueLinkType.function.js +16 -0
  1410. package/dist/src/functions/deleteIssueLinkType.function.js.map +1 -0
  1411. package/dist/src/functions/deleteIssueProperty.function.d.ts +16 -0
  1412. package/dist/src/functions/deleteIssueProperty.function.d.ts.map +1 -0
  1413. package/dist/src/functions/deleteIssueProperty.function.js +17 -0
  1414. package/dist/src/functions/deleteIssueProperty.function.js.map +1 -0
  1415. package/dist/src/functions/deleteIssueType.function.d.ts +16 -0
  1416. package/dist/src/functions/deleteIssueType.function.d.ts.map +1 -0
  1417. package/dist/src/functions/deleteIssueType.function.js +17 -0
  1418. package/dist/src/functions/deleteIssueType.function.js.map +1 -0
  1419. package/dist/src/functions/deleteIssueTypeProperty.function.d.ts +16 -0
  1420. package/dist/src/functions/deleteIssueTypeProperty.function.d.ts.map +1 -0
  1421. package/dist/src/functions/deleteIssueTypeProperty.function.js +17 -0
  1422. package/dist/src/functions/deleteIssueTypeProperty.function.js.map +1 -0
  1423. package/dist/src/functions/deleteIssueTypeScheme.function.d.ts +13 -0
  1424. package/dist/src/functions/deleteIssueTypeScheme.function.d.ts.map +1 -0
  1425. package/dist/src/functions/deleteIssueTypeScheme.function.js +18 -0
  1426. package/dist/src/functions/deleteIssueTypeScheme.function.js.map +1 -0
  1427. package/dist/src/functions/deleteIssueTypeScreenScheme.function.d.ts +13 -0
  1428. package/dist/src/functions/deleteIssueTypeScreenScheme.function.d.ts.map +1 -0
  1429. package/dist/src/functions/deleteIssueTypeScreenScheme.function.js +18 -0
  1430. package/dist/src/functions/deleteIssueTypeScreenScheme.function.js.map +1 -0
  1431. package/dist/src/functions/deleteNotificationScheme.function.d.ts +13 -0
  1432. package/dist/src/functions/deleteNotificationScheme.function.d.ts.map +1 -0
  1433. package/dist/src/functions/deleteNotificationScheme.function.js +18 -0
  1434. package/dist/src/functions/deleteNotificationScheme.function.js.map +1 -0
  1435. package/dist/src/functions/deletePermissionScheme.function.d.ts +12 -0
  1436. package/dist/src/functions/deletePermissionScheme.function.d.ts.map +1 -0
  1437. package/dist/src/functions/deletePermissionScheme.function.js +16 -0
  1438. package/dist/src/functions/deletePermissionScheme.function.js.map +1 -0
  1439. package/dist/src/functions/deletePermissionSchemeEntity.function.d.ts +16 -0
  1440. package/dist/src/functions/deletePermissionSchemeEntity.function.d.ts.map +1 -0
  1441. package/dist/src/functions/deletePermissionSchemeEntity.function.js +17 -0
  1442. package/dist/src/functions/deletePermissionSchemeEntity.function.js.map +1 -0
  1443. package/dist/src/functions/deletePriority.function.d.ts +16 -0
  1444. package/dist/src/functions/deletePriority.function.d.ts.map +1 -0
  1445. package/dist/src/functions/deletePriority.function.js +17 -0
  1446. package/dist/src/functions/deletePriority.function.js.map +1 -0
  1447. package/dist/src/functions/deleteProject.function.d.ts +16 -0
  1448. package/dist/src/functions/deleteProject.function.d.ts.map +1 -0
  1449. package/dist/src/functions/deleteProject.function.js +17 -0
  1450. package/dist/src/functions/deleteProject.function.js.map +1 -0
  1451. package/dist/src/functions/deleteProjectAsynchronously.function.d.ts +12 -0
  1452. package/dist/src/functions/deleteProjectAsynchronously.function.d.ts.map +1 -0
  1453. package/dist/src/functions/deleteProjectAsynchronously.function.js +16 -0
  1454. package/dist/src/functions/deleteProjectAsynchronously.function.js.map +1 -0
  1455. package/dist/src/functions/deleteProjectAvatar.function.d.ts +16 -0
  1456. package/dist/src/functions/deleteProjectAvatar.function.d.ts.map +1 -0
  1457. package/dist/src/functions/deleteProjectAvatar.function.js +17 -0
  1458. package/dist/src/functions/deleteProjectAvatar.function.js.map +1 -0
  1459. package/dist/src/functions/deleteProjectProperty.function.d.ts +16 -0
  1460. package/dist/src/functions/deleteProjectProperty.function.d.ts.map +1 -0
  1461. package/dist/src/functions/deleteProjectProperty.function.js +17 -0
  1462. package/dist/src/functions/deleteProjectProperty.function.js.map +1 -0
  1463. package/dist/src/functions/deleteProjectRole.function.d.ts +16 -0
  1464. package/dist/src/functions/deleteProjectRole.function.d.ts.map +1 -0
  1465. package/dist/src/functions/deleteProjectRole.function.js +17 -0
  1466. package/dist/src/functions/deleteProjectRole.function.js.map +1 -0
  1467. package/dist/src/functions/deleteProjectRoleActorsFromRole.function.d.ts +227 -0
  1468. package/dist/src/functions/deleteProjectRoleActorsFromRole.function.d.ts.map +1 -0
  1469. package/dist/src/functions/deleteProjectRoleActorsFromRole.function.js +69 -0
  1470. package/dist/src/functions/deleteProjectRoleActorsFromRole.function.js.map +1 -0
  1471. package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.d.ts +16 -0
  1472. package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.d.ts.map +1 -0
  1473. package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.js +17 -0
  1474. package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.js.map +1 -0
  1475. package/dist/src/functions/deleteRemoteIssueLinkById.function.d.ts +16 -0
  1476. package/dist/src/functions/deleteRemoteIssueLinkById.function.d.ts.map +1 -0
  1477. package/dist/src/functions/deleteRemoteIssueLinkById.function.js +17 -0
  1478. package/dist/src/functions/deleteRemoteIssueLinkById.function.js.map +1 -0
  1479. package/dist/src/functions/deleteResolution.function.d.ts +16 -0
  1480. package/dist/src/functions/deleteResolution.function.d.ts.map +1 -0
  1481. package/dist/src/functions/deleteResolution.function.js +17 -0
  1482. package/dist/src/functions/deleteResolution.function.js.map +1 -0
  1483. package/dist/src/functions/deleteScreen.function.d.ts +12 -0
  1484. package/dist/src/functions/deleteScreen.function.d.ts.map +1 -0
  1485. package/dist/src/functions/deleteScreen.function.js +16 -0
  1486. package/dist/src/functions/deleteScreen.function.js.map +1 -0
  1487. package/dist/src/functions/deleteScreenScheme.function.d.ts +12 -0
  1488. package/dist/src/functions/deleteScreenScheme.function.d.ts.map +1 -0
  1489. package/dist/src/functions/deleteScreenScheme.function.js +16 -0
  1490. package/dist/src/functions/deleteScreenScheme.function.js.map +1 -0
  1491. package/dist/src/functions/deleteScreenTab.function.d.ts +16 -0
  1492. package/dist/src/functions/deleteScreenTab.function.d.ts.map +1 -0
  1493. package/dist/src/functions/deleteScreenTab.function.js +17 -0
  1494. package/dist/src/functions/deleteScreenTab.function.js.map +1 -0
  1495. package/dist/src/functions/deleteSharePermission.function.d.ts +16 -0
  1496. package/dist/src/functions/deleteSharePermission.function.d.ts.map +1 -0
  1497. package/dist/src/functions/deleteSharePermission.function.js +17 -0
  1498. package/dist/src/functions/deleteSharePermission.function.js.map +1 -0
  1499. package/dist/src/functions/deleteStatusesById.function.d.ts +13 -0
  1500. package/dist/src/functions/deleteStatusesById.function.d.ts.map +1 -0
  1501. package/dist/src/functions/deleteStatusesById.function.js +18 -0
  1502. package/dist/src/functions/deleteStatusesById.function.js.map +1 -0
  1503. package/dist/src/functions/deleteUiModification.function.d.ts +13 -0
  1504. package/dist/src/functions/deleteUiModification.function.d.ts.map +1 -0
  1505. package/dist/src/functions/deleteUiModification.function.js +18 -0
  1506. package/dist/src/functions/deleteUiModification.function.js.map +1 -0
  1507. package/dist/src/functions/deleteUserProperty.function.d.ts +24 -0
  1508. package/dist/src/functions/deleteUserProperty.function.d.ts.map +1 -0
  1509. package/dist/src/functions/deleteUserProperty.function.js +19 -0
  1510. package/dist/src/functions/deleteUserProperty.function.js.map +1 -0
  1511. package/dist/src/functions/deleteWebhookById.function.d.ts +12 -0
  1512. package/dist/src/functions/deleteWebhookById.function.d.ts.map +1 -0
  1513. package/dist/src/functions/deleteWebhookById.function.js +16 -0
  1514. package/dist/src/functions/deleteWebhookById.function.js.map +1 -0
  1515. package/dist/src/functions/deleteWorkflowMapping.function.d.ts +20 -0
  1516. package/dist/src/functions/deleteWorkflowMapping.function.d.ts.map +1 -0
  1517. package/dist/src/functions/deleteWorkflowMapping.function.js +18 -0
  1518. package/dist/src/functions/deleteWorkflowMapping.function.js.map +1 -0
  1519. package/dist/src/functions/deleteWorkflowScheme.function.d.ts +13 -0
  1520. package/dist/src/functions/deleteWorkflowScheme.function.d.ts.map +1 -0
  1521. package/dist/src/functions/deleteWorkflowScheme.function.js +18 -0
  1522. package/dist/src/functions/deleteWorkflowScheme.function.js.map +1 -0
  1523. package/dist/src/functions/deleteWorkflowSchemeDraft.function.d.ts +12 -0
  1524. package/dist/src/functions/deleteWorkflowSchemeDraft.function.d.ts.map +1 -0
  1525. package/dist/src/functions/deleteWorkflowSchemeDraft.function.js +16 -0
  1526. package/dist/src/functions/deleteWorkflowSchemeDraft.function.js.map +1 -0
  1527. package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.d.ts +453 -0
  1528. package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.d.ts.map +1 -0
  1529. package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.js +125 -0
  1530. package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.js.map +1 -0
  1531. package/dist/src/functions/deleteWorkflowSchemeIssueType.function.d.ts +457 -0
  1532. package/dist/src/functions/deleteWorkflowSchemeIssueType.function.d.ts.map +1 -0
  1533. package/dist/src/functions/deleteWorkflowSchemeIssueType.function.js +126 -0
  1534. package/dist/src/functions/deleteWorkflowSchemeIssueType.function.js.map +1 -0
  1535. package/dist/src/functions/deleteWorkflowTransitionProperty.function.d.ts +27 -0
  1536. package/dist/src/functions/deleteWorkflowTransitionProperty.function.d.ts.map +1 -0
  1537. package/dist/src/functions/deleteWorkflowTransitionProperty.function.js +19 -0
  1538. package/dist/src/functions/deleteWorkflowTransitionProperty.function.js.map +1 -0
  1539. package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.d.ts +73 -0
  1540. package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.d.ts.map +1 -0
  1541. package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.js +33 -0
  1542. package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.js.map +1 -0
  1543. package/dist/src/functions/deleteWorklog.function.d.ts +41 -0
  1544. package/dist/src/functions/deleteWorklog.function.d.ts.map +1 -0
  1545. package/dist/src/functions/deleteWorklog.function.js +22 -0
  1546. package/dist/src/functions/deleteWorklog.function.js.map +1 -0
  1547. package/dist/src/functions/deleteWorklogProperty.function.d.ts +20 -0
  1548. package/dist/src/functions/deleteWorklogProperty.function.d.ts.map +1 -0
  1549. package/dist/src/functions/deleteWorklogProperty.function.js +18 -0
  1550. package/dist/src/functions/deleteWorklogProperty.function.js.map +1 -0
  1551. package/dist/src/functions/doTransition.function.d.ts +373 -0
  1552. package/dist/src/functions/doTransition.function.d.ts.map +1 -0
  1553. package/dist/src/functions/doTransition.function.js +108 -0
  1554. package/dist/src/functions/doTransition.function.js.map +1 -0
  1555. package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.d.ts +12 -0
  1556. package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.d.ts.map +1 -0
  1557. package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.js +16 -0
  1558. package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.js.map +1 -0
  1559. package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.d.ts +12 -0
  1560. package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.d.ts.map +1 -0
  1561. package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.js +16 -0
  1562. package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.js.map +1 -0
  1563. package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.d.ts +12 -0
  1564. package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.d.ts.map +1 -0
  1565. package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.js +16 -0
  1566. package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.js.map +1 -0
  1567. package/dist/src/functions/editIssue.function.d.ts +385 -0
  1568. package/dist/src/functions/editIssue.function.d.ts.map +1 -0
  1569. package/dist/src/functions/editIssue.function.js +111 -0
  1570. package/dist/src/functions/editIssue.function.js.map +1 -0
  1571. package/dist/src/functions/evaluateJiraExpression.function.d.ts +277 -0
  1572. package/dist/src/functions/evaluateJiraExpression.function.d.ts.map +1 -0
  1573. package/dist/src/functions/evaluateJiraExpression.function.js +83 -0
  1574. package/dist/src/functions/evaluateJiraExpression.function.js.map +1 -0
  1575. package/dist/src/functions/expandAttachmentForHumans.function.d.ts +61 -0
  1576. package/dist/src/functions/expandAttachmentForHumans.function.d.ts.map +1 -0
  1577. package/dist/src/functions/expandAttachmentForHumans.function.js +30 -0
  1578. package/dist/src/functions/expandAttachmentForHumans.function.js.map +1 -0
  1579. package/dist/src/functions/expandAttachmentForMachines.function.d.ts +49 -0
  1580. package/dist/src/functions/expandAttachmentForMachines.function.d.ts.map +1 -0
  1581. package/dist/src/functions/expandAttachmentForMachines.function.js +27 -0
  1582. package/dist/src/functions/expandAttachmentForMachines.function.js.map +1 -0
  1583. package/dist/src/functions/findAssignableUsers.function.d.ts +290 -0
  1584. package/dist/src/functions/findAssignableUsers.function.d.ts.map +1 -0
  1585. package/dist/src/functions/findAssignableUsers.function.js +86 -0
  1586. package/dist/src/functions/findAssignableUsers.function.js.map +1 -0
  1587. package/dist/src/functions/findBulkAssignableUsers.function.d.ts +274 -0
  1588. package/dist/src/functions/findBulkAssignableUsers.function.d.ts.map +1 -0
  1589. package/dist/src/functions/findBulkAssignableUsers.function.js +82 -0
  1590. package/dist/src/functions/findBulkAssignableUsers.function.js.map +1 -0
  1591. package/dist/src/functions/findGroups.function.d.ts +93 -0
  1592. package/dist/src/functions/findGroups.function.d.ts.map +1 -0
  1593. package/dist/src/functions/findGroups.function.js +35 -0
  1594. package/dist/src/functions/findGroups.function.js.map +1 -0
  1595. package/dist/src/functions/findUserKeysByQuery.function.d.ts +65 -0
  1596. package/dist/src/functions/findUserKeysByQuery.function.d.ts.map +1 -0
  1597. package/dist/src/functions/findUserKeysByQuery.function.js +31 -0
  1598. package/dist/src/functions/findUserKeysByQuery.function.js.map +1 -0
  1599. package/dist/src/functions/findUsers.function.d.ts +274 -0
  1600. package/dist/src/functions/findUsers.function.d.ts.map +1 -0
  1601. package/dist/src/functions/findUsers.function.js +82 -0
  1602. package/dist/src/functions/findUsers.function.js.map +1 -0
  1603. package/dist/src/functions/findUsersAndGroups.function.d.ts +179 -0
  1604. package/dist/src/functions/findUsersAndGroups.function.d.ts.map +1 -0
  1605. package/dist/src/functions/findUsersAndGroups.function.js +53 -0
  1606. package/dist/src/functions/findUsersAndGroups.function.js.map +1 -0
  1607. package/dist/src/functions/findUsersByQuery.function.d.ts +294 -0
  1608. package/dist/src/functions/findUsersByQuery.function.d.ts.map +1 -0
  1609. package/dist/src/functions/findUsersByQuery.function.js +87 -0
  1610. package/dist/src/functions/findUsersByQuery.function.js.map +1 -0
  1611. package/dist/src/functions/findUsersForPicker.function.d.ts +81 -0
  1612. package/dist/src/functions/findUsersForPicker.function.d.ts.map +1 -0
  1613. package/dist/src/functions/findUsersForPicker.function.js +35 -0
  1614. package/dist/src/functions/findUsersForPicker.function.js.map +1 -0
  1615. package/dist/src/functions/findUsersWithAllPermissions.function.d.ts +282 -0
  1616. package/dist/src/functions/findUsersWithAllPermissions.function.d.ts.map +1 -0
  1617. package/dist/src/functions/findUsersWithAllPermissions.function.js +84 -0
  1618. package/dist/src/functions/findUsersWithAllPermissions.function.js.map +1 -0
  1619. package/dist/src/functions/findUsersWithBrowsePermission.function.d.ts +278 -0
  1620. package/dist/src/functions/findUsersWithBrowsePermission.function.d.ts.map +1 -0
  1621. package/dist/src/functions/findUsersWithBrowsePermission.function.js +83 -0
  1622. package/dist/src/functions/findUsersWithBrowsePermission.function.js.map +1 -0
  1623. package/dist/src/functions/fullyUpdateProjectRole.function.d.ts +223 -0
  1624. package/dist/src/functions/fullyUpdateProjectRole.function.d.ts.map +1 -0
  1625. package/dist/src/functions/fullyUpdateProjectRole.function.js +68 -0
  1626. package/dist/src/functions/fullyUpdateProjectRole.function.js.map +1 -0
  1627. package/dist/src/functions/getAccessibleProjectTypeByKey.function.d.ts +42 -0
  1628. package/dist/src/functions/getAccessibleProjectTypeByKey.function.d.ts.map +1 -0
  1629. package/dist/src/functions/getAccessibleProjectTypeByKey.function.js +24 -0
  1630. package/dist/src/functions/getAccessibleProjectTypeByKey.function.js.map +1 -0
  1631. package/dist/src/functions/getAdvancedSettings.function.d.ts +44 -0
  1632. package/dist/src/functions/getAdvancedSettings.function.d.ts.map +1 -0
  1633. package/dist/src/functions/getAdvancedSettings.function.js +24 -0
  1634. package/dist/src/functions/getAdvancedSettings.function.js.map +1 -0
  1635. package/dist/src/functions/getAllAccessibleProjectTypes.function.d.ts +28 -0
  1636. package/dist/src/functions/getAllAccessibleProjectTypes.function.d.ts.map +1 -0
  1637. package/dist/src/functions/getAllAccessibleProjectTypes.function.js +18 -0
  1638. package/dist/src/functions/getAllAccessibleProjectTypes.function.js.map +1 -0
  1639. package/dist/src/functions/getAllApplicationRoles.function.d.ts +96 -0
  1640. package/dist/src/functions/getAllApplicationRoles.function.d.ts.map +1 -0
  1641. package/dist/src/functions/getAllApplicationRoles.function.js +37 -0
  1642. package/dist/src/functions/getAllApplicationRoles.function.js.map +1 -0
  1643. package/dist/src/functions/getAllAvailableDashboardGadgets.function.d.ts +28 -0
  1644. package/dist/src/functions/getAllAvailableDashboardGadgets.function.d.ts.map +1 -0
  1645. package/dist/src/functions/getAllAvailableDashboardGadgets.function.js +20 -0
  1646. package/dist/src/functions/getAllAvailableDashboardGadgets.function.js.map +1 -0
  1647. package/dist/src/functions/getAllDashboards.function.d.ts +24 -0
  1648. package/dist/src/functions/getAllDashboards.function.d.ts.map +1 -0
  1649. package/dist/src/functions/getAllDashboards.function.js +20 -0
  1650. package/dist/src/functions/getAllDashboards.function.js.map +1 -0
  1651. package/dist/src/functions/getAllFieldConfigurationSchemes.function.d.ts +69 -0
  1652. package/dist/src/functions/getAllFieldConfigurationSchemes.function.d.ts.map +1 -0
  1653. package/dist/src/functions/getAllFieldConfigurationSchemes.function.js +32 -0
  1654. package/dist/src/functions/getAllFieldConfigurationSchemes.function.js.map +1 -0
  1655. package/dist/src/functions/getAllFieldConfigurations.function.d.ts +73 -0
  1656. package/dist/src/functions/getAllFieldConfigurations.function.d.ts.map +1 -0
  1657. package/dist/src/functions/getAllFieldConfigurations.function.js +33 -0
  1658. package/dist/src/functions/getAllFieldConfigurations.function.js.map +1 -0
  1659. package/dist/src/functions/getAllGadgets.function.d.ts +82 -0
  1660. package/dist/src/functions/getAllGadgets.function.d.ts.map +1 -0
  1661. package/dist/src/functions/getAllGadgets.function.js +33 -0
  1662. package/dist/src/functions/getAllGadgets.function.js.map +1 -0
  1663. package/dist/src/functions/getAllIssueFieldOptions.function.d.ts +130 -0
  1664. package/dist/src/functions/getAllIssueFieldOptions.function.d.ts.map +1 -0
  1665. package/dist/src/functions/getAllIssueFieldOptions.function.js +45 -0
  1666. package/dist/src/functions/getAllIssueFieldOptions.function.js.map +1 -0
  1667. package/dist/src/functions/getAllIssueTypeSchemes.function.d.ts +96 -0
  1668. package/dist/src/functions/getAllIssueTypeSchemes.function.d.ts.map +1 -0
  1669. package/dist/src/functions/getAllIssueTypeSchemes.function.js +37 -0
  1670. package/dist/src/functions/getAllIssueTypeSchemes.function.js.map +1 -0
  1671. package/dist/src/functions/getAllLabels.function.d.ts +49 -0
  1672. package/dist/src/functions/getAllLabels.function.d.ts.map +1 -0
  1673. package/dist/src/functions/getAllLabels.function.js +25 -0
  1674. package/dist/src/functions/getAllLabels.function.js.map +1 -0
  1675. package/dist/src/functions/getAllPermissionSchemes.function.d.ts +188 -0
  1676. package/dist/src/functions/getAllPermissionSchemes.function.d.ts.map +1 -0
  1677. package/dist/src/functions/getAllPermissionSchemes.function.js +60 -0
  1678. package/dist/src/functions/getAllPermissionSchemes.function.js.map +1 -0
  1679. package/dist/src/functions/getAllPermissions.function.d.ts +47 -0
  1680. package/dist/src/functions/getAllPermissions.function.d.ts.map +1 -0
  1681. package/dist/src/functions/getAllPermissions.function.js +24 -0
  1682. package/dist/src/functions/getAllPermissions.function.js.map +1 -0
  1683. package/dist/src/functions/getAllProjectAvatars.function.d.ts +89 -0
  1684. package/dist/src/functions/getAllProjectAvatars.function.d.ts.map +1 -0
  1685. package/dist/src/functions/getAllProjectAvatars.function.js +37 -0
  1686. package/dist/src/functions/getAllProjectAvatars.function.js.map +1 -0
  1687. package/dist/src/functions/getAllProjectCategories.function.d.ts +24 -0
  1688. package/dist/src/functions/getAllProjectCategories.function.d.ts.map +1 -0
  1689. package/dist/src/functions/getAllProjectCategories.function.js +19 -0
  1690. package/dist/src/functions/getAllProjectCategories.function.js.map +1 -0
  1691. package/dist/src/functions/getAllProjectRoles.function.d.ts +206 -0
  1692. package/dist/src/functions/getAllProjectRoles.function.d.ts.map +1 -0
  1693. package/dist/src/functions/getAllProjectRoles.function.js +62 -0
  1694. package/dist/src/functions/getAllProjectRoles.function.js.map +1 -0
  1695. package/dist/src/functions/getAllProjectTypes.function.d.ts +28 -0
  1696. package/dist/src/functions/getAllProjectTypes.function.d.ts.map +1 -0
  1697. package/dist/src/functions/getAllProjectTypes.function.js +20 -0
  1698. package/dist/src/functions/getAllProjectTypes.function.js.map +1 -0
  1699. package/dist/src/functions/getAllScreenTabFields.function.d.ts +33 -0
  1700. package/dist/src/functions/getAllScreenTabFields.function.d.ts.map +1 -0
  1701. package/dist/src/functions/getAllScreenTabFields.function.js +23 -0
  1702. package/dist/src/functions/getAllScreenTabFields.function.js.map +1 -0
  1703. package/dist/src/functions/getAllScreenTabs.function.d.ts +29 -0
  1704. package/dist/src/functions/getAllScreenTabs.function.d.ts.map +1 -0
  1705. package/dist/src/functions/getAllScreenTabs.function.js +22 -0
  1706. package/dist/src/functions/getAllScreenTabs.function.js.map +1 -0
  1707. package/dist/src/functions/getAllStatuses.function.d.ts +89 -0
  1708. package/dist/src/functions/getAllStatuses.function.d.ts.map +1 -0
  1709. package/dist/src/functions/getAllStatuses.function.js +37 -0
  1710. package/dist/src/functions/getAllStatuses.function.js.map +1 -0
  1711. package/dist/src/functions/getAllSystemAvatars.function.d.ts +57 -0
  1712. package/dist/src/functions/getAllSystemAvatars.function.d.ts.map +1 -0
  1713. package/dist/src/functions/getAllSystemAvatars.function.js +28 -0
  1714. package/dist/src/functions/getAllSystemAvatars.function.js.map +1 -0
  1715. package/dist/src/functions/getAllUsers.function.d.ts +258 -0
  1716. package/dist/src/functions/getAllUsers.function.d.ts.map +1 -0
  1717. package/dist/src/functions/getAllUsers.function.js +78 -0
  1718. package/dist/src/functions/getAllUsers.function.js.map +1 -0
  1719. package/dist/src/functions/getAllUsersDefault.function.d.ts +258 -0
  1720. package/dist/src/functions/getAllUsersDefault.function.d.ts.map +1 -0
  1721. package/dist/src/functions/getAllUsersDefault.function.js +78 -0
  1722. package/dist/src/functions/getAllUsersDefault.function.js.map +1 -0
  1723. package/dist/src/functions/getAllWorkflowSchemes.function.d.ts +485 -0
  1724. package/dist/src/functions/getAllWorkflowSchemes.function.d.ts.map +1 -0
  1725. package/dist/src/functions/getAllWorkflowSchemes.function.js +133 -0
  1726. package/dist/src/functions/getAllWorkflowSchemes.function.js.map +1 -0
  1727. package/dist/src/functions/getAlternativeIssueTypes.function.d.ts +152 -0
  1728. package/dist/src/functions/getAlternativeIssueTypes.function.d.ts.map +1 -0
  1729. package/dist/src/functions/getAlternativeIssueTypes.function.js +51 -0
  1730. package/dist/src/functions/getAlternativeIssueTypes.function.js.map +1 -0
  1731. package/dist/src/functions/getApplicationProperty.function.d.ts +61 -0
  1732. package/dist/src/functions/getApplicationProperty.function.d.ts.map +1 -0
  1733. package/dist/src/functions/getApplicationProperty.function.js +30 -0
  1734. package/dist/src/functions/getApplicationProperty.function.js.map +1 -0
  1735. package/dist/src/functions/getApplicationRole.function.d.ts +105 -0
  1736. package/dist/src/functions/getApplicationRole.function.d.ts.map +1 -0
  1737. package/dist/src/functions/getApplicationRole.function.js +41 -0
  1738. package/dist/src/functions/getApplicationRole.function.js.map +1 -0
  1739. package/dist/src/functions/getApproximateApplicationLicenseCount.function.d.ts +25 -0
  1740. package/dist/src/functions/getApproximateApplicationLicenseCount.function.d.ts.map +1 -0
  1741. package/dist/src/functions/getApproximateApplicationLicenseCount.function.js +21 -0
  1742. package/dist/src/functions/getApproximateApplicationLicenseCount.function.js.map +1 -0
  1743. package/dist/src/functions/getApproximateLicenseCount.function.d.ts +16 -0
  1744. package/dist/src/functions/getApproximateLicenseCount.function.d.ts.map +1 -0
  1745. package/dist/src/functions/getApproximateLicenseCount.function.js +17 -0
  1746. package/dist/src/functions/getApproximateLicenseCount.function.js.map +1 -0
  1747. package/dist/src/functions/getAssignedPermissionScheme.function.d.ts +184 -0
  1748. package/dist/src/functions/getAssignedPermissionScheme.function.d.ts.map +1 -0
  1749. package/dist/src/functions/getAssignedPermissionScheme.function.js +59 -0
  1750. package/dist/src/functions/getAssignedPermissionScheme.function.js.map +1 -0
  1751. package/dist/src/functions/getAttachment.function.d.ts +298 -0
  1752. package/dist/src/functions/getAttachment.function.d.ts.map +1 -0
  1753. package/dist/src/functions/getAttachment.function.js +88 -0
  1754. package/dist/src/functions/getAttachment.function.js.map +1 -0
  1755. package/dist/src/functions/getAttachmentContent.function.d.ts +17 -0
  1756. package/dist/src/functions/getAttachmentContent.function.d.ts.map +1 -0
  1757. package/dist/src/functions/getAttachmentContent.function.js +19 -0
  1758. package/dist/src/functions/getAttachmentContent.function.js.map +1 -0
  1759. package/dist/src/functions/getAttachmentMeta.function.d.ts +16 -0
  1760. package/dist/src/functions/getAttachmentMeta.function.d.ts.map +1 -0
  1761. package/dist/src/functions/getAttachmentMeta.function.js +17 -0
  1762. package/dist/src/functions/getAttachmentMeta.function.js.map +1 -0
  1763. package/dist/src/functions/getAttachmentThumbnail.function.d.ts +29 -0
  1764. package/dist/src/functions/getAttachmentThumbnail.function.d.ts.map +1 -0
  1765. package/dist/src/functions/getAttachmentThumbnail.function.js +22 -0
  1766. package/dist/src/functions/getAttachmentThumbnail.function.js.map +1 -0
  1767. package/dist/src/functions/getAuditRecords.function.d.ts +161 -0
  1768. package/dist/src/functions/getAuditRecords.function.d.ts.map +1 -0
  1769. package/dist/src/functions/getAuditRecords.function.js +55 -0
  1770. package/dist/src/functions/getAuditRecords.function.js.map +1 -0
  1771. package/dist/src/functions/getAutoComplete.function.d.ts +99 -0
  1772. package/dist/src/functions/getAutoComplete.function.d.ts.map +1 -0
  1773. package/dist/src/functions/getAutoComplete.function.js +34 -0
  1774. package/dist/src/functions/getAutoComplete.function.js.map +1 -0
  1775. package/dist/src/functions/getAutoCompletePost.function.d.ts +112 -0
  1776. package/dist/src/functions/getAutoCompletePost.function.d.ts.map +1 -0
  1777. package/dist/src/functions/getAutoCompletePost.function.js +39 -0
  1778. package/dist/src/functions/getAutoCompletePost.function.js.map +1 -0
  1779. package/dist/src/functions/getAvailableScreenFields.function.d.ts +25 -0
  1780. package/dist/src/functions/getAvailableScreenFields.function.d.ts.map +1 -0
  1781. package/dist/src/functions/getAvailableScreenFields.function.js +21 -0
  1782. package/dist/src/functions/getAvailableScreenFields.function.js.map +1 -0
  1783. package/dist/src/functions/getAvailableTimeTrackingImplementations.function.d.ts +20 -0
  1784. package/dist/src/functions/getAvailableTimeTrackingImplementations.function.d.ts.map +1 -0
  1785. package/dist/src/functions/getAvailableTimeTrackingImplementations.function.js +18 -0
  1786. package/dist/src/functions/getAvailableTimeTrackingImplementations.function.js.map +1 -0
  1787. package/dist/src/functions/getAvatarImageByID.function.d.ts +37 -0
  1788. package/dist/src/functions/getAvatarImageByID.function.d.ts.map +1 -0
  1789. package/dist/src/functions/getAvatarImageByID.function.js +21 -0
  1790. package/dist/src/functions/getAvatarImageByID.function.js.map +1 -0
  1791. package/dist/src/functions/getAvatarImageByOwner.function.d.ts +37 -0
  1792. package/dist/src/functions/getAvatarImageByOwner.function.d.ts.map +1 -0
  1793. package/dist/src/functions/getAvatarImageByOwner.function.js +21 -0
  1794. package/dist/src/functions/getAvatarImageByOwner.function.js.map +1 -0
  1795. package/dist/src/functions/getAvatarImageByType.function.d.ts +33 -0
  1796. package/dist/src/functions/getAvatarImageByType.function.d.ts.map +1 -0
  1797. package/dist/src/functions/getAvatarImageByType.function.js +20 -0
  1798. package/dist/src/functions/getAvatarImageByType.function.js.map +1 -0
  1799. package/dist/src/functions/getAvatars.function.d.ts +96 -0
  1800. package/dist/src/functions/getAvatars.function.d.ts.map +1 -0
  1801. package/dist/src/functions/getAvatars.function.js +38 -0
  1802. package/dist/src/functions/getAvatars.function.js.map +1 -0
  1803. package/dist/src/functions/getBanner.function.d.ts +31 -0
  1804. package/dist/src/functions/getBanner.function.d.ts.map +1 -0
  1805. package/dist/src/functions/getBanner.function.js +20 -0
  1806. package/dist/src/functions/getBanner.function.js.map +1 -0
  1807. package/dist/src/functions/getBulkPermissions.function.d.ts +65 -0
  1808. package/dist/src/functions/getBulkPermissions.function.d.ts.map +1 -0
  1809. package/dist/src/functions/getBulkPermissions.function.js +31 -0
  1810. package/dist/src/functions/getBulkPermissions.function.js.map +1 -0
  1811. package/dist/src/functions/getChangeLogs.function.d.ts +301 -0
  1812. package/dist/src/functions/getChangeLogs.function.d.ts.map +1 -0
  1813. package/dist/src/functions/getChangeLogs.function.js +90 -0
  1814. package/dist/src/functions/getChangeLogs.function.js.map +1 -0
  1815. package/dist/src/functions/getChangeLogsByIds.function.d.ts +285 -0
  1816. package/dist/src/functions/getChangeLogsByIds.function.d.ts.map +1 -0
  1817. package/dist/src/functions/getChangeLogsByIds.function.js +86 -0
  1818. package/dist/src/functions/getChangeLogsByIds.function.js.map +1 -0
  1819. package/dist/src/functions/getColumns.function.d.ts +25 -0
  1820. package/dist/src/functions/getColumns.function.d.ts.map +1 -0
  1821. package/dist/src/functions/getColumns.function.js +21 -0
  1822. package/dist/src/functions/getColumns.function.js.map +1 -0
  1823. package/dist/src/functions/getComment.function.d.ts +232 -0
  1824. package/dist/src/functions/getComment.function.d.ts.map +1 -0
  1825. package/dist/src/functions/getComment.function.js +72 -0
  1826. package/dist/src/functions/getComment.function.js.map +1 -0
  1827. package/dist/src/functions/getCommentProperty.function.d.ts +29 -0
  1828. package/dist/src/functions/getCommentProperty.function.d.ts.map +1 -0
  1829. package/dist/src/functions/getCommentProperty.function.js +22 -0
  1830. package/dist/src/functions/getCommentProperty.function.js.map +1 -0
  1831. package/dist/src/functions/getCommentPropertyKeys.function.d.ts +33 -0
  1832. package/dist/src/functions/getCommentPropertyKeys.function.d.ts.map +1 -0
  1833. package/dist/src/functions/getCommentPropertyKeys.function.js +23 -0
  1834. package/dist/src/functions/getCommentPropertyKeys.function.js.map +1 -0
  1835. package/dist/src/functions/getComments.function.d.ts +264 -0
  1836. package/dist/src/functions/getComments.function.d.ts.map +1 -0
  1837. package/dist/src/functions/getComments.function.js +79 -0
  1838. package/dist/src/functions/getComments.function.js.map +1 -0
  1839. package/dist/src/functions/getCommentsByIds.function.d.ts +260 -0
  1840. package/dist/src/functions/getCommentsByIds.function.d.ts.map +1 -0
  1841. package/dist/src/functions/getCommentsByIds.function.js +79 -0
  1842. package/dist/src/functions/getCommentsByIds.function.js.map +1 -0
  1843. package/dist/src/functions/getComponent.function.d.ts +802 -0
  1844. package/dist/src/functions/getComponent.function.d.ts.map +1 -0
  1845. package/dist/src/functions/getComponent.function.js +209 -0
  1846. package/dist/src/functions/getComponent.function.js.map +1 -0
  1847. package/dist/src/functions/getComponentRelatedIssues.function.d.ts +25 -0
  1848. package/dist/src/functions/getComponentRelatedIssues.function.d.ts.map +1 -0
  1849. package/dist/src/functions/getComponentRelatedIssues.function.js +21 -0
  1850. package/dist/src/functions/getComponentRelatedIssues.function.js.map +1 -0
  1851. package/dist/src/functions/getConfiguration.function.d.ts +69 -0
  1852. package/dist/src/functions/getConfiguration.function.d.ts.map +1 -0
  1853. package/dist/src/functions/getConfiguration.function.js +28 -0
  1854. package/dist/src/functions/getConfiguration.function.js.map +1 -0
  1855. package/dist/src/functions/getContextsForField.function.d.ts +89 -0
  1856. package/dist/src/functions/getContextsForField.function.d.ts.map +1 -0
  1857. package/dist/src/functions/getContextsForField.function.js +37 -0
  1858. package/dist/src/functions/getContextsForField.function.js.map +1 -0
  1859. package/dist/src/functions/getCreateIssueMeta.function.d.ts +312 -0
  1860. package/dist/src/functions/getCreateIssueMeta.function.d.ts.map +1 -0
  1861. package/dist/src/functions/getCreateIssueMeta.function.js +91 -0
  1862. package/dist/src/functions/getCreateIssueMeta.function.js.map +1 -0
  1863. package/dist/src/functions/getCurrentUser.function.d.ts +254 -0
  1864. package/dist/src/functions/getCurrentUser.function.d.ts.map +1 -0
  1865. package/dist/src/functions/getCurrentUser.function.js +77 -0
  1866. package/dist/src/functions/getCurrentUser.function.js.map +1 -0
  1867. package/dist/src/functions/getCustomFieldConfiguration.function.d.ts +93 -0
  1868. package/dist/src/functions/getCustomFieldConfiguration.function.d.ts.map +1 -0
  1869. package/dist/src/functions/getCustomFieldConfiguration.function.js +38 -0
  1870. package/dist/src/functions/getCustomFieldConfiguration.function.js.map +1 -0
  1871. package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.d.ts +85 -0
  1872. package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.d.ts.map +1 -0
  1873. package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.js +36 -0
  1874. package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.js.map +1 -0
  1875. package/dist/src/functions/getCustomFieldOption.function.d.ts +25 -0
  1876. package/dist/src/functions/getCustomFieldOption.function.d.ts.map +1 -0
  1877. package/dist/src/functions/getCustomFieldOption.function.js +21 -0
  1878. package/dist/src/functions/getCustomFieldOption.function.js.map +1 -0
  1879. package/dist/src/functions/getDashboard.function.d.ts +13 -0
  1880. package/dist/src/functions/getDashboard.function.d.ts.map +1 -0
  1881. package/dist/src/functions/getDashboard.function.js +18 -0
  1882. package/dist/src/functions/getDashboard.function.js.map +1 -0
  1883. package/dist/src/functions/getDashboardItemProperty.function.d.ts +33 -0
  1884. package/dist/src/functions/getDashboardItemProperty.function.d.ts.map +1 -0
  1885. package/dist/src/functions/getDashboardItemProperty.function.js +23 -0
  1886. package/dist/src/functions/getDashboardItemProperty.function.js.map +1 -0
  1887. package/dist/src/functions/getDashboardItemPropertyKeys.function.d.ts +37 -0
  1888. package/dist/src/functions/getDashboardItemPropertyKeys.function.d.ts.map +1 -0
  1889. package/dist/src/functions/getDashboardItemPropertyKeys.function.js +24 -0
  1890. package/dist/src/functions/getDashboardItemPropertyKeys.function.js.map +1 -0
  1891. package/dist/src/functions/getDashboardsPaginated.function.d.ts +76 -0
  1892. package/dist/src/functions/getDashboardsPaginated.function.d.ts.map +1 -0
  1893. package/dist/src/functions/getDashboardsPaginated.function.js +28 -0
  1894. package/dist/src/functions/getDashboardsPaginated.function.js.map +1 -0
  1895. package/dist/src/functions/getDefaultShareScope.function.d.ts +16 -0
  1896. package/dist/src/functions/getDefaultShareScope.function.d.ts.map +1 -0
  1897. package/dist/src/functions/getDefaultShareScope.function.js +16 -0
  1898. package/dist/src/functions/getDefaultShareScope.function.js.map +1 -0
  1899. package/dist/src/functions/getDefaultValues.function.d.ts +509 -0
  1900. package/dist/src/functions/getDefaultValues.function.d.ts.map +1 -0
  1901. package/dist/src/functions/getDefaultValues.function.js +142 -0
  1902. package/dist/src/functions/getDefaultValues.function.js.map +1 -0
  1903. package/dist/src/functions/getDefaultWorkflow.function.d.ts +29 -0
  1904. package/dist/src/functions/getDefaultWorkflow.function.d.ts.map +1 -0
  1905. package/dist/src/functions/getDefaultWorkflow.function.js +22 -0
  1906. package/dist/src/functions/getDefaultWorkflow.function.js.map +1 -0
  1907. package/dist/src/functions/getDraftDefaultWorkflow.function.d.ts +25 -0
  1908. package/dist/src/functions/getDraftDefaultWorkflow.function.d.ts.map +1 -0
  1909. package/dist/src/functions/getDraftDefaultWorkflow.function.js +21 -0
  1910. package/dist/src/functions/getDraftDefaultWorkflow.function.js.map +1 -0
  1911. package/dist/src/functions/getDraftWorkflow.function.d.ts +37 -0
  1912. package/dist/src/functions/getDraftWorkflow.function.d.ts.map +1 -0
  1913. package/dist/src/functions/getDraftWorkflow.function.js +24 -0
  1914. package/dist/src/functions/getDraftWorkflow.function.js.map +1 -0
  1915. package/dist/src/functions/getDynamicWebhooksForApp.function.d.ts +86 -0
  1916. package/dist/src/functions/getDynamicWebhooksForApp.function.d.ts.map +1 -0
  1917. package/dist/src/functions/getDynamicWebhooksForApp.function.js +34 -0
  1918. package/dist/src/functions/getDynamicWebhooksForApp.function.js.map +1 -0
  1919. package/dist/src/functions/getEditIssueMeta.function.d.ts +101 -0
  1920. package/dist/src/functions/getEditIssueMeta.function.d.ts.map +1 -0
  1921. package/dist/src/functions/getEditIssueMeta.function.js +40 -0
  1922. package/dist/src/functions/getEditIssueMeta.function.js.map +1 -0
  1923. package/dist/src/functions/getEvents.function.d.ts +16 -0
  1924. package/dist/src/functions/getEvents.function.d.ts.map +1 -0
  1925. package/dist/src/functions/getEvents.function.js +17 -0
  1926. package/dist/src/functions/getEvents.function.js.map +1 -0
  1927. package/dist/src/functions/getFailedWebhooks.function.d.ts +53 -0
  1928. package/dist/src/functions/getFailedWebhooks.function.d.ts.map +1 -0
  1929. package/dist/src/functions/getFailedWebhooks.function.js +28 -0
  1930. package/dist/src/functions/getFailedWebhooks.function.js.map +1 -0
  1931. package/dist/src/functions/getFavouriteFilters.function.d.ts +13 -0
  1932. package/dist/src/functions/getFavouriteFilters.function.d.ts.map +1 -0
  1933. package/dist/src/functions/getFavouriteFilters.function.js +18 -0
  1934. package/dist/src/functions/getFavouriteFilters.function.js.map +1 -0
  1935. package/dist/src/functions/getFeaturesForProject.function.d.ts +61 -0
  1936. package/dist/src/functions/getFeaturesForProject.function.d.ts.map +1 -0
  1937. package/dist/src/functions/getFeaturesForProject.function.js +29 -0
  1938. package/dist/src/functions/getFeaturesForProject.function.js.map +1 -0
  1939. package/dist/src/functions/getFieldAutoCompleteForQueryString.function.d.ts +45 -0
  1940. package/dist/src/functions/getFieldAutoCompleteForQueryString.function.d.ts.map +1 -0
  1941. package/dist/src/functions/getFieldAutoCompleteForQueryString.function.js +26 -0
  1942. package/dist/src/functions/getFieldAutoCompleteForQueryString.function.js.map +1 -0
  1943. package/dist/src/functions/getFieldConfigurationItems.function.d.ts +77 -0
  1944. package/dist/src/functions/getFieldConfigurationItems.function.d.ts.map +1 -0
  1945. package/dist/src/functions/getFieldConfigurationItems.function.js +34 -0
  1946. package/dist/src/functions/getFieldConfigurationItems.function.js.map +1 -0
  1947. package/dist/src/functions/getFieldConfigurationSchemeMappings.function.d.ts +69 -0
  1948. package/dist/src/functions/getFieldConfigurationSchemeMappings.function.d.ts.map +1 -0
  1949. package/dist/src/functions/getFieldConfigurationSchemeMappings.function.js +32 -0
  1950. package/dist/src/functions/getFieldConfigurationSchemeMappings.function.js.map +1 -0
  1951. package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.d.ts +81 -0
  1952. package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.d.ts.map +1 -0
  1953. package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.js +35 -0
  1954. package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.js.map +1 -0
  1955. package/dist/src/functions/getFields.function.d.ts +171 -0
  1956. package/dist/src/functions/getFields.function.d.ts.map +1 -0
  1957. package/dist/src/functions/getFields.function.js +54 -0
  1958. package/dist/src/functions/getFields.function.js.map +1 -0
  1959. package/dist/src/functions/getFieldsPaginated.function.d.ts +184 -0
  1960. package/dist/src/functions/getFieldsPaginated.function.d.ts.map +1 -0
  1961. package/dist/src/functions/getFieldsPaginated.function.js +55 -0
  1962. package/dist/src/functions/getFieldsPaginated.function.js.map +1 -0
  1963. package/dist/src/functions/getFilter.function.d.ts +21 -0
  1964. package/dist/src/functions/getFilter.function.d.ts.map +1 -0
  1965. package/dist/src/functions/getFilter.function.js +20 -0
  1966. package/dist/src/functions/getFilter.function.js.map +1 -0
  1967. package/dist/src/functions/getFiltersPaginated.function.d.ts +79 -0
  1968. package/dist/src/functions/getFiltersPaginated.function.d.ts.map +1 -0
  1969. package/dist/src/functions/getFiltersPaginated.function.js +29 -0
  1970. package/dist/src/functions/getFiltersPaginated.function.js.map +1 -0
  1971. package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.d.ts +69 -0
  1972. package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.d.ts.map +1 -0
  1973. package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.js +32 -0
  1974. package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.js.map +1 -0
  1975. package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.d.ts +73 -0
  1976. package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.d.ts.map +1 -0
  1977. package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.js +33 -0
  1978. package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.js.map +1 -0
  1979. package/dist/src/functions/getIsWatchingIssueBulk.function.d.ts +21 -0
  1980. package/dist/src/functions/getIsWatchingIssueBulk.function.d.ts.map +1 -0
  1981. package/dist/src/functions/getIsWatchingIssueBulk.function.js +20 -0
  1982. package/dist/src/functions/getIsWatchingIssueBulk.function.js.map +1 -0
  1983. package/dist/src/functions/getIssue.function.d.ts +853 -0
  1984. package/dist/src/functions/getIssue.function.d.ts.map +1 -0
  1985. package/dist/src/functions/getIssue.function.js +228 -0
  1986. package/dist/src/functions/getIssue.function.js.map +1 -0
  1987. package/dist/src/functions/getIssueAllTypes.function.d.ts +143 -0
  1988. package/dist/src/functions/getIssueAllTypes.function.d.ts.map +1 -0
  1989. package/dist/src/functions/getIssueAllTypes.function.js +47 -0
  1990. package/dist/src/functions/getIssueAllTypes.function.js.map +1 -0
  1991. package/dist/src/functions/getIssueFieldOption.function.d.ts +94 -0
  1992. package/dist/src/functions/getIssueFieldOption.function.d.ts.map +1 -0
  1993. package/dist/src/functions/getIssueFieldOption.function.js +36 -0
  1994. package/dist/src/functions/getIssueFieldOption.function.js.map +1 -0
  1995. package/dist/src/functions/getIssueLink.function.d.ts +1073 -0
  1996. package/dist/src/functions/getIssueLink.function.d.ts.map +1 -0
  1997. package/dist/src/functions/getIssueLink.function.js +276 -0
  1998. package/dist/src/functions/getIssueLink.function.js.map +1 -0
  1999. package/dist/src/functions/getIssueLinkType.function.d.ts +37 -0
  2000. package/dist/src/functions/getIssueLinkType.function.d.ts.map +1 -0
  2001. package/dist/src/functions/getIssueLinkType.function.js +24 -0
  2002. package/dist/src/functions/getIssueLinkType.function.js.map +1 -0
  2003. package/dist/src/functions/getIssueLinkTypes.function.d.ts +36 -0
  2004. package/dist/src/functions/getIssueLinkTypes.function.d.ts.map +1 -0
  2005. package/dist/src/functions/getIssueLinkTypes.function.js +22 -0
  2006. package/dist/src/functions/getIssueLinkTypes.function.js.map +1 -0
  2007. package/dist/src/functions/getIssueNavigatorDefaultColumns.function.d.ts +16 -0
  2008. package/dist/src/functions/getIssueNavigatorDefaultColumns.function.d.ts.map +1 -0
  2009. package/dist/src/functions/getIssueNavigatorDefaultColumns.function.js +17 -0
  2010. package/dist/src/functions/getIssueNavigatorDefaultColumns.function.js.map +1 -0
  2011. package/dist/src/functions/getIssuePickerResource.function.d.ts +93 -0
  2012. package/dist/src/functions/getIssuePickerResource.function.d.ts.map +1 -0
  2013. package/dist/src/functions/getIssuePickerResource.function.js +38 -0
  2014. package/dist/src/functions/getIssuePickerResource.function.js.map +1 -0
  2015. package/dist/src/functions/getIssueProperty.function.d.ts +29 -0
  2016. package/dist/src/functions/getIssueProperty.function.d.ts.map +1 -0
  2017. package/dist/src/functions/getIssueProperty.function.js +22 -0
  2018. package/dist/src/functions/getIssueProperty.function.js.map +1 -0
  2019. package/dist/src/functions/getIssuePropertyKeys.function.d.ts +33 -0
  2020. package/dist/src/functions/getIssuePropertyKeys.function.d.ts.map +1 -0
  2021. package/dist/src/functions/getIssuePropertyKeys.function.js +23 -0
  2022. package/dist/src/functions/getIssuePropertyKeys.function.js.map +1 -0
  2023. package/dist/src/functions/getIssueSecurityLevel.function.d.ts +41 -0
  2024. package/dist/src/functions/getIssueSecurityLevel.function.d.ts.map +1 -0
  2025. package/dist/src/functions/getIssueSecurityLevel.function.js +25 -0
  2026. package/dist/src/functions/getIssueSecurityLevel.function.js.map +1 -0
  2027. package/dist/src/functions/getIssueSecurityLevelMembers.function.d.ts +97 -0
  2028. package/dist/src/functions/getIssueSecurityLevelMembers.function.d.ts.map +1 -0
  2029. package/dist/src/functions/getIssueSecurityLevelMembers.function.js +39 -0
  2030. package/dist/src/functions/getIssueSecurityLevelMembers.function.js.map +1 -0
  2031. package/dist/src/functions/getIssueSecurityScheme.function.d.ts +69 -0
  2032. package/dist/src/functions/getIssueSecurityScheme.function.d.ts.map +1 -0
  2033. package/dist/src/functions/getIssueSecurityScheme.function.js +32 -0
  2034. package/dist/src/functions/getIssueSecurityScheme.function.js.map +1 -0
  2035. package/dist/src/functions/getIssueSecuritySchemes.function.d.ts +68 -0
  2036. package/dist/src/functions/getIssueSecuritySchemes.function.d.ts.map +1 -0
  2037. package/dist/src/functions/getIssueSecuritySchemes.function.js +30 -0
  2038. package/dist/src/functions/getIssueSecuritySchemes.function.js.map +1 -0
  2039. package/dist/src/functions/getIssueType.function.d.ts +152 -0
  2040. package/dist/src/functions/getIssueType.function.d.ts.map +1 -0
  2041. package/dist/src/functions/getIssueType.function.js +51 -0
  2042. package/dist/src/functions/getIssueType.function.js.map +1 -0
  2043. package/dist/src/functions/getIssueTypeMappingsForContexts.function.d.ts +73 -0
  2044. package/dist/src/functions/getIssueTypeMappingsForContexts.function.d.ts.map +1 -0
  2045. package/dist/src/functions/getIssueTypeMappingsForContexts.function.js +33 -0
  2046. package/dist/src/functions/getIssueTypeMappingsForContexts.function.js.map +1 -0
  2047. package/dist/src/functions/getIssueTypeProperty.function.d.ts +29 -0
  2048. package/dist/src/functions/getIssueTypeProperty.function.d.ts.map +1 -0
  2049. package/dist/src/functions/getIssueTypeProperty.function.js +22 -0
  2050. package/dist/src/functions/getIssueTypeProperty.function.js.map +1 -0
  2051. package/dist/src/functions/getIssueTypePropertyKeys.function.d.ts +33 -0
  2052. package/dist/src/functions/getIssueTypePropertyKeys.function.d.ts.map +1 -0
  2053. package/dist/src/functions/getIssueTypePropertyKeys.function.js +23 -0
  2054. package/dist/src/functions/getIssueTypePropertyKeys.function.js.map +1 -0
  2055. package/dist/src/functions/getIssueTypeSchemeForProjects.function.d.ts +89 -0
  2056. package/dist/src/functions/getIssueTypeSchemeForProjects.function.d.ts.map +1 -0
  2057. package/dist/src/functions/getIssueTypeSchemeForProjects.function.js +37 -0
  2058. package/dist/src/functions/getIssueTypeSchemeForProjects.function.js.map +1 -0
  2059. package/dist/src/functions/getIssueTypeSchemesMapping.function.d.ts +65 -0
  2060. package/dist/src/functions/getIssueTypeSchemesMapping.function.d.ts.map +1 -0
  2061. package/dist/src/functions/getIssueTypeSchemesMapping.function.js +31 -0
  2062. package/dist/src/functions/getIssueTypeSchemesMapping.function.js.map +1 -0
  2063. package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.d.ts +69 -0
  2064. package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.d.ts.map +1 -0
  2065. package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.js +32 -0
  2066. package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.js.map +1 -0
  2067. package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.d.ts +81 -0
  2068. package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.d.ts.map +1 -0
  2069. package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.js +35 -0
  2070. package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.js.map +1 -0
  2071. package/dist/src/functions/getIssueTypeScreenSchemes.function.d.ts +88 -0
  2072. package/dist/src/functions/getIssueTypeScreenSchemes.function.d.ts.map +1 -0
  2073. package/dist/src/functions/getIssueTypeScreenSchemes.function.js +35 -0
  2074. package/dist/src/functions/getIssueTypeScreenSchemes.function.js.map +1 -0
  2075. package/dist/src/functions/getIssueTypesForProject.function.d.ts +156 -0
  2076. package/dist/src/functions/getIssueTypesForProject.function.d.ts.map +1 -0
  2077. package/dist/src/functions/getIssueTypesForProject.function.js +52 -0
  2078. package/dist/src/functions/getIssueTypesForProject.function.js.map +1 -0
  2079. package/dist/src/functions/getIssueWatchers.function.d.ts +97 -0
  2080. package/dist/src/functions/getIssueWatchers.function.d.ts.map +1 -0
  2081. package/dist/src/functions/getIssueWatchers.function.js +39 -0
  2082. package/dist/src/functions/getIssueWatchers.function.js.map +1 -0
  2083. package/dist/src/functions/getIssueWorklog.function.d.ts +268 -0
  2084. package/dist/src/functions/getIssueWorklog.function.d.ts.map +1 -0
  2085. package/dist/src/functions/getIssueWorklog.function.js +81 -0
  2086. package/dist/src/functions/getIssueWorklog.function.js.map +1 -0
  2087. package/dist/src/functions/getLicense.function.d.ts +28 -0
  2088. package/dist/src/functions/getLicense.function.d.ts.map +1 -0
  2089. package/dist/src/functions/getLicense.function.js +19 -0
  2090. package/dist/src/functions/getLicense.function.js.map +1 -0
  2091. package/dist/src/functions/getLocale.function.d.ts +12 -0
  2092. package/dist/src/functions/getLocale.function.d.ts.map +1 -0
  2093. package/dist/src/functions/getLocale.function.js +16 -0
  2094. package/dist/src/functions/getLocale.function.js.map +1 -0
  2095. package/dist/src/functions/getMyFilters.function.d.ts +17 -0
  2096. package/dist/src/functions/getMyFilters.function.d.ts.map +1 -0
  2097. package/dist/src/functions/getMyFilters.function.js +19 -0
  2098. package/dist/src/functions/getMyFilters.function.js.map +1 -0
  2099. package/dist/src/functions/getMyPermissions.function.d.ts +84 -0
  2100. package/dist/src/functions/getMyPermissions.function.d.ts.map +1 -0
  2101. package/dist/src/functions/getMyPermissions.function.js +35 -0
  2102. package/dist/src/functions/getMyPermissions.function.js.map +1 -0
  2103. package/dist/src/functions/getNotificationScheme.function.d.ts +706 -0
  2104. package/dist/src/functions/getNotificationScheme.function.d.ts.map +1 -0
  2105. package/dist/src/functions/getNotificationScheme.function.js +182 -0
  2106. package/dist/src/functions/getNotificationScheme.function.js.map +1 -0
  2107. package/dist/src/functions/getNotificationSchemeToProjectMappings.function.d.ts +69 -0
  2108. package/dist/src/functions/getNotificationSchemeToProjectMappings.function.d.ts.map +1 -0
  2109. package/dist/src/functions/getNotificationSchemeToProjectMappings.function.js +32 -0
  2110. package/dist/src/functions/getNotificationSchemeToProjectMappings.function.js.map +1 -0
  2111. package/dist/src/functions/getNotificationSchemes.function.d.ts +754 -0
  2112. package/dist/src/functions/getNotificationSchemes.function.d.ts.map +1 -0
  2113. package/dist/src/functions/getNotificationSchemes.function.js +194 -0
  2114. package/dist/src/functions/getNotificationSchemes.function.js.map +1 -0
  2115. package/dist/src/functions/getOptionsForContext.function.d.ts +85 -0
  2116. package/dist/src/functions/getOptionsForContext.function.d.ts.map +1 -0
  2117. package/dist/src/functions/getOptionsForContext.function.js +36 -0
  2118. package/dist/src/functions/getOptionsForContext.function.js.map +1 -0
  2119. package/dist/src/functions/getPermissionScheme.function.d.ts +184 -0
  2120. package/dist/src/functions/getPermissionScheme.function.d.ts.map +1 -0
  2121. package/dist/src/functions/getPermissionScheme.function.js +59 -0
  2122. package/dist/src/functions/getPermissionScheme.function.js.map +1 -0
  2123. package/dist/src/functions/getPermissionSchemeGrant.function.d.ts +61 -0
  2124. package/dist/src/functions/getPermissionSchemeGrant.function.d.ts.map +1 -0
  2125. package/dist/src/functions/getPermissionSchemeGrant.function.js +30 -0
  2126. package/dist/src/functions/getPermissionSchemeGrant.function.js.map +1 -0
  2127. package/dist/src/functions/getPermissionSchemeGrants.function.d.ts +69 -0
  2128. package/dist/src/functions/getPermissionSchemeGrants.function.d.ts.map +1 -0
  2129. package/dist/src/functions/getPermissionSchemeGrants.function.js +32 -0
  2130. package/dist/src/functions/getPermissionSchemeGrants.function.js.map +1 -0
  2131. package/dist/src/functions/getPermittedProjects.function.d.ts +33 -0
  2132. package/dist/src/functions/getPermittedProjects.function.d.ts.map +1 -0
  2133. package/dist/src/functions/getPermittedProjects.function.js +23 -0
  2134. package/dist/src/functions/getPermittedProjects.function.js.map +1 -0
  2135. package/dist/src/functions/getPrecomputations.function.d.ts +105 -0
  2136. package/dist/src/functions/getPrecomputations.function.d.ts.map +1 -0
  2137. package/dist/src/functions/getPrecomputations.function.js +37 -0
  2138. package/dist/src/functions/getPrecomputations.function.js.map +1 -0
  2139. package/dist/src/functions/getPreference.function.d.ts +13 -0
  2140. package/dist/src/functions/getPreference.function.d.ts.map +1 -0
  2141. package/dist/src/functions/getPreference.function.js +18 -0
  2142. package/dist/src/functions/getPreference.function.js.map +1 -0
  2143. package/dist/src/functions/getPriority.function.d.ts +45 -0
  2144. package/dist/src/functions/getPriority.function.d.ts.map +1 -0
  2145. package/dist/src/functions/getPriority.function.js +26 -0
  2146. package/dist/src/functions/getPriority.function.js.map +1 -0
  2147. package/dist/src/functions/getProject.function.d.ts +21 -0
  2148. package/dist/src/functions/getProject.function.d.ts.map +1 -0
  2149. package/dist/src/functions/getProject.function.js +20 -0
  2150. package/dist/src/functions/getProject.function.js.map +1 -0
  2151. package/dist/src/functions/getProjectCategoryById.function.d.ts +33 -0
  2152. package/dist/src/functions/getProjectCategoryById.function.d.ts.map +1 -0
  2153. package/dist/src/functions/getProjectCategoryById.function.js +23 -0
  2154. package/dist/src/functions/getProjectCategoryById.function.js.map +1 -0
  2155. package/dist/src/functions/getProjectComponents.function.d.ts +806 -0
  2156. package/dist/src/functions/getProjectComponents.function.d.ts.map +1 -0
  2157. package/dist/src/functions/getProjectComponents.function.js +210 -0
  2158. package/dist/src/functions/getProjectComponents.function.js.map +1 -0
  2159. package/dist/src/functions/getProjectComponentsPaginated.function.d.ts +863 -0
  2160. package/dist/src/functions/getProjectComponentsPaginated.function.d.ts.map +1 -0
  2161. package/dist/src/functions/getProjectComponentsPaginated.function.js +221 -0
  2162. package/dist/src/functions/getProjectComponentsPaginated.function.js.map +1 -0
  2163. package/dist/src/functions/getProjectContextMapping.function.d.ts +73 -0
  2164. package/dist/src/functions/getProjectContextMapping.function.d.ts.map +1 -0
  2165. package/dist/src/functions/getProjectContextMapping.function.js +33 -0
  2166. package/dist/src/functions/getProjectContextMapping.function.js.map +1 -0
  2167. package/dist/src/functions/getProjectEmail.function.d.ts +25 -0
  2168. package/dist/src/functions/getProjectEmail.function.d.ts.map +1 -0
  2169. package/dist/src/functions/getProjectEmail.function.js +21 -0
  2170. package/dist/src/functions/getProjectEmail.function.js.map +1 -0
  2171. package/dist/src/functions/getProjectIssueSecurityScheme.function.d.ts +69 -0
  2172. package/dist/src/functions/getProjectIssueSecurityScheme.function.d.ts.map +1 -0
  2173. package/dist/src/functions/getProjectIssueSecurityScheme.function.js +32 -0
  2174. package/dist/src/functions/getProjectIssueSecurityScheme.function.js.map +1 -0
  2175. package/dist/src/functions/getProjectProperty.function.d.ts +29 -0
  2176. package/dist/src/functions/getProjectProperty.function.d.ts.map +1 -0
  2177. package/dist/src/functions/getProjectProperty.function.js +22 -0
  2178. package/dist/src/functions/getProjectProperty.function.js.map +1 -0
  2179. package/dist/src/functions/getProjectPropertyKeys.function.d.ts +33 -0
  2180. package/dist/src/functions/getProjectPropertyKeys.function.d.ts.map +1 -0
  2181. package/dist/src/functions/getProjectPropertyKeys.function.js +23 -0
  2182. package/dist/src/functions/getProjectPropertyKeys.function.js.map +1 -0
  2183. package/dist/src/functions/getProjectRole.function.d.ts +223 -0
  2184. package/dist/src/functions/getProjectRole.function.d.ts.map +1 -0
  2185. package/dist/src/functions/getProjectRole.function.js +68 -0
  2186. package/dist/src/functions/getProjectRole.function.js.map +1 -0
  2187. package/dist/src/functions/getProjectRoleActorsForRole.function.d.ts +215 -0
  2188. package/dist/src/functions/getProjectRoleActorsForRole.function.d.ts.map +1 -0
  2189. package/dist/src/functions/getProjectRoleActorsForRole.function.js +66 -0
  2190. package/dist/src/functions/getProjectRoleActorsForRole.function.js.map +1 -0
  2191. package/dist/src/functions/getProjectRoleById.function.d.ts +215 -0
  2192. package/dist/src/functions/getProjectRoleById.function.d.ts.map +1 -0
  2193. package/dist/src/functions/getProjectRoleById.function.js +66 -0
  2194. package/dist/src/functions/getProjectRoleById.function.js.map +1 -0
  2195. package/dist/src/functions/getProjectRoleDetails.function.d.ts +156 -0
  2196. package/dist/src/functions/getProjectRoleDetails.function.d.ts.map +1 -0
  2197. package/dist/src/functions/getProjectRoleDetails.function.js +52 -0
  2198. package/dist/src/functions/getProjectRoleDetails.function.js.map +1 -0
  2199. package/dist/src/functions/getProjectRoles.function.d.ts +13 -0
  2200. package/dist/src/functions/getProjectRoles.function.d.ts.map +1 -0
  2201. package/dist/src/functions/getProjectRoles.function.js +18 -0
  2202. package/dist/src/functions/getProjectRoles.function.js.map +1 -0
  2203. package/dist/src/functions/getProjectTypeByKey.function.d.ts +42 -0
  2204. package/dist/src/functions/getProjectTypeByKey.function.d.ts.map +1 -0
  2205. package/dist/src/functions/getProjectTypeByKey.function.js +24 -0
  2206. package/dist/src/functions/getProjectTypeByKey.function.js.map +1 -0
  2207. package/dist/src/functions/getProjectVersions.function.d.ts +141 -0
  2208. package/dist/src/functions/getProjectVersions.function.d.ts.map +1 -0
  2209. package/dist/src/functions/getProjectVersions.function.js +50 -0
  2210. package/dist/src/functions/getProjectVersions.function.js.map +1 -0
  2211. package/dist/src/functions/getProjectVersionsPaginated.function.d.ts +209 -0
  2212. package/dist/src/functions/getProjectVersionsPaginated.function.d.ts.map +1 -0
  2213. package/dist/src/functions/getProjectVersionsPaginated.function.js +63 -0
  2214. package/dist/src/functions/getProjectVersionsPaginated.function.js.map +1 -0
  2215. package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.d.ts +137 -0
  2216. package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.d.ts.map +1 -0
  2217. package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.js +48 -0
  2218. package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.js.map +1 -0
  2219. package/dist/src/functions/getRecent.function.d.ts +17 -0
  2220. package/dist/src/functions/getRecent.function.d.ts.map +1 -0
  2221. package/dist/src/functions/getRecent.function.js +19 -0
  2222. package/dist/src/functions/getRecent.function.js.map +1 -0
  2223. package/dist/src/functions/getRemoteIssueLinkById.function.d.ts +125 -0
  2224. package/dist/src/functions/getRemoteIssueLinkById.function.d.ts.map +1 -0
  2225. package/dist/src/functions/getRemoteIssueLinkById.function.js +46 -0
  2226. package/dist/src/functions/getRemoteIssueLinkById.function.js.map +1 -0
  2227. package/dist/src/functions/getRemoteIssueLinks.function.d.ts +125 -0
  2228. package/dist/src/functions/getRemoteIssueLinks.function.d.ts.map +1 -0
  2229. package/dist/src/functions/getRemoteIssueLinks.function.js +46 -0
  2230. package/dist/src/functions/getRemoteIssueLinks.function.js.map +1 -0
  2231. package/dist/src/functions/getResolution.function.d.ts +33 -0
  2232. package/dist/src/functions/getResolution.function.d.ts.map +1 -0
  2233. package/dist/src/functions/getResolution.function.js +23 -0
  2234. package/dist/src/functions/getResolution.function.js.map +1 -0
  2235. package/dist/src/functions/getScreenSchemes.function.d.ts +164 -0
  2236. package/dist/src/functions/getScreenSchemes.function.d.ts.map +1 -0
  2237. package/dist/src/functions/getScreenSchemes.function.js +54 -0
  2238. package/dist/src/functions/getScreenSchemes.function.js.map +1 -0
  2239. package/dist/src/functions/getScreens.function.d.ts +191 -0
  2240. package/dist/src/functions/getScreens.function.d.ts.map +1 -0
  2241. package/dist/src/functions/getScreens.function.js +58 -0
  2242. package/dist/src/functions/getScreens.function.js.map +1 -0
  2243. package/dist/src/functions/getScreensForField.function.d.ts +188 -0
  2244. package/dist/src/functions/getScreensForField.function.d.ts.map +1 -0
  2245. package/dist/src/functions/getScreensForField.function.js +60 -0
  2246. package/dist/src/functions/getScreensForField.function.js.map +1 -0
  2247. package/dist/src/functions/getSecurityLevelsForProject.function.d.ts +49 -0
  2248. package/dist/src/functions/getSecurityLevelsForProject.function.d.ts.map +1 -0
  2249. package/dist/src/functions/getSecurityLevelsForProject.function.js +27 -0
  2250. package/dist/src/functions/getSecurityLevelsForProject.function.js.map +1 -0
  2251. package/dist/src/functions/getSelectableIssueFieldOptions.function.d.ts +134 -0
  2252. package/dist/src/functions/getSelectableIssueFieldOptions.function.d.ts.map +1 -0
  2253. package/dist/src/functions/getSelectableIssueFieldOptions.function.js +46 -0
  2254. package/dist/src/functions/getSelectableIssueFieldOptions.function.js.map +1 -0
  2255. package/dist/src/functions/getSelectedTimeTrackingImplementation.function.d.ts +20 -0
  2256. package/dist/src/functions/getSelectedTimeTrackingImplementation.function.d.ts.map +1 -0
  2257. package/dist/src/functions/getSelectedTimeTrackingImplementation.function.js +18 -0
  2258. package/dist/src/functions/getSelectedTimeTrackingImplementation.function.js.map +1 -0
  2259. package/dist/src/functions/getServerInfo.function.d.ts +64 -0
  2260. package/dist/src/functions/getServerInfo.function.d.ts.map +1 -0
  2261. package/dist/src/functions/getServerInfo.function.js +29 -0
  2262. package/dist/src/functions/getServerInfo.function.js.map +1 -0
  2263. package/dist/src/functions/getSharePermission.function.d.ts +17 -0
  2264. package/dist/src/functions/getSharePermission.function.d.ts.map +1 -0
  2265. package/dist/src/functions/getSharePermission.function.js +19 -0
  2266. package/dist/src/functions/getSharePermission.function.js.map +1 -0
  2267. package/dist/src/functions/getSharePermissions.function.d.ts +13 -0
  2268. package/dist/src/functions/getSharePermissions.function.d.ts.map +1 -0
  2269. package/dist/src/functions/getSharePermissions.function.js +18 -0
  2270. package/dist/src/functions/getSharePermissions.function.js.map +1 -0
  2271. package/dist/src/functions/getSharedTimeTrackingConfiguration.function.d.ts +33 -0
  2272. package/dist/src/functions/getSharedTimeTrackingConfiguration.function.d.ts.map +1 -0
  2273. package/dist/src/functions/getSharedTimeTrackingConfiguration.function.js +19 -0
  2274. package/dist/src/functions/getSharedTimeTrackingConfiguration.function.js.map +1 -0
  2275. package/dist/src/functions/getStatus.function.d.ts +65 -0
  2276. package/dist/src/functions/getStatus.function.d.ts.map +1 -0
  2277. package/dist/src/functions/getStatus.function.js +31 -0
  2278. package/dist/src/functions/getStatus.function.js.map +1 -0
  2279. package/dist/src/functions/getStatusCategories.function.d.ts +28 -0
  2280. package/dist/src/functions/getStatusCategories.function.d.ts.map +1 -0
  2281. package/dist/src/functions/getStatusCategories.function.js +20 -0
  2282. package/dist/src/functions/getStatusCategories.function.js.map +1 -0
  2283. package/dist/src/functions/getStatusCategory.function.d.ts +37 -0
  2284. package/dist/src/functions/getStatusCategory.function.d.ts.map +1 -0
  2285. package/dist/src/functions/getStatusCategory.function.js +24 -0
  2286. package/dist/src/functions/getStatusCategory.function.js.map +1 -0
  2287. package/dist/src/functions/getStatuses.function.d.ts +56 -0
  2288. package/dist/src/functions/getStatuses.function.d.ts.map +1 -0
  2289. package/dist/src/functions/getStatuses.function.js +27 -0
  2290. package/dist/src/functions/getStatuses.function.js.map +1 -0
  2291. package/dist/src/functions/getStatusesById.function.d.ts +92 -0
  2292. package/dist/src/functions/getStatusesById.function.d.ts.map +1 -0
  2293. package/dist/src/functions/getStatusesById.function.js +36 -0
  2294. package/dist/src/functions/getStatusesById.function.js.map +1 -0
  2295. package/dist/src/functions/getTask.function.d.ts +77 -0
  2296. package/dist/src/functions/getTask.function.d.ts.map +1 -0
  2297. package/dist/src/functions/getTask.function.js +32 -0
  2298. package/dist/src/functions/getTask.function.js.map +1 -0
  2299. package/dist/src/functions/getTransitions.function.d.ts +217 -0
  2300. package/dist/src/functions/getTransitions.function.d.ts.map +1 -0
  2301. package/dist/src/functions/getTransitions.function.js +69 -0
  2302. package/dist/src/functions/getTransitions.function.js.map +1 -0
  2303. package/dist/src/functions/getTrashedFieldsPaginated.function.d.ts +174 -0
  2304. package/dist/src/functions/getTrashedFieldsPaginated.function.d.ts.map +1 -0
  2305. package/dist/src/functions/getTrashedFieldsPaginated.function.js +54 -0
  2306. package/dist/src/functions/getTrashedFieldsPaginated.function.js.map +1 -0
  2307. package/dist/src/functions/getUiModifications.function.d.ts +105 -0
  2308. package/dist/src/functions/getUiModifications.function.d.ts.map +1 -0
  2309. package/dist/src/functions/getUiModifications.function.js +41 -0
  2310. package/dist/src/functions/getUiModifications.function.js.map +1 -0
  2311. package/dist/src/functions/getUser.function.d.ts +266 -0
  2312. package/dist/src/functions/getUser.function.d.ts.map +1 -0
  2313. package/dist/src/functions/getUser.function.js +80 -0
  2314. package/dist/src/functions/getUser.function.js.map +1 -0
  2315. package/dist/src/functions/getUserDefaultColumns.function.d.ts +29 -0
  2316. package/dist/src/functions/getUserDefaultColumns.function.d.ts.map +1 -0
  2317. package/dist/src/functions/getUserDefaultColumns.function.js +22 -0
  2318. package/dist/src/functions/getUserDefaultColumns.function.js.map +1 -0
  2319. package/dist/src/functions/getUserEmail.function.d.ts +25 -0
  2320. package/dist/src/functions/getUserEmail.function.d.ts.map +1 -0
  2321. package/dist/src/functions/getUserEmail.function.js +21 -0
  2322. package/dist/src/functions/getUserEmail.function.js.map +1 -0
  2323. package/dist/src/functions/getUserEmailBulk.function.d.ts +25 -0
  2324. package/dist/src/functions/getUserEmailBulk.function.d.ts.map +1 -0
  2325. package/dist/src/functions/getUserEmailBulk.function.js +21 -0
  2326. package/dist/src/functions/getUserEmailBulk.function.js.map +1 -0
  2327. package/dist/src/functions/getUserGroups.function.d.ts +37 -0
  2328. package/dist/src/functions/getUserGroups.function.d.ts.map +1 -0
  2329. package/dist/src/functions/getUserGroups.function.js +24 -0
  2330. package/dist/src/functions/getUserGroups.function.js.map +1 -0
  2331. package/dist/src/functions/getUserProperty.function.d.ts +37 -0
  2332. package/dist/src/functions/getUserProperty.function.d.ts.map +1 -0
  2333. package/dist/src/functions/getUserProperty.function.js +24 -0
  2334. package/dist/src/functions/getUserProperty.function.js.map +1 -0
  2335. package/dist/src/functions/getUserPropertyKeys.function.d.ts +41 -0
  2336. package/dist/src/functions/getUserPropertyKeys.function.d.ts.map +1 -0
  2337. package/dist/src/functions/getUserPropertyKeys.function.js +25 -0
  2338. package/dist/src/functions/getUserPropertyKeys.function.js.map +1 -0
  2339. package/dist/src/functions/getUsersFromGroup.function.d.ts +125 -0
  2340. package/dist/src/functions/getUsersFromGroup.function.d.ts.map +1 -0
  2341. package/dist/src/functions/getUsersFromGroup.function.js +46 -0
  2342. package/dist/src/functions/getUsersFromGroup.function.js.map +1 -0
  2343. package/dist/src/functions/getValidProjectKey.function.d.ts +13 -0
  2344. package/dist/src/functions/getValidProjectKey.function.d.ts.map +1 -0
  2345. package/dist/src/functions/getValidProjectKey.function.js +18 -0
  2346. package/dist/src/functions/getValidProjectKey.function.js.map +1 -0
  2347. package/dist/src/functions/getValidProjectName.function.d.ts +13 -0
  2348. package/dist/src/functions/getValidProjectName.function.d.ts.map +1 -0
  2349. package/dist/src/functions/getValidProjectName.function.js +18 -0
  2350. package/dist/src/functions/getValidProjectName.function.js.map +1 -0
  2351. package/dist/src/functions/getVersion.function.d.ts +141 -0
  2352. package/dist/src/functions/getVersion.function.d.ts.map +1 -0
  2353. package/dist/src/functions/getVersion.function.js +50 -0
  2354. package/dist/src/functions/getVersion.function.js.map +1 -0
  2355. package/dist/src/functions/getVersionRelatedIssues.function.d.ts +53 -0
  2356. package/dist/src/functions/getVersionRelatedIssues.function.d.ts.map +1 -0
  2357. package/dist/src/functions/getVersionRelatedIssues.function.js +28 -0
  2358. package/dist/src/functions/getVersionRelatedIssues.function.js.map +1 -0
  2359. package/dist/src/functions/getVersionUnresolvedIssues.function.d.ts +29 -0
  2360. package/dist/src/functions/getVersionUnresolvedIssues.function.d.ts.map +1 -0
  2361. package/dist/src/functions/getVersionUnresolvedIssues.function.js +22 -0
  2362. package/dist/src/functions/getVersionUnresolvedIssues.function.js.map +1 -0
  2363. package/dist/src/functions/getVisibleIssueFieldOptions.function.d.ts +134 -0
  2364. package/dist/src/functions/getVisibleIssueFieldOptions.function.d.ts.map +1 -0
  2365. package/dist/src/functions/getVisibleIssueFieldOptions.function.js +46 -0
  2366. package/dist/src/functions/getVisibleIssueFieldOptions.function.js.map +1 -0
  2367. package/dist/src/functions/getVotes.function.d.ts +274 -0
  2368. package/dist/src/functions/getVotes.function.d.ts.map +1 -0
  2369. package/dist/src/functions/getVotes.function.js +82 -0
  2370. package/dist/src/functions/getVotes.function.js.map +1 -0
  2371. package/dist/src/functions/getWorkflow.function.d.ts +41 -0
  2372. package/dist/src/functions/getWorkflow.function.d.ts.map +1 -0
  2373. package/dist/src/functions/getWorkflow.function.js +25 -0
  2374. package/dist/src/functions/getWorkflow.function.js.map +1 -0
  2375. package/dist/src/functions/getWorkflowScheme.function.d.ts +453 -0
  2376. package/dist/src/functions/getWorkflowScheme.function.d.ts.map +1 -0
  2377. package/dist/src/functions/getWorkflowScheme.function.js +125 -0
  2378. package/dist/src/functions/getWorkflowScheme.function.js.map +1 -0
  2379. package/dist/src/functions/getWorkflowSchemeDraft.function.d.ts +449 -0
  2380. package/dist/src/functions/getWorkflowSchemeDraft.function.d.ts.map +1 -0
  2381. package/dist/src/functions/getWorkflowSchemeDraft.function.js +124 -0
  2382. package/dist/src/functions/getWorkflowSchemeDraft.function.js.map +1 -0
  2383. package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.d.ts +33 -0
  2384. package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.d.ts.map +1 -0
  2385. package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.js +23 -0
  2386. package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.js.map +1 -0
  2387. package/dist/src/functions/getWorkflowSchemeIssueType.function.d.ts +37 -0
  2388. package/dist/src/functions/getWorkflowSchemeIssueType.function.d.ts.map +1 -0
  2389. package/dist/src/functions/getWorkflowSchemeIssueType.function.js +24 -0
  2390. package/dist/src/functions/getWorkflowSchemeIssueType.function.js.map +1 -0
  2391. package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.d.ts +469 -0
  2392. package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.d.ts.map +1 -0
  2393. package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.js +129 -0
  2394. package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.js.map +1 -0
  2395. package/dist/src/functions/getWorkflowTransitionProperties.function.d.ts +48 -0
  2396. package/dist/src/functions/getWorkflowTransitionProperties.function.d.ts.map +1 -0
  2397. package/dist/src/functions/getWorkflowTransitionProperties.function.js +26 -0
  2398. package/dist/src/functions/getWorkflowTransitionProperties.function.js.map +1 -0
  2399. package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.d.ts +253 -0
  2400. package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.d.ts.map +1 -0
  2401. package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.js +77 -0
  2402. package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.js.map +1 -0
  2403. package/dist/src/functions/getWorkflowsPaginated.function.d.ts +394 -0
  2404. package/dist/src/functions/getWorkflowsPaginated.function.d.ts.map +1 -0
  2405. package/dist/src/functions/getWorkflowsPaginated.function.js +111 -0
  2406. package/dist/src/functions/getWorkflowsPaginated.function.js.map +1 -0
  2407. package/dist/src/functions/getWorklog.function.d.ts +236 -0
  2408. package/dist/src/functions/getWorklog.function.d.ts.map +1 -0
  2409. package/dist/src/functions/getWorklog.function.js +73 -0
  2410. package/dist/src/functions/getWorklog.function.js.map +1 -0
  2411. package/dist/src/functions/getWorklogProperty.function.d.ts +33 -0
  2412. package/dist/src/functions/getWorklogProperty.function.d.ts.map +1 -0
  2413. package/dist/src/functions/getWorklogProperty.function.js +23 -0
  2414. package/dist/src/functions/getWorklogProperty.function.js.map +1 -0
  2415. package/dist/src/functions/getWorklogPropertyKeys.function.d.ts +37 -0
  2416. package/dist/src/functions/getWorklogPropertyKeys.function.d.ts.map +1 -0
  2417. package/dist/src/functions/getWorklogPropertyKeys.function.js +24 -0
  2418. package/dist/src/functions/getWorklogPropertyKeys.function.js.map +1 -0
  2419. package/dist/src/functions/getWorklogsForIds.function.d.ts +232 -0
  2420. package/dist/src/functions/getWorklogsForIds.function.d.ts.map +1 -0
  2421. package/dist/src/functions/getWorklogsForIds.function.js +72 -0
  2422. package/dist/src/functions/getWorklogsForIds.function.js.map +1 -0
  2423. package/dist/src/functions/linkIssues.function.d.ts +1272 -0
  2424. package/dist/src/functions/linkIssues.function.d.ts.map +1 -0
  2425. package/dist/src/functions/linkIssues.function.js +325 -0
  2426. package/dist/src/functions/linkIssues.function.js.map +1 -0
  2427. package/dist/src/functions/matchIssues.function.d.ts +37 -0
  2428. package/dist/src/functions/matchIssues.function.d.ts.map +1 -0
  2429. package/dist/src/functions/matchIssues.function.js +24 -0
  2430. package/dist/src/functions/matchIssues.function.js.map +1 -0
  2431. package/dist/src/functions/mergeVersions.function.d.ts +17 -0
  2432. package/dist/src/functions/mergeVersions.function.d.ts.map +1 -0
  2433. package/dist/src/functions/mergeVersions.function.js +19 -0
  2434. package/dist/src/functions/mergeVersions.function.js.map +1 -0
  2435. package/dist/src/functions/migrateQueries.function.d.ts +37 -0
  2436. package/dist/src/functions/migrateQueries.function.d.ts.map +1 -0
  2437. package/dist/src/functions/migrateQueries.function.js +24 -0
  2438. package/dist/src/functions/migrateQueries.function.js.map +1 -0
  2439. package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.d.ts +46 -0
  2440. package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.d.ts.map +1 -0
  2441. package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.js +22 -0
  2442. package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.js.map +1 -0
  2443. package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.d.ts +217 -0
  2444. package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.d.ts.map +1 -0
  2445. package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.js +69 -0
  2446. package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.js.map +1 -0
  2447. package/dist/src/functions/movePriorities.function.d.ts +21 -0
  2448. package/dist/src/functions/movePriorities.function.d.ts.map +1 -0
  2449. package/dist/src/functions/movePriorities.function.js +20 -0
  2450. package/dist/src/functions/movePriorities.function.js.map +1 -0
  2451. package/dist/src/functions/moveResolutions.function.d.ts +21 -0
  2452. package/dist/src/functions/moveResolutions.function.d.ts.map +1 -0
  2453. package/dist/src/functions/moveResolutions.function.js +20 -0
  2454. package/dist/src/functions/moveResolutions.function.js.map +1 -0
  2455. package/dist/src/functions/moveScreenTab.function.d.ts +21 -0
  2456. package/dist/src/functions/moveScreenTab.function.d.ts.map +1 -0
  2457. package/dist/src/functions/moveScreenTab.function.js +20 -0
  2458. package/dist/src/functions/moveScreenTab.function.js.map +1 -0
  2459. package/dist/src/functions/moveScreenTabField.function.d.ts +34 -0
  2460. package/dist/src/functions/moveScreenTabField.function.d.ts.map +1 -0
  2461. package/dist/src/functions/moveScreenTabField.function.js +22 -0
  2462. package/dist/src/functions/moveScreenTabField.function.js.map +1 -0
  2463. package/dist/src/functions/moveVersion.function.d.ts +150 -0
  2464. package/dist/src/functions/moveVersion.function.d.ts.map +1 -0
  2465. package/dist/src/functions/moveVersion.function.js +51 -0
  2466. package/dist/src/functions/moveVersion.function.js.map +1 -0
  2467. package/dist/src/functions/notify.function.d.ts +189 -0
  2468. package/dist/src/functions/notify.function.d.ts.map +1 -0
  2469. package/dist/src/functions/notify.function.js +62 -0
  2470. package/dist/src/functions/notify.function.js.map +1 -0
  2471. package/dist/src/functions/parseJqlQueries.function.d.ts +892 -0
  2472. package/dist/src/functions/parseJqlQueries.function.d.ts.map +1 -0
  2473. package/dist/src/functions/parseJqlQueries.function.js +305 -0
  2474. package/dist/src/functions/parseJqlQueries.function.js.map +1 -0
  2475. package/dist/src/functions/partialUpdateProjectRole.function.d.ts +223 -0
  2476. package/dist/src/functions/partialUpdateProjectRole.function.d.ts.map +1 -0
  2477. package/dist/src/functions/partialUpdateProjectRole.function.js +68 -0
  2478. package/dist/src/functions/partialUpdateProjectRole.function.js.map +1 -0
  2479. package/dist/src/functions/publishDraftWorkflowScheme.function.d.ts +36 -0
  2480. package/dist/src/functions/publishDraftWorkflowScheme.function.d.ts.map +1 -0
  2481. package/dist/src/functions/publishDraftWorkflowScheme.function.js +22 -0
  2482. package/dist/src/functions/publishDraftWorkflowScheme.function.js.map +1 -0
  2483. package/dist/src/functions/refreshWebhooks.function.d.ts +21 -0
  2484. package/dist/src/functions/refreshWebhooks.function.d.ts.map +1 -0
  2485. package/dist/src/functions/refreshWebhooks.function.js +20 -0
  2486. package/dist/src/functions/refreshWebhooks.function.js.map +1 -0
  2487. package/dist/src/functions/registerDynamicWebhooks.function.d.ts +66 -0
  2488. package/dist/src/functions/registerDynamicWebhooks.function.d.ts.map +1 -0
  2489. package/dist/src/functions/registerDynamicWebhooks.function.js +29 -0
  2490. package/dist/src/functions/registerDynamicWebhooks.function.js.map +1 -0
  2491. package/dist/src/functions/removeAttachment.function.d.ts +12 -0
  2492. package/dist/src/functions/removeAttachment.function.d.ts.map +1 -0
  2493. package/dist/src/functions/removeAttachment.function.js +16 -0
  2494. package/dist/src/functions/removeAttachment.function.js.map +1 -0
  2495. package/dist/src/functions/removeCustomFieldContextFromProjects.function.d.ts +21 -0
  2496. package/dist/src/functions/removeCustomFieldContextFromProjects.function.d.ts.map +1 -0
  2497. package/dist/src/functions/removeCustomFieldContextFromProjects.function.js +20 -0
  2498. package/dist/src/functions/removeCustomFieldContextFromProjects.function.js.map +1 -0
  2499. package/dist/src/functions/removeGadget.function.d.ts +17 -0
  2500. package/dist/src/functions/removeGadget.function.d.ts.map +1 -0
  2501. package/dist/src/functions/removeGadget.function.js +19 -0
  2502. package/dist/src/functions/removeGadget.function.js.map +1 -0
  2503. package/dist/src/functions/removeGroup.function.d.ts +24 -0
  2504. package/dist/src/functions/removeGroup.function.d.ts.map +1 -0
  2505. package/dist/src/functions/removeGroup.function.js +19 -0
  2506. package/dist/src/functions/removeGroup.function.js.map +1 -0
  2507. package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.d.ts +17 -0
  2508. package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.d.ts.map +1 -0
  2509. package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.js +19 -0
  2510. package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.js.map +1 -0
  2511. package/dist/src/functions/removeIssueTypesFromContext.function.d.ts +21 -0
  2512. package/dist/src/functions/removeIssueTypesFromContext.function.d.ts.map +1 -0
  2513. package/dist/src/functions/removeIssueTypesFromContext.function.js +20 -0
  2514. package/dist/src/functions/removeIssueTypesFromContext.function.js.map +1 -0
  2515. package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.d.ts +17 -0
  2516. package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.d.ts.map +1 -0
  2517. package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.js +19 -0
  2518. package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.js.map +1 -0
  2519. package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.d.ts +17 -0
  2520. package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.d.ts.map +1 -0
  2521. package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.js +19 -0
  2522. package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.js.map +1 -0
  2523. package/dist/src/functions/removeNotificationFromNotificationScheme.function.d.ts +17 -0
  2524. package/dist/src/functions/removeNotificationFromNotificationScheme.function.d.ts.map +1 -0
  2525. package/dist/src/functions/removeNotificationFromNotificationScheme.function.js +19 -0
  2526. package/dist/src/functions/removeNotificationFromNotificationScheme.function.js.map +1 -0
  2527. package/dist/src/functions/removePreference.function.d.ts +12 -0
  2528. package/dist/src/functions/removePreference.function.d.ts.map +1 -0
  2529. package/dist/src/functions/removePreference.function.js +16 -0
  2530. package/dist/src/functions/removePreference.function.js.map +1 -0
  2531. package/dist/src/functions/removeProjectCategory.function.d.ts +12 -0
  2532. package/dist/src/functions/removeProjectCategory.function.d.ts.map +1 -0
  2533. package/dist/src/functions/removeProjectCategory.function.js +16 -0
  2534. package/dist/src/functions/removeProjectCategory.function.js.map +1 -0
  2535. package/dist/src/functions/removeScreenTabField.function.d.ts +20 -0
  2536. package/dist/src/functions/removeScreenTabField.function.d.ts.map +1 -0
  2537. package/dist/src/functions/removeScreenTabField.function.js +18 -0
  2538. package/dist/src/functions/removeScreenTabField.function.js.map +1 -0
  2539. package/dist/src/functions/removeUser.function.d.ts +20 -0
  2540. package/dist/src/functions/removeUser.function.d.ts.map +1 -0
  2541. package/dist/src/functions/removeUser.function.js +18 -0
  2542. package/dist/src/functions/removeUser.function.js.map +1 -0
  2543. package/dist/src/functions/removeUserFromGroup.function.d.ts +24 -0
  2544. package/dist/src/functions/removeUserFromGroup.function.d.ts.map +1 -0
  2545. package/dist/src/functions/removeUserFromGroup.function.js +19 -0
  2546. package/dist/src/functions/removeUserFromGroup.function.js.map +1 -0
  2547. package/dist/src/functions/removeVote.function.d.ts +12 -0
  2548. package/dist/src/functions/removeVote.function.d.ts.map +1 -0
  2549. package/dist/src/functions/removeVote.function.js +16 -0
  2550. package/dist/src/functions/removeVote.function.js.map +1 -0
  2551. package/dist/src/functions/removeWatcher.function.d.ts +20 -0
  2552. package/dist/src/functions/removeWatcher.function.d.ts.map +1 -0
  2553. package/dist/src/functions/removeWatcher.function.js +18 -0
  2554. package/dist/src/functions/removeWatcher.function.js.map +1 -0
  2555. package/dist/src/functions/renameScreenTab.function.d.ts +33 -0
  2556. package/dist/src/functions/renameScreenTab.function.d.ts.map +1 -0
  2557. package/dist/src/functions/renameScreenTab.function.js +23 -0
  2558. package/dist/src/functions/renameScreenTab.function.js.map +1 -0
  2559. package/dist/src/functions/reorderCustomFieldOptions.function.d.ts +32 -0
  2560. package/dist/src/functions/reorderCustomFieldOptions.function.d.ts.map +1 -0
  2561. package/dist/src/functions/reorderCustomFieldOptions.function.js +22 -0
  2562. package/dist/src/functions/reorderCustomFieldOptions.function.js.map +1 -0
  2563. package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.d.ts +28 -0
  2564. package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.d.ts.map +1 -0
  2565. package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.js +21 -0
  2566. package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.js.map +1 -0
  2567. package/dist/src/functions/replaceIssueFieldOption.function.d.ts +32 -0
  2568. package/dist/src/functions/replaceIssueFieldOption.function.d.ts.map +1 -0
  2569. package/dist/src/functions/replaceIssueFieldOption.function.js +21 -0
  2570. package/dist/src/functions/replaceIssueFieldOption.function.js.map +1 -0
  2571. package/dist/src/functions/resetColumns.function.d.ts +12 -0
  2572. package/dist/src/functions/resetColumns.function.d.ts.map +1 -0
  2573. package/dist/src/functions/resetColumns.function.js +16 -0
  2574. package/dist/src/functions/resetColumns.function.js.map +1 -0
  2575. package/dist/src/functions/resetUserColumns.function.d.ts +16 -0
  2576. package/dist/src/functions/resetUserColumns.function.d.ts.map +1 -0
  2577. package/dist/src/functions/resetUserColumns.function.js +17 -0
  2578. package/dist/src/functions/resetUserColumns.function.js.map +1 -0
  2579. package/dist/src/functions/restore.function.d.ts +13 -0
  2580. package/dist/src/functions/restore.function.d.ts.map +1 -0
  2581. package/dist/src/functions/restore.function.js +18 -0
  2582. package/dist/src/functions/restore.function.js.map +1 -0
  2583. package/dist/src/functions/restoreCustomField.function.d.ts +13 -0
  2584. package/dist/src/functions/restoreCustomField.function.d.ts.map +1 -0
  2585. package/dist/src/functions/restoreCustomField.function.js +18 -0
  2586. package/dist/src/functions/restoreCustomField.function.js.map +1 -0
  2587. package/dist/src/functions/sanitiseJqlQueries.function.d.ts +69 -0
  2588. package/dist/src/functions/sanitiseJqlQueries.function.d.ts.map +1 -0
  2589. package/dist/src/functions/sanitiseJqlQueries.function.js +32 -0
  2590. package/dist/src/functions/sanitiseJqlQueries.function.js.map +1 -0
  2591. package/dist/src/functions/search.function.d.ts +140 -0
  2592. package/dist/src/functions/search.function.d.ts.map +1 -0
  2593. package/dist/src/functions/search.function.js +48 -0
  2594. package/dist/src/functions/search.function.js.map +1 -0
  2595. package/dist/src/functions/searchForIssuesUsingJql.function.d.ts +931 -0
  2596. package/dist/src/functions/searchForIssuesUsingJql.function.d.ts.map +1 -0
  2597. package/dist/src/functions/searchForIssuesUsingJql.function.js +246 -0
  2598. package/dist/src/functions/searchForIssuesUsingJql.function.js.map +1 -0
  2599. package/dist/src/functions/searchForIssuesUsingJqlPost.function.d.ts +931 -0
  2600. package/dist/src/functions/searchForIssuesUsingJqlPost.function.d.ts.map +1 -0
  2601. package/dist/src/functions/searchForIssuesUsingJqlPost.function.js +246 -0
  2602. package/dist/src/functions/searchForIssuesUsingJqlPost.function.js.map +1 -0
  2603. package/dist/src/functions/searchPriorities.function.d.ts +89 -0
  2604. package/dist/src/functions/searchPriorities.function.d.ts.map +1 -0
  2605. package/dist/src/functions/searchPriorities.function.js +37 -0
  2606. package/dist/src/functions/searchPriorities.function.js.map +1 -0
  2607. package/dist/src/functions/searchProjects.function.d.ts +94 -0
  2608. package/dist/src/functions/searchProjects.function.d.ts.map +1 -0
  2609. package/dist/src/functions/searchProjects.function.js +30 -0
  2610. package/dist/src/functions/searchProjects.function.js.map +1 -0
  2611. package/dist/src/functions/searchResolutions.function.d.ts +85 -0
  2612. package/dist/src/functions/searchResolutions.function.d.ts.map +1 -0
  2613. package/dist/src/functions/searchResolutions.function.js +36 -0
  2614. package/dist/src/functions/searchResolutions.function.js.map +1 -0
  2615. package/dist/src/functions/selectTimeTrackingImplementation.function.d.ts +17 -0
  2616. package/dist/src/functions/selectTimeTrackingImplementation.function.d.ts.map +1 -0
  2617. package/dist/src/functions/selectTimeTrackingImplementation.function.js +19 -0
  2618. package/dist/src/functions/selectTimeTrackingImplementation.function.js.map +1 -0
  2619. package/dist/src/functions/setActors.function.d.ts +223 -0
  2620. package/dist/src/functions/setActors.function.d.ts.map +1 -0
  2621. package/dist/src/functions/setActors.function.js +68 -0
  2622. package/dist/src/functions/setActors.function.js.map +1 -0
  2623. package/dist/src/functions/setApplicationProperty.function.d.ts +57 -0
  2624. package/dist/src/functions/setApplicationProperty.function.d.ts.map +1 -0
  2625. package/dist/src/functions/setApplicationProperty.function.js +29 -0
  2626. package/dist/src/functions/setApplicationProperty.function.js.map +1 -0
  2627. package/dist/src/functions/setBanner.function.d.ts +25 -0
  2628. package/dist/src/functions/setBanner.function.d.ts.map +1 -0
  2629. package/dist/src/functions/setBanner.function.js +21 -0
  2630. package/dist/src/functions/setBanner.function.js.map +1 -0
  2631. package/dist/src/functions/setColumns.function.d.ts +17 -0
  2632. package/dist/src/functions/setColumns.function.d.ts.map +1 -0
  2633. package/dist/src/functions/setColumns.function.js +19 -0
  2634. package/dist/src/functions/setColumns.function.js.map +1 -0
  2635. package/dist/src/functions/setCommentProperty.function.d.ts +21 -0
  2636. package/dist/src/functions/setCommentProperty.function.d.ts.map +1 -0
  2637. package/dist/src/functions/setCommentProperty.function.js +20 -0
  2638. package/dist/src/functions/setCommentProperty.function.js.map +1 -0
  2639. package/dist/src/functions/setDashboardItemProperty.function.d.ts +25 -0
  2640. package/dist/src/functions/setDashboardItemProperty.function.d.ts.map +1 -0
  2641. package/dist/src/functions/setDashboardItemProperty.function.js +21 -0
  2642. package/dist/src/functions/setDashboardItemProperty.function.js.map +1 -0
  2643. package/dist/src/functions/setDefaultPriority.function.d.ts +13 -0
  2644. package/dist/src/functions/setDefaultPriority.function.d.ts.map +1 -0
  2645. package/dist/src/functions/setDefaultPriority.function.js +18 -0
  2646. package/dist/src/functions/setDefaultPriority.function.js.map +1 -0
  2647. package/dist/src/functions/setDefaultResolution.function.d.ts +13 -0
  2648. package/dist/src/functions/setDefaultResolution.function.d.ts.map +1 -0
  2649. package/dist/src/functions/setDefaultResolution.function.js +18 -0
  2650. package/dist/src/functions/setDefaultResolution.function.js.map +1 -0
  2651. package/dist/src/functions/setDefaultShareScope.function.d.ts +29 -0
  2652. package/dist/src/functions/setDefaultShareScope.function.d.ts.map +1 -0
  2653. package/dist/src/functions/setDefaultShareScope.function.js +20 -0
  2654. package/dist/src/functions/setDefaultShareScope.function.js.map +1 -0
  2655. package/dist/src/functions/setDefaultValues.function.d.ts +469 -0
  2656. package/dist/src/functions/setDefaultValues.function.d.ts.map +1 -0
  2657. package/dist/src/functions/setDefaultValues.function.js +132 -0
  2658. package/dist/src/functions/setDefaultValues.function.js.map +1 -0
  2659. package/dist/src/functions/setFavouriteForFilter.function.d.ts +17 -0
  2660. package/dist/src/functions/setFavouriteForFilter.function.d.ts.map +1 -0
  2661. package/dist/src/functions/setFavouriteForFilter.function.js +19 -0
  2662. package/dist/src/functions/setFavouriteForFilter.function.js.map +1 -0
  2663. package/dist/src/functions/setFieldConfigurationSchemeMapping.function.d.ts +29 -0
  2664. package/dist/src/functions/setFieldConfigurationSchemeMapping.function.d.ts.map +1 -0
  2665. package/dist/src/functions/setFieldConfigurationSchemeMapping.function.js +22 -0
  2666. package/dist/src/functions/setFieldConfigurationSchemeMapping.function.js.map +1 -0
  2667. package/dist/src/functions/setIssueNavigatorDefaultColumns.function.d.ts +13 -0
  2668. package/dist/src/functions/setIssueNavigatorDefaultColumns.function.d.ts.map +1 -0
  2669. package/dist/src/functions/setIssueNavigatorDefaultColumns.function.js +18 -0
  2670. package/dist/src/functions/setIssueNavigatorDefaultColumns.function.js.map +1 -0
  2671. package/dist/src/functions/setIssueProperty.function.d.ts +21 -0
  2672. package/dist/src/functions/setIssueProperty.function.d.ts.map +1 -0
  2673. package/dist/src/functions/setIssueProperty.function.js +20 -0
  2674. package/dist/src/functions/setIssueProperty.function.js.map +1 -0
  2675. package/dist/src/functions/setIssueTypeProperty.function.d.ts +21 -0
  2676. package/dist/src/functions/setIssueTypeProperty.function.d.ts.map +1 -0
  2677. package/dist/src/functions/setIssueTypeProperty.function.js +20 -0
  2678. package/dist/src/functions/setIssueTypeProperty.function.js.map +1 -0
  2679. package/dist/src/functions/setPreference.function.d.ts +17 -0
  2680. package/dist/src/functions/setPreference.function.d.ts.map +1 -0
  2681. package/dist/src/functions/setPreference.function.js +19 -0
  2682. package/dist/src/functions/setPreference.function.js.map +1 -0
  2683. package/dist/src/functions/setProjectProperty.function.d.ts +21 -0
  2684. package/dist/src/functions/setProjectProperty.function.d.ts.map +1 -0
  2685. package/dist/src/functions/setProjectProperty.function.js +20 -0
  2686. package/dist/src/functions/setProjectProperty.function.js.map +1 -0
  2687. package/dist/src/functions/setSharedTimeTrackingConfiguration.function.d.ts +63 -0
  2688. package/dist/src/functions/setSharedTimeTrackingConfiguration.function.d.ts.map +1 -0
  2689. package/dist/src/functions/setSharedTimeTrackingConfiguration.function.js +26 -0
  2690. package/dist/src/functions/setSharedTimeTrackingConfiguration.function.js.map +1 -0
  2691. package/dist/src/functions/setUserColumns.function.d.ts +17 -0
  2692. package/dist/src/functions/setUserColumns.function.d.ts.map +1 -0
  2693. package/dist/src/functions/setUserColumns.function.js +19 -0
  2694. package/dist/src/functions/setUserColumns.function.js.map +1 -0
  2695. package/dist/src/functions/setUserProperty.function.d.ts +29 -0
  2696. package/dist/src/functions/setUserProperty.function.d.ts.map +1 -0
  2697. package/dist/src/functions/setUserProperty.function.js +22 -0
  2698. package/dist/src/functions/setUserProperty.function.js.map +1 -0
  2699. package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.d.ts +461 -0
  2700. package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.d.ts.map +1 -0
  2701. package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.js +127 -0
  2702. package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.js.map +1 -0
  2703. package/dist/src/functions/setWorkflowSchemeIssueType.function.d.ts +461 -0
  2704. package/dist/src/functions/setWorkflowSchemeIssueType.function.d.ts.map +1 -0
  2705. package/dist/src/functions/setWorkflowSchemeIssueType.function.js +127 -0
  2706. package/dist/src/functions/setWorkflowSchemeIssueType.function.js.map +1 -0
  2707. package/dist/src/functions/setWorklogProperty.function.d.ts +25 -0
  2708. package/dist/src/functions/setWorklogProperty.function.d.ts.map +1 -0
  2709. package/dist/src/functions/setWorklogProperty.function.js +21 -0
  2710. package/dist/src/functions/setWorklogProperty.function.js.map +1 -0
  2711. package/dist/src/functions/storeAvatar.function.d.ts +68 -0
  2712. package/dist/src/functions/storeAvatar.function.d.ts.map +1 -0
  2713. package/dist/src/functions/storeAvatar.function.js +31 -0
  2714. package/dist/src/functions/storeAvatar.function.js.map +1 -0
  2715. package/dist/src/functions/toggleFeatureForProject.function.d.ts +73 -0
  2716. package/dist/src/functions/toggleFeatureForProject.function.d.ts.map +1 -0
  2717. package/dist/src/functions/toggleFeatureForProject.function.js +31 -0
  2718. package/dist/src/functions/toggleFeatureForProject.function.js.map +1 -0
  2719. package/dist/src/functions/trashCustomField.function.d.ts +13 -0
  2720. package/dist/src/functions/trashCustomField.function.d.ts.map +1 -0
  2721. package/dist/src/functions/trashCustomField.function.js +18 -0
  2722. package/dist/src/functions/trashCustomField.function.js.map +1 -0
  2723. package/dist/src/functions/updateComment.function.d.ts +283 -0
  2724. package/dist/src/functions/updateComment.function.d.ts.map +1 -0
  2725. package/dist/src/functions/updateComment.function.js +84 -0
  2726. package/dist/src/functions/updateComment.function.js.map +1 -0
  2727. package/dist/src/functions/updateComponent.function.d.ts +831 -0
  2728. package/dist/src/functions/updateComponent.function.d.ts.map +1 -0
  2729. package/dist/src/functions/updateComponent.function.js +215 -0
  2730. package/dist/src/functions/updateComponent.function.js.map +1 -0
  2731. package/dist/src/functions/updateCustomField.function.d.ts +39 -0
  2732. package/dist/src/functions/updateCustomField.function.d.ts.map +1 -0
  2733. package/dist/src/functions/updateCustomField.function.js +21 -0
  2734. package/dist/src/functions/updateCustomField.function.js.map +1 -0
  2735. package/dist/src/functions/updateCustomFieldConfiguration.function.d.ts +37 -0
  2736. package/dist/src/functions/updateCustomFieldConfiguration.function.d.ts.map +1 -0
  2737. package/dist/src/functions/updateCustomFieldConfiguration.function.js +24 -0
  2738. package/dist/src/functions/updateCustomFieldConfiguration.function.js.map +1 -0
  2739. package/dist/src/functions/updateCustomFieldContext.function.d.ts +25 -0
  2740. package/dist/src/functions/updateCustomFieldContext.function.d.ts.map +1 -0
  2741. package/dist/src/functions/updateCustomFieldContext.function.js +21 -0
  2742. package/dist/src/functions/updateCustomFieldContext.function.js.map +1 -0
  2743. package/dist/src/functions/updateCustomFieldOption.function.d.ts +61 -0
  2744. package/dist/src/functions/updateCustomFieldOption.function.d.ts.map +1 -0
  2745. package/dist/src/functions/updateCustomFieldOption.function.js +30 -0
  2746. package/dist/src/functions/updateCustomFieldOption.function.js.map +1 -0
  2747. package/dist/src/functions/updateCustomFieldValue.function.d.ts +33 -0
  2748. package/dist/src/functions/updateCustomFieldValue.function.d.ts.map +1 -0
  2749. package/dist/src/functions/updateCustomFieldValue.function.js +23 -0
  2750. package/dist/src/functions/updateCustomFieldValue.function.js.map +1 -0
  2751. package/dist/src/functions/updateDashboard.function.d.ts +5 -0
  2752. package/dist/src/functions/updateDashboard.function.d.ts.map +1 -0
  2753. package/dist/src/functions/updateDashboard.function.js +16 -0
  2754. package/dist/src/functions/updateDashboard.function.js.map +1 -0
  2755. package/dist/src/functions/updateDefaultScreenScheme.function.d.ts +17 -0
  2756. package/dist/src/functions/updateDefaultScreenScheme.function.d.ts.map +1 -0
  2757. package/dist/src/functions/updateDefaultScreenScheme.function.js +19 -0
  2758. package/dist/src/functions/updateDefaultScreenScheme.function.js.map +1 -0
  2759. package/dist/src/functions/updateDefaultWorkflow.function.d.ts +457 -0
  2760. package/dist/src/functions/updateDefaultWorkflow.function.d.ts.map +1 -0
  2761. package/dist/src/functions/updateDefaultWorkflow.function.js +126 -0
  2762. package/dist/src/functions/updateDefaultWorkflow.function.js.map +1 -0
  2763. package/dist/src/functions/updateDraftDefaultWorkflow.function.d.ts +457 -0
  2764. package/dist/src/functions/updateDraftDefaultWorkflow.function.d.ts.map +1 -0
  2765. package/dist/src/functions/updateDraftDefaultWorkflow.function.js +126 -0
  2766. package/dist/src/functions/updateDraftDefaultWorkflow.function.js.map +1 -0
  2767. package/dist/src/functions/updateDraftWorkflowMapping.function.d.ts +469 -0
  2768. package/dist/src/functions/updateDraftWorkflowMapping.function.d.ts.map +1 -0
  2769. package/dist/src/functions/updateDraftWorkflowMapping.function.js +129 -0
  2770. package/dist/src/functions/updateDraftWorkflowMapping.function.js.map +1 -0
  2771. package/dist/src/functions/updateFieldConfiguration.function.d.ts +21 -0
  2772. package/dist/src/functions/updateFieldConfiguration.function.d.ts.map +1 -0
  2773. package/dist/src/functions/updateFieldConfiguration.function.js +20 -0
  2774. package/dist/src/functions/updateFieldConfiguration.function.js.map +1 -0
  2775. package/dist/src/functions/updateFieldConfigurationItems.function.d.ts +41 -0
  2776. package/dist/src/functions/updateFieldConfigurationItems.function.d.ts.map +1 -0
  2777. package/dist/src/functions/updateFieldConfigurationItems.function.js +25 -0
  2778. package/dist/src/functions/updateFieldConfigurationItems.function.js.map +1 -0
  2779. package/dist/src/functions/updateFieldConfigurationScheme.function.d.ts +21 -0
  2780. package/dist/src/functions/updateFieldConfigurationScheme.function.d.ts.map +1 -0
  2781. package/dist/src/functions/updateFieldConfigurationScheme.function.js +20 -0
  2782. package/dist/src/functions/updateFieldConfigurationScheme.function.js.map +1 -0
  2783. package/dist/src/functions/updateFilter.function.d.ts +5 -0
  2784. package/dist/src/functions/updateFilter.function.d.ts.map +1 -0
  2785. package/dist/src/functions/updateFilter.function.js +16 -0
  2786. package/dist/src/functions/updateFilter.function.js.map +1 -0
  2787. package/dist/src/functions/updateGadget.function.d.ts +41 -0
  2788. package/dist/src/functions/updateGadget.function.d.ts.map +1 -0
  2789. package/dist/src/functions/updateGadget.function.js +25 -0
  2790. package/dist/src/functions/updateGadget.function.js.map +1 -0
  2791. package/dist/src/functions/updateIssueFieldOption.function.d.ts +167 -0
  2792. package/dist/src/functions/updateIssueFieldOption.function.d.ts.map +1 -0
  2793. package/dist/src/functions/updateIssueFieldOption.function.js +52 -0
  2794. package/dist/src/functions/updateIssueFieldOption.function.js.map +1 -0
  2795. package/dist/src/functions/updateIssueLinkType.function.d.ts +53 -0
  2796. package/dist/src/functions/updateIssueLinkType.function.d.ts.map +1 -0
  2797. package/dist/src/functions/updateIssueLinkType.function.js +28 -0
  2798. package/dist/src/functions/updateIssueLinkType.function.js.map +1 -0
  2799. package/dist/src/functions/updateIssueType.function.d.ts +164 -0
  2800. package/dist/src/functions/updateIssueType.function.d.ts.map +1 -0
  2801. package/dist/src/functions/updateIssueType.function.js +54 -0
  2802. package/dist/src/functions/updateIssueType.function.js.map +1 -0
  2803. package/dist/src/functions/updateIssueTypeScheme.function.d.ts +25 -0
  2804. package/dist/src/functions/updateIssueTypeScheme.function.d.ts.map +1 -0
  2805. package/dist/src/functions/updateIssueTypeScheme.function.js +21 -0
  2806. package/dist/src/functions/updateIssueTypeScheme.function.js.map +1 -0
  2807. package/dist/src/functions/updateIssueTypeScreenScheme.function.d.ts +21 -0
  2808. package/dist/src/functions/updateIssueTypeScreenScheme.function.d.ts.map +1 -0
  2809. package/dist/src/functions/updateIssueTypeScreenScheme.function.js +20 -0
  2810. package/dist/src/functions/updateIssueTypeScreenScheme.function.js.map +1 -0
  2811. package/dist/src/functions/updateMultipleCustomFieldValues.function.d.ts +33 -0
  2812. package/dist/src/functions/updateMultipleCustomFieldValues.function.d.ts.map +1 -0
  2813. package/dist/src/functions/updateMultipleCustomFieldValues.function.js +23 -0
  2814. package/dist/src/functions/updateMultipleCustomFieldValues.function.js.map +1 -0
  2815. package/dist/src/functions/updateNotificationScheme.function.d.ts +21 -0
  2816. package/dist/src/functions/updateNotificationScheme.function.d.ts.map +1 -0
  2817. package/dist/src/functions/updateNotificationScheme.function.js +20 -0
  2818. package/dist/src/functions/updateNotificationScheme.function.js.map +1 -0
  2819. package/dist/src/functions/updatePermissionScheme.function.d.ts +335 -0
  2820. package/dist/src/functions/updatePermissionScheme.function.d.ts.map +1 -0
  2821. package/dist/src/functions/updatePermissionScheme.function.js +95 -0
  2822. package/dist/src/functions/updatePermissionScheme.function.js.map +1 -0
  2823. package/dist/src/functions/updatePrecomputations.function.d.ts +25 -0
  2824. package/dist/src/functions/updatePrecomputations.function.d.ts.map +1 -0
  2825. package/dist/src/functions/updatePrecomputations.function.js +17 -0
  2826. package/dist/src/functions/updatePrecomputations.function.js.map +1 -0
  2827. package/dist/src/functions/updatePriority.function.d.ts +40 -0
  2828. package/dist/src/functions/updatePriority.function.d.ts.map +1 -0
  2829. package/dist/src/functions/updatePriority.function.js +22 -0
  2830. package/dist/src/functions/updatePriority.function.js.map +1 -0
  2831. package/dist/src/functions/updateProject.function.d.ts +68 -0
  2832. package/dist/src/functions/updateProject.function.d.ts.map +1 -0
  2833. package/dist/src/functions/updateProject.function.js +31 -0
  2834. package/dist/src/functions/updateProject.function.js.map +1 -0
  2835. package/dist/src/functions/updateProjectAvatar.function.d.ts +17 -0
  2836. package/dist/src/functions/updateProjectAvatar.function.d.ts.map +1 -0
  2837. package/dist/src/functions/updateProjectAvatar.function.js +19 -0
  2838. package/dist/src/functions/updateProjectAvatar.function.js.map +1 -0
  2839. package/dist/src/functions/updateProjectCategory.function.d.ts +41 -0
  2840. package/dist/src/functions/updateProjectCategory.function.d.ts.map +1 -0
  2841. package/dist/src/functions/updateProjectCategory.function.js +25 -0
  2842. package/dist/src/functions/updateProjectCategory.function.js.map +1 -0
  2843. package/dist/src/functions/updateProjectEmail.function.d.ts +21 -0
  2844. package/dist/src/functions/updateProjectEmail.function.d.ts.map +1 -0
  2845. package/dist/src/functions/updateProjectEmail.function.js +20 -0
  2846. package/dist/src/functions/updateProjectEmail.function.js.map +1 -0
  2847. package/dist/src/functions/updateRemoteIssueLink.function.d.ts +113 -0
  2848. package/dist/src/functions/updateRemoteIssueLink.function.d.ts.map +1 -0
  2849. package/dist/src/functions/updateRemoteIssueLink.function.js +43 -0
  2850. package/dist/src/functions/updateRemoteIssueLink.function.js.map +1 -0
  2851. package/dist/src/functions/updateResolution.function.d.ts +21 -0
  2852. package/dist/src/functions/updateResolution.function.d.ts.map +1 -0
  2853. package/dist/src/functions/updateResolution.function.js +20 -0
  2854. package/dist/src/functions/updateResolution.function.js.map +1 -0
  2855. package/dist/src/functions/updateScreen.function.d.ts +136 -0
  2856. package/dist/src/functions/updateScreen.function.d.ts.map +1 -0
  2857. package/dist/src/functions/updateScreen.function.js +47 -0
  2858. package/dist/src/functions/updateScreen.function.js.map +1 -0
  2859. package/dist/src/functions/updateScreenScheme.function.d.ts +45 -0
  2860. package/dist/src/functions/updateScreenScheme.function.d.ts.map +1 -0
  2861. package/dist/src/functions/updateScreenScheme.function.js +26 -0
  2862. package/dist/src/functions/updateScreenScheme.function.js.map +1 -0
  2863. package/dist/src/functions/updateStatuses.function.d.ts +37 -0
  2864. package/dist/src/functions/updateStatuses.function.d.ts.map +1 -0
  2865. package/dist/src/functions/updateStatuses.function.js +23 -0
  2866. package/dist/src/functions/updateStatuses.function.js.map +1 -0
  2867. package/dist/src/functions/updateUiModification.function.d.ts +53 -0
  2868. package/dist/src/functions/updateUiModification.function.d.ts.map +1 -0
  2869. package/dist/src/functions/updateUiModification.function.js +28 -0
  2870. package/dist/src/functions/updateUiModification.function.js.map +1 -0
  2871. package/dist/src/functions/updateVersion.function.d.ts +177 -0
  2872. package/dist/src/functions/updateVersion.function.d.ts.map +1 -0
  2873. package/dist/src/functions/updateVersion.function.js +59 -0
  2874. package/dist/src/functions/updateVersion.function.js.map +1 -0
  2875. package/dist/src/functions/updateWorkflowMapping.function.d.ts +469 -0
  2876. package/dist/src/functions/updateWorkflowMapping.function.d.ts.map +1 -0
  2877. package/dist/src/functions/updateWorkflowMapping.function.js +129 -0
  2878. package/dist/src/functions/updateWorkflowMapping.function.js.map +1 -0
  2879. package/dist/src/functions/updateWorkflowScheme.function.d.ts +469 -0
  2880. package/dist/src/functions/updateWorkflowScheme.function.d.ts.map +1 -0
  2881. package/dist/src/functions/updateWorkflowScheme.function.js +129 -0
  2882. package/dist/src/functions/updateWorkflowScheme.function.js.map +1 -0
  2883. package/dist/src/functions/updateWorkflowSchemeDraft.function.d.ts +469 -0
  2884. package/dist/src/functions/updateWorkflowSchemeDraft.function.d.ts.map +1 -0
  2885. package/dist/src/functions/updateWorkflowSchemeDraft.function.js +129 -0
  2886. package/dist/src/functions/updateWorkflowSchemeDraft.function.js.map +1 -0
  2887. package/dist/src/functions/updateWorkflowTransitionProperty.function.d.ts +48 -0
  2888. package/dist/src/functions/updateWorkflowTransitionProperty.function.d.ts.map +1 -0
  2889. package/dist/src/functions/updateWorkflowTransitionProperty.function.js +26 -0
  2890. package/dist/src/functions/updateWorkflowTransitionProperty.function.js.map +1 -0
  2891. package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.d.ts +225 -0
  2892. package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.d.ts.map +1 -0
  2893. package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.js +71 -0
  2894. package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.js.map +1 -0
  2895. package/dist/src/functions/updateWorklog.function.d.ts +312 -0
  2896. package/dist/src/functions/updateWorklog.function.d.ts.map +1 -0
  2897. package/dist/src/functions/updateWorklog.function.js +90 -0
  2898. package/dist/src/functions/updateWorklog.function.js.map +1 -0
  2899. package/dist/src/functions/validateProjectKey.function.d.ts +29 -0
  2900. package/dist/src/functions/validateProjectKey.function.d.ts.map +1 -0
  2901. package/dist/src/functions/validateProjectKey.function.js +22 -0
  2902. package/dist/src/functions/validateProjectKey.function.js.map +1 -0
  2903. package/dist/src/index.d.ts +475 -0
  2904. package/dist/src/index.d.ts.map +1 -0
  2905. package/dist/src/index.js +475 -0
  2906. package/dist/src/index.js.map +1 -0
  2907. package/dist/src/jira-api.service.d.ts +10 -0
  2908. package/dist/src/jira-api.service.d.ts.map +1 -0
  2909. package/dist/src/jira-api.service.js +6191 -0
  2910. package/dist/src/jira-api.service.js.map +1 -0
  2911. package/dist/src/jira.credential.d.ts +5 -0
  2912. package/dist/src/jira.credential.d.ts.map +1 -0
  2913. package/dist/src/jira.credential.js +13 -0
  2914. package/dist/src/jira.credential.js.map +1 -0
  2915. package/dist/src/jira.types.d.ts +7 -0
  2916. package/dist/src/jira.types.d.ts.map +1 -0
  2917. package/dist/src/jira.types.js +8 -0
  2918. package/dist/src/jira.types.js.map +1 -0
  2919. package/dist/src/jira.variable.d.ts +5 -0
  2920. package/dist/src/jira.variable.d.ts.map +1 -0
  2921. package/dist/src/jira.variable.js +11 -0
  2922. package/dist/src/jira.variable.js.map +1 -0
  2923. package/dist/src/services.d.ts +2 -0
  2924. package/dist/src/services.d.ts.map +1 -0
  2925. package/dist/src/services.js +14 -0
  2926. package/dist/src/services.js.map +1 -0
  2927. package/package.json +39 -0
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"description":{"description":"The description of the screen.","type":"string"},"id":{"description":"The ID of the screen.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"The name of the screen.","type":"string"},"scope":{"description":"The scope of the screen.","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false}},"additionalProperties":false,"description":"A screen."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"description":{"description":"The description of the screen scheme. The maximum length is 255 characters.","type":"string"},"name":{"type":"string","description":"The name of the screen scheme. The name must be unique. The maximum length is 255 characters."},"screens":{"type":"object","properties":{"create":{"description":"The ID of the create screen.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"default":{"description":"The ID of the default screen. Required when creating a screen scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"edit":{"description":"The ID of the edit screen.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"view":{"description":"The ID of the view screen.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false,"description":"The IDs of the screens for the screen types of the screen scheme. Only screens used in classic projects are accepted."}},"required":["name","screens"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the screen scheme."}},"required":["id"],"additionalProperties":false,"description":"The ID of a screen scheme."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"scope":{"type":"object","properties":{"project":{"description":"Project ID details.","type":"object","properties":{"id":{"type":"string","description":"The ID of the project."}},"required":["id"],"additionalProperties":false},"type":{"type":"string","enum":["PROJECT","GLOBAL"],"description":"The scope of the status. `GLOBAL` for company-managed projects and `PROJECT` for team-managed projects."}},"required":["type"],"additionalProperties":false,"description":"The scope of the status."},"statuses":{"type":"array","items":{"type":"object","properties":{"description":{"description":"The description of the status.","type":"string"},"name":{"type":"string","maxLength":255,"description":"The name of the status."},"statusCategory":{"type":"string","enum":["TODO","IN_PROGRESS","DONE"],"description":"The category of the status."}},"required":["name","statusCategory"],"additionalProperties":false},"description":"Details of the statuses being created."}},"required":["scope","statuses"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"description":{"description":"The description of the status.","type":"string"},"id":{"description":"The ID of the status.","type":"string"},"name":{"description":"The name of the status.","type":"string"},"scope":{"description":"The scope of the status.","type":"object","properties":{"project":{"description":"Project ID details.","type":"object","properties":{"id":{"type":"string","description":"The ID of the project."}},"required":["id"],"additionalProperties":false},"type":{"type":"string","enum":["PROJECT","GLOBAL"],"description":"The scope of the status. `GLOBAL` for company-managed projects and `PROJECT` for team-managed projects."}},"required":["type"],"additionalProperties":false},"statusCategory":{"description":"The category of the status.","type":"string","enum":["TODO","IN_PROGRESS","DONE"]},"usages":{"description":"Projects and issue types where the status is used. Only available if the `usages` expand is requested.","type":"array","items":{"type":"object","properties":{"issueTypes":{"description":"IDs of the issue types","type":"array","items":{"type":"string"}},"project":{"description":"Project ID details.","type":"object","properties":{"id":{"type":"string","description":"The ID of the project."}},"required":["id"],"additionalProperties":false}},"additionalProperties":false}}},"additionalProperties":false}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"contexts":{"description":"List of contexts of the UI modification. The maximum number of contexts is 1000.","type":"array","items":{"type":"object","properties":{"id":{"description":"The ID of the UI modification context.","type":"string"},"isAvailable":{"description":"Whether a context is available. For example, when a project is deleted the context becomes unavailable.","type":"boolean"},"issueTypeId":{"type":"string","description":"The issue type ID of the context."},"projectId":{"type":"string","description":"The project ID of the context."},"viewType":{"type":"string","description":"The view type of the context. Only `GIC` (Global Issue Create) is supported."}},"required":["issueTypeId","projectId","viewType"],"additionalProperties":false}},"data":{"description":"The data of the UI modification. The maximum size of the data is 50000 characters.","type":"string"},"description":{"description":"The description of the UI modification. The maximum length is 255 characters.","type":"string"},"name":{"type":"string","description":"The name of the UI modification. The maximum length is 255 characters."}},"required":["name"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","description":"The ID of the UI modification."},"self":{"type":"string","description":"The URL of the UI modification."}},"required":["id","self"],"additionalProperties":false,"description":"Identifiers for a UI modification."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"applicationKeys":{"description":"Deprecated, do not use.","type":"array","items":{"type":"string"}},"displayName":{"description":"This property is no longer available. If the user has an Atlassian account, their display name is not changed. If the user does not have an Atlassian account, they are sent an email asking them set up an account.","type":"string"},"emailAddress":{"type":"string","description":"The email address for the user."},"key":{"description":"This property is no longer available. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"password":{"description":"This property is no longer available. If the user has an Atlassian account, their password is not changed. If the user does not have an Atlassian account, they are sent an email asking them set up an account.","type":"string"}},"required":["emailAddress"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required in requests.","type":"string","maxLength":128},"accountType":{"description":"The user account type. Can take the following values:\n\n * `atlassian` regular Atlassian user account\n * `app` system account used for Connect applications and OAuth to represent external systems\n * `customer` Jira Service Desk account representing an external service desk","type":"string","enum":["atlassian","app","customer","unknown"]},"active":{"description":"Whether the user is active.","type":"boolean"},"applicationRoles":{"description":"The application roles the user is assigned to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"expand":{"description":"Expand options that include additional user details in the response.","type":"string"},"groups":{"description":"The groups that the user belongs to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"locale":{"description":"The locale of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string","format":"uri"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.","type":"string"}},"additionalProperties":false,"description":"A user with details as permitted by the user's Atlassian Account privacy settings. However, be aware of these exceptions:\n\n * User record deleted from Atlassian: This occurs as the result of a right to be forgotten request. In this case, `displayName` provides an indication and other parameters have default values or are blank (for example, email is blank).\n * User record corrupted: This occurs as a results of events such as a server import and can only happen to deleted users. In this case, `accountId` returns *unknown* and all other parameters have fallback values.\n * User record unavailable: This usually occurs due to an internal service outage. In this case, all parameters have fallback values."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"archived":{"description":"Indicates that the version is archived. Optional when creating or updating a version.","type":"boolean"},"description":{"description":"The description of the version. Optional when creating or updating a version.","type":"string"},"expand":{"description":"Use [expand](em>#expansion) to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include:\n\n * `operations` Returns the list of operations available for this version.\n * `issuesstatus` Returns the count of issues in this version for each of the status categories *to do*, *in progress*, *done*, and *unmapped*. The *unmapped* property contains a count of issues with a status other than *to do*, *in progress*, and *done*.\n\nOptional for create and update.","type":"string"},"moveUnfixedIssuesTo":{"description":"The URL of the self link to the version to which all unfixed issues are moved when a version is released. Not applicable when creating a version. Optional when updating a version.","type":"string","format":"uri"},"name":{"description":"The unique name of the version. Required when creating a version. Optional when updating a version. The maximum length is 255 characters.","type":"string"},"project":{"description":"Deprecated. Use `projectId`.","type":"string"},"projectId":{"description":"The ID of the project to which this version is attached. Required when creating a version. Not applicable when updating a version.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"releaseDate":{"description":"The release date of the version. Expressed in ISO 8601 format (yyyy-mm-dd). Optional when creating or updating a version.","type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"released":{"description":"Indicates that the version is released. If the version is released a request to release again is ignored. Not applicable when creating a version. Optional when updating a version.","type":"boolean"},"startDate":{"description":"The start date of the version. Expressed in ISO 8601 format (yyyy-mm-dd). Optional when creating or updating a version.","type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"archived":{"description":"Indicates that the version is archived. Optional when creating or updating a version.","type":"boolean"},"description":{"description":"The description of the version. Optional when creating or updating a version.","type":"string"},"expand":{"description":"Use [expand](em>#expansion) to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include:\n\n * `operations` Returns the list of operations available for this version.\n * `issuesstatus` Returns the count of issues in this version for each of the status categories *to do*, *in progress*, *done*, and *unmapped*. The *unmapped* property contains a count of issues with a status other than *to do*, *in progress*, and *done*.\n\nOptional for create and update.","type":"string"},"id":{"description":"The ID of the version.","type":"string"},"issuesStatusForFixVersion":{"description":"If the expand option `issuesstatus` is used, returns the count of issues in this version for each of the status categories *to do*, *in progress*, *done*, and *unmapped*. The *unmapped* property contains a count of issues with a status other than *to do*, *in progress*, and *done*.","type":"object","properties":{"done":{"description":"Count of issues with status *done*.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"inProgress":{"description":"Count of issues with status *in progress*.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"toDo":{"description":"Count of issues with status *to do*.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unmapped":{"description":"Count of issues with a status other than *to do*, *in progress*, and *done*.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"moveUnfixedIssuesTo":{"description":"The URL of the self link to the version to which all unfixed issues are moved when a version is released. Not applicable when creating a version. Optional when updating a version.","type":"string","format":"uri"},"name":{"description":"The unique name of the version. Required when creating a version. Optional when updating a version. The maximum length is 255 characters.","type":"string"},"operations":{"description":"If the expand option `operations` is used, returns the list of operations available for this version.","type":"array","items":{"type":"object","properties":{"href":{"type":"string"},"iconClass":{"type":"string"},"id":{"type":"string"},"label":{"type":"string"},"styleClass":{"type":"string"},"title":{"type":"string"},"weight":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}},"overdue":{"description":"Indicates that the version is overdue.","type":"boolean"},"project":{"description":"Deprecated. Use `projectId`.","type":"string"},"projectId":{"description":"The ID of the project to which this version is attached. Required when creating a version. Not applicable when updating a version.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"releaseDate":{"description":"The release date of the version. Expressed in ISO 8601 format (yyyy-mm-dd). Optional when creating or updating a version.","type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"released":{"description":"Indicates that the version is released. If the version is released a request to release again is ignored. Not applicable when creating a version. Optional when updating a version.","type":"boolean"},"self":{"description":"The URL of the version.","type":"string","format":"uri"},"startDate":{"description":"The start date of the version. Expressed in ISO 8601 format (yyyy-mm-dd). Optional when creating or updating a version.","type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"userReleaseDate":{"description":"The date on which work on this version is expected to finish, expressed in the instance's *Day/Month/Year Format* date format.","type":"string"},"userStartDate":{"description":"The date on which work on this version is expected to start, expressed in the instance's *Day/Month/Year Format* date format.","type":"string"}},"additionalProperties":false,"description":"Details about a project version."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"description":{"description":"The description of the workflow. The maximum length is 1000 characters.","type":"string"},"name":{"type":"string","description":"The name of the workflow. The name must be unique. The maximum length is 255 characters. Characters can be separated by a whitespace but the name cannot start or end with a whitespace."},"statuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"The ID of the status."},"properties":{"description":"The properties of the status.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"required":["id"],"additionalProperties":false},"description":"The statuses of the workflow. Any status that does not include a transition is added to the workflow without a transition."},"transitions":{"type":"array","items":{"type":"object","properties":{"description":{"description":"The description of the transition. The maximum length is 1000 characters.","type":"string"},"from":{"description":"The statuses the transition can start from.","type":"array","items":{"type":"string"}},"name":{"type":"string","description":"The name of the transition. The maximum length is 60 characters."},"properties":{"description":"The properties of the transition.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"rules":{"description":"The rules of the transition.","type":"object","properties":{"conditions":{"description":"The workflow conditions.","type":"object","properties":{"conditions":{"description":"The list of workflow conditions.","type":"array","items":{"type":"object","properties":{"conditions":{"description":"The list of workflow conditions."},"configuration":{"description":"EXPERIMENTAL. The configuration of the transition rule.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"description":"EXPERIMENTAL. The configuration of the transition rule."}},"operator":{"description":"The compound condition operator.","type":"string","enum":["AND","OR"]},"type":{"description":"The type of the transition rule.","type":"string"}},"additionalProperties":false}},"configuration":{"description":"EXPERIMENTAL. The configuration of the transition rule.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"description":"EXPERIMENTAL. The configuration of the transition rule."}},"operator":{"description":"The compound condition operator.","type":"string","enum":["AND","OR"]},"type":{"description":"The type of the transition rule.","type":"string"}},"additionalProperties":false},"postFunctions":{"description":"The workflow post functions.\n\n**Note:** The default post functions are always added to the *initial* transition, as in:\n\n \"postFunctions\": [\n {\n \"type\": \"IssueCreateFunction\"\n },\n {\n \"type\": \"IssueReindexFunction\"\n },\n {\n \"type\": \"FireIssueEventFunction\",\n \"configuration\": {\n \"event\": {\n \"id\": \"1\",\n \"name\": \"issue_created\"\n }\n }\n }\n ]\n\n**Note:** The default post functions are always added to the *global* and *directed* transitions, as in:\n\n \"postFunctions\": [\n {\n \"type\": \"UpdateIssueStatusFunction\"\n },\n {\n \"type\": \"CreateCommentFunction\"\n },\n {\n \"type\": \"GenerateChangeHistoryFunction\"\n },\n {\n \"type\": \"IssueReindexFunction\"\n },\n {\n \"type\": \"FireIssueEventFunction\",\n \"configuration\": {\n \"event\": {\n \"id\": \"13\",\n \"name\": \"issue_generic\"\n }\n }\n }\n ]","type":"array","items":{"type":"object","properties":{"configuration":{"description":"EXPERIMENTAL. The configuration of the transition rule.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"description":"EXPERIMENTAL. The configuration of the transition rule."}},"type":{"type":"string","description":"The type of the transition rule."}},"required":["type"],"additionalProperties":false}},"validators":{"description":"The workflow validators.\n\n**Note:** The default permission validator is always added to the *initial* transition, as in:\n\n \"validators\": [\n {\n \"type\": \"PermissionValidator\",\n \"configuration\": {\n \"permissionKey\": \"CREATE_ISSUES\"\n }\n }\n ]","type":"array","items":{"type":"object","properties":{"configuration":{"description":"EXPERIMENTAL. The configuration of the transition rule.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"description":"EXPERIMENTAL. The configuration of the transition rule."}},"type":{"type":"string","description":"The type of the transition rule."}},"required":["type"],"additionalProperties":false}}},"additionalProperties":false},"screen":{"description":"The screen of the transition.","type":"object","properties":{"id":{"type":"string","description":"The ID of the screen."}},"required":["id"],"additionalProperties":false},"to":{"type":"string","description":"The status the transition goes to."},"type":{"type":"string","enum":["global","initial","directed"],"description":"The type of the transition."}},"required":["name","to","type"],"additionalProperties":false},"description":"The transitions of the workflow. For the request to be valid, these transitions must:\n\n * include one *initial* transition.\n * not use the same name for a *global* and *directed* transition.\n * have a unique name for each *global* transition.\n * have a unique 'to' status for each *global* transition.\n * have unique names for each transition from a status.\n * not have a 'from' status on *initial* and *global* transitions.\n * have a 'from' status on *directed* transitions.\n\nAll the transition statuses must be included in `statuses`."}},"required":["name","statuses","transitions"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"entityId":{"description":"The entity ID of the workflow.","type":"string"},"name":{"type":"string","description":"The name of the workflow."}},"required":["name"],"additionalProperties":false,"description":"The classic workflow identifiers."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the active workflow scheme that the draft is created from."}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"defaultWorkflow":{"description":"The name of the default workflow for the workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira. If `defaultWorkflow` is not specified when creating a workflow scheme, it is set to *Jira Workflow (jira)*.","type":"string"},"description":{"description":"The description of the workflow scheme.","type":"string"},"draft":{"description":"Whether the workflow scheme is a draft or not.","type":"boolean"},"id":{"description":"The ID of the workflow scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issueTypeMappings":{"description":"The issue type to workflow mappings, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"issueTypes":{"description":"The issue types available in Jira.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"avatarId":{"description":"The ID of the issue type's avatar.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"description":"The description of the issue type.","type":"string"},"entityId":{"description":"Unique ID for next-gen projects.","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"hierarchyLevel":{"description":"Hierarchy level of the issue type.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"iconUrl":{"description":"The URL of the issue type's avatar.","type":"string"},"id":{"description":"The ID of the issue type.","type":"string"},"name":{"description":"The name of the issue type.","type":"string"},"scope":{"description":"Details of the next-gen projects the issue type is available in.","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"self":{"description":"The URL of these issue type details.","type":"string"},"subtask":{"description":"Whether this issue type is used to create subtasks.","type":"boolean"}},"additionalProperties":false,"description":"Details about an issue type."}},"lastModified":{"description":"The date-time that the draft workflow scheme was last modified. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","type":"string"},"lastModifiedUser":{"description":"The user that last modified the draft workflow scheme. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required in requests.","type":"string","maxLength":128},"accountType":{"description":"The user account type. Can take the following values:\n\n * `atlassian` regular Atlassian user account\n * `app` system account used for Connect applications and OAuth to represent external systems\n * `customer` Jira Service Desk account representing an external service desk","type":"string","enum":["atlassian","app","customer","unknown"]},"active":{"description":"Whether the user is active.","type":"boolean"},"applicationRoles":{"description":"The application roles the user is assigned to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"expand":{"description":"Expand options that include additional user details in the response.","type":"string"},"groups":{"description":"The groups that the user belongs to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"locale":{"description":"The locale of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string","format":"uri"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.","type":"string"}},"additionalProperties":false},"name":{"description":"The name of the workflow scheme. The name must be unique. The maximum length is 255 characters. Required when creating a workflow scheme.","type":"string"},"originalDefaultWorkflow":{"description":"For draft workflow schemes, this property is the name of the default workflow for the original workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira.","type":"string"},"originalIssueTypeMappings":{"description":"For draft workflow schemes, this property is the issue type to workflow mappings for the original workflow scheme, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"self":{"type":"string","format":"uri"},"updateDraftIfNeeded":{"description":"Whether to create or update a draft workflow scheme when updating an active workflow scheme. An active workflow scheme is a workflow scheme that is used by at least one project. The following examples show how this property works:\n\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `true`: If a draft workflow scheme exists, it is updated. Otherwise, a draft workflow scheme is created.\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `false`: An error is returned, as active workflow schemes cannot be updated.\n * Update an inactive workflow scheme with `updateDraftIfNeeded` set to `true`: The workflow scheme is updated, as inactive workflow schemes do not require drafts to update.\n\nDefaults to `false`.","type":"boolean"}},"additionalProperties":false,"description":"Details about a workflow scheme."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"defaultWorkflow":{"description":"The name of the default workflow for the workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira. If `defaultWorkflow` is not specified when creating a workflow scheme, it is set to *Jira Workflow (jira)*.","type":"string"},"description":{"description":"The description of the workflow scheme.","type":"string"},"issueTypeMappings":{"description":"The issue type to workflow mappings, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"name":{"description":"The name of the workflow scheme. The name must be unique. The maximum length is 255 characters. Required when creating a workflow scheme.","type":"string"},"updateDraftIfNeeded":{"description":"Whether to create or update a draft workflow scheme when updating an active workflow scheme. An active workflow scheme is a workflow scheme that is used by at least one project. The following examples show how this property works:\n\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `true`: If a draft workflow scheme exists, it is updated. Otherwise, a draft workflow scheme is created.\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `false`: An error is returned, as active workflow schemes cannot be updated.\n * Update an inactive workflow scheme with `updateDraftIfNeeded` set to `true`: The workflow scheme is updated, as inactive workflow schemes do not require drafts to update.\n\nDefaults to `false`.","type":"boolean"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"defaultWorkflow":{"description":"The name of the default workflow for the workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira. If `defaultWorkflow` is not specified when creating a workflow scheme, it is set to *Jira Workflow (jira)*.","type":"string"},"description":{"description":"The description of the workflow scheme.","type":"string"},"draft":{"description":"Whether the workflow scheme is a draft or not.","type":"boolean"},"id":{"description":"The ID of the workflow scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issueTypeMappings":{"description":"The issue type to workflow mappings, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"issueTypes":{"description":"The issue types available in Jira.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"avatarId":{"description":"The ID of the issue type's avatar.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"description":"The description of the issue type.","type":"string"},"entityId":{"description":"Unique ID for next-gen projects.","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"hierarchyLevel":{"description":"Hierarchy level of the issue type.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"iconUrl":{"description":"The URL of the issue type's avatar.","type":"string"},"id":{"description":"The ID of the issue type.","type":"string"},"name":{"description":"The name of the issue type.","type":"string"},"scope":{"description":"Details of the next-gen projects the issue type is available in.","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"self":{"description":"The URL of these issue type details.","type":"string"},"subtask":{"description":"Whether this issue type is used to create subtasks.","type":"boolean"}},"additionalProperties":false,"description":"Details about an issue type."}},"lastModified":{"description":"The date-time that the draft workflow scheme was last modified. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","type":"string"},"lastModifiedUser":{"description":"The user that last modified the draft workflow scheme. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required in requests.","type":"string","maxLength":128},"accountType":{"description":"The user account type. Can take the following values:\n\n * `atlassian` regular Atlassian user account\n * `app` system account used for Connect applications and OAuth to represent external systems\n * `customer` Jira Service Desk account representing an external service desk","type":"string","enum":["atlassian","app","customer","unknown"]},"active":{"description":"Whether the user is active.","type":"boolean"},"applicationRoles":{"description":"The application roles the user is assigned to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"expand":{"description":"Expand options that include additional user details in the response.","type":"string"},"groups":{"description":"The groups that the user belongs to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"locale":{"description":"The locale of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string","format":"uri"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.","type":"string"}},"additionalProperties":false},"name":{"description":"The name of the workflow scheme. The name must be unique. The maximum length is 255 characters. Required when creating a workflow scheme.","type":"string"},"originalDefaultWorkflow":{"description":"For draft workflow schemes, this property is the name of the default workflow for the original workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira.","type":"string"},"originalIssueTypeMappings":{"description":"For draft workflow schemes, this property is the issue type to workflow mappings for the original workflow scheme, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"self":{"type":"string","format":"uri"},"updateDraftIfNeeded":{"description":"Whether to create or update a draft workflow scheme when updating an active workflow scheme. An active workflow scheme is a workflow scheme that is used by at least one project. The following examples show how this property works:\n\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `true`: If a draft workflow scheme exists, it is updated. Otherwise, a draft workflow scheme is created.\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `false`: An error is returned, as active workflow schemes cannot be updated.\n * Update an inactive workflow scheme with `updateDraftIfNeeded` set to `true`: The workflow scheme is updated, as inactive workflow schemes do not require drafts to update.\n\nDefaults to `false`.","type":"boolean"}},"additionalProperties":false,"description":"Details about a workflow scheme."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"transitionId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the transition. To get the ID, view the workflow in text mode in the Jira admin settings. The ID is shown next to the transition."},"key":{"type":"string","description":"The key of the property being added, also known as the name of the property. Set this to the same value as the `key` defined in the request body."},"workflowName":{"type":"string","description":"The name of the workflow that the transition belongs to."},"workflowMode":{"default":"live","description":"The workflow status. Set to *live* for inactive workflows or *draft* for draft workflows. Active workflows cannot be edited.","type":"string","enum":["live","draft"]},"value":{"type":"string","description":"The value of the transition property."}},"required":["transitionId","key","workflowName","value"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"description":"The ID of the transition property.","type":"string"},"key":{"description":"The key of the transition property. Also known as the name of the transition property.","type":"string"},"value":{"type":"string","description":"The value of the transition property."}},"required":["value"],"additionalProperties":false,"description":"Details about the server Jira is running on."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"apiKey":{"type":"string","description":"Jira API key"}},"required":["apiKey"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectIdOrKey":{"type":"string","description":"The project ID or project key (case sensitive)."},"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the project role. Use [Get all project roles](#api-rest-api-3-role-get) to get a list of project role IDs."},"user":{"description":"The user account ID of the user to remove from the project role.","type":"string"},"group":{"description":"The name of the group to remove from the project role. This parameter cannot be used with the `groupId` parameter. As a group's name can change, use of `groupId` is recommended.","type":"string"},"groupId":{"description":"The ID of the group to remove from the project role. This parameter cannot be used with the `group` parameter.","type":"string"}},"required":["projectIdOrKey","id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","description":"The ID of the version."},"customFieldReplacementList":{"description":"An array of custom field IDs (`customFieldId`) and version IDs (`moveTo`) to update when the fields contain the deleted version.","type":"array","items":{"type":"object","properties":{"customFieldId":{"description":"The ID of the custom field in which to replace the version number.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"moveTo":{"description":"The version number to use as a replacement for the deleted version.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}},"moveAffectedIssuesTo":{"description":"The ID of the version to update `affectedVersion` to when the field contains the deleted version.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"moveFixIssuesTo":{"description":"The ID of the version to update `fixVersion` to when the field contains the deleted version.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"type":{"type":"string","enum":["project","issuetype"],"description":"The avatar type."},"owningObjectId":{"type":"string","description":"The ID of the item the avatar is associated with."},"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the avatar."}},"required":["type","owningObjectId","id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The ID or key of the issue."},"id":{"type":"string","description":"The ID of the comment."}},"required":["issueIdOrKey","id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"commentId":{"type":"string","description":"The ID of the comment."},"propertyKey":{"type":"string","description":"The key of the property."}},"required":["commentId","propertyKey"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","description":"The ID of the component."},"moveIssuesTo":{"description":"The ID of the component to replace the deleted component. If this value is null no replacement is made.","type":"string"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fieldId":{"type":"string","description":"The ID of the custom field."},"contextId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the context."}},"required":["fieldId","contextId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","description":"The ID of a custom field."}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fieldId":{"type":"string","description":"The ID of the custom field."},"contextId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the context from which an option should be deleted."},"optionId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the option to delete."}},"required":["fieldId","contextId","optionId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","description":"The ID of the dashboard."}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"dashboardId":{"type":"string","description":"The ID of the dashboard."},"itemId":{"type":"string","description":"The ID of the dashboard item."},"propertyKey":{"type":"string","description":"The key of the dashboard item property."}},"required":["dashboardId","itemId","propertyKey"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the workflow scheme."},"updateDraftIfNeeded":{"description":"Set to true to create or update the draft of a workflow scheme and delete the mapping from the draft, when the workflow scheme cannot be edited. Defaults to `false`.","type":"boolean"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"defaultWorkflow":{"description":"The name of the default workflow for the workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira. If `defaultWorkflow` is not specified when creating a workflow scheme, it is set to *Jira Workflow (jira)*.","type":"string"},"description":{"description":"The description of the workflow scheme.","type":"string"},"draft":{"description":"Whether the workflow scheme is a draft or not.","type":"boolean"},"id":{"description":"The ID of the workflow scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issueTypeMappings":{"description":"The issue type to workflow mappings, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"issueTypes":{"description":"The issue types available in Jira.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"avatarId":{"description":"The ID of the issue type's avatar.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"description":"The description of the issue type.","type":"string"},"entityId":{"description":"Unique ID for next-gen projects.","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"hierarchyLevel":{"description":"Hierarchy level of the issue type.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"iconUrl":{"description":"The URL of the issue type's avatar.","type":"string"},"id":{"description":"The ID of the issue type.","type":"string"},"name":{"description":"The name of the issue type.","type":"string"},"scope":{"description":"Details of the next-gen projects the issue type is available in.","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"self":{"description":"The URL of these issue type details.","type":"string"},"subtask":{"description":"Whether this issue type is used to create subtasks.","type":"boolean"}},"additionalProperties":false,"description":"Details about an issue type."}},"lastModified":{"description":"The date-time that the draft workflow scheme was last modified. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","type":"string"},"lastModifiedUser":{"description":"The user that last modified the draft workflow scheme. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required in requests.","type":"string","maxLength":128},"accountType":{"description":"The user account type. Can take the following values:\n\n * `atlassian` regular Atlassian user account\n * `app` system account used for Connect applications and OAuth to represent external systems\n * `customer` Jira Service Desk account representing an external service desk","type":"string","enum":["atlassian","app","customer","unknown"]},"active":{"description":"Whether the user is active.","type":"boolean"},"applicationRoles":{"description":"The application roles the user is assigned to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"expand":{"description":"Expand options that include additional user details in the response.","type":"string"},"groups":{"description":"The groups that the user belongs to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"locale":{"description":"The locale of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string","format":"uri"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.","type":"string"}},"additionalProperties":false},"name":{"description":"The name of the workflow scheme. The name must be unique. The maximum length is 255 characters. Required when creating a workflow scheme.","type":"string"},"originalDefaultWorkflow":{"description":"For draft workflow schemes, this property is the name of the default workflow for the original workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira.","type":"string"},"originalIssueTypeMappings":{"description":"For draft workflow schemes, this property is the issue type to workflow mappings for the original workflow scheme, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"self":{"type":"string","format":"uri"},"updateDraftIfNeeded":{"description":"Whether to create or update a draft workflow scheme when updating an active workflow scheme. An active workflow scheme is a workflow scheme that is used by at least one project. The following examples show how this property works:\n\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `true`: If a draft workflow scheme exists, it is updated. Otherwise, a draft workflow scheme is created.\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `false`: An error is returned, as active workflow schemes cannot be updated.\n * Update an inactive workflow scheme with `updateDraftIfNeeded` set to `true`: The workflow scheme is updated, as inactive workflow schemes do not require drafts to update.\n\nDefaults to `false`.","type":"boolean"}},"additionalProperties":false,"description":"Details about a workflow scheme."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the workflow scheme that the draft belongs to."}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"defaultWorkflow":{"description":"The name of the default workflow for the workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira. If `defaultWorkflow` is not specified when creating a workflow scheme, it is set to *Jira Workflow (jira)*.","type":"string"},"description":{"description":"The description of the workflow scheme.","type":"string"},"draft":{"description":"Whether the workflow scheme is a draft or not.","type":"boolean"},"id":{"description":"The ID of the workflow scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issueTypeMappings":{"description":"The issue type to workflow mappings, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"issueTypes":{"description":"The issue types available in Jira.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"avatarId":{"description":"The ID of the issue type's avatar.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"description":"The description of the issue type.","type":"string"},"entityId":{"description":"Unique ID for next-gen projects.","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"hierarchyLevel":{"description":"Hierarchy level of the issue type.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"iconUrl":{"description":"The URL of the issue type's avatar.","type":"string"},"id":{"description":"The ID of the issue type.","type":"string"},"name":{"description":"The name of the issue type.","type":"string"},"scope":{"description":"Details of the next-gen projects the issue type is available in.","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"self":{"description":"The URL of these issue type details.","type":"string"},"subtask":{"description":"Whether this issue type is used to create subtasks.","type":"boolean"}},"additionalProperties":false,"description":"Details about an issue type."}},"lastModified":{"description":"The date-time that the draft workflow scheme was last modified. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","type":"string"},"lastModifiedUser":{"description":"The user that last modified the draft workflow scheme. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required in requests.","type":"string","maxLength":128},"accountType":{"description":"The user account type. Can take the following values:\n\n * `atlassian` regular Atlassian user account\n * `app` system account used for Connect applications and OAuth to represent external systems\n * `customer` Jira Service Desk account representing an external service desk","type":"string","enum":["atlassian","app","customer","unknown"]},"active":{"description":"Whether the user is active.","type":"boolean"},"applicationRoles":{"description":"The application roles the user is assigned to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"expand":{"description":"Expand options that include additional user details in the response.","type":"string"},"groups":{"description":"The groups that the user belongs to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"locale":{"description":"The locale of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string","format":"uri"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.","type":"string"}},"additionalProperties":false},"name":{"description":"The name of the workflow scheme. The name must be unique. The maximum length is 255 characters. Required when creating a workflow scheme.","type":"string"},"originalDefaultWorkflow":{"description":"For draft workflow schemes, this property is the name of the default workflow for the original workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira.","type":"string"},"originalIssueTypeMappings":{"description":"For draft workflow schemes, this property is the issue type to workflow mappings for the original workflow scheme, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"self":{"type":"string","format":"uri"},"updateDraftIfNeeded":{"description":"Whether to create or update a draft workflow scheme when updating an active workflow scheme. An active workflow scheme is a workflow scheme that is used by at least one project. The following examples show how this property works:\n\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `true`: If a draft workflow scheme exists, it is updated. Otherwise, a draft workflow scheme is created.\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `false`: An error is returned, as active workflow schemes cannot be updated.\n * Update an inactive workflow scheme with `updateDraftIfNeeded` set to `true`: The workflow scheme is updated, as inactive workflow schemes do not require drafts to update.\n\nDefaults to `false`.","type":"boolean"}},"additionalProperties":false,"description":"Details about a workflow scheme."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the workflow scheme that the draft belongs to."},"workflowName":{"type":"string","description":"The name of the workflow."}},"required":["id","workflowName"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the filter."},"expand":{"description":"Use [expand](#expansion) to include additional information about filter in the response. This parameter accepts a comma-separated list. Expand options include:\n\n * `sharedUsers` Returns the users that the filter is shared with. This includes users that can browse projects that the filter is shared with. If you don't specify `sharedUsers`, then the `sharedUsers` object is returned but it doesn't list any users. The list of users returned is limited to 1000, to access additional users append `[start-index:end-index]` to the expand request. For example, to access the next 1000 users, use `?expand=sharedUsers[1001:2000]`.\n * `subscriptions` Returns the users that are subscribed to the filter. If you don't specify `subscriptions`, the `subscriptions` object is returned but it doesn't list any subscriptions. The list of subscriptions returned is limited to 1000, to access additional subscriptions append `[start-index:end-index]` to the expand request. For example, to access the next 1000 subscriptions, use `?expand=subscriptions[1001:2000]`.","type":"string"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the field configuration."}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the field configuration scheme."}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the filter to delete."}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"entityId":{"type":"string","description":"The entity ID of the workflow."}},"required":["entityId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fieldKey":{"type":"string","description":"The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**. For example, *example-add-on\\_\\_example-issue-field*. To determine the `fieldKey` value, do one of the following:\n\n * open the app's plugin descriptor, then **app-key** is the key at the top and **field-key** is the key in the `jiraIssueFields` module. **app-key** can also be found in the app listing in the Atlassian Universal Plugin Manager.\n * run [Get fields](#api-rest-api-3-field-get) and in the field details the value is returned in `key`. For example, `\"key\": \"teams-add-on__team-issue-field\"`"},"optionId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the option to be deleted."}},"required":["fieldKey","optionId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The ID or key of the issue."},"deleteSubtasks":{"default":"false","description":"Whether the issue's subtasks are deleted when the issue is deleted.","type":"string","enum":["true","false"]}},"required":["issueIdOrKey"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"linkId":{"type":"string","description":"The ID of the issue link."}},"required":["linkId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueLinkTypeId":{"type":"string","description":"The ID of the issue link type."}},"required":["issueLinkTypeId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The key or ID of the issue."},"propertyKey":{"type":"string","description":"The key of the property."}},"required":["issueIdOrKey","propertyKey"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","description":"The ID of the issue type."},"alternativeIssueTypeId":{"description":"The ID of the replacement issue type.","type":"string"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueTypeId":{"type":"string","description":"The ID of the issue type."},"propertyKey":{"type":"string","description":"The key of the property. Use [Get issue type property keys](#api-rest-api-3-issuetype-issueTypeId-properties-get) to get a list of all issue type property keys."}},"required":["issueTypeId","propertyKey"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueTypeSchemeId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the issue type scheme."}},"required":["issueTypeSchemeId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueTypeScreenSchemeId":{"type":"string","description":"The ID of the issue type screen scheme."}},"required":["issueTypeScreenSchemeId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"notificationSchemeId":{"type":"string","description":"The ID of the notification scheme."}},"required":["notificationSchemeId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"schemeId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the permission scheme to delete the permission grant from."},"permissionId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the permission grant to delete."}},"required":["schemeId","permissionId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"schemeId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the permission scheme being deleted."}},"required":["schemeId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","description":"The ID of the issue priority."},"replaceWith":{"type":"string","description":"The ID of the issue priority that will replace the currently selected resolution."}},"required":["id","replaceWith"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectIdOrKey":{"type":"string","description":"The project ID or project key (case sensitive)."}},"required":["projectIdOrKey"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectIdOrKey":{"type":"string","description":"The project ID or (case-sensitive) key."},"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the avatar."}},"required":["projectIdOrKey","id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectIdOrKey":{"type":"string","description":"The project ID or project key (case sensitive)."},"enableUndo":{"default":false,"description":"Whether this project is placed in the Jira recycle bin where it will be available for restoration.","type":"boolean"}},"required":["projectIdOrKey"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectIdOrKey":{"type":"string","description":"The project ID or project key (case sensitive)."},"propertyKey":{"type":"string","description":"The project property key. Use [Get project property keys](#api-rest-api-3-project-projectIdOrKey-properties-get) to get a list of all project property keys."}},"required":["projectIdOrKey","propertyKey"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the project role. Use [Get all project roles](#api-rest-api-3-role-get) to get a list of project role IDs."},"user":{"description":"The user account ID of the user to remove as a default actor.","type":"string"},"groupId":{"description":"The group ID of the group to be removed as a default actor. This parameter cannot be used with the `group` parameter.","type":"string"},"group":{"description":"The group name of the group to be removed as a default actor.This parameter cannot be used with the `groupId` parameter. As a group's name can change, use of `groupId` is recommended.","type":"string"}},"required":["id"],"additionalProperties":false}