@spytecgps/nova-orm 1.4.75 → 1.4.77

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.
@@ -259,7 +259,8 @@ export declare enum ChurnbusterEventType {
259
259
  campaign_started = "campaign_started",
260
260
  email_bounced = "email_bounced",
261
261
  campaign_recovered = "campaign_recovered",
262
- campaign_lost = "campaign_lost"
262
+ campaign_lost = "campaign_lost",
263
+ campaign_won = "campaign_won"
263
264
  }
264
265
  export declare enum AvalaraBasePrice {
265
266
  original = "original",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.4.75",
3
+ "version": "1.4.77",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",