@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@communecter/cocolight-api-client",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "description": "Client Axios simplifié pour l'API cocolight",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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