@spytecgps/nova-orm 1.4.17 → 1.4.18

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.
@@ -165,7 +165,9 @@ export declare enum DeviceModels {
165
165
  GL30 = "GL30",
166
166
  MCX101 = "MCX101",
167
167
  MCX301 = "MCX301",
168
- FMM00A = "FMM00A"
168
+ FMM00A = "FMM00A",
169
+ CV200 = "CV200",
170
+ FMM650 = "FMM650"
169
171
  }
170
172
  export declare enum DeviceEventType {
171
173
  'new_activation' = "new_activation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.4.17",
3
+ "version": "1.4.18",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",