@haex-space/vault-sdk 2.5.32 → 2.5.34
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-jH1y-T2e.d.mts → client-BkN93lDI.d.mts} +1 -1
- package/dist/{client-Crs2CqUM.d.ts → client-t6HbiM76.d.ts} +1 -1
- package/dist/index.d.mts +24 -24
- package/dist/index.d.ts +24 -24
- package/dist/index.js +24 -24
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -24
- package/dist/index.mjs.map +1 -1
- package/dist/react.d.mts +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/react.js +24 -24
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +24 -24
- package/dist/react.mjs.map +1 -1
- package/dist/runtime/nuxt.plugin.client.d.mts +1 -1
- package/dist/runtime/nuxt.plugin.client.d.ts +1 -1
- package/dist/runtime/nuxt.plugin.client.js +24 -24
- package/dist/runtime/nuxt.plugin.client.js.map +1 -1
- package/dist/runtime/nuxt.plugin.client.mjs +24 -24
- package/dist/runtime/nuxt.plugin.client.mjs.map +1 -1
- package/dist/svelte.d.mts +1 -1
- package/dist/svelte.d.ts +1 -1
- package/dist/svelte.js +24 -24
- package/dist/svelte.js.map +1 -1
- package/dist/svelte.mjs +24 -24
- package/dist/svelte.mjs.map +1 -1
- package/dist/vue.d.mts +1 -1
- package/dist/vue.d.ts +1 -1
- package/dist/vue.js +24 -24
- package/dist/vue.js.map +1 -1
- package/dist/vue.mjs +24 -24
- package/dist/vue.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -513,4 +513,4 @@ declare class HaexVaultSdk {
|
|
|
513
513
|
private log;
|
|
514
514
|
}
|
|
515
515
|
|
|
516
|
-
export { type AddBackendOptions as A, type BackendConfig as B, type CreateSpaceOptions as C, DatabaseAPI as D, FilesystemAPI as F, HaexVaultSdk as H, type ListFilesOptions as L, PermissionsAPI as P, StorageAPI as S, type UpdateSyncRuleOptions as U, WebAPI as W, FileSyncAPI as a, type FileSpace as b, type FileInfo as c, type FileSyncState as d, type StorageBackendInfo as e, type StorageBackendType as f, type S3BackendConfig as g, type SyncRule as h, type SyncDirection as i, type SyncStatus as j, type SyncError as k, type SyncProgress as l, type AddSyncRuleOptions as m, type
|
|
516
|
+
export { type AddBackendOptions as A, type BackendConfig as B, type CreateSpaceOptions as C, DatabaseAPI as D, FilesystemAPI as F, HaexVaultSdk as H, type ListFilesOptions as L, PermissionsAPI as P, StorageAPI as S, type UpdateSyncRuleOptions as U, WebAPI as W, FileSyncAPI as a, type FileSpace as b, type FileInfo as c, type FileSyncState as d, type StorageBackendInfo as e, type StorageBackendType as f, type S3BackendConfig as g, type SyncRule as h, type SyncDirection as i, type SyncStatus as j, type SyncError as k, type SyncProgress as l, type AddSyncRuleOptions as m, type ScanLocalOptions as n, type UploadFileOptions as o, type DownloadFileOptions as p, type LocalFileInfo as q, FILE_SYNC_STATE as r, SYNC_DIRECTION as s, STORAGE_BACKEND_TYPE as t };
|
|
@@ -513,4 +513,4 @@ declare class HaexVaultSdk {
|
|
|
513
513
|
private log;
|
|
514
514
|
}
|
|
515
515
|
|
|
516
|
-
export { type AddBackendOptions as A, type BackendConfig as B, type CreateSpaceOptions as C, DatabaseAPI as D, FilesystemAPI as F, HaexVaultSdk as H, type ListFilesOptions as L, PermissionsAPI as P, StorageAPI as S, type UpdateSyncRuleOptions as U, WebAPI as W, FileSyncAPI as a, type FileSpace as b, type FileInfo as c, type FileSyncState as d, type StorageBackendInfo as e, type StorageBackendType as f, type S3BackendConfig as g, type SyncRule as h, type SyncDirection as i, type SyncStatus as j, type SyncError as k, type SyncProgress as l, type AddSyncRuleOptions as m, type
|
|
516
|
+
export { type AddBackendOptions as A, type BackendConfig as B, type CreateSpaceOptions as C, DatabaseAPI as D, FilesystemAPI as F, HaexVaultSdk as H, type ListFilesOptions as L, PermissionsAPI as P, StorageAPI as S, type UpdateSyncRuleOptions as U, WebAPI as W, FileSyncAPI as a, type FileSpace as b, type FileInfo as c, type FileSyncState as d, type StorageBackendInfo as e, type StorageBackendType as f, type S3BackendConfig as g, type SyncRule as h, type SyncDirection as i, type SyncStatus as j, type SyncError as k, type SyncProgress as l, type AddSyncRuleOptions as m, type ScanLocalOptions as n, type UploadFileOptions as o, type DownloadFileOptions as p, type LocalFileInfo as q, FILE_SYNC_STATE as r, SYNC_DIRECTION as s, STORAGE_BACKEND_TYPE as t };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { H as HaexVaultSdk } from './client-
|
|
2
|
-
export { A as AddBackendOptions, m as AddSyncRuleOptions, B as BackendConfig, C as CreateSpaceOptions, D as DatabaseAPI,
|
|
1
|
+
import { H as HaexVaultSdk } from './client-BkN93lDI.mjs';
|
|
2
|
+
export { A as AddBackendOptions, m as AddSyncRuleOptions, B as BackendConfig, C as CreateSpaceOptions, D as DatabaseAPI, p as DownloadFileOptions, r as FILE_SYNC_STATE, c as FileInfo, b as FileSpace, a as FileSyncAPI, d as FileSyncState, F as FilesystemAPI, L as ListFilesOptions, q as LocalFileInfo, P as PermissionsAPI, g as S3BackendConfig, t as STORAGE_BACKEND_TYPE, s as SYNC_DIRECTION, n as ScanLocalOptions, e as StorageBackendInfo, f as StorageBackendType, i as SyncDirection, k as SyncError, l as SyncProgress, h as SyncRule, j as SyncStatus, U as UpdateSyncRuleOptions, o as UploadFileOptions, W as WebAPI } from './client-BkN93lDI.mjs';
|
|
3
3
|
import { E as ExtensionManifest, H as HaexHubConfig } from './types-DiXJ5SF6.mjs';
|
|
4
4
|
export { A as ApplicationContext, t as AuthorizedClient, B as BlockedClient, C as ContextChangedEvent, F as DEFAULT_TIMEOUT, o as DatabaseColumnInfo, m as DatabaseExecuteParams, k as DatabasePermission, d as DatabasePermissionRequest, l as DatabaseQueryParams, D as DatabaseQueryResult, n as DatabaseTableInfo, U as EXTERNAL_EVENTS, z as ErrorCode, g as EventCallback, a as ExtensionInfo, v as ExternalAuthDecision, x as ExternalConnection, J as ExternalConnectionErrorCode, I as ExternalConnectionState, V as ExternalEvent, s as ExternalRequest, r as ExternalRequestEvent, e as ExternalRequestHandler, f as ExternalResponse, O as HAEXTENSION_EVENTS, j as HaexHubEvent, h as HaexHubRequest, i as HaexHubResponse, N as HaexVaultSdkError, Q as HaextensionEvent, u as PendingAuthorization, P as PermissionResponse, y as PermissionStatus, R as RequestedExtension, p as SearchQuery, q as SearchRequestEvent, S as SearchResult, w as SessionAuthorization, T as TABLE_SEPARATOR, W as WebRequestOptions, c as WebResponse, L as canExternalClientSendRequests, G as getTableName, K as isExternalClientConnected } from './types-DiXJ5SF6.mjs';
|
|
5
5
|
export { H as HaextensionConfig } from './config-D_HXjsEV.mjs';
|
|
@@ -208,29 +208,29 @@ declare const TAURI_COMMANDS: {
|
|
|
208
208
|
readonly getContext: "webview_extension_context_get";
|
|
209
209
|
};
|
|
210
210
|
readonly filesync: {
|
|
211
|
-
readonly listSpaces: "
|
|
212
|
-
readonly createSpace: "
|
|
213
|
-
readonly deleteSpace: "
|
|
214
|
-
readonly listFiles: "
|
|
215
|
-
readonly getFile: "
|
|
216
|
-
readonly uploadFile: "
|
|
217
|
-
readonly downloadFile: "
|
|
218
|
-
readonly deleteFile: "
|
|
219
|
-
readonly listBackends: "
|
|
220
|
-
readonly addBackend: "
|
|
221
|
-
readonly removeBackend: "
|
|
222
|
-
readonly testBackend: "
|
|
223
|
-
readonly listSyncRules: "
|
|
224
|
-
readonly addSyncRule: "
|
|
225
|
-
readonly updateSyncRule: "
|
|
226
|
-
readonly removeSyncRule: "
|
|
227
|
-
readonly getSyncStatus: "
|
|
228
|
-
readonly triggerSync: "
|
|
229
|
-
readonly pauseSync: "
|
|
230
|
-
readonly resumeSync: "
|
|
231
|
-
readonly resolveConflict: "
|
|
211
|
+
readonly listSpaces: "webview_filesync_list_spaces";
|
|
212
|
+
readonly createSpace: "webview_filesync_create_space";
|
|
213
|
+
readonly deleteSpace: "webview_filesync_delete_space";
|
|
214
|
+
readonly listFiles: "webview_filesync_list_files";
|
|
215
|
+
readonly getFile: "webview_filesync_get_file";
|
|
216
|
+
readonly uploadFile: "webview_filesync_upload_file";
|
|
217
|
+
readonly downloadFile: "webview_filesync_download_file";
|
|
218
|
+
readonly deleteFile: "webview_filesync_delete_file";
|
|
219
|
+
readonly listBackends: "webview_filesync_list_backends";
|
|
220
|
+
readonly addBackend: "webview_filesync_add_backend";
|
|
221
|
+
readonly removeBackend: "webview_filesync_remove_backend";
|
|
222
|
+
readonly testBackend: "webview_filesync_test_backend";
|
|
223
|
+
readonly listSyncRules: "webview_filesync_list_sync_rules";
|
|
224
|
+
readonly addSyncRule: "webview_filesync_add_sync_rule";
|
|
225
|
+
readonly updateSyncRule: "webview_filesync_update_sync_rule";
|
|
226
|
+
readonly removeSyncRule: "webview_filesync_remove_sync_rule";
|
|
227
|
+
readonly getSyncStatus: "webview_filesync_get_sync_status";
|
|
228
|
+
readonly triggerSync: "webview_filesync_trigger_sync";
|
|
229
|
+
readonly pauseSync: "webview_filesync_pause_sync";
|
|
230
|
+
readonly resumeSync: "webview_filesync_resume_sync";
|
|
231
|
+
readonly resolveConflict: "webview_filesync_resolve_conflict";
|
|
232
232
|
readonly selectFolder: "filesync_select_folder";
|
|
233
|
-
readonly scanLocal: "
|
|
233
|
+
readonly scanLocal: "webview_filesync_scan_local";
|
|
234
234
|
};
|
|
235
235
|
};
|
|
236
236
|
type TauriCommand = (typeof TAURI_COMMANDS.database)[keyof typeof TAURI_COMMANDS.database] | (typeof TAURI_COMMANDS.permissions)[keyof typeof TAURI_COMMANDS.permissions] | (typeof TAURI_COMMANDS.web)[keyof typeof TAURI_COMMANDS.web] | (typeof TAURI_COMMANDS.filesystem)[keyof typeof TAURI_COMMANDS.filesystem] | (typeof TAURI_COMMANDS.external)[keyof typeof TAURI_COMMANDS.external] | (typeof TAURI_COMMANDS.extension)[keyof typeof TAURI_COMMANDS.extension] | (typeof TAURI_COMMANDS.filesync)[keyof typeof TAURI_COMMANDS.filesync];
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { H as HaexVaultSdk } from './client-
|
|
2
|
-
export { A as AddBackendOptions, m as AddSyncRuleOptions, B as BackendConfig, C as CreateSpaceOptions, D as DatabaseAPI,
|
|
1
|
+
import { H as HaexVaultSdk } from './client-t6HbiM76.js';
|
|
2
|
+
export { A as AddBackendOptions, m as AddSyncRuleOptions, B as BackendConfig, C as CreateSpaceOptions, D as DatabaseAPI, p as DownloadFileOptions, r as FILE_SYNC_STATE, c as FileInfo, b as FileSpace, a as FileSyncAPI, d as FileSyncState, F as FilesystemAPI, L as ListFilesOptions, q as LocalFileInfo, P as PermissionsAPI, g as S3BackendConfig, t as STORAGE_BACKEND_TYPE, s as SYNC_DIRECTION, n as ScanLocalOptions, e as StorageBackendInfo, f as StorageBackendType, i as SyncDirection, k as SyncError, l as SyncProgress, h as SyncRule, j as SyncStatus, U as UpdateSyncRuleOptions, o as UploadFileOptions, W as WebAPI } from './client-t6HbiM76.js';
|
|
3
3
|
import { E as ExtensionManifest, H as HaexHubConfig } from './types-DiXJ5SF6.js';
|
|
4
4
|
export { A as ApplicationContext, t as AuthorizedClient, B as BlockedClient, C as ContextChangedEvent, F as DEFAULT_TIMEOUT, o as DatabaseColumnInfo, m as DatabaseExecuteParams, k as DatabasePermission, d as DatabasePermissionRequest, l as DatabaseQueryParams, D as DatabaseQueryResult, n as DatabaseTableInfo, U as EXTERNAL_EVENTS, z as ErrorCode, g as EventCallback, a as ExtensionInfo, v as ExternalAuthDecision, x as ExternalConnection, J as ExternalConnectionErrorCode, I as ExternalConnectionState, V as ExternalEvent, s as ExternalRequest, r as ExternalRequestEvent, e as ExternalRequestHandler, f as ExternalResponse, O as HAEXTENSION_EVENTS, j as HaexHubEvent, h as HaexHubRequest, i as HaexHubResponse, N as HaexVaultSdkError, Q as HaextensionEvent, u as PendingAuthorization, P as PermissionResponse, y as PermissionStatus, R as RequestedExtension, p as SearchQuery, q as SearchRequestEvent, S as SearchResult, w as SessionAuthorization, T as TABLE_SEPARATOR, W as WebRequestOptions, c as WebResponse, L as canExternalClientSendRequests, G as getTableName, K as isExternalClientConnected } from './types-DiXJ5SF6.js';
|
|
5
5
|
export { H as HaextensionConfig } from './config-D_HXjsEV.js';
|
|
@@ -208,29 +208,29 @@ declare const TAURI_COMMANDS: {
|
|
|
208
208
|
readonly getContext: "webview_extension_context_get";
|
|
209
209
|
};
|
|
210
210
|
readonly filesync: {
|
|
211
|
-
readonly listSpaces: "
|
|
212
|
-
readonly createSpace: "
|
|
213
|
-
readonly deleteSpace: "
|
|
214
|
-
readonly listFiles: "
|
|
215
|
-
readonly getFile: "
|
|
216
|
-
readonly uploadFile: "
|
|
217
|
-
readonly downloadFile: "
|
|
218
|
-
readonly deleteFile: "
|
|
219
|
-
readonly listBackends: "
|
|
220
|
-
readonly addBackend: "
|
|
221
|
-
readonly removeBackend: "
|
|
222
|
-
readonly testBackend: "
|
|
223
|
-
readonly listSyncRules: "
|
|
224
|
-
readonly addSyncRule: "
|
|
225
|
-
readonly updateSyncRule: "
|
|
226
|
-
readonly removeSyncRule: "
|
|
227
|
-
readonly getSyncStatus: "
|
|
228
|
-
readonly triggerSync: "
|
|
229
|
-
readonly pauseSync: "
|
|
230
|
-
readonly resumeSync: "
|
|
231
|
-
readonly resolveConflict: "
|
|
211
|
+
readonly listSpaces: "webview_filesync_list_spaces";
|
|
212
|
+
readonly createSpace: "webview_filesync_create_space";
|
|
213
|
+
readonly deleteSpace: "webview_filesync_delete_space";
|
|
214
|
+
readonly listFiles: "webview_filesync_list_files";
|
|
215
|
+
readonly getFile: "webview_filesync_get_file";
|
|
216
|
+
readonly uploadFile: "webview_filesync_upload_file";
|
|
217
|
+
readonly downloadFile: "webview_filesync_download_file";
|
|
218
|
+
readonly deleteFile: "webview_filesync_delete_file";
|
|
219
|
+
readonly listBackends: "webview_filesync_list_backends";
|
|
220
|
+
readonly addBackend: "webview_filesync_add_backend";
|
|
221
|
+
readonly removeBackend: "webview_filesync_remove_backend";
|
|
222
|
+
readonly testBackend: "webview_filesync_test_backend";
|
|
223
|
+
readonly listSyncRules: "webview_filesync_list_sync_rules";
|
|
224
|
+
readonly addSyncRule: "webview_filesync_add_sync_rule";
|
|
225
|
+
readonly updateSyncRule: "webview_filesync_update_sync_rule";
|
|
226
|
+
readonly removeSyncRule: "webview_filesync_remove_sync_rule";
|
|
227
|
+
readonly getSyncStatus: "webview_filesync_get_sync_status";
|
|
228
|
+
readonly triggerSync: "webview_filesync_trigger_sync";
|
|
229
|
+
readonly pauseSync: "webview_filesync_pause_sync";
|
|
230
|
+
readonly resumeSync: "webview_filesync_resume_sync";
|
|
231
|
+
readonly resolveConflict: "webview_filesync_resolve_conflict";
|
|
232
232
|
readonly selectFolder: "filesync_select_folder";
|
|
233
|
-
readonly scanLocal: "
|
|
233
|
+
readonly scanLocal: "webview_filesync_scan_local";
|
|
234
234
|
};
|
|
235
235
|
};
|
|
236
236
|
type TauriCommand = (typeof TAURI_COMMANDS.database)[keyof typeof TAURI_COMMANDS.database] | (typeof TAURI_COMMANDS.permissions)[keyof typeof TAURI_COMMANDS.permissions] | (typeof TAURI_COMMANDS.web)[keyof typeof TAURI_COMMANDS.web] | (typeof TAURI_COMMANDS.filesystem)[keyof typeof TAURI_COMMANDS.filesystem] | (typeof TAURI_COMMANDS.external)[keyof typeof TAURI_COMMANDS.external] | (typeof TAURI_COMMANDS.extension)[keyof typeof TAURI_COMMANDS.extension] | (typeof TAURI_COMMANDS.filesync)[keyof typeof TAURI_COMMANDS.filesync];
|
package/dist/index.js
CHANGED
|
@@ -1368,36 +1368,36 @@ var TAURI_COMMANDS = {
|
|
|
1368
1368
|
getContext: "webview_extension_context_get"
|
|
1369
1369
|
},
|
|
1370
1370
|
filesync: {
|
|
1371
|
-
// Spaces
|
|
1372
|
-
listSpaces: "
|
|
1373
|
-
createSpace: "
|
|
1374
|
-
deleteSpace: "
|
|
1371
|
+
// Spaces (webview_* commands extract extension info from WebviewWindow)
|
|
1372
|
+
listSpaces: "webview_filesync_list_spaces",
|
|
1373
|
+
createSpace: "webview_filesync_create_space",
|
|
1374
|
+
deleteSpace: "webview_filesync_delete_space",
|
|
1375
1375
|
// Files
|
|
1376
|
-
listFiles: "
|
|
1377
|
-
getFile: "
|
|
1378
|
-
uploadFile: "
|
|
1379
|
-
downloadFile: "
|
|
1380
|
-
deleteFile: "
|
|
1376
|
+
listFiles: "webview_filesync_list_files",
|
|
1377
|
+
getFile: "webview_filesync_get_file",
|
|
1378
|
+
uploadFile: "webview_filesync_upload_file",
|
|
1379
|
+
downloadFile: "webview_filesync_download_file",
|
|
1380
|
+
deleteFile: "webview_filesync_delete_file",
|
|
1381
1381
|
// Backends
|
|
1382
|
-
listBackends: "
|
|
1383
|
-
addBackend: "
|
|
1384
|
-
removeBackend: "
|
|
1385
|
-
testBackend: "
|
|
1382
|
+
listBackends: "webview_filesync_list_backends",
|
|
1383
|
+
addBackend: "webview_filesync_add_backend",
|
|
1384
|
+
removeBackend: "webview_filesync_remove_backend",
|
|
1385
|
+
testBackend: "webview_filesync_test_backend",
|
|
1386
1386
|
// Sync Rules
|
|
1387
|
-
listSyncRules: "
|
|
1388
|
-
addSyncRule: "
|
|
1389
|
-
updateSyncRule: "
|
|
1390
|
-
removeSyncRule: "
|
|
1387
|
+
listSyncRules: "webview_filesync_list_sync_rules",
|
|
1388
|
+
addSyncRule: "webview_filesync_add_sync_rule",
|
|
1389
|
+
updateSyncRule: "webview_filesync_update_sync_rule",
|
|
1390
|
+
removeSyncRule: "webview_filesync_remove_sync_rule",
|
|
1391
1391
|
// Sync Operations
|
|
1392
|
-
getSyncStatus: "
|
|
1393
|
-
triggerSync: "
|
|
1394
|
-
pauseSync: "
|
|
1395
|
-
resumeSync: "
|
|
1392
|
+
getSyncStatus: "webview_filesync_get_sync_status",
|
|
1393
|
+
triggerSync: "webview_filesync_trigger_sync",
|
|
1394
|
+
pauseSync: "webview_filesync_pause_sync",
|
|
1395
|
+
resumeSync: "webview_filesync_resume_sync",
|
|
1396
1396
|
// Conflict Resolution
|
|
1397
|
-
resolveConflict: "
|
|
1398
|
-
// UI Helpers
|
|
1397
|
+
resolveConflict: "webview_filesync_resolve_conflict",
|
|
1398
|
+
// UI Helpers (selectFolder doesn't need extension info)
|
|
1399
1399
|
selectFolder: "filesync_select_folder",
|
|
1400
|
-
scanLocal: "
|
|
1400
|
+
scanLocal: "webview_filesync_scan_local"
|
|
1401
1401
|
}
|
|
1402
1402
|
};
|
|
1403
1403
|
|