@spytecgps/nova-orm 1.4.29 → 1.4.31

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.
@@ -167,7 +167,8 @@ export declare enum DeviceModels {
167
167
  MCX301 = "MCX301",
168
168
  FMM00A = "FMM00A",
169
169
  CV200 = "CV200",
170
- FMM650 = "FMM650"
170
+ FMM650 = "FMM650",
171
+ GL32 = "GL32"
171
172
  }
172
173
  export declare enum DeviceEventType {
173
174
  'new_activation' = "new_activation",
@@ -249,3 +250,7 @@ export declare enum ChurnbusterEventType {
249
250
  campaign_recovered = "campaign_recovered",
250
251
  campaign_lost = "campaign_lost"
251
252
  }
253
+ export declare enum AvalaraBasePrice {
254
+ original = "original",
255
+ calculated = "calculated"
256
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.4.29",
3
+ "version": "1.4.31",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",