@valiantys/atlassian-app-frontend 2.0.0 → 3.0.0-alpha-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (322) hide show
  1. package/atlassian/forge/shared/frontend-data-access-product-fetch-forge-bridge/src/lib/forge-bridge-product-fetch/index.cjs.js +1 -0
  2. package/atlassian/forge/shared/frontend-data-access-product-fetch-forge-bridge/src/lib/forge-bridge-product-fetch/index.es.js +28 -0
  3. package/atlassian/forge/shared/frontend-ui-app-flags/src/lib/app-flags-provider-forge/index.cjs.js +1 -0
  4. package/atlassian/forge/shared/frontend-ui-app-flags/src/lib/app-flags-provider-forge/index.es.js +31 -0
  5. package/atlassian/forge/shared/util-product-fetch/src/lib/product-fetch/index.cjs.js +3 -0
  6. package/atlassian/forge/shared/util-product-fetch/src/lib/product-fetch/index.es.js +39 -0
  7. package/atlassian/forge/shared/util-resolver/src/lib/common-resolver-paths/index.cjs.js +1 -0
  8. package/atlassian/forge/shared/util-resolver/src/lib/common-resolver-paths/index.es.js +7 -0
  9. package/atlassian/jira/shared/data-access-assets/src/lib/assets-objects-service/index.cjs.js +1 -0
  10. package/atlassian/jira/shared/data-access-assets/src/lib/assets-objects-service/index.es.js +274 -0
  11. package/atlassian/jira/shared/data-access-assets/src/lib/global-icons/index.cjs.js +1 -0
  12. package/atlassian/jira/shared/data-access-assets/src/lib/global-icons/index.es.js +9 -0
  13. package/atlassian/jira/shared/data-access-assets/src/lib/object/index.cjs.js +1 -0
  14. package/atlassian/jira/shared/data-access-assets/src/lib/object/index.es.js +52 -0
  15. package/atlassian/jira/shared/data-access-assets/src/lib/object-linked-issues/index.cjs.js +1 -0
  16. package/atlassian/jira/shared/data-access-assets/src/lib/object-linked-issues/index.es.js +9 -0
  17. package/atlassian/jira/shared/data-access-assets/src/lib/object-schema/index.cjs.js +1 -0
  18. package/atlassian/jira/shared/data-access-assets/src/lib/object-schema/index.es.js +22 -0
  19. package/atlassian/jira/shared/data-access-assets/src/lib/object-type/index.cjs.js +1 -0
  20. package/atlassian/jira/shared/data-access-assets/src/lib/object-type/index.es.js +23 -0
  21. package/atlassian/jira/shared/data-access-assets/src/lib/object-type-attribute/index.cjs.js +1 -0
  22. package/atlassian/jira/shared/data-access-assets/src/lib/object-type-attribute/index.es.js +19 -0
  23. package/atlassian/jira/shared/data-access-issue/src/lib/jira-issue-service/index.cjs.js +1 -0
  24. package/atlassian/jira/shared/data-access-issue/src/lib/jira-issue-service/index.es.js +81 -0
  25. package/atlassian/jira/shared/data-access-jql/src/lib/jql-precomputation-service/index.cjs.js +1 -0
  26. package/atlassian/jira/shared/data-access-jql/src/lib/jql-precomputation-service/index.es.js +34 -0
  27. package/atlassian/jira/shared/data-access-workspaces/src/lib/user-workspace-service/index.cjs.js +1 -0
  28. package/atlassian/jira/shared/data-access-workspaces/src/lib/user-workspace-service/index.es.js +50 -0
  29. package/atlassian/jira/shared/util-assets/src/lib/asset-type/index.cjs.js +1 -0
  30. package/atlassian/jira/shared/util-assets/src/lib/asset-type/index.es.js +4 -0
  31. package/atlassian/jira/shared/util-assets/src/lib/object/index.cjs.js +1 -0
  32. package/atlassian/jira/shared/util-assets/src/lib/object/index.es.js +9 -0
  33. package/atlassian/jira/shared/util-assets/src/lib/object-type-attribute/index.cjs.js +1 -0
  34. package/atlassian/jira/shared/util-assets/src/lib/object-type-attribute/index.es.js +14 -0
  35. package/atlassian/jira/shared/util-jira-v3-api/src/lib/issue/index.cjs.js +1 -0
  36. package/atlassian/jira/shared/util-jira-v3-api/src/lib/issue/index.es.js +4 -0
  37. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.cjs.js +1 -0
  38. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.es.js +81 -0
  39. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.cjs.js +1 -0
  40. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.es.js +45 -0
  41. package/atlassian/shared/data-access-resources/src/lib/atlassian-user-resource-service/index.cjs.js +1 -0
  42. package/atlassian/shared/data-access-resources/src/lib/atlassian-user-resource-service/index.es.js +44 -0
  43. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/atlassian-app/index.cjs.js +1 -0
  44. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/atlassian-app/index.es.js +41 -0
  45. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/custom-ui/atlassian-app-forge/index.cjs.js +1 -0
  46. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/custom-ui/atlassian-app-forge/index.es.js +58 -0
  47. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.cjs.js +1 -0
  48. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.es.js +158 -0
  49. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/test/atlassian-app-test/index.cjs.js +1 -0
  50. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/test/atlassian-app-test/index.es.js +66 -0
  51. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/ui-kit/atlassian-app-forge-ui-kit/index.cjs.js +1 -0
  52. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/ui-kit/atlassian-app-forge-ui-kit/index.es.js +19 -0
  53. package/atlassian/shared/frontend-feature-chosen-resource-check/src/index/index.cjs.js +1 -0
  54. package/atlassian/shared/frontend-feature-chosen-resource-check/src/index/index.es.js +5 -0
  55. package/atlassian/shared/frontend-feature-chosen-resource-check/src/lib/feature-chosen-resource-check/index.cjs.js +1 -0
  56. package/atlassian/shared/frontend-feature-chosen-resource-check/src/lib/feature-chosen-resource-check/index.es.js +70 -0
  57. package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/feature-chosen-workspace-check/index.cjs.js +1 -0
  58. package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/feature-chosen-workspace-check/index.es.js +84 -0
  59. package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/jira-workspace-provider/index.cjs.js +1 -0
  60. package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/jira-workspace-provider/index.es.js +13 -0
  61. package/atlassian/shared/frontend-feature-oauth-login/src/lib/feature-oauth/index.cjs.js +1 -0
  62. package/atlassian/shared/frontend-feature-oauth-login/src/lib/feature-oauth/index.es.js +73 -0
  63. package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-callback/index.cjs.js +1 -0
  64. package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-callback/index.es.js +28 -0
  65. package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-redirect-login/index.cjs.js +1 -0
  66. package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-redirect-login/index.es.js +9 -0
  67. package/atlassian/shared/frontend-feature-oauth-login/src/lib/util/index.cjs.js +1 -0
  68. package/atlassian/shared/frontend-feature-oauth-login/src/lib/util/index.es.js +19 -0
  69. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch/index.cjs.js +1 -0
  70. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch/index.es.js +9 -0
  71. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch-methods/index.cjs.js +1 -0
  72. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch-methods/index.es.js +35 -0
  73. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-provider-atlaskit/index.cjs.js +1 -0
  74. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-provider-atlaskit/index.es.js +106 -0
  75. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-bitbucket/index.cjs.js +1 -0
  76. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-bitbucket/index.es.js +20 -0
  77. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-confluence/index.cjs.js +1 -0
  78. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-confluence/index.es.js +20 -0
  79. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-jira/index.cjs.js +1 -0
  80. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-jira/index.es.js +18 -0
  81. package/atlassian/shared/frontend-ui-backend-adapter/src/lib/backend-adapter/index.cjs.js +1 -0
  82. package/atlassian/shared/frontend-ui-backend-adapter/src/lib/backend-adapter/index.es.js +28 -0
  83. package/atlassian/shared/frontend-ui-backend-adapter/src/lib/oauth-fetch-invoke/index.cjs.js +1 -0
  84. package/atlassian/shared/frontend-ui-backend-adapter/src/lib/oauth-fetch-invoke/index.es.js +16 -0
  85. package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel/index.cjs.js +1 -0
  86. package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel/index.es.js +26 -0
  87. package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel-stateless/index.cjs.js +1 -0
  88. package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel-stateless/index.es.js +41 -0
  89. package/atlassian/shared/frontend-ui-expand-panel/src/lib/styled-panel/index.cjs.js +45 -0
  90. package/atlassian/shared/frontend-ui-expand-panel/src/lib/styled-panel/index.es.js +53 -0
  91. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router/index.cjs.js +1 -0
  92. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router/index.es.js +14 -0
  93. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-link/index.cjs.js +1 -0
  94. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-link/index.es.js +31 -0
  95. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-provider/index.cjs.js +1 -0
  96. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-provider/index.es.js +18 -0
  97. package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper/index.cjs.js +1 -0
  98. package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper/index.es.js +41 -0
  99. package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper.module.scss/index.cjs.js +1 -0
  100. package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper.module.scss/index.es.js +6 -0
  101. package/atlassian/shared/frontend-ui-modal/src/lib/modal-content/index.cjs.js +1 -0
  102. package/atlassian/shared/frontend-ui-modal/src/lib/modal-content/index.es.js +34 -0
  103. package/atlassian/shared/frontend-ui-modal/src/lib/modal-content-iframe/index.cjs.js +1 -0
  104. package/atlassian/shared/frontend-ui-modal/src/lib/modal-content-iframe/index.es.js +48 -0
  105. package/atlassian/shared/frontend-ui-modal/src/lib/modal-dialog-layout/index.cjs.js +1 -0
  106. package/atlassian/shared/frontend-ui-modal/src/lib/modal-dialog-layout/index.es.js +24 -0
  107. package/atlassian/shared/frontend-ui-modal/src/lib/modal-service/index.cjs.js +1 -0
  108. package/atlassian/shared/frontend-ui-modal/src/lib/modal-service/index.es.js +38 -0
  109. package/atlassian/shared/frontend-ui-modal/src/lib/modal-service-provider/index.cjs.js +1 -0
  110. package/atlassian/shared/frontend-ui-modal/src/lib/modal-service-provider/index.es.js +20 -0
  111. package/atlassian/shared/frontend-ui-modal/src/lib/modal-view-context/index.cjs.js +1 -0
  112. package/atlassian/shared/frontend-ui-modal/src/lib/modal-view-context/index.es.js +14 -0
  113. package/atlassian/shared/frontend-ui-page-loading-view/src/lib/page-loading-view/index.cjs.js +1 -0
  114. package/atlassian/shared/frontend-ui-page-loading-view/src/lib/page-loading-view/index.es.js +19 -0
  115. package/atlassian/shared/frontend-ui-remote-adapter/src/lib/oauth-fetch-invoke-remote/index.cjs.js +1 -0
  116. package/atlassian/shared/frontend-ui-remote-adapter/src/lib/oauth-fetch-invoke-remote/index.es.js +20 -0
  117. package/atlassian/shared/frontend-ui-remote-adapter/src/lib/remote-adapter/index.cjs.js +1 -0
  118. package/atlassian/shared/frontend-ui-remote-adapter/src/lib/remote-adapter/index.es.js +28 -0
  119. package/atlassian/shared/frontend-ui-view-context/src/lib/mock-view-context/index.cjs.js +1 -0
  120. package/atlassian/shared/frontend-ui-view-context/src/lib/mock-view-context/index.es.js +27 -0
  121. package/atlassian/shared/frontend-ui-view-context/src/lib/view-context-provider/index.cjs.js +1 -0
  122. package/atlassian/shared/frontend-ui-view-context/src/lib/view-context-provider/index.es.js +18 -0
  123. package/atlassian/shared/util-error/src/index/index.cjs.js +1 -0
  124. package/atlassian/shared/util-error/src/index/index.es.js +8 -0
  125. package/atlassian-app/atlassian-app-frontend-atlassian-app.api.json +636 -0
  126. package/atlassian-app/atlassian-app-frontend.api.md +56 -0
  127. package/atlassian-app/index.cjs.js +1 -0
  128. package/atlassian-app/index.d.ts +114 -0
  129. package/atlassian-app/index.es.js +5 -0
  130. package/atlassian-app/tsdoc-metadata.json +11 -0
  131. package/atlassian-app-custom-ui/atlassian-app-frontend-atlassian-app-custom-ui.api.json +242 -0
  132. package/atlassian-app-custom-ui/atlassian-app-frontend.api.md +17 -0
  133. package/atlassian-app-custom-ui/index.cjs.js +1 -0
  134. package/atlassian-app-custom-ui/index.d.ts +26 -0
  135. package/atlassian-app-custom-ui/index.es.js +4 -0
  136. package/{tsdoc-metadata.json → atlassian-app-custom-ui/tsdoc-metadata.json} +1 -1
  137. package/{style.css → atlassian-app-frontend.css} +1 -1
  138. package/atlassian-app-standalone/atlassian-app-frontend-atlassian-app-standalone.api.json +527 -0
  139. package/atlassian-app-standalone/atlassian-app-frontend.api.md +44 -0
  140. package/atlassian-app-standalone/index.cjs.js +1 -0
  141. package/atlassian-app-standalone/index.d.ts +43 -0
  142. package/atlassian-app-standalone/index.es.js +4 -0
  143. package/atlassian-app-standalone/tsdoc-metadata.json +11 -0
  144. package/atlassian-app-test/atlassian-app-frontend-atlassian-app-test.api.json +514 -0
  145. package/atlassian-app-test/atlassian-app-frontend.api.md +45 -0
  146. package/atlassian-app-test/index.cjs.js +1 -0
  147. package/atlassian-app-test/index.d.ts +73 -0
  148. package/atlassian-app-test/index.es.js +5 -0
  149. package/atlassian-app-test/tsdoc-metadata.json +11 -0
  150. package/atlassian-app-ui-kit/atlassian-app-frontend-atlassian-app-ui-kit.api.json +229 -0
  151. package/atlassian-app-ui-kit/atlassian-app-frontend.api.md +15 -0
  152. package/atlassian-app-ui-kit/index.cjs.js +1 -0
  153. package/atlassian-app-ui-kit/index.d.ts +6 -0
  154. package/atlassian-app-ui-kit/index.es.js +4 -0
  155. package/atlassian-app-ui-kit/tsdoc-metadata.json +11 -0
  156. package/data-access-assets/atlassian-app-frontend-data-access-assets.api.json +2441 -0
  157. package/data-access-assets/atlassian-app-frontend.api.md +109 -0
  158. package/data-access-assets/index.cjs.js +1 -0
  159. package/data-access-assets/index.d.ts +316 -0
  160. package/data-access-assets/index.es.js +23 -0
  161. package/data-access-assets/tsdoc-metadata.json +11 -0
  162. package/data-access-atlassian-product-fetch-oauth/atlassian-app-frontend-data-access-atlassian-product-fetch-oauth.api.json +1087 -0
  163. package/data-access-atlassian-product-fetch-oauth/atlassian-app-frontend.api.md +73 -0
  164. package/data-access-atlassian-product-fetch-oauth/index.cjs.js +1 -0
  165. package/data-access-atlassian-product-fetch-oauth/index.d.ts +67 -0
  166. package/data-access-atlassian-product-fetch-oauth/index.es.js +11 -0
  167. package/data-access-atlassian-product-fetch-oauth/tsdoc-metadata.json +11 -0
  168. package/data-access-issue/atlassian-app-frontend-data-access-issue.api.json +1033 -0
  169. package/data-access-issue/atlassian-app-frontend.api.md +49 -0
  170. package/data-access-issue/index.cjs.js +1 -0
  171. package/data-access-issue/index.d.ts +287 -0
  172. package/data-access-issue/index.es.js +4 -0
  173. package/data-access-issue/tsdoc-metadata.json +11 -0
  174. package/data-access-jql/atlassian-app-frontend-data-access-jql.api.json +388 -0
  175. package/data-access-jql/atlassian-app-frontend.api.md +25 -0
  176. package/data-access-jql/index.cjs.js +1 -0
  177. package/data-access-jql/index.d.ts +62 -0
  178. package/data-access-jql/index.es.js +4 -0
  179. package/data-access-jql/tsdoc-metadata.json +11 -0
  180. package/data-access-resources/atlassian-app-frontend-data-access-resources.api.json +515 -0
  181. package/data-access-resources/atlassian-app-frontend.api.md +45 -0
  182. package/data-access-resources/index.cjs.js +1 -0
  183. package/data-access-resources/index.d.ts +27 -0
  184. package/data-access-resources/index.es.js +4 -0
  185. package/data-access-resources/tsdoc-metadata.json +11 -0
  186. package/data-access-workspaces/atlassian-app-frontend-data-access-workspaces.api.json +406 -0
  187. package/data-access-workspaces/atlassian-app-frontend.api.md +32 -0
  188. package/data-access-workspaces/index.cjs.js +1 -0
  189. package/data-access-workspaces/index.d.ts +50 -0
  190. package/data-access-workspaces/index.es.js +4 -0
  191. package/data-access-workspaces/tsdoc-metadata.json +11 -0
  192. package/package.json +159 -21
  193. package/shared/frontend-ui-drop-target/src/lib/drop-target-box/index.cjs.js +1 -0
  194. package/shared/frontend-ui-drop-target/src/lib/drop-target-box/index.es.js +22 -0
  195. package/shared/frontend-ui-drop-target/src/lib/drop-target-box.module.scss/index.cjs.js +1 -0
  196. package/shared/frontend-ui-drop-target/src/lib/drop-target-box.module.scss/index.es.js +6 -0
  197. package/shared/frontend-ui-drop-target/src/lib/drop-utils/index.cjs.js +1 -0
  198. package/shared/frontend-ui-drop-target/src/lib/drop-utils/index.es.js +18 -0
  199. package/shared/frontend-ui-load-data-hook/src/lib/load-data-hook/index.cjs.js +1 -0
  200. package/shared/frontend-ui-load-data-hook/src/lib/load-data-hook/index.es.js +31 -0
  201. package/shared/frontend-ui-window-listener-hook/src/lib/window-listener-hook/index.cjs.js +1 -0
  202. package/shared/frontend-ui-window-listener-hook/src/lib/window-listener-hook/index.es.js +9 -0
  203. package/shared/util-fetch/src/lib/shared-util-fetch/index.cjs.js +2 -0
  204. package/shared/util-fetch/src/lib/shared-util-fetch/index.es.js +63 -0
  205. package/ui-app-flags/atlassian-app-frontend-ui-app-flags.api.json +587 -0
  206. package/ui-app-flags/atlassian-app-frontend.api.md +57 -0
  207. package/ui-app-flags/index.cjs.js +1 -0
  208. package/ui-app-flags/index.d.ts +37 -0
  209. package/ui-app-flags/index.es.js +9 -0
  210. package/ui-app-flags/tsdoc-metadata.json +11 -0
  211. package/ui-atlassian-product-fetch/atlassian-app-frontend-ui-atlassian-product-fetch.api.json +418 -0
  212. package/ui-atlassian-product-fetch/atlassian-app-frontend.api.md +38 -0
  213. package/ui-atlassian-product-fetch/index.cjs.js +1 -0
  214. package/ui-atlassian-product-fetch/index.d.ts +60 -0
  215. package/ui-atlassian-product-fetch/index.es.js +11 -0
  216. package/ui-atlassian-product-fetch/tsdoc-metadata.json +11 -0
  217. package/ui-backend-adapter/atlassian-app-frontend-ui-backend-adapter.api.json +402 -0
  218. package/ui-backend-adapter/atlassian-app-frontend.api.md +34 -0
  219. package/ui-backend-adapter/index.cjs.js +1 -0
  220. package/ui-backend-adapter/index.d.ts +26 -0
  221. package/ui-backend-adapter/index.es.js +7 -0
  222. package/ui-backend-adapter/tsdoc-metadata.json +11 -0
  223. package/ui-chosen-resource-check/atlassian-app-frontend-ui-chosen-resource-check.api.json +388 -0
  224. package/ui-chosen-resource-check/atlassian-app-frontend.api.md +35 -0
  225. package/ui-chosen-resource-check/index.cjs.js +1 -0
  226. package/ui-chosen-resource-check/index.d.ts +20 -0
  227. package/ui-chosen-resource-check/index.es.js +4 -0
  228. package/ui-chosen-resource-check/tsdoc-metadata.json +11 -0
  229. package/ui-chosen-workspace-check/atlassian-app-frontend-ui-chosen-workspace-check.api.json +362 -0
  230. package/ui-chosen-workspace-check/atlassian-app-frontend.api.md +30 -0
  231. package/ui-chosen-workspace-check/index.cjs.js +1 -0
  232. package/ui-chosen-workspace-check/index.d.ts +17 -0
  233. package/ui-chosen-workspace-check/index.es.js +7 -0
  234. package/ui-chosen-workspace-check/tsdoc-metadata.json +11 -0
  235. package/ui-drop-target/atlassian-app-frontend-ui-drop-target.api.json +586 -0
  236. package/ui-drop-target/atlassian-app-frontend.api.md +47 -0
  237. package/ui-drop-target/index.cjs.js +1 -0
  238. package/ui-drop-target/index.d.ts +31 -0
  239. package/ui-drop-target/index.es.js +6 -0
  240. package/ui-drop-target/tsdoc-metadata.json +11 -0
  241. package/ui-expand-panel/atlassian-app-frontend-ui-expand-panel.api.json +252 -0
  242. package/ui-expand-panel/atlassian-app-frontend.api.md +23 -0
  243. package/ui-expand-panel/index.cjs.js +1 -0
  244. package/ui-expand-panel/index.d.ts +30 -0
  245. package/ui-expand-panel/index.es.js +6 -0
  246. package/ui-expand-panel/tsdoc-metadata.json +11 -0
  247. package/ui-host-router/atlassian-app-frontend-ui-host-router.api.json +813 -0
  248. package/ui-host-router/atlassian-app-frontend.api.md +60 -0
  249. package/ui-host-router/index.cjs.js +1 -0
  250. package/ui-host-router/index.d.ts +39 -0
  251. package/ui-host-router/index.es.js +9 -0
  252. package/ui-host-router/tsdoc-metadata.json +11 -0
  253. package/ui-load-data-hook/atlassian-app-frontend-ui-load-data-hook.api.json +329 -0
  254. package/ui-load-data-hook/atlassian-app-frontend.api.md +25 -0
  255. package/ui-load-data-hook/index.cjs.js +1 -0
  256. package/ui-load-data-hook/index.d.ts +38 -0
  257. package/ui-load-data-hook/index.es.js +4 -0
  258. package/ui-load-data-hook/tsdoc-metadata.json +11 -0
  259. package/ui-modal/atlassian-app-frontend-ui-modal.api.json +1377 -0
  260. package/ui-modal/atlassian-app-frontend.api.md +109 -0
  261. package/ui-modal/index.cjs.js +1 -0
  262. package/ui-modal/index.d.ts +121 -0
  263. package/ui-modal/index.es.js +16 -0
  264. package/ui-modal/tsdoc-metadata.json +11 -0
  265. package/ui-oauth-login/atlassian-app-frontend-ui-oauth-login.api.json +469 -0
  266. package/ui-oauth-login/atlassian-app-frontend.api.md +38 -0
  267. package/ui-oauth-login/index.cjs.js +1 -0
  268. package/ui-oauth-login/index.d.ts +24 -0
  269. package/ui-oauth-login/index.es.js +5 -0
  270. package/ui-oauth-login/tsdoc-metadata.json +11 -0
  271. package/ui-page-loading-view/atlassian-app-frontend-ui-page-loading-view.api.json +237 -0
  272. package/ui-page-loading-view/atlassian-app-frontend.api.md +19 -0
  273. package/ui-page-loading-view/index.cjs.js +1 -0
  274. package/ui-page-loading-view/index.d.ts +10 -0
  275. package/ui-page-loading-view/index.es.js +4 -0
  276. package/ui-page-loading-view/tsdoc-metadata.json +11 -0
  277. package/ui-remote-adapter/atlassian-app-frontend-ui-remote-adapter.api.json +486 -0
  278. package/ui-remote-adapter/atlassian-app-frontend.api.md +43 -0
  279. package/ui-remote-adapter/index.cjs.js +1 -0
  280. package/ui-remote-adapter/index.d.ts +32 -0
  281. package/ui-remote-adapter/index.es.js +7 -0
  282. package/ui-remote-adapter/tsdoc-metadata.json +11 -0
  283. package/ui-view-context/atlassian-app-frontend-ui-view-context.api.json +992 -0
  284. package/ui-view-context/atlassian-app-frontend.api.md +78 -0
  285. package/ui-view-context/index.cjs.js +1 -0
  286. package/ui-view-context/index.d.ts +62 -0
  287. package/ui-view-context/index.es.js +7 -0
  288. package/ui-view-context/tsdoc-metadata.json +11 -0
  289. package/util-assets/atlassian-app-frontend-util-assets.api.json +4726 -0
  290. package/util-assets/atlassian-app-frontend.api.md +418 -0
  291. package/util-assets/index.cjs.js +1 -0
  292. package/util-assets/index.d.ts +245 -0
  293. package/util-assets/index.es.js +9 -0
  294. package/util-assets/tsdoc-metadata.json +11 -0
  295. package/util-atlassian-product-fetch/atlassian-app-frontend-util-atlassian-product-fetch.api.json +1566 -0
  296. package/util-atlassian-product-fetch/atlassian-app-frontend.api.md +97 -0
  297. package/util-atlassian-product-fetch/index.cjs.js +1 -0
  298. package/util-atlassian-product-fetch/index.d.ts +58 -0
  299. package/util-atlassian-product-fetch/index.es.js +8 -0
  300. package/util-atlassian-product-fetch/tsdoc-metadata.json +11 -0
  301. package/util-jira-v3-api/atlassian-app-frontend-util-jira-v3-api.api.json +4557 -0
  302. package/util-jira-v3-api/atlassian-app-frontend.api.md +499 -0
  303. package/util-jira-v3-api/index.cjs.js +1 -0
  304. package/util-jira-v3-api/index.d.ts +328 -0
  305. package/util-jira-v3-api/index.es.js +4 -0
  306. package/util-jira-v3-api/tsdoc-metadata.json +11 -0
  307. package/util-resolver/atlassian-app-frontend-util-resolver.api.json +1014 -0
  308. package/util-resolver/atlassian-app-frontend.api.md +90 -0
  309. package/util-resolver/index.cjs.js +1 -0
  310. package/util-resolver/index.d.ts +67 -0
  311. package/util-resolver/index.es.js +4 -0
  312. package/util-resolver/tsdoc-metadata.json +11 -0
  313. package/atlassian-app-forge-BwFXF-6M.js +0 -3
  314. package/atlassian-app-forge-DG01gNAI.mjs +0 -139
  315. package/atlassian-app-frontend.api.json +0 -9609
  316. package/atlassian-app-frontend.api.md +0 -797
  317. package/index-BePJjrLy.js +0 -1
  318. package/index-ZJX0bAUh.mjs +0 -23
  319. package/index.d.ts +0 -702
  320. package/index.js +0 -2
  321. package/index.mjs +0 -1303
  322. package/valiantys-atlassian-app-frontend-2.0.0.tgz +0 -0
