@spytecgps/nova-orm 1.4.19 → 1.4.20

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.
@@ -210,7 +210,11 @@ export declare enum DeactivationCode {
210
210
  device_swapped = "device_swapped",
211
211
  churnbuster_campaign_lost = "churnbuster_campaign_lost",
212
212
  system_auto = "system_auto",
213
- canceled_sub_active_sim_or_device = "canceled_sub_active_sim_or_device"
213
+ canceled_sub_active_sim_or_device = "canceled_sub_active_sim_or_device",
214
+ klarna_billing_failed = "klarna_billing_failed",
215
+ prepaid_recurring_pending = "prepaid_recurring_pending",
216
+ expired_subscription = "expired_subscription",
217
+ unknown_reason = "unknown_reason"
214
218
  }
215
219
  export declare enum DeactivationCreatedBy {
216
220
  customer = "customer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.4.19",
3
+ "version": "1.4.20",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",