hydrousdb 3.5.5 → 3.5.6
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.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -287,20 +287,20 @@ var AUTH = {
|
|
|
287
287
|
var STORAGE = {
|
|
288
288
|
base: "/storage",
|
|
289
289
|
upload: "/storage/upload",
|
|
290
|
-
uploadRaw: "/storage/upload
|
|
291
|
-
uploadUrl: "/storage/upload
|
|
292
|
-
confirm: "/storage/
|
|
293
|
-
batchUploadUrls: "/storage/upload
|
|
294
|
-
batchConfirm: "/storage/
|
|
290
|
+
uploadRaw: "/storage/upload-raw",
|
|
291
|
+
uploadUrl: "/storage/upload-url",
|
|
292
|
+
confirm: "/storage/confirm",
|
|
293
|
+
batchUploadUrls: "/storage/batch-upload-urls",
|
|
294
|
+
batchConfirm: "/storage/batch-confirm",
|
|
295
295
|
download: (encodedPath) => `/storage/download/${encodedPath}`,
|
|
296
|
-
batchDownload: "/storage/download
|
|
296
|
+
batchDownload: "/storage/batch-download",
|
|
297
297
|
list: "/storage/list",
|
|
298
298
|
metadata: (encodedPath) => `/storage/metadata/${encodedPath}`,
|
|
299
299
|
signedUrl: "/storage/signed-url",
|
|
300
300
|
visibility: "/storage/visibility",
|
|
301
301
|
folder: "/storage/folder",
|
|
302
302
|
file: "/storage/file",
|
|
303
|
-
folderDelete: "/storage/folder
|
|
303
|
+
folderDelete: "/storage/folder",
|
|
304
304
|
move: "/storage/move",
|
|
305
305
|
copy: "/storage/copy",
|
|
306
306
|
stats: "/storage/stats",
|