@arbidocs/sdk 0.3.70 → 0.3.72
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,8 @@ 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;
|
|
2614
|
+
show_hints: boolean;
|
|
2613
2615
|
use_s3_direct_upload: boolean;
|
|
2614
2616
|
hide_online_status: boolean;
|
|
2615
2617
|
muted_users: string[];
|
|
@@ -2651,6 +2653,10 @@ declare class Arbi {
|
|
|
2651
2653
|
SKILLS_ENABLED: boolean;
|
|
2652
2654
|
SKILL_CREATION: boolean;
|
|
2653
2655
|
MEMORY_CREATION: boolean;
|
|
2656
|
+
GOALS_ENABLED: boolean;
|
|
2657
|
+
GOAL_LOOP: boolean;
|
|
2658
|
+
GOAL_TEXT: string;
|
|
2659
|
+
GOAL_MAX_OUTER_LOOPS: number;
|
|
2654
2660
|
REVIEW_ENABLED: boolean;
|
|
2655
2661
|
PERSONA: string;
|
|
2656
2662
|
AGENT_MODEL_NAME: string;
|
|
@@ -3937,6 +3943,8 @@ declare function getSettings(arbi: ArbiClient): Promise<{
|
|
|
3937
3943
|
show_skills: boolean;
|
|
3938
3944
|
show_pa_mode: boolean;
|
|
3939
3945
|
show_agent_sessions: boolean;
|
|
3946
|
+
show_mcp_connectors: boolean;
|
|
3947
|
+
show_hints: boolean;
|
|
3940
3948
|
use_s3_direct_upload: boolean;
|
|
3941
3949
|
hide_online_status: boolean;
|
|
3942
3950
|
muted_users: string[];
|
|
@@ -3988,6 +3996,10 @@ declare function getConfig(arbi: ArbiClient, configId: string): Promise<{
|
|
|
3988
3996
|
SKILLS_ENABLED: boolean;
|
|
3989
3997
|
SKILL_CREATION: boolean;
|
|
3990
3998
|
MEMORY_CREATION: boolean;
|
|
3999
|
+
GOALS_ENABLED: boolean;
|
|
4000
|
+
GOAL_LOOP: boolean;
|
|
4001
|
+
GOAL_TEXT: string;
|
|
4002
|
+
GOAL_MAX_OUTER_LOOPS: number;
|
|
3991
4003
|
REVIEW_ENABLED: boolean;
|
|
3992
4004
|
PERSONA: string;
|
|
3993
4005
|
AGENT_MODEL_NAME: string;
|
|
@@ -4346,4 +4358,4 @@ declare namespace responses {
|
|
|
4346
4358
|
export { type responses_SubmitBackgroundQueryOptions as SubmitBackgroundQueryOptions, responses_extractResponseText as extractResponseText, responses_getResponse as getResponse, responses_submitBackgroundQuery as submitBackgroundQuery };
|
|
4347
4359
|
}
|
|
4348
4360
|
|
|
4349
|
-
export { type
|
|
4361
|
+
export { type UploadOptions as $, type AgentStepEvent as A, type ResponseCreatedEvent as B, type ChatSession as C, DOC_TERMINAL_STATUSES as D, type ResponseFailedEvent as E, type FormattedWsMessage as F, type ResponseOutputItemAddedEvent as G, type ResponseOutputItemDoneEvent as H, type ResponseOutputTextDeltaEvent as I, type ResponseOutputTextDoneEvent as J, type ResponseUsage as K, type ListAllOptions as L, type MessageLevel as M, type SSEStreamCallbacks as N, type OutputTokensDetails as O, type ParsedSlashCommand as P, type QueryOptions as Q, type ReconnectOptions as R, type SSEEvent as S, type SSEStreamResult as T, type SSEStreamStartData as U, SUPPORTED_EXTENSIONS as V, type SkillSummary as W, type SkippedFile as X, type UploadBatchResult as Y, type UploadDirectOptions as Z, type UploadDirectResult as _, Arbi as a, type UploadResult as a0, type UserInfo as a1, type UserInputRequestEvent as a2, type UserMessageEvent as a3, type WorkspaceContext as a4, type WsConnection as a5, agentconfig as a6, assistant as a7, authenticatedFetch as a8, buildRetrievalChunkTool as a9, health as aA, parseSSEEvents as aB, parseSlashCommand as aC, parseSlashTokenInProgress as aD, performPasswordLogin as aE, performSigningKeyLogin as aF, performSsoDeviceFlowLogin as aG, requireData as aH, requireOk as aI, resolveAuth as aJ, resolveCitations as aK, resolveWorkspace as aL, responses as aM, selectWorkspace as aN, selectWorkspaceById as aO, settings as aP, streamSSE as aQ, stripCitationMarkdown as aR, summarizeCitations as aS, tags as aT, workspaces as aU, buildRetrievalFullContextTool as aa, buildRetrievalTocTool as ab, connectWebSocket as ac, connectWithReconnect as ad, consumeSSEStream as ae, contacts as af, conversations as ag, countCitations as ah, createAuthenticatedClient as ai, createDocumentWaiter as aj, dm as ak, doctags as al, documents as am, files as an, filterSkills as ao, formatAgentStepLabel as ap, formatFileSize as aq, formatStreamSummary as ar, formatUserName as as, formatWorkspaceChoices as at, formatWsMessage as au, generateEncryptedWorkspaceKey as av, generateNewWorkspaceKey as aw, getErrorCode as ax, getErrorMessage as ay, getRawWorkspaceKey as az, ArbiApiError as b, ArbiError as c, type ArbiErrorEvent as d, type ArbiOptions as e, type ArtifactEvent as f, type AuthContext as g, type AuthHeaders as h, type AuthenticatedClient as i, type CitationSummary as j, type CliConfig as k, type CliCredentials as l, type ConfigStore as m, type ConnectOptions as n, type DmCryptoContext as o, type DocumentListFields as p, type DocumentListOrder as q, type DocumentWaiter as r, type DocumentWaiterOptions as s, type ListPaginatedOptions as t, type MessageMetadataPayload$1 as u, type MessageQueuedEvent as v, type ReconnectableWsConnection as w, type ResolvedCitation as x, type ResponseCompletedEvent as y, type ResponseContentPartAddedEvent as z };
|
|
@@ -2610,6 +2610,8 @@ 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;
|
|
2614
|
+
show_hints: boolean;
|
|
2613
2615
|
use_s3_direct_upload: boolean;
|
|
2614
2616
|
hide_online_status: boolean;
|
|
2615
2617
|
muted_users: string[];
|
|
@@ -2651,6 +2653,10 @@ declare class Arbi {
|
|
|
2651
2653
|
SKILLS_ENABLED: boolean;
|
|
2652
2654
|
SKILL_CREATION: boolean;
|
|
2653
2655
|
MEMORY_CREATION: boolean;
|
|
2656
|
+
GOALS_ENABLED: boolean;
|
|
2657
|
+
GOAL_LOOP: boolean;
|
|
2658
|
+
GOAL_TEXT: string;
|
|
2659
|
+
GOAL_MAX_OUTER_LOOPS: number;
|
|
2654
2660
|
REVIEW_ENABLED: boolean;
|
|
2655
2661
|
PERSONA: string;
|
|
2656
2662
|
AGENT_MODEL_NAME: string;
|
|
@@ -3937,6 +3943,8 @@ declare function getSettings(arbi: ArbiClient): Promise<{
|
|
|
3937
3943
|
show_skills: boolean;
|
|
3938
3944
|
show_pa_mode: boolean;
|
|
3939
3945
|
show_agent_sessions: boolean;
|
|
3946
|
+
show_mcp_connectors: boolean;
|
|
3947
|
+
show_hints: boolean;
|
|
3940
3948
|
use_s3_direct_upload: boolean;
|
|
3941
3949
|
hide_online_status: boolean;
|
|
3942
3950
|
muted_users: string[];
|
|
@@ -3988,6 +3996,10 @@ declare function getConfig(arbi: ArbiClient, configId: string): Promise<{
|
|
|
3988
3996
|
SKILLS_ENABLED: boolean;
|
|
3989
3997
|
SKILL_CREATION: boolean;
|
|
3990
3998
|
MEMORY_CREATION: boolean;
|
|
3999
|
+
GOALS_ENABLED: boolean;
|
|
4000
|
+
GOAL_LOOP: boolean;
|
|
4001
|
+
GOAL_TEXT: string;
|
|
4002
|
+
GOAL_MAX_OUTER_LOOPS: number;
|
|
3991
4003
|
REVIEW_ENABLED: boolean;
|
|
3992
4004
|
PERSONA: string;
|
|
3993
4005
|
AGENT_MODEL_NAME: string;
|
|
@@ -4346,4 +4358,4 @@ declare namespace responses {
|
|
|
4346
4358
|
export { type responses_SubmitBackgroundQueryOptions as SubmitBackgroundQueryOptions, responses_extractResponseText as extractResponseText, responses_getResponse as getResponse, responses_submitBackgroundQuery as submitBackgroundQuery };
|
|
4347
4359
|
}
|
|
4348
4360
|
|
|
4349
|
-
export { type
|
|
4361
|
+
export { type UploadOptions as $, type AgentStepEvent as A, type ResponseCreatedEvent as B, type ChatSession as C, DOC_TERMINAL_STATUSES as D, type ResponseFailedEvent as E, type FormattedWsMessage as F, type ResponseOutputItemAddedEvent as G, type ResponseOutputItemDoneEvent as H, type ResponseOutputTextDeltaEvent as I, type ResponseOutputTextDoneEvent as J, type ResponseUsage as K, type ListAllOptions as L, type MessageLevel as M, type SSEStreamCallbacks as N, type OutputTokensDetails as O, type ParsedSlashCommand as P, type QueryOptions as Q, type ReconnectOptions as R, type SSEEvent as S, type SSEStreamResult as T, type SSEStreamStartData as U, SUPPORTED_EXTENSIONS as V, type SkillSummary as W, type SkippedFile as X, type UploadBatchResult as Y, type UploadDirectOptions as Z, type UploadDirectResult as _, Arbi as a, type UploadResult as a0, type UserInfo as a1, type UserInputRequestEvent as a2, type UserMessageEvent as a3, type WorkspaceContext as a4, type WsConnection as a5, agentconfig as a6, assistant as a7, authenticatedFetch as a8, buildRetrievalChunkTool as a9, health as aA, parseSSEEvents as aB, parseSlashCommand as aC, parseSlashTokenInProgress as aD, performPasswordLogin as aE, performSigningKeyLogin as aF, performSsoDeviceFlowLogin as aG, requireData as aH, requireOk as aI, resolveAuth as aJ, resolveCitations as aK, resolveWorkspace as aL, responses as aM, selectWorkspace as aN, selectWorkspaceById as aO, settings as aP, streamSSE as aQ, stripCitationMarkdown as aR, summarizeCitations as aS, tags as aT, workspaces as aU, buildRetrievalFullContextTool as aa, buildRetrievalTocTool as ab, connectWebSocket as ac, connectWithReconnect as ad, consumeSSEStream as ae, contacts as af, conversations as ag, countCitations as ah, createAuthenticatedClient as ai, createDocumentWaiter as aj, dm as ak, doctags as al, documents as am, files as an, filterSkills as ao, formatAgentStepLabel as ap, formatFileSize as aq, formatStreamSummary as ar, formatUserName as as, formatWorkspaceChoices as at, formatWsMessage as au, generateEncryptedWorkspaceKey as av, generateNewWorkspaceKey as aw, getErrorCode as ax, getErrorMessage as ay, getRawWorkspaceKey as az, ArbiApiError as b, ArbiError as c, type ArbiErrorEvent as d, type ArbiOptions as e, type ArtifactEvent as f, type AuthContext as g, type AuthHeaders as h, type AuthenticatedClient as i, type CitationSummary as j, type CliConfig as k, type CliCredentials as l, type ConfigStore as m, type ConnectOptions as n, type DmCryptoContext as o, type DocumentListFields as p, type DocumentListOrder as q, type DocumentWaiter as r, type DocumentWaiterOptions as s, type ListPaginatedOptions as t, type MessageMetadataPayload$1 as u, type MessageQueuedEvent as v, type ReconnectableWsConnection as w, type ResolvedCitation as x, type ResponseCompletedEvent as y, type ResponseContentPartAddedEvent as z };
|
package/dist/browser.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
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';
|
|
2
2
|
import '@arbidocs/client';
|
package/dist/browser.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
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';
|
|
2
2
|
import '@arbidocs/client';
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
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';
|
|
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 {
|
|
2
|
-
export {
|
|
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';
|
|
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.72",
|
|
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.72",
|
|
39
39
|
"jszip": "^3.10.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|