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
2 changes: 1 addition & 1 deletion src/libs/Zep/Generated/Zep.GraphClient.GetSubgraph.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ partial void ProcessGetSubgraphResponseContent(
/// <param name="searchFilters">
/// Filters constraining traversed edges and included nodes. Reuses the<br/>
/// graph.search filter type. search_filters.episode_metadata_filters is<br/>
/// rejected: it cannot be enforced during graph traversal (spec-2 §9.4).
/// rejected: it cannot be enforced during graph traversal.
/// </param>
/// <param name="seedNodeUuids">
/// Seed node UUIDs to expand from, in traversal-priority order: seeds are<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ partial void ProcessGetNeighborsResponseContent(
/// </param>
/// <param name="filters">
/// Filters constraining the connecting edges (edge types, dates, and the<br/>
/// section-3 node-/episode-anchored fields) and the neighbor nodes<br/>
/// node- and episode-anchored UUID fields) and the neighbor nodes<br/>
/// (node_labels/exclude_node_labels). Reuses the graph.search filter<br/>
/// type.
/// </param>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Zep/Generated/Zep.IGraphClient.GetSubgraph.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public partial interface IGraphClient
/// <param name="searchFilters">
/// Filters constraining traversed edges and included nodes. Reuses the<br/>
/// graph.search filter type. search_filters.episode_metadata_filters is<br/>
/// rejected: it cannot be enforced during graph traversal (spec-2 §9.4).
/// rejected: it cannot be enforced during graph traversal.
/// </param>
/// <param name="seedNodeUuids">
/// Seed node UUIDs to expand from, in traversal-priority order: seeds are<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public partial interface IGraphNodeClient
/// </param>
/// <param name="filters">
/// Filters constraining the connecting edges (edge types, dates, and the<br/>
/// section-3 node-/episode-anchored fields) and the neighbor nodes<br/>
/// node- and episode-anchored UUID fields) and the neighbor nodes<br/>
/// (node_labels/exclude_node_labels). Reuses the graph.search filter<br/>
/// type.
/// </param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public sealed partial class ApidataGraphNodeNeighborsRequest

/// <summary>
/// Filters constraining the connecting edges (edge types, dates, and the<br/>
/// section-3 node-/episode-anchored fields) and the neighbor nodes<br/>
/// node- and episode-anchored UUID fields) and the neighbor nodes<br/>
/// (node_labels/exclude_node_labels). Reuses the graph.search filter<br/>
/// type.
/// </summary>
Expand Down Expand Up @@ -79,7 +79,7 @@ public sealed partial class ApidataGraphNodeNeighborsRequest
/// </param>
/// <param name="filters">
/// Filters constraining the connecting edges (edge types, dates, and the<br/>
/// section-3 node-/episode-anchored fields) and the neighbor nodes<br/>
/// node- and episode-anchored UUID fields) and the neighbor nodes<br/>
/// (node_labels/exclude_node_labels). Reuses the graph.search filter<br/>
/// type.
/// </param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public sealed partial class ApidataGraphSubgraphRequest
/// <summary>
/// Filters constraining traversed edges and included nodes. Reuses the<br/>
/// graph.search filter type. search_filters.episode_metadata_filters is<br/>
/// rejected: it cannot be enforced during graph traversal (spec-2 §9.4).
/// rejected: it cannot be enforced during graph traversal.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("search_filters")]
public global::Zep.GraphitiSearchFilters? SearchFilters { get; set; }
Expand Down Expand Up @@ -102,7 +102,7 @@ public sealed partial class ApidataGraphSubgraphRequest
/// <param name="searchFilters">
/// Filters constraining traversed edges and included nodes. Reuses the<br/>
/// graph.search filter type. search_filters.episode_metadata_filters is<br/>
/// rejected: it cannot be enforced during graph traversal (spec-2 §9.4).
/// rejected: it cannot be enforced during graph traversal.
/// </param>
/// <param name="userId">
/// user_id identifies the target user graph. Exactly one of user_id or<br/>
Expand Down
16 changes: 8 additions & 8 deletions src/libs/Zep/Generated/Zep.Models.GraphitiEntityEdge.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public sealed partial class GraphitiEntityEdge

/// <summary>
/// SourceNodeLabels are the labels of the source node at read time. Same<br/>
/// read-time-projection semantics as SourceNodeName (spec-2 §4).
/// read-time-projection semantics as SourceNodeName.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("source_node_labels")]
public global::System.Collections.Generic.IList<string>? SourceNodeLabels { get; set; }
Expand All @@ -90,7 +90,7 @@ public sealed partial class GraphitiEntityEdge
/// read-time projection of current node state, not a stored edge<br/>
/// attribute: a subsequent node rename is reflected on the next read.<br/>
/// Omitted (the edge is still returned) if the source node cannot be<br/>
/// resolved, for example if it was deleted concurrently (spec-2 §4).
/// resolved, for example if it was deleted concurrently.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("source_node_name")]
public string? SourceNodeName { get; set; }
Expand All @@ -104,14 +104,14 @@ public sealed partial class GraphitiEntityEdge

/// <summary>
/// TargetNodeLabels are the labels of the target node at read time. Same<br/>
/// read-time-projection semantics as SourceNodeName (spec-2 §4).
/// read-time-projection semantics as SourceNodeName.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("target_node_labels")]
public global::System.Collections.Generic.IList<string>? TargetNodeLabels { get; set; }

/// <summary>
/// TargetNodeName is the name of the target node at read time. Same<br/>
/// read-time-projection semantics as SourceNodeName (spec-2 §4).
/// read-time-projection semantics as SourceNodeName.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("target_node_name")]
public string? TargetNodeName { get; set; }
Expand Down Expand Up @@ -190,22 +190,22 @@ public sealed partial class GraphitiEntityEdge
/// </param>
/// <param name="sourceNodeLabels">
/// SourceNodeLabels are the labels of the source node at read time. Same<br/>
/// read-time-projection semantics as SourceNodeName (spec-2 §4).
/// read-time-projection semantics as SourceNodeName.
/// </param>
/// <param name="sourceNodeName">
/// SourceNodeName is the name of the source node at read time. It is a<br/>
/// read-time projection of current node state, not a stored edge<br/>
/// attribute: a subsequent node rename is reflected on the next read.<br/>
/// Omitted (the edge is still returned) if the source node cannot be<br/>
/// resolved, for example if it was deleted concurrently (spec-2 §4).
/// resolved, for example if it was deleted concurrently.
/// </param>
/// <param name="targetNodeLabels">
/// TargetNodeLabels are the labels of the target node at read time. Same<br/>
/// read-time-projection semantics as SourceNodeName (spec-2 §4).
/// read-time-projection semantics as SourceNodeName.
/// </param>
/// <param name="targetNodeName">
/// TargetNodeName is the name of the target node at read time. Same<br/>
/// read-time-projection semantics as SourceNodeName (spec-2 §4).
/// read-time-projection semantics as SourceNodeName.
/// </param>
/// <param name="validAt">
/// Datetime of when the fact became true
Expand Down
12 changes: 6 additions & 6 deletions src/libs/Zep/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading