@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
|
@@ -20,8 +20,8 @@ declare const selectSourceSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20
20
|
}, z.core.$strip>, z.ZodObject<{
|
|
21
21
|
kind: z.ZodLiteral<"site">;
|
|
22
22
|
optionSource: z.ZodEnum<{
|
|
23
|
-
venues: "venues";
|
|
24
23
|
eventCategories: "eventCategories";
|
|
24
|
+
venues: "venues";
|
|
25
25
|
staffMembers: "staffMembers";
|
|
26
26
|
}>;
|
|
27
27
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -42,17 +42,17 @@ declare const uiSchema: z.ZodObject<{
|
|
|
42
42
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
43
43
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
44
44
|
full: "full";
|
|
45
|
-
media: "media";
|
|
46
45
|
inline: "inline";
|
|
47
|
-
notes: "notes";
|
|
48
46
|
limited: "limited";
|
|
47
|
+
media: "media";
|
|
48
|
+
notes: "notes";
|
|
49
49
|
}>>>;
|
|
50
50
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
51
51
|
full: "full";
|
|
52
|
-
media: "media";
|
|
53
52
|
inline: "inline";
|
|
54
|
-
notes: "notes";
|
|
55
53
|
limited: "limited";
|
|
54
|
+
media: "media";
|
|
55
|
+
notes: "notes";
|
|
56
56
|
}>>>;
|
|
57
57
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
58
58
|
inline: "inline";
|
|
@@ -109,8 +109,8 @@ declare const uiSchema: z.ZodObject<{
|
|
|
109
109
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
110
110
|
description: z.ZodOptional<z.ZodString>;
|
|
111
111
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
112
|
-
default: "default";
|
|
113
112
|
outline: "outline";
|
|
113
|
+
default: "default";
|
|
114
114
|
}>>;
|
|
115
115
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
116
116
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -124,8 +124,8 @@ declare const uiSchema: z.ZodObject<{
|
|
|
124
124
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
125
125
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
126
126
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
127
|
-
stack: "stack";
|
|
128
127
|
grid: "grid";
|
|
128
|
+
stack: "stack";
|
|
129
129
|
}>>>;
|
|
130
130
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
131
131
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -172,12 +172,12 @@ declare const uiSchema: z.ZodObject<{
|
|
|
172
172
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
173
173
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
174
174
|
id: "id";
|
|
175
|
-
slug: "slug";
|
|
176
175
|
identifier: "identifier";
|
|
176
|
+
slug: "slug";
|
|
177
177
|
}>>>;
|
|
178
178
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
179
|
-
venues: "venues";
|
|
180
179
|
eventCategories: "eventCategories";
|
|
180
|
+
venues: "venues";
|
|
181
181
|
staffMembers: "staffMembers";
|
|
182
182
|
}>>>;
|
|
183
183
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -215,17 +215,17 @@ declare const baseFieldSchema: z.ZodObject<{
|
|
|
215
215
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
216
216
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
217
217
|
full: "full";
|
|
218
|
-
media: "media";
|
|
219
218
|
inline: "inline";
|
|
220
|
-
notes: "notes";
|
|
221
219
|
limited: "limited";
|
|
220
|
+
media: "media";
|
|
221
|
+
notes: "notes";
|
|
222
222
|
}>>>;
|
|
223
223
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
224
224
|
full: "full";
|
|
225
|
-
media: "media";
|
|
226
225
|
inline: "inline";
|
|
227
|
-
notes: "notes";
|
|
228
226
|
limited: "limited";
|
|
227
|
+
media: "media";
|
|
228
|
+
notes: "notes";
|
|
229
229
|
}>>>;
|
|
230
230
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
231
231
|
inline: "inline";
|
|
@@ -282,8 +282,8 @@ declare const baseFieldSchema: z.ZodObject<{
|
|
|
282
282
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
283
283
|
description: z.ZodOptional<z.ZodString>;
|
|
284
284
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
285
|
-
default: "default";
|
|
286
285
|
outline: "outline";
|
|
286
|
+
default: "default";
|
|
287
287
|
}>>;
|
|
288
288
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
289
289
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -297,8 +297,8 @@ declare const baseFieldSchema: z.ZodObject<{
|
|
|
297
297
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
298
298
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
299
299
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
300
|
-
stack: "stack";
|
|
301
300
|
grid: "grid";
|
|
301
|
+
stack: "stack";
|
|
302
302
|
}>>>;
|
|
303
303
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
304
304
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -345,12 +345,12 @@ declare const baseFieldSchema: z.ZodObject<{
|
|
|
345
345
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
346
346
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
347
347
|
id: "id";
|
|
348
|
-
slug: "slug";
|
|
349
348
|
identifier: "identifier";
|
|
349
|
+
slug: "slug";
|
|
350
350
|
}>>>;
|
|
351
351
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
352
|
-
venues: "venues";
|
|
353
352
|
eventCategories: "eventCategories";
|
|
353
|
+
venues: "venues";
|
|
354
354
|
staffMembers: "staffMembers";
|
|
355
355
|
}>>>;
|
|
356
356
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -389,17 +389,17 @@ declare const textFieldSchema: z.ZodObject<{
|
|
|
389
389
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
390
390
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
391
391
|
full: "full";
|
|
392
|
-
media: "media";
|
|
393
392
|
inline: "inline";
|
|
394
|
-
notes: "notes";
|
|
395
393
|
limited: "limited";
|
|
394
|
+
media: "media";
|
|
395
|
+
notes: "notes";
|
|
396
396
|
}>>>;
|
|
397
397
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
398
398
|
full: "full";
|
|
399
|
-
media: "media";
|
|
400
399
|
inline: "inline";
|
|
401
|
-
notes: "notes";
|
|
402
400
|
limited: "limited";
|
|
401
|
+
media: "media";
|
|
402
|
+
notes: "notes";
|
|
403
403
|
}>>>;
|
|
404
404
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
405
405
|
inline: "inline";
|
|
@@ -456,8 +456,8 @@ declare const textFieldSchema: z.ZodObject<{
|
|
|
456
456
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
457
457
|
description: z.ZodOptional<z.ZodString>;
|
|
458
458
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
459
|
-
default: "default";
|
|
460
459
|
outline: "outline";
|
|
460
|
+
default: "default";
|
|
461
461
|
}>>;
|
|
462
462
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
463
463
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -471,8 +471,8 @@ declare const textFieldSchema: z.ZodObject<{
|
|
|
471
471
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
472
472
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
473
473
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
474
|
-
stack: "stack";
|
|
475
474
|
grid: "grid";
|
|
475
|
+
stack: "stack";
|
|
476
476
|
}>>>;
|
|
477
477
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
478
478
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -519,12 +519,12 @@ declare const textFieldSchema: z.ZodObject<{
|
|
|
519
519
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
520
520
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
521
521
|
id: "id";
|
|
522
|
-
slug: "slug";
|
|
523
522
|
identifier: "identifier";
|
|
523
|
+
slug: "slug";
|
|
524
524
|
}>>>;
|
|
525
525
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
526
|
-
venues: "venues";
|
|
527
526
|
eventCategories: "eventCategories";
|
|
527
|
+
venues: "venues";
|
|
528
528
|
staffMembers: "staffMembers";
|
|
529
529
|
}>>>;
|
|
530
530
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -566,17 +566,17 @@ declare const richTextFieldSchema: z.ZodObject<{
|
|
|
566
566
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
567
567
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
568
568
|
full: "full";
|
|
569
|
-
media: "media";
|
|
570
569
|
inline: "inline";
|
|
571
|
-
notes: "notes";
|
|
572
570
|
limited: "limited";
|
|
571
|
+
media: "media";
|
|
572
|
+
notes: "notes";
|
|
573
573
|
}>>>;
|
|
574
574
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
575
575
|
full: "full";
|
|
576
|
-
media: "media";
|
|
577
576
|
inline: "inline";
|
|
578
|
-
notes: "notes";
|
|
579
577
|
limited: "limited";
|
|
578
|
+
media: "media";
|
|
579
|
+
notes: "notes";
|
|
580
580
|
}>>>;
|
|
581
581
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
582
582
|
inline: "inline";
|
|
@@ -633,8 +633,8 @@ declare const richTextFieldSchema: z.ZodObject<{
|
|
|
633
633
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
634
634
|
description: z.ZodOptional<z.ZodString>;
|
|
635
635
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
636
|
-
default: "default";
|
|
637
636
|
outline: "outline";
|
|
637
|
+
default: "default";
|
|
638
638
|
}>>;
|
|
639
639
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
640
640
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -648,8 +648,8 @@ declare const richTextFieldSchema: z.ZodObject<{
|
|
|
648
648
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
649
649
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
650
650
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
651
|
-
stack: "stack";
|
|
652
651
|
grid: "grid";
|
|
652
|
+
stack: "stack";
|
|
653
653
|
}>>>;
|
|
654
654
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
655
655
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -696,12 +696,12 @@ declare const richTextFieldSchema: z.ZodObject<{
|
|
|
696
696
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
697
697
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
698
698
|
id: "id";
|
|
699
|
-
slug: "slug";
|
|
700
699
|
identifier: "identifier";
|
|
700
|
+
slug: "slug";
|
|
701
701
|
}>>>;
|
|
702
702
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
703
|
-
venues: "venues";
|
|
704
703
|
eventCategories: "eventCategories";
|
|
704
|
+
venues: "venues";
|
|
705
705
|
staffMembers: "staffMembers";
|
|
706
706
|
}>>>;
|
|
707
707
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -741,17 +741,17 @@ declare const mediaFieldSchema: z.ZodObject<{
|
|
|
741
741
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
742
742
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
743
743
|
full: "full";
|
|
744
|
-
media: "media";
|
|
745
744
|
inline: "inline";
|
|
746
|
-
notes: "notes";
|
|
747
745
|
limited: "limited";
|
|
746
|
+
media: "media";
|
|
747
|
+
notes: "notes";
|
|
748
748
|
}>>>;
|
|
749
749
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
750
750
|
full: "full";
|
|
751
|
-
media: "media";
|
|
752
751
|
inline: "inline";
|
|
753
|
-
notes: "notes";
|
|
754
752
|
limited: "limited";
|
|
753
|
+
media: "media";
|
|
754
|
+
notes: "notes";
|
|
755
755
|
}>>>;
|
|
756
756
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
757
757
|
inline: "inline";
|
|
@@ -808,8 +808,8 @@ declare const mediaFieldSchema: z.ZodObject<{
|
|
|
808
808
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
809
809
|
description: z.ZodOptional<z.ZodString>;
|
|
810
810
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
811
|
-
default: "default";
|
|
812
811
|
outline: "outline";
|
|
812
|
+
default: "default";
|
|
813
813
|
}>>;
|
|
814
814
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
815
815
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -823,8 +823,8 @@ declare const mediaFieldSchema: z.ZodObject<{
|
|
|
823
823
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
824
824
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
825
825
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
826
|
-
stack: "stack";
|
|
827
826
|
grid: "grid";
|
|
827
|
+
stack: "stack";
|
|
828
828
|
}>>>;
|
|
829
829
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
830
830
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -871,12 +871,12 @@ declare const mediaFieldSchema: z.ZodObject<{
|
|
|
871
871
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
872
872
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
873
873
|
id: "id";
|
|
874
|
-
slug: "slug";
|
|
875
874
|
identifier: "identifier";
|
|
875
|
+
slug: "slug";
|
|
876
876
|
}>>>;
|
|
877
877
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
878
|
-
venues: "venues";
|
|
879
878
|
eventCategories: "eventCategories";
|
|
879
|
+
venues: "venues";
|
|
880
880
|
staffMembers: "staffMembers";
|
|
881
881
|
}>>>;
|
|
882
882
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -925,17 +925,17 @@ declare const booleanFieldSchema: z.ZodObject<{
|
|
|
925
925
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
926
926
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
927
927
|
full: "full";
|
|
928
|
-
media: "media";
|
|
929
928
|
inline: "inline";
|
|
930
|
-
notes: "notes";
|
|
931
929
|
limited: "limited";
|
|
930
|
+
media: "media";
|
|
931
|
+
notes: "notes";
|
|
932
932
|
}>>>;
|
|
933
933
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
934
934
|
full: "full";
|
|
935
|
-
media: "media";
|
|
936
935
|
inline: "inline";
|
|
937
|
-
notes: "notes";
|
|
938
936
|
limited: "limited";
|
|
937
|
+
media: "media";
|
|
938
|
+
notes: "notes";
|
|
939
939
|
}>>>;
|
|
940
940
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
941
941
|
inline: "inline";
|
|
@@ -992,8 +992,8 @@ declare const booleanFieldSchema: z.ZodObject<{
|
|
|
992
992
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
993
993
|
description: z.ZodOptional<z.ZodString>;
|
|
994
994
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
995
|
-
default: "default";
|
|
996
995
|
outline: "outline";
|
|
996
|
+
default: "default";
|
|
997
997
|
}>>;
|
|
998
998
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
999
999
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -1007,8 +1007,8 @@ declare const booleanFieldSchema: z.ZodObject<{
|
|
|
1007
1007
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1008
1008
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1009
1009
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1010
|
-
stack: "stack";
|
|
1011
1010
|
grid: "grid";
|
|
1011
|
+
stack: "stack";
|
|
1012
1012
|
}>>>;
|
|
1013
1013
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1014
1014
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -1055,12 +1055,12 @@ declare const booleanFieldSchema: z.ZodObject<{
|
|
|
1055
1055
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1056
1056
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1057
1057
|
id: "id";
|
|
1058
|
-
slug: "slug";
|
|
1059
1058
|
identifier: "identifier";
|
|
1059
|
+
slug: "slug";
|
|
1060
1060
|
}>>>;
|
|
1061
1061
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1062
|
-
venues: "venues";
|
|
1063
1062
|
eventCategories: "eventCategories";
|
|
1063
|
+
venues: "venues";
|
|
1064
1064
|
staffMembers: "staffMembers";
|
|
1065
1065
|
}>>>;
|
|
1066
1066
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1100,17 +1100,17 @@ declare const dateFieldSchema: z.ZodObject<{
|
|
|
1100
1100
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1101
1101
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1102
1102
|
full: "full";
|
|
1103
|
-
media: "media";
|
|
1104
1103
|
inline: "inline";
|
|
1105
|
-
notes: "notes";
|
|
1106
1104
|
limited: "limited";
|
|
1105
|
+
media: "media";
|
|
1106
|
+
notes: "notes";
|
|
1107
1107
|
}>>>;
|
|
1108
1108
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1109
1109
|
full: "full";
|
|
1110
|
-
media: "media";
|
|
1111
1110
|
inline: "inline";
|
|
1112
|
-
notes: "notes";
|
|
1113
1111
|
limited: "limited";
|
|
1112
|
+
media: "media";
|
|
1113
|
+
notes: "notes";
|
|
1114
1114
|
}>>>;
|
|
1115
1115
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1116
1116
|
inline: "inline";
|
|
@@ -1167,8 +1167,8 @@ declare const dateFieldSchema: z.ZodObject<{
|
|
|
1167
1167
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
1168
1168
|
description: z.ZodOptional<z.ZodString>;
|
|
1169
1169
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
1170
|
-
default: "default";
|
|
1171
1170
|
outline: "outline";
|
|
1171
|
+
default: "default";
|
|
1172
1172
|
}>>;
|
|
1173
1173
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
1174
1174
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -1182,8 +1182,8 @@ declare const dateFieldSchema: z.ZodObject<{
|
|
|
1182
1182
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1183
1183
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1184
1184
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1185
|
-
stack: "stack";
|
|
1186
1185
|
grid: "grid";
|
|
1186
|
+
stack: "stack";
|
|
1187
1187
|
}>>>;
|
|
1188
1188
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1189
1189
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -1230,12 +1230,12 @@ declare const dateFieldSchema: z.ZodObject<{
|
|
|
1230
1230
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1231
1231
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1232
1232
|
id: "id";
|
|
1233
|
-
slug: "slug";
|
|
1234
1233
|
identifier: "identifier";
|
|
1234
|
+
slug: "slug";
|
|
1235
1235
|
}>>>;
|
|
1236
1236
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1237
|
-
venues: "venues";
|
|
1238
1237
|
eventCategories: "eventCategories";
|
|
1238
|
+
venues: "venues";
|
|
1239
1239
|
staffMembers: "staffMembers";
|
|
1240
1240
|
}>>>;
|
|
1241
1241
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1275,17 +1275,17 @@ declare const timeFieldSchema: z.ZodObject<{
|
|
|
1275
1275
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1276
1276
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1277
1277
|
full: "full";
|
|
1278
|
-
media: "media";
|
|
1279
1278
|
inline: "inline";
|
|
1280
|
-
notes: "notes";
|
|
1281
1279
|
limited: "limited";
|
|
1280
|
+
media: "media";
|
|
1281
|
+
notes: "notes";
|
|
1282
1282
|
}>>>;
|
|
1283
1283
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1284
1284
|
full: "full";
|
|
1285
|
-
media: "media";
|
|
1286
1285
|
inline: "inline";
|
|
1287
|
-
notes: "notes";
|
|
1288
1286
|
limited: "limited";
|
|
1287
|
+
media: "media";
|
|
1288
|
+
notes: "notes";
|
|
1289
1289
|
}>>>;
|
|
1290
1290
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1291
1291
|
inline: "inline";
|
|
@@ -1342,8 +1342,8 @@ declare const timeFieldSchema: z.ZodObject<{
|
|
|
1342
1342
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
1343
1343
|
description: z.ZodOptional<z.ZodString>;
|
|
1344
1344
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
1345
|
-
default: "default";
|
|
1346
1345
|
outline: "outline";
|
|
1346
|
+
default: "default";
|
|
1347
1347
|
}>>;
|
|
1348
1348
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
1349
1349
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -1357,8 +1357,8 @@ declare const timeFieldSchema: z.ZodObject<{
|
|
|
1357
1357
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1358
1358
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1359
1359
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1360
|
-
stack: "stack";
|
|
1361
1360
|
grid: "grid";
|
|
1361
|
+
stack: "stack";
|
|
1362
1362
|
}>>>;
|
|
1363
1363
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1364
1364
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -1405,12 +1405,12 @@ declare const timeFieldSchema: z.ZodObject<{
|
|
|
1405
1405
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1406
1406
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1407
1407
|
id: "id";
|
|
1408
|
-
slug: "slug";
|
|
1409
1408
|
identifier: "identifier";
|
|
1409
|
+
slug: "slug";
|
|
1410
1410
|
}>>>;
|
|
1411
1411
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1412
|
-
venues: "venues";
|
|
1413
1412
|
eventCategories: "eventCategories";
|
|
1413
|
+
venues: "venues";
|
|
1414
1414
|
staffMembers: "staffMembers";
|
|
1415
1415
|
}>>>;
|
|
1416
1416
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1450,17 +1450,17 @@ declare const dateTimeFieldSchema: z.ZodObject<{
|
|
|
1450
1450
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1451
1451
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1452
1452
|
full: "full";
|
|
1453
|
-
media: "media";
|
|
1454
1453
|
inline: "inline";
|
|
1455
|
-
notes: "notes";
|
|
1456
1454
|
limited: "limited";
|
|
1455
|
+
media: "media";
|
|
1456
|
+
notes: "notes";
|
|
1457
1457
|
}>>>;
|
|
1458
1458
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1459
1459
|
full: "full";
|
|
1460
|
-
media: "media";
|
|
1461
1460
|
inline: "inline";
|
|
1462
|
-
notes: "notes";
|
|
1463
1461
|
limited: "limited";
|
|
1462
|
+
media: "media";
|
|
1463
|
+
notes: "notes";
|
|
1464
1464
|
}>>>;
|
|
1465
1465
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1466
1466
|
inline: "inline";
|
|
@@ -1517,8 +1517,8 @@ declare const dateTimeFieldSchema: z.ZodObject<{
|
|
|
1517
1517
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
1518
1518
|
description: z.ZodOptional<z.ZodString>;
|
|
1519
1519
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
1520
|
-
default: "default";
|
|
1521
1520
|
outline: "outline";
|
|
1521
|
+
default: "default";
|
|
1522
1522
|
}>>;
|
|
1523
1523
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
1524
1524
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -1532,8 +1532,8 @@ declare const dateTimeFieldSchema: z.ZodObject<{
|
|
|
1532
1532
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1533
1533
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1534
1534
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1535
|
-
stack: "stack";
|
|
1536
1535
|
grid: "grid";
|
|
1536
|
+
stack: "stack";
|
|
1537
1537
|
}>>>;
|
|
1538
1538
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1539
1539
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -1580,12 +1580,12 @@ declare const dateTimeFieldSchema: z.ZodObject<{
|
|
|
1580
1580
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1581
1581
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1582
1582
|
id: "id";
|
|
1583
|
-
slug: "slug";
|
|
1584
1583
|
identifier: "identifier";
|
|
1584
|
+
slug: "slug";
|
|
1585
1585
|
}>>>;
|
|
1586
1586
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1587
|
-
venues: "venues";
|
|
1588
1587
|
eventCategories: "eventCategories";
|
|
1588
|
+
venues: "venues";
|
|
1589
1589
|
staffMembers: "staffMembers";
|
|
1590
1590
|
}>>>;
|
|
1591
1591
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1625,17 +1625,17 @@ declare const slugFieldSchema: z.ZodObject<{
|
|
|
1625
1625
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1626
1626
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1627
1627
|
full: "full";
|
|
1628
|
-
media: "media";
|
|
1629
1628
|
inline: "inline";
|
|
1630
|
-
notes: "notes";
|
|
1631
1629
|
limited: "limited";
|
|
1630
|
+
media: "media";
|
|
1631
|
+
notes: "notes";
|
|
1632
1632
|
}>>>;
|
|
1633
1633
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1634
1634
|
full: "full";
|
|
1635
|
-
media: "media";
|
|
1636
1635
|
inline: "inline";
|
|
1637
|
-
notes: "notes";
|
|
1638
1636
|
limited: "limited";
|
|
1637
|
+
media: "media";
|
|
1638
|
+
notes: "notes";
|
|
1639
1639
|
}>>>;
|
|
1640
1640
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1641
1641
|
inline: "inline";
|
|
@@ -1692,8 +1692,8 @@ declare const slugFieldSchema: z.ZodObject<{
|
|
|
1692
1692
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
1693
1693
|
description: z.ZodOptional<z.ZodString>;
|
|
1694
1694
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
1695
|
-
default: "default";
|
|
1696
1695
|
outline: "outline";
|
|
1696
|
+
default: "default";
|
|
1697
1697
|
}>>;
|
|
1698
1698
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
1699
1699
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -1707,8 +1707,8 @@ declare const slugFieldSchema: z.ZodObject<{
|
|
|
1707
1707
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1708
1708
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1709
1709
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1710
|
-
stack: "stack";
|
|
1711
1710
|
grid: "grid";
|
|
1711
|
+
stack: "stack";
|
|
1712
1712
|
}>>>;
|
|
1713
1713
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1714
1714
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -1755,12 +1755,12 @@ declare const slugFieldSchema: z.ZodObject<{
|
|
|
1755
1755
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1756
1756
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1757
1757
|
id: "id";
|
|
1758
|
-
slug: "slug";
|
|
1759
1758
|
identifier: "identifier";
|
|
1759
|
+
slug: "slug";
|
|
1760
1760
|
}>>>;
|
|
1761
1761
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1762
|
-
venues: "venues";
|
|
1763
1762
|
eventCategories: "eventCategories";
|
|
1763
|
+
venues: "venues";
|
|
1764
1764
|
staffMembers: "staffMembers";
|
|
1765
1765
|
}>>>;
|
|
1766
1766
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1803,17 +1803,17 @@ declare const urlFieldSchema: z.ZodObject<{
|
|
|
1803
1803
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1804
1804
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1805
1805
|
full: "full";
|
|
1806
|
-
media: "media";
|
|
1807
1806
|
inline: "inline";
|
|
1808
|
-
notes: "notes";
|
|
1809
1807
|
limited: "limited";
|
|
1808
|
+
media: "media";
|
|
1809
|
+
notes: "notes";
|
|
1810
1810
|
}>>>;
|
|
1811
1811
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1812
1812
|
full: "full";
|
|
1813
|
-
media: "media";
|
|
1814
1813
|
inline: "inline";
|
|
1815
|
-
notes: "notes";
|
|
1816
1814
|
limited: "limited";
|
|
1815
|
+
media: "media";
|
|
1816
|
+
notes: "notes";
|
|
1817
1817
|
}>>>;
|
|
1818
1818
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1819
1819
|
inline: "inline";
|
|
@@ -1870,8 +1870,8 @@ declare const urlFieldSchema: z.ZodObject<{
|
|
|
1870
1870
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
1871
1871
|
description: z.ZodOptional<z.ZodString>;
|
|
1872
1872
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
1873
|
-
default: "default";
|
|
1874
1873
|
outline: "outline";
|
|
1874
|
+
default: "default";
|
|
1875
1875
|
}>>;
|
|
1876
1876
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
1877
1877
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -1885,8 +1885,8 @@ declare const urlFieldSchema: z.ZodObject<{
|
|
|
1885
1885
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1886
1886
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1887
1887
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1888
|
-
stack: "stack";
|
|
1889
1888
|
grid: "grid";
|
|
1889
|
+
stack: "stack";
|
|
1890
1890
|
}>>>;
|
|
1891
1891
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1892
1892
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -1933,12 +1933,12 @@ declare const urlFieldSchema: z.ZodObject<{
|
|
|
1933
1933
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1934
1934
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1935
1935
|
id: "id";
|
|
1936
|
-
slug: "slug";
|
|
1937
1936
|
identifier: "identifier";
|
|
1937
|
+
slug: "slug";
|
|
1938
1938
|
}>>>;
|
|
1939
1939
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1940
|
-
venues: "venues";
|
|
1941
1940
|
eventCategories: "eventCategories";
|
|
1941
|
+
venues: "venues";
|
|
1942
1942
|
staffMembers: "staffMembers";
|
|
1943
1943
|
}>>>;
|
|
1944
1944
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1979,17 +1979,17 @@ declare const linkFieldSchema: z.ZodObject<{
|
|
|
1979
1979
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1980
1980
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1981
1981
|
full: "full";
|
|
1982
|
-
media: "media";
|
|
1983
1982
|
inline: "inline";
|
|
1984
|
-
notes: "notes";
|
|
1985
1983
|
limited: "limited";
|
|
1984
|
+
media: "media";
|
|
1985
|
+
notes: "notes";
|
|
1986
1986
|
}>>>;
|
|
1987
1987
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1988
1988
|
full: "full";
|
|
1989
|
-
media: "media";
|
|
1990
1989
|
inline: "inline";
|
|
1991
|
-
notes: "notes";
|
|
1992
1990
|
limited: "limited";
|
|
1991
|
+
media: "media";
|
|
1992
|
+
notes: "notes";
|
|
1993
1993
|
}>>>;
|
|
1994
1994
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
1995
1995
|
inline: "inline";
|
|
@@ -2046,8 +2046,8 @@ declare const linkFieldSchema: z.ZodObject<{
|
|
|
2046
2046
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
2047
2047
|
description: z.ZodOptional<z.ZodString>;
|
|
2048
2048
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
2049
|
-
default: "default";
|
|
2050
2049
|
outline: "outline";
|
|
2050
|
+
default: "default";
|
|
2051
2051
|
}>>;
|
|
2052
2052
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
2053
2053
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -2061,8 +2061,8 @@ declare const linkFieldSchema: z.ZodObject<{
|
|
|
2061
2061
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2062
2062
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2063
2063
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2064
|
-
stack: "stack";
|
|
2065
2064
|
grid: "grid";
|
|
2065
|
+
stack: "stack";
|
|
2066
2066
|
}>>>;
|
|
2067
2067
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2068
2068
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -2109,12 +2109,12 @@ declare const linkFieldSchema: z.ZodObject<{
|
|
|
2109
2109
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2110
2110
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2111
2111
|
id: "id";
|
|
2112
|
-
slug: "slug";
|
|
2113
2112
|
identifier: "identifier";
|
|
2113
|
+
slug: "slug";
|
|
2114
2114
|
}>>>;
|
|
2115
2115
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2116
|
-
venues: "venues";
|
|
2117
2116
|
eventCategories: "eventCategories";
|
|
2117
|
+
venues: "venues";
|
|
2118
2118
|
staffMembers: "staffMembers";
|
|
2119
2119
|
}>>>;
|
|
2120
2120
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -2154,17 +2154,17 @@ declare const selectFieldSchema: z.ZodObject<{
|
|
|
2154
2154
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2155
2155
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2156
2156
|
full: "full";
|
|
2157
|
-
media: "media";
|
|
2158
2157
|
inline: "inline";
|
|
2159
|
-
notes: "notes";
|
|
2160
2158
|
limited: "limited";
|
|
2159
|
+
media: "media";
|
|
2160
|
+
notes: "notes";
|
|
2161
2161
|
}>>>;
|
|
2162
2162
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2163
2163
|
full: "full";
|
|
2164
|
-
media: "media";
|
|
2165
2164
|
inline: "inline";
|
|
2166
|
-
notes: "notes";
|
|
2167
2165
|
limited: "limited";
|
|
2166
|
+
media: "media";
|
|
2167
|
+
notes: "notes";
|
|
2168
2168
|
}>>>;
|
|
2169
2169
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2170
2170
|
inline: "inline";
|
|
@@ -2221,8 +2221,8 @@ declare const selectFieldSchema: z.ZodObject<{
|
|
|
2221
2221
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
2222
2222
|
description: z.ZodOptional<z.ZodString>;
|
|
2223
2223
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
2224
|
-
default: "default";
|
|
2225
2224
|
outline: "outline";
|
|
2225
|
+
default: "default";
|
|
2226
2226
|
}>>;
|
|
2227
2227
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
2228
2228
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -2236,8 +2236,8 @@ declare const selectFieldSchema: z.ZodObject<{
|
|
|
2236
2236
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2237
2237
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2238
2238
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2239
|
-
stack: "stack";
|
|
2240
2239
|
grid: "grid";
|
|
2240
|
+
stack: "stack";
|
|
2241
2241
|
}>>>;
|
|
2242
2242
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2243
2243
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -2284,12 +2284,12 @@ declare const selectFieldSchema: z.ZodObject<{
|
|
|
2284
2284
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2285
2285
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2286
2286
|
id: "id";
|
|
2287
|
-
slug: "slug";
|
|
2288
2287
|
identifier: "identifier";
|
|
2288
|
+
slug: "slug";
|
|
2289
2289
|
}>>>;
|
|
2290
2290
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2291
|
-
venues: "venues";
|
|
2292
2291
|
eventCategories: "eventCategories";
|
|
2292
|
+
venues: "venues";
|
|
2293
2293
|
staffMembers: "staffMembers";
|
|
2294
2294
|
}>>>;
|
|
2295
2295
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -2314,8 +2314,8 @@ declare const selectFieldSchema: z.ZodObject<{
|
|
|
2314
2314
|
}, z.core.$strip>, z.ZodObject<{
|
|
2315
2315
|
kind: z.ZodLiteral<"site">;
|
|
2316
2316
|
optionSource: z.ZodEnum<{
|
|
2317
|
-
venues: "venues";
|
|
2318
2317
|
eventCategories: "eventCategories";
|
|
2318
|
+
venues: "venues";
|
|
2319
2319
|
staffMembers: "staffMembers";
|
|
2320
2320
|
}>;
|
|
2321
2321
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -2348,17 +2348,17 @@ declare const referenceFieldSchema: z.ZodObject<{
|
|
|
2348
2348
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2349
2349
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2350
2350
|
full: "full";
|
|
2351
|
-
media: "media";
|
|
2352
2351
|
inline: "inline";
|
|
2353
|
-
notes: "notes";
|
|
2354
2352
|
limited: "limited";
|
|
2353
|
+
media: "media";
|
|
2354
|
+
notes: "notes";
|
|
2355
2355
|
}>>>;
|
|
2356
2356
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2357
2357
|
full: "full";
|
|
2358
|
-
media: "media";
|
|
2359
2358
|
inline: "inline";
|
|
2360
|
-
notes: "notes";
|
|
2361
2359
|
limited: "limited";
|
|
2360
|
+
media: "media";
|
|
2361
|
+
notes: "notes";
|
|
2362
2362
|
}>>>;
|
|
2363
2363
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2364
2364
|
inline: "inline";
|
|
@@ -2415,8 +2415,8 @@ declare const referenceFieldSchema: z.ZodObject<{
|
|
|
2415
2415
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
2416
2416
|
description: z.ZodOptional<z.ZodString>;
|
|
2417
2417
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
2418
|
-
default: "default";
|
|
2419
2418
|
outline: "outline";
|
|
2419
|
+
default: "default";
|
|
2420
2420
|
}>>;
|
|
2421
2421
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
2422
2422
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -2430,8 +2430,8 @@ declare const referenceFieldSchema: z.ZodObject<{
|
|
|
2430
2430
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2431
2431
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2432
2432
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2433
|
-
stack: "stack";
|
|
2434
2433
|
grid: "grid";
|
|
2434
|
+
stack: "stack";
|
|
2435
2435
|
}>>>;
|
|
2436
2436
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2437
2437
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -2478,12 +2478,12 @@ declare const referenceFieldSchema: z.ZodObject<{
|
|
|
2478
2478
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2479
2479
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2480
2480
|
id: "id";
|
|
2481
|
-
slug: "slug";
|
|
2482
2481
|
identifier: "identifier";
|
|
2482
|
+
slug: "slug";
|
|
2483
2483
|
}>>>;
|
|
2484
2484
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2485
|
-
venues: "venues";
|
|
2486
2485
|
eventCategories: "eventCategories";
|
|
2486
|
+
venues: "venues";
|
|
2487
2487
|
staffMembers: "staffMembers";
|
|
2488
2488
|
}>>>;
|
|
2489
2489
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -2535,17 +2535,17 @@ declare const repeaterFieldSchema: z.ZodObject<{
|
|
|
2535
2535
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2536
2536
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2537
2537
|
full: "full";
|
|
2538
|
-
media: "media";
|
|
2539
2538
|
inline: "inline";
|
|
2540
|
-
notes: "notes";
|
|
2541
2539
|
limited: "limited";
|
|
2540
|
+
media: "media";
|
|
2541
|
+
notes: "notes";
|
|
2542
2542
|
}>>>;
|
|
2543
2543
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2544
2544
|
full: "full";
|
|
2545
|
-
media: "media";
|
|
2546
2545
|
inline: "inline";
|
|
2547
|
-
notes: "notes";
|
|
2548
2546
|
limited: "limited";
|
|
2547
|
+
media: "media";
|
|
2548
|
+
notes: "notes";
|
|
2549
2549
|
}>>>;
|
|
2550
2550
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2551
2551
|
inline: "inline";
|
|
@@ -2602,8 +2602,8 @@ declare const repeaterFieldSchema: z.ZodObject<{
|
|
|
2602
2602
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
2603
2603
|
description: z.ZodOptional<z.ZodString>;
|
|
2604
2604
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
2605
|
-
default: "default";
|
|
2606
2605
|
outline: "outline";
|
|
2606
|
+
default: "default";
|
|
2607
2607
|
}>>;
|
|
2608
2608
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
2609
2609
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -2617,8 +2617,8 @@ declare const repeaterFieldSchema: z.ZodObject<{
|
|
|
2617
2617
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2618
2618
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2619
2619
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2620
|
-
stack: "stack";
|
|
2621
2620
|
grid: "grid";
|
|
2621
|
+
stack: "stack";
|
|
2622
2622
|
}>>>;
|
|
2623
2623
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2624
2624
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -2665,12 +2665,12 @@ declare const repeaterFieldSchema: z.ZodObject<{
|
|
|
2665
2665
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2666
2666
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2667
2667
|
id: "id";
|
|
2668
|
-
slug: "slug";
|
|
2669
2668
|
identifier: "identifier";
|
|
2669
|
+
slug: "slug";
|
|
2670
2670
|
}>>>;
|
|
2671
2671
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2672
|
-
venues: "venues";
|
|
2673
2672
|
eventCategories: "eventCategories";
|
|
2673
|
+
venues: "venues";
|
|
2674
2674
|
staffMembers: "staffMembers";
|
|
2675
2675
|
}>>>;
|
|
2676
2676
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -2724,17 +2724,17 @@ declare const groupFieldSchema: z.ZodObject<{
|
|
|
2724
2724
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2725
2725
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2726
2726
|
full: "full";
|
|
2727
|
-
media: "media";
|
|
2728
2727
|
inline: "inline";
|
|
2729
|
-
notes: "notes";
|
|
2730
2728
|
limited: "limited";
|
|
2729
|
+
media: "media";
|
|
2730
|
+
notes: "notes";
|
|
2731
2731
|
}>>>;
|
|
2732
2732
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2733
2733
|
full: "full";
|
|
2734
|
-
media: "media";
|
|
2735
2734
|
inline: "inline";
|
|
2736
|
-
notes: "notes";
|
|
2737
2735
|
limited: "limited";
|
|
2736
|
+
media: "media";
|
|
2737
|
+
notes: "notes";
|
|
2738
2738
|
}>>>;
|
|
2739
2739
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2740
2740
|
inline: "inline";
|
|
@@ -2791,8 +2791,8 @@ declare const groupFieldSchema: z.ZodObject<{
|
|
|
2791
2791
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
2792
2792
|
description: z.ZodOptional<z.ZodString>;
|
|
2793
2793
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
2794
|
-
default: "default";
|
|
2795
2794
|
outline: "outline";
|
|
2795
|
+
default: "default";
|
|
2796
2796
|
}>>;
|
|
2797
2797
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
2798
2798
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -2806,8 +2806,8 @@ declare const groupFieldSchema: z.ZodObject<{
|
|
|
2806
2806
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2807
2807
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2808
2808
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2809
|
-
stack: "stack";
|
|
2810
2809
|
grid: "grid";
|
|
2810
|
+
stack: "stack";
|
|
2811
2811
|
}>>>;
|
|
2812
2812
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2813
2813
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -2854,12 +2854,12 @@ declare const groupFieldSchema: z.ZodObject<{
|
|
|
2854
2854
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2855
2855
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2856
2856
|
id: "id";
|
|
2857
|
-
slug: "slug";
|
|
2858
2857
|
identifier: "identifier";
|
|
2858
|
+
slug: "slug";
|
|
2859
2859
|
}>>>;
|
|
2860
2860
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2861
|
-
venues: "venues";
|
|
2862
2861
|
eventCategories: "eventCategories";
|
|
2862
|
+
venues: "venues";
|
|
2863
2863
|
staffMembers: "staffMembers";
|
|
2864
2864
|
}>>>;
|
|
2865
2865
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -2902,17 +2902,17 @@ declare const modalFieldSchema: z.ZodObject<{
|
|
|
2902
2902
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2903
2903
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2904
2904
|
full: "full";
|
|
2905
|
-
media: "media";
|
|
2906
2905
|
inline: "inline";
|
|
2907
|
-
notes: "notes";
|
|
2908
2906
|
limited: "limited";
|
|
2907
|
+
media: "media";
|
|
2908
|
+
notes: "notes";
|
|
2909
2909
|
}>>>;
|
|
2910
2910
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2911
2911
|
full: "full";
|
|
2912
|
-
media: "media";
|
|
2913
2912
|
inline: "inline";
|
|
2914
|
-
notes: "notes";
|
|
2915
2913
|
limited: "limited";
|
|
2914
|
+
media: "media";
|
|
2915
|
+
notes: "notes";
|
|
2916
2916
|
}>>>;
|
|
2917
2917
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2918
2918
|
inline: "inline";
|
|
@@ -2969,8 +2969,8 @@ declare const modalFieldSchema: z.ZodObject<{
|
|
|
2969
2969
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
2970
2970
|
description: z.ZodOptional<z.ZodString>;
|
|
2971
2971
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
2972
|
-
default: "default";
|
|
2973
2972
|
outline: "outline";
|
|
2973
|
+
default: "default";
|
|
2974
2974
|
}>>;
|
|
2975
2975
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
2976
2976
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -2984,8 +2984,8 @@ declare const modalFieldSchema: z.ZodObject<{
|
|
|
2984
2984
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2985
2985
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2986
2986
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2987
|
-
stack: "stack";
|
|
2988
2987
|
grid: "grid";
|
|
2988
|
+
stack: "stack";
|
|
2989
2989
|
}>>>;
|
|
2990
2990
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2991
2991
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -3032,12 +3032,12 @@ declare const modalFieldSchema: z.ZodObject<{
|
|
|
3032
3032
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3033
3033
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3034
3034
|
id: "id";
|
|
3035
|
-
slug: "slug";
|
|
3036
3035
|
identifier: "identifier";
|
|
3036
|
+
slug: "slug";
|
|
3037
3037
|
}>>>;
|
|
3038
3038
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3039
|
-
venues: "venues";
|
|
3040
3039
|
eventCategories: "eventCategories";
|
|
3040
|
+
venues: "venues";
|
|
3041
3041
|
staffMembers: "staffMembers";
|
|
3042
3042
|
}>>>;
|
|
3043
3043
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -3080,17 +3080,17 @@ declare const numberFieldSchema: z.ZodObject<{
|
|
|
3080
3080
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3081
3081
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3082
3082
|
full: "full";
|
|
3083
|
-
media: "media";
|
|
3084
3083
|
inline: "inline";
|
|
3085
|
-
notes: "notes";
|
|
3086
3084
|
limited: "limited";
|
|
3085
|
+
media: "media";
|
|
3086
|
+
notes: "notes";
|
|
3087
3087
|
}>>>;
|
|
3088
3088
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3089
3089
|
full: "full";
|
|
3090
|
-
media: "media";
|
|
3091
3090
|
inline: "inline";
|
|
3092
|
-
notes: "notes";
|
|
3093
3091
|
limited: "limited";
|
|
3092
|
+
media: "media";
|
|
3093
|
+
notes: "notes";
|
|
3094
3094
|
}>>>;
|
|
3095
3095
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3096
3096
|
inline: "inline";
|
|
@@ -3147,8 +3147,8 @@ declare const numberFieldSchema: z.ZodObject<{
|
|
|
3147
3147
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
3148
3148
|
description: z.ZodOptional<z.ZodString>;
|
|
3149
3149
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
3150
|
-
default: "default";
|
|
3151
3150
|
outline: "outline";
|
|
3151
|
+
default: "default";
|
|
3152
3152
|
}>>;
|
|
3153
3153
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
3154
3154
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -3162,8 +3162,8 @@ declare const numberFieldSchema: z.ZodObject<{
|
|
|
3162
3162
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3163
3163
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3164
3164
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3165
|
-
stack: "stack";
|
|
3166
3165
|
grid: "grid";
|
|
3166
|
+
stack: "stack";
|
|
3167
3167
|
}>>>;
|
|
3168
3168
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3169
3169
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -3210,12 +3210,12 @@ declare const numberFieldSchema: z.ZodObject<{
|
|
|
3210
3210
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3211
3211
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3212
3212
|
id: "id";
|
|
3213
|
-
slug: "slug";
|
|
3214
3213
|
identifier: "identifier";
|
|
3214
|
+
slug: "slug";
|
|
3215
3215
|
}>>>;
|
|
3216
3216
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3217
|
-
venues: "venues";
|
|
3218
3217
|
eventCategories: "eventCategories";
|
|
3218
|
+
venues: "venues";
|
|
3219
3219
|
staffMembers: "staffMembers";
|
|
3220
3220
|
}>>>;
|
|
3221
3221
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -3258,17 +3258,17 @@ declare const tabGroupFieldSchema: z.ZodObject<{
|
|
|
3258
3258
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3259
3259
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3260
3260
|
full: "full";
|
|
3261
|
-
media: "media";
|
|
3262
3261
|
inline: "inline";
|
|
3263
|
-
notes: "notes";
|
|
3264
3262
|
limited: "limited";
|
|
3263
|
+
media: "media";
|
|
3264
|
+
notes: "notes";
|
|
3265
3265
|
}>>>;
|
|
3266
3266
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3267
3267
|
full: "full";
|
|
3268
|
-
media: "media";
|
|
3269
3268
|
inline: "inline";
|
|
3270
|
-
notes: "notes";
|
|
3271
3269
|
limited: "limited";
|
|
3270
|
+
media: "media";
|
|
3271
|
+
notes: "notes";
|
|
3272
3272
|
}>>>;
|
|
3273
3273
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3274
3274
|
inline: "inline";
|
|
@@ -3325,8 +3325,8 @@ declare const tabGroupFieldSchema: z.ZodObject<{
|
|
|
3325
3325
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
3326
3326
|
description: z.ZodOptional<z.ZodString>;
|
|
3327
3327
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
3328
|
-
default: "default";
|
|
3329
3328
|
outline: "outline";
|
|
3329
|
+
default: "default";
|
|
3330
3330
|
}>>;
|
|
3331
3331
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
3332
3332
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -3340,8 +3340,8 @@ declare const tabGroupFieldSchema: z.ZodObject<{
|
|
|
3340
3340
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3341
3341
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3342
3342
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3343
|
-
stack: "stack";
|
|
3344
3343
|
grid: "grid";
|
|
3344
|
+
stack: "stack";
|
|
3345
3345
|
}>>>;
|
|
3346
3346
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3347
3347
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -3388,12 +3388,12 @@ declare const tabGroupFieldSchema: z.ZodObject<{
|
|
|
3388
3388
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3389
3389
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3390
3390
|
id: "id";
|
|
3391
|
-
slug: "slug";
|
|
3392
3391
|
identifier: "identifier";
|
|
3392
|
+
slug: "slug";
|
|
3393
3393
|
}>>>;
|
|
3394
3394
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3395
|
-
venues: "venues";
|
|
3396
3395
|
eventCategories: "eventCategories";
|
|
3396
|
+
venues: "venues";
|
|
3397
3397
|
staffMembers: "staffMembers";
|
|
3398
3398
|
}>>>;
|
|
3399
3399
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -3446,17 +3446,17 @@ declare const presetOrCustomFieldSchema: z.ZodObject<{
|
|
|
3446
3446
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3447
3447
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3448
3448
|
full: "full";
|
|
3449
|
-
media: "media";
|
|
3450
3449
|
inline: "inline";
|
|
3451
|
-
notes: "notes";
|
|
3452
3450
|
limited: "limited";
|
|
3451
|
+
media: "media";
|
|
3452
|
+
notes: "notes";
|
|
3453
3453
|
}>>>;
|
|
3454
3454
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3455
3455
|
full: "full";
|
|
3456
|
-
media: "media";
|
|
3457
3456
|
inline: "inline";
|
|
3458
|
-
notes: "notes";
|
|
3459
3457
|
limited: "limited";
|
|
3458
|
+
media: "media";
|
|
3459
|
+
notes: "notes";
|
|
3460
3460
|
}>>>;
|
|
3461
3461
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3462
3462
|
inline: "inline";
|
|
@@ -3513,8 +3513,8 @@ declare const presetOrCustomFieldSchema: z.ZodObject<{
|
|
|
3513
3513
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
3514
3514
|
description: z.ZodOptional<z.ZodString>;
|
|
3515
3515
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
3516
|
-
default: "default";
|
|
3517
3516
|
outline: "outline";
|
|
3517
|
+
default: "default";
|
|
3518
3518
|
}>>;
|
|
3519
3519
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
3520
3520
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -3528,8 +3528,8 @@ declare const presetOrCustomFieldSchema: z.ZodObject<{
|
|
|
3528
3528
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3529
3529
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3530
3530
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3531
|
-
stack: "stack";
|
|
3532
3531
|
grid: "grid";
|
|
3532
|
+
stack: "stack";
|
|
3533
3533
|
}>>>;
|
|
3534
3534
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3535
3535
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -3576,12 +3576,12 @@ declare const presetOrCustomFieldSchema: z.ZodObject<{
|
|
|
3576
3576
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3577
3577
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3578
3578
|
id: "id";
|
|
3579
|
-
slug: "slug";
|
|
3580
3579
|
identifier: "identifier";
|
|
3580
|
+
slug: "slug";
|
|
3581
3581
|
}>>>;
|
|
3582
3582
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3583
|
-
venues: "venues";
|
|
3584
3583
|
eventCategories: "eventCategories";
|
|
3584
|
+
venues: "venues";
|
|
3585
3585
|
staffMembers: "staffMembers";
|
|
3586
3586
|
}>>>;
|
|
3587
3587
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -3630,17 +3630,17 @@ declare const contentTypeSelectFieldSchema: z.ZodObject<{
|
|
|
3630
3630
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3631
3631
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3632
3632
|
full: "full";
|
|
3633
|
-
media: "media";
|
|
3634
3633
|
inline: "inline";
|
|
3635
|
-
notes: "notes";
|
|
3636
3634
|
limited: "limited";
|
|
3635
|
+
media: "media";
|
|
3636
|
+
notes: "notes";
|
|
3637
3637
|
}>>>;
|
|
3638
3638
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3639
3639
|
full: "full";
|
|
3640
|
-
media: "media";
|
|
3641
3640
|
inline: "inline";
|
|
3642
|
-
notes: "notes";
|
|
3643
3641
|
limited: "limited";
|
|
3642
|
+
media: "media";
|
|
3643
|
+
notes: "notes";
|
|
3644
3644
|
}>>>;
|
|
3645
3645
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3646
3646
|
inline: "inline";
|
|
@@ -3697,8 +3697,8 @@ declare const contentTypeSelectFieldSchema: z.ZodObject<{
|
|
|
3697
3697
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
3698
3698
|
description: z.ZodOptional<z.ZodString>;
|
|
3699
3699
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
3700
|
-
default: "default";
|
|
3701
3700
|
outline: "outline";
|
|
3701
|
+
default: "default";
|
|
3702
3702
|
}>>;
|
|
3703
3703
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
3704
3704
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -3712,8 +3712,8 @@ declare const contentTypeSelectFieldSchema: z.ZodObject<{
|
|
|
3712
3712
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3713
3713
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3714
3714
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3715
|
-
stack: "stack";
|
|
3716
3715
|
grid: "grid";
|
|
3716
|
+
stack: "stack";
|
|
3717
3717
|
}>>>;
|
|
3718
3718
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3719
3719
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -3760,12 +3760,12 @@ declare const contentTypeSelectFieldSchema: z.ZodObject<{
|
|
|
3760
3760
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3761
3761
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3762
3762
|
id: "id";
|
|
3763
|
-
slug: "slug";
|
|
3764
3763
|
identifier: "identifier";
|
|
3764
|
+
slug: "slug";
|
|
3765
3765
|
}>>>;
|
|
3766
3766
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3767
|
-
venues: "venues";
|
|
3768
3767
|
eventCategories: "eventCategories";
|
|
3768
|
+
venues: "venues";
|
|
3769
3769
|
staffMembers: "staffMembers";
|
|
3770
3770
|
}>>>;
|
|
3771
3771
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -3810,17 +3810,17 @@ declare const entryPickerFieldSchema: z.ZodObject<{
|
|
|
3810
3810
|
showSlugPreview: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3811
3811
|
variant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3812
3812
|
full: "full";
|
|
3813
|
-
media: "media";
|
|
3814
3813
|
inline: "inline";
|
|
3815
|
-
notes: "notes";
|
|
3816
3814
|
limited: "limited";
|
|
3815
|
+
media: "media";
|
|
3816
|
+
notes: "notes";
|
|
3817
3817
|
}>>>;
|
|
3818
3818
|
richTextVariant: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3819
3819
|
full: "full";
|
|
3820
|
-
media: "media";
|
|
3821
3820
|
inline: "inline";
|
|
3822
|
-
notes: "notes";
|
|
3823
3821
|
limited: "limited";
|
|
3822
|
+
media: "media";
|
|
3823
|
+
notes: "notes";
|
|
3824
3824
|
}>>>;
|
|
3825
3825
|
cropEditorMode: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3826
3826
|
inline: "inline";
|
|
@@ -3877,8 +3877,8 @@ declare const entryPickerFieldSchema: z.ZodObject<{
|
|
|
3877
3877
|
buttonLabel: z.ZodOptional<z.ZodString>;
|
|
3878
3878
|
description: z.ZodOptional<z.ZodString>;
|
|
3879
3879
|
buttonVariant: z.ZodOptional<z.ZodEnum<{
|
|
3880
|
-
default: "default";
|
|
3881
3880
|
outline: "outline";
|
|
3881
|
+
default: "default";
|
|
3882
3882
|
}>>;
|
|
3883
3883
|
showCustomizedIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
3884
3884
|
maxWidth: z.ZodOptional<z.ZodString>;
|
|
@@ -3892,8 +3892,8 @@ declare const entryPickerFieldSchema: z.ZodObject<{
|
|
|
3892
3892
|
row: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3893
3893
|
colSpan: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3894
3894
|
layout: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3895
|
-
stack: "stack";
|
|
3896
3895
|
grid: "grid";
|
|
3896
|
+
stack: "stack";
|
|
3897
3897
|
}>>>;
|
|
3898
3898
|
columns: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3899
3899
|
gridColsPreset: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -3940,12 +3940,12 @@ declare const entryPickerFieldSchema: z.ZodObject<{
|
|
|
3940
3940
|
fixedContentType: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3941
3941
|
valueFrom: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3942
3942
|
id: "id";
|
|
3943
|
-
slug: "slug";
|
|
3944
3943
|
identifier: "identifier";
|
|
3944
|
+
slug: "slug";
|
|
3945
3945
|
}>>>;
|
|
3946
3946
|
siteOptionSource: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3947
|
-
venues: "venues";
|
|
3948
3947
|
eventCategories: "eventCategories";
|
|
3948
|
+
venues: "venues";
|
|
3949
3949
|
staffMembers: "staffMembers";
|
|
3950
3950
|
}>>>;
|
|
3951
3951
|
searchThreshold: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -3962,8 +3962,8 @@ declare const entryPickerFieldSchema: z.ZodObject<{
|
|
|
3962
3962
|
contentTypeField: z.ZodOptional<z.ZodString>;
|
|
3963
3963
|
valueFrom: z.ZodOptional<z.ZodEnum<{
|
|
3964
3964
|
id: "id";
|
|
3965
|
-
slug: "slug";
|
|
3966
3965
|
identifier: "identifier";
|
|
3966
|
+
slug: "slug";
|
|
3967
3967
|
}>>;
|
|
3968
3968
|
}, z.core.$strip>;
|
|
3969
3969
|
type FieldSchemaMembers = readonly [
|
|
@@ -4107,47 +4107,47 @@ export declare const slotSchema: z.ZodObject<{
|
|
|
4107
4107
|
export type SlotDefinition = z.infer<typeof slotSchema>;
|
|
4108
4108
|
export declare const styleTokenSchema: z.ZodObject<{
|
|
4109
4109
|
background: z.ZodOptional<z.ZodEnum<{
|
|
4110
|
-
surface: "surface";
|
|
4111
4110
|
background: "background";
|
|
4111
|
+
surface: "surface";
|
|
4112
|
+
foreground: "foreground";
|
|
4112
4113
|
accent: "accent";
|
|
4113
4114
|
muted: "muted";
|
|
4114
|
-
foreground: "foreground";
|
|
4115
4115
|
}>>;
|
|
4116
4116
|
foreground: z.ZodOptional<z.ZodEnum<{
|
|
4117
|
-
surface: "surface";
|
|
4118
4117
|
background: "background";
|
|
4118
|
+
surface: "surface";
|
|
4119
|
+
foreground: "foreground";
|
|
4119
4120
|
accent: "accent";
|
|
4120
4121
|
muted: "muted";
|
|
4121
|
-
foreground: "foreground";
|
|
4122
4122
|
}>>;
|
|
4123
4123
|
border: z.ZodOptional<z.ZodEnum<{
|
|
4124
|
-
surface: "surface";
|
|
4125
4124
|
background: "background";
|
|
4125
|
+
surface: "surface";
|
|
4126
|
+
foreground: "foreground";
|
|
4126
4127
|
accent: "accent";
|
|
4127
4128
|
muted: "muted";
|
|
4128
|
-
foreground: "foreground";
|
|
4129
4129
|
}>>;
|
|
4130
4130
|
typography: z.ZodOptional<z.ZodEnum<{
|
|
4131
4131
|
body: "body";
|
|
4132
4132
|
caption: "caption";
|
|
4133
|
-
heading: "heading";
|
|
4134
4133
|
display: "display";
|
|
4134
|
+
heading: "heading";
|
|
4135
4135
|
subheading: "subheading";
|
|
4136
4136
|
}>>;
|
|
4137
4137
|
spacing: z.ZodOptional<z.ZodEnum<{
|
|
4138
4138
|
none: "none";
|
|
4139
|
+
sm: "sm";
|
|
4139
4140
|
md: "md";
|
|
4140
4141
|
lg: "lg";
|
|
4141
4142
|
xl: "xl";
|
|
4142
4143
|
xs: "xs";
|
|
4143
|
-
sm: "sm";
|
|
4144
4144
|
}>>;
|
|
4145
4145
|
radius: z.ZodOptional<z.ZodEnum<{
|
|
4146
4146
|
full: "full";
|
|
4147
4147
|
none: "none";
|
|
4148
|
+
sm: "sm";
|
|
4148
4149
|
md: "md";
|
|
4149
4150
|
lg: "lg";
|
|
4150
|
-
sm: "sm";
|
|
4151
4151
|
}>>;
|
|
4152
4152
|
}, z.core.$strip>;
|
|
4153
4153
|
export type StyleTokenConfig = z.infer<typeof styleTokenSchema>;
|
|
@@ -4161,10 +4161,10 @@ export declare const behaviourSchema: z.ZodObject<{
|
|
|
4161
4161
|
export type BehaviourConfig = z.infer<typeof behaviourSchema>;
|
|
4162
4162
|
export declare const blockCategoryEnum: z.ZodEnum<{
|
|
4163
4163
|
content: "content";
|
|
4164
|
-
layout: "layout";
|
|
4165
4164
|
media: "media";
|
|
4166
|
-
|
|
4165
|
+
layout: "layout";
|
|
4167
4166
|
marketing: "marketing";
|
|
4167
|
+
blog: "blog";
|
|
4168
4168
|
interactive: "interactive";
|
|
4169
4169
|
}>;
|
|
4170
4170
|
export type BlockCategory = z.infer<typeof blockCategoryEnum>;
|
|
@@ -4191,47 +4191,47 @@ export declare const manifestSchema: z.ZodObject<{
|
|
|
4191
4191
|
}, z.core.$strip>>>;
|
|
4192
4192
|
styleTokens: z.ZodOptional<z.ZodObject<{
|
|
4193
4193
|
background: z.ZodOptional<z.ZodEnum<{
|
|
4194
|
-
surface: "surface";
|
|
4195
4194
|
background: "background";
|
|
4195
|
+
surface: "surface";
|
|
4196
|
+
foreground: "foreground";
|
|
4196
4197
|
accent: "accent";
|
|
4197
4198
|
muted: "muted";
|
|
4198
|
-
foreground: "foreground";
|
|
4199
4199
|
}>>;
|
|
4200
4200
|
foreground: z.ZodOptional<z.ZodEnum<{
|
|
4201
|
-
surface: "surface";
|
|
4202
4201
|
background: "background";
|
|
4202
|
+
surface: "surface";
|
|
4203
|
+
foreground: "foreground";
|
|
4203
4204
|
accent: "accent";
|
|
4204
4205
|
muted: "muted";
|
|
4205
|
-
foreground: "foreground";
|
|
4206
4206
|
}>>;
|
|
4207
4207
|
border: z.ZodOptional<z.ZodEnum<{
|
|
4208
|
-
surface: "surface";
|
|
4209
4208
|
background: "background";
|
|
4209
|
+
surface: "surface";
|
|
4210
|
+
foreground: "foreground";
|
|
4210
4211
|
accent: "accent";
|
|
4211
4212
|
muted: "muted";
|
|
4212
|
-
foreground: "foreground";
|
|
4213
4213
|
}>>;
|
|
4214
4214
|
typography: z.ZodOptional<z.ZodEnum<{
|
|
4215
4215
|
body: "body";
|
|
4216
4216
|
caption: "caption";
|
|
4217
|
-
heading: "heading";
|
|
4218
4217
|
display: "display";
|
|
4218
|
+
heading: "heading";
|
|
4219
4219
|
subheading: "subheading";
|
|
4220
4220
|
}>>;
|
|
4221
4221
|
spacing: z.ZodOptional<z.ZodEnum<{
|
|
4222
4222
|
none: "none";
|
|
4223
|
+
sm: "sm";
|
|
4223
4224
|
md: "md";
|
|
4224
4225
|
lg: "lg";
|
|
4225
4226
|
xl: "xl";
|
|
4226
4227
|
xs: "xs";
|
|
4227
|
-
sm: "sm";
|
|
4228
4228
|
}>>;
|
|
4229
4229
|
radius: z.ZodOptional<z.ZodEnum<{
|
|
4230
4230
|
full: "full";
|
|
4231
4231
|
none: "none";
|
|
4232
|
+
sm: "sm";
|
|
4232
4233
|
md: "md";
|
|
4233
4234
|
lg: "lg";
|
|
4234
|
-
sm: "sm";
|
|
4235
4235
|
}>>;
|
|
4236
4236
|
}, z.core.$strip>>;
|
|
4237
4237
|
behaviours: z.ZodOptional<z.ZodObject<{
|
|
@@ -4252,10 +4252,10 @@ export declare const manifestSchema: z.ZodObject<{
|
|
|
4252
4252
|
}, z.core.$strip>>>>;
|
|
4253
4253
|
category: z.ZodOptional<z.ZodEnum<{
|
|
4254
4254
|
content: "content";
|
|
4255
|
-
layout: "layout";
|
|
4256
4255
|
media: "media";
|
|
4257
|
-
|
|
4256
|
+
layout: "layout";
|
|
4258
4257
|
marketing: "marketing";
|
|
4258
|
+
blog: "blog";
|
|
4259
4259
|
interactive: "interactive";
|
|
4260
4260
|
}>>;
|
|
4261
4261
|
contentTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|