@communecter/cocolight-api-client 1.0.50 → 1.0.51
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 +3 -3
- package/src/endpoints.module.js +1 -1
package/package.json
CHANGED
|
@@ -4008,11 +4008,11 @@ export interface GlobalAutocompleteCostumData {
|
|
|
4008
4008
|
/**
|
|
4009
4009
|
* Indique si la recherche est effectuée à partir d'une carte (toujours désactivé)
|
|
4010
4010
|
*/
|
|
4011
|
-
mapUsed
|
|
4011
|
+
mapUsed?: true;
|
|
4012
4012
|
/**
|
|
4013
4013
|
* Indique si on doit exclure les éléments avec une source
|
|
4014
4014
|
*/
|
|
4015
|
-
notSourceKey?:
|
|
4015
|
+
notSourceKey?: true;
|
|
4016
4016
|
/**
|
|
4017
4017
|
* ID du contexte de recherche (actuellement vide)
|
|
4018
4018
|
*/
|
|
@@ -4028,7 +4028,7 @@ export interface GlobalAutocompleteCostumData {
|
|
|
4028
4028
|
/**
|
|
4029
4029
|
* Clés de source pour la recherche
|
|
4030
4030
|
*/
|
|
4031
|
-
sourceKey
|
|
4031
|
+
sourceKey?: string[];
|
|
4032
4032
|
/**
|
|
4033
4033
|
* Indique si le mode d'édition du costume est activé (toujours désactivé)
|
|
4034
4034
|
*/
|