@riverbankcms/sdk 0.64.0 → 0.68.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 (126) hide show
  1. package/README.md +21 -11
  2. package/dist/_dts/api/src/aiPlayground.d.ts +75 -20
  3. package/dist/_dts/api/src/apiEndpointTypes.d.ts +12 -0
  4. package/dist/_dts/api/src/billing.d.ts +7 -40
  5. package/dist/_dts/api/src/bookingManagementEndpoints.d.ts +4 -1
  6. package/dist/_dts/api/src/bookingOperations.d.ts +33 -2
  7. package/dist/_dts/api/src/endpoints.d.ts +32 -0
  8. package/dist/_dts/api/src/public/types.d.ts +1 -1
  9. package/dist/_dts/api/src/sdkConfig/contracts.d.ts +0 -40
  10. package/dist/_dts/api/src/sdkContracts.d.ts +1 -1
  11. package/dist/_dts/api/src/siteMembers.d.ts +1 -1
  12. package/dist/_dts/api/src/siteOperations.d.ts +1 -1
  13. package/dist/_dts/billing/src/components/index.d.ts +426 -0
  14. package/dist/_dts/billing/src/plans/types.d.ts +1 -1
  15. package/dist/_dts/blocks/src/PageRenderer.d.ts +4 -0
  16. package/dist/_dts/blocks/src/bindings/index.d.ts +1 -1
  17. package/dist/_dts/blocks/src/client.d.ts +6 -0
  18. package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
  19. package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableDates.d.ts +1 -0
  20. package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableSlots.d.ts +3 -1
  21. package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.d.ts +140 -0
  22. package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +2 -0
  23. package/dist/_dts/blocks/src/system/runtime/hooks/useVisibleTabPolling.d.ts +10 -0
  24. package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.default-ui.d.ts +8 -0
  25. package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +484 -0
  26. package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.state.d.ts +5 -2
  27. package/dist/_dts/blocks/src/system/transforms/registry/formatting.d.ts +1 -0
  28. package/dist/_dts/blocks/src/system/transforms/typed.d.ts +2 -1
  29. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +81 -0
  30. package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +7 -3
  31. package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
  32. package/dist/_dts/sdk/src/bookings/index.d.ts +5 -2
  33. package/dist/_dts/sdk/src/bookings/types.d.ts +2 -0
  34. package/dist/_dts/sdk/src/cli/commands/push/execute/footer.d.ts +33 -0
  35. package/dist/_dts/sdk/src/cli/commands/push/scopes/commandBackedDatedOfferingScope.d.ts +32 -0
  36. package/dist/_dts/sdk/src/cli/commands/push/scopes/types.d.ts +5 -1
  37. package/dist/_dts/sdk/src/cli/commands/push-execute.d.ts +2 -1
  38. package/dist/_dts/sdk/src/cli/env.d.ts +2 -1
  39. package/dist/_dts/sdk/src/cli/merge-remote/entryMergePush.d.ts +2 -1
  40. package/dist/_dts/sdk/src/cli/site-commands/commandKeys.d.ts +13 -0
  41. package/dist/_dts/sdk/src/cli/site-commands/commandRuntime.d.ts +144 -0
  42. package/dist/_dts/sdk/src/cli/site-commands/commandRuntimeCompat.d.ts +21 -0
  43. package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +27 -0
  44. package/dist/_dts/sdk/src/cli/site-commands/datedOfferingCommands.d.ts +56 -0
  45. package/dist/_dts/sdk/src/cli/site-commands/entryCommands.d.ts +29 -49
  46. package/dist/_dts/sdk/src/cli/site-commands/footerCommands.d.ts +56 -0
  47. package/dist/_dts/sdk/src/cli/site-commands/formCommands.d.ts +53 -0
  48. package/dist/_dts/sdk/src/cli/site-commands/index.d.ts +6 -0
  49. package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +53 -0
  50. package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +79 -0
  51. package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +19 -20
  52. package/dist/_dts/sdk/src/cli/site-commands/pushExecutionPlan.d.ts +8 -0
  53. package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +97 -0
  54. package/dist/_dts/sdk/src/cli/site-commands/residualSettingsTrimming.d.ts +15 -0
  55. package/dist/_dts/sdk/src/cli/sync/executor.d.ts +10 -28
  56. package/dist/_dts/sdk/src/cli/sync/index.d.ts +2 -1
  57. package/dist/_dts/sdk/src/cli/sync/syncResultAggregation.d.ts +4 -0
  58. package/dist/_dts/sdk/src/config/dashboard-validation.d.ts +0 -48
  59. package/dist/_dts/sdk/src/config/types.d.ts +1 -1
  60. package/dist/_dts/sdk/src/rendering/overrides.d.ts +2 -0
  61. package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +4 -4
  62. package/dist/_dts/sdk/src/theme-bridge/generateCssVars.d.ts +4 -12
  63. package/dist/_dts/sdk/src/theme-bridge/index.d.ts +1 -1
  64. package/dist/_dts/sdk/src/theme-bridge/types.d.ts +17 -9
  65. package/dist/_dts/sdk/src/version.d.ts +1 -1
  66. package/dist/_dts/site-commands/src/adapter.d.ts +2 -2
  67. package/dist/_dts/site-commands/src/commands.d.ts +637 -13
  68. package/dist/_dts/site-commands/src/domain.d.ts +3 -3
  69. package/dist/_dts/site-commands/src/exposure.d.ts +41 -0
  70. package/dist/_dts/site-commands/src/index.d.ts +2 -0
  71. package/dist/_dts/site-commands/src/metadata.d.ts +159 -3
  72. package/dist/_dts/site-commands/src/planner.d.ts +13 -6
  73. package/dist/_dts/site-commands/src/refContributions.d.ts +1 -0
  74. package/dist/_dts/site-commands/src/refs.d.ts +19 -1
  75. package/dist/_dts/{sdk/src/cli/merge-remote → site-commands/src}/stableJson.d.ts +2 -0
  76. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  77. package/dist/_dts/theme-core/src/index.d.ts +1 -1
  78. package/dist/_dts/theme-core/src/palette/utils/index.d.ts +1 -0
  79. package/dist/_dts/theme-core/src/palette/utils/onColor.d.ts +2 -0
  80. package/dist/_dts/theme-core/src/runtime/buildThemeRuntimeFromBridge.d.ts +30 -23
  81. package/dist/_dts/theme-core/src/site-styles/accessibleSurfaces.d.ts +83 -0
  82. package/dist/_dts/theme-core/src/site-styles/contentTemplateRuntimeCompiler.d.ts +2 -1
  83. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +89 -12
  84. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +8 -2
  85. package/dist/_dts/theme-core/src/site-styles/index.d.ts +1 -0
  86. package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +3 -2
  87. package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +9 -6
  88. package/dist/_dts/ui/src/callout.d.ts +1 -1
  89. package/dist/cli/index.mjs +4736 -2026
  90. package/dist/client/bookings.mjs +5107 -3348
  91. package/dist/client/client.mjs +4579 -3871
  92. package/dist/client/hooks.mjs +325 -123
  93. package/dist/client/rendering/client.mjs +4474 -3869
  94. package/dist/client/rendering/islands.mjs +4234 -3639
  95. package/dist/client/rendering.mjs +4508 -3798
  96. package/dist/preview-next/before-render.mjs +75 -13
  97. package/dist/preview-next/client/runtime.mjs +3700 -2644
  98. package/dist/preview-next/middleware.mjs +75 -13
  99. package/dist/server/components.mjs +698 -383
  100. package/dist/server/config-validation.mjs +327 -125
  101. package/dist/server/config.mjs +327 -125
  102. package/dist/server/data.mjs +325 -123
  103. package/dist/server/index.mjs +92 -16
  104. package/dist/server/next.mjs +692 -377
  105. package/dist/server/page-converter.mjs +159 -41
  106. package/dist/server/prebuild.mjs +1 -1
  107. package/dist/server/rendering/server.mjs +700 -383
  108. package/dist/server/rendering.mjs +700 -383
  109. package/dist/server/routing.mjs +406 -131
  110. package/dist/server/server.mjs +326 -124
  111. package/dist/server/theme-bridge.mjs +1226 -4697
  112. package/dist/styles/index.css +38 -38
  113. package/package.json +1 -1
  114. package/dist/_dts/blocks/src/system/runtime/components/booking/DateTimeSelectionStep.d.ts +0 -18
  115. package/dist/_dts/blocks/src/system/runtime/components/booking/PaymentOptionSelectionStep.d.ts +0 -9
  116. package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceResourceSelector.d.ts +0 -44
  117. package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceResourceSelector.state.d.ts +0 -23
  118. package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceSelectionStep.d.ts +0 -18
  119. package/dist/_dts/blocks/src/system/runtime/components/booking/slotDisplay.d.ts +0 -2
  120. package/dist/_dts/blocks/src/system/runtime/components/multi-step/MultiStepForm.d.ts +0 -21
  121. package/dist/_dts/blocks/src/system/runtime/components/multi-step/useMultiStep.d.ts +0 -15
  122. package/dist/_dts/blocks/src/system/runtime/components/multi-step/useMultiStep.state.d.ts +0 -51
  123. package/dist/_dts/blocks/src/system/runtime/hooks/useBookingSteps.d.ts +0 -22
  124. package/dist/_dts/path-utils/src/index.d.ts +0 -8
  125. package/dist/_dts/path-utils/src/redirectPaths.d.ts +0 -26
  126. package/dist/_dts/path-utils/src/safeAppPath.d.ts +0 -26
