@connectedxm/client 8.0.8 → 8.0.9
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.ts +1 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3001,10 +3001,7 @@ interface EventConfig {
|
|
|
3001
3001
|
name: string;
|
|
3002
3002
|
description: string;
|
|
3003
3003
|
price: number;
|
|
3004
|
-
prices:
|
|
3005
|
-
passTypeId: string;
|
|
3006
|
-
price: number;
|
|
3007
|
-
}[];
|
|
3004
|
+
prices: SessionPrice[];
|
|
3008
3005
|
startTime: string;
|
|
3009
3006
|
soldout: boolean;
|
|
3010
3007
|
allowedPassTypes: string[];
|