@riverbankcms/sdk 0.60.3 → 0.60.7

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/dist/_dts/api/src/appointmentSetup.d.ts +2 -2
  2. package/dist/_dts/api/src/bookingConfig.d.ts +6 -0
  3. package/dist/_dts/api/src/bookingManagementEndpoints.d.ts +45 -3
  4. package/dist/_dts/api/src/bookingOperations.d.ts +40 -3
  5. package/dist/_dts/api/src/bookingVerticals.d.ts +1 -0
  6. package/dist/_dts/api/src/courses.d.ts +1 -5
  7. package/dist/_dts/api/src/endpoints.d.ts +80 -1
  8. package/dist/_dts/api/src/index.d.ts +3 -2
  9. package/dist/_dts/api/src/navigation/contracts.d.ts +9 -9
  10. package/dist/_dts/api/src/public/endpoints.d.ts +1 -1
  11. package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +15 -1
  12. package/dist/_dts/api/src/resources.d.ts +1 -1
  13. package/dist/_dts/api/src/siteBanner.d.ts +8 -8
  14. package/dist/_dts/api/src/siteManagementEndpoints.d.ts +3 -39
  15. package/dist/_dts/api/src/siteOnboarding.d.ts +1 -0
  16. package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +2 -0
  17. package/dist/_dts/api/src/teamMembers.d.ts +27 -0
  18. package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +35 -29
  19. package/dist/_dts/blocks/src/system/blocks/courses/shared/types.d.ts +1 -5
  20. package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +40 -34
  21. package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +1 -5
  22. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +1 -1
  23. package/dist/_dts/blocks/src/system/blocks/products/shared.d.ts +2 -2
  24. package/dist/_dts/blocks/src/system/blocks/shared/bookingPaymentTerms.d.ts +9 -9
  25. package/dist/_dts/blocks/src/system/blocks/shared/teamMembers.d.ts +24 -0
  26. package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +18 -8
  27. package/dist/_dts/blocks/src/system/constants/background.d.ts +1 -1
  28. package/dist/_dts/blocks/src/system/data/loaderEndpoints.d.ts +1 -1
  29. package/dist/_dts/blocks/src/system/data/utils.d.ts +1 -1
  30. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +201 -201
  31. package/dist/_dts/blocks/src/system/manifest/validation.d.ts +2 -2
  32. package/dist/_dts/blocks/src/system/node/fragments/ctaButton.d.ts +2 -0
  33. package/dist/_dts/blocks/src/system/node/schema.d.ts +5 -5
  34. package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +1 -1
  35. package/dist/_dts/blocks/src/system/runtime/nodes/shared/contract-schemas.d.ts +4 -4
  36. package/dist/_dts/blocks/src/system/runtime/shared/themedButtonClass.d.ts +11 -0
  37. package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
  38. package/dist/_dts/blocks/src/system/transforms/typed.d.ts +3 -3
  39. package/dist/_dts/content-editor/src/ui/editorUiStore.d.ts +10 -2
  40. package/dist/_dts/content-model/src/content-types/schema.d.ts +8 -8
  41. package/dist/_dts/content-model/src/metadataConfig.d.ts +1 -0
  42. package/dist/_dts/core/src/branded.d.ts +2 -0
  43. package/dist/_dts/core/src/participants.d.ts +32 -1
  44. package/dist/_dts/core/src/rectification.d.ts +79 -0
  45. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +130 -14
  46. package/dist/_dts/db/src/schemas/forms.d.ts +61 -61
  47. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +17 -15
  48. package/dist/_dts/sdk/src/client/types.d.ts +10 -2
  49. package/dist/_dts/sdk/src/config/types.d.ts +1 -1
  50. package/dist/_dts/sdk/src/config/validation.d.ts +40 -37
  51. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +17 -8
  52. package/dist/_dts/sdk/src/data/prefetchBlockData.d.ts +1 -1
  53. package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +19 -19
  54. package/dist/_dts/sdk/src/public-api/contracts.d.ts +87 -69
  55. package/dist/_dts/sdk/src/public-api/runtime.d.ts +1 -1
  56. package/dist/_dts/sdk/src/rendering/islands/types.d.ts +2 -5
  57. package/dist/_dts/sdk/src/version.d.ts +1 -1
  58. package/dist/_dts/theme-core/src/accordions/types.d.ts +11 -11
  59. package/dist/_dts/theme-core/src/buttons/personalities/brushed-wash.d.ts +7 -2
  60. package/dist/_dts/theme-core/src/buttons/personalities/confident-chip.d.ts +7 -2
  61. package/dist/_dts/theme-core/src/buttons/personalities/editorial-link.d.ts +7 -2
  62. package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +86 -5
  63. package/dist/_dts/theme-core/src/buttons/personalities/ink-stamp.d.ts +7 -2
  64. package/dist/_dts/theme-core/src/buttons/personalities/pebble.d.ts +7 -2
  65. package/dist/_dts/theme-core/src/buttons/personalities/soft-pill.d.ts +7 -2
  66. package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +20 -20
  67. package/dist/_dts/theme-core/src/buttons/types.d.ts +27 -27
  68. package/dist/_dts/theme-core/src/cards/types.d.ts +17 -17
  69. package/dist/_dts/theme-core/src/inputs/types.d.ts +14 -14
  70. package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +2 -2
  71. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +438 -438
  72. package/dist/_dts/theme-core/src/navigation/types.d.ts +16 -16
  73. package/dist/_dts/theme-core/src/palette/variants/brand-led.d.ts +33 -9
  74. package/dist/_dts/theme-core/src/palette/variants/high-contrast.d.ts +33 -9
  75. package/dist/_dts/theme-core/src/palette/variants/index.d.ts +200 -4
  76. package/dist/_dts/theme-core/src/palette/variants/soft-natural.d.ts +33 -9
  77. package/dist/_dts/theme-core/src/palette/variants/types.d.ts +25 -25
  78. package/dist/_dts/theme-core/src/palette/variants/warm-neutral.d.ts +33 -9
  79. package/dist/_dts/theme-core/src/schema.d.ts +662 -662
  80. package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +4 -4
  81. package/dist/_dts/theme-core/src/site-styles/curatedChoices.d.ts +27 -0
  82. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +48 -194
  83. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +15 -15
  84. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +7 -7
  85. package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -1
  86. package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +12 -14
  87. package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +46 -0
  88. package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +5 -5
  89. package/dist/_dts/ui/src/badge.d.ts +1 -1
  90. package/dist/_dts/ui/src/button-group.d.ts +1 -1
  91. package/dist/_dts/ui/src/button.d.ts +2 -2
  92. package/dist/_dts/ui/src/callout.d.ts +1 -1
  93. package/dist/_dts/ui/src/card.d.ts +1 -1
  94. package/dist/_dts/ui/src/palette/ColorChooserDialog.d.ts +47 -0
  95. package/dist/_dts/ui/src/palette/ColorSlotButton.d.ts +15 -0
  96. package/dist/_dts/ui/src/palette/ColorSwatchButton.d.ts +15 -0
  97. package/dist/_dts/ui/src/palette/PaletteTokenEditor.d.ts +50 -0
  98. package/dist/_dts/ui/src/palette/hex.d.ts +23 -0
  99. package/dist/_dts/ui/src/palette/index.d.ts +14 -0
  100. package/dist/_dts/ui/src/surface.d.ts +2 -2
  101. package/dist/_dts/ui/src/toggle.d.ts +4 -4
  102. package/dist/cli/index.mjs +1535 -1183
  103. package/dist/client/client.mjs +3944 -3454
  104. package/dist/client/hooks.mjs +2053 -1743
  105. package/dist/client/rendering/client.mjs +311 -167
  106. package/dist/client/rendering/islands.mjs +159 -73
  107. package/dist/client/rendering.mjs +1918 -1447
  108. package/dist/preview-next/before-render.mjs +147 -1
  109. package/dist/preview-next/client/runtime.mjs +2828 -2174
  110. package/dist/preview-next/middleware.mjs +147 -1
  111. package/dist/server/components.mjs +4311 -3928
  112. package/dist/server/config-validation.mjs +2201 -1906
  113. package/dist/server/config.mjs +2201 -1906
  114. package/dist/server/data.mjs +2053 -1743
  115. package/dist/server/index.mjs +171 -4
  116. package/dist/server/next.mjs +3442 -3024
  117. package/dist/server/page-converter.mjs +2109 -1962
  118. package/dist/server/prebuild.mjs +1 -1
  119. package/dist/server/rendering/server.mjs +4021 -3622
  120. package/dist/server/rendering.mjs +4021 -3622
  121. package/dist/server/routing.mjs +2377 -2058
  122. package/dist/server/server.mjs +2244 -1915
  123. package/dist/server/theme-bridge.mjs +130 -126
  124. package/dist/server/theme.mjs +131 -129
  125. package/package.json +1 -1
  126. package/dist/_dts/theme-core/src/site-styles/compatibility.d.ts +0 -109
