kuzzle-device-manager-types 2.8.0 → 2.9.0-dev.1
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.
|
@@ -43,10 +43,9 @@ export declare class AssetService extends DigitalTwinService {
|
|
|
43
43
|
* Retrieve locales with the specified model and search all assets related to the model to update the locales.
|
|
44
44
|
* The operation is historized.
|
|
45
45
|
* @param request
|
|
46
|
-
* @param engineGroup
|
|
47
46
|
* @param model
|
|
48
47
|
*/
|
|
49
|
-
updateModelLocales(request: KuzzleRequest,
|
|
48
|
+
updateModelLocales(request: KuzzleRequest, model: string): Promise<ApiAssetUpdateModelLocales[]>;
|
|
50
49
|
private getEngine;
|
|
51
50
|
private refreshModel;
|
|
52
51
|
}
|