@haex-space/vault-sdk 2.5.55 → 2.5.56

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/index.mjs CHANGED
@@ -1594,6 +1594,7 @@ var TAURI_COMMANDS = {
1594
1594
  // not extension-specific. All extensions share the same storage backends.
1595
1595
  listBackends: "storage_list_backends",
1596
1596
  addBackend: "storage_add_backend",
1597
+ updateBackend: "storage_update_backend",
1597
1598
  removeBackend: "storage_remove_backend",
1598
1599
  testBackend: "storage_test_backend",
1599
1600
  // Storage Operations