@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/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.d.ts +6 -4
- package/src/endpoints.module.js +1 -1
package/package.json
CHANGED
|
@@ -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
|
-
|
|
3991
|
-
|
|
3989
|
+
filters?:
|
|
3990
|
+
| {
|
|
3991
|
+
[k: string]: unknown;
|
|
3992
|
+
}
|
|
3993
|
+
| "";
|
|
3992
3994
|
/**
|
|
3993
3995
|
* Liste des champs à retourner
|
|
3994
3996
|
*/
|