@riverbankcms/sdk 0.67.0 → 0.70.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 +21 -11
- package/dist/_dts/api/src/accessAdmin.d.ts +3 -3
- package/dist/_dts/api/src/admin/types.d.ts +1 -1
- package/dist/_dts/api/src/aiPlayground.d.ts +13 -39
- package/dist/_dts/api/src/appointmentSetup.d.ts +4 -0
- package/dist/_dts/api/src/billing.d.ts +7 -40
- package/dist/_dts/api/src/bookingConfig.d.ts +2 -2
- package/dist/_dts/api/src/bookingManagementEndpoints.d.ts +4 -1
- package/dist/_dts/api/src/bookingOperations.d.ts +32 -1
- package/dist/_dts/api/src/bookingRecords.d.ts +1 -1
- package/dist/_dts/api/src/bookings.d.ts +1 -1
- package/dist/_dts/api/src/commercePortalEndpoints.d.ts +1 -1
- package/dist/_dts/api/src/communications.d.ts +1 -1
- package/dist/_dts/api/src/contentRuntime.d.ts +2 -2
- package/dist/_dts/api/src/contentTypes.d.ts +1 -1
- package/dist/_dts/api/src/endpoints.d.ts +7 -0
- package/dist/_dts/api/src/navigation/contracts.d.ts +9 -9
- package/dist/_dts/api/src/navigation/linkValue.d.ts +1 -1
- package/dist/_dts/api/src/navigation/types.d.ts +1 -1
- package/dist/_dts/api/src/public/index.d.ts +2 -2
- package/dist/_dts/api/src/public/types.d.ts +3 -3
- package/dist/_dts/api/src/sdkConfig/contracts.d.ts +1 -2
- package/dist/_dts/api/src/sdkContracts.d.ts +1 -1
- package/dist/_dts/api/src/siteBanner.d.ts +9 -9
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +2 -2
- package/dist/_dts/api/src/siteOnboarding.d.ts +1 -1
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +1 -1
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +5 -5
- package/dist/_dts/api/src/siteSettings.d.ts +3 -3
- package/dist/_dts/api/src/teamMembers.d.ts +1 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/api/src/url.d.ts +1 -1
- package/dist/_dts/billing/src/components/index.d.ts +484 -0
- package/dist/_dts/block-form/src/backend/store-backend.d.ts +1 -1
- package/dist/_dts/block-form/src/backend/types.d.ts +2 -2
- package/dist/_dts/block-form/src/blockDraftSaveability.d.ts +2 -2
- package/dist/_dts/block-form/src/context/ImageResolveContext.d.ts +1 -1
- package/dist/_dts/block-form/src/fields/types.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/ManifestForm.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/canonicalValidation.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/manifestFormAdapter.d.ts +1 -1
- package/dist/_dts/block-form/src/manifest/mergeManifestWithSdkOptions.d.ts +1 -1
- package/dist/_dts/block-form/src/sdk-config/SdkConfigContext.d.ts +1 -1
- package/dist/_dts/block-form/src/shared/disclosure.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/BackgroundGradientWidget/BackgroundGradientWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/DateField/datePickerPopover.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterLayoutGrid.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/layoutGridDomain.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useRepeaterPointerDragCapability.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterDndDomain.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterPresentation.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/resolveThumbnail.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RichTextField/richTextFieldSchema.d.ts +4 -4
- package/dist/_dts/block-form/src/widgets/constants.d.ts +1 -1
- package/dist/_dts/blocks/src/PageRenderer.d.ts +5 -1
- package/dist/_dts/blocks/src/bindings/index.d.ts +2 -2
- package/dist/_dts/blocks/src/client.d.ts +11 -3
- package/dist/_dts/blocks/src/index.d.ts +28 -27
- package/dist/_dts/blocks/src/portal/types.d.ts +1 -1
- package/dist/_dts/blocks/src/primitives/content/components/Button.d.ts +1 -1
- package/dist/_dts/blocks/src/rendering/server.d.ts +1 -1
- package/dist/_dts/blocks/src/server.d.ts +1 -1
- package/dist/_dts/blocks/src/structure/schema.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +1666 -1666
- package/dist/_dts/blocks/src/system/blocks/blog-post.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +1666 -1666
- package/dist/_dts/blocks/src/system/blocks/columns.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/courses/shared/pricing.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +42 -42
- package/dist/_dts/blocks/src/system/blocks/cta-full.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +1764 -1764
- package/dist/_dts/blocks/src/system/blocks/events/shared/filtering.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +44 -44
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/file-download.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +9 -9
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +139 -139
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/shared/bookingPaymentTerms.d.ts +19 -19
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +1665 -1665
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +3 -3
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/video-grid.d.ts +1 -1
- package/dist/_dts/blocks/src/system/componentFactory.d.ts +1 -1
- package/dist/_dts/blocks/src/system/constants/background.d.ts +1 -1
- package/dist/_dts/blocks/src/system/customize/facets.d.ts +5 -5
- package/dist/_dts/blocks/src/system/designCapabilities.d.ts +1 -1
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +1 -1
- package/dist/_dts/blocks/src/system/fragments/library/card.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/ctaRow.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/feedbackCallout.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/heroCtaRow.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/fragments/library/sectionState.d.ts +1761 -1761
- package/dist/_dts/blocks/src/system/frame/frameStyles.d.ts +3 -3
- package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +2 -2
- package/dist/_dts/blocks/src/system/manifest/augmentManifest.d.ts +1 -1
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +201 -201
- package/dist/_dts/blocks/src/system/media/constrainedVideoMedia.d.ts +1 -1
- package/dist/_dts/blocks/src/system/media/slotContracts.d.ts +1 -1
- package/dist/_dts/blocks/src/system/node/fragments/ctaButton.d.ts +1 -1
- package/dist/_dts/blocks/src/system/node/fragments/typography.d.ts +1 -1
- package/dist/_dts/blocks/src/system/node/schema.d.ts +5 -5
- package/dist/_dts/blocks/src/system/registry.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/header/shared.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableDates.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableSlots.d.ts +3 -1
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.d.ts +140 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useVisibleTabPolling.d.ts +10 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/accordion.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/accordion.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.default-ui.d.ts +8 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +500 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.reserved-fields.d.ts +27 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.state.d.ts +15 -8
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/timetableModel.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.shared.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/LeafletStaticMap.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/contract-schemas.d.ts +6 -6
- package/dist/_dts/blocks/src/system/runtime/shared/bookingPaymentOptionCopy.d.ts +1 -1
- package/dist/_dts/blocks/src/system/theme/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +3 -3
- package/dist/_dts/blocks/src/system/types/link.d.ts +3 -3
- package/dist/_dts/content-editor/src/components/ContentFieldsForm.d.ts +3 -3
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +3 -3
- package/dist/_dts/content-editor/src/controller/buildBlockPublishedBaselines.d.ts +2 -2
- package/dist/_dts/content-editor/src/controller/buildPublishSuccessTransition.d.ts +2 -2
- package/dist/_dts/content-editor/src/controller/deriveRecoveryConflict.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/invalidBlockRecovery.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/seedDraftBaselinesFromBlocks.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useBlocksList.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useEntrySyncHelpers.d.ts +3 -3
- package/dist/_dts/content-editor/src/controller/useInvalidBlockRecovery.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/blockedPublishPlan.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/useEntryActions.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/useEntryMutations.d.ts +2 -2
- package/dist/_dts/content-editor/src/hooks/useStoreAutosave.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/validateBlocksForPublish.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +1 -1
- package/dist/_dts/content-editor/src/registry.d.ts +1 -1
- package/dist/_dts/content-editor/src/services/contentEntryServices.d.ts +2 -2
- package/dist/_dts/content-editor/src/types.d.ts +2 -2
- package/dist/_dts/content-editor/src/ui/blockValidationView.d.ts +3 -3
- package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +1 -1
- package/dist/_dts/content-editor/src/ui/stores/types.d.ts +1 -1
- package/dist/_dts/content-editor/src/ui/stores/utils.d.ts +1 -1
- package/dist/_dts/content-model/src/content-types/schema.d.ts +8 -8
- package/dist/_dts/core/src/branded.d.ts +2 -0
- package/dist/_dts/core/src/index.d.ts +2 -0
- package/dist/_dts/core/src/planner.d.ts +64 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +17 -18
- package/dist/_dts/db/src/schemas/forms.d.ts +62 -62
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +5 -5
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +5 -5
- package/dist/_dts/editor-blocks/src/FormProvider.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +6 -6
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockListContext.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockSettingsModal.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/BlockThumbnail.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockTile.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/SortableBlockItem.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/blockDiscovery.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/buildInsertBlockHistoryCommand.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockBaselineSync.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockCreation.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockDuplication.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockReorder.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useDraftContent.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/preparedManifest.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/sdkBlockMerger.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/block-editor/settingsIntent.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/types.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-form/debug.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/blockPayload.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/index.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/media/MediaField.d.ts +6 -6
- 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/button/index.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/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/entry-picker/index.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/loaders.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/types.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPicker.d.ts +3 -3
- 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 +3 -3
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidgetContext.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/link/loaders.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/link/types.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/link/utils.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/reference/dynamicAdapters.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/reference/loaders.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/reference/types.d.ts +3 -3
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/ensureRichTextImageAssetIdentifier.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/richTextImageHydration.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/shared/Combobox.d.ts +1 -1
- package/dist/_dts/media-core/src/fileAssetCompatibility.d.ts +1 -1
- package/dist/_dts/media-core/src/fileAssetDeletion.d.ts +1 -1
- package/dist/_dts/media-core/src/fileDomain.d.ts +1 -1
- package/dist/_dts/media-core/src/fileDownloadResolution.d.ts +1 -1
- package/dist/_dts/media-core/src/filePersistence.d.ts +1 -1
- package/dist/_dts/media-core/src/fileStorage.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadAssetBuilder.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadCleanup.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadCompletion.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadDurableFinalization.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadFinalization.d.ts +1 -1
- package/dist/_dts/media-core/src/fileUploadSessionCreation.d.ts +1 -1
- package/dist/_dts/media-core/src/types.d.ts +2 -2
- package/dist/_dts/media-core/src/url.d.ts +1 -1
- package/dist/_dts/media-core/src/videoPrep.d.ts +1 -1
- package/dist/_dts/media-editor/src/CropDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +2 -2
- package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/context.d.ts +3 -3
- package/dist/_dts/media-editor/src/createMediaEditorProvider.d.ts +1 -1
- package/dist/_dts/media-editor/src/cropEditorSource.d.ts +1 -1
- package/dist/_dts/media-editor/src/debug.d.ts +1 -1
- package/dist/_dts/media-editor/src/provider.d.ts +3 -3
- package/dist/_dts/media-editor/src/runtimeMediaAssetState.d.ts +1 -1
- package/dist/_dts/media-editor/src/transformModel.d.ts +1 -1
- package/dist/_dts/media-editor/src/types.d.ts +2 -2
- package/dist/_dts/media-editor/src/utils.d.ts +1 -1
- package/dist/_dts/media-react/src/components/ImageCropper.d.ts +1 -1
- package/dist/_dts/media-react/src/components/cropDraftModel.d.ts +1 -1
- package/dist/_dts/media-react/src/components/cropGeometry.d.ts +1 -1
- package/dist/_dts/media-react/src/components/cropSessionState.d.ts +1 -1
- package/dist/_dts/media-react/src/components/useImageCropperController.d.ts +1 -1
- package/dist/_dts/media-react/src/ffmpegLoader.d.ts +1 -1
- package/dist/_dts/media-react/src/hooks/internal/classification.d.ts +1 -1
- package/dist/_dts/media-react/src/hooks/mediaAssetResponseMapper.d.ts +1 -1
- package/dist/_dts/media-react/src/hooks/useApiMediaUploader.d.ts +4 -4
- package/dist/_dts/media-react/src/utils/rotation.d.ts +1 -1
- package/dist/_dts/media-react/src/videoFrameExtraction.d.ts +1 -1
- package/dist/_dts/media-react/src/videoPrepBrowser.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/BoundaryControl.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/composer/composePageFromBlocks.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/composer/mergeDrafts.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/composer/types.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/blocks/customizeFacetControls.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/editorRegistry.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/aiProposalProjection.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/applyPreviewProjections.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/types.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/OnboardingThemeSwitcher.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthBanner.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +9 -9
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorUI.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewEntryControllerProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +8 -8
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +8 -8
- 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/SiteChromeCustomizeContext.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +5 -5
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +4 -4
- package/dist/_dts/preview-next/src/client/preview/pageSchema.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewChromeSurface.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewChromeSurfacePolicy.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeWorkflowState.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/previewSurface.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/sidebarTabPreference.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/styleConfiguratorSnapshot.d.ts +4 -4
- package/dist/_dts/preview-next/src/client/preview/subrouteNotice.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/themeOverlay.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/sdk/SdkPreviewMode.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/widgets/PreviewMediaField.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/widgets/widgetAdapters.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +3 -3
- package/dist/_dts/sdk/src/bookings/index.d.ts +6 -2
- package/dist/_dts/sdk/src/bookings/types.d.ts +16 -8
- package/dist/_dts/sdk/src/cli/commands/push/scopes/commandBackedDatedOfferingScope.d.ts +32 -0
- package/dist/_dts/sdk/src/cli/commands/push/scopes/types.d.ts +5 -1
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/env.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/merge-remote/entryMergePush.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/push-config.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/commandKeys.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/commandRuntime.d.ts +43 -13
- package/dist/_dts/sdk/src/cli/site-commands/commandRuntimeCompat.d.ts +21 -0
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +27 -0
- package/dist/_dts/sdk/src/cli/site-commands/datedOfferingCommands.d.ts +56 -0
- package/dist/_dts/sdk/src/cli/site-commands/entryCommands.d.ts +5 -3
- package/dist/_dts/sdk/src/cli/site-commands/footerCommands.d.ts +9 -3
- package/dist/_dts/sdk/src/cli/site-commands/formCommands.d.ts +6 -10
- package/dist/_dts/sdk/src/cli/site-commands/index.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +6 -10
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +6 -10
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +14 -68
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionPlan.d.ts +8 -0
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +97 -0
- package/dist/_dts/sdk/src/cli/site-commands/residualSettingsTrimming.d.ts +15 -0
- package/dist/_dts/sdk/src/cli/sync/index.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/sync/syncResultAggregation.d.ts +4 -0
- package/dist/_dts/sdk/src/config/validation.d.ts +37 -43
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +1 -1
- package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +19 -19
- package/dist/_dts/sdk/src/portal/config.d.ts +1 -1
- package/dist/_dts/sdk/src/portal/index.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/client/index.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/client/runtime.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/constants.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/cookies.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/index.d.ts +2 -2
- package/dist/_dts/sdk/src/preview-next/middleware.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/session.d.ts +1 -1
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +18 -4
- package/dist/_dts/sdk/src/rendering/islands/blocksContracts.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +3 -3
- package/dist/_dts/sdk/src/rendering/overrides.d.ts +2 -0
- package/dist/_dts/sdk/src/spam-protection/index.d.ts +3 -3
- package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +6 -6
- package/dist/_dts/sdk/src/theme-bridge/generateCssVars.d.ts +4 -12
- package/dist/_dts/sdk/src/theme-bridge/index.d.ts +1 -1
- package/dist/_dts/sdk/src/theme-bridge/types.d.ts +17 -9
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/adapter.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +292 -34
- package/dist/_dts/site-commands/src/domain.d.ts +3 -3
- package/dist/_dts/site-commands/src/exposure.d.ts +3 -3
- package/dist/_dts/site-commands/src/index.d.ts +1 -0
- package/dist/_dts/site-commands/src/metadata.d.ts +79 -1
- package/dist/_dts/site-commands/src/planner.d.ts +1 -1
- package/dist/_dts/site-commands/src/refContributions.d.ts +1 -0
- package/dist/_dts/site-commands/src/refs.d.ts +8 -2
- package/dist/_dts/{sdk/src/cli/merge-remote → site-commands/src}/stableJson.d.ts +2 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +9 -9
- package/dist/_dts/theme-core/src/blocks/index.d.ts +2 -2
- package/dist/_dts/theme-core/src/blocks/types.d.ts +3 -2
- package/dist/_dts/theme-core/src/buttons/personalities/brushed-wash.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/confident-chip.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/editorial-link.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +35 -35
- package/dist/_dts/theme-core/src/buttons/personalities/ink-stamp.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/pebble.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/showtime-pill.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/soft-pill.d.ts +5 -5
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +7 -7
- package/dist/_dts/theme-core/src/buttons/types.d.ts +18 -18
- package/dist/_dts/theme-core/src/cards/types.d.ts +17 -17
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/index.d.ts +1 -1
- package/dist/_dts/theme-core/src/inputs/types.d.ts +13 -13
- package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +351 -351
- package/dist/_dts/theme-core/src/navigation/types.d.ts +15 -15
- package/dist/_dts/theme-core/src/palette/recipes/allRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/palette/variants/brand-led.d.ts +24 -24
- package/dist/_dts/theme-core/src/palette/variants/high-contrast.d.ts +18 -18
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +65 -65
- package/dist/_dts/theme-core/src/palette/variants/soft-natural.d.ts +18 -18
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +7 -7
- package/dist/_dts/theme-core/src/palette/variants/warm-neutral.d.ts +18 -18
- package/dist/_dts/theme-core/src/progress/generateProgressCss.d.ts +2 -1
- package/dist/_dts/theme-core/src/recommend/generateThemes.d.ts +1 -1
- package/dist/_dts/theme-core/src/runtime/buildThemeRuntimeFromBridge.d.ts +32 -21
- package/dist/_dts/theme-core/src/schema.d.ts +568 -568
- package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +34 -34
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/pageDesignAuthority.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/siteStyleBlockPolicies.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +14 -14
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +4 -4
- package/dist/_dts/theme-core/src/status/generateStatusCss.d.ts +2 -1
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +5 -5
- package/dist/_dts/ui/src/badge.d.ts +1 -1
- package/dist/_dts/ui/src/button.d.ts +2 -2
- package/dist/_dts/ui/src/card.d.ts +1 -1
- package/dist/_dts/ui/src/color-picker.d.ts +1 -1
- package/dist/_dts/ui/src/surface.d.ts +2 -2
- package/dist/_dts/ui/src/toggle.d.ts +4 -4
- package/dist/cli/index.mjs +5910 -4824
- package/dist/client/bookings.mjs +5149 -3320
- package/dist/client/client.mjs +11643 -11031
- package/dist/client/hooks.mjs +5764 -3868
- package/dist/client/rendering/client.mjs +4317 -3724
- package/dist/client/rendering/islands.mjs +4087 -3494
- package/dist/client/rendering.mjs +4499 -3885
- package/dist/preview-next/before-render.mjs +14 -0
- package/dist/preview-next/client/runtime.mjs +2927 -2292
- package/dist/preview-next/middleware.mjs +14 -0
- package/dist/server/components.mjs +536 -368
- package/dist/server/config-validation.mjs +6886 -4910
- package/dist/server/config.mjs +6876 -4909
- package/dist/server/data.mjs +5764 -3868
- package/dist/server/index.mjs +174 -1762
- package/dist/server/next.mjs +6393 -5024
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +540 -370
- package/dist/server/rendering.mjs +540 -370
- package/dist/server/routing.mjs +10389 -6835
- package/dist/server/server.mjs +5701 -3805
- package/dist/server/theme-bridge.mjs +1558 -4902
- package/dist/styles/index.css +38 -38
- package/package.json +1 -3
- package/dist/_dts/blocks/src/system/runtime/components/booking/DateTimeSelectionStep.d.ts +0 -18
- package/dist/_dts/blocks/src/system/runtime/components/booking/PaymentOptionSelectionStep.d.ts +0 -9
- package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceResourceSelector.d.ts +0 -44
- package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceResourceSelector.state.d.ts +0 -23
- package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceSelectionStep.d.ts +0 -18
- package/dist/_dts/blocks/src/system/runtime/components/booking/slotDisplay.d.ts +0 -2
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/MultiStepForm.d.ts +0 -21
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/useMultiStep.d.ts +0 -15
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/useMultiStep.state.d.ts +0 -51
- package/dist/_dts/blocks/src/system/runtime/hooks/useBookingSteps.d.ts +0 -22
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { EventCategoryId, VenueId } from "
|
|
1
|
+
import type { EventCategoryId, VenueId } from "../../../../../../core/src/index";
|
|
2
2
|
export declare const eventBlockKindValues: readonly ["all", "courses", "events"];
|
|
3
3
|
export declare const eventSurfacePresetValues: readonly ["class", "workshop", "retreat", "performance"];
|
|
4
4
|
export declare const eventSurfaceScopeValues: readonly ["all", "regularClassSchedule", "specialDatedEvents", "custom"];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const eventPresetSchema: z.ZodEnum<{
|
|
3
|
-
event: "event";
|
|
4
3
|
class: "class";
|
|
5
4
|
workshop: "workshop";
|
|
6
5
|
retreat: "retreat";
|
|
7
6
|
performance: "performance";
|
|
7
|
+
event: "event";
|
|
8
8
|
}>;
|
|
9
9
|
export declare const eventScheduleScopeSchema: z.ZodEnum<{
|
|
10
10
|
recurring: "recurring";
|
|
@@ -34,8 +34,8 @@ export declare const eventCategorySchema: z.ZodObject<{
|
|
|
34
34
|
* Pricing type for public events
|
|
35
35
|
*/
|
|
36
36
|
export declare const pricingTypeSchema: z.ZodEnum<{
|
|
37
|
-
free: "free";
|
|
38
37
|
paid: "paid";
|
|
38
|
+
free: "free";
|
|
39
39
|
pass_only: "pass_only";
|
|
40
40
|
membership_only: "membership_only";
|
|
41
41
|
}>;
|
|
@@ -88,13 +88,13 @@ export declare const publicEventTicketTypeSchema: z.ZodObject<{
|
|
|
88
88
|
isActive: z.ZodBoolean;
|
|
89
89
|
sortOrder: z.ZodNumber;
|
|
90
90
|
capacityMode: z.ZodEnum<{
|
|
91
|
-
unlimited: "unlimited";
|
|
92
91
|
limited: "limited";
|
|
92
|
+
unlimited: "unlimited";
|
|
93
93
|
}>;
|
|
94
94
|
capacityLimit: z.ZodNullable<z.ZodNumber>;
|
|
95
95
|
attendanceScope: z.ZodOptional<z.ZodEnum<{
|
|
96
|
-
in_person: "in_person";
|
|
97
96
|
both: "both";
|
|
97
|
+
in_person: "in_person";
|
|
98
98
|
online: "online";
|
|
99
99
|
}>>;
|
|
100
100
|
saleStartsAt: z.ZodNullable<z.ZodString>;
|
|
@@ -132,11 +132,11 @@ export declare const publicEventSchema: z.ZodObject<{
|
|
|
132
132
|
course_session: "course_session";
|
|
133
133
|
}>>;
|
|
134
134
|
eventPreset: z.ZodOptional<z.ZodEnum<{
|
|
135
|
-
event: "event";
|
|
136
135
|
class: "class";
|
|
137
136
|
workshop: "workshop";
|
|
138
137
|
retreat: "retreat";
|
|
139
138
|
performance: "performance";
|
|
139
|
+
event: "event";
|
|
140
140
|
}>>;
|
|
141
141
|
scheduleScope: z.ZodOptional<z.ZodEnum<{
|
|
142
142
|
recurring: "recurring";
|
|
@@ -418,8 +418,8 @@ export declare const publicEventSchema: z.ZodObject<{
|
|
|
418
418
|
requiresRegistration: z.ZodBoolean;
|
|
419
419
|
deliveryMode: z.ZodEnum<{
|
|
420
420
|
in_person: "in_person";
|
|
421
|
-
hybrid: "hybrid";
|
|
422
421
|
online: "online";
|
|
422
|
+
hybrid: "hybrid";
|
|
423
423
|
}>;
|
|
424
424
|
attendanceModes: z.ZodArray<z.ZodObject<{
|
|
425
425
|
mode: z.ZodEnum<{
|
|
@@ -465,8 +465,8 @@ export declare const publicEventSchema: z.ZodObject<{
|
|
|
465
465
|
}>>;
|
|
466
466
|
timeZone: z.ZodString;
|
|
467
467
|
pricingType: z.ZodEnum<{
|
|
468
|
-
free: "free";
|
|
469
468
|
paid: "paid";
|
|
469
|
+
free: "free";
|
|
470
470
|
pass_only: "pass_only";
|
|
471
471
|
membership_only: "membership_only";
|
|
472
472
|
}>;
|
|
@@ -488,9 +488,9 @@ export declare const publicEventSchema: z.ZodObject<{
|
|
|
488
488
|
}>;
|
|
489
489
|
remainderDueCount: z.ZodNumber;
|
|
490
490
|
intervalUnit: z.ZodEnum<{
|
|
491
|
-
month: "month";
|
|
492
|
-
week: "week";
|
|
493
491
|
day: "day";
|
|
492
|
+
week: "week";
|
|
493
|
+
month: "month";
|
|
494
494
|
}>;
|
|
495
495
|
}, z.core.$strip>, z.ZodObject<{
|
|
496
496
|
kind: z.ZodLiteral<"deposit_plus_scheduled_instalments">;
|
|
@@ -502,18 +502,18 @@ export declare const publicEventSchema: z.ZodObject<{
|
|
|
502
502
|
instalmentCount: z.ZodNumber;
|
|
503
503
|
intervalCount: z.ZodNumber;
|
|
504
504
|
intervalUnit: z.ZodEnum<{
|
|
505
|
-
month: "month";
|
|
506
|
-
week: "week";
|
|
507
505
|
day: "day";
|
|
506
|
+
week: "week";
|
|
507
|
+
month: "month";
|
|
508
508
|
}>;
|
|
509
509
|
}, z.core.$strip>, z.ZodObject<{
|
|
510
510
|
kind: z.ZodLiteral<"equal_scheduled_instalments">;
|
|
511
511
|
instalmentCount: z.ZodNumber;
|
|
512
512
|
intervalCount: z.ZodNumber;
|
|
513
513
|
intervalUnit: z.ZodEnum<{
|
|
514
|
-
month: "month";
|
|
515
|
-
week: "week";
|
|
516
514
|
day: "day";
|
|
515
|
+
week: "week";
|
|
516
|
+
month: "month";
|
|
517
517
|
}>;
|
|
518
518
|
}, z.core.$strip>]>;
|
|
519
519
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -548,13 +548,13 @@ export declare const publicEventSchema: z.ZodObject<{
|
|
|
548
548
|
isActive: z.ZodBoolean;
|
|
549
549
|
sortOrder: z.ZodNumber;
|
|
550
550
|
capacityMode: z.ZodEnum<{
|
|
551
|
-
unlimited: "unlimited";
|
|
552
551
|
limited: "limited";
|
|
552
|
+
unlimited: "unlimited";
|
|
553
553
|
}>;
|
|
554
554
|
capacityLimit: z.ZodNullable<z.ZodNumber>;
|
|
555
555
|
attendanceScope: z.ZodOptional<z.ZodEnum<{
|
|
556
|
-
in_person: "in_person";
|
|
557
556
|
both: "both";
|
|
557
|
+
in_person: "in_person";
|
|
558
558
|
online: "online";
|
|
559
559
|
}>>;
|
|
560
560
|
saleStartsAt: z.ZodNullable<z.ZodString>;
|
|
@@ -588,12 +588,12 @@ export declare const publicEventSchema: z.ZodObject<{
|
|
|
588
588
|
id: z.ZodString;
|
|
589
589
|
pricing: z.ZodOptional<z.ZodObject<{
|
|
590
590
|
bookingRequirement: z.ZodEnum<{
|
|
591
|
-
required: "required";
|
|
592
591
|
none: "none";
|
|
592
|
+
required: "required";
|
|
593
593
|
}>;
|
|
594
594
|
pricingStrategy: z.ZodEnum<{
|
|
595
|
-
free: "free";
|
|
596
595
|
single: "single";
|
|
596
|
+
free: "free";
|
|
597
597
|
tiered: "tiered";
|
|
598
598
|
}>;
|
|
599
599
|
currency: z.ZodString;
|
|
@@ -614,9 +614,9 @@ export declare const publicEventSchema: z.ZodObject<{
|
|
|
614
614
|
}>;
|
|
615
615
|
remainderDueCount: z.ZodNumber;
|
|
616
616
|
intervalUnit: z.ZodEnum<{
|
|
617
|
-
month: "month";
|
|
618
|
-
week: "week";
|
|
619
617
|
day: "day";
|
|
618
|
+
week: "week";
|
|
619
|
+
month: "month";
|
|
620
620
|
}>;
|
|
621
621
|
}, z.core.$strip>, z.ZodObject<{
|
|
622
622
|
kind: z.ZodLiteral<"deposit_plus_scheduled_instalments">;
|
|
@@ -628,18 +628,18 @@ export declare const publicEventSchema: z.ZodObject<{
|
|
|
628
628
|
instalmentCount: z.ZodNumber;
|
|
629
629
|
intervalCount: z.ZodNumber;
|
|
630
630
|
intervalUnit: z.ZodEnum<{
|
|
631
|
-
month: "month";
|
|
632
|
-
week: "week";
|
|
633
631
|
day: "day";
|
|
632
|
+
week: "week";
|
|
633
|
+
month: "month";
|
|
634
634
|
}>;
|
|
635
635
|
}, z.core.$strip>, z.ZodObject<{
|
|
636
636
|
kind: z.ZodLiteral<"equal_scheduled_instalments">;
|
|
637
637
|
instalmentCount: z.ZodNumber;
|
|
638
638
|
intervalCount: z.ZodNumber;
|
|
639
639
|
intervalUnit: z.ZodEnum<{
|
|
640
|
-
month: "month";
|
|
641
|
-
week: "week";
|
|
642
640
|
day: "day";
|
|
641
|
+
week: "week";
|
|
642
|
+
month: "month";
|
|
643
643
|
}>;
|
|
644
644
|
}, z.core.$strip>]>;
|
|
645
645
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -671,8 +671,8 @@ export declare const publicEventSchema: z.ZodObject<{
|
|
|
671
671
|
saleStartsAt: z.ZodNullable<z.ZodString>;
|
|
672
672
|
saleEndsAt: z.ZodNullable<z.ZodString>;
|
|
673
673
|
attendanceScope: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
674
|
-
in_person: "in_person";
|
|
675
674
|
both: "both";
|
|
675
|
+
in_person: "in_person";
|
|
676
676
|
online: "online";
|
|
677
677
|
}>>>;
|
|
678
678
|
}, z.core.$strip>>;
|
|
@@ -691,11 +691,11 @@ export declare const publicEventsArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
691
691
|
course_session: "course_session";
|
|
692
692
|
}>>;
|
|
693
693
|
eventPreset: z.ZodOptional<z.ZodEnum<{
|
|
694
|
-
event: "event";
|
|
695
694
|
class: "class";
|
|
696
695
|
workshop: "workshop";
|
|
697
696
|
retreat: "retreat";
|
|
698
697
|
performance: "performance";
|
|
698
|
+
event: "event";
|
|
699
699
|
}>>;
|
|
700
700
|
scheduleScope: z.ZodOptional<z.ZodEnum<{
|
|
701
701
|
recurring: "recurring";
|
|
@@ -977,8 +977,8 @@ export declare const publicEventsArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
977
977
|
requiresRegistration: z.ZodBoolean;
|
|
978
978
|
deliveryMode: z.ZodEnum<{
|
|
979
979
|
in_person: "in_person";
|
|
980
|
-
hybrid: "hybrid";
|
|
981
980
|
online: "online";
|
|
981
|
+
hybrid: "hybrid";
|
|
982
982
|
}>;
|
|
983
983
|
attendanceModes: z.ZodArray<z.ZodObject<{
|
|
984
984
|
mode: z.ZodEnum<{
|
|
@@ -1024,8 +1024,8 @@ export declare const publicEventsArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
1024
1024
|
}>>;
|
|
1025
1025
|
timeZone: z.ZodString;
|
|
1026
1026
|
pricingType: z.ZodEnum<{
|
|
1027
|
-
free: "free";
|
|
1028
1027
|
paid: "paid";
|
|
1028
|
+
free: "free";
|
|
1029
1029
|
pass_only: "pass_only";
|
|
1030
1030
|
membership_only: "membership_only";
|
|
1031
1031
|
}>;
|
|
@@ -1047,9 +1047,9 @@ export declare const publicEventsArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
1047
1047
|
}>;
|
|
1048
1048
|
remainderDueCount: z.ZodNumber;
|
|
1049
1049
|
intervalUnit: z.ZodEnum<{
|
|
1050
|
-
month: "month";
|
|
1051
|
-
week: "week";
|
|
1052
1050
|
day: "day";
|
|
1051
|
+
week: "week";
|
|
1052
|
+
month: "month";
|
|
1053
1053
|
}>;
|
|
1054
1054
|
}, z.core.$strip>, z.ZodObject<{
|
|
1055
1055
|
kind: z.ZodLiteral<"deposit_plus_scheduled_instalments">;
|
|
@@ -1061,18 +1061,18 @@ export declare const publicEventsArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
1061
1061
|
instalmentCount: z.ZodNumber;
|
|
1062
1062
|
intervalCount: z.ZodNumber;
|
|
1063
1063
|
intervalUnit: z.ZodEnum<{
|
|
1064
|
-
month: "month";
|
|
1065
|
-
week: "week";
|
|
1066
1064
|
day: "day";
|
|
1065
|
+
week: "week";
|
|
1066
|
+
month: "month";
|
|
1067
1067
|
}>;
|
|
1068
1068
|
}, z.core.$strip>, z.ZodObject<{
|
|
1069
1069
|
kind: z.ZodLiteral<"equal_scheduled_instalments">;
|
|
1070
1070
|
instalmentCount: z.ZodNumber;
|
|
1071
1071
|
intervalCount: z.ZodNumber;
|
|
1072
1072
|
intervalUnit: z.ZodEnum<{
|
|
1073
|
-
month: "month";
|
|
1074
|
-
week: "week";
|
|
1075
1073
|
day: "day";
|
|
1074
|
+
week: "week";
|
|
1075
|
+
month: "month";
|
|
1076
1076
|
}>;
|
|
1077
1077
|
}, z.core.$strip>]>;
|
|
1078
1078
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1107,13 +1107,13 @@ export declare const publicEventsArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
1107
1107
|
isActive: z.ZodBoolean;
|
|
1108
1108
|
sortOrder: z.ZodNumber;
|
|
1109
1109
|
capacityMode: z.ZodEnum<{
|
|
1110
|
-
unlimited: "unlimited";
|
|
1111
1110
|
limited: "limited";
|
|
1111
|
+
unlimited: "unlimited";
|
|
1112
1112
|
}>;
|
|
1113
1113
|
capacityLimit: z.ZodNullable<z.ZodNumber>;
|
|
1114
1114
|
attendanceScope: z.ZodOptional<z.ZodEnum<{
|
|
1115
|
-
in_person: "in_person";
|
|
1116
1115
|
both: "both";
|
|
1116
|
+
in_person: "in_person";
|
|
1117
1117
|
online: "online";
|
|
1118
1118
|
}>>;
|
|
1119
1119
|
saleStartsAt: z.ZodNullable<z.ZodString>;
|
|
@@ -1147,12 +1147,12 @@ export declare const publicEventsArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
1147
1147
|
id: z.ZodString;
|
|
1148
1148
|
pricing: z.ZodOptional<z.ZodObject<{
|
|
1149
1149
|
bookingRequirement: z.ZodEnum<{
|
|
1150
|
-
required: "required";
|
|
1151
1150
|
none: "none";
|
|
1151
|
+
required: "required";
|
|
1152
1152
|
}>;
|
|
1153
1153
|
pricingStrategy: z.ZodEnum<{
|
|
1154
|
-
free: "free";
|
|
1155
1154
|
single: "single";
|
|
1155
|
+
free: "free";
|
|
1156
1156
|
tiered: "tiered";
|
|
1157
1157
|
}>;
|
|
1158
1158
|
currency: z.ZodString;
|
|
@@ -1173,9 +1173,9 @@ export declare const publicEventsArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
1173
1173
|
}>;
|
|
1174
1174
|
remainderDueCount: z.ZodNumber;
|
|
1175
1175
|
intervalUnit: z.ZodEnum<{
|
|
1176
|
-
month: "month";
|
|
1177
|
-
week: "week";
|
|
1178
1176
|
day: "day";
|
|
1177
|
+
week: "week";
|
|
1178
|
+
month: "month";
|
|
1179
1179
|
}>;
|
|
1180
1180
|
}, z.core.$strip>, z.ZodObject<{
|
|
1181
1181
|
kind: z.ZodLiteral<"deposit_plus_scheduled_instalments">;
|
|
@@ -1187,18 +1187,18 @@ export declare const publicEventsArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
1187
1187
|
instalmentCount: z.ZodNumber;
|
|
1188
1188
|
intervalCount: z.ZodNumber;
|
|
1189
1189
|
intervalUnit: z.ZodEnum<{
|
|
1190
|
-
month: "month";
|
|
1191
|
-
week: "week";
|
|
1192
1190
|
day: "day";
|
|
1191
|
+
week: "week";
|
|
1192
|
+
month: "month";
|
|
1193
1193
|
}>;
|
|
1194
1194
|
}, z.core.$strip>, z.ZodObject<{
|
|
1195
1195
|
kind: z.ZodLiteral<"equal_scheduled_instalments">;
|
|
1196
1196
|
instalmentCount: z.ZodNumber;
|
|
1197
1197
|
intervalCount: z.ZodNumber;
|
|
1198
1198
|
intervalUnit: z.ZodEnum<{
|
|
1199
|
-
month: "month";
|
|
1200
|
-
week: "week";
|
|
1201
1199
|
day: "day";
|
|
1200
|
+
week: "week";
|
|
1201
|
+
month: "month";
|
|
1202
1202
|
}>;
|
|
1203
1203
|
}, z.core.$strip>]>;
|
|
1204
1204
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1230,8 +1230,8 @@ export declare const publicEventsArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
1230
1230
|
saleStartsAt: z.ZodNullable<z.ZodString>;
|
|
1231
1231
|
saleEndsAt: z.ZodNullable<z.ZodString>;
|
|
1232
1232
|
attendanceScope: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1233
|
-
in_person: "in_person";
|
|
1234
1233
|
both: "both";
|
|
1234
|
+
in_person: "in_person";
|
|
1235
1235
|
online: "online";
|
|
1236
1236
|
}>>>;
|
|
1237
1237
|
}, z.core.$strip>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Shared types for event display blocks
|
|
3
3
|
*/
|
|
4
|
-
import type { LocationCoordinates } from '
|
|
4
|
+
import type { LocationCoordinates } from '../../../../../../core/src/index';
|
|
5
5
|
import type { Media } from '../../../../lib/media';
|
|
6
6
|
import type { BlockBookingPaymentTerms } from '../../shared/bookingPaymentTerms';
|
|
7
7
|
import type { PublicTeamMemberSummary } from '../../shared/teamMembers';
|