diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/dummy_connect.ts b/components/public-api/typescript/src/gitpod/experimental/v1/dummy_connect.ts index 2f1abf3d2d5db3..dbcc7f3b0ac803 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/dummy_connect.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/dummy_connect.ts @@ -47,4 +47,3 @@ export const HelloService = { }, } } as const; - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/dummy_pb.ts b/components/public-api/typescript/src/gitpod/experimental/v1/dummy_pb.ts index 834292f38784dd..d7f24499a6dcb2 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/dummy_pb.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/dummy_pb.ts @@ -159,4 +159,3 @@ export class LotsOfRepliesResponse extends Message { return proto3.util.equals(LotsOfRepliesResponse, a, b); } } - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/editor_service_connect.ts b/components/public-api/typescript/src/gitpod/experimental/v1/editor_service_connect.ts index a5c25dd1297c8b..27c394a5215884 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/editor_service_connect.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/editor_service_connect.ts @@ -29,4 +29,3 @@ export const EditorService = { }, } } as const; - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/editor_service_pb.ts b/components/public-api/typescript/src/gitpod/experimental/v1/editor_service_pb.ts index 4bc8545d47ec1d..362a3e68e8687e 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/editor_service_pb.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/editor_service_pb.ts @@ -228,4 +228,3 @@ export class EditorOption_Kind extends Message { return proto3.util.equals(EditorOption_Kind, a, b); } } - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/ide_client_connect.ts b/components/public-api/typescript/src/gitpod/experimental/v1/ide_client_connect.ts index 58af85608323d3..180bf4bc67e8d4 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/ide_client_connect.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/ide_client_connect.ts @@ -53,4 +53,3 @@ export const IDEClientService = { }, } } as const; - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/ide_client_pb.ts b/components/public-api/typescript/src/gitpod/experimental/v1/ide_client_pb.ts index caff82d47d6d22..b75562141262d9 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/ide_client_pb.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/ide_client_pb.ts @@ -222,4 +222,3 @@ export class UpdateGitStatusResponse extends Message { return proto3.util.equals(UpdateGitStatusResponse, a, b); } } - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/identityprovider_connect.ts b/components/public-api/typescript/src/gitpod/experimental/v1/identityprovider_connect.ts index e835314000c556..8921182005b5ad 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/identityprovider_connect.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/identityprovider_connect.ts @@ -31,4 +31,3 @@ export const IdentityProviderService = { }, } } as const; - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/identityprovider_pb.ts b/components/public-api/typescript/src/gitpod/experimental/v1/identityprovider_pb.ts index 45e28876c1cd05..2754254c05e51e 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/identityprovider_pb.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/identityprovider_pb.ts @@ -91,4 +91,3 @@ export class GetIDTokenResponse extends Message { return proto3.util.equals(GetIDTokenResponse, a, b); } } - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/oidc_connect.ts b/components/public-api/typescript/src/gitpod/experimental/v1/oidc_connect.ts index 643e11b27aeeb2..75bcce80f87947 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/oidc_connect.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/oidc_connect.ts @@ -86,4 +86,3 @@ export const OIDCService = { }, } } as const; - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/oidc_pb.ts b/components/public-api/typescript/src/gitpod/experimental/v1/oidc_pb.ts index b1394e004a8131..37457dc5601a10 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/oidc_pb.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/oidc_pb.ts @@ -972,4 +972,3 @@ export class SetClientConfigActivationResponse extends Message { return proto3.util.equals(Pagination, a, b); } } - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/projects_connect.ts b/components/public-api/typescript/src/gitpod/experimental/v1/projects_connect.ts index a5a7c4de9f3140..293839e24743aa 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/projects_connect.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/projects_connect.ts @@ -64,4 +64,3 @@ export const ProjectsService = { }, } } as const; - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/projects_pb.ts b/components/public-api/typescript/src/gitpod/experimental/v1/projects_pb.ts index e0f6e35a7c628b..403bf03a4ed024 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/projects_pb.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/projects_pb.ts @@ -592,4 +592,3 @@ export class DeleteProjectResponse extends Message { return proto3.util.equals(DeleteProjectResponse, a, b); } } - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/scm_connect.ts b/components/public-api/typescript/src/gitpod/experimental/v1/scm_connect.ts index 4378a2d459d342..534f29ca57a0cf 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/scm_connect.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/scm_connect.ts @@ -32,4 +32,3 @@ export const SCMService = { }, } } as const; - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/scm_pb.ts b/components/public-api/typescript/src/gitpod/experimental/v1/scm_pb.ts index 9b3396c4b58731..bf2a2209e9ebd8 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/scm_pb.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/scm_pb.ts @@ -79,4 +79,3 @@ export class GetSuggestedRepoURLsResponse extends Message { return proto3.util.equals(GetUserStatsResponse, a, b); } } - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/teams_connect.ts b/components/public-api/typescript/src/gitpod/experimental/v1/teams_connect.ts index 8790c650172c2f..7d7b2b27ae35ef 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/teams_connect.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/teams_connect.ts @@ -130,4 +130,3 @@ export const TeamsService = { }, } } as const; - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/teams_pb.ts b/components/public-api/typescript/src/gitpod/experimental/v1/teams_pb.ts index d8a1484f5cdfc5..7badc017d71541 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/teams_pb.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/teams_pb.ts @@ -1003,4 +1003,3 @@ export class DeleteTeamMemberResponse extends Message return proto3.util.equals(DeleteTeamMemberResponse, a, b); } } - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/tokens_connect.ts b/components/public-api/typescript/src/gitpod/experimental/v1/tokens_connect.ts index 1c4a6a0eecca6d..b1f792cc1a3a5e 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/tokens_connect.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/tokens_connect.ts @@ -86,4 +86,3 @@ export const TokensService = { }, } } as const; - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/tokens_pb.ts b/components/public-api/typescript/src/gitpod/experimental/v1/tokens_pb.ts index ab9abd7b3da557..61b4c0c5380507 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/tokens_pb.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/tokens_pb.ts @@ -562,4 +562,3 @@ export class DeletePersonalAccessTokenResponse extends Message { return proto3.util.equals(BlockUserResponse, a, b); } } - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/workspaces_connect.ts b/components/public-api/typescript/src/gitpod/experimental/v1/workspaces_connect.ts index c4603ff1428156..31c4cb95782b8a 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/workspaces_connect.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/workspaces_connect.ts @@ -144,4 +144,3 @@ export const WorkspacesService = { }, } } as const; - diff --git a/components/public-api/typescript/src/gitpod/experimental/v1/workspaces_pb.ts b/components/public-api/typescript/src/gitpod/experimental/v1/workspaces_pb.ts index f3c54d8211c9e3..b53754990e373a 100644 --- a/components/public-api/typescript/src/gitpod/experimental/v1/workspaces_pb.ts +++ b/components/public-api/typescript/src/gitpod/experimental/v1/workspaces_pb.ts @@ -2162,4 +2162,3 @@ proto3.util.setEnumType(GetDefaultWorkspaceImageResponse_ImageSource, "gitpod.ex { no: 1, name: "IMAGE_SOURCE_INSTALLATION" }, { no: 2, name: "IMAGE_SOURCE_ORGANIZATION" }, ]); - diff --git a/components/public-api/typescript/src/gitpod/v1/authprovider_connect.ts b/components/public-api/typescript/src/gitpod/v1/authprovider_connect.ts index 0b7ddbbaa0edb7..79400907db2c91 100644 --- a/components/public-api/typescript/src/gitpod/v1/authprovider_connect.ts +++ b/components/public-api/typescript/src/gitpod/v1/authprovider_connect.ts @@ -87,4 +87,3 @@ export const AuthProviderService = { }, } } as const; - diff --git a/components/public-api/typescript/src/gitpod/v1/authprovider_pb.ts b/components/public-api/typescript/src/gitpod/v1/authprovider_pb.ts index 1d8499c05bf8e5..c46927b9ae6628 100644 --- a/components/public-api/typescript/src/gitpod/v1/authprovider_pb.ts +++ b/components/public-api/typescript/src/gitpod/v1/authprovider_pb.ts @@ -797,4 +797,3 @@ export class OAuth2Config extends Message { return proto3.util.equals(OAuth2Config, a, b); } } - diff --git a/components/public-api/typescript/src/gitpod/v1/configuration_connect.ts b/components/public-api/typescript/src/gitpod/v1/configuration_connect.ts index 3a7edb7a4d31d2..87454be874be9e 100644 --- a/components/public-api/typescript/src/gitpod/v1/configuration_connect.ts +++ b/components/public-api/typescript/src/gitpod/v1/configuration_connect.ts @@ -64,4 +64,3 @@ export const ConfigurationService = { }, } } as const; - diff --git a/components/public-api/typescript/src/gitpod/v1/configuration_pb.ts b/components/public-api/typescript/src/gitpod/v1/configuration_pb.ts index 2154f417bd824d..0b29128a7e2c9a 100644 --- a/components/public-api/typescript/src/gitpod/v1/configuration_pb.ts +++ b/components/public-api/typescript/src/gitpod/v1/configuration_pb.ts @@ -535,4 +535,3 @@ export class DeleteConfigurationResponse extends Message { return proto3.util.equals(PaginationResponse, a, b); } } - diff --git a/components/public-api/typescript/src/gitpod/v1/workspace_pb.ts b/components/public-api/typescript/src/gitpod/v1/workspace_pb.ts index acefcc02fb735a..3705c3ec5c28ec 100644 --- a/components/public-api/typescript/src/gitpod/v1/workspace_pb.ts +++ b/components/public-api/typescript/src/gitpod/v1/workspace_pb.ts @@ -1076,4 +1076,3 @@ export class WorkspaceEnvironmentVariable extends Message