@haex-space/vault-sdk 2.5.113 → 2.5.115

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.
@@ -308,7 +308,7 @@ interface HaexHubConfig {
308
308
  manifest?: ExtensionManifest;
309
309
  }
310
310
  interface WebRequestOptions {
311
- method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
311
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | "PROPFIND" | "REPORT" | "MKCALENDAR" | "MKCOL" | "COPY" | "MOVE" | "LOCK" | "UNLOCK" | (string & {});
312
312
  headers?: Record<string, string>;
313
313
  body?: string | ArrayBuffer | Blob;
314
314
  timeout?: number;
@@ -308,7 +308,7 @@ interface HaexHubConfig {
308
308
  manifest?: ExtensionManifest;
309
309
  }
310
310
  interface WebRequestOptions {
311
- method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
311
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | "PROPFIND" | "REPORT" | "MKCALENDAR" | "MKCOL" | "COPY" | "MOVE" | "LOCK" | "UNLOCK" | (string & {});
312
312
  headers?: Record<string, string>;
313
313
  body?: string | ArrayBuffer | Blob;
314
314
  timeout?: number;
package/dist/vue.d.mts CHANGED
@@ -1,7 +1,7 @@
1
- import { H as HaexVaultSdk, S as StorageAPI } from './client-Dfy9UQeu.mjs';
1
+ import { H as HaexVaultSdk, S as StorageAPI } from './client-DSvkG_lC.mjs';
2
2
  import * as drizzle_orm_sqlite_proxy from 'drizzle-orm/sqlite-proxy';
3
3
  import { Ref } from 'vue';
4
- import { H as HaexHubConfig } from './types-gfc9eCL4.mjs';
4
+ import { H as HaexHubConfig } from './types-neLTvZJ_.mjs';
5
5
 
6
6
  /**
7
7
  * Vue 3 composable for HaexVault SDK
package/dist/vue.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { H as HaexVaultSdk, S as StorageAPI } from './client-Dhn288AJ.js';
1
+ import { H as HaexVaultSdk, S as StorageAPI } from './client-CA59HZfa.js';
2
2
  import * as drizzle_orm_sqlite_proxy from 'drizzle-orm/sqlite-proxy';
3
3
  import { Ref } from 'vue';
4
- import { H as HaexHubConfig } from './types-gfc9eCL4.js';
4
+ import { H as HaexHubConfig } from './types-neLTvZJ_.js';
5
5
 
6
6
  /**
7
7
  * Vue 3 composable for HaexVault SDK