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

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