@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.
- package/dist/{client-Dhn288AJ.d.ts → client-CA59HZfa.d.ts} +1 -1
- package/dist/{client-Dfy9UQeu.d.mts → client-DSvkG_lC.d.mts} +1 -1
- package/dist/index.d.mts +6 -5
- package/dist/index.d.ts +6 -5
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/node.d.mts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/react.js.map +1 -1
- package/dist/react.mjs.map +1 -1
- package/dist/runtime/nuxt.plugin.client.d.mts +2 -2
- package/dist/runtime/nuxt.plugin.client.d.ts +2 -2
- package/dist/runtime/nuxt.plugin.client.js.map +1 -1
- package/dist/runtime/nuxt.plugin.client.mjs.map +1 -1
- package/dist/svelte.d.mts +2 -2
- package/dist/svelte.d.ts +2 -2
- package/dist/svelte.js.map +1 -1
- package/dist/svelte.mjs.map +1 -1
- package/dist/{types-gfc9eCL4.d.mts → types-neLTvZJ_.d.mts} +1 -1
- package/dist/{types-gfc9eCL4.d.ts → types-neLTvZJ_.d.ts} +1 -1
- package/dist/vue.d.mts +2 -2
- package/dist/vue.d.ts +2 -2
- package/dist/vue.js.map +1 -1
- package/dist/vue.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
4
|
+
import { H as HaexHubConfig } from './types-neLTvZJ_.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Vue 3 composable for HaexVault SDK
|