@arbidocs/sdk 0.3.70 → 0.3.71
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.
|
@@ -2610,6 +2610,7 @@ declare class Arbi {
|
|
|
2610
2610
|
show_skills: boolean;
|
|
2611
2611
|
show_pa_mode: boolean;
|
|
2612
2612
|
show_agent_sessions: boolean;
|
|
2613
|
+
show_mcp_connectors: boolean;
|
|
2613
2614
|
use_s3_direct_upload: boolean;
|
|
2614
2615
|
hide_online_status: boolean;
|
|
2615
2616
|
muted_users: string[];
|
|
@@ -3937,6 +3938,7 @@ declare function getSettings(arbi: ArbiClient): Promise<{
|
|
|
3937
3938
|
show_skills: boolean;
|
|
3938
3939
|
show_pa_mode: boolean;
|
|
3939
3940
|
show_agent_sessions: boolean;
|
|
3941
|
+
show_mcp_connectors: boolean;
|
|
3940
3942
|
use_s3_direct_upload: boolean;
|
|
3941
3943
|
hide_online_status: boolean;
|
|
3942
3944
|
muted_users: string[];
|
|
@@ -2610,6 +2610,7 @@ declare class Arbi {
|
|
|
2610
2610
|
show_skills: boolean;
|
|
2611
2611
|
show_pa_mode: boolean;
|
|
2612
2612
|
show_agent_sessions: boolean;
|
|
2613
|
+
show_mcp_connectors: boolean;
|
|
2613
2614
|
use_s3_direct_upload: boolean;
|
|
2614
2615
|
hide_online_status: boolean;
|
|
2615
2616
|
muted_users: string[];
|
|
@@ -3937,6 +3938,7 @@ declare function getSettings(arbi: ArbiClient): Promise<{
|
|
|
3937
3938
|
show_skills: boolean;
|
|
3938
3939
|
show_pa_mode: boolean;
|
|
3939
3940
|
show_agent_sessions: boolean;
|
|
3941
|
+
show_mcp_connectors: boolean;
|
|
3940
3942
|
use_s3_direct_upload: boolean;
|
|
3941
3943
|
hide_online_status: boolean;
|
|
3942
3944
|
muted_users: string[];
|
package/dist/browser.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { i as AgentStepEvent, j as Arbi, k as ArbiApiError, l as ArbiError, aU as ArbiErrorEvent, m as ArbiOptions, n as ArtifactEvent, o as AuthContext, A as AuthHeaders, p as AuthenticatedClient, c as ChatSession, q as CitationSummary, a as CliConfig, b as CliCredentials, C as ConfigStore, r as ConnectOptions, y as MessageMetadataPayload, z as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, B as ReconnectableWsConnection, E as ResolvedCitation, G as ResponseCompletedEvent, H as ResponseContentPartAddedEvent, I as ResponseCreatedEvent, J as ResponseFailedEvent, K as ResponseOutputItemAddedEvent, N as ResponseOutputItemDoneEvent, T as ResponseOutputTextDeltaEvent, V as ResponseOutputTextDoneEvent, W as ResponseUsage, X as SSEEvent, Y as SSEStreamCallbacks, Z as SSEStreamResult, _ as SSEStreamStartData, $ as SkillSummary, a0 as UserInfo, a1 as UserInputRequestEvent, a2 as UserMessageEvent, a3 as WorkspaceContext, a4 as WsConnection, a5 as agentconfig, a6 as assistant, a7 as authenticatedFetch, a8 as buildRetrievalChunkTool, a9 as buildRetrievalFullContextTool, aa as buildRetrievalTocTool, ab as connectWebSocket, ac as connectWithReconnect, ad as consumeSSEStream, ae as contacts, af as conversations, ag as countCitations, ah as createAuthenticatedClient, aj as dm, ak as doctags, al as documents, am as files, an as filterSkills, ao as formatAgentStepLabel, ap as formatFileSize, ar as formatUserName, as as formatWorkspaceChoices, ax as getErrorMessage, ay as getRawWorkspaceKey, az as health, aA as parseSSEEvents, aB as parseSlashCommand, aC as parseSlashTokenInProgress, aD as performPasswordLogin, aG as requireData, aH as requireOk, aI as resolveAuth, aJ as resolveCitations, aK as resolveWorkspace, aL as responses, aM as selectWorkspace, aN as selectWorkspaceById, aO as settings, aP as streamSSE, aQ as stripCitationMarkdown, aR as summarizeCitations, aS as tags, aT as workspaces } from './browser-
|
|
1
|
+
export { i as AgentStepEvent, j as Arbi, k as ArbiApiError, l as ArbiError, aU as ArbiErrorEvent, m as ArbiOptions, n as ArtifactEvent, o as AuthContext, A as AuthHeaders, p as AuthenticatedClient, c as ChatSession, q as CitationSummary, a as CliConfig, b as CliCredentials, C as ConfigStore, r as ConnectOptions, y as MessageMetadataPayload, z as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, B as ReconnectableWsConnection, E as ResolvedCitation, G as ResponseCompletedEvent, H as ResponseContentPartAddedEvent, I as ResponseCreatedEvent, J as ResponseFailedEvent, K as ResponseOutputItemAddedEvent, N as ResponseOutputItemDoneEvent, T as ResponseOutputTextDeltaEvent, V as ResponseOutputTextDoneEvent, W as ResponseUsage, X as SSEEvent, Y as SSEStreamCallbacks, Z as SSEStreamResult, _ as SSEStreamStartData, $ as SkillSummary, a0 as UserInfo, a1 as UserInputRequestEvent, a2 as UserMessageEvent, a3 as WorkspaceContext, a4 as WsConnection, a5 as agentconfig, a6 as assistant, a7 as authenticatedFetch, a8 as buildRetrievalChunkTool, a9 as buildRetrievalFullContextTool, aa as buildRetrievalTocTool, ab as connectWebSocket, ac as connectWithReconnect, ad as consumeSSEStream, ae as contacts, af as conversations, ag as countCitations, ah as createAuthenticatedClient, aj as dm, ak as doctags, al as documents, am as files, an as filterSkills, ao as formatAgentStepLabel, ap as formatFileSize, ar as formatUserName, as as formatWorkspaceChoices, ax as getErrorMessage, ay as getRawWorkspaceKey, az as health, aA as parseSSEEvents, aB as parseSlashCommand, aC as parseSlashTokenInProgress, aD as performPasswordLogin, aG as requireData, aH as requireOk, aI as resolveAuth, aJ as resolveCitations, aK as resolveWorkspace, aL as responses, aM as selectWorkspace, aN as selectWorkspaceById, aO as settings, aP as streamSSE, aQ as stripCitationMarkdown, aR as summarizeCitations, aS as tags, aT as workspaces } from './browser-YadTXcNW.cjs';
|
|
2
2
|
import '@arbidocs/client';
|
package/dist/browser.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { i as AgentStepEvent, j as Arbi, k as ArbiApiError, l as ArbiError, aU as ArbiErrorEvent, m as ArbiOptions, n as ArtifactEvent, o as AuthContext, A as AuthHeaders, p as AuthenticatedClient, c as ChatSession, q as CitationSummary, a as CliConfig, b as CliCredentials, C as ConfigStore, r as ConnectOptions, y as MessageMetadataPayload, z as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, B as ReconnectableWsConnection, E as ResolvedCitation, G as ResponseCompletedEvent, H as ResponseContentPartAddedEvent, I as ResponseCreatedEvent, J as ResponseFailedEvent, K as ResponseOutputItemAddedEvent, N as ResponseOutputItemDoneEvent, T as ResponseOutputTextDeltaEvent, V as ResponseOutputTextDoneEvent, W as ResponseUsage, X as SSEEvent, Y as SSEStreamCallbacks, Z as SSEStreamResult, _ as SSEStreamStartData, $ as SkillSummary, a0 as UserInfo, a1 as UserInputRequestEvent, a2 as UserMessageEvent, a3 as WorkspaceContext, a4 as WsConnection, a5 as agentconfig, a6 as assistant, a7 as authenticatedFetch, a8 as buildRetrievalChunkTool, a9 as buildRetrievalFullContextTool, aa as buildRetrievalTocTool, ab as connectWebSocket, ac as connectWithReconnect, ad as consumeSSEStream, ae as contacts, af as conversations, ag as countCitations, ah as createAuthenticatedClient, aj as dm, ak as doctags, al as documents, am as files, an as filterSkills, ao as formatAgentStepLabel, ap as formatFileSize, ar as formatUserName, as as formatWorkspaceChoices, ax as getErrorMessage, ay as getRawWorkspaceKey, az as health, aA as parseSSEEvents, aB as parseSlashCommand, aC as parseSlashTokenInProgress, aD as performPasswordLogin, aG as requireData, aH as requireOk, aI as resolveAuth, aJ as resolveCitations, aK as resolveWorkspace, aL as responses, aM as selectWorkspace, aN as selectWorkspaceById, aO as settings, aP as streamSSE, aQ as stripCitationMarkdown, aR as summarizeCitations, aS as tags, aT as workspaces } from './browser-
|
|
1
|
+
export { i as AgentStepEvent, j as Arbi, k as ArbiApiError, l as ArbiError, aU as ArbiErrorEvent, m as ArbiOptions, n as ArtifactEvent, o as AuthContext, A as AuthHeaders, p as AuthenticatedClient, c as ChatSession, q as CitationSummary, a as CliConfig, b as CliCredentials, C as ConfigStore, r as ConnectOptions, y as MessageMetadataPayload, z as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, B as ReconnectableWsConnection, E as ResolvedCitation, G as ResponseCompletedEvent, H as ResponseContentPartAddedEvent, I as ResponseCreatedEvent, J as ResponseFailedEvent, K as ResponseOutputItemAddedEvent, N as ResponseOutputItemDoneEvent, T as ResponseOutputTextDeltaEvent, V as ResponseOutputTextDoneEvent, W as ResponseUsage, X as SSEEvent, Y as SSEStreamCallbacks, Z as SSEStreamResult, _ as SSEStreamStartData, $ as SkillSummary, a0 as UserInfo, a1 as UserInputRequestEvent, a2 as UserMessageEvent, a3 as WorkspaceContext, a4 as WsConnection, a5 as agentconfig, a6 as assistant, a7 as authenticatedFetch, a8 as buildRetrievalChunkTool, a9 as buildRetrievalFullContextTool, aa as buildRetrievalTocTool, ab as connectWebSocket, ac as connectWithReconnect, ad as consumeSSEStream, ae as contacts, af as conversations, ag as countCitations, ah as createAuthenticatedClient, aj as dm, ak as doctags, al as documents, am as files, an as filterSkills, ao as formatAgentStepLabel, ap as formatFileSize, ar as formatUserName, as as formatWorkspaceChoices, ax as getErrorMessage, ay as getRawWorkspaceKey, az as health, aA as parseSSEEvents, aB as parseSlashCommand, aC as parseSlashTokenInProgress, aD as performPasswordLogin, aG as requireData, aH as requireOk, aI as resolveAuth, aJ as resolveCitations, aK as resolveWorkspace, aL as responses, aM as selectWorkspace, aN as selectWorkspaceById, aO as settings, aP as streamSSE, aQ as stripCitationMarkdown, aR as summarizeCitations, aS as tags, aT as workspaces } from './browser-YadTXcNW.js';
|
|
2
2
|
import '@arbidocs/client';
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as ConfigStore, a as CliConfig, b as CliCredentials, c as ChatSession, S as SkippedFile, U as UploadResult, A as AuthHeaders, d as UploadBatchResult, e as UploadOptions, f as UploadDirectOptions, g as UploadDirectResult, h as SUPPORTED_EXTENSIONS, D as DmCryptoContext } from './browser-
|
|
2
|
-
export { i as AgentStepEvent, j as Arbi, k as ArbiApiError, l as ArbiError, m as ArbiOptions, n as ArtifactEvent, o as AuthContext, p as AuthenticatedClient, q as CitationSummary, r as ConnectOptions, s as DOC_TERMINAL_STATUSES, t as DocumentListFields, u as DocumentListOrder, v as DocumentWaiter, w as DocumentWaiterOptions, F as FormattedWsMessage, L as ListAllOptions, x as ListPaginatedOptions, M as MessageLevel, y as MessageMetadataPayload, z as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, B as ReconnectableWsConnection, E as ResolvedCitation, G as ResponseCompletedEvent, H as ResponseContentPartAddedEvent, I as ResponseCreatedEvent, J as ResponseFailedEvent, K as ResponseOutputItemAddedEvent, N as ResponseOutputItemDoneEvent, T as ResponseOutputTextDeltaEvent, V as ResponseOutputTextDoneEvent, W as ResponseUsage, X as SSEEvent, Y as SSEStreamCallbacks, Z as SSEStreamResult, _ as SSEStreamStartData, $ as SkillSummary, a0 as UserInfo, a1 as UserInputRequestEvent, a2 as UserMessageEvent, a3 as WorkspaceContext, a4 as WsConnection, a5 as agentconfig, a6 as assistant, a7 as authenticatedFetch, a8 as buildRetrievalChunkTool, a9 as buildRetrievalFullContextTool, aa as buildRetrievalTocTool, ab as connectWebSocket, ac as connectWithReconnect, ad as consumeSSEStream, ae as contacts, af as conversations, ag as countCitations, ah as createAuthenticatedClient, ai as createDocumentWaiter, aj as dm, ak as doctags, al as documents, am as files, an as filterSkills, ao as formatAgentStepLabel, ap as formatFileSize, aq as formatStreamSummary, ar as formatUserName, as as formatWorkspaceChoices, at as formatWsMessage, au as generateEncryptedWorkspaceKey, av as generateNewWorkspaceKey, aw as getErrorCode, ax as getErrorMessage, ay as getRawWorkspaceKey, az as health, aA as parseSSEEvents, aB as parseSlashCommand, aC as parseSlashTokenInProgress, aD as performPasswordLogin, aE as performSigningKeyLogin, aF as performSsoDeviceFlowLogin, aG as requireData, aH as requireOk, aI as resolveAuth, aJ as resolveCitations, aK as resolveWorkspace, aL as responses, aM as selectWorkspace, aN as selectWorkspaceById, aO as settings, aP as streamSSE, aQ as stripCitationMarkdown, aR as summarizeCitations, aS as tags, aT as workspaces } from './browser-
|
|
1
|
+
import { C as ConfigStore, a as CliConfig, b as CliCredentials, c as ChatSession, S as SkippedFile, U as UploadResult, A as AuthHeaders, d as UploadBatchResult, e as UploadOptions, f as UploadDirectOptions, g as UploadDirectResult, h as SUPPORTED_EXTENSIONS, D as DmCryptoContext } from './browser-YadTXcNW.cjs';
|
|
2
|
+
export { i as AgentStepEvent, j as Arbi, k as ArbiApiError, l as ArbiError, m as ArbiOptions, n as ArtifactEvent, o as AuthContext, p as AuthenticatedClient, q as CitationSummary, r as ConnectOptions, s as DOC_TERMINAL_STATUSES, t as DocumentListFields, u as DocumentListOrder, v as DocumentWaiter, w as DocumentWaiterOptions, F as FormattedWsMessage, L as ListAllOptions, x as ListPaginatedOptions, M as MessageLevel, y as MessageMetadataPayload, z as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, B as ReconnectableWsConnection, E as ResolvedCitation, G as ResponseCompletedEvent, H as ResponseContentPartAddedEvent, I as ResponseCreatedEvent, J as ResponseFailedEvent, K as ResponseOutputItemAddedEvent, N as ResponseOutputItemDoneEvent, T as ResponseOutputTextDeltaEvent, V as ResponseOutputTextDoneEvent, W as ResponseUsage, X as SSEEvent, Y as SSEStreamCallbacks, Z as SSEStreamResult, _ as SSEStreamStartData, $ as SkillSummary, a0 as UserInfo, a1 as UserInputRequestEvent, a2 as UserMessageEvent, a3 as WorkspaceContext, a4 as WsConnection, a5 as agentconfig, a6 as assistant, a7 as authenticatedFetch, a8 as buildRetrievalChunkTool, a9 as buildRetrievalFullContextTool, aa as buildRetrievalTocTool, ab as connectWebSocket, ac as connectWithReconnect, ad as consumeSSEStream, ae as contacts, af as conversations, ag as countCitations, ah as createAuthenticatedClient, ai as createDocumentWaiter, aj as dm, ak as doctags, al as documents, am as files, an as filterSkills, ao as formatAgentStepLabel, ap as formatFileSize, aq as formatStreamSummary, ar as formatUserName, as as formatWorkspaceChoices, at as formatWsMessage, au as generateEncryptedWorkspaceKey, av as generateNewWorkspaceKey, aw as getErrorCode, ax as getErrorMessage, ay as getRawWorkspaceKey, az as health, aA as parseSSEEvents, aB as parseSlashCommand, aC as parseSlashTokenInProgress, aD as performPasswordLogin, aE as performSigningKeyLogin, aF as performSsoDeviceFlowLogin, aG as requireData, aH as requireOk, aI as resolveAuth, aJ as resolveCitations, aK as resolveWorkspace, aL as responses, aM as selectWorkspace, aN as selectWorkspaceById, aO as settings, aP as streamSSE, aQ as stripCitationMarkdown, aR as summarizeCitations, aS as tags, aT as workspaces } from './browser-YadTXcNW.cjs';
|
|
3
3
|
import { SessionStorageProvider, ArbiClient, components } from '@arbidocs/client';
|
|
4
4
|
|
|
5
5
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as ConfigStore, a as CliConfig, b as CliCredentials, c as ChatSession, S as SkippedFile, U as UploadResult, A as AuthHeaders, d as UploadBatchResult, e as UploadOptions, f as UploadDirectOptions, g as UploadDirectResult, h as SUPPORTED_EXTENSIONS, D as DmCryptoContext } from './browser-
|
|
2
|
-
export { i as AgentStepEvent, j as Arbi, k as ArbiApiError, l as ArbiError, m as ArbiOptions, n as ArtifactEvent, o as AuthContext, p as AuthenticatedClient, q as CitationSummary, r as ConnectOptions, s as DOC_TERMINAL_STATUSES, t as DocumentListFields, u as DocumentListOrder, v as DocumentWaiter, w as DocumentWaiterOptions, F as FormattedWsMessage, L as ListAllOptions, x as ListPaginatedOptions, M as MessageLevel, y as MessageMetadataPayload, z as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, B as ReconnectableWsConnection, E as ResolvedCitation, G as ResponseCompletedEvent, H as ResponseContentPartAddedEvent, I as ResponseCreatedEvent, J as ResponseFailedEvent, K as ResponseOutputItemAddedEvent, N as ResponseOutputItemDoneEvent, T as ResponseOutputTextDeltaEvent, V as ResponseOutputTextDoneEvent, W as ResponseUsage, X as SSEEvent, Y as SSEStreamCallbacks, Z as SSEStreamResult, _ as SSEStreamStartData, $ as SkillSummary, a0 as UserInfo, a1 as UserInputRequestEvent, a2 as UserMessageEvent, a3 as WorkspaceContext, a4 as WsConnection, a5 as agentconfig, a6 as assistant, a7 as authenticatedFetch, a8 as buildRetrievalChunkTool, a9 as buildRetrievalFullContextTool, aa as buildRetrievalTocTool, ab as connectWebSocket, ac as connectWithReconnect, ad as consumeSSEStream, ae as contacts, af as conversations, ag as countCitations, ah as createAuthenticatedClient, ai as createDocumentWaiter, aj as dm, ak as doctags, al as documents, am as files, an as filterSkills, ao as formatAgentStepLabel, ap as formatFileSize, aq as formatStreamSummary, ar as formatUserName, as as formatWorkspaceChoices, at as formatWsMessage, au as generateEncryptedWorkspaceKey, av as generateNewWorkspaceKey, aw as getErrorCode, ax as getErrorMessage, ay as getRawWorkspaceKey, az as health, aA as parseSSEEvents, aB as parseSlashCommand, aC as parseSlashTokenInProgress, aD as performPasswordLogin, aE as performSigningKeyLogin, aF as performSsoDeviceFlowLogin, aG as requireData, aH as requireOk, aI as resolveAuth, aJ as resolveCitations, aK as resolveWorkspace, aL as responses, aM as selectWorkspace, aN as selectWorkspaceById, aO as settings, aP as streamSSE, aQ as stripCitationMarkdown, aR as summarizeCitations, aS as tags, aT as workspaces } from './browser-
|
|
1
|
+
import { C as ConfigStore, a as CliConfig, b as CliCredentials, c as ChatSession, S as SkippedFile, U as UploadResult, A as AuthHeaders, d as UploadBatchResult, e as UploadOptions, f as UploadDirectOptions, g as UploadDirectResult, h as SUPPORTED_EXTENSIONS, D as DmCryptoContext } from './browser-YadTXcNW.js';
|
|
2
|
+
export { i as AgentStepEvent, j as Arbi, k as ArbiApiError, l as ArbiError, m as ArbiOptions, n as ArtifactEvent, o as AuthContext, p as AuthenticatedClient, q as CitationSummary, r as ConnectOptions, s as DOC_TERMINAL_STATUSES, t as DocumentListFields, u as DocumentListOrder, v as DocumentWaiter, w as DocumentWaiterOptions, F as FormattedWsMessage, L as ListAllOptions, x as ListPaginatedOptions, M as MessageLevel, y as MessageMetadataPayload, z as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, B as ReconnectableWsConnection, E as ResolvedCitation, G as ResponseCompletedEvent, H as ResponseContentPartAddedEvent, I as ResponseCreatedEvent, J as ResponseFailedEvent, K as ResponseOutputItemAddedEvent, N as ResponseOutputItemDoneEvent, T as ResponseOutputTextDeltaEvent, V as ResponseOutputTextDoneEvent, W as ResponseUsage, X as SSEEvent, Y as SSEStreamCallbacks, Z as SSEStreamResult, _ as SSEStreamStartData, $ as SkillSummary, a0 as UserInfo, a1 as UserInputRequestEvent, a2 as UserMessageEvent, a3 as WorkspaceContext, a4 as WsConnection, a5 as agentconfig, a6 as assistant, a7 as authenticatedFetch, a8 as buildRetrievalChunkTool, a9 as buildRetrievalFullContextTool, aa as buildRetrievalTocTool, ab as connectWebSocket, ac as connectWithReconnect, ad as consumeSSEStream, ae as contacts, af as conversations, ag as countCitations, ah as createAuthenticatedClient, ai as createDocumentWaiter, aj as dm, ak as doctags, al as documents, am as files, an as filterSkills, ao as formatAgentStepLabel, ap as formatFileSize, aq as formatStreamSummary, ar as formatUserName, as as formatWorkspaceChoices, at as formatWsMessage, au as generateEncryptedWorkspaceKey, av as generateNewWorkspaceKey, aw as getErrorCode, ax as getErrorMessage, ay as getRawWorkspaceKey, az as health, aA as parseSSEEvents, aB as parseSlashCommand, aC as parseSlashTokenInProgress, aD as performPasswordLogin, aE as performSigningKeyLogin, aF as performSsoDeviceFlowLogin, aG as requireData, aH as requireOk, aI as resolveAuth, aJ as resolveCitations, aK as resolveWorkspace, aL as responses, aM as selectWorkspace, aN as selectWorkspaceById, aO as settings, aP as streamSSE, aQ as stripCitationMarkdown, aR as summarizeCitations, aS as tags, aT as workspaces } from './browser-YadTXcNW.js';
|
|
3
3
|
import { SessionStorageProvider, ArbiClient, components } from '@arbidocs/client';
|
|
4
4
|
|
|
5
5
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arbidocs/sdk",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.71",
|
|
4
4
|
"description": "Shared operations layer for ARBI — auth, config, SSE, WebSocket, and API operations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"typecheck": "tsc --noEmit"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@arbidocs/client": "0.3.
|
|
38
|
+
"@arbidocs/client": "0.3.71",
|
|
39
39
|
"jszip": "^3.10.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|