@cartanova/qgrid-cli 1.9.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1161) hide show
  1. package/README.md +47 -68
  2. package/bundle/dist/application/qgrid/oauth.js +1 -1
  3. package/bundle/dist/application/qgrid/qgrid-run-lifecycle.js +137 -0
  4. package/bundle/dist/application/qgrid/qgrid.dispatcher.js +116 -16
  5. package/bundle/dist/application/qgrid/qgrid.frame.js +350 -83
  6. package/bundle/dist/application/qgrid/qgrid.types.js +132 -19
  7. package/bundle/dist/application/qgrid/token-subscriber.js +14 -4
  8. package/bundle/dist/application/qgrid/token-trigger-setup.js +3 -4
  9. package/bundle/dist/application/qgrid/tool-emulation.js +102 -0
  10. package/bundle/dist/application/queries.generated.js +8 -3
  11. package/bundle/dist/application/request-log/request-log.model.js +105 -1
  12. package/bundle/dist/application/request-log/request-log.types.js +14 -3
  13. package/bundle/dist/application/request-log-step/request-log-step.model.js +115 -0
  14. package/bundle/dist/application/request-log-step/request-log-step.types.js +28 -0
  15. package/bundle/dist/application/sonamu.generated.js +145 -20
  16. package/bundle/dist/application/sonamu.generated.sso.js +63 -8
  17. package/bundle/dist/application/token/token.model.js +10 -8
  18. package/bundle/dist/application/token/token.types.js +19 -11
  19. package/bundle/dist/codex-protocol/AbsolutePathBuf.js +2 -0
  20. package/bundle/dist/codex-protocol/AgentPath.js +2 -0
  21. package/bundle/dist/codex-protocol/ApplyPatchApprovalParams.js +2 -0
  22. package/bundle/dist/codex-protocol/ApplyPatchApprovalResponse.js +2 -0
  23. package/bundle/dist/codex-protocol/AuthMode.js +2 -0
  24. package/bundle/dist/codex-protocol/ClientInfo.js +2 -0
  25. package/bundle/dist/codex-protocol/ClientNotification.js +2 -0
  26. package/bundle/dist/codex-protocol/ClientRequest.js +2 -0
  27. package/bundle/dist/codex-protocol/CollaborationMode.js +2 -0
  28. package/bundle/dist/codex-protocol/ContentItem.js +2 -0
  29. package/bundle/dist/codex-protocol/ConversationGitInfo.js +2 -0
  30. package/bundle/dist/codex-protocol/ConversationSummary.js +2 -0
  31. package/bundle/dist/codex-protocol/ExecCommandApprovalParams.js +2 -0
  32. package/bundle/dist/codex-protocol/ExecCommandApprovalResponse.js +2 -0
  33. package/bundle/dist/codex-protocol/ExecPolicyAmendment.js +2 -0
  34. package/bundle/dist/codex-protocol/FileChange.js +2 -0
  35. package/bundle/dist/codex-protocol/ForcedLoginMethod.js +2 -0
  36. package/bundle/dist/codex-protocol/FunctionCallOutputBody.js +2 -0
  37. package/bundle/dist/codex-protocol/FunctionCallOutputContentItem.js +2 -0
  38. package/bundle/dist/codex-protocol/FuzzyFileSearchMatchType.js +2 -0
  39. package/bundle/dist/codex-protocol/FuzzyFileSearchParams.js +2 -0
  40. package/bundle/dist/codex-protocol/FuzzyFileSearchResponse.js +2 -0
  41. package/bundle/dist/codex-protocol/FuzzyFileSearchResult.js +2 -0
  42. package/bundle/dist/codex-protocol/FuzzyFileSearchSessionCompletedNotification.js +2 -0
  43. package/bundle/dist/codex-protocol/FuzzyFileSearchSessionUpdatedNotification.js +2 -0
  44. package/bundle/dist/codex-protocol/GetAuthStatusParams.js +2 -0
  45. package/bundle/dist/codex-protocol/GetAuthStatusResponse.js +2 -0
  46. package/bundle/dist/codex-protocol/GetConversationSummaryParams.js +2 -0
  47. package/bundle/dist/codex-protocol/GetConversationSummaryResponse.js +2 -0
  48. package/bundle/dist/codex-protocol/GitDiffToRemoteParams.js +2 -0
  49. package/bundle/dist/codex-protocol/GitDiffToRemoteResponse.js +2 -0
  50. package/bundle/dist/codex-protocol/GitSha.js +2 -0
  51. package/bundle/dist/codex-protocol/ImageDetail.js +2 -0
  52. package/bundle/dist/codex-protocol/InitializeCapabilities.js +2 -0
  53. package/bundle/dist/codex-protocol/InitializeParams.js +2 -0
  54. package/bundle/dist/codex-protocol/InitializeResponse.js +2 -0
  55. package/bundle/dist/codex-protocol/InputModality.js +2 -0
  56. package/bundle/dist/codex-protocol/InternalSessionSource.js +2 -0
  57. package/bundle/dist/codex-protocol/LocalShellAction.js +2 -0
  58. package/bundle/dist/codex-protocol/LocalShellExecAction.js +2 -0
  59. package/bundle/dist/codex-protocol/LocalShellStatus.js +2 -0
  60. package/bundle/dist/codex-protocol/MessagePhase.js +2 -0
  61. package/bundle/dist/codex-protocol/ModeKind.js +2 -0
  62. package/bundle/dist/codex-protocol/NetworkPolicyAmendment.js +2 -0
  63. package/bundle/dist/codex-protocol/NetworkPolicyRuleAction.js +2 -0
  64. package/bundle/dist/codex-protocol/ParsedCommand.js +2 -0
  65. package/bundle/dist/codex-protocol/Personality.js +2 -0
  66. package/bundle/dist/codex-protocol/PlanType.js +2 -0
  67. package/bundle/dist/codex-protocol/RealtimeConversationVersion.js +2 -0
  68. package/bundle/dist/codex-protocol/RealtimeOutputModality.js +2 -0
  69. package/bundle/dist/codex-protocol/RealtimeVoice.js +2 -0
  70. package/bundle/dist/codex-protocol/RealtimeVoicesList.js +2 -0
  71. package/bundle/dist/codex-protocol/ReasoningEffort.js +2 -0
  72. package/bundle/dist/codex-protocol/ReasoningItemContent.js +2 -0
  73. package/bundle/dist/codex-protocol/ReasoningItemReasoningSummary.js +2 -0
  74. package/bundle/dist/codex-protocol/ReasoningSummary.js +2 -0
  75. package/bundle/dist/codex-protocol/RequestId.js +2 -0
  76. package/bundle/dist/codex-protocol/Resource.js +2 -0
  77. package/bundle/dist/codex-protocol/ResourceContent.js +2 -0
  78. package/bundle/dist/codex-protocol/ResourceTemplate.js +2 -0
  79. package/bundle/dist/codex-protocol/ResponseItem.js +2 -0
  80. package/bundle/dist/codex-protocol/ReviewDecision.js +2 -0
  81. package/bundle/dist/codex-protocol/ServerNotification.js +2 -0
  82. package/bundle/dist/codex-protocol/ServerRequest.js +2 -0
  83. package/bundle/dist/codex-protocol/SessionSource.js +2 -0
  84. package/bundle/dist/codex-protocol/Settings.js +2 -0
  85. package/bundle/dist/codex-protocol/SubAgentSource.js +2 -0
  86. package/bundle/dist/codex-protocol/ThreadId.js +2 -0
  87. package/bundle/dist/codex-protocol/ThreadMemoryMode.js +2 -0
  88. package/bundle/dist/codex-protocol/Tool.js +2 -0
  89. package/bundle/dist/codex-protocol/Verbosity.js +2 -0
  90. package/bundle/dist/codex-protocol/WebSearchAction.js +2 -0
  91. package/bundle/dist/codex-protocol/WebSearchContextSize.js +2 -0
  92. package/bundle/dist/codex-protocol/WebSearchLocation.js +2 -0
  93. package/bundle/dist/codex-protocol/WebSearchMode.js +2 -0
  94. package/bundle/dist/codex-protocol/WebSearchToolConfig.js +2 -0
  95. package/bundle/dist/codex-protocol/index.js +3 -0
  96. package/bundle/dist/codex-protocol/serde_json/JsonValue.js +2 -0
  97. package/bundle/dist/codex-protocol/v2/Account.js +2 -0
  98. package/bundle/dist/codex-protocol/v2/AccountLoginCompletedNotification.js +2 -0
  99. package/bundle/dist/codex-protocol/v2/AccountRateLimitsUpdatedNotification.js +2 -0
  100. package/bundle/dist/codex-protocol/v2/AccountUpdatedNotification.js +2 -0
  101. package/bundle/dist/codex-protocol/v2/ActivePermissionProfile.js +2 -0
  102. package/bundle/dist/codex-protocol/v2/ActivePermissionProfileModification.js +2 -0
  103. package/bundle/dist/codex-protocol/v2/AddCreditsNudgeCreditType.js +2 -0
  104. package/bundle/dist/codex-protocol/v2/AddCreditsNudgeEmailStatus.js +2 -0
  105. package/bundle/dist/codex-protocol/v2/AdditionalFileSystemPermissions.js +2 -0
  106. package/bundle/dist/codex-protocol/v2/AdditionalNetworkPermissions.js +2 -0
  107. package/bundle/dist/codex-protocol/v2/AdditionalPermissionProfile.js +2 -0
  108. package/bundle/dist/codex-protocol/v2/AgentMessageDeltaNotification.js +2 -0
  109. package/bundle/dist/codex-protocol/v2/AnalyticsConfig.js +2 -0
  110. package/bundle/dist/codex-protocol/v2/AppBranding.js +2 -0
  111. package/bundle/dist/codex-protocol/v2/AppInfo.js +2 -0
  112. package/bundle/dist/codex-protocol/v2/AppListUpdatedNotification.js +2 -0
  113. package/bundle/dist/codex-protocol/v2/AppMetadata.js +2 -0
  114. package/bundle/dist/codex-protocol/v2/AppReview.js +2 -0
  115. package/bundle/dist/codex-protocol/v2/AppScreenshot.js +2 -0
  116. package/bundle/dist/codex-protocol/v2/AppSummary.js +2 -0
  117. package/bundle/dist/codex-protocol/v2/AppToolApproval.js +2 -0
  118. package/bundle/dist/codex-protocol/v2/AppToolsConfig.js +2 -0
  119. package/bundle/dist/codex-protocol/v2/ApprovalsReviewer.js +2 -0
  120. package/bundle/dist/codex-protocol/v2/AppsConfig.js +2 -0
  121. package/bundle/dist/codex-protocol/v2/AppsDefaultConfig.js +2 -0
  122. package/bundle/dist/codex-protocol/v2/AppsListParams.js +2 -0
  123. package/bundle/dist/codex-protocol/v2/AppsListResponse.js +2 -0
  124. package/bundle/dist/codex-protocol/v2/AskForApproval.js +2 -0
  125. package/bundle/dist/codex-protocol/v2/AutoReviewDecisionSource.js +2 -0
  126. package/bundle/dist/codex-protocol/v2/ByteRange.js +2 -0
  127. package/bundle/dist/codex-protocol/v2/CancelLoginAccountParams.js +2 -0
  128. package/bundle/dist/codex-protocol/v2/CancelLoginAccountResponse.js +2 -0
  129. package/bundle/dist/codex-protocol/v2/CancelLoginAccountStatus.js +2 -0
  130. package/bundle/dist/codex-protocol/v2/ChatgptAuthTokensRefreshParams.js +2 -0
  131. package/bundle/dist/codex-protocol/v2/ChatgptAuthTokensRefreshReason.js +2 -0
  132. package/bundle/dist/codex-protocol/v2/ChatgptAuthTokensRefreshResponse.js +2 -0
  133. package/bundle/dist/codex-protocol/v2/CodexErrorInfo.js +2 -0
  134. package/bundle/dist/codex-protocol/v2/CollabAgentState.js +2 -0
  135. package/bundle/dist/codex-protocol/v2/CollabAgentStatus.js +2 -0
  136. package/bundle/dist/codex-protocol/v2/CollabAgentTool.js +2 -0
  137. package/bundle/dist/codex-protocol/v2/CollabAgentToolCallStatus.js +2 -0
  138. package/bundle/dist/codex-protocol/v2/CollaborationModeMask.js +2 -0
  139. package/bundle/dist/codex-protocol/v2/CommandAction.js +2 -0
  140. package/bundle/dist/codex-protocol/v2/CommandExecOutputDeltaNotification.js +2 -0
  141. package/bundle/dist/codex-protocol/v2/CommandExecOutputStream.js +2 -0
  142. package/bundle/dist/codex-protocol/v2/CommandExecParams.js +2 -0
  143. package/bundle/dist/codex-protocol/v2/CommandExecResizeParams.js +2 -0
  144. package/bundle/dist/codex-protocol/v2/CommandExecResizeResponse.js +2 -0
  145. package/bundle/dist/codex-protocol/v2/CommandExecResponse.js +2 -0
  146. package/bundle/dist/codex-protocol/v2/CommandExecTerminalSize.js +2 -0
  147. package/bundle/dist/codex-protocol/v2/CommandExecTerminateParams.js +2 -0
  148. package/bundle/dist/codex-protocol/v2/CommandExecTerminateResponse.js +2 -0
  149. package/bundle/dist/codex-protocol/v2/CommandExecWriteParams.js +2 -0
  150. package/bundle/dist/codex-protocol/v2/CommandExecWriteResponse.js +2 -0
  151. package/bundle/dist/codex-protocol/v2/CommandExecutionApprovalDecision.js +2 -0
  152. package/bundle/dist/codex-protocol/v2/CommandExecutionOutputDeltaNotification.js +2 -0
  153. package/bundle/dist/codex-protocol/v2/CommandExecutionRequestApprovalParams.js +2 -0
  154. package/bundle/dist/codex-protocol/v2/CommandExecutionRequestApprovalResponse.js +2 -0
  155. package/bundle/dist/codex-protocol/v2/CommandExecutionSource.js +2 -0
  156. package/bundle/dist/codex-protocol/v2/CommandExecutionStatus.js +2 -0
  157. package/bundle/dist/codex-protocol/v2/CommandMigration.js +2 -0
  158. package/bundle/dist/codex-protocol/v2/Config.js +2 -0
  159. package/bundle/dist/codex-protocol/v2/ConfigBatchWriteParams.js +2 -0
  160. package/bundle/dist/codex-protocol/v2/ConfigEdit.js +2 -0
  161. package/bundle/dist/codex-protocol/v2/ConfigLayer.js +2 -0
  162. package/bundle/dist/codex-protocol/v2/ConfigLayerMetadata.js +2 -0
  163. package/bundle/dist/codex-protocol/v2/ConfigLayerSource.js +2 -0
  164. package/bundle/dist/codex-protocol/v2/ConfigReadParams.js +2 -0
  165. package/bundle/dist/codex-protocol/v2/ConfigReadResponse.js +2 -0
  166. package/bundle/dist/codex-protocol/v2/ConfigRequirements.js +2 -0
  167. package/bundle/dist/codex-protocol/v2/ConfigRequirementsReadResponse.js +2 -0
  168. package/bundle/dist/codex-protocol/v2/ConfigValueWriteParams.js +2 -0
  169. package/bundle/dist/codex-protocol/v2/ConfigWarningNotification.js +2 -0
  170. package/bundle/dist/codex-protocol/v2/ConfigWriteResponse.js +2 -0
  171. package/bundle/dist/codex-protocol/v2/ConfiguredHookHandler.js +2 -0
  172. package/bundle/dist/codex-protocol/v2/ConfiguredHookMatcherGroup.js +2 -0
  173. package/bundle/dist/codex-protocol/v2/ContextCompactedNotification.js +2 -0
  174. package/bundle/dist/codex-protocol/v2/CreditsSnapshot.js +2 -0
  175. package/bundle/dist/codex-protocol/v2/DeprecationNoticeNotification.js +2 -0
  176. package/bundle/dist/codex-protocol/v2/DynamicToolCallOutputContentItem.js +2 -0
  177. package/bundle/dist/codex-protocol/v2/DynamicToolCallParams.js +2 -0
  178. package/bundle/dist/codex-protocol/v2/DynamicToolCallResponse.js +2 -0
  179. package/bundle/dist/codex-protocol/v2/DynamicToolCallStatus.js +2 -0
  180. package/bundle/dist/codex-protocol/v2/DynamicToolSpec.js +2 -0
  181. package/bundle/dist/codex-protocol/v2/ErrorNotification.js +2 -0
  182. package/bundle/dist/codex-protocol/v2/ExecPolicyAmendment.js +2 -0
  183. package/bundle/dist/codex-protocol/v2/ExperimentalFeature.js +2 -0
  184. package/bundle/dist/codex-protocol/v2/ExperimentalFeatureEnablementSetParams.js +2 -0
  185. package/bundle/dist/codex-protocol/v2/ExperimentalFeatureEnablementSetResponse.js +2 -0
  186. package/bundle/dist/codex-protocol/v2/ExperimentalFeatureListParams.js +2 -0
  187. package/bundle/dist/codex-protocol/v2/ExperimentalFeatureListResponse.js +2 -0
  188. package/bundle/dist/codex-protocol/v2/ExperimentalFeatureStage.js +2 -0
  189. package/bundle/dist/codex-protocol/v2/ExternalAgentConfigDetectParams.js +2 -0
  190. package/bundle/dist/codex-protocol/v2/ExternalAgentConfigDetectResponse.js +2 -0
  191. package/bundle/dist/codex-protocol/v2/ExternalAgentConfigImportCompletedNotification.js +2 -0
  192. package/bundle/dist/codex-protocol/v2/ExternalAgentConfigImportParams.js +2 -0
  193. package/bundle/dist/codex-protocol/v2/ExternalAgentConfigImportResponse.js +2 -0
  194. package/bundle/dist/codex-protocol/v2/ExternalAgentConfigMigrationItem.js +2 -0
  195. package/bundle/dist/codex-protocol/v2/ExternalAgentConfigMigrationItemType.js +2 -0
  196. package/bundle/dist/codex-protocol/v2/FeedbackUploadParams.js +2 -0
  197. package/bundle/dist/codex-protocol/v2/FeedbackUploadResponse.js +2 -0
  198. package/bundle/dist/codex-protocol/v2/FileChangeApprovalDecision.js +2 -0
  199. package/bundle/dist/codex-protocol/v2/FileChangeOutputDeltaNotification.js +2 -0
  200. package/bundle/dist/codex-protocol/v2/FileChangePatchUpdatedNotification.js +2 -0
  201. package/bundle/dist/codex-protocol/v2/FileChangeRequestApprovalParams.js +2 -0
  202. package/bundle/dist/codex-protocol/v2/FileChangeRequestApprovalResponse.js +2 -0
  203. package/bundle/dist/codex-protocol/v2/FileSystemAccessMode.js +2 -0
  204. package/bundle/dist/codex-protocol/v2/FileSystemPath.js +2 -0
  205. package/bundle/dist/codex-protocol/v2/FileSystemSandboxEntry.js +2 -0
  206. package/bundle/dist/codex-protocol/v2/FileSystemSpecialPath.js +2 -0
  207. package/bundle/dist/codex-protocol/v2/FileUpdateChange.js +2 -0
  208. package/bundle/dist/codex-protocol/v2/FsChangedNotification.js +2 -0
  209. package/bundle/dist/codex-protocol/v2/FsCopyParams.js +2 -0
  210. package/bundle/dist/codex-protocol/v2/FsCopyResponse.js +2 -0
  211. package/bundle/dist/codex-protocol/v2/FsCreateDirectoryParams.js +2 -0
  212. package/bundle/dist/codex-protocol/v2/FsCreateDirectoryResponse.js +2 -0
  213. package/bundle/dist/codex-protocol/v2/FsGetMetadataParams.js +2 -0
  214. package/bundle/dist/codex-protocol/v2/FsGetMetadataResponse.js +2 -0
  215. package/bundle/dist/codex-protocol/v2/FsReadDirectoryEntry.js +2 -0
  216. package/bundle/dist/codex-protocol/v2/FsReadDirectoryParams.js +2 -0
  217. package/bundle/dist/codex-protocol/v2/FsReadDirectoryResponse.js +2 -0
  218. package/bundle/dist/codex-protocol/v2/FsReadFileParams.js +2 -0
  219. package/bundle/dist/codex-protocol/v2/FsReadFileResponse.js +2 -0
  220. package/bundle/dist/codex-protocol/v2/FsRemoveParams.js +2 -0
  221. package/bundle/dist/codex-protocol/v2/FsRemoveResponse.js +2 -0
  222. package/bundle/dist/codex-protocol/v2/FsUnwatchParams.js +2 -0
  223. package/bundle/dist/codex-protocol/v2/FsUnwatchResponse.js +2 -0
  224. package/bundle/dist/codex-protocol/v2/FsWatchParams.js +2 -0
  225. package/bundle/dist/codex-protocol/v2/FsWatchResponse.js +2 -0
  226. package/bundle/dist/codex-protocol/v2/FsWriteFileParams.js +2 -0
  227. package/bundle/dist/codex-protocol/v2/FsWriteFileResponse.js +2 -0
  228. package/bundle/dist/codex-protocol/v2/GetAccountParams.js +2 -0
  229. package/bundle/dist/codex-protocol/v2/GetAccountRateLimitsResponse.js +2 -0
  230. package/bundle/dist/codex-protocol/v2/GetAccountResponse.js +2 -0
  231. package/bundle/dist/codex-protocol/v2/GitInfo.js +2 -0
  232. package/bundle/dist/codex-protocol/v2/GrantedPermissionProfile.js +2 -0
  233. package/bundle/dist/codex-protocol/v2/GuardianApprovalReview.js +2 -0
  234. package/bundle/dist/codex-protocol/v2/GuardianApprovalReviewAction.js +2 -0
  235. package/bundle/dist/codex-protocol/v2/GuardianApprovalReviewStatus.js +2 -0
  236. package/bundle/dist/codex-protocol/v2/GuardianCommandSource.js +2 -0
  237. package/bundle/dist/codex-protocol/v2/GuardianRiskLevel.js +2 -0
  238. package/bundle/dist/codex-protocol/v2/GuardianUserAuthorization.js +2 -0
  239. package/bundle/dist/codex-protocol/v2/GuardianWarningNotification.js +2 -0
  240. package/bundle/dist/codex-protocol/v2/HookCompletedNotification.js +2 -0
  241. package/bundle/dist/codex-protocol/v2/HookErrorInfo.js +2 -0
  242. package/bundle/dist/codex-protocol/v2/HookEventName.js +2 -0
  243. package/bundle/dist/codex-protocol/v2/HookExecutionMode.js +2 -0
  244. package/bundle/dist/codex-protocol/v2/HookHandlerType.js +2 -0
  245. package/bundle/dist/codex-protocol/v2/HookMetadata.js +2 -0
  246. package/bundle/dist/codex-protocol/v2/HookMigration.js +2 -0
  247. package/bundle/dist/codex-protocol/v2/HookOutputEntry.js +2 -0
  248. package/bundle/dist/codex-protocol/v2/HookOutputEntryKind.js +2 -0
  249. package/bundle/dist/codex-protocol/v2/HookPromptFragment.js +2 -0
  250. package/bundle/dist/codex-protocol/v2/HookRunStatus.js +2 -0
  251. package/bundle/dist/codex-protocol/v2/HookRunSummary.js +2 -0
  252. package/bundle/dist/codex-protocol/v2/HookScope.js +2 -0
  253. package/bundle/dist/codex-protocol/v2/HookSource.js +2 -0
  254. package/bundle/dist/codex-protocol/v2/HookStartedNotification.js +2 -0
  255. package/bundle/dist/codex-protocol/v2/HookTrustStatus.js +2 -0
  256. package/bundle/dist/codex-protocol/v2/HooksListEntry.js +2 -0
  257. package/bundle/dist/codex-protocol/v2/HooksListParams.js +2 -0
  258. package/bundle/dist/codex-protocol/v2/HooksListResponse.js +2 -0
  259. package/bundle/dist/codex-protocol/v2/ItemCompletedNotification.js +2 -0
  260. package/bundle/dist/codex-protocol/v2/ItemGuardianApprovalReviewCompletedNotification.js +2 -0
  261. package/bundle/dist/codex-protocol/v2/ItemGuardianApprovalReviewStartedNotification.js +2 -0
  262. package/bundle/dist/codex-protocol/v2/ItemStartedNotification.js +2 -0
  263. package/bundle/dist/codex-protocol/v2/ListMcpServerStatusParams.js +2 -0
  264. package/bundle/dist/codex-protocol/v2/ListMcpServerStatusResponse.js +2 -0
  265. package/bundle/dist/codex-protocol/v2/LoginAccountParams.js +2 -0
  266. package/bundle/dist/codex-protocol/v2/LoginAccountResponse.js +2 -0
  267. package/bundle/dist/codex-protocol/v2/LogoutAccountResponse.js +2 -0
  268. package/bundle/dist/codex-protocol/v2/ManagedHooksRequirements.js +2 -0
  269. package/bundle/dist/codex-protocol/v2/MarketplaceAddParams.js +2 -0
  270. package/bundle/dist/codex-protocol/v2/MarketplaceAddResponse.js +2 -0
  271. package/bundle/dist/codex-protocol/v2/MarketplaceInterface.js +2 -0
  272. package/bundle/dist/codex-protocol/v2/MarketplaceLoadErrorInfo.js +2 -0
  273. package/bundle/dist/codex-protocol/v2/MarketplaceRemoveParams.js +2 -0
  274. package/bundle/dist/codex-protocol/v2/MarketplaceRemoveResponse.js +2 -0
  275. package/bundle/dist/codex-protocol/v2/MarketplaceUpgradeErrorInfo.js +2 -0
  276. package/bundle/dist/codex-protocol/v2/MarketplaceUpgradeParams.js +2 -0
  277. package/bundle/dist/codex-protocol/v2/MarketplaceUpgradeResponse.js +2 -0
  278. package/bundle/dist/codex-protocol/v2/McpAuthStatus.js +2 -0
  279. package/bundle/dist/codex-protocol/v2/McpElicitationArrayType.js +2 -0
  280. package/bundle/dist/codex-protocol/v2/McpElicitationBooleanSchema.js +2 -0
  281. package/bundle/dist/codex-protocol/v2/McpElicitationBooleanType.js +2 -0
  282. package/bundle/dist/codex-protocol/v2/McpElicitationConstOption.js +2 -0
  283. package/bundle/dist/codex-protocol/v2/McpElicitationEnumSchema.js +2 -0
  284. package/bundle/dist/codex-protocol/v2/McpElicitationLegacyTitledEnumSchema.js +2 -0
  285. package/bundle/dist/codex-protocol/v2/McpElicitationMultiSelectEnumSchema.js +2 -0
  286. package/bundle/dist/codex-protocol/v2/McpElicitationNumberSchema.js +2 -0
  287. package/bundle/dist/codex-protocol/v2/McpElicitationNumberType.js +2 -0
  288. package/bundle/dist/codex-protocol/v2/McpElicitationObjectType.js +2 -0
  289. package/bundle/dist/codex-protocol/v2/McpElicitationPrimitiveSchema.js +2 -0
  290. package/bundle/dist/codex-protocol/v2/McpElicitationSchema.js +2 -0
  291. package/bundle/dist/codex-protocol/v2/McpElicitationSingleSelectEnumSchema.js +2 -0
  292. package/bundle/dist/codex-protocol/v2/McpElicitationStringFormat.js +2 -0
  293. package/bundle/dist/codex-protocol/v2/McpElicitationStringSchema.js +2 -0
  294. package/bundle/dist/codex-protocol/v2/McpElicitationStringType.js +2 -0
  295. package/bundle/dist/codex-protocol/v2/McpElicitationTitledEnumItems.js +2 -0
  296. package/bundle/dist/codex-protocol/v2/McpElicitationTitledMultiSelectEnumSchema.js +2 -0
  297. package/bundle/dist/codex-protocol/v2/McpElicitationTitledSingleSelectEnumSchema.js +2 -0
  298. package/bundle/dist/codex-protocol/v2/McpElicitationUntitledEnumItems.js +2 -0
  299. package/bundle/dist/codex-protocol/v2/McpElicitationUntitledMultiSelectEnumSchema.js +2 -0
  300. package/bundle/dist/codex-protocol/v2/McpElicitationUntitledSingleSelectEnumSchema.js +2 -0
  301. package/bundle/dist/codex-protocol/v2/McpResourceReadParams.js +2 -0
  302. package/bundle/dist/codex-protocol/v2/McpResourceReadResponse.js +2 -0
  303. package/bundle/dist/codex-protocol/v2/McpServerElicitationAction.js +2 -0
  304. package/bundle/dist/codex-protocol/v2/McpServerElicitationRequestParams.js +2 -0
  305. package/bundle/dist/codex-protocol/v2/McpServerElicitationRequestResponse.js +2 -0
  306. package/bundle/dist/codex-protocol/v2/McpServerMigration.js +2 -0
  307. package/bundle/dist/codex-protocol/v2/McpServerOauthLoginCompletedNotification.js +2 -0
  308. package/bundle/dist/codex-protocol/v2/McpServerOauthLoginParams.js +2 -0
  309. package/bundle/dist/codex-protocol/v2/McpServerOauthLoginResponse.js +2 -0
  310. package/bundle/dist/codex-protocol/v2/McpServerRefreshResponse.js +2 -0
  311. package/bundle/dist/codex-protocol/v2/McpServerStartupState.js +2 -0
  312. package/bundle/dist/codex-protocol/v2/McpServerStatus.js +2 -0
  313. package/bundle/dist/codex-protocol/v2/McpServerStatusDetail.js +2 -0
  314. package/bundle/dist/codex-protocol/v2/McpServerStatusUpdatedNotification.js +2 -0
  315. package/bundle/dist/codex-protocol/v2/McpServerToolCallParams.js +2 -0
  316. package/bundle/dist/codex-protocol/v2/McpServerToolCallResponse.js +2 -0
  317. package/bundle/dist/codex-protocol/v2/McpToolCallError.js +2 -0
  318. package/bundle/dist/codex-protocol/v2/McpToolCallProgressNotification.js +2 -0
  319. package/bundle/dist/codex-protocol/v2/McpToolCallResult.js +2 -0
  320. package/bundle/dist/codex-protocol/v2/McpToolCallStatus.js +2 -0
  321. package/bundle/dist/codex-protocol/v2/MemoryCitation.js +2 -0
  322. package/bundle/dist/codex-protocol/v2/MemoryCitationEntry.js +2 -0
  323. package/bundle/dist/codex-protocol/v2/MergeStrategy.js +2 -0
  324. package/bundle/dist/codex-protocol/v2/MigrationDetails.js +2 -0
  325. package/bundle/dist/codex-protocol/v2/Model.js +2 -0
  326. package/bundle/dist/codex-protocol/v2/ModelAvailabilityNux.js +2 -0
  327. package/bundle/dist/codex-protocol/v2/ModelListParams.js +2 -0
  328. package/bundle/dist/codex-protocol/v2/ModelListResponse.js +2 -0
  329. package/bundle/dist/codex-protocol/v2/ModelProviderCapabilitiesReadParams.js +2 -0
  330. package/bundle/dist/codex-protocol/v2/ModelProviderCapabilitiesReadResponse.js +2 -0
  331. package/bundle/dist/codex-protocol/v2/ModelRerouteReason.js +2 -0
  332. package/bundle/dist/codex-protocol/v2/ModelReroutedNotification.js +2 -0
  333. package/bundle/dist/codex-protocol/v2/ModelServiceTier.js +2 -0
  334. package/bundle/dist/codex-protocol/v2/ModelUpgradeInfo.js +2 -0
  335. package/bundle/dist/codex-protocol/v2/ModelVerification.js +2 -0
  336. package/bundle/dist/codex-protocol/v2/ModelVerificationNotification.js +2 -0
  337. package/bundle/dist/codex-protocol/v2/NetworkAccess.js +2 -0
  338. package/bundle/dist/codex-protocol/v2/NetworkApprovalContext.js +2 -0
  339. package/bundle/dist/codex-protocol/v2/NetworkApprovalProtocol.js +2 -0
  340. package/bundle/dist/codex-protocol/v2/NetworkDomainPermission.js +2 -0
  341. package/bundle/dist/codex-protocol/v2/NetworkPolicyAmendment.js +2 -0
  342. package/bundle/dist/codex-protocol/v2/NetworkPolicyRuleAction.js +2 -0
  343. package/bundle/dist/codex-protocol/v2/NetworkRequirements.js +2 -0
  344. package/bundle/dist/codex-protocol/v2/NetworkUnixSocketPermission.js +2 -0
  345. package/bundle/dist/codex-protocol/v2/NonSteerableTurnKind.js +2 -0
  346. package/bundle/dist/codex-protocol/v2/OverriddenMetadata.js +2 -0
  347. package/bundle/dist/codex-protocol/v2/PatchApplyStatus.js +2 -0
  348. package/bundle/dist/codex-protocol/v2/PatchChangeKind.js +2 -0
  349. package/bundle/dist/codex-protocol/v2/PermissionGrantScope.js +2 -0
  350. package/bundle/dist/codex-protocol/v2/PermissionProfile.js +2 -0
  351. package/bundle/dist/codex-protocol/v2/PermissionProfileFileSystemPermissions.js +2 -0
  352. package/bundle/dist/codex-protocol/v2/PermissionProfileModificationParams.js +2 -0
  353. package/bundle/dist/codex-protocol/v2/PermissionProfileNetworkPermissions.js +2 -0
  354. package/bundle/dist/codex-protocol/v2/PermissionProfileSelectionParams.js +2 -0
  355. package/bundle/dist/codex-protocol/v2/PermissionsRequestApprovalParams.js +2 -0
  356. package/bundle/dist/codex-protocol/v2/PermissionsRequestApprovalResponse.js +2 -0
  357. package/bundle/dist/codex-protocol/v2/PlanDeltaNotification.js +2 -0
  358. package/bundle/dist/codex-protocol/v2/PluginAuthPolicy.js +2 -0
  359. package/bundle/dist/codex-protocol/v2/PluginAvailability.js +2 -0
  360. package/bundle/dist/codex-protocol/v2/PluginDetail.js +2 -0
  361. package/bundle/dist/codex-protocol/v2/PluginHookSummary.js +2 -0
  362. package/bundle/dist/codex-protocol/v2/PluginInstallParams.js +2 -0
  363. package/bundle/dist/codex-protocol/v2/PluginInstallPolicy.js +2 -0
  364. package/bundle/dist/codex-protocol/v2/PluginInstallResponse.js +2 -0
  365. package/bundle/dist/codex-protocol/v2/PluginInterface.js +2 -0
  366. package/bundle/dist/codex-protocol/v2/PluginListMarketplaceKind.js +2 -0
  367. package/bundle/dist/codex-protocol/v2/PluginListParams.js +2 -0
  368. package/bundle/dist/codex-protocol/v2/PluginListResponse.js +2 -0
  369. package/bundle/dist/codex-protocol/v2/PluginMarketplaceEntry.js +2 -0
  370. package/bundle/dist/codex-protocol/v2/PluginReadParams.js +2 -0
  371. package/bundle/dist/codex-protocol/v2/PluginReadResponse.js +2 -0
  372. package/bundle/dist/codex-protocol/v2/PluginShareContext.js +2 -0
  373. package/bundle/dist/codex-protocol/v2/PluginShareDeleteParams.js +2 -0
  374. package/bundle/dist/codex-protocol/v2/PluginShareDeleteResponse.js +2 -0
  375. package/bundle/dist/codex-protocol/v2/PluginShareDiscoverability.js +2 -0
  376. package/bundle/dist/codex-protocol/v2/PluginShareListItem.js +2 -0
  377. package/bundle/dist/codex-protocol/v2/PluginShareListParams.js +2 -0
  378. package/bundle/dist/codex-protocol/v2/PluginShareListResponse.js +2 -0
  379. package/bundle/dist/codex-protocol/v2/PluginSharePrincipal.js +2 -0
  380. package/bundle/dist/codex-protocol/v2/PluginSharePrincipalType.js +2 -0
  381. package/bundle/dist/codex-protocol/v2/PluginShareSaveParams.js +2 -0
  382. package/bundle/dist/codex-protocol/v2/PluginShareSaveResponse.js +2 -0
  383. package/bundle/dist/codex-protocol/v2/PluginShareTarget.js +2 -0
  384. package/bundle/dist/codex-protocol/v2/PluginShareUpdateDiscoverability.js +2 -0
  385. package/bundle/dist/codex-protocol/v2/PluginShareUpdateTargetsParams.js +2 -0
  386. package/bundle/dist/codex-protocol/v2/PluginShareUpdateTargetsResponse.js +2 -0
  387. package/bundle/dist/codex-protocol/v2/PluginSkillReadParams.js +2 -0
  388. package/bundle/dist/codex-protocol/v2/PluginSkillReadResponse.js +2 -0
  389. package/bundle/dist/codex-protocol/v2/PluginSource.js +2 -0
  390. package/bundle/dist/codex-protocol/v2/PluginSummary.js +2 -0
  391. package/bundle/dist/codex-protocol/v2/PluginUninstallParams.js +2 -0
  392. package/bundle/dist/codex-protocol/v2/PluginUninstallResponse.js +2 -0
  393. package/bundle/dist/codex-protocol/v2/PluginsMigration.js +2 -0
  394. package/bundle/dist/codex-protocol/v2/ProcessExitedNotification.js +2 -0
  395. package/bundle/dist/codex-protocol/v2/ProcessOutputDeltaNotification.js +2 -0
  396. package/bundle/dist/codex-protocol/v2/ProcessOutputStream.js +2 -0
  397. package/bundle/dist/codex-protocol/v2/ProcessTerminalSize.js +2 -0
  398. package/bundle/dist/codex-protocol/v2/ProfileV2.js +2 -0
  399. package/bundle/dist/codex-protocol/v2/RateLimitReachedType.js +2 -0
  400. package/bundle/dist/codex-protocol/v2/RateLimitSnapshot.js +2 -0
  401. package/bundle/dist/codex-protocol/v2/RateLimitWindow.js +2 -0
  402. package/bundle/dist/codex-protocol/v2/RawResponseItemCompletedNotification.js +2 -0
  403. package/bundle/dist/codex-protocol/v2/ReasoningEffortOption.js +2 -0
  404. package/bundle/dist/codex-protocol/v2/ReasoningSummaryPartAddedNotification.js +2 -0
  405. package/bundle/dist/codex-protocol/v2/ReasoningSummaryTextDeltaNotification.js +2 -0
  406. package/bundle/dist/codex-protocol/v2/ReasoningTextDeltaNotification.js +2 -0
  407. package/bundle/dist/codex-protocol/v2/RemoteControlConnectionStatus.js +2 -0
  408. package/bundle/dist/codex-protocol/v2/RemoteControlStatusChangedNotification.js +2 -0
  409. package/bundle/dist/codex-protocol/v2/RequestPermissionProfile.js +2 -0
  410. package/bundle/dist/codex-protocol/v2/ResidencyRequirement.js +2 -0
  411. package/bundle/dist/codex-protocol/v2/ReviewDelivery.js +2 -0
  412. package/bundle/dist/codex-protocol/v2/ReviewStartParams.js +2 -0
  413. package/bundle/dist/codex-protocol/v2/ReviewStartResponse.js +2 -0
  414. package/bundle/dist/codex-protocol/v2/ReviewTarget.js +2 -0
  415. package/bundle/dist/codex-protocol/v2/SandboxMode.js +2 -0
  416. package/bundle/dist/codex-protocol/v2/SandboxPolicy.js +2 -0
  417. package/bundle/dist/codex-protocol/v2/SandboxWorkspaceWrite.js +2 -0
  418. package/bundle/dist/codex-protocol/v2/SendAddCreditsNudgeEmailParams.js +2 -0
  419. package/bundle/dist/codex-protocol/v2/SendAddCreditsNudgeEmailResponse.js +2 -0
  420. package/bundle/dist/codex-protocol/v2/ServerRequestResolvedNotification.js +2 -0
  421. package/bundle/dist/codex-protocol/v2/SessionMigration.js +2 -0
  422. package/bundle/dist/codex-protocol/v2/SessionSource.js +2 -0
  423. package/bundle/dist/codex-protocol/v2/SkillDependencies.js +2 -0
  424. package/bundle/dist/codex-protocol/v2/SkillErrorInfo.js +2 -0
  425. package/bundle/dist/codex-protocol/v2/SkillInterface.js +2 -0
  426. package/bundle/dist/codex-protocol/v2/SkillMetadata.js +2 -0
  427. package/bundle/dist/codex-protocol/v2/SkillScope.js +2 -0
  428. package/bundle/dist/codex-protocol/v2/SkillSummary.js +2 -0
  429. package/bundle/dist/codex-protocol/v2/SkillToolDependency.js +2 -0
  430. package/bundle/dist/codex-protocol/v2/SkillsChangedNotification.js +2 -0
  431. package/bundle/dist/codex-protocol/v2/SkillsConfigWriteParams.js +2 -0
  432. package/bundle/dist/codex-protocol/v2/SkillsConfigWriteResponse.js +2 -0
  433. package/bundle/dist/codex-protocol/v2/SkillsListEntry.js +2 -0
  434. package/bundle/dist/codex-protocol/v2/SkillsListParams.js +2 -0
  435. package/bundle/dist/codex-protocol/v2/SkillsListResponse.js +2 -0
  436. package/bundle/dist/codex-protocol/v2/SortDirection.js +2 -0
  437. package/bundle/dist/codex-protocol/v2/SubagentMigration.js +2 -0
  438. package/bundle/dist/codex-protocol/v2/TerminalInteractionNotification.js +2 -0
  439. package/bundle/dist/codex-protocol/v2/TextElement.js +2 -0
  440. package/bundle/dist/codex-protocol/v2/TextPosition.js +2 -0
  441. package/bundle/dist/codex-protocol/v2/TextRange.js +2 -0
  442. package/bundle/dist/codex-protocol/v2/Thread.js +2 -0
  443. package/bundle/dist/codex-protocol/v2/ThreadActiveFlag.js +2 -0
  444. package/bundle/dist/codex-protocol/v2/ThreadApproveGuardianDeniedActionParams.js +2 -0
  445. package/bundle/dist/codex-protocol/v2/ThreadApproveGuardianDeniedActionResponse.js +2 -0
  446. package/bundle/dist/codex-protocol/v2/ThreadArchiveParams.js +2 -0
  447. package/bundle/dist/codex-protocol/v2/ThreadArchiveResponse.js +2 -0
  448. package/bundle/dist/codex-protocol/v2/ThreadArchivedNotification.js +2 -0
  449. package/bundle/dist/codex-protocol/v2/ThreadClosedNotification.js +2 -0
  450. package/bundle/dist/codex-protocol/v2/ThreadCompactStartParams.js +2 -0
  451. package/bundle/dist/codex-protocol/v2/ThreadCompactStartResponse.js +2 -0
  452. package/bundle/dist/codex-protocol/v2/ThreadForkParams.js +2 -0
  453. package/bundle/dist/codex-protocol/v2/ThreadForkResponse.js +2 -0
  454. package/bundle/dist/codex-protocol/v2/ThreadGoal.js +2 -0
  455. package/bundle/dist/codex-protocol/v2/ThreadGoalClearedNotification.js +2 -0
  456. package/bundle/dist/codex-protocol/v2/ThreadGoalStatus.js +2 -0
  457. package/bundle/dist/codex-protocol/v2/ThreadGoalUpdatedNotification.js +2 -0
  458. package/bundle/dist/codex-protocol/v2/ThreadInjectItemsParams.js +2 -0
  459. package/bundle/dist/codex-protocol/v2/ThreadInjectItemsResponse.js +2 -0
  460. package/bundle/dist/codex-protocol/v2/ThreadItem.js +2 -0
  461. package/bundle/dist/codex-protocol/v2/ThreadListParams.js +2 -0
  462. package/bundle/dist/codex-protocol/v2/ThreadListResponse.js +2 -0
  463. package/bundle/dist/codex-protocol/v2/ThreadLoadedListParams.js +2 -0
  464. package/bundle/dist/codex-protocol/v2/ThreadLoadedListResponse.js +2 -0
  465. package/bundle/dist/codex-protocol/v2/ThreadMetadataGitInfoUpdateParams.js +2 -0
  466. package/bundle/dist/codex-protocol/v2/ThreadMetadataUpdateParams.js +2 -0
  467. package/bundle/dist/codex-protocol/v2/ThreadMetadataUpdateResponse.js +2 -0
  468. package/bundle/dist/codex-protocol/v2/ThreadNameUpdatedNotification.js +2 -0
  469. package/bundle/dist/codex-protocol/v2/ThreadReadParams.js +2 -0
  470. package/bundle/dist/codex-protocol/v2/ThreadReadResponse.js +2 -0
  471. package/bundle/dist/codex-protocol/v2/ThreadRealtimeAudioChunk.js +2 -0
  472. package/bundle/dist/codex-protocol/v2/ThreadRealtimeClosedNotification.js +2 -0
  473. package/bundle/dist/codex-protocol/v2/ThreadRealtimeErrorNotification.js +2 -0
  474. package/bundle/dist/codex-protocol/v2/ThreadRealtimeItemAddedNotification.js +2 -0
  475. package/bundle/dist/codex-protocol/v2/ThreadRealtimeOutputAudioDeltaNotification.js +2 -0
  476. package/bundle/dist/codex-protocol/v2/ThreadRealtimeSdpNotification.js +2 -0
  477. package/bundle/dist/codex-protocol/v2/ThreadRealtimeStartTransport.js +2 -0
  478. package/bundle/dist/codex-protocol/v2/ThreadRealtimeStartedNotification.js +2 -0
  479. package/bundle/dist/codex-protocol/v2/ThreadRealtimeTranscriptDeltaNotification.js +2 -0
  480. package/bundle/dist/codex-protocol/v2/ThreadRealtimeTranscriptDoneNotification.js +2 -0
  481. package/bundle/dist/codex-protocol/v2/ThreadResumeParams.js +2 -0
  482. package/bundle/dist/codex-protocol/v2/ThreadResumeResponse.js +2 -0
  483. package/bundle/dist/codex-protocol/v2/ThreadRollbackParams.js +2 -0
  484. package/bundle/dist/codex-protocol/v2/ThreadRollbackResponse.js +2 -0
  485. package/bundle/dist/codex-protocol/v2/ThreadSetNameParams.js +2 -0
  486. package/bundle/dist/codex-protocol/v2/ThreadSetNameResponse.js +2 -0
  487. package/bundle/dist/codex-protocol/v2/ThreadShellCommandParams.js +2 -0
  488. package/bundle/dist/codex-protocol/v2/ThreadShellCommandResponse.js +2 -0
  489. package/bundle/dist/codex-protocol/v2/ThreadSortKey.js +2 -0
  490. package/bundle/dist/codex-protocol/v2/ThreadSource.js +2 -0
  491. package/bundle/dist/codex-protocol/v2/ThreadSourceKind.js +2 -0
  492. package/bundle/dist/codex-protocol/v2/ThreadStartParams.js +2 -0
  493. package/bundle/dist/codex-protocol/v2/ThreadStartResponse.js +2 -0
  494. package/bundle/dist/codex-protocol/v2/ThreadStartSource.js +2 -0
  495. package/bundle/dist/codex-protocol/v2/ThreadStartedNotification.js +2 -0
  496. package/bundle/dist/codex-protocol/v2/ThreadStatus.js +2 -0
  497. package/bundle/dist/codex-protocol/v2/ThreadStatusChangedNotification.js +2 -0
  498. package/bundle/dist/codex-protocol/v2/ThreadTokenUsage.js +2 -0
  499. package/bundle/dist/codex-protocol/v2/ThreadTokenUsageUpdatedNotification.js +2 -0
  500. package/bundle/dist/codex-protocol/v2/ThreadUnarchiveParams.js +2 -0
  501. package/bundle/dist/codex-protocol/v2/ThreadUnarchiveResponse.js +2 -0
  502. package/bundle/dist/codex-protocol/v2/ThreadUnarchivedNotification.js +2 -0
  503. package/bundle/dist/codex-protocol/v2/ThreadUnsubscribeParams.js +2 -0
  504. package/bundle/dist/codex-protocol/v2/ThreadUnsubscribeResponse.js +2 -0
  505. package/bundle/dist/codex-protocol/v2/ThreadUnsubscribeStatus.js +2 -0
  506. package/bundle/dist/codex-protocol/v2/TokenUsageBreakdown.js +2 -0
  507. package/bundle/dist/codex-protocol/v2/ToolRequestUserInputAnswer.js +2 -0
  508. package/bundle/dist/codex-protocol/v2/ToolRequestUserInputOption.js +2 -0
  509. package/bundle/dist/codex-protocol/v2/ToolRequestUserInputParams.js +2 -0
  510. package/bundle/dist/codex-protocol/v2/ToolRequestUserInputQuestion.js +2 -0
  511. package/bundle/dist/codex-protocol/v2/ToolRequestUserInputResponse.js +2 -0
  512. package/bundle/dist/codex-protocol/v2/ToolsV2.js +2 -0
  513. package/bundle/dist/codex-protocol/v2/Turn.js +2 -0
  514. package/bundle/dist/codex-protocol/v2/TurnCompletedNotification.js +2 -0
  515. package/bundle/dist/codex-protocol/v2/TurnDiffUpdatedNotification.js +2 -0
  516. package/bundle/dist/codex-protocol/v2/TurnEnvironmentParams.js +2 -0
  517. package/bundle/dist/codex-protocol/v2/TurnError.js +2 -0
  518. package/bundle/dist/codex-protocol/v2/TurnInterruptParams.js +2 -0
  519. package/bundle/dist/codex-protocol/v2/TurnInterruptResponse.js +2 -0
  520. package/bundle/dist/codex-protocol/v2/TurnItemsView.js +2 -0
  521. package/bundle/dist/codex-protocol/v2/TurnPlanStep.js +2 -0
  522. package/bundle/dist/codex-protocol/v2/TurnPlanStepStatus.js +2 -0
  523. package/bundle/dist/codex-protocol/v2/TurnPlanUpdatedNotification.js +2 -0
  524. package/bundle/dist/codex-protocol/v2/TurnStartParams.js +2 -0
  525. package/bundle/dist/codex-protocol/v2/TurnStartResponse.js +2 -0
  526. package/bundle/dist/codex-protocol/v2/TurnStartedNotification.js +2 -0
  527. package/bundle/dist/codex-protocol/v2/TurnStatus.js +2 -0
  528. package/bundle/dist/codex-protocol/v2/TurnSteerParams.js +2 -0
  529. package/bundle/dist/codex-protocol/v2/TurnSteerResponse.js +2 -0
  530. package/bundle/dist/codex-protocol/v2/UserInput.js +2 -0
  531. package/bundle/dist/codex-protocol/v2/WarningNotification.js +2 -0
  532. package/bundle/dist/codex-protocol/v2/WebSearchAction.js +2 -0
  533. package/bundle/dist/codex-protocol/v2/WindowsSandboxReadiness.js +2 -0
  534. package/bundle/dist/codex-protocol/v2/WindowsSandboxReadinessResponse.js +2 -0
  535. package/bundle/dist/codex-protocol/v2/WindowsSandboxSetupCompletedNotification.js +2 -0
  536. package/bundle/dist/codex-protocol/v2/WindowsSandboxSetupMode.js +2 -0
  537. package/bundle/dist/codex-protocol/v2/WindowsSandboxSetupStartParams.js +2 -0
  538. package/bundle/dist/codex-protocol/v2/WindowsSandboxSetupStartResponse.js +2 -0
  539. package/bundle/dist/codex-protocol/v2/WindowsWorldWritableWarningNotification.js +2 -0
  540. package/bundle/dist/codex-protocol/v2/WriteStatus.js +2 -0
  541. package/bundle/dist/codex-protocol/v2/index.js +7 -0
  542. package/bundle/dist/i18n/sd.generated.js +37 -5
  543. package/bundle/dist/migrations/20260518145411_alter_tokens_add2_drop4_alter1.js +22 -0
  544. package/bundle/dist/migrations/20260520112853_alter_request_logs_add3_alter1.js +18 -0
  545. package/bundle/dist/migrations/20260520124755_alter_request_logs_drop1_alter1.js +16 -0
  546. package/bundle/dist/migrations/20260520130420_create__request_log_steps.js +34 -0
  547. package/bundle/dist/migrations/20260520134908_alter_request_logs_add2_alter8.js +31 -0
  548. package/bundle/dist/migrations/20260520134909_alter_request_log_steps_add1_alter3.js +20 -0
  549. package/bundle/dist/migrations/20260520141449_alter_request_logs_add1_alter1.js +16 -0
  550. package/bundle/dist/migrations/20260521134025_alter_request_log_steps_alter1.js +14 -0
  551. package/bundle/dist/migrations/20260521134026_alter_request_log_steps_foreigns.js +16 -0
  552. package/bundle/dist/migrations/20260522181721_alter_request_log_steps_add2_alter1.js +17 -0
  553. package/bundle/dist/sonamu.config.js +41 -44
  554. package/bundle/dist/utils/providers/common/credentials.js +22 -0
  555. package/bundle/dist/utils/providers/common/model-cost.js +117 -0
  556. package/bundle/dist/utils/providers/common/provider-dispatcher.js +2 -0
  557. package/bundle/dist/utils/providers/common/strictifier.js +81 -0
  558. package/bundle/dist/utils/providers/common/token-picker.js +15 -0
  559. package/bundle/dist/utils/providers/openai/codex-rpc.js +151 -0
  560. package/bundle/dist/utils/providers/openai/codex-worker.js +371 -0
  561. package/bundle/dist/utils/providers/openai/openai-constants.js +10 -0
  562. package/bundle/dist/utils/providers/openai/openai-dispatcher.js +325 -0
  563. package/bundle/dist/utils/providers/openai/openai-refresh.js +93 -0
  564. package/bundle/src/application/qgrid/oauth.ts +8 -4
  565. package/bundle/src/application/qgrid/qgrid-run-lifecycle.ts +185 -0
  566. package/bundle/src/application/qgrid/qgrid.dispatcher.ts +165 -23
  567. package/bundle/src/application/qgrid/qgrid.frame.ts +400 -81
  568. package/bundle/src/application/qgrid/qgrid.types.ts +150 -20
  569. package/bundle/src/application/qgrid/token-subscriber.ts +27 -5
  570. package/bundle/src/application/qgrid/token-trigger-setup.ts +2 -3
  571. package/bundle/src/application/qgrid/tool-emulation.ts +95 -0
  572. package/bundle/src/application/queries.generated.ts +31 -3
  573. package/bundle/src/application/request-log/request-log.entity.json +49 -41
  574. package/bundle/src/application/request-log/request-log.model.ts +180 -0
  575. package/bundle/src/application/request-log/request-log.types.ts +15 -0
  576. package/bundle/src/application/request-log-step/request-log-step.entity.json +137 -0
  577. package/bundle/src/application/request-log-step/request-log-step.model.ts +161 -0
  578. package/bundle/src/application/request-log-step/request-log-step.types.ts +30 -0
  579. package/bundle/src/application/sonamu.generated.http +245 -24
  580. package/bundle/src/application/sonamu.generated.sso.ts +72 -5
  581. package/bundle/src/application/sonamu.generated.ts +199 -22
  582. package/bundle/src/application/token/token.entity.json +7 -19
  583. package/bundle/src/application/token/token.model.ts +13 -13
  584. package/bundle/src/application/token/token.types.ts +25 -12
  585. package/bundle/src/codex-protocol/AbsolutePathBuf.ts +14 -0
  586. package/bundle/src/codex-protocol/AgentPath.ts +5 -0
  587. package/bundle/src/codex-protocol/ApplyPatchApprovalParams.ts +24 -0
  588. package/bundle/src/codex-protocol/ApplyPatchApprovalResponse.ts +6 -0
  589. package/bundle/src/codex-protocol/AuthMode.ts +8 -0
  590. package/bundle/src/codex-protocol/ClientInfo.ts +5 -0
  591. package/bundle/src/codex-protocol/ClientNotification.ts +5 -0
  592. package/bundle/src/codex-protocol/ClientRequest.ts +176 -0
  593. package/bundle/src/codex-protocol/CollaborationMode.ts +10 -0
  594. package/bundle/src/codex-protocol/ContentItem.ts +9 -0
  595. package/bundle/src/codex-protocol/ConversationGitInfo.ts +9 -0
  596. package/bundle/src/codex-protocol/ConversationSummary.ts +19 -0
  597. package/bundle/src/codex-protocol/ExecCommandApprovalParams.ts +22 -0
  598. package/bundle/src/codex-protocol/ExecCommandApprovalResponse.ts +6 -0
  599. package/bundle/src/codex-protocol/ExecPolicyAmendment.ts +12 -0
  600. package/bundle/src/codex-protocol/FileChange.ts +8 -0
  601. package/bundle/src/codex-protocol/ForcedLoginMethod.ts +5 -0
  602. package/bundle/src/codex-protocol/FunctionCallOutputBody.ts +6 -0
  603. package/bundle/src/codex-protocol/FunctionCallOutputContentItem.ts +12 -0
  604. package/bundle/src/codex-protocol/FuzzyFileSearchMatchType.ts +5 -0
  605. package/bundle/src/codex-protocol/FuzzyFileSearchParams.ts +9 -0
  606. package/bundle/src/codex-protocol/FuzzyFileSearchResponse.ts +6 -0
  607. package/bundle/src/codex-protocol/FuzzyFileSearchResult.ts +16 -0
  608. package/bundle/src/codex-protocol/FuzzyFileSearchSessionCompletedNotification.ts +5 -0
  609. package/bundle/src/codex-protocol/FuzzyFileSearchSessionUpdatedNotification.ts +10 -0
  610. package/bundle/src/codex-protocol/GetAuthStatusParams.ts +5 -0
  611. package/bundle/src/codex-protocol/GetAuthStatusResponse.ts +10 -0
  612. package/bundle/src/codex-protocol/GetConversationSummaryParams.ts +6 -0
  613. package/bundle/src/codex-protocol/GetConversationSummaryResponse.ts +6 -0
  614. package/bundle/src/codex-protocol/GitDiffToRemoteParams.ts +5 -0
  615. package/bundle/src/codex-protocol/GitDiffToRemoteResponse.ts +6 -0
  616. package/bundle/src/codex-protocol/GitSha.ts +5 -0
  617. package/bundle/src/codex-protocol/ImageDetail.ts +5 -0
  618. package/bundle/src/codex-protocol/InitializeCapabilities.ts +18 -0
  619. package/bundle/src/codex-protocol/InitializeParams.ts +10 -0
  620. package/bundle/src/codex-protocol/InitializeResponse.ts +22 -0
  621. package/bundle/src/codex-protocol/InputModality.ts +8 -0
  622. package/bundle/src/codex-protocol/InternalSessionSource.ts +5 -0
  623. package/bundle/src/codex-protocol/LocalShellAction.ts +6 -0
  624. package/bundle/src/codex-protocol/LocalShellExecAction.ts +11 -0
  625. package/bundle/src/codex-protocol/LocalShellStatus.ts +5 -0
  626. package/bundle/src/codex-protocol/MessagePhase.ts +11 -0
  627. package/bundle/src/codex-protocol/ModeKind.ts +8 -0
  628. package/bundle/src/codex-protocol/NetworkPolicyAmendment.ts +6 -0
  629. package/bundle/src/codex-protocol/NetworkPolicyRuleAction.ts +5 -0
  630. package/bundle/src/codex-protocol/ParsedCommand.ts +20 -0
  631. package/bundle/src/codex-protocol/Personality.ts +5 -0
  632. package/bundle/src/codex-protocol/PlanType.ts +17 -0
  633. package/bundle/src/codex-protocol/RealtimeConversationVersion.ts +5 -0
  634. package/bundle/src/codex-protocol/RealtimeOutputModality.ts +5 -0
  635. package/bundle/src/codex-protocol/RealtimeVoice.ts +24 -0
  636. package/bundle/src/codex-protocol/RealtimeVoicesList.ts +11 -0
  637. package/bundle/src/codex-protocol/ReasoningEffort.ts +8 -0
  638. package/bundle/src/codex-protocol/ReasoningItemContent.ts +7 -0
  639. package/bundle/src/codex-protocol/ReasoningItemReasoningSummary.ts +5 -0
  640. package/bundle/src/codex-protocol/ReasoningSummary.ts +10 -0
  641. package/bundle/src/codex-protocol/RequestId.ts +5 -0
  642. package/bundle/src/codex-protocol/Resource.ts +19 -0
  643. package/bundle/src/codex-protocol/ResourceContent.ts +27 -0
  644. package/bundle/src/codex-protocol/ResourceTemplate.ts +16 -0
  645. package/bundle/src/codex-protocol/ResponseItem.ts +63 -0
  646. package/bundle/src/codex-protocol/ReviewDecision.ts +17 -0
  647. package/bundle/src/codex-protocol/ServerNotification.ts +154 -0
  648. package/bundle/src/codex-protocol/ServerRequest.ts +47 -0
  649. package/bundle/src/codex-protocol/SessionSource.ts +15 -0
  650. package/bundle/src/codex-protocol/Settings.ts +13 -0
  651. package/bundle/src/codex-protocol/SubAgentSource.ts +20 -0
  652. package/bundle/src/codex-protocol/ThreadId.ts +5 -0
  653. package/bundle/src/codex-protocol/ThreadMemoryMode.ts +5 -0
  654. package/bundle/src/codex-protocol/Tool.ts +18 -0
  655. package/bundle/src/codex-protocol/Verbosity.ts +9 -0
  656. package/bundle/src/codex-protocol/WebSearchAction.ts +9 -0
  657. package/bundle/src/codex-protocol/WebSearchContextSize.ts +5 -0
  658. package/bundle/src/codex-protocol/WebSearchLocation.ts +10 -0
  659. package/bundle/src/codex-protocol/WebSearchMode.ts +5 -0
  660. package/bundle/src/codex-protocol/WebSearchToolConfig.ts +11 -0
  661. package/bundle/src/codex-protocol/index.ts +79 -0
  662. package/bundle/src/codex-protocol/serde_json/JsonValue.ts +11 -0
  663. package/bundle/src/codex-protocol/v2/Account.ts +9 -0
  664. package/bundle/src/codex-protocol/v2/AccountLoginCompletedNotification.ts +9 -0
  665. package/bundle/src/codex-protocol/v2/AccountRateLimitsUpdatedNotification.ts +6 -0
  666. package/bundle/src/codex-protocol/v2/AccountUpdatedNotification.ts +7 -0
  667. package/bundle/src/codex-protocol/v2/ActivePermissionProfile.ts +22 -0
  668. package/bundle/src/codex-protocol/v2/ActivePermissionProfileModification.ts +9 -0
  669. package/bundle/src/codex-protocol/v2/AddCreditsNudgeCreditType.ts +5 -0
  670. package/bundle/src/codex-protocol/v2/AddCreditsNudgeEmailStatus.ts +5 -0
  671. package/bundle/src/codex-protocol/v2/AdditionalFileSystemPermissions.ts +18 -0
  672. package/bundle/src/codex-protocol/v2/AdditionalNetworkPermissions.ts +5 -0
  673. package/bundle/src/codex-protocol/v2/AdditionalPermissionProfile.ts +13 -0
  674. package/bundle/src/codex-protocol/v2/AgentMessageDeltaNotification.ts +10 -0
  675. package/bundle/src/codex-protocol/v2/AnalyticsConfig.ts +14 -0
  676. package/bundle/src/codex-protocol/v2/AppBranding.ts +15 -0
  677. package/bundle/src/codex-protocol/v2/AppInfo.ts +32 -0
  678. package/bundle/src/codex-protocol/v2/AppListUpdatedNotification.ts +9 -0
  679. package/bundle/src/codex-protocol/v2/AppMetadata.ts +20 -0
  680. package/bundle/src/codex-protocol/v2/AppReview.ts +5 -0
  681. package/bundle/src/codex-protocol/v2/AppScreenshot.ts +5 -0
  682. package/bundle/src/codex-protocol/v2/AppSummary.ts +14 -0
  683. package/bundle/src/codex-protocol/v2/AppToolApproval.ts +5 -0
  684. package/bundle/src/codex-protocol/v2/AppToolsConfig.ts +8 -0
  685. package/bundle/src/codex-protocol/v2/ApprovalsReviewer.ts +12 -0
  686. package/bundle/src/codex-protocol/v2/AppsConfig.ts +17 -0
  687. package/bundle/src/codex-protocol/v2/AppsDefaultConfig.ts +9 -0
  688. package/bundle/src/codex-protocol/v2/AppsListParams.ts +25 -0
  689. package/bundle/src/codex-protocol/v2/AppsListResponse.ts +16 -0
  690. package/bundle/src/codex-protocol/v2/AskForApproval.ts +18 -0
  691. package/bundle/src/codex-protocol/v2/AutoReviewDecisionSource.ts +8 -0
  692. package/bundle/src/codex-protocol/v2/ByteRange.ts +5 -0
  693. package/bundle/src/codex-protocol/v2/CancelLoginAccountParams.ts +5 -0
  694. package/bundle/src/codex-protocol/v2/CancelLoginAccountResponse.ts +6 -0
  695. package/bundle/src/codex-protocol/v2/CancelLoginAccountStatus.ts +5 -0
  696. package/bundle/src/codex-protocol/v2/ChatgptAuthTokensRefreshParams.ts +18 -0
  697. package/bundle/src/codex-protocol/v2/ChatgptAuthTokensRefreshReason.ts +5 -0
  698. package/bundle/src/codex-protocol/v2/ChatgptAuthTokensRefreshResponse.ts +9 -0
  699. package/bundle/src/codex-protocol/v2/CodexErrorInfo.ts +27 -0
  700. package/bundle/src/codex-protocol/v2/CollabAgentState.ts +6 -0
  701. package/bundle/src/codex-protocol/v2/CollabAgentStatus.ts +12 -0
  702. package/bundle/src/codex-protocol/v2/CollabAgentTool.ts +5 -0
  703. package/bundle/src/codex-protocol/v2/CollabAgentToolCallStatus.ts +5 -0
  704. package/bundle/src/codex-protocol/v2/CollaborationModeMask.ts +15 -0
  705. package/bundle/src/codex-protocol/v2/CommandAction.ts +10 -0
  706. package/bundle/src/codex-protocol/v2/CommandExecOutputDeltaNotification.ts +31 -0
  707. package/bundle/src/codex-protocol/v2/CommandExecOutputStream.ts +8 -0
  708. package/bundle/src/codex-protocol/v2/CommandExecParams.ts +87 -0
  709. package/bundle/src/codex-protocol/v2/CommandExecResizeParams.ts +19 -0
  710. package/bundle/src/codex-protocol/v2/CommandExecResizeResponse.ts +8 -0
  711. package/bundle/src/codex-protocol/v2/CommandExecResponse.ts +25 -0
  712. package/bundle/src/codex-protocol/v2/CommandExecTerminalSize.ts +17 -0
  713. package/bundle/src/codex-protocol/v2/CommandExecTerminateParams.ts +14 -0
  714. package/bundle/src/codex-protocol/v2/CommandExecTerminateResponse.ts +8 -0
  715. package/bundle/src/codex-protocol/v2/CommandExecWriteParams.ts +23 -0
  716. package/bundle/src/codex-protocol/v2/CommandExecWriteResponse.ts +8 -0
  717. package/bundle/src/codex-protocol/v2/CommandExecutionApprovalDecision.ts +13 -0
  718. package/bundle/src/codex-protocol/v2/CommandExecutionOutputDeltaNotification.ts +10 -0
  719. package/bundle/src/codex-protocol/v2/CommandExecutionRequestApprovalParams.ts +47 -0
  720. package/bundle/src/codex-protocol/v2/CommandExecutionRequestApprovalResponse.ts +8 -0
  721. package/bundle/src/codex-protocol/v2/CommandExecutionSource.ts +9 -0
  722. package/bundle/src/codex-protocol/v2/CommandExecutionStatus.ts +5 -0
  723. package/bundle/src/codex-protocol/v2/CommandMigration.ts +5 -0
  724. package/bundle/src/codex-protocol/v2/Config.ts +53 -0
  725. package/bundle/src/codex-protocol/v2/ConfigBatchWriteParams.ts +17 -0
  726. package/bundle/src/codex-protocol/v2/ConfigEdit.ts +7 -0
  727. package/bundle/src/codex-protocol/v2/ConfigLayer.ts +12 -0
  728. package/bundle/src/codex-protocol/v2/ConfigLayerMetadata.ts +6 -0
  729. package/bundle/src/codex-protocol/v2/ConfigLayerSource.ts +27 -0
  730. package/bundle/src/codex-protocol/v2/ConfigReadParams.ts +13 -0
  731. package/bundle/src/codex-protocol/v2/ConfigReadResponse.ts +12 -0
  732. package/bundle/src/codex-protocol/v2/ConfigRequirements.ts +15 -0
  733. package/bundle/src/codex-protocol/v2/ConfigRequirementsReadResponse.ts +11 -0
  734. package/bundle/src/codex-protocol/v2/ConfigValueWriteParams.ts +16 -0
  735. package/bundle/src/codex-protocol/v2/ConfigWarningNotification.ts +23 -0
  736. package/bundle/src/codex-protocol/v2/ConfigWriteResponse.ts +16 -0
  737. package/bundle/src/codex-protocol/v2/ConfiguredHookHandler.ts +14 -0
  738. package/bundle/src/codex-protocol/v2/ConfiguredHookMatcherGroup.ts +9 -0
  739. package/bundle/src/codex-protocol/v2/ContextCompactedNotification.ts +8 -0
  740. package/bundle/src/codex-protocol/v2/CreditsSnapshot.ts +5 -0
  741. package/bundle/src/codex-protocol/v2/DeprecationNoticeNotification.ts +14 -0
  742. package/bundle/src/codex-protocol/v2/DynamicToolCallOutputContentItem.ts +7 -0
  743. package/bundle/src/codex-protocol/v2/DynamicToolCallParams.ts +13 -0
  744. package/bundle/src/codex-protocol/v2/DynamicToolCallResponse.ts +9 -0
  745. package/bundle/src/codex-protocol/v2/DynamicToolCallStatus.ts +5 -0
  746. package/bundle/src/codex-protocol/v2/DynamicToolSpec.ts +12 -0
  747. package/bundle/src/codex-protocol/v2/ErrorNotification.ts +11 -0
  748. package/bundle/src/codex-protocol/v2/ExecPolicyAmendment.ts +5 -0
  749. package/bundle/src/codex-protocol/v2/ExperimentalFeature.ts +38 -0
  750. package/bundle/src/codex-protocol/v2/ExperimentalFeatureEnablementSetParams.ts +13 -0
  751. package/bundle/src/codex-protocol/v2/ExperimentalFeatureEnablementSetResponse.ts +10 -0
  752. package/bundle/src/codex-protocol/v2/ExperimentalFeatureListParams.ts +14 -0
  753. package/bundle/src/codex-protocol/v2/ExperimentalFeatureListResponse.ts +13 -0
  754. package/bundle/src/codex-protocol/v2/ExperimentalFeatureStage.ts +10 -0
  755. package/bundle/src/codex-protocol/v2/ExternalAgentConfigDetectParams.ts +14 -0
  756. package/bundle/src/codex-protocol/v2/ExternalAgentConfigDetectResponse.ts +6 -0
  757. package/bundle/src/codex-protocol/v2/ExternalAgentConfigImportCompletedNotification.ts +5 -0
  758. package/bundle/src/codex-protocol/v2/ExternalAgentConfigImportParams.ts +8 -0
  759. package/bundle/src/codex-protocol/v2/ExternalAgentConfigImportResponse.ts +5 -0
  760. package/bundle/src/codex-protocol/v2/ExternalAgentConfigMigrationItem.ts +15 -0
  761. package/bundle/src/codex-protocol/v2/ExternalAgentConfigMigrationItemType.ts +14 -0
  762. package/bundle/src/codex-protocol/v2/FeedbackUploadParams.ts +12 -0
  763. package/bundle/src/codex-protocol/v2/FeedbackUploadResponse.ts +5 -0
  764. package/bundle/src/codex-protocol/v2/FileChangeApprovalDecision.ts +5 -0
  765. package/bundle/src/codex-protocol/v2/FileChangeOutputDeltaNotification.ts +15 -0
  766. package/bundle/src/codex-protocol/v2/FileChangePatchUpdatedNotification.ts +11 -0
  767. package/bundle/src/codex-protocol/v2/FileChangeRequestApprovalParams.ts +22 -0
  768. package/bundle/src/codex-protocol/v2/FileChangeRequestApprovalResponse.ts +6 -0
  769. package/bundle/src/codex-protocol/v2/FileSystemAccessMode.ts +5 -0
  770. package/bundle/src/codex-protocol/v2/FileSystemPath.ts +10 -0
  771. package/bundle/src/codex-protocol/v2/FileSystemSandboxEntry.ts +7 -0
  772. package/bundle/src/codex-protocol/v2/FileSystemSpecialPath.ts +11 -0
  773. package/bundle/src/codex-protocol/v2/FileUpdateChange.ts +6 -0
  774. package/bundle/src/codex-protocol/v2/FsChangedNotification.ts +18 -0
  775. package/bundle/src/codex-protocol/v2/FsCopyParams.ts +22 -0
  776. package/bundle/src/codex-protocol/v2/FsCopyResponse.ts +8 -0
  777. package/bundle/src/codex-protocol/v2/FsCreateDirectoryParams.ts +18 -0
  778. package/bundle/src/codex-protocol/v2/FsCreateDirectoryResponse.ts +8 -0
  779. package/bundle/src/codex-protocol/v2/FsGetMetadataParams.ts +14 -0
  780. package/bundle/src/codex-protocol/v2/FsGetMetadataResponse.ts +29 -0
  781. package/bundle/src/codex-protocol/v2/FsReadDirectoryEntry.ts +21 -0
  782. package/bundle/src/codex-protocol/v2/FsReadDirectoryParams.ts +14 -0
  783. package/bundle/src/codex-protocol/v2/FsReadDirectoryResponse.ts +14 -0
  784. package/bundle/src/codex-protocol/v2/FsReadFileParams.ts +14 -0
  785. package/bundle/src/codex-protocol/v2/FsReadFileResponse.ts +13 -0
  786. package/bundle/src/codex-protocol/v2/FsRemoveParams.ts +22 -0
  787. package/bundle/src/codex-protocol/v2/FsRemoveResponse.ts +8 -0
  788. package/bundle/src/codex-protocol/v2/FsUnwatchParams.ts +13 -0
  789. package/bundle/src/codex-protocol/v2/FsUnwatchResponse.ts +8 -0
  790. package/bundle/src/codex-protocol/v2/FsWatchParams.ts +18 -0
  791. package/bundle/src/codex-protocol/v2/FsWatchResponse.ts +14 -0
  792. package/bundle/src/codex-protocol/v2/FsWriteFileParams.ts +18 -0
  793. package/bundle/src/codex-protocol/v2/FsWriteFileResponse.ts +8 -0
  794. package/bundle/src/codex-protocol/v2/GetAccountParams.ts +14 -0
  795. package/bundle/src/codex-protocol/v2/GetAccountRateLimitsResponse.ts +15 -0
  796. package/bundle/src/codex-protocol/v2/GetAccountResponse.ts +6 -0
  797. package/bundle/src/codex-protocol/v2/GitInfo.ts +5 -0
  798. package/bundle/src/codex-protocol/v2/GrantedPermissionProfile.ts +10 -0
  799. package/bundle/src/codex-protocol/v2/GuardianApprovalReview.ts +18 -0
  800. package/bundle/src/codex-protocol/v2/GuardianApprovalReviewAction.ts +34 -0
  801. package/bundle/src/codex-protocol/v2/GuardianApprovalReviewStatus.ts +13 -0
  802. package/bundle/src/codex-protocol/v2/GuardianCommandSource.ts +5 -0
  803. package/bundle/src/codex-protocol/v2/GuardianRiskLevel.ts +8 -0
  804. package/bundle/src/codex-protocol/v2/GuardianUserAuthorization.ts +8 -0
  805. package/bundle/src/codex-protocol/v2/GuardianWarningNotification.ts +14 -0
  806. package/bundle/src/codex-protocol/v2/HookCompletedNotification.ts +10 -0
  807. package/bundle/src/codex-protocol/v2/HookErrorInfo.ts +5 -0
  808. package/bundle/src/codex-protocol/v2/HookEventName.ts +13 -0
  809. package/bundle/src/codex-protocol/v2/HookExecutionMode.ts +5 -0
  810. package/bundle/src/codex-protocol/v2/HookHandlerType.ts +5 -0
  811. package/bundle/src/codex-protocol/v2/HookMetadata.ts +26 -0
  812. package/bundle/src/codex-protocol/v2/HookMigration.ts +5 -0
  813. package/bundle/src/codex-protocol/v2/HookOutputEntry.ts +6 -0
  814. package/bundle/src/codex-protocol/v2/HookOutputEntryKind.ts +5 -0
  815. package/bundle/src/codex-protocol/v2/HookPromptFragment.ts +5 -0
  816. package/bundle/src/codex-protocol/v2/HookRunStatus.ts +5 -0
  817. package/bundle/src/codex-protocol/v2/HookRunSummary.ts +28 -0
  818. package/bundle/src/codex-protocol/v2/HookScope.ts +5 -0
  819. package/bundle/src/codex-protocol/v2/HookSource.ts +15 -0
  820. package/bundle/src/codex-protocol/v2/HookStartedNotification.ts +10 -0
  821. package/bundle/src/codex-protocol/v2/HookTrustStatus.ts +5 -0
  822. package/bundle/src/codex-protocol/v2/HooksListEntry.ts +12 -0
  823. package/bundle/src/codex-protocol/v2/HooksListParams.ts +10 -0
  824. package/bundle/src/codex-protocol/v2/HooksListResponse.ts +6 -0
  825. package/bundle/src/codex-protocol/v2/ItemCompletedNotification.ts +14 -0
  826. package/bundle/src/codex-protocol/v2/ItemGuardianApprovalReviewCompletedNotification.ts +44 -0
  827. package/bundle/src/codex-protocol/v2/ItemGuardianApprovalReviewStartedNotification.ts +38 -0
  828. package/bundle/src/codex-protocol/v2/ItemStartedNotification.ts +14 -0
  829. package/bundle/src/codex-protocol/v2/ListMcpServerStatusParams.ts +20 -0
  830. package/bundle/src/codex-protocol/v2/ListMcpServerStatusResponse.ts +13 -0
  831. package/bundle/src/codex-protocol/v2/LoginAccountParams.ts +27 -0
  832. package/bundle/src/codex-protocol/v2/LoginAccountResponse.ts +27 -0
  833. package/bundle/src/codex-protocol/v2/LogoutAccountResponse.ts +5 -0
  834. package/bundle/src/codex-protocol/v2/ManagedHooksRequirements.ts +17 -0
  835. package/bundle/src/codex-protocol/v2/MarketplaceAddParams.ts +9 -0
  836. package/bundle/src/codex-protocol/v2/MarketplaceAddResponse.ts +10 -0
  837. package/bundle/src/codex-protocol/v2/MarketplaceInterface.ts +5 -0
  838. package/bundle/src/codex-protocol/v2/MarketplaceLoadErrorInfo.ts +6 -0
  839. package/bundle/src/codex-protocol/v2/MarketplaceRemoveParams.ts +5 -0
  840. package/bundle/src/codex-protocol/v2/MarketplaceRemoveResponse.ts +9 -0
  841. package/bundle/src/codex-protocol/v2/MarketplaceUpgradeErrorInfo.ts +5 -0
  842. package/bundle/src/codex-protocol/v2/MarketplaceUpgradeParams.ts +5 -0
  843. package/bundle/src/codex-protocol/v2/MarketplaceUpgradeResponse.ts +11 -0
  844. package/bundle/src/codex-protocol/v2/McpAuthStatus.ts +5 -0
  845. package/bundle/src/codex-protocol/v2/McpElicitationArrayType.ts +5 -0
  846. package/bundle/src/codex-protocol/v2/McpElicitationBooleanSchema.ts +11 -0
  847. package/bundle/src/codex-protocol/v2/McpElicitationBooleanType.ts +5 -0
  848. package/bundle/src/codex-protocol/v2/McpElicitationConstOption.ts +5 -0
  849. package/bundle/src/codex-protocol/v2/McpElicitationEnumSchema.ts +11 -0
  850. package/bundle/src/codex-protocol/v2/McpElicitationLegacyTitledEnumSchema.ts +13 -0
  851. package/bundle/src/codex-protocol/v2/McpElicitationMultiSelectEnumSchema.ts +9 -0
  852. package/bundle/src/codex-protocol/v2/McpElicitationNumberSchema.ts +13 -0
  853. package/bundle/src/codex-protocol/v2/McpElicitationNumberType.ts +5 -0
  854. package/bundle/src/codex-protocol/v2/McpElicitationObjectType.ts +5 -0
  855. package/bundle/src/codex-protocol/v2/McpElicitationPrimitiveSchema.ts +13 -0
  856. package/bundle/src/codex-protocol/v2/McpElicitationSchema.ts +18 -0
  857. package/bundle/src/codex-protocol/v2/McpElicitationSingleSelectEnumSchema.ts +9 -0
  858. package/bundle/src/codex-protocol/v2/McpElicitationStringFormat.ts +5 -0
  859. package/bundle/src/codex-protocol/v2/McpElicitationStringSchema.ts +15 -0
  860. package/bundle/src/codex-protocol/v2/McpElicitationStringType.ts +5 -0
  861. package/bundle/src/codex-protocol/v2/McpElicitationTitledEnumItems.ts +6 -0
  862. package/bundle/src/codex-protocol/v2/McpElicitationTitledMultiSelectEnumSchema.ts +15 -0
  863. package/bundle/src/codex-protocol/v2/McpElicitationTitledSingleSelectEnumSchema.ts +13 -0
  864. package/bundle/src/codex-protocol/v2/McpElicitationUntitledEnumItems.ts +9 -0
  865. package/bundle/src/codex-protocol/v2/McpElicitationUntitledMultiSelectEnumSchema.ts +15 -0
  866. package/bundle/src/codex-protocol/v2/McpElicitationUntitledSingleSelectEnumSchema.ts +12 -0
  867. package/bundle/src/codex-protocol/v2/McpResourceReadParams.ts +5 -0
  868. package/bundle/src/codex-protocol/v2/McpResourceReadResponse.ts +6 -0
  869. package/bundle/src/codex-protocol/v2/McpServerElicitationAction.ts +5 -0
  870. package/bundle/src/codex-protocol/v2/McpServerElicitationRequestParams.ts +27 -0
  871. package/bundle/src/codex-protocol/v2/McpServerElicitationRequestResponse.ts +19 -0
  872. package/bundle/src/codex-protocol/v2/McpServerMigration.ts +5 -0
  873. package/bundle/src/codex-protocol/v2/McpServerOauthLoginCompletedNotification.ts +9 -0
  874. package/bundle/src/codex-protocol/v2/McpServerOauthLoginParams.ts +9 -0
  875. package/bundle/src/codex-protocol/v2/McpServerOauthLoginResponse.ts +5 -0
  876. package/bundle/src/codex-protocol/v2/McpServerRefreshResponse.ts +5 -0
  877. package/bundle/src/codex-protocol/v2/McpServerStartupState.ts +5 -0
  878. package/bundle/src/codex-protocol/v2/McpServerStatus.ts +15 -0
  879. package/bundle/src/codex-protocol/v2/McpServerStatusDetail.ts +5 -0
  880. package/bundle/src/codex-protocol/v2/McpServerStatusUpdatedNotification.ts +10 -0
  881. package/bundle/src/codex-protocol/v2/McpServerToolCallParams.ts +12 -0
  882. package/bundle/src/codex-protocol/v2/McpServerToolCallResponse.ts +11 -0
  883. package/bundle/src/codex-protocol/v2/McpToolCallError.ts +5 -0
  884. package/bundle/src/codex-protocol/v2/McpToolCallProgressNotification.ts +10 -0
  885. package/bundle/src/codex-protocol/v2/McpToolCallResult.ts +10 -0
  886. package/bundle/src/codex-protocol/v2/McpToolCallStatus.ts +5 -0
  887. package/bundle/src/codex-protocol/v2/MemoryCitation.ts +6 -0
  888. package/bundle/src/codex-protocol/v2/MemoryCitationEntry.ts +10 -0
  889. package/bundle/src/codex-protocol/v2/MergeStrategy.ts +5 -0
  890. package/bundle/src/codex-protocol/v2/MigrationDetails.ts +18 -0
  891. package/bundle/src/codex-protocol/v2/Model.ts +30 -0
  892. package/bundle/src/codex-protocol/v2/ModelAvailabilityNux.ts +5 -0
  893. package/bundle/src/codex-protocol/v2/ModelListParams.ts +18 -0
  894. package/bundle/src/codex-protocol/v2/ModelListResponse.ts +13 -0
  895. package/bundle/src/codex-protocol/v2/ModelProviderCapabilitiesReadParams.ts +5 -0
  896. package/bundle/src/codex-protocol/v2/ModelProviderCapabilitiesReadResponse.ts +9 -0
  897. package/bundle/src/codex-protocol/v2/ModelRerouteReason.ts +5 -0
  898. package/bundle/src/codex-protocol/v2/ModelReroutedNotification.ts +12 -0
  899. package/bundle/src/codex-protocol/v2/ModelServiceTier.ts +5 -0
  900. package/bundle/src/codex-protocol/v2/ModelUpgradeInfo.ts +10 -0
  901. package/bundle/src/codex-protocol/v2/ModelVerification.ts +5 -0
  902. package/bundle/src/codex-protocol/v2/ModelVerificationNotification.ts +10 -0
  903. package/bundle/src/codex-protocol/v2/NetworkAccess.ts +5 -0
  904. package/bundle/src/codex-protocol/v2/NetworkApprovalContext.ts +6 -0
  905. package/bundle/src/codex-protocol/v2/NetworkApprovalProtocol.ts +5 -0
  906. package/bundle/src/codex-protocol/v2/NetworkDomainPermission.ts +5 -0
  907. package/bundle/src/codex-protocol/v2/NetworkPolicyAmendment.ts +6 -0
  908. package/bundle/src/codex-protocol/v2/NetworkPolicyRuleAction.ts +5 -0
  909. package/bundle/src/codex-protocol/v2/NetworkRequirements.ts +40 -0
  910. package/bundle/src/codex-protocol/v2/NetworkUnixSocketPermission.ts +5 -0
  911. package/bundle/src/codex-protocol/v2/NonSteerableTurnKind.ts +5 -0
  912. package/bundle/src/codex-protocol/v2/OverriddenMetadata.ts +11 -0
  913. package/bundle/src/codex-protocol/v2/PatchApplyStatus.ts +5 -0
  914. package/bundle/src/codex-protocol/v2/PatchChangeKind.ts +8 -0
  915. package/bundle/src/codex-protocol/v2/PermissionGrantScope.ts +5 -0
  916. package/bundle/src/codex-protocol/v2/PermissionProfile.ts +14 -0
  917. package/bundle/src/codex-protocol/v2/PermissionProfileFileSystemPermissions.ts +8 -0
  918. package/bundle/src/codex-protocol/v2/PermissionProfileModificationParams.ts +9 -0
  919. package/bundle/src/codex-protocol/v2/PermissionProfileNetworkPermissions.ts +5 -0
  920. package/bundle/src/codex-protocol/v2/PermissionProfileSelectionParams.ts +10 -0
  921. package/bundle/src/codex-protocol/v2/PermissionsRequestApprovalParams.ts +18 -0
  922. package/bundle/src/codex-protocol/v2/PermissionsRequestApprovalResponse.ts +14 -0
  923. package/bundle/src/codex-protocol/v2/PlanDeltaNotification.ts +14 -0
  924. package/bundle/src/codex-protocol/v2/PluginAuthPolicy.ts +5 -0
  925. package/bundle/src/codex-protocol/v2/PluginAvailability.ts +5 -0
  926. package/bundle/src/codex-protocol/v2/PluginDetail.ts +19 -0
  927. package/bundle/src/codex-protocol/v2/PluginHookSummary.ts +6 -0
  928. package/bundle/src/codex-protocol/v2/PluginInstallParams.ts +10 -0
  929. package/bundle/src/codex-protocol/v2/PluginInstallPolicy.ts +5 -0
  930. package/bundle/src/codex-protocol/v2/PluginInstallResponse.ts +10 -0
  931. package/bundle/src/codex-protocol/v2/PluginInterface.ts +46 -0
  932. package/bundle/src/codex-protocol/v2/PluginListMarketplaceKind.ts +5 -0
  933. package/bundle/src/codex-protocol/v2/PluginListParams.ts +18 -0
  934. package/bundle/src/codex-protocol/v2/PluginListResponse.ts +11 -0
  935. package/bundle/src/codex-protocol/v2/PluginMarketplaceEntry.ts +17 -0
  936. package/bundle/src/codex-protocol/v2/PluginReadParams.ts +10 -0
  937. package/bundle/src/codex-protocol/v2/PluginReadResponse.ts +6 -0
  938. package/bundle/src/codex-protocol/v2/PluginShareContext.ts +12 -0
  939. package/bundle/src/codex-protocol/v2/PluginShareDeleteParams.ts +5 -0
  940. package/bundle/src/codex-protocol/v2/PluginShareDeleteResponse.ts +5 -0
  941. package/bundle/src/codex-protocol/v2/PluginShareDiscoverability.ts +5 -0
  942. package/bundle/src/codex-protocol/v2/PluginShareListItem.ts +11 -0
  943. package/bundle/src/codex-protocol/v2/PluginShareListParams.ts +5 -0
  944. package/bundle/src/codex-protocol/v2/PluginShareListResponse.ts +6 -0
  945. package/bundle/src/codex-protocol/v2/PluginSharePrincipal.ts +10 -0
  946. package/bundle/src/codex-protocol/v2/PluginSharePrincipalType.ts +5 -0
  947. package/bundle/src/codex-protocol/v2/PluginShareSaveParams.ts +13 -0
  948. package/bundle/src/codex-protocol/v2/PluginShareSaveResponse.ts +5 -0
  949. package/bundle/src/codex-protocol/v2/PluginShareTarget.ts +6 -0
  950. package/bundle/src/codex-protocol/v2/PluginShareUpdateDiscoverability.ts +5 -0
  951. package/bundle/src/codex-protocol/v2/PluginShareUpdateTargetsParams.ts +11 -0
  952. package/bundle/src/codex-protocol/v2/PluginShareUpdateTargetsResponse.ts +10 -0
  953. package/bundle/src/codex-protocol/v2/PluginSkillReadParams.ts +9 -0
  954. package/bundle/src/codex-protocol/v2/PluginSkillReadResponse.ts +5 -0
  955. package/bundle/src/codex-protocol/v2/PluginSource.ts +9 -0
  956. package/bundle/src/codex-protocol/v2/PluginSummary.ts +29 -0
  957. package/bundle/src/codex-protocol/v2/PluginUninstallParams.ts +5 -0
  958. package/bundle/src/codex-protocol/v2/PluginUninstallResponse.ts +5 -0
  959. package/bundle/src/codex-protocol/v2/PluginsMigration.ts +5 -0
  960. package/bundle/src/codex-protocol/v2/ProcessExitedNotification.ts +43 -0
  961. package/bundle/src/codex-protocol/v2/ProcessOutputDeltaNotification.ts +27 -0
  962. package/bundle/src/codex-protocol/v2/ProcessOutputStream.ts +8 -0
  963. package/bundle/src/codex-protocol/v2/ProcessTerminalSize.ts +17 -0
  964. package/bundle/src/codex-protocol/v2/ProfileV2.ts +37 -0
  965. package/bundle/src/codex-protocol/v2/RateLimitReachedType.ts +10 -0
  966. package/bundle/src/codex-protocol/v2/RateLimitSnapshot.ts +17 -0
  967. package/bundle/src/codex-protocol/v2/RateLimitWindow.ts +9 -0
  968. package/bundle/src/codex-protocol/v2/RawResponseItemCompletedNotification.ts +10 -0
  969. package/bundle/src/codex-protocol/v2/ReasoningEffortOption.ts +6 -0
  970. package/bundle/src/codex-protocol/v2/ReasoningSummaryPartAddedNotification.ts +10 -0
  971. package/bundle/src/codex-protocol/v2/ReasoningSummaryTextDeltaNotification.ts +11 -0
  972. package/bundle/src/codex-protocol/v2/ReasoningTextDeltaNotification.ts +11 -0
  973. package/bundle/src/codex-protocol/v2/RemoteControlConnectionStatus.ts +5 -0
  974. package/bundle/src/codex-protocol/v2/RemoteControlStatusChangedNotification.ts +12 -0
  975. package/bundle/src/codex-protocol/v2/RequestPermissionProfile.ts +10 -0
  976. package/bundle/src/codex-protocol/v2/ResidencyRequirement.ts +5 -0
  977. package/bundle/src/codex-protocol/v2/ReviewDelivery.ts +5 -0
  978. package/bundle/src/codex-protocol/v2/ReviewStartParams.ts +15 -0
  979. package/bundle/src/codex-protocol/v2/ReviewStartResponse.ts +15 -0
  980. package/bundle/src/codex-protocol/v2/ReviewTarget.ts +16 -0
  981. package/bundle/src/codex-protocol/v2/SandboxMode.ts +5 -0
  982. package/bundle/src/codex-protocol/v2/SandboxPolicy.ts +17 -0
  983. package/bundle/src/codex-protocol/v2/SandboxWorkspaceWrite.ts +10 -0
  984. package/bundle/src/codex-protocol/v2/SendAddCreditsNudgeEmailParams.ts +6 -0
  985. package/bundle/src/codex-protocol/v2/SendAddCreditsNudgeEmailResponse.ts +6 -0
  986. package/bundle/src/codex-protocol/v2/ServerRequestResolvedNotification.ts +6 -0
  987. package/bundle/src/codex-protocol/v2/SessionMigration.ts +5 -0
  988. package/bundle/src/codex-protocol/v2/SessionSource.ts +13 -0
  989. package/bundle/src/codex-protocol/v2/SkillDependencies.ts +6 -0
  990. package/bundle/src/codex-protocol/v2/SkillErrorInfo.ts +5 -0
  991. package/bundle/src/codex-protocol/v2/SkillInterface.ts +13 -0
  992. package/bundle/src/codex-protocol/v2/SkillMetadata.ts +21 -0
  993. package/bundle/src/codex-protocol/v2/SkillScope.ts +5 -0
  994. package/bundle/src/codex-protocol/v2/SkillSummary.ts +14 -0
  995. package/bundle/src/codex-protocol/v2/SkillToolDependency.ts +12 -0
  996. package/bundle/src/codex-protocol/v2/SkillsChangedNotification.ts +11 -0
  997. package/bundle/src/codex-protocol/v2/SkillsConfigWriteParams.ts +16 -0
  998. package/bundle/src/codex-protocol/v2/SkillsConfigWriteResponse.ts +5 -0
  999. package/bundle/src/codex-protocol/v2/SkillsListEntry.ts +11 -0
  1000. package/bundle/src/codex-protocol/v2/SkillsListParams.ts +14 -0
  1001. package/bundle/src/codex-protocol/v2/SkillsListResponse.ts +6 -0
  1002. package/bundle/src/codex-protocol/v2/SortDirection.ts +5 -0
  1003. package/bundle/src/codex-protocol/v2/SubagentMigration.ts +5 -0
  1004. package/bundle/src/codex-protocol/v2/TerminalInteractionNotification.ts +11 -0
  1005. package/bundle/src/codex-protocol/v2/TextElement.ts +15 -0
  1006. package/bundle/src/codex-protocol/v2/TextPosition.ts +14 -0
  1007. package/bundle/src/codex-protocol/v2/TextRange.ts +6 -0
  1008. package/bundle/src/codex-protocol/v2/Thread.ts +88 -0
  1009. package/bundle/src/codex-protocol/v2/ThreadActiveFlag.ts +5 -0
  1010. package/bundle/src/codex-protocol/v2/ThreadApproveGuardianDeniedActionParams.ts +12 -0
  1011. package/bundle/src/codex-protocol/v2/ThreadApproveGuardianDeniedActionResponse.ts +5 -0
  1012. package/bundle/src/codex-protocol/v2/ThreadArchiveParams.ts +5 -0
  1013. package/bundle/src/codex-protocol/v2/ThreadArchiveResponse.ts +5 -0
  1014. package/bundle/src/codex-protocol/v2/ThreadArchivedNotification.ts +5 -0
  1015. package/bundle/src/codex-protocol/v2/ThreadClosedNotification.ts +5 -0
  1016. package/bundle/src/codex-protocol/v2/ThreadCompactStartParams.ts +5 -0
  1017. package/bundle/src/codex-protocol/v2/ThreadCompactStartResponse.ts +5 -0
  1018. package/bundle/src/codex-protocol/v2/ThreadForkParams.ts +40 -0
  1019. package/bundle/src/codex-protocol/v2/ThreadForkResponse.ts +30 -0
  1020. package/bundle/src/codex-protocol/v2/ThreadGoal.ts +15 -0
  1021. package/bundle/src/codex-protocol/v2/ThreadGoalClearedNotification.ts +5 -0
  1022. package/bundle/src/codex-protocol/v2/ThreadGoalStatus.ts +5 -0
  1023. package/bundle/src/codex-protocol/v2/ThreadGoalUpdatedNotification.ts +10 -0
  1024. package/bundle/src/codex-protocol/v2/ThreadInjectItemsParams.ts +12 -0
  1025. package/bundle/src/codex-protocol/v2/ThreadInjectItemsResponse.ts +5 -0
  1026. package/bundle/src/codex-protocol/v2/ThreadItem.ts +156 -0
  1027. package/bundle/src/codex-protocol/v2/ThreadListParams.ts +55 -0
  1028. package/bundle/src/codex-protocol/v2/ThreadListResponse.ts +20 -0
  1029. package/bundle/src/codex-protocol/v2/ThreadLoadedListParams.ts +14 -0
  1030. package/bundle/src/codex-protocol/v2/ThreadLoadedListResponse.ts +15 -0
  1031. package/bundle/src/codex-protocol/v2/ThreadMetadataGitInfoUpdateParams.ts +21 -0
  1032. package/bundle/src/codex-protocol/v2/ThreadMetadataUpdateParams.ts +14 -0
  1033. package/bundle/src/codex-protocol/v2/ThreadMetadataUpdateResponse.ts +6 -0
  1034. package/bundle/src/codex-protocol/v2/ThreadNameUpdatedNotification.ts +5 -0
  1035. package/bundle/src/codex-protocol/v2/ThreadReadParams.ts +11 -0
  1036. package/bundle/src/codex-protocol/v2/ThreadReadResponse.ts +6 -0
  1037. package/bundle/src/codex-protocol/v2/ThreadRealtimeAudioChunk.ts +14 -0
  1038. package/bundle/src/codex-protocol/v2/ThreadRealtimeClosedNotification.ts +8 -0
  1039. package/bundle/src/codex-protocol/v2/ThreadRealtimeErrorNotification.ts +8 -0
  1040. package/bundle/src/codex-protocol/v2/ThreadRealtimeItemAddedNotification.ts +9 -0
  1041. package/bundle/src/codex-protocol/v2/ThreadRealtimeOutputAudioDeltaNotification.ts +12 -0
  1042. package/bundle/src/codex-protocol/v2/ThreadRealtimeSdpNotification.ts +8 -0
  1043. package/bundle/src/codex-protocol/v2/ThreadRealtimeStartTransport.ts +17 -0
  1044. package/bundle/src/codex-protocol/v2/ThreadRealtimeStartedNotification.ts +13 -0
  1045. package/bundle/src/codex-protocol/v2/ThreadRealtimeTranscriptDeltaNotification.ts +16 -0
  1046. package/bundle/src/codex-protocol/v2/ThreadRealtimeTranscriptDoneNotification.ts +16 -0
  1047. package/bundle/src/codex-protocol/v2/ThreadResumeParams.ts +39 -0
  1048. package/bundle/src/codex-protocol/v2/ThreadResumeResponse.ts +30 -0
  1049. package/bundle/src/codex-protocol/v2/ThreadRollbackParams.ts +14 -0
  1050. package/bundle/src/codex-protocol/v2/ThreadRollbackResponse.ts +15 -0
  1051. package/bundle/src/codex-protocol/v2/ThreadSetNameParams.ts +5 -0
  1052. package/bundle/src/codex-protocol/v2/ThreadSetNameResponse.ts +5 -0
  1053. package/bundle/src/codex-protocol/v2/ThreadShellCommandParams.ts +14 -0
  1054. package/bundle/src/codex-protocol/v2/ThreadShellCommandResponse.ts +5 -0
  1055. package/bundle/src/codex-protocol/v2/ThreadSortKey.ts +5 -0
  1056. package/bundle/src/codex-protocol/v2/ThreadSource.ts +5 -0
  1057. package/bundle/src/codex-protocol/v2/ThreadSourceKind.ts +15 -0
  1058. package/bundle/src/codex-protocol/v2/ThreadStartParams.ts +33 -0
  1059. package/bundle/src/codex-protocol/v2/ThreadStartResponse.ts +30 -0
  1060. package/bundle/src/codex-protocol/v2/ThreadStartSource.ts +5 -0
  1061. package/bundle/src/codex-protocol/v2/ThreadStartedNotification.ts +6 -0
  1062. package/bundle/src/codex-protocol/v2/ThreadStatus.ts +10 -0
  1063. package/bundle/src/codex-protocol/v2/ThreadStatusChangedNotification.ts +6 -0
  1064. package/bundle/src/codex-protocol/v2/ThreadTokenUsage.ts +10 -0
  1065. package/bundle/src/codex-protocol/v2/ThreadTokenUsageUpdatedNotification.ts +10 -0
  1066. package/bundle/src/codex-protocol/v2/ThreadUnarchiveParams.ts +5 -0
  1067. package/bundle/src/codex-protocol/v2/ThreadUnarchiveResponse.ts +6 -0
  1068. package/bundle/src/codex-protocol/v2/ThreadUnarchivedNotification.ts +5 -0
  1069. package/bundle/src/codex-protocol/v2/ThreadUnsubscribeParams.ts +5 -0
  1070. package/bundle/src/codex-protocol/v2/ThreadUnsubscribeResponse.ts +6 -0
  1071. package/bundle/src/codex-protocol/v2/ThreadUnsubscribeStatus.ts +5 -0
  1072. package/bundle/src/codex-protocol/v2/TokenUsageBreakdown.ts +11 -0
  1073. package/bundle/src/codex-protocol/v2/ToolRequestUserInputAnswer.ts +8 -0
  1074. package/bundle/src/codex-protocol/v2/ToolRequestUserInputOption.ts +8 -0
  1075. package/bundle/src/codex-protocol/v2/ToolRequestUserInputParams.ts +14 -0
  1076. package/bundle/src/codex-protocol/v2/ToolRequestUserInputQuestion.ts +16 -0
  1077. package/bundle/src/codex-protocol/v2/ToolRequestUserInputResponse.ts +11 -0
  1078. package/bundle/src/codex-protocol/v2/ToolsV2.ts +6 -0
  1079. package/bundle/src/codex-protocol/v2/Turn.ts +36 -0
  1080. package/bundle/src/codex-protocol/v2/TurnCompletedNotification.ts +6 -0
  1081. package/bundle/src/codex-protocol/v2/TurnDiffUpdatedNotification.ts +9 -0
  1082. package/bundle/src/codex-protocol/v2/TurnEnvironmentParams.ts +6 -0
  1083. package/bundle/src/codex-protocol/v2/TurnError.ts +10 -0
  1084. package/bundle/src/codex-protocol/v2/TurnInterruptParams.ts +5 -0
  1085. package/bundle/src/codex-protocol/v2/TurnInterruptResponse.ts +5 -0
  1086. package/bundle/src/codex-protocol/v2/TurnItemsView.ts +5 -0
  1087. package/bundle/src/codex-protocol/v2/TurnPlanStep.ts +6 -0
  1088. package/bundle/src/codex-protocol/v2/TurnPlanStepStatus.ts +5 -0
  1089. package/bundle/src/codex-protocol/v2/TurnPlanUpdatedNotification.ts +11 -0
  1090. package/bundle/src/codex-protocol/v2/TurnStartParams.ts +48 -0
  1091. package/bundle/src/codex-protocol/v2/TurnStartResponse.ts +6 -0
  1092. package/bundle/src/codex-protocol/v2/TurnStartedNotification.ts +6 -0
  1093. package/bundle/src/codex-protocol/v2/TurnStatus.ts +5 -0
  1094. package/bundle/src/codex-protocol/v2/TurnSteerParams.ts +13 -0
  1095. package/bundle/src/codex-protocol/v2/TurnSteerResponse.ts +5 -0
  1096. package/bundle/src/codex-protocol/v2/UserInput.ts +18 -0
  1097. package/bundle/src/codex-protocol/v2/WarningNotification.ts +14 -0
  1098. package/bundle/src/codex-protocol/v2/WebSearchAction.ts +9 -0
  1099. package/bundle/src/codex-protocol/v2/WindowsSandboxReadiness.ts +5 -0
  1100. package/bundle/src/codex-protocol/v2/WindowsSandboxReadinessResponse.ts +6 -0
  1101. package/bundle/src/codex-protocol/v2/WindowsSandboxSetupCompletedNotification.ts +10 -0
  1102. package/bundle/src/codex-protocol/v2/WindowsSandboxSetupMode.ts +5 -0
  1103. package/bundle/src/codex-protocol/v2/WindowsSandboxSetupStartParams.ts +10 -0
  1104. package/bundle/src/codex-protocol/v2/WindowsSandboxSetupStartResponse.ts +5 -0
  1105. package/bundle/src/codex-protocol/v2/WindowsWorldWritableWarningNotification.ts +9 -0
  1106. package/bundle/src/codex-protocol/v2/WriteStatus.ts +5 -0
  1107. package/bundle/src/codex-protocol/v2/index.ts +446 -0
  1108. package/bundle/src/i18n/sd.generated.ts +36 -4
  1109. package/bundle/src/migrations/20260518145411_alter_tokens_add2_drop4_alter1.ts +23 -0
  1110. package/bundle/src/migrations/20260520112853_alter_request_logs_add3_alter1.ts +17 -0
  1111. package/bundle/src/migrations/20260520124755_alter_request_logs_drop1_alter1.ts +15 -0
  1112. package/bundle/src/migrations/20260520130420_create__request_log_steps.ts +33 -0
  1113. package/bundle/src/migrations/20260520134908_alter_request_logs_add2_alter8.ts +44 -0
  1114. package/bundle/src/migrations/20260520134909_alter_request_log_steps_add1_alter3.ts +23 -0
  1115. package/bundle/src/migrations/20260520141449_alter_request_logs_add1_alter1.ts +15 -0
  1116. package/bundle/src/migrations/20260521134025_alter_request_log_steps_alter1.ts +13 -0
  1117. package/bundle/src/migrations/20260521134026_alter_request_log_steps_foreigns.ts +17 -0
  1118. package/bundle/src/migrations/20260522181721_alter_request_log_steps_add2_alter1.ts +16 -0
  1119. package/bundle/src/sonamu.config.ts +50 -51
  1120. package/bundle/src/typings/sonamu.d.ts +1 -1
  1121. package/bundle/src/utils/providers/common/credentials.ts +26 -0
  1122. package/bundle/src/utils/providers/common/model-cost.ts +65 -0
  1123. package/bundle/src/utils/providers/common/provider-dispatcher.ts +36 -0
  1124. package/bundle/src/utils/providers/common/strictifier.ts +128 -0
  1125. package/bundle/src/utils/providers/common/token-picker.ts +18 -0
  1126. package/bundle/src/utils/providers/openai/codex-rpc.ts +236 -0
  1127. package/bundle/src/utils/providers/openai/codex-worker.ts +469 -0
  1128. package/bundle/src/utils/providers/openai/openai-constants.ts +5 -0
  1129. package/bundle/src/utils/providers/openai/openai-dispatcher.ts +453 -0
  1130. package/bundle/src/utils/providers/openai/openai-refresh.ts +134 -0
  1131. package/bundle/web-dist/client/assets/index-B5DSo5uH.css +1 -0
  1132. package/bundle/web-dist/client/assets/index-ZV-tHpAg.js +78 -0
  1133. package/bundle/web-dist/client/assets/logs-HJYkbqom.js +1 -0
  1134. package/bundle/web-dist/client/assets/routes-BMRwPj6F.js +5 -0
  1135. package/bundle/web-dist/client/assets/sd.generated-7jzAQL2_.js +51 -0
  1136. package/bundle/web-dist/client/assets/services.generated-Bx1Eh7ot.js +1 -0
  1137. package/bundle/web-dist/client/assets/{show-WxeogUIk.js → show-DI6iWDzV.js} +3 -2
  1138. package/bundle/web-dist/client/assets/tokens-Cg1f0Ga2.js +1 -0
  1139. package/bundle/web-dist/client/index.html +3 -3
  1140. package/bundle/web-dist/server/assets/{lazyRouteComponent-CcyhCAoL.js → lazyRouteComponent-BEaI4mOq.js} +2 -2
  1141. package/bundle/web-dist/server/assets/logs-Xt934T5f.js +371 -0
  1142. package/bundle/web-dist/server/assets/{routes-DQh4d03H.js → routes-B7QYbNIv.js} +149 -92
  1143. package/bundle/web-dist/server/assets/{sd.generated-CkiEsOwK.js → sd.generated-BeUHLWKH.js} +538 -163
  1144. package/bundle/web-dist/server/assets/{services.generated-Q2ZIxMdn.js → services.generated-C39hdSv0.js} +164 -34
  1145. package/bundle/web-dist/server/assets/{shim-BYpcQGN1.js → shim-B9ZrFt3Z.js} +1 -1
  1146. package/bundle/web-dist/server/assets/{show-j1j13Hq1.js → show-Dxz6UJnD.js} +508 -150
  1147. package/bundle/web-dist/server/assets/tokens-IPwv3pNB.js +477 -0
  1148. package/bundle/web-dist/server/entry-server.generated.js +157 -197
  1149. package/dist/cli.js +35 -16
  1150. package/package.json +2 -2
  1151. package/bundle/web-dist/client/assets/copy-DdGJDXSK.js +0 -1
  1152. package/bundle/web-dist/client/assets/index-D-D8GkQh.css +0 -1
  1153. package/bundle/web-dist/client/assets/index-DxJOOfGV.js +0 -78
  1154. package/bundle/web-dist/client/assets/logs-D83MPvLO.js +0 -1
  1155. package/bundle/web-dist/client/assets/routes-C1PeZiBp.js +0 -5
  1156. package/bundle/web-dist/client/assets/sd.generated-C9WnMJm4.js +0 -47
  1157. package/bundle/web-dist/client/assets/services.generated-BV5C1PQa.js +0 -1
  1158. package/bundle/web-dist/client/assets/tokens--RfCPd1y.js +0 -1
  1159. package/bundle/web-dist/server/assets/copy-SIUvcEcZ.js +0 -42
  1160. package/bundle/web-dist/server/assets/logs-9j6ES80h.js +0 -361
  1161. package/bundle/web-dist/server/assets/tokens-hSHCLF_7.js +0 -861
@@ -1,4 +1,4 @@
1
- import{n as e,r as t,t as n}from"./rolldown-runtime-Dw2cE7zH.js";import{l as r}from"./vendor-tanstack-DJRQAbrY.js";import{i,r as a}from"./vendor-react-DH4kUfK2.js";import{t as o}from"./index-DxJOOfGV.js";import{n as s}from"./services.generated-BV5C1PQa.js";import{n as c,t as l}from"./copy-DdGJDXSK.js";function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},u.apply(null,arguments)}function d(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var f=t(i()),p=a(),m={},h=(0,f.createContext)(m),g=(e,t)=>u({},e,t),_=()=>(0,f.useContext)(h),v=(0,f.createContext)(()=>{});v.displayName=`JVR.DispatchShowTools`;function y(){return(0,f.useReducer)(g,m)}function b(){return(0,f.useContext)(v)}var x=e=>{var{initial:t,dispatch:n,children:r}=e;return(0,p.jsx)(h.Provider,{value:t,children:(0,p.jsx)(v.Provider,{value:n,children:r})})};x.displayName=`JVR.ShowTools`;var S={},C=(0,f.createContext)(S),w=(e,t)=>u({},e,t),T=()=>(0,f.useContext)(C),E=(0,f.createContext)(()=>{});E.displayName=`JVR.DispatchExpands`;function D(){return(0,f.useReducer)(w,S)}function O(){return(0,f.useContext)(E)}var k=e=>{var{initial:t,dispatch:n,children:r}=e;return(0,p.jsx)(C.Provider,{value:t,children:(0,p.jsx)(E.Provider,{value:n,children:r})})};k.displayName=`JVR.Expands`;var ee={Str:{as:`span`,"data-type":`string`,style:{color:`var(--w-rjv-type-string-color, #cb4b16)`},className:`w-rjv-type`,children:`string`},Url:{as:`a`,style:{color:`var(--w-rjv-type-url-color, #0969da)`},"data-type":`url`,className:`w-rjv-type`,children:`url`},Undefined:{style:{color:`var(--w-rjv-type-undefined-color, #586e75)`},as:`span`,"data-type":`undefined`,className:`w-rjv-type`,children:`undefined`},Null:{style:{color:`var(--w-rjv-type-null-color, #d33682)`},as:`span`,"data-type":`null`,className:`w-rjv-type`,children:`null`},Map:{style:{color:`var(--w-rjv-type-map-color, #268bd2)`,marginRight:3},as:`span`,"data-type":`map`,className:`w-rjv-type`,children:`Map`},Nan:{style:{color:`var(--w-rjv-type-nan-color, #859900)`},as:`span`,"data-type":`nan`,className:`w-rjv-type`,children:`NaN`},Bigint:{style:{color:`var(--w-rjv-type-bigint-color, #268bd2)`},as:`span`,"data-type":`bigint`,className:`w-rjv-type`,children:`bigint`},Int:{style:{color:`var(--w-rjv-type-int-color, #268bd2)`},as:`span`,"data-type":`int`,className:`w-rjv-type`,children:`int`},Set:{style:{color:`var(--w-rjv-type-set-color, #268bd2)`,marginRight:3},as:`span`,"data-type":`set`,className:`w-rjv-type`,children:`Set`},Float:{style:{color:`var(--w-rjv-type-float-color, #859900)`},as:`span`,"data-type":`float`,className:`w-rjv-type`,children:`float`},True:{style:{color:`var(--w-rjv-type-boolean-color, #2aa198)`},as:`span`,"data-type":`bool`,className:`w-rjv-type`,children:`bool`},False:{style:{color:`var(--w-rjv-type-boolean-color, #2aa198)`},as:`span`,"data-type":`bool`,className:`w-rjv-type`,children:`bool`},Date:{style:{color:`var(--w-rjv-type-date-color, #268bd2)`},as:`span`,"data-type":`date`,className:`w-rjv-type`,children:`date`}},te=(0,f.createContext)(ee),A=(e,t)=>u({},e,t),j=()=>(0,f.useContext)(te),ne=(0,f.createContext)(()=>{});ne.displayName=`JVR.DispatchTypes`;function re(){return(0,f.useReducer)(A,ee)}function ie(){return(0,f.useContext)(ne)}function ae(e){var{initial:t,dispatch:n,children:r}=e;return(0,p.jsx)(te.Provider,{value:t,children:(0,p.jsx)(ne.Provider,{value:n,children:r})})}ae.displayName=`JVR.Types`;var oe=[`style`];function se(e){var{style:t}=e,n=d(e,oe);return(0,p.jsx)(`svg`,u({viewBox:`0 0 24 24`,fill:`var(--w-rjv-arrow-color, currentColor)`,style:u({cursor:`pointer`,height:`1em`,width:`1em`,userSelect:`none`,display:`inline-flex`},t)},n,{children:(0,p.jsx)(`path`,{d:`M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z`})}))}se.displayName=`JVR.TriangleArrow`;var ce={Arrow:{as:`span`,className:`w-rjv-arrow`,style:{transform:`rotate(0deg)`,transition:`all 0.3s`},children:(0,p.jsx)(se,{})},Colon:{as:`span`,style:{color:`var(--w-rjv-colon-color, var(--w-rjv-color))`,marginLeft:0,marginRight:2},className:`w-rjv-colon`,children:`:`},Quote:{as:`span`,style:{color:`var(--w-rjv-quotes-color, #236a7c)`},className:`w-rjv-quotes`,children:`"`},ValueQuote:{as:`span`,style:{color:`var(--w-rjv-quotes-string-color, #cb4b16)`},className:`w-rjv-quotes`,children:`"`},BracketsLeft:{as:`span`,style:{color:`var(--w-rjv-brackets-color, #236a7c)`},className:`w-rjv-brackets-start`,children:`[`},BracketsRight:{as:`span`,style:{color:`var(--w-rjv-brackets-color, #236a7c)`},className:`w-rjv-brackets-end`,children:`]`},BraceLeft:{as:`span`,style:{color:`var(--w-rjv-curlybraces-color, #236a7c)`},className:`w-rjv-curlybraces-start`,children:`{`},BraceRight:{as:`span`,style:{color:`var(--w-rjv-curlybraces-color, #236a7c)`},className:`w-rjv-curlybraces-end`,children:`}`}},le=(0,f.createContext)(ce),ue=(e,t)=>u({},e,t),M=()=>(0,f.useContext)(le),de=(0,f.createContext)(()=>{});de.displayName=`JVR.DispatchSymbols`;function fe(){return(0,f.useReducer)(ue,ce)}function pe(){return(0,f.useContext)(de)}var me=e=>{var{initial:t,dispatch:n,children:r}=e;return(0,p.jsx)(le.Provider,{value:t,children:(0,p.jsx)(de.Provider,{value:n,children:r})})};me.displayName=`JVR.Symbols`;var he={Copied:{className:`w-rjv-copied`,style:{height:`1em`,width:`1em`,cursor:`pointer`,verticalAlign:`middle`,marginLeft:5}},CountInfo:{as:`span`,className:`w-rjv-object-size`,style:{color:`var(--w-rjv-info-color, #0000004d)`,paddingLeft:8,fontStyle:`italic`}},CountInfoExtra:{as:`span`,className:`w-rjv-object-extra`,style:{paddingLeft:8}},Ellipsis:{as:`span`,style:{cursor:`pointer`,color:`var(--w-rjv-ellipsis-color, #cb4b16)`,userSelect:`none`},className:`w-rjv-ellipsis`,children:`...`},Row:{as:`div`,className:`w-rjv-line`},KeyName:{as:`span`,className:`w-rjv-object-key`}},ge=(0,f.createContext)(he),_e=(e,t)=>u({},e,t),N=()=>(0,f.useContext)(ge),ve=(0,f.createContext)(()=>{});ve.displayName=`JVR.DispatchSection`;function ye(){return(0,f.useReducer)(_e,he)}function be(){return(0,f.useContext)(ve)}var xe=e=>{var{initial:t,dispatch:n,children:r}=e;return(0,p.jsx)(ge.Provider,{value:t,children:(0,p.jsx)(ve.Provider,{value:n,children:r})})};xe.displayName=`JVR.Section`;var Se={objectSortKeys:!1,indentWidth:15},Ce=(0,f.createContext)(Se);Ce.displayName=`JVR.Context`;var we=(0,f.createContext)(()=>{});we.displayName=`JVR.DispatchContext`;function Te(e,t){return u({},e,t)}var Ee=()=>(0,f.useContext)(Ce),De=e=>{var{children:t,initialState:n,initialTypes:r}=e,[i,a]=(0,f.useReducer)(Te,Object.assign({},Se,n)),[o,s]=y(),[c,l]=D(),[d,m]=re(),[h,g]=fe(),[_,v]=ye();return(0,f.useEffect)(()=>a(u({},n)),[n]),(0,p.jsx)(Ce.Provider,{value:i,children:(0,p.jsx)(we.Provider,{value:a,children:(0,p.jsx)(x,{initial:o,dispatch:s,children:(0,p.jsx)(k,{initial:c,dispatch:l,children:(0,p.jsx)(ae,{initial:u({},d,r),dispatch:m,children:(0,p.jsx)(me,{initial:h,dispatch:g,children:(0,p.jsx)(xe,{initial:_,dispatch:v,children:t})})})})})})})};De.displayName=`JVR.Provider`;function Oe(e){if(e==null)throw TypeError(`Cannot destructure `+e)}var ke=[`isNumber`,`value`,`parentValue`,`keyName`,`keys`],Ae=[`as`,`render`],je=[`as`,`render`],Me=[`as`,`render`],Ne=[`as`,`style`,`render`],Pe=[`as`,`render`],Fe=[`as`,`render`],Ie=[`as`,`render`],Le=[`as`,`render`],Re=e=>{var{Quote:t={}}=M(),{isNumber:n,value:r,parentValue:i,keyName:a,keys:o}=e,s=d(e,ke);if(n)return null;var{as:c,render:l}=t,f=d(t,Ae),m=c||`span`,h=u({},s,f);return typeof h.children==`string`&&(h.children=h.children.trim()||void 0),l&&typeof l==`function`&&l(h,{value:r,parentValue:i,keyName:a,keys:o||(a?[a]:[])})||(0,p.jsx)(m,u({},h))};Re.displayName=`JVR.Quote`;var ze=e=>{var{ValueQuote:t={}}=M(),n=u({},(Oe(e),e)),{as:r,render:i}=t,a=d(t,je),o=r||`span`,s=u({},n,a);return i&&typeof i==`function`&&i(s,{})||(0,p.jsx)(o,u({},s))};ze.displayName=`JVR.ValueQuote`;var Be=e=>{var{value:t,parentValue:n,keyName:r,keys:i}=e,{Colon:a={}}=M(),{as:o,render:s}=a,c=d(a,Me),l=o||`span`;return s&&typeof s==`function`&&s(c,{value:t,parentValue:n,keyName:r,keys:i||(r?[r]:[])})||(0,p.jsx)(l,u({},c))};Be.displayName=`JVR.Colon`;var Ve=e=>{var{Arrow:t={}}=M(),n=T(),{expandKey:r,style:i,value:a,parentValue:o,keyName:s,keys:c}=e,l=!!n[r],{as:f,style:m,render:h}=t,g=d(t,Ne),_=f||`span`,v=h&&typeof h==`function`,y=u({},g,{"data-expanded":l,style:u({},m,i)});return v&&h(y,{value:a,parentValue:o,keyName:s,keys:c||(s?[s]:[])})||(0,p.jsx)(_,u({},g,{style:u({},m,i)}))};Ve.displayName=`JVR.Arrow`;var He=e=>{var{isBrackets:t,value:n,parentValue:r,keyName:i,keys:a}=e,{BracketsLeft:o={},BraceLeft:s={}}=M(),c={value:n,parentValue:r,keyName:i,keys:a||(i?[i]:[])};if(t){var{as:l,render:f}=o,m=d(o,Pe),h=l||`span`;return f&&typeof f==`function`&&f(m,c)||(0,p.jsx)(h,u({},m))}var{as:g,render:_}=s,v=d(s,Fe),y=g||`span`;return _&&typeof _==`function`&&_(v,c)||(0,p.jsx)(y,u({},v))};He.displayName=`JVR.BracketsOpen`;var Ue=e=>{var{isBrackets:t,isVisiable:n,value:r,parentValue:i,keyName:a,keys:o}=e,s={value:r,parentValue:i,keyName:a,keys:o||(a?[a]:[])};if(!n)return null;var{BracketsRight:c={},BraceRight:l={}}=M();if(t){var{as:f,render:m}=c,h=d(c,Ie),g=f||`span`;return m&&typeof m==`function`&&m(h,s)||(0,p.jsx)(g,u({},h))}var{as:_,render:v}=l,y=d(l,Le),b=_||`span`;return v&&typeof v==`function`&&v(y,s)||(0,p.jsx)(b,u({},y))};Ue.displayName=`JVR.BracketsClose`;var We=e=>{var{keyName:t,value:n,expandKey:r,parentValue:i,level:a,keys:o=[]}=e,s=T(),{collapsed:c,shouldExpandNodeInitially:l}=Ee(),d=typeof c==`boolean`?c:typeof c==`number`?a>c:!1,f=s[r]??(l?!1:d),m=l&&l(!f,{value:n,keys:o,level:a,keyName:t,parentValue:i});if(l&&c===!1){if(s[r]===void 0&&!m)return null}else if(s[r]===void 0&&m)return null;var h=Object.keys(n).length;if(f||h===0)return null;var g={paddingLeft:4},_={keyName:t,value:n,keys:o,parentValue:i},v=Array.isArray(n),y=n instanceof Set;return(0,p.jsx)(`div`,{style:g,children:(0,p.jsx)(Ue,u({isBrackets:v||y},_,{isVisiable:!0}))})};We.displayName=`JVR.NestedClose`;var Ge=[`as`,`render`],Ke=[`as`,`render`],qe=[`as`,`render`],Je=[`as`,`render`],Ye=[`as`,`render`],Xe=[`as`,`render`],Ze=[`as`,`render`],Qe=[`as`,`render`],$e=[`as`,`render`],et=[`as`,`render`],tt=[`as`,`render`],nt=[`as`,`render`],rt=[`as`,`render`],it=e=>{if(e===void 0)return`0n`;if(typeof e==`string`)try{e=BigInt(e)}catch{return`0n`}return e?e.toString()+`n`:`0n`},at=e=>{var{value:t,keyName:n}=e,{Set:r={},displayDataTypes:i}=j();if(!(t instanceof Set)||!i)return null;var{as:a,render:o}=r,s=d(r,Ge);return o&&typeof o==`function`&&o(s,{type:`type`,value:t,keyName:n})||(0,p.jsx)(a||`span`,u({},s))};at.displayName=`JVR.SetComp`;var ot=e=>{var{value:t,keyName:n}=e,{Map:r={},displayDataTypes:i}=j();if(!(t instanceof Map)||!i)return null;var{as:a,render:o}=r,s=d(r,Ke);return o&&typeof o==`function`&&o(s,{type:`type`,value:t,keyName:n})||(0,p.jsx)(a||`span`,u({},s))};ot.displayName=`JVR.MapComp`;var P={opacity:.75,paddingRight:4},st=e=>{var{children:t=``,keyName:n,keys:r}=e,{Str:i={},displayDataTypes:a}=j(),{shortenTextAfterLength:o=30,stringEllipsis:s=`...`}=Ee(),{as:c,render:l}=i,m=d(i,qe),h=t,[g,_]=(0,f.useState)(o&&h.length>o);(0,f.useEffect)(()=>_(o&&h.length>o),[o]);var v=c||`span`,y=u({},P,i.style||{});o>0&&(m.style=u({},m.style,{cursor:h.length<=o?`initial`:`pointer`}),h.length>o&&(m.onClick=()=>{_(!g)}));var b=g?``+h.slice(0,o)+s:h,x=l&&typeof l==`function`,S=x&&l(u({},m,{style:y}),{type:`type`,value:t,keyName:n,keys:r}),C=g?`w-rjv-value w-rjv-value-short`:`w-rjv-value`,w=x&&l(u({},m,{children:b,className:C}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(S||(0,p.jsx)(v,u({},m,{style:y}))),w||(0,p.jsxs)(f.Fragment,{children:[(0,p.jsx)(ze,{}),(0,p.jsx)(v,u({},m,{className:C,children:b})),(0,p.jsx)(ze,{})]})]})};st.displayName=`JVR.TypeString`;var ct=e=>{var{children:t,keyName:n,keys:r}=e,{True:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,Je),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_||(0,p.jsx)(l,u({},c,{className:`w-rjv-value`,children:t?.toString()}))]})};ct.displayName=`JVR.TypeTrue`;var lt=e=>{var{children:t,keyName:n,keys:r}=e,{False:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,Ye),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_||(0,p.jsx)(l,u({},c,{className:`w-rjv-value`,children:t?.toString()}))]})};lt.displayName=`JVR.TypeFalse`;var ut=e=>{var{children:t,keyName:n,keys:r}=e,{Float:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,Xe),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_||(0,p.jsx)(l,u({},c,{className:`w-rjv-value`,children:t?.toString()}))]})};ut.displayName=`JVR.TypeFloat`;var dt=e=>{var{children:t,keyName:n,keys:r}=e,{Int:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,Ze),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_||(0,p.jsx)(l,u({},c,{className:`w-rjv-value`,children:t?.toString()}))]})};dt.displayName=`JVR.TypeInt`;var ft=e=>{var{children:t,keyName:n,keys:r}=e,{Bigint:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,Qe),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_||(0,p.jsx)(l,u({},c,{className:`w-rjv-value`,children:it(t?.toString())}))]})};ft.displayName=`JVR.TypeFloat`;var pt=e=>{var{children:t,keyName:n,keys:r}=e,{Url:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,$e),l=o||`span`,m=u({},P,i.style),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t?.href,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_||(0,p.jsxs)(`a`,u({href:t?.href,target:`_blank`},c,{className:`w-rjv-value`,children:[(0,p.jsx)(ze,{}),t?.href,(0,p.jsx)(ze,{})]}))]})};pt.displayName=`JVR.TypeUrl`;var mt=e=>{var{children:t,keyName:n,keys:r}=e,{Date:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,et),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=t instanceof Date?t.toLocaleString():t,v=h&&s(u({},c,{children:_,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),v||(0,p.jsx)(l,u({},c,{className:`w-rjv-value`,children:_}))]})};mt.displayName=`JVR.TypeDate`;var ht=e=>{var{children:t,keyName:n,keys:r}=e,{Undefined:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,tt),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_]})};ht.displayName=`JVR.TypeUndefined`;var gt=e=>{var{children:t,keyName:n,keys:r}=e,{Null:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,nt),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_]})};gt.displayName=`JVR.TypeNull`;var _t=e=>{var{children:t,keyName:n,keys:r}=e,{Nan:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,rt),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t?.toString(),className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_]})};_t.displayName=`JVR.TypeNan`;var vt=e=>Number(e)===e&&e%1!=0||isNaN(e),yt=e=>{var{value:t,keyName:n,keys:r}=e,i={keyName:n,keys:r};return t instanceof URL?(0,p.jsx)(pt,u({},i,{children:t})):typeof t==`string`?(0,p.jsx)(st,u({},i,{children:t})):t===!0?(0,p.jsx)(ct,u({},i,{children:t})):t===!1?(0,p.jsx)(lt,u({},i,{children:t})):t===null?(0,p.jsx)(gt,u({},i,{children:t})):t===void 0?(0,p.jsx)(ht,u({},i,{children:t})):t instanceof Date?(0,p.jsx)(mt,u({},i,{children:t})):typeof t==`number`&&isNaN(t)?(0,p.jsx)(_t,u({},i,{children:t})):typeof t==`number`&&vt(t)?(0,p.jsx)(ut,u({},i,{children:t})):typeof t==`bigint`?(0,p.jsx)(ft,u({},i,{children:t})):typeof t==`number`?(0,p.jsx)(dt,u({},i,{children:t})):null};yt.displayName=`JVR.Value`;function bt(e,t,n){var r=pe(),i=u({},e,t,{className:[e.className,t.className].filter(Boolean).join(` `),style:u({},e.style,t.style),children:t.children||e.children});(0,f.useEffect)(()=>r({[n]:i}),[t])}function F(e,t,n){var r=ie(),i=u({},e,t,{className:[e.className,t.className].filter(Boolean).join(` `),style:u({},e.style,t.style),children:t.children||e.children});(0,f.useEffect)(()=>r({[n]:i}),[t])}function xt(e,t,n){var r=be(),i=u({},e,t,{className:[e.className,t.className].filter(Boolean).join(` `),style:u({},e.style,t.style),children:t.children||e.children});(0,f.useEffect)(()=>r({[n]:i}),[t])}var St=[`as`,`render`],Ct=e=>{var{KeyName:t={}}=N();return xt(t,e,`KeyName`),null};Ct.displayName=`JVR.KeyName`;var wt=e=>{var{children:t,value:n,parentValue:r,keyName:i,keys:a}=e,o={color:typeof t==`number`?`var(--w-rjv-key-number, #268bd2)`:`var(--w-rjv-key-string, #002b36)`},{KeyName:s={}}=N(),{as:c,render:l}=s,f=d(s,St);f.style=u({},f.style,o);var m=c||`span`;return l&&typeof l==`function`&&l(u({},f,{children:t}),{value:n,parentValue:r,keyName:i,keys:a||(i?[i]:[])})||(0,p.jsx)(m,u({},f,{children:t}))};wt.displayName=`JVR.KeyNameComp`;var Tt=[`children`,`value`,`parentValue`,`keyName`,`keys`],Et=[`as`,`render`,`children`],Dt=e=>{var{Row:t={}}=N();return xt(t,e,`Row`),null};Dt.displayName=`JVR.Row`;var Ot=e=>{var{children:t,value:n,parentValue:r,keyName:i,keys:a}=e,o=d(e,Tt),{Row:s={}}=N(),{as:c,render:l}=s,f=d(s,Et),m=c||`div`;return l&&typeof l==`function`&&l(u({},o,f,{children:t}),{value:n,keyName:i,parentValue:r,keys:a})||(0,p.jsx)(m,u({},o,f,{children:t}))};Ot.displayName=`JVR.RowComp`;function kt(e){var t=(0,f.useRef)();return(0,f.useEffect)(()=>{t.current=e}),t.current}function At(e){var{value:t,highlightUpdates:n,highlightContainer:r}=e,i=kt(t),a=(0,f.useMemo)(()=>{if(!n||i===void 0)return!1;if(typeof t!=typeof i)return!0;if(typeof t==`number`)return isNaN(t)&&isNaN(i)?!1:t!==i;if(Array.isArray(t)!==Array.isArray(i))return!0;if(typeof t==`object`||typeof t==`function`)return!1;if(t!==i)return!0},[n,t]);(0,f.useEffect)(()=>{r&&r.current&&a&&`animate`in r.current&&r.current.animate([{backgroundColor:`var(--w-rjv-update-color, #ebcb8b)`},{backgroundColor:``}],{duration:1e3,easing:`ease-in`})},[a,t,r])}var jt=[`keyName`,`value`,`parentValue`,`expandKey`,`keys`,`beforeCopy`],Mt=[`as`,`render`],Nt=e=>{var{keyName:t,value:n,parentValue:r,expandKey:i,keys:a,beforeCopy:o}=e,s=d(e,jt),{onCopied:c,enableClipboard:l,beforeCopy:m}=Ee(),h=_()[i],[g,v]=(0,f.useState)(!1),{Copied:y={}}=N(),b=y?.beforeCopy;if(l===!1||!h)return null;var x={style:{display:`inline-flex`},fill:g?`var(--w-rjv-copied-success-color, #28a745)`:`var(--w-rjv-copied-color, currentColor)`,onClick:e=>{e.stopPropagation();var s=``;s=typeof n==`number`&&n===1/0?`Infinity`:typeof n==`number`&&isNaN(n)?`NaN`:typeof n==`bigint`?it(n):n instanceof Date?n.toLocaleString():JSON.stringify(n,(e,t)=>typeof t==`bigint`?it(t):t,2);var l=o||b||m;l&&typeof l==`function`&&(s=l(s,t,n,r,i,a)),c&&c(s,n),v(!0),(navigator.clipboard||{writeText(e){return new Promise((t,n)=>{var r=document.createElement(`textarea`);r.style.position=`absolute`,r.style.opacity=`0`,r.style.left=`-99999999px`,r.value=e,document.body.appendChild(r),r.select(),document.execCommand(`copy`)?t():n(),r.remove()})}}).writeText(s).then(()=>{var e=setTimeout(()=>{v(!1),clearTimeout(e)},3e3)}).catch(e=>{})}},{render:S}=y,C=d(y,Mt),w=u({},C,s,x,{style:u({},C.style,s.style,x.style)});return S&&typeof S==`function`&&S(u({},w,{"data-copied":g}),{value:n,keyName:t,keys:a,parentValue:r})||(g?(0,p.jsx)(`svg`,u({viewBox:`0 0 32 36`},w,{children:(0,p.jsx)(`path`,{d:`M27.5,33 L2.5,33 L2.5,12.5 L27.5,12.5 L27.5,15.2249049 C29.1403264,13.8627542 29.9736597,13.1778155 30,13.1700887 C30,11.9705278 30,10.0804982 30,7.5 C30,6.1 28.9,5 27.5,5 L20,5 C20,2.2 17.8,0 15,0 C12.2,0 10,2.2 10,5 L2.5,5 C1.1,5 0,6.1 0,7.5 L0,33 C0,34.4 1.1,36 2.5,36 L27.5,36 C28.9,36 30,34.4 30,33 L30,26.1114493 L27.5,28.4926435 L27.5,33 Z M7.5,7.5 L10,7.5 C10,7.5 12.5,6.4 12.5,5 C12.5,3.6 13.6,2.5 15,2.5 C16.4,2.5 17.5,3.6 17.5,5 C17.5,6.4 18.8,7.5 20,7.5 L22.5,7.5 C22.5,7.5 25,8.6 25,10 L5,10 C5,8.5 6.1,7.5 7.5,7.5 Z M5,27.5 L10,27.5 L10,25 L5,25 L5,27.5 Z M28.5589286,16 L32,19.6 L21.0160714,30.5382252 L13.5303571,24.2571429 L17.1303571,20.6571429 L21.0160714,24.5428571 L28.5589286,16 Z M17.5,15 L5,15 L5,17.5 L17.5,17.5 L17.5,15 Z M10,20 L5,20 L5,22.5 L10,22.5 L10,20 Z`})})):(0,p.jsx)(`svg`,u({viewBox:`0 0 32 36`},w,{children:(0,p.jsx)(`path`,{d:`M27.5,33 L2.5,33 L2.5,12.5 L27.5,12.5 L27.5,20 L30,20 L30,7.5 C30,6.1 28.9,5 27.5,5 L20,5 C20,2.2 17.8,0 15,0 C12.2,0 10,2.2 10,5 L2.5,5 C1.1,5 0,6.1 0,7.5 L0,33 C0,34.4 1.1,36 2.5,36 L27.5,36 C28.9,36 30,34.4 30,33 L30,29 L27.5,29 L27.5,33 Z M7.5,7.5 L10,7.5 C10,7.5 12.5,6.4 12.5,5 C12.5,3.6 13.6,2.5 15,2.5 C16.4,2.5 17.5,3.6 17.5,5 C17.5,6.4 18.8,7.5 20,7.5 L22.5,7.5 C22.5,7.5 25,8.6 25,10 L5,10 C5,8.5 6.1,7.5 7.5,7.5 Z M5,27.5 L10,27.5 L10,25 L5,25 L5,27.5 Z M22.5,21.5 L22.5,16.5 L12.5,24 L22.5,31.5 L22.5,26.5 L32,26.5 L32,21.5 L22.5,21.5 Z M17.5,15 L5,15 L5,17.5 L17.5,17.5 L17.5,15 Z M10,20 L5,20 L5,22.5 L10,22.5 L10,20 Z`})})))};Nt.displayName=`JVR.Copied`;function Pt(){var e=(0,f.useRef)(null);return e.current===null&&(e.current=`custom-id-`+Math.random().toString(36).substr(2,9)),e.current}var Ft=e=>{var{keyName:t,value:n,expandKey:r=``,level:i,keys:a=[],parentValue:o}=e,s=T(),{objectSortKeys:c,indentWidth:l,collapsed:u,shouldExpandNodeInitially:d}=Ee(),f=typeof u==`boolean`?u:typeof u==`number`?i>u:!1,m=s[r]??(d?!1:f),h=d&&d(!m,{value:n,keys:a,level:i,keyName:t,parentValue:o});if(d&&u===!1){if(s[r]===void 0&&!h)return null}else if(s[r]===void 0&&h)return null;if(m)return null;var g=Array.isArray(n)?Object.entries(n).map(e=>[Number(e[0]),e[1]]):Object.entries(n);return c&&(g=c===!0?g.sort((e,t)=>{var[n]=e,[r]=t;return typeof n==`string`&&typeof r==`string`?n.localeCompare(r):0}):g.sort((e,t)=>{var[n,r]=e,[i,a]=t;return typeof n==`string`&&typeof i==`string`?c(n,i,r,a):0})),(0,p.jsx)(`div`,{className:`w-rjv-wrap`,style:{borderLeft:`var(--w-rjv-border-left-width, 1px) var(--w-rjv-line-style, solid) var(--w-rjv-line-color, #ebebeb)`,paddingLeft:l,marginLeft:6},children:g.map((e,t)=>{var[r,o]=e;return(0,p.jsx)(Lt,{parentValue:n,keyName:r,keys:[...a,r],value:o,level:i},t)})})};Ft.displayName=`JVR.KeyValues`;var It=e=>{var{keyName:t,parentValue:n,keys:r,value:i}=e,{highlightUpdates:a}=Ee(),o=typeof t==`number`,s=(0,f.useRef)(null);At({value:i,highlightUpdates:a,highlightContainer:s});var c={keyName:t,value:i,keys:r,parentValue:n};return(0,p.jsxs)(f.Fragment,{children:[(0,p.jsxs)(`span`,{ref:s,children:[(0,p.jsx)(Re,u({isNumber:o,"data-placement":`left`},c)),(0,p.jsx)(wt,u({},c,{children:t})),(0,p.jsx)(Re,u({isNumber:o,"data-placement":`right`},c))]}),(0,p.jsx)(Be,u({},c))]})};It.displayName=`JVR.KayName`;var Lt=e=>{var{keyName:t,value:n,parentValue:r,level:i=0,keys:a=[]}=e,o=b(),s=Pt(),c=Array.isArray(n),l=n instanceof Set,d=n instanceof Map,f=n instanceof Date,m=n instanceof URL;return n&&typeof n==`object`&&!c&&!l&&!d&&!f&&!m||c||l||d?(0,p.jsx)(Zt,{keyName:t,value:l?Array.from(n):d?Object.fromEntries(n):n,parentValue:r,initialValue:n,keys:a,level:i+1}):(0,p.jsxs)(Ot,u({className:`w-rjv-line`,value:n,keyName:t,keys:a,parentValue:r},{onMouseEnter:()=>o({[s]:!0}),onMouseLeave:()=>o({[s]:!1})},{children:[(0,p.jsx)(It,{keyName:t,value:n,keys:a,parentValue:r}),(0,p.jsx)(yt,{keyName:t,value:n,keys:a}),(0,p.jsx)(Nt,{keyName:t,value:n,keys:a,parentValue:r,expandKey:s})]}))};Lt.displayName=`JVR.KeyValuesItem`;var Rt=[`value`,`keyName`],zt=[`as`,`render`],Bt=e=>{var{CountInfoExtra:t={}}=N();return xt(t,e,`CountInfoExtra`),null};Bt.displayName=`JVR.CountInfoExtra`;var Vt=e=>{var{value:t={},keyName:n}=e,r=d(e,Rt),{CountInfoExtra:i={}}=N(),{as:a,render:o}=i,s=d(i,zt);if(!o&&!s.children)return null;var c=a||`span`,l=o&&typeof o==`function`,f=u({},s,r);return l&&o(f,{value:t,keyName:n})||(0,p.jsx)(c,u({},f))};Vt.displayName=`JVR.CountInfoExtraComps`;var Ht=[`value`,`keyName`],Ut=[`as`,`render`],Wt=e=>{var{CountInfo:t={}}=N();return xt(t,e,`CountInfo`),null};Wt.displayName=`JVR.CountInfo`;var Gt=e=>{var{value:t={},keyName:n}=e,r=d(e,Ht),{displayObjectSize:i}=Ee(),{CountInfo:a={}}=N();if(!i)return null;var{as:o,render:s}=a,c=d(a,Ut),l=o||`span`;c.style=u({},c.style,e.style);var f=Object.keys(t).length;c.children||=f+` item`+(f===1?``:`s`);var m=u({},c,r);return s&&typeof s==`function`&&s(u({},m,{"data-length":f}),{value:t,keyName:n})||(0,p.jsx)(l,u({},m))};Gt.displayName=`JVR.CountInfoComp`;var Kt=[`as`,`render`],qt=e=>{var{Ellipsis:t={}}=N();return xt(t,e,`Ellipsis`),null};qt.displayName=`JVR.Ellipsis`;var Jt=e=>{var{isExpanded:t,value:n,keyName:r}=e,{Ellipsis:i={}}=N(),{as:a,render:o}=i,s=d(i,Kt),c=a||`span`;return o&&typeof o==`function`&&o(u({},s,{"data-expanded":t}),{value:n,keyName:r})||(!t||typeof n==`object`&&Object.keys(n).length==0?null:(0,p.jsx)(c,u({},s)))};Jt.displayName=`JVR.EllipsisComp`;var Yt=e=>{var{keyName:t,expandKey:n,keys:r=[],initialValue:i,value:a,parentValue:o,level:s}=e,c=T(),l=O(),{onExpand:d,collapsed:f,shouldExpandNodeInitially:m}=Ee(),h=typeof f==`boolean`?f:typeof f==`number`?s>f:!1,g=c[n]??(m?!1:h),_=m&&m(!g,{value:a,keys:r,level:s,keyName:t,parentValue:o});c[n]===void 0&&m&&(g=!_);var v=()=>{var e={expand:!g,value:a,keyid:n,keyName:t};d&&d(e),l({[n]:e.expand})},y={display:`inline-flex`,alignItems:`center`},b={transform:`rotate(`+(g?`-90`:`0`)+`deg)`,transition:`all 0.3s`},x=Object.keys(a).length,S=typeof a==`object`,C=Array.isArray(a),w=a instanceof Set,E=x!==0&&(C||w||S),D={style:y};E&&(D.onClick=v);var k={keyName:t,value:a,keys:r,parentValue:o};return(0,p.jsxs)(`span`,u({},D,{children:[E&&(0,p.jsx)(Ve,u({style:b,expandKey:n},k)),(t||typeof t==`number`)&&(0,p.jsx)(It,u({},k)),(0,p.jsx)(at,{value:i,keyName:t}),(0,p.jsx)(ot,{value:i,keyName:t}),(0,p.jsx)(He,u({isBrackets:C||w},k)),(0,p.jsx)(Jt,{keyName:t,value:a,isExpanded:g}),(0,p.jsx)(Ue,u({isVisiable:g||!E,isBrackets:C||w},k)),(0,p.jsx)(Gt,{value:a,keyName:t}),(0,p.jsx)(Vt,{value:a,keyName:t}),(0,p.jsx)(Nt,{keyName:t,value:a,expandKey:n,parentValue:o,keys:r})]}))};Yt.displayName=`JVR.NestedOpen`;var Xt=[`className`,`children`,`parentValue`,`keyid`,`level`,`value`,`initialValue`,`keys`,`keyName`],Zt=(0,f.forwardRef)((e,t)=>{var{className:n=``,parentValue:r,level:i=1,value:a,initialValue:o,keys:s,keyName:c}=e,l=d(e,Xt),f=b(),m=Pt();return(0,p.jsxs)(`div`,u({className:[n,`w-rjv-inner`].filter(Boolean).join(` `),ref:t},l,{onMouseEnter:()=>f({[m]:!0}),onMouseLeave:()=>f({[m]:!1})},{children:[(0,p.jsx)(Yt,{expandKey:m,value:a,level:i,keys:s,parentValue:r,keyName:c,initialValue:o}),(0,p.jsx)(Ft,{expandKey:m,value:a,level:i,keys:s,parentValue:r,keyName:c}),(0,p.jsx)(We,{expandKey:m,value:a,level:i,keys:s,parentValue:r,keyName:c})]}))});Zt.displayName=`JVR.Container`;var Qt=e=>{var{BraceLeft:t={}}=M();return bt(t,e,`BraceLeft`),null};Qt.displayName=`JVR.BraceLeft`;var $t=e=>{var{BraceRight:t={}}=M();return bt(t,e,`BraceRight`),null};$t.displayName=`JVR.BraceRight`;var en=e=>{var{BracketsLeft:t={}}=M();return bt(t,e,`BracketsLeft`),null};en.displayName=`JVR.BracketsLeft`;var tn=e=>{var{BracketsRight:t={}}=M();return bt(t,e,`BracketsRight`),null};tn.displayName=`JVR.BracketsRight`;var nn=e=>{var{Arrow:t={}}=M();return bt(t,e,`Arrow`),null};nn.displayName=`JVR.Arrow`;var rn=e=>{var{Colon:t={}}=M();return bt(t,e,`Colon`),null};rn.displayName=`JVR.Colon`;var an=e=>{var{Quote:t={}}=M();return bt(t,e,`Quote`),null};an.displayName=`JVR.Quote`;var on=e=>{var{ValueQuote:t={}}=M();return bt(t,e,`ValueQuote`),null};on.displayName=`JVR.ValueQuote`;var sn=e=>{var{Bigint:t={}}=j();return F(t,e,`Bigint`),null};sn.displayName=`JVR.Bigint`;var cn=e=>{var{Date:t={}}=j();return F(t,e,`Date`),null};cn.displayName=`JVR.Date`;var ln=e=>{var{False:t={}}=j();return F(t,e,`False`),null};ln.displayName=`JVR.False`;var un=e=>{var{Float:t={}}=j();return F(t,e,`Float`),null};un.displayName=`JVR.Float`;var dn=e=>{var{Int:t={}}=j();return F(t,e,`Int`),null};dn.displayName=`JVR.Int`;var fn=e=>{var{Map:t={}}=j();return F(t,e,`Map`),null};fn.displayName=`JVR.Map`;var pn=e=>{var{Nan:t={}}=j();return F(t,e,`Nan`),null};pn.displayName=`JVR.Nan`;var mn=e=>{var{Null:t={}}=j();return F(t,e,`Null`),null};mn.displayName=`JVR.Null`;var hn=e=>{var{Set:t={}}=j();return F(t,e,`Set`),null};hn.displayName=`JVR.Set`;var gn=e=>{var{Str:t={}}=j();return F(t,e,`Str`),null};gn.displayName=`JVR.StringText`;var _n=e=>{var{True:t={}}=j();return F(t,e,`True`),null};_n.displayName=`JVR.True`;var vn=e=>{var{Undefined:t={}}=j();return F(t,e,`Undefined`),null};vn.displayName=`JVR.Undefined`;var yn=e=>{var{Url:t={}}=j();return F(t,e,`Url`),null};yn.displayName=`JVR.Url`;var bn=e=>{var{Copied:t={}}=N();return xt(t,e,`Copied`),null};bn.displayName=`JVR.Copied`;var xn=[`className`,`style`,`value`,`children`,`collapsed`,`shouldExpandNodeInitially`,`indentWidth`,`displayObjectSize`,`shortenTextAfterLength`,`stringEllipsis`,`highlightUpdates`,`enableClipboard`,`displayDataTypes`,`objectSortKeys`,`onExpand`,`onCopied`,`beforeCopy`],I=(0,f.forwardRef)((e,t)=>{var{className:n=``,style:r,value:i,children:a,collapsed:o=!1,shouldExpandNodeInitially:s,indentWidth:c=15,displayObjectSize:l=!0,shortenTextAfterLength:f=30,stringEllipsis:m,highlightUpdates:h=!0,enableClipboard:g=!0,displayDataTypes:_=!0,objectSortKeys:v=!1,onExpand:y,onCopied:b,beforeCopy:x}=e,S=d(e,xn),C=u({lineHeight:1.4,fontFamily:`var(--w-rjv-font-family, Menlo, monospace)`,color:`var(--w-rjv-color, #002b36)`,backgroundColor:`var(--w-rjv-background-color, #00000000)`,fontSize:13},r),w=[`w-json-view-container`,`w-rjv`,n].filter(Boolean).join(` `);return(0,p.jsxs)(De,{initialState:{value:i,objectSortKeys:v,indentWidth:c,shouldExpandNodeInitially:o===!1?s:void 0,displayObjectSize:l,collapsed:o,enableClipboard:g,shortenTextAfterLength:f,stringEllipsis:m,highlightUpdates:h,onCopied:b,onExpand:y,beforeCopy:x},initialTypes:{displayDataTypes:_},children:[(0,p.jsx)(Zt,u({value:i},S,{ref:t,className:w,style:C})),a]})});I.Bigint=sn,I.Date=cn,I.False=ln,I.Float=un,I.Int=dn,I.Map=fn,I.Nan=pn,I.Null=mn,I.Set=hn,I.String=gn,I.True=_n,I.Undefined=vn,I.Url=yn,I.ValueQuote=on,I.Arrow=nn,I.Colon=rn,I.Quote=an,I.Ellipsis=qt,I.BraceLeft=Qt,I.BraceRight=$t,I.BracketsLeft=en,I.BracketsRight=tn,I.Copied=bn,I.CountInfo=Wt,I.CountInfoExtra=Bt,I.KeyName=Ct,I.Row=Dt,I.displayName=`JVR.JsonView`;var Sn={"--w-rjv-font-family":`monospace`,"--w-rjv-color":`#002b36`,"--w-rjv-key-string":`#002b36`,"--w-rjv-background-color":`#ffffff`,"--w-rjv-line-color":`#ebebeb`,"--w-rjv-arrow-color":`var(--w-rjv-color)`,"--w-rjv-edit-color":`var(--w-rjv-color)`,"--w-rjv-info-color":`#0000004d`,"--w-rjv-update-color":`#ebcb8b`,"--w-rjv-copied-color":`#002b36`,"--w-rjv-copied-success-color":`#28a745`,"--w-rjv-curlybraces-color":`#236a7c`,"--w-rjv-colon-color":`#002b36`,"--w-rjv-brackets-color":`#236a7c`,"--w-rjv-quotes-color":`var(--w-rjv-key-string)`,"--w-rjv-quotes-string-color":`var(--w-rjv-type-string-color)`,"--w-rjv-type-string-color":`#cb4b16`,"--w-rjv-type-int-color":`#268bd2`,"--w-rjv-type-float-color":`#859900`,"--w-rjv-type-bigint-color":`#268bd2`,"--w-rjv-type-boolean-color":`#2aa198`,"--w-rjv-type-date-color":`#586e75`,"--w-rjv-type-url-color":`#0969da`,"--w-rjv-type-null-color":`#d33682`,"--w-rjv-type-nan-color":`#859900`,"--w-rjv-type-undefined-color":`#586e75`};function Cn(e,t){let n=t||{};return(e[e.length-1]===``?[...e,``]:e).join((n.padRight?` `:``)+`,`+(n.padLeft===!1?``:` `)).trim()}var wn=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,Tn=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,En={};function Dn(e,t){return((t||En).jsx?Tn:wn).test(e)}var On=/[ \t\n\f\r]/g;function kn(e){return typeof e==`object`?e.type===`text`?An(e.value):!1:An(e)}function An(e){return e.replace(On,``)===``}var jn=class{constructor(e,t,n){this.normal=t,this.property=e,n&&(this.space=n)}};jn.prototype.normal={},jn.prototype.property={},jn.prototype.space=void 0;function Mn(e,t){let n={},r={};for(let t of e)Object.assign(n,t.property),Object.assign(r,t.normal);return new jn(n,r,t)}function Nn(e){return e.toLowerCase()}var L=class{constructor(e,t){this.attribute=t,this.property=e}};L.prototype.attribute=``,L.prototype.booleanish=!1,L.prototype.boolean=!1,L.prototype.commaOrSpaceSeparated=!1,L.prototype.commaSeparated=!1,L.prototype.defined=!1,L.prototype.mustUseProperty=!1,L.prototype.number=!1,L.prototype.overloadedBoolean=!1,L.prototype.property=``,L.prototype.spaceSeparated=!1,L.prototype.space=void 0;var Pn=e({boolean:()=>R,booleanish:()=>z,commaOrSpaceSeparated:()=>H,commaSeparated:()=>Ln,number:()=>B,overloadedBoolean:()=>In,spaceSeparated:()=>V}),Fn=0,R=Rn(),z=Rn(),In=Rn(),B=Rn(),V=Rn(),Ln=Rn(),H=Rn();function Rn(){return 2**++Fn}var zn=Object.keys(Pn),Bn=class extends L{constructor(e,t,n,r){let i=-1;if(super(e,t),Vn(this,`space`,r),typeof n==`number`)for(;++i<zn.length;){let e=zn[i];Vn(this,zn[i],(n&Pn[e])===Pn[e])}}};Bn.prototype.defined=!0;function Vn(e,t,n){n&&(e[t]=n)}function Hn(e){let t={},n={};for(let[r,i]of Object.entries(e.properties)){let a=new Bn(r,e.transform(e.attributes||{},r),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[Nn(r)]=r,n[Nn(a.attribute)]=r}return new jn(t,n,e.space)}var Un=Hn({properties:{ariaActiveDescendant:null,ariaAtomic:z,ariaAutoComplete:null,ariaBusy:z,ariaChecked:z,ariaColCount:B,ariaColIndex:B,ariaColSpan:B,ariaControls:V,ariaCurrent:null,ariaDescribedBy:V,ariaDetails:null,ariaDisabled:z,ariaDropEffect:V,ariaErrorMessage:null,ariaExpanded:z,ariaFlowTo:V,ariaGrabbed:z,ariaHasPopup:null,ariaHidden:z,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:V,ariaLevel:B,ariaLive:null,ariaModal:z,ariaMultiLine:z,ariaMultiSelectable:z,ariaOrientation:null,ariaOwns:V,ariaPlaceholder:null,ariaPosInSet:B,ariaPressed:z,ariaReadOnly:z,ariaRelevant:null,ariaRequired:z,ariaRoleDescription:V,ariaRowCount:B,ariaRowIndex:B,ariaRowSpan:B,ariaSelected:z,ariaSetSize:B,ariaSort:null,ariaValueMax:B,ariaValueMin:B,ariaValueNow:B,ariaValueText:null,role:null},transform(e,t){return t===`role`?t:`aria-`+t.slice(4).toLowerCase()}});function Wn(e,t){return t in e?e[t]:t}function Gn(e,t){return Wn(e,t.toLowerCase())}var Kn=Hn({attributes:{acceptcharset:`accept-charset`,classname:`class`,htmlfor:`for`,httpequiv:`http-equiv`},mustUseProperty:[`checked`,`multiple`,`muted`,`selected`],properties:{abbr:null,accept:Ln,acceptCharset:V,accessKey:V,action:null,allow:null,allowFullScreen:R,allowPaymentRequest:R,allowUserMedia:R,alt:null,as:null,async:R,autoCapitalize:null,autoComplete:V,autoFocus:R,autoPlay:R,blocking:V,capture:null,charSet:null,checked:R,cite:null,className:V,cols:B,colSpan:null,content:null,contentEditable:z,controls:R,controlsList:V,coords:B|Ln,crossOrigin:null,data:null,dateTime:null,decoding:null,default:R,defer:R,dir:null,dirName:null,disabled:R,download:In,draggable:z,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:R,formTarget:null,headers:V,height:B,hidden:In,high:B,href:null,hrefLang:null,htmlFor:V,httpEquiv:V,id:null,imageSizes:null,imageSrcSet:null,inert:R,inputMode:null,integrity:null,is:null,isMap:R,itemId:null,itemProp:V,itemRef:V,itemScope:R,itemType:V,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:R,low:B,manifest:null,max:null,maxLength:B,media:null,method:null,min:null,minLength:B,multiple:R,muted:R,name:null,nonce:null,noModule:R,noValidate:R,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:R,optimum:B,pattern:null,ping:V,placeholder:null,playsInline:R,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:R,referrerPolicy:null,rel:V,required:R,reversed:R,rows:B,rowSpan:B,sandbox:V,scope:null,scoped:R,seamless:R,selected:R,shadowRootClonable:R,shadowRootDelegatesFocus:R,shadowRootMode:null,shape:null,size:B,sizes:null,slot:null,span:B,spellCheck:z,src:null,srcDoc:null,srcLang:null,srcSet:null,start:B,step:null,style:null,tabIndex:B,target:null,title:null,translate:null,type:null,typeMustMatch:R,useMap:null,value:z,width:B,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:V,axis:null,background:null,bgColor:null,border:B,borderColor:null,bottomMargin:B,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:R,declare:R,event:null,face:null,frame:null,frameBorder:null,hSpace:B,leftMargin:B,link:null,longDesc:null,lowSrc:null,marginHeight:B,marginWidth:B,noResize:R,noHref:R,noShade:R,noWrap:R,object:null,profile:null,prompt:null,rev:null,rightMargin:B,rules:null,scheme:null,scrolling:z,standby:null,summary:null,text:null,topMargin:B,valueType:null,version:null,vAlign:null,vLink:null,vSpace:B,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:R,disableRemotePlayback:R,prefix:null,property:null,results:B,security:null,unselectable:null},space:`html`,transform:Gn}),qn=Hn({attributes:{accentHeight:`accent-height`,alignmentBaseline:`alignment-baseline`,arabicForm:`arabic-form`,baselineShift:`baseline-shift`,capHeight:`cap-height`,className:`class`,clipPath:`clip-path`,clipRule:`clip-rule`,colorInterpolation:`color-interpolation`,colorInterpolationFilters:`color-interpolation-filters`,colorProfile:`color-profile`,colorRendering:`color-rendering`,crossOrigin:`crossorigin`,dataType:`datatype`,dominantBaseline:`dominant-baseline`,enableBackground:`enable-background`,fillOpacity:`fill-opacity`,fillRule:`fill-rule`,floodColor:`flood-color`,floodOpacity:`flood-opacity`,fontFamily:`font-family`,fontSize:`font-size`,fontSizeAdjust:`font-size-adjust`,fontStretch:`font-stretch`,fontStyle:`font-style`,fontVariant:`font-variant`,fontWeight:`font-weight`,glyphName:`glyph-name`,glyphOrientationHorizontal:`glyph-orientation-horizontal`,glyphOrientationVertical:`glyph-orientation-vertical`,hrefLang:`hreflang`,horizAdvX:`horiz-adv-x`,horizOriginX:`horiz-origin-x`,horizOriginY:`horiz-origin-y`,imageRendering:`image-rendering`,letterSpacing:`letter-spacing`,lightingColor:`lighting-color`,markerEnd:`marker-end`,markerMid:`marker-mid`,markerStart:`marker-start`,navDown:`nav-down`,navDownLeft:`nav-down-left`,navDownRight:`nav-down-right`,navLeft:`nav-left`,navNext:`nav-next`,navPrev:`nav-prev`,navRight:`nav-right`,navUp:`nav-up`,navUpLeft:`nav-up-left`,navUpRight:`nav-up-right`,onAbort:`onabort`,onActivate:`onactivate`,onAfterPrint:`onafterprint`,onBeforePrint:`onbeforeprint`,onBegin:`onbegin`,onCancel:`oncancel`,onCanPlay:`oncanplay`,onCanPlayThrough:`oncanplaythrough`,onChange:`onchange`,onClick:`onclick`,onClose:`onclose`,onCopy:`oncopy`,onCueChange:`oncuechange`,onCut:`oncut`,onDblClick:`ondblclick`,onDrag:`ondrag`,onDragEnd:`ondragend`,onDragEnter:`ondragenter`,onDragExit:`ondragexit`,onDragLeave:`ondragleave`,onDragOver:`ondragover`,onDragStart:`ondragstart`,onDrop:`ondrop`,onDurationChange:`ondurationchange`,onEmptied:`onemptied`,onEnd:`onend`,onEnded:`onended`,onError:`onerror`,onFocus:`onfocus`,onFocusIn:`onfocusin`,onFocusOut:`onfocusout`,onHashChange:`onhashchange`,onInput:`oninput`,onInvalid:`oninvalid`,onKeyDown:`onkeydown`,onKeyPress:`onkeypress`,onKeyUp:`onkeyup`,onLoad:`onload`,onLoadedData:`onloadeddata`,onLoadedMetadata:`onloadedmetadata`,onLoadStart:`onloadstart`,onMessage:`onmessage`,onMouseDown:`onmousedown`,onMouseEnter:`onmouseenter`,onMouseLeave:`onmouseleave`,onMouseMove:`onmousemove`,onMouseOut:`onmouseout`,onMouseOver:`onmouseover`,onMouseUp:`onmouseup`,onMouseWheel:`onmousewheel`,onOffline:`onoffline`,onOnline:`ononline`,onPageHide:`onpagehide`,onPageShow:`onpageshow`,onPaste:`onpaste`,onPause:`onpause`,onPlay:`onplay`,onPlaying:`onplaying`,onPopState:`onpopstate`,onProgress:`onprogress`,onRateChange:`onratechange`,onRepeat:`onrepeat`,onReset:`onreset`,onResize:`onresize`,onScroll:`onscroll`,onSeeked:`onseeked`,onSeeking:`onseeking`,onSelect:`onselect`,onShow:`onshow`,onStalled:`onstalled`,onStorage:`onstorage`,onSubmit:`onsubmit`,onSuspend:`onsuspend`,onTimeUpdate:`ontimeupdate`,onToggle:`ontoggle`,onUnload:`onunload`,onVolumeChange:`onvolumechange`,onWaiting:`onwaiting`,onZoom:`onzoom`,overlinePosition:`overline-position`,overlineThickness:`overline-thickness`,paintOrder:`paint-order`,panose1:`panose-1`,pointerEvents:`pointer-events`,referrerPolicy:`referrerpolicy`,renderingIntent:`rendering-intent`,shapeRendering:`shape-rendering`,stopColor:`stop-color`,stopOpacity:`stop-opacity`,strikethroughPosition:`strikethrough-position`,strikethroughThickness:`strikethrough-thickness`,strokeDashArray:`stroke-dasharray`,strokeDashOffset:`stroke-dashoffset`,strokeLineCap:`stroke-linecap`,strokeLineJoin:`stroke-linejoin`,strokeMiterLimit:`stroke-miterlimit`,strokeOpacity:`stroke-opacity`,strokeWidth:`stroke-width`,tabIndex:`tabindex`,textAnchor:`text-anchor`,textDecoration:`text-decoration`,textRendering:`text-rendering`,transformOrigin:`transform-origin`,typeOf:`typeof`,underlinePosition:`underline-position`,underlineThickness:`underline-thickness`,unicodeBidi:`unicode-bidi`,unicodeRange:`unicode-range`,unitsPerEm:`units-per-em`,vAlphabetic:`v-alphabetic`,vHanging:`v-hanging`,vIdeographic:`v-ideographic`,vMathematical:`v-mathematical`,vectorEffect:`vector-effect`,vertAdvY:`vert-adv-y`,vertOriginX:`vert-origin-x`,vertOriginY:`vert-origin-y`,wordSpacing:`word-spacing`,writingMode:`writing-mode`,xHeight:`x-height`,playbackOrder:`playbackorder`,timelineBegin:`timelinebegin`},properties:{about:H,accentHeight:B,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:B,amplitude:B,arabicForm:null,ascent:B,attributeName:null,attributeType:null,azimuth:B,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:B,by:null,calcMode:null,capHeight:B,className:V,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:B,diffuseConstant:B,direction:null,display:null,dur:null,divisor:B,dominantBaseline:null,download:R,dx:null,dy:null,edgeMode:null,editable:null,elevation:B,enableBackground:null,end:null,event:null,exponent:B,externalResourcesRequired:null,fill:null,fillOpacity:B,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Ln,g2:Ln,glyphName:Ln,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:B,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:B,horizOriginX:B,horizOriginY:B,id:null,ideographic:B,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:B,k:B,k1:B,k2:B,k3:B,k4:B,kernelMatrix:H,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:B,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:B,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:B,overlineThickness:B,paintOrder:null,panose1:null,path:null,pathLength:B,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:V,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:B,pointsAtY:B,pointsAtZ:B,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:H,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:H,rev:H,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:H,requiredFeatures:H,requiredFonts:H,requiredFormats:H,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:B,specularExponent:B,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:B,strikethroughThickness:B,string:null,stroke:null,strokeDashArray:H,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:B,strokeOpacity:B,strokeWidth:null,style:null,surfaceScale:B,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:H,tabIndex:B,tableValues:null,target:null,targetX:B,targetY:B,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:H,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:B,underlineThickness:B,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:B,values:null,vAlphabetic:B,vMathematical:B,vectorEffect:null,vHanging:B,vIdeographic:B,version:null,vertAdvY:B,vertOriginX:B,vertOriginY:B,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:B,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:`svg`,transform:Wn}),Jn=Hn({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:`xlink`,transform(e,t){return`xlink:`+t.slice(5).toLowerCase()}}),Yn=Hn({attributes:{xmlnsxlink:`xmlns:xlink`},properties:{xmlnsXLink:null,xmlns:null},space:`xmlns`,transform:Gn}),Xn=Hn({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:`xml`,transform(e,t){return`xml:`+t.slice(3).toLowerCase()}}),Zn={classId:`classID`,dataType:`datatype`,itemId:`itemID`,strokeDashArray:`strokeDasharray`,strokeDashOffset:`strokeDashoffset`,strokeLineCap:`strokeLinecap`,strokeLineJoin:`strokeLinejoin`,strokeMiterLimit:`strokeMiterlimit`,typeOf:`typeof`,xLinkActuate:`xlinkActuate`,xLinkArcRole:`xlinkArcrole`,xLinkHref:`xlinkHref`,xLinkRole:`xlinkRole`,xLinkShow:`xlinkShow`,xLinkTitle:`xlinkTitle`,xLinkType:`xlinkType`,xmlnsXLink:`xmlnsXlink`},Qn=/[A-Z]/g,$n=/-[a-z]/g,er=/^data[-\w.:]+$/i;function tr(e,t){let n=Nn(t),r=t,i=L;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)===`data`&&er.test(t)){if(t.charAt(4)===`-`){let e=t.slice(5).replace($n,rr);r=`data`+e.charAt(0).toUpperCase()+e.slice(1)}else{let e=t.slice(4);if(!$n.test(e)){let n=e.replace(Qn,nr);n.charAt(0)!==`-`&&(n=`-`+n),t=`data`+n}}i=Bn}return new i(r,t)}function nr(e){return`-`+e.toLowerCase()}function rr(e){return e.charAt(1).toUpperCase()}var ir=Mn([Un,Kn,Jn,Yn,Xn],`html`),ar=Mn([Un,qn,Jn,Yn,Xn],`svg`);function or(e){return e.join(` `).trim()}var sr=n(((e,t)=>{var n=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,r=/\n/g,i=/^\s*/,a=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,s=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,c=/^[;\s]*/,l=/^\s+|\s+$/g,u=`
1
+ import{n as e,r as t,t as n}from"./rolldown-runtime-Dw2cE7zH.js";import{l as r}from"./vendor-tanstack-DJRQAbrY.js";import{i,r as a}from"./vendor-react-DH4kUfK2.js";import{t as o}from"./index-ZV-tHpAg.js";import{t as s}from"./cost-DE_8cLD-.js";import{n as c,r as l}from"./services.generated-Bx1Eh7ot.js";function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},u.apply(null,arguments)}function d(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var f=t(i()),p=a(),m={},h=(0,f.createContext)(m),g=(e,t)=>u({},e,t),_=()=>(0,f.useContext)(h),v=(0,f.createContext)(()=>{});v.displayName=`JVR.DispatchShowTools`;function y(){return(0,f.useReducer)(g,m)}function b(){return(0,f.useContext)(v)}var x=e=>{var{initial:t,dispatch:n,children:r}=e;return(0,p.jsx)(h.Provider,{value:t,children:(0,p.jsx)(v.Provider,{value:n,children:r})})};x.displayName=`JVR.ShowTools`;var S={},C=(0,f.createContext)(S),w=(e,t)=>u({},e,t),T=()=>(0,f.useContext)(C),E=(0,f.createContext)(()=>{});E.displayName=`JVR.DispatchExpands`;function D(){return(0,f.useReducer)(w,S)}function O(){return(0,f.useContext)(E)}var k=e=>{var{initial:t,dispatch:n,children:r}=e;return(0,p.jsx)(C.Provider,{value:t,children:(0,p.jsx)(E.Provider,{value:n,children:r})})};k.displayName=`JVR.Expands`;var ee={Str:{as:`span`,"data-type":`string`,style:{color:`var(--w-rjv-type-string-color, #cb4b16)`},className:`w-rjv-type`,children:`string`},Url:{as:`a`,style:{color:`var(--w-rjv-type-url-color, #0969da)`},"data-type":`url`,className:`w-rjv-type`,children:`url`},Undefined:{style:{color:`var(--w-rjv-type-undefined-color, #586e75)`},as:`span`,"data-type":`undefined`,className:`w-rjv-type`,children:`undefined`},Null:{style:{color:`var(--w-rjv-type-null-color, #d33682)`},as:`span`,"data-type":`null`,className:`w-rjv-type`,children:`null`},Map:{style:{color:`var(--w-rjv-type-map-color, #268bd2)`,marginRight:3},as:`span`,"data-type":`map`,className:`w-rjv-type`,children:`Map`},Nan:{style:{color:`var(--w-rjv-type-nan-color, #859900)`},as:`span`,"data-type":`nan`,className:`w-rjv-type`,children:`NaN`},Bigint:{style:{color:`var(--w-rjv-type-bigint-color, #268bd2)`},as:`span`,"data-type":`bigint`,className:`w-rjv-type`,children:`bigint`},Int:{style:{color:`var(--w-rjv-type-int-color, #268bd2)`},as:`span`,"data-type":`int`,className:`w-rjv-type`,children:`int`},Set:{style:{color:`var(--w-rjv-type-set-color, #268bd2)`,marginRight:3},as:`span`,"data-type":`set`,className:`w-rjv-type`,children:`Set`},Float:{style:{color:`var(--w-rjv-type-float-color, #859900)`},as:`span`,"data-type":`float`,className:`w-rjv-type`,children:`float`},True:{style:{color:`var(--w-rjv-type-boolean-color, #2aa198)`},as:`span`,"data-type":`bool`,className:`w-rjv-type`,children:`bool`},False:{style:{color:`var(--w-rjv-type-boolean-color, #2aa198)`},as:`span`,"data-type":`bool`,className:`w-rjv-type`,children:`bool`},Date:{style:{color:`var(--w-rjv-type-date-color, #268bd2)`},as:`span`,"data-type":`date`,className:`w-rjv-type`,children:`date`}},te=(0,f.createContext)(ee),A=(e,t)=>u({},e,t),j=()=>(0,f.useContext)(te),ne=(0,f.createContext)(()=>{});ne.displayName=`JVR.DispatchTypes`;function re(){return(0,f.useReducer)(A,ee)}function ie(){return(0,f.useContext)(ne)}function ae(e){var{initial:t,dispatch:n,children:r}=e;return(0,p.jsx)(te.Provider,{value:t,children:(0,p.jsx)(ne.Provider,{value:n,children:r})})}ae.displayName=`JVR.Types`;var oe=[`style`];function se(e){var{style:t}=e,n=d(e,oe);return(0,p.jsx)(`svg`,u({viewBox:`0 0 24 24`,fill:`var(--w-rjv-arrow-color, currentColor)`,style:u({cursor:`pointer`,height:`1em`,width:`1em`,userSelect:`none`,display:`inline-flex`},t)},n,{children:(0,p.jsx)(`path`,{d:`M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z`})}))}se.displayName=`JVR.TriangleArrow`;var ce={Arrow:{as:`span`,className:`w-rjv-arrow`,style:{transform:`rotate(0deg)`,transition:`all 0.3s`},children:(0,p.jsx)(se,{})},Colon:{as:`span`,style:{color:`var(--w-rjv-colon-color, var(--w-rjv-color))`,marginLeft:0,marginRight:2},className:`w-rjv-colon`,children:`:`},Quote:{as:`span`,style:{color:`var(--w-rjv-quotes-color, #236a7c)`},className:`w-rjv-quotes`,children:`"`},ValueQuote:{as:`span`,style:{color:`var(--w-rjv-quotes-string-color, #cb4b16)`},className:`w-rjv-quotes`,children:`"`},BracketsLeft:{as:`span`,style:{color:`var(--w-rjv-brackets-color, #236a7c)`},className:`w-rjv-brackets-start`,children:`[`},BracketsRight:{as:`span`,style:{color:`var(--w-rjv-brackets-color, #236a7c)`},className:`w-rjv-brackets-end`,children:`]`},BraceLeft:{as:`span`,style:{color:`var(--w-rjv-curlybraces-color, #236a7c)`},className:`w-rjv-curlybraces-start`,children:`{`},BraceRight:{as:`span`,style:{color:`var(--w-rjv-curlybraces-color, #236a7c)`},className:`w-rjv-curlybraces-end`,children:`}`}},le=(0,f.createContext)(ce),ue=(e,t)=>u({},e,t),M=()=>(0,f.useContext)(le),de=(0,f.createContext)(()=>{});de.displayName=`JVR.DispatchSymbols`;function fe(){return(0,f.useReducer)(ue,ce)}function pe(){return(0,f.useContext)(de)}var me=e=>{var{initial:t,dispatch:n,children:r}=e;return(0,p.jsx)(le.Provider,{value:t,children:(0,p.jsx)(de.Provider,{value:n,children:r})})};me.displayName=`JVR.Symbols`;var he={Copied:{className:`w-rjv-copied`,style:{height:`1em`,width:`1em`,cursor:`pointer`,verticalAlign:`middle`,marginLeft:5}},CountInfo:{as:`span`,className:`w-rjv-object-size`,style:{color:`var(--w-rjv-info-color, #0000004d)`,paddingLeft:8,fontStyle:`italic`}},CountInfoExtra:{as:`span`,className:`w-rjv-object-extra`,style:{paddingLeft:8}},Ellipsis:{as:`span`,style:{cursor:`pointer`,color:`var(--w-rjv-ellipsis-color, #cb4b16)`,userSelect:`none`},className:`w-rjv-ellipsis`,children:`...`},Row:{as:`div`,className:`w-rjv-line`},KeyName:{as:`span`,className:`w-rjv-object-key`}},ge=(0,f.createContext)(he),_e=(e,t)=>u({},e,t),N=()=>(0,f.useContext)(ge),ve=(0,f.createContext)(()=>{});ve.displayName=`JVR.DispatchSection`;function ye(){return(0,f.useReducer)(_e,he)}function be(){return(0,f.useContext)(ve)}var xe=e=>{var{initial:t,dispatch:n,children:r}=e;return(0,p.jsx)(ge.Provider,{value:t,children:(0,p.jsx)(ve.Provider,{value:n,children:r})})};xe.displayName=`JVR.Section`;var Se={objectSortKeys:!1,indentWidth:15},Ce=(0,f.createContext)(Se);Ce.displayName=`JVR.Context`;var we=(0,f.createContext)(()=>{});we.displayName=`JVR.DispatchContext`;function Te(e,t){return u({},e,t)}var Ee=()=>(0,f.useContext)(Ce),De=e=>{var{children:t,initialState:n,initialTypes:r}=e,[i,a]=(0,f.useReducer)(Te,Object.assign({},Se,n)),[o,s]=y(),[c,l]=D(),[d,m]=re(),[h,g]=fe(),[_,v]=ye();return(0,f.useEffect)(()=>a(u({},n)),[n]),(0,p.jsx)(Ce.Provider,{value:i,children:(0,p.jsx)(we.Provider,{value:a,children:(0,p.jsx)(x,{initial:o,dispatch:s,children:(0,p.jsx)(k,{initial:c,dispatch:l,children:(0,p.jsx)(ae,{initial:u({},d,r),dispatch:m,children:(0,p.jsx)(me,{initial:h,dispatch:g,children:(0,p.jsx)(xe,{initial:_,dispatch:v,children:t})})})})})})})};De.displayName=`JVR.Provider`;function Oe(e){if(e==null)throw TypeError(`Cannot destructure `+e)}var ke=[`isNumber`,`value`,`parentValue`,`keyName`,`keys`],Ae=[`as`,`render`],je=[`as`,`render`],Me=[`as`,`render`],Ne=[`as`,`style`,`render`],Pe=[`as`,`render`],Fe=[`as`,`render`],Ie=[`as`,`render`],Le=[`as`,`render`],Re=e=>{var{Quote:t={}}=M(),{isNumber:n,value:r,parentValue:i,keyName:a,keys:o}=e,s=d(e,ke);if(n)return null;var{as:c,render:l}=t,f=d(t,Ae),m=c||`span`,h=u({},s,f);return typeof h.children==`string`&&(h.children=h.children.trim()||void 0),l&&typeof l==`function`&&l(h,{value:r,parentValue:i,keyName:a,keys:o||(a?[a]:[])})||(0,p.jsx)(m,u({},h))};Re.displayName=`JVR.Quote`;var ze=e=>{var{ValueQuote:t={}}=M(),n=u({},(Oe(e),e)),{as:r,render:i}=t,a=d(t,je),o=r||`span`,s=u({},n,a);return i&&typeof i==`function`&&i(s,{})||(0,p.jsx)(o,u({},s))};ze.displayName=`JVR.ValueQuote`;var Be=e=>{var{value:t,parentValue:n,keyName:r,keys:i}=e,{Colon:a={}}=M(),{as:o,render:s}=a,c=d(a,Me),l=o||`span`;return s&&typeof s==`function`&&s(c,{value:t,parentValue:n,keyName:r,keys:i||(r?[r]:[])})||(0,p.jsx)(l,u({},c))};Be.displayName=`JVR.Colon`;var Ve=e=>{var{Arrow:t={}}=M(),n=T(),{expandKey:r,style:i,value:a,parentValue:o,keyName:s,keys:c}=e,l=!!n[r],{as:f,style:m,render:h}=t,g=d(t,Ne),_=f||`span`,v=h&&typeof h==`function`,y=u({},g,{"data-expanded":l,style:u({},m,i)});return v&&h(y,{value:a,parentValue:o,keyName:s,keys:c||(s?[s]:[])})||(0,p.jsx)(_,u({},g,{style:u({},m,i)}))};Ve.displayName=`JVR.Arrow`;var He=e=>{var{isBrackets:t,value:n,parentValue:r,keyName:i,keys:a}=e,{BracketsLeft:o={},BraceLeft:s={}}=M(),c={value:n,parentValue:r,keyName:i,keys:a||(i?[i]:[])};if(t){var{as:l,render:f}=o,m=d(o,Pe),h=l||`span`;return f&&typeof f==`function`&&f(m,c)||(0,p.jsx)(h,u({},m))}var{as:g,render:_}=s,v=d(s,Fe),y=g||`span`;return _&&typeof _==`function`&&_(v,c)||(0,p.jsx)(y,u({},v))};He.displayName=`JVR.BracketsOpen`;var Ue=e=>{var{isBrackets:t,isVisiable:n,value:r,parentValue:i,keyName:a,keys:o}=e,s={value:r,parentValue:i,keyName:a,keys:o||(a?[a]:[])};if(!n)return null;var{BracketsRight:c={},BraceRight:l={}}=M();if(t){var{as:f,render:m}=c,h=d(c,Ie),g=f||`span`;return m&&typeof m==`function`&&m(h,s)||(0,p.jsx)(g,u({},h))}var{as:_,render:v}=l,y=d(l,Le),b=_||`span`;return v&&typeof v==`function`&&v(y,s)||(0,p.jsx)(b,u({},y))};Ue.displayName=`JVR.BracketsClose`;var We=e=>{var{keyName:t,value:n,expandKey:r,parentValue:i,level:a,keys:o=[]}=e,s=T(),{collapsed:c,shouldExpandNodeInitially:l}=Ee(),d=typeof c==`boolean`?c:typeof c==`number`?a>c:!1,f=s[r]??(l?!1:d),m=l&&l(!f,{value:n,keys:o,level:a,keyName:t,parentValue:i});if(l&&c===!1){if(s[r]===void 0&&!m)return null}else if(s[r]===void 0&&m)return null;var h=Object.keys(n).length;if(f||h===0)return null;var g={paddingLeft:4},_={keyName:t,value:n,keys:o,parentValue:i},v=Array.isArray(n),y=n instanceof Set;return(0,p.jsx)(`div`,{style:g,children:(0,p.jsx)(Ue,u({isBrackets:v||y},_,{isVisiable:!0}))})};We.displayName=`JVR.NestedClose`;var Ge=[`as`,`render`],Ke=[`as`,`render`],qe=[`as`,`render`],Je=[`as`,`render`],Ye=[`as`,`render`],Xe=[`as`,`render`],Ze=[`as`,`render`],Qe=[`as`,`render`],$e=[`as`,`render`],et=[`as`,`render`],tt=[`as`,`render`],nt=[`as`,`render`],rt=[`as`,`render`],it=e=>{if(e===void 0)return`0n`;if(typeof e==`string`)try{e=BigInt(e)}catch{return`0n`}return e?e.toString()+`n`:`0n`},at=e=>{var{value:t,keyName:n}=e,{Set:r={},displayDataTypes:i}=j();if(!(t instanceof Set)||!i)return null;var{as:a,render:o}=r,s=d(r,Ge);return o&&typeof o==`function`&&o(s,{type:`type`,value:t,keyName:n})||(0,p.jsx)(a||`span`,u({},s))};at.displayName=`JVR.SetComp`;var ot=e=>{var{value:t,keyName:n}=e,{Map:r={},displayDataTypes:i}=j();if(!(t instanceof Map)||!i)return null;var{as:a,render:o}=r,s=d(r,Ke);return o&&typeof o==`function`&&o(s,{type:`type`,value:t,keyName:n})||(0,p.jsx)(a||`span`,u({},s))};ot.displayName=`JVR.MapComp`;var P={opacity:.75,paddingRight:4},st=e=>{var{children:t=``,keyName:n,keys:r}=e,{Str:i={},displayDataTypes:a}=j(),{shortenTextAfterLength:o=30,stringEllipsis:s=`...`}=Ee(),{as:c,render:l}=i,m=d(i,qe),h=t,[g,_]=(0,f.useState)(o&&h.length>o);(0,f.useEffect)(()=>_(o&&h.length>o),[o]);var v=c||`span`,y=u({},P,i.style||{});o>0&&(m.style=u({},m.style,{cursor:h.length<=o?`initial`:`pointer`}),h.length>o&&(m.onClick=()=>{_(!g)}));var b=g?``+h.slice(0,o)+s:h,x=l&&typeof l==`function`,S=x&&l(u({},m,{style:y}),{type:`type`,value:t,keyName:n,keys:r}),C=g?`w-rjv-value w-rjv-value-short`:`w-rjv-value`,w=x&&l(u({},m,{children:b,className:C}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(S||(0,p.jsx)(v,u({},m,{style:y}))),w||(0,p.jsxs)(f.Fragment,{children:[(0,p.jsx)(ze,{}),(0,p.jsx)(v,u({},m,{className:C,children:b})),(0,p.jsx)(ze,{})]})]})};st.displayName=`JVR.TypeString`;var ct=e=>{var{children:t,keyName:n,keys:r}=e,{True:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,Je),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_||(0,p.jsx)(l,u({},c,{className:`w-rjv-value`,children:t?.toString()}))]})};ct.displayName=`JVR.TypeTrue`;var lt=e=>{var{children:t,keyName:n,keys:r}=e,{False:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,Ye),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_||(0,p.jsx)(l,u({},c,{className:`w-rjv-value`,children:t?.toString()}))]})};lt.displayName=`JVR.TypeFalse`;var ut=e=>{var{children:t,keyName:n,keys:r}=e,{Float:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,Xe),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_||(0,p.jsx)(l,u({},c,{className:`w-rjv-value`,children:t?.toString()}))]})};ut.displayName=`JVR.TypeFloat`;var dt=e=>{var{children:t,keyName:n,keys:r}=e,{Int:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,Ze),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_||(0,p.jsx)(l,u({},c,{className:`w-rjv-value`,children:t?.toString()}))]})};dt.displayName=`JVR.TypeInt`;var ft=e=>{var{children:t,keyName:n,keys:r}=e,{Bigint:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,Qe),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_||(0,p.jsx)(l,u({},c,{className:`w-rjv-value`,children:it(t?.toString())}))]})};ft.displayName=`JVR.TypeFloat`;var pt=e=>{var{children:t,keyName:n,keys:r}=e,{Url:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,$e),l=o||`span`,m=u({},P,i.style),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t?.href,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_||(0,p.jsxs)(`a`,u({href:t?.href,target:`_blank`},c,{className:`w-rjv-value`,children:[(0,p.jsx)(ze,{}),t?.href,(0,p.jsx)(ze,{})]}))]})};pt.displayName=`JVR.TypeUrl`;var mt=e=>{var{children:t,keyName:n,keys:r}=e,{Date:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,et),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=t instanceof Date?t.toLocaleString():t,v=h&&s(u({},c,{children:_,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),v||(0,p.jsx)(l,u({},c,{className:`w-rjv-value`,children:_}))]})};mt.displayName=`JVR.TypeDate`;var ht=e=>{var{children:t,keyName:n,keys:r}=e,{Undefined:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,tt),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_]})};ht.displayName=`JVR.TypeUndefined`;var gt=e=>{var{children:t,keyName:n,keys:r}=e,{Null:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,nt),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t,className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_]})};gt.displayName=`JVR.TypeNull`;var _t=e=>{var{children:t,keyName:n,keys:r}=e,{Nan:i={},displayDataTypes:a}=j(),{as:o,render:s}=i,c=d(i,rt),l=o||`span`,m=u({},P,i.style||{}),h=s&&typeof s==`function`,g=h&&s(u({},c,{style:m}),{type:`type`,value:t,keyName:n,keys:r}),_=h&&s(u({},c,{children:t?.toString(),className:`w-rjv-value`}),{type:`value`,value:t,keyName:n,keys:r});return(0,p.jsxs)(f.Fragment,{children:[a&&(g||(0,p.jsx)(l,u({},c,{style:m}))),_]})};_t.displayName=`JVR.TypeNan`;var vt=e=>Number(e)===e&&e%1!=0||isNaN(e),yt=e=>{var{value:t,keyName:n,keys:r}=e,i={keyName:n,keys:r};return t instanceof URL?(0,p.jsx)(pt,u({},i,{children:t})):typeof t==`string`?(0,p.jsx)(st,u({},i,{children:t})):t===!0?(0,p.jsx)(ct,u({},i,{children:t})):t===!1?(0,p.jsx)(lt,u({},i,{children:t})):t===null?(0,p.jsx)(gt,u({},i,{children:t})):t===void 0?(0,p.jsx)(ht,u({},i,{children:t})):t instanceof Date?(0,p.jsx)(mt,u({},i,{children:t})):typeof t==`number`&&isNaN(t)?(0,p.jsx)(_t,u({},i,{children:t})):typeof t==`number`&&vt(t)?(0,p.jsx)(ut,u({},i,{children:t})):typeof t==`bigint`?(0,p.jsx)(ft,u({},i,{children:t})):typeof t==`number`?(0,p.jsx)(dt,u({},i,{children:t})):null};yt.displayName=`JVR.Value`;function bt(e,t,n){var r=pe(),i=u({},e,t,{className:[e.className,t.className].filter(Boolean).join(` `),style:u({},e.style,t.style),children:t.children||e.children});(0,f.useEffect)(()=>r({[n]:i}),[t])}function F(e,t,n){var r=ie(),i=u({},e,t,{className:[e.className,t.className].filter(Boolean).join(` `),style:u({},e.style,t.style),children:t.children||e.children});(0,f.useEffect)(()=>r({[n]:i}),[t])}function xt(e,t,n){var r=be(),i=u({},e,t,{className:[e.className,t.className].filter(Boolean).join(` `),style:u({},e.style,t.style),children:t.children||e.children});(0,f.useEffect)(()=>r({[n]:i}),[t])}var St=[`as`,`render`],Ct=e=>{var{KeyName:t={}}=N();return xt(t,e,`KeyName`),null};Ct.displayName=`JVR.KeyName`;var wt=e=>{var{children:t,value:n,parentValue:r,keyName:i,keys:a}=e,o={color:typeof t==`number`?`var(--w-rjv-key-number, #268bd2)`:`var(--w-rjv-key-string, #002b36)`},{KeyName:s={}}=N(),{as:c,render:l}=s,f=d(s,St);f.style=u({},f.style,o);var m=c||`span`;return l&&typeof l==`function`&&l(u({},f,{children:t}),{value:n,parentValue:r,keyName:i,keys:a||(i?[i]:[])})||(0,p.jsx)(m,u({},f,{children:t}))};wt.displayName=`JVR.KeyNameComp`;var Tt=[`children`,`value`,`parentValue`,`keyName`,`keys`],Et=[`as`,`render`,`children`],Dt=e=>{var{Row:t={}}=N();return xt(t,e,`Row`),null};Dt.displayName=`JVR.Row`;var Ot=e=>{var{children:t,value:n,parentValue:r,keyName:i,keys:a}=e,o=d(e,Tt),{Row:s={}}=N(),{as:c,render:l}=s,f=d(s,Et),m=c||`div`;return l&&typeof l==`function`&&l(u({},o,f,{children:t}),{value:n,keyName:i,parentValue:r,keys:a})||(0,p.jsx)(m,u({},o,f,{children:t}))};Ot.displayName=`JVR.RowComp`;function kt(e){var t=(0,f.useRef)();return(0,f.useEffect)(()=>{t.current=e}),t.current}function At(e){var{value:t,highlightUpdates:n,highlightContainer:r}=e,i=kt(t),a=(0,f.useMemo)(()=>{if(!n||i===void 0)return!1;if(typeof t!=typeof i)return!0;if(typeof t==`number`)return isNaN(t)&&isNaN(i)?!1:t!==i;if(Array.isArray(t)!==Array.isArray(i))return!0;if(typeof t==`object`||typeof t==`function`)return!1;if(t!==i)return!0},[n,t]);(0,f.useEffect)(()=>{r&&r.current&&a&&`animate`in r.current&&r.current.animate([{backgroundColor:`var(--w-rjv-update-color, #ebcb8b)`},{backgroundColor:``}],{duration:1e3,easing:`ease-in`})},[a,t,r])}var jt=[`keyName`,`value`,`parentValue`,`expandKey`,`keys`,`beforeCopy`],Mt=[`as`,`render`],Nt=e=>{var{keyName:t,value:n,parentValue:r,expandKey:i,keys:a,beforeCopy:o}=e,s=d(e,jt),{onCopied:c,enableClipboard:l,beforeCopy:m}=Ee(),h=_()[i],[g,v]=(0,f.useState)(!1),{Copied:y={}}=N(),b=y?.beforeCopy;if(l===!1||!h)return null;var x={style:{display:`inline-flex`},fill:g?`var(--w-rjv-copied-success-color, #28a745)`:`var(--w-rjv-copied-color, currentColor)`,onClick:e=>{e.stopPropagation();var s=``;s=typeof n==`number`&&n===1/0?`Infinity`:typeof n==`number`&&isNaN(n)?`NaN`:typeof n==`bigint`?it(n):n instanceof Date?n.toLocaleString():JSON.stringify(n,(e,t)=>typeof t==`bigint`?it(t):t,2);var l=o||b||m;l&&typeof l==`function`&&(s=l(s,t,n,r,i,a)),c&&c(s,n),v(!0),(navigator.clipboard||{writeText(e){return new Promise((t,n)=>{var r=document.createElement(`textarea`);r.style.position=`absolute`,r.style.opacity=`0`,r.style.left=`-99999999px`,r.value=e,document.body.appendChild(r),r.select(),document.execCommand(`copy`)?t():n(),r.remove()})}}).writeText(s).then(()=>{var e=setTimeout(()=>{v(!1),clearTimeout(e)},3e3)}).catch(e=>{})}},{render:S}=y,C=d(y,Mt),w=u({},C,s,x,{style:u({},C.style,s.style,x.style)});return S&&typeof S==`function`&&S(u({},w,{"data-copied":g}),{value:n,keyName:t,keys:a,parentValue:r})||(g?(0,p.jsx)(`svg`,u({viewBox:`0 0 32 36`},w,{children:(0,p.jsx)(`path`,{d:`M27.5,33 L2.5,33 L2.5,12.5 L27.5,12.5 L27.5,15.2249049 C29.1403264,13.8627542 29.9736597,13.1778155 30,13.1700887 C30,11.9705278 30,10.0804982 30,7.5 C30,6.1 28.9,5 27.5,5 L20,5 C20,2.2 17.8,0 15,0 C12.2,0 10,2.2 10,5 L2.5,5 C1.1,5 0,6.1 0,7.5 L0,33 C0,34.4 1.1,36 2.5,36 L27.5,36 C28.9,36 30,34.4 30,33 L30,26.1114493 L27.5,28.4926435 L27.5,33 Z M7.5,7.5 L10,7.5 C10,7.5 12.5,6.4 12.5,5 C12.5,3.6 13.6,2.5 15,2.5 C16.4,2.5 17.5,3.6 17.5,5 C17.5,6.4 18.8,7.5 20,7.5 L22.5,7.5 C22.5,7.5 25,8.6 25,10 L5,10 C5,8.5 6.1,7.5 7.5,7.5 Z M5,27.5 L10,27.5 L10,25 L5,25 L5,27.5 Z M28.5589286,16 L32,19.6 L21.0160714,30.5382252 L13.5303571,24.2571429 L17.1303571,20.6571429 L21.0160714,24.5428571 L28.5589286,16 Z M17.5,15 L5,15 L5,17.5 L17.5,17.5 L17.5,15 Z M10,20 L5,20 L5,22.5 L10,22.5 L10,20 Z`})})):(0,p.jsx)(`svg`,u({viewBox:`0 0 32 36`},w,{children:(0,p.jsx)(`path`,{d:`M27.5,33 L2.5,33 L2.5,12.5 L27.5,12.5 L27.5,20 L30,20 L30,7.5 C30,6.1 28.9,5 27.5,5 L20,5 C20,2.2 17.8,0 15,0 C12.2,0 10,2.2 10,5 L2.5,5 C1.1,5 0,6.1 0,7.5 L0,33 C0,34.4 1.1,36 2.5,36 L27.5,36 C28.9,36 30,34.4 30,33 L30,29 L27.5,29 L27.5,33 Z M7.5,7.5 L10,7.5 C10,7.5 12.5,6.4 12.5,5 C12.5,3.6 13.6,2.5 15,2.5 C16.4,2.5 17.5,3.6 17.5,5 C17.5,6.4 18.8,7.5 20,7.5 L22.5,7.5 C22.5,7.5 25,8.6 25,10 L5,10 C5,8.5 6.1,7.5 7.5,7.5 Z M5,27.5 L10,27.5 L10,25 L5,25 L5,27.5 Z M22.5,21.5 L22.5,16.5 L12.5,24 L22.5,31.5 L22.5,26.5 L32,26.5 L32,21.5 L22.5,21.5 Z M17.5,15 L5,15 L5,17.5 L17.5,17.5 L17.5,15 Z M10,20 L5,20 L5,22.5 L10,22.5 L10,20 Z`})})))};Nt.displayName=`JVR.Copied`;function Pt(){var e=(0,f.useRef)(null);return e.current===null&&(e.current=`custom-id-`+Math.random().toString(36).substr(2,9)),e.current}var Ft=e=>{var{keyName:t,value:n,expandKey:r=``,level:i,keys:a=[],parentValue:o}=e,s=T(),{objectSortKeys:c,indentWidth:l,collapsed:u,shouldExpandNodeInitially:d}=Ee(),f=typeof u==`boolean`?u:typeof u==`number`?i>u:!1,m=s[r]??(d?!1:f),h=d&&d(!m,{value:n,keys:a,level:i,keyName:t,parentValue:o});if(d&&u===!1){if(s[r]===void 0&&!h)return null}else if(s[r]===void 0&&h)return null;if(m)return null;var g=Array.isArray(n)?Object.entries(n).map(e=>[Number(e[0]),e[1]]):Object.entries(n);return c&&(g=c===!0?g.sort((e,t)=>{var[n]=e,[r]=t;return typeof n==`string`&&typeof r==`string`?n.localeCompare(r):0}):g.sort((e,t)=>{var[n,r]=e,[i,a]=t;return typeof n==`string`&&typeof i==`string`?c(n,i,r,a):0})),(0,p.jsx)(`div`,{className:`w-rjv-wrap`,style:{borderLeft:`var(--w-rjv-border-left-width, 1px) var(--w-rjv-line-style, solid) var(--w-rjv-line-color, #ebebeb)`,paddingLeft:l,marginLeft:6},children:g.map((e,t)=>{var[r,o]=e;return(0,p.jsx)(Lt,{parentValue:n,keyName:r,keys:[...a,r],value:o,level:i},t)})})};Ft.displayName=`JVR.KeyValues`;var It=e=>{var{keyName:t,parentValue:n,keys:r,value:i}=e,{highlightUpdates:a}=Ee(),o=typeof t==`number`,s=(0,f.useRef)(null);At({value:i,highlightUpdates:a,highlightContainer:s});var c={keyName:t,value:i,keys:r,parentValue:n};return(0,p.jsxs)(f.Fragment,{children:[(0,p.jsxs)(`span`,{ref:s,children:[(0,p.jsx)(Re,u({isNumber:o,"data-placement":`left`},c)),(0,p.jsx)(wt,u({},c,{children:t})),(0,p.jsx)(Re,u({isNumber:o,"data-placement":`right`},c))]}),(0,p.jsx)(Be,u({},c))]})};It.displayName=`JVR.KayName`;var Lt=e=>{var{keyName:t,value:n,parentValue:r,level:i=0,keys:a=[]}=e,o=b(),s=Pt(),c=Array.isArray(n),l=n instanceof Set,d=n instanceof Map,f=n instanceof Date,m=n instanceof URL;return n&&typeof n==`object`&&!c&&!l&&!d&&!f&&!m||c||l||d?(0,p.jsx)(Zt,{keyName:t,value:l?Array.from(n):d?Object.fromEntries(n):n,parentValue:r,initialValue:n,keys:a,level:i+1}):(0,p.jsxs)(Ot,u({className:`w-rjv-line`,value:n,keyName:t,keys:a,parentValue:r},{onMouseEnter:()=>o({[s]:!0}),onMouseLeave:()=>o({[s]:!1})},{children:[(0,p.jsx)(It,{keyName:t,value:n,keys:a,parentValue:r}),(0,p.jsx)(yt,{keyName:t,value:n,keys:a}),(0,p.jsx)(Nt,{keyName:t,value:n,keys:a,parentValue:r,expandKey:s})]}))};Lt.displayName=`JVR.KeyValuesItem`;var Rt=[`value`,`keyName`],zt=[`as`,`render`],Bt=e=>{var{CountInfoExtra:t={}}=N();return xt(t,e,`CountInfoExtra`),null};Bt.displayName=`JVR.CountInfoExtra`;var Vt=e=>{var{value:t={},keyName:n}=e,r=d(e,Rt),{CountInfoExtra:i={}}=N(),{as:a,render:o}=i,s=d(i,zt);if(!o&&!s.children)return null;var c=a||`span`,l=o&&typeof o==`function`,f=u({},s,r);return l&&o(f,{value:t,keyName:n})||(0,p.jsx)(c,u({},f))};Vt.displayName=`JVR.CountInfoExtraComps`;var Ht=[`value`,`keyName`],Ut=[`as`,`render`],Wt=e=>{var{CountInfo:t={}}=N();return xt(t,e,`CountInfo`),null};Wt.displayName=`JVR.CountInfo`;var Gt=e=>{var{value:t={},keyName:n}=e,r=d(e,Ht),{displayObjectSize:i}=Ee(),{CountInfo:a={}}=N();if(!i)return null;var{as:o,render:s}=a,c=d(a,Ut),l=o||`span`;c.style=u({},c.style,e.style);var f=Object.keys(t).length;c.children||=f+` item`+(f===1?``:`s`);var m=u({},c,r);return s&&typeof s==`function`&&s(u({},m,{"data-length":f}),{value:t,keyName:n})||(0,p.jsx)(l,u({},m))};Gt.displayName=`JVR.CountInfoComp`;var Kt=[`as`,`render`],qt=e=>{var{Ellipsis:t={}}=N();return xt(t,e,`Ellipsis`),null};qt.displayName=`JVR.Ellipsis`;var Jt=e=>{var{isExpanded:t,value:n,keyName:r}=e,{Ellipsis:i={}}=N(),{as:a,render:o}=i,s=d(i,Kt),c=a||`span`;return o&&typeof o==`function`&&o(u({},s,{"data-expanded":t}),{value:n,keyName:r})||(!t||typeof n==`object`&&Object.keys(n).length==0?null:(0,p.jsx)(c,u({},s)))};Jt.displayName=`JVR.EllipsisComp`;var Yt=e=>{var{keyName:t,expandKey:n,keys:r=[],initialValue:i,value:a,parentValue:o,level:s}=e,c=T(),l=O(),{onExpand:d,collapsed:f,shouldExpandNodeInitially:m}=Ee(),h=typeof f==`boolean`?f:typeof f==`number`?s>f:!1,g=c[n]??(m?!1:h),_=m&&m(!g,{value:a,keys:r,level:s,keyName:t,parentValue:o});c[n]===void 0&&m&&(g=!_);var v=()=>{var e={expand:!g,value:a,keyid:n,keyName:t};d&&d(e),l({[n]:e.expand})},y={display:`inline-flex`,alignItems:`center`},b={transform:`rotate(`+(g?`-90`:`0`)+`deg)`,transition:`all 0.3s`},x=Object.keys(a).length,S=typeof a==`object`,C=Array.isArray(a),w=a instanceof Set,E=x!==0&&(C||w||S),D={style:y};E&&(D.onClick=v);var k={keyName:t,value:a,keys:r,parentValue:o};return(0,p.jsxs)(`span`,u({},D,{children:[E&&(0,p.jsx)(Ve,u({style:b,expandKey:n},k)),(t||typeof t==`number`)&&(0,p.jsx)(It,u({},k)),(0,p.jsx)(at,{value:i,keyName:t}),(0,p.jsx)(ot,{value:i,keyName:t}),(0,p.jsx)(He,u({isBrackets:C||w},k)),(0,p.jsx)(Jt,{keyName:t,value:a,isExpanded:g}),(0,p.jsx)(Ue,u({isVisiable:g||!E,isBrackets:C||w},k)),(0,p.jsx)(Gt,{value:a,keyName:t}),(0,p.jsx)(Vt,{value:a,keyName:t}),(0,p.jsx)(Nt,{keyName:t,value:a,expandKey:n,parentValue:o,keys:r})]}))};Yt.displayName=`JVR.NestedOpen`;var Xt=[`className`,`children`,`parentValue`,`keyid`,`level`,`value`,`initialValue`,`keys`,`keyName`],Zt=(0,f.forwardRef)((e,t)=>{var{className:n=``,parentValue:r,level:i=1,value:a,initialValue:o,keys:s,keyName:c}=e,l=d(e,Xt),f=b(),m=Pt();return(0,p.jsxs)(`div`,u({className:[n,`w-rjv-inner`].filter(Boolean).join(` `),ref:t},l,{onMouseEnter:()=>f({[m]:!0}),onMouseLeave:()=>f({[m]:!1})},{children:[(0,p.jsx)(Yt,{expandKey:m,value:a,level:i,keys:s,parentValue:r,keyName:c,initialValue:o}),(0,p.jsx)(Ft,{expandKey:m,value:a,level:i,keys:s,parentValue:r,keyName:c}),(0,p.jsx)(We,{expandKey:m,value:a,level:i,keys:s,parentValue:r,keyName:c})]}))});Zt.displayName=`JVR.Container`;var Qt=e=>{var{BraceLeft:t={}}=M();return bt(t,e,`BraceLeft`),null};Qt.displayName=`JVR.BraceLeft`;var $t=e=>{var{BraceRight:t={}}=M();return bt(t,e,`BraceRight`),null};$t.displayName=`JVR.BraceRight`;var en=e=>{var{BracketsLeft:t={}}=M();return bt(t,e,`BracketsLeft`),null};en.displayName=`JVR.BracketsLeft`;var tn=e=>{var{BracketsRight:t={}}=M();return bt(t,e,`BracketsRight`),null};tn.displayName=`JVR.BracketsRight`;var nn=e=>{var{Arrow:t={}}=M();return bt(t,e,`Arrow`),null};nn.displayName=`JVR.Arrow`;var rn=e=>{var{Colon:t={}}=M();return bt(t,e,`Colon`),null};rn.displayName=`JVR.Colon`;var an=e=>{var{Quote:t={}}=M();return bt(t,e,`Quote`),null};an.displayName=`JVR.Quote`;var on=e=>{var{ValueQuote:t={}}=M();return bt(t,e,`ValueQuote`),null};on.displayName=`JVR.ValueQuote`;var sn=e=>{var{Bigint:t={}}=j();return F(t,e,`Bigint`),null};sn.displayName=`JVR.Bigint`;var cn=e=>{var{Date:t={}}=j();return F(t,e,`Date`),null};cn.displayName=`JVR.Date`;var ln=e=>{var{False:t={}}=j();return F(t,e,`False`),null};ln.displayName=`JVR.False`;var un=e=>{var{Float:t={}}=j();return F(t,e,`Float`),null};un.displayName=`JVR.Float`;var dn=e=>{var{Int:t={}}=j();return F(t,e,`Int`),null};dn.displayName=`JVR.Int`;var fn=e=>{var{Map:t={}}=j();return F(t,e,`Map`),null};fn.displayName=`JVR.Map`;var pn=e=>{var{Nan:t={}}=j();return F(t,e,`Nan`),null};pn.displayName=`JVR.Nan`;var mn=e=>{var{Null:t={}}=j();return F(t,e,`Null`),null};mn.displayName=`JVR.Null`;var hn=e=>{var{Set:t={}}=j();return F(t,e,`Set`),null};hn.displayName=`JVR.Set`;var gn=e=>{var{Str:t={}}=j();return F(t,e,`Str`),null};gn.displayName=`JVR.StringText`;var _n=e=>{var{True:t={}}=j();return F(t,e,`True`),null};_n.displayName=`JVR.True`;var vn=e=>{var{Undefined:t={}}=j();return F(t,e,`Undefined`),null};vn.displayName=`JVR.Undefined`;var yn=e=>{var{Url:t={}}=j();return F(t,e,`Url`),null};yn.displayName=`JVR.Url`;var bn=e=>{var{Copied:t={}}=N();return xt(t,e,`Copied`),null};bn.displayName=`JVR.Copied`;var xn=[`className`,`style`,`value`,`children`,`collapsed`,`shouldExpandNodeInitially`,`indentWidth`,`displayObjectSize`,`shortenTextAfterLength`,`stringEllipsis`,`highlightUpdates`,`enableClipboard`,`displayDataTypes`,`objectSortKeys`,`onExpand`,`onCopied`,`beforeCopy`],I=(0,f.forwardRef)((e,t)=>{var{className:n=``,style:r,value:i,children:a,collapsed:o=!1,shouldExpandNodeInitially:s,indentWidth:c=15,displayObjectSize:l=!0,shortenTextAfterLength:f=30,stringEllipsis:m,highlightUpdates:h=!0,enableClipboard:g=!0,displayDataTypes:_=!0,objectSortKeys:v=!1,onExpand:y,onCopied:b,beforeCopy:x}=e,S=d(e,xn),C=u({lineHeight:1.4,fontFamily:`var(--w-rjv-font-family, Menlo, monospace)`,color:`var(--w-rjv-color, #002b36)`,backgroundColor:`var(--w-rjv-background-color, #00000000)`,fontSize:13},r),w=[`w-json-view-container`,`w-rjv`,n].filter(Boolean).join(` `);return(0,p.jsxs)(De,{initialState:{value:i,objectSortKeys:v,indentWidth:c,shouldExpandNodeInitially:o===!1?s:void 0,displayObjectSize:l,collapsed:o,enableClipboard:g,shortenTextAfterLength:f,stringEllipsis:m,highlightUpdates:h,onCopied:b,onExpand:y,beforeCopy:x},initialTypes:{displayDataTypes:_},children:[(0,p.jsx)(Zt,u({value:i},S,{ref:t,className:w,style:C})),a]})});I.Bigint=sn,I.Date=cn,I.False=ln,I.Float=un,I.Int=dn,I.Map=fn,I.Nan=pn,I.Null=mn,I.Set=hn,I.String=gn,I.True=_n,I.Undefined=vn,I.Url=yn,I.ValueQuote=on,I.Arrow=nn,I.Colon=rn,I.Quote=an,I.Ellipsis=qt,I.BraceLeft=Qt,I.BraceRight=$t,I.BracketsLeft=en,I.BracketsRight=tn,I.Copied=bn,I.CountInfo=Wt,I.CountInfoExtra=Bt,I.KeyName=Ct,I.Row=Dt,I.displayName=`JVR.JsonView`;var Sn={"--w-rjv-font-family":`monospace`,"--w-rjv-color":`#002b36`,"--w-rjv-key-string":`#002b36`,"--w-rjv-background-color":`#ffffff`,"--w-rjv-line-color":`#ebebeb`,"--w-rjv-arrow-color":`var(--w-rjv-color)`,"--w-rjv-edit-color":`var(--w-rjv-color)`,"--w-rjv-info-color":`#0000004d`,"--w-rjv-update-color":`#ebcb8b`,"--w-rjv-copied-color":`#002b36`,"--w-rjv-copied-success-color":`#28a745`,"--w-rjv-curlybraces-color":`#236a7c`,"--w-rjv-colon-color":`#002b36`,"--w-rjv-brackets-color":`#236a7c`,"--w-rjv-quotes-color":`var(--w-rjv-key-string)`,"--w-rjv-quotes-string-color":`var(--w-rjv-type-string-color)`,"--w-rjv-type-string-color":`#cb4b16`,"--w-rjv-type-int-color":`#268bd2`,"--w-rjv-type-float-color":`#859900`,"--w-rjv-type-bigint-color":`#268bd2`,"--w-rjv-type-boolean-color":`#2aa198`,"--w-rjv-type-date-color":`#586e75`,"--w-rjv-type-url-color":`#0969da`,"--w-rjv-type-null-color":`#d33682`,"--w-rjv-type-nan-color":`#859900`,"--w-rjv-type-undefined-color":`#586e75`};function Cn(e,t){let n=t||{};return(e[e.length-1]===``?[...e,``]:e).join((n.padRight?` `:``)+`,`+(n.padLeft===!1?``:` `)).trim()}var wn=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,Tn=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,En={};function Dn(e,t){return((t||En).jsx?Tn:wn).test(e)}var On=/[ \t\n\f\r]/g;function kn(e){return typeof e==`object`?e.type===`text`?An(e.value):!1:An(e)}function An(e){return e.replace(On,``)===``}var jn=class{constructor(e,t,n){this.normal=t,this.property=e,n&&(this.space=n)}};jn.prototype.normal={},jn.prototype.property={},jn.prototype.space=void 0;function Mn(e,t){let n={},r={};for(let t of e)Object.assign(n,t.property),Object.assign(r,t.normal);return new jn(n,r,t)}function Nn(e){return e.toLowerCase()}var L=class{constructor(e,t){this.attribute=t,this.property=e}};L.prototype.attribute=``,L.prototype.booleanish=!1,L.prototype.boolean=!1,L.prototype.commaOrSpaceSeparated=!1,L.prototype.commaSeparated=!1,L.prototype.defined=!1,L.prototype.mustUseProperty=!1,L.prototype.number=!1,L.prototype.overloadedBoolean=!1,L.prototype.property=``,L.prototype.spaceSeparated=!1,L.prototype.space=void 0;var Pn=e({boolean:()=>R,booleanish:()=>z,commaOrSpaceSeparated:()=>H,commaSeparated:()=>Ln,number:()=>B,overloadedBoolean:()=>In,spaceSeparated:()=>V}),Fn=0,R=Rn(),z=Rn(),In=Rn(),B=Rn(),V=Rn(),Ln=Rn(),H=Rn();function Rn(){return 2**++Fn}var zn=Object.keys(Pn),Bn=class extends L{constructor(e,t,n,r){let i=-1;if(super(e,t),Vn(this,`space`,r),typeof n==`number`)for(;++i<zn.length;){let e=zn[i];Vn(this,zn[i],(n&Pn[e])===Pn[e])}}};Bn.prototype.defined=!0;function Vn(e,t,n){n&&(e[t]=n)}function Hn(e){let t={},n={};for(let[r,i]of Object.entries(e.properties)){let a=new Bn(r,e.transform(e.attributes||{},r),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[Nn(r)]=r,n[Nn(a.attribute)]=r}return new jn(t,n,e.space)}var Un=Hn({properties:{ariaActiveDescendant:null,ariaAtomic:z,ariaAutoComplete:null,ariaBusy:z,ariaChecked:z,ariaColCount:B,ariaColIndex:B,ariaColSpan:B,ariaControls:V,ariaCurrent:null,ariaDescribedBy:V,ariaDetails:null,ariaDisabled:z,ariaDropEffect:V,ariaErrorMessage:null,ariaExpanded:z,ariaFlowTo:V,ariaGrabbed:z,ariaHasPopup:null,ariaHidden:z,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:V,ariaLevel:B,ariaLive:null,ariaModal:z,ariaMultiLine:z,ariaMultiSelectable:z,ariaOrientation:null,ariaOwns:V,ariaPlaceholder:null,ariaPosInSet:B,ariaPressed:z,ariaReadOnly:z,ariaRelevant:null,ariaRequired:z,ariaRoleDescription:V,ariaRowCount:B,ariaRowIndex:B,ariaRowSpan:B,ariaSelected:z,ariaSetSize:B,ariaSort:null,ariaValueMax:B,ariaValueMin:B,ariaValueNow:B,ariaValueText:null,role:null},transform(e,t){return t===`role`?t:`aria-`+t.slice(4).toLowerCase()}});function Wn(e,t){return t in e?e[t]:t}function Gn(e,t){return Wn(e,t.toLowerCase())}var Kn=Hn({attributes:{acceptcharset:`accept-charset`,classname:`class`,htmlfor:`for`,httpequiv:`http-equiv`},mustUseProperty:[`checked`,`multiple`,`muted`,`selected`],properties:{abbr:null,accept:Ln,acceptCharset:V,accessKey:V,action:null,allow:null,allowFullScreen:R,allowPaymentRequest:R,allowUserMedia:R,alt:null,as:null,async:R,autoCapitalize:null,autoComplete:V,autoFocus:R,autoPlay:R,blocking:V,capture:null,charSet:null,checked:R,cite:null,className:V,cols:B,colSpan:null,content:null,contentEditable:z,controls:R,controlsList:V,coords:B|Ln,crossOrigin:null,data:null,dateTime:null,decoding:null,default:R,defer:R,dir:null,dirName:null,disabled:R,download:In,draggable:z,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:R,formTarget:null,headers:V,height:B,hidden:In,high:B,href:null,hrefLang:null,htmlFor:V,httpEquiv:V,id:null,imageSizes:null,imageSrcSet:null,inert:R,inputMode:null,integrity:null,is:null,isMap:R,itemId:null,itemProp:V,itemRef:V,itemScope:R,itemType:V,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:R,low:B,manifest:null,max:null,maxLength:B,media:null,method:null,min:null,minLength:B,multiple:R,muted:R,name:null,nonce:null,noModule:R,noValidate:R,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:R,optimum:B,pattern:null,ping:V,placeholder:null,playsInline:R,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:R,referrerPolicy:null,rel:V,required:R,reversed:R,rows:B,rowSpan:B,sandbox:V,scope:null,scoped:R,seamless:R,selected:R,shadowRootClonable:R,shadowRootDelegatesFocus:R,shadowRootMode:null,shape:null,size:B,sizes:null,slot:null,span:B,spellCheck:z,src:null,srcDoc:null,srcLang:null,srcSet:null,start:B,step:null,style:null,tabIndex:B,target:null,title:null,translate:null,type:null,typeMustMatch:R,useMap:null,value:z,width:B,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:V,axis:null,background:null,bgColor:null,border:B,borderColor:null,bottomMargin:B,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:R,declare:R,event:null,face:null,frame:null,frameBorder:null,hSpace:B,leftMargin:B,link:null,longDesc:null,lowSrc:null,marginHeight:B,marginWidth:B,noResize:R,noHref:R,noShade:R,noWrap:R,object:null,profile:null,prompt:null,rev:null,rightMargin:B,rules:null,scheme:null,scrolling:z,standby:null,summary:null,text:null,topMargin:B,valueType:null,version:null,vAlign:null,vLink:null,vSpace:B,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:R,disableRemotePlayback:R,prefix:null,property:null,results:B,security:null,unselectable:null},space:`html`,transform:Gn}),qn=Hn({attributes:{accentHeight:`accent-height`,alignmentBaseline:`alignment-baseline`,arabicForm:`arabic-form`,baselineShift:`baseline-shift`,capHeight:`cap-height`,className:`class`,clipPath:`clip-path`,clipRule:`clip-rule`,colorInterpolation:`color-interpolation`,colorInterpolationFilters:`color-interpolation-filters`,colorProfile:`color-profile`,colorRendering:`color-rendering`,crossOrigin:`crossorigin`,dataType:`datatype`,dominantBaseline:`dominant-baseline`,enableBackground:`enable-background`,fillOpacity:`fill-opacity`,fillRule:`fill-rule`,floodColor:`flood-color`,floodOpacity:`flood-opacity`,fontFamily:`font-family`,fontSize:`font-size`,fontSizeAdjust:`font-size-adjust`,fontStretch:`font-stretch`,fontStyle:`font-style`,fontVariant:`font-variant`,fontWeight:`font-weight`,glyphName:`glyph-name`,glyphOrientationHorizontal:`glyph-orientation-horizontal`,glyphOrientationVertical:`glyph-orientation-vertical`,hrefLang:`hreflang`,horizAdvX:`horiz-adv-x`,horizOriginX:`horiz-origin-x`,horizOriginY:`horiz-origin-y`,imageRendering:`image-rendering`,letterSpacing:`letter-spacing`,lightingColor:`lighting-color`,markerEnd:`marker-end`,markerMid:`marker-mid`,markerStart:`marker-start`,navDown:`nav-down`,navDownLeft:`nav-down-left`,navDownRight:`nav-down-right`,navLeft:`nav-left`,navNext:`nav-next`,navPrev:`nav-prev`,navRight:`nav-right`,navUp:`nav-up`,navUpLeft:`nav-up-left`,navUpRight:`nav-up-right`,onAbort:`onabort`,onActivate:`onactivate`,onAfterPrint:`onafterprint`,onBeforePrint:`onbeforeprint`,onBegin:`onbegin`,onCancel:`oncancel`,onCanPlay:`oncanplay`,onCanPlayThrough:`oncanplaythrough`,onChange:`onchange`,onClick:`onclick`,onClose:`onclose`,onCopy:`oncopy`,onCueChange:`oncuechange`,onCut:`oncut`,onDblClick:`ondblclick`,onDrag:`ondrag`,onDragEnd:`ondragend`,onDragEnter:`ondragenter`,onDragExit:`ondragexit`,onDragLeave:`ondragleave`,onDragOver:`ondragover`,onDragStart:`ondragstart`,onDrop:`ondrop`,onDurationChange:`ondurationchange`,onEmptied:`onemptied`,onEnd:`onend`,onEnded:`onended`,onError:`onerror`,onFocus:`onfocus`,onFocusIn:`onfocusin`,onFocusOut:`onfocusout`,onHashChange:`onhashchange`,onInput:`oninput`,onInvalid:`oninvalid`,onKeyDown:`onkeydown`,onKeyPress:`onkeypress`,onKeyUp:`onkeyup`,onLoad:`onload`,onLoadedData:`onloadeddata`,onLoadedMetadata:`onloadedmetadata`,onLoadStart:`onloadstart`,onMessage:`onmessage`,onMouseDown:`onmousedown`,onMouseEnter:`onmouseenter`,onMouseLeave:`onmouseleave`,onMouseMove:`onmousemove`,onMouseOut:`onmouseout`,onMouseOver:`onmouseover`,onMouseUp:`onmouseup`,onMouseWheel:`onmousewheel`,onOffline:`onoffline`,onOnline:`ononline`,onPageHide:`onpagehide`,onPageShow:`onpageshow`,onPaste:`onpaste`,onPause:`onpause`,onPlay:`onplay`,onPlaying:`onplaying`,onPopState:`onpopstate`,onProgress:`onprogress`,onRateChange:`onratechange`,onRepeat:`onrepeat`,onReset:`onreset`,onResize:`onresize`,onScroll:`onscroll`,onSeeked:`onseeked`,onSeeking:`onseeking`,onSelect:`onselect`,onShow:`onshow`,onStalled:`onstalled`,onStorage:`onstorage`,onSubmit:`onsubmit`,onSuspend:`onsuspend`,onTimeUpdate:`ontimeupdate`,onToggle:`ontoggle`,onUnload:`onunload`,onVolumeChange:`onvolumechange`,onWaiting:`onwaiting`,onZoom:`onzoom`,overlinePosition:`overline-position`,overlineThickness:`overline-thickness`,paintOrder:`paint-order`,panose1:`panose-1`,pointerEvents:`pointer-events`,referrerPolicy:`referrerpolicy`,renderingIntent:`rendering-intent`,shapeRendering:`shape-rendering`,stopColor:`stop-color`,stopOpacity:`stop-opacity`,strikethroughPosition:`strikethrough-position`,strikethroughThickness:`strikethrough-thickness`,strokeDashArray:`stroke-dasharray`,strokeDashOffset:`stroke-dashoffset`,strokeLineCap:`stroke-linecap`,strokeLineJoin:`stroke-linejoin`,strokeMiterLimit:`stroke-miterlimit`,strokeOpacity:`stroke-opacity`,strokeWidth:`stroke-width`,tabIndex:`tabindex`,textAnchor:`text-anchor`,textDecoration:`text-decoration`,textRendering:`text-rendering`,transformOrigin:`transform-origin`,typeOf:`typeof`,underlinePosition:`underline-position`,underlineThickness:`underline-thickness`,unicodeBidi:`unicode-bidi`,unicodeRange:`unicode-range`,unitsPerEm:`units-per-em`,vAlphabetic:`v-alphabetic`,vHanging:`v-hanging`,vIdeographic:`v-ideographic`,vMathematical:`v-mathematical`,vectorEffect:`vector-effect`,vertAdvY:`vert-adv-y`,vertOriginX:`vert-origin-x`,vertOriginY:`vert-origin-y`,wordSpacing:`word-spacing`,writingMode:`writing-mode`,xHeight:`x-height`,playbackOrder:`playbackorder`,timelineBegin:`timelinebegin`},properties:{about:H,accentHeight:B,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:B,amplitude:B,arabicForm:null,ascent:B,attributeName:null,attributeType:null,azimuth:B,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:B,by:null,calcMode:null,capHeight:B,className:V,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:B,diffuseConstant:B,direction:null,display:null,dur:null,divisor:B,dominantBaseline:null,download:R,dx:null,dy:null,edgeMode:null,editable:null,elevation:B,enableBackground:null,end:null,event:null,exponent:B,externalResourcesRequired:null,fill:null,fillOpacity:B,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Ln,g2:Ln,glyphName:Ln,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:B,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:B,horizOriginX:B,horizOriginY:B,id:null,ideographic:B,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:B,k:B,k1:B,k2:B,k3:B,k4:B,kernelMatrix:H,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:B,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:B,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:B,overlineThickness:B,paintOrder:null,panose1:null,path:null,pathLength:B,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:V,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:B,pointsAtY:B,pointsAtZ:B,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:H,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:H,rev:H,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:H,requiredFeatures:H,requiredFonts:H,requiredFormats:H,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:B,specularExponent:B,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:B,strikethroughThickness:B,string:null,stroke:null,strokeDashArray:H,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:B,strokeOpacity:B,strokeWidth:null,style:null,surfaceScale:B,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:H,tabIndex:B,tableValues:null,target:null,targetX:B,targetY:B,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:H,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:B,underlineThickness:B,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:B,values:null,vAlphabetic:B,vMathematical:B,vectorEffect:null,vHanging:B,vIdeographic:B,version:null,vertAdvY:B,vertOriginX:B,vertOriginY:B,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:B,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:`svg`,transform:Wn}),Jn=Hn({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:`xlink`,transform(e,t){return`xlink:`+t.slice(5).toLowerCase()}}),Yn=Hn({attributes:{xmlnsxlink:`xmlns:xlink`},properties:{xmlnsXLink:null,xmlns:null},space:`xmlns`,transform:Gn}),Xn=Hn({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:`xml`,transform(e,t){return`xml:`+t.slice(3).toLowerCase()}}),Zn={classId:`classID`,dataType:`datatype`,itemId:`itemID`,strokeDashArray:`strokeDasharray`,strokeDashOffset:`strokeDashoffset`,strokeLineCap:`strokeLinecap`,strokeLineJoin:`strokeLinejoin`,strokeMiterLimit:`strokeMiterlimit`,typeOf:`typeof`,xLinkActuate:`xlinkActuate`,xLinkArcRole:`xlinkArcrole`,xLinkHref:`xlinkHref`,xLinkRole:`xlinkRole`,xLinkShow:`xlinkShow`,xLinkTitle:`xlinkTitle`,xLinkType:`xlinkType`,xmlnsXLink:`xmlnsXlink`},Qn=/[A-Z]/g,$n=/-[a-z]/g,er=/^data[-\w.:]+$/i;function tr(e,t){let n=Nn(t),r=t,i=L;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)===`data`&&er.test(t)){if(t.charAt(4)===`-`){let e=t.slice(5).replace($n,rr);r=`data`+e.charAt(0).toUpperCase()+e.slice(1)}else{let e=t.slice(4);if(!$n.test(e)){let n=e.replace(Qn,nr);n.charAt(0)!==`-`&&(n=`-`+n),t=`data`+n}}i=Bn}return new i(r,t)}function nr(e){return`-`+e.toLowerCase()}function rr(e){return e.charAt(1).toUpperCase()}var ir=Mn([Un,Kn,Jn,Yn,Xn],`html`),ar=Mn([Un,qn,Jn,Yn,Xn],`svg`);function or(e){return e.join(` `).trim()}var sr=n(((e,t)=>{var n=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,r=/\n/g,i=/^\s*/,a=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,s=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,c=/^[;\s]*/,l=/^\s+|\s+$/g,u=`
2
2
  `,d=`/`,f=`*`,p=``,m=`comment`,h=`declaration`;function g(e,t){if(typeof e!=`string`)throw TypeError(`First argument must be a string`);if(!e)return[];t||={};var l=1,g=1;function v(e){var t=e.match(r);t&&(l+=t.length);var n=e.lastIndexOf(u);g=~n?e.length-n:g+e.length}function y(){var e={line:l,column:g};return function(t){return t.position=new b(e),C(),t}}function b(e){this.start=e,this.end={line:l,column:g},this.source=t.source}b.prototype.content=e;function x(n){var r=Error(t.source+`:`+l+`:`+g+`: `+n);if(r.reason=n,r.filename=t.source,r.line=l,r.column=g,r.source=e,!t.silent)throw r}function S(t){var n=t.exec(e);if(n){var r=n[0];return v(r),e=e.slice(r.length),n}}function C(){S(i)}function w(e){var t;for(e||=[];t=T();)t!==!1&&e.push(t);return e}function T(){var t=y();if(!(d!=e.charAt(0)||f!=e.charAt(1))){for(var n=2;p!=e.charAt(n)&&(f!=e.charAt(n)||d!=e.charAt(n+1));)++n;if(n+=2,p===e.charAt(n-1))return x(`End of comment missing`);var r=e.slice(2,n-2);return g+=2,v(r),e=e.slice(n),g+=2,t({type:m,comment:r})}}function E(){var e=y(),t=S(a);if(t){if(T(),!S(o))return x(`property missing ':'`);var r=S(s),i=e({type:h,property:_(t[0].replace(n,p)),value:r?_(r[0].replace(n,p)):p});return S(c),i}}function D(){var e=[];w(e);for(var t;t=E();)t!==!1&&(e.push(t),w(e));return e}return C(),D()}function _(e){return e?e.replace(l,p):p}t.exports=g})),cr=n((e=>{var t=e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,`__esModule`,{value:!0}),e.default=r;var n=t(sr());function r(e,t){let r=null;if(!e||typeof e!=`string`)return r;let i=(0,n.default)(e),a=typeof t==`function`;return i.forEach(e=>{if(e.type!==`declaration`)return;let{property:n,value:i}=e;a?t(n,i,e):i&&(r||={},r[n]=i)}),r}})),lr=n((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.camelCase=void 0;var t=/^--[a-zA-Z0-9_-]+$/,n=/-([a-z])/g,r=/^[^-]+$/,i=/^-(webkit|moz|ms|o|khtml)-/,a=/^-(ms)-/,o=function(e){return!e||r.test(e)||t.test(e)},s=function(e,t){return t.toUpperCase()},c=function(e,t){return`${t}-`};e.camelCase=function(e,t){return t===void 0&&(t={}),o(e)?e:(e=e.toLowerCase(),e=t.reactCompat?e.replace(a,c):e.replace(i,c),e.replace(n,s))}})),ur=n(((e,t)=>{var n=(e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}})(cr()),r=lr();function i(e,t){var i={};return!e||typeof e!=`string`||(0,n.default)(e,function(e,n){e&&n&&(i[(0,r.camelCase)(e,t)]=n)}),i}i.default=i,t.exports=i})),dr=pr(`end`),fr=pr(`start`);function pr(e){return t;function t(t){let n=t&&t.position&&t.position[e]||{};if(typeof n.line==`number`&&n.line>0&&typeof n.column==`number`&&n.column>0)return{line:n.line,column:n.column,offset:typeof n.offset==`number`&&n.offset>-1?n.offset:void 0}}}function mr(e){let t=fr(e),n=dr(e);if(t&&n)return{start:t,end:n}}function hr(e){return!e||typeof e!=`object`?``:`position`in e||`type`in e?_r(e.position):`start`in e||`end`in e?_r(e):`line`in e||`column`in e?gr(e):``}function gr(e){return vr(e&&e.line)+`:`+vr(e&&e.column)}function _r(e){return gr(e&&e.start)+`-`+gr(e&&e.end)}function vr(e){return e&&typeof e==`number`?e:1}var U=class extends Error{constructor(e,t,n){super(),typeof t==`string`&&(n=t,t=void 0);let r=``,i={},a=!1;if(t&&(i=`line`in t&&`column`in t||`start`in t&&`end`in t?{place:t}:`type`in t?{ancestors:[t],place:t.position}:{...t}),typeof e==`string`?r=e:!i.cause&&e&&(a=!0,r=e.message,i.cause=e),!i.ruleId&&!i.source&&typeof n==`string`){let e=n.indexOf(`:`);e===-1?i.ruleId=n:(i.source=n.slice(0,e),i.ruleId=n.slice(e+1))}if(!i.place&&i.ancestors&&i.ancestors){let e=i.ancestors[i.ancestors.length-1];e&&(i.place=e.position)}let o=i.place&&`start`in i.place?i.place.start:i.place;this.ancestors=i.ancestors||void 0,this.cause=i.cause||void 0,this.column=o?o.column:void 0,this.fatal=void 0,this.file=``,this.message=r,this.line=o?o.line:void 0,this.name=hr(i.place)||`1:1`,this.place=i.place||void 0,this.reason=this.message,this.ruleId=i.ruleId||void 0,this.source=i.source||void 0,this.stack=a&&i.cause&&typeof i.cause.stack==`string`?i.cause.stack:``,this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}};U.prototype.file=``,U.prototype.name=``,U.prototype.reason=``,U.prototype.message=``,U.prototype.stack=``,U.prototype.column=void 0,U.prototype.line=void 0,U.prototype.ancestors=void 0,U.prototype.cause=void 0,U.prototype.fatal=void 0,U.prototype.place=void 0,U.prototype.ruleId=void 0,U.prototype.source=void 0;var yr=t(ur(),1),br={}.hasOwnProperty,xr=new Map,Sr=/[A-Z]/g,Cr=new Set([`table`,`tbody`,`thead`,`tfoot`,`tr`]),wr=new Set([`td`,`th`]),Tr=`https://github.com/syntax-tree/hast-util-to-jsx-runtime`;function Er(e,t){if(!t||t.Fragment===void 0)throw TypeError("Expected `Fragment` in options");let n=t.filePath||void 0,r;if(t.development){if(typeof t.jsxDEV!=`function`)throw TypeError("Expected `jsxDEV` in options when `development: true`");r=Lr(n,t.jsxDEV)}else{if(typeof t.jsx!=`function`)throw TypeError("Expected `jsx` in production options");if(typeof t.jsxs!=`function`)throw TypeError("Expected `jsxs` in production options");r=Ir(n,t.jsx,t.jsxs)}let i={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:r,elementAttributeNameCase:t.elementAttributeNameCase||`react`,evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:n,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space===`svg`?ar:ir,stylePropertyNameCase:t.stylePropertyNameCase||`dom`,tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},a=Dr(i,e,void 0);return a&&typeof a!=`string`?a:i.create(e,i.Fragment,{children:a||void 0},void 0)}function Dr(e,t,n){if(t.type===`element`)return Or(e,t,n);if(t.type===`mdxFlowExpression`||t.type===`mdxTextExpression`)return kr(e,t);if(t.type===`mdxJsxFlowElement`||t.type===`mdxJsxTextElement`)return jr(e,t,n);if(t.type===`mdxjsEsm`)return Ar(e,t);if(t.type===`root`)return Mr(e,t,n);if(t.type===`text`)return Nr(e,t)}function Or(e,t,n){let r=e.schema,i=r;t.tagName.toLowerCase()===`svg`&&r.space===`html`&&(i=ar,e.schema=i),e.ancestors.push(t);let a=Ur(e,t.tagName,!1),o=Rr(e,t),s=Br(e,t);return Cr.has(t.tagName)&&(s=s.filter(function(e){return typeof e==`string`?!kn(e):!0})),Pr(e,o,a,t),Fr(o,s),e.ancestors.pop(),e.schema=r,e.create(t,a,o,n)}function kr(e,t){if(t.data&&t.data.estree&&e.evaluater){let n=t.data.estree.body[0];return n.type,e.evaluater.evaluateExpression(n.expression)}Wr(e,t.position)}function Ar(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Wr(e,t.position)}function jr(e,t,n){let r=e.schema,i=r;t.name===`svg`&&r.space===`html`&&(i=ar,e.schema=i),e.ancestors.push(t);let a=t.name===null?e.Fragment:Ur(e,t.name,!0),o=zr(e,t),s=Br(e,t);return Pr(e,o,a,t),Fr(o,s),e.ancestors.pop(),e.schema=r,e.create(t,a,o,n)}function Mr(e,t,n){let r={};return Fr(r,Br(e,t)),e.create(t,e.Fragment,r,n)}function Nr(e,t){return t.value}function Pr(e,t,n,r){typeof n!=`string`&&n!==e.Fragment&&e.passNode&&(t.node=r)}function Fr(e,t){if(t.length>0){let n=t.length>1?t:t[0];n&&(e.children=n)}}function Ir(e,t,n){return r;function r(e,r,i,a){let o=Array.isArray(i.children)?n:t;return a?o(r,i,a):o(r,i)}}function Lr(e,t){return n;function n(n,r,i,a){let o=Array.isArray(i.children),s=fr(n);return t(r,i,a,o,{columnNumber:s?s.column-1:void 0,fileName:e,lineNumber:s?s.line:void 0},void 0)}}function Rr(e,t){let n={},r,i;for(i in t.properties)if(i!==`children`&&br.call(t.properties,i)){let a=Vr(e,i,t.properties[i]);if(a){let[i,o]=a;e.tableCellAlignToStyle&&i===`align`&&typeof o==`string`&&wr.has(t.tagName)?r=o:n[i]=o}}if(r){let t=n.style||={};t[e.stylePropertyNameCase===`css`?`text-align`:`textAlign`]=r}return n}function zr(e,t){let n={};for(let r of t.attributes)if(r.type===`mdxJsxExpressionAttribute`)if(r.data&&r.data.estree&&e.evaluater){let t=r.data.estree.body[0];t.type;let i=t.expression;i.type;let a=i.properties[0];a.type,Object.assign(n,e.evaluater.evaluateExpression(a.argument))}else Wr(e,t.position);else{let i=r.name,a;if(r.value&&typeof r.value==`object`)if(r.value.data&&r.value.data.estree&&e.evaluater){let t=r.value.data.estree.body[0];t.type,a=e.evaluater.evaluateExpression(t.expression)}else Wr(e,t.position);else a=r.value===null?!0:r.value;n[i]=a}return n}function Br(e,t){let n=[],r=-1,i=e.passKeys?new Map:xr;for(;++r<t.children.length;){let a=t.children[r],o;if(e.passKeys){let e=a.type===`element`?a.tagName:a.type===`mdxJsxFlowElement`||a.type===`mdxJsxTextElement`?a.name:void 0;if(e){let t=i.get(e)||0;o=e+`-`+t,i.set(e,t+1)}}let s=Dr(e,a,o);s!==void 0&&n.push(s)}return n}function Vr(e,t,n){let r=tr(e.schema,t);if(!(n==null||typeof n==`number`&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?Cn(n):or(n)),r.property===`style`){let t=typeof n==`object`?n:Hr(e,String(n));return e.stylePropertyNameCase===`css`&&(t=Gr(t)),[`style`,t]}return[e.elementAttributeNameCase===`react`&&r.space?Zn[r.property]||r.property:r.attribute,n]}}function Hr(e,t){try{return(0,yr.default)(t,{reactCompat:!0})}catch(t){if(e.ignoreInvalidStyle)return{};let n=t,r=new U("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:n,ruleId:`style`,source:`hast-util-to-jsx-runtime`});throw r.file=e.filePath||void 0,r.url=Tr+`#cannot-parse-style-attribute`,r}}function Ur(e,t,n){let r;if(!n)r={type:`Literal`,value:t};else if(t.includes(`.`)){let e=t.split(`.`),n=-1,i;for(;++n<e.length;){let t=Dn(e[n])?{type:`Identifier`,name:e[n]}:{type:`Literal`,value:e[n]};i=i?{type:`MemberExpression`,object:i,property:t,computed:!!(n&&t.type===`Literal`),optional:!1}:t}r=i}else r=Dn(t)&&!/^[a-z]/.test(t)?{type:`Identifier`,name:t}:{type:`Literal`,value:t};if(r.type===`Literal`){let t=r.value;return br.call(e.components,t)?e.components[t]:t}if(e.evaluater)return e.evaluater.evaluateExpression(r);Wr(e)}function Wr(e,t){let n=new U("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:`mdx-estree`,source:`hast-util-to-jsx-runtime`});throw n.file=e.filePath||void 0,n.url=Tr+`#cannot-handle-mdx-estrees-without-createevaluater`,n}function Gr(e){let t={},n;for(n in e)br.call(e,n)&&(t[Kr(n)]=e[n]);return t}function Kr(e){let t=e.replace(Sr,qr);return t.slice(0,3)===`ms-`&&(t=`-`+t),t}function qr(e){return`-`+e.toLowerCase()}var Jr={action:[`form`],cite:[`blockquote`,`del`,`ins`,`q`],data:[`object`],formAction:[`button`,`input`],href:[`a`,`area`,`base`,`link`],icon:[`menuitem`],itemId:null,manifest:[`html`],ping:[`a`,`area`],poster:[`video`],src:[`audio`,`embed`,`iframe`,`img`,`input`,`script`,`source`,`track`,`video`]},Yr={};function Xr(e,t){let n=t||Yr;return Zr(e,typeof n.includeImageAlt==`boolean`?n.includeImageAlt:!0,typeof n.includeHtml==`boolean`?n.includeHtml:!0)}function Zr(e,t,n){if($r(e)){if(`value`in e)return e.type===`html`&&!n?``:e.value;if(t&&`alt`in e&&e.alt)return e.alt;if(`children`in e)return Qr(e.children,t,n)}return Array.isArray(e)?Qr(e,t,n):``}function Qr(e,t,n){let r=[],i=-1;for(;++i<e.length;)r[i]=Zr(e[i],t,n);return r.join(``)}function $r(e){return!!(e&&typeof e==`object`)}var ei=document.createElement(`i`);function ti(e){let t=`&`+e+`;`;ei.innerHTML=t;let n=ei.textContent;return n.charCodeAt(n.length-1)===59&&e!==`semi`||n===t?!1:n}function W(e,t,n,r){let i=e.length,a=0,o;if(t=t<0?-t>i?0:i+t:t>i?i:t,n=n>0?n:0,r.length<1e4)o=Array.from(r),o.unshift(t,n),e.splice(...o);else for(n&&e.splice(t,n);a<r.length;)o=r.slice(a,a+1e4),o.unshift(t,0),e.splice(...o),a+=1e4,t+=1e4}function G(e,t){return e.length>0?(W(e,e.length,0,t),e):t}var ni={}.hasOwnProperty;function ri(e){let t={},n=-1;for(;++n<e.length;)ii(t,e[n]);return t}function ii(e,t){let n;for(n in t){let r=(ni.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n],a;if(i)for(a in i){ni.call(r,a)||(r[a]=[]);let e=i[a];ai(r[a],Array.isArray(e)?e:e?[e]:[])}}}function ai(e,t){let n=-1,r=[];for(;++n<t.length;)(t[n].add===`after`?e:r).push(t[n]);W(e,0,0,r)}function oi(e,t){let n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)==65535||(n&65535)==65534||n>1114111?`�`:String.fromCodePoint(n)}function K(e){return e.replace(/[\t\n\r ]+/g,` `).replace(/^ | $/g,``).toLowerCase().toUpperCase()}var q=mi(/[A-Za-z]/),J=mi(/[\dA-Za-z]/),si=mi(/[#-'*+\--9=?A-Z^-~]/);function ci(e){return e!==null&&(e<32||e===127)}var li=mi(/\d/),ui=mi(/[\dA-Fa-f]/),di=mi(/[!-/:-@[-`{-~]/);function Y(e){return e!==null&&e<-2}function X(e){return e!==null&&(e<0||e===32)}function Z(e){return e===-2||e===-1||e===32}var fi=mi(/\p{P}|\p{S}/u),pi=mi(/\s/);function mi(e){return t;function t(t){return t!==null&&t>-1&&e.test(String.fromCharCode(t))}}function hi(e){let t=[],n=-1,r=0,i=0;for(;++n<e.length;){let a=e.charCodeAt(n),o=``;if(a===37&&J(e.charCodeAt(n+1))&&J(e.charCodeAt(n+2)))i=2;else if(a<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(a))||(o=String.fromCharCode(a));else if(a>55295&&a<57344){let t=e.charCodeAt(n+1);a<56320&&t>56319&&t<57344?(o=String.fromCharCode(a,t),i=1):o=`�`}else o=String.fromCharCode(a);o&&=(t.push(e.slice(r,n),encodeURIComponent(o)),r=n+i+1,``),i&&=(n+=i,0)}return t.join(``)+e.slice(r)}function Q(e,t,n,r){let i=r?r-1:1/0,a=0;return o;function o(r){return Z(r)?(e.enter(n),s(r)):t(r)}function s(r){return Z(r)&&a++<i?(e.consume(r),s):(e.exit(n),t(r))}}var gi={tokenize:_i};function _i(e){let t=e.attempt(this.parser.constructs.contentInitial,r,i),n;return t;function r(n){if(n===null){e.consume(n);return}return e.enter(`lineEnding`),e.consume(n),e.exit(`lineEnding`),Q(e,t,`linePrefix`)}function i(t){return e.enter(`paragraph`),a(t)}function a(t){let r=e.enter(`chunkText`,{contentType:`text`,previous:n});return n&&(n.next=r),n=r,o(t)}function o(t){if(t===null){e.exit(`chunkText`),e.exit(`paragraph`),e.consume(t);return}return Y(t)?(e.consume(t),e.exit(`chunkText`),a):(e.consume(t),o)}}var vi={tokenize:bi},yi={tokenize:xi};function bi(e){let t=this,n=[],r=0,i,a,o;return s;function s(i){if(r<n.length){let a=n[r];return t.containerState=a[1],e.attempt(a[0].continuation,c,l)(i)}return l(i)}function c(e){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,i&&v();let n=t.events.length,a=n,o;for(;a--;)if(t.events[a][0]===`exit`&&t.events[a][1].type===`chunkFlow`){o=t.events[a][1].end;break}_(r);let s=n;for(;s<t.events.length;)t.events[s][1].end={...o},s++;return W(t.events,a+1,0,t.events.slice(n)),t.events.length=s,l(e)}return s(e)}function l(a){if(r===n.length){if(!i)return f(a);if(i.currentConstruct&&i.currentConstruct.concrete)return m(a);t.interrupt=!!(i.currentConstruct&&!i._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(yi,u,d)(a)}function u(e){return i&&v(),_(r),f(e)}function d(e){return t.parser.lazy[t.now().line]=r!==n.length,o=t.now().offset,m(e)}function f(n){return t.containerState={},e.attempt(yi,p,m)(n)}function p(e){return r++,n.push([t.currentConstruct,t.containerState]),f(e)}function m(n){if(n===null){i&&v(),_(0),e.consume(n);return}return i||=t.parser.flow(t.now()),e.enter(`chunkFlow`,{_tokenizer:i,contentType:`flow`,previous:a}),h(n)}function h(n){if(n===null){g(e.exit(`chunkFlow`),!0),_(0),e.consume(n);return}return Y(n)?(e.consume(n),g(e.exit(`chunkFlow`)),r=0,t.interrupt=void 0,s):(e.consume(n),h)}function g(e,n){let s=t.sliceStream(e);if(n&&s.push(null),e.previous=a,a&&(a.next=e),a=e,i.defineSkip(e.start),i.write(s),t.parser.lazy[e.start.line]){let e=i.events.length;for(;e--;)if(i.events[e][1].start.offset<o&&(!i.events[e][1].end||i.events[e][1].end.offset>o))return;let n=t.events.length,a=n,s,c;for(;a--;)if(t.events[a][0]===`exit`&&t.events[a][1].type===`chunkFlow`){if(s){c=t.events[a][1].end;break}s=!0}for(_(r),e=n;e<t.events.length;)t.events[e][1].end={...c},e++;W(t.events,a+1,0,t.events.slice(n)),t.events.length=e}}function _(r){let i=n.length;for(;i-- >r;){let r=n[i];t.containerState=r[1],r[0].exit.call(t,e)}n.length=r}function v(){i.write([null]),a=void 0,i=void 0,t.containerState._closeFlow=void 0}}function xi(e,t,n){return Q(e,e.attempt(this.parser.constructs.document,t,n),`linePrefix`,this.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)}function Si(e){if(e===null||X(e)||pi(e))return 1;if(fi(e))return 2}function Ci(e,t,n){let r=[],i=-1;for(;++i<e.length;){let a=e[i].resolveAll;a&&!r.includes(a)&&(t=a(t,n),r.push(a))}return t}var wi={name:`attention`,resolveAll:Ti,tokenize:Ei};function Ti(e,t){let n=-1,r,i,a,o,s,c,l,u;for(;++n<e.length;)if(e[n][0]===`enter`&&e[n][1].type===`attentionSequence`&&e[n][1]._close){for(r=n;r--;)if(e[r][0]===`exit`&&e[r][1].type===`attentionSequence`&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;c=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;let d={...e[r][1].end},f={...e[n][1].start};Di(d,-c),Di(f,c),o={type:c>1?`strongSequence`:`emphasisSequence`,start:d,end:{...e[r][1].end}},s={type:c>1?`strongSequence`:`emphasisSequence`,start:{...e[n][1].start},end:f},a={type:c>1?`strongText`:`emphasisText`,start:{...e[r][1].end},end:{...e[n][1].start}},i={type:c>1?`strong`:`emphasis`,start:{...o.start},end:{...s.end}},e[r][1].end={...o.start},e[n][1].start={...s.end},l=[],e[r][1].end.offset-e[r][1].start.offset&&(l=G(l,[[`enter`,e[r][1],t],[`exit`,e[r][1],t]])),l=G(l,[[`enter`,i,t],[`enter`,o,t],[`exit`,o,t],[`enter`,a,t]]),l=G(l,Ci(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),l=G(l,[[`exit`,a,t],[`enter`,s,t],[`exit`,s,t],[`exit`,i,t]]),e[n][1].end.offset-e[n][1].start.offset?(u=2,l=G(l,[[`enter`,e[n][1],t],[`exit`,e[n][1],t]])):u=0,W(e,r-1,n-r+3,l),n=r+l.length-u-2;break}}for(n=-1;++n<e.length;)e[n][1].type===`attentionSequence`&&(e[n][1].type=`data`);return e}function Ei(e,t){let n=this.parser.constructs.attentionMarkers.null,r=this.previous,i=Si(r),a;return o;function o(t){return a=t,e.enter(`attentionSequence`),s(t)}function s(o){if(o===a)return e.consume(o),s;let c=e.exit(`attentionSequence`),l=Si(o),u=!l||l===2&&i||n.includes(o),d=!i||i===2&&l||n.includes(r);return c._open=!!(a===42?u:u&&(i||!d)),c._close=!!(a===42?d:d&&(l||!u)),t(o)}}function Di(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}var Oi={name:`autolink`,tokenize:ki};function ki(e,t,n){let r=0;return i;function i(t){return e.enter(`autolink`),e.enter(`autolinkMarker`),e.consume(t),e.exit(`autolinkMarker`),e.enter(`autolinkProtocol`),a}function a(t){return q(t)?(e.consume(t),o):t===64?n(t):l(t)}function o(e){return e===43||e===45||e===46||J(e)?(r=1,s(e)):l(e)}function s(t){return t===58?(e.consume(t),r=0,c):(t===43||t===45||t===46||J(t))&&r++<32?(e.consume(t),s):(r=0,l(t))}function c(r){return r===62?(e.exit(`autolinkProtocol`),e.enter(`autolinkMarker`),e.consume(r),e.exit(`autolinkMarker`),e.exit(`autolink`),t):r===null||r===32||r===60||ci(r)?n(r):(e.consume(r),c)}function l(t){return t===64?(e.consume(t),u):si(t)?(e.consume(t),l):n(t)}function u(e){return J(e)?d(e):n(e)}function d(n){return n===46?(e.consume(n),r=0,u):n===62?(e.exit(`autolinkProtocol`).type=`autolinkEmail`,e.enter(`autolinkMarker`),e.consume(n),e.exit(`autolinkMarker`),e.exit(`autolink`),t):f(n)}function f(t){if((t===45||J(t))&&r++<63){let n=t===45?f:d;return e.consume(t),n}return n(t)}}var Ai={partial:!0,tokenize:ji};function ji(e,t,n){return r;function r(t){return Z(t)?Q(e,i,`linePrefix`)(t):i(t)}function i(e){return e===null||Y(e)?t(e):n(e)}}var Mi={continuation:{tokenize:Pi},exit:Fi,name:`blockQuote`,tokenize:Ni};function Ni(e,t,n){let r=this;return i;function i(t){if(t===62){let n=r.containerState;return n.open||=(e.enter(`blockQuote`,{_container:!0}),!0),e.enter(`blockQuotePrefix`),e.enter(`blockQuoteMarker`),e.consume(t),e.exit(`blockQuoteMarker`),a}return n(t)}function a(n){return Z(n)?(e.enter(`blockQuotePrefixWhitespace`),e.consume(n),e.exit(`blockQuotePrefixWhitespace`),e.exit(`blockQuotePrefix`),t):(e.exit(`blockQuotePrefix`),t(n))}}function Pi(e,t,n){let r=this;return i;function i(t){return Z(t)?Q(e,a,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):a(t)}function a(r){return e.attempt(Mi,t,n)(r)}}function Fi(e){e.exit(`blockQuote`)}var Ii={name:`characterEscape`,tokenize:Li};function Li(e,t,n){return r;function r(t){return e.enter(`characterEscape`),e.enter(`escapeMarker`),e.consume(t),e.exit(`escapeMarker`),i}function i(r){return di(r)?(e.enter(`characterEscapeValue`),e.consume(r),e.exit(`characterEscapeValue`),e.exit(`characterEscape`),t):n(r)}}var Ri={name:`characterReference`,tokenize:zi};function zi(e,t,n){let r=this,i=0,a,o;return s;function s(t){return e.enter(`characterReference`),e.enter(`characterReferenceMarker`),e.consume(t),e.exit(`characterReferenceMarker`),c}function c(t){return t===35?(e.enter(`characterReferenceMarkerNumeric`),e.consume(t),e.exit(`characterReferenceMarkerNumeric`),l):(e.enter(`characterReferenceValue`),a=31,o=J,u(t))}function l(t){return t===88||t===120?(e.enter(`characterReferenceMarkerHexadecimal`),e.consume(t),e.exit(`characterReferenceMarkerHexadecimal`),e.enter(`characterReferenceValue`),a=6,o=ui,u):(e.enter(`characterReferenceValue`),a=7,o=li,u(t))}function u(s){if(s===59&&i){let i=e.exit(`characterReferenceValue`);return o===J&&!ti(r.sliceSerialize(i))?n(s):(e.enter(`characterReferenceMarker`),e.consume(s),e.exit(`characterReferenceMarker`),e.exit(`characterReference`),t)}return o(s)&&i++<a?(e.consume(s),u):n(s)}}var Bi={partial:!0,tokenize:Ui},Vi={concrete:!0,name:`codeFenced`,tokenize:Hi};function Hi(e,t,n){let r=this,i={partial:!0,tokenize:x},a=0,o=0,s;return c;function c(e){return l(e)}function l(t){let n=r.events[r.events.length-1];return a=n&&n[1].type===`linePrefix`?n[2].sliceSerialize(n[1],!0).length:0,s=t,e.enter(`codeFenced`),e.enter(`codeFencedFence`),e.enter(`codeFencedFenceSequence`),u(t)}function u(t){return t===s?(o++,e.consume(t),u):o<3?n(t):(e.exit(`codeFencedFenceSequence`),Z(t)?Q(e,d,`whitespace`)(t):d(t))}function d(n){return n===null||Y(n)?(e.exit(`codeFencedFence`),r.interrupt?t(n):e.check(Bi,h,b)(n)):(e.enter(`codeFencedFenceInfo`),e.enter(`chunkString`,{contentType:`string`}),f(n))}function f(t){return t===null||Y(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceInfo`),d(t)):Z(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceInfo`),Q(e,p,`whitespace`)(t)):t===96&&t===s?n(t):(e.consume(t),f)}function p(t){return t===null||Y(t)?d(t):(e.enter(`codeFencedFenceMeta`),e.enter(`chunkString`,{contentType:`string`}),m(t))}function m(t){return t===null||Y(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceMeta`),d(t)):t===96&&t===s?n(t):(e.consume(t),m)}function h(t){return e.attempt(i,b,g)(t)}function g(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),_}function _(t){return a>0&&Z(t)?Q(e,v,`linePrefix`,a+1)(t):v(t)}function v(t){return t===null||Y(t)?e.check(Bi,h,b)(t):(e.enter(`codeFlowValue`),y(t))}function y(t){return t===null||Y(t)?(e.exit(`codeFlowValue`),v(t)):(e.consume(t),y)}function b(n){return e.exit(`codeFenced`),t(n)}function x(e,t,n){let i=0;return a;function a(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),c}function c(t){return e.enter(`codeFencedFence`),Z(t)?Q(e,l,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):l(t)}function l(t){return t===s?(e.enter(`codeFencedFenceSequence`),u(t)):n(t)}function u(t){return t===s?(i++,e.consume(t),u):i>=o?(e.exit(`codeFencedFenceSequence`),Z(t)?Q(e,d,`whitespace`)(t):d(t)):n(t)}function d(r){return r===null||Y(r)?(e.exit(`codeFencedFence`),t(r)):n(r)}}}function Ui(e,t,n){let r=this;return i;function i(t){return t===null?n(t):(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),a)}function a(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}var Wi={name:`codeIndented`,tokenize:Ki},Gi={partial:!0,tokenize:qi};function Ki(e,t,n){let r=this;return i;function i(t){return e.enter(`codeIndented`),Q(e,a,`linePrefix`,5)(t)}function a(e){let t=r.events[r.events.length-1];return t&&t[1].type===`linePrefix`&&t[2].sliceSerialize(t[1],!0).length>=4?o(e):n(e)}function o(t){return t===null?c(t):Y(t)?e.attempt(Gi,o,c)(t):(e.enter(`codeFlowValue`),s(t))}function s(t){return t===null||Y(t)?(e.exit(`codeFlowValue`),o(t)):(e.consume(t),s)}function c(n){return e.exit(`codeIndented`),t(n)}}function qi(e,t,n){let r=this;return i;function i(t){return r.parser.lazy[r.now().line]?n(t):Y(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),i):Q(e,a,`linePrefix`,5)(t)}function a(e){let a=r.events[r.events.length-1];return a&&a[1].type===`linePrefix`&&a[2].sliceSerialize(a[1],!0).length>=4?t(e):Y(e)?i(e):n(e)}}var Ji={name:`codeText`,previous:Xi,resolve:Yi,tokenize:Zi};function Yi(e){let t=e.length-4,n=3,r,i;if((e[n][1].type===`lineEnding`||e[n][1].type===`space`)&&(e[t][1].type===`lineEnding`||e[t][1].type===`space`)){for(r=n;++r<t;)if(e[r][1].type===`codeTextData`){e[n][1].type=`codeTextPadding`,e[t][1].type=`codeTextPadding`,n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)i===void 0?r!==t&&e[r][1].type!==`lineEnding`&&(i=r):(r===t||e[r][1].type===`lineEnding`)&&(e[i][1].type=`codeTextData`,r!==i+2&&(e[i][1].end=e[r-1][1].end,e.splice(i+2,r-i-2),t-=r-i-2,r=i+2),i=void 0);return e}function Xi(e){return e!==96||this.events[this.events.length-1][1].type===`characterEscape`}function Zi(e,t,n){let r=0,i,a;return o;function o(t){return e.enter(`codeText`),e.enter(`codeTextSequence`),s(t)}function s(t){return t===96?(e.consume(t),r++,s):(e.exit(`codeTextSequence`),c(t))}function c(t){return t===null?n(t):t===32?(e.enter(`space`),e.consume(t),e.exit(`space`),c):t===96?(a=e.enter(`codeTextSequence`),i=0,u(t)):Y(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),c):(e.enter(`codeTextData`),l(t))}function l(t){return t===null||t===32||t===96||Y(t)?(e.exit(`codeTextData`),c(t)):(e.consume(t),l)}function u(n){return n===96?(e.consume(n),i++,u):i===r?(e.exit(`codeTextSequence`),e.exit(`codeText`),t(n)):(a.type=`codeTextData`,l(n))}}var Qi=class{constructor(e){this.left=e?[...e]:[],this.right=[]}get(e){if(e<0||e>=this.left.length+this.right.length)throw RangeError("Cannot access index `"+e+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return e<this.left.length?this.left[e]:this.right[this.right.length-e+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(e,t){let n=t??1/0;return n<this.left.length?this.left.slice(e,n):e>this.left.length?this.right.slice(this.right.length-n+this.left.length,this.right.length-e+this.left.length).reverse():this.left.slice(e).concat(this.right.slice(this.right.length-n+this.left.length).reverse())}splice(e,t,n){let r=t||0;this.setCursor(Math.trunc(e));let i=this.right.splice(this.right.length-r,1/0);return n&&$i(this.left,n),i.reverse()}pop(){return this.setCursor(1/0),this.left.pop()}push(e){this.setCursor(1/0),this.left.push(e)}pushMany(e){this.setCursor(1/0),$i(this.left,e)}unshift(e){this.setCursor(0),this.right.push(e)}unshiftMany(e){this.setCursor(0),$i(this.right,e.reverse())}setCursor(e){if(!(e===this.left.length||e>this.left.length&&this.right.length===0||e<0&&this.left.length===0))if(e<this.left.length){let t=this.left.splice(e,1/0);$i(this.right,t.reverse())}else{let t=this.right.splice(this.left.length+this.right.length-e,1/0);$i(this.left,t.reverse())}}};function $i(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}function ea(e){let t={},n=-1,r,i,a,o,s,c,l,u=new Qi(e);for(;++n<u.length;){for(;n in t;)n=t[n];if(r=u.get(n),n&&r[1].type===`chunkFlow`&&u.get(n-1)[1].type===`listItemPrefix`&&(c=r[1]._tokenizer.events,a=0,a<c.length&&c[a][1].type===`lineEndingBlank`&&(a+=2),a<c.length&&c[a][1].type===`content`))for(;++a<c.length&&c[a][1].type!==`content`;)c[a][1].type===`chunkText`&&(c[a][1]._isInFirstContentOfListItem=!0,a++);if(r[0]===`enter`)r[1].contentType&&(Object.assign(t,ta(u,n)),n=t[n],l=!0);else if(r[1]._container){for(a=n,i=void 0;a--;)if(o=u.get(a),o[1].type===`lineEnding`||o[1].type===`lineEndingBlank`)o[0]===`enter`&&(i&&(u.get(i)[1].type=`lineEndingBlank`),o[1].type=`lineEnding`,i=a);else if(!(o[1].type===`linePrefix`||o[1].type===`listItemIndent`))break;i&&(r[1].end={...u.get(i)[1].start},s=u.slice(i,n),s.unshift(r),u.splice(i,n-i+1,s))}}return W(e,0,1/0,u.slice(0)),!l}function ta(e,t){let n=e.get(t)[1],r=e.get(t)[2],i=t-1,a=[],o=n._tokenizer;o||(o=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(o._contentTypeTextTrailing=!0));let s=o.events,c=[],l={},u,d,f=-1,p=n,m=0,h=0,g=[h];for(;p;){for(;e.get(++i)[1]!==p;);a.push(i),p._tokenizer||(u=r.sliceStream(p),p.next||u.push(null),d&&o.defineSkip(p.start),p._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(u),p._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=void 0)),d=p,p=p.next}for(p=n;++f<s.length;)s[f][0]===`exit`&&s[f-1][0]===`enter`&&s[f][1].type===s[f-1][1].type&&s[f][1].start.line!==s[f][1].end.line&&(h=f+1,g.push(h),p._tokenizer=void 0,p.previous=void 0,p=p.next);for(o.events=[],p?(p._tokenizer=void 0,p.previous=void 0):g.pop(),f=g.length;f--;){let t=s.slice(g[f],g[f+1]),n=a.pop();c.push([n,n+t.length-1]),e.splice(n,2,t)}for(c.reverse(),f=-1;++f<c.length;)l[m+c[f][0]]=m+c[f][1],m+=c[f][1]-c[f][0]-1;return l}var na={resolve:ia,tokenize:aa},ra={partial:!0,tokenize:oa};function ia(e){return ea(e),e}function aa(e,t){let n;return r;function r(t){return e.enter(`content`),n=e.enter(`chunkContent`,{contentType:`content`}),i(t)}function i(t){return t===null?a(t):Y(t)?e.check(ra,o,a)(t):(e.consume(t),i)}function a(n){return e.exit(`chunkContent`),e.exit(`content`),t(n)}function o(t){return e.consume(t),e.exit(`chunkContent`),n.next=e.enter(`chunkContent`,{contentType:`content`,previous:n}),n=n.next,i}}function oa(e,t,n){let r=this;return i;function i(t){return e.exit(`chunkContent`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),Q(e,a,`linePrefix`)}function a(i){if(i===null||Y(i))return n(i);let a=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes(`codeIndented`)&&a&&a[1].type===`linePrefix`&&a[2].sliceSerialize(a[1],!0).length>=4?t(i):e.interrupt(r.parser.constructs.flow,n,t)(i)}}function sa(e,t,n,r,i,a,o,s,c){let l=c||1/0,u=0;return d;function d(t){return t===60?(e.enter(r),e.enter(i),e.enter(a),e.consume(t),e.exit(a),f):t===null||t===32||t===41||ci(t)?n(t):(e.enter(r),e.enter(o),e.enter(s),e.enter(`chunkString`,{contentType:`string`}),h(t))}function f(n){return n===62?(e.enter(a),e.consume(n),e.exit(a),e.exit(i),e.exit(r),t):(e.enter(s),e.enter(`chunkString`,{contentType:`string`}),p(n))}function p(t){return t===62?(e.exit(`chunkString`),e.exit(s),f(t)):t===null||t===60||Y(t)?n(t):(e.consume(t),t===92?m:p)}function m(t){return t===60||t===62||t===92?(e.consume(t),p):p(t)}function h(i){return!u&&(i===null||i===41||X(i))?(e.exit(`chunkString`),e.exit(s),e.exit(o),e.exit(r),t(i)):u<l&&i===40?(e.consume(i),u++,h):i===41?(e.consume(i),u--,h):i===null||i===32||i===40||ci(i)?n(i):(e.consume(i),i===92?g:h)}function g(t){return t===40||t===41||t===92?(e.consume(t),h):h(t)}}function ca(e,t,n,r,i,a){let o=this,s=0,c;return l;function l(t){return e.enter(r),e.enter(i),e.consume(t),e.exit(i),e.enter(a),u}function u(l){return s>999||l===null||l===91||l===93&&!c||l===94&&!s&&`_hiddenFootnoteSupport`in o.parser.constructs?n(l):l===93?(e.exit(a),e.enter(i),e.consume(l),e.exit(i),e.exit(r),t):Y(l)?(e.enter(`lineEnding`),e.consume(l),e.exit(`lineEnding`),u):(e.enter(`chunkString`,{contentType:`string`}),d(l))}function d(t){return t===null||t===91||t===93||Y(t)||s++>999?(e.exit(`chunkString`),u(t)):(e.consume(t),c||=!Z(t),t===92?f:d)}function f(t){return t===91||t===92||t===93?(e.consume(t),s++,d):d(t)}}function la(e,t,n,r,i,a){let o;return s;function s(t){return t===34||t===39||t===40?(e.enter(r),e.enter(i),e.consume(t),e.exit(i),o=t===40?41:t,c):n(t)}function c(n){return n===o?(e.enter(i),e.consume(n),e.exit(i),e.exit(r),t):(e.enter(a),l(n))}function l(t){return t===o?(e.exit(a),c(o)):t===null?n(t):Y(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),Q(e,l,`linePrefix`)):(e.enter(`chunkString`,{contentType:`string`}),u(t))}function u(t){return t===o||t===null||Y(t)?(e.exit(`chunkString`),l(t)):(e.consume(t),t===92?d:u)}function d(t){return t===o||t===92?(e.consume(t),u):u(t)}}function ua(e,t){let n;return r;function r(i){return Y(i)?(e.enter(`lineEnding`),e.consume(i),e.exit(`lineEnding`),n=!0,r):Z(i)?Q(e,r,n?`linePrefix`:`lineSuffix`)(i):t(i)}}var da={name:`definition`,tokenize:pa},fa={partial:!0,tokenize:ma};function pa(e,t,n){let r=this,i;return a;function a(t){return e.enter(`definition`),o(t)}function o(t){return ca.call(r,e,s,n,`definitionLabel`,`definitionLabelMarker`,`definitionLabelString`)(t)}function s(t){return i=K(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),t===58?(e.enter(`definitionMarker`),e.consume(t),e.exit(`definitionMarker`),c):n(t)}function c(t){return X(t)?ua(e,l)(t):l(t)}function l(t){return sa(e,u,n,`definitionDestination`,`definitionDestinationLiteral`,`definitionDestinationLiteralMarker`,`definitionDestinationRaw`,`definitionDestinationString`)(t)}function u(t){return e.attempt(fa,d,d)(t)}function d(t){return Z(t)?Q(e,f,`whitespace`)(t):f(t)}function f(a){return a===null||Y(a)?(e.exit(`definition`),r.parser.defined.push(i),t(a)):n(a)}}function ma(e,t,n){return r;function r(t){return X(t)?ua(e,i)(t):n(t)}function i(t){return la(e,a,n,`definitionTitle`,`definitionTitleMarker`,`definitionTitleString`)(t)}function a(t){return Z(t)?Q(e,o,`whitespace`)(t):o(t)}function o(e){return e===null||Y(e)?t(e):n(e)}}var ha={name:`hardBreakEscape`,tokenize:ga};function ga(e,t,n){return r;function r(t){return e.enter(`hardBreakEscape`),e.consume(t),i}function i(r){return Y(r)?(e.exit(`hardBreakEscape`),t(r)):n(r)}}var _a={name:`headingAtx`,resolve:va,tokenize:ya};function va(e,t){let n=e.length-2,r=3,i,a;return e[r][1].type===`whitespace`&&(r+=2),n-2>r&&e[n][1].type===`whitespace`&&(n-=2),e[n][1].type===`atxHeadingSequence`&&(r===n-1||n-4>r&&e[n-2][1].type===`whitespace`)&&(n-=r+1===n?2:4),n>r&&(i={type:`atxHeadingText`,start:e[r][1].start,end:e[n][1].end},a={type:`chunkText`,start:e[r][1].start,end:e[n][1].end,contentType:`text`},W(e,r,n-r+1,[[`enter`,i,t],[`enter`,a,t],[`exit`,a,t],[`exit`,i,t]])),e}function ya(e,t,n){let r=0;return i;function i(t){return e.enter(`atxHeading`),a(t)}function a(t){return e.enter(`atxHeadingSequence`),o(t)}function o(t){return t===35&&r++<6?(e.consume(t),o):t===null||X(t)?(e.exit(`atxHeadingSequence`),s(t)):n(t)}function s(n){return n===35?(e.enter(`atxHeadingSequence`),c(n)):n===null||Y(n)?(e.exit(`atxHeading`),t(n)):Z(n)?Q(e,s,`whitespace`)(n):(e.enter(`atxHeadingText`),l(n))}function c(t){return t===35?(e.consume(t),c):(e.exit(`atxHeadingSequence`),s(t))}function l(t){return t===null||t===35||X(t)?(e.exit(`atxHeadingText`),s(t)):(e.consume(t),l)}}var ba=`address.article.aside.base.basefont.blockquote.body.caption.center.col.colgroup.dd.details.dialog.dir.div.dl.dt.fieldset.figcaption.figure.footer.form.frame.frameset.h1.h2.h3.h4.h5.h6.head.header.hr.html.iframe.legend.li.link.main.menu.menuitem.nav.noframes.ol.optgroup.option.p.param.search.section.summary.table.tbody.td.tfoot.th.thead.title.tr.track.ul`.split(`.`),xa=[`pre`,`script`,`style`,`textarea`],Sa={concrete:!0,name:`htmlFlow`,resolveTo:Ta,tokenize:Ea},Ca={partial:!0,tokenize:Oa},wa={partial:!0,tokenize:Da};function Ta(e){let t=e.length;for(;t--&&!(e[t][0]===`enter`&&e[t][1].type===`htmlFlow`););return t>1&&e[t-2][1].type===`linePrefix`&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function Ea(e,t,n){let r=this,i,a,o,s,c;return l;function l(e){return u(e)}function u(t){return e.enter(`htmlFlow`),e.enter(`htmlFlowData`),e.consume(t),d}function d(s){return s===33?(e.consume(s),f):s===47?(e.consume(s),a=!0,h):s===63?(e.consume(s),i=3,r.interrupt?t:ie):q(s)?(e.consume(s),o=String.fromCharCode(s),g):n(s)}function f(a){return a===45?(e.consume(a),i=2,p):a===91?(e.consume(a),i=5,s=0,m):q(a)?(e.consume(a),i=4,r.interrupt?t:ie):n(a)}function p(i){return i===45?(e.consume(i),r.interrupt?t:ie):n(i)}function m(i){return i===`CDATA[`.charCodeAt(s++)?(e.consume(i),s===6?r.interrupt?t:O:m):n(i)}function h(t){return q(t)?(e.consume(t),o=String.fromCharCode(t),g):n(t)}function g(s){if(s===null||s===47||s===62||X(s)){let c=s===47,l=o.toLowerCase();return!c&&!a&&xa.includes(l)?(i=1,r.interrupt?t(s):O(s)):ba.includes(o.toLowerCase())?(i=6,c?(e.consume(s),_):r.interrupt?t(s):O(s)):(i=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(s):a?v(s):y(s))}return s===45||J(s)?(e.consume(s),o+=String.fromCharCode(s),g):n(s)}function _(i){return i===62?(e.consume(i),r.interrupt?t:O):n(i)}function v(t){return Z(t)?(e.consume(t),v):E(t)}function y(t){return t===47?(e.consume(t),E):t===58||t===95||q(t)?(e.consume(t),b):Z(t)?(e.consume(t),y):E(t)}function b(t){return t===45||t===46||t===58||t===95||J(t)?(e.consume(t),b):x(t)}function x(t){return t===61?(e.consume(t),S):Z(t)?(e.consume(t),x):y(t)}function S(t){return t===null||t===60||t===61||t===62||t===96?n(t):t===34||t===39?(e.consume(t),c=t,C):Z(t)?(e.consume(t),S):w(t)}function C(t){return t===c?(e.consume(t),c=null,T):t===null||Y(t)?n(t):(e.consume(t),C)}function w(t){return t===null||t===34||t===39||t===47||t===60||t===61||t===62||t===96||X(t)?x(t):(e.consume(t),w)}function T(e){return e===47||e===62||Z(e)?y(e):n(e)}function E(t){return t===62?(e.consume(t),D):n(t)}function D(t){return t===null||Y(t)?O(t):Z(t)?(e.consume(t),D):n(t)}function O(t){return t===45&&i===2?(e.consume(t),A):t===60&&i===1?(e.consume(t),j):t===62&&i===4?(e.consume(t),ae):t===63&&i===3?(e.consume(t),ie):t===93&&i===5?(e.consume(t),re):Y(t)&&(i===6||i===7)?(e.exit(`htmlFlowData`),e.check(Ca,oe,k)(t)):t===null||Y(t)?(e.exit(`htmlFlowData`),k(t)):(e.consume(t),O)}function k(t){return e.check(wa,ee,oe)(t)}function ee(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),te}function te(t){return t===null||Y(t)?k(t):(e.enter(`htmlFlowData`),O(t))}function A(t){return t===45?(e.consume(t),ie):O(t)}function j(t){return t===47?(e.consume(t),o=``,ne):O(t)}function ne(t){if(t===62){let n=o.toLowerCase();return xa.includes(n)?(e.consume(t),ae):O(t)}return q(t)&&o.length<8?(e.consume(t),o+=String.fromCharCode(t),ne):O(t)}function re(t){return t===93?(e.consume(t),ie):O(t)}function ie(t){return t===62?(e.consume(t),ae):t===45&&i===2?(e.consume(t),ie):O(t)}function ae(t){return t===null||Y(t)?(e.exit(`htmlFlowData`),oe(t)):(e.consume(t),ae)}function oe(n){return e.exit(`htmlFlow`),t(n)}}function Da(e,t,n){let r=this;return i;function i(t){return Y(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),a):n(t)}function a(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}function Oa(e,t,n){return r;function r(r){return e.enter(`lineEnding`),e.consume(r),e.exit(`lineEnding`),e.attempt(Ai,t,n)}}var ka={name:`htmlText`,tokenize:Aa};function Aa(e,t,n){let r=this,i,a,o;return s;function s(t){return e.enter(`htmlText`),e.enter(`htmlTextData`),e.consume(t),c}function c(t){return t===33?(e.consume(t),l):t===47?(e.consume(t),x):t===63?(e.consume(t),y):q(t)?(e.consume(t),w):n(t)}function l(t){return t===45?(e.consume(t),u):t===91?(e.consume(t),a=0,m):q(t)?(e.consume(t),v):n(t)}function u(t){return t===45?(e.consume(t),p):n(t)}function d(t){return t===null?n(t):t===45?(e.consume(t),f):Y(t)?(o=d,j(t)):(e.consume(t),d)}function f(t){return t===45?(e.consume(t),p):d(t)}function p(e){return e===62?A(e):e===45?f(e):d(e)}function m(t){return t===`CDATA[`.charCodeAt(a++)?(e.consume(t),a===6?h:m):n(t)}function h(t){return t===null?n(t):t===93?(e.consume(t),g):Y(t)?(o=h,j(t)):(e.consume(t),h)}function g(t){return t===93?(e.consume(t),_):h(t)}function _(t){return t===62?A(t):t===93?(e.consume(t),_):h(t)}function v(t){return t===null||t===62?A(t):Y(t)?(o=v,j(t)):(e.consume(t),v)}function y(t){return t===null?n(t):t===63?(e.consume(t),b):Y(t)?(o=y,j(t)):(e.consume(t),y)}function b(e){return e===62?A(e):y(e)}function x(t){return q(t)?(e.consume(t),S):n(t)}function S(t){return t===45||J(t)?(e.consume(t),S):C(t)}function C(t){return Y(t)?(o=C,j(t)):Z(t)?(e.consume(t),C):A(t)}function w(t){return t===45||J(t)?(e.consume(t),w):t===47||t===62||X(t)?T(t):n(t)}function T(t){return t===47?(e.consume(t),A):t===58||t===95||q(t)?(e.consume(t),E):Y(t)?(o=T,j(t)):Z(t)?(e.consume(t),T):A(t)}function E(t){return t===45||t===46||t===58||t===95||J(t)?(e.consume(t),E):D(t)}function D(t){return t===61?(e.consume(t),O):Y(t)?(o=D,j(t)):Z(t)?(e.consume(t),D):T(t)}function O(t){return t===null||t===60||t===61||t===62||t===96?n(t):t===34||t===39?(e.consume(t),i=t,k):Y(t)?(o=O,j(t)):Z(t)?(e.consume(t),O):(e.consume(t),ee)}function k(t){return t===i?(e.consume(t),i=void 0,te):t===null?n(t):Y(t)?(o=k,j(t)):(e.consume(t),k)}function ee(t){return t===null||t===34||t===39||t===60||t===61||t===96?n(t):t===47||t===62||X(t)?T(t):(e.consume(t),ee)}function te(e){return e===47||e===62||X(e)?T(e):n(e)}function A(r){return r===62?(e.consume(r),e.exit(`htmlTextData`),e.exit(`htmlText`),t):n(r)}function j(t){return e.exit(`htmlTextData`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),ne}function ne(t){return Z(t)?Q(e,re,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):re(t)}function re(t){return e.enter(`htmlTextData`),o(t)}}var ja={name:`labelEnd`,resolveAll:Fa,resolveTo:Ia,tokenize:La},Ma={tokenize:Ra},Na={tokenize:za},Pa={tokenize:Ba};function Fa(e){let t=-1,n=[];for(;++t<e.length;){let r=e[t][1];if(n.push(e[t]),r.type===`labelImage`||r.type===`labelLink`||r.type===`labelEnd`){let e=r.type===`labelImage`?4:2;r.type=`data`,t+=e}}return e.length!==n.length&&W(e,0,e.length,n),e}function Ia(e,t){let n=e.length,r=0,i,a,o,s;for(;n--;)if(i=e[n][1],a){if(i.type===`link`||i.type===`labelLink`&&i._inactive)break;e[n][0]===`enter`&&i.type===`labelLink`&&(i._inactive=!0)}else if(o){if(e[n][0]===`enter`&&(i.type===`labelImage`||i.type===`labelLink`)&&!i._balanced&&(a=n,i.type!==`labelLink`)){r=2;break}}else i.type===`labelEnd`&&(o=n);let c={type:e[a][1].type===`labelLink`?`link`:`image`,start:{...e[a][1].start},end:{...e[e.length-1][1].end}},l={type:`label`,start:{...e[a][1].start},end:{...e[o][1].end}},u={type:`labelText`,start:{...e[a+r+2][1].end},end:{...e[o-2][1].start}};return s=[[`enter`,c,t],[`enter`,l,t]],s=G(s,e.slice(a+1,a+r+3)),s=G(s,[[`enter`,u,t]]),s=G(s,Ci(t.parser.constructs.insideSpan.null,e.slice(a+r+4,o-3),t)),s=G(s,[[`exit`,u,t],e[o-2],e[o-1],[`exit`,l,t]]),s=G(s,e.slice(o+1)),s=G(s,[[`exit`,c,t]]),W(e,a,e.length,s),e}function La(e,t,n){let r=this,i=r.events.length,a,o;for(;i--;)if((r.events[i][1].type===`labelImage`||r.events[i][1].type===`labelLink`)&&!r.events[i][1]._balanced){a=r.events[i][1];break}return s;function s(t){return a?a._inactive?d(t):(o=r.parser.defined.includes(K(r.sliceSerialize({start:a.end,end:r.now()}))),e.enter(`labelEnd`),e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelEnd`),c):n(t)}function c(t){return t===40?e.attempt(Ma,u,o?u:d)(t):t===91?e.attempt(Na,u,o?l:d)(t):o?u(t):d(t)}function l(t){return e.attempt(Pa,u,d)(t)}function u(e){return t(e)}function d(e){return a._balanced=!0,n(e)}}function Ra(e,t,n){return r;function r(t){return e.enter(`resource`),e.enter(`resourceMarker`),e.consume(t),e.exit(`resourceMarker`),i}function i(t){return X(t)?ua(e,a)(t):a(t)}function a(t){return t===41?u(t):sa(e,o,s,`resourceDestination`,`resourceDestinationLiteral`,`resourceDestinationLiteralMarker`,`resourceDestinationRaw`,`resourceDestinationString`,32)(t)}function o(t){return X(t)?ua(e,c)(t):u(t)}function s(e){return n(e)}function c(t){return t===34||t===39||t===40?la(e,l,n,`resourceTitle`,`resourceTitleMarker`,`resourceTitleString`)(t):u(t)}function l(t){return X(t)?ua(e,u)(t):u(t)}function u(r){return r===41?(e.enter(`resourceMarker`),e.consume(r),e.exit(`resourceMarker`),e.exit(`resource`),t):n(r)}}function za(e,t,n){let r=this;return i;function i(t){return ca.call(r,e,a,o,`reference`,`referenceMarker`,`referenceString`)(t)}function a(e){return r.parser.defined.includes(K(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(e):n(e)}function o(e){return n(e)}}function Ba(e,t,n){return r;function r(t){return e.enter(`reference`),e.enter(`referenceMarker`),e.consume(t),e.exit(`referenceMarker`),i}function i(r){return r===93?(e.enter(`referenceMarker`),e.consume(r),e.exit(`referenceMarker`),e.exit(`reference`),t):n(r)}}var Va={name:`labelStartImage`,resolveAll:ja.resolveAll,tokenize:Ha};function Ha(e,t,n){let r=this;return i;function i(t){return e.enter(`labelImage`),e.enter(`labelImageMarker`),e.consume(t),e.exit(`labelImageMarker`),a}function a(t){return t===91?(e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelImage`),o):n(t)}function o(e){return e===94&&`_hiddenFootnoteSupport`in r.parser.constructs?n(e):t(e)}}var Ua={name:`labelStartLink`,resolveAll:ja.resolveAll,tokenize:Wa};function Wa(e,t,n){let r=this;return i;function i(t){return e.enter(`labelLink`),e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelLink`),a}function a(e){return e===94&&`_hiddenFootnoteSupport`in r.parser.constructs?n(e):t(e)}}var Ga={name:`lineEnding`,tokenize:Ka};function Ka(e,t){return n;function n(n){return e.enter(`lineEnding`),e.consume(n),e.exit(`lineEnding`),Q(e,t,`linePrefix`)}}var qa={name:`thematicBreak`,tokenize:Ja};function Ja(e,t,n){let r=0,i;return a;function a(t){return e.enter(`thematicBreak`),o(t)}function o(e){return i=e,s(e)}function s(a){return a===i?(e.enter(`thematicBreakSequence`),c(a)):r>=3&&(a===null||Y(a))?(e.exit(`thematicBreak`),t(a)):n(a)}function c(t){return t===i?(e.consume(t),r++,c):(e.exit(`thematicBreakSequence`),Z(t)?Q(e,s,`whitespace`)(t):s(t))}}var $={continuation:{tokenize:Qa},exit:eo,name:`list`,tokenize:Za},Ya={partial:!0,tokenize:to},Xa={partial:!0,tokenize:$a};function Za(e,t,n){let r=this,i=r.events[r.events.length-1],a=i&&i[1].type===`linePrefix`?i[2].sliceSerialize(i[1],!0).length:0,o=0;return s;function s(t){let i=r.containerState.type||(t===42||t===43||t===45?`listUnordered`:`listOrdered`);if(i===`listUnordered`?!r.containerState.marker||t===r.containerState.marker:li(t)){if(r.containerState.type||(r.containerState.type=i,e.enter(i,{_container:!0})),i===`listUnordered`)return e.enter(`listItemPrefix`),t===42||t===45?e.check(qa,n,l)(t):l(t);if(!r.interrupt||t===49)return e.enter(`listItemPrefix`),e.enter(`listItemValue`),c(t)}return n(t)}function c(t){return li(t)&&++o<10?(e.consume(t),c):(!r.interrupt||o<2)&&(r.containerState.marker?t===r.containerState.marker:t===41||t===46)?(e.exit(`listItemValue`),l(t)):n(t)}function l(t){return e.enter(`listItemMarker`),e.consume(t),e.exit(`listItemMarker`),r.containerState.marker=r.containerState.marker||t,e.check(Ai,r.interrupt?n:u,e.attempt(Ya,f,d))}function u(e){return r.containerState.initialBlankLine=!0,a++,f(e)}function d(t){return Z(t)?(e.enter(`listItemPrefixWhitespace`),e.consume(t),e.exit(`listItemPrefixWhitespace`),f):n(t)}function f(n){return r.containerState.size=a+r.sliceSerialize(e.exit(`listItemPrefix`),!0).length,t(n)}}function Qa(e,t,n){let r=this;return r.containerState._closeFlow=void 0,e.check(Ai,i,a);function i(n){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Q(e,t,`listItemIndent`,r.containerState.size+1)(n)}function a(n){return r.containerState.furtherBlankLines||!Z(n)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,o(n)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(Xa,t,o)(n))}function o(i){return r.containerState._closeFlow=!0,r.interrupt=void 0,Q(e,e.attempt($,t,n),`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(i)}}function $a(e,t,n){let r=this;return Q(e,i,`listItemIndent`,r.containerState.size+1);function i(e){let i=r.events[r.events.length-1];return i&&i[1].type===`listItemIndent`&&i[2].sliceSerialize(i[1],!0).length===r.containerState.size?t(e):n(e)}}function eo(e){e.exit(this.containerState.type)}function to(e,t,n){let r=this;return Q(e,i,`listItemPrefixWhitespace`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:5);function i(e){let i=r.events[r.events.length-1];return!Z(e)&&i&&i[1].type===`listItemPrefixWhitespace`?t(e):n(e)}}var no={name:`setextUnderline`,resolveTo:ro,tokenize:io};function ro(e,t){let n=e.length,r,i,a;for(;n--;)if(e[n][0]===`enter`){if(e[n][1].type===`content`){r=n;break}e[n][1].type===`paragraph`&&(i=n)}else e[n][1].type===`content`&&e.splice(n,1),!a&&e[n][1].type===`definition`&&(a=n);let o={type:`setextHeading`,start:{...e[r][1].start},end:{...e[e.length-1][1].end}};return e[i][1].type=`setextHeadingText`,a?(e.splice(i,0,[`enter`,o,t]),e.splice(a+1,0,[`exit`,e[r][1],t]),e[r][1].end={...e[a][1].end}):e[r][1]=o,e.push([`exit`,o,t]),e}function io(e,t,n){let r=this,i;return a;function a(t){let a=r.events.length,s;for(;a--;)if(r.events[a][1].type!==`lineEnding`&&r.events[a][1].type!==`linePrefix`&&r.events[a][1].type!==`content`){s=r.events[a][1].type===`paragraph`;break}return!r.parser.lazy[r.now().line]&&(r.interrupt||s)?(e.enter(`setextHeadingLine`),i=t,o(t)):n(t)}function o(t){return e.enter(`setextHeadingLineSequence`),s(t)}function s(t){return t===i?(e.consume(t),s):(e.exit(`setextHeadingLineSequence`),Z(t)?Q(e,c,`lineSuffix`)(t):c(t))}function c(r){return r===null||Y(r)?(e.exit(`setextHeadingLine`),t(r)):n(r)}}var ao={tokenize:oo};function oo(e){let t=this,n=e.attempt(Ai,r,e.attempt(this.parser.constructs.flowInitial,i,Q(e,e.attempt(this.parser.constructs.flow,i,e.attempt(na,i)),`linePrefix`)));return n;function r(r){if(r===null){e.consume(r);return}return e.enter(`lineEndingBlank`),e.consume(r),e.exit(`lineEndingBlank`),t.currentConstruct=void 0,n}function i(r){if(r===null){e.consume(r);return}return e.enter(`lineEnding`),e.consume(r),e.exit(`lineEnding`),t.currentConstruct=void 0,n}}var so={resolveAll:fo()},co=uo(`string`),lo=uo(`text`);function uo(e){return{resolveAll:fo(e===`text`?po:void 0),tokenize:t};function t(t){let n=this,r=this.parser.constructs[e],i=t.attempt(r,a,o);return a;function a(e){return c(e)?i(e):o(e)}function o(e){if(e===null){t.consume(e);return}return t.enter(`data`),t.consume(e),s}function s(e){return c(e)?(t.exit(`data`),i(e)):(t.consume(e),s)}function c(e){if(e===null)return!0;let t=r[e],i=-1;if(t)for(;++i<t.length;){let e=t[i];if(!e.previous||e.previous.call(n,n.previous))return!0}return!1}}}function fo(e){return t;function t(t,n){let r=-1,i;for(;++r<=t.length;)i===void 0?t[r]&&t[r][1].type===`data`&&(i=r,r++):(!t[r]||t[r][1].type!==`data`)&&(r!==i+2&&(t[i][1].end=t[r-1][1].end,t.splice(i+2,r-i-2),r=i+2),i=void 0);return e?e(t,n):t}}function po(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type===`lineEnding`)&&e[n-1][1].type===`data`){let r=e[n-1][1],i=t.sliceStream(r),a=i.length,o=-1,s=0,c;for(;a--;){let e=i[a];if(typeof e==`string`){for(o=e.length;e.charCodeAt(o-1)===32;)s++,o--;if(o)break;o=-1}else if(e===-2)c=!0,s++;else if(e!==-1){a++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(s=0),s){let i={type:n===e.length||c||s<2?`lineSuffix`:`hardBreakTrailing`,start:{_bufferIndex:a?o:r.start._bufferIndex+o,_index:r.start._index+a,line:r.end.line,column:r.end.column-s,offset:r.end.offset-s},end:{...r.end}};r.end={...i.start},r.start.offset===r.end.offset?Object.assign(r,i):(e.splice(n,0,[`enter`,i,t],[`exit`,i,t]),n+=2)}n++}return e}var mo=e({attentionMarkers:()=>So,contentInitial:()=>go,disable:()=>Co,document:()=>ho,flow:()=>vo,flowInitial:()=>_o,insideSpan:()=>xo,string:()=>yo,text:()=>bo}),ho={42:$,43:$,45:$,48:$,49:$,50:$,51:$,52:$,53:$,54:$,55:$,56:$,57:$,62:Mi},go={91:da},_o={[-2]:Wi,[-1]:Wi,32:Wi},vo={35:_a,42:qa,45:[no,qa],60:Sa,61:no,95:qa,96:Vi,126:Vi},yo={38:Ri,92:Ii},bo={[-5]:Ga,[-4]:Ga,[-3]:Ga,33:Va,38:Ri,42:wi,60:[Oi,ka],91:Ua,92:[ha,Ii],93:ja,95:wi,96:Ji},xo={null:[wi,so]},So={null:[42,95]},Co={null:[]};function wo(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0},i={},a=[],o=[],s=[],c={attempt:C(x),check:C(S),consume:v,enter:y,exit:b,interrupt:C(S,{interrupt:!0})},l={code:null,containerState:{},defineSkip:h,events:[],now:m,parser:e,previous:null,sliceSerialize:f,sliceStream:p,write:d},u=t.tokenize.call(l,c);return t.resolveAll&&a.push(t),l;function d(e){return o=G(o,e),g(),o[o.length-1]===null?(w(t,0),l.events=Ci(a,l.events,l),l.events):[]}function f(e,t){return Eo(p(e),t)}function p(e){return To(o,e)}function m(){let{_bufferIndex:e,_index:t,line:n,column:i,offset:a}=r;return{_bufferIndex:e,_index:t,line:n,column:i,offset:a}}function h(e){i[e.line]=e.column,E()}function g(){let e;for(;r._index<o.length;){let t=o[r._index];if(typeof t==`string`)for(e=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===e&&r._bufferIndex<t.length;)_(t.charCodeAt(r._bufferIndex));else _(t)}}function _(e){u=u(e)}function v(e){Y(e)?(r.line++,r.column=1,r.offset+=e===-3?2:1,E()):e!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===o[r._index].length&&(r._bufferIndex=-1,r._index++)),l.previous=e}function y(e,t){let n=t||{};return n.type=e,n.start=m(),l.events.push([`enter`,n,l]),s.push(n),n}function b(e){let t=s.pop();return t.end=m(),l.events.push([`exit`,t,l]),t}function x(e,t){w(e,t.from)}function S(e,t){t.restore()}function C(e,t){return n;function n(n,r,i){let a,o,s,u;return Array.isArray(n)?f(n):`tokenize`in n?f([n]):d(n);function d(e){return t;function t(t){let n=t!==null&&e[t],r=t!==null&&e.null;return f([...Array.isArray(n)?n:n?[n]:[],...Array.isArray(r)?r:r?[r]:[]])(t)}}function f(e){return a=e,o=0,e.length===0?i:p(e[o])}function p(e){return n;function n(n){return u=T(),s=e,e.partial||(l.currentConstruct=e),e.name&&l.parser.constructs.disable.null.includes(e.name)?h(n):e.tokenize.call(t?Object.assign(Object.create(l),t):l,c,m,h)(n)}}function m(t){return e(s,u),r}function h(e){return u.restore(),++o<a.length?p(a[o]):i}}}function w(e,t){e.resolveAll&&!a.includes(e)&&a.push(e),e.resolve&&W(l.events,t,l.events.length-t,e.resolve(l.events.slice(t),l)),e.resolveTo&&(l.events=e.resolveTo(l.events,l))}function T(){let e=m(),t=l.previous,n=l.currentConstruct,i=l.events.length,a=Array.from(s);return{from:i,restore:o};function o(){r=e,l.previous=t,l.currentConstruct=n,l.events.length=i,s=a,E()}}function E(){r.line in i&&r.column<2&&(r.column=i[r.line],r.offset+=i[r.line]-1)}}function To(e,t){let n=t.start._index,r=t.start._bufferIndex,i=t.end._index,a=t.end._bufferIndex,o;if(n===i)o=[e[n].slice(r,a)];else{if(o=e.slice(n,i),r>-1){let e=o[0];typeof e==`string`?o[0]=e.slice(r):o.shift()}a>0&&o.push(e[i].slice(0,a))}return o}function Eo(e,t){let n=-1,r=[],i;for(;++n<e.length;){let a=e[n],o;if(typeof a==`string`)o=a;else switch(a){case-5:o=`\r`;break;case-4:o=`
3
3
  `;break;case-3:o=`\r
4
4
  `;break;case-2:o=t?` `:` `;break;case-1:if(!t&&i)continue;o=` `;break;default:o=String.fromCharCode(a)}i=a===-2,r.push(o)}return r.join(``)}function Do(e){let t={constructs:ri([mo,...(e||{}).extensions||[]]),content:n(gi),defined:[],document:n(vi),flow:n(ao),lazy:{},string:n(co),text:n(lo)};return t;function n(e){return n;function n(n){return wo(t,e,n)}}}function Oo(e){for(;!ea(e););return e}var ko=/[\0\t\n\r]/g;function Ao(){let e=1,t=``,n=!0,r;return i;function i(i,a,o){let s=[],c,l,u,d,f;for(i=t+(typeof i==`string`?i.toString():new TextDecoder(a||void 0).decode(i)),u=0,t=``,n&&=(i.charCodeAt(0)===65279&&u++,void 0);u<i.length;){if(ko.lastIndex=u,c=ko.exec(i),d=c&&c.index!==void 0?c.index:i.length,f=i.charCodeAt(d),!c){t=i.slice(u);break}if(f===10&&u===d&&r)s.push(-3),r=void 0;else switch(r&&=(s.push(-5),void 0),u<d&&(s.push(i.slice(u,d)),e+=d-u),f){case 0:s.push(65533),e++;break;case 9:for(l=Math.ceil(e/4)*4,s.push(-2);e++<l;)s.push(-1);break;case 10:s.push(-4),e=1;break;default:r=!0,e=1}u=d+1}return o&&(r&&s.push(-5),t&&s.push(t),s.push(null)),s}}var jo=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function Mo(e){return e.replace(jo,No)}function No(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){let e=n.charCodeAt(1),t=e===120||e===88;return oi(n.slice(t?2:1),t?16:10)}return ti(n)||e}var Po={}.hasOwnProperty;function Fo(e,t,n){return t&&typeof t==`object`&&(n=t,t=void 0),Io(n)(Oo(Do(n).document().write(Ao()(e,t,!0))))}function Io(e){let t={transforms:[],canContainEols:[`emphasis`,`fragment`,`heading`,`paragraph`,`strong`],enter:{autolink:a(xe),autolinkProtocol:T,autolinkEmail:T,atxHeading:a(N),blockQuote:a(pe),characterEscape:T,characterReference:T,codeFenced:a(me),codeFencedFenceInfo:o,codeFencedFenceMeta:o,codeIndented:a(me,o),codeText:a(he,o),codeTextData:T,data:T,codeFlowValue:T,definition:a(ge),definitionDestinationString:o,definitionLabelString:o,definitionTitleString:o,emphasis:a(_e),hardBreakEscape:a(ve),hardBreakTrailing:a(ve),htmlFlow:a(ye,o),htmlFlowData:T,htmlText:a(ye,o),htmlTextData:T,image:a(be),label:o,link:a(xe),listItem:a(Ce),listItemValue:f,listOrdered:a(Se,d),listUnordered:a(Se),paragraph:a(we),reference:se,referenceString:o,resourceDestinationString:o,resourceTitleString:o,setextHeading:a(N),strong:a(Te),thematicBreak:a(De)},exit:{atxHeading:c(),atxHeadingSequence:x,autolink:c(),autolinkEmail:fe,autolinkProtocol:de,blockQuote:c(),characterEscapeValue:E,characterReferenceMarkerHexadecimal:le,characterReferenceMarkerNumeric:le,characterReferenceValue:ue,characterReference:M,codeFenced:c(g),codeFencedFence:h,codeFencedFenceInfo:p,codeFencedFenceMeta:m,codeFlowValue:E,codeIndented:c(_),codeText:c(te),codeTextData:E,data:E,definition:c(),definitionDestinationString:b,definitionLabelString:v,definitionTitleString:y,emphasis:c(),hardBreakEscape:c(O),hardBreakTrailing:c(O),htmlFlow:c(k),htmlFlowData:E,htmlText:c(ee),htmlTextData:E,image:c(j),label:re,labelText:ne,lineEnding:D,link:c(A),listItem:c(),listOrdered:c(),listUnordered:c(),paragraph:c(),referenceString:ce,resourceDestinationString:ie,resourceTitleString:ae,resource:oe,setextHeading:c(w),setextHeadingLineSequence:C,setextHeadingText:S,strong:c(),thematicBreak:c()}};Ro(t,(e||{}).mdastExtensions||[]);let n={};return r;function r(e){let r={type:`root`,children:[]},a={stack:[r],tokenStack:[],config:t,enter:s,exit:l,buffer:o,resume:u,data:n},c=[],d=-1;for(;++d<e.length;)(e[d][1].type===`listOrdered`||e[d][1].type===`listUnordered`)&&(e[d][0]===`enter`?c.push(d):d=i(e,c.pop(),d));for(d=-1;++d<e.length;){let n=t[e[d][0]];Po.call(n,e[d][1].type)&&n[e[d][1].type].call(Object.assign({sliceSerialize:e[d][2].sliceSerialize},a),e[d][1])}if(a.tokenStack.length>0){let e=a.tokenStack[a.tokenStack.length-1];(e[1]||Bo).call(a,void 0,e[0])}for(r.position={start:Lo(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:Lo(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})},d=-1;++d<t.transforms.length;)r=t.transforms[d](r)||r;return r}function i(e,t,n){let r=t-1,i=-1,a=!1,o,s,c,l;for(;++r<=n;){let t=e[r];switch(t[1].type){case`listUnordered`:case`listOrdered`:case`blockQuote`:t[0]===`enter`?i++:i--,l=void 0;break;case`lineEndingBlank`:t[0]===`enter`&&(o&&!l&&!i&&!c&&(c=r),l=void 0);break;case`linePrefix`:case`listItemValue`:case`listItemMarker`:case`listItemPrefix`:case`listItemPrefixWhitespace`:break;default:l=void 0}if(!i&&t[0]===`enter`&&t[1].type===`listItemPrefix`||i===-1&&t[0]===`exit`&&(t[1].type===`listUnordered`||t[1].type===`listOrdered`)){if(o){let i=r;for(s=void 0;i--;){let t=e[i];if(t[1].type===`lineEnding`||t[1].type===`lineEndingBlank`){if(t[0]===`exit`)continue;s&&(e[s][1].type=`lineEndingBlank`,a=!0),t[1].type=`lineEnding`,s=i}else if(!(t[1].type===`linePrefix`||t[1].type===`blockQuotePrefix`||t[1].type===`blockQuotePrefixWhitespace`||t[1].type===`blockQuoteMarker`||t[1].type===`listItemIndent`))break}c&&(!s||c<s)&&(o._spread=!0),o.end=Object.assign({},s?e[s][1].start:t[1].end),e.splice(s||r,0,[`exit`,o,t[2]]),r++,n++}if(t[1].type===`listItemPrefix`){let i={type:`listItem`,_spread:!1,start:Object.assign({},t[1].start),end:void 0};o=i,e.splice(r,0,[`enter`,i,t[2]]),r++,n++,c=void 0,l=!0}}}return e[t][1]._spread=a,n}function a(e,t){return n;function n(n){s.call(this,e(n),n),t&&t.call(this,n)}}function o(){this.stack.push({type:`fragment`,children:[]})}function s(e,t,n){this.stack[this.stack.length-1].children.push(e),this.stack.push(e),this.tokenStack.push([t,n||void 0]),e.position={start:Lo(t.start),end:void 0}}function c(e){return t;function t(t){e&&e.call(this,t),l.call(this,t)}}function l(e,t){let n=this.stack.pop(),r=this.tokenStack.pop();if(r)r[0].type!==e.type&&(t?t.call(this,e,r[0]):(r[1]||Bo).call(this,e,r[0]));else throw Error("Cannot close `"+e.type+"` ("+hr({start:e.start,end:e.end})+`): it’s not open`);n.position.end=Lo(e.end)}function u(){return Xr(this.stack.pop())}function d(){this.data.expectingFirstListItemValue=!0}function f(e){if(this.data.expectingFirstListItemValue){let t=this.stack[this.stack.length-2];t.start=Number.parseInt(this.sliceSerialize(e),10),this.data.expectingFirstListItemValue=void 0}}function p(){let e=this.resume(),t=this.stack[this.stack.length-1];t.lang=e}function m(){let e=this.resume(),t=this.stack[this.stack.length-1];t.meta=e}function h(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function g(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,``),this.data.flowCodeInside=void 0}function _(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e.replace(/(\r?\n|\r)$/g,``)}function v(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=K(this.sliceSerialize(e)).toLowerCase()}function y(){let e=this.resume(),t=this.stack[this.stack.length-1];t.title=e}function b(){let e=this.resume(),t=this.stack[this.stack.length-1];t.url=e}function x(e){let t=this.stack[this.stack.length-1];t.depth||=this.sliceSerialize(e).length}function S(){this.data.setextHeadingSlurpLineEnding=!0}function C(e){let t=this.stack[this.stack.length-1];t.depth=this.sliceSerialize(e).codePointAt(0)===61?1:2}function w(){this.data.setextHeadingSlurpLineEnding=void 0}function T(e){let t=this.stack[this.stack.length-1].children,n=t[t.length-1];(!n||n.type!==`text`)&&(n=Ee(),n.position={start:Lo(e.start),end:void 0},t.push(n)),this.stack.push(n)}function E(e){let t=this.stack.pop();t.value+=this.sliceSerialize(e),t.position.end=Lo(e.end)}function D(e){let n=this.stack[this.stack.length-1];if(this.data.atHardBreak){let t=n.children[n.children.length-1];t.position.end=Lo(e.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(n.type)&&(T.call(this,e),E.call(this,e))}function O(){this.data.atHardBreak=!0}function k(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function ee(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function te(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function A(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let t=this.data.referenceType||`shortcut`;e.type+=`Reference`,e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function j(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let t=this.data.referenceType||`shortcut`;e.type+=`Reference`,e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function ne(e){let t=this.sliceSerialize(e),n=this.stack[this.stack.length-2];n.label=Mo(t),n.identifier=K(t).toLowerCase()}function re(){let e=this.stack[this.stack.length-1],t=this.resume(),n=this.stack[this.stack.length-1];this.data.inReference=!0,n.type===`link`?n.children=e.children:n.alt=t}function ie(){let e=this.resume(),t=this.stack[this.stack.length-1];t.url=e}function ae(){let e=this.resume(),t=this.stack[this.stack.length-1];t.title=e}function oe(){this.data.inReference=void 0}function se(){this.data.referenceType=`collapsed`}function ce(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=K(this.sliceSerialize(e)).toLowerCase(),this.data.referenceType=`full`}function le(e){this.data.characterReferenceType=e.type}function ue(e){let t=this.sliceSerialize(e),n=this.data.characterReferenceType,r;n?(r=oi(t,n===`characterReferenceMarkerNumeric`?10:16),this.data.characterReferenceType=void 0):r=ti(t);let i=this.stack[this.stack.length-1];i.value+=r}function M(e){let t=this.stack.pop();t.position.end=Lo(e.end)}function de(e){E.call(this,e);let t=this.stack[this.stack.length-1];t.url=this.sliceSerialize(e)}function fe(e){E.call(this,e);let t=this.stack[this.stack.length-1];t.url=`mailto:`+this.sliceSerialize(e)}function pe(){return{type:`blockquote`,children:[]}}function me(){return{type:`code`,lang:null,meta:null,value:``}}function he(){return{type:`inlineCode`,value:``}}function ge(){return{type:`definition`,identifier:``,label:null,title:null,url:``}}function _e(){return{type:`emphasis`,children:[]}}function N(){return{type:`heading`,depth:0,children:[]}}function ve(){return{type:`break`}}function ye(){return{type:`html`,value:``}}function be(){return{type:`image`,title:null,url:``,alt:null}}function xe(){return{type:`link`,title:null,url:``,children:[]}}function Se(e){return{type:`list`,ordered:e.type===`listOrdered`,start:null,spread:e._spread,children:[]}}function Ce(e){return{type:`listItem`,spread:e._spread,checked:null,children:[]}}function we(){return{type:`paragraph`,children:[]}}function Te(){return{type:`strong`,children:[]}}function Ee(){return{type:`text`,value:``}}function De(){return{type:`thematicBreak`}}}function Lo(e){return{line:e.line,column:e.column,offset:e.offset}}function Ro(e,t){let n=-1;for(;++n<t.length;){let r=t[n];Array.isArray(r)?Ro(e,r):zo(e,r)}}function zo(e,t){let n;for(n in t)if(Po.call(t,n))switch(n){case`canContainEols`:{let r=t[n];r&&e[n].push(...r);break}case`transforms`:{let r=t[n];r&&e[n].push(...r);break}case`enter`:case`exit`:{let r=t[n];r&&Object.assign(e[n],r);break}}}function Bo(e,t){throw Error(e?"Cannot close `"+e.type+"` ("+hr({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+hr({start:t.start,end:t.end})+`) is open`:"Cannot close document, a token (`"+t.type+"`, "+hr({start:t.start,end:t.end})+`) is still open`)}function Vo(e){let t=this;t.parser=n;function n(n){return Fo(n,{...t.data(`settings`),...e,extensions:t.data(`micromarkExtensions`)||[],mdastExtensions:t.data(`fromMarkdownExtensions`)||[]})}}function Ho(e,t){let n={type:`element`,tagName:`blockquote`,properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function Uo(e,t){let n={type:`element`,tagName:`br`,properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:`text`,value:`
@@ -26,4 +26,5 @@ import{n as e,r as t,t as n}from"./rolldown-runtime-Dw2cE7zH.js";import{l as r}f
26
26
  `))+1))}let o=`#`.repeat(i),s=n.enter(`headingAtx`),c=n.enter(`phrasing`);a.move(o+` `);let l=n.containerPhrasing(e,{before:`# `,after:`
27
27
  `,...a.current()});return/^[\t ]/.test(l)&&(l=eu(l.charCodeAt(0))+l.slice(1)),l=l?o+` `+l:o,n.options.closeAtx&&(l+=` `+o),c(),s(),l}ou.peek=su;function ou(e){return e.value||``}function su(){return`<`}cu.peek=lu;function cu(e,t,n,r){let i=Zl(n),a=i===`"`?`Quote`:`Apostrophe`,o=n.enter(`image`),s=n.enter(`label`),c=n.createTracker(r),l=c.move(`![`);return l+=c.move(n.safe(e.alt,{before:l,after:`]`,...c.current()})),l+=c.move(`](`),s(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(s=n.enter(`destinationLiteral`),l+=c.move(`<`),l+=c.move(n.safe(e.url,{before:l,after:`>`,...c.current()})),l+=c.move(`>`)):(s=n.enter(`destinationRaw`),l+=c.move(n.safe(e.url,{before:l,after:e.title?` `:`)`,...c.current()}))),s(),e.title&&(s=n.enter(`title${a}`),l+=c.move(` `+i),l+=c.move(n.safe(e.title,{before:l,after:i,...c.current()})),l+=c.move(i),s()),l+=c.move(`)`),o(),l}function lu(){return`!`}uu.peek=du;function uu(e,t,n,r){let i=e.referenceType,a=n.enter(`imageReference`),o=n.enter(`label`),s=n.createTracker(r),c=s.move(`![`),l=n.safe(e.alt,{before:c,after:`]`,...s.current()});c+=s.move(l+`][`),o();let u=n.stack;n.stack=[],o=n.enter(`reference`);let d=n.safe(n.associationId(e),{before:c,after:`]`,...s.current()});return o(),n.stack=u,a(),i===`full`||!l||l!==d?c+=s.move(d+`]`):i===`shortcut`?c=c.slice(0,-1):c+=s.move(`]`),c}function du(){return`!`}fu.peek=pu;function fu(e,t,n){let r=e.value||``,i="`",a=-1;for(;RegExp("(^|[^`])"+i+"([^`]|$)").test(r);)i+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=` `+r+` `);++a<n.unsafe.length;){let e=n.unsafe[a],t=n.compilePattern(e),i;if(e.atBreak)for(;i=t.exec(r);){let e=i.index;r.charCodeAt(e)===10&&r.charCodeAt(e-1)===13&&e--,r=r.slice(0,e)+` `+r.slice(i.index+1)}}return i+r+i}function pu(){return"`"}function mu(e,t){let n=Xr(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type===`text`&&(n===e.url||`mailto:`+n===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}hu.peek=gu;function hu(e,t,n,r){let i=Zl(n),a=i===`"`?`Quote`:`Apostrophe`,o=n.createTracker(r),s,c;if(mu(e,n)){let t=n.stack;n.stack=[],s=n.enter(`autolink`);let r=o.move(`<`);return r+=o.move(n.containerPhrasing(e,{before:r,after:`>`,...o.current()})),r+=o.move(`>`),s(),n.stack=t,r}s=n.enter(`link`),c=n.enter(`label`);let l=o.move(`[`);return l+=o.move(n.containerPhrasing(e,{before:l,after:`](`,...o.current()})),l+=o.move(`](`),c(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(c=n.enter(`destinationLiteral`),l+=o.move(`<`),l+=o.move(n.safe(e.url,{before:l,after:`>`,...o.current()})),l+=o.move(`>`)):(c=n.enter(`destinationRaw`),l+=o.move(n.safe(e.url,{before:l,after:e.title?` `:`)`,...o.current()}))),c(),e.title&&(c=n.enter(`title${a}`),l+=o.move(` `+i),l+=o.move(n.safe(e.title,{before:l,after:i,...o.current()})),l+=o.move(i),c()),l+=o.move(`)`),s(),l}function gu(e,t,n){return mu(e,n)?`<`:`[`}_u.peek=vu;function _u(e,t,n,r){let i=e.referenceType,a=n.enter(`linkReference`),o=n.enter(`label`),s=n.createTracker(r),c=s.move(`[`),l=n.containerPhrasing(e,{before:c,after:`]`,...s.current()});c+=s.move(l+`][`),o();let u=n.stack;n.stack=[],o=n.enter(`reference`);let d=n.safe(n.associationId(e),{before:c,after:`]`,...s.current()});return o(),n.stack=u,a(),i===`full`||!l||l!==d?c+=s.move(d+`]`):i===`shortcut`?c=c.slice(0,-1):c+=s.move(`]`),c}function vu(){return`[`}function yu(e){let t=e.options.bullet||`*`;if(t!==`*`&&t!==`+`&&t!==`-`)throw Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function bu(e){let t=yu(e),n=e.options.bulletOther;if(!n)return t===`*`?`-`:`*`;if(n!==`*`&&n!==`+`&&n!==`-`)throw Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}function xu(e){let t=e.options.bulletOrdered||`.`;if(t!==`.`&&t!==`)`)throw Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function Su(e){let t=e.options.rule||`*`;if(t!==`*`&&t!==`-`&&t!==`_`)throw Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function Cu(e,t,n,r){let i=n.enter(`list`),a=n.bulletCurrent,o=e.ordered?xu(n):yu(n),s=e.ordered?o===`.`?`)`:`.`:bu(n),c=t&&n.bulletLastUsed?o===n.bulletLastUsed:!1;if(!e.ordered){let t=e.children?e.children[0]:void 0;if((o===`*`||o===`-`)&&t&&(!t.children||!t.children[0])&&n.stack[n.stack.length-1]===`list`&&n.stack[n.stack.length-2]===`listItem`&&n.stack[n.stack.length-3]===`list`&&n.stack[n.stack.length-4]===`listItem`&&n.indexStack[n.indexStack.length-1]===0&&n.indexStack[n.indexStack.length-2]===0&&n.indexStack[n.indexStack.length-3]===0&&(c=!0),Su(n)===o&&t){let t=-1;for(;++t<e.children.length;){let n=e.children[t];if(n&&n.type===`listItem`&&n.children&&n.children[0]&&n.children[0].type===`thematicBreak`){c=!0;break}}}}c&&(o=s),n.bulletCurrent=o;let l=n.containerFlow(e,r);return n.bulletLastUsed=o,n.bulletCurrent=a,i(),l}function wu(e){let t=e.options.listItemIndent||`one`;if(t!==`tab`&&t!==`one`&&t!==`mixed`)throw Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function Tu(e,t,n,r){let i=wu(n),a=n.bulletCurrent||yu(n);t&&t.type===`list`&&t.ordered&&(a=(typeof t.start==`number`&&t.start>-1?t.start:1)+(n.options.incrementListMarker===!1?0:t.children.indexOf(e))+a);let o=a.length+1;(i===`tab`||i===`mixed`&&(t&&t.type===`list`&&t.spread||e.spread))&&(o=Math.ceil(o/4)*4);let s=n.createTracker(r);s.move(a+` `.repeat(o-a.length)),s.shift(o);let c=n.enter(`listItem`),l=n.indentLines(n.containerFlow(e,s.current()),u);return c(),l;function u(e,t,n){return t?(n?``:` `.repeat(o))+e:(n?a:a+` `.repeat(o-a.length))+e}}function Eu(e,t,n,r){let i=n.enter(`paragraph`),a=n.enter(`phrasing`),o=n.containerPhrasing(e,r);return a(),i(),o}var Du=Ps([`break`,`delete`,`emphasis`,`footnote`,`footnoteReference`,`image`,`imageReference`,`inlineCode`,`inlineMath`,`link`,`linkReference`,`mdxJsxTextElement`,`mdxTextExpression`,`strong`,`text`,`textDirective`]);function Ou(e,t,n,r){return(e.children.some(function(e){return Du(e)})?n.containerPhrasing:n.containerFlow).call(n,e,r)}function ku(e){let t=e.options.strong||`*`;if(t!==`*`&&t!==`_`)throw Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}Au.peek=ju;function Au(e,t,n,r){let i=ku(n),a=n.enter(`strong`),o=n.createTracker(r),s=o.move(i+i),c=o.move(n.containerPhrasing(e,{after:i,before:s,...o.current()})),l=c.charCodeAt(0),u=tu(r.before.charCodeAt(r.before.length-1),l,i);u.inside&&(c=eu(l)+c.slice(1));let d=c.charCodeAt(c.length-1),f=tu(r.after.charCodeAt(0),d,i);f.inside&&(c=c.slice(0,-1)+eu(d));let p=o.move(i+i);return a(),n.attentionEncodeSurroundingInfo={after:f.outside,before:u.outside},s+c+p}function ju(e,t,n){return n.options.strong||`*`}function Mu(e,t,n,r){return n.safe(e.value,r)}function Nu(e){let t=e.options.ruleRepetition||3;if(t<3)throw Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function Pu(e,t,n){let r=(Su(n)+(n.options.ruleSpaces?` `:``)).repeat(Nu(n));return n.options.ruleSpaces?r.slice(0,-1):r}var Fu={blockquote:Vl,break:Gl,code:Yl,definition:Ql,emphasis:nu,hardBreak:Gl,heading:au,html:ou,image:cu,imageReference:uu,inlineCode:fu,link:hu,linkReference:_u,list:Cu,listItem:Tu,paragraph:Eu,root:Ou,strong:Au,text:Mu,thematicBreak:Pu};function Iu(){return{enter:{table:Lu,tableData:Vu,tableHeader:Vu,tableRow:zu},exit:{codeText:Hu,table:Ru,tableData:Bu,tableHeader:Bu,tableRow:Bu}}}function Lu(e){let t=e._align;this.enter({type:`table`,align:t.map(function(e){return e===`none`?null:e}),children:[]},e),this.data.inTable=!0}function Ru(e){this.exit(e),this.data.inTable=void 0}function zu(e){this.enter({type:`tableRow`,children:[]},e)}function Bu(e){this.exit(e)}function Vu(e){this.enter({type:`tableCell`,children:[]},e)}function Hu(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,Uu));let n=this.stack[this.stack.length-1];n.type,n.value=t,this.exit(e)}function Uu(e,t){return t===`|`?t:e}function Wu(e){let t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,i=t.stringLength,a=n?` `:`|`;return{unsafe:[{character:`\r`,inConstruct:`tableCell`},{character:`
28
28
  `,inConstruct:`tableCell`},{atBreak:!0,character:`|`,after:`[ :-]`},{character:`|`,inConstruct:`tableCell`},{atBreak:!0,character:`:`,after:`-`},{atBreak:!0,character:`-`,after:`[:|-]`}],handlers:{inlineCode:f,table:o,tableCell:c,tableRow:s}};function o(e,t,n,r){return l(u(e,n,r),e.align)}function s(e,t,n,r){let i=l([d(e,n,r)]);return i.slice(0,i.indexOf(`
29
- `))}function c(e,t,n,r){let i=n.enter(`tableCell`),o=n.enter(`phrasing`),s=n.containerPhrasing(e,{...r,before:a,after:a});return o(),i(),s}function l(e,t){return Rl(e,{align:t,alignDelimiters:r,padding:n,stringLength:i})}function u(e,t,n){let r=e.children,i=-1,a=[],o=t.enter(`table`);for(;++i<r.length;)a[i]=d(r[i],t,n);return o(),a}function d(e,t,n){let r=e.children,i=-1,a=[],o=t.enter(`tableRow`);for(;++i<r.length;)a[i]=c(r[i],e,t,n);return o(),a}function f(e,t,n){let r=Fu.inlineCode(e,t,n);return n.stack.includes(`tableCell`)&&(r=r.replace(/\|/g,`\\$&`)),r}}function Gu(){return{exit:{taskListCheckValueChecked:qu,taskListCheckValueUnchecked:qu,paragraph:Ju}}}function Ku(){return{unsafe:[{atBreak:!0,character:`-`,after:`[:|-]`}],handlers:{listItem:Yu}}}function qu(e){let t=this.stack[this.stack.length-2];t.type,t.checked=e.type===`taskListCheckValueChecked`}function Ju(e){let t=this.stack[this.stack.length-2];if(t&&t.type===`listItem`&&typeof t.checked==`boolean`){let e=this.stack[this.stack.length-1];e.type;let n=e.children[0];if(n&&n.type===`text`){let r=t.children,i=-1,a;for(;++i<r.length;){let e=r[i];if(e.type===`paragraph`){a=e;break}}a===e&&(n.value=n.value.slice(1),n.value.length===0?e.children.shift():e.position&&n.position&&typeof n.position.start.offset==`number`&&(n.position.start.column++,n.position.start.offset++,e.position.start=Object.assign({},n.position.start)))}}this.exit(e)}function Yu(e,t,n,r){let i=e.children[0],a=typeof e.checked==`boolean`&&i&&i.type===`paragraph`,o=`[`+(e.checked?`x`:` `)+`] `,s=n.createTracker(r);a&&s.move(o);let c=Fu.listItem(e,t,n,{...r,...s.current()});return a&&(c=c.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,l)),c;function l(e){return e+o}}function Xu(){return[nl(),El(),jl(),Iu(),Gu()]}function Zu(e){return{extensions:[rl(),Dl(e),Ml(),Wu(e),Ku()]}}var Qu={tokenize:fd,partial:!0},$u={tokenize:pd,partial:!0},ed={tokenize:md,partial:!0},td={tokenize:hd,partial:!0},nd={tokenize:gd,partial:!0},rd={name:`wwwAutolink`,tokenize:ud,previous:_d},id={name:`protocolAutolink`,tokenize:dd,previous:vd},ad={name:`emailAutolink`,tokenize:ld,previous:yd},od={};function sd(){return{text:od}}for(var cd=48;cd<123;)od[cd]=ad,cd++,cd===58?cd=65:cd===91&&(cd=97);od[43]=ad,od[45]=ad,od[46]=ad,od[95]=ad,od[72]=[ad,id],od[104]=[ad,id],od[87]=[ad,rd],od[119]=[ad,rd];function ld(e,t,n){let r=this,i,a;return o;function o(t){return!bd(t)||!yd.call(r,r.previous)||xd(r.events)?n(t):(e.enter(`literalAutolink`),e.enter(`literalAutolinkEmail`),s(t))}function s(t){return bd(t)?(e.consume(t),s):t===64?(e.consume(t),c):n(t)}function c(t){return t===46?e.check(nd,u,l)(t):t===45||t===95||J(t)?(a=!0,e.consume(t),c):u(t)}function l(t){return e.consume(t),i=!0,c}function u(o){return a&&i&&q(r.previous)?(e.exit(`literalAutolinkEmail`),e.exit(`literalAutolink`),t(o)):n(o)}}function ud(e,t,n){let r=this;return i;function i(t){return t!==87&&t!==119||!_d.call(r,r.previous)||xd(r.events)?n(t):(e.enter(`literalAutolink`),e.enter(`literalAutolinkWww`),e.check(Qu,e.attempt($u,e.attempt(ed,a),n),n)(t))}function a(n){return e.exit(`literalAutolinkWww`),e.exit(`literalAutolink`),t(n)}}function dd(e,t,n){let r=this,i=``,a=!1;return o;function o(t){return(t===72||t===104)&&vd.call(r,r.previous)&&!xd(r.events)?(e.enter(`literalAutolink`),e.enter(`literalAutolinkHttp`),i+=String.fromCodePoint(t),e.consume(t),s):n(t)}function s(t){if(q(t)&&i.length<5)return i+=String.fromCodePoint(t),e.consume(t),s;if(t===58){let n=i.toLowerCase();if(n===`http`||n===`https`)return e.consume(t),c}return n(t)}function c(t){return t===47?(e.consume(t),a?l:(a=!0,c)):n(t)}function l(t){return t===null||ci(t)||X(t)||pi(t)||fi(t)?n(t):e.attempt($u,e.attempt(ed,u),n)(t)}function u(n){return e.exit(`literalAutolinkHttp`),e.exit(`literalAutolink`),t(n)}}function fd(e,t,n){let r=0;return i;function i(t){return(t===87||t===119)&&r<3?(r++,e.consume(t),i):t===46&&r===3?(e.consume(t),a):n(t)}function a(e){return e===null?n(e):t(e)}}function pd(e,t,n){let r,i,a;return o;function o(t){return t===46||t===95?e.check(td,c,s)(t):t===null||X(t)||pi(t)||t!==45&&fi(t)?c(t):(a=!0,e.consume(t),o)}function s(t){return t===95?r=!0:(i=r,r=void 0),e.consume(t),o}function c(e){return i||r||!a?n(e):t(e)}}function md(e,t){let n=0,r=0;return i;function i(o){return o===40?(n++,e.consume(o),i):o===41&&r<n?a(o):o===33||o===34||o===38||o===39||o===41||o===42||o===44||o===46||o===58||o===59||o===60||o===63||o===93||o===95||o===126?e.check(td,t,a)(o):o===null||X(o)||pi(o)?t(o):(e.consume(o),i)}function a(t){return t===41&&r++,e.consume(t),i}}function hd(e,t,n){return r;function r(o){return o===33||o===34||o===39||o===41||o===42||o===44||o===46||o===58||o===59||o===63||o===95||o===126?(e.consume(o),r):o===38?(e.consume(o),a):o===93?(e.consume(o),i):o===60||o===null||X(o)||pi(o)?t(o):n(o)}function i(e){return e===null||e===40||e===91||X(e)||pi(e)?t(e):r(e)}function a(e){return q(e)?o(e):n(e)}function o(t){return t===59?(e.consume(t),r):q(t)?(e.consume(t),o):n(t)}}function gd(e,t,n){return r;function r(t){return e.consume(t),i}function i(e){return J(e)?n(e):t(e)}}function _d(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||X(e)}function vd(e){return!q(e)}function yd(e){return!(e===47||bd(e))}function bd(e){return e===43||e===45||e===46||e===95||J(e)}function xd(e){let t=e.length,n=!1;for(;t--;){let r=e[t][1];if((r.type===`labelLink`||r.type===`labelImage`)&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}var Sd={tokenize:Ad,partial:!0};function Cd(){return{document:{91:{name:`gfmFootnoteDefinition`,tokenize:Dd,continuation:{tokenize:Od},exit:kd}},text:{91:{name:`gfmFootnoteCall`,tokenize:Ed},93:{name:`gfmPotentialFootnoteCall`,add:`after`,tokenize:wd,resolveTo:Td}}}}function wd(e,t,n){let r=this,i=r.events.length,a=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),o;for(;i--;){let e=r.events[i][1];if(e.type===`labelImage`){o=e;break}if(e.type===`gfmFootnoteCall`||e.type===`labelLink`||e.type===`label`||e.type===`image`||e.type===`link`)break}return s;function s(i){if(!o||!o._balanced)return n(i);let s=K(r.sliceSerialize({start:o.end,end:r.now()}));return s.codePointAt(0)!==94||!a.includes(s.slice(1))?n(i):(e.enter(`gfmFootnoteCallLabelMarker`),e.consume(i),e.exit(`gfmFootnoteCallLabelMarker`),t(i))}}function Td(e,t){let n=e.length;for(;n--;)if(e[n][1].type===`labelImage`&&e[n][0]===`enter`){e[n][1];break}e[n+1][1].type=`data`,e[n+3][1].type=`gfmFootnoteCallLabelMarker`;let r={type:`gfmFootnoteCall`,start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},i={type:`gfmFootnoteCallMarker`,start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};i.end.column++,i.end.offset++,i.end._bufferIndex++;let a={type:`gfmFootnoteCallString`,start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},o={type:`chunkString`,contentType:`string`,start:Object.assign({},a.start),end:Object.assign({},a.end)},s=[e[n+1],e[n+2],[`enter`,r,t],e[n+3],e[n+4],[`enter`,i,t],[`exit`,i,t],[`enter`,a,t],[`enter`,o,t],[`exit`,o,t],[`exit`,a,t],e[e.length-2],e[e.length-1],[`exit`,r,t]];return e.splice(n,e.length-n+1,...s),e}function Ed(e,t,n){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),a=0,o;return s;function s(t){return e.enter(`gfmFootnoteCall`),e.enter(`gfmFootnoteCallLabelMarker`),e.consume(t),e.exit(`gfmFootnoteCallLabelMarker`),c}function c(t){return t===94?(e.enter(`gfmFootnoteCallMarker`),e.consume(t),e.exit(`gfmFootnoteCallMarker`),e.enter(`gfmFootnoteCallString`),e.enter(`chunkString`).contentType=`string`,l):n(t)}function l(s){if(a>999||s===93&&!o||s===null||s===91||X(s))return n(s);if(s===93){e.exit(`chunkString`);let a=e.exit(`gfmFootnoteCallString`);return i.includes(K(r.sliceSerialize(a)))?(e.enter(`gfmFootnoteCallLabelMarker`),e.consume(s),e.exit(`gfmFootnoteCallLabelMarker`),e.exit(`gfmFootnoteCall`),t):n(s)}return X(s)||(o=!0),a++,e.consume(s),s===92?u:l}function u(t){return t===91||t===92||t===93?(e.consume(t),a++,l):l(t)}}function Dd(e,t,n){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),a,o=0,s;return c;function c(t){return e.enter(`gfmFootnoteDefinition`)._container=!0,e.enter(`gfmFootnoteDefinitionLabel`),e.enter(`gfmFootnoteDefinitionLabelMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionLabelMarker`),l}function l(t){return t===94?(e.enter(`gfmFootnoteDefinitionMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionMarker`),e.enter(`gfmFootnoteDefinitionLabelString`),e.enter(`chunkString`).contentType=`string`,u):n(t)}function u(t){if(o>999||t===93&&!s||t===null||t===91||X(t))return n(t);if(t===93){e.exit(`chunkString`);let n=e.exit(`gfmFootnoteDefinitionLabelString`);return a=K(r.sliceSerialize(n)),e.enter(`gfmFootnoteDefinitionLabelMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionLabelMarker`),e.exit(`gfmFootnoteDefinitionLabel`),f}return X(t)||(s=!0),o++,e.consume(t),t===92?d:u}function d(t){return t===91||t===92||t===93?(e.consume(t),o++,u):u(t)}function f(t){return t===58?(e.enter(`definitionMarker`),e.consume(t),e.exit(`definitionMarker`),i.includes(a)||i.push(a),Q(e,p,`gfmFootnoteDefinitionWhitespace`)):n(t)}function p(e){return t(e)}}function Od(e,t,n){return e.check(Ai,t,e.attempt(Sd,t,n))}function kd(e){e.exit(`gfmFootnoteDefinition`)}function Ad(e,t,n){let r=this;return Q(e,i,`gfmFootnoteDefinitionIndent`,5);function i(e){let i=r.events[r.events.length-1];return i&&i[1].type===`gfmFootnoteDefinitionIndent`&&i[2].sliceSerialize(i[1],!0).length===4?t(e):n(e)}}function jd(e){let t=(e||{}).singleTilde,n={name:`strikethrough`,tokenize:i,resolveAll:r};return t??=!0,{text:{126:n},insideSpan:{null:[n]},attentionMarkers:{null:[126]}};function r(e,t){let n=-1;for(;++n<e.length;)if(e[n][0]===`enter`&&e[n][1].type===`strikethroughSequenceTemporary`&&e[n][1]._close){let r=n;for(;r--;)if(e[r][0]===`exit`&&e[r][1].type===`strikethroughSequenceTemporary`&&e[r][1]._open&&e[n][1].end.offset-e[n][1].start.offset===e[r][1].end.offset-e[r][1].start.offset){e[n][1].type=`strikethroughSequence`,e[r][1].type=`strikethroughSequence`;let i={type:`strikethrough`,start:Object.assign({},e[r][1].start),end:Object.assign({},e[n][1].end)},a={type:`strikethroughText`,start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},o=[[`enter`,i,t],[`enter`,e[r][1],t],[`exit`,e[r][1],t],[`enter`,a,t]],s=t.parser.constructs.insideSpan.null;s&&W(o,o.length,0,Ci(s,e.slice(r+1,n),t)),W(o,o.length,0,[[`exit`,a,t],[`enter`,e[n][1],t],[`exit`,e[n][1],t],[`exit`,i,t]]),W(e,r-1,n-r+3,o),n=r+o.length-2;break}}for(n=-1;++n<e.length;)e[n][1].type===`strikethroughSequenceTemporary`&&(e[n][1].type=`data`);return e}function i(e,n,r){let i=this.previous,a=this.events,o=0;return s;function s(t){return i===126&&a[a.length-1][1].type!==`characterEscape`?r(t):(e.enter(`strikethroughSequenceTemporary`),c(t))}function c(a){let s=Si(i);if(a===126)return o>1?r(a):(e.consume(a),o++,c);if(o<2&&!t)return r(a);let l=e.exit(`strikethroughSequenceTemporary`),u=Si(a);return l._open=!u||u===2&&!!s,l._close=!s||s===2&&!!u,n(a)}}}var Md=class{constructor(){this.map=[]}add(e,t,n){Nd(this,e,t,n)}consume(e){if(this.map.sort(function(e,t){return e[0]-t[0]}),this.map.length===0)return;let t=this.map.length,n=[];for(;t>0;)--t,n.push(e.slice(this.map[t][0]+this.map[t][1]),this.map[t][2]),e.length=this.map[t][0];n.push(e.slice()),e.length=0;let r=n.pop();for(;r;){for(let t of r)e.push(t);r=n.pop()}this.map.length=0}};function Nd(e,t,n,r){let i=0;if(!(n===0&&r.length===0)){for(;i<e.map.length;){if(e.map[i][0]===t){e.map[i][1]+=n,e.map[i][2].push(...r);return}i+=1}e.map.push([t,n,r])}}function Pd(e,t){let n=!1,r=[];for(;t<e.length;){let i=e[t];if(n){if(i[0]===`enter`)i[1].type===`tableContent`&&r.push(e[t+1][1].type===`tableDelimiterMarker`?`left`:`none`);else if(i[1].type===`tableContent`){if(e[t-1][1].type===`tableDelimiterMarker`){let e=r.length-1;r[e]=r[e]===`left`?`center`:`right`}}else if(i[1].type===`tableDelimiterRow`)break}else i[0]===`enter`&&i[1].type===`tableDelimiterRow`&&(n=!0);t+=1}return r}function Fd(){return{flow:{null:{name:`table`,tokenize:Id,resolveAll:Ld}}}}function Id(e,t,n){let r=this,i=0,a=0,o;return s;function s(e){let t=r.events.length-1;for(;t>-1;){let e=r.events[t][1].type;if(e===`lineEnding`||e===`linePrefix`)t--;else break}let i=t>-1?r.events[t][1].type:null,a=i===`tableHead`||i===`tableRow`?S:c;return a===S&&r.parser.lazy[r.now().line]?n(e):a(e)}function c(t){return e.enter(`tableHead`),e.enter(`tableRow`),l(t)}function l(e){return e===124?u(e):(o=!0,a+=1,u(e))}function u(t){return t===null?n(t):Y(t)?a>1?(a=0,r.interrupt=!0,e.exit(`tableRow`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),p):n(t):Z(t)?Q(e,u,`whitespace`)(t):(a+=1,o&&(o=!1,i+=1),t===124?(e.enter(`tableCellDivider`),e.consume(t),e.exit(`tableCellDivider`),o=!0,u):(e.enter(`data`),d(t)))}function d(t){return t===null||t===124||X(t)?(e.exit(`data`),u(t)):(e.consume(t),t===92?f:d)}function f(t){return t===92||t===124?(e.consume(t),d):d(t)}function p(t){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(t):(e.enter(`tableDelimiterRow`),o=!1,Z(t)?Q(e,m,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):m(t))}function m(t){return t===45||t===58?g(t):t===124?(o=!0,e.enter(`tableCellDivider`),e.consume(t),e.exit(`tableCellDivider`),h):x(t)}function h(t){return Z(t)?Q(e,g,`whitespace`)(t):g(t)}function g(t){return t===58?(a+=1,o=!0,e.enter(`tableDelimiterMarker`),e.consume(t),e.exit(`tableDelimiterMarker`),_):t===45?(a+=1,_(t)):t===null||Y(t)?b(t):x(t)}function _(t){return t===45?(e.enter(`tableDelimiterFiller`),v(t)):x(t)}function v(t){return t===45?(e.consume(t),v):t===58?(o=!0,e.exit(`tableDelimiterFiller`),e.enter(`tableDelimiterMarker`),e.consume(t),e.exit(`tableDelimiterMarker`),y):(e.exit(`tableDelimiterFiller`),y(t))}function y(t){return Z(t)?Q(e,b,`whitespace`)(t):b(t)}function b(n){return n===124?m(n):n===null||Y(n)?!o||i!==a?x(n):(e.exit(`tableDelimiterRow`),e.exit(`tableHead`),t(n)):x(n)}function x(e){return n(e)}function S(t){return e.enter(`tableRow`),C(t)}function C(n){return n===124?(e.enter(`tableCellDivider`),e.consume(n),e.exit(`tableCellDivider`),C):n===null||Y(n)?(e.exit(`tableRow`),t(n)):Z(n)?Q(e,C,`whitespace`)(n):(e.enter(`data`),w(n))}function w(t){return t===null||t===124||X(t)?(e.exit(`data`),C(t)):(e.consume(t),t===92?T:w)}function T(t){return t===92||t===124?(e.consume(t),w):w(t)}}function Ld(e,t){let n=-1,r=!0,i=0,a=[0,0,0,0],o=[0,0,0,0],s=!1,c=0,l,u,d,f=new Md;for(;++n<e.length;){let p=e[n],m=p[1];p[0]===`enter`?m.type===`tableHead`?(s=!1,c!==0&&(zd(f,t,c,l,u),u=void 0,c=0),l={type:`table`,start:Object.assign({},m.start),end:Object.assign({},m.end)},f.add(n,0,[[`enter`,l,t]])):m.type===`tableRow`||m.type===`tableDelimiterRow`?(r=!0,d=void 0,a=[0,0,0,0],o=[0,n+1,0,0],s&&(s=!1,u={type:`tableBody`,start:Object.assign({},m.start),end:Object.assign({},m.end)},f.add(n,0,[[`enter`,u,t]])),i=m.type===`tableDelimiterRow`?2:u?3:1):i&&(m.type===`data`||m.type===`tableDelimiterMarker`||m.type===`tableDelimiterFiller`)?(r=!1,o[2]===0&&(a[1]!==0&&(o[0]=o[1],d=Rd(f,t,a,i,void 0,d),a=[0,0,0,0]),o[2]=n)):m.type===`tableCellDivider`&&(r?r=!1:(a[1]!==0&&(o[0]=o[1],d=Rd(f,t,a,i,void 0,d)),a=o,o=[a[1],n,0,0])):m.type===`tableHead`?(s=!0,c=n):m.type===`tableRow`||m.type===`tableDelimiterRow`?(c=n,a[1]===0?o[1]!==0&&(d=Rd(f,t,o,i,n,d)):(o[0]=o[1],d=Rd(f,t,a,i,n,d)),i=0):i&&(m.type===`data`||m.type===`tableDelimiterMarker`||m.type===`tableDelimiterFiller`)&&(o[3]=n)}for(c!==0&&zd(f,t,c,l,u),f.consume(t.events),n=-1;++n<t.events.length;){let e=t.events[n];e[0]===`enter`&&e[1].type===`table`&&(e[1]._align=Pd(t.events,n))}return e}function Rd(e,t,n,r,i,a){let o=r===1?`tableHeader`:r===2?`tableDelimiter`:`tableData`;n[0]!==0&&(a.end=Object.assign({},Bd(t.events,n[0])),e.add(n[0],0,[[`exit`,a,t]]));let s=Bd(t.events,n[1]);if(a={type:o,start:Object.assign({},s),end:Object.assign({},s)},e.add(n[1],0,[[`enter`,a,t]]),n[2]!==0){let i=Bd(t.events,n[2]),a=Bd(t.events,n[3]),o={type:`tableContent`,start:Object.assign({},i),end:Object.assign({},a)};if(e.add(n[2],0,[[`enter`,o,t]]),r!==2){let r=t.events[n[2]],i=t.events[n[3]];if(r[1].end=Object.assign({},i[1].end),r[1].type=`chunkText`,r[1].contentType=`text`,n[3]>n[2]+1){let t=n[2]+1,r=n[3]-n[2]-1;e.add(t,r,[])}}e.add(n[3]+1,0,[[`exit`,o,t]])}return i!==void 0&&(a.end=Object.assign({},Bd(t.events,i)),e.add(i,0,[[`exit`,a,t]]),a=void 0),a}function zd(e,t,n,r,i){let a=[],o=Bd(t.events,n);i&&(i.end=Object.assign({},o),a.push([`exit`,i,t])),r.end=Object.assign({},o),a.push([`exit`,r,t]),e.add(n+1,0,a)}function Bd(e,t){let n=e[t],r=n[0]===`enter`?`start`:`end`;return n[1][r]}var Vd={name:`tasklistCheck`,tokenize:Ud};function Hd(){return{text:{91:Vd}}}function Ud(e,t,n){let r=this;return i;function i(t){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(t):(e.enter(`taskListCheck`),e.enter(`taskListCheckMarker`),e.consume(t),e.exit(`taskListCheckMarker`),a)}function a(t){return X(t)?(e.enter(`taskListCheckValueUnchecked`),e.consume(t),e.exit(`taskListCheckValueUnchecked`),o):t===88||t===120?(e.enter(`taskListCheckValueChecked`),e.consume(t),e.exit(`taskListCheckValueChecked`),o):n(t)}function o(t){return t===93?(e.enter(`taskListCheckMarker`),e.consume(t),e.exit(`taskListCheckMarker`),e.exit(`taskListCheck`),s):n(t)}function s(r){return Y(r)?t(r):Z(r)?e.check({tokenize:Wd},t,n)(r):n(r)}}function Wd(e,t,n){return Q(e,r,`whitespace`);function r(e){return e===null?n(e):t(e)}}function Gd(e){return ri([sd(),Cd(),jd(e),Fd(),Hd()])}var Kd={};function qd(e){let t=this,n=e||Kd,r=t.data(),i=r.micromarkExtensions||=[],a=r.fromMarkdownExtensions||=[],o=r.toMarkdownExtensions||=[];i.push(Gd(n)),a.push(Xu()),o.push(Zu(n))}var Jd=e=>(0,p.jsx)(`svg`,{viewBox:`0 0 24 24`,width:`1.2em`,height:`1.2em`,...e,children:(0,p.jsx)(`path`,{fill:`none`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:2,d:`m12 19l-7-7l7-7m7 7H5`})}),Yd=e=>(0,p.jsx)(`svg`,{viewBox:`0 0 24 24`,width:`1.2em`,height:`1.2em`,...e,children:(0,p.jsx)(`path`,{fill:`none`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:2,d:`m6 9l6 6l6-6`})});function Xd(){let{id:e}=o.useSearch();return(0,p.jsx)(rf,{id:e})}function Zd(e){return e.toLocaleString()}function Qd(e){return new Date(e).toLocaleString(`ko-KR`,{month:`2-digit`,day:`2-digit`,hour:`2-digit`,minute:`2-digit`,second:`2-digit`})}function $d(e){try{return JSON.parse(e)}catch{return null}}function ef({text:e}){let[t,n]=(0,f.useState)(!1);return(0,f.useEffect)(()=>{if(!t)return;let e=setTimeout(()=>n(!1),1500);return()=>clearTimeout(e)},[t]),(0,p.jsx)(`button`,{type:`button`,className:`absolute top-2 right-2 p-1 rounded text-sand-400 hover:text-sand-600 transition-colors`,onClick:()=>{navigator.clipboard.writeText(e),n(!0)},children:t?(0,p.jsx)(c,{className:`size-3.5 text-sage-500`}):(0,p.jsx)(l,{className:`size-3.5`})})}function tf({text:e,markdown:t}){let n=$d(e),[r,i]=(0,f.useState)(`pretty`);return n===null?t?(0,p.jsx)(`div`,{className:`prose prose-sm prose-sand max-w-none`,children:(0,p.jsx)(Uc,{remarkPlugins:[qd],children:e})}):(0,p.jsx)(`pre`,{className:`text-sm text-sand-800 whitespace-pre-wrap wrap-break-word font-mono leading-relaxed`,children:e}):(0,p.jsxs)(`div`,{children:[(0,p.jsxs)(`div`,{className:`flex gap-1 mb-2`,children:[(0,p.jsx)(`button`,{type:`button`,className:`px-2 py-0.5 text-[10px] rounded-md transition-colors ${r===`plain`?`bg-sand-200 text-sand-700`:`text-sand-400 hover:text-sand-600`}`,onClick:()=>i(`plain`),children:`Plain`}),(0,p.jsx)(`button`,{type:`button`,className:`px-2 py-0.5 text-[10px] rounded-md transition-colors ${r===`pretty`?`bg-sand-200 text-sand-700`:`text-sand-400 hover:text-sand-600`}`,onClick:()=>i(`pretty`),children:`Pretty`})]}),r===`pretty`?(0,p.jsx)(I,{value:n,style:Sn,displayDataTypes:!1,enableClipboard:!0,collapsed:!1}):(0,p.jsx)(`pre`,{className:`text-sm text-sand-800 whitespace-pre-wrap wrap-break-word font-mono leading-relaxed`,children:JSON.stringify(n,null,2)})]})}function nf({title:e,defaultOpen:t=!0,children:n}){return(0,p.jsxs)(`details`,{open:t,className:`group`,children:[(0,p.jsxs)(`summary`,{className:`flex items-center gap-1 cursor-pointer select-none list-none`,children:[(0,p.jsx)(Yd,{className:`size-3.5 text-sand-400 transition-transform group-open:rotate-0 -rotate-90`}),(0,p.jsx)(`span`,{className:`text-[10px] uppercase tracking-wider text-sand-500 font-medium`,children:e})]}),(0,p.jsx)(`div`,{className:`mt-1.5`,children:n})]})}function rf({id:e}){let{data:t,isLoading:n}=s.useRequestLog(`A`,e);if(n)return(0,p.jsxs)(`div`,{className:`max-w-300 mx-auto -translate-x-4 space-y-4`,children:[(0,p.jsx)(`div`,{className:`h-4 w-32 bg-sand-200 rounded animate-pulse`}),(0,p.jsx)(`div`,{className:`h-40 bg-sand-100 rounded-lg animate-pulse`}),(0,p.jsx)(`div`,{className:`h-32 bg-sand-100 rounded-lg animate-pulse`})]});if(!t)return(0,p.jsxs)(`div`,{className:`max-w-300 mx-auto -translate-x-4`,children:[(0,p.jsxs)(r,{to:`/`,className:`flex items-center gap-1 text-sm text-sand-500 hover:text-sienna-500 mb-4`,children:[(0,p.jsx)(Jd,{className:`size-4`}),`Back to Dashboard`]}),(0,p.jsx)(`p`,{className:`text-sand-400 text-sm`,children:`Request not found.`})]});let i=t.input_tokens+t.cache_read_tokens+t.cache_creation_tokens,a=i>0?`${Math.round(t.cache_read_tokens/i*100)}%`:`—`;return(0,p.jsxs)(`div`,{className:`max-w-300 mx-auto -translate-x-4 space-y-5`,children:[(0,p.jsxs)(r,{to:`/`,className:`flex items-center gap-1 text-sm text-sand-500 hover:text-sienna-500`,children:[(0,p.jsx)(Jd,{className:`size-4`}),`Back to Dashboard`]}),(0,p.jsx)(`h1`,{className:`text-xl font-medium text-sand-900 tracking-tight`,children:`Request Detail`}),(0,p.jsx)(nf,{title:`System`,children:(0,p.jsxs)(`div`,{className:`relative rounded-lg bg-sand-50 px-4 py-3`,children:[(0,p.jsx)(ef,{text:t.system_prompt??`null`}),(0,p.jsx)(tf,{text:t.system_prompt??`null`})]})}),(0,p.jsx)(nf,{title:`User`,children:(0,p.jsxs)(`div`,{className:`relative rounded-lg bg-sand-50 px-4 py-3`,children:[(0,p.jsx)(ef,{text:t.user_prompt??`null`}),(0,p.jsx)(tf,{text:t.user_prompt??`null`})]})}),(0,p.jsx)(nf,{title:`Response`,children:(0,p.jsxs)(`div`,{className:`relative rounded-lg bg-sand-50 px-4 py-3`,children:[(0,p.jsx)(ef,{text:t.response}),(0,p.jsx)(tf,{text:t.response,markdown:!0})]})}),(0,p.jsx)(nf,{title:`Token Breakdown`,children:(0,p.jsx)(`div`,{className:`rounded-lg bg-sand-50 px-5 py-4`,children:(0,p.jsx)(`table`,{className:`w-full text-sm tabular-nums`,children:(0,p.jsxs)(`tbody`,{className:`text-sand-700`,children:[(0,p.jsxs)(`tr`,{children:[(0,p.jsx)(`td`,{className:`py-1.5`,children:`Input`}),(0,p.jsx)(`td`,{className:`py-1.5 text-right font-medium text-sand-800`,children:Zd(t.input_tokens)})]}),(0,p.jsxs)(`tr`,{children:[(0,p.jsx)(`td`,{className:`py-1.5`,children:`Output`}),(0,p.jsx)(`td`,{className:`py-1.5 text-right font-medium text-sand-800`,children:Zd(t.output_tokens)})]}),(0,p.jsxs)(`tr`,{children:[(0,p.jsx)(`td`,{className:`py-1.5`,children:`Cache Read`}),(0,p.jsx)(`td`,{className:`py-1.5 text-right font-medium text-sand-800`,children:Zd(t.cache_read_tokens)})]}),(0,p.jsxs)(`tr`,{children:[(0,p.jsx)(`td`,{className:`py-1.5`,children:`Cache Write`}),(0,p.jsx)(`td`,{className:`py-1.5 text-right font-medium text-sand-800`,children:Zd(t.cache_creation_tokens)})]}),(0,p.jsxs)(`tr`,{className:`border-t border-sand-200/60`,children:[(0,p.jsx)(`td`,{className:`py-1.5 font-medium text-sand-800`,children:`Cache Hit Rate`}),(0,p.jsx)(`td`,{className:`py-1.5 text-right font-medium text-sienna-500 text-base`,children:a})]})]})})})}),(0,p.jsx)(nf,{title:`Info`,children:(0,p.jsx)(`div`,{className:`rounded-lg bg-sand-50 px-5 py-4`,children:(0,p.jsx)(`table`,{className:`w-full text-sm`,children:(0,p.jsxs)(`tbody`,{className:`text-sand-700`,children:[(0,p.jsxs)(`tr`,{children:[(0,p.jsx)(`td`,{className:`py-1.5 text-sand-500`,children:`Project`}),(0,p.jsx)(`td`,{className:`py-1.5 text-right font-medium text-sand-800`,children:t.project_name??`—`})]}),(0,p.jsxs)(`tr`,{children:[(0,p.jsx)(`td`,{className:`py-1.5 text-sand-500`,children:`Token`}),(0,p.jsx)(`td`,{className:`py-1.5 text-right font-medium text-sand-800`,children:t.token_name})]}),(0,p.jsxs)(`tr`,{children:[(0,p.jsx)(`td`,{className:`py-1.5 text-sand-500`,children:`Model`}),(0,p.jsx)(`td`,{className:`py-1.5 text-right font-medium text-sand-800`,children:t.model_name??`—`})]}),(0,p.jsxs)(`tr`,{children:[(0,p.jsx)(`td`,{className:`py-1.5 text-sand-500`,children:`Time`}),(0,p.jsx)(`td`,{className:`py-1.5 text-right font-medium text-sand-800`,children:Qd(t.created_at)})]}),(0,p.jsxs)(`tr`,{children:[(0,p.jsx)(`td`,{className:`py-1.5 text-sand-500`,children:`Duration`}),(0,p.jsxs)(`td`,{className:`py-1.5 text-right font-medium text-sand-800`,children:[(t.duration_ms/1e3).toFixed(1),`s`]})]})]})})})}),(0,p.jsx)(`div`,{className:`pb-8`})]})}export{Xd as component};
29
+ `))}function c(e,t,n,r){let i=n.enter(`tableCell`),o=n.enter(`phrasing`),s=n.containerPhrasing(e,{...r,before:a,after:a});return o(),i(),s}function l(e,t){return Rl(e,{align:t,alignDelimiters:r,padding:n,stringLength:i})}function u(e,t,n){let r=e.children,i=-1,a=[],o=t.enter(`table`);for(;++i<r.length;)a[i]=d(r[i],t,n);return o(),a}function d(e,t,n){let r=e.children,i=-1,a=[],o=t.enter(`tableRow`);for(;++i<r.length;)a[i]=c(r[i],e,t,n);return o(),a}function f(e,t,n){let r=Fu.inlineCode(e,t,n);return n.stack.includes(`tableCell`)&&(r=r.replace(/\|/g,`\\$&`)),r}}function Gu(){return{exit:{taskListCheckValueChecked:qu,taskListCheckValueUnchecked:qu,paragraph:Ju}}}function Ku(){return{unsafe:[{atBreak:!0,character:`-`,after:`[:|-]`}],handlers:{listItem:Yu}}}function qu(e){let t=this.stack[this.stack.length-2];t.type,t.checked=e.type===`taskListCheckValueChecked`}function Ju(e){let t=this.stack[this.stack.length-2];if(t&&t.type===`listItem`&&typeof t.checked==`boolean`){let e=this.stack[this.stack.length-1];e.type;let n=e.children[0];if(n&&n.type===`text`){let r=t.children,i=-1,a;for(;++i<r.length;){let e=r[i];if(e.type===`paragraph`){a=e;break}}a===e&&(n.value=n.value.slice(1),n.value.length===0?e.children.shift():e.position&&n.position&&typeof n.position.start.offset==`number`&&(n.position.start.column++,n.position.start.offset++,e.position.start=Object.assign({},n.position.start)))}}this.exit(e)}function Yu(e,t,n,r){let i=e.children[0],a=typeof e.checked==`boolean`&&i&&i.type===`paragraph`,o=`[`+(e.checked?`x`:` `)+`] `,s=n.createTracker(r);a&&s.move(o);let c=Fu.listItem(e,t,n,{...r,...s.current()});return a&&(c=c.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,l)),c;function l(e){return e+o}}function Xu(){return[nl(),El(),jl(),Iu(),Gu()]}function Zu(e){return{extensions:[rl(),Dl(e),Ml(),Wu(e),Ku()]}}var Qu={tokenize:fd,partial:!0},$u={tokenize:pd,partial:!0},ed={tokenize:md,partial:!0},td={tokenize:hd,partial:!0},nd={tokenize:gd,partial:!0},rd={name:`wwwAutolink`,tokenize:ud,previous:_d},id={name:`protocolAutolink`,tokenize:dd,previous:vd},ad={name:`emailAutolink`,tokenize:ld,previous:yd},od={};function sd(){return{text:od}}for(var cd=48;cd<123;)od[cd]=ad,cd++,cd===58?cd=65:cd===91&&(cd=97);od[43]=ad,od[45]=ad,od[46]=ad,od[95]=ad,od[72]=[ad,id],od[104]=[ad,id],od[87]=[ad,rd],od[119]=[ad,rd];function ld(e,t,n){let r=this,i,a;return o;function o(t){return!bd(t)||!yd.call(r,r.previous)||xd(r.events)?n(t):(e.enter(`literalAutolink`),e.enter(`literalAutolinkEmail`),s(t))}function s(t){return bd(t)?(e.consume(t),s):t===64?(e.consume(t),c):n(t)}function c(t){return t===46?e.check(nd,u,l)(t):t===45||t===95||J(t)?(a=!0,e.consume(t),c):u(t)}function l(t){return e.consume(t),i=!0,c}function u(o){return a&&i&&q(r.previous)?(e.exit(`literalAutolinkEmail`),e.exit(`literalAutolink`),t(o)):n(o)}}function ud(e,t,n){let r=this;return i;function i(t){return t!==87&&t!==119||!_d.call(r,r.previous)||xd(r.events)?n(t):(e.enter(`literalAutolink`),e.enter(`literalAutolinkWww`),e.check(Qu,e.attempt($u,e.attempt(ed,a),n),n)(t))}function a(n){return e.exit(`literalAutolinkWww`),e.exit(`literalAutolink`),t(n)}}function dd(e,t,n){let r=this,i=``,a=!1;return o;function o(t){return(t===72||t===104)&&vd.call(r,r.previous)&&!xd(r.events)?(e.enter(`literalAutolink`),e.enter(`literalAutolinkHttp`),i+=String.fromCodePoint(t),e.consume(t),s):n(t)}function s(t){if(q(t)&&i.length<5)return i+=String.fromCodePoint(t),e.consume(t),s;if(t===58){let n=i.toLowerCase();if(n===`http`||n===`https`)return e.consume(t),c}return n(t)}function c(t){return t===47?(e.consume(t),a?l:(a=!0,c)):n(t)}function l(t){return t===null||ci(t)||X(t)||pi(t)||fi(t)?n(t):e.attempt($u,e.attempt(ed,u),n)(t)}function u(n){return e.exit(`literalAutolinkHttp`),e.exit(`literalAutolink`),t(n)}}function fd(e,t,n){let r=0;return i;function i(t){return(t===87||t===119)&&r<3?(r++,e.consume(t),i):t===46&&r===3?(e.consume(t),a):n(t)}function a(e){return e===null?n(e):t(e)}}function pd(e,t,n){let r,i,a;return o;function o(t){return t===46||t===95?e.check(td,c,s)(t):t===null||X(t)||pi(t)||t!==45&&fi(t)?c(t):(a=!0,e.consume(t),o)}function s(t){return t===95?r=!0:(i=r,r=void 0),e.consume(t),o}function c(e){return i||r||!a?n(e):t(e)}}function md(e,t){let n=0,r=0;return i;function i(o){return o===40?(n++,e.consume(o),i):o===41&&r<n?a(o):o===33||o===34||o===38||o===39||o===41||o===42||o===44||o===46||o===58||o===59||o===60||o===63||o===93||o===95||o===126?e.check(td,t,a)(o):o===null||X(o)||pi(o)?t(o):(e.consume(o),i)}function a(t){return t===41&&r++,e.consume(t),i}}function hd(e,t,n){return r;function r(o){return o===33||o===34||o===39||o===41||o===42||o===44||o===46||o===58||o===59||o===63||o===95||o===126?(e.consume(o),r):o===38?(e.consume(o),a):o===93?(e.consume(o),i):o===60||o===null||X(o)||pi(o)?t(o):n(o)}function i(e){return e===null||e===40||e===91||X(e)||pi(e)?t(e):r(e)}function a(e){return q(e)?o(e):n(e)}function o(t){return t===59?(e.consume(t),r):q(t)?(e.consume(t),o):n(t)}}function gd(e,t,n){return r;function r(t){return e.consume(t),i}function i(e){return J(e)?n(e):t(e)}}function _d(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||X(e)}function vd(e){return!q(e)}function yd(e){return!(e===47||bd(e))}function bd(e){return e===43||e===45||e===46||e===95||J(e)}function xd(e){let t=e.length,n=!1;for(;t--;){let r=e[t][1];if((r.type===`labelLink`||r.type===`labelImage`)&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}var Sd={tokenize:Ad,partial:!0};function Cd(){return{document:{91:{name:`gfmFootnoteDefinition`,tokenize:Dd,continuation:{tokenize:Od},exit:kd}},text:{91:{name:`gfmFootnoteCall`,tokenize:Ed},93:{name:`gfmPotentialFootnoteCall`,add:`after`,tokenize:wd,resolveTo:Td}}}}function wd(e,t,n){let r=this,i=r.events.length,a=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),o;for(;i--;){let e=r.events[i][1];if(e.type===`labelImage`){o=e;break}if(e.type===`gfmFootnoteCall`||e.type===`labelLink`||e.type===`label`||e.type===`image`||e.type===`link`)break}return s;function s(i){if(!o||!o._balanced)return n(i);let s=K(r.sliceSerialize({start:o.end,end:r.now()}));return s.codePointAt(0)!==94||!a.includes(s.slice(1))?n(i):(e.enter(`gfmFootnoteCallLabelMarker`),e.consume(i),e.exit(`gfmFootnoteCallLabelMarker`),t(i))}}function Td(e,t){let n=e.length;for(;n--;)if(e[n][1].type===`labelImage`&&e[n][0]===`enter`){e[n][1];break}e[n+1][1].type=`data`,e[n+3][1].type=`gfmFootnoteCallLabelMarker`;let r={type:`gfmFootnoteCall`,start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},i={type:`gfmFootnoteCallMarker`,start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};i.end.column++,i.end.offset++,i.end._bufferIndex++;let a={type:`gfmFootnoteCallString`,start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},o={type:`chunkString`,contentType:`string`,start:Object.assign({},a.start),end:Object.assign({},a.end)},s=[e[n+1],e[n+2],[`enter`,r,t],e[n+3],e[n+4],[`enter`,i,t],[`exit`,i,t],[`enter`,a,t],[`enter`,o,t],[`exit`,o,t],[`exit`,a,t],e[e.length-2],e[e.length-1],[`exit`,r,t]];return e.splice(n,e.length-n+1,...s),e}function Ed(e,t,n){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),a=0,o;return s;function s(t){return e.enter(`gfmFootnoteCall`),e.enter(`gfmFootnoteCallLabelMarker`),e.consume(t),e.exit(`gfmFootnoteCallLabelMarker`),c}function c(t){return t===94?(e.enter(`gfmFootnoteCallMarker`),e.consume(t),e.exit(`gfmFootnoteCallMarker`),e.enter(`gfmFootnoteCallString`),e.enter(`chunkString`).contentType=`string`,l):n(t)}function l(s){if(a>999||s===93&&!o||s===null||s===91||X(s))return n(s);if(s===93){e.exit(`chunkString`);let a=e.exit(`gfmFootnoteCallString`);return i.includes(K(r.sliceSerialize(a)))?(e.enter(`gfmFootnoteCallLabelMarker`),e.consume(s),e.exit(`gfmFootnoteCallLabelMarker`),e.exit(`gfmFootnoteCall`),t):n(s)}return X(s)||(o=!0),a++,e.consume(s),s===92?u:l}function u(t){return t===91||t===92||t===93?(e.consume(t),a++,l):l(t)}}function Dd(e,t,n){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),a,o=0,s;return c;function c(t){return e.enter(`gfmFootnoteDefinition`)._container=!0,e.enter(`gfmFootnoteDefinitionLabel`),e.enter(`gfmFootnoteDefinitionLabelMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionLabelMarker`),l}function l(t){return t===94?(e.enter(`gfmFootnoteDefinitionMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionMarker`),e.enter(`gfmFootnoteDefinitionLabelString`),e.enter(`chunkString`).contentType=`string`,u):n(t)}function u(t){if(o>999||t===93&&!s||t===null||t===91||X(t))return n(t);if(t===93){e.exit(`chunkString`);let n=e.exit(`gfmFootnoteDefinitionLabelString`);return a=K(r.sliceSerialize(n)),e.enter(`gfmFootnoteDefinitionLabelMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionLabelMarker`),e.exit(`gfmFootnoteDefinitionLabel`),f}return X(t)||(s=!0),o++,e.consume(t),t===92?d:u}function d(t){return t===91||t===92||t===93?(e.consume(t),o++,u):u(t)}function f(t){return t===58?(e.enter(`definitionMarker`),e.consume(t),e.exit(`definitionMarker`),i.includes(a)||i.push(a),Q(e,p,`gfmFootnoteDefinitionWhitespace`)):n(t)}function p(e){return t(e)}}function Od(e,t,n){return e.check(Ai,t,e.attempt(Sd,t,n))}function kd(e){e.exit(`gfmFootnoteDefinition`)}function Ad(e,t,n){let r=this;return Q(e,i,`gfmFootnoteDefinitionIndent`,5);function i(e){let i=r.events[r.events.length-1];return i&&i[1].type===`gfmFootnoteDefinitionIndent`&&i[2].sliceSerialize(i[1],!0).length===4?t(e):n(e)}}function jd(e){let t=(e||{}).singleTilde,n={name:`strikethrough`,tokenize:i,resolveAll:r};return t??=!0,{text:{126:n},insideSpan:{null:[n]},attentionMarkers:{null:[126]}};function r(e,t){let n=-1;for(;++n<e.length;)if(e[n][0]===`enter`&&e[n][1].type===`strikethroughSequenceTemporary`&&e[n][1]._close){let r=n;for(;r--;)if(e[r][0]===`exit`&&e[r][1].type===`strikethroughSequenceTemporary`&&e[r][1]._open&&e[n][1].end.offset-e[n][1].start.offset===e[r][1].end.offset-e[r][1].start.offset){e[n][1].type=`strikethroughSequence`,e[r][1].type=`strikethroughSequence`;let i={type:`strikethrough`,start:Object.assign({},e[r][1].start),end:Object.assign({},e[n][1].end)},a={type:`strikethroughText`,start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},o=[[`enter`,i,t],[`enter`,e[r][1],t],[`exit`,e[r][1],t],[`enter`,a,t]],s=t.parser.constructs.insideSpan.null;s&&W(o,o.length,0,Ci(s,e.slice(r+1,n),t)),W(o,o.length,0,[[`exit`,a,t],[`enter`,e[n][1],t],[`exit`,e[n][1],t],[`exit`,i,t]]),W(e,r-1,n-r+3,o),n=r+o.length-2;break}}for(n=-1;++n<e.length;)e[n][1].type===`strikethroughSequenceTemporary`&&(e[n][1].type=`data`);return e}function i(e,n,r){let i=this.previous,a=this.events,o=0;return s;function s(t){return i===126&&a[a.length-1][1].type!==`characterEscape`?r(t):(e.enter(`strikethroughSequenceTemporary`),c(t))}function c(a){let s=Si(i);if(a===126)return o>1?r(a):(e.consume(a),o++,c);if(o<2&&!t)return r(a);let l=e.exit(`strikethroughSequenceTemporary`),u=Si(a);return l._open=!u||u===2&&!!s,l._close=!s||s===2&&!!u,n(a)}}}var Md=class{constructor(){this.map=[]}add(e,t,n){Nd(this,e,t,n)}consume(e){if(this.map.sort(function(e,t){return e[0]-t[0]}),this.map.length===0)return;let t=this.map.length,n=[];for(;t>0;)--t,n.push(e.slice(this.map[t][0]+this.map[t][1]),this.map[t][2]),e.length=this.map[t][0];n.push(e.slice()),e.length=0;let r=n.pop();for(;r;){for(let t of r)e.push(t);r=n.pop()}this.map.length=0}};function Nd(e,t,n,r){let i=0;if(!(n===0&&r.length===0)){for(;i<e.map.length;){if(e.map[i][0]===t){e.map[i][1]+=n,e.map[i][2].push(...r);return}i+=1}e.map.push([t,n,r])}}function Pd(e,t){let n=!1,r=[];for(;t<e.length;){let i=e[t];if(n){if(i[0]===`enter`)i[1].type===`tableContent`&&r.push(e[t+1][1].type===`tableDelimiterMarker`?`left`:`none`);else if(i[1].type===`tableContent`){if(e[t-1][1].type===`tableDelimiterMarker`){let e=r.length-1;r[e]=r[e]===`left`?`center`:`right`}}else if(i[1].type===`tableDelimiterRow`)break}else i[0]===`enter`&&i[1].type===`tableDelimiterRow`&&(n=!0);t+=1}return r}function Fd(){return{flow:{null:{name:`table`,tokenize:Id,resolveAll:Ld}}}}function Id(e,t,n){let r=this,i=0,a=0,o;return s;function s(e){let t=r.events.length-1;for(;t>-1;){let e=r.events[t][1].type;if(e===`lineEnding`||e===`linePrefix`)t--;else break}let i=t>-1?r.events[t][1].type:null,a=i===`tableHead`||i===`tableRow`?S:c;return a===S&&r.parser.lazy[r.now().line]?n(e):a(e)}function c(t){return e.enter(`tableHead`),e.enter(`tableRow`),l(t)}function l(e){return e===124?u(e):(o=!0,a+=1,u(e))}function u(t){return t===null?n(t):Y(t)?a>1?(a=0,r.interrupt=!0,e.exit(`tableRow`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),p):n(t):Z(t)?Q(e,u,`whitespace`)(t):(a+=1,o&&(o=!1,i+=1),t===124?(e.enter(`tableCellDivider`),e.consume(t),e.exit(`tableCellDivider`),o=!0,u):(e.enter(`data`),d(t)))}function d(t){return t===null||t===124||X(t)?(e.exit(`data`),u(t)):(e.consume(t),t===92?f:d)}function f(t){return t===92||t===124?(e.consume(t),d):d(t)}function p(t){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(t):(e.enter(`tableDelimiterRow`),o=!1,Z(t)?Q(e,m,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):m(t))}function m(t){return t===45||t===58?g(t):t===124?(o=!0,e.enter(`tableCellDivider`),e.consume(t),e.exit(`tableCellDivider`),h):x(t)}function h(t){return Z(t)?Q(e,g,`whitespace`)(t):g(t)}function g(t){return t===58?(a+=1,o=!0,e.enter(`tableDelimiterMarker`),e.consume(t),e.exit(`tableDelimiterMarker`),_):t===45?(a+=1,_(t)):t===null||Y(t)?b(t):x(t)}function _(t){return t===45?(e.enter(`tableDelimiterFiller`),v(t)):x(t)}function v(t){return t===45?(e.consume(t),v):t===58?(o=!0,e.exit(`tableDelimiterFiller`),e.enter(`tableDelimiterMarker`),e.consume(t),e.exit(`tableDelimiterMarker`),y):(e.exit(`tableDelimiterFiller`),y(t))}function y(t){return Z(t)?Q(e,b,`whitespace`)(t):b(t)}function b(n){return n===124?m(n):n===null||Y(n)?!o||i!==a?x(n):(e.exit(`tableDelimiterRow`),e.exit(`tableHead`),t(n)):x(n)}function x(e){return n(e)}function S(t){return e.enter(`tableRow`),C(t)}function C(n){return n===124?(e.enter(`tableCellDivider`),e.consume(n),e.exit(`tableCellDivider`),C):n===null||Y(n)?(e.exit(`tableRow`),t(n)):Z(n)?Q(e,C,`whitespace`)(n):(e.enter(`data`),w(n))}function w(t){return t===null||t===124||X(t)?(e.exit(`data`),C(t)):(e.consume(t),t===92?T:w)}function T(t){return t===92||t===124?(e.consume(t),w):w(t)}}function Ld(e,t){let n=-1,r=!0,i=0,a=[0,0,0,0],o=[0,0,0,0],s=!1,c=0,l,u,d,f=new Md;for(;++n<e.length;){let p=e[n],m=p[1];p[0]===`enter`?m.type===`tableHead`?(s=!1,c!==0&&(zd(f,t,c,l,u),u=void 0,c=0),l={type:`table`,start:Object.assign({},m.start),end:Object.assign({},m.end)},f.add(n,0,[[`enter`,l,t]])):m.type===`tableRow`||m.type===`tableDelimiterRow`?(r=!0,d=void 0,a=[0,0,0,0],o=[0,n+1,0,0],s&&(s=!1,u={type:`tableBody`,start:Object.assign({},m.start),end:Object.assign({},m.end)},f.add(n,0,[[`enter`,u,t]])),i=m.type===`tableDelimiterRow`?2:u?3:1):i&&(m.type===`data`||m.type===`tableDelimiterMarker`||m.type===`tableDelimiterFiller`)?(r=!1,o[2]===0&&(a[1]!==0&&(o[0]=o[1],d=Rd(f,t,a,i,void 0,d),a=[0,0,0,0]),o[2]=n)):m.type===`tableCellDivider`&&(r?r=!1:(a[1]!==0&&(o[0]=o[1],d=Rd(f,t,a,i,void 0,d)),a=o,o=[a[1],n,0,0])):m.type===`tableHead`?(s=!0,c=n):m.type===`tableRow`||m.type===`tableDelimiterRow`?(c=n,a[1]===0?o[1]!==0&&(d=Rd(f,t,o,i,n,d)):(o[0]=o[1],d=Rd(f,t,a,i,n,d)),i=0):i&&(m.type===`data`||m.type===`tableDelimiterMarker`||m.type===`tableDelimiterFiller`)&&(o[3]=n)}for(c!==0&&zd(f,t,c,l,u),f.consume(t.events),n=-1;++n<t.events.length;){let e=t.events[n];e[0]===`enter`&&e[1].type===`table`&&(e[1]._align=Pd(t.events,n))}return e}function Rd(e,t,n,r,i,a){let o=r===1?`tableHeader`:r===2?`tableDelimiter`:`tableData`;n[0]!==0&&(a.end=Object.assign({},Bd(t.events,n[0])),e.add(n[0],0,[[`exit`,a,t]]));let s=Bd(t.events,n[1]);if(a={type:o,start:Object.assign({},s),end:Object.assign({},s)},e.add(n[1],0,[[`enter`,a,t]]),n[2]!==0){let i=Bd(t.events,n[2]),a=Bd(t.events,n[3]),o={type:`tableContent`,start:Object.assign({},i),end:Object.assign({},a)};if(e.add(n[2],0,[[`enter`,o,t]]),r!==2){let r=t.events[n[2]],i=t.events[n[3]];if(r[1].end=Object.assign({},i[1].end),r[1].type=`chunkText`,r[1].contentType=`text`,n[3]>n[2]+1){let t=n[2]+1,r=n[3]-n[2]-1;e.add(t,r,[])}}e.add(n[3]+1,0,[[`exit`,o,t]])}return i!==void 0&&(a.end=Object.assign({},Bd(t.events,i)),e.add(i,0,[[`exit`,a,t]]),a=void 0),a}function zd(e,t,n,r,i){let a=[],o=Bd(t.events,n);i&&(i.end=Object.assign({},o),a.push([`exit`,i,t])),r.end=Object.assign({},o),a.push([`exit`,r,t]),e.add(n+1,0,a)}function Bd(e,t){let n=e[t],r=n[0]===`enter`?`start`:`end`;return n[1][r]}var Vd={name:`tasklistCheck`,tokenize:Ud};function Hd(){return{text:{91:Vd}}}function Ud(e,t,n){let r=this;return i;function i(t){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(t):(e.enter(`taskListCheck`),e.enter(`taskListCheckMarker`),e.consume(t),e.exit(`taskListCheckMarker`),a)}function a(t){return X(t)?(e.enter(`taskListCheckValueUnchecked`),e.consume(t),e.exit(`taskListCheckValueUnchecked`),o):t===88||t===120?(e.enter(`taskListCheckValueChecked`),e.consume(t),e.exit(`taskListCheckValueChecked`),o):n(t)}function o(t){return t===93?(e.enter(`taskListCheckMarker`),e.consume(t),e.exit(`taskListCheckMarker`),e.exit(`taskListCheck`),s):n(t)}function s(r){return Y(r)?t(r):Z(r)?e.check({tokenize:Wd},t,n)(r):n(r)}}function Wd(e,t,n){return Q(e,r,`whitespace`);function r(e){return e===null?n(e):t(e)}}function Gd(e){return ri([sd(),Cd(),jd(e),Fd(),Hd()])}var Kd={};function qd(e){let t=this,n=e||Kd,r=t.data(),i=r.micromarkExtensions||=[],a=r.fromMarkdownExtensions||=[],o=r.toMarkdownExtensions||=[];i.push(Gd(n)),a.push(Xu()),o.push(Zu(n))}var Jd=e=>(0,p.jsx)(`svg`,{viewBox:`0 0 24 24`,width:`1.2em`,height:`1.2em`,...e,children:(0,p.jsx)(`path`,{fill:`none`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:2,d:`m12 19l-7-7l7-7m7 7H5`})}),Yd=e=>(0,p.jsx)(`svg`,{viewBox:`0 0 24 24`,width:`1.2em`,height:`1.2em`,...e,children:(0,p.jsx)(`path`,{fill:`none`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:2,d:`M20 6L9 17l-5-5`})}),Xd=e=>(0,p.jsx)(`svg`,{viewBox:`0 0 24 24`,width:`1.2em`,height:`1.2em`,...e,children:(0,p.jsx)(`path`,{fill:`none`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:2,d:`m6 9l6 6l6-6`})}),Zd=e=>(0,p.jsx)(`svg`,{viewBox:`0 0 24 24`,width:`1.2em`,height:`1.2em`,...e,children:(0,p.jsxs)(`g`,{fill:`none`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:2,children:[(0,p.jsx)(`rect`,{width:14,height:14,x:8,y:8,rx:2,ry:2}),(0,p.jsx)(`path`,{d:`M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2`})]})});function Qd(){let{id:e}=o.useSearch();return(0,p.jsx)(Sf,{id:e})}function $d(e){return e.toLocaleString()}function ef(e){try{return JSON.parse(e)}catch{return null}}function tf(e){if(!e)return{};try{return JSON.parse(e)}catch{return e}}function nf({text:e}){let[t,n]=(0,f.useState)(!1);return(0,f.useEffect)(()=>{if(!t)return;let e=setTimeout(()=>n(!1),1500);return()=>clearTimeout(e)},[t]),(0,p.jsx)(`button`,{type:`button`,className:`absolute top-2 right-2 p-1 rounded text-sand-400 hover:text-sand-600 transition-colors`,onClick:()=>{navigator.clipboard.writeText(e),n(!0)},children:t?(0,p.jsx)(Yd,{className:`size-3.5 text-sage-500`}):(0,p.jsx)(Zd,{className:`size-3.5`})})}function rf({text:e,markdown:t}){let n=ef(e),[r,i]=(0,f.useState)(`pretty`);return n===null?t?(0,p.jsx)(`div`,{className:`prose prose-sm prose-qgrid max-w-none`,children:(0,p.jsx)(Uc,{remarkPlugins:[qd],children:e})}):(0,p.jsx)(`pre`,{className:`text-sm text-sand-800 whitespace-pre-wrap wrap-break-word font-mono leading-relaxed`,children:e}):(0,p.jsxs)(`div`,{children:[(0,p.jsxs)(`div`,{className:`flex gap-1 mb-2`,children:[(0,p.jsx)(`button`,{type:`button`,className:`px-2 py-0.5 text-[10px] rounded-md transition-colors ${r===`plain`?`bg-sand-200 text-sand-700`:`text-sand-400 hover:text-sand-600`}`,onClick:()=>i(`plain`),children:`Plain`}),(0,p.jsx)(`button`,{type:`button`,className:`px-2 py-0.5 text-[10px] rounded-md transition-colors ${r===`pretty`?`bg-sand-200 text-sand-700`:`text-sand-400 hover:text-sand-600`}`,onClick:()=>i(`pretty`),children:`Pretty`})]}),r===`pretty`?(0,p.jsx)(I,{value:n,style:Sn,displayDataTypes:!1,enableClipboard:!0,collapsed:!1}):(0,p.jsx)(`pre`,{className:`text-sm text-sand-800 whitespace-pre-wrap wrap-break-word font-mono leading-relaxed`,children:JSON.stringify(n,null,2)})]})}function af({title:e,defaultOpen:t=!0,children:n}){return(0,p.jsxs)(`details`,{open:t,className:`group panel overflow-hidden`,children:[(0,p.jsxs)(`summary`,{className:`panel-header flex items-center gap-1.5 cursor-pointer select-none list-none px-4 py-2.5`,children:[(0,p.jsx)(Xd,{className:`size-3.5 text-sand-400 transition-transform group-open:rotate-0 -rotate-90`}),(0,p.jsx)(`span`,{className:`text-[11px] uppercase tracking-wider text-sand-500 font-medium`,children:e})]}),(0,p.jsx)(`div`,{className:`p-4`,children:n})]})}function of({label:e,value:t}){return(0,p.jsxs)(`div`,{children:[(0,p.jsx)(`dt`,{className:`text-[10px] uppercase tracking-wider text-sand-400 font-medium`,children:e}),(0,p.jsx)(`dd`,{className:`text-[15px] font-semibold text-sand-800 tabular-nums mt-0.5`,children:t})]})}var sf={running:`bg-blue-100 text-blue-600`,succeeded:`bg-sage-100 text-sage-600`,error:`bg-red-100 text-red-600`,aborted:`bg-caution-400/15 text-caution-500`};function cf({message:e}){return(0,p.jsxs)(`div`,{className:`panel overflow-hidden border border-red-200 bg-red-50/60`,children:[(0,p.jsx)(`div`,{className:`px-4 py-2.5 border-b border-red-100 flex items-center gap-1.5`,children:(0,p.jsx)(`span`,{className:`text-[11px] uppercase tracking-wider text-red-600 font-medium`,children:`Error`})}),(0,p.jsx)(`div`,{className:`p-4`,children:(0,p.jsx)(`pre`,{className:`text-[12px] text-red-700 whitespace-pre-wrap break-words font-mono leading-relaxed max-h-80 overflow-auto`,children:e})})]})}function lf({data:e}){let t=e.status;return(0,p.jsxs)(`div`,{className:`panel overflow-hidden px-5 py-3 flex items-center gap-2`,children:[(0,p.jsx)(`span`,{className:`text-[15px] font-semibold text-sand-900`,children:e.model_name??`Unknown model`}),t&&t!==`succeeded`&&(0,p.jsx)(`span`,{className:`text-[10px] px-1.5 py-0.5 rounded-full font-medium uppercase ${sf[t]??`bg-sand-100 text-sand-500`}`,children:t}),e.effort&&(0,p.jsxs)(`span`,{className:`text-[11px] px-1.5 py-0.5 rounded-md bg-sand-100 text-sand-500 font-mono`,children:[`effort=`,e.effort]}),e.project_name&&(0,p.jsxs)(`span`,{className:`text-[12px] text-sand-400`,children:[`· project=`,e.project_name]}),(0,p.jsx)(`span`,{className:`ml-auto text-[11px] text-sand-400`,children:e.token_name})]})}function uf({data:e,toolCallCount:t}){let n=e.input_tokens,r=n>0?`${Math.round(e.cache_read_tokens/n*100)}%`:`—`;return(0,p.jsxs)(`div`,{className:`panel overflow-hidden px-5 py-3 space-y-3`,children:[(0,p.jsxs)(`div`,{className:`grid grid-cols-4 gap-x-6`,children:[(0,p.jsx)(of,{label:`Duration`,value:`${(e.duration_ms/1e3).toFixed(1)}s`}),(0,p.jsx)(of,{label:`Cost`,value:e.cost_usd===null?`—`:s(e.cost_usd)}),(0,p.jsx)(of,{label:`Tool Calls`,value:`${t}회`}),(0,p.jsx)(of,{label:`Cache Hit`,value:r})]}),(0,p.jsxs)(`div`,{className:`border-t border-sand-100/60 pt-3 grid grid-cols-4 gap-x-6`,children:[(0,p.jsx)(of,{label:`Input`,value:$d(e.input_tokens)}),(0,p.jsx)(of,{label:`Output`,value:$d(e.output_tokens)}),(0,p.jsx)(of,{label:`Cache Read`,value:$d(e.cache_read_tokens)}),(0,p.jsx)(of,{label:`Cache Write`,value:$d(e.cache_creation_tokens)})]})]})}function df(e){return e==null?`—`:e>=1e3?`${(e/1e3).toFixed(1)}s`:`${e}ms`}function ff({label:e,value:t}){return(0,p.jsxs)(`div`,{children:[(0,p.jsx)(`div`,{className:`text-[10px] uppercase tracking-wider text-sand-400 font-medium`,children:e}),(0,p.jsx)(`div`,{className:`mt-0.5 text-[13px] font-semibold text-sand-800 tabular-nums`,children:t})]})}function pf({entry:e}){let t=!!e.error,[n,r]=(0,f.useState)(!1),{data:i}=l.useRequestLogStep(`A`,e.id,{enabled:n}),a=i?tf(i.tool_args):null,o=i?tf(i.tool_result):null,s=i?.error??e.error;return(0,p.jsxs)(`details`,{className:`group/tool`,onToggle:e=>r(e.currentTarget.open),children:[(0,p.jsxs)(`summary`,{className:`flex items-center gap-2 px-3 py-2 cursor-pointer select-none list-none hover:bg-sand-50 transition-colors rounded-md`,children:[(0,p.jsx)(Xd,{className:`size-3 text-sand-400 transition-transform group-open/tool:rotate-0 -rotate-90 shrink-0`}),(0,p.jsxs)(`span`,{className:`text-[10px] px-1.5 py-0.5 rounded bg-sand-100 text-sand-500 font-mono shrink-0`,children:[`call `,e.callIndex+1]}),(0,p.jsx)(`span`,{className:`text-[13px] font-medium text-sand-800 font-mono truncate`,children:e.toolName}),t&&(0,p.jsx)(`span`,{className:`text-[10px] px-1.5 py-0.5 rounded-full bg-red-100 text-red-600 font-medium uppercase shrink-0`,children:`error`}),(0,p.jsx)(`span`,{className:`ml-auto text-[11px] text-sand-400 tabular-nums shrink-0`,children:df(e.durationMs)})]}),n&&(0,p.jsxs)(`div`,{className:`mt-1 mx-1 mb-3 space-y-2`,children:[(0,p.jsxs)(`div`,{children:[(0,p.jsx)(`span`,{className:`text-[10px] uppercase tracking-wider text-sand-400 font-medium px-2`,children:`Request`}),(0,p.jsx)(`div`,{className:`mt-1 rounded-md bg-sand-50 p-3 overflow-auto`,children:(0,p.jsx)(rf,{text:i?JSON.stringify(a):`Loading...`})})]}),s&&(0,p.jsxs)(`div`,{children:[(0,p.jsx)(`span`,{className:`text-[10px] uppercase tracking-wider text-red-500 font-medium px-2`,children:`Error`}),(0,p.jsx)(`div`,{className:`mt-1 rounded-md bg-red-50 border border-red-100 p-3 overflow-auto`,children:(0,p.jsx)(rf,{text:s})})]}),(0,p.jsxs)(`div`,{children:[(0,p.jsx)(`span`,{className:`text-[10px] uppercase tracking-wider text-sand-400 font-medium px-2`,children:`Response`}),(0,p.jsx)(`div`,{className:`mt-1 rounded-md bg-sand-50 p-3 overflow-auto`,children:(0,p.jsx)(rf,{text:i?typeof o==`string`?o:JSON.stringify(o):`Loading...`,markdown:!0})})]})]})]})}function mf({stepId:e}){let[t,n]=(0,f.useState)(!1),{data:r}=l.useRequestLogStep(`A`,e,{enabled:t}),i=r?.reasoning_text??null;return(0,p.jsxs)(`details`,{className:`group/reason mt-3`,onToggle:e=>n(e.currentTarget.open),children:[(0,p.jsxs)(`summary`,{className:`flex items-center gap-2 cursor-pointer select-none list-none`,children:[(0,p.jsx)(Xd,{className:`size-3 text-sand-400 transition-transform group-open/reason:rotate-0 -rotate-90 shrink-0`}),(0,p.jsx)(`span`,{className:`text-[10px] uppercase tracking-wider text-sand-500 font-medium`,children:`Reasoning`})]}),t&&(0,p.jsx)(`div`,{className:`mt-2 rounded-md bg-white/70 border border-sand-100 p-3 overflow-auto`,children:i?(0,p.jsx)(rf,{text:i,markdown:!0}):r?(0,p.jsx)(`p`,{className:`text-sm text-sand-400`,children:`No reasoning text captured.`}):(0,p.jsx)(`p`,{className:`text-sm text-sand-400`,children:`Loading...`})})]})}function hf({entry:e}){let t=e.generate,n=t!=null&&t.reasoningTokens!=null&&t.reasoningTokens>0,r=e.toolCalls.filter(e=>e.error).length;return(0,p.jsxs)(`details`,{open:!0,className:`group/step border-l border-sand-200 pl-3`,children:[(0,p.jsxs)(`summary`,{className:`flex items-center gap-2 py-2 cursor-pointer select-none list-none`,children:[(0,p.jsx)(Xd,{className:`size-3.5 text-sand-400 transition-transform group-open/step:rotate-0 -rotate-90 shrink-0`}),(0,p.jsxs)(`span`,{className:`text-[10px] px-1.5 py-0.5 rounded bg-sienna-100 text-sienna-700 font-mono shrink-0`,children:[`step `,e.stepIndex+1]}),(0,p.jsx)(`span`,{className:`text-[13px] font-semibold text-sand-900`,children:`LLM call`}),t?.finishReason&&(0,p.jsx)(`span`,{className:`text-[10px] px-1.5 py-0.5 rounded bg-sand-100 text-sand-500 font-mono shrink-0`,children:t.finishReason}),n&&(0,p.jsx)(`span`,{className:`text-[10px] px-1.5 py-0.5 rounded bg-blue-100 text-blue-600 font-medium shrink-0`,children:`reasoning`}),r>0&&(0,p.jsxs)(`span`,{className:`text-[10px] px-1.5 py-0.5 rounded-full bg-red-100 text-red-600 font-medium uppercase shrink-0`,children:[r,` error`]}),(0,p.jsxs)(`span`,{className:`ml-auto text-[11px] text-sand-400 tabular-nums shrink-0`,children:[e.toolCalls.length,` tools`]})]}),(0,p.jsxs)(`div`,{className:`ml-4 mb-4 space-y-3`,children:[t&&(0,p.jsxs)(`div`,{className:`rounded-md border border-sand-100 bg-sand-50/70 p-3`,children:[(0,p.jsxs)(`div`,{className:`grid grid-cols-3 md:grid-cols-6 gap-3`,children:[(0,p.jsx)(ff,{label:`Duration`,value:df(t.durationMs)}),(0,p.jsx)(ff,{label:`Input`,value:$d(t.inputTokens??0)}),(0,p.jsx)(ff,{label:`Output`,value:$d(t.outputTokens??0)}),(0,p.jsx)(ff,{label:`Cache Read`,value:$d(t.cacheReadTokens??0)}),(0,p.jsx)(ff,{label:`Cache Write`,value:$d(t.cacheCreationTokens??0)}),(0,p.jsx)(ff,{label:`Reasoning`,value:t.reasoningTokens==null?`—`:$d(t.reasoningTokens)})]}),n&&(0,p.jsx)(mf,{stepId:t.id})]}),e.toolCalls.length>0&&(0,p.jsx)(`div`,{className:`space-y-0.5`,children:e.toolCalls.map(e=>(0,p.jsx)(pf,{entry:e},`${e.stepIndex}-${e.callIndex}-${e.toolCallId}`))})]})]})}function gf({steps:e}){let t=e.reduce((e,t)=>e+t.toolCalls.length,0);return(0,p.jsx)(af,{title:`Steps (${e.length} steps · ${t} tool calls)`,defaultOpen:!0,children:(0,p.jsx)(`div`,{className:`space-y-1`,children:e.map(e=>(0,p.jsx)(hf,{entry:e},e.stepIndex))})})}function _f(e){let t=new Map;function n(e){let n=t.get(e);if(n)return n;let r={stepIndex:e,generate:null,toolCalls:[]};return t.set(e,r),r}for(let t of e){let e=n(t.step_index);if(t.type===`generate`){e.generate={id:t.id,stepIndex:t.step_index,inputTokens:t.input_tokens,outputTokens:t.output_tokens,cacheReadTokens:t.cache_read_tokens,cacheCreationTokens:t.cache_creation_tokens,durationMs:t.duration_ms,finishReason:t.finish_reason,reasoningTokens:t.reasoning_tokens};continue}t.type===`tool_call`&&e.toolCalls.push({id:t.id,stepIndex:t.step_index,callIndex:t.tool_call_index??e.toolCalls.length,toolCallId:t.tool_call_id??``,toolName:t.tool_name??``,durationMs:t.tool_duration_ms??0,error:t.error})}return[...t.values()].map(e=>({...e,toolCalls:e.toolCalls.toSorted((e,t)=>e.callIndex-t.callIndex)})).toSorted((e,t)=>e.stepIndex-t.stepIndex)}function vf(e){return e.type===`function_call`||e.type===`function_call_output`?`bg-caution-400/10`:e.role===`assistant`?`bg-sage-50`:`bg-sand-50`}function yf(e){return e.type===`function_call`?`fn: ${e.name??`unknown`}`:e.type===`function_call_output`?`fn result`:e.role??e.type}function bf(e){return typeof e==`string`?e:Array.isArray(e)?e.map(e=>typeof e==`object`&&e&&`text`in e?e.text:JSON.stringify(e)).join(`
30
+ `):JSON.stringify(e)}function xf({history:e}){return(0,p.jsx)(af,{title:`History`,defaultOpen:!1,children:(0,p.jsx)(`div`,{className:`space-y-1.5`,children:e.map((e,t)=>(0,p.jsxs)(`div`,{className:`rounded-md px-3 py-2 ${vf(e)}`,children:[(0,p.jsx)(`div`,{className:`text-[10px] uppercase tracking-wider text-sand-500 font-medium mb-1`,children:yf(e)}),e.content!=null&&(0,p.jsx)(`pre`,{className:`text-[12px] text-sand-700 whitespace-pre-wrap wrap-break-word font-mono leading-relaxed max-h-40 overflow-auto`,children:bf(e.content)}),e.arguments&&(0,p.jsx)(`pre`,{className:`text-[12px] text-sand-700 whitespace-pre-wrap wrap-break-word font-mono leading-relaxed max-h-40 overflow-auto`,children:e.arguments}),e.output&&(0,p.jsx)(`pre`,{className:`text-[12px] text-sand-700 whitespace-pre-wrap wrap-break-word font-mono leading-relaxed max-h-40 overflow-auto`,children:e.output})]},`hist-${t}`))})})}function Sf({id:e}){let{data:t,isLoading:n}=c.useRequestLog(`A`,e),{data:i}=l.useRequestLogSteps(`T`,{request_log_id:e,num:0,page:1,orderBy:`id-asc`});if(n)return(0,p.jsxs)(`div`,{className:`max-w-6xl mx-auto space-y-4`,children:[(0,p.jsx)(`div`,{className:`h-4 w-32 bg-sand-200 rounded animate-pulse`}),(0,p.jsx)(`div`,{className:`h-40 panel animate-pulse`}),(0,p.jsx)(`div`,{className:`h-32 panel animate-pulse`})]});if(!t)return(0,p.jsxs)(`div`,{className:`max-w-6xl mx-auto`,children:[(0,p.jsxs)(r,{to:`/logs`,className:`flex items-center gap-1 text-[13px] text-sand-500 hover:text-sienna-500 mb-4`,children:[(0,p.jsx)(Jd,{className:`size-3.5`}),`Back to Logs`]}),(0,p.jsx)(`p`,{className:`text-sand-400 text-sm`,children:`Request not found.`})]});let a=_f(i?.rows??[]),o=a.flatMap(e=>e.toolCalls),s=a.length>0,u=t.history??null,d=u!==null&&u.length>0,f=(0,p.jsxs)(`div`,{className:`space-y-4`,children:[(0,p.jsx)(af,{title:`System`,children:(0,p.jsxs)(`div`,{className:`relative`,children:[(0,p.jsx)(nf,{text:t.system_prompt??`null`}),(0,p.jsx)(rf,{text:t.system_prompt??`null`,markdown:!0})]})}),(0,p.jsx)(af,{title:`User`,children:(0,p.jsxs)(`div`,{className:`relative`,children:[(0,p.jsx)(nf,{text:t.user_prompt??`null`}),(0,p.jsx)(rf,{text:t.user_prompt??`null`,markdown:!0})]})})]});return(0,p.jsxs)(`div`,{className:`mx-auto space-y-4 ${s?`max-w-[120rem]`:`max-w-6xl`}`,children:[(0,p.jsxs)(r,{to:`/logs`,className:`inline-flex items-center gap-1 text-[13px] text-sand-500 hover:text-sienna-500 transition-colors`,children:[(0,p.jsx)(Jd,{className:`size-3.5`}),`Back to Logs`]}),(0,p.jsx)(lf,{data:t}),t.error_message&&(0,p.jsx)(cf,{message:t.error_message}),d&&(0,p.jsx)(xf,{history:u}),s?(0,p.jsxs)(`div`,{className:`flex gap-4 items-start`,children:[(0,p.jsx)(`div`,{className:`flex-1 min-w-0`,children:f}),(0,p.jsx)(`div`,{className:`flex-1 min-w-0 space-y-4`,children:(0,p.jsx)(gf,{steps:a})})]}):f,(0,p.jsx)(af,{title:`Response`,children:(0,p.jsxs)(`div`,{className:`relative`,children:[(0,p.jsx)(nf,{text:t.response}),(0,p.jsx)(rf,{text:t.response,markdown:!0})]})}),(0,p.jsx)(uf,{data:t,toolCallCount:o.length}),(0,p.jsx)(`div`,{className:`pb-8`})]})}export{Qd as component};