@livdot-tech/contracts 1.9.20 → 1.9.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist/auth/index.js +1 -1
  2. package/dist/auth/index.mjs +1 -1
  3. package/dist/booking/index.d.mts +23 -1
  4. package/dist/booking/index.d.ts +23 -1
  5. package/dist/booking/index.js +1 -1
  6. package/dist/booking/index.mjs +1 -1
  7. package/dist/chat/index.d.mts +97 -0
  8. package/dist/chat/index.d.ts +97 -0
  9. package/dist/chat/index.js +2 -0
  10. package/dist/chat/index.js.map +1 -0
  11. package/dist/chat/index.mjs +2 -0
  12. package/dist/chat/index.mjs.map +1 -0
  13. package/dist/chunk-5IA4SH4O.mjs +2 -0
  14. package/dist/chunk-5IA4SH4O.mjs.map +1 -0
  15. package/dist/chunk-7HBUII6V.js +2 -0
  16. package/dist/chunk-7HBUII6V.js.map +1 -0
  17. package/dist/chunk-AB423ZP4.js +2 -0
  18. package/dist/chunk-AB423ZP4.js.map +1 -0
  19. package/dist/chunk-EZFD2I7V.js +2 -0
  20. package/dist/chunk-EZFD2I7V.js.map +1 -0
  21. package/dist/chunk-GHFM22ZF.mjs +2 -0
  22. package/dist/chunk-GHFM22ZF.mjs.map +1 -0
  23. package/dist/chunk-GR74BEG3.js +2 -0
  24. package/dist/chunk-GR74BEG3.js.map +1 -0
  25. package/dist/chunk-JNU5CZVT.js +2 -0
  26. package/dist/chunk-JNU5CZVT.js.map +1 -0
  27. package/dist/chunk-JWVW5AP2.mjs +2 -0
  28. package/dist/chunk-JWVW5AP2.mjs.map +1 -0
  29. package/dist/chunk-LA63VYRR.js +2 -0
  30. package/dist/chunk-LA63VYRR.js.map +1 -0
  31. package/dist/chunk-PMTVFD4Q.mjs +2 -0
  32. package/dist/chunk-PMTVFD4Q.mjs.map +1 -0
  33. package/dist/chunk-QSHXY3NV.mjs +2 -0
  34. package/dist/chunk-QSHXY3NV.mjs.map +1 -0
  35. package/dist/chunk-R55PDQYI.mjs +2 -0
  36. package/dist/chunk-R55PDQYI.mjs.map +1 -0
  37. package/dist/chunk-T3BYBVTP.mjs +2 -0
  38. package/dist/chunk-T3BYBVTP.mjs.map +1 -0
  39. package/dist/chunk-YCHOYNMM.js +2 -0
  40. package/dist/chunk-YCHOYNMM.js.map +1 -0
  41. package/dist/event/index.d.mts +20 -0
  42. package/dist/event/index.d.ts +20 -0
  43. package/dist/event/index.js +1 -1
  44. package/dist/event/index.mjs +1 -1
  45. package/dist/host/index.d.mts +1102 -0
  46. package/dist/host/index.d.ts +1102 -0
  47. package/dist/host/index.js +2 -0
  48. package/dist/host/index.js.map +1 -0
  49. package/dist/host/index.mjs +2 -0
  50. package/dist/host/index.mjs.map +1 -0
  51. package/dist/index.d.mts +5 -930
  52. package/dist/index.d.ts +5 -930
  53. package/dist/index.js +1 -1
  54. package/dist/index.js.map +1 -1
  55. package/dist/index.mjs +1 -1
  56. package/dist/index.mjs.map +1 -1
  57. package/dist/notification/index.d.mts +12 -0
  58. package/dist/notification/index.d.ts +12 -0
  59. package/dist/notification/index.js +1 -1
  60. package/dist/notification/index.mjs +1 -1
  61. package/dist/payment/index.js +1 -1
  62. package/dist/payment/index.mjs +1 -1
  63. package/dist/user/index.d.mts +36 -1
  64. package/dist/user/index.d.ts +36 -1
  65. package/dist/user/index.js +1 -1
  66. package/dist/user/index.mjs +1 -1
  67. package/package.json +1 -1
  68. package/dist/chunk-34PROUK4.js +0 -2
  69. package/dist/chunk-34PROUK4.js.map +0 -1
  70. package/dist/chunk-4544S7SF.js +0 -2
  71. package/dist/chunk-4544S7SF.js.map +0 -1
  72. package/dist/chunk-5XISW6DH.mjs +0 -2
  73. package/dist/chunk-5XISW6DH.mjs.map +0 -1
  74. package/dist/chunk-6J677OMF.mjs +0 -2
  75. package/dist/chunk-6J677OMF.mjs.map +0 -1
  76. package/dist/chunk-DIGMDWL4.js +0 -2
  77. package/dist/chunk-DIGMDWL4.js.map +0 -1
  78. package/dist/chunk-EJYBQ36M.mjs +0 -2
  79. package/dist/chunk-EJYBQ36M.mjs.map +0 -1
  80. package/dist/chunk-OEDCATQ5.js +0 -2
  81. package/dist/chunk-OEDCATQ5.js.map +0 -1
  82. package/dist/chunk-YY24TIOU.mjs +0 -2
  83. package/dist/chunk-YY24TIOU.mjs.map +0 -1
package/dist/index.d.mts CHANGED
@@ -1,8 +1,8 @@
1
1
  export { ApiError, ApiResponse, ApiResponseSchema, AuditActorRole, AuditActorRoleSchema, DEFAULT_PAGE_NUMBER, DEFAULT_PAGE_SIZE, MAX_PAGE_SIZE, PaginatedResponse, PaginationMeta, PaginationParams, PaginationParamsSchema, PaginationResponse, PaginationResponseSchema, ResponseMessages } from './common/index.mjs';
2
2
  export { ChangePasswordRequest, ChangePasswordRequestSchema, ConfirmPassword, ConfirmPasswordSchema, DisableMfaBody, DisableMfaBodySchema, EnableMfaBody, EnableMfaBodySchema, ForgotPasswordRequest, ForgotPasswordRequestSchema, ForgotPasswordResponseSchema, IdentityProvider, LinkRequiredReasonEnum, LinkRequiredResponse, LinkRequiredResponseSchema, LoginRequest, LoginRequestSchema, LoginResponse, LoginResponseSchema, LogoutRequestPayload, LogoutRequestSchema, MFA_ACTIONS, MfaAction, MfaChallengeBody, MfaChallengeBodySchema, MfaVerifyBody, MfaVerifyBodySchema, OauthDirectTokenRequest, OauthDirectTokenRequestSchema, OauthExchangeRequest, OauthExchangeRequestSchema, OauthLinkCompleteEmailRequest, OauthLinkCompleteEmailRequestSchema, OauthLinkCompleteRequest, OauthLinkCompleteRequestSchema, OauthLinkSendOtpRequest, OauthLinkSendOtpRequestSchema, OauthLinkSendOtpResponse, OauthLinkSendOtpResponseSchema, OauthResolveKind, OauthStartQuery, OauthStartQuerySchema, OauthStartResponse, OauthStartResponseSchema, PasswordSchema, ProvidersListItem, ProvidersListItemSchema, ProvidersListResponse, ProvidersListResponseSchema, ReauthTokenResponse, ReauthTokenResponseSchema, RecoveryCode, RecoveryCodeSchema, RefreshTokenRequest, RefreshTokenRequestSchema, RegisterRequest, RegisterRequestSchema, RegisterResponsePayload, RegisterResponseSchema, ResendOtpRequestSchema, ResetPasswordRequest, ResetPasswordRequestSchema, TotpCode, TotpCodeSchema, VerifyOtpRequest, VerifyOtpRequestSchema, VerifyOtpResponseSchema } from './auth/index.mjs';
3
- export { AccountStatus, AdminScopeCode, CreateHostProfileRequest, CreateHostProfileRequestSchema, CreateProducerProfileRequest, CreateProducerProfileRequestSchema, DisplayName, DisplayNameSchema, FeedbackCategory, HostProfileResponse, HostProfileResponseSchema, KycStatus, NotificationCategory, NotificationPreferenceItem, NotificationPreferenceItemSchema, NotificationPreferencesResponse, NotificationPreferencesResponseSchema, ProducerExperienceLevel, ProducerProfileResponse, ProducerProfileResponseSchema, ProducerVerificationStatus, RESERVED_DISPLAY_NAMES, SendFeedbackRequest, SendFeedbackRequestSchema, SendFeedbackResponse, SendFeedbackResponseSchema, SetProfilePin, SetProfilePinSchema, UpdateNotificationPreferencesRequest, UpdateNotificationPreferencesRequestSchema, UpdateUserRequest, UpdateUserRequestSchema, UpdateViewerCurrencyRequest, UpdateViewerCurrencyRequestSchema, UpdateViewerProfileRequest, UpdateViewerProfileRequestSchema, UserResponse, UserResponseSchema, UserRole, ViewerMeResponse, ViewerMeResponseSchema } from './user/index.mjs';
3
+ export { AccountStatus, AdminScopeCode, CreateHostProfileRequest, CreateHostProfileRequestSchema, CreateProducerProfileRequest, CreateProducerProfileRequestSchema, DisplayName, DisplayNameSchema, FeedbackCategory, HostProfileResponse, HostProfileResponseSchema, KycStatus, NotificationCategory, NotificationPreferenceItem, NotificationPreferenceItemSchema, NotificationPreferencesResponse, NotificationPreferencesResponseSchema, ProducerExperienceLevel, ProducerProfileResponse, ProducerProfileResponseSchema, ProducerVerificationStatus, RESERVED_DISPLAY_NAMES, SendFeedbackRequest, SendFeedbackRequestSchema, SendFeedbackResponse, SendFeedbackResponseSchema, SetProfilePin, SetProfilePinSchema, UpdateHostProfileRequest, UpdateHostProfileRequestSchema, UpdateNotificationPreferencesRequest, UpdateNotificationPreferencesRequestSchema, UpdateUserRequest, UpdateUserRequestSchema, UpdateViewerCurrencyRequest, UpdateViewerCurrencyRequestSchema, UpdateViewerProfileRequest, UpdateViewerProfileRequestSchema, UserResponse, UserResponseSchema, UserRole, ViewerMeResponse, ViewerMeResponseSchema } from './user/index.mjs';
4
4
  export { Category, CategorySchema, CreateEventRequest, CreateEventRequestSchema, Currency, CurrencySchema, DiscoverAggregateResponse, DiscoverAggregateResponseSchema, DiscoverEvents, DiscoverResponse, DiscoverResponseSchema, DiscoverSectionResponse, DiscoverSectionResponseSchema, EndViewingSessionResponse, EndViewingSessionResponseSchema, EventAccessModel, EventAllowListType, EventCard, EventCardCta, EventCardCtaSchema, EventCardSchema, EventCategory, EventProductionMode, EventReplayAccess, EventResponse, EventResponseSchema, EventState, EventVisibility, HostEventWizardPatch, HostEventWizardPatchSchema, LivePlayback, LivePlaybackSchema, MyEventCard, MyEventCardSchema, MyEventsQuery, MyEventsQuerySchema, MyEventsResponse, MyEventsResponseSchema, MyEventsTabSchema, PagedEventsResponse, PagedEventsResponseSchema, PatchStreamControlRequest, PatchStreamControlRequestSchema, PlaybackResponse, PlaybackResponseSchema, RegisterForEventRequest, RegisterForEventRequestSchema, RegisterForEventResponse, RegisterForEventResponseSchema, RegistrationScope, RegistrationStatus, Replay, ReplayPlayback, ReplayPlaybackSchema, ReplaySchema, SearchEventsQuery, SearchEventsQuerySchema, StartViewingSessionRequest, StartViewingSessionRequestSchema, StartViewingSessionResponse, StartViewingSessionResponseSchema, SupportedCurrency, UpdateEventRequest, UpdateEventRequestSchema, UpdateWatchProgressRequestSchema, ViewerHomeResponse, ViewerHomeResponseSchema, ViewerRegistrationView, ViewingSessionHeartbeatResponse, ViewingSessionHeartbeatResponseSchema, Visibility, VisibilitySchema } from './event/index.mjs';
