@riverbankcms/sdk 0.88.0 → 0.90.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.
Files changed (198) hide show
  1. package/README.md +27 -4
  2. package/dist/{PreviewEditorSidebar-EVRS3C7T.mjs → PreviewEditorSidebar-KVXNF3VW.mjs} +3 -3
  3. package/dist/{PreviewEditorUI-54WD4IGE.mjs → PreviewEditorUI-J3JN5Z7T.mjs} +3 -3
  4. package/dist/SdkPreviewModeRuntime-UBL6MSNP.mjs +8 -0
  5. package/dist/_dts/ai/src/contracts/proposals.d.ts +216 -0
  6. package/dist/_dts/altcha/src/AltchaWidget.d.ts +1 -1
  7. package/dist/_dts/api/src/accessAdmin.d.ts +7 -0
  8. package/dist/_dts/api/src/bookingOperations.d.ts +2 -0
  9. package/dist/_dts/api/src/bookingRecords.d.ts +4 -2
  10. package/dist/_dts/api/src/bookings.d.ts +3 -1
  11. package/dist/_dts/api/src/endpoints.d.ts +8 -0
  12. package/dist/_dts/api/src/index.d.ts +7 -6
  13. package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +15 -5
  14. package/dist/_dts/api/src/request.d.ts +21 -0
  15. package/dist/_dts/api/src/sdk-event-upsert.d.ts +3 -1
  16. package/dist/_dts/api/src/sdkContracts.d.ts +2 -0
  17. package/dist/_dts/api/src/siteManagementEndpoints.d.ts +5 -1
  18. package/dist/_dts/api/src/siteMembers.d.ts +6 -1
  19. package/dist/_dts/api/src/types.d.ts +4 -2
  20. package/dist/_dts/api/src/url.d.ts +6 -3
  21. package/dist/_dts/block-form/src/utils/visibleWhen.d.ts +1 -0
  22. package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterThumbnailCard.d.ts +5 -1
  23. package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterThumbnailGrid.d.ts +9 -1
  24. package/dist/_dts/block-form/src/widgets/RepeaterField/components/index.d.ts +1 -0
  25. package/dist/_dts/blocks/src/contracts/non-block-islands.d.ts +7 -11
  26. package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +6 -0
  27. package/dist/_dts/blocks/src/index.d.ts +2 -1
  28. package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +14 -6
  29. package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +4 -4
  30. package/dist/_dts/blocks/src/system/blocks/hero.d.ts +0 -2
  31. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +3 -3
  32. package/dist/_dts/blocks/src/system/blocks/shop.shared.d.ts +8 -0
  33. package/dist/_dts/blocks/src/system/constants/events.d.ts +4 -1
  34. package/dist/_dts/blocks/src/system/icons/cta.d.ts +3 -3
  35. package/dist/_dts/blocks/src/system/icons/index.d.ts +1 -0
  36. package/dist/_dts/blocks/src/system/icons/registry.d.ts +2 -2
  37. package/dist/_dts/blocks/src/system/icons/semantic.d.ts +3 -3
  38. package/dist/_dts/blocks/src/system/icons/svg.d.ts +72 -0
  39. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +3 -1
  40. package/dist/_dts/blocks/src/system/runtime/api/index.d.ts +1 -0
  41. package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +18 -5
  42. package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +51 -6
  43. package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +24 -0
  44. package/dist/_dts/blocks/src/system/runtime/hooks/loadStateError.d.ts +1 -0
  45. package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableDates.d.ts +1 -1
  46. package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableDates.state.d.ts +55 -0
  47. package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableSlots.state.d.ts +39 -0
  48. package/dist/_dts/blocks/src/system/runtime/hooks/useBookingFormConfig.d.ts +4 -27
  49. package/dist/_dts/blocks/src/system/runtime/hooks/useBookingFormConfig.state.d.ts +40 -0
  50. package/dist/_dts/blocks/src/system/runtime/hooks/useCalendarEvents.state.d.ts +20 -0
  51. package/dist/_dts/blocks/src/system/runtime/hooks/useEventFilters.state.d.ts +31 -0
  52. package/dist/_dts/blocks/src/system/runtime/hooks/useEventPagination.d.ts +3 -3
  53. package/dist/_dts/blocks/src/system/runtime/hooks/useEventPagination.state.d.ts +39 -0
  54. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/useCourseRegistrationWizard.d.ts +2 -2
  55. package/dist/_dts/blocks/src/system/runtime/nodes/event-details/logic.d.ts +1 -17
  56. package/dist/_dts/blocks/src/system/runtime/nodes/event-details.client.d.ts +5 -9
  57. package/dist/_dts/blocks/src/system/runtime/nodes/event-details.server.d.ts +5 -9
  58. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.contract.d.ts +2 -1
  59. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/eventPaymentOptions.d.ts +24 -0
  60. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +5 -0
  61. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useDiscountCodeUi.d.ts +4 -4
  62. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useDiscountCodeUi.state.d.ts +50 -0
  63. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationWizard.d.ts +2 -2
  64. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +21 -0
  65. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
  66. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCalendar.interactive.d.ts +11 -1
  67. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.client.d.ts +2 -1
  68. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.interactive.d.ts +11 -1
  69. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventPaginatedListView.client.d.ts +1 -1
  70. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/calendarViewOptions.d.ts +10 -0
  71. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/eventProductEligibility.d.ts +24 -0
  72. package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.client.state.d.ts +24 -2
  73. package/dist/_dts/blocks/src/system/runtime/nodes/shared/MagicLinkForm.state.d.ts +24 -0
  74. package/dist/_dts/blocks/src/system/runtime/nodes/shared/contract-schemas.d.ts +5 -2
  75. package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout-form.d.ts +2 -2
  76. package/dist/_dts/blocks/src/system/runtime/shared/useWaitlistClaim.state.d.ts +35 -0
  77. package/dist/_dts/content-model/src/entry-slots/index.d.ts +1 -0
  78. package/dist/_dts/content-model/src/entry-slots/sdkBlocks.d.ts +21 -0
  79. package/dist/_dts/content-model/src/entry-slots/types.d.ts +61 -0
  80. package/dist/_dts/core/src/branded.d.ts +7 -0
  81. package/dist/_dts/core/src/index.d.ts +1 -0
  82. package/dist/_dts/core/src/money-input.d.ts +18 -0
  83. package/dist/_dts/core/src/site-route-target.d.ts +40 -0
  84. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +209 -2
  85. package/dist/_dts/media-core/src/fileDomain.d.ts +4 -0
  86. package/dist/_dts/media-editor/src/MediaEditor.d.ts +2 -1
  87. package/dist/_dts/media-editor/src/fieldUi.d.ts +6 -0
  88. package/dist/_dts/media-editor/src/index.d.ts +1 -1
  89. package/dist/_dts/preview-next/src/client/index.d.ts +1 -0
  90. package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +3 -2
  91. package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +3 -2
  92. package/dist/_dts/preview-next/src/client/preview/PreviewThemedSiteDocument.d.ts +3 -2
  93. package/dist/_dts/preview-next/src/client/preview/SiteChromeEditableSurface.d.ts +2 -2
  94. package/dist/_dts/preview-next/src/client/preview/themeRuntime.d.ts +6 -0
  95. package/dist/_dts/preview-next/src/client/sdk/SdkPreviewMode.d.ts +2 -1
  96. package/dist/_dts/sdk/src/cli/commands/pull-dated-offering-scope.d.ts +10 -0
  97. package/dist/_dts/sdk/src/cli/content/reader.d.ts +12 -5
  98. package/dist/_dts/sdk/src/client/management/types.d.ts +6 -55
  99. package/dist/_dts/sdk/src/client/runtimeCachePolicy.d.ts +160 -0
  100. package/dist/_dts/sdk/src/client/types.d.ts +26 -1
  101. package/dist/_dts/sdk/src/components.d.ts +1 -0
  102. package/dist/_dts/sdk/src/config/field-definitions.d.ts +3 -1
  103. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +3 -1
  104. package/dist/_dts/sdk/src/index.d.ts +3 -1
  105. package/dist/_dts/sdk/src/next/types.d.ts +8 -11
  106. package/dist/_dts/sdk/src/preview-next/client/index.d.ts +1 -1
  107. package/dist/_dts/sdk/src/rendering/blocks-theme-scope.d.ts +2 -1
  108. package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +8 -7
  109. package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +5 -6
  110. package/dist/_dts/sdk/src/rendering/index.d.ts +1 -0
  111. package/dist/_dts/sdk/src/rendering/server.d.ts +1 -0
  112. package/dist/_dts/sdk/src/rendering/themeRuntime.d.ts +26 -0
  113. package/dist/_dts/sdk/src/version.d.ts +1 -1
  114. package/dist/_dts/site-commands/src/commands.d.ts +18 -0
  115. package/dist/_dts/theme-core/src/ResponsiveScope.d.ts +12 -0
  116. package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -1
  117. package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +2 -2
  118. package/dist/_dts/theme-core/src/buttons/types.d.ts +5 -5
  119. package/dist/_dts/theme-core/src/cards/types.d.ts +2 -2
  120. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  121. package/dist/_dts/theme-core/src/index.d.ts +2 -0
  122. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +21 -21
  123. package/dist/_dts/theme-core/src/schema.d.ts +18 -18
  124. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +2 -2
  125. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +2 -2
  126. package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +4 -4
  127. package/dist/_dts/theme-core/src/themeRuntime.d.ts +11 -0
  128. package/dist/{chunk-ER4UIW4X.mjs → chunk-AEOYWPE4.mjs} +91 -55
  129. package/dist/{chunk-O4LVYUVH.mjs → chunk-BOQXMCSP.mjs} +147 -101
  130. package/dist/{chunk-HVOBXA3Y.mjs → chunk-GSPFFUVB.mjs} +2 -2
  131. package/dist/{chunk-7KOO7RPP.mjs → chunk-PMBB6MQ7.mjs} +2273 -1113
  132. package/dist/{chunk-K3JWH6HE.mjs → chunk-RQ3XZ4SJ.mjs} +9 -1
  133. package/dist/{chunk-YDMBIIS5.mjs → chunk-UG7I7S7W.mjs} +1 -1
  134. package/dist/cli/index.mjs +1564 -546
  135. package/dist/cli/init-docs/content/cli-reference.md +6 -1
  136. package/dist/cli/init-docs/content/content-management.md +27 -0
  137. package/dist/client/{accordion-PT5CGW5N.mjs → accordion-GXQNWQ6O.mjs} +2 -2
  138. package/dist/client/{bookingForm-2HLRTEYS.mjs → bookingForm-STLUJ36H.mjs} +206 -335
  139. package/dist/client/bookings.mjs +821 -413
  140. package/dist/client/{carousel-Z2LKYSWA.mjs → carousel-CVRN6EPP.mjs} +4 -3
  141. package/dist/client/{cart-ND5IK4A6.mjs → cart-IYIBA5CL.mjs} +8 -8
  142. package/dist/client/{checkout-EYUSGAY7.mjs → checkout-O3BGM4GS.mjs} +8 -8
  143. package/dist/client/chunk-4RTFGHZN.mjs +433 -0
  144. package/dist/client/{chunk-DIRW2LNG.mjs → chunk-6DPXDOIL.mjs} +336 -225
  145. package/dist/client/chunk-6N7YRNYU.mjs +183 -0
  146. package/dist/client/{chunk-O5JNI3E4.mjs → chunk-7DH35FGA.mjs} +2 -2
  147. package/dist/client/{chunk-S4G65LGR.mjs → chunk-D3ETC2SU.mjs} +1 -1
  148. package/dist/client/{chunk-BAWHZ5GM.mjs → chunk-DAS5CIER.mjs} +460 -157
  149. package/dist/client/{chunk-6DVPO44G.mjs → chunk-FHU6PFPM.mjs} +1 -1
  150. package/dist/client/{chunk-SDIYSQAY.mjs → chunk-HIHOQGIP.mjs} +2 -3
  151. package/dist/client/{chunk-BL66UWGD.mjs → chunk-MFPKS6QS.mjs} +13 -16
  152. package/dist/client/{chunk-X7GVFB7Y.mjs → chunk-NBFRJ5NB.mjs} +157 -5
  153. package/dist/client/{chunk-WCVK4MBJ.mjs → chunk-VFHZLZAC.mjs} +1 -1
  154. package/dist/client/{chunk-GOFO7HRH.mjs → chunk-WHZQDPBZ.mjs} +19 -1
  155. package/dist/client/{chunk-MHBEWDT7.mjs → chunk-Z62JYS5O.mjs} +122 -50
  156. package/dist/client/client.mjs +5979 -5198
  157. package/dist/client/{courseRegistration-H3AZBUEG.mjs → courseRegistration-2D3ACMJR.mjs} +20 -58
  158. package/dist/client/{eventCalendar-FPKJGLGS.mjs → eventCalendar-QY4UZUFF.mjs} +11 -11
  159. package/dist/client/{eventCombined-QCGIZBUY.mjs → eventCombined-RRCDKJC2.mjs} +11 -11
  160. package/dist/client/{eventDetails-HIT3BJWU.mjs → eventDetails-YO335BUT.mjs} +11 -11
  161. package/dist/client/{eventListing-R4HNWJDN.mjs → eventListing-PXA6GFQ3.mjs} +11 -11
  162. package/dist/client/{eventRegistration-Q7BYY5HF.mjs → eventRegistration-2ZHEDDXO.mjs} +11 -11
  163. package/dist/client/{form-NI6YOG6S.mjs → form-ZS6KX4U2.mjs} +7 -7
  164. package/dist/client/{headerSection-SDYGII36.mjs → headerSection-QK5SLIIB.mjs} +3 -3
  165. package/dist/client/hooks.mjs +1102 -1029
  166. package/dist/client/{locationMap-BDETEUQD.mjs → locationMap-GFNIUD2X.mjs} +3 -3
  167. package/dist/client/{newsletterForm-EKYIU67X.mjs → newsletterForm-PGLTTCUG.mjs} +61 -25
  168. package/dist/client/{productDetail-5UTGNN76.mjs → productDetail-OPBE5ZPI.mjs} +8 -8
  169. package/dist/client/{productList-7YA5KXZQ.mjs → productList-NI72Q62Z.mjs} +8 -8
  170. package/dist/client/rendering/client.mjs +4390 -4245
  171. package/dist/client/rendering/islands.mjs +19 -19
  172. package/dist/client/rendering.mjs +3327 -3181
  173. package/dist/client/{shop-AIMUMZYC.mjs → shop-3ZQPEWYI.mjs} +8 -8
  174. package/dist/client/spam-protection.mjs +4 -5
  175. package/dist/preview-next/before-render.mjs +20 -2
  176. package/dist/preview-next/client/runtime.mjs +5 -5
  177. package/dist/preview-next/middleware.mjs +18 -0
  178. package/dist/{sdk-runtime-NW472WNT.mjs → sdk-runtime-FSHXCWDS.mjs} +6 -6
  179. package/dist/server/components.mjs +2580 -2783
  180. package/dist/server/config-validation.mjs +1334 -1261
  181. package/dist/server/config.mjs +1334 -1261
  182. package/dist/server/data.mjs +1102 -1029
  183. package/dist/server/index.mjs +1097 -476
  184. package/dist/server/navigation.mjs +20 -30
  185. package/dist/server/next.mjs +3282 -2847
  186. package/dist/server/page-converter.mjs +1009 -946
  187. package/dist/server/prebuild.mjs +1 -1
  188. package/dist/server/rendering/server.mjs +2580 -2783
  189. package/dist/server/rendering.mjs +2586 -2789
  190. package/dist/server/routing.mjs +1440 -1053
  191. package/dist/server/server.mjs +1886 -1153
  192. package/dist/server/theme-bridge.mjs +34 -5
  193. package/dist/styles/index.css +26 -0
  194. package/package.json +3 -2
  195. package/dist/SdkPreviewModeRuntime-ZALZDJEK.mjs +0 -8
  196. package/dist/client/chunk-H4MHEXYS.mjs +0 -184
  197. package/dist/client/chunk-ZFHRN6W2.mjs +0 -66
  198. /package/dist/client/{chunk-LI2C6M5O.mjs → chunk-25W2EQUN.mjs} +0 -0
@@ -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<{