@livdot-tech/contracts 1.10.2 → 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-Y3GCX2TR.js → chunk-3K52TZLX.js} +2 -2
- package/dist/{chunk-Y3GCX2TR.js.map → chunk-3K52TZLX.js.map} +1 -1
- package/dist/{chunk-RK5OLL5B.js → chunk-5HZC3KL7.js} +2 -2
- 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-ZKQRUTEW.js → chunk-7L65KZUM.js} +2 -2
- package/dist/chunk-7L65KZUM.js.map +1 -0
- package/dist/{chunk-EQ3TWNQ4.mjs → chunk-DE5YOU4E.mjs} +2 -2
- package/dist/{chunk-EQ3TWNQ4.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 +182 -1
- package/dist/event/index.d.ts +182 -1
- package/dist/event/index.js +1 -1
- package/dist/event/index.mjs +1 -1
- package/dist/host/index.d.mts +31 -2
- package/dist/host/index.d.ts +31 -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-4JPHGCGI.mjs +0 -2
- package/dist/chunk-4JPHGCGI.mjs.map +0 -1
- package/dist/chunk-5ENUSIHI.mjs +0 -2
- package/dist/chunk-5ENUSIHI.mjs.map +0 -1
- package/dist/chunk-7BM7S4JR.mjs +0 -2
- package/dist/chunk-7BM7S4JR.mjs.map +0 -1
- package/dist/chunk-GHFM22ZF.mjs.map +0 -1
- package/dist/chunk-JNU5CZVT.js.map +0 -1
- package/dist/chunk-PFQ2PK5A.mjs +0 -2
- package/dist/chunk-PFQ2PK5A.mjs.map +0 -1
- package/dist/chunk-QVP3RJFZ.js +0 -2
- package/dist/chunk-QVP3RJFZ.js.map +0 -1
- package/dist/chunk-RK5OLL5B.js.map +0 -1
- package/dist/chunk-ZKQRUTEW.js.map +0 -1
package/dist/event/index.d.mts
CHANGED
|
@@ -2155,6 +2155,18 @@ declare const HostEarningsSummaryResponseSchema: z.ZodObject<{
|
|
|
2155
2155
|
netMinor: z.ZodString;
|
|
2156
2156
|
availableMinor: z.ZodString;
|
|
2157
2157
|
pendingMinor: z.ZodString;
|
|
2158
|
+
ticketsSold: z.ZodNumber;
|
|
2159
|
+
avgTicketPriceMinor: z.ZodString;
|
|
2160
|
+
previousPeriodDelta: z.ZodObject<{
|
|
2161
|
+
percentage: z.ZodNullable<z.ZodNumber>;
|
|
2162
|
+
currency: z.ZodString;
|
|
2163
|
+
grossMinor: z.ZodString;
|
|
2164
|
+
}, z.core.$strip>;
|
|
2165
|
+
revenueSplit: z.ZodObject<{
|
|
2166
|
+
hostShareMinor: z.ZodString;
|
|
2167
|
+
platformFeeMinor: z.ZodString;
|
|
2168
|
+
crewSalariesMinor: z.ZodString;
|
|
2169
|
+
}, z.core.$strip>;
|
|
2158
2170
|
}, z.core.$strict>;
|
|
2159
2171
|
declare const HostEarningsBreakdownItemSchema: z.ZodObject<{
|
|
2160
2172
|
eventId: z.ZodUUID;
|
|
@@ -2165,6 +2177,12 @@ declare const HostEarningsBreakdownItemSchema: z.ZodObject<{
|
|
|
2165
2177
|
netMinor: z.ZodString;
|
|
2166
2178
|
firstActivityAt: z.ZodString;
|
|
2167
2179
|
lastActivityAt: z.ZodString;
|
|
2180
|
+
ticketsSold: z.ZodNumber;
|
|
2181
|
+
status: z.ZodEnum<{
|
|
2182
|
+
SCHEDULED: "SCHEDULED";
|
|
2183
|
+
LIVE: "LIVE";
|
|
2184
|
+
COMPLETED: "COMPLETED";
|
|
2185
|
+
}>;
|
|
2168
2186
|
}, z.core.$strict>;
|
|
2169
2187
|
declare const HostEarningsBreakdownResponseSchema: z.ZodObject<{
|
|
2170
2188
|
totalCount: z.ZodNumber;
|
|
@@ -2182,6 +2200,12 @@ declare const HostEarningsBreakdownResponseSchema: z.ZodObject<{
|
|
|
2182
2200
|
netMinor: z.ZodString;
|
|
2183
2201
|
firstActivityAt: z.ZodString;
|
|
2184
2202
|
lastActivityAt: z.ZodString;
|
|
2203
|
+
ticketsSold: z.ZodNumber;
|
|
2204
|
+
status: z.ZodEnum<{
|
|
2205
|
+
SCHEDULED: "SCHEDULED";
|
|
2206
|
+
LIVE: "LIVE";
|
|
2207
|
+
COMPLETED: "COMPLETED";
|
|
2208
|
+
}>;
|
|
2185
2209
|
}, z.core.$strict>>;
|
|
2186
2210
|
}, z.core.$strict>;
|
|
2187
2211
|
declare const HostEarningsTimeseriesPointSchema: z.ZodObject<{
|
|
@@ -2346,6 +2370,149 @@ declare const HostLivePreviewSchema: z.ZodObject<{
|
|
|
2346
2370
|
token: z.ZodString;
|
|
2347
2371
|
expiresAt: z.ZodISODateTime;
|
|
2348
2372
|
}, z.core.$strip>;
|
|
2373
|
+
declare const PatchReplayPeriodRequestSchema: z.ZodObject<{
|
|
2374
|
+
retentionDays: z.ZodNumber;
|
|
2375
|
+
}, z.core.$strip>;
|
|
2376
|
+
declare const PatchReplayPeriodResponseSchema: z.ZodObject<{
|
|
2377
|
+
eventId: z.ZodUUID;
|
|
2378
|
+
liveEndedAt: z.ZodISODateTime;
|
|
2379
|
+
retentionDays: z.ZodNumber;
|
|
2380
|
+
replayAvailableUntil: z.ZodISODateTime;
|
|
2381
|
+
}, z.core.$strip>;
|
|
2382
|
+
declare const HostEventTicketSalesTimelineQuerySchema: z.ZodObject<{
|
|
2383
|
+
granularity: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2384
|
+
daily: "daily";
|
|
2385
|
+
}>>>;
|
|
2386
|
+
from: z.ZodOptional<z.ZodString>;
|
|
2387
|
+
to: z.ZodOptional<z.ZodString>;
|
|
2388
|
+
}, z.core.$strip>;
|
|
2389
|
+
declare const HostEventTicketSalesTimelinePointSchema: z.ZodObject<{
|
|
2390
|
+
date: z.ZodString;
|
|
2391
|
+
ticketsSold: z.ZodNumber;
|
|
2392
|
+
revenueMinor: z.ZodString;
|
|
2393
|
+
}, z.core.$strip>;
|
|
2394
|
+
declare const HostEventTicketSalesTimelineResponseSchema: z.ZodObject<{
|
|
2395
|
+
eventId: z.ZodUUID;
|
|
2396
|
+
granularity: z.ZodEnum<{
|
|
2397
|
+
daily: "daily";
|
|
2398
|
+
}>;
|
|
2399
|
+
from: z.ZodString;
|
|
2400
|
+
to: z.ZodString;
|
|
2401
|
+
currency: z.ZodString;
|
|
2402
|
+
points: z.ZodArray<z.ZodObject<{
|
|
2403
|
+
date: z.ZodString;
|
|
2404
|
+
ticketsSold: z.ZodNumber;
|
|
2405
|
+
revenueMinor: z.ZodString;
|
|
2406
|
+
}, z.core.$strip>>;
|
|
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>;
|
|
2349
2516
|
|
|
2350
2517
|
type PublicEventCard = z.infer<typeof PublicEventCardSchema>;
|
|
2351
2518
|
type PublicEventsQuery = z.infer<typeof PublicEventsQuerySchema>;
|
|
@@ -2388,5 +2555,19 @@ type HostEarningsBreakdownResponse = z.infer<typeof HostEarningsBreakdownRespons
|
|
|
2388
2555
|
type HostEarningsTimeseriesPoint = z.infer<typeof HostEarningsTimeseriesPointSchema>;
|
|
2389
2556
|
type HostEarningsTimeseriesResponse = z.infer<typeof HostEarningsTimeseriesResponseSchema>;
|
|
2390
2557
|
type HostLivePreview = z.infer<typeof HostLivePreviewSchema>;
|
|
2558
|
+
type PatchReplayPeriodRequest = z.infer<typeof PatchReplayPeriodRequestSchema>;
|
|
2559
|
+
type PatchReplayPeriodResponse = z.infer<typeof PatchReplayPeriodResponseSchema>;
|
|
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>;
|
|
2570
|
+
type HostEventTicketSalesTimelineResponse = z.infer<typeof HostEventTicketSalesTimelineResponseSchema>;
|
|
2571
|
+
type HostEventTicketSalesTimelinePoint = z.infer<typeof HostEventTicketSalesTimelinePointSchema>;
|
|
2391
2572
|
|
|
2392
|
-
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 HostEventWizardPatch, HostEventWizardPatchSchema, type HostLivePreview, HostLivePreviewSchema, type LivePlayback, LivePlaybackSchema, type MyEventCard, MyEventCardSchema, type MyEventsQuery, MyEventsQuerySchema, type MyEventsResponse, MyEventsResponseSchema, MyEventsTabSchema, type PagedEventsResponse, PagedEventsResponseSchema, 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
|
@@ -2155,6 +2155,18 @@ declare const HostEarningsSummaryResponseSchema: z.ZodObject<{
|
|
|
2155
2155
|
netMinor: z.ZodString;
|
|
2156
2156
|
availableMinor: z.ZodString;
|
|
2157
2157
|
pendingMinor: z.ZodString;
|
|
2158
|
+
ticketsSold: z.ZodNumber;
|
|
2159
|
+
avgTicketPriceMinor: z.ZodString;
|
|
2160
|
+
previousPeriodDelta: z.ZodObject<{
|
|
2161
|
+
percentage: z.ZodNullable<z.ZodNumber>;
|
|
2162
|
+
currency: z.ZodString;
|
|
2163
|
+
grossMinor: z.ZodString;
|
|
2164
|
+
}, z.core.$strip>;
|
|
2165
|
+
revenueSplit: z.ZodObject<{
|
|
2166
|
+
hostShareMinor: z.ZodString;
|
|
2167
|
+
platformFeeMinor: z.ZodString;
|
|
2168
|
+
crewSalariesMinor: z.ZodString;
|
|
2169
|
+
}, z.core.$strip>;
|
|
2158
2170
|
}, z.core.$strict>;
|
|
2159
2171
|
declare const HostEarningsBreakdownItemSchema: z.ZodObject<{
|
|
2160
2172
|
eventId: z.ZodUUID;
|
|
@@ -2165,6 +2177,12 @@ declare const HostEarningsBreakdownItemSchema: z.ZodObject<{
|
|
|
2165
2177
|
netMinor: z.ZodString;
|
|
2166
2178
|
firstActivityAt: z.ZodString;
|
|
2167
2179
|
lastActivityAt: z.ZodString;
|
|
2180
|
+
ticketsSold: z.ZodNumber;
|
|
2181
|
+
status: z.ZodEnum<{
|
|
2182
|
+
SCHEDULED: "SCHEDULED";
|
|
2183
|
+
LIVE: "LIVE";
|
|
2184
|
+
COMPLETED: "COMPLETED";
|
|
2185
|
+
}>;
|
|
2168
2186
|
}, z.core.$strict>;
|
|
2169
2187
|
declare const HostEarningsBreakdownResponseSchema: z.ZodObject<{
|
|
2170
2188
|
totalCount: z.ZodNumber;
|
|
@@ -2182,6 +2200,12 @@ declare const HostEarningsBreakdownResponseSchema: z.ZodObject<{
|
|
|
2182
2200
|
netMinor: z.ZodString;
|
|
2183
2201
|
firstActivityAt: z.ZodString;
|
|
2184
2202
|
lastActivityAt: z.ZodString;
|
|
2203
|
+
ticketsSold: z.ZodNumber;
|
|
2204
|
+
status: z.ZodEnum<{
|
|
2205
|
+
SCHEDULED: "SCHEDULED";
|
|
2206
|
+
LIVE: "LIVE";
|
|
2207
|
+
COMPLETED: "COMPLETED";
|
|
2208
|
+
}>;
|
|
2185
2209
|
}, z.core.$strict>>;
|
|
2186
2210
|
}, z.core.$strict>;
|
|
2187
2211
|
declare const HostEarningsTimeseriesPointSchema: z.ZodObject<{
|
|
@@ -2346,6 +2370,149 @@ declare const HostLivePreviewSchema: z.ZodObject<{
|
|
|
2346
2370
|
token: z.ZodString;
|
|
2347
2371
|
expiresAt: z.ZodISODateTime;
|
|
2348
2372
|
}, z.core.$strip>;
|
|
2373
|
+
declare const PatchReplayPeriodRequestSchema: z.ZodObject<{
|
|
2374
|
+
retentionDays: z.ZodNumber;
|
|
2375
|
+
}, z.core.$strip>;
|
|
2376
|
+
declare const PatchReplayPeriodResponseSchema: z.ZodObject<{
|
|
2377
|
+
eventId: z.ZodUUID;
|
|
2378
|
+
liveEndedAt: z.ZodISODateTime;
|
|
2379
|
+
retentionDays: z.ZodNumber;
|
|
2380
|
+
replayAvailableUntil: z.ZodISODateTime;
|
|
2381
|
+
}, z.core.$strip>;
|
|
2382
|
+
declare const HostEventTicketSalesTimelineQuerySchema: z.ZodObject<{
|
|
2383
|
+
granularity: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2384
|
+
daily: "daily";
|
|
2385
|
+
}>>>;
|
|
2386
|
+
from: z.ZodOptional<z.ZodString>;
|
|
2387
|
+
to: z.ZodOptional<z.ZodString>;
|
|
2388
|
+
}, z.core.$strip>;
|
|
2389
|
+
declare const HostEventTicketSalesTimelinePointSchema: z.ZodObject<{
|
|
2390
|
+
date: z.ZodString;
|
|
2391
|
+
ticketsSold: z.ZodNumber;
|
|
2392
|
+
revenueMinor: z.ZodString;
|
|
2393
|
+
}, z.core.$strip>;
|
|
2394
|
+
declare const HostEventTicketSalesTimelineResponseSchema: z.ZodObject<{
|
|
2395
|
+
eventId: z.ZodUUID;
|
|
2396
|
+
granularity: z.ZodEnum<{
|
|
2397
|
+
daily: "daily";
|
|
2398
|
+
}>;
|
|
2399
|
+
from: z.ZodString;
|
|
2400
|
+
to: z.ZodString;
|
|
2401
|
+
currency: z.ZodString;
|
|
2402
|
+
points: z.ZodArray<z.ZodObject<{
|
|
2403
|
+
date: z.ZodString;
|
|
2404
|
+
ticketsSold: z.ZodNumber;
|
|
2405
|
+
revenueMinor: z.ZodString;
|
|
2406
|
+
}, z.core.$strip>>;
|
|
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>;
|
|
2349
2516
|
|
|
2350
2517
|
type PublicEventCard = z.infer<typeof PublicEventCardSchema>;
|
|
2351
2518
|
type PublicEventsQuery = z.infer<typeof PublicEventsQuerySchema>;
|
|
@@ -2388,5 +2555,19 @@ type HostEarningsBreakdownResponse = z.infer<typeof HostEarningsBreakdownRespons
|
|
|
2388
2555
|
type HostEarningsTimeseriesPoint = z.infer<typeof HostEarningsTimeseriesPointSchema>;
|
|
2389
2556
|
type HostEarningsTimeseriesResponse = z.infer<typeof HostEarningsTimeseriesResponseSchema>;
|
|
2390
2557
|
type HostLivePreview = z.infer<typeof HostLivePreviewSchema>;
|
|
2558
|
+
type PatchReplayPeriodRequest = z.infer<typeof PatchReplayPeriodRequestSchema>;
|
|
2559
|
+
type PatchReplayPeriodResponse = z.infer<typeof PatchReplayPeriodResponseSchema>;
|
|
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>;
|
|
2570
|
+
type HostEventTicketSalesTimelineResponse = z.infer<typeof HostEventTicketSalesTimelineResponseSchema>;
|
|
2571
|
+
type HostEventTicketSalesTimelinePoint = z.infer<typeof HostEventTicketSalesTimelinePointSchema>;
|
|
2391
2572
|
|
|
2392
|
-
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 HostEventWizardPatch, HostEventWizardPatchSchema, type HostLivePreview, HostLivePreviewSchema, type LivePlayback, LivePlaybackSchema, type MyEventCard, MyEventCardSchema, type MyEventsQuery, MyEventsQuerySchema, type MyEventsResponse, MyEventsResponseSchema, MyEventsTabSchema, type PagedEventsResponse, PagedEventsResponseSchema, 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,sa as HostEventWizardPatchSchema,Fa as HostLivePreviewSchema,da as LivePlaybackSchema,ga as MyEventCardSchema,ia as MyEventsQuerySchema,ha as MyEventsResponseSchema,l as MyEventsTabSchema,$ as PagedEventsResponseSchema,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;
|
|
@@ -614,6 +617,11 @@ declare const HostEventReplayPerformanceResponseSchema: z.ZodObject<{
|
|
|
614
617
|
replayRevenueMinor: z.ZodString;
|
|
615
618
|
currency: z.ZodString;
|
|
616
619
|
computedAt: z.ZodISODateTime;
|
|
620
|
+
points: z.ZodArray<z.ZodObject<{
|
|
621
|
+
date: z.ZodString;
|
|
622
|
+
viewsCount: z.ZodNumber;
|
|
623
|
+
revenueMinor: z.ZodString;
|
|
624
|
+
}, z.core.$strip>>;
|
|
617
625
|
}, z.core.$strip>;
|
|
618
626
|
declare const HostEventDashboardPostEventBlockSchema: z.ZodObject<{
|
|
619
627
|
audience: z.ZodNullable<z.ZodObject<{
|
|
@@ -629,6 +637,7 @@ declare const HostEventDashboardPostEventBlockSchema: z.ZodObject<{
|
|
|
629
637
|
grossRevenueMinor: z.ZodString;
|
|
630
638
|
currency: z.ZodString;
|
|
631
639
|
computedAt: z.ZodISODateTime;
|
|
640
|
+
byDeviceType: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
632
641
|
}, z.core.$strip>>;
|
|
633
642
|
replayPerformance: z.ZodNullable<z.ZodObject<{
|
|
634
643
|
eventId: z.ZodUUID;
|
|
@@ -640,6 +649,11 @@ declare const HostEventDashboardPostEventBlockSchema: z.ZodObject<{
|
|
|
640
649
|
replayRevenueMinor: z.ZodString;
|
|
641
650
|
currency: z.ZodString;
|
|
642
651
|
computedAt: z.ZodISODateTime;
|
|
652
|
+
points: z.ZodArray<z.ZodObject<{
|
|
653
|
+
date: z.ZodString;
|
|
654
|
+
viewsCount: z.ZodNumber;
|
|
655
|
+
revenueMinor: z.ZodString;
|
|
656
|
+
}, z.core.$strip>>;
|
|
643
657
|
}, z.core.$strip>>;
|
|
644
658
|
}, z.core.$strip>;
|
|
645
659
|
declare const PagedHostProductionCrewResponseSchema: z.ZodObject<{
|
|
@@ -653,6 +667,7 @@ declare const PagedHostProductionCrewResponseSchema: z.ZodObject<{
|
|
|
653
667
|
bookingId: z.ZodString;
|
|
654
668
|
producerProfileId: z.ZodString;
|
|
655
669
|
displayName: z.ZodString;
|
|
670
|
+
companyName: z.ZodString;
|
|
656
671
|
producerAvatarUrl: z.ZodNullable<z.ZodURL>;
|
|
657
672
|
producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
|
|
658
673
|
producerEquipmentLabels: z.ZodArray<z.ZodString>;
|
|
@@ -705,6 +720,11 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
|
|
|
705
720
|
ticketsSold: z.ZodNumber;
|
|
706
721
|
revenue: z.ZodString;
|
|
707
722
|
currency: z.ZodString;
|
|
723
|
+
liveRevenueMinor: z.ZodString;
|
|
724
|
+
ticketRevenueMinor: z.ZodString;
|
|
725
|
+
replayRevenueMinor: z.ZodString;
|
|
726
|
+
hostShareMinor: z.ZodString;
|
|
727
|
+
platformFeeMinor: z.ZodString;
|
|
708
728
|
}, z.core.$strip>;
|
|
709
729
|
audience: z.ZodObject<{
|
|
710
730
|
registered: z.ZodNumber;
|
|
@@ -753,6 +773,7 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
|
|
|
753
773
|
bookingId: z.ZodString;
|
|
754
774
|
producerProfileId: z.ZodString;
|
|
755
775
|
displayName: z.ZodString;
|
|
776
|
+
companyName: z.ZodString;
|
|
756
777
|
producerAvatarUrl: z.ZodNullable<z.ZodURL>;
|
|
757
778
|
producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
|
|
758
779
|
producerEquipmentLabels: z.ZodArray<z.ZodString>;
|
|
@@ -788,6 +809,8 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
|
|
|
788
809
|
streamKey: z.ZodNull;
|
|
789
810
|
lastStreamTestAt: z.ZodNullable<z.ZodISODateTime>;
|
|
790
811
|
testAvailableAt: z.ZodNullable<z.ZodISODateTime>;
|
|
812
|
+
lastStreamTestFailedAt: z.ZodNullable<z.ZodISODateTime>;
|
|
813
|
+
lastStreamTestFailureReason: z.ZodNullable<z.ZodString>;
|
|
791
814
|
}, z.core.$strip>;
|
|
792
815
|
share: z.ZodObject<{
|
|
793
816
|
shareableUrl: z.ZodString;
|
|
@@ -807,6 +830,7 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
|
|
|
807
830
|
grossRevenueMinor: z.ZodString;
|
|
808
831
|
currency: z.ZodString;
|
|
809
832
|
computedAt: z.ZodISODateTime;
|
|
833
|
+
byDeviceType: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
810
834
|
}, z.core.$strip>>;
|
|
811
835
|
replayPerformance: z.ZodNullable<z.ZodObject<{
|
|
812
836
|
eventId: z.ZodUUID;
|
|
@@ -818,6 +842,11 @@ declare const HostEventDashboardResponseSchema: z.ZodObject<{
|
|
|
818
842
|
replayRevenueMinor: z.ZodString;
|
|
819
843
|
currency: z.ZodString;
|
|
820
844
|
computedAt: z.ZodISODateTime;
|
|
845
|
+
points: z.ZodArray<z.ZodObject<{
|
|
846
|
+
date: z.ZodString;
|
|
847
|
+
viewsCount: z.ZodNumber;
|
|
848
|
+
revenueMinor: z.ZodString;
|
|
849
|
+
}, z.core.$strip>>;
|
|
821
850
|
}, z.core.$strip>>;
|
|
822
851
|
}, z.core.$strip>>;
|
|
823
852
|
}, z.core.$strip>;
|