@adtrackify/at-tracking-event-types 3.4.34 → 3.4.35

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.
@@ -142,7 +142,7 @@ export interface PlatformRecurringAppCharge {
142
142
  billingPeriodEnd: string;
143
143
  nextBillingOn: string;
144
144
  cancelledOn?: string;
145
- cancelAtPeriodEnd?: boolean;
145
+ cancelAtBillingPeriodEnd?: boolean;
146
146
  createdAt: string;
147
147
  updatedAt: string;
148
148
  }
@@ -142,7 +142,7 @@ export interface PlatformRecurringAppCharge {
142
142
  billingPeriodEnd: string;
143
143
  nextBillingOn: string;
144
144
  cancelledOn?: string;
145
- cancelAtPeriodEnd?: boolean;
145
+ cancelAtBillingPeriodEnd?: boolean;
146
146
  createdAt: string;
147
147
  updatedAt: string;
148
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.4.34",
3
+ "version": "3.4.35",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"