@livdot-tech/contracts 1.10.3 → 1.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth/index.js +1 -1
- package/dist/auth/index.mjs +1 -1
- package/dist/{chunk-PO2YKATC.js → chunk-3K52TZLX.js} +2 -2
- package/dist/{chunk-PO2YKATC.js.map → chunk-3K52TZLX.js.map} +1 -1
- package/dist/chunk-5HZC3KL7.js +2 -0
- package/dist/chunk-5HZC3KL7.js.map +1 -0
- package/dist/chunk-725D6CRY.js +2 -0
- package/dist/chunk-725D6CRY.js.map +1 -0
- package/dist/{chunk-ZXDNKK32.js → chunk-7L65KZUM.js} +2 -2
- package/dist/chunk-7L65KZUM.js.map +1 -0
- package/dist/{chunk-ZPBK5QS4.mjs → chunk-DE5YOU4E.mjs} +2 -2
- package/dist/{chunk-ZPBK5QS4.mjs.map → chunk-DE5YOU4E.mjs.map} +1 -1
- package/dist/{chunk-GHFM22ZF.mjs → chunk-GLC4IFD3.mjs} +2 -2
- package/dist/chunk-GLC4IFD3.mjs.map +1 -0
- package/dist/chunk-KATK7GAZ.mjs +2 -0
- package/dist/chunk-KATK7GAZ.mjs.map +1 -0
- package/dist/chunk-NS2BEIGW.mjs +2 -0
- package/dist/chunk-NS2BEIGW.mjs.map +1 -0
- package/dist/chunk-O2PHSU4I.mjs +2 -0
- package/dist/chunk-O2PHSU4I.mjs.map +1 -0
- package/dist/chunk-TZ7OL7SF.mjs +2 -0
- package/dist/chunk-TZ7OL7SF.mjs.map +1 -0
- package/dist/chunk-UQVQE4W4.js +2 -0
- package/dist/chunk-UQVQE4W4.js.map +1 -0
- package/dist/{chunk-DWMOEKLB.mjs → chunk-UTRS2VQ2.mjs} +2 -2
- package/dist/{chunk-DWMOEKLB.mjs.map → chunk-UTRS2VQ2.mjs.map} +1 -1
- package/dist/{chunk-6V6UXZSJ.js → chunk-W6XZS6LZ.js} +2 -2
- package/dist/{chunk-6V6UXZSJ.js.map → chunk-W6XZS6LZ.js.map} +1 -1
- package/dist/{chunk-JNU5CZVT.js → chunk-YC6IPGNY.js} +2 -2
- package/dist/chunk-YC6IPGNY.js.map +1 -0
- package/dist/dispute/index.d.mts +11 -1
- package/dist/dispute/index.d.ts +11 -1
- package/dist/dispute/index.js +1 -1
- package/dist/dispute/index.mjs +1 -1
- package/dist/event/index.d.mts +118 -1
- package/dist/event/index.d.ts +118 -1
- package/dist/event/index.js +1 -1
- package/dist/event/index.mjs +1 -1
- package/dist/host/index.d.mts +16 -2
- package/dist/host/index.d.ts +16 -2
- package/dist/host/index.js +1 -1
- package/dist/host/index.mjs +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/marketplace/index.js +1 -1
- package/dist/marketplace/index.mjs +1 -1
- package/dist/notification/index.d.mts +29 -1
- package/dist/notification/index.d.ts +29 -1
- package/dist/notification/index.js +1 -1
- package/dist/notification/index.mjs +1 -1
- package/dist/payment/index.js +1 -1
- package/dist/payment/index.mjs +1 -1
- package/dist/user/index.d.mts +12 -0
- package/dist/user/index.d.ts +12 -0
- package/dist/user/index.js +1 -1
- package/dist/user/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-3XLDX2QM.js +0 -2
- package/dist/chunk-3XLDX2QM.js.map +0 -1
- package/dist/chunk-5ENUSIHI.mjs +0 -2
- package/dist/chunk-5ENUSIHI.mjs.map +0 -1
- package/dist/chunk-5MBLNDI2.mjs +0 -2
- package/dist/chunk-5MBLNDI2.mjs.map +0 -1
- package/dist/chunk-6CM2RFBP.mjs +0 -2
- package/dist/chunk-6CM2RFBP.mjs.map +0 -1
- package/dist/chunk-APICRKQV.js +0 -2
- package/dist/chunk-APICRKQV.js.map +0 -1
- package/dist/chunk-FIHIJXIM.mjs +0 -2
- package/dist/chunk-FIHIJXIM.mjs.map +0 -1
- package/dist/chunk-GHFM22ZF.mjs.map +0 -1
- package/dist/chunk-GYSYXIRD.js +0 -2
- package/dist/chunk-GYSYXIRD.js.map +0 -1
- package/dist/chunk-JNU5CZVT.js.map +0 -1
- package/dist/chunk-ZXDNKK32.js.map +0 -1
package/dist/event/index.d.mts
CHANGED
|
@@ -2405,6 +2405,114 @@ declare const HostEventTicketSalesTimelineResponseSchema: z.ZodObject<{
|
|
|
2405
2405
|
revenueMinor: z.ZodString;
|
|
2406
2406
|
}, z.core.$strip>>;
|
|
2407
2407
|
}, z.core.$strip>;
|
|
2408
|
+
declare const HostAudienceQuerySchema: z.ZodObject<{
|
|
2409
|
+
from: z.ZodOptional<z.ZodString>;
|
|
2410
|
+
to: z.ZodOptional<z.ZodString>;
|
|
2411
|
+
}, z.core.$strip>;
|
|
2412
|
+
declare const HostAudienceSummaryResponseSchema: z.ZodObject<{
|
|
2413
|
+
from: z.ZodISODateTime;
|
|
2414
|
+
to: z.ZodISODateTime;
|
|
2415
|
+
currency: z.ZodString;
|
|
2416
|
+
summary: z.ZodObject<{
|
|
2417
|
+
totalViewers: z.ZodNumber;
|
|
2418
|
+
uniqueViewers: z.ZodNumber;
|
|
2419
|
+
liveSpenders: z.ZodNumber;
|
|
2420
|
+
casualViewers: z.ZodNumber;
|
|
2421
|
+
}, z.core.$strip>;
|
|
2422
|
+
segments: z.ZodObject<{
|
|
2423
|
+
newViewers: z.ZodObject<{
|
|
2424
|
+
count: z.ZodNumber;
|
|
2425
|
+
pct: z.ZodNumber;
|
|
2426
|
+
}, z.core.$strip>;
|
|
2427
|
+
returningViewers: z.ZodObject<{
|
|
2428
|
+
count: z.ZodNumber;
|
|
2429
|
+
pct: z.ZodNumber;
|
|
2430
|
+
}, z.core.$strip>;
|
|
2431
|
+
highValueBuyers: z.ZodObject<{
|
|
2432
|
+
count: z.ZodNumber;
|
|
2433
|
+
pct: z.ZodNumber;
|
|
2434
|
+
}, z.core.$strip>;
|
|
2435
|
+
casualViewers: z.ZodObject<{
|
|
2436
|
+
count: z.ZodNumber;
|
|
2437
|
+
pct: z.ZodNumber;
|
|
2438
|
+
}, z.core.$strip>;
|
|
2439
|
+
}, z.core.$strip>;
|
|
2440
|
+
revenuePerViewer: z.ZodObject<{
|
|
2441
|
+
lowSpenders: z.ZodNumber;
|
|
2442
|
+
midSpenders: z.ZodNumber;
|
|
2443
|
+
highSpenders: z.ZodNumber;
|
|
2444
|
+
}, z.core.$strip>;
|
|
2445
|
+
}, z.core.$strip>;
|
|
2446
|
+
declare const HostAudienceTopViewersQuerySchema: z.ZodObject<{
|
|
2447
|
+
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
2448
|
+
}, z.core.$strip>;
|
|
2449
|
+
declare const HostAudienceTopViewersResponseSchema: z.ZodObject<{
|
|
2450
|
+
currency: z.ZodString;
|
|
2451
|
+
items: z.ZodArray<z.ZodObject<{
|
|
2452
|
+
userId: z.ZodUUID;
|
|
2453
|
+
displayName: z.ZodString;
|
|
2454
|
+
avatarKey: z.ZodNullable<z.ZodString>;
|
|
2455
|
+
totalSpendMinor: z.ZodString;
|
|
2456
|
+
eventCount: z.ZodNumber;
|
|
2457
|
+
}, z.core.$strip>>;
|
|
2458
|
+
}, z.core.$strip>;
|
|
2459
|
+
declare const HostAudienceActivityFeedResponseSchema: z.ZodObject<{
|
|
2460
|
+
totalCount: z.ZodNumber;
|
|
2461
|
+
pageNumber: z.ZodNumber;
|
|
2462
|
+
pageSize: z.ZodNumber;
|
|
2463
|
+
totalPages: z.ZodNumber;
|
|
2464
|
+
hasPreviousPage: z.ZodBoolean;
|
|
2465
|
+
hasNextPage: z.ZodBoolean;
|
|
2466
|
+
items: z.ZodArray<z.ZodObject<{
|
|
2467
|
+
kind: z.ZodEnum<{
|
|
2468
|
+
TICKET_SOLD: "TICKET_SOLD";
|
|
2469
|
+
REPLAY_SOLD: "REPLAY_SOLD";
|
|
2470
|
+
}>;
|
|
2471
|
+
subjectType: z.ZodEnum<{
|
|
2472
|
+
Event: "Event";
|
|
2473
|
+
PaymentIntent: "PaymentIntent";
|
|
2474
|
+
ReplayPurchase: "ReplayPurchase";
|
|
2475
|
+
Booking: "Booking";
|
|
2476
|
+
}>;
|
|
2477
|
+
subjectId: z.ZodString;
|
|
2478
|
+
occurredAt: z.ZodNumber;
|
|
2479
|
+
payload: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
2480
|
+
}, z.core.$strip>>;
|
|
2481
|
+
}, z.core.$strip>;
|
|
2482
|
+
declare const HostAudienceGeoResponseSchema: z.ZodObject<{
|
|
2483
|
+
from: z.ZodISODateTime;
|
|
2484
|
+
to: z.ZodISODateTime;
|
|
2485
|
+
items: z.ZodArray<z.ZodObject<{
|
|
2486
|
+
country: z.ZodString;
|
|
2487
|
+
viewerCount: z.ZodNumber;
|
|
2488
|
+
}, z.core.$strip>>;
|
|
2489
|
+
}, z.core.$strip>;
|
|
2490
|
+
declare const HostAudienceDevicesResponseSchema: z.ZodObject<{
|
|
2491
|
+
from: z.ZodISODateTime;
|
|
2492
|
+
to: z.ZodISODateTime;
|
|
2493
|
+
items: z.ZodArray<z.ZodObject<{
|
|
2494
|
+
deviceType: z.ZodString;
|
|
2495
|
+
viewerCount: z.ZodNumber;
|
|
2496
|
+
}, z.core.$strip>>;
|
|
2497
|
+
}, z.core.$strip>;
|
|
2498
|
+
declare const HostAudienceViewerActivityResponseSchema: z.ZodObject<{
|
|
2499
|
+
from: z.ZodISODateTime;
|
|
2500
|
+
to: z.ZodISODateTime;
|
|
2501
|
+
granularity: z.ZodEnum<{
|
|
2502
|
+
daily: "daily";
|
|
2503
|
+
}>;
|
|
2504
|
+
points: z.ZodArray<z.ZodObject<{
|
|
2505
|
+
date: z.ZodString;
|
|
2506
|
+
viewers: z.ZodNumber;
|
|
2507
|
+
}, z.core.$strip>>;
|
|
2508
|
+
}, z.core.$strip>;
|
|
2509
|
+
declare const HostAudienceViewerActivityQuerySchema: z.ZodObject<{
|
|
2510
|
+
from: z.ZodOptional<z.ZodString>;
|
|
2511
|
+
to: z.ZodOptional<z.ZodString>;
|
|
2512
|
+
granularity: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2513
|
+
daily: "daily";
|
|
2514
|
+
}>>>;
|
|
2515
|
+
}, z.core.$strip>;
|
|
2408
2516
|
|
|
2409
2517
|
type PublicEventCard = z.infer<typeof PublicEventCardSchema>;
|
|
2410
2518
|
type PublicEventsQuery = z.infer<typeof PublicEventsQuerySchema>;
|
|
@@ -2450,7 +2558,16 @@ type HostLivePreview = z.infer<typeof HostLivePreviewSchema>;
|
|
|
2450
2558
|
type PatchReplayPeriodRequest = z.infer<typeof PatchReplayPeriodRequestSchema>;
|
|
2451
2559
|
type PatchReplayPeriodResponse = z.infer<typeof PatchReplayPeriodResponseSchema>;
|
|
2452
2560
|
type HostEventTicketSalesTimeline = z.infer<typeof HostEventTicketSalesTimelineQuerySchema>;
|
|
2561
|
+
type HostAudienceQuery = z.infer<typeof HostAudienceQuerySchema>;
|
|
2562
|
+
type HostAudienceSummaryResponse = z.infer<typeof HostAudienceSummaryResponseSchema>;
|
|
2563
|
+
type HostAudienceTopViewersQuery = z.infer<typeof HostAudienceTopViewersQuerySchema>;
|
|
2564
|
+
type HostAudienceTopViewersResponse = z.infer<typeof HostAudienceTopViewersResponseSchema>;
|
|
2565
|
+
type HostAudienceGeoResponse = z.infer<typeof HostAudienceGeoResponseSchema>;
|
|
2566
|
+
type HostAudienceDevicesResponse = z.infer<typeof HostAudienceDevicesResponseSchema>;
|
|
2567
|
+
type HostAudienceViewerActivityQuery = z.infer<typeof HostAudienceViewerActivityQuerySchema>;
|
|
2568
|
+
type HostAudienceViewerActivityResponse = z.infer<typeof HostAudienceViewerActivityResponseSchema>;
|
|
2569
|
+
type HostAudienceActivityFeedResponse = z.infer<typeof HostAudienceActivityFeedResponseSchema>;
|
|
2453
2570
|
type HostEventTicketSalesTimelineResponse = z.infer<typeof HostEventTicketSalesTimelineResponseSchema>;
|
|
2454
2571
|
type HostEventTicketSalesTimelinePoint = z.infer<typeof HostEventTicketSalesTimelinePointSchema>;
|
|
2455
2572
|
|
|
2456
|
-
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 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 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, SupportedCurrency, type UpdateEventRequest, UpdateEventRequestSchema, UpdateWatchProgressRequestSchema, type ViewerHomeResponse, ViewerHomeResponseSchema, ViewerRegistrationView, type ViewingSessionHeartbeatResponse, ViewingSessionHeartbeatResponseSchema, type Visibility, VisibilitySchema };
|
|
2573
|
+
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 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 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, SupportedCurrency, type UpdateEventRequest, UpdateEventRequestSchema, UpdateWatchProgressRequestSchema, type ViewerHomeResponse, ViewerHomeResponseSchema, ViewerRegistrationView, type ViewingSessionHeartbeatResponse, ViewingSessionHeartbeatResponseSchema, type Visibility, VisibilitySchema };
|
package/dist/event/index.d.ts
CHANGED
|
@@ -2405,6 +2405,114 @@ declare const HostEventTicketSalesTimelineResponseSchema: z.ZodObject<{
|
|
|
2405
2405
|
revenueMinor: z.ZodString;
|
|
2406
2406
|
}, z.core.$strip>>;
|
|
2407
2407
|
}, z.core.$strip>;
|
|
2408
|
+
declare const HostAudienceQuerySchema: z.ZodObject<{
|
|
2409
|
+
from: z.ZodOptional<z.ZodString>;
|
|
2410
|
+
to: z.ZodOptional<z.ZodString>;
|
|
2411
|
+
}, z.core.$strip>;
|
|
2412
|
+
declare const HostAudienceSummaryResponseSchema: z.ZodObject<{
|
|
2413
|
+
from: z.ZodISODateTime;
|
|
2414
|
+
to: z.ZodISODateTime;
|
|
2415
|
+
currency: z.ZodString;
|
|
2416
|
+
summary: z.ZodObject<{
|
|
2417
|
+
totalViewers: z.ZodNumber;
|
|
2418
|
+
uniqueViewers: z.ZodNumber;
|
|
2419
|
+
liveSpenders: z.ZodNumber;
|
|
2420
|
+
casualViewers: z.ZodNumber;
|
|
2421
|
+
}, z.core.$strip>;
|
|
2422
|
+
segments: z.ZodObject<{
|
|
2423
|
+
newViewers: z.ZodObject<{
|
|
2424
|
+
count: z.ZodNumber;
|
|
2425
|
+
pct: z.ZodNumber;
|
|
2426
|
+
}, z.core.$strip>;
|
|
2427
|
+
returningViewers: z.ZodObject<{
|
|
2428
|
+
count: z.ZodNumber;
|
|
2429
|
+
pct: z.ZodNumber;
|
|
2430
|
+
}, z.core.$strip>;
|
|
2431
|
+
highValueBuyers: z.ZodObject<{
|
|
2432
|
+
count: z.ZodNumber;
|
|
2433
|
+
pct: z.ZodNumber;
|
|
2434
|
+
}, z.core.$strip>;
|
|
2435
|
+
casualViewers: z.ZodObject<{
|
|
2436
|
+
count: z.ZodNumber;
|
|
2437
|
+
pct: z.ZodNumber;
|
|
2438
|
+
}, z.core.$strip>;
|
|
2439
|
+
}, z.core.$strip>;
|
|
2440
|
+
revenuePerViewer: z.ZodObject<{
|
|
2441
|
+
lowSpenders: z.ZodNumber;
|
|
2442
|
+
midSpenders: z.ZodNumber;
|
|
2443
|
+
highSpenders: z.ZodNumber;
|
|
2444
|
+
}, z.core.$strip>;
|
|
2445
|
+
}, z.core.$strip>;
|
|
2446
|
+
declare const HostAudienceTopViewersQuerySchema: z.ZodObject<{
|
|
2447
|
+
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
2448
|
+
}, z.core.$strip>;
|
|
2449
|
+
declare const HostAudienceTopViewersResponseSchema: z.ZodObject<{
|
|
2450
|
+
currency: z.ZodString;
|
|
2451
|
+
items: z.ZodArray<z.ZodObject<{
|
|
2452
|
+
userId: z.ZodUUID;
|
|
2453
|
+
displayName: z.ZodString;
|
|
2454
|
+
avatarKey: z.ZodNullable<z.ZodString>;
|
|
2455
|
+
totalSpendMinor: z.ZodString;
|
|
2456
|
+
eventCount: z.ZodNumber;
|
|
2457
|
+
}, z.core.$strip>>;
|
|
2458
|
+
}, z.core.$strip>;
|
|
2459
|
+
declare const HostAudienceActivityFeedResponseSchema: z.ZodObject<{
|
|
2460
|
+
totalCount: z.ZodNumber;
|
|
2461
|
+
pageNumber: z.ZodNumber;
|
|
2462
|
+
pageSize: z.ZodNumber;
|
|
2463
|
+
totalPages: z.ZodNumber;
|
|
2464
|
+
hasPreviousPage: z.ZodBoolean;
|
|
2465
|
+
hasNextPage: z.ZodBoolean;
|
|
2466
|
+
items: z.ZodArray<z.ZodObject<{
|
|
2467
|
+
kind: z.ZodEnum<{
|
|
2468
|
+
TICKET_SOLD: "TICKET_SOLD";
|
|
2469
|
+
REPLAY_SOLD: "REPLAY_SOLD";
|
|
2470
|
+
}>;
|
|
2471
|
+
subjectType: z.ZodEnum<{
|
|
2472
|
+
Event: "Event";
|
|
2473
|
+
PaymentIntent: "PaymentIntent";
|
|
2474
|
+
ReplayPurchase: "ReplayPurchase";
|
|
2475
|
+
Booking: "Booking";
|
|
2476
|
+
}>;
|
|
2477
|
+
subjectId: z.ZodString;
|
|
2478
|
+
occurredAt: z.ZodNumber;
|
|
2479
|
+
payload: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
2480
|
+
}, z.core.$strip>>;
|
|
2481
|
+
}, z.core.$strip>;
|
|
2482
|
+
declare const HostAudienceGeoResponseSchema: z.ZodObject<{
|
|
2483
|
+
from: z.ZodISODateTime;
|
|
2484
|
+
to: z.ZodISODateTime;
|
|
2485
|
+
items: z.ZodArray<z.ZodObject<{
|
|
2486
|
+
country: z.ZodString;
|
|
2487
|
+
viewerCount: z.ZodNumber;
|
|
2488
|
+
}, z.core.$strip>>;
|
|
2489
|
+
}, z.core.$strip>;
|
|
2490
|
+
declare const HostAudienceDevicesResponseSchema: z.ZodObject<{
|
|
2491
|
+
from: z.ZodISODateTime;
|
|
2492
|
+
to: z.ZodISODateTime;
|
|
2493
|
+
items: z.ZodArray<z.ZodObject<{
|
|
2494
|
+
deviceType: z.ZodString;
|
|
2495
|
+
viewerCount: z.ZodNumber;
|
|
2496
|
+
}, z.core.$strip>>;
|
|
2497
|
+
}, z.core.$strip>;
|
|
2498
|
+
declare const HostAudienceViewerActivityResponseSchema: z.ZodObject<{
|
|
2499
|
+
from: z.ZodISODateTime;
|
|
2500
|
+
to: z.ZodISODateTime;
|
|
2501
|
+
granularity: z.ZodEnum<{
|
|
2502
|
+
daily: "daily";
|
|
2503
|
+
}>;
|
|
2504
|
+
points: z.ZodArray<z.ZodObject<{
|
|
2505
|
+
date: z.ZodString;
|
|
2506
|
+
viewers: z.ZodNumber;
|
|
2507
|
+
}, z.core.$strip>>;
|
|
2508
|
+
}, z.core.$strip>;
|
|
2509
|
+
declare const HostAudienceViewerActivityQuerySchema: z.ZodObject<{
|
|
2510
|
+
from: z.ZodOptional<z.ZodString>;
|
|
2511
|
+
to: z.ZodOptional<z.ZodString>;
|
|
2512
|
+
granularity: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2513
|
+
daily: "daily";
|
|
2514
|
+
}>>>;
|
|
2515
|
+
}, z.core.$strip>;
|
|
2408
2516
|
|
|
2409
2517
|
type PublicEventCard = z.infer<typeof PublicEventCardSchema>;
|
|
2410
2518
|
type PublicEventsQuery = z.infer<typeof PublicEventsQuerySchema>;
|
|
@@ -2450,7 +2558,16 @@ type HostLivePreview = z.infer<typeof HostLivePreviewSchema>;
|
|
|
2450
2558
|
type PatchReplayPeriodRequest = z.infer<typeof PatchReplayPeriodRequestSchema>;
|
|
2451
2559
|
type PatchReplayPeriodResponse = z.infer<typeof PatchReplayPeriodResponseSchema>;
|
|
2452
2560
|
type HostEventTicketSalesTimeline = z.infer<typeof HostEventTicketSalesTimelineQuerySchema>;
|
|
2561
|
+
type HostAudienceQuery = z.infer<typeof HostAudienceQuerySchema>;
|
|
2562
|
+
type HostAudienceSummaryResponse = z.infer<typeof HostAudienceSummaryResponseSchema>;
|
|
2563
|
+
type HostAudienceTopViewersQuery = z.infer<typeof HostAudienceTopViewersQuerySchema>;
|
|
2564
|
+
type HostAudienceTopViewersResponse = z.infer<typeof HostAudienceTopViewersResponseSchema>;
|
|
2565
|
+
type HostAudienceGeoResponse = z.infer<typeof HostAudienceGeoResponseSchema>;
|
|
2566
|
+
type HostAudienceDevicesResponse = z.infer<typeof HostAudienceDevicesResponseSchema>;
|
|
2567
|
+
type HostAudienceViewerActivityQuery = z.infer<typeof HostAudienceViewerActivityQuerySchema>;
|
|
2568
|
+
type HostAudienceViewerActivityResponse = z.infer<typeof HostAudienceViewerActivityResponseSchema>;
|
|
2569
|
+
type HostAudienceActivityFeedResponse = z.infer<typeof HostAudienceActivityFeedResponseSchema>;
|
|
2453
2570
|
type HostEventTicketSalesTimelineResponse = z.infer<typeof HostEventTicketSalesTimelineResponseSchema>;
|
|
2454
2571
|
type HostEventTicketSalesTimelinePoint = z.infer<typeof HostEventTicketSalesTimelinePointSchema>;
|
|
2455
2572
|
|
|
2456
|
-
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 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 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, SupportedCurrency, type UpdateEventRequest, UpdateEventRequestSchema, UpdateWatchProgressRequestSchema, type ViewerHomeResponse, ViewerHomeResponseSchema, ViewerRegistrationView, type ViewingSessionHeartbeatResponse, ViewingSessionHeartbeatResponseSchema, type Visibility, VisibilitySchema };
|
|
2573
|
+
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 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 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, SupportedCurrency, type UpdateEventRequest, UpdateEventRequestSchema, UpdateWatchProgressRequestSchema, type ViewerHomeResponse, ViewerHomeResponseSchema, ViewerRegistrationView, type ViewingSessionHeartbeatResponse, ViewingSessionHeartbeatResponseSchema, type Visibility, VisibilitySchema };
|
package/dist/event/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunkUQVQE4W4_js=require('../chunk-UQVQE4W4.js');require('../chunk-244RJ2YJ.js'),require('../chunk-DQG37GYU.js');Object.defineProperty(exports,"CategorySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.oa}});Object.defineProperty(exports,"CreateEventRequestSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.R}});Object.defineProperty(exports,"CurrencySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.na}});Object.defineProperty(exports,"DiscoverAggregateResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Y}});Object.defineProperty(exports,"DiscoverEvents",{enumerable:true,get:function(){return chunkUQVQE4W4_js.k}});Object.defineProperty(exports,"DiscoverResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js._}});Object.defineProperty(exports,"DiscoverSectionResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Z}});Object.defineProperty(exports,"EndViewingSessionResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.la}});Object.defineProperty(exports,"EntitlementKind",{enumerable:true,get:function(){return chunkUQVQE4W4_js.n}});Object.defineProperty(exports,"EventAccessModel",{enumerable:true,get:function(){return chunkUQVQE4W4_js.c}});Object.defineProperty(exports,"EventAllowListType",{enumerable:true,get:function(){return chunkUQVQE4W4_js.e}});Object.defineProperty(exports,"EventCardCtaSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.T}});Object.defineProperty(exports,"EventCardSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.V}});Object.defineProperty(exports,"EventCategory",{enumerable:true,get:function(){return chunkUQVQE4W4_js.g}});Object.defineProperty(exports,"EventProductionMode",{enumerable:true,get:function(){return chunkUQVQE4W4_js.d}});Object.defineProperty(exports,"EventReplayAccess",{enumerable:true,get:function(){return chunkUQVQE4W4_js.a}});Object.defineProperty(exports,"EventResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.U}});Object.defineProperty(exports,"EventState",{enumerable:true,get:function(){return chunkUQVQE4W4_js.f}});Object.defineProperty(exports,"EventVisibility",{enumerable:true,get:function(){return chunkUQVQE4W4_js.b}});Object.defineProperty(exports,"HostAudienceActivityFeedResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Pa}});Object.defineProperty(exports,"HostAudienceDevicesResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Ra}});Object.defineProperty(exports,"HostAudienceGeoResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Qa}});Object.defineProperty(exports,"HostAudienceQuerySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.La}});Object.defineProperty(exports,"HostAudienceSummaryResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Ma}});Object.defineProperty(exports,"HostAudienceTopViewersQuerySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Na}});Object.defineProperty(exports,"HostAudienceTopViewersResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Oa}});Object.defineProperty(exports,"HostAudienceViewerActivityQuerySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Ta}});Object.defineProperty(exports,"HostAudienceViewerActivityResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Sa}});Object.defineProperty(exports,"HostEarningsBreakdownItemSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.xa}});Object.defineProperty(exports,"HostEarningsBreakdownQuerySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.ua}});Object.defineProperty(exports,"HostEarningsBreakdownResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.ya}});Object.defineProperty(exports,"HostEarningsSummaryQuerySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.ta}});Object.defineProperty(exports,"HostEarningsSummaryResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.wa}});Object.defineProperty(exports,"HostEarningsTimeseriesPointSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.za}});Object.defineProperty(exports,"HostEarningsTimeseriesQuerySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.va}});Object.defineProperty(exports,"HostEarningsTimeseriesResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Aa}});Object.defineProperty(exports,"HostEventTicketSalesTimelinePointSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Ja}});Object.defineProperty(exports,"HostEventTicketSalesTimelineQuerySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Ia}});Object.defineProperty(exports,"HostEventTicketSalesTimelineResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Ka}});Object.defineProperty(exports,"HostEventWizardPatchSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.sa}});Object.defineProperty(exports,"HostLivePreviewSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Fa}});Object.defineProperty(exports,"LivePlaybackSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.da}});Object.defineProperty(exports,"MyEventCardSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.ga}});Object.defineProperty(exports,"MyEventsQuerySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.ia}});Object.defineProperty(exports,"MyEventsResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.ha}});Object.defineProperty(exports,"MyEventsTabSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.l}});Object.defineProperty(exports,"PagedEventsResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.$}});Object.defineProperty(exports,"PatchReplayPeriodRequestSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Ga}});Object.defineProperty(exports,"PatchReplayPeriodResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Ha}});Object.defineProperty(exports,"PatchStreamControlRequestSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.ra}});Object.defineProperty(exports,"PlaybackResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.fa}});Object.defineProperty(exports,"PublicEventCardSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Ca}});Object.defineProperty(exports,"PublicEventStatusSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Ba}});Object.defineProperty(exports,"PublicEventsQuerySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Da}});Object.defineProperty(exports,"PublicEventsResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.Ea}});Object.defineProperty(exports,"RegisterForEventRequestSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.aa}});Object.defineProperty(exports,"RegisterForEventResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.ba}});Object.defineProperty(exports,"RegistrationScope",{enumerable:true,get:function(){return chunkUQVQE4W4_js.i}});Object.defineProperty(exports,"RegistrationStatus",{enumerable:true,get:function(){return chunkUQVQE4W4_js.h}});Object.defineProperty(exports,"ReplayPlaybackSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.ea}});Object.defineProperty(exports,"ReplaySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.ma}});Object.defineProperty(exports,"SearchEventsQuerySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.X}});Object.defineProperty(exports,"StartViewingSessionRequestSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.qa}});Object.defineProperty(exports,"StartViewingSessionResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.ja}});Object.defineProperty(exports,"SupportedCurrency",{enumerable:true,get:function(){return chunkUQVQE4W4_js.m}});Object.defineProperty(exports,"UpdateEventRequestSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.S}});Object.defineProperty(exports,"UpdateWatchProgressRequestSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.ca}});Object.defineProperty(exports,"ViewerHomeResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.W}});Object.defineProperty(exports,"ViewerRegistrationView",{enumerable:true,get:function(){return chunkUQVQE4W4_js.j}});Object.defineProperty(exports,"ViewingSessionHeartbeatResponseSchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.ka}});Object.defineProperty(exports,"VisibilitySchema",{enumerable:true,get:function(){return chunkUQVQE4W4_js.pa}});//# sourceMappingURL=index.js.map
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/event/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{oa as CategorySchema,R as CreateEventRequestSchema,na as CurrencySchema,Y as DiscoverAggregateResponseSchema,k as DiscoverEvents,_ as DiscoverResponseSchema,Z as DiscoverSectionResponseSchema,la as EndViewingSessionResponseSchema,n as EntitlementKind,c as EventAccessModel,e as EventAllowListType,T as EventCardCtaSchema,V as EventCardSchema,g as EventCategory,d as EventProductionMode,a as EventReplayAccess,U as EventResponseSchema,f as EventState,b as EventVisibility,xa as HostEarningsBreakdownItemSchema,ua as HostEarningsBreakdownQuerySchema,ya as HostEarningsBreakdownResponseSchema,ta as HostEarningsSummaryQuerySchema,wa as HostEarningsSummaryResponseSchema,za as HostEarningsTimeseriesPointSchema,va as HostEarningsTimeseriesQuerySchema,Aa as HostEarningsTimeseriesResponseSchema,Ja as HostEventTicketSalesTimelinePointSchema,Ia as HostEventTicketSalesTimelineQuerySchema,Ka as HostEventTicketSalesTimelineResponseSchema,sa as HostEventWizardPatchSchema,Fa as HostLivePreviewSchema,da as LivePlaybackSchema,ga as MyEventCardSchema,ia as MyEventsQuerySchema,ha as MyEventsResponseSchema,l as MyEventsTabSchema,$ as PagedEventsResponseSchema,Ga as PatchReplayPeriodRequestSchema,Ha as PatchReplayPeriodResponseSchema,ra as PatchStreamControlRequestSchema,fa as PlaybackResponseSchema,Ca as PublicEventCardSchema,Ba as PublicEventStatusSchema,Da as PublicEventsQuerySchema,Ea as PublicEventsResponseSchema,aa as RegisterForEventRequestSchema,ba as RegisterForEventResponseSchema,i as RegistrationScope,h as RegistrationStatus,ea as ReplayPlaybackSchema,ma as ReplaySchema,X as SearchEventsQuerySchema,qa as StartViewingSessionRequestSchema,ja as StartViewingSessionResponseSchema,m as SupportedCurrency,S as UpdateEventRequestSchema,ca as UpdateWatchProgressRequestSchema,W as ViewerHomeResponseSchema,j as ViewerRegistrationView,ka as ViewingSessionHeartbeatResponseSchema,pa as VisibilitySchema}from'../chunk-
|
|
1
|
+
export{oa as CategorySchema,R as CreateEventRequestSchema,na as CurrencySchema,Y as DiscoverAggregateResponseSchema,k as DiscoverEvents,_ as DiscoverResponseSchema,Z as DiscoverSectionResponseSchema,la as EndViewingSessionResponseSchema,n as EntitlementKind,c as EventAccessModel,e as EventAllowListType,T as EventCardCtaSchema,V as EventCardSchema,g as EventCategory,d as EventProductionMode,a as EventReplayAccess,U as EventResponseSchema,f as EventState,b as EventVisibility,Pa as HostAudienceActivityFeedResponseSchema,Ra as HostAudienceDevicesResponseSchema,Qa as HostAudienceGeoResponseSchema,La as HostAudienceQuerySchema,Ma as HostAudienceSummaryResponseSchema,Na as HostAudienceTopViewersQuerySchema,Oa as HostAudienceTopViewersResponseSchema,Ta as HostAudienceViewerActivityQuerySchema,Sa as HostAudienceViewerActivityResponseSchema,xa as HostEarningsBreakdownItemSchema,ua as HostEarningsBreakdownQuerySchema,ya as HostEarningsBreakdownResponseSchema,ta as HostEarningsSummaryQuerySchema,wa as HostEarningsSummaryResponseSchema,za as HostEarningsTimeseriesPointSchema,va as HostEarningsTimeseriesQuerySchema,Aa as HostEarningsTimeseriesResponseSchema,Ja as HostEventTicketSalesTimelinePointSchema,Ia as HostEventTicketSalesTimelineQuerySchema,Ka as HostEventTicketSalesTimelineResponseSchema,sa as HostEventWizardPatchSchema,Fa as HostLivePreviewSchema,da as LivePlaybackSchema,ga as MyEventCardSchema,ia as MyEventsQuerySchema,ha as MyEventsResponseSchema,l as MyEventsTabSchema,$ as PagedEventsResponseSchema,Ga as PatchReplayPeriodRequestSchema,Ha as PatchReplayPeriodResponseSchema,ra as PatchStreamControlRequestSchema,fa as PlaybackResponseSchema,Ca as PublicEventCardSchema,Ba as PublicEventStatusSchema,Da as PublicEventsQuerySchema,Ea as PublicEventsResponseSchema,aa as RegisterForEventRequestSchema,ba as RegisterForEventResponseSchema,i as RegistrationScope,h as RegistrationStatus,ea as ReplayPlaybackSchema,ma as ReplaySchema,X as SearchEventsQuerySchema,qa as StartViewingSessionRequestSchema,ja as StartViewingSessionResponseSchema,m as SupportedCurrency,S as UpdateEventRequestSchema,ca as UpdateWatchProgressRequestSchema,W as ViewerHomeResponseSchema,j as ViewerRegistrationView,ka as ViewingSessionHeartbeatResponseSchema,pa as VisibilitySchema}from'../chunk-TZ7OL7SF.mjs';import'../chunk-73FCZRSF.mjs';import'../chunk-KPEKHJVS.mjs';//# sourceMappingURL=index.mjs.map
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/host/index.d.mts
CHANGED
|
@@ -235,9 +235,9 @@ declare const HostOverviewResponseSchema: z.ZodObject<{
|
|
|
235
235
|
kind: z.ZodString;
|
|
236
236
|
subjectType: z.ZodEnum<{
|
|
237
237
|
Event: "Event";
|
|
238
|
-
Booking: "Booking";
|
|
239
238
|
PaymentIntent: "PaymentIntent";
|
|
240
239
|
ReplayPurchase: "ReplayPurchase";
|
|
240
|
+
Booking: "Booking";
|
|
241
241
|
}>;
|
|
242
242
|
subjectId: z.ZodString;
|
|
243
243
|
occurredAt: z.ZodNumber;
|
|
@@ -256,9 +256,9 @@ declare const HostActivityListPageSchema: z.ZodObject<{
|
|
|
256
256
|
kind: z.ZodString;
|
|
257
257
|
subjectType: z.ZodEnum<{
|
|
258
258
|
Event: "Event";
|
|
259
|
-
Booking: "Booking";
|
|
260
259
|
PaymentIntent: "PaymentIntent";
|
|
261
260
|
ReplayPurchase: "ReplayPurchase";
|
|
261
|
+
Booking: "Booking";
|
|
262
262
|
}>;
|
|
263
263
|
subjectId: z.ZodString;
|
|
264
264
|
occurredAt: z.ZodNumber;
|
|
@@ -510,6 +510,7 @@ declare const HostEventCrewMemberSchema: z.ZodObject<{
|
|
|
510
510
|
bookingId: z.ZodString;
|
|
511
511
|
producerProfileId: z.ZodString;
|
|
512
512
|
displayName: z.ZodString;
|
|
513
|
+
companyName: z.ZodString;
|
|
513
514
|
producerAvatarUrl: z.ZodNullable<z.ZodURL>;
|
|
514
515
|
producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
|
|
515
516
|
producerEquipmentLabels: z.ZodArray<z.ZodString>;
|
|
@@ -566,6 +567,7 @@ declare const HostProductionCrewItemSchema: z.ZodObject<{
|
|
|
566
567
|
bookingId: z.ZodString;
|
|
567
568
|
producerProfileId: z.ZodString;
|
|
568
569
|
displayName: z.ZodString;
|
|
570
|
+
companyName: z.ZodString;
|
|
569
571
|
producerAvatarUrl: z.ZodNullable<z.ZodURL>;
|
|
570
572
|
producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
|
|
571
573
|
producerEquipmentLabels: z.ZodArray<z.ZodString>;
|
|
@@ -603,6 +605,7 @@ declare const HostEventAudienceResponseSchema: z.ZodObject<{
|
|
|
603
605
|
grossRevenueMinor: z.ZodString;
|
|
604
606
|
currency: z.ZodString;
|
|
605
607
|
computedAt: z.ZodISODateTime;
|
|
608
|
+
byDeviceType: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
606
609
|
}, z.core.$strip>;
|
|
607
610
|
declare const HostEventReplayPerformanceResponseSchema: z.ZodObject<{
|
|
608
611
|
eventId: z.ZodUUID;
|
|
@@ -634,6 +637,7 @@ declare const HostEventDashboardPostEventBlockSchema: z.ZodObject<{
|
|
|
634
637
|
grossRevenueMinor: z.ZodString;
|
|
635
638
|
currency: z.ZodString;
|
|
636
639
|
computedAt: z.ZodISODateTime;
|
|
640
|
+
byDeviceType: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
637
641
|
}, z.core.$strip>>;
|
|
638
642
|
replayPerformance: z.ZodNullable<z.ZodObject<{
|
|
639
643
|
eventId: z.ZodUUID;
|
|
@@ -663,6 +667,7 @@ declare const PagedHostProductionCrewResponseSchema: z.ZodObject<{
|
|
|
663
667
|
bookingId: z.ZodString;
|
|
664
668
|
producerProfileId: z.ZodString;
|
|
665
669
|
displayName: z.ZodString;
|
|
670
|
+
companyName: z.ZodString;
|
|
666
671
|
producerAvatarUrl: z.ZodNullable<z.ZodURL>;
|
|
667
672
|
producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
|
|
668
673
|
producerEquipmentLabels: z.ZodArray<z.ZodString>;
|
|
@@ -715,6 +720,11 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
|
|
|
715
720
|
ticketsSold: z.ZodNumber;
|
|
716
721
|
revenue: z.ZodString;
|
|
717
722
|
currency: z.ZodString;
|
|
723
|
+
liveRevenueMinor: z.ZodString;
|
|
724
|
+
ticketRevenueMinor: z.ZodString;
|
|
725
|
+
replayRevenueMinor: z.ZodString;
|
|
726
|
+
hostShareMinor: z.ZodString;
|
|
727
|
+
platformFeeMinor: z.ZodString;
|
|
718
728
|
}, z.core.$strip>;
|
|
719
729
|
audience: z.ZodObject<{
|
|
720
730
|
registered: z.ZodNumber;
|
|
@@ -763,6 +773,7 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
|
|
|
763
773
|
bookingId: z.ZodString;
|
|
764
774
|
producerProfileId: z.ZodString;
|
|
765
775
|
displayName: z.ZodString;
|
|
776
|
+
companyName: z.ZodString;
|
|
766
777
|
producerAvatarUrl: z.ZodNullable<z.ZodURL>;
|
|
767
778
|
producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
|
|
768
779
|
producerEquipmentLabels: z.ZodArray<z.ZodString>;
|
|
@@ -798,6 +809,8 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
|
|
|
798
809
|
streamKey: z.ZodNull;
|
|
799
810
|
lastStreamTestAt: z.ZodNullable<z.ZodISODateTime>;
|
|
800
811
|
testAvailableAt: z.ZodNullable<z.ZodISODateTime>;
|
|
812
|
+
lastStreamTestFailedAt: z.ZodNullable<z.ZodISODateTime>;
|
|
813
|
+
lastStreamTestFailureReason: z.ZodNullable<z.ZodString>;
|
|
801
814
|
}, z.core.$strip>;
|
|
802
815
|
share: z.ZodObject<{
|
|
803
816
|
shareableUrl: z.ZodString;
|
|
@@ -817,6 +830,7 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
|
|
|
817
830
|
grossRevenueMinor: z.ZodString;
|
|
818
831
|
currency: z.ZodString;
|
|
819
832
|
computedAt: z.ZodISODateTime;
|
|
833
|
+
byDeviceType: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
820
834
|
}, z.core.$strip>>;
|
|
821
835
|
replayPerformance: z.ZodNullable<z.ZodObject<{
|
|
822
836
|
eventId: z.ZodUUID;
|
package/dist/host/index.d.ts
CHANGED
|
@@ -235,9 +235,9 @@ declare const HostOverviewResponseSchema: z.ZodObject<{
|
|
|
235
235
|
kind: z.ZodString;
|
|
236
236
|
subjectType: z.ZodEnum<{
|
|
237
237
|
Event: "Event";
|
|
238
|
-
Booking: "Booking";
|
|
239
238
|
PaymentIntent: "PaymentIntent";
|
|
240
239
|
ReplayPurchase: "ReplayPurchase";
|
|
240
|
+
Booking: "Booking";
|
|
241
241
|
}>;
|
|
242
242
|
subjectId: z.ZodString;
|
|
243
243
|
occurredAt: z.ZodNumber;
|
|
@@ -256,9 +256,9 @@ declare const HostActivityListPageSchema: z.ZodObject<{
|
|
|
256
256
|
kind: z.ZodString;
|
|
257
257
|
subjectType: z.ZodEnum<{
|
|
258
258
|
Event: "Event";
|
|
259
|
-
Booking: "Booking";
|
|
260
259
|
PaymentIntent: "PaymentIntent";
|
|
261
260
|
ReplayPurchase: "ReplayPurchase";
|
|
261
|
+
Booking: "Booking";
|
|
262
262
|
}>;
|
|
263
263
|
subjectId: z.ZodString;
|
|
264
264
|
occurredAt: z.ZodNumber;
|
|
@@ -510,6 +510,7 @@ declare const HostEventCrewMemberSchema: z.ZodObject<{
|
|
|
510
510
|
bookingId: z.ZodString;
|
|
511
511
|
producerProfileId: z.ZodString;
|
|
512
512
|
displayName: z.ZodString;
|
|
513
|
+
companyName: z.ZodString;
|
|
513
514
|
producerAvatarUrl: z.ZodNullable<z.ZodURL>;
|
|
514
515
|
producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
|
|
515
516
|
producerEquipmentLabels: z.ZodArray<z.ZodString>;
|
|
@@ -566,6 +567,7 @@ declare const HostProductionCrewItemSchema: z.ZodObject<{
|
|
|
566
567
|
bookingId: z.ZodString;
|
|
567
568
|
producerProfileId: z.ZodString;
|
|
568
569
|
displayName: z.ZodString;
|
|
570
|
+
companyName: z.ZodString;
|
|
569
571
|
producerAvatarUrl: z.ZodNullable<z.ZodURL>;
|
|
570
572
|
producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
|
|
571
573
|
producerEquipmentLabels: z.ZodArray<z.ZodString>;
|
|
@@ -603,6 +605,7 @@ declare const HostEventAudienceResponseSchema: z.ZodObject<{
|
|
|
603
605
|
grossRevenueMinor: z.ZodString;
|
|
604
606
|
currency: z.ZodString;
|
|
605
607
|
computedAt: z.ZodISODateTime;
|
|
608
|
+
byDeviceType: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
606
609
|
}, z.core.$strip>;
|
|
607
610
|
declare const HostEventReplayPerformanceResponseSchema: z.ZodObject<{
|
|
608
611
|
eventId: z.ZodUUID;
|
|
@@ -634,6 +637,7 @@ declare const HostEventDashboardPostEventBlockSchema: z.ZodObject<{
|
|
|
634
637
|
grossRevenueMinor: z.ZodString;
|
|
635
638
|
currency: z.ZodString;
|
|
636
639
|
computedAt: z.ZodISODateTime;
|
|
640
|
+
byDeviceType: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
637
641
|
}, z.core.$strip>>;
|
|
638
642
|
replayPerformance: z.ZodNullable<z.ZodObject<{
|
|
639
643
|
eventId: z.ZodUUID;
|
|
@@ -663,6 +667,7 @@ declare const PagedHostProductionCrewResponseSchema: z.ZodObject<{
|
|
|
663
667
|
bookingId: z.ZodString;
|
|
664
668
|
producerProfileId: z.ZodString;
|
|
665
669
|
displayName: z.ZodString;
|
|
670
|
+
companyName: z.ZodString;
|
|
666
671
|
producerAvatarUrl: z.ZodNullable<z.ZodURL>;
|
|
667
672
|
producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
|
|
668
673
|
producerEquipmentLabels: z.ZodArray<z.ZodString>;
|
|
@@ -715,6 +720,11 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
|
|
|
715
720
|
ticketsSold: z.ZodNumber;
|
|
716
721
|
revenue: z.ZodString;
|
|
717
722
|
currency: z.ZodString;
|
|
723
|
+
liveRevenueMinor: z.ZodString;
|
|
724
|
+
ticketRevenueMinor: z.ZodString;
|
|
725
|
+
replayRevenueMinor: z.ZodString;
|
|
726
|
+
hostShareMinor: z.ZodString;
|
|
727
|
+
platformFeeMinor: z.ZodString;
|
|
718
728
|
}, z.core.$strip>;
|
|
719
729
|
audience: z.ZodObject<{
|
|
720
730
|
registered: z.ZodNumber;
|
|
@@ -763,6 +773,7 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
|
|
|
763
773
|
bookingId: z.ZodString;
|
|
764
774
|
producerProfileId: z.ZodString;
|
|
765
775
|
displayName: z.ZodString;
|
|
776
|
+
companyName: z.ZodString;
|
|
766
777
|
producerAvatarUrl: z.ZodNullable<z.ZodURL>;
|
|
767
778
|
producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
|
|
768
779
|
producerEquipmentLabels: z.ZodArray<z.ZodString>;
|
|
@@ -798,6 +809,8 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
|
|
|
798
809
|
streamKey: z.ZodNull;
|
|
799
810
|
lastStreamTestAt: z.ZodNullable<z.ZodISODateTime>;
|
|
800
811
|
testAvailableAt: z.ZodNullable<z.ZodISODateTime>;
|
|
812
|
+
lastStreamTestFailedAt: z.ZodNullable<z.ZodISODateTime>;
|
|
813
|
+
lastStreamTestFailureReason: z.ZodNullable<z.ZodString>;
|
|
801
814
|
}, z.core.$strip>;
|
|
802
815
|
share: z.ZodObject<{
|
|
803
816
|
shareableUrl: z.ZodString;
|
|
@@ -817,6 +830,7 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
|
|
|
817
830
|
grossRevenueMinor: z.ZodString;
|
|
818
831
|
currency: z.ZodString;
|
|
819
832
|
computedAt: z.ZodISODateTime;
|
|
833
|
+
byDeviceType: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
820
834
|
}, z.core.$strip>>;
|
|
821
835
|
replayPerformance: z.ZodNullable<z.ZodObject<{
|
|
822
836
|
eventId: z.ZodUUID;
|
package/dist/host/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunk5HZC3KL7_js=require('../chunk-5HZC3KL7.js');require('../chunk-YCHOYNMM.js'),require('../chunk-LA63VYRR.js'),require('../chunk-UQVQE4W4.js'),require('../chunk-244RJ2YJ.js'),require('../chunk-DQG37GYU.js');Object.defineProperty(exports,"EndedReasonSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.T}});Object.defineProperty(exports,"EndedReplayStateSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.R}});Object.defineProperty(exports,"EventStreamAlertKindSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.U}});Object.defineProperty(exports,"EventStreamAlertSeveritySchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.V}});Object.defineProperty(exports,"HOST_DATE_RANGE_PRESETS",{enumerable:true,get:function(){return chunk5HZC3KL7_js.a}});Object.defineProperty(exports,"HostActivityListPageSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.q}});Object.defineProperty(exports,"HostEventAudienceResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.J}});Object.defineProperty(exports,"HostEventCancelResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.o}});Object.defineProperty(exports,"HostEventCrewMemberSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.F}});Object.defineProperty(exports,"HostEventDashboardPostEventBlockSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.L}});Object.defineProperty(exports,"HostEventDashboardResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.N}});Object.defineProperty(exports,"HostEventEngagementTimelineBucketSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.ea}});Object.defineProperty(exports,"HostEventEngagementTimelineQuerySchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.da}});Object.defineProperty(exports,"HostEventEngagementTimelineResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.fa}});Object.defineProperty(exports,"HostEventFullResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.v}});Object.defineProperty(exports,"HostEventPatchSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.e}});Object.defineProperty(exports,"HostEventReadinessBlockSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.D}});Object.defineProperty(exports,"HostEventReadinessResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.O}});Object.defineProperty(exports,"HostEventReplayPerformanceResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.K}});Object.defineProperty(exports,"HostEventRowResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.g}});Object.defineProperty(exports,"HostEventShareResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.P}});Object.defineProperty(exports,"HostEventWizardCurrentResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.w}});Object.defineProperty(exports,"HostEventWizardPublishResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.n}});Object.defineProperty(exports,"HostEventWizardStartResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.l}});Object.defineProperty(exports,"HostEventWizardStartSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.j}});Object.defineProperty(exports,"HostEventWizardStepResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.m}});Object.defineProperty(exports,"HostEventsListPagedQuerySchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.k}});Object.defineProperty(exports,"HostEventsListQuerySchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.f}});Object.defineProperty(exports,"HostEventsTabCountsResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.i}});Object.defineProperty(exports,"HostEventsTabResponseClassSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.u}});Object.defineProperty(exports,"HostEventsTabResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.h}});Object.defineProperty(exports,"HostEventsTabSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.c}});Object.defineProperty(exports,"HostLiveConsoleAlertSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.$}});Object.defineProperty(exports,"HostLiveConsoleChatSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.aa}});Object.defineProperty(exports,"HostLiveConsoleControlsSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.X}});Object.defineProperty(exports,"HostLiveConsoleCrewMemberSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js._}});Object.defineProperty(exports,"HostLiveConsoleEndedSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.ba}});Object.defineProperty(exports,"HostLiveConsoleEventSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.W}});Object.defineProperty(exports,"HostLiveConsoleMetricsSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.Y}});Object.defineProperty(exports,"HostLiveConsolePayloadSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.ca}});Object.defineProperty(exports,"HostLiveConsoleTelemetrySchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.Z}});Object.defineProperty(exports,"HostNotificationsUnreadCountSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.t}});Object.defineProperty(exports,"HostOverviewQuerySchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.b}});Object.defineProperty(exports,"HostOverviewResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.p}});Object.defineProperty(exports,"HostProductionCrewItemSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.I}});Object.defineProperty(exports,"HostProductionCrewPhaseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.G}});Object.defineProperty(exports,"HostSearchHitSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.r}});Object.defineProperty(exports,"HostSearchQuerySchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.d}});Object.defineProperty(exports,"HostSearchResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.s}});Object.defineProperty(exports,"ListHostEventDashboardQuerySchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.E}});Object.defineProperty(exports,"ListHostProductionCrewQuerySchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.H}});Object.defineProperty(exports,"LiveConsoleSliceSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.Q}});Object.defineProperty(exports,"LiveIngestHealthSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.S}});Object.defineProperty(exports,"PagedHostProductionCrewResponseSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.M}});Object.defineProperty(exports,"ProductionModeSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.B}});Object.defineProperty(exports,"ReadinessBlockReasonSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.z}});Object.defineProperty(exports,"ReadinessItemIdSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.x}});Object.defineProperty(exports,"ReadinessItemSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.C}});Object.defineProperty(exports,"ReadinessItemStateSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.y}});Object.defineProperty(exports,"StreamingStatusSchema",{enumerable:true,get:function(){return chunk5HZC3KL7_js.A}});//# sourceMappingURL=index.js.map
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/host/index.mjs
CHANGED
|
@@ -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-
|
|
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-O2PHSU4I.mjs';import'../chunk-5IA4SH4O.mjs';import'../chunk-JWVW5AP2.mjs';import'../chunk-TZ7OL7SF.mjs';import'../chunk-73FCZRSF.mjs';import'../chunk-KPEKHJVS.mjs';//# sourceMappingURL=index.mjs.map
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|