@haex-space/vault-sdk 2.5.25 → 2.5.27

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-Rqbzd23b.mjs';
3
+ import { H as HaexVaultSdk } from '../client-Bva_JMEm.mjs';
4
4
  import { A as ApplicationContext } from '../types-C4BTOGe5.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-AdojmCk8.js';
3
+ import { H as HaexVaultSdk } from '../client-BUp2_Bf1.js';
4
4
  import { A as ApplicationContext } from '../types-C4BTOGe5.js';
5
5
  import 'drizzle-orm/sqlite-proxy';
6
6
 
@@ -94,6 +94,7 @@ var HAEXTENSION_METHODS = {
94
94
  // Sync Rules
95
95
  listSyncRules: "haextension:filesystem:sync:list-sync-rules",
96
96
  addSyncRule: "haextension:filesystem:sync:add-sync-rule",
97
+ updateSyncRule: "haextension:filesystem:sync:update-sync-rule",
97
98
  removeSyncRule: "haextension:filesystem:sync:remove-sync-rule",
98
99
  // Sync Operations
99
100
  getSyncStatus: "haextension:filesystem:sync:get-sync-status",
@@ -374,6 +375,15 @@ var FileSyncAPI = class {
374
375
  options
375
376
  );
376
377
  }
378
+ /**
379
+ * Update a sync rule
380
+ */
381
+ async updateSyncRuleAsync(options) {
382
+ return this.client.request(
383
+ HAEXTENSION_METHODS.filesystem.sync.updateSyncRule,
384
+ options
385
+ );
386
+ }
377
387
  /**
378
388
  * Remove a sync rule
379
389
  */