@communecter/cocolight-api-client 1.0.49 → 1.0.50

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.49",
3
+ "version": "1.0.50",
4
4
  "description": "Client Axios simplifié pour l'API cocolight",
5
5
  "repository": {
6
6
  "type": "git",
@@ -3984,11 +3984,13 @@ export interface GlobalAutocompleteCostumData {
3984
3984
  */
3985
3985
  count: true;
3986
3986
  /**
3987
- * Filtres additionnels appliqués à la recherche
3987
+ * Filtres additionnels appliqués à la recherche (objet ou chaîne vide)
3988
3988
  */
3989
- filters?: {
3990
- [k: string]: unknown;
3991
- };
3989
+ filters?:
3990
+ | {
3991
+ [k: string]: unknown;
3992
+ }
3993
+ | "";
3992
3994
  /**
3993
3995
  * Liste des champs à retourner
3994
3996
  */