@spytecgps/nova-orm 1.3.121 → 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.
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.3.121",
3
+ "version": "1.3.123",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",