@communecter/cocolight-api-client 1.0.63 → 1.0.64
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/cocolight-api-client.browser.js +1 -1
- package/dist/cocolight-api-client.cjs +1 -1
- package/dist/cocolight-api-client.mjs.js +1 -1
- package/dist/cocolight-api-client.vite.mjs.js +1 -1
- package/dist/cocolight-api-client.vite.mjs.js.map +1 -1
- package/package.json +1 -1
- package/src/api/BaseEntity.ts +1 -0
package/package.json
CHANGED
package/src/api/BaseEntity.ts
CHANGED
|
@@ -1018,6 +1018,7 @@ export class BaseEntity<TServerData = any> {
|
|
|
1018
1018
|
if (!allowedMimeTypes.includes(mimeType)) {
|
|
1019
1019
|
throw new ApiValidationError("Le type du fichier est invalide.", 400, ["Le type du fichier est invalide"]);
|
|
1020
1020
|
}
|
|
1021
|
+
output = input;
|
|
1021
1022
|
}
|
|
1022
1023
|
|
|
1023
1024
|
// Navigateur : Blob
|