diff --git a/src/libs/Weave/Generated/Weave.AnyOf.10.g.cs b/src/libs/Weave/Generated/Weave.AnyOf.10.g.cs index 877affd..350459c 100644 --- a/src/libs/Weave/Generated/Weave.AnyOf.10.g.cs +++ b/src/libs/Weave/Generated/Weave.AnyOf.10.g.cs @@ -38,6 +38,13 @@ public bool TryPickValue1( return IsValue1; } + /// + /// + /// + public T1 PickValue1() => IsValue1 + ? Value1! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); + /// /// /// @@ -68,6 +75,13 @@ public bool TryPickValue2( return IsValue2; } + /// + /// + /// + public T2 PickValue2() => IsValue2 + ? Value2! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); + /// /// /// @@ -98,6 +112,13 @@ public bool TryPickValue3( return IsValue3; } + /// + /// + /// + public T3 PickValue3() => IsValue3 + ? Value3! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value3' but the value was {ToString()}."); + /// /// /// @@ -128,6 +149,13 @@ public bool TryPickValue4( return IsValue4; } + /// + /// + /// + public T4 PickValue4() => IsValue4 + ? Value4! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value4' but the value was {ToString()}."); + /// /// /// @@ -158,6 +186,13 @@ public bool TryPickValue5( return IsValue5; } + /// + /// + /// + public T5 PickValue5() => IsValue5 + ? Value5! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value5' but the value was {ToString()}."); + /// /// /// @@ -188,6 +223,13 @@ public bool TryPickValue6( return IsValue6; } + /// + /// + /// + public T6 PickValue6() => IsValue6 + ? Value6! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value6' but the value was {ToString()}."); + /// /// /// @@ -218,6 +260,13 @@ public bool TryPickValue7( return IsValue7; } + /// + /// + /// + public T7 PickValue7() => IsValue7 + ? Value7! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value7' but the value was {ToString()}."); + /// /// /// @@ -248,6 +297,13 @@ public bool TryPickValue8( return IsValue8; } + /// + /// + /// + public T8 PickValue8() => IsValue8 + ? Value8! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value8' but the value was {ToString()}."); + /// /// /// @@ -278,6 +334,13 @@ public bool TryPickValue9( return IsValue9; } + /// + /// + /// + public T9 PickValue9() => IsValue9 + ? Value9! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value9' but the value was {ToString()}."); + /// /// /// @@ -307,6 +370,13 @@ public bool TryPickValue10( value = Value10; return IsValue10; } + + /// + /// + /// + public T10 PickValue10() => IsValue10 + ? Value10! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value10' but the value was {ToString()}."); /// /// /// diff --git a/src/libs/Weave/Generated/Weave.AnyOf.13.g.cs b/src/libs/Weave/Generated/Weave.AnyOf.13.g.cs index d4df9a6..234f072 100644 --- a/src/libs/Weave/Generated/Weave.AnyOf.13.g.cs +++ b/src/libs/Weave/Generated/Weave.AnyOf.13.g.cs @@ -38,6 +38,13 @@ public bool TryPickValue1( return IsValue1; } + /// + /// + /// + public T1 PickValue1() => IsValue1 + ? Value1! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); + /// /// /// @@ -68,6 +75,13 @@ public bool TryPickValue2( return IsValue2; } + /// + /// + /// + public T2 PickValue2() => IsValue2 + ? Value2! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); + /// /// /// @@ -98,6 +112,13 @@ public bool TryPickValue3( return IsValue3; } + /// + /// + /// + public T3 PickValue3() => IsValue3 + ? Value3! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value3' but the value was {ToString()}."); + /// /// /// @@ -128,6 +149,13 @@ public bool TryPickValue4( return IsValue4; } + /// + /// + /// + public T4 PickValue4() => IsValue4 + ? Value4! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value4' but the value was {ToString()}."); + /// /// /// @@ -158,6 +186,13 @@ public bool TryPickValue5( return IsValue5; } + /// + /// + /// + public T5 PickValue5() => IsValue5 + ? Value5! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value5' but the value was {ToString()}."); + /// /// /// @@ -188,6 +223,13 @@ public bool TryPickValue6( return IsValue6; } + /// + /// + /// + public T6 PickValue6() => IsValue6 + ? Value6! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value6' but the value was {ToString()}."); + /// /// /// @@ -218,6 +260,13 @@ public bool TryPickValue7( return IsValue7; } + /// + /// + /// + public T7 PickValue7() => IsValue7 + ? Value7! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value7' but the value was {ToString()}."); + /// /// /// @@ -248,6 +297,13 @@ public bool TryPickValue8( return IsValue8; } + /// + /// + /// + public T8 PickValue8() => IsValue8 + ? Value8! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value8' but the value was {ToString()}."); + /// /// /// @@ -278,6 +334,13 @@ public bool TryPickValue9( return IsValue9; } + /// + /// + /// + public T9 PickValue9() => IsValue9 + ? Value9! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value9' but the value was {ToString()}."); + /// /// /// @@ -308,6 +371,13 @@ public bool TryPickValue10( return IsValue10; } + /// + /// + /// + public T10 PickValue10() => IsValue10 + ? Value10! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value10' but the value was {ToString()}."); + /// /// /// @@ -338,6 +408,13 @@ public bool TryPickValue11( return IsValue11; } + /// + /// + /// + public T11 PickValue11() => IsValue11 + ? Value11! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value11' but the value was {ToString()}."); + /// /// /// @@ -368,6 +445,13 @@ public bool TryPickValue12( return IsValue12; } + /// + /// + /// + public T12 PickValue12() => IsValue12 + ? Value12! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value12' but the value was {ToString()}."); + /// /// /// @@ -397,6 +481,13 @@ public bool TryPickValue13( value = Value13; return IsValue13; } + + /// + /// + /// + public T13 PickValue13() => IsValue13 + ? Value13! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value13' but the value was {ToString()}."); /// /// /// diff --git a/src/libs/Weave/Generated/Weave.AnyOf.2.g.cs b/src/libs/Weave/Generated/Weave.AnyOf.2.g.cs index f041c60..0729fb5 100644 --- a/src/libs/Weave/Generated/Weave.AnyOf.2.g.cs +++ b/src/libs/Weave/Generated/Weave.AnyOf.2.g.cs @@ -38,6 +38,13 @@ public bool TryPickValue1( return IsValue1; } + /// + /// + /// + public T1 PickValue1() => IsValue1 + ? Value1! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); + /// /// /// @@ -67,6 +74,13 @@ public bool TryPickValue2( value = Value2; return IsValue2; } + + /// + /// + /// + public T2 PickValue2() => IsValue2 + ? Value2! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); /// /// /// diff --git a/src/libs/Weave/Generated/Weave.AnyOf.3.g.cs b/src/libs/Weave/Generated/Weave.AnyOf.3.g.cs index 085a1c1..c1f67fb 100644 --- a/src/libs/Weave/Generated/Weave.AnyOf.3.g.cs +++ b/src/libs/Weave/Generated/Weave.AnyOf.3.g.cs @@ -38,6 +38,13 @@ public bool TryPickValue1( return IsValue1; } + /// + /// + /// + public T1 PickValue1() => IsValue1 + ? Value1! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); + /// /// /// @@ -68,6 +75,13 @@ public bool TryPickValue2( return IsValue2; } + /// + /// + /// + public T2 PickValue2() => IsValue2 + ? Value2! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); + /// /// /// @@ -97,6 +111,13 @@ public bool TryPickValue3( value = Value3; return IsValue3; } + + /// + /// + /// + public T3 PickValue3() => IsValue3 + ? Value3! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value3' but the value was {ToString()}."); /// /// /// diff --git a/src/libs/Weave/Generated/Weave.AnyOf.4.g.cs b/src/libs/Weave/Generated/Weave.AnyOf.4.g.cs index d455095..87ec7a9 100644 --- a/src/libs/Weave/Generated/Weave.AnyOf.4.g.cs +++ b/src/libs/Weave/Generated/Weave.AnyOf.4.g.cs @@ -38,6 +38,13 @@ public bool TryPickValue1( return IsValue1; } + /// + /// + /// + public T1 PickValue1() => IsValue1 + ? Value1! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); + /// /// /// @@ -68,6 +75,13 @@ public bool TryPickValue2( return IsValue2; } + /// + /// + /// + public T2 PickValue2() => IsValue2 + ? Value2! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); + /// /// /// @@ -98,6 +112,13 @@ public bool TryPickValue3( return IsValue3; } + /// + /// + /// + public T3 PickValue3() => IsValue3 + ? Value3! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value3' but the value was {ToString()}."); + /// /// /// @@ -127,6 +148,13 @@ public bool TryPickValue4( value = Value4; return IsValue4; } + + /// + /// + /// + public T4 PickValue4() => IsValue4 + ? Value4! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value4' but the value was {ToString()}."); /// /// /// diff --git a/src/libs/Weave/Generated/Weave.AnyOf.7.g.cs b/src/libs/Weave/Generated/Weave.AnyOf.7.g.cs index 0c6bfca..cb25696 100644 --- a/src/libs/Weave/Generated/Weave.AnyOf.7.g.cs +++ b/src/libs/Weave/Generated/Weave.AnyOf.7.g.cs @@ -38,6 +38,13 @@ public bool TryPickValue1( return IsValue1; } + /// + /// + /// + public T1 PickValue1() => IsValue1 + ? Value1! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); + /// /// /// @@ -68,6 +75,13 @@ public bool TryPickValue2( return IsValue2; } + /// + /// + /// + public T2 PickValue2() => IsValue2 + ? Value2! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); + /// /// /// @@ -98,6 +112,13 @@ public bool TryPickValue3( return IsValue3; } + /// + /// + /// + public T3 PickValue3() => IsValue3 + ? Value3! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value3' but the value was {ToString()}."); + /// /// /// @@ -128,6 +149,13 @@ public bool TryPickValue4( return IsValue4; } + /// + /// + /// + public T4 PickValue4() => IsValue4 + ? Value4! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value4' but the value was {ToString()}."); + /// /// /// @@ -158,6 +186,13 @@ public bool TryPickValue5( return IsValue5; } + /// + /// + /// + public T5 PickValue5() => IsValue5 + ? Value5! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value5' but the value was {ToString()}."); + /// /// /// @@ -188,6 +223,13 @@ public bool TryPickValue6( return IsValue6; } + /// + /// + /// + public T6 PickValue6() => IsValue6 + ? Value6! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value6' but the value was {ToString()}."); + /// /// /// @@ -217,6 +259,13 @@ public bool TryPickValue7( value = Value7; return IsValue7; } + + /// + /// + /// + public T7 PickValue7() => IsValue7 + ? Value7! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value7' but the value was {ToString()}."); /// /// /// diff --git a/src/libs/Weave/Generated/Weave.Models.AliasesListRes.g.cs b/src/libs/Weave/Generated/Weave.Models.AliasesListRes.g.cs index 870772f..8d579f5 100644 --- a/src/libs/Weave/Generated/Weave.Models.AliasesListRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AliasesListRes.g.cs @@ -40,5 +40,6 @@ public AliasesListRes( public AliasesListRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AndOperation.g.cs b/src/libs/Weave/Generated/Weave.Models.AndOperation.g.cs index bd5bce1..b119a21 100644 --- a/src/libs/Weave/Generated/Weave.Models.AndOperation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AndOperation.g.cs @@ -49,5 +49,6 @@ public AndOperation( public AndOperation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueAddCallsBody.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueAddCallsBody.g.cs index 4190762..274ec99 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueAddCallsBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueAddCallsBody.g.cs @@ -62,5 +62,6 @@ public AnnotationQueueAddCallsBody( public AnnotationQueueAddCallsBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueAddCallsRes.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueAddCallsRes.g.cs index d288e0c..7c10008 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueAddCallsRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueAddCallsRes.g.cs @@ -50,5 +50,6 @@ public AnnotationQueueAddCallsRes( public AnnotationQueueAddCallsRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueCreateReq.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueCreateReq.g.cs index 91c6dc6..513d67a 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueCreateReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueCreateReq.g.cs @@ -80,5 +80,6 @@ public AnnotationQueueCreateReq( public AnnotationQueueCreateReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueCreateReqWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueCreateReqWbUserId.g.cs index ac0b63a..9690403 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueCreateReqWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueCreateReqWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueCreateReqWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueCreateRes.g.cs index 208f7a8..bdc71a3 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueCreateRes.g.cs @@ -40,5 +40,6 @@ public AnnotationQueueCreateRes( public AnnotationQueueCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueDeleteRes.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueDeleteRes.g.cs index 850b2c7..6c53a03 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueDeleteRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueDeleteRes.g.cs @@ -42,5 +42,6 @@ public AnnotationQueueDeleteRes( public AnnotationQueueDeleteRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemProgressUpdateBody.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemProgressUpdateBody.g.cs index 663e0f0..194c703 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemProgressUpdateBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemProgressUpdateBody.g.cs @@ -53,5 +53,6 @@ public AnnotationQueueItemProgressUpdateBody( public AnnotationQueueItemProgressUpdateBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchema.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchema.g.cs index 4e7d9d3..eb0dc0b 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchema.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchema.g.cs @@ -196,5 +196,6 @@ public AnnotationQueueItemSchema( public AnnotationQueueItemSchema() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaAddedBy.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaAddedBy.g.cs index 93f8a5d..b324074 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaAddedBy.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaAddedBy.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemSchemaAddedBy /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaAnnotatorUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaAnnotatorUserId.g.cs index 14e99ff..9185b47 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaAnnotatorUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaAnnotatorUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemSchemaAnnotatorUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaCallEndedAt.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaCallEndedAt.g.cs index ecda8d0..c6ec465 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaCallEndedAt.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaCallEndedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemSchemaCallEndedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaDeletedAt.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaDeletedAt.g.cs index 82b39ed..0f4aab6 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaDeletedAt.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaDeletedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemSchemaDeletedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaPositionInQueue.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaPositionInQueue.g.cs index 1f14c93..d519890 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaPositionInQueue.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemSchemaPositionInQueue.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemSchemaPositionInQueue /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilter.g.cs index 6480d11..c556273 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilter.g.cs @@ -97,5 +97,6 @@ public AnnotationQueueItemsFilter( public AnnotationQueueItemsFilter() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterAddedBy.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterAddedBy.g.cs index f8db9d6..e1ddf30 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterAddedBy.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterAddedBy.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemsFilterAddedBy /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterAnnotationStates.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterAnnotationStates.g.cs index 08f0fe7..dffc795 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterAnnotationStates.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterAnnotationStates.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemsFilterAnnotationStates /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterCallId.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterCallId.g.cs index a5b6e2c..47ddff7 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterCallId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterCallId.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemsFilterCallId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterCallOpName.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterCallOpName.g.cs index 0bc7133..1181fdf 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterCallOpName.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterCallOpName.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemsFilterCallOpName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterCallTraceId.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterCallTraceId.g.cs index 7ea90fe..d0a6c64 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterCallTraceId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterCallTraceId.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemsFilterCallTraceId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterId.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterId.g.cs index 1014486..bbe596e 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsFilterId.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemsFilterId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBody.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBody.g.cs index d41f3eb..dc2a96f 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBody.g.cs @@ -93,5 +93,6 @@ public AnnotationQueueItemsQueryBody( public AnnotationQueueItemsQueryBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodyFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodyFilter.g.cs index 0d55ef6..382d062 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodyFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodyFilter.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemsQueryBodyFilter /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodyLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodyLimit.g.cs index 79056fc..e5c7f58 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodyLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodyLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemsQueryBodyLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodyOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodyOffset.g.cs index 0b4f686..b593c32 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodyOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodyOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemsQueryBodyOffset /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodySortBy.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodySortBy.g.cs index c84dae4..6678bfe 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodySortBy.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryBodySortBy.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueItemsQueryBodySortBy /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryRes.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryRes.g.cs index 9660af3..50613fe 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueItemsQueryRes.g.cs @@ -40,5 +40,6 @@ public AnnotationQueueItemsQueryRes( public AnnotationQueueItemsQueryRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueReadRes.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueReadRes.g.cs index 503cfd7..edabd7a 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueReadRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueReadRes.g.cs @@ -42,5 +42,6 @@ public AnnotationQueueReadRes( public AnnotationQueueReadRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueSchema.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueSchema.g.cs index 5830980..c703422 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueSchema.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueSchema.g.cs @@ -119,5 +119,6 @@ public AnnotationQueueSchema( public AnnotationQueueSchema() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueSchemaDeletedAt.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueSchemaDeletedAt.g.cs index a3145bc..88e5e4e 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueSchemaDeletedAt.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueSchemaDeletedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueSchemaDeletedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueStatsSchema.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueStatsSchema.g.cs index 44623b4..817f533 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueStatsSchema.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueStatsSchema.g.cs @@ -66,5 +66,6 @@ public AnnotationQueueStatsSchema( public AnnotationQueueStatsSchema() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBody.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBody.g.cs index 8efa6fc..a820eda 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBody.g.cs @@ -68,5 +68,6 @@ public AnnotationQueueUpdateBody( public AnnotationQueueUpdateBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBodyDescription.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBodyDescription.g.cs index 2f35b47..7c73ed6 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBodyDescription.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBodyDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueUpdateBodyDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBodyName.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBodyName.g.cs index b545b91..83b8544 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBodyName.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBodyName.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueUpdateBodyName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBodyScorerRefs.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBodyScorerRefs.g.cs index cc20a5d..c394d34 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBodyScorerRefs.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateBodyScorerRefs.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueueUpdateBodyScorerRefs /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateRes.g.cs index b99e839..8a31e19 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueueUpdateRes.g.cs @@ -42,5 +42,6 @@ public AnnotationQueueUpdateRes( public AnnotationQueueUpdateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReq.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReq.g.cs index de5c29a..8c9ea1b 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReq.g.cs @@ -80,5 +80,6 @@ public AnnotationQueuesQueryReq( public AnnotationQueuesQueryReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqLimit.g.cs index 0655087..71f3dc1 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueuesQueryReqLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqName.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqName.g.cs index 2147a71..716a674 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqName.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqName.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueuesQueryReqName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqOffset.g.cs index ed425f2..027ac15 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueuesQueryReqOffset /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqSortBy.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqSortBy.g.cs index 60294b8..b8999c6 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqSortBy.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryReqSortBy.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueuesQueryReqSortBy /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryStreamAnnotationQueuesQueryPostResponse.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryStreamAnnotationQueuesQueryPostResponse.g.cs index 02177c7..7452243 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryStreamAnnotationQueuesQueryPostResponse.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesQueryStreamAnnotationQueuesQueryPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class AnnotationQueuesQueryStreamAnnotationQueuesQueryPost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesStatsReq.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesStatsReq.g.cs index 334de47..2e96fe4 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesStatsReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesStatsReq.g.cs @@ -52,5 +52,6 @@ public AnnotationQueuesStatsReq( public AnnotationQueuesStatsReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesStatsRes.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesStatsRes.g.cs index b992524..8dda8cb 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesStatsRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotationQueuesStatsRes.g.cs @@ -40,5 +40,6 @@ public AnnotationQueuesStatsRes( public AnnotationQueuesStatsRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.AnnotatorQueueItemsProgressUpdateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.AnnotatorQueueItemsProgressUpdateRes.g.cs index 07bf4af..7d1d1e2 100644 --- a/src/libs/Weave/Generated/Weave.Models.AnnotatorQueueItemsProgressUpdateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.AnnotatorQueueItemsProgressUpdateRes.g.cs @@ -42,5 +42,6 @@ public AnnotatorQueueItemsProgressUpdateRes( public AnnotatorQueueItemsProgressUpdateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.BodyFileCreateFileCreatePost.g.cs b/src/libs/Weave/Generated/Weave.Models.BodyFileCreateFileCreatePost.g.cs index d7b09bf..5bfbbd5 100644 --- a/src/libs/Weave/Generated/Weave.Models.BodyFileCreateFileCreatePost.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.BodyFileCreateFileCreatePost.g.cs @@ -60,5 +60,6 @@ public BodyFileCreateFileCreatePost( public BodyFileCreateFileCreatePost() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallBatchEndMode.g.cs b/src/libs/Weave/Generated/Weave.Models.CallBatchEndMode.g.cs index 1a8161d..0c846fb 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallBatchEndMode.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallBatchEndMode.g.cs @@ -51,5 +51,6 @@ public CallBatchEndMode( public CallBatchEndMode() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallBatchStartMode.g.cs b/src/libs/Weave/Generated/Weave.Models.CallBatchStartMode.g.cs index 53951ca..03edc1d 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallBatchStartMode.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallBatchStartMode.g.cs @@ -51,5 +51,6 @@ public CallBatchStartMode( public CallBatchStartMode() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallCreateBatchReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CallCreateBatchReq.g.cs index 669ffaa..f36da4d 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallCreateBatchReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallCreateBatchReq.g.cs @@ -40,5 +40,6 @@ public CallCreateBatchReq( public CallCreateBatchReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallCreateBatchRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallCreateBatchRes.g.cs index a454848..4e25478 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallCreateBatchRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallCreateBatchRes.g.cs @@ -40,5 +40,6 @@ public CallCreateBatchRes( public CallCreateBatchRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallEndReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CallEndReq.g.cs index 3f8e4e8..7a63bf6 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallEndReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallEndReq.g.cs @@ -40,5 +40,6 @@ public CallEndReq( public CallEndReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallEndRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallEndRes.g.cs index d73ca1e..6b445c7 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallEndRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallEndRes.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallEndRes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallMetricSpec.g.cs b/src/libs/Weave/Generated/Weave.Models.CallMetricSpec.g.cs index aa034ff..8a9db23 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallMetricSpec.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallMetricSpec.g.cs @@ -69,5 +69,6 @@ public CallMetricSpec( public CallMetricSpec() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallReadReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CallReadReq.g.cs index 71922e5..65b0907 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallReadReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallReadReq.g.cs @@ -83,5 +83,6 @@ public CallReadReq( public CallReadReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallReadRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallReadRes.g.cs index 610c51d..08e8124 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallReadRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallReadRes.g.cs @@ -39,5 +39,6 @@ public CallReadRes( public CallReadRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallReadResCall.g.cs b/src/libs/Weave/Generated/Weave.Models.CallReadResCall.g.cs index 76944ba..01b10ea 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallReadResCall.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallReadResCall.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallReadResCall /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchema.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchema.g.cs index fbe13cb..f0cec73 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchema.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchema.g.cs @@ -255,5 +255,6 @@ public CallSchema( public CallSchema() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaAttributes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaAttributes.g.cs index ca55772..44b70c7 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaAttributes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaAttributes.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaAttributes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaDeletedAt.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaDeletedAt.g.cs index 2fa2769..baff4ba 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaDeletedAt.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaDeletedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaDeletedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaDisplayName.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaDisplayName.g.cs index b03d9dd..b2b956e 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaDisplayName.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaDisplayName.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaDisplayName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaEndedAt.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaEndedAt.g.cs index c54bf94..41aa2d0 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaEndedAt.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaEndedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaEndedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaException.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaException.g.cs index 7de6aba..01dd6a6 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaException.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaException.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaException /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaExpireAt.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaExpireAt.g.cs index facee0d..1ed07ff 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaExpireAt.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaExpireAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaExpireAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaInputs.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaInputs.g.cs index a4af43c..7028c05 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaInputs.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaInputs.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaInputs /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaOutput.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaOutput.g.cs index ec62384..768b5cc 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaOutput.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaOutput.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaOutput /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaOutput2.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaOutput2.g.cs index b4853e4..c82404d 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaOutput2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaOutput2.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaOutput2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaParentId.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaParentId.g.cs index adcad33..4a08127 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaParentId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaParentId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaParentId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaStorageSizeBytes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaStorageSizeBytes.g.cs index 89cd17f..7216cdf 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaStorageSizeBytes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaStorageSizeBytes.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaStorageSizeBytes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaSummary.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaSummary.g.cs index 50c6ad9..cb549d9 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaSummary.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaSummary.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaSummary /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaThreadId.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaThreadId.g.cs index 902e548..247a37a 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaThreadId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaThreadId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaThreadId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaTotalStorageSizeBytes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaTotalStorageSizeBytes.g.cs index 27c31b3..8f6069e 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaTotalStorageSizeBytes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaTotalStorageSizeBytes.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaTotalStorageSizeBytes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaTurnId.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaTurnId.g.cs index 8047224..6223ceb 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaTurnId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaTurnId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaTurnId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaWbRunId.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaWbRunId.g.cs index 97f6e58..771ae9a 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaWbRunId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaWbRunId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaWbRunId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaWbRunStep.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaWbRunStep.g.cs index 019ee0d..83caa43 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaWbRunStep.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaWbRunStep.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaWbRunStep /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaWbRunStepEnd.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaWbRunStepEnd.g.cs index b7efdfb..dfbb40e 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaWbRunStepEnd.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaWbRunStepEnd.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaWbRunStepEnd /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaWbUserId.g.cs index 07c4f97..7fc4fc4 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallSchemaWbUsername.g.cs b/src/libs/Weave/Generated/Weave.Models.CallSchemaWbUsername.g.cs index 0dcc2a4..91184f2 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallSchemaWbUsername.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallSchemaWbUsername.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallSchemaWbUsername /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallStartReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CallStartReq.g.cs index 152e732..a4d2804 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallStartReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallStartReq.g.cs @@ -40,5 +40,6 @@ public CallStartReq( public CallStartReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallStartRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallStartRes.g.cs index 0b61e38..59417e4 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallStartRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallStartRes.g.cs @@ -50,5 +50,6 @@ public CallStartRes( public CallStartRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallStatsReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CallStatsReq.g.cs index 9da2bf8..1065054 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallStatsReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallStatsReq.g.cs @@ -118,5 +118,6 @@ public CallStatsReq( public CallStatsReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallStatsReqCallMetrics.g.cs b/src/libs/Weave/Generated/Weave.Models.CallStatsReqCallMetrics.g.cs index c75b784..c1ad251 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallStatsReqCallMetrics.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallStatsReqCallMetrics.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallStatsReqCallMetrics /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallStatsReqEnd.g.cs b/src/libs/Weave/Generated/Weave.Models.CallStatsReqEnd.g.cs index 3ea36be..d409bef 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallStatsReqEnd.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallStatsReqEnd.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallStatsReqEnd /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallStatsReqFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.CallStatsReqFilter.g.cs index 0aaa63a..962f4d5 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallStatsReqFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallStatsReqFilter.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallStatsReqFilter /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallStatsReqGranularity.g.cs b/src/libs/Weave/Generated/Weave.Models.CallStatsReqGranularity.g.cs index eab9283..fb2243a 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallStatsReqGranularity.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallStatsReqGranularity.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallStatsReqGranularity /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallStatsReqUsageMetrics.g.cs b/src/libs/Weave/Generated/Weave.Models.CallStatsReqUsageMetrics.g.cs index a3b38dc..966eb21 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallStatsReqUsageMetrics.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallStatsReqUsageMetrics.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallStatsReqUsageMetrics /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallStatsRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallStatsRes.g.cs index 17bf578..4f23a96 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallStatsRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallStatsRes.g.cs @@ -104,5 +104,6 @@ public CallStatsRes( public CallStatsRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallStatsResCallBucket.g.cs b/src/libs/Weave/Generated/Weave.Models.CallStatsResCallBucket.g.cs index 56e2e54..f07e9af 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallStatsResCallBucket.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallStatsResCallBucket.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallStatsResCallBucket /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallStatsResUsageBucket.g.cs b/src/libs/Weave/Generated/Weave.Models.CallStatsResUsageBucket.g.cs index 65fd94d..011c36e 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallStatsResUsageBucket.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallStatsResUsageBucket.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallStatsResUsageBucket /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallUpdateReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CallUpdateReq.g.cs index a89f1a8..951336b 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallUpdateReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallUpdateReq.g.cs @@ -70,5 +70,6 @@ public CallUpdateReq( public CallUpdateReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallUpdateReqDisplayName.g.cs b/src/libs/Weave/Generated/Weave.Models.CallUpdateReqDisplayName.g.cs index a959d22..a37dabe 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallUpdateReqDisplayName.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallUpdateReqDisplayName.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallUpdateReqDisplayName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallUpdateReqWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.CallUpdateReqWbUserId.g.cs index 1d767e6..3e9da53 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallUpdateReqWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallUpdateReqWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallUpdateReqWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallUpdateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallUpdateRes.g.cs index 286f95b..530d0cf 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallUpdateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallUpdateRes.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallUpdateRes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsDeleteReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsDeleteReq.g.cs index aa1e805..db6e03c 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsDeleteReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsDeleteReq.g.cs @@ -61,5 +61,6 @@ public CallsDeleteReq( public CallsDeleteReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsDeleteReqWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsDeleteReqWbUserId.g.cs index e4e130c..7dd379c 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsDeleteReqWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsDeleteReqWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsDeleteReqWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsDeleteRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsDeleteRes.g.cs index 15d4d1d..21e0e67 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsDeleteRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsDeleteRes.g.cs @@ -42,5 +42,6 @@ public CallsDeleteRes( public CallsDeleteRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsFilter.g.cs index e5af3e9..f7bc9fb 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsFilter.g.cs @@ -129,5 +129,6 @@ public CallsFilter( public CallsFilter() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsFilterCallIds.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsFilterCallIds.g.cs index 2374f7c..2a9fc2a 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsFilterCallIds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsFilterCallIds.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsFilterCallIds /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsFilterInputRefs.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsFilterInputRefs.g.cs index 0771e82..f808653 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsFilterInputRefs.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsFilterInputRefs.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsFilterInputRefs /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsFilterOpNames.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsFilterOpNames.g.cs index 06eaa1e..eb8e22f 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsFilterOpNames.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsFilterOpNames.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsFilterOpNames /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsFilterOutputRefs.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsFilterOutputRefs.g.cs index 02de063..06c6427 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsFilterOutputRefs.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsFilterOutputRefs.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsFilterOutputRefs /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsFilterParentIds.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsFilterParentIds.g.cs index 66dfdd6..c4f20c5 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsFilterParentIds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsFilterParentIds.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsFilterParentIds /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsFilterThreadIds.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsFilterThreadIds.g.cs index 93fdcea..7233875 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsFilterThreadIds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsFilterThreadIds.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsFilterThreadIds /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsFilterTraceIds.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsFilterTraceIds.g.cs index 0cf6d72..a84c7ce 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsFilterTraceIds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsFilterTraceIds.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsFilterTraceIds /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsFilterTraceRootsOnly.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsFilterTraceRootsOnly.g.cs index 2661c62..bb08116 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsFilterTraceRootsOnly.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsFilterTraceRootsOnly.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsFilterTraceRootsOnly /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsFilterTurnIds.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsFilterTurnIds.g.cs index a26b116..24644f6 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsFilterTurnIds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsFilterTurnIds.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsFilterTurnIds /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsFilterWbRunIds.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsFilterWbRunIds.g.cs index f4dd858..371710c 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsFilterWbRunIds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsFilterWbRunIds.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsFilterWbRunIds /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsFilterWbUserIds.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsFilterWbUserIds.g.cs index 21b2205..2ad5cbe 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsFilterWbUserIds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsFilterWbUserIds.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsFilterWbUserIds /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryReq.g.cs index 08e5514..c912e8d 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryReq.g.cs @@ -183,5 +183,6 @@ public CallsQueryReq( public CallsQueryReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqColumns.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqColumns.g.cs index efa9283..cadc92d 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqColumns.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqColumns.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsQueryReqColumns /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqExpandColumns.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqExpandColumns.g.cs index d1ffbf0..2e295d7 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqExpandColumns.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqExpandColumns.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsQueryReqExpandColumns /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqFilter.g.cs index f6af1f7..1aaca02 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqFilter.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsQueryReqFilter /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqLimit.g.cs index 53caab0..d1a797d 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsQueryReqLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqOffset.g.cs index 4ad6dfb..1d40d13 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsQueryReqOffset /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqQuery.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqQuery.g.cs index 1f80c6e..12630a7 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqQuery.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqQuery.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsQueryReqQuery /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqSortBy.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqSortBy.g.cs index 57f4643..109099e 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryReqSortBy.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryReqSortBy.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsQueryReqSortBy /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReq.g.cs index 35048a4..782f4fe 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReq.g.cs @@ -89,5 +89,6 @@ public CallsQueryStatsReq( public CallsQueryStatsReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqExpandColumns.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqExpandColumns.g.cs index bfd660b..d0eb1a7 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqExpandColumns.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqExpandColumns.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsQueryStatsReqExpandColumns /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqFilter.g.cs index 806f1aa..4f80c64 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqFilter.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsQueryStatsReqFilter /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqLimit.g.cs index 6fad8b0..8f5f07e 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsQueryStatsReqLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqQuery.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqQuery.g.cs index be18979..e449ff0 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqQuery.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsReqQuery.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsQueryStatsReqQuery /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsRes.g.cs index 27c6e82..c73cac6 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsRes.g.cs @@ -49,5 +49,6 @@ public CallsQueryStatsRes( public CallsQueryStatsRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsResTotalStorageSizeBytes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsResTotalStorageSizeBytes.g.cs index 9c3bfd0..1716ebd 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsResTotalStorageSizeBytes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsResTotalStorageSizeBytes.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsQueryStatsResTotalStorageSizeBytes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryStreamCallsStreamQueryPostResponse.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryStreamCallsStreamQueryPostResponse.g.cs index b828f5f..a5be2bc 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsQueryStreamCallsStreamQueryPostResponse.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryStreamCallsStreamQueryPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsQueryStreamCallsStreamQueryPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsScoreReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsScoreReq.g.cs index 22e4a7f..af931e8 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsScoreReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsScoreReq.g.cs @@ -77,5 +77,6 @@ public CallsScoreReq( public CallsScoreReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsScoreReqWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsScoreReqWbUserId.g.cs index 9408e25..7f8ac15 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsScoreReqWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsScoreReqWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsScoreReqWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsScoreRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsScoreRes.g.cs index 70e60b8..62c1d05 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsScoreRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsScoreRes.g.cs @@ -17,5 +17,6 @@ public sealed partial class CallsScoreRes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsUsageReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsUsageReq.g.cs index 27871fe..f607265 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsUsageReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsUsageReq.g.cs @@ -83,5 +83,6 @@ public CallsUsageReq( public CallsUsageReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsUsageRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsUsageRes.g.cs index 73fe3b2..f381f3a 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsUsageRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsUsageRes.g.cs @@ -48,5 +48,6 @@ public CallsUsageRes( public CallsUsageRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsUsageResCallUsage.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsUsageResCallUsage.g.cs index a6250d2..228f6d9 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsUsageResCallUsage.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsUsageResCallUsage.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsUsageResCallUsage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CallsUsageResCallUsage2.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsUsageResCallUsage2.g.cs index 12f7ad1..5055898 100644 --- a/src/libs/Weave/Generated/Weave.Models.CallsUsageResCallUsage2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CallsUsageResCallUsage2.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallsUsageResCallUsage2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ContainsOperation.g.cs b/src/libs/Weave/Generated/Weave.Models.ContainsOperation.g.cs index 1e568a8..d2bb893 100644 --- a/src/libs/Weave/Generated/Weave.Models.ContainsOperation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ContainsOperation.g.cs @@ -59,5 +59,6 @@ public ContainsOperation( public ContainsOperation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ContainsSpec.g.cs b/src/libs/Weave/Generated/Weave.Models.ContainsSpec.g.cs index fd42a9f..d411b0e 100644 --- a/src/libs/Weave/Generated/Weave.Models.ContainsSpec.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ContainsSpec.g.cs @@ -66,5 +66,6 @@ public ContainsSpec( public ContainsSpec() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ConvertOperation.g.cs b/src/libs/Weave/Generated/Weave.Models.ConvertOperation.g.cs index 1abed73..ccf6d99 100644 --- a/src/libs/Weave/Generated/Weave.Models.ConvertOperation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ConvertOperation.g.cs @@ -55,5 +55,6 @@ public ConvertOperation( public ConvertOperation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ConvertSpec.g.cs b/src/libs/Weave/Generated/Weave.Models.ConvertSpec.g.cs index e707485..04c740b 100644 --- a/src/libs/Weave/Generated/Weave.Models.ConvertSpec.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ConvertSpec.g.cs @@ -54,5 +54,6 @@ public ConvertSpec( public ConvertSpec() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostCreateInput.g.cs b/src/libs/Weave/Generated/Weave.Models.CostCreateInput.g.cs index 35b5464..216b058 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostCreateInput.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostCreateInput.g.cs @@ -120,5 +120,6 @@ public CostCreateInput( public CostCreateInput() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostCreateInputCompletionTokenCostUnit.g.cs b/src/libs/Weave/Generated/Weave.Models.CostCreateInputCompletionTokenCostUnit.g.cs index 70a2c38..370e614 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostCreateInputCompletionTokenCostUnit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostCreateInputCompletionTokenCostUnit.g.cs @@ -15,5 +15,6 @@ public sealed partial class CostCreateInputCompletionTokenCostUnit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostCreateInputEffectiveDate.g.cs b/src/libs/Weave/Generated/Weave.Models.CostCreateInputEffectiveDate.g.cs index 525b48d..af0c5e7 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostCreateInputEffectiveDate.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostCreateInputEffectiveDate.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostCreateInputEffectiveDate /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostCreateInputPromptTokenCostUnit.g.cs b/src/libs/Weave/Generated/Weave.Models.CostCreateInputPromptTokenCostUnit.g.cs index 98276e2..75ece53 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostCreateInputPromptTokenCostUnit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostCreateInputPromptTokenCostUnit.g.cs @@ -15,5 +15,6 @@ public sealed partial class CostCreateInputPromptTokenCostUnit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostCreateInputProviderId.g.cs b/src/libs/Weave/Generated/Weave.Models.CostCreateInputProviderId.g.cs index 01fa186..4896218 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostCreateInputProviderId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostCreateInputProviderId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostCreateInputProviderId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostCreateReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CostCreateReq.g.cs index 045cdd7..636d1ef 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostCreateReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostCreateReq.g.cs @@ -61,5 +61,6 @@ public CostCreateReq( public CostCreateReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostCreateReqCosts.g.cs b/src/libs/Weave/Generated/Weave.Models.CostCreateReqCosts.g.cs index 7564372..7fed793 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostCreateReqCosts.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostCreateReqCosts.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostCreateReqCosts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostCreateReqWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.CostCreateReqWbUserId.g.cs index a838d15..5d03c6e 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostCreateReqWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostCreateReqWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostCreateReqWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CostCreateRes.g.cs index b925afd..d227e87 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostCreateRes.g.cs @@ -40,5 +40,6 @@ public CostCreateRes( public CostCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostPurgeReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CostPurgeReq.g.cs index 75c3f2b..938d403 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostPurgeReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostPurgeReq.g.cs @@ -50,5 +50,6 @@ public CostPurgeReq( public CostPurgeReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostPurgeRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CostPurgeRes.g.cs index d0eca22..4079746 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostPurgeRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostPurgeRes.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostPurgeRes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryOutput.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryOutput.g.cs index 98faa18..b85a629 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryOutput.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryOutput.g.cs @@ -102,5 +102,6 @@ public CostQueryOutput( public CostQueryOutput() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputCompletionTokenCost.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputCompletionTokenCost.g.cs index 61febee..228f2f5 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputCompletionTokenCost.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputCompletionTokenCost.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostQueryOutputCompletionTokenCost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputCompletionTokenCostUnit.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputCompletionTokenCostUnit.g.cs index 9d6aee3..e3bbf6b 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputCompletionTokenCostUnit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputCompletionTokenCostUnit.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostQueryOutputCompletionTokenCostUnit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputEffectiveDate.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputEffectiveDate.g.cs index 84f3453..aabe2f7 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputEffectiveDate.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputEffectiveDate.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostQueryOutputEffectiveDate /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputId.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputId.g.cs index 01c3996..5ffdbe0 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostQueryOutputId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputLlmId.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputLlmId.g.cs index 4f854a7..5d6468b 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputLlmId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputLlmId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostQueryOutputLlmId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputPromptTokenCost.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputPromptTokenCost.g.cs index 8a06f36..46548d3 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputPromptTokenCost.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputPromptTokenCost.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostQueryOutputPromptTokenCost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputPromptTokenCostUnit.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputPromptTokenCostUnit.g.cs index f4c0c98..b96eb0e 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputPromptTokenCostUnit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputPromptTokenCostUnit.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostQueryOutputPromptTokenCostUnit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputProviderId.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputProviderId.g.cs index 6f636b1..71f5947 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryOutputProviderId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryOutputProviderId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostQueryOutputProviderId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryReq.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryReq.g.cs index 26f35b6..58334a9 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryReq.g.cs @@ -85,5 +85,6 @@ public CostQueryReq( public CostQueryReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryReqFields.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryReqFields.g.cs index 10bfdba..4d274f5 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryReqFields.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryReqFields.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostQueryReqFields /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryReqLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryReqLimit.g.cs index 71edb4a..428f6e3 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryReqLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryReqLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostQueryReqLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryReqOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryReqOffset.g.cs index 55ad116..c3ad49f 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryReqOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryReqOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostQueryReqOffset /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryReqQuery.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryReqQuery.g.cs index 8b54498..3ecc5d9 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryReqQuery.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryReqQuery.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostQueryReqQuery /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryReqSortBy.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryReqSortBy.g.cs index 88a5bff..03aa12c 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryReqSortBy.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryReqSortBy.g.cs @@ -14,5 +14,6 @@ public sealed partial class CostQueryReqSortBy /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CostQueryRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CostQueryRes.g.cs index d6c551c..174b2be 100644 --- a/src/libs/Weave/Generated/Weave.Models.CostQueryRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CostQueryRes.g.cs @@ -40,5 +40,6 @@ public CostQueryRes( public CostQueryRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CreateAndLinkPayload.g.cs b/src/libs/Weave/Generated/Weave.Models.CreateAndLinkPayload.g.cs index 9c5d8df..db303e6 100644 --- a/src/libs/Weave/Generated/Weave.Models.CreateAndLinkPayload.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CreateAndLinkPayload.g.cs @@ -61,5 +61,6 @@ public CreateAndLinkPayload( public CreateAndLinkPayload() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CreateAndLinkTarget.g.cs b/src/libs/Weave/Generated/Weave.Models.CreateAndLinkTarget.g.cs index 02b8692..d14e133 100644 --- a/src/libs/Weave/Generated/Weave.Models.CreateAndLinkTarget.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CreateAndLinkTarget.g.cs @@ -60,5 +60,6 @@ public CreateAndLinkTarget( public CreateAndLinkTarget() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CreateAndLinkWeaveAssetRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CreateAndLinkWeaveAssetRes.g.cs index 1f3ef82..0d84f72 100644 --- a/src/libs/Weave/Generated/Weave.Models.CreateAndLinkWeaveAssetRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CreateAndLinkWeaveAssetRes.g.cs @@ -39,5 +39,6 @@ public CreateAndLinkWeaveAssetRes( public CreateAndLinkWeaveAssetRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.CreateAndLinkWeaveAssetResVersionIndex.g.cs b/src/libs/Weave/Generated/Weave.Models.CreateAndLinkWeaveAssetResVersionIndex.g.cs index 4da8206..8c226dd 100644 --- a/src/libs/Weave/Generated/Weave.Models.CreateAndLinkWeaveAssetResVersionIndex.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.CreateAndLinkWeaveAssetResVersionIndex.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreateAndLinkWeaveAssetResVersionIndex /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.Datacenter.g.cs b/src/libs/Weave/Generated/Weave.Models.Datacenter.g.cs index 73ce5a4..04b10f9 100644 --- a/src/libs/Weave/Generated/Weave.Models.Datacenter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.Datacenter.g.cs @@ -40,5 +40,6 @@ public Datacenter( public Datacenter() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.DatasetCreateBody.g.cs b/src/libs/Weave/Generated/Weave.Models.DatasetCreateBody.g.cs index 7a66599..455b4f5 100644 --- a/src/libs/Weave/Generated/Weave.Models.DatasetCreateBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.DatasetCreateBody.g.cs @@ -64,5 +64,6 @@ public DatasetCreateBody( public DatasetCreateBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.DatasetCreateBodyDescription.g.cs b/src/libs/Weave/Generated/Weave.Models.DatasetCreateBodyDescription.g.cs index a1c0e3f..f9bf9a6 100644 --- a/src/libs/Weave/Generated/Weave.Models.DatasetCreateBodyDescription.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.DatasetCreateBodyDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class DatasetCreateBodyDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.DatasetCreateBodyName.g.cs b/src/libs/Weave/Generated/Weave.Models.DatasetCreateBodyName.g.cs index b19f640..5825531 100644 --- a/src/libs/Weave/Generated/Weave.Models.DatasetCreateBodyName.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.DatasetCreateBodyName.g.cs @@ -14,5 +14,6 @@ public sealed partial class DatasetCreateBodyName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.DatasetCreateBodyRow.g.cs b/src/libs/Weave/Generated/Weave.Models.DatasetCreateBodyRow.g.cs index ffc5120..8fb41c8 100644 --- a/src/libs/Weave/Generated/Weave.Models.DatasetCreateBodyRow.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.DatasetCreateBodyRow.g.cs @@ -14,5 +14,6 @@ public sealed partial class DatasetCreateBodyRow /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.DatasetCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.DatasetCreateRes.g.cs index 560b12e..a57d689 100644 --- a/src/libs/Weave/Generated/Weave.Models.DatasetCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.DatasetCreateRes.g.cs @@ -66,5 +66,6 @@ public DatasetCreateRes( public DatasetCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.DatasetDeleteRes.g.cs b/src/libs/Weave/Generated/Weave.Models.DatasetDeleteRes.g.cs index 496d450..67a7a71 100644 --- a/src/libs/Weave/Generated/Weave.Models.DatasetDeleteRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.DatasetDeleteRes.g.cs @@ -42,5 +42,6 @@ public DatasetDeleteRes( public DatasetDeleteRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.DatasetDeleteV2EntityProjectDatasetsObjectIdDeleteDigests.g.cs b/src/libs/Weave/Generated/Weave.Models.DatasetDeleteV2EntityProjectDatasetsObjectIdDeleteDigests.g.cs index e0beb84..42fdf65 100644 --- a/src/libs/Weave/Generated/Weave.Models.DatasetDeleteV2EntityProjectDatasetsObjectIdDeleteDigests.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.DatasetDeleteV2EntityProjectDatasetsObjectIdDeleteDigests.g.cs @@ -14,5 +14,6 @@ public sealed partial class DatasetDeleteV2EntityProjectDatasetsObjectIdDeleteDi /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.DatasetListV2EntityProjectDatasetsGetLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.DatasetListV2EntityProjectDatasetsGetLimit.g.cs index 48d8cca..3474429 100644 --- a/src/libs/Weave/Generated/Weave.Models.DatasetListV2EntityProjectDatasetsGetLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.DatasetListV2EntityProjectDatasetsGetLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class DatasetListV2EntityProjectDatasetsGetLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.DatasetListV2EntityProjectDatasetsGetOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.DatasetListV2EntityProjectDatasetsGetOffset.g.cs index addc70b..7562b53 100644 --- a/src/libs/Weave/Generated/Weave.Models.DatasetListV2EntityProjectDatasetsGetOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.DatasetListV2EntityProjectDatasetsGetOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class DatasetListV2EntityProjectDatasetsGetOffset /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.DatasetListV2EntityProjectDatasetsGetResponse.g.cs b/src/libs/Weave/Generated/Weave.Models.DatasetListV2EntityProjectDatasetsGetResponse.g.cs index 6942174..0b35fd5 100644 --- a/src/libs/Weave/Generated/Weave.Models.DatasetListV2EntityProjectDatasetsGetResponse.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.DatasetListV2EntityProjectDatasetsGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class DatasetListV2EntityProjectDatasetsGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.DatasetReadRes.g.cs b/src/libs/Weave/Generated/Weave.Models.DatasetReadRes.g.cs index 6a85d91..aa696e1 100644 --- a/src/libs/Weave/Generated/Weave.Models.DatasetReadRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.DatasetReadRes.g.cs @@ -113,5 +113,6 @@ public DatasetReadRes( public DatasetReadRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.DatasetReadResDescription.g.cs b/src/libs/Weave/Generated/Weave.Models.DatasetReadResDescription.g.cs index f4227a2..8b7091f 100644 --- a/src/libs/Weave/Generated/Weave.Models.DatasetReadResDescription.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.DatasetReadResDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class DatasetReadResDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsert.g.cs b/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsert.g.cs index 3b739c8..6f1c646 100644 --- a/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsert.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsert.g.cs @@ -97,5 +97,6 @@ public EndedCallSchemaForInsert( public EndedCallSchemaForInsert() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertException.g.cs b/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertException.g.cs index 5c9304e..2d4ec45 100644 --- a/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertException.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertException.g.cs @@ -14,5 +14,6 @@ public sealed partial class EndedCallSchemaForInsertException /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertOutput.g.cs b/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertOutput.g.cs index 8221ef3..56589b4 100644 --- a/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertOutput.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertOutput.g.cs @@ -14,5 +14,6 @@ public sealed partial class EndedCallSchemaForInsertOutput /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertOutput2.g.cs b/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertOutput2.g.cs index fe622de..5c31c2a 100644 --- a/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertOutput2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertOutput2.g.cs @@ -14,5 +14,6 @@ public sealed partial class EndedCallSchemaForInsertOutput2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertWbRunStepEnd.g.cs b/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertWbRunStepEnd.g.cs index 504b86c..eecc968 100644 --- a/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertWbRunStepEnd.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EndedCallSchemaForInsertWbRunStepEnd.g.cs @@ -14,5 +14,6 @@ public sealed partial class EndedCallSchemaForInsertWbRunStepEnd /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EqOperation.g.cs b/src/libs/Weave/Generated/Weave.Models.EqOperation.g.cs index bf22031..5eb822a 100644 --- a/src/libs/Weave/Generated/Weave.Models.EqOperation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EqOperation.g.cs @@ -46,5 +46,6 @@ public EqOperation( public EqOperation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummary.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummary.g.cs index 80e93a7..df300d1 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummary.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummary.g.cs @@ -105,5 +105,6 @@ public EvalResultsEvaluationSummary( public EvalResultsEvaluationSummary() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryDisplayName.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryDisplayName.g.cs index 7c5b514..bde00df 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryDisplayName.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryDisplayName.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsEvaluationSummaryDisplayName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryEvaluationRef.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryEvaluationRef.g.cs index 0ccc5ed..72fa67e 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryEvaluationRef.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryEvaluationRef.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsEvaluationSummaryEvaluationRef /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryModelRef.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryModelRef.g.cs index 2dd0dbf..3a3f528 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryModelRef.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryModelRef.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsEvaluationSummaryModelRef /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryStartedAt.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryStartedAt.g.cs index e7989dc..6433fa9 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryStartedAt.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryStartedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsEvaluationSummaryStartedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryTraceId.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryTraceId.g.cs index e1eea71..94e0f06 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryTraceId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsEvaluationSummaryTraceId.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsEvaluationSummaryTraceId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsFilter.g.cs index 00dafe1..d75f62f 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsFilter.g.cs @@ -53,5 +53,6 @@ public EvalResultsFilter( public EvalResultsFilter() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsFilterEvaluationCallId.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsFilterEvaluationCallId.g.cs index b7ef423..86f54ac 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsFilterEvaluationCallId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsFilterEvaluationCallId.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsFilterEvaluationCallId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBody.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBody.g.cs index 6611f65..5d71767 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBody.g.cs @@ -187,5 +187,6 @@ public EvalResultsQueryBody( public EvalResultsQueryBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyEvaluationCallIds.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyEvaluationCallIds.g.cs index 2f46034..5d2dbd0 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyEvaluationCallIds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyEvaluationCallIds.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsQueryBodyEvaluationCallIds /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyEvaluationRunIds.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyEvaluationRunIds.g.cs index 92c3763..3dbf9d9 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyEvaluationRunIds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyEvaluationRunIds.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsQueryBodyEvaluationRunIds /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyFilters.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyFilters.g.cs index 7595b1f..97483b6 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyFilters.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyFilters.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsQueryBodyFilters /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyLimit.g.cs index ebd0c23..8527002 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodyLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsQueryBodyLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodySortBy.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodySortBy.g.cs index 2d36ed4..0f8cefa 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodySortBy.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodySortBy.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsQueryBodySortBy /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodySummaryRequireIntersection.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodySummaryRequireIntersection.g.cs index bd2bb3a..235f111 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodySummaryRequireIntersection.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryBodySummaryRequireIntersection.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsQueryBodySummaryRequireIntersection /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryRes.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryRes.g.cs index feeb29a..e843af9 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryRes.g.cs @@ -70,5 +70,6 @@ public EvalResultsQueryRes( public EvalResultsQueryRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryResSummary.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryResSummary.g.cs index d4708ea..6ca699f 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryResSummary.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsQueryResSummary.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsQueryResSummary /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsRow.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsRow.g.cs index d0c177c..d1133e7 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsRow.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsRow.g.cs @@ -58,5 +58,6 @@ public EvalResultsRow( public EvalResultsRow() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsRowEvaluation.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsRowEvaluation.g.cs index 19d3e18..1702e84 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsRowEvaluation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsRowEvaluation.g.cs @@ -49,5 +49,6 @@ public EvalResultsRowEvaluation( public EvalResultsRowEvaluation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsRowRawDataRow.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsRowRawDataRow.g.cs index df3dcd2..fc361da 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsRowRawDataRow.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsRowRawDataRow.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsRowRawDataRow /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsRowRawDataRow2.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsRowRawDataRow2.g.cs index 7ae437d..ad7fc61 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsRowRawDataRow2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsRowRawDataRow2.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsRowRawDataRow2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStats.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStats.g.cs index afee5c2..80434a1 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStats.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStats.g.cs @@ -133,5 +133,6 @@ public EvalResultsScorerStats( public EvalResultsScorerStats() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsNumericMean.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsNumericMean.g.cs index 02ee971..8b8ff0a 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsNumericMean.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsNumericMean.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsScorerStatsNumericMean /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsPassRate.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsPassRate.g.cs index f9713ad..f7337c5 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsPassRate.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsPassRate.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsScorerStatsPassRate /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsPassSignalCoverage.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsPassSignalCoverage.g.cs index 6b44a3f..759b590 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsPassSignalCoverage.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsPassSignalCoverage.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsScorerStatsPassSignalCoverage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsPath.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsPath.g.cs index 8a3bad4..cbc94bb 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsPath.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsPath.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsScorerStatsPath /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsValueType.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsValueType.g.cs index c91fafa..518911c 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsValueType.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsScorerStatsValueType.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsScorerStatsValueType /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsSortBy.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsSortBy.g.cs index 60a49bd..e212ce2 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsSortBy.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsSortBy.g.cs @@ -76,5 +76,6 @@ public EvalResultsSortBy( public EvalResultsSortBy() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsSortByEvaluationCallId.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsSortByEvaluationCallId.g.cs index 4b7d1be..48e402e 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsSortByEvaluationCallId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsSortByEvaluationCallId.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsSortByEvaluationCallId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsSummaryRes.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsSummaryRes.g.cs index 3a21ed4..57fd08e 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsSummaryRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsSummaryRes.g.cs @@ -50,5 +50,6 @@ public EvalResultsSummaryRes( public EvalResultsSummaryRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrial.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrial.g.cs index a347341..b7aa12a 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrial.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrial.g.cs @@ -94,5 +94,6 @@ public EvalResultsTrial( public EvalResultsTrial() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialModelLatencySeconds.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialModelLatencySeconds.g.cs index 54c5871..e1201fe 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialModelLatencySeconds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialModelLatencySeconds.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsTrialModelLatencySeconds /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialModelOutput.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialModelOutput.g.cs index 5964d83..0ffd72d 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialModelOutput.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialModelOutput.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsTrialModelOutput /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialModelOutput2.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialModelOutput2.g.cs index e833ac1..7a320f4 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialModelOutput2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialModelOutput2.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsTrialModelOutput2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialPredictCallId.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialPredictCallId.g.cs index 1b78873..524f2bb 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialPredictCallId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialPredictCallId.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsTrialPredictCallId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialScorerCallIds.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialScorerCallIds.g.cs index e12f52f..b6cba70 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialScorerCallIds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialScorerCallIds.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsTrialScorerCallIds /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialScores.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialScores.g.cs index 5be949e..a60ead2 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialScores.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialScores.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsTrialScores /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialTotalTokens.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialTotalTokens.g.cs index a69e7a1..c56d28e 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialTotalTokens.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrialTotalTokens.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvalResultsTrialTotalTokens /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluateModelReq.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluateModelReq.g.cs index 77fc579..8e2553b 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluateModelReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluateModelReq.g.cs @@ -71,5 +71,6 @@ public EvaluateModelReq( public EvaluateModelReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluateModelReqWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluateModelReqWbUserId.g.cs index 136237b..5ef2871 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluateModelReqWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluateModelReqWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluateModelReqWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluateModelRes.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluateModelRes.g.cs index 8d2b1b3..89b9c84 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluateModelRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluateModelRes.g.cs @@ -40,5 +40,6 @@ public EvaluateModelRes( public EvaluateModelRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBody.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBody.g.cs index 7c893d3..ab1281b 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBody.g.cs @@ -111,5 +111,6 @@ public EvaluationCreateBody( public EvaluationCreateBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyDescription.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyDescription.g.cs index 77298f4..53a485f 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyDescription.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationCreateBodyDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyEvalAttributes.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyEvalAttributes.g.cs index 3cc5e4e..33e7ad7 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyEvalAttributes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyEvalAttributes.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationCreateBodyEvalAttributes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyEvalAttributes2.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyEvalAttributes2.g.cs index 1a0de3a..2227e3b 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyEvalAttributes2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyEvalAttributes2.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationCreateBodyEvalAttributes2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyEvaluationName.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyEvaluationName.g.cs index 3979fa1..df029d4 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyEvaluationName.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyEvaluationName.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationCreateBodyEvaluationName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyScorers.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyScorers.g.cs index 349fb9b..2ec699c 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyScorers.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateBodyScorers.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationCreateBodyScorers /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateRes.g.cs index ddcadac..7965a8a 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationCreateRes.g.cs @@ -78,5 +78,6 @@ public EvaluationCreateRes( public EvaluationCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationDeleteRes.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationDeleteRes.g.cs index fadda88..1bc4ec6 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationDeleteRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationDeleteRes.g.cs @@ -42,5 +42,6 @@ public EvaluationDeleteRes( public EvaluationDeleteRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationDeleteV2EntityProjectEvaluationsObjectIdDeleteDigests.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationDeleteV2EntityProjectEvaluationsObjectIdDeleteDigests.g.cs index 8f91548..8df51a7 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationDeleteV2EntityProjectEvaluationsObjectIdDeleteDigests.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationDeleteV2EntityProjectEvaluationsObjectIdDeleteDigests.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationDeleteV2EntityProjectEvaluationsObjectIdDe /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationListV2EntityProjectEvaluationsGetResponse.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationListV2EntityProjectEvaluationsGetResponse.g.cs index 4591608..bddfe78 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationListV2EntityProjectEvaluationsGetResponse.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationListV2EntityProjectEvaluationsGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationListV2EntityProjectEvaluationsGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationReadRes.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationReadRes.g.cs index a0612e5..71dd66d 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationReadRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationReadRes.g.cs @@ -181,5 +181,6 @@ public EvaluationReadRes( public EvaluationReadRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationReadResDescription.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationReadResDescription.g.cs index 0c5a78d..9f3d542 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationReadResDescription.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationReadResDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationReadResDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationReadResEvaluateOp.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationReadResEvaluateOp.g.cs index 0d565be..cd97846 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationReadResEvaluateOp.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationReadResEvaluateOp.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationReadResEvaluateOp /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationReadResEvaluationName.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationReadResEvaluationName.g.cs index ebdb31e..d2ce117 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationReadResEvaluationName.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationReadResEvaluationName.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationReadResEvaluationName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationReadResPredictAndScoreOp.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationReadResPredictAndScoreOp.g.cs index 4ab99cb..4e4fb41 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationReadResPredictAndScoreOp.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationReadResPredictAndScoreOp.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationReadResPredictAndScoreOp /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationReadResSummarizeOp.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationReadResSummarizeOp.g.cs index 4cb5384..4bfb28a 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationReadResSummarizeOp.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationReadResSummarizeOp.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationReadResSummarizeOp /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunCreateBody.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunCreateBody.g.cs index d365197..4f9e5ac 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunCreateBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunCreateBody.g.cs @@ -54,5 +54,6 @@ public EvaluationRunCreateBody( public EvaluationRunCreateBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunCreateRes.g.cs index 077812b..42ec9ed 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunCreateRes.g.cs @@ -42,5 +42,6 @@ public EvaluationRunCreateRes( public EvaluationRunCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunDeleteRes.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunDeleteRes.g.cs index 6837cb9..fb2bd0b 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunDeleteRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunDeleteRes.g.cs @@ -42,5 +42,6 @@ public EvaluationRunDeleteRes( public EvaluationRunDeleteRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishBody.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishBody.g.cs index 27b74b0..018c673 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishBody.g.cs @@ -42,5 +42,6 @@ public EvaluationRunFinishBody( public EvaluationRunFinishBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishBodySummary.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishBodySummary.g.cs index 64d62f6..46f24df 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishBodySummary.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishBodySummary.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationRunFinishBodySummary /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishBodySummary2.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishBodySummary2.g.cs index bdf849c..86ab9e1 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishBodySummary2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishBodySummary2.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationRunFinishBodySummary2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishRes.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishRes.g.cs index 849c1be..783ec39 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunFinishRes.g.cs @@ -42,5 +42,6 @@ public EvaluationRunFinishRes( public EvaluationRunFinishRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetEvaluationRunIds.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetEvaluationRunIds.g.cs index 315f3f5..a2c8933 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetEvaluationRunIds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetEvaluationRunIds.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationRunListV2EntityProjectEvaluationRunsGetEva /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetEvaluations.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetEvaluations.g.cs index 4a7694e..b4b258e 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetEvaluations.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetEvaluations.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationRunListV2EntityProjectEvaluationRunsGetEva /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetLimit.g.cs index 4ff6a73..4a39568 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationRunListV2EntityProjectEvaluationRunsGetLim /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetModels.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetModels.g.cs index 6f0f6ed..c3e7c5a 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetModels.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetModels.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationRunListV2EntityProjectEvaluationRunsGetMod /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetOffset.g.cs index 6714091..6316ec7 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunListV2EntityProjectEvaluationRunsGetOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationRunListV2EntityProjectEvaluationRunsGetOff /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadRes.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadRes.g.cs index 95286f2..fbf352e 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadRes.g.cs @@ -110,5 +110,6 @@ public EvaluationRunReadRes( public EvaluationRunReadRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResFinishedAt.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResFinishedAt.g.cs index a633aa7..6b6c5dc 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResFinishedAt.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResFinishedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationRunReadResFinishedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResStartedAt.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResStartedAt.g.cs index 13b7565..232b9d1 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResStartedAt.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResStartedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationRunReadResStartedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResStatus.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResStatus.g.cs index 5995ad6..5571d87 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResStatus.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResStatus.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationRunReadResStatus /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResSummary.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResSummary.g.cs index 8a84ab7..b33cd82 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResSummary.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResSummary.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationRunReadResSummary /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResSummary2.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResSummary2.g.cs index 321547f..136f89a 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResSummary2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationRunReadResSummary2.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationRunReadResSummary2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusComplete.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusComplete.g.cs index d12aebd..59e8d76 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusComplete.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusComplete.g.cs @@ -51,5 +51,6 @@ public EvaluationStatusComplete( public EvaluationStatusComplete() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusCompleteOutput.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusCompleteOutput.g.cs index 7c3f986..4e2b0f2 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusCompleteOutput.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusCompleteOutput.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationStatusCompleteOutput /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusFailed.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusFailed.g.cs index 2ff5f02..87e85b6 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusFailed.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusFailed.g.cs @@ -50,5 +50,6 @@ public EvaluationStatusFailed( public EvaluationStatusFailed() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusFailedError.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusFailedError.g.cs index ed01af1..526e068 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusFailedError.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusFailedError.g.cs @@ -14,5 +14,6 @@ public sealed partial class EvaluationStatusFailedError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusNotFound.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusNotFound.g.cs index ac36791..3632f0a 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusNotFound.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusNotFound.g.cs @@ -41,5 +41,6 @@ public EvaluationStatusNotFound( public EvaluationStatusNotFound() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusReq.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusReq.g.cs index 2ad0027..2786109 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusReq.g.cs @@ -50,5 +50,6 @@ public EvaluationStatusReq( public EvaluationStatusReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusRes.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusRes.g.cs index 61762a5..d0e5d70 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusRes.g.cs @@ -41,5 +41,6 @@ public EvaluationStatusRes( public EvaluationStatusRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusRunning.g.cs b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusRunning.g.cs index 3ff1c68..af7d2b8 100644 --- a/src/libs/Weave/Generated/Weave.Models.EvaluationStatusRunning.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.EvaluationStatusRunning.g.cs @@ -61,5 +61,6 @@ public EvaluationStatusRunning( public EvaluationStatusRunning() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ExportTraceOtelV1TracesPostResponse.g.cs b/src/libs/Weave/Generated/Weave.Models.ExportTraceOtelV1TracesPostResponse.g.cs index 134be4c..77d0aac 100644 --- a/src/libs/Weave/Generated/Weave.Models.ExportTraceOtelV1TracesPostResponse.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ExportTraceOtelV1TracesPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ExportTraceOtelV1TracesPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateBatchReq.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateBatchReq.g.cs index 8e8ef5e..0d1eec9 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateBatchReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateBatchReq.g.cs @@ -40,5 +40,6 @@ public FeedbackCreateBatchReq( public FeedbackCreateBatchReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateBatchRes.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateBatchRes.g.cs index 4dbcfab..526b64e 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateBatchRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateBatchRes.g.cs @@ -40,5 +40,6 @@ public FeedbackCreateBatchRes( public FeedbackCreateBatchRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReq.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReq.g.cs index d19cc6a..0040f9c 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReq.g.cs @@ -148,5 +148,6 @@ public FeedbackCreateReq( public FeedbackCreateReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqAnnotationRef.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqAnnotationRef.g.cs index 9e1df97..e7dc6da 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqAnnotationRef.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqAnnotationRef.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackCreateReqAnnotationRef /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqCallRef.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqCallRef.g.cs index c3dcf97..a254094 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqCallRef.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqCallRef.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackCreateReqCallRef /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqCreator.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqCreator.g.cs index 565cb3c..d8f8b85 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqCreator.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqCreator.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackCreateReqCreator /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqId.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqId.g.cs index f657fba..a06e32e 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqId.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackCreateReqId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqPayload.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqPayload.g.cs index 984402e..5a81c2c 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqPayload.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqPayload.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackCreateReqPayload /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqQueueId.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqQueueId.g.cs index 4fdd5ee..4df19ad 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqQueueId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqQueueId.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackCreateReqQueueId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqRunnableRef.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqRunnableRef.g.cs index 7e005f1..f22279f 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqRunnableRef.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqRunnableRef.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackCreateReqRunnableRef /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqTriggerRef.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqTriggerRef.g.cs index 0df6b46..4dc3efb 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqTriggerRef.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqTriggerRef.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackCreateReqTriggerRef /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqWbUserId.g.cs index 2ed91e4..15e4563 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateReqWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackCreateReqWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateRes.g.cs index 5ac74d2..0091161 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateRes.g.cs @@ -70,5 +70,6 @@ public FeedbackCreateRes( public FeedbackCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateResPayload.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateResPayload.g.cs index d9f2a32..30c279b 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackCreateResPayload.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackCreateResPayload.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackCreateResPayload /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackMetricSpec.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackMetricSpec.g.cs index d6df8ed..debbe3d 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackMetricSpec.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackMetricSpec.g.cs @@ -78,5 +78,6 @@ public FeedbackMetricSpec( public FeedbackMetricSpec() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadPath.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadPath.g.cs index 27f3701..28f62cd 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadPath.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadPath.g.cs @@ -56,5 +56,6 @@ public FeedbackPayloadPath( public FeedbackPayloadPath() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReq.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReq.g.cs index 58e7808..1a2531c 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReq.g.cs @@ -98,5 +98,6 @@ public FeedbackPayloadSchemaReq( public FeedbackPayloadSchemaReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReqEnd.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReqEnd.g.cs index c877209..3582f5d 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReqEnd.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReqEnd.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackPayloadSchemaReqEnd /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReqFeedbackType.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReqFeedbackType.g.cs index 7d11618..6a85653 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReqFeedbackType.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReqFeedbackType.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackPayloadSchemaReqFeedbackType /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReqTriggerRef.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReqTriggerRef.g.cs index d7b72ea..82dbd08 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReqTriggerRef.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaReqTriggerRef.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackPayloadSchemaReqTriggerRef /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaRes.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaRes.g.cs index 0c7e475..2f63775 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackPayloadSchemaRes.g.cs @@ -41,5 +41,6 @@ public FeedbackPayloadSchemaRes( public FeedbackPayloadSchemaRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackPurgeReq.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackPurgeReq.g.cs index 66a0d11..58b645f 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackPurgeReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackPurgeReq.g.cs @@ -50,5 +50,6 @@ public FeedbackPurgeReq( public FeedbackPurgeReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackPurgeRes.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackPurgeRes.g.cs index 17c94d4..d9d4d53 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackPurgeRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackPurgeRes.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackPurgeRes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReq.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReq.g.cs index a879d56..b3f7e1d 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReq.g.cs @@ -85,5 +85,6 @@ public FeedbackQueryReq( public FeedbackQueryReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqFields.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqFields.g.cs index e7e1871..090640a 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqFields.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqFields.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackQueryReqFields /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqLimit.g.cs index f6e08be..b5f564c 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackQueryReqLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqOffset.g.cs index 3e2df2b..2e21916 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackQueryReqOffset /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqQuery.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqQuery.g.cs index 27c159e..0e688df 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqQuery.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqQuery.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackQueryReqQuery /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqSortBy.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqSortBy.g.cs index a7db5c7..1d8cb08 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqSortBy.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryReqSortBy.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackQueryReqSortBy /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryRes.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryRes.g.cs index 151d5ab..f5d42ab 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryRes.g.cs @@ -40,5 +40,6 @@ public FeedbackQueryRes( public FeedbackQueryRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryResResultItem.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryResResultItem.g.cs index fd5df68..ac6432f 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackQueryResResultItem.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackQueryResResultItem.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackQueryResResultItem /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReq.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReq.g.cs index bec6cf0..846684a 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReq.g.cs @@ -158,5 +158,6 @@ public FeedbackReplaceReq( public FeedbackReplaceReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqAnnotationRef.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqAnnotationRef.g.cs index e0f0be8..fe106aa 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqAnnotationRef.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqAnnotationRef.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackReplaceReqAnnotationRef /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqCallRef.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqCallRef.g.cs index 23f23bb..91ae81b 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqCallRef.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqCallRef.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackReplaceReqCallRef /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqCreator.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqCreator.g.cs index 6215a19..1b14849 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqCreator.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqCreator.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackReplaceReqCreator /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqId.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqId.g.cs index 00fbd89..2adb77a 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqId.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackReplaceReqId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqPayload.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqPayload.g.cs index 481a411..191d13b 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqPayload.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqPayload.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackReplaceReqPayload /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqQueueId.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqQueueId.g.cs index 934bc74..be63939 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqQueueId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqQueueId.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackReplaceReqQueueId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqRunnableRef.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqRunnableRef.g.cs index 05d4af6..e6e295f 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqRunnableRef.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqRunnableRef.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackReplaceReqRunnableRef /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqTriggerRef.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqTriggerRef.g.cs index e4011bd..47a095f 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqTriggerRef.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqTriggerRef.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackReplaceReqTriggerRef /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqWbUserId.g.cs index 920da29..072aa01 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceReqWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackReplaceReqWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceRes.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceRes.g.cs index 8e8653b..d734e72 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceRes.g.cs @@ -70,5 +70,6 @@ public FeedbackReplaceRes( public FeedbackReplaceRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceResPayload.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceResPayload.g.cs index a73f1e0..787bf06 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceResPayload.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackReplaceResPayload.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackReplaceResPayload /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReq.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReq.g.cs index 1291413..ea0881a 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReq.g.cs @@ -120,5 +120,6 @@ public FeedbackStatsReq( public FeedbackStatsReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqEnd.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqEnd.g.cs index 08912d5..6ac3c33 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqEnd.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqEnd.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackStatsReqEnd /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqFeedbackType.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqFeedbackType.g.cs index b1db0ac..d5678b7 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqFeedbackType.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqFeedbackType.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackStatsReqFeedbackType /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqGranularity.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqGranularity.g.cs index 24065cb..37208c1 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqGranularity.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqGranularity.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackStatsReqGranularity /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqTriggerRef.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqTriggerRef.g.cs index 7127017..f5a49f7 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqTriggerRef.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsReqTriggerRef.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackStatsReqTriggerRef /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsRes.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsRes.g.cs index cb654f6..34448bf 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsRes.g.cs @@ -100,5 +100,6 @@ public FeedbackStatsRes( public FeedbackStatsRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResBucket.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResBucket.g.cs index cac482f..c03f8b0 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResBucket.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResBucket.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackStatsResBucket /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats.g.cs index 182e4a5..82670f8 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackStatsResWindowStats /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats2.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats2.g.cs index 0977c02..f7353e7 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats2.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackStatsResWindowStats2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats3.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats3.g.cs index fdb0e14..50bf5ce 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats3.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats3.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackStatsResWindowStats3 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats4.g.cs b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats4.g.cs index 13f30cc..bf545ec 100644 --- a/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats4.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FeedbackStatsResWindowStats4.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackStatsResWindowStats4 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FileContentFileContentPostResponse.g.cs b/src/libs/Weave/Generated/Weave.Models.FileContentFileContentPostResponse.g.cs index 6a56527..e5c4e9e 100644 --- a/src/libs/Weave/Generated/Weave.Models.FileContentFileContentPostResponse.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FileContentFileContentPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class FileContentFileContentPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FileContentReadReq.g.cs b/src/libs/Weave/Generated/Weave.Models.FileContentReadReq.g.cs index de132fc..0c15403 100644 --- a/src/libs/Weave/Generated/Weave.Models.FileContentReadReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FileContentReadReq.g.cs @@ -50,5 +50,6 @@ public FileContentReadReq( public FileContentReadReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FileCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.FileCreateRes.g.cs index c8c4712..05b79cc 100644 --- a/src/libs/Weave/Generated/Weave.Models.FileCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FileCreateRes.g.cs @@ -40,5 +40,6 @@ public FileCreateRes( public FileCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FilesStatsReq.g.cs b/src/libs/Weave/Generated/Weave.Models.FilesStatsReq.g.cs index cfbc0b7..f699199 100644 --- a/src/libs/Weave/Generated/Weave.Models.FilesStatsReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FilesStatsReq.g.cs @@ -40,5 +40,6 @@ public FilesStatsReq( public FilesStatsReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.FilesStatsRes.g.cs b/src/libs/Weave/Generated/Weave.Models.FilesStatsRes.g.cs index a6a87c8..fb55a41 100644 --- a/src/libs/Weave/Generated/Weave.Models.FilesStatsRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.FilesStatsRes.g.cs @@ -40,5 +40,6 @@ public FilesStatsRes( public FilesStatsRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.Geolocation.g.cs b/src/libs/Weave/Generated/Weave.Models.Geolocation.g.cs index fdef587..7e594ca 100644 --- a/src/libs/Weave/Generated/Weave.Models.Geolocation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.Geolocation.g.cs @@ -113,5 +113,6 @@ public Geolocation( public Geolocation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.GeolocationCountryName.g.cs b/src/libs/Weave/Generated/Weave.Models.GeolocationCountryName.g.cs index 5004fa0..556cd63 100644 --- a/src/libs/Weave/Generated/Weave.Models.GeolocationCountryName.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.GeolocationCountryName.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeolocationCountryName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.GeolocationRes.g.cs b/src/libs/Weave/Generated/Weave.Models.GeolocationRes.g.cs index 3a88bb0..4429219 100644 --- a/src/libs/Weave/Generated/Weave.Models.GeolocationRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.GeolocationRes.g.cs @@ -66,5 +66,6 @@ public GeolocationRes( public GeolocationRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.GeolocationResLocation.g.cs b/src/libs/Weave/Generated/Weave.Models.GeolocationResLocation.g.cs index c67c3d4..ccee587 100644 --- a/src/libs/Weave/Generated/Weave.Models.GeolocationResLocation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.GeolocationResLocation.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeolocationResLocation /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.GetCallerLocationGeolocateGetIp.g.cs b/src/libs/Weave/Generated/Weave.Models.GetCallerLocationGeolocateGetIp.g.cs index 5b00582..de50a37 100644 --- a/src/libs/Weave/Generated/Weave.Models.GetCallerLocationGeolocateGetIp.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.GetCallerLocationGeolocateGetIp.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetCallerLocationGeolocateGetIp /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.GetFieldOperator.g.cs b/src/libs/Weave/Generated/Weave.Models.GetFieldOperator.g.cs index f5baf46..fc87976 100644 --- a/src/libs/Weave/Generated/Weave.Models.GetFieldOperator.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.GetFieldOperator.g.cs @@ -48,5 +48,6 @@ public GetFieldOperator( public GetFieldOperator() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.GtOperation.g.cs b/src/libs/Weave/Generated/Weave.Models.GtOperation.g.cs index 05ab8e9..43db226 100644 --- a/src/libs/Weave/Generated/Weave.Models.GtOperation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.GtOperation.g.cs @@ -46,5 +46,6 @@ public GtOperation( public GtOperation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.GteOperation.g.cs b/src/libs/Weave/Generated/Weave.Models.GteOperation.g.cs index 61d4104..ec07ac6 100644 --- a/src/libs/Weave/Generated/Weave.Models.GteOperation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.GteOperation.g.cs @@ -46,5 +46,6 @@ public GteOperation( public GteOperation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.HTTPValidationError.g.cs b/src/libs/Weave/Generated/Weave.Models.HTTPValidationError.g.cs index 31ce2cd..287d823 100644 --- a/src/libs/Weave/Generated/Weave.Models.HTTPValidationError.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.HTTPValidationError.g.cs @@ -39,5 +39,6 @@ public HTTPValidationError( public HTTPValidationError() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateReq.g.cs b/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateReq.g.cs index 9a42cf3..a6b45ae 100644 --- a/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateReq.g.cs @@ -74,5 +74,6 @@ public ImageGenerationCreateReq( public ImageGenerationCreateReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateReqWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateReqWbUserId.g.cs index 900873a..7786bc8 100644 --- a/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateReqWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateReqWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class ImageGenerationCreateReqWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateRes.g.cs index de2dea4..f45e14e 100644 --- a/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateRes.g.cs @@ -49,5 +49,6 @@ public ImageGenerationCreateRes( public ImageGenerationCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateResResponse.g.cs b/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateResResponse.g.cs index 6b099e5..7f8b232 100644 --- a/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateResResponse.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateResResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ImageGenerationCreateResResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateResWeaveCallId.g.cs b/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateResWeaveCallId.g.cs index 6707b1f..16c9102 100644 --- a/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateResWeaveCallId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ImageGenerationCreateResWeaveCallId.g.cs @@ -14,5 +14,6 @@ public sealed partial class ImageGenerationCreateResWeaveCallId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ImageGenerationRequestInputs.g.cs b/src/libs/Weave/Generated/Weave.Models.ImageGenerationRequestInputs.g.cs index b8c37f2..0d1b7c4 100644 --- a/src/libs/Weave/Generated/Weave.Models.ImageGenerationRequestInputs.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ImageGenerationRequestInputs.g.cs @@ -59,5 +59,6 @@ public ImageGenerationRequestInputs( public ImageGenerationRequestInputs() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ImageGenerationRequestInputsN.g.cs b/src/libs/Weave/Generated/Weave.Models.ImageGenerationRequestInputsN.g.cs index da330cc..9312b84 100644 --- a/src/libs/Weave/Generated/Weave.Models.ImageGenerationRequestInputsN.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ImageGenerationRequestInputsN.g.cs @@ -14,5 +14,6 @@ public sealed partial class ImageGenerationRequestInputsN /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.InOperation.g.cs b/src/libs/Weave/Generated/Weave.Models.InOperation.g.cs index e02d86e..bfaa55f 100644 --- a/src/libs/Weave/Generated/Weave.Models.InOperation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.InOperation.g.cs @@ -50,5 +50,6 @@ public InOperation( public InOperation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsage.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsage.g.cs index ca5d078..e4133a4 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsage.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsage.g.cs @@ -132,5 +132,6 @@ public LLMAggregatedUsage( public LLMAggregatedUsage() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsageCacheCreationInputTokensTotalCost.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsageCacheCreationInputTokensTotalCost.g.cs index db6e96e..f13947f 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsageCacheCreationInputTokensTotalCost.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsageCacheCreationInputTokensTotalCost.g.cs @@ -14,5 +14,6 @@ public sealed partial class LLMAggregatedUsageCacheCreationInputTokensTotalCost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsageCacheReadInputTokensTotalCost.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsageCacheReadInputTokensTotalCost.g.cs index cc695bb..7e0081b 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsageCacheReadInputTokensTotalCost.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsageCacheReadInputTokensTotalCost.g.cs @@ -14,5 +14,6 @@ public sealed partial class LLMAggregatedUsageCacheReadInputTokensTotalCost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsageCompletionTokensTotalCost.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsageCompletionTokensTotalCost.g.cs index f51d494..3ba8dd0 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsageCompletionTokensTotalCost.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsageCompletionTokensTotalCost.g.cs @@ -14,5 +14,6 @@ public sealed partial class LLMAggregatedUsageCompletionTokensTotalCost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsagePromptTokensTotalCost.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsagePromptTokensTotalCost.g.cs index da431aa..f81dd6a 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsagePromptTokensTotalCost.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMAggregatedUsagePromptTokensTotalCost.g.cs @@ -14,5 +14,6 @@ public sealed partial class LLMAggregatedUsagePromptTokensTotalCost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchema.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchema.g.cs index 350b709..b242266 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchema.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchema.g.cs @@ -102,5 +102,6 @@ public LLMUsageSchema( public LLMUsageSchema() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaCacheCreationInputTokens.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaCacheCreationInputTokens.g.cs index 4a4efc2..bcd38f1 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaCacheCreationInputTokens.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaCacheCreationInputTokens.g.cs @@ -14,5 +14,6 @@ public sealed partial class LLMUsageSchemaCacheCreationInputTokens /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaCacheReadInputTokens.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaCacheReadInputTokens.g.cs index da7df6f..64118c0 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaCacheReadInputTokens.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaCacheReadInputTokens.g.cs @@ -14,5 +14,6 @@ public sealed partial class LLMUsageSchemaCacheReadInputTokens /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaCompletionTokens.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaCompletionTokens.g.cs index 449b524..84e6fca 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaCompletionTokens.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaCompletionTokens.g.cs @@ -14,5 +14,6 @@ public sealed partial class LLMUsageSchemaCompletionTokens /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaInputTokens.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaInputTokens.g.cs index 4e13b70..b042153 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaInputTokens.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaInputTokens.g.cs @@ -14,5 +14,6 @@ public sealed partial class LLMUsageSchemaInputTokens /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaOutputTokens.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaOutputTokens.g.cs index 09c6251..3b2d173 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaOutputTokens.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaOutputTokens.g.cs @@ -14,5 +14,6 @@ public sealed partial class LLMUsageSchemaOutputTokens /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaPromptTokens.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaPromptTokens.g.cs index 86c9c0a..f406ad8 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaPromptTokens.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaPromptTokens.g.cs @@ -14,5 +14,6 @@ public sealed partial class LLMUsageSchemaPromptTokens /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaRequests.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaRequests.g.cs index 00d875b..0d771f1 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaRequests.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaRequests.g.cs @@ -14,5 +14,6 @@ public sealed partial class LLMUsageSchemaRequests /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaTotalTokens.g.cs b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaTotalTokens.g.cs index 775e21e..86b5da5 100644 --- a/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaTotalTokens.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LLMUsageSchemaTotalTokens.g.cs @@ -14,5 +14,6 @@ public sealed partial class LLMUsageSchemaTotalTokens /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LiteralOperation.g.cs b/src/libs/Weave/Generated/Weave.Models.LiteralOperation.g.cs index c0c204d..1f9f8e7 100644 --- a/src/libs/Weave/Generated/Weave.Models.LiteralOperation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LiteralOperation.g.cs @@ -46,5 +46,6 @@ public LiteralOperation( public LiteralOperation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LiteralOperationxLiteral.g.cs b/src/libs/Weave/Generated/Weave.Models.LiteralOperationxLiteral.g.cs index 2f799be..75f122d 100644 --- a/src/libs/Weave/Generated/Weave.Models.LiteralOperationxLiteral.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LiteralOperationxLiteral.g.cs @@ -14,5 +14,6 @@ public sealed partial class LiteralOperationxLiteral /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LtOperation.g.cs b/src/libs/Weave/Generated/Weave.Models.LtOperation.g.cs index 0a828d6..ea7c350 100644 --- a/src/libs/Weave/Generated/Weave.Models.LtOperation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LtOperation.g.cs @@ -46,5 +46,6 @@ public LtOperation( public LtOperation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.LteOperation.g.cs b/src/libs/Weave/Generated/Weave.Models.LteOperation.g.cs index dce97cf..9bf8cd7 100644 --- a/src/libs/Weave/Generated/Weave.Models.LteOperation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.LteOperation.g.cs @@ -46,5 +46,6 @@ public LteOperation( public LteOperation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelCreateBody.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelCreateBody.g.cs index 8447b6e..ec4f961 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelCreateBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelCreateBody.g.cs @@ -76,5 +76,6 @@ public ModelCreateBody( public ModelCreateBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelCreateBodyAttributes.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelCreateBodyAttributes.g.cs index c05f21e..db7c3b1 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelCreateBodyAttributes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelCreateBodyAttributes.g.cs @@ -14,5 +14,6 @@ public sealed partial class ModelCreateBodyAttributes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelCreateBodyAttributes2.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelCreateBodyAttributes2.g.cs index 9f0573d..abce093 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelCreateBodyAttributes2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelCreateBodyAttributes2.g.cs @@ -14,5 +14,6 @@ public sealed partial class ModelCreateBodyAttributes2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelCreateBodyDescription.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelCreateBodyDescription.g.cs index dd33d6f..65639c9 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelCreateBodyDescription.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelCreateBodyDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class ModelCreateBodyDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelCreateRes.g.cs index 843a39a..8b879a8 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelCreateRes.g.cs @@ -78,5 +78,6 @@ public ModelCreateRes( public ModelCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelDeleteRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelDeleteRes.g.cs index 97229df..10d6b5c 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelDeleteRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelDeleteRes.g.cs @@ -42,5 +42,6 @@ public ModelDeleteRes( public ModelDeleteRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelDeleteV2EntityProjectModelsObjectIdDeleteDigests.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelDeleteV2EntityProjectModelsObjectIdDeleteDigests.g.cs index 038733c..54eed65 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelDeleteV2EntityProjectModelsObjectIdDeleteDigests.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelDeleteV2EntityProjectModelsObjectIdDeleteDigests.g.cs @@ -14,5 +14,6 @@ public sealed partial class ModelDeleteV2EntityProjectModelsObjectIdDeleteDigest /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelListV2EntityProjectModelsGetLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelListV2EntityProjectModelsGetLimit.g.cs index aadd089..ce46f24 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelListV2EntityProjectModelsGetLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelListV2EntityProjectModelsGetLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class ModelListV2EntityProjectModelsGetLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelListV2EntityProjectModelsGetOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelListV2EntityProjectModelsGetOffset.g.cs index 0effdd4..e5f30cf 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelListV2EntityProjectModelsGetOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelListV2EntityProjectModelsGetOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class ModelListV2EntityProjectModelsGetOffset /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelListV2EntityProjectModelsGetResponse.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelListV2EntityProjectModelsGetResponse.g.cs index c1f1e59..f61ecf2 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelListV2EntityProjectModelsGetResponse.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelListV2EntityProjectModelsGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ModelListV2EntityProjectModelsGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelReadRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelReadRes.g.cs index 0a94118..7992739 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelReadRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelReadRes.g.cs @@ -124,5 +124,6 @@ public ModelReadRes( public ModelReadRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelReadResAttributes.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelReadResAttributes.g.cs index ebd25ac..2083d08 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelReadResAttributes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelReadResAttributes.g.cs @@ -14,5 +14,6 @@ public sealed partial class ModelReadResAttributes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelReadResAttributes2.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelReadResAttributes2.g.cs index 6cde33a..9544c34 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelReadResAttributes2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelReadResAttributes2.g.cs @@ -14,5 +14,6 @@ public sealed partial class ModelReadResAttributes2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ModelReadResDescription.g.cs b/src/libs/Weave/Generated/Weave.Models.ModelReadResDescription.g.cs index 9b054ff..3bb573b 100644 --- a/src/libs/Weave/Generated/Weave.Models.ModelReadResDescription.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ModelReadResDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class ModelReadResDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.NotOperation.g.cs b/src/libs/Weave/Generated/Weave.Models.NotOperation.g.cs index 1479573..1f1b313 100644 --- a/src/libs/Weave/Generated/Weave.Models.NotOperation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.NotOperation.g.cs @@ -48,5 +48,6 @@ public NotOperation( public NotOperation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareOption.g.cs b/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareOption.g.cs index fc45337..1620d50 100644 --- a/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareOption.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareOption.g.cs @@ -79,5 +79,6 @@ public NvidiaHardwareOption( public NvidiaHardwareOption() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareOptionSpecs.g.cs b/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareOptionSpecs.g.cs index 77fc3b7..7802e62 100644 --- a/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareOptionSpecs.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareOptionSpecs.g.cs @@ -14,5 +14,6 @@ public sealed partial class NvidiaHardwareOptionSpecs /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareOptionSpecs2.g.cs b/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareOptionSpecs2.g.cs index 795eb5c..f83cf3b 100644 --- a/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareOptionSpecs2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareOptionSpecs2.g.cs @@ -14,5 +14,6 @@ public sealed partial class NvidiaHardwareOptionSpecs2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareRes.g.cs b/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareRes.g.cs index 5fa38fd..2a7822c 100644 --- a/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.NvidiaHardwareRes.g.cs @@ -40,5 +40,6 @@ public NvidiaHardwareRes( public NvidiaHardwareRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.NvidiaServerlessPricing.g.cs b/src/libs/Weave/Generated/Weave.Models.NvidiaServerlessPricing.g.cs index f6115ca..b98d295 100644 --- a/src/libs/Weave/Generated/Weave.Models.NvidiaServerlessPricing.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.NvidiaServerlessPricing.g.cs @@ -50,5 +50,6 @@ public NvidiaServerlessPricing( public NvidiaServerlessPricing() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjAddTagsRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjAddTagsRes.g.cs index c7c0d63..53df797 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjAddTagsRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjAddTagsRes.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjAddTagsRes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjCreateReq.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjCreateReq.g.cs index 7d6b224..a9d2908 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjCreateReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjCreateReq.g.cs @@ -40,5 +40,6 @@ public ObjCreateReq( public ObjCreateReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjCreateRes.g.cs index 2e6add8..ff6e846 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjCreateRes.g.cs @@ -49,5 +49,6 @@ public ObjCreateRes( public ObjCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjCreateResObjectId.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjCreateResObjectId.g.cs index 47cb078..25a7d8c 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjCreateResObjectId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjCreateResObjectId.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjCreateResObjectId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjDeleteReq.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjDeleteReq.g.cs index f66ec0c..e441518 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjDeleteReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjDeleteReq.g.cs @@ -61,5 +61,6 @@ public ObjDeleteReq( public ObjDeleteReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjDeleteReqDigests.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjDeleteReqDigests.g.cs index 65f279b..64f70b6 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjDeleteReqDigests.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjDeleteReqDigests.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjDeleteReqDigests /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjDeleteRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjDeleteRes.g.cs index d8b1932..96ece13 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjDeleteRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjDeleteRes.g.cs @@ -40,5 +40,6 @@ public ObjDeleteRes( public ObjDeleteRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjQueryReq.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjQueryReq.g.cs index 929330c..741a288 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjQueryReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjQueryReq.g.cs @@ -125,5 +125,6 @@ public ObjQueryReq( public ObjQueryReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjQueryReqFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjQueryReqFilter.g.cs index d006855..3695293 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjQueryReqFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjQueryReqFilter.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjQueryReqFilter /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjQueryReqLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjQueryReqLimit.g.cs index c4c5335..485028a 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjQueryReqLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjQueryReqLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjQueryReqLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjQueryReqOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjQueryReqOffset.g.cs index 17a6a15..46bdf0a 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjQueryReqOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjQueryReqOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjQueryReqOffset /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjQueryReqSortBy.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjQueryReqSortBy.g.cs index e9b930b..21df85d 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjQueryReqSortBy.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjQueryReqSortBy.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjQueryReqSortBy /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjQueryRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjQueryRes.g.cs index 1aa4c76..15bcc1f 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjQueryRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjQueryRes.g.cs @@ -40,5 +40,6 @@ public ObjQueryRes( public ObjQueryRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjReadReq.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjReadReq.g.cs index 1771755..be6d4a9 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjReadReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjReadReq.g.cs @@ -86,5 +86,6 @@ public ObjReadReq( public ObjReadReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjReadRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjReadRes.g.cs index 638fe4e..1d9cc57 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjReadRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjReadRes.g.cs @@ -40,5 +40,6 @@ public ObjReadRes( public ObjReadRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjRemoveAliasesBody.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjRemoveAliasesBody.g.cs index b567ecd..de541aa 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjRemoveAliasesBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjRemoveAliasesBody.g.cs @@ -50,5 +50,6 @@ public ObjRemoveAliasesBody( public ObjRemoveAliasesBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjRemoveAliasesRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjRemoveAliasesRes.g.cs index dc374ba..cee9625 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjRemoveAliasesRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjRemoveAliasesRes.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjRemoveAliasesRes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjRemoveTagsRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjRemoveTagsRes.g.cs index 2333e4a..1092a39 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjRemoveTagsRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjRemoveTagsRes.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjRemoveTagsRes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchema.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchema.g.cs index df847c5..99b9ed9 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchema.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchema.g.cs @@ -175,5 +175,6 @@ public ObjSchema( public ObjSchema() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaAliases.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaAliases.g.cs index 02ec1c5..9c60073 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaAliases.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaAliases.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjSchemaAliases /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaBaseObjectClass.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaBaseObjectClass.g.cs index 6227853..ea01ec5 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaBaseObjectClass.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaBaseObjectClass.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjSchemaBaseObjectClass /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaDeletedAt.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaDeletedAt.g.cs index c92e7ab..74631f9 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaDeletedAt.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaDeletedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjSchemaDeletedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsert.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsert.g.cs index 9270148..cfc9b55 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsert.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsert.g.cs @@ -100,5 +100,6 @@ public ObjSchemaForInsert( public ObjSchemaForInsert() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertBuiltinObjectClass.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertBuiltinObjectClass.g.cs index cf325d8..beae453 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertBuiltinObjectClass.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertBuiltinObjectClass.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjSchemaForInsertBuiltinObjectClass /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertExpectedDigest.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertExpectedDigest.g.cs index 97f0ed1..d86f356 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertExpectedDigest.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertExpectedDigest.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjSchemaForInsertExpectedDigest /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertSetBaseObjectClass.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertSetBaseObjectClass.g.cs index 444a0bc..0d7d0eb 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertSetBaseObjectClass.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertSetBaseObjectClass.g.cs @@ -15,5 +15,6 @@ public sealed partial class ObjSchemaForInsertSetBaseObjectClass /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertVal.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertVal.g.cs index 19128a7..e8ffa09 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertVal.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertVal.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjSchemaForInsertVal /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertWbUserId.g.cs index 58cafae..6a842b7 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaForInsertWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjSchemaForInsertWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaLeafObjectClass.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaLeafObjectClass.g.cs index 80ef6bc..0f4e1b6 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaLeafObjectClass.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaLeafObjectClass.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjSchemaLeafObjectClass /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaSizeBytes.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaSizeBytes.g.cs index 3247519..3ce9577 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaSizeBytes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaSizeBytes.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjSchemaSizeBytes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaTags.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaTags.g.cs index 926e75c..1c97f1c 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaTags.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaTags.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjSchemaTags /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaVal.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaVal.g.cs index 39269dd..029df99 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaVal.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaVal.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjSchemaVal /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSchemaWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSchemaWbUserId.g.cs index a79cfca..a54df0a 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSchemaWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSchemaWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjSchemaWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSetAliasesBody.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSetAliasesBody.g.cs index d7eac69..fe6c099 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSetAliasesBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSetAliasesBody.g.cs @@ -60,5 +60,6 @@ public ObjSetAliasesBody( public ObjSetAliasesBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjSetAliasesRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjSetAliasesRes.g.cs index 345f9cd..bc503db 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjSetAliasesRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjSetAliasesRes.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjSetAliasesRes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjTagsBody.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjTagsBody.g.cs index 324adfb..8e0a564 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjTagsBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjTagsBody.g.cs @@ -50,5 +50,6 @@ public ObjTagsBody( public ObjTagsBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilter.g.cs index 6e79874..69974f0 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilter.g.cs @@ -118,5 +118,6 @@ public ObjectVersionFilter( public ObjectVersionFilter() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterAliases.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterAliases.g.cs index 45a68b9..072a78b 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterAliases.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterAliases.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjectVersionFilterAliases /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterBaseObjectClasses.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterBaseObjectClasses.g.cs index fe8937b..0037e4b 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterBaseObjectClasses.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterBaseObjectClasses.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjectVersionFilterBaseObjectClasses /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterExcludeBaseObjectClasses.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterExcludeBaseObjectClasses.g.cs index ad1fd2d..1ff7fcd 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterExcludeBaseObjectClasses.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterExcludeBaseObjectClasses.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjectVersionFilterExcludeBaseObjectClasses /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterIsOp.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterIsOp.g.cs index 6815066..9874227 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterIsOp.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterIsOp.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjectVersionFilterIsOp /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterLatestOnly.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterLatestOnly.g.cs index 03d610e..9fbd1f0 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterLatestOnly.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterLatestOnly.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjectVersionFilterLatestOnly /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterLeafObjectClasses.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterLeafObjectClasses.g.cs index 5cf494d..080261a 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterLeafObjectClasses.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterLeafObjectClasses.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjectVersionFilterLeafObjectClasses /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterObjectIds.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterObjectIds.g.cs index 6614e20..c3989bd 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterObjectIds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterObjectIds.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjectVersionFilterObjectIds /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterTags.g.cs b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterTags.g.cs index ab6bd3f..dd3422d 100644 --- a/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterTags.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ObjectVersionFilterTags.g.cs @@ -14,5 +14,6 @@ public sealed partial class ObjectVersionFilterTags /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.OpCreateBody.g.cs b/src/libs/Weave/Generated/Weave.Models.OpCreateBody.g.cs index 2e6120f..b83baf8 100644 --- a/src/libs/Weave/Generated/Weave.Models.OpCreateBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.OpCreateBody.g.cs @@ -53,5 +53,6 @@ public OpCreateBody( public OpCreateBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.OpCreateBodyName.g.cs b/src/libs/Weave/Generated/Weave.Models.OpCreateBodyName.g.cs index 44b4371..796aefe 100644 --- a/src/libs/Weave/Generated/Weave.Models.OpCreateBodyName.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.OpCreateBodyName.g.cs @@ -14,5 +14,6 @@ public sealed partial class OpCreateBodyName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.OpCreateBodySourceCode.g.cs b/src/libs/Weave/Generated/Weave.Models.OpCreateBodySourceCode.g.cs index 883cb94..8290427 100644 --- a/src/libs/Weave/Generated/Weave.Models.OpCreateBodySourceCode.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.OpCreateBodySourceCode.g.cs @@ -14,5 +14,6 @@ public sealed partial class OpCreateBodySourceCode /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.OpCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.OpCreateRes.g.cs index 1a9bb70..87b03df 100644 --- a/src/libs/Weave/Generated/Weave.Models.OpCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.OpCreateRes.g.cs @@ -66,5 +66,6 @@ public OpCreateRes( public OpCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.OpDeleteRes.g.cs b/src/libs/Weave/Generated/Weave.Models.OpDeleteRes.g.cs index 89f03b1..e9fb496 100644 --- a/src/libs/Weave/Generated/Weave.Models.OpDeleteRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.OpDeleteRes.g.cs @@ -42,5 +42,6 @@ public OpDeleteRes( public OpDeleteRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.OpDeleteV2EntityProjectOpsObjectIdDeleteDigests.g.cs b/src/libs/Weave/Generated/Weave.Models.OpDeleteV2EntityProjectOpsObjectIdDeleteDigests.g.cs index dcc8dd4..d12c1e7 100644 --- a/src/libs/Weave/Generated/Weave.Models.OpDeleteV2EntityProjectOpsObjectIdDeleteDigests.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.OpDeleteV2EntityProjectOpsObjectIdDeleteDigests.g.cs @@ -14,5 +14,6 @@ public sealed partial class OpDeleteV2EntityProjectOpsObjectIdDeleteDigests /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.OpListV2EntityProjectOpsGetLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.OpListV2EntityProjectOpsGetLimit.g.cs index 71a2337..044ce15 100644 --- a/src/libs/Weave/Generated/Weave.Models.OpListV2EntityProjectOpsGetLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.OpListV2EntityProjectOpsGetLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class OpListV2EntityProjectOpsGetLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.OpListV2EntityProjectOpsGetOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.OpListV2EntityProjectOpsGetOffset.g.cs index d723e69..90ef147 100644 --- a/src/libs/Weave/Generated/Weave.Models.OpListV2EntityProjectOpsGetOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.OpListV2EntityProjectOpsGetOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class OpListV2EntityProjectOpsGetOffset /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.OpListV2EntityProjectOpsGetResponse.g.cs b/src/libs/Weave/Generated/Weave.Models.OpListV2EntityProjectOpsGetResponse.g.cs index 599d3d1..2dca74d 100644 --- a/src/libs/Weave/Generated/Weave.Models.OpListV2EntityProjectOpsGetResponse.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.OpListV2EntityProjectOpsGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class OpListV2EntityProjectOpsGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.OpReadRes.g.cs b/src/libs/Weave/Generated/Weave.Models.OpReadRes.g.cs index 4f094d2..6a6789f 100644 --- a/src/libs/Weave/Generated/Weave.Models.OpReadRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.OpReadRes.g.cs @@ -91,5 +91,6 @@ public OpReadRes( public OpReadRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.OrOperation.g.cs b/src/libs/Weave/Generated/Weave.Models.OrOperation.g.cs index c18489c..8ae67c3 100644 --- a/src/libs/Weave/Generated/Weave.Models.OrOperation.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.OrOperation.g.cs @@ -49,5 +49,6 @@ public OrOperation( public OrOperation() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionCreateBody.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionCreateBody.g.cs index 09dab88..f53ea4b 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionCreateBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionCreateBody.g.cs @@ -78,5 +78,6 @@ public PredictionCreateBody( public PredictionCreateBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyEvaluationRunId.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyEvaluationRunId.g.cs index 276de96..f7cc7d9 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyEvaluationRunId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyEvaluationRunId.g.cs @@ -14,5 +14,6 @@ public sealed partial class PredictionCreateBodyEvaluationRunId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyInputs.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyInputs.g.cs index 069d05b..6f2a1e6 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyInputs.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyInputs.g.cs @@ -14,5 +14,6 @@ public sealed partial class PredictionCreateBodyInputs /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyOutput.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyOutput.g.cs index c0facc9..08a80d9 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyOutput.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyOutput.g.cs @@ -14,5 +14,6 @@ public sealed partial class PredictionCreateBodyOutput /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionCreateRes.g.cs index bacd56e..91bc252 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionCreateRes.g.cs @@ -42,5 +42,6 @@ public PredictionCreateRes( public PredictionCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionDeleteRes.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionDeleteRes.g.cs index 83ef619..5b5b4ab 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionDeleteRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionDeleteRes.g.cs @@ -42,5 +42,6 @@ public PredictionDeleteRes( public PredictionDeleteRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionFinishRes.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionFinishRes.g.cs index e16056e..df5244e 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionFinishRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionFinishRes.g.cs @@ -42,5 +42,6 @@ public PredictionFinishRes( public PredictionFinishRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionListV2EntityProjectPredictionsGetEvaluationRunId.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionListV2EntityProjectPredictionsGetEvaluationRunId.g.cs index ef9175b..9a537bf 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionListV2EntityProjectPredictionsGetEvaluationRunId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionListV2EntityProjectPredictionsGetEvaluationRunId.g.cs @@ -14,5 +14,6 @@ public sealed partial class PredictionListV2EntityProjectPredictionsGetEvaluatio /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionListV2EntityProjectPredictionsGetLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionListV2EntityProjectPredictionsGetLimit.g.cs index c4f1d4e..b67cf95 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionListV2EntityProjectPredictionsGetLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionListV2EntityProjectPredictionsGetLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class PredictionListV2EntityProjectPredictionsGetLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionListV2EntityProjectPredictionsGetOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionListV2EntityProjectPredictionsGetOffset.g.cs index 6a7af41..b9501df 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionListV2EntityProjectPredictionsGetOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionListV2EntityProjectPredictionsGetOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class PredictionListV2EntityProjectPredictionsGetOffset /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionReadRes.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionReadRes.g.cs index 10ea4e7..3411fe6 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionReadRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionReadRes.g.cs @@ -100,5 +100,6 @@ public PredictionReadRes( public PredictionReadRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionReadResEvaluationRunId.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionReadResEvaluationRunId.g.cs index 1aaf84e..52e341f 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionReadResEvaluationRunId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionReadResEvaluationRunId.g.cs @@ -14,5 +14,6 @@ public sealed partial class PredictionReadResEvaluationRunId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionReadResInputs.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionReadResInputs.g.cs index e176246..807093a 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionReadResInputs.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionReadResInputs.g.cs @@ -14,5 +14,6 @@ public sealed partial class PredictionReadResInputs /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionReadResOutput.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionReadResOutput.g.cs index 6ae111a..7b467ab 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionReadResOutput.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionReadResOutput.g.cs @@ -14,5 +14,6 @@ public sealed partial class PredictionReadResOutput /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionReadResWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionReadResWbUserId.g.cs index 68e31e3..9fd0e6e 100644 --- a/src/libs/Weave/Generated/Weave.Models.PredictionReadResWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.PredictionReadResWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class PredictionReadResWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.Pricing.g.cs b/src/libs/Weave/Generated/Weave.Models.Pricing.g.cs index a92d97b..5c0b0b5 100644 --- a/src/libs/Weave/Generated/Weave.Models.Pricing.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.Pricing.g.cs @@ -81,5 +81,6 @@ public Pricing( public Pricing() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ProjectsInfoReq.g.cs b/src/libs/Weave/Generated/Weave.Models.ProjectsInfoReq.g.cs index 1ac02ac..20be237 100644 --- a/src/libs/Weave/Generated/Weave.Models.ProjectsInfoReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ProjectsInfoReq.g.cs @@ -42,5 +42,6 @@ public ProjectsInfoReq( public ProjectsInfoReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ProjectsInfoRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ProjectsInfoRes.g.cs index 2543090..97f05e8 100644 --- a/src/libs/Weave/Generated/Weave.Models.ProjectsInfoRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ProjectsInfoRes.g.cs @@ -54,5 +54,6 @@ public ProjectsInfoRes( public ProjectsInfoRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.Query.g.cs b/src/libs/Weave/Generated/Weave.Models.Query.g.cs index 164b596..376bb94 100644 --- a/src/libs/Weave/Generated/Weave.Models.Query.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.Query.g.cs @@ -41,5 +41,6 @@ public Query( public Query() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ReadRootHealthGetResponse.g.cs b/src/libs/Weave/Generated/Weave.Models.ReadRootHealthGetResponse.g.cs index c179798..a8725fb 100644 --- a/src/libs/Weave/Generated/Weave.Models.ReadRootHealthGetResponse.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ReadRootHealthGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ReadRootHealthGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ReadVersionVersionGetResponse.g.cs b/src/libs/Weave/Generated/Weave.Models.ReadVersionVersionGetResponse.g.cs index c35d745..868e273 100644 --- a/src/libs/Weave/Generated/Weave.Models.ReadVersionVersionGetResponse.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ReadVersionVersionGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ReadVersionVersionGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.RefsReadBatchReq.g.cs b/src/libs/Weave/Generated/Weave.Models.RefsReadBatchReq.g.cs index 8817317..1dc65a1 100644 --- a/src/libs/Weave/Generated/Weave.Models.RefsReadBatchReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.RefsReadBatchReq.g.cs @@ -40,5 +40,6 @@ public RefsReadBatchReq( public RefsReadBatchReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.RefsReadBatchRes.g.cs b/src/libs/Weave/Generated/Weave.Models.RefsReadBatchRes.g.cs index 8fbd7cc..f4db0cd 100644 --- a/src/libs/Weave/Generated/Weave.Models.RefsReadBatchRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.RefsReadBatchRes.g.cs @@ -40,5 +40,6 @@ public RefsReadBatchRes( public RefsReadBatchRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.RefsReadBatchResVal.g.cs b/src/libs/Weave/Generated/Weave.Models.RefsReadBatchResVal.g.cs index 4c1020a..23d7865 100644 --- a/src/libs/Weave/Generated/Weave.Models.RefsReadBatchResVal.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.RefsReadBatchResVal.g.cs @@ -14,5 +14,6 @@ public sealed partial class RefsReadBatchResVal /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.RouterOpenRouterModel.g.cs b/src/libs/Weave/Generated/Weave.Models.RouterOpenRouterModel.g.cs index 2fa830f..b29b6ea 100644 --- a/src/libs/Weave/Generated/Weave.Models.RouterOpenRouterModel.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.RouterOpenRouterModel.g.cs @@ -166,5 +166,6 @@ public RouterOpenRouterModel( public RouterOpenRouterModel() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.RouterOpenRouterModelDeprecationDate.g.cs b/src/libs/Weave/Generated/Weave.Models.RouterOpenRouterModelDeprecationDate.g.cs index 6a9792b..dacd4bd 100644 --- a/src/libs/Weave/Generated/Weave.Models.RouterOpenRouterModelDeprecationDate.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.RouterOpenRouterModelDeprecationDate.g.cs @@ -14,5 +14,6 @@ public sealed partial class RouterOpenRouterModelDeprecationDate /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.RouterOpenRouterModelsRes.g.cs b/src/libs/Weave/Generated/Weave.Models.RouterOpenRouterModelsRes.g.cs index fd9faf1..e40df3b 100644 --- a/src/libs/Weave/Generated/Weave.Models.RouterOpenRouterModelsRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.RouterOpenRouterModelsRes.g.cs @@ -40,5 +40,6 @@ public RouterOpenRouterModelsRes( public RouterOpenRouterModelsRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScoreCreateBody.g.cs b/src/libs/Weave/Generated/Weave.Models.ScoreCreateBody.g.cs index 8c5218b..54472fc 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScoreCreateBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScoreCreateBody.g.cs @@ -78,5 +78,6 @@ public ScoreCreateBody( public ScoreCreateBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScoreCreateBodyEvaluationRunId.g.cs b/src/libs/Weave/Generated/Weave.Models.ScoreCreateBodyEvaluationRunId.g.cs index b2c1d79..005b112 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScoreCreateBodyEvaluationRunId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScoreCreateBodyEvaluationRunId.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScoreCreateBodyEvaluationRunId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScoreCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ScoreCreateRes.g.cs index b4a818c..0402446 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScoreCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScoreCreateRes.g.cs @@ -42,5 +42,6 @@ public ScoreCreateRes( public ScoreCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScoreDeleteRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ScoreDeleteRes.g.cs index e0c49a6..c555df8 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScoreDeleteRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScoreDeleteRes.g.cs @@ -42,5 +42,6 @@ public ScoreDeleteRes( public ScoreDeleteRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScoreListV2EntityProjectScoresGetEvaluationRunId.g.cs b/src/libs/Weave/Generated/Weave.Models.ScoreListV2EntityProjectScoresGetEvaluationRunId.g.cs index b76d542..5e30116 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScoreListV2EntityProjectScoresGetEvaluationRunId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScoreListV2EntityProjectScoresGetEvaluationRunId.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScoreListV2EntityProjectScoresGetEvaluationRunId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScoreListV2EntityProjectScoresGetLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.ScoreListV2EntityProjectScoresGetLimit.g.cs index 33cf020..5305558 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScoreListV2EntityProjectScoresGetLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScoreListV2EntityProjectScoresGetLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScoreListV2EntityProjectScoresGetLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScoreListV2EntityProjectScoresGetOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.ScoreListV2EntityProjectScoresGetOffset.g.cs index f6430cf..1b7befe 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScoreListV2EntityProjectScoresGetOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScoreListV2EntityProjectScoresGetOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScoreListV2EntityProjectScoresGetOffset /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScoreReadRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ScoreReadRes.g.cs index ece4799..ce0bf2a 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScoreReadRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScoreReadRes.g.cs @@ -88,5 +88,6 @@ public ScoreReadRes( public ScoreReadRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScoreReadResEvaluationRunId.g.cs b/src/libs/Weave/Generated/Weave.Models.ScoreReadResEvaluationRunId.g.cs index 407f031..8cedbfc 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScoreReadResEvaluationRunId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScoreReadResEvaluationRunId.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScoreReadResEvaluationRunId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScoreReadResWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.ScoreReadResWbUserId.g.cs index 48bd688..eb773c7 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScoreReadResWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScoreReadResWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScoreReadResWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScorerCreateBody.g.cs b/src/libs/Weave/Generated/Weave.Models.ScorerCreateBody.g.cs index 8901aaf..bdf7c64 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScorerCreateBody.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScorerCreateBody.g.cs @@ -65,5 +65,6 @@ public ScorerCreateBody( public ScorerCreateBody() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScorerCreateBodyDescription.g.cs b/src/libs/Weave/Generated/Weave.Models.ScorerCreateBodyDescription.g.cs index c71fe80..7213678 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScorerCreateBodyDescription.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScorerCreateBodyDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScorerCreateBodyDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScorerCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ScorerCreateRes.g.cs index 7df1c6b..cf0a11f 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScorerCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScorerCreateRes.g.cs @@ -78,5 +78,6 @@ public ScorerCreateRes( public ScorerCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScorerDeleteRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ScorerDeleteRes.g.cs index 935fc8e..0229e54 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScorerDeleteRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScorerDeleteRes.g.cs @@ -42,5 +42,6 @@ public ScorerDeleteRes( public ScorerDeleteRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScorerDeleteV2EntityProjectScorersObjectIdDeleteDigests.g.cs b/src/libs/Weave/Generated/Weave.Models.ScorerDeleteV2EntityProjectScorersObjectIdDeleteDigests.g.cs index 6c7a889..f9bc4de 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScorerDeleteV2EntityProjectScorersObjectIdDeleteDigests.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScorerDeleteV2EntityProjectScorersObjectIdDeleteDigests.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScorerDeleteV2EntityProjectScorersObjectIdDeleteDige /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScorerListV2EntityProjectScorersGetResponse.g.cs b/src/libs/Weave/Generated/Weave.Models.ScorerListV2EntityProjectScorersGetResponse.g.cs index 8e8fe81..19091a4 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScorerListV2EntityProjectScorersGetResponse.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScorerListV2EntityProjectScorersGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScorerListV2EntityProjectScorersGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScorerReadRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ScorerReadRes.g.cs index 5e0e330..c10b553 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScorerReadRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScorerReadRes.g.cs @@ -113,5 +113,6 @@ public ScorerReadRes( public ScorerReadRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ScorerReadResDescription.g.cs b/src/libs/Weave/Generated/Weave.Models.ScorerReadResDescription.g.cs index a03297e..6752e39 100644 --- a/src/libs/Weave/Generated/Weave.Models.ScorerReadResDescription.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ScorerReadResDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScorerReadResDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ServerInfoRes.g.cs b/src/libs/Weave/Generated/Weave.Models.ServerInfoRes.g.cs index 9a21705..dc7209a 100644 --- a/src/libs/Weave/Generated/Weave.Models.ServerInfoRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ServerInfoRes.g.cs @@ -50,5 +50,6 @@ public ServerInfoRes( public ServerInfoRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.SortBy.g.cs b/src/libs/Weave/Generated/Weave.Models.SortBy.g.cs index f4118f4..b00a9bb 100644 --- a/src/libs/Weave/Generated/Weave.Models.SortBy.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.SortBy.g.cs @@ -51,5 +51,6 @@ public SortBy( public SortBy() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsert.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsert.g.cs index 0a83bbb..da0a482 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsert.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsert.g.cs @@ -172,5 +172,6 @@ public StartedCallSchemaForInsert( public StartedCallSchemaForInsert() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertAttributes.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertAttributes.g.cs index 779c914..f649e42 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertAttributes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertAttributes.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartedCallSchemaForInsertAttributes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertDisplayName.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertDisplayName.g.cs index c46f2fc..252c4aa 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertDisplayName.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertDisplayName.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartedCallSchemaForInsertDisplayName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertId.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertId.g.cs index 9401f59..077f73c 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertId.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartedCallSchemaForInsertId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertInputs.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertInputs.g.cs index 4bcd4d9..f3f4a34 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertInputs.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertInputs.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartedCallSchemaForInsertInputs /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertOtelDump.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertOtelDump.g.cs index 797145f..d3e13f5 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertOtelDump.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertOtelDump.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartedCallSchemaForInsertOtelDump /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertOtelDump2.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertOtelDump2.g.cs index 25ca2cc..702ec2c 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertOtelDump2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertOtelDump2.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartedCallSchemaForInsertOtelDump2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertParentId.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertParentId.g.cs index 655db87..65c334f 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertParentId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertParentId.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartedCallSchemaForInsertParentId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertThreadId.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertThreadId.g.cs index 2cf2d56..1b90f71 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertThreadId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertThreadId.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartedCallSchemaForInsertThreadId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertTraceId.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertTraceId.g.cs index 60543bf..d480e2c 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertTraceId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertTraceId.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartedCallSchemaForInsertTraceId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertTurnId.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertTurnId.g.cs index 427d35e..bf6aa97 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertTurnId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertTurnId.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartedCallSchemaForInsertTurnId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertWbRunId.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertWbRunId.g.cs index 6ea5263..8436409 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertWbRunId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertWbRunId.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartedCallSchemaForInsertWbRunId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertWbRunStep.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertWbRunStep.g.cs index fb5c8bf..c2f712f 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertWbRunStep.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertWbRunStep.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartedCallSchemaForInsertWbRunStep /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertWbUserId.g.cs b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertWbUserId.g.cs index c5944d9..5e8d31a 100644 --- a/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertWbUserId.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.StartedCallSchemaForInsertWbUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartedCallSchemaForInsertWbUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.SummaryInsertMap.g.cs b/src/libs/Weave/Generated/Weave.Models.SummaryInsertMap.g.cs index e09bcd4..f731687 100644 --- a/src/libs/Weave/Generated/Weave.Models.SummaryInsertMap.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.SummaryInsertMap.g.cs @@ -48,5 +48,6 @@ public SummaryInsertMap( public SummaryInsertMap() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.SummaryInsertMapStatusCounts.g.cs b/src/libs/Weave/Generated/Weave.Models.SummaryInsertMapStatusCounts.g.cs index 6649582..f4d9367 100644 --- a/src/libs/Weave/Generated/Weave.Models.SummaryInsertMapStatusCounts.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.SummaryInsertMapStatusCounts.g.cs @@ -14,5 +14,6 @@ public sealed partial class SummaryInsertMapStatusCounts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.SummaryInsertMapUsage.g.cs b/src/libs/Weave/Generated/Weave.Models.SummaryInsertMapUsage.g.cs index 06635a1..4d74b5d 100644 --- a/src/libs/Weave/Generated/Weave.Models.SummaryInsertMapUsage.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.SummaryInsertMapUsage.g.cs @@ -14,5 +14,6 @@ public sealed partial class SummaryInsertMapUsage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableAppendSpec.g.cs b/src/libs/Weave/Generated/Weave.Models.TableAppendSpec.g.cs index 78cbef5..6c81ec5 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableAppendSpec.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableAppendSpec.g.cs @@ -40,5 +40,6 @@ public TableAppendSpec( public TableAppendSpec() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableAppendSpecPayload.g.cs b/src/libs/Weave/Generated/Weave.Models.TableAppendSpecPayload.g.cs index 91ceb09..14e29e1 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableAppendSpecPayload.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableAppendSpecPayload.g.cs @@ -40,5 +40,6 @@ public TableAppendSpecPayload( public TableAppendSpecPayload() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableAppendSpecPayloadRow.g.cs b/src/libs/Weave/Generated/Weave.Models.TableAppendSpecPayloadRow.g.cs index 80f331d..7b4aaa1 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableAppendSpecPayloadRow.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableAppendSpecPayloadRow.g.cs @@ -14,5 +14,6 @@ public sealed partial class TableAppendSpecPayloadRow /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableCreateFromDigestsReq.g.cs b/src/libs/Weave/Generated/Weave.Models.TableCreateFromDigestsReq.g.cs index 48775e9..ae41411 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableCreateFromDigestsReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableCreateFromDigestsReq.g.cs @@ -61,5 +61,6 @@ public TableCreateFromDigestsReq( public TableCreateFromDigestsReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableCreateFromDigestsReqExpectedDigest.g.cs b/src/libs/Weave/Generated/Weave.Models.TableCreateFromDigestsReqExpectedDigest.g.cs index fb05a4f..0d3a3c8 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableCreateFromDigestsReqExpectedDigest.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableCreateFromDigestsReqExpectedDigest.g.cs @@ -14,5 +14,6 @@ public sealed partial class TableCreateFromDigestsReqExpectedDigest /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableCreateFromDigestsRes.g.cs b/src/libs/Weave/Generated/Weave.Models.TableCreateFromDigestsRes.g.cs index 1fb5c70..a9836a3 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableCreateFromDigestsRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableCreateFromDigestsRes.g.cs @@ -40,5 +40,6 @@ public TableCreateFromDigestsRes( public TableCreateFromDigestsRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableCreateReq.g.cs b/src/libs/Weave/Generated/Weave.Models.TableCreateReq.g.cs index 3cf6007..8cf19be 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableCreateReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableCreateReq.g.cs @@ -40,5 +40,6 @@ public TableCreateReq( public TableCreateReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableCreateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.TableCreateRes.g.cs index 6378557..7cbc941 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableCreateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableCreateRes.g.cs @@ -51,5 +51,6 @@ public TableCreateRes( public TableCreateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableInsertSpec.g.cs b/src/libs/Weave/Generated/Weave.Models.TableInsertSpec.g.cs index 124e39a..2e5696e 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableInsertSpec.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableInsertSpec.g.cs @@ -40,5 +40,6 @@ public TableInsertSpec( public TableInsertSpec() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableInsertSpecPayload.g.cs b/src/libs/Weave/Generated/Weave.Models.TableInsertSpecPayload.g.cs index 0187c29..4fe79b7 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableInsertSpecPayload.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableInsertSpecPayload.g.cs @@ -50,5 +50,6 @@ public TableInsertSpecPayload( public TableInsertSpecPayload() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableInsertSpecPayloadRow.g.cs b/src/libs/Weave/Generated/Weave.Models.TableInsertSpecPayloadRow.g.cs index 0cdd13f..c7e50fe 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableInsertSpecPayloadRow.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableInsertSpecPayloadRow.g.cs @@ -14,5 +14,6 @@ public sealed partial class TableInsertSpecPayloadRow /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TablePopSpec.g.cs b/src/libs/Weave/Generated/Weave.Models.TablePopSpec.g.cs index 59b1ad2..6c92f22 100644 --- a/src/libs/Weave/Generated/Weave.Models.TablePopSpec.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TablePopSpec.g.cs @@ -40,5 +40,6 @@ public TablePopSpec( public TablePopSpec() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TablePopSpecPayload.g.cs b/src/libs/Weave/Generated/Weave.Models.TablePopSpecPayload.g.cs index d880134..78f3c4d 100644 --- a/src/libs/Weave/Generated/Weave.Models.TablePopSpecPayload.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TablePopSpecPayload.g.cs @@ -40,5 +40,6 @@ public TablePopSpecPayload( public TablePopSpecPayload() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableQueryReq.g.cs b/src/libs/Weave/Generated/Weave.Models.TableQueryReq.g.cs index f93468c..71ee42e 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableQueryReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableQueryReq.g.cs @@ -98,5 +98,6 @@ public TableQueryReq( public TableQueryReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableQueryReqFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.TableQueryReqFilter.g.cs index 92ebf0f..1a067db 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableQueryReqFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableQueryReqFilter.g.cs @@ -14,5 +14,6 @@ public sealed partial class TableQueryReqFilter /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableQueryReqLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.TableQueryReqLimit.g.cs index dda86e7..4651336 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableQueryReqLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableQueryReqLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class TableQueryReqLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableQueryReqOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.TableQueryReqOffset.g.cs index c61782f..b27a7b4 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableQueryReqOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableQueryReqOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class TableQueryReqOffset /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableQueryReqSortBy.g.cs b/src/libs/Weave/Generated/Weave.Models.TableQueryReqSortBy.g.cs index 712c249..7010832 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableQueryReqSortBy.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableQueryReqSortBy.g.cs @@ -14,5 +14,6 @@ public sealed partial class TableQueryReqSortBy /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableQueryRes.g.cs b/src/libs/Weave/Generated/Weave.Models.TableQueryRes.g.cs index 88d327c..3b5625b 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableQueryRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableQueryRes.g.cs @@ -40,5 +40,6 @@ public TableQueryRes( public TableQueryRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableQueryStatsBatchReq.g.cs b/src/libs/Weave/Generated/Weave.Models.TableQueryStatsBatchReq.g.cs index d00f7d0..8336056 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableQueryStatsBatchReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableQueryStatsBatchReq.g.cs @@ -68,5 +68,6 @@ public TableQueryStatsBatchReq( public TableQueryStatsBatchReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableQueryStatsBatchReqDigests.g.cs b/src/libs/Weave/Generated/Weave.Models.TableQueryStatsBatchReqDigests.g.cs index c5ab81c..efcba73 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableQueryStatsBatchReqDigests.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableQueryStatsBatchReqDigests.g.cs @@ -15,5 +15,6 @@ public sealed partial class TableQueryStatsBatchReqDigests /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableQueryStatsBatchRes.g.cs b/src/libs/Weave/Generated/Weave.Models.TableQueryStatsBatchRes.g.cs index 58f1b74..c58dfbd 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableQueryStatsBatchRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableQueryStatsBatchRes.g.cs @@ -40,5 +40,6 @@ public TableQueryStatsBatchRes( public TableQueryStatsBatchRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableQueryStatsReq.g.cs b/src/libs/Weave/Generated/Weave.Models.TableQueryStatsReq.g.cs index 980d141..f6562a8 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableQueryStatsReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableQueryStatsReq.g.cs @@ -54,5 +54,6 @@ public TableQueryStatsReq( public TableQueryStatsReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableQueryStatsRes.g.cs b/src/libs/Weave/Generated/Weave.Models.TableQueryStatsRes.g.cs index 0c6ed23..56fc9b3 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableQueryStatsRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableQueryStatsRes.g.cs @@ -40,5 +40,6 @@ public TableQueryStatsRes( public TableQueryStatsRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableRowFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.TableRowFilter.g.cs index de59618..7c71489 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableRowFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableRowFilter.g.cs @@ -41,5 +41,6 @@ public TableRowFilter( public TableRowFilter() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableRowFilterRowDigests.g.cs b/src/libs/Weave/Generated/Weave.Models.TableRowFilterRowDigests.g.cs index 0fd1836..f956b22 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableRowFilterRowDigests.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableRowFilterRowDigests.g.cs @@ -14,5 +14,6 @@ public sealed partial class TableRowFilterRowDigests /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableRowSchema.g.cs b/src/libs/Weave/Generated/Weave.Models.TableRowSchema.g.cs index dcbe6a1..2726a14 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableRowSchema.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableRowSchema.g.cs @@ -59,5 +59,6 @@ public TableRowSchema( public TableRowSchema() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableRowSchemaOriginalIndex.g.cs b/src/libs/Weave/Generated/Weave.Models.TableRowSchemaOriginalIndex.g.cs index 8f48c49..31c4b30 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableRowSchemaOriginalIndex.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableRowSchemaOriginalIndex.g.cs @@ -14,5 +14,6 @@ public sealed partial class TableRowSchemaOriginalIndex /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableRowSchemaVal.g.cs b/src/libs/Weave/Generated/Weave.Models.TableRowSchemaVal.g.cs index cb2760e..73d855c 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableRowSchemaVal.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableRowSchemaVal.g.cs @@ -14,5 +14,6 @@ public sealed partial class TableRowSchemaVal /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableSchemaForInsert.g.cs b/src/libs/Weave/Generated/Weave.Models.TableSchemaForInsert.g.cs index 9b2ab38..cd250e9 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableSchemaForInsert.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableSchemaForInsert.g.cs @@ -61,5 +61,6 @@ public TableSchemaForInsert( public TableSchemaForInsert() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableSchemaForInsertExpectedDigest.g.cs b/src/libs/Weave/Generated/Weave.Models.TableSchemaForInsertExpectedDigest.g.cs index fbfd8e3..a0aba91 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableSchemaForInsertExpectedDigest.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableSchemaForInsertExpectedDigest.g.cs @@ -14,5 +14,6 @@ public sealed partial class TableSchemaForInsertExpectedDigest /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableSchemaForInsertRow.g.cs b/src/libs/Weave/Generated/Weave.Models.TableSchemaForInsertRow.g.cs index 71a349b..23fa3a1 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableSchemaForInsertRow.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableSchemaForInsertRow.g.cs @@ -14,5 +14,6 @@ public sealed partial class TableSchemaForInsertRow /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableStatsRow.g.cs b/src/libs/Weave/Generated/Weave.Models.TableStatsRow.g.cs index dcfe93b..5d3db9f 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableStatsRow.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableStatsRow.g.cs @@ -59,5 +59,6 @@ public TableStatsRow( public TableStatsRow() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableStatsRowStorageSizeBytes.g.cs b/src/libs/Weave/Generated/Weave.Models.TableStatsRowStorageSizeBytes.g.cs index 06120c6..9d19fdf 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableStatsRowStorageSizeBytes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableStatsRowStorageSizeBytes.g.cs @@ -14,5 +14,6 @@ public sealed partial class TableStatsRowStorageSizeBytes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableUpdateReq.g.cs b/src/libs/Weave/Generated/Weave.Models.TableUpdateReq.g.cs index 22ef798..dab04b5 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableUpdateReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableUpdateReq.g.cs @@ -60,5 +60,6 @@ public TableUpdateReq( public TableUpdateReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TableUpdateRes.g.cs b/src/libs/Weave/Generated/Weave.Models.TableUpdateRes.g.cs index 55c5405..9a57c42 100644 --- a/src/libs/Weave/Generated/Weave.Models.TableUpdateRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TableUpdateRes.g.cs @@ -51,5 +51,6 @@ public TableUpdateRes( public TableUpdateRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TagsListRes.g.cs b/src/libs/Weave/Generated/Weave.Models.TagsListRes.g.cs index 461bac3..d3a2d93 100644 --- a/src/libs/Weave/Generated/Weave.Models.TagsListRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TagsListRes.g.cs @@ -40,5 +40,6 @@ public TagsListRes( public TagsListRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilter.g.cs index c4ad275..60afcf5 100644 --- a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilter.g.cs @@ -63,5 +63,6 @@ public ThreadsQueryFilter( public ThreadsQueryFilter() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilterAfterDatetime.g.cs b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilterAfterDatetime.g.cs index 746041a..b3f0a5c 100644 --- a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilterAfterDatetime.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilterAfterDatetime.g.cs @@ -14,5 +14,6 @@ public sealed partial class ThreadsQueryFilterAfterDatetime /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilterBeforeDatetime.g.cs b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilterBeforeDatetime.g.cs index acf3865..69984d2 100644 --- a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilterBeforeDatetime.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilterBeforeDatetime.g.cs @@ -14,5 +14,6 @@ public sealed partial class ThreadsQueryFilterBeforeDatetime /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilterThreadIds.g.cs b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilterThreadIds.g.cs index f28b182..4a3838f 100644 --- a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilterThreadIds.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryFilterThreadIds.g.cs @@ -14,5 +14,6 @@ public sealed partial class ThreadsQueryFilterThreadIds /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReq.g.cs b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReq.g.cs index 57ab4bf..c9bf7e8 100644 --- a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReq.g.cs @@ -89,5 +89,6 @@ public ThreadsQueryReq( public ThreadsQueryReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqFilter.g.cs index bffb675..491c8db 100644 --- a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqFilter.g.cs @@ -14,5 +14,6 @@ public sealed partial class ThreadsQueryReqFilter /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqLimit.g.cs b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqLimit.g.cs index 7377d18..dbeb48b 100644 --- a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqLimit.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqLimit.g.cs @@ -14,5 +14,6 @@ public sealed partial class ThreadsQueryReqLimit /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqOffset.g.cs b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqOffset.g.cs index c3e2262..b2f2ccf 100644 --- a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqOffset.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqOffset.g.cs @@ -14,5 +14,6 @@ public sealed partial class ThreadsQueryReqOffset /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqSortBy.g.cs b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqSortBy.g.cs index 149caed..d841845 100644 --- a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqSortBy.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryReqSortBy.g.cs @@ -14,5 +14,6 @@ public sealed partial class ThreadsQueryReqSortBy /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryStreamThreadsStreamQueryPostResponse.g.cs b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryStreamThreadsStreamQueryPostResponse.g.cs index 325c9bf..760d00b 100644 --- a/src/libs/Weave/Generated/Weave.Models.ThreadsQueryStreamThreadsStreamQueryPostResponse.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ThreadsQueryStreamThreadsStreamQueryPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ThreadsQueryStreamThreadsStreamQueryPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TraceUsageReq.g.cs b/src/libs/Weave/Generated/Weave.Models.TraceUsageReq.g.cs index 7ea0c5d..ee7d09c 100644 --- a/src/libs/Weave/Generated/Weave.Models.TraceUsageReq.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TraceUsageReq.g.cs @@ -94,5 +94,6 @@ public TraceUsageReq( public TraceUsageReq() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TraceUsageReqFilter.g.cs b/src/libs/Weave/Generated/Weave.Models.TraceUsageReqFilter.g.cs index 7972763..69acd0c 100644 --- a/src/libs/Weave/Generated/Weave.Models.TraceUsageReqFilter.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TraceUsageReqFilter.g.cs @@ -14,5 +14,6 @@ public sealed partial class TraceUsageReqFilter /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TraceUsageReqQuery.g.cs b/src/libs/Weave/Generated/Weave.Models.TraceUsageReqQuery.g.cs index dbff22f..c7573f9 100644 --- a/src/libs/Weave/Generated/Weave.Models.TraceUsageReqQuery.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TraceUsageReqQuery.g.cs @@ -14,5 +14,6 @@ public sealed partial class TraceUsageReqQuery /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TraceUsageRes.g.cs b/src/libs/Weave/Generated/Weave.Models.TraceUsageRes.g.cs index a2f4a12..fd3f808 100644 --- a/src/libs/Weave/Generated/Weave.Models.TraceUsageRes.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TraceUsageRes.g.cs @@ -48,5 +48,6 @@ public TraceUsageRes( public TraceUsageRes() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TraceUsageResCallUsage.g.cs b/src/libs/Weave/Generated/Weave.Models.TraceUsageResCallUsage.g.cs index b7d039d..ac00194 100644 --- a/src/libs/Weave/Generated/Weave.Models.TraceUsageResCallUsage.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TraceUsageResCallUsage.g.cs @@ -14,5 +14,6 @@ public sealed partial class TraceUsageResCallUsage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.TraceUsageResCallUsage2.g.cs b/src/libs/Weave/Generated/Weave.Models.TraceUsageResCallUsage2.g.cs index c535a90..f9bffb1 100644 --- a/src/libs/Weave/Generated/Weave.Models.TraceUsageResCallUsage2.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.TraceUsageResCallUsage2.g.cs @@ -14,5 +14,6 @@ public sealed partial class TraceUsageResCallUsage2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.UsageMetricSpec.g.cs b/src/libs/Weave/Generated/Weave.Models.UsageMetricSpec.g.cs index e1a08ac..d8576f2 100644 --- a/src/libs/Weave/Generated/Weave.Models.UsageMetricSpec.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.UsageMetricSpec.g.cs @@ -69,5 +69,6 @@ public UsageMetricSpec( public UsageMetricSpec() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.Models.ValidationError.g.cs b/src/libs/Weave/Generated/Weave.Models.ValidationError.g.cs index 6ccdb46..632b745 100644 --- a/src/libs/Weave/Generated/Weave.Models.ValidationError.g.cs +++ b/src/libs/Weave/Generated/Weave.Models.ValidationError.g.cs @@ -60,5 +60,6 @@ public ValidationError( public ValidationError() { } + } } \ No newline at end of file diff --git a/src/libs/Weave/Generated/Weave.OptionsSupport.g.cs b/src/libs/Weave/Generated/Weave.OptionsSupport.g.cs index 2846b0f..599e43b 100644 --- a/src/libs/Weave/Generated/Weave.OptionsSupport.g.cs +++ b/src/libs/Weave/Generated/Weave.OptionsSupport.g.cs @@ -163,8 +163,24 @@ public sealed class AutoSDKAuthorizationProviderHook : global::Weave.AutoSDKHook { context = context ?? throw new global::System.ArgumentNullException(nameof(context)); + if (context.Request == null) + { + return; + } + + var perRequest = context.RequestOptions?.Authorizations; + if (perRequest != null && perRequest.Count > 0) + { + for (var index = 0; index < perRequest.Count; index++) + { + ApplyAuthorization(context.Request, perRequest[index]); + } + + return; + } + var provider = context.ClientOptions?.AuthorizationProvider; - if (provider == null || context.Request == null) + if (provider == null) { return; } @@ -237,6 +253,15 @@ public sealed class AutoSDKRequestOptions /// Overrides response buffering for this request when set. /// public bool? ReadResponseAsString { get; set; } + + /// + /// Optional per-request authorization values. When non-empty, the built-in + /// applies these instead of consulting + /// for this request only. + /// Useful for multi-tenant routing or "act-as" admin tooling that needs a different + /// credential per call without mutating shared client state. + /// + public global::System.Collections.Generic.IReadOnlyList? Authorizations { get; set; } } ///