@adtrackify/at-tracking-event-types 1.0.35 → 1.0.37
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/build.js +1 -1
- package/dist/index.d.ts +0 -5
- package/dist/index.js +112 -4682
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
- package/src/types/api/subscription.ts +0 -112
package/build.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -225,11 +225,6 @@ declare module '@adtrackify/at-tracking-event-types/types/api/subscription' {
|
|
|
225
225
|
PAYPAL = "paypal",
|
|
226
226
|
SHOPIFY = "shopify"
|
|
227
227
|
}
|
|
228
|
-
export const StripeBillingMap: any;
|
|
229
|
-
export const SubscriptionPlanSeedItems: {
|
|
230
|
-
items: SubscriptionPlan[];
|
|
231
|
-
};
|
|
232
|
-
export const getPlanDetails: (planId: number, stage: string) => SubscriptionPlan;
|
|
233
228
|
|
|
234
229
|
}
|
|
235
230
|
declare module '@adtrackify/at-tracking-event-types/types/api/user' {
|