diff --git a/js/svc/alert/v1/service_connect.ts b/js/svc/alert/v1/service_connect.ts deleted file mode 100644 index 7928d18..0000000 --- a/js/svc/alert/v1/service_connect.ts +++ /dev/null @@ -1,107 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/alert/v1/service.proto (package svc.alert.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { CreateAlertGroupRequest, CreateAlertGroupResponse, CreateAlertRuleRequest, CreateAlertRuleResponse, DeleteAlertGroupRequest, DeleteAlertGroupResponse, DeleteAlertRuleRequest, DeleteAlertRuleResponse, GetAlertGroupRequest, GetAlertGroupResponse, GetAlertRuleRequest, GetAlertRuleResponse, ListAlertGroupRequest, ListAlertGroupResponse, ListAlertRuleRequest, ListAlertRuleResponse, UpdateAlertGroupRequest, UpdateAlertGroupResponse, UpdateAlertRuleRequest, UpdateAlertRuleResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.alert.v1.AlertService - */ -export const AlertService = { - typeName: "svc.alert.v1.AlertService", - methods: { - /** - * @generated from rpc svc.alert.v1.AlertService.CreateAlertGroup - */ - createAlertGroup: { - name: "CreateAlertGroup", - I: CreateAlertGroupRequest, - O: CreateAlertGroupResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.alert.v1.AlertService.GetAlertGroup - */ - getAlertGroup: { - name: "GetAlertGroup", - I: GetAlertGroupRequest, - O: GetAlertGroupResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.alert.v1.AlertService.UpdateAlertGroup - */ - updateAlertGroup: { - name: "UpdateAlertGroup", - I: UpdateAlertGroupRequest, - O: UpdateAlertGroupResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.alert.v1.AlertService.DeleteAlertGroup - */ - deleteAlertGroup: { - name: "DeleteAlertGroup", - I: DeleteAlertGroupRequest, - O: DeleteAlertGroupResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.alert.v1.AlertService.ListAlertGroup - */ - listAlertGroup: { - name: "ListAlertGroup", - I: ListAlertGroupRequest, - O: ListAlertGroupResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.alert.v1.AlertService.CreateAlertRule - */ - createAlertRule: { - name: "CreateAlertRule", - I: CreateAlertRuleRequest, - O: CreateAlertRuleResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.alert.v1.AlertService.GetAlertRule - */ - getAlertRule: { - name: "GetAlertRule", - I: GetAlertRuleRequest, - O: GetAlertRuleResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.alert.v1.AlertService.UpdateAlertRule - */ - updateAlertRule: { - name: "UpdateAlertRule", - I: UpdateAlertRuleRequest, - O: UpdateAlertRuleResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.alert.v1.AlertService.DeleteAlertRule - */ - deleteAlertRule: { - name: "DeleteAlertRule", - I: DeleteAlertRuleRequest, - O: DeleteAlertRuleResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.alert.v1.AlertService.ListAlertRule - */ - listAlertRule: { - name: "ListAlertRule", - I: ListAlertRuleRequest, - O: ListAlertRuleResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/auth/v1/service_connect.ts b/js/svc/auth/v1/service_connect.ts deleted file mode 100644 index 70e5c3c..0000000 --- a/js/svc/auth/v1/service_connect.ts +++ /dev/null @@ -1,44 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/auth/v1/service.proto (package svc.auth.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { BeginDeviceAuthRequest, BeginDeviceAuthResponse, CompleteDeviceAuthRequest, CompleteDeviceAuthResponse, GetAuthURLRequest, GetAuthURLResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.auth.v1.AuthService - */ -export const AuthService = { - typeName: "svc.auth.v1.AuthService", - methods: { - /** - * @generated from rpc svc.auth.v1.AuthService.GetAuthURL - */ - getAuthURL: { - name: "GetAuthURL", - I: GetAuthURLRequest, - O: GetAuthURLResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.auth.v1.AuthService.BeginDeviceAuth - */ - beginDeviceAuth: { - name: "BeginDeviceAuth", - I: BeginDeviceAuthRequest, - O: BeginDeviceAuthResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.auth.v1.AuthService.CompleteDeviceAuth - */ - completeDeviceAuth: { - name: "CompleteDeviceAuth", - I: CompleteDeviceAuthRequest, - O: CompleteDeviceAuthResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/cliupdate/v1/service_connect.ts b/js/svc/cliupdate/v1/service_connect.ts deleted file mode 100644 index 8fe44e2..0000000 --- a/js/svc/cliupdate/v1/service_connect.ts +++ /dev/null @@ -1,26 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/cliupdate/v1/service.proto (package svc.cliupdate.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { GetNextUpdateRequest, GetNextUpdateResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.cliupdate.v1.UpdateService - */ -export const UpdateService = { - typeName: "svc.cliupdate.v1.UpdateService", - methods: { - /** - * @generated from rpc svc.cliupdate.v1.UpdateService.GetNextUpdate - */ - getNextUpdate: { - name: "GetNextUpdate", - I: GetNextUpdateRequest, - O: GetNextUpdateResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/dashboard/v1/service_connect.ts b/js/svc/dashboard/v1/service_connect.ts deleted file mode 100644 index cecf6b5..0000000 --- a/js/svc/dashboard/v1/service_connect.ts +++ /dev/null @@ -1,62 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/dashboard/v1/service.proto (package svc.dashboard.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { CreateDashboardRequest, CreateDashboardResponse, DeleteDashboardRequest, DeleteDashboardResponse, GetDashboardRequest, GetDashboardResponse, ListDashboardRequest, ListDashboardResponse, UpdateDashboardRequest, UpdateDashboardResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.dashboard.v1.DashboardService - */ -export const DashboardService = { - typeName: "svc.dashboard.v1.DashboardService", - methods: { - /** - * @generated from rpc svc.dashboard.v1.DashboardService.CreateDashboard - */ - createDashboard: { - name: "CreateDashboard", - I: CreateDashboardRequest, - O: CreateDashboardResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.dashboard.v1.DashboardService.GetDashboard - */ - getDashboard: { - name: "GetDashboard", - I: GetDashboardRequest, - O: GetDashboardResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.dashboard.v1.DashboardService.UpdateDashboard - */ - updateDashboard: { - name: "UpdateDashboard", - I: UpdateDashboardRequest, - O: UpdateDashboardResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.dashboard.v1.DashboardService.DeleteDashboard - */ - deleteDashboard: { - name: "DeleteDashboard", - I: DeleteDashboardRequest, - O: DeleteDashboardResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.dashboard.v1.DashboardService.ListDashboard - */ - listDashboard: { - name: "ListDashboard", - I: ListDashboardRequest, - O: ListDashboardResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/environment/v1/service_connect.ts b/js/svc/environment/v1/service_connect.ts deleted file mode 100644 index d70bb0a..0000000 --- a/js/svc/environment/v1/service_connect.ts +++ /dev/null @@ -1,26 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/environment/v1/service.proto (package svc.environment.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { ListMachineRequest, ListMachineResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.environment.v1.EnvironmentService - */ -export const EnvironmentService = { - typeName: "svc.environment.v1.EnvironmentService", - methods: { - /** - * @generated from rpc svc.environment.v1.EnvironmentService.ListMachine - */ - listMachine: { - name: "ListMachine", - I: ListMachineRequest, - O: ListMachineResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/feature/v1/service_connect.ts b/js/svc/feature/v1/service_connect.ts deleted file mode 100644 index f0a8350..0000000 --- a/js/svc/feature/v1/service_connect.ts +++ /dev/null @@ -1,44 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/feature/v1/service.proto (package svc.feature.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { AllowedUsageRequest, AllowedUsageResponse, HasFeatureRequest, HasFeatureResponse, ListFeatureRequest, ListFeatureResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.feature.v1.FeatureService - */ -export const FeatureService = { - typeName: "svc.feature.v1.FeatureService", - methods: { - /** - * @generated from rpc svc.feature.v1.FeatureService.HasFeature - */ - hasFeature: { - name: "HasFeature", - I: HasFeatureRequest, - O: HasFeatureResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.feature.v1.FeatureService.ListFeature - */ - listFeature: { - name: "ListFeature", - I: ListFeatureRequest, - O: ListFeatureResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.feature.v1.FeatureService.AllowedUsage - */ - allowedUsage: { - name: "AllowedUsage", - I: AllowedUsageRequest, - O: AllowedUsageResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/ingest/v1/service_connect.ts b/js/svc/ingest/v1/service_connect.ts deleted file mode 100644 index a9df052..0000000 --- a/js/svc/ingest/v1/service_connect.ts +++ /dev/null @@ -1,35 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/ingest/v1/service.proto (package svc.ingest.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { IngestRequest, IngestResponse, IngestStreamRequest, IngestStreamResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.ingest.v1.IngestService - */ -export const IngestService = { - typeName: "svc.ingest.v1.IngestService", - methods: { - /** - * @generated from rpc svc.ingest.v1.IngestService.Ingest - */ - ingest: { - name: "Ingest", - I: IngestRequest, - O: IngestResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.ingest.v1.IngestService.IngestStream - */ - ingestStream: { - name: "IngestStream", - I: IngestStreamRequest, - O: IngestStreamResponse, - kind: MethodKind.ClientStreaming, - }, - } -} as const; - diff --git a/js/svc/localhost/v1/service_connect.ts b/js/svc/localhost/v1/service_connect.ts deleted file mode 100644 index 762eb67..0000000 --- a/js/svc/localhost/v1/service_connect.ts +++ /dev/null @@ -1,89 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/localhost/v1/service.proto (package svc.localhost.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { DoLoginRequest, DoLoginResponse, DoLogoutRequest, DoLogoutResponse, DoRestartRequest, DoRestartResponse, DoUpdateRequest, DoUpdateResponse, GetConfigRequest, GetConfigResponse, GetStatsRequest, GetStatsResponse, PingRequest, PingResponse, SetConfigRequest, SetConfigResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.localhost.v1.LocalhostService - */ -export const LocalhostService = { - typeName: "svc.localhost.v1.LocalhostService", - methods: { - /** - * @generated from rpc svc.localhost.v1.LocalhostService.Ping - */ - ping: { - name: "Ping", - I: PingRequest, - O: PingResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.localhost.v1.LocalhostService.DoLogin - */ - doLogin: { - name: "DoLogin", - I: DoLoginRequest, - O: DoLoginResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.localhost.v1.LocalhostService.DoLogout - */ - doLogout: { - name: "DoLogout", - I: DoLogoutRequest, - O: DoLogoutResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.localhost.v1.LocalhostService.DoUpdate - */ - doUpdate: { - name: "DoUpdate", - I: DoUpdateRequest, - O: DoUpdateResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.localhost.v1.LocalhostService.DoRestart - */ - doRestart: { - name: "DoRestart", - I: DoRestartRequest, - O: DoRestartResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.localhost.v1.LocalhostService.GetConfig - */ - getConfig: { - name: "GetConfig", - I: GetConfigRequest, - O: GetConfigResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.localhost.v1.LocalhostService.SetConfig - */ - setConfig: { - name: "SetConfig", - I: SetConfigRequest, - O: SetConfigResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.localhost.v1.LocalhostService.GetStats - */ - getStats: { - name: "GetStats", - I: GetStatsRequest, - O: GetStatsResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/organization/v1/service_connect.ts b/js/svc/organization/v1/service_connect.ts deleted file mode 100644 index 10c8caf..0000000 --- a/js/svc/organization/v1/service_connect.ts +++ /dev/null @@ -1,136 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/organization/v1/service.proto (package svc.organization.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { CreateAddonSubscriptionRequest, CreateAddonSubscriptionResponse, CreateEnvironmentRequest, CreateEnvironmentResponse, CreateStripeCustomerSessionRequest, CreateStripeCustomerSessionResponse, GetEnvironmentRequest, GetEnvironmentResponse, GetStripeBillingPortalRequest, GetStripeBillingPortalResponse, GetStripePublishableKeyRequest, GetStripePublishableKeyResponse, InviteUserRequest, InviteUserResponse, ListAddonSubscriptionRequest, ListAddonSubscriptionResponse, ListEnvironmentRequest, ListEnvironmentResponse, ListPaymentMethodRequest, ListPaymentMethodResponse, ListUserRequest, ListUserResponse, RemoveAddonSubscriptionRequest, RemoveAddonSubscriptionResponse, RevokeUserRequest, RevokeUserResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.organization.v1.OrganizationService - */ -export const OrganizationService = { - typeName: "svc.organization.v1.OrganizationService", - methods: { - /** - * @generated from rpc svc.organization.v1.OrganizationService.CreateEnvironment - */ - createEnvironment: { - name: "CreateEnvironment", - I: CreateEnvironmentRequest, - O: CreateEnvironmentResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.organization.v1.OrganizationService.GetEnvironment - */ - getEnvironment: { - name: "GetEnvironment", - I: GetEnvironmentRequest, - O: GetEnvironmentResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.organization.v1.OrganizationService.ListEnvironment - */ - listEnvironment: { - name: "ListEnvironment", - I: ListEnvironmentRequest, - O: ListEnvironmentResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.organization.v1.OrganizationService.ListUser - */ - listUser: { - name: "ListUser", - I: ListUserRequest, - O: ListUserResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.organization.v1.OrganizationService.InviteUser - */ - inviteUser: { - name: "InviteUser", - I: InviteUserRequest, - O: InviteUserResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.organization.v1.OrganizationService.RevokeUser - */ - revokeUser: { - name: "RevokeUser", - I: RevokeUserRequest, - O: RevokeUserResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.organization.v1.OrganizationService.CreateAddonSubscription - */ - createAddonSubscription: { - name: "CreateAddonSubscription", - I: CreateAddonSubscriptionRequest, - O: CreateAddonSubscriptionResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.organization.v1.OrganizationService.ListAddonSubscription - */ - listAddonSubscription: { - name: "ListAddonSubscription", - I: ListAddonSubscriptionRequest, - O: ListAddonSubscriptionResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.organization.v1.OrganizationService.RemoveAddonSubscription - */ - removeAddonSubscription: { - name: "RemoveAddonSubscription", - I: RemoveAddonSubscriptionRequest, - O: RemoveAddonSubscriptionResponse, - kind: MethodKind.Unary, - }, - /** - * payment - * - * @generated from rpc svc.organization.v1.OrganizationService.GetStripePublishableKey - */ - getStripePublishableKey: { - name: "GetStripePublishableKey", - I: GetStripePublishableKeyRequest, - O: GetStripePublishableKeyResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.organization.v1.OrganizationService.GetStripeBillingPortal - */ - getStripeBillingPortal: { - name: "GetStripeBillingPortal", - I: GetStripeBillingPortalRequest, - O: GetStripeBillingPortalResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.organization.v1.OrganizationService.CreateStripeCustomerSession - */ - createStripeCustomerSession: { - name: "CreateStripeCustomerSession", - I: CreateStripeCustomerSessionRequest, - O: CreateStripeCustomerSessionResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.organization.v1.OrganizationService.ListPaymentMethod - */ - listPaymentMethod: { - name: "ListPaymentMethod", - I: ListPaymentMethodRequest, - O: ListPaymentMethodResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/product/v1/service_connect.ts b/js/svc/product/v1/service_connect.ts deleted file mode 100644 index 7bf0ae5..0000000 --- a/js/svc/product/v1/service_connect.ts +++ /dev/null @@ -1,26 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/product/v1/service.proto (package svc.product.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { ListProductRequest, ListProductResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.product.v1.ProductService - */ -export const ProductService = { - typeName: "svc.product.v1.ProductService", - methods: { - /** - * @generated from rpc svc.product.v1.ProductService.ListProduct - */ - listProduct: { - name: "ListProduct", - I: ListProductRequest, - O: ListProductResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/project/v1/service_connect.ts b/js/svc/project/v1/service_connect.ts deleted file mode 100644 index bec130e..0000000 --- a/js/svc/project/v1/service_connect.ts +++ /dev/null @@ -1,62 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/project/v1/service.proto (package svc.project.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { CreateProjectRequest, CreateProjectResponse, DeleteProjectRequest, DeleteProjectResponse, GetProjectRequest, GetProjectResponse, ListProjectRequest, ListProjectResponse, UpdateProjectRequest, UpdateProjectResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.project.v1.ProjectService - */ -export const ProjectService = { - typeName: "svc.project.v1.ProjectService", - methods: { - /** - * @generated from rpc svc.project.v1.ProjectService.CreateProject - */ - createProject: { - name: "CreateProject", - I: CreateProjectRequest, - O: CreateProjectResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.project.v1.ProjectService.GetProject - */ - getProject: { - name: "GetProject", - I: GetProjectRequest, - O: GetProjectResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.project.v1.ProjectService.UpdateProject - */ - updateProject: { - name: "UpdateProject", - I: UpdateProjectRequest, - O: UpdateProjectResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.project.v1.ProjectService.DeleteProject - */ - deleteProject: { - name: "DeleteProject", - I: DeleteProjectRequest, - O: DeleteProjectResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.project.v1.ProjectService.ListProject - */ - listProject: { - name: "ListProject", - I: ListProjectRequest, - O: ListProjectResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/query/v1/service_connect.ts b/js/svc/query/v1/service_connect.ts deleted file mode 100644 index 6ed077a..0000000 --- a/js/svc/query/v1/service_connect.ts +++ /dev/null @@ -1,71 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/query/v1/service.proto (package svc.query.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { FormatRequest, FormatResponse, ListSymbolsRequest, ListSymbolsResponse, ParseRequest, ParseResponse, QueryRequest, QueryResponse, StreamRequest, StreamResponse, SummarizeEventsRequest, SummarizeEventsResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.query.v1.QueryService - */ -export const QueryService = { - typeName: "svc.query.v1.QueryService", - methods: { - /** - * @generated from rpc svc.query.v1.QueryService.SummarizeEvents - */ - summarizeEvents: { - name: "SummarizeEvents", - I: SummarizeEventsRequest, - O: SummarizeEventsResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.query.v1.QueryService.Parse - */ - parse: { - name: "Parse", - I: ParseRequest, - O: ParseResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.query.v1.QueryService.Format - */ - format: { - name: "Format", - I: FormatRequest, - O: FormatResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.query.v1.QueryService.Query - */ - query: { - name: "Query", - I: QueryRequest, - O: QueryResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.query.v1.QueryService.Stream - */ - stream: { - name: "Stream", - I: StreamRequest, - O: StreamResponse, - kind: MethodKind.ServerStreaming, - }, - /** - * @generated from rpc svc.query.v1.QueryService.ListSymbols - */ - listSymbols: { - name: "ListSymbols", - I: ListSymbolsRequest, - O: ListSymbolsResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/query/v1/trace_service_connect.ts b/js/svc/query/v1/trace_service_connect.ts deleted file mode 100644 index 5c4ab42..0000000 --- a/js/svc/query/v1/trace_service_connect.ts +++ /dev/null @@ -1,35 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/query/v1/trace_service.proto (package svc.query.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { GetSpanRequest, GetSpanResponse, GetTraceRequest, GetTraceResponse } from "./trace_service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.query.v1.TraceService - */ -export const TraceService = { - typeName: "svc.query.v1.TraceService", - methods: { - /** - * @generated from rpc svc.query.v1.TraceService.GetTrace - */ - getTrace: { - name: "GetTrace", - I: GetTraceRequest, - O: GetTraceResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.query.v1.TraceService.GetSpan - */ - getSpan: { - name: "GetSpan", - I: GetSpanRequest, - O: GetSpanResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/release/v1/service_connect.ts b/js/svc/release/v1/service_connect.ts deleted file mode 100644 index 5573601..0000000 --- a/js/svc/release/v1/service_connect.ts +++ /dev/null @@ -1,80 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/release/v1/service.proto (package svc.release.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { CreateReleaseChannelRequest, CreateReleaseChannelResponse, CreateVersionArtifactRequest, CreateVersionArtifactResponse, DeleteVersionArtifactRequest, DeleteVersionArtifactResponse, ListReleaseChannelRequest, ListReleaseChannelResponse, ListVersionArtifactRequest, ListVersionArtifactResponse, PublishVersionRequest, PublishVersionResponse, UnpublishVersionRequest, UnpublishVersionResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.release.v1.ReleaseService - */ -export const ReleaseService = { - typeName: "svc.release.v1.ReleaseService", - methods: { - /** - * @generated from rpc svc.release.v1.ReleaseService.CreateReleaseChannel - */ - createReleaseChannel: { - name: "CreateReleaseChannel", - I: CreateReleaseChannelRequest, - O: CreateReleaseChannelResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.release.v1.ReleaseService.ListReleaseChannel - */ - listReleaseChannel: { - name: "ListReleaseChannel", - I: ListReleaseChannelRequest, - O: ListReleaseChannelResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.release.v1.ReleaseService.PublishVersion - */ - publishVersion: { - name: "PublishVersion", - I: PublishVersionRequest, - O: PublishVersionResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.release.v1.ReleaseService.UnpublishVersion - */ - unpublishVersion: { - name: "UnpublishVersion", - I: UnpublishVersionRequest, - O: UnpublishVersionResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.release.v1.ReleaseService.CreateVersionArtifact - */ - createVersionArtifact: { - name: "CreateVersionArtifact", - I: CreateVersionArtifactRequest, - O: CreateVersionArtifactResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.release.v1.ReleaseService.DeleteVersionArtifact - */ - deleteVersionArtifact: { - name: "DeleteVersionArtifact", - I: DeleteVersionArtifactRequest, - O: DeleteVersionArtifactResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.release.v1.ReleaseService.ListVersionArtifact - */ - listVersionArtifact: { - name: "ListVersionArtifact", - I: ListVersionArtifactRequest, - O: ListVersionArtifactResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/share/v1/service_connect.ts b/js/svc/share/v1/service_connect.ts deleted file mode 100644 index d39a8d0..0000000 --- a/js/svc/share/v1/service_connect.ts +++ /dev/null @@ -1,89 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/share/v1/service.proto (package svc.share.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { CreateUserSharedResultRequest, CreateUserSharedResultResponse, DeleteUserSharedResultRequest, DeleteUserSharedResultResponse, GetUserSharedResultRequest, GetUserSharedResultResponse, ListSharedResultRequest, ListSharedResultResponse, ListUserSharedResultRequest, ListUserSharedResultResponse, UpdateUserSharedResultRequest, UpdateUserSharedResultResponse, ViewSharedResultRequest, ViewSharedResultResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.share.v1.PublicShareService - */ -export const PublicShareService = { - typeName: "svc.share.v1.PublicShareService", - methods: { - /** - * @generated from rpc svc.share.v1.PublicShareService.ViewSharedResult - */ - viewSharedResult: { - name: "ViewSharedResult", - I: ViewSharedResultRequest, - O: ViewSharedResultResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.share.v1.PublicShareService.ListSharedResult - */ - listSharedResult: { - name: "ListSharedResult", - I: ListSharedResultRequest, - O: ListSharedResultResponse, - kind: MethodKind.Unary, - }, - } -} as const; - -/** - * @generated from service svc.share.v1.UserShareService - */ -export const UserShareService = { - typeName: "svc.share.v1.UserShareService", - methods: { - /** - * @generated from rpc svc.share.v1.UserShareService.CreateUserSharedResult - */ - createUserSharedResult: { - name: "CreateUserSharedResult", - I: CreateUserSharedResultRequest, - O: CreateUserSharedResultResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.share.v1.UserShareService.GetUserSharedResult - */ - getUserSharedResult: { - name: "GetUserSharedResult", - I: GetUserSharedResultRequest, - O: GetUserSharedResultResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.share.v1.UserShareService.UpdateUserSharedResult - */ - updateUserSharedResult: { - name: "UpdateUserSharedResult", - I: UpdateUserSharedResultRequest, - O: UpdateUserSharedResultResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.share.v1.UserShareService.DeleteUserSharedResult - */ - deleteUserSharedResult: { - name: "DeleteUserSharedResult", - I: DeleteUserSharedResultRequest, - O: DeleteUserSharedResultResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.share.v1.UserShareService.ListUserSharedResult - */ - listUserSharedResult: { - name: "ListUserSharedResult", - I: ListUserSharedResultRequest, - O: ListUserSharedResultResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/token/v1/service_connect.ts b/js/svc/token/v1/service_connect.ts deleted file mode 100644 index 3274fc4..0000000 --- a/js/svc/token/v1/service_connect.ts +++ /dev/null @@ -1,53 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/token/v1/service.proto (package svc.token.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { GenerateEnvironmentTokenRequest, GenerateEnvironmentTokenResponse, GetEnvironmentTokenRequest, GetEnvironmentTokenResponse, ListEnvironmentTokenRequest, ListEnvironmentTokenResponse, RevokeEnvironmentTokenRequest, RevokeEnvironmentTokenResponse } from "./service_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.token.v1.TokenService - */ -export const TokenService = { - typeName: "svc.token.v1.TokenService", - methods: { - /** - * @generated from rpc svc.token.v1.TokenService.GenerateEnvironmentToken - */ - generateEnvironmentToken: { - name: "GenerateEnvironmentToken", - I: GenerateEnvironmentTokenRequest, - O: GenerateEnvironmentTokenResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.token.v1.TokenService.RevokeEnvironmentToken - */ - revokeEnvironmentToken: { - name: "RevokeEnvironmentToken", - I: RevokeEnvironmentTokenRequest, - O: RevokeEnvironmentTokenResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.token.v1.TokenService.GetEnvironmentToken - */ - getEnvironmentToken: { - name: "GetEnvironmentToken", - I: GetEnvironmentTokenRequest, - O: GetEnvironmentTokenResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.token.v1.TokenService.ListEnvironmentToken - */ - listEnvironmentToken: { - name: "ListEnvironmentToken", - I: ListEnvironmentTokenRequest, - O: ListEnvironmentTokenResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/user/v1/service_private_connect.ts b/js/svc/user/v1/service_private_connect.ts deleted file mode 100644 index 01709bc..0000000 --- a/js/svc/user/v1/service_private_connect.ts +++ /dev/null @@ -1,170 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/user/v1/service_private.proto (package svc.user.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { CreateFavoriteQueryRequest, CreateFavoriteQueryResponse, CreateOrganizationRequest, CreateOrganizationResponse, DeleteFavoriteQueryRequest, DeleteFavoriteQueryResponse, DeleteQueryHistoryRequest, DeleteQueryHistoryResponse, GetFavoriteQueryRequest, GetFavoriteQueryResponse, GetLocalhostConfigRequest, GetLocalhostConfigResponse, GetLogoutURLRequest, GetLogoutURLResponse, GetQueryHistoryRequest, GetQueryHistoryResponse, ListFavoriteQueryRequest, ListFavoriteQueryResponse, ListOrganizationRequest, ListOrganizationResponse, ListQueryHistoryRequest, ListQueryHistoryResponse, RecordQueryHistoryRequest, RecordQueryHistoryResponse, RefreshUserTokenRequest, RefreshUserTokenResponse, SaveLocalhostConfigRequest, SaveLocalhostConfigResponse, UpdateFavoriteQueryRequest, UpdateFavoriteQueryResponse, UpdateUserRequest, UpdateUserResponse, WhoamiRequest, WhoamiResponse } from "./service_private_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.user.v1.UserService - */ -export const UserService = { - typeName: "svc.user.v1.UserService", - methods: { - /** - * @generated from rpc svc.user.v1.UserService.Whoami - */ - whoami: { - name: "Whoami", - I: WhoamiRequest, - O: WhoamiResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.GetLogoutURL - */ - getLogoutURL: { - name: "GetLogoutURL", - I: GetLogoutURLRequest, - O: GetLogoutURLResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.RefreshUserToken - */ - refreshUserToken: { - name: "RefreshUserToken", - I: RefreshUserTokenRequest, - O: RefreshUserTokenResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.UpdateUser - */ - updateUser: { - name: "UpdateUser", - I: UpdateUserRequest, - O: UpdateUserResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.CreateOrganization - */ - createOrganization: { - name: "CreateOrganization", - I: CreateOrganizationRequest, - O: CreateOrganizationResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.ListOrganization - */ - listOrganization: { - name: "ListOrganization", - I: ListOrganizationRequest, - O: ListOrganizationResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.SaveLocalhostConfig - */ - saveLocalhostConfig: { - name: "SaveLocalhostConfig", - I: SaveLocalhostConfigRequest, - O: SaveLocalhostConfigResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.GetLocalhostConfig - */ - getLocalhostConfig: { - name: "GetLocalhostConfig", - I: GetLocalhostConfigRequest, - O: GetLocalhostConfigResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.RecordQueryHistory - */ - recordQueryHistory: { - name: "RecordQueryHistory", - I: RecordQueryHistoryRequest, - O: RecordQueryHistoryResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.GetQueryHistory - */ - getQueryHistory: { - name: "GetQueryHistory", - I: GetQueryHistoryRequest, - O: GetQueryHistoryResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.ListQueryHistory - */ - listQueryHistory: { - name: "ListQueryHistory", - I: ListQueryHistoryRequest, - O: ListQueryHistoryResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.DeleteQueryHistory - */ - deleteQueryHistory: { - name: "DeleteQueryHistory", - I: DeleteQueryHistoryRequest, - O: DeleteQueryHistoryResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.CreateFavoriteQuery - */ - createFavoriteQuery: { - name: "CreateFavoriteQuery", - I: CreateFavoriteQueryRequest, - O: CreateFavoriteQueryResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.GetFavoriteQuery - */ - getFavoriteQuery: { - name: "GetFavoriteQuery", - I: GetFavoriteQueryRequest, - O: GetFavoriteQueryResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.UpdateFavoriteQuery - */ - updateFavoriteQuery: { - name: "UpdateFavoriteQuery", - I: UpdateFavoriteQueryRequest, - O: UpdateFavoriteQueryResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.ListFavoriteQuery - */ - listFavoriteQuery: { - name: "ListFavoriteQuery", - I: ListFavoriteQueryRequest, - O: ListFavoriteQueryResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.UserService.DeleteFavoriteQuery - */ - deleteFavoriteQuery: { - name: "DeleteFavoriteQuery", - I: DeleteFavoriteQueryRequest, - O: DeleteFavoriteQueryResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/js/svc/user/v1/service_public_connect.ts b/js/svc/user/v1/service_public_connect.ts deleted file mode 100644 index 1e2181b..0000000 --- a/js/svc/user/v1/service_public_connect.ts +++ /dev/null @@ -1,44 +0,0 @@ -// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none" -// @generated from file svc/user/v1/service_public.proto (package svc.user.v1, syntax proto3) -/* eslint-disable */ -// @ts-nocheck - -import { GetPublicFavoriteQueryRequest, GetPublicFavoriteQueryResponse, GetPublicUserRequest, GetPublicUserResponse, ListPublicFavoriteQueryRequest, ListPublicFavoriteQueryResponse } from "./service_public_pb"; -import { MethodKind } from "@bufbuild/protobuf"; - -/** - * @generated from service svc.user.v1.PublicUserService - */ -export const PublicUserService = { - typeName: "svc.user.v1.PublicUserService", - methods: { - /** - * @generated from rpc svc.user.v1.PublicUserService.GetPublicUser - */ - getPublicUser: { - name: "GetPublicUser", - I: GetPublicUserRequest, - O: GetPublicUserResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.PublicUserService.GetPublicFavoriteQuery - */ - getPublicFavoriteQuery: { - name: "GetPublicFavoriteQuery", - I: GetPublicFavoriteQueryRequest, - O: GetPublicFavoriteQueryResponse, - kind: MethodKind.Unary, - }, - /** - * @generated from rpc svc.user.v1.PublicUserService.ListPublicFavoriteQuery - */ - listPublicFavoriteQuery: { - name: "ListPublicFavoriteQuery", - I: ListPublicFavoriteQueryRequest, - O: ListPublicFavoriteQueryResponse, - kind: MethodKind.Unary, - }, - } -} as const; - diff --git a/script/generate b/script/generate index 385109c..bf39aa4 100755 --- a/script/generate +++ b/script/generate @@ -7,6 +7,7 @@ root=$(git rev-parse --show-toplevel) function main() { pushd ${root} + rm -r ${root}/js/* generate_protobuf pushd ${root}/go go mod tidy