@valiantys/atlassian-app 3.2.0-alpha-1

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 (442) hide show
  1. package/README.md +728 -0
  2. package/atlassian/forge/shared/backend-data-access-async-queue/src/lib/event-payload-storage-service/index.cjs.js +1 -0
  3. package/atlassian/forge/shared/backend-data-access-async-queue/src/lib/event-payload-storage-service/index.es.js +22 -0
  4. package/atlassian/forge/shared/backend-data-access-async-queue/src/lib/job-log-queue/index.cjs.js +1 -0
  5. package/atlassian/forge/shared/backend-data-access-async-queue/src/lib/job-log-queue/index.es.js +60 -0
  6. package/atlassian/forge/shared/backend-data-access-async-queue/src/lib/large-payload-queue-service/index.cjs.js +1 -0
  7. package/atlassian/forge/shared/backend-data-access-async-queue/src/lib/large-payload-queue-service/index.es.js +51 -0
  8. package/atlassian/forge/shared/backend-data-access-async-queue/src/lib/simple-async-queue-service/index.cjs.js +1 -0
  9. package/atlassian/forge/shared/backend-data-access-async-queue/src/lib/simple-async-queue-service/index.es.js +77 -0
  10. package/atlassian/forge/shared/backend-data-access-forge-sql/src/lib/insert-rows/index.cjs.js +1 -0
  11. package/atlassian/forge/shared/backend-data-access-forge-sql/src/lib/insert-rows/index.es.js +21 -0
  12. package/atlassian/forge/shared/backend-data-access-forge-sql/src/lib/upsert-rows/index.cjs.js +1 -0
  13. package/atlassian/forge/shared/backend-data-access-forge-sql/src/lib/upsert-rows/index.es.js +20 -0
  14. package/atlassian/forge/shared/backend-data-access-forge-sql/src/lib/util/index.cjs.js +1 -0
  15. package/atlassian/forge/shared/backend-data-access-forge-sql/src/lib/util/index.es.js +31 -0
  16. package/atlassian/forge/shared/backend-data-access-forge-storage/src/lib/forge-storage-service-standalone/index.cjs.js +1 -0
  17. package/atlassian/forge/shared/backend-data-access-forge-storage/src/lib/forge-storage-service-standalone/index.es.js +244 -0
  18. package/atlassian/forge/shared/backend-data-access-product-fetch-forge-api/src/lib/forge-api-product-fetch/index.cjs.js +1 -0
  19. package/atlassian/forge/shared/backend-data-access-product-fetch-forge-api/src/lib/forge-api-product-fetch/index.es.js +31 -0
  20. package/atlassian/forge/shared/frontend-data-access-product-fetch-forge-bridge/src/lib/forge-bridge-product-fetch/index.cjs.js +1 -0
  21. package/atlassian/forge/shared/frontend-data-access-product-fetch-forge-bridge/src/lib/forge-bridge-product-fetch/index.es.js +28 -0
  22. package/atlassian/forge/shared/frontend-ui-app-flags/src/lib/app-flags-provider-forge/index.cjs.js +1 -0
  23. package/atlassian/forge/shared/frontend-ui-app-flags/src/lib/app-flags-provider-forge/index.es.js +31 -0
  24. package/atlassian/forge/shared/frontend-ui-async-queue-job-log/src/lib/job-log-table/index.cjs.js +1 -0
  25. package/atlassian/forge/shared/frontend-ui-async-queue-job-log/src/lib/job-log-table/index.es.js +107 -0
  26. package/atlassian/forge/shared/util-product-fetch/src/lib/product-fetch/index.cjs.js +3 -0
  27. package/atlassian/forge/shared/util-product-fetch/src/lib/product-fetch/index.es.js +39 -0
  28. package/atlassian/forge/shared/util-resolver/src/lib/common-resolver-paths/index.cjs.js +1 -0
  29. package/atlassian/forge/shared/util-resolver/src/lib/common-resolver-paths/index.es.js +7 -0
  30. package/atlassian/jira/shared/data-access-assets/src/lib/assets-objects-service/index.cjs.js +1 -0
  31. package/atlassian/jira/shared/data-access-assets/src/lib/assets-objects-service/index.es.js +274 -0
  32. package/atlassian/jira/shared/data-access-assets/src/lib/global-icons/index.cjs.js +1 -0
  33. package/atlassian/jira/shared/data-access-assets/src/lib/global-icons/index.es.js +9 -0
  34. package/atlassian/jira/shared/data-access-assets/src/lib/object/index.cjs.js +1 -0
  35. package/atlassian/jira/shared/data-access-assets/src/lib/object/index.es.js +52 -0
  36. package/atlassian/jira/shared/data-access-assets/src/lib/object-linked-issues/index.cjs.js +1 -0
  37. package/atlassian/jira/shared/data-access-assets/src/lib/object-linked-issues/index.es.js +9 -0
  38. package/atlassian/jira/shared/data-access-assets/src/lib/object-schema/index.cjs.js +1 -0
  39. package/atlassian/jira/shared/data-access-assets/src/lib/object-schema/index.es.js +22 -0
  40. package/atlassian/jira/shared/data-access-assets/src/lib/object-type/index.cjs.js +1 -0
  41. package/atlassian/jira/shared/data-access-assets/src/lib/object-type/index.es.js +23 -0
  42. package/atlassian/jira/shared/data-access-assets/src/lib/object-type-attribute/index.cjs.js +1 -0
  43. package/atlassian/jira/shared/data-access-assets/src/lib/object-type-attribute/index.es.js +19 -0
  44. package/atlassian/jira/shared/data-access-issue/src/lib/jira-issue-service/index.cjs.js +1 -0
  45. package/atlassian/jira/shared/data-access-issue/src/lib/jira-issue-service/index.es.js +167 -0
  46. package/atlassian/jira/shared/data-access-issue/src/lib/jira-remote-links-service/index.cjs.js +1 -0
  47. package/atlassian/jira/shared/data-access-issue/src/lib/jira-remote-links-service/index.es.js +20 -0
  48. package/atlassian/jira/shared/data-access-jql/src/lib/jql-precomputation-service/index.cjs.js +1 -0
  49. package/atlassian/jira/shared/data-access-jql/src/lib/jql-precomputation-service/index.es.js +34 -0
  50. package/atlassian/jira/shared/data-access-project/src/lib/jira-project-service/index.cjs.js +1 -0
  51. package/atlassian/jira/shared/data-access-project/src/lib/jira-project-service/index.es.js +85 -0
  52. package/atlassian/jira/shared/data-access-serverinfo/src/lib/jira-server-info-service/index.cjs.js +1 -0
  53. package/atlassian/jira/shared/data-access-serverinfo/src/lib/jira-server-info-service/index.es.js +21 -0
  54. package/atlassian/jira/shared/data-access-workspaces/src/lib/user-workspace-service/index.cjs.js +1 -0
  55. package/atlassian/jira/shared/data-access-workspaces/src/lib/user-workspace-service/index.es.js +50 -0
  56. package/atlassian/jira/shared/util-assets/src/lib/asset-type/index.cjs.js +1 -0
  57. package/atlassian/jira/shared/util-assets/src/lib/asset-type/index.es.js +4 -0
  58. package/atlassian/jira/shared/util-assets/src/lib/object/index.cjs.js +1 -0
  59. package/atlassian/jira/shared/util-assets/src/lib/object/index.es.js +9 -0
  60. package/atlassian/jira/shared/util-assets/src/lib/object-type-attribute/index.cjs.js +1 -0
  61. package/atlassian/jira/shared/util-assets/src/lib/object-type-attribute/index.es.js +14 -0
  62. package/atlassian/jira/shared/util-jira-v3-api/src/lib/issue/index.cjs.js +1 -0
  63. package/atlassian/jira/shared/util-jira-v3-api/src/lib/issue/index.es.js +12 -0
  64. package/atlassian/jira/shared/util-jira-v3-api/src/lib/jira-server-info/index.cjs.js +1 -0
  65. package/atlassian/jira/shared/util-jira-v3-api/src/lib/jira-server-info/index.es.js +9 -0
  66. package/atlassian/shared/backend-feature-atlassian-app/src/lib/atlassian-app-backend-forge/index.cjs.js +1 -0
  67. package/atlassian/shared/backend-feature-atlassian-app/src/lib/atlassian-app-backend-forge/index.es.js +8 -0
  68. package/atlassian/shared/backend-feature-atlassian-app-express/src/lib/atlassian-app-backend-express/index.cjs.js +1 -0
  69. package/atlassian/shared/backend-feature-atlassian-app-express/src/lib/atlassian-app-backend-express/index.es.js +125 -0
  70. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.cjs.js +1 -0
  71. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.es.js +127 -0
  72. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.cjs.js +1 -0
  73. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.es.js +56 -0
  74. package/atlassian/shared/data-access-resources/src/lib/atlassian-user-resource-service/index.cjs.js +1 -0
  75. package/atlassian/shared/data-access-resources/src/lib/atlassian-user-resource-service/index.es.js +44 -0
  76. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/atlassian-app/index.cjs.js +1 -0
  77. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/atlassian-app/index.es.js +41 -0
  78. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/custom-ui/atlassian-app-forge/index.cjs.js +1 -0
  79. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/custom-ui/atlassian-app-forge/index.es.js +59 -0
  80. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.cjs.js +1 -0
  81. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.es.js +168 -0
  82. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/test/atlassian-app-test/index.cjs.js +1 -0
  83. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/test/atlassian-app-test/index.es.js +66 -0
  84. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/ui-kit/atlassian-app-forge-ui-kit/index.cjs.js +1 -0
  85. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/ui-kit/atlassian-app-forge-ui-kit/index.es.js +25 -0
  86. package/atlassian/shared/frontend-feature-chosen-resource-check/src/index/index.cjs.js +1 -0
  87. package/atlassian/shared/frontend-feature-chosen-resource-check/src/index/index.es.js +5 -0
  88. package/atlassian/shared/frontend-feature-chosen-resource-check/src/lib/feature-chosen-resource-check/index.cjs.js +1 -0
  89. package/atlassian/shared/frontend-feature-chosen-resource-check/src/lib/feature-chosen-resource-check/index.es.js +69 -0
  90. package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/feature-chosen-workspace-check/index.cjs.js +1 -0
  91. package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/feature-chosen-workspace-check/index.es.js +83 -0
  92. package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/jira-workspace-provider/index.cjs.js +1 -0
  93. package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/jira-workspace-provider/index.es.js +13 -0
  94. package/atlassian/shared/frontend-feature-oauth-login/src/lib/feature-oauth/index.cjs.js +1 -0
  95. package/atlassian/shared/frontend-feature-oauth-login/src/lib/feature-oauth/index.es.js +65 -0
  96. package/atlassian/shared/frontend-feature-oauth-login/src/lib/oauth-routes/index.cjs.js +1 -0
  97. package/atlassian/shared/frontend-feature-oauth-login/src/lib/oauth-routes/index.es.js +51 -0
  98. package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-callback/index.cjs.js +1 -0
  99. package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-callback/index.es.js +28 -0
  100. package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-redirect-login/index.cjs.js +1 -0
  101. package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-redirect-login/index.es.js +9 -0
  102. package/atlassian/shared/frontend-feature-oauth-login/src/lib/util/index.cjs.js +1 -0
  103. package/atlassian/shared/frontend-feature-oauth-login/src/lib/util/index.es.js +19 -0
  104. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch/index.cjs.js +1 -0
  105. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch/index.es.js +9 -0
  106. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch-methods/index.cjs.js +1 -0
  107. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch-methods/index.es.js +35 -0
  108. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-provider-atlaskit/index.cjs.js +1 -0
  109. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-provider-atlaskit/index.es.js +106 -0
  110. package/atlassian/shared/frontend-ui-atlaskit-forms/src/lib/option/index.cjs.js +1 -0
  111. package/atlassian/shared/frontend-ui-atlaskit-forms/src/lib/option/index.es.js +8 -0
  112. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-bitbucket/index.cjs.js +1 -0
  113. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-bitbucket/index.es.js +20 -0
  114. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-confluence/index.cjs.js +1 -0
  115. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-confluence/index.es.js +20 -0
  116. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-jira/index.cjs.js +1 -0
  117. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-jira/index.es.js +18 -0
  118. package/atlassian/shared/frontend-ui-backend-adapter/src/lib/backend-adapter/index.cjs.js +1 -0
  119. package/atlassian/shared/frontend-ui-backend-adapter/src/lib/backend-adapter/index.es.js +28 -0
  120. package/atlassian/shared/frontend-ui-backend-adapter/src/lib/oauth-fetch-invoke/index.cjs.js +1 -0
  121. package/atlassian/shared/frontend-ui-backend-adapter/src/lib/oauth-fetch-invoke/index.es.js +16 -0
  122. package/atlassian/shared/frontend-ui-copy-button/src/lib/copy-text-button/index.cjs.js +1 -0
  123. package/atlassian/shared/frontend-ui-copy-button/src/lib/copy-text-button/index.es.js +39 -0
  124. package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel/index.cjs.js +1 -0
  125. package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel/index.es.js +28 -0
  126. package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel-stateless/index.cjs.js +1 -0
  127. package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel-stateless/index.es.js +41 -0
  128. package/atlassian/shared/frontend-ui-expand-panel/src/lib/styled-panel/index.cjs.js +45 -0
  129. package/atlassian/shared/frontend-ui-expand-panel/src/lib/styled-panel/index.es.js +53 -0
  130. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router/index.cjs.js +1 -0
  131. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router/index.es.js +14 -0
  132. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-link/index.cjs.js +1 -0
  133. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-link/index.es.js +31 -0
  134. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-provider/index.cjs.js +1 -0
  135. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-provider/index.es.js +18 -0
  136. package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper/index.cjs.js +1 -0
  137. package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper/index.es.js +54 -0
  138. package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper.module.scss/index.cjs.js +1 -0
  139. package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper.module.scss/index.es.js +6 -0
  140. package/atlassian/shared/frontend-ui-modal/src/lib/modal-content/index.cjs.js +1 -0
  141. package/atlassian/shared/frontend-ui-modal/src/lib/modal-content/index.es.js +34 -0
  142. package/atlassian/shared/frontend-ui-modal/src/lib/modal-content-iframe/index.cjs.js +1 -0
  143. package/atlassian/shared/frontend-ui-modal/src/lib/modal-content-iframe/index.es.js +48 -0
  144. package/atlassian/shared/frontend-ui-modal/src/lib/modal-dialog-layout/index.cjs.js +1 -0
  145. package/atlassian/shared/frontend-ui-modal/src/lib/modal-dialog-layout/index.es.js +24 -0
  146. package/atlassian/shared/frontend-ui-modal/src/lib/modal-view-context/index.cjs.js +1 -0
  147. package/atlassian/shared/frontend-ui-modal/src/lib/modal-view-context/index.es.js +14 -0
  148. package/atlassian/shared/frontend-ui-modal-service/src/lib/modal-service/index.cjs.js +1 -0
  149. package/atlassian/shared/frontend-ui-modal-service/src/lib/modal-service/index.es.js +38 -0
  150. package/atlassian/shared/frontend-ui-modal-service/src/lib/modal-service-provider/index.cjs.js +1 -0
  151. package/atlassian/shared/frontend-ui-modal-service/src/lib/modal-service-provider/index.es.js +20 -0
  152. package/atlassian/shared/frontend-ui-page-loading-view/src/lib/page-loading-view/index.cjs.js +1 -0
  153. package/atlassian/shared/frontend-ui-page-loading-view/src/lib/page-loading-view/index.es.js +19 -0
  154. package/atlassian/shared/frontend-ui-remote-adapter/src/lib/oauth-fetch-invoke-remote/index.cjs.js +1 -0
  155. package/atlassian/shared/frontend-ui-remote-adapter/src/lib/oauth-fetch-invoke-remote/index.es.js +12 -0
  156. package/atlassian/shared/frontend-ui-remote-adapter/src/lib/remote-adapter/index.cjs.js +1 -0
  157. package/atlassian/shared/frontend-ui-remote-adapter/src/lib/remote-adapter/index.es.js +28 -0
  158. package/atlassian/shared/frontend-ui-view-context/src/lib/mock-view-context/index.cjs.js +1 -0
  159. package/atlassian/shared/frontend-ui-view-context/src/lib/mock-view-context/index.es.js +27 -0
  160. package/atlassian/shared/frontend-ui-view-context/src/lib/view-context-provider/index.cjs.js +1 -0
  161. package/atlassian/shared/frontend-ui-view-context/src/lib/view-context-provider/index.es.js +18 -0
  162. package/atlassian/shared/util-error/src/index/index.cjs.js +1 -0
  163. package/atlassian/shared/util-error/src/index/index.es.js +8 -0
  164. package/atlassian-app.css +1 -0
  165. package/backend-data-access-async-queue/atlassian-app-backend-data-access-async-queue.api.json +2205 -0
  166. package/backend-data-access-async-queue/atlassian-app.api.md +118 -0
  167. package/backend-data-access-async-queue/index.cjs.js +1 -0
  168. package/backend-data-access-async-queue/index.d.ts +121 -0
  169. package/backend-data-access-async-queue/index.es.js +10 -0
  170. package/backend-data-access-async-queue/tsdoc-metadata.json +11 -0
  171. package/backend-data-access-forge-sql/atlassian-app-backend-data-access-forge-sql.api.json +554 -0
  172. package/backend-data-access-forge-sql/atlassian-app.api.md +21 -0
  173. package/backend-data-access-forge-sql/index.cjs.js +1 -0
  174. package/backend-data-access-forge-sql/index.d.ts +18 -0
  175. package/backend-data-access-forge-sql/index.es.js +8 -0
  176. package/backend-data-access-forge-sql/tsdoc-metadata.json +11 -0
  177. package/backend-data-access-forge-storage/atlassian-app-backend-data-access-forge-storage.api.json +772 -0
  178. package/backend-data-access-forge-storage/atlassian-app.api.md +58 -0
  179. package/backend-data-access-forge-storage/index.cjs.js +1 -0
  180. package/backend-data-access-forge-storage/index.d.ts +50 -0
  181. package/backend-data-access-forge-storage/index.es.js +4 -0
  182. package/backend-data-access-forge-storage/tsdoc-metadata.json +11 -0
  183. package/backend-data-access-product-fetch-forge-api/atlassian-app-backend-data-access-product-fetch-forge-api.api.json +266 -0
  184. package/backend-data-access-product-fetch-forge-api/atlassian-app.api.md +15 -0
  185. package/backend-data-access-product-fetch-forge-api/index.cjs.js +1 -0
  186. package/backend-data-access-product-fetch-forge-api/index.d.ts +32 -0
  187. package/backend-data-access-product-fetch-forge-api/index.es.js +4 -0
  188. package/backend-data-access-product-fetch-forge-api/tsdoc-metadata.json +11 -0
  189. package/backend-feature-atlassian-app/atlassian-app-backend-feature-atlassian-app.api.json +458 -0
  190. package/backend-feature-atlassian-app/atlassian-app.api.md +41 -0
  191. package/backend-feature-atlassian-app/index.cjs.js +1 -0
  192. package/backend-feature-atlassian-app/index.d.ts +102 -0
  193. package/backend-feature-atlassian-app/index.es.js +4 -0
  194. package/backend-feature-atlassian-app/tsdoc-metadata.json +11 -0
  195. package/backend-feature-atlassian-app-express/atlassian-app-backend-feature-atlassian-app-express.api.json +682 -0
  196. package/backend-feature-atlassian-app-express/atlassian-app.api.md +51 -0
  197. package/backend-feature-atlassian-app-express/index.cjs.js +1 -0
  198. package/backend-feature-atlassian-app-express/index.d.ts +141 -0
  199. package/backend-feature-atlassian-app-express/index.es.js +9 -0
  200. package/backend-feature-atlassian-app-express/tsdoc-metadata.json +11 -0
  201. package/data-access-assets/atlassian-app-data-access-assets.api.json +2441 -0
  202. package/data-access-assets/atlassian-app.api.md +109 -0
  203. package/data-access-assets/index.cjs.js +1 -0
  204. package/data-access-assets/index.d.ts +316 -0
  205. package/data-access-assets/index.es.js +23 -0
  206. package/data-access-assets/tsdoc-metadata.json +11 -0
  207. package/data-access-atlassian-product-fetch-oauth/atlassian-app-data-access-atlassian-product-fetch-oauth.api.json +1439 -0
  208. package/data-access-atlassian-product-fetch-oauth/atlassian-app.api.md +92 -0
  209. package/data-access-atlassian-product-fetch-oauth/index.cjs.js +1 -0
  210. package/data-access-atlassian-product-fetch-oauth/index.d.ts +79 -0
  211. package/data-access-atlassian-product-fetch-oauth/index.es.js +14 -0
  212. package/data-access-atlassian-product-fetch-oauth/tsdoc-metadata.json +11 -0
  213. package/data-access-issue/atlassian-app-data-access-issue.api.json +1995 -0
  214. package/data-access-issue/atlassian-app.api.md +111 -0
  215. package/data-access-issue/index.cjs.js +1 -0
  216. package/data-access-issue/index.d.ts +471 -0
  217. package/data-access-issue/index.es.js +6 -0
  218. package/data-access-issue/tsdoc-metadata.json +11 -0
  219. package/data-access-jql/atlassian-app-data-access-jql.api.json +388 -0
  220. package/data-access-jql/atlassian-app.api.md +25 -0
  221. package/data-access-jql/index.cjs.js +1 -0
  222. package/data-access-jql/index.d.ts +62 -0
  223. package/data-access-jql/index.es.js +4 -0
  224. package/data-access-jql/tsdoc-metadata.json +11 -0
  225. package/data-access-project/atlassian-app-data-access-project.api.json +856 -0
  226. package/data-access-project/atlassian-app.api.md +41 -0
  227. package/data-access-project/index.cjs.js +1 -0
  228. package/data-access-project/index.d.ts +114 -0
  229. package/data-access-project/index.es.js +4 -0
  230. package/data-access-project/tsdoc-metadata.json +11 -0
  231. package/data-access-resources/atlassian-app-data-access-resources.api.json +515 -0
  232. package/data-access-resources/atlassian-app.api.md +45 -0
  233. package/data-access-resources/index.cjs.js +1 -0
  234. package/data-access-resources/index.d.ts +27 -0
  235. package/data-access-resources/index.es.js +4 -0
  236. package/data-access-resources/tsdoc-metadata.json +11 -0
  237. package/data-access-serverinfo/atlassian-app-data-access-serverinfo.api.json +366 -0
  238. package/data-access-serverinfo/atlassian-app.api.md +23 -0
  239. package/data-access-serverinfo/index.cjs.js +1 -0
  240. package/data-access-serverinfo/index.d.ts +61 -0
  241. package/data-access-serverinfo/index.es.js +4 -0
  242. package/data-access-serverinfo/tsdoc-metadata.json +11 -0
  243. package/data-access-workspaces/atlassian-app-data-access-workspaces.api.json +406 -0
  244. package/data-access-workspaces/atlassian-app.api.md +32 -0
  245. package/data-access-workspaces/index.cjs.js +1 -0
  246. package/data-access-workspaces/index.d.ts +50 -0
  247. package/data-access-workspaces/index.es.js +4 -0
  248. package/data-access-workspaces/tsdoc-metadata.json +11 -0
  249. package/frontend-app/atlassian-app-frontend-app.api.json +636 -0
  250. package/frontend-app/atlassian-app.api.md +56 -0
  251. package/frontend-app/index.cjs.js +1 -0
  252. package/frontend-app/index.d.ts +109 -0
  253. package/frontend-app/index.es.js +5 -0
  254. package/frontend-app/tsdoc-metadata.json +11 -0
  255. package/frontend-app-custom-ui/atlassian-app-frontend-app-custom-ui.api.json +242 -0
  256. package/frontend-app-custom-ui/atlassian-app.api.md +17 -0
  257. package/frontend-app-custom-ui/index.cjs.js +1 -0
  258. package/frontend-app-custom-ui/index.d.ts +20 -0
  259. package/frontend-app-custom-ui/index.es.js +4 -0
  260. package/frontend-app-custom-ui/tsdoc-metadata.json +11 -0
  261. package/frontend-app-standalone/atlassian-app-frontend-app-standalone.api.json +554 -0
  262. package/frontend-app-standalone/atlassian-app.api.md +46 -0
  263. package/frontend-app-standalone/index.cjs.js +1 -0
  264. package/frontend-app-standalone/index.d.ts +45 -0
  265. package/frontend-app-standalone/index.es.js +4 -0
  266. package/frontend-app-standalone/tsdoc-metadata.json +11 -0
  267. package/frontend-app-test/atlassian-app-frontend-app-test.api.json +514 -0
  268. package/frontend-app-test/atlassian-app.api.md +45 -0
  269. package/frontend-app-test/index.cjs.js +1 -0
  270. package/frontend-app-test/index.d.ts +67 -0
  271. package/frontend-app-test/index.es.js +5 -0
  272. package/frontend-app-test/tsdoc-metadata.json +11 -0
  273. package/frontend-app-ui-kit/atlassian-app-frontend-app-ui-kit.api.json +229 -0
  274. package/frontend-app-ui-kit/atlassian-app.api.md +15 -0
  275. package/frontend-app-ui-kit/index.cjs.js +1 -0
  276. package/frontend-app-ui-kit/index.d.ts +6 -0
  277. package/frontend-app-ui-kit/index.es.js +4 -0
  278. package/frontend-app-ui-kit/tsdoc-metadata.json +11 -0
  279. package/package.json +271 -0
  280. package/shared/frontend-ui-drop-target/src/lib/drop-target-box/index.cjs.js +1 -0
  281. package/shared/frontend-ui-drop-target/src/lib/drop-target-box/index.es.js +20 -0
  282. package/shared/frontend-ui-drop-target/src/lib/drop-target-box.module.scss/index.cjs.js +1 -0
  283. package/shared/frontend-ui-drop-target/src/lib/drop-target-box.module.scss/index.es.js +6 -0
  284. package/shared/frontend-ui-drop-target/src/lib/drop-utils/index.cjs.js +1 -0
  285. package/shared/frontend-ui-drop-target/src/lib/drop-utils/index.es.js +24 -0
  286. package/shared/frontend-ui-load-data-hook/src/lib/load-data-hook/index.cjs.js +1 -0
  287. package/shared/frontend-ui-load-data-hook/src/lib/load-data-hook/index.es.js +32 -0
  288. package/shared/frontend-ui-window-listener-hook/src/lib/window-listener-hook/index.cjs.js +1 -0
  289. package/shared/frontend-ui-window-listener-hook/src/lib/window-listener-hook/index.es.js +9 -0
  290. package/shared/util-fetch/src/lib/shared-util-fetch/index.cjs.js +2 -0
  291. package/shared/util-fetch/src/lib/shared-util-fetch/index.es.js +76 -0
  292. package/ui-app-flags/atlassian-app-ui-app-flags.api.json +587 -0
  293. package/ui-app-flags/atlassian-app.api.md +57 -0
  294. package/ui-app-flags/index.cjs.js +1 -0
  295. package/ui-app-flags/index.d.ts +37 -0
  296. package/ui-app-flags/index.es.js +9 -0
  297. package/ui-app-flags/tsdoc-metadata.json +11 -0
  298. package/ui-async-queue-job-log/atlassian-app-ui-async-queue-job-log.api.json +246 -0
  299. package/ui-async-queue-job-log/atlassian-app.api.md +22 -0
  300. package/ui-async-queue-job-log/index.cjs.js +1 -0
  301. package/ui-async-queue-job-log/index.d.ts +21 -0
  302. package/ui-async-queue-job-log/index.es.js +4 -0
  303. package/ui-async-queue-job-log/tsdoc-metadata.json +11 -0
  304. package/ui-atlaskit-forms/atlassian-app-ui-atlaskit-forms.api.json +341 -0
  305. package/ui-atlaskit-forms/atlassian-app.api.md +19 -0
  306. package/ui-atlaskit-forms/index.cjs.js +1 -0
  307. package/ui-atlaskit-forms/index.d.ts +48 -0
  308. package/ui-atlaskit-forms/index.es.js +4 -0
  309. package/ui-atlaskit-forms/tsdoc-metadata.json +11 -0
  310. package/ui-atlassian-product-fetch/atlassian-app-ui-atlassian-product-fetch.api.json +418 -0
  311. package/ui-atlassian-product-fetch/atlassian-app.api.md +38 -0
  312. package/ui-atlassian-product-fetch/index.cjs.js +1 -0
  313. package/ui-atlassian-product-fetch/index.d.ts +60 -0
  314. package/ui-atlassian-product-fetch/index.es.js +11 -0
  315. package/ui-atlassian-product-fetch/tsdoc-metadata.json +11 -0
  316. package/ui-backend-adapter/atlassian-app-ui-backend-adapter.api.json +402 -0
  317. package/ui-backend-adapter/atlassian-app.api.md +34 -0
  318. package/ui-backend-adapter/index.cjs.js +1 -0
  319. package/ui-backend-adapter/index.d.ts +26 -0
  320. package/ui-backend-adapter/index.es.js +7 -0
  321. package/ui-backend-adapter/tsdoc-metadata.json +11 -0
  322. package/ui-chosen-resource-check/atlassian-app-ui-chosen-resource-check.api.json +388 -0
  323. package/ui-chosen-resource-check/atlassian-app.api.md +35 -0
  324. package/ui-chosen-resource-check/index.cjs.js +1 -0
  325. package/ui-chosen-resource-check/index.d.ts +20 -0
  326. package/ui-chosen-resource-check/index.es.js +4 -0
  327. package/ui-chosen-resource-check/tsdoc-metadata.json +11 -0
  328. package/ui-chosen-workspace-check/atlassian-app-ui-chosen-workspace-check.api.json +362 -0
  329. package/ui-chosen-workspace-check/atlassian-app.api.md +30 -0
  330. package/ui-chosen-workspace-check/index.cjs.js +1 -0
  331. package/ui-chosen-workspace-check/index.d.ts +17 -0
  332. package/ui-chosen-workspace-check/index.es.js +7 -0
  333. package/ui-chosen-workspace-check/tsdoc-metadata.json +11 -0
  334. package/ui-copy-button/atlassian-app-ui-copy-button.api.json +384 -0
  335. package/ui-copy-button/atlassian-app.api.md +30 -0
  336. package/ui-copy-button/index.cjs.js +1 -0
  337. package/ui-copy-button/index.d.ts +15 -0
  338. package/ui-copy-button/index.es.js +4 -0
  339. package/ui-copy-button/tsdoc-metadata.json +11 -0
  340. package/ui-drop-target/atlassian-app-ui-drop-target.api.json +637 -0
  341. package/ui-drop-target/atlassian-app.api.md +50 -0
  342. package/ui-drop-target/index.cjs.js +1 -0
  343. package/ui-drop-target/index.d.ts +39 -0
  344. package/ui-drop-target/index.es.js +7 -0
  345. package/ui-drop-target/tsdoc-metadata.json +11 -0
  346. package/ui-expand-panel/atlassian-app-ui-expand-panel.api.json +252 -0
  347. package/ui-expand-panel/atlassian-app.api.md +23 -0
  348. package/ui-expand-panel/index.cjs.js +1 -0
  349. package/ui-expand-panel/index.d.ts +31 -0
  350. package/ui-expand-panel/index.es.js +6 -0
  351. package/ui-expand-panel/tsdoc-metadata.json +11 -0
  352. package/ui-host-router/atlassian-app-ui-host-router.api.json +827 -0
  353. package/ui-host-router/atlassian-app.api.md +61 -0
  354. package/ui-host-router/index.cjs.js +1 -0
  355. package/ui-host-router/index.d.ts +40 -0
  356. package/ui-host-router/index.es.js +9 -0
  357. package/ui-host-router/tsdoc-metadata.json +11 -0
  358. package/ui-iframe/atlassian-app-ui-iframe.api.json +531 -0
  359. package/ui-iframe/atlassian-app.api.md +43 -0
  360. package/ui-iframe/index.cjs.js +1 -0
  361. package/ui-iframe/index.d.ts +24 -0
  362. package/ui-iframe/index.es.js +4 -0
  363. package/ui-iframe/tsdoc-metadata.json +11 -0
  364. package/ui-load-data-hook/atlassian-app-ui-load-data-hook.api.json +329 -0
  365. package/ui-load-data-hook/atlassian-app.api.md +25 -0
  366. package/ui-load-data-hook/index.cjs.js +1 -0
  367. package/ui-load-data-hook/index.d.ts +38 -0
  368. package/ui-load-data-hook/index.es.js +4 -0
  369. package/ui-load-data-hook/tsdoc-metadata.json +11 -0
  370. package/ui-modal/atlassian-app-ui-modal.api.json +1462 -0
  371. package/ui-modal/atlassian-app.api.md +117 -0
  372. package/ui-modal/index.cjs.js +1 -0
  373. package/ui-modal/index.d.ts +126 -0
  374. package/ui-modal/index.es.js +16 -0
  375. package/ui-modal/tsdoc-metadata.json +11 -0
  376. package/ui-modal-service/atlassian-app-ui-modal-service.api.json +809 -0
  377. package/ui-modal-service/atlassian-app.api.md +59 -0
  378. package/ui-modal-service/index.cjs.js +1 -0
  379. package/ui-modal-service/index.d.ts +41 -0
  380. package/ui-modal-service/index.es.js +7 -0
  381. package/ui-modal-service/tsdoc-metadata.json +11 -0
  382. package/ui-oauth-login/atlassian-app-ui-oauth-login.api.json +809 -0
  383. package/ui-oauth-login/atlassian-app.api.md +67 -0
  384. package/ui-oauth-login/index.cjs.js +1 -0
  385. package/ui-oauth-login/index.d.ts +47 -0
  386. package/ui-oauth-login/index.es.js +9 -0
  387. package/ui-oauth-login/tsdoc-metadata.json +11 -0
  388. package/ui-page-loading-view/atlassian-app-ui-page-loading-view.api.json +242 -0
  389. package/ui-page-loading-view/atlassian-app.api.md +19 -0
  390. package/ui-page-loading-view/index.cjs.js +1 -0
  391. package/ui-page-loading-view/index.d.ts +10 -0
  392. package/ui-page-loading-view/index.es.js +4 -0
  393. package/ui-page-loading-view/tsdoc-metadata.json +11 -0
  394. package/ui-remote-adapter/atlassian-app-ui-remote-adapter.api.json +369 -0
  395. package/ui-remote-adapter/atlassian-app.api.md +33 -0
  396. package/ui-remote-adapter/index.cjs.js +1 -0
  397. package/ui-remote-adapter/index.d.ts +26 -0
  398. package/ui-remote-adapter/index.es.js +7 -0
  399. package/ui-remote-adapter/tsdoc-metadata.json +11 -0
  400. package/ui-view-context/atlassian-app-ui-view-context.api.json +992 -0
  401. package/ui-view-context/atlassian-app.api.md +78 -0
  402. package/ui-view-context/index.cjs.js +1 -0
  403. package/ui-view-context/index.d.ts +62 -0
  404. package/ui-view-context/index.es.js +7 -0
  405. package/ui-view-context/tsdoc-metadata.json +11 -0
  406. package/util-assets/atlassian-app-util-assets.api.json +4726 -0
  407. package/util-assets/atlassian-app.api.md +418 -0
  408. package/util-assets/index.cjs.js +1 -0
  409. package/util-assets/index.d.ts +245 -0
  410. package/util-assets/index.es.js +9 -0
  411. package/util-assets/tsdoc-metadata.json +11 -0
  412. package/util-async-queue/atlassian-app-util-async-queue.api.json +439 -0
  413. package/util-async-queue/atlassian-app.api.md +31 -0
  414. package/util-async-queue/index.cjs.js +1 -0
  415. package/util-async-queue/index.d.ts +13 -0
  416. package/util-async-queue/index.es.js +1 -0
  417. package/util-async-queue/tsdoc-metadata.json +11 -0
  418. package/util-atlassian-product-fetch/atlassian-app-util-atlassian-product-fetch.api.json +1795 -0
  419. package/util-atlassian-product-fetch/atlassian-app.api.md +116 -0
  420. package/util-atlassian-product-fetch/index.cjs.js +1 -0
  421. package/util-atlassian-product-fetch/index.d.ts +70 -0
  422. package/util-atlassian-product-fetch/index.es.js +9 -0
  423. package/util-atlassian-product-fetch/tsdoc-metadata.json +11 -0
  424. package/util-jira-v3-api/atlassian-app-util-jira-v3-api.api.json +7431 -0
  425. package/util-jira-v3-api/atlassian-app.api.md +777 -0
  426. package/util-jira-v3-api/index.cjs.js +1 -0
  427. package/util-jira-v3-api/index.d.ts +510 -0
  428. package/util-jira-v3-api/index.es.js +8 -0
  429. package/util-jira-v3-api/tsdoc-metadata.json +11 -0
  430. package/util-resolver/atlassian-app-util-resolver.api.json +1014 -0
  431. package/util-resolver/atlassian-app.api.md +90 -0
  432. package/util-resolver/index.cjs.js +1 -0
  433. package/util-resolver/index.d.ts +67 -0
  434. package/util-resolver/index.es.js +4 -0
  435. package/util-resolver/tsdoc-metadata.json +11 -0
  436. package/util-trigger/atlassian-app-util-trigger.api.json +792 -0
  437. package/util-trigger/atlassian-app.api.md +84 -0
  438. package/util-trigger/index.cjs.js +1 -0
  439. package/util-trigger/index.d.ts +266 -0
  440. package/util-trigger/index.es.js +1 -0
  441. package/util-trigger/tsdoc-metadata.json +11 -0
  442. package/valiantys-atlassian-app-3.2.0-alpha-1.tgz +0 -0
