@riverbankcms/sdk 0.80.0 → 0.82.0
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/README.md +65 -3
- package/dist/{PreviewEditorSidebar-O4NDX5TP.css → PreviewEditorSidebar-JA4VIPSZ.css} +1 -1
- package/dist/{PreviewEditorSidebar-QZG37QIF.mjs → PreviewEditorSidebar-LHGK6RIO.mjs} +760 -711
- package/dist/{SdkPreviewModeRuntime-PBGALTMK.css → PreviewEditorUI-36T7QYV4.css} +1 -1
- package/dist/{PreviewEditorUI-AXIKSMZA.mjs → PreviewEditorUI-AXZG2SDC.mjs} +167 -28
- package/dist/{PreviewEditorUI-4JVDBZBS.css → SdkPreviewModeRuntime-FXKI6XNL.css} +1 -1
- package/dist/SdkPreviewModeRuntime-RNVRHFFR.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +838 -262
- package/dist/_dts/altcha/src/AltchaWidget.d.ts +1 -1
- package/dist/_dts/api/src/analytics.d.ts +1 -1
- package/dist/_dts/api/src/bookingConfig.d.ts +4 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +15 -3
- package/dist/_dts/api/src/contentTypes.d.ts +6 -0
- package/dist/_dts/api/src/courses.d.ts +1 -1
- package/dist/_dts/api/src/event-destination-policy.d.ts +17 -0
- package/dist/_dts/api/src/index.d.ts +6 -2
- package/dist/_dts/api/src/navigation/boundaries.d.ts +64 -0
- package/dist/_dts/api/src/navigation.d.ts +2 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +17 -12
- package/dist/_dts/api/src/siteGeneration.d.ts +1 -1
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +7 -6
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/block-form/src/backend/store-backend.d.ts +3 -1
- package/dist/_dts/block-form/src/backend/types.d.ts +3 -3
- package/dist/_dts/block-form/src/context/BlockContext.d.ts +1 -1
- package/dist/_dts/block-form/src/context/DisplayLabelResolverContext.d.ts +1 -1
- package/dist/_dts/block-form/src/context/FieldPreviewResolverContext.d.ts +2 -2
- package/dist/_dts/block-form/src/manifest/ManifestForm.d.ts +1 -1
- package/dist/_dts/block-form/src/palette/PaletteContext.d.ts +1 -1
- package/dist/_dts/block-form/src/sdk-config/SdkConfigContext.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/BackgroundColorWidget/BackgroundColorWidget.d.ts +2 -1
- package/dist/_dts/block-form/src/widgets/BackgroundGradientWidget/BackgroundGradientWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/BooleanField/BooleanField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/DateField/datePickerPopover.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/Field.d.ts +2 -2
- package/dist/_dts/block-form/src/widgets/FieldFrame.d.ts +3 -3
- package/dist/_dts/block-form/src/widgets/NumberField/NumberField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/PresetOrCustomField/PresetOrCustomField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SdkSelectField/SdkSelectField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SelectField/SelectField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SelectWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SliderField/SliderField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/TextField/TextField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/TextInputWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/ToggleWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/stringDefaultValue.d.ts +1 -0
- package/dist/_dts/blocks/src/PageRenderer.d.ts +4 -1
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +28 -44
- package/dist/_dts/blocks/src/index.d.ts +6 -4
- package/dist/_dts/blocks/src/portal/types.d.ts +1 -1
- package/dist/_dts/blocks/src/primitives/content/components/Button.d.ts +7 -7
- package/dist/_dts/blocks/src/primitives/content/components/RichText.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/content/components/Text.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/content/primitives.d.ts +4 -0
- package/dist/_dts/blocks/src/primitives/layout/Grid.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/layout/Inline.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/layout/Stack.d.ts +2 -1
- package/dist/_dts/blocks/src/server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/courses/shared/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +397 -111
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +6 -15
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +2 -0
- package/dist/_dts/blocks/src/system/blocks/form.d.ts +20 -1
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +2 -0
- package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +3 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +3 -3
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +54 -54
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/index.d.ts +21 -0
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/model.d.ts +162 -0
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +592 -602
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +592 -604
- package/dist/_dts/blocks/src/system/blocks/products/shared.d.ts +0 -4
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +3 -0
- package/dist/_dts/blocks/src/system/componentFactory.d.ts +1 -0
- package/dist/_dts/blocks/src/system/constants/background.d.ts +1 -1
- package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +19 -5
- package/dist/_dts/blocks/src/system/customize/facets.d.ts +2 -2
- package/dist/_dts/blocks/src/system/data/index.d.ts +2 -0
- package/dist/_dts/blocks/src/system/data/linkedContentEntries.d.ts +102 -0
- package/dist/_dts/blocks/src/system/data/loaderEndpoints.d.ts +1 -1
- package/dist/_dts/blocks/src/system/defineBlock.d.ts +3 -1
- package/dist/_dts/blocks/src/system/designCapabilities.d.ts +2 -2
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +6 -1
- package/dist/_dts/blocks/src/system/fragments/library/faqHeading.d.ts +0 -1
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +71 -56
- package/dist/_dts/blocks/src/system/media/slotContracts.d.ts +2 -0
- package/dist/_dts/blocks/src/system/node/types.d.ts +8 -1
- package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
- package/dist/_dts/blocks/src/system/registry.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +56 -74
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +27 -36
- package/dist/_dts/blocks/src/system/runtime/headingDecoration.d.ts +21 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useCalendarEvents.d.ts +45 -14
- package/dist/_dts/blocks/src/system/runtime/hooks/useEventFilters.d.ts +2 -9
- package/dist/_dts/blocks/src/system/runtime/hooks/useEventPagination.d.ts +1 -10
- package/dist/_dts/blocks/src/system/runtime/nodes/ImageResolveContext.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +4 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-runtime-sources.d.ts +3 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/carousel.shared.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/cart.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/cart.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/checkout.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/checkout.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/commerce/shared/display.d.ts +1 -5
- package/dist/_dts/blocks/src/system/runtime/nodes/commerce/shared/view.d.ts +10 -13
- package/dist/_dts/blocks/src/system/runtime/nodes/course-details/view.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-details.server.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/BookingModeStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/CourseRegistrationWizard.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/ErrorStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/MembershipHero.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/PaymentFailedStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/PortalAuthSidebar.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/SuccessStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/VerifyingTimeoutStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/WaitlistStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/components.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.client.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details/CoursePricingDisplay.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details/view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationSummaryBar.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizard.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizardActions.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizardContent.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventSelectionStep.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/OrderSummary.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/PastOccurrenceNotice.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/SelectableOptionCard.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/registrationDerivations.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +1 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/utils.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +12 -5
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCalendar.interactive.d.ts +21 -16
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.client.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.interactive.d.ts +21 -16
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.interactive.d.ts +17 -28
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/DateTimeTile.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/DayEventsModal.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventDetailModal.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventPaginatedListView.client.d.ts +2 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/WeekAgendaView.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/listOptions.d.ts +50 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/gifting.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/gifting.server.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.shared.d.ts +4 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +29 -14
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.server.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/offerings-preview.d.ts +23 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/product-detail.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-detail.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-list.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-list.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/MagicLinkForm.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-add-feedback.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.server.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.interactive.d.ts +0 -17
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.types.d.ts +0 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/spinner.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/resolver.d.ts +13 -0
- package/dist/_dts/blocks/src/system/runtime/shared/components/ActionRow.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/CheckIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/ClockIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/CrossIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/FeedbackMessage.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/FieldValidationMessage.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/MembershipHero.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/StateIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/TerminalPanel.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/registry/_utils/sectionForegroundStyles.d.ts +2 -0
- package/dist/_dts/blocks/src/system/transforms/registry/boxStyles.d.ts +4 -2
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
- package/dist/_dts/calendar/src/grid.d.ts +27 -0
- package/dist/_dts/calendar/src/index.d.ts +2 -2
- package/dist/_dts/content-editor/src/components/ContentFieldsForm.d.ts +1 -1
- package/dist/_dts/content-editor/src/components/EditableBlockProvider.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useAutosaveTriggers.d.ts +3 -1
- package/dist/_dts/content-editor/src/editorTransactionState.d.ts +1 -0
- package/dist/_dts/content-editor/src/hooks/autosaveScopePlanning.d.ts +26 -0
- package/dist/_dts/content-editor/src/hooks/publishability.d.ts +1 -0
- package/dist/_dts/content-editor/src/hooks/useLinkedEntryAutosave.d.ts +23 -0
- package/dist/_dts/content-editor/src/hooks/useReactiveToolbar.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/useSimpleAutosave.d.ts +2 -2
- package/dist/_dts/content-editor/src/index.d.ts +3 -1
- package/dist/_dts/content-editor/src/lib/json.d.ts +2 -0
- package/dist/_dts/content-editor/src/linkedEntries/domain.d.ts +8 -0
- package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +6 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +6 -1
- package/dist/_dts/content-editor/src/primitives/shared/activePreviewField.d.ts +2 -0
- package/dist/_dts/content-editor/src/primitives/shared/index.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/shared/storeBinding.d.ts +3 -1
- package/dist/_dts/content-editor/src/primitives/shared/types.d.ts +5 -0
- package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +58 -0
- package/dist/_dts/content-editor/src/ui/editorTransactionState.d.ts +93 -0
- package/dist/_dts/content-editor/src/ui/editorUiStore.d.ts +67 -5
- package/dist/_dts/content-editor/src/ui/stores/autosaveStore.d.ts +2 -0
- package/dist/_dts/content-editor/src/ui/stores/types.d.ts +1 -1
- package/dist/_dts/content-model/src/content-types/builtin-schemas.d.ts +0 -40
- package/dist/_dts/content-model/src/content-types/builtins.d.ts +43 -40
- package/dist/_dts/content-model/src/metadataConfig.d.ts +87 -47
- package/dist/_dts/content-model/src/templates/defaults.d.ts +0 -1
- package/dist/_dts/core/src/branded.d.ts +5 -0
- package/dist/_dts/core/src/event-pricing.d.ts +72 -0
- package/dist/_dts/core/src/index.d.ts +1 -0
- package/dist/_dts/core/src/stable-json.d.ts +1 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +27 -2
- package/dist/_dts/db/src/schemas/forms.d.ts +4 -4
- package/dist/_dts/editor/src/EditorProvider.d.ts +26 -0
- package/dist/_dts/editor/src/chrome/EditorChrome.d.ts +26 -0
- package/dist/_dts/editor/src/chrome/EditorStatusBar.d.ts +45 -0
- package/dist/_dts/editor/src/chrome/statusBarPresentation.d.ts +25 -0
- package/dist/_dts/editor/src/components/EditingToggle.d.ts +9 -0
- package/dist/_dts/editor/src/hooks/useEditableElement.d.ts +18 -0
- package/dist/_dts/editor/src/index.d.ts +29 -0
- package/dist/_dts/editor/src/inline/InlineTextEditor.d.ts +1 -0
- package/dist/_dts/editor/src/lib/utils.d.ts +1 -0
- package/dist/_dts/editor/src/primitives/EditorPrimitivesProvider.d.ts +20 -0
- package/dist/_dts/editor/src/primitives/InlineFieldContext.d.ts +11 -0
- package/dist/_dts/editor/src/primitives/SaveContext.d.ts +12 -0
- package/dist/_dts/editor/src/primitives/helpers.d.ts +1 -0
- package/dist/_dts/editor/src/primitives/rich-text/RichTextEditorSurface.d.ts +26 -0
- package/dist/_dts/editor/src/primitives/rich-text/RichTextToolbar.d.ts +16 -0
- package/dist/_dts/editor/src/primitives/rich-text/config.d.ts +23 -0
- package/dist/_dts/editor/src/primitives/rich-text/extensions/RichTextImage.d.ts +2 -0
- package/dist/_dts/editor/src/primitives/rich-text/extensions/RichTextLink.d.ts +1 -0
- package/dist/_dts/editor/src/primitives/rich-text/imageActions.d.ts +22 -0
- package/dist/_dts/editor/src/primitives/rich-text/sanitize.d.ts +23 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/BlockTypeDropdown.d.ts +6 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/LinkPopover.d.ts +10 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/ToolbarIconButton.d.ts +11 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/linkPopoverUtils.d.ts +58 -0
- package/dist/_dts/editor/src/primitives/rich-text/useRichTextEditor.d.ts +19 -0
- package/dist/_dts/editor/src/primitives/rich-text/utils.d.ts +20 -0
- package/dist/_dts/editor/src/utils/optimisticTokens.d.ts +27 -0
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +2 -1
- package/dist/_dts/editor-blocks/src/FormProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/AddBlockDivider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +4 -4
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +5 -5
- package/dist/_dts/editor-blocks/src/block-editor/BlockListContext.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockThumbnail.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockTile.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/EmptyState.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/EnhancedBlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/HeaderActions.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +4 -4
- package/dist/_dts/editor-blocks/src/block-editor/actionPresentation.d.ts +15 -0
- package/dist/_dts/editor-blocks/src/block-editor/blockHeaderActionPlan.d.ts +49 -0
- package/dist/_dts/editor-blocks/src/block-editor/types.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/media/MediaField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonVariantField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/context.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeSelectField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/index.d.ts +2 -0
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPicker.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkSummary.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidget.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidgetContext.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/OfferingsPreviewGroupOrderField.d.ts +2 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/OfferingsPreviewWidgetProvider.d.ts +10 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/index.d.ts +3 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/orderDomain.d.ts +29 -0
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/rich-text/useImagePicker.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionPickerField.d.ts +3 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionWidgetProvider.d.ts +14 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/index.d.ts +6 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/loaders.d.ts +51 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/types.d.ts +20 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/utils.d.ts +5 -0
- package/dist/_dts/media-core/src/index.d.ts +1 -0
- package/dist/_dts/media-core/src/renderableMediaAsset.d.ts +18 -0
- package/dist/_dts/media-editor/src/CropDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/CropDialogShell.d.ts +1 -1
- package/dist/_dts/media-editor/src/FileAssetPreview.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +4 -1
- package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +2 -1
- package/dist/_dts/media-editor/src/MediaPreview.d.ts +1 -1
- package/dist/_dts/media-editor/src/context.d.ts +1 -1
- package/dist/_dts/media-editor/src/createMediaEditorProvider.d.ts +1 -1
- package/dist/_dts/media-editor/src/index.d.ts +1 -1
- package/dist/_dts/media-editor/src/provider.d.ts +1 -1
- package/dist/_dts/media-react/src/components/AuthenticatedImage.d.ts +1 -1
- package/dist/_dts/media-react/src/components/MediaLibrary.d.ts +1 -1
- package/dist/_dts/media-react/src/components/MediaPickerMini.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/PreviewShellSmoke.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +7 -4
- package/dist/_dts/preview-next/src/client/blocks/BoundaryControl.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +7 -3
- package/dist/_dts/preview-next/src/client/blocks/blockCustomizePopoverRows.d.ts +25 -0
- package/dist/_dts/preview-next/src/client/blocks/composer/mergeDrafts.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/composer/types.d.ts +4 -30
- package/dist/_dts/preview-next/src/client/blocks/linkedEntryRenderOverlay.d.ts +11 -0
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +3 -9
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/useBlockCustomizeControls.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/index.d.ts +0 -1
- package/dist/_dts/preview-next/src/client/layout/PreviewLayoutContext.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +4 -2
- package/dist/_dts/preview-next/src/client/preview/LinkedEntryEditEventBridge.d.ts +1 -0
- package/dist/_dts/preview-next/src/client/preview/MaintenanceModeBadge.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/OnboardingThemeSwitcher.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +6 -3
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthBanner.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthInit.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewChromeLayer.d.ts +20 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewConfirmationDialog.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewDesignCoordinatorContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewDesignHistoryOrderContext.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorGuidanceCard.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewEntryControllerProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewQueryProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +21 -20
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewSidebarSection.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewViewportControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewZoomControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/SelectedBlockCustomizePanel.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +60 -6
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +14 -1
- package/dist/_dts/preview-next/src/client/preview/SubrouteNoticePanel.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +9 -0
- package/dist/_dts/preview-next/src/client/preview/previewChromePlacement.d.ts +51 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +68 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +8 -1
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeWorkflowState.d.ts +11 -9
- package/dist/_dts/preview-next/src/client/preview/previewDesignHistoryOrder.d.ts +18 -0
- package/dist/_dts/preview-next/src/client/preview/previewUndoDomains.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeBrandPreferences.d.ts +41 -0
- package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +120 -0
- package/dist/_dts/preview-next/src/client/preview/siteChromeSavePlan.d.ts +30 -0
- package/dist/_dts/preview-next/src/client/preview/siteStyleHistoryState.d.ts +55 -0
- package/dist/_dts/preview-next/src/client/preview/styleConfiguratorApplyPayload.d.ts +1 -0
- package/dist/_dts/preview-next/src/client/preview/themeOverlay.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/sdk/SdkPreviewModeRuntime.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/widgets/widgetAdapters.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +8 -5
- package/dist/_dts/preview-next/src/constants.d.ts +0 -1
- package/dist/_dts/sdk/src/__mocks__/next-cache.d.ts +4 -3
- package/dist/_dts/sdk/src/cli/commands/pull-dry-run.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/config-loader.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +6 -12
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/site-commands/localBlockManifestResolver.d.ts +31 -0
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/sync/validation.d.ts +7 -7
- package/dist/_dts/sdk/src/client/types.d.ts +36 -4
- package/dist/_dts/sdk/src/client.d.ts +1 -1
- package/dist/_dts/sdk/src/config/content-types.d.ts +3 -14
- package/dist/_dts/sdk/src/config/content-validation.d.ts +9 -214
- package/dist/_dts/sdk/src/config/types.d.ts +10 -1
- package/dist/_dts/sdk/src/config/validation.d.ts +24 -24
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +30 -4
- package/dist/_dts/sdk/src/index.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/client/index.d.ts +6 -6
- package/dist/_dts/sdk/src/preview-next/client/runtime.d.ts +4 -3
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +39 -37
- package/dist/_dts/sdk/src/rendering/components/Block.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Block.server.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Page.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Page.server.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/PageHydrationBootstrap.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/helpers/bindings.d.ts +10 -9
- package/dist/_dts/sdk/src/rendering/islands/enhancers/routeIslandApiConfig.d.ts +9 -0
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +6 -15
- package/dist/_dts/sdk/src/rendering/mediaAssets.d.ts +4 -0
- package/dist/_dts/sdk/src/rendering/primitives/RichText.d.ts +2 -1
- package/dist/_dts/sdk/src/server.d.ts +1 -1
- package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +1 -1
- package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +69 -21
- package/dist/_dts/theme-core/src/ClientThemeScope.d.ts +1 -1
- package/dist/_dts/theme-core/src/ThemeFontLoader.d.ts +3 -2
- package/dist/_dts/theme-core/src/ThemeScope.d.ts +1 -1
- package/dist/_dts/theme-core/src/ThemeScopeCore.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/types.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/constants.d.ts +26 -1
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
- package/dist/_dts/theme-core/src/buttons/personalities/joy-stamp.d.ts +22 -0
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +8 -7
- package/dist/_dts/theme-core/src/buttons/types.d.ts +26 -17
- package/dist/_dts/theme-core/src/cards/siteStyleDefaults.d.ts +44 -0
- package/dist/_dts/theme-core/src/cards/types.d.ts +5 -5
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/inputs/types.d.ts +2 -2
- package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
- package/dist/_dts/theme-core/src/interactive/types.d.ts +10 -0
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +228 -198
- package/dist/_dts/theme-core/src/mock-themes/components/PaletteCard.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/components/swatch.d.ts +1 -1
- package/dist/_dts/theme-core/src/navigation/presets.d.ts +1 -1
- package/dist/_dts/theme-core/src/navigation/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +6 -6
- package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +27 -0
- package/dist/_dts/theme-core/src/schema.d.ts +273 -226
- package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/accessibleSurfaces.d.ts +4 -1
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +87 -31
- package/dist/_dts/theme-core/src/site-styles/appearancePresetResolution.d.ts +6 -2
- package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +27 -0
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +87 -31
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +30 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +32 -16
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +13 -9
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +5 -0
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +3 -0
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/pageDesignEditorModel.d.ts +3 -23
- package/dist/_dts/theme-core/src/site-styles/pageDesignIntent.d.ts +276 -4
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +33 -3
- package/dist/_dts/theme-core/src/site-styles/sectionTransitions.d.ts +508 -0
- package/dist/_dts/theme-core/src/site-styles/siteChromeBackgrounds.d.ts +30 -0
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +10 -10
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +26 -6
- package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +3 -3
- package/dist/_dts/ui/src/async-boundary.d.ts +1 -1
- package/dist/_dts/ui/src/badge.d.ts +1 -1
- package/dist/_dts/ui/src/button-group.d.ts +3 -3
- package/dist/_dts/ui/src/calendar.d.ts +2 -2
- package/dist/_dts/ui/src/card.d.ts +6 -6
- package/dist/_dts/ui/src/combobox.d.ts +1 -1
- package/dist/_dts/ui/src/command-multi-select.d.ts +1 -1
- package/dist/_dts/ui/src/content-spinner.d.ts +1 -1
- package/dist/_dts/ui/src/delayed-spinner.d.ts +1 -1
- package/dist/_dts/ui/src/dev-toolbar.d.ts +1 -1
- package/dist/_dts/ui/src/dialog.d.ts +10 -10
- package/dist/_dts/ui/src/dropdown-menu.d.ts +1 -1
- package/dist/_dts/ui/src/editor-drawer.d.ts +1 -1
- package/dist/_dts/ui/src/empty-state.d.ts +1 -1
- package/dist/_dts/ui/src/filter-button-group.d.ts +1 -1
- package/dist/_dts/ui/src/fixed-bottom-surface.d.ts +1 -1
- package/dist/_dts/ui/src/form.d.ts +7 -7
- package/dist/_dts/ui/src/label.d.ts +1 -1
- package/dist/_dts/ui/src/menubar.d.ts +16 -16
- package/dist/_dts/ui/src/navigation-tabs.d.ts +2 -2
- package/dist/_dts/ui/src/number-input.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorChooserDialog.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorSlotButton.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorSwatchButton.d.ts +1 -1
- package/dist/_dts/ui/src/palette/PaletteTokenEditor.d.ts +1 -1
- package/dist/_dts/ui/src/resizable-split-pane.d.ts +1 -1
- package/dist/_dts/ui/src/select.d.ts +10 -10
- package/dist/_dts/ui/src/separator.d.ts +1 -1
- package/dist/_dts/ui/src/sheet.d.ts +9 -9
- package/dist/_dts/ui/src/spinner.d.ts +1 -1
- package/dist/_dts/ui/src/tooltip.d.ts +4 -4
- package/dist/{chunk-MPBNEVPB.mjs → chunk-2BUMISSH.mjs} +1 -1
- package/dist/{chunk-7PCYG6YV.mjs → chunk-6FWNF3DJ.mjs} +2086 -1128
- package/dist/{chunk-BBLZSQEY.mjs → chunk-FIREV57T.mjs} +14 -9
- package/dist/{chunk-5NZGBSJF.mjs → chunk-G35HOQEN.mjs} +2608 -2397
- package/dist/{chunk-HTB4BMKD.mjs → chunk-HKB6XVIP.mjs} +321 -113
- package/dist/{chunk-GYXKAUFV.mjs → chunk-XQR6THQJ.mjs} +27831 -17740
- package/dist/cli/index.mjs +4581 -2802
- package/dist/cli/init-docs/content/workflow-custom-block.md +5 -0
- package/dist/client/{accordion-QFZMNB7O.mjs → accordion-G34C45TW.mjs} +2 -2
- package/dist/client/{bookingForm-NCIXFWIG.mjs → bookingForm-BLBVKSAQ.mjs} +12 -12
- package/dist/client/bookings.mjs +321 -60
- package/dist/client/{carousel-EO4BJMWD.mjs → carousel-7ZVTBRMD.mjs} +3 -3
- package/dist/client/{cart-FTYCLYUW.mjs → cart-Q6S6LZUO.mjs} +8 -7
- package/dist/client/{checkout-NFGLVCOX.mjs → checkout-5QJLDE4I.mjs} +8 -7
- package/dist/client/{chunk-IWFZSQNZ.mjs → chunk-5PQH4Y75.mjs} +3 -3
- package/dist/client/{chunk-Y37KDO7P.mjs → chunk-CHAB5ACD.mjs} +5 -4
- package/dist/client/{chunk-VDS5YFLX.mjs → chunk-CSZGLBYR.mjs} +1 -1
- package/dist/client/{chunk-3PEDD5KJ.mjs → chunk-DVNUDUVT.mjs} +1 -1
- package/dist/client/{chunk-6GVVWSPU.mjs → chunk-EQKYMX4N.mjs} +348 -301
- package/dist/client/{chunk-YLMKMCSJ.mjs → chunk-GFSQNTRW.mjs} +1 -3
- package/dist/client/chunk-L4J5Y62O.mjs +18 -0
- package/dist/client/{chunk-PUOELU4O.mjs → chunk-RJHTCTCZ.mjs} +550 -262
- package/dist/client/{chunk-AUJ5DBZJ.mjs → chunk-S3MKFGOG.mjs} +170 -28
- package/dist/client/{chunk-CE7IBGVW.mjs → chunk-SBBSMFFG.mjs} +1 -1
- package/dist/client/{chunk-4W66ALYT.mjs → chunk-U2EW7RSR.mjs} +1 -1
- package/dist/client/{chunk-PYRBIURC.mjs → chunk-WJFHDTYF.mjs} +17 -34
- package/dist/client/{chunk-T6UIP6UZ.mjs → chunk-ZF4XEWDM.mjs} +1 -1
- package/dist/client/client.mjs +13449 -9393
- package/dist/client/{courseRegistration-2EORROPS.mjs → courseRegistration-VUG2JJDB.mjs} +13 -12
- package/dist/client/{eventCalendar-WZI4VL6N.mjs → eventCalendar-E7D2LD4N.mjs} +14 -14
- package/dist/client/{eventCombined-QCB2TCNL.mjs → eventCombined-FUZ2Z3CS.mjs} +14 -14
- package/dist/client/{eventDetails-TFTATAPH.mjs → eventDetails-QRITJAOW.mjs} +9 -9
- package/dist/client/{eventListing-A2CQEHEQ.mjs → eventListing-INMQMJZ5.mjs} +14 -14
- package/dist/client/{eventRegistration-OELPVLUY.mjs → eventRegistration-TOOJD4WU.mjs} +17 -15
- package/dist/client/{form-NTIFD6WQ.mjs → form-BOWN7ZNQ.mjs} +3 -3
- package/dist/client/{headerSection-7TBNKCLA.mjs → headerSection-HFQNZOUU.mjs} +55 -14
- package/dist/client/hooks.mjs +26989 -25527
- package/dist/client/{locationMap-LRLB5A3H.mjs → locationMap-VUZGC7Y5.mjs} +2 -2
- package/dist/client/{newsletterForm-XI52RZSN.mjs → newsletterForm-X2XQTPCB.mjs} +3 -3
- package/dist/client/{productDetail-GSNKBFLY.mjs → productDetail-TA7D2G2B.mjs} +8 -7
- package/dist/client/{productList-BGCGT4KZ.mjs → productList-AZOLOZKM.mjs} +8 -7
- package/dist/client/rendering/client.mjs +5518 -3869
- package/dist/client/rendering/islands.mjs +32 -20
- package/dist/client/rendering.mjs +14494 -10485
- package/dist/client/{shop-RQHUCLNY.mjs → shop-ZDLO7IIG.mjs} +8 -7
- package/dist/client/spam-protection.mjs +3 -5
- package/dist/preview-next/client/runtime.css +1 -1
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/constants.mjs +0 -2
- package/dist/preview-next/index.mjs +0 -2
- package/dist/{sdk-runtime-A4LHT2RS.mjs → sdk-runtime-CTWKNBDQ.mjs} +6 -6
- package/dist/{sdk-runtime-EEMNSB7J.css → sdk-runtime-JD4A6SU6.css} +1 -1
- package/dist/server/components.mjs +10475 -7369
- package/dist/server/config-validation.mjs +26616 -25360
- package/dist/server/config.mjs +26616 -25360
- package/dist/server/data.mjs +27048 -25586
- package/dist/server/index.mjs +109 -56
- package/dist/server/next.mjs +15424 -12076
- package/dist/server/page-converter.mjs +5570 -3107
- package/dist/server/prebuild.mjs +2 -1
- package/dist/server/rendering/server.mjs +10850 -7549
- package/dist/server/rendering.mjs +10855 -7554
- package/dist/server/routing.mjs +30134 -28531
- package/dist/server/server.mjs +27369 -25856
- package/dist/server/theme-bridge.mjs +902 -167
- package/dist/server/theme.mjs +197 -133
- package/dist/styles/index.css +606 -133
- package/package.json +16 -16
- package/dist/SdkPreviewModeRuntime-XE5M4UKM.mjs +0 -8
- package/dist/_dts/editor-blocks/src/block-editor/actionControlMode.d.ts +0 -2
- package/dist/_dts/preview-next/src/client/preview/previewSurface.d.ts +0 -3
|
@@ -101,6 +101,22 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
|
|
|
101
101
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
102
102
|
}, z.core.$strict>>;
|
|
103
103
|
}, z.core.$strict>>;
|
|
104
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
105
|
+
defaultMode: z.ZodEnum<{
|
|
106
|
+
"cms-managed": "cms-managed";
|
|
107
|
+
"system-managed": "system-managed";
|
|
108
|
+
}>;
|
|
109
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
110
|
+
class: "class";
|
|
111
|
+
workshop: "workshop";
|
|
112
|
+
retreat: "retreat";
|
|
113
|
+
performance: "performance";
|
|
114
|
+
event: "event";
|
|
115
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
116
|
+
"cms-managed": "cms-managed";
|
|
117
|
+
"system-managed": "system-managed";
|
|
118
|
+
}>>>;
|
|
119
|
+
}, z.core.$strict>>;
|
|
104
120
|
}, z.core.$strict>;
|
|
105
121
|
}, z.core.$strict>, z.ZodObject<{
|
|
106
122
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -539,8 +555,8 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
|
|
|
539
555
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
540
556
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
541
557
|
in_person: "in_person";
|
|
542
|
-
online: "online";
|
|
543
558
|
hybrid: "hybrid";
|
|
559
|
+
online: "online";
|
|
544
560
|
}>>;
|
|
545
561
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
546
562
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -761,10 +777,10 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
|
|
|
761
777
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
762
778
|
status: z.ZodDefault<z.ZodEnum<{
|
|
763
779
|
active: "active";
|
|
764
|
-
paused: "paused";
|
|
765
|
-
canceled: "canceled";
|
|
766
|
-
past_due: "past_due";
|
|
767
780
|
trialing: "trialing";
|
|
781
|
+
past_due: "past_due";
|
|
782
|
+
canceled: "canceled";
|
|
783
|
+
paused: "paused";
|
|
768
784
|
}>>;
|
|
769
785
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
770
786
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -871,9 +887,9 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
|
|
|
871
887
|
durationMinutes: z.ZodNumber;
|
|
872
888
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
873
889
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
890
|
+
virtual: "virtual";
|
|
874
891
|
in_person: "in_person";
|
|
875
892
|
hybrid: "hybrid";
|
|
876
|
-
virtual: "virtual";
|
|
877
893
|
}>>;
|
|
878
894
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
879
895
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -890,9 +906,9 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
|
|
|
890
906
|
durationMinutes: z.ZodNumber;
|
|
891
907
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
892
908
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
909
|
+
virtual: "virtual";
|
|
893
910
|
in_person: "in_person";
|
|
894
911
|
hybrid: "hybrid";
|
|
895
|
-
virtual: "virtual";
|
|
896
912
|
}>>;
|
|
897
913
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
898
914
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -909,9 +925,9 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
|
|
|
909
925
|
durationMinutes: z.ZodNumber;
|
|
910
926
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
911
927
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
928
|
+
virtual: "virtual";
|
|
912
929
|
in_person: "in_person";
|
|
913
930
|
hybrid: "hybrid";
|
|
914
|
-
virtual: "virtual";
|
|
915
931
|
}>>;
|
|
916
932
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
917
933
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -1018,6 +1034,22 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
|
|
|
1018
1034
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
1019
1035
|
}, z.core.$strict>>;
|
|
1020
1036
|
}, z.core.$strict>>;
|
|
1037
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
1038
|
+
defaultMode: z.ZodEnum<{
|
|
1039
|
+
"cms-managed": "cms-managed";
|
|
1040
|
+
"system-managed": "system-managed";
|
|
1041
|
+
}>;
|
|
1042
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
1043
|
+
class: "class";
|
|
1044
|
+
workshop: "workshop";
|
|
1045
|
+
retreat: "retreat";
|
|
1046
|
+
performance: "performance";
|
|
1047
|
+
event: "event";
|
|
1048
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
1049
|
+
"cms-managed": "cms-managed";
|
|
1050
|
+
"system-managed": "system-managed";
|
|
1051
|
+
}>>>;
|
|
1052
|
+
}, z.core.$strict>>;
|
|
1021
1053
|
}, z.core.$strict>;
|
|
1022
1054
|
}, z.core.$strict>, z.ZodObject<{
|
|
1023
1055
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -1456,8 +1488,8 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
|
|
|
1456
1488
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
1457
1489
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
1458
1490
|
in_person: "in_person";
|
|
1459
|
-
online: "online";
|
|
1460
1491
|
hybrid: "hybrid";
|
|
1492
|
+
online: "online";
|
|
1461
1493
|
}>>;
|
|
1462
1494
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
1463
1495
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -1678,10 +1710,10 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
|
|
|
1678
1710
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
1679
1711
|
status: z.ZodDefault<z.ZodEnum<{
|
|
1680
1712
|
active: "active";
|
|
1681
|
-
paused: "paused";
|
|
1682
|
-
canceled: "canceled";
|
|
1683
|
-
past_due: "past_due";
|
|
1684
1713
|
trialing: "trialing";
|
|
1714
|
+
past_due: "past_due";
|
|
1715
|
+
canceled: "canceled";
|
|
1716
|
+
paused: "paused";
|
|
1685
1717
|
}>>;
|
|
1686
1718
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1687
1719
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1788,9 +1820,9 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
|
|
|
1788
1820
|
durationMinutes: z.ZodNumber;
|
|
1789
1821
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
1790
1822
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
1823
|
+
virtual: "virtual";
|
|
1791
1824
|
in_person: "in_person";
|
|
1792
1825
|
hybrid: "hybrid";
|
|
1793
|
-
virtual: "virtual";
|
|
1794
1826
|
}>>;
|
|
1795
1827
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1796
1828
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -1807,9 +1839,9 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
|
|
|
1807
1839
|
durationMinutes: z.ZodNumber;
|
|
1808
1840
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
1809
1841
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
1842
|
+
virtual: "virtual";
|
|
1810
1843
|
in_person: "in_person";
|
|
1811
1844
|
hybrid: "hybrid";
|
|
1812
|
-
virtual: "virtual";
|
|
1813
1845
|
}>>;
|
|
1814
1846
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1815
1847
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -1826,9 +1858,9 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
|
|
|
1826
1858
|
durationMinutes: z.ZodNumber;
|
|
1827
1859
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
1828
1860
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
1861
|
+
virtual: "virtual";
|
|
1829
1862
|
in_person: "in_person";
|
|
1830
1863
|
hybrid: "hybrid";
|
|
1831
|
-
virtual: "virtual";
|
|
1832
1864
|
}>>;
|
|
1833
1865
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1834
1866
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -1934,6 +1966,22 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
1934
1966
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
1935
1967
|
}, z.core.$strict>>;
|
|
1936
1968
|
}, z.core.$strict>>;
|
|
1969
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
1970
|
+
defaultMode: z.ZodEnum<{
|
|
1971
|
+
"cms-managed": "cms-managed";
|
|
1972
|
+
"system-managed": "system-managed";
|
|
1973
|
+
}>;
|
|
1974
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
1975
|
+
class: "class";
|
|
1976
|
+
workshop: "workshop";
|
|
1977
|
+
retreat: "retreat";
|
|
1978
|
+
performance: "performance";
|
|
1979
|
+
event: "event";
|
|
1980
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
1981
|
+
"cms-managed": "cms-managed";
|
|
1982
|
+
"system-managed": "system-managed";
|
|
1983
|
+
}>>>;
|
|
1984
|
+
}, z.core.$strict>>;
|
|
1937
1985
|
}, z.core.$strict>;
|
|
1938
1986
|
}, z.core.$strict>, z.ZodObject<{
|
|
1939
1987
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -2372,8 +2420,8 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
2372
2420
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
2373
2421
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
2374
2422
|
in_person: "in_person";
|
|
2375
|
-
online: "online";
|
|
2376
2423
|
hybrid: "hybrid";
|
|
2424
|
+
online: "online";
|
|
2377
2425
|
}>>;
|
|
2378
2426
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
2379
2427
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -2594,10 +2642,10 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
2594
2642
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
2595
2643
|
status: z.ZodDefault<z.ZodEnum<{
|
|
2596
2644
|
active: "active";
|
|
2597
|
-
paused: "paused";
|
|
2598
|
-
canceled: "canceled";
|
|
2599
|
-
past_due: "past_due";
|
|
2600
2645
|
trialing: "trialing";
|
|
2646
|
+
past_due: "past_due";
|
|
2647
|
+
canceled: "canceled";
|
|
2648
|
+
paused: "paused";
|
|
2601
2649
|
}>>;
|
|
2602
2650
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2603
2651
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2704,9 +2752,9 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
2704
2752
|
durationMinutes: z.ZodNumber;
|
|
2705
2753
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
2706
2754
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
2755
|
+
virtual: "virtual";
|
|
2707
2756
|
in_person: "in_person";
|
|
2708
2757
|
hybrid: "hybrid";
|
|
2709
|
-
virtual: "virtual";
|
|
2710
2758
|
}>>;
|
|
2711
2759
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2712
2760
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -2723,9 +2771,9 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
2723
2771
|
durationMinutes: z.ZodNumber;
|
|
2724
2772
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
2725
2773
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
2774
|
+
virtual: "virtual";
|
|
2726
2775
|
in_person: "in_person";
|
|
2727
2776
|
hybrid: "hybrid";
|
|
2728
|
-
virtual: "virtual";
|
|
2729
2777
|
}>>;
|
|
2730
2778
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2731
2779
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -2742,9 +2790,9 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
2742
2790
|
durationMinutes: z.ZodNumber;
|
|
2743
2791
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
2744
2792
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
2793
|
+
virtual: "virtual";
|
|
2745
2794
|
in_person: "in_person";
|
|
2746
2795
|
hybrid: "hybrid";
|
|
2747
|
-
virtual: "virtual";
|
|
2748
2796
|
}>>;
|
|
2749
2797
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2750
2798
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -2866,6 +2914,22 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
|
|
|
2866
2914
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
2867
2915
|
}, z.core.$strict>>;
|
|
2868
2916
|
}, z.core.$strict>>;
|
|
2917
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
2918
|
+
defaultMode: z.ZodEnum<{
|
|
2919
|
+
"cms-managed": "cms-managed";
|
|
2920
|
+
"system-managed": "system-managed";
|
|
2921
|
+
}>;
|
|
2922
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
2923
|
+
class: "class";
|
|
2924
|
+
workshop: "workshop";
|
|
2925
|
+
retreat: "retreat";
|
|
2926
|
+
performance: "performance";
|
|
2927
|
+
event: "event";
|
|
2928
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
2929
|
+
"cms-managed": "cms-managed";
|
|
2930
|
+
"system-managed": "system-managed";
|
|
2931
|
+
}>>>;
|
|
2932
|
+
}, z.core.$strict>>;
|
|
2869
2933
|
}, z.core.$strict>;
|
|
2870
2934
|
}, z.core.$strict>, z.ZodObject<{
|
|
2871
2935
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -3304,8 +3368,8 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
|
|
|
3304
3368
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
3305
3369
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
3306
3370
|
in_person: "in_person";
|
|
3307
|
-
online: "online";
|
|
3308
3371
|
hybrid: "hybrid";
|
|
3372
|
+
online: "online";
|
|
3309
3373
|
}>>;
|
|
3310
3374
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
3311
3375
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -3526,10 +3590,10 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
|
|
|
3526
3590
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
3527
3591
|
status: z.ZodDefault<z.ZodEnum<{
|
|
3528
3592
|
active: "active";
|
|
3529
|
-
paused: "paused";
|
|
3530
|
-
canceled: "canceled";
|
|
3531
|
-
past_due: "past_due";
|
|
3532
3593
|
trialing: "trialing";
|
|
3594
|
+
past_due: "past_due";
|
|
3595
|
+
canceled: "canceled";
|
|
3596
|
+
paused: "paused";
|
|
3533
3597
|
}>>;
|
|
3534
3598
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3535
3599
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3636,9 +3700,9 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
|
|
|
3636
3700
|
durationMinutes: z.ZodNumber;
|
|
3637
3701
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
3638
3702
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
3703
|
+
virtual: "virtual";
|
|
3639
3704
|
in_person: "in_person";
|
|
3640
3705
|
hybrid: "hybrid";
|
|
3641
|
-
virtual: "virtual";
|
|
3642
3706
|
}>>;
|
|
3643
3707
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3644
3708
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -3655,9 +3719,9 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
|
|
|
3655
3719
|
durationMinutes: z.ZodNumber;
|
|
3656
3720
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
3657
3721
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
3722
|
+
virtual: "virtual";
|
|
3658
3723
|
in_person: "in_person";
|
|
3659
3724
|
hybrid: "hybrid";
|
|
3660
|
-
virtual: "virtual";
|
|
3661
3725
|
}>>;
|
|
3662
3726
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3663
3727
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -3674,9 +3738,9 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
|
|
|
3674
3738
|
durationMinutes: z.ZodNumber;
|
|
3675
3739
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
3676
3740
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
3741
|
+
virtual: "virtual";
|
|
3677
3742
|
in_person: "in_person";
|
|
3678
3743
|
hybrid: "hybrid";
|
|
3679
|
-
virtual: "virtual";
|
|
3680
3744
|
}>>;
|
|
3681
3745
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3682
3746
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -3786,6 +3850,22 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
3786
3850
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
3787
3851
|
}, z.core.$strict>>;
|
|
3788
3852
|
}, z.core.$strict>>;
|
|
3853
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
3854
|
+
defaultMode: z.ZodEnum<{
|
|
3855
|
+
"cms-managed": "cms-managed";
|
|
3856
|
+
"system-managed": "system-managed";
|
|
3857
|
+
}>;
|
|
3858
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
3859
|
+
class: "class";
|
|
3860
|
+
workshop: "workshop";
|
|
3861
|
+
retreat: "retreat";
|
|
3862
|
+
performance: "performance";
|
|
3863
|
+
event: "event";
|
|
3864
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
3865
|
+
"cms-managed": "cms-managed";
|
|
3866
|
+
"system-managed": "system-managed";
|
|
3867
|
+
}>>>;
|
|
3868
|
+
}, z.core.$strict>>;
|
|
3789
3869
|
}, z.core.$strict>;
|
|
3790
3870
|
}, z.core.$strict>, z.ZodObject<{
|
|
3791
3871
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -4224,8 +4304,8 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
4224
4304
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
4225
4305
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
4226
4306
|
in_person: "in_person";
|
|
4227
|
-
online: "online";
|
|
4228
4307
|
hybrid: "hybrid";
|
|
4308
|
+
online: "online";
|
|
4229
4309
|
}>>;
|
|
4230
4310
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
4231
4311
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -4446,10 +4526,10 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
4446
4526
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
4447
4527
|
status: z.ZodDefault<z.ZodEnum<{
|
|
4448
4528
|
active: "active";
|
|
4449
|
-
paused: "paused";
|
|
4450
|
-
canceled: "canceled";
|
|
4451
|
-
past_due: "past_due";
|
|
4452
4529
|
trialing: "trialing";
|
|
4530
|
+
past_due: "past_due";
|
|
4531
|
+
canceled: "canceled";
|
|
4532
|
+
paused: "paused";
|
|
4453
4533
|
}>>;
|
|
4454
4534
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4455
4535
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4556,9 +4636,9 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
4556
4636
|
durationMinutes: z.ZodNumber;
|
|
4557
4637
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
4558
4638
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
4639
|
+
virtual: "virtual";
|
|
4559
4640
|
in_person: "in_person";
|
|
4560
4641
|
hybrid: "hybrid";
|
|
4561
|
-
virtual: "virtual";
|
|
4562
4642
|
}>>;
|
|
4563
4643
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4564
4644
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -4575,9 +4655,9 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
4575
4655
|
durationMinutes: z.ZodNumber;
|
|
4576
4656
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
4577
4657
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
4658
|
+
virtual: "virtual";
|
|
4578
4659
|
in_person: "in_person";
|
|
4579
4660
|
hybrid: "hybrid";
|
|
4580
|
-
virtual: "virtual";
|
|
4581
4661
|
}>>;
|
|
4582
4662
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4583
4663
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -4594,9 +4674,9 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
4594
4674
|
durationMinutes: z.ZodNumber;
|
|
4595
4675
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
4596
4676
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
4677
|
+
virtual: "virtual";
|
|
4597
4678
|
in_person: "in_person";
|
|
4598
4679
|
hybrid: "hybrid";
|
|
4599
|
-
virtual: "virtual";
|
|
4600
4680
|
}>>;
|
|
4601
4681
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4602
4682
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -4929,7 +5009,7 @@ declare const SiteStyleSelectionCommandBodySchema: z.ZodObject<{
|
|
|
4929
5009
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
4930
5010
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
4931
5011
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
4932
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "
|
|
5012
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "background" | "accent" | "muted" | "border" | "destructive" | "surfaceAlt" | "primaryForeground", import("../../../blocks/src/index").HexColor>>>, {
|
|
4933
5013
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
4934
5014
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
4935
5015
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -5010,7 +5090,7 @@ export declare const SiteStyleSelectionCommandBackedPreviewSchema: z.ZodObject<{
|
|
|
5010
5090
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
5011
5091
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
5012
5092
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
5013
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "
|
|
5093
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "background" | "accent" | "muted" | "border" | "destructive" | "surfaceAlt" | "primaryForeground", import("../../../blocks/src/index").HexColor>>>, {
|
|
5014
5094
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
5015
5095
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
5016
5096
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -5097,7 +5177,7 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5097
5177
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
5098
5178
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
5099
5179
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
5100
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "
|
|
5180
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "background" | "accent" | "muted" | "border" | "destructive" | "surfaceAlt" | "primaryForeground", import("../../../blocks/src/index").HexColor>>>, {
|
|
5101
5181
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
5102
5182
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
5103
5183
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -5201,6 +5281,22 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5201
5281
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
5202
5282
|
}, z.core.$strict>>;
|
|
5203
5283
|
}, z.core.$strict>>;
|
|
5284
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
5285
|
+
defaultMode: z.ZodEnum<{
|
|
5286
|
+
"cms-managed": "cms-managed";
|
|
5287
|
+
"system-managed": "system-managed";
|
|
5288
|
+
}>;
|
|
5289
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
5290
|
+
class: "class";
|
|
5291
|
+
workshop: "workshop";
|
|
5292
|
+
retreat: "retreat";
|
|
5293
|
+
performance: "performance";
|
|
5294
|
+
event: "event";
|
|
5295
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
5296
|
+
"cms-managed": "cms-managed";
|
|
5297
|
+
"system-managed": "system-managed";
|
|
5298
|
+
}>>>;
|
|
5299
|
+
}, z.core.$strict>>;
|
|
5204
5300
|
}, z.core.$strict>;
|
|
5205
5301
|
}, z.core.$strict>, z.ZodObject<{
|
|
5206
5302
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -5639,8 +5735,8 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5639
5735
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
5640
5736
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
5641
5737
|
in_person: "in_person";
|
|
5642
|
-
online: "online";
|
|
5643
5738
|
hybrid: "hybrid";
|
|
5739
|
+
online: "online";
|
|
5644
5740
|
}>>;
|
|
5645
5741
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
5646
5742
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -5861,10 +5957,10 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5861
5957
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
5862
5958
|
status: z.ZodDefault<z.ZodEnum<{
|
|
5863
5959
|
active: "active";
|
|
5864
|
-
paused: "paused";
|
|
5865
|
-
canceled: "canceled";
|
|
5866
|
-
past_due: "past_due";
|
|
5867
5960
|
trialing: "trialing";
|
|
5961
|
+
past_due: "past_due";
|
|
5962
|
+
canceled: "canceled";
|
|
5963
|
+
paused: "paused";
|
|
5868
5964
|
}>>;
|
|
5869
5965
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5870
5966
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -5971,9 +6067,9 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5971
6067
|
durationMinutes: z.ZodNumber;
|
|
5972
6068
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
5973
6069
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
6070
|
+
virtual: "virtual";
|
|
5974
6071
|
in_person: "in_person";
|
|
5975
6072
|
hybrid: "hybrid";
|
|
5976
|
-
virtual: "virtual";
|
|
5977
6073
|
}>>;
|
|
5978
6074
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5979
6075
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -5990,9 +6086,9 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5990
6086
|
durationMinutes: z.ZodNumber;
|
|
5991
6087
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
5992
6088
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
6089
|
+
virtual: "virtual";
|
|
5993
6090
|
in_person: "in_person";
|
|
5994
6091
|
hybrid: "hybrid";
|
|
5995
|
-
virtual: "virtual";
|
|
5996
6092
|
}>>;
|
|
5997
6093
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5998
6094
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -6009,9 +6105,9 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
6009
6105
|
durationMinutes: z.ZodNumber;
|
|
6010
6106
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
6011
6107
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
6108
|
+
virtual: "virtual";
|
|
6012
6109
|
in_person: "in_person";
|
|
6013
6110
|
hybrid: "hybrid";
|
|
6014
|
-
virtual: "virtual";
|
|
6015
6111
|
}>>;
|
|
6016
6112
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6017
6113
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -6078,7 +6174,7 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
6078
6174
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
6079
6175
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
6080
6176
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
6081
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "
|
|
6177
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "background" | "accent" | "muted" | "border" | "destructive" | "surfaceAlt" | "primaryForeground", import("../../../blocks/src/index").HexColor>>>, {
|
|
6082
6178
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
6083
6179
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
6084
6180
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -6181,7 +6277,7 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6181
6277
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
6182
6278
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
6183
6279
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
6184
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "
|
|
6280
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "background" | "accent" | "muted" | "border" | "destructive" | "surfaceAlt" | "primaryForeground", import("../../../blocks/src/index").HexColor>>>, {
|
|
6185
6281
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
6186
6282
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
6187
6283
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -6285,6 +6381,22 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6285
6381
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
6286
6382
|
}, z.core.$strict>>;
|
|
6287
6383
|
}, z.core.$strict>>;
|
|
6384
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
6385
|
+
defaultMode: z.ZodEnum<{
|
|
6386
|
+
"cms-managed": "cms-managed";
|
|
6387
|
+
"system-managed": "system-managed";
|
|
6388
|
+
}>;
|
|
6389
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
6390
|
+
class: "class";
|
|
6391
|
+
workshop: "workshop";
|
|
6392
|
+
retreat: "retreat";
|
|
6393
|
+
performance: "performance";
|
|
6394
|
+
event: "event";
|
|
6395
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
6396
|
+
"cms-managed": "cms-managed";
|
|
6397
|
+
"system-managed": "system-managed";
|
|
6398
|
+
}>>>;
|
|
6399
|
+
}, z.core.$strict>>;
|
|
6288
6400
|
}, z.core.$strict>;
|
|
6289
6401
|
}, z.core.$strict>, z.ZodObject<{
|
|
6290
6402
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -6723,8 +6835,8 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6723
6835
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
6724
6836
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
6725
6837
|
in_person: "in_person";
|
|
6726
|
-
online: "online";
|
|
6727
6838
|
hybrid: "hybrid";
|
|
6839
|
+
online: "online";
|
|
6728
6840
|
}>>;
|
|
6729
6841
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
6730
6842
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -6945,10 +7057,10 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6945
7057
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
6946
7058
|
status: z.ZodDefault<z.ZodEnum<{
|
|
6947
7059
|
active: "active";
|
|
6948
|
-
paused: "paused";
|
|
6949
|
-
canceled: "canceled";
|
|
6950
|
-
past_due: "past_due";
|
|
6951
7060
|
trialing: "trialing";
|
|
7061
|
+
past_due: "past_due";
|
|
7062
|
+
canceled: "canceled";
|
|
7063
|
+
paused: "paused";
|
|
6952
7064
|
}>>;
|
|
6953
7065
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6954
7066
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -7055,9 +7167,9 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
7055
7167
|
durationMinutes: z.ZodNumber;
|
|
7056
7168
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
7057
7169
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
7170
|
+
virtual: "virtual";
|
|
7058
7171
|
in_person: "in_person";
|
|
7059
7172
|
hybrid: "hybrid";
|
|
7060
|
-
virtual: "virtual";
|
|
7061
7173
|
}>>;
|
|
7062
7174
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7063
7175
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -7074,9 +7186,9 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
7074
7186
|
durationMinutes: z.ZodNumber;
|
|
7075
7187
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
7076
7188
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
7189
|
+
virtual: "virtual";
|
|
7077
7190
|
in_person: "in_person";
|
|
7078
7191
|
hybrid: "hybrid";
|
|
7079
|
-
virtual: "virtual";
|
|
7080
7192
|
}>>;
|
|
7081
7193
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7082
7194
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -7093,9 +7205,9 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
7093
7205
|
durationMinutes: z.ZodNumber;
|
|
7094
7206
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
7095
7207
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
7208
|
+
virtual: "virtual";
|
|
7096
7209
|
in_person: "in_person";
|
|
7097
7210
|
hybrid: "hybrid";
|
|
7098
|
-
virtual: "virtual";
|
|
7099
7211
|
}>>;
|
|
7100
7212
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7101
7213
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -7162,7 +7274,7 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
7162
7274
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
7163
7275
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
7164
7276
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
7165
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "
|
|
7277
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "background" | "accent" | "muted" | "border" | "destructive" | "surfaceAlt" | "primaryForeground", import("../../../blocks/src/index").HexColor>>>, {
|
|
7166
7278
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
7167
7279
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
7168
7280
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -7266,7 +7378,7 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7266
7378
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
7267
7379
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
7268
7380
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
7269
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "
|
|
7381
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "background" | "accent" | "muted" | "border" | "destructive" | "surfaceAlt" | "primaryForeground", import("../../../blocks/src/index").HexColor>>>, {
|
|
7270
7382
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
7271
7383
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
7272
7384
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -7370,6 +7482,22 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7370
7482
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
7371
7483
|
}, z.core.$strict>>;
|
|
7372
7484
|
}, z.core.$strict>>;
|
|
7485
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
7486
|
+
defaultMode: z.ZodEnum<{
|
|
7487
|
+
"cms-managed": "cms-managed";
|
|
7488
|
+
"system-managed": "system-managed";
|
|
7489
|
+
}>;
|
|
7490
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
7491
|
+
class: "class";
|
|
7492
|
+
workshop: "workshop";
|
|
7493
|
+
retreat: "retreat";
|
|
7494
|
+
performance: "performance";
|
|
7495
|
+
event: "event";
|
|
7496
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
7497
|
+
"cms-managed": "cms-managed";
|
|
7498
|
+
"system-managed": "system-managed";
|
|
7499
|
+
}>>>;
|
|
7500
|
+
}, z.core.$strict>>;
|
|
7373
7501
|
}, z.core.$strict>;
|
|
7374
7502
|
}, z.core.$strict>, z.ZodObject<{
|
|
7375
7503
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -7808,8 +7936,8 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7808
7936
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
7809
7937
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
7810
7938
|
in_person: "in_person";
|
|
7811
|
-
online: "online";
|
|
7812
7939
|
hybrid: "hybrid";
|
|
7940
|
+
online: "online";
|
|
7813
7941
|
}>>;
|
|
7814
7942
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
7815
7943
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -8030,10 +8158,10 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
8030
8158
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
8031
8159
|
status: z.ZodDefault<z.ZodEnum<{
|
|
8032
8160
|
active: "active";
|
|
8033
|
-
paused: "paused";
|
|
8034
|
-
canceled: "canceled";
|
|
8035
|
-
past_due: "past_due";
|
|
8036
8161
|
trialing: "trialing";
|
|
8162
|
+
past_due: "past_due";
|
|
8163
|
+
canceled: "canceled";
|
|
8164
|
+
paused: "paused";
|
|
8037
8165
|
}>>;
|
|
8038
8166
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8039
8167
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -8140,9 +8268,9 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
8140
8268
|
durationMinutes: z.ZodNumber;
|
|
8141
8269
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
8142
8270
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
8271
|
+
virtual: "virtual";
|
|
8143
8272
|
in_person: "in_person";
|
|
8144
8273
|
hybrid: "hybrid";
|
|
8145
|
-
virtual: "virtual";
|
|
8146
8274
|
}>>;
|
|
8147
8275
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8148
8276
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -8159,9 +8287,9 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
8159
8287
|
durationMinutes: z.ZodNumber;
|
|
8160
8288
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
8161
8289
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
8290
|
+
virtual: "virtual";
|
|
8162
8291
|
in_person: "in_person";
|
|
8163
8292
|
hybrid: "hybrid";
|
|
8164
|
-
virtual: "virtual";
|
|
8165
8293
|
}>>;
|
|
8166
8294
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8167
8295
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -8178,9 +8306,9 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
8178
8306
|
durationMinutes: z.ZodNumber;
|
|
8179
8307
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
8180
8308
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
8309
|
+
virtual: "virtual";
|
|
8181
8310
|
in_person: "in_person";
|
|
8182
8311
|
hybrid: "hybrid";
|
|
8183
|
-
virtual: "virtual";
|
|
8184
8312
|
}>>;
|
|
8185
8313
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8186
8314
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -8247,7 +8375,7 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
8247
8375
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
8248
8376
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
8249
8377
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
8250
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "
|
|
8378
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "background" | "accent" | "muted" | "border" | "destructive" | "surfaceAlt" | "primaryForeground", import("../../../blocks/src/index").HexColor>>>, {
|
|
8251
8379
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
8252
8380
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
8253
8381
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -8682,6 +8810,22 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
|
|
|
8682
8810
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
8683
8811
|
}, z.core.$strict>>;
|
|
8684
8812
|
}, z.core.$strict>>;
|
|
8813
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
8814
|
+
defaultMode: z.ZodEnum<{
|
|
8815
|
+
"cms-managed": "cms-managed";
|
|
8816
|
+
"system-managed": "system-managed";
|
|
8817
|
+
}>;
|
|
8818
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
8819
|
+
class: "class";
|
|
8820
|
+
workshop: "workshop";
|
|
8821
|
+
retreat: "retreat";
|
|
8822
|
+
performance: "performance";
|
|
8823
|
+
event: "event";
|
|
8824
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
8825
|
+
"cms-managed": "cms-managed";
|
|
8826
|
+
"system-managed": "system-managed";
|
|
8827
|
+
}>>>;
|
|
8828
|
+
}, z.core.$strict>>;
|
|
8685
8829
|
}, z.core.$strict>;
|
|
8686
8830
|
}, z.core.$strict>, z.ZodObject<{
|
|
8687
8831
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -9120,8 +9264,8 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
|
|
|
9120
9264
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
9121
9265
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
9122
9266
|
in_person: "in_person";
|
|
9123
|
-
online: "online";
|
|
9124
9267
|
hybrid: "hybrid";
|
|
9268
|
+
online: "online";
|
|
9125
9269
|
}>>;
|
|
9126
9270
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
9127
9271
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -9342,10 +9486,10 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
|
|
|
9342
9486
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
9343
9487
|
status: z.ZodDefault<z.ZodEnum<{
|
|
9344
9488
|
active: "active";
|
|
9345
|
-
paused: "paused";
|
|
9346
|
-
canceled: "canceled";
|
|
9347
|
-
past_due: "past_due";
|
|
9348
9489
|
trialing: "trialing";
|
|
9490
|
+
past_due: "past_due";
|
|
9491
|
+
canceled: "canceled";
|
|
9492
|
+
paused: "paused";
|
|
9349
9493
|
}>>;
|
|
9350
9494
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9351
9495
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -9452,9 +9596,9 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
|
|
|
9452
9596
|
durationMinutes: z.ZodNumber;
|
|
9453
9597
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
9454
9598
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
9599
|
+
virtual: "virtual";
|
|
9455
9600
|
in_person: "in_person";
|
|
9456
9601
|
hybrid: "hybrid";
|
|
9457
|
-
virtual: "virtual";
|
|
9458
9602
|
}>>;
|
|
9459
9603
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9460
9604
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -9471,9 +9615,9 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
|
|
|
9471
9615
|
durationMinutes: z.ZodNumber;
|
|
9472
9616
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
9473
9617
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
9618
|
+
virtual: "virtual";
|
|
9474
9619
|
in_person: "in_person";
|
|
9475
9620
|
hybrid: "hybrid";
|
|
9476
|
-
virtual: "virtual";
|
|
9477
9621
|
}>>;
|
|
9478
9622
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9479
9623
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -9490,9 +9634,9 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
|
|
|
9490
9634
|
durationMinutes: z.ZodNumber;
|
|
9491
9635
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
9492
9636
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
9637
|
+
virtual: "virtual";
|
|
9493
9638
|
in_person: "in_person";
|
|
9494
9639
|
hybrid: "hybrid";
|
|
9495
|
-
virtual: "virtual";
|
|
9496
9640
|
}>>;
|
|
9497
9641
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9498
9642
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -9719,6 +9863,22 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
9719
9863
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
9720
9864
|
}, z.core.$strict>>;
|
|
9721
9865
|
}, z.core.$strict>>;
|
|
9866
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
9867
|
+
defaultMode: z.ZodEnum<{
|
|
9868
|
+
"cms-managed": "cms-managed";
|
|
9869
|
+
"system-managed": "system-managed";
|
|
9870
|
+
}>;
|
|
9871
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
9872
|
+
class: "class";
|
|
9873
|
+
workshop: "workshop";
|
|
9874
|
+
retreat: "retreat";
|
|
9875
|
+
performance: "performance";
|
|
9876
|
+
event: "event";
|
|
9877
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
9878
|
+
"cms-managed": "cms-managed";
|
|
9879
|
+
"system-managed": "system-managed";
|
|
9880
|
+
}>>>;
|
|
9881
|
+
}, z.core.$strict>>;
|
|
9722
9882
|
}, z.core.$strict>;
|
|
9723
9883
|
}, z.core.$strict>, z.ZodObject<{
|
|
9724
9884
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -10157,8 +10317,8 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
10157
10317
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
10158
10318
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
10159
10319
|
in_person: "in_person";
|
|
10160
|
-
online: "online";
|
|
10161
10320
|
hybrid: "hybrid";
|
|
10321
|
+
online: "online";
|
|
10162
10322
|
}>>;
|
|
10163
10323
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
10164
10324
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -10379,10 +10539,10 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
10379
10539
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
10380
10540
|
status: z.ZodDefault<z.ZodEnum<{
|
|
10381
10541
|
active: "active";
|
|
10382
|
-
paused: "paused";
|
|
10383
|
-
canceled: "canceled";
|
|
10384
|
-
past_due: "past_due";
|
|
10385
10542
|
trialing: "trialing";
|
|
10543
|
+
past_due: "past_due";
|
|
10544
|
+
canceled: "canceled";
|
|
10545
|
+
paused: "paused";
|
|
10386
10546
|
}>>;
|
|
10387
10547
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10388
10548
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -10489,9 +10649,9 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
10489
10649
|
durationMinutes: z.ZodNumber;
|
|
10490
10650
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
10491
10651
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
10652
|
+
virtual: "virtual";
|
|
10492
10653
|
in_person: "in_person";
|
|
10493
10654
|
hybrid: "hybrid";
|
|
10494
|
-
virtual: "virtual";
|
|
10495
10655
|
}>>;
|
|
10496
10656
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10497
10657
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -10508,9 +10668,9 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
10508
10668
|
durationMinutes: z.ZodNumber;
|
|
10509
10669
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
10510
10670
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
10671
|
+
virtual: "virtual";
|
|
10511
10672
|
in_person: "in_person";
|
|
10512
10673
|
hybrid: "hybrid";
|
|
10513
|
-
virtual: "virtual";
|
|
10514
10674
|
}>>;
|
|
10515
10675
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10516
10676
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -10527,9 +10687,9 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
10527
10687
|
durationMinutes: z.ZodNumber;
|
|
10528
10688
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
10529
10689
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
10690
|
+
virtual: "virtual";
|
|
10530
10691
|
in_person: "in_person";
|
|
10531
10692
|
hybrid: "hybrid";
|
|
10532
|
-
virtual: "virtual";
|
|
10533
10693
|
}>>;
|
|
10534
10694
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10535
10695
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -10648,6 +10808,22 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
10648
10808
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
10649
10809
|
}, z.core.$strict>>;
|
|
10650
10810
|
}, z.core.$strict>>;
|
|
10811
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
10812
|
+
defaultMode: z.ZodEnum<{
|
|
10813
|
+
"cms-managed": "cms-managed";
|
|
10814
|
+
"system-managed": "system-managed";
|
|
10815
|
+
}>;
|
|
10816
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
10817
|
+
class: "class";
|
|
10818
|
+
workshop: "workshop";
|
|
10819
|
+
retreat: "retreat";
|
|
10820
|
+
performance: "performance";
|
|
10821
|
+
event: "event";
|
|
10822
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
10823
|
+
"cms-managed": "cms-managed";
|
|
10824
|
+
"system-managed": "system-managed";
|
|
10825
|
+
}>>>;
|
|
10826
|
+
}, z.core.$strict>>;
|
|
10651
10827
|
}, z.core.$strict>;
|
|
10652
10828
|
}, z.core.$strict>, z.ZodObject<{
|
|
10653
10829
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -11086,8 +11262,8 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
11086
11262
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
11087
11263
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
11088
11264
|
in_person: "in_person";
|
|
11089
|
-
online: "online";
|
|
11090
11265
|
hybrid: "hybrid";
|
|
11266
|
+
online: "online";
|
|
11091
11267
|
}>>;
|
|
11092
11268
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
11093
11269
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -11308,10 +11484,10 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
11308
11484
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
11309
11485
|
status: z.ZodDefault<z.ZodEnum<{
|
|
11310
11486
|
active: "active";
|
|
11311
|
-
paused: "paused";
|
|
11312
|
-
canceled: "canceled";
|
|
11313
|
-
past_due: "past_due";
|
|
11314
11487
|
trialing: "trialing";
|
|
11488
|
+
past_due: "past_due";
|
|
11489
|
+
canceled: "canceled";
|
|
11490
|
+
paused: "paused";
|
|
11315
11491
|
}>>;
|
|
11316
11492
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11317
11493
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -11418,9 +11594,9 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
11418
11594
|
durationMinutes: z.ZodNumber;
|
|
11419
11595
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
11420
11596
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
11597
|
+
virtual: "virtual";
|
|
11421
11598
|
in_person: "in_person";
|
|
11422
11599
|
hybrid: "hybrid";
|
|
11423
|
-
virtual: "virtual";
|
|
11424
11600
|
}>>;
|
|
11425
11601
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11426
11602
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -11437,9 +11613,9 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
11437
11613
|
durationMinutes: z.ZodNumber;
|
|
11438
11614
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
11439
11615
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
11616
|
+
virtual: "virtual";
|
|
11440
11617
|
in_person: "in_person";
|
|
11441
11618
|
hybrid: "hybrid";
|
|
11442
|
-
virtual: "virtual";
|
|
11443
11619
|
}>>;
|
|
11444
11620
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11445
11621
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -11456,9 +11632,9 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
11456
11632
|
durationMinutes: z.ZodNumber;
|
|
11457
11633
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
11458
11634
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
11635
|
+
virtual: "virtual";
|
|
11459
11636
|
in_person: "in_person";
|
|
11460
11637
|
hybrid: "hybrid";
|
|
11461
|
-
virtual: "virtual";
|
|
11462
11638
|
}>>;
|
|
11463
11639
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11464
11640
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -11571,6 +11747,22 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
11571
11747
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
11572
11748
|
}, z.core.$strict>>;
|
|
11573
11749
|
}, z.core.$strict>>;
|
|
11750
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
11751
|
+
defaultMode: z.ZodEnum<{
|
|
11752
|
+
"cms-managed": "cms-managed";
|
|
11753
|
+
"system-managed": "system-managed";
|
|
11754
|
+
}>;
|
|
11755
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
11756
|
+
class: "class";
|
|
11757
|
+
workshop: "workshop";
|
|
11758
|
+
retreat: "retreat";
|
|
11759
|
+
performance: "performance";
|
|
11760
|
+
event: "event";
|
|
11761
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
11762
|
+
"cms-managed": "cms-managed";
|
|
11763
|
+
"system-managed": "system-managed";
|
|
11764
|
+
}>>>;
|
|
11765
|
+
}, z.core.$strict>>;
|
|
11574
11766
|
}, z.core.$strict>;
|
|
11575
11767
|
}, z.core.$strict>, z.ZodObject<{
|
|
11576
11768
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -12009,8 +12201,8 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
12009
12201
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
12010
12202
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
12011
12203
|
in_person: "in_person";
|
|
12012
|
-
online: "online";
|
|
12013
12204
|
hybrid: "hybrid";
|
|
12205
|
+
online: "online";
|
|
12014
12206
|
}>>;
|
|
12015
12207
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
12016
12208
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -12231,10 +12423,10 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
12231
12423
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
12232
12424
|
status: z.ZodDefault<z.ZodEnum<{
|
|
12233
12425
|
active: "active";
|
|
12234
|
-
paused: "paused";
|
|
12235
|
-
canceled: "canceled";
|
|
12236
|
-
past_due: "past_due";
|
|
12237
12426
|
trialing: "trialing";
|
|
12427
|
+
past_due: "past_due";
|
|
12428
|
+
canceled: "canceled";
|
|
12429
|
+
paused: "paused";
|
|
12238
12430
|
}>>;
|
|
12239
12431
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12240
12432
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -12341,9 +12533,9 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
12341
12533
|
durationMinutes: z.ZodNumber;
|
|
12342
12534
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
12343
12535
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
12536
|
+
virtual: "virtual";
|
|
12344
12537
|
in_person: "in_person";
|
|
12345
12538
|
hybrid: "hybrid";
|
|
12346
|
-
virtual: "virtual";
|
|
12347
12539
|
}>>;
|
|
12348
12540
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12349
12541
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -12360,9 +12552,9 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
12360
12552
|
durationMinutes: z.ZodNumber;
|
|
12361
12553
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
12362
12554
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
12555
|
+
virtual: "virtual";
|
|
12363
12556
|
in_person: "in_person";
|
|
12364
12557
|
hybrid: "hybrid";
|
|
12365
|
-
virtual: "virtual";
|
|
12366
12558
|
}>>;
|
|
12367
12559
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12368
12560
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -12379,9 +12571,9 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
12379
12571
|
durationMinutes: z.ZodNumber;
|
|
12380
12572
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
12381
12573
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
12574
|
+
virtual: "virtual";
|
|
12382
12575
|
in_person: "in_person";
|
|
12383
12576
|
hybrid: "hybrid";
|
|
12384
|
-
virtual: "virtual";
|
|
12385
12577
|
}>>;
|
|
12386
12578
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12387
12579
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -12494,6 +12686,22 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
12494
12686
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
12495
12687
|
}, z.core.$strict>>;
|
|
12496
12688
|
}, z.core.$strict>>;
|
|
12689
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
12690
|
+
defaultMode: z.ZodEnum<{
|
|
12691
|
+
"cms-managed": "cms-managed";
|
|
12692
|
+
"system-managed": "system-managed";
|
|
12693
|
+
}>;
|
|
12694
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
12695
|
+
class: "class";
|
|
12696
|
+
workshop: "workshop";
|
|
12697
|
+
retreat: "retreat";
|
|
12698
|
+
performance: "performance";
|
|
12699
|
+
event: "event";
|
|
12700
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
12701
|
+
"cms-managed": "cms-managed";
|
|
12702
|
+
"system-managed": "system-managed";
|
|
12703
|
+
}>>>;
|
|
12704
|
+
}, z.core.$strict>>;
|
|
12497
12705
|
}, z.core.$strict>;
|
|
12498
12706
|
}, z.core.$strict>, z.ZodObject<{
|
|
12499
12707
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -12932,8 +13140,8 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
12932
13140
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
12933
13141
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
12934
13142
|
in_person: "in_person";
|
|
12935
|
-
online: "online";
|
|
12936
13143
|
hybrid: "hybrid";
|
|
13144
|
+
online: "online";
|
|
12937
13145
|
}>>;
|
|
12938
13146
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
12939
13147
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -13154,10 +13362,10 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
13154
13362
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
13155
13363
|
status: z.ZodDefault<z.ZodEnum<{
|
|
13156
13364
|
active: "active";
|
|
13157
|
-
paused: "paused";
|
|
13158
|
-
canceled: "canceled";
|
|
13159
|
-
past_due: "past_due";
|
|
13160
13365
|
trialing: "trialing";
|
|
13366
|
+
past_due: "past_due";
|
|
13367
|
+
canceled: "canceled";
|
|
13368
|
+
paused: "paused";
|
|
13161
13369
|
}>>;
|
|
13162
13370
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13163
13371
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -13264,9 +13472,9 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
13264
13472
|
durationMinutes: z.ZodNumber;
|
|
13265
13473
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
13266
13474
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
13475
|
+
virtual: "virtual";
|
|
13267
13476
|
in_person: "in_person";
|
|
13268
13477
|
hybrid: "hybrid";
|
|
13269
|
-
virtual: "virtual";
|
|
13270
13478
|
}>>;
|
|
13271
13479
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13272
13480
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -13283,9 +13491,9 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
13283
13491
|
durationMinutes: z.ZodNumber;
|
|
13284
13492
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
13285
13493
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
13494
|
+
virtual: "virtual";
|
|
13286
13495
|
in_person: "in_person";
|
|
13287
13496
|
hybrid: "hybrid";
|
|
13288
|
-
virtual: "virtual";
|
|
13289
13497
|
}>>;
|
|
13290
13498
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13291
13499
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -13302,9 +13510,9 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
13302
13510
|
durationMinutes: z.ZodNumber;
|
|
13303
13511
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
13304
13512
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
13513
|
+
virtual: "virtual";
|
|
13305
13514
|
in_person: "in_person";
|
|
13306
13515
|
hybrid: "hybrid";
|
|
13307
|
-
virtual: "virtual";
|
|
13308
13516
|
}>>;
|
|
13309
13517
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13310
13518
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -13417,6 +13625,22 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
13417
13625
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
13418
13626
|
}, z.core.$strict>>;
|
|
13419
13627
|
}, z.core.$strict>>;
|
|
13628
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
13629
|
+
defaultMode: z.ZodEnum<{
|
|
13630
|
+
"cms-managed": "cms-managed";
|
|
13631
|
+
"system-managed": "system-managed";
|
|
13632
|
+
}>;
|
|
13633
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
13634
|
+
class: "class";
|
|
13635
|
+
workshop: "workshop";
|
|
13636
|
+
retreat: "retreat";
|
|
13637
|
+
performance: "performance";
|
|
13638
|
+
event: "event";
|
|
13639
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
13640
|
+
"cms-managed": "cms-managed";
|
|
13641
|
+
"system-managed": "system-managed";
|
|
13642
|
+
}>>>;
|
|
13643
|
+
}, z.core.$strict>>;
|
|
13420
13644
|
}, z.core.$strict>;
|
|
13421
13645
|
}, z.core.$strict>, z.ZodObject<{
|
|
13422
13646
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -13855,8 +14079,8 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
13855
14079
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
13856
14080
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
13857
14081
|
in_person: "in_person";
|
|
13858
|
-
online: "online";
|
|
13859
14082
|
hybrid: "hybrid";
|
|
14083
|
+
online: "online";
|
|
13860
14084
|
}>>;
|
|
13861
14085
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
13862
14086
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -14077,10 +14301,10 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
14077
14301
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
14078
14302
|
status: z.ZodDefault<z.ZodEnum<{
|
|
14079
14303
|
active: "active";
|
|
14080
|
-
paused: "paused";
|
|
14081
|
-
canceled: "canceled";
|
|
14082
|
-
past_due: "past_due";
|
|
14083
14304
|
trialing: "trialing";
|
|
14305
|
+
past_due: "past_due";
|
|
14306
|
+
canceled: "canceled";
|
|
14307
|
+
paused: "paused";
|
|
14084
14308
|
}>>;
|
|
14085
14309
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14086
14310
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -14187,9 +14411,9 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
14187
14411
|
durationMinutes: z.ZodNumber;
|
|
14188
14412
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
14189
14413
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
14414
|
+
virtual: "virtual";
|
|
14190
14415
|
in_person: "in_person";
|
|
14191
14416
|
hybrid: "hybrid";
|
|
14192
|
-
virtual: "virtual";
|
|
14193
14417
|
}>>;
|
|
14194
14418
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14195
14419
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -14206,9 +14430,9 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
14206
14430
|
durationMinutes: z.ZodNumber;
|
|
14207
14431
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
14208
14432
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
14433
|
+
virtual: "virtual";
|
|
14209
14434
|
in_person: "in_person";
|
|
14210
14435
|
hybrid: "hybrid";
|
|
14211
|
-
virtual: "virtual";
|
|
14212
14436
|
}>>;
|
|
14213
14437
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14214
14438
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -14225,9 +14449,9 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
14225
14449
|
durationMinutes: z.ZodNumber;
|
|
14226
14450
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
14227
14451
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
14452
|
+
virtual: "virtual";
|
|
14228
14453
|
in_person: "in_person";
|
|
14229
14454
|
hybrid: "hybrid";
|
|
14230
|
-
virtual: "virtual";
|
|
14231
14455
|
}>>;
|
|
14232
14456
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14233
14457
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -14359,6 +14583,22 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
|
|
|
14359
14583
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
14360
14584
|
}, z.core.$strict>>;
|
|
14361
14585
|
}, z.core.$strict>>;
|
|
14586
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
14587
|
+
defaultMode: z.ZodEnum<{
|
|
14588
|
+
"cms-managed": "cms-managed";
|
|
14589
|
+
"system-managed": "system-managed";
|
|
14590
|
+
}>;
|
|
14591
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
14592
|
+
class: "class";
|
|
14593
|
+
workshop: "workshop";
|
|
14594
|
+
retreat: "retreat";
|
|
14595
|
+
performance: "performance";
|
|
14596
|
+
event: "event";
|
|
14597
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
14598
|
+
"cms-managed": "cms-managed";
|
|
14599
|
+
"system-managed": "system-managed";
|
|
14600
|
+
}>>>;
|
|
14601
|
+
}, z.core.$strict>>;
|
|
14362
14602
|
}, z.core.$strict>;
|
|
14363
14603
|
}, z.core.$strict>, z.ZodObject<{
|
|
14364
14604
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -14797,8 +15037,8 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
|
|
|
14797
15037
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
14798
15038
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
14799
15039
|
in_person: "in_person";
|
|
14800
|
-
online: "online";
|
|
14801
15040
|
hybrid: "hybrid";
|
|
15041
|
+
online: "online";
|
|
14802
15042
|
}>>;
|
|
14803
15043
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
14804
15044
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -15019,10 +15259,10 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
|
|
|
15019
15259
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
15020
15260
|
status: z.ZodDefault<z.ZodEnum<{
|
|
15021
15261
|
active: "active";
|
|
15022
|
-
paused: "paused";
|
|
15023
|
-
canceled: "canceled";
|
|
15024
|
-
past_due: "past_due";
|
|
15025
15262
|
trialing: "trialing";
|
|
15263
|
+
past_due: "past_due";
|
|
15264
|
+
canceled: "canceled";
|
|
15265
|
+
paused: "paused";
|
|
15026
15266
|
}>>;
|
|
15027
15267
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15028
15268
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -15129,9 +15369,9 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
|
|
|
15129
15369
|
durationMinutes: z.ZodNumber;
|
|
15130
15370
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
15131
15371
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
15372
|
+
virtual: "virtual";
|
|
15132
15373
|
in_person: "in_person";
|
|
15133
15374
|
hybrid: "hybrid";
|
|
15134
|
-
virtual: "virtual";
|
|
15135
15375
|
}>>;
|
|
15136
15376
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15137
15377
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -15148,9 +15388,9 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
|
|
|
15148
15388
|
durationMinutes: z.ZodNumber;
|
|
15149
15389
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
15150
15390
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
15391
|
+
virtual: "virtual";
|
|
15151
15392
|
in_person: "in_person";
|
|
15152
15393
|
hybrid: "hybrid";
|
|
15153
|
-
virtual: "virtual";
|
|
15154
15394
|
}>>;
|
|
15155
15395
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15156
15396
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -15167,9 +15407,9 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
|
|
|
15167
15407
|
durationMinutes: z.ZodNumber;
|
|
15168
15408
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
15169
15409
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
15410
|
+
virtual: "virtual";
|
|
15170
15411
|
in_person: "in_person";
|
|
15171
15412
|
hybrid: "hybrid";
|
|
15172
|
-
virtual: "virtual";
|
|
15173
15413
|
}>>;
|
|
15174
15414
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15175
15415
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -15318,6 +15558,22 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
|
|
|
15318
15558
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
15319
15559
|
}, z.core.$strict>>;
|
|
15320
15560
|
}, z.core.$strict>>;
|
|
15561
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
15562
|
+
defaultMode: z.ZodEnum<{
|
|
15563
|
+
"cms-managed": "cms-managed";
|
|
15564
|
+
"system-managed": "system-managed";
|
|
15565
|
+
}>;
|
|
15566
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
15567
|
+
class: "class";
|
|
15568
|
+
workshop: "workshop";
|
|
15569
|
+
retreat: "retreat";
|
|
15570
|
+
performance: "performance";
|
|
15571
|
+
event: "event";
|
|
15572
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
15573
|
+
"cms-managed": "cms-managed";
|
|
15574
|
+
"system-managed": "system-managed";
|
|
15575
|
+
}>>>;
|
|
15576
|
+
}, z.core.$strict>>;
|
|
15321
15577
|
}, z.core.$strict>;
|
|
15322
15578
|
}, z.core.$strict>, z.ZodObject<{
|
|
15323
15579
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -15756,8 +16012,8 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
|
|
|
15756
16012
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
15757
16013
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
15758
16014
|
in_person: "in_person";
|
|
15759
|
-
online: "online";
|
|
15760
16015
|
hybrid: "hybrid";
|
|
16016
|
+
online: "online";
|
|
15761
16017
|
}>>;
|
|
15762
16018
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
15763
16019
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -15978,10 +16234,10 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
|
|
|
15978
16234
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
15979
16235
|
status: z.ZodDefault<z.ZodEnum<{
|
|
15980
16236
|
active: "active";
|
|
15981
|
-
paused: "paused";
|
|
15982
|
-
canceled: "canceled";
|
|
15983
|
-
past_due: "past_due";
|
|
15984
16237
|
trialing: "trialing";
|
|
16238
|
+
past_due: "past_due";
|
|
16239
|
+
canceled: "canceled";
|
|
16240
|
+
paused: "paused";
|
|
15985
16241
|
}>>;
|
|
15986
16242
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15987
16243
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -16088,9 +16344,9 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
|
|
|
16088
16344
|
durationMinutes: z.ZodNumber;
|
|
16089
16345
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
16090
16346
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
16347
|
+
virtual: "virtual";
|
|
16091
16348
|
in_person: "in_person";
|
|
16092
16349
|
hybrid: "hybrid";
|
|
16093
|
-
virtual: "virtual";
|
|
16094
16350
|
}>>;
|
|
16095
16351
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16096
16352
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -16107,9 +16363,9 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
|
|
|
16107
16363
|
durationMinutes: z.ZodNumber;
|
|
16108
16364
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
16109
16365
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
16366
|
+
virtual: "virtual";
|
|
16110
16367
|
in_person: "in_person";
|
|
16111
16368
|
hybrid: "hybrid";
|
|
16112
|
-
virtual: "virtual";
|
|
16113
16369
|
}>>;
|
|
16114
16370
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16115
16371
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -16126,9 +16382,9 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
|
|
|
16126
16382
|
durationMinutes: z.ZodNumber;
|
|
16127
16383
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
16128
16384
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
16385
|
+
virtual: "virtual";
|
|
16129
16386
|
in_person: "in_person";
|
|
16130
16387
|
hybrid: "hybrid";
|
|
16131
|
-
virtual: "virtual";
|
|
16132
16388
|
}>>;
|
|
16133
16389
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16134
16390
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -16265,6 +16521,22 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
|
|
|
16265
16521
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
16266
16522
|
}, z.core.$strict>>;
|
|
16267
16523
|
}, z.core.$strict>>;
|
|
16524
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
16525
|
+
defaultMode: z.ZodEnum<{
|
|
16526
|
+
"cms-managed": "cms-managed";
|
|
16527
|
+
"system-managed": "system-managed";
|
|
16528
|
+
}>;
|
|
16529
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
16530
|
+
class: "class";
|
|
16531
|
+
workshop: "workshop";
|
|
16532
|
+
retreat: "retreat";
|
|
16533
|
+
performance: "performance";
|
|
16534
|
+
event: "event";
|
|
16535
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
16536
|
+
"cms-managed": "cms-managed";
|
|
16537
|
+
"system-managed": "system-managed";
|
|
16538
|
+
}>>>;
|
|
16539
|
+
}, z.core.$strict>>;
|
|
16268
16540
|
}, z.core.$strict>;
|
|
16269
16541
|
}, z.core.$strict>, z.ZodObject<{
|
|
16270
16542
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -16703,8 +16975,8 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
|
|
|
16703
16975
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
16704
16976
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
16705
16977
|
in_person: "in_person";
|
|
16706
|
-
online: "online";
|
|
16707
16978
|
hybrid: "hybrid";
|
|
16979
|
+
online: "online";
|
|
16708
16980
|
}>>;
|
|
16709
16981
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
16710
16982
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -16925,10 +17197,10 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
|
|
|
16925
17197
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
16926
17198
|
status: z.ZodDefault<z.ZodEnum<{
|
|
16927
17199
|
active: "active";
|
|
16928
|
-
paused: "paused";
|
|
16929
|
-
canceled: "canceled";
|
|
16930
|
-
past_due: "past_due";
|
|
16931
17200
|
trialing: "trialing";
|
|
17201
|
+
past_due: "past_due";
|
|
17202
|
+
canceled: "canceled";
|
|
17203
|
+
paused: "paused";
|
|
16932
17204
|
}>>;
|
|
16933
17205
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16934
17206
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -17035,9 +17307,9 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
|
|
|
17035
17307
|
durationMinutes: z.ZodNumber;
|
|
17036
17308
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
17037
17309
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
17310
|
+
virtual: "virtual";
|
|
17038
17311
|
in_person: "in_person";
|
|
17039
17312
|
hybrid: "hybrid";
|
|
17040
|
-
virtual: "virtual";
|
|
17041
17313
|
}>>;
|
|
17042
17314
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17043
17315
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -17054,9 +17326,9 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
|
|
|
17054
17326
|
durationMinutes: z.ZodNumber;
|
|
17055
17327
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
17056
17328
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
17329
|
+
virtual: "virtual";
|
|
17057
17330
|
in_person: "in_person";
|
|
17058
17331
|
hybrid: "hybrid";
|
|
17059
|
-
virtual: "virtual";
|
|
17060
17332
|
}>>;
|
|
17061
17333
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17062
17334
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -17073,9 +17345,9 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
|
|
|
17073
17345
|
durationMinutes: z.ZodNumber;
|
|
17074
17346
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
17075
17347
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
17348
|
+
virtual: "virtual";
|
|
17076
17349
|
in_person: "in_person";
|
|
17077
17350
|
hybrid: "hybrid";
|
|
17078
|
-
virtual: "virtual";
|
|
17079
17351
|
}>>;
|
|
17080
17352
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17081
17353
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -17212,6 +17484,22 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
|
|
|
17212
17484
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
17213
17485
|
}, z.core.$strict>>;
|
|
17214
17486
|
}, z.core.$strict>>;
|
|
17487
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
17488
|
+
defaultMode: z.ZodEnum<{
|
|
17489
|
+
"cms-managed": "cms-managed";
|
|
17490
|
+
"system-managed": "system-managed";
|
|
17491
|
+
}>;
|
|
17492
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
17493
|
+
class: "class";
|
|
17494
|
+
workshop: "workshop";
|
|
17495
|
+
retreat: "retreat";
|
|
17496
|
+
performance: "performance";
|
|
17497
|
+
event: "event";
|
|
17498
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
17499
|
+
"cms-managed": "cms-managed";
|
|
17500
|
+
"system-managed": "system-managed";
|
|
17501
|
+
}>>>;
|
|
17502
|
+
}, z.core.$strict>>;
|
|
17215
17503
|
}, z.core.$strict>;
|
|
17216
17504
|
}, z.core.$strict>, z.ZodObject<{
|
|
17217
17505
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -17650,8 +17938,8 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
|
|
|
17650
17938
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
17651
17939
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
17652
17940
|
in_person: "in_person";
|
|
17653
|
-
online: "online";
|
|
17654
17941
|
hybrid: "hybrid";
|
|
17942
|
+
online: "online";
|
|
17655
17943
|
}>>;
|
|
17656
17944
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
17657
17945
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -17872,10 +18160,10 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
|
|
|
17872
18160
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
17873
18161
|
status: z.ZodDefault<z.ZodEnum<{
|
|
17874
18162
|
active: "active";
|
|
17875
|
-
paused: "paused";
|
|
17876
|
-
canceled: "canceled";
|
|
17877
|
-
past_due: "past_due";
|
|
17878
18163
|
trialing: "trialing";
|
|
18164
|
+
past_due: "past_due";
|
|
18165
|
+
canceled: "canceled";
|
|
18166
|
+
paused: "paused";
|
|
17879
18167
|
}>>;
|
|
17880
18168
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17881
18169
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -17982,9 +18270,9 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
|
|
|
17982
18270
|
durationMinutes: z.ZodNumber;
|
|
17983
18271
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
17984
18272
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
18273
|
+
virtual: "virtual";
|
|
17985
18274
|
in_person: "in_person";
|
|
17986
18275
|
hybrid: "hybrid";
|
|
17987
|
-
virtual: "virtual";
|
|
17988
18276
|
}>>;
|
|
17989
18277
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17990
18278
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -18001,9 +18289,9 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
|
|
|
18001
18289
|
durationMinutes: z.ZodNumber;
|
|
18002
18290
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
18003
18291
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
18292
|
+
virtual: "virtual";
|
|
18004
18293
|
in_person: "in_person";
|
|
18005
18294
|
hybrid: "hybrid";
|
|
18006
|
-
virtual: "virtual";
|
|
18007
18295
|
}>>;
|
|
18008
18296
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18009
18297
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -18020,9 +18308,9 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
|
|
|
18020
18308
|
durationMinutes: z.ZodNumber;
|
|
18021
18309
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
18022
18310
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
18311
|
+
virtual: "virtual";
|
|
18023
18312
|
in_person: "in_person";
|
|
18024
18313
|
hybrid: "hybrid";
|
|
18025
|
-
virtual: "virtual";
|
|
18026
18314
|
}>>;
|
|
18027
18315
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18028
18316
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -18159,6 +18447,22 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
|
|
|
18159
18447
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
18160
18448
|
}, z.core.$strict>>;
|
|
18161
18449
|
}, z.core.$strict>>;
|
|
18450
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
18451
|
+
defaultMode: z.ZodEnum<{
|
|
18452
|
+
"cms-managed": "cms-managed";
|
|
18453
|
+
"system-managed": "system-managed";
|
|
18454
|
+
}>;
|
|
18455
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
18456
|
+
class: "class";
|
|
18457
|
+
workshop: "workshop";
|
|
18458
|
+
retreat: "retreat";
|
|
18459
|
+
performance: "performance";
|
|
18460
|
+
event: "event";
|
|
18461
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
18462
|
+
"cms-managed": "cms-managed";
|
|
18463
|
+
"system-managed": "system-managed";
|
|
18464
|
+
}>>>;
|
|
18465
|
+
}, z.core.$strict>>;
|
|
18162
18466
|
}, z.core.$strict>;
|
|
18163
18467
|
}, z.core.$strict>, z.ZodObject<{
|
|
18164
18468
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -18597,8 +18901,8 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
|
|
|
18597
18901
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
18598
18902
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
18599
18903
|
in_person: "in_person";
|
|
18600
|
-
online: "online";
|
|
18601
18904
|
hybrid: "hybrid";
|
|
18905
|
+
online: "online";
|
|
18602
18906
|
}>>;
|
|
18603
18907
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
18604
18908
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -18819,10 +19123,10 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
|
|
|
18819
19123
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
18820
19124
|
status: z.ZodDefault<z.ZodEnum<{
|
|
18821
19125
|
active: "active";
|
|
18822
|
-
paused: "paused";
|
|
18823
|
-
canceled: "canceled";
|
|
18824
|
-
past_due: "past_due";
|
|
18825
19126
|
trialing: "trialing";
|
|
19127
|
+
past_due: "past_due";
|
|
19128
|
+
canceled: "canceled";
|
|
19129
|
+
paused: "paused";
|
|
18826
19130
|
}>>;
|
|
18827
19131
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18828
19132
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -18929,9 +19233,9 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
|
|
|
18929
19233
|
durationMinutes: z.ZodNumber;
|
|
18930
19234
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
18931
19235
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
19236
|
+
virtual: "virtual";
|
|
18932
19237
|
in_person: "in_person";
|
|
18933
19238
|
hybrid: "hybrid";
|
|
18934
|
-
virtual: "virtual";
|
|
18935
19239
|
}>>;
|
|
18936
19240
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18937
19241
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -18948,9 +19252,9 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
|
|
|
18948
19252
|
durationMinutes: z.ZodNumber;
|
|
18949
19253
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
18950
19254
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
19255
|
+
virtual: "virtual";
|
|
18951
19256
|
in_person: "in_person";
|
|
18952
19257
|
hybrid: "hybrid";
|
|
18953
|
-
virtual: "virtual";
|
|
18954
19258
|
}>>;
|
|
18955
19259
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18956
19260
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -18967,9 +19271,9 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
|
|
|
18967
19271
|
durationMinutes: z.ZodNumber;
|
|
18968
19272
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
18969
19273
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
19274
|
+
virtual: "virtual";
|
|
18970
19275
|
in_person: "in_person";
|
|
18971
19276
|
hybrid: "hybrid";
|
|
18972
|
-
virtual: "virtual";
|
|
18973
19277
|
}>>;
|
|
18974
19278
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18975
19279
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -19102,6 +19406,22 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
19102
19406
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
19103
19407
|
}, z.core.$strict>>;
|
|
19104
19408
|
}, z.core.$strict>>;
|
|
19409
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
19410
|
+
defaultMode: z.ZodEnum<{
|
|
19411
|
+
"cms-managed": "cms-managed";
|
|
19412
|
+
"system-managed": "system-managed";
|
|
19413
|
+
}>;
|
|
19414
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
19415
|
+
class: "class";
|
|
19416
|
+
workshop: "workshop";
|
|
19417
|
+
retreat: "retreat";
|
|
19418
|
+
performance: "performance";
|
|
19419
|
+
event: "event";
|
|
19420
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
19421
|
+
"cms-managed": "cms-managed";
|
|
19422
|
+
"system-managed": "system-managed";
|
|
19423
|
+
}>>>;
|
|
19424
|
+
}, z.core.$strict>>;
|
|
19105
19425
|
}, z.core.$strict>;
|
|
19106
19426
|
}, z.core.$strict>, z.ZodObject<{
|
|
19107
19427
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -19540,8 +19860,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
19540
19860
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
19541
19861
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
19542
19862
|
in_person: "in_person";
|
|
19543
|
-
online: "online";
|
|
19544
19863
|
hybrid: "hybrid";
|
|
19864
|
+
online: "online";
|
|
19545
19865
|
}>>;
|
|
19546
19866
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
19547
19867
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -19762,10 +20082,10 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
19762
20082
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
19763
20083
|
status: z.ZodDefault<z.ZodEnum<{
|
|
19764
20084
|
active: "active";
|
|
19765
|
-
paused: "paused";
|
|
19766
|
-
canceled: "canceled";
|
|
19767
|
-
past_due: "past_due";
|
|
19768
20085
|
trialing: "trialing";
|
|
20086
|
+
past_due: "past_due";
|
|
20087
|
+
canceled: "canceled";
|
|
20088
|
+
paused: "paused";
|
|
19769
20089
|
}>>;
|
|
19770
20090
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19771
20091
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -19872,9 +20192,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
19872
20192
|
durationMinutes: z.ZodNumber;
|
|
19873
20193
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
19874
20194
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
20195
|
+
virtual: "virtual";
|
|
19875
20196
|
in_person: "in_person";
|
|
19876
20197
|
hybrid: "hybrid";
|
|
19877
|
-
virtual: "virtual";
|
|
19878
20198
|
}>>;
|
|
19879
20199
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19880
20200
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -19891,9 +20211,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
19891
20211
|
durationMinutes: z.ZodNumber;
|
|
19892
20212
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
19893
20213
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
20214
|
+
virtual: "virtual";
|
|
19894
20215
|
in_person: "in_person";
|
|
19895
20216
|
hybrid: "hybrid";
|
|
19896
|
-
virtual: "virtual";
|
|
19897
20217
|
}>>;
|
|
19898
20218
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19899
20219
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -19910,9 +20230,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
19910
20230
|
durationMinutes: z.ZodNumber;
|
|
19911
20231
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
19912
20232
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
20233
|
+
virtual: "virtual";
|
|
19913
20234
|
in_person: "in_person";
|
|
19914
20235
|
hybrid: "hybrid";
|
|
19915
|
-
virtual: "virtual";
|
|
19916
20236
|
}>>;
|
|
19917
20237
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19918
20238
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -20060,6 +20380,22 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
20060
20380
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
20061
20381
|
}, z.core.$strict>>;
|
|
20062
20382
|
}, z.core.$strict>>;
|
|
20383
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
20384
|
+
defaultMode: z.ZodEnum<{
|
|
20385
|
+
"cms-managed": "cms-managed";
|
|
20386
|
+
"system-managed": "system-managed";
|
|
20387
|
+
}>;
|
|
20388
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
20389
|
+
class: "class";
|
|
20390
|
+
workshop: "workshop";
|
|
20391
|
+
retreat: "retreat";
|
|
20392
|
+
performance: "performance";
|
|
20393
|
+
event: "event";
|
|
20394
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
20395
|
+
"cms-managed": "cms-managed";
|
|
20396
|
+
"system-managed": "system-managed";
|
|
20397
|
+
}>>>;
|
|
20398
|
+
}, z.core.$strict>>;
|
|
20063
20399
|
}, z.core.$strict>;
|
|
20064
20400
|
}, z.core.$strict>, z.ZodObject<{
|
|
20065
20401
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -20498,8 +20834,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
20498
20834
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
20499
20835
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
20500
20836
|
in_person: "in_person";
|
|
20501
|
-
online: "online";
|
|
20502
20837
|
hybrid: "hybrid";
|
|
20838
|
+
online: "online";
|
|
20503
20839
|
}>>;
|
|
20504
20840
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
20505
20841
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -20720,10 +21056,10 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
20720
21056
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
20721
21057
|
status: z.ZodDefault<z.ZodEnum<{
|
|
20722
21058
|
active: "active";
|
|
20723
|
-
paused: "paused";
|
|
20724
|
-
canceled: "canceled";
|
|
20725
|
-
past_due: "past_due";
|
|
20726
21059
|
trialing: "trialing";
|
|
21060
|
+
past_due: "past_due";
|
|
21061
|
+
canceled: "canceled";
|
|
21062
|
+
paused: "paused";
|
|
20727
21063
|
}>>;
|
|
20728
21064
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20729
21065
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -20830,9 +21166,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
20830
21166
|
durationMinutes: z.ZodNumber;
|
|
20831
21167
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
20832
21168
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
21169
|
+
virtual: "virtual";
|
|
20833
21170
|
in_person: "in_person";
|
|
20834
21171
|
hybrid: "hybrid";
|
|
20835
|
-
virtual: "virtual";
|
|
20836
21172
|
}>>;
|
|
20837
21173
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20838
21174
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -20849,9 +21185,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
20849
21185
|
durationMinutes: z.ZodNumber;
|
|
20850
21186
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
20851
21187
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
21188
|
+
virtual: "virtual";
|
|
20852
21189
|
in_person: "in_person";
|
|
20853
21190
|
hybrid: "hybrid";
|
|
20854
|
-
virtual: "virtual";
|
|
20855
21191
|
}>>;
|
|
20856
21192
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20857
21193
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -20868,9 +21204,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
20868
21204
|
durationMinutes: z.ZodNumber;
|
|
20869
21205
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
20870
21206
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
21207
|
+
virtual: "virtual";
|
|
20871
21208
|
in_person: "in_person";
|
|
20872
21209
|
hybrid: "hybrid";
|
|
20873
|
-
virtual: "virtual";
|
|
20874
21210
|
}>>;
|
|
20875
21211
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20876
21212
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -21006,6 +21342,22 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21006
21342
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
21007
21343
|
}, z.core.$strict>>;
|
|
21008
21344
|
}, z.core.$strict>>;
|
|
21345
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
21346
|
+
defaultMode: z.ZodEnum<{
|
|
21347
|
+
"cms-managed": "cms-managed";
|
|
21348
|
+
"system-managed": "system-managed";
|
|
21349
|
+
}>;
|
|
21350
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
21351
|
+
class: "class";
|
|
21352
|
+
workshop: "workshop";
|
|
21353
|
+
retreat: "retreat";
|
|
21354
|
+
performance: "performance";
|
|
21355
|
+
event: "event";
|
|
21356
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
21357
|
+
"cms-managed": "cms-managed";
|
|
21358
|
+
"system-managed": "system-managed";
|
|
21359
|
+
}>>>;
|
|
21360
|
+
}, z.core.$strict>>;
|
|
21009
21361
|
}, z.core.$strict>;
|
|
21010
21362
|
}, z.core.$strict>, z.ZodObject<{
|
|
21011
21363
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -21444,8 +21796,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21444
21796
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
21445
21797
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
21446
21798
|
in_person: "in_person";
|
|
21447
|
-
online: "online";
|
|
21448
21799
|
hybrid: "hybrid";
|
|
21800
|
+
online: "online";
|
|
21449
21801
|
}>>;
|
|
21450
21802
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
21451
21803
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -21666,10 +22018,10 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21666
22018
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
21667
22019
|
status: z.ZodDefault<z.ZodEnum<{
|
|
21668
22020
|
active: "active";
|
|
21669
|
-
paused: "paused";
|
|
21670
|
-
canceled: "canceled";
|
|
21671
|
-
past_due: "past_due";
|
|
21672
22021
|
trialing: "trialing";
|
|
22022
|
+
past_due: "past_due";
|
|
22023
|
+
canceled: "canceled";
|
|
22024
|
+
paused: "paused";
|
|
21673
22025
|
}>>;
|
|
21674
22026
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21675
22027
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -21776,9 +22128,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21776
22128
|
durationMinutes: z.ZodNumber;
|
|
21777
22129
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
21778
22130
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
22131
|
+
virtual: "virtual";
|
|
21779
22132
|
in_person: "in_person";
|
|
21780
22133
|
hybrid: "hybrid";
|
|
21781
|
-
virtual: "virtual";
|
|
21782
22134
|
}>>;
|
|
21783
22135
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21784
22136
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -21795,9 +22147,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21795
22147
|
durationMinutes: z.ZodNumber;
|
|
21796
22148
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
21797
22149
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
22150
|
+
virtual: "virtual";
|
|
21798
22151
|
in_person: "in_person";
|
|
21799
22152
|
hybrid: "hybrid";
|
|
21800
|
-
virtual: "virtual";
|
|
21801
22153
|
}>>;
|
|
21802
22154
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21803
22155
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -21814,9 +22166,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21814
22166
|
durationMinutes: z.ZodNumber;
|
|
21815
22167
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
21816
22168
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
22169
|
+
virtual: "virtual";
|
|
21817
22170
|
in_person: "in_person";
|
|
21818
22171
|
hybrid: "hybrid";
|
|
21819
|
-
virtual: "virtual";
|
|
21820
22172
|
}>>;
|
|
21821
22173
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21822
22174
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -21952,6 +22304,22 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21952
22304
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
21953
22305
|
}, z.core.$strict>>;
|
|
21954
22306
|
}, z.core.$strict>>;
|
|
22307
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
22308
|
+
defaultMode: z.ZodEnum<{
|
|
22309
|
+
"cms-managed": "cms-managed";
|
|
22310
|
+
"system-managed": "system-managed";
|
|
22311
|
+
}>;
|
|
22312
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
22313
|
+
class: "class";
|
|
22314
|
+
workshop: "workshop";
|
|
22315
|
+
retreat: "retreat";
|
|
22316
|
+
performance: "performance";
|
|
22317
|
+
event: "event";
|
|
22318
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
22319
|
+
"cms-managed": "cms-managed";
|
|
22320
|
+
"system-managed": "system-managed";
|
|
22321
|
+
}>>>;
|
|
22322
|
+
}, z.core.$strict>>;
|
|
21955
22323
|
}, z.core.$strict>;
|
|
21956
22324
|
}, z.core.$strict>, z.ZodObject<{
|
|
21957
22325
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -22390,8 +22758,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
22390
22758
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
22391
22759
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
22392
22760
|
in_person: "in_person";
|
|
22393
|
-
online: "online";
|
|
22394
22761
|
hybrid: "hybrid";
|
|
22762
|
+
online: "online";
|
|
22395
22763
|
}>>;
|
|
22396
22764
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
22397
22765
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -22612,10 +22980,10 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
22612
22980
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
22613
22981
|
status: z.ZodDefault<z.ZodEnum<{
|
|
22614
22982
|
active: "active";
|
|
22615
|
-
paused: "paused";
|
|
22616
|
-
canceled: "canceled";
|
|
22617
|
-
past_due: "past_due";
|
|
22618
22983
|
trialing: "trialing";
|
|
22984
|
+
past_due: "past_due";
|
|
22985
|
+
canceled: "canceled";
|
|
22986
|
+
paused: "paused";
|
|
22619
22987
|
}>>;
|
|
22620
22988
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22621
22989
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -22722,9 +23090,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
22722
23090
|
durationMinutes: z.ZodNumber;
|
|
22723
23091
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
22724
23092
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
23093
|
+
virtual: "virtual";
|
|
22725
23094
|
in_person: "in_person";
|
|
22726
23095
|
hybrid: "hybrid";
|
|
22727
|
-
virtual: "virtual";
|
|
22728
23096
|
}>>;
|
|
22729
23097
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22730
23098
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -22741,9 +23109,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
22741
23109
|
durationMinutes: z.ZodNumber;
|
|
22742
23110
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
22743
23111
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
23112
|
+
virtual: "virtual";
|
|
22744
23113
|
in_person: "in_person";
|
|
22745
23114
|
hybrid: "hybrid";
|
|
22746
|
-
virtual: "virtual";
|
|
22747
23115
|
}>>;
|
|
22748
23116
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22749
23117
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -22760,9 +23128,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
22760
23128
|
durationMinutes: z.ZodNumber;
|
|
22761
23129
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
22762
23130
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
23131
|
+
virtual: "virtual";
|
|
22763
23132
|
in_person: "in_person";
|
|
22764
23133
|
hybrid: "hybrid";
|
|
22765
|
-
virtual: "virtual";
|
|
22766
23134
|
}>>;
|
|
22767
23135
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22768
23136
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -22898,6 +23266,22 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
22898
23266
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
22899
23267
|
}, z.core.$strict>>;
|
|
22900
23268
|
}, z.core.$strict>>;
|
|
23269
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
23270
|
+
defaultMode: z.ZodEnum<{
|
|
23271
|
+
"cms-managed": "cms-managed";
|
|
23272
|
+
"system-managed": "system-managed";
|
|
23273
|
+
}>;
|
|
23274
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
23275
|
+
class: "class";
|
|
23276
|
+
workshop: "workshop";
|
|
23277
|
+
retreat: "retreat";
|
|
23278
|
+
performance: "performance";
|
|
23279
|
+
event: "event";
|
|
23280
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
23281
|
+
"cms-managed": "cms-managed";
|
|
23282
|
+
"system-managed": "system-managed";
|
|
23283
|
+
}>>>;
|
|
23284
|
+
}, z.core.$strict>>;
|
|
22901
23285
|
}, z.core.$strict>;
|
|
22902
23286
|
}, z.core.$strict>, z.ZodObject<{
|
|
22903
23287
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -23336,8 +23720,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
23336
23720
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
23337
23721
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
23338
23722
|
in_person: "in_person";
|
|
23339
|
-
online: "online";
|
|
23340
23723
|
hybrid: "hybrid";
|
|
23724
|
+
online: "online";
|
|
23341
23725
|
}>>;
|
|
23342
23726
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
23343
23727
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -23558,10 +23942,10 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
23558
23942
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
23559
23943
|
status: z.ZodDefault<z.ZodEnum<{
|
|
23560
23944
|
active: "active";
|
|
23561
|
-
paused: "paused";
|
|
23562
|
-
canceled: "canceled";
|
|
23563
|
-
past_due: "past_due";
|
|
23564
23945
|
trialing: "trialing";
|
|
23946
|
+
past_due: "past_due";
|
|
23947
|
+
canceled: "canceled";
|
|
23948
|
+
paused: "paused";
|
|
23565
23949
|
}>>;
|
|
23566
23950
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23567
23951
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -23668,9 +24052,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
23668
24052
|
durationMinutes: z.ZodNumber;
|
|
23669
24053
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
23670
24054
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
24055
|
+
virtual: "virtual";
|
|
23671
24056
|
in_person: "in_person";
|
|
23672
24057
|
hybrid: "hybrid";
|
|
23673
|
-
virtual: "virtual";
|
|
23674
24058
|
}>>;
|
|
23675
24059
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23676
24060
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -23687,9 +24071,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
23687
24071
|
durationMinutes: z.ZodNumber;
|
|
23688
24072
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
23689
24073
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
24074
|
+
virtual: "virtual";
|
|
23690
24075
|
in_person: "in_person";
|
|
23691
24076
|
hybrid: "hybrid";
|
|
23692
|
-
virtual: "virtual";
|
|
23693
24077
|
}>>;
|
|
23694
24078
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23695
24079
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -23706,9 +24090,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
23706
24090
|
durationMinutes: z.ZodNumber;
|
|
23707
24091
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
23708
24092
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
24093
|
+
virtual: "virtual";
|
|
23709
24094
|
in_person: "in_person";
|
|
23710
24095
|
hybrid: "hybrid";
|
|
23711
|
-
virtual: "virtual";
|
|
23712
24096
|
}>>;
|
|
23713
24097
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23714
24098
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -23844,6 +24228,22 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
23844
24228
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
23845
24229
|
}, z.core.$strict>>;
|
|
23846
24230
|
}, z.core.$strict>>;
|
|
24231
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
24232
|
+
defaultMode: z.ZodEnum<{
|
|
24233
|
+
"cms-managed": "cms-managed";
|
|
24234
|
+
"system-managed": "system-managed";
|
|
24235
|
+
}>;
|
|
24236
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
24237
|
+
class: "class";
|
|
24238
|
+
workshop: "workshop";
|
|
24239
|
+
retreat: "retreat";
|
|
24240
|
+
performance: "performance";
|
|
24241
|
+
event: "event";
|
|
24242
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
24243
|
+
"cms-managed": "cms-managed";
|
|
24244
|
+
"system-managed": "system-managed";
|
|
24245
|
+
}>>>;
|
|
24246
|
+
}, z.core.$strict>>;
|
|
23847
24247
|
}, z.core.$strict>;
|
|
23848
24248
|
}, z.core.$strict>, z.ZodObject<{
|
|
23849
24249
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -24282,8 +24682,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
24282
24682
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
24283
24683
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
24284
24684
|
in_person: "in_person";
|
|
24285
|
-
online: "online";
|
|
24286
24685
|
hybrid: "hybrid";
|
|
24686
|
+
online: "online";
|
|
24287
24687
|
}>>;
|
|
24288
24688
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
24289
24689
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -24504,10 +24904,10 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
24504
24904
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
24505
24905
|
status: z.ZodDefault<z.ZodEnum<{
|
|
24506
24906
|
active: "active";
|
|
24507
|
-
paused: "paused";
|
|
24508
|
-
canceled: "canceled";
|
|
24509
|
-
past_due: "past_due";
|
|
24510
24907
|
trialing: "trialing";
|
|
24908
|
+
past_due: "past_due";
|
|
24909
|
+
canceled: "canceled";
|
|
24910
|
+
paused: "paused";
|
|
24511
24911
|
}>>;
|
|
24512
24912
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24513
24913
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -24614,9 +25014,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
24614
25014
|
durationMinutes: z.ZodNumber;
|
|
24615
25015
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
24616
25016
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
25017
|
+
virtual: "virtual";
|
|
24617
25018
|
in_person: "in_person";
|
|
24618
25019
|
hybrid: "hybrid";
|
|
24619
|
-
virtual: "virtual";
|
|
24620
25020
|
}>>;
|
|
24621
25021
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24622
25022
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -24633,9 +25033,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
24633
25033
|
durationMinutes: z.ZodNumber;
|
|
24634
25034
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
24635
25035
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
25036
|
+
virtual: "virtual";
|
|
24636
25037
|
in_person: "in_person";
|
|
24637
25038
|
hybrid: "hybrid";
|
|
24638
|
-
virtual: "virtual";
|
|
24639
25039
|
}>>;
|
|
24640
25040
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24641
25041
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -24652,9 +25052,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
24652
25052
|
durationMinutes: z.ZodNumber;
|
|
24653
25053
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
24654
25054
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
25055
|
+
virtual: "virtual";
|
|
24655
25056
|
in_person: "in_person";
|
|
24656
25057
|
hybrid: "hybrid";
|
|
24657
|
-
virtual: "virtual";
|
|
24658
25058
|
}>>;
|
|
24659
25059
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24660
25060
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -24802,6 +25202,22 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
24802
25202
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
24803
25203
|
}, z.core.$strict>>;
|
|
24804
25204
|
}, z.core.$strict>>;
|
|
25205
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
25206
|
+
defaultMode: z.ZodEnum<{
|
|
25207
|
+
"cms-managed": "cms-managed";
|
|
25208
|
+
"system-managed": "system-managed";
|
|
25209
|
+
}>;
|
|
25210
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
25211
|
+
class: "class";
|
|
25212
|
+
workshop: "workshop";
|
|
25213
|
+
retreat: "retreat";
|
|
25214
|
+
performance: "performance";
|
|
25215
|
+
event: "event";
|
|
25216
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
25217
|
+
"cms-managed": "cms-managed";
|
|
25218
|
+
"system-managed": "system-managed";
|
|
25219
|
+
}>>>;
|
|
25220
|
+
}, z.core.$strict>>;
|
|
24805
25221
|
}, z.core.$strict>;
|
|
24806
25222
|
}, z.core.$strict>, z.ZodObject<{
|
|
24807
25223
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -25240,8 +25656,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
25240
25656
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
25241
25657
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
25242
25658
|
in_person: "in_person";
|
|
25243
|
-
online: "online";
|
|
25244
25659
|
hybrid: "hybrid";
|
|
25660
|
+
online: "online";
|
|
25245
25661
|
}>>;
|
|
25246
25662
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
25247
25663
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -25462,10 +25878,10 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
25462
25878
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
25463
25879
|
status: z.ZodDefault<z.ZodEnum<{
|
|
25464
25880
|
active: "active";
|
|
25465
|
-
paused: "paused";
|
|
25466
|
-
canceled: "canceled";
|
|
25467
|
-
past_due: "past_due";
|
|
25468
25881
|
trialing: "trialing";
|
|
25882
|
+
past_due: "past_due";
|
|
25883
|
+
canceled: "canceled";
|
|
25884
|
+
paused: "paused";
|
|
25469
25885
|
}>>;
|
|
25470
25886
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25471
25887
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -25572,9 +25988,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
25572
25988
|
durationMinutes: z.ZodNumber;
|
|
25573
25989
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
25574
25990
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
25991
|
+
virtual: "virtual";
|
|
25575
25992
|
in_person: "in_person";
|
|
25576
25993
|
hybrid: "hybrid";
|
|
25577
|
-
virtual: "virtual";
|
|
25578
25994
|
}>>;
|
|
25579
25995
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25580
25996
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -25591,9 +26007,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
25591
26007
|
durationMinutes: z.ZodNumber;
|
|
25592
26008
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
25593
26009
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
26010
|
+
virtual: "virtual";
|
|
25594
26011
|
in_person: "in_person";
|
|
25595
26012
|
hybrid: "hybrid";
|
|
25596
|
-
virtual: "virtual";
|
|
25597
26013
|
}>>;
|
|
25598
26014
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25599
26015
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -25610,9 +26026,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
25610
26026
|
durationMinutes: z.ZodNumber;
|
|
25611
26027
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
25612
26028
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
26029
|
+
virtual: "virtual";
|
|
25613
26030
|
in_person: "in_person";
|
|
25614
26031
|
hybrid: "hybrid";
|
|
25615
|
-
virtual: "virtual";
|
|
25616
26032
|
}>>;
|
|
25617
26033
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25618
26034
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -25748,6 +26164,22 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
25748
26164
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
25749
26165
|
}, z.core.$strict>>;
|
|
25750
26166
|
}, z.core.$strict>>;
|
|
26167
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
26168
|
+
defaultMode: z.ZodEnum<{
|
|
26169
|
+
"cms-managed": "cms-managed";
|
|
26170
|
+
"system-managed": "system-managed";
|
|
26171
|
+
}>;
|
|
26172
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
26173
|
+
class: "class";
|
|
26174
|
+
workshop: "workshop";
|
|
26175
|
+
retreat: "retreat";
|
|
26176
|
+
performance: "performance";
|
|
26177
|
+
event: "event";
|
|
26178
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
26179
|
+
"cms-managed": "cms-managed";
|
|
26180
|
+
"system-managed": "system-managed";
|
|
26181
|
+
}>>>;
|
|
26182
|
+
}, z.core.$strict>>;
|
|
25751
26183
|
}, z.core.$strict>;
|
|
25752
26184
|
}, z.core.$strict>, z.ZodObject<{
|
|
25753
26185
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -26186,8 +26618,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26186
26618
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
26187
26619
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
26188
26620
|
in_person: "in_person";
|
|
26189
|
-
online: "online";
|
|
26190
26621
|
hybrid: "hybrid";
|
|
26622
|
+
online: "online";
|
|
26191
26623
|
}>>;
|
|
26192
26624
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
26193
26625
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -26408,10 +26840,10 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26408
26840
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
26409
26841
|
status: z.ZodDefault<z.ZodEnum<{
|
|
26410
26842
|
active: "active";
|
|
26411
|
-
paused: "paused";
|
|
26412
|
-
canceled: "canceled";
|
|
26413
|
-
past_due: "past_due";
|
|
26414
26843
|
trialing: "trialing";
|
|
26844
|
+
past_due: "past_due";
|
|
26845
|
+
canceled: "canceled";
|
|
26846
|
+
paused: "paused";
|
|
26415
26847
|
}>>;
|
|
26416
26848
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26417
26849
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -26518,9 +26950,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26518
26950
|
durationMinutes: z.ZodNumber;
|
|
26519
26951
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
26520
26952
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
26953
|
+
virtual: "virtual";
|
|
26521
26954
|
in_person: "in_person";
|
|
26522
26955
|
hybrid: "hybrid";
|
|
26523
|
-
virtual: "virtual";
|
|
26524
26956
|
}>>;
|
|
26525
26957
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26526
26958
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -26537,9 +26969,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26537
26969
|
durationMinutes: z.ZodNumber;
|
|
26538
26970
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
26539
26971
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
26972
|
+
virtual: "virtual";
|
|
26540
26973
|
in_person: "in_person";
|
|
26541
26974
|
hybrid: "hybrid";
|
|
26542
|
-
virtual: "virtual";
|
|
26543
26975
|
}>>;
|
|
26544
26976
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26545
26977
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -26556,9 +26988,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26556
26988
|
durationMinutes: z.ZodNumber;
|
|
26557
26989
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
26558
26990
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
26991
|
+
virtual: "virtual";
|
|
26559
26992
|
in_person: "in_person";
|
|
26560
26993
|
hybrid: "hybrid";
|
|
26561
|
-
virtual: "virtual";
|
|
26562
26994
|
}>>;
|
|
26563
26995
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26564
26996
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -26694,6 +27126,22 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26694
27126
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
26695
27127
|
}, z.core.$strict>>;
|
|
26696
27128
|
}, z.core.$strict>>;
|
|
27129
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
27130
|
+
defaultMode: z.ZodEnum<{
|
|
27131
|
+
"cms-managed": "cms-managed";
|
|
27132
|
+
"system-managed": "system-managed";
|
|
27133
|
+
}>;
|
|
27134
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
27135
|
+
class: "class";
|
|
27136
|
+
workshop: "workshop";
|
|
27137
|
+
retreat: "retreat";
|
|
27138
|
+
performance: "performance";
|
|
27139
|
+
event: "event";
|
|
27140
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
27141
|
+
"cms-managed": "cms-managed";
|
|
27142
|
+
"system-managed": "system-managed";
|
|
27143
|
+
}>>>;
|
|
27144
|
+
}, z.core.$strict>>;
|
|
26697
27145
|
}, z.core.$strict>;
|
|
26698
27146
|
}, z.core.$strict>, z.ZodObject<{
|
|
26699
27147
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -27132,8 +27580,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
27132
27580
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
27133
27581
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
27134
27582
|
in_person: "in_person";
|
|
27135
|
-
online: "online";
|
|
27136
27583
|
hybrid: "hybrid";
|
|
27584
|
+
online: "online";
|
|
27137
27585
|
}>>;
|
|
27138
27586
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
27139
27587
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -27354,10 +27802,10 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
27354
27802
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
27355
27803
|
status: z.ZodDefault<z.ZodEnum<{
|
|
27356
27804
|
active: "active";
|
|
27357
|
-
paused: "paused";
|
|
27358
|
-
canceled: "canceled";
|
|
27359
|
-
past_due: "past_due";
|
|
27360
27805
|
trialing: "trialing";
|
|
27806
|
+
past_due: "past_due";
|
|
27807
|
+
canceled: "canceled";
|
|
27808
|
+
paused: "paused";
|
|
27361
27809
|
}>>;
|
|
27362
27810
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27363
27811
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -27464,9 +27912,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
27464
27912
|
durationMinutes: z.ZodNumber;
|
|
27465
27913
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
27466
27914
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
27915
|
+
virtual: "virtual";
|
|
27467
27916
|
in_person: "in_person";
|
|
27468
27917
|
hybrid: "hybrid";
|
|
27469
|
-
virtual: "virtual";
|
|
27470
27918
|
}>>;
|
|
27471
27919
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27472
27920
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -27483,9 +27931,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
27483
27931
|
durationMinutes: z.ZodNumber;
|
|
27484
27932
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
27485
27933
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
27934
|
+
virtual: "virtual";
|
|
27486
27935
|
in_person: "in_person";
|
|
27487
27936
|
hybrid: "hybrid";
|
|
27488
|
-
virtual: "virtual";
|
|
27489
27937
|
}>>;
|
|
27490
27938
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27491
27939
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -27502,9 +27950,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
27502
27950
|
durationMinutes: z.ZodNumber;
|
|
27503
27951
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
27504
27952
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
27953
|
+
virtual: "virtual";
|
|
27505
27954
|
in_person: "in_person";
|
|
27506
27955
|
hybrid: "hybrid";
|
|
27507
|
-
virtual: "virtual";
|
|
27508
27956
|
}>>;
|
|
27509
27957
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27510
27958
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -27640,6 +28088,22 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
27640
28088
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
27641
28089
|
}, z.core.$strict>>;
|
|
27642
28090
|
}, z.core.$strict>>;
|
|
28091
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
28092
|
+
defaultMode: z.ZodEnum<{
|
|
28093
|
+
"cms-managed": "cms-managed";
|
|
28094
|
+
"system-managed": "system-managed";
|
|
28095
|
+
}>;
|
|
28096
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
28097
|
+
class: "class";
|
|
28098
|
+
workshop: "workshop";
|
|
28099
|
+
retreat: "retreat";
|
|
28100
|
+
performance: "performance";
|
|
28101
|
+
event: "event";
|
|
28102
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
28103
|
+
"cms-managed": "cms-managed";
|
|
28104
|
+
"system-managed": "system-managed";
|
|
28105
|
+
}>>>;
|
|
28106
|
+
}, z.core.$strict>>;
|
|
27643
28107
|
}, z.core.$strict>;
|
|
27644
28108
|
}, z.core.$strict>, z.ZodObject<{
|
|
27645
28109
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -28078,8 +28542,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
28078
28542
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
28079
28543
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
28080
28544
|
in_person: "in_person";
|
|
28081
|
-
online: "online";
|
|
28082
28545
|
hybrid: "hybrid";
|
|
28546
|
+
online: "online";
|
|
28083
28547
|
}>>;
|
|
28084
28548
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
28085
28549
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -28300,10 +28764,10 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
28300
28764
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
28301
28765
|
status: z.ZodDefault<z.ZodEnum<{
|
|
28302
28766
|
active: "active";
|
|
28303
|
-
paused: "paused";
|
|
28304
|
-
canceled: "canceled";
|
|
28305
|
-
past_due: "past_due";
|
|
28306
28767
|
trialing: "trialing";
|
|
28768
|
+
past_due: "past_due";
|
|
28769
|
+
canceled: "canceled";
|
|
28770
|
+
paused: "paused";
|
|
28307
28771
|
}>>;
|
|
28308
28772
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28309
28773
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -28410,9 +28874,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
28410
28874
|
durationMinutes: z.ZodNumber;
|
|
28411
28875
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
28412
28876
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
28877
|
+
virtual: "virtual";
|
|
28413
28878
|
in_person: "in_person";
|
|
28414
28879
|
hybrid: "hybrid";
|
|
28415
|
-
virtual: "virtual";
|
|
28416
28880
|
}>>;
|
|
28417
28881
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28418
28882
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -28429,9 +28893,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
28429
28893
|
durationMinutes: z.ZodNumber;
|
|
28430
28894
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
28431
28895
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
28896
|
+
virtual: "virtual";
|
|
28432
28897
|
in_person: "in_person";
|
|
28433
28898
|
hybrid: "hybrid";
|
|
28434
|
-
virtual: "virtual";
|
|
28435
28899
|
}>>;
|
|
28436
28900
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28437
28901
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -28448,9 +28912,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
28448
28912
|
durationMinutes: z.ZodNumber;
|
|
28449
28913
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
28450
28914
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
28915
|
+
virtual: "virtual";
|
|
28451
28916
|
in_person: "in_person";
|
|
28452
28917
|
hybrid: "hybrid";
|
|
28453
|
-
virtual: "virtual";
|
|
28454
28918
|
}>>;
|
|
28455
28919
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28456
28920
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -28557,6 +29021,22 @@ export declare const proposalToolSchemas: {
|
|
|
28557
29021
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
28558
29022
|
}, z.core.$strict>>;
|
|
28559
29023
|
}, z.core.$strict>>;
|
|
29024
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
29025
|
+
defaultMode: z.ZodEnum<{
|
|
29026
|
+
"cms-managed": "cms-managed";
|
|
29027
|
+
"system-managed": "system-managed";
|
|
29028
|
+
}>;
|
|
29029
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
29030
|
+
class: "class";
|
|
29031
|
+
workshop: "workshop";
|
|
29032
|
+
retreat: "retreat";
|
|
29033
|
+
performance: "performance";
|
|
29034
|
+
event: "event";
|
|
29035
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
29036
|
+
"cms-managed": "cms-managed";
|
|
29037
|
+
"system-managed": "system-managed";
|
|
29038
|
+
}>>>;
|
|
29039
|
+
}, z.core.$strict>>;
|
|
28560
29040
|
}, z.core.$strict>;
|
|
28561
29041
|
}, z.core.$strict>, z.ZodObject<{
|
|
28562
29042
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -28995,8 +29475,8 @@ export declare const proposalToolSchemas: {
|
|
|
28995
29475
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
28996
29476
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
28997
29477
|
in_person: "in_person";
|
|
28998
|
-
online: "online";
|
|
28999
29478
|
hybrid: "hybrid";
|
|
29479
|
+
online: "online";
|
|
29000
29480
|
}>>;
|
|
29001
29481
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
29002
29482
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -29217,10 +29697,10 @@ export declare const proposalToolSchemas: {
|
|
|
29217
29697
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
29218
29698
|
status: z.ZodDefault<z.ZodEnum<{
|
|
29219
29699
|
active: "active";
|
|
29220
|
-
paused: "paused";
|
|
29221
|
-
canceled: "canceled";
|
|
29222
|
-
past_due: "past_due";
|
|
29223
29700
|
trialing: "trialing";
|
|
29701
|
+
past_due: "past_due";
|
|
29702
|
+
canceled: "canceled";
|
|
29703
|
+
paused: "paused";
|
|
29224
29704
|
}>>;
|
|
29225
29705
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29226
29706
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -29327,9 +29807,9 @@ export declare const proposalToolSchemas: {
|
|
|
29327
29807
|
durationMinutes: z.ZodNumber;
|
|
29328
29808
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
29329
29809
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
29810
|
+
virtual: "virtual";
|
|
29330
29811
|
in_person: "in_person";
|
|
29331
29812
|
hybrid: "hybrid";
|
|
29332
|
-
virtual: "virtual";
|
|
29333
29813
|
}>>;
|
|
29334
29814
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29335
29815
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -29346,9 +29826,9 @@ export declare const proposalToolSchemas: {
|
|
|
29346
29826
|
durationMinutes: z.ZodNumber;
|
|
29347
29827
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
29348
29828
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
29829
|
+
virtual: "virtual";
|
|
29349
29830
|
in_person: "in_person";
|
|
29350
29831
|
hybrid: "hybrid";
|
|
29351
|
-
virtual: "virtual";
|
|
29352
29832
|
}>>;
|
|
29353
29833
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29354
29834
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -29365,9 +29845,9 @@ export declare const proposalToolSchemas: {
|
|
|
29365
29845
|
durationMinutes: z.ZodNumber;
|
|
29366
29846
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
29367
29847
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
29848
|
+
virtual: "virtual";
|
|
29368
29849
|
in_person: "in_person";
|
|
29369
29850
|
hybrid: "hybrid";
|
|
29370
|
-
virtual: "virtual";
|
|
29371
29851
|
}>>;
|
|
29372
29852
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29373
29853
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -29568,7 +30048,7 @@ export declare const proposalToolSchemas: {
|
|
|
29568
30048
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
29569
30049
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
29570
30050
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
29571
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "
|
|
30051
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "background" | "accent" | "muted" | "border" | "destructive" | "surfaceAlt" | "primaryForeground", import("../../../blocks/src/index").HexColor>>>, {
|
|
29572
30052
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
29573
30053
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
29574
30054
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -29672,6 +30152,22 @@ export declare const proposalToolSchemas: {
|
|
|
29672
30152
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
29673
30153
|
}, z.core.$strict>>;
|
|
29674
30154
|
}, z.core.$strict>>;
|
|
30155
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
30156
|
+
defaultMode: z.ZodEnum<{
|
|
30157
|
+
"cms-managed": "cms-managed";
|
|
30158
|
+
"system-managed": "system-managed";
|
|
30159
|
+
}>;
|
|
30160
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
30161
|
+
class: "class";
|
|
30162
|
+
workshop: "workshop";
|
|
30163
|
+
retreat: "retreat";
|
|
30164
|
+
performance: "performance";
|
|
30165
|
+
event: "event";
|
|
30166
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
30167
|
+
"cms-managed": "cms-managed";
|
|
30168
|
+
"system-managed": "system-managed";
|
|
30169
|
+
}>>>;
|
|
30170
|
+
}, z.core.$strict>>;
|
|
29675
30171
|
}, z.core.$strict>;
|
|
29676
30172
|
}, z.core.$strict>, z.ZodObject<{
|
|
29677
30173
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -30110,8 +30606,8 @@ export declare const proposalToolSchemas: {
|
|
|
30110
30606
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
30111
30607
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
30112
30608
|
in_person: "in_person";
|
|
30113
|
-
online: "online";
|
|
30114
30609
|
hybrid: "hybrid";
|
|
30610
|
+
online: "online";
|
|
30115
30611
|
}>>;
|
|
30116
30612
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
30117
30613
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -30332,10 +30828,10 @@ export declare const proposalToolSchemas: {
|
|
|
30332
30828
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
30333
30829
|
status: z.ZodDefault<z.ZodEnum<{
|
|
30334
30830
|
active: "active";
|
|
30335
|
-
paused: "paused";
|
|
30336
|
-
canceled: "canceled";
|
|
30337
|
-
past_due: "past_due";
|
|
30338
30831
|
trialing: "trialing";
|
|
30832
|
+
past_due: "past_due";
|
|
30833
|
+
canceled: "canceled";
|
|
30834
|
+
paused: "paused";
|
|
30339
30835
|
}>>;
|
|
30340
30836
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30341
30837
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -30442,9 +30938,9 @@ export declare const proposalToolSchemas: {
|
|
|
30442
30938
|
durationMinutes: z.ZodNumber;
|
|
30443
30939
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
30444
30940
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
30941
|
+
virtual: "virtual";
|
|
30445
30942
|
in_person: "in_person";
|
|
30446
30943
|
hybrid: "hybrid";
|
|
30447
|
-
virtual: "virtual";
|
|
30448
30944
|
}>>;
|
|
30449
30945
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30450
30946
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -30461,9 +30957,9 @@ export declare const proposalToolSchemas: {
|
|
|
30461
30957
|
durationMinutes: z.ZodNumber;
|
|
30462
30958
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
30463
30959
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
30960
|
+
virtual: "virtual";
|
|
30464
30961
|
in_person: "in_person";
|
|
30465
30962
|
hybrid: "hybrid";
|
|
30466
|
-
virtual: "virtual";
|
|
30467
30963
|
}>>;
|
|
30468
30964
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30469
30965
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -30480,9 +30976,9 @@ export declare const proposalToolSchemas: {
|
|
|
30480
30976
|
durationMinutes: z.ZodNumber;
|
|
30481
30977
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
30482
30978
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
30979
|
+
virtual: "virtual";
|
|
30483
30980
|
in_person: "in_person";
|
|
30484
30981
|
hybrid: "hybrid";
|
|
30485
|
-
virtual: "virtual";
|
|
30486
30982
|
}>>;
|
|
30487
30983
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30488
30984
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -30549,7 +31045,7 @@ export declare const proposalToolSchemas: {
|
|
|
30549
31045
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
30550
31046
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
30551
31047
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
30552
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "
|
|
31048
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "background" | "accent" | "muted" | "border" | "destructive" | "surfaceAlt" | "primaryForeground", import("../../../blocks/src/index").HexColor>>>, {
|
|
30553
31049
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
30554
31050
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
30555
31051
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -30718,6 +31214,22 @@ export declare const proposalToolSchemas: {
|
|
|
30718
31214
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
30719
31215
|
}, z.core.$strict>>;
|
|
30720
31216
|
}, z.core.$strict>>;
|
|
31217
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
31218
|
+
defaultMode: z.ZodEnum<{
|
|
31219
|
+
"cms-managed": "cms-managed";
|
|
31220
|
+
"system-managed": "system-managed";
|
|
31221
|
+
}>;
|
|
31222
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
31223
|
+
class: "class";
|
|
31224
|
+
workshop: "workshop";
|
|
31225
|
+
retreat: "retreat";
|
|
31226
|
+
performance: "performance";
|
|
31227
|
+
event: "event";
|
|
31228
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
31229
|
+
"cms-managed": "cms-managed";
|
|
31230
|
+
"system-managed": "system-managed";
|
|
31231
|
+
}>>>;
|
|
31232
|
+
}, z.core.$strict>>;
|
|
30721
31233
|
}, z.core.$strict>;
|
|
30722
31234
|
}, z.core.$strict>, z.ZodObject<{
|
|
30723
31235
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -31156,8 +31668,8 @@ export declare const proposalToolSchemas: {
|
|
|
31156
31668
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
31157
31669
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
31158
31670
|
in_person: "in_person";
|
|
31159
|
-
online: "online";
|
|
31160
31671
|
hybrid: "hybrid";
|
|
31672
|
+
online: "online";
|
|
31161
31673
|
}>>;
|
|
31162
31674
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
31163
31675
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -31378,10 +31890,10 @@ export declare const proposalToolSchemas: {
|
|
|
31378
31890
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
31379
31891
|
status: z.ZodDefault<z.ZodEnum<{
|
|
31380
31892
|
active: "active";
|
|
31381
|
-
paused: "paused";
|
|
31382
|
-
canceled: "canceled";
|
|
31383
|
-
past_due: "past_due";
|
|
31384
31893
|
trialing: "trialing";
|
|
31894
|
+
past_due: "past_due";
|
|
31895
|
+
canceled: "canceled";
|
|
31896
|
+
paused: "paused";
|
|
31385
31897
|
}>>;
|
|
31386
31898
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31387
31899
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -31488,9 +32000,9 @@ export declare const proposalToolSchemas: {
|
|
|
31488
32000
|
durationMinutes: z.ZodNumber;
|
|
31489
32001
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
31490
32002
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
32003
|
+
virtual: "virtual";
|
|
31491
32004
|
in_person: "in_person";
|
|
31492
32005
|
hybrid: "hybrid";
|
|
31493
|
-
virtual: "virtual";
|
|
31494
32006
|
}>>;
|
|
31495
32007
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31496
32008
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -31507,9 +32019,9 @@ export declare const proposalToolSchemas: {
|
|
|
31507
32019
|
durationMinutes: z.ZodNumber;
|
|
31508
32020
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
31509
32021
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
32022
|
+
virtual: "virtual";
|
|
31510
32023
|
in_person: "in_person";
|
|
31511
32024
|
hybrid: "hybrid";
|
|
31512
|
-
virtual: "virtual";
|
|
31513
32025
|
}>>;
|
|
31514
32026
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31515
32027
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -31526,9 +32038,9 @@ export declare const proposalToolSchemas: {
|
|
|
31526
32038
|
durationMinutes: z.ZodNumber;
|
|
31527
32039
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
31528
32040
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
32041
|
+
virtual: "virtual";
|
|
31529
32042
|
in_person: "in_person";
|
|
31530
32043
|
hybrid: "hybrid";
|
|
31531
|
-
virtual: "virtual";
|
|
31532
32044
|
}>>;
|
|
31533
32045
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31534
32046
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -31676,6 +32188,22 @@ export declare const proposalToolSchemas: {
|
|
|
31676
32188
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
31677
32189
|
}, z.core.$strict>>;
|
|
31678
32190
|
}, z.core.$strict>>;
|
|
32191
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
32192
|
+
defaultMode: z.ZodEnum<{
|
|
32193
|
+
"cms-managed": "cms-managed";
|
|
32194
|
+
"system-managed": "system-managed";
|
|
32195
|
+
}>;
|
|
32196
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
32197
|
+
class: "class";
|
|
32198
|
+
workshop: "workshop";
|
|
32199
|
+
retreat: "retreat";
|
|
32200
|
+
performance: "performance";
|
|
32201
|
+
event: "event";
|
|
32202
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
32203
|
+
"cms-managed": "cms-managed";
|
|
32204
|
+
"system-managed": "system-managed";
|
|
32205
|
+
}>>>;
|
|
32206
|
+
}, z.core.$strict>>;
|
|
31679
32207
|
}, z.core.$strict>;
|
|
31680
32208
|
}, z.core.$strict>, z.ZodObject<{
|
|
31681
32209
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -32114,8 +32642,8 @@ export declare const proposalToolSchemas: {
|
|
|
32114
32642
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
32115
32643
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
32116
32644
|
in_person: "in_person";
|
|
32117
|
-
online: "online";
|
|
32118
32645
|
hybrid: "hybrid";
|
|
32646
|
+
online: "online";
|
|
32119
32647
|
}>>;
|
|
32120
32648
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
32121
32649
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -32336,10 +32864,10 @@ export declare const proposalToolSchemas: {
|
|
|
32336
32864
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
32337
32865
|
status: z.ZodDefault<z.ZodEnum<{
|
|
32338
32866
|
active: "active";
|
|
32339
|
-
paused: "paused";
|
|
32340
|
-
canceled: "canceled";
|
|
32341
|
-
past_due: "past_due";
|
|
32342
32867
|
trialing: "trialing";
|
|
32868
|
+
past_due: "past_due";
|
|
32869
|
+
canceled: "canceled";
|
|
32870
|
+
paused: "paused";
|
|
32343
32871
|
}>>;
|
|
32344
32872
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32345
32873
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -32446,9 +32974,9 @@ export declare const proposalToolSchemas: {
|
|
|
32446
32974
|
durationMinutes: z.ZodNumber;
|
|
32447
32975
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
32448
32976
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
32977
|
+
virtual: "virtual";
|
|
32449
32978
|
in_person: "in_person";
|
|
32450
32979
|
hybrid: "hybrid";
|
|
32451
|
-
virtual: "virtual";
|
|
32452
32980
|
}>>;
|
|
32453
32981
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32454
32982
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -32465,9 +32993,9 @@ export declare const proposalToolSchemas: {
|
|
|
32465
32993
|
durationMinutes: z.ZodNumber;
|
|
32466
32994
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
32467
32995
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
32996
|
+
virtual: "virtual";
|
|
32468
32997
|
in_person: "in_person";
|
|
32469
32998
|
hybrid: "hybrid";
|
|
32470
|
-
virtual: "virtual";
|
|
32471
32999
|
}>>;
|
|
32472
33000
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32473
33001
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -32484,9 +33012,9 @@ export declare const proposalToolSchemas: {
|
|
|
32484
33012
|
durationMinutes: z.ZodNumber;
|
|
32485
33013
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
32486
33014
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
33015
|
+
virtual: "virtual";
|
|
32487
33016
|
in_person: "in_person";
|
|
32488
33017
|
hybrid: "hybrid";
|
|
32489
|
-
virtual: "virtual";
|
|
32490
33018
|
}>>;
|
|
32491
33019
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32492
33020
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -32622,6 +33150,22 @@ export declare const proposalToolSchemas: {
|
|
|
32622
33150
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
32623
33151
|
}, z.core.$strict>>;
|
|
32624
33152
|
}, z.core.$strict>>;
|
|
33153
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
33154
|
+
defaultMode: z.ZodEnum<{
|
|
33155
|
+
"cms-managed": "cms-managed";
|
|
33156
|
+
"system-managed": "system-managed";
|
|
33157
|
+
}>;
|
|
33158
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
33159
|
+
class: "class";
|
|
33160
|
+
workshop: "workshop";
|
|
33161
|
+
retreat: "retreat";
|
|
33162
|
+
performance: "performance";
|
|
33163
|
+
event: "event";
|
|
33164
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
33165
|
+
"cms-managed": "cms-managed";
|
|
33166
|
+
"system-managed": "system-managed";
|
|
33167
|
+
}>>>;
|
|
33168
|
+
}, z.core.$strict>>;
|
|
32625
33169
|
}, z.core.$strict>;
|
|
32626
33170
|
}, z.core.$strict>, z.ZodObject<{
|
|
32627
33171
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -33060,8 +33604,8 @@ export declare const proposalToolSchemas: {
|
|
|
33060
33604
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
33061
33605
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
33062
33606
|
in_person: "in_person";
|
|
33063
|
-
online: "online";
|
|
33064
33607
|
hybrid: "hybrid";
|
|
33608
|
+
online: "online";
|
|
33065
33609
|
}>>;
|
|
33066
33610
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
33067
33611
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -33282,10 +33826,10 @@ export declare const proposalToolSchemas: {
|
|
|
33282
33826
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
33283
33827
|
status: z.ZodDefault<z.ZodEnum<{
|
|
33284
33828
|
active: "active";
|
|
33285
|
-
paused: "paused";
|
|
33286
|
-
canceled: "canceled";
|
|
33287
|
-
past_due: "past_due";
|
|
33288
33829
|
trialing: "trialing";
|
|
33830
|
+
past_due: "past_due";
|
|
33831
|
+
canceled: "canceled";
|
|
33832
|
+
paused: "paused";
|
|
33289
33833
|
}>>;
|
|
33290
33834
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33291
33835
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -33392,9 +33936,9 @@ export declare const proposalToolSchemas: {
|
|
|
33392
33936
|
durationMinutes: z.ZodNumber;
|
|
33393
33937
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
33394
33938
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
33939
|
+
virtual: "virtual";
|
|
33395
33940
|
in_person: "in_person";
|
|
33396
33941
|
hybrid: "hybrid";
|
|
33397
|
-
virtual: "virtual";
|
|
33398
33942
|
}>>;
|
|
33399
33943
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33400
33944
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -33411,9 +33955,9 @@ export declare const proposalToolSchemas: {
|
|
|
33411
33955
|
durationMinutes: z.ZodNumber;
|
|
33412
33956
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
33413
33957
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
33958
|
+
virtual: "virtual";
|
|
33414
33959
|
in_person: "in_person";
|
|
33415
33960
|
hybrid: "hybrid";
|
|
33416
|
-
virtual: "virtual";
|
|
33417
33961
|
}>>;
|
|
33418
33962
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33419
33963
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -33430,9 +33974,9 @@ export declare const proposalToolSchemas: {
|
|
|
33430
33974
|
durationMinutes: z.ZodNumber;
|
|
33431
33975
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
33432
33976
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
33977
|
+
virtual: "virtual";
|
|
33433
33978
|
in_person: "in_person";
|
|
33434
33979
|
hybrid: "hybrid";
|
|
33435
|
-
virtual: "virtual";
|
|
33436
33980
|
}>>;
|
|
33437
33981
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33438
33982
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -33568,6 +34112,22 @@ export declare const proposalToolSchemas: {
|
|
|
33568
34112
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
33569
34113
|
}, z.core.$strict>>;
|
|
33570
34114
|
}, z.core.$strict>>;
|
|
34115
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
34116
|
+
defaultMode: z.ZodEnum<{
|
|
34117
|
+
"cms-managed": "cms-managed";
|
|
34118
|
+
"system-managed": "system-managed";
|
|
34119
|
+
}>;
|
|
34120
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
34121
|
+
class: "class";
|
|
34122
|
+
workshop: "workshop";
|
|
34123
|
+
retreat: "retreat";
|
|
34124
|
+
performance: "performance";
|
|
34125
|
+
event: "event";
|
|
34126
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
34127
|
+
"cms-managed": "cms-managed";
|
|
34128
|
+
"system-managed": "system-managed";
|
|
34129
|
+
}>>>;
|
|
34130
|
+
}, z.core.$strict>>;
|
|
33571
34131
|
}, z.core.$strict>;
|
|
33572
34132
|
}, z.core.$strict>, z.ZodObject<{
|
|
33573
34133
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -34006,8 +34566,8 @@ export declare const proposalToolSchemas: {
|
|
|
34006
34566
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
34007
34567
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
34008
34568
|
in_person: "in_person";
|
|
34009
|
-
online: "online";
|
|
34010
34569
|
hybrid: "hybrid";
|
|
34570
|
+
online: "online";
|
|
34011
34571
|
}>>;
|
|
34012
34572
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
34013
34573
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -34228,10 +34788,10 @@ export declare const proposalToolSchemas: {
|
|
|
34228
34788
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
34229
34789
|
status: z.ZodDefault<z.ZodEnum<{
|
|
34230
34790
|
active: "active";
|
|
34231
|
-
paused: "paused";
|
|
34232
|
-
canceled: "canceled";
|
|
34233
|
-
past_due: "past_due";
|
|
34234
34791
|
trialing: "trialing";
|
|
34792
|
+
past_due: "past_due";
|
|
34793
|
+
canceled: "canceled";
|
|
34794
|
+
paused: "paused";
|
|
34235
34795
|
}>>;
|
|
34236
34796
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34237
34797
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -34338,9 +34898,9 @@ export declare const proposalToolSchemas: {
|
|
|
34338
34898
|
durationMinutes: z.ZodNumber;
|
|
34339
34899
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
34340
34900
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
34901
|
+
virtual: "virtual";
|
|
34341
34902
|
in_person: "in_person";
|
|
34342
34903
|
hybrid: "hybrid";
|
|
34343
|
-
virtual: "virtual";
|
|
34344
34904
|
}>>;
|
|
34345
34905
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34346
34906
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -34357,9 +34917,9 @@ export declare const proposalToolSchemas: {
|
|
|
34357
34917
|
durationMinutes: z.ZodNumber;
|
|
34358
34918
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
34359
34919
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
34920
|
+
virtual: "virtual";
|
|
34360
34921
|
in_person: "in_person";
|
|
34361
34922
|
hybrid: "hybrid";
|
|
34362
|
-
virtual: "virtual";
|
|
34363
34923
|
}>>;
|
|
34364
34924
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34365
34925
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -34376,9 +34936,9 @@ export declare const proposalToolSchemas: {
|
|
|
34376
34936
|
durationMinutes: z.ZodNumber;
|
|
34377
34937
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
34378
34938
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
34939
|
+
virtual: "virtual";
|
|
34379
34940
|
in_person: "in_person";
|
|
34380
34941
|
hybrid: "hybrid";
|
|
34381
|
-
virtual: "virtual";
|
|
34382
34942
|
}>>;
|
|
34383
34943
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34384
34944
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -34514,6 +35074,22 @@ export declare const proposalToolSchemas: {
|
|
|
34514
35074
|
cutoffHours: z.ZodOptional<z.ZodNumber>;
|
|
34515
35075
|
}, z.core.$strict>>;
|
|
34516
35076
|
}, z.core.$strict>>;
|
|
35077
|
+
eventDestinationPolicy: z.ZodOptional<z.ZodObject<{
|
|
35078
|
+
defaultMode: z.ZodEnum<{
|
|
35079
|
+
"cms-managed": "cms-managed";
|
|
35080
|
+
"system-managed": "system-managed";
|
|
35081
|
+
}>;
|
|
35082
|
+
presetOverrides: z.ZodDefault<z.ZodRecord<z.ZodEnum<{
|
|
35083
|
+
class: "class";
|
|
35084
|
+
workshop: "workshop";
|
|
35085
|
+
retreat: "retreat";
|
|
35086
|
+
performance: "performance";
|
|
35087
|
+
event: "event";
|
|
35088
|
+
}> & z.core.$partial, z.ZodEnum<{
|
|
35089
|
+
"cms-managed": "cms-managed";
|
|
35090
|
+
"system-managed": "system-managed";
|
|
35091
|
+
}>>>;
|
|
35092
|
+
}, z.core.$strict>>;
|
|
34517
35093
|
}, z.core.$strict>;
|
|
34518
35094
|
}, z.core.$strict>, z.ZodObject<{
|
|
34519
35095
|
type: z.ZodLiteral<"applySiteStyleSelection">;
|
|
@@ -34952,8 +35528,8 @@ export declare const proposalToolSchemas: {
|
|
|
34952
35528
|
acceptsMemberships: z.ZodOptional<z.ZodBoolean>;
|
|
34953
35529
|
deliveryMode: z.ZodOptional<z.ZodEnum<{
|
|
34954
35530
|
in_person: "in_person";
|
|
34955
|
-
online: "online";
|
|
34956
35531
|
hybrid: "hybrid";
|
|
35532
|
+
online: "online";
|
|
34957
35533
|
}>>;
|
|
34958
35534
|
occurrences: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
34959
35535
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -35174,10 +35750,10 @@ export declare const proposalToolSchemas: {
|
|
|
35174
35750
|
membershipRef: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MembershipProductRef, string>>;
|
|
35175
35751
|
status: z.ZodDefault<z.ZodEnum<{
|
|
35176
35752
|
active: "active";
|
|
35177
|
-
paused: "paused";
|
|
35178
|
-
canceled: "canceled";
|
|
35179
|
-
past_due: "past_due";
|
|
35180
35753
|
trialing: "trialing";
|
|
35754
|
+
past_due: "past_due";
|
|
35755
|
+
canceled: "canceled";
|
|
35756
|
+
paused: "paused";
|
|
35181
35757
|
}>>;
|
|
35182
35758
|
currentPeriodStart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35183
35759
|
currentPeriodEnd: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -35284,9 +35860,9 @@ export declare const proposalToolSchemas: {
|
|
|
35284
35860
|
durationMinutes: z.ZodNumber;
|
|
35285
35861
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
35286
35862
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
35863
|
+
virtual: "virtual";
|
|
35287
35864
|
in_person: "in_person";
|
|
35288
35865
|
hybrid: "hybrid";
|
|
35289
|
-
virtual: "virtual";
|
|
35290
35866
|
}>>;
|
|
35291
35867
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35292
35868
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -35303,9 +35879,9 @@ export declare const proposalToolSchemas: {
|
|
|
35303
35879
|
durationMinutes: z.ZodNumber;
|
|
35304
35880
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
35305
35881
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
35882
|
+
virtual: "virtual";
|
|
35306
35883
|
in_person: "in_person";
|
|
35307
35884
|
hybrid: "hybrid";
|
|
35308
|
-
virtual: "virtual";
|
|
35309
35885
|
}>>;
|
|
35310
35886
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35311
35887
|
buffers: z.ZodOptional<z.ZodObject<{
|
|
@@ -35322,9 +35898,9 @@ export declare const proposalToolSchemas: {
|
|
|
35322
35898
|
durationMinutes: z.ZodNumber;
|
|
35323
35899
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
35324
35900
|
locationType: z.ZodDefault<z.ZodEnum<{
|
|
35901
|
+
virtual: "virtual";
|
|
35325
35902
|
in_person: "in_person";
|
|
35326
35903
|
hybrid: "hybrid";
|
|
35327
|
-
virtual: "virtual";
|
|
35328
35904
|
}>>;
|
|
35329
35905
|
timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35330
35906
|
buffers: z.ZodOptional<z.ZodObject<{
|