Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/libs/Zep/Generated/Zep.GraphClient.SetOntology.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ public partial class GraphClient
};
partial void PrepareSetOntologyArguments(
global::System.Net.Http.HttpClient httpClient,
global::Zep.SetOntologyRequest request);
global::Zep.GraphSetOntologyRequest request);
partial void PrepareSetOntologyRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
global::Zep.SetOntologyRequest request);
global::Zep.GraphSetOntologyRequest request);
partial void ProcessSetOntologyResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
Expand All @@ -54,7 +54,7 @@ partial void ProcessSetOntologyResponseContent(
/// <exception cref="global::Zep.ApiException"></exception>
public async global::System.Threading.Tasks.Task<global::Zep.ApidataSuccessResponse> SetOntologyAsync(

global::Zep.SetOntologyRequest request,
global::Zep.GraphSetOntologyRequest request,
global::Zep.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
Expand All @@ -80,7 +80,7 @@ partial void ProcessSetOntologyResponseContent(
/// <exception cref="global::Zep.ApiException"></exception>
public async global::System.Threading.Tasks.Task<global::Zep.AutoSDKHttpResponse<global::Zep.ApidataSuccessResponse>> SetOntologyAsResponseAsync(

global::Zep.SetOntologyRequest request,
global::Zep.GraphSetOntologyRequest request,
global::Zep.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
Expand Down Expand Up @@ -469,7 +469,7 @@ partial void ProcessSetOntologyResponseContent(
global::Zep.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
var __request = new global::Zep.SetOntologyRequest
var __request = new global::Zep.GraphSetOntologyRequest
{
Entities = entities,
Edges = edges,
Expand Down
4 changes: 2 additions & 2 deletions src/libs/Zep/Generated/Zep.IGraphClient.SetOntology.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public partial interface IGraphClient
/// <exception cref="global::Zep.ApiException"></exception>
global::System.Threading.Tasks.Task<global::Zep.ApidataSuccessResponse> SetOntologyAsync(

global::Zep.SetOntologyRequest request,
global::Zep.GraphSetOntologyRequest request,
global::Zep.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand All @@ -33,7 +33,7 @@ public partial interface IGraphClient
/// <exception cref="global::Zep.ApiException"></exception>
global::System.Threading.Tasks.Task<global::Zep.AutoSDKHttpResponse<global::Zep.ApidataSuccessResponse>> SetOntologyAsResponseAsync(

global::Zep.SetOntologyRequest request,
global::Zep.GraphSetOntologyRequest request,
global::Zep.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Zep/Generated/Zep.JsonSerializerContext.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ namespace Zep
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList<global::Zep.ApidataBatchSummary>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Zep.ApidataBatchItemListResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList<global::Zep.ApidataBatchItemDetail>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Zep.SetOntologyRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Zep.GraphSetOntologyRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList<global::Zep.ApidataGraphNodeNeighbor>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList<global::Zep.ApidataThreadSummary>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList<global::Zep.ApidataDocumentSummary>))]
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Zep/Generated/Zep.JsonSerializerContextTypes.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ public sealed partial class JsonSerializerContextTypes
/// <summary>
///
/// </summary>
public global::Zep.SetOntologyRequest? Type173 { get; set; }
public global::Zep.GraphSetOntologyRequest? Type173 { get; set; }
/// <summary>
///
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Zep
{
public sealed partial class DeleteResponse
public sealed partial class GraphSetOntologyRequest
{
/// <summary>
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
Expand Down Expand Up @@ -47,20 +47,20 @@ public string ToJson(
/// <summary>
/// Deserializes a JSON string using the provided JsonSerializerContext.
/// </summary>
public static global::Zep.DeleteResponse? FromJson(
public static global::Zep.GraphSetOntologyRequest? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
typeof(global::Zep.DeleteResponse),
jsonSerializerContext) as global::Zep.DeleteResponse;
typeof(global::Zep.GraphSetOntologyRequest),
jsonSerializerContext) as global::Zep.GraphSetOntologyRequest;
}

/// <summary>
/// Deserializes a JSON string using the generated default JsonSerializerContext.
/// </summary>
public static global::Zep.DeleteResponse? FromJson(
public static global::Zep.GraphSetOntologyRequest? FromJson(
string json)
{
return FromJson(
Expand All @@ -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.DeleteResponse? FromJson(
public static global::Zep.GraphSetOntologyRequest? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
Expand All @@ -86,28 +86,28 @@ public string ToJson(
global::Zep.SourceGenerationContext.Default);
}

return global::System.Text.Json.JsonSerializer.Deserialize<global::Zep.DeleteResponse>(
return global::System.Text.Json.JsonSerializer.Deserialize<global::Zep.GraphSetOntologyRequest>(
json,
jsonSerializerOptions);
}

/// <summary>
/// Deserializes a JSON stream using the provided JsonSerializerContext.
/// </summary>
public static async global::System.Threading.Tasks.ValueTask<global::Zep.DeleteResponse?> FromJsonStreamAsync(
public static async global::System.Threading.Tasks.ValueTask<global::Zep.GraphSetOntologyRequest?> 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.DeleteResponse),
jsonSerializerContext).ConfigureAwait(false)) as global::Zep.DeleteResponse;
typeof(global::Zep.GraphSetOntologyRequest),
jsonSerializerContext).ConfigureAwait(false)) as global::Zep.GraphSetOntologyRequest;
}

/// <summary>
/// Deserializes a JSON stream using the generated default JsonSerializerContext.
/// </summary>
public static global::System.Threading.Tasks.ValueTask<global::Zep.DeleteResponse?> FromJsonStreamAsync(
public static global::System.Threading.Tasks.ValueTask<global::Zep.GraphSetOntologyRequest?> FromJsonStreamAsync(
global::System.IO.Stream jsonStream)
{
return FromJsonStreamAsync(
Expand All @@ -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<global::Zep.DeleteResponse?> FromJsonStreamAsync(
public static global::System.Threading.Tasks.ValueTask<global::Zep.GraphSetOntologyRequest?> FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
Expand All @@ -133,7 +133,7 @@ public string ToJson(
global::Zep.SourceGenerationContext.Default);
}

return global::System.Text.Json.JsonSerializer.DeserializeAsync<global::Zep.DeleteResponse?>(
return global::System.Text.Json.JsonSerializer.DeserializeAsync<global::Zep.GraphSetOntologyRequest?>(
jsonStream,
jsonSerializerOptions);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Zep
/// <summary>
///
/// </summary>
public sealed partial class SetOntologyRequest
public sealed partial class GraphSetOntologyRequest
{
/// <summary>
/// Dictionary mapping entity type names to their definitions
Expand Down Expand Up @@ -39,7 +39,7 @@ public sealed partial class SetOntologyRequest
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="SetOntologyRequest" /> class.
/// Initializes a new instance of the <see cref="GraphSetOntologyRequest" /> class.
/// </summary>
/// <param name="entities">
/// Dictionary mapping entity type names to their definitions
Expand All @@ -56,7 +56,7 @@ public sealed partial class SetOntologyRequest
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
public SetOntologyRequest(
public GraphSetOntologyRequest(
global::Zep.GraphSetOntologyPutRequestBodyContentApplicationJsonSchemaEntities? entities,
global::Zep.GraphSetOntologyPutRequestBodyContentApplicationJsonSchemaEdges? edges,
global::System.Collections.Generic.IList<string>? userIds,
Expand All @@ -69,9 +69,9 @@ public SetOntologyRequest(
}

/// <summary>
/// Initializes a new instance of the <see cref="SetOntologyRequest" /> class.
/// Initializes a new instance of the <see cref="GraphSetOntologyRequest" /> class.
/// </summary>
public SetOntologyRequest()
public GraphSetOntologyRequest()
{
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Zep
{
public sealed partial class SetOntologyRequest
public sealed partial class UserGroupDeleteResponse
{
/// <summary>
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
Expand Down Expand Up @@ -47,20 +47,20 @@ public string ToJson(
/// <summary>
/// Deserializes a JSON string using the provided JsonSerializerContext.
/// </summary>
public static global::Zep.SetOntologyRequest? FromJson(
public static global::Zep.UserGroupDeleteResponse? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
typeof(global::Zep.SetOntologyRequest),
jsonSerializerContext) as global::Zep.SetOntologyRequest;
typeof(global::Zep.UserGroupDeleteResponse),
jsonSerializerContext) as global::Zep.UserGroupDeleteResponse;
}

/// <summary>
/// Deserializes a JSON string using the generated default JsonSerializerContext.
/// </summary>
public static global::Zep.SetOntologyRequest? FromJson(
public static global::Zep.UserGroupDeleteResponse? FromJson(
string json)
{
return FromJson(
Expand All @@ -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.SetOntologyRequest? FromJson(
public static global::Zep.UserGroupDeleteResponse? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
Expand All @@ -86,28 +86,28 @@ public string ToJson(
global::Zep.SourceGenerationContext.Default);
}

return global::System.Text.Json.JsonSerializer.Deserialize<global::Zep.SetOntologyRequest>(
return global::System.Text.Json.JsonSerializer.Deserialize<global::Zep.UserGroupDeleteResponse>(
json,
jsonSerializerOptions);
}

/// <summary>
/// Deserializes a JSON stream using the provided JsonSerializerContext.
/// </summary>
public static async global::System.Threading.Tasks.ValueTask<global::Zep.SetOntologyRequest?> FromJsonStreamAsync(
public static async global::System.Threading.Tasks.ValueTask<global::Zep.UserGroupDeleteResponse?> 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.SetOntologyRequest),
jsonSerializerContext).ConfigureAwait(false)) as global::Zep.SetOntologyRequest;
typeof(global::Zep.UserGroupDeleteResponse),
jsonSerializerContext).ConfigureAwait(false)) as global::Zep.UserGroupDeleteResponse;
}

/// <summary>
/// Deserializes a JSON stream using the generated default JsonSerializerContext.
/// </summary>
public static global::System.Threading.Tasks.ValueTask<global::Zep.SetOntologyRequest?> FromJsonStreamAsync(
public static global::System.Threading.Tasks.ValueTask<global::Zep.UserGroupDeleteResponse?> FromJsonStreamAsync(
global::System.IO.Stream jsonStream)
{
return FromJsonStreamAsync(
Expand All @@ -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<global::Zep.SetOntologyRequest?> FromJsonStreamAsync(
public static global::System.Threading.Tasks.ValueTask<global::Zep.UserGroupDeleteResponse?> FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
Expand All @@ -133,7 +133,7 @@ public string ToJson(
global::Zep.SourceGenerationContext.Default);
}

return global::System.Text.Json.JsonSerializer.DeserializeAsync<global::Zep.SetOntologyRequest?>(
return global::System.Text.Json.JsonSerializer.DeserializeAsync<global::Zep.UserGroupDeleteResponse?>(
jsonStream,
jsonSerializerOptions);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Zep
/// <summary>
///
/// </summary>
public sealed partial class DeleteResponse
public sealed partial class UserGroupDeleteResponse
{

/// <summary>
Expand Down
Loading