@howone/sdk 0.3.11 → 0.3.12
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.js +1 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2540,11 +2540,7 @@ function createUploadClient(req, projectId) {
|
|
|
2540
2540
|
signal: options?.signal
|
|
2541
2541
|
});
|
|
2542
2542
|
return {
|
|
2543
|
-
url: response.
|
|
2544
|
-
thumbnailUrl: response.thumbnailUrl,
|
|
2545
|
-
id: response.id,
|
|
2546
|
-
size: response.size,
|
|
2547
|
-
mimeType: response.mimeType || response.contentType
|
|
2543
|
+
url: response.data.publicUrl
|
|
2548
2544
|
};
|
|
2549
2545
|
},
|
|
2550
2546
|
/**
|