@riverbankcms/sdk 0.78.0 → 0.78.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/README.md +45 -43
  2. package/dist/{PreviewEditorSidebar-RIKFQ72L.mjs → PreviewEditorSidebar-4DXLYX2V.mjs} +29 -21
  3. package/dist/{PreviewEditorUI-XO7TUWKK.mjs → PreviewEditorUI-CS5P4N3P.mjs} +4 -4
  4. package/dist/SdkPreviewModeRuntime-IJDHTW4W.mjs +8 -0
  5. package/dist/_dts/ai/src/contracts/proposals.d.ts +36 -0
  6. package/dist/_dts/api/src/contentRuntime.d.ts +1 -0
  7. package/dist/_dts/api/src/endpoints.d.ts +9 -0
  8. package/dist/_dts/api/src/index.d.ts +3 -3
  9. package/dist/_dts/api/src/public/types.d.ts +1 -1
  10. package/dist/_dts/api/src/request.d.ts +3 -11
  11. package/dist/_dts/api/src/sdkConfig/contracts.d.ts +1 -0
  12. package/dist/_dts/api/src/sdkContracts.d.ts +7 -1
  13. package/dist/_dts/api/src/siteManagementEndpoints.d.ts +10 -0
  14. package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +1 -0
  15. package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +15 -19
  16. package/dist/_dts/api/src/types.d.ts +11 -26
  17. package/dist/_dts/block-form/src/fields/types.d.ts +6 -0
  18. package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterList.d.ts +3 -2
  19. package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterRow.d.ts +6 -3
  20. package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterRowActions.d.ts +8 -3
  21. package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/index.d.ts +1 -1
  22. package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useLinearRepeaterDnd.d.ts +1 -0
  23. package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useRepeaterPointerDragCapability.d.ts +1 -0
  24. package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useResolvedItemLabel.d.ts +7 -0
  25. package/dist/_dts/block-form/src/widgets/RepeaterField/utils/buildSummary.d.ts +1 -0
  26. package/dist/_dts/block-form/src/widgets/RepeaterField/utils/index.d.ts +3 -1
  27. package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterDndDomain.d.ts +1 -1
  28. package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterLabelSource.d.ts +15 -0
  29. package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterRowActionsDomain.d.ts +50 -0
  30. package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +591 -0
  31. package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +591 -0
  32. package/dist/_dts/blocks/src/system/blocks/cart.d.ts +591 -0
  33. package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +591 -0
  34. package/dist/_dts/blocks/src/system/blocks/collection.d.ts +591 -0
  35. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +591 -0
  36. package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +591 -0
  37. package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +2 -0
  38. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +47 -0
  39. package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +591 -0
  40. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +591 -0
  41. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +591 -0
  42. package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +3 -0
  43. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +164 -0
  44. package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +1 -1
  45. package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +1 -1
  46. package/dist/_dts/content-editor/src/index.d.ts +1 -1
  47. package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +2 -2
  48. package/dist/_dts/content-model/src/content-types/schema.d.ts +14 -0
  49. package/dist/_dts/content-model/src/templates/bindingTypeCompatibility.d.ts +3 -1
  50. package/dist/_dts/content-model/src/templates/bindingValidation.d.ts +10 -4
  51. package/dist/_dts/content-model/src/templates/fieldPaths.d.ts +20 -0
  52. package/dist/_dts/content-model/src/templates/manifestAdapter.d.ts +5 -2
  53. package/dist/_dts/core/src/branded.d.ts +108 -85
  54. package/dist/_dts/core/src/csv-types.d.ts +2 -2
  55. package/dist/_dts/core/src/editor-state.d.ts +7 -7
  56. package/dist/_dts/core/src/participants.d.ts +2 -2
  57. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +11 -0
  58. package/dist/_dts/editor-blocks/src/blockPayload.d.ts +1 -1
  59. package/dist/_dts/media-editor/src/MediaEditor.d.ts +3 -1
  60. package/dist/_dts/media-editor/src/MediaPreview.d.ts +3 -1
  61. package/dist/_dts/media-editor/src/fieldUi.d.ts +5 -0
  62. package/dist/_dts/media-editor/src/index.d.ts +1 -1
  63. package/dist/_dts/sdk/src/cli/commands/push/consts.d.ts +1 -1
  64. package/dist/_dts/sdk/src/cli/commands/push/metadata.d.ts +2 -0
  65. package/dist/_dts/sdk/src/cli/commands/push/stale.d.ts +3 -3
  66. package/dist/_dts/sdk/src/cli/commands/push-execute.d.ts +7 -0
  67. package/dist/_dts/sdk/src/cli/commands/push.d.ts +2 -0
  68. package/dist/_dts/sdk/src/cli/content/reader.d.ts +13 -0
  69. package/dist/_dts/sdk/src/cli/content/writer.d.ts +2 -1
  70. package/dist/_dts/sdk/src/cli/helpers.d.ts +2 -0
  71. package/dist/_dts/sdk/src/cli/site-commands/commandKeys.d.ts +6 -6
  72. package/dist/_dts/sdk/src/cli/site-commands/commandRuntime.d.ts +5 -0
  73. package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +4 -0
  74. package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +5 -2
  75. package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +10 -1
  76. package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +1 -1
  77. package/dist/_dts/sdk/src/client/management/types.d.ts +6 -0
  78. package/dist/_dts/sdk/src/client/types.d.ts +2 -2
  79. package/dist/_dts/sdk/src/config/content-types.d.ts +7 -0
  80. package/dist/_dts/sdk/src/config/field-definitions.d.ts +2 -0
  81. package/dist/_dts/sdk/src/version.d.ts +1 -1
  82. package/dist/_dts/site-commands/src/commands.d.ts +3 -0
  83. package/dist/{altcha-B5XGSXP5.mjs → altcha-EKUEQ4RP.mjs} +1 -1
  84. package/dist/{chunk-NIDXI46P.mjs → chunk-4QEGTLK6.mjs} +1 -1
  85. package/dist/{chunk-TXDES5P2.mjs → chunk-6HYXHRAI.mjs} +5 -5
  86. package/dist/{chunk-SVMMM2NA.mjs → chunk-CR5HKAGU.mjs} +24 -5
  87. package/dist/{chunk-OECWLDHN.mjs → chunk-MCRQMPET.mjs} +1030 -588
  88. package/dist/{chunk-SXOLGNMX.mjs → chunk-OKMBEAXY.mjs} +1 -1
  89. package/dist/{chunk-XGB3TDIC.mjs → chunk-R7POPVJR.mjs} +2 -8
  90. package/dist/{chunk-F7RTCZYN.mjs → chunk-RGTOD4AJ.mjs} +20 -14
  91. package/dist/cli/index.mjs +681 -225
  92. package/dist/cli/init-docs/content/cli-reference.md +3 -2
  93. package/dist/cli/init-docs/content/content-management.md +2 -2
  94. package/dist/cli/init-docs/content/workflow-preview-mode.md +68 -2
  95. package/dist/client/{accordion-EVDEOUPR.mjs → accordion-PLYNJIIM.mjs} +2 -2
  96. package/dist/client/analytics.mjs +1 -1
  97. package/dist/client/{bookingForm-DIHBLC64.mjs → bookingForm-BXAP6AO7.mjs} +55 -48
  98. package/dist/client/bookings.mjs +62 -55
  99. package/dist/client/{carousel-FEBQHIWI.mjs → carousel-TRBXDHGF.mjs} +3 -3
  100. package/dist/client/{cart-7CKSXAE4.mjs → cart-Z7H3HJRS.mjs} +7 -7
  101. package/dist/client/{checkout-WKYCANLV.mjs → checkout-WAFCUBIX.mjs} +7 -7
  102. package/dist/client/{chunk-OFMSCGNY.mjs → chunk-75OUS5MT.mjs} +2 -2
  103. package/dist/client/{chunk-IVNCUVAV.mjs → chunk-AUJ5DBZJ.mjs} +18 -18
  104. package/dist/client/{chunk-36WJCERQ.mjs → chunk-CE7IBGVW.mjs} +3 -1
  105. package/dist/client/{chunk-RZDWX7QW.mjs → chunk-CWGTG37I.mjs} +1 -1
  106. package/dist/client/{chunk-YDSEG6GZ.mjs → chunk-DNRGY432.mjs} +2 -2
  107. package/dist/client/{chunk-RV6FX7UH.mjs → chunk-FUXW6VW2.mjs} +9 -9
  108. package/dist/client/{chunk-65F47D7Y.mjs → chunk-JGXPTEI2.mjs} +43 -36
  109. package/dist/client/{chunk-GUK2FPXQ.mjs → chunk-JRDUHZCT.mjs} +37 -15
  110. package/dist/client/{chunk-VPPMNXCF.mjs → chunk-UVQEJJTN.mjs} +2 -2
  111. package/dist/client/{chunk-F7LHOKEH.mjs → chunk-XSV6KW4D.mjs} +1 -1
  112. package/dist/client/{chunk-PD6NBCEY.mjs → chunk-ZFHRN6W2.mjs} +1 -1
  113. package/dist/client/{chunk-2SAVKN2M.mjs → chunk-ZI3LLBPZ.mjs} +2 -2
  114. package/dist/client/client.mjs +249 -160
  115. package/dist/client/{courseRegistration-5QF2PHKM.mjs → courseRegistration-AHFQHWIJ.mjs} +10 -10
  116. package/dist/client/{eventCalendar-4ZOSETDU.mjs → eventCalendar-LDXTV5R7.mjs} +9 -9
  117. package/dist/client/{eventCombined-WQGU7JUX.mjs → eventCombined-A4JGTNJO.mjs} +9 -9
  118. package/dist/client/{eventDetails-AYWVUJ5Y.mjs → eventDetails-4YXTZ7EG.mjs} +9 -9
  119. package/dist/client/{eventListing-NT7C6UT5.mjs → eventListing-P72TPFFM.mjs} +9 -9
  120. package/dist/client/{eventRegistration-OH24F4ZJ.mjs → eventRegistration-LSYJHGMT.mjs} +9 -9
  121. package/dist/client/{form-7L42SRBB.mjs → form-AOPYOKOW.mjs} +6 -3
  122. package/dist/client/{headerSection-OZRZNZ52.mjs → headerSection-5TFYDFVQ.mjs} +3 -3
  123. package/dist/client/hooks.mjs +78 -48
  124. package/dist/client/{locationMap-ZBXRPQ7C.mjs → locationMap-QSZ3ZVAZ.mjs} +3 -3
  125. package/dist/client/{newsletterForm-SNAGFF2I.mjs → newsletterForm-KTRHZY52.mjs} +2 -2
  126. package/dist/client/{productDetail-I46BOFGV.mjs → productDetail-N4E775RG.mjs} +7 -7
  127. package/dist/client/{productList-BOYHTYI6.mjs → productList-UGUQ2S45.mjs} +7 -7
  128. package/dist/client/rendering/client.mjs +173 -131
  129. package/dist/client/rendering/islands.mjs +19 -19
  130. package/dist/client/rendering.mjs +230 -150
  131. package/dist/client/{shop-XTXPZTKR.mjs → shop-VHSZEEQ2.mjs} +7 -7
  132. package/dist/preview-next/before-render.mjs +10 -1
  133. package/dist/preview-next/client/runtime.mjs +6 -6
  134. package/dist/preview-next/middleware.mjs +10 -1
  135. package/dist/preview-next/tailwind-sources.css +1 -0
  136. package/dist/sdk-runtime-WHPJEF5G.mjs +8 -0
  137. package/dist/server/components.mjs +101 -54
  138. package/dist/server/config-template-validation.mjs +221 -15
  139. package/dist/server/config-validation.mjs +76 -42
  140. package/dist/server/config.mjs +76 -42
  141. package/dist/server/data.mjs +77 -47
  142. package/dist/server/index.mjs +31 -10
  143. package/dist/server/next.mjs +133 -71
  144. package/dist/server/page-converter.mjs +60 -40
  145. package/dist/server/prebuild.mjs +1 -1
  146. package/dist/server/rendering/server.mjs +107 -60
  147. package/dist/server/rendering.mjs +111 -61
  148. package/dist/server/routing.mjs +93 -63
  149. package/dist/server/server.mjs +102 -57
  150. package/package.json +1 -1
  151. package/dist/SdkPreviewModeRuntime-LAGYMPNF.mjs +0 -8
  152. package/dist/sdk-runtime-ZJLKC6DR.mjs +0 -8
