@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/{client-BSdAg7D1.d.ts → client-BNq2TcVs.d.ts} +1 -1
- package/dist/{client-ClYpUDoI.d.mts → client-DQ6VwHic.d.mts} +1 -1
- package/dist/index.d.mts +16 -5
- package/dist/index.d.ts +16 -5
- package/dist/index.js +26 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -5
- 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 +3 -5
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +3 -5
- 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 +3 -5
- package/dist/runtime/nuxt.plugin.client.js.map +1 -1
- package/dist/runtime/nuxt.plugin.client.mjs +3 -5
- 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 +3 -5
- package/dist/svelte.js.map +1 -1
- package/dist/svelte.mjs +3 -5
- package/dist/svelte.mjs.map +1 -1
- package/dist/{types-CmPqOcLB.d.mts → types-Bw5uc1vm.d.mts} +63 -4
- package/dist/{types-CmPqOcLB.d.ts → types-Bw5uc1vm.d.ts} +63 -4
- package/dist/vue.d.mts +2 -2
- package/dist/vue.d.ts +2 -2
- package/dist/vue.js +3 -5
- package/dist/vue.js.map +1 -1
- package/dist/vue.mjs +3 -5
- package/dist/vue.mjs.map +1 -1
- package/package.json +1 -1
package/dist/svelte.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { H as HaexVaultClient, S as StorageAPI } from './client-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
-
|
|
1209
|
-
|
|
1206
|
+
// Response handling (called by extensions)
|
|
1207
|
+
respond: "external_respond"},
|
|
1210
1208
|
filesync: {
|
|
1211
1209
|
// Spaces
|
|
1212
1210
|
listSpaces: "filesync_list_spaces",
|