@spytecgps/nova-orm 1.4.30 → 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 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/enums.d.ts +3 -3
- package/package.json +1 -1
package/dist/types/enums.d.ts
CHANGED
|
@@ -250,7 +250,7 @@ export declare enum ChurnbusterEventType {
|
|
|
250
250
|
campaign_recovered = "campaign_recovered",
|
|
251
251
|
campaign_lost = "campaign_lost"
|
|
252
252
|
}
|
|
253
|
-
export declare enum
|
|
254
|
-
|
|
255
|
-
|
|
253
|
+
export declare enum AvalaraBasePrice {
|
|
254
|
+
original = "original",
|
|
255
|
+
calculated = "calculated"
|
|
256
256
|
}
|