Update release notes and deploy workspace
This commit is contained in:
@@ -18,6 +18,22 @@ public sealed record AdminSiteSettingsResponse(
|
||||
string SponsorsContent,
|
||||
string ShowactsUrl,
|
||||
string ShowactsContent,
|
||||
string StreamBannerEyebrow,
|
||||
string StreamBannerTitle,
|
||||
string StreamBannerText,
|
||||
string StreamBannerLiveButtonLabel,
|
||||
string StreamBannerLiveButtonUrl,
|
||||
string StreamBannerLockedButtonLabel,
|
||||
bool StreamBannerUseCompletedContent,
|
||||
string StreamBannerCompletedEyebrow,
|
||||
string StreamBannerCompletedTitle,
|
||||
string StreamBannerCompletedText,
|
||||
string StreamBannerCompletedButtonLabel,
|
||||
string StreamBannerCompletedButtonUrl,
|
||||
string AwardsSectionTitle,
|
||||
string AwardsSectionDescription,
|
||||
string SubcategoriesSectionTitle,
|
||||
string SubcategoriesSectionDescription,
|
||||
IEnumerable<PublicSocialLinkDto> SocialLinks,
|
||||
IEnumerable<FaqItemDto> Faq,
|
||||
string ShowactFormSchemaJson);
|
||||
@@ -38,6 +54,22 @@ public sealed record UpdateSiteSettingsRequest(
|
||||
string SponsorsContent,
|
||||
string ShowactsUrl,
|
||||
string ShowactsContent,
|
||||
string StreamBannerEyebrow,
|
||||
string StreamBannerTitle,
|
||||
string StreamBannerText,
|
||||
string StreamBannerLiveButtonLabel,
|
||||
string StreamBannerLiveButtonUrl,
|
||||
string StreamBannerLockedButtonLabel,
|
||||
bool StreamBannerUseCompletedContent,
|
||||
string StreamBannerCompletedEyebrow,
|
||||
string StreamBannerCompletedTitle,
|
||||
string StreamBannerCompletedText,
|
||||
string StreamBannerCompletedButtonLabel,
|
||||
string StreamBannerCompletedButtonUrl,
|
||||
string AwardsSectionTitle,
|
||||
string AwardsSectionDescription,
|
||||
string SubcategoriesSectionTitle,
|
||||
string SubcategoriesSectionDescription,
|
||||
PublicSocialLinkDto[] SocialLinks,
|
||||
FaqItemDto[] Faq,
|
||||
string? ShowactFormSchemaJson = null);
|
||||
|
||||
Reference in New Issue
Block a user