5
- export { AdminBookingAuditEntry, AdminBookingAuditEntrySchema, AdminBookingAuditResponse, AdminBookingAuditResponseSchema, BOOKING_TERMINAL_STATES, BOOKING_TRANSITION_ACTORS, BOOKING_TRANSITION_TARGETS_REQUIRING_REASON, BookingAuditAction, BookingAuditActorSchema, BookingAuditAttachmentAddedDetails, BookingAuditAttachmentAddedDetailsSchema, BookingAuditMessageSentDetails, BookingAuditMessageSentDetailsSchema, BookingAuditRequestMetadataSchema, BookingAuditSnapshotSchema, BookingAuditStateTransitionDetails, BookingAuditStateTransitionDetailsSchema, BookingOrigin, BookingPaymentStatus, BookingResponse, BookingResponseSchema, BookingState, BookingTransitionActor, BookingTransitionKey, CancelMarketplaceJobListingRequest, CancelMarketplaceJobListingRequestSchema, CancelMarketplaceJobListingResponse, CancelMarketplaceJobListingResponseSchema, CompleteMarketplaceBookingRequest, CompleteMarketplaceBookingRequestSchema, CompleteMarketplaceBookingResponse, CompleteMarketplaceBookingResponseSchema, ConfirmBookingRequest, ConfirmBookingRequestSchema, CreateBookingRequest, CreateBookingRequestSchema, CreateJobListingRequest, CreateJobListingRequestSchema, CreateMarketplaceBookingRequest, CreateMarketplaceBookingRequestSchema, CreateMarketplaceBookingResponse, CreateMarketplaceBookingResponseSchema, CreateMarketplaceJobListingRequest, CreateMarketplaceJobListingRequestSchema, CreateMarketplaceReviewRequest, CreateMarketplaceReviewRequestSchema, ForceCompleteMarketplaceBookingRequest, ForceCompleteMarketplaceBookingRequestSchema, GetMarketplaceHiringThreadResponse, GetMarketplaceHiringThreadResponseSchema, HostIndicationOfInterestSortBy, IndicationOfInterestResponse, IndicationOfInterestResponseSchema, IoiState, JobListingResponse, JobListingResponseSchema, JobListingState, JobLocation, ListHostMarketplaceIndicationsQuery, ListHostMarketplaceIndicationsQuerySchema, ListHostMarketplaceJobListingsQuery, ListHostMarketplaceJobListingsQuerySchema, ListMarketplaceHiringThreadMessagesQuery, ListMarketplaceHiringThreadMessagesQuerySchema, ListMarketplaceHiringThreadMessagesResponse, ListMarketplaceHiringThreadMessagesResponseSchema, ListMarketplaceHiringThreadsResponse, ListMarketplaceHiringThreadsResponseSchema, ListMarketplaceJobListingsQuery, ListMarketplaceJobListingsQuerySchema, MarkMarketplaceHiringThreadReadRequest, MarkMarketplaceHiringThreadReadRequestSchema, MarkMarketplaceHiringThreadReadResponse, MarkMarketplaceHiringThreadReadResponseSchema, MarketplaceBookingResponse, MarketplaceBookingResponseSchema, MarketplaceHiringMessage, MarketplaceHiringMessageAttachmentSchema, MarketplaceHiringMessageSchema, MarketplaceHiringThread, MarketplaceHiringThreadInboxItem, MarketplaceHiringThreadInboxItemSchema, MarketplaceHiringThreadSchema, MarketplaceHostIndicationOfInterestInboxItem, MarketplaceHostIndicationOfInterestInboxItemSchema, MarketplaceIndicationOfInterestHostItem, MarketplaceIndicationOfInterestHostItemSchema, MarketplaceIndicationOfInterestResponse, MarketplaceIndicationOfInterestResponseSchema, MarketplaceJobListingResponse, MarketplaceJobListingResponseSchema, MarketplaceReviewResponse, MarketplaceReviewResponseSchema, MessageDeliveryStatus, PostMarketplaceHiringThreadMessageRequest, PostMarketplaceHiringThreadMessageRequestSchema, PostMarketplaceHiringThreadMessageResponse, PostMarketplaceHiringThreadMessageResponseSchema, ProducerRecentReview, ProducerRecentReviewSchema, PublishMarketplaceJobListingResponse, PublishMarketplaceJobListingResponseSchema, PublishReadyJobListing, PublishReadyJobListingSchema, SortOrder, SubmitIndicationOfInterestRequest, SubmitIndicationOfInterestRequestSchema, SubmitMarketplaceIndicationOfInterestRequest, SubmitMarketplaceIndicationOfInterestRequestSchema, TransitionMarketplaceBookingRequest, TransitionMarketplaceBookingRequestSchema, TransitionMarketplaceBookingResponse, TransitionMarketplaceBookingResponseSchema, UpdateMarketplaceJobListingRequest, UpdateMarketplaceJobListingRequestSchema, VALID_BOOKING_TRANSITIONS, bookingTransitionKey, bookingTransitionRequiresReason, canActorPerformBookingTransition, getAllowedBookingTargetStates, getBookingTransitionActors, isValidBookingTransition } from './booking/index.mjs';
5
+ export { AdminBookingAuditEntry, AdminBookingAuditEntrySchema, AdminBookingAuditResponse, AdminBookingAuditResponseSchema, BOOKING_TERMINAL_STATES, BOOKING_TRANSITION_ACTORS, BOOKING_TRANSITION_TARGETS_REQUIRING_REASON, BookingAuditAction, BookingAuditActorSchema, BookingAuditAttachmentAddedDetails, BookingAuditAttachmentAddedDetailsSchema, BookingAuditMessageSentDetails, BookingAuditMessageSentDetailsSchema, BookingAuditRequestMetadataSchema, BookingAuditSnapshotSchema, BookingAuditStateTransitionDetails, BookingAuditStateTransitionDetailsSchema, BookingOrigin, BookingPaymentStatus, BookingResponse, BookingResponseSchema, BookingState, BookingTransitionActor, BookingTransitionKey, CancelMarketplaceJobListingRequest, CancelMarketplaceJobListingRequestSchema, CancelMarketplaceJobListingResponse, CancelMarketplaceJobListingResponseSchema, CompleteMarketplaceBookingRequest, CompleteMarketplaceBookingRequestSchema, CompleteMarketplaceBookingResponse, CompleteMarketplaceBookingResponseSchema, ConfirmBookingRequest, ConfirmBookingRequestSchema, CreateBookingRequest, CreateBookingRequestSchema, CreateJobListingRequest, CreateJobListingRequestSchema, CreateMarketplaceBookingRequest, CreateMarketplaceBookingRequestSchema, CreateMarketplaceBookingResponse, CreateMarketplaceBookingResponseSchema, CreateMarketplaceJobListingRequest, CreateMarketplaceJobListingRequestSchema, CreateMarketplaceReviewRequest, CreateMarketplaceReviewRequestSchema, ForceCompleteMarketplaceBookingRequest, ForceCompleteMarketplaceBookingRequestSchema, GetMarketplaceHiringThreadResponse, GetMarketplaceHiringThreadResponseSchema, HostIndicationOfInterestSortBy, IndicationOfInterestResponse, IndicationOfInterestResponseSchema, IoiState, JobListingCompensationTier, JobListingResponse, JobListingResponseSchema, JobListingState, JobLocation, ListHostMarketplaceIndicationsQuery, ListHostMarketplaceIndicationsQuerySchema, ListHostMarketplaceJobListingsQuery, ListHostMarketplaceJobListingsQuerySchema, ListMarketplaceHiringThreadMessagesQuery, ListMarketplaceHiringThreadMessagesQuerySchema, ListMarketplaceHiringThreadMessagesResponse, ListMarketplaceHiringThreadMessagesResponseSchema, ListMarketplaceHiringThreadsResponse, ListMarketplaceHiringThreadsResponseSchema, ListMarketplaceJobListingsQuery, ListMarketplaceJobListingsQuerySchema, MarkMarketplaceHiringThreadReadRequest, MarkMarketplaceHiringThreadReadRequestSchema, MarkMarketplaceHiringThreadReadResponse, MarkMarketplaceHiringThreadReadResponseSchema, MarketplaceBookingResponse, MarketplaceBookingResponseSchema, MarketplaceHiringMessage, MarketplaceHiringMessageAttachmentSchema, MarketplaceHiringMessageSchema, MarketplaceHiringThread, MarketplaceHiringThreadInboxItem, MarketplaceHiringThreadInboxItemSchema, MarketplaceHiringThreadSchema, MarketplaceHostIndicationOfInterestInboxItem, MarketplaceHostIndicationOfInterestInboxItemSchema, MarketplaceIndicationOfInterestHostItem, MarketplaceIndicationOfInterestHostItemSchema, MarketplaceIndicationOfInterestResponse, MarketplaceIndicationOfInterestResponseSchema, MarketplaceJobListingResponse, MarketplaceJobListingResponseSchema, MarketplaceReviewResponse, MarketplaceReviewResponseSchema, MessageDeliveryStatus, PostMarketplaceHiringThreadMessageRequest, PostMarketplaceHiringThreadMessageRequestSchema, PostMarketplaceHiringThreadMessageResponse, PostMarketplaceHiringThreadMessageResponseSchema, ProducerRecentReview, ProducerRecentReviewSchema, PublishMarketplaceJobListingResponse, PublishMarketplaceJobListingResponseSchema, PublishReadyJobListing, PublishReadyJobListingSchema, SortOrder, SubmitIndicationOfInterestRequest, SubmitIndicationOfInterestRequestSchema, SubmitMarketplaceIndicationOfInterestRequest, SubmitMarketplaceIndicationOfInterestRequestSchema, TransitionMarketplaceBookingRequest, TransitionMarketplaceBookingRequestSchema, TransitionMarketplaceBookingResponse, TransitionMarketplaceBookingResponseSchema, UpdateMarketplaceJobListingRequest, UpdateMarketplaceJobListingRequestSchema, VALID_BOOKING_TRANSITIONS, bookingTransitionKey, bookingTransitionRequiresReason, canActorPerformBookingTransition, getAllowedBookingTargetStates, getBookingTransitionActors, isValidBookingTransition } from './booking/index.mjs';
6
6
  export { IngestCredentialsResponse, IngestCredentialsResponseSchema, IngestProtocol, PlaybackTokenResponse, PlaybackTokenResponseSchema, StreamStatus, TelemetryReportRequest, TelemetryReportRequestSchema } from './streaming/index.mjs';
