@arbidocs/sdk 0.3.73 → 0.3.75

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.
@@ -1607,6 +1607,7 @@ declare class Arbi {
1607
1607
  name: string;
1608
1608
  description: string | null;
1609
1609
  is_public: boolean;
1610
+ workspace_type: components["schemas"]["WorkspaceType"];
1610
1611
  created_by_ext_id: string;
1611
1612
  updated_by_ext_id?: string | null | undefined;
1612
1613
  created_at: string;
@@ -1646,6 +1647,7 @@ declare class Arbi {
1646
1647
  name: string;
1647
1648
  description: string | null;
1648
1649
  is_public: boolean;
1650
+ workspace_type: components["schemas"]["WorkspaceType"];
1649
1651
  created_by_ext_id: string;
1650
1652
  updated_by_ext_id?: string | null | undefined;
1651
1653
  created_at: string;
@@ -1686,6 +1688,7 @@ declare class Arbi {
1686
1688
  name: string;
1687
1689
  description: string | null;
1688
1690
  is_public: boolean;
1691
+ workspace_type: components["schemas"]["WorkspaceType"];
1689
1692
  created_by_ext_id: string;
1690
1693
  updated_by_ext_id?: string | null | undefined;
1691
1694
  created_at: string;
@@ -3043,6 +3046,7 @@ declare function listWorkspaces(arbi: ArbiClient): Promise<{
3043
3046
  name: string;
3044
3047
  description: string | null;
3045
3048
  is_public: boolean;
3049
+ workspace_type: components["schemas"]["WorkspaceType"];
3046
3050
  created_by_ext_id: string;
3047
3051
  updated_by_ext_id?: string | null | undefined;
3048
3052
  created_at: string;
@@ -3089,6 +3093,7 @@ declare function createWorkspace(arbi: ArbiClient, name: string, encryptedWorksp
3089
3093
  name: string;
3090
3094
  description: string | null;
3091
3095
  is_public: boolean;
3096
+ workspace_type: components["schemas"]["WorkspaceType"];
3092
3097
  created_by_ext_id: string;
3093
3098
  updated_by_ext_id?: string | null | undefined;
3094
3099
  created_at: string;
@@ -3129,6 +3134,7 @@ declare function updateWorkspace(arbi: ArbiClient, body: WorkspaceUpdateRequest)
3129
3134
  name: string;
3130
3135
  description: string | null;
3131
3136
  is_public: boolean;
3137
+ workspace_type: components["schemas"]["WorkspaceType"];
3132
3138
  created_by_ext_id: string;
3133
3139
  updated_by_ext_id?: string | null | undefined;
3134
3140
  created_at: string;
@@ -1607,6 +1607,7 @@ declare class Arbi {
1607
1607
  name: string;
1608
1608
  description: string | null;
1609
1609
  is_public: boolean;
1610
+ workspace_type: components["schemas"]["WorkspaceType"];
1610
1611
  created_by_ext_id: string;
1611
1612
  updated_by_ext_id?: string | null | undefined;
1612
1613
  created_at: string;
@@ -1646,6 +1647,7 @@ declare class Arbi {
1646
1647
  name: string;
1647
1648
  description: string | null;
1648
1649
  is_public: boolean;
1650
+ workspace_type: components["schemas"]["WorkspaceType"];
1649
1651
  created_by_ext_id: string;
1650
1652
  updated_by_ext_id?: string | null | undefined;
1651
1653
  created_at: string;
@@ -1686,6 +1688,7 @@ declare class Arbi {
1686
1688
  name: string;
1687
1689
  description: string | null;
1688
1690
  is_public: boolean;
1691
+ workspace_type: components["schemas"]["WorkspaceType"];
1689
1692
  created_by_ext_id: string;
1690
1693
  updated_by_ext_id?: string | null | undefined;
1691
1694
  created_at: string;
@@ -3043,6 +3046,7 @@ declare function listWorkspaces(arbi: ArbiClient): Promise<{
3043
3046
  name: string;
3044
3047
  description: string | null;
3045
3048
  is_public: boolean;
3049
+ workspace_type: components["schemas"]["WorkspaceType"];
3046
3050
  created_by_ext_id: string;
3047
3051
  updated_by_ext_id?: string | null | undefined;
3048
3052
  created_at: string;
@@ -3089,6 +3093,7 @@ declare function createWorkspace(arbi: ArbiClient, name: string, encryptedWorksp
3089
3093
  name: string;
3090
3094
  description: string | null;
3091
3095
  is_public: boolean;
3096
+ workspace_type: components["schemas"]["WorkspaceType"];
3092
3097
  created_by_ext_id: string;
3093
3098
  updated_by_ext_id?: string | null | undefined;
3094
3099
  created_at: string;
@@ -3129,6 +3134,7 @@ declare function updateWorkspace(arbi: ArbiClient, body: WorkspaceUpdateRequest)
3129
3134
  name: string;
3130
3135
  description: string | null;
3131
3136
  is_public: boolean;
3137
+ workspace_type: components["schemas"]["WorkspaceType"];
3132
3138
  created_by_ext_id: string;
3133
3139
  updated_by_ext_id?: string | null | undefined;
3134
3140
  created_at: string;
@@ -1,2 +1,2 @@
1
- export { A as AgentStepEvent, a as Arbi, b as ArbiApiError, c as ArbiError, d as ArbiErrorEvent, e as ArbiOptions, f as ArtifactEvent, g as AuthContext, h as AuthHeaders, i as AuthenticatedClient, C as ChatSession, j as CitationSummary, k as CliConfig, l as CliCredentials, m as ConfigStore, n as ConnectOptions, u as MessageMetadataPayload, v as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, w as ReconnectableWsConnection, x as ResolvedCitation, y as ResponseCompletedEvent, z as ResponseContentPartAddedEvent, B as ResponseCreatedEvent, E as ResponseFailedEvent, G as ResponseOutputItemAddedEvent, H as ResponseOutputItemDoneEvent, I as ResponseOutputTextDeltaEvent, J as ResponseOutputTextDoneEvent, K as ResponseUsage, S as SSEEvent, N as SSEStreamCallbacks, T as SSEStreamResult, U as SSEStreamStartData, W as SkillSummary, a1 as UserInfo, a2 as UserInputRequestEvent, a3 as UserMessageEvent, a4 as WorkspaceContext, a5 as WsConnection, a6 as agentconfig, a7 as assistant, a8 as authenticatedFetch, a9 as buildRetrievalChunkTool, aa as buildRetrievalFullContextTool, ab as buildRetrievalTocTool, ac as connectWebSocket, ad as connectWithReconnect, ae as consumeSSEStream, af as contacts, ag as conversations, ah as countCitations, ai as createAuthenticatedClient, ak as dm, al as doctags, am as documents, an as files, ao as filterSkills, ap as formatAgentStepLabel, aq as formatFileSize, as as formatUserName, at as formatWorkspaceChoices, ay as getErrorMessage, az as getRawWorkspaceKey, aA as health, aB as parseSSEEvents, aC as parseSlashCommand, aD as parseSlashTokenInProgress, aE as performPasswordLogin, aH as requireData, aI as requireOk, aJ as resolveAuth, aK as resolveCitations, aL as resolveWorkspace, aM as responses, aN as selectWorkspace, aO as selectWorkspaceById, aP as settings, aQ as streamSSE, aR as stripCitationMarkdown, aS as summarizeCitations, aT as tags, aU as workspaces } from './browser-DYSfjV89.cjs';
1
+ export { A as AgentStepEvent, a as Arbi, b as ArbiApiError, c as ArbiError, d as ArbiErrorEvent, e as ArbiOptions, f as ArtifactEvent, g as AuthContext, h as AuthHeaders, i as AuthenticatedClient, C as ChatSession, j as CitationSummary, k as CliConfig, l as CliCredentials, m as ConfigStore, n as ConnectOptions, u as MessageMetadataPayload, v as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, w as ReconnectableWsConnection, x as ResolvedCitation, y as ResponseCompletedEvent, z as ResponseContentPartAddedEvent, B as ResponseCreatedEvent, E as ResponseFailedEvent, G as ResponseOutputItemAddedEvent, H as ResponseOutputItemDoneEvent, I as ResponseOutputTextDeltaEvent, J as ResponseOutputTextDoneEvent, K as ResponseUsage, S as SSEEvent, N as SSEStreamCallbacks, T as SSEStreamResult, U as SSEStreamStartData, W as SkillSummary, a1 as UserInfo, a2 as UserInputRequestEvent, a3 as UserMessageEvent, a4 as WorkspaceContext, a5 as WsConnection, a6 as agentconfig, a7 as assistant, a8 as authenticatedFetch, a9 as buildRetrievalChunkTool, aa as buildRetrievalFullContextTool, ab as buildRetrievalTocTool, ac as connectWebSocket, ad as connectWithReconnect, ae as consumeSSEStream, af as contacts, ag as conversations, ah as countCitations, ai as createAuthenticatedClient, ak as dm, al as doctags, am as documents, an as files, ao as filterSkills, ap as formatAgentStepLabel, aq as formatFileSize, as as formatUserName, at as formatWorkspaceChoices, ay as getErrorMessage, az as getRawWorkspaceKey, aA as health, aB as parseSSEEvents, aC as parseSlashCommand, aD as parseSlashTokenInProgress, aE as performPasswordLogin, aH as requireData, aI as requireOk, aJ as resolveAuth, aK as resolveCitations, aL as resolveWorkspace, aM as responses, aN as selectWorkspace, aO as selectWorkspaceById, aP as settings, aQ as streamSSE, aR as stripCitationMarkdown, aS as summarizeCitations, aT as tags, aU as workspaces } from './browser-D_TPBZXY.cjs';
2
2
  import '@arbidocs/client';
package/dist/browser.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export { A as AgentStepEvent, a as Arbi, b as ArbiApiError, c as ArbiError, d as ArbiErrorEvent, e as ArbiOptions, f as ArtifactEvent, g as AuthContext, h as AuthHeaders, i as AuthenticatedClient, C as ChatSession, j as CitationSummary, k as CliConfig, l as CliCredentials, m as ConfigStore, n as ConnectOptions, u as MessageMetadataPayload, v as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, w as ReconnectableWsConnection, x as ResolvedCitation, y as ResponseCompletedEvent, z as ResponseContentPartAddedEvent, B as ResponseCreatedEvent, E as ResponseFailedEvent, G as ResponseOutputItemAddedEvent, H as ResponseOutputItemDoneEvent, I as ResponseOutputTextDeltaEvent, J as ResponseOutputTextDoneEvent, K as ResponseUsage, S as SSEEvent, N as SSEStreamCallbacks, T as SSEStreamResult, U as SSEStreamStartData, W as SkillSummary, a1 as UserInfo, a2 as UserInputRequestEvent, a3 as UserMessageEvent, a4 as WorkspaceContext, a5 as WsConnection, a6 as agentconfig, a7 as assistant, a8 as authenticatedFetch, a9 as buildRetrievalChunkTool, aa as buildRetrievalFullContextTool, ab as buildRetrievalTocTool, ac as connectWebSocket, ad as connectWithReconnect, ae as consumeSSEStream, af as contacts, ag as conversations, ah as countCitations, ai as createAuthenticatedClient, ak as dm, al as doctags, am as documents, an as files, ao as filterSkills, ap as formatAgentStepLabel, aq as formatFileSize, as as formatUserName, at as formatWorkspaceChoices, ay as getErrorMessage, az as getRawWorkspaceKey, aA as health, aB as parseSSEEvents, aC as parseSlashCommand, aD as parseSlashTokenInProgress, aE as performPasswordLogin, aH as requireData, aI as requireOk, aJ as resolveAuth, aK as resolveCitations, aL as resolveWorkspace, aM as responses, aN as selectWorkspace, aO as selectWorkspaceById, aP as settings, aQ as streamSSE, aR as stripCitationMarkdown, aS as summarizeCitations, aT as tags, aU as workspaces } from './browser-DYSfjV89.js';
1
+ export { A as AgentStepEvent, a as Arbi, b as ArbiApiError, c as ArbiError, d as ArbiErrorEvent, e as ArbiOptions, f as ArtifactEvent, g as AuthContext, h as AuthHeaders, i as AuthenticatedClient, C as ChatSession, j as CitationSummary, k as CliConfig, l as CliCredentials, m as ConfigStore, n as ConnectOptions, u as MessageMetadataPayload, v as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, w as ReconnectableWsConnection, x as ResolvedCitation, y as ResponseCompletedEvent, z as ResponseContentPartAddedEvent, B as ResponseCreatedEvent, E as ResponseFailedEvent, G as ResponseOutputItemAddedEvent, H as ResponseOutputItemDoneEvent, I as ResponseOutputTextDeltaEvent, J as ResponseOutputTextDoneEvent, K as ResponseUsage, S as SSEEvent, N as SSEStreamCallbacks, T as SSEStreamResult, U as SSEStreamStartData, W as SkillSummary, a1 as UserInfo, a2 as UserInputRequestEvent, a3 as UserMessageEvent, a4 as WorkspaceContext, a5 as WsConnection, a6 as agentconfig, a7 as assistant, a8 as authenticatedFetch, a9 as buildRetrievalChunkTool, aa as buildRetrievalFullContextTool, ab as buildRetrievalTocTool, ac as connectWebSocket, ad as connectWithReconnect, ae as consumeSSEStream, af as contacts, ag as conversations, ah as countCitations, ai as createAuthenticatedClient, ak as dm, al as doctags, am as documents, an as files, ao as filterSkills, ap as formatAgentStepLabel, aq as formatFileSize, as as formatUserName, at as formatWorkspaceChoices, ay as getErrorMessage, az as getRawWorkspaceKey, aA as health, aB as parseSSEEvents, aC as parseSlashCommand, aD as parseSlashTokenInProgress, aE as performPasswordLogin, aH as requireData, aI as requireOk, aJ as resolveAuth, aK as resolveCitations, aL as resolveWorkspace, aM as responses, aN as selectWorkspace, aO as selectWorkspaceById, aP as settings, aQ as streamSSE, aR as stripCitationMarkdown, aS as summarizeCitations, aT as tags, aU as workspaces } from './browser-D_TPBZXY.js';
2
2
  import '@arbidocs/client';
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { m as ConfigStore, k as CliConfig, l as CliCredentials, C as ChatSession, X as SkippedFile, a0 as UploadResult, h as AuthHeaders, Y as UploadBatchResult, $ as UploadOptions, Z as UploadDirectOptions, _ as UploadDirectResult, V as SUPPORTED_EXTENSIONS, o as DmCryptoContext } from './browser-DYSfjV89.cjs';
2
- export { A as AgentStepEvent, a as Arbi, b as ArbiApiError, c as ArbiError, e as ArbiOptions, f as ArtifactEvent, g as AuthContext, i as AuthenticatedClient, j as CitationSummary, n as ConnectOptions, D as DOC_TERMINAL_STATUSES, p as DocumentListFields, q as DocumentListOrder, r as DocumentWaiter, s as DocumentWaiterOptions, F as FormattedWsMessage, L as ListAllOptions, t as ListPaginatedOptions, M as MessageLevel, u as MessageMetadataPayload, v as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, w as ReconnectableWsConnection, x as ResolvedCitation, y as ResponseCompletedEvent, z as ResponseContentPartAddedEvent, B as ResponseCreatedEvent, E as ResponseFailedEvent, G as ResponseOutputItemAddedEvent, H as ResponseOutputItemDoneEvent, I as ResponseOutputTextDeltaEvent, J as ResponseOutputTextDoneEvent, K as ResponseUsage, S as SSEEvent, N as SSEStreamCallbacks, T as SSEStreamResult, U as SSEStreamStartData, W as SkillSummary, a1 as UserInfo, a2 as UserInputRequestEvent, a3 as UserMessageEvent, a4 as WorkspaceContext, a5 as WsConnection, a6 as agentconfig, a7 as assistant, a8 as authenticatedFetch, a9 as buildRetrievalChunkTool, aa as buildRetrievalFullContextTool, ab as buildRetrievalTocTool, ac as connectWebSocket, ad as connectWithReconnect, ae as consumeSSEStream, af as contacts, ag as conversations, ah as countCitations, ai as createAuthenticatedClient, aj as createDocumentWaiter, ak as dm, al as doctags, am as documents, an as files, ao as filterSkills, ap as formatAgentStepLabel, aq as formatFileSize, ar as formatStreamSummary, as as formatUserName, at as formatWorkspaceChoices, au as formatWsMessage, av as generateEncryptedWorkspaceKey, aw as generateNewWorkspaceKey, ax as getErrorCode, ay as getErrorMessage, az as getRawWorkspaceKey, aA as health, aB as parseSSEEvents, aC as parseSlashCommand, aD as parseSlashTokenInProgress, aE as performPasswordLogin, aF as performSigningKeyLogin, aG as performSsoDeviceFlowLogin, aH as requireData, aI as requireOk, aJ as resolveAuth, aK as resolveCitations, aL as resolveWorkspace, aM as responses, aN as selectWorkspace, aO as selectWorkspaceById, aP as settings, aQ as streamSSE, aR as stripCitationMarkdown, aS as summarizeCitations, aT as tags, aU as workspaces } from './browser-DYSfjV89.cjs';
1
+ import { m as ConfigStore, k as CliConfig, l as CliCredentials, C as ChatSession, X as SkippedFile, a0 as UploadResult, h as AuthHeaders, Y as UploadBatchResult, $ as UploadOptions, Z as UploadDirectOptions, _ as UploadDirectResult, V as SUPPORTED_EXTENSIONS, o as DmCryptoContext } from './browser-D_TPBZXY.cjs';
2
+ export { A as AgentStepEvent, a as Arbi, b as ArbiApiError, c as ArbiError, e as ArbiOptions, f as ArtifactEvent, g as AuthContext, i as AuthenticatedClient, j as CitationSummary, n as ConnectOptions, D as DOC_TERMINAL_STATUSES, p as DocumentListFields, q as DocumentListOrder, r as DocumentWaiter, s as DocumentWaiterOptions, F as FormattedWsMessage, L as ListAllOptions, t as ListPaginatedOptions, M as MessageLevel, u as MessageMetadataPayload, v as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, w as ReconnectableWsConnection, x as ResolvedCitation, y as ResponseCompletedEvent, z as ResponseContentPartAddedEvent, B as ResponseCreatedEvent, E as ResponseFailedEvent, G as ResponseOutputItemAddedEvent, H as ResponseOutputItemDoneEvent, I as ResponseOutputTextDeltaEvent, J as ResponseOutputTextDoneEvent, K as ResponseUsage, S as SSEEvent, N as SSEStreamCallbacks, T as SSEStreamResult, U as SSEStreamStartData, W as SkillSummary, a1 as UserInfo, a2 as UserInputRequestEvent, a3 as UserMessageEvent, a4 as WorkspaceContext, a5 as WsConnection, a6 as agentconfig, a7 as assistant, a8 as authenticatedFetch, a9 as buildRetrievalChunkTool, aa as buildRetrievalFullContextTool, ab as buildRetrievalTocTool, ac as connectWebSocket, ad as connectWithReconnect, ae as consumeSSEStream, af as contacts, ag as conversations, ah as countCitations, ai as createAuthenticatedClient, aj as createDocumentWaiter, ak as dm, al as doctags, am as documents, an as files, ao as filterSkills, ap as formatAgentStepLabel, aq as formatFileSize, ar as formatStreamSummary, as as formatUserName, at as formatWorkspaceChoices, au as formatWsMessage, av as generateEncryptedWorkspaceKey, aw as generateNewWorkspaceKey, ax as getErrorCode, ay as getErrorMessage, az as getRawWorkspaceKey, aA as health, aB as parseSSEEvents, aC as parseSlashCommand, aD as parseSlashTokenInProgress, aE as performPasswordLogin, aF as performSigningKeyLogin, aG as performSsoDeviceFlowLogin, aH as requireData, aI as requireOk, aJ as resolveAuth, aK as resolveCitations, aL as resolveWorkspace, aM as responses, aN as selectWorkspace, aO as selectWorkspaceById, aP as settings, aQ as streamSSE, aR as stripCitationMarkdown, aS as summarizeCitations, aT as tags, aU as workspaces } from './browser-D_TPBZXY.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 { m as ConfigStore, k as CliConfig, l as CliCredentials, C as ChatSession, X as SkippedFile, a0 as UploadResult, h as AuthHeaders, Y as UploadBatchResult, $ as UploadOptions, Z as UploadDirectOptions, _ as UploadDirectResult, V as SUPPORTED_EXTENSIONS, o as DmCryptoContext } from './browser-DYSfjV89.js';
2
- export { A as AgentStepEvent, a as Arbi, b as ArbiApiError, c as ArbiError, e as ArbiOptions, f as ArtifactEvent, g as AuthContext, i as AuthenticatedClient, j as CitationSummary, n as ConnectOptions, D as DOC_TERMINAL_STATUSES, p as DocumentListFields, q as DocumentListOrder, r as DocumentWaiter, s as DocumentWaiterOptions, F as FormattedWsMessage, L as ListAllOptions, t as ListPaginatedOptions, M as MessageLevel, u as MessageMetadataPayload, v as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, w as ReconnectableWsConnection, x as ResolvedCitation, y as ResponseCompletedEvent, z as ResponseContentPartAddedEvent, B as ResponseCreatedEvent, E as ResponseFailedEvent, G as ResponseOutputItemAddedEvent, H as ResponseOutputItemDoneEvent, I as ResponseOutputTextDeltaEvent, J as ResponseOutputTextDoneEvent, K as ResponseUsage, S as SSEEvent, N as SSEStreamCallbacks, T as SSEStreamResult, U as SSEStreamStartData, W as SkillSummary, a1 as UserInfo, a2 as UserInputRequestEvent, a3 as UserMessageEvent, a4 as WorkspaceContext, a5 as WsConnection, a6 as agentconfig, a7 as assistant, a8 as authenticatedFetch, a9 as buildRetrievalChunkTool, aa as buildRetrievalFullContextTool, ab as buildRetrievalTocTool, ac as connectWebSocket, ad as connectWithReconnect, ae as consumeSSEStream, af as contacts, ag as conversations, ah as countCitations, ai as createAuthenticatedClient, aj as createDocumentWaiter, ak as dm, al as doctags, am as documents, an as files, ao as filterSkills, ap as formatAgentStepLabel, aq as formatFileSize, ar as formatStreamSummary, as as formatUserName, at as formatWorkspaceChoices, au as formatWsMessage, av as generateEncryptedWorkspaceKey, aw as generateNewWorkspaceKey, ax as getErrorCode, ay as getErrorMessage, az as getRawWorkspaceKey, aA as health, aB as parseSSEEvents, aC as parseSlashCommand, aD as parseSlashTokenInProgress, aE as performPasswordLogin, aF as performSigningKeyLogin, aG as performSsoDeviceFlowLogin, aH as requireData, aI as requireOk, aJ as resolveAuth, aK as resolveCitations, aL as resolveWorkspace, aM as responses, aN as selectWorkspace, aO as selectWorkspaceById, aP as settings, aQ as streamSSE, aR as stripCitationMarkdown, aS as summarizeCitations, aT as tags, aU as workspaces } from './browser-DYSfjV89.js';
1
+ import { m as ConfigStore, k as CliConfig, l as CliCredentials, C as ChatSession, X as SkippedFile, a0 as UploadResult, h as AuthHeaders, Y as UploadBatchResult, $ as UploadOptions, Z as UploadDirectOptions, _ as UploadDirectResult, V as SUPPORTED_EXTENSIONS, o as DmCryptoContext } from './browser-D_TPBZXY.js';
2
+ export { A as AgentStepEvent, a as Arbi, b as ArbiApiError, c as ArbiError, e as ArbiOptions, f as ArtifactEvent, g as AuthContext, i as AuthenticatedClient, j as CitationSummary, n as ConnectOptions, D as DOC_TERMINAL_STATUSES, p as DocumentListFields, q as DocumentListOrder, r as DocumentWaiter, s as DocumentWaiterOptions, F as FormattedWsMessage, L as ListAllOptions, t as ListPaginatedOptions, M as MessageLevel, u as MessageMetadataPayload, v as MessageQueuedEvent, O as OutputTokensDetails, P as ParsedSlashCommand, Q as QueryOptions, R as ReconnectOptions, w as ReconnectableWsConnection, x as ResolvedCitation, y as ResponseCompletedEvent, z as ResponseContentPartAddedEvent, B as ResponseCreatedEvent, E as ResponseFailedEvent, G as ResponseOutputItemAddedEvent, H as ResponseOutputItemDoneEvent, I as ResponseOutputTextDeltaEvent, J as ResponseOutputTextDoneEvent, K as ResponseUsage, S as SSEEvent, N as SSEStreamCallbacks, T as SSEStreamResult, U as SSEStreamStartData, W as SkillSummary, a1 as UserInfo, a2 as UserInputRequestEvent, a3 as UserMessageEvent, a4 as WorkspaceContext, a5 as WsConnection, a6 as agentconfig, a7 as assistant, a8 as authenticatedFetch, a9 as buildRetrievalChunkTool, aa as buildRetrievalFullContextTool, ab as buildRetrievalTocTool, ac as connectWebSocket, ad as connectWithReconnect, ae as consumeSSEStream, af as contacts, ag as conversations, ah as countCitations, ai as createAuthenticatedClient, aj as createDocumentWaiter, ak as dm, al as doctags, am as documents, an as files, ao as filterSkills, ap as formatAgentStepLabel, aq as formatFileSize, ar as formatStreamSummary, as as formatUserName, at as formatWorkspaceChoices, au as formatWsMessage, av as generateEncryptedWorkspaceKey, aw as generateNewWorkspaceKey, ax as getErrorCode, ay as getErrorMessage, az as getRawWorkspaceKey, aA as health, aB as parseSSEEvents, aC as parseSlashCommand, aD as parseSlashTokenInProgress, aE as performPasswordLogin, aF as performSigningKeyLogin, aG as performSsoDeviceFlowLogin, aH as requireData, aI as requireOk, aJ as resolveAuth, aK as resolveCitations, aL as resolveWorkspace, aM as responses, aN as selectWorkspace, aO as selectWorkspaceById, aP as settings, aQ as streamSSE, aR as stripCitationMarkdown, aS as summarizeCitations, aT as tags, aU as workspaces } from './browser-D_TPBZXY.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.73",
3
+ "version": "0.3.75",
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.73",
38
+ "@arbidocs/client": "0.3.75",
39
39
  "jszip": "^3.10.1"
40
40
  },
41
41
  "devDependencies": {