@@ -339,6 +339,7 @@ export declare const AiCommandBackedProposalSchema: z.ZodObject<{
339
339
  contentTypeKey: z.ZodString;
340
340
  slug: z.ZodOptional<z.ZodString>;
341
341
  title: z.ZodOptional<z.ZodString>;
342
+ manualOrder: z.ZodOptional<z.ZodNumber>;
342
343
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
343
344
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
344
345
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -1254,6 +1255,7 @@ export declare const AiCommandBackedProposalCompileResultSchema: z.ZodObject<{
1254
1255
  contentTypeKey: z.ZodString;
1255
1256
  slug: z.ZodOptional<z.ZodString>;
1256
1257
  title: z.ZodOptional<z.ZodString>;
1258
+ manualOrder: z.ZodOptional<z.ZodNumber>;
1257
1259
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1258
1260
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
1259
1261
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -2168,6 +2170,7 @@ export declare const AiProposalCompileResultSchema: z.ZodDiscriminatedUnion<[z.Z
2168
2170
  contentTypeKey: z.ZodString;
2169
2171
  slug: z.ZodOptional<z.ZodString>;
2170
2172
  title: z.ZodOptional<z.ZodString>;
2173
+ manualOrder: z.ZodOptional<z.ZodNumber>;
2171
2174
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2172
2175
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
2173
2176
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -3098,6 +3101,7 @@ export declare const ProposeContentEditOutputSchema: z.ZodObject<{
3098
3101
  contentTypeKey: z.ZodString;
3099
3102
  slug: z.ZodOptional<z.ZodString>;
3100
3103
  title: z.ZodOptional<z.ZodString>;
3104
+ manualOrder: z.ZodOptional<z.ZodNumber>;
3101
3105
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3102
3106
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
3103
3107
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -4016,6 +4020,7 @@ export declare const ProposeContentEditResultSchema: z.ZodUnion<readonly [z.ZodO
4016
4020
  contentTypeKey: z.ZodString;
4017
4021
  slug: z.ZodOptional<z.ZodString>;
4018
4022
  title: z.ZodOptional<z.ZodString>;
4023
+ manualOrder: z.ZodOptional<z.ZodNumber>;
4019
4024
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4020
4025
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
4021
4026
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -5423,6 +5428,7 @@ export declare const ProposeSiteStyleSelectionCommandBackedOutputSchema: z.ZodOb
5423
5428
  contentTypeKey: z.ZodString;
5424
5429
  slug: z.ZodOptional<z.ZodString>;
5425
5430
  title: z.ZodOptional<z.ZodString>;
5431
+ manualOrder: z.ZodOptional<z.ZodNumber>;
5426
5432
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
5427
5433
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
5428
5434
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -6501,6 +6507,7 @@ export declare const ProposeSiteStyleSelectionOutputSchema: z.ZodUnion<readonly
6501
6507
  contentTypeKey: z.ZodString;
6502
6508
  slug: z.ZodOptional<z.ZodString>;
6503
6509
  title: z.ZodOptional<z.ZodString>;
6510
+ manualOrder: z.ZodOptional<z.ZodNumber>;
6504
6511
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
6505
6512
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
6506
6513
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -7580,6 +7587,7 @@ export declare const ProposeSiteStyleSelectionResultSchema: z.ZodUnion<readonly
7580
7587
  contentTypeKey: z.ZodString;
7581
7588
  slug: z.ZodOptional<z.ZodString>;
7582
7589
  title: z.ZodOptional<z.ZodString>;
7590
+ manualOrder: z.ZodOptional<z.ZodNumber>;
7583
7591
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
7584
7592
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
7585
7593
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -8888,6 +8896,7 @@ export declare const AiPageCommandBackedProposalSchema: z.ZodObject<{
8888
8896
  contentTypeKey: z.ZodString;
8889
8897
  slug: z.ZodOptional<z.ZodString>;
8890
8898
  title: z.ZodOptional<z.ZodString>;
8899
+ manualOrder: z.ZodOptional<z.ZodNumber>;
8891
8900
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
8892
8901
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
8893
8902
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -9923,6 +9932,7 @@ export declare const ReorderBlocksPageCommandBackedSchema: z.ZodObject<{
9923
9932
  contentTypeKey: z.ZodString;
9924
9933
  slug: z.ZodOptional<z.ZodString>;
9925
9934
  title: z.ZodOptional<z.ZodString>;
9935
+ manualOrder: z.ZodOptional<z.ZodNumber>;
9926
9936
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
9927
9937
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
9928
9938
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -10850,6 +10860,7 @@ export declare const MoveBlockPageCommandBackedSchema: z.ZodObject<{
10850
10860
  contentTypeKey: z.ZodString;
10851
10861
  slug: z.ZodOptional<z.ZodString>;
10852
10862
  title: z.ZodOptional<z.ZodString>;
10863
+ manualOrder: z.ZodOptional<z.ZodNumber>;
10853
10864
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
10854
10865
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
10855
10866
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -11771,6 +11782,7 @@ export declare const SwapBlocksPageCommandBackedSchema: z.ZodObject<{
11771
11782
  contentTypeKey: z.ZodString;
11772
11783
  slug: z.ZodOptional<z.ZodString>;
11773
11784
  title: z.ZodOptional<z.ZodString>;
11785
+ manualOrder: z.ZodOptional<z.ZodNumber>;
11774
11786
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
11775
11787
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
11776
11788
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -12692,6 +12704,7 @@ export declare const AddBlockPageCommandBackedSchema: z.ZodObject<{
12692
12704
  contentTypeKey: z.ZodString;
12693
12705
  slug: z.ZodOptional<z.ZodString>;
12694
12706
  title: z.ZodOptional<z.ZodString>;
12707
+ manualOrder: z.ZodOptional<z.ZodNumber>;
12695
12708
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
12696
12709
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
12697
12710
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -13613,6 +13626,7 @@ export declare const DuplicateBlockPageCommandBackedSchema: z.ZodObject<{
13613
13626
  contentTypeKey: z.ZodString;
13614
13627
  slug: z.ZodOptional<z.ZodString>;
13615
13628
  title: z.ZodOptional<z.ZodString>;
13629
+ manualOrder: z.ZodOptional<z.ZodNumber>;
13616
13630
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
13617
13631
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
13618
13632
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -14553,6 +14567,7 @@ export declare const ReorderBlocksPageOpSchema: z.ZodObject<{
14553
14567
  contentTypeKey: z.ZodString;
14554
14568
  slug: z.ZodOptional<z.ZodString>;
14555
14569
  title: z.ZodOptional<z.ZodString>;
14570
+ manualOrder: z.ZodOptional<z.ZodNumber>;
14556
14571
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
14557
14572
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
14558
14573
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -15510,6 +15525,7 @@ export declare const MoveBlockPageOpSchema: z.ZodObject<{
15510
15525
  contentTypeKey: z.ZodString;
15511
15526
  slug: z.ZodOptional<z.ZodString>;
15512
15527
  title: z.ZodOptional<z.ZodString>;
15528
+ manualOrder: z.ZodOptional<z.ZodNumber>;
15513
15529
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
15514
15530
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
15515
15531
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -16455,6 +16471,7 @@ export declare const SwapBlocksPageOpSchema: z.ZodObject<{
16455
16471
  contentTypeKey: z.ZodString;
16456
16472
  slug: z.ZodOptional<z.ZodString>;
16457
16473
  title: z.ZodOptional<z.ZodString>;
16474
+ manualOrder: z.ZodOptional<z.ZodNumber>;
16458
16475
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
16459
16476
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
16460
16477
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -17400,6 +17417,7 @@ export declare const AddBlockPageOpSchema: z.ZodObject<{
17400
17417
  contentTypeKey: z.ZodString;
17401
17418
  slug: z.ZodOptional<z.ZodString>;
17402
17419
  title: z.ZodOptional<z.ZodString>;
17420
+ manualOrder: z.ZodOptional<z.ZodNumber>;
17403
17421
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
17404
17422
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
17405
17423
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -18345,6 +18363,7 @@ export declare const DuplicateBlockPageOpSchema: z.ZodObject<{
18345
18363
  contentTypeKey: z.ZodString;
18346
18364
  slug: z.ZodOptional<z.ZodString>;
18347
18365
  title: z.ZodOptional<z.ZodString>;
18366
+ manualOrder: z.ZodOptional<z.ZodNumber>;
18348
18367
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
18349
18368
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
18350
18369
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -19286,6 +19305,7 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
19286
19305
  contentTypeKey: z.ZodString;
19287
19306
  slug: z.ZodOptional<z.ZodString>;
19288
19307
  title: z.ZodOptional<z.ZodString>;
19308
+ manualOrder: z.ZodOptional<z.ZodNumber>;
19289
19309
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
19290
19310
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
19291
19311
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -20242,6 +20262,7 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
20242
20262
  contentTypeKey: z.ZodString;
20243
20263
  slug: z.ZodOptional<z.ZodString>;
20244
20264
  title: z.ZodOptional<z.ZodString>;
20265
+ manualOrder: z.ZodOptional<z.ZodNumber>;
20245
20266
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
20246
20267
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
20247
20268
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -21186,6 +21207,7 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
21186
21207
  contentTypeKey: z.ZodString;
21187
21208
  slug: z.ZodOptional<z.ZodString>;
21188
21209
  title: z.ZodOptional<z.ZodString>;
21210
+ manualOrder: z.ZodOptional<z.ZodNumber>;
21189
21211
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
21190
21212
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
21191
21213
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -22130,6 +22152,7 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
22130
22152
  contentTypeKey: z.ZodString;
22131
22153
  slug: z.ZodOptional<z.ZodString>;
22132
22154
  title: z.ZodOptional<z.ZodString>;
22155
+ manualOrder: z.ZodOptional<z.ZodNumber>;
22133
22156
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
22134
22157
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
22135
22158
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -23074,6 +23097,7 @@ export declare const ProposePageOpsOutputSchema: z.ZodUnion<readonly [z.ZodObjec
23074
23097
  contentTypeKey: z.ZodString;
23075
23098
  slug: z.ZodOptional<z.ZodString>;
23076
23099
  title: z.ZodOptional<z.ZodString>;
23100
+ manualOrder: z.ZodOptional<z.ZodNumber>;
23077
23101
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
23078
23102
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
23079
23103
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -24018,6 +24042,7 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
24018
24042
  contentTypeKey: z.ZodString;
24019
24043
  slug: z.ZodOptional<z.ZodString>;
24020
24044
  title: z.ZodOptional<z.ZodString>;
24045
+ manualOrder: z.ZodOptional<z.ZodNumber>;
24021
24046
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
24022
24047
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
24023
24048
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -24974,6 +24999,7 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
24974
24999
  contentTypeKey: z.ZodString;
24975
25000
  slug: z.ZodOptional<z.ZodString>;
24976
25001
  title: z.ZodOptional<z.ZodString>;
25002
+ manualOrder: z.ZodOptional<z.ZodNumber>;
24977
25003
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
24978
25004
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
24979
25005
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -25918,6 +25944,7 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
25918
25944
  contentTypeKey: z.ZodString;
25919
25945
  slug: z.ZodOptional<z.ZodString>;
25920
25946
  title: z.ZodOptional<z.ZodString>;
25947
+ manualOrder: z.ZodOptional<z.ZodNumber>;
25921
25948
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
25922
25949
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
25923
25950
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -26862,6 +26889,7 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
26862
26889
  contentTypeKey: z.ZodString;
26863
26890
  slug: z.ZodOptional<z.ZodString>;
26864
26891
  title: z.ZodOptional<z.ZodString>;
26892
+ manualOrder: z.ZodOptional<z.ZodNumber>;
26865
26893
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
26866
26894
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
26867
26895
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -27806,6 +27834,7 @@ export declare const ProposePageOpsResultSchema: z.ZodUnion<readonly [z.ZodObjec
27806
27834
  contentTypeKey: z.ZodString;
27807
27835
  slug: z.ZodOptional<z.ZodString>;
27808
27836
  title: z.ZodOptional<z.ZodString>;
27837
+ manualOrder: z.ZodOptional<z.ZodNumber>;
27809
27838
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
27810
27839
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
27811
27840
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -28721,6 +28750,7 @@ export declare const proposalToolSchemas: {
28721
28750
  contentTypeKey: z.ZodString;
28722
28751
  slug: z.ZodOptional<z.ZodString>;
28723
28752
  title: z.ZodOptional<z.ZodString>;
28753
+ manualOrder: z.ZodOptional<z.ZodNumber>;
28724
28754
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
28725
28755
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
28726
28756
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -29832,6 +29862,7 @@ export declare const proposalToolSchemas: {
29832
29862
  contentTypeKey: z.ZodString;
29833
29863
  slug: z.ZodOptional<z.ZodString>;
29834
29864
  title: z.ZodOptional<z.ZodString>;
29865
+ manualOrder: z.ZodOptional<z.ZodNumber>;
29835
29866
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
29836
29867
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
29837
29868
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -30874,6 +30905,7 @@ export declare const proposalToolSchemas: {
30874
30905
  contentTypeKey: z.ZodString;
30875
30906
  slug: z.ZodOptional<z.ZodString>;
30876
30907
  title: z.ZodOptional<z.ZodString>;
30908
+ manualOrder: z.ZodOptional<z.ZodNumber>;
30877
30909
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
30878
30910
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
30879
30911
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -31830,6 +31862,7 @@ export declare const proposalToolSchemas: {
31830
31862
  contentTypeKey: z.ZodString;
31831
31863
  slug: z.ZodOptional<z.ZodString>;
31832
31864
  title: z.ZodOptional<z.ZodString>;
31865
+ manualOrder: z.ZodOptional<z.ZodNumber>;
31833
31866
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
31834
31867
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
31835
31868
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -32774,6 +32807,7 @@ export declare const proposalToolSchemas: {
32774
32807
  contentTypeKey: z.ZodString;
32775
32808
  slug: z.ZodOptional<z.ZodString>;
32776
32809
  title: z.ZodOptional<z.ZodString>;
32810
+ manualOrder: z.ZodOptional<z.ZodNumber>;
32777
32811
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
32778
32812
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
32779
32813
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -33718,6 +33752,7 @@ export declare const proposalToolSchemas: {
33718
33752
  contentTypeKey: z.ZodString;
33719
33753
  slug: z.ZodOptional<z.ZodString>;
33720
33754
  title: z.ZodOptional<z.ZodString>;
33755
+ manualOrder: z.ZodOptional<z.ZodNumber>;
33721
33756
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
33722
33757
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
33723
33758
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -34662,6 +34697,7 @@ export declare const proposalToolSchemas: {
34662
34697
  contentTypeKey: z.ZodString;
34663
34698
  slug: z.ZodOptional<z.ZodString>;
34664
34699
  title: z.ZodOptional<z.ZodString>;
34700
+ manualOrder: z.ZodOptional<z.ZodNumber>;
34665
34701
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
34666
34702
  linkedSubjectRef: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").ContentEntryRef, string>>>;
34667
34703
  mediaRefs: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("../../../site-commands/src/index").MediaRef, string>>>>>;
@@ -63,6 +63,7 @@ export type ContentEntrySummary = {
63
63
  draftTitle: string;
64
64
  draftPath: string;
65
65
  routeId: string | null;
66
+ manualOrder?: number;
66
67
  };
67
68
  export type FormSummary = {
68
69
  id: string;
@@ -1445,6 +1445,15 @@ export declare const API_ENDPOINTS: {
1445
1445
  readonly tags: ["site-{siteId}", "content-{siteId}-{type}"];
1446
1446
  readonly auth: "user";
1447
1447
  readonly responseKind: "json";
1448
+ readonly errors: readonly ["validation:invalid_input", "resource:not_found", "resource:conflict", "server:internal_error"];
1449
+ };
1450
+ readonly reorderContentEntries: {
1451
+ readonly path: "/sites/{siteId}/content/{type}/order";
1452
+ readonly method: "POST";
1453
+ readonly tags: ["site-{siteId}", "content-{siteId}-{type}"];
1454
+ readonly auth: "user";
1455
+ readonly responseKind: "json";
1456
+ readonly errors: readonly ["validation:invalid_input", "resource:not_found", "resource:conflict", "server:internal_error"];
1448
1457
  };
1449
1458
  readonly getContentTemplate: {
1450
1459
  readonly path: "/sites/{siteId}/content/types/{type}/template";
@@ -5,7 +5,7 @@ export { managedDomainAddOnPricingSnapshotSchema } from "./accessAdmin";
5
5
  export { MEDIA_ASSET_FILE_FILTERS } from "./media";
6
6
  export type { MediaAssetFileFilterContract } from "./media";
7
7
  export { dashboardNavigationLinkSchema, sdkNavigationLinkInputSchema, externalLinkSchema, customLinkSchema, pageLinkSchema, entryLinkSchema, portalLinkPayloadSchema, internalLinkPayloadSchema, linkPayloadSchema, navigationLinkInputSchema, navigationLinkInputSchemaOptions, } from "./navigation/contracts";
8
- export { pushSdkConfigBodySchema, riverbankSiteConfigInputSchema, sdkCustomBlockInputSchema, sdkWorkflowConfigSchema, sdkWorkflowTriggerSchema, sdkWorkflowConfirmationSchema, sdkWorkflowsSchema, SDK_WORKFLOW_CONFIRMATION_BODY_MAX_LENGTH, SDK_WORKFLOW_CONFIRMATION_TITLE_MAX_LENGTH, SDK_WORKFLOW_CONTENT_TYPE_MAX_LENGTH, SDK_WORKFLOW_DESCRIPTION_MAX_LENGTH, SDK_WORKFLOW_ENDPOINT_MAX_LENGTH, SDK_WORKFLOW_ENDPOINT_PATTERN, SDK_WORKFLOW_ID_MAX_LENGTH, SDK_WORKFLOW_ID_PATTERN, SDK_WORKFLOW_MAX_COUNT, SDK_WORKFLOW_TITLE_MAX_LENGTH, SDK_WORKFLOW_TRIGGER_CONDITION_MAX_COUNT, SDK_WORKFLOW_TRIGGER_FIELD_MAX_LENGTH, SDK_WORKFLOW_TRIGGER_MAX_COUNT, fieldDefinitionInputSchema, } from "./sdkConfig/contracts";
8
+ export { pushSdkConfigBodySchema, loaderFallbackScalarSchema, riverbankSiteConfigInputSchema, sdkCustomBlockInputSchema, sdkWorkflowConfigSchema, sdkWorkflowTriggerSchema, sdkWorkflowConfirmationSchema, sdkWorkflowsSchema, SDK_WORKFLOW_CONFIRMATION_BODY_MAX_LENGTH, SDK_WORKFLOW_CONFIRMATION_TITLE_MAX_LENGTH, SDK_WORKFLOW_CONTENT_TYPE_MAX_LENGTH, SDK_WORKFLOW_DESCRIPTION_MAX_LENGTH, SDK_WORKFLOW_ENDPOINT_MAX_LENGTH, SDK_WORKFLOW_ENDPOINT_PATTERN, SDK_WORKFLOW_ID_MAX_LENGTH, SDK_WORKFLOW_ID_PATTERN, SDK_WORKFLOW_MAX_COUNT, SDK_WORKFLOW_TITLE_MAX_LENGTH, SDK_WORKFLOW_TRIGGER_CONDITION_MAX_COUNT, SDK_WORKFLOW_TRIGGER_FIELD_MAX_LENGTH, SDK_WORKFLOW_TRIGGER_MAX_COUNT, fieldDefinitionInputSchema, } from "./sdkConfig/contracts";
9
9
  export { formatIgnoredDocumentSyncSectionWarning } from "./sdkContracts";
10
10
  export { createIncrementalJsonAccumulator } from "./incrementalJson";
11
11
  export type { SaveSiteChromeLookSelectionBody, SaveSiteChromeLookSelectionResponse, SiteThemeSelectionsPayload, } from "./siteRuntimeEndpoints";
@@ -23,7 +23,7 @@ export type { BookingSessionCreateAppointmentRequest, BookingSessionCreateAppoin
23
23
  export type { BookingClosureAffectedItemKind, BookingClosureAutoCancelItem, BookingClosureAutoCancelReason, BookingClosureConflictResponse, BookingClosureImpactPlan, BookingClosureImpactSummary, BookingClosureManualReviewItem, BookingClosureManualReviewReason, BookingClosureRecord, BookingClosureRequest, BookingClosureScope, CreateBookingClosureRequest, CreateBookingClosureResponse, DeleteBookingClosureResponse, GetBookingClosureResponse, ListBookingClosuresResponse, PreviewBookingClosureResponse, } from "./bookingClosures";
24
24
  export type { PublicTeamMemberBlockItem, PublicTeamMemberPhoto, PublicTeamMemberSummary, } from "./teamMembers";
25
25
  export { BOOKING_QUESTION_REQUIREMENT_SCOPES, isAfterBookingQuestionRequirementScope, isBeforeBookingQuestionRequirementScope, } from "./bookings";
26
- export type { ApiClient, ApiClientStrict } from "./request";
26
+ export type { ApiClient } from "./request";
27
27
  export { RIVERBANK_GLOBAL_TAG, TAG_TEMPLATES, isRiverbankCacheTag, normalizeRevalidateTags, tags, getSiteTags, getPageTags, getEntryTags, getNavigationTags, } from "./cache-tags";
28
28
  export { streamTextChunks } from "./streamReader";
29
29
  export { DEFAULT_ANALYTICS_COOKIE_BANNER_COPY } from "./siteAnalytics";
@@ -97,7 +97,7 @@ export { enrollTotpFactor, verifyTotpFactor, activateTotpFactor, deleteMfaFactor
97
97
  export type { ApiResult, ApiResponse, ApiError, ApiErrorCode, FieldError, ResponseMeta, } from "./common/envelope";
98
98
  export type { JsonPrimitive, JsonValue } from "./types";
99
99
  export type { PublicEventLoaderParams, PublicEventScheduleScope, PublicEventSurfaceScope, } from "./types";
100
- export type { APIEndpoint, APIEndpoints, PageBlockDesignSyncWarning, AiAPIEndpoints, LaunchReadinessAPIEndpoints, SiteMembersAPIEndpoints, SeoAPIEndpoints, RedirectsAPIEndpoints, AvailabilityAPIEndpoints, CalendarAPIEndpoints, ContentTypesAPIEndpoints, MediaAPIEndpoints, RiverbankSiteConfig, RiverbankSiteConfigInput, SdkWorkflowConfig, SdkWorkflowEntryDraftUpdatedCondition, SdkWorkflowEntryDraftUpdatedTrigger, SdkWorkflowManualTrigger, SdkWorkflowTrigger, SdkWorkflowConfirmation, GetEndpoint, HTTPMethod, APICallParams, APICallParamsStrict, CreateManualSiteRequest, CreateManualSiteResponse, ApiKeyRecord, PageRecord, NavigationMenuRecord, NavigationItemRecord, NavigationMenuWithItems, AccessPolicyContract, EntitledCustomerAccessScopeContract, AccessPolicyTag, CartLinkLabelConfig, CartLinkPayload, LinkPayload, InternalLinkRoutablePayload, NavigationLinkInput, RoutableContentItem, CreateMediaAssetBody, FileKindContract, FileKindTag, FileUseContract, FileUseTag, ImageFileFormat, MediaAssetResponse, MediaClassifyJobResponse, MediaJobSummaryResponse, MediaLabelSummary, MediaSettingsResponse, RenderableFileKindTag, StorageClass, UploadIntentContract, UploadIntentTag, BookingSettings, AppointmentStaffChangeNotificationSettings, AppointmentStaffNotificationSetupHealth, AppointmentStaffReminderSettings, BookingNotificationRule, BookingNotificationSettings, BookingNotificationUpdateKind, TeamMemberProfilePagePolicyMode, TeamMemberProfilePageSettings, BookingVerticalConfig, BookingCurrencyEditState, BookingSettingsEditorSnapshot, BookingSettingsResponse, BookingWaitlistSettings, BookingModuleToggles, BookingReminderOverrides, BookingDefaultImage, AppointmentFollowUpScopeIds, AppointmentFollowUpScopeMode, AppointmentFollowUpSettings, WaitlistMode, WaitlistOverride, EventBookingPolicyMode, EventBookingPolicy, EventBookingPolicies, UpdateBookingSettingsRequest, RefundEventAttendeeRequest, EventAttendeeRefundResult, RefundEventAttendeeResponse, RefundCourseEnrollmentRequest, CourseEnrollmentRefundResult, RefundCourseEnrollmentResponse, TransferEventAttendeeRequest, EventAttendeeTransferResult, TransferEventAttendeeResponse, DiscardTeamMemberProfileDraftResponse, PublishTeamMemberProfileRequest, PublishTeamMemberProfileResponse, CancelScheduledTeamMemberProfileResponse, ScheduleTeamMemberProfileRequest, ScheduleTeamMemberProfileResponse, TeamMemberProfileContentResponse, UnpublishTeamMemberProfileResponse, UpdateTeamMemberProfileContentRequest, UpdateTeamMemberProfilePolicyRequest, UpdateTeamMemberProfilePolicyResponse, UpdateTeamMemberProfileRouteMetadataRequest, UpdateTeamMemberProfileRouteMetadataResponse, OpsEventOccurrenceSummary, OpsOccurrenceAttendee, OpsListUpcomingEventOccurrencesResponse, OpsOccurrenceAttendeesResponse, OpsValidateEventTicketRequest, OpsValidateEventTicketResponse, OpsEventAttendeeCheckinUpdate, OpsUpdateEventAttendeeCheckinRequest, OpsUpdateEventAttendeeCheckinResponse, OpsEventAttendeeDetailsResponse, OpsCancelEventAttendeeRequest, OpsCancelEventAttendeeResult, OpsCancelEventAttendeeResponse, OpsRefundEventAttendeeResponse, EventAttendeeRefundHistoryItem, ListEventAttendeeRefundsResponse, CourseEnrollmentRefundHistoryItem, ListCourseEnrollmentRefundsResponse, EventAttendeeTransferHistoryItem, ListEventAttendeeTransfersResponse, EmailTemplateType, EmailTemplate, EmailTemplateInput, EventEmailTemplateType, EventEmailTemplate, GetEventSeriesEmailTemplatesResponse, UpdateEventSeriesEmailTemplatesRequest, UpdateEventSeriesEmailTemplatesResponse, GetEmailSettingsResponse, UpdateEmailSettingsRequest, UpdateEmailSettingsResponse, SendTestEmailRequest, SendTestEmailResponse, PreviewEmailTemplateRequest, PreviewEmailTemplateResponse, AvailabilityScheduleSettings, ServiceSpecificAvailabilityScheduleSettings, ListAvailabilityRulesResponse, WeeklyAvailabilityWindowInput, SetWeeklyAvailabilityRequest, SetWeeklyAvailabilityResponse, SetWeeklyAvailabilityIssue, AppointmentBlackout, CreateBlackoutRequest, ListBlackoutsResponse, CreateBlackoutResponse, DeleteBlackoutResponse, TimeSlot, GetAvailableSlotsQuery, GetAvailableSlotsResponse, CreateAppointmentRequest, CreateAppointmentResponse, BookingQuestionFormSummary, BookingQuestionRequirementScope, BookingRequirementConfigRequest, BookingRequirementConfigResponse, BookingRequirementTargetType, BookingQuestionsRequirementConfig, BookingRequirementValidityPolicy, ConsentRequirementConfig, PublicCreateBookingAppointmentRequest, AppointmentRecord, BookingCustomerRecord, BookingSessionUpdateMeRequest, CourseStatus, MutableCourseStatus, CourseSessionInput, CreateCourseRequest, UpdateCourseRequest, DeleteCourseResponse, DeleteCourseProgramResponse, DuplicateCourseRequest, DuplicateCourseResponse, CourseSeriesRecord, CourseRecord, CreateCourseResponse, UpdateCourseResponse, CourseEnrollmentStatus, CourseEnrollmentPaymentMethod, CourseEnrollmentPaymentStatus, CourseEnrollmentRecord, CourseEnrollmentWithCustomer, ListCourseEnrollmentsResponse, CourseParticipantMessageStatus, GetParticipantMessageRecipientsRequest, ListParticipantMessageHistoryRequest, ParticipantMessageEmailReadiness, ParticipantMessageHistoryEntry, ParticipantMessageHistoryResponse, ParticipantMessageExcludedRecipientPreview, ParticipantMessageRecipientPreview, ParticipantMessageRecipientSummary, ParticipantMessageRecipientsResponse, ParticipantMessageSendResponse, ParticipantMessageTarget, ParticipantRecipientExclusionReason, SendParticipantMessageRequest, TestParticipantMessageRequest, TestParticipantMessageResponse, AddCourseEnrollmentRequest, AddCourseEnrollmentResponse, UpdateCourseEnrollmentRequest, UpdateCourseEnrollmentResponse, BookingCustomerWithCounts, BookingCustomerListItem, CustomerAggregateCoverage, CustomerAggregateSnapshot, CustomerBookingActivitySummary, CustomerFinancialCoverage, CustomerFinancialValue, CustomerLifecycleFlagCode, CustomerLifecycleSegmentCode, CustomerLifecycleSummary, CustomerWaitlistStatus, CustomerWaitlistSummary, CustomerSortColumn, CustomerFilter, ListBookingCustomersRequest, ListBookingCustomersResponse, CreateBookingCustomerRequest, CreateBookingCustomerResponse, CustomerContactChange, CustomerContactField, CustomerProfileRectificationSourceContext, CustomerProfileRectificationSourceSurface, RectifyBookingCustomerProfileRequest, RectifyBookingCustomerProfileResponse, BookingParticipantIdentityForRectification, ParticipantIdentityRectificationSourceContext, ParticipantIdentityRectificationSourceSurface, RectifyBookingParticipantIdentityRequest, RectifyBookingParticipantIdentityResponse, CustomerPassRecord, CustomerPassStatus, ListCustomerPassesResponse, SiteCustomerRecord, SiteCustomerPassRecord, ListSiteCustomerPassesRequest, ListSiteCustomerPassesResponse, CustomerPassRefundResult, CustomerPassRefundRecord, AdjustCustomerPassDetailsRequest, AdjustCustomerPassDetailsResponse, RefundCustomerPassRequest, RefundCustomerPassResponse, ListCustomerPassRefundsResponse, CustomerMembershipRecord, ListCustomerMembershipsResponse, CustomerMembershipStatus, SiteCustomerMembershipRecord, ListSiteCustomerMembershipsRequest, ListSiteCustomerMembershipsResponse, BookingPaymentKind, BookingPaymentStatus, BookingPaymentsView, BookingPaymentListItem, ListBookingPaymentsRequest, ListBookingPaymentsResponse, MoneyPeriodPreset, MoneyItemKind, MoneyPaymentsView, MoneyTimeSeriesGranularity, MoneyBreakdownDimension, MoneyNonCashUsageKind, MoneyReportIncompleteReason, MoneyFilterQuery, MoneyComparisonMetric, MoneyDateRange, MoneyReportSummary, MoneyTimeSeriesBucket, MoneyBreakdownRow, MoneyBreakdownSection, MoneyNonCashUsageRow, MoneyNonCashUsageSection, GetMoneyReportRequest, GetMoneyReportResponse, MoneyPaymentListItem, ListMoneyPaymentsRequest, ListMoneyPaymentsResponse, BookingActivityCategory, BookingActivityType, BookingActivityCursor, BookingActivityListItem, ListBookingActivityRequest, ListBookingActivityResponse, BookingLedgerKind, BookingLedgerDateBasis, BookingLedgerPeriodPreset, BookingLedgerCancellationMode, ExportBookingLedgerCsvRequest, DiscountCodeType, DiscountPerEmailLimit, DiscountMembershipDuration, DiscountEventScopeMode, DiscountScopeMode, ProductScopeMode, DiscountCodeRecord, DiscountCodeScopeIds, DiscountCodeDetails, AutoAppliedDiscountPreview, EventAutoApplyDiscountPreview, CreateDiscountCodeRequest, UpdateDiscountCodeRequest, ListDiscountCodesResponse, DiscountCodeResponse, DeleteDiscountCodeResponse, DiscountRedemptionStatus, DiscountRedemptionListItem, ListDiscountRedemptionsRequest, ListDiscountRedemptionsResponse, MembershipPaymentForRefund, ListCustomerMembershipPaymentsResponse, CancelCustomerMembershipAtPeriodEndResult, CustomerMembershipPaymentRefundResult, CustomerMembershipPaymentRefundRecord, RefundCustomerMembershipPaymentRequest, RefundCustomerMembershipPaymentResponse, ListCustomerMembershipPaymentRefundsResponse, CustomerAttendanceRecord, CustomerAttendancePayment, CustomerAttendanceLivePayment, CustomerAttendanceArchivedPayment, CustomerAttendancePaymentMethod, CustomerAttendancePaymentStatus, ListCustomerAttendancesRequest, ListCustomerAttendancesResponse, BookingCustomerCreditSummary, BookingCustomerCreditTransactionListItem, GetCustomerCreditResponse, AccountRevokeSessionsBody, AccountRevokeSessionsResponse, AccountUpdatePasswordBody, AccountUpdatePasswordResponse, AuthFieldKey, AuthSubmissionErrorReason, AuthSubmissionSuccess, AuthSubmissionError, AuthSubmissionResult, ReauthSubmissionResult, DomainAvailability, SiteDomainRecord, SiteDomainContactPayload, RegistrarLifecycleState, RegistrarLifecycleMutationOutcome, RegistrarLifecycleMutationOperation, RegistrarLifecycleMutationBase, RegistrarLifecycleMutationResponse, ExposedRegistrarLifecycleMutationResponse, RegistrarLifecycleResponse, RegistrarBooleanMutationRequest, RegistrarRenewalCostEstimate, RegistrarProviderName, RegistrarRenewalRiskReason, RegistrarRenewalManualReviewReason, RegistrarRenewalManualReviewReasonWithoutExpiry, RegistrarRenewalManualReviewReasonWithExpiry, RegistrarRenewalFailedReason, RegistrarRenewalPosture, RegistrarAccountBalance, RegistrarRenewalPostureResponse, LookupSiteDomainRequest, LookupSiteDomainResponse, RegisterSiteDomainRequest, RegisterSiteDomainResponse, AddCustomDomainRequest, AddCustomDomainResponse, SetHomepageRequest, SetHomepageResponse, ContentRouteRecord, SeoOverviewResponse, SeoOverviewQuery, SeoOverviewTimePoint, SeoRangePreset, PerformanceOverviewResponse, PerformanceOverviewQuery, PerformanceRangePreset, SeoSearchPagesQuery, SeoSearchPagesResponse, SeoSearchQueriesQuery, SeoSearchQueriesResponse, SeoSearchSummary, ContentEntryRecord, ContentEntrySummary, FormSummary, ContentEntryDetail, ScheduledContentEntryOrPageResponse, BookingsEventSeriesContentEditorResponse, PublishedContentEntryPreview, PublishedContentEntryPreviewResponse, PublishedPostPreview, PublishedPostPreviewResponse, ContentEntryListStage, ContentEntryListItem, ListPublishedEntriesResponse, ContentTypeTemplateSummary, PublicContentTypeFieldMeta, PublicContentTypeMeta, ListPublishedEntriesMeta, ContentTemplateSummary, ContentTemplateBlockSummary, ContentTemplateAddonSummary, ContentAddonDefinition, ContentTemplateDetailsResponse, UpdateContentTemplateBlockRequest, ApplyContentTemplateAddonRequest, StartImpersonationRequest, StartImpersonationResponse, StopImpersonationRequest, StopImpersonationResponse, UpsertAdminRoleRequest, RevokeAdminRoleRequest, AdminRoleMutationResponse, AdminProfileRole, DTOType, MfaFactorSummary, MfaOverviewPayload, MfaOverviewResponse, MfaTotpActivateRequest, MfaTotpEnrollResponse, MfaTotpVerifyRequest, MfaTotpVerifyResponse, MfaPhoneEnrollRequest, MfaPhoneEnrollResponse, MfaPhoneChallengeRequest, MfaPhoneChallengeResponse, MfaPhoneVerifyRequest, MfaBackupCodeSummary, MfaBackupCodesOverview, MfaBackupCodesOverviewResponse, MfaBackupCodesRotateResponse, CreateAdminInviteRequest, CreateAdminInviteResponse, CreateAdminUserRequest, CreateAdminUserResponse, ListAdminInvitesResponse, RevokeAdminInviteResponse, CreateAllowedDomainRequest, CreateAllowedDomainResponse, ListAllowedDomainsResponse, DeleteAllowedDomainResponse, AcceptAdminInviteRequest, AcceptAdminInviteResponse, AdminInvite, AllowedEmailDomain, AdminChangePlanRequest, AdminChangePlanResponse, ChangePlanRequest, ChangePlanResponse, BillingPriceOverride, AdminGetPriceOverrideQuery, AdminGetPriceOverrideResponse, AdminUpsertPriceOverrideRequest, AdminUpsertPriceOverrideResponse, AdminDeletePriceOverrideRequest, AdminDeletePriceOverrideResponse, DomainSearchResultResponse, AcceptedManagedDomainAddOnPricing, AnalyticsPreset, AnalyticsReportQuery, AnalyticsSeriesPoint, AnalyticsTopPage, AnalyticsReferrer, AnalyticsTotals, AnalyticsReportResponse, RegisterDomainRequestPayload, RegisterDomainResponse, DomainConfigResult, OperationalStaffSurfaces, SiteRole, StaffOperationalCapability, SiteMember, SiteMemberProfile, SiteInvitation, SiteAccessSummary, SitePlanSummaryResponse, ListSiteMembersResponse, InviteSiteMemberRequest, InviteSiteMemberResponse, UpdateSiteMemberRoleRequest, UpdateSiteMemberRoleResponse, RemoveSiteMemberResponse, RevokeSiteInvitationResponse, TransferSiteOwnershipRequest, TransferSiteOwnershipResponse, AcceptSiteInvitationRequest, AcceptSiteInvitationResponse, DevToolsImpersonationResponse, DevToolsSeedResponse, DowngradeRole, RoleDowngradeActualRole, SiteRoleDowngradeState, DevToolsGetSiteRoleDowngradeQuery, DevToolsSetSiteRoleDowngradeRequest, SitePagePayload, SiteBySlugResponse, BlockWithContentResponse, ContentDataResponse, BackupAccessImportResult, BackupImportResponse, PreviewKeyRecord, ApiKeyAccessLogRecord, ListSiteApiKeysResponse, CreateSiteApiKeyRequest, CreateSiteApiKeyResponse, RevokeSiteApiKeyResponse, GetSitePreviewKeyResponse, CreateSitePreviewKeyResponse, GetSiteApiKeyAccessLogsResponse, ApiKeyAccessLogsPagination, ManagementKeyRecord, ListManagementKeysResponse, CreateManagementKeyRequest, CreateManagementKeyResponse, RevokeManagementKeyRequest, RevokeManagementKeyResponse, EventPreset, EventOnlineDetails, EventOnlineDetailsInput, StaffAssignmentMode, EventSeriesRecord, CreateEventSeriesRequest, UpdateEventSeriesRequest, EventAttendeeRecord, BookingBeforeYouComeDeliveryIssue, BookingBeforeYouComeReadiness, BookingEventSeriesAttendeeGuest, BookingEventSeriesAttendee, BookingPaymentIssueReason, BookingPaymentAttentionSummary, EventOccurrenceRecord, EventOccurrenceOverrides, EventOccurrenceStatus, EventOccurrenceDeletionEligibility, EventOccurrenceListRecord, UpdateOccurrenceRequest, VenueRecord, VenueLocation, CreateVenueRequest, UpdateVenueRequest, DeleteVenueResponse, GeocodeVenueRequest, GeocodeVenueResponse, AiPlaygroundApplyRequest, AiPlaygroundApplyResponse, BillingStatusResponse, BillingCheckoutRequest, BillingCheckoutResponse, BillingSummaryResponse, BillingSummaryComponent, BillingSummaryComponentKind, BillingSummaryComponentSource, BillingSummaryBasePlanComponent, BillingSummarySiteComponent, BillingSummaryAddOnComponent, SiteBillingCostResponse, SitePurpose, AiBrandGuidelinesExample, SiteAiBrandGuidelinesPayload, SiteAiBrandGuidelinesResponse, SiteAiProfileEntityType, SiteAiProfileLocationMode, SiteAiProfilePayload, SiteAiProfileResponse, SiteBusinessAddressPayload, SiteBusinessAddressResponse, SiteContentSamplingStats, SiteContentSampledItem, AiBrandGuidelinesGenerationContextResponse, AiBrandGuidelinesGenerateRequest, AiBrandGuidelinesGenerateResponse, DeleteAccountRequest, DeleteAccountResponse, FontRecord, ExportBackupRequest, BackupPreviewRequest, BackupPreviewResponse, CreateBackupUploadUrlRequest, CreateBackupUploadUrlResponse, DeleteBackupUploadRequest, DeleteBackupUploadResponse, ImportBackupAsNewSiteRequest, ImportBackupAsNewSiteResponse, AdminSiteCostResponse, AdminUpdateSiteCostRequest, BulkOperationResult, SchedulePreviewRequest, SchedulePreviewResponse, AffectedOccurrence, ModifiedOccurrence, RegenerationSummary, AiGenerateSiteEntityType, AiGenerateSitePrimaryCta, AiGenerateSiteRequest, AiGenerateSiteResponse, AiSiteWizardIntakeTriageRequest, AiSiteWizardIntakeTriageResponse, AiSiteWizardTelemetryEvent, AiSiteWizardTelemetryRequest, AiSiteWizardTelemetryResponse, PublicOnboardingAttempt, PublicOnboardingAttemptPayload, PublicOnboardingLogoUploadRequest, PublicOnboardingLogoUploadResponse, PublicOnboardingLogoUploadUrlRequest, PublicOnboardingLogoUploadUrlResponse, PublicOnboardingAttemptStatus, PublicOnboardingSurfaceId, SiteGenerationScope, SiteGenerationFeatureKey, SiteWizardResumeSnapshot, SiteGenerationIntakePayload, SiteGenerationIntakeResponse, CalendarConnectionStatus, CalendarStatusResponse, DebugArtifact, DebugArtifacts, PageBlock, PageConverterOutput, PageConversionSuccess, PageConversionAttempt, PageConversionFailure, PageConversionResult, PageConvertResponse, PageConvertJobStatus, PageConvertJob, PageConvertJobEventType, PageConvertJobEvent, PageConvertJobsCreateRequest, PageConvertJobsCreateResponse, PageConvertJobsListResponse, PageConvertJobGetResponse, PageConvertJobRunResponse, PageConvertJobEventsResponse, NewsletterSettingsRecord, NewsletterSubscriberRecord, NewsletterListRecord, GetNewsletterSettingsResponse, UpdateNewsletterSettingsRequest, UpdateNewsletterSettingsResponse, ListNewsletterTagsResponse, ListNewsletterSubscribersResponse, UpsertNewsletterSubscriberRequest, UpsertNewsletterSubscriberResponse, ImportNewsletterSubscribersCsvResponse, ExportNewsletterSubscribersCsvResponse, GetNewsletterSubscriberResponse, UpdateNewsletterSubscriberRequest, UpdateNewsletterSubscriberResponse, DeleteNewsletterSubscriberResponse, AnonymizeNewsletterSubscriberResponse, ExportNewsletterSubscriberDataResponse, ListNewsletterListsResponse, CreateNewsletterListRequest, CreateNewsletterListResponse, UpdateNewsletterListRequest, UpdateNewsletterListResponse, DeleteNewsletterListResponse, ListNewsletterListMembersResponse, UpdateNewsletterListMembershipsRequest, UpdateNewsletterListMembershipsResponse, NewsletterTemplateRecord, ListNewsletterTemplatesResponse, CreateNewsletterTemplateRequest, CreateNewsletterTemplateResponse, GetNewsletterTemplateResponse, UpdateNewsletterTemplateRequest, UpdateNewsletterTemplateResponse, DeleteNewsletterTemplateResponse, PreviewNewsletterTemplateRequest, PreviewNewsletterTemplateResponse, NewsletterCampaignRecord, ListNewsletterCampaignsResponse, CreateNewsletterCampaignRequest, CreateNewsletterCampaignResponse, GetNewsletterCampaignResponse, UpdateNewsletterCampaignRequest, UpdateNewsletterCampaignResponse, DeleteNewsletterCampaignResponse, NewsletterCampaignRecipientsSummary, GetNewsletterCampaignRecipientsSummaryResponse, NewsletterCampaignStats, GetNewsletterCampaignStatsResponse, NewsletterSendJobRecord, NewsletterSendJobStatus, ListNewsletterSendJobsQuery, ListNewsletterSendJobsResponse, RetryNewsletterSendJobResponse, CancelNewsletterSendJobResponse, SiteLogActor, SiteContentActivityLogEntry, SiteFormSubmissionActivityLogEntry, SiteActivityLogEntry, ListSiteActivityLogsResponse, SiteEmailLogEntry, ListSiteEmailLogsResponse, SiteEmailEventLogEntry, ListSiteEmailEventLogsResponse, SitePublicErrorLogEntry, ListSitePublicErrorLogsResponse, } from "./types";
100
+ export type { APIEndpoint, APIEndpoints, PageBlockDesignSyncWarning, AiAPIEndpoints, LaunchReadinessAPIEndpoints, SiteMembersAPIEndpoints, SeoAPIEndpoints, RedirectsAPIEndpoints, AvailabilityAPIEndpoints, CalendarAPIEndpoints, ContentTypesAPIEndpoints, MediaAPIEndpoints, RiverbankSiteConfig, RiverbankSiteConfigInput, SdkWorkflowConfig, SdkWorkflowEntryDraftUpdatedCondition, SdkWorkflowEntryDraftUpdatedTrigger, SdkWorkflowManualTrigger, SdkWorkflowTrigger, SdkWorkflowConfirmation, GetEndpoint, HTTPMethod, APICallParamsStrict, CreateManualSiteRequest, CreateManualSiteResponse, ApiKeyRecord, PageRecord, NavigationMenuRecord, NavigationItemRecord, NavigationMenuWithItems, AccessPolicyContract, EntitledCustomerAccessScopeContract, AccessPolicyTag, CartLinkLabelConfig, CartLinkPayload, LinkPayload, InternalLinkRoutablePayload, NavigationLinkInput, RoutableContentItem, CreateMediaAssetBody, FileKindContract, FileKindTag, FileUseContract, FileUseTag, ImageFileFormat, MediaAssetResponse, MediaClassifyJobResponse, MediaJobSummaryResponse, MediaLabelSummary, MediaSettingsResponse, RenderableFileKindTag, StorageClass, UploadIntentContract, UploadIntentTag, BookingSettings, AppointmentStaffChangeNotificationSettings, AppointmentStaffNotificationSetupHealth, AppointmentStaffReminderSettings, BookingNotificationRule, BookingNotificationSettings, BookingNotificationUpdateKind, TeamMemberProfilePagePolicyMode, TeamMemberProfilePageSettings, BookingVerticalConfig, BookingCurrencyEditState, BookingSettingsEditorSnapshot, BookingSettingsResponse, BookingWaitlistSettings, BookingModuleToggles, BookingReminderOverrides, BookingDefaultImage, AppointmentFollowUpScopeIds, AppointmentFollowUpScopeMode, AppointmentFollowUpSettings, WaitlistMode, WaitlistOverride, EventBookingPolicyMode, EventBookingPolicy, EventBookingPolicies, UpdateBookingSettingsRequest, RefundEventAttendeeRequest, EventAttendeeRefundResult, RefundEventAttendeeResponse, RefundCourseEnrollmentRequest, CourseEnrollmentRefundResult, RefundCourseEnrollmentResponse, TransferEventAttendeeRequest, EventAttendeeTransferResult, TransferEventAttendeeResponse, DiscardTeamMemberProfileDraftResponse, PublishTeamMemberProfileRequest, PublishTeamMemberProfileResponse, CancelScheduledTeamMemberProfileResponse, ScheduleTeamMemberProfileRequest, ScheduleTeamMemberProfileResponse, TeamMemberProfileContentResponse, UnpublishTeamMemberProfileResponse, UpdateTeamMemberProfileContentRequest, UpdateTeamMemberProfilePolicyRequest, UpdateTeamMemberProfilePolicyResponse, UpdateTeamMemberProfileRouteMetadataRequest, UpdateTeamMemberProfileRouteMetadataResponse, OpsEventOccurrenceSummary, OpsOccurrenceAttendee, OpsListUpcomingEventOccurrencesResponse, OpsOccurrenceAttendeesResponse, OpsValidateEventTicketRequest, OpsValidateEventTicketResponse, OpsEventAttendeeCheckinUpdate, OpsUpdateEventAttendeeCheckinRequest, OpsUpdateEventAttendeeCheckinResponse, OpsEventAttendeeDetailsResponse, OpsCancelEventAttendeeRequest, OpsCancelEventAttendeeResult, OpsCancelEventAttendeeResponse, OpsRefundEventAttendeeResponse, EventAttendeeRefundHistoryItem, ListEventAttendeeRefundsResponse, CourseEnrollmentRefundHistoryItem, ListCourseEnrollmentRefundsResponse, EventAttendeeTransferHistoryItem, ListEventAttendeeTransfersResponse, EmailTemplateType, EmailTemplate, EmailTemplateInput, EventEmailTemplateType, EventEmailTemplate, GetEventSeriesEmailTemplatesResponse, UpdateEventSeriesEmailTemplatesRequest, UpdateEventSeriesEmailTemplatesResponse, GetEmailSettingsResponse, UpdateEmailSettingsRequest, UpdateEmailSettingsResponse, SendTestEmailRequest, SendTestEmailResponse, PreviewEmailTemplateRequest, PreviewEmailTemplateResponse, AvailabilityScheduleSettings, ServiceSpecificAvailabilityScheduleSettings, ListAvailabilityRulesResponse, WeeklyAvailabilityWindowInput, SetWeeklyAvailabilityRequest, SetWeeklyAvailabilityResponse, SetWeeklyAvailabilityIssue, AppointmentBlackout, CreateBlackoutRequest, ListBlackoutsResponse, CreateBlackoutResponse, DeleteBlackoutResponse, TimeSlot, GetAvailableSlotsQuery, GetAvailableSlotsResponse, CreateAppointmentRequest, CreateAppointmentResponse, BookingQuestionFormSummary, BookingQuestionRequirementScope, BookingRequirementConfigRequest, BookingRequirementConfigResponse, BookingRequirementTargetType, BookingQuestionsRequirementConfig, BookingRequirementValidityPolicy, ConsentRequirementConfig, PublicCreateBookingAppointmentRequest, AppointmentRecord, BookingCustomerRecord, BookingSessionUpdateMeRequest, CourseStatus, MutableCourseStatus, CourseSessionInput, CreateCourseRequest, UpdateCourseRequest, DeleteCourseResponse, DeleteCourseProgramResponse, DuplicateCourseRequest, DuplicateCourseResponse, CourseSeriesRecord, CourseRecord, CreateCourseResponse, UpdateCourseResponse, CourseEnrollmentStatus, CourseEnrollmentPaymentMethod, CourseEnrollmentPaymentStatus, CourseEnrollmentRecord, CourseEnrollmentWithCustomer, ListCourseEnrollmentsResponse, CourseParticipantMessageStatus, GetParticipantMessageRecipientsRequest, ListParticipantMessageHistoryRequest, ParticipantMessageEmailReadiness, ParticipantMessageHistoryEntry, ParticipantMessageHistoryResponse, ParticipantMessageExcludedRecipientPreview, ParticipantMessageRecipientPreview, ParticipantMessageRecipientSummary, ParticipantMessageRecipientsResponse, ParticipantMessageSendResponse, ParticipantMessageTarget, ParticipantRecipientExclusionReason, SendParticipantMessageRequest, TestParticipantMessageRequest, TestParticipantMessageResponse, AddCourseEnrollmentRequest, AddCourseEnrollmentResponse, UpdateCourseEnrollmentRequest, UpdateCourseEnrollmentResponse, BookingCustomerWithCounts, BookingCustomerListItem, CustomerAggregateCoverage, CustomerAggregateSnapshot, CustomerBookingActivitySummary, CustomerFinancialCoverage, CustomerFinancialValue, CustomerLifecycleFlagCode, CustomerLifecycleSegmentCode, CustomerLifecycleSummary, CustomerWaitlistStatus, CustomerWaitlistSummary, CustomerSortColumn, CustomerFilter, ListBookingCustomersRequest, ListBookingCustomersResponse, CreateBookingCustomerRequest, CreateBookingCustomerResponse, CustomerContactChange, CustomerContactField, CustomerProfileRectificationSourceContext, CustomerProfileRectificationSourceSurface, RectifyBookingCustomerProfileRequest, RectifyBookingCustomerProfileResponse, BookingParticipantIdentityForRectification, ParticipantIdentityRectificationSourceContext, ParticipantIdentityRectificationSourceSurface, RectifyBookingParticipantIdentityRequest, RectifyBookingParticipantIdentityResponse, CustomerPassRecord, CustomerPassStatus, ListCustomerPassesResponse, SiteCustomerRecord, SiteCustomerPassRecord, ListSiteCustomerPassesRequest, ListSiteCustomerPassesResponse, CustomerPassRefundResult, CustomerPassRefundRecord, AdjustCustomerPassDetailsRequest, AdjustCustomerPassDetailsResponse, RefundCustomerPassRequest, RefundCustomerPassResponse, ListCustomerPassRefundsResponse, CustomerMembershipRecord, ListCustomerMembershipsResponse, CustomerMembershipStatus, SiteCustomerMembershipRecord, ListSiteCustomerMembershipsRequest, ListSiteCustomerMembershipsResponse, BookingPaymentKind, BookingPaymentStatus, BookingPaymentsView, BookingPaymentListItem, ListBookingPaymentsRequest, ListBookingPaymentsResponse, MoneyPeriodPreset, MoneyItemKind, MoneyPaymentsView, MoneyTimeSeriesGranularity, MoneyBreakdownDimension, MoneyNonCashUsageKind, MoneyReportIncompleteReason, MoneyFilterQuery, MoneyComparisonMetric, MoneyDateRange, MoneyReportSummary, MoneyTimeSeriesBucket, MoneyBreakdownRow, MoneyBreakdownSection, MoneyNonCashUsageRow, MoneyNonCashUsageSection, GetMoneyReportRequest, GetMoneyReportResponse, MoneyPaymentListItem, ListMoneyPaymentsRequest, ListMoneyPaymentsResponse, BookingActivityCategory, BookingActivityType, BookingActivityCursor, BookingActivityListItem, ListBookingActivityRequest, ListBookingActivityResponse, BookingLedgerKind, BookingLedgerDateBasis, BookingLedgerPeriodPreset, BookingLedgerCancellationMode, ExportBookingLedgerCsvRequest, DiscountCodeType, DiscountPerEmailLimit, DiscountMembershipDuration, DiscountEventScopeMode, DiscountScopeMode, ProductScopeMode, DiscountCodeRecord, DiscountCodeScopeIds, DiscountCodeDetails, AutoAppliedDiscountPreview, EventAutoApplyDiscountPreview, CreateDiscountCodeRequest, UpdateDiscountCodeRequest, ListDiscountCodesResponse, DiscountCodeResponse, DeleteDiscountCodeResponse, DiscountRedemptionStatus, DiscountRedemptionListItem, ListDiscountRedemptionsRequest, ListDiscountRedemptionsResponse, MembershipPaymentForRefund, ListCustomerMembershipPaymentsResponse, CancelCustomerMembershipAtPeriodEndResult, CustomerMembershipPaymentRefundResult, CustomerMembershipPaymentRefundRecord, RefundCustomerMembershipPaymentRequest, RefundCustomerMembershipPaymentResponse, ListCustomerMembershipPaymentRefundsResponse, CustomerAttendanceRecord, CustomerAttendancePayment, CustomerAttendanceLivePayment, CustomerAttendanceArchivedPayment, CustomerAttendancePaymentMethod, CustomerAttendancePaymentStatus, ListCustomerAttendancesRequest, ListCustomerAttendancesResponse, BookingCustomerCreditSummary, BookingCustomerCreditTransactionListItem, GetCustomerCreditResponse, AccountRevokeSessionsBody, AccountRevokeSessionsResponse, AccountUpdatePasswordBody, AccountUpdatePasswordResponse, AuthFieldKey, AuthSubmissionErrorReason, AuthSubmissionSuccess, AuthSubmissionError, AuthSubmissionResult, ReauthSubmissionResult, DomainAvailability, SiteDomainRecord, SiteDomainContactPayload, RegistrarLifecycleState, RegistrarLifecycleMutationOutcome, RegistrarLifecycleMutationOperation, RegistrarLifecycleMutationBase, RegistrarLifecycleMutationResponse, ExposedRegistrarLifecycleMutationResponse, RegistrarLifecycleResponse, RegistrarBooleanMutationRequest, RegistrarRenewalCostEstimate, RegistrarProviderName, RegistrarRenewalRiskReason, RegistrarRenewalManualReviewReason, RegistrarRenewalManualReviewReasonWithoutExpiry, RegistrarRenewalManualReviewReasonWithExpiry, RegistrarRenewalFailedReason, RegistrarRenewalPosture, RegistrarAccountBalance, RegistrarRenewalPostureResponse, LookupSiteDomainRequest, LookupSiteDomainResponse, RegisterSiteDomainRequest, RegisterSiteDomainResponse, AddCustomDomainRequest, AddCustomDomainResponse, SetHomepageRequest, SetHomepageResponse, ContentRouteRecord, SeoOverviewResponse, SeoOverviewQuery, SeoOverviewTimePoint, SeoRangePreset, PerformanceOverviewResponse, PerformanceOverviewQuery, PerformanceRangePreset, SeoSearchPagesQuery, SeoSearchPagesResponse, SeoSearchQueriesQuery, SeoSearchQueriesResponse, SeoSearchSummary, ContentEntryRecord, ContentEntrySummary, FormSummary, ContentEntryDetail, ScheduledContentEntryOrPageResponse, BookingsEventSeriesContentEditorResponse, PublishedContentEntryPreview, PublishedContentEntryPreviewResponse, PublishedPostPreview, PublishedPostPreviewResponse, ContentEntryListStage, ContentEntryListItem, ListPublishedEntriesResponse, ContentTypeTemplateSummary, PublicContentTypeFieldMeta, PublicContentTypeMeta, ListPublishedEntriesMeta, ContentTemplateSummary, ContentTemplateBlockSummary, ContentTemplateAddonSummary, ContentAddonDefinition, ContentTemplateDetailsResponse, UpdateContentTemplateBlockRequest, ApplyContentTemplateAddonRequest, StartImpersonationRequest, StartImpersonationResponse, StopImpersonationRequest, StopImpersonationResponse, UpsertAdminRoleRequest, RevokeAdminRoleRequest, AdminRoleMutationResponse, AdminProfileRole, DTOType, MfaFactorSummary, MfaOverviewPayload, MfaOverviewResponse, MfaTotpActivateRequest, MfaTotpEnrollResponse, MfaTotpVerifyRequest, MfaTotpVerifyResponse, MfaPhoneEnrollRequest, MfaPhoneEnrollResponse, MfaPhoneChallengeRequest, MfaPhoneChallengeResponse, MfaPhoneVerifyRequest, MfaBackupCodeSummary, MfaBackupCodesOverview, MfaBackupCodesOverviewResponse, MfaBackupCodesRotateResponse, CreateAdminInviteRequest, CreateAdminInviteResponse, CreateAdminUserRequest, CreateAdminUserResponse, ListAdminInvitesResponse, RevokeAdminInviteResponse, CreateAllowedDomainRequest, CreateAllowedDomainResponse, ListAllowedDomainsResponse, DeleteAllowedDomainResponse, AcceptAdminInviteRequest, AcceptAdminInviteResponse, AdminInvite, AllowedEmailDomain, AdminChangePlanRequest, AdminChangePlanResponse, ChangePlanRequest, ChangePlanResponse, BillingPriceOverride, AdminGetPriceOverrideQuery, AdminGetPriceOverrideResponse, AdminUpsertPriceOverrideRequest, AdminUpsertPriceOverrideResponse, AdminDeletePriceOverrideRequest, AdminDeletePriceOverrideResponse, DomainSearchResultResponse, AcceptedManagedDomainAddOnPricing, AnalyticsPreset, AnalyticsReportQuery, AnalyticsSeriesPoint, AnalyticsTopPage, AnalyticsReferrer, AnalyticsTotals, AnalyticsReportResponse, RegisterDomainRequestPayload, RegisterDomainResponse, DomainConfigResult, OperationalStaffSurfaces, SiteRole, StaffOperationalCapability, SiteMember, SiteMemberProfile, SiteInvitation, SiteAccessSummary, SitePlanSummaryResponse, ListSiteMembersResponse, InviteSiteMemberRequest, InviteSiteMemberResponse, UpdateSiteMemberRoleRequest, UpdateSiteMemberRoleResponse, RemoveSiteMemberResponse, RevokeSiteInvitationResponse, TransferSiteOwnershipRequest, TransferSiteOwnershipResponse, AcceptSiteInvitationRequest, AcceptSiteInvitationResponse, DevToolsImpersonationResponse, DevToolsSeedResponse, DowngradeRole, RoleDowngradeActualRole, SiteRoleDowngradeState, DevToolsGetSiteRoleDowngradeQuery, DevToolsSetSiteRoleDowngradeRequest, SitePagePayload, SiteBySlugResponse, BlockWithContentResponse, ContentDataResponse, BackupAccessImportResult, BackupImportResponse, PreviewKeyRecord, ApiKeyAccessLogRecord, ListSiteApiKeysResponse, CreateSiteApiKeyRequest, CreateSiteApiKeyResponse, RevokeSiteApiKeyResponse, GetSitePreviewKeyResponse, CreateSitePreviewKeyResponse, GetSiteApiKeyAccessLogsResponse, ApiKeyAccessLogsPagination, ManagementKeyRecord, ListManagementKeysResponse, CreateManagementKeyRequest, CreateManagementKeyResponse, RevokeManagementKeyRequest, RevokeManagementKeyResponse, EventPreset, EventOnlineDetails, EventOnlineDetailsInput, StaffAssignmentMode, EventSeriesRecord, CreateEventSeriesRequest, UpdateEventSeriesRequest, EventAttendeeRecord, BookingBeforeYouComeDeliveryIssue, BookingBeforeYouComeReadiness, BookingEventSeriesAttendeeGuest, BookingEventSeriesAttendee, BookingPaymentIssueReason, BookingPaymentAttentionSummary, EventOccurrenceRecord, EventOccurrenceOverrides, EventOccurrenceStatus, EventOccurrenceDeletionEligibility, EventOccurrenceListRecord, UpdateOccurrenceRequest, VenueRecord, VenueLocation, CreateVenueRequest, UpdateVenueRequest, DeleteVenueResponse, GeocodeVenueRequest, GeocodeVenueResponse, AiPlaygroundApplyRequest, AiPlaygroundApplyResponse, BillingStatusResponse, BillingCheckoutRequest, BillingCheckoutResponse, BillingSummaryResponse, BillingSummaryComponent, BillingSummaryComponentKind, BillingSummaryComponentSource, BillingSummaryBasePlanComponent, BillingSummarySiteComponent, BillingSummaryAddOnComponent, SiteBillingCostResponse, SitePurpose, AiBrandGuidelinesExample, SiteAiBrandGuidelinesPayload, SiteAiBrandGuidelinesResponse, SiteAiProfileEntityType, SiteAiProfileLocationMode, SiteAiProfilePayload, SiteAiProfileResponse, SiteBusinessAddressPayload, SiteBusinessAddressResponse, SiteContentSamplingStats, SiteContentSampledItem, AiBrandGuidelinesGenerationContextResponse, AiBrandGuidelinesGenerateRequest, AiBrandGuidelinesGenerateResponse, DeleteAccountRequest, DeleteAccountResponse, FontRecord, ExportBackupRequest, BackupPreviewRequest, BackupPreviewResponse, CreateBackupUploadUrlRequest, CreateBackupUploadUrlResponse, DeleteBackupUploadRequest, DeleteBackupUploadResponse, ImportBackupAsNewSiteRequest, ImportBackupAsNewSiteResponse, AdminSiteCostResponse, AdminUpdateSiteCostRequest, BulkOperationResult, SchedulePreviewRequest, SchedulePreviewResponse, AffectedOccurrence, ModifiedOccurrence, RegenerationSummary, AiGenerateSiteEntityType, AiGenerateSitePrimaryCta, AiGenerateSiteRequest, AiGenerateSiteResponse, AiSiteWizardIntakeTriageRequest, AiSiteWizardIntakeTriageResponse, AiSiteWizardTelemetryEvent, AiSiteWizardTelemetryRequest, AiSiteWizardTelemetryResponse, PublicOnboardingAttempt, PublicOnboardingAttemptPayload, PublicOnboardingLogoUploadRequest, PublicOnboardingLogoUploadResponse, PublicOnboardingLogoUploadUrlRequest, PublicOnboardingLogoUploadUrlResponse, PublicOnboardingAttemptStatus, PublicOnboardingSurfaceId, SiteGenerationScope, SiteGenerationFeatureKey, SiteWizardResumeSnapshot, SiteGenerationIntakePayload, SiteGenerationIntakeResponse, CalendarConnectionStatus, CalendarStatusResponse, DebugArtifact, DebugArtifacts, PageBlock, PageConverterOutput, PageConversionSuccess, PageConversionAttempt, PageConversionFailure, PageConversionResult, PageConvertResponse, PageConvertJobStatus, PageConvertJob, PageConvertJobEventType, PageConvertJobEvent, PageConvertJobsCreateRequest, PageConvertJobsCreateResponse, PageConvertJobsListResponse, PageConvertJobGetResponse, PageConvertJobRunResponse, PageConvertJobEventsResponse, NewsletterSettingsRecord, NewsletterSubscriberRecord, NewsletterListRecord, GetNewsletterSettingsResponse, UpdateNewsletterSettingsRequest, UpdateNewsletterSettingsResponse, ListNewsletterTagsResponse, ListNewsletterSubscribersResponse, UpsertNewsletterSubscriberRequest, UpsertNewsletterSubscriberResponse, ImportNewsletterSubscribersCsvResponse, ExportNewsletterSubscribersCsvResponse, GetNewsletterSubscriberResponse, UpdateNewsletterSubscriberRequest, UpdateNewsletterSubscriberResponse, DeleteNewsletterSubscriberResponse, AnonymizeNewsletterSubscriberResponse, ExportNewsletterSubscriberDataResponse, ListNewsletterListsResponse, CreateNewsletterListRequest, CreateNewsletterListResponse, UpdateNewsletterListRequest, UpdateNewsletterListResponse, DeleteNewsletterListResponse, ListNewsletterListMembersResponse, UpdateNewsletterListMembershipsRequest, UpdateNewsletterListMembershipsResponse, NewsletterTemplateRecord, ListNewsletterTemplatesResponse, CreateNewsletterTemplateRequest, CreateNewsletterTemplateResponse, GetNewsletterTemplateResponse, UpdateNewsletterTemplateRequest, UpdateNewsletterTemplateResponse, DeleteNewsletterTemplateResponse, PreviewNewsletterTemplateRequest, PreviewNewsletterTemplateResponse, NewsletterCampaignRecord, ListNewsletterCampaignsResponse, CreateNewsletterCampaignRequest, CreateNewsletterCampaignResponse, GetNewsletterCampaignResponse, UpdateNewsletterCampaignRequest, UpdateNewsletterCampaignResponse, DeleteNewsletterCampaignResponse, NewsletterCampaignRecipientsSummary, GetNewsletterCampaignRecipientsSummaryResponse, NewsletterCampaignStats, GetNewsletterCampaignStatsResponse, NewsletterSendJobRecord, NewsletterSendJobStatus, ListNewsletterSendJobsQuery, ListNewsletterSendJobsResponse, RetryNewsletterSendJobResponse, CancelNewsletterSendJobResponse, SiteLogActor, SiteContentActivityLogEntry, SiteFormSubmissionActivityLogEntry, SiteActivityLogEntry, ListSiteActivityLogsResponse, SiteEmailLogEntry, ListSiteEmailLogsResponse, SiteEmailEventLogEntry, ListSiteEmailEventLogsResponse, SitePublicErrorLogEntry, ListSitePublicErrorLogsResponse, } from "./types";
101
101
  export { STAFF_OPERATIONAL_CAPABILITIES, getDefaultStaffCapabilities, } from "./types";
102
102
  export { appointmentResourceIdFromStaffMemberId, canAccessOwnAppointmentResource, deriveLinkedAppointmentIdentity, deriveOpsLandingDestination, deriveSiteListingNavigationPlan, deriveStaffScope, deriveStaffSiteHomeDestination, getIdentityAppointmentResourceId, getIdentityAppointmentResourceIdValue, getIdentityStaffMemberId, getIdentityStaffMemberIdValue, getLinkedStaffMemberId, getOwnAppointmentResourceId, hasAppointmentStaffAccess, hasEventOpsAccess, isEventOpsOnlyUser, isLinkedAppointmentResource, isStaffScoped, isTeamMemberScope, roleAtLeast, roleAtLeastOrNone, shouldRedirectStaffScopeToOps, } from "./types";
103
103
  export type { LinkedAppointmentIdentity, OpsLandingDestination, SiteListingDestination, SiteListingNavigationPlan, StaffMembershipInput, StaffScope, StaffSiteHomeDestination, } from "./types";
@@ -8,6 +8,6 @@
8
8
  * to get only the types relevant to SDK usage.
9
9
  */
10
10
  export type { HTTPMethod, ApiResponseKind, ApiAuthRequirement, APIEndpointBase, ContentEntryStatus, ContentEntryListStage, } from '../common/types';
11
- export type { APICallParams, APIEndpoints } from '../types';
11
+ export type { APICallParamsStrict, APIEndpoints } from '../types';
12
12
  export type { SiteBySlugResponse, ContentTypeRoutingInfo, ContentTypeRoutingSubroute, NavigationMenuWithItems, NavigationMenuRecord, NavigationItemRecord, SiteLayoutResolvedPayload, SiteLayoutSettingsPayload, RiverbankSiteConfig, SdkThemeConfig, SdkThemePalette, SdkSiteStyleConfig, SdkSectionBackground, SdkSectionOptionsConfig, SdkContainerOptionsConfig, SdkBlockFieldConfig, SdkBlockFieldOptionsMap, SdkFieldSelectOption, ContentEntryListItem, ListPublishedEntriesResponse, PublishedContentEntryPreview, PublishedContentEntryPreviewResponse, PublishedPostPreview, PublishedPostPreviewResponse, FormRecord, PageRecord, PageRouteRecord, ContentRouteRecord, ContentEntryRecord, } from '../types';
13
13
  export type { Theme, SdkCustomBlock } from '../../../blocks/src/index';
@@ -2,7 +2,7 @@ import type { SupabaseClient } from "@supabase/supabase-js";
2
2
  import type { AuthHeaders } from "./token";
3
3
  import type * as ApiTypes from "./types";
4
4
  import type { ApiErrorCode, ApiResult } from "./common/envelope";
5
- export type { APICallParams, APICallParamsStrict, APIEndpoints, GetEndpoint, ApiAuthRequirement, ApiResponseKind, HTTPMethod, } from "./types";
5
+ export type { APICallParamsStrict, APIEndpoints, GetEndpoint, ApiAuthRequirement, ApiResponseKind, HTTPMethod, } from "./types";
6
6
  /**
7
7
  * Set the SDK version to be included in API request headers
8
8
  * Called by the SDK during initialization
@@ -12,22 +12,14 @@ export declare function setSdkVersion(version: string): void;
12
12
  * Get the currently set SDK version
13
13
  */
14
14
  export declare function getSdkVersion(): string | undefined;
15
- type AnyApiCallParams<E extends keyof ApiTypes.APIEndpoints> = ApiTypes.APICallParams<E> | ApiTypes.APICallParamsStrict<E>;
15
+ type ApiCallParams<E extends keyof ApiTypes.APIEndpoints> = ApiTypes.APICallParamsStrict<E>;
16
16
  type EndpointResponse<E extends keyof ApiTypes.APIEndpoints> = ApiTypes.APIEndpoints[E]['response'];
17
17
  type ApiResponseFor<E extends keyof ApiTypes.APIEndpoints> = EndpointResponse<E> extends undefined ? void : NonNullable<EndpointResponse<E>>;
18
18
  /**
19
19
  * API client that returns typed envelope responses.
20
20
  * Consumers must use isApiSuccess/isApiError type guards or unwrapResponse helper.
21
21
  */
22
- export type ApiClient = <E extends keyof ApiTypes.APIEndpoints>(params: AnyApiCallParams<E>) => Promise<ApiResult<ApiResponseFor<E>>>;
23
- /**
24
- * Opt-in strict client type for new code.
25
- *
26
- * Use this when you want the compiler to force `APICallParamsStrict` at call sites.
27
- * Existing clients (createInternalAPIClient, createBearerAPIClient, etc.) are still
28
- * runtime-compatible and can be annotated as ApiClientStrict.
29
- */
30
- export type ApiClientStrict = <E extends keyof ApiTypes.APIEndpoints>(params: ApiTypes.APICallParamsStrict<E>) => Promise<ApiResult<ApiResponseFor<E>>>;
22
+ export type ApiClient = <E extends keyof ApiTypes.APIEndpoints>(params: ApiCallParams<E>) => Promise<ApiResult<ApiResponseFor<E>>>;
31
23
  export interface ApiRequestErrorOptions {
32
24
  endpoint: keyof ApiTypes.APIEndpoints;
33
25
  status: number;
@@ -196,6 +196,7 @@ export declare const dashboardConfigSchema: z.ZodObject<{
196
196
  */
197
197
  export declare const fieldDefinitionInputSchema: z.ZodType<FieldDefinitionInput>;
198
198
  export declare const nodeDefinitionSchema: z.ZodType<NodeDefinition>;
199
+ export declare const loaderFallbackScalarSchema: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
199
200
  export declare const sdkCustomBlockInputSchema: z.ZodType<SdkCustomBlockInput>;
200
201
  export declare const sdkBlockFieldExtensionInputSchema: z.ZodType<SdkBlockFieldExtensionInput>;
201
202
  export declare const sdkBlockFieldExtensionsInputSchema: z.ZodType<SdkBlockFieldExtensionsInputMap>;
@@ -75,6 +75,9 @@ export interface SdkContentTypeTemplateConfig {
75
75
  export interface SdkContentTypeConfig {
76
76
  key: string;
77
77
  fields: unknown[];
78
+ ordering?: {
79
+ mode?: "default" | "manual";
80
+ };
78
81
  template?: SdkContentTypeTemplateConfig | null;
79
82
  }
80
83
  export interface SdkContentConfig {
@@ -370,7 +373,9 @@ export interface SdkPullSettings {
370
373
  export interface SdkPullSettingsResponse {
371
374
  settings: SdkPullSettings;
372
375
  warnings?: string[];
373
- meta: SdkPullMeta;
376
+ meta: SdkPullMeta & {
377
+ updatedAt: string | null;
378
+ };
374
379
  }
375
380
  export interface SdkPullFormField {
376
381
  id: string;
@@ -633,6 +638,7 @@ export interface SdkManagementEntry {
633
638
  createdAt: string;
634
639
  updatedAt: string;
635
640
  publishedAt: string | null;
641
+ manualOrder: number;
636
642
  }
637
643
  export type SdkManagementForm = SdkPullForm & {
638
644
  id: string;
@@ -134,6 +134,16 @@ export type SiteManagementAPIEndpoints = {
134
134
  entries: ContentEntrySummary[];
135
135
  contentType: SerializedContentTypeSummary;
136
136
  }>;
137
+ reorderContentEntries: APIEndpoint<{
138
+ orderedEntryIds: string[];
139
+ orderToken: string;
140
+ }, {
141
+ siteId: string;
142
+ type: string;
143
+ }, {
144
+ entries: ContentEntrySummary[];
145
+ orderToken: string;
146
+ }>;
137
147
  getContentTemplate: APIEndpoint<never, {
138
148
  siteId: string;
139
149
  type: string;
@@ -423,6 +423,7 @@ export type SitePlatformAPIEndpoints = {
423
423
  contentType: string;
424
424
  data: Record<string, unknown>;
425
425
  slug?: string;
426
+ manualOrder?: number;
426
427
  }, {
427
428
  siteId: string;
428
429
  }, SdkUpsertEntryResponse>;