@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,1995 @@
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": "Class",
177
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService:class",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export declare class JiraIssueService "
183
+ }
184
+ ],
185
+ "fileUrlPath": "../../jira/shared/data-access-issue/src/lib/jira-issue-service.d.ts",
186
+ "releaseTag": "Public",
187
+ "isAbstract": false,
188
+ "name": "JiraIssueService",
189
+ "preserveMemberOrder": false,
190
+ "members": [
191
+ {
192
+ "kind": "Constructor",
193
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService:constructor(1)",
194
+ "docComment": "/**\n * Constructs a new instance of the `JiraIssueService` class\n */\n",
195
+ "excerptTokens": [
196
+ {
197
+ "kind": "Content",
198
+ "text": "constructor(fetchSvc: "
199
+ },
200
+ {
201
+ "kind": "Reference",
202
+ "text": "AtlassianProductFetchService",
203
+ "canonicalReference": "@valiantys/atlassian-app!~AtlassianProductFetchService:interface"
204
+ },
205
+ {
206
+ "kind": "Content",
207
+ "text": "<'jira'>"
208
+ },
209
+ {
210
+ "kind": "Content",
211
+ "text": ");"
212
+ }
213
+ ],
214
+ "releaseTag": "Public",
215
+ "isProtected": false,
216
+ "overloadIndex": 1,
217
+ "parameters": [
218
+ {
219
+ "parameterName": "fetchSvc",
220
+ "parameterTypeTokenRange": {
221
+ "startIndex": 1,
222
+ "endIndex": 3
223
+ },
224
+ "isOptional": false
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ "kind": "Method",
230
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#addIssueComment:member(1)",
231
+ "docComment": "",
232
+ "excerptTokens": [
233
+ {
234
+ "kind": "Content",
235
+ "text": "addIssueComment(issueIdOrKey: "
236
+ },
237
+ {
238
+ "kind": "Content",
239
+ "text": "string"
240
+ },
241
+ {
242
+ "kind": "Content",
243
+ "text": ", body: "
244
+ },
245
+ {
246
+ "kind": "Reference",
247
+ "text": "AtlassianDocumentFormat",
248
+ "canonicalReference": "@valiantys/atlassian-app!~AtlassianDocumentFormat:interface"
249
+ },
250
+ {
251
+ "kind": "Content",
252
+ "text": "): "
253
+ },
254
+ {
255
+ "kind": "Reference",
256
+ "text": "Promise",
257
+ "canonicalReference": "!Promise:interface"
258
+ },
259
+ {
260
+ "kind": "Content",
261
+ "text": "<"
262
+ },
263
+ {
264
+ "kind": "Reference",
265
+ "text": "IssueComment",
266
+ "canonicalReference": "@valiantys/atlassian-app!~IssueComment:type"
267
+ },
268
+ {
269
+ "kind": "Content",
270
+ "text": ">"
271
+ },
272
+ {
273
+ "kind": "Content",
274
+ "text": ";"
275
+ }
276
+ ],
277
+ "isStatic": false,
278
+ "returnTypeTokenRange": {
279
+ "startIndex": 5,
280
+ "endIndex": 9
281
+ },
282
+ "releaseTag": "Public",
283
+ "isProtected": false,
284
+ "overloadIndex": 1,
285
+ "parameters": [
286
+ {
287
+ "parameterName": "issueIdOrKey",
288
+ "parameterTypeTokenRange": {
289
+ "startIndex": 1,
290
+ "endIndex": 2
291
+ },
292
+ "isOptional": false
293
+ },
294
+ {
295
+ "parameterName": "body",
296
+ "parameterTypeTokenRange": {
297
+ "startIndex": 3,
298
+ "endIndex": 4
299
+ },
300
+ "isOptional": false
301
+ }
302
+ ],
303
+ "isOptional": false,
304
+ "isAbstract": false,
305
+ "name": "addIssueComment"
306
+ },
307
+ {
308
+ "kind": "Method",
309
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#addWorklog:member(1)",
310
+ "docComment": "",
311
+ "excerptTokens": [
312
+ {
313
+ "kind": "Content",
314
+ "text": "addWorklog(issueIdOrKey: "
315
+ },
316
+ {
317
+ "kind": "Content",
318
+ "text": "string"
319
+ },
320
+ {
321
+ "kind": "Content",
322
+ "text": ", worklog: "
323
+ },
324
+ {
325
+ "kind": "Reference",
326
+ "text": "WorklogCreateRequest",
327
+ "canonicalReference": "@valiantys/atlassian-app!~WorklogCreateRequest:interface"
328
+ },
329
+ {
330
+ "kind": "Content",
331
+ "text": "): "
332
+ },
333
+ {
334
+ "kind": "Reference",
335
+ "text": "Promise",
336
+ "canonicalReference": "!Promise:interface"
337
+ },
338
+ {
339
+ "kind": "Content",
340
+ "text": "<"
341
+ },
342
+ {
343
+ "kind": "Reference",
344
+ "text": "Worklog",
345
+ "canonicalReference": "@valiantys/atlassian-app!~Worklog:interface"
346
+ },
347
+ {
348
+ "kind": "Content",
349
+ "text": ">"
350
+ },
351
+ {
352
+ "kind": "Content",
353
+ "text": ";"
354
+ }
355
+ ],
356
+ "isStatic": false,
357
+ "returnTypeTokenRange": {
358
+ "startIndex": 5,
359
+ "endIndex": 9
360
+ },
361
+ "releaseTag": "Public",
362
+ "isProtected": false,
363
+ "overloadIndex": 1,
364
+ "parameters": [
365
+ {
366
+ "parameterName": "issueIdOrKey",
367
+ "parameterTypeTokenRange": {
368
+ "startIndex": 1,
369
+ "endIndex": 2
370
+ },
371
+ "isOptional": false
372
+ },
373
+ {
374
+ "parameterName": "worklog",
375
+ "parameterTypeTokenRange": {
376
+ "startIndex": 3,
377
+ "endIndex": 4
378
+ },
379
+ "isOptional": false
380
+ }
381
+ ],
382
+ "isOptional": false,
383
+ "isAbstract": false,
384
+ "name": "addWorklog"
385
+ },
386
+ {
387
+ "kind": "Method",
388
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#createIssue:member(1)",
389
+ "docComment": "",
390
+ "excerptTokens": [
391
+ {
392
+ "kind": "Content",
393
+ "text": "createIssue(body: "
394
+ },
395
+ {
396
+ "kind": "Reference",
397
+ "text": "CreateIssue",
398
+ "canonicalReference": "@valiantys/atlassian-app!~CreateIssue:interface"
399
+ },
400
+ {
401
+ "kind": "Content",
402
+ "text": "): "
403
+ },
404
+ {
405
+ "kind": "Reference",
406
+ "text": "Promise",
407
+ "canonicalReference": "!Promise:interface"
408
+ },
409
+ {
410
+ "kind": "Content",
411
+ "text": "<"
412
+ },
413
+ {
414
+ "kind": "Reference",
415
+ "text": "CreatedIssue",
416
+ "canonicalReference": "@valiantys/atlassian-app!~CreatedIssue:interface"
417
+ },
418
+ {
419
+ "kind": "Content",
420
+ "text": ">"
421
+ },
422
+ {
423
+ "kind": "Content",
424
+ "text": ";"
425
+ }
426
+ ],
427
+ "isStatic": false,
428
+ "returnTypeTokenRange": {
429
+ "startIndex": 3,
430
+ "endIndex": 7
431
+ },
432
+ "releaseTag": "Public",
433
+ "isProtected": false,
434
+ "overloadIndex": 1,
435
+ "parameters": [
436
+ {
437
+ "parameterName": "body",
438
+ "parameterTypeTokenRange": {
439
+ "startIndex": 1,
440
+ "endIndex": 2
441
+ },
442
+ "isOptional": false
443
+ }
444
+ ],
445
+ "isOptional": false,
446
+ "isAbstract": false,
447
+ "name": "createIssue"
448
+ },
449
+ {
450
+ "kind": "Method",
451
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#createIssueLink:member(1)",
452
+ "docComment": "",
453
+ "excerptTokens": [
454
+ {
455
+ "kind": "Content",
456
+ "text": "createIssueLink(issueLinkRequest: "
457
+ },
458
+ {
459
+ "kind": "Reference",
460
+ "text": "IssueLinkRequest",
461
+ "canonicalReference": "@valiantys/atlassian-app!~IssueLinkRequest:interface"
462
+ },
463
+ {
464
+ "kind": "Content",
465
+ "text": "): "
466
+ },
467
+ {
468
+ "kind": "Reference",
469
+ "text": "Promise",
470
+ "canonicalReference": "!Promise:interface"
471
+ },
472
+ {
473
+ "kind": "Content",
474
+ "text": "<void>"
475
+ },
476
+ {
477
+ "kind": "Content",
478
+ "text": ";"
479
+ }
480
+ ],
481
+ "isStatic": false,
482
+ "returnTypeTokenRange": {
483
+ "startIndex": 3,
484
+ "endIndex": 5
485
+ },
486
+ "releaseTag": "Public",
487
+ "isProtected": false,
488
+ "overloadIndex": 1,
489
+ "parameters": [
490
+ {
491
+ "parameterName": "issueLinkRequest",
492
+ "parameterTypeTokenRange": {
493
+ "startIndex": 1,
494
+ "endIndex": 2
495
+ },
496
+ "isOptional": false
497
+ }
498
+ ],
499
+ "isOptional": false,
500
+ "isAbstract": false,
501
+ "name": "createIssueLink"
502
+ },
503
+ {
504
+ "kind": "Method",
505
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#getIssue:member(1)",
506
+ "docComment": "",
507
+ "excerptTokens": [
508
+ {
509
+ "kind": "Content",
510
+ "text": "getIssue(issueIdOrKey: "
511
+ },
512
+ {
513
+ "kind": "Content",
514
+ "text": "string"
515
+ },
516
+ {
517
+ "kind": "Content",
518
+ "text": ", fields?: "
519
+ },
520
+ {
521
+ "kind": "Content",
522
+ "text": "string[]"
523
+ },
524
+ {
525
+ "kind": "Content",
526
+ "text": ", rendered?: "
527
+ },
528
+ {
529
+ "kind": "Content",
530
+ "text": "boolean"
531
+ },
532
+ {
533
+ "kind": "Content",
534
+ "text": "): "
535
+ },
536
+ {
537
+ "kind": "Reference",
538
+ "text": "Promise",
539
+ "canonicalReference": "!Promise:interface"
540
+ },
541
+ {
542
+ "kind": "Content",
543
+ "text": "<"
544
+ },
545
+ {
546
+ "kind": "Reference",
547
+ "text": "Issue",
548
+ "canonicalReference": "@valiantys/atlassian-app!~Issue:interface"
549
+ },
550
+ {
551
+ "kind": "Content",
552
+ "text": " | undefined>"
553
+ },
554
+ {
555
+ "kind": "Content",
556
+ "text": ";"
557
+ }
558
+ ],
559
+ "isStatic": false,
560
+ "returnTypeTokenRange": {
561
+ "startIndex": 7,
562
+ "endIndex": 11
563
+ },
564
+ "releaseTag": "Public",
565
+ "isProtected": false,
566
+ "overloadIndex": 1,
567
+ "parameters": [
568
+ {
569
+ "parameterName": "issueIdOrKey",
570
+ "parameterTypeTokenRange": {
571
+ "startIndex": 1,
572
+ "endIndex": 2
573
+ },
574
+ "isOptional": false
575
+ },
576
+ {
577
+ "parameterName": "fields",
578
+ "parameterTypeTokenRange": {
579
+ "startIndex": 3,
580
+ "endIndex": 4
581
+ },
582
+ "isOptional": true
583
+ },
584
+ {
585
+ "parameterName": "rendered",
586
+ "parameterTypeTokenRange": {
587
+ "startIndex": 5,
588
+ "endIndex": 6
589
+ },
590
+ "isOptional": true
591
+ }
592
+ ],
593
+ "isOptional": false,
594
+ "isAbstract": false,
595
+ "name": "getIssue"
596
+ },
597
+ {
598
+ "kind": "Method",
599
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#getIssueCommentById:member(1)",
600
+ "docComment": "",
601
+ "excerptTokens": [
602
+ {
603
+ "kind": "Content",
604
+ "text": "getIssueCommentById(issueIdOrKey: "
605
+ },
606
+ {
607
+ "kind": "Content",
608
+ "text": "string"
609
+ },
610
+ {
611
+ "kind": "Content",
612
+ "text": ", commentId: "
613
+ },
614
+ {
615
+ "kind": "Content",
616
+ "text": "string"
617
+ },
618
+ {
619
+ "kind": "Content",
620
+ "text": "): "
621
+ },
622
+ {
623
+ "kind": "Reference",
624
+ "text": "Promise",
625
+ "canonicalReference": "!Promise:interface"
626
+ },
627
+ {
628
+ "kind": "Content",
629
+ "text": "<"
630
+ },
631
+ {
632
+ "kind": "Reference",
633
+ "text": "IssueComment",
634
+ "canonicalReference": "@valiantys/atlassian-app!~IssueComment:type"
635
+ },
636
+ {
637
+ "kind": "Content",
638
+ "text": ">"
639
+ },
640
+ {
641
+ "kind": "Content",
642
+ "text": ";"
643
+ }
644
+ ],
645
+ "isStatic": false,
646
+ "returnTypeTokenRange": {
647
+ "startIndex": 5,
648
+ "endIndex": 9
649
+ },
650
+ "releaseTag": "Public",
651
+ "isProtected": false,
652
+ "overloadIndex": 1,
653
+ "parameters": [
654
+ {
655
+ "parameterName": "issueIdOrKey",
656
+ "parameterTypeTokenRange": {
657
+ "startIndex": 1,
658
+ "endIndex": 2
659
+ },
660
+ "isOptional": false
661
+ },
662
+ {
663
+ "parameterName": "commentId",
664
+ "parameterTypeTokenRange": {
665
+ "startIndex": 3,
666
+ "endIndex": 4
667
+ },
668
+ "isOptional": false
669
+ }
670
+ ],
671
+ "isOptional": false,
672
+ "isAbstract": false,
673
+ "name": "getIssueCommentById"
674
+ },
675
+ {
676
+ "kind": "Method",
677
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#getIssueComments:member(1)",
678
+ "docComment": "",
679
+ "excerptTokens": [
680
+ {
681
+ "kind": "Content",
682
+ "text": "getIssueComments(issueIdOrKey: "
683
+ },
684
+ {
685
+ "kind": "Content",
686
+ "text": "string"
687
+ },
688
+ {
689
+ "kind": "Content",
690
+ "text": ", startAt?: "
691
+ },
692
+ {
693
+ "kind": "Content",
694
+ "text": "number"
695
+ },
696
+ {
697
+ "kind": "Content",
698
+ "text": "): "
699
+ },
700
+ {
701
+ "kind": "Reference",
702
+ "text": "Promise",
703
+ "canonicalReference": "!Promise:interface"
704
+ },
705
+ {
706
+ "kind": "Content",
707
+ "text": "<"
708
+ },
709
+ {
710
+ "kind": "Reference",
711
+ "text": "JiraCommentResponse",
712
+ "canonicalReference": "@valiantys/atlassian-app!~JiraCommentResponse:type"
713
+ },
714
+ {
715
+ "kind": "Content",
716
+ "text": ">"
717
+ },
718
+ {
719
+ "kind": "Content",
720
+ "text": ";"
721
+ }
722
+ ],
723
+ "isStatic": false,
724
+ "returnTypeTokenRange": {
725
+ "startIndex": 5,
726
+ "endIndex": 9
727
+ },
728
+ "releaseTag": "Public",
729
+ "isProtected": false,
730
+ "overloadIndex": 1,
731
+ "parameters": [
732
+ {
733
+ "parameterName": "issueIdOrKey",
734
+ "parameterTypeTokenRange": {
735
+ "startIndex": 1,
736
+ "endIndex": 2
737
+ },
738
+ "isOptional": false
739
+ },
740
+ {
741
+ "parameterName": "startAt",
742
+ "parameterTypeTokenRange": {
743
+ "startIndex": 3,
744
+ "endIndex": 4
745
+ },
746
+ "isOptional": true
747
+ }
748
+ ],
749
+ "isOptional": false,
750
+ "isAbstract": false,
751
+ "name": "getIssueComments"
752
+ },
753
+ {
754
+ "kind": "Method",
755
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#getIssueField:member(1)",
756
+ "docComment": "",
757
+ "excerptTokens": [
758
+ {
759
+ "kind": "Content",
760
+ "text": "getIssueField<T>(issueIdOrKey: "
761
+ },
762
+ {
763
+ "kind": "Content",
764
+ "text": "string"
765
+ },
766
+ {
767
+ "kind": "Content",
768
+ "text": ", field: "
769
+ },
770
+ {
771
+ "kind": "Content",
772
+ "text": "string"
773
+ },
774
+ {
775
+ "kind": "Content",
776
+ "text": "): "
777
+ },
778
+ {
779
+ "kind": "Reference",
780
+ "text": "Promise",
781
+ "canonicalReference": "!Promise:interface"
782
+ },
783
+ {
784
+ "kind": "Content",
785
+ "text": "<T | undefined>"
786
+ },
787
+ {
788
+ "kind": "Content",
789
+ "text": ";"
790
+ }
791
+ ],
792
+ "typeParameters": [
793
+ {
794
+ "typeParameterName": "T",
795
+ "constraintTokenRange": {
796
+ "startIndex": 0,
797
+ "endIndex": 0
798
+ },
799
+ "defaultTypeTokenRange": {
800
+ "startIndex": 0,
801
+ "endIndex": 0
802
+ }
803
+ }
804
+ ],
805
+ "isStatic": false,
806
+ "returnTypeTokenRange": {
807
+ "startIndex": 5,
808
+ "endIndex": 7
809
+ },
810
+ "releaseTag": "Public",
811
+ "isProtected": false,
812
+ "overloadIndex": 1,
813
+ "parameters": [
814
+ {
815
+ "parameterName": "issueIdOrKey",
816
+ "parameterTypeTokenRange": {
817
+ "startIndex": 1,
818
+ "endIndex": 2
819
+ },
820
+ "isOptional": false
821
+ },
822
+ {
823
+ "parameterName": "field",
824
+ "parameterTypeTokenRange": {
825
+ "startIndex": 3,
826
+ "endIndex": 4
827
+ },
828
+ "isOptional": false
829
+ }
830
+ ],
831
+ "isOptional": false,
832
+ "isAbstract": false,
833
+ "name": "getIssueField"
834
+ },
835
+ {
836
+ "kind": "Method",
837
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#getIssueFields:member(1)",
838
+ "docComment": "",
839
+ "excerptTokens": [
840
+ {
841
+ "kind": "Content",
842
+ "text": "getIssueFields(issueIdOrKey: "
843
+ },
844
+ {
845
+ "kind": "Content",
846
+ "text": "string"
847
+ },
848
+ {
849
+ "kind": "Content",
850
+ "text": ", fields: "
851
+ },
852
+ {
853
+ "kind": "Content",
854
+ "text": "string[]"
855
+ },
856
+ {
857
+ "kind": "Content",
858
+ "text": "): "
859
+ },
860
+ {
861
+ "kind": "Reference",
862
+ "text": "Promise",
863
+ "canonicalReference": "!Promise:interface"
864
+ },
865
+ {
866
+ "kind": "Content",
867
+ "text": "<"
868
+ },
869
+ {
870
+ "kind": "Reference",
871
+ "text": "IssueFields",
872
+ "canonicalReference": "@valiantys/atlassian-app!~IssueFields:type"
873
+ },
874
+ {
875
+ "kind": "Content",
876
+ "text": " | undefined>"
877
+ },
878
+ {
879
+ "kind": "Content",
880
+ "text": ";"
881
+ }
882
+ ],
883
+ "isStatic": false,
884
+ "returnTypeTokenRange": {
885
+ "startIndex": 5,
886
+ "endIndex": 9
887
+ },
888
+ "releaseTag": "Public",
889
+ "isProtected": false,
890
+ "overloadIndex": 1,
891
+ "parameters": [
892
+ {
893
+ "parameterName": "issueIdOrKey",
894
+ "parameterTypeTokenRange": {
895
+ "startIndex": 1,
896
+ "endIndex": 2
897
+ },
898
+ "isOptional": false
899
+ },
900
+ {
901
+ "parameterName": "fields",
902
+ "parameterTypeTokenRange": {
903
+ "startIndex": 3,
904
+ "endIndex": 4
905
+ },
906
+ "isOptional": false
907
+ }
908
+ ],
909
+ "isOptional": false,
910
+ "isAbstract": false,
911
+ "name": "getIssueFields"
912
+ },
913
+ {
914
+ "kind": "Method",
915
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#getIssueTypes:member(1)",
916
+ "docComment": "",
917
+ "excerptTokens": [
918
+ {
919
+ "kind": "Content",
920
+ "text": "getIssueTypes(): "
921
+ },
922
+ {
923
+ "kind": "Reference",
924
+ "text": "Promise",
925
+ "canonicalReference": "!Promise:interface"
926
+ },
927
+ {
928
+ "kind": "Content",
929
+ "text": "<"
930
+ },
931
+ {
932
+ "kind": "Reference",
933
+ "text": "IssueTypeDetails",
934
+ "canonicalReference": "@valiantys/atlassian-app!~IssueTypeDetails:interface"
935
+ },
936
+ {
937
+ "kind": "Content",
938
+ "text": "[]>"
939
+ },
940
+ {
941
+ "kind": "Content",
942
+ "text": ";"
943
+ }
944
+ ],
945
+ "isStatic": false,
946
+ "returnTypeTokenRange": {
947
+ "startIndex": 1,
948
+ "endIndex": 5
949
+ },
950
+ "releaseTag": "Public",
951
+ "isProtected": false,
952
+ "overloadIndex": 1,
953
+ "parameters": [],
954
+ "isOptional": false,
955
+ "isAbstract": false,
956
+ "name": "getIssueTypes"
957
+ },
958
+ {
959
+ "kind": "Method",
960
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#getIssueTypeSchemes:member(1)",
961
+ "docComment": "",
962
+ "excerptTokens": [
963
+ {
964
+ "kind": "Content",
965
+ "text": "getIssueTypeSchemes({ maxResults, orderBy, startAt, expand, id, queryString, }?: "
966
+ },
967
+ {
968
+ "kind": "Content",
969
+ "text": "{\n maxResults?: number;\n orderBy?: 'name' | '-name' | '+name' | 'id' | '-id' | '+id';\n startAt?: number;\n expand?: 'projects,issueTypes' | 'projects' | 'issueTypes';\n id?: string[];\n queryString?: string;\n }"
970
+ },
971
+ {
972
+ "kind": "Content",
973
+ "text": "): "
974
+ },
975
+ {
976
+ "kind": "Reference",
977
+ "text": "Promise",
978
+ "canonicalReference": "!Promise:interface"
979
+ },
980
+ {
981
+ "kind": "Content",
982
+ "text": "<"
983
+ },
984
+ {
985
+ "kind": "Reference",
986
+ "text": "PagedResponseWithNextLink",
987
+ "canonicalReference": "@valiantys/atlassian-app!~PagedResponseWithNextLink:interface"
988
+ },
989
+ {
990
+ "kind": "Content",
991
+ "text": "<"
992
+ },
993
+ {
994
+ "kind": "Reference",
995
+ "text": "IssueTypeSchemeExpanded",
996
+ "canonicalReference": "@valiantys/atlassian-app!~IssueTypeSchemeExpanded:interface"
997
+ },
998
+ {
999
+ "kind": "Content",
1000
+ "text": ">>"
1001
+ },
1002
+ {
1003
+ "kind": "Content",
1004
+ "text": ";"
1005
+ }
1006
+ ],
1007
+ "isStatic": false,
1008
+ "returnTypeTokenRange": {
1009
+ "startIndex": 3,
1010
+ "endIndex": 9
1011
+ },
1012
+ "releaseTag": "Public",
1013
+ "isProtected": false,
1014
+ "overloadIndex": 1,
1015
+ "parameters": [
1016
+ {
1017
+ "parameterName": "{ maxResults, orderBy, startAt, expand, id, queryString, }",
1018
+ "parameterTypeTokenRange": {
1019
+ "startIndex": 1,
1020
+ "endIndex": 2
1021
+ },
1022
+ "isOptional": true
1023
+ }
1024
+ ],
1025
+ "isOptional": false,
1026
+ "isAbstract": false,
1027
+ "name": "getIssueTypeSchemes"
1028
+ },
1029
+ {
1030
+ "kind": "Method",
1031
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#getIssueTypeSchemesForProject:member(1)",
1032
+ "docComment": "",
1033
+ "excerptTokens": [
1034
+ {
1035
+ "kind": "Content",
1036
+ "text": "getIssueTypeSchemesForProject({ maxResults, startAt, projectId, }?: "
1037
+ },
1038
+ {
1039
+ "kind": "Content",
1040
+ "text": "{\n maxResults?: number;\n startAt?: number;\n projectId?: string[];\n }"
1041
+ },
1042
+ {
1043
+ "kind": "Content",
1044
+ "text": "): "
1045
+ },
1046
+ {
1047
+ "kind": "Reference",
1048
+ "text": "Promise",
1049
+ "canonicalReference": "!Promise:interface"
1050
+ },
1051
+ {
1052
+ "kind": "Content",
1053
+ "text": "<"
1054
+ },
1055
+ {
1056
+ "kind": "Reference",
1057
+ "text": "PagedResponseWithNextLink",
1058
+ "canonicalReference": "@valiantys/atlassian-app!~PagedResponseWithNextLink:interface"
1059
+ },
1060
+ {
1061
+ "kind": "Content",
1062
+ "text": "<"
1063
+ },
1064
+ {
1065
+ "kind": "Reference",
1066
+ "text": "IssueTypeSchemeForProjects",
1067
+ "canonicalReference": "@valiantys/atlassian-app!~IssueTypeSchemeForProjects:interface"
1068
+ },
1069
+ {
1070
+ "kind": "Content",
1071
+ "text": ">>"
1072
+ },
1073
+ {
1074
+ "kind": "Content",
1075
+ "text": ";"
1076
+ }
1077
+ ],
1078
+ "isStatic": false,
1079
+ "returnTypeTokenRange": {
1080
+ "startIndex": 3,
1081
+ "endIndex": 9
1082
+ },
1083
+ "releaseTag": "Public",
1084
+ "isProtected": false,
1085
+ "overloadIndex": 1,
1086
+ "parameters": [
1087
+ {
1088
+ "parameterName": "{ maxResults, startAt, projectId, }",
1089
+ "parameterTypeTokenRange": {
1090
+ "startIndex": 1,
1091
+ "endIndex": 2
1092
+ },
1093
+ "isOptional": true
1094
+ }
1095
+ ],
1096
+ "isOptional": false,
1097
+ "isAbstract": false,
1098
+ "name": "getIssueTypeSchemesForProject"
1099
+ },
1100
+ {
1101
+ "kind": "Method",
1102
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#issueSearch:member(1)",
1103
+ "docComment": "",
1104
+ "excerptTokens": [
1105
+ {
1106
+ "kind": "Content",
1107
+ "text": "issueSearch(jql: "
1108
+ },
1109
+ {
1110
+ "kind": "Content",
1111
+ "text": "string"
1112
+ },
1113
+ {
1114
+ "kind": "Content",
1115
+ "text": ", fields: "
1116
+ },
1117
+ {
1118
+ "kind": "Content",
1119
+ "text": "string[]"
1120
+ },
1121
+ {
1122
+ "kind": "Content",
1123
+ "text": ", maxResults?: "
1124
+ },
1125
+ {
1126
+ "kind": "Content",
1127
+ "text": "number"
1128
+ },
1129
+ {
1130
+ "kind": "Content",
1131
+ "text": "): "
1132
+ },
1133
+ {
1134
+ "kind": "Reference",
1135
+ "text": "Promise",
1136
+ "canonicalReference": "!Promise:interface"
1137
+ },
1138
+ {
1139
+ "kind": "Content",
1140
+ "text": "<"
1141
+ },
1142
+ {
1143
+ "kind": "Reference",
1144
+ "text": "Issue",
1145
+ "canonicalReference": "@valiantys/atlassian-app!~Issue:interface"
1146
+ },
1147
+ {
1148
+ "kind": "Content",
1149
+ "text": "<"
1150
+ },
1151
+ {
1152
+ "kind": "Reference",
1153
+ "text": "AtlassianDocumentFormat",
1154
+ "canonicalReference": "@valiantys/atlassian-app!~AtlassianDocumentFormat:interface"
1155
+ },
1156
+ {
1157
+ "kind": "Content",
1158
+ "text": ">[]>"
1159
+ },
1160
+ {
1161
+ "kind": "Content",
1162
+ "text": ";"
1163
+ }
1164
+ ],
1165
+ "isStatic": false,
1166
+ "returnTypeTokenRange": {
1167
+ "startIndex": 7,
1168
+ "endIndex": 13
1169
+ },
1170
+ "releaseTag": "Public",
1171
+ "isProtected": false,
1172
+ "overloadIndex": 1,
1173
+ "parameters": [
1174
+ {
1175
+ "parameterName": "jql",
1176
+ "parameterTypeTokenRange": {
1177
+ "startIndex": 1,
1178
+ "endIndex": 2
1179
+ },
1180
+ "isOptional": false
1181
+ },
1182
+ {
1183
+ "parameterName": "fields",
1184
+ "parameterTypeTokenRange": {
1185
+ "startIndex": 3,
1186
+ "endIndex": 4
1187
+ },
1188
+ "isOptional": false
1189
+ },
1190
+ {
1191
+ "parameterName": "maxResults",
1192
+ "parameterTypeTokenRange": {
1193
+ "startIndex": 5,
1194
+ "endIndex": 6
1195
+ },
1196
+ "isOptional": true
1197
+ }
1198
+ ],
1199
+ "isOptional": false,
1200
+ "isAbstract": false,
1201
+ "name": "issueSearch"
1202
+ },
1203
+ {
1204
+ "kind": "Method",
1205
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#issueSearchByPage:member(1)",
1206
+ "docComment": "",
1207
+ "excerptTokens": [
1208
+ {
1209
+ "kind": "Content",
1210
+ "text": "issueSearchByPage(jql: "
1211
+ },
1212
+ {
1213
+ "kind": "Content",
1214
+ "text": "string"
1215
+ },
1216
+ {
1217
+ "kind": "Content",
1218
+ "text": ", fields: "
1219
+ },
1220
+ {
1221
+ "kind": "Content",
1222
+ "text": "string[]"
1223
+ },
1224
+ {
1225
+ "kind": "Content",
1226
+ "text": ", nextPageToken?: "
1227
+ },
1228
+ {
1229
+ "kind": "Content",
1230
+ "text": "string"
1231
+ },
1232
+ {
1233
+ "kind": "Content",
1234
+ "text": ", maxResults?: "
1235
+ },
1236
+ {
1237
+ "kind": "Content",
1238
+ "text": "number"
1239
+ },
1240
+ {
1241
+ "kind": "Content",
1242
+ "text": "): "
1243
+ },
1244
+ {
1245
+ "kind": "Reference",
1246
+ "text": "Promise",
1247
+ "canonicalReference": "!Promise:interface"
1248
+ },
1249
+ {
1250
+ "kind": "Content",
1251
+ "text": "<{\n issues: "
1252
+ },
1253
+ {
1254
+ "kind": "Reference",
1255
+ "text": "Issue",
1256
+ "canonicalReference": "@valiantys/atlassian-app!~Issue:interface"
1257
+ },
1258
+ {
1259
+ "kind": "Content",
1260
+ "text": "[];\n nextPageToken?: string;\n }>"
1261
+ },
1262
+ {
1263
+ "kind": "Content",
1264
+ "text": ";"
1265
+ }
1266
+ ],
1267
+ "isStatic": false,
1268
+ "returnTypeTokenRange": {
1269
+ "startIndex": 9,
1270
+ "endIndex": 13
1271
+ },
1272
+ "releaseTag": "Public",
1273
+ "isProtected": false,
1274
+ "overloadIndex": 1,
1275
+ "parameters": [
1276
+ {
1277
+ "parameterName": "jql",
1278
+ "parameterTypeTokenRange": {
1279
+ "startIndex": 1,
1280
+ "endIndex": 2
1281
+ },
1282
+ "isOptional": false
1283
+ },
1284
+ {
1285
+ "parameterName": "fields",
1286
+ "parameterTypeTokenRange": {
1287
+ "startIndex": 3,
1288
+ "endIndex": 4
1289
+ },
1290
+ "isOptional": false
1291
+ },
1292
+ {
1293
+ "parameterName": "nextPageToken",
1294
+ "parameterTypeTokenRange": {
1295
+ "startIndex": 5,
1296
+ "endIndex": 6
1297
+ },
1298
+ "isOptional": true
1299
+ },
1300
+ {
1301
+ "parameterName": "maxResults",
1302
+ "parameterTypeTokenRange": {
1303
+ "startIndex": 7,
1304
+ "endIndex": 8
1305
+ },
1306
+ "isOptional": true
1307
+ }
1308
+ ],
1309
+ "isOptional": false,
1310
+ "isAbstract": false,
1311
+ "name": "issueSearchByPage"
1312
+ },
1313
+ {
1314
+ "kind": "Property",
1315
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService.issueUrl:member",
1316
+ "docComment": "",
1317
+ "excerptTokens": [
1318
+ {
1319
+ "kind": "Content",
1320
+ "text": "static readonly issueUrl = "
1321
+ },
1322
+ {
1323
+ "kind": "Content",
1324
+ "text": "\"/rest/api/3/issue\""
1325
+ },
1326
+ {
1327
+ "kind": "Content",
1328
+ "text": ";"
1329
+ }
1330
+ ],
1331
+ "isReadonly": true,
1332
+ "isOptional": false,
1333
+ "releaseTag": "Public",
1334
+ "name": "issueUrl",
1335
+ "propertyTypeTokenRange": {
1336
+ "startIndex": 0,
1337
+ "endIndex": 0
1338
+ },
1339
+ "initializerTokenRange": {
1340
+ "startIndex": 1,
1341
+ "endIndex": 2
1342
+ },
1343
+ "isStatic": true,
1344
+ "isProtected": false,
1345
+ "isAbstract": false
1346
+ },
1347
+ {
1348
+ "kind": "Method",
1349
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#queryForIssuesInProjects:member(1)",
1350
+ "docComment": "",
1351
+ "excerptTokens": [
1352
+ {
1353
+ "kind": "Content",
1354
+ "text": "queryForIssuesInProjects(projectIdsOrKeys: "
1355
+ },
1356
+ {
1357
+ "kind": "Content",
1358
+ "text": "string[]"
1359
+ },
1360
+ {
1361
+ "kind": "Content",
1362
+ "text": "): "
1363
+ },
1364
+ {
1365
+ "kind": "Reference",
1366
+ "text": "Promise",
1367
+ "canonicalReference": "!Promise:interface"
1368
+ },
1369
+ {
1370
+ "kind": "Content",
1371
+ "text": "<"
1372
+ },
1373
+ {
1374
+ "kind": "Reference",
1375
+ "text": "Issue",
1376
+ "canonicalReference": "@valiantys/atlassian-app!~Issue:interface"
1377
+ },
1378
+ {
1379
+ "kind": "Content",
1380
+ "text": "<"
1381
+ },
1382
+ {
1383
+ "kind": "Reference",
1384
+ "text": "AtlassianDocumentFormat",
1385
+ "canonicalReference": "@valiantys/atlassian-app!~AtlassianDocumentFormat:interface"
1386
+ },
1387
+ {
1388
+ "kind": "Content",
1389
+ "text": ">[]>"
1390
+ },
1391
+ {
1392
+ "kind": "Content",
1393
+ "text": ";"
1394
+ }
1395
+ ],
1396
+ "isStatic": false,
1397
+ "returnTypeTokenRange": {
1398
+ "startIndex": 3,
1399
+ "endIndex": 9
1400
+ },
1401
+ "releaseTag": "Public",
1402
+ "isProtected": false,
1403
+ "overloadIndex": 1,
1404
+ "parameters": [
1405
+ {
1406
+ "parameterName": "projectIdsOrKeys",
1407
+ "parameterTypeTokenRange": {
1408
+ "startIndex": 1,
1409
+ "endIndex": 2
1410
+ },
1411
+ "isOptional": false
1412
+ }
1413
+ ],
1414
+ "isOptional": false,
1415
+ "isAbstract": false,
1416
+ "name": "queryForIssuesInProjects"
1417
+ },
1418
+ {
1419
+ "kind": "Method",
1420
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#transitionIssue:member(1)",
1421
+ "docComment": "",
1422
+ "excerptTokens": [
1423
+ {
1424
+ "kind": "Content",
1425
+ "text": "transitionIssue(issueIdOrKey: "
1426
+ },
1427
+ {
1428
+ "kind": "Content",
1429
+ "text": "string"
1430
+ },
1431
+ {
1432
+ "kind": "Content",
1433
+ "text": ", body: "
1434
+ },
1435
+ {
1436
+ "kind": "Reference",
1437
+ "text": "TransitionIssueRequest",
1438
+ "canonicalReference": "@valiantys/atlassian-app!~TransitionIssueRequest:interface"
1439
+ },
1440
+ {
1441
+ "kind": "Content",
1442
+ "text": "): "
1443
+ },
1444
+ {
1445
+ "kind": "Reference",
1446
+ "text": "Promise",
1447
+ "canonicalReference": "!Promise:interface"
1448
+ },
1449
+ {
1450
+ "kind": "Content",
1451
+ "text": "<void>"
1452
+ },
1453
+ {
1454
+ "kind": "Content",
1455
+ "text": ";"
1456
+ }
1457
+ ],
1458
+ "isStatic": false,
1459
+ "returnTypeTokenRange": {
1460
+ "startIndex": 5,
1461
+ "endIndex": 7
1462
+ },
1463
+ "releaseTag": "Public",
1464
+ "isProtected": false,
1465
+ "overloadIndex": 1,
1466
+ "parameters": [
1467
+ {
1468
+ "parameterName": "issueIdOrKey",
1469
+ "parameterTypeTokenRange": {
1470
+ "startIndex": 1,
1471
+ "endIndex": 2
1472
+ },
1473
+ "isOptional": false
1474
+ },
1475
+ {
1476
+ "parameterName": "body",
1477
+ "parameterTypeTokenRange": {
1478
+ "startIndex": 3,
1479
+ "endIndex": 4
1480
+ },
1481
+ "isOptional": false
1482
+ }
1483
+ ],
1484
+ "isOptional": false,
1485
+ "isAbstract": false,
1486
+ "name": "transitionIssue"
1487
+ },
1488
+ {
1489
+ "kind": "Method",
1490
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#updateField:member(1)",
1491
+ "docComment": "",
1492
+ "excerptTokens": [
1493
+ {
1494
+ "kind": "Content",
1495
+ "text": "updateField(issueIdOrKey: "
1496
+ },
1497
+ {
1498
+ "kind": "Content",
1499
+ "text": "string"
1500
+ },
1501
+ {
1502
+ "kind": "Content",
1503
+ "text": ", fieldName: "
1504
+ },
1505
+ {
1506
+ "kind": "Content",
1507
+ "text": "string"
1508
+ },
1509
+ {
1510
+ "kind": "Content",
1511
+ "text": ", value: "
1512
+ },
1513
+ {
1514
+ "kind": "Content",
1515
+ "text": "unknown"
1516
+ },
1517
+ {
1518
+ "kind": "Content",
1519
+ "text": "): "
1520
+ },
1521
+ {
1522
+ "kind": "Reference",
1523
+ "text": "Promise",
1524
+ "canonicalReference": "!Promise:interface"
1525
+ },
1526
+ {
1527
+ "kind": "Content",
1528
+ "text": "<void>"
1529
+ },
1530
+ {
1531
+ "kind": "Content",
1532
+ "text": ";"
1533
+ }
1534
+ ],
1535
+ "isStatic": false,
1536
+ "returnTypeTokenRange": {
1537
+ "startIndex": 7,
1538
+ "endIndex": 9
1539
+ },
1540
+ "releaseTag": "Public",
1541
+ "isProtected": false,
1542
+ "overloadIndex": 1,
1543
+ "parameters": [
1544
+ {
1545
+ "parameterName": "issueIdOrKey",
1546
+ "parameterTypeTokenRange": {
1547
+ "startIndex": 1,
1548
+ "endIndex": 2
1549
+ },
1550
+ "isOptional": false
1551
+ },
1552
+ {
1553
+ "parameterName": "fieldName",
1554
+ "parameterTypeTokenRange": {
1555
+ "startIndex": 3,
1556
+ "endIndex": 4
1557
+ },
1558
+ "isOptional": false
1559
+ },
1560
+ {
1561
+ "parameterName": "value",
1562
+ "parameterTypeTokenRange": {
1563
+ "startIndex": 5,
1564
+ "endIndex": 6
1565
+ },
1566
+ "isOptional": false
1567
+ }
1568
+ ],
1569
+ "isOptional": false,
1570
+ "isAbstract": false,
1571
+ "name": "updateField"
1572
+ },
1573
+ {
1574
+ "kind": "Method",
1575
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#updateFields:member(1)",
1576
+ "docComment": "",
1577
+ "excerptTokens": [
1578
+ {
1579
+ "kind": "Content",
1580
+ "text": "updateFields(issueIdOrKey: "
1581
+ },
1582
+ {
1583
+ "kind": "Content",
1584
+ "text": "string"
1585
+ },
1586
+ {
1587
+ "kind": "Content",
1588
+ "text": ", fields: "
1589
+ },
1590
+ {
1591
+ "kind": "Reference",
1592
+ "text": "Record",
1593
+ "canonicalReference": "!Record:type"
1594
+ },
1595
+ {
1596
+ "kind": "Content",
1597
+ "text": "<string, unknown>"
1598
+ },
1599
+ {
1600
+ "kind": "Content",
1601
+ "text": "): "
1602
+ },
1603
+ {
1604
+ "kind": "Reference",
1605
+ "text": "Promise",
1606
+ "canonicalReference": "!Promise:interface"
1607
+ },
1608
+ {
1609
+ "kind": "Content",
1610
+ "text": "<void>"
1611
+ },
1612
+ {
1613
+ "kind": "Content",
1614
+ "text": ";"
1615
+ }
1616
+ ],
1617
+ "isStatic": false,
1618
+ "returnTypeTokenRange": {
1619
+ "startIndex": 6,
1620
+ "endIndex": 8
1621
+ },
1622
+ "releaseTag": "Public",
1623
+ "isProtected": false,
1624
+ "overloadIndex": 1,
1625
+ "parameters": [
1626
+ {
1627
+ "parameterName": "issueIdOrKey",
1628
+ "parameterTypeTokenRange": {
1629
+ "startIndex": 1,
1630
+ "endIndex": 2
1631
+ },
1632
+ "isOptional": false
1633
+ },
1634
+ {
1635
+ "parameterName": "fields",
1636
+ "parameterTypeTokenRange": {
1637
+ "startIndex": 3,
1638
+ "endIndex": 5
1639
+ },
1640
+ "isOptional": false
1641
+ }
1642
+ ],
1643
+ "isOptional": false,
1644
+ "isAbstract": false,
1645
+ "name": "updateFields"
1646
+ },
1647
+ {
1648
+ "kind": "Method",
1649
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#updateIssue:member(1)",
1650
+ "docComment": "",
1651
+ "excerptTokens": [
1652
+ {
1653
+ "kind": "Content",
1654
+ "text": "updateIssue(issueIdOrKey: "
1655
+ },
1656
+ {
1657
+ "kind": "Content",
1658
+ "text": "string"
1659
+ },
1660
+ {
1661
+ "kind": "Content",
1662
+ "text": ", body: "
1663
+ },
1664
+ {
1665
+ "kind": "Reference",
1666
+ "text": "UpdateIssue",
1667
+ "canonicalReference": "@valiantys/atlassian-app!~UpdateIssue:type"
1668
+ },
1669
+ {
1670
+ "kind": "Content",
1671
+ "text": "): "
1672
+ },
1673
+ {
1674
+ "kind": "Reference",
1675
+ "text": "Promise",
1676
+ "canonicalReference": "!Promise:interface"
1677
+ },
1678
+ {
1679
+ "kind": "Content",
1680
+ "text": "<void>"
1681
+ },
1682
+ {
1683
+ "kind": "Content",
1684
+ "text": ";"
1685
+ }
1686
+ ],
1687
+ "isStatic": false,
1688
+ "returnTypeTokenRange": {
1689
+ "startIndex": 5,
1690
+ "endIndex": 7
1691
+ },
1692
+ "releaseTag": "Public",
1693
+ "isProtected": false,
1694
+ "overloadIndex": 1,
1695
+ "parameters": [
1696
+ {
1697
+ "parameterName": "issueIdOrKey",
1698
+ "parameterTypeTokenRange": {
1699
+ "startIndex": 1,
1700
+ "endIndex": 2
1701
+ },
1702
+ "isOptional": false
1703
+ },
1704
+ {
1705
+ "parameterName": "body",
1706
+ "parameterTypeTokenRange": {
1707
+ "startIndex": 3,
1708
+ "endIndex": 4
1709
+ },
1710
+ "isOptional": false
1711
+ }
1712
+ ],
1713
+ "isOptional": false,
1714
+ "isAbstract": false,
1715
+ "name": "updateIssue"
1716
+ },
1717
+ {
1718
+ "kind": "Method",
1719
+ "canonicalReference": "@valiantys/atlassian-app!JiraIssueService#updateProperty:member(1)",
1720
+ "docComment": "",
1721
+ "excerptTokens": [
1722
+ {
1723
+ "kind": "Content",
1724
+ "text": "updateProperty(issueIdOrKey: "
1725
+ },
1726
+ {
1727
+ "kind": "Content",
1728
+ "text": "string"
1729
+ },
1730
+ {
1731
+ "kind": "Content",
1732
+ "text": ", propertyName: "
1733
+ },
1734
+ {
1735
+ "kind": "Content",
1736
+ "text": "string"
1737
+ },
1738
+ {
1739
+ "kind": "Content",
1740
+ "text": ", value: "
1741
+ },
1742
+ {
1743
+ "kind": "Content",
1744
+ "text": "any"
1745
+ },
1746
+ {
1747
+ "kind": "Content",
1748
+ "text": "): "
1749
+ },
1750
+ {
1751
+ "kind": "Reference",
1752
+ "text": "Promise",
1753
+ "canonicalReference": "!Promise:interface"
1754
+ },
1755
+ {
1756
+ "kind": "Content",
1757
+ "text": "<void>"
1758
+ },
1759
+ {
1760
+ "kind": "Content",
1761
+ "text": ";"
1762
+ }
1763
+ ],
1764
+ "isStatic": false,
1765
+ "returnTypeTokenRange": {
1766
+ "startIndex": 7,
1767
+ "endIndex": 9
1768
+ },
1769
+ "releaseTag": "Public",
1770
+ "isProtected": false,
1771
+ "overloadIndex": 1,
1772
+ "parameters": [
1773
+ {
1774
+ "parameterName": "issueIdOrKey",
1775
+ "parameterTypeTokenRange": {
1776
+ "startIndex": 1,
1777
+ "endIndex": 2
1778
+ },
1779
+ "isOptional": false
1780
+ },
1781
+ {
1782
+ "parameterName": "propertyName",
1783
+ "parameterTypeTokenRange": {
1784
+ "startIndex": 3,
1785
+ "endIndex": 4
1786
+ },
1787
+ "isOptional": false
1788
+ },
1789
+ {
1790
+ "parameterName": "value",
1791
+ "parameterTypeTokenRange": {
1792
+ "startIndex": 5,
1793
+ "endIndex": 6
1794
+ },
1795
+ "isOptional": false
1796
+ }
1797
+ ],
1798
+ "isOptional": false,
1799
+ "isAbstract": false,
1800
+ "name": "updateProperty"
1801
+ }
1802
+ ],
1803
+ "implementsTokenRanges": []
1804
+ },
1805
+ {
1806
+ "kind": "Class",
1807
+ "canonicalReference": "@valiantys/atlassian-app!JiraRemoteLinksService:class",
1808
+ "docComment": "",
1809
+ "excerptTokens": [
1810
+ {
1811
+ "kind": "Content",
1812
+ "text": "export declare class JiraRemoteLinksService "
1813
+ }
1814
+ ],
1815
+ "fileUrlPath": "../../jira/shared/data-access-issue/src/lib/jira-remote-links-service.d.ts",
1816
+ "releaseTag": "Public",
1817
+ "isAbstract": false,
1818
+ "name": "JiraRemoteLinksService",
1819
+ "preserveMemberOrder": false,
1820
+ "members": [
1821
+ {
1822
+ "kind": "Constructor",
1823
+ "canonicalReference": "@valiantys/atlassian-app!JiraRemoteLinksService:constructor(1)",
1824
+ "docComment": "/**\n * Constructs a new instance of the `JiraRemoteLinksService` class\n */\n",
1825
+ "excerptTokens": [
1826
+ {
1827
+ "kind": "Content",
1828
+ "text": "constructor(fetchSvc: "
1829
+ },
1830
+ {
1831
+ "kind": "Reference",
1832
+ "text": "AtlassianProductFetchService",
1833
+ "canonicalReference": "@valiantys/atlassian-app!~AtlassianProductFetchService:interface"
1834
+ },
1835
+ {
1836
+ "kind": "Content",
1837
+ "text": "<'jira'>"
1838
+ },
1839
+ {
1840
+ "kind": "Content",
1841
+ "text": ");"
1842
+ }
1843
+ ],
1844
+ "releaseTag": "Public",
1845
+ "isProtected": false,
1846
+ "overloadIndex": 1,
1847
+ "parameters": [
1848
+ {
1849
+ "parameterName": "fetchSvc",
1850
+ "parameterTypeTokenRange": {
1851
+ "startIndex": 1,
1852
+ "endIndex": 3
1853
+ },
1854
+ "isOptional": false
1855
+ }
1856
+ ]
1857
+ },
1858
+ {
1859
+ "kind": "Method",
1860
+ "canonicalReference": "@valiantys/atlassian-app!JiraRemoteLinksService#deleteRemoteLinkForIssueById:member(1)",
1861
+ "docComment": "",
1862
+ "excerptTokens": [
1863
+ {
1864
+ "kind": "Content",
1865
+ "text": "deleteRemoteLinkForIssueById(issueIdOrKey: "
1866
+ },
1867
+ {
1868
+ "kind": "Content",
1869
+ "text": "string"
1870
+ },
1871
+ {
1872
+ "kind": "Content",
1873
+ "text": ", linkId: "
1874
+ },
1875
+ {
1876
+ "kind": "Content",
1877
+ "text": "number"
1878
+ },
1879
+ {
1880
+ "kind": "Content",
1881
+ "text": "): "
1882
+ },
1883
+ {
1884
+ "kind": "Reference",
1885
+ "text": "Promise",
1886
+ "canonicalReference": "!Promise:interface"
1887
+ },
1888
+ {
1889
+ "kind": "Content",
1890
+ "text": "<void>"
1891
+ },
1892
+ {
1893
+ "kind": "Content",
1894
+ "text": ";"
1895
+ }
1896
+ ],
1897
+ "isStatic": false,
1898
+ "returnTypeTokenRange": {
1899
+ "startIndex": 5,
1900
+ "endIndex": 7
1901
+ },
1902
+ "releaseTag": "Public",
1903
+ "isProtected": false,
1904
+ "overloadIndex": 1,
1905
+ "parameters": [
1906
+ {
1907
+ "parameterName": "issueIdOrKey",
1908
+ "parameterTypeTokenRange": {
1909
+ "startIndex": 1,
1910
+ "endIndex": 2
1911
+ },
1912
+ "isOptional": false
1913
+ },
1914
+ {
1915
+ "parameterName": "linkId",
1916
+ "parameterTypeTokenRange": {
1917
+ "startIndex": 3,
1918
+ "endIndex": 4
1919
+ },
1920
+ "isOptional": false
1921
+ }
1922
+ ],
1923
+ "isOptional": false,
1924
+ "isAbstract": false,
1925
+ "name": "deleteRemoteLinkForIssueById"
1926
+ },
1927
+ {
1928
+ "kind": "Method",
1929
+ "canonicalReference": "@valiantys/atlassian-app!JiraRemoteLinksService#getRemoteLinksForIssue:member(1)",
1930
+ "docComment": "",
1931
+ "excerptTokens": [
1932
+ {
1933
+ "kind": "Content",
1934
+ "text": "getRemoteLinksForIssue(issueIdOrKey: "
1935
+ },
1936
+ {
1937
+ "kind": "Content",
1938
+ "text": "string"
1939
+ },
1940
+ {
1941
+ "kind": "Content",
1942
+ "text": "): "
1943
+ },
1944
+ {
1945
+ "kind": "Reference",
1946
+ "text": "Promise",
1947
+ "canonicalReference": "!Promise:interface"
1948
+ },
1949
+ {
1950
+ "kind": "Content",
1951
+ "text": "<"
1952
+ },
1953
+ {
1954
+ "kind": "Reference",
1955
+ "text": "RemoteIssueLink",
1956
+ "canonicalReference": "@valiantys/atlassian-app!~RemoteIssueLink:interface"
1957
+ },
1958
+ {
1959
+ "kind": "Content",
1960
+ "text": "[]>"
1961
+ },
1962
+ {
1963
+ "kind": "Content",
1964
+ "text": ";"
1965
+ }
1966
+ ],
1967
+ "isStatic": false,
1968
+ "returnTypeTokenRange": {
1969
+ "startIndex": 3,
1970
+ "endIndex": 7
1971
+ },
1972
+ "releaseTag": "Public",
1973
+ "isProtected": false,
1974
+ "overloadIndex": 1,
1975
+ "parameters": [
1976
+ {
1977
+ "parameterName": "issueIdOrKey",
1978
+ "parameterTypeTokenRange": {
1979
+ "startIndex": 1,
1980
+ "endIndex": 2
1981
+ },
1982
+ "isOptional": false
1983
+ }
1984
+ ],
1985
+ "isOptional": false,
1986
+ "isAbstract": false,
1987
+ "name": "getRemoteLinksForIssue"
1988
+ }
1989
+ ],
1990
+ "implementsTokenRanges": []
1991
+ }
1992
+ ]
1993
+ }
1994
+ ]
1995
+ }