@@ -0,0 +1,2205 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.52.8",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ },
160
+ "reportUnsupportedHtmlElements": false
161
+ }
162
+ },
163
+ "kind": "Package",
164
+ "canonicalReference": "@valiantys/atlassian-app!",
165
+ "docComment": "",
166
+ "name": "@valiantys/atlassian-app",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@valiantys/atlassian-app!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Interface",
177
+ "canonicalReference": "@valiantys/atlassian-app!AsyncQueueService:interface",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export interface AsyncQueueService<T> "
183
+ }
184
+ ],
185
+ "fileUrlPath": "../../forge/shared/backend-data-access-async-queue/src/lib/async-queue-service.d.ts",
186
+ "releaseTag": "Public",
187
+ "typeParameters": [
188
+ {
189
+ "typeParameterName": "T",
190
+ "constraintTokenRange": {
191
+ "startIndex": 0,
192
+ "endIndex": 0
193
+ },
194
+ "defaultTypeTokenRange": {
195
+ "startIndex": 0,
196
+ "endIndex": 0
197
+ }
198
+ }
199
+ ],
200
+ "name": "AsyncQueueService",
201
+ "preserveMemberOrder": false,
202
+ "members": [
203
+ {
204
+ "kind": "MethodSignature",
205
+ "canonicalReference": "@valiantys/atlassian-app!AsyncQueueService#enqueueEvent:member(1)",
206
+ "docComment": "",
207
+ "excerptTokens": [
208
+ {
209
+ "kind": "Content",
210
+ "text": "enqueueEvent(jobData: "
211
+ },
212
+ {
213
+ "kind": "Content",
214
+ "text": "T"
215
+ },
216
+ {
217
+ "kind": "Content",
218
+ "text": ", description: "
219
+ },
220
+ {
221
+ "kind": "Content",
222
+ "text": "string"
223
+ },
224
+ {
225
+ "kind": "Content",
226
+ "text": ", isMultiStep: "
227
+ },
228
+ {
229
+ "kind": "Content",
230
+ "text": "boolean"
231
+ },
232
+ {
233
+ "kind": "Content",
234
+ "text": "): "
235
+ },
236
+ {
237
+ "kind": "Reference",
238
+ "text": "Promise",
239
+ "canonicalReference": "!Promise:interface"
240
+ },
241
+ {
242
+ "kind": "Content",
243
+ "text": "<"
244
+ },
245
+ {
246
+ "kind": "Reference",
247
+ "text": "PushResult",
248
+ "canonicalReference": "@forge/events!PushResult:interface"
249
+ },
250
+ {
251
+ "kind": "Content",
252
+ "text": ">"
253
+ },
254
+ {
255
+ "kind": "Content",
256
+ "text": ";"
257
+ }
258
+ ],
259
+ "isOptional": false,
260
+ "returnTypeTokenRange": {
261
+ "startIndex": 7,
262
+ "endIndex": 11
263
+ },
264
+ "releaseTag": "Public",
265
+ "overloadIndex": 1,
266
+ "parameters": [
267
+ {
268
+ "parameterName": "jobData",
269
+ "parameterTypeTokenRange": {
270
+ "startIndex": 1,
271
+ "endIndex": 2
272
+ },
273
+ "isOptional": false
274
+ },
275
+ {
276
+ "parameterName": "description",
277
+ "parameterTypeTokenRange": {
278
+ "startIndex": 3,
279
+ "endIndex": 4
280
+ },
281
+ "isOptional": false
282
+ },
283
+ {
284
+ "parameterName": "isMultiStep",
285
+ "parameterTypeTokenRange": {
286
+ "startIndex": 5,
287
+ "endIndex": 6
288
+ },
289
+ "isOptional": false
290
+ }
291
+ ],
292
+ "name": "enqueueEvent"
293
+ },
294
+ {
295
+ "kind": "MethodSignature",
296
+ "canonicalReference": "@valiantys/atlassian-app!AsyncQueueService#enqueueNextStep:member(1)",
297
+ "docComment": "/**\n * For intermediate steps in a multistep job.\n */\n",
298
+ "excerptTokens": [
299
+ {
300
+ "kind": "Content",
301
+ "text": "enqueueNextStep(jobData: "
302
+ },
303
+ {
304
+ "kind": "Content",
305
+ "text": "T"
306
+ },
307
+ {
308
+ "kind": "Content",
309
+ "text": ", mainJobId: "
310
+ },
311
+ {
312
+ "kind": "Content",
313
+ "text": "string"
314
+ },
315
+ {
316
+ "kind": "Content",
317
+ "text": "): "
318
+ },
319
+ {
320
+ "kind": "Reference",
321
+ "text": "Promise",
322
+ "canonicalReference": "!Promise:interface"
323
+ },
324
+ {
325
+ "kind": "Content",
326
+ "text": "<"
327
+ },
328
+ {
329
+ "kind": "Reference",
330
+ "text": "PushResult",
331
+ "canonicalReference": "@forge/events!PushResult:interface"
332
+ },
333
+ {
334
+ "kind": "Content",
335
+ "text": ">"
336
+ },
337
+ {
338
+ "kind": "Content",
339
+ "text": ";"
340
+ }
341
+ ],
342
+ "isOptional": false,
343
+ "returnTypeTokenRange": {
344
+ "startIndex": 5,
345
+ "endIndex": 9
346
+ },
347
+ "releaseTag": "Public",
348
+ "overloadIndex": 1,
349
+ "parameters": [
350
+ {
351
+ "parameterName": "jobData",
352
+ "parameterTypeTokenRange": {
353
+ "startIndex": 1,
354
+ "endIndex": 2
355
+ },
356
+ "isOptional": false
357
+ },
358
+ {
359
+ "parameterName": "mainJobId",
360
+ "parameterTypeTokenRange": {
361
+ "startIndex": 3,
362
+ "endIndex": 4
363
+ },
364
+ "isOptional": false
365
+ }
366
+ ],
367
+ "name": "enqueueNextStep"
368
+ },
369
+ {
370
+ "kind": "MethodSignature",
371
+ "canonicalReference": "@valiantys/atlassian-app!AsyncQueueService#getJobLog:member(1)",
372
+ "docComment": "",
373
+ "excerptTokens": [
374
+ {
375
+ "kind": "Content",
376
+ "text": "getJobLog(): "
377
+ },
378
+ {
379
+ "kind": "Reference",
380
+ "text": "Promise",
381
+ "canonicalReference": "!Promise:interface"
382
+ },
383
+ {
384
+ "kind": "Content",
385
+ "text": "<"
386
+ },
387
+ {
388
+ "kind": "Reference",
389
+ "text": "JobLogEntry",
390
+ "canonicalReference": "@valiantys/atlassian-app!~JobLogEntry:interface"
391
+ },
392
+ {
393
+ "kind": "Content",
394
+ "text": "[]>"
395
+ },
396
+ {
397
+ "kind": "Content",
398
+ "text": ";"
399
+ }
400
+ ],
401
+ "isOptional": false,
402
+ "returnTypeTokenRange": {
403
+ "startIndex": 1,
404
+ "endIndex": 5
405
+ },
406
+ "releaseTag": "Public",
407
+ "overloadIndex": 1,
408
+ "parameters": [],
409
+ "name": "getJobLog"
410
+ },
411
+ {
412
+ "kind": "MethodSignature",
413
+ "canonicalReference": "@valiantys/atlassian-app!AsyncQueueService#getJobLogQueueConsumer:member(1)",
414
+ "docComment": "",
415
+ "excerptTokens": [
416
+ {
417
+ "kind": "Content",
418
+ "text": "getJobLogQueueConsumer(): "
419
+ },
420
+ {
421
+ "kind": "Content",
422
+ "text": "((event: "
423
+ },
424
+ {
425
+ "kind": "Reference",
426
+ "text": "AsyncEvent",
427
+ "canonicalReference": "@forge/events!AsyncEvent:interface"
428
+ },
429
+ {
430
+ "kind": "Content",
431
+ "text": ") => "
432
+ },
433
+ {
434
+ "kind": "Reference",
435
+ "text": "Promise",
436
+ "canonicalReference": "!Promise:interface"
437
+ },
438
+ {
439
+ "kind": "Content",
440
+ "text": "<void>) | (() => void)"
441
+ },
442
+ {
443
+ "kind": "Content",
444
+ "text": ";"
445
+ }
446
+ ],
447
+ "isOptional": false,
448
+ "returnTypeTokenRange": {
449
+ "startIndex": 1,
450
+ "endIndex": 6
451
+ },
452
+ "releaseTag": "Public",
453
+ "overloadIndex": 1,
454
+ "parameters": [],
455
+ "name": "getJobLogQueueConsumer"
456
+ },
457
+ {
458
+ "kind": "MethodSignature",
459
+ "canonicalReference": "@valiantys/atlassian-app!AsyncQueueService#getQueueConsumer:member(1)",
460
+ "docComment": "",
461
+ "excerptTokens": [
462
+ {
463
+ "kind": "Content",
464
+ "text": "getQueueConsumer(eventHandler: "
465
+ },
466
+ {
467
+ "kind": "Reference",
468
+ "text": "QueueEventHandler",
469
+ "canonicalReference": "@valiantys/atlassian-app!QueueEventHandler:type"
470
+ },
471
+ {
472
+ "kind": "Content",
473
+ "text": "<T>"
474
+ },
475
+ {
476
+ "kind": "Content",
477
+ "text": "): "
478
+ },
479
+ {
480
+ "kind": "Content",
481
+ "text": "(event: "
482
+ },
483
+ {
484
+ "kind": "Reference",
485
+ "text": "AsyncEvent",
486
+ "canonicalReference": "@forge/events!AsyncEvent:interface"
487
+ },
488
+ {
489
+ "kind": "Content",
490
+ "text": ") => "
491
+ },
492
+ {
493
+ "kind": "Reference",
494
+ "text": "Promise",
495
+ "canonicalReference": "!Promise:interface"
496
+ },
497
+ {
498
+ "kind": "Content",
499
+ "text": "<void>"
500
+ },
501
+ {
502
+ "kind": "Content",
503
+ "text": ";"
504
+ }
505
+ ],
506
+ "isOptional": false,
507
+ "returnTypeTokenRange": {
508
+ "startIndex": 4,
509
+ "endIndex": 9
510
+ },
511
+ "releaseTag": "Public",
512
+ "overloadIndex": 1,
513
+ "parameters": [
514
+ {
515
+ "parameterName": "eventHandler",
516
+ "parameterTypeTokenRange": {
517
+ "startIndex": 1,
518
+ "endIndex": 3
519
+ },
520
+ "isOptional": false
521
+ }
522
+ ],
523
+ "name": "getQueueConsumer"
524
+ }
525
+ ],
526
+ "extendsTokenRanges": []
527
+ },
528
+ {
529
+ "kind": "Class",
530
+ "canonicalReference": "@valiantys/atlassian-app!EventPayloadStorageService:class",
531
+ "docComment": "",
532
+ "excerptTokens": [
533
+ {
534
+ "kind": "Content",
535
+ "text": "export declare class EventPayloadStorageService<T> "
536
+ }
537
+ ],
538
+ "fileUrlPath": "../../forge/shared/backend-data-access-async-queue/src/lib/event-payload-storage-service.d.ts",
539
+ "releaseTag": "Public",
540
+ "typeParameters": [
541
+ {
542
+ "typeParameterName": "T",
543
+ "constraintTokenRange": {
544
+ "startIndex": 0,
545
+ "endIndex": 0
546
+ },
547
+ "defaultTypeTokenRange": {
548
+ "startIndex": 0,
549
+ "endIndex": 0
550
+ }
551
+ }
552
+ ],
553
+ "isAbstract": false,
554
+ "name": "EventPayloadStorageService",
555
+ "preserveMemberOrder": false,
556
+ "members": [
557
+ {
558
+ "kind": "Constructor",
559
+ "canonicalReference": "@valiantys/atlassian-app!EventPayloadStorageService:constructor(1)",
560
+ "docComment": "/**\n * Constructs a new instance of the `EventPayloadStorageService` class\n */\n",
561
+ "excerptTokens": [
562
+ {
563
+ "kind": "Content",
564
+ "text": "constructor(storageKeyPrefix: "
565
+ },
566
+ {
567
+ "kind": "Content",
568
+ "text": "string"
569
+ },
570
+ {
571
+ "kind": "Content",
572
+ "text": ");"
573
+ }
574
+ ],
575
+ "releaseTag": "Public",
576
+ "isProtected": false,
577
+ "overloadIndex": 1,
578
+ "parameters": [
579
+ {
580
+ "parameterName": "storageKeyPrefix",
581
+ "parameterTypeTokenRange": {
582
+ "startIndex": 1,
583
+ "endIndex": 2
584
+ },
585
+ "isOptional": false
586
+ }
587
+ ]
588
+ },
589
+ {
590
+ "kind": "Method",
591
+ "canonicalReference": "@valiantys/atlassian-app!EventPayloadStorageService#deletePayload:member(1)",
592
+ "docComment": "",
593
+ "excerptTokens": [
594
+ {
595
+ "kind": "Content",
596
+ "text": "deletePayload(uuid: "
597
+ },
598
+ {
599
+ "kind": "Content",
600
+ "text": "string"
601
+ },
602
+ {
603
+ "kind": "Content",
604
+ "text": "): "
605
+ },
606
+ {
607
+ "kind": "Reference",
608
+ "text": "Promise",
609
+ "canonicalReference": "!Promise:interface"
610
+ },
611
+ {
612
+ "kind": "Content",
613
+ "text": "<void>"
614
+ },
615
+ {
616
+ "kind": "Content",
617
+ "text": ";"
618
+ }
619
+ ],
620
+ "isStatic": false,
621
+ "returnTypeTokenRange": {
622
+ "startIndex": 3,
623
+ "endIndex": 5
624
+ },
625
+ "releaseTag": "Public",
626
+ "isProtected": false,
627
+ "overloadIndex": 1,
628
+ "parameters": [
629
+ {
630
+ "parameterName": "uuid",
631
+ "parameterTypeTokenRange": {
632
+ "startIndex": 1,
633
+ "endIndex": 2
634
+ },
635
+ "isOptional": false
636
+ }
637
+ ],
638
+ "isOptional": false,
639
+ "isAbstract": false,
640
+ "name": "deletePayload"
641
+ },
642
+ {
643
+ "kind": "Method",
644
+ "canonicalReference": "@valiantys/atlassian-app!EventPayloadStorageService#getPayload:member(1)",
645
+ "docComment": "",
646
+ "excerptTokens": [
647
+ {
648
+ "kind": "Content",
649
+ "text": "getPayload(uuid: "
650
+ },
651
+ {
652
+ "kind": "Content",
653
+ "text": "string"
654
+ },
655
+ {
656
+ "kind": "Content",
657
+ "text": "): "
658
+ },
659
+ {
660
+ "kind": "Reference",
661
+ "text": "Promise",
662
+ "canonicalReference": "!Promise:interface"
663
+ },
664
+ {
665
+ "kind": "Content",
666
+ "text": "<T | undefined>"
667
+ },
668
+ {
669
+ "kind": "Content",
670
+ "text": ";"
671
+ }
672
+ ],
673
+ "isStatic": false,
674
+ "returnTypeTokenRange": {
675
+ "startIndex": 3,
676
+ "endIndex": 5
677
+ },
678
+ "releaseTag": "Public",
679
+ "isProtected": false,
680
+ "overloadIndex": 1,
681
+ "parameters": [
682
+ {
683
+ "parameterName": "uuid",
684
+ "parameterTypeTokenRange": {
685
+ "startIndex": 1,
686
+ "endIndex": 2
687
+ },
688
+ "isOptional": false
689
+ }
690
+ ],
691
+ "isOptional": false,
692
+ "isAbstract": false,
693
+ "name": "getPayload"
694
+ },
695
+ {
696
+ "kind": "Method",
697
+ "canonicalReference": "@valiantys/atlassian-app!EventPayloadStorageService#setPayload:member(1)",
698
+ "docComment": "",
699
+ "excerptTokens": [
700
+ {
701
+ "kind": "Content",
702
+ "text": "setPayload(payload: "
703
+ },
704
+ {
705
+ "kind": "Content",
706
+ "text": "T"
707
+ },
708
+ {
709
+ "kind": "Content",
710
+ "text": "): "
711
+ },
712
+ {
713
+ "kind": "Reference",
714
+ "text": "Promise",
715
+ "canonicalReference": "!Promise:interface"
716
+ },
717
+ {
718
+ "kind": "Content",
719
+ "text": "<string>"
720
+ },
721
+ {
722
+ "kind": "Content",
723
+ "text": ";"
724
+ }
725
+ ],
726
+ "isStatic": false,
727
+ "returnTypeTokenRange": {
728
+ "startIndex": 3,
729
+ "endIndex": 5
730
+ },
731
+ "releaseTag": "Public",
732
+ "isProtected": false,
733
+ "overloadIndex": 1,
734
+ "parameters": [
735
+ {
736
+ "parameterName": "payload",
737
+ "parameterTypeTokenRange": {
738
+ "startIndex": 1,
739
+ "endIndex": 2
740
+ },
741
+ "isOptional": false
742
+ }
743
+ ],
744
+ "isOptional": false,
745
+ "isAbstract": false,
746
+ "name": "setPayload"
747
+ }
748
+ ],
749
+ "implementsTokenRanges": []
750
+ },
751
+ {
752
+ "kind": "Class",
753
+ "canonicalReference": "@valiantys/atlassian-app!JobLogService:class",
754
+ "docComment": "",
755
+ "excerptTokens": [
756
+ {
757
+ "kind": "Content",
758
+ "text": "export declare class JobLogService "
759
+ }
760
+ ],
761
+ "fileUrlPath": "../../forge/shared/backend-data-access-async-queue/src/lib/job-log-queue.d.ts",
762
+ "releaseTag": "Public",
763
+ "isAbstract": false,
764
+ "name": "JobLogService",
765
+ "preserveMemberOrder": false,
766
+ "members": [
767
+ {
768
+ "kind": "Constructor",
769
+ "canonicalReference": "@valiantys/atlassian-app!JobLogService:constructor(1)",
770
+ "docComment": "/**\n * Constructs a new instance of the `JobLogService` class\n */\n",
771
+ "excerptTokens": [
772
+ {
773
+ "kind": "Content",
774
+ "text": "constructor(logQueueName: "
775
+ },
776
+ {
777
+ "kind": "Content",
778
+ "text": "string"
779
+ },
780
+ {
781
+ "kind": "Content",
782
+ "text": ", logStorageKey: "
783
+ },
784
+ {
785
+ "kind": "Content",
786
+ "text": "string"
787
+ },
788
+ {
789
+ "kind": "Content",
790
+ "text": ", maxLogEntries: "
791
+ },
792
+ {
793
+ "kind": "Content",
794
+ "text": "number"
795
+ },
796
+ {
797
+ "kind": "Content",
798
+ "text": ");"
799
+ }
800
+ ],
801
+ "releaseTag": "Public",
802
+ "isProtected": false,
803
+ "overloadIndex": 1,
804
+ "parameters": [
805
+ {
806
+ "parameterName": "logQueueName",
807
+ "parameterTypeTokenRange": {
808
+ "startIndex": 1,
809
+ "endIndex": 2
810
+ },
811
+ "isOptional": false
812
+ },
813
+ {
814
+ "parameterName": "logStorageKey",
815
+ "parameterTypeTokenRange": {
816
+ "startIndex": 3,
817
+ "endIndex": 4
818
+ },
819
+ "isOptional": false
820
+ },
821
+ {
822
+ "parameterName": "maxLogEntries",
823
+ "parameterTypeTokenRange": {
824
+ "startIndex": 5,
825
+ "endIndex": 6
826
+ },
827
+ "isOptional": false
828
+ }
829
+ ]
830
+ },
831
+ {
832
+ "kind": "Method",
833
+ "canonicalReference": "@valiantys/atlassian-app!JobLogService#enqueueJobLogUpdate:member(1)",
834
+ "docComment": "",
835
+ "excerptTokens": [
836
+ {
837
+ "kind": "Content",
838
+ "text": "enqueueJobLogUpdate(body: "
839
+ },
840
+ {
841
+ "kind": "Reference",
842
+ "text": "JobLogEntry",
843
+ "canonicalReference": "@valiantys/atlassian-app!~JobLogEntry:interface"
844
+ },
845
+ {
846
+ "kind": "Content",
847
+ "text": "): "
848
+ },
849
+ {
850
+ "kind": "Reference",
851
+ "text": "Promise",
852
+ "canonicalReference": "!Promise:interface"
853
+ },
854
+ {
855
+ "kind": "Content",
856
+ "text": "<import('@forge/events')."
857
+ },
858
+ {
859
+ "kind": "Reference",
860
+ "text": "PushResult",
861
+ "canonicalReference": "@forge/events!PushResult:interface"
862
+ },
863
+ {
864
+ "kind": "Content",
865
+ "text": ">"
866
+ },
867
+ {
868
+ "kind": "Content",
869
+ "text": ";"
870
+ }
871
+ ],
872
+ "isStatic": false,
873
+ "returnTypeTokenRange": {
874
+ "startIndex": 3,
875
+ "endIndex": 7
876
+ },
877
+ "releaseTag": "Public",
878
+ "isProtected": false,
879
+ "overloadIndex": 1,
880
+ "parameters": [
881
+ {
882
+ "parameterName": "body",
883
+ "parameterTypeTokenRange": {
884
+ "startIndex": 1,
885
+ "endIndex": 2
886
+ },
887
+ "isOptional": false
888
+ }
889
+ ],
890
+ "isOptional": false,
891
+ "isAbstract": false,
892
+ "name": "enqueueJobLogUpdate"
893
+ },
894
+ {
895
+ "kind": "Method",
896
+ "canonicalReference": "@valiantys/atlassian-app!JobLogService#getJobLog:member(1)",
897
+ "docComment": "",
898
+ "excerptTokens": [
899
+ {
900
+ "kind": "Content",
901
+ "text": "getJobLog(): "
902
+ },
903
+ {
904
+ "kind": "Reference",
905
+ "text": "Promise",
906
+ "canonicalReference": "!Promise:interface"
907
+ },
908
+ {
909
+ "kind": "Content",
910
+ "text": "<"
911
+ },
912
+ {
913
+ "kind": "Reference",
914
+ "text": "JobLogEntry",
915
+ "canonicalReference": "@valiantys/atlassian-app!~JobLogEntry:interface"
916
+ },
917
+ {
918
+ "kind": "Content",
919
+ "text": "[]>"
920
+ },
921
+ {
922
+ "kind": "Content",
923
+ "text": ";"
924
+ }
925
+ ],
926
+ "isStatic": false,
927
+ "returnTypeTokenRange": {
928
+ "startIndex": 1,
929
+ "endIndex": 5
930
+ },
931
+ "releaseTag": "Public",
932
+ "isProtected": false,
933
+ "overloadIndex": 1,
934
+ "parameters": [],
935
+ "isOptional": false,
936
+ "isAbstract": false,
937
+ "name": "getJobLog"
938
+ },
939
+ {
940
+ "kind": "Method",
941
+ "canonicalReference": "@valiantys/atlassian-app!JobLogService#getJobLogQueueConsumer:member(1)",
942
+ "docComment": "",
943
+ "excerptTokens": [
944
+ {
945
+ "kind": "Content",
946
+ "text": "getJobLogQueueConsumer(): "
947
+ },
948
+ {
949
+ "kind": "Content",
950
+ "text": "(event: "
951
+ },
952
+ {
953
+ "kind": "Reference",
954
+ "text": "AsyncEvent",
955
+ "canonicalReference": "@forge/events!AsyncEvent:interface"
956
+ },
957
+ {
958
+ "kind": "Content",
959
+ "text": ") => "
960
+ },
961
+ {
962
+ "kind": "Reference",
963
+ "text": "Promise",
964
+ "canonicalReference": "!Promise:interface"
965
+ },
966
+ {
967
+ "kind": "Content",
968
+ "text": "<void>"
969
+ },
970
+ {
971
+ "kind": "Content",
972
+ "text": ";"
973
+ }
974
+ ],
975
+ "isStatic": false,
976
+ "returnTypeTokenRange": {
977
+ "startIndex": 1,
978
+ "endIndex": 6
979
+ },
980
+ "releaseTag": "Public",
981
+ "isProtected": false,
982
+ "overloadIndex": 1,
983
+ "parameters": [],
984
+ "isOptional": false,
985
+ "isAbstract": false,
986
+ "name": "getJobLogQueueConsumer"
987
+ },
988
+ {
989
+ "kind": "Method",
990
+ "canonicalReference": "@valiantys/atlassian-app!JobLogService#getJobLogWithProgressUpdates:member(1)",
991
+ "docComment": "",
992
+ "excerptTokens": [
993
+ {
994
+ "kind": "Content",
995
+ "text": "getJobLogWithProgressUpdates(jobQueue: "
996
+ },
997
+ {
998
+ "kind": "Reference",
999
+ "text": "Queue",
1000
+ "canonicalReference": "@forge/events!Queue:class"
1001
+ },
1002
+ {
1003
+ "kind": "Content",
1004
+ "text": "): "
1005
+ },
1006
+ {
1007
+ "kind": "Reference",
1008
+ "text": "Promise",
1009
+ "canonicalReference": "!Promise:interface"
1010
+ },
1011
+ {
1012
+ "kind": "Content",
1013
+ "text": "<"
1014
+ },
1015
+ {
1016
+ "kind": "Reference",
1017
+ "text": "JobLogEntry",
1018
+ "canonicalReference": "@valiantys/atlassian-app!~JobLogEntry:interface"
1019
+ },
1020
+ {
1021
+ "kind": "Content",
1022
+ "text": "[]>"
1023
+ },
1024
+ {
1025
+ "kind": "Content",
1026
+ "text": ";"
1027
+ }
1028
+ ],
1029
+ "isStatic": false,
1030
+ "returnTypeTokenRange": {
1031
+ "startIndex": 3,
1032
+ "endIndex": 7
1033
+ },
1034
+ "releaseTag": "Public",
1035
+ "isProtected": false,
1036
+ "overloadIndex": 1,
1037
+ "parameters": [
1038
+ {
1039
+ "parameterName": "jobQueue",
1040
+ "parameterTypeTokenRange": {
1041
+ "startIndex": 1,
1042
+ "endIndex": 2
1043
+ },
1044
+ "isOptional": false
1045
+ }
1046
+ ],
1047
+ "isOptional": false,
1048
+ "isAbstract": false,
1049
+ "name": "getJobLogWithProgressUpdates"
1050
+ }
1051
+ ],
1052
+ "implementsTokenRanges": []
1053
+ },
1054
+ {
1055
+ "kind": "Class",
1056
+ "canonicalReference": "@valiantys/atlassian-app!LargePayloadQueueService:class",
1057
+ "docComment": "/**\n * For when you have queue events with large payloads that can finish processing within the max consumer function timeout.\n *\n * This class will store the payload in Forge storage and enqueue a job to process it. It will optionally log the job progress to a separate queue.\n */\n",
1058
+ "excerptTokens": [
1059
+ {
1060
+ "kind": "Content",
1061
+ "text": "export declare class LargePayloadQueueService<T> implements "
1062
+ },
1063
+ {
1064
+ "kind": "Reference",
1065
+ "text": "AsyncQueueService",
1066
+ "canonicalReference": "@valiantys/atlassian-app!AsyncQueueService:interface"
1067
+ },
1068
+ {
1069
+ "kind": "Content",
1070
+ "text": "<T>"
1071
+ },
1072
+ {
1073
+ "kind": "Content",
1074
+ "text": " "
1075
+ }
1076
+ ],
1077
+ "fileUrlPath": "../../forge/shared/backend-data-access-async-queue/src/lib/large-payload-queue-service.d.ts",
1078
+ "releaseTag": "Public",
1079
+ "typeParameters": [
1080
+ {
1081
+ "typeParameterName": "T",
1082
+ "constraintTokenRange": {
1083
+ "startIndex": 0,
1084
+ "endIndex": 0
1085
+ },
1086
+ "defaultTypeTokenRange": {
1087
+ "startIndex": 0,
1088
+ "endIndex": 0
1089
+ }
1090
+ }
1091
+ ],
1092
+ "isAbstract": false,
1093
+ "name": "LargePayloadQueueService",
1094
+ "preserveMemberOrder": false,
1095
+ "members": [
1096
+ {
1097
+ "kind": "Constructor",
1098
+ "canonicalReference": "@valiantys/atlassian-app!LargePayloadQueueService:constructor(1)",
1099
+ "docComment": "/**\n * Constructs a new instance of the `LargePayloadQueueService` class\n */\n",
1100
+ "excerptTokens": [
1101
+ {
1102
+ "kind": "Content",
1103
+ "text": "constructor(queueName: "
1104
+ },
1105
+ {
1106
+ "kind": "Content",
1107
+ "text": "string"
1108
+ },
1109
+ {
1110
+ "kind": "Content",
1111
+ "text": ", logQueueProps?: "
1112
+ },
1113
+ {
1114
+ "kind": "Content",
1115
+ "text": "{\n logQueueName: string;\n logStorageKey: string;\n maxLogEntries: number;\n }"
1116
+ },
1117
+ {
1118
+ "kind": "Content",
1119
+ "text": ", retryLimit?: "
1120
+ },
1121
+ {
1122
+ "kind": "Content",
1123
+ "text": "number"
1124
+ },
1125
+ {
1126
+ "kind": "Content",
1127
+ "text": ", concurrencyOptions?: "
1128
+ },
1129
+ {
1130
+ "kind": "Content",
1131
+ "text": "{\n key: string;\n limit: number;\n }"
1132
+ },
1133
+ {
1134
+ "kind": "Content",
1135
+ "text": ", storageKeyPrefix?: "
1136
+ },
1137
+ {
1138
+ "kind": "Content",
1139
+ "text": "string"
1140
+ },
1141
+ {
1142
+ "kind": "Content",
1143
+ "text": ");"
1144
+ }
1145
+ ],
1146
+ "releaseTag": "Public",
1147
+ "isProtected": false,
1148
+ "overloadIndex": 1,
1149
+ "parameters": [
1150
+ {
1151
+ "parameterName": "queueName",
1152
+ "parameterTypeTokenRange": {
1153
+ "startIndex": 1,
1154
+ "endIndex": 2
1155
+ },
1156
+ "isOptional": false
1157
+ },
1158
+ {
1159
+ "parameterName": "logQueueProps",
1160
+ "parameterTypeTokenRange": {
1161
+ "startIndex": 3,
1162
+ "endIndex": 4
1163
+ },
1164
+ "isOptional": true
1165
+ },
1166
+ {
1167
+ "parameterName": "retryLimit",
1168
+ "parameterTypeTokenRange": {
1169
+ "startIndex": 5,
1170
+ "endIndex": 6
1171
+ },
1172
+ "isOptional": true
1173
+ },
1174
+ {
1175
+ "parameterName": "concurrencyOptions",
1176
+ "parameterTypeTokenRange": {
1177
+ "startIndex": 7,
1178
+ "endIndex": 8
1179
+ },
1180
+ "isOptional": true
1181
+ },
1182
+ {
1183
+ "parameterName": "storageKeyPrefix",
1184
+ "parameterTypeTokenRange": {
1185
+ "startIndex": 9,
1186
+ "endIndex": 10
1187
+ },
1188
+ "isOptional": true
1189
+ }
1190
+ ]
1191
+ },
1192
+ {
1193
+ "kind": "Method",
1194
+ "canonicalReference": "@valiantys/atlassian-app!LargePayloadQueueService#enqueueEvent:member(1)",
1195
+ "docComment": "",
1196
+ "excerptTokens": [
1197
+ {
1198
+ "kind": "Content",
1199
+ "text": "enqueueEvent(jobData: "
1200
+ },
1201
+ {
1202
+ "kind": "Content",
1203
+ "text": "T"
1204
+ },
1205
+ {
1206
+ "kind": "Content",
1207
+ "text": ", description: "
1208
+ },
1209
+ {
1210
+ "kind": "Content",
1211
+ "text": "string"
1212
+ },
1213
+ {
1214
+ "kind": "Content",
1215
+ "text": ", isMultiStep: "
1216
+ },
1217
+ {
1218
+ "kind": "Content",
1219
+ "text": "boolean"
1220
+ },
1221
+ {
1222
+ "kind": "Content",
1223
+ "text": "): "
1224
+ },
1225
+ {
1226
+ "kind": "Reference",
1227
+ "text": "Promise",
1228
+ "canonicalReference": "!Promise:interface"
1229
+ },
1230
+ {
1231
+ "kind": "Content",
1232
+ "text": "<"
1233
+ },
1234
+ {
1235
+ "kind": "Reference",
1236
+ "text": "PushResult",
1237
+ "canonicalReference": "@forge/events!PushResult:interface"
1238
+ },
1239
+ {
1240
+ "kind": "Content",
1241
+ "text": ">"
1242
+ },
1243
+ {
1244
+ "kind": "Content",
1245
+ "text": ";"
1246
+ }
1247
+ ],
1248
+ "isStatic": false,
1249
+ "returnTypeTokenRange": {
1250
+ "startIndex": 7,
1251
+ "endIndex": 11
1252
+ },
1253
+ "releaseTag": "Public",
1254
+ "isProtected": false,
1255
+ "overloadIndex": 1,
1256
+ "parameters": [
1257
+ {
1258
+ "parameterName": "jobData",
1259
+ "parameterTypeTokenRange": {
1260
+ "startIndex": 1,
1261
+ "endIndex": 2
1262
+ },
1263
+ "isOptional": false
1264
+ },
1265
+ {
1266
+ "parameterName": "description",
1267
+ "parameterTypeTokenRange": {
1268
+ "startIndex": 3,
1269
+ "endIndex": 4
1270
+ },
1271
+ "isOptional": false
1272
+ },
1273
+ {
1274
+ "parameterName": "isMultiStep",
1275
+ "parameterTypeTokenRange": {
1276
+ "startIndex": 5,
1277
+ "endIndex": 6
1278
+ },
1279
+ "isOptional": false
1280
+ }
1281
+ ],
1282
+ "isOptional": false,
1283
+ "isAbstract": false,
1284
+ "name": "enqueueEvent"
1285
+ },
1286
+ {
1287
+ "kind": "Method",
1288
+ "canonicalReference": "@valiantys/atlassian-app!LargePayloadQueueService#enqueueNextStep:member(1)",
1289
+ "docComment": "",
1290
+ "excerptTokens": [
1291
+ {
1292
+ "kind": "Content",
1293
+ "text": "enqueueNextStep(jobData: "
1294
+ },
1295
+ {
1296
+ "kind": "Content",
1297
+ "text": "T"
1298
+ },
1299
+ {
1300
+ "kind": "Content",
1301
+ "text": ", mainJobId: "
1302
+ },
1303
+ {
1304
+ "kind": "Content",
1305
+ "text": "string"
1306
+ },
1307
+ {
1308
+ "kind": "Content",
1309
+ "text": "): "
1310
+ },
1311
+ {
1312
+ "kind": "Reference",
1313
+ "text": "Promise",
1314
+ "canonicalReference": "!Promise:interface"
1315
+ },
1316
+ {
1317
+ "kind": "Content",
1318
+ "text": "<"
1319
+ },
1320
+ {
1321
+ "kind": "Reference",
1322
+ "text": "PushResult",
1323
+ "canonicalReference": "@forge/events!PushResult:interface"
1324
+ },
1325
+ {
1326
+ "kind": "Content",
1327
+ "text": ">"
1328
+ },
1329
+ {
1330
+ "kind": "Content",
1331
+ "text": ";"
1332
+ }
1333
+ ],
1334
+ "isStatic": false,
1335
+ "returnTypeTokenRange": {
1336
+ "startIndex": 5,
1337
+ "endIndex": 9
1338
+ },
1339
+ "releaseTag": "Public",
1340
+ "isProtected": false,
1341
+ "overloadIndex": 1,
1342
+ "parameters": [
1343
+ {
1344
+ "parameterName": "jobData",
1345
+ "parameterTypeTokenRange": {
1346
+ "startIndex": 1,
1347
+ "endIndex": 2
1348
+ },
1349
+ "isOptional": false
1350
+ },
1351
+ {
1352
+ "parameterName": "mainJobId",
1353
+ "parameterTypeTokenRange": {
1354
+ "startIndex": 3,
1355
+ "endIndex": 4
1356
+ },
1357
+ "isOptional": false
1358
+ }
1359
+ ],
1360
+ "isOptional": false,
1361
+ "isAbstract": false,
1362
+ "name": "enqueueNextStep"
1363
+ },
1364
+ {
1365
+ "kind": "Method",
1366
+ "canonicalReference": "@valiantys/atlassian-app!LargePayloadQueueService#getJobLog:member(1)",
1367
+ "docComment": "",
1368
+ "excerptTokens": [
1369
+ {
1370
+ "kind": "Content",
1371
+ "text": "getJobLog(): "
1372
+ },
1373
+ {
1374
+ "kind": "Reference",
1375
+ "text": "Promise",
1376
+ "canonicalReference": "!Promise:interface"
1377
+ },
1378
+ {
1379
+ "kind": "Content",
1380
+ "text": "<"
1381
+ },
1382
+ {
1383
+ "kind": "Reference",
1384
+ "text": "JobLogEntry",
1385
+ "canonicalReference": "@valiantys/atlassian-app!~JobLogEntry:interface"
1386
+ },
1387
+ {
1388
+ "kind": "Content",
1389
+ "text": "[]>"
1390
+ },
1391
+ {
1392
+ "kind": "Content",
1393
+ "text": ";"
1394
+ }
1395
+ ],
1396
+ "isStatic": false,
1397
+ "returnTypeTokenRange": {
1398
+ "startIndex": 1,
1399
+ "endIndex": 5
1400
+ },
1401
+ "releaseTag": "Public",
1402
+ "isProtected": false,
1403
+ "overloadIndex": 1,
1404
+ "parameters": [],
1405
+ "isOptional": false,
1406
+ "isAbstract": false,
1407
+ "name": "getJobLog"
1408
+ },
1409
+ {
1410
+ "kind": "Method",
1411
+ "canonicalReference": "@valiantys/atlassian-app!LargePayloadQueueService#getJobLogQueueConsumer:member(1)",
1412
+ "docComment": "",
1413
+ "excerptTokens": [
1414
+ {
1415
+ "kind": "Content",
1416
+ "text": "getJobLogQueueConsumer(): "
1417
+ },
1418
+ {
1419
+ "kind": "Content",
1420
+ "text": "((event: "
1421
+ },
1422
+ {
1423
+ "kind": "Reference",
1424
+ "text": "AsyncEvent",
1425
+ "canonicalReference": "@forge/events!AsyncEvent:interface"
1426
+ },
1427
+ {
1428
+ "kind": "Content",
1429
+ "text": ") => "
1430
+ },
1431
+ {
1432
+ "kind": "Reference",
1433
+ "text": "Promise",
1434
+ "canonicalReference": "!Promise:interface"
1435
+ },
1436
+ {
1437
+ "kind": "Content",
1438
+ "text": "<void>) | (() => void)"
1439
+ },
1440
+ {
1441
+ "kind": "Content",
1442
+ "text": ";"
1443
+ }
1444
+ ],
1445
+ "isStatic": false,
1446
+ "returnTypeTokenRange": {
1447
+ "startIndex": 1,
1448
+ "endIndex": 6
1449
+ },
1450
+ "releaseTag": "Public",
1451
+ "isProtected": false,
1452
+ "overloadIndex": 1,
1453
+ "parameters": [],
1454
+ "isOptional": false,
1455
+ "isAbstract": false,
1456
+ "name": "getJobLogQueueConsumer"
1457
+ },
1458
+ {
1459
+ "kind": "Method",
1460
+ "canonicalReference": "@valiantys/atlassian-app!LargePayloadQueueService#getQueueConsumer:member(1)",
1461
+ "docComment": "",
1462
+ "excerptTokens": [
1463
+ {
1464
+ "kind": "Content",
1465
+ "text": "getQueueConsumer(eventHandler: "
1466
+ },
1467
+ {
1468
+ "kind": "Reference",
1469
+ "text": "QueueEventHandler",
1470
+ "canonicalReference": "@valiantys/atlassian-app!QueueEventHandler:type"
1471
+ },
1472
+ {
1473
+ "kind": "Content",
1474
+ "text": "<T>"
1475
+ },
1476
+ {
1477
+ "kind": "Content",
1478
+ "text": "): "
1479
+ },
1480
+ {
1481
+ "kind": "Content",
1482
+ "text": "(event: "
1483
+ },
1484
+ {
1485
+ "kind": "Reference",
1486
+ "text": "AsyncEvent",
1487
+ "canonicalReference": "@forge/events!AsyncEvent:interface"
1488
+ },
1489
+ {
1490
+ "kind": "Content",
1491
+ "text": ") => "
1492
+ },
1493
+ {
1494
+ "kind": "Reference",
1495
+ "text": "Promise",
1496
+ "canonicalReference": "!Promise:interface"
1497
+ },
1498
+ {
1499
+ "kind": "Content",
1500
+ "text": "<void>"
1501
+ },
1502
+ {
1503
+ "kind": "Content",
1504
+ "text": ";"
1505
+ }
1506
+ ],
1507
+ "isStatic": false,
1508
+ "returnTypeTokenRange": {
1509
+ "startIndex": 4,
1510
+ "endIndex": 9
1511
+ },
1512
+ "releaseTag": "Public",
1513
+ "isProtected": false,
1514
+ "overloadIndex": 1,
1515
+ "parameters": [
1516
+ {
1517
+ "parameterName": "eventHandler",
1518
+ "parameterTypeTokenRange": {
1519
+ "startIndex": 1,
1520
+ "endIndex": 3
1521
+ },
1522
+ "isOptional": false
1523
+ }
1524
+ ],
1525
+ "isOptional": false,
1526
+ "isAbstract": false,
1527
+ "name": "getQueueConsumer"
1528
+ }
1529
+ ],
1530
+ "implementsTokenRanges": [
1531
+ {
1532
+ "startIndex": 1,
1533
+ "endIndex": 3
1534
+ }
1535
+ ]
1536
+ },
1537
+ {
1538
+ "kind": "Interface",
1539
+ "canonicalReference": "@valiantys/atlassian-app!QueueEventBody:interface",
1540
+ "docComment": "",
1541
+ "excerptTokens": [
1542
+ {
1543
+ "kind": "Content",
1544
+ "text": "export interface QueueEventBody<T> "
1545
+ }
1546
+ ],
1547
+ "fileUrlPath": "../../forge/shared/backend-data-access-async-queue/src/lib/async-queue-service.d.ts",
1548
+ "releaseTag": "Public",
1549
+ "typeParameters": [
1550
+ {
1551
+ "typeParameterName": "T",
1552
+ "constraintTokenRange": {
1553
+ "startIndex": 0,
1554
+ "endIndex": 0
1555
+ },
1556
+ "defaultTypeTokenRange": {
1557
+ "startIndex": 0,
1558
+ "endIndex": 0
1559
+ }
1560
+ }
1561
+ ],
1562
+ "name": "QueueEventBody",
1563
+ "preserveMemberOrder": false,
1564
+ "members": [
1565
+ {
1566
+ "kind": "PropertySignature",
1567
+ "canonicalReference": "@valiantys/atlassian-app!QueueEventBody#jobData:member",
1568
+ "docComment": "",
1569
+ "excerptTokens": [
1570
+ {
1571
+ "kind": "Content",
1572
+ "text": "readonly jobData: "
1573
+ },
1574
+ {
1575
+ "kind": "Content",
1576
+ "text": "T"
1577
+ },
1578
+ {
1579
+ "kind": "Content",
1580
+ "text": ";"
1581
+ }
1582
+ ],
1583
+ "isReadonly": true,
1584
+ "isOptional": false,
1585
+ "releaseTag": "Public",
1586
+ "name": "jobData",
1587
+ "propertyTypeTokenRange": {
1588
+ "startIndex": 1,
1589
+ "endIndex": 2
1590
+ }
1591
+ },
1592
+ {
1593
+ "kind": "PropertySignature",
1594
+ "canonicalReference": "@valiantys/atlassian-app!QueueEventBody#mainJobId:member",
1595
+ "docComment": "",
1596
+ "excerptTokens": [
1597
+ {
1598
+ "kind": "Content",
1599
+ "text": "readonly mainJobId?: "
1600
+ },
1601
+ {
1602
+ "kind": "Content",
1603
+ "text": "string"
1604
+ },
1605
+ {
1606
+ "kind": "Content",
1607
+ "text": ";"
1608
+ }
1609
+ ],
1610
+ "isReadonly": true,
1611
+ "isOptional": true,
1612
+ "releaseTag": "Public",
1613
+ "name": "mainJobId",
1614
+ "propertyTypeTokenRange": {
1615
+ "startIndex": 1,
1616
+ "endIndex": 2
1617
+ }
1618
+ }
1619
+ ],
1620
+ "extendsTokenRanges": []
1621
+ },
1622
+ {
1623
+ "kind": "TypeAlias",
1624
+ "canonicalReference": "@valiantys/atlassian-app!QueueEventHandler:type",
1625
+ "docComment": "",
1626
+ "excerptTokens": [
1627
+ {
1628
+ "kind": "Content",
1629
+ "text": "export type QueueEventHandler<T> = "
1630
+ },
1631
+ {
1632
+ "kind": "Content",
1633
+ "text": "(jobData: T | undefined, mainJobId: string) => "
1634
+ },
1635
+ {
1636
+ "kind": "Reference",
1637
+ "text": "Promise",
1638
+ "canonicalReference": "!Promise:interface"
1639
+ },
1640
+ {
1641
+ "kind": "Content",
1642
+ "text": "<{\n result?: string;\n failed?: boolean;\n success?: boolean;\n inProgress: boolean;\n}>"
1643
+ },
1644
+ {
1645
+ "kind": "Content",
1646
+ "text": ";"
1647
+ }
1648
+ ],
1649
+ "fileUrlPath": "../../forge/shared/backend-data-access-async-queue/src/lib/async-queue-service.d.ts",
1650
+ "releaseTag": "Public",
1651
+ "name": "QueueEventHandler",
1652
+ "typeParameters": [
1653
+ {
1654
+ "typeParameterName": "T",
1655
+ "constraintTokenRange": {
1656
+ "startIndex": 0,
1657
+ "endIndex": 0
1658
+ },
1659
+ "defaultTypeTokenRange": {
1660
+ "startIndex": 0,
1661
+ "endIndex": 0
1662
+ }
1663
+ }
1664
+ ],
1665
+ "typeTokenRange": {
1666
+ "startIndex": 1,
1667
+ "endIndex": 4
1668
+ }
1669
+ },
1670
+ {
1671
+ "kind": "Class",
1672
+ "canonicalReference": "@valiantys/atlassian-app!SimpleAsyncQueueService:class",
1673
+ "docComment": "/**\n * For when you have queue events with small payloads that can finish processing within the max consumer function timeout.\n *\n * This class will enqueue a job with the payload. It will optionally log the job progress to a separate queue.\n */\n",
1674
+ "excerptTokens": [
1675
+ {
1676
+ "kind": "Content",
1677
+ "text": "export declare class SimpleAsyncQueueService<T> implements "
1678
+ },
1679
+ {
1680
+ "kind": "Reference",
1681
+ "text": "AsyncQueueService",
1682
+ "canonicalReference": "@valiantys/atlassian-app!AsyncQueueService:interface"
1683
+ },
1684
+ {
1685
+ "kind": "Content",
1686
+ "text": "<T>"
1687
+ },
1688
+ {
1689
+ "kind": "Content",
1690
+ "text": " "
1691
+ }
1692
+ ],
1693
+ "fileUrlPath": "../../forge/shared/backend-data-access-async-queue/src/lib/simple-async-queue-service.d.ts",
1694
+ "releaseTag": "Public",
1695
+ "typeParameters": [
1696
+ {
1697
+ "typeParameterName": "T",
1698
+ "constraintTokenRange": {
1699
+ "startIndex": 0,
1700
+ "endIndex": 0
1701
+ },
1702
+ "defaultTypeTokenRange": {
1703
+ "startIndex": 0,
1704
+ "endIndex": 0
1705
+ }
1706
+ }
1707
+ ],
1708
+ "isAbstract": false,
1709
+ "name": "SimpleAsyncQueueService",
1710
+ "preserveMemberOrder": false,
1711
+ "members": [
1712
+ {
1713
+ "kind": "Constructor",
1714
+ "canonicalReference": "@valiantys/atlassian-app!SimpleAsyncQueueService:constructor(1)",
1715
+ "docComment": "/**\n * Constructs a new instance of the `SimpleAsyncQueueService` class\n */\n",
1716
+ "excerptTokens": [
1717
+ {
1718
+ "kind": "Content",
1719
+ "text": "constructor(queueName: "
1720
+ },
1721
+ {
1722
+ "kind": "Content",
1723
+ "text": "string"
1724
+ },
1725
+ {
1726
+ "kind": "Content",
1727
+ "text": ", logQueueProps?: "
1728
+ },
1729
+ {
1730
+ "kind": "Content",
1731
+ "text": "{\n logQueueName: string;\n logStorageKey: string;\n maxLogEntries: number;\n }"
1732
+ },
1733
+ {
1734
+ "kind": "Content",
1735
+ "text": ", retryLimit?: "
1736
+ },
1737
+ {
1738
+ "kind": "Content",
1739
+ "text": "number"
1740
+ },
1741
+ {
1742
+ "kind": "Content",
1743
+ "text": ", concurrencyOptions?: "
1744
+ },
1745
+ {
1746
+ "kind": "Content",
1747
+ "text": "{\n key: string;\n limit: number;\n }"
1748
+ },
1749
+ {
1750
+ "kind": "Content",
1751
+ "text": ");"
1752
+ }
1753
+ ],
1754
+ "releaseTag": "Public",
1755
+ "isProtected": false,
1756
+ "overloadIndex": 1,
1757
+ "parameters": [
1758
+ {
1759
+ "parameterName": "queueName",
1760
+ "parameterTypeTokenRange": {
1761
+ "startIndex": 1,
1762
+ "endIndex": 2
1763
+ },
1764
+ "isOptional": false
1765
+ },
1766
+ {
1767
+ "parameterName": "logQueueProps",
1768
+ "parameterTypeTokenRange": {
1769
+ "startIndex": 3,
1770
+ "endIndex": 4
1771
+ },
1772
+ "isOptional": true
1773
+ },
1774
+ {
1775
+ "parameterName": "retryLimit",
1776
+ "parameterTypeTokenRange": {
1777
+ "startIndex": 5,
1778
+ "endIndex": 6
1779
+ },
1780
+ "isOptional": true
1781
+ },
1782
+ {
1783
+ "parameterName": "concurrencyOptions",
1784
+ "parameterTypeTokenRange": {
1785
+ "startIndex": 7,
1786
+ "endIndex": 8
1787
+ },
1788
+ "isOptional": true
1789
+ }
1790
+ ]
1791
+ },
1792
+ {
1793
+ "kind": "Property",
1794
+ "canonicalReference": "@valiantys/atlassian-app!SimpleAsyncQueueService#concurrencyOptions:member",
1795
+ "docComment": "",
1796
+ "excerptTokens": [
1797
+ {
1798
+ "kind": "Content",
1799
+ "text": "readonly concurrencyOptions: "
1800
+ },
1801
+ {
1802
+ "kind": "Content",
1803
+ "text": "{\n key: string;\n limit: number;\n }"
1804
+ },
1805
+ {
1806
+ "kind": "Content",
1807
+ "text": ";"
1808
+ }
1809
+ ],
1810
+ "isReadonly": true,
1811
+ "isOptional": false,
1812
+ "releaseTag": "Public",
1813
+ "name": "concurrencyOptions",
1814
+ "propertyTypeTokenRange": {
1815
+ "startIndex": 1,
1816
+ "endIndex": 2
1817
+ },
1818
+ "isStatic": false,
1819
+ "isProtected": false,
1820
+ "isAbstract": false
1821
+ },
1822
+ {
1823
+ "kind": "Method",
1824
+ "canonicalReference": "@valiantys/atlassian-app!SimpleAsyncQueueService#enqueueEvent:member(1)",
1825
+ "docComment": "",
1826
+ "excerptTokens": [
1827
+ {
1828
+ "kind": "Content",
1829
+ "text": "enqueueEvent(jobData: "
1830
+ },
1831
+ {
1832
+ "kind": "Content",
1833
+ "text": "T"
1834
+ },
1835
+ {
1836
+ "kind": "Content",
1837
+ "text": ", description: "
1838
+ },
1839
+ {
1840
+ "kind": "Content",
1841
+ "text": "string"
1842
+ },
1843
+ {
1844
+ "kind": "Content",
1845
+ "text": ", isMultiStep?: "
1846
+ },
1847
+ {
1848
+ "kind": "Content",
1849
+ "text": "boolean"
1850
+ },
1851
+ {
1852
+ "kind": "Content",
1853
+ "text": "): "
1854
+ },
1855
+ {
1856
+ "kind": "Reference",
1857
+ "text": "Promise",
1858
+ "canonicalReference": "!Promise:interface"
1859
+ },
1860
+ {
1861
+ "kind": "Content",
1862
+ "text": "<import('@forge/events')."
1863
+ },
1864
+ {
1865
+ "kind": "Reference",
1866
+ "text": "PushResult",
1867
+ "canonicalReference": "@forge/events!PushResult:interface"
1868
+ },
1869
+ {
1870
+ "kind": "Content",
1871
+ "text": ">"
1872
+ },
1873
+ {
1874
+ "kind": "Content",
1875
+ "text": ";"
1876
+ }
1877
+ ],
1878
+ "isStatic": false,
1879
+ "returnTypeTokenRange": {
1880
+ "startIndex": 7,
1881
+ "endIndex": 11
1882
+ },
1883
+ "releaseTag": "Public",
1884
+ "isProtected": false,
1885
+ "overloadIndex": 1,
1886
+ "parameters": [
1887
+ {
1888
+ "parameterName": "jobData",
1889
+ "parameterTypeTokenRange": {
1890
+ "startIndex": 1,
1891
+ "endIndex": 2
1892
+ },
1893
+ "isOptional": false
1894
+ },
1895
+ {
1896
+ "parameterName": "description",
1897
+ "parameterTypeTokenRange": {
1898
+ "startIndex": 3,
1899
+ "endIndex": 4
1900
+ },
1901
+ "isOptional": false
1902
+ },
1903
+ {
1904
+ "parameterName": "isMultiStep",
1905
+ "parameterTypeTokenRange": {
1906
+ "startIndex": 5,
1907
+ "endIndex": 6
1908
+ },
1909
+ "isOptional": true
1910
+ }
1911
+ ],
1912
+ "isOptional": false,
1913
+ "isAbstract": false,
1914
+ "name": "enqueueEvent"
1915
+ },
1916
+ {
1917
+ "kind": "Method",
1918
+ "canonicalReference": "@valiantys/atlassian-app!SimpleAsyncQueueService#enqueueNextStep:member(1)",
1919
+ "docComment": "/**\n * For intermediate steps in a multistep job.\n */\n",
1920
+ "excerptTokens": [
1921
+ {
1922
+ "kind": "Content",
1923
+ "text": "enqueueNextStep(jobData: "
1924
+ },
1925
+ {
1926
+ "kind": "Content",
1927
+ "text": "T"
1928
+ },
1929
+ {
1930
+ "kind": "Content",
1931
+ "text": ", mainJobId: "
1932
+ },
1933
+ {
1934
+ "kind": "Content",
1935
+ "text": "string"
1936
+ },
1937
+ {
1938
+ "kind": "Content",
1939
+ "text": "): "
1940
+ },
1941
+ {
1942
+ "kind": "Reference",
1943
+ "text": "Promise",
1944
+ "canonicalReference": "!Promise:interface"
1945
+ },
1946
+ {
1947
+ "kind": "Content",
1948
+ "text": "<import('@forge/events')."
1949
+ },
1950
+ {
1951
+ "kind": "Reference",
1952
+ "text": "PushResult",
1953
+ "canonicalReference": "@forge/events!PushResult:interface"
1954
+ },
1955
+ {
1956
+ "kind": "Content",
1957
+ "text": ">"
1958
+ },
1959
+ {
1960
+ "kind": "Content",
1961
+ "text": ";"
1962
+ }
1963
+ ],
1964
+ "isStatic": false,
1965
+ "returnTypeTokenRange": {
1966
+ "startIndex": 5,
1967
+ "endIndex": 9
1968
+ },
1969
+ "releaseTag": "Public",
1970
+ "isProtected": false,
1971
+ "overloadIndex": 1,
1972
+ "parameters": [
1973
+ {
1974
+ "parameterName": "jobData",
1975
+ "parameterTypeTokenRange": {
1976
+ "startIndex": 1,
1977
+ "endIndex": 2
1978
+ },
1979
+ "isOptional": false
1980
+ },
1981
+ {
1982
+ "parameterName": "mainJobId",
1983
+ "parameterTypeTokenRange": {
1984
+ "startIndex": 3,
1985
+ "endIndex": 4
1986
+ },
1987
+ "isOptional": false
1988
+ }
1989
+ ],
1990
+ "isOptional": false,
1991
+ "isAbstract": false,
1992
+ "name": "enqueueNextStep"
1993
+ },
1994
+ {
1995
+ "kind": "Method",
1996
+ "canonicalReference": "@valiantys/atlassian-app!SimpleAsyncQueueService#getJobLog:member(1)",
1997
+ "docComment": "",
1998
+ "excerptTokens": [
1999
+ {
2000
+ "kind": "Content",
2001
+ "text": "getJobLog(): "
2002
+ },
2003
+ {
2004
+ "kind": "Reference",
2005
+ "text": "Promise",
2006
+ "canonicalReference": "!Promise:interface"
2007
+ },
2008
+ {
2009
+ "kind": "Content",
2010
+ "text": "<"
2011
+ },
2012
+ {
2013
+ "kind": "Reference",
2014
+ "text": "JobLogEntry",
2015
+ "canonicalReference": "@valiantys/atlassian-app!~JobLogEntry:interface"
2016
+ },
2017
+ {
2018
+ "kind": "Content",
2019
+ "text": "[]>"
2020
+ },
2021
+ {
2022
+ "kind": "Content",
2023
+ "text": ";"
2024
+ }
2025
+ ],
2026
+ "isStatic": false,
2027
+ "returnTypeTokenRange": {
2028
+ "startIndex": 1,
2029
+ "endIndex": 5
2030
+ },
2031
+ "releaseTag": "Public",
2032
+ "isProtected": false,
2033
+ "overloadIndex": 1,
2034
+ "parameters": [],
2035
+ "isOptional": false,
2036
+ "isAbstract": false,
2037
+ "name": "getJobLog"
2038
+ },
2039
+ {
2040
+ "kind": "Method",
2041
+ "canonicalReference": "@valiantys/atlassian-app!SimpleAsyncQueueService#getJobLogQueueConsumer:member(1)",
2042
+ "docComment": "",
2043
+ "excerptTokens": [
2044
+ {
2045
+ "kind": "Content",
2046
+ "text": "getJobLogQueueConsumer(): "
2047
+ },
2048
+ {
2049
+ "kind": "Content",
2050
+ "text": "((event: "
2051
+ },
2052
+ {
2053
+ "kind": "Reference",
2054
+ "text": "AsyncEvent",
2055
+ "canonicalReference": "@forge/events!AsyncEvent:interface"
2056
+ },
2057
+ {
2058
+ "kind": "Content",
2059
+ "text": ") => "
2060
+ },
2061
+ {
2062
+ "kind": "Reference",
2063
+ "text": "Promise",
2064
+ "canonicalReference": "!Promise:interface"
2065
+ },
2066
+ {
2067
+ "kind": "Content",
2068
+ "text": "<void>) | (() => void)"
2069
+ },
2070
+ {
2071
+ "kind": "Content",
2072
+ "text": ";"
2073
+ }
2074
+ ],
2075
+ "isStatic": false,
2076
+ "returnTypeTokenRange": {
2077
+ "startIndex": 1,
2078
+ "endIndex": 6
2079
+ },
2080
+ "releaseTag": "Public",
2081
+ "isProtected": false,
2082
+ "overloadIndex": 1,
2083
+ "parameters": [],
2084
+ "isOptional": false,
2085
+ "isAbstract": false,
2086
+ "name": "getJobLogQueueConsumer"
2087
+ },
2088
+ {
2089
+ "kind": "Method",
2090
+ "canonicalReference": "@valiantys/atlassian-app!SimpleAsyncQueueService#getQueueConsumer:member(1)",
2091
+ "docComment": "",
2092
+ "excerptTokens": [
2093
+ {
2094
+ "kind": "Content",
2095
+ "text": "getQueueConsumer(eventHandler: "
2096
+ },
2097
+ {
2098
+ "kind": "Reference",
2099
+ "text": "QueueEventHandler",
2100
+ "canonicalReference": "@valiantys/atlassian-app!QueueEventHandler:type"
2101
+ },
2102
+ {
2103
+ "kind": "Content",
2104
+ "text": "<T>"
2105
+ },
2106
+ {
2107
+ "kind": "Content",
2108
+ "text": "): "
2109
+ },
2110
+ {
2111
+ "kind": "Content",
2112
+ "text": "(event: "
2113
+ },
2114
+ {
2115
+ "kind": "Reference",
2116
+ "text": "AsyncEvent",
2117
+ "canonicalReference": "@forge/events!AsyncEvent:interface"
2118
+ },
2119
+ {
2120
+ "kind": "Content",
2121
+ "text": ") => "
2122
+ },
2123
+ {
2124
+ "kind": "Reference",
2125
+ "text": "Promise",
2126
+ "canonicalReference": "!Promise:interface"
2127
+ },
2128
+ {
2129
+ "kind": "Content",
2130
+ "text": "<void>"
2131
+ },
2132
+ {
2133
+ "kind": "Content",
2134
+ "text": ";"
2135
+ }
2136
+ ],
2137
+ "isStatic": false,
2138
+ "returnTypeTokenRange": {
2139
+ "startIndex": 4,
2140
+ "endIndex": 9
2141
+ },
2142
+ "releaseTag": "Public",
2143
+ "isProtected": false,
2144
+ "overloadIndex": 1,
2145
+ "parameters": [
2146
+ {
2147
+ "parameterName": "eventHandler",
2148
+ "parameterTypeTokenRange": {
2149
+ "startIndex": 1,
2150
+ "endIndex": 3
2151
+ },
2152
+ "isOptional": false
2153
+ }
2154
+ ],
2155
+ "isOptional": false,
2156
+ "isAbstract": false,
2157
+ "name": "getQueueConsumer"
2158
+ },
2159
+ {
2160
+ "kind": "Property",
2161
+ "canonicalReference": "@valiantys/atlassian-app!SimpleAsyncQueueService#jobLogService:member",
2162
+ "docComment": "",
2163
+ "excerptTokens": [
2164
+ {
2165
+ "kind": "Content",
2166
+ "text": "readonly jobLogService: "
2167
+ },
2168
+ {
2169
+ "kind": "Reference",
2170
+ "text": "JobLogService",
2171
+ "canonicalReference": "@valiantys/atlassian-app!JobLogService:class"
2172
+ },
2173
+ {
2174
+ "kind": "Content",
2175
+ "text": " | undefined"
2176
+ },
2177
+ {
2178
+ "kind": "Content",
2179
+ "text": ";"
2180
+ }
2181
+ ],
2182
+ "isReadonly": true,
2183
+ "isOptional": false,
2184
+ "releaseTag": "Public",
2185
+ "name": "jobLogService",
2186
+ "propertyTypeTokenRange": {
2187
+ "startIndex": 1,
2188
+ "endIndex": 3
2189
+ },
2190
+ "isStatic": false,
2191
+ "isProtected": false,
2192
+ "isAbstract": false
2193
+ }
2194
+ ],
2195
+ "implementsTokenRanges": [
2196
+ {
2197
+ "startIndex": 1,
2198
+ "endIndex": 3
2199
+ }
2200
+ ]
2201
+ }
2202
+ ]
2203
+ }
2204
+ ]
2205
+ }