@@ -0,0 +1,1566 @@
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-frontend!",
165
+ "docComment": "",
166
+ "name": "@valiantys/atlassian-app-frontend",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@valiantys/atlassian-app-frontend!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Function",
177
+ "canonicalReference": "@valiantys/atlassian-app-frontend!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": false
233
+ }
234
+ ],
235
+ "name": "addAuthHeader"
236
+ },
237
+ {
238
+ "kind": "TypeAlias",
239
+ "canonicalReference": "@valiantys/atlassian-app-frontend!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-frontend!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-frontend!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-frontend!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-frontend!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-frontend!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-frontend!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-frontend!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-frontend!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-frontend!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-frontend!FetchRoute:type"
459
+ },
460
+ {
461
+ "kind": "Content",
462
+ "text": ")[]) => "
463
+ },
464
+ {
465
+ "kind": "Reference",
466
+ "text": "FetchRoute",
467
+ "canonicalReference": "@valiantys/atlassian-app-frontend!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": "Function",
488
+ "canonicalReference": "@valiantys/atlassian-app-frontend!bearerAuthFetch:function(1)",
489
+ "docComment": "",
490
+ "excerptTokens": [
491
+ {
492
+ "kind": "Content",
493
+ "text": "export declare function bearerAuthFetch<T>(authToken: "
494
+ },
495
+ {
496
+ "kind": "Content",
497
+ "text": "string"
498
+ },
499
+ {
500
+ "kind": "Content",
501
+ "text": ", url: "
502
+ },
503
+ {
504
+ "kind": "Content",
505
+ "text": "string"
506
+ },
507
+ {
508
+ "kind": "Content",
509
+ "text": ", method: "
510
+ },
511
+ {
512
+ "kind": "Reference",
513
+ "text": "FetchMethod",
514
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchMethod:type"
515
+ },
516
+ {
517
+ "kind": "Content",
518
+ "text": ", body?: "
519
+ },
520
+ {
521
+ "kind": "Reference",
522
+ "text": "Record",
523
+ "canonicalReference": "!Record:type"
524
+ },
525
+ {
526
+ "kind": "Content",
527
+ "text": "<string, unknown>"
528
+ },
529
+ {
530
+ "kind": "Content",
531
+ "text": ", responseType?: "
532
+ },
533
+ {
534
+ "kind": "Content",
535
+ "text": "'json' | 'text'"
536
+ },
537
+ {
538
+ "kind": "Content",
539
+ "text": ", headers?: "
540
+ },
541
+ {
542
+ "kind": "Reference",
543
+ "text": "Record",
544
+ "canonicalReference": "!Record:type"
545
+ },
546
+ {
547
+ "kind": "Content",
548
+ "text": "<string, string>"
549
+ },
550
+ {
551
+ "kind": "Content",
552
+ "text": "): "
553
+ },
554
+ {
555
+ "kind": "Reference",
556
+ "text": "Promise",
557
+ "canonicalReference": "!Promise:interface"
558
+ },
559
+ {
560
+ "kind": "Content",
561
+ "text": "<T>"
562
+ },
563
+ {
564
+ "kind": "Content",
565
+ "text": ";"
566
+ }
567
+ ],
568
+ "fileUrlPath": "../../../shared/util-fetch/src/lib/shared-util-fetch.d.ts",
569
+ "returnTypeTokenRange": {
570
+ "startIndex": 15,
571
+ "endIndex": 17
572
+ },
573
+ "releaseTag": "Public",
574
+ "overloadIndex": 1,
575
+ "parameters": [
576
+ {
577
+ "parameterName": "authToken",
578
+ "parameterTypeTokenRange": {
579
+ "startIndex": 1,
580
+ "endIndex": 2
581
+ },
582
+ "isOptional": false
583
+ },
584
+ {
585
+ "parameterName": "url",
586
+ "parameterTypeTokenRange": {
587
+ "startIndex": 3,
588
+ "endIndex": 4
589
+ },
590
+ "isOptional": false
591
+ },
592
+ {
593
+ "parameterName": "method",
594
+ "parameterTypeTokenRange": {
595
+ "startIndex": 5,
596
+ "endIndex": 6
597
+ },
598
+ "isOptional": false
599
+ },
600
+ {
601
+ "parameterName": "body",
602
+ "parameterTypeTokenRange": {
603
+ "startIndex": 7,
604
+ "endIndex": 9
605
+ },
606
+ "isOptional": true
607
+ },
608
+ {
609
+ "parameterName": "responseType",
610
+ "parameterTypeTokenRange": {
611
+ "startIndex": 10,
612
+ "endIndex": 11
613
+ },
614
+ "isOptional": true
615
+ },
616
+ {
617
+ "parameterName": "headers",
618
+ "parameterTypeTokenRange": {
619
+ "startIndex": 12,
620
+ "endIndex": 14
621
+ },
622
+ "isOptional": true
623
+ }
624
+ ],
625
+ "typeParameters": [
626
+ {
627
+ "typeParameterName": "T",
628
+ "constraintTokenRange": {
629
+ "startIndex": 0,
630
+ "endIndex": 0
631
+ },
632
+ "defaultTypeTokenRange": {
633
+ "startIndex": 0,
634
+ "endIndex": 0
635
+ }
636
+ }
637
+ ],
638
+ "name": "bearerAuthFetch"
639
+ },
640
+ {
641
+ "kind": "Function",
642
+ "canonicalReference": "@valiantys/atlassian-app-frontend!bearerAuthFetchRaw:function(1)",
643
+ "docComment": "",
644
+ "excerptTokens": [
645
+ {
646
+ "kind": "Content",
647
+ "text": "export declare function bearerAuthFetchRaw(authToken: "
648
+ },
649
+ {
650
+ "kind": "Content",
651
+ "text": "string"
652
+ },
653
+ {
654
+ "kind": "Content",
655
+ "text": ", url: "
656
+ },
657
+ {
658
+ "kind": "Content",
659
+ "text": "string"
660
+ },
661
+ {
662
+ "kind": "Content",
663
+ "text": ", init: "
664
+ },
665
+ {
666
+ "kind": "Reference",
667
+ "text": "RequestInit",
668
+ "canonicalReference": "!RequestInit:interface"
669
+ },
670
+ {
671
+ "kind": "Content",
672
+ "text": "): "
673
+ },
674
+ {
675
+ "kind": "Reference",
676
+ "text": "Promise",
677
+ "canonicalReference": "!Promise:interface"
678
+ },
679
+ {
680
+ "kind": "Content",
681
+ "text": "<"
682
+ },
683
+ {
684
+ "kind": "Reference",
685
+ "text": "Response",
686
+ "canonicalReference": "!Response:interface"
687
+ },
688
+ {
689
+ "kind": "Content",
690
+ "text": ">"
691
+ },
692
+ {
693
+ "kind": "Content",
694
+ "text": ";"
695
+ }
696
+ ],
697
+ "fileUrlPath": "../../../shared/util-fetch/src/lib/shared-util-fetch.d.ts",
698
+ "returnTypeTokenRange": {
699
+ "startIndex": 7,
700
+ "endIndex": 11
701
+ },
702
+ "releaseTag": "Public",
703
+ "overloadIndex": 1,
704
+ "parameters": [
705
+ {
706
+ "parameterName": "authToken",
707
+ "parameterTypeTokenRange": {
708
+ "startIndex": 1,
709
+ "endIndex": 2
710
+ },
711
+ "isOptional": false
712
+ },
713
+ {
714
+ "parameterName": "url",
715
+ "parameterTypeTokenRange": {
716
+ "startIndex": 3,
717
+ "endIndex": 4
718
+ },
719
+ "isOptional": false
720
+ },
721
+ {
722
+ "parameterName": "init",
723
+ "parameterTypeTokenRange": {
724
+ "startIndex": 5,
725
+ "endIndex": 6
726
+ },
727
+ "isOptional": false
728
+ }
729
+ ],
730
+ "name": "bearerAuthFetchRaw"
731
+ },
732
+ {
733
+ "kind": "Class",
734
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchError:class",
735
+ "docComment": "",
736
+ "excerptTokens": [
737
+ {
738
+ "kind": "Content",
739
+ "text": "export declare class FetchError extends "
740
+ },
741
+ {
742
+ "kind": "Reference",
743
+ "text": "Error",
744
+ "canonicalReference": "!Error:interface"
745
+ },
746
+ {
747
+ "kind": "Content",
748
+ "text": " "
749
+ }
750
+ ],
751
+ "fileUrlPath": "../../../shared/util-fetch/src/lib/shared-util-fetch.d.ts",
752
+ "releaseTag": "Public",
753
+ "isAbstract": false,
754
+ "name": "FetchError",
755
+ "preserveMemberOrder": false,
756
+ "members": [
757
+ {
758
+ "kind": "Constructor",
759
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchError:constructor(1)",
760
+ "docComment": "/**\n * Constructs a new instance of the `FetchError` class\n */\n",
761
+ "excerptTokens": [
762
+ {
763
+ "kind": "Content",
764
+ "text": "constructor(statusText: "
765
+ },
766
+ {
767
+ "kind": "Content",
768
+ "text": "string"
769
+ },
770
+ {
771
+ "kind": "Content",
772
+ "text": ", statusCode?: "
773
+ },
774
+ {
775
+ "kind": "Content",
776
+ "text": "number | undefined"
777
+ },
778
+ {
779
+ "kind": "Content",
780
+ "text": ", message?: "
781
+ },
782
+ {
783
+ "kind": "Content",
784
+ "text": "string"
785
+ },
786
+ {
787
+ "kind": "Content",
788
+ "text": ");"
789
+ }
790
+ ],
791
+ "releaseTag": "Public",
792
+ "isProtected": false,
793
+ "overloadIndex": 1,
794
+ "parameters": [
795
+ {
796
+ "parameterName": "statusText",
797
+ "parameterTypeTokenRange": {
798
+ "startIndex": 1,
799
+ "endIndex": 2
800
+ },
801
+ "isOptional": false
802
+ },
803
+ {
804
+ "parameterName": "statusCode",
805
+ "parameterTypeTokenRange": {
806
+ "startIndex": 3,
807
+ "endIndex": 4
808
+ },
809
+ "isOptional": true
810
+ },
811
+ {
812
+ "parameterName": "message",
813
+ "parameterTypeTokenRange": {
814
+ "startIndex": 5,
815
+ "endIndex": 6
816
+ },
817
+ "isOptional": true
818
+ }
819
+ ]
820
+ },
821
+ {
822
+ "kind": "Property",
823
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchError#statusCode:member",
824
+ "docComment": "",
825
+ "excerptTokens": [
826
+ {
827
+ "kind": "Content",
828
+ "text": "readonly statusCode?: "
829
+ },
830
+ {
831
+ "kind": "Content",
832
+ "text": "number | undefined"
833
+ },
834
+ {
835
+ "kind": "Content",
836
+ "text": ";"
837
+ }
838
+ ],
839
+ "isReadonly": true,
840
+ "isOptional": true,
841
+ "releaseTag": "Public",
842
+ "name": "statusCode",
843
+ "propertyTypeTokenRange": {
844
+ "startIndex": 1,
845
+ "endIndex": 2
846
+ },
847
+ "isStatic": false,
848
+ "isProtected": false,
849
+ "isAbstract": false
850
+ },
851
+ {
852
+ "kind": "Property",
853
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchError#statusText:member",
854
+ "docComment": "",
855
+ "excerptTokens": [
856
+ {
857
+ "kind": "Content",
858
+ "text": "readonly statusText: "
859
+ },
860
+ {
861
+ "kind": "Content",
862
+ "text": "string"
863
+ },
864
+ {
865
+ "kind": "Content",
866
+ "text": ";"
867
+ }
868
+ ],
869
+ "isReadonly": true,
870
+ "isOptional": false,
871
+ "releaseTag": "Public",
872
+ "name": "statusText",
873
+ "propertyTypeTokenRange": {
874
+ "startIndex": 1,
875
+ "endIndex": 2
876
+ },
877
+ "isStatic": false,
878
+ "isProtected": false,
879
+ "isAbstract": false
880
+ },
881
+ {
882
+ "kind": "Method",
883
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchError#toJSON:member(1)",
884
+ "docComment": "",
885
+ "excerptTokens": [
886
+ {
887
+ "kind": "Content",
888
+ "text": "toJSON(): "
889
+ },
890
+ {
891
+ "kind": "Content",
892
+ "text": "{\n statusCode: number | undefined;\n statusText: string;\n }"
893
+ },
894
+ {
895
+ "kind": "Content",
896
+ "text": ";"
897
+ }
898
+ ],
899
+ "isStatic": false,
900
+ "returnTypeTokenRange": {
901
+ "startIndex": 1,
902
+ "endIndex": 2
903
+ },
904
+ "releaseTag": "Public",
905
+ "isProtected": false,
906
+ "overloadIndex": 1,
907
+ "parameters": [],
908
+ "isOptional": false,
909
+ "isAbstract": false,
910
+ "name": "toJSON"
911
+ }
912
+ ],
913
+ "extendsTokenRange": {
914
+ "startIndex": 1,
915
+ "endIndex": 2
916
+ },
917
+ "implementsTokenRanges": []
918
+ },
919
+ {
920
+ "kind": "TypeAlias",
921
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchMethod:type",
922
+ "docComment": "",
923
+ "excerptTokens": [
924
+ {
925
+ "kind": "Content",
926
+ "text": "export type FetchMethod = "
927
+ },
928
+ {
929
+ "kind": "Content",
930
+ "text": "'POST' | 'GET' | 'PUT' | 'DELETE' | 'PATCH'"
931
+ },
932
+ {
933
+ "kind": "Content",
934
+ "text": ";"
935
+ }
936
+ ],
937
+ "fileUrlPath": "../../../shared/util-fetch/src/lib/shared-util-fetch.d.ts",
938
+ "releaseTag": "Public",
939
+ "name": "FetchMethod",
940
+ "typeTokenRange": {
941
+ "startIndex": 1,
942
+ "endIndex": 2
943
+ }
944
+ },
945
+ {
946
+ "kind": "Interface",
947
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchRequest:interface",
948
+ "docComment": "",
949
+ "excerptTokens": [
950
+ {
951
+ "kind": "Content",
952
+ "text": "export interface FetchRequest "
953
+ }
954
+ ],
955
+ "fileUrlPath": "../../shared/util-atlassian-product-fetch/src/lib/atlassian-product-fetch-service.d.ts",
956
+ "releaseTag": "Public",
957
+ "name": "FetchRequest",
958
+ "preserveMemberOrder": false,
959
+ "members": [
960
+ {
961
+ "kind": "PropertySignature",
962
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchRequest#allowExperimental:member",
963
+ "docComment": "",
964
+ "excerptTokens": [
965
+ {
966
+ "kind": "Content",
967
+ "text": "allowExperimental?: "
968
+ },
969
+ {
970
+ "kind": "Content",
971
+ "text": "boolean"
972
+ },
973
+ {
974
+ "kind": "Content",
975
+ "text": ";"
976
+ }
977
+ ],
978
+ "isReadonly": false,
979
+ "isOptional": true,
980
+ "releaseTag": "Public",
981
+ "name": "allowExperimental",
982
+ "propertyTypeTokenRange": {
983
+ "startIndex": 1,
984
+ "endIndex": 2
985
+ }
986
+ },
987
+ {
988
+ "kind": "PropertySignature",
989
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchRequest#method:member",
990
+ "docComment": "",
991
+ "excerptTokens": [
992
+ {
993
+ "kind": "Content",
994
+ "text": "method: "
995
+ },
996
+ {
997
+ "kind": "Reference",
998
+ "text": "FetchMethod",
999
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchMethod:type"
1000
+ },
1001
+ {
1002
+ "kind": "Content",
1003
+ "text": ";"
1004
+ }
1005
+ ],
1006
+ "isReadonly": false,
1007
+ "isOptional": false,
1008
+ "releaseTag": "Public",
1009
+ "name": "method",
1010
+ "propertyTypeTokenRange": {
1011
+ "startIndex": 1,
1012
+ "endIndex": 2
1013
+ }
1014
+ },
1015
+ {
1016
+ "kind": "PropertySignature",
1017
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchRequest#responseType:member",
1018
+ "docComment": "",
1019
+ "excerptTokens": [
1020
+ {
1021
+ "kind": "Content",
1022
+ "text": "responseType?: "
1023
+ },
1024
+ {
1025
+ "kind": "Content",
1026
+ "text": "'json' | 'text'"
1027
+ },
1028
+ {
1029
+ "kind": "Content",
1030
+ "text": ";"
1031
+ }
1032
+ ],
1033
+ "isReadonly": false,
1034
+ "isOptional": true,
1035
+ "releaseTag": "Public",
1036
+ "name": "responseType",
1037
+ "propertyTypeTokenRange": {
1038
+ "startIndex": 1,
1039
+ "endIndex": 2
1040
+ }
1041
+ },
1042
+ {
1043
+ "kind": "PropertySignature",
1044
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchRequest#url:member",
1045
+ "docComment": "",
1046
+ "excerptTokens": [
1047
+ {
1048
+ "kind": "Content",
1049
+ "text": "url: "
1050
+ },
1051
+ {
1052
+ "kind": "Reference",
1053
+ "text": "FetchRoute",
1054
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchRoute:type"
1055
+ },
1056
+ {
1057
+ "kind": "Content",
1058
+ "text": ";"
1059
+ }
1060
+ ],
1061
+ "isReadonly": false,
1062
+ "isOptional": false,
1063
+ "releaseTag": "Public",
1064
+ "name": "url",
1065
+ "propertyTypeTokenRange": {
1066
+ "startIndex": 1,
1067
+ "endIndex": 2
1068
+ }
1069
+ }
1070
+ ],
1071
+ "extendsTokenRanges": []
1072
+ },
1073
+ {
1074
+ "kind": "TypeAlias",
1075
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchRoute:type",
1076
+ "docComment": "",
1077
+ "excerptTokens": [
1078
+ {
1079
+ "kind": "Content",
1080
+ "text": "export declare type FetchRoute = "
1081
+ },
1082
+ {
1083
+ "kind": "Content",
1084
+ "text": "{\n readonly value: string;\n}"
1085
+ },
1086
+ {
1087
+ "kind": "Content",
1088
+ "text": ";"
1089
+ }
1090
+ ],
1091
+ "fileUrlPath": "../../shared/util-atlassian-product-fetch/src/lib/atlassian-product-fetch-service.d.ts",
1092
+ "releaseTag": "Public",
1093
+ "name": "FetchRoute",
1094
+ "typeTokenRange": {
1095
+ "startIndex": 1,
1096
+ "endIndex": 2
1097
+ }
1098
+ },
1099
+ {
1100
+ "kind": "TypeAlias",
1101
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchSignature:type",
1102
+ "docComment": "",
1103
+ "excerptTokens": [
1104
+ {
1105
+ "kind": "Content",
1106
+ "text": "export type FetchSignature = "
1107
+ },
1108
+ {
1109
+ "kind": "Content",
1110
+ "text": "<T>(request: "
1111
+ },
1112
+ {
1113
+ "kind": "Reference",
1114
+ "text": "FetchRequest",
1115
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchRequest:interface"
1116
+ },
1117
+ {
1118
+ "kind": "Content",
1119
+ "text": ", body?: "
1120
+ },
1121
+ {
1122
+ "kind": "Reference",
1123
+ "text": "Record",
1124
+ "canonicalReference": "!Record:type"
1125
+ },
1126
+ {
1127
+ "kind": "Content",
1128
+ "text": "<string, any>) => "
1129
+ },
1130
+ {
1131
+ "kind": "Reference",
1132
+ "text": "Promise",
1133
+ "canonicalReference": "!Promise:interface"
1134
+ },
1135
+ {
1136
+ "kind": "Content",
1137
+ "text": "<T>"
1138
+ },
1139
+ {
1140
+ "kind": "Content",
1141
+ "text": ";"
1142
+ }
1143
+ ],
1144
+ "fileUrlPath": "../../shared/util-atlassian-product-fetch/src/lib/atlassian-product-fetch-service.d.ts",
1145
+ "releaseTag": "Public",
1146
+ "name": "FetchSignature",
1147
+ "typeTokenRange": {
1148
+ "startIndex": 1,
1149
+ "endIndex": 8
1150
+ }
1151
+ },
1152
+ {
1153
+ "kind": "Function",
1154
+ "canonicalReference": "@valiantys/atlassian-app-frontend!jsonFetch:function(1)",
1155
+ "docComment": "",
1156
+ "excerptTokens": [
1157
+ {
1158
+ "kind": "Content",
1159
+ "text": "export declare function jsonFetch<T, U = "
1160
+ },
1161
+ {
1162
+ "kind": "Reference",
1163
+ "text": "Record",
1164
+ "canonicalReference": "!Record:type"
1165
+ },
1166
+ {
1167
+ "kind": "Content",
1168
+ "text": "<string, unknown>"
1169
+ },
1170
+ {
1171
+ "kind": "Content",
1172
+ "text": ">(url: "
1173
+ },
1174
+ {
1175
+ "kind": "Content",
1176
+ "text": "string"
1177
+ },
1178
+ {
1179
+ "kind": "Content",
1180
+ "text": ", method: "
1181
+ },
1182
+ {
1183
+ "kind": "Reference",
1184
+ "text": "FetchMethod",
1185
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchMethod:type"
1186
+ },
1187
+ {
1188
+ "kind": "Content",
1189
+ "text": ", headers?: "
1190
+ },
1191
+ {
1192
+ "kind": "Reference",
1193
+ "text": "Record",
1194
+ "canonicalReference": "!Record:type"
1195
+ },
1196
+ {
1197
+ "kind": "Content",
1198
+ "text": "<string, string>"
1199
+ },
1200
+ {
1201
+ "kind": "Content",
1202
+ "text": ", body?: "
1203
+ },
1204
+ {
1205
+ "kind": "Content",
1206
+ "text": "U"
1207
+ },
1208
+ {
1209
+ "kind": "Content",
1210
+ "text": ", responseType?: "
1211
+ },
1212
+ {
1213
+ "kind": "Content",
1214
+ "text": "'json' | 'text'"
1215
+ },
1216
+ {
1217
+ "kind": "Content",
1218
+ "text": "): "
1219
+ },
1220
+ {
1221
+ "kind": "Reference",
1222
+ "text": "Promise",
1223
+ "canonicalReference": "!Promise:interface"
1224
+ },
1225
+ {
1226
+ "kind": "Content",
1227
+ "text": "<T>"
1228
+ },
1229
+ {
1230
+ "kind": "Content",
1231
+ "text": ";"
1232
+ }
1233
+ ],
1234
+ "fileUrlPath": "../../../shared/util-fetch/src/lib/shared-util-fetch.d.ts",
1235
+ "returnTypeTokenRange": {
1236
+ "startIndex": 15,
1237
+ "endIndex": 17
1238
+ },
1239
+ "releaseTag": "Public",
1240
+ "overloadIndex": 1,
1241
+ "parameters": [
1242
+ {
1243
+ "parameterName": "url",
1244
+ "parameterTypeTokenRange": {
1245
+ "startIndex": 4,
1246
+ "endIndex": 5
1247
+ },
1248
+ "isOptional": false
1249
+ },
1250
+ {
1251
+ "parameterName": "method",
1252
+ "parameterTypeTokenRange": {
1253
+ "startIndex": 6,
1254
+ "endIndex": 7
1255
+ },
1256
+ "isOptional": false
1257
+ },
1258
+ {
1259
+ "parameterName": "headers",
1260
+ "parameterTypeTokenRange": {
1261
+ "startIndex": 8,
1262
+ "endIndex": 10
1263
+ },
1264
+ "isOptional": true
1265
+ },
1266
+ {
1267
+ "parameterName": "body",
1268
+ "parameterTypeTokenRange": {
1269
+ "startIndex": 11,
1270
+ "endIndex": 12
1271
+ },
1272
+ "isOptional": true
1273
+ },
1274
+ {
1275
+ "parameterName": "responseType",
1276
+ "parameterTypeTokenRange": {
1277
+ "startIndex": 13,
1278
+ "endIndex": 14
1279
+ },
1280
+ "isOptional": true
1281
+ }
1282
+ ],
1283
+ "typeParameters": [
1284
+ {
1285
+ "typeParameterName": "T",
1286
+ "constraintTokenRange": {
1287
+ "startIndex": 0,
1288
+ "endIndex": 0
1289
+ },
1290
+ "defaultTypeTokenRange": {
1291
+ "startIndex": 0,
1292
+ "endIndex": 0
1293
+ }
1294
+ },
1295
+ {
1296
+ "typeParameterName": "U",
1297
+ "constraintTokenRange": {
1298
+ "startIndex": 0,
1299
+ "endIndex": 0
1300
+ },
1301
+ "defaultTypeTokenRange": {
1302
+ "startIndex": 1,
1303
+ "endIndex": 3
1304
+ }
1305
+ }
1306
+ ],
1307
+ "name": "jsonFetch"
1308
+ },
1309
+ {
1310
+ "kind": "Interface",
1311
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponseValues:interface",
1312
+ "docComment": "",
1313
+ "excerptTokens": [
1314
+ {
1315
+ "kind": "Content",
1316
+ "text": "export interface PagedResponseValues<T> "
1317
+ }
1318
+ ],
1319
+ "fileUrlPath": "../../shared/util-atlassian-product-fetch/src/lib/paged-response-values.d.ts",
1320
+ "releaseTag": "Public",
1321
+ "typeParameters": [
1322
+ {
1323
+ "typeParameterName": "T",
1324
+ "constraintTokenRange": {
1325
+ "startIndex": 0,
1326
+ "endIndex": 0
1327
+ },
1328
+ "defaultTypeTokenRange": {
1329
+ "startIndex": 0,
1330
+ "endIndex": 0
1331
+ }
1332
+ }
1333
+ ],
1334
+ "name": "PagedResponseValues",
1335
+ "preserveMemberOrder": false,
1336
+ "members": [
1337
+ {
1338
+ "kind": "PropertySignature",
1339
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponseValues#isLast:member",
1340
+ "docComment": "",
1341
+ "excerptTokens": [
1342
+ {
1343
+ "kind": "Content",
1344
+ "text": "isLast: "
1345
+ },
1346
+ {
1347
+ "kind": "Content",
1348
+ "text": "boolean"
1349
+ },
1350
+ {
1351
+ "kind": "Content",
1352
+ "text": ";"
1353
+ }
1354
+ ],
1355
+ "isReadonly": false,
1356
+ "isOptional": false,
1357
+ "releaseTag": "Public",
1358
+ "name": "isLast",
1359
+ "propertyTypeTokenRange": {
1360
+ "startIndex": 1,
1361
+ "endIndex": 2
1362
+ }
1363
+ },
1364
+ {
1365
+ "kind": "PropertySignature",
1366
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponseValues#maxResults:member",
1367
+ "docComment": "",
1368
+ "excerptTokens": [
1369
+ {
1370
+ "kind": "Content",
1371
+ "text": "maxResults: "
1372
+ },
1373
+ {
1374
+ "kind": "Content",
1375
+ "text": "number"
1376
+ },
1377
+ {
1378
+ "kind": "Content",
1379
+ "text": ";"
1380
+ }
1381
+ ],
1382
+ "isReadonly": false,
1383
+ "isOptional": false,
1384
+ "releaseTag": "Public",
1385
+ "name": "maxResults",
1386
+ "propertyTypeTokenRange": {
1387
+ "startIndex": 1,
1388
+ "endIndex": 2
1389
+ }
1390
+ },
1391
+ {
1392
+ "kind": "PropertySignature",
1393
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponseValues#startAt:member",
1394
+ "docComment": "",
1395
+ "excerptTokens": [
1396
+ {
1397
+ "kind": "Content",
1398
+ "text": "startAt: "
1399
+ },
1400
+ {
1401
+ "kind": "Content",
1402
+ "text": "number"
1403
+ },
1404
+ {
1405
+ "kind": "Content",
1406
+ "text": ";"
1407
+ }
1408
+ ],
1409
+ "isReadonly": false,
1410
+ "isOptional": false,
1411
+ "releaseTag": "Public",
1412
+ "name": "startAt",
1413
+ "propertyTypeTokenRange": {
1414
+ "startIndex": 1,
1415
+ "endIndex": 2
1416
+ }
1417
+ },
1418
+ {
1419
+ "kind": "PropertySignature",
1420
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponseValues#total:member",
1421
+ "docComment": "",
1422
+ "excerptTokens": [
1423
+ {
1424
+ "kind": "Content",
1425
+ "text": "total: "
1426
+ },
1427
+ {
1428
+ "kind": "Content",
1429
+ "text": "number"
1430
+ },
1431
+ {
1432
+ "kind": "Content",
1433
+ "text": ";"
1434
+ }
1435
+ ],
1436
+ "isReadonly": false,
1437
+ "isOptional": false,
1438
+ "releaseTag": "Public",
1439
+ "name": "total",
1440
+ "propertyTypeTokenRange": {
1441
+ "startIndex": 1,
1442
+ "endIndex": 2
1443
+ }
1444
+ },
1445
+ {
1446
+ "kind": "PropertySignature",
1447
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponseValues#values:member",
1448
+ "docComment": "",
1449
+ "excerptTokens": [
1450
+ {
1451
+ "kind": "Content",
1452
+ "text": "values: "
1453
+ },
1454
+ {
1455
+ "kind": "Content",
1456
+ "text": "T[]"
1457
+ },
1458
+ {
1459
+ "kind": "Content",
1460
+ "text": ";"
1461
+ }
1462
+ ],
1463
+ "isReadonly": false,
1464
+ "isOptional": false,
1465
+ "releaseTag": "Public",
1466
+ "name": "values",
1467
+ "propertyTypeTokenRange": {
1468
+ "startIndex": 1,
1469
+ "endIndex": 2
1470
+ }
1471
+ }
1472
+ ],
1473
+ "extendsTokenRanges": []
1474
+ },
1475
+ {
1476
+ "kind": "TypeAlias",
1477
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Product:type",
1478
+ "docComment": "",
1479
+ "excerptTokens": [
1480
+ {
1481
+ "kind": "Content",
1482
+ "text": "export type Product = "
1483
+ },
1484
+ {
1485
+ "kind": "Content",
1486
+ "text": "'jira' | 'bitbucket' | 'confluence' | 'connected-data'"
1487
+ },
1488
+ {
1489
+ "kind": "Content",
1490
+ "text": ";"
1491
+ }
1492
+ ],
1493
+ "fileUrlPath": "../../shared/util-atlassian-product-fetch/src/lib/atlassian-product-fetch-service.d.ts",
1494
+ "releaseTag": "Public",
1495
+ "name": "Product",
1496
+ "typeTokenRange": {
1497
+ "startIndex": 1,
1498
+ "endIndex": 2
1499
+ }
1500
+ },
1501
+ {
1502
+ "kind": "TypeAlias",
1503
+ "canonicalReference": "@valiantys/atlassian-app-frontend!RequestProductMethod:type",
1504
+ "docComment": "",
1505
+ "excerptTokens": [
1506
+ {
1507
+ "kind": "Content",
1508
+ "text": "export type RequestProductMethod = "
1509
+ },
1510
+ {
1511
+ "kind": "Content",
1512
+ "text": "(url: "
1513
+ },
1514
+ {
1515
+ "kind": "Reference",
1516
+ "text": "FetchRoute",
1517
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchRoute:type"
1518
+ },
1519
+ {
1520
+ "kind": "Content",
1521
+ "text": ", init: "
1522
+ },
1523
+ {
1524
+ "kind": "Reference",
1525
+ "text": "RequestInit",
1526
+ "canonicalReference": "!RequestInit:interface"
1527
+ },
1528
+ {
1529
+ "kind": "Content",
1530
+ "text": ") => "
1531
+ },
1532
+ {
1533
+ "kind": "Reference",
1534
+ "text": "Promise",
1535
+ "canonicalReference": "!Promise:interface"
1536
+ },
1537
+ {
1538
+ "kind": "Content",
1539
+ "text": "<"
1540
+ },
1541
+ {
1542
+ "kind": "Reference",
1543
+ "text": "APIResponse",
1544
+ "canonicalReference": "@valiantys/atlassian-app-frontend!APIResponse:type"
1545
+ },
1546
+ {
1547
+ "kind": "Content",
1548
+ "text": ">"
1549
+ },
1550
+ {
1551
+ "kind": "Content",
1552
+ "text": ";"
1553
+ }
1554
+ ],
1555
+ "fileUrlPath": "../../shared/util-atlassian-product-fetch/src/lib/atlassian-product-fetch-service.d.ts",
1556
+ "releaseTag": "Public",
1557
+ "name": "RequestProductMethod",
1558
+ "typeTokenRange": {
1559
+ "startIndex": 1,
1560
+ "endIndex": 10
1561
+ }
1562
+ }
1563
+ ]
1564
+ }
1565
+ ]
1566
+ }