@riverbankcms/sdk 0.60.11 → 0.60.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -7
- package/dist/_dts/api/src/accessAdmin.d.ts +102 -0
- package/dist/_dts/api/src/bookingConfig.d.ts +31 -1
- package/dist/_dts/api/src/bookingManagementEndpoints.d.ts +38 -1
- package/dist/_dts/api/src/bookingOperations.d.ts +3 -0
- package/dist/_dts/api/src/bookingRecords.d.ts +45 -0
- package/dist/_dts/api/src/bookingRefundOutcomes.d.ts +4 -4
- package/dist/_dts/api/src/commercePortalEndpoints.d.ts +1 -5
- package/dist/_dts/api/src/common/envelope.d.ts +1 -1
- package/dist/_dts/api/src/communications.d.ts +1 -1
- package/dist/_dts/api/src/contentRuntime.d.ts +1 -1
- package/dist/_dts/api/src/domains.d.ts +14 -13
- package/dist/_dts/api/src/endpoints.d.ts +121 -9
- package/dist/_dts/api/src/index.d.ts +3 -2
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +1 -0
- package/dist/_dts/api/src/seoEndpoints.d.ts +2 -0
- package/dist/_dts/api/src/siteAssets.d.ts +0 -10
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +15 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/blocks/src/PageRenderer.d.ts +1 -0
- package/dist/_dts/blocks/src/index.d.ts +1 -0
- package/dist/_dts/blocks/src/portal/types.d.ts +1 -1
- package/dist/_dts/blocks/src/server.d.ts +1 -0
- package/dist/_dts/blocks/src/subroutes/fold.d.ts +40 -0
- package/dist/_dts/blocks/src/subroutes/formatDate.d.ts +12 -0
- package/dist/_dts/blocks/src/subroutes/index.d.ts +3 -0
- package/dist/_dts/blocks/src/subroutes/kinds.d.ts +32 -0
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +3 -1
- package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/types.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.interactive.d.ts +1 -0
- package/dist/_dts/blocks/src/system/spacing.d.ts +2 -1
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +5 -0
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +5 -1
- package/dist/_dts/core/src/booking-refunds.d.ts +8 -0
- package/dist/_dts/core/src/participant-identity.d.ts +1 -1
- package/dist/_dts/core/src/participants.d.ts +19 -7
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +284 -96
- package/dist/_dts/db/src/schemas/forms.d.ts +135 -24
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/SubrouteNoticePanel.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/subrouteNotice.d.ts +26 -0
- package/dist/_dts/sdk/src/contracts/page.d.ts +1 -0
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +2 -1
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +1 -0
- package/dist/_dts/sdk/src/routing/resolvePageContent.d.ts +4 -5
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
- package/dist/_dts/theme-core/src/buttons/personalities/showtime-pill.d.ts +17 -0
- package/dist/_dts/theme-core/src/buttons/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +66 -30
- package/dist/_dts/theme-core/src/palette/variants/brand-led.d.ts +16 -0
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +3 -3
- package/dist/_dts/theme-core/src/schema.d.ts +174 -6
- package/dist/_dts/theme-core/src/site-styles/appearancePresets.d.ts +328 -15
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +54 -2
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +124 -0
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +1 -0
- package/dist/_dts/theme-core/src/site-styles/lookResolution.d.ts +21 -0
- package/dist/_dts/theme-core/src/site-styles/pageDesignEditorModel.d.ts +2 -1
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +135 -2
- package/dist/_dts/ui/src/badge.d.ts +1 -1
- package/dist/_dts/ui/src/button.d.ts +1 -1
- package/dist/cli/index.mjs +801 -115
- package/dist/client/bookings.mjs +115 -1
- package/dist/client/client.mjs +905 -166
- package/dist/client/hooks.mjs +794 -111
- package/dist/client/rendering/client.mjs +179 -39
- package/dist/client/rendering/islands.mjs +179 -38
- package/dist/client/rendering.mjs +904 -165
- package/dist/preview-next/before-render.mjs +160 -16
- package/dist/preview-next/client/runtime.mjs +1674 -260
- package/dist/preview-next/middleware.mjs +160 -16
- package/dist/server/components.mjs +895 -165
- package/dist/server/config-validation.mjs +794 -111
- package/dist/server/config.mjs +794 -111
- package/dist/server/data.mjs +794 -111
- package/dist/server/index.mjs +163 -17
- package/dist/server/next.mjs +898 -167
- package/dist/server/page-converter.mjs +589 -82
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +895 -165
- package/dist/server/rendering.mjs +895 -165
- package/dist/server/routing.mjs +828 -117
- package/dist/server/server.mjs +795 -112
- package/dist/server/theme-bridge.mjs +216 -39
- package/dist/server/theme.mjs +139 -37
- package/dist/styles/index.css +44 -2
- package/package.json +1 -1
|
@@ -518,7 +518,7 @@ export declare const API_ENDPOINTS: {
|
|
|
518
518
|
readonly method: "GET";
|
|
519
519
|
readonly tags: ["riverbank:site:{siteId}", "riverbank:site:{siteId}:newsletter"];
|
|
520
520
|
readonly auth: "user";
|
|
521
|
-
readonly responseKind: "
|
|
521
|
+
readonly responseKind: "blob";
|
|
522
522
|
};
|
|
523
523
|
readonly getNewsletterSubscriber: {
|
|
524
524
|
readonly path: "/sites/{siteId}/newsletter/subscribers/{subscriberId}";
|
|
@@ -999,6 +999,13 @@ export declare const API_ENDPOINTS: {
|
|
|
999
999
|
readonly auth: "user";
|
|
1000
1000
|
readonly responseKind: "json";
|
|
1001
1001
|
};
|
|
1002
|
+
readonly exportBookingAppointmentsCsv: {
|
|
1003
|
+
readonly path: "/sites/{siteId}/bookings/appointments/export.csv";
|
|
1004
|
+
readonly method: "GET";
|
|
1005
|
+
readonly auth: "user";
|
|
1006
|
+
readonly errors: readonly [];
|
|
1007
|
+
readonly responseKind: "blob";
|
|
1008
|
+
};
|
|
1002
1009
|
readonly createAppointment: {
|
|
1003
1010
|
readonly path: "/sites/{siteId}/bookings/appointments";
|
|
1004
1011
|
readonly method: "POST";
|
|
@@ -1085,6 +1092,13 @@ export declare const API_ENDPOINTS: {
|
|
|
1085
1092
|
readonly auth: "user";
|
|
1086
1093
|
readonly responseKind: "json";
|
|
1087
1094
|
};
|
|
1095
|
+
readonly exportCourseEnrollmentsCsv: {
|
|
1096
|
+
readonly path: "/sites/{siteId}/bookings/courses/{courseId}/enrollments/export.csv";
|
|
1097
|
+
readonly method: "GET";
|
|
1098
|
+
readonly auth: "user";
|
|
1099
|
+
readonly errors: readonly [];
|
|
1100
|
+
readonly responseKind: "blob";
|
|
1101
|
+
};
|
|
1088
1102
|
readonly listCourseWaitlist: {
|
|
1089
1103
|
readonly path: "/sites/{siteId}/bookings/courses/{courseId}/waitlist";
|
|
1090
1104
|
readonly method: "GET";
|
|
@@ -1713,6 +1727,38 @@ export declare const API_ENDPOINTS: {
|
|
|
1713
1727
|
readonly auth: "user";
|
|
1714
1728
|
readonly responseKind: "json";
|
|
1715
1729
|
};
|
|
1730
|
+
readonly updateRegisteredDomainContact: {
|
|
1731
|
+
readonly path: "/domains/{domainId}/registrar/contact";
|
|
1732
|
+
readonly method: "POST";
|
|
1733
|
+
readonly errors: readonly ["validation:invalid_input", "resource:not_found", "auth:forbidden", "external:service_error", "external:registrar_orphaned_contact_profile", "server:internal_error"];
|
|
1734
|
+
readonly tags: ["domains", "domain-{domainId}", "domain-registrar"];
|
|
1735
|
+
readonly auth: "user";
|
|
1736
|
+
readonly responseKind: "json";
|
|
1737
|
+
};
|
|
1738
|
+
readonly setRegisteredDomainPrivacy: {
|
|
1739
|
+
readonly path: "/domains/{domainId}/registrar/privacy";
|
|
1740
|
+
readonly method: "POST";
|
|
1741
|
+
readonly errors: readonly ["validation:invalid_input", "resource:not_found", "auth:forbidden", "external:service_error", "server:internal_error"];
|
|
1742
|
+
readonly tags: ["domains", "domain-{domainId}", "domain-registrar"];
|
|
1743
|
+
readonly auth: "user";
|
|
1744
|
+
readonly responseKind: "json";
|
|
1745
|
+
};
|
|
1746
|
+
readonly setRegisteredDomainAutoRenew: {
|
|
1747
|
+
readonly path: "/domains/{domainId}/registrar/auto-renew";
|
|
1748
|
+
readonly method: "POST";
|
|
1749
|
+
readonly errors: readonly ["validation:invalid_input", "resource:not_found", "auth:forbidden", "external:service_error", "server:internal_error"];
|
|
1750
|
+
readonly tags: ["domains", "domain-{domainId}", "domain-registrar"];
|
|
1751
|
+
readonly auth: "user";
|
|
1752
|
+
readonly responseKind: "json";
|
|
1753
|
+
};
|
|
1754
|
+
readonly getRegisteredDomainRenewalPosture: {
|
|
1755
|
+
readonly path: "/domains/{domainId}/registrar/renewal";
|
|
1756
|
+
readonly method: "GET";
|
|
1757
|
+
readonly errors: readonly ["validation:invalid_input", "resource:not_found", "auth:forbidden", "external:service_error", "server:internal_error"];
|
|
1758
|
+
readonly tags: ["domains", "domain-{domainId}", "domain-registrar"];
|
|
1759
|
+
readonly auth: "user";
|
|
1760
|
+
readonly responseKind: "json";
|
|
1761
|
+
};
|
|
1716
1762
|
readonly retryDomainVercel: {
|
|
1717
1763
|
readonly path: "/domains/{domainId}/vercel";
|
|
1718
1764
|
readonly method: "POST";
|
|
@@ -2210,6 +2256,14 @@ export declare const API_ENDPOINTS: {
|
|
|
2210
2256
|
readonly auth: "user";
|
|
2211
2257
|
readonly responseKind: "json";
|
|
2212
2258
|
};
|
|
2259
|
+
readonly exportSeoPagesCsv: {
|
|
2260
|
+
readonly path: "/sites/{siteId}/seo/pages";
|
|
2261
|
+
readonly method: "GET";
|
|
2262
|
+
readonly tags: ["site-{siteId}", "seo-pages-{siteId}"];
|
|
2263
|
+
readonly auth: "user";
|
|
2264
|
+
readonly responseKind: "blob";
|
|
2265
|
+
readonly errors: readonly [];
|
|
2266
|
+
};
|
|
2213
2267
|
readonly getSeoQueries: {
|
|
2214
2268
|
readonly path: "/sites/{siteId}/seo/queries";
|
|
2215
2269
|
readonly method: "GET";
|
|
@@ -2218,6 +2272,14 @@ export declare const API_ENDPOINTS: {
|
|
|
2218
2272
|
readonly auth: "user";
|
|
2219
2273
|
readonly responseKind: "json";
|
|
2220
2274
|
};
|
|
2275
|
+
readonly exportSeoQueriesCsv: {
|
|
2276
|
+
readonly path: "/sites/{siteId}/seo/queries";
|
|
2277
|
+
readonly method: "GET";
|
|
2278
|
+
readonly tags: ["site-{siteId}", "seo-queries-{siteId}"];
|
|
2279
|
+
readonly auth: "user";
|
|
2280
|
+
readonly responseKind: "blob";
|
|
2281
|
+
readonly errors: readonly [];
|
|
2282
|
+
};
|
|
2221
2283
|
readonly getPerformanceOverview: {
|
|
2222
2284
|
readonly path: "/sites/{siteId}/performance/overview";
|
|
2223
2285
|
readonly method: "GET";
|
|
@@ -2577,7 +2639,7 @@ export declare const API_ENDPOINTS: {
|
|
|
2577
2639
|
readonly method: "GET";
|
|
2578
2640
|
readonly tags: ["riverbank:site:{siteId}:forms", "riverbank:form-submissions:{slug}"];
|
|
2579
2641
|
readonly auth: "user";
|
|
2580
|
-
readonly responseKind: "
|
|
2642
|
+
readonly responseKind: "blob";
|
|
2581
2643
|
};
|
|
2582
2644
|
readonly submitForm: {
|
|
2583
2645
|
readonly path: "/forms/submit";
|
|
@@ -3362,6 +3424,14 @@ export declare const API_ENDPOINTS: {
|
|
|
3362
3424
|
readonly auth: "user";
|
|
3363
3425
|
readonly responseKind: "json";
|
|
3364
3426
|
};
|
|
3427
|
+
readonly exportEventSeriesAttendeesCsv: {
|
|
3428
|
+
readonly path: "/sites/{siteId}/bookings/event-series/{seriesId}/attendees/export.csv";
|
|
3429
|
+
readonly method: "GET";
|
|
3430
|
+
readonly tags: ["site-{siteId}", "event-series-{seriesId}"];
|
|
3431
|
+
readonly auth: "user";
|
|
3432
|
+
readonly errors: readonly [];
|
|
3433
|
+
readonly responseKind: "blob";
|
|
3434
|
+
};
|
|
3365
3435
|
readonly listEventSeriesWaitlist: {
|
|
3366
3436
|
readonly path: "/sites/{siteId}/bookings/event-series/{seriesId}/waitlist";
|
|
3367
3437
|
readonly method: "GET";
|
|
@@ -3768,6 +3838,14 @@ export declare const API_ENDPOINTS: {
|
|
|
3768
3838
|
readonly auth: "user";
|
|
3769
3839
|
readonly responseKind: "json";
|
|
3770
3840
|
};
|
|
3841
|
+
readonly exportBookingCustomersCsv: {
|
|
3842
|
+
readonly path: "/sites/{siteId}/bookings/customers/export.csv";
|
|
3843
|
+
readonly method: "GET";
|
|
3844
|
+
readonly tags: ["site-{siteId}", "customers-{siteId}"];
|
|
3845
|
+
readonly auth: "user";
|
|
3846
|
+
readonly errors: readonly [];
|
|
3847
|
+
readonly responseKind: "blob";
|
|
3848
|
+
};
|
|
3771
3849
|
readonly createBookingCustomer: {
|
|
3772
3850
|
readonly path: "/sites/{siteId}/bookings/customers";
|
|
3773
3851
|
readonly method: "POST";
|
|
@@ -3784,6 +3862,14 @@ export declare const API_ENDPOINTS: {
|
|
|
3784
3862
|
readonly responseKind: "json";
|
|
3785
3863
|
readonly errors: readonly ["validation:invalid_input", "auth:forbidden", "resource:not_found", "resource:already_exists", "resource:conflict", "server:internal_error"];
|
|
3786
3864
|
};
|
|
3865
|
+
readonly rectifyBookingParticipantIdentity: {
|
|
3866
|
+
readonly path: "/sites/{siteId}/bookings/participants/{participantId}/identity";
|
|
3867
|
+
readonly method: "PATCH";
|
|
3868
|
+
readonly tags: ["site-{siteId}", "customers-{siteId}"];
|
|
3869
|
+
readonly auth: "user";
|
|
3870
|
+
readonly responseKind: "json";
|
|
3871
|
+
readonly errors: readonly ["validation:invalid_input", "auth:forbidden", "resource:not_found", "resource:already_exists", "resource:conflict", "server:internal_error"];
|
|
3872
|
+
};
|
|
3787
3873
|
readonly listCustomerPasses: {
|
|
3788
3874
|
readonly path: "/sites/{siteId}/bookings/customers/{customerId}/passes";
|
|
3789
3875
|
readonly method: "GET";
|
|
@@ -3890,13 +3976,46 @@ export declare const API_ENDPOINTS: {
|
|
|
3890
3976
|
readonly auth: "user";
|
|
3891
3977
|
readonly responseKind: "json";
|
|
3892
3978
|
};
|
|
3979
|
+
readonly exportMoneyPaymentsCsv: {
|
|
3980
|
+
readonly path: "/sites/{siteId}/bookings/money/payments/export.csv";
|
|
3981
|
+
readonly method: "GET";
|
|
3982
|
+
readonly tags: ["site-{siteId}", "bookings", "money-payments-{siteId}"];
|
|
3983
|
+
readonly errors: readonly [];
|
|
3984
|
+
readonly auth: "user";
|
|
3985
|
+
readonly responseKind: "blob";
|
|
3986
|
+
};
|
|
3987
|
+
readonly exportMoneyBreakdownsCsv: {
|
|
3988
|
+
readonly path: "/sites/{siteId}/bookings/money/report/breakdowns/export.csv";
|
|
3989
|
+
readonly method: "GET";
|
|
3990
|
+
readonly tags: ["site-{siteId}", "bookings", "money-report-{siteId}"];
|
|
3991
|
+
readonly errors: readonly [];
|
|
3992
|
+
readonly auth: "user";
|
|
3993
|
+
readonly responseKind: "blob";
|
|
3994
|
+
};
|
|
3995
|
+
readonly exportMoneyTimeSeriesCsv: {
|
|
3996
|
+
readonly path: "/sites/{siteId}/bookings/money/report/time-series/export.csv";
|
|
3997
|
+
readonly method: "GET";
|
|
3998
|
+
readonly tags: ["site-{siteId}", "bookings", "money-report-{siteId}"];
|
|
3999
|
+
readonly errors: readonly [];
|
|
4000
|
+
readonly auth: "user";
|
|
4001
|
+
readonly responseKind: "blob";
|
|
4002
|
+
};
|
|
3893
4003
|
readonly listBookingActivity: {
|
|
3894
4004
|
readonly path: "/sites/{siteId}/bookings/activity";
|
|
3895
4005
|
readonly method: "GET";
|
|
3896
4006
|
readonly tags: ["site-{siteId}", "bookings", "activity-{siteId}"];
|
|
4007
|
+
readonly errors: readonly [];
|
|
3897
4008
|
readonly auth: "user";
|
|
3898
4009
|
readonly responseKind: "json";
|
|
3899
4010
|
};
|
|
4011
|
+
readonly exportBookingActivityCsv: {
|
|
4012
|
+
readonly path: "/sites/{siteId}/bookings/activity/export.csv";
|
|
4013
|
+
readonly method: "GET";
|
|
4014
|
+
readonly tags: ["site-{siteId}", "bookings", "activity-{siteId}"];
|
|
4015
|
+
readonly errors: readonly [];
|
|
4016
|
+
readonly auth: "user";
|
|
4017
|
+
readonly responseKind: "blob";
|
|
4018
|
+
};
|
|
3900
4019
|
readonly listSiteActivityLogs: {
|
|
3901
4020
|
readonly path: "/sites/{siteId}/logs/activity";
|
|
3902
4021
|
readonly method: "GET";
|
|
@@ -4040,13 +4159,6 @@ export declare const API_ENDPOINTS: {
|
|
|
4040
4159
|
readonly auth: "user";
|
|
4041
4160
|
readonly responseKind: "blob";
|
|
4042
4161
|
};
|
|
4043
|
-
readonly exportSeoCsv: {
|
|
4044
|
-
readonly path: "/sites/{siteId}/seo/export";
|
|
4045
|
-
readonly method: "GET";
|
|
4046
|
-
readonly tags: ["site-{siteId}", "seo"];
|
|
4047
|
-
readonly auth: "user";
|
|
4048
|
-
readonly responseKind: "blob";
|
|
4049
|
-
};
|
|
4050
4162
|
readonly adminSiteCost: {
|
|
4051
4163
|
readonly path: "/admin/sites/{siteId}/cost";
|
|
4052
4164
|
readonly method: "GET";
|
|
@@ -41,6 +41,7 @@ export { createPage, deletePage, publishPageDraft, discardPageDraft, getPageDesi
|
|
|
41
41
|
export { updateRouteMetadata } from "./routes";
|
|
42
42
|
export type { RouteMetadataPayload, RouteMetadataResponse } from "./routes";
|
|
43
43
|
export { getBookingSettingsRequest, updateBookingSettingsRequest, createAppointmentRequest, createCourseRequest, updateCourseRequest, deleteCourseRequest, deleteCourseProgramRequest, duplicateCourseRequest, addCourseEnrollmentRequest, addEventOccurrenceAttendeeRequest, updateCourseEnrollmentRequest, } from "./bookings";
|
|
44
|
+
export { DEFAULT_APPOINTMENT_STAFF_DIGEST_LOCAL_SEND_TIME } from "./bookingConfig";
|
|
44
45
|
export { getEmailSettingsRequest, updateEmailSettingsRequest, sendTestEmailRequest, previewEmailTemplateRequest, } from "./emailSettings";
|
|
45
46
|
export { getEventSeriesEmailTemplatesRequest, updateEventSeriesEmailTemplatesRequest, } from "./eventEmailTemplates";
|
|
46
47
|
export { listAppointmentResourcesRequest, createAppointmentResourceRequest, updateAppointmentResourceRequest, removeAppointmentResourceRequest, } from "./resources";
|
|
@@ -70,13 +71,13 @@ export { getPerformanceOverview } from "./performance";
|
|
|
70
71
|
export { listContentTypes, enableContentType, setupContentType, getContentTemplate, updateContentTemplateBlock, applyContentTemplateAddon, updateContentTemplateBlockBindings, getTransforms, createTemplateBlock, deleteTemplateBlock, reorderTemplateBlocks, } from "./contentTypes";
|
|
71
72
|
export { getAnalyticsReport } from "./analytics";
|
|
72
73
|
export { getSiteMembers, inviteSiteMember, updateSiteMemberRole, removeSiteMember, revokeSiteInvitation, transferSiteOwnership, acceptSiteInvitation, } from "./siteMembers";
|
|
73
|
-
export { listAccountDomains, searchDomainsRequest, registerDomainRequest, assignDomainToSiteRequest, removeDomainRequest, retryDomainConfigRequest, getDomainDnsRequest, verifyDomainDnsRequest, retryNameserversRequest, retryVercelRequest, retryResendRequest, } from "./domains";
|
|
74
|
+
export { listAccountDomains, searchDomainsRequest, registerDomainRequest, assignDomainToSiteRequest, removeDomainRequest, retryDomainConfigRequest, getDomainDnsRequest, verifyDomainDnsRequest, retryNameserversRequest, updateRegisteredDomainContactRequest, setRegisteredDomainPrivacyRequest, setRegisteredDomainAutoRenewRequest, retryVercelRequest, retryResendRequest, } from "./domains";
|
|
74
75
|
export { startImpersonation, stopImpersonation, assignAdminRole, revokeAdminRole, adminChangePlan, listAdminInvites, createAdminInvite, revokeAdminInvite, createAdminUser, adminDeleteSite, adminDeleteUser, listAllowedDomains, addAllowedDomain, deleteAllowedDomain, listGscPropertiesAdmin, setGscPersistEnabled, startGscVerification, confirmGscVerification, runGscIngestionForSite, getPriceOverride, upsertPriceOverride, deletePriceOverride, } from "./admin";
|
|
75
76
|
export { enrollTotpFactor, verifyTotpFactor, activateTotpFactor, deleteMfaFactor, rotateBackupCodes, getBackupCodesOverview, enrollPhoneFactor, challengePhoneFactor, verifyPhoneFactor, acceptAdminInvite, } from "./auth";
|
|
76
77
|
export type { ApiResult, ApiResponse, ApiError, ApiErrorCode, FieldError, ResponseMeta, } from "./common/envelope";
|
|
77
78
|
export type { JsonPrimitive, JsonValue } from "./types";
|
|
78
79
|
export type { PublicEventLoaderParams, PublicEventScheduleScope, PublicEventSurfaceScope, } from "./types";
|
|
79
|
-
export type { APIEndpoint, APIEndpoints, PageBlockDesignSyncWarning, AiAPIEndpoints, LaunchReadinessAPIEndpoints, SiteMembersAPIEndpoints, SeoAPIEndpoints, RedirectsAPIEndpoints, AvailabilityAPIEndpoints, CalendarAPIEndpoints, ContentTypesAPIEndpoints, MediaAPIEndpoints, RiverbankSiteConfig, RiverbankSiteConfigInput, SdkWorkflowConfig, 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, 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, AvailabilityRule, 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, AddCourseEnrollmentRequest, AddCourseEnrollmentResponse, UpdateCourseEnrollmentRequest, UpdateCourseEnrollmentResponse, BookingCustomerWithCounts, CustomerSortColumn, CustomerFilter, ListBookingCustomersRequest, ListBookingCustomersResponse, CreateBookingCustomerRequest, CreateBookingCustomerResponse, CustomerProfileRectificationSourceContext, CustomerProfileRectificationSourceSurface, CustomerPassRecord, ListCustomerPassesResponse, SiteCustomerRecord, SiteCustomerPassRecord, ListSiteCustomerPassesRequest, ListSiteCustomerPassesResponse, CustomerPassRefundResult, CustomerPassRefundRecord, AdjustCustomerPassDetailsRequest, AdjustCustomerPassDetailsResponse, RefundCustomerPassRequest, RefundCustomerPassResponse, ListCustomerPassRefundsResponse, CustomerMembershipRecord, ListCustomerMembershipsResponse, 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, DiscountCodeType, DiscountPerEmailLimit, DiscountMembershipDuration, DiscountEventScopeMode, DiscountScopeMode, ProductScopeMode, DiscountCodeRecord, DiscountCodeScopeIds, DiscountCodeDetails, AutoAppliedDiscountPreview, 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, 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, AnalyticsPreset, AnalyticsReportQuery, AnalyticsSeriesPoint, AnalyticsTopPage, AnalyticsReferrer, AnalyticsTotals, AnalyticsReportResponse, RegisterDomainRequestPayload, RegisterDomainResponse, DomainConfigResult, SiteRole, 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, 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";
|
|
80
|
+
export type { APIEndpoint, APIEndpoints, PageBlockDesignSyncWarning, AiAPIEndpoints, LaunchReadinessAPIEndpoints, SiteMembersAPIEndpoints, SeoAPIEndpoints, RedirectsAPIEndpoints, AvailabilityAPIEndpoints, CalendarAPIEndpoints, ContentTypesAPIEndpoints, MediaAPIEndpoints, RiverbankSiteConfig, RiverbankSiteConfigInput, SdkWorkflowConfig, 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, AvailabilityRule, 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, AddCourseEnrollmentRequest, AddCourseEnrollmentResponse, UpdateCourseEnrollmentRequest, UpdateCourseEnrollmentResponse, BookingCustomerWithCounts, CustomerSortColumn, CustomerFilter, ListBookingCustomersRequest, ListBookingCustomersResponse, CreateBookingCustomerRequest, CreateBookingCustomerResponse, CustomerContactChange, CustomerContactField, CustomerProfileRectificationSourceContext, CustomerProfileRectificationSourceSurface, RectifyBookingCustomerProfileRequest, RectifyBookingCustomerProfileResponse, BookingParticipantIdentityForRectification, ParticipantIdentityRectificationSourceContext, ParticipantIdentityRectificationSourceSurface, RectifyBookingParticipantIdentityRequest, RectifyBookingParticipantIdentityResponse, CustomerPassRecord, ListCustomerPassesResponse, SiteCustomerRecord, SiteCustomerPassRecord, ListSiteCustomerPassesRequest, ListSiteCustomerPassesResponse, CustomerPassRefundResult, CustomerPassRefundRecord, AdjustCustomerPassDetailsRequest, AdjustCustomerPassDetailsResponse, RefundCustomerPassRequest, RefundCustomerPassResponse, ListCustomerPassRefundsResponse, CustomerMembershipRecord, ListCustomerMembershipsResponse, 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, DiscountCodeType, DiscountPerEmailLimit, DiscountMembershipDuration, DiscountEventScopeMode, DiscountScopeMode, ProductScopeMode, DiscountCodeRecord, DiscountCodeScopeIds, DiscountCodeDetails, AutoAppliedDiscountPreview, 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, AnalyticsPreset, AnalyticsReportQuery, AnalyticsSeriesPoint, AnalyticsTopPage, AnalyticsReferrer, AnalyticsTotals, AnalyticsReportResponse, RegisterDomainRequestPayload, RegisterDomainResponse, DomainConfigResult, SiteRole, 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, 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";
|
|
80
81
|
export { SITE_ROLE_PERMISSION_LEVEL, SITE_ROLE_DISPLAY_ORDER } from "./types";
|
|
81
82
|
export type { AIChatMessage, AiBriefTurn, AiDesignerThemePatchOp, AiPatchApplyResponse, AiPatchDryRunResponse, AiPatchOp, AiPatchRequest, ApplyAiDesignerPageOpsRequest, ApplyAiDesignerPageOpsResponse, ApplyAiDesignerThemePatchRequest, ApplyAiDesignerThemePatchResponse, } from "./types";
|
|
82
83
|
export type { CancelFlexibleBalanceBookingDueToNonPaymentRequest, FlexibleBalanceAdminActionPlan, FlexibleBalanceAdminActionResponse, FlexibleBalanceAdminActionSource, FlexibleBalanceAdminActionView, ReopenFlexibleBalanceBookingAfterNonPaymentCancellationRequest, } from "./types";
|
|
@@ -7,7 +7,9 @@ import type { ApplySeoChangesRequest, ApplySeoChangesResponse, PerformanceOvervi
|
|
|
7
7
|
export type SeoEndpointDefinitions = {
|
|
8
8
|
getSeoOverview: APIEndpoint<never, SeoOverviewQuery, SeoOverviewResponse>;
|
|
9
9
|
getSeoPages: APIEndpoint<never, SeoSearchPagesQuery, SeoSearchPagesResponse>;
|
|
10
|
+
exportSeoPagesCsv: APIEndpoint<never, SeoSearchPagesQuery, Blob>;
|
|
10
11
|
getSeoQueries: APIEndpoint<never, SeoSearchQueriesQuery, SeoSearchQueriesResponse>;
|
|
12
|
+
exportSeoQueriesCsv: APIEndpoint<never, SeoSearchQueriesQuery, Blob>;
|
|
11
13
|
getPerformanceOverview: APIEndpoint<never, PerformanceOverviewQuery, PerformanceOverviewResponse>;
|
|
12
14
|
applySeoChanges: APIEndpoint<ApplySeoChangesRequest, never, ApplySeoChangesResponse>;
|
|
13
15
|
};
|
|
@@ -102,13 +102,3 @@ export type ExportBackupRequest = {
|
|
|
102
102
|
includeMedia?: boolean;
|
|
103
103
|
includeAccess?: boolean;
|
|
104
104
|
};
|
|
105
|
-
export type ExportSeoCsvRequest = {
|
|
106
|
-
preset?: "7d" | "28d" | "90d";
|
|
107
|
-
start?: string;
|
|
108
|
-
end?: string;
|
|
109
|
-
page?: string;
|
|
110
|
-
query?: string;
|
|
111
|
-
device?: "desktop" | "mobile" | "tablet";
|
|
112
|
-
country?: string;
|
|
113
|
-
format?: "csv";
|
|
114
|
-
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { RectificationHistoryPropagationPlan, RectificationIdentityBoundary, RectificationIssueUrl, RectificationSurface } from "@riverbankcms/core";
|
|
2
2
|
import type { CamelizeKeys, DbRow, DbJson } from "@riverbankcms/db";
|
|
3
3
|
import type { APIEndpoint } from "./apiEndpointTypes";
|
|
4
|
-
import type { AcceptAdminInviteRequest, AcceptAdminInviteResponse, AcceptSiteInvitationRequest, AcceptSiteInvitationResponse, AddCustomDomainRequest, AddCustomDomainResponse, AdminChangePlanRequest, AdminChangePlanResponse, AdminDeleteUserResponse, AuthInviteContinueRequest, AuthInviteContinueResponse, AuthInviteRegisterRequest, AuthInviteRegisterResponse, AuthResetCompleteRequest, AuthResetCompleteResponse, AuthSubmissionResult, BulkOperationResult, ChangePlanRequest, ChangePlanResponse, CreateAdminInviteRequest, CreateAdminInviteResponse, CreateAdminUserRequest, CreateAdminUserResponse, CreateAllowedDomainRequest, CreateAllowedDomainResponse, DeleteAllowedDomainResponse, DomainConfigResult, DomainSearchResultResponse, InviteSiteMemberRequest, InviteSiteMemberResponse, ListAdminInvitesResponse, ListAllowedDomainsResponse, ListSiteMembersResponse, LookupSiteDomainRequest, LookupSiteDomainResponse, MfaBackupCodesOverviewResponse, MfaBackupCodesRotateResponse, MfaOverviewResponse, MfaPhoneChallengeRequest, MfaPhoneChallengeResponse, MfaPhoneEnrollRequest, MfaPhoneEnrollResponse, MfaPhoneVerifyRequest, MfaTotpActivateRequest, MfaTotpEnrollResponse, MfaTotpVerifyRequest, MfaTotpVerifyResponse, ReauthSubmissionResult, RegisterDomainRequestPayload, RegisterDomainResponse, RegisterSiteDomainRequest, RegisterSiteDomainResponse, RemoveSiteMemberResponse, RevokeAdminInviteResponse, RevokeSiteInvitationResponse, SetHomepageRequest, SetHomepageResponse, SiteDomainRecord, TransferSiteOwnershipRequest, TransferSiteOwnershipResponse, UpdateSiteMemberRoleRequest, UpdateSiteMemberRoleResponse } from "./accessAdmin";
|
|
4
|
+
import type { AcceptAdminInviteRequest, AcceptAdminInviteResponse, AcceptSiteInvitationRequest, AcceptSiteInvitationResponse, AddCustomDomainRequest, AddCustomDomainResponse, AdminChangePlanRequest, AdminChangePlanResponse, AdminDeleteUserResponse, AuthInviteContinueRequest, AuthInviteContinueResponse, AuthInviteRegisterRequest, AuthInviteRegisterResponse, AuthResetCompleteRequest, AuthResetCompleteResponse, AuthSubmissionResult, BulkOperationResult, ChangePlanRequest, ChangePlanResponse, CreateAdminInviteRequest, CreateAdminInviteResponse, CreateAdminUserRequest, CreateAdminUserResponse, CreateAllowedDomainRequest, CreateAllowedDomainResponse, DeleteAllowedDomainResponse, DomainConfigResult, DomainSearchResultResponse, InviteSiteMemberRequest, InviteSiteMemberResponse, ListAdminInvitesResponse, ListAllowedDomainsResponse, ListSiteMembersResponse, LookupSiteDomainRequest, LookupSiteDomainResponse, MfaBackupCodesOverviewResponse, MfaBackupCodesRotateResponse, MfaOverviewResponse, MfaPhoneChallengeRequest, MfaPhoneChallengeResponse, MfaPhoneEnrollRequest, MfaPhoneEnrollResponse, MfaPhoneVerifyRequest, MfaTotpActivateRequest, MfaTotpEnrollResponse, MfaTotpVerifyRequest, MfaTotpVerifyResponse, ReauthSubmissionResult, RegisterDomainRequestPayload, RegisterDomainResponse, RegistrarBooleanMutationRequest, RegistrarLifecycleResponse, RegistrarRenewalPostureResponse, RegisterSiteDomainRequest, RegisterSiteDomainResponse, RemoveSiteMemberResponse, RevokeAdminInviteResponse, RevokeSiteInvitationResponse, SetHomepageRequest, SetHomepageResponse, SiteDomainContactPayload, SiteDomainRecord, TransferSiteOwnershipRequest, TransferSiteOwnershipResponse, UpdateSiteMemberRoleRequest, UpdateSiteMemberRoleResponse } from "./accessAdmin";
|
|
5
5
|
import type { AdminRoleMutationResponse, RevokeAdminRoleRequest, StartImpersonationRequest, StartImpersonationResponse, StopImpersonationRequest, StopImpersonationResponse, UpsertAdminRoleRequest } from "./admin/types";
|
|
6
6
|
import type { AccountRevokeSessionsBody, AccountRevokeSessionsResponse, AccountUpdatePasswordBody, AccountUpdatePasswordResponse, CreateManualSiteRequest, CreateManualSiteResponse } from "./siteOperations";
|
|
7
7
|
import type { BookingSessionCancelAppointmentRequest, BookingSessionCancelAppointmentResponse, BookingSessionCreateAppointmentRequest, BookingSessionCreateAppointmentResponse, BookingSessionGetAppointmentResponse, BookingSessionListEligibleAppointmentPackagesResponse, BookingSessionGetEventResponse, BookingSessionListAppointmentsResponse, BookingSessionListEventsResponse, BookingSessionListMembershipsResponse, BookingSessionListPassesResponse, BookingSessionMeResponse, BookingSessionUpdateMeRequest, BookingSessionUpdateMeResponse, PublicBookingAppointmentStatusResponse, PublicBookingAvailabilityQuery, PublicBookingAvailableDatesResponse, PublicBookingAvailableSlotsResponse, PublicBookingService, PublicCreateBookingAppointmentRequest, PublicCreateBookingAppointmentResponse, ReferenceOptionsResponse } from "./bookingOperations";
|
|
@@ -379,6 +379,18 @@ export type SiteManagementAPIEndpoints = {
|
|
|
379
379
|
success: boolean;
|
|
380
380
|
nameservers: string[];
|
|
381
381
|
}>;
|
|
382
|
+
updateRegisteredDomainContact: APIEndpoint<SiteDomainContactPayload, {
|
|
383
|
+
domainId: string;
|
|
384
|
+
}, RegistrarLifecycleResponse>;
|
|
385
|
+
setRegisteredDomainPrivacy: APIEndpoint<RegistrarBooleanMutationRequest, {
|
|
386
|
+
domainId: string;
|
|
387
|
+
}, RegistrarLifecycleResponse>;
|
|
388
|
+
setRegisteredDomainAutoRenew: APIEndpoint<RegistrarBooleanMutationRequest, {
|
|
389
|
+
domainId: string;
|
|
390
|
+
}, RegistrarLifecycleResponse>;
|
|
391
|
+
getRegisteredDomainRenewalPosture: APIEndpoint<never, {
|
|
392
|
+
domainId: string;
|
|
393
|
+
}, RegistrarRenewalPostureResponse>;
|
|
382
394
|
retryDomainVercel: APIEndpoint<never, {
|
|
383
395
|
domainId: string;
|
|
384
396
|
}, {
|
|
@@ -815,6 +827,7 @@ export type SiteManagementAPIEndpoints = {
|
|
|
815
827
|
slug: string;
|
|
816
828
|
schema: DbJson;
|
|
817
829
|
settings?: DbJson;
|
|
830
|
+
presentation?: DbJson;
|
|
818
831
|
}, {
|
|
819
832
|
siteId: string;
|
|
820
833
|
}, {
|
|
@@ -824,6 +837,7 @@ export type SiteManagementAPIEndpoints = {
|
|
|
824
837
|
name?: string;
|
|
825
838
|
schema?: DbJson;
|
|
826
839
|
settings?: DbJson;
|
|
840
|
+
presentation?: DbJson;
|
|
827
841
|
}, {
|
|
828
842
|
siteId: string;
|
|
829
843
|
slug: string;
|
|
@@ -64,7 +64,7 @@ type ComposeEndpointMaps<Maps extends readonly object[], Acc extends object = {}
|
|
|
64
64
|
...infer Tail extends readonly object[]
|
|
65
65
|
] ? [Extract<keyof Acc, keyof Head>] extends [never] ? ComposeEndpointMaps<Tail, Acc & Head> : never : Acc;
|
|
66
66
|
type SiteMembersAPIEndpointName = "listSiteMembers" | "inviteSiteMember" | "updateSiteMemberRole" | "removeSiteMember" | "revokeSiteInvitation" | "transferSiteOwnership" | "acceptSiteInvitation";
|
|
67
|
-
type SeoAPIEndpointName = "getSeoOverview" | "getSeoPages" | "getSeoQueries" | "getPerformanceOverview" | "applySeoChanges";
|
|
67
|
+
type SeoAPIEndpointName = "getSeoOverview" | "getSeoPages" | "exportSeoPagesCsv" | "getSeoQueries" | "exportSeoQueriesCsv" | "getPerformanceOverview" | "applySeoChanges";
|
|
68
68
|
type RedirectsAPIEndpointName = "checkRedirect" | "listRedirectRules" | "createRedirectRule" | "deleteRedirectRule";
|
|
69
69
|
type AvailabilityAPIEndpointName = "listAvailabilityRules" | "setWeeklyAvailability" | "listBlackouts" | "createBlackout" | "deleteBlackout" | "getAvailableSlots";
|
|
70
70
|
type CalendarAPIEndpointName = "getCalendarStatus" | "updateCalendarPreferences" | "disconnectCalendar";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as PageRenderer } from "./PageRenderer";
|
|
2
2
|
export type { BlockOverrideComponent, BlockOverrideProps, BlockOverrides, EntrySubrouteContextData, OccurrenceContextData, SdkConfigForRenderer, } from "./PageRenderer";
|
|
3
|
+
export * from "./subroutes";
|
|
3
4
|
export * from "./primitives/content/components/Button";
|
|
4
5
|
export * from "./structure/schema";
|
|
5
6
|
export * from "@riverbankcms/theme-core/palette";
|
|
@@ -247,7 +247,7 @@ export interface BookingQuestionsTaskDetail {
|
|
|
247
247
|
}
|
|
248
248
|
export type AppointmentBookingQuestionsTaskDetail = BookingQuestionsTaskDetail;
|
|
249
249
|
/**
|
|
250
|
-
*
|
|
250
|
+
* Site credit summary data from /api/portal/credit
|
|
251
251
|
*/
|
|
252
252
|
export interface PortalCreditSummary {
|
|
253
253
|
currency: string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { default as PageRenderer } from './PageRenderer';
|
|
2
2
|
export type { BlockOverrideComponent, BlockOverrideProps, BlockOverrides, EntrySubrouteContextData, OccurrenceContextData, SdkConfigForRenderer, } from './PageRenderer';
|
|
3
|
+
export * from './subroutes';
|
|
3
4
|
export { ThemeScope } from '@riverbankcms/theme-core/ThemeScope';
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { EntrySubrouteContextData, OccurrenceContextData } from '../PageRenderer';
|
|
2
|
+
/**
|
|
3
|
+
* Every known subroute kind. Derived from {@link EntrySubrouteContextData} so
|
|
4
|
+
* adding a new variant there flows here automatically.
|
|
5
|
+
*/
|
|
6
|
+
export type EntrySubrouteKind = EntrySubrouteContextData['kind'];
|
|
7
|
+
/**
|
|
8
|
+
* Inner payload shape for the `course-run` variant. Exposed because it's the
|
|
9
|
+
* only kind whose payload isn't already named (events use `OccurrenceContextData`).
|
|
10
|
+
*/
|
|
11
|
+
export type CourseRunPayload = Extract<EntrySubrouteContextData, {
|
|
12
|
+
kind: 'course-run';
|
|
13
|
+
}>['run'];
|
|
14
|
+
/**
|
|
15
|
+
* Inner payload type for a given subroute kind.
|
|
16
|
+
*
|
|
17
|
+
* The conditional mapping centralises the `occurrence`/`run` field-name
|
|
18
|
+
* asymmetry so consumers can stay generic. When you extend
|
|
19
|
+
* {@link EntrySubrouteContextData} with a new variant, add a branch here and
|
|
20
|
+
* {@link foldSubroute} below — the type system will surface every other
|
|
21
|
+
* call site that needs updating.
|
|
22
|
+
*/
|
|
23
|
+
export type SubroutePayload<K extends EntrySubrouteKind> = K extends 'event-occurrence' ? OccurrenceContextData : K extends 'course-run' ? CourseRunPayload : never;
|
|
24
|
+
/**
|
|
25
|
+
* Per-kind handler set. The `Record<EntrySubrouteKind, …>` shape forces every
|
|
26
|
+
* kind to have a handler — adding a new kind to {@link EntrySubrouteContextData}
|
|
27
|
+
* will fail to typecheck until every fold in the codebase is updated.
|
|
28
|
+
*/
|
|
29
|
+
export type SubrouteFold<T> = {
|
|
30
|
+
[K in EntrySubrouteKind]: (payload: SubroutePayload<K>) => T;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Typeclass-style exhaustive dispatch over a subroute context.
|
|
34
|
+
*
|
|
35
|
+
* The single place that knows how to peel the discriminated union open and
|
|
36
|
+
* hand its inner payload to a kind-specific handler. Use this instead of
|
|
37
|
+
* inline `switch (ctx.kind)` so the dispatch stays consistent across
|
|
38
|
+
* consumers (notice, SEO, breadcrumbs, …).
|
|
39
|
+
*/
|
|
40
|
+
export declare function foldSubroute<T>(ctx: EntrySubrouteContextData, fold: SubrouteFold<T>): T;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Format an ISO timestamp as a friendly date (e.g. "19 May 2026").
|
|
3
|
+
*
|
|
4
|
+
* Parses the date parts directly rather than going through `new Date(iso)` so
|
|
5
|
+
* the displayed day never drifts across timezones — the wall-clock date
|
|
6
|
+
* encoded in the ISO string is what gets shown.
|
|
7
|
+
*
|
|
8
|
+
* Rejects structurally invalid inputs (non-`YYYY-MM-DD` shape, out-of-range
|
|
9
|
+
* months/days) rather than silently normalising them into adjacent dates,
|
|
10
|
+
* since the helper is exported as shared subroute-display infrastructure.
|
|
11
|
+
*/
|
|
12
|
+
export declare function formatOccurrenceDate(iso: string | null | undefined): string | null;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { EntrySubrouteKind, SubroutePayload } from './fold';
|
|
2
|
+
/**
|
|
3
|
+
* Per-kind domain metadata used to describe a subroute in a render-agnostic way.
|
|
4
|
+
*
|
|
5
|
+
* Notice copy, breadcrumb labels, SEO titles, dashboard "what am I looking at"
|
|
6
|
+
* badges — all read from this single source of truth so domain nouns,
|
|
7
|
+
* display-name formatting, and editor URLs don't drift across consumers.
|
|
8
|
+
*/
|
|
9
|
+
export type SubrouteKindMeta<K extends EntrySubrouteKind> = {
|
|
10
|
+
kind: K;
|
|
11
|
+
/** The parent thing — "event", "course". */
|
|
12
|
+
containerNoun: string;
|
|
13
|
+
/** The instance thing — "date", "run", "session". */
|
|
14
|
+
instanceNoun: string;
|
|
15
|
+
/** Plural list noun the dashboard groups them under — "events list", "courses list". */
|
|
16
|
+
listLabel: string;
|
|
17
|
+
/** Human-friendly name for this instance, or null when none is available. */
|
|
18
|
+
formatInstanceName: (payload: SubroutePayload<K>) => string | null;
|
|
19
|
+
/** Dashboard sub-path (relative) for editing the instance. */
|
|
20
|
+
subEditorPath: (payload: SubroutePayload<K>) => string;
|
|
21
|
+
};
|
|
22
|
+
type SubrouteKindRegistry = {
|
|
23
|
+
[K in EntrySubrouteKind]: SubrouteKindMeta<K>;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* The single source of truth for per-kind subroute metadata.
|
|
27
|
+
*
|
|
28
|
+
* Adding a new {@link EntrySubrouteKind} requires a new entry here; the
|
|
29
|
+
* `Record<EntrySubrouteKind, …>` shape will refuse to compile otherwise.
|
|
30
|
+
*/
|
|
31
|
+
export declare const SUBROUTE_KINDS: SubrouteKindRegistry;
|
|
32
|
+
export {};
|
|
@@ -66,6 +66,7 @@ export type SectionStylesContent = {
|
|
|
66
66
|
scale?: string | null;
|
|
67
67
|
position?: string | null;
|
|
68
68
|
opacity?: number | null;
|
|
69
|
+
motion?: 'static' | 'fixed-frame' | null;
|
|
69
70
|
overlay?: {
|
|
70
71
|
type?: 'none' | 'color' | 'gradient' | null;
|
|
71
72
|
color?: string | null;
|
|
@@ -78,7 +79,7 @@ export type SectionStylesContent = {
|
|
|
78
79
|
headingColor?: string | null;
|
|
79
80
|
} | null;
|
|
80
81
|
spacing?: string | null;
|
|
81
|
-
minHeight?: 'none' | 'hero' | 'immersive' | null;
|
|
82
|
+
minHeight?: 'none' | 'banner' | 'hero' | 'immersive' | null;
|
|
82
83
|
} | null;
|
|
83
84
|
export type CardStylesContent = {
|
|
84
85
|
background?: Record<string, unknown> | null;
|
|
@@ -90,6 +91,7 @@ export type CardStylesContent = {
|
|
|
90
91
|
spacing?: string | null;
|
|
91
92
|
raised?: boolean | null;
|
|
92
93
|
rounded?: string | null;
|
|
94
|
+
treatment?: 'accent-quote' | null;
|
|
93
95
|
} | null;
|
|
94
96
|
export type ContainerStylesContent = {
|
|
95
97
|
background?: Record<string, unknown> | null;
|
|
@@ -31,6 +31,8 @@ export type BackgroundInput = {
|
|
|
31
31
|
scale?: string | null;
|
|
32
32
|
/** Background opacity (0-1 decimal; legacy 1-100 percentages are still accepted) */
|
|
33
33
|
opacity?: number | null;
|
|
34
|
+
/** Image scroll behavior for image-backed sections. */
|
|
35
|
+
motion?: "static" | "fixed-frame" | null;
|
|
34
36
|
/** Whether background should overflow container bounds */
|
|
35
37
|
overflow?: boolean | null;
|
|
36
38
|
/** Overlay configuration for image/video media */
|
|
@@ -29,7 +29,7 @@ declare const SEMANTIC_SPACING_VALUES: readonly ["none", "compact", "cozy", "med
|
|
|
29
29
|
* This type is derived from SEMANTIC_SPACING_VALUES to ensure compile-time safety.
|
|
30
30
|
*/
|
|
31
31
|
export type SemanticSpacing = (typeof SEMANTIC_SPACING_VALUES)[number];
|
|
32
|
-
declare const SECTION_MIN_HEIGHT_VALUES: readonly ["none", "hero", "immersive"];
|
|
32
|
+
declare const SECTION_MIN_HEIGHT_VALUES: readonly ["none", "banner", "hero", "immersive"];
|
|
33
33
|
/**
|
|
34
34
|
* Semantic section height values for sections that need stronger visual
|
|
35
35
|
* presence than content-plus-padding alone, such as image heroes.
|
|
@@ -91,6 +91,7 @@ export declare const CONTAINER_SPACING_MAP: {
|
|
|
91
91
|
};
|
|
92
92
|
export declare const SECTION_MIN_HEIGHT_MAP: {
|
|
93
93
|
readonly none: "";
|
|
94
|
+
readonly banner: "rb-section-min-h-banner";
|
|
94
95
|
readonly hero: "rb-section-min-h-hero";
|
|
95
96
|
readonly immersive: "rb-section-min-h-immersive";
|
|
96
97
|
};
|
|
@@ -80,6 +80,11 @@ declare const footerBottomBarContainerClassSchema: z.ZodObject<{
|
|
|
80
80
|
export declare const footerBottomBarContainerClassTransform: TransformDefinition<z.infer<typeof footerBottomBarContainerClassSchema>>;
|
|
81
81
|
export declare const footerBottomBarStyleTransform: TransformDefinition;
|
|
82
82
|
export declare const footerSplitNavSingleClassTransform: TransformDefinition;
|
|
83
|
+
declare const footerSplitMainClassSchema: z.ZodObject<{
|
|
84
|
+
base: z.ZodOptional<z.ZodString>;
|
|
85
|
+
reverseClass: z.ZodOptional<z.ZodString>;
|
|
86
|
+
}, z.core.$strip>;
|
|
87
|
+
export declare const footerSplitMainClassTransform: TransformDefinition<z.infer<typeof footerSplitMainClassSchema>>;
|
|
83
88
|
declare const footerLogoClassSchema: z.ZodObject<{
|
|
84
89
|
base: z.ZodOptional<z.ZodString>;
|
|
85
90
|
}, z.core.$strip>;
|