@arbidocs/sdk 0.3.20 → 0.3.21
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.
|
@@ -1395,6 +1395,7 @@ declare class Arbi {
|
|
|
1395
1395
|
updated_at: string;
|
|
1396
1396
|
is_shared: boolean;
|
|
1397
1397
|
message_count: number;
|
|
1398
|
+
last_message_status?: string | null | undefined;
|
|
1398
1399
|
}[]>;
|
|
1399
1400
|
getThreads: (conversationId: string) => Promise<{
|
|
1400
1401
|
conversation_ext_id: string;
|
|
@@ -1958,6 +1959,8 @@ declare class Arbi {
|
|
|
1958
1959
|
show_agent_sessions: boolean;
|
|
1959
1960
|
hide_online_status: boolean;
|
|
1960
1961
|
muted_users: string[];
|
|
1962
|
+
premium_model?: string | null | undefined;
|
|
1963
|
+
picture?: string | null | undefined;
|
|
1961
1964
|
}>;
|
|
1962
1965
|
update: (body: UserSettingsUpdate$1) => Promise<void>;
|
|
1963
1966
|
};
|
|
@@ -2614,6 +2617,7 @@ declare function listConversations(arbi: ArbiClient): Promise<{
|
|
|
2614
2617
|
updated_at: string;
|
|
2615
2618
|
is_shared: boolean;
|
|
2616
2619
|
message_count: number;
|
|
2620
|
+
last_message_status?: string | null | undefined;
|
|
2617
2621
|
}[]>;
|
|
2618
2622
|
declare function getConversationThreads(arbi: ArbiClient, conversationId: string): Promise<{
|
|
2619
2623
|
conversation_ext_id: string;
|
|
@@ -3220,6 +3224,8 @@ declare function getSettings(arbi: ArbiClient): Promise<{
|
|
|
3220
3224
|
show_agent_sessions: boolean;
|
|
3221
3225
|
hide_online_status: boolean;
|
|
3222
3226
|
muted_users: string[];
|
|
3227
|
+
premium_model?: string | null | undefined;
|
|
3228
|
+
picture?: string | null | undefined;
|
|
3223
3229
|
}>;
|
|
3224
3230
|
declare function updateSettings(arbi: ArbiClient, body: UserSettingsUpdate): Promise<void>;
|
|
3225
3231
|
|
|
@@ -1395,6 +1395,7 @@ declare class Arbi {
|
|
|
1395
1395
|
updated_at: string;
|
|
1396
1396
|
is_shared: boolean;
|
|
1397
1397
|
message_count: number;
|
|
1398
|
+
last_message_status?: string | null | undefined;
|
|
1398
1399
|
}[]>;
|
|
1399
1400
|
getThreads: (conversationId: string) => Promise<{
|
|
1400
1401
|
conversation_ext_id: string;
|
|
@@ -1958,6 +1959,8 @@ declare class Arbi {
|
|
|
1958
1959
|
show_agent_sessions: boolean;
|
|
1959
1960
|
hide_online_status: boolean;
|
|
1960
1961
|
muted_users: string[];
|
|
1962
|
+
premium_model?: string | null | undefined;
|
|
1963
|
+
picture?: string | null | undefined;
|
|
1961
1964
|
}>;
|
|
1962
1965
|
update: (body: UserSettingsUpdate$1) => Promise<void>;
|
|
1963
1966
|
};
|
|
@@ -2614,6 +2617,7 @@ declare function listConversations(arbi: ArbiClient): Promise<{
|
|
|
2614
2617
|
updated_at: string;
|
|
2615
2618
|
is_shared: boolean;
|
|
2616
2619
|
message_count: number;
|
|
2620
|
+
last_message_status?: string | null | undefined;
|
|
2617
2621
|
}[]>;
|
|
2618
2622
|
declare function getConversationThreads(arbi: ArbiClient, conversationId: string): Promise<{
|
|
2619
2623
|
conversation_ext_id: string;
|
|
@@ -3220,6 +3224,8 @@ declare function getSettings(arbi: ArbiClient): Promise<{
|
|
|
3220
3224
|
show_agent_sessions: boolean;
|
|
3221
3225
|
hide_online_status: boolean;
|
|
3222
3226
|
muted_users: string[];
|
|
3227
|
+
premium_model?: string | null | undefined;
|
|
3228
|
+
picture?: string | null | undefined;
|
|
3223
3229
|
}>;
|
|
3224
3230
|
declare function updateSettings(arbi: ArbiClient, body: UserSettingsUpdate): Promise<void>;
|
|
3225
3231
|
|
package/dist/browser.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as AgentStepEvent, g as Arbi, h as ArbiApiError, i as ArbiError, j as ArbiOptions, k as ArtifactEvent, l as AuthContext, A as AuthHeaders, m as AuthenticatedClient, c as ChatSession, n as CitationSummary, a as CliConfig, b as CliCredentials, C as ConfigStore, o as ConnectOptions, r as MessageMetadataPayload, s as MessageQueuedEvent, O as OutputTokensDetails, Q as QueryOptions, R as ReconnectOptions, t as ReconnectableWsConnection, u as ResolvedCitation, v as ResponseCompletedEvent, w as ResponseContentPartAddedEvent, x as ResponseCreatedEvent, y as ResponseFailedEvent, z as ResponseOutputItemAddedEvent, B as ResponseOutputItemDoneEvent, E as ResponseOutputTextDeltaEvent, G as ResponseOutputTextDoneEvent, H as ResponseUsage, S as SSEEvent, I as SSEStreamCallbacks, J as SSEStreamResult, K as SSEStreamStartData, L as UserInfo, N as UserInputRequestEvent, P as UserMessageEvent, W as WorkspaceContext, T as WsConnection, V as agentconfig, X as assistant, Y as authenticatedFetch, Z as buildRetrievalChunkTool, _ as buildRetrievalFullContextTool, $ as buildRetrievalTocTool, a0 as connectWebSocket, a1 as connectWithReconnect, a2 as consumeSSEStream, a3 as contacts, a4 as conversations, a5 as countCitations, a6 as createAuthenticatedClient, a8 as dm, a9 as doctags, aa as documents, ab as files, ac as formatAgentStepLabel, ad as formatFileSize, af as formatUserName, ag as formatWorkspaceChoices, al as getErrorMessage, am as health, an as parseSSEEvents, ao as performPasswordLogin, aq as requireData, ar as requireOk, as as resolveAuth, at as resolveCitations, au as resolveWorkspace, av as responses, aw as selectWorkspace, ax as selectWorkspaceById, ay as settings, az as streamSSE, aA as stripCitationMarkdown, aB as summarizeCitations, aC as tags, aD as workspaces } from './browser-
|
|
1
|
+
export { f as AgentStepEvent, g as Arbi, h as ArbiApiError, i as ArbiError, j as ArbiOptions, k as ArtifactEvent, l as AuthContext, A as AuthHeaders, m as AuthenticatedClient, c as ChatSession, n as CitationSummary, a as CliConfig, b as CliCredentials, C as ConfigStore, o as ConnectOptions, r as MessageMetadataPayload, s as MessageQueuedEvent, O as OutputTokensDetails, Q as QueryOptions, R as ReconnectOptions, t as ReconnectableWsConnection, u as ResolvedCitation, v as ResponseCompletedEvent, w as ResponseContentPartAddedEvent, x as ResponseCreatedEvent, y as ResponseFailedEvent, z as ResponseOutputItemAddedEvent, B as ResponseOutputItemDoneEvent, E as ResponseOutputTextDeltaEvent, G as ResponseOutputTextDoneEvent, H as ResponseUsage, S as SSEEvent, I as SSEStreamCallbacks, J as SSEStreamResult, K as SSEStreamStartData, L as UserInfo, N as UserInputRequestEvent, P as UserMessageEvent, W as WorkspaceContext, T as WsConnection, V as agentconfig, X as assistant, Y as authenticatedFetch, Z as buildRetrievalChunkTool, _ as buildRetrievalFullContextTool, $ as buildRetrievalTocTool, a0 as connectWebSocket, a1 as connectWithReconnect, a2 as consumeSSEStream, a3 as contacts, a4 as conversations, a5 as countCitations, a6 as createAuthenticatedClient, a8 as dm, a9 as doctags, aa as documents, ab as files, ac as formatAgentStepLabel, ad as formatFileSize, af as formatUserName, ag as formatWorkspaceChoices, al as getErrorMessage, am as health, an as parseSSEEvents, ao as performPasswordLogin, aq as requireData, ar as requireOk, as as resolveAuth, at as resolveCitations, au as resolveWorkspace, av as responses, aw as selectWorkspace, ax as selectWorkspaceById, ay as settings, az as streamSSE, aA as stripCitationMarkdown, aB as summarizeCitations, aC as tags, aD as workspaces } from './browser-e3Q9WUjn.cjs';
|
|
2
2
|
import '@arbidocs/client';
|
package/dist/browser.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as AgentStepEvent, g as Arbi, h as ArbiApiError, i as ArbiError, j as ArbiOptions, k as ArtifactEvent, l as AuthContext, A as AuthHeaders, m as AuthenticatedClient, c as ChatSession, n as CitationSummary, a as CliConfig, b as CliCredentials, C as ConfigStore, o as ConnectOptions, r as MessageMetadataPayload, s as MessageQueuedEvent, O as OutputTokensDetails, Q as QueryOptions, R as ReconnectOptions, t as ReconnectableWsConnection, u as ResolvedCitation, v as ResponseCompletedEvent, w as ResponseContentPartAddedEvent, x as ResponseCreatedEvent, y as ResponseFailedEvent, z as ResponseOutputItemAddedEvent, B as ResponseOutputItemDoneEvent, E as ResponseOutputTextDeltaEvent, G as ResponseOutputTextDoneEvent, H as ResponseUsage, S as SSEEvent, I as SSEStreamCallbacks, J as SSEStreamResult, K as SSEStreamStartData, L as UserInfo, N as UserInputRequestEvent, P as UserMessageEvent, W as WorkspaceContext, T as WsConnection, V as agentconfig, X as assistant, Y as authenticatedFetch, Z as buildRetrievalChunkTool, _ as buildRetrievalFullContextTool, $ as buildRetrievalTocTool, a0 as connectWebSocket, a1 as connectWithReconnect, a2 as consumeSSEStream, a3 as contacts, a4 as conversations, a5 as countCitations, a6 as createAuthenticatedClient, a8 as dm, a9 as doctags, aa as documents, ab as files, ac as formatAgentStepLabel, ad as formatFileSize, af as formatUserName, ag as formatWorkspaceChoices, al as getErrorMessage, am as health, an as parseSSEEvents, ao as performPasswordLogin, aq as requireData, ar as requireOk, as as resolveAuth, at as resolveCitations, au as resolveWorkspace, av as responses, aw as selectWorkspace, ax as selectWorkspaceById, ay as settings, az as streamSSE, aA as stripCitationMarkdown, aB as summarizeCitations, aC as tags, aD as workspaces } from './browser-
|
|
1
|
+
export { f as AgentStepEvent, g as Arbi, h as ArbiApiError, i as ArbiError, j as ArbiOptions, k as ArtifactEvent, l as AuthContext, A as AuthHeaders, m as AuthenticatedClient, c as ChatSession, n as CitationSummary, a as CliConfig, b as CliCredentials, C as ConfigStore, o as ConnectOptions, r as MessageMetadataPayload, s as MessageQueuedEvent, O as OutputTokensDetails, Q as QueryOptions, R as ReconnectOptions, t as ReconnectableWsConnection, u as ResolvedCitation, v as ResponseCompletedEvent, w as ResponseContentPartAddedEvent, x as ResponseCreatedEvent, y as ResponseFailedEvent, z as ResponseOutputItemAddedEvent, B as ResponseOutputItemDoneEvent, E as ResponseOutputTextDeltaEvent, G as ResponseOutputTextDoneEvent, H as ResponseUsage, S as SSEEvent, I as SSEStreamCallbacks, J as SSEStreamResult, K as SSEStreamStartData, L as UserInfo, N as UserInputRequestEvent, P as UserMessageEvent, W as WorkspaceContext, T as WsConnection, V as agentconfig, X as assistant, Y as authenticatedFetch, Z as buildRetrievalChunkTool, _ as buildRetrievalFullContextTool, $ as buildRetrievalTocTool, a0 as connectWebSocket, a1 as connectWithReconnect, a2 as consumeSSEStream, a3 as contacts, a4 as conversations, a5 as countCitations, a6 as createAuthenticatedClient, a8 as dm, a9 as doctags, aa as documents, ab as files, ac as formatAgentStepLabel, ad as formatFileSize, af as formatUserName, ag as formatWorkspaceChoices, al as getErrorMessage, am as health, an as parseSSEEvents, ao as performPasswordLogin, aq as requireData, ar as requireOk, as as resolveAuth, at as resolveCitations, au as resolveWorkspace, av as responses, aw as selectWorkspace, ax as selectWorkspaceById, ay as settings, az as streamSSE, aA as stripCitationMarkdown, aB as summarizeCitations, aC as tags, aD as workspaces } from './browser-e3Q9WUjn.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, A as AuthHeaders, U as UploadBatchResult, d as UploadOptions, e as UploadResult, D as DmCryptoContext } from './browser-
|
|
2
|
-
export { f as AgentStepEvent, g as Arbi, h as ArbiApiError, i as ArbiError, j as ArbiOptions, k as ArtifactEvent, l as AuthContext, m as AuthenticatedClient, n as CitationSummary, o as ConnectOptions, p as DocumentWaiter, q as DocumentWaiterOptions, F as FormattedWsMessage, M as MessageLevel, r as MessageMetadataPayload, s as MessageQueuedEvent, O as OutputTokensDetails, Q as QueryOptions, R as ReconnectOptions, t as ReconnectableWsConnection, u as ResolvedCitation, v as ResponseCompletedEvent, w as ResponseContentPartAddedEvent, x as ResponseCreatedEvent, y as ResponseFailedEvent, z as ResponseOutputItemAddedEvent, B as ResponseOutputItemDoneEvent, E as ResponseOutputTextDeltaEvent, G as ResponseOutputTextDoneEvent, H as ResponseUsage, S as SSEEvent, I as SSEStreamCallbacks, J as SSEStreamResult, K as SSEStreamStartData, L as UserInfo, N as UserInputRequestEvent, P as UserMessageEvent, W as WorkspaceContext, T as WsConnection, V as agentconfig, X as assistant, Y as authenticatedFetch, Z as buildRetrievalChunkTool, _ as buildRetrievalFullContextTool, $ as buildRetrievalTocTool, a0 as connectWebSocket, a1 as connectWithReconnect, a2 as consumeSSEStream, a3 as contacts, a4 as conversations, a5 as countCitations, a6 as createAuthenticatedClient, a7 as createDocumentWaiter, a8 as dm, a9 as doctags, aa as documents, ab as files, ac as formatAgentStepLabel, ad as formatFileSize, ae as formatStreamSummary, af as formatUserName, ag as formatWorkspaceChoices, ah as formatWsMessage, ai as generateEncryptedWorkspaceKey, aj as generateNewWorkspaceKey, ak as getErrorCode, al as getErrorMessage, am as health, an as parseSSEEvents, ao as performPasswordLogin, ap as performSsoDeviceFlowLogin, aq as requireData, ar as requireOk, as as resolveAuth, at as resolveCitations, au as resolveWorkspace, av as responses, aw as selectWorkspace, ax as selectWorkspaceById, ay as settings, az as streamSSE, aA as stripCitationMarkdown, aB as summarizeCitations, aC as tags, aD as workspaces } from './browser-
|
|
1
|
+
import { C as ConfigStore, a as CliConfig, b as CliCredentials, c as ChatSession, A as AuthHeaders, U as UploadBatchResult, d as UploadOptions, e as UploadResult, D as DmCryptoContext } from './browser-e3Q9WUjn.cjs';
|
|
2
|
+
export { f as AgentStepEvent, g as Arbi, h as ArbiApiError, i as ArbiError, j as ArbiOptions, k as ArtifactEvent, l as AuthContext, m as AuthenticatedClient, n as CitationSummary, o as ConnectOptions, p as DocumentWaiter, q as DocumentWaiterOptions, F as FormattedWsMessage, M as MessageLevel, r as MessageMetadataPayload, s as MessageQueuedEvent, O as OutputTokensDetails, Q as QueryOptions, R as ReconnectOptions, t as ReconnectableWsConnection, u as ResolvedCitation, v as ResponseCompletedEvent, w as ResponseContentPartAddedEvent, x as ResponseCreatedEvent, y as ResponseFailedEvent, z as ResponseOutputItemAddedEvent, B as ResponseOutputItemDoneEvent, E as ResponseOutputTextDeltaEvent, G as ResponseOutputTextDoneEvent, H as ResponseUsage, S as SSEEvent, I as SSEStreamCallbacks, J as SSEStreamResult, K as SSEStreamStartData, L as UserInfo, N as UserInputRequestEvent, P as UserMessageEvent, W as WorkspaceContext, T as WsConnection, V as agentconfig, X as assistant, Y as authenticatedFetch, Z as buildRetrievalChunkTool, _ as buildRetrievalFullContextTool, $ as buildRetrievalTocTool, a0 as connectWebSocket, a1 as connectWithReconnect, a2 as consumeSSEStream, a3 as contacts, a4 as conversations, a5 as countCitations, a6 as createAuthenticatedClient, a7 as createDocumentWaiter, a8 as dm, a9 as doctags, aa as documents, ab as files, ac as formatAgentStepLabel, ad as formatFileSize, ae as formatStreamSummary, af as formatUserName, ag as formatWorkspaceChoices, ah as formatWsMessage, ai as generateEncryptedWorkspaceKey, aj as generateNewWorkspaceKey, ak as getErrorCode, al as getErrorMessage, am as health, an as parseSSEEvents, ao as performPasswordLogin, ap as performSsoDeviceFlowLogin, aq as requireData, ar as requireOk, as as resolveAuth, at as resolveCitations, au as resolveWorkspace, av as responses, aw as selectWorkspace, ax as selectWorkspaceById, ay as settings, az as streamSSE, aA as stripCitationMarkdown, aB as summarizeCitations, aC as tags, aD as workspaces } from './browser-e3Q9WUjn.cjs';
|
|
3
3
|
import { 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, A as AuthHeaders, U as UploadBatchResult, d as UploadOptions, e as UploadResult, D as DmCryptoContext } from './browser-
|
|
2
|
-
export { f as AgentStepEvent, g as Arbi, h as ArbiApiError, i as ArbiError, j as ArbiOptions, k as ArtifactEvent, l as AuthContext, m as AuthenticatedClient, n as CitationSummary, o as ConnectOptions, p as DocumentWaiter, q as DocumentWaiterOptions, F as FormattedWsMessage, M as MessageLevel, r as MessageMetadataPayload, s as MessageQueuedEvent, O as OutputTokensDetails, Q as QueryOptions, R as ReconnectOptions, t as ReconnectableWsConnection, u as ResolvedCitation, v as ResponseCompletedEvent, w as ResponseContentPartAddedEvent, x as ResponseCreatedEvent, y as ResponseFailedEvent, z as ResponseOutputItemAddedEvent, B as ResponseOutputItemDoneEvent, E as ResponseOutputTextDeltaEvent, G as ResponseOutputTextDoneEvent, H as ResponseUsage, S as SSEEvent, I as SSEStreamCallbacks, J as SSEStreamResult, K as SSEStreamStartData, L as UserInfo, N as UserInputRequestEvent, P as UserMessageEvent, W as WorkspaceContext, T as WsConnection, V as agentconfig, X as assistant, Y as authenticatedFetch, Z as buildRetrievalChunkTool, _ as buildRetrievalFullContextTool, $ as buildRetrievalTocTool, a0 as connectWebSocket, a1 as connectWithReconnect, a2 as consumeSSEStream, a3 as contacts, a4 as conversations, a5 as countCitations, a6 as createAuthenticatedClient, a7 as createDocumentWaiter, a8 as dm, a9 as doctags, aa as documents, ab as files, ac as formatAgentStepLabel, ad as formatFileSize, ae as formatStreamSummary, af as formatUserName, ag as formatWorkspaceChoices, ah as formatWsMessage, ai as generateEncryptedWorkspaceKey, aj as generateNewWorkspaceKey, ak as getErrorCode, al as getErrorMessage, am as health, an as parseSSEEvents, ao as performPasswordLogin, ap as performSsoDeviceFlowLogin, aq as requireData, ar as requireOk, as as resolveAuth, at as resolveCitations, au as resolveWorkspace, av as responses, aw as selectWorkspace, ax as selectWorkspaceById, ay as settings, az as streamSSE, aA as stripCitationMarkdown, aB as summarizeCitations, aC as tags, aD as workspaces } from './browser-
|
|
1
|
+
import { C as ConfigStore, a as CliConfig, b as CliCredentials, c as ChatSession, A as AuthHeaders, U as UploadBatchResult, d as UploadOptions, e as UploadResult, D as DmCryptoContext } from './browser-e3Q9WUjn.js';
|
|
2
|
+
export { f as AgentStepEvent, g as Arbi, h as ArbiApiError, i as ArbiError, j as ArbiOptions, k as ArtifactEvent, l as AuthContext, m as AuthenticatedClient, n as CitationSummary, o as ConnectOptions, p as DocumentWaiter, q as DocumentWaiterOptions, F as FormattedWsMessage, M as MessageLevel, r as MessageMetadataPayload, s as MessageQueuedEvent, O as OutputTokensDetails, Q as QueryOptions, R as ReconnectOptions, t as ReconnectableWsConnection, u as ResolvedCitation, v as ResponseCompletedEvent, w as ResponseContentPartAddedEvent, x as ResponseCreatedEvent, y as ResponseFailedEvent, z as ResponseOutputItemAddedEvent, B as ResponseOutputItemDoneEvent, E as ResponseOutputTextDeltaEvent, G as ResponseOutputTextDoneEvent, H as ResponseUsage, S as SSEEvent, I as SSEStreamCallbacks, J as SSEStreamResult, K as SSEStreamStartData, L as UserInfo, N as UserInputRequestEvent, P as UserMessageEvent, W as WorkspaceContext, T as WsConnection, V as agentconfig, X as assistant, Y as authenticatedFetch, Z as buildRetrievalChunkTool, _ as buildRetrievalFullContextTool, $ as buildRetrievalTocTool, a0 as connectWebSocket, a1 as connectWithReconnect, a2 as consumeSSEStream, a3 as contacts, a4 as conversations, a5 as countCitations, a6 as createAuthenticatedClient, a7 as createDocumentWaiter, a8 as dm, a9 as doctags, aa as documents, ab as files, ac as formatAgentStepLabel, ad as formatFileSize, ae as formatStreamSummary, af as formatUserName, ag as formatWorkspaceChoices, ah as formatWsMessage, ai as generateEncryptedWorkspaceKey, aj as generateNewWorkspaceKey, ak as getErrorCode, al as getErrorMessage, am as health, an as parseSSEEvents, ao as performPasswordLogin, ap as performSsoDeviceFlowLogin, aq as requireData, ar as requireOk, as as resolveAuth, at as resolveCitations, au as resolveWorkspace, av as responses, aw as selectWorkspace, ax as selectWorkspaceById, ay as settings, az as streamSSE, aA as stripCitationMarkdown, aB as summarizeCitations, aC as tags, aD as workspaces } from './browser-e3Q9WUjn.js';
|
|
3
3
|
import { 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.21",
|
|
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.21",
|
|
39
39
|
"jszip": "^3.10.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|