@debugged-development/ticketapp-sdk 1.0.5 → 1.0.8

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.
@@ -905,6 +905,7 @@ export type Event = {
905
905
  spotifyId?: Maybe<Scalars['String']['output']>;
906
906
  startAt: Scalars['luxon']['output'];
907
907
  startSalesAt?: Maybe<Scalars['luxon']['output']>;
908
+ startingPrice?: Maybe<Scalars['Float']['output']>;
908
909
  statistic?: Maybe<EntityStatistic>;
909
910
  status: EventStatus;
910
911
  storyBanner?: Maybe<Scalars['String']['output']>;
@@ -4243,6 +4244,7 @@ export type EventOverviewPageQuery = {
4243
4244
  banner?: string | null;
4244
4245
  description?: string | null;
4245
4246
  addonDescription?: string | null;
4247
+ startingPrice?: number | null;
4246
4248
  startAt: any;
4247
4249
  endAt: any;
4248
4250
  timezone: string;