@livdot-tech/contracts 1.11.13 → 1.11.15

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.
Files changed (67) hide show
  1. package/dist/auth/index.js +1 -1
  2. package/dist/auth/index.mjs +1 -1
  3. package/dist/chat/index.d.mts +10 -1
  4. package/dist/chat/index.d.ts +10 -1
  5. package/dist/chat/index.js +1 -1
  6. package/dist/chat/index.mjs +1 -1
  7. package/dist/{chunk-HO7POUXZ.js → chunk-5U4C6M6Y.js} +2 -2
  8. package/dist/{chunk-HO7POUXZ.js.map → chunk-5U4C6M6Y.js.map} +1 -1
  9. package/dist/chunk-6TWVW4SK.js +2 -0
  10. package/dist/chunk-6TWVW4SK.js.map +1 -0
  11. package/dist/chunk-76GXBVF3.mjs +2 -0
  12. package/dist/chunk-76GXBVF3.mjs.map +1 -0
  13. package/dist/{chunk-6DWMO2IJ.mjs → chunk-HSSU55DM.mjs} +2 -2
  14. package/dist/chunk-HSSU55DM.mjs.map +1 -0
  15. package/dist/{chunk-TPEL6PL7.js → chunk-IQJ54S2P.js} +2 -2
  16. package/dist/{chunk-TPEL6PL7.js.map → chunk-IQJ54S2P.js.map} +1 -1
  17. package/dist/chunk-JES5I5B2.mjs +2 -0
  18. package/dist/chunk-JES5I5B2.mjs.map +1 -0
  19. package/dist/{chunk-X4NLB6G5.js → chunk-LXLYREMM.js} +2 -2
  20. package/dist/chunk-LXLYREMM.js.map +1 -0
  21. package/dist/{chunk-EMTO3FNQ.mjs → chunk-MNC3A76V.mjs} +2 -2
  22. package/dist/{chunk-EMTO3FNQ.mjs.map → chunk-MNC3A76V.mjs.map} +1 -1
  23. package/dist/chunk-PFNB5QQK.js +2 -0
  24. package/dist/chunk-PFNB5QQK.js.map +1 -0
  25. package/dist/{chunk-PVVPURYV.mjs → chunk-QRXZKOIK.mjs} +2 -2
  26. package/dist/{chunk-PVVPURYV.mjs.map → chunk-QRXZKOIK.mjs.map} +1 -1
  27. package/dist/chunk-URMWKVBY.mjs +2 -0
  28. package/dist/chunk-URMWKVBY.mjs.map +1 -0
  29. package/dist/chunk-XGBDJE5X.js +2 -0
  30. package/dist/chunk-XGBDJE5X.js.map +1 -0
  31. package/dist/dispute/index.js +1 -1
  32. package/dist/dispute/index.mjs +1 -1
  33. package/dist/event/index.d.mts +110 -1
  34. package/dist/event/index.d.ts +110 -1
  35. package/dist/event/index.js +1 -1
  36. package/dist/event/index.mjs +1 -1
  37. package/dist/host/index.d.mts +3 -1
  38. package/dist/host/index.d.ts +3 -1
  39. package/dist/host/index.js +1 -1
  40. package/dist/host/index.mjs +1 -1
  41. package/dist/index.d.mts +2 -2
  42. package/dist/index.d.ts +2 -2
  43. package/dist/index.js +1 -1
  44. package/dist/index.mjs +1 -1
  45. package/dist/notification/index.d.mts +3 -0
  46. package/dist/notification/index.d.ts +3 -0
  47. package/dist/notification/index.js +1 -1
  48. package/dist/notification/index.mjs +1 -1
  49. package/dist/payment/index.js +1 -1
  50. package/dist/payment/index.mjs +1 -1
  51. package/dist/user/index.js +1 -1
  52. package/dist/user/index.mjs +1 -1
  53. package/package.json +1 -1
  54. package/dist/chunk-42U3KNVH.mjs +0 -2
  55. package/dist/chunk-42U3KNVH.mjs.map +0 -1
  56. package/dist/chunk-6DWMO2IJ.mjs.map +0 -1
  57. package/dist/chunk-7BWECLAF.js +0 -2
  58. package/dist/chunk-7BWECLAF.js.map +0 -1
  59. package/dist/chunk-JGK6ENB3.mjs +0 -2
  60. package/dist/chunk-JGK6ENB3.mjs.map +0 -1
  61. package/dist/chunk-Q22UWX74.mjs +0 -2
  62. package/dist/chunk-Q22UWX74.mjs.map +0 -1
  63. package/dist/chunk-W5MCRFFN.js +0 -2
  64. package/dist/chunk-W5MCRFFN.js.map +0 -1
  65. package/dist/chunk-X4NLB6G5.js.map +0 -1
  66. package/dist/chunk-YWRIAUWJ.js +0 -2
  67. package/dist/chunk-YWRIAUWJ.js.map +0 -1
@@ -2934,6 +2934,114 @@ declare const PublicEventsResponseSchema: z.ZodObject<{
2934
2934
  hostDisplayName: z.ZodNullable<z.ZodString>;
2935
2935
  }, z.core.$strip>>;
2936
2936
  }, z.core.$strip>;
