@metrevals/inspect-scout-viewer 0.2.3-beta.1763386330 → 0.2.3-beta.1763762930
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.
- package/lib/App.d.ts +0 -1
- package/lib/AppErrorBoundary.d.ts +0 -1
- package/lib/AppRouter.d.ts +0 -1
- package/lib/api/api-scout-server.d.ts +0 -1
- package/lib/api/api-vscode.d.ts +0 -1
- package/lib/api/api.d.ts +0 -1
- package/lib/api/jsonrpc.d.ts +0 -1
- package/lib/api/request.d.ts +0 -1
- package/lib/app/appearance/fonts.d.ts +0 -1
- package/lib/app/appearance/icons.d.ts +1 -1
- package/lib/app/appearance/styles.d.ts +0 -1
- package/lib/app/components/Footer.d.ts +1 -1
- package/lib/app/components/MarkdownDivWithReferences.d.ts +0 -1
- package/lib/app/components/Pager.d.ts +1 -2
- package/lib/app/hooks.d.ts +6 -7
- package/lib/app/navbar/Navbar.d.ts +0 -1
- package/lib/app/navbar/useBreadcrumbTruncation.d.ts +0 -1
- package/lib/app/result/ScanResultHeader.d.ts +0 -1
- package/lib/app/result/ScanResultNav.d.ts +0 -1
- package/lib/app/result/ScanResultPanel.d.ts +0 -1
- package/lib/app/result/error/ErrorPanel.d.ts +7 -0
- package/lib/app/result/info/InfoPanel.d.ts +0 -1
- package/lib/app/result/input/InputPanel.d.ts +0 -1
- package/lib/app/result/result/ResultPanel.d.ts +0 -1
- package/lib/app/result/transcript/TranscriptPanel.d.ts +0 -1
- package/lib/app/scanJobs/ScanJobGrid.d.ts +0 -1
- package/lib/app/scanJobs/ScanJobsPanel.d.ts +0 -1
- package/lib/app/scanner/ScannerPanel.d.ts +0 -1
- package/lib/app/scanner/ScannerPanelBody.d.ts +0 -1
- package/lib/app/scanner/ScannerPanelTitle.d.ts +0 -1
- package/lib/app/scanner/info/ScanInfo.d.ts +0 -1
- package/lib/app/scanner/results/ScanResultsBody.d.ts +0 -1
- package/lib/app/scanner/results/ScanResultsFilter.d.ts +0 -1
- package/lib/app/scanner/results/ScanResultsGroup.d.ts +6 -0
- package/lib/app/scanner/results/ScanResultsOutline.d.ts +0 -1
- package/lib/app/scanner/results/ScanResultsPanel.d.ts +0 -1
- package/lib/app/scanner/results/ScanResultsSearch.d.ts +2 -0
- package/lib/app/scanner/results/list/ScanHeader.d.ts +0 -1
- package/lib/app/scanner/results/list/ScanResultsGroup.d.ts +6 -0
- package/lib/app/scanner/results/list/ScanResultsList.d.ts +1 -2
- package/lib/app/scanner/results/list/ScanResultsRow.d.ts +0 -1
- package/lib/app/types.d.ts +4 -2
- package/lib/app/utils/arrow.d.ts +0 -1
- package/lib/app/utils/refs.d.ts +0 -1
- package/lib/app/utils/results.d.ts +4 -2
- package/lib/app/values/Error.d.ts +7 -0
- package/lib/app/values/Explanation.d.ts +0 -1
- package/lib/app/values/Identifier.d.ts +0 -1
- package/lib/app/values/Value.d.ts +0 -1
- package/lib/chat/ChatMessage.d.ts +0 -1
- package/lib/chat/ChatMessageRenderer.d.ts +0 -1
- package/lib/chat/ChatMessageRow.d.ts +0 -1
- package/lib/chat/ChatView.d.ts +0 -1
- package/lib/chat/ChatViewVirtualList.d.ts +0 -1
- package/lib/chat/JsonMessageContent.d.ts +0 -1
- package/lib/chat/MessageCitations.d.ts +0 -1
- package/lib/chat/MessageContent.d.ts +0 -1
- package/lib/chat/MessageContents.d.ts +1 -2
- package/lib/chat/content-data/ContentDataView.d.ts +0 -1
- package/lib/chat/content-data/WebSearch.d.ts +0 -1
- package/lib/chat/content-data/WebSearchResults.d.ts +0 -1
- package/lib/chat/documents/ContentDocumentView.d.ts +0 -1
- package/lib/chat/messages.d.ts +0 -1
- package/lib/chat/server-tools/ServerToolCall.d.ts +0 -1
- package/lib/chat/tools/ToolCallView.d.ts +0 -1
- package/lib/chat/tools/ToolInput.d.ts +0 -1
- package/lib/chat/tools/ToolOutput.d.ts +0 -1
- package/lib/chat/tools/ToolTitle.d.ts +0 -1
- package/lib/chat/tools/tool-input/TodoWriteInput.d.ts +0 -1
- package/lib/chat/tools/tool.d.ts +0 -1
- package/lib/chat/types.d.ts +0 -1
- package/lib/components/ActivityBar.d.ts +0 -1
- package/lib/components/AnsiDisplay.d.ts +0 -1
- package/lib/components/AsciinemaPlayer.d.ts +0 -1
- package/lib/components/Card.d.ts +0 -1
- package/lib/components/CopyButton.d.ts +0 -1
- package/lib/components/DataframeView.d.ts +1 -2
- package/lib/components/EmptyPanel.d.ts +0 -1
- package/lib/components/ErrorPanel.d.ts +0 -1
- package/lib/components/ExpandablePanel.d.ts +0 -1
- package/lib/components/ExtendedFindContext.d.ts +1 -2
- package/lib/components/ExtendedFindProvider.d.ts +0 -1
- package/lib/components/HumanBaselineView.d.ts +0 -1
- package/lib/components/JsonPanel.d.ts +0 -1
- package/lib/components/LabeledValue.d.ts +0 -1
- package/lib/components/LightboxCarousel.d.ts +0 -1
- package/lib/components/LiveVirtualList.d.ts +0 -1
- package/lib/components/MarkdownDiv.d.ts +0 -1
- package/lib/components/NavPills.d.ts +0 -1
- package/lib/components/NoContentsPanel.d.ts +0 -1
- package/lib/components/PopOver.d.ts +0 -1
- package/lib/components/Preformatted.d.ts +0 -1
- package/lib/components/ProgressBar.d.ts +0 -1
- package/lib/components/PulsingDots.d.ts +0 -1
- package/lib/components/SegmentedControl.d.ts +0 -1
- package/lib/components/StickyScroll.d.ts +0 -1
- package/lib/components/TabSet.d.ts +0 -1
- package/lib/components/TextInput.d.ts +10 -0
- package/lib/components/prism.d.ts +0 -1
- package/lib/content/MetaDataGrid.d.ts +0 -1
- package/lib/content/RecordTree.d.ts +0 -1
- package/lib/content/RenderedContent.d.ts +0 -1
- package/lib/content/RenderedText.d.ts +0 -1
- package/lib/content/record_processors/store.d.ts +0 -1
- package/lib/content/record_processors/types.d.ts +0 -1
- package/lib/content/types.d.ts +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/index.js +43015 -37862
- package/lib/index.js.map +1 -1
- package/lib/main.d.ts +0 -1
- package/lib/router/url.d.ts +1 -2
- package/lib/state/hooks.d.ts +0 -1
- package/lib/state/scrolling.d.ts +2 -3
- package/lib/state/store.d.ts +33 -29
- package/lib/styles/index.css +163 -66
- package/lib/transcript/ApprovalEventView.d.ts +0 -1
- package/lib/transcript/ErrorEventView.d.ts +0 -1
- package/lib/transcript/InfoEventView.d.ts +0 -1
- package/lib/transcript/InputEventView.d.ts +0 -1
- package/lib/transcript/LoggerEventView.d.ts +0 -1
- package/lib/transcript/ModelEventView.d.ts +0 -1
- package/lib/transcript/SampleInitEventView.d.ts +0 -1
- package/lib/transcript/SampleLimitEventView.d.ts +0 -1
- package/lib/transcript/SandboxEventView.d.ts +0 -1
- package/lib/transcript/ScoreEditEventView.d.ts +0 -1
- package/lib/transcript/ScoreEventView.d.ts +0 -1
- package/lib/transcript/SpanEventView.d.ts +0 -1
- package/lib/transcript/StepEventView.d.ts +0 -1
- package/lib/transcript/SubtaskEventView.d.ts +0 -1
- package/lib/transcript/ToolEventView.d.ts +0 -1
- package/lib/transcript/TranscriptView.d.ts +0 -1
- package/lib/transcript/TranscriptVirtualList.d.ts +1 -2
- package/lib/transcript/TranscriptVirtualListComponent.d.ts +0 -1
- package/lib/transcript/event/EventNav.d.ts +0 -1
- package/lib/transcript/event/EventNavs.d.ts +0 -1
- package/lib/transcript/event/EventPanel.d.ts +0 -1
- package/lib/transcript/event/EventProgressPanel.d.ts +0 -1
- package/lib/transcript/event/EventRow.d.ts +0 -1
- package/lib/transcript/event/EventSection.d.ts +0 -1
- package/lib/transcript/event/EventTimingPanel.d.ts +0 -1
- package/lib/transcript/event/utils.d.ts +0 -1
- package/lib/transcript/hooks.d.ts +0 -1
- package/lib/transcript/outline/OutlineRow.d.ts +0 -1
- package/lib/transcript/outline/TranscriptOutline.d.ts +0 -1
- package/lib/transcript/outline/tree-visitors.d.ts +0 -1
- package/lib/transcript/state/StateDiffView.d.ts +0 -1
- package/lib/transcript/state/StateEventRenderers.d.ts +0 -1
- package/lib/transcript/state/StateEventView.d.ts +0 -1
- package/lib/transcript/transform/fixups.d.ts +0 -1
- package/lib/transcript/transform/flatten.d.ts +0 -1
- package/lib/transcript/transform/hooks.d.ts +0 -1
- package/lib/transcript/transform/transform.d.ts +0 -1
- package/lib/transcript/transform/treeify.d.ts +0 -1
- package/lib/transcript/transform/utils.d.ts +0 -1
- package/lib/transcript/types.d.ts +0 -1
- package/lib/types/index.d.ts +0 -1
- package/lib/usage/ModelTokenTable.d.ts +0 -1
- package/lib/usage/ModelUsagePanel.d.ts +0 -1
- package/lib/usage/TokenTable.d.ts +0 -1
- package/lib/usage/UsageCard.d.ts +0 -1
- package/lib/utils/array.d.ts +0 -1
- package/lib/utils/arrow.d.ts +3 -3
- package/lib/utils/base64.d.ts +0 -1
- package/lib/utils/chatMessage.d.ts +0 -1
- package/lib/utils/dom.d.ts +1 -2
- package/lib/utils/embeddedState.d.ts +0 -1
- package/lib/utils/format.d.ts +0 -1
- package/lib/utils/html.d.ts +0 -1
- package/lib/utils/json-worker.d.ts +1 -1
- package/lib/utils/json.d.ts +0 -1
- package/lib/utils/logger.d.ts +0 -1
- package/lib/utils/mime.d.ts +0 -1
- package/lib/utils/object.d.ts +0 -1
- package/lib/utils/path.d.ts +0 -1
- package/lib/utils/python.d.ts +0 -1
- package/lib/utils/react.d.ts +0 -1
- package/lib/utils/sync.d.ts +0 -1
- package/lib/utils/type.d.ts +0 -1
- package/lib/utils/uri.d.ts +0 -1
- package/lib/utils/vscode.d.ts +0 -1
- package/package.json +13 -5
- package/lib/App.d.ts.map +0 -1
- package/lib/AppErrorBoundary.d.ts.map +0 -1
- package/lib/AppRouter.d.ts.map +0 -1
- package/lib/api/api-scout-server.d.ts.map +0 -1
- package/lib/api/api-vscode.d.ts.map +0 -1
- package/lib/api/api.d.ts.map +0 -1
- package/lib/api/jsonrpc.d.ts.map +0 -1
- package/lib/api/request.d.ts.map +0 -1
- package/lib/app/appearance/fonts.d.ts.map +0 -1
- package/lib/app/appearance/icons.d.ts.map +0 -1
- package/lib/app/appearance/styles.d.ts.map +0 -1
- package/lib/app/components/Footer.d.ts.map +0 -1
- package/lib/app/components/MarkdownDivWithReferences.d.ts.map +0 -1
- package/lib/app/components/Pager.d.ts.map +0 -1
- package/lib/app/hooks.d.ts.map +0 -1
- package/lib/app/navbar/Navbar.d.ts.map +0 -1
- package/lib/app/navbar/useBreadcrumbTruncation.d.ts.map +0 -1
- package/lib/app/result/ScanResultHeader.d.ts.map +0 -1
- package/lib/app/result/ScanResultNav.d.ts.map +0 -1
- package/lib/app/result/ScanResultPanel.d.ts.map +0 -1
- package/lib/app/result/info/InfoPanel.d.ts.map +0 -1
- package/lib/app/result/input/InputPanel.d.ts.map +0 -1
- package/lib/app/result/result/ResultPanel.d.ts.map +0 -1
- package/lib/app/result/transcript/TranscriptPanel.d.ts.map +0 -1
- package/lib/app/scanJobs/ScanJobGrid.d.ts.map +0 -1
- package/lib/app/scanJobs/ScanJobsPanel.d.ts.map +0 -1
- package/lib/app/scanner/ScannerPanel.d.ts.map +0 -1
- package/lib/app/scanner/ScannerPanelBody.d.ts.map +0 -1
- package/lib/app/scanner/ScannerPanelTitle.d.ts.map +0 -1
- package/lib/app/scanner/info/ScanInfo.d.ts.map +0 -1
- package/lib/app/scanner/results/ScanResultsBody.d.ts.map +0 -1
- package/lib/app/scanner/results/ScanResultsFilter.d.ts.map +0 -1
- package/lib/app/scanner/results/ScanResultsOutline.d.ts.map +0 -1
- package/lib/app/scanner/results/ScanResultsPanel.d.ts.map +0 -1
- package/lib/app/scanner/results/list/ScanHeader.d.ts.map +0 -1
- package/lib/app/scanner/results/list/ScanResultsList.d.ts.map +0 -1
- package/lib/app/scanner/results/list/ScanResultsRow.d.ts.map +0 -1
- package/lib/app/types.d.ts.map +0 -1
- package/lib/app/utils/arrow.d.ts.map +0 -1
- package/lib/app/utils/refs.d.ts.map +0 -1
- package/lib/app/utils/results.d.ts.map +0 -1
- package/lib/app/values/Explanation.d.ts.map +0 -1
- package/lib/app/values/Identifier.d.ts.map +0 -1
- package/lib/app/values/Value.d.ts.map +0 -1
- package/lib/chat/ChatMessage.d.ts.map +0 -1
- package/lib/chat/ChatMessageRenderer.d.ts.map +0 -1
- package/lib/chat/ChatMessageRow.d.ts.map +0 -1
- package/lib/chat/ChatView.d.ts.map +0 -1
- package/lib/chat/ChatViewVirtualList.d.ts.map +0 -1
- package/lib/chat/JsonMessageContent.d.ts.map +0 -1
- package/lib/chat/MessageCitations.d.ts.map +0 -1
- package/lib/chat/MessageContent.d.ts.map +0 -1
- package/lib/chat/MessageContents.d.ts.map +0 -1
- package/lib/chat/content-data/ContentDataView.d.ts.map +0 -1
- package/lib/chat/content-data/WebSearch.d.ts.map +0 -1
- package/lib/chat/content-data/WebSearchResults.d.ts.map +0 -1
- package/lib/chat/documents/ContentDocumentView.d.ts.map +0 -1
- package/lib/chat/messages.d.ts.map +0 -1
- package/lib/chat/server-tools/ServerToolCall.d.ts.map +0 -1
- package/lib/chat/tools/ToolCallView.d.ts.map +0 -1
- package/lib/chat/tools/ToolInput.d.ts.map +0 -1
- package/lib/chat/tools/ToolOutput.d.ts.map +0 -1
- package/lib/chat/tools/ToolTitle.d.ts.map +0 -1
- package/lib/chat/tools/tool-input/TodoWriteInput.d.ts.map +0 -1
- package/lib/chat/tools/tool.d.ts.map +0 -1
- package/lib/chat/types.d.ts.map +0 -1
- package/lib/components/ActivityBar.d.ts.map +0 -1
- package/lib/components/AnsiDisplay.d.ts.map +0 -1
- package/lib/components/AsciinemaPlayer.d.ts.map +0 -1
- package/lib/components/Card.d.ts.map +0 -1
- package/lib/components/CopyButton.d.ts.map +0 -1
- package/lib/components/DataframeView.d.ts.map +0 -1
- package/lib/components/EmptyPanel.d.ts.map +0 -1
- package/lib/components/ErrorPanel.d.ts.map +0 -1
- package/lib/components/ExpandablePanel.d.ts.map +0 -1
- package/lib/components/ExtendedFindContext.d.ts.map +0 -1
- package/lib/components/ExtendedFindProvider.d.ts.map +0 -1
- package/lib/components/HumanBaselineView.d.ts.map +0 -1
- package/lib/components/JsonPanel.d.ts.map +0 -1
- package/lib/components/LabeledValue.d.ts.map +0 -1
- package/lib/components/LightboxCarousel.d.ts.map +0 -1
- package/lib/components/LiveVirtualList.d.ts.map +0 -1
- package/lib/components/MarkdownDiv.d.ts.map +0 -1
- package/lib/components/NavPills.d.ts.map +0 -1
- package/lib/components/NoContentsPanel.d.ts.map +0 -1
- package/lib/components/PopOver.d.ts.map +0 -1
- package/lib/components/Preformatted.d.ts.map +0 -1
- package/lib/components/ProgressBar.d.ts.map +0 -1
- package/lib/components/PulsingDots.d.ts.map +0 -1
- package/lib/components/SegmentedControl.d.ts.map +0 -1
- package/lib/components/StickyScroll.d.ts.map +0 -1
- package/lib/components/TabSet.d.ts.map +0 -1
- package/lib/components/prism.d.ts.map +0 -1
- package/lib/content/MetaDataGrid.d.ts.map +0 -1
- package/lib/content/RecordTree.d.ts.map +0 -1
- package/lib/content/RenderedContent.d.ts.map +0 -1
- package/lib/content/RenderedText.d.ts.map +0 -1
- package/lib/content/record_processors/store.d.ts.map +0 -1
- package/lib/content/record_processors/types.d.ts.map +0 -1
- package/lib/content/types.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/main.d.ts.map +0 -1
- package/lib/router/url.d.ts.map +0 -1
- package/lib/state/hooks.d.ts.map +0 -1
- package/lib/state/scrolling.d.ts.map +0 -1
- package/lib/state/store.d.ts.map +0 -1
- package/lib/transcript/ApprovalEventView.d.ts.map +0 -1
- package/lib/transcript/ErrorEventView.d.ts.map +0 -1
- package/lib/transcript/InfoEventView.d.ts.map +0 -1
- package/lib/transcript/InputEventView.d.ts.map +0 -1
- package/lib/transcript/LoggerEventView.d.ts.map +0 -1
- package/lib/transcript/ModelEventView.d.ts.map +0 -1
- package/lib/transcript/SampleInitEventView.d.ts.map +0 -1
- package/lib/transcript/SampleLimitEventView.d.ts.map +0 -1
- package/lib/transcript/SandboxEventView.d.ts.map +0 -1
- package/lib/transcript/ScoreEditEventView.d.ts.map +0 -1
- package/lib/transcript/ScoreEventView.d.ts.map +0 -1
- package/lib/transcript/SpanEventView.d.ts.map +0 -1
- package/lib/transcript/StepEventView.d.ts.map +0 -1
- package/lib/transcript/SubtaskEventView.d.ts.map +0 -1
- package/lib/transcript/ToolEventView.d.ts.map +0 -1
- package/lib/transcript/TranscriptView.d.ts.map +0 -1
- package/lib/transcript/TranscriptVirtualList.d.ts.map +0 -1
- package/lib/transcript/TranscriptVirtualListComponent.d.ts.map +0 -1
- package/lib/transcript/event/EventNav.d.ts.map +0 -1
- package/lib/transcript/event/EventNavs.d.ts.map +0 -1
- package/lib/transcript/event/EventPanel.d.ts.map +0 -1
- package/lib/transcript/event/EventProgressPanel.d.ts.map +0 -1
- package/lib/transcript/event/EventRow.d.ts.map +0 -1
- package/lib/transcript/event/EventSection.d.ts.map +0 -1
- package/lib/transcript/event/EventTimingPanel.d.ts.map +0 -1
- package/lib/transcript/event/utils.d.ts.map +0 -1
- package/lib/transcript/hooks.d.ts.map +0 -1
- package/lib/transcript/outline/OutlineRow.d.ts.map +0 -1
- package/lib/transcript/outline/TranscriptOutline.d.ts.map +0 -1
- package/lib/transcript/outline/tree-visitors.d.ts.map +0 -1
- package/lib/transcript/state/StateDiffView.d.ts.map +0 -1
- package/lib/transcript/state/StateEventRenderers.d.ts.map +0 -1
- package/lib/transcript/state/StateEventView.d.ts.map +0 -1
- package/lib/transcript/transform/fixups.d.ts.map +0 -1
- package/lib/transcript/transform/flatten.d.ts.map +0 -1
- package/lib/transcript/transform/hooks.d.ts.map +0 -1
- package/lib/transcript/transform/transform.d.ts.map +0 -1
- package/lib/transcript/transform/treeify.d.ts.map +0 -1
- package/lib/transcript/transform/utils.d.ts.map +0 -1
- package/lib/transcript/types.d.ts.map +0 -1
- package/lib/types/index.d.ts.map +0 -1
- package/lib/usage/ModelTokenTable.d.ts.map +0 -1
- package/lib/usage/ModelUsagePanel.d.ts.map +0 -1
- package/lib/usage/TokenTable.d.ts.map +0 -1
- package/lib/usage/UsageCard.d.ts.map +0 -1
- package/lib/utils/array.d.ts.map +0 -1
- package/lib/utils/arrow.d.ts.map +0 -1
- package/lib/utils/base64.d.ts.map +0 -1
- package/lib/utils/chatMessage.d.ts.map +0 -1
- package/lib/utils/dom.d.ts.map +0 -1
- package/lib/utils/embeddedState.d.ts.map +0 -1
- package/lib/utils/format.d.ts.map +0 -1
- package/lib/utils/html.d.ts.map +0 -1
- package/lib/utils/json-worker.d.ts.map +0 -1
- package/lib/utils/json.d.ts.map +0 -1
- package/lib/utils/logger.d.ts.map +0 -1
- package/lib/utils/mime.d.ts.map +0 -1
- package/lib/utils/object.d.ts.map +0 -1
- package/lib/utils/path.d.ts.map +0 -1
- package/lib/utils/python.d.ts.map +0 -1
- package/lib/utils/react.d.ts.map +0 -1
- package/lib/utils/sync.d.ts.map +0 -1
- package/lib/utils/type.d.ts.map +0 -1
- package/lib/utils/uri.d.ts.map +0 -1
- package/lib/utils/vscode.d.ts.map +0 -1
package/lib/App.d.ts
CHANGED
package/lib/AppRouter.d.ts
CHANGED
package/lib/api/api-vscode.d.ts
CHANGED
package/lib/api/api.d.ts
CHANGED
package/lib/api/jsonrpc.d.ts
CHANGED
|
@@ -41,4 +41,3 @@ export declare function jsonRpcPostMessageServer(target: PostMessageTarget, meth
|
|
|
41
41
|
[key: string]: (params: unknown) => Promise<unknown>;
|
|
42
42
|
} | ((name: string) => ((params: unknown) => Promise<unknown>) | undefined)): () => void;
|
|
43
43
|
export {};
|
|
44
|
-
//# sourceMappingURL=jsonrpc.d.ts.map
|
package/lib/api/request.d.ts
CHANGED
|
@@ -93,6 +93,7 @@ export declare const ApplicationIcons: {
|
|
|
93
93
|
play: string;
|
|
94
94
|
previous: string;
|
|
95
95
|
refresh: string;
|
|
96
|
+
refuse: string;
|
|
96
97
|
retry: string;
|
|
97
98
|
role: {
|
|
98
99
|
user: string;
|
|
@@ -127,4 +128,3 @@ export declare const ApplicationIcons: {
|
|
|
127
128
|
turns: string;
|
|
128
129
|
usage: string;
|
|
129
130
|
};
|
|
130
|
-
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -10,6 +10,7 @@ interface FooterProps {
|
|
|
10
10
|
pagesize?: number;
|
|
11
11
|
page?: number;
|
|
12
12
|
itemsPerPage?: number;
|
|
13
|
+
setPage?: (page: number) => void;
|
|
13
14
|
labels?: {
|
|
14
15
|
singular: string;
|
|
15
16
|
plural: string;
|
|
@@ -17,4 +18,3 @@ interface FooterProps {
|
|
|
17
18
|
}
|
|
18
19
|
export declare const Footer: FC<FooterProps>;
|
|
19
20
|
export {};
|
|
20
|
-
//# sourceMappingURL=Footer.d.ts.map
|
package/lib/app/hooks.d.ts
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import { ColumnTable } from 'arquero';
|
|
2
2
|
import { ScannerData, ScannerCore } from './types';
|
|
3
|
-
export declare const useSelectedScanner: () => string;
|
|
3
|
+
export declare const useSelectedScanner: () => string | undefined;
|
|
4
4
|
export declare const useServerScans: () => void;
|
|
5
5
|
export declare const useServerScannerDataframe: () => void;
|
|
6
6
|
export declare const useServerScanner: () => void;
|
|
7
|
-
export declare const useScannerData: (columnTable
|
|
8
|
-
data: ScannerData;
|
|
7
|
+
export declare const useScannerData: (columnTable?: ColumnTable, scanResultUuid?: string) => {
|
|
8
|
+
data: ScannerData | undefined;
|
|
9
9
|
isLoading: boolean;
|
|
10
10
|
};
|
|
11
|
-
export declare const useSelectedResultsRow: (scanResultUuid
|
|
12
|
-
data: ScannerData;
|
|
11
|
+
export declare const useSelectedResultsRow: (scanResultUuid?: string) => {
|
|
12
|
+
data: ScannerData | undefined;
|
|
13
13
|
isLoading: boolean;
|
|
14
14
|
};
|
|
15
|
-
export declare const useScannerPreviews: (columnTable
|
|
15
|
+
export declare const useScannerPreviews: (columnTable?: ColumnTable) => {
|
|
16
16
|
data: ScannerCore[];
|
|
17
17
|
isLoading: boolean;
|
|
18
18
|
};
|
|
19
|
-
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -6,8 +6,7 @@ export interface GridDescriptor {
|
|
|
6
6
|
}
|
|
7
7
|
interface ScanResultsListProps {
|
|
8
8
|
id: string;
|
|
9
|
-
columnTable
|
|
9
|
+
columnTable?: ColumnTable;
|
|
10
10
|
}
|
|
11
11
|
export declare const ScanResultsList: FC<ScanResultsListProps>;
|
|
12
12
|
export {};
|
|
13
|
-
//# sourceMappingURL=ScanResultsList.d.ts.map
|
package/lib/app/types.d.ts
CHANGED
|
@@ -17,6 +17,8 @@ export interface ScannerCoreBase {
|
|
|
17
17
|
valueType: ValueType;
|
|
18
18
|
transcriptMetadata: Record<string, JsonValue>;
|
|
19
19
|
transcriptSourceId: string;
|
|
20
|
+
scanError?: string;
|
|
21
|
+
scanErrorRefusal?: boolean;
|
|
20
22
|
}
|
|
21
23
|
interface ScannerCoreTranscript extends ScannerCoreBase {
|
|
22
24
|
inputType: "transcript";
|
|
@@ -42,7 +44,7 @@ export type ScannerData = ScannerDataTranscript | ScannerDataMessage | ScannerDa
|
|
|
42
44
|
export interface ScannerReference {
|
|
43
45
|
type: "message" | "event";
|
|
44
46
|
id: string;
|
|
45
|
-
cite
|
|
47
|
+
cite?: string;
|
|
46
48
|
}
|
|
47
49
|
export type MessageType = ChatMessageSystem | ChatMessageUser | ChatMessageAssistant | ChatMessageTool;
|
|
48
50
|
interface ScannerDataBase extends ScannerCoreBase {
|
|
@@ -51,6 +53,7 @@ interface ScannerDataBase extends ScannerCoreBase {
|
|
|
51
53
|
metadata: Record<string, JsonValue>;
|
|
52
54
|
scanError?: string;
|
|
53
55
|
scanErrorTraceback?: string;
|
|
56
|
+
scanErrorRefusal?: boolean;
|
|
54
57
|
scanEvents: Events;
|
|
55
58
|
scanId: string;
|
|
56
59
|
scanMetadata: Record<string, JsonValue>;
|
|
@@ -114,4 +117,3 @@ export declare function isObjectValue(result: ScannerCore): result is ScannerCor
|
|
|
114
117
|
value: object;
|
|
115
118
|
};
|
|
116
119
|
export {};
|
|
117
|
-
//# sourceMappingURL=types.d.ts.map
|
package/lib/app/utils/arrow.d.ts
CHANGED
package/lib/app/utils/refs.d.ts
CHANGED
|
@@ -2,4 +2,3 @@ import { MarkdownReference } from '../components/MarkdownDivWithReferences';
|
|
|
2
2
|
import { ScannerCore } from '../types';
|
|
3
3
|
export type MakeReferenceUrl = (ref: string, type: "message" | "event") => string | undefined;
|
|
4
4
|
export declare const toMarkdownRefs: (core: ScannerCore, makeReferenceUrl: MakeReferenceUrl) => MarkdownReference[];
|
|
5
|
-
//# sourceMappingURL=refs.d.ts.map
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { ScannerCore } from '../types';
|
|
2
2
|
export interface IdentifierInfo {
|
|
3
3
|
id: string;
|
|
4
|
+
secondaryId?: string;
|
|
4
5
|
epoch?: string;
|
|
5
6
|
}
|
|
6
|
-
export declare const
|
|
7
|
-
|
|
7
|
+
export declare const resultIdentifierStr: (scannerCore?: ScannerCore) => string | undefined;
|
|
8
|
+
export declare const resultIdentifier: (scannerCore?: ScannerCore) => IdentifierInfo;
|
|
9
|
+
export declare const resultLog: (scannerCore: ScannerCore) => string | undefined;
|
package/lib/chat/ChatView.d.ts
CHANGED
|
@@ -16,4 +16,3 @@ export declare const isMessageContent: (content: unknown) => content is ContentO
|
|
|
16
16
|
export declare const MessageContent: FC<MessageContentProps>;
|
|
17
17
|
export type DistributiveOmit<TObj, TKey extends PropertyKey> = TObj extends any ? Omit<TObj, TKey> : never;
|
|
18
18
|
export {};
|
|
19
|
-
//# sourceMappingURL=MessageContent.d.ts.map
|
|
@@ -12,8 +12,7 @@ export interface MessagesContext {
|
|
|
12
12
|
}
|
|
13
13
|
export declare const defaultContext: () => {
|
|
14
14
|
citeOffset: number;
|
|
15
|
-
citations:
|
|
15
|
+
citations: never[];
|
|
16
16
|
};
|
|
17
17
|
export declare const MessageContents: FC<MessageContentsProps>;
|
|
18
18
|
export {};
|
|
19
|
-
//# sourceMappingURL=MessageContents.d.ts.map
|
package/lib/chat/messages.d.ts
CHANGED
|
@@ -6,4 +6,3 @@ export interface ResolvedMessage {
|
|
|
6
6
|
export declare const resolveMessages: (messages: Messages) => ResolvedMessage[];
|
|
7
7
|
export declare const iconForMsg: (msg: ChatMessageAssistant | ChatMessageSystem | ChatMessageUser | ChatMessageTool) => string;
|
|
8
8
|
export declare const messagesFromEvents: (runningEvents: Events) => Messages;
|
|
9
|
-
//# sourceMappingURL=messages.d.ts.map
|
package/lib/chat/tools/tool.d.ts
CHANGED
package/lib/chat/types.d.ts
CHANGED
package/lib/components/Card.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ColumnTable } from 'arquero';
|
|
2
2
|
import { FC } from 'react';
|
|
3
3
|
interface DataframeViewProps {
|
|
4
|
-
columnTable
|
|
4
|
+
columnTable?: ColumnTable;
|
|
5
5
|
}
|
|
6
6
|
export declare const DataframeView: FC<DataframeViewProps>;
|
|
7
7
|
export {};
|
|
8
|
-
//# sourceMappingURL=DataframeView.d.ts.map
|
|
@@ -3,6 +3,5 @@ export interface ExtendedFindContextType {
|
|
|
3
3
|
extendedFindTerm: (term: string, direction: "forward" | "backward") => Promise<boolean>;
|
|
4
4
|
registerVirtualList: (id: string, searchFn: ExtendedFindFn) => () => void;
|
|
5
5
|
}
|
|
6
|
-
export declare const ExtendedFindContext: import('react').Context<ExtendedFindContextType>;
|
|
6
|
+
export declare const ExtendedFindContext: import('react').Context<ExtendedFindContextType | null>;
|
|
7
7
|
export declare const useExtendedFind: () => ExtendedFindContextType;
|
|
8
|
-
//# sourceMappingURL=ExtendedFindContext.d.ts.map
|