@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,3664 @@
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!AvatarUrls:interface",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export interface AvatarUrls "
183
+ }
184
+ ],
185
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/avatar.d.ts",
186
+ "releaseTag": "Public",
187
+ "name": "AvatarUrls",
188
+ "preserveMemberOrder": false,
189
+ "members": [
190
+ {
191
+ "kind": "PropertySignature",
192
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AvatarUrls#\"16x16\":member",
193
+ "docComment": "",
194
+ "excerptTokens": [
195
+ {
196
+ "kind": "Content",
197
+ "text": "'16x16': "
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": "\"16x16\"",
212
+ "propertyTypeTokenRange": {
213
+ "startIndex": 1,
214
+ "endIndex": 2
215
+ }
216
+ },
217
+ {
218
+ "kind": "PropertySignature",
219
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AvatarUrls#\"24x24\":member",
220
+ "docComment": "",
221
+ "excerptTokens": [
222
+ {
223
+ "kind": "Content",
224
+ "text": "'24x24': "
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": "\"24x24\"",
239
+ "propertyTypeTokenRange": {
240
+ "startIndex": 1,
241
+ "endIndex": 2
242
+ }
243
+ },
244
+ {
245
+ "kind": "PropertySignature",
246
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AvatarUrls#\"32x32\":member",
247
+ "docComment": "",
248
+ "excerptTokens": [
249
+ {
250
+ "kind": "Content",
251
+ "text": "'32x32': "
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": "\"32x32\"",
266
+ "propertyTypeTokenRange": {
267
+ "startIndex": 1,
268
+ "endIndex": 2
269
+ }
270
+ },
271
+ {
272
+ "kind": "PropertySignature",
273
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AvatarUrls#\"48x48\":member",
274
+ "docComment": "",
275
+ "excerptTokens": [
276
+ {
277
+ "kind": "Content",
278
+ "text": "'48x48': "
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": "\"48x48\"",
293
+ "propertyTypeTokenRange": {
294
+ "startIndex": 1,
295
+ "endIndex": 2
296
+ }
297
+ }
298
+ ],
299
+ "extendsTokenRanges": []
300
+ },
301
+ {
302
+ "kind": "TypeAlias",
303
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CustomFields:type",
304
+ "docComment": "",
305
+ "excerptTokens": [
306
+ {
307
+ "kind": "Content",
308
+ "text": "export type CustomFields = "
309
+ },
310
+ {
311
+ "kind": "Reference",
312
+ "text": "Record",
313
+ "canonicalReference": "!Record:type"
314
+ },
315
+ {
316
+ "kind": "Content",
317
+ "text": "<string, unknown>"
318
+ },
319
+ {
320
+ "kind": "Content",
321
+ "text": ";"
322
+ }
323
+ ],
324
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
325
+ "releaseTag": "Public",
326
+ "name": "CustomFields",
327
+ "typeTokenRange": {
328
+ "startIndex": 1,
329
+ "endIndex": 3
330
+ }
331
+ },
332
+ {
333
+ "kind": "Interface",
334
+ "canonicalReference": "@valiantys/atlassian-app-frontend!EntityProperty:interface",
335
+ "docComment": "",
336
+ "excerptTokens": [
337
+ {
338
+ "kind": "Content",
339
+ "text": "export interface EntityProperty "
340
+ }
341
+ ],
342
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/worklog.d.ts",
343
+ "releaseTag": "Public",
344
+ "name": "EntityProperty",
345
+ "preserveMemberOrder": false,
346
+ "members": [
347
+ {
348
+ "kind": "PropertySignature",
349
+ "canonicalReference": "@valiantys/atlassian-app-frontend!EntityProperty#key:member",
350
+ "docComment": "",
351
+ "excerptTokens": [
352
+ {
353
+ "kind": "Content",
354
+ "text": "key: "
355
+ },
356
+ {
357
+ "kind": "Content",
358
+ "text": "string"
359
+ },
360
+ {
361
+ "kind": "Content",
362
+ "text": ";"
363
+ }
364
+ ],
365
+ "isReadonly": false,
366
+ "isOptional": false,
367
+ "releaseTag": "Public",
368
+ "name": "key",
369
+ "propertyTypeTokenRange": {
370
+ "startIndex": 1,
371
+ "endIndex": 2
372
+ }
373
+ },
374
+ {
375
+ "kind": "PropertySignature",
376
+ "canonicalReference": "@valiantys/atlassian-app-frontend!EntityProperty#value:member",
377
+ "docComment": "",
378
+ "excerptTokens": [
379
+ {
380
+ "kind": "Content",
381
+ "text": "value: "
382
+ },
383
+ {
384
+ "kind": "Content",
385
+ "text": "unknown"
386
+ },
387
+ {
388
+ "kind": "Content",
389
+ "text": ";"
390
+ }
391
+ ],
392
+ "isReadonly": false,
393
+ "isOptional": false,
394
+ "releaseTag": "Public",
395
+ "name": "value",
396
+ "propertyTypeTokenRange": {
397
+ "startIndex": 1,
398
+ "endIndex": 2
399
+ }
400
+ }
401
+ ],
402
+ "extendsTokenRanges": []
403
+ },
404
+ {
405
+ "kind": "Variable",
406
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FIX_VERSIONS_FIELD:var",
407
+ "docComment": "",
408
+ "excerptTokens": [
409
+ {
410
+ "kind": "Content",
411
+ "text": "FIX_VERSIONS_FIELD = "
412
+ },
413
+ {
414
+ "kind": "Content",
415
+ "text": "\"fixVersions\""
416
+ }
417
+ ],
418
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
419
+ "initializerTokenRange": {
420
+ "startIndex": 1,
421
+ "endIndex": 2
422
+ },
423
+ "isReadonly": true,
424
+ "releaseTag": "Public",
425
+ "name": "FIX_VERSIONS_FIELD",
426
+ "variableTypeTokenRange": {
427
+ "startIndex": 0,
428
+ "endIndex": 0
429
+ }
430
+ },
431
+ {
432
+ "kind": "TypeAlias",
433
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FixVersions:type",
434
+ "docComment": "",
435
+ "excerptTokens": [
436
+ {
437
+ "kind": "Content",
438
+ "text": "export type FixVersions = "
439
+ },
440
+ {
441
+ "kind": "Content",
442
+ "text": "{\n description: string;\n id: string;\n name: string;\n releaseDate?: string;\n released: boolean;\n self: string;\n}[]"
443
+ },
444
+ {
445
+ "kind": "Content",
446
+ "text": ";"
447
+ }
448
+ ],
449
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
450
+ "releaseTag": "Public",
451
+ "name": "FixVersions",
452
+ "typeTokenRange": {
453
+ "startIndex": 1,
454
+ "endIndex": 2
455
+ }
456
+ },
457
+ {
458
+ "kind": "Interface",
459
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Issue:interface",
460
+ "docComment": "",
461
+ "excerptTokens": [
462
+ {
463
+ "kind": "Content",
464
+ "text": "export interface Issue "
465
+ }
466
+ ],
467
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
468
+ "releaseTag": "Public",
469
+ "name": "Issue",
470
+ "preserveMemberOrder": false,
471
+ "members": [
472
+ {
473
+ "kind": "PropertySignature",
474
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Issue#expand:member",
475
+ "docComment": "",
476
+ "excerptTokens": [
477
+ {
478
+ "kind": "Content",
479
+ "text": "expand?: "
480
+ },
481
+ {
482
+ "kind": "Content",
483
+ "text": "string"
484
+ },
485
+ {
486
+ "kind": "Content",
487
+ "text": ";"
488
+ }
489
+ ],
490
+ "isReadonly": false,
491
+ "isOptional": true,
492
+ "releaseTag": "Public",
493
+ "name": "expand",
494
+ "propertyTypeTokenRange": {
495
+ "startIndex": 1,
496
+ "endIndex": 2
497
+ }
498
+ },
499
+ {
500
+ "kind": "PropertySignature",
501
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Issue#fields:member",
502
+ "docComment": "",
503
+ "excerptTokens": [
504
+ {
505
+ "kind": "Content",
506
+ "text": "fields: "
507
+ },
508
+ {
509
+ "kind": "Reference",
510
+ "text": "IssueFields",
511
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueFields:type"
512
+ },
513
+ {
514
+ "kind": "Content",
515
+ "text": ";"
516
+ }
517
+ ],
518
+ "isReadonly": false,
519
+ "isOptional": false,
520
+ "releaseTag": "Public",
521
+ "name": "fields",
522
+ "propertyTypeTokenRange": {
523
+ "startIndex": 1,
524
+ "endIndex": 2
525
+ }
526
+ },
527
+ {
528
+ "kind": "PropertySignature",
529
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Issue#id:member",
530
+ "docComment": "",
531
+ "excerptTokens": [
532
+ {
533
+ "kind": "Content",
534
+ "text": "id: "
535
+ },
536
+ {
537
+ "kind": "Content",
538
+ "text": "string"
539
+ },
540
+ {
541
+ "kind": "Content",
542
+ "text": ";"
543
+ }
544
+ ],
545
+ "isReadonly": false,
546
+ "isOptional": false,
547
+ "releaseTag": "Public",
548
+ "name": "id",
549
+ "propertyTypeTokenRange": {
550
+ "startIndex": 1,
551
+ "endIndex": 2
552
+ }
553
+ },
554
+ {
555
+ "kind": "PropertySignature",
556
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Issue#key:member",
557
+ "docComment": "",
558
+ "excerptTokens": [
559
+ {
560
+ "kind": "Content",
561
+ "text": "key: "
562
+ },
563
+ {
564
+ "kind": "Content",
565
+ "text": "string"
566
+ },
567
+ {
568
+ "kind": "Content",
569
+ "text": ";"
570
+ }
571
+ ],
572
+ "isReadonly": false,
573
+ "isOptional": false,
574
+ "releaseTag": "Public",
575
+ "name": "key",
576
+ "propertyTypeTokenRange": {
577
+ "startIndex": 1,
578
+ "endIndex": 2
579
+ }
580
+ },
581
+ {
582
+ "kind": "PropertySignature",
583
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Issue#self:member",
584
+ "docComment": "",
585
+ "excerptTokens": [
586
+ {
587
+ "kind": "Content",
588
+ "text": "self?: "
589
+ },
590
+ {
591
+ "kind": "Content",
592
+ "text": "string"
593
+ },
594
+ {
595
+ "kind": "Content",
596
+ "text": ";"
597
+ }
598
+ ],
599
+ "isReadonly": false,
600
+ "isOptional": true,
601
+ "releaseTag": "Public",
602
+ "name": "self",
603
+ "propertyTypeTokenRange": {
604
+ "startIndex": 1,
605
+ "endIndex": 2
606
+ }
607
+ }
608
+ ],
609
+ "extendsTokenRanges": []
610
+ },
611
+ {
612
+ "kind": "TypeAlias",
613
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueFields:type",
614
+ "docComment": "",
615
+ "excerptTokens": [
616
+ {
617
+ "kind": "Content",
618
+ "text": "export type IssueFields = "
619
+ },
620
+ {
621
+ "kind": "Reference",
622
+ "text": "CustomFields",
623
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CustomFields:type"
624
+ },
625
+ {
626
+ "kind": "Content",
627
+ "text": " & "
628
+ },
629
+ {
630
+ "kind": "Reference",
631
+ "text": "StaticIssueFields",
632
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields:interface"
633
+ },
634
+ {
635
+ "kind": "Content",
636
+ "text": ";"
637
+ }
638
+ ],
639
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
640
+ "releaseTag": "Public",
641
+ "name": "IssueFields",
642
+ "typeTokenRange": {
643
+ "startIndex": 1,
644
+ "endIndex": 4
645
+ }
646
+ },
647
+ {
648
+ "kind": "Interface",
649
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueLink:interface",
650
+ "docComment": "",
651
+ "excerptTokens": [
652
+ {
653
+ "kind": "Content",
654
+ "text": "export interface IssueLink "
655
+ }
656
+ ],
657
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
658
+ "releaseTag": "Public",
659
+ "name": "IssueLink",
660
+ "preserveMemberOrder": false,
661
+ "members": [
662
+ {
663
+ "kind": "PropertySignature",
664
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueLink#inwardIssue:member",
665
+ "docComment": "",
666
+ "excerptTokens": [
667
+ {
668
+ "kind": "Content",
669
+ "text": "inwardIssue?: "
670
+ },
671
+ {
672
+ "kind": "Reference",
673
+ "text": "Issue",
674
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Issue:interface"
675
+ },
676
+ {
677
+ "kind": "Content",
678
+ "text": ";"
679
+ }
680
+ ],
681
+ "isReadonly": false,
682
+ "isOptional": true,
683
+ "releaseTag": "Public",
684
+ "name": "inwardIssue",
685
+ "propertyTypeTokenRange": {
686
+ "startIndex": 1,
687
+ "endIndex": 2
688
+ }
689
+ },
690
+ {
691
+ "kind": "PropertySignature",
692
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueLink#outwardIssue:member",
693
+ "docComment": "",
694
+ "excerptTokens": [
695
+ {
696
+ "kind": "Content",
697
+ "text": "outwardIssue?: "
698
+ },
699
+ {
700
+ "kind": "Reference",
701
+ "text": "Issue",
702
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Issue:interface"
703
+ },
704
+ {
705
+ "kind": "Content",
706
+ "text": ";"
707
+ }
708
+ ],
709
+ "isReadonly": false,
710
+ "isOptional": true,
711
+ "releaseTag": "Public",
712
+ "name": "outwardIssue",
713
+ "propertyTypeTokenRange": {
714
+ "startIndex": 1,
715
+ "endIndex": 2
716
+ }
717
+ }
718
+ ],
719
+ "extendsTokenRanges": []
720
+ },
721
+ {
722
+ "kind": "Interface",
723
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueStatus:interface",
724
+ "docComment": "",
725
+ "excerptTokens": [
726
+ {
727
+ "kind": "Content",
728
+ "text": "export interface IssueStatus "
729
+ }
730
+ ],
731
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
732
+ "releaseTag": "Public",
733
+ "name": "IssueStatus",
734
+ "preserveMemberOrder": false,
735
+ "members": [
736
+ {
737
+ "kind": "PropertySignature",
738
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueStatus#description:member",
739
+ "docComment": "",
740
+ "excerptTokens": [
741
+ {
742
+ "kind": "Content",
743
+ "text": "description: "
744
+ },
745
+ {
746
+ "kind": "Content",
747
+ "text": "string"
748
+ },
749
+ {
750
+ "kind": "Content",
751
+ "text": ";"
752
+ }
753
+ ],
754
+ "isReadonly": false,
755
+ "isOptional": false,
756
+ "releaseTag": "Public",
757
+ "name": "description",
758
+ "propertyTypeTokenRange": {
759
+ "startIndex": 1,
760
+ "endIndex": 2
761
+ }
762
+ },
763
+ {
764
+ "kind": "PropertySignature",
765
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueStatus#iconUrl:member",
766
+ "docComment": "",
767
+ "excerptTokens": [
768
+ {
769
+ "kind": "Content",
770
+ "text": "iconUrl: "
771
+ },
772
+ {
773
+ "kind": "Content",
774
+ "text": "string"
775
+ },
776
+ {
777
+ "kind": "Content",
778
+ "text": ";"
779
+ }
780
+ ],
781
+ "isReadonly": false,
782
+ "isOptional": false,
783
+ "releaseTag": "Public",
784
+ "name": "iconUrl",
785
+ "propertyTypeTokenRange": {
786
+ "startIndex": 1,
787
+ "endIndex": 2
788
+ }
789
+ },
790
+ {
791
+ "kind": "PropertySignature",
792
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueStatus#id:member",
793
+ "docComment": "",
794
+ "excerptTokens": [
795
+ {
796
+ "kind": "Content",
797
+ "text": "id: "
798
+ },
799
+ {
800
+ "kind": "Content",
801
+ "text": "string"
802
+ },
803
+ {
804
+ "kind": "Content",
805
+ "text": ";"
806
+ }
807
+ ],
808
+ "isReadonly": false,
809
+ "isOptional": false,
810
+ "releaseTag": "Public",
811
+ "name": "id",
812
+ "propertyTypeTokenRange": {
813
+ "startIndex": 1,
814
+ "endIndex": 2
815
+ }
816
+ },
817
+ {
818
+ "kind": "PropertySignature",
819
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueStatus#name:member",
820
+ "docComment": "",
821
+ "excerptTokens": [
822
+ {
823
+ "kind": "Content",
824
+ "text": "name: "
825
+ },
826
+ {
827
+ "kind": "Content",
828
+ "text": "string"
829
+ },
830
+ {
831
+ "kind": "Content",
832
+ "text": ";"
833
+ }
834
+ ],
835
+ "isReadonly": false,
836
+ "isOptional": false,
837
+ "releaseTag": "Public",
838
+ "name": "name",
839
+ "propertyTypeTokenRange": {
840
+ "startIndex": 1,
841
+ "endIndex": 2
842
+ }
843
+ },
844
+ {
845
+ "kind": "PropertySignature",
846
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueStatus#self:member",
847
+ "docComment": "",
848
+ "excerptTokens": [
849
+ {
850
+ "kind": "Content",
851
+ "text": "self: "
852
+ },
853
+ {
854
+ "kind": "Content",
855
+ "text": "string"
856
+ },
857
+ {
858
+ "kind": "Content",
859
+ "text": ";"
860
+ }
861
+ ],
862
+ "isReadonly": false,
863
+ "isOptional": false,
864
+ "releaseTag": "Public",
865
+ "name": "self",
866
+ "propertyTypeTokenRange": {
867
+ "startIndex": 1,
868
+ "endIndex": 2
869
+ }
870
+ },
871
+ {
872
+ "kind": "PropertySignature",
873
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueStatus#statusCategory:member",
874
+ "docComment": "",
875
+ "excerptTokens": [
876
+ {
877
+ "kind": "Content",
878
+ "text": "statusCategory: "
879
+ },
880
+ {
881
+ "kind": "Content",
882
+ "text": "{\n self: string;\n id: number;\n key: string;\n colorName: string;\n name: string;\n }"
883
+ },
884
+ {
885
+ "kind": "Content",
886
+ "text": ";"
887
+ }
888
+ ],
889
+ "isReadonly": false,
890
+ "isOptional": false,
891
+ "releaseTag": "Public",
892
+ "name": "statusCategory",
893
+ "propertyTypeTokenRange": {
894
+ "startIndex": 1,
895
+ "endIndex": 2
896
+ }
897
+ },
898
+ {
899
+ "kind": "PropertySignature",
900
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueStatus#untranslatedName:member",
901
+ "docComment": "",
902
+ "excerptTokens": [
903
+ {
904
+ "kind": "Content",
905
+ "text": "untranslatedName?: "
906
+ },
907
+ {
908
+ "kind": "Content",
909
+ "text": "string"
910
+ },
911
+ {
912
+ "kind": "Content",
913
+ "text": ";"
914
+ }
915
+ ],
916
+ "isReadonly": false,
917
+ "isOptional": true,
918
+ "releaseTag": "Public",
919
+ "name": "untranslatedName",
920
+ "propertyTypeTokenRange": {
921
+ "startIndex": 1,
922
+ "endIndex": 2
923
+ }
924
+ }
925
+ ],
926
+ "extendsTokenRanges": []
927
+ },
928
+ {
929
+ "kind": "Interface",
930
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueTypeDetails:interface",
931
+ "docComment": "",
932
+ "excerptTokens": [
933
+ {
934
+ "kind": "Content",
935
+ "text": "export interface IssueTypeDetails "
936
+ }
937
+ ],
938
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue-type-details.d.ts",
939
+ "releaseTag": "Public",
940
+ "name": "IssueTypeDetails",
941
+ "preserveMemberOrder": false,
942
+ "members": [
943
+ {
944
+ "kind": "PropertySignature",
945
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueTypeDetails#avatarId:member",
946
+ "docComment": "",
947
+ "excerptTokens": [
948
+ {
949
+ "kind": "Content",
950
+ "text": "avatarId: "
951
+ },
952
+ {
953
+ "kind": "Content",
954
+ "text": "number"
955
+ },
956
+ {
957
+ "kind": "Content",
958
+ "text": ";"
959
+ }
960
+ ],
961
+ "isReadonly": false,
962
+ "isOptional": false,
963
+ "releaseTag": "Public",
964
+ "name": "avatarId",
965
+ "propertyTypeTokenRange": {
966
+ "startIndex": 1,
967
+ "endIndex": 2
968
+ }
969
+ },
970
+ {
971
+ "kind": "PropertySignature",
972
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueTypeDetails#description:member",
973
+ "docComment": "",
974
+ "excerptTokens": [
975
+ {
976
+ "kind": "Content",
977
+ "text": "description: "
978
+ },
979
+ {
980
+ "kind": "Content",
981
+ "text": "string"
982
+ },
983
+ {
984
+ "kind": "Content",
985
+ "text": ";"
986
+ }
987
+ ],
988
+ "isReadonly": false,
989
+ "isOptional": false,
990
+ "releaseTag": "Public",
991
+ "name": "description",
992
+ "propertyTypeTokenRange": {
993
+ "startIndex": 1,
994
+ "endIndex": 2
995
+ }
996
+ },
997
+ {
998
+ "kind": "PropertySignature",
999
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueTypeDetails#hierarchyLevel:member",
1000
+ "docComment": "",
1001
+ "excerptTokens": [
1002
+ {
1003
+ "kind": "Content",
1004
+ "text": "hierarchyLevel: "
1005
+ },
1006
+ {
1007
+ "kind": "Content",
1008
+ "text": "number"
1009
+ },
1010
+ {
1011
+ "kind": "Content",
1012
+ "text": ";"
1013
+ }
1014
+ ],
1015
+ "isReadonly": false,
1016
+ "isOptional": false,
1017
+ "releaseTag": "Public",
1018
+ "name": "hierarchyLevel",
1019
+ "propertyTypeTokenRange": {
1020
+ "startIndex": 1,
1021
+ "endIndex": 2
1022
+ }
1023
+ },
1024
+ {
1025
+ "kind": "PropertySignature",
1026
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueTypeDetails#iconUrl:member",
1027
+ "docComment": "",
1028
+ "excerptTokens": [
1029
+ {
1030
+ "kind": "Content",
1031
+ "text": "iconUrl: "
1032
+ },
1033
+ {
1034
+ "kind": "Content",
1035
+ "text": "string"
1036
+ },
1037
+ {
1038
+ "kind": "Content",
1039
+ "text": ";"
1040
+ }
1041
+ ],
1042
+ "isReadonly": false,
1043
+ "isOptional": false,
1044
+ "releaseTag": "Public",
1045
+ "name": "iconUrl",
1046
+ "propertyTypeTokenRange": {
1047
+ "startIndex": 1,
1048
+ "endIndex": 2
1049
+ }
1050
+ },
1051
+ {
1052
+ "kind": "PropertySignature",
1053
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueTypeDetails#id:member",
1054
+ "docComment": "",
1055
+ "excerptTokens": [
1056
+ {
1057
+ "kind": "Content",
1058
+ "text": "id: "
1059
+ },
1060
+ {
1061
+ "kind": "Content",
1062
+ "text": "string"
1063
+ },
1064
+ {
1065
+ "kind": "Content",
1066
+ "text": ";"
1067
+ }
1068
+ ],
1069
+ "isReadonly": false,
1070
+ "isOptional": false,
1071
+ "releaseTag": "Public",
1072
+ "name": "id",
1073
+ "propertyTypeTokenRange": {
1074
+ "startIndex": 1,
1075
+ "endIndex": 2
1076
+ }
1077
+ },
1078
+ {
1079
+ "kind": "PropertySignature",
1080
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueTypeDetails#name:member",
1081
+ "docComment": "",
1082
+ "excerptTokens": [
1083
+ {
1084
+ "kind": "Content",
1085
+ "text": "name: "
1086
+ },
1087
+ {
1088
+ "kind": "Content",
1089
+ "text": "string"
1090
+ },
1091
+ {
1092
+ "kind": "Content",
1093
+ "text": ";"
1094
+ }
1095
+ ],
1096
+ "isReadonly": false,
1097
+ "isOptional": false,
1098
+ "releaseTag": "Public",
1099
+ "name": "name",
1100
+ "propertyTypeTokenRange": {
1101
+ "startIndex": 1,
1102
+ "endIndex": 2
1103
+ }
1104
+ },
1105
+ {
1106
+ "kind": "PropertySignature",
1107
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueTypeDetails#self:member",
1108
+ "docComment": "",
1109
+ "excerptTokens": [
1110
+ {
1111
+ "kind": "Content",
1112
+ "text": "self: "
1113
+ },
1114
+ {
1115
+ "kind": "Content",
1116
+ "text": "string"
1117
+ },
1118
+ {
1119
+ "kind": "Content",
1120
+ "text": ";"
1121
+ }
1122
+ ],
1123
+ "isReadonly": false,
1124
+ "isOptional": false,
1125
+ "releaseTag": "Public",
1126
+ "name": "self",
1127
+ "propertyTypeTokenRange": {
1128
+ "startIndex": 1,
1129
+ "endIndex": 2
1130
+ }
1131
+ },
1132
+ {
1133
+ "kind": "PropertySignature",
1134
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueTypeDetails#subtask:member",
1135
+ "docComment": "",
1136
+ "excerptTokens": [
1137
+ {
1138
+ "kind": "Content",
1139
+ "text": "subtask: "
1140
+ },
1141
+ {
1142
+ "kind": "Content",
1143
+ "text": "boolean"
1144
+ },
1145
+ {
1146
+ "kind": "Content",
1147
+ "text": ";"
1148
+ }
1149
+ ],
1150
+ "isReadonly": false,
1151
+ "isOptional": false,
1152
+ "releaseTag": "Public",
1153
+ "name": "subtask",
1154
+ "propertyTypeTokenRange": {
1155
+ "startIndex": 1,
1156
+ "endIndex": 2
1157
+ }
1158
+ }
1159
+ ],
1160
+ "extendsTokenRanges": []
1161
+ },
1162
+ {
1163
+ "kind": "TypeAlias",
1164
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Precomputation:type",
1165
+ "docComment": "",
1166
+ "excerptTokens": [
1167
+ {
1168
+ "kind": "Content",
1169
+ "text": "export type Precomputation = "
1170
+ },
1171
+ {
1172
+ "kind": "Content",
1173
+ "text": "{\n id: string;\n value: string;\n functionKey: string;\n functionName: string;\n field: string;\n operator: 'not in' | 'in';\n arguments: string[];\n created: string;\n updated: string;\n used: string;\n}"
1174
+ },
1175
+ {
1176
+ "kind": "Content",
1177
+ "text": ";"
1178
+ }
1179
+ ],
1180
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/jql-precomputations.d.ts",
1181
+ "releaseTag": "Public",
1182
+ "name": "Precomputation",
1183
+ "typeTokenRange": {
1184
+ "startIndex": 1,
1185
+ "endIndex": 2
1186
+ }
1187
+ },
1188
+ {
1189
+ "kind": "TypeAlias",
1190
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationPayload:type",
1191
+ "docComment": "",
1192
+ "excerptTokens": [
1193
+ {
1194
+ "kind": "Content",
1195
+ "text": "export type PrecomputationPayload = "
1196
+ },
1197
+ {
1198
+ "kind": "Content",
1199
+ "text": "{\n precomputationId: string;\n clause: {\n field: string;\n type: string[];\n operator: string;\n functionName: string;\n arguments: string[];\n };\n context?: {\n cloudId: string;\n moduleKey: string;\n };\n contextToken?: string;\n}"
1200
+ },
1201
+ {
1202
+ "kind": "Content",
1203
+ "text": ";"
1204
+ }
1205
+ ],
1206
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/jql-precomputations.d.ts",
1207
+ "releaseTag": "Public",
1208
+ "name": "PrecomputationPayload",
1209
+ "typeTokenRange": {
1210
+ "startIndex": 1,
1211
+ "endIndex": 2
1212
+ }
1213
+ },
1214
+ {
1215
+ "kind": "Interface",
1216
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationResponse:interface",
1217
+ "docComment": "",
1218
+ "excerptTokens": [
1219
+ {
1220
+ "kind": "Content",
1221
+ "text": "export interface PrecomputationResponse "
1222
+ }
1223
+ ],
1224
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/jql-precomputations.d.ts",
1225
+ "releaseTag": "Public",
1226
+ "name": "PrecomputationResponse",
1227
+ "preserveMemberOrder": false,
1228
+ "members": [
1229
+ {
1230
+ "kind": "PropertySignature",
1231
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationResponse#isLast:member",
1232
+ "docComment": "",
1233
+ "excerptTokens": [
1234
+ {
1235
+ "kind": "Content",
1236
+ "text": "isLast: "
1237
+ },
1238
+ {
1239
+ "kind": "Content",
1240
+ "text": "boolean"
1241
+ },
1242
+ {
1243
+ "kind": "Content",
1244
+ "text": ";"
1245
+ }
1246
+ ],
1247
+ "isReadonly": false,
1248
+ "isOptional": false,
1249
+ "releaseTag": "Public",
1250
+ "name": "isLast",
1251
+ "propertyTypeTokenRange": {
1252
+ "startIndex": 1,
1253
+ "endIndex": 2
1254
+ }
1255
+ },
1256
+ {
1257
+ "kind": "PropertySignature",
1258
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationResponse#maxResults:member",
1259
+ "docComment": "",
1260
+ "excerptTokens": [
1261
+ {
1262
+ "kind": "Content",
1263
+ "text": "maxResults: "
1264
+ },
1265
+ {
1266
+ "kind": "Content",
1267
+ "text": "number"
1268
+ },
1269
+ {
1270
+ "kind": "Content",
1271
+ "text": ";"
1272
+ }
1273
+ ],
1274
+ "isReadonly": false,
1275
+ "isOptional": false,
1276
+ "releaseTag": "Public",
1277
+ "name": "maxResults",
1278
+ "propertyTypeTokenRange": {
1279
+ "startIndex": 1,
1280
+ "endIndex": 2
1281
+ }
1282
+ },
1283
+ {
1284
+ "kind": "PropertySignature",
1285
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationResponse#startAt:member",
1286
+ "docComment": "",
1287
+ "excerptTokens": [
1288
+ {
1289
+ "kind": "Content",
1290
+ "text": "startAt: "
1291
+ },
1292
+ {
1293
+ "kind": "Content",
1294
+ "text": "number"
1295
+ },
1296
+ {
1297
+ "kind": "Content",
1298
+ "text": ";"
1299
+ }
1300
+ ],
1301
+ "isReadonly": false,
1302
+ "isOptional": false,
1303
+ "releaseTag": "Public",
1304
+ "name": "startAt",
1305
+ "propertyTypeTokenRange": {
1306
+ "startIndex": 1,
1307
+ "endIndex": 2
1308
+ }
1309
+ },
1310
+ {
1311
+ "kind": "PropertySignature",
1312
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationResponse#total:member",
1313
+ "docComment": "",
1314
+ "excerptTokens": [
1315
+ {
1316
+ "kind": "Content",
1317
+ "text": "total: "
1318
+ },
1319
+ {
1320
+ "kind": "Content",
1321
+ "text": "number"
1322
+ },
1323
+ {
1324
+ "kind": "Content",
1325
+ "text": ";"
1326
+ }
1327
+ ],
1328
+ "isReadonly": false,
1329
+ "isOptional": false,
1330
+ "releaseTag": "Public",
1331
+ "name": "total",
1332
+ "propertyTypeTokenRange": {
1333
+ "startIndex": 1,
1334
+ "endIndex": 2
1335
+ }
1336
+ },
1337
+ {
1338
+ "kind": "PropertySignature",
1339
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationResponse#values:member",
1340
+ "docComment": "",
1341
+ "excerptTokens": [
1342
+ {
1343
+ "kind": "Content",
1344
+ "text": "values: "
1345
+ },
1346
+ {
1347
+ "kind": "Reference",
1348
+ "text": "Precomputation",
1349
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Precomputation:type"
1350
+ },
1351
+ {
1352
+ "kind": "Content",
1353
+ "text": "[]"
1354
+ },
1355
+ {
1356
+ "kind": "Content",
1357
+ "text": ";"
1358
+ }
1359
+ ],
1360
+ "isReadonly": false,
1361
+ "isOptional": false,
1362
+ "releaseTag": "Public",
1363
+ "name": "values",
1364
+ "propertyTypeTokenRange": {
1365
+ "startIndex": 1,
1366
+ "endIndex": 3
1367
+ }
1368
+ }
1369
+ ],
1370
+ "extendsTokenRanges": []
1371
+ },
1372
+ {
1373
+ "kind": "TypeAlias",
1374
+ "canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationUpdate:type",
1375
+ "docComment": "",
1376
+ "excerptTokens": [
1377
+ {
1378
+ "kind": "Content",
1379
+ "text": "export type PrecomputationUpdate = "
1380
+ },
1381
+ {
1382
+ "kind": "Content",
1383
+ "text": "{\n id: string;\n value: string;\n} | {\n id: string;\n error: string;\n}"
1384
+ },
1385
+ {
1386
+ "kind": "Content",
1387
+ "text": ";"
1388
+ }
1389
+ ],
1390
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/jql-precomputations.d.ts",
1391
+ "releaseTag": "Public",
1392
+ "name": "PrecomputationUpdate",
1393
+ "typeTokenRange": {
1394
+ "startIndex": 1,
1395
+ "endIndex": 2
1396
+ }
1397
+ },
1398
+ {
1399
+ "kind": "Interface",
1400
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Project:interface",
1401
+ "docComment": "",
1402
+ "excerptTokens": [
1403
+ {
1404
+ "kind": "Content",
1405
+ "text": "export interface Project "
1406
+ }
1407
+ ],
1408
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/project.d.ts",
1409
+ "releaseTag": "Public",
1410
+ "name": "Project",
1411
+ "preserveMemberOrder": false,
1412
+ "members": [
1413
+ {
1414
+ "kind": "PropertySignature",
1415
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Project#archived:member",
1416
+ "docComment": "",
1417
+ "excerptTokens": [
1418
+ {
1419
+ "kind": "Content",
1420
+ "text": "archived: "
1421
+ },
1422
+ {
1423
+ "kind": "Content",
1424
+ "text": "boolean"
1425
+ },
1426
+ {
1427
+ "kind": "Content",
1428
+ "text": ";"
1429
+ }
1430
+ ],
1431
+ "isReadonly": false,
1432
+ "isOptional": false,
1433
+ "releaseTag": "Public",
1434
+ "name": "archived",
1435
+ "propertyTypeTokenRange": {
1436
+ "startIndex": 1,
1437
+ "endIndex": 2
1438
+ }
1439
+ },
1440
+ {
1441
+ "kind": "PropertySignature",
1442
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Project#avatarUrls:member",
1443
+ "docComment": "",
1444
+ "excerptTokens": [
1445
+ {
1446
+ "kind": "Content",
1447
+ "text": "avatarUrls: "
1448
+ },
1449
+ {
1450
+ "kind": "Reference",
1451
+ "text": "AvatarUrls",
1452
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AvatarUrls:interface"
1453
+ },
1454
+ {
1455
+ "kind": "Content",
1456
+ "text": ";"
1457
+ }
1458
+ ],
1459
+ "isReadonly": false,
1460
+ "isOptional": false,
1461
+ "releaseTag": "Public",
1462
+ "name": "avatarUrls",
1463
+ "propertyTypeTokenRange": {
1464
+ "startIndex": 1,
1465
+ "endIndex": 2
1466
+ }
1467
+ },
1468
+ {
1469
+ "kind": "PropertySignature",
1470
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Project#id:member",
1471
+ "docComment": "",
1472
+ "excerptTokens": [
1473
+ {
1474
+ "kind": "Content",
1475
+ "text": "id: "
1476
+ },
1477
+ {
1478
+ "kind": "Content",
1479
+ "text": "string"
1480
+ },
1481
+ {
1482
+ "kind": "Content",
1483
+ "text": ";"
1484
+ }
1485
+ ],
1486
+ "isReadonly": false,
1487
+ "isOptional": false,
1488
+ "releaseTag": "Public",
1489
+ "name": "id",
1490
+ "propertyTypeTokenRange": {
1491
+ "startIndex": 1,
1492
+ "endIndex": 2
1493
+ }
1494
+ },
1495
+ {
1496
+ "kind": "PropertySignature",
1497
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Project#key:member",
1498
+ "docComment": "",
1499
+ "excerptTokens": [
1500
+ {
1501
+ "kind": "Content",
1502
+ "text": "key: "
1503
+ },
1504
+ {
1505
+ "kind": "Content",
1506
+ "text": "string"
1507
+ },
1508
+ {
1509
+ "kind": "Content",
1510
+ "text": ";"
1511
+ }
1512
+ ],
1513
+ "isReadonly": false,
1514
+ "isOptional": false,
1515
+ "releaseTag": "Public",
1516
+ "name": "key",
1517
+ "propertyTypeTokenRange": {
1518
+ "startIndex": 1,
1519
+ "endIndex": 2
1520
+ }
1521
+ },
1522
+ {
1523
+ "kind": "PropertySignature",
1524
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Project#name:member",
1525
+ "docComment": "",
1526
+ "excerptTokens": [
1527
+ {
1528
+ "kind": "Content",
1529
+ "text": "name: "
1530
+ },
1531
+ {
1532
+ "kind": "Content",
1533
+ "text": "string"
1534
+ },
1535
+ {
1536
+ "kind": "Content",
1537
+ "text": ";"
1538
+ }
1539
+ ],
1540
+ "isReadonly": false,
1541
+ "isOptional": false,
1542
+ "releaseTag": "Public",
1543
+ "name": "name",
1544
+ "propertyTypeTokenRange": {
1545
+ "startIndex": 1,
1546
+ "endIndex": 2
1547
+ }
1548
+ },
1549
+ {
1550
+ "kind": "PropertySignature",
1551
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Project#projectTypeKey:member",
1552
+ "docComment": "",
1553
+ "excerptTokens": [
1554
+ {
1555
+ "kind": "Content",
1556
+ "text": "projectTypeKey: "
1557
+ },
1558
+ {
1559
+ "kind": "Content",
1560
+ "text": "string"
1561
+ },
1562
+ {
1563
+ "kind": "Content",
1564
+ "text": ";"
1565
+ }
1566
+ ],
1567
+ "isReadonly": false,
1568
+ "isOptional": false,
1569
+ "releaseTag": "Public",
1570
+ "name": "projectTypeKey",
1571
+ "propertyTypeTokenRange": {
1572
+ "startIndex": 1,
1573
+ "endIndex": 2
1574
+ }
1575
+ },
1576
+ {
1577
+ "kind": "PropertySignature",
1578
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Project#self:member",
1579
+ "docComment": "",
1580
+ "excerptTokens": [
1581
+ {
1582
+ "kind": "Content",
1583
+ "text": "self: "
1584
+ },
1585
+ {
1586
+ "kind": "Content",
1587
+ "text": "string"
1588
+ },
1589
+ {
1590
+ "kind": "Content",
1591
+ "text": ";"
1592
+ }
1593
+ ],
1594
+ "isReadonly": false,
1595
+ "isOptional": false,
1596
+ "releaseTag": "Public",
1597
+ "name": "self",
1598
+ "propertyTypeTokenRange": {
1599
+ "startIndex": 1,
1600
+ "endIndex": 2
1601
+ }
1602
+ },
1603
+ {
1604
+ "kind": "PropertySignature",
1605
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Project#simplified:member",
1606
+ "docComment": "",
1607
+ "excerptTokens": [
1608
+ {
1609
+ "kind": "Content",
1610
+ "text": "simplified: "
1611
+ },
1612
+ {
1613
+ "kind": "Content",
1614
+ "text": "boolean"
1615
+ },
1616
+ {
1617
+ "kind": "Content",
1618
+ "text": ";"
1619
+ }
1620
+ ],
1621
+ "isReadonly": false,
1622
+ "isOptional": false,
1623
+ "releaseTag": "Public",
1624
+ "name": "simplified",
1625
+ "propertyTypeTokenRange": {
1626
+ "startIndex": 1,
1627
+ "endIndex": 2
1628
+ }
1629
+ }
1630
+ ],
1631
+ "extendsTokenRanges": []
1632
+ },
1633
+ {
1634
+ "kind": "Interface",
1635
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion:interface",
1636
+ "docComment": "",
1637
+ "excerptTokens": [
1638
+ {
1639
+ "kind": "Content",
1640
+ "text": "export interface ProjectVersion "
1641
+ }
1642
+ ],
1643
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/project-version.d.ts",
1644
+ "releaseTag": "Public",
1645
+ "name": "ProjectVersion",
1646
+ "preserveMemberOrder": false,
1647
+ "members": [
1648
+ {
1649
+ "kind": "PropertySignature",
1650
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion#archived:member",
1651
+ "docComment": "",
1652
+ "excerptTokens": [
1653
+ {
1654
+ "kind": "Content",
1655
+ "text": "archived: "
1656
+ },
1657
+ {
1658
+ "kind": "Content",
1659
+ "text": "boolean"
1660
+ },
1661
+ {
1662
+ "kind": "Content",
1663
+ "text": ";"
1664
+ }
1665
+ ],
1666
+ "isReadonly": false,
1667
+ "isOptional": false,
1668
+ "releaseTag": "Public",
1669
+ "name": "archived",
1670
+ "propertyTypeTokenRange": {
1671
+ "startIndex": 1,
1672
+ "endIndex": 2
1673
+ }
1674
+ },
1675
+ {
1676
+ "kind": "PropertySignature",
1677
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion#description:member",
1678
+ "docComment": "",
1679
+ "excerptTokens": [
1680
+ {
1681
+ "kind": "Content",
1682
+ "text": "description: "
1683
+ },
1684
+ {
1685
+ "kind": "Content",
1686
+ "text": "string"
1687
+ },
1688
+ {
1689
+ "kind": "Content",
1690
+ "text": ";"
1691
+ }
1692
+ ],
1693
+ "isReadonly": false,
1694
+ "isOptional": false,
1695
+ "releaseTag": "Public",
1696
+ "name": "description",
1697
+ "propertyTypeTokenRange": {
1698
+ "startIndex": 1,
1699
+ "endIndex": 2
1700
+ }
1701
+ },
1702
+ {
1703
+ "kind": "PropertySignature",
1704
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion#id:member",
1705
+ "docComment": "",
1706
+ "excerptTokens": [
1707
+ {
1708
+ "kind": "Content",
1709
+ "text": "id: "
1710
+ },
1711
+ {
1712
+ "kind": "Content",
1713
+ "text": "string"
1714
+ },
1715
+ {
1716
+ "kind": "Content",
1717
+ "text": ";"
1718
+ }
1719
+ ],
1720
+ "isReadonly": false,
1721
+ "isOptional": false,
1722
+ "releaseTag": "Public",
1723
+ "name": "id",
1724
+ "propertyTypeTokenRange": {
1725
+ "startIndex": 1,
1726
+ "endIndex": 2
1727
+ }
1728
+ },
1729
+ {
1730
+ "kind": "PropertySignature",
1731
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion#name:member",
1732
+ "docComment": "",
1733
+ "excerptTokens": [
1734
+ {
1735
+ "kind": "Content",
1736
+ "text": "name: "
1737
+ },
1738
+ {
1739
+ "kind": "Content",
1740
+ "text": "string"
1741
+ },
1742
+ {
1743
+ "kind": "Content",
1744
+ "text": ";"
1745
+ }
1746
+ ],
1747
+ "isReadonly": false,
1748
+ "isOptional": false,
1749
+ "releaseTag": "Public",
1750
+ "name": "name",
1751
+ "propertyTypeTokenRange": {
1752
+ "startIndex": 1,
1753
+ "endIndex": 2
1754
+ }
1755
+ },
1756
+ {
1757
+ "kind": "PropertySignature",
1758
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion#overdue:member",
1759
+ "docComment": "",
1760
+ "excerptTokens": [
1761
+ {
1762
+ "kind": "Content",
1763
+ "text": "overdue?: "
1764
+ },
1765
+ {
1766
+ "kind": "Content",
1767
+ "text": "boolean"
1768
+ },
1769
+ {
1770
+ "kind": "Content",
1771
+ "text": ";"
1772
+ }
1773
+ ],
1774
+ "isReadonly": false,
1775
+ "isOptional": true,
1776
+ "releaseTag": "Public",
1777
+ "name": "overdue",
1778
+ "propertyTypeTokenRange": {
1779
+ "startIndex": 1,
1780
+ "endIndex": 2
1781
+ }
1782
+ },
1783
+ {
1784
+ "kind": "PropertySignature",
1785
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion#projectId:member",
1786
+ "docComment": "",
1787
+ "excerptTokens": [
1788
+ {
1789
+ "kind": "Content",
1790
+ "text": "projectId?: "
1791
+ },
1792
+ {
1793
+ "kind": "Content",
1794
+ "text": "number"
1795
+ },
1796
+ {
1797
+ "kind": "Content",
1798
+ "text": ";"
1799
+ }
1800
+ ],
1801
+ "isReadonly": false,
1802
+ "isOptional": true,
1803
+ "releaseTag": "Public",
1804
+ "name": "projectId",
1805
+ "propertyTypeTokenRange": {
1806
+ "startIndex": 1,
1807
+ "endIndex": 2
1808
+ }
1809
+ },
1810
+ {
1811
+ "kind": "PropertySignature",
1812
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion#released:member",
1813
+ "docComment": "",
1814
+ "excerptTokens": [
1815
+ {
1816
+ "kind": "Content",
1817
+ "text": "released: "
1818
+ },
1819
+ {
1820
+ "kind": "Content",
1821
+ "text": "boolean"
1822
+ },
1823
+ {
1824
+ "kind": "Content",
1825
+ "text": ";"
1826
+ }
1827
+ ],
1828
+ "isReadonly": false,
1829
+ "isOptional": false,
1830
+ "releaseTag": "Public",
1831
+ "name": "released",
1832
+ "propertyTypeTokenRange": {
1833
+ "startIndex": 1,
1834
+ "endIndex": 2
1835
+ }
1836
+ },
1837
+ {
1838
+ "kind": "PropertySignature",
1839
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion#releaseDate:member",
1840
+ "docComment": "",
1841
+ "excerptTokens": [
1842
+ {
1843
+ "kind": "Content",
1844
+ "text": "releaseDate?: "
1845
+ },
1846
+ {
1847
+ "kind": "Content",
1848
+ "text": "number"
1849
+ },
1850
+ {
1851
+ "kind": "Content",
1852
+ "text": ";"
1853
+ }
1854
+ ],
1855
+ "isReadonly": false,
1856
+ "isOptional": true,
1857
+ "releaseTag": "Public",
1858
+ "name": "releaseDate",
1859
+ "propertyTypeTokenRange": {
1860
+ "startIndex": 1,
1861
+ "endIndex": 2
1862
+ }
1863
+ },
1864
+ {
1865
+ "kind": "PropertySignature",
1866
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion#releaseDateSet:member",
1867
+ "docComment": "",
1868
+ "excerptTokens": [
1869
+ {
1870
+ "kind": "Content",
1871
+ "text": "releaseDateSet?: "
1872
+ },
1873
+ {
1874
+ "kind": "Content",
1875
+ "text": "boolean"
1876
+ },
1877
+ {
1878
+ "kind": "Content",
1879
+ "text": ";"
1880
+ }
1881
+ ],
1882
+ "isReadonly": false,
1883
+ "isOptional": true,
1884
+ "releaseTag": "Public",
1885
+ "name": "releaseDateSet",
1886
+ "propertyTypeTokenRange": {
1887
+ "startIndex": 1,
1888
+ "endIndex": 2
1889
+ }
1890
+ },
1891
+ {
1892
+ "kind": "PropertySignature",
1893
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion#self:member",
1894
+ "docComment": "",
1895
+ "excerptTokens": [
1896
+ {
1897
+ "kind": "Content",
1898
+ "text": "self: "
1899
+ },
1900
+ {
1901
+ "kind": "Content",
1902
+ "text": "string"
1903
+ },
1904
+ {
1905
+ "kind": "Content",
1906
+ "text": ";"
1907
+ }
1908
+ ],
1909
+ "isReadonly": false,
1910
+ "isOptional": false,
1911
+ "releaseTag": "Public",
1912
+ "name": "self",
1913
+ "propertyTypeTokenRange": {
1914
+ "startIndex": 1,
1915
+ "endIndex": 2
1916
+ }
1917
+ },
1918
+ {
1919
+ "kind": "PropertySignature",
1920
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion#startDateSet:member",
1921
+ "docComment": "",
1922
+ "excerptTokens": [
1923
+ {
1924
+ "kind": "Content",
1925
+ "text": "startDateSet?: "
1926
+ },
1927
+ {
1928
+ "kind": "Content",
1929
+ "text": "boolean"
1930
+ },
1931
+ {
1932
+ "kind": "Content",
1933
+ "text": ";"
1934
+ }
1935
+ ],
1936
+ "isReadonly": false,
1937
+ "isOptional": true,
1938
+ "releaseTag": "Public",
1939
+ "name": "startDateSet",
1940
+ "propertyTypeTokenRange": {
1941
+ "startIndex": 1,
1942
+ "endIndex": 2
1943
+ }
1944
+ },
1945
+ {
1946
+ "kind": "PropertySignature",
1947
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion#userReleaseDate:member",
1948
+ "docComment": "",
1949
+ "excerptTokens": [
1950
+ {
1951
+ "kind": "Content",
1952
+ "text": "userReleaseDate?: "
1953
+ },
1954
+ {
1955
+ "kind": "Content",
1956
+ "text": "string"
1957
+ },
1958
+ {
1959
+ "kind": "Content",
1960
+ "text": ";"
1961
+ }
1962
+ ],
1963
+ "isReadonly": false,
1964
+ "isOptional": true,
1965
+ "releaseTag": "Public",
1966
+ "name": "userReleaseDate",
1967
+ "propertyTypeTokenRange": {
1968
+ "startIndex": 1,
1969
+ "endIndex": 2
1970
+ }
1971
+ }
1972
+ ],
1973
+ "extendsTokenRanges": []
1974
+ },
1975
+ {
1976
+ "kind": "Interface",
1977
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields:interface",
1978
+ "docComment": "",
1979
+ "excerptTokens": [
1980
+ {
1981
+ "kind": "Content",
1982
+ "text": "export interface StaticIssueFields "
1983
+ }
1984
+ ],
1985
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
1986
+ "releaseTag": "Public",
1987
+ "name": "StaticIssueFields",
1988
+ "preserveMemberOrder": false,
1989
+ "members": [
1990
+ {
1991
+ "kind": "PropertySignature",
1992
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#aggregatetimespent:member",
1993
+ "docComment": "",
1994
+ "excerptTokens": [
1995
+ {
1996
+ "kind": "Content",
1997
+ "text": "aggregatetimespent: "
1998
+ },
1999
+ {
2000
+ "kind": "Content",
2001
+ "text": "number"
2002
+ },
2003
+ {
2004
+ "kind": "Content",
2005
+ "text": ";"
2006
+ }
2007
+ ],
2008
+ "isReadonly": false,
2009
+ "isOptional": false,
2010
+ "releaseTag": "Public",
2011
+ "name": "aggregatetimespent",
2012
+ "propertyTypeTokenRange": {
2013
+ "startIndex": 1,
2014
+ "endIndex": 2
2015
+ }
2016
+ },
2017
+ {
2018
+ "kind": "PropertySignature",
2019
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#assignee:member",
2020
+ "docComment": "",
2021
+ "excerptTokens": [
2022
+ {
2023
+ "kind": "Content",
2024
+ "text": "assignee?: "
2025
+ },
2026
+ {
2027
+ "kind": "Reference",
2028
+ "text": "User",
2029
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User:interface"
2030
+ },
2031
+ {
2032
+ "kind": "Content",
2033
+ "text": ";"
2034
+ }
2035
+ ],
2036
+ "isReadonly": false,
2037
+ "isOptional": true,
2038
+ "releaseTag": "Public",
2039
+ "name": "assignee",
2040
+ "propertyTypeTokenRange": {
2041
+ "startIndex": 1,
2042
+ "endIndex": 2
2043
+ }
2044
+ },
2045
+ {
2046
+ "kind": "PropertySignature",
2047
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#created:member",
2048
+ "docComment": "",
2049
+ "excerptTokens": [
2050
+ {
2051
+ "kind": "Content",
2052
+ "text": "created: "
2053
+ },
2054
+ {
2055
+ "kind": "Content",
2056
+ "text": "string"
2057
+ },
2058
+ {
2059
+ "kind": "Content",
2060
+ "text": ";"
2061
+ }
2062
+ ],
2063
+ "isReadonly": false,
2064
+ "isOptional": false,
2065
+ "releaseTag": "Public",
2066
+ "name": "created",
2067
+ "propertyTypeTokenRange": {
2068
+ "startIndex": 1,
2069
+ "endIndex": 2
2070
+ }
2071
+ },
2072
+ {
2073
+ "kind": "PropertySignature",
2074
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#creator:member",
2075
+ "docComment": "",
2076
+ "excerptTokens": [
2077
+ {
2078
+ "kind": "Content",
2079
+ "text": "creator: "
2080
+ },
2081
+ {
2082
+ "kind": "Reference",
2083
+ "text": "User",
2084
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User:interface"
2085
+ },
2086
+ {
2087
+ "kind": "Content",
2088
+ "text": ";"
2089
+ }
2090
+ ],
2091
+ "isReadonly": false,
2092
+ "isOptional": false,
2093
+ "releaseTag": "Public",
2094
+ "name": "creator",
2095
+ "propertyTypeTokenRange": {
2096
+ "startIndex": 1,
2097
+ "endIndex": 2
2098
+ }
2099
+ },
2100
+ {
2101
+ "kind": "PropertySignature",
2102
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#description:member",
2103
+ "docComment": "",
2104
+ "excerptTokens": [
2105
+ {
2106
+ "kind": "Content",
2107
+ "text": "description?: "
2108
+ },
2109
+ {
2110
+ "kind": "Content",
2111
+ "text": "{\n type: 'doc';\n version: 1;\n content: {\n type: 'paragraph';\n content: {\n type: 'text';\n text: string;\n }[];\n }[];\n }"
2112
+ },
2113
+ {
2114
+ "kind": "Content",
2115
+ "text": ";"
2116
+ }
2117
+ ],
2118
+ "isReadonly": false,
2119
+ "isOptional": true,
2120
+ "releaseTag": "Public",
2121
+ "name": "description",
2122
+ "propertyTypeTokenRange": {
2123
+ "startIndex": 1,
2124
+ "endIndex": 2
2125
+ }
2126
+ },
2127
+ {
2128
+ "kind": "PropertySignature",
2129
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#fixVersions:member",
2130
+ "docComment": "",
2131
+ "excerptTokens": [
2132
+ {
2133
+ "kind": "Content",
2134
+ "text": "fixVersions: "
2135
+ },
2136
+ {
2137
+ "kind": "Reference",
2138
+ "text": "FixVersions",
2139
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FixVersions:type"
2140
+ },
2141
+ {
2142
+ "kind": "Content",
2143
+ "text": ";"
2144
+ }
2145
+ ],
2146
+ "isReadonly": false,
2147
+ "isOptional": false,
2148
+ "releaseTag": "Public",
2149
+ "name": "fixVersions",
2150
+ "propertyTypeTokenRange": {
2151
+ "startIndex": 1,
2152
+ "endIndex": 2
2153
+ }
2154
+ },
2155
+ {
2156
+ "kind": "PropertySignature",
2157
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#issuelinks:member",
2158
+ "docComment": "",
2159
+ "excerptTokens": [
2160
+ {
2161
+ "kind": "Content",
2162
+ "text": "issuelinks?: "
2163
+ },
2164
+ {
2165
+ "kind": "Reference",
2166
+ "text": "IssueLink",
2167
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueLink:interface"
2168
+ },
2169
+ {
2170
+ "kind": "Content",
2171
+ "text": "[]"
2172
+ },
2173
+ {
2174
+ "kind": "Content",
2175
+ "text": ";"
2176
+ }
2177
+ ],
2178
+ "isReadonly": false,
2179
+ "isOptional": true,
2180
+ "releaseTag": "Public",
2181
+ "name": "issuelinks",
2182
+ "propertyTypeTokenRange": {
2183
+ "startIndex": 1,
2184
+ "endIndex": 3
2185
+ }
2186
+ },
2187
+ {
2188
+ "kind": "PropertySignature",
2189
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#issuetype:member",
2190
+ "docComment": "",
2191
+ "excerptTokens": [
2192
+ {
2193
+ "kind": "Content",
2194
+ "text": "issuetype: "
2195
+ },
2196
+ {
2197
+ "kind": "Content",
2198
+ "text": "{\n self: string;\n id: string;\n description: string;\n iconUrl: string;\n name: string;\n subtask: boolean;\n avatarId: number;\n hierarchyLevel: number;\n }"
2199
+ },
2200
+ {
2201
+ "kind": "Content",
2202
+ "text": ";"
2203
+ }
2204
+ ],
2205
+ "isReadonly": false,
2206
+ "isOptional": false,
2207
+ "releaseTag": "Public",
2208
+ "name": "issuetype",
2209
+ "propertyTypeTokenRange": {
2210
+ "startIndex": 1,
2211
+ "endIndex": 2
2212
+ }
2213
+ },
2214
+ {
2215
+ "kind": "PropertySignature",
2216
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#labels:member",
2217
+ "docComment": "",
2218
+ "excerptTokens": [
2219
+ {
2220
+ "kind": "Content",
2221
+ "text": "labels: "
2222
+ },
2223
+ {
2224
+ "kind": "Content",
2225
+ "text": "string[]"
2226
+ },
2227
+ {
2228
+ "kind": "Content",
2229
+ "text": ";"
2230
+ }
2231
+ ],
2232
+ "isReadonly": false,
2233
+ "isOptional": false,
2234
+ "releaseTag": "Public",
2235
+ "name": "labels",
2236
+ "propertyTypeTokenRange": {
2237
+ "startIndex": 1,
2238
+ "endIndex": 2
2239
+ }
2240
+ },
2241
+ {
2242
+ "kind": "PropertySignature",
2243
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#lastViewed:member",
2244
+ "docComment": "",
2245
+ "excerptTokens": [
2246
+ {
2247
+ "kind": "Content",
2248
+ "text": "lastViewed: "
2249
+ },
2250
+ {
2251
+ "kind": "Content",
2252
+ "text": "string"
2253
+ },
2254
+ {
2255
+ "kind": "Content",
2256
+ "text": ";"
2257
+ }
2258
+ ],
2259
+ "isReadonly": false,
2260
+ "isOptional": false,
2261
+ "releaseTag": "Public",
2262
+ "name": "lastViewed",
2263
+ "propertyTypeTokenRange": {
2264
+ "startIndex": 1,
2265
+ "endIndex": 2
2266
+ }
2267
+ },
2268
+ {
2269
+ "kind": "PropertySignature",
2270
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#priority:member",
2271
+ "docComment": "",
2272
+ "excerptTokens": [
2273
+ {
2274
+ "kind": "Content",
2275
+ "text": "priority: "
2276
+ },
2277
+ {
2278
+ "kind": "Content",
2279
+ "text": "{\n self: string;\n iconUrl: string;\n name: string;\n id: string;\n }"
2280
+ },
2281
+ {
2282
+ "kind": "Content",
2283
+ "text": ";"
2284
+ }
2285
+ ],
2286
+ "isReadonly": false,
2287
+ "isOptional": false,
2288
+ "releaseTag": "Public",
2289
+ "name": "priority",
2290
+ "propertyTypeTokenRange": {
2291
+ "startIndex": 1,
2292
+ "endIndex": 2
2293
+ }
2294
+ },
2295
+ {
2296
+ "kind": "PropertySignature",
2297
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#project:member",
2298
+ "docComment": "",
2299
+ "excerptTokens": [
2300
+ {
2301
+ "kind": "Content",
2302
+ "text": "project: "
2303
+ },
2304
+ {
2305
+ "kind": "Reference",
2306
+ "text": "Project",
2307
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Project:interface"
2308
+ },
2309
+ {
2310
+ "kind": "Content",
2311
+ "text": ";"
2312
+ }
2313
+ ],
2314
+ "isReadonly": false,
2315
+ "isOptional": false,
2316
+ "releaseTag": "Public",
2317
+ "name": "project",
2318
+ "propertyTypeTokenRange": {
2319
+ "startIndex": 1,
2320
+ "endIndex": 2
2321
+ }
2322
+ },
2323
+ {
2324
+ "kind": "PropertySignature",
2325
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#reporter:member",
2326
+ "docComment": "",
2327
+ "excerptTokens": [
2328
+ {
2329
+ "kind": "Content",
2330
+ "text": "reporter?: "
2331
+ },
2332
+ {
2333
+ "kind": "Reference",
2334
+ "text": "User",
2335
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User:interface"
2336
+ },
2337
+ {
2338
+ "kind": "Content",
2339
+ "text": ";"
2340
+ }
2341
+ ],
2342
+ "isReadonly": false,
2343
+ "isOptional": true,
2344
+ "releaseTag": "Public",
2345
+ "name": "reporter",
2346
+ "propertyTypeTokenRange": {
2347
+ "startIndex": 1,
2348
+ "endIndex": 2
2349
+ }
2350
+ },
2351
+ {
2352
+ "kind": "PropertySignature",
2353
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#resolution:member",
2354
+ "docComment": "",
2355
+ "excerptTokens": [
2356
+ {
2357
+ "kind": "Content",
2358
+ "text": "resolution: "
2359
+ },
2360
+ {
2361
+ "kind": "Content",
2362
+ "text": "unknown"
2363
+ },
2364
+ {
2365
+ "kind": "Content",
2366
+ "text": ";"
2367
+ }
2368
+ ],
2369
+ "isReadonly": false,
2370
+ "isOptional": false,
2371
+ "releaseTag": "Public",
2372
+ "name": "resolution",
2373
+ "propertyTypeTokenRange": {
2374
+ "startIndex": 1,
2375
+ "endIndex": 2
2376
+ }
2377
+ },
2378
+ {
2379
+ "kind": "PropertySignature",
2380
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#resolutiondate:member",
2381
+ "docComment": "",
2382
+ "excerptTokens": [
2383
+ {
2384
+ "kind": "Content",
2385
+ "text": "resolutiondate?: "
2386
+ },
2387
+ {
2388
+ "kind": "Content",
2389
+ "text": "string"
2390
+ },
2391
+ {
2392
+ "kind": "Content",
2393
+ "text": ";"
2394
+ }
2395
+ ],
2396
+ "isReadonly": false,
2397
+ "isOptional": true,
2398
+ "releaseTag": "Public",
2399
+ "name": "resolutiondate",
2400
+ "propertyTypeTokenRange": {
2401
+ "startIndex": 1,
2402
+ "endIndex": 2
2403
+ }
2404
+ },
2405
+ {
2406
+ "kind": "PropertySignature",
2407
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#status:member",
2408
+ "docComment": "",
2409
+ "excerptTokens": [
2410
+ {
2411
+ "kind": "Content",
2412
+ "text": "status: "
2413
+ },
2414
+ {
2415
+ "kind": "Reference",
2416
+ "text": "IssueStatus",
2417
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueStatus:interface"
2418
+ },
2419
+ {
2420
+ "kind": "Content",
2421
+ "text": ";"
2422
+ }
2423
+ ],
2424
+ "isReadonly": false,
2425
+ "isOptional": false,
2426
+ "releaseTag": "Public",
2427
+ "name": "status",
2428
+ "propertyTypeTokenRange": {
2429
+ "startIndex": 1,
2430
+ "endIndex": 2
2431
+ }
2432
+ },
2433
+ {
2434
+ "kind": "PropertySignature",
2435
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#statuscategorychangedate:member",
2436
+ "docComment": "",
2437
+ "excerptTokens": [
2438
+ {
2439
+ "kind": "Content",
2440
+ "text": "statuscategorychangedate: "
2441
+ },
2442
+ {
2443
+ "kind": "Content",
2444
+ "text": "string"
2445
+ },
2446
+ {
2447
+ "kind": "Content",
2448
+ "text": ";"
2449
+ }
2450
+ ],
2451
+ "isReadonly": false,
2452
+ "isOptional": false,
2453
+ "releaseTag": "Public",
2454
+ "name": "statuscategorychangedate",
2455
+ "propertyTypeTokenRange": {
2456
+ "startIndex": 1,
2457
+ "endIndex": 2
2458
+ }
2459
+ },
2460
+ {
2461
+ "kind": "PropertySignature",
2462
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#summary:member",
2463
+ "docComment": "",
2464
+ "excerptTokens": [
2465
+ {
2466
+ "kind": "Content",
2467
+ "text": "summary: "
2468
+ },
2469
+ {
2470
+ "kind": "Content",
2471
+ "text": "string"
2472
+ },
2473
+ {
2474
+ "kind": "Content",
2475
+ "text": ";"
2476
+ }
2477
+ ],
2478
+ "isReadonly": false,
2479
+ "isOptional": false,
2480
+ "releaseTag": "Public",
2481
+ "name": "summary",
2482
+ "propertyTypeTokenRange": {
2483
+ "startIndex": 1,
2484
+ "endIndex": 2
2485
+ }
2486
+ },
2487
+ {
2488
+ "kind": "PropertySignature",
2489
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#timeestimate:member",
2490
+ "docComment": "",
2491
+ "excerptTokens": [
2492
+ {
2493
+ "kind": "Content",
2494
+ "text": "timeestimate: "
2495
+ },
2496
+ {
2497
+ "kind": "Content",
2498
+ "text": "number"
2499
+ },
2500
+ {
2501
+ "kind": "Content",
2502
+ "text": ";"
2503
+ }
2504
+ ],
2505
+ "isReadonly": false,
2506
+ "isOptional": false,
2507
+ "releaseTag": "Public",
2508
+ "name": "timeestimate",
2509
+ "propertyTypeTokenRange": {
2510
+ "startIndex": 1,
2511
+ "endIndex": 2
2512
+ }
2513
+ },
2514
+ {
2515
+ "kind": "PropertySignature",
2516
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#timespent:member",
2517
+ "docComment": "",
2518
+ "excerptTokens": [
2519
+ {
2520
+ "kind": "Content",
2521
+ "text": "timespent: "
2522
+ },
2523
+ {
2524
+ "kind": "Content",
2525
+ "text": "number"
2526
+ },
2527
+ {
2528
+ "kind": "Content",
2529
+ "text": ";"
2530
+ }
2531
+ ],
2532
+ "isReadonly": false,
2533
+ "isOptional": false,
2534
+ "releaseTag": "Public",
2535
+ "name": "timespent",
2536
+ "propertyTypeTokenRange": {
2537
+ "startIndex": 1,
2538
+ "endIndex": 2
2539
+ }
2540
+ },
2541
+ {
2542
+ "kind": "PropertySignature",
2543
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#timetracking:member",
2544
+ "docComment": "",
2545
+ "excerptTokens": [
2546
+ {
2547
+ "kind": "Content",
2548
+ "text": "timetracking: "
2549
+ },
2550
+ {
2551
+ "kind": "Content",
2552
+ "text": "{\n remainingEstimate: string;\n timeSpent: string;\n remainingEstimateSeconds: number;\n timeSpentSeconds: number;\n }"
2553
+ },
2554
+ {
2555
+ "kind": "Content",
2556
+ "text": ";"
2557
+ }
2558
+ ],
2559
+ "isReadonly": false,
2560
+ "isOptional": false,
2561
+ "releaseTag": "Public",
2562
+ "name": "timetracking",
2563
+ "propertyTypeTokenRange": {
2564
+ "startIndex": 1,
2565
+ "endIndex": 2
2566
+ }
2567
+ },
2568
+ {
2569
+ "kind": "PropertySignature",
2570
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#updated:member",
2571
+ "docComment": "",
2572
+ "excerptTokens": [
2573
+ {
2574
+ "kind": "Content",
2575
+ "text": "updated: "
2576
+ },
2577
+ {
2578
+ "kind": "Content",
2579
+ "text": "string"
2580
+ },
2581
+ {
2582
+ "kind": "Content",
2583
+ "text": ";"
2584
+ }
2585
+ ],
2586
+ "isReadonly": false,
2587
+ "isOptional": false,
2588
+ "releaseTag": "Public",
2589
+ "name": "updated",
2590
+ "propertyTypeTokenRange": {
2591
+ "startIndex": 1,
2592
+ "endIndex": 2
2593
+ }
2594
+ },
2595
+ {
2596
+ "kind": "PropertySignature",
2597
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#watches:member",
2598
+ "docComment": "",
2599
+ "excerptTokens": [
2600
+ {
2601
+ "kind": "Content",
2602
+ "text": "watches: "
2603
+ },
2604
+ {
2605
+ "kind": "Content",
2606
+ "text": "{\n self: string;\n watchCount: number;\n isWatching: boolean;\n }"
2607
+ },
2608
+ {
2609
+ "kind": "Content",
2610
+ "text": ";"
2611
+ }
2612
+ ],
2613
+ "isReadonly": false,
2614
+ "isOptional": false,
2615
+ "releaseTag": "Public",
2616
+ "name": "watches",
2617
+ "propertyTypeTokenRange": {
2618
+ "startIndex": 1,
2619
+ "endIndex": 2
2620
+ }
2621
+ },
2622
+ {
2623
+ "kind": "PropertySignature",
2624
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#worklog:member",
2625
+ "docComment": "",
2626
+ "excerptTokens": [
2627
+ {
2628
+ "kind": "Content",
2629
+ "text": "worklog: "
2630
+ },
2631
+ {
2632
+ "kind": "Content",
2633
+ "text": "{\n total: number;\n startAt: number;\n maxResults: number;\n worklogs: "
2634
+ },
2635
+ {
2636
+ "kind": "Reference",
2637
+ "text": "Worklog",
2638
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Worklog:interface"
2639
+ },
2640
+ {
2641
+ "kind": "Content",
2642
+ "text": "[];\n }"
2643
+ },
2644
+ {
2645
+ "kind": "Content",
2646
+ "text": ";"
2647
+ }
2648
+ ],
2649
+ "isReadonly": false,
2650
+ "isOptional": false,
2651
+ "releaseTag": "Public",
2652
+ "name": "worklog",
2653
+ "propertyTypeTokenRange": {
2654
+ "startIndex": 1,
2655
+ "endIndex": 4
2656
+ }
2657
+ },
2658
+ {
2659
+ "kind": "PropertySignature",
2660
+ "canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#workratio:member",
2661
+ "docComment": "",
2662
+ "excerptTokens": [
2663
+ {
2664
+ "kind": "Content",
2665
+ "text": "workratio: "
2666
+ },
2667
+ {
2668
+ "kind": "Content",
2669
+ "text": "number"
2670
+ },
2671
+ {
2672
+ "kind": "Content",
2673
+ "text": ";"
2674
+ }
2675
+ ],
2676
+ "isReadonly": false,
2677
+ "isOptional": false,
2678
+ "releaseTag": "Public",
2679
+ "name": "workratio",
2680
+ "propertyTypeTokenRange": {
2681
+ "startIndex": 1,
2682
+ "endIndex": 2
2683
+ }
2684
+ }
2685
+ ],
2686
+ "extendsTokenRanges": []
2687
+ },
2688
+ {
2689
+ "kind": "Interface",
2690
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User:interface",
2691
+ "docComment": "",
2692
+ "excerptTokens": [
2693
+ {
2694
+ "kind": "Content",
2695
+ "text": "export interface User "
2696
+ }
2697
+ ],
2698
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/user.d.ts",
2699
+ "releaseTag": "Public",
2700
+ "name": "User",
2701
+ "preserveMemberOrder": false,
2702
+ "members": [
2703
+ {
2704
+ "kind": "PropertySignature",
2705
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User#accountId:member",
2706
+ "docComment": "",
2707
+ "excerptTokens": [
2708
+ {
2709
+ "kind": "Content",
2710
+ "text": "accountId: "
2711
+ },
2712
+ {
2713
+ "kind": "Content",
2714
+ "text": "string"
2715
+ },
2716
+ {
2717
+ "kind": "Content",
2718
+ "text": ";"
2719
+ }
2720
+ ],
2721
+ "isReadonly": false,
2722
+ "isOptional": false,
2723
+ "releaseTag": "Public",
2724
+ "name": "accountId",
2725
+ "propertyTypeTokenRange": {
2726
+ "startIndex": 1,
2727
+ "endIndex": 2
2728
+ }
2729
+ },
2730
+ {
2731
+ "kind": "PropertySignature",
2732
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User#accountType:member",
2733
+ "docComment": "",
2734
+ "excerptTokens": [
2735
+ {
2736
+ "kind": "Content",
2737
+ "text": "accountType?: "
2738
+ },
2739
+ {
2740
+ "kind": "Content",
2741
+ "text": "string"
2742
+ },
2743
+ {
2744
+ "kind": "Content",
2745
+ "text": ";"
2746
+ }
2747
+ ],
2748
+ "isReadonly": false,
2749
+ "isOptional": true,
2750
+ "releaseTag": "Public",
2751
+ "name": "accountType",
2752
+ "propertyTypeTokenRange": {
2753
+ "startIndex": 1,
2754
+ "endIndex": 2
2755
+ }
2756
+ },
2757
+ {
2758
+ "kind": "PropertySignature",
2759
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User#active:member",
2760
+ "docComment": "",
2761
+ "excerptTokens": [
2762
+ {
2763
+ "kind": "Content",
2764
+ "text": "active: "
2765
+ },
2766
+ {
2767
+ "kind": "Content",
2768
+ "text": "boolean"
2769
+ },
2770
+ {
2771
+ "kind": "Content",
2772
+ "text": ";"
2773
+ }
2774
+ ],
2775
+ "isReadonly": false,
2776
+ "isOptional": false,
2777
+ "releaseTag": "Public",
2778
+ "name": "active",
2779
+ "propertyTypeTokenRange": {
2780
+ "startIndex": 1,
2781
+ "endIndex": 2
2782
+ }
2783
+ },
2784
+ {
2785
+ "kind": "PropertySignature",
2786
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User#avatarUrls:member",
2787
+ "docComment": "",
2788
+ "excerptTokens": [
2789
+ {
2790
+ "kind": "Content",
2791
+ "text": "avatarUrls?: "
2792
+ },
2793
+ {
2794
+ "kind": "Reference",
2795
+ "text": "AvatarUrls",
2796
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AvatarUrls:interface"
2797
+ },
2798
+ {
2799
+ "kind": "Content",
2800
+ "text": ";"
2801
+ }
2802
+ ],
2803
+ "isReadonly": false,
2804
+ "isOptional": true,
2805
+ "releaseTag": "Public",
2806
+ "name": "avatarUrls",
2807
+ "propertyTypeTokenRange": {
2808
+ "startIndex": 1,
2809
+ "endIndex": 2
2810
+ }
2811
+ },
2812
+ {
2813
+ "kind": "PropertySignature",
2814
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User#displayName:member",
2815
+ "docComment": "",
2816
+ "excerptTokens": [
2817
+ {
2818
+ "kind": "Content",
2819
+ "text": "displayName: "
2820
+ },
2821
+ {
2822
+ "kind": "Content",
2823
+ "text": "string"
2824
+ },
2825
+ {
2826
+ "kind": "Content",
2827
+ "text": ";"
2828
+ }
2829
+ ],
2830
+ "isReadonly": false,
2831
+ "isOptional": false,
2832
+ "releaseTag": "Public",
2833
+ "name": "displayName",
2834
+ "propertyTypeTokenRange": {
2835
+ "startIndex": 1,
2836
+ "endIndex": 2
2837
+ }
2838
+ },
2839
+ {
2840
+ "kind": "PropertySignature",
2841
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User#emailAddress:member",
2842
+ "docComment": "",
2843
+ "excerptTokens": [
2844
+ {
2845
+ "kind": "Content",
2846
+ "text": "emailAddress?: "
2847
+ },
2848
+ {
2849
+ "kind": "Content",
2850
+ "text": "string"
2851
+ },
2852
+ {
2853
+ "kind": "Content",
2854
+ "text": ";"
2855
+ }
2856
+ ],
2857
+ "isReadonly": false,
2858
+ "isOptional": true,
2859
+ "releaseTag": "Public",
2860
+ "name": "emailAddress",
2861
+ "propertyTypeTokenRange": {
2862
+ "startIndex": 1,
2863
+ "endIndex": 2
2864
+ }
2865
+ },
2866
+ {
2867
+ "kind": "PropertySignature",
2868
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User#self:member",
2869
+ "docComment": "",
2870
+ "excerptTokens": [
2871
+ {
2872
+ "kind": "Content",
2873
+ "text": "self?: "
2874
+ },
2875
+ {
2876
+ "kind": "Content",
2877
+ "text": "string"
2878
+ },
2879
+ {
2880
+ "kind": "Content",
2881
+ "text": ";"
2882
+ }
2883
+ ],
2884
+ "isReadonly": false,
2885
+ "isOptional": true,
2886
+ "releaseTag": "Public",
2887
+ "name": "self",
2888
+ "propertyTypeTokenRange": {
2889
+ "startIndex": 1,
2890
+ "endIndex": 2
2891
+ }
2892
+ },
2893
+ {
2894
+ "kind": "PropertySignature",
2895
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User#timeZone:member",
2896
+ "docComment": "",
2897
+ "excerptTokens": [
2898
+ {
2899
+ "kind": "Content",
2900
+ "text": "timeZone: "
2901
+ },
2902
+ {
2903
+ "kind": "Content",
2904
+ "text": "string"
2905
+ },
2906
+ {
2907
+ "kind": "Content",
2908
+ "text": ";"
2909
+ }
2910
+ ],
2911
+ "isReadonly": false,
2912
+ "isOptional": false,
2913
+ "releaseTag": "Public",
2914
+ "name": "timeZone",
2915
+ "propertyTypeTokenRange": {
2916
+ "startIndex": 1,
2917
+ "endIndex": 2
2918
+ }
2919
+ }
2920
+ ],
2921
+ "extendsTokenRanges": []
2922
+ },
2923
+ {
2924
+ "kind": "Interface",
2925
+ "canonicalReference": "@valiantys/atlassian-app-frontend!UserPickerQueryResponse:interface",
2926
+ "docComment": "",
2927
+ "excerptTokens": [
2928
+ {
2929
+ "kind": "Content",
2930
+ "text": "export interface UserPickerQueryResponse "
2931
+ }
2932
+ ],
2933
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/user-picker.d.ts",
2934
+ "releaseTag": "Public",
2935
+ "name": "UserPickerQueryResponse",
2936
+ "preserveMemberOrder": false,
2937
+ "members": [
2938
+ {
2939
+ "kind": "PropertySignature",
2940
+ "canonicalReference": "@valiantys/atlassian-app-frontend!UserPickerQueryResponse#header:member",
2941
+ "docComment": "",
2942
+ "excerptTokens": [
2943
+ {
2944
+ "kind": "Content",
2945
+ "text": "header: "
2946
+ },
2947
+ {
2948
+ "kind": "Content",
2949
+ "text": "string"
2950
+ },
2951
+ {
2952
+ "kind": "Content",
2953
+ "text": ";"
2954
+ }
2955
+ ],
2956
+ "isReadonly": false,
2957
+ "isOptional": false,
2958
+ "releaseTag": "Public",
2959
+ "name": "header",
2960
+ "propertyTypeTokenRange": {
2961
+ "startIndex": 1,
2962
+ "endIndex": 2
2963
+ }
2964
+ },
2965
+ {
2966
+ "kind": "PropertySignature",
2967
+ "canonicalReference": "@valiantys/atlassian-app-frontend!UserPickerQueryResponse#total:member",
2968
+ "docComment": "",
2969
+ "excerptTokens": [
2970
+ {
2971
+ "kind": "Content",
2972
+ "text": "total: "
2973
+ },
2974
+ {
2975
+ "kind": "Content",
2976
+ "text": "number"
2977
+ },
2978
+ {
2979
+ "kind": "Content",
2980
+ "text": ";"
2981
+ }
2982
+ ],
2983
+ "isReadonly": false,
2984
+ "isOptional": false,
2985
+ "releaseTag": "Public",
2986
+ "name": "total",
2987
+ "propertyTypeTokenRange": {
2988
+ "startIndex": 1,
2989
+ "endIndex": 2
2990
+ }
2991
+ },
2992
+ {
2993
+ "kind": "PropertySignature",
2994
+ "canonicalReference": "@valiantys/atlassian-app-frontend!UserPickerQueryResponse#users:member",
2995
+ "docComment": "",
2996
+ "excerptTokens": [
2997
+ {
2998
+ "kind": "Content",
2999
+ "text": "users: "
3000
+ },
3001
+ {
3002
+ "kind": "Reference",
3003
+ "text": "UserPickerUser",
3004
+ "canonicalReference": "@valiantys/atlassian-app-frontend!UserPickerUser:interface"
3005
+ },
3006
+ {
3007
+ "kind": "Content",
3008
+ "text": "[]"
3009
+ },
3010
+ {
3011
+ "kind": "Content",
3012
+ "text": ";"
3013
+ }
3014
+ ],
3015
+ "isReadonly": false,
3016
+ "isOptional": false,
3017
+ "releaseTag": "Public",
3018
+ "name": "users",
3019
+ "propertyTypeTokenRange": {
3020
+ "startIndex": 1,
3021
+ "endIndex": 3
3022
+ }
3023
+ }
3024
+ ],
3025
+ "extendsTokenRanges": []
3026
+ },
3027
+ {
3028
+ "kind": "Interface",
3029
+ "canonicalReference": "@valiantys/atlassian-app-frontend!UserPickerUser:interface",
3030
+ "docComment": "",
3031
+ "excerptTokens": [
3032
+ {
3033
+ "kind": "Content",
3034
+ "text": "export interface UserPickerUser "
3035
+ }
3036
+ ],
3037
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/user-picker.d.ts",
3038
+ "releaseTag": "Public",
3039
+ "name": "UserPickerUser",
3040
+ "preserveMemberOrder": false,
3041
+ "members": [
3042
+ {
3043
+ "kind": "PropertySignature",
3044
+ "canonicalReference": "@valiantys/atlassian-app-frontend!UserPickerUser#accountId:member",
3045
+ "docComment": "",
3046
+ "excerptTokens": [
3047
+ {
3048
+ "kind": "Content",
3049
+ "text": "accountId: "
3050
+ },
3051
+ {
3052
+ "kind": "Content",
3053
+ "text": "string"
3054
+ },
3055
+ {
3056
+ "kind": "Content",
3057
+ "text": ";"
3058
+ }
3059
+ ],
3060
+ "isReadonly": false,
3061
+ "isOptional": false,
3062
+ "releaseTag": "Public",
3063
+ "name": "accountId",
3064
+ "propertyTypeTokenRange": {
3065
+ "startIndex": 1,
3066
+ "endIndex": 2
3067
+ }
3068
+ },
3069
+ {
3070
+ "kind": "PropertySignature",
3071
+ "canonicalReference": "@valiantys/atlassian-app-frontend!UserPickerUser#accountType:member",
3072
+ "docComment": "",
3073
+ "excerptTokens": [
3074
+ {
3075
+ "kind": "Content",
3076
+ "text": "accountType: "
3077
+ },
3078
+ {
3079
+ "kind": "Content",
3080
+ "text": "string"
3081
+ },
3082
+ {
3083
+ "kind": "Content",
3084
+ "text": ";"
3085
+ }
3086
+ ],
3087
+ "isReadonly": false,
3088
+ "isOptional": false,
3089
+ "releaseTag": "Public",
3090
+ "name": "accountType",
3091
+ "propertyTypeTokenRange": {
3092
+ "startIndex": 1,
3093
+ "endIndex": 2
3094
+ }
3095
+ },
3096
+ {
3097
+ "kind": "PropertySignature",
3098
+ "canonicalReference": "@valiantys/atlassian-app-frontend!UserPickerUser#displayName:member",
3099
+ "docComment": "",
3100
+ "excerptTokens": [
3101
+ {
3102
+ "kind": "Content",
3103
+ "text": "displayName: "
3104
+ },
3105
+ {
3106
+ "kind": "Content",
3107
+ "text": "string"
3108
+ },
3109
+ {
3110
+ "kind": "Content",
3111
+ "text": ";"
3112
+ }
3113
+ ],
3114
+ "isReadonly": false,
3115
+ "isOptional": false,
3116
+ "releaseTag": "Public",
3117
+ "name": "displayName",
3118
+ "propertyTypeTokenRange": {
3119
+ "startIndex": 1,
3120
+ "endIndex": 2
3121
+ }
3122
+ },
3123
+ {
3124
+ "kind": "PropertySignature",
3125
+ "canonicalReference": "@valiantys/atlassian-app-frontend!UserPickerUser#html:member",
3126
+ "docComment": "",
3127
+ "excerptTokens": [
3128
+ {
3129
+ "kind": "Content",
3130
+ "text": "html?: "
3131
+ },
3132
+ {
3133
+ "kind": "Content",
3134
+ "text": "string"
3135
+ },
3136
+ {
3137
+ "kind": "Content",
3138
+ "text": ";"
3139
+ }
3140
+ ],
3141
+ "isReadonly": false,
3142
+ "isOptional": true,
3143
+ "releaseTag": "Public",
3144
+ "name": "html",
3145
+ "propertyTypeTokenRange": {
3146
+ "startIndex": 1,
3147
+ "endIndex": 2
3148
+ }
3149
+ }
3150
+ ],
3151
+ "extendsTokenRanges": []
3152
+ },
3153
+ {
3154
+ "kind": "Interface",
3155
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Worklog:interface",
3156
+ "docComment": "",
3157
+ "excerptTokens": [
3158
+ {
3159
+ "kind": "Content",
3160
+ "text": "export interface Worklog extends "
3161
+ },
3162
+ {
3163
+ "kind": "Reference",
3164
+ "text": "WorklogCreateRequest",
3165
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WorklogCreateRequest:interface"
3166
+ },
3167
+ {
3168
+ "kind": "Content",
3169
+ "text": " "
3170
+ }
3171
+ ],
3172
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/worklog.d.ts",
3173
+ "releaseTag": "Public",
3174
+ "name": "Worklog",
3175
+ "preserveMemberOrder": false,
3176
+ "members": [
3177
+ {
3178
+ "kind": "PropertySignature",
3179
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Worklog#author:member",
3180
+ "docComment": "",
3181
+ "excerptTokens": [
3182
+ {
3183
+ "kind": "Content",
3184
+ "text": "author: "
3185
+ },
3186
+ {
3187
+ "kind": "Reference",
3188
+ "text": "User",
3189
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User:interface"
3190
+ },
3191
+ {
3192
+ "kind": "Content",
3193
+ "text": ";"
3194
+ }
3195
+ ],
3196
+ "isReadonly": false,
3197
+ "isOptional": false,
3198
+ "releaseTag": "Public",
3199
+ "name": "author",
3200
+ "propertyTypeTokenRange": {
3201
+ "startIndex": 1,
3202
+ "endIndex": 2
3203
+ }
3204
+ },
3205
+ {
3206
+ "kind": "PropertySignature",
3207
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Worklog#created:member",
3208
+ "docComment": "",
3209
+ "excerptTokens": [
3210
+ {
3211
+ "kind": "Content",
3212
+ "text": "created: "
3213
+ },
3214
+ {
3215
+ "kind": "Content",
3216
+ "text": "string"
3217
+ },
3218
+ {
3219
+ "kind": "Content",
3220
+ "text": ";"
3221
+ }
3222
+ ],
3223
+ "isReadonly": false,
3224
+ "isOptional": false,
3225
+ "releaseTag": "Public",
3226
+ "name": "created",
3227
+ "propertyTypeTokenRange": {
3228
+ "startIndex": 1,
3229
+ "endIndex": 2
3230
+ }
3231
+ },
3232
+ {
3233
+ "kind": "PropertySignature",
3234
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Worklog#id:member",
3235
+ "docComment": "",
3236
+ "excerptTokens": [
3237
+ {
3238
+ "kind": "Content",
3239
+ "text": "id: "
3240
+ },
3241
+ {
3242
+ "kind": "Content",
3243
+ "text": "string"
3244
+ },
3245
+ {
3246
+ "kind": "Content",
3247
+ "text": ";"
3248
+ }
3249
+ ],
3250
+ "isReadonly": false,
3251
+ "isOptional": false,
3252
+ "releaseTag": "Public",
3253
+ "name": "id",
3254
+ "propertyTypeTokenRange": {
3255
+ "startIndex": 1,
3256
+ "endIndex": 2
3257
+ }
3258
+ },
3259
+ {
3260
+ "kind": "PropertySignature",
3261
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Worklog#issueId:member",
3262
+ "docComment": "",
3263
+ "excerptTokens": [
3264
+ {
3265
+ "kind": "Content",
3266
+ "text": "issueId: "
3267
+ },
3268
+ {
3269
+ "kind": "Content",
3270
+ "text": "string"
3271
+ },
3272
+ {
3273
+ "kind": "Content",
3274
+ "text": ";"
3275
+ }
3276
+ ],
3277
+ "isReadonly": false,
3278
+ "isOptional": false,
3279
+ "releaseTag": "Public",
3280
+ "name": "issueId",
3281
+ "propertyTypeTokenRange": {
3282
+ "startIndex": 1,
3283
+ "endIndex": 2
3284
+ }
3285
+ },
3286
+ {
3287
+ "kind": "PropertySignature",
3288
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Worklog#self:member",
3289
+ "docComment": "",
3290
+ "excerptTokens": [
3291
+ {
3292
+ "kind": "Content",
3293
+ "text": "self: "
3294
+ },
3295
+ {
3296
+ "kind": "Content",
3297
+ "text": "string"
3298
+ },
3299
+ {
3300
+ "kind": "Content",
3301
+ "text": ";"
3302
+ }
3303
+ ],
3304
+ "isReadonly": false,
3305
+ "isOptional": false,
3306
+ "releaseTag": "Public",
3307
+ "name": "self",
3308
+ "propertyTypeTokenRange": {
3309
+ "startIndex": 1,
3310
+ "endIndex": 2
3311
+ }
3312
+ },
3313
+ {
3314
+ "kind": "PropertySignature",
3315
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Worklog#updateAuthor:member",
3316
+ "docComment": "",
3317
+ "excerptTokens": [
3318
+ {
3319
+ "kind": "Content",
3320
+ "text": "updateAuthor: "
3321
+ },
3322
+ {
3323
+ "kind": "Reference",
3324
+ "text": "User",
3325
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User:interface"
3326
+ },
3327
+ {
3328
+ "kind": "Content",
3329
+ "text": ";"
3330
+ }
3331
+ ],
3332
+ "isReadonly": false,
3333
+ "isOptional": false,
3334
+ "releaseTag": "Public",
3335
+ "name": "updateAuthor",
3336
+ "propertyTypeTokenRange": {
3337
+ "startIndex": 1,
3338
+ "endIndex": 2
3339
+ }
3340
+ },
3341
+ {
3342
+ "kind": "PropertySignature",
3343
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Worklog#updated:member",
3344
+ "docComment": "",
3345
+ "excerptTokens": [
3346
+ {
3347
+ "kind": "Content",
3348
+ "text": "updated: "
3349
+ },
3350
+ {
3351
+ "kind": "Content",
3352
+ "text": "string"
3353
+ },
3354
+ {
3355
+ "kind": "Content",
3356
+ "text": ";"
3357
+ }
3358
+ ],
3359
+ "isReadonly": false,
3360
+ "isOptional": false,
3361
+ "releaseTag": "Public",
3362
+ "name": "updated",
3363
+ "propertyTypeTokenRange": {
3364
+ "startIndex": 1,
3365
+ "endIndex": 2
3366
+ }
3367
+ }
3368
+ ],
3369
+ "extendsTokenRanges": [
3370
+ {
3371
+ "startIndex": 1,
3372
+ "endIndex": 2
3373
+ }
3374
+ ]
3375
+ },
3376
+ {
3377
+ "kind": "Interface",
3378
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WorklogComment:interface",
3379
+ "docComment": "/**\n * A comment about the worklog in Atlassian Document Format. Optional when creating or updating a worklog.\n */\n",
3380
+ "excerptTokens": [
3381
+ {
3382
+ "kind": "Content",
3383
+ "text": "export interface WorklogComment "
3384
+ }
3385
+ ],
3386
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/worklog.d.ts",
3387
+ "releaseTag": "Public",
3388
+ "name": "WorklogComment",
3389
+ "preserveMemberOrder": false,
3390
+ "members": [
3391
+ {
3392
+ "kind": "PropertySignature",
3393
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WorklogComment#content:member",
3394
+ "docComment": "",
3395
+ "excerptTokens": [
3396
+ {
3397
+ "kind": "Content",
3398
+ "text": "content: "
3399
+ },
3400
+ {
3401
+ "kind": "Content",
3402
+ "text": "[\n {\n type: 'paragraph';\n content: [\n {\n type: 'text';\n text: string;\n }\n ];\n }\n ]"
3403
+ },
3404
+ {
3405
+ "kind": "Content",
3406
+ "text": ";"
3407
+ }
3408
+ ],
3409
+ "isReadonly": false,
3410
+ "isOptional": false,
3411
+ "releaseTag": "Public",
3412
+ "name": "content",
3413
+ "propertyTypeTokenRange": {
3414
+ "startIndex": 1,
3415
+ "endIndex": 2
3416
+ }
3417
+ },
3418
+ {
3419
+ "kind": "PropertySignature",
3420
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WorklogComment#type:member",
3421
+ "docComment": "",
3422
+ "excerptTokens": [
3423
+ {
3424
+ "kind": "Content",
3425
+ "text": "type: "
3426
+ },
3427
+ {
3428
+ "kind": "Content",
3429
+ "text": "'doc'"
3430
+ },
3431
+ {
3432
+ "kind": "Content",
3433
+ "text": ";"
3434
+ }
3435
+ ],
3436
+ "isReadonly": false,
3437
+ "isOptional": false,
3438
+ "releaseTag": "Public",
3439
+ "name": "type",
3440
+ "propertyTypeTokenRange": {
3441
+ "startIndex": 1,
3442
+ "endIndex": 2
3443
+ }
3444
+ },
3445
+ {
3446
+ "kind": "PropertySignature",
3447
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WorklogComment#version:member",
3448
+ "docComment": "",
3449
+ "excerptTokens": [
3450
+ {
3451
+ "kind": "Content",
3452
+ "text": "version: "
3453
+ },
3454
+ {
3455
+ "kind": "Content",
3456
+ "text": "1"
3457
+ },
3458
+ {
3459
+ "kind": "Content",
3460
+ "text": ";"
3461
+ }
3462
+ ],
3463
+ "isReadonly": false,
3464
+ "isOptional": false,
3465
+ "releaseTag": "Public",
3466
+ "name": "version",
3467
+ "propertyTypeTokenRange": {
3468
+ "startIndex": 1,
3469
+ "endIndex": 2
3470
+ }
3471
+ }
3472
+ ],
3473
+ "extendsTokenRanges": []
3474
+ },
3475
+ {
3476
+ "kind": "Interface",
3477
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WorklogCreateRequest:interface",
3478
+ "docComment": "",
3479
+ "excerptTokens": [
3480
+ {
3481
+ "kind": "Content",
3482
+ "text": "export interface WorklogCreateRequest "
3483
+ }
3484
+ ],
3485
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/worklog.d.ts",
3486
+ "releaseTag": "Public",
3487
+ "name": "WorklogCreateRequest",
3488
+ "preserveMemberOrder": false,
3489
+ "members": [
3490
+ {
3491
+ "kind": "PropertySignature",
3492
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WorklogCreateRequest#comment:member",
3493
+ "docComment": "",
3494
+ "excerptTokens": [
3495
+ {
3496
+ "kind": "Content",
3497
+ "text": "comment?: "
3498
+ },
3499
+ {
3500
+ "kind": "Reference",
3501
+ "text": "WorklogComment",
3502
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WorklogComment:interface"
3503
+ },
3504
+ {
3505
+ "kind": "Content",
3506
+ "text": ";"
3507
+ }
3508
+ ],
3509
+ "isReadonly": false,
3510
+ "isOptional": true,
3511
+ "releaseTag": "Public",
3512
+ "name": "comment",
3513
+ "propertyTypeTokenRange": {
3514
+ "startIndex": 1,
3515
+ "endIndex": 2
3516
+ }
3517
+ },
3518
+ {
3519
+ "kind": "PropertySignature",
3520
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WorklogCreateRequest#properties:member",
3521
+ "docComment": "",
3522
+ "excerptTokens": [
3523
+ {
3524
+ "kind": "Content",
3525
+ "text": "properties?: "
3526
+ },
3527
+ {
3528
+ "kind": "Reference",
3529
+ "text": "EntityProperty",
3530
+ "canonicalReference": "@valiantys/atlassian-app-frontend!EntityProperty:interface"
3531
+ },
3532
+ {
3533
+ "kind": "Content",
3534
+ "text": "[]"
3535
+ },
3536
+ {
3537
+ "kind": "Content",
3538
+ "text": ";"
3539
+ }
3540
+ ],
3541
+ "isReadonly": false,
3542
+ "isOptional": true,
3543
+ "releaseTag": "Public",
3544
+ "name": "properties",
3545
+ "propertyTypeTokenRange": {
3546
+ "startIndex": 1,
3547
+ "endIndex": 3
3548
+ }
3549
+ },
3550
+ {
3551
+ "kind": "PropertySignature",
3552
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WorklogCreateRequest#started:member",
3553
+ "docComment": "",
3554
+ "excerptTokens": [
3555
+ {
3556
+ "kind": "Content",
3557
+ "text": "started: "
3558
+ },
3559
+ {
3560
+ "kind": "Content",
3561
+ "text": "string"
3562
+ },
3563
+ {
3564
+ "kind": "Content",
3565
+ "text": ";"
3566
+ }
3567
+ ],
3568
+ "isReadonly": false,
3569
+ "isOptional": false,
3570
+ "releaseTag": "Public",
3571
+ "name": "started",
3572
+ "propertyTypeTokenRange": {
3573
+ "startIndex": 1,
3574
+ "endIndex": 2
3575
+ }
3576
+ },
3577
+ {
3578
+ "kind": "PropertySignature",
3579
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WorklogCreateRequest#timeSpent:member",
3580
+ "docComment": "",
3581
+ "excerptTokens": [
3582
+ {
3583
+ "kind": "Content",
3584
+ "text": "timeSpent?: "
3585
+ },
3586
+ {
3587
+ "kind": "Content",
3588
+ "text": "string"
3589
+ },
3590
+ {
3591
+ "kind": "Content",
3592
+ "text": ";"
3593
+ }
3594
+ ],
3595
+ "isReadonly": false,
3596
+ "isOptional": true,
3597
+ "releaseTag": "Public",
3598
+ "name": "timeSpent",
3599
+ "propertyTypeTokenRange": {
3600
+ "startIndex": 1,
3601
+ "endIndex": 2
3602
+ }
3603
+ },
3604
+ {
3605
+ "kind": "PropertySignature",
3606
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WorklogCreateRequest#timeSpentSeconds:member",
3607
+ "docComment": "",
3608
+ "excerptTokens": [
3609
+ {
3610
+ "kind": "Content",
3611
+ "text": "timeSpentSeconds?: "
3612
+ },
3613
+ {
3614
+ "kind": "Content",
3615
+ "text": "number"
3616
+ },
3617
+ {
3618
+ "kind": "Content",
3619
+ "text": ";"
3620
+ }
3621
+ ],
3622
+ "isReadonly": false,
3623
+ "isOptional": true,
3624
+ "releaseTag": "Public",
3625
+ "name": "timeSpentSeconds",
3626
+ "propertyTypeTokenRange": {
3627
+ "startIndex": 1,
3628
+ "endIndex": 2
3629
+ }
3630
+ },
3631
+ {
3632
+ "kind": "PropertySignature",
3633
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WorklogCreateRequest#visibility:member",
3634
+ "docComment": "",
3635
+ "excerptTokens": [
3636
+ {
3637
+ "kind": "Content",
3638
+ "text": "visibility?: "
3639
+ },
3640
+ {
3641
+ "kind": "Content",
3642
+ "text": "{\n identifier: string;\n type: string;\n value: string;\n }"
3643
+ },
3644
+ {
3645
+ "kind": "Content",
3646
+ "text": ";"
3647
+ }
3648
+ ],
3649
+ "isReadonly": false,
3650
+ "isOptional": true,
3651
+ "releaseTag": "Public",
3652
+ "name": "visibility",
3653
+ "propertyTypeTokenRange": {
3654
+ "startIndex": 1,
3655
+ "endIndex": 2
3656
+ }
3657
+ }
3658
+ ],
3659
+ "extendsTokenRanges": []
3660
+ }
3661
+ ]
3662
+ }
3663
+ ]
3664
+ }