2937
+ declare const PublicEventDetailResponseSchema: z.ZodObject<{
2938
+ id: z.ZodUUID;
2939
+ title: z.ZodString;
2940
+ description: z.ZodNullable<z.ZodString>;
2941
+ coverImageUrl: z.ZodNullable<z.ZodURL>;
2942
+ category: z.ZodEnum<{
2943
+ readonly ART: "ART";
2944
+ readonly TECHNOLOGY: "TECHNOLOGY";
2945
+ readonly SCIENCE: "SCIENCE";
2946
+ readonly TRAVEL: "TRAVEL";
2947
+ readonly HISTORY: "HISTORY";
2948
+ readonly LITERATURE: "LITERATURE";
2949
+ readonly COOKING: "COOKING";
2950
+ readonly FITNESS: "FITNESS";
2951
+ readonly PHOTOGRAPHY: "PHOTOGRAPHY";
2952
+ readonly GARDENING: "GARDENING";
2953
+ readonly EDUCATION: "EDUCATION";
2954
+ readonly FASHION: "FASHION";
2955
+ readonly MOVIES: "MOVIES";
2956
+ readonly SPORTS: "SPORTS";
2957
+ readonly POLITICS: "POLITICS";
2958
+ readonly HEALTH: "HEALTH";
2959
+ readonly GAMING: "GAMING";
2960
+ readonly FINANCE: "FINANCE";
2961
+ readonly NATURE: "NATURE";
2962
+ readonly CONCERT: "CONCERT";
2963
+ readonly FESTIVAL: "FESTIVAL";
2964
+ readonly WEDDING: "WEDDING";
2965
+ readonly CORPORATE: "CORPORATE";
2966
+ readonly RELIGIOUS: "RELIGIOUS";
2967
+ readonly BIRTHDAY: "BIRTHDAY";
2968
+ readonly PARTY: "PARTY";
2969
+ readonly OTHER: "OTHER";
2970
+ }>;
2971
+ timezone: z.ZodString;
2972
+ scheduledStart: z.ZodISODateTime;
2973
+ scheduledEnd: z.ZodISODateTime;
2974
+ scheduledStartLocal: z.ZodISODateTime;
2975
+ scheduledEndLocal: z.ZodISODateTime;
2976
+ state: z.ZodEnum<{
2977
+ readonly DRAFT: "DRAFT";
2978
+ readonly SCHEDULED: "SCHEDULED";
2979
+ readonly READY_FOR_TEST: "READY_FOR_TEST";
2980
+ readonly LIVE: "LIVE";
2981
+ readonly ENDED: "ENDED";
2982
+ readonly REPLAY_READY: "REPLAY_READY";
2983
+ readonly ARCHIVED: "ARCHIVED";
2984
+ readonly CANCELLED: "CANCELLED";
2985
+ readonly PAUSED: "PAUSED";
2986
+ readonly FAILED: "FAILED";
2987
+ }>;
2988
+ accessModel: z.ZodEnum<{
2989
+ readonly FREE: "FREE";
2990
+ readonly PAID: "PAID";
2991
+ readonly SUBSCRIPTION: "SUBSCRIPTION";
2992
+ }>;
2993
+ visibility: z.ZodEnum<{
2994
+ readonly PUBLIC: "PUBLIC";
2995
+ readonly PRIVATE: "PRIVATE";
2996
+ readonly UNLISTED: "UNLISTED";
2997
+ }>;
2998
+ ticketPrice: z.ZodNullable<z.ZodObject<{
2999
+ amountMinor: z.ZodString;
3000
+ currency: z.ZodEnum<{
3001
+ readonly NGN: "NGN";
3002
+ readonly USD: "USD";
3003
+ readonly GBP: "GBP";
3004
+ readonly EUR: "EUR";
3005
+ }>;
3006
+ }, z.core.$strip>>;
3007
+ replayAccess: z.ZodEnum<{
3008
+ readonly INCLUDED: "INCLUDED";
3009
+ readonly DISABLED: "DISABLED";
3010
+ readonly PAID_SEPARATELY: "PAID_SEPARATELY";
3011
+ }>;
3012
+ replayAccessFee: z.ZodNullable<z.ZodObject<{
3013
+ amountMinor: z.ZodString;
3014
+ currency: z.ZodEnum<{
3015
+ readonly NGN: "NGN";
3016
+ readonly USD: "USD";
3017
+ readonly GBP: "GBP";
3018
+ readonly EUR: "EUR";
3019
+ }>;
3020
+ }, z.core.$strip>>;
3021
+ isFeatured: z.ZodBoolean;
3022
+ hostDisplayName: z.ZodNullable<z.ZodString>;
3023
+ hostBio: z.ZodNullable<z.ZodString>;
3024
+ previewClipUrl: z.ZodNullable<z.ZodString>;
3025
+ remainingTickets: z.ZodNullable<z.ZodNumber>;
3026
+ liveStartedAt: z.ZodNullable<z.ZodISODateTime>;
3027
+ liveEndedAt: z.ZodNullable<z.ZodISODateTime>;
3028
+ replayAvailableUntil: z.ZodNullable<z.ZodISODateTime>;
3029
+ ingestSubstate: z.ZodNullable<z.ZodEnum<{
3030
+ AWAITING_INGEST: "AWAITING_INGEST";
3031
+ STREAMING: "STREAMING";
3032
+ }>>;
3033
+ awaitingIngestContent: z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
3034
+ kind: z.ZodLiteral<"TRAILER">;
3035
+ trailerUrl: z.ZodString;
3036
+ }, z.core.$strip>, z.ZodObject<{
3037
+ kind: z.ZodLiteral<"SLATE">;
3038
+ slate: z.ZodObject<{
3039
+ title: z.ZodString;
3040
+ hostDisplayName: z.ZodNullable<z.ZodString>;
3041
+ scheduledStartLocal: z.ZodISODateTime;
3042
+ }, z.core.$strip>;
3043
+ }, z.core.$strip>], "kind">>;
3044
+ }, z.core.$strip>;
2937
3045
  declare const HostLivePreviewSchema: z.ZodObject<{
2938
3046
  playbackUrl: z.ZodURL;
2939
3047
  token: z.ZodString;
@@ -3168,6 +3276,7 @@ declare const HostAudienceViewerActivityQuerySchema: z.ZodObject<{
3168
3276
  }, z.core.$strip>;
3169
3277
 
3170
3278
  type PublicEventCard = z.infer<typeof PublicEventCardSchema>;
3279
+ type PublicEventDetailResponse = z.infer<typeof PublicEventDetailResponseSchema>;
3171
3280
  type PublicEventsQuery = z.infer<typeof PublicEventsQuerySchema>;
3172
3281
  type PublicEventsResponse = z.infer<typeof PublicEventsResponseSchema>;
3173
3282
  type CreateEventRequest = z.infer<typeof CreateEventRequestSchema>;
@@ -3226,4 +3335,4 @@ type HostAudienceEngagementResponse = z.infer<typeof HostAudienceEngagementRespo
3226
3335
  type HostEventTicketSalesTimelineResponse = z.infer<typeof HostEventTicketSalesTimelineResponseSchema>;
3227
3336
  type HostEventTicketSalesTimelinePoint = z.infer<typeof HostEventTicketSalesTimelinePointSchema>;
3228
3337
 
3229
- export { type Category, CategorySchema, type CreateEventRequest, CreateEventRequestSchema, type Currency, CurrencySchema, type DiscoverAggregateResponse, DiscoverAggregateResponseSchema, DiscoverEvents, type DiscoverResponse, DiscoverResponseSchema, type DiscoverSectionResponse, DiscoverSectionResponseSchema, type EndViewingSessionResponse, EndViewingSessionResponseSchema, EntitlementKind, EventAccessModel, EventAllowListType, type EventCard, type EventCardCta, EventCardCtaSchema, EventCardSchema, EventCategory, EventProductionMode, EventReplayAccess, type EventResponse, EventResponseSchema, EventState, EventVisibility, type HostAudienceActivityFeedResponse, HostAudienceActivityFeedResponseSchema, type HostAudienceDevicesResponse, HostAudienceDevicesResponseSchema, type HostAudienceEngagementQuery, HostAudienceEngagementQuerySchema, type HostAudienceEngagementResponse, HostAudienceEngagementResponseSchema, type HostAudienceGeoResponse, HostAudienceGeoResponseSchema, type HostAudienceQuery, HostAudienceQuerySchema, type HostAudienceSummaryResponse, HostAudienceSummaryResponseSchema, type HostAudienceTopViewersQuery, HostAudienceTopViewersQuerySchema, type HostAudienceTopViewersResponse, HostAudienceTopViewersResponseSchema, type HostAudienceViewerActivityQuery, HostAudienceViewerActivityQuerySchema, type HostAudienceViewerActivityResponse, HostAudienceViewerActivityResponseSchema, type HostEarningsBreakdownItem, HostEarningsBreakdownItemSchema, type HostEarningsBreakdownQuery, HostEarningsBreakdownQuerySchema, type HostEarningsBreakdownResponse, HostEarningsBreakdownResponseSchema, type HostEarningsSummaryQuery, HostEarningsSummaryQuerySchema, type HostEarningsSummaryResponse, HostEarningsSummaryResponseSchema, type HostEarningsTimeseriesPoint, HostEarningsTimeseriesPointSchema, type HostEarningsTimeseriesQuery, HostEarningsTimeseriesQuerySchema, type HostEarningsTimeseriesResponse, HostEarningsTimeseriesResponseSchema, type HostEventTicketSalesTimeline, type HostEventTicketSalesTimelinePoint, HostEventTicketSalesTimelinePointSchema, HostEventTicketSalesTimelineQuerySchema, type HostEventTicketSalesTimelineResponse, HostEventTicketSalesTimelineResponseSchema, type HostEventWizardPatch, HostEventWizardPatchSchema, type HostLivePreview, HostLivePreviewSchema, type LiveCatchup, LiveCatchupSchema, type LivePlayback, LivePlaybackSchema, type MyEventCard, MyEventCardSchema, type MyEventsQuery, MyEventsQuerySchema, type MyEventsResponse, MyEventsResponseSchema, MyEventsTabSchema, type PagedEventsResponse, PagedEventsResponseSchema, type PatchReplayPeriodRequest, PatchReplayPeriodRequestSchema, type PatchReplayPeriodResponse, PatchReplayPeriodResponseSchema, type PatchStreamControlRequest, PatchStreamControlRequestSchema, type PlaybackResponse, PlaybackResponseSchema, type PublicEventCard, PublicEventCardSchema, PublicEventStatusSchema, type PublicEventsQuery, PublicEventsQuerySchema, type PublicEventsResponse, PublicEventsResponseSchema, type RegisterForEventRequest, RegisterForEventRequestSchema, type RegisterForEventResponse, RegisterForEventResponseSchema, RegistrationScope, RegistrationStatus, type Replay, type ReplayPlayback, ReplayPlaybackSchema, ReplaySchema, type SearchEventsQuery, SearchEventsQuerySchema, type StartViewingSessionRequest, StartViewingSessionRequestSchema, type StartViewingSessionResponse, StartViewingSessionResponseSchema, type UpdateEventRequest, UpdateEventRequestSchema, UpdateWatchProgressRequestSchema, type ViewerHomeResponse, ViewerHomeResponseSchema, ViewerRegistrationView, type ViewingSessionHeartbeatResponse, ViewingSessionHeartbeatResponseSchema, ViewingSessionModeSchema, type Visibility, VisibilitySchema };
3338
+ export { type Category, CategorySchema, type CreateEventRequest, CreateEventRequestSchema, type Currency, CurrencySchema, type DiscoverAggregateResponse, DiscoverAggregateResponseSchema, DiscoverEvents, type DiscoverResponse, DiscoverResponseSchema, type DiscoverSectionResponse, DiscoverSectionResponseSchema, type EndViewingSessionResponse, EndViewingSessionResponseSchema, EntitlementKind, EventAccessModel, EventAllowListType, type EventCard, type EventCardCta, EventCardCtaSchema, EventCardSchema, EventCategory, EventProductionMode, EventReplayAccess, type EventResponse, EventResponseSchema, EventState, EventVisibility, type HostAudienceActivityFeedResponse, HostAudienceActivityFeedResponseSchema, type HostAudienceDevicesResponse, HostAudienceDevicesResponseSchema, type HostAudienceEngagementQuery, HostAudienceEngagementQuerySchema, type HostAudienceEngagementResponse, HostAudienceEngagementResponseSchema, type HostAudienceGeoResponse, HostAudienceGeoResponseSchema, type HostAudienceQuery, HostAudienceQuerySchema, type HostAudienceSummaryResponse, HostAudienceSummaryResponseSchema, type HostAudienceTopViewersQuery, HostAudienceTopViewersQuerySchema, type HostAudienceTopViewersResponse, HostAudienceTopViewersResponseSchema, type HostAudienceViewerActivityQuery, HostAudienceViewerActivityQuerySchema, type HostAudienceViewerActivityResponse, HostAudienceViewerActivityResponseSchema, type HostEarningsBreakdownItem, HostEarningsBreakdownItemSchema, type HostEarningsBreakdownQuery, HostEarningsBreakdownQuerySchema, type HostEarningsBreakdownResponse, HostEarningsBreakdownResponseSchema, type HostEarningsSummaryQuery, HostEarningsSummaryQuerySchema, type HostEarningsSummaryResponse, HostEarningsSummaryResponseSchema, type HostEarningsTimeseriesPoint, HostEarningsTimeseriesPointSchema, type HostEarningsTimeseriesQuery, HostEarningsTimeseriesQuerySchema, type HostEarningsTimeseriesResponse, HostEarningsTimeseriesResponseSchema, type HostEventTicketSalesTimeline, type HostEventTicketSalesTimelinePoint, HostEventTicketSalesTimelinePointSchema, HostEventTicketSalesTimelineQuerySchema, type HostEventTicketSalesTimelineResponse, HostEventTicketSalesTimelineResponseSchema, type HostEventWizardPatch, HostEventWizardPatchSchema, type HostLivePreview, HostLivePreviewSchema, type LiveCatchup, LiveCatchupSchema, type LivePlayback, LivePlaybackSchema, type MyEventCard, MyEventCardSchema, type MyEventsQuery, MyEventsQuerySchema, type MyEventsResponse, MyEventsResponseSchema, MyEventsTabSchema, type PagedEventsResponse, PagedEventsResponseSchema, type PatchReplayPeriodRequest, PatchReplayPeriodRequestSchema, type PatchReplayPeriodResponse, PatchReplayPeriodResponseSchema, type PatchStreamControlRequest, PatchStreamControlRequestSchema, type PlaybackResponse, PlaybackResponseSchema, type PublicEventCard, PublicEventCardSchema, type PublicEventDetailResponse, PublicEventDetailResponseSchema, PublicEventStatusSchema, type PublicEventsQuery, PublicEventsQuerySchema, type PublicEventsResponse, PublicEventsResponseSchema, type RegisterForEventRequest, RegisterForEventRequestSchema, type RegisterForEventResponse, RegisterForEventResponseSchema, RegistrationScope, RegistrationStatus, type Replay, type ReplayPlayback, ReplayPlaybackSchema, ReplaySchema, type SearchEventsQuery, SearchEventsQuerySchema, type StartViewingSessionRequest, StartViewingSessionRequestSchema, type StartViewingSessionResponse, StartViewingSessionResponseSchema, type UpdateEventRequest, UpdateEventRequestSchema, UpdateWatchProgressRequestSchema, type ViewerHomeResponse, ViewerHomeResponseSchema, ViewerRegistrationView, type ViewingSessionHeartbeatResponse, ViewingSessionHeartbeatResponseSchema, ViewingSessionModeSchema, type Visibility, VisibilitySchema };
@@ -1,2 +1,2 @@
1
- 'use strict';var chunkW5MCRFFN_js=require('../chunk-W5MCRFFN.js');require('../chunk-ORDM2W6R.js');Object.defineProperty(exports,"CategorySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.xa}});Object.defineProperty(exports,"CreateEventRequestSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Z}});Object.defineProperty(exports,"CurrencySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.wa}});Object.defineProperty(exports,"DiscoverAggregateResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ea}});Object.defineProperty(exports,"DiscoverEvents",{enumerable:true,get:function(){return chunkW5MCRFFN_js.k}});Object.defineProperty(exports,"DiscoverResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ga}});Object.defineProperty(exports,"DiscoverSectionResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.fa}});Object.defineProperty(exports,"EndViewingSessionResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ua}});Object.defineProperty(exports,"EntitlementKind",{enumerable:true,get:function(){return chunkW5MCRFFN_js.m}});Object.defineProperty(exports,"EventAccessModel",{enumerable:true,get:function(){return chunkW5MCRFFN_js.c}});Object.defineProperty(exports,"EventAllowListType",{enumerable:true,get:function(){return chunkW5MCRFFN_js.e}});Object.defineProperty(exports,"EventCardCtaSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.$}});Object.defineProperty(exports,"EventCardSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ba}});Object.defineProperty(exports,"EventCategory",{enumerable:true,get:function(){return chunkW5MCRFFN_js.g}});Object.defineProperty(exports,"EventProductionMode",{enumerable:true,get:function(){return chunkW5MCRFFN_js.d}});Object.defineProperty(exports,"EventReplayAccess",{enumerable:true,get:function(){return chunkW5MCRFFN_js.a}});Object.defineProperty(exports,"EventResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.aa}});Object.defineProperty(exports,"EventState",{enumerable:true,get:function(){return chunkW5MCRFFN_js.f}});Object.defineProperty(exports,"EventVisibility",{enumerable:true,get:function(){return chunkW5MCRFFN_js.b}});Object.defineProperty(exports,"HostAudienceActivityFeedResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.$a}});Object.defineProperty(exports,"HostAudienceDevicesResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.bb}});Object.defineProperty(exports,"HostAudienceEngagementQuerySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Xa}});Object.defineProperty(exports,"HostAudienceEngagementResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Ya}});Object.defineProperty(exports,"HostAudienceGeoResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ab}});Object.defineProperty(exports,"HostAudienceQuerySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Va}});Object.defineProperty(exports,"HostAudienceSummaryResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Wa}});Object.defineProperty(exports,"HostAudienceTopViewersQuerySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Za}});Object.defineProperty(exports,"HostAudienceTopViewersResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js._a}});Object.defineProperty(exports,"HostAudienceViewerActivityQuerySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.db}});Object.defineProperty(exports,"HostAudienceViewerActivityResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.cb}});Object.defineProperty(exports,"HostEarningsBreakdownItemSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Ha}});Object.defineProperty(exports,"HostEarningsBreakdownQuerySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Ea}});Object.defineProperty(exports,"HostEarningsBreakdownResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Ia}});Object.defineProperty(exports,"HostEarningsSummaryQuerySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Da}});Object.defineProperty(exports,"HostEarningsSummaryResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Ga}});Object.defineProperty(exports,"HostEarningsTimeseriesPointSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Ja}});Object.defineProperty(exports,"HostEarningsTimeseriesQuerySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Fa}});Object.defineProperty(exports,"HostEarningsTimeseriesResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Ka}});Object.defineProperty(exports,"HostEventTicketSalesTimelinePointSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Ta}});Object.defineProperty(exports,"HostEventTicketSalesTimelineQuerySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Sa}});Object.defineProperty(exports,"HostEventTicketSalesTimelineResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Ua}});Object.defineProperty(exports,"HostEventWizardPatchSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Ca}});Object.defineProperty(exports,"HostLivePreviewSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Pa}});Object.defineProperty(exports,"LiveCatchupSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.la}});Object.defineProperty(exports,"LivePlaybackSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ma}});Object.defineProperty(exports,"MyEventCardSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.pa}});Object.defineProperty(exports,"MyEventsQuerySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ra}});Object.defineProperty(exports,"MyEventsResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.qa}});Object.defineProperty(exports,"MyEventsTabSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.l}});Object.defineProperty(exports,"PagedEventsResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ha}});Object.defineProperty(exports,"PatchReplayPeriodRequestSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Qa}});Object.defineProperty(exports,"PatchReplayPeriodResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Ra}});Object.defineProperty(exports,"PatchStreamControlRequestSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Ba}});Object.defineProperty(exports,"PlaybackResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.oa}});Object.defineProperty(exports,"PublicEventCardSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Ma}});Object.defineProperty(exports,"PublicEventStatusSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.La}});Object.defineProperty(exports,"PublicEventsQuerySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Na}});Object.defineProperty(exports,"PublicEventsResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Oa}});Object.defineProperty(exports,"RegisterForEventRequestSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ia}});Object.defineProperty(exports,"RegisterForEventResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ja}});Object.defineProperty(exports,"RegistrationScope",{enumerable:true,get:function(){return chunkW5MCRFFN_js.i}});Object.defineProperty(exports,"RegistrationStatus",{enumerable:true,get:function(){return chunkW5MCRFFN_js.h}});Object.defineProperty(exports,"ReplayPlaybackSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.na}});Object.defineProperty(exports,"ReplaySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.va}});Object.defineProperty(exports,"SearchEventsQuerySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.da}});Object.defineProperty(exports,"StartViewingSessionRequestSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.Aa}});Object.defineProperty(exports,"StartViewingSessionResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.sa}});Object.defineProperty(exports,"UpdateEventRequestSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js._}});Object.defineProperty(exports,"UpdateWatchProgressRequestSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ka}});Object.defineProperty(exports,"ViewerHomeResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ca}});Object.defineProperty(exports,"ViewerRegistrationView",{enumerable:true,get:function(){return chunkW5MCRFFN_js.j}});Object.defineProperty(exports,"ViewingSessionHeartbeatResponseSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ta}});Object.defineProperty(exports,"ViewingSessionModeSchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.za}});Object.defineProperty(exports,"VisibilitySchema",{enumerable:true,get:function(){return chunkW5MCRFFN_js.ya}});//# sourceMappingURL=index.js.map
1
+ 'use strict';var chunkPFNB5QQK_js=require('../chunk-PFNB5QQK.js');require('../chunk-ORDM2W6R.js');Object.defineProperty(exports,"CategorySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.xa}});Object.defineProperty(exports,"CreateEventRequestSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Z}});Object.defineProperty(exports,"CurrencySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.wa}});Object.defineProperty(exports,"DiscoverAggregateResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ea}});Object.defineProperty(exports,"DiscoverEvents",{enumerable:true,get:function(){return chunkPFNB5QQK_js.k}});Object.defineProperty(exports,"DiscoverResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ga}});Object.defineProperty(exports,"DiscoverSectionResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.fa}});Object.defineProperty(exports,"EndViewingSessionResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ua}});Object.defineProperty(exports,"EntitlementKind",{enumerable:true,get:function(){return chunkPFNB5QQK_js.m}});Object.defineProperty(exports,"EventAccessModel",{enumerable:true,get:function(){return chunkPFNB5QQK_js.c}});Object.defineProperty(exports,"EventAllowListType",{enumerable:true,get:function(){return chunkPFNB5QQK_js.e}});Object.defineProperty(exports,"EventCardCtaSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.$}});Object.defineProperty(exports,"EventCardSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ba}});Object.defineProperty(exports,"EventCategory",{enumerable:true,get:function(){return chunkPFNB5QQK_js.g}});Object.defineProperty(exports,"EventProductionMode",{enumerable:true,get:function(){return chunkPFNB5QQK_js.d}});Object.defineProperty(exports,"EventReplayAccess",{enumerable:true,get:function(){return chunkPFNB5QQK_js.a}});Object.defineProperty(exports,"EventResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.aa}});Object.defineProperty(exports,"EventState",{enumerable:true,get:function(){return chunkPFNB5QQK_js.f}});Object.defineProperty(exports,"EventVisibility",{enumerable:true,get:function(){return chunkPFNB5QQK_js.b}});Object.defineProperty(exports,"HostAudienceActivityFeedResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ab}});Object.defineProperty(exports,"HostAudienceDevicesResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.cb}});Object.defineProperty(exports,"HostAudienceEngagementQuerySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Ya}});Object.defineProperty(exports,"HostAudienceEngagementResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Za}});Object.defineProperty(exports,"HostAudienceGeoResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.bb}});Object.defineProperty(exports,"HostAudienceQuerySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Wa}});Object.defineProperty(exports,"HostAudienceSummaryResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Xa}});Object.defineProperty(exports,"HostAudienceTopViewersQuerySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js._a}});Object.defineProperty(exports,"HostAudienceTopViewersResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.$a}});Object.defineProperty(exports,"HostAudienceViewerActivityQuerySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.eb}});Object.defineProperty(exports,"HostAudienceViewerActivityResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.db}});Object.defineProperty(exports,"HostEarningsBreakdownItemSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Ha}});Object.defineProperty(exports,"HostEarningsBreakdownQuerySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Ea}});Object.defineProperty(exports,"HostEarningsBreakdownResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Ia}});Object.defineProperty(exports,"HostEarningsSummaryQuerySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Da}});Object.defineProperty(exports,"HostEarningsSummaryResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Ga}});Object.defineProperty(exports,"HostEarningsTimeseriesPointSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Ja}});Object.defineProperty(exports,"HostEarningsTimeseriesQuerySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Fa}});Object.defineProperty(exports,"HostEarningsTimeseriesResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Ka}});Object.defineProperty(exports,"HostEventTicketSalesTimelinePointSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Ua}});Object.defineProperty(exports,"HostEventTicketSalesTimelineQuerySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Ta}});Object.defineProperty(exports,"HostEventTicketSalesTimelineResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Va}});Object.defineProperty(exports,"HostEventWizardPatchSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Ca}});Object.defineProperty(exports,"HostLivePreviewSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Qa}});Object.defineProperty(exports,"LiveCatchupSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.la}});Object.defineProperty(exports,"LivePlaybackSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ma}});Object.defineProperty(exports,"MyEventCardSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.pa}});Object.defineProperty(exports,"MyEventsQuerySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ra}});Object.defineProperty(exports,"MyEventsResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.qa}});Object.defineProperty(exports,"MyEventsTabSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.l}});Object.defineProperty(exports,"PagedEventsResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ha}});Object.defineProperty(exports,"PatchReplayPeriodRequestSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Ra}});Object.defineProperty(exports,"PatchReplayPeriodResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Sa}});Object.defineProperty(exports,"PatchStreamControlRequestSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Ba}});Object.defineProperty(exports,"PlaybackResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.oa}});Object.defineProperty(exports,"PublicEventCardSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Ma}});Object.defineProperty(exports,"PublicEventDetailResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Pa}});Object.defineProperty(exports,"PublicEventStatusSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.La}});Object.defineProperty(exports,"PublicEventsQuerySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Na}});Object.defineProperty(exports,"PublicEventsResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Oa}});Object.defineProperty(exports,"RegisterForEventRequestSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ia}});Object.defineProperty(exports,"RegisterForEventResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ja}});Object.defineProperty(exports,"RegistrationScope",{enumerable:true,get:function(){return chunkPFNB5QQK_js.i}});Object.defineProperty(exports,"RegistrationStatus",{enumerable:true,get:function(){return chunkPFNB5QQK_js.h}});Object.defineProperty(exports,"ReplayPlaybackSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.na}});Object.defineProperty(exports,"ReplaySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.va}});Object.defineProperty(exports,"SearchEventsQuerySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.da}});Object.defineProperty(exports,"StartViewingSessionRequestSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.Aa}});Object.defineProperty(exports,"StartViewingSessionResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.sa}});Object.defineProperty(exports,"UpdateEventRequestSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js._}});Object.defineProperty(exports,"UpdateWatchProgressRequestSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ka}});Object.defineProperty(exports,"ViewerHomeResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ca}});Object.defineProperty(exports,"ViewerRegistrationView",{enumerable:true,get:function(){return chunkPFNB5QQK_js.j}});Object.defineProperty(exports,"ViewingSessionHeartbeatResponseSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ta}});Object.defineProperty(exports,"ViewingSessionModeSchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.za}});Object.defineProperty(exports,"VisibilitySchema",{enumerable:true,get:function(){return chunkPFNB5QQK_js.ya}});//# sourceMappingURL=index.js.map
2
2
  //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
