diff --git a/src/libs/SoundCloud/Generated/SoundCloud.AllOf.2.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.AllOf.2.g.cs index dda4eef..930aa13 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.AllOf.2.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.AllOf.2.g.cs @@ -4,12 +4,12 @@ namespace SoundCloud { /// - /// + /// /// public readonly partial struct AllOf : global::System.IEquatable> { /// - /// + /// /// #if NET6_0_OR_GREATER public T1? Value1 { get; init; } @@ -18,7 +18,7 @@ namespace SoundCloud #endif /// - /// + /// /// #if NET6_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(Value1))] @@ -26,7 +26,7 @@ namespace SoundCloud public bool IsValue1 => Value1 != null; /// - /// + /// /// public bool TryPickValue1( #if NET6_0_OR_GREATER @@ -39,14 +39,14 @@ public bool TryPickValue1( } /// - /// + /// /// public T1 PickValue1() => IsValue1 ? Value1! : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); /// - /// + /// /// #if NET6_0_OR_GREATER public T2? Value2 { get; init; } @@ -55,7 +55,7 @@ public T1 PickValue1() => IsValue1 #endif /// - /// + /// /// #if NET6_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(Value2))] @@ -63,7 +63,7 @@ public T1 PickValue1() => IsValue1 public bool IsValue2 => Value2 != null; /// - /// + /// /// public bool TryPickValue2( #if NET6_0_OR_GREATER @@ -76,23 +76,23 @@ public bool TryPickValue2( } /// - /// + /// /// public T2 PickValue2() => IsValue2 ? Value2! : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); /// - /// + /// /// public static implicit operator AllOf(T1 value) => new AllOf((T1?)value); /// - /// + /// /// public static implicit operator T1?(AllOf @this) => @this.Value1; /// - /// + /// /// public AllOf(T1? value) { @@ -100,22 +100,22 @@ public AllOf(T1? value) } /// - /// + /// /// public static AllOf FromValue1(T1? value) => new AllOf(value); /// - /// + /// /// public static implicit operator AllOf(T2 value) => new AllOf((T2?)value); /// - /// + /// /// public static implicit operator T2?(AllOf @this) => @this.Value2; /// - /// + /// /// public AllOf(T2? value) { @@ -123,12 +123,12 @@ public AllOf(T2? value) } /// - /// + /// /// public static AllOf FromValue2(T2? value) => new AllOf(value); /// - /// + /// /// public AllOf( T1? value1, @@ -140,19 +140,19 @@ public AllOf( } /// - /// + /// /// public object? Object => Value2 as object ?? - Value1 as object + Value1 as object ; /// - /// + /// /// public override string? ToString() => Value1?.ToString() ?? - Value2?.ToString() + Value2?.ToString() ; private static bool RequiresValue() @@ -170,7 +170,7 @@ private static bool RequiresValue() /// - /// + /// /// public bool Validate() { @@ -178,7 +178,7 @@ public bool Validate() } /// - /// + /// /// public TResult? Match( global::System.Func? value1 = null, @@ -203,7 +203,7 @@ public bool Validate() } /// - /// + /// /// public void Match( global::System.Action? value1 = null, @@ -227,7 +227,7 @@ public void Match( } /// - /// + /// /// public void Switch( global::System.Action? value1 = null, @@ -250,7 +250,7 @@ public void Switch( } /// - /// + /// /// public override int GetHashCode() { @@ -271,18 +271,18 @@ static int HashCodeAggregator(int hashCode, object? value) => value == null } /// - /// + /// /// public bool Equals(AllOf other) { return global::System.Collections.Generic.EqualityComparer.Default.Equals(Value1, other.Value1) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value2, other.Value2) + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value2, other.Value2) ; } /// - /// + /// /// public static bool operator ==(AllOf obj1, AllOf obj2) { @@ -290,7 +290,7 @@ public bool Equals(AllOf other) } /// - /// + /// /// public static bool operator !=(AllOf obj1, AllOf obj2) { @@ -298,7 +298,7 @@ public bool Equals(AllOf other) } /// - /// + /// /// public override bool Equals(object? obj) { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.AnyOf.2.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.AnyOf.2.g.cs index 1759fdd..2cad6e3 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.AnyOf.2.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.AnyOf.2.g.cs @@ -4,12 +4,12 @@ namespace SoundCloud { /// - /// + /// /// public readonly partial struct AnyOf : global::System.IEquatable> { /// - /// + /// /// #if NET6_0_OR_GREATER public T1? Value1 { get; init; } @@ -18,7 +18,7 @@ namespace SoundCloud #endif /// - /// + /// /// #if NET6_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(Value1))] @@ -26,7 +26,7 @@ namespace SoundCloud public bool IsValue1 => Value1 != null; /// - /// + /// /// public bool TryPickValue1( #if NET6_0_OR_GREATER @@ -39,14 +39,14 @@ public bool TryPickValue1( } /// - /// + /// /// public T1 PickValue1() => IsValue1 ? Value1! : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); /// - /// + /// /// #if NET6_0_OR_GREATER public T2? Value2 { get; init; } @@ -55,7 +55,7 @@ public T1 PickValue1() => IsValue1 #endif /// - /// + /// /// #if NET6_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(Value2))] @@ -63,7 +63,7 @@ public T1 PickValue1() => IsValue1 public bool IsValue2 => Value2 != null; /// - /// + /// /// public bool TryPickValue2( #if NET6_0_OR_GREATER @@ -76,23 +76,23 @@ public bool TryPickValue2( } /// - /// + /// /// public T2 PickValue2() => IsValue2 ? Value2! : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); /// - /// + /// /// public static implicit operator AnyOf(T1 value) => new AnyOf((T1?)value); /// - /// + /// /// public static implicit operator T1?(AnyOf @this) => @this.Value1; /// - /// + /// /// public AnyOf(T1? value) { @@ -100,22 +100,22 @@ public AnyOf(T1? value) } /// - /// + /// /// public static AnyOf FromValue1(T1? value) => new AnyOf(value); /// - /// + /// /// public static implicit operator AnyOf(T2 value) => new AnyOf((T2?)value); /// - /// + /// /// public static implicit operator T2?(AnyOf @this) => @this.Value2; /// - /// + /// /// public AnyOf(T2? value) { @@ -123,12 +123,12 @@ public AnyOf(T2? value) } /// - /// + /// /// public static AnyOf FromValue2(T2? value) => new AnyOf(value); /// - /// + /// /// public AnyOf( T1? value1, @@ -140,23 +140,23 @@ public AnyOf( } /// - /// + /// /// public object? Object => Value2 as object ?? - Value1 as object + Value1 as object ; /// - /// + /// /// public override string? ToString() => Value1?.ToString() ?? - Value2?.ToString() + Value2?.ToString() ; /// - /// + /// /// public bool Validate() { @@ -164,7 +164,7 @@ public bool Validate() } /// - /// + /// /// public TResult? Match( global::System.Func? value1 = null, @@ -189,7 +189,7 @@ public bool Validate() } /// - /// + /// /// public void Match( global::System.Action? value1 = null, @@ -213,7 +213,7 @@ public void Match( } /// - /// + /// /// public void Switch( global::System.Action? value1 = null, @@ -236,7 +236,7 @@ public void Switch( } /// - /// + /// /// public override int GetHashCode() { @@ -257,18 +257,18 @@ static int HashCodeAggregator(int hashCode, object? value) => value == null } /// - /// + /// /// public bool Equals(AnyOf other) { return global::System.Collections.Generic.EqualityComparer.Default.Equals(Value1, other.Value1) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value2, other.Value2) + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value2, other.Value2) ; } /// - /// + /// /// public static bool operator ==(AnyOf obj1, AnyOf obj2) { @@ -276,7 +276,7 @@ public bool Equals(AnyOf other) } /// - /// + /// /// public static bool operator !=(AnyOf obj1, AnyOf obj2) { @@ -284,7 +284,7 @@ public bool Equals(AnyOf other) } /// - /// + /// /// public override bool Equals(object? obj) { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.ILikesClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.ILikesClient.g.cs index 49d0200..f5e8004 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.ILikesClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.ILikesClient.g.cs @@ -40,7 +40,7 @@ public partial interface ILikesClient : global::System.IDisposable /// - /// + /// /// global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.IMeClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.IMeClient.g.cs index 6cf733b..c32d2c0 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.IMeClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.IMeClient.g.cs @@ -40,7 +40,7 @@ public partial interface IMeClient : global::System.IDisposable /// - /// + /// /// global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.IMiscellaneousClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.IMiscellaneousClient.g.cs index 8317770..56c1669 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.IMiscellaneousClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.IMiscellaneousClient.g.cs @@ -40,7 +40,7 @@ public partial interface IMiscellaneousClient : global::System.IDisposable /// - /// + /// /// global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.IPlaylistsClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.IPlaylistsClient.g.cs index ac157b1..35ff5d4 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.IPlaylistsClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.IPlaylistsClient.g.cs @@ -40,7 +40,7 @@ public partial interface IPlaylistsClient : global::System.IDisposable /// - /// + /// /// global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.IRepostsClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.IRepostsClient.g.cs index 8ca51ff..645ed91 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.IRepostsClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.IRepostsClient.g.cs @@ -40,7 +40,7 @@ public partial interface IRepostsClient : global::System.IDisposable /// - /// + /// /// global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.ISearchClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.ISearchClient.g.cs index 892a559..a89a3b4 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.ISearchClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.ISearchClient.g.cs @@ -40,7 +40,7 @@ public partial interface ISearchClient : global::System.IDisposable /// - /// + /// /// global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.ISoundCloudClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.ISoundCloudClient.g.cs index e699ea1..fd2a64c 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.ISoundCloudClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.ISoundCloudClient.g.cs @@ -41,7 +41,7 @@ public partial interface ISoundCloudClient : global::System.IDisposable /// - /// + /// /// global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.ITracksClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.ITracksClient.g.cs index daf4248..414f3a8 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.ITracksClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.ITracksClient.g.cs @@ -40,7 +40,7 @@ public partial interface ITracksClient : global::System.IDisposable /// - /// + /// /// global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.IUsersClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.IUsersClient.g.cs index 271f6bc..ac3922c 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.IUsersClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.IUsersClient.g.cs @@ -40,7 +40,7 @@ public partial interface IUsersClient : global::System.IDisposable /// - /// + /// /// global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSetType.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSetType.g.cs index af5287e..de4353b 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSetType.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSetType.g.cs @@ -20,7 +20,7 @@ public sealed class CreateUpdatePlaylistFormRequestPlaylistSetTypeJsonConverter { return global::SoundCloud.CreateUpdatePlaylistFormRequestPlaylistSetTypeExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSetTypeNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSetTypeNullable.g.cs index af491e2..4cc9d45 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSetTypeNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSetTypeNullable.g.cs @@ -20,7 +20,7 @@ public sealed class CreateUpdatePlaylistFormRequestPlaylistSetTypeNullableJsonCo { return global::SoundCloud.CreateUpdatePlaylistFormRequestPlaylistSetTypeExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSharing.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSharing.g.cs index 3ee442f..9573135 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSharing.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSharing.g.cs @@ -20,7 +20,7 @@ public sealed class CreateUpdatePlaylistFormRequestPlaylistSharingJsonConverter { return global::SoundCloud.CreateUpdatePlaylistFormRequestPlaylistSharingExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSharingNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSharingNullable.g.cs index 3c13058..7040e26 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSharingNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSharingNullable.g.cs @@ -20,7 +20,7 @@ public sealed class CreateUpdatePlaylistFormRequestPlaylistSharingNullableJsonCo { return global::SoundCloud.CreateUpdatePlaylistFormRequestPlaylistSharingExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSetType.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSetType.g.cs index 6d0b111..3abebbe 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSetType.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSetType.g.cs @@ -20,7 +20,7 @@ public sealed class CreateUpdatePlaylistRequestPlaylistSetTypeJsonConverter : gl { return global::SoundCloud.CreateUpdatePlaylistRequestPlaylistSetTypeExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSetTypeNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSetTypeNullable.g.cs index 9a9cfb0..5630ca9 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSetTypeNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSetTypeNullable.g.cs @@ -20,7 +20,7 @@ public sealed class CreateUpdatePlaylistRequestPlaylistSetTypeNullableJsonConver { return global::SoundCloud.CreateUpdatePlaylistRequestPlaylistSetTypeExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSharing.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSharing.g.cs index 6fc7344..c5da7c6 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSharing.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSharing.g.cs @@ -20,7 +20,7 @@ public sealed class CreateUpdatePlaylistRequestPlaylistSharingJsonConverter : gl { return global::SoundCloud.CreateUpdatePlaylistRequestPlaylistSharingExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSharingNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSharingNullable.g.cs index 5a74179..4703857 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSharingNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.CreateUpdatePlaylistRequestPlaylistSharingNullable.g.cs @@ -20,7 +20,7 @@ public sealed class CreateUpdatePlaylistRequestPlaylistSharingNullableJsonConver { return global::SoundCloud.CreateUpdatePlaylistRequestPlaylistSharingExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAcces.g.cs index 42df449..eb52c4a 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeActivitiesAccesJsonConverter : global::System.Text.Json { return global::SoundCloud.GetMeActivitiesAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAccesNullable.g.cs index b785431..f09f5bc 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeActivitiesAccesNullableJsonConverter : global::System.T { return global::SoundCloud.GetMeActivitiesAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAllOwnAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAllOwnAcces.g.cs index 309e883..2b4a0bd 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAllOwnAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAllOwnAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeActivitiesAllOwnAccesJsonConverter : global::System.Tex { return global::SoundCloud.GetMeActivitiesAllOwnAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAllOwnAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAllOwnAccesNullable.g.cs index b90acd5..c63b70a 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAllOwnAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesAllOwnAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeActivitiesAllOwnAccesNullableJsonConverter : global::Sy { return global::SoundCloud.GetMeActivitiesAllOwnAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesTracksAcces.g.cs index 488740a..2731527 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesTracksAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeActivitiesTracksAccesJsonConverter : global::System.Tex { return global::SoundCloud.GetMeActivitiesTracksAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesTracksAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesTracksAccesNullable.g.cs index 11708d6..8097421 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesTracksAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeActivitiesTracksAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeActivitiesTracksAccesNullableJsonConverter : global::Sy { return global::SoundCloud.GetMeActivitiesTracksAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedAcces.g.cs index ccad3e1..52fa4e2 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeFeedAccesJsonConverter : global::System.Text.Json.Seria { return global::SoundCloud.GetMeFeedAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedAccesNullable.g.cs index 69a4938..aee9e0f 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeFeedAccesNullableJsonConverter : global::System.Text.Js { return global::SoundCloud.GetMeFeedAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedTracksAcces.g.cs index 87ef8d6..5ccd080 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedTracksAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeFeedTracksAccesJsonConverter : global::System.Text.Json { return global::SoundCloud.GetMeFeedTracksAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedTracksAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedTracksAccesNullable.g.cs index d4ac4f7..be836e6 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedTracksAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFeedTracksAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeFeedTracksAccesNullableJsonConverter : global::System.T { return global::SoundCloud.GetMeFeedTracksAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFollowingsTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFollowingsTracksAcces.g.cs index 19df549..36ccf7d 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFollowingsTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFollowingsTracksAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeFollowingsTracksAccesJsonConverter : global::System.Tex { return global::SoundCloud.GetMeFollowingsTracksAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFollowingsTracksAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFollowingsTracksAccesNullable.g.cs index eba75d1..e9dfd88 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFollowingsTracksAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeFollowingsTracksAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeFollowingsTracksAccesNullableJsonConverter : global::Sy { return global::SoundCloud.GetMeFollowingsTracksAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeLikesTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeLikesTracksAcces.g.cs index 6ca2873..7052c5e 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeLikesTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeLikesTracksAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeLikesTracksAccesJsonConverter : global::System.Text.Jso { return global::SoundCloud.GetMeLikesTracksAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeLikesTracksAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeLikesTracksAccesNullable.g.cs index 786fd2d..1211549 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeLikesTracksAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeLikesTracksAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeLikesTracksAccesNullableJsonConverter : global::System. { return global::SoundCloud.GetMeLikesTracksAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRecentlyPlayedTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRecentlyPlayedTracksAcces.g.cs index c89911f..2ba9e3b 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRecentlyPlayedTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRecentlyPlayedTracksAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeRecentlyPlayedTracksAccesJsonConverter : global::System { return global::SoundCloud.GetMeRecentlyPlayedTracksAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRecentlyPlayedTracksAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRecentlyPlayedTracksAccesNullable.g.cs index 490b4b2..7475f08 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRecentlyPlayedTracksAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRecentlyPlayedTracksAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeRecentlyPlayedTracksAccesNullableJsonConverter : global { return global::SoundCloud.GetMeRecentlyPlayedTracksAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRepostsTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRepostsTracksAcces.g.cs index 6225e3f..35f78ea 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRepostsTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRepostsTracksAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeRepostsTracksAccesJsonConverter : global::System.Text.J { return global::SoundCloud.GetMeRepostsTracksAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRepostsTracksAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRepostsTracksAccesNullable.g.cs index 96afcac..5d5fd9c 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRepostsTracksAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeRepostsTracksAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeRepostsTracksAccesNullableJsonConverter : global::Syste { return global::SoundCloud.GetMeRepostsTracksAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeTracksSort.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeTracksSort.g.cs index 37873ae..a7b2b34 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeTracksSort.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeTracksSort.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeTracksSortJsonConverter : global::System.Text.Json.Seri { return global::SoundCloud.GetMeTracksSortExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeTracksSortNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeTracksSortNullable.g.cs index 8451213..d66663e 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeTracksSortNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetMeTracksSortNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetMeTracksSortNullableJsonConverter : global::System.Text.J { return global::SoundCloud.GetMeTracksSortExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAcces.g.cs index 1308b5a..9183c7c 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetPlaylistsAccesJsonConverter : global::System.Text.Json.Se { return global::SoundCloud.GetPlaylistsAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAcces2.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAcces2.g.cs index f4a0bfb..0067ca4 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAcces2.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAcces2.g.cs @@ -20,7 +20,7 @@ public sealed class GetPlaylistsAcces2JsonConverter : global::System.Text.Json.S { return global::SoundCloud.GetPlaylistsAcces2Extensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAcces2Nullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAcces2Nullable.g.cs index d49e068..43bf195 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAcces2Nullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAcces2Nullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetPlaylistsAcces2NullableJsonConverter : global::System.Tex { return global::SoundCloud.GetPlaylistsAcces2Extensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAccesNullable.g.cs index f3f1a85..55dd102 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetPlaylistsAccesNullableJsonConverter : global::System.Text { return global::SoundCloud.GetPlaylistsAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsTracksAcces.g.cs index f53bcdb..f32a092 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsTracksAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetPlaylistsTracksAccesJsonConverter : global::System.Text.J { return global::SoundCloud.GetPlaylistsTracksAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsTracksAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsTracksAccesNullable.g.cs index bec221f..7f12f8c 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsTracksAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetPlaylistsTracksAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetPlaylistsTracksAccesNullableJsonConverter : global::Syste { return global::SoundCloud.GetPlaylistsTracksAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksAcces.g.cs index e5b0f13..a1f476b 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetTracksAccesJsonConverter : global::System.Text.Json.Seria { return global::SoundCloud.GetTracksAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksAccesNullable.g.cs index ef7216b..583a6f8 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetTracksAccesNullableJsonConverter : global::System.Text.Js { return global::SoundCloud.GetTracksAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksRelatedAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksRelatedAcces.g.cs index a13dc7b..7626376 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksRelatedAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksRelatedAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetTracksRelatedAccesJsonConverter : global::System.Text.Jso { return global::SoundCloud.GetTracksRelatedAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksRelatedAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksRelatedAccesNullable.g.cs index bad9614..2fe7435 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksRelatedAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetTracksRelatedAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetTracksRelatedAccesNullableJsonConverter : global::System. { return global::SoundCloud.GetTracksRelatedAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersLikesTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersLikesTracksAcces.g.cs index 5b95883..969933e 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersLikesTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersLikesTracksAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetUsersLikesTracksAccesJsonConverter : global::System.Text. { return global::SoundCloud.GetUsersLikesTracksAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersLikesTracksAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersLikesTracksAccesNullable.g.cs index db70690..5ce001d 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersLikesTracksAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersLikesTracksAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetUsersLikesTracksAccesNullableJsonConverter : global::Syst { return global::SoundCloud.GetUsersLikesTracksAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersPlaylistsAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersPlaylistsAcces.g.cs index f6cd1e0..e419d43 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersPlaylistsAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersPlaylistsAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetUsersPlaylistsAccesJsonConverter : global::System.Text.Js { return global::SoundCloud.GetUsersPlaylistsAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersPlaylistsAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersPlaylistsAccesNullable.g.cs index be06dd0..0443adc 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersPlaylistsAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersPlaylistsAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetUsersPlaylistsAccesNullableJsonConverter : global::System { return global::SoundCloud.GetUsersPlaylistsAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersRepostsTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersRepostsTracksAcces.g.cs index e059ce6..331cab8 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersRepostsTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersRepostsTracksAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetUsersRepostsTracksAccesJsonConverter : global::System.Tex { return global::SoundCloud.GetUsersRepostsTracksAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersRepostsTracksAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersRepostsTracksAccesNullable.g.cs index 3a95deb..902f935 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersRepostsTracksAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersRepostsTracksAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetUsersRepostsTracksAccesNullableJsonConverter : global::Sy { return global::SoundCloud.GetUsersRepostsTracksAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksAcces.g.cs index 5eac0b0..d95e8a7 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksAcces.g.cs @@ -20,7 +20,7 @@ public sealed class GetUsersTracksAccesJsonConverter : global::System.Text.Json. { return global::SoundCloud.GetUsersTracksAccesExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksAccesNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksAccesNullable.g.cs index 6cdffff..0dd2412 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksAccesNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksAccesNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetUsersTracksAccesNullableJsonConverter : global::System.Te { return global::SoundCloud.GetUsersTracksAccesExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksSort.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksSort.g.cs index b485753..85039de 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksSort.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksSort.g.cs @@ -20,7 +20,7 @@ public sealed class GetUsersTracksSortJsonConverter : global::System.Text.Json.S { return global::SoundCloud.GetUsersTracksSortExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksSortNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksSortNullable.g.cs index 47c22c4..03bd568 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksSortNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.GetUsersTracksSortNullable.g.cs @@ -20,7 +20,7 @@ public sealed class GetUsersTracksSortNullableJsonConverter : global::System.Tex { return global::SoundCloud.GetUsersTracksSortExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.OAuthTokenGrantType.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.OAuthTokenGrantType.g.cs index 2891c6c..dcf14b2 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.OAuthTokenGrantType.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.OAuthTokenGrantType.g.cs @@ -20,7 +20,7 @@ public sealed class OAuthTokenGrantTypeJsonConverter : global::System.Text.Json. { return global::SoundCloud.OAuthTokenGrantTypeExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.OAuthTokenGrantTypeNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.OAuthTokenGrantTypeNullable.g.cs index eadf142..77dbd24 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.OAuthTokenGrantTypeNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.OAuthTokenGrantTypeNullable.g.cs @@ -20,7 +20,7 @@ public sealed class OAuthTokenGrantTypeNullableJsonConverter : global::System.Te { return global::SoundCloud.OAuthTokenGrantTypeExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontType.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontType.g.cs index 34f34b4..08e7177 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontType.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontType.g.cs @@ -20,7 +20,7 @@ public sealed class StorefrontTypeJsonConverter : global::System.Text.Json.Seria { return global::SoundCloud.StorefrontTypeExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontTypeNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontTypeNullable.g.cs index d2eb7f8..99736f8 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontTypeNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontTypeNullable.g.cs @@ -20,7 +20,7 @@ public sealed class StorefrontTypeNullableJsonConverter : global::System.Text.Js { return global::SoundCloud.StorefrontTypeExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontUpdateRequestType.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontUpdateRequestType.g.cs index ae5431d..63cbc39 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontUpdateRequestType.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontUpdateRequestType.g.cs @@ -20,7 +20,7 @@ public sealed class StorefrontUpdateRequestTypeJsonConverter : global::System.Te { return global::SoundCloud.StorefrontUpdateRequestTypeExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontUpdateRequestTypeNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontUpdateRequestTypeNullable.g.cs index 00efdcb..fadde6d 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontUpdateRequestTypeNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.StorefrontUpdateRequestTypeNullable.g.cs @@ -20,7 +20,7 @@ public sealed class StorefrontUpdateRequestTypeNullableJsonConverter : global::S { return global::SoundCloud.StorefrontUpdateRequestTypeExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackAccess.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackAccess.g.cs index ac53dfb..3ee0582 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackAccess.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackAccess.g.cs @@ -20,7 +20,7 @@ public sealed class TrackAccessJsonConverter : global::System.Text.Json.Serializ { return global::SoundCloud.TrackAccessExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackAccessNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackAccessNullable.g.cs index 24fef8f..223a398 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackAccessNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackAccessNullable.g.cs @@ -20,7 +20,7 @@ public sealed class TrackAccessNullableJsonConverter : global::System.Text.Json. { return global::SoundCloud.TrackAccessExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackEmbeddableBy.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackEmbeddableBy.g.cs index 5eba91d..46c4dd2 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackEmbeddableBy.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackEmbeddableBy.g.cs @@ -20,7 +20,7 @@ public sealed class TrackDataRequestTrackEmbeddableByJsonConverter : global::Sys { return global::SoundCloud.TrackDataRequestTrackEmbeddableByExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackEmbeddableByNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackEmbeddableByNullable.g.cs index b649837..4e1dbfc 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackEmbeddableByNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackEmbeddableByNullable.g.cs @@ -20,7 +20,7 @@ public sealed class TrackDataRequestTrackEmbeddableByNullableJsonConverter : glo { return global::SoundCloud.TrackDataRequestTrackEmbeddableByExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackLicense.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackLicense.g.cs index ac851be..5059518 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackLicense.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackLicense.g.cs @@ -20,7 +20,7 @@ public sealed class TrackDataRequestTrackLicenseJsonConverter : global::System.T { return global::SoundCloud.TrackDataRequestTrackLicenseExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackLicenseNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackLicenseNullable.g.cs index 4560958..a7af510 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackLicenseNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackLicenseNullable.g.cs @@ -20,7 +20,7 @@ public sealed class TrackDataRequestTrackLicenseNullableJsonConverter : global:: { return global::SoundCloud.TrackDataRequestTrackLicenseExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackSharing.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackSharing.g.cs index 6adfddc..7517e9e 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackSharing.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackSharing.g.cs @@ -20,7 +20,7 @@ public sealed class TrackDataRequestTrackSharingJsonConverter : global::System.T { return global::SoundCloud.TrackDataRequestTrackSharingExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackSharingNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackSharingNullable.g.cs index 5f81593..5972ab7 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackSharingNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackDataRequestTrackSharingNullable.g.cs @@ -20,7 +20,7 @@ public sealed class TrackDataRequestTrackSharingNullableJsonConverter : global:: { return global::SoundCloud.TrackDataRequestTrackSharingExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackEmbeddableBy.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackEmbeddableBy.g.cs index 74db635..fb37fb6 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackEmbeddableBy.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackEmbeddableBy.g.cs @@ -20,7 +20,7 @@ public sealed class TrackMetadataRequestTrackEmbeddableByJsonConverter : global: { return global::SoundCloud.TrackMetadataRequestTrackEmbeddableByExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackEmbeddableByNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackEmbeddableByNullable.g.cs index 34d5047..da52c2c 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackEmbeddableByNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackEmbeddableByNullable.g.cs @@ -20,7 +20,7 @@ public sealed class TrackMetadataRequestTrackEmbeddableByNullableJsonConverter : { return global::SoundCloud.TrackMetadataRequestTrackEmbeddableByExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackLicense.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackLicense.g.cs index 4d73d16..41a8110 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackLicense.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackLicense.g.cs @@ -20,7 +20,7 @@ public sealed class TrackMetadataRequestTrackLicenseJsonConverter : global::Syst { return global::SoundCloud.TrackMetadataRequestTrackLicenseExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackLicenseNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackLicenseNullable.g.cs index b905bb5..fb5f8de 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackLicenseNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackLicenseNullable.g.cs @@ -20,7 +20,7 @@ public sealed class TrackMetadataRequestTrackLicenseNullableJsonConverter : glob { return global::SoundCloud.TrackMetadataRequestTrackLicenseExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackSharing.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackSharing.g.cs index 97ff684..e763237 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackSharing.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackSharing.g.cs @@ -20,7 +20,7 @@ public sealed class TrackMetadataRequestTrackSharingJsonConverter : global::Syst { return global::SoundCloud.TrackMetadataRequestTrackSharingExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackSharingNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackSharingNullable.g.cs index 42dfdcc..9696c77 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackSharingNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackMetadataRequestTrackSharingNullable.g.cs @@ -20,7 +20,7 @@ public sealed class TrackMetadataRequestTrackSharingNullableJsonConverter : glob { return global::SoundCloud.TrackMetadataRequestTrackSharingExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackEmbeddableBy.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackEmbeddableBy.g.cs index 9488e09..eb24944 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackEmbeddableBy.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackEmbeddableBy.g.cs @@ -20,7 +20,7 @@ public sealed class TrackUpdateFormRequestTrackEmbeddableByJsonConverter : globa { return global::SoundCloud.TrackUpdateFormRequestTrackEmbeddableByExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackEmbeddableByNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackEmbeddableByNullable.g.cs index 90353a8..8588617 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackEmbeddableByNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackEmbeddableByNullable.g.cs @@ -20,7 +20,7 @@ public sealed class TrackUpdateFormRequestTrackEmbeddableByNullableJsonConverter { return global::SoundCloud.TrackUpdateFormRequestTrackEmbeddableByExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackLicense.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackLicense.g.cs index 307b188..0f6677c 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackLicense.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackLicense.g.cs @@ -20,7 +20,7 @@ public sealed class TrackUpdateFormRequestTrackLicenseJsonConverter : global::Sy { return global::SoundCloud.TrackUpdateFormRequestTrackLicenseExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackLicenseNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackLicenseNullable.g.cs index 596b833..3f2efae 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackLicenseNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackLicenseNullable.g.cs @@ -20,7 +20,7 @@ public sealed class TrackUpdateFormRequestTrackLicenseNullableJsonConverter : gl { return global::SoundCloud.TrackUpdateFormRequestTrackLicenseExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackSharing.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackSharing.g.cs index 1d0a620..6641d7c 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackSharing.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackSharing.g.cs @@ -20,7 +20,7 @@ public sealed class TrackUpdateFormRequestTrackSharingJsonConverter : global::Sy { return global::SoundCloud.TrackUpdateFormRequestTrackSharingExtensions.ToEnum(stringValue) ?? default; } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackSharingNullable.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackSharingNullable.g.cs index b9d0e38..2eecce0 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackSharingNullable.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.TrackUpdateFormRequestTrackSharingNullable.g.cs @@ -20,7 +20,7 @@ public sealed class TrackUpdateFormRequestTrackSharingNullableJsonConverter : gl { return global::SoundCloud.TrackUpdateFormRequestTrackSharingExtensions.ToEnum(stringValue); } - + break; } case global::System.Text.Json.JsonTokenType.Number: diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.UnixTimestamp.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.UnixTimestamp.g.cs index f2df474..ec35020 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.UnixTimestamp.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonConverters.UnixTimestamp.g.cs @@ -19,7 +19,7 @@ public class UnixTimestampJsonConverter : global::System.Text.Json.Serialization { return global::System.DateTimeOffset.FromUnixTimeSeconds(unixTimestamp); } - + return global::System.DateTimeOffset.FromUnixTimeMilliseconds(unixTimestamp); } if (reader.TryGetInt32(out int unixTimestampInt)) diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonSerializerContext.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonSerializerContext.g.cs index a7e45ee..5a7a36f 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonSerializerContext.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonSerializerContext.g.cs @@ -7,7 +7,7 @@ namespace SoundCloud { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonSourceGenerationOptions( DefaultIgnoreCondition = global::System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.JsonSerializerContextTypes.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.JsonSerializerContextTypes.g.cs index dc4a2a6..d12d369 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.JsonSerializerContextTypes.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.JsonSerializerContextTypes.g.cs @@ -6,620 +6,620 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class JsonSerializerContextTypes { /// - /// + /// /// public global::System.Collections.Generic.Dictionary? StringStringDictionary { get; set; } /// - /// + /// /// public global::System.Collections.Generic.Dictionary? StringObjectDictionary { get; set; } /// - /// + /// /// public global::System.Text.Json.JsonElement? JsonElement { get; set; } /// - /// + /// /// public global::SoundCloud.OAuthToken? Type0 { get; set; } /// - /// + /// /// public global::SoundCloud.OAuthTokenGrantType? Type1 { get; set; } /// - /// + /// /// public string? Type2 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackMetadataRequest? Type3 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackMetadataRequestTrack? Type4 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackMetadataRequestTrackSharing? Type5 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackMetadataRequestTrackEmbeddableBy? Type6 { get; set; } /// - /// + /// /// public bool? Type7 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackMetadataRequestTrackLicense? Type8 { get; set; } /// - /// + /// /// public global::SoundCloud.Storefront? Type9 { get; set; } /// - /// + /// /// public global::SoundCloud.StorefrontType? Type10 { get; set; } /// - /// + /// /// public global::SoundCloud.StorefrontUpdateRequest? Type11 { get; set; } /// - /// + /// /// public global::SoundCloud.StorefrontUpdateRequestType? Type12 { get; set; } /// - /// + /// /// public global::SoundCloud.CreateUpdatePlaylistRequest? Type13 { get; set; } /// - /// + /// /// public global::SoundCloud.CreateUpdatePlaylistRequestPlaylist? Type14 { get; set; } /// - /// + /// /// public global::SoundCloud.CreateUpdatePlaylistRequestPlaylistSharing? Type15 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type16 { get; set; } /// - /// + /// /// public global::SoundCloud.CreateUpdatePlaylistRequestPlaylistTrack? Type17 { get; set; } /// - /// + /// /// public byte[]? Type18 { get; set; } /// - /// + /// /// public global::SoundCloud.CreateUpdatePlaylistRequestPlaylistSetType? Type19 { get; set; } /// - /// + /// /// public global::SoundCloud.CreateUpdatePlaylistFormRequest? Type20 { get; set; } /// - /// + /// /// public global::SoundCloud.CreateUpdatePlaylistFormRequestPlaylistSharing? Type21 { get; set; } /// - /// + /// /// public global::SoundCloud.CreateUpdatePlaylistFormRequestPlaylistSetType? Type22 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackDataRequest? Type23 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackDataRequestTrackSharing? Type24 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackDataRequestTrackEmbeddableBy? Type25 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackDataRequestTrackLicense? Type26 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackUpdateFormRequest? Type27 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackUpdateFormRequestTrackSharing? Type28 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackUpdateFormRequestTrackEmbeddableBy? Type29 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackUpdateFormRequestTrackLicense? Type30 { get; set; } /// - /// + /// /// public global::SoundCloud.Found? Type31 { get; set; } /// - /// + /// /// public global::SoundCloud.Error? Type32 { get; set; } /// - /// + /// /// public int? Type33 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type34 { get; set; } /// - /// + /// /// public global::SoundCloud.ErrorError? Type35 { get; set; } /// - /// + /// /// public global::SoundCloud.TooManyRequests? Type36 { get; set; } /// - /// + /// /// public global::SoundCloud.TooManyRequestsVariant2? Type37 { get; set; } /// - /// + /// /// public global::SoundCloud.User? Type38 { get; set; } /// - /// + /// /// public global::System.DateTime? Type39 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type40 { get; set; } /// - /// + /// /// public global::SoundCloud.UserSubscription? Type41 { get; set; } /// - /// + /// /// public global::SoundCloud.UserSubscriptionProduct? Type42 { get; set; } /// - /// + /// /// public global::SoundCloud.Me? Type43 { get; set; } /// - /// + /// /// public global::SoundCloud.MeQuota? Type44 { get; set; } /// - /// + /// /// public global::SoundCloud.MeSubscription? Type45 { get; set; } /// - /// + /// /// public global::SoundCloud.MeSubscriptionProduct? Type46 { get; set; } /// - /// + /// /// public global::SoundCloud.Users? Type47 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type48 { get; set; } /// - /// + /// /// public global::SoundCloud.Track? Type49 { get; set; } /// - /// + /// /// public double? Type50 { get; set; } /// - /// + /// /// public long? Type51 { get; set; } /// - /// + /// /// public global::SoundCloud.AllOf? Type52 { get; set; } /// - /// + /// /// public object? Type53 { get; set; } /// - /// + /// /// public global::SoundCloud.TrackAccess? Type54 { get; set; } /// - /// + /// /// public global::SoundCloud.Tracks? Type55 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type56 { get; set; } /// - /// + /// /// public global::SoundCloud.Playlist? Type57 { get; set; } /// - /// + /// /// public global::SoundCloud.AllOf? Type58 { get; set; } /// - /// + /// /// public global::SoundCloud.Playlists? Type59 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type60 { get; set; } /// - /// + /// /// public global::SoundCloud.Activities? Type61 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type62 { get; set; } /// - /// + /// /// public global::SoundCloud.ActivitiesCollectionItem? Type63 { get; set; } /// - /// + /// /// public global::SoundCloud.AnyOf? Type64 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type65 { get; set; } /// - /// + /// /// public global::SoundCloud.WebProfile? Type66 { get; set; } /// - /// + /// /// public global::SoundCloud.Comment? Type67 { get; set; } /// - /// + /// /// public global::SoundCloud.CommentUser? Type68 { get; set; } /// - /// + /// /// public global::SoundCloud.Comments? Type69 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type70 { get; set; } /// - /// + /// /// public global::SoundCloud.Streams? Type71 { get; set; } /// - /// + /// /// public global::SoundCloud.AllOf? Type72 { get; set; } /// - /// + /// /// public global::SoundCloud.AllOf? Type73 { get; set; } /// - /// + /// /// public global::SoundCloud.CreateTracksCommentsRequest? Type74 { get; set; } /// - /// + /// /// public global::SoundCloud.CreateTracksCommentsRequestComment? Type75 { get; set; } /// - /// + /// /// public global::SoundCloud.OneOf? Type76 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type77 { get; set; } /// - /// + /// /// public global::SoundCloud.GetMeActivitiesAcces? Type78 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type79 { get; set; } /// - /// + /// /// public global::SoundCloud.GetMeActivitiesAllOwnAcces? Type80 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type81 { get; set; } /// - /// + /// /// public global::SoundCloud.GetMeActivitiesTracksAcces? Type82 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type83 { get; set; } /// - /// + /// /// public global::SoundCloud.GetMeFeedAcces? Type84 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type85 { get; set; } /// - /// + /// /// public global::SoundCloud.GetMeFeedTracksAcces? Type86 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type87 { get; set; } /// - /// + /// /// public global::SoundCloud.GetMeRecentlyPlayedTracksAcces? Type88 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type89 { get; set; } /// - /// + /// /// public global::SoundCloud.GetMeLikesTracksAcces? Type90 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type91 { get; set; } /// - /// + /// /// public global::SoundCloud.GetMeFollowingsTracksAcces? Type92 { get; set; } /// - /// + /// /// public global::SoundCloud.GetMeTracksSort? Type93 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type94 { get; set; } /// - /// + /// /// public global::SoundCloud.GetMeRepostsTracksAcces? Type95 { get; set; } /// - /// + /// /// public global::SoundCloud.GetTracksBpm? Type96 { get; set; } /// - /// + /// /// public global::SoundCloud.GetTracksDuration? Type97 { get; set; } /// - /// + /// /// public global::SoundCloud.GetTracksCreatedAt? Type98 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type99 { get; set; } /// - /// + /// /// public global::SoundCloud.GetTracksAcces? Type100 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type101 { get; set; } /// - /// + /// /// public global::SoundCloud.GetPlaylistsAcces? Type102 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type103 { get; set; } /// - /// + /// /// public global::SoundCloud.GetPlaylistsAcces2? Type104 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type105 { get; set; } /// - /// + /// /// public global::SoundCloud.GetPlaylistsTracksAcces? Type106 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type107 { get; set; } /// - /// + /// /// public global::SoundCloud.GetTracksRelatedAcces? Type108 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type109 { get; set; } /// - /// + /// /// public global::SoundCloud.GetUsersPlaylistsAcces? Type110 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type111 { get; set; } /// - /// + /// /// public global::SoundCloud.GetUsersTracksAcces? Type112 { get; set; } /// - /// + /// /// public global::SoundCloud.GetUsersTracksSort? Type113 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type114 { get; set; } /// - /// + /// /// public global::SoundCloud.GetUsersLikesTracksAcces? Type115 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.IList? Type116 { get; set; } /// - /// + /// /// public global::SoundCloud.GetUsersRepostsTracksAcces? Type117 { get; set; } /// - /// + /// /// public global::SoundCloud.OneOf>? Type118 { get; set; } /// - /// + /// /// public global::SoundCloud.OneOf>? Type119 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType0 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType1 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType2 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType3 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType4 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType5 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType6 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType7 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType8 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType9 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType10 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType11 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType12 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType13 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType14 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType15 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType16 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType17 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType18 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType19 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType20 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType21 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType22 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType23 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType24 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType25 { get; set; } /// - /// + /// /// public global::System.Collections.Generic.List? ListType26 { get; set; } /// - /// + /// /// public global::SoundCloud.OneOf>? ListType27 { get; set; } /// - /// + /// /// public global::SoundCloud.OneOf>? ListType28 { get; set; } } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.LikesAPlaylist.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.LikesAPlaylist.g.cs index 1904ffc..1f73e68 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.LikesAPlaylist.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.LikesAPlaylist.g.cs @@ -125,7 +125,7 @@ await LikesAPlaylistAsResponseAsync( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.LikesATrack.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.LikesATrack.g.cs index b704b4d..1aaf05a 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.LikesATrack.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.LikesATrack.g.cs @@ -125,7 +125,7 @@ await LikesATrackAsResponseAsync( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.UnlikesAPlaylist.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.UnlikesAPlaylist.g.cs index 759ea12..1d78949 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.UnlikesAPlaylist.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.UnlikesAPlaylist.g.cs @@ -125,7 +125,7 @@ await UnlikesAPlaylistAsResponseAsync( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.UnlikesATrack.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.UnlikesATrack.g.cs index 1ef833a..5c921e3 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.UnlikesATrack.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.UnlikesATrack.g.cs @@ -125,7 +125,7 @@ await UnlikesATrackAsResponseAsync( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.g.cs index 99ccb38..2bb10d2 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.LikesClient.g.cs @@ -11,7 +11,7 @@ namespace SoundCloud public sealed partial class LikesClient : global::SoundCloud.ILikesClient, global::System.IDisposable { /// - /// + /// /// public const string DefaultBaseUrl = "https://api.soundcloud.com/"; @@ -38,7 +38,7 @@ public sealed partial class LikesClient : global::SoundCloud.ILikesClient, globa internal global::System.Lazy JsonSerializerContextProvider { get; set; } = new(() => global::SoundCloud.SourceGenerationContext.Default); /// - /// + /// /// public global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.DeletesAUserWhoIsFollowedByTheAuthenticatedUser.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.DeletesAUserWhoIsFollowedByTheAuthenticatedUser.g.cs index 82b7e0f..88c739e 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.DeletesAUserWhoIsFollowedByTheAuthenticatedUser.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.DeletesAUserWhoIsFollowedByTheAuthenticatedUser.g.cs @@ -125,7 +125,7 @@ await DeletesAUserWhoIsFollowedByTheAuthenticatedUserAsResponseAsync( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.FollowsAUser.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.FollowsAUser.g.cs index 19adcf3..312488d 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.FollowsAUser.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.FollowsAUser.g.cs @@ -134,7 +134,7 @@ partial void ProcessFollowsAUserResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfFavoritedOrLikedPlaylistsOfTheAuthenticatedUser.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfFavoritedOrLikedPlaylistsOfTheAuthenticatedUser.g.cs index 8ac24fb..1b3df38 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfFavoritedOrLikedPlaylistsOfTheAuthenticatedUser.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfFavoritedOrLikedPlaylistsOfTheAuthenticatedUser.g.cs @@ -150,7 +150,7 @@ partial void ProcessReturnsAListOfFavoritedOrLikedPlaylistsOfTheAuthenticatedUse __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfFavoritedOrLikedTracksOfTheAuthenticatedUser.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfFavoritedOrLikedTracksOfTheAuthenticatedUser.g.cs index 36930d3..3f50d5b 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfFavoritedOrLikedTracksOfTheAuthenticatedUser.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfFavoritedOrLikedTracksOfTheAuthenticatedUser.g.cs @@ -163,7 +163,7 @@ partial void ProcessReturnsAListOfFavoritedOrLikedTracksOfTheAuthenticatedUserRe __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfPlaylistRepostsOfTheAuthenticatedUser.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfPlaylistRepostsOfTheAuthenticatedUser.g.cs index 6d49df2..3c75341 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfPlaylistRepostsOfTheAuthenticatedUser.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfPlaylistRepostsOfTheAuthenticatedUser.g.cs @@ -150,7 +150,7 @@ partial void ProcessReturnsAListOfPlaylistRepostsOfTheAuthenticatedUserResponseC __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfRecentTracksFromUsersFollowedByTheAuthenticatedUser.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfRecentTracksFromUsersFollowedByTheAuthenticatedUser.g.cs index cebc841..23e207b 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfRecentTracksFromUsersFollowedByTheAuthenticatedUser.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfRecentTracksFromUsersFollowedByTheAuthenticatedUser.g.cs @@ -167,7 +167,7 @@ partial void ProcessReturnsAListOfRecentTracksFromUsersFollowedByTheAuthenticate __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfTrackRepostsOfTheAuthenticatedUser.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfTrackRepostsOfTheAuthenticatedUser.g.cs index 9e7e3d1..55b2cbf 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfTrackRepostsOfTheAuthenticatedUser.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfTrackRepostsOfTheAuthenticatedUser.g.cs @@ -163,7 +163,7 @@ partial void ProcessReturnsAListOfTrackRepostsOfTheAuthenticatedUserResponseCont __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfUsersTracks.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfUsersTracks.g.cs index 2016489..0b342e4 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfUsersTracks.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfUsersTracks.g.cs @@ -163,7 +163,7 @@ partial void ProcessReturnsAListOfUsersTracksResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfUsersWhoAreFollowedByTheAuthenticatedUser.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfUsersWhoAreFollowedByTheAuthenticatedUser.g.cs index 4a16712..ba9dd53 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfUsersWhoAreFollowedByTheAuthenticatedUser.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfUsersWhoAreFollowedByTheAuthenticatedUser.g.cs @@ -152,7 +152,7 @@ partial void ProcessReturnsAListOfUsersWhoAreFollowedByTheAuthenticatedUserRespo __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfUsersWhoAreFollowingTheAuthenticatedUser.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfUsersWhoAreFollowingTheAuthenticatedUser.g.cs index 0fc3bb1..4ff9e00 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfUsersWhoAreFollowingTheAuthenticatedUser.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsAListOfUsersWhoAreFollowingTheAuthenticatedUser.g.cs @@ -139,7 +139,7 @@ partial void ProcessReturnsAListOfUsersWhoAreFollowingTheAuthenticatedUserRespon __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersFeed3.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersFeed3.g.cs index b058d74..d8158e1 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersFeed3.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersFeed3.g.cs @@ -152,7 +152,7 @@ partial void ProcessReturnsTheAuthenticatedUsersFeed3ResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersInformation.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersInformation.g.cs index 43f0b42..332d4fa 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersInformation.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersInformation.g.cs @@ -124,7 +124,7 @@ partial void ProcessReturnsTheAuthenticatedUsersInformationResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersLast25RecentlyPlayedTracks.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersLast25RecentlyPlayedTracks.g.cs index 6d57b4d..6262530 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersLast25RecentlyPlayedTracks.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersLast25RecentlyPlayedTracks.g.cs @@ -143,7 +143,7 @@ partial void ProcessReturnsTheAuthenticatedUsersLast25RecentlyPlayedTracksRespon __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersRecentTrackRelatedFeed2.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersRecentTrackRelatedFeed2.g.cs index 1bbbf66..cdc9cd1 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersRecentTrackRelatedFeed2.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsTheAuthenticatedUsersRecentTrackRelatedFeed2.g.cs @@ -152,7 +152,7 @@ partial void ProcessReturnsTheAuthenticatedUsersRecentTrackRelatedFeed2ResponseC __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsUsersPlaylistsSets.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsUsersPlaylistsSets.g.cs index 8f5b660..00c883b 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsUsersPlaylistsSets.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.ReturnsUsersPlaylistsSets.g.cs @@ -161,7 +161,7 @@ partial void ProcessReturnsUsersPlaylistsSetsResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.g.cs index 28f3ee2..36ad025 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MeClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MeClient.g.cs @@ -11,7 +11,7 @@ namespace SoundCloud public sealed partial class MeClient : global::SoundCloud.IMeClient, global::System.IDisposable { /// - /// + /// /// public const string DefaultBaseUrl = "https://api.soundcloud.com/"; @@ -38,7 +38,7 @@ public sealed partial class MeClient : global::SoundCloud.IMeClient, global::Sys internal global::System.Lazy JsonSerializerContextProvider { get; set; } = new(() => global::SoundCloud.SourceGenerationContext.Default); /// - /// + /// /// public global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MiscellaneousClient.ResolvesSoundcloudComAndOnSoundcloudComURLsToResourceURLsToUseWithTheApi.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MiscellaneousClient.ResolvesSoundcloudComAndOnSoundcloudComURLsToResourceURLsToUseWithTheApi.g.cs index a16f3d5..3699c16 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MiscellaneousClient.ResolvesSoundcloudComAndOnSoundcloudComURLsToResourceURLsToUseWithTheApi.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MiscellaneousClient.ResolvesSoundcloudComAndOnSoundcloudComURLsToResourceURLsToUseWithTheApi.g.cs @@ -128,7 +128,7 @@ await ResolvesSoundcloudComAndOnSoundcloudComURLsToResourceURLsToUseWithTheApiAs __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.MiscellaneousClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.MiscellaneousClient.g.cs index bb084f1..6b08e41 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.MiscellaneousClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.MiscellaneousClient.g.cs @@ -11,7 +11,7 @@ namespace SoundCloud public sealed partial class MiscellaneousClient : global::SoundCloud.IMiscellaneousClient, global::System.IDisposable { /// - /// + /// /// public const string DefaultBaseUrl = "https://api.soundcloud.com/"; @@ -38,7 +38,7 @@ public sealed partial class MiscellaneousClient : global::SoundCloud.IMiscellane internal global::System.Lazy JsonSerializerContextProvider { get; set; } = new(() => global::SoundCloud.SourceGenerationContext.Default); /// - /// + /// /// public global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.Activities.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.Activities.g.cs index feeed36..efcfebc 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.Activities.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.Activities.g.cs @@ -9,19 +9,19 @@ namespace SoundCloud public sealed partial class Activities { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("collection")] public global::System.Collections.Generic.IList? Collection { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("next_href")] public string? NextHref { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("future_href")] public string? FutureHref { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.ActivitiesCollectionItem.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.ActivitiesCollectionItem.g.cs index 31cbdd8..7702b73 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.ActivitiesCollectionItem.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.ActivitiesCollectionItem.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class ActivitiesCollectionItem { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.Comments.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.Comments.g.cs index 43ff570..f5ca406 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.Comments.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.Comments.g.cs @@ -4,18 +4,18 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class Comments { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("collection")] public global::System.Collections.Generic.IList? Collection { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("next_href")] public string? NextHref { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreatePlaylistsRequest2.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreatePlaylistsRequest2.g.cs index 582fb43..db71af1 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreatePlaylistsRequest2.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreatePlaylistsRequest2.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class CreatePlaylistsRequest2 { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksCommentsRequest.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksCommentsRequest.g.cs index b224b19..48d6968 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksCommentsRequest.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksCommentsRequest.g.cs @@ -4,12 +4,12 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class CreateTracksCommentsRequest { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("comment")] public global::SoundCloud.CreateTracksCommentsRequestComment? Comment { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksCommentsRequestComment.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksCommentsRequestComment.g.cs index 89c9fbd..9954296 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksCommentsRequestComment.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksCommentsRequestComment.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class CreateTracksCommentsRequestComment { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksRequest2.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksRequest2.g.cs index cf7c252..2b37564 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksRequest2.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksRequest2.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class CreateTracksRequest2 { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksRequest4.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksRequest4.g.cs index 977f1e2..935de15 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksRequest4.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateTracksRequest4.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class CreateTracksRequest4 { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistFormRequest.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistFormRequest.g.cs index 5c5f8e9..1857f52 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistFormRequest.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistFormRequest.g.cs @@ -4,12 +4,12 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class CreateUpdatePlaylistFormRequest { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[title]")] public string? PlaylistTitle { get; set; } @@ -22,7 +22,7 @@ public sealed partial class CreateUpdatePlaylistFormRequest public global::SoundCloud.CreateUpdatePlaylistFormRequestPlaylistSharing? PlaylistSharing { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[description]")] public string? PlaylistDescription { get; set; } @@ -34,86 +34,86 @@ public sealed partial class CreateUpdatePlaylistFormRequest public string? PlaylistTracksUrn { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[artwork_data]")] public byte[]? PlaylistArtworkData { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[artwork_data]name")] public string? PlaylistArtworkDataname { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[ean]")] public string? PlaylistEan { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[genre]")] public string? PlaylistGenre { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[label_name]")] public string? PlaylistLabelName { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[license]")] public string? PlaylistLicense { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[permalink]")] public string? PlaylistPermalink { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[permalink_url]")] public string? PlaylistPermalinkUrl { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[purchase_title]")] public string? PlaylistPurchaseTitle { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[purchase_url]")] public string? PlaylistPurchaseUrl { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[release]")] public string? PlaylistRelease { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[release_date]")] public string? PlaylistReleaseDate { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[set_type]")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::SoundCloud.JsonConverters.CreateUpdatePlaylistFormRequestPlaylistSetTypeJsonConverter))] public global::SoundCloud.CreateUpdatePlaylistFormRequestPlaylistSetType? PlaylistSetType { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist[tag_list]")] public string? PlaylistTagList { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistFormRequestPlaylistSetType.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistFormRequestPlaylistSetType.g.cs index 42de9f0..ab65004 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistFormRequestPlaylistSetType.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistFormRequestPlaylistSetType.g.cs @@ -4,16 +4,16 @@ namespace SoundCloud { /// - /// + /// /// public enum CreateUpdatePlaylistFormRequestPlaylistSetType { /// - /// + /// /// Album, /// - /// + /// /// Playlist, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistFormRequestPlaylistSharing.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistFormRequestPlaylistSharing.g.cs index 3819889..4e39e11 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistFormRequestPlaylistSharing.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistFormRequestPlaylistSharing.g.cs @@ -9,11 +9,11 @@ namespace SoundCloud public enum CreateUpdatePlaylistFormRequestPlaylistSharing { /// - /// + /// /// Private, /// - /// + /// /// Public, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequest.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequest.g.cs index c1ccca6..6d2e61d 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequest.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequest.g.cs @@ -4,12 +4,12 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class CreateUpdatePlaylistRequest { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("playlist")] public global::SoundCloud.CreateUpdatePlaylistRequestPlaylist? Playlist { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylist.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylist.g.cs index 7f3f3e6..d852113 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylist.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylist.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class CreateUpdatePlaylistRequestPlaylist { @@ -34,13 +34,13 @@ public sealed partial class CreateUpdatePlaylistRequestPlaylist public global::System.Collections.Generic.IList? Tracks { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("artwork_data")] public byte[]? ArtworkData { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("artwork_dataname")] public string? ArtworkDataname { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylistSetType.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylistSetType.g.cs index 5dd7fdb..25a490d 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylistSetType.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylistSetType.g.cs @@ -9,11 +9,11 @@ namespace SoundCloud public enum CreateUpdatePlaylistRequestPlaylistSetType { /// - /// + /// /// Album, /// - /// + /// /// Playlist, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylistSharing.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylistSharing.g.cs index 1385837..5cd110e 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylistSharing.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylistSharing.g.cs @@ -9,11 +9,11 @@ namespace SoundCloud public enum CreateUpdatePlaylistRequestPlaylistSharing { /// - /// + /// /// Private, /// - /// + /// /// Public, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylistTrack.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylistTrack.g.cs index 0ef6be2..a09c92e 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylistTrack.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.CreateUpdatePlaylistRequestPlaylistTrack.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class CreateUpdatePlaylistRequestPlaylistTrack { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.Error.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.Error.g.cs index 4e2e921..3f8cfe2 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.Error.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.Error.g.cs @@ -6,44 +6,44 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class Error { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("code")] public int? Code { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("message")] public string? Message { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("link")] public string? Link { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("error")] [global::System.Obsolete("This property marked as deprecated.")] public string? Error1 { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("errors")] [global::System.Obsolete("This property marked as deprecated.")] public global::System.Collections.Generic.IList? Errors { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("status")] [global::System.Obsolete("This property marked as deprecated.")] diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.ErrorError.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.ErrorError.g.cs index 6841fba..6e61ef3 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.ErrorError.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.ErrorError.g.cs @@ -4,12 +4,12 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class ErrorError { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("error_message")] public string? ErrorMessage { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.Found.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.Found.g.cs index f215ab2..bbf43c6 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.Found.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.Found.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class Found { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeActivitiesAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeActivitiesAcces.g.cs index 2ed0049..7a0ebac 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeActivitiesAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeActivitiesAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetMeActivitiesAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeActivitiesAllOwnAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeActivitiesAllOwnAcces.g.cs index b819afb..d47700c 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeActivitiesAllOwnAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeActivitiesAllOwnAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetMeActivitiesAllOwnAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeActivitiesTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeActivitiesTracksAcces.g.cs index a307e63..9020efd 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeActivitiesTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeActivitiesTracksAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetMeActivitiesTracksAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeFeedAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeFeedAcces.g.cs index 76055a2..39c3e4a 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeFeedAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeFeedAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetMeFeedAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeFeedTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeFeedTracksAcces.g.cs index b96e418..db27e35 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeFeedTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeFeedTracksAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetMeFeedTracksAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeFollowingsTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeFollowingsTracksAcces.g.cs index 0e6b173..69f9c14 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeFollowingsTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeFollowingsTracksAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetMeFollowingsTracksAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeLikesTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeLikesTracksAcces.g.cs index 01dcd02..252e827 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeLikesTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeLikesTracksAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetMeLikesTracksAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeRecentlyPlayedTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeRecentlyPlayedTracksAcces.g.cs index e412294..9d11437 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeRecentlyPlayedTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeRecentlyPlayedTracksAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetMeRecentlyPlayedTracksAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeRepostsTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeRepostsTracksAcces.g.cs index d11cd1f..9268795 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeRepostsTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeRepostsTracksAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetMeRepostsTracksAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeTracksSort.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeTracksSort.g.cs index 4bf8276..860475d 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeTracksSort.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetMeTracksSort.g.cs @@ -9,11 +9,11 @@ namespace SoundCloud public enum GetMeTracksSort { /// - /// + /// /// Asc, /// - /// + /// /// Desc, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetPlaylistsAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetPlaylistsAcces.g.cs index 234521f..801741e 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetPlaylistsAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetPlaylistsAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetPlaylistsAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetPlaylistsAcces2.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetPlaylistsAcces2.g.cs index a585b1b..963f431 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetPlaylistsAcces2.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetPlaylistsAcces2.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetPlaylistsAcces2 { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetPlaylistsTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetPlaylistsTracksAcces.g.cs index 6895436..de06648 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetPlaylistsTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetPlaylistsTracksAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetPlaylistsTracksAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksAcces.g.cs index 42e22c4..df38d3d 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetTracksAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksBpm.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksBpm.g.cs index 310813a..8456e96 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksBpm.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksBpm.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class GetTracksBpm { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksCreatedAt.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksCreatedAt.g.cs index 11641f7..3e16294 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksCreatedAt.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksCreatedAt.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class GetTracksCreatedAt { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksDuration.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksDuration.g.cs index 45ee1f7..924d0b9 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksDuration.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksDuration.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class GetTracksDuration { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksRelatedAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksRelatedAcces.g.cs index cf90cf4..0fcf6ee 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksRelatedAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetTracksRelatedAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetTracksRelatedAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersLikesTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersLikesTracksAcces.g.cs index 1638653..a14065b 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersLikesTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersLikesTracksAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetUsersLikesTracksAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersPlaylistsAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersPlaylistsAcces.g.cs index 5e7650f..de14d7e 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersPlaylistsAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersPlaylistsAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetUsersPlaylistsAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersRepostsTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersRepostsTracksAcces.g.cs index 95f79a9..6a692d1 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersRepostsTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersRepostsTracksAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetUsersRepostsTracksAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersTracksAcces.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersTracksAcces.g.cs index 406a720..4addd66 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersTracksAcces.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersTracksAcces.g.cs @@ -4,20 +4,20 @@ namespace SoundCloud { /// - /// + /// /// public enum GetUsersTracksAcces { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersTracksSort.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersTracksSort.g.cs index b7edc4d..15c4e32 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersTracksSort.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.GetUsersTracksSort.g.cs @@ -9,11 +9,11 @@ namespace SoundCloud public enum GetUsersTracksSort { /// - /// + /// /// Asc, /// - /// + /// /// Desc, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.OAuthToken.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.OAuthToken.g.cs index 2cdec6a..ed01174 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.OAuthToken.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.OAuthToken.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class OAuthToken { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.OAuthTokenGrantType.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.OAuthTokenGrantType.g.cs index 7b4af8a..ece4a91 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.OAuthTokenGrantType.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.OAuthTokenGrantType.g.cs @@ -10,15 +10,15 @@ namespace SoundCloud public enum OAuthTokenGrantType { /// - /// + /// /// AuthorizationCode, /// - /// + /// /// ClientCredentials, /// - /// + /// /// RefreshToken, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.Playlist.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.Playlist.g.cs index 9b5a91f..64dd40a 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.Playlist.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.Playlist.g.cs @@ -213,7 +213,7 @@ public sealed partial class Playlist public int? LikesCount { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("label")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::SoundCloud.JsonConverters.AllOfJsonConverter))] diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.PlaylistLabel.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.PlaylistLabel.g.cs index 7c82fc6..8818504 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.PlaylistLabel.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.PlaylistLabel.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class PlaylistLabel { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.Playlists.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.Playlists.g.cs index 8dc802d..1e9b286 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.Playlists.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.Playlists.g.cs @@ -4,18 +4,18 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class Playlists { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("collection")] public global::System.Collections.Generic.IList? Collection { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("next_href")] public string? NextHref { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.StorefrontType.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.StorefrontType.g.cs index f5189e4..992afbf 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.StorefrontType.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.StorefrontType.g.cs @@ -9,43 +9,43 @@ namespace SoundCloud public enum StorefrontType { /// - /// + /// /// Apparel, /// - /// + /// /// Cassette, /// - /// + /// /// Cd, /// - /// + /// /// Digital, /// - /// + /// /// LiveEvent, /// - /// + /// /// LiveStream, /// - /// + /// /// Other, /// - /// + /// /// SamplePack, /// - /// + /// /// Subscription, /// - /// + /// /// Vinyl, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.StorefrontUpdateRequestType.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.StorefrontUpdateRequestType.g.cs index 4c6f49a..dfdcb51 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.StorefrontUpdateRequestType.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.StorefrontUpdateRequestType.g.cs @@ -9,43 +9,43 @@ namespace SoundCloud public enum StorefrontUpdateRequestType { /// - /// + /// /// Apparel, /// - /// + /// /// Cassette, /// - /// + /// /// Cd, /// - /// + /// /// Digital, /// - /// + /// /// LiveEvent, /// - /// + /// /// LiveStream, /// - /// + /// /// Other, /// - /// + /// /// SamplePack, /// - /// + /// /// Subscription, /// - /// + /// /// Vinyl, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.Streams.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.Streams.g.cs index 7d978c0..13e015b 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.Streams.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.Streams.g.cs @@ -4,24 +4,24 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class Streams { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("hls_aac_160_url")] public string? HlsAac160Url { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("hls_mp3_128_url")] public string? HlsMp3128Url { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("preview_mp3_128_url")] public string? PreviewMp3128Url { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TooManyRequests.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TooManyRequests.g.cs index 90ea3e2..b5f4356 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TooManyRequests.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TooManyRequests.g.cs @@ -5,12 +5,12 @@ namespace SoundCloud { /// - /// + /// /// public readonly partial struct TooManyRequests : global::System.IEquatable { /// - /// + /// /// #if NET6_0_OR_GREATER public global::SoundCloud.Error? Error { get; init; } @@ -19,7 +19,7 @@ namespace SoundCloud #endif /// - /// + /// /// #if NET6_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(Error))] @@ -27,7 +27,7 @@ namespace SoundCloud public bool IsError => Error != null; /// - /// + /// /// public bool TryPickError( #if NET6_0_OR_GREATER @@ -40,14 +40,14 @@ public bool TryPickError( } /// - /// + /// /// public global::SoundCloud.Error PickError() => IsError ? Error! : throw new global::System.InvalidOperationException($"Expected union variant 'Error' but the value was {ToString()}."); /// - /// + /// /// #if NET6_0_OR_GREATER public global::SoundCloud.TooManyRequestsVariant2? TooManyRequestsVariant2 { get; init; } @@ -56,7 +56,7 @@ public bool TryPickError( #endif /// - /// + /// /// #if NET6_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(TooManyRequestsVariant2))] @@ -64,7 +64,7 @@ public bool TryPickError( public bool IsTooManyRequestsVariant2 => TooManyRequestsVariant2 != null; /// - /// + /// /// public bool TryPickTooManyRequestsVariant2( #if NET6_0_OR_GREATER @@ -77,23 +77,23 @@ public bool TryPickTooManyRequestsVariant2( } /// - /// + /// /// public global::SoundCloud.TooManyRequestsVariant2 PickTooManyRequestsVariant2() => IsTooManyRequestsVariant2 ? TooManyRequestsVariant2! : throw new global::System.InvalidOperationException($"Expected union variant 'TooManyRequestsVariant2' but the value was {ToString()}."); /// - /// + /// /// public static implicit operator TooManyRequests(global::SoundCloud.Error value) => new TooManyRequests((global::SoundCloud.Error?)value); /// - /// + /// /// public static implicit operator global::SoundCloud.Error?(TooManyRequests @this) => @this.Error; /// - /// + /// /// public TooManyRequests(global::SoundCloud.Error? value) { @@ -101,22 +101,22 @@ public TooManyRequests(global::SoundCloud.Error? value) } /// - /// + /// /// public static TooManyRequests FromError(global::SoundCloud.Error? value) => new TooManyRequests(value); /// - /// + /// /// public static implicit operator TooManyRequests(global::SoundCloud.TooManyRequestsVariant2 value) => new TooManyRequests((global::SoundCloud.TooManyRequestsVariant2?)value); /// - /// + /// /// public static implicit operator global::SoundCloud.TooManyRequestsVariant2?(TooManyRequests @this) => @this.TooManyRequestsVariant2; /// - /// + /// /// public TooManyRequests(global::SoundCloud.TooManyRequestsVariant2? value) { @@ -124,12 +124,12 @@ public TooManyRequests(global::SoundCloud.TooManyRequestsVariant2? value) } /// - /// + /// /// public static TooManyRequests FromTooManyRequestsVariant2(global::SoundCloud.TooManyRequestsVariant2? value) => new TooManyRequests(value); /// - /// + /// /// public TooManyRequests( global::SoundCloud.Error? error, @@ -141,23 +141,23 @@ public TooManyRequests( } /// - /// + /// /// public object? Object => TooManyRequestsVariant2 as object ?? - Error as object + Error as object ; /// - /// + /// /// public override string? ToString() => Error?.ToString() ?? - TooManyRequestsVariant2?.ToString() + TooManyRequestsVariant2?.ToString() ; /// - /// + /// /// public bool Validate() { @@ -165,7 +165,7 @@ public bool Validate() } /// - /// + /// /// public TResult? Match( global::System.Func? error = null, @@ -190,7 +190,7 @@ public bool Validate() } /// - /// + /// /// public void Match( global::System.Action? error = null, @@ -214,7 +214,7 @@ public void Match( } /// - /// + /// /// public void Switch( global::System.Action? error = null, @@ -237,7 +237,7 @@ public void Switch( } /// - /// + /// /// public override int GetHashCode() { @@ -258,18 +258,18 @@ static int HashCodeAggregator(int hashCode, object? value) => value == null } /// - /// + /// /// public bool Equals(TooManyRequests other) { return global::System.Collections.Generic.EqualityComparer.Default.Equals(Error, other.Error) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(TooManyRequestsVariant2, other.TooManyRequestsVariant2) + global::System.Collections.Generic.EqualityComparer.Default.Equals(TooManyRequestsVariant2, other.TooManyRequestsVariant2) ; } /// - /// + /// /// public static bool operator ==(TooManyRequests obj1, TooManyRequests obj2) { @@ -277,7 +277,7 @@ public bool Equals(TooManyRequests other) } /// - /// + /// /// public static bool operator !=(TooManyRequests obj1, TooManyRequests obj2) { @@ -285,7 +285,7 @@ public bool Equals(TooManyRequests other) } /// - /// + /// /// public override bool Equals(object? obj) { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TooManyRequestsVariant2.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TooManyRequestsVariant2.g.cs index fc0fc10..db957c0 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TooManyRequestsVariant2.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TooManyRequestsVariant2.g.cs @@ -4,12 +4,12 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class TooManyRequestsVariant2 { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("spam_warning_urn")] public string? SpamWarningUrn { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.Track.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.Track.g.cs index c6c11a5..bf5879d 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.Track.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.Track.g.cs @@ -211,7 +211,7 @@ public sealed partial class Track public string? Uri { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("user")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::SoundCloud.JsonConverters.AllOfJsonConverter))] diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackAccess.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackAccess.g.cs index 0bf8643..1f38f54 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackAccess.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackAccess.g.cs @@ -12,15 +12,15 @@ namespace SoundCloud public enum TrackAccess { /// - /// + /// /// Blocked, /// - /// + /// /// Playable, /// - /// + /// /// Preview, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackDataRequest.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackDataRequest.g.cs index f57c464..024ef51 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackDataRequest.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackDataRequest.g.cs @@ -4,12 +4,12 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class TrackDataRequest { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[title]")] public string? TrackTitle { get; set; } @@ -21,19 +21,19 @@ public sealed partial class TrackDataRequest public string? TrackArtist { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[asset_data]")] public byte[]? TrackAssetData { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[asset_data]name")] public string? TrackAssetDataname { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[permalink]")] public string? TrackPermalink { get; set; } @@ -53,19 +53,19 @@ public sealed partial class TrackDataRequest public global::SoundCloud.TrackDataRequestTrackEmbeddableBy? TrackEmbeddableBy { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[purchase_url]")] public string? TrackPurchaseUrl { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[description]")] public string? TrackDescription { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[genre]")] public string? TrackGenre { get; set; } @@ -77,13 +77,13 @@ public sealed partial class TrackDataRequest public string? TrackTagList { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[label_name]")] public string? TrackLabelName { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[release]")] public string? TrackRelease { get; set; } @@ -132,19 +132,19 @@ public sealed partial class TrackDataRequest public bool? TrackRevealComments { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[isrc]")] public string? TrackIsrc { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[artwork_data]")] public byte[]? TrackArtworkData { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[artwork_data]name")] public string? TrackArtworkDataname { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackDataRequestTrackEmbeddableBy.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackDataRequestTrackEmbeddableBy.g.cs index 3813ae6..beec504 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackDataRequestTrackEmbeddableBy.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackDataRequestTrackEmbeddableBy.g.cs @@ -9,15 +9,15 @@ namespace SoundCloud public enum TrackDataRequestTrackEmbeddableBy { /// - /// + /// /// All, /// - /// + /// /// Me, /// - /// + /// /// None, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackDataRequestTrackSharing.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackDataRequestTrackSharing.g.cs index 26d6dcf..70d7193 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackDataRequestTrackSharing.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackDataRequestTrackSharing.g.cs @@ -9,11 +9,11 @@ namespace SoundCloud public enum TrackDataRequestTrackSharing { /// - /// + /// /// Private, /// - /// + /// /// Public, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequest.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequest.g.cs index bedea5a..b74c463 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequest.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequest.g.cs @@ -4,12 +4,12 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class TrackMetadataRequest { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track")] public global::SoundCloud.TrackMetadataRequestTrack? Track { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequestTrack.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequestTrack.g.cs index 4693c66..99ca912 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequestTrack.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequestTrack.g.cs @@ -4,18 +4,18 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class TrackMetadataRequestTrack { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("title")] public string? Title { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("permalink")] public string? Permalink { get; set; } @@ -35,19 +35,19 @@ public sealed partial class TrackMetadataRequestTrack public global::SoundCloud.TrackMetadataRequestTrackEmbeddableBy? EmbeddableBy { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("purchase_url")] public string? PurchaseUrl { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("description")] public string? Description { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("genre")] public string? Genre { get; set; } @@ -59,13 +59,13 @@ public sealed partial class TrackMetadataRequestTrack public string? TagList { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("label_name")] public string? LabelName { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("release")] public string? Release { get; set; } @@ -114,7 +114,7 @@ public sealed partial class TrackMetadataRequestTrack public bool? RevealComments { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("isrc")] public string? Isrc { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequestTrackEmbeddableBy.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequestTrackEmbeddableBy.g.cs index c76f28d..c1b1e17 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequestTrackEmbeddableBy.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequestTrackEmbeddableBy.g.cs @@ -9,15 +9,15 @@ namespace SoundCloud public enum TrackMetadataRequestTrackEmbeddableBy { /// - /// + /// /// All, /// - /// + /// /// Me, /// - /// + /// /// None, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequestTrackSharing.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequestTrackSharing.g.cs index c69ff25..e7a6f6e 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequestTrackSharing.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackMetadataRequestTrackSharing.g.cs @@ -9,11 +9,11 @@ namespace SoundCloud public enum TrackMetadataRequestTrackSharing { /// - /// + /// /// Private, /// - /// + /// /// Public, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequest.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequest.g.cs index 651eb5e..6ad0984 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequest.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequest.g.cs @@ -4,18 +4,18 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class TrackUpdateFormRequest { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[title]")] public string? TrackTitle { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[permalink]")] public string? TrackPermalink { get; set; } @@ -35,19 +35,19 @@ public sealed partial class TrackUpdateFormRequest public global::SoundCloud.TrackUpdateFormRequestTrackEmbeddableBy? TrackEmbeddableBy { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[purchase_url]")] public string? TrackPurchaseUrl { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[description]")] public string? TrackDescription { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[genre]")] public string? TrackGenre { get; set; } @@ -62,13 +62,13 @@ public sealed partial class TrackUpdateFormRequest public string? TrackTagList { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[label_name]")] public string? TrackLabelName { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[release]")] public string? TrackRelease { get; set; } @@ -93,7 +93,7 @@ public sealed partial class TrackUpdateFormRequest public bool? TrackDownloadable { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[license]")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::SoundCloud.JsonConverters.TrackUpdateFormRequestTrackLicenseJsonConverter))] @@ -118,7 +118,7 @@ public sealed partial class TrackUpdateFormRequest public bool? TrackRevealComments { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("track[isrc]")] public string? TrackIsrc { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequestTrackEmbeddableBy.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequestTrackEmbeddableBy.g.cs index 62cd0ad..c701805 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequestTrackEmbeddableBy.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequestTrackEmbeddableBy.g.cs @@ -9,15 +9,15 @@ namespace SoundCloud public enum TrackUpdateFormRequestTrackEmbeddableBy { /// - /// + /// /// All, /// - /// + /// /// Me, /// - /// + /// /// None, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequestTrackLicense.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequestTrackLicense.g.cs index c1c02a1..adabfcb 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequestTrackLicense.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequestTrackLicense.g.cs @@ -4,40 +4,40 @@ namespace SoundCloud { /// - /// + /// /// public enum TrackUpdateFormRequestTrackLicense { /// - /// + /// /// AllRightsReserved, /// - /// + /// /// CcBy, /// - /// + /// /// CcByNc, /// - /// + /// /// CcByNcNd, /// - /// + /// /// CcByNcSa, /// - /// + /// /// CcByNd, /// - /// + /// /// CcBySa, /// - /// + /// /// NoRightsReserved, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequestTrackSharing.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequestTrackSharing.g.cs index 918b6b1..7acecf7 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequestTrackSharing.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.TrackUpdateFormRequestTrackSharing.g.cs @@ -9,11 +9,11 @@ namespace SoundCloud public enum TrackUpdateFormRequestTrackSharing { /// - /// + /// /// Private, /// - /// + /// /// Public, } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.Tracks.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.Tracks.g.cs index 1062c7d..ca83d5c 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.Tracks.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.Tracks.g.cs @@ -4,18 +4,18 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class Tracks { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("collection")] public global::System.Collections.Generic.IList? Collection { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("next_href")] public string? NextHref { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.Users.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.Users.g.cs index c1194e3..9320cf0 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.Users.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.Users.g.cs @@ -4,18 +4,18 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class Users { /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("collection")] public global::System.Collections.Generic.IList? Collection { get; set; } /// - /// + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("next_href")] public string? NextHref { get; set; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Models.WebProfile.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Models.WebProfile.g.cs index c643e25..e79e0a0 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Models.WebProfile.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Models.WebProfile.g.cs @@ -4,7 +4,7 @@ namespace SoundCloud { /// - /// + /// /// public sealed partial class WebProfile { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.OneOf.2.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.OneOf.2.g.cs index 756bd56..a4a8e28 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.OneOf.2.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.OneOf.2.g.cs @@ -4,12 +4,12 @@ namespace SoundCloud { /// - /// + /// /// public readonly partial struct OneOf : global::System.IEquatable> { /// - /// + /// /// #if NET6_0_OR_GREATER public T1? Value1 { get; init; } @@ -18,7 +18,7 @@ namespace SoundCloud #endif /// - /// + /// /// #if NET6_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(Value1))] @@ -26,7 +26,7 @@ namespace SoundCloud public bool IsValue1 => Value1 != null; /// - /// + /// /// public bool TryPickValue1( #if NET6_0_OR_GREATER @@ -39,14 +39,14 @@ public bool TryPickValue1( } /// - /// + /// /// public T1 PickValue1() => IsValue1 ? Value1! : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); /// - /// + /// /// #if NET6_0_OR_GREATER public T2? Value2 { get; init; } @@ -55,7 +55,7 @@ public T1 PickValue1() => IsValue1 #endif /// - /// + /// /// #if NET6_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(Value2))] @@ -63,7 +63,7 @@ public T1 PickValue1() => IsValue1 public bool IsValue2 => Value2 != null; /// - /// + /// /// public bool TryPickValue2( #if NET6_0_OR_GREATER @@ -76,23 +76,23 @@ public bool TryPickValue2( } /// - /// + /// /// public T2 PickValue2() => IsValue2 ? Value2! : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); /// - /// + /// /// public static implicit operator OneOf(T1 value) => new OneOf((T1?)value); /// - /// + /// /// public static implicit operator T1?(OneOf @this) => @this.Value1; /// - /// + /// /// public OneOf(T1? value) { @@ -100,22 +100,22 @@ public OneOf(T1? value) } /// - /// + /// /// public static OneOf FromValue1(T1? value) => new OneOf(value); /// - /// + /// /// public static implicit operator OneOf(T2 value) => new OneOf((T2?)value); /// - /// + /// /// public static implicit operator T2?(OneOf @this) => @this.Value2; /// - /// + /// /// public OneOf(T2? value) { @@ -123,12 +123,12 @@ public OneOf(T2? value) } /// - /// + /// /// public static OneOf FromValue2(T2? value) => new OneOf(value); /// - /// + /// /// public OneOf( T1? value1, @@ -140,23 +140,23 @@ public OneOf( } /// - /// + /// /// public object? Object => Value2 as object ?? - Value1 as object + Value1 as object ; /// - /// + /// /// public override string? ToString() => Value1?.ToString() ?? - Value2?.ToString() + Value2?.ToString() ; /// - /// + /// /// public bool Validate() { @@ -164,7 +164,7 @@ public bool Validate() } /// - /// + /// /// public TResult? Match( global::System.Func? value1 = null, @@ -189,7 +189,7 @@ public bool Validate() } /// - /// + /// /// public void Match( global::System.Action? value1 = null, @@ -213,7 +213,7 @@ public void Match( } /// - /// + /// /// public void Switch( global::System.Action? value1 = null, @@ -236,7 +236,7 @@ public void Switch( } /// - /// + /// /// public override int GetHashCode() { @@ -257,18 +257,18 @@ static int HashCodeAggregator(int hashCode, object? value) => value == null } /// - /// + /// /// public bool Equals(OneOf other) { return global::System.Collections.Generic.EqualityComparer.Default.Equals(Value1, other.Value1) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value2, other.Value2) + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value2, other.Value2) ; } /// - /// + /// /// public static bool operator ==(OneOf obj1, OneOf obj2) { @@ -276,7 +276,7 @@ public bool Equals(OneOf other) } /// - /// + /// /// public static bool operator !=(OneOf obj1, OneOf obj2) { @@ -284,7 +284,7 @@ public bool Equals(OneOf other) } /// - /// + /// /// public override bool Equals(object? obj) { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.PathBuilder.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.PathBuilder.g.cs index ed2fcb1..a1b820c 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.PathBuilder.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.PathBuilder.g.cs @@ -266,32 +266,32 @@ public PathBuilder AddRawQueryString( } /// - /// + /// /// public class EndPointAuthorization { /// - /// + /// /// public string Type { get; set; } = string.Empty; /// - /// + /// /// public string SchemeId { get; set; } = string.Empty; /// - /// + /// /// public string Location { get; set; } = string.Empty; /// - /// + /// /// public string Name { get; set; } = string.Empty; /// - /// + /// /// public string Value { get; set; } = string.Empty; } diff --git a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.CreatesAPlaylist.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.CreatesAPlaylist.g.cs index 29bc26c..8470c98 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.CreatesAPlaylist.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.CreatesAPlaylist.g.cs @@ -135,7 +135,7 @@ partial void ProcessCreatesAPlaylistResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } var __httpRequestContent = new global::System.Net.Http.MultipartFormDataContent(); diff --git a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.DeletesAPlaylist.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.DeletesAPlaylist.g.cs index 0bd74ef..91285d1 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.DeletesAPlaylist.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.DeletesAPlaylist.g.cs @@ -125,7 +125,7 @@ await DeletesAPlaylistAsResponseAsync( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.ReturnsACollectionOfPlaylistsReposters.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.ReturnsACollectionOfPlaylistsReposters.g.cs index 26fcb6b..92ccb9e 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.ReturnsACollectionOfPlaylistsReposters.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.ReturnsACollectionOfPlaylistsReposters.g.cs @@ -147,7 +147,7 @@ partial void ProcessReturnsACollectionOfPlaylistsRepostersResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.ReturnsAPlaylist.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.ReturnsAPlaylist.g.cs index 9d90acc..79d35a4 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.ReturnsAPlaylist.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.ReturnsAPlaylist.g.cs @@ -165,7 +165,7 @@ partial void ProcessReturnsAPlaylistResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.ReturnsTracksUnderAPlaylist.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.ReturnsTracksUnderAPlaylist.g.cs index 9a400d8..64808df 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.ReturnsTracksUnderAPlaylist.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.ReturnsTracksUnderAPlaylist.g.cs @@ -167,7 +167,7 @@ partial void ProcessReturnsTracksUnderAPlaylistResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.UpdatesAPlaylist.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.UpdatesAPlaylist.g.cs index cdc8983..ee494db 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.UpdatesAPlaylist.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.UpdatesAPlaylist.g.cs @@ -145,7 +145,7 @@ partial void ProcessUpdatesAPlaylistResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } var __httpRequestContentBody = request.ToJson(JsonSerializerContext); var __httpRequestContent = new global::System.Net.Http.StringContent( diff --git a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.g.cs index 8d7f12e..ecff4f1 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.PlaylistsClient.g.cs @@ -11,7 +11,7 @@ namespace SoundCloud public sealed partial class PlaylistsClient : global::SoundCloud.IPlaylistsClient, global::System.IDisposable { /// - /// + /// /// public const string DefaultBaseUrl = "https://api.soundcloud.com/"; @@ -38,7 +38,7 @@ public sealed partial class PlaylistsClient : global::SoundCloud.IPlaylistsClien internal global::System.Lazy JsonSerializerContextProvider { get; set; } = new(() => global::SoundCloud.SourceGenerationContext.Default); /// - /// + /// /// public global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.Polyfills.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.Polyfills.g.cs index f92de5f..ae0c60c 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.Polyfills.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.Polyfills.g.cs @@ -4,13 +4,13 @@ namespace SoundCloud { /// - /// + /// /// public static partial class AutoSdkPolyfills { #if !NET6_0_OR_GREATER /// - /// + /// /// /// /// @@ -23,7 +23,7 @@ public static partial class AutoSdkPolyfills return content.ReadAsStringAsync(); } /// - /// + /// /// /// /// @@ -36,7 +36,7 @@ public static partial class AutoSdkPolyfills return content.ReadAsStreamAsync(); } /// - /// + /// /// /// /// diff --git a/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.RemovesARepostOnAPlaylistAsTheAuthenticatedUser.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.RemovesARepostOnAPlaylistAsTheAuthenticatedUser.g.cs index ec7187e..3abe7aa 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.RemovesARepostOnAPlaylistAsTheAuthenticatedUser.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.RemovesARepostOnAPlaylistAsTheAuthenticatedUser.g.cs @@ -125,7 +125,7 @@ await RemovesARepostOnAPlaylistAsTheAuthenticatedUserAsResponseAsync( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.RepostsAPlaylistAsTheAuthenticatedUser.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.RepostsAPlaylistAsTheAuthenticatedUser.g.cs index fec46dc..685c854 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.RepostsAPlaylistAsTheAuthenticatedUser.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.RepostsAPlaylistAsTheAuthenticatedUser.g.cs @@ -125,7 +125,7 @@ await RepostsAPlaylistAsTheAuthenticatedUserAsResponseAsync( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.RepostsATrackAsTheAuthenticatedUser.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.RepostsATrackAsTheAuthenticatedUser.g.cs index 4a0c579..6a71c98 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.RepostsATrackAsTheAuthenticatedUser.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.RepostsATrackAsTheAuthenticatedUser.g.cs @@ -125,7 +125,7 @@ await RepostsATrackAsTheAuthenticatedUserAsResponseAsync( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.g.cs index 0c15c4e..23fd54d 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.RepostsClient.g.cs @@ -11,7 +11,7 @@ namespace SoundCloud public sealed partial class RepostsClient : global::SoundCloud.IRepostsClient, global::System.IDisposable { /// - /// + /// /// public const string DefaultBaseUrl = "https://api.soundcloud.com/"; @@ -38,7 +38,7 @@ public sealed partial class RepostsClient : global::SoundCloud.IRepostsClient, g internal global::System.Lazy JsonSerializerContextProvider { get; set; } = new(() => global::SoundCloud.SourceGenerationContext.Default); /// - /// + /// /// public global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.PerformsAPlaylistSearchBasedOnAQuery.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.PerformsAPlaylistSearchBasedOnAQuery.g.cs index 73e2adf..fbb65be 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.PerformsAPlaylistSearchBasedOnAQuery.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.PerformsAPlaylistSearchBasedOnAQuery.g.cs @@ -194,7 +194,7 @@ partial void ProcessPerformsAPlaylistSearchBasedOnAQueryResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.PerformsATrackSearchBasedOnAQuery.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.PerformsATrackSearchBasedOnAQuery.g.cs index 197bf9b..a6073be 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.PerformsATrackSearchBasedOnAQuery.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.PerformsATrackSearchBasedOnAQuery.g.cs @@ -236,7 +236,7 @@ partial void ProcessPerformsATrackSearchBasedOnAQueryResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, @@ -512,7 +512,7 @@ partial void ProcessPerformsATrackSearchBasedOnAQueryResponseContent( h => h.Key, h => h.Value)); } - // + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.PerformsAUserSearchBasedOnAQuery.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.PerformsAUserSearchBasedOnAQuery.g.cs index 324f004..0a0dac7 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.PerformsAUserSearchBasedOnAQuery.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.PerformsAUserSearchBasedOnAQuery.g.cs @@ -179,7 +179,7 @@ partial void ProcessPerformsAUserSearchBasedOnAQueryResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.g.cs index 6bfa3be..231245b 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.SearchClient.g.cs @@ -11,7 +11,7 @@ namespace SoundCloud public sealed partial class SearchClient : global::SoundCloud.ISearchClient, global::System.IDisposable { /// - /// + /// /// public const string DefaultBaseUrl = "https://api.soundcloud.com/"; @@ -38,7 +38,7 @@ public sealed partial class SearchClient : global::SoundCloud.ISearchClient, glo internal global::System.Lazy JsonSerializerContextProvider { get; set; } = new(() => global::SoundCloud.SourceGenerationContext.Default); /// - /// + /// /// public global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.SoundCloudClient.InvalidatesSessionAssociatedWithCurrentToken.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.SoundCloudClient.InvalidatesSessionAssociatedWithCurrentToken.g.cs index f8aef8b..72b8eb0 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.SoundCloudClient.InvalidatesSessionAssociatedWithCurrentToken.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.SoundCloudClient.InvalidatesSessionAssociatedWithCurrentToken.g.cs @@ -117,7 +117,7 @@ await InvalidatesSessionAssociatedWithCurrentTokenAsResponseAsync( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.SoundCloudClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.SoundCloudClient.g.cs index cc93e6d..85ea07e 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.SoundCloudClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.SoundCloudClient.g.cs @@ -12,7 +12,7 @@ namespace SoundCloud public sealed partial class SoundCloudClient : global::SoundCloud.ISoundCloudClient, global::System.IDisposable { /// - /// + /// /// public const string DefaultBaseUrl = "https://api.soundcloud.com/"; @@ -39,7 +39,7 @@ public sealed partial class SoundCloudClient : global::SoundCloud.ISoundCloudCli internal global::System.Lazy JsonSerializerContextProvider { get; set; } = new(() => global::SoundCloud.SourceGenerationContext.Default); /// - /// + /// /// public global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.CreatesOrUpdatesTheStorefrontArtistStorefrontOfATrack.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.CreatesOrUpdatesTheStorefrontArtistStorefrontOfATrack.g.cs index 7693d27..61d85f1 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.CreatesOrUpdatesTheStorefrontArtistStorefrontOfATrack.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.CreatesOrUpdatesTheStorefrontArtistStorefrontOfATrack.g.cs @@ -157,7 +157,7 @@ partial void ProcessCreatesOrUpdatesTheStorefrontArtistStorefrontOfATrackRespons __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } var __httpRequestContentBody = request.ToJson(JsonSerializerContext); var __httpRequestContent = new global::System.Net.Http.StringContent( diff --git a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.DeletesATrack.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.DeletesATrack.g.cs index 2a1cebe..8e8b876 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.DeletesATrack.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.DeletesATrack.g.cs @@ -125,7 +125,7 @@ await DeletesATrackAsResponseAsync( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsACollectionOfTracksReposters.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsACollectionOfTracksReposters.g.cs index fd7a97c..fe85875 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsACollectionOfTracksReposters.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsACollectionOfTracksReposters.g.cs @@ -147,7 +147,7 @@ partial void ProcessReturnsACollectionOfTracksRepostersResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsAListOfUsersWhoHaveFavoritedOrLikedTheTrack.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsAListOfUsersWhoHaveFavoritedOrLikedTheTrack.g.cs index 05931d1..f3b26e9 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsAListOfUsersWhoHaveFavoritedOrLikedTheTrack.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsAListOfUsersWhoHaveFavoritedOrLikedTheTrack.g.cs @@ -156,7 +156,7 @@ partial void ProcessReturnsAListOfUsersWhoHaveFavoritedOrLikedTheTrackResponseCo __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsATrack.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsATrack.g.cs index b5162e3..2c56196 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsATrack.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsATrack.g.cs @@ -143,7 +143,7 @@ partial void ProcessReturnsATrackResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsATracksStreamableURLsNeedsToKeepUsingAuthentication.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsATracksStreamableURLsNeedsToKeepUsingAuthentication.g.cs index e53a17b..dabd760 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsATracksStreamableURLsNeedsToKeepUsingAuthentication.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsATracksStreamableURLsNeedsToKeepUsingAuthentication.g.cs @@ -143,7 +143,7 @@ partial void ProcessReturnsATracksStreamableURLsNeedsToKeepUsingAuthenticationRe __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsAllRelatedTracksOfTrackOnSoundCloud.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsAllRelatedTracksOfTrackOnSoundCloud.g.cs index 4b9ac0b..e4ed839 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsAllRelatedTracksOfTrackOnSoundCloud.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsAllRelatedTracksOfTrackOnSoundCloud.g.cs @@ -184,7 +184,7 @@ partial void ProcessReturnsAllRelatedTracksOfTrackOnSoundCloudResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsTheCommentsPostedOnTheTrackTrackUrn.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsTheCommentsPostedOnTheTrackTrackUrn.g.cs index c8e58c7..a519c6d 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsTheCommentsPostedOnTheTrackTrackUrn.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsTheCommentsPostedOnTheTrackTrackUrn.g.cs @@ -169,7 +169,7 @@ partial void ProcessReturnsTheCommentsPostedOnTheTrackTrackUrnResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsTheNewlyCreatedCommentOnSuccess.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsTheNewlyCreatedCommentOnSuccess.g.cs index ea2f462..bb310d5 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsTheNewlyCreatedCommentOnSuccess.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.ReturnsTheNewlyCreatedCommentOnSuccess.g.cs @@ -145,7 +145,7 @@ partial void ProcessReturnsTheNewlyCreatedCommentOnSuccessResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } var __httpRequestContentBody = request.ToJson(JsonSerializerContext); var __httpRequestContent = new global::System.Net.Http.StringContent( diff --git a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.StartsPlaybackOfAPreviewOfTheTrack.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.StartsPlaybackOfAPreviewOfTheTrack.g.cs index 7a82265..3e1602c 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.StartsPlaybackOfAPreviewOfTheTrack.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.StartsPlaybackOfAPreviewOfTheTrack.g.cs @@ -136,7 +136,7 @@ await StartsPlaybackOfAPreviewOfTheTrackAsResponseAsync( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.UpdatesATracksInformation.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.UpdatesATracksInformation.g.cs index a0ee6e6..9a533c2 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.UpdatesATracksInformation.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.UpdatesATracksInformation.g.cs @@ -145,7 +145,7 @@ partial void ProcessUpdatesATracksInformationResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } var __httpRequestContentBody = request.ToJson(JsonSerializerContext); var __httpRequestContent = new global::System.Net.Http.StringContent( diff --git a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.UploadsANewTrack.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.UploadsANewTrack.g.cs index dd99cae..d850fab 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.UploadsANewTrack.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.UploadsANewTrack.g.cs @@ -135,7 +135,7 @@ partial void ProcessUploadsANewTrackResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } var __httpRequestContent = new global::System.Net.Http.MultipartFormDataContent(); diff --git a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.g.cs index 226866f..55e6688 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.TracksClient.g.cs @@ -11,7 +11,7 @@ namespace SoundCloud public sealed partial class TracksClient : global::SoundCloud.ITracksClient, global::System.IDisposable { /// - /// + /// /// public const string DefaultBaseUrl = "https://api.soundcloud.com/"; @@ -38,7 +38,7 @@ public sealed partial class TracksClient : global::SoundCloud.ITracksClient, glo internal global::System.Lazy JsonSerializerContextProvider { get; set; } = new(() => global::SoundCloud.SourceGenerationContext.Default); /// - /// + /// /// public global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { diff --git a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersFollowers.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersFollowers.g.cs index 3ac4a52..42ca231 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersFollowers.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersFollowers.g.cs @@ -149,7 +149,7 @@ partial void ProcessReturnsAListOfUsersFollowersResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersFollowings.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersFollowings.g.cs index 2d6fd89..0a5983d 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersFollowings.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersFollowings.g.cs @@ -149,7 +149,7 @@ partial void ProcessReturnsAListOfUsersFollowingsResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersLikedPlaylists.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersLikedPlaylists.g.cs index 614be41..e02d641 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersLikedPlaylists.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersLikedPlaylists.g.cs @@ -158,7 +158,7 @@ partial void ProcessReturnsAListOfUsersLikedPlaylistsResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersLikedTracks.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersLikedTracks.g.cs index 16190ae..5c0c506 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersLikedTracks.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersLikedTracks.g.cs @@ -171,7 +171,7 @@ partial void ProcessReturnsAListOfUsersLikedTracksResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersPlaylistReposts.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersPlaylistReposts.g.cs index cbc74e8..acca78f 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersPlaylistReposts.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersPlaylistReposts.g.cs @@ -158,7 +158,7 @@ partial void ProcessReturnsAListOfUsersPlaylistRepostsResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersPlaylists.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersPlaylists.g.cs index 0500b63..6526615 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersPlaylists.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersPlaylists.g.cs @@ -180,7 +180,7 @@ partial void ProcessReturnsAListOfUsersPlaylistsResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersTrackReposts.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersTrackReposts.g.cs index f281e76..a7b151f 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersTrackReposts.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersTrackReposts.g.cs @@ -171,7 +171,7 @@ partial void ProcessReturnsAListOfUsersTrackRepostsResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersTracks.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersTracks.g.cs index 191ef2c..5a3bfd2 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersTracks.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAListOfUsersTracks.g.cs @@ -184,7 +184,7 @@ partial void ProcessReturnsAListOfUsersTracksResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAUser.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAUser.g.cs index 1ede325..045ff81 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAUser.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsAUser.g.cs @@ -132,7 +132,7 @@ partial void ProcessReturnsAUserResponseContent( __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsListOfUsersLinksAddedToTheirProfileWebsite_Facebook_Instagram.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsListOfUsersLinksAddedToTheirProfileWebsite_Facebook_Instagram.g.cs index e06c8f9..01248e0 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsListOfUsersLinksAddedToTheirProfileWebsite_Facebook_Instagram.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsListOfUsersLinksAddedToTheirProfileWebsite_Facebook_Instagram.g.cs @@ -147,7 +147,7 @@ partial void ProcessReturnsListOfUsersLinksAddedToTheirProfileWebsite_Facebook_I __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsRelatedArtistRecommendationsForAUserOnSoundCloud.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsRelatedArtistRecommendationsForAUserOnSoundCloud.g.cs index 3e5414f..2cd1381 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsRelatedArtistRecommendationsForAUserOnSoundCloud.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.ReturnsRelatedArtistRecommendationsForAUserOnSoundCloud.g.cs @@ -169,7 +169,7 @@ partial void ProcessReturnsRelatedArtistRecommendationsForAUserOnSoundCloudRespo __authorization.Location == "Header") { __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); - } + } } global::SoundCloud.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.g.cs b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.g.cs index 0b8e472..8d9fcd9 100644 --- a/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.g.cs +++ b/src/libs/SoundCloud/Generated/SoundCloud.UsersClient.g.cs @@ -11,7 +11,7 @@ namespace SoundCloud public sealed partial class UsersClient : global::SoundCloud.IUsersClient, global::System.IDisposable { /// - /// + /// /// public const string DefaultBaseUrl = "https://api.soundcloud.com/"; @@ -38,7 +38,7 @@ public sealed partial class UsersClient : global::SoundCloud.IUsersClient, globa internal global::System.Lazy JsonSerializerContextProvider { get; set; } = new(() => global::SoundCloud.SourceGenerationContext.Default); /// - /// + /// /// public global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext {