@spytecgps/nova-orm 1.4.76 → 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.
- package/dist/entities/billingDunning.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChurnbusterEventType, DevicePlatform } from '../types/enums';
|
|
2
2
|
export declare const platformArray: readonly [DevicePlatform.shopify, DevicePlatform.braintree, DevicePlatform.acumatica, DevicePlatform.klarna, DevicePlatform.amazon, DevicePlatform.braintree_amazon, DevicePlatform.demo, DevicePlatform.stripe, DevicePlatform.stripe_amazon];
|
|
3
3
|
export type Platform = typeof platformArray[number];
|
|
4
|
-
export declare const eventTypeArray: readonly [ChurnbusterEventType.campaign_started, ChurnbusterEventType.email_bounced, ChurnbusterEventType.campaign_recovered, ChurnbusterEventType.campaign_lost];
|
|
4
|
+
export declare const eventTypeArray: readonly [ChurnbusterEventType.campaign_started, ChurnbusterEventType.email_bounced, ChurnbusterEventType.campaign_recovered, ChurnbusterEventType.campaign_lost, ChurnbusterEventType.campaign_won];
|
|
5
5
|
export type EventType = typeof eventTypeArray[number];
|
|
6
6
|
export declare class BillingDunning {
|
|
7
7
|
subscriptionId: string;
|