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