@spytecgps/nova-orm 1.3.122 → 1.3.123
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/types/devices.d.ts
CHANGED
|
@@ -195,6 +195,7 @@ export interface CreateClientDeviceSettingParams {
|
|
|
195
195
|
movementThresholdSpeed?: number;
|
|
196
196
|
externalBatteryInformation?: boolean;
|
|
197
197
|
reportingMode?: string;
|
|
198
|
+
starterInterruptInstalled?: boolean;
|
|
198
199
|
}
|
|
199
200
|
export interface UpdateClientDeviceSettingParams {
|
|
200
201
|
filters: {
|
|
@@ -211,6 +212,7 @@ export interface UpdateClientDeviceSettingParams {
|
|
|
211
212
|
movementThresholdSpeed?: number;
|
|
212
213
|
externalBatteryInformation?: boolean;
|
|
213
214
|
reportingMode?: string;
|
|
215
|
+
starterInterruptInstalled?: boolean;
|
|
214
216
|
};
|
|
215
217
|
}
|
|
216
218
|
export interface GetDeviceTypesModelsOrderedByDeviceCountParams extends BaseSelectQueryParams {
|