- export{xa as CategorySchema,Z as CreateEventRequestSchema,wa as CurrencySchema,ea as DiscoverAggregateResponseSchema,k as DiscoverEvents,ga as DiscoverResponseSchema,fa as DiscoverSectionResponseSchema,ua as EndViewingSessionResponseSchema,m as EntitlementKind,c as EventAccessModel,e as EventAllowListType,$ as EventCardCtaSchema,ba as EventCardSchema,g as EventCategory,d as EventProductionMode,a as EventReplayAccess,aa as EventResponseSchema,f as EventState,b as EventVisibility,$a as HostAudienceActivityFeedResponseSchema,bb as HostAudienceDevicesResponseSchema,Xa as HostAudienceEngagementQuerySchema,Ya as HostAudienceEngagementResponseSchema,ab as HostAudienceGeoResponseSchema,Va as HostAudienceQuerySchema,Wa as HostAudienceSummaryResponseSchema,Za as HostAudienceTopViewersQuerySchema,_a as HostAudienceTopViewersResponseSchema,db as HostAudienceViewerActivityQuerySchema,cb as HostAudienceViewerActivityResponseSchema,Ha as HostEarningsBreakdownItemSchema,Ea as HostEarningsBreakdownQuerySchema,Ia as HostEarningsBreakdownResponseSchema,Da as HostEarningsSummaryQuerySchema,Ga as HostEarningsSummaryResponseSchema,Ja as HostEarningsTimeseriesPointSchema,Fa as HostEarningsTimeseriesQuerySchema,Ka as HostEarningsTimeseriesResponseSchema,Ta as HostEventTicketSalesTimelinePointSchema,Sa as HostEventTicketSalesTimelineQuerySchema,Ua as HostEventTicketSalesTimelineResponseSchema,Ca as HostEventWizardPatchSchema,Pa as HostLivePreviewSchema,la as LiveCatchupSchema,ma as LivePlaybackSchema,pa as MyEventCardSchema,ra as MyEventsQuerySchema,qa as MyEventsResponseSchema,l as MyEventsTabSchema,ha as PagedEventsResponseSchema,Qa as PatchReplayPeriodRequestSchema,Ra as PatchReplayPeriodResponseSchema,Ba as PatchStreamControlRequestSchema,oa as PlaybackResponseSchema,Ma as PublicEventCardSchema,La as PublicEventStatusSchema,Na as PublicEventsQuerySchema,Oa as PublicEventsResponseSchema,ia as RegisterForEventRequestSchema,ja as RegisterForEventResponseSchema,i as RegistrationScope,h as RegistrationStatus,na as ReplayPlaybackSchema,va as ReplaySchema,da as SearchEventsQuerySchema,Aa as StartViewingSessionRequestSchema,sa as StartViewingSessionResponseSchema,_ as UpdateEventRequestSchema,ka as UpdateWatchProgressRequestSchema,ca as ViewerHomeResponseSchema,j as ViewerRegistrationView,ta as ViewingSessionHeartbeatResponseSchema,za as ViewingSessionModeSchema,ya as VisibilitySchema}from'../chunk-Q22UWX74.mjs';import'../chunk-PAUYI2FU.mjs';//# sourceMappingURL=index.mjs.map
1
+ export{xa as CategorySchema,Z as CreateEventRequestSchema,wa as CurrencySchema,ea as DiscoverAggregateResponseSchema,k as DiscoverEvents,ga as DiscoverResponseSchema,fa as DiscoverSectionResponseSchema,ua as EndViewingSessionResponseSchema,m as EntitlementKind,c as EventAccessModel,e as EventAllowListType,$ as EventCardCtaSchema,ba as EventCardSchema,g as EventCategory,d as EventProductionMode,a as EventReplayAccess,aa as EventResponseSchema,f as EventState,b as EventVisibility,ab as HostAudienceActivityFeedResponseSchema,cb as HostAudienceDevicesResponseSchema,Ya as HostAudienceEngagementQuerySchema,Za as HostAudienceEngagementResponseSchema,bb as HostAudienceGeoResponseSchema,Wa as HostAudienceQuerySchema,Xa as HostAudienceSummaryResponseSchema,_a as HostAudienceTopViewersQuerySchema,$a as HostAudienceTopViewersResponseSchema,eb as HostAudienceViewerActivityQuerySchema,db as HostAudienceViewerActivityResponseSchema,Ha as HostEarningsBreakdownItemSchema,Ea as HostEarningsBreakdownQuerySchema,Ia as HostEarningsBreakdownResponseSchema,Da as HostEarningsSummaryQuerySchema,Ga as HostEarningsSummaryResponseSchema,Ja as HostEarningsTimeseriesPointSchema,Fa as HostEarningsTimeseriesQuerySchema,Ka as HostEarningsTimeseriesResponseSchema,Ua as HostEventTicketSalesTimelinePointSchema,Ta as HostEventTicketSalesTimelineQuerySchema,Va as HostEventTicketSalesTimelineResponseSchema,Ca as HostEventWizardPatchSchema,Qa as HostLivePreviewSchema,la as LiveCatchupSchema,ma as LivePlaybackSchema,pa as MyEventCardSchema,ra as MyEventsQuerySchema,qa as MyEventsResponseSchema,l as MyEventsTabSchema,ha as PagedEventsResponseSchema,Ra as PatchReplayPeriodRequestSchema,Sa as PatchReplayPeriodResponseSchema,Ba as PatchStreamControlRequestSchema,oa as PlaybackResponseSchema,Ma as PublicEventCardSchema,Pa as PublicEventDetailResponseSchema,La as PublicEventStatusSchema,Na as PublicEventsQuerySchema,Oa as PublicEventsResponseSchema,ia as RegisterForEventRequestSchema,ja as RegisterForEventResponseSchema,i as RegistrationScope,h as RegistrationStatus,na as ReplayPlaybackSchema,va as ReplaySchema,da as SearchEventsQuerySchema,Aa as StartViewingSessionRequestSchema,sa as StartViewingSessionResponseSchema,_ as UpdateEventRequestSchema,ka as UpdateWatchProgressRequestSchema,ca as ViewerHomeResponseSchema,j as ViewerRegistrationView,ta as ViewingSessionHeartbeatResponseSchema,za as ViewingSessionModeSchema,ya as VisibilitySchema}from'../chunk-JES5I5B2.mjs';import'../chunk-PAUYI2FU.mjs';//# sourceMappingURL=index.mjs.map
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1008,7 +1008,7 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
1008
1008
  STREAM_TEST_SUCCESSFUL: "STREAM_TEST_SUCCESSFUL";
1009
1009
  }>;
1010
1010
  serverUrl: z.ZodNullable<z.ZodString>;
1011
- streamKey: z.ZodNull;
1011
+ streamKey: z.ZodNullable<z.ZodString>;
1012
1012
  lastStreamTestAt: z.ZodNullable<z.ZodISODateTime>;
1013
1013
  testAvailableAt: z.ZodNullable<z.ZodISODateTime>;
1014
1014
  lastStreamTestFailedAt: z.ZodNullable<z.ZodISODateTime>;
@@ -1244,6 +1244,7 @@ declare const HostLiveConsoleChatSchema: z.ZodObject<{
1244
1244
  colorHex: z.ZodString;
1245
1245
  }, z.core.$strip>;
1246
1246
  deletedAt: z.ZodOptional<z.ZodISODateTime>;
1247
+ videoOffsetSec: z.ZodOptional<z.ZodNumber>;
1247
1248
  }, z.core.$strip>>;
1248
1249
  }, z.core.$strip>;
1249
1250
  declare const HostLiveConsoleEndedSchema: z.ZodObject<{
@@ -1360,6 +1361,7 @@ declare const HostLiveConsolePayloadSchema: z.ZodObject<{
1360
1361
  colorHex: z.ZodString;
1361
1362
  }, z.core.$strip>;
1362
1363
  deletedAt: z.ZodOptional<z.ZodISODateTime>;
1364
+ videoOffsetSec: z.ZodOptional<z.ZodNumber>;
1363
1365
  }, z.core.$strip>>;
1364
1366
  }, z.core.$strip>;
1365
1367
  ended: z.ZodNullable<z.ZodObject<{
@@ -1008,7 +1008,7 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
1008
1008
  STREAM_TEST_SUCCESSFUL: "STREAM_TEST_SUCCESSFUL";
1009
1009
  }>;
1010
1010
  serverUrl: z.ZodNullable<z.ZodString>;
1011
- streamKey: z.ZodNull;
1011
+ streamKey: z.ZodNullable<z.ZodString>;
1012
1012
  lastStreamTestAt: z.ZodNullable<z.ZodISODateTime>;
1013
1013
  testAvailableAt: z.ZodNullable<z.ZodISODateTime>;
1014
1014
  lastStreamTestFailedAt: z.ZodNullable<z.ZodISODateTime>;
@@ -1244,6 +1244,7 @@ declare const HostLiveConsoleChatSchema: z.ZodObject<{
1244
1244
  colorHex: z.ZodString;
1245
1245
  }, z.core.$strip>;
1246
1246
  deletedAt: z.ZodOptional<z.ZodISODateTime>;
1247
+ videoOffsetSec: z.ZodOptional<z.ZodNumber>;
1247
1248
  }, z.core.$strip>>;
1248
1249
  }, z.core.$strip>;
1249
1250
  declare const HostLiveConsoleEndedSchema: z.ZodObject<{
@@ -1360,6 +1361,7 @@ declare const HostLiveConsolePayloadSchema: z.ZodObject<{
1360
1361
  colorHex: z.ZodString;
1361
1362
  }, z.core.$strip>;
1362
1363
  deletedAt: z.ZodOptional<z.ZodISODateTime>;
1364
+ videoOffsetSec: z.ZodOptional<z.ZodNumber>;
1363
1365
  }, z.core.$strip>>;
