kuzzle-device-manager-types 2.7.1-dev.1 → 2.8.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.
@@ -175,4 +175,11 @@ export declare class DeviceManagerEngine extends AbstractEngine<DeviceManagerPlu
175
175
  * @returns An array of the generic type provided
176
176
  */
177
177
  private getModels;
178
+ /**
179
+ * Detach all devices of an index in the admin index
180
+ *
181
+ * @param engineId The target engine Id
182
+ * @returns {any}
183
+ */
184
+ private detachDevicesFromAdminIndex;
178
185
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kuzzle-device-manager-types",
3
- "version": "2.7.1-dev.1",
3
+ "version": "2.8.0-dev.1",
4
4
  "description": "Shared types for Kuzzle Device Manager",
5
5
  "author": "The Kuzzle Team (support@kuzzle.io)",
6
6
  "main": "index.js",