From a93ae271a94a074b3d180a0fd9cf7125b36381c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Aug 2026 04:46:40 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/Zep.GraphClient.GetSubgraph.g.cs | 2 +- .../Zep.GraphNodeClient.GetNeighbors.g.cs | 2 +- .../Generated/Zep.IGraphClient.GetSubgraph.g.cs | 2 +- .../Zep.IGraphNodeClient.GetNeighbors.g.cs | 2 +- ....Models.ApidataGraphNodeNeighborsRequest.g.cs | 4 ++-- .../Zep.Models.ApidataGraphSubgraphRequest.g.cs | 4 ++-- .../Generated/Zep.Models.GraphitiEntityEdge.g.cs | 16 ++++++++-------- src/libs/Zep/openapi.json | 12 ++++++------ 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/libs/Zep/Generated/Zep.GraphClient.GetSubgraph.g.cs b/src/libs/Zep/Generated/Zep.GraphClient.GetSubgraph.g.cs index 3d45925..812b9a8 100644 --- a/src/libs/Zep/Generated/Zep.GraphClient.GetSubgraph.g.cs +++ b/src/libs/Zep/Generated/Zep.GraphClient.GetSubgraph.g.cs @@ -606,7 +606,7 @@ partial void ProcessGetSubgraphResponseContent( /// /// Filters constraining traversed edges and included nodes. Reuses the
/// graph.search filter type. search_filters.episode_metadata_filters is
- /// rejected: it cannot be enforced during graph traversal (spec-2 §9.4). + /// rejected: it cannot be enforced during graph traversal. /// /// /// Seed node UUIDs to expand from, in traversal-priority order: seeds are
diff --git a/src/libs/Zep/Generated/Zep.GraphNodeClient.GetNeighbors.g.cs b/src/libs/Zep/Generated/Zep.GraphNodeClient.GetNeighbors.g.cs index 5e4fc7e..5a7ecf9 100644 --- a/src/libs/Zep/Generated/Zep.GraphNodeClient.GetNeighbors.g.cs +++ b/src/libs/Zep/Generated/Zep.GraphNodeClient.GetNeighbors.g.cs @@ -574,7 +574,7 @@ partial void ProcessGetNeighborsResponseContent( /// /// /// Filters constraining the connecting edges (edge types, dates, and the
- /// section-3 node-/episode-anchored fields) and the neighbor nodes
+ /// node- and episode-anchored UUID fields) and the neighbor nodes
/// (node_labels/exclude_node_labels). Reuses the graph.search filter
/// type. /// diff --git a/src/libs/Zep/Generated/Zep.IGraphClient.GetSubgraph.g.cs b/src/libs/Zep/Generated/Zep.IGraphClient.GetSubgraph.g.cs index 6b434bd..63c9dff 100644 --- a/src/libs/Zep/Generated/Zep.IGraphClient.GetSubgraph.g.cs +++ b/src/libs/Zep/Generated/Zep.IGraphClient.GetSubgraph.g.cs @@ -55,7 +55,7 @@ public partial interface IGraphClient /// /// Filters constraining traversed edges and included nodes. Reuses the
/// graph.search filter type. search_filters.episode_metadata_filters is
- /// rejected: it cannot be enforced during graph traversal (spec-2 §9.4). + /// rejected: it cannot be enforced during graph traversal. /// /// /// Seed node UUIDs to expand from, in traversal-priority order: seeds are
diff --git a/src/libs/Zep/Generated/Zep.IGraphNodeClient.GetNeighbors.g.cs b/src/libs/Zep/Generated/Zep.IGraphNodeClient.GetNeighbors.g.cs index 128d7f6..09dfd9f 100644 --- a/src/libs/Zep/Generated/Zep.IGraphNodeClient.GetNeighbors.g.cs +++ b/src/libs/Zep/Generated/Zep.IGraphNodeClient.GetNeighbors.g.cs @@ -55,7 +55,7 @@ public partial interface IGraphNodeClient /// /// /// Filters constraining the connecting edges (edge types, dates, and the
- /// section-3 node-/episode-anchored fields) and the neighbor nodes
+ /// node- and episode-anchored UUID fields) and the neighbor nodes
/// (node_labels/exclude_node_labels). Reuses the graph.search filter
/// type. /// diff --git a/src/libs/Zep/Generated/Zep.Models.ApidataGraphNodeNeighborsRequest.g.cs b/src/libs/Zep/Generated/Zep.Models.ApidataGraphNodeNeighborsRequest.g.cs index e71944a..8069df5 100644 --- a/src/libs/Zep/Generated/Zep.Models.ApidataGraphNodeNeighborsRequest.g.cs +++ b/src/libs/Zep/Generated/Zep.Models.ApidataGraphNodeNeighborsRequest.g.cs @@ -33,7 +33,7 @@ public sealed partial class ApidataGraphNodeNeighborsRequest /// /// Filters constraining the connecting edges (edge types, dates, and the
- /// section-3 node-/episode-anchored fields) and the neighbor nodes
+ /// node- and episode-anchored UUID fields) and the neighbor nodes
/// (node_labels/exclude_node_labels). Reuses the graph.search filter
/// type. ///
@@ -79,7 +79,7 @@ public sealed partial class ApidataGraphNodeNeighborsRequest /// /// /// Filters constraining the connecting edges (edge types, dates, and the
- /// section-3 node-/episode-anchored fields) and the neighbor nodes
+ /// node- and episode-anchored UUID fields) and the neighbor nodes
/// (node_labels/exclude_node_labels). Reuses the graph.search filter
/// type. /// diff --git a/src/libs/Zep/Generated/Zep.Models.ApidataGraphSubgraphRequest.g.cs b/src/libs/Zep/Generated/Zep.Models.ApidataGraphSubgraphRequest.g.cs index f166d2c..76cceef 100644 --- a/src/libs/Zep/Generated/Zep.Models.ApidataGraphSubgraphRequest.g.cs +++ b/src/libs/Zep/Generated/Zep.Models.ApidataGraphSubgraphRequest.g.cs @@ -44,7 +44,7 @@ public sealed partial class ApidataGraphSubgraphRequest /// /// Filters constraining traversed edges and included nodes. Reuses the
/// graph.search filter type. search_filters.episode_metadata_filters is
- /// rejected: it cannot be enforced during graph traversal (spec-2 §9.4). + /// rejected: it cannot be enforced during graph traversal. ///
[global::System.Text.Json.Serialization.JsonPropertyName("search_filters")] public global::Zep.GraphitiSearchFilters? SearchFilters { get; set; } @@ -102,7 +102,7 @@ public sealed partial class ApidataGraphSubgraphRequest /// /// Filters constraining traversed edges and included nodes. Reuses the
/// graph.search filter type. search_filters.episode_metadata_filters is
- /// rejected: it cannot be enforced during graph traversal (spec-2 §9.4). + /// rejected: it cannot be enforced during graph traversal. /// /// /// user_id identifies the target user graph. Exactly one of user_id or
diff --git a/src/libs/Zep/Generated/Zep.Models.GraphitiEntityEdge.g.cs b/src/libs/Zep/Generated/Zep.Models.GraphitiEntityEdge.g.cs index 257a86b..bb3da66 100644 --- a/src/libs/Zep/Generated/Zep.Models.GraphitiEntityEdge.g.cs +++ b/src/libs/Zep/Generated/Zep.Models.GraphitiEntityEdge.g.cs @@ -80,7 +80,7 @@ public sealed partial class GraphitiEntityEdge /// /// SourceNodeLabels are the labels of the source node at read time. Same
- /// read-time-projection semantics as SourceNodeName (spec-2 §4). + /// read-time-projection semantics as SourceNodeName. ///
[global::System.Text.Json.Serialization.JsonPropertyName("source_node_labels")] public global::System.Collections.Generic.IList? SourceNodeLabels { get; set; } @@ -90,7 +90,7 @@ public sealed partial class GraphitiEntityEdge /// read-time projection of current node state, not a stored edge
/// attribute: a subsequent node rename is reflected on the next read.
/// Omitted (the edge is still returned) if the source node cannot be
- /// resolved, for example if it was deleted concurrently (spec-2 §4). + /// resolved, for example if it was deleted concurrently. /// [global::System.Text.Json.Serialization.JsonPropertyName("source_node_name")] public string? SourceNodeName { get; set; } @@ -104,14 +104,14 @@ public sealed partial class GraphitiEntityEdge /// /// TargetNodeLabels are the labels of the target node at read time. Same
- /// read-time-projection semantics as SourceNodeName (spec-2 §4). + /// read-time-projection semantics as SourceNodeName. ///
[global::System.Text.Json.Serialization.JsonPropertyName("target_node_labels")] public global::System.Collections.Generic.IList? TargetNodeLabels { get; set; } /// /// TargetNodeName is the name of the target node at read time. Same
- /// read-time-projection semantics as SourceNodeName (spec-2 §4). + /// read-time-projection semantics as SourceNodeName. ///
[global::System.Text.Json.Serialization.JsonPropertyName("target_node_name")] public string? TargetNodeName { get; set; } @@ -190,22 +190,22 @@ public sealed partial class GraphitiEntityEdge /// /// /// SourceNodeLabels are the labels of the source node at read time. Same
- /// read-time-projection semantics as SourceNodeName (spec-2 §4). + /// read-time-projection semantics as SourceNodeName. /// /// /// SourceNodeName is the name of the source node at read time. It is a
/// read-time projection of current node state, not a stored edge
/// attribute: a subsequent node rename is reflected on the next read.
/// Omitted (the edge is still returned) if the source node cannot be
- /// resolved, for example if it was deleted concurrently (spec-2 §4). + /// resolved, for example if it was deleted concurrently. /// /// /// TargetNodeLabels are the labels of the target node at read time. Same
- /// read-time-projection semantics as SourceNodeName (spec-2 §4). + /// read-time-projection semantics as SourceNodeName. /// /// /// TargetNodeName is the name of the target node at read time. Same
- /// read-time-projection semantics as SourceNodeName (spec-2 §4). + /// read-time-projection semantics as SourceNodeName. /// /// /// Datetime of when the fact became true diff --git a/src/libs/Zep/openapi.json b/src/libs/Zep/openapi.json index a1f00b0..9849b3c 100644 --- a/src/libs/Zep/openapi.json +++ b/src/libs/Zep/openapi.json @@ -7609,11 +7609,11 @@ "items": { "type": "string" }, - "description": "SourceNodeLabels are the labels of the source node at read time. Same\nread-time-projection semantics as SourceNodeName (spec-2 \u00a74)." + "description": "SourceNodeLabels are the labels of the source node at read time. Same\nread-time-projection semantics as SourceNodeName." }, "source_node_name": { "type": "string", - "description": "SourceNodeName is the name of the source node at read time. It is a\nread-time projection of current node state, not a stored edge\nattribute: a subsequent node rename is reflected on the next read.\nOmitted (the edge is still returned) if the source node cannot be\nresolved, for example if it was deleted concurrently (spec-2 \u00a74)." + "description": "SourceNodeName is the name of the source node at read time. It is a\nread-time projection of current node state, not a stored edge\nattribute: a subsequent node rename is reflected on the next read.\nOmitted (the edge is still returned) if the source node cannot be\nresolved, for example if it was deleted concurrently." }, "source_node_uuid": { "type": "string", @@ -7624,11 +7624,11 @@ "items": { "type": "string" }, - "description": "TargetNodeLabels are the labels of the target node at read time. Same\nread-time-projection semantics as SourceNodeName (spec-2 \u00a74)." + "description": "TargetNodeLabels are the labels of the target node at read time. Same\nread-time-projection semantics as SourceNodeName." }, "target_node_name": { "type": "string", - "description": "TargetNodeName is the name of the target node at read time. Same\nread-time-projection semantics as SourceNodeName (spec-2 \u00a74)." + "description": "TargetNodeName is the name of the target node at read time. Same\nread-time-projection semantics as SourceNodeName." }, "target_node_uuid": { "type": "string", @@ -8561,7 +8561,7 @@ }, "search_filters": { "$ref": "#/components/schemas/GraphitiSearchFilters", - "description": "Filters constraining traversed edges and included nodes. Reuses the\ngraph.search filter type. search_filters.episode_metadata_filters is\nrejected: it cannot be enforced during graph traversal (spec-2 \u00a79.4)." + "description": "Filters constraining traversed edges and included nodes. Reuses the\ngraph.search filter type. search_filters.episode_metadata_filters is\nrejected: it cannot be enforced during graph traversal." }, "seed_node_uuids": { "type": "array", @@ -8939,7 +8939,7 @@ }, "filters": { "$ref": "#/components/schemas/GraphitiSearchFilters", - "description": "Filters constraining the connecting edges (edge types, dates, and the\nsection-3 node-/episode-anchored fields) and the neighbor nodes\n(node_labels/exclude_node_labels). Reuses the graph.search filter\ntype." + "description": "Filters constraining the connecting edges (edge types, dates, and the\nnode- and episode-anchored UUID fields) and the neighbor nodes\n(node_labels/exclude_node_labels). Reuses the graph.search filter\ntype." }, "limit": { "type": "integer",