1364
1366
  }, z.core.$strip>;
1365
1367
  ended: z.ZodNullable<z.ZodObject<{
@@ -1,2 +1,2 @@
1
- 'use strict';var chunkX4NLB6G5_js=require('../chunk-X4NLB6G5.js');require('../chunk-FG6EV3WQ.js'),require('../chunk-7BWECLAF.js'),require('../chunk-W5MCRFFN.js'),require('../chunk-ORDM2W6R.js');Object.defineProperty(exports,"EndedReasonSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.T}});Object.defineProperty(exports,"EndedReplayStateSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.R}});Object.defineProperty(exports,"EventStreamAlertKindSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.U}});Object.defineProperty(exports,"EventStreamAlertSeveritySchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.V}});Object.defineProperty(exports,"HOST_DATE_RANGE_PRESETS",{enumerable:true,get:function(){return chunkX4NLB6G5_js.a}});Object.defineProperty(exports,"HostActivityListPageSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.q}});Object.defineProperty(exports,"HostEventAudienceResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.J}});Object.defineProperty(exports,"HostEventCancelResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.o}});Object.defineProperty(exports,"HostEventCrewMemberSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.F}});Object.defineProperty(exports,"HostEventDashboardPostEventBlockSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.L}});Object.defineProperty(exports,"HostEventDashboardResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.N}});Object.defineProperty(exports,"HostEventEngagementTimelineBucketSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.ea}});Object.defineProperty(exports,"HostEventEngagementTimelineQuerySchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.da}});Object.defineProperty(exports,"HostEventEngagementTimelineResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.fa}});Object.defineProperty(exports,"HostEventFullResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.v}});Object.defineProperty(exports,"HostEventPatchSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.e}});Object.defineProperty(exports,"HostEventReadinessBlockSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.D}});Object.defineProperty(exports,"HostEventReadinessResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.O}});Object.defineProperty(exports,"HostEventReplayPerformanceResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.K}});Object.defineProperty(exports,"HostEventRowResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.g}});Object.defineProperty(exports,"HostEventShareResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.P}});Object.defineProperty(exports,"HostEventWizardCurrentResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.w}});Object.defineProperty(exports,"HostEventWizardPublishResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.n}});Object.defineProperty(exports,"HostEventWizardStartResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.l}});Object.defineProperty(exports,"HostEventWizardStartSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.j}});Object.defineProperty(exports,"HostEventWizardStepResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.m}});Object.defineProperty(exports,"HostEventsListPagedQuerySchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.k}});Object.defineProperty(exports,"HostEventsListQuerySchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.f}});Object.defineProperty(exports,"HostEventsTabCountsResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.i}});Object.defineProperty(exports,"HostEventsTabResponseClassSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.u}});Object.defineProperty(exports,"HostEventsTabResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.h}});Object.defineProperty(exports,"HostEventsTabSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.c}});Object.defineProperty(exports,"HostLiveConsoleAlertSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.$}});Object.defineProperty(exports,"HostLiveConsoleChatSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.aa}});Object.defineProperty(exports,"HostLiveConsoleControlsSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.X}});Object.defineProperty(exports,"HostLiveConsoleCrewMemberSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js._}});Object.defineProperty(exports,"HostLiveConsoleEndedSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.ba}});Object.defineProperty(exports,"HostLiveConsoleEventSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.W}});Object.defineProperty(exports,"HostLiveConsoleMetricsSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.Y}});Object.defineProperty(exports,"HostLiveConsolePayloadSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.ca}});Object.defineProperty(exports,"HostLiveConsoleTelemetrySchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.Z}});Object.defineProperty(exports,"HostNotificationsUnreadCountSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.t}});Object.defineProperty(exports,"HostOverviewQuerySchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.b}});Object.defineProperty(exports,"HostOverviewResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.p}});Object.defineProperty(exports,"HostProductionCrewItemSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.I}});Object.defineProperty(exports,"HostProductionCrewPhaseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.G}});Object.defineProperty(exports,"HostSearchHitSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.r}});Object.defineProperty(exports,"HostSearchQuerySchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.d}});Object.defineProperty(exports,"HostSearchResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.s}});Object.defineProperty(exports,"ListHostEventDashboardQuerySchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.E}});Object.defineProperty(exports,"ListHostProductionCrewQuerySchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.H}});Object.defineProperty(exports,"LiveConsoleSliceSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.Q}});Object.defineProperty(exports,"LiveIngestHealthSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.S}});Object.defineProperty(exports,"PagedHostProductionCrewResponseSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.M}});Object.defineProperty(exports,"ProductionModeSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.B}});Object.defineProperty(exports,"ReadinessBlockReasonSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.z}});Object.defineProperty(exports,"ReadinessItemIdSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.x}});Object.defineProperty(exports,"ReadinessItemSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.C}});Object.defineProperty(exports,"ReadinessItemStateSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.y}});Object.defineProperty(exports,"StreamingStatusSchema",{enumerable:true,get:function(){return chunkX4NLB6G5_js.A}});//# sourceMappingURL=index.js.map
1
+ 'use strict';var chunkLXLYREMM_js=require('../chunk-LXLYREMM.js');require('../chunk-FG6EV3WQ.js'),require('../chunk-6TWVW4SK.js'),require('../chunk-PFNB5QQK.js'),require('../chunk-ORDM2W6R.js');Object.defineProperty(exports,"EndedReasonSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.T}});Object.defineProperty(exports,"EndedReplayStateSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.R}});Object.defineProperty(exports,"EventStreamAlertKindSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.U}});Object.defineProperty(exports,"EventStreamAlertSeveritySchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.V}});Object.defineProperty(exports,"HOST_DATE_RANGE_PRESETS",{enumerable:true,get:function(){return chunkLXLYREMM_js.a}});Object.defineProperty(exports,"HostActivityListPageSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.q}});Object.defineProperty(exports,"HostEventAudienceResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.J}});Object.defineProperty(exports,"HostEventCancelResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.o}});Object.defineProperty(exports,"HostEventCrewMemberSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.F}});Object.defineProperty(exports,"HostEventDashboardPostEventBlockSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.L}});Object.defineProperty(exports,"HostEventDashboardResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.N}});Object.defineProperty(exports,"HostEventEngagementTimelineBucketSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.ea}});Object.defineProperty(exports,"HostEventEngagementTimelineQuerySchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.da}});Object.defineProperty(exports,"HostEventEngagementTimelineResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.fa}});Object.defineProperty(exports,"HostEventFullResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.v}});Object.defineProperty(exports,"HostEventPatchSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.e}});Object.defineProperty(exports,"HostEventReadinessBlockSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.D}});Object.defineProperty(exports,"HostEventReadinessResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.O}});Object.defineProperty(exports,"HostEventReplayPerformanceResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.K}});Object.defineProperty(exports,"HostEventRowResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.g}});Object.defineProperty(exports,"HostEventShareResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.P}});Object.defineProperty(exports,"HostEventWizardCurrentResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.w}});Object.defineProperty(exports,"HostEventWizardPublishResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.n}});Object.defineProperty(exports,"HostEventWizardStartResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.l}});Object.defineProperty(exports,"HostEventWizardStartSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.j}});Object.defineProperty(exports,"HostEventWizardStepResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.m}});Object.defineProperty(exports,"HostEventsListPagedQuerySchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.k}});Object.defineProperty(exports,"HostEventsListQuerySchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.f}});Object.defineProperty(exports,"HostEventsTabCountsResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.i}});Object.defineProperty(exports,"HostEventsTabResponseClassSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.u}});Object.defineProperty(exports,"HostEventsTabResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.h}});Object.defineProperty(exports,"HostEventsTabSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.c}});Object.defineProperty(exports,"HostLiveConsoleAlertSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.$}});Object.defineProperty(exports,"HostLiveConsoleChatSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.aa}});Object.defineProperty(exports,"HostLiveConsoleControlsSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.X}});Object.defineProperty(exports,"HostLiveConsoleCrewMemberSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js._}});Object.defineProperty(exports,"HostLiveConsoleEndedSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.ba}});Object.defineProperty(exports,"HostLiveConsoleEventSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.W}});Object.defineProperty(exports,"HostLiveConsoleMetricsSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.Y}});Object.defineProperty(exports,"HostLiveConsolePayloadSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.ca}});Object.defineProperty(exports,"HostLiveConsoleTelemetrySchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.Z}});Object.defineProperty(exports,"HostNotificationsUnreadCountSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.t}});Object.defineProperty(exports,"HostOverviewQuerySchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.b}});Object.defineProperty(exports,"HostOverviewResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.p}});Object.defineProperty(exports,"HostProductionCrewItemSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.I}});Object.defineProperty(exports,"HostProductionCrewPhaseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.G}});Object.defineProperty(exports,"HostSearchHitSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.r}});Object.defineProperty(exports,"HostSearchQuerySchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.d}});Object.defineProperty(exports,"HostSearchResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.s}});Object.defineProperty(exports,"ListHostEventDashboardQuerySchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.E}});Object.defineProperty(exports,"ListHostProductionCrewQuerySchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.H}});Object.defineProperty(exports,"LiveConsoleSliceSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.Q}});Object.defineProperty(exports,"LiveIngestHealthSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.S}});Object.defineProperty(exports,"PagedHostProductionCrewResponseSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.M}});Object.defineProperty(exports,"ProductionModeSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.B}});Object.defineProperty(exports,"ReadinessBlockReasonSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.z}});Object.defineProperty(exports,"ReadinessItemIdSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.x}});Object.defineProperty(exports,"ReadinessItemSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.C}});Object.defineProperty(exports,"ReadinessItemStateSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.y}});Object.defineProperty(exports,"StreamingStatusSchema",{enumerable:true,get:function(){return chunkLXLYREMM_js.A}});//# sourceMappingURL=index.js.map
2
2
  //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
- export{T as EndedReasonSchema,R as EndedReplayStateSchema,U as EventStreamAlertKindSchema,V as EventStreamAlertSeveritySchema,a as HOST_DATE_RANGE_PRESETS,q as HostActivityListPageSchema,J as HostEventAudienceResponseSchema,o as HostEventCancelResponseSchema,F as HostEventCrewMemberSchema,L as HostEventDashboardPostEventBlockSchema,N as HostEventDashboardResponseSchema,ea as HostEventEngagementTimelineBucketSchema,da as HostEventEngagementTimelineQuerySchema,fa as HostEventEngagementTimelineResponseSchema,v as HostEventFullResponseSchema,e as HostEventPatchSchema,D as HostEventReadinessBlockSchema,O as HostEventReadinessResponseSchema,K as HostEventReplayPerformanceResponseSchema,g as HostEventRowResponseSchema,P as HostEventShareResponseSchema,w as HostEventWizardCurrentResponseSchema,n as HostEventWizardPublishResponseSchema,l as HostEventWizardStartResponseSchema,j as HostEventWizardStartSchema,m as HostEventWizardStepResponseSchema,k as HostEventsListPagedQuerySchema,f as HostEventsListQuerySchema,i as HostEventsTabCountsResponseSchema,u as HostEventsTabResponseClassSchema,h as HostEventsTabResponseSchema,c as HostEventsTabSchema,$ as HostLiveConsoleAlertSchema,aa as HostLiveConsoleChatSchema,X as HostLiveConsoleControlsSchema,_ as HostLiveConsoleCrewMemberSchema,ba as HostLiveConsoleEndedSchema,W as HostLiveConsoleEventSchema,Y as HostLiveConsoleMetricsSchema,ca as HostLiveConsolePayloadSchema,Z as HostLiveConsoleTelemetrySchema,t as HostNotificationsUnreadCountSchema,b as HostOverviewQuerySchema,p as HostOverviewResponseSchema,I as HostProductionCrewItemSchema,G as HostProductionCrewPhaseSchema,r as HostSearchHitSchema,d as HostSearchQuerySchema,s as HostSearchResponseSchema,E as ListHostEventDashboardQuerySchema,H as ListHostProductionCrewQuerySchema,Q as LiveConsoleSliceSchema,S as LiveIngestHealthSchema,M as PagedHostProductionCrewResponseSchema,B as ProductionModeSchema,z as ReadinessBlockReasonSchema,x as ReadinessItemIdSchema,C as ReadinessItemSchema,y as ReadinessItemStateSchema,A as StreamingStatusSchema}from'../chunk-6DWMO2IJ.mjs';import'../chunk-B7B7YFFC.mjs';import'../chunk-JGK6ENB3.mjs';import'../chunk-Q22UWX74.mjs';import'../chunk-PAUYI2FU.mjs';//# sourceMappingURL=index.mjs.map
1
+ export{T as EndedReasonSchema,R as EndedReplayStateSchema,U as EventStreamAlertKindSchema,V as EventStreamAlertSeveritySchema,a as HOST_DATE_RANGE_PRESETS,q as HostActivityListPageSchema,J as HostEventAudienceResponseSchema,o as HostEventCancelResponseSchema,F as HostEventCrewMemberSchema,L as HostEventDashboardPostEventBlockSchema,N as HostEventDashboardResponseSchema,ea as HostEventEngagementTimelineBucketSchema,da as HostEventEngagementTimelineQuerySchema,fa as HostEventEngagementTimelineResponseSchema,v as HostEventFullResponseSchema,e as HostEventPatchSchema,D as HostEventReadinessBlockSchema,O as HostEventReadinessResponseSchema,K as HostEventReplayPerformanceResponseSchema,g as HostEventRowResponseSchema,P as HostEventShareResponseSchema,w as HostEventWizardCurrentResponseSchema,n as HostEventWizardPublishResponseSchema,l as HostEventWizardStartResponseSchema,j as HostEventWizardStartSchema,m as HostEventWizardStepResponseSchema,k as HostEventsListPagedQuerySchema,f as HostEventsListQuerySchema,i as HostEventsTabCountsResponseSchema,u as HostEventsTabResponseClassSchema,h as HostEventsTabResponseSchema,c as HostEventsTabSchema,$ as HostLiveConsoleAlertSchema,aa as HostLiveConsoleChatSchema,X as HostLiveConsoleControlsSchema,_ as HostLiveConsoleCrewMemberSchema,ba as HostLiveConsoleEndedSchema,W as HostLiveConsoleEventSchema,Y as HostLiveConsoleMetricsSchema,ca as HostLiveConsolePayloadSchema,Z as HostLiveConsoleTelemetrySchema,t as HostNotificationsUnreadCountSchema,b as HostOverviewQuerySchema,p as HostOverviewResponseSchema,I as HostProductionCrewItemSchema,G as HostProductionCrewPhaseSchema,r as HostSearchHitSchema,d as HostSearchQuerySchema,s as HostSearchResponseSchema,E as ListHostEventDashboardQuerySchema,H as ListHostProductionCrewQuerySchema,Q as LiveConsoleSliceSchema,S as LiveIngestHealthSchema,M as PagedHostProductionCrewResponseSchema,B as ProductionModeSchema,z as ReadinessBlockReasonSchema,x as ReadinessItemIdSchema,C as ReadinessItemSchema,y as ReadinessItemStateSchema,A as StreamingStatusSchema}from'../chunk-HSSU55DM.mjs';import'../chunk-B7B7YFFC.mjs';import'../chunk-76GXBVF3.mjs';import'../chunk-JES5I5B2.mjs';import'../chunk-PAUYI2FU.mjs';//# sourceMappingURL=index.mjs.map
2
2
  //# sourceMappingURL=index.mjs.map
