diff --git a/src/libs/Zep/Generated/Zep.GraphClient.SetOntology.g.cs b/src/libs/Zep/Generated/Zep.GraphClient.SetOntology.g.cs
index d913cb2..31b68fb 100644
--- a/src/libs/Zep/Generated/Zep.GraphClient.SetOntology.g.cs
+++ b/src/libs/Zep/Generated/Zep.GraphClient.SetOntology.g.cs
@@ -27,11 +27,11 @@ public partial class GraphClient
};
partial void PrepareSetOntologyArguments(
global::System.Net.Http.HttpClient httpClient,
- global::Zep.GraphSetOntologyRequest request);
+ global::Zep.SetOntologyRequest request);
partial void PrepareSetOntologyRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
- global::Zep.GraphSetOntologyRequest request);
+ global::Zep.SetOntologyRequest request);
partial void ProcessSetOntologyResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
@@ -54,7 +54,7 @@ partial void ProcessSetOntologyResponseContent(
///
public async global::System.Threading.Tasks.Task SetOntologyAsync(
- global::Zep.GraphSetOntologyRequest request,
+ global::Zep.SetOntologyRequest request,
global::Zep.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -80,7 +80,7 @@ partial void ProcessSetOntologyResponseContent(
///
public async global::System.Threading.Tasks.Task> SetOntologyAsResponseAsync(
- global::Zep.GraphSetOntologyRequest request,
+ global::Zep.SetOntologyRequest request,
global::Zep.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -469,7 +469,7 @@ partial void ProcessSetOntologyResponseContent(
global::Zep.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
- var __request = new global::Zep.GraphSetOntologyRequest
+ var __request = new global::Zep.SetOntologyRequest
{
Entities = entities,
Edges = edges,
diff --git a/src/libs/Zep/Generated/Zep.IGraphClient.SetOntology.g.cs b/src/libs/Zep/Generated/Zep.IGraphClient.SetOntology.g.cs
index 260af60..0d381a2 100644
--- a/src/libs/Zep/Generated/Zep.IGraphClient.SetOntology.g.cs
+++ b/src/libs/Zep/Generated/Zep.IGraphClient.SetOntology.g.cs
@@ -17,7 +17,7 @@ public partial interface IGraphClient
///
global::System.Threading.Tasks.Task SetOntologyAsync(
- global::Zep.GraphSetOntologyRequest request,
+ global::Zep.SetOntologyRequest request,
global::Zep.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -33,7 +33,7 @@ public partial interface IGraphClient
///
global::System.Threading.Tasks.Task> SetOntologyAsResponseAsync(
- global::Zep.GraphSetOntologyRequest request,
+ global::Zep.SetOntologyRequest request,
global::Zep.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
diff --git a/src/libs/Zep/Generated/Zep.JsonSerializerContext.g.cs b/src/libs/Zep/Generated/Zep.JsonSerializerContext.g.cs
index b5e00bd..3126659 100644
--- a/src/libs/Zep/Generated/Zep.JsonSerializerContext.g.cs
+++ b/src/libs/Zep/Generated/Zep.JsonSerializerContext.g.cs
@@ -238,7 +238,7 @@ namespace Zep
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Zep.ApidataBatchItemListResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Zep.GraphSetOntologyRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Zep.SetOntologyRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
diff --git a/src/libs/Zep/Generated/Zep.JsonSerializerContextTypes.g.cs b/src/libs/Zep/Generated/Zep.JsonSerializerContextTypes.g.cs
index c8d81fc..c9670e5 100644
--- a/src/libs/Zep/Generated/Zep.JsonSerializerContextTypes.g.cs
+++ b/src/libs/Zep/Generated/Zep.JsonSerializerContextTypes.g.cs
@@ -725,7 +725,7 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::Zep.GraphSetOntologyRequest? Type173 { get; set; }
+ public global::Zep.SetOntologyRequest? Type173 { get; set; }
///
///
///
diff --git a/src/libs/Zep/Generated/Zep.Models.GraphSetOntologyRequest.Json.g.cs b/src/libs/Zep/Generated/Zep.Models.DeleteResponse.Json.g.cs
similarity index 88%
rename from src/libs/Zep/Generated/Zep.Models.GraphSetOntologyRequest.Json.g.cs
rename to src/libs/Zep/Generated/Zep.Models.DeleteResponse.Json.g.cs
index b3dcda6..3cd53b5 100644
--- a/src/libs/Zep/Generated/Zep.Models.GraphSetOntologyRequest.Json.g.cs
+++ b/src/libs/Zep/Generated/Zep.Models.DeleteResponse.Json.g.cs
@@ -2,7 +2,7 @@
namespace Zep
{
- public sealed partial class GraphSetOntologyRequest
+ public sealed partial class DeleteResponse
{
///
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -47,20 +47,20 @@ public string ToJson(
///
/// Deserializes a JSON string using the provided JsonSerializerContext.
///
- public static global::Zep.GraphSetOntologyRequest? FromJson(
+ public static global::Zep.DeleteResponse? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
- typeof(global::Zep.GraphSetOntologyRequest),
- jsonSerializerContext) as global::Zep.GraphSetOntologyRequest;
+ typeof(global::Zep.DeleteResponse),
+ jsonSerializerContext) as global::Zep.DeleteResponse;
}
///
/// Deserializes a JSON string using the generated default JsonSerializerContext.
///
- public static global::Zep.GraphSetOntologyRequest? FromJson(
+ public static global::Zep.DeleteResponse? FromJson(
string json)
{
return FromJson(
@@ -75,7 +75,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::Zep.GraphSetOntologyRequest? FromJson(
+ public static global::Zep.DeleteResponse? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -86,7 +86,7 @@ public string ToJson(
global::Zep.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.Deserialize(
+ return global::System.Text.Json.JsonSerializer.Deserialize(
json,
jsonSerializerOptions);
}
@@ -94,20 +94,20 @@ public string ToJson(
///
/// Deserializes a JSON stream using the provided JsonSerializerContext.
///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
- typeof(global::Zep.GraphSetOntologyRequest),
- jsonSerializerContext).ConfigureAwait(false)) as global::Zep.GraphSetOntologyRequest;
+ typeof(global::Zep.DeleteResponse),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Zep.DeleteResponse;
}
///
/// Deserializes a JSON stream using the generated default JsonSerializerContext.
///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream)
{
return FromJsonStreamAsync(
@@ -122,7 +122,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -133,7 +133,7 @@ public string ToJson(
global::Zep.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
jsonSerializerOptions);
}
diff --git a/src/libs/Zep/Generated/Zep.Models.UserGroupDeleteResponse.g.cs b/src/libs/Zep/Generated/Zep.Models.DeleteResponse.g.cs
similarity index 89%
rename from src/libs/Zep/Generated/Zep.Models.UserGroupDeleteResponse.g.cs
rename to src/libs/Zep/Generated/Zep.Models.DeleteResponse.g.cs
index 46f852b..55196eb 100644
--- a/src/libs/Zep/Generated/Zep.Models.UserGroupDeleteResponse.g.cs
+++ b/src/libs/Zep/Generated/Zep.Models.DeleteResponse.g.cs
@@ -6,7 +6,7 @@ namespace Zep
///
///
///
- public sealed partial class UserGroupDeleteResponse
+ public sealed partial class DeleteResponse
{
///
diff --git a/src/libs/Zep/Generated/Zep.Models.UserGroupDeleteResponse.Json.g.cs b/src/libs/Zep/Generated/Zep.Models.SetOntologyRequest.Json.g.cs
similarity index 88%
rename from src/libs/Zep/Generated/Zep.Models.UserGroupDeleteResponse.Json.g.cs
rename to src/libs/Zep/Generated/Zep.Models.SetOntologyRequest.Json.g.cs
index c65e1a4..68fa49b 100644
--- a/src/libs/Zep/Generated/Zep.Models.UserGroupDeleteResponse.Json.g.cs
+++ b/src/libs/Zep/Generated/Zep.Models.SetOntologyRequest.Json.g.cs
@@ -2,7 +2,7 @@
namespace Zep
{
- public sealed partial class UserGroupDeleteResponse
+ public sealed partial class SetOntologyRequest
{
///
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -47,20 +47,20 @@ public string ToJson(
///
/// Deserializes a JSON string using the provided JsonSerializerContext.
///
- public static global::Zep.UserGroupDeleteResponse? FromJson(
+ public static global::Zep.SetOntologyRequest? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
- typeof(global::Zep.UserGroupDeleteResponse),
- jsonSerializerContext) as global::Zep.UserGroupDeleteResponse;
+ typeof(global::Zep.SetOntologyRequest),
+ jsonSerializerContext) as global::Zep.SetOntologyRequest;
}
///
/// Deserializes a JSON string using the generated default JsonSerializerContext.
///
- public static global::Zep.UserGroupDeleteResponse? FromJson(
+ public static global::Zep.SetOntologyRequest? FromJson(
string json)
{
return FromJson(
@@ -75,7 +75,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::Zep.UserGroupDeleteResponse? FromJson(
+ public static global::Zep.SetOntologyRequest? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -86,7 +86,7 @@ public string ToJson(
global::Zep.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.Deserialize(
+ return global::System.Text.Json.JsonSerializer.Deserialize(
json,
jsonSerializerOptions);
}
@@ -94,20 +94,20 @@ public string ToJson(
///
/// Deserializes a JSON stream using the provided JsonSerializerContext.
///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
- typeof(global::Zep.UserGroupDeleteResponse),
- jsonSerializerContext).ConfigureAwait(false)) as global::Zep.UserGroupDeleteResponse;
+ typeof(global::Zep.SetOntologyRequest),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Zep.SetOntologyRequest;
}
///
/// Deserializes a JSON stream using the generated default JsonSerializerContext.
///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream)
{
return FromJsonStreamAsync(
@@ -122,7 +122,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -133,7 +133,7 @@ public string ToJson(
global::Zep.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
jsonSerializerOptions);
}
diff --git a/src/libs/Zep/Generated/Zep.Models.GraphSetOntologyRequest.g.cs b/src/libs/Zep/Generated/Zep.Models.SetOntologyRequest.g.cs
similarity index 89%
rename from src/libs/Zep/Generated/Zep.Models.GraphSetOntologyRequest.g.cs
rename to src/libs/Zep/Generated/Zep.Models.SetOntologyRequest.g.cs
index 509b0ce..f1baf49 100644
--- a/src/libs/Zep/Generated/Zep.Models.GraphSetOntologyRequest.g.cs
+++ b/src/libs/Zep/Generated/Zep.Models.SetOntologyRequest.g.cs
@@ -6,7 +6,7 @@ namespace Zep
///
///
///
- public sealed partial class GraphSetOntologyRequest
+ public sealed partial class SetOntologyRequest
{
///
/// Dictionary mapping entity type names to their definitions
@@ -39,7 +39,7 @@ public sealed partial class GraphSetOntologyRequest
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
///
- /// Initializes a new instance of the class.
+ /// Initializes a new instance of the class.
///
///
/// Dictionary mapping entity type names to their definitions
@@ -56,7 +56,7 @@ public sealed partial class GraphSetOntologyRequest
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
- public GraphSetOntologyRequest(
+ public SetOntologyRequest(
global::Zep.GraphSetOntologyPutRequestBodyContentApplicationJsonSchemaEntities? entities,
global::Zep.GraphSetOntologyPutRequestBodyContentApplicationJsonSchemaEdges? edges,
global::System.Collections.Generic.IList? userIds,
@@ -69,9 +69,9 @@ public GraphSetOntologyRequest(
}
///
- /// Initializes a new instance of the class.
+ /// Initializes a new instance of the class.
///
- public GraphSetOntologyRequest()
+ public SetOntologyRequest()
{
}