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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (323) 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 +38 -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 +63 -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 +74 -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/atlassian-app-frontend.css +1 -0
  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 +900 -0
  169. package/data-access-issue/atlassian-app-frontend.api.md +40 -0
  170. package/data-access-issue/index.cjs.js +1 -0
  171. package/data-access-issue/index.d.ts +228 -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 +57 -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 +1460 -0
  296. package/util-atlassian-product-fetch/atlassian-app-frontend.api.md +90 -0
  297. package/util-atlassian-product-fetch/index.cjs.js +1 -0
  298. package/util-atlassian-product-fetch/index.d.ts +53 -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 +3664 -0
  302. package/util-jira-v3-api/atlassian-app-frontend.api.md +408 -0
  303. package/util-jira-v3-api/index.cjs.js +1 -0
  304. package/util-jira-v3-api/index.d.ts +271 -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/style.css +0 -1
  323. package/valiantys-atlassian-app-frontend-2.0.0.tgz +0 -0
@@ -0,0 +1,4726 @@
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": "Interface",
177
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsGlobalIcon:interface",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export interface AssetsGlobalIcon "
183
+ }
184
+ ],
185
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/global-icons.d.ts",
186
+ "releaseTag": "Public",
187
+ "name": "AssetsGlobalIcon",
188
+ "preserveMemberOrder": false,
189
+ "members": [
190
+ {
191
+ "kind": "PropertySignature",
192
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsGlobalIcon#id:member",
193
+ "docComment": "",
194
+ "excerptTokens": [
195
+ {
196
+ "kind": "Content",
197
+ "text": "id: "
198
+ },
199
+ {
200
+ "kind": "Content",
201
+ "text": "string"
202
+ },
203
+ {
204
+ "kind": "Content",
205
+ "text": ";"
206
+ }
207
+ ],
208
+ "isReadonly": false,
209
+ "isOptional": false,
210
+ "releaseTag": "Public",
211
+ "name": "id",
212
+ "propertyTypeTokenRange": {
213
+ "startIndex": 1,
214
+ "endIndex": 2
215
+ }
216
+ },
217
+ {
218
+ "kind": "PropertySignature",
219
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsGlobalIcon#name:member",
220
+ "docComment": "",
221
+ "excerptTokens": [
222
+ {
223
+ "kind": "Content",
224
+ "text": "name: "
225
+ },
226
+ {
227
+ "kind": "Content",
228
+ "text": "string"
229
+ },
230
+ {
231
+ "kind": "Content",
232
+ "text": ";"
233
+ }
234
+ ],
235
+ "isReadonly": false,
236
+ "isOptional": false,
237
+ "releaseTag": "Public",
238
+ "name": "name",
239
+ "propertyTypeTokenRange": {
240
+ "startIndex": 1,
241
+ "endIndex": 2
242
+ }
243
+ },
244
+ {
245
+ "kind": "PropertySignature",
246
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsGlobalIcon#url16:member",
247
+ "docComment": "",
248
+ "excerptTokens": [
249
+ {
250
+ "kind": "Content",
251
+ "text": "url16: "
252
+ },
253
+ {
254
+ "kind": "Content",
255
+ "text": "string"
256
+ },
257
+ {
258
+ "kind": "Content",
259
+ "text": ";"
260
+ }
261
+ ],
262
+ "isReadonly": false,
263
+ "isOptional": false,
264
+ "releaseTag": "Public",
265
+ "name": "url16",
266
+ "propertyTypeTokenRange": {
267
+ "startIndex": 1,
268
+ "endIndex": 2
269
+ }
270
+ },
271
+ {
272
+ "kind": "PropertySignature",
273
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsGlobalIcon#url48:member",
274
+ "docComment": "",
275
+ "excerptTokens": [
276
+ {
277
+ "kind": "Content",
278
+ "text": "url48: "
279
+ },
280
+ {
281
+ "kind": "Content",
282
+ "text": "string"
283
+ },
284
+ {
285
+ "kind": "Content",
286
+ "text": ";"
287
+ }
288
+ ],
289
+ "isReadonly": false,
290
+ "isOptional": false,
291
+ "releaseTag": "Public",
292
+ "name": "url48",
293
+ "propertyTypeTokenRange": {
294
+ "startIndex": 1,
295
+ "endIndex": 2
296
+ }
297
+ }
298
+ ],
299
+ "extendsTokenRanges": []
300
+ },
301
+ {
302
+ "kind": "Interface",
303
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject:interface",
304
+ "docComment": "",
305
+ "excerptTokens": [
306
+ {
307
+ "kind": "Content",
308
+ "text": "export interface AssetsObject<T extends "
309
+ },
310
+ {
311
+ "kind": "Reference",
312
+ "text": "AssetsObjectAttribute",
313
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttribute:interface"
314
+ },
315
+ {
316
+ "kind": "Content",
317
+ "text": " = "
318
+ },
319
+ {
320
+ "kind": "Reference",
321
+ "text": "AssetsObjectAttribute",
322
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttribute:interface"
323
+ },
324
+ {
325
+ "kind": "Content",
326
+ "text": "> "
327
+ }
328
+ ],
329
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object.d.ts",
330
+ "releaseTag": "Public",
331
+ "typeParameters": [
332
+ {
333
+ "typeParameterName": "T",
334
+ "constraintTokenRange": {
335
+ "startIndex": 1,
336
+ "endIndex": 2
337
+ },
338
+ "defaultTypeTokenRange": {
339
+ "startIndex": 3,
340
+ "endIndex": 4
341
+ }
342
+ }
343
+ ],
344
+ "name": "AssetsObject",
345
+ "preserveMemberOrder": false,
346
+ "members": [
347
+ {
348
+ "kind": "PropertySignature",
349
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject#_links:member",
350
+ "docComment": "",
351
+ "excerptTokens": [
352
+ {
353
+ "kind": "Content",
354
+ "text": "_links: "
355
+ },
356
+ {
357
+ "kind": "Content",
358
+ "text": "{\n self: string;\n }"
359
+ },
360
+ {
361
+ "kind": "Content",
362
+ "text": ";"
363
+ }
364
+ ],
365
+ "isReadonly": false,
366
+ "isOptional": false,
367
+ "releaseTag": "Public",
368
+ "name": "_links",
369
+ "propertyTypeTokenRange": {
370
+ "startIndex": 1,
371
+ "endIndex": 2
372
+ }
373
+ },
374
+ {
375
+ "kind": "PropertySignature",
376
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject#attributes:member",
377
+ "docComment": "",
378
+ "excerptTokens": [
379
+ {
380
+ "kind": "Content",
381
+ "text": "attributes: "
382
+ },
383
+ {
384
+ "kind": "Content",
385
+ "text": "T[]"
386
+ },
387
+ {
388
+ "kind": "Content",
389
+ "text": ";"
390
+ }
391
+ ],
392
+ "isReadonly": false,
393
+ "isOptional": false,
394
+ "releaseTag": "Public",
395
+ "name": "attributes",
396
+ "propertyTypeTokenRange": {
397
+ "startIndex": 1,
398
+ "endIndex": 2
399
+ }
400
+ },
401
+ {
402
+ "kind": "PropertySignature",
403
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject#avatar:member",
404
+ "docComment": "",
405
+ "excerptTokens": [
406
+ {
407
+ "kind": "Content",
408
+ "text": "avatar: "
409
+ },
410
+ {
411
+ "kind": "Content",
412
+ "text": "unknown"
413
+ },
414
+ {
415
+ "kind": "Content",
416
+ "text": ";"
417
+ }
418
+ ],
419
+ "isReadonly": false,
420
+ "isOptional": false,
421
+ "releaseTag": "Public",
422
+ "name": "avatar",
423
+ "propertyTypeTokenRange": {
424
+ "startIndex": 1,
425
+ "endIndex": 2
426
+ }
427
+ },
428
+ {
429
+ "kind": "PropertySignature",
430
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject#created:member",
431
+ "docComment": "",
432
+ "excerptTokens": [
433
+ {
434
+ "kind": "Content",
435
+ "text": "created: "
436
+ },
437
+ {
438
+ "kind": "Content",
439
+ "text": "string"
440
+ },
441
+ {
442
+ "kind": "Content",
443
+ "text": ";"
444
+ }
445
+ ],
446
+ "isReadonly": false,
447
+ "isOptional": false,
448
+ "releaseTag": "Public",
449
+ "name": "created",
450
+ "propertyTypeTokenRange": {
451
+ "startIndex": 1,
452
+ "endIndex": 2
453
+ }
454
+ },
455
+ {
456
+ "kind": "PropertySignature",
457
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject#globalId:member",
458
+ "docComment": "",
459
+ "excerptTokens": [
460
+ {
461
+ "kind": "Content",
462
+ "text": "globalId: "
463
+ },
464
+ {
465
+ "kind": "Content",
466
+ "text": "string"
467
+ },
468
+ {
469
+ "kind": "Content",
470
+ "text": ";"
471
+ }
472
+ ],
473
+ "isReadonly": false,
474
+ "isOptional": false,
475
+ "releaseTag": "Public",
476
+ "name": "globalId",
477
+ "propertyTypeTokenRange": {
478
+ "startIndex": 1,
479
+ "endIndex": 2
480
+ }
481
+ },
482
+ {
483
+ "kind": "PropertySignature",
484
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject#hasAvatar:member",
485
+ "docComment": "",
486
+ "excerptTokens": [
487
+ {
488
+ "kind": "Content",
489
+ "text": "hasAvatar: "
490
+ },
491
+ {
492
+ "kind": "Content",
493
+ "text": "boolean"
494
+ },
495
+ {
496
+ "kind": "Content",
497
+ "text": ";"
498
+ }
499
+ ],
500
+ "isReadonly": false,
501
+ "isOptional": false,
502
+ "releaseTag": "Public",
503
+ "name": "hasAvatar",
504
+ "propertyTypeTokenRange": {
505
+ "startIndex": 1,
506
+ "endIndex": 2
507
+ }
508
+ },
509
+ {
510
+ "kind": "PropertySignature",
511
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject#id:member",
512
+ "docComment": "",
513
+ "excerptTokens": [
514
+ {
515
+ "kind": "Content",
516
+ "text": "id: "
517
+ },
518
+ {
519
+ "kind": "Content",
520
+ "text": "string"
521
+ },
522
+ {
523
+ "kind": "Content",
524
+ "text": ";"
525
+ }
526
+ ],
527
+ "isReadonly": false,
528
+ "isOptional": false,
529
+ "releaseTag": "Public",
530
+ "name": "id",
531
+ "propertyTypeTokenRange": {
532
+ "startIndex": 1,
533
+ "endIndex": 2
534
+ }
535
+ },
536
+ {
537
+ "kind": "PropertySignature",
538
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject#label:member",
539
+ "docComment": "",
540
+ "excerptTokens": [
541
+ {
542
+ "kind": "Content",
543
+ "text": "label: "
544
+ },
545
+ {
546
+ "kind": "Content",
547
+ "text": "string"
548
+ },
549
+ {
550
+ "kind": "Content",
551
+ "text": ";"
552
+ }
553
+ ],
554
+ "isReadonly": false,
555
+ "isOptional": false,
556
+ "releaseTag": "Public",
557
+ "name": "label",
558
+ "propertyTypeTokenRange": {
559
+ "startIndex": 1,
560
+ "endIndex": 2
561
+ }
562
+ },
563
+ {
564
+ "kind": "PropertySignature",
565
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject#objectKey:member",
566
+ "docComment": "",
567
+ "excerptTokens": [
568
+ {
569
+ "kind": "Content",
570
+ "text": "objectKey: "
571
+ },
572
+ {
573
+ "kind": "Content",
574
+ "text": "string"
575
+ },
576
+ {
577
+ "kind": "Content",
578
+ "text": ";"
579
+ }
580
+ ],
581
+ "isReadonly": false,
582
+ "isOptional": false,
583
+ "releaseTag": "Public",
584
+ "name": "objectKey",
585
+ "propertyTypeTokenRange": {
586
+ "startIndex": 1,
587
+ "endIndex": 2
588
+ }
589
+ },
590
+ {
591
+ "kind": "PropertySignature",
592
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject#objectType:member",
593
+ "docComment": "",
594
+ "excerptTokens": [
595
+ {
596
+ "kind": "Content",
597
+ "text": "objectType: "
598
+ },
599
+ {
600
+ "kind": "Reference",
601
+ "text": "AssetsObjectType",
602
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType:interface"
603
+ },
604
+ {
605
+ "kind": "Content",
606
+ "text": ";"
607
+ }
608
+ ],
609
+ "isReadonly": false,
610
+ "isOptional": false,
611
+ "releaseTag": "Public",
612
+ "name": "objectType",
613
+ "propertyTypeTokenRange": {
614
+ "startIndex": 1,
615
+ "endIndex": 2
616
+ }
617
+ },
618
+ {
619
+ "kind": "PropertySignature",
620
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject#timestamp:member",
621
+ "docComment": "",
622
+ "excerptTokens": [
623
+ {
624
+ "kind": "Content",
625
+ "text": "timestamp: "
626
+ },
627
+ {
628
+ "kind": "Content",
629
+ "text": "number"
630
+ },
631
+ {
632
+ "kind": "Content",
633
+ "text": ";"
634
+ }
635
+ ],
636
+ "isReadonly": false,
637
+ "isOptional": false,
638
+ "releaseTag": "Public",
639
+ "name": "timestamp",
640
+ "propertyTypeTokenRange": {
641
+ "startIndex": 1,
642
+ "endIndex": 2
643
+ }
644
+ },
645
+ {
646
+ "kind": "PropertySignature",
647
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject#updated:member",
648
+ "docComment": "",
649
+ "excerptTokens": [
650
+ {
651
+ "kind": "Content",
652
+ "text": "updated: "
653
+ },
654
+ {
655
+ "kind": "Content",
656
+ "text": "string"
657
+ },
658
+ {
659
+ "kind": "Content",
660
+ "text": ";"
661
+ }
662
+ ],
663
+ "isReadonly": false,
664
+ "isOptional": false,
665
+ "releaseTag": "Public",
666
+ "name": "updated",
667
+ "propertyTypeTokenRange": {
668
+ "startIndex": 1,
669
+ "endIndex": 2
670
+ }
671
+ },
672
+ {
673
+ "kind": "PropertySignature",
674
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject#workspaceId:member",
675
+ "docComment": "",
676
+ "excerptTokens": [
677
+ {
678
+ "kind": "Content",
679
+ "text": "workspaceId: "
680
+ },
681
+ {
682
+ "kind": "Content",
683
+ "text": "string"
684
+ },
685
+ {
686
+ "kind": "Content",
687
+ "text": ";"
688
+ }
689
+ ],
690
+ "isReadonly": false,
691
+ "isOptional": false,
692
+ "releaseTag": "Public",
693
+ "name": "workspaceId",
694
+ "propertyTypeTokenRange": {
695
+ "startIndex": 1,
696
+ "endIndex": 2
697
+ }
698
+ }
699
+ ],
700
+ "extendsTokenRanges": []
701
+ },
702
+ {
703
+ "kind": "Interface",
704
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttribute:interface",
705
+ "docComment": "",
706
+ "excerptTokens": [
707
+ {
708
+ "kind": "Content",
709
+ "text": "export interface AssetsObjectAttribute "
710
+ }
711
+ ],
712
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object.d.ts",
713
+ "releaseTag": "Public",
714
+ "name": "AssetsObjectAttribute",
715
+ "preserveMemberOrder": false,
716
+ "members": [
717
+ {
718
+ "kind": "PropertySignature",
719
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttribute#globalId:member",
720
+ "docComment": "",
721
+ "excerptTokens": [
722
+ {
723
+ "kind": "Content",
724
+ "text": "globalId: "
725
+ },
726
+ {
727
+ "kind": "Content",
728
+ "text": "string"
729
+ },
730
+ {
731
+ "kind": "Content",
732
+ "text": ";"
733
+ }
734
+ ],
735
+ "isReadonly": false,
736
+ "isOptional": false,
737
+ "releaseTag": "Public",
738
+ "name": "globalId",
739
+ "propertyTypeTokenRange": {
740
+ "startIndex": 1,
741
+ "endIndex": 2
742
+ }
743
+ },
744
+ {
745
+ "kind": "PropertySignature",
746
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttribute#id:member",
747
+ "docComment": "",
748
+ "excerptTokens": [
749
+ {
750
+ "kind": "Content",
751
+ "text": "id: "
752
+ },
753
+ {
754
+ "kind": "Content",
755
+ "text": "string"
756
+ },
757
+ {
758
+ "kind": "Content",
759
+ "text": ";"
760
+ }
761
+ ],
762
+ "isReadonly": false,
763
+ "isOptional": false,
764
+ "releaseTag": "Public",
765
+ "name": "id",
766
+ "propertyTypeTokenRange": {
767
+ "startIndex": 1,
768
+ "endIndex": 2
769
+ }
770
+ },
771
+ {
772
+ "kind": "PropertySignature",
773
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttribute#objectAttributeValues:member",
774
+ "docComment": "/**\n * The actual values of the object attribute. The size of the values array is determined by the cardinality constraints on the object type attribute as well as how many values are associated with the object attribute\n */\n",
775
+ "excerptTokens": [
776
+ {
777
+ "kind": "Content",
778
+ "text": "objectAttributeValues: "
779
+ },
780
+ {
781
+ "kind": "Reference",
782
+ "text": "AssetsObjectAttributeValue",
783
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttributeValue:interface"
784
+ },
785
+ {
786
+ "kind": "Content",
787
+ "text": "[]"
788
+ },
789
+ {
790
+ "kind": "Content",
791
+ "text": ";"
792
+ }
793
+ ],
794
+ "isReadonly": false,
795
+ "isOptional": false,
796
+ "releaseTag": "Public",
797
+ "name": "objectAttributeValues",
798
+ "propertyTypeTokenRange": {
799
+ "startIndex": 1,
800
+ "endIndex": 3
801
+ }
802
+ },
803
+ {
804
+ "kind": "PropertySignature",
805
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttribute#objectTypeAttributeId:member",
806
+ "docComment": "",
807
+ "excerptTokens": [
808
+ {
809
+ "kind": "Content",
810
+ "text": "objectTypeAttributeId: "
811
+ },
812
+ {
813
+ "kind": "Content",
814
+ "text": "string"
815
+ },
816
+ {
817
+ "kind": "Content",
818
+ "text": ";"
819
+ }
820
+ ],
821
+ "isReadonly": false,
822
+ "isOptional": false,
823
+ "releaseTag": "Public",
824
+ "name": "objectTypeAttributeId",
825
+ "propertyTypeTokenRange": {
826
+ "startIndex": 1,
827
+ "endIndex": 2
828
+ }
829
+ },
830
+ {
831
+ "kind": "PropertySignature",
832
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttribute#workspaceId:member",
833
+ "docComment": "",
834
+ "excerptTokens": [
835
+ {
836
+ "kind": "Content",
837
+ "text": "workspaceId: "
838
+ },
839
+ {
840
+ "kind": "Content",
841
+ "text": "string"
842
+ },
843
+ {
844
+ "kind": "Content",
845
+ "text": ";"
846
+ }
847
+ ],
848
+ "isReadonly": false,
849
+ "isOptional": false,
850
+ "releaseTag": "Public",
851
+ "name": "workspaceId",
852
+ "propertyTypeTokenRange": {
853
+ "startIndex": 1,
854
+ "endIndex": 2
855
+ }
856
+ }
857
+ ],
858
+ "extendsTokenRanges": []
859
+ },
860
+ {
861
+ "kind": "Interface",
862
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttributeIn:interface",
863
+ "docComment": "",
864
+ "excerptTokens": [
865
+ {
866
+ "kind": "Content",
867
+ "text": "export interface AssetsObjectAttributeIn "
868
+ }
869
+ ],
870
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object.d.ts",
871
+ "releaseTag": "Public",
872
+ "name": "AssetsObjectAttributeIn",
873
+ "preserveMemberOrder": false,
874
+ "members": [
875
+ {
876
+ "kind": "PropertySignature",
877
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttributeIn#objectAttributeValues:member",
878
+ "docComment": "",
879
+ "excerptTokens": [
880
+ {
881
+ "kind": "Content",
882
+ "text": "objectAttributeValues: "
883
+ },
884
+ {
885
+ "kind": "Content",
886
+ "text": "[{\n value: string;\n }]"
887
+ },
888
+ {
889
+ "kind": "Content",
890
+ "text": ";"
891
+ }
892
+ ],
893
+ "isReadonly": false,
894
+ "isOptional": false,
895
+ "releaseTag": "Public",
896
+ "name": "objectAttributeValues",
897
+ "propertyTypeTokenRange": {
898
+ "startIndex": 1,
899
+ "endIndex": 2
900
+ }
901
+ },
902
+ {
903
+ "kind": "PropertySignature",
904
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttributeIn#objectTypeAttributeId:member",
905
+ "docComment": "",
906
+ "excerptTokens": [
907
+ {
908
+ "kind": "Content",
909
+ "text": "objectTypeAttributeId: "
910
+ },
911
+ {
912
+ "kind": "Content",
913
+ "text": "string"
914
+ },
915
+ {
916
+ "kind": "Content",
917
+ "text": ";"
918
+ }
919
+ ],
920
+ "isReadonly": false,
921
+ "isOptional": false,
922
+ "releaseTag": "Public",
923
+ "name": "objectTypeAttributeId",
924
+ "propertyTypeTokenRange": {
925
+ "startIndex": 1,
926
+ "endIndex": 2
927
+ }
928
+ }
929
+ ],
930
+ "extendsTokenRanges": []
931
+ },
932
+ {
933
+ "kind": "Interface",
934
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttributeValue:interface",
935
+ "docComment": "",
936
+ "excerptTokens": [
937
+ {
938
+ "kind": "Content",
939
+ "text": "export interface AssetsObjectAttributeValue "
940
+ }
941
+ ],
942
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object.d.ts",
943
+ "releaseTag": "Public",
944
+ "name": "AssetsObjectAttributeValue",
945
+ "preserveMemberOrder": false,
946
+ "members": [
947
+ {
948
+ "kind": "PropertySignature",
949
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttributeValue#displayValue:member",
950
+ "docComment": "",
951
+ "excerptTokens": [
952
+ {
953
+ "kind": "Content",
954
+ "text": "displayValue: "
955
+ },
956
+ {
957
+ "kind": "Content",
958
+ "text": "string"
959
+ },
960
+ {
961
+ "kind": "Content",
962
+ "text": ";"
963
+ }
964
+ ],
965
+ "isReadonly": false,
966
+ "isOptional": false,
967
+ "releaseTag": "Public",
968
+ "name": "displayValue",
969
+ "propertyTypeTokenRange": {
970
+ "startIndex": 1,
971
+ "endIndex": 2
972
+ }
973
+ },
974
+ {
975
+ "kind": "PropertySignature",
976
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttributeValue#searchValue:member",
977
+ "docComment": "",
978
+ "excerptTokens": [
979
+ {
980
+ "kind": "Content",
981
+ "text": "searchValue: "
982
+ },
983
+ {
984
+ "kind": "Content",
985
+ "text": "string"
986
+ },
987
+ {
988
+ "kind": "Content",
989
+ "text": ";"
990
+ }
991
+ ],
992
+ "isReadonly": false,
993
+ "isOptional": false,
994
+ "releaseTag": "Public",
995
+ "name": "searchValue",
996
+ "propertyTypeTokenRange": {
997
+ "startIndex": 1,
998
+ "endIndex": 2
999
+ }
1000
+ },
1001
+ {
1002
+ "kind": "PropertySignature",
1003
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttributeValue#value:member",
1004
+ "docComment": "",
1005
+ "excerptTokens": [
1006
+ {
1007
+ "kind": "Content",
1008
+ "text": "value: "
1009
+ },
1010
+ {
1011
+ "kind": "Content",
1012
+ "text": "string"
1013
+ },
1014
+ {
1015
+ "kind": "Content",
1016
+ "text": ";"
1017
+ }
1018
+ ],
1019
+ "isReadonly": false,
1020
+ "isOptional": false,
1021
+ "releaseTag": "Public",
1022
+ "name": "value",
1023
+ "propertyTypeTokenRange": {
1024
+ "startIndex": 1,
1025
+ "endIndex": 2
1026
+ }
1027
+ }
1028
+ ],
1029
+ "extendsTokenRanges": []
1030
+ },
1031
+ {
1032
+ "kind": "Interface",
1033
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttributeWithDefinition:interface",
1034
+ "docComment": "",
1035
+ "excerptTokens": [
1036
+ {
1037
+ "kind": "Content",
1038
+ "text": "export interface AssetsObjectAttributeWithDefinition extends "
1039
+ },
1040
+ {
1041
+ "kind": "Reference",
1042
+ "text": "AssetsObjectAttribute",
1043
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttribute:interface"
1044
+ },
1045
+ {
1046
+ "kind": "Content",
1047
+ "text": " "
1048
+ }
1049
+ ],
1050
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object.d.ts",
1051
+ "releaseTag": "Public",
1052
+ "name": "AssetsObjectAttributeWithDefinition",
1053
+ "preserveMemberOrder": false,
1054
+ "members": [
1055
+ {
1056
+ "kind": "PropertySignature",
1057
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttributeWithDefinition#objectTypeAttribute:member",
1058
+ "docComment": "",
1059
+ "excerptTokens": [
1060
+ {
1061
+ "kind": "Content",
1062
+ "text": "objectTypeAttribute: "
1063
+ },
1064
+ {
1065
+ "kind": "Reference",
1066
+ "text": "AssetsObjectTypeAttribute",
1067
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute:interface"
1068
+ },
1069
+ {
1070
+ "kind": "Content",
1071
+ "text": ";"
1072
+ }
1073
+ ],
1074
+ "isReadonly": false,
1075
+ "isOptional": false,
1076
+ "releaseTag": "Public",
1077
+ "name": "objectTypeAttribute",
1078
+ "propertyTypeTokenRange": {
1079
+ "startIndex": 1,
1080
+ "endIndex": 2
1081
+ }
1082
+ }
1083
+ ],
1084
+ "extendsTokenRanges": [
1085
+ {
1086
+ "startIndex": 1,
1087
+ "endIndex": 2
1088
+ }
1089
+ ]
1090
+ },
1091
+ {
1092
+ "kind": "Interface",
1093
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema:interface",
1094
+ "docComment": "",
1095
+ "excerptTokens": [
1096
+ {
1097
+ "kind": "Content",
1098
+ "text": "export interface AssetsObjectSchema "
1099
+ }
1100
+ ],
1101
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/assets-object-schema.d.ts",
1102
+ "releaseTag": "Public",
1103
+ "name": "AssetsObjectSchema",
1104
+ "preserveMemberOrder": false,
1105
+ "members": [
1106
+ {
1107
+ "kind": "PropertySignature",
1108
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema#canManage:member",
1109
+ "docComment": "",
1110
+ "excerptTokens": [
1111
+ {
1112
+ "kind": "Content",
1113
+ "text": "canManage: "
1114
+ },
1115
+ {
1116
+ "kind": "Content",
1117
+ "text": "boolean"
1118
+ },
1119
+ {
1120
+ "kind": "Content",
1121
+ "text": ";"
1122
+ }
1123
+ ],
1124
+ "isReadonly": false,
1125
+ "isOptional": false,
1126
+ "releaseTag": "Public",
1127
+ "name": "canManage",
1128
+ "propertyTypeTokenRange": {
1129
+ "startIndex": 1,
1130
+ "endIndex": 2
1131
+ }
1132
+ },
1133
+ {
1134
+ "kind": "PropertySignature",
1135
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema#created:member",
1136
+ "docComment": "",
1137
+ "excerptTokens": [
1138
+ {
1139
+ "kind": "Content",
1140
+ "text": "created: "
1141
+ },
1142
+ {
1143
+ "kind": "Content",
1144
+ "text": "string"
1145
+ },
1146
+ {
1147
+ "kind": "Content",
1148
+ "text": ";"
1149
+ }
1150
+ ],
1151
+ "isReadonly": false,
1152
+ "isOptional": false,
1153
+ "releaseTag": "Public",
1154
+ "name": "created",
1155
+ "propertyTypeTokenRange": {
1156
+ "startIndex": 1,
1157
+ "endIndex": 2
1158
+ }
1159
+ },
1160
+ {
1161
+ "kind": "PropertySignature",
1162
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema#description:member",
1163
+ "docComment": "",
1164
+ "excerptTokens": [
1165
+ {
1166
+ "kind": "Content",
1167
+ "text": "description?: "
1168
+ },
1169
+ {
1170
+ "kind": "Content",
1171
+ "text": "string"
1172
+ },
1173
+ {
1174
+ "kind": "Content",
1175
+ "text": ";"
1176
+ }
1177
+ ],
1178
+ "isReadonly": false,
1179
+ "isOptional": true,
1180
+ "releaseTag": "Public",
1181
+ "name": "description",
1182
+ "propertyTypeTokenRange": {
1183
+ "startIndex": 1,
1184
+ "endIndex": 2
1185
+ }
1186
+ },
1187
+ {
1188
+ "kind": "PropertySignature",
1189
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema#globalId:member",
1190
+ "docComment": "",
1191
+ "excerptTokens": [
1192
+ {
1193
+ "kind": "Content",
1194
+ "text": "globalId: "
1195
+ },
1196
+ {
1197
+ "kind": "Content",
1198
+ "text": "string"
1199
+ },
1200
+ {
1201
+ "kind": "Content",
1202
+ "text": ";"
1203
+ }
1204
+ ],
1205
+ "isReadonly": false,
1206
+ "isOptional": false,
1207
+ "releaseTag": "Public",
1208
+ "name": "globalId",
1209
+ "propertyTypeTokenRange": {
1210
+ "startIndex": 1,
1211
+ "endIndex": 2
1212
+ }
1213
+ },
1214
+ {
1215
+ "kind": "PropertySignature",
1216
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema#id:member",
1217
+ "docComment": "",
1218
+ "excerptTokens": [
1219
+ {
1220
+ "kind": "Content",
1221
+ "text": "id: "
1222
+ },
1223
+ {
1224
+ "kind": "Content",
1225
+ "text": "string"
1226
+ },
1227
+ {
1228
+ "kind": "Content",
1229
+ "text": ";"
1230
+ }
1231
+ ],
1232
+ "isReadonly": false,
1233
+ "isOptional": false,
1234
+ "releaseTag": "Public",
1235
+ "name": "id",
1236
+ "propertyTypeTokenRange": {
1237
+ "startIndex": 1,
1238
+ "endIndex": 2
1239
+ }
1240
+ },
1241
+ {
1242
+ "kind": "PropertySignature",
1243
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema#name:member",
1244
+ "docComment": "",
1245
+ "excerptTokens": [
1246
+ {
1247
+ "kind": "Content",
1248
+ "text": "name: "
1249
+ },
1250
+ {
1251
+ "kind": "Content",
1252
+ "text": "string"
1253
+ },
1254
+ {
1255
+ "kind": "Content",
1256
+ "text": ";"
1257
+ }
1258
+ ],
1259
+ "isReadonly": false,
1260
+ "isOptional": false,
1261
+ "releaseTag": "Public",
1262
+ "name": "name",
1263
+ "propertyTypeTokenRange": {
1264
+ "startIndex": 1,
1265
+ "endIndex": 2
1266
+ }
1267
+ },
1268
+ {
1269
+ "kind": "PropertySignature",
1270
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema#objectCount:member",
1271
+ "docComment": "",
1272
+ "excerptTokens": [
1273
+ {
1274
+ "kind": "Content",
1275
+ "text": "objectCount: "
1276
+ },
1277
+ {
1278
+ "kind": "Content",
1279
+ "text": "number"
1280
+ },
1281
+ {
1282
+ "kind": "Content",
1283
+ "text": ";"
1284
+ }
1285
+ ],
1286
+ "isReadonly": false,
1287
+ "isOptional": false,
1288
+ "releaseTag": "Public",
1289
+ "name": "objectCount",
1290
+ "propertyTypeTokenRange": {
1291
+ "startIndex": 1,
1292
+ "endIndex": 2
1293
+ }
1294
+ },
1295
+ {
1296
+ "kind": "PropertySignature",
1297
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema#objectSchemaKey:member",
1298
+ "docComment": "",
1299
+ "excerptTokens": [
1300
+ {
1301
+ "kind": "Content",
1302
+ "text": "objectSchemaKey: "
1303
+ },
1304
+ {
1305
+ "kind": "Content",
1306
+ "text": "string"
1307
+ },
1308
+ {
1309
+ "kind": "Content",
1310
+ "text": ";"
1311
+ }
1312
+ ],
1313
+ "isReadonly": false,
1314
+ "isOptional": false,
1315
+ "releaseTag": "Public",
1316
+ "name": "objectSchemaKey",
1317
+ "propertyTypeTokenRange": {
1318
+ "startIndex": 1,
1319
+ "endIndex": 2
1320
+ }
1321
+ },
1322
+ {
1323
+ "kind": "PropertySignature",
1324
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema#objectTypeCount:member",
1325
+ "docComment": "",
1326
+ "excerptTokens": [
1327
+ {
1328
+ "kind": "Content",
1329
+ "text": "objectTypeCount: "
1330
+ },
1331
+ {
1332
+ "kind": "Content",
1333
+ "text": "number"
1334
+ },
1335
+ {
1336
+ "kind": "Content",
1337
+ "text": ";"
1338
+ }
1339
+ ],
1340
+ "isReadonly": false,
1341
+ "isOptional": false,
1342
+ "releaseTag": "Public",
1343
+ "name": "objectTypeCount",
1344
+ "propertyTypeTokenRange": {
1345
+ "startIndex": 1,
1346
+ "endIndex": 2
1347
+ }
1348
+ },
1349
+ {
1350
+ "kind": "PropertySignature",
1351
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema#status:member",
1352
+ "docComment": "",
1353
+ "excerptTokens": [
1354
+ {
1355
+ "kind": "Content",
1356
+ "text": "status: "
1357
+ },
1358
+ {
1359
+ "kind": "Content",
1360
+ "text": "string"
1361
+ },
1362
+ {
1363
+ "kind": "Content",
1364
+ "text": ";"
1365
+ }
1366
+ ],
1367
+ "isReadonly": false,
1368
+ "isOptional": false,
1369
+ "releaseTag": "Public",
1370
+ "name": "status",
1371
+ "propertyTypeTokenRange": {
1372
+ "startIndex": 1,
1373
+ "endIndex": 2
1374
+ }
1375
+ },
1376
+ {
1377
+ "kind": "PropertySignature",
1378
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema#updated:member",
1379
+ "docComment": "",
1380
+ "excerptTokens": [
1381
+ {
1382
+ "kind": "Content",
1383
+ "text": "updated: "
1384
+ },
1385
+ {
1386
+ "kind": "Content",
1387
+ "text": "string"
1388
+ },
1389
+ {
1390
+ "kind": "Content",
1391
+ "text": ";"
1392
+ }
1393
+ ],
1394
+ "isReadonly": false,
1395
+ "isOptional": false,
1396
+ "releaseTag": "Public",
1397
+ "name": "updated",
1398
+ "propertyTypeTokenRange": {
1399
+ "startIndex": 1,
1400
+ "endIndex": 2
1401
+ }
1402
+ },
1403
+ {
1404
+ "kind": "PropertySignature",
1405
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema#workspaceId:member",
1406
+ "docComment": "",
1407
+ "excerptTokens": [
1408
+ {
1409
+ "kind": "Content",
1410
+ "text": "workspaceId: "
1411
+ },
1412
+ {
1413
+ "kind": "Content",
1414
+ "text": "string"
1415
+ },
1416
+ {
1417
+ "kind": "Content",
1418
+ "text": ";"
1419
+ }
1420
+ ],
1421
+ "isReadonly": false,
1422
+ "isOptional": false,
1423
+ "releaseTag": "Public",
1424
+ "name": "workspaceId",
1425
+ "propertyTypeTokenRange": {
1426
+ "startIndex": 1,
1427
+ "endIndex": 2
1428
+ }
1429
+ }
1430
+ ],
1431
+ "extendsTokenRanges": []
1432
+ },
1433
+ {
1434
+ "kind": "Interface",
1435
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType:interface",
1436
+ "docComment": "",
1437
+ "excerptTokens": [
1438
+ {
1439
+ "kind": "Content",
1440
+ "text": "export interface AssetsObjectType "
1441
+ }
1442
+ ],
1443
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/assets-object-type.d.ts",
1444
+ "releaseTag": "Public",
1445
+ "name": "AssetsObjectType",
1446
+ "preserveMemberOrder": false,
1447
+ "members": [
1448
+ {
1449
+ "kind": "PropertySignature",
1450
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#abstractObjectType:member",
1451
+ "docComment": "",
1452
+ "excerptTokens": [
1453
+ {
1454
+ "kind": "Content",
1455
+ "text": "abstractObjectType: "
1456
+ },
1457
+ {
1458
+ "kind": "Content",
1459
+ "text": "boolean"
1460
+ },
1461
+ {
1462
+ "kind": "Content",
1463
+ "text": ";"
1464
+ }
1465
+ ],
1466
+ "isReadonly": false,
1467
+ "isOptional": false,
1468
+ "releaseTag": "Public",
1469
+ "name": "abstractObjectType",
1470
+ "propertyTypeTokenRange": {
1471
+ "startIndex": 1,
1472
+ "endIndex": 2
1473
+ }
1474
+ },
1475
+ {
1476
+ "kind": "PropertySignature",
1477
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#created:member",
1478
+ "docComment": "",
1479
+ "excerptTokens": [
1480
+ {
1481
+ "kind": "Content",
1482
+ "text": "created: "
1483
+ },
1484
+ {
1485
+ "kind": "Content",
1486
+ "text": "string"
1487
+ },
1488
+ {
1489
+ "kind": "Content",
1490
+ "text": ";"
1491
+ }
1492
+ ],
1493
+ "isReadonly": false,
1494
+ "isOptional": false,
1495
+ "releaseTag": "Public",
1496
+ "name": "created",
1497
+ "propertyTypeTokenRange": {
1498
+ "startIndex": 1,
1499
+ "endIndex": 2
1500
+ }
1501
+ },
1502
+ {
1503
+ "kind": "PropertySignature",
1504
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#globalId:member",
1505
+ "docComment": "",
1506
+ "excerptTokens": [
1507
+ {
1508
+ "kind": "Content",
1509
+ "text": "globalId: "
1510
+ },
1511
+ {
1512
+ "kind": "Content",
1513
+ "text": "string"
1514
+ },
1515
+ {
1516
+ "kind": "Content",
1517
+ "text": ";"
1518
+ }
1519
+ ],
1520
+ "isReadonly": false,
1521
+ "isOptional": false,
1522
+ "releaseTag": "Public",
1523
+ "name": "globalId",
1524
+ "propertyTypeTokenRange": {
1525
+ "startIndex": 1,
1526
+ "endIndex": 2
1527
+ }
1528
+ },
1529
+ {
1530
+ "kind": "PropertySignature",
1531
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#icon:member",
1532
+ "docComment": "",
1533
+ "excerptTokens": [
1534
+ {
1535
+ "kind": "Content",
1536
+ "text": "icon: "
1537
+ },
1538
+ {
1539
+ "kind": "Content",
1540
+ "text": "{\n id: string;\n name: string;\n url16: string;\n url48: string;\n }"
1541
+ },
1542
+ {
1543
+ "kind": "Content",
1544
+ "text": ";"
1545
+ }
1546
+ ],
1547
+ "isReadonly": false,
1548
+ "isOptional": false,
1549
+ "releaseTag": "Public",
1550
+ "name": "icon",
1551
+ "propertyTypeTokenRange": {
1552
+ "startIndex": 1,
1553
+ "endIndex": 2
1554
+ }
1555
+ },
1556
+ {
1557
+ "kind": "PropertySignature",
1558
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#id:member",
1559
+ "docComment": "",
1560
+ "excerptTokens": [
1561
+ {
1562
+ "kind": "Content",
1563
+ "text": "id: "
1564
+ },
1565
+ {
1566
+ "kind": "Content",
1567
+ "text": "string"
1568
+ },
1569
+ {
1570
+ "kind": "Content",
1571
+ "text": ";"
1572
+ }
1573
+ ],
1574
+ "isReadonly": false,
1575
+ "isOptional": false,
1576
+ "releaseTag": "Public",
1577
+ "name": "id",
1578
+ "propertyTypeTokenRange": {
1579
+ "startIndex": 1,
1580
+ "endIndex": 2
1581
+ }
1582
+ },
1583
+ {
1584
+ "kind": "PropertySignature",
1585
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#inherited:member",
1586
+ "docComment": "",
1587
+ "excerptTokens": [
1588
+ {
1589
+ "kind": "Content",
1590
+ "text": "inherited: "
1591
+ },
1592
+ {
1593
+ "kind": "Content",
1594
+ "text": "boolean"
1595
+ },
1596
+ {
1597
+ "kind": "Content",
1598
+ "text": ";"
1599
+ }
1600
+ ],
1601
+ "isReadonly": false,
1602
+ "isOptional": false,
1603
+ "releaseTag": "Public",
1604
+ "name": "inherited",
1605
+ "propertyTypeTokenRange": {
1606
+ "startIndex": 1,
1607
+ "endIndex": 2
1608
+ }
1609
+ },
1610
+ {
1611
+ "kind": "PropertySignature",
1612
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#name:member",
1613
+ "docComment": "",
1614
+ "excerptTokens": [
1615
+ {
1616
+ "kind": "Content",
1617
+ "text": "name: "
1618
+ },
1619
+ {
1620
+ "kind": "Content",
1621
+ "text": "string"
1622
+ },
1623
+ {
1624
+ "kind": "Content",
1625
+ "text": ";"
1626
+ }
1627
+ ],
1628
+ "isReadonly": false,
1629
+ "isOptional": false,
1630
+ "releaseTag": "Public",
1631
+ "name": "name",
1632
+ "propertyTypeTokenRange": {
1633
+ "startIndex": 1,
1634
+ "endIndex": 2
1635
+ }
1636
+ },
1637
+ {
1638
+ "kind": "PropertySignature",
1639
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#objectCount:member",
1640
+ "docComment": "",
1641
+ "excerptTokens": [
1642
+ {
1643
+ "kind": "Content",
1644
+ "text": "objectCount: "
1645
+ },
1646
+ {
1647
+ "kind": "Content",
1648
+ "text": "number"
1649
+ },
1650
+ {
1651
+ "kind": "Content",
1652
+ "text": ";"
1653
+ }
1654
+ ],
1655
+ "isReadonly": false,
1656
+ "isOptional": false,
1657
+ "releaseTag": "Public",
1658
+ "name": "objectCount",
1659
+ "propertyTypeTokenRange": {
1660
+ "startIndex": 1,
1661
+ "endIndex": 2
1662
+ }
1663
+ },
1664
+ {
1665
+ "kind": "PropertySignature",
1666
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#objectSchemaId:member",
1667
+ "docComment": "",
1668
+ "excerptTokens": [
1669
+ {
1670
+ "kind": "Content",
1671
+ "text": "objectSchemaId: "
1672
+ },
1673
+ {
1674
+ "kind": "Content",
1675
+ "text": "string"
1676
+ },
1677
+ {
1678
+ "kind": "Content",
1679
+ "text": ";"
1680
+ }
1681
+ ],
1682
+ "isReadonly": false,
1683
+ "isOptional": false,
1684
+ "releaseTag": "Public",
1685
+ "name": "objectSchemaId",
1686
+ "propertyTypeTokenRange": {
1687
+ "startIndex": 1,
1688
+ "endIndex": 2
1689
+ }
1690
+ },
1691
+ {
1692
+ "kind": "PropertySignature",
1693
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#parentObjectTypeInherited:member",
1694
+ "docComment": "",
1695
+ "excerptTokens": [
1696
+ {
1697
+ "kind": "Content",
1698
+ "text": "parentObjectTypeInherited: "
1699
+ },
1700
+ {
1701
+ "kind": "Content",
1702
+ "text": "boolean"
1703
+ },
1704
+ {
1705
+ "kind": "Content",
1706
+ "text": ";"
1707
+ }
1708
+ ],
1709
+ "isReadonly": false,
1710
+ "isOptional": false,
1711
+ "releaseTag": "Public",
1712
+ "name": "parentObjectTypeInherited",
1713
+ "propertyTypeTokenRange": {
1714
+ "startIndex": 1,
1715
+ "endIndex": 2
1716
+ }
1717
+ },
1718
+ {
1719
+ "kind": "PropertySignature",
1720
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#position:member",
1721
+ "docComment": "",
1722
+ "excerptTokens": [
1723
+ {
1724
+ "kind": "Content",
1725
+ "text": "position: "
1726
+ },
1727
+ {
1728
+ "kind": "Content",
1729
+ "text": "number"
1730
+ },
1731
+ {
1732
+ "kind": "Content",
1733
+ "text": ";"
1734
+ }
1735
+ ],
1736
+ "isReadonly": false,
1737
+ "isOptional": false,
1738
+ "releaseTag": "Public",
1739
+ "name": "position",
1740
+ "propertyTypeTokenRange": {
1741
+ "startIndex": 1,
1742
+ "endIndex": 2
1743
+ }
1744
+ },
1745
+ {
1746
+ "kind": "PropertySignature",
1747
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#type:member",
1748
+ "docComment": "",
1749
+ "excerptTokens": [
1750
+ {
1751
+ "kind": "Content",
1752
+ "text": "type: "
1753
+ },
1754
+ {
1755
+ "kind": "Content",
1756
+ "text": "number"
1757
+ },
1758
+ {
1759
+ "kind": "Content",
1760
+ "text": ";"
1761
+ }
1762
+ ],
1763
+ "isReadonly": false,
1764
+ "isOptional": false,
1765
+ "releaseTag": "Public",
1766
+ "name": "type",
1767
+ "propertyTypeTokenRange": {
1768
+ "startIndex": 1,
1769
+ "endIndex": 2
1770
+ }
1771
+ },
1772
+ {
1773
+ "kind": "PropertySignature",
1774
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#updated:member",
1775
+ "docComment": "",
1776
+ "excerptTokens": [
1777
+ {
1778
+ "kind": "Content",
1779
+ "text": "updated: "
1780
+ },
1781
+ {
1782
+ "kind": "Content",
1783
+ "text": "string"
1784
+ },
1785
+ {
1786
+ "kind": "Content",
1787
+ "text": ";"
1788
+ }
1789
+ ],
1790
+ "isReadonly": false,
1791
+ "isOptional": false,
1792
+ "releaseTag": "Public",
1793
+ "name": "updated",
1794
+ "propertyTypeTokenRange": {
1795
+ "startIndex": 1,
1796
+ "endIndex": 2
1797
+ }
1798
+ },
1799
+ {
1800
+ "kind": "PropertySignature",
1801
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType#workspaceId:member",
1802
+ "docComment": "",
1803
+ "excerptTokens": [
1804
+ {
1805
+ "kind": "Content",
1806
+ "text": "workspaceId: "
1807
+ },
1808
+ {
1809
+ "kind": "Content",
1810
+ "text": "string"
1811
+ },
1812
+ {
1813
+ "kind": "Content",
1814
+ "text": ";"
1815
+ }
1816
+ ],
1817
+ "isReadonly": false,
1818
+ "isOptional": false,
1819
+ "releaseTag": "Public",
1820
+ "name": "workspaceId",
1821
+ "propertyTypeTokenRange": {
1822
+ "startIndex": 1,
1823
+ "endIndex": 2
1824
+ }
1825
+ }
1826
+ ],
1827
+ "extendsTokenRanges": []
1828
+ },
1829
+ {
1830
+ "kind": "Interface",
1831
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute:interface",
1832
+ "docComment": "",
1833
+ "excerptTokens": [
1834
+ {
1835
+ "kind": "Content",
1836
+ "text": "export interface AssetsObjectTypeAttribute "
1837
+ }
1838
+ ],
1839
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object-type-attribute.d.ts",
1840
+ "releaseTag": "Public",
1841
+ "name": "AssetsObjectTypeAttribute",
1842
+ "preserveMemberOrder": false,
1843
+ "members": [
1844
+ {
1845
+ "kind": "PropertySignature",
1846
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#defaultType:member",
1847
+ "docComment": "",
1848
+ "excerptTokens": [
1849
+ {
1850
+ "kind": "Content",
1851
+ "text": "defaultType: "
1852
+ },
1853
+ {
1854
+ "kind": "Content",
1855
+ "text": "{\n id: number;\n name: string;\n }"
1856
+ },
1857
+ {
1858
+ "kind": "Content",
1859
+ "text": ";"
1860
+ }
1861
+ ],
1862
+ "isReadonly": false,
1863
+ "isOptional": false,
1864
+ "releaseTag": "Public",
1865
+ "name": "defaultType",
1866
+ "propertyTypeTokenRange": {
1867
+ "startIndex": 1,
1868
+ "endIndex": 2
1869
+ }
1870
+ },
1871
+ {
1872
+ "kind": "PropertySignature",
1873
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#description:member",
1874
+ "docComment": "",
1875
+ "excerptTokens": [
1876
+ {
1877
+ "kind": "Content",
1878
+ "text": "description?: "
1879
+ },
1880
+ {
1881
+ "kind": "Content",
1882
+ "text": "string"
1883
+ },
1884
+ {
1885
+ "kind": "Content",
1886
+ "text": ";"
1887
+ }
1888
+ ],
1889
+ "isReadonly": false,
1890
+ "isOptional": true,
1891
+ "releaseTag": "Public",
1892
+ "name": "description",
1893
+ "propertyTypeTokenRange": {
1894
+ "startIndex": 1,
1895
+ "endIndex": 2
1896
+ }
1897
+ },
1898
+ {
1899
+ "kind": "PropertySignature",
1900
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#editable:member",
1901
+ "docComment": "",
1902
+ "excerptTokens": [
1903
+ {
1904
+ "kind": "Content",
1905
+ "text": "editable: "
1906
+ },
1907
+ {
1908
+ "kind": "Content",
1909
+ "text": "boolean"
1910
+ },
1911
+ {
1912
+ "kind": "Content",
1913
+ "text": ";"
1914
+ }
1915
+ ],
1916
+ "isReadonly": false,
1917
+ "isOptional": false,
1918
+ "releaseTag": "Public",
1919
+ "name": "editable",
1920
+ "propertyTypeTokenRange": {
1921
+ "startIndex": 1,
1922
+ "endIndex": 2
1923
+ }
1924
+ },
1925
+ {
1926
+ "kind": "PropertySignature",
1927
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#globalId:member",
1928
+ "docComment": "",
1929
+ "excerptTokens": [
1930
+ {
1931
+ "kind": "Content",
1932
+ "text": "globalId: "
1933
+ },
1934
+ {
1935
+ "kind": "Content",
1936
+ "text": "string"
1937
+ },
1938
+ {
1939
+ "kind": "Content",
1940
+ "text": ";"
1941
+ }
1942
+ ],
1943
+ "isReadonly": false,
1944
+ "isOptional": false,
1945
+ "releaseTag": "Public",
1946
+ "name": "globalId",
1947
+ "propertyTypeTokenRange": {
1948
+ "startIndex": 1,
1949
+ "endIndex": 2
1950
+ }
1951
+ },
1952
+ {
1953
+ "kind": "PropertySignature",
1954
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#hidden:member",
1955
+ "docComment": "",
1956
+ "excerptTokens": [
1957
+ {
1958
+ "kind": "Content",
1959
+ "text": "hidden: "
1960
+ },
1961
+ {
1962
+ "kind": "Content",
1963
+ "text": "boolean"
1964
+ },
1965
+ {
1966
+ "kind": "Content",
1967
+ "text": ";"
1968
+ }
1969
+ ],
1970
+ "isReadonly": false,
1971
+ "isOptional": false,
1972
+ "releaseTag": "Public",
1973
+ "name": "hidden",
1974
+ "propertyTypeTokenRange": {
1975
+ "startIndex": 1,
1976
+ "endIndex": 2
1977
+ }
1978
+ },
1979
+ {
1980
+ "kind": "PropertySignature",
1981
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#id:member",
1982
+ "docComment": "",
1983
+ "excerptTokens": [
1984
+ {
1985
+ "kind": "Content",
1986
+ "text": "id: "
1987
+ },
1988
+ {
1989
+ "kind": "Content",
1990
+ "text": "string"
1991
+ },
1992
+ {
1993
+ "kind": "Content",
1994
+ "text": ";"
1995
+ }
1996
+ ],
1997
+ "isReadonly": false,
1998
+ "isOptional": false,
1999
+ "releaseTag": "Public",
2000
+ "name": "id",
2001
+ "propertyTypeTokenRange": {
2002
+ "startIndex": 1,
2003
+ "endIndex": 2
2004
+ }
2005
+ },
2006
+ {
2007
+ "kind": "PropertySignature",
2008
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#includeChildObjectTypes:member",
2009
+ "docComment": "",
2010
+ "excerptTokens": [
2011
+ {
2012
+ "kind": "Content",
2013
+ "text": "includeChildObjectTypes: "
2014
+ },
2015
+ {
2016
+ "kind": "Content",
2017
+ "text": "boolean"
2018
+ },
2019
+ {
2020
+ "kind": "Content",
2021
+ "text": ";"
2022
+ }
2023
+ ],
2024
+ "isReadonly": false,
2025
+ "isOptional": false,
2026
+ "releaseTag": "Public",
2027
+ "name": "includeChildObjectTypes",
2028
+ "propertyTypeTokenRange": {
2029
+ "startIndex": 1,
2030
+ "endIndex": 2
2031
+ }
2032
+ },
2033
+ {
2034
+ "kind": "PropertySignature",
2035
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#indexed:member",
2036
+ "docComment": "",
2037
+ "excerptTokens": [
2038
+ {
2039
+ "kind": "Content",
2040
+ "text": "indexed: "
2041
+ },
2042
+ {
2043
+ "kind": "Content",
2044
+ "text": "boolean"
2045
+ },
2046
+ {
2047
+ "kind": "Content",
2048
+ "text": ";"
2049
+ }
2050
+ ],
2051
+ "isReadonly": false,
2052
+ "isOptional": false,
2053
+ "releaseTag": "Public",
2054
+ "name": "indexed",
2055
+ "propertyTypeTokenRange": {
2056
+ "startIndex": 1,
2057
+ "endIndex": 2
2058
+ }
2059
+ },
2060
+ {
2061
+ "kind": "PropertySignature",
2062
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#label:member",
2063
+ "docComment": "",
2064
+ "excerptTokens": [
2065
+ {
2066
+ "kind": "Content",
2067
+ "text": "label: "
2068
+ },
2069
+ {
2070
+ "kind": "Content",
2071
+ "text": "boolean"
2072
+ },
2073
+ {
2074
+ "kind": "Content",
2075
+ "text": ";"
2076
+ }
2077
+ ],
2078
+ "isReadonly": false,
2079
+ "isOptional": false,
2080
+ "releaseTag": "Public",
2081
+ "name": "label",
2082
+ "propertyTypeTokenRange": {
2083
+ "startIndex": 1,
2084
+ "endIndex": 2
2085
+ }
2086
+ },
2087
+ {
2088
+ "kind": "PropertySignature",
2089
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#maximumCardinality:member",
2090
+ "docComment": "",
2091
+ "excerptTokens": [
2092
+ {
2093
+ "kind": "Content",
2094
+ "text": "maximumCardinality: "
2095
+ },
2096
+ {
2097
+ "kind": "Content",
2098
+ "text": "1"
2099
+ },
2100
+ {
2101
+ "kind": "Content",
2102
+ "text": ";"
2103
+ }
2104
+ ],
2105
+ "isReadonly": false,
2106
+ "isOptional": false,
2107
+ "releaseTag": "Public",
2108
+ "name": "maximumCardinality",
2109
+ "propertyTypeTokenRange": {
2110
+ "startIndex": 1,
2111
+ "endIndex": 2
2112
+ }
2113
+ },
2114
+ {
2115
+ "kind": "PropertySignature",
2116
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#minimumCardinality:member",
2117
+ "docComment": "",
2118
+ "excerptTokens": [
2119
+ {
2120
+ "kind": "Content",
2121
+ "text": "minimumCardinality: "
2122
+ },
2123
+ {
2124
+ "kind": "Content",
2125
+ "text": "1"
2126
+ },
2127
+ {
2128
+ "kind": "Content",
2129
+ "text": ";"
2130
+ }
2131
+ ],
2132
+ "isReadonly": false,
2133
+ "isOptional": false,
2134
+ "releaseTag": "Public",
2135
+ "name": "minimumCardinality",
2136
+ "propertyTypeTokenRange": {
2137
+ "startIndex": 1,
2138
+ "endIndex": 2
2139
+ }
2140
+ },
2141
+ {
2142
+ "kind": "PropertySignature",
2143
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#name:member",
2144
+ "docComment": "",
2145
+ "excerptTokens": [
2146
+ {
2147
+ "kind": "Content",
2148
+ "text": "name: "
2149
+ },
2150
+ {
2151
+ "kind": "Content",
2152
+ "text": "string"
2153
+ },
2154
+ {
2155
+ "kind": "Content",
2156
+ "text": ";"
2157
+ }
2158
+ ],
2159
+ "isReadonly": false,
2160
+ "isOptional": false,
2161
+ "releaseTag": "Public",
2162
+ "name": "name",
2163
+ "propertyTypeTokenRange": {
2164
+ "startIndex": 1,
2165
+ "endIndex": 2
2166
+ }
2167
+ },
2168
+ {
2169
+ "kind": "PropertySignature",
2170
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#options:member",
2171
+ "docComment": "",
2172
+ "excerptTokens": [
2173
+ {
2174
+ "kind": "Content",
2175
+ "text": "options: "
2176
+ },
2177
+ {
2178
+ "kind": "Content",
2179
+ "text": "string"
2180
+ },
2181
+ {
2182
+ "kind": "Content",
2183
+ "text": ";"
2184
+ }
2185
+ ],
2186
+ "isReadonly": false,
2187
+ "isOptional": false,
2188
+ "releaseTag": "Public",
2189
+ "name": "options",
2190
+ "propertyTypeTokenRange": {
2191
+ "startIndex": 1,
2192
+ "endIndex": 2
2193
+ }
2194
+ },
2195
+ {
2196
+ "kind": "PropertySignature",
2197
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#position:member",
2198
+ "docComment": "",
2199
+ "excerptTokens": [
2200
+ {
2201
+ "kind": "Content",
2202
+ "text": "position: "
2203
+ },
2204
+ {
2205
+ "kind": "Content",
2206
+ "text": "number"
2207
+ },
2208
+ {
2209
+ "kind": "Content",
2210
+ "text": ";"
2211
+ }
2212
+ ],
2213
+ "isReadonly": false,
2214
+ "isOptional": false,
2215
+ "releaseTag": "Public",
2216
+ "name": "position",
2217
+ "propertyTypeTokenRange": {
2218
+ "startIndex": 1,
2219
+ "endIndex": 2
2220
+ }
2221
+ },
2222
+ {
2223
+ "kind": "PropertySignature",
2224
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#removable:member",
2225
+ "docComment": "",
2226
+ "excerptTokens": [
2227
+ {
2228
+ "kind": "Content",
2229
+ "text": "removable: "
2230
+ },
2231
+ {
2232
+ "kind": "Content",
2233
+ "text": "boolean"
2234
+ },
2235
+ {
2236
+ "kind": "Content",
2237
+ "text": ";"
2238
+ }
2239
+ ],
2240
+ "isReadonly": false,
2241
+ "isOptional": false,
2242
+ "releaseTag": "Public",
2243
+ "name": "removable",
2244
+ "propertyTypeTokenRange": {
2245
+ "startIndex": 1,
2246
+ "endIndex": 2
2247
+ }
2248
+ },
2249
+ {
2250
+ "kind": "PropertySignature",
2251
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#sortable:member",
2252
+ "docComment": "",
2253
+ "excerptTokens": [
2254
+ {
2255
+ "kind": "Content",
2256
+ "text": "sortable: "
2257
+ },
2258
+ {
2259
+ "kind": "Content",
2260
+ "text": "boolean"
2261
+ },
2262
+ {
2263
+ "kind": "Content",
2264
+ "text": ";"
2265
+ }
2266
+ ],
2267
+ "isReadonly": false,
2268
+ "isOptional": false,
2269
+ "releaseTag": "Public",
2270
+ "name": "sortable",
2271
+ "propertyTypeTokenRange": {
2272
+ "startIndex": 1,
2273
+ "endIndex": 2
2274
+ }
2275
+ },
2276
+ {
2277
+ "kind": "PropertySignature",
2278
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#summable:member",
2279
+ "docComment": "",
2280
+ "excerptTokens": [
2281
+ {
2282
+ "kind": "Content",
2283
+ "text": "summable: "
2284
+ },
2285
+ {
2286
+ "kind": "Content",
2287
+ "text": "boolean"
2288
+ },
2289
+ {
2290
+ "kind": "Content",
2291
+ "text": ";"
2292
+ }
2293
+ ],
2294
+ "isReadonly": false,
2295
+ "isOptional": false,
2296
+ "releaseTag": "Public",
2297
+ "name": "summable",
2298
+ "propertyTypeTokenRange": {
2299
+ "startIndex": 1,
2300
+ "endIndex": 2
2301
+ }
2302
+ },
2303
+ {
2304
+ "kind": "PropertySignature",
2305
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#system:member",
2306
+ "docComment": "",
2307
+ "excerptTokens": [
2308
+ {
2309
+ "kind": "Content",
2310
+ "text": "system: "
2311
+ },
2312
+ {
2313
+ "kind": "Content",
2314
+ "text": "boolean"
2315
+ },
2316
+ {
2317
+ "kind": "Content",
2318
+ "text": ";"
2319
+ }
2320
+ ],
2321
+ "isReadonly": false,
2322
+ "isOptional": false,
2323
+ "releaseTag": "Public",
2324
+ "name": "system",
2325
+ "propertyTypeTokenRange": {
2326
+ "startIndex": 1,
2327
+ "endIndex": 2
2328
+ }
2329
+ },
2330
+ {
2331
+ "kind": "PropertySignature",
2332
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#type:member",
2333
+ "docComment": "",
2334
+ "excerptTokens": [
2335
+ {
2336
+ "kind": "Content",
2337
+ "text": "type: "
2338
+ },
2339
+ {
2340
+ "kind": "Content",
2341
+ "text": "number"
2342
+ },
2343
+ {
2344
+ "kind": "Content",
2345
+ "text": ";"
2346
+ }
2347
+ ],
2348
+ "isReadonly": false,
2349
+ "isOptional": false,
2350
+ "releaseTag": "Public",
2351
+ "name": "type",
2352
+ "propertyTypeTokenRange": {
2353
+ "startIndex": 1,
2354
+ "endIndex": 2
2355
+ }
2356
+ },
2357
+ {
2358
+ "kind": "PropertySignature",
2359
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#uniqueAttribute:member",
2360
+ "docComment": "",
2361
+ "excerptTokens": [
2362
+ {
2363
+ "kind": "Content",
2364
+ "text": "uniqueAttribute: "
2365
+ },
2366
+ {
2367
+ "kind": "Content",
2368
+ "text": "boolean"
2369
+ },
2370
+ {
2371
+ "kind": "Content",
2372
+ "text": ";"
2373
+ }
2374
+ ],
2375
+ "isReadonly": false,
2376
+ "isOptional": false,
2377
+ "releaseTag": "Public",
2378
+ "name": "uniqueAttribute",
2379
+ "propertyTypeTokenRange": {
2380
+ "startIndex": 1,
2381
+ "endIndex": 2
2382
+ }
2383
+ },
2384
+ {
2385
+ "kind": "PropertySignature",
2386
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute#workspaceId:member",
2387
+ "docComment": "",
2388
+ "excerptTokens": [
2389
+ {
2390
+ "kind": "Content",
2391
+ "text": "workspaceId: "
2392
+ },
2393
+ {
2394
+ "kind": "Content",
2395
+ "text": "string"
2396
+ },
2397
+ {
2398
+ "kind": "Content",
2399
+ "text": ";"
2400
+ }
2401
+ ],
2402
+ "isReadonly": false,
2403
+ "isOptional": false,
2404
+ "releaseTag": "Public",
2405
+ "name": "workspaceId",
2406
+ "propertyTypeTokenRange": {
2407
+ "startIndex": 1,
2408
+ "endIndex": 2
2409
+ }
2410
+ }
2411
+ ],
2412
+ "extendsTokenRanges": []
2413
+ },
2414
+ {
2415
+ "kind": "Enum",
2416
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType:enum",
2417
+ "docComment": "",
2418
+ "excerptTokens": [
2419
+ {
2420
+ "kind": "Content",
2421
+ "text": "export declare enum AssetsObjectTypeAttributeValueType "
2422
+ }
2423
+ ],
2424
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object-type-attribute.d.ts",
2425
+ "releaseTag": "Public",
2426
+ "name": "AssetsObjectTypeAttributeValueType",
2427
+ "preserveMemberOrder": false,
2428
+ "members": [
2429
+ {
2430
+ "kind": "EnumMember",
2431
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.Boolean:member",
2432
+ "docComment": "",
2433
+ "excerptTokens": [
2434
+ {
2435
+ "kind": "Content",
2436
+ "text": "Boolean = "
2437
+ },
2438
+ {
2439
+ "kind": "Content",
2440
+ "text": "2"
2441
+ }
2442
+ ],
2443
+ "initializerTokenRange": {
2444
+ "startIndex": 1,
2445
+ "endIndex": 2
2446
+ },
2447
+ "releaseTag": "Public",
2448
+ "name": "Boolean"
2449
+ },
2450
+ {
2451
+ "kind": "EnumMember",
2452
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.Date:member",
2453
+ "docComment": "",
2454
+ "excerptTokens": [
2455
+ {
2456
+ "kind": "Content",
2457
+ "text": "Date = "
2458
+ },
2459
+ {
2460
+ "kind": "Content",
2461
+ "text": "4"
2462
+ }
2463
+ ],
2464
+ "initializerTokenRange": {
2465
+ "startIndex": 1,
2466
+ "endIndex": 2
2467
+ },
2468
+ "releaseTag": "Public",
2469
+ "name": "Date"
2470
+ },
2471
+ {
2472
+ "kind": "EnumMember",
2473
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.DateTime:member",
2474
+ "docComment": "",
2475
+ "excerptTokens": [
2476
+ {
2477
+ "kind": "Content",
2478
+ "text": "DateTime = "
2479
+ },
2480
+ {
2481
+ "kind": "Content",
2482
+ "text": "6"
2483
+ }
2484
+ ],
2485
+ "initializerTokenRange": {
2486
+ "startIndex": 1,
2487
+ "endIndex": 2
2488
+ },
2489
+ "releaseTag": "Public",
2490
+ "name": "DateTime"
2491
+ },
2492
+ {
2493
+ "kind": "EnumMember",
2494
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.Double:member",
2495
+ "docComment": "",
2496
+ "excerptTokens": [
2497
+ {
2498
+ "kind": "Content",
2499
+ "text": "Double = "
2500
+ },
2501
+ {
2502
+ "kind": "Content",
2503
+ "text": "3"
2504
+ }
2505
+ ],
2506
+ "initializerTokenRange": {
2507
+ "startIndex": 1,
2508
+ "endIndex": 2
2509
+ },
2510
+ "releaseTag": "Public",
2511
+ "name": "Double"
2512
+ },
2513
+ {
2514
+ "kind": "EnumMember",
2515
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.Email:member",
2516
+ "docComment": "",
2517
+ "excerptTokens": [
2518
+ {
2519
+ "kind": "Content",
2520
+ "text": "Email = "
2521
+ },
2522
+ {
2523
+ "kind": "Content",
2524
+ "text": "8"
2525
+ }
2526
+ ],
2527
+ "initializerTokenRange": {
2528
+ "startIndex": 1,
2529
+ "endIndex": 2
2530
+ },
2531
+ "releaseTag": "Public",
2532
+ "name": "Email"
2533
+ },
2534
+ {
2535
+ "kind": "EnumMember",
2536
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.Integer:member",
2537
+ "docComment": "",
2538
+ "excerptTokens": [
2539
+ {
2540
+ "kind": "Content",
2541
+ "text": "Integer = "
2542
+ },
2543
+ {
2544
+ "kind": "Content",
2545
+ "text": "1"
2546
+ }
2547
+ ],
2548
+ "initializerTokenRange": {
2549
+ "startIndex": 1,
2550
+ "endIndex": 2
2551
+ },
2552
+ "releaseTag": "Public",
2553
+ "name": "Integer"
2554
+ },
2555
+ {
2556
+ "kind": "EnumMember",
2557
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.IP_Address:member",
2558
+ "docComment": "",
2559
+ "excerptTokens": [
2560
+ {
2561
+ "kind": "Content",
2562
+ "text": "IP_Address = "
2563
+ },
2564
+ {
2565
+ "kind": "Content",
2566
+ "text": "11"
2567
+ }
2568
+ ],
2569
+ "initializerTokenRange": {
2570
+ "startIndex": 1,
2571
+ "endIndex": 2
2572
+ },
2573
+ "releaseTag": "Public",
2574
+ "name": "IP_Address"
2575
+ },
2576
+ {
2577
+ "kind": "EnumMember",
2578
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.None:member",
2579
+ "docComment": "",
2580
+ "excerptTokens": [
2581
+ {
2582
+ "kind": "Content",
2583
+ "text": "None = "
2584
+ },
2585
+ {
2586
+ "kind": "Content",
2587
+ "text": "-1"
2588
+ }
2589
+ ],
2590
+ "initializerTokenRange": {
2591
+ "startIndex": 1,
2592
+ "endIndex": 2
2593
+ },
2594
+ "releaseTag": "Public",
2595
+ "name": "None"
2596
+ },
2597
+ {
2598
+ "kind": "EnumMember",
2599
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.Select:member",
2600
+ "docComment": "",
2601
+ "excerptTokens": [
2602
+ {
2603
+ "kind": "Content",
2604
+ "text": "Select = "
2605
+ },
2606
+ {
2607
+ "kind": "Content",
2608
+ "text": "10"
2609
+ }
2610
+ ],
2611
+ "initializerTokenRange": {
2612
+ "startIndex": 1,
2613
+ "endIndex": 2
2614
+ },
2615
+ "releaseTag": "Public",
2616
+ "name": "Select"
2617
+ },
2618
+ {
2619
+ "kind": "EnumMember",
2620
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.Text:member",
2621
+ "docComment": "",
2622
+ "excerptTokens": [
2623
+ {
2624
+ "kind": "Content",
2625
+ "text": "Text = "
2626
+ },
2627
+ {
2628
+ "kind": "Content",
2629
+ "text": "0"
2630
+ }
2631
+ ],
2632
+ "initializerTokenRange": {
2633
+ "startIndex": 1,
2634
+ "endIndex": 2
2635
+ },
2636
+ "releaseTag": "Public",
2637
+ "name": "Text"
2638
+ },
2639
+ {
2640
+ "kind": "EnumMember",
2641
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.Textarea:member",
2642
+ "docComment": "",
2643
+ "excerptTokens": [
2644
+ {
2645
+ "kind": "Content",
2646
+ "text": "Textarea = "
2647
+ },
2648
+ {
2649
+ "kind": "Content",
2650
+ "text": "9"
2651
+ }
2652
+ ],
2653
+ "initializerTokenRange": {
2654
+ "startIndex": 1,
2655
+ "endIndex": 2
2656
+ },
2657
+ "releaseTag": "Public",
2658
+ "name": "Textarea"
2659
+ },
2660
+ {
2661
+ "kind": "EnumMember",
2662
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.Time:member",
2663
+ "docComment": "",
2664
+ "excerptTokens": [
2665
+ {
2666
+ "kind": "Content",
2667
+ "text": "Time = "
2668
+ },
2669
+ {
2670
+ "kind": "Content",
2671
+ "text": "5"
2672
+ }
2673
+ ],
2674
+ "initializerTokenRange": {
2675
+ "startIndex": 1,
2676
+ "endIndex": 2
2677
+ },
2678
+ "releaseTag": "Public",
2679
+ "name": "Time"
2680
+ },
2681
+ {
2682
+ "kind": "EnumMember",
2683
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.Url:member",
2684
+ "docComment": "",
2685
+ "excerptTokens": [
2686
+ {
2687
+ "kind": "Content",
2688
+ "text": "Url = "
2689
+ },
2690
+ {
2691
+ "kind": "Content",
2692
+ "text": "7"
2693
+ }
2694
+ ],
2695
+ "initializerTokenRange": {
2696
+ "startIndex": 1,
2697
+ "endIndex": 2
2698
+ },
2699
+ "releaseTag": "Public",
2700
+ "name": "Url"
2701
+ }
2702
+ ]
2703
+ },
2704
+ {
2705
+ "kind": "Interface",
2706
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeWithObjectType:interface",
2707
+ "docComment": "",
2708
+ "excerptTokens": [
2709
+ {
2710
+ "kind": "Content",
2711
+ "text": "export interface AssetsObjectTypeAttributeWithObjectType extends "
2712
+ },
2713
+ {
2714
+ "kind": "Reference",
2715
+ "text": "AssetsObjectTypeAttribute",
2716
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute:interface"
2717
+ },
2718
+ {
2719
+ "kind": "Content",
2720
+ "text": " "
2721
+ }
2722
+ ],
2723
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object-type-attribute.d.ts",
2724
+ "releaseTag": "Public",
2725
+ "name": "AssetsObjectTypeAttributeWithObjectType",
2726
+ "preserveMemberOrder": false,
2727
+ "members": [
2728
+ {
2729
+ "kind": "PropertySignature",
2730
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeWithObjectType#objectType:member",
2731
+ "docComment": "",
2732
+ "excerptTokens": [
2733
+ {
2734
+ "kind": "Content",
2735
+ "text": "objectType: "
2736
+ },
2737
+ {
2738
+ "kind": "Reference",
2739
+ "text": "AssetsObjectType",
2740
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType:interface"
2741
+ },
2742
+ {
2743
+ "kind": "Content",
2744
+ "text": ";"
2745
+ }
2746
+ ],
2747
+ "isReadonly": false,
2748
+ "isOptional": false,
2749
+ "releaseTag": "Public",
2750
+ "name": "objectType",
2751
+ "propertyTypeTokenRange": {
2752
+ "startIndex": 1,
2753
+ "endIndex": 2
2754
+ }
2755
+ }
2756
+ ],
2757
+ "extendsTokenRanges": [
2758
+ {
2759
+ "startIndex": 1,
2760
+ "endIndex": 2
2761
+ }
2762
+ ]
2763
+ },
2764
+ {
2765
+ "kind": "TypeAlias",
2766
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectWithAttributeDefinitions:type",
2767
+ "docComment": "",
2768
+ "excerptTokens": [
2769
+ {
2770
+ "kind": "Content",
2771
+ "text": "export type AssetsObjectWithAttributeDefinitions = "
2772
+ },
2773
+ {
2774
+ "kind": "Reference",
2775
+ "text": "AssetsObject",
2776
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject:interface"
2777
+ },
2778
+ {
2779
+ "kind": "Content",
2780
+ "text": "<"
2781
+ },
2782
+ {
2783
+ "kind": "Reference",
2784
+ "text": "AssetsObjectAttributeWithDefinition",
2785
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttributeWithDefinition:interface"
2786
+ },
2787
+ {
2788
+ "kind": "Content",
2789
+ "text": ">"
2790
+ },
2791
+ {
2792
+ "kind": "Content",
2793
+ "text": ";"
2794
+ }
2795
+ ],
2796
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object.d.ts",
2797
+ "releaseTag": "Public",
2798
+ "name": "AssetsObjectWithAttributeDefinitions",
2799
+ "typeTokenRange": {
2800
+ "startIndex": 1,
2801
+ "endIndex": 5
2802
+ }
2803
+ },
2804
+ {
2805
+ "kind": "Interface",
2806
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsPaginatedObjectSchemaResult:interface",
2807
+ "docComment": "",
2808
+ "excerptTokens": [
2809
+ {
2810
+ "kind": "Content",
2811
+ "text": "export interface AssetsPaginatedObjectSchemaResult "
2812
+ }
2813
+ ],
2814
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/assets-object-schema.d.ts",
2815
+ "releaseTag": "Public",
2816
+ "name": "AssetsPaginatedObjectSchemaResult",
2817
+ "preserveMemberOrder": false,
2818
+ "members": [
2819
+ {
2820
+ "kind": "PropertySignature",
2821
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsPaginatedObjectSchemaResult#_links:member",
2822
+ "docComment": "",
2823
+ "excerptTokens": [
2824
+ {
2825
+ "kind": "Content",
2826
+ "text": "_links: "
2827
+ },
2828
+ {
2829
+ "kind": "Content",
2830
+ "text": "{\n self: string;\n base: string;\n context: string;\n }"
2831
+ },
2832
+ {
2833
+ "kind": "Content",
2834
+ "text": ";"
2835
+ }
2836
+ ],
2837
+ "isReadonly": false,
2838
+ "isOptional": false,
2839
+ "releaseTag": "Public",
2840
+ "name": "_links",
2841
+ "propertyTypeTokenRange": {
2842
+ "startIndex": 1,
2843
+ "endIndex": 2
2844
+ }
2845
+ },
2846
+ {
2847
+ "kind": "PropertySignature",
2848
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsPaginatedObjectSchemaResult#isLast:member",
2849
+ "docComment": "",
2850
+ "excerptTokens": [
2851
+ {
2852
+ "kind": "Content",
2853
+ "text": "isLast: "
2854
+ },
2855
+ {
2856
+ "kind": "Content",
2857
+ "text": "true"
2858
+ },
2859
+ {
2860
+ "kind": "Content",
2861
+ "text": ";"
2862
+ }
2863
+ ],
2864
+ "isReadonly": false,
2865
+ "isOptional": false,
2866
+ "releaseTag": "Public",
2867
+ "name": "isLast",
2868
+ "propertyTypeTokenRange": {
2869
+ "startIndex": 1,
2870
+ "endIndex": 2
2871
+ }
2872
+ },
2873
+ {
2874
+ "kind": "PropertySignature",
2875
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsPaginatedObjectSchemaResult#maxResults:member",
2876
+ "docComment": "",
2877
+ "excerptTokens": [
2878
+ {
2879
+ "kind": "Content",
2880
+ "text": "maxResults: "
2881
+ },
2882
+ {
2883
+ "kind": "Content",
2884
+ "text": "number"
2885
+ },
2886
+ {
2887
+ "kind": "Content",
2888
+ "text": ";"
2889
+ }
2890
+ ],
2891
+ "isReadonly": false,
2892
+ "isOptional": false,
2893
+ "releaseTag": "Public",
2894
+ "name": "maxResults",
2895
+ "propertyTypeTokenRange": {
2896
+ "startIndex": 1,
2897
+ "endIndex": 2
2898
+ }
2899
+ },
2900
+ {
2901
+ "kind": "PropertySignature",
2902
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsPaginatedObjectSchemaResult#startAt:member",
2903
+ "docComment": "",
2904
+ "excerptTokens": [
2905
+ {
2906
+ "kind": "Content",
2907
+ "text": "startAt: "
2908
+ },
2909
+ {
2910
+ "kind": "Content",
2911
+ "text": "number"
2912
+ },
2913
+ {
2914
+ "kind": "Content",
2915
+ "text": ";"
2916
+ }
2917
+ ],
2918
+ "isReadonly": false,
2919
+ "isOptional": false,
2920
+ "releaseTag": "Public",
2921
+ "name": "startAt",
2922
+ "propertyTypeTokenRange": {
2923
+ "startIndex": 1,
2924
+ "endIndex": 2
2925
+ }
2926
+ },
2927
+ {
2928
+ "kind": "PropertySignature",
2929
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsPaginatedObjectSchemaResult#total:member",
2930
+ "docComment": "",
2931
+ "excerptTokens": [
2932
+ {
2933
+ "kind": "Content",
2934
+ "text": "total: "
2935
+ },
2936
+ {
2937
+ "kind": "Content",
2938
+ "text": "number"
2939
+ },
2940
+ {
2941
+ "kind": "Content",
2942
+ "text": ";"
2943
+ }
2944
+ ],
2945
+ "isReadonly": false,
2946
+ "isOptional": false,
2947
+ "releaseTag": "Public",
2948
+ "name": "total",
2949
+ "propertyTypeTokenRange": {
2950
+ "startIndex": 1,
2951
+ "endIndex": 2
2952
+ }
2953
+ },
2954
+ {
2955
+ "kind": "PropertySignature",
2956
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsPaginatedObjectSchemaResult#values:member",
2957
+ "docComment": "",
2958
+ "excerptTokens": [
2959
+ {
2960
+ "kind": "Content",
2961
+ "text": "values: "
2962
+ },
2963
+ {
2964
+ "kind": "Reference",
2965
+ "text": "AssetsObjectSchema",
2966
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectSchema:interface"
2967
+ },
2968
+ {
2969
+ "kind": "Content",
2970
+ "text": "[]"
2971
+ },
2972
+ {
2973
+ "kind": "Content",
2974
+ "text": ";"
2975
+ }
2976
+ ],
2977
+ "isReadonly": false,
2978
+ "isOptional": false,
2979
+ "releaseTag": "Public",
2980
+ "name": "values",
2981
+ "propertyTypeTokenRange": {
2982
+ "startIndex": 1,
2983
+ "endIndex": 3
2984
+ }
2985
+ }
2986
+ ],
2987
+ "extendsTokenRanges": []
2988
+ },
2989
+ {
2990
+ "kind": "Interface",
2991
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetType:interface",
2992
+ "docComment": "",
2993
+ "excerptTokens": [
2994
+ {
2995
+ "kind": "Content",
2996
+ "text": "export interface AssetType "
2997
+ }
2998
+ ],
2999
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/asset-type.d.ts",
3000
+ "releaseTag": "Public",
3001
+ "name": "AssetType",
3002
+ "preserveMemberOrder": false,
3003
+ "members": [
3004
+ {
3005
+ "kind": "PropertySignature",
3006
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetType#labelAttributeName:member",
3007
+ "docComment": "",
3008
+ "excerptTokens": [
3009
+ {
3010
+ "kind": "Content",
3011
+ "text": "labelAttributeName: "
3012
+ },
3013
+ {
3014
+ "kind": "Content",
3015
+ "text": "string"
3016
+ },
3017
+ {
3018
+ "kind": "Content",
3019
+ "text": ";"
3020
+ }
3021
+ ],
3022
+ "isReadonly": false,
3023
+ "isOptional": false,
3024
+ "releaseTag": "Public",
3025
+ "name": "labelAttributeName",
3026
+ "propertyTypeTokenRange": {
3027
+ "startIndex": 1,
3028
+ "endIndex": 2
3029
+ }
3030
+ },
3031
+ {
3032
+ "kind": "PropertySignature",
3033
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetType#objectTypeName:member",
3034
+ "docComment": "",
3035
+ "excerptTokens": [
3036
+ {
3037
+ "kind": "Content",
3038
+ "text": "objectTypeName: "
3039
+ },
3040
+ {
3041
+ "kind": "Content",
3042
+ "text": "string"
3043
+ },
3044
+ {
3045
+ "kind": "Content",
3046
+ "text": ";"
3047
+ }
3048
+ ],
3049
+ "isReadonly": false,
3050
+ "isOptional": false,
3051
+ "releaseTag": "Public",
3052
+ "name": "objectTypeName",
3053
+ "propertyTypeTokenRange": {
3054
+ "startIndex": 1,
3055
+ "endIndex": 2
3056
+ }
3057
+ },
3058
+ {
3059
+ "kind": "PropertySignature",
3060
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetType#schemaKey:member",
3061
+ "docComment": "",
3062
+ "excerptTokens": [
3063
+ {
3064
+ "kind": "Content",
3065
+ "text": "schemaKey: "
3066
+ },
3067
+ {
3068
+ "kind": "Content",
3069
+ "text": "string"
3070
+ },
3071
+ {
3072
+ "kind": "Content",
3073
+ "text": ";"
3074
+ }
3075
+ ],
3076
+ "isReadonly": false,
3077
+ "isOptional": false,
3078
+ "releaseTag": "Public",
3079
+ "name": "schemaKey",
3080
+ "propertyTypeTokenRange": {
3081
+ "startIndex": 1,
3082
+ "endIndex": 2
3083
+ }
3084
+ },
3085
+ {
3086
+ "kind": "PropertySignature",
3087
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetType#schemaName:member",
3088
+ "docComment": "",
3089
+ "excerptTokens": [
3090
+ {
3091
+ "kind": "Content",
3092
+ "text": "schemaName: "
3093
+ },
3094
+ {
3095
+ "kind": "Content",
3096
+ "text": "string"
3097
+ },
3098
+ {
3099
+ "kind": "Content",
3100
+ "text": ";"
3101
+ }
3102
+ ],
3103
+ "isReadonly": false,
3104
+ "isOptional": false,
3105
+ "releaseTag": "Public",
3106
+ "name": "schemaName",
3107
+ "propertyTypeTokenRange": {
3108
+ "startIndex": 1,
3109
+ "endIndex": 2
3110
+ }
3111
+ }
3112
+ ],
3113
+ "extendsTokenRanges": []
3114
+ },
3115
+ {
3116
+ "kind": "Function",
3117
+ "canonicalReference": "@valiantys/atlassian-app-frontend!convertDataSourceType:function(1)",
3118
+ "docComment": "",
3119
+ "excerptTokens": [
3120
+ {
3121
+ "kind": "Content",
3122
+ "text": "export declare function convertDataSourceType(type: "
3123
+ },
3124
+ {
3125
+ "kind": "Content",
3126
+ "text": "string"
3127
+ },
3128
+ {
3129
+ "kind": "Content",
3130
+ "text": "): "
3131
+ },
3132
+ {
3133
+ "kind": "Reference",
3134
+ "text": "AssetsObjectTypeAttributeValueType.Text",
3135
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.Text:member"
3136
+ },
3137
+ {
3138
+ "kind": "Content",
3139
+ "text": " | "
3140
+ },
3141
+ {
3142
+ "kind": "Reference",
3143
+ "text": "AssetsObjectTypeAttributeValueType.Integer",
3144
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttributeValueType.Integer:member"
3145
+ },
3146
+ {
3147
+ "kind": "Content",
3148
+ "text": ";"
3149
+ }
3150
+ ],
3151
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object-type-attribute.d.ts",
3152
+ "returnTypeTokenRange": {
3153
+ "startIndex": 3,
3154
+ "endIndex": 6
3155
+ },
3156
+ "releaseTag": "Public",
3157
+ "overloadIndex": 1,
3158
+ "parameters": [
3159
+ {
3160
+ "parameterName": "type",
3161
+ "parameterTypeTokenRange": {
3162
+ "startIndex": 1,
3163
+ "endIndex": 2
3164
+ },
3165
+ "isOptional": false
3166
+ }
3167
+ ],
3168
+ "name": "convertDataSourceType"
3169
+ },
3170
+ {
3171
+ "kind": "Function",
3172
+ "canonicalReference": "@valiantys/atlassian-app-frontend!createAssetsObjectAttributeIn:function(1)",
3173
+ "docComment": "",
3174
+ "excerptTokens": [
3175
+ {
3176
+ "kind": "Content",
3177
+ "text": "export declare function createAssetsObjectAttributeIn(id: "
3178
+ },
3179
+ {
3180
+ "kind": "Content",
3181
+ "text": "string"
3182
+ },
3183
+ {
3184
+ "kind": "Content",
3185
+ "text": ", value: "
3186
+ },
3187
+ {
3188
+ "kind": "Content",
3189
+ "text": "string"
3190
+ },
3191
+ {
3192
+ "kind": "Content",
3193
+ "text": "): "
3194
+ },
3195
+ {
3196
+ "kind": "Reference",
3197
+ "text": "AssetsObjectAttributeIn",
3198
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectAttributeIn:interface"
3199
+ },
3200
+ {
3201
+ "kind": "Content",
3202
+ "text": ";"
3203
+ }
3204
+ ],
3205
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object.d.ts",
3206
+ "returnTypeTokenRange": {
3207
+ "startIndex": 5,
3208
+ "endIndex": 6
3209
+ },
3210
+ "releaseTag": "Public",
3211
+ "overloadIndex": 1,
3212
+ "parameters": [
3213
+ {
3214
+ "parameterName": "id",
3215
+ "parameterTypeTokenRange": {
3216
+ "startIndex": 1,
3217
+ "endIndex": 2
3218
+ },
3219
+ "isOptional": false
3220
+ },
3221
+ {
3222
+ "parameterName": "value",
3223
+ "parameterTypeTokenRange": {
3224
+ "startIndex": 3,
3225
+ "endIndex": 4
3226
+ },
3227
+ "isOptional": false
3228
+ }
3229
+ ],
3230
+ "name": "createAssetsObjectAttributeIn"
3231
+ },
3232
+ {
3233
+ "kind": "Interface",
3234
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse:interface",
3235
+ "docComment": "",
3236
+ "excerptTokens": [
3237
+ {
3238
+ "kind": "Content",
3239
+ "text": "export interface CreateAssetsObjectResponse "
3240
+ }
3241
+ ],
3242
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object.d.ts",
3243
+ "releaseTag": "Public",
3244
+ "name": "CreateAssetsObjectResponse",
3245
+ "preserveMemberOrder": false,
3246
+ "members": [
3247
+ {
3248
+ "kind": "PropertySignature",
3249
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse#_links:member",
3250
+ "docComment": "",
3251
+ "excerptTokens": [
3252
+ {
3253
+ "kind": "Content",
3254
+ "text": "_links: "
3255
+ },
3256
+ {
3257
+ "kind": "Content",
3258
+ "text": "{\n self: string;\n }"
3259
+ },
3260
+ {
3261
+ "kind": "Content",
3262
+ "text": ";"
3263
+ }
3264
+ ],
3265
+ "isReadonly": false,
3266
+ "isOptional": false,
3267
+ "releaseTag": "Public",
3268
+ "name": "_links",
3269
+ "propertyTypeTokenRange": {
3270
+ "startIndex": 1,
3271
+ "endIndex": 2
3272
+ }
3273
+ },
3274
+ {
3275
+ "kind": "PropertySignature",
3276
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse#avatar:member",
3277
+ "docComment": "",
3278
+ "excerptTokens": [
3279
+ {
3280
+ "kind": "Content",
3281
+ "text": "avatar: "
3282
+ },
3283
+ {
3284
+ "kind": "Content",
3285
+ "text": "unknown"
3286
+ },
3287
+ {
3288
+ "kind": "Content",
3289
+ "text": ";"
3290
+ }
3291
+ ],
3292
+ "isReadonly": false,
3293
+ "isOptional": false,
3294
+ "releaseTag": "Public",
3295
+ "name": "avatar",
3296
+ "propertyTypeTokenRange": {
3297
+ "startIndex": 1,
3298
+ "endIndex": 2
3299
+ }
3300
+ },
3301
+ {
3302
+ "kind": "PropertySignature",
3303
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse#created:member",
3304
+ "docComment": "",
3305
+ "excerptTokens": [
3306
+ {
3307
+ "kind": "Content",
3308
+ "text": "created: "
3309
+ },
3310
+ {
3311
+ "kind": "Content",
3312
+ "text": "string"
3313
+ },
3314
+ {
3315
+ "kind": "Content",
3316
+ "text": ";"
3317
+ }
3318
+ ],
3319
+ "isReadonly": false,
3320
+ "isOptional": false,
3321
+ "releaseTag": "Public",
3322
+ "name": "created",
3323
+ "propertyTypeTokenRange": {
3324
+ "startIndex": 1,
3325
+ "endIndex": 2
3326
+ }
3327
+ },
3328
+ {
3329
+ "kind": "PropertySignature",
3330
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse#globalId:member",
3331
+ "docComment": "",
3332
+ "excerptTokens": [
3333
+ {
3334
+ "kind": "Content",
3335
+ "text": "globalId: "
3336
+ },
3337
+ {
3338
+ "kind": "Content",
3339
+ "text": "string"
3340
+ },
3341
+ {
3342
+ "kind": "Content",
3343
+ "text": ";"
3344
+ }
3345
+ ],
3346
+ "isReadonly": false,
3347
+ "isOptional": false,
3348
+ "releaseTag": "Public",
3349
+ "name": "globalId",
3350
+ "propertyTypeTokenRange": {
3351
+ "startIndex": 1,
3352
+ "endIndex": 2
3353
+ }
3354
+ },
3355
+ {
3356
+ "kind": "PropertySignature",
3357
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse#hasAvatar:member",
3358
+ "docComment": "",
3359
+ "excerptTokens": [
3360
+ {
3361
+ "kind": "Content",
3362
+ "text": "hasAvatar: "
3363
+ },
3364
+ {
3365
+ "kind": "Content",
3366
+ "text": "boolean"
3367
+ },
3368
+ {
3369
+ "kind": "Content",
3370
+ "text": ";"
3371
+ }
3372
+ ],
3373
+ "isReadonly": false,
3374
+ "isOptional": false,
3375
+ "releaseTag": "Public",
3376
+ "name": "hasAvatar",
3377
+ "propertyTypeTokenRange": {
3378
+ "startIndex": 1,
3379
+ "endIndex": 2
3380
+ }
3381
+ },
3382
+ {
3383
+ "kind": "PropertySignature",
3384
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse#id:member",
3385
+ "docComment": "",
3386
+ "excerptTokens": [
3387
+ {
3388
+ "kind": "Content",
3389
+ "text": "id: "
3390
+ },
3391
+ {
3392
+ "kind": "Content",
3393
+ "text": "string"
3394
+ },
3395
+ {
3396
+ "kind": "Content",
3397
+ "text": ";"
3398
+ }
3399
+ ],
3400
+ "isReadonly": false,
3401
+ "isOptional": false,
3402
+ "releaseTag": "Public",
3403
+ "name": "id",
3404
+ "propertyTypeTokenRange": {
3405
+ "startIndex": 1,
3406
+ "endIndex": 2
3407
+ }
3408
+ },
3409
+ {
3410
+ "kind": "PropertySignature",
3411
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse#label:member",
3412
+ "docComment": "",
3413
+ "excerptTokens": [
3414
+ {
3415
+ "kind": "Content",
3416
+ "text": "label: "
3417
+ },
3418
+ {
3419
+ "kind": "Content",
3420
+ "text": "string"
3421
+ },
3422
+ {
3423
+ "kind": "Content",
3424
+ "text": ";"
3425
+ }
3426
+ ],
3427
+ "isReadonly": false,
3428
+ "isOptional": false,
3429
+ "releaseTag": "Public",
3430
+ "name": "label",
3431
+ "propertyTypeTokenRange": {
3432
+ "startIndex": 1,
3433
+ "endIndex": 2
3434
+ }
3435
+ },
3436
+ {
3437
+ "kind": "PropertySignature",
3438
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse#name:member",
3439
+ "docComment": "",
3440
+ "excerptTokens": [
3441
+ {
3442
+ "kind": "Content",
3443
+ "text": "name: "
3444
+ },
3445
+ {
3446
+ "kind": "Content",
3447
+ "text": "string"
3448
+ },
3449
+ {
3450
+ "kind": "Content",
3451
+ "text": ";"
3452
+ }
3453
+ ],
3454
+ "isReadonly": false,
3455
+ "isOptional": false,
3456
+ "releaseTag": "Public",
3457
+ "name": "name",
3458
+ "propertyTypeTokenRange": {
3459
+ "startIndex": 1,
3460
+ "endIndex": 2
3461
+ }
3462
+ },
3463
+ {
3464
+ "kind": "PropertySignature",
3465
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse#objectKey:member",
3466
+ "docComment": "",
3467
+ "excerptTokens": [
3468
+ {
3469
+ "kind": "Content",
3470
+ "text": "objectKey: "
3471
+ },
3472
+ {
3473
+ "kind": "Content",
3474
+ "text": "string"
3475
+ },
3476
+ {
3477
+ "kind": "Content",
3478
+ "text": ";"
3479
+ }
3480
+ ],
3481
+ "isReadonly": false,
3482
+ "isOptional": false,
3483
+ "releaseTag": "Public",
3484
+ "name": "objectKey",
3485
+ "propertyTypeTokenRange": {
3486
+ "startIndex": 1,
3487
+ "endIndex": 2
3488
+ }
3489
+ },
3490
+ {
3491
+ "kind": "PropertySignature",
3492
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse#objectType:member",
3493
+ "docComment": "",
3494
+ "excerptTokens": [
3495
+ {
3496
+ "kind": "Content",
3497
+ "text": "objectType: "
3498
+ },
3499
+ {
3500
+ "kind": "Reference",
3501
+ "text": "AssetsObjectType",
3502
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectType:interface"
3503
+ },
3504
+ {
3505
+ "kind": "Content",
3506
+ "text": ";"
3507
+ }
3508
+ ],
3509
+ "isReadonly": false,
3510
+ "isOptional": false,
3511
+ "releaseTag": "Public",
3512
+ "name": "objectType",
3513
+ "propertyTypeTokenRange": {
3514
+ "startIndex": 1,
3515
+ "endIndex": 2
3516
+ }
3517
+ },
3518
+ {
3519
+ "kind": "PropertySignature",
3520
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse#timestamp:member",
3521
+ "docComment": "",
3522
+ "excerptTokens": [
3523
+ {
3524
+ "kind": "Content",
3525
+ "text": "timestamp: "
3526
+ },
3527
+ {
3528
+ "kind": "Content",
3529
+ "text": "number"
3530
+ },
3531
+ {
3532
+ "kind": "Content",
3533
+ "text": ";"
3534
+ }
3535
+ ],
3536
+ "isReadonly": false,
3537
+ "isOptional": false,
3538
+ "releaseTag": "Public",
3539
+ "name": "timestamp",
3540
+ "propertyTypeTokenRange": {
3541
+ "startIndex": 1,
3542
+ "endIndex": 2
3543
+ }
3544
+ },
3545
+ {
3546
+ "kind": "PropertySignature",
3547
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse#updated:member",
3548
+ "docComment": "",
3549
+ "excerptTokens": [
3550
+ {
3551
+ "kind": "Content",
3552
+ "text": "updated: "
3553
+ },
3554
+ {
3555
+ "kind": "Content",
3556
+ "text": "string"
3557
+ },
3558
+ {
3559
+ "kind": "Content",
3560
+ "text": ";"
3561
+ }
3562
+ ],
3563
+ "isReadonly": false,
3564
+ "isOptional": false,
3565
+ "releaseTag": "Public",
3566
+ "name": "updated",
3567
+ "propertyTypeTokenRange": {
3568
+ "startIndex": 1,
3569
+ "endIndex": 2
3570
+ }
3571
+ },
3572
+ {
3573
+ "kind": "PropertySignature",
3574
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CreateAssetsObjectResponse#workspaceId:member",
3575
+ "docComment": "",
3576
+ "excerptTokens": [
3577
+ {
3578
+ "kind": "Content",
3579
+ "text": "workspaceId: "
3580
+ },
3581
+ {
3582
+ "kind": "Content",
3583
+ "text": "string"
3584
+ },
3585
+ {
3586
+ "kind": "Content",
3587
+ "text": ";"
3588
+ }
3589
+ ],
3590
+ "isReadonly": false,
3591
+ "isOptional": false,
3592
+ "releaseTag": "Public",
3593
+ "name": "workspaceId",
3594
+ "propertyTypeTokenRange": {
3595
+ "startIndex": 1,
3596
+ "endIndex": 2
3597
+ }
3598
+ }
3599
+ ],
3600
+ "extendsTokenRanges": []
3601
+ },
3602
+ {
3603
+ "kind": "Variable",
3604
+ "canonicalReference": "@valiantys/atlassian-app-frontend!DEFAULT_ASSET_OBJECT_TYPE_LABEL_FIELD_NAME:var",
3605
+ "docComment": "",
3606
+ "excerptTokens": [
3607
+ {
3608
+ "kind": "Content",
3609
+ "text": "DEFAULT_ASSET_OBJECT_TYPE_LABEL_FIELD_NAME = "
3610
+ },
3611
+ {
3612
+ "kind": "Content",
3613
+ "text": "\"Name\""
3614
+ }
3615
+ ],
3616
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/asset-type.d.ts",
3617
+ "initializerTokenRange": {
3618
+ "startIndex": 1,
3619
+ "endIndex": 2
3620
+ },
3621
+ "isReadonly": true,
3622
+ "releaseTag": "Public",
3623
+ "name": "DEFAULT_ASSET_OBJECT_TYPE_LABEL_FIELD_NAME",
3624
+ "variableTypeTokenRange": {
3625
+ "startIndex": 0,
3626
+ "endIndex": 0
3627
+ }
3628
+ },
3629
+ {
3630
+ "kind": "Interface",
3631
+ "canonicalReference": "@valiantys/atlassian-app-frontend!MappedAssetsObject:interface",
3632
+ "docComment": "",
3633
+ "excerptTokens": [
3634
+ {
3635
+ "kind": "Content",
3636
+ "text": "export interface MappedAssetsObject "
3637
+ }
3638
+ ],
3639
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/mapped-assets-object.d.ts",
3640
+ "releaseTag": "Public",
3641
+ "name": "MappedAssetsObject",
3642
+ "preserveMemberOrder": false,
3643
+ "members": [
3644
+ {
3645
+ "kind": "PropertySignature",
3646
+ "canonicalReference": "@valiantys/atlassian-app-frontend!MappedAssetsObject#attributes:member",
3647
+ "docComment": "",
3648
+ "excerptTokens": [
3649
+ {
3650
+ "kind": "Content",
3651
+ "text": "attributes: "
3652
+ },
3653
+ {
3654
+ "kind": "Reference",
3655
+ "text": "Record",
3656
+ "canonicalReference": "!Record:type"
3657
+ },
3658
+ {
3659
+ "kind": "Content",
3660
+ "text": "<string, "
3661
+ },
3662
+ {
3663
+ "kind": "Reference",
3664
+ "text": "MappedAssetsObjectAttribute",
3665
+ "canonicalReference": "@valiantys/atlassian-app-frontend!MappedAssetsObjectAttribute:interface"
3666
+ },
3667
+ {
3668
+ "kind": "Content",
3669
+ "text": ">"
3670
+ },
3671
+ {
3672
+ "kind": "Content",
3673
+ "text": ";"
3674
+ }
3675
+ ],
3676
+ "isReadonly": false,
3677
+ "isOptional": false,
3678
+ "releaseTag": "Public",
3679
+ "name": "attributes",
3680
+ "propertyTypeTokenRange": {
3681
+ "startIndex": 1,
3682
+ "endIndex": 5
3683
+ }
3684
+ },
3685
+ {
3686
+ "kind": "PropertySignature",
3687
+ "canonicalReference": "@valiantys/atlassian-app-frontend!MappedAssetsObject#globalId:member",
3688
+ "docComment": "",
3689
+ "excerptTokens": [
3690
+ {
3691
+ "kind": "Content",
3692
+ "text": "globalId: "
3693
+ },
3694
+ {
3695
+ "kind": "Content",
3696
+ "text": "string"
3697
+ },
3698
+ {
3699
+ "kind": "Content",
3700
+ "text": ";"
3701
+ }
3702
+ ],
3703
+ "isReadonly": false,
3704
+ "isOptional": false,
3705
+ "releaseTag": "Public",
3706
+ "name": "globalId",
3707
+ "propertyTypeTokenRange": {
3708
+ "startIndex": 1,
3709
+ "endIndex": 2
3710
+ }
3711
+ },
3712
+ {
3713
+ "kind": "PropertySignature",
3714
+ "canonicalReference": "@valiantys/atlassian-app-frontend!MappedAssetsObject#id:member",
3715
+ "docComment": "",
3716
+ "excerptTokens": [
3717
+ {
3718
+ "kind": "Content",
3719
+ "text": "id: "
3720
+ },
3721
+ {
3722
+ "kind": "Content",
3723
+ "text": "string"
3724
+ },
3725
+ {
3726
+ "kind": "Content",
3727
+ "text": ";"
3728
+ }
3729
+ ],
3730
+ "isReadonly": false,
3731
+ "isOptional": false,
3732
+ "releaseTag": "Public",
3733
+ "name": "id",
3734
+ "propertyTypeTokenRange": {
3735
+ "startIndex": 1,
3736
+ "endIndex": 2
3737
+ }
3738
+ },
3739
+ {
3740
+ "kind": "PropertySignature",
3741
+ "canonicalReference": "@valiantys/atlassian-app-frontend!MappedAssetsObject#objectTypeId:member",
3742
+ "docComment": "",
3743
+ "excerptTokens": [
3744
+ {
3745
+ "kind": "Content",
3746
+ "text": "objectTypeId: "
3747
+ },
3748
+ {
3749
+ "kind": "Content",
3750
+ "text": "string"
3751
+ },
3752
+ {
3753
+ "kind": "Content",
3754
+ "text": ";"
3755
+ }
3756
+ ],
3757
+ "isReadonly": false,
3758
+ "isOptional": false,
3759
+ "releaseTag": "Public",
3760
+ "name": "objectTypeId",
3761
+ "propertyTypeTokenRange": {
3762
+ "startIndex": 1,
3763
+ "endIndex": 2
3764
+ }
3765
+ },
3766
+ {
3767
+ "kind": "PropertySignature",
3768
+ "canonicalReference": "@valiantys/atlassian-app-frontend!MappedAssetsObject#workspaceId:member",
3769
+ "docComment": "",
3770
+ "excerptTokens": [
3771
+ {
3772
+ "kind": "Content",
3773
+ "text": "workspaceId: "
3774
+ },
3775
+ {
3776
+ "kind": "Content",
3777
+ "text": "string"
3778
+ },
3779
+ {
3780
+ "kind": "Content",
3781
+ "text": ";"
3782
+ }
3783
+ ],
3784
+ "isReadonly": false,
3785
+ "isOptional": false,
3786
+ "releaseTag": "Public",
3787
+ "name": "workspaceId",
3788
+ "propertyTypeTokenRange": {
3789
+ "startIndex": 1,
3790
+ "endIndex": 2
3791
+ }
3792
+ }
3793
+ ],
3794
+ "extendsTokenRanges": []
3795
+ },
3796
+ {
3797
+ "kind": "Interface",
3798
+ "canonicalReference": "@valiantys/atlassian-app-frontend!MappedAssetsObjectAttribute:interface",
3799
+ "docComment": "",
3800
+ "excerptTokens": [
3801
+ {
3802
+ "kind": "Content",
3803
+ "text": "export interface MappedAssetsObjectAttribute "
3804
+ }
3805
+ ],
3806
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/mapped-assets-object.d.ts",
3807
+ "releaseTag": "Public",
3808
+ "name": "MappedAssetsObjectAttribute",
3809
+ "preserveMemberOrder": false,
3810
+ "members": [
3811
+ {
3812
+ "kind": "PropertySignature",
3813
+ "canonicalReference": "@valiantys/atlassian-app-frontend!MappedAssetsObjectAttribute#objectTypeAttributeId:member",
3814
+ "docComment": "",
3815
+ "excerptTokens": [
3816
+ {
3817
+ "kind": "Content",
3818
+ "text": "objectTypeAttributeId: "
3819
+ },
3820
+ {
3821
+ "kind": "Content",
3822
+ "text": "string"
3823
+ },
3824
+ {
3825
+ "kind": "Content",
3826
+ "text": ";"
3827
+ }
3828
+ ],
3829
+ "isReadonly": false,
3830
+ "isOptional": false,
3831
+ "releaseTag": "Public",
3832
+ "name": "objectTypeAttributeId",
3833
+ "propertyTypeTokenRange": {
3834
+ "startIndex": 1,
3835
+ "endIndex": 2
3836
+ }
3837
+ },
3838
+ {
3839
+ "kind": "PropertySignature",
3840
+ "canonicalReference": "@valiantys/atlassian-app-frontend!MappedAssetsObjectAttribute#value:member",
3841
+ "docComment": "",
3842
+ "excerptTokens": [
3843
+ {
3844
+ "kind": "Content",
3845
+ "text": "value: "
3846
+ },
3847
+ {
3848
+ "kind": "Content",
3849
+ "text": "string"
3850
+ },
3851
+ {
3852
+ "kind": "Content",
3853
+ "text": ";"
3854
+ }
3855
+ ],
3856
+ "isReadonly": false,
3857
+ "isOptional": false,
3858
+ "releaseTag": "Public",
3859
+ "name": "value",
3860
+ "propertyTypeTokenRange": {
3861
+ "startIndex": 1,
3862
+ "endIndex": 2
3863
+ }
3864
+ }
3865
+ ],
3866
+ "extendsTokenRanges": []
3867
+ },
3868
+ {
3869
+ "kind": "Interface",
3870
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ObjectConnectedTickets:interface",
3871
+ "docComment": "",
3872
+ "excerptTokens": [
3873
+ {
3874
+ "kind": "Content",
3875
+ "text": "export interface ObjectConnectedTickets "
3876
+ }
3877
+ ],
3878
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object-connected-tickets.d.ts",
3879
+ "releaseTag": "Public",
3880
+ "name": "ObjectConnectedTickets",
3881
+ "preserveMemberOrder": false,
3882
+ "members": [
3883
+ {
3884
+ "kind": "PropertySignature",
3885
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ObjectConnectedTickets#allTicketsQuery:member",
3886
+ "docComment": "",
3887
+ "excerptTokens": [
3888
+ {
3889
+ "kind": "Content",
3890
+ "text": "allTicketsQuery: "
3891
+ },
3892
+ {
3893
+ "kind": "Content",
3894
+ "text": "string"
3895
+ },
3896
+ {
3897
+ "kind": "Content",
3898
+ "text": ";"
3899
+ }
3900
+ ],
3901
+ "isReadonly": false,
3902
+ "isOptional": false,
3903
+ "releaseTag": "Public",
3904
+ "name": "allTicketsQuery",
3905
+ "propertyTypeTokenRange": {
3906
+ "startIndex": 1,
3907
+ "endIndex": 2
3908
+ }
3909
+ },
3910
+ {
3911
+ "kind": "PropertySignature",
3912
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ObjectConnectedTickets#tickets:member",
3913
+ "docComment": "",
3914
+ "excerptTokens": [
3915
+ {
3916
+ "kind": "Content",
3917
+ "text": "tickets?: "
3918
+ },
3919
+ {
3920
+ "kind": "Reference",
3921
+ "text": "Ticket",
3922
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Ticket:interface"
3923
+ },
3924
+ {
3925
+ "kind": "Content",
3926
+ "text": "[]"
3927
+ },
3928
+ {
3929
+ "kind": "Content",
3930
+ "text": ";"
3931
+ }
3932
+ ],
3933
+ "isReadonly": false,
3934
+ "isOptional": true,
3935
+ "releaseTag": "Public",
3936
+ "name": "tickets",
3937
+ "propertyTypeTokenRange": {
3938
+ "startIndex": 1,
3939
+ "endIndex": 3
3940
+ }
3941
+ }
3942
+ ],
3943
+ "extendsTokenRanges": []
3944
+ },
3945
+ {
3946
+ "kind": "Interface",
3947
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ObjectListInclTypeAttributesEntryResult:interface",
3948
+ "docComment": "",
3949
+ "excerptTokens": [
3950
+ {
3951
+ "kind": "Content",
3952
+ "text": "export interface ObjectListInclTypeAttributesEntryResult "
3953
+ }
3954
+ ],
3955
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/object.d.ts",
3956
+ "releaseTag": "Public",
3957
+ "name": "ObjectListInclTypeAttributesEntryResult",
3958
+ "preserveMemberOrder": false,
3959
+ "members": [
3960
+ {
3961
+ "kind": "PropertySignature",
3962
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ObjectListInclTypeAttributesEntryResult#isLast:member",
3963
+ "docComment": "",
3964
+ "excerptTokens": [
3965
+ {
3966
+ "kind": "Content",
3967
+ "text": "isLast: "
3968
+ },
3969
+ {
3970
+ "kind": "Content",
3971
+ "text": "boolean"
3972
+ },
3973
+ {
3974
+ "kind": "Content",
3975
+ "text": ";"
3976
+ }
3977
+ ],
3978
+ "isReadonly": false,
3979
+ "isOptional": false,
3980
+ "releaseTag": "Public",
3981
+ "name": "isLast",
3982
+ "propertyTypeTokenRange": {
3983
+ "startIndex": 1,
3984
+ "endIndex": 2
3985
+ }
3986
+ },
3987
+ {
3988
+ "kind": "PropertySignature",
3989
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ObjectListInclTypeAttributesEntryResult#maxResults:member",
3990
+ "docComment": "",
3991
+ "excerptTokens": [
3992
+ {
3993
+ "kind": "Content",
3994
+ "text": "maxResults: "
3995
+ },
3996
+ {
3997
+ "kind": "Content",
3998
+ "text": "number"
3999
+ },
4000
+ {
4001
+ "kind": "Content",
4002
+ "text": ";"
4003
+ }
4004
+ ],
4005
+ "isReadonly": false,
4006
+ "isOptional": false,
4007
+ "releaseTag": "Public",
4008
+ "name": "maxResults",
4009
+ "propertyTypeTokenRange": {
4010
+ "startIndex": 1,
4011
+ "endIndex": 2
4012
+ }
4013
+ },
4014
+ {
4015
+ "kind": "PropertySignature",
4016
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ObjectListInclTypeAttributesEntryResult#objectTypeAttributes:member",
4017
+ "docComment": "",
4018
+ "excerptTokens": [
4019
+ {
4020
+ "kind": "Content",
4021
+ "text": "objectTypeAttributes: "
4022
+ },
4023
+ {
4024
+ "kind": "Reference",
4025
+ "text": "AssetsObjectTypeAttribute",
4026
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObjectTypeAttribute:interface"
4027
+ },
4028
+ {
4029
+ "kind": "Content",
4030
+ "text": "[]"
4031
+ },
4032
+ {
4033
+ "kind": "Content",
4034
+ "text": ";"
4035
+ }
4036
+ ],
4037
+ "isReadonly": false,
4038
+ "isOptional": false,
4039
+ "releaseTag": "Public",
4040
+ "name": "objectTypeAttributes",
4041
+ "propertyTypeTokenRange": {
4042
+ "startIndex": 1,
4043
+ "endIndex": 3
4044
+ }
4045
+ },
4046
+ {
4047
+ "kind": "PropertySignature",
4048
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ObjectListInclTypeAttributesEntryResult#startAt:member",
4049
+ "docComment": "",
4050
+ "excerptTokens": [
4051
+ {
4052
+ "kind": "Content",
4053
+ "text": "startAt: "
4054
+ },
4055
+ {
4056
+ "kind": "Content",
4057
+ "text": "number"
4058
+ },
4059
+ {
4060
+ "kind": "Content",
4061
+ "text": ";"
4062
+ }
4063
+ ],
4064
+ "isReadonly": false,
4065
+ "isOptional": false,
4066
+ "releaseTag": "Public",
4067
+ "name": "startAt",
4068
+ "propertyTypeTokenRange": {
4069
+ "startIndex": 1,
4070
+ "endIndex": 2
4071
+ }
4072
+ },
4073
+ {
4074
+ "kind": "PropertySignature",
4075
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ObjectListInclTypeAttributesEntryResult#total:member",
4076
+ "docComment": "",
4077
+ "excerptTokens": [
4078
+ {
4079
+ "kind": "Content",
4080
+ "text": "total: "
4081
+ },
4082
+ {
4083
+ "kind": "Content",
4084
+ "text": "number"
4085
+ },
4086
+ {
4087
+ "kind": "Content",
4088
+ "text": ";"
4089
+ }
4090
+ ],
4091
+ "isReadonly": false,
4092
+ "isOptional": false,
4093
+ "releaseTag": "Public",
4094
+ "name": "total",
4095
+ "propertyTypeTokenRange": {
4096
+ "startIndex": 1,
4097
+ "endIndex": 2
4098
+ }
4099
+ },
4100
+ {
4101
+ "kind": "PropertySignature",
4102
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ObjectListInclTypeAttributesEntryResult#values:member",
4103
+ "docComment": "",
4104
+ "excerptTokens": [
4105
+ {
4106
+ "kind": "Content",
4107
+ "text": "values: "
4108
+ },
4109
+ {
4110
+ "kind": "Reference",
4111
+ "text": "AssetsObject",
4112
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AssetsObject:interface"
4113
+ },
4114
+ {
4115
+ "kind": "Content",
4116
+ "text": "[]"
4117
+ },
4118
+ {
4119
+ "kind": "Content",
4120
+ "text": ";"
4121
+ }
4122
+ ],
4123
+ "isReadonly": false,
4124
+ "isOptional": false,
4125
+ "releaseTag": "Public",
4126
+ "name": "values",
4127
+ "propertyTypeTokenRange": {
4128
+ "startIndex": 1,
4129
+ "endIndex": 3
4130
+ }
4131
+ }
4132
+ ],
4133
+ "extendsTokenRanges": []
4134
+ },
4135
+ {
4136
+ "kind": "Interface",
4137
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Ticket:interface",
4138
+ "docComment": "",
4139
+ "excerptTokens": [
4140
+ {
4141
+ "kind": "Content",
4142
+ "text": "export interface Ticket "
4143
+ }
4144
+ ],
4145
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/ticket.d.ts",
4146
+ "releaseTag": "Public",
4147
+ "name": "Ticket",
4148
+ "preserveMemberOrder": false,
4149
+ "members": [
4150
+ {
4151
+ "kind": "PropertySignature",
4152
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Ticket#created:member",
4153
+ "docComment": "",
4154
+ "excerptTokens": [
4155
+ {
4156
+ "kind": "Content",
4157
+ "text": "created: "
4158
+ },
4159
+ {
4160
+ "kind": "Content",
4161
+ "text": "string"
4162
+ },
4163
+ {
4164
+ "kind": "Content",
4165
+ "text": ";"
4166
+ }
4167
+ ],
4168
+ "isReadonly": false,
4169
+ "isOptional": false,
4170
+ "releaseTag": "Public",
4171
+ "name": "created",
4172
+ "propertyTypeTokenRange": {
4173
+ "startIndex": 1,
4174
+ "endIndex": 2
4175
+ }
4176
+ },
4177
+ {
4178
+ "kind": "PropertySignature",
4179
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Ticket#globalId:member",
4180
+ "docComment": "",
4181
+ "excerptTokens": [
4182
+ {
4183
+ "kind": "Content",
4184
+ "text": "globalId: "
4185
+ },
4186
+ {
4187
+ "kind": "Content",
4188
+ "text": "string"
4189
+ },
4190
+ {
4191
+ "kind": "Content",
4192
+ "text": ";"
4193
+ }
4194
+ ],
4195
+ "isReadonly": false,
4196
+ "isOptional": false,
4197
+ "releaseTag": "Public",
4198
+ "name": "globalId",
4199
+ "propertyTypeTokenRange": {
4200
+ "startIndex": 1,
4201
+ "endIndex": 2
4202
+ }
4203
+ },
4204
+ {
4205
+ "kind": "PropertySignature",
4206
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Ticket#id:member",
4207
+ "docComment": "",
4208
+ "excerptTokens": [
4209
+ {
4210
+ "kind": "Content",
4211
+ "text": "id: "
4212
+ },
4213
+ {
4214
+ "kind": "Content",
4215
+ "text": "string"
4216
+ },
4217
+ {
4218
+ "kind": "Content",
4219
+ "text": ";"
4220
+ }
4221
+ ],
4222
+ "isReadonly": false,
4223
+ "isOptional": false,
4224
+ "releaseTag": "Public",
4225
+ "name": "id",
4226
+ "propertyTypeTokenRange": {
4227
+ "startIndex": 1,
4228
+ "endIndex": 2
4229
+ }
4230
+ },
4231
+ {
4232
+ "kind": "PropertySignature",
4233
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Ticket#key:member",
4234
+ "docComment": "",
4235
+ "excerptTokens": [
4236
+ {
4237
+ "kind": "Content",
4238
+ "text": "key?: "
4239
+ },
4240
+ {
4241
+ "kind": "Content",
4242
+ "text": "string"
4243
+ },
4244
+ {
4245
+ "kind": "Content",
4246
+ "text": ";"
4247
+ }
4248
+ ],
4249
+ "isReadonly": false,
4250
+ "isOptional": true,
4251
+ "releaseTag": "Public",
4252
+ "name": "key",
4253
+ "propertyTypeTokenRange": {
4254
+ "startIndex": 1,
4255
+ "endIndex": 2
4256
+ }
4257
+ },
4258
+ {
4259
+ "kind": "PropertySignature",
4260
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Ticket#priority:member",
4261
+ "docComment": "",
4262
+ "excerptTokens": [
4263
+ {
4264
+ "kind": "Content",
4265
+ "text": "priority: "
4266
+ },
4267
+ {
4268
+ "kind": "Reference",
4269
+ "text": "TicketPriority",
4270
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketPriority:interface"
4271
+ },
4272
+ {
4273
+ "kind": "Content",
4274
+ "text": ";"
4275
+ }
4276
+ ],
4277
+ "isReadonly": false,
4278
+ "isOptional": false,
4279
+ "releaseTag": "Public",
4280
+ "name": "priority",
4281
+ "propertyTypeTokenRange": {
4282
+ "startIndex": 1,
4283
+ "endIndex": 2
4284
+ }
4285
+ },
4286
+ {
4287
+ "kind": "PropertySignature",
4288
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Ticket#reporter:member",
4289
+ "docComment": "",
4290
+ "excerptTokens": [
4291
+ {
4292
+ "kind": "Content",
4293
+ "text": "reporter: "
4294
+ },
4295
+ {
4296
+ "kind": "Content",
4297
+ "text": "string"
4298
+ },
4299
+ {
4300
+ "kind": "Content",
4301
+ "text": ";"
4302
+ }
4303
+ ],
4304
+ "isReadonly": false,
4305
+ "isOptional": false,
4306
+ "releaseTag": "Public",
4307
+ "name": "reporter",
4308
+ "propertyTypeTokenRange": {
4309
+ "startIndex": 1,
4310
+ "endIndex": 2
4311
+ }
4312
+ },
4313
+ {
4314
+ "kind": "PropertySignature",
4315
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Ticket#status:member",
4316
+ "docComment": "",
4317
+ "excerptTokens": [
4318
+ {
4319
+ "kind": "Content",
4320
+ "text": "status?: "
4321
+ },
4322
+ {
4323
+ "kind": "Reference",
4324
+ "text": "TicketStatus",
4325
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketStatus:interface"
4326
+ },
4327
+ {
4328
+ "kind": "Content",
4329
+ "text": ";"
4330
+ }
4331
+ ],
4332
+ "isReadonly": false,
4333
+ "isOptional": true,
4334
+ "releaseTag": "Public",
4335
+ "name": "status",
4336
+ "propertyTypeTokenRange": {
4337
+ "startIndex": 1,
4338
+ "endIndex": 2
4339
+ }
4340
+ },
4341
+ {
4342
+ "kind": "PropertySignature",
4343
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Ticket#title:member",
4344
+ "docComment": "",
4345
+ "excerptTokens": [
4346
+ {
4347
+ "kind": "Content",
4348
+ "text": "title?: "
4349
+ },
4350
+ {
4351
+ "kind": "Content",
4352
+ "text": "string"
4353
+ },
4354
+ {
4355
+ "kind": "Content",
4356
+ "text": ";"
4357
+ }
4358
+ ],
4359
+ "isReadonly": false,
4360
+ "isOptional": true,
4361
+ "releaseTag": "Public",
4362
+ "name": "title",
4363
+ "propertyTypeTokenRange": {
4364
+ "startIndex": 1,
4365
+ "endIndex": 2
4366
+ }
4367
+ },
4368
+ {
4369
+ "kind": "PropertySignature",
4370
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Ticket#type:member",
4371
+ "docComment": "",
4372
+ "excerptTokens": [
4373
+ {
4374
+ "kind": "Content",
4375
+ "text": "type: "
4376
+ },
4377
+ {
4378
+ "kind": "Reference",
4379
+ "text": "TicketType",
4380
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketType:interface"
4381
+ },
4382
+ {
4383
+ "kind": "Content",
4384
+ "text": ";"
4385
+ }
4386
+ ],
4387
+ "isReadonly": false,
4388
+ "isOptional": false,
4389
+ "releaseTag": "Public",
4390
+ "name": "type",
4391
+ "propertyTypeTokenRange": {
4392
+ "startIndex": 1,
4393
+ "endIndex": 2
4394
+ }
4395
+ },
4396
+ {
4397
+ "kind": "PropertySignature",
4398
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Ticket#updated:member",
4399
+ "docComment": "",
4400
+ "excerptTokens": [
4401
+ {
4402
+ "kind": "Content",
4403
+ "text": "updated: "
4404
+ },
4405
+ {
4406
+ "kind": "Content",
4407
+ "text": "string"
4408
+ },
4409
+ {
4410
+ "kind": "Content",
4411
+ "text": ";"
4412
+ }
4413
+ ],
4414
+ "isReadonly": false,
4415
+ "isOptional": false,
4416
+ "releaseTag": "Public",
4417
+ "name": "updated",
4418
+ "propertyTypeTokenRange": {
4419
+ "startIndex": 1,
4420
+ "endIndex": 2
4421
+ }
4422
+ },
4423
+ {
4424
+ "kind": "PropertySignature",
4425
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Ticket#workspaceId:member",
4426
+ "docComment": "",
4427
+ "excerptTokens": [
4428
+ {
4429
+ "kind": "Content",
4430
+ "text": "workspaceId: "
4431
+ },
4432
+ {
4433
+ "kind": "Content",
4434
+ "text": "string"
4435
+ },
4436
+ {
4437
+ "kind": "Content",
4438
+ "text": ";"
4439
+ }
4440
+ ],
4441
+ "isReadonly": false,
4442
+ "isOptional": false,
4443
+ "releaseTag": "Public",
4444
+ "name": "workspaceId",
4445
+ "propertyTypeTokenRange": {
4446
+ "startIndex": 1,
4447
+ "endIndex": 2
4448
+ }
4449
+ }
4450
+ ],
4451
+ "extendsTokenRanges": []
4452
+ },
4453
+ {
4454
+ "kind": "Interface",
4455
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketPriority:interface",
4456
+ "docComment": "",
4457
+ "excerptTokens": [
4458
+ {
4459
+ "kind": "Content",
4460
+ "text": "export interface TicketPriority "
4461
+ }
4462
+ ],
4463
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/ticket.d.ts",
4464
+ "releaseTag": "Public",
4465
+ "name": "TicketPriority",
4466
+ "preserveMemberOrder": false,
4467
+ "members": [
4468
+ {
4469
+ "kind": "PropertySignature",
4470
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketPriority#iconUrl:member",
4471
+ "docComment": "",
4472
+ "excerptTokens": [
4473
+ {
4474
+ "kind": "Content",
4475
+ "text": "iconUrl?: "
4476
+ },
4477
+ {
4478
+ "kind": "Content",
4479
+ "text": "string"
4480
+ },
4481
+ {
4482
+ "kind": "Content",
4483
+ "text": ";"
4484
+ }
4485
+ ],
4486
+ "isReadonly": false,
4487
+ "isOptional": true,
4488
+ "releaseTag": "Public",
4489
+ "name": "iconUrl",
4490
+ "propertyTypeTokenRange": {
4491
+ "startIndex": 1,
4492
+ "endIndex": 2
4493
+ }
4494
+ },
4495
+ {
4496
+ "kind": "PropertySignature",
4497
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketPriority#name:member",
4498
+ "docComment": "",
4499
+ "excerptTokens": [
4500
+ {
4501
+ "kind": "Content",
4502
+ "text": "name?: "
4503
+ },
4504
+ {
4505
+ "kind": "Content",
4506
+ "text": "string"
4507
+ },
4508
+ {
4509
+ "kind": "Content",
4510
+ "text": ";"
4511
+ }
4512
+ ],
4513
+ "isReadonly": false,
4514
+ "isOptional": true,
4515
+ "releaseTag": "Public",
4516
+ "name": "name",
4517
+ "propertyTypeTokenRange": {
4518
+ "startIndex": 1,
4519
+ "endIndex": 2
4520
+ }
4521
+ }
4522
+ ],
4523
+ "extendsTokenRanges": []
4524
+ },
4525
+ {
4526
+ "kind": "Interface",
4527
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketStatus:interface",
4528
+ "docComment": "",
4529
+ "excerptTokens": [
4530
+ {
4531
+ "kind": "Content",
4532
+ "text": "export interface TicketStatus "
4533
+ }
4534
+ ],
4535
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/ticket.d.ts",
4536
+ "releaseTag": "Public",
4537
+ "name": "TicketStatus",
4538
+ "preserveMemberOrder": false,
4539
+ "members": [
4540
+ {
4541
+ "kind": "PropertySignature",
4542
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketStatus#colorName:member",
4543
+ "docComment": "",
4544
+ "excerptTokens": [
4545
+ {
4546
+ "kind": "Content",
4547
+ "text": "colorName?: "
4548
+ },
4549
+ {
4550
+ "kind": "Content",
4551
+ "text": "string"
4552
+ },
4553
+ {
4554
+ "kind": "Content",
4555
+ "text": ";"
4556
+ }
4557
+ ],
4558
+ "isReadonly": false,
4559
+ "isOptional": true,
4560
+ "releaseTag": "Public",
4561
+ "name": "colorName",
4562
+ "propertyTypeTokenRange": {
4563
+ "startIndex": 1,
4564
+ "endIndex": 2
4565
+ }
4566
+ },
4567
+ {
4568
+ "kind": "PropertySignature",
4569
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketStatus#description:member",
4570
+ "docComment": "",
4571
+ "excerptTokens": [
4572
+ {
4573
+ "kind": "Content",
4574
+ "text": "description?: "
4575
+ },
4576
+ {
4577
+ "kind": "Content",
4578
+ "text": "string"
4579
+ },
4580
+ {
4581
+ "kind": "Content",
4582
+ "text": ";"
4583
+ }
4584
+ ],
4585
+ "isReadonly": false,
4586
+ "isOptional": true,
4587
+ "releaseTag": "Public",
4588
+ "name": "description",
4589
+ "propertyTypeTokenRange": {
4590
+ "startIndex": 1,
4591
+ "endIndex": 2
4592
+ }
4593
+ },
4594
+ {
4595
+ "kind": "PropertySignature",
4596
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketStatus#name:member",
4597
+ "docComment": "",
4598
+ "excerptTokens": [
4599
+ {
4600
+ "kind": "Content",
4601
+ "text": "name?: "
4602
+ },
4603
+ {
4604
+ "kind": "Content",
4605
+ "text": "string"
4606
+ },
4607
+ {
4608
+ "kind": "Content",
4609
+ "text": ";"
4610
+ }
4611
+ ],
4612
+ "isReadonly": false,
4613
+ "isOptional": true,
4614
+ "releaseTag": "Public",
4615
+ "name": "name",
4616
+ "propertyTypeTokenRange": {
4617
+ "startIndex": 1,
4618
+ "endIndex": 2
4619
+ }
4620
+ }
4621
+ ],
4622
+ "extendsTokenRanges": []
4623
+ },
4624
+ {
4625
+ "kind": "Interface",
4626
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketType:interface",
4627
+ "docComment": "",
4628
+ "excerptTokens": [
4629
+ {
4630
+ "kind": "Content",
4631
+ "text": "export interface TicketType "
4632
+ }
4633
+ ],
4634
+ "fileUrlPath": "../../jira/shared/util-assets/src/lib/ticket.d.ts",
4635
+ "releaseTag": "Public",
4636
+ "name": "TicketType",
4637
+ "preserveMemberOrder": false,
4638
+ "members": [
4639
+ {
4640
+ "kind": "PropertySignature",
4641
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketType#description:member",
4642
+ "docComment": "",
4643
+ "excerptTokens": [
4644
+ {
4645
+ "kind": "Content",
4646
+ "text": "description?: "
4647
+ },
4648
+ {
4649
+ "kind": "Content",
4650
+ "text": "string"
4651
+ },
4652
+ {
4653
+ "kind": "Content",
4654
+ "text": ";"
4655
+ }
4656
+ ],
4657
+ "isReadonly": false,
4658
+ "isOptional": true,
4659
+ "releaseTag": "Public",
4660
+ "name": "description",
4661
+ "propertyTypeTokenRange": {
4662
+ "startIndex": 1,
4663
+ "endIndex": 2
4664
+ }
4665
+ },
4666
+ {
4667
+ "kind": "PropertySignature",
4668
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketType#iconUrl:member",
4669
+ "docComment": "",
4670
+ "excerptTokens": [
4671
+ {
4672
+ "kind": "Content",
4673
+ "text": "iconUrl?: "
4674
+ },
4675
+ {
4676
+ "kind": "Content",
4677
+ "text": "string"
4678
+ },
4679
+ {
4680
+ "kind": "Content",
4681
+ "text": ";"
4682
+ }
4683
+ ],
4684
+ "isReadonly": false,
4685
+ "isOptional": true,
4686
+ "releaseTag": "Public",
4687
+ "name": "iconUrl",
4688
+ "propertyTypeTokenRange": {
4689
+ "startIndex": 1,
4690
+ "endIndex": 2
4691
+ }
4692
+ },
4693
+ {
4694
+ "kind": "PropertySignature",
4695
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TicketType#name:member",
4696
+ "docComment": "",
4697
+ "excerptTokens": [
4698
+ {
4699
+ "kind": "Content",
4700
+ "text": "name?: "
4701
+ },
4702
+ {
4703
+ "kind": "Content",
4704
+ "text": "string"
4705
+ },
4706
+ {
4707
+ "kind": "Content",
4708
+ "text": ";"
4709
+ }
4710
+ ],
4711
+ "isReadonly": false,
4712
+ "isOptional": true,
4713
+ "releaseTag": "Public",
4714
+ "name": "name",
4715
+ "propertyTypeTokenRange": {
4716
+ "startIndex": 1,
4717
+ "endIndex": 2
4718
+ }
4719
+ }
4720
+ ],
4721
+ "extendsTokenRanges": []
4722
+ }
4723
+ ]
4724
+ }
4725
+ ]
4726
+ }