From 79a14a8fad1a5d128169a8a32937e484ed64e0ac Mon Sep 17 00:00:00 2001 From: Levi Zitting Date: Sat, 8 Aug 2026 16:32:40 -0500 Subject: [PATCH 1/2] chore: regenerate models --- .../models/CommunityEvent.generated.cs | 26 +++---- SgfDevs/umbraco/models/Companies.generated.cs | 10 +-- SgfDevs/umbraco/models/Company.generated.cs | 44 ++++++------ .../umbraco/models/CompanyHost.generated.cs | 12 ++-- SgfDevs/umbraco/models/Event.generated.cs | 14 ++-- SgfDevs/umbraco/models/Events.generated.cs | 10 +-- SgfDevs/umbraco/models/File.generated.cs | 16 ++--- SgfDevs/umbraco/models/Folder.generated.cs | 10 +-- .../models/ForgottenPassword.generated.cs | 10 +-- SgfDevs/umbraco/models/Group.generated.cs | 40 +++++------ SgfDevs/umbraco/models/GroupHost.generated.cs | 12 ++-- SgfDevs/umbraco/models/Groups.generated.cs | 10 +-- SgfDevs/umbraco/models/Home.generated.cs | 10 +-- SgfDevs/umbraco/models/Image.generated.cs | 20 +++--- .../umbraco/models/IntroImage.generated.cs | 12 ++-- .../umbraco/models/IntroVideo.generated.cs | 12 ++-- SgfDevs/umbraco/models/Job.generated.cs | 26 +++---- SgfDevs/umbraco/models/Jobs.generated.cs | 10 +-- SgfDevs/umbraco/models/Leader.generated.cs | 20 +++--- .../umbraco/models/Leadership.generated.cs | 16 ++--- SgfDevs/umbraco/models/Login.generated.cs | 10 +-- .../models/ManualEntryHost.generated.cs | 14 ++-- SgfDevs/umbraco/models/Markdown.generated.cs | 12 ++-- SgfDevs/umbraco/models/Member.generated.cs | 72 +++++++++---------- SgfDevs/umbraco/models/Meta.generated.cs | 28 ++++---- .../models/NonMemberPresenter.generated.cs | 14 ++-- SgfDevs/umbraco/models/Page.generated.cs | 18 ++--- .../umbraco/models/Presentation.generated.cs | 28 ++++---- .../models/PresenterPicker.generated.cs | 12 ++-- SgfDevs/umbraco/models/Profile.generated.cs | 10 +-- SgfDevs/umbraco/models/Register.generated.cs | 10 +-- .../umbraco/models/ResetPassword.generated.cs | 10 +-- .../models/RichTextEditor.generated.cs | 12 ++-- SgfDevs/umbraco/models/Tag.generated.cs | 12 ++-- SgfDevs/umbraco/models/TagGroup.generated.cs | 10 +-- SgfDevs/umbraco/models/Tags.generated.cs | 10 +-- .../models/UmbracoMediaArticle.generated.cs | 16 ++--- .../models/UmbracoMediaAudio.generated.cs | 16 ++--- .../UmbracoMediaVectorGraphics.generated.cs | 20 +++--- .../models/UmbracoMediaVideo.generated.cs | 16 ++--- 40 files changed, 345 insertions(+), 345 deletions(-) diff --git a/SgfDevs/umbraco/models/CommunityEvent.generated.cs b/SgfDevs/umbraco/models/CommunityEvent.generated.cs index a7fbdb1..dd46f7f 100644 --- a/SgfDevs/umbraco/models/CommunityEvent.generated.cs +++ b/SgfDevs/umbraco/models/CommunityEvent.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class CommunityEvent : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "communityEvent"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public CommunityEvent(IPublishedContent content, IPublishedValueFallback publish /// /// City /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("city")] public virtual string City => this.Value(_publishedValueFallback, "city"); @@ -60,14 +60,14 @@ public CommunityEvent(IPublishedContent content, IPublishedValueFallback publish /// /// End Time /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("endTime")] public virtual global::System.DateTime EndTime => this.Value(_publishedValueFallback, "endTime"); /// /// Event Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("eventUrl")] public virtual string EventUrl => this.Value(_publishedValueFallback, "eventUrl"); @@ -75,7 +75,7 @@ public CommunityEvent(IPublishedContent content, IPublishedValueFallback publish /// /// Host Name /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("hostName")] public virtual string HostName => this.Value(_publishedValueFallback, "hostName"); @@ -83,7 +83,7 @@ public CommunityEvent(IPublishedContent content, IPublishedValueFallback publish /// /// Image /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("image")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops Image => this.Value(_publishedValueFallback, "image"); @@ -91,7 +91,7 @@ public CommunityEvent(IPublishedContent content, IPublishedValueFallback publish /// /// Price: Keep this field short. Ex: Free | $100 | $75-$200 /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("price")] public virtual string Price => this.Value(_publishedValueFallback, "price"); @@ -99,14 +99,14 @@ public CommunityEvent(IPublishedContent content, IPublishedValueFallback publish /// /// Start Time /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("startTime")] public virtual global::System.DateTime StartTime => this.Value(_publishedValueFallback, "startTime"); /// /// State /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("state")] public virtual string State => this.Value(_publishedValueFallback, "state"); diff --git a/SgfDevs/umbraco/models/Companies.generated.cs b/SgfDevs/umbraco/models/Companies.generated.cs index 7ebd228..afe3a5b 100644 --- a/SgfDevs/umbraco/models/Companies.generated.cs +++ b/SgfDevs/umbraco/models/Companies.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Companies : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "companies"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/SgfDevs/umbraco/models/Company.generated.cs b/SgfDevs/umbraco/models/Company.generated.cs index 4ea5cf9..a988a2c 100644 --- a/SgfDevs/umbraco/models/Company.generated.cs +++ b/SgfDevs/umbraco/models/Company.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Company : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "company"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// About Text /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("aboutText")] public virtual global::Umbraco.Cms.Core.Strings.IHtmlEncodedString AboutText => this.Value(_publishedValueFallback, "aboutText"); @@ -60,14 +60,14 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// Available For Hire /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("availableForHire")] public virtual bool AvailableForHire => this.Value(_publishedValueFallback, "availableForHire"); /// /// Company Tags /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("companyTags")] public virtual global::System.Collections.Generic.IEnumerable CompanyTags => this.Value>(_publishedValueFallback, "companyTags"); @@ -75,7 +75,7 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// Facebook Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("facebookUrl")] public virtual string FacebookUrl => this.Value(_publishedValueFallback, "facebookUrl"); @@ -83,7 +83,7 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// Featured Embed /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("featuredEmbed")] public virtual string FeaturedEmbed => this.Value(_publishedValueFallback, "featuredEmbed"); @@ -91,7 +91,7 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// Featured Image /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("featuredImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops FeaturedImage => this.Value(_publishedValueFallback, "featuredImage"); @@ -99,7 +99,7 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// Headline /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("headline")] public virtual string Headline => this.Value(_publishedValueFallback, "headline"); @@ -107,7 +107,7 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// Image /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("image")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops Image => this.Value(_publishedValueFallback, "image"); @@ -115,7 +115,7 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// Instagram Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("instagramUrl")] public virtual string InstagramUrl => this.Value(_publishedValueFallback, "instagramUrl"); @@ -123,21 +123,21 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// Is Founding Sponsor /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("isFoundingSponsor")] public virtual bool IsFoundingSponsor => this.Value(_publishedValueFallback, "isFoundingSponsor"); /// /// Is Sponsor /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("isSponsor")] public virtual bool IsSponsor => this.Value(_publishedValueFallback, "isSponsor"); /// /// LinkedIn Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("linkedInUrl")] public virtual string LinkedInUrl => this.Value(_publishedValueFallback, "linkedInUrl"); @@ -145,7 +145,7 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// Location /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("location")] public virtual string Location => this.Value(_publishedValueFallback, "location"); @@ -153,7 +153,7 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// Skill Tags /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("skillTags")] public virtual global::System.Collections.Generic.IEnumerable SkillTags => this.Value>(_publishedValueFallback, "skillTags"); @@ -161,7 +161,7 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// Twitter Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterUrl")] public virtual string TwitterUrl => this.Value(_publishedValueFallback, "twitterUrl"); @@ -169,7 +169,7 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// Custom URL Slug: Custom URL Slug /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoUrlName")] public virtual string UmbracoUrlName => this.Value(_publishedValueFallback, "umbracoUrlName"); @@ -177,7 +177,7 @@ public Company(IPublishedContent content, IPublishedValueFallback publishedValue /// /// Website Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("websiteUrl")] public virtual string WebsiteUrl => this.Value(_publishedValueFallback, "websiteUrl"); diff --git a/SgfDevs/umbraco/models/CompanyHost.generated.cs b/SgfDevs/umbraco/models/CompanyHost.generated.cs index ee4ed92..aba8109 100644 --- a/SgfDevs/umbraco/models/CompanyHost.generated.cs +++ b/SgfDevs/umbraco/models/CompanyHost.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class CompanyHost : PublishedElementModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "companyHost"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public CompanyHost(IPublishedElement content, IPublishedValueFallback publishedV /// /// Company /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("company")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent Company => this.Value(_publishedValueFallback, "company"); diff --git a/SgfDevs/umbraco/models/Event.generated.cs b/SgfDevs/umbraco/models/Event.generated.cs index 9ddb1ee..9652b63 100644 --- a/SgfDevs/umbraco/models/Event.generated.cs +++ b/SgfDevs/umbraco/models/Event.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Event : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "event"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,14 +52,14 @@ public Event(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Date /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("date")] public virtual global::System.DateTime Date => this.Value(_publishedValueFallback, "date"); /// /// Presentations: After setting the date, add presentations by clicking the Presentations tab in the top right. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("helpTextPresentations")] public virtual string HelpTextPresentations => this.Value(_publishedValueFallback, "helpTextPresentations"); diff --git a/SgfDevs/umbraco/models/Events.generated.cs b/SgfDevs/umbraco/models/Events.generated.cs index 7c38ab7..2ed1833 100644 --- a/SgfDevs/umbraco/models/Events.generated.cs +++ b/SgfDevs/umbraco/models/Events.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Events : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "events"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/SgfDevs/umbraco/models/File.generated.cs b/SgfDevs/umbraco/models/File.generated.cs index d4e2808..aa099c4 100644 --- a/SgfDevs/umbraco/models/File.generated.cs +++ b/SgfDevs/umbraco/models/File.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class File : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "File"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,14 +52,14 @@ public File(IPublishedContent content, IPublishedValueFallback publishedValueFal /// /// File size /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("umbracoBytes")] public virtual long UmbracoBytes => this.Value(_publishedValueFallback, "umbracoBytes"); /// /// File extension /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoExtension")] public virtual string UmbracoExtension => this.Value(_publishedValueFallback, "umbracoExtension"); @@ -67,7 +67,7 @@ public File(IPublishedContent content, IPublishedValueFallback publishedValueFal /// /// Upload file /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoFile")] public virtual string UmbracoFile => this.Value(_publishedValueFallback, "umbracoFile"); diff --git a/SgfDevs/umbraco/models/Folder.generated.cs b/SgfDevs/umbraco/models/Folder.generated.cs index 0bae776..443658c 100644 --- a/SgfDevs/umbraco/models/Folder.generated.cs +++ b/SgfDevs/umbraco/models/Folder.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Folder : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "Folder"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/SgfDevs/umbraco/models/ForgottenPassword.generated.cs b/SgfDevs/umbraco/models/ForgottenPassword.generated.cs index 9a87c73..df00287 100644 --- a/SgfDevs/umbraco/models/ForgottenPassword.generated.cs +++ b/SgfDevs/umbraco/models/ForgottenPassword.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class ForgottenPassword : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "forgottenPassword"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/SgfDevs/umbraco/models/Group.generated.cs b/SgfDevs/umbraco/models/Group.generated.cs index 23e4e59..cfe8411 100644 --- a/SgfDevs/umbraco/models/Group.generated.cs +++ b/SgfDevs/umbraco/models/Group.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Group : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "group"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// About Text /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("aboutText")] public virtual global::Umbraco.Cms.Core.Strings.IHtmlEncodedString AboutText => this.Value(_publishedValueFallback, "aboutText"); @@ -60,7 +60,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Established Text /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("establishedText")] public virtual string EstablishedText => this.Value(_publishedValueFallback, "establishedText"); @@ -68,7 +68,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Facebook Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("facebookUrl")] public virtual string FacebookUrl => this.Value(_publishedValueFallback, "facebookUrl"); @@ -76,7 +76,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Group Image /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("groupImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops GroupImage => this.Value(_publishedValueFallback, "groupImage"); @@ -84,7 +84,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Instagram Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("instagramUrl")] public virtual string InstagramUrl => this.Value(_publishedValueFallback, "instagramUrl"); @@ -92,7 +92,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Intro Image/Video /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("introImageVideo")] public virtual global::Umbraco.Cms.Core.Models.Blocks.BlockListModel IntroImageVideo => this.Value(_publishedValueFallback, "introImageVideo"); @@ -100,7 +100,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Leaders /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("leaders")] public virtual global::System.Collections.Generic.IEnumerable Leaders => this.Value>(_publishedValueFallback, "leaders"); @@ -108,7 +108,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// LinkedIn Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("linkedInUrl")] public virtual string LinkedInUrl => this.Value(_publishedValueFallback, "linkedInUrl"); @@ -116,7 +116,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Location /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("location")] public virtual string Location => this.Value(_publishedValueFallback, "location"); @@ -124,7 +124,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Meetup Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("meetupUrl")] public virtual string MeetupUrl => this.Value(_publishedValueFallback, "meetupUrl"); @@ -132,7 +132,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Skill Tags /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("skillTags")] public virtual global::System.Collections.Generic.IEnumerable SkillTags => this.Value>(_publishedValueFallback, "skillTags"); @@ -140,7 +140,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Twitch Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitchUrl")] public virtual string TwitchUrl => this.Value(_publishedValueFallback, "twitchUrl"); @@ -148,7 +148,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Twitter Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterUrl")] public virtual string TwitterUrl => this.Value(_publishedValueFallback, "twitterUrl"); @@ -156,7 +156,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Website Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("websiteUrl")] public virtual string WebsiteUrl => this.Value(_publishedValueFallback, "websiteUrl"); @@ -164,7 +164,7 @@ public Group(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// YouTube Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("youTubeUrl")] public virtual string YouTubeUrl => this.Value(_publishedValueFallback, "youTubeUrl"); diff --git a/SgfDevs/umbraco/models/GroupHost.generated.cs b/SgfDevs/umbraco/models/GroupHost.generated.cs index f10fa57..fc18acf 100644 --- a/SgfDevs/umbraco/models/GroupHost.generated.cs +++ b/SgfDevs/umbraco/models/GroupHost.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class GroupHost : PublishedElementModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "groupHost"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public GroupHost(IPublishedElement content, IPublishedValueFallback publishedVal /// /// Group /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("group")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent Group => this.Value(_publishedValueFallback, "group"); diff --git a/SgfDevs/umbraco/models/Groups.generated.cs b/SgfDevs/umbraco/models/Groups.generated.cs index 2fc9557..24e1a2a 100644 --- a/SgfDevs/umbraco/models/Groups.generated.cs +++ b/SgfDevs/umbraco/models/Groups.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Groups : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "groups"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/SgfDevs/umbraco/models/Home.generated.cs b/SgfDevs/umbraco/models/Home.generated.cs index a7a514b..bde3d19 100644 --- a/SgfDevs/umbraco/models/Home.generated.cs +++ b/SgfDevs/umbraco/models/Home.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Home : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "home"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/SgfDevs/umbraco/models/Image.generated.cs b/SgfDevs/umbraco/models/Image.generated.cs index 34d1b0e..a5ade79 100644 --- a/SgfDevs/umbraco/models/Image.generated.cs +++ b/SgfDevs/umbraco/models/Image.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Image : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "Image"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,14 +52,14 @@ public Image(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// File size /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("umbracoBytes")] public virtual long UmbracoBytes => this.Value(_publishedValueFallback, "umbracoBytes"); /// /// File extension /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoExtension")] public virtual string UmbracoExtension => this.Value(_publishedValueFallback, "umbracoExtension"); @@ -67,7 +67,7 @@ public Image(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Upload image /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoFile")] public virtual global::Umbraco.Cms.Core.PropertyEditors.ValueConverters.ImageCropperValue UmbracoFile => this.Value(_publishedValueFallback, "umbracoFile"); @@ -75,14 +75,14 @@ public Image(IPublishedContent content, IPublishedValueFallback publishedValueFa /// /// Height /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("umbracoHeight")] public virtual int UmbracoHeight => this.Value(_publishedValueFallback, "umbracoHeight"); /// /// Width /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("umbracoWidth")] public virtual int UmbracoWidth => this.Value(_publishedValueFallback, "umbracoWidth"); } diff --git a/SgfDevs/umbraco/models/IntroImage.generated.cs b/SgfDevs/umbraco/models/IntroImage.generated.cs index 560ef13..13115e7 100644 --- a/SgfDevs/umbraco/models/IntroImage.generated.cs +++ b/SgfDevs/umbraco/models/IntroImage.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class IntroImage : PublishedElementModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "introImage"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public IntroImage(IPublishedElement content, IPublishedValueFallback publishedVa /// /// Media /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("media")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops Media => this.Value(_publishedValueFallback, "media"); diff --git a/SgfDevs/umbraco/models/IntroVideo.generated.cs b/SgfDevs/umbraco/models/IntroVideo.generated.cs index 3df1d26..3d34077 100644 --- a/SgfDevs/umbraco/models/IntroVideo.generated.cs +++ b/SgfDevs/umbraco/models/IntroVideo.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class IntroVideo : PublishedElementModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "introVideo"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public IntroVideo(IPublishedElement content, IPublishedValueFallback publishedVa /// /// Video Url: If left empty, the video from the last presentation will be used /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("videoUrl")] public virtual string VideoUrl => this.Value(_publishedValueFallback, "videoUrl"); diff --git a/SgfDevs/umbraco/models/Job.generated.cs b/SgfDevs/umbraco/models/Job.generated.cs index 572bf33..0cb9c4c 100644 --- a/SgfDevs/umbraco/models/Job.generated.cs +++ b/SgfDevs/umbraco/models/Job.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Job : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "job"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public Job(IPublishedContent content, IPublishedValueFallback publishedValueFall /// /// Apply URL /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("applyURL")] public virtual string ApplyUrl => this.Value(_publishedValueFallback, "applyURL"); @@ -60,7 +60,7 @@ public Job(IPublishedContent content, IPublishedValueFallback publishedValueFall /// /// Banner Image /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("bannerImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops BannerImage => this.Value(_publishedValueFallback, "bannerImage"); @@ -68,7 +68,7 @@ public Job(IPublishedContent content, IPublishedValueFallback publishedValueFall /// /// Compensation /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("compensation")] public virtual string Compensation => this.Value(_publishedValueFallback, "compensation"); @@ -76,7 +76,7 @@ public Job(IPublishedContent content, IPublishedValueFallback publishedValueFall /// /// Employment Type /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("employmentType")] public virtual string EmploymentType => this.Value(_publishedValueFallback, "employmentType"); @@ -84,7 +84,7 @@ public Job(IPublishedContent content, IPublishedValueFallback publishedValueFall /// /// Job Description /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("jobDescription")] public virtual global::Umbraco.Cms.Core.Strings.IHtmlEncodedString JobDescription => this.Value(_publishedValueFallback, "jobDescription"); @@ -92,7 +92,7 @@ public Job(IPublishedContent content, IPublishedValueFallback publishedValueFall /// /// Job Tags /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("jobTags")] public virtual global::System.Collections.Generic.IEnumerable JobTags => this.Value>(_publishedValueFallback, "jobTags"); @@ -100,7 +100,7 @@ public Job(IPublishedContent content, IPublishedValueFallback publishedValueFall /// /// Location /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("location")] public virtual string Location => this.Value(_publishedValueFallback, "location"); @@ -108,7 +108,7 @@ public Job(IPublishedContent content, IPublishedValueFallback publishedValueFall /// /// Skill Tags /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("skillTags")] public virtual global::System.Collections.Generic.IEnumerable SkillTags => this.Value>(_publishedValueFallback, "skillTags"); diff --git a/SgfDevs/umbraco/models/Jobs.generated.cs b/SgfDevs/umbraco/models/Jobs.generated.cs index 449e28b..b7c2b07 100644 --- a/SgfDevs/umbraco/models/Jobs.generated.cs +++ b/SgfDevs/umbraco/models/Jobs.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Jobs : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "jobs"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/SgfDevs/umbraco/models/Leader.generated.cs b/SgfDevs/umbraco/models/Leader.generated.cs index 70fedef..c0adb98 100644 --- a/SgfDevs/umbraco/models/Leader.generated.cs +++ b/SgfDevs/umbraco/models/Leader.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Leader : PublishedElementModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "leader"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,21 +52,21 @@ public Leader(IPublishedElement content, IPublishedValueFallback publishedValueF /// /// Date End: Start and End date used for Leadership History section /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("dateEnd")] public virtual global::System.DateTime DateEnd => this.Value(_publishedValueFallback, "dateEnd"); /// /// Date Start: Start and End date used for Leadership History section /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("dateStart")] public virtual global::System.DateTime DateStart => this.Value(_publishedValueFallback, "dateStart"); /// /// Member /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("member")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent Member => this.Value(_publishedValueFallback, "member"); @@ -74,7 +74,7 @@ public Leader(IPublishedElement content, IPublishedValueFallback publishedValueF /// /// Short Bio: Used for officers /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("shortBio")] public virtual global::Umbraco.Cms.Core.Strings.IHtmlEncodedString ShortBio => this.Value(_publishedValueFallback, "shortBio"); @@ -82,7 +82,7 @@ public Leader(IPublishedElement content, IPublishedValueFallback publishedValueF /// /// Title /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("title")] public virtual string Title => this.Value(_publishedValueFallback, "title"); diff --git a/SgfDevs/umbraco/models/Leadership.generated.cs b/SgfDevs/umbraco/models/Leadership.generated.cs index bcc3ab3..d51ea20 100644 --- a/SgfDevs/umbraco/models/Leadership.generated.cs +++ b/SgfDevs/umbraco/models/Leadership.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Leadership : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "leadership"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public Leadership(IPublishedContent content, IPublishedValueFallback publishedVa /// /// Board of Directors /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("boardOfDirectors")] public virtual global::System.Collections.Generic.IEnumerable BoardOfDirectors => this.Value>(_publishedValueFallback, "boardOfDirectors"); @@ -60,7 +60,7 @@ public Leadership(IPublishedContent content, IPublishedValueFallback publishedVa /// /// History /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("history")] public virtual global::System.Collections.Generic.IEnumerable History => this.Value>(_publishedValueFallback, "history"); @@ -68,7 +68,7 @@ public Leadership(IPublishedContent content, IPublishedValueFallback publishedVa /// /// Officers /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("officers")] public virtual global::System.Collections.Generic.IEnumerable Officers => this.Value>(_publishedValueFallback, "officers"); diff --git a/SgfDevs/umbraco/models/Login.generated.cs b/SgfDevs/umbraco/models/Login.generated.cs index 56b29c4..0b5e6f5 100644 --- a/SgfDevs/umbraco/models/Login.generated.cs +++ b/SgfDevs/umbraco/models/Login.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Login : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "login"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/SgfDevs/umbraco/models/ManualEntryHost.generated.cs b/SgfDevs/umbraco/models/ManualEntryHost.generated.cs index 5263461..643a9c2 100644 --- a/SgfDevs/umbraco/models/ManualEntryHost.generated.cs +++ b/SgfDevs/umbraco/models/ManualEntryHost.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class ManualEntryHost : PublishedElementModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "manualEntryHost"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public ManualEntryHost(IPublishedElement content, IPublishedValueFallback publis /// /// Host Name /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("hostName")] public virtual string HostName => this.Value(_publishedValueFallback, "hostName"); @@ -60,7 +60,7 @@ public ManualEntryHost(IPublishedElement content, IPublishedValueFallback publis /// /// Host Url /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("hostUrl")] public virtual string HostUrl => this.Value(_publishedValueFallback, "hostUrl"); diff --git a/SgfDevs/umbraco/models/Markdown.generated.cs b/SgfDevs/umbraco/models/Markdown.generated.cs index 16395e3..d10bdc3 100644 --- a/SgfDevs/umbraco/models/Markdown.generated.cs +++ b/SgfDevs/umbraco/models/Markdown.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Markdown : PublishedElementModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "markdown"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public Markdown(IPublishedElement content, IPublishedValueFallback publishedValu /// /// Content /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("content")] public virtual global::Umbraco.Cms.Core.Strings.IHtmlEncodedString Content => this.Value(_publishedValueFallback, "content"); diff --git a/SgfDevs/umbraco/models/Member.generated.cs b/SgfDevs/umbraco/models/Member.generated.cs index e74d00a..b32cffb 100644 --- a/SgfDevs/umbraco/models/Member.generated.cs +++ b/SgfDevs/umbraco/models/Member.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Member : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "Member"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Member; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// About Text /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("aboutText")] public virtual global::Umbraco.Cms.Core.Strings.IHtmlEncodedString AboutText => this.Value(_publishedValueFallback, "aboutText"); @@ -60,21 +60,21 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Available For Contract Work /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("availableForContractWork")] public virtual bool AvailableForContractWork => this.Value(_publishedValueFallback, "availableForContractWork"); /// /// Available For Hire /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("availableForHire")] public virtual bool AvailableForHire => this.Value(_publishedValueFallback, "availableForHire"); /// /// City /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("city")] public virtual string City => this.Value(_publishedValueFallback, "city"); @@ -82,7 +82,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Company /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("company")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent Company => this.Value(_publishedValueFallback, "company"); @@ -90,14 +90,14 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// End Date: Start and End date used for logic in the History section /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("endDate")] public virtual global::System.DateTime EndDate => this.Value(_publishedValueFallback, "endDate"); /// /// Facebook URL /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("facebookUrl")] public virtual string FacebookUrl => this.Value(_publishedValueFallback, "facebookUrl"); @@ -105,7 +105,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// First Name /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("firstName")] public virtual string FirstName => this.Value(_publishedValueFallback, "firstName"); @@ -113,7 +113,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Groups /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("groups")] public virtual global::System.Collections.Generic.IEnumerable Groups => this.Value>(_publishedValueFallback, "groups"); @@ -121,7 +121,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Instagram URL /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("instagramUrl")] public virtual string InstagramUrl => this.Value(_publishedValueFallback, "instagramUrl"); @@ -129,7 +129,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Job Title /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("jobTitle")] public virtual string JobTitle => this.Value(_publishedValueFallback, "jobTitle"); @@ -137,7 +137,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Last Name /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("lastName")] public virtual string LastName => this.Value(_publishedValueFallback, "lastName"); @@ -145,7 +145,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// LinkedIn URL /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("linkedInUrl")] public virtual string LinkedInUrl => this.Value(_publishedValueFallback, "linkedInUrl"); @@ -153,7 +153,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Meetup URL /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("meetupUrl")] public virtual string MeetupUrl => this.Value(_publishedValueFallback, "meetupUrl"); @@ -161,7 +161,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Member Tags /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("memberTags")] public virtual global::System.Collections.Generic.IEnumerable MemberTags => this.Value>(_publishedValueFallback, "memberTags"); @@ -169,7 +169,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Officer Bio: Short bio /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("officerBio")] public virtual global::Umbraco.Cms.Core.Strings.IHtmlEncodedString OfficerBio => this.Value(_publishedValueFallback, "officerBio"); @@ -177,7 +177,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Officer Title: If no officer title is supplied it will be inferred that this is a board member when this member is selected on the Leadership page /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("officerTitle")] public virtual string OfficerTitle => this.Value(_publishedValueFallback, "officerTitle"); @@ -185,7 +185,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Profile Image /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("profileImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops ProfileImage => this.Value(_publishedValueFallback, "profileImage"); @@ -193,14 +193,14 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// resetPasswordExpireDate /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("resetPasswordExpireDate")] public virtual global::System.DateTime ResetPasswordExpireDate => this.Value(_publishedValueFallback, "resetPasswordExpireDate"); /// /// resetPasswordToken /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("resetPasswordToken")] public virtual string ResetPasswordToken => this.Value(_publishedValueFallback, "resetPasswordToken"); @@ -208,7 +208,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Skills Tags /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("skillsTags")] public virtual global::System.Collections.Generic.IEnumerable SkillsTags => this.Value>(_publishedValueFallback, "skillsTags"); @@ -216,14 +216,14 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Start Date: Start and End date used for logic in the History section /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("startDate")] public virtual global::System.DateTime StartDate => this.Value(_publishedValueFallback, "startDate"); /// /// State /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("state")] public virtual string State => this.Value(_publishedValueFallback, "state"); @@ -231,7 +231,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Twitch URL /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitchUrl")] public virtual string TwitchUrl => this.Value(_publishedValueFallback, "twitchUrl"); @@ -239,7 +239,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Twitter URL /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("twitterUrl")] public virtual string TwitterUrl => this.Value(_publishedValueFallback, "twitterUrl"); @@ -247,7 +247,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Comments /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoMemberComments")] public virtual string UmbracoMemberComments => this.Value(_publishedValueFallback, "umbracoMemberComments"); @@ -255,7 +255,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Password Answer /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoMemberPasswordRetrievalAnswer")] public virtual string UmbracoMemberPasswordRetrievalAnswer => this.Value(_publishedValueFallback, "umbracoMemberPasswordRetrievalAnswer"); @@ -263,7 +263,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Password Question /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoMemberPasswordRetrievalQuestion")] public virtual string UmbracoMemberPasswordRetrievalQuestion => this.Value(_publishedValueFallback, "umbracoMemberPasswordRetrievalQuestion"); @@ -271,7 +271,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Username: This is automatically generated from the member registration process. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("username")] public virtual string Username => this.Value(_publishedValueFallback, "username"); @@ -279,7 +279,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// Website URL /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("websiteUrl")] public virtual string WebsiteUrl => this.Value(_publishedValueFallback, "websiteUrl"); @@ -287,7 +287,7 @@ public Member(IPublishedContent content, IPublishedValueFallback publishedValueF /// /// YouTube URL /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("youTubeUrl")] public virtual string YouTubeUrl => this.Value(_publishedValueFallback, "youTubeUrl"); diff --git a/SgfDevs/umbraco/models/Meta.generated.cs b/SgfDevs/umbraco/models/Meta.generated.cs index 71bb8a8..be250e6 100644 --- a/SgfDevs/umbraco/models/Meta.generated.cs +++ b/SgfDevs/umbraco/models/Meta.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -23,17 +23,17 @@ namespace Umbraco.Cms.Web.Common.PublishedModels public partial interface IMeta : IPublishedElement { /// Description - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string Description { get; } /// OG Image - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] global::Umbraco.Cms.Core.Models.MediaWithCrops OgImage { get; } /// Title Tag - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] string TitleTag { get; } } @@ -44,15 +44,15 @@ public partial class Meta : PublishedElementModel, IMeta { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "meta"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -72,39 +72,39 @@ public Meta(IPublishedElement content, IPublishedValueFallback publishedValueFal /// /// Description /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("description")] public virtual string Description => GetDescription(this, _publishedValueFallback); /// Static getter for Description - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetDescription(IMeta that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "description"); /// /// OG Image /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("OgImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops OgImage => GetOgImage(this, _publishedValueFallback); /// Static getter for OG Image - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static global::Umbraco.Cms.Core.Models.MediaWithCrops GetOgImage(IMeta that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "OgImage"); /// /// Title Tag /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("titleTag")] public virtual string TitleTag => GetTitleTag(this, _publishedValueFallback); /// Static getter for Title Tag - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static string GetTitleTag(IMeta that, IPublishedValueFallback publishedValueFallback) => that.Value(publishedValueFallback, "titleTag"); } diff --git a/SgfDevs/umbraco/models/NonMemberPresenter.generated.cs b/SgfDevs/umbraco/models/NonMemberPresenter.generated.cs index 95de857..259b263 100644 --- a/SgfDevs/umbraco/models/NonMemberPresenter.generated.cs +++ b/SgfDevs/umbraco/models/NonMemberPresenter.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class NonMemberPresenter : PublishedElementModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "nonMemberPresenter"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public NonMemberPresenter(IPublishedElement content, IPublishedValueFallback pub /// /// Presenter Name /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("presenterName")] public virtual string PresenterName => this.Value(_publishedValueFallback, "presenterName"); @@ -60,7 +60,7 @@ public NonMemberPresenter(IPublishedElement content, IPublishedValueFallback pub /// /// Profile Image /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("profileImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops ProfileImage => this.Value(_publishedValueFallback, "profileImage"); diff --git a/SgfDevs/umbraco/models/Page.generated.cs b/SgfDevs/umbraco/models/Page.generated.cs index 5eca9ca..d0c5c38 100644 --- a/SgfDevs/umbraco/models/Page.generated.cs +++ b/SgfDevs/umbraco/models/Page.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Page : PublishedContentModel, IMeta { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "page"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public Page(IPublishedContent content, IPublishedValueFallback publishedValueFal /// /// Blocks /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("blocks")] public virtual global::Umbraco.Cms.Core.Models.Blocks.BlockListModel Blocks => this.Value(_publishedValueFallback, "blocks"); @@ -60,7 +60,7 @@ public Page(IPublishedContent content, IPublishedValueFallback publishedValueFal /// /// Description /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("description")] public virtual string Description => global::Umbraco.Cms.Web.Common.PublishedModels.Meta.GetDescription(this, _publishedValueFallback); @@ -68,7 +68,7 @@ public Page(IPublishedContent content, IPublishedValueFallback publishedValueFal /// /// OG Image /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("OgImage")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops OgImage => global::Umbraco.Cms.Web.Common.PublishedModels.Meta.GetOgImage(this, _publishedValueFallback); @@ -76,7 +76,7 @@ public Page(IPublishedContent content, IPublishedValueFallback publishedValueFal /// /// Title Tag /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("titleTag")] public virtual string TitleTag => global::Umbraco.Cms.Web.Common.PublishedModels.Meta.GetTitleTag(this, _publishedValueFallback); diff --git a/SgfDevs/umbraco/models/Presentation.generated.cs b/SgfDevs/umbraco/models/Presentation.generated.cs index e7e6dec..c4f0ce7 100644 --- a/SgfDevs/umbraco/models/Presentation.generated.cs +++ b/SgfDevs/umbraco/models/Presentation.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Presentation : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "presentation"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public Presentation(IPublishedContent content, IPublishedValueFallback published /// /// Description /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("description")] public virtual global::Umbraco.Cms.Core.Strings.IHtmlEncodedString Description => this.Value(_publishedValueFallback, "description"); @@ -60,7 +60,7 @@ public Presentation(IPublishedContent content, IPublishedValueFallback published /// /// Group: The group hosting this presentation /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("group")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent Group => this.Value(_publishedValueFallback, "group"); @@ -68,7 +68,7 @@ public Presentation(IPublishedContent content, IPublishedValueFallback published /// /// Image /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("image")] public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops Image => this.Value(_publishedValueFallback, "image"); @@ -76,7 +76,7 @@ public Presentation(IPublishedContent content, IPublishedValueFallback published /// /// Meetup URL /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("meetupURL")] public virtual string MeetupUrl => this.Value(_publishedValueFallback, "meetupURL"); @@ -84,7 +84,7 @@ public Presentation(IPublishedContent content, IPublishedValueFallback published /// /// Presenters /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("presenters")] public virtual global::Umbraco.Cms.Core.Models.Blocks.BlockListModel Presenters => this.Value(_publishedValueFallback, "presenters"); @@ -92,7 +92,7 @@ public Presentation(IPublishedContent content, IPublishedValueFallback published /// /// Sessionize Id: Stores the upstream Sessionize session identifier for automated imports. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("sessionizeId")] public virtual string SessionizeId => this.Value(_publishedValueFallback, "sessionizeId"); @@ -100,7 +100,7 @@ public Presentation(IPublishedContent content, IPublishedValueFallback published /// /// Skill Tags /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("skillTags")] public virtual global::System.Collections.Generic.IEnumerable SkillTags => this.Value>(_publishedValueFallback, "skillTags"); @@ -108,7 +108,7 @@ public Presentation(IPublishedContent content, IPublishedValueFallback published /// /// Transcript /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("transcript")] public virtual global::Umbraco.Cms.Core.Strings.IHtmlEncodedString Transcript => this.Value(_publishedValueFallback, "transcript"); @@ -116,7 +116,7 @@ public Presentation(IPublishedContent content, IPublishedValueFallback published /// /// Video Url: Url for the recording of the presentation. /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("videoUrl")] public virtual string VideoUrl => this.Value(_publishedValueFallback, "videoUrl"); diff --git a/SgfDevs/umbraco/models/PresenterPicker.generated.cs b/SgfDevs/umbraco/models/PresenterPicker.generated.cs index 83b41ab..8327b48 100644 --- a/SgfDevs/umbraco/models/PresenterPicker.generated.cs +++ b/SgfDevs/umbraco/models/PresenterPicker.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class PresenterPicker : PublishedElementModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "presenterPicker"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public PresenterPicker(IPublishedElement content, IPublishedValueFallback publis /// /// Member /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("member")] public virtual global::Umbraco.Cms.Core.Models.PublishedContent.IPublishedContent Member => this.Value(_publishedValueFallback, "member"); diff --git a/SgfDevs/umbraco/models/Profile.generated.cs b/SgfDevs/umbraco/models/Profile.generated.cs index cf549a7..2d74d69 100644 --- a/SgfDevs/umbraco/models/Profile.generated.cs +++ b/SgfDevs/umbraco/models/Profile.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Profile : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "profile"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/SgfDevs/umbraco/models/Register.generated.cs b/SgfDevs/umbraco/models/Register.generated.cs index 042b5ab..647f614 100644 --- a/SgfDevs/umbraco/models/Register.generated.cs +++ b/SgfDevs/umbraco/models/Register.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Register : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "register"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/SgfDevs/umbraco/models/ResetPassword.generated.cs b/SgfDevs/umbraco/models/ResetPassword.generated.cs index 14d67b1..eebe4a7 100644 --- a/SgfDevs/umbraco/models/ResetPassword.generated.cs +++ b/SgfDevs/umbraco/models/ResetPassword.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class ResetPassword : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "resetPassword"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/SgfDevs/umbraco/models/RichTextEditor.generated.cs b/SgfDevs/umbraco/models/RichTextEditor.generated.cs index 1cd591a..d71876e 100644 --- a/SgfDevs/umbraco/models/RichTextEditor.generated.cs +++ b/SgfDevs/umbraco/models/RichTextEditor.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class RichTextEditor : PublishedElementModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "richTextEditor"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public RichTextEditor(IPublishedElement content, IPublishedValueFallback publish /// /// Content /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("content")] public virtual global::Umbraco.Cms.Core.Strings.IHtmlEncodedString Content => this.Value(_publishedValueFallback, "content"); diff --git a/SgfDevs/umbraco/models/Tag.generated.cs b/SgfDevs/umbraco/models/Tag.generated.cs index 54c71cf..28e1311 100644 --- a/SgfDevs/umbraco/models/Tag.generated.cs +++ b/SgfDevs/umbraco/models/Tag.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Tag : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "tag"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,7 +52,7 @@ public Tag(IPublishedContent content, IPublishedValueFallback publishedValueFall /// /// Display Name: Used for tags with special characters that will get stripped in the URL via the Node Name /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("displayName")] public virtual string DisplayName => this.Value(_publishedValueFallback, "displayName"); diff --git a/SgfDevs/umbraco/models/TagGroup.generated.cs b/SgfDevs/umbraco/models/TagGroup.generated.cs index a424e7c..65ca4a1 100644 --- a/SgfDevs/umbraco/models/TagGroup.generated.cs +++ b/SgfDevs/umbraco/models/TagGroup.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class TagGroup : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "tagGroup"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/SgfDevs/umbraco/models/Tags.generated.cs b/SgfDevs/umbraco/models/Tags.generated.cs index 1a9931c..c25edcf 100644 --- a/SgfDevs/umbraco/models/Tags.generated.cs +++ b/SgfDevs/umbraco/models/Tags.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class Tags : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "tags"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Content; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); diff --git a/SgfDevs/umbraco/models/UmbracoMediaArticle.generated.cs b/SgfDevs/umbraco/models/UmbracoMediaArticle.generated.cs index e5b8d6e..ddb9412 100644 --- a/SgfDevs/umbraco/models/UmbracoMediaArticle.generated.cs +++ b/SgfDevs/umbraco/models/UmbracoMediaArticle.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class UmbracoMediaArticle : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "umbracoMediaArticle"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,14 +52,14 @@ public UmbracoMediaArticle(IPublishedContent content, IPublishedValueFallback pu /// /// File size /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("umbracoBytes")] public virtual long UmbracoBytes => this.Value(_publishedValueFallback, "umbracoBytes"); /// /// File extension /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoExtension")] public virtual string UmbracoExtension => this.Value(_publishedValueFallback, "umbracoExtension"); @@ -67,7 +67,7 @@ public UmbracoMediaArticle(IPublishedContent content, IPublishedValueFallback pu /// /// Article /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoFile")] public virtual string UmbracoFile => this.Value(_publishedValueFallback, "umbracoFile"); diff --git a/SgfDevs/umbraco/models/UmbracoMediaAudio.generated.cs b/SgfDevs/umbraco/models/UmbracoMediaAudio.generated.cs index e3b80f9..1043bd7 100644 --- a/SgfDevs/umbraco/models/UmbracoMediaAudio.generated.cs +++ b/SgfDevs/umbraco/models/UmbracoMediaAudio.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class UmbracoMediaAudio : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "umbracoMediaAudio"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,14 +52,14 @@ public UmbracoMediaAudio(IPublishedContent content, IPublishedValueFallback publ /// /// File size /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("umbracoBytes")] public virtual long UmbracoBytes => this.Value(_publishedValueFallback, "umbracoBytes"); /// /// File extension /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoExtension")] public virtual string UmbracoExtension => this.Value(_publishedValueFallback, "umbracoExtension"); @@ -67,7 +67,7 @@ public UmbracoMediaAudio(IPublishedContent content, IPublishedValueFallback publ /// /// Audio /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoFile")] public virtual string UmbracoFile => this.Value(_publishedValueFallback, "umbracoFile"); diff --git a/SgfDevs/umbraco/models/UmbracoMediaVectorGraphics.generated.cs b/SgfDevs/umbraco/models/UmbracoMediaVectorGraphics.generated.cs index c093570..a72b310 100644 --- a/SgfDevs/umbraco/models/UmbracoMediaVectorGraphics.generated.cs +++ b/SgfDevs/umbraco/models/UmbracoMediaVectorGraphics.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class UmbracoMediaVectorGraphics : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "umbracoMediaVectorGraphics"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,14 +52,14 @@ public UmbracoMediaVectorGraphics(IPublishedContent content, IPublishedValueFall /// /// File size /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("umbracoBytes")] public virtual long UmbracoBytes => this.Value(_publishedValueFallback, "umbracoBytes"); /// /// File extension /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoExtension")] public virtual string UmbracoExtension => this.Value(_publishedValueFallback, "umbracoExtension"); @@ -67,7 +67,7 @@ public UmbracoMediaVectorGraphics(IPublishedContent content, IPublishedValueFall /// /// Vector Graphics /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoFile")] public virtual string UmbracoFile => this.Value(_publishedValueFallback, "umbracoFile"); @@ -75,14 +75,14 @@ public UmbracoMediaVectorGraphics(IPublishedContent content, IPublishedValueFall /// /// Height /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("umbracoHeight")] public virtual int UmbracoHeight => this.Value(_publishedValueFallback, "umbracoHeight"); /// /// Width /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("umbracoWidth")] public virtual int UmbracoWidth => this.Value(_publishedValueFallback, "umbracoWidth"); } diff --git a/SgfDevs/umbraco/models/UmbracoMediaVideo.generated.cs b/SgfDevs/umbraco/models/UmbracoMediaVideo.generated.cs index f858029..d7fa075 100644 --- a/SgfDevs/umbraco/models/UmbracoMediaVideo.generated.cs +++ b/SgfDevs/umbraco/models/UmbracoMediaVideo.generated.cs @@ -2,7 +2,7 @@ // // This code was generated by a tool. // -// Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3 +// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b // // Changes to this file will be lost if the code is regenerated. // @@ -24,15 +24,15 @@ public partial class UmbracoMediaVideo : PublishedContentModel { // helpers #pragma warning disable 0109 // new is redundant - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const string ModelTypeAlias = "umbracoMediaVideo"; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] public new const PublishedItemType ModelItemType = PublishedItemType.Media; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache) => PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [return: global::System.Diagnostics.CodeAnalysis.MaybeNull] public static IPublishedPropertyType GetModelPropertyType(IPublishedContentTypeCache contentTypeCache, Expression> selector) => PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector); @@ -52,14 +52,14 @@ public UmbracoMediaVideo(IPublishedContent content, IPublishedValueFallback publ /// /// File size /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [ImplementPropertyType("umbracoBytes")] public virtual long UmbracoBytes => this.Value(_publishedValueFallback, "umbracoBytes"); /// /// File extension /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoExtension")] public virtual string UmbracoExtension => this.Value(_publishedValueFallback, "umbracoExtension"); @@ -67,7 +67,7 @@ public UmbracoMediaVideo(IPublishedContent content, IPublishedValueFallback publ /// /// Video /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.0.2+26312a3")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")] [global::System.Diagnostics.CodeAnalysis.MaybeNull] [ImplementPropertyType("umbracoFile")] public virtual string UmbracoFile => this.Value(_publishedValueFallback, "umbracoFile"); From 889e17c8fb28843cf710ab1b4c70c602881906a4 Mon Sep 17 00:00:00 2001 From: Levi Zitting Date: Sat, 8 Aug 2026 16:33:06 -0500 Subject: [PATCH 2/2] chore: regenerate usync --- ...ringing-structure-to-free-form-text.config | 6 +- .../Content/dev-night-september-2026.config | 23 ++++ ...-midi-instrument-to-meet-mark-rober.config | 120 ++++++++++++++++++ ...ae34962-182a-42ed-9252-aa7c4a09b18f.config | 19 +++ ...bdcc56a-243c-4cd2-8a62-b2e5b6f9de8a.config | 19 +++ 5 files changed, 184 insertions(+), 3 deletions(-) create mode 100644 SgfDevs/uSync/v18/Content/dev-night-september-2026.config create mode 100644 SgfDevs/uSync/v18/Content/that-time-i-turned-a-model-m-into-a-midi-instrument-to-meet-mark-rober.config create mode 100644 SgfDevs/uSync/v18/Media/sessionize-speaker-3ae34962-182a-42ed-9252-aa7c4a09b18f.config create mode 100644 SgfDevs/uSync/v18/Media/sessionize-speaker-8bdcc56a-243c-4cd2-8a62-b2e5b6f9de8a.config diff --git a/SgfDevs/uSync/v18/Content/bringing-structure-to-free-form-text.config b/SgfDevs/uSync/v18/Content/bringing-structure-to-free-form-text.config index 226902b..b91be1d 100644 --- a/SgfDevs/uSync/v18/Content/bringing-structure-to-free-form-text.config +++ b/SgfDevs/uSync/v18/Content/bringing-structure-to-free-form-text.config @@ -30,7 +30,7 @@ "contentData": [ { "contentTypeKey": "5ff3a2c3-9dc3-4131-8f07-99c2c0a38be5", - "key": "f4fee8c9-6c2f-4a9c-963c-4cecc5199b0c", + "key": "d43a01d4-f842-427e-abae-78b1dc8f1bfe", "values": [ { "alias": "presenterName", @@ -52,7 +52,7 @@ "settingsData": [], "expose": [ { - "contentKey": "f4fee8c9-6c2f-4a9c-963c-4cecc5199b0c", + "contentKey": "d43a01d4-f842-427e-abae-78b1dc8f1bfe", "culture": null, "segment": null } @@ -60,7 +60,7 @@ "layout": { "Umbraco.BlockList": [ { - "contentKey": "f4fee8c9-6c2f-4a9c-963c-4cecc5199b0c", + "contentKey": "d43a01d4-f842-427e-abae-78b1dc8f1bfe", "settingsKey": null } ] diff --git a/SgfDevs/uSync/v18/Content/dev-night-september-2026.config b/SgfDevs/uSync/v18/Content/dev-night-september-2026.config new file mode 100644 index 0000000..3c32345 --- /dev/null +++ b/SgfDevs/uSync/v18/Content/dev-night-september-2026.config @@ -0,0 +1,23 @@ + + + + Events + /Home/Events/DevNightSeptember2026 + false + event + 2026-08-04T20:57:24 + + 54 + + +