kuzzle-device-manager-types 2.8.0-dev.7 → 2.8.0-dev.9

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, engineGroup: string, model: string): Promise<ApiAssetUpdateModelLocales[]>;
48
+ updateModelLocales(request: KuzzleRequest, model: string): Promise<ApiAssetUpdateModelLocales[]>;
50
49
  private getEngine;
51
50
  private refreshModel;
52
51
  }
@@ -18,7 +18,7 @@ export interface EngineDocument extends KDocumentContent {
18
18
  export type AskEngineList = {
19
19
  name: "ask:device-manager:engine:list";
20
20
  payload: {
21
- group: string | null;
21
+ group?: string;
22
22
  };
23
23
  result: EngineContent[];
24
24
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kuzzle-device-manager-types",
3
- "version": "2.8.0-dev.7",
3
+ "version": "2.8.0-dev.9",
4
4
  "description": "Shared types for Kuzzle Device Manager",
5
5
  "author": "The Kuzzle Team (support@kuzzle.io)",
6
6
  "main": "index.js",