@gitpod/public-api 0.1.5-pd-add-grpc-sec.1 → 0.1.5-pd-workspacekit.3
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/gitpod/experimental/v1/ide_client_connectweb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/ide_client_connectweb.js +2 -2
- package/lib/gitpod/experimental/v1/ide_client_pb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/ide_client_pb.js +2 -2
- package/lib/gitpod/experimental/v1/index.d.ts +1 -1
- package/lib/gitpod/experimental/v1/index.js +1 -1
- package/lib/gitpod/experimental/v1/oidc_connectweb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/oidc_connectweb.js +2 -2
- package/lib/gitpod/experimental/v1/oidc_pb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/oidc_pb.js +2 -2
- package/lib/gitpod/experimental/v1/pagination_pb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/pagination_pb.js +2 -2
- package/lib/gitpod/experimental/v1/projects_connectweb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/projects_connectweb.js +2 -2
- package/lib/gitpod/experimental/v1/projects_pb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/projects_pb.js +2 -2
- package/lib/gitpod/experimental/v1/teams_connectweb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/teams_connectweb.js +2 -2
- package/lib/gitpod/experimental/v1/teams_pb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/teams_pb.js +2 -2
- package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/tokens_connectweb.js +2 -2
- package/lib/gitpod/experimental/v1/tokens_pb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/tokens_pb.js +2 -2
- package/lib/gitpod/experimental/v1/user_connectweb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/user_connectweb.js +2 -2
- package/lib/gitpod/experimental/v1/user_pb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/user_pb.js +2 -2
- package/lib/gitpod/experimental/v1/workspace_connectweb.d.ts +1 -1
- package/lib/gitpod/experimental/v1/workspace_connectweb.d.ts.map +1 -1
- package/lib/gitpod/experimental/v1/workspace_connectweb.js +2 -2
- package/lib/gitpod/experimental/v1/workspace_connectweb.js.map +1 -1
- package/lib/gitpod/experimental/v1/workspace_pb.d.ts +1 -1
- package/lib/gitpod/experimental/v1/workspace_pb.d.ts.map +1 -1
- package/lib/gitpod/experimental/v1/workspace_pb.js +1 -1
- package/lib/gitpod/experimental/v1/workspace_pb.js.map +1 -1
- package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts +17 -4
- package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts.map +1 -1
- package/lib/gitpod/experimental/v1/workspaces_connectweb.js +16 -3
- package/lib/gitpod/experimental/v1/workspaces_connectweb.js.map +1 -1
- package/lib/gitpod/experimental/v1/workspaces_pb.d.ts +33 -7
- package/lib/gitpod/experimental/v1/workspaces_pb.d.ts.map +1 -1
- package/lib/gitpod/experimental/v1/workspaces_pb.js +61 -10
- package/lib/gitpod/experimental/v1/workspaces_pb.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/pkg-yarn.lock +1 -1
- package/provenance-bundle.jsonl +2 -2
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import { SendDidCloseRequest, SendDidCloseResponse, SendHeartbeatRequest, SendHeartbeatResponse } from "./ide_client_pb.js";
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.IDEClientService = void 0;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
7
7
|
import { Message } from "@bufbuild/protobuf";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.SendDidCloseResponse = exports.SendDidCloseRequest = exports.SendHeartbeatResponse = exports.SendHeartbeatRequest = void 0;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* Copyright (c) 2022 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
export * from "./pagination_pb";
|
7
7
|
export * from "./workspaces_pb";
|
@@ -2,7 +2,7 @@
|
|
2
2
|
/**
|
3
3
|
* Copyright (c) 2022 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
8
8
|
if (k2 === undefined) k2 = k;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import { CreateClientConfigRequest, CreateClientConfigResponse, DeleteClientConfigRequest, DeleteClientConfigResponse, GetClientConfigRequest, GetClientConfigResponse, ListClientConfigsRequest, ListClientConfigsResponse, UpdateClientConfigRequest, UpdateClientConfigResponse } from "./oidc_pb.js";
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.OIDCService = void 0;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
7
7
|
import { Message, Timestamp } from "@bufbuild/protobuf";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.DeleteClientConfigResponse = exports.DeleteClientConfigRequest = exports.UpdateClientConfigResponse = exports.UpdateClientConfigRequest = exports.ListClientConfigsResponse = exports.ListClientConfigsRequest = exports.GetClientConfigResponse = exports.GetClientConfigRequest = exports.CreateClientConfigResponse = exports.CreateClientConfigRequest = exports.OIDCClientConfigStatus = exports.UserInfoKeys = exports.OAuth2Config = exports.ClaimMappingOverride = exports.ConsentScreenHints = exports.OIDCConfig = exports.OIDCClientConfig = void 0;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
7
7
|
import { Message } from "@bufbuild/protobuf";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.Pagination = void 0;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import { CreateProjectRequest, CreateProjectResponse, DeleteProjectRequest, DeleteProjectResponse, GetProjectRequest, GetProjectResponse, ListProjectsRequest, ListProjectsResponse } from "./projects_pb.js";
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.ProjectsService = void 0;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
7
7
|
import { Message, Timestamp } from "@bufbuild/protobuf";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.DeleteProjectResponse = exports.DeleteProjectRequest = exports.ListProjectsResponse = exports.ListProjectsRequest = exports.GetProjectResponse = exports.GetProjectRequest = exports.CreateProjectResponse = exports.CreateProjectRequest = exports.WorkspaceClassSettings = exports.WorkspaceSettings = exports.PrebuildSettings = exports.ProjectSettings = exports.Project = void 0;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import { CreateTeamRequest, CreateTeamResponse, DeleteTeamMemberRequest, DeleteTeamMemberResponse, DeleteTeamRequest, DeleteTeamResponse, GetTeamRequest, GetTeamResponse, JoinTeamRequest, JoinTeamResponse, ListTeamsRequest, ListTeamsResponse, ResetTeamInvitationRequest, ResetTeamInvitationResponse, UpdateTeamMemberRequest, UpdateTeamMemberResponse } from "./teams_pb.js";
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.TeamsService = void 0;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
7
7
|
import { Message, Timestamp } from "@bufbuild/protobuf";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.DeleteTeamMemberResponse = exports.DeleteTeamMemberRequest = exports.UpdateTeamMemberResponse = exports.UpdateTeamMemberRequest = exports.ResetTeamInvitationResponse = exports.ResetTeamInvitationRequest = exports.JoinTeamResponse = exports.JoinTeamRequest = exports.DeleteTeamResponse = exports.DeleteTeamRequest = exports.ListTeamsResponse = exports.ListTeamsRequest = exports.GetTeamResponse = exports.GetTeamRequest = exports.CreateTeamResponse = exports.CreateTeamRequest = exports.TeamInvitation = exports.TeamMember = exports.Team = exports.TeamRole = void 0;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import { CreatePersonalAccessTokenRequest, CreatePersonalAccessTokenResponse, DeletePersonalAccessTokenRequest, DeletePersonalAccessTokenResponse, GetPersonalAccessTokenRequest, GetPersonalAccessTokenResponse, ListPersonalAccessTokensRequest, ListPersonalAccessTokensResponse, RegeneratePersonalAccessTokenRequest, RegeneratePersonalAccessTokenResponse, UpdatePersonalAccessTokenRequest, UpdatePersonalAccessTokenResponse } from "./tokens_pb.js";
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.TokensService = void 0;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
7
7
|
import { FieldMask, Message, Timestamp } from "@bufbuild/protobuf";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.DeletePersonalAccessTokenResponse = exports.DeletePersonalAccessTokenRequest = exports.UpdatePersonalAccessTokenResponse = exports.UpdatePersonalAccessTokenRequest = exports.RegeneratePersonalAccessTokenResponse = exports.RegeneratePersonalAccessTokenRequest = exports.ListPersonalAccessTokensResponse = exports.ListPersonalAccessTokensRequest = exports.GetPersonalAccessTokenResponse = exports.GetPersonalAccessTokenRequest = exports.CreatePersonalAccessTokenResponse = exports.CreatePersonalAccessTokenRequest = exports.PersonalAccessToken = void 0;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import { CreateSSHKeyRequest, CreateSSHKeyResponse, DeleteSSHKeyRequest, DeleteSSHKeyResponse, GetAuthenticatedUserRequest, GetAuthenticatedUserResponse, GetGitTokenRequest, GetGitTokenResponse, GetSSHKeyRequest, GetSSHKeyResponse, ListSSHKeysRequest, ListSSHKeysResponse } from "./user_pb.js";
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.UserService = void 0;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
7
7
|
import { Message, Timestamp } from "@bufbuild/protobuf";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.GitToken = exports.GetGitTokenResponse = exports.GetGitTokenRequest = exports.DeleteSSHKeyResponse = exports.DeleteSSHKeyRequest = exports.GetSSHKeyResponse = exports.GetSSHKeyRequest = exports.CreateSSHKeyResponse = exports.CreateSSHKeyRequest = exports.ListSSHKeysResponse = exports.ListSSHKeysRequest = exports.GetAuthenticatedUserResponse = exports.GetAuthenticatedUserRequest = exports.SSHKey = exports.User = void 0;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* Copyright (c) 2022 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import { GetOpenPortsRequest, GetOpenPortsResponse, InstanceUpdatesRequest, InstanceUpdatesResponse, OpenPortRequest, OpenPortResponse } from "./workspace_pb.js";
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"workspace_connectweb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspace_connectweb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,
|
1
|
+
{"version":3,"file":"workspace_connectweb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspace_connectweb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,EACH,mBAAmB,EACnB,oBAAoB,EACpB,sBAAsB,EACtB,uBAAuB,EACvB,eAAe,EACf,gBAAgB,EACnB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;QAGrB;;WAEG;;;;;;;QAOH;;WAEG;;;;;;;QAOH;;WAEG;;;;;;;;CAQD,CAAC"}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
/**
|
3
3
|
* Copyright (c) 2022 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.WorkspaceService = void 0;
|
@@ -45,6 +45,6 @@ exports.WorkspaceService = {
|
|
45
45
|
O: workspace_pb_js_1.InstanceUpdatesResponse,
|
46
46
|
kind: protobuf_1.MethodKind.Unary,
|
47
47
|
},
|
48
|
-
}
|
48
|
+
},
|
49
49
|
};
|
50
50
|
//# sourceMappingURL=workspace_connectweb.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"workspace_connectweb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspace_connectweb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,yEAAyE;AACzE,8GAA8G;AAC9G,oBAAoB;AACpB,iBAAiB;AAEjB,
|
1
|
+
{"version":3,"file":"workspace_connectweb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspace_connectweb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,yEAAyE;AACzE,8GAA8G;AAC9G,oBAAoB;AACpB,iBAAiB;AAEjB,uDAO2B;AAC3B,iDAAgD;AAEhD;;GAEG;AACU,QAAA,gBAAgB,GAAG;IAC5B,QAAQ,EAAE,yCAAyC;IACnD,OAAO,EAAE;QACL;;WAEG;QACH,QAAQ,EAAE;YACN,IAAI,EAAE,UAAU;YAChB,CAAC,EAAE,iCAAe;YAClB,CAAC,EAAE,kCAAgB;YACnB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACzB;QACD;;WAEG;QACH,YAAY,EAAE;YACV,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,qCAAmB;YACtB,CAAC,EAAE,sCAAoB;YACvB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACzB;QACD;;WAEG;QACH,eAAe,EAAE;YACb,IAAI,EAAE,iBAAiB;YACvB,CAAC,EAAE,wCAAsB;YACzB,CAAC,EAAE,yCAAuB;YAC1B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACzB;KACJ;CACK,CAAC"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* Copyright (c) 2022 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
6
|
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
7
7
|
import { Message } from "@bufbuild/protobuf";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"workspace_pb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspace_pb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,KAAK,
|
1
|
+
{"version":3,"file":"workspace_pb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspace_pb.ts"],"names":[],"mappings":"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"}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
/**
|
3
3
|
* Copyright (c) 2022 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.InstanceUpdatesResponse = exports.InstanceUpdatesRequest = exports.GetOpenPortsResponse = exports.GetOpenPortsRequest = exports.WorkspaceInstancePort = exports.OpenPortResponse = exports.OpenPortRequest = exports.PortVisibility = void 0;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"workspace_pb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspace_pb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;
|
1
|
+
{"version":3,"file":"workspace_pb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspace_pb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAeH,iDAAqD;AACrD,yDAAuD;AAEvD;;GAEG;AACH,IAAY,cAeX;AAfD,WAAY,cAAc;IACtB;;OAEG;IACH,iEAAe,CAAA;IAEf;;OAEG;IACH,uDAAU,CAAA;IAEV;;OAEG;IACH,yDAAW,CAAA;AACf,CAAC,EAfW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAezB;AACD,kEAAkE;AAClE,iBAAM,CAAC,IAAI,CAAC,WAAW,CAAC,cAAc,EAAE,uCAAuC,EAAE;IAC7E,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,6BAA6B,EAAE;IAC9C,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,wBAAwB,EAAE;IACzC,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,yBAAyB,EAAE;CAC7C,CAAC,CAAC;AAEH;;GAEG;AACH,MAAa,eAAgB,SAAQ,kBAAwB;IAMzD,YAAY,IAAsC;QAC9C,KAAK,EAAE,CAAC;QANZ;;WAEG;QACH,gBAAW,GAAG,EAAE,CAAC;QAIb,iBAAM,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IACxC,CAAC;IAQD,MAAM,CAAC,UAAU,CAAC,KAAiB,EAAE,OAAoC;QACrE,OAAO,IAAI,eAAe,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5D,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,SAAoB,EAAE,OAAkC;QACpE,OAAO,IAAI,eAAe,EAAE,CAAC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAED,MAAM,CAAC,cAAc,CAAC,UAAkB,EAAE,OAAkC;QACxE,OAAO,IAAI,eAAe,EAAE,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAED,MAAM,CAAC,MAAM,CACT,CAA8D,EAC9D,CAA8D;QAE9D,OAAO,iBAAM,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACrD,CAAC;;AAlCL,0CAmCC;AAxBmB,uBAAO,GAAG,iBAAM,CAAC;AACjB,wBAAQ,GAAG,wCAAwC,CAAC;AACpD,sBAAM,GAAc,iBAAM,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC;IAC/D,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,EAAE,CAAC,CAAC,uBAAuB,EAAE;CAChF,CAAC,CAAC;AAsBP;;GAEG;AACH,MAAa,gBAAiB,SAAQ,kBAAyB;IAM3D,YAAY,IAAuC;QAC/C,KAAK,EAAE,CAAC;QACR,iBAAM,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IACxC,CAAC;IAQD,MAAM,CAAC,UAAU,CAAC,KAAiB,EAAE,OAAoC;QACrE,OAAO,IAAI,gBAAgB,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7D,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,SAAoB,EAAE,OAAkC;QACpE,OAAO,IAAI,gBAAgB,EAAE,CAAC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;IAED,MAAM,CAAC,cAAc,CAAC,UAAkB,EAAE,OAAkC;QACxE,OAAO,IAAI,gBAAgB,EAAE,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAED,MAAM,CAAC,MAAM,CACT,CAAgE,EAChE,CAAgE;QAEhE,OAAO,iBAAM,CAAC,IAAI,CAAC,MAAM,CAAC,gBAAgB,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACtD,CAAC;;AAlCL,4CAmCC;AAxBmB,wBAAO,GAAG,iBAAM,CAAC;AACjB,yBAAQ,GAAG,yCAAyC,CAAC;AACrD,uBAAM,GAAc,iBAAM,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC;IAC/D,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,qBAAqB,EAAE;CACrE,CAAC,CAAC;AAsBP;;GAEG;AACH,MAAa,qBAAsB,SAAQ,kBAA8B;IAgBrE,YAAY,IAA4C;QACpD,KAAK,EAAE,CAAC;QAhBZ;;WAEG;QACH,SAAI,GAAG,CAAC,CAAC;QAET;;WAEG;QACH,QAAG,GAAG,EAAE,CAAC;QAET;;WAEG;QACH,eAAU,GAAG,cAAc,CAAC,WAAW,CAAC;QAIpC,iBAAM,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IACxC,CAAC;IAUD,MAAM,CAAC,UAAU,CAAC,KAAiB,EAAE,OAAoC;QACrE,OAAO,IAAI,qBAAqB,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,SAAoB,EAAE,OAAkC;QACpE,OAAO,IAAI,qBAAqB,EAAE,CAAC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAED,MAAM,CAAC,cAAc,CAAC,UAAkB,EAAE,OAAkC;QACxE,OAAO,IAAI,qBAAqB,EAAE,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAED,MAAM,CAAC,MAAM,CACT,CAA0E,EAC1E,CAA0E;QAE1E,OAAO,iBAAM,CAAC,IAAI,CAAC,MAAM,CAAC,qBAAqB,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAC3D,CAAC;;AA9CL,sDA+CC;AA1BmB,6BAAO,GAAG,iBAAM,CAAC;AACjB,8BAAQ,GAAG,8CAA8C,CAAC;AAC1D,4BAAM,GAAc,iBAAM,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC;IAC/D,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,EAAE,CAAC,CAAC,sBAAsB,EAAE;IACpE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,EAAE,CAAC,CAAC,uBAAuB,EAAE;IACpE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,iBAAM,CAAC,WAAW,CAAC,cAAc,CAAC,EAAE;CACrF,CAAC,CAAC;AAsBP;;GAEG;AACH,MAAa,mBAAoB,SAAQ,kBAA4B;IAMjE,YAAY,IAA0C;QAClD,KAAK,EAAE,CAAC;QANZ;;WAEG;QACH,gBAAW,GAAG,EAAE,CAAC;QAIb,iBAAM,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IACxC,CAAC;IAQD,MAAM,CAAC,UAAU,CAAC,KAAiB,EAAE,OAAoC;QACrE,OAAO,IAAI,mBAAmB,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,SAAoB,EAAE,OAAkC;QACpE,OAAO,IAAI,mBAAmB,EAAE,CAAC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAED,MAAM,CAAC,cAAc,CAAC,UAAkB,EAAE,OAAkC;QACxE,OAAO,IAAI,mBAAmB,EAAE,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAED,MAAM,CAAC,MAAM,CACT,CAAsE,EACtE,CAAsE;QAEtE,OAAO,iBAAM,CAAC,IAAI,CAAC,MAAM,CAAC,mBAAmB,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACzD,CAAC;;AAlCL,kDAmCC;AAxBmB,2BAAO,GAAG,iBAAM,CAAC;AACjB,4BAAQ,GAAG,4CAA4C,CAAC;AACxD,0BAAM,GAAc,iBAAM,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC;IAC/D,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,EAAE,CAAC,CAAC,uBAAuB,EAAE;CAChF,CAAC,CAAC;AAsBP;;GAEG;AACH,MAAa,oBAAqB,SAAQ,kBAA6B;IAMnE,YAAY,IAA2C;QACnD,KAAK,EAAE,CAAC;QANZ;;WAEG;QACH,UAAK,GAA4B,EAAE,CAAC;QAIhC,iBAAM,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IACxC,CAAC;IAQD,MAAM,CAAC,UAAU,CAAC,KAAiB,EAAE,OAAoC;QACrE,OAAO,IAAI,oBAAoB,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,SAAoB,EAAE,OAAkC;QACpE,OAAO,IAAI,oBAAoB,EAAE,CAAC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAED,MAAM,CAAC,cAAc,CAAC,UAAkB,EAAE,OAAkC;QACxE,OAAO,IAAI,oBAAoB,EAAE,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED,MAAM,CAAC,MAAM,CACT,CAAwE,EACxE,CAAwE;QAExE,OAAO,iBAAM,CAAC,IAAI,CAAC,MAAM,CAAC,oBAAoB,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAC1D,CAAC;;AAlCL,oDAmCC;AAxBmB,4BAAO,GAAG,iBAAM,CAAC;AACjB,6BAAQ,GAAG,6CAA6C,CAAC;AACzD,2BAAM,GAAc,iBAAM,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC;IAC/D,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,EAAE;CACtF,CAAC,CAAC;AAsBP;;GAEG;AACH,MAAa,sBAAuB,SAAQ,kBAA+B;IAMvE,YAAY,IAA6C;QACrD,KAAK,EAAE,CAAC;QANZ;;WAEG;QACH,eAAU,GAAG,EAAE,CAAC;QAIZ,iBAAM,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IACxC,CAAC;IAQD,MAAM,CAAC,UAAU,CAAC,KAAiB,EAAE,OAAoC;QACrE,OAAO,IAAI,sBAAsB,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,SAAoB,EAAE,OAAkC;QACpE,OAAO,IAAI,sBAAsB,EAAE,CAAC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAED,MAAM,CAAC,cAAc,CAAC,UAAkB,EAAE,OAAkC;QACxE,OAAO,IAAI,sBAAsB,EAAE,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAED,MAAM,CAAC,MAAM,CACT,CAA4E,EAC5E,CAA4E;QAE5E,OAAO,iBAAM,CAAC,IAAI,CAAC,MAAM,CAAC,sBAAsB,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAC5D,CAAC;;AAlCL,wDAmCC;AAxBmB,8BAAO,GAAG,iBAAM,CAAC;AACjB,+BAAQ,GAAG,+CAA+C,CAAC;AAC3D,6BAAM,GAAc,iBAAM,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC;IAC/D,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,EAAE,CAAC,CAAC,uBAAuB,EAAE;CAC/E,CAAC,CAAC;AAsBP;;GAEG;AACH,MAAa,uBAAwB,SAAQ,kBAAgC;IAMzE,YAAY,IAA8C;QACtD,KAAK,EAAE,CAAC;QACR,iBAAM,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IACxC,CAAC;IAQD,MAAM,CAAC,UAAU,CAAC,KAAiB,EAAE,OAAoC;QACrE,OAAO,IAAI,uBAAuB,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,SAAoB,EAAE,OAAkC;QACpE,OAAO,IAAI,uBAAuB,EAAE,CAAC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAED,MAAM,CAAC,cAAc,CAAC,UAAkB,EAAE,OAAkC;QACxE,OAAO,IAAI,uBAAuB,EAAE,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAED,MAAM,CAAC,MAAM,CACT,CAA8E,EAC9E,CAA8E;QAE9E,OAAO,iBAAM,CAAC,IAAI,CAAC,MAAM,CAAC,uBAAuB,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAC7D,CAAC;;AAlCL,0DAmCC;AAxBmB,+BAAO,GAAG,iBAAM,CAAC;AACjB,gCAAQ,GAAG,gDAAgD,CAAC;AAC5D,8BAAM,GAAc,iBAAM,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC;IAC/D,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,oCAAiB,EAAE;CACrE,CAAC,CAAC"}
|
@@ -1,9 +1,9 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c)
|
2
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
4
|
-
* See License
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
5
5
|
*/
|
6
|
-
import { CreateAndStartWorkspaceRequest, CreateAndStartWorkspaceResponse, GetOwnerTokenRequest, GetOwnerTokenResponse, GetWorkspaceRequest, GetWorkspaceResponse, ListWorkspacesRequest, ListWorkspacesResponse, StopWorkspaceRequest, StopWorkspaceResponse, UpdatePortRequest, UpdatePortResponse } from "./workspaces_pb.js";
|
6
|
+
import { CreateAndStartWorkspaceRequest, CreateAndStartWorkspaceResponse, DeleteWorkspaceRequest, DeleteWorkspaceResponse, GetOwnerTokenRequest, GetOwnerTokenResponse, GetWorkspaceRequest, GetWorkspaceResponse, ListWorkspacesRequest, ListWorkspacesResponse, StopWorkspaceRequest, StopWorkspaceResponse, UpdatePortRequest, UpdatePortResponse } from "./workspaces_pb.js";
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
8
8
|
/**
|
9
9
|
* @generated from service gitpod.experimental.v1.WorkspacesService
|
@@ -67,7 +67,20 @@ export declare const WorkspacesService: {
|
|
67
67
|
readonly name: "StopWorkspace";
|
68
68
|
readonly I: typeof StopWorkspaceRequest;
|
69
69
|
readonly O: typeof StopWorkspaceResponse;
|
70
|
-
readonly kind: MethodKind.
|
70
|
+
readonly kind: MethodKind.Unary;
|
71
|
+
};
|
72
|
+
/**
|
73
|
+
* DeleteWorkspace deletes a workspace.
|
74
|
+
* When the workspace is running, it will be stopped as well.
|
75
|
+
* Deleted workspaces cannot be started again.
|
76
|
+
*
|
77
|
+
* @generated from rpc gitpod.experimental.v1.WorkspacesService.DeleteWorkspace
|
78
|
+
*/
|
79
|
+
readonly deleteWorkspace: {
|
80
|
+
readonly name: "DeleteWorkspace";
|
81
|
+
readonly I: typeof DeleteWorkspaceRequest;
|
82
|
+
readonly O: typeof DeleteWorkspaceResponse;
|
83
|
+
readonly kind: MethodKind.Unary;
|
71
84
|
};
|
72
85
|
/**
|
73
86
|
* @generated from rpc gitpod.experimental.v1.WorkspacesService.UpdatePort
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"workspaces_connectweb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspaces_connectweb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,EAAC,8BAA8B,EAAE,+BAA+B,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,kBAAkB,EAAC,MAAM,oBAAoB,CAAC;
|
1
|
+
{"version":3,"file":"workspaces_connectweb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspaces_connectweb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,EAAC,8BAA8B,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,kBAAkB,EAAC,MAAM,oBAAoB,CAAC;AAC/W,OAAO,EAAC,UAAU,EAAC,MAAM,oBAAoB,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;;;WAMG;;;;;;;QAOH;;WAEG;;;;;;;;CAQG,CAAC"}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
/**
|
3
|
-
* Copyright (c)
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
5
|
-
* See License
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
8
|
exports.WorkspacesService = void 0;
|
@@ -74,7 +74,20 @@ exports.WorkspacesService = {
|
|
74
74
|
name: "StopWorkspace",
|
75
75
|
I: workspaces_pb_js_1.StopWorkspaceRequest,
|
76
76
|
O: workspaces_pb_js_1.StopWorkspaceResponse,
|
77
|
-
kind: protobuf_1.MethodKind.
|
77
|
+
kind: protobuf_1.MethodKind.Unary,
|
78
|
+
},
|
79
|
+
/**
|
80
|
+
* DeleteWorkspace deletes a workspace.
|
81
|
+
* When the workspace is running, it will be stopped as well.
|
82
|
+
* Deleted workspaces cannot be started again.
|
83
|
+
*
|
84
|
+
* @generated from rpc gitpod.experimental.v1.WorkspacesService.DeleteWorkspace
|
85
|
+
*/
|
86
|
+
deleteWorkspace: {
|
87
|
+
name: "DeleteWorkspace",
|
88
|
+
I: workspaces_pb_js_1.DeleteWorkspaceRequest,
|
89
|
+
O: workspaces_pb_js_1.DeleteWorkspaceResponse,
|
90
|
+
kind: protobuf_1.MethodKind.Unary,
|
78
91
|
},
|
79
92
|
/**
|
80
93
|
* @generated from rpc gitpod.experimental.v1.WorkspacesService.UpdatePort
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"workspaces_connectweb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspaces_connectweb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,yEAAyE;AACzE,+GAA+G;AAC/G,oBAAoB;AACpB,iBAAiB;AAEjB,
|
1
|
+
{"version":3,"file":"workspaces_connectweb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspaces_connectweb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,yEAAyE;AACzE,+GAA+G;AAC/G,oBAAoB;AACpB,iBAAiB;AAEjB,yDAA+W;AAC/W,iDAA8C;AAE9C;;GAEG;AACU,QAAA,iBAAiB,GAAG;IAC/B,QAAQ,EAAE,0CAA0C;IACpD,OAAO,EAAE;QACP;;;;WAIG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,wCAAqB;YACxB,CAAC,EAAE,yCAAsB;YACzB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,sCAAmB;YACtB,CAAC,EAAE,uCAAoB;YACvB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,uCAAoB;YACvB,CAAC,EAAE,wCAAqB;YACxB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,uBAAuB,EAAE;YACvB,IAAI,EAAE,yBAAyB;YAC/B,CAAC,EAAE,iDAA8B;YACjC,CAAC,EAAE,kDAA+B;YAClC,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,uCAAoB;YACvB,CAAC,EAAE,wCAAqB;YACxB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;;;WAMG;QACH,eAAe,EAAE;YACf,IAAI,EAAE,iBAAiB;YACvB,CAAC,EAAE,yCAAsB;YACzB,CAAC,EAAE,0CAAuB;YAC1B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,oCAAiB;YACpB,CAAC,EAAE,qCAAkB;YACrB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|