@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
package/package.json
CHANGED
|
@@ -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
|
*/
|