package/dist/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  export { ApiError, ApiResponse, ApiResponseSchema, AuditActorRole, AuditActorRoleSchema, CurrencyEnum, DEFAULT_PAGE_NUMBER, DEFAULT_PAGE_SIZE, DeltaDirection, DeltaDirectionSchema, MAX_PAGE_SIZE, MoneyDto, MoneySchema, PaginatedResponse, PaginationMeta, PaginationParams, PaginationParamsSchema, PaginationResponse, PaginationResponseSchema, ResponseMessages } from './common/index.mjs';
2
2
  export { ChangePasswordRequest, ChangePasswordRequestSchema, ConfirmPassword, ConfirmPasswordSchema, DisableMfaBody, DisableMfaBodySchema, EnableMfaBody, EnableMfaBodySchema, ForgotPasswordRequest, ForgotPasswordRequestSchema, ForgotPasswordResponseSchema, IdentityProvider, LinkRequiredReasonEnum, LinkRequiredResponse, LinkRequiredResponseSchema, LoginRequest, LoginRequestSchema, LoginResponse, LoginResponseSchema, LogoutRequestPayload, LogoutRequestSchema, MFA_ACTIONS, MfaAction, MfaChallengeBody, MfaChallengeBodySchema, MfaVerifyBody, MfaVerifyBodySchema, OauthDirectTokenRequest, OauthDirectTokenRequestSchema, OauthExchangeRequest, OauthExchangeRequestSchema, OauthLinkCompleteEmailRequest, OauthLinkCompleteEmailRequestSchema, OauthLinkCompleteRequest, OauthLinkCompleteRequestSchema, OauthLinkSendOtpRequest, OauthLinkSendOtpRequestSchema, OauthLinkSendOtpResponse, OauthLinkSendOtpResponseSchema, OauthResolveKind, OauthStartQuery, OauthStartQuerySchema, OauthStartResponse, OauthStartResponseSchema, PasswordSchema, ProvidersListItem, ProvidersListItemSchema, ProvidersListResponse, ProvidersListResponseSchema, ReauthTokenResponse, ReauthTokenResponseSchema, RecoveryCode, RecoveryCodeSchema, RefreshTokenRequest, RefreshTokenRequestSchema, RegisterRequest, RegisterRequestSchema, RegisterResponsePayload, RegisterResponseSchema, ResendOtpRequestSchema, ResetPasswordRequest, ResetPasswordRequestSchema, SwitchProfileRequest, SwitchProfileRequestSchema, SwitchProfileResponse, SwitchProfileResponseSchema, TotpCode, TotpCodeSchema, VerifyOtpRequest, VerifyOtpRequestSchema, VerifyOtpResponseSchema } from './auth/index.mjs';
3
3
  export { AccountStatus, AdminScopeCode, CreateHostProfileRequest, CreateHostProfileRequestSchema, CreateProducerProfileRequest, CreateProducerProfileRequestSchema, DisplayName, DisplayNameSchema, FeedbackCategory, HostProfileResponse, HostProfileResponseSchema, KycStatus, NotificationCategory, NotificationPreferenceItem, NotificationPreferenceItemSchema, NotificationPreferencesResponse, NotificationPreferencesResponseSchema, ProducerExperienceLevel, ProducerProfileResponse, ProducerProfileResponseSchema, ProducerVerificationStatus, RESERVED_DISPLAY_NAMES, SendFeedbackRequest, SendFeedbackRequestSchema, SendFeedbackResponse, SendFeedbackResponseSchema, SetProfilePin, SetProfilePinSchema, UpdateHostProfileRequest, UpdateHostProfileRequestSchema, UpdateNotificationPreferencesRequest, UpdateNotificationPreferencesRequestSchema, UpdateUserRequest, UpdateUserRequestSchema, UpdateViewerCurrencyRequest, UpdateViewerCurrencyRequestSchema, UpdateViewerProfileRequest, UpdateViewerProfileRequestSchema, UserResponse, UserResponseSchema, UserRole, ViewerMeResponse, ViewerMeResponseSchema } from './user/index.mjs';
4
- export { Category, CategorySchema, CreateEventRequest, CreateEventRequestSchema, Currency, CurrencySchema, DiscoverAggregateResponse, DiscoverAggregateResponseSchema, DiscoverEvents, DiscoverResponse, DiscoverResponseSchema, DiscoverSectionResponse, DiscoverSectionResponseSchema, EndViewingSessionResponse, EndViewingSessionResponseSchema, EntitlementKind, EventAccessModel, EventAllowListType, EventCard, EventCardCta, EventCardCtaSchema, EventCardSchema, EventCategory, EventProductionMode, EventReplayAccess, EventResponse, EventResponseSchema, EventState, EventVisibility, HostAudienceActivityFeedResponse, HostAudienceActivityFeedResponseSchema, HostAudienceDevicesResponse, HostAudienceDevicesResponseSchema, HostAudienceEngagementQuery, HostAudienceEngagementQuerySchema, HostAudienceEngagementResponse, HostAudienceEngagementResponseSchema, HostAudienceGeoResponse, HostAudienceGeoResponseSchema, HostAudienceQuery, HostAudienceQuerySchema, HostAudienceSummaryResponse, HostAudienceSummaryResponseSchema, HostAudienceTopViewersQuery, HostAudienceTopViewersQuerySchema, HostAudienceTopViewersResponse, HostAudienceTopViewersResponseSchema, HostAudienceViewerActivityQuery, HostAudienceViewerActivityQuerySchema, HostAudienceViewerActivityResponse, HostAudienceViewerActivityResponseSchema, HostEarningsBreakdownItem, HostEarningsBreakdownItemSchema, HostEarningsBreakdownQuery, HostEarningsBreakdownQuerySchema, HostEarningsBreakdownResponse, HostEarningsBreakdownResponseSchema, HostEarningsSummaryQuery, HostEarningsSummaryQuerySchema, HostEarningsSummaryResponse, HostEarningsSummaryResponseSchema, HostEarningsTimeseriesPoint, HostEarningsTimeseriesPointSchema, HostEarningsTimeseriesQuery, HostEarningsTimeseriesQuerySchema, HostEarningsTimeseriesResponse, HostEarningsTimeseriesResponseSchema, HostEventTicketSalesTimeline, HostEventTicketSalesTimelinePoint, HostEventTicketSalesTimelinePointSchema, HostEventTicketSalesTimelineQuerySchema, HostEventTicketSalesTimelineResponse, HostEventTicketSalesTimelineResponseSchema, HostEventWizardPatch, HostEventWizardPatchSchema, HostLivePreview, HostLivePreviewSchema, LiveCatchup, LiveCatchupSchema, LivePlayback, LivePlaybackSchema, MyEventCard, MyEventCardSchema, MyEventsQuery, MyEventsQuerySchema, MyEventsResponse, MyEventsResponseSchema, MyEventsTabSchema, PagedEventsResponse, PagedEventsResponseSchema, PatchReplayPeriodRequest, PatchReplayPeriodRequestSchema, PatchReplayPeriodResponse, PatchReplayPeriodResponseSchema, PatchStreamControlRequest, PatchStreamControlRequestSchema, PlaybackResponse, PlaybackResponseSchema, PublicEventCard, PublicEventCardSchema, PublicEventStatusSchema, PublicEventsQuery, PublicEventsQuerySchema, PublicEventsResponse, PublicEventsResponseSchema, RegisterForEventRequest, RegisterForEventRequestSchema, RegisterForEventResponse, RegisterForEventResponseSchema, RegistrationScope, RegistrationStatus, Replay, ReplayPlayback, ReplayPlaybackSchema, ReplaySchema, SearchEventsQuery, SearchEventsQuerySchema, StartViewingSessionRequest, StartViewingSessionRequestSchema, StartViewingSessionResponse, StartViewingSessionResponseSchema, UpdateEventRequest, UpdateEventRequestSchema, UpdateWatchProgressRequestSchema, ViewerHomeResponse, ViewerHomeResponseSchema, ViewerRegistrationView, ViewingSessionHeartbeatResponse, ViewingSessionHeartbeatResponseSchema, ViewingSessionModeSchema, Visibility, VisibilitySchema } from './event/index.mjs';
4
+ export { Category, CategorySchema, CreateEventRequest, CreateEventRequestSchema, Currency, CurrencySchema, DiscoverAggregateResponse, DiscoverAggregateResponseSchema, DiscoverEvents, DiscoverResponse, DiscoverResponseSchema, DiscoverSectionResponse, DiscoverSectionResponseSchema, EndViewingSessionResponse, EndViewingSessionResponseSchema, EntitlementKind, EventAccessModel, EventAllowListType, EventCard, EventCardCta, EventCardCtaSchema, EventCardSchema, EventCategory, EventProductionMode, EventReplayAccess, EventResponse, EventResponseSchema, EventState, EventVisibility, HostAudienceActivityFeedResponse, HostAudienceActivityFeedResponseSchema, HostAudienceDevicesResponse, HostAudienceDevicesResponseSchema, HostAudienceEngagementQuery, HostAudienceEngagementQuerySchema, HostAudienceEngagementResponse, HostAudienceEngagementResponseSchema, HostAudienceGeoResponse, HostAudienceGeoResponseSchema, HostAudienceQuery, HostAudienceQuerySchema, HostAudienceSummaryResponse, HostAudienceSummaryResponseSchema, HostAudienceTopViewersQuery, HostAudienceTopViewersQuerySchema, HostAudienceTopViewersResponse, HostAudienceTopViewersResponseSchema, HostAudienceViewerActivityQuery, HostAudienceViewerActivityQuerySchema, HostAudienceViewerActivityResponse, HostAudienceViewerActivityResponseSchema, HostEarningsBreakdownItem, HostEarningsBreakdownItemSchema, HostEarningsBreakdownQuery, HostEarningsBreakdownQuerySchema, HostEarningsBreakdownResponse, HostEarningsBreakdownResponseSchema, HostEarningsSummaryQuery, HostEarningsSummaryQuerySchema, HostEarningsSummaryResponse, HostEarningsSummaryResponseSchema, HostEarningsTimeseriesPoint, HostEarningsTimeseriesPointSchema, HostEarningsTimeseriesQuery, HostEarningsTimeseriesQuerySchema, HostEarningsTimeseriesResponse, HostEarningsTimeseriesResponseSchema, HostEventTicketSalesTimeline, HostEventTicketSalesTimelinePoint, HostEventTicketSalesTimelinePointSchema, HostEventTicketSalesTimelineQuerySchema, HostEventTicketSalesTimelineResponse, HostEventTicketSalesTimelineResponseSchema, HostEventWizardPatch, HostEventWizardPatchSchema, HostLivePreview, HostLivePreviewSchema, LiveCatchup, LiveCatchupSchema, LivePlayback, LivePlaybackSchema, MyEventCard, MyEventCardSchema, MyEventsQuery, MyEventsQuerySchema, MyEventsResponse, MyEventsResponseSchema, MyEventsTabSchema, PagedEventsResponse, PagedEventsResponseSchema, PatchReplayPeriodRequest, PatchReplayPeriodRequestSchema, PatchReplayPeriodResponse, PatchReplayPeriodResponseSchema, PatchStreamControlRequest, PatchStreamControlRequestSchema, PlaybackResponse, PlaybackResponseSchema, PublicEventCard, PublicEventCardSchema, PublicEventDetailResponse, PublicEventDetailResponseSchema, PublicEventStatusSchema, PublicEventsQuery, PublicEventsQuerySchema, PublicEventsResponse, PublicEventsResponseSchema, RegisterForEventRequest, RegisterForEventRequestSchema, RegisterForEventResponse, RegisterForEventResponseSchema, RegistrationScope, RegistrationStatus, Replay, ReplayPlayback, ReplayPlaybackSchema, ReplaySchema, SearchEventsQuery, SearchEventsQuerySchema, StartViewingSessionRequest, StartViewingSessionRequestSchema, StartViewingSessionResponse, StartViewingSessionResponseSchema, UpdateEventRequest, UpdateEventRequestSchema, UpdateWatchProgressRequestSchema, ViewerHomeResponse, ViewerHomeResponseSchema, ViewerRegistrationView, ViewingSessionHeartbeatResponse, ViewingSessionHeartbeatResponseSchema, ViewingSessionModeSchema, Visibility, VisibilitySchema } from './event/index.mjs';
5
5
  export { AcceptEventCrewAssignmentResponse, AcceptEventCrewAssignmentResponseSchema, AdminBookingAuditEntry, AdminBookingAuditEntrySchema, AdminBookingAuditResponse, AdminBookingAuditResponseSchema, BOOKING_TERMINAL_STATES, BOOKING_TRANSITION_ACTORS, BOOKING_TRANSITION_TARGETS_REQUIRING_REASON, BookingAuditAction, BookingAuditActorSchema, BookingAuditAttachmentAddedDetails, BookingAuditAttachmentAddedDetailsSchema, BookingAuditMessageSentDetails, BookingAuditMessageSentDetailsSchema, BookingAuditRequestMetadataSchema, BookingAuditSnapshotSchema, BookingAuditStateTransitionDetails, BookingAuditStateTransitionDetailsSchema, BookingOrigin, BookingPaymentStatus, BookingResponse, BookingResponseSchema, BookingState, BookingTransitionActor, BookingTransitionKey, CancelMarketplaceJobListingRequest, CancelMarketplaceJobListingRequestSchema, CancelMarketplaceJobListingResponse, CancelMarketplaceJobListingResponseSchema, CloseMarketplaceJobListingResponse, CloseMarketplaceJobListingResponseSchema, CompleteMarketplaceBookingRequest, CompleteMarketplaceBookingRequestSchema, CompleteMarketplaceBookingResponse, CompleteMarketplaceBookingResponseSchema, ConfirmBookingRequest, ConfirmBookingRequestSchema, CreateBookingRequest, CreateBookingRequestSchema, CreateEventCrewAssignmentRequest, CreateEventCrewAssignmentRequestSchema, CreateJobListingRequest, CreateJobListingRequestSchema, CreateMarketplaceBookingRequest, CreateMarketplaceBookingRequestSchema, CreateMarketplaceBookingResponse, CreateMarketplaceBookingResponseSchema, CreateMarketplaceJobListingRequest, CreateMarketplaceJobListingRequestSchema, CreateMarketplaceReviewRequest, CreateMarketplaceReviewRequestSchema, EventCrewAssignmentProducerSummarySchema, EventCrewAssignmentResponse, EventCrewAssignmentResponseSchema, EventCrewAssignmentState, ForceCompleteMarketplaceBookingRequest, ForceCompleteMarketplaceBookingRequestSchema, GetMarketplaceHiringThreadResponse, GetMarketplaceHiringThreadResponseSchema, HostIndicationOfInterestSortBy, IoiState, JobListingCompensationTier, JobListingResponse, JobListingResponseSchema, JobListingState, JobLocation, ListEventCrewAssignmentsResponse, ListEventCrewAssignmentsResponseSchema, ListHostMarketplaceIndicationsQuery, ListHostMarketplaceIndicationsQuerySchema, ListHostMarketplaceJobListingsQuery, ListHostMarketplaceJobListingsQuerySchema, ListMarketplaceHiringThreadMessagesQuery, ListMarketplaceHiringThreadMessagesQuerySchema, ListMarketplaceHiringThreadMessagesResponse, ListMarketplaceHiringThreadMessagesResponseSchema, ListMarketplaceHiringThreadsResponse, ListMarketplaceHiringThreadsResponseSchema, ListMarketplaceJobListingsQuery, ListMarketplaceJobListingsQuerySchema, ListProducerJobsQuery, ListProducerJobsQuerySchema, ListProducerMarketplaceIndicationsQuery, ListProducerMarketplaceIndicationsQuerySchema, ListProducerReviewsQuery, ListProducerReviewsQuerySchema, MarkMarketplaceHiringThreadReadRequest, MarkMarketplaceHiringThreadReadRequestSchema, MarkMarketplaceHiringThreadReadResponse, MarkMarketplaceHiringThreadReadResponseSchema, MarketplaceBookingResponse, MarketplaceBookingResponseSchema, MarketplaceHiringMessage, MarketplaceHiringMessageAttachmentSchema, MarketplaceHiringMessageSchema, MarketplaceHiringThread, MarketplaceHiringThreadInboxItem, MarketplaceHiringThreadInboxItemSchema, MarketplaceHiringThreadSchema, MarketplaceHostIndicationOfInterestInboxItem, MarketplaceHostIndicationOfInterestInboxItemSchema, MarketplaceIndicationOfInterestHostItem, MarketplaceIndicationOfInterestHostItemSchema, MarketplaceIndicationOfInterestResponse, MarketplaceIndicationOfInterestResponseSchema, MarketplaceJobListingResponse, MarketplaceJobListingResponseSchema, MarketplaceProducerIndicationOfInterestInboxItem, MarketplaceProducerIndicationOfInterestInboxItemSchema, MarketplaceReviewResponse, MarketplaceReviewResponseSchema, MessageDeliveryStatus, OpenMarketplaceJobListingResponse, OpenMarketplaceJobListingResponseSchema, PagedProducerReviewsResponse, PagedProducerReviewsResponseSchema, PostMarketplaceHiringThreadMessageRequest, PostMarketplaceHiringThreadMessageRequestSchema, PostMarketplaceHiringThreadMessageResponse, PostMarketplaceHiringThreadMessageResponseSchema, ProducerJobRow, ProducerJobRowKind, ProducerJobRowKindSchema, ProducerJobRowSchema, ProducerJobRowStatus, ProducerJobRowStatusSchema, ProducerJobsTab, ProducerJobsTabCountsResponse, ProducerJobsTabCountsResponseSchema, ProducerJobsTabResponse, ProducerJobsTabResponseSchema, ProducerJobsTabSchema, ProducerRecentReview, ProducerRecentReviewSchema, PublishMarketplaceJobListingResponse, PublishMarketplaceJobListingResponseSchema, PublishReadyJobListing, PublishReadyJobListingSchema, RejectEventCrewAssignmentRequest, RejectEventCrewAssignmentRequestSchema, SortOrder, SubmitMarketplaceIndicationOfInterestRequest, SubmitMarketplaceIndicationOfInterestRequestSchema, TransitionMarketplaceBookingRequest, TransitionMarketplaceBookingRequestSchema, TransitionMarketplaceBookingResponse, TransitionMarketplaceBookingResponseSchema, UpdateEventCrewAssignmentRequest, UpdateEventCrewAssignmentRequestSchema, UpdateMarketplaceJobListingRequest, UpdateMarketplaceJobListingRequestSchema, UploadMarketplaceHiringThreadAttachmentResponse, UploadMarketplaceHiringThreadAttachmentResponseSchema, VALID_BOOKING_TRANSITIONS, bookingTransitionKey, bookingTransitionRequiresReason, canActorPerformBookingTransition, getAllowedBookingTargetStates, getBookingTransitionActors, isValidBookingTransition } from './booking/index.mjs';