7
7
  export { AccessCheckRequest, AccessCheckRequestSchema, AccessCheckResponse, AccessCheckResponseSchema, AccessReason, AwaitingIngestSchema, CreatePurchaseResponse, CreatePurchaseResponseSchema, CtaMode, EntitlementStatus, InitiatePaymentRequest, InitiatePaymentRequestSchema, InitiatePaymentResponse, InitiatePaymentResponseSchema, PaymentStatus, PayoutResponse, PayoutResponseSchema, PayoutStatus, PaystackWebhook, PaystackWebhookSchema, PlatformChargeStatus, PricingQuoteResponse, PricingQuoteResponseSchema, PurchaseStatusResponse, PurchaseStatusResponseSchema, ReceiptUrlResponse, ReceiptUrlResponseSchema, ReplayPurchasePayment, ReplayPurchasePaymentSchema, ReplayPurchaseResponse, ReplayPurchaseResponseSchema, ReplayPurchaseRow, ReplayPurchaseRowSchema, ReplayPurchaseStatus, RequestWithdrawalBody, RequestWithdrawalBodySchema, SettlementAccountView, SettlementAccountViewSchema, SlateSchema, TrailerSchema, TransactionStatus, TransactionType, UpdateSettlementBody, UpdateSettlementBodySchema, ViewerEventDetailResponseSchema } from './payment/index.mjs';
8
8
  export { AdminApproveProducerVerification, AdminApproveProducerVerificationSchema, AdminProducerVerificationReasonBody, AdminProducerVerificationReasonBodySchema, AdminRejectProducerVerification, AdminRejectProducerVerificationSchema, AdminSuspendProducerVerification, AdminSuspendProducerVerificationSchema, EquipmentCategory, GetProducerProfileQuery, GetProducerProfileQuerySchema, ListProducersQuery, ListProducersQuerySchema, MarketplaceCurrency, ProducerProfileWorkspace, ProducerProfileWorkspaceSchema, PublicProducerListCategory, PublicProducerListCategorySchema, PublicProducerListEquipmentItem, PublicProducerListEquipmentItemSchema, PublicProducerListItem, PublicProducerListItemSchema, PublicProducerListPortfolioItem, PublicProducerListPortfolioItemSchema, PublicProducerListRateCardItem, PublicProducerListRateCardItemSchema, ServiceCategoryCode, ServiceCategoryListResponse, ServiceCategoryListResponseSchema, SubmitProducerForVerification, SubmitProducerForVerificationSchema, UpsertProducerWorkspaceProfile, UpsertProducerWorkspaceProfileSchema, WorkspaceEquipmentItemInput, WorkspaceEquipmentItemInputSchema, WorkspacePortfolioItemInput, WorkspacePortfolioItemInputSchema, WorkspaceRateCardItemInput, WorkspaceRateCardItemInputSchema } from './marketplace/index.mjs';
@@ -10,931 +10,6 @@ export { DisputeResponse, DisputeResponseSchema, DisputeStatus, DisputeType } fr
10
10
  export { ListNotificationsQuery, ListNotificationsQuerySchema, ListNotificationsResponse, ListNotificationsResponseSchema, MarkAllNotificationsReadResponse, MarkAllNotificationsReadResponseSchema, MarkNotificationReadResponse, MarkNotificationReadResponseSchema, NotificationChannel, NotificationPriority, NotificationResponse, NotificationResponseSchema, NotificationType, NotificationsUnreadCountResponse, NotificationsUnreadCountResponseSchema, RegisterPushDeviceRequest, RegisterPushDeviceRequestSchema, RegisterPushDeviceResponse, RegisterPushDeviceResponseSchema } from './notification/index.mjs';
11
11
  export { JobInterestState } from './joblisting/index.mjs';
12
12
  export { ApiErrorCode } from './errors/index.mjs';
