@haex-space/vault-sdk 2.5.108 → 2.5.109
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/dist/{client-CBCjziWo.d.mts → client-C3UTSqYM.d.mts} +1 -1
- package/dist/{client-_FhZZse3.d.ts → client-CRWI0t-2.d.ts} +1 -1
- package/dist/index.d.mts +10 -8
- package/dist/index.d.ts +10 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/node.d.mts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/react.js.map +1 -1
- package/dist/react.mjs.map +1 -1
- package/dist/runtime/nuxt.plugin.client.d.mts +2 -2
- package/dist/runtime/nuxt.plugin.client.d.ts +2 -2
- package/dist/runtime/nuxt.plugin.client.js.map +1 -1
- package/dist/runtime/nuxt.plugin.client.mjs.map +1 -1
- package/dist/svelte.d.mts +2 -2
- package/dist/svelte.d.ts +2 -2
- package/dist/svelte.js.map +1 -1
- package/dist/svelte.mjs.map +1 -1
- package/dist/{types-NWYbdRXr.d.mts → types-DwLhX7mx.d.mts} +6 -3
- package/dist/{types-NWYbdRXr.d.ts → types-DwLhX7mx.d.ts} +6 -3
- package/dist/vue.d.mts +2 -2
- package/dist/vue.d.ts +2 -2
- package/dist/vue.js.map +1 -1
- package/dist/vue.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -541,13 +541,16 @@ interface SharedSpace {
|
|
|
541
541
|
nameNonce: string;
|
|
542
542
|
currentKeyGeneration: number;
|
|
543
543
|
role: SpaceRole;
|
|
544
|
+
canInvite: boolean;
|
|
544
545
|
createdAt: string;
|
|
545
546
|
}
|
|
546
547
|
interface SpaceMemberInfo {
|
|
547
|
-
|
|
548
|
+
publicKey: string;
|
|
549
|
+
label: string;
|
|
548
550
|
role: SpaceRole;
|
|
551
|
+
canInvite: boolean;
|
|
552
|
+
invitedBy: string | null;
|
|
549
553
|
joinedAt: string;
|
|
550
|
-
publicKey?: string;
|
|
551
554
|
}
|
|
552
555
|
interface SpaceKeyGrantInfo {
|
|
553
556
|
spaceId: string;
|
|
@@ -577,4 +580,4 @@ interface SpaceAccessTokenInfo {
|
|
|
577
580
|
lastUsedAt: string | null;
|
|
578
581
|
}
|
|
579
582
|
|
|
580
|
-
export { type
|
|
583
|
+
export { type SearchRequestEvent as $, type ApplicationContext as A, type BlockedClient as B, type ContextChangedEvent as C, type DatabaseQueryResult as D, type ExtensionManifest as E, type FileChangeEvent as F, type FileChangeType as G, type HaexHubConfig as H, type FilteredSyncTablesResult as I, HAEXTENSION_EVENTS as J, type HaexHubEvent as K, type HaexHubRequest as L, type Migration as M, type HaexHubResponse as N, HaexVaultSdkError as O, type PermissionResponse as P, type HaextensionEvent as Q, type PendingAuthorization as R, type SearchResult as S, type PermissionDeniedError as T, type PermissionErrorBase as U, PermissionErrorCode as V, type WebRequestOptions as W, type PermissionPromptError as X, PermissionStatus as Y, type RequestedExtension as Z, type SearchQuery as _, type ExtensionInfo as a, type SessionAuthorization as a0, type SharedSpace as a1, type SpaceAccessTokenInfo as a2, type SpaceInvite as a3, type SpaceKeyGrantInfo as a4, type SpaceMemberInfo as a5, type SpaceRole as a6, type SyncTablesUpdatedEvent as a7, TABLE_SEPARATOR as a8, canExternalClientSendRequests as a9, getTableName as aa, isExternalClientConnected as ab, isPermissionDeniedError as ac, isPermissionError as ad, isPermissionPromptError as ae, type MigrationResult as b, type WebResponse as c, type DatabasePermissionRequest as d, type ExternalRequestHandler as e, type ExternalResponse as f, type EventCallback as g, type AuthorizedClient as h, DEFAULT_TIMEOUT as i, type DatabaseColumnInfo as j, type DatabaseExecuteParams as k, type DatabasePermission as l, type DatabaseQueryParams as m, type DatabaseTableInfo as n, EXTERNAL_EVENTS as o, ErrorCode as p, type ExtensionRuntimeMode as q, type ExternalAuthDecision as r, type ExternalConnection as s, ExternalConnectionErrorCode as t, ExternalConnectionState as u, type ExternalEvent as v, type ExternalRequest as w, type ExternalRequestEvent as x, type ExternalRequestPayload as y, type FileChangePayload as z };
|
|
@@ -541,13 +541,16 @@ interface SharedSpace {
|
|
|
541
541
|
nameNonce: string;
|
|
542
542
|
currentKeyGeneration: number;
|
|
543
543
|
role: SpaceRole;
|
|
544
|
+
canInvite: boolean;
|
|
544
545
|
createdAt: string;
|
|
545
546
|
}
|
|
546
547
|
interface SpaceMemberInfo {
|
|
547
|
-
|
|
548
|
+
publicKey: string;
|
|
549
|
+
label: string;
|
|
548
550
|
role: SpaceRole;
|
|
551
|
+
canInvite: boolean;
|
|
552
|
+
invitedBy: string | null;
|
|
549
553
|
joinedAt: string;
|
|
550
|
-
publicKey?: string;
|
|
551
554
|
}
|
|
552
555
|
interface SpaceKeyGrantInfo {
|
|
553
556
|
spaceId: string;
|
|
@@ -577,4 +580,4 @@ interface SpaceAccessTokenInfo {
|
|
|
577
580
|
lastUsedAt: string | null;
|
|
578
581
|
}
|
|
579
582
|
|
|
580
|
-
export { type
|
|
583
|
+
export { type SearchRequestEvent as $, type ApplicationContext as A, type BlockedClient as B, type ContextChangedEvent as C, type DatabaseQueryResult as D, type ExtensionManifest as E, type FileChangeEvent as F, type FileChangeType as G, type HaexHubConfig as H, type FilteredSyncTablesResult as I, HAEXTENSION_EVENTS as J, type HaexHubEvent as K, type HaexHubRequest as L, type Migration as M, type HaexHubResponse as N, HaexVaultSdkError as O, type PermissionResponse as P, type HaextensionEvent as Q, type PendingAuthorization as R, type SearchResult as S, type PermissionDeniedError as T, type PermissionErrorBase as U, PermissionErrorCode as V, type WebRequestOptions as W, type PermissionPromptError as X, PermissionStatus as Y, type RequestedExtension as Z, type SearchQuery as _, type ExtensionInfo as a, type SessionAuthorization as a0, type SharedSpace as a1, type SpaceAccessTokenInfo as a2, type SpaceInvite as a3, type SpaceKeyGrantInfo as a4, type SpaceMemberInfo as a5, type SpaceRole as a6, type SyncTablesUpdatedEvent as a7, TABLE_SEPARATOR as a8, canExternalClientSendRequests as a9, getTableName as aa, isExternalClientConnected as ab, isPermissionDeniedError as ac, isPermissionError as ad, isPermissionPromptError as ae, type MigrationResult as b, type WebResponse as c, type DatabasePermissionRequest as d, type ExternalRequestHandler as e, type ExternalResponse as f, type EventCallback as g, type AuthorizedClient as h, DEFAULT_TIMEOUT as i, type DatabaseColumnInfo as j, type DatabaseExecuteParams as k, type DatabasePermission as l, type DatabaseQueryParams as m, type DatabaseTableInfo as n, EXTERNAL_EVENTS as o, ErrorCode as p, type ExtensionRuntimeMode as q, type ExternalAuthDecision as r, type ExternalConnection as s, ExternalConnectionErrorCode as t, ExternalConnectionState as u, type ExternalEvent as v, type ExternalRequest as w, type ExternalRequestEvent as x, type ExternalRequestPayload as y, type FileChangePayload as z };
|
package/dist/vue.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { H as HaexVaultSdk, S as StorageAPI } from './client-
|
|
1
|
+
import { H as HaexVaultSdk, S as StorageAPI } from './client-C3UTSqYM.mjs';
|
|
2
2
|
import * as drizzle_orm_sqlite_proxy from 'drizzle-orm/sqlite-proxy';
|
|
3
3
|
import { Ref } from 'vue';
|
|
4
|
-
import { H as HaexHubConfig } from './types-
|
|
4
|
+
import { H as HaexHubConfig } from './types-DwLhX7mx.mjs';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Vue 3 composable for HaexVault SDK
|
package/dist/vue.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { H as HaexVaultSdk, S as StorageAPI } from './client-
|
|
1
|
+
import { H as HaexVaultSdk, S as StorageAPI } from './client-CRWI0t-2.js';
|
|
2
2
|
import * as drizzle_orm_sqlite_proxy from 'drizzle-orm/sqlite-proxy';
|
|
3
3
|
import { Ref } from 'vue';
|
|
4
|
-
import { H as HaexHubConfig } from './types-
|
|
4
|
+
import { H as HaexHubConfig } from './types-DwLhX7mx.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Vue 3 composable for HaexVault SDK
|