diff --git a/src/libs/Zep/Generated/Zep.GraphClient.ListAllGraphs.g.cs b/src/libs/Zep/Generated/Zep.GraphClient.ListStandaloneGraphsInTheGraphDirectory.g.cs similarity index 89% rename from src/libs/Zep/Generated/Zep.GraphClient.ListAllGraphs.g.cs rename to src/libs/Zep/Generated/Zep.GraphClient.ListStandaloneGraphsInTheGraphDirectory.g.cs index 6ff8a69..c4d615b 100644 --- a/src/libs/Zep/Generated/Zep.GraphClient.ListAllGraphs.g.cs +++ b/src/libs/Zep/Generated/Zep.GraphClient.ListStandaloneGraphsInTheGraphDirectory.g.cs @@ -7,7 +7,7 @@ public partial class GraphClient { - private static readonly global::Zep.EndPointSecurityRequirement s_ListAllGraphsSecurityRequirement0 = + private static readonly global::Zep.EndPointSecurityRequirement s_ListStandaloneGraphsInTheGraphDirectorySecurityRequirement0 = new global::Zep.EndPointSecurityRequirement { Authorizations = new global::Zep.EndPointAuthorizationRequirement[] @@ -21,18 +21,18 @@ public partial class GraphClient }, }, }; - private static readonly global::Zep.EndPointSecurityRequirement[] s_ListAllGraphsSecurityRequirements = + private static readonly global::Zep.EndPointSecurityRequirement[] s_ListStandaloneGraphsInTheGraphDirectorySecurityRequirements = new global::Zep.EndPointSecurityRequirement[] - { s_ListAllGraphsSecurityRequirement0, + { s_ListStandaloneGraphsInTheGraphDirectorySecurityRequirement0, }; - partial void PrepareListAllGraphsArguments( + partial void PrepareListStandaloneGraphsInTheGraphDirectoryArguments( global::System.Net.Http.HttpClient httpClient, ref int? pageNumber, ref int? pageSize, ref string? search, ref string? orderBy, ref bool? asc); - partial void PrepareListAllGraphsRequest( + partial void PrepareListStandaloneGraphsInTheGraphDirectoryRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, int? pageNumber, @@ -40,18 +40,24 @@ partial void PrepareListAllGraphsRequest( string? search, string? orderBy, bool? asc); - partial void ProcessListAllGraphsResponse( + partial void ProcessListStandaloneGraphsInTheGraphDirectoryResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); - partial void ProcessListAllGraphsResponseContent( + partial void ProcessListStandaloneGraphsInTheGraphDirectoryResponseContent( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); /// - /// List all graphs.
- /// Returns all graphs. In order to list users, use user.list_ordered instead + /// List standalone graphs in the graph directory
+ /// Returns a paginated directory of live standalone graphs in the
+ /// authenticated project. Optional `search` matches `graph_id`, `name`, and
+ /// `description` (metadata only; not graph contents).
+ /// Default `pageSize` is 50 (range 1–100). To list users, use
+ /// `user.list_ordered` instead. See the
+ /// [graph directory guide](/graph-directory) for pagination, relevance
+ /// ordering, and Memory MCP exposure. ///
/// /// @@ -61,7 +67,7 @@ partial void ProcessListAllGraphsResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task ListAllGraphsAsync( + public async global::System.Threading.Tasks.Task ListStandaloneGraphsInTheGraphDirectoryAsync( int? pageNumber = default, int? pageSize = default, string? search = default, @@ -70,7 +76,7 @@ partial void ProcessListAllGraphsResponseContent( global::Zep.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __response = await ListAllGraphsAsResponseAsync( + var __response = await ListStandaloneGraphsInTheGraphDirectoryAsResponseAsync( pageNumber: pageNumber, pageSize: pageSize, search: search, @@ -83,8 +89,14 @@ partial void ProcessListAllGraphsResponseContent( return __response.Body; } /// - /// List all graphs.
- /// Returns all graphs. In order to list users, use user.list_ordered instead + /// List standalone graphs in the graph directory
+ /// Returns a paginated directory of live standalone graphs in the
+ /// authenticated project. Optional `search` matches `graph_id`, `name`, and
+ /// `description` (metadata only; not graph contents).
+ /// Default `pageSize` is 50 (range 1–100). To list users, use
+ /// `user.list_ordered` instead. See the
+ /// [graph directory guide](/graph-directory) for pagination, relevance
+ /// ordering, and Memory MCP exposure. ///
/// /// @@ -94,7 +106,7 @@ partial void ProcessListAllGraphsResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> ListAllGraphsAsResponseAsync( + public async global::System.Threading.Tasks.Task> ListStandaloneGraphsInTheGraphDirectoryAsResponseAsync( int? pageNumber = default, int? pageSize = default, string? search = default, @@ -105,7 +117,7 @@ partial void ProcessListAllGraphsResponseContent( { PrepareArguments( client: HttpClient); - PrepareListAllGraphsArguments( + PrepareListStandaloneGraphsInTheGraphDirectoryArguments( httpClient: HttpClient, pageNumber: ref pageNumber, pageSize: ref pageSize, @@ -116,8 +128,8 @@ partial void ProcessListAllGraphsResponseContent( var __authorizations = global::Zep.EndPointSecurityResolver.ResolveAuthorizations( availableAuthorizations: Authorizations, - securityRequirements: s_ListAllGraphsSecurityRequirements, - operationName: "ListAllGraphsAsync"); + securityRequirements: s_ListStandaloneGraphsInTheGraphDirectorySecurityRequirements, + operationName: "ListStandaloneGraphsInTheGraphDirectoryAsync"); using var __timeoutCancellationTokenSource = global::Zep.AutoSDKRequestOptionsSupport.CreateTimeoutCancellationTokenSource( clientOptions: Options, @@ -183,7 +195,7 @@ partial void ProcessListAllGraphsResponseContent( PrepareRequest( client: HttpClient, request: __httpRequest); - PrepareListAllGraphsRequest( + PrepareListStandaloneGraphsInTheGraphDirectoryRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, pageNumber: pageNumber, @@ -207,8 +219,8 @@ partial void ProcessListAllGraphsResponseContent( await global::Zep.AutoSDKRequestOptionsSupport.OnBeforeRequestAsync( clientOptions: Options, context: global::Zep.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ListAllGraphs", - methodName: "ListAllGraphsAsync", + operationId: "ListStandaloneGraphsInTheGraphDirectory", + methodName: "ListStandaloneGraphsInTheGraphDirectoryAsync", pathTemplate: "\"/graph/list-all\"", httpMethod: "GET", baseUri: BaseUri, @@ -241,8 +253,8 @@ partial void ProcessListAllGraphsResponseContent( await global::Zep.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::Zep.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ListAllGraphs", - methodName: "ListAllGraphsAsync", + operationId: "ListStandaloneGraphsInTheGraphDirectory", + methodName: "ListStandaloneGraphsInTheGraphDirectoryAsync", pathTemplate: "\"/graph/list-all\"", httpMethod: "GET", baseUri: BaseUri, @@ -282,8 +294,8 @@ partial void ProcessListAllGraphsResponseContent( await global::Zep.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::Zep.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ListAllGraphs", - methodName: "ListAllGraphsAsync", + operationId: "ListStandaloneGraphsInTheGraphDirectory", + methodName: "ListStandaloneGraphsInTheGraphDirectoryAsync", pathTemplate: "\"/graph/list-all\"", httpMethod: "GET", baseUri: BaseUri, @@ -322,7 +334,7 @@ partial void ProcessListAllGraphsResponseContent( ProcessResponse( client: HttpClient, response: __response); - ProcessListAllGraphsResponse( + ProcessListStandaloneGraphsInTheGraphDirectoryResponse( httpClient: HttpClient, httpResponseMessage: __response); if (__response.IsSuccessStatusCode) @@ -330,8 +342,8 @@ partial void ProcessListAllGraphsResponseContent( await global::Zep.AutoSDKRequestOptionsSupport.OnAfterSuccessAsync( clientOptions: Options, context: global::Zep.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ListAllGraphs", - methodName: "ListAllGraphsAsync", + operationId: "ListStandaloneGraphsInTheGraphDirectory", + methodName: "ListStandaloneGraphsInTheGraphDirectoryAsync", pathTemplate: "\"/graph/list-all\"", httpMethod: "GET", baseUri: BaseUri, @@ -352,8 +364,8 @@ partial void ProcessListAllGraphsResponseContent( await global::Zep.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::Zep.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ListAllGraphs", - methodName: "ListAllGraphsAsync", + operationId: "ListStandaloneGraphsInTheGraphDirectory", + methodName: "ListStandaloneGraphsInTheGraphDirectoryAsync", pathTemplate: "\"/graph/list-all\"", httpMethod: "GET", baseUri: BaseUri, @@ -456,7 +468,7 @@ partial void ProcessListAllGraphsResponseContent( client: HttpClient, response: __response, content: ref __content); - ProcessListAllGraphsResponseContent( + ProcessListStandaloneGraphsInTheGraphDirectoryResponseContent( httpClient: HttpClient, httpResponseMessage: __response, content: ref __content); diff --git a/src/libs/Zep/Generated/Zep.IGraphClient.ListAllGraphs.g.cs b/src/libs/Zep/Generated/Zep.IGraphClient.ListStandaloneGraphsInTheGraphDirectory.g.cs similarity index 61% rename from src/libs/Zep/Generated/Zep.IGraphClient.ListAllGraphs.g.cs rename to src/libs/Zep/Generated/Zep.IGraphClient.ListStandaloneGraphsInTheGraphDirectory.g.cs index 012247f..c8db143 100644 --- a/src/libs/Zep/Generated/Zep.IGraphClient.ListAllGraphs.g.cs +++ b/src/libs/Zep/Generated/Zep.IGraphClient.ListStandaloneGraphsInTheGraphDirectory.g.cs @@ -5,8 +5,14 @@ namespace Zep public partial interface IGraphClient { /// - /// List all graphs.
- /// Returns all graphs. In order to list users, use user.list_ordered instead + /// List standalone graphs in the graph directory
+ /// Returns a paginated directory of live standalone graphs in the
+ /// authenticated project. Optional `search` matches `graph_id`, `name`, and
+ /// `description` (metadata only; not graph contents).
+ /// Default `pageSize` is 50 (range 1–100). To list users, use
+ /// `user.list_ordered` instead. See the
+ /// [graph directory guide](/graph-directory) for pagination, relevance
+ /// ordering, and Memory MCP exposure. ///
/// /// @@ -16,7 +22,7 @@ public partial interface IGraphClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task ListAllGraphsAsync( + global::System.Threading.Tasks.Task ListStandaloneGraphsInTheGraphDirectoryAsync( int? pageNumber = default, int? pageSize = default, string? search = default, @@ -25,8 +31,14 @@ public partial interface IGraphClient global::Zep.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); /// - /// List all graphs.
- /// Returns all graphs. In order to list users, use user.list_ordered instead + /// List standalone graphs in the graph directory
+ /// Returns a paginated directory of live standalone graphs in the
+ /// authenticated project. Optional `search` matches `graph_id`, `name`, and
+ /// `description` (metadata only; not graph contents).
+ /// Default `pageSize` is 50 (range 1–100). To list users, use
+ /// `user.list_ordered` instead. See the
+ /// [graph directory guide](/graph-directory) for pagination, relevance
+ /// ordering, and Memory MCP exposure. ///
/// /// @@ -36,7 +48,7 @@ public partial interface IGraphClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task> ListAllGraphsAsResponseAsync( + global::System.Threading.Tasks.Task> ListStandaloneGraphsInTheGraphDirectoryAsResponseAsync( int? pageNumber = default, int? pageSize = default, string? search = default, diff --git a/src/libs/Zep/openapi.json b/src/libs/Zep/openapi.json index 5e901a6..0e2ba34 100644 --- a/src/libs/Zep/openapi.json +++ b/src/libs/Zep/openapi.json @@ -2980,9 +2980,9 @@ }, "/graph/list-all": { "get": { - "operationId": "list-all-graphs", - "summary": "List all graphs.", - "description": "Returns all graphs. In order to list users, use user.list_ordered instead", + "operationId": "list-standalone-graphs-in-the-graph-directory", + "summary": "List standalone graphs in the graph directory", + "description": "Returns a paginated directory of live standalone graphs in the\nauthenticated project. Optional `search` matches `graph_id`, `name`, and\n`description` (metadata only; not graph contents).\n\nDefault `pageSize` is 50 (range 1\u2013100). To list users, use\n`user.list_ordered` instead. See the\n[graph directory guide](/graph-directory) for pagination, relevance\nordering, and Memory MCP exposure.\n", "tags": [ "graph" ],