@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 CHANGED
@@ -17,7 +17,7 @@ const shared = {
17
17
 
18
18
  build({
19
19
  entryPoints: ['./src/index.ts'],
20
- external: Object.keys(dependencies),
20
+ external: [...Object.keys(dependencies), '@faker-js/faker'],
21
21
  bundle: true,
22
22
  // minify: true,
23
23
  format: 'esm',
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' {