@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,2441 @@
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": "Class",
177
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectsService:class",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export declare class AssetsObjectsService "
183
+ }
184
+ ],
185
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/assets-objects-service.d.ts",
186
+ "releaseTag": "Public",
187
+ "isAbstract": false,
188
+ "name": "AssetsObjectsService",
189
+ "preserveMemberOrder": false,
190
+ "members": [
191
+ {
192
+ "kind": "Constructor",
193
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectsService:constructor(1)",
194
+ "docComment": "/**\n * Constructs a new instance of the `AssetsObjectsService` class\n */\n",
195
+ "excerptTokens": [
196
+ {
197
+ "kind": "Content",
198
+ "text": "constructor(fetch: "
199
+ },
200
+ {
201
+ "kind": "Reference",
202
+ "text": "AtlassianProductFetchService",
203
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
204
+ },
205
+ {
206
+ "kind": "Content",
207
+ "text": "<'jira'>"
208
+ },
209
+ {
210
+ "kind": "Content",
211
+ "text": ", workspaceId: "
212
+ },
213
+ {
214
+ "kind": "Content",
215
+ "text": "string"
216
+ },
217
+ {
218
+ "kind": "Content",
219
+ "text": ");"
220
+ }
221
+ ],
222
+ "releaseTag": "Public",
223
+ "isProtected": false,
224
+ "overloadIndex": 1,
225
+ "parameters": [
226
+ {
227
+ "parameterName": "fetch",
228
+ "parameterTypeTokenRange": {
229
+ "startIndex": 1,
230
+ "endIndex": 3
231
+ },
232
+ "isOptional": false
233
+ },
234
+ {
235
+ "parameterName": "workspaceId",
236
+ "parameterTypeTokenRange": {
237
+ "startIndex": 4,
238
+ "endIndex": 5
239
+ },
240
+ "isOptional": false
241
+ }
242
+ ]
243
+ },
244
+ {
245
+ "kind": "Method",
246
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectsService#createObject:member(1)",
247
+ "docComment": "",
248
+ "excerptTokens": [
249
+ {
250
+ "kind": "Content",
251
+ "text": "createObject(objectTypeId: "
252
+ },
253
+ {
254
+ "kind": "Content",
255
+ "text": "string"
256
+ },
257
+ {
258
+ "kind": "Content",
259
+ "text": ", objectTypeAttributes: "
260
+ },
261
+ {
262
+ "kind": "Reference",
263
+ "text": "AssetsObjectTypeAttribute",
264
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectTypeAttribute:interface"
265
+ },
266
+ {
267
+ "kind": "Content",
268
+ "text": "[]"
269
+ },
270
+ {
271
+ "kind": "Content",
272
+ "text": ", attributeValues: "
273
+ },
274
+ {
275
+ "kind": "Reference",
276
+ "text": "Record",
277
+ "canonicalReference": "!Record:type"
278
+ },
279
+ {
280
+ "kind": "Content",
281
+ "text": "<string, string>"
282
+ },
283
+ {
284
+ "kind": "Content",
285
+ "text": "): "
286
+ },
287
+ {
288
+ "kind": "Reference",
289
+ "text": "Promise",
290
+ "canonicalReference": "!Promise:interface"
291
+ },
292
+ {
293
+ "kind": "Content",
294
+ "text": "<"
295
+ },
296
+ {
297
+ "kind": "Reference",
298
+ "text": "MappedAssetsObject",
299
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~MappedAssetsObject:interface"
300
+ },
301
+ {
302
+ "kind": "Content",
303
+ "text": ">"
304
+ },
305
+ {
306
+ "kind": "Content",
307
+ "text": ";"
308
+ }
309
+ ],
310
+ "isStatic": false,
311
+ "returnTypeTokenRange": {
312
+ "startIndex": 9,
313
+ "endIndex": 13
314
+ },
315
+ "releaseTag": "Public",
316
+ "isProtected": false,
317
+ "overloadIndex": 1,
318
+ "parameters": [
319
+ {
320
+ "parameterName": "objectTypeId",
321
+ "parameterTypeTokenRange": {
322
+ "startIndex": 1,
323
+ "endIndex": 2
324
+ },
325
+ "isOptional": false
326
+ },
327
+ {
328
+ "parameterName": "objectTypeAttributes",
329
+ "parameterTypeTokenRange": {
330
+ "startIndex": 3,
331
+ "endIndex": 5
332
+ },
333
+ "isOptional": false
334
+ },
335
+ {
336
+ "parameterName": "attributeValues",
337
+ "parameterTypeTokenRange": {
338
+ "startIndex": 6,
339
+ "endIndex": 8
340
+ },
341
+ "isOptional": false
342
+ }
343
+ ],
344
+ "isOptional": false,
345
+ "isAbstract": false,
346
+ "name": "createObject"
347
+ },
348
+ {
349
+ "kind": "Method",
350
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectsService#createObjectType:member(1)",
351
+ "docComment": "",
352
+ "excerptTokens": [
353
+ {
354
+ "kind": "Content",
355
+ "text": "createObjectType(asset: "
356
+ },
357
+ {
358
+ "kind": "Reference",
359
+ "text": "AssetType",
360
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetType:interface"
361
+ },
362
+ {
363
+ "kind": "Content",
364
+ "text": ", expectedAttributes: "
365
+ },
366
+ {
367
+ "kind": "Content",
368
+ "text": "{\n name: string;\n type: number;\n }[]"
369
+ },
370
+ {
371
+ "kind": "Content",
372
+ "text": "): "
373
+ },
374
+ {
375
+ "kind": "Reference",
376
+ "text": "Promise",
377
+ "canonicalReference": "!Promise:interface"
378
+ },
379
+ {
380
+ "kind": "Content",
381
+ "text": "<string>"
382
+ },
383
+ {
384
+ "kind": "Content",
385
+ "text": ";"
386
+ }
387
+ ],
388
+ "isStatic": false,
389
+ "returnTypeTokenRange": {
390
+ "startIndex": 5,
391
+ "endIndex": 7
392
+ },
393
+ "releaseTag": "Public",
394
+ "isProtected": false,
395
+ "overloadIndex": 1,
396
+ "parameters": [
397
+ {
398
+ "parameterName": "asset",
399
+ "parameterTypeTokenRange": {
400
+ "startIndex": 1,
401
+ "endIndex": 2
402
+ },
403
+ "isOptional": false
404
+ },
405
+ {
406
+ "parameterName": "expectedAttributes",
407
+ "parameterTypeTokenRange": {
408
+ "startIndex": 3,
409
+ "endIndex": 4
410
+ },
411
+ "isOptional": false
412
+ }
413
+ ],
414
+ "isOptional": false,
415
+ "isAbstract": false,
416
+ "name": "createObjectType"
417
+ },
418
+ {
419
+ "kind": "Method",
420
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectsService#deleteObject:member(1)",
421
+ "docComment": "",
422
+ "excerptTokens": [
423
+ {
424
+ "kind": "Content",
425
+ "text": "deleteObject(workspaceId: "
426
+ },
427
+ {
428
+ "kind": "Content",
429
+ "text": "string"
430
+ },
431
+ {
432
+ "kind": "Content",
433
+ "text": ", objectId: "
434
+ },
435
+ {
436
+ "kind": "Content",
437
+ "text": "string"
438
+ },
439
+ {
440
+ "kind": "Content",
441
+ "text": "): "
442
+ },
443
+ {
444
+ "kind": "Reference",
445
+ "text": "Promise",
446
+ "canonicalReference": "!Promise:interface"
447
+ },
448
+ {
449
+ "kind": "Content",
450
+ "text": "<void>"
451
+ },
452
+ {
453
+ "kind": "Content",
454
+ "text": ";"
455
+ }
456
+ ],
457
+ "isStatic": false,
458
+ "returnTypeTokenRange": {
459
+ "startIndex": 5,
460
+ "endIndex": 7
461
+ },
462
+ "releaseTag": "Public",
463
+ "isProtected": false,
464
+ "overloadIndex": 1,
465
+ "parameters": [
466
+ {
467
+ "parameterName": "workspaceId",
468
+ "parameterTypeTokenRange": {
469
+ "startIndex": 1,
470
+ "endIndex": 2
471
+ },
472
+ "isOptional": false
473
+ },
474
+ {
475
+ "parameterName": "objectId",
476
+ "parameterTypeTokenRange": {
477
+ "startIndex": 3,
478
+ "endIndex": 4
479
+ },
480
+ "isOptional": false
481
+ }
482
+ ],
483
+ "isOptional": false,
484
+ "isAbstract": false,
485
+ "name": "deleteObject"
486
+ },
487
+ {
488
+ "kind": "Method",
489
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectsService#getAssetTypes:member(1)",
490
+ "docComment": "",
491
+ "excerptTokens": [
492
+ {
493
+ "kind": "Content",
494
+ "text": "getAssetTypes(schemaKeysToExclude?: "
495
+ },
496
+ {
497
+ "kind": "Content",
498
+ "text": "string[]"
499
+ },
500
+ {
501
+ "kind": "Content",
502
+ "text": "): "
503
+ },
504
+ {
505
+ "kind": "Reference",
506
+ "text": "Promise",
507
+ "canonicalReference": "!Promise:interface"
508
+ },
509
+ {
510
+ "kind": "Content",
511
+ "text": "<"
512
+ },
513
+ {
514
+ "kind": "Reference",
515
+ "text": "AssetType",
516
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetType:interface"
517
+ },
518
+ {
519
+ "kind": "Content",
520
+ "text": "[]>"
521
+ },
522
+ {
523
+ "kind": "Content",
524
+ "text": ";"
525
+ }
526
+ ],
527
+ "isStatic": false,
528
+ "returnTypeTokenRange": {
529
+ "startIndex": 3,
530
+ "endIndex": 7
531
+ },
532
+ "releaseTag": "Public",
533
+ "isProtected": false,
534
+ "overloadIndex": 1,
535
+ "parameters": [
536
+ {
537
+ "parameterName": "schemaKeysToExclude",
538
+ "parameterTypeTokenRange": {
539
+ "startIndex": 1,
540
+ "endIndex": 2
541
+ },
542
+ "isOptional": true
543
+ }
544
+ ],
545
+ "isOptional": false,
546
+ "isAbstract": false,
547
+ "name": "getAssetTypes"
548
+ },
549
+ {
550
+ "kind": "Method",
551
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectsService#getObjectType:member(1)",
552
+ "docComment": "",
553
+ "excerptTokens": [
554
+ {
555
+ "kind": "Content",
556
+ "text": "getObjectType(asset: "
557
+ },
558
+ {
559
+ "kind": "Reference",
560
+ "text": "AssetType",
561
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetType:interface"
562
+ },
563
+ {
564
+ "kind": "Content",
565
+ "text": ", autoCreate?: "
566
+ },
567
+ {
568
+ "kind": "Content",
569
+ "text": "boolean"
570
+ },
571
+ {
572
+ "kind": "Content",
573
+ "text": "): "
574
+ },
575
+ {
576
+ "kind": "Reference",
577
+ "text": "Promise",
578
+ "canonicalReference": "!Promise:interface"
579
+ },
580
+ {
581
+ "kind": "Content",
582
+ "text": "<import('../../../util-assets/src/index.ts')."
583
+ },
584
+ {
585
+ "kind": "Reference",
586
+ "text": "AssetsObjectType",
587
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectType:interface"
588
+ },
589
+ {
590
+ "kind": "Content",
591
+ "text": ">"
592
+ },
593
+ {
594
+ "kind": "Content",
595
+ "text": ";"
596
+ }
597
+ ],
598
+ "isStatic": false,
599
+ "returnTypeTokenRange": {
600
+ "startIndex": 5,
601
+ "endIndex": 9
602
+ },
603
+ "releaseTag": "Public",
604
+ "isProtected": false,
605
+ "overloadIndex": 1,
606
+ "parameters": [
607
+ {
608
+ "parameterName": "asset",
609
+ "parameterTypeTokenRange": {
610
+ "startIndex": 1,
611
+ "endIndex": 2
612
+ },
613
+ "isOptional": false
614
+ },
615
+ {
616
+ "parameterName": "autoCreate",
617
+ "parameterTypeTokenRange": {
618
+ "startIndex": 3,
619
+ "endIndex": 4
620
+ },
621
+ "isOptional": true
622
+ }
623
+ ],
624
+ "isOptional": false,
625
+ "isAbstract": false,
626
+ "name": "getObjectType"
627
+ },
628
+ {
629
+ "kind": "Method",
630
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectsService#listObjects:member(1)",
631
+ "docComment": "",
632
+ "excerptTokens": [
633
+ {
634
+ "kind": "Content",
635
+ "text": "listObjects(asset: "
636
+ },
637
+ {
638
+ "kind": "Reference",
639
+ "text": "AssetType",
640
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetType:interface"
641
+ },
642
+ {
643
+ "kind": "Content",
644
+ "text": ", attributeNames: "
645
+ },
646
+ {
647
+ "kind": "Content",
648
+ "text": "string[]"
649
+ },
650
+ {
651
+ "kind": "Content",
652
+ "text": ", aql?: "
653
+ },
654
+ {
655
+ "kind": "Content",
656
+ "text": "string"
657
+ },
658
+ {
659
+ "kind": "Content",
660
+ "text": ", startAt?: "
661
+ },
662
+ {
663
+ "kind": "Content",
664
+ "text": "number"
665
+ },
666
+ {
667
+ "kind": "Content",
668
+ "text": ", maxResults?: "
669
+ },
670
+ {
671
+ "kind": "Content",
672
+ "text": "number"
673
+ },
674
+ {
675
+ "kind": "Content",
676
+ "text": "): "
677
+ },
678
+ {
679
+ "kind": "Reference",
680
+ "text": "Promise",
681
+ "canonicalReference": "!Promise:interface"
682
+ },
683
+ {
684
+ "kind": "Content",
685
+ "text": "<"
686
+ },
687
+ {
688
+ "kind": "Reference",
689
+ "text": "PagedResponseValues",
690
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~PagedResponseValues:interface"
691
+ },
692
+ {
693
+ "kind": "Content",
694
+ "text": "<"
695
+ },
696
+ {
697
+ "kind": "Reference",
698
+ "text": "MappedAssetsObject",
699
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~MappedAssetsObject:interface"
700
+ },
701
+ {
702
+ "kind": "Content",
703
+ "text": ">>"
704
+ },
705
+ {
706
+ "kind": "Content",
707
+ "text": ";"
708
+ }
709
+ ],
710
+ "isStatic": false,
711
+ "returnTypeTokenRange": {
712
+ "startIndex": 11,
713
+ "endIndex": 17
714
+ },
715
+ "releaseTag": "Public",
716
+ "isProtected": false,
717
+ "overloadIndex": 1,
718
+ "parameters": [
719
+ {
720
+ "parameterName": "asset",
721
+ "parameterTypeTokenRange": {
722
+ "startIndex": 1,
723
+ "endIndex": 2
724
+ },
725
+ "isOptional": false
726
+ },
727
+ {
728
+ "parameterName": "attributeNames",
729
+ "parameterTypeTokenRange": {
730
+ "startIndex": 3,
731
+ "endIndex": 4
732
+ },
733
+ "isOptional": false
734
+ },
735
+ {
736
+ "parameterName": "aql",
737
+ "parameterTypeTokenRange": {
738
+ "startIndex": 5,
739
+ "endIndex": 6
740
+ },
741
+ "isOptional": true
742
+ },
743
+ {
744
+ "parameterName": "startAt",
745
+ "parameterTypeTokenRange": {
746
+ "startIndex": 7,
747
+ "endIndex": 8
748
+ },
749
+ "isOptional": true
750
+ },
751
+ {
752
+ "parameterName": "maxResults",
753
+ "parameterTypeTokenRange": {
754
+ "startIndex": 9,
755
+ "endIndex": 10
756
+ },
757
+ "isOptional": true
758
+ }
759
+ ],
760
+ "isOptional": false,
761
+ "isAbstract": false,
762
+ "name": "listObjects"
763
+ },
764
+ {
765
+ "kind": "Method",
766
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectsService#listObjectTypeAttributes:member(1)",
767
+ "docComment": "",
768
+ "excerptTokens": [
769
+ {
770
+ "kind": "Content",
771
+ "text": "listObjectTypeAttributes(asset: "
772
+ },
773
+ {
774
+ "kind": "Reference",
775
+ "text": "AssetType",
776
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetType:interface"
777
+ },
778
+ {
779
+ "kind": "Content",
780
+ "text": ", expectedAttributes?: "
781
+ },
782
+ {
783
+ "kind": "Content",
784
+ "text": "{\n name: string;\n type?: number;\n }[]"
785
+ },
786
+ {
787
+ "kind": "Content",
788
+ "text": ", expectedAttributesRequired?: "
789
+ },
790
+ {
791
+ "kind": "Content",
792
+ "text": "boolean"
793
+ },
794
+ {
795
+ "kind": "Content",
796
+ "text": ", autoCreate?: "
797
+ },
798
+ {
799
+ "kind": "Content",
800
+ "text": "boolean"
801
+ },
802
+ {
803
+ "kind": "Content",
804
+ "text": "): "
805
+ },
806
+ {
807
+ "kind": "Reference",
808
+ "text": "Promise",
809
+ "canonicalReference": "!Promise:interface"
810
+ },
811
+ {
812
+ "kind": "Content",
813
+ "text": "<{\n objectTypeId: string;\n objectTypeAttributes: "
814
+ },
815
+ {
816
+ "kind": "Reference",
817
+ "text": "AssetsObjectTypeAttribute",
818
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectTypeAttribute:interface"
819
+ },
820
+ {
821
+ "kind": "Content",
822
+ "text": "[];\n }>"
823
+ },
824
+ {
825
+ "kind": "Content",
826
+ "text": ";"
827
+ }
828
+ ],
829
+ "isStatic": false,
830
+ "returnTypeTokenRange": {
831
+ "startIndex": 9,
832
+ "endIndex": 13
833
+ },
834
+ "releaseTag": "Public",
835
+ "isProtected": false,
836
+ "overloadIndex": 1,
837
+ "parameters": [
838
+ {
839
+ "parameterName": "asset",
840
+ "parameterTypeTokenRange": {
841
+ "startIndex": 1,
842
+ "endIndex": 2
843
+ },
844
+ "isOptional": false
845
+ },
846
+ {
847
+ "parameterName": "expectedAttributes",
848
+ "parameterTypeTokenRange": {
849
+ "startIndex": 3,
850
+ "endIndex": 4
851
+ },
852
+ "isOptional": true
853
+ },
854
+ {
855
+ "parameterName": "expectedAttributesRequired",
856
+ "parameterTypeTokenRange": {
857
+ "startIndex": 5,
858
+ "endIndex": 6
859
+ },
860
+ "isOptional": true
861
+ },
862
+ {
863
+ "parameterName": "autoCreate",
864
+ "parameterTypeTokenRange": {
865
+ "startIndex": 7,
866
+ "endIndex": 8
867
+ },
868
+ "isOptional": true
869
+ }
870
+ ],
871
+ "isOptional": false,
872
+ "isAbstract": false,
873
+ "name": "listObjectTypeAttributes"
874
+ },
875
+ {
876
+ "kind": "Method",
877
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectsService#readObject:member(1)",
878
+ "docComment": "",
879
+ "excerptTokens": [
880
+ {
881
+ "kind": "Content",
882
+ "text": "readObject(objectId: "
883
+ },
884
+ {
885
+ "kind": "Content",
886
+ "text": "string"
887
+ },
888
+ {
889
+ "kind": "Content",
890
+ "text": ", expectedAttributeNames?: "
891
+ },
892
+ {
893
+ "kind": "Content",
894
+ "text": "string[]"
895
+ },
896
+ {
897
+ "kind": "Content",
898
+ "text": "): "
899
+ },
900
+ {
901
+ "kind": "Reference",
902
+ "text": "Promise",
903
+ "canonicalReference": "!Promise:interface"
904
+ },
905
+ {
906
+ "kind": "Content",
907
+ "text": "<"
908
+ },
909
+ {
910
+ "kind": "Reference",
911
+ "text": "MappedAssetsObject",
912
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~MappedAssetsObject:interface"
913
+ },
914
+ {
915
+ "kind": "Content",
916
+ "text": ">"
917
+ },
918
+ {
919
+ "kind": "Content",
920
+ "text": ";"
921
+ }
922
+ ],
923
+ "isStatic": false,
924
+ "returnTypeTokenRange": {
925
+ "startIndex": 5,
926
+ "endIndex": 9
927
+ },
928
+ "releaseTag": "Public",
929
+ "isProtected": false,
930
+ "overloadIndex": 1,
931
+ "parameters": [
932
+ {
933
+ "parameterName": "objectId",
934
+ "parameterTypeTokenRange": {
935
+ "startIndex": 1,
936
+ "endIndex": 2
937
+ },
938
+ "isOptional": false
939
+ },
940
+ {
941
+ "parameterName": "expectedAttributeNames",
942
+ "parameterTypeTokenRange": {
943
+ "startIndex": 3,
944
+ "endIndex": 4
945
+ },
946
+ "isOptional": true
947
+ }
948
+ ],
949
+ "isOptional": false,
950
+ "isAbstract": false,
951
+ "name": "readObject"
952
+ },
953
+ {
954
+ "kind": "Method",
955
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectsService#updateObject:member(1)",
956
+ "docComment": "",
957
+ "excerptTokens": [
958
+ {
959
+ "kind": "Content",
960
+ "text": "updateObject(object: "
961
+ },
962
+ {
963
+ "kind": "Reference",
964
+ "text": "MappedAssetsObject",
965
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~MappedAssetsObject:interface"
966
+ },
967
+ {
968
+ "kind": "Content",
969
+ "text": ", allAttributeNames: "
970
+ },
971
+ {
972
+ "kind": "Content",
973
+ "text": "string[]"
974
+ },
975
+ {
976
+ "kind": "Content",
977
+ "text": "): "
978
+ },
979
+ {
980
+ "kind": "Reference",
981
+ "text": "Promise",
982
+ "canonicalReference": "!Promise:interface"
983
+ },
984
+ {
985
+ "kind": "Content",
986
+ "text": "<"
987
+ },
988
+ {
989
+ "kind": "Reference",
990
+ "text": "MappedAssetsObject",
991
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~MappedAssetsObject:interface"
992
+ },
993
+ {
994
+ "kind": "Content",
995
+ "text": ">"
996
+ },
997
+ {
998
+ "kind": "Content",
999
+ "text": ";"
1000
+ }
1001
+ ],
1002
+ "isStatic": false,
1003
+ "returnTypeTokenRange": {
1004
+ "startIndex": 5,
1005
+ "endIndex": 9
1006
+ },
1007
+ "releaseTag": "Public",
1008
+ "isProtected": false,
1009
+ "overloadIndex": 1,
1010
+ "parameters": [
1011
+ {
1012
+ "parameterName": "object",
1013
+ "parameterTypeTokenRange": {
1014
+ "startIndex": 1,
1015
+ "endIndex": 2
1016
+ },
1017
+ "isOptional": false
1018
+ },
1019
+ {
1020
+ "parameterName": "allAttributeNames",
1021
+ "parameterTypeTokenRange": {
1022
+ "startIndex": 3,
1023
+ "endIndex": 4
1024
+ },
1025
+ "isOptional": false
1026
+ }
1027
+ ],
1028
+ "isOptional": false,
1029
+ "isAbstract": false,
1030
+ "name": "updateObject"
1031
+ }
1032
+ ],
1033
+ "implementsTokenRanges": []
1034
+ },
1035
+ {
1036
+ "kind": "Function",
1037
+ "canonicalReference": "@valiantys/atlassian-app-frontend!createAssetsObject:function(1)",
1038
+ "docComment": "",
1039
+ "excerptTokens": [
1040
+ {
1041
+ "kind": "Content",
1042
+ "text": "export declare function createAssetsObject(fetch: "
1043
+ },
1044
+ {
1045
+ "kind": "Reference",
1046
+ "text": "AtlassianProductFetchService",
1047
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
1048
+ },
1049
+ {
1050
+ "kind": "Content",
1051
+ "text": "<'jira'>"
1052
+ },
1053
+ {
1054
+ "kind": "Content",
1055
+ "text": ", workspaceId: "
1056
+ },
1057
+ {
1058
+ "kind": "Content",
1059
+ "text": "string"
1060
+ },
1061
+ {
1062
+ "kind": "Content",
1063
+ "text": ", objectTypeId: "
1064
+ },
1065
+ {
1066
+ "kind": "Content",
1067
+ "text": "string"
1068
+ },
1069
+ {
1070
+ "kind": "Content",
1071
+ "text": ", attributes: "
1072
+ },
1073
+ {
1074
+ "kind": "Reference",
1075
+ "text": "AssetsObjectAttributeIn",
1076
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectAttributeIn:interface"
1077
+ },
1078
+ {
1079
+ "kind": "Content",
1080
+ "text": "[]"
1081
+ },
1082
+ {
1083
+ "kind": "Content",
1084
+ "text": "): "
1085
+ },
1086
+ {
1087
+ "kind": "Reference",
1088
+ "text": "Promise",
1089
+ "canonicalReference": "!Promise:interface"
1090
+ },
1091
+ {
1092
+ "kind": "Content",
1093
+ "text": "<"
1094
+ },
1095
+ {
1096
+ "kind": "Reference",
1097
+ "text": "CreateAssetsObjectResponse",
1098
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~CreateAssetsObjectResponse:interface"
1099
+ },
1100
+ {
1101
+ "kind": "Content",
1102
+ "text": ">"
1103
+ },
1104
+ {
1105
+ "kind": "Content",
1106
+ "text": ";"
1107
+ }
1108
+ ],
1109
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/object.d.ts",
1110
+ "returnTypeTokenRange": {
1111
+ "startIndex": 11,
1112
+ "endIndex": 15
1113
+ },
1114
+ "releaseTag": "Public",
1115
+ "overloadIndex": 1,
1116
+ "parameters": [
1117
+ {
1118
+ "parameterName": "fetch",
1119
+ "parameterTypeTokenRange": {
1120
+ "startIndex": 1,
1121
+ "endIndex": 3
1122
+ },
1123
+ "isOptional": false
1124
+ },
1125
+ {
1126
+ "parameterName": "workspaceId",
1127
+ "parameterTypeTokenRange": {
1128
+ "startIndex": 4,
1129
+ "endIndex": 5
1130
+ },
1131
+ "isOptional": false
1132
+ },
1133
+ {
1134
+ "parameterName": "objectTypeId",
1135
+ "parameterTypeTokenRange": {
1136
+ "startIndex": 6,
1137
+ "endIndex": 7
1138
+ },
1139
+ "isOptional": false
1140
+ },
1141
+ {
1142
+ "parameterName": "attributes",
1143
+ "parameterTypeTokenRange": {
1144
+ "startIndex": 8,
1145
+ "endIndex": 10
1146
+ },
1147
+ "isOptional": false
1148
+ }
1149
+ ],
1150
+ "name": "createAssetsObject"
1151
+ },
1152
+ {
1153
+ "kind": "Function",
1154
+ "canonicalReference": "@valiantys/atlassian-app-frontend!createAssetsObjectSchema:function(1)",
1155
+ "docComment": "",
1156
+ "excerptTokens": [
1157
+ {
1158
+ "kind": "Content",
1159
+ "text": "export declare function createAssetsObjectSchema(fetch: "
1160
+ },
1161
+ {
1162
+ "kind": "Reference",
1163
+ "text": "AtlassianProductFetchService",
1164
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
1165
+ },
1166
+ {
1167
+ "kind": "Content",
1168
+ "text": "<'jira'>"
1169
+ },
1170
+ {
1171
+ "kind": "Content",
1172
+ "text": ", workspaceId: "
1173
+ },
1174
+ {
1175
+ "kind": "Content",
1176
+ "text": "string"
1177
+ },
1178
+ {
1179
+ "kind": "Content",
1180
+ "text": ", name: "
1181
+ },
1182
+ {
1183
+ "kind": "Content",
1184
+ "text": "string"
1185
+ },
1186
+ {
1187
+ "kind": "Content",
1188
+ "text": ", objectSchemaKey: "
1189
+ },
1190
+ {
1191
+ "kind": "Content",
1192
+ "text": "string"
1193
+ },
1194
+ {
1195
+ "kind": "Content",
1196
+ "text": "): "
1197
+ },
1198
+ {
1199
+ "kind": "Reference",
1200
+ "text": "Promise",
1201
+ "canonicalReference": "!Promise:interface"
1202
+ },
1203
+ {
1204
+ "kind": "Content",
1205
+ "text": "<"
1206
+ },
1207
+ {
1208
+ "kind": "Reference",
1209
+ "text": "AssetsObjectSchema",
1210
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectSchema:interface"
1211
+ },
1212
+ {
1213
+ "kind": "Content",
1214
+ "text": ">"
1215
+ },
1216
+ {
1217
+ "kind": "Content",
1218
+ "text": ";"
1219
+ }
1220
+ ],
1221
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/object-schema.d.ts",
1222
+ "returnTypeTokenRange": {
1223
+ "startIndex": 10,
1224
+ "endIndex": 14
1225
+ },
1226
+ "releaseTag": "Public",
1227
+ "overloadIndex": 1,
1228
+ "parameters": [
1229
+ {
1230
+ "parameterName": "fetch",
1231
+ "parameterTypeTokenRange": {
1232
+ "startIndex": 1,
1233
+ "endIndex": 3
1234
+ },
1235
+ "isOptional": false
1236
+ },
1237
+ {
1238
+ "parameterName": "workspaceId",
1239
+ "parameterTypeTokenRange": {
1240
+ "startIndex": 4,
1241
+ "endIndex": 5
1242
+ },
1243
+ "isOptional": false
1244
+ },
1245
+ {
1246
+ "parameterName": "name",
1247
+ "parameterTypeTokenRange": {
1248
+ "startIndex": 6,
1249
+ "endIndex": 7
1250
+ },
1251
+ "isOptional": false
1252
+ },
1253
+ {
1254
+ "parameterName": "objectSchemaKey",
1255
+ "parameterTypeTokenRange": {
1256
+ "startIndex": 8,
1257
+ "endIndex": 9
1258
+ },
1259
+ "isOptional": false
1260
+ }
1261
+ ],
1262
+ "name": "createAssetsObjectSchema"
1263
+ },
1264
+ {
1265
+ "kind": "Function",
1266
+ "canonicalReference": "@valiantys/atlassian-app-frontend!createAssetsObjectType:function(1)",
1267
+ "docComment": "",
1268
+ "excerptTokens": [
1269
+ {
1270
+ "kind": "Content",
1271
+ "text": "export declare function createAssetsObjectType(fetch: "
1272
+ },
1273
+ {
1274
+ "kind": "Reference",
1275
+ "text": "AtlassianProductFetchService",
1276
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
1277
+ },
1278
+ {
1279
+ "kind": "Content",
1280
+ "text": "<'jira'>"
1281
+ },
1282
+ {
1283
+ "kind": "Content",
1284
+ "text": ", workspaceId: "
1285
+ },
1286
+ {
1287
+ "kind": "Content",
1288
+ "text": "string"
1289
+ },
1290
+ {
1291
+ "kind": "Content",
1292
+ "text": ", objectSchemaId: "
1293
+ },
1294
+ {
1295
+ "kind": "Content",
1296
+ "text": "string"
1297
+ },
1298
+ {
1299
+ "kind": "Content",
1300
+ "text": ", name: "
1301
+ },
1302
+ {
1303
+ "kind": "Content",
1304
+ "text": "string"
1305
+ },
1306
+ {
1307
+ "kind": "Content",
1308
+ "text": ", iconId: "
1309
+ },
1310
+ {
1311
+ "kind": "Content",
1312
+ "text": "string"
1313
+ },
1314
+ {
1315
+ "kind": "Content",
1316
+ "text": "): "
1317
+ },
1318
+ {
1319
+ "kind": "Reference",
1320
+ "text": "Promise",
1321
+ "canonicalReference": "!Promise:interface"
1322
+ },
1323
+ {
1324
+ "kind": "Content",
1325
+ "text": "<"
1326
+ },
1327
+ {
1328
+ "kind": "Reference",
1329
+ "text": "AssetsObjectType",
1330
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectType:interface"
1331
+ },
1332
+ {
1333
+ "kind": "Content",
1334
+ "text": ">"
1335
+ },
1336
+ {
1337
+ "kind": "Content",
1338
+ "text": ";"
1339
+ }
1340
+ ],
1341
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/object-type.d.ts",
1342
+ "returnTypeTokenRange": {
1343
+ "startIndex": 12,
1344
+ "endIndex": 16
1345
+ },
1346
+ "releaseTag": "Public",
1347
+ "overloadIndex": 1,
1348
+ "parameters": [
1349
+ {
1350
+ "parameterName": "fetch",
1351
+ "parameterTypeTokenRange": {
1352
+ "startIndex": 1,
1353
+ "endIndex": 3
1354
+ },
1355
+ "isOptional": false
1356
+ },
1357
+ {
1358
+ "parameterName": "workspaceId",
1359
+ "parameterTypeTokenRange": {
1360
+ "startIndex": 4,
1361
+ "endIndex": 5
1362
+ },
1363
+ "isOptional": false
1364
+ },
1365
+ {
1366
+ "parameterName": "objectSchemaId",
1367
+ "parameterTypeTokenRange": {
1368
+ "startIndex": 6,
1369
+ "endIndex": 7
1370
+ },
1371
+ "isOptional": false
1372
+ },
1373
+ {
1374
+ "parameterName": "name",
1375
+ "parameterTypeTokenRange": {
1376
+ "startIndex": 8,
1377
+ "endIndex": 9
1378
+ },
1379
+ "isOptional": false
1380
+ },
1381
+ {
1382
+ "parameterName": "iconId",
1383
+ "parameterTypeTokenRange": {
1384
+ "startIndex": 10,
1385
+ "endIndex": 11
1386
+ },
1387
+ "isOptional": false
1388
+ }
1389
+ ],
1390
+ "name": "createAssetsObjectType"
1391
+ },
1392
+ {
1393
+ "kind": "Function",
1394
+ "canonicalReference": "@valiantys/atlassian-app-frontend!createAssetsObjectTypeAttribute:function(1)",
1395
+ "docComment": "",
1396
+ "excerptTokens": [
1397
+ {
1398
+ "kind": "Content",
1399
+ "text": "export declare function createAssetsObjectTypeAttribute(fetch: "
1400
+ },
1401
+ {
1402
+ "kind": "Reference",
1403
+ "text": "AtlassianProductFetchService",
1404
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
1405
+ },
1406
+ {
1407
+ "kind": "Content",
1408
+ "text": "<'jira'>"
1409
+ },
1410
+ {
1411
+ "kind": "Content",
1412
+ "text": ", workspaceId: "
1413
+ },
1414
+ {
1415
+ "kind": "Content",
1416
+ "text": "string"
1417
+ },
1418
+ {
1419
+ "kind": "Content",
1420
+ "text": ", objectTypeId: "
1421
+ },
1422
+ {
1423
+ "kind": "Content",
1424
+ "text": "string"
1425
+ },
1426
+ {
1427
+ "kind": "Content",
1428
+ "text": ", name: "
1429
+ },
1430
+ {
1431
+ "kind": "Content",
1432
+ "text": "string"
1433
+ },
1434
+ {
1435
+ "kind": "Content",
1436
+ "text": ", type: "
1437
+ },
1438
+ {
1439
+ "kind": "Reference",
1440
+ "text": "AssetsObjectTypeAttributeValueType",
1441
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectTypeAttributeValueType:enum"
1442
+ },
1443
+ {
1444
+ "kind": "Content",
1445
+ "text": ", isLabelAttribute: "
1446
+ },
1447
+ {
1448
+ "kind": "Content",
1449
+ "text": "boolean"
1450
+ },
1451
+ {
1452
+ "kind": "Content",
1453
+ "text": "): "
1454
+ },
1455
+ {
1456
+ "kind": "Reference",
1457
+ "text": "Promise",
1458
+ "canonicalReference": "!Promise:interface"
1459
+ },
1460
+ {
1461
+ "kind": "Content",
1462
+ "text": "<"
1463
+ },
1464
+ {
1465
+ "kind": "Reference",
1466
+ "text": "AssetsObjectTypeAttribute",
1467
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectTypeAttribute:interface"
1468
+ },
1469
+ {
1470
+ "kind": "Content",
1471
+ "text": ">"
1472
+ },
1473
+ {
1474
+ "kind": "Content",
1475
+ "text": ";"
1476
+ }
1477
+ ],
1478
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/object-type-attribute.d.ts",
1479
+ "returnTypeTokenRange": {
1480
+ "startIndex": 14,
1481
+ "endIndex": 18
1482
+ },
1483
+ "releaseTag": "Public",
1484
+ "overloadIndex": 1,
1485
+ "parameters": [
1486
+ {
1487
+ "parameterName": "fetch",
1488
+ "parameterTypeTokenRange": {
1489
+ "startIndex": 1,
1490
+ "endIndex": 3
1491
+ },
1492
+ "isOptional": false
1493
+ },
1494
+ {
1495
+ "parameterName": "workspaceId",
1496
+ "parameterTypeTokenRange": {
1497
+ "startIndex": 4,
1498
+ "endIndex": 5
1499
+ },
1500
+ "isOptional": false
1501
+ },
1502
+ {
1503
+ "parameterName": "objectTypeId",
1504
+ "parameterTypeTokenRange": {
1505
+ "startIndex": 6,
1506
+ "endIndex": 7
1507
+ },
1508
+ "isOptional": false
1509
+ },
1510
+ {
1511
+ "parameterName": "name",
1512
+ "parameterTypeTokenRange": {
1513
+ "startIndex": 8,
1514
+ "endIndex": 9
1515
+ },
1516
+ "isOptional": false
1517
+ },
1518
+ {
1519
+ "parameterName": "type",
1520
+ "parameterTypeTokenRange": {
1521
+ "startIndex": 10,
1522
+ "endIndex": 11
1523
+ },
1524
+ "isOptional": false
1525
+ },
1526
+ {
1527
+ "parameterName": "isLabelAttribute",
1528
+ "parameterTypeTokenRange": {
1529
+ "startIndex": 12,
1530
+ "endIndex": 13
1531
+ },
1532
+ "isOptional": false
1533
+ }
1534
+ ],
1535
+ "name": "createAssetsObjectTypeAttribute"
1536
+ },
1537
+ {
1538
+ "kind": "Function",
1539
+ "canonicalReference": "@valiantys/atlassian-app-frontend!deleteAssetsObject:function(1)",
1540
+ "docComment": "",
1541
+ "excerptTokens": [
1542
+ {
1543
+ "kind": "Content",
1544
+ "text": "export declare function deleteAssetsObject(fetch: "
1545
+ },
1546
+ {
1547
+ "kind": "Reference",
1548
+ "text": "AtlassianProductFetchService",
1549
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
1550
+ },
1551
+ {
1552
+ "kind": "Content",
1553
+ "text": "<'jira'>"
1554
+ },
1555
+ {
1556
+ "kind": "Content",
1557
+ "text": ", workspaceId: "
1558
+ },
1559
+ {
1560
+ "kind": "Content",
1561
+ "text": "string"
1562
+ },
1563
+ {
1564
+ "kind": "Content",
1565
+ "text": ", objectId: "
1566
+ },
1567
+ {
1568
+ "kind": "Content",
1569
+ "text": "string"
1570
+ },
1571
+ {
1572
+ "kind": "Content",
1573
+ "text": "): "
1574
+ },
1575
+ {
1576
+ "kind": "Reference",
1577
+ "text": "Promise",
1578
+ "canonicalReference": "!Promise:interface"
1579
+ },
1580
+ {
1581
+ "kind": "Content",
1582
+ "text": "<void>"
1583
+ },
1584
+ {
1585
+ "kind": "Content",
1586
+ "text": ";"
1587
+ }
1588
+ ],
1589
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/object.d.ts",
1590
+ "returnTypeTokenRange": {
1591
+ "startIndex": 8,
1592
+ "endIndex": 10
1593
+ },
1594
+ "releaseTag": "Public",
1595
+ "overloadIndex": 1,
1596
+ "parameters": [
1597
+ {
1598
+ "parameterName": "fetch",
1599
+ "parameterTypeTokenRange": {
1600
+ "startIndex": 1,
1601
+ "endIndex": 3
1602
+ },
1603
+ "isOptional": false
1604
+ },
1605
+ {
1606
+ "parameterName": "workspaceId",
1607
+ "parameterTypeTokenRange": {
1608
+ "startIndex": 4,
1609
+ "endIndex": 5
1610
+ },
1611
+ "isOptional": false
1612
+ },
1613
+ {
1614
+ "parameterName": "objectId",
1615
+ "parameterTypeTokenRange": {
1616
+ "startIndex": 6,
1617
+ "endIndex": 7
1618
+ },
1619
+ "isOptional": false
1620
+ }
1621
+ ],
1622
+ "name": "deleteAssetsObject"
1623
+ },
1624
+ {
1625
+ "kind": "Function",
1626
+ "canonicalReference": "@valiantys/atlassian-app-frontend!getAssetLinkedIssues:function(1)",
1627
+ "docComment": "",
1628
+ "excerptTokens": [
1629
+ {
1630
+ "kind": "Content",
1631
+ "text": "export declare function getAssetLinkedIssues(fetch: "
1632
+ },
1633
+ {
1634
+ "kind": "Reference",
1635
+ "text": "AtlassianProductFetchService",
1636
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
1637
+ },
1638
+ {
1639
+ "kind": "Content",
1640
+ "text": "<'jira'>"
1641
+ },
1642
+ {
1643
+ "kind": "Content",
1644
+ "text": ", workspaceId: "
1645
+ },
1646
+ {
1647
+ "kind": "Content",
1648
+ "text": "string"
1649
+ },
1650
+ {
1651
+ "kind": "Content",
1652
+ "text": ", objectId: "
1653
+ },
1654
+ {
1655
+ "kind": "Content",
1656
+ "text": "string"
1657
+ },
1658
+ {
1659
+ "kind": "Content",
1660
+ "text": "): "
1661
+ },
1662
+ {
1663
+ "kind": "Reference",
1664
+ "text": "Promise",
1665
+ "canonicalReference": "!Promise:interface"
1666
+ },
1667
+ {
1668
+ "kind": "Content",
1669
+ "text": "<"
1670
+ },
1671
+ {
1672
+ "kind": "Reference",
1673
+ "text": "ObjectConnectedTickets",
1674
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~ObjectConnectedTickets:interface"
1675
+ },
1676
+ {
1677
+ "kind": "Content",
1678
+ "text": ">"
1679
+ },
1680
+ {
1681
+ "kind": "Content",
1682
+ "text": ";"
1683
+ }
1684
+ ],
1685
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/object-linked-issues.d.ts",
1686
+ "returnTypeTokenRange": {
1687
+ "startIndex": 8,
1688
+ "endIndex": 12
1689
+ },
1690
+ "releaseTag": "Public",
1691
+ "overloadIndex": 1,
1692
+ "parameters": [
1693
+ {
1694
+ "parameterName": "fetch",
1695
+ "parameterTypeTokenRange": {
1696
+ "startIndex": 1,
1697
+ "endIndex": 3
1698
+ },
1699
+ "isOptional": false
1700
+ },
1701
+ {
1702
+ "parameterName": "workspaceId",
1703
+ "parameterTypeTokenRange": {
1704
+ "startIndex": 4,
1705
+ "endIndex": 5
1706
+ },
1707
+ "isOptional": false
1708
+ },
1709
+ {
1710
+ "parameterName": "objectId",
1711
+ "parameterTypeTokenRange": {
1712
+ "startIndex": 6,
1713
+ "endIndex": 7
1714
+ },
1715
+ "isOptional": false
1716
+ }
1717
+ ],
1718
+ "name": "getAssetLinkedIssues"
1719
+ },
1720
+ {
1721
+ "kind": "Function",
1722
+ "canonicalReference": "@valiantys/atlassian-app-frontend!getAssetsGlobalIcons:function(1)",
1723
+ "docComment": "",
1724
+ "excerptTokens": [
1725
+ {
1726
+ "kind": "Content",
1727
+ "text": "export declare function getAssetsGlobalIcons(fetch: "
1728
+ },
1729
+ {
1730
+ "kind": "Reference",
1731
+ "text": "AtlassianProductFetchService",
1732
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
1733
+ },
1734
+ {
1735
+ "kind": "Content",
1736
+ "text": "<'jira'>"
1737
+ },
1738
+ {
1739
+ "kind": "Content",
1740
+ "text": ", workspaceId: "
1741
+ },
1742
+ {
1743
+ "kind": "Content",
1744
+ "text": "string"
1745
+ },
1746
+ {
1747
+ "kind": "Content",
1748
+ "text": "): "
1749
+ },
1750
+ {
1751
+ "kind": "Reference",
1752
+ "text": "Promise",
1753
+ "canonicalReference": "!Promise:interface"
1754
+ },
1755
+ {
1756
+ "kind": "Content",
1757
+ "text": "<"
1758
+ },
1759
+ {
1760
+ "kind": "Reference",
1761
+ "text": "AssetsGlobalIcon",
1762
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsGlobalIcon:interface"
1763
+ },
1764
+ {
1765
+ "kind": "Content",
1766
+ "text": "[]>"
1767
+ },
1768
+ {
1769
+ "kind": "Content",
1770
+ "text": ";"
1771
+ }
1772
+ ],
1773
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/global-icons.d.ts",
1774
+ "returnTypeTokenRange": {
1775
+ "startIndex": 6,
1776
+ "endIndex": 10
1777
+ },
1778
+ "releaseTag": "Public",
1779
+ "overloadIndex": 1,
1780
+ "parameters": [
1781
+ {
1782
+ "parameterName": "fetch",
1783
+ "parameterTypeTokenRange": {
1784
+ "startIndex": 1,
1785
+ "endIndex": 3
1786
+ },
1787
+ "isOptional": false
1788
+ },
1789
+ {
1790
+ "parameterName": "workspaceId",
1791
+ "parameterTypeTokenRange": {
1792
+ "startIndex": 4,
1793
+ "endIndex": 5
1794
+ },
1795
+ "isOptional": false
1796
+ }
1797
+ ],
1798
+ "name": "getAssetsGlobalIcons"
1799
+ },
1800
+ {
1801
+ "kind": "Function",
1802
+ "canonicalReference": "@valiantys/atlassian-app-frontend!getAssetsObjectSchemas:function(1)",
1803
+ "docComment": "",
1804
+ "excerptTokens": [
1805
+ {
1806
+ "kind": "Content",
1807
+ "text": "export declare function getAssetsObjectSchemas(fetch: "
1808
+ },
1809
+ {
1810
+ "kind": "Reference",
1811
+ "text": "AtlassianProductFetchService",
1812
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
1813
+ },
1814
+ {
1815
+ "kind": "Content",
1816
+ "text": "<'jira'>"
1817
+ },
1818
+ {
1819
+ "kind": "Content",
1820
+ "text": ", workspaceId: "
1821
+ },
1822
+ {
1823
+ "kind": "Content",
1824
+ "text": "string"
1825
+ },
1826
+ {
1827
+ "kind": "Content",
1828
+ "text": "): "
1829
+ },
1830
+ {
1831
+ "kind": "Reference",
1832
+ "text": "Promise",
1833
+ "canonicalReference": "!Promise:interface"
1834
+ },
1835
+ {
1836
+ "kind": "Content",
1837
+ "text": "<"
1838
+ },
1839
+ {
1840
+ "kind": "Reference",
1841
+ "text": "AssetsObjectSchema",
1842
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectSchema:interface"
1843
+ },
1844
+ {
1845
+ "kind": "Content",
1846
+ "text": "[]>"
1847
+ },
1848
+ {
1849
+ "kind": "Content",
1850
+ "text": ";"
1851
+ }
1852
+ ],
1853
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/object-schema.d.ts",
1854
+ "returnTypeTokenRange": {
1855
+ "startIndex": 6,
1856
+ "endIndex": 10
1857
+ },
1858
+ "releaseTag": "Public",
1859
+ "overloadIndex": 1,
1860
+ "parameters": [
1861
+ {
1862
+ "parameterName": "fetch",
1863
+ "parameterTypeTokenRange": {
1864
+ "startIndex": 1,
1865
+ "endIndex": 3
1866
+ },
1867
+ "isOptional": false
1868
+ },
1869
+ {
1870
+ "parameterName": "workspaceId",
1871
+ "parameterTypeTokenRange": {
1872
+ "startIndex": 4,
1873
+ "endIndex": 5
1874
+ },
1875
+ "isOptional": false
1876
+ }
1877
+ ],
1878
+ "name": "getAssetsObjectSchemas"
1879
+ },
1880
+ {
1881
+ "kind": "Function",
1882
+ "canonicalReference": "@valiantys/atlassian-app-frontend!getAssetsObjectTypeAttributes:function(1)",
1883
+ "docComment": "",
1884
+ "excerptTokens": [
1885
+ {
1886
+ "kind": "Content",
1887
+ "text": "export declare function getAssetsObjectTypeAttributes(fetch: "
1888
+ },
1889
+ {
1890
+ "kind": "Reference",
1891
+ "text": "AtlassianProductFetchService",
1892
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
1893
+ },
1894
+ {
1895
+ "kind": "Content",
1896
+ "text": "<'jira'>"
1897
+ },
1898
+ {
1899
+ "kind": "Content",
1900
+ "text": ", workspaceId: "
1901
+ },
1902
+ {
1903
+ "kind": "Content",
1904
+ "text": "string"
1905
+ },
1906
+ {
1907
+ "kind": "Content",
1908
+ "text": ", objectTypeId: "
1909
+ },
1910
+ {
1911
+ "kind": "Content",
1912
+ "text": "string"
1913
+ },
1914
+ {
1915
+ "kind": "Content",
1916
+ "text": "): "
1917
+ },
1918
+ {
1919
+ "kind": "Reference",
1920
+ "text": "Promise",
1921
+ "canonicalReference": "!Promise:interface"
1922
+ },
1923
+ {
1924
+ "kind": "Content",
1925
+ "text": "<"
1926
+ },
1927
+ {
1928
+ "kind": "Reference",
1929
+ "text": "AssetsObjectTypeAttributeWithObjectType",
1930
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectTypeAttributeWithObjectType:interface"
1931
+ },
1932
+ {
1933
+ "kind": "Content",
1934
+ "text": "[]>"
1935
+ },
1936
+ {
1937
+ "kind": "Content",
1938
+ "text": ";"
1939
+ }
1940
+ ],
1941
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/object-type-attribute.d.ts",
1942
+ "returnTypeTokenRange": {
1943
+ "startIndex": 8,
1944
+ "endIndex": 12
1945
+ },
1946
+ "releaseTag": "Public",
1947
+ "overloadIndex": 1,
1948
+ "parameters": [
1949
+ {
1950
+ "parameterName": "fetch",
1951
+ "parameterTypeTokenRange": {
1952
+ "startIndex": 1,
1953
+ "endIndex": 3
1954
+ },
1955
+ "isOptional": false
1956
+ },
1957
+ {
1958
+ "parameterName": "workspaceId",
1959
+ "parameterTypeTokenRange": {
1960
+ "startIndex": 4,
1961
+ "endIndex": 5
1962
+ },
1963
+ "isOptional": false
1964
+ },
1965
+ {
1966
+ "parameterName": "objectTypeId",
1967
+ "parameterTypeTokenRange": {
1968
+ "startIndex": 6,
1969
+ "endIndex": 7
1970
+ },
1971
+ "isOptional": false
1972
+ }
1973
+ ],
1974
+ "name": "getAssetsObjectTypeAttributes"
1975
+ },
1976
+ {
1977
+ "kind": "Function",
1978
+ "canonicalReference": "@valiantys/atlassian-app-frontend!getAssetsObjectTypes:function(1)",
1979
+ "docComment": "",
1980
+ "excerptTokens": [
1981
+ {
1982
+ "kind": "Content",
1983
+ "text": "export declare function getAssetsObjectTypes(fetch: "
1984
+ },
1985
+ {
1986
+ "kind": "Reference",
1987
+ "text": "AtlassianProductFetchService",
1988
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
1989
+ },
1990
+ {
1991
+ "kind": "Content",
1992
+ "text": "<'jira'>"
1993
+ },
1994
+ {
1995
+ "kind": "Content",
1996
+ "text": ", workspaceId: "
1997
+ },
1998
+ {
1999
+ "kind": "Content",
2000
+ "text": "string"
2001
+ },
2002
+ {
2003
+ "kind": "Content",
2004
+ "text": ", objectSchemaId: "
2005
+ },
2006
+ {
2007
+ "kind": "Content",
2008
+ "text": "string"
2009
+ },
2010
+ {
2011
+ "kind": "Content",
2012
+ "text": "): "
2013
+ },
2014
+ {
2015
+ "kind": "Reference",
2016
+ "text": "Promise",
2017
+ "canonicalReference": "!Promise:interface"
2018
+ },
2019
+ {
2020
+ "kind": "Content",
2021
+ "text": "<"
2022
+ },
2023
+ {
2024
+ "kind": "Reference",
2025
+ "text": "AssetsObjectType",
2026
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectType:interface"
2027
+ },
2028
+ {
2029
+ "kind": "Content",
2030
+ "text": "[]>"
2031
+ },
2032
+ {
2033
+ "kind": "Content",
2034
+ "text": ";"
2035
+ }
2036
+ ],
2037
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/object-type.d.ts",
2038
+ "returnTypeTokenRange": {
2039
+ "startIndex": 8,
2040
+ "endIndex": 12
2041
+ },
2042
+ "releaseTag": "Public",
2043
+ "overloadIndex": 1,
2044
+ "parameters": [
2045
+ {
2046
+ "parameterName": "fetch",
2047
+ "parameterTypeTokenRange": {
2048
+ "startIndex": 1,
2049
+ "endIndex": 3
2050
+ },
2051
+ "isOptional": false
2052
+ },
2053
+ {
2054
+ "parameterName": "workspaceId",
2055
+ "parameterTypeTokenRange": {
2056
+ "startIndex": 4,
2057
+ "endIndex": 5
2058
+ },
2059
+ "isOptional": false
2060
+ },
2061
+ {
2062
+ "parameterName": "objectSchemaId",
2063
+ "parameterTypeTokenRange": {
2064
+ "startIndex": 6,
2065
+ "endIndex": 7
2066
+ },
2067
+ "isOptional": false
2068
+ }
2069
+ ],
2070
+ "name": "getAssetsObjectTypes"
2071
+ },
2072
+ {
2073
+ "kind": "Function",
2074
+ "canonicalReference": "@valiantys/atlassian-app-frontend!queryAssetsObjects:function(1)",
2075
+ "docComment": "",
2076
+ "excerptTokens": [
2077
+ {
2078
+ "kind": "Content",
2079
+ "text": "export declare function queryAssetsObjects(fetch: "
2080
+ },
2081
+ {
2082
+ "kind": "Reference",
2083
+ "text": "AtlassianProductFetchService",
2084
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
2085
+ },
2086
+ {
2087
+ "kind": "Content",
2088
+ "text": "<'jira'>"
2089
+ },
2090
+ {
2091
+ "kind": "Content",
2092
+ "text": ", workspaceId: "
2093
+ },
2094
+ {
2095
+ "kind": "Content",
2096
+ "text": "string"
2097
+ },
2098
+ {
2099
+ "kind": "Content",
2100
+ "text": ", query: "
2101
+ },
2102
+ {
2103
+ "kind": "Content",
2104
+ "text": "string"
2105
+ },
2106
+ {
2107
+ "kind": "Content",
2108
+ "text": ", startAt?: "
2109
+ },
2110
+ {
2111
+ "kind": "Content",
2112
+ "text": "number"
2113
+ },
2114
+ {
2115
+ "kind": "Content",
2116
+ "text": ", maxResults?: "
2117
+ },
2118
+ {
2119
+ "kind": "Content",
2120
+ "text": "number"
2121
+ },
2122
+ {
2123
+ "kind": "Content",
2124
+ "text": "): "
2125
+ },
2126
+ {
2127
+ "kind": "Reference",
2128
+ "text": "Promise",
2129
+ "canonicalReference": "!Promise:interface"
2130
+ },
2131
+ {
2132
+ "kind": "Content",
2133
+ "text": "<"
2134
+ },
2135
+ {
2136
+ "kind": "Reference",
2137
+ "text": "ObjectListInclTypeAttributesEntryResult",
2138
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~ObjectListInclTypeAttributesEntryResult:interface"
2139
+ },
2140
+ {
2141
+ "kind": "Content",
2142
+ "text": ">"
2143
+ },
2144
+ {
2145
+ "kind": "Content",
2146
+ "text": ";"
2147
+ }
2148
+ ],
2149
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/object.d.ts",
2150
+ "returnTypeTokenRange": {
2151
+ "startIndex": 12,
2152
+ "endIndex": 16
2153
+ },
2154
+ "releaseTag": "Public",
2155
+ "overloadIndex": 1,
2156
+ "parameters": [
2157
+ {
2158
+ "parameterName": "fetch",
2159
+ "parameterTypeTokenRange": {
2160
+ "startIndex": 1,
2161
+ "endIndex": 3
2162
+ },
2163
+ "isOptional": false
2164
+ },
2165
+ {
2166
+ "parameterName": "workspaceId",
2167
+ "parameterTypeTokenRange": {
2168
+ "startIndex": 4,
2169
+ "endIndex": 5
2170
+ },
2171
+ "isOptional": false
2172
+ },
2173
+ {
2174
+ "parameterName": "query",
2175
+ "parameterTypeTokenRange": {
2176
+ "startIndex": 6,
2177
+ "endIndex": 7
2178
+ },
2179
+ "isOptional": false
2180
+ },
2181
+ {
2182
+ "parameterName": "startAt",
2183
+ "parameterTypeTokenRange": {
2184
+ "startIndex": 8,
2185
+ "endIndex": 9
2186
+ },
2187
+ "isOptional": true
2188
+ },
2189
+ {
2190
+ "parameterName": "maxResults",
2191
+ "parameterTypeTokenRange": {
2192
+ "startIndex": 10,
2193
+ "endIndex": 11
2194
+ },
2195
+ "isOptional": true
2196
+ }
2197
+ ],
2198
+ "name": "queryAssetsObjects"
2199
+ },
2200
+ {
2201
+ "kind": "Function",
2202
+ "canonicalReference": "@valiantys/atlassian-app-frontend!readAssetsObject:function(1)",
2203
+ "docComment": "",
2204
+ "excerptTokens": [
2205
+ {
2206
+ "kind": "Content",
2207
+ "text": "export declare function readAssetsObject(fetch: "
2208
+ },
2209
+ {
2210
+ "kind": "Reference",
2211
+ "text": "AtlassianProductFetchService",
2212
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
2213
+ },
2214
+ {
2215
+ "kind": "Content",
2216
+ "text": "<'jira'>"
2217
+ },
2218
+ {
2219
+ "kind": "Content",
2220
+ "text": ", workspaceId: "
2221
+ },
2222
+ {
2223
+ "kind": "Content",
2224
+ "text": "string"
2225
+ },
2226
+ {
2227
+ "kind": "Content",
2228
+ "text": ", objectId: "
2229
+ },
2230
+ {
2231
+ "kind": "Content",
2232
+ "text": "string"
2233
+ },
2234
+ {
2235
+ "kind": "Content",
2236
+ "text": "): "
2237
+ },
2238
+ {
2239
+ "kind": "Reference",
2240
+ "text": "Promise",
2241
+ "canonicalReference": "!Promise:interface"
2242
+ },
2243
+ {
2244
+ "kind": "Content",
2245
+ "text": "<"
2246
+ },
2247
+ {
2248
+ "kind": "Reference",
2249
+ "text": "AssetsObject",
2250
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObject:interface"
2251
+ },
2252
+ {
2253
+ "kind": "Content",
2254
+ "text": "<"
2255
+ },
2256
+ {
2257
+ "kind": "Reference",
2258
+ "text": "AssetsObjectAttributeWithDefinition",
2259
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectAttributeWithDefinition:interface"
2260
+ },
2261
+ {
2262
+ "kind": "Content",
2263
+ "text": ">>"
2264
+ },
2265
+ {
2266
+ "kind": "Content",
2267
+ "text": ";"
2268
+ }
2269
+ ],
2270
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/object.d.ts",
2271
+ "returnTypeTokenRange": {
2272
+ "startIndex": 8,
2273
+ "endIndex": 14
2274
+ },
2275
+ "releaseTag": "Public",
2276
+ "overloadIndex": 1,
2277
+ "parameters": [
2278
+ {
2279
+ "parameterName": "fetch",
2280
+ "parameterTypeTokenRange": {
2281
+ "startIndex": 1,
2282
+ "endIndex": 3
2283
+ },
2284
+ "isOptional": false
2285
+ },
2286
+ {
2287
+ "parameterName": "workspaceId",
2288
+ "parameterTypeTokenRange": {
2289
+ "startIndex": 4,
2290
+ "endIndex": 5
2291
+ },
2292
+ "isOptional": false
2293
+ },
2294
+ {
2295
+ "parameterName": "objectId",
2296
+ "parameterTypeTokenRange": {
2297
+ "startIndex": 6,
2298
+ "endIndex": 7
2299
+ },
2300
+ "isOptional": false
2301
+ }
2302
+ ],
2303
+ "name": "readAssetsObject"
2304
+ },
2305
+ {
2306
+ "kind": "Function",
2307
+ "canonicalReference": "@valiantys/atlassian-app-frontend!updateAssetsObject:function(1)",
2308
+ "docComment": "",
2309
+ "excerptTokens": [
2310
+ {
2311
+ "kind": "Content",
2312
+ "text": "export declare function updateAssetsObject(fetch: "
2313
+ },
2314
+ {
2315
+ "kind": "Reference",
2316
+ "text": "AtlassianProductFetchService",
2317
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
2318
+ },
2319
+ {
2320
+ "kind": "Content",
2321
+ "text": "<'jira'>"
2322
+ },
2323
+ {
2324
+ "kind": "Content",
2325
+ "text": ", workspaceId: "
2326
+ },
2327
+ {
2328
+ "kind": "Content",
2329
+ "text": "string"
2330
+ },
2331
+ {
2332
+ "kind": "Content",
2333
+ "text": ", objectTypeId: "
2334
+ },
2335
+ {
2336
+ "kind": "Content",
2337
+ "text": "string"
2338
+ },
2339
+ {
2340
+ "kind": "Content",
2341
+ "text": ", objectId: "
2342
+ },
2343
+ {
2344
+ "kind": "Content",
2345
+ "text": "string"
2346
+ },
2347
+ {
2348
+ "kind": "Content",
2349
+ "text": ", attributes: "
2350
+ },
2351
+ {
2352
+ "kind": "Reference",
2353
+ "text": "AssetsObjectAttributeIn",
2354
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectAttributeIn:interface"
2355
+ },
2356
+ {
2357
+ "kind": "Content",
2358
+ "text": "[]"
2359
+ },
2360
+ {
2361
+ "kind": "Content",
2362
+ "text": "): "
2363
+ },
2364
+ {
2365
+ "kind": "Reference",
2366
+ "text": "Promise",
2367
+ "canonicalReference": "!Promise:interface"
2368
+ },
2369
+ {
2370
+ "kind": "Content",
2371
+ "text": "<"
2372
+ },
2373
+ {
2374
+ "kind": "Reference",
2375
+ "text": "AssetsObjectWithAttributeDefinitions",
2376
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AssetsObjectWithAttributeDefinitions:type"
2377
+ },
2378
+ {
2379
+ "kind": "Content",
2380
+ "text": ">"
2381
+ },
2382
+ {
2383
+ "kind": "Content",
2384
+ "text": ";"
2385
+ }
2386
+ ],
2387
+ "fileUrlPath": "../../jira/shared/data-access-assets/src/lib/object.d.ts",
2388
+ "returnTypeTokenRange": {
2389
+ "startIndex": 13,
2390
+ "endIndex": 17
2391
+ },
2392
+ "releaseTag": "Public",
2393
+ "overloadIndex": 1,
2394
+ "parameters": [
2395
+ {
2396
+ "parameterName": "fetch",
2397
+ "parameterTypeTokenRange": {
2398
+ "startIndex": 1,
2399
+ "endIndex": 3
2400
+ },
2401
+ "isOptional": false
2402
+ },
2403
+ {
2404
+ "parameterName": "workspaceId",
2405
+ "parameterTypeTokenRange": {
2406
+ "startIndex": 4,
2407
+ "endIndex": 5
2408
+ },
2409
+ "isOptional": false
2410
+ },
2411
+ {
2412
+ "parameterName": "objectTypeId",
2413
+ "parameterTypeTokenRange": {
2414
+ "startIndex": 6,
2415
+ "endIndex": 7
2416
+ },
2417
+ "isOptional": false
2418
+ },
2419
+ {
2420
+ "parameterName": "objectId",
2421
+ "parameterTypeTokenRange": {
2422
+ "startIndex": 8,
2423
+ "endIndex": 9
2424
+ },
2425
+ "isOptional": false
2426
+ },
2427
+ {
2428
+ "parameterName": "attributes",
2429
+ "parameterTypeTokenRange": {
2430
+ "startIndex": 10,
2431
+ "endIndex": 12
2432
+ },
2433
+ "isOptional": false
2434
+ }
2435
+ ],
2436
+ "name": "updateAssetsObject"
2437
+ }
2438
+ ]
2439
+ }
2440
+ ]
2441
+ }