@spytecgps/nova-orm 1.4.19 → 1.4.21
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/types/enums.d.ts
CHANGED
|
@@ -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",
|