@communecter/cocolight-api-client 1.0.42 → 1.0.43

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.42",
3
+ "version": "1.0.43",
4
4
  "description": "Client Axios simplifié pour l'API cocolight",
5
5
  "repository": {
6
6
  "type": "git",
package/src/ApiClient.js CHANGED
@@ -102,6 +102,8 @@ export default class ApiClient extends EventEmitter {
102
102
  this._ajv = new Ajv({ strict: false, useDefaults: true, allErrors: true, verbose: true });
103
103
  addFormats(this._ajv);
104
104
 
105
+ this._ajv.addFormat("textarea", true);
106
+
105
107
  this._ajv.addKeyword({
106
108
  keyword: "startBeforeEnd",
107
109
  type: "object",
@@ -3025,7 +3025,7 @@ export interface AddEventData {
3025
3025
  };
3026
3026
  };
3027
3027
  /**
3028
- * Nom du poi
3028
+ * Nom de l'événement
3029
3029
  */
3030
3030
  name: string;
3031
3031
  /**