@haex-space/vault-sdk 2.5.37 → 2.5.42
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-BF1XJY-3.d.mts → client-BAu3VPE3.d.mts} +264 -4
- package/dist/{client-D1sxoc42.d.ts → client-CF0wJxT2.d.ts} +264 -4
- package/dist/index.d.mts +68 -28
- package/dist/index.d.ts +68 -28
- package/dist/index.js +373 -80
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +371 -81
- 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 +346 -80
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +346 -80
- 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 +346 -80
- package/dist/runtime/nuxt.plugin.client.js.map +1 -1
- package/dist/runtime/nuxt.plugin.client.mjs +346 -80
- 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 +346 -80
- package/dist/svelte.js.map +1 -1
- package/dist/svelte.mjs +346 -80
- 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 +346 -80
- package/dist/vue.js.map +1 -1
- package/dist/vue.mjs +346 -80
- package/dist/vue.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { H as HaexVaultSdk } from './client-
|
|
2
|
-
export {
|
|
1
|
+
import { H as HaexVaultSdk } from './client-BAu3VPE3.mjs';
|
|
2
|
+
export { q as AddBackendOptions, r as AddSyncRuleOptions, y as AddToQueueOptions, B as BackendConfig, M as CONFLICT_STRATEGY, C as ConflictStrategy, p as CreateSpaceOptions, D as DatabaseAPI, u as DownloadFileOptions, I as FILE_SYNC_STATE, f as FileInfo, e as FileSpace, a as FileSyncAPI, g as FileSyncState, F as FilesystemAPI, G as GetQueueOptions, L as ListFilesOptions, v as LocalFileInfo, P as PermissionsAPI, N as QUEUE_OPERATION, O as QUEUE_STATUS, z as QueueFileEntry, Q as QueueOperation, w as QueueStatus, E as QueueSummary, A as RemoteAddBackendRequest, c as RemoteS3Config, R as RemoteStorageAPI, b as RemoteStorageBackendInfo, d as RemoteStorageObjectInfo, j as S3BackendConfig, K as STORAGE_BACKEND_TYPE, J as SYNC_DIRECTION, s as ScanLocalOptions, h as StorageBackendInfo, i as StorageBackendType, l as SyncDirection, n as SyncError, o as SyncProgress, x as SyncQueueEntry, k as SyncRule, m as SyncStatus, U as UpdateSyncRuleOptions, t as UploadFileOptions, W as WebAPI } from './client-BAu3VPE3.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';
|
|
@@ -103,31 +103,41 @@ declare const HAEXTENSION_METHODS: {
|
|
|
103
103
|
readonly saveFile: "haextension:filesystem:save-file";
|
|
104
104
|
readonly openFile: "haextension:filesystem:open-file";
|
|
105
105
|
readonly showImage: "haextension:filesystem:show-image";
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
106
|
+
};
|
|
107
|
+
readonly filesync: {
|
|
108
|
+
readonly listSpaces: "haextension:filesync:list-spaces";
|
|
109
|
+
readonly createSpace: "haextension:filesync:create-space";
|
|
110
|
+
readonly deleteSpace: "haextension:filesync:delete-space";
|
|
111
|
+
readonly listFiles: "haextension:filesync:list-files";
|
|
112
|
+
readonly getFile: "haextension:filesync:get-file";
|
|
113
|
+
readonly uploadFile: "haextension:filesync:upload-file";
|
|
114
|
+
readonly downloadFile: "haextension:filesync:download-file";
|
|
115
|
+
readonly deleteFile: "haextension:filesync:delete-file";
|
|
116
|
+
readonly listBackends: "haextension:filesync:list-backends";
|
|
117
|
+
readonly addBackend: "haextension:filesync:add-backend";
|
|
118
|
+
readonly removeBackend: "haextension:filesync:remove-backend";
|
|
119
|
+
readonly testBackend: "haextension:filesync:test-backend";
|
|
120
|
+
readonly listSyncRules: "haextension:filesync:list-sync-rules";
|
|
121
|
+
readonly addSyncRule: "haextension:filesync:add-sync-rule";
|
|
122
|
+
readonly updateSyncRule: "haextension:filesync:update-sync-rule";
|
|
123
|
+
readonly removeSyncRule: "haextension:filesync:remove-sync-rule";
|
|
124
|
+
readonly getSyncStatus: "haextension:filesync:get-sync-status";
|
|
125
|
+
readonly triggerSync: "haextension:filesync:trigger-sync";
|
|
126
|
+
readonly pauseSync: "haextension:filesync:pause-sync";
|
|
127
|
+
readonly resumeSync: "haextension:filesync:resume-sync";
|
|
128
|
+
readonly resolveConflict: "haextension:filesync:resolve-conflict";
|
|
129
|
+
readonly selectFolder: "haextension:filesync:select-folder";
|
|
130
|
+
readonly scanLocal: "haextension:filesync:scan-local";
|
|
131
|
+
readonly addToQueue: "haextension:filesync:add-to-queue";
|
|
132
|
+
readonly getQueue: "haextension:filesync:get-queue";
|
|
133
|
+
readonly getQueueSummary: "haextension:filesync:get-queue-summary";
|
|
134
|
+
readonly startQueueEntry: "haextension:filesync:start-queue-entry";
|
|
135
|
+
readonly completeQueueEntry: "haextension:filesync:complete-queue-entry";
|
|
136
|
+
readonly failQueueEntry: "haextension:filesync:fail-queue-entry";
|
|
137
|
+
readonly retryFailedQueue: "haextension:filesync:retry-failed-queue";
|
|
138
|
+
readonly removeQueueEntry: "haextension:filesync:remove-queue-entry";
|
|
139
|
+
readonly clearQueue: "haextension:filesync:clear-queue";
|
|
140
|
+
readonly recoverQueue: "haextension:filesync:recover-queue";
|
|
131
141
|
};
|
|
132
142
|
readonly storage: {
|
|
133
143
|
readonly getItem: "haextension:storage:get-item";
|
|
@@ -136,6 +146,16 @@ declare const HAEXTENSION_METHODS: {
|
|
|
136
146
|
readonly clear: "haextension:storage:clear";
|
|
137
147
|
readonly keys: "haextension:storage:keys";
|
|
138
148
|
};
|
|
149
|
+
readonly remoteStorage: {
|
|
150
|
+
readonly listBackends: "haextension:remote-storage:list-backends";
|
|
151
|
+
readonly addBackend: "haextension:remote-storage:add-backend";
|
|
152
|
+
readonly removeBackend: "haextension:remote-storage:remove-backend";
|
|
153
|
+
readonly testBackend: "haextension:remote-storage:test-backend";
|
|
154
|
+
readonly upload: "haextension:remote-storage:upload";
|
|
155
|
+
readonly download: "haextension:remote-storage:download";
|
|
156
|
+
readonly delete: "haextension:remote-storage:delete";
|
|
157
|
+
readonly list: "haextension:remote-storage:list";
|
|
158
|
+
};
|
|
139
159
|
readonly web: {
|
|
140
160
|
readonly fetch: "haextension:web:fetch";
|
|
141
161
|
};
|
|
@@ -207,6 +227,16 @@ declare const TAURI_COMMANDS: {
|
|
|
207
227
|
readonly getInfo: "webview_extension_get_info";
|
|
208
228
|
readonly getContext: "webview_extension_context_get";
|
|
209
229
|
};
|
|
230
|
+
readonly storage: {
|
|
231
|
+
readonly listBackends: "storage_list_backends";
|
|
232
|
+
readonly addBackend: "storage_add_backend";
|
|
233
|
+
readonly removeBackend: "storage_remove_backend";
|
|
234
|
+
readonly testBackend: "storage_test_backend";
|
|
235
|
+
readonly upload: "storage_upload";
|
|
236
|
+
readonly download: "storage_download";
|
|
237
|
+
readonly delete: "storage_delete";
|
|
238
|
+
readonly list: "storage_list";
|
|
239
|
+
};
|
|
210
240
|
readonly filesync: {
|
|
211
241
|
readonly listSpaces: "webview_filesync_list_spaces";
|
|
212
242
|
readonly createSpace: "webview_filesync_create_space";
|
|
@@ -231,9 +261,19 @@ declare const TAURI_COMMANDS: {
|
|
|
231
261
|
readonly resolveConflict: "webview_filesync_resolve_conflict";
|
|
232
262
|
readonly selectFolder: "filesync_select_folder";
|
|
233
263
|
readonly scanLocal: "webview_filesync_scan_local";
|
|
264
|
+
readonly addToQueue: "webview_filesync_add_to_queue";
|
|
265
|
+
readonly getQueue: "webview_filesync_get_queue";
|
|
266
|
+
readonly getQueueSummary: "webview_filesync_get_queue_summary";
|
|
267
|
+
readonly startQueueEntry: "webview_filesync_start_queue_entry";
|
|
268
|
+
readonly completeQueueEntry: "webview_filesync_complete_queue_entry";
|
|
269
|
+
readonly failQueueEntry: "webview_filesync_fail_queue_entry";
|
|
270
|
+
readonly retryFailedQueue: "webview_filesync_retry_failed_queue";
|
|
271
|
+
readonly removeQueueEntry: "webview_filesync_remove_queue_entry";
|
|
272
|
+
readonly clearQueue: "webview_filesync_clear_queue";
|
|
273
|
+
readonly recoverQueue: "webview_filesync_recover_queue";
|
|
234
274
|
};
|
|
235
275
|
};
|
|
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];
|
|
276
|
+
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.storage)[keyof typeof TAURI_COMMANDS.storage] | (typeof TAURI_COMMANDS.filesync)[keyof typeof TAURI_COMMANDS.filesync];
|
|
237
277
|
|
|
238
278
|
interface VerifyResult {
|
|
239
279
|
valid: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { H as HaexVaultSdk } from './client-
|
|
2
|
-
export {
|
|
1
|
+
import { H as HaexVaultSdk } from './client-CF0wJxT2.js';
|
|
2
|
+
export { q as AddBackendOptions, r as AddSyncRuleOptions, y as AddToQueueOptions, B as BackendConfig, M as CONFLICT_STRATEGY, C as ConflictStrategy, p as CreateSpaceOptions, D as DatabaseAPI, u as DownloadFileOptions, I as FILE_SYNC_STATE, f as FileInfo, e as FileSpace, a as FileSyncAPI, g as FileSyncState, F as FilesystemAPI, G as GetQueueOptions, L as ListFilesOptions, v as LocalFileInfo, P as PermissionsAPI, N as QUEUE_OPERATION, O as QUEUE_STATUS, z as QueueFileEntry, Q as QueueOperation, w as QueueStatus, E as QueueSummary, A as RemoteAddBackendRequest, c as RemoteS3Config, R as RemoteStorageAPI, b as RemoteStorageBackendInfo, d as RemoteStorageObjectInfo, j as S3BackendConfig, K as STORAGE_BACKEND_TYPE, J as SYNC_DIRECTION, s as ScanLocalOptions, h as StorageBackendInfo, i as StorageBackendType, l as SyncDirection, n as SyncError, o as SyncProgress, x as SyncQueueEntry, k as SyncRule, m as SyncStatus, U as UpdateSyncRuleOptions, t as UploadFileOptions, W as WebAPI } from './client-CF0wJxT2.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';
|
|
@@ -103,31 +103,41 @@ declare const HAEXTENSION_METHODS: {
|
|
|
103
103
|
readonly saveFile: "haextension:filesystem:save-file";
|
|
104
104
|
readonly openFile: "haextension:filesystem:open-file";
|
|
105
105
|
readonly showImage: "haextension:filesystem:show-image";
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
106
|
+
};
|
|
107
|
+
readonly filesync: {
|
|
108
|
+
readonly listSpaces: "haextension:filesync:list-spaces";
|
|
109
|
+
readonly createSpace: "haextension:filesync:create-space";
|
|
110
|
+
readonly deleteSpace: "haextension:filesync:delete-space";
|
|
111
|
+
readonly listFiles: "haextension:filesync:list-files";
|
|
112
|
+
readonly getFile: "haextension:filesync:get-file";
|
|
113
|
+
readonly uploadFile: "haextension:filesync:upload-file";
|
|
114
|
+
readonly downloadFile: "haextension:filesync:download-file";
|
|
115
|
+
readonly deleteFile: "haextension:filesync:delete-file";
|
|
116
|
+
readonly listBackends: "haextension:filesync:list-backends";
|
|
117
|
+
readonly addBackend: "haextension:filesync:add-backend";
|
|
118
|
+
readonly removeBackend: "haextension:filesync:remove-backend";
|
|
119
|
+
readonly testBackend: "haextension:filesync:test-backend";
|
|
120
|
+
readonly listSyncRules: "haextension:filesync:list-sync-rules";
|
|
121
|
+
readonly addSyncRule: "haextension:filesync:add-sync-rule";
|
|
122
|
+
readonly updateSyncRule: "haextension:filesync:update-sync-rule";
|
|
123
|
+
readonly removeSyncRule: "haextension:filesync:remove-sync-rule";
|
|
124
|
+
readonly getSyncStatus: "haextension:filesync:get-sync-status";
|
|
125
|
+
readonly triggerSync: "haextension:filesync:trigger-sync";
|
|
126
|
+
readonly pauseSync: "haextension:filesync:pause-sync";
|
|
127
|
+
readonly resumeSync: "haextension:filesync:resume-sync";
|
|
128
|
+
readonly resolveConflict: "haextension:filesync:resolve-conflict";
|
|
129
|
+
readonly selectFolder: "haextension:filesync:select-folder";
|
|
130
|
+
readonly scanLocal: "haextension:filesync:scan-local";
|
|
131
|
+
readonly addToQueue: "haextension:filesync:add-to-queue";
|
|
132
|
+
readonly getQueue: "haextension:filesync:get-queue";
|
|
133
|
+
readonly getQueueSummary: "haextension:filesync:get-queue-summary";
|
|
134
|
+
readonly startQueueEntry: "haextension:filesync:start-queue-entry";
|
|
135
|
+
readonly completeQueueEntry: "haextension:filesync:complete-queue-entry";
|
|
136
|
+
readonly failQueueEntry: "haextension:filesync:fail-queue-entry";
|
|
137
|
+
readonly retryFailedQueue: "haextension:filesync:retry-failed-queue";
|
|
138
|
+
readonly removeQueueEntry: "haextension:filesync:remove-queue-entry";
|
|
139
|
+
readonly clearQueue: "haextension:filesync:clear-queue";
|
|
140
|
+
readonly recoverQueue: "haextension:filesync:recover-queue";
|
|
131
141
|
};
|
|
132
142
|
readonly storage: {
|
|
133
143
|
readonly getItem: "haextension:storage:get-item";
|
|
@@ -136,6 +146,16 @@ declare const HAEXTENSION_METHODS: {
|
|
|
136
146
|
readonly clear: "haextension:storage:clear";
|
|
137
147
|
readonly keys: "haextension:storage:keys";
|
|
138
148
|
};
|
|
149
|
+
readonly remoteStorage: {
|
|
150
|
+
readonly listBackends: "haextension:remote-storage:list-backends";
|
|
151
|
+
readonly addBackend: "haextension:remote-storage:add-backend";
|
|
152
|
+
readonly removeBackend: "haextension:remote-storage:remove-backend";
|
|
153
|
+
readonly testBackend: "haextension:remote-storage:test-backend";
|
|
154
|
+
readonly upload: "haextension:remote-storage:upload";
|
|
155
|
+
readonly download: "haextension:remote-storage:download";
|
|
156
|
+
readonly delete: "haextension:remote-storage:delete";
|
|
157
|
+
readonly list: "haextension:remote-storage:list";
|
|
158
|
+
};
|
|
139
159
|
readonly web: {
|
|
140
160
|
readonly fetch: "haextension:web:fetch";
|
|
141
161
|
};
|
|
@@ -207,6 +227,16 @@ declare const TAURI_COMMANDS: {
|
|
|
207
227
|
readonly getInfo: "webview_extension_get_info";
|
|
208
228
|
readonly getContext: "webview_extension_context_get";
|
|
209
229
|
};
|
|
230
|
+
readonly storage: {
|
|
231
|
+
readonly listBackends: "storage_list_backends";
|
|
232
|
+
readonly addBackend: "storage_add_backend";
|
|
233
|
+
readonly removeBackend: "storage_remove_backend";
|
|
234
|
+
readonly testBackend: "storage_test_backend";
|
|
235
|
+
readonly upload: "storage_upload";
|
|
236
|
+
readonly download: "storage_download";
|
|
237
|
+
readonly delete: "storage_delete";
|
|
238
|
+
readonly list: "storage_list";
|
|
239
|
+
};
|
|
210
240
|
readonly filesync: {
|
|
211
241
|
readonly listSpaces: "webview_filesync_list_spaces";
|
|
212
242
|
readonly createSpace: "webview_filesync_create_space";
|
|
@@ -231,9 +261,19 @@ declare const TAURI_COMMANDS: {
|
|
|
231
261
|
readonly resolveConflict: "webview_filesync_resolve_conflict";
|
|
232
262
|
readonly selectFolder: "filesync_select_folder";
|
|
233
263
|
readonly scanLocal: "webview_filesync_scan_local";
|
|
264
|
+
readonly addToQueue: "webview_filesync_add_to_queue";
|
|
265
|
+
readonly getQueue: "webview_filesync_get_queue";
|
|
266
|
+
readonly getQueueSummary: "webview_filesync_get_queue_summary";
|
|
267
|
+
readonly startQueueEntry: "webview_filesync_start_queue_entry";
|
|
268
|
+
readonly completeQueueEntry: "webview_filesync_complete_queue_entry";
|
|
269
|
+
readonly failQueueEntry: "webview_filesync_fail_queue_entry";
|
|
270
|
+
readonly retryFailedQueue: "webview_filesync_retry_failed_queue";
|
|
271
|
+
readonly removeQueueEntry: "webview_filesync_remove_queue_entry";
|
|
272
|
+
readonly clearQueue: "webview_filesync_clear_queue";
|
|
273
|
+
readonly recoverQueue: "webview_filesync_recover_queue";
|
|
234
274
|
};
|
|
235
275
|
};
|
|
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];
|
|
276
|
+
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.storage)[keyof typeof TAURI_COMMANDS.storage] | (typeof TAURI_COMMANDS.filesync)[keyof typeof TAURI_COMMANDS.filesync];
|
|
237
277
|
|
|
238
278
|
interface VerifyResult {
|
|
239
279
|
valid: boolean;
|