@gitpod/public-api 0.1.5-protected-secrets.1 → 0.1.5-public-api-workspaces-response-instance-statu.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/gitpod/experimental/v1/ide_client_connectweb.d.ts +38 -0
- package/lib/gitpod/experimental/v1/ide_client_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/ide_client_connectweb.js +45 -0
- package/lib/gitpod/experimental/v1/ide_client_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/ide_client_pb.d.ts +68 -0
- package/lib/gitpod/experimental/v1/ide_client_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/ide_client_pb.js +122 -0
- package/lib/gitpod/experimental/v1/ide_client_pb.js.map +1 -0
- 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 +71 -0
- package/lib/gitpod/experimental/v1/oidc_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/oidc_connectweb.js +78 -0
- package/lib/gitpod/experimental/v1/oidc_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/oidc_pb.d.ts +481 -0
- package/lib/gitpod/experimental/v1/oidc_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/oidc_pb.js +676 -0
- package/lib/gitpod/experimental/v1/oidc_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/pagination_pb.d.ts +9 -6
- package/lib/gitpod/experimental/v1/pagination_pb.d.ts.map +1 -1
- package/lib/gitpod/experimental/v1/pagination_pb.js +10 -7
- package/lib/gitpod/experimental/v1/pagination_pb.js.map +1 -1
- package/lib/gitpod/experimental/v1/projects_connectweb.d.ts +60 -0
- package/lib/gitpod/experimental/v1/projects_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/projects_connectweb.js +67 -0
- package/lib/gitpod/experimental/v1/projects_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/projects_pb.d.ts +319 -0
- package/lib/gitpod/experimental/v1/projects_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/projects_pb.js +474 -0
- package/lib/gitpod/experimental/v1/projects_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/teams_connectweb.d.ts +104 -0
- package/lib/gitpod/experimental/v1/teams_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/teams_connectweb.js +111 -0
- package/lib/gitpod/experimental/v1/teams_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/teams_pb.d.ts +433 -0
- package/lib/gitpod/experimental/v1/teams_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/teams_pb.js +671 -0
- package/lib/gitpod/experimental/v1/teams_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts +82 -0
- package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/tokens_connectweb.js +89 -0
- package/lib/gitpod/experimental/v1/tokens_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/tokens_pb.d.ts +285 -0
- package/lib/gitpod/experimental/v1/tokens_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/tokens_pb.js +422 -0
- package/lib/gitpod/experimental/v1/tokens_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/user_connectweb.d.ts +80 -0
- package/lib/gitpod/experimental/v1/user_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/user_connectweb.js +87 -0
- package/lib/gitpod/experimental/v1/user_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/user_pb.d.ts +343 -0
- package/lib/gitpod/experimental/v1/user_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/user_pb.js +534 -0
- package/lib/gitpod/experimental/v1/user_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/workspace_connectweb.d.ts +43 -0
- package/lib/gitpod/experimental/v1/workspace_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/workspace_connectweb.js +50 -0
- package/lib/gitpod/experimental/v1/workspace_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/workspace_pb.d.ts +153 -0
- package/lib/gitpod/experimental/v1/workspace_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/workspace_pb.js +254 -0
- package/lib/gitpod/experimental/v1/workspace_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts +37 -4
- package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts.map +1 -1
- package/lib/gitpod/experimental/v1/workspaces_connectweb.js +36 -3
- package/lib/gitpod/experimental/v1/workspaces_connectweb.js.map +1 -1
- package/lib/gitpod/experimental/v1/workspaces_pb.d.ts +223 -7
- package/lib/gitpod/experimental/v1/workspaces_pb.d.ts.map +1 -1
- package/lib/gitpod/experimental/v1/workspaces_pb.js +348 -10
- package/lib/gitpod/experimental/v1/workspaces_pb.js.map +1 -1
- package/lib/index.d.ts +7 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +10 -0
- package/lib/index.js.map +1 -0
- package/package.json +3 -3
- package/pkg-yarn.lock +1 -1
- package/provenance-bundle.jsonl +2 -2
- package/lib/gitpod/experimental/v1/index.ts +0 -9
- package/lib/gitpod/experimental/v1/pagination_pb.ts +0 -60
- package/lib/gitpod/experimental/v1/workspaces_connectweb.ts +0 -80
- package/lib/gitpod/experimental/v1/workspaces_pb.ts +0 -1219
|
@@ -0,0 +1,534 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
|
|
4
|
+
* Licensed under the GNU Affero General Public License (AGPL).
|
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
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;
|
|
9
|
+
const protobuf_1 = require("@bufbuild/protobuf");
|
|
10
|
+
/**
|
|
11
|
+
* @generated from message gitpod.experimental.v1.User
|
|
12
|
+
*/
|
|
13
|
+
class User extends protobuf_1.Message {
|
|
14
|
+
constructor(data) {
|
|
15
|
+
super();
|
|
16
|
+
/**
|
|
17
|
+
* id is a UUID of the user
|
|
18
|
+
*
|
|
19
|
+
* @generated from field: string id = 1;
|
|
20
|
+
*/
|
|
21
|
+
this.id = "";
|
|
22
|
+
/**
|
|
23
|
+
* name is the username
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: string name = 2;
|
|
26
|
+
*/
|
|
27
|
+
this.name = "";
|
|
28
|
+
/**
|
|
29
|
+
* avatar_url is a link to the user avatar
|
|
30
|
+
*
|
|
31
|
+
* @generated from field: string avatar_url = 3;
|
|
32
|
+
*/
|
|
33
|
+
this.avatarUrl = "";
|
|
34
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
35
|
+
}
|
|
36
|
+
static fromBinary(bytes, options) {
|
|
37
|
+
return new User().fromBinary(bytes, options);
|
|
38
|
+
}
|
|
39
|
+
static fromJson(jsonValue, options) {
|
|
40
|
+
return new User().fromJson(jsonValue, options);
|
|
41
|
+
}
|
|
42
|
+
static fromJsonString(jsonString, options) {
|
|
43
|
+
return new User().fromJsonString(jsonString, options);
|
|
44
|
+
}
|
|
45
|
+
static equals(a, b) {
|
|
46
|
+
return protobuf_1.proto3.util.equals(User, a, b);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
exports.User = User;
|
|
50
|
+
User.runtime = protobuf_1.proto3;
|
|
51
|
+
User.typeName = "gitpod.experimental.v1.User";
|
|
52
|
+
User.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
53
|
+
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
54
|
+
{ no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
55
|
+
{ no: 3, name: "avatar_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
56
|
+
{ no: 5, name: "created_at", kind: "message", T: protobuf_1.Timestamp },
|
|
57
|
+
]);
|
|
58
|
+
/**
|
|
59
|
+
* @generated from message gitpod.experimental.v1.SSHKey
|
|
60
|
+
*/
|
|
61
|
+
class SSHKey extends protobuf_1.Message {
|
|
62
|
+
constructor(data) {
|
|
63
|
+
super();
|
|
64
|
+
/**
|
|
65
|
+
* id is a UUID of the SSH key
|
|
66
|
+
*
|
|
67
|
+
* @generated from field: string id = 1;
|
|
68
|
+
*/
|
|
69
|
+
this.id = "";
|
|
70
|
+
/**
|
|
71
|
+
* name is the name of the SSH key
|
|
72
|
+
*
|
|
73
|
+
* @generated from field: string name = 2;
|
|
74
|
+
*/
|
|
75
|
+
this.name = "";
|
|
76
|
+
/**
|
|
77
|
+
* key is the public SSH key
|
|
78
|
+
*
|
|
79
|
+
* @generated from field: string key = 3;
|
|
80
|
+
*/
|
|
81
|
+
this.key = "";
|
|
82
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
83
|
+
}
|
|
84
|
+
static fromBinary(bytes, options) {
|
|
85
|
+
return new SSHKey().fromBinary(bytes, options);
|
|
86
|
+
}
|
|
87
|
+
static fromJson(jsonValue, options) {
|
|
88
|
+
return new SSHKey().fromJson(jsonValue, options);
|
|
89
|
+
}
|
|
90
|
+
static fromJsonString(jsonString, options) {
|
|
91
|
+
return new SSHKey().fromJsonString(jsonString, options);
|
|
92
|
+
}
|
|
93
|
+
static equals(a, b) {
|
|
94
|
+
return protobuf_1.proto3.util.equals(SSHKey, a, b);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
exports.SSHKey = SSHKey;
|
|
98
|
+
SSHKey.runtime = protobuf_1.proto3;
|
|
99
|
+
SSHKey.typeName = "gitpod.experimental.v1.SSHKey";
|
|
100
|
+
SSHKey.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
101
|
+
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
102
|
+
{ no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
103
|
+
{ no: 3, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
104
|
+
{ no: 4, name: "created_at", kind: "message", T: protobuf_1.Timestamp },
|
|
105
|
+
]);
|
|
106
|
+
/**
|
|
107
|
+
* @generated from message gitpod.experimental.v1.GetAuthenticatedUserRequest
|
|
108
|
+
*/
|
|
109
|
+
class GetAuthenticatedUserRequest extends protobuf_1.Message {
|
|
110
|
+
constructor(data) {
|
|
111
|
+
super();
|
|
112
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
113
|
+
}
|
|
114
|
+
static fromBinary(bytes, options) {
|
|
115
|
+
return new GetAuthenticatedUserRequest().fromBinary(bytes, options);
|
|
116
|
+
}
|
|
117
|
+
static fromJson(jsonValue, options) {
|
|
118
|
+
return new GetAuthenticatedUserRequest().fromJson(jsonValue, options);
|
|
119
|
+
}
|
|
120
|
+
static fromJsonString(jsonString, options) {
|
|
121
|
+
return new GetAuthenticatedUserRequest().fromJsonString(jsonString, options);
|
|
122
|
+
}
|
|
123
|
+
static equals(a, b) {
|
|
124
|
+
return protobuf_1.proto3.util.equals(GetAuthenticatedUserRequest, a, b);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
exports.GetAuthenticatedUserRequest = GetAuthenticatedUserRequest;
|
|
128
|
+
GetAuthenticatedUserRequest.runtime = protobuf_1.proto3;
|
|
129
|
+
GetAuthenticatedUserRequest.typeName = "gitpod.experimental.v1.GetAuthenticatedUserRequest";
|
|
130
|
+
GetAuthenticatedUserRequest.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
|
131
|
+
/**
|
|
132
|
+
* @generated from message gitpod.experimental.v1.GetAuthenticatedUserResponse
|
|
133
|
+
*/
|
|
134
|
+
class GetAuthenticatedUserResponse extends protobuf_1.Message {
|
|
135
|
+
constructor(data) {
|
|
136
|
+
super();
|
|
137
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
138
|
+
}
|
|
139
|
+
static fromBinary(bytes, options) {
|
|
140
|
+
return new GetAuthenticatedUserResponse().fromBinary(bytes, options);
|
|
141
|
+
}
|
|
142
|
+
static fromJson(jsonValue, options) {
|
|
143
|
+
return new GetAuthenticatedUserResponse().fromJson(jsonValue, options);
|
|
144
|
+
}
|
|
145
|
+
static fromJsonString(jsonString, options) {
|
|
146
|
+
return new GetAuthenticatedUserResponse().fromJsonString(jsonString, options);
|
|
147
|
+
}
|
|
148
|
+
static equals(a, b) {
|
|
149
|
+
return protobuf_1.proto3.util.equals(GetAuthenticatedUserResponse, a, b);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
exports.GetAuthenticatedUserResponse = GetAuthenticatedUserResponse;
|
|
153
|
+
GetAuthenticatedUserResponse.runtime = protobuf_1.proto3;
|
|
154
|
+
GetAuthenticatedUserResponse.typeName = "gitpod.experimental.v1.GetAuthenticatedUserResponse";
|
|
155
|
+
GetAuthenticatedUserResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
156
|
+
{ no: 1, name: "user", kind: "message", T: User },
|
|
157
|
+
]);
|
|
158
|
+
/**
|
|
159
|
+
* TODO: pagination options
|
|
160
|
+
*
|
|
161
|
+
* @generated from message gitpod.experimental.v1.ListSSHKeysRequest
|
|
162
|
+
*/
|
|
163
|
+
class ListSSHKeysRequest extends protobuf_1.Message {
|
|
164
|
+
constructor(data) {
|
|
165
|
+
super();
|
|
166
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
167
|
+
}
|
|
168
|
+
static fromBinary(bytes, options) {
|
|
169
|
+
return new ListSSHKeysRequest().fromBinary(bytes, options);
|
|
170
|
+
}
|
|
171
|
+
static fromJson(jsonValue, options) {
|
|
172
|
+
return new ListSSHKeysRequest().fromJson(jsonValue, options);
|
|
173
|
+
}
|
|
174
|
+
static fromJsonString(jsonString, options) {
|
|
175
|
+
return new ListSSHKeysRequest().fromJsonString(jsonString, options);
|
|
176
|
+
}
|
|
177
|
+
static equals(a, b) {
|
|
178
|
+
return protobuf_1.proto3.util.equals(ListSSHKeysRequest, a, b);
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
exports.ListSSHKeysRequest = ListSSHKeysRequest;
|
|
182
|
+
ListSSHKeysRequest.runtime = protobuf_1.proto3;
|
|
183
|
+
ListSSHKeysRequest.typeName = "gitpod.experimental.v1.ListSSHKeysRequest";
|
|
184
|
+
ListSSHKeysRequest.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
|
185
|
+
/**
|
|
186
|
+
* @generated from message gitpod.experimental.v1.ListSSHKeysResponse
|
|
187
|
+
*/
|
|
188
|
+
class ListSSHKeysResponse extends protobuf_1.Message {
|
|
189
|
+
constructor(data) {
|
|
190
|
+
super();
|
|
191
|
+
/**
|
|
192
|
+
* @generated from field: repeated gitpod.experimental.v1.SSHKey keys = 1;
|
|
193
|
+
*/
|
|
194
|
+
this.keys = [];
|
|
195
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
196
|
+
}
|
|
197
|
+
static fromBinary(bytes, options) {
|
|
198
|
+
return new ListSSHKeysResponse().fromBinary(bytes, options);
|
|
199
|
+
}
|
|
200
|
+
static fromJson(jsonValue, options) {
|
|
201
|
+
return new ListSSHKeysResponse().fromJson(jsonValue, options);
|
|
202
|
+
}
|
|
203
|
+
static fromJsonString(jsonString, options) {
|
|
204
|
+
return new ListSSHKeysResponse().fromJsonString(jsonString, options);
|
|
205
|
+
}
|
|
206
|
+
static equals(a, b) {
|
|
207
|
+
return protobuf_1.proto3.util.equals(ListSSHKeysResponse, a, b);
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
exports.ListSSHKeysResponse = ListSSHKeysResponse;
|
|
211
|
+
ListSSHKeysResponse.runtime = protobuf_1.proto3;
|
|
212
|
+
ListSSHKeysResponse.typeName = "gitpod.experimental.v1.ListSSHKeysResponse";
|
|
213
|
+
ListSSHKeysResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
214
|
+
{ no: 1, name: "keys", kind: "message", T: SSHKey, repeated: true },
|
|
215
|
+
]);
|
|
216
|
+
/**
|
|
217
|
+
* @generated from message gitpod.experimental.v1.CreateSSHKeyRequest
|
|
218
|
+
*/
|
|
219
|
+
class CreateSSHKeyRequest extends protobuf_1.Message {
|
|
220
|
+
constructor(data) {
|
|
221
|
+
super();
|
|
222
|
+
/**
|
|
223
|
+
* name is the SSH key name
|
|
224
|
+
*
|
|
225
|
+
* @generated from field: string name = 1;
|
|
226
|
+
*/
|
|
227
|
+
this.name = "";
|
|
228
|
+
/**
|
|
229
|
+
* the public SSH key
|
|
230
|
+
*
|
|
231
|
+
* @generated from field: string key = 2;
|
|
232
|
+
*/
|
|
233
|
+
this.key = "";
|
|
234
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
235
|
+
}
|
|
236
|
+
static fromBinary(bytes, options) {
|
|
237
|
+
return new CreateSSHKeyRequest().fromBinary(bytes, options);
|
|
238
|
+
}
|
|
239
|
+
static fromJson(jsonValue, options) {
|
|
240
|
+
return new CreateSSHKeyRequest().fromJson(jsonValue, options);
|
|
241
|
+
}
|
|
242
|
+
static fromJsonString(jsonString, options) {
|
|
243
|
+
return new CreateSSHKeyRequest().fromJsonString(jsonString, options);
|
|
244
|
+
}
|
|
245
|
+
static equals(a, b) {
|
|
246
|
+
return protobuf_1.proto3.util.equals(CreateSSHKeyRequest, a, b);
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
exports.CreateSSHKeyRequest = CreateSSHKeyRequest;
|
|
250
|
+
CreateSSHKeyRequest.runtime = protobuf_1.proto3;
|
|
251
|
+
CreateSSHKeyRequest.typeName = "gitpod.experimental.v1.CreateSSHKeyRequest";
|
|
252
|
+
CreateSSHKeyRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
253
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
254
|
+
{ no: 2, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
255
|
+
]);
|
|
256
|
+
/**
|
|
257
|
+
* @generated from message gitpod.experimental.v1.CreateSSHKeyResponse
|
|
258
|
+
*/
|
|
259
|
+
class CreateSSHKeyResponse extends protobuf_1.Message {
|
|
260
|
+
constructor(data) {
|
|
261
|
+
super();
|
|
262
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
263
|
+
}
|
|
264
|
+
static fromBinary(bytes, options) {
|
|
265
|
+
return new CreateSSHKeyResponse().fromBinary(bytes, options);
|
|
266
|
+
}
|
|
267
|
+
static fromJson(jsonValue, options) {
|
|
268
|
+
return new CreateSSHKeyResponse().fromJson(jsonValue, options);
|
|
269
|
+
}
|
|
270
|
+
static fromJsonString(jsonString, options) {
|
|
271
|
+
return new CreateSSHKeyResponse().fromJsonString(jsonString, options);
|
|
272
|
+
}
|
|
273
|
+
static equals(a, b) {
|
|
274
|
+
return protobuf_1.proto3.util.equals(CreateSSHKeyResponse, a, b);
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
exports.CreateSSHKeyResponse = CreateSSHKeyResponse;
|
|
278
|
+
CreateSSHKeyResponse.runtime = protobuf_1.proto3;
|
|
279
|
+
CreateSSHKeyResponse.typeName = "gitpod.experimental.v1.CreateSSHKeyResponse";
|
|
280
|
+
CreateSSHKeyResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
281
|
+
{ no: 1, name: "key", kind: "message", T: SSHKey },
|
|
282
|
+
]);
|
|
283
|
+
/**
|
|
284
|
+
* @generated from message gitpod.experimental.v1.GetSSHKeyRequest
|
|
285
|
+
*/
|
|
286
|
+
class GetSSHKeyRequest extends protobuf_1.Message {
|
|
287
|
+
constructor(data) {
|
|
288
|
+
super();
|
|
289
|
+
/**
|
|
290
|
+
* id is the unique identifier of the SSH key to retreive.
|
|
291
|
+
*
|
|
292
|
+
* @generated from field: string key_id = 1;
|
|
293
|
+
*/
|
|
294
|
+
this.keyId = "";
|
|
295
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
296
|
+
}
|
|
297
|
+
static fromBinary(bytes, options) {
|
|
298
|
+
return new GetSSHKeyRequest().fromBinary(bytes, options);
|
|
299
|
+
}
|
|
300
|
+
static fromJson(jsonValue, options) {
|
|
301
|
+
return new GetSSHKeyRequest().fromJson(jsonValue, options);
|
|
302
|
+
}
|
|
303
|
+
static fromJsonString(jsonString, options) {
|
|
304
|
+
return new GetSSHKeyRequest().fromJsonString(jsonString, options);
|
|
305
|
+
}
|
|
306
|
+
static equals(a, b) {
|
|
307
|
+
return protobuf_1.proto3.util.equals(GetSSHKeyRequest, a, b);
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
exports.GetSSHKeyRequest = GetSSHKeyRequest;
|
|
311
|
+
GetSSHKeyRequest.runtime = protobuf_1.proto3;
|
|
312
|
+
GetSSHKeyRequest.typeName = "gitpod.experimental.v1.GetSSHKeyRequest";
|
|
313
|
+
GetSSHKeyRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
314
|
+
{ no: 1, name: "key_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
315
|
+
]);
|
|
316
|
+
/**
|
|
317
|
+
* @generated from message gitpod.experimental.v1.GetSSHKeyResponse
|
|
318
|
+
*/
|
|
319
|
+
class GetSSHKeyResponse extends protobuf_1.Message {
|
|
320
|
+
constructor(data) {
|
|
321
|
+
super();
|
|
322
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
323
|
+
}
|
|
324
|
+
static fromBinary(bytes, options) {
|
|
325
|
+
return new GetSSHKeyResponse().fromBinary(bytes, options);
|
|
326
|
+
}
|
|
327
|
+
static fromJson(jsonValue, options) {
|
|
328
|
+
return new GetSSHKeyResponse().fromJson(jsonValue, options);
|
|
329
|
+
}
|
|
330
|
+
static fromJsonString(jsonString, options) {
|
|
331
|
+
return new GetSSHKeyResponse().fromJsonString(jsonString, options);
|
|
332
|
+
}
|
|
333
|
+
static equals(a, b) {
|
|
334
|
+
return protobuf_1.proto3.util.equals(GetSSHKeyResponse, a, b);
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
exports.GetSSHKeyResponse = GetSSHKeyResponse;
|
|
338
|
+
GetSSHKeyResponse.runtime = protobuf_1.proto3;
|
|
339
|
+
GetSSHKeyResponse.typeName = "gitpod.experimental.v1.GetSSHKeyResponse";
|
|
340
|
+
GetSSHKeyResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
341
|
+
{ no: 1, name: "key", kind: "message", T: SSHKey },
|
|
342
|
+
]);
|
|
343
|
+
/**
|
|
344
|
+
* @generated from message gitpod.experimental.v1.DeleteSSHKeyRequest
|
|
345
|
+
*/
|
|
346
|
+
class DeleteSSHKeyRequest extends protobuf_1.Message {
|
|
347
|
+
constructor(data) {
|
|
348
|
+
super();
|
|
349
|
+
/**
|
|
350
|
+
* id is the unique identifier of the SSH key to retreive.
|
|
351
|
+
*
|
|
352
|
+
* @generated from field: string key_id = 1;
|
|
353
|
+
*/
|
|
354
|
+
this.keyId = "";
|
|
355
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
356
|
+
}
|
|
357
|
+
static fromBinary(bytes, options) {
|
|
358
|
+
return new DeleteSSHKeyRequest().fromBinary(bytes, options);
|
|
359
|
+
}
|
|
360
|
+
static fromJson(jsonValue, options) {
|
|
361
|
+
return new DeleteSSHKeyRequest().fromJson(jsonValue, options);
|
|
362
|
+
}
|
|
363
|
+
static fromJsonString(jsonString, options) {
|
|
364
|
+
return new DeleteSSHKeyRequest().fromJsonString(jsonString, options);
|
|
365
|
+
}
|
|
366
|
+
static equals(a, b) {
|
|
367
|
+
return protobuf_1.proto3.util.equals(DeleteSSHKeyRequest, a, b);
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
exports.DeleteSSHKeyRequest = DeleteSSHKeyRequest;
|
|
371
|
+
DeleteSSHKeyRequest.runtime = protobuf_1.proto3;
|
|
372
|
+
DeleteSSHKeyRequest.typeName = "gitpod.experimental.v1.DeleteSSHKeyRequest";
|
|
373
|
+
DeleteSSHKeyRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
374
|
+
{ no: 1, name: "key_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
375
|
+
]);
|
|
376
|
+
/**
|
|
377
|
+
* @generated from message gitpod.experimental.v1.DeleteSSHKeyResponse
|
|
378
|
+
*/
|
|
379
|
+
class DeleteSSHKeyResponse extends protobuf_1.Message {
|
|
380
|
+
constructor(data) {
|
|
381
|
+
super();
|
|
382
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
383
|
+
}
|
|
384
|
+
static fromBinary(bytes, options) {
|
|
385
|
+
return new DeleteSSHKeyResponse().fromBinary(bytes, options);
|
|
386
|
+
}
|
|
387
|
+
static fromJson(jsonValue, options) {
|
|
388
|
+
return new DeleteSSHKeyResponse().fromJson(jsonValue, options);
|
|
389
|
+
}
|
|
390
|
+
static fromJsonString(jsonString, options) {
|
|
391
|
+
return new DeleteSSHKeyResponse().fromJsonString(jsonString, options);
|
|
392
|
+
}
|
|
393
|
+
static equals(a, b) {
|
|
394
|
+
return protobuf_1.proto3.util.equals(DeleteSSHKeyResponse, a, b);
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
exports.DeleteSSHKeyResponse = DeleteSSHKeyResponse;
|
|
398
|
+
DeleteSSHKeyResponse.runtime = protobuf_1.proto3;
|
|
399
|
+
DeleteSSHKeyResponse.typeName = "gitpod.experimental.v1.DeleteSSHKeyResponse";
|
|
400
|
+
DeleteSSHKeyResponse.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
|
401
|
+
/**
|
|
402
|
+
* @generated from message gitpod.experimental.v1.GetGitTokenRequest
|
|
403
|
+
*/
|
|
404
|
+
class GetGitTokenRequest extends protobuf_1.Message {
|
|
405
|
+
constructor(data) {
|
|
406
|
+
super();
|
|
407
|
+
/**
|
|
408
|
+
* @generated from field: string host = 1;
|
|
409
|
+
*/
|
|
410
|
+
this.host = "";
|
|
411
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
412
|
+
}
|
|
413
|
+
static fromBinary(bytes, options) {
|
|
414
|
+
return new GetGitTokenRequest().fromBinary(bytes, options);
|
|
415
|
+
}
|
|
416
|
+
static fromJson(jsonValue, options) {
|
|
417
|
+
return new GetGitTokenRequest().fromJson(jsonValue, options);
|
|
418
|
+
}
|
|
419
|
+
static fromJsonString(jsonString, options) {
|
|
420
|
+
return new GetGitTokenRequest().fromJsonString(jsonString, options);
|
|
421
|
+
}
|
|
422
|
+
static equals(a, b) {
|
|
423
|
+
return protobuf_1.proto3.util.equals(GetGitTokenRequest, a, b);
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
exports.GetGitTokenRequest = GetGitTokenRequest;
|
|
427
|
+
GetGitTokenRequest.runtime = protobuf_1.proto3;
|
|
428
|
+
GetGitTokenRequest.typeName = "gitpod.experimental.v1.GetGitTokenRequest";
|
|
429
|
+
GetGitTokenRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
430
|
+
{ no: 1, name: "host", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
431
|
+
]);
|
|
432
|
+
/**
|
|
433
|
+
* @generated from message gitpod.experimental.v1.GetGitTokenResponse
|
|
434
|
+
*/
|
|
435
|
+
class GetGitTokenResponse extends protobuf_1.Message {
|
|
436
|
+
constructor(data) {
|
|
437
|
+
super();
|
|
438
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
439
|
+
}
|
|
440
|
+
static fromBinary(bytes, options) {
|
|
441
|
+
return new GetGitTokenResponse().fromBinary(bytes, options);
|
|
442
|
+
}
|
|
443
|
+
static fromJson(jsonValue, options) {
|
|
444
|
+
return new GetGitTokenResponse().fromJson(jsonValue, options);
|
|
445
|
+
}
|
|
446
|
+
static fromJsonString(jsonString, options) {
|
|
447
|
+
return new GetGitTokenResponse().fromJsonString(jsonString, options);
|
|
448
|
+
}
|
|
449
|
+
static equals(a, b) {
|
|
450
|
+
return protobuf_1.proto3.util.equals(GetGitTokenResponse, a, b);
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
exports.GetGitTokenResponse = GetGitTokenResponse;
|
|
454
|
+
GetGitTokenResponse.runtime = protobuf_1.proto3;
|
|
455
|
+
GetGitTokenResponse.typeName = "gitpod.experimental.v1.GetGitTokenResponse";
|
|
456
|
+
GetGitTokenResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
457
|
+
{ no: 1, name: "token", kind: "message", T: GitToken },
|
|
458
|
+
]);
|
|
459
|
+
/**
|
|
460
|
+
* @generated from message gitpod.experimental.v1.GitToken
|
|
461
|
+
*/
|
|
462
|
+
class GitToken extends protobuf_1.Message {
|
|
463
|
+
constructor(data) {
|
|
464
|
+
super();
|
|
465
|
+
/**
|
|
466
|
+
* expiry_date is the date when the token will expire
|
|
467
|
+
*
|
|
468
|
+
* @generated from field: string expiry_date = 1;
|
|
469
|
+
*/
|
|
470
|
+
this.expiryDate = "";
|
|
471
|
+
/**
|
|
472
|
+
* id_token is the unique identifier for the token
|
|
473
|
+
*
|
|
474
|
+
* @generated from field: string id_token = 2;
|
|
475
|
+
*/
|
|
476
|
+
this.idToken = "";
|
|
477
|
+
/**
|
|
478
|
+
* refresh_token is the token used to refresh the git token
|
|
479
|
+
*
|
|
480
|
+
* @generated from field: string refresh_token = 3;
|
|
481
|
+
*/
|
|
482
|
+
this.refreshToken = "";
|
|
483
|
+
/**
|
|
484
|
+
* scopes is a list of permissions associated with the token
|
|
485
|
+
*
|
|
486
|
+
* @generated from field: repeated string scopes = 4;
|
|
487
|
+
*/
|
|
488
|
+
this.scopes = [];
|
|
489
|
+
/**
|
|
490
|
+
* update_date is the date when the token was last updated
|
|
491
|
+
*
|
|
492
|
+
* @generated from field: string update_date = 5;
|
|
493
|
+
*/
|
|
494
|
+
this.updateDate = "";
|
|
495
|
+
/**
|
|
496
|
+
* username is the username associated with the token
|
|
497
|
+
*
|
|
498
|
+
* @generated from field: string username = 6;
|
|
499
|
+
*/
|
|
500
|
+
this.username = "";
|
|
501
|
+
/**
|
|
502
|
+
* value is the actual token value for the token
|
|
503
|
+
*
|
|
504
|
+
* @generated from field: string value = 7;
|
|
505
|
+
*/
|
|
506
|
+
this.value = "";
|
|
507
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
508
|
+
}
|
|
509
|
+
static fromBinary(bytes, options) {
|
|
510
|
+
return new GitToken().fromBinary(bytes, options);
|
|
511
|
+
}
|
|
512
|
+
static fromJson(jsonValue, options) {
|
|
513
|
+
return new GitToken().fromJson(jsonValue, options);
|
|
514
|
+
}
|
|
515
|
+
static fromJsonString(jsonString, options) {
|
|
516
|
+
return new GitToken().fromJsonString(jsonString, options);
|
|
517
|
+
}
|
|
518
|
+
static equals(a, b) {
|
|
519
|
+
return protobuf_1.proto3.util.equals(GitToken, a, b);
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
exports.GitToken = GitToken;
|
|
523
|
+
GitToken.runtime = protobuf_1.proto3;
|
|
524
|
+
GitToken.typeName = "gitpod.experimental.v1.GitToken";
|
|
525
|
+
GitToken.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
526
|
+
{ no: 1, name: "expiry_date", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
527
|
+
{ no: 2, name: "id_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
528
|
+
{ no: 3, name: "refresh_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
529
|
+
{ no: 4, name: "scopes", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
530
|
+
{ no: 5, name: "update_date", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
531
|
+
{ no: 6, name: "username", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
532
|
+
{ no: 7, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
533
|
+
]);
|
|
534
|
+
//# sourceMappingURL=user_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user_pb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/user_pb.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2022 Gitpod GmbH. All rights reserved.
|
|
3
|
+
* Licensed under the GNU Affero General Public License (AGPL).
|
|
4
|
+
* See License.AGPL.txt in the project root for license information.
|
|
5
|
+
*/
|
|
6
|
+
import { GetOpenPortsRequest, GetOpenPortsResponse, InstanceUpdatesRequest, InstanceUpdatesResponse, OpenPortRequest, OpenPortResponse } from "./workspace_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
/**
|
|
9
|
+
* @generated from service gitpod.experimental.v1.WorkspaceService
|
|
10
|
+
*/
|
|
11
|
+
export declare const WorkspaceService: {
|
|
12
|
+
readonly typeName: "gitpod.experimental.v1.WorkspaceService";
|
|
13
|
+
readonly methods: {
|
|
14
|
+
/**
|
|
15
|
+
* @generated from rpc gitpod.experimental.v1.WorkspaceService.OpenPort
|
|
16
|
+
*/
|
|
17
|
+
readonly openPort: {
|
|
18
|
+
readonly name: "OpenPort";
|
|
19
|
+
readonly I: typeof OpenPortRequest;
|
|
20
|
+
readonly O: typeof OpenPortResponse;
|
|
21
|
+
readonly kind: MethodKind.Unary;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* @generated from rpc gitpod.experimental.v1.WorkspaceService.GetOpenPorts
|
|
25
|
+
*/
|
|
26
|
+
readonly getOpenPorts: {
|
|
27
|
+
readonly name: "GetOpenPorts";
|
|
28
|
+
readonly I: typeof GetOpenPortsRequest;
|
|
29
|
+
readonly O: typeof GetOpenPortsResponse;
|
|
30
|
+
readonly kind: MethodKind.Unary;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* @generated from rpc gitpod.experimental.v1.WorkspaceService.InstanceUpdates
|
|
34
|
+
*/
|
|
35
|
+
readonly instanceUpdates: {
|
|
36
|
+
readonly name: "InstanceUpdates";
|
|
37
|
+
readonly I: typeof InstanceUpdatesRequest;
|
|
38
|
+
readonly O: typeof InstanceUpdatesResponse;
|
|
39
|
+
readonly kind: MethodKind.Unary;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=workspace_connectweb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Copyright (c) 2022 Gitpod GmbH. All rights reserved.
|
|
4
|
+
* Licensed under the GNU Affero General Public License (AGPL).
|
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.WorkspaceService = void 0;
|
|
9
|
+
// @generated by protoc-gen-connect-web v0.2.1 with parameter "target=ts"
|
|
10
|
+
// @generated from file gitpod/experimental/v1/workspace.proto (package gitpod.experimental.v1, syntax proto3)
|
|
11
|
+
/* eslint-disable */
|
|
12
|
+
/* @ts-nocheck */
|
|
13
|
+
const workspace_pb_js_1 = require("./workspace_pb.js");
|
|
14
|
+
const protobuf_1 = require("@bufbuild/protobuf");
|
|
15
|
+
/**
|
|
16
|
+
* @generated from service gitpod.experimental.v1.WorkspaceService
|
|
17
|
+
*/
|
|
18
|
+
exports.WorkspaceService = {
|
|
19
|
+
typeName: "gitpod.experimental.v1.WorkspaceService",
|
|
20
|
+
methods: {
|
|
21
|
+
/**
|
|
22
|
+
* @generated from rpc gitpod.experimental.v1.WorkspaceService.OpenPort
|
|
23
|
+
*/
|
|
24
|
+
openPort: {
|
|
25
|
+
name: "OpenPort",
|
|
26
|
+
I: workspace_pb_js_1.OpenPortRequest,
|
|
27
|
+
O: workspace_pb_js_1.OpenPortResponse,
|
|
28
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
29
|
+
},
|
|
30
|
+
/**
|
|
31
|
+
* @generated from rpc gitpod.experimental.v1.WorkspaceService.GetOpenPorts
|
|
32
|
+
*/
|
|
33
|
+
getOpenPorts: {
|
|
34
|
+
name: "GetOpenPorts",
|
|
35
|
+
I: workspace_pb_js_1.GetOpenPortsRequest,
|
|
36
|
+
O: workspace_pb_js_1.GetOpenPortsResponse,
|
|
37
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
38
|
+
},
|
|
39
|
+
/**
|
|
40
|
+
* @generated from rpc gitpod.experimental.v1.WorkspaceService.InstanceUpdates
|
|
41
|
+
*/
|
|
42
|
+
instanceUpdates: {
|
|
43
|
+
name: "InstanceUpdates",
|
|
44
|
+
I: workspace_pb_js_1.InstanceUpdatesRequest,
|
|
45
|
+
O: workspace_pb_js_1.InstanceUpdatesResponse,
|
|
46
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
};
|
|
50
|
+
//# sourceMappingURL=workspace_connectweb.js.map
|
|
@@ -0,0 +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,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"}
|