@haex-space/vault-sdk 2.5.27 → 2.5.30

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,7 +1,7 @@
1
1
  import * as nuxt_app from 'nuxt/app';
2
2
  import { ShallowRef } from 'vue';
3
- import { H as HaexVaultSdk } from '../client-Bva_JMEm.mjs';
4
- import { A as ApplicationContext } from '../types-C4BTOGe5.mjs';
3
+ import { H as HaexVaultSdk } from '../client-1LC_-rtY.mjs';
4
+ import { A as ApplicationContext } from '../types-DiXJ5SF6.mjs';
5
5
  import 'drizzle-orm/sqlite-proxy';
6
6
 
7
7
  declare const _default: nuxt_app.Plugin<{
@@ -1,7 +1,7 @@
1
1
  import * as nuxt_app from 'nuxt/app';
2
2
  import { ShallowRef } from 'vue';
3
- import { H as HaexVaultSdk } from '../client-BUp2_Bf1.js';
4
- import { A as ApplicationContext } from '../types-C4BTOGe5.js';
3
+ import { H as HaexVaultSdk } from '../client-LNxaanOT.js';
4
+ import { A as ApplicationContext } from '../types-DiXJ5SF6.js';
5
5
  import 'drizzle-orm/sqlite-proxy';
6
6
 
7
7
  declare const _default: nuxt_app.Plugin<{
@@ -992,6 +992,7 @@ var TAURI_COMMANDS = {
992
992
  // Sync Rules
993
993
  listSyncRules: "filesync_list_sync_rules",
994
994
  addSyncRule: "filesync_add_sync_rule",
995
+ updateSyncRule: "filesync_update_sync_rule",
995
996
  removeSyncRule: "filesync_remove_sync_rule",
996
997
  // Sync Operations
997
998
  getSyncStatus: "filesync_get_sync_status",
@@ -1182,6 +1183,10 @@ var filesyncHandlers = {
1182
1183
  command: TAURI_COMMANDS.filesync.addSyncRule,
1183
1184
  args: (p) => ({ request: p })
1184
1185
  },
1186
+ [HAEXTENSION_METHODS.filesystem.sync.updateSyncRule]: {
1187
+ command: TAURI_COMMANDS.filesync.updateSyncRule,
1188
+ args: (p) => ({ request: p })
1189
+ },
1185
1190
  [HAEXTENSION_METHODS.filesystem.sync.removeSyncRule]: {
1186
1191
  command: TAURI_COMMANDS.filesync.removeSyncRule,
1187
1192
  args: (p) => ({ ruleId: p.ruleId })