@riverbankcms/sdk 0.68.0 → 0.70.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_dts/ai/src/contracts/commandExposure.d.ts +8 -0
- package/dist/_dts/ai/src/contracts/feedback.d.ts +55 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +34764 -0
- package/dist/_dts/ai/src/contracts.d.ts +5 -0
- package/dist/_dts/ai/src/designer/rfc6902.d.ts +16 -0
- package/dist/_dts/ai/src/designer/themePatch.d.ts +50 -0
- 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 -87
- package/dist/_dts/api/src/appointmentSetup.d.ts +23 -0
- package/dist/_dts/api/src/availability.d.ts +84 -2
- package/dist/_dts/api/src/billing.d.ts +1 -1
- package/dist/_dts/api/src/bookingConfig.d.ts +2 -2
- package/dist/_dts/api/src/bookingManagementEndpoints.d.ts +10 -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 +3 -2
- package/dist/_dts/api/src/contentTypes.d.ts +1 -1
- package/dist/_dts/api/src/endpoints.d.ts +29 -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 +2 -2
- 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 +5 -1
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +33 -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 +2 -2
- package/dist/_dts/api/src/url.d.ts +1 -1
- package/dist/_dts/billing/src/components/index.d.ts +102 -3
- 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 +1 -1
- package/dist/_dts/blocks/src/bindings/index.d.ts +2 -2
- package/dist/_dts/blocks/src/client.d.ts +6 -4
- 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/useHeadlessBookingFlow.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +2 -2
- 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.headless.state.d.ts +45 -29
- 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 +11 -7
- 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 +236 -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 +11 -10
- 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 +10 -9
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +10 -9
- 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 +8 -6
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +8 -6
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +5 -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/styleConfiguratorApplyPayload.d.ts +8 -0
- package/dist/_dts/preview-next/src/client/preview/styleConfiguratorSnapshot.d.ts +5 -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 +3 -2
- package/dist/_dts/sdk/src/bookings/types.d.ts +16 -10
- package/dist/_dts/sdk/src/cli/commands/push/scopes/commandBackedDatedOfferingScope.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/commands/push/scopes/types.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/commands/style.d.ts +19 -0
- 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 +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/datedOfferingCommands.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/entryCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/footerCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/formCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/index.d.ts +2 -1
- package/dist/_dts/sdk/src/client/management/theme.d.ts +3 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +23 -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 +19 -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/spam-protection/index.d.ts +3 -3
- package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +2 -2
- 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 +95 -46
- package/dist/_dts/site-commands/src/domain.d.ts +2 -2
- package/dist/_dts/site-commands/src/exposure.d.ts +3 -3
- package/dist/_dts/site-commands/src/metadata.d.ts +15 -2
- package/dist/_dts/site-commands/src/planner.d.ts +1 -1
- package/dist/_dts/site-commands/src/refs.d.ts +1 -1
- 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/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 +4 -0
- 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 +5989 -5678
- package/dist/client/bookings.mjs +104 -34
- package/dist/client/client.mjs +4482 -4298
- package/dist/client/hooks.mjs +5783 -3847
- package/dist/client/rendering/client.mjs +164 -35
- package/dist/client/rendering/islands.mjs +164 -35
- package/dist/client/rendering.mjs +530 -346
- package/dist/preview-next/before-render.mjs +39 -0
- package/dist/preview-next/client/runtime.mjs +339 -92
- package/dist/preview-next/middleware.mjs +39 -0
- package/dist/server/components.mjs +418 -310
- package/dist/server/config-validation.mjs +6899 -4883
- package/dist/server/config.mjs +6890 -4883
- package/dist/server/data.mjs +5783 -3847
- package/dist/server/index.mjs +199 -1762
- package/dist/server/next.mjs +6577 -5268
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +420 -312
- package/dist/server/rendering.mjs +420 -312
- package/dist/server/routing.mjs +11475 -7881
- package/dist/server/server.mjs +5770 -3834
- package/dist/server/theme-bridge.mjs +249 -15
- package/package.json +1 -3
|
@@ -486,6 +486,190 @@ export type Database = {
|
|
|
486
486
|
}
|
|
487
487
|
];
|
|
488
488
|
};
|
|
489
|
+
appointment_availability_schedule_services: {
|
|
490
|
+
Row: {
|
|
491
|
+
created_at: string;
|
|
492
|
+
resource_id: string;
|
|
493
|
+
schedule_id: string;
|
|
494
|
+
service_id: string;
|
|
495
|
+
site_id: string;
|
|
496
|
+
};
|
|
497
|
+
Insert: {
|
|
498
|
+
created_at?: string;
|
|
499
|
+
resource_id: string;
|
|
500
|
+
schedule_id: string;
|
|
501
|
+
service_id: string;
|
|
502
|
+
site_id: string;
|
|
503
|
+
};
|
|
504
|
+
Update: {
|
|
505
|
+
created_at?: string;
|
|
506
|
+
resource_id?: string;
|
|
507
|
+
schedule_id?: string;
|
|
508
|
+
service_id?: string;
|
|
509
|
+
site_id?: string;
|
|
510
|
+
};
|
|
511
|
+
Relationships: [
|
|
512
|
+
{
|
|
513
|
+
foreignKeyName: "appointment_availability_schedule_services_schedule_fk";
|
|
514
|
+
columns: ["schedule_id", "site_id", "resource_id"];
|
|
515
|
+
isOneToOne: false;
|
|
516
|
+
referencedRelation: "appointment_availability_schedules";
|
|
517
|
+
referencedColumns: ["id", "site_id", "resource_id"];
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
foreignKeyName: "appointment_availability_schedule_services_service_fk";
|
|
521
|
+
columns: ["service_id", "site_id"];
|
|
522
|
+
isOneToOne: false;
|
|
523
|
+
referencedRelation: "appointment_services";
|
|
524
|
+
referencedColumns: ["id", "site_id"];
|
|
525
|
+
}
|
|
526
|
+
];
|
|
527
|
+
};
|
|
528
|
+
appointment_availability_schedule_starts: {
|
|
529
|
+
Row: {
|
|
530
|
+
created_at: string;
|
|
531
|
+
display_order: number;
|
|
532
|
+
id: string;
|
|
533
|
+
resource_id: string;
|
|
534
|
+
schedule_id: string;
|
|
535
|
+
site_id: string;
|
|
536
|
+
start_time: string;
|
|
537
|
+
updated_at: string;
|
|
538
|
+
weekday: number;
|
|
539
|
+
};
|
|
540
|
+
Insert: {
|
|
541
|
+
created_at?: string;
|
|
542
|
+
display_order?: number;
|
|
543
|
+
id?: string;
|
|
544
|
+
resource_id: string;
|
|
545
|
+
schedule_id: string;
|
|
546
|
+
site_id: string;
|
|
547
|
+
start_time: string;
|
|
548
|
+
updated_at?: string;
|
|
549
|
+
weekday: number;
|
|
550
|
+
};
|
|
551
|
+
Update: {
|
|
552
|
+
created_at?: string;
|
|
553
|
+
display_order?: number;
|
|
554
|
+
id?: string;
|
|
555
|
+
resource_id?: string;
|
|
556
|
+
schedule_id?: string;
|
|
557
|
+
site_id?: string;
|
|
558
|
+
start_time?: string;
|
|
559
|
+
updated_at?: string;
|
|
560
|
+
weekday?: number;
|
|
561
|
+
};
|
|
562
|
+
Relationships: [
|
|
563
|
+
{
|
|
564
|
+
foreignKeyName: "appointment_availability_schedule_starts_schedule_fk";
|
|
565
|
+
columns: ["schedule_id", "site_id", "resource_id"];
|
|
566
|
+
isOneToOne: false;
|
|
567
|
+
referencedRelation: "appointment_availability_schedules";
|
|
568
|
+
referencedColumns: ["id", "site_id", "resource_id"];
|
|
569
|
+
}
|
|
570
|
+
];
|
|
571
|
+
};
|
|
572
|
+
appointment_availability_schedule_windows: {
|
|
573
|
+
Row: {
|
|
574
|
+
created_at: string;
|
|
575
|
+
display_order: number;
|
|
576
|
+
end_time: string;
|
|
577
|
+
id: string;
|
|
578
|
+
resource_id: string;
|
|
579
|
+
schedule_id: string;
|
|
580
|
+
site_id: string;
|
|
581
|
+
start_time: string;
|
|
582
|
+
updated_at: string;
|
|
583
|
+
weekday: number;
|
|
584
|
+
};
|
|
585
|
+
Insert: {
|
|
586
|
+
created_at?: string;
|
|
587
|
+
display_order?: number;
|
|
588
|
+
end_time: string;
|
|
589
|
+
id?: string;
|
|
590
|
+
resource_id: string;
|
|
591
|
+
schedule_id: string;
|
|
592
|
+
site_id: string;
|
|
593
|
+
start_time: string;
|
|
594
|
+
updated_at?: string;
|
|
595
|
+
weekday: number;
|
|
596
|
+
};
|
|
597
|
+
Update: {
|
|
598
|
+
created_at?: string;
|
|
599
|
+
display_order?: number;
|
|
600
|
+
end_time?: string;
|
|
601
|
+
id?: string;
|
|
602
|
+
resource_id?: string;
|
|
603
|
+
schedule_id?: string;
|
|
604
|
+
site_id?: string;
|
|
605
|
+
start_time?: string;
|
|
606
|
+
updated_at?: string;
|
|
607
|
+
weekday?: number;
|
|
608
|
+
};
|
|
609
|
+
Relationships: [
|
|
610
|
+
{
|
|
611
|
+
foreignKeyName: "appointment_availability_schedule_windows_schedule_fk";
|
|
612
|
+
columns: ["schedule_id", "site_id", "resource_id"];
|
|
613
|
+
isOneToOne: false;
|
|
614
|
+
referencedRelation: "appointment_availability_schedules";
|
|
615
|
+
referencedColumns: ["id", "site_id", "resource_id"];
|
|
616
|
+
}
|
|
617
|
+
];
|
|
618
|
+
};
|
|
619
|
+
appointment_availability_schedules: {
|
|
620
|
+
Row: {
|
|
621
|
+
created_at: string;
|
|
622
|
+
display_order: number;
|
|
623
|
+
id: string;
|
|
624
|
+
interval_minutes: number | null;
|
|
625
|
+
name: string;
|
|
626
|
+
resource_id: string;
|
|
627
|
+
role_kind: string;
|
|
628
|
+
site_id: string;
|
|
629
|
+
start_policy_kind: string;
|
|
630
|
+
updated_at: string;
|
|
631
|
+
};
|
|
632
|
+
Insert: {
|
|
633
|
+
created_at?: string;
|
|
634
|
+
display_order?: number;
|
|
635
|
+
id?: string;
|
|
636
|
+
interval_minutes?: number | null;
|
|
637
|
+
name?: string;
|
|
638
|
+
resource_id: string;
|
|
639
|
+
role_kind: string;
|
|
640
|
+
site_id: string;
|
|
641
|
+
start_policy_kind: string;
|
|
642
|
+
updated_at?: string;
|
|
643
|
+
};
|
|
644
|
+
Update: {
|
|
645
|
+
created_at?: string;
|
|
646
|
+
display_order?: number;
|
|
647
|
+
id?: string;
|
|
648
|
+
interval_minutes?: number | null;
|
|
649
|
+
name?: string;
|
|
650
|
+
resource_id?: string;
|
|
651
|
+
role_kind?: string;
|
|
652
|
+
site_id?: string;
|
|
653
|
+
start_policy_kind?: string;
|
|
654
|
+
updated_at?: string;
|
|
655
|
+
};
|
|
656
|
+
Relationships: [
|
|
657
|
+
{
|
|
658
|
+
foreignKeyName: "appointment_availability_schedules_resource_id_fkey";
|
|
659
|
+
columns: ["resource_id"];
|
|
660
|
+
isOneToOne: false;
|
|
661
|
+
referencedRelation: "staff_members";
|
|
662
|
+
referencedColumns: ["id"];
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
foreignKeyName: "appointment_availability_schedules_site_id_fkey";
|
|
666
|
+
columns: ["site_id"];
|
|
667
|
+
isOneToOne: false;
|
|
668
|
+
referencedRelation: "sites";
|
|
669
|
+
referencedColumns: ["id"];
|
|
670
|
+
}
|
|
671
|
+
];
|
|
672
|
+
};
|
|
489
673
|
appointment_blackouts: {
|
|
490
674
|
Row: {
|
|
491
675
|
created_at: string;
|
|
@@ -13140,6 +13324,7 @@ export type Database = {
|
|
|
13140
13324
|
palette_overrides: Json | null;
|
|
13141
13325
|
palette_variant_id: string | null;
|
|
13142
13326
|
site_id: string;
|
|
13327
|
+
style_selection_version: number;
|
|
13143
13328
|
theme_id: string;
|
|
13144
13329
|
updated_at: string;
|
|
13145
13330
|
user_id: string;
|
|
@@ -13155,6 +13340,7 @@ export type Database = {
|
|
|
13155
13340
|
palette_overrides?: Json | null;
|
|
13156
13341
|
palette_variant_id?: string | null;
|
|
13157
13342
|
site_id: string;
|
|
13343
|
+
style_selection_version?: number;
|
|
13158
13344
|
theme_id: string;
|
|
13159
13345
|
updated_at?: string;
|
|
13160
13346
|
user_id: string;
|
|
@@ -13170,6 +13356,7 @@ export type Database = {
|
|
|
13170
13356
|
palette_overrides?: Json | null;
|
|
13171
13357
|
palette_variant_id?: string | null;
|
|
13172
13358
|
site_id?: string;
|
|
13359
|
+
style_selection_version?: number;
|
|
13173
13360
|
theme_id?: string;
|
|
13174
13361
|
updated_at?: string;
|
|
13175
13362
|
user_id?: string;
|
|
@@ -14802,6 +14989,26 @@ export type Database = {
|
|
|
14802
14989
|
};
|
|
14803
14990
|
Returns: number;
|
|
14804
14991
|
};
|
|
14992
|
+
apply_site_style_selection_atomic: {
|
|
14993
|
+
Args: {
|
|
14994
|
+
p_base_selection_version: number;
|
|
14995
|
+
p_button_personality_id: string | null;
|
|
14996
|
+
p_footer_look_id: string | null;
|
|
14997
|
+
p_header_look_id: string | null;
|
|
14998
|
+
p_palette_overrides: Json | null;
|
|
14999
|
+
p_palette_variant_id: string | null;
|
|
15000
|
+
p_selection_id?: string | null;
|
|
15001
|
+
p_site_id: string;
|
|
15002
|
+
p_theme: Json;
|
|
15003
|
+
};
|
|
15004
|
+
Returns: {
|
|
15005
|
+
outcome: string;
|
|
15006
|
+
selection_id: string | null;
|
|
15007
|
+
selection_updated_at: string | null;
|
|
15008
|
+
style_selection_version: number | null;
|
|
15009
|
+
theme_id: string | null;
|
|
15010
|
+
}[];
|
|
15011
|
+
};
|
|
14805
15012
|
apply_customer_profile_rectification: {
|
|
14806
15013
|
Args: {
|
|
14807
15014
|
audit_actor_user_id: string;
|
|
@@ -15397,6 +15604,12 @@ export type Database = {
|
|
|
15397
15604
|
};
|
|
15398
15605
|
Returns: string;
|
|
15399
15606
|
};
|
|
15607
|
+
ensure_default_appointment_availability_schedule: {
|
|
15608
|
+
Args: {
|
|
15609
|
+
p_resource_id: string;
|
|
15610
|
+
};
|
|
15611
|
+
Returns: string;
|
|
15612
|
+
};
|
|
15400
15613
|
ensure_event_pricing_profile: {
|
|
15401
15614
|
Args: {
|
|
15402
15615
|
p_event_series_id: string;
|
|
@@ -15755,24 +15968,6 @@ export type Database = {
|
|
|
15755
15968
|
order_id: string;
|
|
15756
15969
|
}[];
|
|
15757
15970
|
};
|
|
15758
|
-
postgres_fdw_disconnect: {
|
|
15759
|
-
Args: {
|
|
15760
|
-
"": string;
|
|
15761
|
-
};
|
|
15762
|
-
Returns: boolean;
|
|
15763
|
-
};
|
|
15764
|
-
postgres_fdw_disconnect_all: {
|
|
15765
|
-
Args: never;
|
|
15766
|
-
Returns: boolean;
|
|
15767
|
-
};
|
|
15768
|
-
postgres_fdw_get_connections: {
|
|
15769
|
-
Args: never;
|
|
15770
|
-
Returns: Record<string, unknown>[];
|
|
15771
|
-
};
|
|
15772
|
-
postgres_fdw_handler: {
|
|
15773
|
-
Args: never;
|
|
15774
|
-
Returns: unknown;
|
|
15775
|
-
};
|
|
15776
15971
|
redeem_pass_credits: {
|
|
15777
15972
|
Args: {
|
|
15778
15973
|
credits_amount?: number;
|
|
@@ -15812,6 +16007,23 @@ export type Database = {
|
|
|
15812
16007
|
};
|
|
15813
16008
|
Returns: number;
|
|
15814
16009
|
};
|
|
16010
|
+
renew_demo_lifecycle_job_lease: {
|
|
16011
|
+
Args: {
|
|
16012
|
+
p_job_name: string;
|
|
16013
|
+
p_lease_token: string;
|
|
16014
|
+
p_locked_until: string;
|
|
16015
|
+
p_now: string;
|
|
16016
|
+
};
|
|
16017
|
+
Returns: {
|
|
16018
|
+
consecutive_failures: number;
|
|
16019
|
+
job_name: string;
|
|
16020
|
+
last_failed_at: string;
|
|
16021
|
+
last_started_at: string;
|
|
16022
|
+
last_succeeded_at: string;
|
|
16023
|
+
lease_token: string;
|
|
16024
|
+
locked_until: string;
|
|
16025
|
+
}[];
|
|
16026
|
+
};
|
|
15815
16027
|
reschedule_appointment_for_actor: {
|
|
15816
16028
|
Args: {
|
|
15817
16029
|
p_appointment_id: string;
|
|
@@ -15895,6 +16107,12 @@ export type Database = {
|
|
|
15895
16107
|
};
|
|
15896
16108
|
Returns: undefined;
|
|
15897
16109
|
};
|
|
16110
|
+
sync_default_appointment_availability_schedule_windows: {
|
|
16111
|
+
Args: {
|
|
16112
|
+
p_resource_id: string;
|
|
16113
|
+
};
|
|
16114
|
+
Returns: undefined;
|
|
16115
|
+
};
|
|
15898
16116
|
transactional_email_claim_jobs: {
|
|
15899
16117
|
Args: {
|
|
15900
16118
|
p_limit: number;
|
|
@@ -120,10 +120,10 @@ export declare const bookingQuestionsFormSettingsSchema: z.ZodObject<{
|
|
|
120
120
|
confirmationVersion: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodNull]>;
|
|
121
121
|
}, z.core.$strict>>;
|
|
122
122
|
audienceHint: z.ZodOptional<z.ZodEnum<{
|
|
123
|
-
appointments: "appointments";
|
|
124
123
|
courses: "courses";
|
|
125
124
|
events: "events";
|
|
126
125
|
mixed: "mixed";
|
|
126
|
+
appointments: "appointments";
|
|
127
127
|
}>>;
|
|
128
128
|
customerTitle: z.ZodOptional<z.ZodString>;
|
|
129
129
|
introTitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -216,10 +216,10 @@ export declare const formSettingsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
216
216
|
confirmationVersion: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodNull]>;
|
|
217
217
|
}, z.core.$strict>>;
|
|
218
218
|
audienceHint: z.ZodOptional<z.ZodEnum<{
|
|
219
|
-
appointments: "appointments";
|
|
220
219
|
courses: "courses";
|
|
221
220
|
events: "events";
|
|
222
221
|
mixed: "mixed";
|
|
222
|
+
appointments: "appointments";
|
|
223
223
|
}>>;
|
|
224
224
|
customerTitle: z.ZodOptional<z.ZodString>;
|
|
225
225
|
introTitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -319,10 +319,10 @@ export declare const formSettingsInputSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
319
319
|
confirmationVersion: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodNull]>;
|
|
320
320
|
}, z.core.$strict>>;
|
|
321
321
|
audienceHint: z.ZodOptional<z.ZodEnum<{
|
|
322
|
-
appointments: "appointments";
|
|
323
322
|
courses: "courses";
|
|
324
323
|
events: "events";
|
|
325
324
|
mixed: "mixed";
|
|
325
|
+
appointments: "appointments";
|
|
326
326
|
}>>;
|
|
327
327
|
customerTitle: z.ZodOptional<z.ZodString>;
|
|
328
328
|
introTitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -361,17 +361,17 @@ export declare const formFieldSchema: z.ZodObject<{
|
|
|
361
361
|
label: z.ZodString;
|
|
362
362
|
type: z.ZodEnum<{
|
|
363
363
|
number: "number";
|
|
364
|
-
url: "url";
|
|
365
364
|
date: "date";
|
|
365
|
+
time: "time";
|
|
366
366
|
email: "email";
|
|
367
|
-
|
|
368
|
-
textarea: "textarea";
|
|
367
|
+
url: "url";
|
|
369
368
|
select: "select";
|
|
369
|
+
textarea: "textarea";
|
|
370
|
+
text: "text";
|
|
371
|
+
tel: "tel";
|
|
370
372
|
radio: "radio";
|
|
371
373
|
checkbox: "checkbox";
|
|
372
374
|
consent: "consent";
|
|
373
|
-
tel: "tel";
|
|
374
|
-
time: "time";
|
|
375
375
|
}>;
|
|
376
376
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
377
377
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -394,8 +394,8 @@ export declare const formFieldSchema: z.ZodObject<{
|
|
|
394
394
|
}, z.core.$strict>>;
|
|
395
395
|
}, z.core.$strict>;
|
|
396
396
|
export declare const bookingQuestionDocumentFileTypeSchema: z.ZodEnum<{
|
|
397
|
-
pdf: "pdf";
|
|
398
397
|
image: "image";
|
|
398
|
+
pdf: "pdf";
|
|
399
399
|
docx: "docx";
|
|
400
400
|
}>;
|
|
401
401
|
declare const bookingQuestionScalarFieldSchema: z.ZodObject<{
|
|
@@ -422,16 +422,16 @@ declare const bookingQuestionScalarFieldSchema: z.ZodObject<{
|
|
|
422
422
|
}, z.core.$strict>>;
|
|
423
423
|
type: z.ZodEnum<{
|
|
424
424
|
number: "number";
|
|
425
|
-
url: "url";
|
|
426
425
|
date: "date";
|
|
426
|
+
time: "time";
|
|
427
427
|
email: "email";
|
|
428
|
-
|
|
429
|
-
textarea: "textarea";
|
|
428
|
+
url: "url";
|
|
430
429
|
select: "select";
|
|
430
|
+
textarea: "textarea";
|
|
431
|
+
text: "text";
|
|
432
|
+
tel: "tel";
|
|
431
433
|
radio: "radio";
|
|
432
434
|
checkbox: "checkbox";
|
|
433
|
-
tel: "tel";
|
|
434
|
-
time: "time";
|
|
435
435
|
}>;
|
|
436
436
|
}, z.core.$strict>;
|
|
437
437
|
declare const bookingQuestionDocumentUploadFieldSchema: z.ZodObject<{
|
|
@@ -448,8 +448,8 @@ declare const bookingQuestionDocumentUploadFieldSchema: z.ZodObject<{
|
|
|
448
448
|
}>>;
|
|
449
449
|
}, z.core.$strict>>;
|
|
450
450
|
allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
451
|
-
pdf: "pdf";
|
|
452
451
|
image: "image";
|
|
452
|
+
pdf: "pdf";
|
|
453
453
|
docx: "docx";
|
|
454
454
|
}>>>;
|
|
455
455
|
maxBytes: z.ZodDefault<z.ZodNumber>;
|
|
@@ -478,16 +478,16 @@ export declare const bookingQuestionFieldSchema: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
478
478
|
}, z.core.$strict>>;
|
|
479
479
|
type: z.ZodEnum<{
|
|
480
480
|
number: "number";
|
|
481
|
-
url: "url";
|
|
482
481
|
date: "date";
|
|
482
|
+
time: "time";
|
|
483
483
|
email: "email";
|
|
484
|
-
|
|
485
|
-
textarea: "textarea";
|
|
484
|
+
url: "url";
|
|
486
485
|
select: "select";
|
|
486
|
+
textarea: "textarea";
|
|
487
|
+
text: "text";
|
|
488
|
+
tel: "tel";
|
|
487
489
|
radio: "radio";
|
|
488
490
|
checkbox: "checkbox";
|
|
489
|
-
tel: "tel";
|
|
490
|
-
time: "time";
|
|
491
491
|
}>;
|
|
492
492
|
}, z.core.$strict>, z.ZodObject<{
|
|
493
493
|
id: z.ZodString;
|
|
@@ -503,8 +503,8 @@ export declare const bookingQuestionFieldSchema: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
503
503
|
}>>;
|
|
504
504
|
}, z.core.$strict>>;
|
|
505
505
|
allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
506
|
-
pdf: "pdf";
|
|
507
506
|
image: "image";
|
|
507
|
+
pdf: "pdf";
|
|
508
508
|
docx: "docx";
|
|
509
509
|
}>>>;
|
|
510
510
|
maxBytes: z.ZodDefault<z.ZodNumber>;
|
|
@@ -537,16 +537,16 @@ export declare const bookingQuestionsSectionSchema: z.ZodObject<{
|
|
|
537
537
|
}, z.core.$strict>>;
|
|
538
538
|
type: z.ZodEnum<{
|
|
539
539
|
number: "number";
|
|
540
|
-
url: "url";
|
|
541
540
|
date: "date";
|
|
541
|
+
time: "time";
|
|
542
542
|
email: "email";
|
|
543
|
-
|
|
544
|
-
textarea: "textarea";
|
|
543
|
+
url: "url";
|
|
545
544
|
select: "select";
|
|
545
|
+
textarea: "textarea";
|
|
546
|
+
text: "text";
|
|
547
|
+
tel: "tel";
|
|
546
548
|
radio: "radio";
|
|
547
549
|
checkbox: "checkbox";
|
|
548
|
-
tel: "tel";
|
|
549
|
-
time: "time";
|
|
550
550
|
}>;
|
|
551
551
|
}, z.core.$strict>, z.ZodObject<{
|
|
552
552
|
id: z.ZodString;
|
|
@@ -562,8 +562,8 @@ export declare const bookingQuestionsSectionSchema: z.ZodObject<{
|
|
|
562
562
|
}>>;
|
|
563
563
|
}, z.core.$strict>>;
|
|
564
564
|
allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
565
|
-
pdf: "pdf";
|
|
566
565
|
image: "image";
|
|
566
|
+
pdf: "pdf";
|
|
567
567
|
docx: "docx";
|
|
568
568
|
}>>>;
|
|
569
569
|
maxBytes: z.ZodDefault<z.ZodNumber>;
|
|
@@ -599,16 +599,16 @@ export declare const bookingQuestionsDetailedSchemaSchema: z.ZodObject<{
|
|
|
599
599
|
}, z.core.$strict>>;
|
|
600
600
|
type: z.ZodEnum<{
|
|
601
601
|
number: "number";
|
|
602
|
-
url: "url";
|
|
603
602
|
date: "date";
|
|
603
|
+
time: "time";
|
|
604
604
|
email: "email";
|
|
605
|
-
|
|
606
|
-
textarea: "textarea";
|
|
605
|
+
url: "url";
|
|
607
606
|
select: "select";
|
|
607
|
+
textarea: "textarea";
|
|
608
|
+
text: "text";
|
|
609
|
+
tel: "tel";
|
|
608
610
|
radio: "radio";
|
|
609
611
|
checkbox: "checkbox";
|
|
610
|
-
tel: "tel";
|
|
611
|
-
time: "time";
|
|
612
612
|
}>;
|
|
613
613
|
}, z.core.$strict>, z.ZodObject<{
|
|
614
614
|
id: z.ZodString;
|
|
@@ -624,8 +624,8 @@ export declare const bookingQuestionsDetailedSchemaSchema: z.ZodObject<{
|
|
|
624
624
|
}>>;
|
|
625
625
|
}, z.core.$strict>>;
|
|
626
626
|
allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
627
|
-
pdf: "pdf";
|
|
628
627
|
image: "image";
|
|
628
|
+
pdf: "pdf";
|
|
629
629
|
docx: "docx";
|
|
630
630
|
}>>>;
|
|
631
631
|
maxBytes: z.ZodDefault<z.ZodNumber>;
|
|
@@ -643,17 +643,17 @@ export declare const formSchemaSchema: z.ZodObject<{
|
|
|
643
643
|
label: z.ZodString;
|
|
644
644
|
type: z.ZodEnum<{
|
|
645
645
|
number: "number";
|
|
646
|
-
url: "url";
|
|
647
646
|
date: "date";
|
|
647
|
+
time: "time";
|
|
648
648
|
email: "email";
|
|
649
|
-
|
|
650
|
-
textarea: "textarea";
|
|
649
|
+
url: "url";
|
|
651
650
|
select: "select";
|
|
651
|
+
textarea: "textarea";
|
|
652
|
+
text: "text";
|
|
653
|
+
tel: "tel";
|
|
652
654
|
radio: "radio";
|
|
653
655
|
checkbox: "checkbox";
|
|
654
656
|
consent: "consent";
|
|
655
|
-
tel: "tel";
|
|
656
|
-
time: "time";
|
|
657
657
|
}>;
|
|
658
658
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
659
659
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -702,16 +702,16 @@ export declare const bookingQuestionsFlatSchemaSchema: z.ZodObject<{
|
|
|
702
702
|
}, z.core.$strict>>;
|
|
703
703
|
type: z.ZodEnum<{
|
|
704
704
|
number: "number";
|
|
705
|
-
url: "url";
|
|
706
705
|
date: "date";
|
|
706
|
+
time: "time";
|
|
707
707
|
email: "email";
|
|
708
|
-
|
|
709
|
-
textarea: "textarea";
|
|
708
|
+
url: "url";
|
|
710
709
|
select: "select";
|
|
710
|
+
textarea: "textarea";
|
|
711
|
+
text: "text";
|
|
712
|
+
tel: "tel";
|
|
711
713
|
radio: "radio";
|
|
712
714
|
checkbox: "checkbox";
|
|
713
|
-
tel: "tel";
|
|
714
|
-
time: "time";
|
|
715
715
|
}>;
|
|
716
716
|
}, z.core.$strict>, z.ZodObject<{
|
|
717
717
|
id: z.ZodString;
|
|
@@ -727,8 +727,8 @@ export declare const bookingQuestionsFlatSchemaSchema: z.ZodObject<{
|
|
|
727
727
|
}>>;
|
|
728
728
|
}, z.core.$strict>>;
|
|
729
729
|
allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
730
|
-
pdf: "pdf";
|
|
731
730
|
image: "image";
|
|
731
|
+
pdf: "pdf";
|
|
732
732
|
docx: "docx";
|
|
733
733
|
}>>>;
|
|
734
734
|
maxBytes: z.ZodDefault<z.ZodNumber>;
|
|
@@ -760,16 +760,16 @@ export declare const bookingQuestionsStoredSchemaSchema: z.ZodUnion<readonly [z.
|
|
|
760
760
|
}, z.core.$strict>>;
|
|
761
761
|
type: z.ZodEnum<{
|
|
762
762
|
number: "number";
|
|
763
|
-
url: "url";
|
|
764
763
|
date: "date";
|
|
764
|
+
time: "time";
|
|
765
765
|
email: "email";
|
|
766
|
-
|
|
767
|
-
textarea: "textarea";
|
|
766
|
+
url: "url";
|
|
768
767
|
select: "select";
|
|
768
|
+
textarea: "textarea";
|
|
769
|
+
text: "text";
|
|
770
|
+
tel: "tel";
|
|
769
771
|
radio: "radio";
|
|
770
772
|
checkbox: "checkbox";
|
|
771
|
-
tel: "tel";
|
|
772
|
-
time: "time";
|
|
773
773
|
}>;
|
|
774
774
|
}, z.core.$strict>, z.ZodObject<{
|
|
775
775
|
id: z.ZodString;
|
|
@@ -785,8 +785,8 @@ export declare const bookingQuestionsStoredSchemaSchema: z.ZodUnion<readonly [z.
|
|
|
785
785
|
}>>;
|
|
786
786
|
}, z.core.$strict>>;
|
|
787
787
|
allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
788
|
-
pdf: "pdf";
|
|
789
788
|
image: "image";
|
|
789
|
+
pdf: "pdf";
|
|
790
790
|
docx: "docx";
|
|
791
791
|
}>>>;
|
|
792
792
|
maxBytes: z.ZodDefault<z.ZodNumber>;
|
|
@@ -821,16 +821,16 @@ export declare const bookingQuestionsStoredSchemaSchema: z.ZodUnion<readonly [z.
|
|
|
821
821
|
}, z.core.$strict>>;
|
|
822
822
|
type: z.ZodEnum<{
|
|
823
823
|
number: "number";
|
|
824
|
-
url: "url";
|
|
825
824
|
date: "date";
|
|
825
|
+
time: "time";
|
|
826
826
|
email: "email";
|
|
827
|
-
|
|
828
|
-
textarea: "textarea";
|
|
827
|
+
url: "url";
|
|
829
828
|
select: "select";
|
|
829
|
+
textarea: "textarea";
|
|
830
|
+
text: "text";
|
|
831
|
+
tel: "tel";
|
|
830
832
|
radio: "radio";
|
|
831
833
|
checkbox: "checkbox";
|
|
832
|
-
tel: "tel";
|
|
833
|
-
time: "time";
|
|
834
834
|
}>;
|
|
835
835
|
}, z.core.$strict>, z.ZodObject<{
|
|
836
836
|
id: z.ZodString;
|
|
@@ -846,8 +846,8 @@ export declare const bookingQuestionsStoredSchemaSchema: z.ZodUnion<readonly [z.
|
|
|
846
846
|
}>>;
|
|
847
847
|
}, z.core.$strict>>;
|
|
848
848
|
allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
849
|
-
pdf: "pdf";
|
|
850
849
|
image: "image";
|
|
850
|
+
pdf: "pdf";
|
|
851
851
|
docx: "docx";
|
|
852
852
|
}>>>;
|
|
853
853
|
maxBytes: z.ZodDefault<z.ZodNumber>;
|
|
@@ -897,17 +897,17 @@ export declare const createFormPayloadSchema: z.ZodObject<{
|
|
|
897
897
|
label: z.ZodString;
|
|
898
898
|
type: z.ZodEnum<{
|
|
899
899
|
number: "number";
|
|
900
|
-
url: "url";
|
|
901
900
|
date: "date";
|
|
901
|
+
time: "time";
|
|
902
902
|
email: "email";
|
|
903
|
-
|
|
904
|
-
textarea: "textarea";
|
|
903
|
+
url: "url";
|
|
905
904
|
select: "select";
|
|
905
|
+
textarea: "textarea";
|
|
906
|
+
text: "text";
|
|
907
|
+
tel: "tel";
|
|
906
908
|
radio: "radio";
|
|
907
909
|
checkbox: "checkbox";
|
|
908
910
|
consent: "consent";
|
|
909
|
-
tel: "tel";
|
|
910
|
-
time: "time";
|
|
911
911
|
}>;
|
|
912
912
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
913
913
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -1015,10 +1015,10 @@ export declare const createFormPayloadSchema: z.ZodObject<{
|
|
|
1015
1015
|
confirmationVersion: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodNull]>;
|
|
1016
1016
|
}, z.core.$strict>>;
|
|
1017
1017
|
audienceHint: z.ZodOptional<z.ZodEnum<{
|
|
1018
|
-
appointments: "appointments";
|
|
1019
1018
|
courses: "courses";
|
|
1020
1019
|
events: "events";
|
|
1021
1020
|
mixed: "mixed";
|
|
1021
|
+
appointments: "appointments";
|
|
1022
1022
|
}>>;
|
|
1023
1023
|
customerTitle: z.ZodOptional<z.ZodString>;
|
|
1024
1024
|
introTitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { type ReactNode } from 'react';
|
|
2
2
|
import { type StoreApi } from './utils/useStoreSelector';
|
|
3
|
-
import { type ApiClient } from '
|
|
4
|
-
import { type Theme } from '
|
|
5
|
-
import type { PageDesignEditorReadModel } from '
|
|
6
|
-
import { type EditorStructuralCommand } from '
|
|
3
|
+
import { type ApiClient } from '../../api/src/request';
|
|
4
|
+
import { type Theme } from '../../blocks/src/index';
|
|
5
|
+
import type { PageDesignEditorReadModel } from '../../theme-core/src/site-styles/index';
|
|
6
|
+
import { type EditorStructuralCommand } from '../../core/src/index';
|
|
7
7
|
import { type SdkConfigForBlockPicker } from './block-editor/sdkBlockMerger';
|
|
8
8
|
import { type ReorderControlMode } from './block-editor/reorderControlMode';
|
|
9
9
|
import type { ArrayKeysManager, BlockEditorHandle, BlockItem, BlockFocusRequest, UiSlice, DraftsSlice } from './block-editor/types';
|
|
10
|
-
import type { BlockDraftSaveability, FieldWidgetComponent } from '
|
|
10
|
+
import type { BlockDraftSaveability, FieldWidgetComponent } from '../../block-form/src/client/index';
|
|
11
11
|
type UiState = {
|
|
12
12
|
focusRequest: BlockFocusRequest | null;
|
|
13
13
|
activeBlockId: UiSlice['activeBlockId'];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { type FieldWidgetComponent } from '
|
|
2
|
-
import type { BlockDraftSaveability } from '
|
|
3
|
-
import type { BlockManifest, Theme } from '
|
|
4
|
-
import { type PageDesignEditorBlock } from '
|
|
5
|
-
import { type EditorBlockId } from '
|
|
1
|
+
import { type FieldWidgetComponent } from '../../block-form/src/client/index';
|
|
2
|
+
import type { BlockDraftSaveability } from '../../block-form/src/client/index';
|
|
3
|
+
import type { BlockManifest, Theme } from '../../blocks/src/index';
|
|
4
|
+
import { type PageDesignEditorBlock } from '../../theme-core/src/site-styles/index';
|
|
5
|
+
import { type EditorBlockId } from '../../core/src/index';
|
|
6
6
|
import type { ArrayKeysManager, DraftsSlice, UiStore as BlockEditorUiStore } from './block-editor/types';
|
|
7
7
|
type UiStoreState = {
|
|
8
8
|
setActivePreviewField: (field: {
|