13
- import z from 'zod';
14
-
15
- declare const CHAT_MESSAGE_BODY_MIN_LENGTH = 1;
16
- declare const CHAT_MESSAGE_BODY_MAX_LENGTH = 500;
17
- declare const CHAT_MODERATION_REASON_MAX_LENGTH = 200;
18
- declare const ChatMessageUserSchema: z.ZodObject<{
19
- id: z.ZodString;
20
- displayName: z.ZodString;
21
- colorHex: z.ZodString;
22
- }, z.core.$strip>;
23
- declare const ChatMessageSchema: z.ZodObject<{
24
- id: z.ZodString;
25
- body: z.ZodString;
26
- createdAt: z.ZodISODateTime;
27
- user: z.ZodObject<{
28
- id: z.ZodString;
29
- displayName: z.ZodString;
30
- colorHex: z.ZodString;
31
- }, z.core.$strip>;
32
- deletedAt: z.ZodOptional<z.ZodISODateTime>;
33
- }, z.core.$strip>;
34
- declare const ChatHistoryResponseSchema: z.ZodObject<{
35
- totalCount: z.ZodNumber;
36
- pageNumber: z.ZodNumber;
37
- pageSize: z.ZodNumber;
38
- totalPages: z.ZodNumber;
39
- hasPreviousPage: z.ZodBoolean;
40
- hasNextPage: z.ZodBoolean;
41
- items: z.ZodArray<z.ZodObject<{
42
- id: z.ZodString;
43
- body: z.ZodString;
44
- createdAt: z.ZodISODateTime;
45
- user: z.ZodObject<{
46
- id: z.ZodString;
47
- displayName: z.ZodString;
48
- colorHex: z.ZodString;
49
- }, z.core.$strip>;
50
- deletedAt: z.ZodOptional<z.ZodISODateTime>;
51
- }, z.core.$strip>>;
52
- }, z.core.$strip>;
53
- declare const PostChatMessageRequestSchema: z.ZodObject<{
54
- body: z.ZodString;
55
- }, z.core.$strip>;
56
- declare const ChatModerationDeleteRequestSchema: z.ZodObject<{
57
- reason: z.ZodOptional<z.ZodString>;
58
- }, z.core.$strict>;
59
- declare const ChatModerationMuteRequestSchema: z.ZodObject<{
60
- until: z.ZodOptional<z.ZodISODateTime>;
61
- reason: z.ZodOptional<z.ZodString>;
62
- }, z.core.$strict>;
63
- /**
64
- * Public-shape response for `POST /chat/mute`. `mutedUntil` is the source
65
- * of truth (`null` = not muted). `mutedBy` is intentionally omitted —
66
- * moderation metadata stays out of the response surface.
67
- */
68
- declare const ChatMuteStateResponseSchema: z.ZodObject<{
69
- eventId: z.ZodString;
70
- mutedUntil: z.ZodNullable<z.ZodISODateTime>;
71
- }, z.core.$strip>;
72
- declare const ChatCredentialsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
73
- kind: z.ZodLiteral<"in-process">;
74
- wsNamespace: z.ZodString;
75
- token: z.ZodString;
76
- eventRoomId: z.ZodString;
77
- }, z.core.$strip>, z.ZodObject<{
78
- kind: z.ZodLiteral<"ivs">;
79
- roomIdentifier: z.ZodString;
80
- endpoint: z.ZodString;
81
- token: z.ZodString;
82
- tokenTtlSeconds: z.ZodNumber;
83
- }, z.core.$strip>], "kind">;
84
- declare const InProcessChatCredentialsSchema: z.ZodObject<{
85
- kind: z.ZodLiteral<"in-process">;
86
- wsNamespace: z.ZodString;
87
- token: z.ZodString;
88
- eventRoomId: z.ZodString;
89
- }, z.core.$strip>;
90
- declare const IvsChatCredentialsSchema: z.ZodObject<{
91
- kind: z.ZodLiteral<"ivs">;
92
- roomIdentifier: z.ZodString;
93
- endpoint: z.ZodString;
94
- token: z.ZodString;
95
- tokenTtlSeconds: z.ZodNumber;
96
- }, z.core.$strip>;
97
-
98
- type ChatMessageUser = z.infer<typeof ChatMessageUserSchema>;
99
- type ChatMessage = z.infer<typeof ChatMessageSchema>;
100
- type ChatHistoryResponse = z.infer<typeof ChatHistoryResponseSchema>;
101
- type PostChatMessageRequest = z.infer<typeof PostChatMessageRequestSchema>;
102
- type ChatModerationDeleteRequest = z.infer<typeof ChatModerationDeleteRequestSchema>;
103
- type ChatModerationMuteRequest = z.infer<typeof ChatModerationMuteRequestSchema>;
104
- type ChatMuteStateResponse = z.infer<typeof ChatMuteStateResponseSchema>;
105
- type ChatCredentialsResponse = z.infer<typeof ChatCredentialsResponseSchema>;
106
- type IvsChatCredentials = z.infer<typeof IvsChatCredentialsSchema>;
107
- type InProcessChatCredentials = z.infer<typeof InProcessChatCredentialsSchema>;
108
-
109
- declare const HOST_DATE_RANGE_PRESETS: readonly ["last7d", "last30d", "last90d"];
110
-
111
- declare const HostOverviewQuerySchema: z.ZodObject<{
112
- range: z.ZodOptional<z.ZodEnum<{
113
- custom: "custom";
114
- last7d: "last7d";
115
- last30d: "last30d";
116
- last90d: "last90d";
117
- }>>;
118
- start: z.ZodOptional<z.ZodISODateTime>;
119
- end: z.ZodOptional<z.ZodISODateTime>;
120
- }, z.core.$strip>;
121
- declare const HostEventsTabSchema: z.ZodEnum<{
122
- LIVE: "LIVE";
123
- ENDED: "ENDED";
124
- UPCOMING: "UPCOMING";
125
- DRAFTS: "DRAFTS";
126
- }>;
127
- declare const HostSearchQuerySchema: z.ZodObject<{
128
- q: z.ZodString;
129
- limit: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
130
- }, z.core.$strip>;
131
- declare const HostEventPatchSchema: z.ZodObject<{
132
- title: z.ZodOptional<z.ZodString>;
133
- description: z.ZodOptional<z.ZodString>;
134
- coverImageUrl: z.ZodAny;
135
- ticketPrice: z.ZodOptional<z.ZodString>;
136
- category: z.ZodOptional<z.ZodEnum<{
137
- readonly ART: "ART";
138
- readonly TECHNOLOGY: "TECHNOLOGY";
139
- readonly SCIENCE: "SCIENCE";
140
- readonly TRAVEL: "TRAVEL";
141
- readonly HISTORY: "HISTORY";
142
- readonly LITERATURE: "LITERATURE";
143
- readonly COOKING: "COOKING";
144
- readonly FITNESS: "FITNESS";
145
- readonly PHOTOGRAPHY: "PHOTOGRAPHY";
146
- readonly GARDENING: "GARDENING";
147
- readonly EDUCATION: "EDUCATION";
148
- readonly FASHION: "FASHION";
149
- readonly MOVIES: "MOVIES";
150
- readonly SPORTS: "SPORTS";
151
- readonly POLITICS: "POLITICS";
152
- readonly HEALTH: "HEALTH";
153
- readonly GAMING: "GAMING";
154
- readonly FINANCE: "FINANCE";
155
- readonly NATURE: "NATURE";
156
- readonly CONCERT: "CONCERT";
157
- readonly FESTIVAL: "FESTIVAL";
158
- readonly WEDDING: "WEDDING";
159
- readonly CORPORATE: "CORPORATE";
160
- readonly RELIGIOUS: "RELIGIOUS";
161
- readonly OTHER: "OTHER";
162
- }>>;
163
- scheduledStart: z.ZodOptional<z.ZodISODateTime>;
164
- durationMinutes: z.ZodOptional<z.ZodNumber>;
165
- tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
166
- location: z.ZodOptional<z.ZodString>;
167
- previewClipUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
168
- accessModel: z.ZodOptional<z.ZodEnum<{
169
- FREE: "FREE";
170
- PAID: "PAID";
171
- }>>;
172
- currency: z.ZodOptional<z.ZodEnum<{
173
- readonly NGN: "NGN";
174
- readonly USD: "USD";
175
- readonly GBP: "GBP";
176
- readonly EUR: "EUR";
177
- }>>;
178
- maxTickets: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
179
- visibility: z.ZodOptional<z.ZodEnum<{
180
- readonly PUBLIC: "PUBLIC";
181
- readonly PRIVATE: "PRIVATE";
182
- readonly UNLISTED: "UNLISTED";
183
- }>>;
184
- guestEmails: z.ZodOptional<z.ZodArray<z.ZodEmail>>;
185
- replayAccess: z.ZodOptional<z.ZodEnum<{
186
- readonly INCLUDED: "INCLUDED";
187
- readonly DISABLED: "DISABLED";
188
- readonly PAID_SEPARATELY: "PAID_SEPARATELY";
189
- }>>;
190
- replayWindow: z.ZodOptional<z.ZodNumber>;
191
- replayPrice: z.ZodOptional<z.ZodNumber>;
192
- productionMode: z.ZodOptional<z.ZodEnum<{
193
- SELF: "SELF";
194
- HIRE: "HIRE";
195
- }>>;
196
- crewIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
197
- productionNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
198
- backupStreamEnabled: z.ZodOptional<z.ZodBoolean>;
199
- }, z.core.$strip>;
200
- declare const HostEventsListQuerySchema: z.ZodObject<{
201
- pageNumber: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
202
- pageSize: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
203
- tab: z.ZodEnum<{
204
- LIVE: "LIVE";
205
- ENDED: "ENDED";
206
- UPCOMING: "UPCOMING";
207
- DRAFTS: "DRAFTS";
208
- }>;
209
- }, z.core.$strip>;
210
- declare const CancelEventSchema: z.ZodObject<{
211
- reauthToken: z.ZodString;
212
- }, z.core.$strip>;
213
- declare const HostEventRowResponseSchema: z.ZodObject<{
214
- eventId: z.ZodString;
215
- title: z.ZodString;
216
- date: z.ZodISODateTime;
217
- ticketsSold: z.ZodNumber;
218
- plannedDurationMinutes: z.ZodNullable<z.ZodNumber>;
219
- revenue: z.ZodObject<{
220
- currency: z.ZodString;
221
- value: z.ZodString;
222
- }, z.core.$strip>;
223
- status: z.ZodEnum<{
224
- ACTIVE: "ACTIVE";
225
- DRAFT: "DRAFT";
226
- LIVE: "LIVE";
227
- ENDED: "ENDED";
228
- CANCELLED: "CANCELLED";
229
- PAUSED: "PAUSED";
230
- }>;
231
- }, z.core.$strip>;
232
- declare const HostEventsTabResponseSchema: z.ZodObject<{
233
- totalCount: z.ZodNumber;
234
- pageNumber: z.ZodNumber;
235
- pageSize: z.ZodNumber;
236
- totalPages: z.ZodNumber;
237
- hasPreviousPage: z.ZodBoolean;
238
- hasNextPage: z.ZodBoolean;
239
- tab: z.ZodEnum<{
240
- LIVE: "LIVE";
241
- ENDED: "ENDED";
242
- UPCOMING: "UPCOMING";
243
- DRAFTS: "DRAFTS";
244
- }>;
245
- rows: z.ZodArray<z.ZodObject<{
246
- eventId: z.ZodString;
247
- title: z.ZodString;
248
- date: z.ZodISODateTime;
249
- ticketsSold: z.ZodNumber;
250
- plannedDurationMinutes: z.ZodNullable<z.ZodNumber>;
251
- revenue: z.ZodObject<{
252
- currency: z.ZodString;
253
- value: z.ZodString;
254
- }, z.core.$strip>;
255
- status: z.ZodEnum<{
256
- ACTIVE: "ACTIVE";
257
- DRAFT: "DRAFT";
258
- LIVE: "LIVE";
259
- ENDED: "ENDED";
260
- CANCELLED: "CANCELLED";
261
- PAUSED: "PAUSED";
262
- }>;
263
- }, z.core.$strip>>;
264
- }, z.core.$strip>;
265
- declare const HostEventsTabCountsResponseSchema: z.ZodObject<{
266
- upcoming: z.ZodNumber;
267
- live: z.ZodNumber;
268
- ended: z.ZodNumber;
269
- drafts: z.ZodNumber;
270
- }, z.core.$strip>;
271
- declare const HostEventWizardStartSchema: z.ZodObject<{
272
- title: z.ZodOptional<z.ZodString>;
273
- }, z.core.$strip>;
274
- declare const HostEventsListPagedQuerySchema: z.ZodObject<{
275
- pageNumber: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
276
- pageSize: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
277
- tab: z.ZodEnum<{
278
- LIVE: "LIVE";
279
- ENDED: "ENDED";
280
- UPCOMING: "UPCOMING";
281
- DRAFTS: "DRAFTS";
282
- }>;
283
- }, z.core.$strip>;
284
- declare const HostEventWizardStartResponseSchema: z.ZodObject<{
285
- id: z.ZodUUID;
286
- state: z.ZodLiteral<"DRAFT">;
287
- wizardStep: z.ZodNullable<z.ZodNumber>;
288
- }, z.core.$strip>;
289
- declare const HostEventWizardStepResponseSchema: z.ZodObject<{
290
- id: z.ZodUUID;
291
- wizardStep: z.ZodNullable<z.ZodNumber>;
292
- streamingVerified: z.ZodOptional<z.ZodBoolean>;
293
- verificationToken: z.ZodOptional<z.ZodString>;
294
- crewIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
295
- }, z.core.$strip>;
296
- declare const HostEventWizardPublishResponseSchema: z.ZodObject<{
297
- id: z.ZodUUID;
298
- state: z.ZodLiteral<"SCHEDULED">;
299
- publishedAt: z.ZodNullable<z.ZodISODateTime>;
300
- bookingIds: z.ZodArray<z.ZodUUID>;
301
- }, z.core.$strip>;
302
- declare const HostEventCancelResponseSchema: z.ZodObject<{
303
- id: z.ZodUUID;
304
- state: z.ZodLiteral<"CANCELLED">;
305
- cancelledAt: z.ZodNullable<z.ZodISODateTime>;
306
- }, z.core.$strip>;
307
- declare const HostOverviewResponseSchema: z.ZodObject<{
308
- range: z.ZodObject<{
309
- start: z.ZodString;
310
- end: z.ZodString;
311
- preset: z.ZodOptional<z.ZodString>;
312
- }, z.core.$strip>;
313
- kpis: z.ZodObject<{
314
- totalRevenue: z.ZodObject<{
315
- currency: z.ZodLiteral<"NGN">;
316
- value: z.ZodString;
317
- deltaPct: z.ZodNullable<z.ZodNumber>;
318
- }, z.core.$strip>;
319
- upcomingEvents: z.ZodObject<{
320
- count: z.ZodNumber;
321
- nextStartsAt: z.ZodNullable<z.ZodString>;
322
- }, z.core.$strip>;
323
- liveNow: z.ZodObject<{
324
- eventCount: z.ZodNumber;
325
- totalViewers: z.ZodNumber;
326
- }, z.core.$strip>;
327
- totalViews: z.ZodObject<{
328
- value: z.ZodNumber;
329
- deltaPct: z.ZodNullable<z.ZodNumber>;
330
- }, z.core.$strip>;
331
- }, z.core.$strip>;
332
- live: z.ZodArray<z.ZodObject<{
333
- eventId: z.ZodUUID;
334
- title: z.ZodString;
335
- viewers: z.ZodNumber;
336
- }, z.core.$strip>>;
337
- upcoming: z.ZodArray<z.ZodObject<{
338
- eventId: z.ZodUUID;
339
- title: z.ZodString;
340
- scheduledStart: z.ZodString;
341
- canGoLive: z.ZodBoolean;
342
- }, z.core.$strip>>;
343
- activity: z.ZodArray<z.ZodObject<{
344
- kind: z.ZodString;
345
- subjectType: z.ZodEnum<{
346
- Event: "Event";
347
- Booking: "Booking";
348
- PaymentIntent: "PaymentIntent";
349
- ReplayPurchase: "ReplayPurchase";
350
- }>;
351
- subjectId: z.ZodString;
352
- occurredAt: z.ZodNumber;
353
- payload: z.ZodRecord<z.ZodString, z.ZodUnknown>;
354
- dedupeId: z.ZodString;
355
- }, z.core.$strip>>;
356
- }, z.core.$strip>;
357
- declare const HostActivityListPageSchema: z.ZodObject<{
358
- totalCount: z.ZodNumber;
359
- pageNumber: z.ZodNumber;
360
- pageSize: z.ZodNumber;
361
- totalPages: z.ZodNumber;
362
- hasPreviousPage: z.ZodBoolean;
363
- hasNextPage: z.ZodBoolean;
364
- items: z.ZodArray<z.ZodObject<{
365
- kind: z.ZodString;
366
- subjectType: z.ZodEnum<{
367
- Event: "Event";
368
- Booking: "Booking";
369
- PaymentIntent: "PaymentIntent";
370
- ReplayPurchase: "ReplayPurchase";
371
- }>;
372
- subjectId: z.ZodString;
373
- occurredAt: z.ZodNumber;
374
- payload: z.ZodRecord<z.ZodString, z.ZodUnknown>;
375
- dedupeId: z.ZodString;
376
- }, z.core.$strip>>;
377
- }, z.core.$strip>;
378
- declare const HostSearchHitSchema: z.ZodObject<{
379
- eventId: z.ZodUUID;
380
- title: z.ZodString;
381
- scheduledStart: z.ZodString;
382
- state: z.ZodString;
383
- }, z.core.$strip>;
384
- declare const HostSearchResponseSchema: z.ZodObject<{
385
- hits: z.ZodArray<z.ZodObject<{
386
- eventId: z.ZodUUID;
387
- title: z.ZodString;
388
- scheduledStart: z.ZodString;
389
- state: z.ZodString;
390
- }, z.core.$strip>>;
391
- }, z.core.$strip>;
392
- declare const HostNotificationsUnreadCountSchema: z.ZodObject<{
393
- count: z.ZodNumber;
394
- }, z.core.$strip>;
395
- declare const HostEventsTabResponseClassSchema: z.ZodObject<{
396
- totalCount: z.ZodNumber;
397
- pageNumber: z.ZodNumber;
398
- pageSize: z.ZodNumber;
399
- totalPages: z.ZodNumber;
400
- hasPreviousPage: z.ZodBoolean;
401
- hasNextPage: z.ZodBoolean;
402
- tab: z.ZodEnum<{
403
- LIVE: "LIVE";
404
- ENDED: "ENDED";
405
- UPCOMING: "UPCOMING";
406
- DRAFTS: "DRAFTS";
407
- }>;
408
- items: z.ZodArray<z.ZodObject<{
409
- eventId: z.ZodString;
410
- title: z.ZodString;
411
- date: z.ZodISODateTime;
412
- ticketsSold: z.ZodNumber;
413
- plannedDurationMinutes: z.ZodNullable<z.ZodNumber>;
414
- revenue: z.ZodObject<{
415
- currency: z.ZodString;
416
- value: z.ZodString;
417
- }, z.core.$strip>;
418
- status: z.ZodEnum<{
419
- ACTIVE: "ACTIVE";
420
- DRAFT: "DRAFT";
421
- LIVE: "LIVE";
422
- ENDED: "ENDED";
423
- CANCELLED: "CANCELLED";
424
- PAUSED: "PAUSED";
425
- }>;
426
- }, z.core.$strip>>;
427
- }, z.core.$strip>;
428
- declare const HostEventFullResponseSchema: z.ZodObject<{
429
- id: z.ZodUUID;
430
- hostId: z.ZodUUID;
431
- title: z.ZodString;
432
- description: z.ZodNullable<z.ZodString>;
433
- coverImageUrl: z.ZodNullable<z.ZodString>;
434
- previewClipUrl: z.ZodNullable<z.ZodString>;
435
- venueLocation: z.ZodNullable<z.ZodString>;
436
- scheduledStart: z.ZodString;
437
- scheduledEnd: z.ZodString;
438
- timezone: z.ZodString;
439
- expectedAudience: z.ZodNullable<z.ZodNumber>;
440
- plannedDurationMinutes: z.ZodNullable<z.ZodNumber>;
441
- visibility: z.ZodString;
442
- accessModel: z.ZodString;
443
- ticketPrice: z.ZodNullable<z.ZodString>;
444
- currency: z.ZodString;
445
- maxTickets: z.ZodNullable<z.ZodNumber>;
446
- allowlistData: z.ZodArray<z.ZodString>;
447
- replayAccess: z.ZodEnum<{
448
- readonly INCLUDED: "INCLUDED";
449
- readonly DISABLED: "DISABLED";
450
- readonly PAID_SEPARATELY: "PAID_SEPARATELY";
451
- }>;
452
- replayAccessFee: z.ZodString;
453
- retentionDays: z.ZodNumber;
454
- replayAvailableUntil: z.ZodNullable<z.ZodString>;
455
- shareableUrl: z.ZodNullable<z.ZodString>;
456
- state: z.ZodString;
457
- tags: z.ZodArray<z.ZodString>;
458
- isFeatured: z.ZodBoolean;
459
- createdAt: z.ZodString;
460
- updatedAt: z.ZodString;
461
- publishedAt: z.ZodNullable<z.ZodString>;
462
- liveStartedAt: z.ZodNullable<z.ZodString>;
463
- liveEndedAt: z.ZodNullable<z.ZodString>;
464
- cancelledAt: z.ZodNullable<z.ZodString>;
465
- cancelledReason: z.ZodNullable<z.ZodString>;
466
- category: z.ZodString;
467
- wizardStep: z.ZodNullable<z.ZodNumber>;
468
- productionMode: z.ZodNullable<z.ZodString>;
469
- productionNotes: z.ZodNullable<z.ZodString>;
470
- }, z.core.$strip>;
471
- declare const HostEventWizardCurrentResponseSchema: z.ZodObject<{
472
- id: z.ZodUUID;
473
- hostId: z.ZodUUID;
474
- title: z.ZodString;
475
- description: z.ZodNullable<z.ZodString>;
476
- coverImageUrl: z.ZodNullable<z.ZodString>;
477
- previewClipUrl: z.ZodNullable<z.ZodString>;
478
- venueLocation: z.ZodNullable<z.ZodString>;
479
- scheduledStart: z.ZodString;
480
- scheduledEnd: z.ZodString;
481
- timezone: z.ZodString;
482
- expectedAudience: z.ZodNullable<z.ZodNumber>;
483
- plannedDurationMinutes: z.ZodNullable<z.ZodNumber>;
484
- visibility: z.ZodString;
485
- accessModel: z.ZodString;
486
- ticketPrice: z.ZodNullable<z.ZodString>;
487
- currency: z.ZodString;
488
- maxTickets: z.ZodNullable<z.ZodNumber>;
489
- allowlistData: z.ZodArray<z.ZodString>;
490
- replayAccess: z.ZodEnum<{
491
- readonly INCLUDED: "INCLUDED";
492
- readonly DISABLED: "DISABLED";
493
- readonly PAID_SEPARATELY: "PAID_SEPARATELY";
494
- }>;
495
- replayAccessFee: z.ZodString;
496
- retentionDays: z.ZodNumber;
497
- replayAvailableUntil: z.ZodNullable<z.ZodString>;
498
- shareableUrl: z.ZodNullable<z.ZodString>;
499
- state: z.ZodString;
500
- tags: z.ZodArray<z.ZodString>;
501
- isFeatured: z.ZodBoolean;
502
- createdAt: z.ZodString;
503
- updatedAt: z.ZodString;
504
- publishedAt: z.ZodNullable<z.ZodString>;
505
- liveStartedAt: z.ZodNullable<z.ZodString>;
506
- liveEndedAt: z.ZodNullable<z.ZodString>;
507
- cancelledAt: z.ZodNullable<z.ZodString>;
508
- cancelledReason: z.ZodNullable<z.ZodString>;
509
- category: z.ZodString;
510
- wizardStep: z.ZodNullable<z.ZodNumber>;
511
- productionMode: z.ZodNullable<z.ZodString>;
512
- productionNotes: z.ZodNullable<z.ZodString>;
513
- crewIds: z.ZodArray<z.ZodUUID>;
514
- }, z.core.$strip>;
515
- declare const ReadinessItemIdSchema: z.ZodEnum<{
516
- EVENT_DETAILS: "EVENT_DETAILS";
517
- PRICING: "PRICING";
518
- CREW_ASSIGNED: "CREW_ASSIGNED";
519
- STREAM_TESTED: "STREAM_TESTED";
520
- }>;
521
- declare const ReadinessItemStateSchema: z.ZodEnum<{
522
- PASS: "PASS";
523
- WARN: "WARN";
524
- FAIL: "FAIL";
525
- }>;
526
- declare const ReadinessBlockReasonSchema: z.ZodEnum<{
527
- CHECKLIST_INCOMPLETE: "CHECKLIST_INCOMPLETE";
528
- BEFORE_WINDOW: "BEFORE_WINDOW";
529
- AFTER_WINDOW: "AFTER_WINDOW";
530
- ALREADY_LIVE: "ALREADY_LIVE";
531
- NOT_OWNED: "NOT_OWNED";
532
- }>;
533
- declare const StreamingStatusSchema: z.ZodEnum<{
534
- READY_FOR_TEST: "READY_FOR_TEST";
535
- LIVE: "LIVE";
536
- NOT_PROVISIONED: "NOT_PROVISIONED";
537
- STREAM_TEST_FAILED: "STREAM_TEST_FAILED";
538
- STREAM_TEST_SUCCESSFUL: "STREAM_TEST_SUCCESSFUL";
539
- }>;
540
- declare const ProductionModeSchema: z.ZodEnum<{
541
- SELF: "SELF";
542
- HIRE: "HIRE";
543
- }>;
544
- declare const ReadinessItemSchema: z.ZodObject<{
545
- id: z.ZodEnum<{
546
- EVENT_DETAILS: "EVENT_DETAILS";
547
- PRICING: "PRICING";
548
- CREW_ASSIGNED: "CREW_ASSIGNED";
549
- STREAM_TESTED: "STREAM_TESTED";
550
- }>;
551
- label: z.ZodString;
552
- state: z.ZodEnum<{
553
- PASS: "PASS";
554
- WARN: "WARN";
555
- FAIL: "FAIL";
556
- }>;
557
- detail: z.ZodOptional<z.ZodString>;
558
- cta: z.ZodOptional<z.ZodEnum<{
559
- OPEN_WIZARD_STEP_1: "OPEN_WIZARD_STEP_1";
560
- OPEN_WIZARD_STEP_2: "OPEN_WIZARD_STEP_2";
561
- OPEN_WIZARD_STEP_3: "OPEN_WIZARD_STEP_3";
562
- OPEN_HIRE_CREW: "OPEN_HIRE_CREW";
563
- RUN_STREAM_TEST: "RUN_STREAM_TEST";
564
- }>>;
565
- }, z.core.$strip>;
566
- declare const HostEventReadinessBlockSchema: z.ZodObject<{
567
- progress: z.ZodNumber;
568
- items: z.ZodArray<z.ZodObject<{
569
- id: z.ZodEnum<{
570
- EVENT_DETAILS: "EVENT_DETAILS";
571
- PRICING: "PRICING";
572
- CREW_ASSIGNED: "CREW_ASSIGNED";
573
- STREAM_TESTED: "STREAM_TESTED";
574
- }>;
575
- label: z.ZodString;
576
- state: z.ZodEnum<{
577
- PASS: "PASS";
578
- WARN: "WARN";
579
- FAIL: "FAIL";
580
- }>;
581
- detail: z.ZodOptional<z.ZodString>;
582
- cta: z.ZodOptional<z.ZodEnum<{
583
- OPEN_WIZARD_STEP_1: "OPEN_WIZARD_STEP_1";
584
- OPEN_WIZARD_STEP_2: "OPEN_WIZARD_STEP_2";
585
- OPEN_WIZARD_STEP_3: "OPEN_WIZARD_STEP_3";
586
- OPEN_HIRE_CREW: "OPEN_HIRE_CREW";
587
- RUN_STREAM_TEST: "RUN_STREAM_TEST";
588
- }>>;
589
- }, z.core.$strip>>;
590
- canGoLive: z.ZodBoolean;
591
- blockReason: z.ZodOptional<z.ZodEnum<{
592
- CHECKLIST_INCOMPLETE: "CHECKLIST_INCOMPLETE";
593
- BEFORE_WINDOW: "BEFORE_WINDOW";
594
- AFTER_WINDOW: "AFTER_WINDOW";
595
- ALREADY_LIVE: "ALREADY_LIVE";
596
- NOT_OWNED: "NOT_OWNED";
597
- }>>;
598
- }, z.core.$strip>;
599
- /** `GET /host/events/:id/dashboard` — optional active-crew filters */
600
- declare const ListHostEventDashboardQuerySchema: z.ZodObject<{
601
- crewSearch: z.ZodOptional<z.ZodString>;
602
- crewState: z.ZodOptional<z.ZodEnum<{
603
- readonly REQUESTED: "REQUESTED";
604
- readonly AWAITING_PRODUCER_RESPONSE: "AWAITING_PRODUCER_RESPONSE";
605
- readonly IN_NEGOTIATION: "IN_NEGOTIATION";
606
- readonly ACCEPTED: "ACCEPTED";
607
- readonly REJECTED: "REJECTED";
608
- readonly CANCELLED: "CANCELLED";
609
- readonly AWAITING_ESCROW_FUNDING: "AWAITING_ESCROW_FUNDING";
610
- readonly CONFIRMED: "CONFIRMED";
611
- readonly IN_PROGRESS: "IN_PROGRESS";
612
- readonly SERVICE_COMPLETED: "SERVICE_COMPLETED";
613
- readonly IN_DISPUTE: "IN_DISPUTE";
614
- readonly CLOSED: "CLOSED";
615
- readonly AWAITING_PRODUCER_RECONFIRM: "AWAITING_PRODUCER_RECONFIRM";
616
- }>>;
617
- }, z.core.$strip>;
618
- declare const HostEventCrewMemberSchema: z.ZodObject<{
619
- bookingId: z.ZodString;
620
- producerProfileId: z.ZodString;
621
- displayName: z.ZodString;
622
- producerAvatarUrl: z.ZodNullable<z.ZodURL>;
623
- producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
624
- producerEquipmentLabels: z.ZodArray<z.ZodString>;
625
- producerIsVerified: z.ZodBoolean;
626
- role: z.ZodNullable<z.ZodString>;
627
- state: z.ZodEnum<{
628
- readonly REQUESTED: "REQUESTED";
629
- readonly AWAITING_PRODUCER_RESPONSE: "AWAITING_PRODUCER_RESPONSE";
630
- readonly IN_NEGOTIATION: "IN_NEGOTIATION";
631
- readonly ACCEPTED: "ACCEPTED";
632
- readonly REJECTED: "REJECTED";
633
- readonly CANCELLED: "CANCELLED";
634
- readonly AWAITING_ESCROW_FUNDING: "AWAITING_ESCROW_FUNDING";
635
- readonly CONFIRMED: "CONFIRMED";
636
- readonly IN_PROGRESS: "IN_PROGRESS";
637
- readonly SERVICE_COMPLETED: "SERVICE_COMPLETED";
638
- readonly IN_DISPUTE: "IN_DISPUTE";
639
- readonly CLOSED: "CLOSED";
640
- readonly AWAITING_PRODUCER_RECONFIRM: "AWAITING_PRODUCER_RECONFIRM";
641
- }>;
642
- confirmedAt: z.ZodNullable<z.ZodISODateTime>;
643
- }, z.core.$strip>;
644
- declare const HostProductionCrewPhaseSchema: z.ZodEnum<{
645
- ACTIVE: "ACTIVE";
646
- PAST: "PAST";
647
- }>;
648
- /** `GET /host/production/crew` — host-level crew roster across events */
649
- declare const ListHostProductionCrewQuerySchema: z.ZodObject<{
650
- pageNumber: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
651
- pageSize: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
652
- phase: z.ZodDefault<z.ZodEnum<{
653
- ACTIVE: "ACTIVE";
654
- PAST: "PAST";
655
- }>>;
656
- eventId: z.ZodOptional<z.ZodUUID>;
657
- crewSearch: z.ZodOptional<z.ZodString>;
658
- crewState: z.ZodOptional<z.ZodEnum<{
659
- readonly REQUESTED: "REQUESTED";
660
- readonly AWAITING_PRODUCER_RESPONSE: "AWAITING_PRODUCER_RESPONSE";
661
- readonly IN_NEGOTIATION: "IN_NEGOTIATION";
662
- readonly ACCEPTED: "ACCEPTED";
663
- readonly REJECTED: "REJECTED";
664
- readonly CANCELLED: "CANCELLED";
665
- readonly AWAITING_ESCROW_FUNDING: "AWAITING_ESCROW_FUNDING";
666
- readonly CONFIRMED: "CONFIRMED";
667
- readonly IN_PROGRESS: "IN_PROGRESS";
668
- readonly SERVICE_COMPLETED: "SERVICE_COMPLETED";
669
- readonly IN_DISPUTE: "IN_DISPUTE";
670
- readonly CLOSED: "CLOSED";
671
- readonly AWAITING_PRODUCER_RECONFIRM: "AWAITING_PRODUCER_RECONFIRM";
672
- }>>;
673
- }, z.core.$strip>;
674
- declare const HostProductionCrewItemSchema: z.ZodObject<{
675
- bookingId: z.ZodString;
676
- producerProfileId: z.ZodString;
677
- displayName: z.ZodString;
678
- producerAvatarUrl: z.ZodNullable<z.ZodURL>;
679
- producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
680
- producerEquipmentLabels: z.ZodArray<z.ZodString>;
681
- producerIsVerified: z.ZodBoolean;
682
- role: z.ZodNullable<z.ZodString>;
683
- state: z.ZodEnum<{
684
- readonly REQUESTED: "REQUESTED";
685
- readonly AWAITING_PRODUCER_RESPONSE: "AWAITING_PRODUCER_RESPONSE";
686
- readonly IN_NEGOTIATION: "IN_NEGOTIATION";
687
- readonly ACCEPTED: "ACCEPTED";
688
- readonly REJECTED: "REJECTED";
689
- readonly CANCELLED: "CANCELLED";
690
- readonly AWAITING_ESCROW_FUNDING: "AWAITING_ESCROW_FUNDING";
691
- readonly CONFIRMED: "CONFIRMED";
692
- readonly IN_PROGRESS: "IN_PROGRESS";
693
- readonly SERVICE_COMPLETED: "SERVICE_COMPLETED";
694
- readonly IN_DISPUTE: "IN_DISPUTE";
695
- readonly CLOSED: "CLOSED";
696
- readonly AWAITING_PRODUCER_RECONFIRM: "AWAITING_PRODUCER_RECONFIRM";
697
- }>;
698
- confirmedAt: z.ZodNullable<z.ZodISODateTime>;
699
- eventId: z.ZodUUID;
700
- eventTitle: z.ZodString;
701
- }, z.core.$strip>;
702
- declare const PagedHostProductionCrewResponseSchema: z.ZodObject<{
703
- totalCount: z.ZodNumber;
704
- pageNumber: z.ZodNumber;
705
- pageSize: z.ZodNumber;
706
- totalPages: z.ZodNumber;
707
- hasPreviousPage: z.ZodBoolean;
708
- hasNextPage: z.ZodBoolean;
709
- items: z.ZodArray<z.ZodObject<{
710
- bookingId: z.ZodString;
711
- producerProfileId: z.ZodString;
712
- displayName: z.ZodString;
713
- producerAvatarUrl: z.ZodNullable<z.ZodURL>;
714
- producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
715
- producerEquipmentLabels: z.ZodArray<z.ZodString>;
716
- producerIsVerified: z.ZodBoolean;
717
- role: z.ZodNullable<z.ZodString>;
718
- state: z.ZodEnum<{
719
- readonly REQUESTED: "REQUESTED";
720
- readonly AWAITING_PRODUCER_RESPONSE: "AWAITING_PRODUCER_RESPONSE";
721
- readonly IN_NEGOTIATION: "IN_NEGOTIATION";
722
- readonly ACCEPTED: "ACCEPTED";
723
- readonly REJECTED: "REJECTED";
724
- readonly CANCELLED: "CANCELLED";
725
- readonly AWAITING_ESCROW_FUNDING: "AWAITING_ESCROW_FUNDING";
726
- readonly CONFIRMED: "CONFIRMED";
727
- readonly IN_PROGRESS: "IN_PROGRESS";
728
- readonly SERVICE_COMPLETED: "SERVICE_COMPLETED";
729
- readonly IN_DISPUTE: "IN_DISPUTE";
730
- readonly CLOSED: "CLOSED";
731
- readonly AWAITING_PRODUCER_RECONFIRM: "AWAITING_PRODUCER_RECONFIRM";
732
- }>;
733
- confirmedAt: z.ZodNullable<z.ZodISODateTime>;
734
- eventId: z.ZodUUID;
735
- eventTitle: z.ZodString;
736
- }, z.core.$strip>>;
737
- }, z.core.$strip>;
738
- declare const HostEventDashboardResponseSchema: z.ZodObject<{
739
- serverNow: z.ZodISODateTime;
740
- event: z.ZodObject<{
741
- id: z.ZodString;
742
- title: z.ZodString;
743
- description: z.ZodNullable<z.ZodString>;
744
- coverImageUrl: z.ZodNullable<z.ZodString>;
745
- scheduledStart: z.ZodISODateTime;
746
- scheduledEnd: z.ZodISODateTime;
747
- timezone: z.ZodString;
748
- accessModel: z.ZodString;
749
- ticketPrice: z.ZodNullable<z.ZodString>;
750
- currency: z.ZodString;
751
- shareableUrl: z.ZodNullable<z.ZodString>;
752
- state: z.ZodString;
753
- visibility: z.ZodString;
754
- productionMode: z.ZodNullable<z.ZodEnum<{
755
- SELF: "SELF";
756
- HIRE: "HIRE";
757
- }>>;
758
- goLiveEligibleAt: z.ZodNullable<z.ZodISODateTime>;
759
- }, z.core.$strip>;
760
- ticketing: z.ZodObject<{
761
- totalPayingCapacity: z.ZodNullable<z.ZodNumber>;
762
- ticketsSold: z.ZodNumber;
763
- revenue: z.ZodString;
764
- currency: z.ZodString;
765
- }, z.core.$strip>;
766
- audience: z.ZodObject<{
767
- registered: z.ZodNumber;
768
- byCountry: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNumber>>;
769
- byTrafficSource: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNumber>>;
770
- }, z.core.$strip>;
771
- readiness: z.ZodObject<{
772
- progress: z.ZodNumber;
773
- items: z.ZodArray<z.ZodObject<{
774
- id: z.ZodEnum<{
775
- EVENT_DETAILS: "EVENT_DETAILS";
776
- PRICING: "PRICING";
777
- CREW_ASSIGNED: "CREW_ASSIGNED";
778
- STREAM_TESTED: "STREAM_TESTED";
779
- }>;
780
- label: z.ZodString;
781
- state: z.ZodEnum<{
782
- PASS: "PASS";
783
- WARN: "WARN";
784
- FAIL: "FAIL";
785
- }>;
786
- detail: z.ZodOptional<z.ZodString>;
787
- cta: z.ZodOptional<z.ZodEnum<{
788
- OPEN_WIZARD_STEP_1: "OPEN_WIZARD_STEP_1";
789
- OPEN_WIZARD_STEP_2: "OPEN_WIZARD_STEP_2";
790
- OPEN_WIZARD_STEP_3: "OPEN_WIZARD_STEP_3";
791
- OPEN_HIRE_CREW: "OPEN_HIRE_CREW";
792
- RUN_STREAM_TEST: "RUN_STREAM_TEST";
793
- }>>;
794
- }, z.core.$strip>>;
795
- canGoLive: z.ZodBoolean;
796
- blockReason: z.ZodOptional<z.ZodEnum<{
797
- CHECKLIST_INCOMPLETE: "CHECKLIST_INCOMPLETE";
798
- BEFORE_WINDOW: "BEFORE_WINDOW";
799
- AFTER_WINDOW: "AFTER_WINDOW";
800
- ALREADY_LIVE: "ALREADY_LIVE";
801
- NOT_OWNED: "NOT_OWNED";
802
- }>>;
803
- }, z.core.$strip>;
804
- production: z.ZodObject<{
805
- mode: z.ZodEnum<{
806
- SELF: "SELF";
807
- HIRE: "HIRE";
808
- }>;
809
- crew: z.ZodArray<z.ZodObject<{
810
- bookingId: z.ZodString;
811
- producerProfileId: z.ZodString;
812
- displayName: z.ZodString;
813
- producerAvatarUrl: z.ZodNullable<z.ZodURL>;
814
- producerServiceCategoryLabels: z.ZodArray<z.ZodString>;
815
- producerEquipmentLabels: z.ZodArray<z.ZodString>;
816
- producerIsVerified: z.ZodBoolean;
817
- role: z.ZodNullable<z.ZodString>;
818
- state: z.ZodEnum<{
819
- readonly REQUESTED: "REQUESTED";
820
- readonly AWAITING_PRODUCER_RESPONSE: "AWAITING_PRODUCER_RESPONSE";
821
- readonly IN_NEGOTIATION: "IN_NEGOTIATION";
822
- readonly ACCEPTED: "ACCEPTED";
823
- readonly REJECTED: "REJECTED";
824
- readonly CANCELLED: "CANCELLED";
825
- readonly AWAITING_ESCROW_FUNDING: "AWAITING_ESCROW_FUNDING";
826
- readonly CONFIRMED: "CONFIRMED";
827
- readonly IN_PROGRESS: "IN_PROGRESS";
828
- readonly SERVICE_COMPLETED: "SERVICE_COMPLETED";
829
- readonly IN_DISPUTE: "IN_DISPUTE";
830
- readonly CLOSED: "CLOSED";
831
- readonly AWAITING_PRODUCER_RECONFIRM: "AWAITING_PRODUCER_RECONFIRM";
832
- }>;
833
- confirmedAt: z.ZodNullable<z.ZodISODateTime>;
834
- }, z.core.$strip>>;
835
- }, z.core.$strip>;
836
- streaming: z.ZodObject<{
837
- status: z.ZodEnum<{
838
- READY_FOR_TEST: "READY_FOR_TEST";
839
- LIVE: "LIVE";
840
- NOT_PROVISIONED: "NOT_PROVISIONED";
841
- STREAM_TEST_FAILED: "STREAM_TEST_FAILED";
842
- STREAM_TEST_SUCCESSFUL: "STREAM_TEST_SUCCESSFUL";
843
- }>;
844
- serverUrl: z.ZodNullable<z.ZodString>;
845
- streamKey: z.ZodNull;
846
- lastStreamTestAt: z.ZodNullable<z.ZodISODateTime>;
847
- testAvailableAt: z.ZodNullable<z.ZodISODateTime>;
848
- }, z.core.$strip>;
849
- share: z.ZodObject<{
850
- shareableUrl: z.ZodString;
851
- slug: z.ZodString;
852
- }, z.core.$strip>;
853
- }, z.core.$strip>;
854
- declare const HostEventReadinessResponseSchema: z.ZodObject<{
855
- progress: z.ZodNumber;
856
- items: z.ZodArray<z.ZodObject<{
857
- id: z.ZodEnum<{
858
- EVENT_DETAILS: "EVENT_DETAILS";
859
- PRICING: "PRICING";
860
- CREW_ASSIGNED: "CREW_ASSIGNED";
861
- STREAM_TESTED: "STREAM_TESTED";
862
- }>;
863
- label: z.ZodString;
864
- state: z.ZodEnum<{
865
- PASS: "PASS";
866
- WARN: "WARN";
867
- FAIL: "FAIL";
868
- }>;
869
- detail: z.ZodOptional<z.ZodString>;
870
- cta: z.ZodOptional<z.ZodEnum<{
871
- OPEN_WIZARD_STEP_1: "OPEN_WIZARD_STEP_1";
872
- OPEN_WIZARD_STEP_2: "OPEN_WIZARD_STEP_2";
873
- OPEN_WIZARD_STEP_3: "OPEN_WIZARD_STEP_3";
874
- OPEN_HIRE_CREW: "OPEN_HIRE_CREW";
875
- RUN_STREAM_TEST: "RUN_STREAM_TEST";
876
- }>>;
877
- }, z.core.$strip>>;
878
- canGoLive: z.ZodBoolean;
879
- blockReason: z.ZodOptional<z.ZodEnum<{
880
- CHECKLIST_INCOMPLETE: "CHECKLIST_INCOMPLETE";
881
- BEFORE_WINDOW: "BEFORE_WINDOW";
882
- AFTER_WINDOW: "AFTER_WINDOW";
883
- ALREADY_LIVE: "ALREADY_LIVE";
884
- NOT_OWNED: "NOT_OWNED";
885
- }>>;
886
- }, z.core.$strip>;
887
- declare const HostEventShareResponseSchema: z.ZodObject<{
888
- shareableUrl: z.ZodString;
889
- slug: z.ZodString;
890
- copyText: z.ZodString;
891
- channelLinks: z.ZodObject<{
892
- twitter: z.ZodString;
893
- facebook: z.ZodString;
894
- email: z.ZodString;
895
- embed: z.ZodString;
896
- }, z.core.$strip>;
897
- qrCodeDataUrl: z.ZodString;
898
- }, z.core.$strip>;
899
-
900
- type HostEventsTab = z.infer<typeof HostEventsTabSchema>;
901
- type HostOverviewQuery = z.infer<typeof HostOverviewQuerySchema>;
902
- type HostSearchQuery = z.infer<typeof HostSearchQuerySchema>;
903
- type HostEventsListQuery = z.infer<typeof HostEventsListQuerySchema>;
904
- type HostEventPatch = z.infer<typeof HostEventPatchSchema>;
905
- type CancelEvent = z.infer<typeof CancelEventSchema>;
906
- type HostEventRowResponse = z.infer<typeof HostEventRowResponseSchema>;
907
- type HostEventsTabResponse = z.infer<typeof HostEventsTabResponseSchema>;
908
- type HostEventsTabCountsResponse = z.infer<typeof HostEventsTabCountsResponseSchema>;
909
- type HostEventWizardStart = z.infer<typeof HostEventWizardStartSchema>;
910
- type HostEventsListPagedQuery = z.infer<typeof HostEventsListPagedQuerySchema>;
911
- type HostEventWizardStartResponse = z.infer<typeof HostEventWizardStartResponseSchema>;
912
- type HostEventWizardStepResponse = z.infer<typeof HostEventWizardStepResponseSchema>;
913
- type HostEventWizardPublishResponse = z.infer<typeof HostEventWizardPublishResponseSchema>;
914
- type HostEventCancelResponse = z.infer<typeof HostEventCancelResponseSchema>;
915
- type HostOverviewResponse = z.infer<typeof HostOverviewResponseSchema>;
916
- type HostSearchResponse = z.infer<typeof HostSearchResponseSchema>;
917
- type HostNotificationsUnreadCount = z.infer<typeof HostNotificationsUnreadCountSchema>;
918
- type HostEventsTabResponseClass = z.infer<typeof HostEventsTabResponseClassSchema>;
919
- type HostEventFullResponse = z.infer<typeof HostEventFullResponseSchema>;
920
- type HostEventWizardCurrentResponse = z.infer<typeof HostEventWizardCurrentResponseSchema>;
921
- type HostSearchHit = z.infer<typeof HostSearchHitSchema>;
922
- type HostActivityListPage = z.infer<typeof HostActivityListPageSchema>;
923
- type ReadinessItem = z.infer<typeof ReadinessItemSchema>;
924
- type HostEventReadinessBlock = z.infer<typeof HostEventReadinessBlockSchema>;
925
- type HostEventShareResponse = z.infer<typeof HostEventShareResponseSchema>;
926
- type HostEventDashboardResponse = z.infer<typeof HostEventDashboardResponseSchema>;
927
- type HostEventReadinessResponse = z.infer<typeof HostEventReadinessResponseSchema>;
928
- type ListHostEventDashboardQuery = z.infer<typeof ListHostEventDashboardQuerySchema>;
929
- type HostEventCrewMember = z.infer<typeof HostEventCrewMemberSchema>;
930
- type HostProductionCrewPhase = z.infer<typeof HostProductionCrewPhaseSchema>;
931
- type ListHostProductionCrewQuery = z.infer<typeof ListHostProductionCrewQuerySchema>;
932
- type HostProductionCrewItem = z.infer<typeof HostProductionCrewItemSchema>;
933
- type PagedHostProductionCrewResponse = z.infer<typeof PagedHostProductionCrewResponseSchema>;
934
- type ReadinessItemId = z.infer<typeof ReadinessItemIdSchema>;
935
- type ReadinessItemState = z.infer<typeof ReadinessItemStateSchema>;
936
- type ReadinessBlockReason = z.infer<typeof ReadinessBlockReasonSchema>;
937
- type StreamingStatus = z.infer<typeof StreamingStatusSchema>;
938
- type ProductionMode = z.infer<typeof ProductionModeSchema>;
939
-
940
- export { CHAT_MESSAGE_BODY_MAX_LENGTH, CHAT_MESSAGE_BODY_MIN_LENGTH, CHAT_MODERATION_REASON_MAX_LENGTH, type CancelEvent, CancelEventSchema, type ChatCredentialsResponse, ChatCredentialsResponseSchema, type ChatHistoryResponse, ChatHistoryResponseSchema, type ChatMessage, ChatMessageSchema, type ChatMessageUser, ChatMessageUserSchema, type ChatModerationDeleteRequest, ChatModerationDeleteRequestSchema, type ChatModerationMuteRequest, ChatModerationMuteRequestSchema, type ChatMuteStateResponse, ChatMuteStateResponseSchema, HOST_DATE_RANGE_PRESETS, type HostActivityListPage, HostActivityListPageSchema, type HostEventCancelResponse, HostEventCancelResponseSchema, type HostEventCrewMember, HostEventCrewMemberSchema, type HostEventDashboardResponse, HostEventDashboardResponseSchema, type HostEventFullResponse, HostEventFullResponseSchema, type HostEventPatch, HostEventPatchSchema, type HostEventReadinessBlock, HostEventReadinessBlockSchema, type HostEventReadinessResponse, HostEventReadinessResponseSchema, type HostEventRowResponse, HostEventRowResponseSchema, type HostEventShareResponse, HostEventShareResponseSchema, type HostEventWizardCurrentResponse, HostEventWizardCurrentResponseSchema, type HostEventWizardPublishResponse, HostEventWizardPublishResponseSchema, type HostEventWizardStart, type HostEventWizardStartResponse, HostEventWizardStartResponseSchema, HostEventWizardStartSchema, type HostEventWizardStepResponse, HostEventWizardStepResponseSchema, type HostEventsListPagedQuery, HostEventsListPagedQuerySchema, type HostEventsListQuery, HostEventsListQuerySchema, type HostEventsTab, type HostEventsTabCountsResponse, HostEventsTabCountsResponseSchema, type HostEventsTabResponse, type HostEventsTabResponseClass, HostEventsTabResponseClassSchema, HostEventsTabResponseSchema, HostEventsTabSchema, type HostNotificationsUnreadCount, HostNotificationsUnreadCountSchema, type HostOverviewQuery, HostOverviewQuerySchema, type HostOverviewResponse, HostOverviewResponseSchema, type HostProductionCrewItem, HostProductionCrewItemSchema, type HostProductionCrewPhase, HostProductionCrewPhaseSchema, type HostSearchHit, HostSearchHitSchema, type HostSearchQuery, HostSearchQuerySchema, type HostSearchResponse, HostSearchResponseSchema, type InProcessChatCredentials, InProcessChatCredentialsSchema, type IvsChatCredentials, IvsChatCredentialsSchema, type ListHostEventDashboardQuery, ListHostEventDashboardQuerySchema, type ListHostProductionCrewQuery, ListHostProductionCrewQuerySchema, type PagedHostProductionCrewResponse, PagedHostProductionCrewResponseSchema, type PostChatMessageRequest, PostChatMessageRequestSchema, type ProductionMode, ProductionModeSchema, type ReadinessBlockReason, ReadinessBlockReasonSchema, type ReadinessItem, type ReadinessItemId, ReadinessItemIdSchema, ReadinessItemSchema, type ReadinessItemState, ReadinessItemStateSchema, type StreamingStatus, StreamingStatusSchema };
13
+ export { CHAT_MESSAGE_BODY_MAX_LENGTH, CHAT_MESSAGE_BODY_MIN_LENGTH, CHAT_MODERATION_REASON_MAX_LENGTH, ChatCredentialsResponse, ChatCredentialsResponseSchema, ChatHistoryResponse, ChatHistoryResponseSchema, ChatMessage, ChatMessageSchema, ChatMessageUser, ChatMessageUserSchema, ChatModerationDeleteRequest, ChatModerationDeleteRequestSchema, ChatModerationMuteRequest, ChatModerationMuteRequestSchema, ChatMuteStateResponse, ChatMuteStateResponseSchema, InProcessChatCredentials, InProcessChatCredentialsSchema, IvsChatCredentials, IvsChatCredentialsSchema, PostChatMessageRequest, PostChatMessageRequestSchema } from './chat/index.mjs';
14
+ export { EndedReason, EndedReasonSchema, EndedReplayState, EndedReplayStateSchema, EventStreamAlertKind, EventStreamAlertKindSchema, EventStreamAlertSeverity, EventStreamAlertSeveritySchema, HOST_DATE_RANGE_PRESETS, HostActivityListPage, HostActivityListPageSchema, HostEventCancelResponse, HostEventCancelResponseSchema, HostEventCrewMember, HostEventCrewMemberSchema, HostEventDashboardResponse, HostEventDashboardResponseSchema, HostEventFullResponse, HostEventFullResponseSchema, HostEventPatch, HostEventPatchSchema, HostEventReadinessBlock, HostEventReadinessBlockSchema, HostEventReadinessResponse, HostEventReadinessResponseSchema, HostEventRowResponse, HostEventRowResponseSchema, HostEventShareResponse, HostEventShareResponseSchema, HostEventWizardCurrentResponse, HostEventWizardCurrentResponseSchema, HostEventWizardPublishResponse, HostEventWizardPublishResponseSchema, HostEventWizardStart, HostEventWizardStartResponse, HostEventWizardStartResponseSchema, HostEventWizardStartSchema, HostEventWizardStepResponse, HostEventWizardStepResponseSchema, HostEventsListPagedQuery, HostEventsListPagedQuerySchema, HostEventsListQuery, HostEventsListQuerySchema, HostEventsTab, HostEventsTabCountsResponse, HostEventsTabCountsResponseSchema, HostEventsTabResponse, HostEventsTabResponseClass, HostEventsTabResponseClassSchema, HostEventsTabResponseSchema, HostEventsTabSchema, HostLiveConsoleAlert, HostLiveConsoleAlertSchema, HostLiveConsoleChat, HostLiveConsoleChatSchema, HostLiveConsoleControls, HostLiveConsoleControlsSchema, HostLiveConsoleCrewMember, HostLiveConsoleCrewMemberSchema, HostLiveConsoleEnded, HostLiveConsoleEndedSchema, HostLiveConsoleEvent, HostLiveConsoleEventSchema, HostLiveConsoleMetrics, HostLiveConsoleMetricsSchema, HostLiveConsolePayload, HostLiveConsolePayloadSchema, HostLiveConsoleTelemetry, HostLiveConsoleTelemetrySchema, HostNotificationsUnreadCount, HostNotificationsUnreadCountSchema, HostOverviewQuery, HostOverviewQuerySchema, HostOverviewResponse, HostOverviewResponseSchema, HostProductionCrewItem, HostProductionCrewItemSchema, HostProductionCrewPhase, HostProductionCrewPhaseSchema, HostSearchHit, HostSearchHitSchema, HostSearchQuery, HostSearchQuerySchema, HostSearchResponse, HostSearchResponseSchema, ListHostEventDashboardQuery, ListHostEventDashboardQuerySchema, ListHostProductionCrewQuery, ListHostProductionCrewQuerySchema, LiveConsoleSlice, LiveConsoleSliceSchema, LiveIngestHealth, LiveIngestHealthSchema, PagedHostProductionCrewResponse, PagedHostProductionCrewResponseSchema, ProductionMode, ProductionModeSchema, ReadinessBlockReason, ReadinessBlockReasonSchema, ReadinessItem, ReadinessItemId, ReadinessItemIdSchema, ReadinessItemSchema, ReadinessItemState, ReadinessItemStateSchema, StreamingStatus, StreamingStatusSchema } from './host/index.mjs';
15
+ import 'zod';