@haex-space/vault-sdk 2.4.0 → 2.5.0

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/svelte.d.mts CHANGED
@@ -1,7 +1,7 @@
1
- import { H as HaexVaultClient, S as StorageAPI } from './client-ClYpUDoI.mjs';
1
+ import { H as HaexVaultClient, S as StorageAPI } from './client-DQ6VwHic.mjs';
2
2
  import * as drizzle_orm_sqlite_proxy from 'drizzle-orm/sqlite-proxy';
3
3
  import { Readable } from 'svelte/store';
4
- import { H as HaexHubConfig, a as ExtensionInfo, A as ApplicationContext } from './types-CmPqOcLB.mjs';
4
+ import { H as HaexHubConfig, a as ExtensionInfo, A as ApplicationContext } from './types-Bw5uc1vm.mjs';
5
5
 
6
6
  /**
7
7
  * Initialize the HaexHub SDK for Svelte
package/dist/svelte.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { H as HaexVaultClient, S as StorageAPI } from './client-BSdAg7D1.js';
1
+ import { H as HaexVaultClient, S as StorageAPI } from './client-BNq2TcVs.js';
2
2
  import * as drizzle_orm_sqlite_proxy from 'drizzle-orm/sqlite-proxy';
3
3
  import { Readable } from 'svelte/store';
4
- import { H as HaexHubConfig, a as ExtensionInfo, A as ApplicationContext } from './types-CmPqOcLB.js';
4
+ import { H as HaexHubConfig, a as ExtensionInfo, A as ApplicationContext } from './types-Bw5uc1vm.js';
5
5
 
6
6
  /**
7
7
  * Initialize the HaexHub SDK for Svelte
package/dist/svelte.js CHANGED
@@ -337,9 +337,7 @@ var HAEXTENSION_EVENTS = {
337
337
  /** Context (theme, locale, platform) has changed */
338
338
  CONTEXT_CHANGED: "haextension:context:changed",
339
339
  /** Search request from HaexHub */
340
- SEARCH_REQUEST: "haextension:search:request",
341
- /** External request from authorized client (browser extension, CLI, server, etc.) */
342
- EXTERNAL_REQUEST: "haextension:external:request"
340
+ SEARCH_REQUEST: "haextension:search:request"
343
341
  };
344
342
 
345
343
  // src/types.ts
@@ -1205,8 +1203,8 @@ var TAURI_COMMANDS = {
1205
1203
  showImage: "webview_extension_fs_show_image"
1206
1204
  },
1207
1205
  external: {
1208
- respond: "webview_extension_external_respond"
1209
- },
1206
+ // Response handling (called by extensions)
1207
+ respond: "external_respond"},
1210
1208
  filesync: {
1211
1209
  // Spaces
1212
1210
  listSpaces: "filesync_list_spaces",