Update release notes and deploy workspace
This commit is contained in:
@@ -16,6 +16,7 @@ public sealed record FeaturedCategoryDto(
|
||||
|
||||
public sealed record WinnerPreviewDto(
|
||||
int Year,
|
||||
string CategoryGroup,
|
||||
string Category,
|
||||
string WinnerName,
|
||||
string WinnerSlug,
|
||||
@@ -46,6 +47,20 @@ public sealed record FooterLinkDto(
|
||||
string Url,
|
||||
string Content);
|
||||
|
||||
public sealed record PublicStreamBannerContentDto(
|
||||
string Eyebrow,
|
||||
string Title,
|
||||
string Text,
|
||||
string LiveButtonLabel,
|
||||
string LiveButtonUrl,
|
||||
string LockedButtonLabel,
|
||||
bool UseCompletedContent,
|
||||
string CompletedEyebrow,
|
||||
string CompletedTitle,
|
||||
string CompletedText,
|
||||
string CompletedButtonLabel,
|
||||
string CompletedButtonUrl);
|
||||
|
||||
public sealed record PublicSiteContentDto(
|
||||
string HostDisplayName,
|
||||
string HostTagline,
|
||||
@@ -54,6 +69,11 @@ public sealed record PublicSiteContentDto(
|
||||
string ShareDiscordUrl,
|
||||
string PrivacyEmail,
|
||||
string PrivacyPolicyContent,
|
||||
string AwardsSectionTitle,
|
||||
string AwardsSectionDescription,
|
||||
string SubcategoriesSectionTitle,
|
||||
string SubcategoriesSectionDescription,
|
||||
PublicStreamBannerContentDto StreamBanner,
|
||||
IEnumerable<PublicSocialLinkDto> SocialLinks,
|
||||
IEnumerable<FooterLinkDto> FooterLinks);
|
||||
|
||||
@@ -80,7 +100,6 @@ public sealed record OverviewResponse(
|
||||
string Title,
|
||||
DateOnly ShowDate,
|
||||
TimeOnly ShowStartsAt,
|
||||
string ShowStreamUrl,
|
||||
string CurrentPhase,
|
||||
bool IsCommunityOnly,
|
||||
string LoginProvider,
|
||||
|
||||
Reference in New Issue
Block a user