@communecter/cocolight-api-client 1.0.124 → 1.0.125

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.124",
3
+ "version": "1.0.125",
4
4
  "description": "Client Axios simplifié pour l'API cocolight",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1608,7 +1608,9 @@ export interface GetOrganizationsAdminData {
1608
1608
  * Flag pour ne pas filtrer sur une clé de source spécifique
1609
1609
  */
1610
1610
  notSourceKey: true;
1611
- filters: {};
1611
+ filters: {
1612
+ [k: string]: unknown;
1613
+ };
1612
1614
  /**
1613
1615
  * Localité vide ou spécifique
1614
1616
  */