@spytecgps/nova-orm 0.0.219 → 0.0.220

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.
@@ -106,6 +106,7 @@ export interface UpdateFirmwareUpgradeTaskParams {
106
106
  postConfig?: string;
107
107
  commandsTaskId?: string;
108
108
  postUpgradeCompleted?: boolean;
109
+ fwCompletedOn?: Date;
109
110
  }
110
111
  export interface UpdateDeviceFirmwareParams {
111
112
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "0.0.219",
3
+ "version": "0.0.220",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",