@spytecgps/nova-orm 1.4.21 → 1.4.23

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.
@@ -237,7 +237,8 @@ export declare enum CarrierDeactivationType {
237
237
  device_cancel_admin = "device_cancel_admin",
238
238
  klarna_billing_failed = "klarna_billing_failed",
239
239
  expired_subscription = "expired_subscription",
240
- prepaid_recurring_pending = "prepaid_recurring_pending"
240
+ prepaid_recurring_pending = "prepaid_recurring_pending",
241
+ device_swap = "device_swap"
241
242
  }
242
243
  export declare enum CarrierReactivationType {
243
244
  device_pause_resume = "device_pause_resume"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.4.21",
3
+ "version": "1.4.23",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",