@spytecgps/nova-orm 1.4.7 → 1.4.9

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.
@@ -172,7 +172,8 @@ export declare enum DeviceEventType {
172
172
  'reactivation' = "reactivation",
173
173
  'subscription_change' = "subscription_change",
174
174
  'resumption' = "resumption",
175
- 'device_swap' = "device_swap"
175
+ 'device_swap' = "device_swap",
176
+ 'subscription_update' = "subscription_update"
176
177
  }
177
178
  export declare enum DeviceActivationSource {
178
179
  'sieva' = 1,
@@ -222,3 +223,22 @@ export declare enum Carriers {
222
223
  Unknown = 99,
223
224
  None = -1
224
225
  }
226
+ export declare enum CarrierDeactivationType {
227
+ device_cancel = "device_cancel",
228
+ device_pause = "device_pause",
229
+ churnbuster_lost = "churnbuster_lost",
230
+ device_cancel_admin_due_to_remove = "device_cancel_admin_due_to_remove",
231
+ device_cancel_admin = "device_cancel_admin",
232
+ klarna_billing_failed = "klarna_billing_failed",
233
+ expired_subscription = "expired_subscription",
234
+ prepaid_recurring_pending = "prepaid_recurring_pending"
235
+ }
236
+ export declare enum CarrierReactivationType {
237
+ device_pause_resume = "device_pause_resume"
238
+ }
239
+ export declare enum ChurnbusterEventType {
240
+ campaign_started = "campaign_started",
241
+ email_bounced = "email_bounced",
242
+ campaign_recovered = "campaign_recovered",
243
+ campaign_lost = "campaign_lost"
244
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.4.7",
3
+ "version": "1.4.9",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "webpack": "^5.72.0",
38
38
  "webpack-cli": "^4.9.2"
39
39
  },
40
- "peerDependencies": {
40
+ "optionalDependencies": {
41
41
  "@aws-sdk/client-kinesis": "^3.758.0",
42
42
  "ioredis": "^5.6.1"
43
43
  },