@@ -461,7 +461,7 @@ export type Database = {
461
461
  foreignKeyName: "appointment_availability_rules_resource_id_fkey";
462
462
  columns: ["resource_id"];
463
463
  isOneToOne: false;
464
- referencedRelation: "appointment_resources";
464
+ referencedRelation: "staff_members";
465
465
  referencedColumns: ["id"];
466
466
  },
467
467
  {
@@ -513,7 +513,7 @@ export type Database = {
513
513
  foreignKeyName: "appointment_blackouts_resource_id_fkey";
514
514
  columns: ["resource_id"];
515
515
  isOneToOne: false;
516
- referencedRelation: "appointment_resources";
516
+ referencedRelation: "staff_members";
517
517
  referencedColumns: ["id"];
518
518
  },
519
519
  {
@@ -579,7 +579,7 @@ export type Database = {
579
579
  foreignKeyName: "appointment_calendar_connections_resource_id_fkey";
580
580
  columns: ["resource_id"];
581
581
  isOneToOne: false;
582
- referencedRelation: "appointment_resources";
582
+ referencedRelation: "staff_members";
583
583
  referencedColumns: ["id"];
584
584
  },
585
585
  {
@@ -722,6 +722,7 @@ export type Database = {
722
722
  };
723
723
  appointment_resources: {
724
724
  Row: {
725
+ archived_at: string | null;
725
726
  avatar_asset_id: string | null;
726
727
  bio: string | null;
727
728
  calendar_sync_enabled: boolean;
@@ -735,6 +736,7 @@ export type Database = {
735
736
  user_id: string | null;
736
737
  };
737
738
  Insert: {
739
+ archived_at?: string | null;
738
740
  avatar_asset_id?: string | null;
739
741
  bio?: string | null;
740
742
  calendar_sync_enabled?: boolean;
@@ -748,6 +750,7 @@ export type Database = {
748
750
  user_id?: string | null;
749
751
  };
750
752
  Update: {
753
+ archived_at?: string | null;
751
754
  avatar_asset_id?: string | null;
752
755
  bio?: string | null;
753
756
  calendar_sync_enabled?: boolean;
@@ -954,7 +957,7 @@ export type Database = {
954
957
  foreignKeyName: "appointments_resource_id_fkey";
955
958
  columns: ["resource_id"];
956
959
  isOneToOne: false;
957
- referencedRelation: "appointment_resources";
960
+ referencedRelation: "staff_members";
958
961
  referencedColumns: ["id"];
959
962
  },
960
963
  {
@@ -2254,8 +2257,8 @@ export type Database = {
2254
2257
  created_at: string;
2255
2258
  customer_id: string | null;
2256
2259
  display_name: string | null;
2257
- email: string;
2258
- email_normalized: string;
2260
+ email: string | null;
2261
+ email_normalized: string | null;
2259
2262
  id: string;
2260
2263
  identity_state: string;
2261
2264
  metadata: Json;
@@ -2267,8 +2270,8 @@ export type Database = {
2267
2270
  created_at?: string;
2268
2271
  customer_id?: string | null;
2269
2272
  display_name?: string | null;
2270
- email: string;
2271
- email_normalized: string;
2273
+ email?: string | null;
2274
+ email_normalized?: string | null;
2272
2275
  id?: string;
2273
2276
  identity_state?: string;
2274
2277
  metadata?: Json;
@@ -2280,8 +2283,8 @@ export type Database = {
2280
2283
  created_at?: string;
2281
2284
  customer_id?: string | null;
2282
2285
  display_name?: string | null;
2283
- email?: string;
2284
- email_normalized?: string;
2286
+ email?: string | null;
2287
+ email_normalized?: string | null;
2285
2288
  id?: string;
2286
2289
  identity_state?: string;
2287
2290
  metadata?: Json;
@@ -3615,6 +3618,7 @@ export type Database = {
3615
3618
  sdk_content_hash: string | null;
3616
3619
  sdk_synced_at: string | null;
3617
3620
  site_id: string;
3621
+ staff_member_owner_id: string | null;
3618
3622
  updated_at: string;
3619
3623
  updated_by: string | null;
3620
3624
  };
@@ -3632,6 +3636,7 @@ export type Database = {
3632
3636
  sdk_content_hash?: string | null;
3633
3637
  sdk_synced_at?: string | null;
3634
3638
  site_id: string;
3639
+ staff_member_owner_id?: string | null;
3635
3640
  updated_at?: string;
3636
3641
  updated_by?: string | null;
3637
3642
  };
@@ -3649,6 +3654,7 @@ export type Database = {
3649
3654
  sdk_content_hash?: string | null;
3650
3655
  sdk_synced_at?: string | null;
3651
3656
  site_id?: string;
3657
+ staff_member_owner_id?: string | null;
3652
3658
  updated_at?: string;
3653
3659
  updated_by?: string | null;
3654
3660
  };
@@ -3687,6 +3693,13 @@ export type Database = {
3687
3693
  isOneToOne: false;
3688
3694
  referencedRelation: "sites";
3689
3695
  referencedColumns: ["id"];
3696
+ },
3697
+ {
3698
+ foreignKeyName: "content_entries_staff_member_owner_id_fkey";
3699
+ columns: ["staff_member_owner_id"];
3700
+ isOneToOne: false;
3701
+ referencedRelation: "staff_members";
3702
+ referencedColumns: ["id"];
3690
3703
  }
3691
3704
  ];
3692
3705
  };
@@ -6151,7 +6164,7 @@ export type Database = {
6151
6164
  foreignKeyName: "event_occurrence_staff_members_staff_member_id_fkey";
6152
6165
  columns: ["staff_member_id"];
6153
6166
  isOneToOne: false;
6154
- referencedRelation: "appointment_resources";
6167
+ referencedRelation: "staff_members";
6155
6168
  referencedColumns: ["id"];
6156
6169
  }
6157
6170
  ];
@@ -6582,7 +6595,7 @@ export type Database = {
6582
6595
  foreignKeyName: "event_series_staff_members_staff_member_id_fkey";
6583
6596
  columns: ["staff_member_id"];
6584
6597
  isOneToOne: false;
6585
- referencedRelation: "appointment_resources";
6598
+ referencedRelation: "staff_members";
6586
6599
  referencedColumns: ["id"];
6587
6600
  }
6588
6601
  ];
@@ -10651,7 +10664,7 @@ export type Database = {
10651
10664
  foreignKeyName: "service_resources_resource_id_fkey";
10652
10665
  columns: ["resource_id"];
10653
10666
  isOneToOne: false;
10654
- referencedRelation: "appointment_resources";
10667
+ referencedRelation: "staff_members";
10655
10668
  referencedColumns: ["id"];
10656
10669
  },
10657
10670
  {
@@ -11537,7 +11550,7 @@ export type Database = {
11537
11550
  foreignKeyName: "site_memberships_linked_staff_member_id_fkey";
11538
11551
  columns: ["linked_staff_member_id"];
11539
11552
  isOneToOne: false;
11540
- referencedRelation: "appointment_resources";
11553
+ referencedRelation: "staff_members";
11541
11554
  referencedColumns: ["id"];
11542
11555
  },
11543
11556
  {
@@ -12137,6 +12150,85 @@ export type Database = {
12137
12150
  };
12138
12151
  Relationships: [];
12139
12152
  };
12153
+ staff_members: {
12154
+ Row: {
12155
+ archived_at: string | null;
12156
+ archived_by: string | null;
12157
+ avatar_asset_id: string | null;
12158
+ bio: string | null;
12159
+ calendar_sync_enabled: boolean;
12160
+ color_hex: string | null;
12161
+ content_entry_id: string | null;
12162
+ created_at: string;
12163
+ display_name: string;
12164
+ id: string;
12165
+ role_label: string | null;
12166
+ short_bio: string | null;
12167
+ site_id: string;
12168
+ timezone: string;
12169
+ updated_at: string;
12170
+ user_id: string | null;
12171
+ };
12172
+ Insert: {
12173
+ archived_at?: string | null;
12174
+ archived_by?: string | null;
12175
+ avatar_asset_id?: string | null;
12176
+ bio?: string | null;
12177
+ calendar_sync_enabled?: boolean;
12178
+ color_hex?: string | null;
12179
+ content_entry_id?: string | null;
12180
+ created_at?: string;
12181
+ display_name: string;
12182
+ id?: string;
12183
+ role_label?: string | null;
12184
+ short_bio?: string | null;
12185
+ site_id: string;
12186
+ timezone?: string;
12187
+ updated_at?: string;
12188
+ user_id?: string | null;
12189
+ };
12190
+ Update: {
12191
+ archived_at?: string | null;
12192
+ archived_by?: string | null;
12193
+ avatar_asset_id?: string | null;
12194
+ bio?: string | null;
12195
+ calendar_sync_enabled?: boolean;
12196
+ color_hex?: string | null;
12197
+ content_entry_id?: string | null;
12198
+ created_at?: string;
12199
+ display_name?: string;
12200
+ id?: string;
12201
+ role_label?: string | null;
12202
+ short_bio?: string | null;
12203
+ site_id?: string;
12204
+ timezone?: string;
12205
+ updated_at?: string;
12206
+ user_id?: string | null;
12207
+ };
12208
+ Relationships: [
12209
+ {
12210
+ foreignKeyName: "staff_members_avatar_asset_id_fkey";
12211
+ columns: ["avatar_asset_id"];
12212
+ isOneToOne: false;
12213
+ referencedRelation: "media_assets";
12214
+ referencedColumns: ["id"];
12215
+ },
12216
+ {
12217
+ foreignKeyName: "staff_members_content_entry_id_fkey";
12218
+ columns: ["content_entry_id"];
12219
+ isOneToOne: true;
12220
+ referencedRelation: "content_entries";
12221
+ referencedColumns: ["id"];
12222
+ },
12223
+ {
12224
+ foreignKeyName: "staff_members_site_id_fkey";
12225
+ columns: ["site_id"];
12226
+ isOneToOne: false;
12227
+ referencedRelation: "sites";
12228
+ referencedColumns: ["id"];
12229
+ }
12230
+ ];
12231
+ };
12140
12232
  themes: {
12141
12233
  Row: {
12142
12234
  created_at: string;
@@ -13523,6 +13615,30 @@ export type Database = {
13523
13615
  };
13524
13616
  };
13525
13617
  Functions: {
13618
+ accept_site_invitation: {
13619
+ Args: {
13620
+ p_invitation_id: string;
13621
+ p_user?: string;
13622
+ };
13623
+ Returns: {
13624
+ accepted_at: string | null;
13625
+ created_at: string;
13626
+ id: string;
13627
+ invited_by: string | null;
13628
+ linked_staff_member_id: string | null;
13629
+ removed_at: string | null;
13630
+ role: Database["public"]["Enums"]["site_role"];
13631
+ site_id: string;
13632
+ updated_at: string;
13633
+ user_id: string;
13634
+ };
13635
+ SetofOptions: {
13636
+ from: "*";
13637
+ to: "site_memberships";
13638
+ isOneToOne: true;
13639
+ isSetofReturn: false;
13640
+ };
13641
+ };
13526
13642
  adjust_product_inventory: {
13527
13643
  Args: {
13528
13644
  p_enforce_available?: boolean;
@@ -117,10 +117,10 @@ export declare const bookingQuestionsFormSettingsSchema: z.ZodObject<{
117
117
  }, z.core.$strict>>;
118
118
  templateKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
119
119
  audienceHint: z.ZodOptional<z.ZodEnum<{
120
+ appointments: "appointments";
120
121
  courses: "courses";
121
122
  events: "events";
122
123
  mixed: "mixed";
123
- appointments: "appointments";
124
124
  }>>;
125
125
  customerTitle: z.ZodOptional<z.ZodString>;
126
126
  introTitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -214,10 +214,10 @@ export declare const formSettingsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
214
214
  }, z.core.$strict>>;
215
215
  templateKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
216
216
  audienceHint: z.ZodOptional<z.ZodEnum<{
217
+ appointments: "appointments";
217
218
  courses: "courses";
218
219
  events: "events";
219
220
  mixed: "mixed";
220
- appointments: "appointments";
221
221
  }>>;
222
222
  customerTitle: z.ZodOptional<z.ZodString>;
223
223
  introTitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -240,17 +240,17 @@ export declare const formFieldSchema: z.ZodObject<{
240
240
  label: z.ZodString;
241
241
  type: z.ZodEnum<{
242
242
  number: "number";
243
+ url: "url";
243
244
  date: "date";
244
- time: "time";
245
245
  email: "email";
246
- url: "url";
247
- select: "select";
248
- textarea: "textarea";
249
246
  text: "text";
250
- tel: "tel";
247
+ textarea: "textarea";
248
+ select: "select";
251
249
  radio: "radio";
252
250
  checkbox: "checkbox";
253
251
  consent: "consent";
252
+ tel: "tel";
253
+ time: "time";
254
254
  }>;
255
255
  required: z.ZodDefault<z.ZodBoolean>;
256
256
  placeholder: z.ZodOptional<z.ZodString>;
@@ -273,8 +273,8 @@ export declare const formFieldSchema: z.ZodObject<{
273
273
  }, z.core.$strict>>;
274
274
  }, z.core.$strict>;
275
275
  export declare const bookingQuestionDocumentFileTypeSchema: z.ZodEnum<{
276
- image: "image";
277
276
  pdf: "pdf";
277
+ image: "image";
278
278
  docx: "docx";
279
279
  }>;
280
280
  declare const bookingQuestionScalarFieldSchema: z.ZodObject<{
@@ -301,16 +301,16 @@ declare const bookingQuestionScalarFieldSchema: z.ZodObject<{
301
301
  }, z.core.$strict>>;
302
302
  type: z.ZodEnum<{
303
303
  number: "number";
304
+ url: "url";
304
305
  date: "date";
305
- time: "time";
306
306
  email: "email";
307
- url: "url";
308
- select: "select";
309
- textarea: "textarea";
310
307
  text: "text";
311
- tel: "tel";
308
+ textarea: "textarea";
309
+ select: "select";
312
310
  radio: "radio";
313
311
  checkbox: "checkbox";
312
+ tel: "tel";
313
+ time: "time";
314
314
  }>;
315
315
  }, z.core.$strict>;
316
316
  declare const bookingQuestionDocumentUploadFieldSchema: z.ZodObject<{
@@ -327,8 +327,8 @@ declare const bookingQuestionDocumentUploadFieldSchema: z.ZodObject<{
327
327
  }>>;
328
328
  }, z.core.$strict>>;
329
329
  allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
330
- image: "image";
331
330
  pdf: "pdf";
331
+ image: "image";
332
332
  docx: "docx";
333
333
  }>>>;
334
334
  maxBytes: z.ZodDefault<z.ZodNumber>;
@@ -357,16 +357,16 @@ export declare const bookingQuestionFieldSchema: z.ZodDiscriminatedUnion<[z.ZodO
357
357
  }, z.core.$strict>>;
358
358
  type: z.ZodEnum<{
359
359
  number: "number";
360
+ url: "url";
360
361
  date: "date";
361
- time: "time";
362
362
  email: "email";
363
- url: "url";
364
- select: "select";
365
- textarea: "textarea";
366
363
  text: "text";
367
- tel: "tel";
364
+ textarea: "textarea";
365
+ select: "select";
368
366
  radio: "radio";
369
367
  checkbox: "checkbox";
368
+ tel: "tel";
369
+ time: "time";
370
370
  }>;
371
371
  }, z.core.$strict>, z.ZodObject<{
372
372
  id: z.ZodString;
@@ -382,8 +382,8 @@ export declare const bookingQuestionFieldSchema: z.ZodDiscriminatedUnion<[z.ZodO
382
382
  }>>;
383
383
  }, z.core.$strict>>;
384
384
  allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
385
- image: "image";
386
385
  pdf: "pdf";
386
+ image: "image";
387
387
  docx: "docx";
388
388
  }>>>;
389
389
  maxBytes: z.ZodDefault<z.ZodNumber>;
@@ -416,16 +416,16 @@ export declare const bookingQuestionsSectionSchema: z.ZodObject<{
416
416
  }, z.core.$strict>>;
417
417
  type: z.ZodEnum<{
418
418
  number: "number";
419
+ url: "url";
419
420
  date: "date";
420
- time: "time";
421
421
  email: "email";
422
- url: "url";
423
- select: "select";
424
- textarea: "textarea";
425
422
  text: "text";
426
- tel: "tel";
423
+ textarea: "textarea";
424
+ select: "select";
427
425
  radio: "radio";
428
426
  checkbox: "checkbox";
427
+ tel: "tel";
428
+ time: "time";
429
429
  }>;
430
430
  }, z.core.$strict>, z.ZodObject<{
431
431
  id: z.ZodString;
@@ -441,8 +441,8 @@ export declare const bookingQuestionsSectionSchema: z.ZodObject<{
441
441
  }>>;
442
442
  }, z.core.$strict>>;
443
443
  allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
444
- image: "image";
445
444
  pdf: "pdf";
445
+ image: "image";
446
446
  docx: "docx";
447
447
  }>>>;
448
448
  maxBytes: z.ZodDefault<z.ZodNumber>;
@@ -478,16 +478,16 @@ export declare const bookingQuestionsDetailedSchemaSchema: z.ZodObject<{
478
478
  }, z.core.$strict>>;
479
479
  type: z.ZodEnum<{
480
480
  number: "number";
481
+ url: "url";
481
482
  date: "date";
482
- time: "time";
483
483
  email: "email";
484
- url: "url";
485
- select: "select";
486
- textarea: "textarea";
487
484
  text: "text";
488
- tel: "tel";
485
+ textarea: "textarea";
486
+ select: "select";
489
487
  radio: "radio";
490
488
  checkbox: "checkbox";
489
+ tel: "tel";
490
+ time: "time";
491
491
  }>;
492
492
  }, z.core.$strict>, z.ZodObject<{
493
493
  id: z.ZodString;
@@ -503,8 +503,8 @@ export declare const bookingQuestionsDetailedSchemaSchema: z.ZodObject<{
503
503
  }>>;
504
504
  }, z.core.$strict>>;
505
505
  allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
506
- image: "image";
507
506
  pdf: "pdf";
507
+ image: "image";
508
508
  docx: "docx";
509
509
  }>>>;
510
510
  maxBytes: z.ZodDefault<z.ZodNumber>;
@@ -522,17 +522,17 @@ export declare const formSchemaSchema: z.ZodObject<{
522
522
  label: z.ZodString;
523
523
  type: z.ZodEnum<{
524
524
  number: "number";
525
+ url: "url";
525
526
  date: "date";
526
- time: "time";
527
527
  email: "email";
528
- url: "url";
529
- select: "select";
530
- textarea: "textarea";
531
528
  text: "text";
532
- tel: "tel";
529
+ textarea: "textarea";
530
+ select: "select";
533
531
  radio: "radio";
534
532
  checkbox: "checkbox";
535
533
  consent: "consent";
534
+ tel: "tel";
535
+ time: "time";
536
536
  }>;
537
537
  required: z.ZodDefault<z.ZodBoolean>;
538
538
  placeholder: z.ZodOptional<z.ZodString>;
@@ -581,16 +581,16 @@ export declare const bookingQuestionsFlatSchemaSchema: z.ZodObject<{
581
581
  }, z.core.$strict>>;
582
582
  type: z.ZodEnum<{
583
583
  number: "number";
584
+ url: "url";
584
585
  date: "date";
585
- time: "time";
586
586
  email: "email";
587
- url: "url";
588
- select: "select";
589
- textarea: "textarea";
590
587
  text: "text";
591
- tel: "tel";
588
+ textarea: "textarea";
589
+ select: "select";
592
590
  radio: "radio";
593
591
  checkbox: "checkbox";
592
+ tel: "tel";
593
+ time: "time";
594
594
  }>;
595
595
  }, z.core.$strict>, z.ZodObject<{
596
596
  id: z.ZodString;
@@ -606,8 +606,8 @@ export declare const bookingQuestionsFlatSchemaSchema: z.ZodObject<{
606
606
  }>>;
607
607
  }, z.core.$strict>>;
608
608
  allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
609
- image: "image";
610
609
  pdf: "pdf";
610
+ image: "image";
611
611
  docx: "docx";
612
612
  }>>>;
613
613
  maxBytes: z.ZodDefault<z.ZodNumber>;
@@ -639,16 +639,16 @@ export declare const bookingQuestionsStoredSchemaSchema: z.ZodUnion<readonly [z.
639
639
  }, z.core.$strict>>;
640
640
  type: z.ZodEnum<{
641
641
  number: "number";
642
+ url: "url";
642
643
  date: "date";
643
- time: "time";
644
644
  email: "email";
645
- url: "url";
646
- select: "select";
647
- textarea: "textarea";
648
645
  text: "text";
649
- tel: "tel";
646
+ textarea: "textarea";
647
+ select: "select";
650
648
  radio: "radio";
651
649
  checkbox: "checkbox";
650
+ tel: "tel";
651
+ time: "time";
652
652
  }>;
653
653
  }, z.core.$strict>, z.ZodObject<{
654
654
  id: z.ZodString;
@@ -664,8 +664,8 @@ export declare const bookingQuestionsStoredSchemaSchema: z.ZodUnion<readonly [z.
664
664
  }>>;
665
665
  }, z.core.$strict>>;
666
666
  allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
667
- image: "image";
668
667
  pdf: "pdf";
668
+ image: "image";
669
669
  docx: "docx";
670
670
  }>>>;
671
671
  maxBytes: z.ZodDefault<z.ZodNumber>;
@@ -700,16 +700,16 @@ export declare const bookingQuestionsStoredSchemaSchema: z.ZodUnion<readonly [z.
700
700
  }, z.core.$strict>>;
701
701
  type: z.ZodEnum<{
702
702
  number: "number";
703
+ url: "url";
703
704
  date: "date";
704
- time: "time";
705
705
  email: "email";
706
- url: "url";
707
- select: "select";
708
- textarea: "textarea";
709
706
  text: "text";
710
- tel: "tel";
707
+ textarea: "textarea";
708
+ select: "select";
711
709
  radio: "radio";
712
710
  checkbox: "checkbox";
711
+ tel: "tel";
712
+ time: "time";
713
713
  }>;
714
714
  }, z.core.$strict>, z.ZodObject<{
715
715
  id: z.ZodString;
@@ -725,8 +725,8 @@ export declare const bookingQuestionsStoredSchemaSchema: z.ZodUnion<readonly [z.
725
725
  }>>;
726
726
  }, z.core.$strict>>;
