@riverbankcms/sdk 0.77.0 → 0.78.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 +69 -0
- package/dist/{PreviewEditorSidebar-XSX7QKHQ.mjs → PreviewEditorSidebar-RIKFQ72L.mjs} +4916 -4847
- package/dist/{PreviewEditorUI-YZNEZ3QD.mjs → PreviewEditorUI-XO7TUWKK.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-LAGYMPNF.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +194 -184
- package/dist/_dts/api/src/accessAdmin.d.ts +5 -0
- package/dist/_dts/api/src/billing.d.ts +3 -26
- package/dist/_dts/api/src/bookingVerticals.d.ts +4 -0
- package/dist/_dts/api/src/content-editor.d.ts +1 -0
- package/dist/_dts/api/src/demoDashboardMutationSurfaces.d.ts +46 -0
- package/dist/_dts/api/src/endpoints.d.ts +8 -0
- package/dist/_dts/api/src/index.d.ts +14 -2
- package/dist/_dts/api/src/navigation/dashboardBookingsNav.d.ts +87 -0
- package/dist/_dts/api/src/navigation/dashboardDemoNav.d.ts +5 -0
- package/dist/_dts/api/src/navigation/dashboardSettingsNav.d.ts +45 -0
- package/dist/_dts/api/src/navigation/dashboardSiteNav.d.ts +42 -0
- package/dist/_dts/api/src/navigation/dashboardTeamMemberNav.d.ts +24 -0
- package/dist/_dts/api/src/navigation/linkUrlType.d.ts +3 -0
- package/dist/_dts/api/src/navigation.d.ts +12 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +55 -26
- package/dist/_dts/api/src/staffAccess.d.ts +79 -0
- package/dist/_dts/api/src/types.d.ts +3 -1
- package/dist/_dts/api/src/workflows/automaticWorkflowTriggers.d.ts +21 -0
- package/dist/_dts/blocks/src/client/site-chrome.d.ts +4 -1
- package/dist/_dts/blocks/src/customBlockRegistry.d.ts +20 -1
- package/dist/_dts/blocks/src/index.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +294 -289
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +21 -21
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +2 -2
- package/dist/_dts/blocks/src/system/data/index.d.ts +5 -3
- package/dist/_dts/blocks/src/system/data/previewResolvedDataState.d.ts +45 -0
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +2 -1
- package/dist/_dts/blocks/src/system/fragments/library/faqAccordion.d.ts +5 -0
- package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +5 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +29 -29
- package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +10 -0
- package/dist/_dts/blocks/src/system/node/fragments/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/node/fragments/styledSection.d.ts +9 -0
- package/dist/_dts/blocks/src/system/runtime/api/client.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/api/endpoints.d.ts +8 -0
- package/dist/_dts/blocks/src/system/runtime/api/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +43 -8
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/runtimeFormValidation.d.ts +28 -0
- package/dist/_dts/blocks/src/system/runtime/header/shared.d.ts +8 -7
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCompactRow.d.ts +1 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +7 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -8
- package/dist/_dts/blocks/src/system/runtime/nodes/header-section.server.d.ts +2 -9
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-cart-discount-ui.d.ts +5 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout-form.d.ts +76 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout.state.d.ts +1 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce-store.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.shared.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-discount-apply.state.d.ts +52 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.state.d.ts +2 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/useDiscountApply.d.ts +21 -0
- package/dist/_dts/blocks/src/system/runtime/shared/components/DiscountCodeDisclosure.d.ts +54 -0
- package/dist/_dts/blocks/src/system/runtime/shared/components/index.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/shared/index.d.ts +2 -2
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +4 -4
- package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
- package/dist/_dts/content-editor/src/contentTypeEditorContentState.d.ts +26 -0
- package/dist/_dts/content-editor/src/definitions/factory.d.ts +75 -0
- package/dist/_dts/content-editor/src/entryWorkflows.d.ts +2 -0
- package/dist/_dts/content-editor/src/footerBlocksEditorState.d.ts +76 -0
- package/dist/_dts/content-editor/src/index.d.ts +5 -0
- package/dist/_dts/content-editor/src/pageWorkflowContent.d.ts +29 -0
- package/dist/_dts/content-model/src/content-types/schema.d.ts +3 -3
- package/dist/_dts/content-model/src/index.d.ts +1 -0
- package/dist/_dts/content-model/src/routeTemplate.d.ts +4 -0
- package/dist/_dts/content-model/src/templates/editorState.d.ts +25 -0
- package/dist/_dts/core/src/csv-cells.d.ts +10 -0
- package/dist/_dts/core/src/csv-date-filter.d.ts +27 -0
- package/dist/_dts/core/src/csv-escape.d.ts +1 -0
- package/dist/_dts/core/src/csv-filename.d.ts +18 -0
- package/dist/_dts/core/src/csv-render.d.ts +4 -0
- package/dist/_dts/core/src/csv-types.d.ts +116 -0
- package/dist/_dts/core/src/currency-format.d.ts +4 -0
- package/dist/_dts/core/src/demo-capability-policy.d.ts +29 -0
- package/dist/_dts/core/src/demo-claim-access.d.ts +14 -0
- package/dist/_dts/core/src/demo-lifecycle-status.d.ts +11 -0
- package/dist/_dts/core/src/demo-runtime.d.ts +47 -0
- package/dist/_dts/core/src/duration.d.ts +14 -0
- package/dist/_dts/core/src/email-format.d.ts +10 -0
- package/dist/_dts/core/src/field-errors.d.ts +1 -0
- package/dist/_dts/core/src/form-submission-preview.d.ts +24 -0
- package/dist/_dts/core/src/index.d.ts +20 -0
- package/dist/_dts/core/src/number-input.d.ts +22 -0
- package/dist/_dts/core/src/public-url-validation.d.ts +12 -0
- package/dist/_dts/core/src/slug.d.ts +39 -0
- package/dist/_dts/core/src/string.d.ts +19 -0
- package/dist/_dts/core/src/uuid.d.ts +6 -0
- package/dist/_dts/db/src/schemas/forms.d.ts +50 -50
- package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +34 -0
- package/dist/_dts/media-core/src/bulkDeletePlanning.d.ts +24 -0
- package/dist/_dts/media-core/src/canonicalCropReview.d.ts +66 -0
- package/dist/_dts/media-core/src/classifyAllPlanning.d.ts +48 -0
- package/dist/_dts/media-core/src/filename.d.ts +1 -0
- package/dist/_dts/media-core/src/index.d.ts +10 -0
- package/dist/_dts/media-core/src/mediaAssetUsageStatus.d.ts +47 -0
- package/dist/_dts/media-core/src/mediaSettingsState.d.ts +3 -0
- package/dist/_dts/media-core/src/portableMediaReferences.d.ts +38 -0
- package/dist/_dts/media-core/src/uploadVerificationContract.d.ts +28 -0
- package/dist/_dts/media-core/src/videoAssetRepair.d.ts +38 -0
- package/dist/_dts/media-editor/src/mediaEditorDebug.d.ts +1 -0
- package/dist/_dts/path-utils/src/index.d.ts +8 -0
- package/dist/_dts/path-utils/src/redirectPaths.d.ts +26 -0
- package/dist/_dts/path-utils/src/safeAppPath.d.ts +26 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +4 -0
- package/dist/_dts/preview-next/src/client/preview/previewDocumentFrame.d.ts +31 -0
- package/dist/_dts/sdk/src/client/error.d.ts +3 -0
- package/dist/_dts/sdk/src/client/index.d.ts +2 -2
- package/dist/_dts/sdk/src/client/types.d.ts +37 -19
- package/dist/_dts/sdk/src/contracts/theme.d.ts +1 -1
- package/dist/_dts/sdk/src/index.d.ts +2 -2
- package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +16 -16
- package/dist/_dts/sdk/src/next/content-load-failure.d.ts +51 -0
- package/dist/_dts/sdk/src/next/index.d.ts +2 -1
- package/dist/_dts/sdk/src/next/types.d.ts +19 -0
- package/dist/_dts/sdk/src/portal/redirects.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +2 -2
- package/dist/_dts/sdk/src/routing/index.d.ts +3 -2
- package/dist/_dts/sdk/src/routing/resolvePageContent.d.ts +71 -6
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +12 -12
- package/dist/_dts/site-commands/src/index.d.ts +1 -0
- package/dist/_dts/site-commands/src/pagePaths.d.ts +6 -0
- package/dist/_dts/theme-core/src/accordions/siteStyleDefaults.d.ts +26 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -0
- package/dist/_dts/theme-core/src/blocks/vars/index.d.ts +1 -0
- package/dist/_dts/theme-core/src/fonts/index.d.ts +1 -0
- package/dist/_dts/theme-core/src/fonts/uploadFormat.d.ts +44 -0
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/index.d.ts +3 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +63 -51
- package/dist/_dts/theme-core/src/navigation/generateNavLinkCSS.d.ts +6 -1
- package/dist/_dts/theme-core/src/navigation/types.d.ts +12 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +3 -3
- package/dist/_dts/theme-core/src/runtime/themeCssVarNames.d.ts +7 -0
- package/dist/_dts/theme-core/src/schema.d.ts +90 -48
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +214 -34
- package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +5 -2
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +214 -34
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +25 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +35 -7
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +96 -34
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +4 -2
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +9 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +27 -2
- package/dist/_dts/theme-core/src/siteChrome.d.ts +17 -34
- package/dist/_dts/theme-core/src/siteChromeOverlayClearance.d.ts +22 -0
- package/dist/_dts/theme-core/src/siteChromePlacement.d.ts +22 -0
- package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +32 -0
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -2
- package/dist/{chunk-EAWHBECW.mjs → chunk-F7RTCZYN.mjs} +229 -50
- package/dist/{chunk-GSQX43EZ.mjs → chunk-NIDXI46P.mjs} +22 -41
- package/dist/{chunk-WLQBJN2Z.mjs → chunk-OECWLDHN.mjs} +4538 -1911
- package/dist/{chunk-VX7B5VAC.mjs → chunk-SVMMM2NA.mjs} +8 -0
- package/dist/{chunk-6SMUFTXD.mjs → chunk-SXOLGNMX.mjs} +1 -1
- package/dist/{chunk-ANKDYZ2E.mjs → chunk-TXDES5P2.mjs} +2 -2
- package/dist/cli/index.mjs +2036 -594
- package/dist/client/{accordion-RZMQSYLR.mjs → accordion-EVDEOUPR.mjs} +2 -2
- package/dist/client/{bookingForm-NF4ASVNV.mjs → bookingForm-DIHBLC64.mjs} +27 -30
- package/dist/client/bookings.mjs +3707 -259
- package/dist/client/{carousel-LDX47ZIK.mjs → carousel-FEBQHIWI.mjs} +3 -4
- package/dist/client/{cart-RGXDS5F4.mjs → cart-7CKSXAE4.mjs} +8 -8
- package/dist/client/{checkout-P7WWSNNY.mjs → checkout-WKYCANLV.mjs} +8 -8
- package/dist/client/{chunk-JNC7CGHX.mjs → chunk-2SAVKN2M.mjs} +2 -2
- package/dist/client/{chunk-TQ5MSPDX.mjs → chunk-36WJCERQ.mjs} +1 -1
- package/dist/client/{chunk-R56FQ3RR.mjs → chunk-65F47D7Y.mjs} +280 -71
- package/dist/client/{chunk-L3DNHIJX.mjs → chunk-GUK2FPXQ.mjs} +23 -45
- package/dist/client/{chunk-PMAIXMAB.mjs → chunk-IVNCUVAV.mjs} +26 -21
- package/dist/client/{chunk-II7O4XN3.mjs → chunk-OFMSCGNY.mjs} +2 -2
- package/dist/client/chunk-PD6NBCEY.mjs +66 -0
- package/dist/client/{chunk-GMVTOKYG.mjs → chunk-RV6FX7UH.mjs} +510 -64
- package/dist/client/{chunk-E2TDNXCL.mjs → chunk-RZDWX7QW.mjs} +2 -1
- package/dist/client/{chunk-M3L3KYYR.mjs → chunk-UDNSI5PY.mjs} +12 -0
- package/dist/client/{chunk-JEZECJ3W.mjs → chunk-VPPMNXCF.mjs} +129 -3
- package/dist/client/{chunk-UFSWADAO.mjs → chunk-YDSEG6GZ.mjs} +5 -66
- package/dist/client/client.mjs +8983 -6152
- package/dist/client/{courseRegistration-7F65K5ZR.mjs → courseRegistration-5QF2PHKM.mjs} +14 -11
- package/dist/client/{eventCalendar-GLSC5KTL.mjs → eventCalendar-4ZOSETDU.mjs} +9 -9
- package/dist/client/{eventCombined-ZHK4WKUR.mjs → eventCombined-WQGU7JUX.mjs} +9 -9
- package/dist/client/{eventDetails-E3PJYBIN.mjs → eventDetails-AYWVUJ5Y.mjs} +9 -9
- package/dist/client/{eventListing-EMS3WC3E.mjs → eventListing-NT7C6UT5.mjs} +9 -9
- package/dist/client/{eventRegistration-NZOTVNPI.mjs → eventRegistration-OH24F4ZJ.mjs} +9 -9
- package/dist/client/{form-ETFZFATW.mjs → form-7L42SRBB.mjs} +6 -6
- package/dist/client/{headerSection-4LBP7ULT.mjs → headerSection-OZRZNZ52.mjs} +3 -3
- package/dist/client/hooks.mjs +1388 -427
- package/dist/client/{locationMap-5M655YSJ.mjs → locationMap-ZBXRPQ7C.mjs} +2 -2
- package/dist/client/{newsletterForm-QOUYW44O.mjs → newsletterForm-SNAGFF2I.mjs} +3 -3
- package/dist/client/{productDetail-O4DOCWQG.mjs → productDetail-I46BOFGV.mjs} +8 -8
- package/dist/client/{productList-A5RO5WIS.mjs → productList-BOYHTYI6.mjs} +8 -8
- package/dist/client/rendering/client.mjs +7090 -2645
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +7395 -4767
- package/dist/client/{shop-L4MZH4I2.mjs → shop-XTXPZTKR.mjs} +8 -8
- package/dist/preview-next/before-render.mjs +8 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/editor-chrome.css +10 -0
- package/dist/preview-next/middleware.mjs +8 -0
- package/dist/{sdk-runtime-Q6MTR4KL.mjs → sdk-runtime-ZJLKC6DR.mjs} +6 -6
- package/dist/server/components.mjs +4175 -2480
- package/dist/server/config-validation.mjs +1619 -658
- package/dist/server/config.mjs +1619 -658
- package/dist/server/data.mjs +1388 -427
- package/dist/server/index.mjs +488 -246
- package/dist/server/next.mjs +5607 -3354
- package/dist/server/page-converter.mjs +912 -259
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +4176 -2481
- package/dist/server/rendering.mjs +4194 -2486
- package/dist/server/routing.mjs +2078 -639
- package/dist/server/server.mjs +1886 -685
- package/dist/server/theme-bridge.mjs +4441 -1300
- package/dist/server/theme.mjs +89 -12
- package/dist/styles/index.css +1576 -1083
- package/package.json +2 -1
- package/dist/SdkPreviewModeRuntime-5FS5E6BI.mjs +0 -8
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/DiscountCodeSection.d.ts +0 -7
- package/dist/_dts/preview-next/src/client/widgets/PreviewMediaField.d.ts +0 -4
- package/dist/client/chunk-OJPZEZU2.mjs +0 -31
- package/dist/client/chunk-RTZ3JKKX.mjs +0 -178
|
@@ -206,8 +206,8 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
|
|
|
206
206
|
input: z.ZodObject<{
|
|
207
207
|
name: z.ZodOptional<z.ZodString>;
|
|
208
208
|
location: z.ZodOptional<z.ZodEnum<{
|
|
209
|
-
footer: "footer";
|
|
210
209
|
header: "header";
|
|
210
|
+
footer: "footer";
|
|
211
211
|
main: "main";
|
|
212
212
|
}>>;
|
|
213
213
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -484,9 +484,9 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
|
|
|
484
484
|
}>;
|
|
485
485
|
status: z.ZodOptional<z.ZodEnum<{
|
|
486
486
|
active: "active";
|
|
487
|
-
cancelled: "cancelled";
|
|
488
487
|
draft: "draft";
|
|
489
488
|
archived: "archived";
|
|
489
|
+
cancelled: "cancelled";
|
|
490
490
|
}>>;
|
|
491
491
|
visibility: z.ZodEnum<{
|
|
492
492
|
draft: "draft";
|
|
@@ -605,8 +605,8 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
|
|
|
605
605
|
title: z.ZodString;
|
|
606
606
|
status: z.ZodOptional<z.ZodEnum<{
|
|
607
607
|
active: "active";
|
|
608
|
-
cancelled: "cancelled";
|
|
609
608
|
draft: "draft";
|
|
609
|
+
cancelled: "cancelled";
|
|
610
610
|
}>>;
|
|
611
611
|
visibility: z.ZodEnum<{
|
|
612
612
|
draft: "draft";
|
|
@@ -745,8 +745,8 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
|
|
|
745
745
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
746
746
|
status: z.ZodDefault<z.ZodEnum<{
|
|
747
747
|
active: "active";
|
|
748
|
-
refunded: "refunded";
|
|
749
748
|
expired: "expired";
|
|
749
|
+
refunded: "refunded";
|
|
750
750
|
exhausted: "exhausted";
|
|
751
751
|
}>>;
|
|
752
752
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -1121,8 +1121,8 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
|
|
|
1121
1121
|
input: z.ZodObject<{
|
|
1122
1122
|
name: z.ZodOptional<z.ZodString>;
|
|
1123
1123
|
location: z.ZodOptional<z.ZodEnum<{
|
|
1124
|
-
footer: "footer";
|
|
1125
1124
|
header: "header";
|
|
1125
|
+
footer: "footer";
|
|
1126
1126
|
main: "main";
|
|
1127
1127
|
}>>;
|
|
1128
1128
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1399,9 +1399,9 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
|
|
|
1399
1399
|
}>;
|
|
1400
1400
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1401
1401
|
active: "active";
|
|
1402
|
-
cancelled: "cancelled";
|
|
1403
1402
|
draft: "draft";
|
|
1404
1403
|
archived: "archived";
|
|
1404
|
+
cancelled: "cancelled";
|
|
1405
1405
|
}>>;
|
|
1406
1406
|
visibility: z.ZodEnum<{
|
|
1407
1407
|
draft: "draft";
|
|
@@ -1520,8 +1520,8 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
|
|
|
1520
1520
|
title: z.ZodString;
|
|
1521
1521
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1522
1522
|
active: "active";
|
|
1523
|
-
cancelled: "cancelled";
|
|
1524
1523
|
draft: "draft";
|
|
1524
|
+
cancelled: "cancelled";
|
|
1525
1525
|
}>>;
|
|
1526
1526
|
visibility: z.ZodEnum<{
|
|
1527
1527
|
draft: "draft";
|
|
@@ -1660,8 +1660,8 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
|
|
|
1660
1660
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1661
1661
|
status: z.ZodDefault<z.ZodEnum<{
|
|
1662
1662
|
active: "active";
|
|
1663
|
-
refunded: "refunded";
|
|
1664
1663
|
expired: "expired";
|
|
1664
|
+
refunded: "refunded";
|
|
1665
1665
|
exhausted: "exhausted";
|
|
1666
1666
|
}>>;
|
|
1667
1667
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -2035,8 +2035,8 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
2035
2035
|
input: z.ZodObject<{
|
|
2036
2036
|
name: z.ZodOptional<z.ZodString>;
|
|
2037
2037
|
location: z.ZodOptional<z.ZodEnum<{
|
|
2038
|
-
footer: "footer";
|
|
2039
2038
|
header: "header";
|
|
2039
|
+
footer: "footer";
|
|
2040
2040
|
main: "main";
|
|
2041
2041
|
}>>;
|
|
2042
2042
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2313,9 +2313,9 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
2313
2313
|
}>;
|
|
2314
2314
|
status: z.ZodOptional<z.ZodEnum<{
|
|
2315
2315
|
active: "active";
|
|
2316
|
-
cancelled: "cancelled";
|
|
2317
2316
|
draft: "draft";
|
|
2318
2317
|
archived: "archived";
|
|
2318
|
+
cancelled: "cancelled";
|
|
2319
2319
|
}>>;
|
|
2320
2320
|
visibility: z.ZodEnum<{
|
|
2321
2321
|
draft: "draft";
|
|
@@ -2434,8 +2434,8 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
2434
2434
|
title: z.ZodString;
|
|
2435
2435
|
status: z.ZodOptional<z.ZodEnum<{
|
|
2436
2436
|
active: "active";
|
|
2437
|
-
cancelled: "cancelled";
|
|
2438
2437
|
draft: "draft";
|
|
2438
|
+
cancelled: "cancelled";
|
|
2439
2439
|
}>>;
|
|
2440
2440
|
visibility: z.ZodEnum<{
|
|
2441
2441
|
draft: "draft";
|
|
@@ -2574,8 +2574,8 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
2574
2574
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2575
2575
|
status: z.ZodDefault<z.ZodEnum<{
|
|
2576
2576
|
active: "active";
|
|
2577
|
-
refunded: "refunded";
|
|
2578
2577
|
expired: "expired";
|
|
2578
|
+
refunded: "refunded";
|
|
2579
2579
|
exhausted: "exhausted";
|
|
2580
2580
|
}>>;
|
|
2581
2581
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -2965,8 +2965,8 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
|
|
|
2965
2965
|
input: z.ZodObject<{
|
|
2966
2966
|
name: z.ZodOptional<z.ZodString>;
|
|
2967
2967
|
location: z.ZodOptional<z.ZodEnum<{
|
|
2968
|
-
footer: "footer";
|
|
2969
2968
|
header: "header";
|
|
2969
|
+
footer: "footer";
|
|
2970
2970
|
main: "main";
|
|
2971
2971
|
}>>;
|
|
2972
2972
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -3243,9 +3243,9 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
|
|
|
3243
3243
|
}>;
|
|
3244
3244
|
status: z.ZodOptional<z.ZodEnum<{
|
|
3245
3245
|
active: "active";
|
|
3246
|
-
cancelled: "cancelled";
|
|
3247
3246
|
draft: "draft";
|
|
3248
3247
|
archived: "archived";
|
|
3248
|
+
cancelled: "cancelled";
|
|
3249
3249
|
}>>;
|
|
3250
3250
|
visibility: z.ZodEnum<{
|
|
3251
3251
|
draft: "draft";
|
|
@@ -3364,8 +3364,8 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
|
|
|
3364
3364
|
title: z.ZodString;
|
|
3365
3365
|
status: z.ZodOptional<z.ZodEnum<{
|
|
3366
3366
|
active: "active";
|
|
3367
|
-
cancelled: "cancelled";
|
|
3368
3367
|
draft: "draft";
|
|
3368
|
+
cancelled: "cancelled";
|
|
3369
3369
|
}>>;
|
|
3370
3370
|
visibility: z.ZodEnum<{
|
|
3371
3371
|
draft: "draft";
|
|
@@ -3504,8 +3504,8 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
|
|
|
3504
3504
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3505
3505
|
status: z.ZodDefault<z.ZodEnum<{
|
|
3506
3506
|
active: "active";
|
|
3507
|
-
refunded: "refunded";
|
|
3508
3507
|
expired: "expired";
|
|
3508
|
+
refunded: "refunded";
|
|
3509
3509
|
exhausted: "exhausted";
|
|
3510
3510
|
}>>;
|
|
3511
3511
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -3883,8 +3883,8 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
3883
3883
|
input: z.ZodObject<{
|
|
3884
3884
|
name: z.ZodOptional<z.ZodString>;
|
|
3885
3885
|
location: z.ZodOptional<z.ZodEnum<{
|
|
3886
|
-
footer: "footer";
|
|
3887
3886
|
header: "header";
|
|
3887
|
+
footer: "footer";
|
|
3888
3888
|
main: "main";
|
|
3889
3889
|
}>>;
|
|
3890
3890
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -4161,9 +4161,9 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
4161
4161
|
}>;
|
|
4162
4162
|
status: z.ZodOptional<z.ZodEnum<{
|
|
4163
4163
|
active: "active";
|
|
4164
|
-
cancelled: "cancelled";
|
|
4165
4164
|
draft: "draft";
|
|
4166
4165
|
archived: "archived";
|
|
4166
|
+
cancelled: "cancelled";
|
|
4167
4167
|
}>>;
|
|
4168
4168
|
visibility: z.ZodEnum<{
|
|
4169
4169
|
draft: "draft";
|
|
@@ -4282,8 +4282,8 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
4282
4282
|
title: z.ZodString;
|
|
4283
4283
|
status: z.ZodOptional<z.ZodEnum<{
|
|
4284
4284
|
active: "active";
|
|
4285
|
-
cancelled: "cancelled";
|
|
4286
4285
|
draft: "draft";
|
|
4286
|
+
cancelled: "cancelled";
|
|
4287
4287
|
}>>;
|
|
4288
4288
|
visibility: z.ZodEnum<{
|
|
4289
4289
|
draft: "draft";
|
|
@@ -4422,8 +4422,8 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
4422
4422
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4423
4423
|
status: z.ZodDefault<z.ZodEnum<{
|
|
4424
4424
|
active: "active";
|
|
4425
|
-
refunded: "refunded";
|
|
4426
4425
|
expired: "expired";
|
|
4426
|
+
refunded: "refunded";
|
|
4427
4427
|
exhausted: "exhausted";
|
|
4428
4428
|
}>>;
|
|
4429
4429
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -4919,7 +4919,7 @@ declare const SiteStyleSelectionCommandBodySchema: z.ZodObject<{
|
|
|
4919
4919
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
4920
4920
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
4921
4921
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
4922
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"success" | "text" | "primary" | "secondary" | "
|
|
4922
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "border" | "background" | "muted" | "accent" | "destructive" | "primaryForeground" | "surfaceAlt", import("../../../blocks/src/index").HexColor>>>, {
|
|
4923
4923
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
4924
4924
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
4925
4925
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -4937,7 +4937,7 @@ declare const SiteStyleSelectionCommandBodySchema: z.ZodObject<{
|
|
|
4937
4937
|
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
4938
4938
|
"clean-base": "clean-base";
|
|
4939
4939
|
"brand-solid": "brand-solid";
|
|
4940
|
-
"
|
|
4940
|
+
"serif-line": "serif-line";
|
|
4941
4941
|
"centered-calm": "centered-calm";
|
|
4942
4942
|
"practical-utility": "practical-utility";
|
|
4943
4943
|
"minimal-transparent": "minimal-transparent";
|
|
@@ -4948,12 +4948,11 @@ declare const SiteStyleSelectionCommandBodySchema: z.ZodObject<{
|
|
|
4948
4948
|
classic: "classic";
|
|
4949
4949
|
centered: "centered";
|
|
4950
4950
|
floating: "floating";
|
|
4951
|
-
editorial: "editorial";
|
|
4952
4951
|
}>;
|
|
4953
4952
|
headerStyleId: z.ZodEnum<{
|
|
4954
4953
|
minimal: "minimal";
|
|
4955
4954
|
glass: "glass";
|
|
4956
|
-
"
|
|
4955
|
+
"serif-line": "serif-line";
|
|
4957
4956
|
"fine-line": "fine-line";
|
|
4958
4957
|
"soft-bar": "soft-bar";
|
|
4959
4958
|
"pill-nav": "pill-nav";
|
|
@@ -4963,6 +4962,8 @@ declare const SiteStyleSelectionCommandBodySchema: z.ZodObject<{
|
|
|
4963
4962
|
"flat-tabs": "flat-tabs";
|
|
4964
4963
|
"minimal-surface": "minimal-surface";
|
|
4965
4964
|
"soft-shell": "soft-shell";
|
|
4965
|
+
"split-glass": "split-glass";
|
|
4966
|
+
"split-pill": "split-pill";
|
|
4966
4967
|
}>;
|
|
4967
4968
|
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
4968
4969
|
"footer-muted-grounding": "footer-muted-grounding";
|
|
@@ -4997,7 +4998,7 @@ export declare const SiteStyleSelectionCommandBackedPreviewSchema: z.ZodObject<{
|
|
|
4997
4998
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
4998
4999
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
4999
5000
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
5000
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"success" | "text" | "primary" | "secondary" | "
|
|
5001
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "border" | "background" | "muted" | "accent" | "destructive" | "primaryForeground" | "surfaceAlt", import("../../../blocks/src/index").HexColor>>>, {
|
|
5001
5002
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
5002
5003
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
5003
5004
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -5015,7 +5016,7 @@ export declare const SiteStyleSelectionCommandBackedPreviewSchema: z.ZodObject<{
|
|
|
5015
5016
|
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
5016
5017
|
"clean-base": "clean-base";
|
|
5017
5018
|
"brand-solid": "brand-solid";
|
|
5018
|
-
"
|
|
5019
|
+
"serif-line": "serif-line";
|
|
5019
5020
|
"centered-calm": "centered-calm";
|
|
5020
5021
|
"practical-utility": "practical-utility";
|
|
5021
5022
|
"minimal-transparent": "minimal-transparent";
|
|
@@ -5026,12 +5027,11 @@ export declare const SiteStyleSelectionCommandBackedPreviewSchema: z.ZodObject<{
|
|
|
5026
5027
|
classic: "classic";
|
|
5027
5028
|
centered: "centered";
|
|
5028
5029
|
floating: "floating";
|
|
5029
|
-
editorial: "editorial";
|
|
5030
5030
|
}>;
|
|
5031
5031
|
headerStyleId: z.ZodEnum<{
|
|
5032
5032
|
minimal: "minimal";
|
|
5033
5033
|
glass: "glass";
|
|
5034
|
-
"
|
|
5034
|
+
"serif-line": "serif-line";
|
|
5035
5035
|
"fine-line": "fine-line";
|
|
5036
5036
|
"soft-bar": "soft-bar";
|
|
5037
5037
|
"pill-nav": "pill-nav";
|
|
@@ -5041,6 +5041,8 @@ export declare const SiteStyleSelectionCommandBackedPreviewSchema: z.ZodObject<{
|
|
|
5041
5041
|
"flat-tabs": "flat-tabs";
|
|
5042
5042
|
"minimal-surface": "minimal-surface";
|
|
5043
5043
|
"soft-shell": "soft-shell";
|
|
5044
|
+
"split-glass": "split-glass";
|
|
5045
|
+
"split-pill": "split-pill";
|
|
5044
5046
|
}>;
|
|
5045
5047
|
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
5046
5048
|
"footer-muted-grounding": "footer-muted-grounding";
|
|
@@ -5081,7 +5083,7 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5081
5083
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
5082
5084
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
5083
5085
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
5084
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"success" | "text" | "primary" | "secondary" | "
|
|
5086
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "border" | "background" | "muted" | "accent" | "destructive" | "primaryForeground" | "surfaceAlt", import("../../../blocks/src/index").HexColor>>>, {
|
|
5085
5087
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
5086
5088
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
5087
5089
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -5099,7 +5101,7 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5099
5101
|
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
5100
5102
|
"clean-base": "clean-base";
|
|
5101
5103
|
"brand-solid": "brand-solid";
|
|
5102
|
-
"
|
|
5104
|
+
"serif-line": "serif-line";
|
|
5103
5105
|
"centered-calm": "centered-calm";
|
|
5104
5106
|
"practical-utility": "practical-utility";
|
|
5105
5107
|
"minimal-transparent": "minimal-transparent";
|
|
@@ -5110,12 +5112,11 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5110
5112
|
classic: "classic";
|
|
5111
5113
|
centered: "centered";
|
|
5112
5114
|
floating: "floating";
|
|
5113
|
-
editorial: "editorial";
|
|
5114
5115
|
}>;
|
|
5115
5116
|
headerStyleId: z.ZodEnum<{
|
|
5116
5117
|
minimal: "minimal";
|
|
5117
5118
|
glass: "glass";
|
|
5118
|
-
"
|
|
5119
|
+
"serif-line": "serif-line";
|
|
5119
5120
|
"fine-line": "fine-line";
|
|
5120
5121
|
"soft-bar": "soft-bar";
|
|
5121
5122
|
"pill-nav": "pill-nav";
|
|
@@ -5125,6 +5126,8 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5125
5126
|
"flat-tabs": "flat-tabs";
|
|
5126
5127
|
"minimal-surface": "minimal-surface";
|
|
5127
5128
|
"soft-shell": "soft-shell";
|
|
5129
|
+
"split-glass": "split-glass";
|
|
5130
|
+
"split-pill": "split-pill";
|
|
5128
5131
|
}>;
|
|
5129
5132
|
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
5130
5133
|
"footer-muted-grounding": "footer-muted-grounding";
|
|
@@ -5287,8 +5290,8 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5287
5290
|
input: z.ZodObject<{
|
|
5288
5291
|
name: z.ZodOptional<z.ZodString>;
|
|
5289
5292
|
location: z.ZodOptional<z.ZodEnum<{
|
|
5290
|
-
footer: "footer";
|
|
5291
5293
|
header: "header";
|
|
5294
|
+
footer: "footer";
|
|
5292
5295
|
main: "main";
|
|
5293
5296
|
}>>;
|
|
5294
5297
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -5565,9 +5568,9 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5565
5568
|
}>;
|
|
5566
5569
|
status: z.ZodOptional<z.ZodEnum<{
|
|
5567
5570
|
active: "active";
|
|
5568
|
-
cancelled: "cancelled";
|
|
5569
5571
|
draft: "draft";
|
|
5570
5572
|
archived: "archived";
|
|
5573
|
+
cancelled: "cancelled";
|
|
5571
5574
|
}>>;
|
|
5572
5575
|
visibility: z.ZodEnum<{
|
|
5573
5576
|
draft: "draft";
|
|
@@ -5686,8 +5689,8 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5686
5689
|
title: z.ZodString;
|
|
5687
5690
|
status: z.ZodOptional<z.ZodEnum<{
|
|
5688
5691
|
active: "active";
|
|
5689
|
-
cancelled: "cancelled";
|
|
5690
5692
|
draft: "draft";
|
|
5693
|
+
cancelled: "cancelled";
|
|
5691
5694
|
}>>;
|
|
5692
5695
|
visibility: z.ZodEnum<{
|
|
5693
5696
|
draft: "draft";
|
|
@@ -5826,8 +5829,8 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5826
5829
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5827
5830
|
status: z.ZodDefault<z.ZodEnum<{
|
|
5828
5831
|
active: "active";
|
|
5829
|
-
refunded: "refunded";
|
|
5830
5832
|
expired: "expired";
|
|
5833
|
+
refunded: "refunded";
|
|
5831
5834
|
exhausted: "exhausted";
|
|
5832
5835
|
}>>;
|
|
5833
5836
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -6057,7 +6060,7 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
6057
6060
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
6058
6061
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
6059
6062
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
6060
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"success" | "text" | "primary" | "secondary" | "
|
|
6063
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "border" | "background" | "muted" | "accent" | "destructive" | "primaryForeground" | "surfaceAlt", import("../../../blocks/src/index").HexColor>>>, {
|
|
6061
6064
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
6062
6065
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
6063
6066
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -6075,7 +6078,7 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
6075
6078
|
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
6076
6079
|
"clean-base": "clean-base";
|
|
6077
6080
|
"brand-solid": "brand-solid";
|
|
6078
|
-
"
|
|
6081
|
+
"serif-line": "serif-line";
|
|
6079
6082
|
"centered-calm": "centered-calm";
|
|
6080
6083
|
"practical-utility": "practical-utility";
|
|
6081
6084
|
"minimal-transparent": "minimal-transparent";
|
|
@@ -6086,12 +6089,11 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
6086
6089
|
classic: "classic";
|
|
6087
6090
|
centered: "centered";
|
|
6088
6091
|
floating: "floating";
|
|
6089
|
-
editorial: "editorial";
|
|
6090
6092
|
}>;
|
|
6091
6093
|
headerStyleId: z.ZodEnum<{
|
|
6092
6094
|
minimal: "minimal";
|
|
6093
6095
|
glass: "glass";
|
|
6094
|
-
"
|
|
6096
|
+
"serif-line": "serif-line";
|
|
6095
6097
|
"fine-line": "fine-line";
|
|
6096
6098
|
"soft-bar": "soft-bar";
|
|
6097
6099
|
"pill-nav": "pill-nav";
|
|
@@ -6101,6 +6103,8 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
6101
6103
|
"flat-tabs": "flat-tabs";
|
|
6102
6104
|
"minimal-surface": "minimal-surface";
|
|
6103
6105
|
"soft-shell": "soft-shell";
|
|
6106
|
+
"split-glass": "split-glass";
|
|
6107
|
+
"split-pill": "split-pill";
|
|
6104
6108
|
}>;
|
|
6105
6109
|
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
6106
6110
|
"footer-muted-grounding": "footer-muted-grounding";
|
|
@@ -6157,7 +6161,7 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6157
6161
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
6158
6162
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
6159
6163
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
6160
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"success" | "text" | "primary" | "secondary" | "
|
|
6164
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "border" | "background" | "muted" | "accent" | "destructive" | "primaryForeground" | "surfaceAlt", import("../../../blocks/src/index").HexColor>>>, {
|
|
6161
6165
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
6162
6166
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
6163
6167
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -6175,7 +6179,7 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6175
6179
|
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
6176
6180
|
"clean-base": "clean-base";
|
|
6177
6181
|
"brand-solid": "brand-solid";
|
|
6178
|
-
"
|
|
6182
|
+
"serif-line": "serif-line";
|
|
6179
6183
|
"centered-calm": "centered-calm";
|
|
6180
6184
|
"practical-utility": "practical-utility";
|
|
6181
6185
|
"minimal-transparent": "minimal-transparent";
|
|
@@ -6186,12 +6190,11 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6186
6190
|
classic: "classic";
|
|
6187
6191
|
centered: "centered";
|
|
6188
6192
|
floating: "floating";
|
|
6189
|
-
editorial: "editorial";
|
|
6190
6193
|
}>;
|
|
6191
6194
|
headerStyleId: z.ZodEnum<{
|
|
6192
6195
|
minimal: "minimal";
|
|
6193
6196
|
glass: "glass";
|
|
6194
|
-
"
|
|
6197
|
+
"serif-line": "serif-line";
|
|
6195
6198
|
"fine-line": "fine-line";
|
|
6196
6199
|
"soft-bar": "soft-bar";
|
|
6197
6200
|
"pill-nav": "pill-nav";
|
|
@@ -6201,6 +6204,8 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6201
6204
|
"flat-tabs": "flat-tabs";
|
|
6202
6205
|
"minimal-surface": "minimal-surface";
|
|
6203
6206
|
"soft-shell": "soft-shell";
|
|
6207
|
+
"split-glass": "split-glass";
|
|
6208
|
+
"split-pill": "split-pill";
|
|
6204
6209
|
}>;
|
|
6205
6210
|
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
6206
6211
|
"footer-muted-grounding": "footer-muted-grounding";
|
|
@@ -6363,8 +6368,8 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6363
6368
|
input: z.ZodObject<{
|
|
6364
6369
|
name: z.ZodOptional<z.ZodString>;
|
|
6365
6370
|
location: z.ZodOptional<z.ZodEnum<{
|
|
6366
|
-
footer: "footer";
|
|
6367
6371
|
header: "header";
|
|
6372
|
+
footer: "footer";
|
|
6368
6373
|
main: "main";
|
|
6369
6374
|
}>>;
|
|
6370
6375
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -6641,9 +6646,9 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6641
6646
|
}>;
|
|
6642
6647
|
status: z.ZodOptional<z.ZodEnum<{
|
|
6643
6648
|
active: "active";
|
|
6644
|
-
cancelled: "cancelled";
|
|
6645
6649
|
draft: "draft";
|
|
6646
6650
|
archived: "archived";
|
|
6651
|
+
cancelled: "cancelled";
|
|
6647
6652
|
}>>;
|
|
6648
6653
|
visibility: z.ZodEnum<{
|
|
6649
6654
|
draft: "draft";
|
|
@@ -6762,8 +6767,8 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6762
6767
|
title: z.ZodString;
|
|
6763
6768
|
status: z.ZodOptional<z.ZodEnum<{
|
|
6764
6769
|
active: "active";
|
|
6765
|
-
cancelled: "cancelled";
|
|
6766
6770
|
draft: "draft";
|
|
6771
|
+
cancelled: "cancelled";
|
|
6767
6772
|
}>>;
|
|
6768
6773
|
visibility: z.ZodEnum<{
|
|
6769
6774
|
draft: "draft";
|
|
@@ -6902,8 +6907,8 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6902
6907
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6903
6908
|
status: z.ZodDefault<z.ZodEnum<{
|
|
6904
6909
|
active: "active";
|
|
6905
|
-
refunded: "refunded";
|
|
6906
6910
|
expired: "expired";
|
|
6911
|
+
refunded: "refunded";
|
|
6907
6912
|
exhausted: "exhausted";
|
|
6908
6913
|
}>>;
|
|
6909
6914
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -7133,7 +7138,7 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
7133
7138
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
7134
7139
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
7135
7140
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
7136
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"success" | "text" | "primary" | "secondary" | "
|
|
7141
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "border" | "background" | "muted" | "accent" | "destructive" | "primaryForeground" | "surfaceAlt", import("../../../blocks/src/index").HexColor>>>, {
|
|
7137
7142
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
7138
7143
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
7139
7144
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -7151,7 +7156,7 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
7151
7156
|
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
7152
7157
|
"clean-base": "clean-base";
|
|
7153
7158
|
"brand-solid": "brand-solid";
|
|
7154
|
-
"
|
|
7159
|
+
"serif-line": "serif-line";
|
|
7155
7160
|
"centered-calm": "centered-calm";
|
|
7156
7161
|
"practical-utility": "practical-utility";
|
|
7157
7162
|
"minimal-transparent": "minimal-transparent";
|
|
@@ -7162,12 +7167,11 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
7162
7167
|
classic: "classic";
|
|
7163
7168
|
centered: "centered";
|
|
7164
7169
|
floating: "floating";
|
|
7165
|
-
editorial: "editorial";
|
|
7166
7170
|
}>;
|
|
7167
7171
|
headerStyleId: z.ZodEnum<{
|
|
7168
7172
|
minimal: "minimal";
|
|
7169
7173
|
glass: "glass";
|
|
7170
|
-
"
|
|
7174
|
+
"serif-line": "serif-line";
|
|
7171
7175
|
"fine-line": "fine-line";
|
|
7172
7176
|
"soft-bar": "soft-bar";
|
|
7173
7177
|
"pill-nav": "pill-nav";
|
|
@@ -7177,6 +7181,8 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
7177
7181
|
"flat-tabs": "flat-tabs";
|
|
7178
7182
|
"minimal-surface": "minimal-surface";
|
|
7179
7183
|
"soft-shell": "soft-shell";
|
|
7184
|
+
"split-glass": "split-glass";
|
|
7185
|
+
"split-pill": "split-pill";
|
|
7180
7186
|
}>;
|
|
7181
7187
|
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
7182
7188
|
"footer-muted-grounding": "footer-muted-grounding";
|
|
@@ -7234,7 +7240,7 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7234
7240
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
7235
7241
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
7236
7242
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
7237
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"success" | "text" | "primary" | "secondary" | "
|
|
7243
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "border" | "background" | "muted" | "accent" | "destructive" | "primaryForeground" | "surfaceAlt", import("../../../blocks/src/index").HexColor>>>, {
|
|
7238
7244
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
7239
7245
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
7240
7246
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -7252,7 +7258,7 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7252
7258
|
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
7253
7259
|
"clean-base": "clean-base";
|
|
7254
7260
|
"brand-solid": "brand-solid";
|
|
7255
|
-
"
|
|
7261
|
+
"serif-line": "serif-line";
|
|
7256
7262
|
"centered-calm": "centered-calm";
|
|
7257
7263
|
"practical-utility": "practical-utility";
|
|
7258
7264
|
"minimal-transparent": "minimal-transparent";
|
|
@@ -7263,12 +7269,11 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7263
7269
|
classic: "classic";
|
|
7264
7270
|
centered: "centered";
|
|
7265
7271
|
floating: "floating";
|
|
7266
|
-
editorial: "editorial";
|
|
7267
7272
|
}>;
|
|
7268
7273
|
headerStyleId: z.ZodEnum<{
|
|
7269
7274
|
minimal: "minimal";
|
|
7270
7275
|
glass: "glass";
|
|
7271
|
-
"
|
|
7276
|
+
"serif-line": "serif-line";
|
|
7272
7277
|
"fine-line": "fine-line";
|
|
7273
7278
|
"soft-bar": "soft-bar";
|
|
7274
7279
|
"pill-nav": "pill-nav";
|
|
@@ -7278,6 +7283,8 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7278
7283
|
"flat-tabs": "flat-tabs";
|
|
7279
7284
|
"minimal-surface": "minimal-surface";
|
|
7280
7285
|
"soft-shell": "soft-shell";
|
|
7286
|
+
"split-glass": "split-glass";
|
|
7287
|
+
"split-pill": "split-pill";
|
|
7281
7288
|
}>;
|
|
7282
7289
|
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
7283
7290
|
"footer-muted-grounding": "footer-muted-grounding";
|
|
@@ -7440,8 +7447,8 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7440
7447
|
input: z.ZodObject<{
|
|
7441
7448
|
name: z.ZodOptional<z.ZodString>;
|
|
7442
7449
|
location: z.ZodOptional<z.ZodEnum<{
|
|
7443
|
-
footer: "footer";
|
|
7444
7450
|
header: "header";
|
|
7451
|
+
footer: "footer";
|
|
7445
7452
|
main: "main";
|
|
7446
7453
|
}>>;
|
|
7447
7454
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -7718,9 +7725,9 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7718
7725
|
}>;
|
|
7719
7726
|
status: z.ZodOptional<z.ZodEnum<{
|
|
7720
7727
|
active: "active";
|
|
7721
|
-
cancelled: "cancelled";
|
|
7722
7728
|
draft: "draft";
|
|
7723
7729
|
archived: "archived";
|
|
7730
|
+
cancelled: "cancelled";
|
|
7724
7731
|
}>>;
|
|
7725
7732
|
visibility: z.ZodEnum<{
|
|
7726
7733
|
draft: "draft";
|
|
@@ -7839,8 +7846,8 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7839
7846
|
title: z.ZodString;
|
|
7840
7847
|
status: z.ZodOptional<z.ZodEnum<{
|
|
7841
7848
|
active: "active";
|
|
7842
|
-
cancelled: "cancelled";
|
|
7843
7849
|
draft: "draft";
|
|
7850
|
+
cancelled: "cancelled";
|
|
7844
7851
|
}>>;
|
|
7845
7852
|
visibility: z.ZodEnum<{
|
|
7846
7853
|
draft: "draft";
|
|
@@ -7979,8 +7986,8 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
7979
7986
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7980
7987
|
status: z.ZodDefault<z.ZodEnum<{
|
|
7981
7988
|
active: "active";
|
|
7982
|
-
refunded: "refunded";
|
|
7983
7989
|
expired: "expired";
|
|
7990
|
+
refunded: "refunded";
|
|
7984
7991
|
exhausted: "exhausted";
|
|
7985
7992
|
}>>;
|
|
7986
7993
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -8210,7 +8217,7 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
8210
8217
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
8211
8218
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
8212
8219
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
8213
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"success" | "text" | "primary" | "secondary" | "
|
|
8220
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "border" | "background" | "muted" | "accent" | "destructive" | "primaryForeground" | "surfaceAlt", import("../../../blocks/src/index").HexColor>>>, {
|
|
8214
8221
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
8215
8222
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
8216
8223
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -8228,7 +8235,7 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
8228
8235
|
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
8229
8236
|
"clean-base": "clean-base";
|
|
8230
8237
|
"brand-solid": "brand-solid";
|
|
8231
|
-
"
|
|
8238
|
+
"serif-line": "serif-line";
|
|
8232
8239
|
"centered-calm": "centered-calm";
|
|
8233
8240
|
"practical-utility": "practical-utility";
|
|
8234
8241
|
"minimal-transparent": "minimal-transparent";
|
|
@@ -8239,12 +8246,11 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
8239
8246
|
classic: "classic";
|
|
8240
8247
|
centered: "centered";
|
|
8241
8248
|
floating: "floating";
|
|
8242
|
-
editorial: "editorial";
|
|
8243
8249
|
}>;
|
|
8244
8250
|
headerStyleId: z.ZodEnum<{
|
|
8245
8251
|
minimal: "minimal";
|
|
8246
8252
|
glass: "glass";
|
|
8247
|
-
"
|
|
8253
|
+
"serif-line": "serif-line";
|
|
8248
8254
|
"fine-line": "fine-line";
|
|
8249
8255
|
"soft-bar": "soft-bar";
|
|
8250
8256
|
"pill-nav": "pill-nav";
|
|
@@ -8254,6 +8260,8 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
8254
8260
|
"flat-tabs": "flat-tabs";
|
|
8255
8261
|
"minimal-surface": "minimal-surface";
|
|
8256
8262
|
"soft-shell": "soft-shell";
|
|
8263
|
+
"split-glass": "split-glass";
|
|
8264
|
+
"split-pill": "split-pill";
|
|
8257
8265
|
}>;
|
|
8258
8266
|
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
8259
8267
|
"footer-muted-grounding": "footer-muted-grounding";
|
|
@@ -8747,8 +8755,8 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
|
|
|
8747
8755
|
input: z.ZodObject<{
|
|
8748
8756
|
name: z.ZodOptional<z.ZodString>;
|
|
8749
8757
|
location: z.ZodOptional<z.ZodEnum<{
|
|
8750
|
-
footer: "footer";
|
|
8751
8758
|
header: "header";
|
|
8759
|
+
footer: "footer";
|
|
8752
8760
|
main: "main";
|
|
8753
8761
|
}>>;
|
|
8754
8762
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -9025,9 +9033,9 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
|
|
|
9025
9033
|
}>;
|
|
9026
9034
|
status: z.ZodOptional<z.ZodEnum<{
|
|
9027
9035
|
active: "active";
|
|
9028
|
-
cancelled: "cancelled";
|
|
9029
9036
|
draft: "draft";
|
|
9030
9037
|
archived: "archived";
|
|
9038
|
+
cancelled: "cancelled";
|
|
9031
9039
|
}>>;
|
|
9032
9040
|
visibility: z.ZodEnum<{
|
|
9033
9041
|
draft: "draft";
|
|
@@ -9146,8 +9154,8 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
|
|
|
9146
9154
|
title: z.ZodString;
|
|
9147
9155
|
status: z.ZodOptional<z.ZodEnum<{
|
|
9148
9156
|
active: "active";
|
|
9149
|
-
cancelled: "cancelled";
|
|
9150
9157
|
draft: "draft";
|
|
9158
|
+
cancelled: "cancelled";
|
|
9151
9159
|
}>>;
|
|
9152
9160
|
visibility: z.ZodEnum<{
|
|
9153
9161
|
draft: "draft";
|
|
@@ -9286,8 +9294,8 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
|
|
|
9286
9294
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9287
9295
|
status: z.ZodDefault<z.ZodEnum<{
|
|
9288
9296
|
active: "active";
|
|
9289
|
-
refunded: "refunded";
|
|
9290
9297
|
expired: "expired";
|
|
9298
|
+
refunded: "refunded";
|
|
9291
9299
|
exhausted: "exhausted";
|
|
9292
9300
|
}>>;
|
|
9293
9301
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -9782,8 +9790,8 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
9782
9790
|
input: z.ZodObject<{
|
|
9783
9791
|
name: z.ZodOptional<z.ZodString>;
|
|
9784
9792
|
location: z.ZodOptional<z.ZodEnum<{
|
|
9785
|
-
footer: "footer";
|
|
9786
9793
|
header: "header";
|
|
9794
|
+
footer: "footer";
|
|
9787
9795
|
main: "main";
|
|
9788
9796
|
}>>;
|
|
9789
9797
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -10060,9 +10068,9 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
10060
10068
|
}>;
|
|
10061
10069
|
status: z.ZodOptional<z.ZodEnum<{
|
|
10062
10070
|
active: "active";
|
|
10063
|
-
cancelled: "cancelled";
|
|
10064
10071
|
draft: "draft";
|
|
10065
10072
|
archived: "archived";
|
|
10073
|
+
cancelled: "cancelled";
|
|
10066
10074
|
}>>;
|
|
10067
10075
|
visibility: z.ZodEnum<{
|
|
10068
10076
|
draft: "draft";
|
|
@@ -10181,8 +10189,8 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
10181
10189
|
title: z.ZodString;
|
|
10182
10190
|
status: z.ZodOptional<z.ZodEnum<{
|
|
10183
10191
|
active: "active";
|
|
10184
|
-
cancelled: "cancelled";
|
|
10185
10192
|
draft: "draft";
|
|
10193
|
+
cancelled: "cancelled";
|
|
10186
10194
|
}>>;
|
|
10187
10195
|
visibility: z.ZodEnum<{
|
|
10188
10196
|
draft: "draft";
|
|
@@ -10321,8 +10329,8 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
10321
10329
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10322
10330
|
status: z.ZodDefault<z.ZodEnum<{
|
|
10323
10331
|
active: "active";
|
|
10324
|
-
refunded: "refunded";
|
|
10325
10332
|
expired: "expired";
|
|
10333
|
+
refunded: "refunded";
|
|
10326
10334
|
exhausted: "exhausted";
|
|
10327
10335
|
}>>;
|
|
10328
10336
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -10709,8 +10717,8 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
10709
10717
|
input: z.ZodObject<{
|
|
10710
10718
|
name: z.ZodOptional<z.ZodString>;
|
|
10711
10719
|
location: z.ZodOptional<z.ZodEnum<{
|
|
10712
|
-
footer: "footer";
|
|
10713
10720
|
header: "header";
|
|
10721
|
+
footer: "footer";
|
|
10714
10722
|
main: "main";
|
|
10715
10723
|
}>>;
|
|
10716
10724
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -10987,9 +10995,9 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
10987
10995
|
}>;
|
|
10988
10996
|
status: z.ZodOptional<z.ZodEnum<{
|
|
10989
10997
|
active: "active";
|
|
10990
|
-
cancelled: "cancelled";
|
|
10991
10998
|
draft: "draft";
|
|
10992
10999
|
archived: "archived";
|
|
11000
|
+
cancelled: "cancelled";
|
|
10993
11001
|
}>>;
|
|
10994
11002
|
visibility: z.ZodEnum<{
|
|
10995
11003
|
draft: "draft";
|
|
@@ -11108,8 +11116,8 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
11108
11116
|
title: z.ZodString;
|
|
11109
11117
|
status: z.ZodOptional<z.ZodEnum<{
|
|
11110
11118
|
active: "active";
|
|
11111
|
-
cancelled: "cancelled";
|
|
11112
11119
|
draft: "draft";
|
|
11120
|
+
cancelled: "cancelled";
|
|
11113
11121
|
}>>;
|
|
11114
11122
|
visibility: z.ZodEnum<{
|
|
11115
11123
|
draft: "draft";
|
|
@@ -11248,8 +11256,8 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
11248
11256
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11249
11257
|
status: z.ZodDefault<z.ZodEnum<{
|
|
11250
11258
|
active: "active";
|
|
11251
|
-
refunded: "refunded";
|
|
11252
11259
|
expired: "expired";
|
|
11260
|
+
refunded: "refunded";
|
|
11253
11261
|
exhausted: "exhausted";
|
|
11254
11262
|
}>>;
|
|
11255
11263
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -11630,8 +11638,8 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
11630
11638
|
input: z.ZodObject<{
|
|
11631
11639
|
name: z.ZodOptional<z.ZodString>;
|
|
11632
11640
|
location: z.ZodOptional<z.ZodEnum<{
|
|
11633
|
-
footer: "footer";
|
|
11634
11641
|
header: "header";
|
|
11642
|
+
footer: "footer";
|
|
11635
11643
|
main: "main";
|
|
11636
11644
|
}>>;
|
|
11637
11645
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -11908,9 +11916,9 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
11908
11916
|
}>;
|
|
11909
11917
|
status: z.ZodOptional<z.ZodEnum<{
|
|
11910
11918
|
active: "active";
|
|
11911
|
-
cancelled: "cancelled";
|
|
11912
11919
|
draft: "draft";
|
|
11913
11920
|
archived: "archived";
|
|
11921
|
+
cancelled: "cancelled";
|
|
11914
11922
|
}>>;
|
|
11915
11923
|
visibility: z.ZodEnum<{
|
|
11916
11924
|
draft: "draft";
|
|
@@ -12029,8 +12037,8 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
12029
12037
|
title: z.ZodString;
|
|
12030
12038
|
status: z.ZodOptional<z.ZodEnum<{
|
|
12031
12039
|
active: "active";
|
|
12032
|
-
cancelled: "cancelled";
|
|
12033
12040
|
draft: "draft";
|
|
12041
|
+
cancelled: "cancelled";
|
|
12034
12042
|
}>>;
|
|
12035
12043
|
visibility: z.ZodEnum<{
|
|
12036
12044
|
draft: "draft";
|
|
@@ -12169,8 +12177,8 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
12169
12177
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12170
12178
|
status: z.ZodDefault<z.ZodEnum<{
|
|
12171
12179
|
active: "active";
|
|
12172
|
-
refunded: "refunded";
|
|
12173
12180
|
expired: "expired";
|
|
12181
|
+
refunded: "refunded";
|
|
12174
12182
|
exhausted: "exhausted";
|
|
12175
12183
|
}>>;
|
|
12176
12184
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -12551,8 +12559,8 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
12551
12559
|
input: z.ZodObject<{
|
|
12552
12560
|
name: z.ZodOptional<z.ZodString>;
|
|
12553
12561
|
location: z.ZodOptional<z.ZodEnum<{
|
|
12554
|
-
footer: "footer";
|
|
12555
12562
|
header: "header";
|
|
12563
|
+
footer: "footer";
|
|
12556
12564
|
main: "main";
|
|
12557
12565
|
}>>;
|
|
12558
12566
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -12829,9 +12837,9 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
12829
12837
|
}>;
|
|
12830
12838
|
status: z.ZodOptional<z.ZodEnum<{
|
|
12831
12839
|
active: "active";
|
|
12832
|
-
cancelled: "cancelled";
|
|
12833
12840
|
draft: "draft";
|
|
12834
12841
|
archived: "archived";
|
|
12842
|
+
cancelled: "cancelled";
|
|
12835
12843
|
}>>;
|
|
12836
12844
|
visibility: z.ZodEnum<{
|
|
12837
12845
|
draft: "draft";
|
|
@@ -12950,8 +12958,8 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
12950
12958
|
title: z.ZodString;
|
|
12951
12959
|
status: z.ZodOptional<z.ZodEnum<{
|
|
12952
12960
|
active: "active";
|
|
12953
|
-
cancelled: "cancelled";
|
|
12954
12961
|
draft: "draft";
|
|
12962
|
+
cancelled: "cancelled";
|
|
12955
12963
|
}>>;
|
|
12956
12964
|
visibility: z.ZodEnum<{
|
|
12957
12965
|
draft: "draft";
|
|
@@ -13090,8 +13098,8 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
13090
13098
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13091
13099
|
status: z.ZodDefault<z.ZodEnum<{
|
|
13092
13100
|
active: "active";
|
|
13093
|
-
refunded: "refunded";
|
|
13094
13101
|
expired: "expired";
|
|
13102
|
+
refunded: "refunded";
|
|
13095
13103
|
exhausted: "exhausted";
|
|
13096
13104
|
}>>;
|
|
13097
13105
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -13472,8 +13480,8 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
13472
13480
|
input: z.ZodObject<{
|
|
13473
13481
|
name: z.ZodOptional<z.ZodString>;
|
|
13474
13482
|
location: z.ZodOptional<z.ZodEnum<{
|
|
13475
|
-
footer: "footer";
|
|
13476
13483
|
header: "header";
|
|
13484
|
+
footer: "footer";
|
|
13477
13485
|
main: "main";
|
|
13478
13486
|
}>>;
|
|
13479
13487
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -13750,9 +13758,9 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
13750
13758
|
}>;
|
|
13751
13759
|
status: z.ZodOptional<z.ZodEnum<{
|
|
13752
13760
|
active: "active";
|
|
13753
|
-
cancelled: "cancelled";
|
|
13754
13761
|
draft: "draft";
|
|
13755
13762
|
archived: "archived";
|
|
13763
|
+
cancelled: "cancelled";
|
|
13756
13764
|
}>>;
|
|
13757
13765
|
visibility: z.ZodEnum<{
|
|
13758
13766
|
draft: "draft";
|
|
@@ -13871,8 +13879,8 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
13871
13879
|
title: z.ZodString;
|
|
13872
13880
|
status: z.ZodOptional<z.ZodEnum<{
|
|
13873
13881
|
active: "active";
|
|
13874
|
-
cancelled: "cancelled";
|
|
13875
13882
|
draft: "draft";
|
|
13883
|
+
cancelled: "cancelled";
|
|
13876
13884
|
}>>;
|
|
13877
13885
|
visibility: z.ZodEnum<{
|
|
13878
13886
|
draft: "draft";
|
|
@@ -14011,8 +14019,8 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
14011
14019
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14012
14020
|
status: z.ZodDefault<z.ZodEnum<{
|
|
14013
14021
|
active: "active";
|
|
14014
|
-
refunded: "refunded";
|
|
14015
14022
|
expired: "expired";
|
|
14023
|
+
refunded: "refunded";
|
|
14016
14024
|
exhausted: "exhausted";
|
|
14017
14025
|
}>>;
|
|
14018
14026
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -14412,8 +14420,8 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
|
|
|
14412
14420
|
input: z.ZodObject<{
|
|
14413
14421
|
name: z.ZodOptional<z.ZodString>;
|
|
14414
14422
|
location: z.ZodOptional<z.ZodEnum<{
|
|
14415
|
-
footer: "footer";
|
|
14416
14423
|
header: "header";
|
|
14424
|
+
footer: "footer";
|
|
14417
14425
|
main: "main";
|
|
14418
14426
|
}>>;
|
|
14419
14427
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -14690,9 +14698,9 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
|
|
|
14690
14698
|
}>;
|
|
14691
14699
|
status: z.ZodOptional<z.ZodEnum<{
|
|
14692
14700
|
active: "active";
|
|
14693
|
-
cancelled: "cancelled";
|
|
14694
14701
|
draft: "draft";
|
|
14695
14702
|
archived: "archived";
|
|
14703
|
+
cancelled: "cancelled";
|
|
14696
14704
|
}>>;
|
|
14697
14705
|
visibility: z.ZodEnum<{
|
|
14698
14706
|
draft: "draft";
|
|
@@ -14811,8 +14819,8 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
|
|
|
14811
14819
|
title: z.ZodString;
|
|
14812
14820
|
status: z.ZodOptional<z.ZodEnum<{
|
|
14813
14821
|
active: "active";
|
|
14814
|
-
cancelled: "cancelled";
|
|
14815
14822
|
draft: "draft";
|
|
14823
|
+
cancelled: "cancelled";
|
|
14816
14824
|
}>>;
|
|
14817
14825
|
visibility: z.ZodEnum<{
|
|
14818
14826
|
draft: "draft";
|
|
@@ -14951,8 +14959,8 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
|
|
|
14951
14959
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14952
14960
|
status: z.ZodDefault<z.ZodEnum<{
|
|
14953
14961
|
active: "active";
|
|
14954
|
-
refunded: "refunded";
|
|
14955
14962
|
expired: "expired";
|
|
14963
|
+
refunded: "refunded";
|
|
14956
14964
|
exhausted: "exhausted";
|
|
14957
14965
|
}>>;
|
|
14958
14966
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -15369,8 +15377,8 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
|
|
|
15369
15377
|
input: z.ZodObject<{
|
|
15370
15378
|
name: z.ZodOptional<z.ZodString>;
|
|
15371
15379
|
location: z.ZodOptional<z.ZodEnum<{
|
|
15372
|
-
footer: "footer";
|
|
15373
15380
|
header: "header";
|
|
15381
|
+
footer: "footer";
|
|
15374
15382
|
main: "main";
|
|
15375
15383
|
}>>;
|
|
15376
15384
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -15647,9 +15655,9 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
|
|
|
15647
15655
|
}>;
|
|
15648
15656
|
status: z.ZodOptional<z.ZodEnum<{
|
|
15649
15657
|
active: "active";
|
|
15650
|
-
cancelled: "cancelled";
|
|
15651
15658
|
draft: "draft";
|
|
15652
15659
|
archived: "archived";
|
|
15660
|
+
cancelled: "cancelled";
|
|
15653
15661
|
}>>;
|
|
15654
15662
|
visibility: z.ZodEnum<{
|
|
15655
15663
|
draft: "draft";
|
|
@@ -15768,8 +15776,8 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
|
|
|
15768
15776
|
title: z.ZodString;
|
|
15769
15777
|
status: z.ZodOptional<z.ZodEnum<{
|
|
15770
15778
|
active: "active";
|
|
15771
|
-
cancelled: "cancelled";
|
|
15772
15779
|
draft: "draft";
|
|
15780
|
+
cancelled: "cancelled";
|
|
15773
15781
|
}>>;
|
|
15774
15782
|
visibility: z.ZodEnum<{
|
|
15775
15783
|
draft: "draft";
|
|
@@ -15908,8 +15916,8 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
|
|
|
15908
15916
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15909
15917
|
status: z.ZodDefault<z.ZodEnum<{
|
|
15910
15918
|
active: "active";
|
|
15911
|
-
refunded: "refunded";
|
|
15912
15919
|
expired: "expired";
|
|
15920
|
+
refunded: "refunded";
|
|
15913
15921
|
exhausted: "exhausted";
|
|
15914
15922
|
}>>;
|
|
15915
15923
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -16314,8 +16322,8 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
|
|
|
16314
16322
|
input: z.ZodObject<{
|
|
16315
16323
|
name: z.ZodOptional<z.ZodString>;
|
|
16316
16324
|
location: z.ZodOptional<z.ZodEnum<{
|
|
16317
|
-
footer: "footer";
|
|
16318
16325
|
header: "header";
|
|
16326
|
+
footer: "footer";
|
|
16319
16327
|
main: "main";
|
|
16320
16328
|
}>>;
|
|
16321
16329
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -16592,9 +16600,9 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
|
|
|
16592
16600
|
}>;
|
|
16593
16601
|
status: z.ZodOptional<z.ZodEnum<{
|
|
16594
16602
|
active: "active";
|
|
16595
|
-
cancelled: "cancelled";
|
|
16596
16603
|
draft: "draft";
|
|
16597
16604
|
archived: "archived";
|
|
16605
|
+
cancelled: "cancelled";
|
|
16598
16606
|
}>>;
|
|
16599
16607
|
visibility: z.ZodEnum<{
|
|
16600
16608
|
draft: "draft";
|
|
@@ -16713,8 +16721,8 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
|
|
|
16713
16721
|
title: z.ZodString;
|
|
16714
16722
|
status: z.ZodOptional<z.ZodEnum<{
|
|
16715
16723
|
active: "active";
|
|
16716
|
-
cancelled: "cancelled";
|
|
16717
16724
|
draft: "draft";
|
|
16725
|
+
cancelled: "cancelled";
|
|
16718
16726
|
}>>;
|
|
16719
16727
|
visibility: z.ZodEnum<{
|
|
16720
16728
|
draft: "draft";
|
|
@@ -16853,8 +16861,8 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
|
|
|
16853
16861
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16854
16862
|
status: z.ZodDefault<z.ZodEnum<{
|
|
16855
16863
|
active: "active";
|
|
16856
|
-
refunded: "refunded";
|
|
16857
16864
|
expired: "expired";
|
|
16865
|
+
refunded: "refunded";
|
|
16858
16866
|
exhausted: "exhausted";
|
|
16859
16867
|
}>>;
|
|
16860
16868
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -17259,8 +17267,8 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
|
|
|
17259
17267
|
input: z.ZodObject<{
|
|
17260
17268
|
name: z.ZodOptional<z.ZodString>;
|
|
17261
17269
|
location: z.ZodOptional<z.ZodEnum<{
|
|
17262
|
-
footer: "footer";
|
|
17263
17270
|
header: "header";
|
|
17271
|
+
footer: "footer";
|
|
17264
17272
|
main: "main";
|
|
17265
17273
|
}>>;
|
|
17266
17274
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -17537,9 +17545,9 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
|
|
|
17537
17545
|
}>;
|
|
17538
17546
|
status: z.ZodOptional<z.ZodEnum<{
|
|
17539
17547
|
active: "active";
|
|
17540
|
-
cancelled: "cancelled";
|
|
17541
17548
|
draft: "draft";
|
|
17542
17549
|
archived: "archived";
|
|
17550
|
+
cancelled: "cancelled";
|
|
17543
17551
|
}>>;
|
|
17544
17552
|
visibility: z.ZodEnum<{
|
|
17545
17553
|
draft: "draft";
|
|
@@ -17658,8 +17666,8 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
|
|
|
17658
17666
|
title: z.ZodString;
|
|
17659
17667
|
status: z.ZodOptional<z.ZodEnum<{
|
|
17660
17668
|
active: "active";
|
|
17661
|
-
cancelled: "cancelled";
|
|
17662
17669
|
draft: "draft";
|
|
17670
|
+
cancelled: "cancelled";
|
|
17663
17671
|
}>>;
|
|
17664
17672
|
visibility: z.ZodEnum<{
|
|
17665
17673
|
draft: "draft";
|
|
@@ -17798,8 +17806,8 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
|
|
|
17798
17806
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17799
17807
|
status: z.ZodDefault<z.ZodEnum<{
|
|
17800
17808
|
active: "active";
|
|
17801
|
-
refunded: "refunded";
|
|
17802
17809
|
expired: "expired";
|
|
17810
|
+
refunded: "refunded";
|
|
17803
17811
|
exhausted: "exhausted";
|
|
17804
17812
|
}>>;
|
|
17805
17813
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -18204,8 +18212,8 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
|
|
|
18204
18212
|
input: z.ZodObject<{
|
|
18205
18213
|
name: z.ZodOptional<z.ZodString>;
|
|
18206
18214
|
location: z.ZodOptional<z.ZodEnum<{
|
|
18207
|
-
footer: "footer";
|
|
18208
18215
|
header: "header";
|
|
18216
|
+
footer: "footer";
|
|
18209
18217
|
main: "main";
|
|
18210
18218
|
}>>;
|
|
18211
18219
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -18482,9 +18490,9 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
|
|
|
18482
18490
|
}>;
|
|
18483
18491
|
status: z.ZodOptional<z.ZodEnum<{
|
|
18484
18492
|
active: "active";
|
|
18485
|
-
cancelled: "cancelled";
|
|
18486
18493
|
draft: "draft";
|
|
18487
18494
|
archived: "archived";
|
|
18495
|
+
cancelled: "cancelled";
|
|
18488
18496
|
}>>;
|
|
18489
18497
|
visibility: z.ZodEnum<{
|
|
18490
18498
|
draft: "draft";
|
|
@@ -18603,8 +18611,8 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
|
|
|
18603
18611
|
title: z.ZodString;
|
|
18604
18612
|
status: z.ZodOptional<z.ZodEnum<{
|
|
18605
18613
|
active: "active";
|
|
18606
|
-
cancelled: "cancelled";
|
|
18607
18614
|
draft: "draft";
|
|
18615
|
+
cancelled: "cancelled";
|
|
18608
18616
|
}>>;
|
|
18609
18617
|
visibility: z.ZodEnum<{
|
|
18610
18618
|
draft: "draft";
|
|
@@ -18743,8 +18751,8 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
|
|
|
18743
18751
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18744
18752
|
status: z.ZodDefault<z.ZodEnum<{
|
|
18745
18753
|
active: "active";
|
|
18746
|
-
refunded: "refunded";
|
|
18747
18754
|
expired: "expired";
|
|
18755
|
+
refunded: "refunded";
|
|
18748
18756
|
exhausted: "exhausted";
|
|
18749
18757
|
}>>;
|
|
18750
18758
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -19145,8 +19153,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
19145
19153
|
input: z.ZodObject<{
|
|
19146
19154
|
name: z.ZodOptional<z.ZodString>;
|
|
19147
19155
|
location: z.ZodOptional<z.ZodEnum<{
|
|
19148
|
-
footer: "footer";
|
|
19149
19156
|
header: "header";
|
|
19157
|
+
footer: "footer";
|
|
19150
19158
|
main: "main";
|
|
19151
19159
|
}>>;
|
|
19152
19160
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -19423,9 +19431,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
19423
19431
|
}>;
|
|
19424
19432
|
status: z.ZodOptional<z.ZodEnum<{
|
|
19425
19433
|
active: "active";
|
|
19426
|
-
cancelled: "cancelled";
|
|
19427
19434
|
draft: "draft";
|
|
19428
19435
|
archived: "archived";
|
|
19436
|
+
cancelled: "cancelled";
|
|
19429
19437
|
}>>;
|
|
19430
19438
|
visibility: z.ZodEnum<{
|
|
19431
19439
|
draft: "draft";
|
|
@@ -19544,8 +19552,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
19544
19552
|
title: z.ZodString;
|
|
19545
19553
|
status: z.ZodOptional<z.ZodEnum<{
|
|
19546
19554
|
active: "active";
|
|
19547
|
-
cancelled: "cancelled";
|
|
19548
19555
|
draft: "draft";
|
|
19556
|
+
cancelled: "cancelled";
|
|
19549
19557
|
}>>;
|
|
19550
19558
|
visibility: z.ZodEnum<{
|
|
19551
19559
|
draft: "draft";
|
|
@@ -19684,8 +19692,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
19684
19692
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19685
19693
|
status: z.ZodDefault<z.ZodEnum<{
|
|
19686
19694
|
active: "active";
|
|
19687
|
-
refunded: "refunded";
|
|
19688
19695
|
expired: "expired";
|
|
19696
|
+
refunded: "refunded";
|
|
19689
19697
|
exhausted: "exhausted";
|
|
19690
19698
|
}>>;
|
|
19691
19699
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -20101,8 +20109,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
20101
20109
|
input: z.ZodObject<{
|
|
20102
20110
|
name: z.ZodOptional<z.ZodString>;
|
|
20103
20111
|
location: z.ZodOptional<z.ZodEnum<{
|
|
20104
|
-
footer: "footer";
|
|
20105
20112
|
header: "header";
|
|
20113
|
+
footer: "footer";
|
|
20106
20114
|
main: "main";
|
|
20107
20115
|
}>>;
|
|
20108
20116
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -20379,9 +20387,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
20379
20387
|
}>;
|
|
20380
20388
|
status: z.ZodOptional<z.ZodEnum<{
|
|
20381
20389
|
active: "active";
|
|
20382
|
-
cancelled: "cancelled";
|
|
20383
20390
|
draft: "draft";
|
|
20384
20391
|
archived: "archived";
|
|
20392
|
+
cancelled: "cancelled";
|
|
20385
20393
|
}>>;
|
|
20386
20394
|
visibility: z.ZodEnum<{
|
|
20387
20395
|
draft: "draft";
|
|
@@ -20500,8 +20508,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
20500
20508
|
title: z.ZodString;
|
|
20501
20509
|
status: z.ZodOptional<z.ZodEnum<{
|
|
20502
20510
|
active: "active";
|
|
20503
|
-
cancelled: "cancelled";
|
|
20504
20511
|
draft: "draft";
|
|
20512
|
+
cancelled: "cancelled";
|
|
20505
20513
|
}>>;
|
|
20506
20514
|
visibility: z.ZodEnum<{
|
|
20507
20515
|
draft: "draft";
|
|
@@ -20640,8 +20648,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
20640
20648
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20641
20649
|
status: z.ZodDefault<z.ZodEnum<{
|
|
20642
20650
|
active: "active";
|
|
20643
|
-
refunded: "refunded";
|
|
20644
20651
|
expired: "expired";
|
|
20652
|
+
refunded: "refunded";
|
|
20645
20653
|
exhausted: "exhausted";
|
|
20646
20654
|
}>>;
|
|
20647
20655
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -21045,8 +21053,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21045
21053
|
input: z.ZodObject<{
|
|
21046
21054
|
name: z.ZodOptional<z.ZodString>;
|
|
21047
21055
|
location: z.ZodOptional<z.ZodEnum<{
|
|
21048
|
-
footer: "footer";
|
|
21049
21056
|
header: "header";
|
|
21057
|
+
footer: "footer";
|
|
21050
21058
|
main: "main";
|
|
21051
21059
|
}>>;
|
|
21052
21060
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -21323,9 +21331,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21323
21331
|
}>;
|
|
21324
21332
|
status: z.ZodOptional<z.ZodEnum<{
|
|
21325
21333
|
active: "active";
|
|
21326
|
-
cancelled: "cancelled";
|
|
21327
21334
|
draft: "draft";
|
|
21328
21335
|
archived: "archived";
|
|
21336
|
+
cancelled: "cancelled";
|
|
21329
21337
|
}>>;
|
|
21330
21338
|
visibility: z.ZodEnum<{
|
|
21331
21339
|
draft: "draft";
|
|
@@ -21444,8 +21452,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21444
21452
|
title: z.ZodString;
|
|
21445
21453
|
status: z.ZodOptional<z.ZodEnum<{
|
|
21446
21454
|
active: "active";
|
|
21447
|
-
cancelled: "cancelled";
|
|
21448
21455
|
draft: "draft";
|
|
21456
|
+
cancelled: "cancelled";
|
|
21449
21457
|
}>>;
|
|
21450
21458
|
visibility: z.ZodEnum<{
|
|
21451
21459
|
draft: "draft";
|
|
@@ -21584,8 +21592,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21584
21592
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21585
21593
|
status: z.ZodDefault<z.ZodEnum<{
|
|
21586
21594
|
active: "active";
|
|
21587
|
-
refunded: "refunded";
|
|
21588
21595
|
expired: "expired";
|
|
21596
|
+
refunded: "refunded";
|
|
21589
21597
|
exhausted: "exhausted";
|
|
21590
21598
|
}>>;
|
|
21591
21599
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -21989,8 +21997,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21989
21997
|
input: z.ZodObject<{
|
|
21990
21998
|
name: z.ZodOptional<z.ZodString>;
|
|
21991
21999
|
location: z.ZodOptional<z.ZodEnum<{
|
|
21992
|
-
footer: "footer";
|
|
21993
22000
|
header: "header";
|
|
22001
|
+
footer: "footer";
|
|
21994
22002
|
main: "main";
|
|
21995
22003
|
}>>;
|
|
21996
22004
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -22267,9 +22275,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
22267
22275
|
}>;
|
|
22268
22276
|
status: z.ZodOptional<z.ZodEnum<{
|
|
22269
22277
|
active: "active";
|
|
22270
|
-
cancelled: "cancelled";
|
|
22271
22278
|
draft: "draft";
|
|
22272
22279
|
archived: "archived";
|
|
22280
|
+
cancelled: "cancelled";
|
|
22273
22281
|
}>>;
|
|
22274
22282
|
visibility: z.ZodEnum<{
|
|
22275
22283
|
draft: "draft";
|
|
@@ -22388,8 +22396,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
22388
22396
|
title: z.ZodString;
|
|
22389
22397
|
status: z.ZodOptional<z.ZodEnum<{
|
|
22390
22398
|
active: "active";
|
|
22391
|
-
cancelled: "cancelled";
|
|
22392
22399
|
draft: "draft";
|
|
22400
|
+
cancelled: "cancelled";
|
|
22393
22401
|
}>>;
|
|
22394
22402
|
visibility: z.ZodEnum<{
|
|
22395
22403
|
draft: "draft";
|
|
@@ -22528,8 +22536,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
22528
22536
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22529
22537
|
status: z.ZodDefault<z.ZodEnum<{
|
|
22530
22538
|
active: "active";
|
|
22531
|
-
refunded: "refunded";
|
|
22532
22539
|
expired: "expired";
|
|
22540
|
+
refunded: "refunded";
|
|
22533
22541
|
exhausted: "exhausted";
|
|
22534
22542
|
}>>;
|
|
22535
22543
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -22933,8 +22941,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
22933
22941
|
input: z.ZodObject<{
|
|
22934
22942
|
name: z.ZodOptional<z.ZodString>;
|
|
22935
22943
|
location: z.ZodOptional<z.ZodEnum<{
|
|
22936
|
-
footer: "footer";
|
|
22937
22944
|
header: "header";
|
|
22945
|
+
footer: "footer";
|
|
22938
22946
|
main: "main";
|
|
22939
22947
|
}>>;
|
|
22940
22948
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -23211,9 +23219,9 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
23211
23219
|
}>;
|
|
23212
23220
|
status: z.ZodOptional<z.ZodEnum<{
|
|
23213
23221
|
active: "active";
|
|
23214
|
-
cancelled: "cancelled";
|
|
23215
23222
|
draft: "draft";
|
|
23216
23223
|
archived: "archived";
|
|
23224
|
+
cancelled: "cancelled";
|
|
23217
23225
|
}>>;
|
|
23218
23226
|
visibility: z.ZodEnum<{
|
|
23219
23227
|
draft: "draft";
|
|
@@ -23332,8 +23340,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
23332
23340
|
title: z.ZodString;
|
|
23333
23341
|
status: z.ZodOptional<z.ZodEnum<{
|
|
23334
23342
|
active: "active";
|
|
23335
|
-
cancelled: "cancelled";
|
|
23336
23343
|
draft: "draft";
|
|
23344
|
+
cancelled: "cancelled";
|
|
23337
23345
|
}>>;
|
|
23338
23346
|
visibility: z.ZodEnum<{
|
|
23339
23347
|
draft: "draft";
|
|
@@ -23472,8 +23480,8 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
23472
23480
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23473
23481
|
status: z.ZodDefault<z.ZodEnum<{
|
|
23474
23482
|
active: "active";
|
|
23475
|
-
refunded: "refunded";
|
|
23476
23483
|
expired: "expired";
|
|
23484
|
+
refunded: "refunded";
|
|
23477
23485
|
exhausted: "exhausted";
|
|
23478
23486
|
}>>;
|
|
23479
23487
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -23877,8 +23885,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
23877
23885
|
input: z.ZodObject<{
|
|
23878
23886
|
name: z.ZodOptional<z.ZodString>;
|
|
23879
23887
|
location: z.ZodOptional<z.ZodEnum<{
|
|
23880
|
-
footer: "footer";
|
|
23881
23888
|
header: "header";
|
|
23889
|
+
footer: "footer";
|
|
23882
23890
|
main: "main";
|
|
23883
23891
|
}>>;
|
|
23884
23892
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -24155,9 +24163,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
24155
24163
|
}>;
|
|
24156
24164
|
status: z.ZodOptional<z.ZodEnum<{
|
|
24157
24165
|
active: "active";
|
|
24158
|
-
cancelled: "cancelled";
|
|
24159
24166
|
draft: "draft";
|
|
24160
24167
|
archived: "archived";
|
|
24168
|
+
cancelled: "cancelled";
|
|
24161
24169
|
}>>;
|
|
24162
24170
|
visibility: z.ZodEnum<{
|
|
24163
24171
|
draft: "draft";
|
|
@@ -24276,8 +24284,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
24276
24284
|
title: z.ZodString;
|
|
24277
24285
|
status: z.ZodOptional<z.ZodEnum<{
|
|
24278
24286
|
active: "active";
|
|
24279
|
-
cancelled: "cancelled";
|
|
24280
24287
|
draft: "draft";
|
|
24288
|
+
cancelled: "cancelled";
|
|
24281
24289
|
}>>;
|
|
24282
24290
|
visibility: z.ZodEnum<{
|
|
24283
24291
|
draft: "draft";
|
|
@@ -24416,8 +24424,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
24416
24424
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24417
24425
|
status: z.ZodDefault<z.ZodEnum<{
|
|
24418
24426
|
active: "active";
|
|
24419
|
-
refunded: "refunded";
|
|
24420
24427
|
expired: "expired";
|
|
24428
|
+
refunded: "refunded";
|
|
24421
24429
|
exhausted: "exhausted";
|
|
24422
24430
|
}>>;
|
|
24423
24431
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -24833,8 +24841,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
24833
24841
|
input: z.ZodObject<{
|
|
24834
24842
|
name: z.ZodOptional<z.ZodString>;
|
|
24835
24843
|
location: z.ZodOptional<z.ZodEnum<{
|
|
24836
|
-
footer: "footer";
|
|
24837
24844
|
header: "header";
|
|
24845
|
+
footer: "footer";
|
|
24838
24846
|
main: "main";
|
|
24839
24847
|
}>>;
|
|
24840
24848
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -25111,9 +25119,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
25111
25119
|
}>;
|
|
25112
25120
|
status: z.ZodOptional<z.ZodEnum<{
|
|
25113
25121
|
active: "active";
|
|
25114
|
-
cancelled: "cancelled";
|
|
25115
25122
|
draft: "draft";
|
|
25116
25123
|
archived: "archived";
|
|
25124
|
+
cancelled: "cancelled";
|
|
25117
25125
|
}>>;
|
|
25118
25126
|
visibility: z.ZodEnum<{
|
|
25119
25127
|
draft: "draft";
|
|
@@ -25232,8 +25240,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
25232
25240
|
title: z.ZodString;
|
|
25233
25241
|
status: z.ZodOptional<z.ZodEnum<{
|
|
25234
25242
|
active: "active";
|
|
25235
|
-
cancelled: "cancelled";
|
|
25236
25243
|
draft: "draft";
|
|
25244
|
+
cancelled: "cancelled";
|
|
25237
25245
|
}>>;
|
|
25238
25246
|
visibility: z.ZodEnum<{
|
|
25239
25247
|
draft: "draft";
|
|
@@ -25372,8 +25380,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
25372
25380
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25373
25381
|
status: z.ZodDefault<z.ZodEnum<{
|
|
25374
25382
|
active: "active";
|
|
25375
|
-
refunded: "refunded";
|
|
25376
25383
|
expired: "expired";
|
|
25384
|
+
refunded: "refunded";
|
|
25377
25385
|
exhausted: "exhausted";
|
|
25378
25386
|
}>>;
|
|
25379
25387
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -25777,8 +25785,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
25777
25785
|
input: z.ZodObject<{
|
|
25778
25786
|
name: z.ZodOptional<z.ZodString>;
|
|
25779
25787
|
location: z.ZodOptional<z.ZodEnum<{
|
|
25780
|
-
footer: "footer";
|
|
25781
25788
|
header: "header";
|
|
25789
|
+
footer: "footer";
|
|
25782
25790
|
main: "main";
|
|
25783
25791
|
}>>;
|
|
25784
25792
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -26055,9 +26063,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26055
26063
|
}>;
|
|
26056
26064
|
status: z.ZodOptional<z.ZodEnum<{
|
|
26057
26065
|
active: "active";
|
|
26058
|
-
cancelled: "cancelled";
|
|
26059
26066
|
draft: "draft";
|
|
26060
26067
|
archived: "archived";
|
|
26068
|
+
cancelled: "cancelled";
|
|
26061
26069
|
}>>;
|
|
26062
26070
|
visibility: z.ZodEnum<{
|
|
26063
26071
|
draft: "draft";
|
|
@@ -26176,8 +26184,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26176
26184
|
title: z.ZodString;
|
|
26177
26185
|
status: z.ZodOptional<z.ZodEnum<{
|
|
26178
26186
|
active: "active";
|
|
26179
|
-
cancelled: "cancelled";
|
|
26180
26187
|
draft: "draft";
|
|
26188
|
+
cancelled: "cancelled";
|
|
26181
26189
|
}>>;
|
|
26182
26190
|
visibility: z.ZodEnum<{
|
|
26183
26191
|
draft: "draft";
|
|
@@ -26316,8 +26324,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26316
26324
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26317
26325
|
status: z.ZodDefault<z.ZodEnum<{
|
|
26318
26326
|
active: "active";
|
|
26319
|
-
refunded: "refunded";
|
|
26320
26327
|
expired: "expired";
|
|
26328
|
+
refunded: "refunded";
|
|
26321
26329
|
exhausted: "exhausted";
|
|
26322
26330
|
}>>;
|
|
26323
26331
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -26721,8 +26729,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26721
26729
|
input: z.ZodObject<{
|
|
26722
26730
|
name: z.ZodOptional<z.ZodString>;
|
|
26723
26731
|
location: z.ZodOptional<z.ZodEnum<{
|
|
26724
|
-
footer: "footer";
|
|
26725
26732
|
header: "header";
|
|
26733
|
+
footer: "footer";
|
|
26726
26734
|
main: "main";
|
|
26727
26735
|
}>>;
|
|
26728
26736
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -26999,9 +27007,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26999
27007
|
}>;
|
|
27000
27008
|
status: z.ZodOptional<z.ZodEnum<{
|
|
27001
27009
|
active: "active";
|
|
27002
|
-
cancelled: "cancelled";
|
|
27003
27010
|
draft: "draft";
|
|
27004
27011
|
archived: "archived";
|
|
27012
|
+
cancelled: "cancelled";
|
|
27005
27013
|
}>>;
|
|
27006
27014
|
visibility: z.ZodEnum<{
|
|
27007
27015
|
draft: "draft";
|
|
@@ -27120,8 +27128,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
27120
27128
|
title: z.ZodString;
|
|
27121
27129
|
status: z.ZodOptional<z.ZodEnum<{
|
|
27122
27130
|
active: "active";
|
|
27123
|
-
cancelled: "cancelled";
|
|
27124
27131
|
draft: "draft";
|
|
27132
|
+
cancelled: "cancelled";
|
|
27125
27133
|
}>>;
|
|
27126
27134
|
visibility: z.ZodEnum<{
|
|
27127
27135
|
draft: "draft";
|
|
@@ -27260,8 +27268,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
27260
27268
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27261
27269
|
status: z.ZodDefault<z.ZodEnum<{
|
|
27262
27270
|
active: "active";
|
|
27263
|
-
refunded: "refunded";
|
|
27264
27271
|
expired: "expired";
|
|
27272
|
+
refunded: "refunded";
|
|
27265
27273
|
exhausted: "exhausted";
|
|
27266
27274
|
}>>;
|
|
27267
27275
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -27665,8 +27673,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
27665
27673
|
input: z.ZodObject<{
|
|
27666
27674
|
name: z.ZodOptional<z.ZodString>;
|
|
27667
27675
|
location: z.ZodOptional<z.ZodEnum<{
|
|
27668
|
-
footer: "footer";
|
|
27669
27676
|
header: "header";
|
|
27677
|
+
footer: "footer";
|
|
27670
27678
|
main: "main";
|
|
27671
27679
|
}>>;
|
|
27672
27680
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -27943,9 +27951,9 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
27943
27951
|
}>;
|
|
27944
27952
|
status: z.ZodOptional<z.ZodEnum<{
|
|
27945
27953
|
active: "active";
|
|
27946
|
-
cancelled: "cancelled";
|
|
27947
27954
|
draft: "draft";
|
|
27948
27955
|
archived: "archived";
|
|
27956
|
+
cancelled: "cancelled";
|
|
27949
27957
|
}>>;
|
|
27950
27958
|
visibility: z.ZodEnum<{
|
|
27951
27959
|
draft: "draft";
|
|
@@ -28064,8 +28072,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
28064
28072
|
title: z.ZodString;
|
|
28065
28073
|
status: z.ZodOptional<z.ZodEnum<{
|
|
28066
28074
|
active: "active";
|
|
28067
|
-
cancelled: "cancelled";
|
|
28068
28075
|
draft: "draft";
|
|
28076
|
+
cancelled: "cancelled";
|
|
28069
28077
|
}>>;
|
|
28070
28078
|
visibility: z.ZodEnum<{
|
|
28071
28079
|
draft: "draft";
|
|
@@ -28204,8 +28212,8 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
28204
28212
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28205
28213
|
status: z.ZodDefault<z.ZodEnum<{
|
|
28206
28214
|
active: "active";
|
|
28207
|
-
refunded: "refunded";
|
|
28208
28215
|
expired: "expired";
|
|
28216
|
+
refunded: "refunded";
|
|
28209
28217
|
exhausted: "exhausted";
|
|
28210
28218
|
}>>;
|
|
28211
28219
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -28580,8 +28588,8 @@ export declare const proposalToolSchemas: {
|
|
|
28580
28588
|
input: z.ZodObject<{
|
|
28581
28589
|
name: z.ZodOptional<z.ZodString>;
|
|
28582
28590
|
location: z.ZodOptional<z.ZodEnum<{
|
|
28583
|
-
footer: "footer";
|
|
28584
28591
|
header: "header";
|
|
28592
|
+
footer: "footer";
|
|
28585
28593
|
main: "main";
|
|
28586
28594
|
}>>;
|
|
28587
28595
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -28858,9 +28866,9 @@ export declare const proposalToolSchemas: {
|
|
|
28858
28866
|
}>;
|
|
28859
28867
|
status: z.ZodOptional<z.ZodEnum<{
|
|
28860
28868
|
active: "active";
|
|
28861
|
-
cancelled: "cancelled";
|
|
28862
28869
|
draft: "draft";
|
|
28863
28870
|
archived: "archived";
|
|
28871
|
+
cancelled: "cancelled";
|
|
28864
28872
|
}>>;
|
|
28865
28873
|
visibility: z.ZodEnum<{
|
|
28866
28874
|
draft: "draft";
|
|
@@ -28979,8 +28987,8 @@ export declare const proposalToolSchemas: {
|
|
|
28979
28987
|
title: z.ZodString;
|
|
28980
28988
|
status: z.ZodOptional<z.ZodEnum<{
|
|
28981
28989
|
active: "active";
|
|
28982
|
-
cancelled: "cancelled";
|
|
28983
28990
|
draft: "draft";
|
|
28991
|
+
cancelled: "cancelled";
|
|
28984
28992
|
}>>;
|
|
28985
28993
|
visibility: z.ZodEnum<{
|
|
28986
28994
|
draft: "draft";
|
|
@@ -29119,8 +29127,8 @@ export declare const proposalToolSchemas: {
|
|
|
29119
29127
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29120
29128
|
status: z.ZodDefault<z.ZodEnum<{
|
|
29121
29129
|
active: "active";
|
|
29122
|
-
refunded: "refunded";
|
|
29123
29130
|
expired: "expired";
|
|
29131
|
+
refunded: "refunded";
|
|
29124
29132
|
exhausted: "exhausted";
|
|
29125
29133
|
}>>;
|
|
29126
29134
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -29484,7 +29492,7 @@ export declare const proposalToolSchemas: {
|
|
|
29484
29492
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
29485
29493
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
29486
29494
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
29487
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"success" | "text" | "primary" | "secondary" | "
|
|
29495
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "border" | "background" | "muted" | "accent" | "destructive" | "primaryForeground" | "surfaceAlt", import("../../../blocks/src/index").HexColor>>>, {
|
|
29488
29496
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
29489
29497
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
29490
29498
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -29502,7 +29510,7 @@ export declare const proposalToolSchemas: {
|
|
|
29502
29510
|
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
29503
29511
|
"clean-base": "clean-base";
|
|
29504
29512
|
"brand-solid": "brand-solid";
|
|
29505
|
-
"
|
|
29513
|
+
"serif-line": "serif-line";
|
|
29506
29514
|
"centered-calm": "centered-calm";
|
|
29507
29515
|
"practical-utility": "practical-utility";
|
|
29508
29516
|
"minimal-transparent": "minimal-transparent";
|
|
@@ -29513,12 +29521,11 @@ export declare const proposalToolSchemas: {
|
|
|
29513
29521
|
classic: "classic";
|
|
29514
29522
|
centered: "centered";
|
|
29515
29523
|
floating: "floating";
|
|
29516
|
-
editorial: "editorial";
|
|
29517
29524
|
}>;
|
|
29518
29525
|
headerStyleId: z.ZodEnum<{
|
|
29519
29526
|
minimal: "minimal";
|
|
29520
29527
|
glass: "glass";
|
|
29521
|
-
"
|
|
29528
|
+
"serif-line": "serif-line";
|
|
29522
29529
|
"fine-line": "fine-line";
|
|
29523
29530
|
"soft-bar": "soft-bar";
|
|
29524
29531
|
"pill-nav": "pill-nav";
|
|
@@ -29528,6 +29535,8 @@ export declare const proposalToolSchemas: {
|
|
|
29528
29535
|
"flat-tabs": "flat-tabs";
|
|
29529
29536
|
"minimal-surface": "minimal-surface";
|
|
29530
29537
|
"soft-shell": "soft-shell";
|
|
29538
|
+
"split-glass": "split-glass";
|
|
29539
|
+
"split-pill": "split-pill";
|
|
29531
29540
|
}>;
|
|
29532
29541
|
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
29533
29542
|
"footer-muted-grounding": "footer-muted-grounding";
|
|
@@ -29690,8 +29699,8 @@ export declare const proposalToolSchemas: {
|
|
|
29690
29699
|
input: z.ZodObject<{
|
|
29691
29700
|
name: z.ZodOptional<z.ZodString>;
|
|
29692
29701
|
location: z.ZodOptional<z.ZodEnum<{
|
|
29693
|
-
footer: "footer";
|
|
29694
29702
|
header: "header";
|
|
29703
|
+
footer: "footer";
|
|
29695
29704
|
main: "main";
|
|
29696
29705
|
}>>;
|
|
29697
29706
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -29968,9 +29977,9 @@ export declare const proposalToolSchemas: {
|
|
|
29968
29977
|
}>;
|
|
29969
29978
|
status: z.ZodOptional<z.ZodEnum<{
|
|
29970
29979
|
active: "active";
|
|
29971
|
-
cancelled: "cancelled";
|
|
29972
29980
|
draft: "draft";
|
|
29973
29981
|
archived: "archived";
|
|
29982
|
+
cancelled: "cancelled";
|
|
29974
29983
|
}>>;
|
|
29975
29984
|
visibility: z.ZodEnum<{
|
|
29976
29985
|
draft: "draft";
|
|
@@ -30089,8 +30098,8 @@ export declare const proposalToolSchemas: {
|
|
|
30089
30098
|
title: z.ZodString;
|
|
30090
30099
|
status: z.ZodOptional<z.ZodEnum<{
|
|
30091
30100
|
active: "active";
|
|
30092
|
-
cancelled: "cancelled";
|
|
30093
30101
|
draft: "draft";
|
|
30102
|
+
cancelled: "cancelled";
|
|
30094
30103
|
}>>;
|
|
30095
30104
|
visibility: z.ZodEnum<{
|
|
30096
30105
|
draft: "draft";
|
|
@@ -30229,8 +30238,8 @@ export declare const proposalToolSchemas: {
|
|
|
30229
30238
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30230
30239
|
status: z.ZodDefault<z.ZodEnum<{
|
|
30231
30240
|
active: "active";
|
|
30232
|
-
refunded: "refunded";
|
|
30233
30241
|
expired: "expired";
|
|
30242
|
+
refunded: "refunded";
|
|
30234
30243
|
exhausted: "exhausted";
|
|
30235
30244
|
}>>;
|
|
30236
30245
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -30460,7 +30469,7 @@ export declare const proposalToolSchemas: {
|
|
|
30460
30469
|
muted: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
30461
30470
|
text: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
30462
30471
|
border: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../blocks/src/index").HexColor, string>>>;
|
|
30463
|
-
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"success" | "text" | "primary" | "secondary" | "
|
|
30472
|
+
}, z.core.$strict>, z.ZodTransform<Readonly<Partial<Record<"surface" | "success" | "text" | "primary" | "secondary" | "warning" | "border" | "background" | "muted" | "accent" | "destructive" | "primaryForeground" | "surfaceAlt", import("../../../blocks/src/index").HexColor>>>, {
|
|
30464
30473
|
primary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
30465
30474
|
primaryForeground?: import("../../../blocks/src/index").HexColor | undefined;
|
|
30466
30475
|
secondary?: import("../../../blocks/src/index").HexColor | undefined;
|
|
@@ -30478,7 +30487,7 @@ export declare const proposalToolSchemas: {
|
|
|
30478
30487
|
headerLookId: z.ZodNullable<z.ZodEnum<{
|
|
30479
30488
|
"clean-base": "clean-base";
|
|
30480
30489
|
"brand-solid": "brand-solid";
|
|
30481
|
-
"
|
|
30490
|
+
"serif-line": "serif-line";
|
|
30482
30491
|
"centered-calm": "centered-calm";
|
|
30483
30492
|
"practical-utility": "practical-utility";
|
|
30484
30493
|
"minimal-transparent": "minimal-transparent";
|
|
@@ -30489,12 +30498,11 @@ export declare const proposalToolSchemas: {
|
|
|
30489
30498
|
classic: "classic";
|
|
30490
30499
|
centered: "centered";
|
|
30491
30500
|
floating: "floating";
|
|
30492
|
-
editorial: "editorial";
|
|
30493
30501
|
}>;
|
|
30494
30502
|
headerStyleId: z.ZodEnum<{
|
|
30495
30503
|
minimal: "minimal";
|
|
30496
30504
|
glass: "glass";
|
|
30497
|
-
"
|
|
30505
|
+
"serif-line": "serif-line";
|
|
30498
30506
|
"fine-line": "fine-line";
|
|
30499
30507
|
"soft-bar": "soft-bar";
|
|
30500
30508
|
"pill-nav": "pill-nav";
|
|
@@ -30504,6 +30512,8 @@ export declare const proposalToolSchemas: {
|
|
|
30504
30512
|
"flat-tabs": "flat-tabs";
|
|
30505
30513
|
"minimal-surface": "minimal-surface";
|
|
30506
30514
|
"soft-shell": "soft-shell";
|
|
30515
|
+
"split-glass": "split-glass";
|
|
30516
|
+
"split-pill": "split-pill";
|
|
30507
30517
|
}>;
|
|
30508
30518
|
footerLookId: z.ZodNullable<z.ZodEnum<{
|
|
30509
30519
|
"footer-muted-grounding": "footer-muted-grounding";
|
|
@@ -30731,8 +30741,8 @@ export declare const proposalToolSchemas: {
|
|
|
30731
30741
|
input: z.ZodObject<{
|
|
30732
30742
|
name: z.ZodOptional<z.ZodString>;
|
|
30733
30743
|
location: z.ZodOptional<z.ZodEnum<{
|
|
30734
|
-
footer: "footer";
|
|
30735
30744
|
header: "header";
|
|
30745
|
+
footer: "footer";
|
|
30736
30746
|
main: "main";
|
|
30737
30747
|
}>>;
|
|
30738
30748
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -31009,9 +31019,9 @@ export declare const proposalToolSchemas: {
|
|
|
31009
31019
|
}>;
|
|
31010
31020
|
status: z.ZodOptional<z.ZodEnum<{
|
|
31011
31021
|
active: "active";
|
|
31012
|
-
cancelled: "cancelled";
|
|
31013
31022
|
draft: "draft";
|
|
31014
31023
|
archived: "archived";
|
|
31024
|
+
cancelled: "cancelled";
|
|
31015
31025
|
}>>;
|
|
31016
31026
|
visibility: z.ZodEnum<{
|
|
31017
31027
|
draft: "draft";
|
|
@@ -31130,8 +31140,8 @@ export declare const proposalToolSchemas: {
|
|
|
31130
31140
|
title: z.ZodString;
|
|
31131
31141
|
status: z.ZodOptional<z.ZodEnum<{
|
|
31132
31142
|
active: "active";
|
|
31133
|
-
cancelled: "cancelled";
|
|
31134
31143
|
draft: "draft";
|
|
31144
|
+
cancelled: "cancelled";
|
|
31135
31145
|
}>>;
|
|
31136
31146
|
visibility: z.ZodEnum<{
|
|
31137
31147
|
draft: "draft";
|
|
@@ -31270,8 +31280,8 @@ export declare const proposalToolSchemas: {
|
|
|
31270
31280
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31271
31281
|
status: z.ZodDefault<z.ZodEnum<{
|
|
31272
31282
|
active: "active";
|
|
31273
|
-
refunded: "refunded";
|
|
31274
31283
|
expired: "expired";
|
|
31284
|
+
refunded: "refunded";
|
|
31275
31285
|
exhausted: "exhausted";
|
|
31276
31286
|
}>>;
|
|
31277
31287
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -31687,8 +31697,8 @@ export declare const proposalToolSchemas: {
|
|
|
31687
31697
|
input: z.ZodObject<{
|
|
31688
31698
|
name: z.ZodOptional<z.ZodString>;
|
|
31689
31699
|
location: z.ZodOptional<z.ZodEnum<{
|
|
31690
|
-
footer: "footer";
|
|
31691
31700
|
header: "header";
|
|
31701
|
+
footer: "footer";
|
|
31692
31702
|
main: "main";
|
|
31693
31703
|
}>>;
|
|
31694
31704
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -31965,9 +31975,9 @@ export declare const proposalToolSchemas: {
|
|
|
31965
31975
|
}>;
|
|
31966
31976
|
status: z.ZodOptional<z.ZodEnum<{
|
|
31967
31977
|
active: "active";
|
|
31968
|
-
cancelled: "cancelled";
|
|
31969
31978
|
draft: "draft";
|
|
31970
31979
|
archived: "archived";
|
|
31980
|
+
cancelled: "cancelled";
|
|
31971
31981
|
}>>;
|
|
31972
31982
|
visibility: z.ZodEnum<{
|
|
31973
31983
|
draft: "draft";
|
|
@@ -32086,8 +32096,8 @@ export declare const proposalToolSchemas: {
|
|
|
32086
32096
|
title: z.ZodString;
|
|
32087
32097
|
status: z.ZodOptional<z.ZodEnum<{
|
|
32088
32098
|
active: "active";
|
|
32089
|
-
cancelled: "cancelled";
|
|
32090
32099
|
draft: "draft";
|
|
32100
|
+
cancelled: "cancelled";
|
|
32091
32101
|
}>>;
|
|
32092
32102
|
visibility: z.ZodEnum<{
|
|
32093
32103
|
draft: "draft";
|
|
@@ -32226,8 +32236,8 @@ export declare const proposalToolSchemas: {
|
|
|
32226
32236
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32227
32237
|
status: z.ZodDefault<z.ZodEnum<{
|
|
32228
32238
|
active: "active";
|
|
32229
|
-
refunded: "refunded";
|
|
32230
32239
|
expired: "expired";
|
|
32240
|
+
refunded: "refunded";
|
|
32231
32241
|
exhausted: "exhausted";
|
|
32232
32242
|
}>>;
|
|
32233
32243
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -32631,8 +32641,8 @@ export declare const proposalToolSchemas: {
|
|
|
32631
32641
|
input: z.ZodObject<{
|
|
32632
32642
|
name: z.ZodOptional<z.ZodString>;
|
|
32633
32643
|
location: z.ZodOptional<z.ZodEnum<{
|
|
32634
|
-
footer: "footer";
|
|
32635
32644
|
header: "header";
|
|
32645
|
+
footer: "footer";
|
|
32636
32646
|
main: "main";
|
|
32637
32647
|
}>>;
|
|
32638
32648
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -32909,9 +32919,9 @@ export declare const proposalToolSchemas: {
|
|
|
32909
32919
|
}>;
|
|
32910
32920
|
status: z.ZodOptional<z.ZodEnum<{
|
|
32911
32921
|
active: "active";
|
|
32912
|
-
cancelled: "cancelled";
|
|
32913
32922
|
draft: "draft";
|
|
32914
32923
|
archived: "archived";
|
|
32924
|
+
cancelled: "cancelled";
|
|
32915
32925
|
}>>;
|
|
32916
32926
|
visibility: z.ZodEnum<{
|
|
32917
32927
|
draft: "draft";
|
|
@@ -33030,8 +33040,8 @@ export declare const proposalToolSchemas: {
|
|
|
33030
33040
|
title: z.ZodString;
|
|
33031
33041
|
status: z.ZodOptional<z.ZodEnum<{
|
|
33032
33042
|
active: "active";
|
|
33033
|
-
cancelled: "cancelled";
|
|
33034
33043
|
draft: "draft";
|
|
33044
|
+
cancelled: "cancelled";
|
|
33035
33045
|
}>>;
|
|
33036
33046
|
visibility: z.ZodEnum<{
|
|
33037
33047
|
draft: "draft";
|
|
@@ -33170,8 +33180,8 @@ export declare const proposalToolSchemas: {
|
|
|
33170
33180
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33171
33181
|
status: z.ZodDefault<z.ZodEnum<{
|
|
33172
33182
|
active: "active";
|
|
33173
|
-
refunded: "refunded";
|
|
33174
33183
|
expired: "expired";
|
|
33184
|
+
refunded: "refunded";
|
|
33175
33185
|
exhausted: "exhausted";
|
|
33176
33186
|
}>>;
|
|
33177
33187
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -33575,8 +33585,8 @@ export declare const proposalToolSchemas: {
|
|
|
33575
33585
|
input: z.ZodObject<{
|
|
33576
33586
|
name: z.ZodOptional<z.ZodString>;
|
|
33577
33587
|
location: z.ZodOptional<z.ZodEnum<{
|
|
33578
|
-
footer: "footer";
|
|
33579
33588
|
header: "header";
|
|
33589
|
+
footer: "footer";
|
|
33580
33590
|
main: "main";
|
|
33581
33591
|
}>>;
|
|
33582
33592
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -33853,9 +33863,9 @@ export declare const proposalToolSchemas: {
|
|
|
33853
33863
|
}>;
|
|
33854
33864
|
status: z.ZodOptional<z.ZodEnum<{
|
|
33855
33865
|
active: "active";
|
|
33856
|
-
cancelled: "cancelled";
|
|
33857
33866
|
draft: "draft";
|
|
33858
33867
|
archived: "archived";
|
|
33868
|
+
cancelled: "cancelled";
|
|
33859
33869
|
}>>;
|
|
33860
33870
|
visibility: z.ZodEnum<{
|
|
33861
33871
|
draft: "draft";
|
|
@@ -33974,8 +33984,8 @@ export declare const proposalToolSchemas: {
|
|
|
33974
33984
|
title: z.ZodString;
|
|
33975
33985
|
status: z.ZodOptional<z.ZodEnum<{
|
|
33976
33986
|
active: "active";
|
|
33977
|
-
cancelled: "cancelled";
|
|
33978
33987
|
draft: "draft";
|
|
33988
|
+
cancelled: "cancelled";
|
|
33979
33989
|
}>>;
|
|
33980
33990
|
visibility: z.ZodEnum<{
|
|
33981
33991
|
draft: "draft";
|
|
@@ -34114,8 +34124,8 @@ export declare const proposalToolSchemas: {
|
|
|
34114
34124
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34115
34125
|
status: z.ZodDefault<z.ZodEnum<{
|
|
34116
34126
|
active: "active";
|
|
34117
|
-
refunded: "refunded";
|
|
34118
34127
|
expired: "expired";
|
|
34128
|
+
refunded: "refunded";
|
|
34119
34129
|
exhausted: "exhausted";
|
|
34120
34130
|
}>>;
|
|
34121
34131
|
note: z.ZodOptional<z.ZodString>;
|
|
@@ -34519,8 +34529,8 @@ export declare const proposalToolSchemas: {
|
|
|
34519
34529
|
input: z.ZodObject<{
|
|
34520
34530
|
name: z.ZodOptional<z.ZodString>;
|
|
34521
34531
|
location: z.ZodOptional<z.ZodEnum<{
|
|
34522
|
-
footer: "footer";
|
|
34523
34532
|
header: "header";
|
|
34533
|
+
footer: "footer";
|
|
34524
34534
|
main: "main";
|
|
34525
34535
|
}>>;
|
|
34526
34536
|
role: z.ZodOptional<z.ZodEnum<{
|
|
@@ -34797,9 +34807,9 @@ export declare const proposalToolSchemas: {
|
|
|
34797
34807
|
}>;
|
|
34798
34808
|
status: z.ZodOptional<z.ZodEnum<{
|
|
34799
34809
|
active: "active";
|
|
34800
|
-
cancelled: "cancelled";
|
|
34801
34810
|
draft: "draft";
|
|
34802
34811
|
archived: "archived";
|
|
34812
|
+
cancelled: "cancelled";
|
|
34803
34813
|
}>>;
|
|
34804
34814
|
visibility: z.ZodEnum<{
|
|
34805
34815
|
draft: "draft";
|
|
@@ -34918,8 +34928,8 @@ export declare const proposalToolSchemas: {
|
|
|
34918
34928
|
title: z.ZodString;
|
|
34919
34929
|
status: z.ZodOptional<z.ZodEnum<{
|
|
34920
34930
|
active: "active";
|
|
34921
|
-
cancelled: "cancelled";
|
|
34922
34931
|
draft: "draft";
|
|
34932
|
+
cancelled: "cancelled";
|
|
34923
34933
|
}>>;
|
|
34924
34934
|
visibility: z.ZodEnum<{
|
|
34925
34935
|
draft: "draft";
|
|
@@ -35058,8 +35068,8 @@ export declare const proposalToolSchemas: {
|
|
|
35058
35068
|
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35059
35069
|
status: z.ZodDefault<z.ZodEnum<{
|
|
35060
35070
|
active: "active";
|
|
35061
|
-
refunded: "refunded";
|
|
35062
35071
|
expired: "expired";
|
|
35072
|
+
refunded: "refunded";
|
|
35063
35073
|
exhausted: "exhausted";
|
|
35064
35074
|
}>>;
|
|
35065
35075
|
note: z.ZodOptional<z.ZodString>;
|