@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.
@@ -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
- userId: string;
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 SearchQuery 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 FileChangePayload as G, type HaexHubConfig as H, type FileChangeType as I, type FilteredSyncTablesResult as J, HAEXTENSION_EVENTS as K, type HaexHubEvent as L, type Migration as M, type HaexHubRequest as N, type HaexHubResponse as O, type PermissionResponse as P, HaexVaultSdkError as Q, type HaextensionEvent as R, type SearchResult as S, type PendingAuthorization as T, type PermissionDeniedError as U, type PermissionErrorBase as V, type WebRequestOptions as W, PermissionErrorCode as X, type PermissionPromptError as Y, PermissionStatus as Z, type RequestedExtension as _, type ExtensionInfo as a, type SearchRequestEvent as a0, type SessionAuthorization as a1, type SharedSpace as a2, type SpaceAccessTokenInfo as a3, type SpaceInvite as a4, type SpaceKeyGrantInfo as a5, type SpaceMemberInfo 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 SpaceRole as h, type AuthorizedClient as i, DEFAULT_TIMEOUT as j, type DatabaseColumnInfo as k, type DatabaseExecuteParams as l, type DatabasePermission as m, type DatabaseQueryParams as n, type DatabaseTableInfo as o, EXTERNAL_EVENTS as p, ErrorCode as q, type ExtensionRuntimeMode as r, type ExternalAuthDecision as s, type ExternalConnection as t, ExternalConnectionErrorCode as u, ExternalConnectionState as v, type ExternalEvent as w, type ExternalRequest as x, type ExternalRequestEvent as y, type ExternalRequestPayload as z };
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
- userId: string;
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 SearchQuery 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 FileChangePayload as G, type HaexHubConfig as H, type FileChangeType as I, type FilteredSyncTablesResult as J, HAEXTENSION_EVENTS as K, type HaexHubEvent as L, type Migration as M, type HaexHubRequest as N, type HaexHubResponse as O, type PermissionResponse as P, HaexVaultSdkError as Q, type HaextensionEvent as R, type SearchResult as S, type PendingAuthorization as T, type PermissionDeniedError as U, type PermissionErrorBase as V, type WebRequestOptions as W, PermissionErrorCode as X, type PermissionPromptError as Y, PermissionStatus as Z, type RequestedExtension as _, type ExtensionInfo as a, type SearchRequestEvent as a0, type SessionAuthorization as a1, type SharedSpace as a2, type SpaceAccessTokenInfo as a3, type SpaceInvite as a4, type SpaceKeyGrantInfo as a5, type SpaceMemberInfo 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 SpaceRole as h, type AuthorizedClient as i, DEFAULT_TIMEOUT as j, type DatabaseColumnInfo as k, type DatabaseExecuteParams as l, type DatabasePermission as m, type DatabaseQueryParams as n, type DatabaseTableInfo as o, EXTERNAL_EVENTS as p, ErrorCode as q, type ExtensionRuntimeMode as r, type ExternalAuthDecision as s, type ExternalConnection as t, ExternalConnectionErrorCode as u, ExternalConnectionState as v, type ExternalEvent as w, type ExternalRequest as x, type ExternalRequestEvent as y, type ExternalRequestPayload as z };
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-CBCjziWo.mjs';
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-NWYbdRXr.mjs';
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-_FhZZse3.js';
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-NWYbdRXr.js';
4
+ import { H as HaexHubConfig } from './types-DwLhX7mx.js';
5
5
 
6
6
  /**
7
7
  * Vue 3 composable for HaexVault SDK