@connectedxm/admin 4.2.10 → 4.2.11

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/index.d.cts CHANGED
@@ -2685,7 +2685,6 @@ interface BaseEventPassType {
2685
2685
  createdAt: string;
2686
2686
  updatedAt: string;
2687
2687
  requiredPassTypeId: string | null;
2688
- requiredPassType: BaseEventPassType | null;
2689
2688
  }
2690
2689
  interface EventPassType extends BaseEventPassType {
2691
2690
  overrideStartDate: string | null;
@@ -2696,7 +2695,7 @@ interface EventPassType extends BaseEventPassType {
2696
2695
  _count: {
2697
2696
  purchases: number;
2698
2697
  };
2699
- dependentPassTypes: BaseEventPassType[];
2698
+ requiredPassType: BaseEventPassType | null;
2700
2699
  }
2701
2700
  interface BaseEventPassTypePriceSchedule {
2702
2701
  id: string;
package/dist/index.d.ts CHANGED
@@ -2685,7 +2685,6 @@ interface BaseEventPassType {
2685
2685
  createdAt: string;
2686
2686
  updatedAt: string;
2687
2687
  requiredPassTypeId: string | null;
2688
- requiredPassType: BaseEventPassType | null;
2689
2688
  }
2690
2689
  interface EventPassType extends BaseEventPassType {
2691
2690
  overrideStartDate: string | null;
@@ -2696,7 +2695,7 @@ interface EventPassType extends BaseEventPassType {
2696
2695
  _count: {
2697
2696
  purchases: number;
2698
2697
  };
2699
- dependentPassTypes: BaseEventPassType[];
2698
+ requiredPassType: BaseEventPassType | null;
2700
2699
  }
2701
2700
  interface BaseEventPassTypePriceSchedule {
2702
2701
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "4.2.10",
3
+ "version": "4.2.11",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",