@@ -202,6 +202,7 @@ var ALLOWED_TRANSFORM_IDS = [
202
202
  "date.formatShort",
203
203
  "array.length",
204
204
  "value.jsonArray",
205
+ "value.csv",
205
206
  "array.marqueeLoop",
206
207
  // Layout (layout.ts)
207
208
  "layout.maxWidthClass",
@@ -4395,6 +4396,9 @@ var curatedSiteStyleIdValues = [
4395
4396
  "site-style:bright-community",
4396
4397
  "site-style:quiet-luxury",
4397
4398
  "site-style:practical-services",
4399
+ "site-style:quiet-practice",
4400
+ "site-style:personal-retreat-journal",
4401
+ "site-style:tactile-workshop",
4398
4402
  "site-style:modern-wellness",
4399
4403
  "site-style:bold-launch",
4400
4404
  "site-style:south-west-twerk-school"
@@ -4477,7 +4481,8 @@ function defineCuratedSiteStyle(input) {
4477
4481
  name: input.name,
4478
4482
  description: input.description,
4479
4483
  generationBrief: input.generationBrief,
4480
- selectionKeywords: input.selectionKeywords ?? [],
4484
+ selectionKeywordRules: input.selectionKeywordRules ?? [],
4485
+ siteCreatorSelection: input.siteCreatorSelection ?? { kind: "explicit_only" },
4481
4486
  template: {
4482
4487
  id: asDesignSystemTemplateId(`template:${input.id.replace("site-style:", "")}`),
4483
4488
  name: input.name,
@@ -4621,12 +4626,13 @@ var curatedSiteStyles = [
4621
4626
  name: "Quiet Luxury",
4622
4627
  description: "Minimal, confident, and refined for premium experiences and private services.",
4623
4628
  generationBrief: "Use fewer claims, more specificity, and restrained sensory detail. Favor elegant media and low repetition over dense panels.",
4624
- selectionKeywords: [
4625
- "luxury",
4626
- "premium",
4627
- "boutique",
4628
- "bespoke",
4629
- "exclusive"
4629
+ siteCreatorSelection: { kind: "site_creator_keyword_heuristic", priority: 20 },
4630
+ selectionKeywordRules: [
4631
+ { kind: "word", value: "luxury" },
4632
+ { kind: "word", value: "premium" },
4633
+ { kind: "word", value: "boutique" },
4634
+ { kind: "word", value: "bespoke" },
4635
+ { kind: "word", value: "exclusive" }
4630
4636
  ],
4631
4637
  tokenRecipes: {
4632
4638
  palette: "high-contrast",
@@ -4655,13 +4661,14 @@ var curatedSiteStyles = [
4655
4661
  name: "Practical Services",
4656
4662
  description: "Efficient, plainspoken, and conversion-focused for trades and everyday services.",
4657
4663
  generationBrief: "Make services, location, trust signals, and contact paths obvious. Keep copy brief and avoid ornate visual treatments.",
4658
- selectionKeywords: [
4659
- "repair",
4660
- "plumb",
4661
- "electric",
4662
- "cleaning",
4663
- "landscap",
4664
- "contractor"
4664
+ siteCreatorSelection: { kind: "primary_goal_support" },
4665
+ selectionKeywordRules: [
4666
+ { kind: "word", value: "repair" },
4667
+ { kind: "substring", value: "plumb" },
4668
+ { kind: "substring", value: "electric" },
4669
+ { kind: "word", value: "cleaning" },
4670
+ { kind: "substring", value: "landscap" },
4671
+ { kind: "substring", value: "contractor" }
4665
4672
  ],
4666
4673
  tokenRecipes: {
4667
4674
  palette: "brand-led",
@@ -4712,18 +4719,134 @@ var curatedSiteStyles = [
4712
4719
  paletteChoice("warm-neutral-forest")
4713
4720
  ]
4714
4721
  }),
4722
+ defineCuratedSiteStyle({
4723
+ id: "site-style:quiet-practice",
4724
+ name: "Quiet Practice",
4725
+ description: "Grounded, calm, and practical for small appointment-first practices.",
4726
+ generationBrief: "Make services, practitioner trust, preparation notes, and booking routes easy to scan. Keep the tone warm and specific, with quiet confidence rather than spa cliches or medical claims.",
4727
+ siteCreatorSelection: { kind: "site_creator_keyword_heuristic", priority: 30 },
4728
+ selectionKeywordRules: [
4729
+ { kind: "substring", value: "massage" },
4730
+ { kind: "word", value: "bodywork" },
4731
+ { kind: "phrase", value: "appointment practice" },
4732
+ { kind: "phrase", value: "appointment-first" },
4733
+ { kind: "substring", value: "practitioner" },
4734
+ { kind: "substring", value: "therap" },
4735
+ { kind: "substring", value: "clinic" },
4736
+ { kind: "phrase", value: "wellness practice" }
4737
+ ],
4738
+ tokenRecipes: {
4739
+ palette: "soft-natural",
4740
+ contrast: "standard",
4741
+ radius: "soft",
4742
+ shadow: "subtle",
4743
+ typography: "clean-sans",
4744
+ spacing: "regular",
4745
+ motion: "subtle"
4746
+ },
4747
+ compositionBudget: quietBudget,
4748
+ recommendedHeaderLookIds: ["practical-utility", "clean-base", "centered-calm"],
4749
+ buttonPersonalityChoices: [
4750
+ buttonChoice("pebble"),
4751
+ buttonChoice("soft-pill"),
4752
+ buttonChoice("editorial-link")
4753
+ ],
4754
+ paletteVariantChoices: [
4755
+ paletteChoice("soft-natural-stone"),
4756
+ paletteChoice("soft-natural-sage"),
4757
+ paletteChoice("warm-neutral-clay")
4758
+ ]
4759
+ }),
4760
+ defineCuratedSiteStyle({
4761
+ id: "site-style:personal-retreat-journal",
4762
+ name: "Personal Retreat Journal",
4763
+ description: "Warm, story-led, and readable for solo practitioners with mixed offers.",
4764
+ generationBrief: "Center the practitioner as the guide, then make private sessions, classes, retreats, and resources feel like clear pathways. Keep retreat copy grounded and practical, with enough editorial warmth for longer reading.",
4765
+ siteCreatorSelection: { kind: "site_creator_keyword_heuristic", priority: 40 },
4766
+ selectionKeywordRules: [
4767
+ { kind: "substring", value: "retreat" },
4768
+ { kind: "phrase", value: "solo practitioner" },
4769
+ { kind: "phrase", value: "personal brand" },
4770
+ { kind: "substring", value: "teacher" },
4771
+ { kind: "substring", value: "coach" },
4772
+ { kind: "phrase", value: "retreat resources" },
4773
+ { kind: "substring", value: "journal" }
4774
+ ],
4775
+ tokenRecipes: {
4776
+ palette: "warm-neutral",
4777
+ contrast: "standard",
4778
+ radius: "soft",
4779
+ shadow: "subtle",
4780
+ typography: "serif-editorial",
4781
+ spacing: "airy",
4782
+ motion: "subtle"
4783
+ },
4784
+ compositionBudget: balancedBudget,
4785
+ recommendedHeaderLookIds: ["editorial-line", "centered-calm", "minimal-transparent"],
4786
+ buttonPersonalityChoices: [
4787
+ buttonChoice("editorial-link"),
4788
+ buttonChoice("soft-pill"),
4789
+ buttonChoice("brushed-wash")
4790
+ ],
4791
+ paletteVariantChoices: [
4792
+ paletteChoice("warm-neutral-forest"),
4793
+ paletteChoice("warm-neutral-clay"),
4794
+ paletteChoice("soft-natural-stone")
4795
+ ]
4796
+ }),
4797
+ defineCuratedSiteStyle({
4798
+ id: "site-style:tactile-workshop",
4799
+ name: "Tactile Workshop",
4800
+ description: "Bright, hands-on, and image-led for maker studios, workshops, and creative classes.",
4801
+ generationBrief: "Lead with objects, materials, studio process, and practical booking detail. Keep the tone warm and direct, with useful mess, clear dates, and enough gallery rhythm to feel like a real creative studio.",
4802
+ siteCreatorSelection: { kind: "site_creator_keyword_heuristic", priority: 50 },
4803
+ selectionKeywordRules: [
4804
+ { kind: "substring", value: "ceramic" },
4805
+ { kind: "word", value: "pottery" },
4806
+ { kind: "phrase", value: "maker studio" },
4807
+ { kind: "phrase", value: "craft class" },
4808
+ { kind: "phrase", value: "craft workshop" },
4809
+ { kind: "word", value: "clay" },
4810
+ { kind: "word", value: "kiln" }
4811
+ ],
4812
+ tokenRecipes: {
4813
+ palette: "brand-led",
4814
+ contrast: "standard",
4815
+ radius: "soft",
4816
+ shadow: "subtle",
4817
+ typography: "friendly-sans",
4818
+ spacing: "regular",
4819
+ motion: "subtle"
4820
+ },
4821
+ compositionBudget: balancedBudget,
4822
+ recommendedHeaderLookIds: ["brand-solid", "practical-utility", "clean-base"],
4823
+ recommendedFooterLookIds: ["site-footer-brand-two-band", "footer-muted-grounding"],
4824
+ buttonPersonalityChoices: [
4825
+ buttonChoice("pebble"),
4826
+ buttonChoice("confident-chip"),
4827
+ buttonChoice("ink-stamp"),
4828
+ buttonChoice("editorial-link")
4829
+ ],
4830
+ paletteVariantChoices: [
4831
+ paletteChoice("brand-led-warm"),
4832
+ paletteChoice("brand-led-cool"),
4833
+ paletteChoice("soft-natural-watercolor"),
4834
+ paletteChoice("warm-neutral-clay")
4835
+ ]
4836
+ }),
4715
4837
  defineCuratedSiteStyle({
4716
4838
  id: "site-style:bold-launch",
4717
4839
  name: "Bold Launch",
4718
4840
  description: "High-energy and punchy for launches, campaigns, and creative offers.",
4719
4841
  generationBrief: "Use crisp positioning, bold hero structure, strong calls to action, and confident visual rhythm. Keep it precise, not shouty.",
4720
- selectionKeywords: [
4721
- "launch",
4722
- "campaign",
4723
- "preorder",
4724
- "pre-order",
4725
- "waitlist",
4726
- "drop"
4842
+ siteCreatorSelection: { kind: "site_creator_keyword_heuristic", priority: 10 },
4843
+ selectionKeywordRules: [
4844
+ { kind: "substring", value: "launch" },
4845
+ { kind: "substring", value: "campaign" },
4846
+ { kind: "word", value: "preorder" },
4847
+ { kind: "phrase", value: "pre-order" },
4848
+ { kind: "substring", value: "waitlist" },
4849
+ { kind: "word", value: "drop" }
4727
4850
  ],
4728
4851
  tokenRecipes: {
4729
4852
  palette: "high-contrast",
@@ -4754,15 +4877,6 @@ var curatedSiteStyles = [
4754
4877
  name: "South West Twerk School",
4755
4878
  description: "Energetic, editorial, and high-contrast for a branded dance school presence.",
4756
4879
  generationBrief: "Use confident rhythm, bold burgundy-and-gold accents, large editorial intro copy, strong booking routes, and dark feature sections where proof or forms need emphasis.",
4757
- selectionKeywords: [
4758
- "dance",
4759
- "classes",
4760
- "workshop",
4761
- "school",
4762
- "movement",
4763
- "performance",
4764
- "community"
4765
- ],
4766
4880
  tokenRecipes: {
4767
4881
  palette: "brand-led",
4768
4882
  contrast: "maximum",
@@ -5069,25 +5183,19 @@ var defaultDesignRuntimeRules = defineDesignRuntimeRules({
5069
5183
  "muted-band": {
5070
5184
  background: {
5071
5185
  type: "color",
5072
- color: "muted",
5073
- textColor: "text",
5074
- headingColor: "text"
5186
+ color: "muted"
5075
5187
  }
5076
5188
  },
5077
5189
  "accent-band": {
5078
5190
  background: {
5079
5191
  type: "color",
5080
- color: "primary",
5081
- textColor: "primaryForeground",
5082
- headingColor: "primaryForeground"
5192
+ color: "primary"
5083
5193
  }
5084
5194
  },
5085
5195
  "brand-depth-band": {
5086
5196
  background: {
5087
5197
  type: "color",
5088
- color: "primary-800",
5089
- textColor: "primaryForeground",
5090
- headingColor: "primaryForeground"
5198
+ color: "primary-800"
5091
5199
  }
5092
5200
  },
5093
5201
  "hero-image": {
@@ -14573,7 +14681,12 @@ var eventListingBlockDefinition = {
14573
14681
  detailLevel: "listing",
14574
14682
  kind: { $bind: { from: "content.kind" } },
14575
14683
  eventSurface: { $bind: { from: "content.eventSurface" } },
14576
- eventPresets: { $bind: { from: "content.filterEventPresets" } },
14684
+ eventPresets: {
14685
+ $bind: {
14686
+ from: "content.filterEventPresets",
14687
+ transforms: [{ id: "value.csv" }]
14688
+ }
14689
+ },
14577
14690
  scheduleScope: { $bind: { from: "content.scheduleScope" } }
14578
14691
  },
14579
14692
  mode: "server"
@@ -15325,7 +15438,12 @@ var eventCalendarBlockDefinition = {
15325
15438
  // Pass filter params if configured
15326
15439
  kind: { $bind: { from: "content.kind" } },
15327
15440
  eventSurface: { $bind: { from: "content.eventSurface" } },
15328
- eventPresets: { $bind: { from: "content.filterEventPresets" } },
15441
+ eventPresets: {
15442
+ $bind: {
15443
+ from: "content.filterEventPresets",
15444
+ transforms: [{ id: "value.csv" }]
15445
+ }
15446
+ },
15329
15447
  scheduleScope: { $bind: { from: "content.scheduleScope" } },
15330
15448
  categoryIds: { $bind: { from: "content.filterCategoryIds" } },
15331
15449
  staffMemberId: { $bind: { from: "content.filterStaffMemberId" } },
@@ -4,7 +4,7 @@ import * as path from "path";
4
4
  import * as crypto from "crypto";
5
5
 
6
6
  // src/version.ts
7
- var SDK_VERSION = "0.64.0";
7
+ var SDK_VERSION = "0.68.0";
8
8
 
9
9
  // src/constants.ts
10
10
  var PREBUILD_PAGE_SIZE = 50;