@haex-space/vault-sdk 2.5.33 → 2.5.35

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.
@@ -1,6 +1,6 @@
1
1
  import * as nuxt_app from 'nuxt/app';
2
2
  import { ShallowRef } from 'vue';
3
- import { H as HaexVaultSdk } from '../client-BkN93lDI.mjs';
3
+ import { H as HaexVaultSdk } from '../client-B5sRb-z5.mjs';
4
4
  import { A as ApplicationContext } from '../types-DiXJ5SF6.mjs';
5
5
  import 'drizzle-orm/sqlite-proxy';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import * as nuxt_app from 'nuxt/app';
2
2
  import { ShallowRef } from 'vue';
3
- import { H as HaexVaultSdk } from '../client-t6HbiM76.js';
3
+ import { H as HaexVaultSdk } from '../client-C1V7rmBP.js';
4
4
  import { A as ApplicationContext } from '../types-DiXJ5SF6.js';
5
5
  import 'drizzle-orm/sqlite-proxy';
6
6
 
@@ -985,36 +985,36 @@ var TAURI_COMMANDS = {
985
985
  // Response handling (called by extensions running in WebView)
986
986
  respond: "webview_extension_external_respond"},
987
987
  filesync: {
988
- // Spaces
989
- listSpaces: "filesync_list_spaces",
990
- createSpace: "filesync_create_space",
991
- deleteSpace: "filesync_delete_space",
988
+ // Spaces (webview_* commands extract extension info from WebviewWindow)
989
+ listSpaces: "webview_filesync_list_spaces",
990
+ createSpace: "webview_filesync_create_space",
991
+ deleteSpace: "webview_filesync_delete_space",
992
992
  // Files
993
- listFiles: "filesync_list_files",
994
- getFile: "filesync_get_file",
995
- uploadFile: "filesync_upload_file",
996
- downloadFile: "filesync_download_file",
997
- deleteFile: "filesync_delete_file",
993
+ listFiles: "webview_filesync_list_files",
994
+ getFile: "webview_filesync_get_file",
995
+ uploadFile: "webview_filesync_upload_file",
996
+ downloadFile: "webview_filesync_download_file",
997
+ deleteFile: "webview_filesync_delete_file",
998
998
  // Backends
999
- listBackends: "filesync_list_backends",
1000
- addBackend: "filesync_add_backend",
1001
- removeBackend: "filesync_remove_backend",
1002
- testBackend: "filesync_test_backend",
999
+ listBackends: "webview_filesync_list_backends",
1000
+ addBackend: "webview_filesync_add_backend",
1001
+ removeBackend: "webview_filesync_remove_backend",
1002
+ testBackend: "webview_filesync_test_backend",
1003
1003
  // Sync Rules
1004
- listSyncRules: "filesync_list_sync_rules",
1005
- addSyncRule: "filesync_add_sync_rule",
1006
- updateSyncRule: "filesync_update_sync_rule",
1007
- removeSyncRule: "filesync_remove_sync_rule",
1004
+ listSyncRules: "webview_filesync_list_sync_rules",
1005
+ addSyncRule: "webview_filesync_add_sync_rule",
1006
+ updateSyncRule: "webview_filesync_update_sync_rule",
1007
+ removeSyncRule: "webview_filesync_remove_sync_rule",
1008
1008
  // Sync Operations
1009
- getSyncStatus: "filesync_get_sync_status",
1010
- triggerSync: "filesync_trigger_sync",
1011
- pauseSync: "filesync_pause_sync",
1012
- resumeSync: "filesync_resume_sync",
1009
+ getSyncStatus: "webview_filesync_get_sync_status",
1010
+ triggerSync: "webview_filesync_trigger_sync",
1011
+ pauseSync: "webview_filesync_pause_sync",
1012
+ resumeSync: "webview_filesync_resume_sync",
1013
1013
  // Conflict Resolution
1014
- resolveConflict: "filesync_resolve_conflict",
1015
- // UI Helpers
1014
+ resolveConflict: "webview_filesync_resolve_conflict",
1015
+ // UI Helpers (selectFolder doesn't need extension info)
1016
1016
  selectFolder: "filesync_select_folder",
1017
- scanLocal: "filesync_scan_local"
1017
+ scanLocal: "webview_filesync_scan_local"
1018
1018
  }
1019
1019
  };
1020
1020