@wundergraph/cosmo-connect
Advanced tools
Comparing version 0.17.0 to 0.18.0
@@ -1,2 +0,2 @@ | ||
import { CheckFederatedGraphRequest, CheckFederatedGraphResponse, CheckSubgraphSchemaRequest, CheckSubgraphSchemaResponse, CreateAPIKeyRequest, CreateAPIKeyResponse, CreateFederatedGraphRequest, CreateFederatedGraphResponse, CreateFederatedGraphTokenRequest, CreateFederatedGraphTokenResponse, CreateFederatedSubgraphRequest, CreateFederatedSubgraphResponse, CreateOrganizationWebhookConfigRequest, CreateOrganizationWebhookConfigResponse, DeleteAPIKeyRequest, DeleteAPIKeyResponse, DeleteFederatedGraphRequest, DeleteFederatedGraphResponse, DeleteFederatedSubgraphRequest, DeleteFederatedSubgraphResponse, DeleteOrganizationRequest, DeleteOrganizationResponse, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, ForceCheckSuccessRequest, ForceCheckSuccessResponse, GetAnalyticsViewRequest, GetAnalyticsViewResponse, GetAPIKeysRequest, GetAPIKeysResponse, GetCheckDetailsRequest, GetCheckDetailsResponse, GetChecksByFederatedGraphNameRequest, GetChecksByFederatedGraphNameResponse, GetDashboardAnalyticsViewRequest, GetDashboardAnalyticsViewResponse, GetFederatedGraphByNameRequest, GetFederatedGraphByNameResponse, GetFederatedGraphChangelogRequest, GetFederatedGraphChangelogResponse, GetFederatedGraphSDLByNameRequest, GetFederatedGraphSDLByNameResponse, GetFederatedGraphsRequest, GetFederatedGraphsResponse, GetFederatedSubgraphSDLByNameRequest, GetFederatedSubgraphSDLByNameResponse, GetMetricsDashboardRequest, GetMetricsDashboardResponse, GetMetricsErrorRateRequest, GetMetricsErrorRateResponse, GetOrganizationMembersRequest, GetOrganizationMembersResponse, GetOrganizationWebhookConfigsRequest, GetOrganizationWebhookConfigsResponse, GetSubgraphByNameRequest, GetSubgraphByNameResponse, GetSubgraphsRequest, GetSubgraphsResponse, GetTraceRequest, GetTraceResponse, InviteUserRequest, InviteUserResponse, LeaveOrganizationRequest, LeaveOrganizationResponse, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateOrganizationNameRequest, UpdateOrganizationNameResponse, UpdateOrganizationSlugRequest, UpdateOrganizationSlugResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse, UpdateSubgraphRequest, UpdateSubgraphResponse, WhoAmIRequest, WhoAmIResponse } from "./platform_pb.js"; | ||
import { CheckFederatedGraphRequest, CheckFederatedGraphResponse, CheckSubgraphSchemaRequest, CheckSubgraphSchemaResponse, CreateAPIKeyRequest, CreateAPIKeyResponse, CreateFederatedGraphRequest, CreateFederatedGraphResponse, CreateFederatedGraphTokenRequest, CreateFederatedGraphTokenResponse, CreateFederatedSubgraphRequest, CreateFederatedSubgraphResponse, CreateOrganizationWebhookConfigRequest, CreateOrganizationWebhookConfigResponse, DeleteAPIKeyRequest, DeleteAPIKeyResponse, DeleteFederatedGraphRequest, DeleteFederatedGraphResponse, DeleteFederatedSubgraphRequest, DeleteFederatedSubgraphResponse, DeleteOrganizationRequest, DeleteOrganizationResponse, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, DeleteRouterTokenRequest, DeleteRouterTokenResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, ForceCheckSuccessRequest, ForceCheckSuccessResponse, GetAnalyticsViewRequest, GetAnalyticsViewResponse, GetAPIKeysRequest, GetAPIKeysResponse, GetCheckDetailsRequest, GetCheckDetailsResponse, GetChecksByFederatedGraphNameRequest, GetChecksByFederatedGraphNameResponse, GetDashboardAnalyticsViewRequest, GetDashboardAnalyticsViewResponse, GetFederatedGraphByNameRequest, GetFederatedGraphByNameResponse, GetFederatedGraphChangelogRequest, GetFederatedGraphChangelogResponse, GetFederatedGraphSDLByNameRequest, GetFederatedGraphSDLByNameResponse, GetFederatedGraphsRequest, GetFederatedGraphsResponse, GetFederatedSubgraphSDLByNameRequest, GetFederatedSubgraphSDLByNameResponse, GetMetricsDashboardRequest, GetMetricsDashboardResponse, GetMetricsErrorRateRequest, GetMetricsErrorRateResponse, GetOrganizationMembersRequest, GetOrganizationMembersResponse, GetOrganizationWebhookConfigsRequest, GetOrganizationWebhookConfigsResponse, GetOrganizationWebhookMetaRequest, GetOrganizationWebhookMetaResponse, GetRouterTokensRequest, GetRouterTokensResponse, GetSubgraphByNameRequest, GetSubgraphByNameResponse, GetSubgraphsRequest, GetSubgraphsResponse, GetTraceRequest, GetTraceResponse, InviteUserRequest, InviteUserResponse, LeaveOrganizationRequest, LeaveOrganizationResponse, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateOrganizationNameRequest, UpdateOrganizationNameResponse, UpdateOrganizationSlugRequest, UpdateOrganizationSlugResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse, UpdateSubgraphRequest, UpdateSubgraphResponse, WhoAmIRequest, WhoAmIResponse } from "./platform_pb.js"; | ||
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf"; | ||
@@ -130,2 +130,24 @@ import { GetConfigRequest, GetConfigResponse } from "../../node/v1/node_pb.js"; | ||
/** | ||
* 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. | ||
@@ -362,2 +384,13 @@ * | ||
/** | ||
* 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 | ||
@@ -364,0 +397,0 @@ * |
@@ -6,3 +6,3 @@ // https://protobuf.dev/programming-guides/style/ | ||
// @ts-nocheck | ||
import { CheckFederatedGraphRequest, CheckFederatedGraphResponse, CheckSubgraphSchemaRequest, CheckSubgraphSchemaResponse, CreateAPIKeyRequest, CreateAPIKeyResponse, CreateFederatedGraphRequest, CreateFederatedGraphResponse, CreateFederatedGraphTokenRequest, CreateFederatedGraphTokenResponse, CreateFederatedSubgraphRequest, CreateFederatedSubgraphResponse, CreateOrganizationWebhookConfigRequest, CreateOrganizationWebhookConfigResponse, DeleteAPIKeyRequest, DeleteAPIKeyResponse, DeleteFederatedGraphRequest, DeleteFederatedGraphResponse, DeleteFederatedSubgraphRequest, DeleteFederatedSubgraphResponse, DeleteOrganizationRequest, DeleteOrganizationResponse, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, ForceCheckSuccessRequest, ForceCheckSuccessResponse, GetAnalyticsViewRequest, GetAnalyticsViewResponse, GetAPIKeysRequest, GetAPIKeysResponse, GetCheckDetailsRequest, GetCheckDetailsResponse, GetChecksByFederatedGraphNameRequest, GetChecksByFederatedGraphNameResponse, GetDashboardAnalyticsViewRequest, GetDashboardAnalyticsViewResponse, GetFederatedGraphByNameRequest, GetFederatedGraphByNameResponse, GetFederatedGraphChangelogRequest, GetFederatedGraphChangelogResponse, GetFederatedGraphSDLByNameRequest, GetFederatedGraphSDLByNameResponse, GetFederatedGraphsRequest, GetFederatedGraphsResponse, GetFederatedSubgraphSDLByNameRequest, GetFederatedSubgraphSDLByNameResponse, GetMetricsDashboardRequest, GetMetricsDashboardResponse, GetMetricsErrorRateRequest, GetMetricsErrorRateResponse, GetOrganizationMembersRequest, GetOrganizationMembersResponse, GetOrganizationWebhookConfigsRequest, GetOrganizationWebhookConfigsResponse, GetSubgraphByNameRequest, GetSubgraphByNameResponse, GetSubgraphsRequest, GetSubgraphsResponse, GetTraceRequest, GetTraceResponse, InviteUserRequest, InviteUserResponse, LeaveOrganizationRequest, LeaveOrganizationResponse, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateOrganizationNameRequest, UpdateOrganizationNameResponse, UpdateOrganizationSlugRequest, UpdateOrganizationSlugResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse, UpdateSubgraphRequest, UpdateSubgraphResponse, WhoAmIRequest, WhoAmIResponse } from "./platform_pb.js"; | ||
import { CheckFederatedGraphRequest, CheckFederatedGraphResponse, CheckSubgraphSchemaRequest, CheckSubgraphSchemaResponse, CreateAPIKeyRequest, CreateAPIKeyResponse, CreateFederatedGraphRequest, CreateFederatedGraphResponse, CreateFederatedGraphTokenRequest, CreateFederatedGraphTokenResponse, CreateFederatedSubgraphRequest, CreateFederatedSubgraphResponse, CreateOrganizationWebhookConfigRequest, CreateOrganizationWebhookConfigResponse, DeleteAPIKeyRequest, DeleteAPIKeyResponse, DeleteFederatedGraphRequest, DeleteFederatedGraphResponse, DeleteFederatedSubgraphRequest, DeleteFederatedSubgraphResponse, DeleteOrganizationRequest, DeleteOrganizationResponse, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, DeleteRouterTokenRequest, DeleteRouterTokenResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, ForceCheckSuccessRequest, ForceCheckSuccessResponse, GetAnalyticsViewRequest, GetAnalyticsViewResponse, GetAPIKeysRequest, GetAPIKeysResponse, GetCheckDetailsRequest, GetCheckDetailsResponse, GetChecksByFederatedGraphNameRequest, GetChecksByFederatedGraphNameResponse, GetDashboardAnalyticsViewRequest, GetDashboardAnalyticsViewResponse, GetFederatedGraphByNameRequest, GetFederatedGraphByNameResponse, GetFederatedGraphChangelogRequest, GetFederatedGraphChangelogResponse, GetFederatedGraphSDLByNameRequest, GetFederatedGraphSDLByNameResponse, GetFederatedGraphsRequest, GetFederatedGraphsResponse, GetFederatedSubgraphSDLByNameRequest, GetFederatedSubgraphSDLByNameResponse, GetMetricsDashboardRequest, GetMetricsDashboardResponse, GetMetricsErrorRateRequest, GetMetricsErrorRateResponse, GetOrganizationMembersRequest, GetOrganizationMembersResponse, GetOrganizationWebhookConfigsRequest, GetOrganizationWebhookConfigsResponse, GetOrganizationWebhookMetaRequest, GetOrganizationWebhookMetaResponse, GetRouterTokensRequest, GetRouterTokensResponse, GetSubgraphByNameRequest, GetSubgraphByNameResponse, GetSubgraphsRequest, GetSubgraphsResponse, GetTraceRequest, GetTraceResponse, InviteUserRequest, InviteUserResponse, LeaveOrganizationRequest, LeaveOrganizationResponse, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateOrganizationNameRequest, UpdateOrganizationNameResponse, UpdateOrganizationSlugRequest, UpdateOrganizationSlugResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse, UpdateSubgraphRequest, UpdateSubgraphResponse, WhoAmIRequest, WhoAmIResponse } from "./platform_pb.js"; | ||
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf"; | ||
@@ -136,2 +136,24 @@ import { GetConfigRequest, GetConfigResponse } from "../../node/v1/node_pb.js"; | ||
/** | ||
* 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. | ||
@@ -368,2 +390,13 @@ * | ||
/** | ||
* 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 | ||
@@ -370,0 +403,0 @@ * |
@@ -1,2 +0,2 @@ | ||
import { CheckFederatedGraphRequest, CheckFederatedGraphResponse, CheckSubgraphSchemaRequest, CheckSubgraphSchemaResponse, CreateAPIKeyRequest, CreateAPIKeyResponse, CreateFederatedGraphRequest, CreateFederatedGraphResponse, CreateFederatedGraphTokenRequest, CreateFederatedGraphTokenResponse, CreateFederatedSubgraphRequest, CreateFederatedSubgraphResponse, CreateOrganizationWebhookConfigRequest, CreateOrganizationWebhookConfigResponse, DeleteAPIKeyRequest, DeleteAPIKeyResponse, DeleteFederatedGraphRequest, DeleteFederatedGraphResponse, DeleteFederatedSubgraphRequest, DeleteFederatedSubgraphResponse, DeleteOrganizationRequest, DeleteOrganizationResponse, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, ForceCheckSuccessRequest, ForceCheckSuccessResponse, GetAnalyticsViewRequest, GetAnalyticsViewResponse, GetAPIKeysRequest, GetAPIKeysResponse, GetCheckDetailsRequest, GetCheckDetailsResponse, GetChecksByFederatedGraphNameRequest, GetChecksByFederatedGraphNameResponse, GetDashboardAnalyticsViewRequest, GetDashboardAnalyticsViewResponse, GetFederatedGraphByNameRequest, GetFederatedGraphByNameResponse, GetFederatedGraphChangelogRequest, GetFederatedGraphChangelogResponse, GetFederatedGraphSDLByNameRequest, GetFederatedGraphSDLByNameResponse, GetFederatedGraphsRequest, GetFederatedGraphsResponse, GetFederatedSubgraphSDLByNameRequest, GetFederatedSubgraphSDLByNameResponse, GetMetricsDashboardRequest, GetMetricsDashboardResponse, GetMetricsErrorRateRequest, GetMetricsErrorRateResponse, GetOrganizationMembersRequest, GetOrganizationMembersResponse, GetOrganizationWebhookConfigsRequest, GetOrganizationWebhookConfigsResponse, GetSubgraphByNameRequest, GetSubgraphByNameResponse, GetSubgraphsRequest, GetSubgraphsResponse, GetTraceRequest, GetTraceResponse, InviteUserRequest, InviteUserResponse, LeaveOrganizationRequest, LeaveOrganizationResponse, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateOrganizationNameRequest, UpdateOrganizationNameResponse, UpdateOrganizationSlugRequest, UpdateOrganizationSlugResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse, UpdateSubgraphRequest, UpdateSubgraphResponse, WhoAmIRequest, WhoAmIResponse } from "./platform_pb.js"; | ||
import { CheckFederatedGraphRequest, CheckFederatedGraphResponse, CheckSubgraphSchemaRequest, CheckSubgraphSchemaResponse, CreateAPIKeyRequest, CreateAPIKeyResponse, CreateFederatedGraphRequest, CreateFederatedGraphResponse, CreateFederatedGraphTokenRequest, CreateFederatedGraphTokenResponse, CreateFederatedSubgraphRequest, CreateFederatedSubgraphResponse, CreateOrganizationWebhookConfigRequest, CreateOrganizationWebhookConfigResponse, DeleteAPIKeyRequest, DeleteAPIKeyResponse, DeleteFederatedGraphRequest, DeleteFederatedGraphResponse, DeleteFederatedSubgraphRequest, DeleteFederatedSubgraphResponse, DeleteOrganizationRequest, DeleteOrganizationResponse, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, DeleteRouterTokenRequest, DeleteRouterTokenResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, ForceCheckSuccessRequest, ForceCheckSuccessResponse, GetAnalyticsViewRequest, GetAnalyticsViewResponse, GetAPIKeysRequest, GetAPIKeysResponse, GetCheckDetailsRequest, GetCheckDetailsResponse, GetChecksByFederatedGraphNameRequest, GetChecksByFederatedGraphNameResponse, GetDashboardAnalyticsViewRequest, GetDashboardAnalyticsViewResponse, GetFederatedGraphByNameRequest, GetFederatedGraphByNameResponse, GetFederatedGraphChangelogRequest, GetFederatedGraphChangelogResponse, GetFederatedGraphSDLByNameRequest, GetFederatedGraphSDLByNameResponse, GetFederatedGraphsRequest, GetFederatedGraphsResponse, GetFederatedSubgraphSDLByNameRequest, GetFederatedSubgraphSDLByNameResponse, GetMetricsDashboardRequest, GetMetricsDashboardResponse, GetMetricsErrorRateRequest, GetMetricsErrorRateResponse, GetOrganizationMembersRequest, GetOrganizationMembersResponse, GetOrganizationWebhookConfigsRequest, GetOrganizationWebhookConfigsResponse, GetOrganizationWebhookMetaRequest, GetOrganizationWebhookMetaResponse, GetRouterTokensRequest, GetRouterTokensResponse, GetSubgraphByNameRequest, GetSubgraphByNameResponse, GetSubgraphsRequest, GetSubgraphsResponse, GetTraceRequest, GetTraceResponse, InviteUserRequest, InviteUserResponse, LeaveOrganizationRequest, LeaveOrganizationResponse, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateOrganizationNameRequest, UpdateOrganizationNameResponse, UpdateOrganizationSlugRequest, UpdateOrganizationSlugResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse, UpdateSubgraphRequest, UpdateSubgraphResponse, WhoAmIRequest, WhoAmIResponse } from "./platform_pb.js"; | ||
import { GetConfigRequest, GetConfigResponse } from "../../node/v1/node_pb.js"; | ||
@@ -69,2 +69,14 @@ export declare const typeName = "wg.cosmo.platform.v1.PlatformService"; | ||
/** | ||
* GetRouterTokens returns the router tokens of a federated graph. | ||
* | ||
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetRouterTokens | ||
*/ | ||
export declare const getRouterTokens: import("@connectrpc/connect-query").UnaryHooks<GetRouterTokensRequest, GetRouterTokensResponse>; | ||
/** | ||
* DeleteRouterToken deletes the router token of a federated graph. | ||
* | ||
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteRouterToken | ||
*/ | ||
export declare const deleteRouterToken: import("@connectrpc/connect-query").UnaryHooks<DeleteRouterTokenRequest, DeleteRouterTokenResponse>; | ||
/** | ||
* GetFederatedGraphs returns the list of federated graphs. | ||
@@ -196,2 +208,8 @@ * | ||
/** | ||
* GetOrganizationWebhookMeta returns the meta data for a particular webhook | ||
* | ||
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationWebhookMeta | ||
*/ | ||
export declare const getOrganizationWebhookMeta: import("@connectrpc/connect-query").UnaryHooks<GetOrganizationWebhookMetaRequest, GetOrganizationWebhookMetaResponse>; | ||
/** | ||
* UpdateOrganizationWebhookConfig updates an existing webhook for the organization | ||
@@ -198,0 +216,0 @@ * |
@@ -8,3 +8,3 @@ // https://protobuf.dev/programming-guides/style/ | ||
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf"; | ||
import { CheckFederatedGraphRequest, CheckFederatedGraphResponse, CheckSubgraphSchemaRequest, CheckSubgraphSchemaResponse, CreateAPIKeyRequest, CreateAPIKeyResponse, CreateFederatedGraphRequest, CreateFederatedGraphResponse, CreateFederatedGraphTokenRequest, CreateFederatedGraphTokenResponse, CreateFederatedSubgraphRequest, CreateFederatedSubgraphResponse, CreateOrganizationWebhookConfigRequest, CreateOrganizationWebhookConfigResponse, DeleteAPIKeyRequest, DeleteAPIKeyResponse, DeleteFederatedGraphRequest, DeleteFederatedGraphResponse, DeleteFederatedSubgraphRequest, DeleteFederatedSubgraphResponse, DeleteOrganizationRequest, DeleteOrganizationResponse, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, ForceCheckSuccessRequest, ForceCheckSuccessResponse, GetAnalyticsViewRequest, GetAnalyticsViewResponse, GetAPIKeysRequest, GetAPIKeysResponse, GetCheckDetailsRequest, GetCheckDetailsResponse, GetChecksByFederatedGraphNameRequest, GetChecksByFederatedGraphNameResponse, GetDashboardAnalyticsViewRequest, GetDashboardAnalyticsViewResponse, GetFederatedGraphByNameRequest, GetFederatedGraphByNameResponse, GetFederatedGraphChangelogRequest, GetFederatedGraphChangelogResponse, GetFederatedGraphSDLByNameRequest, GetFederatedGraphSDLByNameResponse, GetFederatedGraphsRequest, GetFederatedGraphsResponse, GetFederatedSubgraphSDLByNameRequest, GetFederatedSubgraphSDLByNameResponse, GetMetricsDashboardRequest, GetMetricsDashboardResponse, GetMetricsErrorRateRequest, GetMetricsErrorRateResponse, GetOrganizationMembersRequest, GetOrganizationMembersResponse, GetOrganizationWebhookConfigsRequest, GetOrganizationWebhookConfigsResponse, GetSubgraphByNameRequest, GetSubgraphByNameResponse, GetSubgraphsRequest, GetSubgraphsResponse, GetTraceRequest, GetTraceResponse, InviteUserRequest, InviteUserResponse, LeaveOrganizationRequest, LeaveOrganizationResponse, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateOrganizationNameRequest, UpdateOrganizationNameResponse, UpdateOrganizationSlugRequest, UpdateOrganizationSlugResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse, UpdateSubgraphRequest, UpdateSubgraphResponse, WhoAmIRequest, WhoAmIResponse } from "./platform_pb.js"; | ||
import { CheckFederatedGraphRequest, CheckFederatedGraphResponse, CheckSubgraphSchemaRequest, CheckSubgraphSchemaResponse, CreateAPIKeyRequest, CreateAPIKeyResponse, CreateFederatedGraphRequest, CreateFederatedGraphResponse, CreateFederatedGraphTokenRequest, CreateFederatedGraphTokenResponse, CreateFederatedSubgraphRequest, CreateFederatedSubgraphResponse, CreateOrganizationWebhookConfigRequest, CreateOrganizationWebhookConfigResponse, DeleteAPIKeyRequest, DeleteAPIKeyResponse, DeleteFederatedGraphRequest, DeleteFederatedGraphResponse, DeleteFederatedSubgraphRequest, DeleteFederatedSubgraphResponse, DeleteOrganizationRequest, DeleteOrganizationResponse, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, DeleteRouterTokenRequest, DeleteRouterTokenResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, ForceCheckSuccessRequest, ForceCheckSuccessResponse, GetAnalyticsViewRequest, GetAnalyticsViewResponse, GetAPIKeysRequest, GetAPIKeysResponse, GetCheckDetailsRequest, GetCheckDetailsResponse, GetChecksByFederatedGraphNameRequest, GetChecksByFederatedGraphNameResponse, GetDashboardAnalyticsViewRequest, GetDashboardAnalyticsViewResponse, GetFederatedGraphByNameRequest, GetFederatedGraphByNameResponse, GetFederatedGraphChangelogRequest, GetFederatedGraphChangelogResponse, GetFederatedGraphSDLByNameRequest, GetFederatedGraphSDLByNameResponse, GetFederatedGraphsRequest, GetFederatedGraphsResponse, GetFederatedSubgraphSDLByNameRequest, GetFederatedSubgraphSDLByNameResponse, GetMetricsDashboardRequest, GetMetricsDashboardResponse, GetMetricsErrorRateRequest, GetMetricsErrorRateResponse, GetOrganizationMembersRequest, GetOrganizationMembersResponse, GetOrganizationWebhookConfigsRequest, GetOrganizationWebhookConfigsResponse, GetOrganizationWebhookMetaRequest, GetOrganizationWebhookMetaResponse, GetRouterTokensRequest, GetRouterTokensResponse, GetSubgraphByNameRequest, GetSubgraphByNameResponse, GetSubgraphsRequest, GetSubgraphsResponse, GetTraceRequest, GetTraceResponse, InviteUserRequest, InviteUserResponse, LeaveOrganizationRequest, LeaveOrganizationResponse, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateOrganizationNameRequest, UpdateOrganizationNameResponse, UpdateOrganizationSlugRequest, UpdateOrganizationSlugResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse, UpdateSubgraphRequest, UpdateSubgraphResponse, WhoAmIRequest, WhoAmIResponse } from "./platform_pb.js"; | ||
import { GetConfigRequest, GetConfigResponse } from "../../node/v1/node_pb.js"; | ||
@@ -209,2 +209,38 @@ export const typeName = "wg.cosmo.platform.v1.PlatformService"; | ||
/** | ||
* GetRouterTokens returns the router tokens of a federated graph. | ||
* | ||
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetRouterTokens | ||
*/ | ||
export const getRouterTokens = createQueryService({ | ||
service: { | ||
methods: { | ||
getRouterTokens: { | ||
name: "GetRouterTokens", | ||
kind: MethodKind.Unary, | ||
I: GetRouterTokensRequest, | ||
O: GetRouterTokensResponse, | ||
}, | ||
}, | ||
typeName: "wg.cosmo.platform.v1.PlatformService", | ||
}, | ||
}).getRouterTokens; | ||
/** | ||
* DeleteRouterToken deletes the router token of a federated graph. | ||
* | ||
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteRouterToken | ||
*/ | ||
export const deleteRouterToken = createQueryService({ | ||
service: { | ||
methods: { | ||
deleteRouterToken: { | ||
name: "DeleteRouterToken", | ||
kind: MethodKind.Unary, | ||
I: DeleteRouterTokenRequest, | ||
O: DeleteRouterTokenResponse, | ||
}, | ||
}, | ||
typeName: "wg.cosmo.platform.v1.PlatformService", | ||
}, | ||
}).deleteRouterToken; | ||
/** | ||
* GetFederatedGraphs returns the list of federated graphs. | ||
@@ -588,2 +624,20 @@ * | ||
/** | ||
* GetOrganizationWebhookMeta returns the meta data for a particular webhook | ||
* | ||
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetOrganizationWebhookMeta | ||
*/ | ||
export const getOrganizationWebhookMeta = createQueryService({ | ||
service: { | ||
methods: { | ||
getOrganizationWebhookMeta: { | ||
name: "GetOrganizationWebhookMeta", | ||
kind: MethodKind.Unary, | ||
I: GetOrganizationWebhookMetaRequest, | ||
O: GetOrganizationWebhookMetaResponse, | ||
}, | ||
}, | ||
typeName: "wg.cosmo.platform.v1.PlatformService", | ||
}, | ||
}).getOrganizationWebhookMeta; | ||
/** | ||
* UpdateOrganizationWebhookConfig updates an existing webhook for the organization | ||
@@ -590,0 +644,0 @@ * |
@@ -0,2 +1,21 @@ | ||
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
import { Message, proto3 } from "@bufbuild/protobuf"; | ||
/** | ||
* @generated from enum wg.cosmo.webhooks.PlatformEventName | ||
*/ | ||
export declare enum PlatformEventName { | ||
/** | ||
* @generated from enum value: USER_REGISTER_SUCCESS = 0; | ||
*/ | ||
USER_REGISTER_SUCCESS = 0, | ||
/** | ||
* @generated from enum value: APOLLO_MIGRATE_INIT = 1; | ||
*/ | ||
APOLLO_MIGRATE_INIT = 1, | ||
/** | ||
* @generated from enum value: APOLLO_MIGRATE_SUCCESS = 2; | ||
*/ | ||
APOLLO_MIGRATE_SUCCESS = 2 | ||
} | ||
/** | ||
* @generated from enum wg.cosmo.webhooks.OrganizationEventName | ||
@@ -11,17 +30,47 @@ */ | ||
/** | ||
* @generated from enum wg.cosmo.webhooks.PlatformEventName | ||
* @generated from message wg.cosmo.webhooks.FederatedGraphSchemaUpdatedMeta | ||
*/ | ||
export declare enum PlatformEventName { | ||
export declare class FederatedGraphSchemaUpdatedMeta extends Message<FederatedGraphSchemaUpdatedMeta> { | ||
/** | ||
* @generated from enum value: USER_REGISTER_SUCCESS = 0; | ||
* @generated from field: repeated string graphIds = 1; | ||
*/ | ||
USER_REGISTER_SUCCESS = 0, | ||
graphIds: string[]; | ||
constructor(data?: PartialMessage<FederatedGraphSchemaUpdatedMeta>); | ||
static readonly runtime: typeof proto3; | ||
static readonly typeName = "wg.cosmo.webhooks.FederatedGraphSchemaUpdatedMeta"; | ||
static readonly fields: FieldList; | ||
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FederatedGraphSchemaUpdatedMeta; | ||
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FederatedGraphSchemaUpdatedMeta; | ||
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FederatedGraphSchemaUpdatedMeta; | ||
static equals(a: FederatedGraphSchemaUpdatedMeta | PlainMessage<FederatedGraphSchemaUpdatedMeta> | undefined, b: FederatedGraphSchemaUpdatedMeta | PlainMessage<FederatedGraphSchemaUpdatedMeta> | undefined): boolean; | ||
} | ||
/** | ||
* @generated from message wg.cosmo.webhooks.EventMeta | ||
*/ | ||
export declare class EventMeta extends Message<EventMeta> { | ||
/** | ||
* @generated from enum value: APOLLO_MIGRATE_INIT = 1; | ||
* @generated from field: wg.cosmo.webhooks.OrganizationEventName event_name = 1; | ||
*/ | ||
APOLLO_MIGRATE_INIT = 1, | ||
eventName: OrganizationEventName; | ||
/** | ||
* @generated from enum value: APOLLO_MIGRATE_SUCCESS = 2; | ||
* @generated from oneof wg.cosmo.webhooks.EventMeta.meta | ||
*/ | ||
APOLLO_MIGRATE_SUCCESS = 2 | ||
meta: { | ||
/** | ||
* @generated from field: wg.cosmo.webhooks.FederatedGraphSchemaUpdatedMeta federated_graph_schema_updated = 2; | ||
*/ | ||
value: FederatedGraphSchemaUpdatedMeta; | ||
case: "federatedGraphSchemaUpdated"; | ||
} | { | ||
case: undefined; | ||
value?: undefined; | ||
}; | ||
constructor(data?: PartialMessage<EventMeta>); | ||
static readonly runtime: typeof proto3; | ||
static readonly typeName = "wg.cosmo.webhooks.EventMeta"; | ||
static readonly fields: FieldList; | ||
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EventMeta; | ||
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EventMeta; | ||
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EventMeta; | ||
static equals(a: EventMeta | PlainMessage<EventMeta> | undefined, b: EventMeta | PlainMessage<EventMeta> | undefined): boolean; | ||
} |
@@ -5,18 +5,4 @@ // @generated by protoc-gen-es v1.3.0 with parameter "target=ts" | ||
// @ts-nocheck | ||
import { proto3 } from "@bufbuild/protobuf"; | ||
import { Message, proto3 } from "@bufbuild/protobuf"; | ||
/** | ||
* @generated from enum wg.cosmo.webhooks.OrganizationEventName | ||
*/ | ||
export var OrganizationEventName; | ||
(function (OrganizationEventName) { | ||
/** | ||
* @generated from enum value: FEDERATED_GRAPH_SCHEMA_UPDATED = 0; | ||
*/ | ||
OrganizationEventName[OrganizationEventName["FEDERATED_GRAPH_SCHEMA_UPDATED"] = 0] = "FEDERATED_GRAPH_SCHEMA_UPDATED"; | ||
})(OrganizationEventName || (OrganizationEventName = {})); | ||
// Retrieve enum metadata with: proto3.getEnumType(OrganizationEventName) | ||
proto3.util.setEnumType(OrganizationEventName, "wg.cosmo.webhooks.OrganizationEventName", [ | ||
{ no: 0, name: "FEDERATED_GRAPH_SCHEMA_UPDATED" }, | ||
]); | ||
/** | ||
* @generated from enum wg.cosmo.webhooks.PlatformEventName | ||
@@ -45,2 +31,81 @@ */ | ||
]); | ||
/** | ||
* @generated from enum wg.cosmo.webhooks.OrganizationEventName | ||
*/ | ||
export var OrganizationEventName; | ||
(function (OrganizationEventName) { | ||
/** | ||
* @generated from enum value: FEDERATED_GRAPH_SCHEMA_UPDATED = 0; | ||
*/ | ||
OrganizationEventName[OrganizationEventName["FEDERATED_GRAPH_SCHEMA_UPDATED"] = 0] = "FEDERATED_GRAPH_SCHEMA_UPDATED"; | ||
})(OrganizationEventName || (OrganizationEventName = {})); | ||
// Retrieve enum metadata with: proto3.getEnumType(OrganizationEventName) | ||
proto3.util.setEnumType(OrganizationEventName, "wg.cosmo.webhooks.OrganizationEventName", [ | ||
{ no: 0, name: "FEDERATED_GRAPH_SCHEMA_UPDATED" }, | ||
]); | ||
/** | ||
* @generated from message wg.cosmo.webhooks.FederatedGraphSchemaUpdatedMeta | ||
*/ | ||
export class FederatedGraphSchemaUpdatedMeta extends Message { | ||
/** | ||
* @generated from field: repeated string graphIds = 1; | ||
*/ | ||
graphIds = []; | ||
constructor(data) { | ||
super(); | ||
proto3.util.initPartial(data, this); | ||
} | ||
static runtime = proto3; | ||
static typeName = "wg.cosmo.webhooks.FederatedGraphSchemaUpdatedMeta"; | ||
static fields = proto3.util.newFieldList(() => [ | ||
{ no: 1, name: "graphIds", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true }, | ||
]); | ||
static fromBinary(bytes, options) { | ||
return new FederatedGraphSchemaUpdatedMeta().fromBinary(bytes, options); | ||
} | ||
static fromJson(jsonValue, options) { | ||
return new FederatedGraphSchemaUpdatedMeta().fromJson(jsonValue, options); | ||
} | ||
static fromJsonString(jsonString, options) { | ||
return new FederatedGraphSchemaUpdatedMeta().fromJsonString(jsonString, options); | ||
} | ||
static equals(a, b) { | ||
return proto3.util.equals(FederatedGraphSchemaUpdatedMeta, a, b); | ||
} | ||
} | ||
/** | ||
* @generated from message wg.cosmo.webhooks.EventMeta | ||
*/ | ||
export class EventMeta extends Message { | ||
/** | ||
* @generated from field: wg.cosmo.webhooks.OrganizationEventName event_name = 1; | ||
*/ | ||
eventName = OrganizationEventName.FEDERATED_GRAPH_SCHEMA_UPDATED; | ||
/** | ||
* @generated from oneof wg.cosmo.webhooks.EventMeta.meta | ||
*/ | ||
meta = { case: undefined }; | ||
constructor(data) { | ||
super(); | ||
proto3.util.initPartial(data, this); | ||
} | ||
static runtime = proto3; | ||
static typeName = "wg.cosmo.webhooks.EventMeta"; | ||
static fields = proto3.util.newFieldList(() => [ | ||
{ no: 1, name: "event_name", kind: "enum", T: proto3.getEnumType(OrganizationEventName) }, | ||
{ no: 2, name: "federated_graph_schema_updated", kind: "message", T: FederatedGraphSchemaUpdatedMeta, oneof: "meta" }, | ||
]); | ||
static fromBinary(bytes, options) { | ||
return new EventMeta().fromBinary(bytes, options); | ||
} | ||
static fromJson(jsonValue, options) { | ||
return new EventMeta().fromJson(jsonValue, options); | ||
} | ||
static fromJsonString(jsonString, options) { | ||
return new EventMeta().fromJsonString(jsonString, options); | ||
} | ||
static equals(a, b) { | ||
return proto3.util.equals(EventMeta, a, b); | ||
} | ||
} | ||
//# sourceMappingURL=events_pb.js.map |
{ | ||
"name": "@wundergraph/cosmo-connect", | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"description": "TypeScript Connect client for WunderGraph Cosmo", | ||
@@ -38,3 +38,3 @@ "scripts": { | ||
}, | ||
"gitHead": "91a4fefe2e4372199737bcd3f36128e2838aee88" | ||
"gitHead": "cc586ccbe2486ae8e8a6f45bbf1d8cabf55080fa" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
784680
12733