727
727
  allowedFileTypes: z.ZodDefault<z.ZodArray<z.ZodEnum<{
728
- image: "image";
729
728
  pdf: "pdf";
729
+ image: "image";
730
730
  docx: "docx";
731
731
  }>>>;
732
732
  maxBytes: z.ZodDefault<z.ZodNumber>;
@@ -775,17 +775,17 @@ export declare const createFormPayloadSchema: z.ZodObject<{
775
775
  label: z.ZodString;
776
776
  type: z.ZodEnum<{
777
777
  number: "number";
778
+ url: "url";
778
779
  date: "date";
779
- time: "time";
780
780
  email: "email";
781
- url: "url";
782
- select: "select";
783
- textarea: "textarea";
784
781
  text: "text";
785
- tel: "tel";
782
+ textarea: "textarea";
783
+ select: "select";
786
784
  radio: "radio";
787
785
  checkbox: "checkbox";
788
786
  consent: "consent";
787
+ tel: "tel";
788
+ time: "time";
789
789
  }>;
790
790
  required: z.ZodDefault<z.ZodBoolean>;
791
791
  placeholder: z.ZodOptional<z.ZodString>;
@@ -888,10 +888,10 @@ export declare const createFormPayloadSchema: z.ZodObject<{
888
888
  }, z.core.$strict>>;
889
889
  templateKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
890
890
  audienceHint: z.ZodOptional<z.ZodEnum<{
891
+ appointments: "appointments";
891
892
  courses: "courses";
892
893
  events: "events";
893
894
  mixed: "mixed";
894
- appointments: "appointments";
895
895
  }>>;
896
896
  customerTitle: z.ZodOptional<z.ZodString>;
897
897
  introTitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;