@riverbankcms/sdk 0.89.1 → 0.90.1
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 +27 -4
- package/dist/{PreviewEditorSidebar-JDR64FEC.mjs → PreviewEditorSidebar-FNFRVSIM.mjs} +3 -3
- package/dist/{PreviewEditorUI-67TMJMAF.mjs → PreviewEditorUI-3WXJFQXG.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-2UCIMKUB.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +216 -0
- package/dist/_dts/altcha/src/AltchaWidget.d.ts +1 -1
- package/dist/_dts/api/src/bookingConfig.d.ts +3 -0
- package/dist/_dts/api/src/bookingOperations.d.ts +2 -0
- package/dist/_dts/api/src/bookingRecords.d.ts +4 -2
- package/dist/_dts/api/src/bookings.d.ts +3 -1
- package/dist/_dts/api/src/event-listing-destination.d.ts +59 -0
- package/dist/_dts/api/src/index.d.ts +10 -5
- package/dist/_dts/api/src/navigation/dashboardSettingsNav.d.ts +0 -1
- package/dist/_dts/api/src/navigation.d.ts +2 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +18 -6
- package/dist/_dts/api/src/request.d.ts +21 -0
- package/dist/_dts/api/src/sdk-event-upsert.d.ts +3 -1
- package/dist/_dts/api/src/sdkContracts.d.ts +2 -0
- package/dist/_dts/api/src/settings/permissions.d.ts +273 -0
- package/dist/_dts/api/src/types.d.ts +4 -1
- package/dist/_dts/api/src/url.d.ts +6 -3
- package/dist/_dts/block-form/src/utils/visibleWhen.d.ts +1 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterThumbnailCard.d.ts +5 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterThumbnailGrid.d.ts +9 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/index.d.ts +1 -0
- package/dist/_dts/blocks/src/contracts/non-block-islands.d.ts +7 -11
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +6 -0
- package/dist/_dts/blocks/src/index.d.ts +2 -1
- package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +14 -6
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +60 -2
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +16 -5
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +0 -2
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +9 -9
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +3 -3
- package/dist/_dts/blocks/src/system/blocks/shop.shared.d.ts +8 -0
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +1 -1
- package/dist/_dts/blocks/src/system/constants/events.d.ts +4 -1
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +3 -1
- package/dist/_dts/blocks/src/system/runtime/api/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +17 -5
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +51 -6
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +24 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/useCourseRegistrationWizard.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details/logic.d.ts +1 -17
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.client.d.ts +5 -9
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.server.d.ts +5 -9
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.contract.d.ts +7 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/eventPaymentOptions.d.ts +48 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +5 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useDiscountCodeUi.d.ts +4 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useDiscountCodeUi.state.d.ts +50 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationWizard.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +21 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCalendar.interactive.d.ts +11 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.interactive.d.ts +11 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/calendarViewOptions.d.ts +10 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/destination.d.ts +8 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/eventProductEligibility.d.ts +24 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/pricing.d.ts +3 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +7 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/contract-schemas.d.ts +5 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout-form.d.ts +2 -2
- package/dist/_dts/content-model/src/entry-slots/index.d.ts +1 -0
- package/dist/_dts/content-model/src/entry-slots/sdkBlocks.d.ts +21 -0
- package/dist/_dts/content-model/src/entry-slots/types.d.ts +7 -0
- package/dist/_dts/core/src/event-pricing.d.ts +12 -2
- package/dist/_dts/core/src/money-input.d.ts +18 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +50 -0
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +2 -1
- package/dist/_dts/media-editor/src/fieldUi.d.ts +6 -0
- package/dist/_dts/media-editor/src/index.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/index.d.ts +1 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewThemedSiteDocument.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/SiteChromeEditableSurface.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/themeRuntime.d.ts +6 -0
- package/dist/_dts/preview-next/src/client/sdk/SdkPreviewMode.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/commands/pull-dated-offering-scope.d.ts +10 -0
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +12 -5
- package/dist/_dts/sdk/src/client/management/types.d.ts +6 -55
- package/dist/_dts/sdk/src/components.d.ts +1 -0
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +3 -1
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +3 -1
- package/dist/_dts/sdk/src/next/types.d.ts +8 -11
- package/dist/_dts/sdk/src/preview-next/client/index.d.ts +1 -1
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +11 -1
- package/dist/_dts/sdk/src/rendering/blocks-theme-scope.d.ts +2 -1
- package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +8 -7
- package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +5 -6
- package/dist/_dts/sdk/src/rendering/index.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +11 -1
- package/dist/_dts/sdk/src/rendering/server.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/themeRuntime.d.ts +26 -0
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +18 -0
- package/dist/_dts/theme-core/src/ResponsiveScope.d.ts +12 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +2 -2
- package/dist/_dts/theme-core/src/buttons/types.d.ts +5 -5
- package/dist/_dts/theme-core/src/cards/types.d.ts +2 -2
- package/dist/_dts/theme-core/src/index.d.ts +2 -0
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +21 -21
- package/dist/_dts/theme-core/src/schema.d.ts +18 -18
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +4 -4
- package/dist/_dts/theme-core/src/themeRuntime.d.ts +11 -0
- package/dist/{chunk-F645A5UV.mjs → chunk-BOQXMCSP.mjs} +129 -101
- package/dist/{chunk-7YUAXONX.mjs → chunk-CR2VX432.mjs} +1563 -877
- package/dist/{chunk-HKJQERFR.mjs → chunk-FA6LVZ7C.mjs} +91 -55
- package/dist/{chunk-TGBJWKMP.mjs → chunk-H6TT5ZXI.mjs} +9 -1
- package/dist/{chunk-ZQRBLCW5.mjs → chunk-SYYJZPKU.mjs} +2 -2
- package/dist/{chunk-7N46MZHI.mjs → chunk-UG7I7S7W.mjs} +1 -1
- package/dist/cli/index.mjs +1057 -632
- package/dist/cli/init-docs/content/cli-reference.md +6 -1
- package/dist/cli/init-docs/content/content-management.md +27 -0
- package/dist/client/{accordion-MUCVNGQ7.mjs → accordion-4K7VGZ3I.mjs} +2 -2
- package/dist/client/{bookingForm-PKD6EFIE.mjs → bookingForm-3QXA3CIS.mjs} +26 -271
- package/dist/client/bookings.mjs +1586 -825
- package/dist/client/{carousel-3TKQSNJC.mjs → carousel-BEJKNGQ7.mjs} +3 -3
- package/dist/client/{cart-6XHSZK23.mjs → cart-44BBM6XG.mjs} +7 -8
- package/dist/client/{checkout-FVSPM6FI.mjs → checkout-THMHEYKF.mjs} +7 -8
- package/dist/client/{chunk-25W2EQUN.mjs → chunk-3H5CLFKT.mjs} +8 -0
- package/dist/client/{chunk-ZJZZA5EP.mjs → chunk-4COPESPO.mjs} +13 -16
- package/dist/client/chunk-5AJIMWKS.mjs +436 -0
- package/dist/client/{chunk-UQFY4AHX.mjs → chunk-B4H6QMPY.mjs} +157 -49
- package/dist/client/{chunk-VGLXACVK.mjs → chunk-DQIRKNZE.mjs} +1 -1
- package/dist/client/{chunk-7DH35FGA.mjs → chunk-EJBHK74Y.mjs} +1 -1
- package/dist/client/{chunk-SDIYSQAY.mjs → chunk-HIHOQGIP.mjs} +2 -3
- package/dist/client/{chunk-CQKKFEQD.mjs → chunk-JV7ZNAOU.mjs} +378 -111
- package/dist/client/{chunk-FHU6PFPM.mjs → chunk-KNTLBQ3N.mjs} +1 -1
- package/dist/client/{chunk-RSQWWUAD.mjs → chunk-PEDNDLPB.mjs} +4 -4
- package/dist/client/{chunk-EY42X22F.mjs → chunk-SLY6UDAS.mjs} +157 -5
- package/dist/client/{chunk-STJ2NCQM.mjs → chunk-WHZQDPBZ.mjs} +19 -1
- package/dist/client/{chunk-ZT5XE7FK.mjs → chunk-ZIAF2DA4.mjs} +1 -1
- package/dist/client/client.mjs +3552 -2898
- package/dist/client/{courseRegistration-ATZSYDHM.mjs → courseRegistration-URX7RCCK.mjs} +20 -58
- package/dist/client/{eventCalendar-6T2UGKKP.mjs → eventCalendar-GTENOQCE.mjs} +10 -11
- package/dist/client/{eventCombined-Q4VANXVF.mjs → eventCombined-EZVB72MF.mjs} +10 -11
- package/dist/client/{eventDetails-DW37E7VW.mjs → eventDetails-CH4BJR5Z.mjs} +10 -11
- package/dist/client/{eventListing-XURTSAUW.mjs → eventListing-4BVOI5HS.mjs} +10 -11
- package/dist/client/{eventRegistration-MRKEVAXW.mjs → eventRegistration-37LPIKIE.mjs} +10 -11
- package/dist/client/{form-WZZFFGMU.mjs → form-FX3Y54YK.mjs} +7 -7
- package/dist/client/{headerSection-EQYVQBLM.mjs → headerSection-UOZZGVYL.mjs} +3 -3
- package/dist/client/hooks.mjs +1169 -1063
- package/dist/client/{locationMap-MFF5VAZR.mjs → locationMap-VSIPKV35.mjs} +3 -3
- package/dist/client/{newsletterForm-JQ77UYIE.mjs → newsletterForm-6FRJKNAF.mjs} +5 -5
- package/dist/client/{productDetail-25LMT3IZ.mjs → productDetail-6AHMLXCO.mjs} +7 -8
- package/dist/client/{productList-5ABEMKUG.mjs → productList-M2CYIZVH.mjs} +7 -8
- package/dist/client/rendering/client.mjs +2912 -2316
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +2874 -2230
- package/dist/client/{shop-OMMQZ6YO.mjs → shop-AUOT6GEX.mjs} +7 -8
- package/dist/client/spam-protection.mjs +4 -5
- package/dist/preview-next/before-render.mjs +2 -2
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/{sdk-runtime-WNLBZ3ZH.mjs → sdk-runtime-6GPJNLU6.mjs} +6 -6
- package/dist/server/components.mjs +1856 -1509
- package/dist/server/config-validation.mjs +1394 -1288
- package/dist/server/config.mjs +1394 -1288
- package/dist/server/data.mjs +1169 -1063
- package/dist/server/index.mjs +135 -100
- package/dist/server/navigation.mjs +20 -30
- package/dist/server/next.mjs +1936 -1576
- package/dist/server/page-converter.mjs +1081 -967
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +1868 -1521
- package/dist/server/rendering.mjs +1878 -1531
- package/dist/server/routing.mjs +1248 -1089
- package/dist/server/server.mjs +1312 -1171
- package/dist/server/theme-bridge.mjs +8 -5
- package/package.json +3 -3
- package/dist/SdkPreviewModeRuntime-ZBEMRV7N.mjs +0 -8
- package/dist/client/chunk-LQFDYWPJ.mjs +0 -184
- package/dist/client/chunk-ZFHRN6W2.mjs +0 -66
|
@@ -497,6 +497,7 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
|
|
|
497
497
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
498
498
|
input: z.ZodObject<{
|
|
499
499
|
slug: z.ZodString;
|
|
500
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
500
501
|
title: z.ZodString;
|
|
501
502
|
archetype: z.ZodEnum<{
|
|
502
503
|
custom: "custom";
|
|
@@ -605,6 +606,11 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
|
|
|
605
606
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
606
607
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
607
608
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
609
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
610
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
611
|
+
kind: z.ZodString;
|
|
612
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
613
|
+
}, z.core.$strict>>>>;
|
|
608
614
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
609
615
|
}, z.core.$strict>;
|
|
610
616
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -1454,6 +1460,7 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
|
|
|
1454
1460
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
1455
1461
|
input: z.ZodObject<{
|
|
1456
1462
|
slug: z.ZodString;
|
|
1463
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1457
1464
|
title: z.ZodString;
|
|
1458
1465
|
archetype: z.ZodEnum<{
|
|
1459
1466
|
custom: "custom";
|
|
@@ -1562,6 +1569,11 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
|
|
|
1562
1569
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
1563
1570
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
1564
1571
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
1572
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
1573
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1574
|
+
kind: z.ZodString;
|
|
1575
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1576
|
+
}, z.core.$strict>>>>;
|
|
1565
1577
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
1566
1578
|
}, z.core.$strict>;
|
|
1567
1579
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -2410,6 +2422,7 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
2410
2422
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
2411
2423
|
input: z.ZodObject<{
|
|
2412
2424
|
slug: z.ZodString;
|
|
2425
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2413
2426
|
title: z.ZodString;
|
|
2414
2427
|
archetype: z.ZodEnum<{
|
|
2415
2428
|
custom: "custom";
|
|
@@ -2518,6 +2531,11 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
2518
2531
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
2519
2532
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
2520
2533
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
2534
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
2535
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2536
|
+
kind: z.ZodString;
|
|
2537
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
2538
|
+
}, z.core.$strict>>>>;
|
|
2521
2539
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
2522
2540
|
}, z.core.$strict>;
|
|
2523
2541
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -3382,6 +3400,7 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
|
|
|
3382
3400
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
3383
3401
|
input: z.ZodObject<{
|
|
3384
3402
|
slug: z.ZodString;
|
|
3403
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3385
3404
|
title: z.ZodString;
|
|
3386
3405
|
archetype: z.ZodEnum<{
|
|
3387
3406
|
custom: "custom";
|
|
@@ -3490,6 +3509,11 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
|
|
|
3490
3509
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
3491
3510
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
3492
3511
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
3512
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
3513
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3514
|
+
kind: z.ZodString;
|
|
3515
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3516
|
+
}, z.core.$strict>>>>;
|
|
3493
3517
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
3494
3518
|
}, z.core.$strict>;
|
|
3495
3519
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -4342,6 +4366,7 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
4342
4366
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
4343
4367
|
input: z.ZodObject<{
|
|
4344
4368
|
slug: z.ZodString;
|
|
4369
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4345
4370
|
title: z.ZodString;
|
|
4346
4371
|
archetype: z.ZodEnum<{
|
|
4347
4372
|
custom: "custom";
|
|
@@ -4450,6 +4475,11 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
4450
4475
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
4451
4476
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
4452
4477
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
4478
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
4479
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4480
|
+
kind: z.ZodString;
|
|
4481
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
4482
|
+
}, z.core.$strict>>>>;
|
|
4453
4483
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
4454
4484
|
}, z.core.$strict>;
|
|
4455
4485
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5803,6 +5833,7 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5803
5833
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
5804
5834
|
input: z.ZodObject<{
|
|
5805
5835
|
slug: z.ZodString;
|
|
5836
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5806
5837
|
title: z.ZodString;
|
|
5807
5838
|
archetype: z.ZodEnum<{
|
|
5808
5839
|
custom: "custom";
|
|
@@ -5911,6 +5942,11 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
|
|
|
5911
5942
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
5912
5943
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
5913
5944
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
5945
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
5946
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5947
|
+
kind: z.ZodString;
|
|
5948
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5949
|
+
}, z.core.$strict>>>>;
|
|
5914
5950
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
5915
5951
|
}, z.core.$strict>;
|
|
5916
5952
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6931,6 +6967,7 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
6931
6967
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
6932
6968
|
input: z.ZodObject<{
|
|
6933
6969
|
slug: z.ZodString;
|
|
6970
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6934
6971
|
title: z.ZodString;
|
|
6935
6972
|
archetype: z.ZodEnum<{
|
|
6936
6973
|
custom: "custom";
|
|
@@ -7039,6 +7076,11 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
|
|
|
7039
7076
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
7040
7077
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
7041
7078
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
7079
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
7080
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7081
|
+
kind: z.ZodString;
|
|
7082
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
7083
|
+
}, z.core.$strict>>>>;
|
|
7042
7084
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
7043
7085
|
}, z.core.$strict>;
|
|
7044
7086
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -8060,6 +8102,7 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
8060
8102
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
8061
8103
|
input: z.ZodObject<{
|
|
8062
8104
|
slug: z.ZodString;
|
|
8105
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8063
8106
|
title: z.ZodString;
|
|
8064
8107
|
archetype: z.ZodEnum<{
|
|
8065
8108
|
custom: "custom";
|
|
@@ -8168,6 +8211,11 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
|
|
|
8168
8211
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
8169
8212
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
8170
8213
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
8214
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
8215
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8216
|
+
kind: z.ZodString;
|
|
8217
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8218
|
+
}, z.core.$strict>>>>;
|
|
8171
8219
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
8172
8220
|
}, z.core.$strict>;
|
|
8173
8221
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -9414,6 +9462,7 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
|
|
|
9414
9462
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
9415
9463
|
input: z.ZodObject<{
|
|
9416
9464
|
slug: z.ZodString;
|
|
9465
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9417
9466
|
title: z.ZodString;
|
|
9418
9467
|
archetype: z.ZodEnum<{
|
|
9419
9468
|
custom: "custom";
|
|
@@ -9522,6 +9571,11 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
|
|
|
9522
9571
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
9523
9572
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
9524
9573
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
9574
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
9575
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9576
|
+
kind: z.ZodString;
|
|
9577
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
9578
|
+
}, z.core.$strict>>>>;
|
|
9525
9579
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
9526
9580
|
}, z.core.$strict>;
|
|
9527
9581
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -10491,6 +10545,7 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
10491
10545
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
10492
10546
|
input: z.ZodObject<{
|
|
10493
10547
|
slug: z.ZodString;
|
|
10548
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10494
10549
|
title: z.ZodString;
|
|
10495
10550
|
archetype: z.ZodEnum<{
|
|
10496
10551
|
custom: "custom";
|
|
@@ -10599,6 +10654,11 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
10599
10654
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
10600
10655
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
10601
10656
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
10657
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
10658
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10659
|
+
kind: z.ZodString;
|
|
10660
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
10661
|
+
}, z.core.$strict>>>>;
|
|
10602
10662
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
10603
10663
|
}, z.core.$strict>;
|
|
10604
10664
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11460,6 +11520,7 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
11460
11520
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
11461
11521
|
input: z.ZodObject<{
|
|
11462
11522
|
slug: z.ZodString;
|
|
11523
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11463
11524
|
title: z.ZodString;
|
|
11464
11525
|
archetype: z.ZodEnum<{
|
|
11465
11526
|
custom: "custom";
|
|
@@ -11568,6 +11629,11 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
11568
11629
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
11569
11630
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
11570
11631
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
11632
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
11633
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11634
|
+
kind: z.ZodString;
|
|
11635
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
11636
|
+
}, z.core.$strict>>>>;
|
|
11571
11637
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
11572
11638
|
}, z.core.$strict>;
|
|
11573
11639
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -12423,6 +12489,7 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
12423
12489
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
12424
12490
|
input: z.ZodObject<{
|
|
12425
12491
|
slug: z.ZodString;
|
|
12492
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12426
12493
|
title: z.ZodString;
|
|
12427
12494
|
archetype: z.ZodEnum<{
|
|
12428
12495
|
custom: "custom";
|
|
@@ -12531,6 +12598,11 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
|
|
|
12531
12598
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
12532
12599
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
12533
12600
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
12601
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
12602
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12603
|
+
kind: z.ZodString;
|
|
12604
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
12605
|
+
}, z.core.$strict>>>>;
|
|
12534
12606
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
12535
12607
|
}, z.core.$strict>;
|
|
12536
12608
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -13386,6 +13458,7 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
13386
13458
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
13387
13459
|
input: z.ZodObject<{
|
|
13388
13460
|
slug: z.ZodString;
|
|
13461
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13389
13462
|
title: z.ZodString;
|
|
13390
13463
|
archetype: z.ZodEnum<{
|
|
13391
13464
|
custom: "custom";
|
|
@@ -13494,6 +13567,11 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
13494
13567
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
13495
13568
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
13496
13569
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
13570
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
13571
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13572
|
+
kind: z.ZodString;
|
|
13573
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
13574
|
+
}, z.core.$strict>>>>;
|
|
13497
13575
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
13498
13576
|
}, z.core.$strict>;
|
|
13499
13577
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -14349,6 +14427,7 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
14349
14427
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
14350
14428
|
input: z.ZodObject<{
|
|
14351
14429
|
slug: z.ZodString;
|
|
14430
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14352
14431
|
title: z.ZodString;
|
|
14353
14432
|
archetype: z.ZodEnum<{
|
|
14354
14433
|
custom: "custom";
|
|
@@ -14457,6 +14536,11 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
|
|
|
14457
14536
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
14458
14537
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
14459
14538
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
14539
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
14540
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14541
|
+
kind: z.ZodString;
|
|
14542
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
14543
|
+
}, z.core.$strict>>>>;
|
|
14460
14544
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
14461
14545
|
}, z.core.$strict>;
|
|
14462
14546
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -15331,6 +15415,7 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
|
|
|
15331
15415
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
15332
15416
|
input: z.ZodObject<{
|
|
15333
15417
|
slug: z.ZodString;
|
|
15418
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15334
15419
|
title: z.ZodString;
|
|
15335
15420
|
archetype: z.ZodEnum<{
|
|
15336
15421
|
custom: "custom";
|
|
@@ -15439,6 +15524,11 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
|
|
|
15439
15524
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
15440
15525
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
15441
15526
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
15527
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
15528
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15529
|
+
kind: z.ZodString;
|
|
15530
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
15531
|
+
}, z.core.$strict>>>>;
|
|
15442
15532
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
15443
15533
|
}, z.core.$strict>;
|
|
15444
15534
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -16330,6 +16420,7 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
|
|
|
16330
16420
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
16331
16421
|
input: z.ZodObject<{
|
|
16332
16422
|
slug: z.ZodString;
|
|
16423
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16333
16424
|
title: z.ZodString;
|
|
16334
16425
|
archetype: z.ZodEnum<{
|
|
16335
16426
|
custom: "custom";
|
|
@@ -16438,6 +16529,11 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
|
|
|
16438
16529
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
16439
16530
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
16440
16531
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
16532
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
16533
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16534
|
+
kind: z.ZodString;
|
|
16535
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
16536
|
+
}, z.core.$strict>>>>;
|
|
16441
16537
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
16442
16538
|
}, z.core.$strict>;
|
|
16443
16539
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -17317,6 +17413,7 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
|
|
|
17317
17413
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
17318
17414
|
input: z.ZodObject<{
|
|
17319
17415
|
slug: z.ZodString;
|
|
17416
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17320
17417
|
title: z.ZodString;
|
|
17321
17418
|
archetype: z.ZodEnum<{
|
|
17322
17419
|
custom: "custom";
|
|
@@ -17425,6 +17522,11 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
|
|
|
17425
17522
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
17426
17523
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
17427
17524
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
17525
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
17526
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17527
|
+
kind: z.ZodString;
|
|
17528
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
17529
|
+
}, z.core.$strict>>>>;
|
|
17428
17530
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
17429
17531
|
}, z.core.$strict>;
|
|
17430
17532
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -18304,6 +18406,7 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
|
|
|
18304
18406
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
18305
18407
|
input: z.ZodObject<{
|
|
18306
18408
|
slug: z.ZodString;
|
|
18409
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18307
18410
|
title: z.ZodString;
|
|
18308
18411
|
archetype: z.ZodEnum<{
|
|
18309
18412
|
custom: "custom";
|
|
@@ -18412,6 +18515,11 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
|
|
|
18412
18515
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
18413
18516
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
18414
18517
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
18518
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
18519
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18520
|
+
kind: z.ZodString;
|
|
18521
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
18522
|
+
}, z.core.$strict>>>>;
|
|
18415
18523
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
18416
18524
|
}, z.core.$strict>;
|
|
18417
18525
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -19291,6 +19399,7 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
|
|
|
19291
19399
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
19292
19400
|
input: z.ZodObject<{
|
|
19293
19401
|
slug: z.ZodString;
|
|
19402
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19294
19403
|
title: z.ZodString;
|
|
19295
19404
|
archetype: z.ZodEnum<{
|
|
19296
19405
|
custom: "custom";
|
|
@@ -19399,6 +19508,11 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
|
|
|
19399
19508
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
19400
19509
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
19401
19510
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
19511
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
19512
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19513
|
+
kind: z.ZodString;
|
|
19514
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
19515
|
+
}, z.core.$strict>>>>;
|
|
19402
19516
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
19403
19517
|
}, z.core.$strict>;
|
|
19404
19518
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -20274,6 +20388,7 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
20274
20388
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
20275
20389
|
input: z.ZodObject<{
|
|
20276
20390
|
slug: z.ZodString;
|
|
20391
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20277
20392
|
title: z.ZodString;
|
|
20278
20393
|
archetype: z.ZodEnum<{
|
|
20279
20394
|
custom: "custom";
|
|
@@ -20382,6 +20497,11 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
20382
20497
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
20383
20498
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
20384
20499
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
20500
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
20501
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20502
|
+
kind: z.ZodString;
|
|
20503
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
20504
|
+
}, z.core.$strict>>>>;
|
|
20385
20505
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
20386
20506
|
}, z.core.$strict>;
|
|
20387
20507
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -21272,6 +21392,7 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21272
21392
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
21273
21393
|
input: z.ZodObject<{
|
|
21274
21394
|
slug: z.ZodString;
|
|
21395
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21275
21396
|
title: z.ZodString;
|
|
21276
21397
|
archetype: z.ZodEnum<{
|
|
21277
21398
|
custom: "custom";
|
|
@@ -21380,6 +21501,11 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
21380
21501
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
21381
21502
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
21382
21503
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
21504
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
21505
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21506
|
+
kind: z.ZodString;
|
|
21507
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
21508
|
+
}, z.core.$strict>>>>;
|
|
21383
21509
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
21384
21510
|
}, z.core.$strict>;
|
|
21385
21511
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -22258,6 +22384,7 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
22258
22384
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
22259
22385
|
input: z.ZodObject<{
|
|
22260
22386
|
slug: z.ZodString;
|
|
22387
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22261
22388
|
title: z.ZodString;
|
|
22262
22389
|
archetype: z.ZodEnum<{
|
|
22263
22390
|
custom: "custom";
|
|
@@ -22366,6 +22493,11 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
22366
22493
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
22367
22494
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
22368
22495
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
22496
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
22497
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22498
|
+
kind: z.ZodString;
|
|
22499
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
22500
|
+
}, z.core.$strict>>>>;
|
|
22369
22501
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
22370
22502
|
}, z.core.$strict>;
|
|
22371
22503
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -23244,6 +23376,7 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
23244
23376
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
23245
23377
|
input: z.ZodObject<{
|
|
23246
23378
|
slug: z.ZodString;
|
|
23379
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23247
23380
|
title: z.ZodString;
|
|
23248
23381
|
archetype: z.ZodEnum<{
|
|
23249
23382
|
custom: "custom";
|
|
@@ -23352,6 +23485,11 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
23352
23485
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
23353
23486
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
23354
23487
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
23488
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
23489
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23490
|
+
kind: z.ZodString;
|
|
23491
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
23492
|
+
}, z.core.$strict>>>>;
|
|
23355
23493
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
23356
23494
|
}, z.core.$strict>;
|
|
23357
23495
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -24230,6 +24368,7 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
24230
24368
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
24231
24369
|
input: z.ZodObject<{
|
|
24232
24370
|
slug: z.ZodString;
|
|
24371
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24233
24372
|
title: z.ZodString;
|
|
24234
24373
|
archetype: z.ZodEnum<{
|
|
24235
24374
|
custom: "custom";
|
|
@@ -24338,6 +24477,11 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
24338
24477
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
24339
24478
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
24340
24479
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
24480
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
24481
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24482
|
+
kind: z.ZodString;
|
|
24483
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
24484
|
+
}, z.core.$strict>>>>;
|
|
24341
24485
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
24342
24486
|
}, z.core.$strict>;
|
|
24343
24487
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -25216,6 +25360,7 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
25216
25360
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
25217
25361
|
input: z.ZodObject<{
|
|
25218
25362
|
slug: z.ZodString;
|
|
25363
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25219
25364
|
title: z.ZodString;
|
|
25220
25365
|
archetype: z.ZodEnum<{
|
|
25221
25366
|
custom: "custom";
|
|
@@ -25324,6 +25469,11 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
25324
25469
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
25325
25470
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
25326
25471
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
25472
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
25473
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25474
|
+
kind: z.ZodString;
|
|
25475
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
25476
|
+
}, z.core.$strict>>>>;
|
|
25327
25477
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
25328
25478
|
}, z.core.$strict>;
|
|
25329
25479
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -26214,6 +26364,7 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26214
26364
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
26215
26365
|
input: z.ZodObject<{
|
|
26216
26366
|
slug: z.ZodString;
|
|
26367
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26217
26368
|
title: z.ZodString;
|
|
26218
26369
|
archetype: z.ZodEnum<{
|
|
26219
26370
|
custom: "custom";
|
|
@@ -26322,6 +26473,11 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
26322
26473
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
26323
26474
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
26324
26475
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
26476
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
26477
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26478
|
+
kind: z.ZodString;
|
|
26479
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
26480
|
+
}, z.core.$strict>>>>;
|
|
26325
26481
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
26326
26482
|
}, z.core.$strict>;
|
|
26327
26483
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -27200,6 +27356,7 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
27200
27356
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
27201
27357
|
input: z.ZodObject<{
|
|
27202
27358
|
slug: z.ZodString;
|
|
27359
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27203
27360
|
title: z.ZodString;
|
|
27204
27361
|
archetype: z.ZodEnum<{
|
|
27205
27362
|
custom: "custom";
|
|
@@ -27308,6 +27465,11 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
27308
27465
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
27309
27466
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
27310
27467
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
27468
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
27469
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27470
|
+
kind: z.ZodString;
|
|
27471
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
27472
|
+
}, z.core.$strict>>>>;
|
|
27311
27473
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
27312
27474
|
}, z.core.$strict>;
|
|
27313
27475
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -28186,6 +28348,7 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
28186
28348
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
28187
28349
|
input: z.ZodObject<{
|
|
28188
28350
|
slug: z.ZodString;
|
|
28351
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28189
28352
|
title: z.ZodString;
|
|
28190
28353
|
archetype: z.ZodEnum<{
|
|
28191
28354
|
custom: "custom";
|
|
@@ -28294,6 +28457,11 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
28294
28457
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
28295
28458
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
28296
28459
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
28460
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
28461
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28462
|
+
kind: z.ZodString;
|
|
28463
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
28464
|
+
}, z.core.$strict>>>>;
|
|
28297
28465
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
28298
28466
|
}, z.core.$strict>;
|
|
28299
28467
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -29172,6 +29340,7 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
29172
29340
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
29173
29341
|
input: z.ZodObject<{
|
|
29174
29342
|
slug: z.ZodString;
|
|
29343
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29175
29344
|
title: z.ZodString;
|
|
29176
29345
|
archetype: z.ZodEnum<{
|
|
29177
29346
|
custom: "custom";
|
|
@@ -29280,6 +29449,11 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
|
|
|
29280
29449
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
29281
29450
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
29282
29451
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
29452
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
29453
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29454
|
+
kind: z.ZodString;
|
|
29455
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
29456
|
+
}, z.core.$strict>>>>;
|
|
29283
29457
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
29284
29458
|
}, z.core.$strict>;
|
|
29285
29459
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -30129,6 +30303,7 @@ export declare const proposalToolSchemas: {
|
|
|
30129
30303
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
30130
30304
|
input: z.ZodObject<{
|
|
30131
30305
|
slug: z.ZodString;
|
|
30306
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30132
30307
|
title: z.ZodString;
|
|
30133
30308
|
archetype: z.ZodEnum<{
|
|
30134
30309
|
custom: "custom";
|
|
@@ -30237,6 +30412,11 @@ export declare const proposalToolSchemas: {
|
|
|
30237
30412
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
30238
30413
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
30239
30414
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
30415
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
30416
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30417
|
+
kind: z.ZodString;
|
|
30418
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
30419
|
+
}, z.core.$strict>>>>;
|
|
30240
30420
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
30241
30421
|
}, z.core.$strict>;
|
|
30242
30422
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -31286,6 +31466,7 @@ export declare const proposalToolSchemas: {
|
|
|
31286
31466
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
31287
31467
|
input: z.ZodObject<{
|
|
31288
31468
|
slug: z.ZodString;
|
|
31469
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31289
31470
|
title: z.ZodString;
|
|
31290
31471
|
archetype: z.ZodEnum<{
|
|
31291
31472
|
custom: "custom";
|
|
@@ -31394,6 +31575,11 @@ export declare const proposalToolSchemas: {
|
|
|
31394
31575
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
31395
31576
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
31396
31577
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
31578
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
31579
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31580
|
+
kind: z.ZodString;
|
|
31581
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
31582
|
+
}, z.core.$strict>>>>;
|
|
31397
31583
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
31398
31584
|
}, z.core.$strict>;
|
|
31399
31585
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -32374,6 +32560,7 @@ export declare const proposalToolSchemas: {
|
|
|
32374
32560
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
32375
32561
|
input: z.ZodObject<{
|
|
32376
32562
|
slug: z.ZodString;
|
|
32563
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32377
32564
|
title: z.ZodString;
|
|
32378
32565
|
archetype: z.ZodEnum<{
|
|
32379
32566
|
custom: "custom";
|
|
@@ -32482,6 +32669,11 @@ export declare const proposalToolSchemas: {
|
|
|
32482
32669
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
32483
32670
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
32484
32671
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
32672
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
32673
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32674
|
+
kind: z.ZodString;
|
|
32675
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
32676
|
+
}, z.core.$strict>>>>;
|
|
32485
32677
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
32486
32678
|
}, z.core.$strict>;
|
|
32487
32679
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -33372,6 +33564,7 @@ export declare const proposalToolSchemas: {
|
|
|
33372
33564
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
33373
33565
|
input: z.ZodObject<{
|
|
33374
33566
|
slug: z.ZodString;
|
|
33567
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33375
33568
|
title: z.ZodString;
|
|
33376
33569
|
archetype: z.ZodEnum<{
|
|
33377
33570
|
custom: "custom";
|
|
@@ -33480,6 +33673,11 @@ export declare const proposalToolSchemas: {
|
|
|
33480
33673
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
33481
33674
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
33482
33675
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
33676
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
33677
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33678
|
+
kind: z.ZodString;
|
|
33679
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
33680
|
+
}, z.core.$strict>>>>;
|
|
33483
33681
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
33484
33682
|
}, z.core.$strict>;
|
|
33485
33683
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -34358,6 +34556,7 @@ export declare const proposalToolSchemas: {
|
|
|
34358
34556
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
34359
34557
|
input: z.ZodObject<{
|
|
34360
34558
|
slug: z.ZodString;
|
|
34559
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34361
34560
|
title: z.ZodString;
|
|
34362
34561
|
archetype: z.ZodEnum<{
|
|
34363
34562
|
custom: "custom";
|
|
@@ -34466,6 +34665,11 @@ export declare const proposalToolSchemas: {
|
|
|
34466
34665
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
34467
34666
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
34468
34667
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
34668
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
34669
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34670
|
+
kind: z.ZodString;
|
|
34671
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
34672
|
+
}, z.core.$strict>>>>;
|
|
34469
34673
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
34470
34674
|
}, z.core.$strict>;
|
|
34471
34675
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -35344,6 +35548,7 @@ export declare const proposalToolSchemas: {
|
|
|
35344
35548
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
35345
35549
|
input: z.ZodObject<{
|
|
35346
35550
|
slug: z.ZodString;
|
|
35551
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35347
35552
|
title: z.ZodString;
|
|
35348
35553
|
archetype: z.ZodEnum<{
|
|
35349
35554
|
custom: "custom";
|
|
@@ -35452,6 +35657,11 @@ export declare const proposalToolSchemas: {
|
|
|
35452
35657
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
35453
35658
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
35454
35659
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
35660
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
35661
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35662
|
+
kind: z.ZodString;
|
|
35663
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
35664
|
+
}, z.core.$strict>>>>;
|
|
35455
35665
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
35456
35666
|
}, z.core.$strict>;
|
|
35457
35667
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -36330,6 +36540,7 @@ export declare const proposalToolSchemas: {
|
|
|
36330
36540
|
ref: z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").EventSeriesRef, string>>;
|
|
36331
36541
|
input: z.ZodObject<{
|
|
36332
36542
|
slug: z.ZodString;
|
|
36543
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36333
36544
|
title: z.ZodString;
|
|
36334
36545
|
archetype: z.ZodEnum<{
|
|
36335
36546
|
custom: "custom";
|
|
@@ -36438,6 +36649,11 @@ export declare const proposalToolSchemas: {
|
|
|
36438
36649
|
paymentTerms: z.ZodOptional<z.ZodUnknown>;
|
|
36439
36650
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
36440
36651
|
tags: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
36652
|
+
blocks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
36653
|
+
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36654
|
+
kind: z.ZodString;
|
|
36655
|
+
content: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
36656
|
+
}, z.core.$strict>>>>;
|
|
36441
36657
|
staffRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").StaffRef, string>>>>>;
|
|
36442
36658
|
}, z.core.$strict>;
|
|
36443
36659
|
}, z.core.$strict>, z.ZodObject<{
|