6
6
  export { IngestCredentialsResponse, IngestCredentialsResponseSchema, IngestProtocol, PlaybackTokenResponse, PlaybackTokenResponseSchema, StreamStatus, TelemetryReportRequest, TelemetryReportRequestSchema } from './streaming/index.mjs';
7
7
  export { AccessCheckRequest, AccessCheckRequestSchema, AccessCheckResponse, AccessCheckResponseSchema, AccessReason, AwaitingIngestSchema, CreatePurchaseResponse, CreatePurchaseResponseSchema, CtaMode, EntitlementStatus, EscrowStatusData, EscrowStatusDataSchema, InitiatePaymentRequest, InitiatePaymentRequestSchema, InitiatePaymentResponse, InitiatePaymentResponseSchema, MarkCompleteData, MarkCompleteDataSchema, MinorAmountSchema, OnetimeEscrowData, OnetimeEscrowDataSchema, OuterEnvelope, OuterEnvelopeSchema, PandascrowEnvelope, PandascrowEnvelopeSchema, PaymentStatus, PayoutState, PayoutStatus, PayoutView, PayoutViewSchema, PaystackWebhook, PaystackWebhookSchema, PlatformChargeStatus, PricingQuoteResponse, PricingQuoteResponseSchema, PurchaseStatusResponse, PurchaseStatusResponseSchema, ReceiptUrlResponse, ReceiptUrlResponseSchema, RefundFlagData, RefundFlagDataSchema, ReplayPurchasePayment, ReplayPurchasePaymentSchema, ReplayPurchaseResponse, ReplayPurchaseResponseSchema, ReplayPurchaseRow, ReplayPurchaseRowSchema, ReplayPurchaseStatus, RequestWithdrawalBody, RequestWithdrawalBodySchema, SettlementAccountView, SettlementAccountViewSchema, SlateSchema, TrailerSchema, TransactionStatus, TransactionType, UpdateSettlementBody, UpdateSettlementBodySchema, ViewerEventDetailResponseSchema, WalletFundData, WalletFundDataSchema } from './payment/index.mjs';
