Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wundergraph/cosmo-connect

Package Overview
Dependencies
Maintainers
3
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wundergraph/cosmo-connect - npm Package Compare versions

Comparing version 0.25.0 to 0.26.0

2

dist/common/common_pb.js

@@ -1,2 +0,2 @@

// @generated by protoc-gen-es v1.3.0 with parameter "target=ts"
// @generated by protoc-gen-es v1.4.1 with parameter "target=ts"
// @generated from file wg/cosmo/common/common.proto (package wg.cosmo.common, syntax proto3)

@@ -3,0 +3,0 @@ /* eslint-disable */

// https://protobuf.dev/programming-guides/style/
// @generated by protoc-gen-connect-es v0.13.2 with parameter "target=ts"
// @generated by protoc-gen-connect-es v1.1.3 with parameter "target=ts"
// @generated from file wg/cosmo/graphqlmetrics/v1/graphqlmetrics.proto (package wg.cosmo.graphqlmetrics.v1, syntax proto3)

@@ -4,0 +4,0 @@ /* eslint-disable */

import { PublishGraphQLRequestMetricsRequest, PublishOperationCoverageReportResponse } from "./graphqlmetrics_pb.js";
import { MethodKind } from "@bufbuild/protobuf";
import { UnaryFunctionsWithHooks } from "@connectrpc/connect-query";
export declare const typeName = "wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService";
/**
* @generated from service wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService
*/
export declare const GraphQLMetricsService: {
readonly typeName: "wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService";
readonly methods: {
/**
* PublishGraphQLMetrics publishes the GraphQL metrics to the metrics service
*
* @generated from rpc wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService.PublishGraphQLMetrics
*/
readonly publishGraphQLMetrics: {
readonly name: "PublishGraphQLMetrics";
readonly I: typeof PublishGraphQLRequestMetricsRequest;
readonly O: typeof PublishOperationCoverageReportResponse;
readonly kind: MethodKind.Unary;
};
};
};
/**
* PublishGraphQLMetrics publishes the GraphQL metrics to the metrics service

@@ -8,2 +29,2 @@ *

*/
export declare const publishGraphQLMetrics: import("@connectrpc/connect-query").UnaryHooks<PublishGraphQLRequestMetricsRequest, PublishOperationCoverageReportResponse>;
export declare const publishGraphQLMetrics: UnaryFunctionsWithHooks<PublishGraphQLRequestMetricsRequest, PublishOperationCoverageReportResponse>;
// https://protobuf.dev/programming-guides/style/
// @generated by protoc-gen-connect-query v0.4.2 with parameter "target=ts"
// @generated by protoc-gen-connect-query v0.6.0 with parameter "target=ts"
// @generated from file wg/cosmo/graphqlmetrics/v1/graphqlmetrics.proto (package wg.cosmo.graphqlmetrics.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
import { createQueryService } from "@connectrpc/connect-query";
import { PublishGraphQLRequestMetricsRequest, PublishOperationCoverageReportResponse } from "./graphqlmetrics_pb.js";
import { MethodKind } from "@bufbuild/protobuf";
import { PublishGraphQLRequestMetricsRequest, PublishOperationCoverageReportResponse } from "./graphqlmetrics_pb.js";
import { createQueryService, createUnaryHooks } from "@connectrpc/connect-query";
export const typeName = "wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService";
/**
* @generated from service wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService
*/
export const GraphQLMetricsService = {
typeName: "wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService",
methods: {
/**
* PublishGraphQLMetrics publishes the GraphQL metrics to the metrics service
*
* @generated from rpc wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService.PublishGraphQLMetrics
*/
publishGraphQLMetrics: {
name: "PublishGraphQLMetrics",
I: PublishGraphQLRequestMetricsRequest,
O: PublishOperationCoverageReportResponse,
kind: MethodKind.Unary,
},
}
};
const $queryService = createQueryService({ service: GraphQLMetricsService, });
/**
* PublishGraphQLMetrics publishes the GraphQL metrics to the metrics service

@@ -15,15 +35,3 @@ *

*/
export const publishGraphQLMetrics = createQueryService({
service: {
methods: {
publishGraphQLMetrics: {
name: "PublishGraphQLMetrics",
kind: MethodKind.Unary,
I: PublishGraphQLRequestMetricsRequest,
O: PublishOperationCoverageReportResponse,
},
},
typeName: "wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService",
},
}).publishGraphQLMetrics;
export const publishGraphQLMetrics = { ...$queryService.publishGraphQLMetrics, ...createUnaryHooks($queryService.publishGraphQLMetrics) };
//# sourceMappingURL=graphqlmetrics-GraphQLMetricsService_connectquery.js.map

@@ -1,2 +0,2 @@

// @generated by protoc-gen-connect-es v0.13.2 with parameter "target=ts"
// @generated by protoc-gen-connect-es v1.1.3 with parameter "target=ts"
// @generated from file wg/cosmo/node/v1/node.proto (package wg.cosmo.node.v1, syntax proto3)

@@ -3,0 +3,0 @@ /* eslint-disable */

@@ -1,2 +0,2 @@

// @generated by protoc-gen-es v1.3.0 with parameter "target=ts"
// @generated by protoc-gen-es v1.4.1 with parameter "target=ts"
// @generated from file wg/cosmo/node/v1/node.proto (package wg.cosmo.node.v1, syntax proto3)

@@ -3,0 +3,0 @@ /* eslint-disable */

import { GetConfigRequest, GetConfigResponse } from "./node_pb.js";
import { MethodKind } from "@bufbuild/protobuf";
import { UnaryFunctionsWithHooks } from "@connectrpc/connect-query";
export declare const typeName = "wg.cosmo.node.v1.NodeService";
/**
* @generated from service wg.cosmo.node.v1.NodeService
*/
export declare const NodeService: {
readonly typeName: "wg.cosmo.node.v1.NodeService";
readonly methods: {
/**
* @generated from rpc wg.cosmo.node.v1.NodeService.GetLatestValidRouterConfig
*/
readonly getLatestValidRouterConfig: {
readonly name: "GetLatestValidRouterConfig";
readonly I: typeof GetConfigRequest;
readonly O: typeof GetConfigResponse;
readonly kind: MethodKind.Unary;
};
};
};
/**
* @generated from rpc wg.cosmo.node.v1.NodeService.GetLatestValidRouterConfig
*/
export declare const getLatestValidRouterConfig: import("@connectrpc/connect-query").UnaryHooks<GetConfigRequest, GetConfigResponse>;
export declare const getLatestValidRouterConfig: UnaryFunctionsWithHooks<GetConfigRequest, GetConfigResponse>;

@@ -1,25 +0,31 @@

// @generated by protoc-gen-connect-query v0.4.2 with parameter "target=ts"
// @generated by protoc-gen-connect-query v0.6.0 with parameter "target=ts"
// @generated from file wg/cosmo/node/v1/node.proto (package wg.cosmo.node.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
import { createQueryService } from "@connectrpc/connect-query";
import { GetConfigRequest, GetConfigResponse } from "./node_pb.js";
import { MethodKind } from "@bufbuild/protobuf";
import { GetConfigRequest, GetConfigResponse } from "./node_pb.js";
import { createQueryService, createUnaryHooks } from "@connectrpc/connect-query";
export const typeName = "wg.cosmo.node.v1.NodeService";
/**
* @generated from service wg.cosmo.node.v1.NodeService
*/
export const NodeService = {
typeName: "wg.cosmo.node.v1.NodeService",
methods: {
/**
* @generated from rpc wg.cosmo.node.v1.NodeService.GetLatestValidRouterConfig
*/
getLatestValidRouterConfig: {
name: "GetLatestValidRouterConfig",
I: GetConfigRequest,
O: GetConfigResponse,
kind: MethodKind.Unary,
},
}
};
const $queryService = createQueryService({ service: NodeService, });
/**
* @generated from rpc wg.cosmo.node.v1.NodeService.GetLatestValidRouterConfig
*/
export const getLatestValidRouterConfig = createQueryService({
service: {
methods: {
getLatestValidRouterConfig: {
name: "GetLatestValidRouterConfig",
kind: MethodKind.Unary,
I: GetConfigRequest,
O: GetConfigResponse,
},
},
typeName: "wg.cosmo.node.v1.NodeService",
},
}).getLatestValidRouterConfig;
export const getLatestValidRouterConfig = { ...$queryService.getLatestValidRouterConfig, ...createUnaryHooks($queryService.getLatestValidRouterConfig) };
//# sourceMappingURL=node-NodeService_connectquery.js.map

@@ -1,2 +0,2 @@

// @generated by protoc-gen-es v1.3.0 with parameter "target=ts"
// @generated by protoc-gen-es v1.4.1 with parameter "target=ts"
// @generated from file wg/cosmo/notifications/events.proto (package wg.cosmo.notifications, syntax proto3)

@@ -3,0 +3,0 @@ /* eslint-disable */

// https://protobuf.dev/programming-guides/style/
// @generated by protoc-gen-connect-es v0.13.2 with parameter "target=ts"
// @generated by protoc-gen-connect-es v1.1.3 with parameter "target=ts"
// @generated from file wg/cosmo/platform/v1/platform.proto (package wg.cosmo.platform.v1, syntax proto3)

@@ -4,0 +4,0 @@ /* eslint-disable */

