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
|
}
|