@@ -10,6 +10,6 @@ export { AdminDisputeResponse, AdminDisputeResponseSchema, AdminDisputesQuery, A
10
10
  export { HostNotificationPreferenceItem, HostNotificationPreferenceItemSchema, HostNotificationPreferencesResponse, HostNotificationPreferencesResponseSchema, ListNotificationsQuery, ListNotificationsQuerySchema, ListNotificationsResponse, ListNotificationsResponseSchema, MarkAllNotificationsReadResponse, MarkAllNotificationsReadResponseSchema, MarkNotificationReadResponse, MarkNotificationReadResponseSchema, NotificationChannel, NotificationPriority, NotificationResponse, NotificationResponseSchema, NotificationType, NotificationsUnreadCountResponse, NotificationsUnreadCountResponseSchema, ProducerNotificationPreferenceItem, ProducerNotificationPreferenceItemSchema, ProducerNotificationPreferencesResponse, ProducerNotificationPreferencesResponseSchema, RegisterPushDeviceRequest, RegisterPushDeviceRequestSchema, RegisterPushDeviceResponse, RegisterPushDeviceResponseSchema, UpdateHostNotificationPreferencesRequest, UpdateHostNotificationPreferencesRequestSchema, UpdateProducerNotificationPreferencesRequest, UpdateProducerNotificationPreferencesRequestSchema } from './notification/index.mjs';
11
11
  export { JobInterestState } from './joblisting/index.mjs';
12
12
  export { ApiErrorCode } from './errors/index.mjs';
13
- export { CHAT_MESSAGE_BODY_MAX_LENGTH, CHAT_MESSAGE_BODY_MIN_LENGTH, CHAT_MODERATION_REASON_MAX_LENGTH, ChatCredentialsResponse, ChatCredentialsResponseSchema, ChatHistoryResponse, ChatHistoryResponseSchema, ChatMessage, ChatMessageSchema, ChatMessageUser, ChatMessageUserSchema, ChatModerationDeleteRequest, ChatModerationDeleteRequestSchema, ChatModerationMuteRequest, ChatModerationMuteRequestSchema, ChatMuteStateResponse, ChatMuteStateResponseSchema, InProcessChatCredentials, InProcessChatCredentialsSchema, IvsChatCredentials, IvsChatCredentialsSchema, PostChatMessageRequest, PostChatMessageRequestSchema } from './chat/index.mjs';
13
+ export { CHAT_MESSAGE_BODY_MAX_LENGTH, CHAT_MESSAGE_BODY_MIN_LENGTH, CHAT_MESSAGE_VIDEO_OFFSET_MAX_SECONDS, CHAT_MODERATION_REASON_MAX_LENGTH, ChatCredentialsResponse, ChatCredentialsResponseSchema, ChatHistoryResponse, ChatHistoryResponseSchema, ChatMessage, ChatMessageSchema, ChatMessageUser, ChatMessageUserSchema, ChatModerationDeleteRequest, ChatModerationDeleteRequestSchema, ChatModerationMuteRequest, ChatModerationMuteRequestSchema, ChatMuteStateResponse, ChatMuteStateResponseSchema, InProcessChatCredentials, InProcessChatCredentialsSchema, IvsChatCredentials, IvsChatCredentialsSchema, PostChatMessageRequest, PostChatMessageRequestSchema } from './chat/index.mjs';
14
14
  export { EndedReason, EndedReasonSchema, EndedReplayState, EndedReplayStateSchema, EventStreamAlertKind, EventStreamAlertKindSchema, EventStreamAlertSeverity, EventStreamAlertSeveritySchema, HOST_DATE_RANGE_PRESETS, HostActivityListPage, HostActivityListPageSchema, HostEventAudienceResponse, HostEventAudienceResponseSchema, HostEventCancelResponse, HostEventCancelResponseSchema, HostEventCrewMember, HostEventCrewMemberSchema, HostEventDashboardPostEventBlockSchema, HostEventDashboardResponse, HostEventDashboardResponseSchema, HostEventEngagementTimeline, HostEventEngagementTimelineBucket, HostEventEngagementTimelineBucketSchema, HostEventEngagementTimelineQuerySchema, HostEventEngagementTimelineResponse, HostEventEngagementTimelineResponseSchema, HostEventFullResponse, HostEventFullResponseSchema, HostEventPatch, HostEventPatchSchema, HostEventReadinessBlock, HostEventReadinessBlockSchema, HostEventReadinessResponse, HostEventReadinessResponseSchema, HostEventReplayPerformanceResponse, HostEventReplayPerformanceResponseSchema, HostEventRowResponse, HostEventRowResponseSchema, HostEventShareResponse, HostEventShareResponseSchema, HostEventWizardCurrentResponse, HostEventWizardCurrentResponseSchema, HostEventWizardPublishResponse, HostEventWizardPublishResponseSchema, HostEventWizardStart, HostEventWizardStartResponse, HostEventWizardStartResponseSchema, HostEventWizardStartSchema, HostEventWizardStepResponse, HostEventWizardStepResponseSchema, HostEventsListPagedQuery, HostEventsListPagedQuerySchema, HostEventsListQuery, HostEventsListQuerySchema, HostEventsTab, HostEventsTabCountsResponse, HostEventsTabCountsResponseSchema, HostEventsTabResponse, HostEventsTabResponseClass, HostEventsTabResponseClassSchema, HostEventsTabResponseSchema, HostEventsTabSchema, HostLiveConsoleAlert, HostLiveConsoleAlertSchema, HostLiveConsoleChat, HostLiveConsoleChatSchema, HostLiveConsoleControls, HostLiveConsoleControlsSchema, HostLiveConsoleCrewMember, HostLiveConsoleCrewMemberSchema, HostLiveConsoleEnded, HostLiveConsoleEndedSchema, HostLiveConsoleEvent, HostLiveConsoleEventSchema, HostLiveConsoleMetrics, HostLiveConsoleMetricsSchema, HostLiveConsolePayload, HostLiveConsolePayloadSchema, HostLiveConsoleTelemetry, HostLiveConsoleTelemetrySchema, HostNotificationsUnreadCount, HostNotificationsUnreadCountSchema, HostOverviewQuery, HostOverviewQuerySchema, HostOverviewResponse, HostOverviewResponseSchema, HostProductionCrewItem, HostProductionCrewItemSchema, HostProductionCrewPhase, HostProductionCrewPhaseSchema, HostSearchHit, HostSearchHitSchema, HostSearchQuery, HostSearchQuerySchema, HostSearchResponse, HostSearchResponseSchema, ListHostEventDashboardQuery, ListHostEventDashboardQuerySchema, ListHostProductionCrewQuery, ListHostProductionCrewQuerySchema, LiveConsoleSlice, LiveConsoleSliceSchema, LiveIngestHealth, LiveIngestHealthSchema, PagedHostProductionCrewResponse, PagedHostProductionCrewResponseSchema, ProductionMode, ProductionModeSchema, ReadinessBlockReason, ReadinessBlockReasonSchema, ReadinessItem, ReadinessItemId, ReadinessItemIdSchema, ReadinessItemSchema, ReadinessItemState, ReadinessItemStateSchema, StreamingStatus, StreamingStatusSchema } from './host/index.mjs';
15
15
  import 'zod';
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  export { ApiError, ApiResponse, ApiResponseSchema, AuditActorRole, AuditActorRoleSchema, CurrencyEnum, DEFAULT_PAGE_NUMBER, DEFAULT_PAGE_SIZE, DeltaDirection, DeltaDirectionSchema, MAX_PAGE_SIZE, MoneyDto, MoneySchema, PaginatedResponse, PaginationMeta, PaginationParams, PaginationParamsSchema, PaginationResponse, PaginationResponseSchema, ResponseMessages } from './common/index.js';
2
2
  export { ChangePasswordRequest, ChangePasswordRequestSchema, ConfirmPassword, ConfirmPasswordSchema, DisableMfaBody, DisableMfaBodySchema, EnableMfaBody, EnableMfaBodySchema, ForgotPasswordRequest, ForgotPasswordRequestSchema, ForgotPasswordResponseSchema, IdentityProvider, LinkRequiredReasonEnum, LinkRequiredResponse, LinkRequiredResponseSchema, LoginRequest, LoginRequestSchema, LoginResponse, LoginResponseSchema, LogoutRequestPayload, LogoutRequestSchema, MFA_ACTIONS, MfaAction, MfaChallengeBody, MfaChallengeBodySchema, MfaVerifyBody, MfaVerifyBodySchema, OauthDirectTokenRequest, OauthDirectTokenRequestSchema, OauthExchangeRequest, OauthExchangeRequestSchema, OauthLinkCompleteEmailRequest, OauthLinkCompleteEmailRequestSchema, OauthLinkCompleteRequest, OauthLinkCompleteRequestSchema, OauthLinkSendOtpRequest, OauthLinkSendOtpRequestSchema, OauthLinkSendOtpResponse, OauthLinkSendOtpResponseSchema, OauthResolveKind, OauthStartQuery, OauthStartQuerySchema, OauthStartResponse, OauthStartResponseSchema, PasswordSchema, ProvidersListItem, ProvidersListItemSchema, ProvidersListResponse, ProvidersListResponseSchema, ReauthTokenResponse, ReauthTokenResponseSchema, RecoveryCode, RecoveryCodeSchema, RefreshTokenRequest, RefreshTokenRequestSchema, RegisterRequest, RegisterRequestSchema, RegisterResponsePayload, RegisterResponseSchema, ResendOtpRequestSchema, ResetPasswordRequest, ResetPasswordRequestSchema, SwitchProfileRequest, SwitchProfileRequestSchema, SwitchProfileResponse, SwitchProfileResponseSchema, TotpCode, TotpCodeSchema, VerifyOtpRequest, VerifyOtpRequestSchema, VerifyOtpResponseSchema } from './auth/index.js';
3
3
  export { AccountStatus, AdminScopeCode, CreateHostProfileRequest, CreateHostProfileRequestSchema, CreateProducerProfileRequest, CreateProducerProfileRequestSchema, DisplayName, DisplayNameSchema, FeedbackCategory, HostProfileResponse, HostProfileResponseSchema, KycStatus, NotificationCategory, NotificationPreferenceItem, NotificationPreferenceItemSchema, NotificationPreferencesResponse, NotificationPreferencesResponseSchema, ProducerExperienceLevel, ProducerProfileResponse, ProducerProfileResponseSchema, ProducerVerificationStatus, RESERVED_DISPLAY_NAMES, SendFeedbackRequest, SendFeedbackRequestSchema, SendFeedbackResponse, SendFeedbackResponseSchema, SetProfilePin, SetProfilePinSchema, UpdateHostProfileRequest, UpdateHostProfileRequestSchema, UpdateNotificationPreferencesRequest, UpdateNotificationPreferencesRequestSchema, UpdateUserRequest, UpdateUserRequestSchema, UpdateViewerCurrencyRequest, UpdateViewerCurrencyRequestSchema, UpdateViewerProfileRequest, UpdateViewerProfileRequestSchema, UserResponse, UserResponseSchema, UserRole, ViewerMeResponse, ViewerMeResponseSchema } from './user/index.js';
4
- export { Category, CategorySchema, CreateEventRequest, CreateEventRequestSchema, Currency, CurrencySchema, DiscoverAggregateResponse, DiscoverAggregateResponseSchema, DiscoverEvents, DiscoverResponse, DiscoverResponseSchema, DiscoverSectionResponse, DiscoverSectionResponseSchema, EndViewingSessionResponse, EndViewingSessionResponseSchema, EntitlementKind, EventAccessModel, EventAllowListType, EventCard, EventCardCta, EventCardCtaSchema, EventCardSchema, EventCategory, EventProductionMode, EventReplayAccess, EventResponse, EventResponseSchema, EventState, EventVisibility, HostAudienceActivityFeedResponse, HostAudienceActivityFeedResponseSchema, HostAudienceDevicesResponse, HostAudienceDevicesResponseSchema, HostAudienceEngagementQuery, HostAudienceEngagementQuerySchema, HostAudienceEngagementResponse, HostAudienceEngagementResponseSchema, HostAudienceGeoResponse, HostAudienceGeoResponseSchema, HostAudienceQuery, HostAudienceQuerySchema, HostAudienceSummaryResponse, HostAudienceSummaryResponseSchema, HostAudienceTopViewersQuery, HostAudienceTopViewersQuerySchema, HostAudienceTopViewersResponse, HostAudienceTopViewersResponseSchema, HostAudienceViewerActivityQuery, HostAudienceViewerActivityQuerySchema, HostAudienceViewerActivityResponse, HostAudienceViewerActivityResponseSchema, HostEarningsBreakdownItem, HostEarningsBreakdownItemSchema, HostEarningsBreakdownQuery, HostEarningsBreakdownQuerySchema, HostEarningsBreakdownResponse, HostEarningsBreakdownResponseSchema, HostEarningsSummaryQuery, HostEarningsSummaryQuerySchema, HostEarningsSummaryResponse, HostEarningsSummaryResponseSchema, HostEarningsTimeseriesPoint, HostEarningsTimeseriesPointSchema, HostEarningsTimeseriesQuery, HostEarningsTimeseriesQuerySchema, HostEarningsTimeseriesResponse, HostEarningsTimeseriesResponseSchema, HostEventTicketSalesTimeline, HostEventTicketSalesTimelinePoint, HostEventTicketSalesTimelinePointSchema, HostEventTicketSalesTimelineQuerySchema, HostEventTicketSalesTimelineResponse, HostEventTicketSalesTimelineResponseSchema, HostEventWizardPatch, HostEventWizardPatchSchema, HostLivePreview, HostLivePreviewSchema, LiveCatchup, LiveCatchupSchema, LivePlayback, LivePlaybackSchema, MyEventCard, MyEventCardSchema, MyEventsQuery, MyEventsQuerySchema, MyEventsResponse, MyEventsResponseSchema, MyEventsTabSchema, PagedEventsResponse, PagedEventsResponseSchema, PatchReplayPeriodRequest, PatchReplayPeriodRequestSchema, PatchReplayPeriodResponse, PatchReplayPeriodResponseSchema, PatchStreamControlRequest, PatchStreamControlRequestSchema, PlaybackResponse, PlaybackResponseSchema, PublicEventCard, PublicEventCardSchema, PublicEventStatusSchema, PublicEventsQuery, PublicEventsQuerySchema, PublicEventsResponse, PublicEventsResponseSchema, RegisterForEventRequest, RegisterForEventRequestSchema, RegisterForEventResponse, RegisterForEventResponseSchema, RegistrationScope, RegistrationStatus, Replay, ReplayPlayback, ReplayPlaybackSchema, ReplaySchema, SearchEventsQuery, SearchEventsQuerySchema, StartViewingSessionRequest, StartViewingSessionRequestSchema, StartViewingSessionResponse, StartViewingSessionResponseSchema, UpdateEventRequest, UpdateEventRequestSchema, UpdateWatchProgressRequestSchema, ViewerHomeResponse, ViewerHomeResponseSchema, ViewerRegistrationView, ViewingSessionHeartbeatResponse, ViewingSessionHeartbeatResponseSchema, ViewingSessionModeSchema, Visibility, VisibilitySchema } from './event/index.js';
4
+ export { Category, CategorySchema, CreateEventRequest, CreateEventRequestSchema, Currency, CurrencySchema, DiscoverAggregateResponse, DiscoverAggregateResponseSchema, DiscoverEvents, DiscoverResponse, DiscoverResponseSchema, DiscoverSectionResponse, DiscoverSectionResponseSchema, EndViewingSessionResponse, EndViewingSessionResponseSchema, EntitlementKind, EventAccessModel, EventAllowListType, EventCard, EventCardCta, EventCardCtaSchema, EventCardSchema, EventCategory, EventProductionMode, EventReplayAccess, EventResponse, EventResponseSchema, EventState, EventVisibility, HostAudienceActivityFeedResponse, HostAudienceActivityFeedResponseSchema, HostAudienceDevicesResponse, HostAudienceDevicesResponseSchema, HostAudienceEngagementQuery, HostAudienceEngagementQuerySchema, HostAudienceEngagementResponse, HostAudienceEngagementResponseSchema, HostAudienceGeoResponse, HostAudienceGeoResponseSchema, HostAudienceQuery, HostAudienceQuerySchema, HostAudienceSummaryResponse, HostAudienceSummaryResponseSchema, HostAudienceTopViewersQuery, HostAudienceTopViewersQuerySchema, HostAudienceTopViewersResponse, HostAudienceTopViewersResponseSchema, HostAudienceViewerActivityQuery, HostAudienceViewerActivityQuerySchema, HostAudienceViewerActivityResponse, HostAudienceViewerActivityResponseSchema, HostEarningsBreakdownItem, HostEarningsBreakdownItemSchema, HostEarningsBreakdownQuery, HostEarningsBreakdownQuerySchema, HostEarningsBreakdownResponse, HostEarningsBreakdownResponseSchema, HostEarningsSummaryQuery, HostEarningsSummaryQuerySchema, HostEarningsSummaryResponse, HostEarningsSummaryResponseSchema, HostEarningsTimeseriesPoint, HostEarningsTimeseriesPointSchema, HostEarningsTimeseriesQuery, HostEarningsTimeseriesQuerySchema, HostEarningsTimeseriesResponse, HostEarningsTimeseriesResponseSchema, HostEventTicketSalesTimeline, HostEventTicketSalesTimelinePoint, HostEventTicketSalesTimelinePointSchema, HostEventTicketSalesTimelineQuerySchema, HostEventTicketSalesTimelineResponse, HostEventTicketSalesTimelineResponseSchema, HostEventWizardPatch, HostEventWizardPatchSchema, HostLivePreview, HostLivePreviewSchema, LiveCatchup, LiveCatchupSchema, LivePlayback, LivePlaybackSchema, MyEventCard, MyEventCardSchema, MyEventsQuery, MyEventsQuerySchema, MyEventsResponse, MyEventsResponseSchema, MyEventsTabSchema, PagedEventsResponse, PagedEventsResponseSchema, PatchReplayPeriodRequest, PatchReplayPeriodRequestSchema, PatchReplayPeriodResponse, PatchReplayPeriodResponseSchema, PatchStreamControlRequest, PatchStreamControlRequestSchema, PlaybackResponse, PlaybackResponseSchema, PublicEventCard, PublicEventCardSchema, PublicEventDetailResponse, PublicEventDetailResponseSchema, PublicEventStatusSchema, PublicEventsQuery, PublicEventsQuerySchema, PublicEventsResponse, PublicEventsResponseSchema, RegisterForEventRequest, RegisterForEventRequestSchema, RegisterForEventResponse, RegisterForEventResponseSchema, RegistrationScope, RegistrationStatus, Replay, ReplayPlayback, ReplayPlaybackSchema, ReplaySchema, SearchEventsQuery, SearchEventsQuerySchema, StartViewingSessionRequest, StartViewingSessionRequestSchema, StartViewingSessionResponse, StartViewingSessionResponseSchema, UpdateEventRequest, UpdateEventRequestSchema, UpdateWatchProgressRequestSchema, ViewerHomeResponse, ViewerHomeResponseSchema, ViewerRegistrationView, ViewingSessionHeartbeatResponse, ViewingSessionHeartbeatResponseSchema, ViewingSessionModeSchema, Visibility, VisibilitySchema } from './event/index.js';
5
5
  export { AcceptEventCrewAssignmentResponse, AcceptEventCrewAssignmentResponseSchema, AdminBookingAuditEntry, AdminBookingAuditEntrySchema, AdminBookingAuditResponse, AdminBookingAuditResponseSchema, BOOKING_TERMINAL_STATES, BOOKING_TRANSITION_ACTORS, BOOKING_TRANSITION_TARGETS_REQUIRING_REASON, BookingAuditAction, BookingAuditActorSchema, BookingAuditAttachmentAddedDetails, BookingAuditAttachmentAddedDetailsSchema, BookingAuditMessageSentDetails, BookingAuditMessageSentDetailsSchema, BookingAuditRequestMetadataSchema, BookingAuditSnapshotSchema, BookingAuditStateTransitionDetails, BookingAuditStateTransitionDetailsSchema, BookingOrigin, BookingPaymentStatus, BookingResponse, BookingResponseSchema, BookingState, BookingTransitionActor, BookingTransitionKey, CancelMarketplaceJobListingRequest, CancelMarketplaceJobListingRequestSchema, CancelMarketplaceJobListingResponse, CancelMarketplaceJobListingResponseSchema, CloseMarketplaceJobListingResponse, CloseMarketplaceJobListingResponseSchema, CompleteMarketplaceBookingRequest, CompleteMarketplaceBookingRequestSchema, CompleteMarketplaceBookingResponse, CompleteMarketplaceBookingResponseSchema, ConfirmBookingRequest, ConfirmBookingRequestSchema, CreateBookingRequest, CreateBookingRequestSchema, CreateEventCrewAssignmentRequest, CreateEventCrewAssignmentRequestSchema, CreateJobListingRequest, CreateJobListingRequestSchema, CreateMarketplaceBookingRequest, CreateMarketplaceBookingRequestSchema, CreateMarketplaceBookingResponse, CreateMarketplaceBookingResponseSchema, CreateMarketplaceJobListingRequest, CreateMarketplaceJobListingRequestSchema, CreateMarketplaceReviewRequest, CreateMarketplaceReviewRequestSchema, EventCrewAssignmentProducerSummarySchema, EventCrewAssignmentResponse, EventCrewAssignmentResponseSchema, EventCrewAssignmentState, ForceCompleteMarketplaceBookingRequest, ForceCompleteMarketplaceBookingRequestSchema, GetMarketplaceHiringThreadResponse, GetMarketplaceHiringThreadResponseSchema, HostIndicationOfInterestSortBy, IoiState, JobListingCompensationTier, JobListingResponse, JobListingResponseSchema, JobListingState, JobLocation, ListEventCrewAssignmentsResponse, ListEventCrewAssignmentsResponseSchema, ListHostMarketplaceIndicationsQuery, ListHostMarketplaceIndicationsQuerySchema, ListHostMarketplaceJobListingsQuery, ListHostMarketplaceJobListingsQuerySchema, ListMarketplaceHiringThreadMessagesQuery, ListMarketplaceHiringThreadMessagesQuerySchema, ListMarketplaceHiringThreadMessagesResponse, ListMarketplaceHiringThreadMessagesResponseSchema, ListMarketplaceHiringThreadsResponse, ListMarketplaceHiringThreadsResponseSchema, ListMarketplaceJobListingsQuery, ListMarketplaceJobListingsQuerySchema, ListProducerJobsQuery, ListProducerJobsQuerySchema, ListProducerMarketplaceIndicationsQuery, ListProducerMarketplaceIndicationsQuerySchema, ListProducerReviewsQuery, ListProducerReviewsQuerySchema, MarkMarketplaceHiringThreadReadRequest, MarkMarketplaceHiringThreadReadRequestSchema, MarkMarketplaceHiringThreadReadResponse, MarkMarketplaceHiringThreadReadResponseSchema, MarketplaceBookingResponse, MarketplaceBookingResponseSchema, MarketplaceHiringMessage, MarketplaceHiringMessageAttachmentSchema, MarketplaceHiringMessageSchema, MarketplaceHiringThread, MarketplaceHiringThreadInboxItem, MarketplaceHiringThreadInboxItemSchema, MarketplaceHiringThreadSchema, MarketplaceHostIndicationOfInterestInboxItem, MarketplaceHostIndicationOfInterestInboxItemSchema, MarketplaceIndicationOfInterestHostItem, MarketplaceIndicationOfInterestHostItemSchema, MarketplaceIndicationOfInterestResponse, MarketplaceIndicationOfInterestResponseSchema, MarketplaceJobListingResponse, MarketplaceJobListingResponseSchema, MarketplaceProducerIndicationOfInterestInboxItem, MarketplaceProducerIndicationOfInterestInboxItemSchema, MarketplaceReviewResponse, MarketplaceReviewResponseSchema, MessageDeliveryStatus, OpenMarketplaceJobListingResponse, OpenMarketplaceJobListingResponseSchema, PagedProducerReviewsResponse, PagedProducerReviewsResponseSchema, PostMarketplaceHiringThreadMessageRequest, PostMarketplaceHiringThreadMessageRequestSchema, PostMarketplaceHiringThreadMessageResponse, PostMarketplaceHiringThreadMessageResponseSchema, ProducerJobRow, ProducerJobRowKind, ProducerJobRowKindSchema, ProducerJobRowSchema, ProducerJobRowStatus, ProducerJobRowStatusSchema, ProducerJobsTab, ProducerJobsTabCountsResponse, ProducerJobsTabCountsResponseSchema, ProducerJobsTabResponse, ProducerJobsTabResponseSchema, ProducerJobsTabSchema, ProducerRecentReview, ProducerRecentReviewSchema, PublishMarketplaceJobListingResponse, PublishMarketplaceJobListingResponseSchema, PublishReadyJobListing, PublishReadyJobListingSchema, RejectEventCrewAssignmentRequest, RejectEventCrewAssignmentRequestSchema, SortOrder, SubmitMarketplaceIndicationOfInterestRequest, SubmitMarketplaceIndicationOfInterestRequestSchema, TransitionMarketplaceBookingRequest, TransitionMarketplaceBookingRequestSchema, TransitionMarketplaceBookingResponse, TransitionMarketplaceBookingResponseSchema, UpdateEventCrewAssignmentRequest, UpdateEventCrewAssignmentRequestSchema, UpdateMarketplaceJobListingRequest, UpdateMarketplaceJobListingRequestSchema, UploadMarketplaceHiringThreadAttachmentResponse, UploadMarketplaceHiringThreadAttachmentResponseSchema, VALID_BOOKING_TRANSITIONS, bookingTransitionKey, bookingTransitionRequiresReason, canActorPerformBookingTransition, getAllowedBookingTargetStates, getBookingTransitionActors, isValidBookingTransition } from './booking/index.js';
6
6
  export { IngestCredentialsResponse, IngestCredentialsResponseSchema, IngestProtocol, PlaybackTokenResponse, PlaybackTokenResponseSchema, StreamStatus, TelemetryReportRequest, TelemetryReportRequestSchema } from './streaming/index.js';
7
7
  export { AccessCheckRequest, AccessCheckRequestSchema, AccessCheckResponse, AccessCheckResponseSchema, AccessReason, AwaitingIngestSchema, CreatePurchaseResponse, CreatePurchaseResponseSchema, CtaMode, EntitlementStatus, EscrowStatusData, EscrowStatusDataSchema, InitiatePaymentRequest, InitiatePaymentRequestSchema, InitiatePaymentResponse, InitiatePaymentResponseSchema, MarkCompleteData, MarkCompleteDataSchema, MinorAmountSchema, OnetimeEscrowData, OnetimeEscrowDataSchema, OuterEnvelope, OuterEnvelopeSchema, PandascrowEnvelope, PandascrowEnvelopeSchema, PaymentStatus, PayoutState, PayoutStatus, PayoutView, PayoutViewSchema, PaystackWebhook, PaystackWebhookSchema, PlatformChargeStatus, PricingQuoteResponse, PricingQuoteResponseSchema, PurchaseStatusResponse, PurchaseStatusResponseSchema, ReceiptUrlResponse, ReceiptUrlResponseSchema, RefundFlagData, RefundFlagDataSchema, ReplayPurchasePayment, ReplayPurchasePaymentSchema, ReplayPurchaseResponse, ReplayPurchaseResponseSchema, ReplayPurchaseRow, ReplayPurchaseRowSchema, ReplayPurchaseStatus, RequestWithdrawalBody, RequestWithdrawalBodySchema, SettlementAccountView, SettlementAccountViewSchema, SlateSchema, TrailerSchema, TransactionStatus, TransactionType, UpdateSettlementBody, UpdateSettlementBodySchema, ViewerEventDetailResponseSchema, WalletFundData, WalletFundDataSchema } from './payment/index.js';
@@ -10,6 +10,6 @@ export { AdminDisputeResponse, AdminDisputeResponseSchema, AdminDisputesQuery, A
10
10
  export { HostNotificationPreferenceItem, HostNotificationPreferenceItemSchema, HostNotificationPreferencesResponse, HostNotificationPreferencesResponseSchema, ListNotificationsQuery, ListNotificationsQuerySchema, ListNotificationsResponse, ListNotificationsResponseSchema, MarkAllNotificationsReadResponse, MarkAllNotificationsReadResponseSchema, MarkNotificationReadResponse, MarkNotificationReadResponseSchema, NotificationChannel, NotificationPriority, NotificationResponse, NotificationResponseSchema, NotificationType, NotificationsUnreadCountResponse, NotificationsUnreadCountResponseSchema, ProducerNotificationPreferenceItem, ProducerNotificationPreferenceItemSchema, ProducerNotificationPreferencesResponse, ProducerNotificationPreferencesResponseSchema, RegisterPushDeviceRequest, RegisterPushDeviceRequestSchema, RegisterPushDeviceResponse, RegisterPushDeviceResponseSchema, UpdateHostNotificationPreferencesRequest, UpdateHostNotificationPreferencesRequestSchema, UpdateProducerNotificationPreferencesRequest, UpdateProducerNotificationPreferencesRequestSchema } from './notification/index.js';
11
11
  export { JobInterestState } from './joblisting/index.js';
12
12
  export { ApiErrorCode } from './errors/index.js';
13
- export { CHAT_MESSAGE_BODY_MAX_LENGTH, CHAT_MESSAGE_BODY_MIN_LENGTH, CHAT_MODERATION_REASON_MAX_LENGTH, ChatCredentialsResponse, ChatCredentialsResponseSchema, ChatHistoryResponse, ChatHistoryResponseSchema, ChatMessage, ChatMessageSchema, ChatMessageUser, ChatMessageUserSchema, ChatModerationDeleteRequest, ChatModerationDeleteRequestSchema, ChatModerationMuteRequest, ChatModerationMuteRequestSchema, ChatMuteStateResponse, ChatMuteStateResponseSchema, InProcessChatCredentials, InProcessChatCredentialsSchema, IvsChatCredentials, IvsChatCredentialsSchema, PostChatMessageRequest, PostChatMessageRequestSchema } from './chat/index.js';
13
+ export { CHAT_MESSAGE_BODY_MAX_LENGTH, CHAT_MESSAGE_BODY_MIN_LENGTH, CHAT_MESSAGE_VIDEO_OFFSET_MAX_SECONDS, CHAT_MODERATION_REASON_MAX_LENGTH, ChatCredentialsResponse, ChatCredentialsResponseSchema, ChatHistoryResponse, ChatHistoryResponseSchema, ChatMessage, ChatMessageSchema, ChatMessageUser, ChatMessageUserSchema, ChatModerationDeleteRequest, ChatModerationDeleteRequestSchema, ChatModerationMuteRequest, ChatModerationMuteRequestSchema, ChatMuteStateResponse, ChatMuteStateResponseSchema, InProcessChatCredentials, InProcessChatCredentialsSchema, IvsChatCredentials, IvsChatCredentialsSchema, PostChatMessageRequest, PostChatMessageRequestSchema } from './chat/index.js';
14
14
  export { EndedReason, EndedReasonSchema, EndedReplayState, EndedReplayStateSchema, EventStreamAlertKind, EventStreamAlertKindSchema, EventStreamAlertSeverity, EventStreamAlertSeveritySchema, HOST_DATE_RANGE_PRESETS, HostActivityListPage, HostActivityListPageSchema, HostEventAudienceResponse, HostEventAudienceResponseSchema, HostEventCancelResponse, HostEventCancelResponseSchema, HostEventCrewMember, HostEventCrewMemberSchema, HostEventDashboardPostEventBlockSchema, HostEventDashboardResponse, HostEventDashboardResponseSchema, HostEventEngagementTimeline, HostEventEngagementTimelineBucket, HostEventEngagementTimelineBucketSchema, HostEventEngagementTimelineQuerySchema, HostEventEngagementTimelineResponse, HostEventEngagementTimelineResponseSchema, HostEventFullResponse, HostEventFullResponseSchema, HostEventPatch, HostEventPatchSchema, HostEventReadinessBlock, HostEventReadinessBlockSchema, HostEventReadinessResponse, HostEventReadinessResponseSchema, HostEventReplayPerformanceResponse, HostEventReplayPerformanceResponseSchema, HostEventRowResponse, HostEventRowResponseSchema, HostEventShareResponse, HostEventShareResponseSchema, HostEventWizardCurrentResponse, HostEventWizardCurrentResponseSchema, HostEventWizardPublishResponse, HostEventWizardPublishResponseSchema, HostEventWizardStart, HostEventWizardStartResponse, HostEventWizardStartResponseSchema, HostEventWizardStartSchema, HostEventWizardStepResponse, HostEventWizardStepResponseSchema, HostEventsListPagedQuery, HostEventsListPagedQuerySchema, HostEventsListQuery, HostEventsListQuerySchema, HostEventsTab, HostEventsTabCountsResponse, HostEventsTabCountsResponseSchema, HostEventsTabResponse, HostEventsTabResponseClass, HostEventsTabResponseClassSchema, HostEventsTabResponseSchema, HostEventsTabSchema, HostLiveConsoleAlert, HostLiveConsoleAlertSchema, HostLiveConsoleChat, HostLiveConsoleChatSchema, HostLiveConsoleControls, HostLiveConsoleControlsSchema, HostLiveConsoleCrewMember, HostLiveConsoleCrewMemberSchema, HostLiveConsoleEnded, HostLiveConsoleEndedSchema, HostLiveConsoleEvent, HostLiveConsoleEventSchema, HostLiveConsoleMetrics, HostLiveConsoleMetricsSchema, HostLiveConsolePayload, HostLiveConsolePayloadSchema, HostLiveConsoleTelemetry, HostLiveConsoleTelemetrySchema, HostNotificationsUnreadCount, HostNotificationsUnreadCountSchema, HostOverviewQuery, HostOverviewQuerySchema, HostOverviewResponse, HostOverviewResponseSchema, HostProductionCrewItem, HostProductionCrewItemSchema, HostProductionCrewPhase, HostProductionCrewPhaseSchema, HostSearchHit, HostSearchHitSchema, HostSearchQuery, HostSearchQuerySchema, HostSearchResponse, HostSearchResponseSchema, ListHostEventDashboardQuery, ListHostEventDashboardQuerySchema, ListHostProductionCrewQuery, ListHostProductionCrewQuerySchema, LiveConsoleSlice, LiveConsoleSliceSchema, LiveIngestHealth, LiveIngestHealthSchema, PagedHostProductionCrewResponse, PagedHostProductionCrewResponseSchema, ProductionMode, ProductionModeSchema, ReadinessBlockReason, ReadinessBlockReasonSchema, ReadinessItem, ReadinessItemId, ReadinessItemIdSchema, ReadinessItemSchema, ReadinessItemState, ReadinessItemStateSchema, StreamingStatus, StreamingStatusSchema } from './host/index.js';
15
15
  import 'zod';