import { CheckFederatedGraphRequest, CheckFederatedGraphResponse, CheckSubgraphSchemaRequest, CheckSubgraphSchemaResponse, CreateAPIKeyRequest, CreateAPIKeyResponse, CreateFederatedGraphRequest, CreateFederatedGraphResponse, CreateFederatedGraphTokenRequest, CreateFederatedGraphTokenResponse, CreateFederatedSubgraphRequest, CreateFederatedSubgraphResponse, CreateIntegrationRequest, CreateIntegrationResponse, CreateOrganizationWebhookConfigRequest, CreateOrganizationWebhookConfigResponse, DeleteAPIKeyRequest, DeleteAPIKeyResponse, DeleteFederatedGraphRequest, DeleteFederatedGraphResponse, DeleteFederatedSubgraphRequest, DeleteFederatedSubgraphResponse, DeleteIntegrationRequest, DeleteIntegrationResponse, DeleteOrganizationRequest, DeleteOrganizationResponse, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, DeleteRouterTokenRequest, DeleteRouterTokenResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, ForceCheckSuccessRequest, ForceCheckSuccessResponse, GetAnalyticsViewRequest, GetAnalyticsViewResponse, GetAPIKeysRequest, GetAPIKeysResponse, GetCheckDetailsRequest, GetCheckDetailsResponse, GetCheckOperationsRequest, GetCheckOperationsResponse, GetChecksByFederatedGraphNameRequest, GetChecksByFederatedGraphNameResponse, GetCheckSummaryRequest, GetCheckSummaryResponse, GetDashboardAnalyticsViewRequest, GetDashboardAnalyticsViewResponse, GetFederatedGraphByNameRequest, GetFederatedGraphByNameResponse, GetFederatedGraphChangelogRequest, GetFederatedGraphChangelogResponse, GetFederatedGraphSDLByNameRequest, GetFederatedGraphSDLByNameResponse, GetFederatedGraphsRequest, GetFederatedGraphsResponse, GetFederatedSubgraphSDLByNameRequest, GetFederatedSubgraphSDLByNameResponse, GetFieldUsageRequest, GetFieldUsageResponse, GetGraphMetricsRequest, GetGraphMetricsResponse, GetMetricsErrorRateRequest, GetMetricsErrorRateResponse, GetOperationContentRequest, GetOperationContentResponse, GetOrganizationIntegrationsRequest, GetOrganizationIntegrationsResponse, GetOrganizationMembersRequest, GetOrganizationMembersResponse, GetOrganizationWebhookConfigsRequest, GetOrganizationWebhookConfigsResponse, GetOrganizationWebhookMetaRequest, GetOrganizationWebhookMetaResponse, GetRouterTokensRequest, GetRouterTokensResponse, GetSubgraphByNameRequest, GetSubgraphByNameResponse, GetSubgraphsRequest, GetSubgraphsResponse, GetTraceRequest, GetTraceResponse, InviteUserRequest, InviteUserResponse, IsGitHubAppInstalledRequest, IsGitHubAppInstalledResponse, LeaveOrganizationRequest, LeaveOrganizationResponse, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateIntegrationConfigRequest, UpdateIntegrationConfigResponse, UpdateOrganizationDetailsRequest, UpdateOrganizationDetailsResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse, UpdateSubgraphRequest, UpdateSubgraphResponse, WhoAmIRequest, WhoAmIResponse } from "./platform_pb.js";
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
import { GetConfigRequest, GetConfigResponse } from "../../node/v1/node_pb.js";
import { UnaryFunctionsWithHooks } from "@connectrpc/connect-query";
export declare const typeName = "wg.cosmo.platform.v1.PlatformService";
/**
* @generated from service wg.cosmo.platform.v1.PlatformService
*/
export declare const PlatformService: {
readonly typeName: "wg.cosmo.platform.v1.PlatformService";
readonly methods: {
/**
* CreateFederatedGraph creates a federated graph on the control plane.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateFederatedGraph
*/
readonly createFederatedGraph: {
readonly name: "CreateFederatedGraph";
readonly I: typeof CreateFederatedGraphRequest;
readonly O: typeof CreateFederatedGraphResponse;
readonly kind: MethodKind.Unary;
};
/**
* CreateFederatedSubgraph creates a federated subgraph on the control plane.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateFederatedSubgraph
*/
readonly createFederatedSubgraph: {
readonly name: "CreateFederatedSubgraph";
readonly I: typeof CreateFederatedSubgraphRequest;
readonly O: typeof CreateFederatedSubgraphResponse;
readonly kind: MethodKind.Unary;
};
/**
* PublishFederatedSubgraph pushes the schema of the subgraph to the control plane.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.PublishFederatedSubgraph
*/
readonly publishFederatedSubgraph: {
readonly name: "PublishFederatedSubgraph";
readonly I: typeof PublishFederatedSubgraphRequest;
readonly O: typeof PublishFederatedSubgraphResponse;
readonly kind: MethodKind.Unary;
};
/**
* DeleteFederatedGraph deletes a federated graph from the control plane.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteFederatedGraph
*/
readonly deleteFederatedGraph: {
readonly name: "DeleteFederatedGraph";
readonly I: typeof DeleteFederatedGraphRequest;
readonly O: typeof DeleteFederatedGraphResponse;
readonly kind: MethodKind.Unary;
};
/**
* DeleteFederatedSubgraph deletes a federated subgraph from the control plane.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteFederatedSubgraph
*/
readonly deleteFederatedSubgraph: {
readonly name: "DeleteFederatedSubgraph";
readonly I: typeof DeleteFederatedSubgraphRequest;
readonly O: typeof DeleteFederatedSubgraphResponse;
readonly kind: MethodKind.Unary;
};
/**
* 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
*/
readonly checkSubgraphSchema: {
readonly name: "CheckSubgraphSchema";
readonly I: typeof CheckSubgraphSchemaRequest;
readonly O: typeof CheckSubgraphSchemaResponse;
readonly kind: MethodKind.Unary;
};
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.FixSubgraphSchema
*/
readonly fixSubgraphSchema: {
readonly name: "FixSubgraphSchema";
readonly I: typeof FixSubgraphSchemaRequest;
readonly O: typeof FixSubgraphSchemaResponse;
readonly kind: MethodKind.Unary;
};
/**
* UpdateFederatedGraph updates a federated graph with new labels and routing url
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateFederatedGraph
*/
readonly updateFederatedGraph: {
readonly name: "UpdateFederatedGraph";
readonly I: typeof UpdateFederatedGraphRequest;
readonly O: typeof UpdateFederatedGraphResponse;
readonly kind: MethodKind.Unary;
};
/**
* UpdateSubgraph updates a subgraph with new labels and routing url
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateSubgraph
*/
readonly updateSubgraph: {
readonly name: "UpdateSubgraph";
readonly I: typeof UpdateSubgraphRequest;
readonly O: typeof UpdateSubgraphResponse;
readonly kind: MethodKind.Unary;
};
/**
* CheckFederatedGraph checks if the federated graph can be composed with the new labels provided.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CheckFederatedGraph
*/
readonly checkFederatedGraph: {
readonly name: "CheckFederatedGraph";
readonly I: typeof CheckFederatedGraphRequest;
readonly O: typeof CheckFederatedGraphResponse;
readonly kind: MethodKind.Unary;
};
/**
* WhoAmI returns the identity of the user currently logged in.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.WhoAmI
*/
readonly whoAmI: {
readonly name: "WhoAmI";
readonly I: typeof WhoAmIRequest;
readonly O: typeof WhoAmIResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetRouterTokens returns the router tokens of a federated graph.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetRouterTokens
*/
readonly getRouterTokens: {
readonly name: "GetRouterTokens";
readonly I: typeof GetRouterTokensRequest;
readonly O: typeof GetRouterTokensResponse;
readonly kind: MethodKind.Unary;
};
/**
* DeleteRouterToken deletes the router token of a federated graph.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteRouterToken
*/
readonly deleteRouterToken: {
readonly name: "DeleteRouterToken";
readonly I: typeof DeleteRouterTokenRequest;
readonly O: typeof DeleteRouterTokenResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetFederatedGraphs returns the list of federated graphs.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphs
*/
readonly getFederatedGraphs: {
readonly name: "GetFederatedGraphs";
readonly I: typeof GetFederatedGraphsRequest;
readonly O: typeof GetFederatedGraphsResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetFederatedGraphByName returns the federated graph by name.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphByName
*/
readonly getFederatedGraphByName: {
readonly name: "GetFederatedGraphByName";
readonly I: typeof GetFederatedGraphByNameRequest;
readonly O: typeof GetFederatedGraphByNameResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetFederatedGraphSDLByName returns the latest valid SDL of the federated graph by name.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphSDLByName
*/
readonly getFederatedGraphSDLByName: {
readonly name: "GetFederatedGraphSDLByName";
readonly I: typeof GetFederatedGraphSDLByNameRequest;
readonly O: typeof GetFederatedGraphSDLByNameResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetSubgraphs returns the list of subgraphs.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetSubgraphs
*/
readonly getSubgraphs: {
readonly name: "GetSubgraphs";
readonly I: typeof GetSubgraphsRequest;
readonly O: typeof GetSubgraphsResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetSubgraphByName returns the subgraph by name.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetSubgraphByName
*/
readonly getSubgraphByName: {
readonly name: "GetSubgraphByName";
readonly I: typeof GetSubgraphByNameRequest;
readonly O: typeof GetSubgraphByNameResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetFederatedSubgraphSDLByName returns the SDL of the subgraph by name.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedSubgraphSDLByName
*/
readonly getFederatedSubgraphSDLByName: {
readonly name: "GetFederatedSubgraphSDLByName";
readonly I: typeof GetFederatedSubgraphSDLByNameRequest;
readonly O: typeof GetFederatedSubgraphSDLByNameResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetChecksByFederatedGraphName return schema and composition checks that concern a federated graph
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetChecksByFederatedGraphName
*/
readonly getChecksByFederatedGraphName: {
readonly name: "GetChecksByFederatedGraphName";
readonly I: typeof GetChecksByFederatedGraphNameRequest;
readonly O: typeof GetChecksByFederatedGraphNameResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetCheckSummary returns top level information about a schema check
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetCheckSummary
*/
readonly getCheckSummary: {
readonly name: "GetCheckSummary";
readonly I: typeof GetCheckSummaryRequest;
readonly O: typeof GetCheckSummaryResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetCheckDetails returns changes and composition errors recorded for a check
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetCheckDetails
*/
readonly getCheckDetails: {
readonly name: "GetCheckDetails";
readonly I: typeof GetCheckDetailsRequest;
readonly O: typeof GetCheckDetailsResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetCheckOperations returns affected operations for a check
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetCheckOperations
*/
readonly getCheckOperations: {
readonly name: "GetCheckOperations";
readonly I: typeof GetCheckOperationsRequest;
readonly O: typeof GetCheckOperationsResponse;
readonly kind: MethodKind.Unary;
};
/**
* ForceCheckSuccess forces a failed check to be marked as successful
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.ForceCheckSuccess
*/
readonly forceCheckSuccess: {
readonly name: "ForceCheckSuccess";
readonly I: typeof ForceCheckSuccessRequest;
readonly O: typeof ForceCheckSuccessResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetOperationContent returns the operation body by searching using the hash
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOperationContent
*/
readonly getOperationContent: {
readonly name: "GetOperationContent";
readonly I: typeof GetOperationContentRequest;
readonly O: typeof GetOperationContentResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetFederatedGraphChangelog returns the changelog of the federated graph.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphChangelog
*/
readonly getFederatedGraphChangelog: {
readonly name: "GetFederatedGraphChangelog";
readonly I: typeof GetFederatedGraphChangelogRequest;
readonly O: typeof GetFederatedGraphChangelogResponse;
readonly kind: MethodKind.Unary;
};
/**
* CreateFederatedGraphToken creates a federated graph token that is consumed by the router to authenticate requests.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateFederatedGraphToken
*/
readonly createFederatedGraphToken: {
readonly name: "CreateFederatedGraphToken";
readonly I: typeof CreateFederatedGraphTokenRequest;
readonly O: typeof CreateFederatedGraphTokenResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetOrganizationMembers returns the list of organization members
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationMembers
*/
readonly getOrganizationMembers: {
readonly name: "GetOrganizationMembers";
readonly I: typeof GetOrganizationMembersRequest;
readonly O: typeof GetOrganizationMembersResponse;
readonly kind: MethodKind.Unary;
};
/**
* InviteUser invites an user to join the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.InviteUser
*/
readonly inviteUser: {
readonly name: "InviteUser";
readonly I: typeof InviteUserRequest;
readonly O: typeof InviteUserResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetAPIKeys returns a list of API keys of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAPIKeys
*/
readonly getAPIKeys: {
readonly name: "GetAPIKeys";
readonly I: typeof GetAPIKeysRequest;
readonly O: typeof GetAPIKeysResponse;
readonly kind: MethodKind.Unary;
};
/**
* CreateAPIKey creates an API key for the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateAPIKey
*/
readonly createAPIKey: {
readonly name: "CreateAPIKey";
readonly I: typeof CreateAPIKeyRequest;
readonly O: typeof CreateAPIKeyResponse;
readonly kind: MethodKind.Unary;
};
/**
* DeleteAPIKey deletes an API key for the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteAPIKey
*/
readonly deleteAPIKey: {
readonly name: "DeleteAPIKey";
readonly I: typeof DeleteAPIKeyRequest;
readonly O: typeof DeleteAPIKeyResponse;
readonly kind: MethodKind.Unary;
};
/**
* RemoveOrganizationMember removes the user from the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.RemoveInvitation
*/
readonly removeInvitation: {
readonly name: "RemoveInvitation";
readonly I: typeof RemoveInvitationRequest;
readonly O: typeof RemoveInvitationResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetLatestValidRouterConfig returns the router config for the federated graph
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetLatestValidRouterConfig
*/
readonly getLatestValidRouterConfig: {
readonly name: "GetLatestValidRouterConfig";
readonly I: typeof GetConfigRequest;
readonly O: typeof GetConfigResponse;
readonly kind: MethodKind.Unary;
};
/**
* MigrateFromApollo migrates the graphs from apollo to cosmo
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.MigrateFromApollo
*/
readonly migrateFromApollo: {
readonly name: "MigrateFromApollo";
readonly I: typeof MigrateFromApolloRequest;
readonly O: typeof MigrateFromApolloResponse;
readonly kind: MethodKind.Unary;
};
/**
* CreateOrganizationWebhookConfig create a new webhook config for the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateOrganizationWebhookConfig
*/
readonly createOrganizationWebhookConfig: {
readonly name: "CreateOrganizationWebhookConfig";
readonly I: typeof CreateOrganizationWebhookConfigRequest;
readonly O: typeof CreateOrganizationWebhookConfigResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetOrganizationWebhookConfigs returns all webhooks for the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationWebhookConfigs
*/
readonly getOrganizationWebhookConfigs: {
readonly name: "GetOrganizationWebhookConfigs";
readonly I: typeof GetOrganizationWebhookConfigsRequest;
readonly O: typeof GetOrganizationWebhookConfigsResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetOrganizationWebhookMeta returns the meta data for a particular webhook
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationWebhookMeta
*/
readonly getOrganizationWebhookMeta: {
readonly name: "GetOrganizationWebhookMeta";
readonly I: typeof GetOrganizationWebhookMetaRequest;
readonly O: typeof GetOrganizationWebhookMetaResponse;
readonly kind: MethodKind.Unary;
};
/**
* UpdateOrganizationWebhookConfig updates an existing webhook for the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationWebhookConfig
*/
readonly updateOrganizationWebhookConfig: {
readonly name: "UpdateOrganizationWebhookConfig";
readonly I: typeof UpdateOrganizationWebhookConfigRequest;
readonly O: typeof UpdateOrganizationWebhookConfigResponse;
readonly kind: MethodKind.Unary;
};
/**
* DeleteOrganizationWebhookConfig deletes an organization webhook
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteOrganizationWebhookConfig
*/
readonly deleteOrganizationWebhookConfig: {
readonly name: "DeleteOrganizationWebhookConfig";
readonly I: typeof DeleteOrganizationWebhookConfigRequest;
readonly O: typeof DeleteOrganizationWebhookConfigResponse;
readonly kind: MethodKind.Unary;
};
/**
* CreateIntegration create a new integration for the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateIntegration
*/
readonly createIntegration: {
readonly name: "CreateIntegration";
readonly I: typeof CreateIntegrationRequest;
readonly O: typeof CreateIntegrationResponse;
readonly kind: MethodKind.Unary;
};
/**
* GetOrganizationIntegrations returns all integrations of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationIntegrations
*/
readonly getOrganizationIntegrations: {
readonly name: "GetOrganizationIntegrations";
readonly I: typeof GetOrganizationIntegrationsRequest;
readonly O: typeof GetOrganizationIntegrationsResponse;
readonly kind: MethodKind.Unary;
};
/**
* UpdateIntegrationConfig updates an existing integration of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateIntegrationConfig
*/
readonly updateIntegrationConfig: {
readonly name: "UpdateIntegrationConfig";
readonly I: typeof UpdateIntegrationConfigRequest;
readonly O: typeof UpdateIntegrationConfigResponse;
readonly kind: MethodKind.Unary;
};
/**
* DeleteIntegration deletes an organization webhintegrationook
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteIntegration
*/
readonly deleteIntegration: {
readonly name: "DeleteIntegration";
readonly I: typeof DeleteIntegrationRequest;
readonly O: typeof DeleteIntegrationResponse;
readonly kind: MethodKind.Unary;
};
/**
* DeleteOrganization deletes an organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteOrganization
*/
readonly deleteOrganization: {
readonly name: "DeleteOrganization";
readonly I: typeof DeleteOrganizationRequest;
readonly O: typeof DeleteOrganizationResponse;
readonly kind: MethodKind.Unary;
};
/**
* LeaveOrganization removes a member from the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.LeaveOrganization
*/
readonly leaveOrganization: {
readonly name: "LeaveOrganization";
readonly I: typeof LeaveOrganizationRequest;
readonly O: typeof LeaveOrganizationResponse;
readonly kind: MethodKind.Unary;
};
/**
* UpdateOrganizationDetails updates the name and slug of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationDetails
*/
readonly updateOrganizationDetails: {
readonly name: "UpdateOrganizationDetails";
readonly I: typeof UpdateOrganizationDetailsRequest;
readonly O: typeof UpdateOrganizationDetailsResponse;
readonly kind: MethodKind.Unary;
};
/**
* UpdateOrgMemberRole updates the role of an org member
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrgMemberRole
*/
readonly updateOrgMemberRole: {
readonly name: "UpdateOrgMemberRole";
readonly I: typeof UpdateOrgMemberRoleRequest;
readonly O: typeof UpdateOrgMemberRoleResponse;
readonly kind: MethodKind.Unary;
};
/**
* IsGitHubAppInstalled checks if the cosmo github app is installed to a repository
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.IsGitHubAppInstalled
*/
readonly isGitHubAppInstalled: {
readonly name: "IsGitHubAppInstalled";
readonly I: typeof IsGitHubAppInstalledRequest;
readonly O: typeof IsGitHubAppInstalledResponse;
readonly kind: MethodKind.Unary;
};
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAnalyticsView
*/
readonly getAnalyticsView: {
readonly name: "GetAnalyticsView";
readonly I: typeof GetAnalyticsViewRequest;
readonly O: typeof GetAnalyticsViewResponse;
readonly kind: MethodKind.Unary;
readonly idempotency: MethodIdempotency.NoSideEffects;
};
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetDashboardAnalyticsView
*/
readonly getDashboardAnalyticsView: {
readonly name: "GetDashboardAnalyticsView";
readonly I: typeof GetDashboardAnalyticsViewRequest;
readonly O: typeof GetDashboardAnalyticsViewResponse;
readonly kind: MethodKind.Unary;
readonly idempotency: MethodIdempotency.NoSideEffects;
};
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetTrace
*/
readonly getTrace: {
readonly name: "GetTrace";
readonly I: typeof GetTraceRequest;
readonly O: typeof GetTraceResponse;
readonly kind: MethodKind.Unary;
};
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetGraphMetrics
*/
readonly getGraphMetrics: {
readonly name: "GetGraphMetrics";
readonly I: typeof GetGraphMetricsRequest;
readonly O: typeof GetGraphMetricsResponse;
readonly kind: MethodKind.Unary;
readonly idempotency: MethodIdempotency.NoSideEffects;
};
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetMetricsErrorRate
*/
readonly getMetricsErrorRate: {
readonly name: "GetMetricsErrorRate";
readonly I: typeof GetMetricsErrorRateRequest;
readonly O: typeof GetMetricsErrorRateResponse;
readonly kind: MethodKind.Unary;
readonly idempotency: MethodIdempotency.NoSideEffects;
};
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFieldUsage
*/
readonly getFieldUsage: {
readonly name: "GetFieldUsage";
readonly I: typeof GetFieldUsageRequest;
readonly O: typeof GetFieldUsageResponse;
readonly kind: MethodKind.Unary;
readonly idempotency: MethodIdempotency.NoSideEffects;
};
};
};
/**
* CreateFederatedGraph creates a federated graph on the control plane.

@@ -9,3 +615,3 @@ *

*/
export declare const createFederatedGraph: import("@connectrpc/connect-query").UnaryHooks<CreateFederatedGraphRequest, CreateFederatedGraphResponse>;
export declare const createFederatedGraph: UnaryFunctionsWithHooks<CreateFederatedGraphRequest, CreateFederatedGraphResponse>;
/**

@@ -16,3 +622,3 @@ * CreateFederatedSubgraph creates a federated subgraph on the control plane.

*/
export declare const createFederatedSubgraph: import("@connectrpc/connect-query").UnaryHooks<CreateFederatedSubgraphRequest, CreateFederatedSubgraphResponse>;
export declare const createFederatedSubgraph: UnaryFunctionsWithHooks<CreateFederatedSubgraphRequest, CreateFederatedSubgraphResponse>;
/**

@@ -23,3 +629,3 @@ * PublishFederatedSubgraph pushes the schema of the subgraph to the control plane.

*/
export declare const publishFederatedSubgraph: import("@connectrpc/connect-query").UnaryHooks<PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse>;
export declare const publishFederatedSubgraph: UnaryFunctionsWithHooks<PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse>;
/**

@@ -30,3 +636,3 @@ * DeleteFederatedGraph deletes a federated graph from the control plane.

*/
export declare const deleteFederatedGraph: import("@connectrpc/connect-query").UnaryHooks<DeleteFederatedGraphRequest, DeleteFederatedGraphResponse>;
export declare const deleteFederatedGraph: UnaryFunctionsWithHooks<DeleteFederatedGraphRequest, DeleteFederatedGraphResponse>;
/**

@@ -37,3 +643,3 @@ * DeleteFederatedSubgraph deletes a federated subgraph from the control plane.

*/
export declare const deleteFederatedSubgraph: import("@connectrpc/connect-query").UnaryHooks<DeleteFederatedSubgraphRequest, DeleteFederatedSubgraphResponse>;
export declare const deleteFederatedSubgraph: UnaryFunctionsWithHooks<DeleteFederatedSubgraphRequest, DeleteFederatedSubgraphResponse>;
/**

@@ -44,7 +650,7 @@ * CheckSubgraphSchema checks if the schema is valid and if it can be composed without conflicts with the provided new subgraph schema.

*/
export declare const checkSubgraphSchema: import("@connectrpc/connect-query").UnaryHooks<CheckSubgraphSchemaRequest, CheckSubgraphSchemaResponse>;
export declare const checkSubgraphSchema: UnaryFunctionsWithHooks<CheckSubgraphSchemaRequest, CheckSubgraphSchemaResponse>;
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.FixSubgraphSchema
*/
export declare const fixSubgraphSchema: import("@connectrpc/connect-query").UnaryHooks<FixSubgraphSchemaRequest, FixSubgraphSchemaResponse>;
export declare const fixSubgraphSchema: UnaryFunctionsWithHooks<FixSubgraphSchemaRequest, FixSubgraphSchemaResponse>;
/**

@@ -55,3 +661,3 @@ * UpdateFederatedGraph updates a federated graph with new labels and routing url

*/
export declare const updateFederatedGraph: import("@connectrpc/connect-query").UnaryHooks<UpdateFederatedGraphRequest, UpdateFederatedGraphResponse>;
export declare const updateFederatedGraph: UnaryFunctionsWithHooks<UpdateFederatedGraphRequest, UpdateFederatedGraphResponse>;
/**

@@ -62,3 +668,3 @@ * UpdateSubgraph updates a subgraph with new labels and routing url

*/
export declare const updateSubgraph: import("@connectrpc/connect-query").UnaryHooks<UpdateSubgraphRequest, UpdateSubgraphResponse>;
export declare const updateSubgraph: UnaryFunctionsWithHooks<UpdateSubgraphRequest, UpdateSubgraphResponse>;
/**

@@ -69,3 +675,3 @@ * CheckFederatedGraph checks if the federated graph can be composed with the new labels provided.

*/
export declare const checkFederatedGraph: import("@connectrpc/connect-query").UnaryHooks<CheckFederatedGraphRequest, CheckFederatedGraphResponse>;
export declare const checkFederatedGraph: UnaryFunctionsWithHooks<CheckFederatedGraphRequest, CheckFederatedGraphResponse>;
/**

@@ -76,3 +682,3 @@ * WhoAmI returns the identity of the user currently logged in.

*/
export declare const whoAmI: import("@connectrpc/connect-query").UnaryHooks<WhoAmIRequest, WhoAmIResponse>;
export declare const whoAmI: UnaryFunctionsWithHooks<WhoAmIRequest, WhoAmIResponse>;
/**

@@ -83,3 +689,3 @@ * GetRouterTokens returns the router tokens of a federated graph.

*/
export declare const getRouterTokens: import("@connectrpc/connect-query").UnaryHooks<GetRouterTokensRequest, GetRouterTokensResponse>;
export declare const getRouterTokens: UnaryFunctionsWithHooks<GetRouterTokensRequest, GetRouterTokensResponse>;
/**

@@ -90,3 +696,3 @@ * DeleteRouterToken deletes the router token of a federated graph.

*/
export declare const deleteRouterToken: import("@connectrpc/connect-query").UnaryHooks<DeleteRouterTokenRequest, DeleteRouterTokenResponse>;
export declare const deleteRouterToken: UnaryFunctionsWithHooks<DeleteRouterTokenRequest, DeleteRouterTokenResponse>;
/**

@@ -97,3 +703,3 @@ * GetFederatedGraphs returns the list of federated graphs.

*/
export declare const getFederatedGraphs: import("@connectrpc/connect-query").UnaryHooks<GetFederatedGraphsRequest, GetFederatedGraphsResponse>;
export declare const getFederatedGraphs: UnaryFunctionsWithHooks<GetFederatedGraphsRequest, GetFederatedGraphsResponse>;
/**

@@ -104,3 +710,3 @@ * GetFederatedGraphByName returns the federated graph by name.

*/
export declare const getFederatedGraphByName: import("@connectrpc/connect-query").UnaryHooks<GetFederatedGraphByNameRequest, GetFederatedGraphByNameResponse>;
export declare const getFederatedGraphByName: UnaryFunctionsWithHooks<GetFederatedGraphByNameRequest, GetFederatedGraphByNameResponse>;
/**

@@ -111,3 +717,3 @@ * GetFederatedGraphSDLByName returns the latest valid SDL of the federated graph by name.

*/
export declare const getFederatedGraphSDLByName: import("@connectrpc/connect-query").UnaryHooks<GetFederatedGraphSDLByNameRequest, GetFederatedGraphSDLByNameResponse>;
export declare const getFederatedGraphSDLByName: UnaryFunctionsWithHooks<GetFederatedGraphSDLByNameRequest, GetFederatedGraphSDLByNameResponse>;
/**

@@ -118,3 +724,3 @@ * GetSubgraphs returns the list of subgraphs.

*/
export declare const getSubgraphs: import("@connectrpc/connect-query").UnaryHooks<GetSubgraphsRequest, GetSubgraphsResponse>;
export declare const getSubgraphs: UnaryFunctionsWithHooks<GetSubgraphsRequest, GetSubgraphsResponse>;
/**

@@ -125,3 +731,3 @@ * GetSubgraphByName returns the subgraph by name.

*/
export declare const getSubgraphByName: import("@connectrpc/connect-query").UnaryHooks<GetSubgraphByNameRequest, GetSubgraphByNameResponse>;
export declare const getSubgraphByName: UnaryFunctionsWithHooks<GetSubgraphByNameRequest, GetSubgraphByNameResponse>;
/**

@@ -132,3 +738,3 @@ * GetFederatedSubgraphSDLByName returns the SDL of the subgraph by name.

*/
export declare const getFederatedSubgraphSDLByName: import("@connectrpc/connect-query").UnaryHooks<GetFederatedSubgraphSDLByNameRequest, GetFederatedSubgraphSDLByNameResponse>;
export declare const getFederatedSubgraphSDLByName: UnaryFunctionsWithHooks<GetFederatedSubgraphSDLByNameRequest, GetFederatedSubgraphSDLByNameResponse>;
/**

@@ -139,3 +745,3 @@ * GetChecksByFederatedGraphName return schema and composition checks that concern a federated graph

*/
export declare const getChecksByFederatedGraphName: import("@connectrpc/connect-query").UnaryHooks<GetChecksByFederatedGraphNameRequest, GetChecksByFederatedGraphNameResponse>;
export declare const getChecksByFederatedGraphName: UnaryFunctionsWithHooks<GetChecksByFederatedGraphNameRequest, GetChecksByFederatedGraphNameResponse>;
/**

@@ -146,3 +752,3 @@ * GetCheckSummary returns top level information about a schema check

*/
export declare const getCheckSummary: import("@connectrpc/connect-query").UnaryHooks<GetCheckSummaryRequest, GetCheckSummaryResponse>;
export declare const getCheckSummary: UnaryFunctionsWithHooks<GetCheckSummaryRequest, GetCheckSummaryResponse>;
/**

@@ -153,3 +759,3 @@ * GetCheckDetails returns changes and composition errors recorded for a check

*/
export declare const getCheckDetails: import("@connectrpc/connect-query").UnaryHooks<GetCheckDetailsRequest, GetCheckDetailsResponse>;
export declare const getCheckDetails: UnaryFunctionsWithHooks<GetCheckDetailsRequest, GetCheckDetailsResponse>;
/**

@@ -160,3 +766,3 @@ * GetCheckOperations returns affected operations for a check

*/
export declare const getCheckOperations: import("@connectrpc/connect-query").UnaryHooks<GetCheckOperationsRequest, GetCheckOperationsResponse>;
export declare const getCheckOperations: UnaryFunctionsWithHooks<GetCheckOperationsRequest, GetCheckOperationsResponse>;
/**

@@ -167,3 +773,3 @@ * ForceCheckSuccess forces a failed check to be marked as successful

*/
export declare const forceCheckSuccess: import("@connectrpc/connect-query").UnaryHooks<ForceCheckSuccessRequest, ForceCheckSuccessResponse>;
export declare const forceCheckSuccess: UnaryFunctionsWithHooks<ForceCheckSuccessRequest, ForceCheckSuccessResponse>;
/**

@@ -174,3 +780,3 @@ * GetOperationContent returns the operation body by searching using the hash

*/
export declare const getOperationContent: import("@connectrpc/connect-query").UnaryHooks<GetOperationContentRequest, GetOperationContentResponse>;
export declare const getOperationContent: UnaryFunctionsWithHooks<GetOperationContentRequest, GetOperationContentResponse>;
/**

@@ -181,3 +787,3 @@ * GetFederatedGraphChangelog returns the changelog of the federated graph.

*/
export declare const getFederatedGraphChangelog: import("@connectrpc/connect-query").UnaryHooks<GetFederatedGraphChangelogRequest, GetFederatedGraphChangelogResponse>;
export declare const getFederatedGraphChangelog: UnaryFunctionsWithHooks<GetFederatedGraphChangelogRequest, GetFederatedGraphChangelogResponse>;
/**

@@ -188,3 +794,3 @@ * CreateFederatedGraphToken creates a federated graph token that is consumed by the router to authenticate requests.

*/
export declare const createFederatedGraphToken: import("@connectrpc/connect-query").UnaryHooks<CreateFederatedGraphTokenRequest, CreateFederatedGraphTokenResponse>;
export declare const createFederatedGraphToken: UnaryFunctionsWithHooks<CreateFederatedGraphTokenRequest, CreateFederatedGraphTokenResponse>;
/**

@@ -195,3 +801,3 @@ * GetOrganizationMembers returns the list of organization members

*/
export declare const getOrganizationMembers: import("@connectrpc/connect-query").UnaryHooks<GetOrganizationMembersRequest, GetOrganizationMembersResponse>;
export declare const getOrganizationMembers: UnaryFunctionsWithHooks<GetOrganizationMembersRequest, GetOrganizationMembersResponse>;
/**

@@ -202,3 +808,3 @@ * InviteUser invites an user to join the organization

*/
export declare const inviteUser: import("@connectrpc/connect-query").UnaryHooks<InviteUserRequest, InviteUserResponse>;
export declare const inviteUser: UnaryFunctionsWithHooks<InviteUserRequest, InviteUserResponse>;
/**

@@ -209,3 +815,3 @@ * GetAPIKeys returns a list of API keys of the organization

*/
export declare const getAPIKeys: import("@connectrpc/connect-query").UnaryHooks<GetAPIKeysRequest, GetAPIKeysResponse>;
export declare const getAPIKeys: UnaryFunctionsWithHooks<GetAPIKeysRequest, GetAPIKeysResponse>;
/**

@@ -216,3 +822,3 @@ * CreateAPIKey creates an API key for the organization

*/
export declare const createAPIKey: import("@connectrpc/connect-query").UnaryHooks<CreateAPIKeyRequest, CreateAPIKeyResponse>;
export declare const createAPIKey: UnaryFunctionsWithHooks<CreateAPIKeyRequest, CreateAPIKeyResponse>;
/**

@@ -223,3 +829,3 @@ * DeleteAPIKey deletes an API key for the organization

*/
export declare const deleteAPIKey: import("@connectrpc/connect-query").UnaryHooks<DeleteAPIKeyRequest, DeleteAPIKeyResponse>;
export declare const deleteAPIKey: UnaryFunctionsWithHooks<DeleteAPIKeyRequest, DeleteAPIKeyResponse>;
/**

@@ -230,3 +836,3 @@ * RemoveOrganizationMember removes the user from the organization

*/
export declare const removeInvitation: import("@connectrpc/connect-query").UnaryHooks<RemoveInvitationRequest, RemoveInvitationResponse>;
export declare const removeInvitation: UnaryFunctionsWithHooks<RemoveInvitationRequest, RemoveInvitationResponse>;
/**

@@ -237,3 +843,3 @@ * GetLatestValidRouterConfig returns the router config for the federated graph

*/
export declare const getLatestValidRouterConfig: import("@connectrpc/connect-query").UnaryHooks<GetConfigRequest, GetConfigResponse>;
export declare const getLatestValidRouterConfig: UnaryFunctionsWithHooks<GetConfigRequest, GetConfigResponse>;
/**

@@ -244,3 +850,3 @@ * MigrateFromApollo migrates the graphs from apollo to cosmo

*/
export declare const migrateFromApollo: import("@connectrpc/connect-query").UnaryHooks<MigrateFromApolloRequest, MigrateFromApolloResponse>;
export declare const migrateFromApollo: UnaryFunctionsWithHooks<MigrateFromApolloRequest, MigrateFromApolloResponse>;
/**

@@ -251,3 +857,3 @@ * CreateOrganizationWebhookConfig create a new webhook config for the organization

*/
export declare const createOrganizationWebhookConfig: import("@connectrpc/connect-query").UnaryHooks<CreateOrganizationWebhookConfigRequest, CreateOrganizationWebhookConfigResponse>;
export declare const createOrganizationWebhookConfig: UnaryFunctionsWithHooks<CreateOrganizationWebhookConfigRequest, CreateOrganizationWebhookConfigResponse>;
/**

@@ -258,3 +864,3 @@ * GetOrganizationWebhookConfigs returns all webhooks for the organization

*/
export declare const getOrganizationWebhookConfigs: import("@connectrpc/connect-query").UnaryHooks<GetOrganizationWebhookConfigsRequest, GetOrganizationWebhookConfigsResponse>;
export declare const getOrganizationWebhookConfigs: UnaryFunctionsWithHooks<GetOrganizationWebhookConfigsRequest, GetOrganizationWebhookConfigsResponse>;
/**

@@ -265,3 +871,3 @@ * GetOrganizationWebhookMeta returns the meta data for a particular webhook

*/
export declare const getOrganizationWebhookMeta: import("@connectrpc/connect-query").UnaryHooks<GetOrganizationWebhookMetaRequest, GetOrganizationWebhookMetaResponse>;
export declare const getOrganizationWebhookMeta: UnaryFunctionsWithHooks<GetOrganizationWebhookMetaRequest, GetOrganizationWebhookMetaResponse>;
/**

@@ -272,3 +878,3 @@ * UpdateOrganizationWebhookConfig updates an existing webhook for the organization

*/
export declare const updateOrganizationWebhookConfig: import("@connectrpc/connect-query").UnaryHooks<UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse>;
export declare const updateOrganizationWebhookConfig: UnaryFunctionsWithHooks<UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse>;
/**

@@ -279,3 +885,3 @@ * DeleteOrganizationWebhookConfig deletes an organization webhook

*/
export declare const deleteOrganizationWebhookConfig: import("@connectrpc/connect-query").UnaryHooks<DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse>;
export declare const deleteOrganizationWebhookConfig: UnaryFunctionsWithHooks<DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse>;
/**

@@ -286,3 +892,3 @@ * CreateIntegration create a new integration for the organization

*/
export declare const createIntegration: import("@connectrpc/connect-query").UnaryHooks<CreateIntegrationRequest, CreateIntegrationResponse>;
export declare const createIntegration: UnaryFunctionsWithHooks<CreateIntegrationRequest, CreateIntegrationResponse>;
/**

@@ -293,3 +899,3 @@ * GetOrganizationIntegrations returns all integrations of the organization

*/
export declare const getOrganizationIntegrations: import("@connectrpc/connect-query").UnaryHooks<GetOrganizationIntegrationsRequest, GetOrganizationIntegrationsResponse>;
export declare const getOrganizationIntegrations: UnaryFunctionsWithHooks<GetOrganizationIntegrationsRequest, GetOrganizationIntegrationsResponse>;
/**

@@ -300,3 +906,3 @@ * UpdateIntegrationConfig updates an existing integration of the organization

*/
export declare const updateIntegrationConfig: import("@connectrpc/connect-query").UnaryHooks<UpdateIntegrationConfigRequest, UpdateIntegrationConfigResponse>;
export declare const updateIntegrationConfig: UnaryFunctionsWithHooks<UpdateIntegrationConfigRequest, UpdateIntegrationConfigResponse>;
/**

@@ -307,3 +913,3 @@ * DeleteIntegration deletes an organization webhintegrationook

*/
export declare const deleteIntegration: import("@connectrpc/connect-query").UnaryHooks<DeleteIntegrationRequest, DeleteIntegrationResponse>;
export declare const deleteIntegration: UnaryFunctionsWithHooks<DeleteIntegrationRequest, DeleteIntegrationResponse>;
/**

@@ -314,3 +920,3 @@ * DeleteOrganization deletes an organization

*/
export declare const deleteOrganization: import("@connectrpc/connect-query").UnaryHooks<DeleteOrganizationRequest, DeleteOrganizationResponse>;
export declare const deleteOrganization: UnaryFunctionsWithHooks<DeleteOrganizationRequest, DeleteOrganizationResponse>;
/**

@@ -321,3 +927,3 @@ * LeaveOrganization removes a member from the organization

*/
export declare const leaveOrganization: import("@connectrpc/connect-query").UnaryHooks<LeaveOrganizationRequest, LeaveOrganizationResponse>;
export declare const leaveOrganization: UnaryFunctionsWithHooks<LeaveOrganizationRequest, LeaveOrganizationResponse>;
/**

@@ -328,3 +934,3 @@ * UpdateOrganizationDetails updates the name and slug of the organization

*/
export declare const updateOrganizationDetails: import("@connectrpc/connect-query").UnaryHooks<UpdateOrganizationDetailsRequest, UpdateOrganizationDetailsResponse>;
export declare const updateOrganizationDetails: UnaryFunctionsWithHooks<UpdateOrganizationDetailsRequest, UpdateOrganizationDetailsResponse>;
/**

@@ -335,3 +941,3 @@ * UpdateOrgMemberRole updates the role of an org member

*/
export declare const updateOrgMemberRole: import("@connectrpc/connect-query").UnaryHooks<UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse>;
export declare const updateOrgMemberRole: UnaryFunctionsWithHooks<UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse>;
/**

@@ -342,26 +948,26 @@ * IsGitHubAppInstalled checks if the cosmo github app is installed to a repository

*/
export declare const isGitHubAppInstalled: import("@connectrpc/connect-query").UnaryHooks<IsGitHubAppInstalledRequest, IsGitHubAppInstalledResponse>;
export declare const isGitHubAppInstalled: UnaryFunctionsWithHooks<IsGitHubAppInstalledRequest, IsGitHubAppInstalledResponse>;
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAnalyticsView
*/
export declare const getAnalyticsView: import("@connectrpc/connect-query").UnaryHooks<GetAnalyticsViewRequest, GetAnalyticsViewResponse>;
export declare const getAnalyticsView: UnaryFunctionsWithHooks<GetAnalyticsViewRequest, GetAnalyticsViewResponse>;
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetDashboardAnalyticsView
*/
export declare const getDashboardAnalyticsView: import("@connectrpc/connect-query").UnaryHooks<GetDashboardAnalyticsViewRequest, GetDashboardAnalyticsViewResponse>;
export declare const getDashboardAnalyticsView: UnaryFunctionsWithHooks<GetDashboardAnalyticsViewRequest, GetDashboardAnalyticsViewResponse>;
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetTrace
*/
export declare const getTrace: import("@connectrpc/connect-query").UnaryHooks<GetTraceRequest, GetTraceResponse>;
export declare const getTrace: UnaryFunctionsWithHooks<GetTraceRequest, GetTraceResponse>;
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetGraphMetrics
*/
export declare const getGraphMetrics: import("@connectrpc/connect-query").UnaryHooks<GetGraphMetricsRequest, GetGraphMetricsResponse>;
export declare const getGraphMetrics: UnaryFunctionsWithHooks<GetGraphMetricsRequest, GetGraphMetricsResponse>;
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetMetricsErrorRate
*/
export declare const getMetricsErrorRate: import("@connectrpc/connect-query").UnaryHooks<GetMetricsErrorRateRequest, GetMetricsErrorRateResponse>;
export declare const getMetricsErrorRate: UnaryFunctionsWithHooks<GetMetricsErrorRateRequest, GetMetricsErrorRateResponse>;
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFieldUsage
*/
export declare const getFieldUsage: import("@connectrpc/connect-query").UnaryHooks<GetFieldUsageRequest, GetFieldUsageResponse>;
export declare const getFieldUsage: UnaryFunctionsWithHooks<GetFieldUsageRequest, GetFieldUsageResponse>;
// https://protobuf.dev/programming-guides/style/
// @generated by protoc-gen-connect-query v0.4.2 with parameter "target=ts"
// @generated by protoc-gen-connect-query v0.6.0 with parameter "target=ts"
// @generated from file wg/cosmo/platform/v1/platform.proto (package wg.cosmo.platform.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
import { createQueryService } from "@connectrpc/connect-query";
import { CheckFederatedGraphRequest, CheckFederatedGraphResponse, CheckSubgraphSchemaRequest, CheckSubgraphSchemaResponse, CreateAPIKeyRequest, CreateAPIKeyResponse, CreateFederatedGraphRequest, CreateFederatedGraphResponse, CreateFederatedGraphTokenRequest, CreateFederatedGraphTokenResponse, CreateFederatedSubgraphRequest, CreateFederatedSubgraphResponse, CreateIntegrationRequest, CreateIntegrationResponse, CreateOrganizationWebhookConfigRequest, CreateOrganizationWebhookConfigResponse, DeleteAPIKeyRequest, DeleteAPIKeyResponse, DeleteFederatedGraphRequest, DeleteFederatedGraphResponse, DeleteFederatedSubgraphRequest, DeleteFederatedSubgraphResponse, DeleteIntegrationRequest, DeleteIntegrationResponse, DeleteOrganizationRequest, DeleteOrganizationResponse, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, DeleteRouterTokenRequest, DeleteRouterTokenResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, ForceCheckSuccessRequest, ForceCheckSuccessResponse, GetAnalyticsViewRequest, GetAnalyticsViewResponse, GetAPIKeysRequest, GetAPIKeysResponse, GetCheckDetailsRequest, GetCheckDetailsResponse, GetCheckOperationsRequest, GetCheckOperationsResponse, GetChecksByFederatedGraphNameRequest, GetChecksByFederatedGraphNameResponse, GetCheckSummaryRequest, GetCheckSummaryResponse, GetDashboardAnalyticsViewRequest, GetDashboardAnalyticsViewResponse, GetFederatedGraphByNameRequest, GetFederatedGraphByNameResponse, GetFederatedGraphChangelogRequest, GetFederatedGraphChangelogResponse, GetFederatedGraphSDLByNameRequest, GetFederatedGraphSDLByNameResponse, GetFederatedGraphsRequest, GetFederatedGraphsResponse, GetFederatedSubgraphSDLByNameRequest, GetFederatedSubgraphSDLByNameResponse, GetFieldUsageRequest, GetFieldUsageResponse, GetGraphMetricsRequest, GetGraphMetricsResponse, GetMetricsErrorRateRequest, GetMetricsErrorRateResponse, GetOperationContentRequest, GetOperationContentResponse, GetOrganizationIntegrationsRequest, GetOrganizationIntegrationsResponse, GetOrganizationMembersRequest, GetOrganizationMembersResponse, GetOrganizationWebhookConfigsRequest, GetOrganizationWebhookConfigsResponse, GetOrganizationWebhookMetaRequest, GetOrganizationWebhookMetaResponse, GetRouterTokensRequest, GetRouterTokensResponse, GetSubgraphByNameRequest, GetSubgraphByNameResponse, GetSubgraphsRequest, GetSubgraphsResponse, GetTraceRequest, GetTraceResponse, InviteUserRequest, InviteUserResponse, IsGitHubAppInstalledRequest, IsGitHubAppInstalledResponse, LeaveOrganizationRequest, LeaveOrganizationResponse, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateIntegrationConfigRequest, UpdateIntegrationConfigResponse, UpdateOrganizationDetailsRequest, UpdateOrganizationDetailsResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse, UpdateSubgraphRequest, UpdateSubgraphResponse, WhoAmIRequest, WhoAmIResponse } from "./platform_pb.js";
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
import { CheckFederatedGraphRequest, CheckFederatedGraphResponse, CheckSubgraphSchemaRequest, CheckSubgraphSchemaResponse, CreateAPIKeyRequest, CreateAPIKeyResponse, CreateFederatedGraphRequest, CreateFederatedGraphResponse, CreateFederatedGraphTokenRequest, CreateFederatedGraphTokenResponse, CreateFederatedSubgraphRequest, CreateFederatedSubgraphResponse, CreateIntegrationRequest, CreateIntegrationResponse, CreateOrganizationWebhookConfigRequest, CreateOrganizationWebhookConfigResponse, DeleteAPIKeyRequest, DeleteAPIKeyResponse, DeleteFederatedGraphRequest, DeleteFederatedGraphResponse, DeleteFederatedSubgraphRequest, DeleteFederatedSubgraphResponse, DeleteIntegrationRequest, DeleteIntegrationResponse, DeleteOrganizationRequest, DeleteOrganizationResponse, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, DeleteRouterTokenRequest, DeleteRouterTokenResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, ForceCheckSuccessRequest, ForceCheckSuccessResponse, GetAnalyticsViewRequest, GetAnalyticsViewResponse, GetAPIKeysRequest, GetAPIKeysResponse, GetCheckDetailsRequest, GetCheckDetailsResponse, GetCheckOperationsRequest, GetCheckOperationsResponse, GetChecksByFederatedGraphNameRequest, GetChecksByFederatedGraphNameResponse, GetCheckSummaryRequest, GetCheckSummaryResponse, GetDashboardAnalyticsViewRequest, GetDashboardAnalyticsViewResponse, GetFederatedGraphByNameRequest, GetFederatedGraphByNameResponse, GetFederatedGraphChangelogRequest, GetFederatedGraphChangelogResponse, GetFederatedGraphSDLByNameRequest, GetFederatedGraphSDLByNameResponse, GetFederatedGraphsRequest, GetFederatedGraphsResponse, GetFederatedSubgraphSDLByNameRequest, GetFederatedSubgraphSDLByNameResponse, GetFieldUsageRequest, GetFieldUsageResponse, GetGraphMetricsRequest, GetGraphMetricsResponse, GetMetricsErrorRateRequest, GetMetricsErrorRateResponse, GetOperationContentRequest, GetOperationContentResponse, GetOrganizationIntegrationsRequest, GetOrganizationIntegrationsResponse, GetOrganizationMembersRequest, GetOrganizationMembersResponse, GetOrganizationWebhookConfigsRequest, GetOrganizationWebhookConfigsResponse, GetOrganizationWebhookMetaRequest, GetOrganizationWebhookMetaResponse, GetRouterTokensRequest, GetRouterTokensResponse, GetSubgraphByNameRequest, GetSubgraphByNameResponse, GetSubgraphsRequest, GetSubgraphsResponse, GetTraceRequest, GetTraceResponse, InviteUserRequest, InviteUserResponse, IsGitHubAppInstalledRequest, IsGitHubAppInstalledResponse, LeaveOrganizationRequest, LeaveOrganizationResponse, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateIntegrationConfigRequest, UpdateIntegrationConfigResponse, UpdateOrganizationDetailsRequest, UpdateOrganizationDetailsResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse, UpdateSubgraphRequest, UpdateSubgraphResponse, WhoAmIRequest, WhoAmIResponse } from "./platform_pb.js";
import { GetConfigRequest, GetConfigResponse } from "../../node/v1/node_pb.js";
import { createQueryService, createUnaryHooks } from "@connectrpc/connect-query";
export const typeName = "wg.cosmo.platform.v1.PlatformService";
/**
* @generated from service wg.cosmo.platform.v1.PlatformService
*/
export const PlatformService = {
typeName: "wg.cosmo.platform.v1.PlatformService",
methods: {
/**
* CreateFederatedGraph creates a federated graph on the control plane.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateFederatedGraph
*/
createFederatedGraph: {
name: "CreateFederatedGraph",
I: CreateFederatedGraphRequest,
O: CreateFederatedGraphResponse,
kind: MethodKind.Unary,
},
/**
* CreateFederatedSubgraph creates a federated subgraph on the control plane.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateFederatedSubgraph
*/
createFederatedSubgraph: {
name: "CreateFederatedSubgraph",
I: CreateFederatedSubgraphRequest,
O: CreateFederatedSubgraphResponse,
kind: MethodKind.Unary,
},
/**
* PublishFederatedSubgraph pushes the schema of the subgraph to the control plane.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.PublishFederatedSubgraph
*/
publishFederatedSubgraph: {
name: "PublishFederatedSubgraph",
I: PublishFederatedSubgraphRequest,
O: PublishFederatedSubgraphResponse,
kind: MethodKind.Unary,
},
/**
* DeleteFederatedGraph deletes a federated graph from the control plane.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteFederatedGraph
*/
deleteFederatedGraph: {
name: "DeleteFederatedGraph",
I: DeleteFederatedGraphRequest,
O: DeleteFederatedGraphResponse,
kind: MethodKind.Unary,
},
/**
* DeleteFederatedSubgraph deletes a federated subgraph from the control plane.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteFederatedSubgraph
*/
deleteFederatedSubgraph: {
name: "DeleteFederatedSubgraph",
I: DeleteFederatedSubgraphRequest,
O: DeleteFederatedSubgraphResponse,
kind: MethodKind.Unary,
},
/**
* 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
*/
checkSubgraphSchema: {
name: "CheckSubgraphSchema",
I: CheckSubgraphSchemaRequest,
O: CheckSubgraphSchemaResponse,
kind: MethodKind.Unary,
},
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.FixSubgraphSchema
*/
fixSubgraphSchema: {
name: "FixSubgraphSchema",
I: FixSubgraphSchemaRequest,
O: FixSubgraphSchemaResponse,
kind: MethodKind.Unary,
},
/**
* UpdateFederatedGraph updates a federated graph with new labels and routing url
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateFederatedGraph
*/
updateFederatedGraph: {
name: "UpdateFederatedGraph",
I: UpdateFederatedGraphRequest,
O: UpdateFederatedGraphResponse,
kind: MethodKind.Unary,
},
/**
* UpdateSubgraph updates a subgraph with new labels and routing url
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateSubgraph
*/
updateSubgraph: {
name: "UpdateSubgraph",
I: UpdateSubgraphRequest,
O: UpdateSubgraphResponse,
kind: MethodKind.Unary,
},
/**
* CheckFederatedGraph checks if the federated graph can be composed with the new labels provided.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CheckFederatedGraph
*/
checkFederatedGraph: {
name: "CheckFederatedGraph",
I: CheckFederatedGraphRequest,
O: CheckFederatedGraphResponse,
kind: MethodKind.Unary,
},
/**
* WhoAmI returns the identity of the user currently logged in.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.WhoAmI
*/
whoAmI: {
name: "WhoAmI",
I: WhoAmIRequest,
O: WhoAmIResponse,
kind: MethodKind.Unary,
},
/**
* GetRouterTokens returns the router tokens of a federated graph.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetRouterTokens
*/
getRouterTokens: {
name: "GetRouterTokens",
I: GetRouterTokensRequest,
O: GetRouterTokensResponse,
kind: MethodKind.Unary,
},
/**
* DeleteRouterToken deletes the router token of a federated graph.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteRouterToken
*/
deleteRouterToken: {
name: "DeleteRouterToken",
I: DeleteRouterTokenRequest,
O: DeleteRouterTokenResponse,
kind: MethodKind.Unary,
},
/**
* GetFederatedGraphs returns the list of federated graphs.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphs
*/
getFederatedGraphs: {
name: "GetFederatedGraphs",
I: GetFederatedGraphsRequest,
O: GetFederatedGraphsResponse,
kind: MethodKind.Unary,
},
/**
* GetFederatedGraphByName returns the federated graph by name.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphByName
*/
getFederatedGraphByName: {
name: "GetFederatedGraphByName",
I: GetFederatedGraphByNameRequest,
O: GetFederatedGraphByNameResponse,
kind: MethodKind.Unary,
},
/**
* GetFederatedGraphSDLByName returns the latest valid SDL of the federated graph by name.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphSDLByName
*/
getFederatedGraphSDLByName: {
name: "GetFederatedGraphSDLByName",
I: GetFederatedGraphSDLByNameRequest,
O: GetFederatedGraphSDLByNameResponse,
kind: MethodKind.Unary,
},
/**
* GetSubgraphs returns the list of subgraphs.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetSubgraphs
*/
getSubgraphs: {
name: "GetSubgraphs",
I: GetSubgraphsRequest,
O: GetSubgraphsResponse,
kind: MethodKind.Unary,
},
/**
* GetSubgraphByName returns the subgraph by name.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetSubgraphByName
*/
getSubgraphByName: {
name: "GetSubgraphByName",
I: GetSubgraphByNameRequest,
O: GetSubgraphByNameResponse,
kind: MethodKind.Unary,
},
/**
* GetFederatedSubgraphSDLByName returns the SDL of the subgraph by name.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedSubgraphSDLByName
*/
getFederatedSubgraphSDLByName: {
name: "GetFederatedSubgraphSDLByName",
I: GetFederatedSubgraphSDLByNameRequest,
O: GetFederatedSubgraphSDLByNameResponse,
kind: MethodKind.Unary,
},
/**
* GetChecksByFederatedGraphName return schema and composition checks that concern a federated graph
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetChecksByFederatedGraphName
*/
getChecksByFederatedGraphName: {
name: "GetChecksByFederatedGraphName",
I: GetChecksByFederatedGraphNameRequest,
O: GetChecksByFederatedGraphNameResponse,
kind: MethodKind.Unary,
},
/**
* GetCheckSummary returns top level information about a schema check
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetCheckSummary
*/
getCheckSummary: {
name: "GetCheckSummary",
I: GetCheckSummaryRequest,
O: GetCheckSummaryResponse,
kind: MethodKind.Unary,
},
/**
* GetCheckDetails returns changes and composition errors recorded for a check
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetCheckDetails
*/
getCheckDetails: {
name: "GetCheckDetails",
I: GetCheckDetailsRequest,
O: GetCheckDetailsResponse,
kind: MethodKind.Unary,
},
/**
* GetCheckOperations returns affected operations for a check
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetCheckOperations
*/
getCheckOperations: {
name: "GetCheckOperations",
I: GetCheckOperationsRequest,
O: GetCheckOperationsResponse,
kind: MethodKind.Unary,
},
/**
* ForceCheckSuccess forces a failed check to be marked as successful
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.ForceCheckSuccess
*/
forceCheckSuccess: {
name: "ForceCheckSuccess",
I: ForceCheckSuccessRequest,
O: ForceCheckSuccessResponse,
kind: MethodKind.Unary,
},
/**
* GetOperationContent returns the operation body by searching using the hash
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOperationContent
*/
getOperationContent: {
name: "GetOperationContent",
I: GetOperationContentRequest,
O: GetOperationContentResponse,
kind: MethodKind.Unary,
},
/**
* GetFederatedGraphChangelog returns the changelog of the federated graph.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFederatedGraphChangelog
*/
getFederatedGraphChangelog: {
name: "GetFederatedGraphChangelog",
I: GetFederatedGraphChangelogRequest,
O: GetFederatedGraphChangelogResponse,
kind: MethodKind.Unary,
},
/**
* CreateFederatedGraphToken creates a federated graph token that is consumed by the router to authenticate requests.
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateFederatedGraphToken
*/
createFederatedGraphToken: {
name: "CreateFederatedGraphToken",
I: CreateFederatedGraphTokenRequest,
O: CreateFederatedGraphTokenResponse,
kind: MethodKind.Unary,
},
/**
* GetOrganizationMembers returns the list of organization members
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationMembers
*/
getOrganizationMembers: {
name: "GetOrganizationMembers",
I: GetOrganizationMembersRequest,
O: GetOrganizationMembersResponse,
kind: MethodKind.Unary,
},
/**
* InviteUser invites an user to join the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.InviteUser
*/
inviteUser: {
name: "InviteUser",
I: InviteUserRequest,
O: InviteUserResponse,
kind: MethodKind.Unary,
},
/**
* GetAPIKeys returns a list of API keys of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAPIKeys
*/
getAPIKeys: {
name: "GetAPIKeys",
I: GetAPIKeysRequest,
O: GetAPIKeysResponse,
kind: MethodKind.Unary,
},
/**
* CreateAPIKey creates an API key for the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateAPIKey
*/
createAPIKey: {
name: "CreateAPIKey",
I: CreateAPIKeyRequest,
O: CreateAPIKeyResponse,
kind: MethodKind.Unary,
},
/**
* DeleteAPIKey deletes an API key for the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteAPIKey
*/
deleteAPIKey: {
name: "DeleteAPIKey",
I: DeleteAPIKeyRequest,
O: DeleteAPIKeyResponse,
kind: MethodKind.Unary,
},
/**
* RemoveOrganizationMember removes the user from the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.RemoveInvitation
*/
removeInvitation: {
name: "RemoveInvitation",
I: RemoveInvitationRequest,
O: RemoveInvitationResponse,
kind: MethodKind.Unary,
},
/**
* GetLatestValidRouterConfig returns the router config for the federated graph
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetLatestValidRouterConfig
*/
getLatestValidRouterConfig: {
name: "GetLatestValidRouterConfig",
I: GetConfigRequest,
O: GetConfigResponse,
kind: MethodKind.Unary,
},
/**
* MigrateFromApollo migrates the graphs from apollo to cosmo
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.MigrateFromApollo
*/
migrateFromApollo: {
name: "MigrateFromApollo",
I: MigrateFromApolloRequest,
O: MigrateFromApolloResponse,
kind: MethodKind.Unary,
},
/**
* CreateOrganizationWebhookConfig create a new webhook config for the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateOrganizationWebhookConfig
*/
createOrganizationWebhookConfig: {
name: "CreateOrganizationWebhookConfig",
I: CreateOrganizationWebhookConfigRequest,
O: CreateOrganizationWebhookConfigResponse,
kind: MethodKind.Unary,
},
/**
* GetOrganizationWebhookConfigs returns all webhooks for the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationWebhookConfigs
*/
getOrganizationWebhookConfigs: {
name: "GetOrganizationWebhookConfigs",
I: GetOrganizationWebhookConfigsRequest,
O: GetOrganizationWebhookConfigsResponse,
kind: MethodKind.Unary,
},
/**
* GetOrganizationWebhookMeta returns the meta data for a particular webhook
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationWebhookMeta
*/
getOrganizationWebhookMeta: {
name: "GetOrganizationWebhookMeta",
I: GetOrganizationWebhookMetaRequest,
O: GetOrganizationWebhookMetaResponse,
kind: MethodKind.Unary,
},
/**
* UpdateOrganizationWebhookConfig updates an existing webhook for the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationWebhookConfig
*/
updateOrganizationWebhookConfig: {
name: "UpdateOrganizationWebhookConfig",
I: UpdateOrganizationWebhookConfigRequest,
O: UpdateOrganizationWebhookConfigResponse,
kind: MethodKind.Unary,
},
/**
* DeleteOrganizationWebhookConfig deletes an organization webhook
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteOrganizationWebhookConfig
*/
deleteOrganizationWebhookConfig: {
name: "DeleteOrganizationWebhookConfig",
I: DeleteOrganizationWebhookConfigRequest,
O: DeleteOrganizationWebhookConfigResponse,
kind: MethodKind.Unary,
},
/**
* CreateIntegration create a new integration for the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.CreateIntegration
*/
createIntegration: {
name: "CreateIntegration",
I: CreateIntegrationRequest,
O: CreateIntegrationResponse,
kind: MethodKind.Unary,
},
/**
* GetOrganizationIntegrations returns all integrations of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationIntegrations
*/
getOrganizationIntegrations: {
name: "GetOrganizationIntegrations",
I: GetOrganizationIntegrationsRequest,
O: GetOrganizationIntegrationsResponse,
kind: MethodKind.Unary,
},
/**
* UpdateIntegrationConfig updates an existing integration of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateIntegrationConfig
*/
updateIntegrationConfig: {
name: "UpdateIntegrationConfig",
I: UpdateIntegrationConfigRequest,
O: UpdateIntegrationConfigResponse,
kind: MethodKind.Unary,
},
/**
* DeleteIntegration deletes an organization webhintegrationook
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteIntegration
*/
deleteIntegration: {
name: "DeleteIntegration",
I: DeleteIntegrationRequest,
O: DeleteIntegrationResponse,
kind: MethodKind.Unary,
},
/**
* DeleteOrganization deletes an organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteOrganization
*/
deleteOrganization: {
name: "DeleteOrganization",
I: DeleteOrganizationRequest,
O: DeleteOrganizationResponse,
kind: MethodKind.Unary,
},
/**
* LeaveOrganization removes a member from the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.LeaveOrganization
*/
leaveOrganization: {
name: "LeaveOrganization",
I: LeaveOrganizationRequest,
O: LeaveOrganizationResponse,
kind: MethodKind.Unary,
},
/**
* UpdateOrganizationDetails updates the name and slug of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationDetails
*/
updateOrganizationDetails: {
name: "UpdateOrganizationDetails",
I: UpdateOrganizationDetailsRequest,
O: UpdateOrganizationDetailsResponse,
kind: MethodKind.Unary,
},
/**
* UpdateOrgMemberRole updates the role of an org member
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrgMemberRole
*/
updateOrgMemberRole: {
name: "UpdateOrgMemberRole",
I: UpdateOrgMemberRoleRequest,
O: UpdateOrgMemberRoleResponse,
kind: MethodKind.Unary,
},
/**
* IsGitHubAppInstalled checks if the cosmo github app is installed to a repository
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.IsGitHubAppInstalled
*/
isGitHubAppInstalled: {
name: "IsGitHubAppInstalled",
I: IsGitHubAppInstalledRequest,
O: IsGitHubAppInstalledResponse,
kind: MethodKind.Unary,
},
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAnalyticsView
*/
getAnalyticsView: {
name: "GetAnalyticsView",
I: GetAnalyticsViewRequest,
O: GetAnalyticsViewResponse,
kind: MethodKind.Unary,
idempotency: MethodIdempotency.NoSideEffects,
},
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetDashboardAnalyticsView
*/
getDashboardAnalyticsView: {
name: "GetDashboardAnalyticsView",
I: GetDashboardAnalyticsViewRequest,
O: GetDashboardAnalyticsViewResponse,
kind: MethodKind.Unary,
idempotency: MethodIdempotency.NoSideEffects,
},
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetTrace
*/
getTrace: {
name: "GetTrace",
I: GetTraceRequest,
O: GetTraceResponse,
kind: MethodKind.Unary,
},
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetGraphMetrics
*/
getGraphMetrics: {
name: "GetGraphMetrics",
I: GetGraphMetricsRequest,
O: GetGraphMetricsResponse,
kind: MethodKind.Unary,
idempotency: MethodIdempotency.NoSideEffects,
},
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetMetricsErrorRate
*/
getMetricsErrorRate: {
name: "GetMetricsErrorRate",
I: GetMetricsErrorRateRequest,
O: GetMetricsErrorRateResponse,
kind: MethodKind.Unary,
idempotency: MethodIdempotency.NoSideEffects,
},
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFieldUsage
*/
getFieldUsage: {
name: "GetFieldUsage",
I: GetFieldUsageRequest,
O: GetFieldUsageResponse,
kind: MethodKind.Unary,
idempotency: MethodIdempotency.NoSideEffects,
},
}
};
const $queryService = createQueryService({ service: PlatformService, });
/**
* CreateFederatedGraph creates a federated graph on the control plane.

@@ -16,15 +621,3 @@ *

*/
export const createFederatedGraph = createQueryService({
service: {
methods: {
createFederatedGraph: {
name: "CreateFederatedGraph",
kind: MethodKind.Unary,
I: CreateFederatedGraphRequest,
O: CreateFederatedGraphResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).createFederatedGraph;
export const createFederatedGraph = { ...$queryService.createFederatedGraph, ...createUnaryHooks($queryService.createFederatedGraph) };
/**

@@ -35,15 +628,3 @@ * CreateFederatedSubgraph creates a federated subgraph on the control plane.

*/
export const createFederatedSubgraph = createQueryService({
service: {
methods: {
createFederatedSubgraph: {
name: "CreateFederatedSubgraph",
kind: MethodKind.Unary,
I: CreateFederatedSubgraphRequest,
O: CreateFederatedSubgraphResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).createFederatedSubgraph;
export const createFederatedSubgraph = { ...$queryService.createFederatedSubgraph, ...createUnaryHooks($queryService.createFederatedSubgraph) };
/**

@@ -54,15 +635,3 @@ * PublishFederatedSubgraph pushes the schema of the subgraph to the control plane.

*/
export const publishFederatedSubgraph = createQueryService({
service: {
methods: {
publishFederatedSubgraph: {
name: "PublishFederatedSubgraph",
kind: MethodKind.Unary,
I: PublishFederatedSubgraphRequest,
O: PublishFederatedSubgraphResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).publishFederatedSubgraph;
export const publishFederatedSubgraph = { ...$queryService.publishFederatedSubgraph, ...createUnaryHooks($queryService.publishFederatedSubgraph) };
/**

@@ -73,15 +642,3 @@ * DeleteFederatedGraph deletes a federated graph from the control plane.

*/
export const deleteFederatedGraph = createQueryService({
service: {
methods: {
deleteFederatedGraph: {
name: "DeleteFederatedGraph",
kind: MethodKind.Unary,
I: DeleteFederatedGraphRequest,
O: DeleteFederatedGraphResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).deleteFederatedGraph;
export const deleteFederatedGraph = { ...$queryService.deleteFederatedGraph, ...createUnaryHooks($queryService.deleteFederatedGraph) };
/**

@@ -92,15 +649,3 @@ * DeleteFederatedSubgraph deletes a federated subgraph from the control plane.

*/
export const deleteFederatedSubgraph = createQueryService({
service: {
methods: {
deleteFederatedSubgraph: {
name: "DeleteFederatedSubgraph",
kind: MethodKind.Unary,
I: DeleteFederatedSubgraphRequest,
O: DeleteFederatedSubgraphResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).deleteFederatedSubgraph;
export const deleteFederatedSubgraph = { ...$queryService.deleteFederatedSubgraph, ...createUnaryHooks($queryService.deleteFederatedSubgraph) };
/**

@@ -111,31 +656,7 @@ * CheckSubgraphSchema checks if the schema is valid and if it can be composed without conflicts with the provided new subgraph schema.

*/
export const checkSubgraphSchema = createQueryService({
service: {
methods: {
checkSubgraphSchema: {
name: "CheckSubgraphSchema",
kind: MethodKind.Unary,
I: CheckSubgraphSchemaRequest,
O: CheckSubgraphSchemaResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).checkSubgraphSchema;
export const checkSubgraphSchema = { ...$queryService.checkSubgraphSchema, ...createUnaryHooks($queryService.checkSubgraphSchema) };
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.FixSubgraphSchema
*/
export const fixSubgraphSchema = createQueryService({
service: {
methods: {
fixSubgraphSchema: {
name: "FixSubgraphSchema",
kind: MethodKind.Unary,
I: FixSubgraphSchemaRequest,
O: FixSubgraphSchemaResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).fixSubgraphSchema;
export const fixSubgraphSchema = { ...$queryService.fixSubgraphSchema, ...createUnaryHooks($queryService.fixSubgraphSchema) };
/**

@@ -146,15 +667,3 @@ * UpdateFederatedGraph updates a federated graph with new labels and routing url

*/
export const updateFederatedGraph = createQueryService({
service: {
methods: {
updateFederatedGraph: {
name: "UpdateFederatedGraph",
kind: MethodKind.Unary,
I: UpdateFederatedGraphRequest,
O: UpdateFederatedGraphResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).updateFederatedGraph;
export const updateFederatedGraph = { ...$queryService.updateFederatedGraph, ...createUnaryHooks($queryService.updateFederatedGraph) };
/**

@@ -165,15 +674,3 @@ * UpdateSubgraph updates a subgraph with new labels and routing url

*/
export const updateSubgraph = createQueryService({
service: {
methods: {
updateSubgraph: {
name: "UpdateSubgraph",
kind: MethodKind.Unary,
I: UpdateSubgraphRequest,
O: UpdateSubgraphResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).updateSubgraph;
export const updateSubgraph = { ...$queryService.updateSubgraph, ...createUnaryHooks($queryService.updateSubgraph) };
/**

@@ -184,15 +681,3 @@ * CheckFederatedGraph checks if the federated graph can be composed with the new labels provided.

*/
export const checkFederatedGraph = createQueryService({
service: {
methods: {
checkFederatedGraph: {
name: "CheckFederatedGraph",
kind: MethodKind.Unary,
I: CheckFederatedGraphRequest,
O: CheckFederatedGraphResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).checkFederatedGraph;
export const checkFederatedGraph = { ...$queryService.checkFederatedGraph, ...createUnaryHooks($queryService.checkFederatedGraph) };
/**

@@ -203,15 +688,3 @@ * WhoAmI returns the identity of the user currently logged in.

*/
export const whoAmI = createQueryService({
service: {
methods: {
whoAmI: {
name: "WhoAmI",
kind: MethodKind.Unary,
I: WhoAmIRequest,
O: WhoAmIResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).whoAmI;
export const whoAmI = { ...$queryService.whoAmI, ...createUnaryHooks($queryService.whoAmI) };
/**

@@ -222,15 +695,3 @@ * GetRouterTokens returns the router tokens of a federated graph.

*/
export const getRouterTokens = createQueryService({
service: {
methods: {
getRouterTokens: {
name: "GetRouterTokens",
kind: MethodKind.Unary,
I: GetRouterTokensRequest,
O: GetRouterTokensResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getRouterTokens;
export const getRouterTokens = { ...$queryService.getRouterTokens, ...createUnaryHooks($queryService.getRouterTokens) };
/**

@@ -241,15 +702,3 @@ * DeleteRouterToken deletes the router token of a federated graph.

*/
export const deleteRouterToken = createQueryService({
service: {
methods: {
deleteRouterToken: {
name: "DeleteRouterToken",
kind: MethodKind.Unary,
I: DeleteRouterTokenRequest,
O: DeleteRouterTokenResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).deleteRouterToken;
export const deleteRouterToken = { ...$queryService.deleteRouterToken, ...createUnaryHooks($queryService.deleteRouterToken) };
/**

@@ -260,15 +709,3 @@ * GetFederatedGraphs returns the list of federated graphs.

*/
export const getFederatedGraphs = createQueryService({
service: {
methods: {
getFederatedGraphs: {
name: "GetFederatedGraphs",
kind: MethodKind.Unary,
I: GetFederatedGraphsRequest,
O: GetFederatedGraphsResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getFederatedGraphs;
export const getFederatedGraphs = { ...$queryService.getFederatedGraphs, ...createUnaryHooks($queryService.getFederatedGraphs) };
/**

@@ -279,15 +716,3 @@ * GetFederatedGraphByName returns the federated graph by name.

*/
export const getFederatedGraphByName = createQueryService({
service: {
methods: {
getFederatedGraphByName: {
name: "GetFederatedGraphByName",
kind: MethodKind.Unary,
I: GetFederatedGraphByNameRequest,
O: GetFederatedGraphByNameResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getFederatedGraphByName;
export const getFederatedGraphByName = { ...$queryService.getFederatedGraphByName, ...createUnaryHooks($queryService.getFederatedGraphByName) };
/**

@@ -298,15 +723,3 @@ * GetFederatedGraphSDLByName returns the latest valid SDL of the federated graph by name.

*/
export const getFederatedGraphSDLByName = createQueryService({
service: {
methods: {
getFederatedGraphSDLByName: {
name: "GetFederatedGraphSDLByName",
kind: MethodKind.Unary,
I: GetFederatedGraphSDLByNameRequest,
O: GetFederatedGraphSDLByNameResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getFederatedGraphSDLByName;
export const getFederatedGraphSDLByName = { ...$queryService.getFederatedGraphSDLByName, ...createUnaryHooks($queryService.getFederatedGraphSDLByName) };
/**

@@ -317,15 +730,3 @@ * GetSubgraphs returns the list of subgraphs.

*/
export const getSubgraphs = createQueryService({
service: {
methods: {
getSubgraphs: {
name: "GetSubgraphs",
kind: MethodKind.Unary,
I: GetSubgraphsRequest,
O: GetSubgraphsResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getSubgraphs;
export const getSubgraphs = { ...$queryService.getSubgraphs, ...createUnaryHooks($queryService.getSubgraphs) };
/**

@@ -336,15 +737,3 @@ * GetSubgraphByName returns the subgraph by name.

*/
export const getSubgraphByName = createQueryService({
service: {
methods: {
getSubgraphByName: {
name: "GetSubgraphByName",
kind: MethodKind.Unary,
I: GetSubgraphByNameRequest,
O: GetSubgraphByNameResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getSubgraphByName;
export const getSubgraphByName = { ...$queryService.getSubgraphByName, ...createUnaryHooks($queryService.getSubgraphByName) };
/**

@@ -355,15 +744,3 @@ * GetFederatedSubgraphSDLByName returns the SDL of the subgraph by name.

*/
export const getFederatedSubgraphSDLByName = createQueryService({
service: {
methods: {
getFederatedSubgraphSDLByName: {
name: "GetFederatedSubgraphSDLByName",
kind: MethodKind.Unary,
I: GetFederatedSubgraphSDLByNameRequest,
O: GetFederatedSubgraphSDLByNameResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getFederatedSubgraphSDLByName;
export const getFederatedSubgraphSDLByName = { ...$queryService.getFederatedSubgraphSDLByName, ...createUnaryHooks($queryService.getFederatedSubgraphSDLByName) };
/**

@@ -374,15 +751,3 @@ * GetChecksByFederatedGraphName return schema and composition checks that concern a federated graph

*/
export const getChecksByFederatedGraphName = createQueryService({
service: {
methods: {
getChecksByFederatedGraphName: {
name: "GetChecksByFederatedGraphName",
kind: MethodKind.Unary,
I: GetChecksByFederatedGraphNameRequest,
O: GetChecksByFederatedGraphNameResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getChecksByFederatedGraphName;
export const getChecksByFederatedGraphName = { ...$queryService.getChecksByFederatedGraphName, ...createUnaryHooks($queryService.getChecksByFederatedGraphName) };
/**

@@ -393,15 +758,3 @@ * GetCheckSummary returns top level information about a schema check

*/
export const getCheckSummary = createQueryService({
service: {
methods: {
getCheckSummary: {
name: "GetCheckSummary",
kind: MethodKind.Unary,
I: GetCheckSummaryRequest,
O: GetCheckSummaryResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getCheckSummary;
export const getCheckSummary = { ...$queryService.getCheckSummary, ...createUnaryHooks($queryService.getCheckSummary) };
/**

@@ -412,15 +765,3 @@ * GetCheckDetails returns changes and composition errors recorded for a check

*/
export const getCheckDetails = createQueryService({
service: {
methods: {
getCheckDetails: {
name: "GetCheckDetails",
kind: MethodKind.Unary,
I: GetCheckDetailsRequest,
O: GetCheckDetailsResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getCheckDetails;
export const getCheckDetails = { ...$queryService.getCheckDetails, ...createUnaryHooks($queryService.getCheckDetails) };
/**

@@ -431,15 +772,3 @@ * GetCheckOperations returns affected operations for a check

*/
export const getCheckOperations = createQueryService({
service: {
methods: {
getCheckOperations: {
name: "GetCheckOperations",
kind: MethodKind.Unary,
I: GetCheckOperationsRequest,
O: GetCheckOperationsResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getCheckOperations;
export const getCheckOperations = { ...$queryService.getCheckOperations, ...createUnaryHooks($queryService.getCheckOperations) };
/**

@@ -450,15 +779,3 @@ * ForceCheckSuccess forces a failed check to be marked as successful

*/
export const forceCheckSuccess = createQueryService({
service: {
methods: {
forceCheckSuccess: {
name: "ForceCheckSuccess",
kind: MethodKind.Unary,
I: ForceCheckSuccessRequest,
O: ForceCheckSuccessResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).forceCheckSuccess;
export const forceCheckSuccess = { ...$queryService.forceCheckSuccess, ...createUnaryHooks($queryService.forceCheckSuccess) };
/**

@@ -469,15 +786,3 @@ * GetOperationContent returns the operation body by searching using the hash

*/
export const getOperationContent = createQueryService({
service: {
methods: {
getOperationContent: {
name: "GetOperationContent",
kind: MethodKind.Unary,
I: GetOperationContentRequest,
O: GetOperationContentResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getOperationContent;
export const getOperationContent = { ...$queryService.getOperationContent, ...createUnaryHooks($queryService.getOperationContent) };
/**

@@ -488,15 +793,3 @@ * GetFederatedGraphChangelog returns the changelog of the federated graph.

*/
export const getFederatedGraphChangelog = createQueryService({
service: {
methods: {
getFederatedGraphChangelog: {
name: "GetFederatedGraphChangelog",
kind: MethodKind.Unary,
I: GetFederatedGraphChangelogRequest,
O: GetFederatedGraphChangelogResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getFederatedGraphChangelog;
export const getFederatedGraphChangelog = { ...$queryService.getFederatedGraphChangelog, ...createUnaryHooks($queryService.getFederatedGraphChangelog) };
/**

@@ -507,15 +800,3 @@ * CreateFederatedGraphToken creates a federated graph token that is consumed by the router to authenticate requests.

*/
export const createFederatedGraphToken = createQueryService({
service: {
methods: {
createFederatedGraphToken: {
name: "CreateFederatedGraphToken",
kind: MethodKind.Unary,
I: CreateFederatedGraphTokenRequest,
O: CreateFederatedGraphTokenResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).createFederatedGraphToken;
export const createFederatedGraphToken = { ...$queryService.createFederatedGraphToken, ...createUnaryHooks($queryService.createFederatedGraphToken) };
/**

@@ -526,15 +807,3 @@ * GetOrganizationMembers returns the list of organization members

*/
export const getOrganizationMembers = createQueryService({
service: {
methods: {
getOrganizationMembers: {
name: "GetOrganizationMembers",
kind: MethodKind.Unary,
I: GetOrganizationMembersRequest,
O: GetOrganizationMembersResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getOrganizationMembers;
export const getOrganizationMembers = { ...$queryService.getOrganizationMembers, ...createUnaryHooks($queryService.getOrganizationMembers) };
/**

@@ -545,15 +814,3 @@ * InviteUser invites an user to join the organization

*/
export const inviteUser = createQueryService({
service: {
methods: {
inviteUser: {
name: "InviteUser",
kind: MethodKind.Unary,
I: InviteUserRequest,
O: InviteUserResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).inviteUser;
export const inviteUser = { ...$queryService.inviteUser, ...createUnaryHooks($queryService.inviteUser) };
/**

@@ -564,15 +821,3 @@ * GetAPIKeys returns a list of API keys of the organization

*/
export const getAPIKeys = createQueryService({
service: {
methods: {
getAPIKeys: {
name: "GetAPIKeys",
kind: MethodKind.Unary,
I: GetAPIKeysRequest,
O: GetAPIKeysResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getAPIKeys;
export const getAPIKeys = { ...$queryService.getAPIKeys, ...createUnaryHooks($queryService.getAPIKeys) };
/**

@@ -583,15 +828,3 @@ * CreateAPIKey creates an API key for the organization

*/
export const createAPIKey = createQueryService({
service: {
methods: {
createAPIKey: {
name: "CreateAPIKey",
kind: MethodKind.Unary,
I: CreateAPIKeyRequest,
O: CreateAPIKeyResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).createAPIKey;
export const createAPIKey = { ...$queryService.createAPIKey, ...createUnaryHooks($queryService.createAPIKey) };
/**

@@ -602,15 +835,3 @@ * DeleteAPIKey deletes an API key for the organization

*/
export const deleteAPIKey = createQueryService({
service: {
methods: {
deleteAPIKey: {
name: "DeleteAPIKey",
kind: MethodKind.Unary,
I: DeleteAPIKeyRequest,
O: DeleteAPIKeyResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).deleteAPIKey;
export const deleteAPIKey = { ...$queryService.deleteAPIKey, ...createUnaryHooks($queryService.deleteAPIKey) };
/**

@@ -621,15 +842,3 @@ * RemoveOrganizationMember removes the user from the organization

*/
export const removeInvitation = createQueryService({
service: {
methods: {
removeInvitation: {
name: "RemoveInvitation",
kind: MethodKind.Unary,
I: RemoveInvitationRequest,
O: RemoveInvitationResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).removeInvitation;
export const removeInvitation = { ...$queryService.removeInvitation, ...createUnaryHooks($queryService.removeInvitation) };
/**

@@ -640,15 +849,3 @@ * GetLatestValidRouterConfig returns the router config for the federated graph

*/
export const getLatestValidRouterConfig = createQueryService({
service: {
methods: {
getLatestValidRouterConfig: {
name: "GetLatestValidRouterConfig",
kind: MethodKind.Unary,
I: GetConfigRequest,
O: GetConfigResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getLatestValidRouterConfig;
export const getLatestValidRouterConfig = { ...$queryService.getLatestValidRouterConfig, ...createUnaryHooks($queryService.getLatestValidRouterConfig) };
/**

@@ -659,15 +856,3 @@ * MigrateFromApollo migrates the graphs from apollo to cosmo

*/
export const migrateFromApollo = createQueryService({
service: {
methods: {
migrateFromApollo: {
name: "MigrateFromApollo",
kind: MethodKind.Unary,
I: MigrateFromApolloRequest,
O: MigrateFromApolloResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).migrateFromApollo;
export const migrateFromApollo = { ...$queryService.migrateFromApollo, ...createUnaryHooks($queryService.migrateFromApollo) };
/**

@@ -678,15 +863,3 @@ * CreateOrganizationWebhookConfig create a new webhook config for the organization

*/
export const createOrganizationWebhookConfig = createQueryService({
service: {
methods: {
createOrganizationWebhookConfig: {
name: "CreateOrganizationWebhookConfig",
kind: MethodKind.Unary,
I: CreateOrganizationWebhookConfigRequest,
O: CreateOrganizationWebhookConfigResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).createOrganizationWebhookConfig;
export const createOrganizationWebhookConfig = { ...$queryService.createOrganizationWebhookConfig, ...createUnaryHooks($queryService.createOrganizationWebhookConfig) };
/**

@@ -697,15 +870,3 @@ * GetOrganizationWebhookConfigs returns all webhooks for the organization

*/
export const getOrganizationWebhookConfigs = createQueryService({
service: {
methods: {
getOrganizationWebhookConfigs: {
name: "GetOrganizationWebhookConfigs",
kind: MethodKind.Unary,
I: GetOrganizationWebhookConfigsRequest,
O: GetOrganizationWebhookConfigsResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getOrganizationWebhookConfigs;
export const getOrganizationWebhookConfigs = { ...$queryService.getOrganizationWebhookConfigs, ...createUnaryHooks($queryService.getOrganizationWebhookConfigs) };
/**

@@ -716,15 +877,3 @@ * GetOrganizationWebhookMeta returns the meta data for a particular webhook

*/
export const getOrganizationWebhookMeta = createQueryService({
service: {
methods: {
getOrganizationWebhookMeta: {
name: "GetOrganizationWebhookMeta",
kind: MethodKind.Unary,
I: GetOrganizationWebhookMetaRequest,
O: GetOrganizationWebhookMetaResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getOrganizationWebhookMeta;
export const getOrganizationWebhookMeta = { ...$queryService.getOrganizationWebhookMeta, ...createUnaryHooks($queryService.getOrganizationWebhookMeta) };
/**

@@ -735,15 +884,3 @@ * UpdateOrganizationWebhookConfig updates an existing webhook for the organization

*/
export const updateOrganizationWebhookConfig = createQueryService({
service: {
methods: {
updateOrganizationWebhookConfig: {
name: "UpdateOrganizationWebhookConfig",
kind: MethodKind.Unary,
I: UpdateOrganizationWebhookConfigRequest,
O: UpdateOrganizationWebhookConfigResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).updateOrganizationWebhookConfig;
export const updateOrganizationWebhookConfig = { ...$queryService.updateOrganizationWebhookConfig, ...createUnaryHooks($queryService.updateOrganizationWebhookConfig) };
/**

@@ -754,15 +891,3 @@ * DeleteOrganizationWebhookConfig deletes an organization webhook

*/
export const deleteOrganizationWebhookConfig = createQueryService({
service: {
methods: {
deleteOrganizationWebhookConfig: {
name: "DeleteOrganizationWebhookConfig",
kind: MethodKind.Unary,
I: DeleteOrganizationWebhookConfigRequest,
O: DeleteOrganizationWebhookConfigResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).deleteOrganizationWebhookConfig;
export const deleteOrganizationWebhookConfig = { ...$queryService.deleteOrganizationWebhookConfig, ...createUnaryHooks($queryService.deleteOrganizationWebhookConfig) };
/**

@@ -773,15 +898,3 @@ * CreateIntegration create a new integration for the organization

*/
export const createIntegration = createQueryService({
service: {
methods: {
createIntegration: {
name: "CreateIntegration",
kind: MethodKind.Unary,
I: CreateIntegrationRequest,
O: CreateIntegrationResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).createIntegration;
export const createIntegration = { ...$queryService.createIntegration, ...createUnaryHooks($queryService.createIntegration) };
/**

@@ -792,15 +905,3 @@ * GetOrganizationIntegrations returns all integrations of the organization

*/
export const getOrganizationIntegrations = createQueryService({
service: {
methods: {
getOrganizationIntegrations: {
name: "GetOrganizationIntegrations",
kind: MethodKind.Unary,
I: GetOrganizationIntegrationsRequest,
O: GetOrganizationIntegrationsResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getOrganizationIntegrations;
export const getOrganizationIntegrations = { ...$queryService.getOrganizationIntegrations, ...createUnaryHooks($queryService.getOrganizationIntegrations) };
/**

@@ -811,15 +912,3 @@ * UpdateIntegrationConfig updates an existing integration of the organization

*/
export const updateIntegrationConfig = createQueryService({
service: {
methods: {
updateIntegrationConfig: {
name: "UpdateIntegrationConfig",
kind: MethodKind.Unary,
I: UpdateIntegrationConfigRequest,
O: UpdateIntegrationConfigResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).updateIntegrationConfig;
export const updateIntegrationConfig = { ...$queryService.updateIntegrationConfig, ...createUnaryHooks($queryService.updateIntegrationConfig) };
/**

@@ -830,15 +919,3 @@ * DeleteIntegration deletes an organization webhintegrationook

*/
export const deleteIntegration = createQueryService({
service: {
methods: {
deleteIntegration: {
name: "DeleteIntegration",
kind: MethodKind.Unary,
I: DeleteIntegrationRequest,
O: DeleteIntegrationResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).deleteIntegration;
export const deleteIntegration = { ...$queryService.deleteIntegration, ...createUnaryHooks($queryService.deleteIntegration) };
/**

@@ -849,15 +926,3 @@ * DeleteOrganization deletes an organization

*/
export const deleteOrganization = createQueryService({
service: {
methods: {
deleteOrganization: {
name: "DeleteOrganization",
kind: MethodKind.Unary,
I: DeleteOrganizationRequest,
O: DeleteOrganizationResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).deleteOrganization;
export const deleteOrganization = { ...$queryService.deleteOrganization, ...createUnaryHooks($queryService.deleteOrganization) };
/**

@@ -868,15 +933,3 @@ * LeaveOrganization removes a member from the organization

*/
export const leaveOrganization = createQueryService({
service: {
methods: {
leaveOrganization: {
name: "LeaveOrganization",
kind: MethodKind.Unary,
I: LeaveOrganizationRequest,
O: LeaveOrganizationResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).leaveOrganization;
export const leaveOrganization = { ...$queryService.leaveOrganization, ...createUnaryHooks($queryService.leaveOrganization) };
/**

@@ -887,15 +940,3 @@ * UpdateOrganizationDetails updates the name and slug of the organization

*/
export const updateOrganizationDetails = createQueryService({
service: {
methods: {
updateOrganizationDetails: {
name: "UpdateOrganizationDetails",
kind: MethodKind.Unary,
I: UpdateOrganizationDetailsRequest,
O: UpdateOrganizationDetailsResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).updateOrganizationDetails;
export const updateOrganizationDetails = { ...$queryService.updateOrganizationDetails, ...createUnaryHooks($queryService.updateOrganizationDetails) };
/**

@@ -906,15 +947,3 @@ * UpdateOrgMemberRole updates the role of an org member

*/
export const updateOrgMemberRole = createQueryService({
service: {
methods: {
updateOrgMemberRole: {
name: "UpdateOrgMemberRole",
kind: MethodKind.Unary,
I: UpdateOrgMemberRoleRequest,
O: UpdateOrgMemberRoleResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).updateOrgMemberRole;
export const updateOrgMemberRole = { ...$queryService.updateOrgMemberRole, ...createUnaryHooks($queryService.updateOrgMemberRole) };
/**

@@ -925,116 +954,27 @@ * IsGitHubAppInstalled checks if the cosmo github app is installed to a repository

*/
export const isGitHubAppInstalled = createQueryService({
service: {
methods: {
isGitHubAppInstalled: {
name: "IsGitHubAppInstalled",
kind: MethodKind.Unary,
I: IsGitHubAppInstalledRequest,
O: IsGitHubAppInstalledResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).isGitHubAppInstalled;
export const isGitHubAppInstalled = { ...$queryService.isGitHubAppInstalled, ...createUnaryHooks($queryService.isGitHubAppInstalled) };
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAnalyticsView
*/
export const getAnalyticsView = createQueryService({
service: {
methods: {
getAnalyticsView: {
name: "GetAnalyticsView",
kind: MethodKind.Unary,
I: GetAnalyticsViewRequest,
O: GetAnalyticsViewResponse,
idempotency: MethodIdempotency.NoSideEffects,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getAnalyticsView;
export const getAnalyticsView = { ...$queryService.getAnalyticsView, ...createUnaryHooks($queryService.getAnalyticsView) };
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetDashboardAnalyticsView
*/
export const getDashboardAnalyticsView = createQueryService({
service: {
methods: {
getDashboardAnalyticsView: {
name: "GetDashboardAnalyticsView",
kind: MethodKind.Unary,
I: GetDashboardAnalyticsViewRequest,
O: GetDashboardAnalyticsViewResponse,
idempotency: MethodIdempotency.NoSideEffects,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getDashboardAnalyticsView;
export const getDashboardAnalyticsView = { ...$queryService.getDashboardAnalyticsView, ...createUnaryHooks($queryService.getDashboardAnalyticsView) };
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetTrace
*/
export const getTrace = createQueryService({
service: {
methods: {
getTrace: {
name: "GetTrace",
kind: MethodKind.Unary,
I: GetTraceRequest,
O: GetTraceResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getTrace;
export const getTrace = { ...$queryService.getTrace, ...createUnaryHooks($queryService.getTrace) };
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetGraphMetrics
*/
export const getGraphMetrics = createQueryService({
service: {
methods: {
getGraphMetrics: {
name: "GetGraphMetrics",
kind: MethodKind.Unary,
I: GetGraphMetricsRequest,
O: GetGraphMetricsResponse,
idempotency: MethodIdempotency.NoSideEffects,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getGraphMetrics;
export const getGraphMetrics = { ...$queryService.getGraphMetrics, ...createUnaryHooks($queryService.getGraphMetrics) };
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetMetricsErrorRate
*/
export const getMetricsErrorRate = createQueryService({
service: {
methods: {
getMetricsErrorRate: {
name: "GetMetricsErrorRate",
kind: MethodKind.Unary,
I: GetMetricsErrorRateRequest,
O: GetMetricsErrorRateResponse,
idempotency: MethodIdempotency.NoSideEffects,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getMetricsErrorRate;
export const getMetricsErrorRate = { ...$queryService.getMetricsErrorRate, ...createUnaryHooks($queryService.getMetricsErrorRate) };
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetFieldUsage
*/
export const getFieldUsage = createQueryService({
service: {
methods: {
getFieldUsage: {
name: "GetFieldUsage",
kind: MethodKind.Unary,
I: GetFieldUsageRequest,
O: GetFieldUsageResponse,
idempotency: MethodIdempotency.NoSideEffects,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).getFieldUsage;
export const getFieldUsage = { ...$queryService.getFieldUsage, ...createUnaryHooks($queryService.getFieldUsage) };
//# sourceMappingURL=platform-PlatformService_connectquery.js.map
{
"name": "@wundergraph/cosmo-connect",
"version": "0.25.0",
"version": "0.26.0",
"description": "TypeScript Connect client for WunderGraph Cosmo",

@@ -23,4 +23,4 @@ "scripts": {

"devDependencies": {
"@bufbuild/protobuf": "^1.3.0",
"@connectrpc/connect-query": "^0.4.1",
"@bufbuild/protobuf": "^1.4.1",
"@connectrpc/connect-query": "^0.6.0",
"del-cli": "^5.0.0",

@@ -39,3 +39,3 @@ "typescript": "^5.2.2"

},
"gitHead": "e1e9bb9ec069169ee71672bdf25a09a7efbfe205"
"gitHead": "09615194290a6712a000de21c33f33a77a012336"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc