New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wundergraph/cosmo-connect

Package Overview
Dependencies
Maintainers
3
Versions
119
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.15.0 to 0.16.0

6

dist/common/common_pb.d.ts

@@ -48,3 +48,7 @@ /**

*/
ERR_OPENAI_DISABLED = 10
ERR_OPENAI_DISABLED = 10,
/**
* @generated from enum value: ERR_FREE_TRIAL_EXPIRED = 11;
*/
ERR_FREE_TRIAL_EXPIRED = 11
}

@@ -55,2 +55,6 @@ // @generated by protoc-gen-es v1.3.0 with parameter "target=ts"

EnumStatusCode[EnumStatusCode["ERR_OPENAI_DISABLED"] = 10] = "ERR_OPENAI_DISABLED";
/**
* @generated from enum value: ERR_FREE_TRIAL_EXPIRED = 11;
*/
EnumStatusCode[EnumStatusCode["ERR_FREE_TRIAL_EXPIRED"] = 11] = "ERR_FREE_TRIAL_EXPIRED";
})(EnumStatusCode || (EnumStatusCode = {}));

@@ -70,3 +74,4 @@ // Retrieve enum metadata with: proto3.getEnumType(EnumStatusCode)

{ no: 10, name: "ERR_OPENAI_DISABLED" },
{ no: 11, name: "ERR_FREE_TRIAL_EXPIRED" },
]);
//# sourceMappingURL=common_pb.js.map

@@ -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, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, 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, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, 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, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, 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 { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";

@@ -372,2 +372,57 @@ import { GetConfigRequest, GetConfigResponse } from "../../node/v1/node_pb.js";

/**
* 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;
};
/**
* UpdateOrganizationName updates the name of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationName
*/
readonly updateOrganizationName: {
readonly name: "UpdateOrganizationName";
readonly I: typeof UpdateOrganizationNameRequest;
readonly O: typeof UpdateOrganizationNameResponse;
readonly kind: MethodKind.Unary;
};
/**
* UpdateOrganizationSlug updates the slug of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationSlug
*/
readonly updateOrganizationSlug: {
readonly name: "UpdateOrganizationSlug";
readonly I: typeof UpdateOrganizationSlugRequest;
readonly O: typeof UpdateOrganizationSlugResponse;
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;
};
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAnalyticsView

@@ -374,0 +429,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, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, 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, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, 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, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, 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 { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";

@@ -378,2 +378,57 @@ import { GetConfigRequest, GetConfigResponse } from "../../node/v1/node_pb.js";

/**
* 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,
},
/**
* UpdateOrganizationName updates the name of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationName
*/
updateOrganizationName: {
name: "UpdateOrganizationName",
I: UpdateOrganizationNameRequest,
O: UpdateOrganizationNameResponse,
kind: MethodKind.Unary,
},
/**
* UpdateOrganizationSlug updates the slug of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationSlug
*/
updateOrganizationSlug: {
name: "UpdateOrganizationSlug",
I: UpdateOrganizationSlugRequest,
O: UpdateOrganizationSlugResponse,
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,
},
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAnalyticsView

@@ -380,0 +435,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, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, 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, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, 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, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, 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 { GetConfigRequest, GetConfigResponse } from "../../node/v1/node_pb.js";

@@ -201,2 +201,32 @@ export declare const typeName = "wg.cosmo.platform.v1.PlatformService";

/**
* DeleteOrganization deletes an organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteOrganization
*/
export declare const deleteOrganization: import("@connectrpc/connect-query").UnaryHooks<DeleteOrganizationRequest, DeleteOrganizationResponse>;
/**
* LeaveOrganization removes a member from the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.LeaveOrganization
*/
export declare const leaveOrganization: import("@connectrpc/connect-query").UnaryHooks<LeaveOrganizationRequest, LeaveOrganizationResponse>;
/**
* UpdateOrganizationName updates the name of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationName
*/
export declare const updateOrganizationName: import("@connectrpc/connect-query").UnaryHooks<UpdateOrganizationNameRequest, UpdateOrganizationNameResponse>;
/**
* UpdateOrganizationSlug updates the slug of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationSlug
*/
export declare const updateOrganizationSlug: import("@connectrpc/connect-query").UnaryHooks<UpdateOrganizationSlugRequest, UpdateOrganizationSlugResponse>;
/**
* UpdateOrgMemberRole updates the role of an org member
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrgMemberRole
*/
export declare const updateOrgMemberRole: import("@connectrpc/connect-query").UnaryHooks<UpdateOrgMemberRoleRequest, UpdateOrgMemberRoleResponse>;
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAnalyticsView

@@ -203,0 +233,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, DeleteOrganizationWebhookConfigRequest, DeleteOrganizationWebhookConfigResponse, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, 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, MigrateFromApolloRequest, MigrateFromApolloResponse, PublishFederatedSubgraphRequest, PublishFederatedSubgraphResponse, RemoveInvitationRequest, RemoveInvitationResponse, UpdateFederatedGraphRequest, UpdateFederatedGraphResponse, UpdateOrganizationWebhookConfigRequest, UpdateOrganizationWebhookConfigResponse, 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, FixSubgraphSchemaRequest, FixSubgraphSchemaResponse, 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 { GetConfigRequest, GetConfigResponse } from "../../node/v1/node_pb.js";

@@ -605,2 +605,92 @@ export const typeName = "wg.cosmo.platform.v1.PlatformService";

/**
* DeleteOrganization deletes an organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.DeleteOrganization
*/
export const deleteOrganization = createQueryService({
service: {
methods: {
deleteOrganization: {
name: "DeleteOrganization",
kind: MethodKind.Unary,
I: DeleteOrganizationRequest,
O: DeleteOrganizationResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).deleteOrganization;
/**
* LeaveOrganization removes a member from the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.LeaveOrganization
*/
export const leaveOrganization = createQueryService({
service: {
methods: {
leaveOrganization: {
name: "LeaveOrganization",
kind: MethodKind.Unary,
I: LeaveOrganizationRequest,
O: LeaveOrganizationResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).leaveOrganization;
/**
* UpdateOrganizationName updates the name of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationName
*/
export const updateOrganizationName = createQueryService({
service: {
methods: {
updateOrganizationName: {
name: "UpdateOrganizationName",
kind: MethodKind.Unary,
I: UpdateOrganizationNameRequest,
O: UpdateOrganizationNameResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).updateOrganizationName;
/**
* UpdateOrganizationSlug updates the slug of the organization
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrganizationSlug
*/
export const updateOrganizationSlug = createQueryService({
service: {
methods: {
updateOrganizationSlug: {
name: "UpdateOrganizationSlug",
kind: MethodKind.Unary,
I: UpdateOrganizationSlugRequest,
O: UpdateOrganizationSlugResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).updateOrganizationSlug;
/**
* UpdateOrgMemberRole updates the role of an org member
*
* @generated from rpc wg.cosmo.platform.v1.PlatformService.UpdateOrgMemberRole
*/
export const updateOrgMemberRole = createQueryService({
service: {
methods: {
updateOrgMemberRole: {
name: "UpdateOrgMemberRole",
kind: MethodKind.Unary,
I: UpdateOrgMemberRoleRequest,
O: UpdateOrgMemberRoleResponse,
},
},
typeName: "wg.cosmo.platform.v1.PlatformService",
},
}).updateOrgMemberRole;
/**
* @generated from rpc wg.cosmo.platform.v1.PlatformService.GetAnalyticsView

@@ -607,0 +697,0 @@ */

4

package.json
{
"name": "@wundergraph/cosmo-connect",
"version": "0.15.0",
"version": "0.16.0",
"description": "TypeScript Connect client for WunderGraph Cosmo",

@@ -38,3 +38,3 @@ "scripts": {

},
"gitHead": "0e793fff764cd20f074cf9b02c76b6054f3f4fae"
"gitHead": "61d53f7e28fc998746a4e1e3eccebe8a9f263588"
}

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 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

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