@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.
- package/dist/entities/avalaraQueue.d.ts +4 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/enums.d.ts +6 -1
- package/package.json +1 -1
package/dist/types/enums.d.ts
CHANGED
|
@@ -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
|
+
}
|