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