/** * PlaygroundScripts * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreatePlaygroundScript */ export declare const createPlaygroundScript: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreatePlaygroundScriptRequestSchema; output: typeof import("./platform_pb.js").CreatePlaygroundScriptResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeletePlaygroundScript */ export declare const deletePlaygroundScript: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeletePlaygroundScriptRequestSchema; output: typeof import("./platform_pb.js").DeletePlaygroundScriptResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdatePlaygroundScript */ export declare const updatePlaygroundScript: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdatePlaygroundScriptRequestSchema; output: typeof import("./platform_pb.js").UpdatePlaygroundScriptResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetPlaygroundScripts */ export declare const getPlaygroundScripts: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetPlaygroundScriptsRequestSchema; output: typeof import("./platform_pb.js").GetPlaygroundScriptsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Namespaces * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateNamespace */ export declare const createNamespace: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateNamespaceRequestSchema; output: typeof import("./platform_pb.js").CreateNamespaceResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteNamespace */ export declare const deleteNamespace: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteNamespaceRequestSchema; output: typeof import("./platform_pb.js").DeleteNamespaceResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.RenameNamespace */ export declare const renameNamespace: { methodKind: "unary"; input: typeof import("./platform_pb.js").RenameNamespaceRequestSchema; output: typeof import("./platform_pb.js").RenameNamespaceResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetNamespaces */ export declare const getNamespaces: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetNamespacesRequestSchema; output: typeof import("./platform_pb.js").GetNamespacesResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetNamespace */ export declare const getNamespace: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetNamespaceRequestSchema; output: typeof import("./platform_pb.js").GetNamespaceResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Workspace * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetWorkspace */ export declare const getWorkspace: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetWorkspaceRequestSchema; output: typeof import("./platform_pb.js").GetWorkspaceResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Contracts * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateContract */ export declare const createContract: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateContractRequestSchema; output: typeof import("./platform_pb.js").CreateContractResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateContract */ export declare const updateContract: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateContractRequestSchema; output: typeof import("./platform_pb.js").UpdateContractResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.MoveFederatedGraph */ export declare const moveFederatedGraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").MoveGraphRequestSchema; output: typeof import("./platform_pb.js").MoveGraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.MoveSubgraph */ export declare const moveSubgraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").MoveGraphRequestSchema; output: typeof import("./platform_pb.js").MoveGraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.MoveMonograph */ export declare const moveMonograph: { methodKind: "unary"; input: typeof import("./platform_pb.js").MoveGraphRequestSchema; output: typeof import("./platform_pb.js").MoveGraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CreateMonograph creates a monograph on the control plane. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateMonograph */ export declare const createMonograph: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateMonographRequestSchema; output: typeof import("./platform_pb.js").CreateMonographResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * PublishMonograph pushes the schema of the monograph to the control plane. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.PublishMonograph */ export declare const publishMonograph: { methodKind: "unary"; input: typeof import("./platform_pb.js").PublishMonographRequestSchema; output: typeof import("./platform_pb.js").PublishMonographResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteMonograph deletes a monograph from the control plane. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteMonograph */ export declare const deleteMonograph: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteMonographRequestSchema; output: typeof import("./platform_pb.js").DeleteMonographResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateMonograph updates a monograph with new urls, subscription config and readme * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateMonograph */ export declare const updateMonograph: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateMonographRequestSchema; output: typeof import("./platform_pb.js").UpdateMonographResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * MigrateMonograph converts a monograph into a federated graph. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.MigrateMonograph */ export declare const migrateMonograph: { methodKind: "unary"; input: typeof import("./platform_pb.js").MigrateMonographRequestSchema; output: typeof import("./platform_pb.js").MigrateMonographResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CreateFederatedSubgraph creates a federated subgraph on the control plane. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateFederatedSubgraph */ export declare const createFederatedSubgraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateFederatedSubgraphRequestSchema; output: typeof import("./platform_pb.js").CreateFederatedSubgraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * PublishFederatedSubgraph pushes the schema of the subgraph to the control plane. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.PublishFederatedSubgraph */ export declare const publishFederatedSubgraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").PublishFederatedSubgraphRequestSchema; output: typeof import("./platform_pb.js").PublishFederatedSubgraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * PublishFederatedSubgraphs pushes the schemas of multiple existing subgraphs to the control plane in a single * request. Affected federated graphs (and their contracts / feature flags) are composed exactly once each. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.PublishFederatedSubgraphs */ export declare const publishFederatedSubgraphs: { methodKind: "unary"; input: typeof import("./platform_pb.js").PublishFederatedSubgraphsRequestSchema; output: typeof import("./platform_pb.js").PublishFederatedSubgraphsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Gets the status of a batch publish job by the provided job identifier. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetBatchPublishJobStatus */ export declare const getBatchPublishJobStatus: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetBatchPublishJobStatusRequestSchema; output: typeof import("./platform_pb.js").GetBatchPublishJobStatusResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CreateFederatedGraph creates a federated graph on the control plane. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateFederatedGraph */ export declare const createFederatedGraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateFederatedGraphRequestSchema; output: typeof import("./platform_pb.js").CreateFederatedGraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteFederatedGraph deletes a federated graph from the control plane. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteFederatedGraph */ export declare const deleteFederatedGraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteFederatedGraphRequestSchema; output: typeof import("./platform_pb.js").DeleteFederatedGraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteFederatedSubgraph deletes a federated subgraph from the control plane. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteFederatedSubgraph */ export declare const deleteFederatedSubgraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteFederatedSubgraphRequestSchema; output: typeof import("./platform_pb.js").DeleteFederatedSubgraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CheckSubgraphSchema checks if the schema is valid and if it can be composed without conflicts with the provided new subgraph schema. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CheckSubgraphSchema */ export declare const checkSubgraphSchema: { methodKind: "unary"; input: typeof import("./platform_pb.js").CheckSubgraphSchemaRequestSchema; output: typeof import("./platform_pb.js").CheckSubgraphSchemaResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetProposedSchemaOfCheckedSubgraph */ export declare const getProposedSchemaOfCheckedSubgraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetProposedSchemaOfCheckedSubgraphRequestSchema; output: typeof import("./platform_pb.js").GetProposedSchemaOfCheckedSubgraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.FixSubgraphSchema */ export declare const fixSubgraphSchema: { methodKind: "unary"; input: typeof import("./platform_pb.js").FixSubgraphSchemaRequestSchema; output: typeof import("./platform_pb.js").FixSubgraphSchemaResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateFederatedGraph updates a federated graph with new labels and routing url * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateFederatedGraph */ export declare const updateFederatedGraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateFederatedGraphRequestSchema; output: typeof import("./platform_pb.js").UpdateFederatedGraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateSubgraph updates a subgraph with new labels and routing url * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateSubgraph */ export declare const updateSubgraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateSubgraphRequestSchema; output: typeof import("./platform_pb.js").UpdateSubgraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CheckFederatedGraph checks if the federated graph can be composed with the new labels provided. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CheckFederatedGraph */ export declare const checkFederatedGraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").CheckFederatedGraphRequestSchema; output: typeof import("./platform_pb.js").CheckFederatedGraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * WhoAmI returns the identity of the user currently logged in. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.WhoAmI */ export declare const whoAmI: { methodKind: "unary"; input: typeof import("./platform_pb.js").WhoAmIRequestSchema; output: typeof import("./platform_pb.js").WhoAmIResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GenerateRouterToken generates a temporary router token to fetch the router config. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GenerateRouterToken */ export declare const generateRouterToken: { methodKind: "unary"; input: typeof import("./platform_pb.js").GenerateRouterTokenRequestSchema; output: typeof import("./platform_pb.js").GenerateRouterTokenResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetRouterTokens returns the router tokens of a federated graph. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetRouterTokens */ export declare const getRouterTokens: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetRouterTokensRequestSchema; output: typeof import("./platform_pb.js").GetRouterTokensResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteRouterToken deletes the router token of a federated graph. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteRouterToken */ export declare const deleteRouterToken: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteRouterTokenRequestSchema; output: typeof import("./platform_pb.js").DeleteRouterTokenResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Add persisted operations * * @generated from rpc wg.cosmo.platform.v1.PlatformService.PublishPersistedOperations */ export declare const publishPersistedOperations: { methodKind: "unary"; input: typeof import("./platform_pb.js").PublishPersistedOperationsRequestSchema; output: typeof import("./platform_pb.js").PublishPersistedOperationsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Check if persisted operation has any traffic * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CheckPersistedOperationTraffic */ export declare const checkPersistedOperationTraffic: { methodKind: "unary"; input: typeof import("./platform_pb.js").CheckPersistedOperationTrafficRequestSchema; output: typeof import("./platform_pb.js").CheckPersistedOperationTrafficResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Delete/remove a persisted operation * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeletePersistedOperation */ export declare const deletePersistedOperation: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeletePersistedOperationRequestSchema; output: typeof import("./platform_pb.js").DeletePersistedOperationResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetPersistedOperations returns operations for the registered client id * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetPersistedOperations */ export declare const getPersistedOperations: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetPersistedOperationsRequestSchema; output: typeof import("./platform_pb.js").GetPersistedOperationsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetAuditLogs returns the audit logs of the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAuditLogs */ export declare const getAuditLogs: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetAuditLogsRequestSchema; output: typeof import("./platform_pb.js").GetAuditLogsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * InitializeCosmoUser takes a bearer token and ensures that the user associated with it (if valid) exists in Cosmo * * @generated from rpc wg.cosmo.platform.v1.PlatformService.InitializeCosmoUser */ export declare const initializeCosmoUser: { methodKind: "unary"; input: typeof import("./platform_pb.js").InitializeCosmoUserRequestSchema; output: typeof import("./platform_pb.js").InitializeCosmoUserResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * ListOrganizations returns all the organization the authenticated user is a member of * * @generated from rpc wg.cosmo.platform.v1.PlatformService.ListOrganizations */ export declare const listOrganizations: { methodKind: "unary"; input: typeof import("./platform_pb.js").ListOrganizationsRequestSchema; output: typeof import("./platform_pb.js").ListOrganizationsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetFederatedGraphs returns the list of federated graphs. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphs */ export declare const getFederatedGraphs: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFederatedGraphsRequestSchema; output: typeof import("./platform_pb.js").GetFederatedGraphsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetFederatedGraphsBySubgraphLabels returns the list of federated graphs based on the subgraph labels * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphsBySubgraphLabels */ export declare const getFederatedGraphsBySubgraphLabels: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFederatedGraphsBySubgraphLabelsRequestSchema; output: typeof import("./platform_pb.js").GetFederatedGraphsBySubgraphLabelsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetFederatedGraphByName returns the federated graph by name. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphByName */ export declare const getFederatedGraphByName: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFederatedGraphByNameRequestSchema; output: typeof import("./platform_pb.js").GetFederatedGraphByNameResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetFederatedGraphSDLByName returns the latest valid SDL of the federated graph by name. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphSDLByName */ export declare const getFederatedGraphSDLByName: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFederatedGraphSDLByNameRequestSchema; output: typeof import("./platform_pb.js").GetFederatedGraphSDLByNameResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetSubgraphs returns the list of subgraphs. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetSubgraphs */ export declare const getSubgraphs: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetSubgraphsRequestSchema; output: typeof import("./platform_pb.js").GetSubgraphsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetSubgraphByName returns the subgraph by name. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetSubgraphByName */ export declare const getSubgraphByName: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetSubgraphByNameRequestSchema; output: typeof import("./platform_pb.js").GetSubgraphByNameResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetSubgraphSDLFromLatestComposition returns the latest valid SDL of the subgraph composed with the federated graph. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetSubgraphSDLFromLatestComposition */ export declare const getSubgraphSDLFromLatestComposition: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetSubgraphSDLFromLatestCompositionRequestSchema; output: typeof import("./platform_pb.js").GetSubgraphSDLFromLatestCompositionResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetLatestSubgraphSDL returns the latest SDL of the subgraph by name. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetLatestSubgraphSDL */ export declare const getLatestSubgraphSDL: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetLatestSubgraphSDLRequestSchema; output: typeof import("./platform_pb.js").GetLatestSubgraphSDLResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetChecksByFederatedGraphName return schema and composition checks that concern a federated graph * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetChecksByFederatedGraphName */ export declare const getChecksByFederatedGraphName: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetChecksByFederatedGraphNameRequestSchema; output: typeof import("./platform_pb.js").GetChecksByFederatedGraphNameResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetCheckSummary returns top level information about a schema check * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetCheckSummary */ export declare const getCheckSummary: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetCheckSummaryRequestSchema; output: typeof import("./platform_pb.js").GetCheckSummaryResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetCheckOperations returns affected operations for a check * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetCheckOperations */ export declare const getCheckOperations: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetCheckOperationsRequestSchema; output: typeof import("./platform_pb.js").GetCheckOperationsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * ForceCheckSuccess forces a failed check to be marked as successful * * @generated from rpc wg.cosmo.platform.v1.PlatformService.ForceCheckSuccess */ export declare const forceCheckSuccess: { methodKind: "unary"; input: typeof import("./platform_pb.js").ForceCheckSuccessRequestSchema; output: typeof import("./platform_pb.js").ForceCheckSuccessResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CreateOperationOverrides marks if the given set of changes as safe for an operation * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateOperationOverrides */ export declare const createOperationOverrides: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateOperationOverridesRequestSchema; output: typeof import("./platform_pb.js").CreateOperationOverridesResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * RemoveOperationOverride removes a change from the safe-list for an operation * * @generated from rpc wg.cosmo.platform.v1.PlatformService.RemoveOperationOverrides */ export declare const removeOperationOverrides: { methodKind: "unary"; input: typeof import("./platform_pb.js").RemoveOperationOverridesRequestSchema; output: typeof import("./platform_pb.js").RemoveOperationOverridesResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CreateOperationIgnoreAllOverride adds an ignore all override for the operation * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateOperationIgnoreAllOverride */ export declare const createOperationIgnoreAllOverride: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateOperationIgnoreAllOverrideRequestSchema; output: typeof import("./platform_pb.js").CreateOperationIgnoreAllOverrideResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * RemoveOperationIgnoreAllOverride removes the ignore all override for the operation * * @generated from rpc wg.cosmo.platform.v1.PlatformService.RemoveOperationIgnoreAllOverride */ export declare const removeOperationIgnoreAllOverride: { methodKind: "unary"; input: typeof import("./platform_pb.js").RemoveOperationIgnoreAllOverrideRequestSchema; output: typeof import("./platform_pb.js").RemoveOperationIgnoreAllOverrideResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOperationOverrides retrieves all overrides for an operation hash * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOperationOverrides */ export declare const getOperationOverrides: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOperationOverridesRequestSchema; output: typeof import("./platform_pb.js").GetOperationOverridesResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetAllOverrides returns all overrides for operations within a namespace * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAllOverrides */ export declare const getAllOverrides: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetAllOverridesRequestSchema; output: typeof import("./platform_pb.js").GetAllOverridesResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * ToggleChangeOverridesForAllOperations marks all impacting changes of a given check either safe or unsafe * * @generated from rpc wg.cosmo.platform.v1.PlatformService.ToggleChangeOverridesForAllOperations */ export declare const toggleChangeOverridesForAllOperations: { methodKind: "unary"; input: typeof import("./platform_pb.js").ToggleChangeOverridesForAllOperationsRequestSchema; output: typeof import("./platform_pb.js").ToggleChangeOverridesForAllOperationsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CreateIgnoreOverridesForAllOperations creates ignore override for all operations of a given check * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateIgnoreOverridesForAllOperations */ export declare const createIgnoreOverridesForAllOperations: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateIgnoreOverridesForAllOperationsRequestSchema; output: typeof import("./platform_pb.js").CreateIgnoreOverridesForAllOperationsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOperationContent returns the operation body by searching using the hash * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOperationContent */ export declare const getOperationContent: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOperationContentRequestSchema; output: typeof import("./platform_pb.js").GetOperationContentResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetFederatedGraphChangelog returns the changelog of the federated graph. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphChangelog */ export declare const getFederatedGraphChangelog: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFederatedGraphChangelogRequestSchema; output: typeof import("./platform_pb.js").GetFederatedGraphChangelogResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CreateFederatedGraphToken creates a federated graph token that is consumed by the router to authenticate requests. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateFederatedGraphToken */ export declare const createFederatedGraphToken: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateFederatedGraphTokenRequestSchema; output: typeof import("./platform_pb.js").CreateFederatedGraphTokenResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOrganizationBySlug returns a specific organization by its slug * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationBySlug */ export declare const getOrganizationBySlug: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOrganizationBySlugRequestSchema; output: typeof import("./platform_pb.js").GetOrganizationBySlugResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOrganizationMembers returns the list of organization members * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationMembers */ export declare const getOrganizationMembers: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOrganizationMembersRequestSchema; output: typeof import("./platform_pb.js").GetOrganizationMembersResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOrganizationMembers returns the list of pending organization invites * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetPendingOrganizationMembers */ export declare const getPendingOrganizationMembers: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetPendingOrganizationMembersRequestSchema; output: typeof import("./platform_pb.js").GetPendingOrganizationMembersResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * IsMemberLimitReached returns whether the organization has reached the member limit * * @generated from rpc wg.cosmo.platform.v1.PlatformService.IsMemberLimitReached */ export declare const isMemberLimitReached: { methodKind: "unary"; input: typeof import("./platform_pb.js").IsMemberLimitReachedRequestSchema; output: typeof import("./platform_pb.js").IsMemberLimitReachedResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * InviteUser invites an user to join the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.InviteUser */ export declare const inviteUser: { methodKind: "unary"; input: typeof import("./platform_pb.js").InviteUserRequestSchema; output: typeof import("./platform_pb.js").InviteUserResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * InviteUsers invites multiple users to join the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.InviteUsers */ export declare const inviteUsers: { methodKind: "unary"; input: typeof import("./platform_pb.js").InviteUsersRequestSchema; output: typeof import("./platform_pb.js").InviteUsersResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetAPIKeys returns a list of API keys of the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAPIKeys */ export declare const getAPIKeys: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetAPIKeysRequestSchema; output: typeof import("./platform_pb.js").GetAPIKeysResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CreateAPIKey creates an API key for the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateAPIKey */ export declare const createAPIKey: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateAPIKeyRequestSchema; output: typeof import("./platform_pb.js").CreateAPIKeyResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateAPIKey updates an API key for the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateAPIKey */ export declare const updateAPIKey: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateAPIKeyRequestSchema; output: typeof import("./platform_pb.js").UpdateAPIKeyResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteAPIKey deletes an API key for the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteAPIKey */ export declare const deleteAPIKey: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteAPIKeyRequestSchema; output: typeof import("./platform_pb.js").DeleteAPIKeyResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * RemoveOrganizationMember removes the user from the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.RemoveOrganizationMember */ export declare const removeOrganizationMember: { methodKind: "unary"; input: typeof import("./platform_pb.js").RemoveOrganizationMemberRequestSchema; output: typeof import("./platform_pb.js").RemoveOrganizationMemberResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * RemoveInvitation removes the org invitation of the user * * @generated from rpc wg.cosmo.platform.v1.PlatformService.RemoveInvitation */ export declare const removeInvitation: { methodKind: "unary"; input: typeof import("./platform_pb.js").RemoveInvitationRequestSchema; output: typeof import("./platform_pb.js").RemoveInvitationResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * MigrateFromApollo migrates the graphs from apollo to cosmo * * @generated from rpc wg.cosmo.platform.v1.PlatformService.MigrateFromApollo */ export declare const migrateFromApollo: { methodKind: "unary"; input: typeof import("./platform_pb.js").MigrateFromApolloRequestSchema; output: typeof import("./platform_pb.js").MigrateFromApolloResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Organization Member Group management * CreateOrganizationGroup creates a new organization group * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateOrganizationGroup */ export declare const createOrganizationGroup: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateOrganizationGroupRequestSchema; output: typeof import("./platform_pb.js").CreateOrganizationGroupResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOrganizationGroups returns the list of organization groups * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationGroups */ export declare const getOrganizationGroups: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOrganizationGroupsRequestSchema; output: typeof import("./platform_pb.js").GetOrganizationGroupsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOrganizationGroupMembers returns the list of members belonging to the provided organization group * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationGroupMembers */ export declare const getOrganizationGroupMembers: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOrganizationGroupMembersRequestSchema; output: typeof import("./platform_pb.js").GetOrganizationGroupMembersResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateOrganizationGroup updates the rule list for an organization group * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationGroup */ export declare const updateOrganizationGroup: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateOrganizationGroupRequestSchema; output: typeof import("./platform_pb.js").UpdateOrganizationGroupResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteOrganizationGroup deletes an existing organization group * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteOrganizationGroup */ export declare const deleteOrganizationGroup: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteOrganizationGroupRequestSchema; output: typeof import("./platform_pb.js").DeleteOrganizationGroupResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CreateOrganizationWebhookConfig create a new webhook config for the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateOrganizationWebhookConfig */ export declare const createOrganizationWebhookConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateOrganizationWebhookConfigRequestSchema; output: typeof import("./platform_pb.js").CreateOrganizationWebhookConfigResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOrganizationWebhookConfigs returns all webhooks for the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationWebhookConfigs */ export declare const getOrganizationWebhookConfigs: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOrganizationWebhookConfigsRequestSchema; output: typeof import("./platform_pb.js").GetOrganizationWebhookConfigsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOrganizationWebhookMeta returns the meta data for a particular webhook * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationWebhookMeta */ export declare const getOrganizationWebhookMeta: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOrganizationWebhookMetaRequestSchema; output: typeof import("./platform_pb.js").GetOrganizationWebhookMetaResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateOrganizationWebhookConfig updates an existing webhook for the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationWebhookConfig */ export declare const updateOrganizationWebhookConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateOrganizationWebhookConfigRequestSchema; output: typeof import("./platform_pb.js").UpdateOrganizationWebhookConfigResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteOrganizationWebhookConfig deletes an organization webhook * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteOrganizationWebhookConfig */ export declare const deleteOrganizationWebhookConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteOrganizationWebhookConfigRequestSchema; output: typeof import("./platform_pb.js").DeleteOrganizationWebhookConfigResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOrganizationWebhookHistory retrieves all webhook deliveries for the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationWebhookHistory */ export declare const getOrganizationWebhookHistory: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOrganizationWebhookHistoryRequestSchema; output: typeof import("./platform_pb.js").GetOrganizationWebhookHistoryResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetWebhookDeliveryDetails retrieves details for a particular webhook * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetWebhookDeliveryDetails */ export declare const getWebhookDeliveryDetails: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetWebhookDeliveryDetailsRequestSchema; output: typeof import("./platform_pb.js").GetWebhookDeliveryDetailsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * RedeliverWebhook triggers the delivery of the given webhook once again * * @generated from rpc wg.cosmo.platform.v1.PlatformService.RedeliverWebhook */ export declare const redeliverWebhook: { methodKind: "unary"; input: typeof import("./platform_pb.js").RedeliverWebhookRequestSchema; output: typeof import("./platform_pb.js").RedeliverWebhookResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CreateIntegration create a new integration for the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateIntegration */ export declare const createIntegration: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateIntegrationRequestSchema; output: typeof import("./platform_pb.js").CreateIntegrationResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOrganizationIntegrations returns all integrations of the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationIntegrations */ export declare const getOrganizationIntegrations: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOrganizationIntegrationsRequestSchema; output: typeof import("./platform_pb.js").GetOrganizationIntegrationsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateIntegrationConfig updates an existing integration of the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateIntegrationConfig */ export declare const updateIntegrationConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateIntegrationConfigRequestSchema; output: typeof import("./platform_pb.js").UpdateIntegrationConfigResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteIntegration deletes an organization web integration hook * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteIntegration */ export declare const deleteIntegration: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteIntegrationRequestSchema; output: typeof import("./platform_pb.js").DeleteIntegrationResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteUser deletes the user * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteUser */ export declare const deleteUser: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteUserRequestSchema; output: typeof import("./platform_pb.js").DeleteUserResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteOrganization deletes an organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteOrganization */ export declare const deleteOrganization: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteOrganizationRequestSchema; output: typeof import("./platform_pb.js").DeleteOrganizationResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * RestoreOrganization restore an organization pending deletion * * @generated from rpc wg.cosmo.platform.v1.PlatformService.RestoreOrganization */ export declare const restoreOrganization: { methodKind: "unary"; input: typeof import("./platform_pb.js").RestoreOrganizationRequestSchema; output: typeof import("./platform_pb.js").RestoreOrganizationResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * LeaveOrganization removes a member from the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.LeaveOrganization */ export declare const leaveOrganization: { methodKind: "unary"; input: typeof import("./platform_pb.js").LeaveOrganizationRequestSchema; output: typeof import("./platform_pb.js").LeaveOrganizationResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateOrganizationDetails updates the name and slug of the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationDetails */ export declare const updateOrganizationDetails: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateOrganizationDetailsRequestSchema; output: typeof import("./platform_pb.js").UpdateOrganizationDetailsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateOrgMemberGroup updates the group of an organization member * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrgMemberGroup */ export declare const updateOrgMemberGroup: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateOrgMemberGroupRequestSchema; output: typeof import("./platform_pb.js").UpdateOrgMemberGroupResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * IsGitHubAppInstalled checks if the cosmo github app is installed to a repository * * @generated from rpc wg.cosmo.platform.v1.PlatformService.IsGitHubAppInstalled */ export declare const isGitHubAppInstalled: { methodKind: "unary"; input: typeof import("./platform_pb.js").IsGitHubAppInstalledRequestSchema; output: typeof import("./platform_pb.js").IsGitHubAppInstalledResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CreateOIDCProvider adds an oidc provider to the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateOIDCProvider */ export declare const createOIDCProvider: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateOIDCProviderRequestSchema; output: typeof import("./platform_pb.js").CreateOIDCProviderResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOIDCProvider gets the oidc provider connected the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOIDCProvider */ export declare const getOIDCProvider: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOIDCProviderRequestSchema; output: typeof import("./platform_pb.js").GetOIDCProviderResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * ListOIDCProviders lists all OIDC providers configured for the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.ListOIDCProviders */ export declare const listOIDCProviders: { methodKind: "unary"; input: typeof import("./platform_pb.js").ListOIDCProvidersRequestSchema; output: typeof import("./platform_pb.js").ListOIDCProvidersResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteOIDCProvider deletes the oidc provider connected the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteOIDCProvider */ export declare const deleteOIDCProvider: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteOIDCProviderRequestSchema; output: typeof import("./platform_pb.js").DeleteOIDCProviderResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateIDPMappers updates the mappings of the oidc provider * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateIDPMappers */ export declare const updateIDPMappers: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateIDPMappersRequestSchema; output: typeof import("./platform_pb.js").UpdateIDPMappersResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetClients returns all the clients of the federated graph * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetClients */ export declare const getClients: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetClientsRequestSchema; output: typeof import("./platform_pb.js").GetClientsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * PreviewDeleteClient returns the affected operation count for deleting a client * * @generated from rpc wg.cosmo.platform.v1.PlatformService.PreviewDeleteClient */ export declare const previewDeleteClient: { methodKind: "unary"; input: typeof import("./platform_pb.js").PreviewDeleteClientRequestSchema; output: typeof import("./platform_pb.js").PreviewDeleteClientResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteClient deletes a registered client and its persisted operations * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteClient */ export declare const deleteClient: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteClientRequestSchema; output: typeof import("./platform_pb.js").DeleteClientResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetRouters returns all active routers of the federated graph * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetRouters */ export declare const getRouters: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetRoutersRequestSchema; output: typeof import("./platform_pb.js").GetRoutersResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetInvitations returns all the invitations a user has received * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetInvitations */ export declare const getInvitations: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetInvitationsRequestSchema; output: typeof import("./platform_pb.js").GetInvitationsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * AcceptOrDeclineInvitation accepts or declines the invitation * * @generated from rpc wg.cosmo.platform.v1.PlatformService.AcceptOrDeclineInvitation */ export declare const acceptOrDeclineInvitation: { methodKind: "unary"; input: typeof import("./platform_pb.js").AcceptOrDeclineInvitationRequestSchema; output: typeof import("./platform_pb.js").AcceptOrDeclineInvitationResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetCompositions returns all the compositions of the federated graph * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetCompositions */ export declare const getCompositions: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetCompositionsRequestSchema; output: typeof import("./platform_pb.js").GetCompositionsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetCompositionDetails returns the details of that composition * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetCompositionDetails */ export declare const getCompositionDetails: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetCompositionDetailsRequestSchema; output: typeof import("./platform_pb.js").GetCompositionDetailsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetSdlBySchemaVersion returns the sdl based on the schema version * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetSdlBySchemaVersion */ export declare const getSdlBySchemaVersion: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetSdlBySchemaVersionRequestSchema; output: typeof import("./platform_pb.js").GetSdlBySchemaVersionResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetChangelogBySchemaVersion returns the changelog based on the schema version * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetChangelogBySchemaVersion */ export declare const getChangelogBySchemaVersion: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetChangelogBySchemaVersionRequestSchema; output: typeof import("./platform_pb.js").GetChangelogBySchemaVersionResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetUserAccessibleResources returns all the federated and subgraphs where the user has write permissions * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetUserAccessibleResources */ export declare const getUserAccessibleResources: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetUserAccessibleResourcesRequestSchema; output: typeof import("./platform_pb.js").GetUserAccessibleResourcesResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateFeatureSettings updates the setinngs of features(ai, rbac, scim) of the organization * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateFeatureSettings */ export declare const updateFeatureSettings: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateFeatureSettingsRequestSchema; output: typeof import("./platform_pb.js").UpdateFeatureSettingsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetSubgraphMembers gets all the members of the subgraph * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetSubgraphMembers */ export declare const getSubgraphMembers: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetSubgraphMembersRequestSchema; output: typeof import("./platform_pb.js").GetSubgraphMembersResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * AddReadme adds a readme of a target, can be a subgraph or a federated graph * * @generated from rpc wg.cosmo.platform.v1.PlatformService.AddReadme */ export declare const addReadme: { methodKind: "unary"; input: typeof import("./platform_pb.js").AddReadmeRequestSchema; output: typeof import("./platform_pb.js").AddReadmeResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetUserAccessiblePermissions returns all the federated and subgraphs where the user has write permissions * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetUserAccessiblePermissions */ export declare const getUserAccessiblePermissions: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetUserAccessiblePermissionsRequestSchema; output: typeof import("./platform_pb.js").GetUserAccessiblePermissionsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * CreateFeatureFlag creates a new feature flag for the selected feature graphs * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateFeatureFlag */ export declare const createFeatureFlag: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateFeatureFlagRequestSchema; output: typeof import("./platform_pb.js").CreateFeatureFlagResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteFeatureFlag deletes an existing feature flag * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteFeatureFlag */ export declare const deleteFeatureFlag: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteFeatureFlagRequestSchema; output: typeof import("./platform_pb.js").DeleteFeatureFlagResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateFeatureFlag updates a new feature flag for the selected feature graphs * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateFeatureFlag */ export declare const updateFeatureFlag: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateFeatureFlagRequestSchema; output: typeof import("./platform_pb.js").UpdateFeatureFlagResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * EnableFeatureFlag enables/disables a feature flag * * @generated from rpc wg.cosmo.platform.v1.PlatformService.EnableFeatureFlag */ export declare const enableFeatureFlag: { methodKind: "unary"; input: typeof import("./platform_pb.js").EnableFeatureFlagRequestSchema; output: typeof import("./platform_pb.js").EnableFeatureFlagResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Analytics * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAnalyticsView */ export declare const getAnalyticsView: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetAnalyticsViewRequestSchema; output: typeof import("./platform_pb.js").GetAnalyticsViewResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetDashboardAnalyticsView */ export declare const getDashboardAnalyticsView: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetDashboardAnalyticsViewRequestSchema; output: typeof import("./platform_pb.js").GetDashboardAnalyticsViewResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetTrace */ export declare const getTrace: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetTraceRequestSchema; output: typeof import("./platform_pb.js").GetTraceResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetGraphMetrics */ export declare const getGraphMetrics: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetGraphMetricsRequestSchema; output: typeof import("./platform_pb.js").GetGraphMetricsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetMetricsErrorRate */ export declare const getMetricsErrorRate: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetMetricsErrorRateRequestSchema; output: typeof import("./platform_pb.js").GetMetricsErrorRateResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetSubgraphMetrics */ export declare const getSubgraphMetrics: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetSubgraphMetricsRequestSchema; output: typeof import("./platform_pb.js").GetSubgraphMetricsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetSubgraphMetricsErrorRate */ export declare const getSubgraphMetricsErrorRate: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetSubgraphMetricsErrorRateRequestSchema; output: typeof import("./platform_pb.js").GetSubgraphMetricsErrorRateResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFieldUsage */ export declare const getFieldUsage: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFieldUsageRequestSchema; output: typeof import("./platform_pb.js").GetFieldUsageResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationRequestsCount */ export declare const getOrganizationRequestsCount: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOrganizationRequestsCountRequestSchema; output: typeof import("./platform_pb.js").GetOrganizationRequestsCountResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateOrganization */ export declare const createOrganization: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateOrganizationRequestSchema; output: typeof import("./platform_pb.js").CreateOrganizationResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * EnableLintingForTheNamespace enables the lint check for the namespace passed. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.EnableLintingForTheNamespace */ export declare const enableLintingForTheNamespace: { methodKind: "unary"; input: typeof import("./platform_pb.js").EnableLintingForTheNamespaceRequestSchema; output: typeof import("./platform_pb.js").EnableLintingForTheNamespaceResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * ConfigureNamespaceLintConfig configures the lint config of the organization. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.ConfigureNamespaceLintConfig */ export declare const configureNamespaceLintConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").ConfigureNamespaceLintConfigRequestSchema; output: typeof import("./platform_pb.js").ConfigureNamespaceLintConfigResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetNamespaceLintConfig returns the lint config of the namespace. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetNamespaceLintConfig */ export declare const getNamespaceLintConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetNamespaceLintConfigRequestSchema; output: typeof import("./platform_pb.js").GetNamespaceLintConfigResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetNamespaceChecksConfig returns the checks config of the namespace. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetNamespaceChecksConfig */ export declare const getNamespaceChecksConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetNamespaceChecksConfigurationRequestSchema; output: typeof import("./platform_pb.js").GetNamespaceChecksConfigurationResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateNamespaceChecksConfig updates the checks configuration for the namespace passed. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateNamespaceChecksConfig */ export declare const updateNamespaceChecksConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateNamespaceChecksConfigurationRequestSchema; output: typeof import("./platform_pb.js").UpdateNamespaceChecksConfigurationResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * EnablePruningForTheNamespace enables the graph pruning check for the namespace passed. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.EnableGraphPruning */ export declare const enableGraphPruning: { methodKind: "unary"; input: typeof import("./platform_pb.js").EnableGraphPruningRequestSchema; output: typeof import("./platform_pb.js").EnableGraphPruningResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * ConfigureNamespaceGraphPruningConfig configures the graph pruning config of the organization. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.ConfigureNamespaceGraphPruningConfig */ export declare const configureNamespaceGraphPruningConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").ConfigureNamespaceGraphPruningConfigRequestSchema; output: typeof import("./platform_pb.js").ConfigureNamespaceGraphPruningConfigResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetNamespaceGraphPruningConfig returns the graph pruning config of the namespace. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetNamespaceGraphPruningConfig */ export declare const getNamespaceGraphPruningConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetNamespaceGraphPruningConfigRequestSchema; output: typeof import("./platform_pb.js").GetNamespaceGraphPruningConfigResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetFeatureFlags returns the feature flags of the namespace * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFeatureFlags */ export declare const getFeatureFlags: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFeatureFlagsRequestSchema; output: typeof import("./platform_pb.js").GetFeatureFlagsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetFeatureFlagByName returns the feature flag of the namespace * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFeatureFlagByName */ export declare const getFeatureFlagByName: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFeatureFlagByNameRequestSchema; output: typeof import("./platform_pb.js").GetFeatureFlagByNameResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetFeatureSubgraphsByFeatureFlag returns the feature subgraphs of a feature flag * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFeatureSubgraphsByFeatureFlag */ export declare const getFeatureSubgraphsByFeatureFlag: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFeatureSubgraphsByFeatureFlagRequestSchema; output: typeof import("./platform_pb.js").GetFeatureSubgraphsByFeatureFlagResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetFeatureSubgraphs returns the list of feature subgraphs. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFeatureSubgraphs */ export declare const getFeatureSubgraphs: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFeatureSubgraphsRequestSchema; output: typeof import("./platform_pb.js").GetFeatureSubgraphsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetFeatureFlagsByFederatedGraph returns the list of feature flags which match the label matchers of the federated graph. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFeatureFlagsByFederatedGraph */ export declare const getFeatureFlagsByFederatedGraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFeatureFlagsByFederatedGraphRequestSchema; output: typeof import("./platform_pb.js").GetFeatureFlagsByFederatedGraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetFeatureFlagsInLatestCompositionByFederatedGraph returns only the feature flags that are part of the latest valid composition. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFeatureFlagsInLatestCompositionByFederatedGraph */ export declare const getFeatureFlagsInLatestCompositionByFederatedGraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFeatureFlagsInLatestCompositionByFederatedGraphRequestSchema; output: typeof import("./platform_pb.js").GetFeatureFlagsInLatestCompositionByFederatedGraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetFeatureSubgraphsByFederatedGraph returns the paginated list of unique feature subgraphs across all feature flags of the federated graph. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFeatureSubgraphsByFederatedGraph */ export declare const getFeatureSubgraphsByFederatedGraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFeatureSubgraphsByFederatedGraphRequestSchema; output: typeof import("./platform_pb.js").GetFeatureSubgraphsByFederatedGraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetFederatedGraphById returns the federated graph by id. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphById */ export declare const getFederatedGraphById: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetFederatedGraphByIdRequestSchema; output: typeof import("./platform_pb.js").GetFederatedGraphByIdResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetSubgraphById returns the subgraph by id. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetSubgraphById */ export declare const getSubgraphById: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetSubgraphByIdRequestSchema; output: typeof import("./platform_pb.js").GetSubgraphByIdResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * PushCacheWarmerOperation adds a operation to the list of cache warmer operations. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.PushCacheWarmerOperation */ export declare const pushCacheWarmerOperation: { methodKind: "unary"; input: typeof import("./platform_pb.js").PushCacheWarmerOperationRequestSchema; output: typeof import("./platform_pb.js").PushCacheWarmerOperationResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetCacheWarmerOperations returns the list of cache warmer operations. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetCacheWarmerOperations */ export declare const getCacheWarmerOperations: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetCacheWarmerOperationsRequestSchema; output: typeof import("./platform_pb.js").GetCacheWarmerOperationsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * ComputeCacheWarmerOperations computes the list of cache warmer operations. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.ComputeCacheWarmerOperations */ export declare const computeCacheWarmerOperations: { methodKind: "unary"; input: typeof import("./platform_pb.js").ComputeCacheWarmerOperationsRequestSchema; output: typeof import("./platform_pb.js").ComputeCacheWarmerOperationsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * ConfigureCacheWarmer enables cache warmer for the namespace passed. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.ConfigureCacheWarmer */ export declare const configureCacheWarmer: { methodKind: "unary"; input: typeof import("./platform_pb.js").ConfigureCacheWarmerRequestSchema; output: typeof import("./platform_pb.js").ConfigureCacheWarmerResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetCacheWarmerConfig gets the config of cache warming for that namespace. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetCacheWarmerConfig */ export declare const getCacheWarmerConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetCacheWarmerConfigRequestSchema; output: typeof import("./platform_pb.js").GetCacheWarmerConfigResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * DeleteCacheWarmerOperation deletes a cache warmer operation. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteCacheWarmerOperation */ export declare const deleteCacheWarmerOperation: { methodKind: "unary"; input: typeof import("./platform_pb.js").DeleteCacheWarmerOperationRequestSchema; output: typeof import("./platform_pb.js").DeleteCacheWarmerOperationResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetSubgraphCheckExtensionsConfig */ export declare const getSubgraphCheckExtensionsConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetSubgraphCheckExtensionsConfigRequestSchema; output: typeof import("./platform_pb.js").GetSubgraphCheckExtensionsConfigResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.ConfigureSubgraphCheckExtensions */ export declare const configureSubgraphCheckExtensions: { methodKind: "unary"; input: typeof import("./platform_pb.js").ConfigureSubgraphCheckExtensionsRequestSchema; output: typeof import("./platform_pb.js").ConfigureSubgraphCheckExtensionsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * * Billing * ----------------------------------------------------------------------------------------------------------------------------- * Return the available billing plans * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetBillingPlans */ export declare const getBillingPlans: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetBillingPlansRequestSchema; output: typeof import("./platform_pb.js").GetBillingPlansResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Create a Stripe checkout session * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateCheckoutSession */ export declare const createCheckoutSession: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateCheckoutSessionRequestSchema; output: typeof import("./platform_pb.js").CreateCheckoutSessionResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Create a Stripe billing portal session * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateBillingPortalSession */ export declare const createBillingPortalSession: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateBillingPortalSessionRequestSchema; output: typeof import("./platform_pb.js").CreateBillingPortalSessionResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Upgrade the current plan * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpgradePlan */ export declare const upgradePlan: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpgradePlanRequestSchema; output: typeof import("./platform_pb.js").UpgradePlanResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Router Compatibility Versions * * @generated from rpc wg.cosmo.platform.v1.PlatformService.ListRouterCompatibilityVersions */ export declare const listRouterCompatibilityVersions: { methodKind: "unary"; input: typeof import("./platform_pb.js").ListRouterCompatibilityVersionsRequestSchema; output: typeof import("./platform_pb.js").ListRouterCompatibilityVersionsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Graph * * @generated from rpc wg.cosmo.platform.v1.PlatformService.SetGraphRouterCompatibilityVersion */ export declare const setGraphRouterCompatibilityVersion: { methodKind: "unary"; input: typeof import("./platform_pb.js").SetGraphRouterCompatibilityVersionRequestSchema; output: typeof import("./platform_pb.js").SetGraphRouterCompatibilityVersionResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Proposal * Create a proposal for a federated graph * * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateProposal */ export declare const createProposal: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateProposalRequestSchema; output: typeof import("./platform_pb.js").CreateProposalResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Get a proposal by id * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetProposal */ export declare const getProposal: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetProposalRequestSchema; output: typeof import("./platform_pb.js").GetProposalResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Update a proposal * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateProposal */ export declare const updateProposal: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateProposalRequestSchema; output: typeof import("./platform_pb.js").UpdateProposalResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * EnableProposalsForNamespace enables the proposals for the namespace passed. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.EnableProposalsForNamespace */ export declare const enableProposalsForNamespace: { methodKind: "unary"; input: typeof import("./platform_pb.js").EnableProposalsForNamespaceRequestSchema; output: typeof import("./platform_pb.js").EnableProposalsForNamespaceResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * ConfigureNamespaceProposalConfig configures the proposal config of the namespace passed. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.ConfigureNamespaceProposalConfig */ export declare const configureNamespaceProposalConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").ConfigureNamespaceProposalConfigRequestSchema; output: typeof import("./platform_pb.js").ConfigureNamespaceProposalConfigResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetNamespaceProposalConfig returns the proposal config of the namespace passed. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetNamespaceProposalConfig */ export declare const getNamespaceProposalConfig: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetNamespaceProposalConfigRequestSchema; output: typeof import("./platform_pb.js").GetNamespaceProposalConfigResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateNamespaceLoginMethods replaces the org's per-namespace login-method configuration in one call. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateNamespaceLoginMethods */ export declare const updateNamespaceLoginMethods: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateNamespaceLoginMethodsRequestSchema; output: typeof import("./platform_pb.js").UpdateNamespaceLoginMethodsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * ListNamespaceLoginMethods returns the login-method configuration for every restricted namespace in the org. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.ListNamespaceLoginMethods */ export declare const listNamespaceLoginMethods: { methodKind: "unary"; input: typeof import("./platform_pb.js").ListNamespaceLoginMethodsRequestSchema; output: typeof import("./platform_pb.js").ListNamespaceLoginMethodsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOrganizationLoginMethods returns the org's allowed login methods (empty restriction = all allowed). * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationLoginMethods */ export declare const getOrganizationLoginMethods: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOrganizationLoginMethodsRequestSchema; output: typeof import("./platform_pb.js").GetOrganizationLoginMethodsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UpdateOrganizationLoginMethods replaces the org's allowed login methods and reconciles namespace mappings. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationLoginMethods */ export declare const updateOrganizationLoginMethods: { methodKind: "unary"; input: typeof import("./platform_pb.js").UpdateOrganizationLoginMethodsRequestSchema; output: typeof import("./platform_pb.js").UpdateOrganizationLoginMethodsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetProposalsByFederatedGraph returns proposals for a federated graph. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetProposalsByFederatedGraph */ export declare const getProposalsByFederatedGraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetProposalsByFederatedGraphRequestSchema; output: typeof import("./platform_pb.js").GetProposalsByFederatedGraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetProposalChecks returns checks for a proposal. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetProposalChecks */ export declare const getProposalChecks: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetProposalChecksRequestSchema; output: typeof import("./platform_pb.js").GetProposalChecksResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOperations returns the operations of a federated graph. * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOperations */ export declare const getOperations: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOperationsRequestSchema; output: typeof import("./platform_pb.js").GetOperationsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetClientsFromAnalytics returns all the clients of the federated graph from the analytics * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetClientsFromAnalytics */ export declare const getClientsFromAnalytics: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetClientsFromAnalyticsRequestSchema; output: typeof import("./platform_pb.js").GetClientsFromAnalyticsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOperationClients returns the clients that have used a specific operation * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOperationClients */ export declare const getOperationClients: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOperationClientsRequestSchema; output: typeof import("./platform_pb.js").GetOperationClientsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * GetOperationDeprecatedFields returns the deprecated fields used in a specific operation * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOperationDeprecatedFields */ export declare const getOperationDeprecatedFields: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOperationDeprecatedFieldsRequestSchema; output: typeof import("./platform_pb.js").GetOperationDeprecatedFieldsResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * ValidateAndFetchPluginData validates the limit of plugins and returns the latest version and token * * @generated from rpc wg.cosmo.platform.v1.PlatformService.ValidateAndFetchPluginData */ export declare const validateAndFetchPluginData: { methodKind: "unary"; input: typeof import("./platform_pb.js").ValidateAndFetchPluginDataRequestSchema; output: typeof import("./platform_pb.js").ValidateAndFetchPluginDataResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * LinkSubgraph links one subgraph to another * * @generated from rpc wg.cosmo.platform.v1.PlatformService.LinkSubgraph */ export declare const linkSubgraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").LinkSubgraphRequestSchema; output: typeof import("./platform_pb.js").LinkSubgraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * UnlinkSubgraph unlinks one subgraph from another * * @generated from rpc wg.cosmo.platform.v1.PlatformService.UnlinkSubgraph */ export declare const unlinkSubgraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").UnlinkSubgraphRequestSchema; output: typeof import("./platform_pb.js").UnlinkSubgraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * VerifyAPIKeyGraphAccess checks if the token or the jwt has organization admin or developer and checks if the token has permissions to write to the graph * * @generated from rpc wg.cosmo.platform.v1.PlatformService.VerifyAPIKeyGraphAccess */ export declare const verifyAPIKeyGraphAccess: { methodKind: "unary"; input: typeof import("./platform_pb.js").VerifyAPIKeyGraphAccessRequestSchema; output: typeof import("./platform_pb.js").VerifyAPIKeyGraphAccessResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * RecomposeGraph triggers a recomposition of the federated graph (or monograph) using its current subgraphs * * @generated from rpc wg.cosmo.platform.v1.PlatformService.RecomposeGraph */ export declare const recomposeGraph: { methodKind: "unary"; input: typeof import("./platform_pb.js").RecomposeGraphRequestSchema; output: typeof import("./platform_pb.js").RecomposeGraphResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * RecomposeFeatureFlag triggers a recomposition of the feature flag using its current subgraphs * * @generated from rpc wg.cosmo.platform.v1.PlatformService.RecomposeFeatureFlag */ export declare const recomposeFeatureFlag: { methodKind: "unary"; input: typeof import("./platform_pb.js").RecomposeFeatureFlagRequestSchema; output: typeof import("./platform_pb.js").RecomposeFeatureFlagResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * Onboarding * * @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOnboarding */ export declare const getOnboarding: { methodKind: "unary"; input: typeof import("./platform_pb.js").GetOnboardingRequestSchema; output: typeof import("./platform_pb.js").GetOnboardingResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateOnboarding */ export declare const createOnboarding: { methodKind: "unary"; input: typeof import("./platform_pb.js").CreateOnboardingRequestSchema; output: typeof import("./platform_pb.js").CreateOnboardingResponseSchema; } & import("@bufbuild/protobuf").DescMethod; /** * @generated from rpc wg.cosmo.platform.v1.PlatformService.FinishOnboarding */ export declare const finishOnboarding: { methodKind: "unary"; input: typeof import("./platform_pb.js").FinishOnboardingRequestSchema; output: typeof import("./platform_pb.js").FinishOnboardingResponseSchema; } & import("@bufbuild/protobuf").DescMethod;