@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/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/EndpointApi.types.ts +3 -1
- package/src/endpoints.module.ts +1 -1
- package/types/api/EndpointApi.types.d.ts +3 -1
|
@@ -1493,7 +1493,9 @@ export interface GetOrganizationsAdminData {
|
|
|
1493
1493
|
* Flag pour ne pas filtrer sur une clé de source spécifique
|
|
1494
1494
|
*/
|
|
1495
1495
|
notSourceKey: true;
|
|
1496
|
-
filters: {
|
|
1496
|
+
filters: {
|
|
1497
|
+
[k: string]: unknown;
|
|
1498
|
+
};
|
|
1497
1499
|
/**
|
|
1498
1500
|
* Localité vide ou spécifique
|
|
1499
1501
|
*/
|