@gitpod/public-api 0.1.5-platform-artificial-job-ceae6d6621b5b260816d.0 → 0.1.5-platform-artificial-job-32a1f08364355831fb9e.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. package/lib/gitpod/experimental/v1/ide_client_connectweb.d.ts +38 -0
  2. package/lib/gitpod/experimental/v1/ide_client_connectweb.d.ts.map +1 -0
  3. package/lib/gitpod/experimental/v1/ide_client_connectweb.js +45 -0
  4. package/lib/gitpod/experimental/v1/ide_client_connectweb.js.map +1 -0
  5. package/lib/gitpod/experimental/v1/ide_client_pb.d.ts +68 -0
  6. package/lib/gitpod/experimental/v1/ide_client_pb.d.ts.map +1 -0
  7. package/lib/gitpod/experimental/v1/ide_client_pb.js +122 -0
  8. package/lib/gitpod/experimental/v1/ide_client_pb.js.map +1 -0
  9. package/lib/gitpod/experimental/v1/pagination_pb.d.ts +7 -4
  10. package/lib/gitpod/experimental/v1/pagination_pb.d.ts.map +1 -1
  11. package/lib/gitpod/experimental/v1/pagination_pb.js +8 -5
  12. package/lib/gitpod/experimental/v1/pagination_pb.js.map +1 -1
  13. package/lib/gitpod/experimental/v1/projects_connectweb.d.ts +60 -0
  14. package/lib/gitpod/experimental/v1/projects_connectweb.d.ts.map +1 -0
  15. package/lib/gitpod/experimental/v1/projects_connectweb.js +67 -0
  16. package/lib/gitpod/experimental/v1/projects_connectweb.js.map +1 -0
  17. package/lib/gitpod/experimental/v1/projects_pb.d.ts +319 -0
  18. package/lib/gitpod/experimental/v1/projects_pb.d.ts.map +1 -0
  19. package/lib/gitpod/experimental/v1/projects_pb.js +474 -0
  20. package/lib/gitpod/experimental/v1/projects_pb.js.map +1 -0
  21. package/lib/gitpod/experimental/v1/teams_connectweb.d.ts +78 -1
  22. package/lib/gitpod/experimental/v1/teams_connectweb.d.ts.map +1 -1
  23. package/lib/gitpod/experimental/v1/teams_connectweb.js +77 -0
  24. package/lib/gitpod/experimental/v1/teams_connectweb.js.map +1 -1
  25. package/lib/gitpod/experimental/v1/teams_pb.d.ts +279 -1
  26. package/lib/gitpod/experimental/v1/teams_pb.d.ts.map +1 -1
  27. package/lib/gitpod/experimental/v1/teams_pb.js +443 -1
  28. package/lib/gitpod/experimental/v1/teams_pb.js.map +1 -1
  29. package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts +82 -0
  30. package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts.map +1 -0
  31. package/lib/gitpod/experimental/v1/tokens_connectweb.js +89 -0
  32. package/lib/gitpod/experimental/v1/tokens_connectweb.js.map +1 -0
  33. package/lib/gitpod/experimental/v1/tokens_pb.d.ts +299 -0
  34. package/lib/gitpod/experimental/v1/tokens_pb.d.ts.map +1 -0
  35. package/lib/gitpod/experimental/v1/tokens_pb.js +438 -0
  36. package/lib/gitpod/experimental/v1/tokens_pb.js.map +1 -0
  37. package/lib/gitpod/experimental/v1/user_connectweb.d.ts +71 -0
  38. package/lib/gitpod/experimental/v1/user_connectweb.d.ts.map +1 -0
  39. package/lib/gitpod/experimental/v1/user_connectweb.js +78 -0
  40. package/lib/gitpod/experimental/v1/user_connectweb.js.map +1 -0
  41. package/lib/gitpod/experimental/v1/user_pb.d.ts +254 -0
  42. package/lib/gitpod/experimental/v1/user_pb.d.ts.map +1 -0
  43. package/lib/gitpod/experimental/v1/user_pb.js +401 -0
  44. package/lib/gitpod/experimental/v1/user_pb.js.map +1 -0
  45. package/package.json +1 -1
  46. package/pkg-yarn.lock +1 -1
  47. package/provenance-bundle.jsonl +2 -2
@@ -0,0 +1,438 @@
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.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;
9
+ const protobuf_1 = require("@bufbuild/protobuf");
10
+ const pagination_pb_js_1 = require("./pagination_pb.js");
11
+ /**
12
+ * PersonalAccessToken represents details of an access token for personal use.
13
+ *
14
+ * @generated from message gitpod.experimental.v1.PersonalAccessToken
15
+ */
16
+ class PersonalAccessToken extends protobuf_1.Message {
17
+ constructor(data) {
18
+ super();
19
+ /**
20
+ * id is the unique identifier of this token
21
+ * Read only.
22
+ *
23
+ * @generated from field: string id = 1;
24
+ */
25
+ this.id = "";
26
+ /**
27
+ * value is the secret value of the token
28
+ * The value property is only populated when the PersonalAccessToken is first created, and never again.
29
+ * If you you want to compare your existing token, use the hash property
30
+ * Read only.
31
+ *
32
+ * @generated from field: string value = 2;
33
+ */
34
+ this.value = "";
35
+ /**
36
+ * hash is the SHA-512 hash of the token value
37
+ * You can use the hash to compare a token you hold against the one we keep on record by doing `echo -n $TOKEN | sha256sum`.
38
+ * Read only.
39
+ *
40
+ * @generated from field: string hash = 3;
41
+ */
42
+ this.hash = "";
43
+ /**
44
+ * name is the name of the token for humans, set by the user
45
+ *
46
+ * @generated from field: string name = 4;
47
+ */
48
+ this.name = "";
49
+ /**
50
+ * description is the description of the token set by the user
51
+ *
52
+ * @generated from field: string description = 5;
53
+ */
54
+ this.description = "";
55
+ /**
56
+ * scopes are the permission scopes attached to this token.
57
+ * By default, no scopes are attached and therefore no access is granted to this token.
58
+ * Specifying '*' grants all permissions the owner of the token has.
59
+ *
60
+ * @generated from field: repeated string scopes = 7;
61
+ */
62
+ this.scopes = [];
63
+ protobuf_1.proto3.util.initPartial(data, this);
64
+ }
65
+ static fromBinary(bytes, options) {
66
+ return new PersonalAccessToken().fromBinary(bytes, options);
67
+ }
68
+ static fromJson(jsonValue, options) {
69
+ return new PersonalAccessToken().fromJson(jsonValue, options);
70
+ }
71
+ static fromJsonString(jsonString, options) {
72
+ return new PersonalAccessToken().fromJsonString(jsonString, options);
73
+ }
74
+ static equals(a, b) {
75
+ return protobuf_1.proto3.util.equals(PersonalAccessToken, a, b);
76
+ }
77
+ }
78
+ exports.PersonalAccessToken = PersonalAccessToken;
79
+ PersonalAccessToken.runtime = protobuf_1.proto3;
80
+ PersonalAccessToken.typeName = "gitpod.experimental.v1.PersonalAccessToken";
81
+ PersonalAccessToken.fields = protobuf_1.proto3.util.newFieldList(() => [
82
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
83
+ { no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
84
+ { no: 3, name: "hash", kind: "scalar", T: 9 /* ScalarType.STRING */ },
85
+ { no: 4, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
86
+ { no: 5, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
87
+ { no: 6, name: "expiration_time", kind: "message", T: protobuf_1.Timestamp },
88
+ { no: 7, name: "scopes", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
89
+ { no: 8, name: "created_at", kind: "message", T: protobuf_1.Timestamp },
90
+ ]);
91
+ /**
92
+ * @generated from message gitpod.experimental.v1.CreatePersonalAccessTokenRequest
93
+ */
94
+ class CreatePersonalAccessTokenRequest extends protobuf_1.Message {
95
+ constructor(data) {
96
+ super();
97
+ protobuf_1.proto3.util.initPartial(data, this);
98
+ }
99
+ static fromBinary(bytes, options) {
100
+ return new CreatePersonalAccessTokenRequest().fromBinary(bytes, options);
101
+ }
102
+ static fromJson(jsonValue, options) {
103
+ return new CreatePersonalAccessTokenRequest().fromJson(jsonValue, options);
104
+ }
105
+ static fromJsonString(jsonString, options) {
106
+ return new CreatePersonalAccessTokenRequest().fromJsonString(jsonString, options);
107
+ }
108
+ static equals(a, b) {
109
+ return protobuf_1.proto3.util.equals(CreatePersonalAccessTokenRequest, a, b);
110
+ }
111
+ }
112
+ exports.CreatePersonalAccessTokenRequest = CreatePersonalAccessTokenRequest;
113
+ CreatePersonalAccessTokenRequest.runtime = protobuf_1.proto3;
114
+ CreatePersonalAccessTokenRequest.typeName = "gitpod.experimental.v1.CreatePersonalAccessTokenRequest";
115
+ CreatePersonalAccessTokenRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
116
+ { no: 1, name: "token", kind: "message", T: PersonalAccessToken },
117
+ ]);
118
+ /**
119
+ * @generated from message gitpod.experimental.v1.CreatePersonalAccessTokenResponse
120
+ */
121
+ class CreatePersonalAccessTokenResponse extends protobuf_1.Message {
122
+ constructor(data) {
123
+ super();
124
+ protobuf_1.proto3.util.initPartial(data, this);
125
+ }
126
+ static fromBinary(bytes, options) {
127
+ return new CreatePersonalAccessTokenResponse().fromBinary(bytes, options);
128
+ }
129
+ static fromJson(jsonValue, options) {
130
+ return new CreatePersonalAccessTokenResponse().fromJson(jsonValue, options);
131
+ }
132
+ static fromJsonString(jsonString, options) {
133
+ return new CreatePersonalAccessTokenResponse().fromJsonString(jsonString, options);
134
+ }
135
+ static equals(a, b) {
136
+ return protobuf_1.proto3.util.equals(CreatePersonalAccessTokenResponse, a, b);
137
+ }
138
+ }
139
+ exports.CreatePersonalAccessTokenResponse = CreatePersonalAccessTokenResponse;
140
+ CreatePersonalAccessTokenResponse.runtime = protobuf_1.proto3;
141
+ CreatePersonalAccessTokenResponse.typeName = "gitpod.experimental.v1.CreatePersonalAccessTokenResponse";
142
+ CreatePersonalAccessTokenResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
143
+ { no: 1, name: "token", kind: "message", T: PersonalAccessToken },
144
+ ]);
145
+ /**
146
+ * @generated from message gitpod.experimental.v1.GetPersonalAccessTokenRequest
147
+ */
148
+ class GetPersonalAccessTokenRequest extends protobuf_1.Message {
149
+ constructor(data) {
150
+ super();
151
+ /**
152
+ * @generated from field: string id = 1;
153
+ */
154
+ this.id = "";
155
+ protobuf_1.proto3.util.initPartial(data, this);
156
+ }
157
+ static fromBinary(bytes, options) {
158
+ return new GetPersonalAccessTokenRequest().fromBinary(bytes, options);
159
+ }
160
+ static fromJson(jsonValue, options) {
161
+ return new GetPersonalAccessTokenRequest().fromJson(jsonValue, options);
162
+ }
163
+ static fromJsonString(jsonString, options) {
164
+ return new GetPersonalAccessTokenRequest().fromJsonString(jsonString, options);
165
+ }
166
+ static equals(a, b) {
167
+ return protobuf_1.proto3.util.equals(GetPersonalAccessTokenRequest, a, b);
168
+ }
169
+ }
170
+ exports.GetPersonalAccessTokenRequest = GetPersonalAccessTokenRequest;
171
+ GetPersonalAccessTokenRequest.runtime = protobuf_1.proto3;
172
+ GetPersonalAccessTokenRequest.typeName = "gitpod.experimental.v1.GetPersonalAccessTokenRequest";
173
+ GetPersonalAccessTokenRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
174
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
175
+ ]);
176
+ /**
177
+ * @generated from message gitpod.experimental.v1.GetPersonalAccessTokenResponse
178
+ */
179
+ class GetPersonalAccessTokenResponse extends protobuf_1.Message {
180
+ constructor(data) {
181
+ super();
182
+ protobuf_1.proto3.util.initPartial(data, this);
183
+ }
184
+ static fromBinary(bytes, options) {
185
+ return new GetPersonalAccessTokenResponse().fromBinary(bytes, options);
186
+ }
187
+ static fromJson(jsonValue, options) {
188
+ return new GetPersonalAccessTokenResponse().fromJson(jsonValue, options);
189
+ }
190
+ static fromJsonString(jsonString, options) {
191
+ return new GetPersonalAccessTokenResponse().fromJsonString(jsonString, options);
192
+ }
193
+ static equals(a, b) {
194
+ return protobuf_1.proto3.util.equals(GetPersonalAccessTokenResponse, a, b);
195
+ }
196
+ }
197
+ exports.GetPersonalAccessTokenResponse = GetPersonalAccessTokenResponse;
198
+ GetPersonalAccessTokenResponse.runtime = protobuf_1.proto3;
199
+ GetPersonalAccessTokenResponse.typeName = "gitpod.experimental.v1.GetPersonalAccessTokenResponse";
200
+ GetPersonalAccessTokenResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
201
+ { no: 1, name: "token", kind: "message", T: PersonalAccessToken },
202
+ ]);
203
+ /**
204
+ * @generated from message gitpod.experimental.v1.ListPersonalAccessTokensRequest
205
+ */
206
+ class ListPersonalAccessTokensRequest extends protobuf_1.Message {
207
+ constructor(data) {
208
+ super();
209
+ protobuf_1.proto3.util.initPartial(data, this);
210
+ }
211
+ static fromBinary(bytes, options) {
212
+ return new ListPersonalAccessTokensRequest().fromBinary(bytes, options);
213
+ }
214
+ static fromJson(jsonValue, options) {
215
+ return new ListPersonalAccessTokensRequest().fromJson(jsonValue, options);
216
+ }
217
+ static fromJsonString(jsonString, options) {
218
+ return new ListPersonalAccessTokensRequest().fromJsonString(jsonString, options);
219
+ }
220
+ static equals(a, b) {
221
+ return protobuf_1.proto3.util.equals(ListPersonalAccessTokensRequest, a, b);
222
+ }
223
+ }
224
+ exports.ListPersonalAccessTokensRequest = ListPersonalAccessTokensRequest;
225
+ ListPersonalAccessTokensRequest.runtime = protobuf_1.proto3;
226
+ ListPersonalAccessTokensRequest.typeName = "gitpod.experimental.v1.ListPersonalAccessTokensRequest";
227
+ ListPersonalAccessTokensRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
228
+ { no: 1, name: "pagination", kind: "message", T: pagination_pb_js_1.Pagination },
229
+ ]);
230
+ /**
231
+ * @generated from message gitpod.experimental.v1.ListPersonalAccessTokensResponse
232
+ */
233
+ class ListPersonalAccessTokensResponse extends protobuf_1.Message {
234
+ constructor(data) {
235
+ super();
236
+ /**
237
+ * @generated from field: repeated gitpod.experimental.v1.PersonalAccessToken tokens = 1;
238
+ */
239
+ this.tokens = [];
240
+ /**
241
+ * @generated from field: int64 total_results = 2;
242
+ */
243
+ this.totalResults = protobuf_1.protoInt64.zero;
244
+ protobuf_1.proto3.util.initPartial(data, this);
245
+ }
246
+ static fromBinary(bytes, options) {
247
+ return new ListPersonalAccessTokensResponse().fromBinary(bytes, options);
248
+ }
249
+ static fromJson(jsonValue, options) {
250
+ return new ListPersonalAccessTokensResponse().fromJson(jsonValue, options);
251
+ }
252
+ static fromJsonString(jsonString, options) {
253
+ return new ListPersonalAccessTokensResponse().fromJsonString(jsonString, options);
254
+ }
255
+ static equals(a, b) {
256
+ return protobuf_1.proto3.util.equals(ListPersonalAccessTokensResponse, a, b);
257
+ }
258
+ }
259
+ exports.ListPersonalAccessTokensResponse = ListPersonalAccessTokensResponse;
260
+ ListPersonalAccessTokensResponse.runtime = protobuf_1.proto3;
261
+ ListPersonalAccessTokensResponse.typeName = "gitpod.experimental.v1.ListPersonalAccessTokensResponse";
262
+ ListPersonalAccessTokensResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
263
+ { no: 1, name: "tokens", kind: "message", T: PersonalAccessToken, repeated: true },
264
+ { no: 2, name: "total_results", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
265
+ ]);
266
+ /**
267
+ * @generated from message gitpod.experimental.v1.RegeneratePersonalAccessTokenRequest
268
+ */
269
+ class RegeneratePersonalAccessTokenRequest extends protobuf_1.Message {
270
+ constructor(data) {
271
+ super();
272
+ /**
273
+ * id is the ID of the PersonalAccessToken
274
+ *
275
+ * @generated from field: string id = 1;
276
+ */
277
+ this.id = "";
278
+ protobuf_1.proto3.util.initPartial(data, this);
279
+ }
280
+ static fromBinary(bytes, options) {
281
+ return new RegeneratePersonalAccessTokenRequest().fromBinary(bytes, options);
282
+ }
283
+ static fromJson(jsonValue, options) {
284
+ return new RegeneratePersonalAccessTokenRequest().fromJson(jsonValue, options);
285
+ }
286
+ static fromJsonString(jsonString, options) {
287
+ return new RegeneratePersonalAccessTokenRequest().fromJsonString(jsonString, options);
288
+ }
289
+ static equals(a, b) {
290
+ return protobuf_1.proto3.util.equals(RegeneratePersonalAccessTokenRequest, a, b);
291
+ }
292
+ }
293
+ exports.RegeneratePersonalAccessTokenRequest = RegeneratePersonalAccessTokenRequest;
294
+ RegeneratePersonalAccessTokenRequest.runtime = protobuf_1.proto3;
295
+ RegeneratePersonalAccessTokenRequest.typeName = "gitpod.experimental.v1.RegeneratePersonalAccessTokenRequest";
296
+ RegeneratePersonalAccessTokenRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
297
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
298
+ { no: 2, name: "expiration_time", kind: "message", T: protobuf_1.Timestamp },
299
+ ]);
300
+ /**
301
+ * @generated from message gitpod.experimental.v1.RegeneratePersonalAccessTokenResponse
302
+ */
303
+ class RegeneratePersonalAccessTokenResponse extends protobuf_1.Message {
304
+ constructor(data) {
305
+ super();
306
+ protobuf_1.proto3.util.initPartial(data, this);
307
+ }
308
+ static fromBinary(bytes, options) {
309
+ return new RegeneratePersonalAccessTokenResponse().fromBinary(bytes, options);
310
+ }
311
+ static fromJson(jsonValue, options) {
312
+ return new RegeneratePersonalAccessTokenResponse().fromJson(jsonValue, options);
313
+ }
314
+ static fromJsonString(jsonString, options) {
315
+ return new RegeneratePersonalAccessTokenResponse().fromJsonString(jsonString, options);
316
+ }
317
+ static equals(a, b) {
318
+ return protobuf_1.proto3.util.equals(RegeneratePersonalAccessTokenResponse, a, b);
319
+ }
320
+ }
321
+ exports.RegeneratePersonalAccessTokenResponse = RegeneratePersonalAccessTokenResponse;
322
+ RegeneratePersonalAccessTokenResponse.runtime = protobuf_1.proto3;
323
+ RegeneratePersonalAccessTokenResponse.typeName = "gitpod.experimental.v1.RegeneratePersonalAccessTokenResponse";
324
+ RegeneratePersonalAccessTokenResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
325
+ { no: 1, name: "token", kind: "message", T: PersonalAccessToken },
326
+ ]);
327
+ /**
328
+ * @generated from message gitpod.experimental.v1.UpdatePersonalAccessTokenRequest
329
+ */
330
+ class UpdatePersonalAccessTokenRequest extends protobuf_1.Message {
331
+ constructor(data) {
332
+ super();
333
+ protobuf_1.proto3.util.initPartial(data, this);
334
+ }
335
+ static fromBinary(bytes, options) {
336
+ return new UpdatePersonalAccessTokenRequest().fromBinary(bytes, options);
337
+ }
338
+ static fromJson(jsonValue, options) {
339
+ return new UpdatePersonalAccessTokenRequest().fromJson(jsonValue, options);
340
+ }
341
+ static fromJsonString(jsonString, options) {
342
+ return new UpdatePersonalAccessTokenRequest().fromJsonString(jsonString, options);
343
+ }
344
+ static equals(a, b) {
345
+ return protobuf_1.proto3.util.equals(UpdatePersonalAccessTokenRequest, a, b);
346
+ }
347
+ }
348
+ exports.UpdatePersonalAccessTokenRequest = UpdatePersonalAccessTokenRequest;
349
+ UpdatePersonalAccessTokenRequest.runtime = protobuf_1.proto3;
350
+ UpdatePersonalAccessTokenRequest.typeName = "gitpod.experimental.v1.UpdatePersonalAccessTokenRequest";
351
+ UpdatePersonalAccessTokenRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
352
+ { no: 1, name: "token", kind: "message", T: PersonalAccessToken },
353
+ { no: 2, name: "update_mask", kind: "message", T: protobuf_1.FieldMask },
354
+ ]);
355
+ /**
356
+ * @generated from message gitpod.experimental.v1.UpdatePersonalAccessTokenResponse
357
+ */
358
+ class UpdatePersonalAccessTokenResponse extends protobuf_1.Message {
359
+ constructor(data) {
360
+ super();
361
+ protobuf_1.proto3.util.initPartial(data, this);
362
+ }
363
+ static fromBinary(bytes, options) {
364
+ return new UpdatePersonalAccessTokenResponse().fromBinary(bytes, options);
365
+ }
366
+ static fromJson(jsonValue, options) {
367
+ return new UpdatePersonalAccessTokenResponse().fromJson(jsonValue, options);
368
+ }
369
+ static fromJsonString(jsonString, options) {
370
+ return new UpdatePersonalAccessTokenResponse().fromJsonString(jsonString, options);
371
+ }
372
+ static equals(a, b) {
373
+ return protobuf_1.proto3.util.equals(UpdatePersonalAccessTokenResponse, a, b);
374
+ }
375
+ }
376
+ exports.UpdatePersonalAccessTokenResponse = UpdatePersonalAccessTokenResponse;
377
+ UpdatePersonalAccessTokenResponse.runtime = protobuf_1.proto3;
378
+ UpdatePersonalAccessTokenResponse.typeName = "gitpod.experimental.v1.UpdatePersonalAccessTokenResponse";
379
+ UpdatePersonalAccessTokenResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
380
+ { no: 1, name: "token", kind: "message", T: PersonalAccessToken },
381
+ ]);
382
+ /**
383
+ * @generated from message gitpod.experimental.v1.DeletePersonalAccessTokenRequest
384
+ */
385
+ class DeletePersonalAccessTokenRequest extends protobuf_1.Message {
386
+ constructor(data) {
387
+ super();
388
+ /**
389
+ * @generated from field: string id = 1;
390
+ */
391
+ this.id = "";
392
+ protobuf_1.proto3.util.initPartial(data, this);
393
+ }
394
+ static fromBinary(bytes, options) {
395
+ return new DeletePersonalAccessTokenRequest().fromBinary(bytes, options);
396
+ }
397
+ static fromJson(jsonValue, options) {
398
+ return new DeletePersonalAccessTokenRequest().fromJson(jsonValue, options);
399
+ }
400
+ static fromJsonString(jsonString, options) {
401
+ return new DeletePersonalAccessTokenRequest().fromJsonString(jsonString, options);
402
+ }
403
+ static equals(a, b) {
404
+ return protobuf_1.proto3.util.equals(DeletePersonalAccessTokenRequest, a, b);
405
+ }
406
+ }
407
+ exports.DeletePersonalAccessTokenRequest = DeletePersonalAccessTokenRequest;
408
+ DeletePersonalAccessTokenRequest.runtime = protobuf_1.proto3;
409
+ DeletePersonalAccessTokenRequest.typeName = "gitpod.experimental.v1.DeletePersonalAccessTokenRequest";
410
+ DeletePersonalAccessTokenRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
411
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
412
+ ]);
413
+ /**
414
+ * @generated from message gitpod.experimental.v1.DeletePersonalAccessTokenResponse
415
+ */
416
+ class DeletePersonalAccessTokenResponse extends protobuf_1.Message {
417
+ constructor(data) {
418
+ super();
419
+ protobuf_1.proto3.util.initPartial(data, this);
420
+ }
421
+ static fromBinary(bytes, options) {
422
+ return new DeletePersonalAccessTokenResponse().fromBinary(bytes, options);
423
+ }
424
+ static fromJson(jsonValue, options) {
425
+ return new DeletePersonalAccessTokenResponse().fromJson(jsonValue, options);
426
+ }
427
+ static fromJsonString(jsonString, options) {
428
+ return new DeletePersonalAccessTokenResponse().fromJsonString(jsonString, options);
429
+ }
430
+ static equals(a, b) {
431
+ return protobuf_1.proto3.util.equals(DeletePersonalAccessTokenResponse, a, b);
432
+ }
433
+ }
434
+ exports.DeletePersonalAccessTokenResponse = DeletePersonalAccessTokenResponse;
435
+ DeletePersonalAccessTokenResponse.runtime = protobuf_1.proto3;
436
+ DeletePersonalAccessTokenResponse.typeName = "gitpod.experimental.v1.DeletePersonalAccessTokenResponse";
437
+ DeletePersonalAccessTokenResponse.fields = protobuf_1.proto3.util.newFieldList(() => []);
438
+ //# sourceMappingURL=tokens_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tokens_pb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/tokens_pb.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,71 @@
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 { CreateSSHKeyRequest, CreateSSHKeyResponse, DeleteSSHKeyRequest, DeleteSSHKeyResponse, GetAuthenticatedUserRequest, GetAuthenticatedUserResponse, GetSSHKeyRequest, GetSSHKeyResponse, ListSSHKeysRequest, ListSSHKeysResponse } from "./user_pb.js";
7
+ import { MethodKind } from "@bufbuild/protobuf";
8
+ /**
9
+ * @generated from service gitpod.experimental.v1.UserService
10
+ */
11
+ export declare const UserService: {
12
+ readonly typeName: "gitpod.experimental.v1.UserService";
13
+ readonly methods: {
14
+ /**
15
+ * GetAuthenticatedUser gets the user info.
16
+ *
17
+ * @generated from rpc gitpod.experimental.v1.UserService.GetAuthenticatedUser
18
+ */
19
+ readonly getAuthenticatedUser: {
20
+ readonly name: "GetAuthenticatedUser";
21
+ readonly I: typeof GetAuthenticatedUserRequest;
22
+ readonly O: typeof GetAuthenticatedUserResponse;
23
+ readonly kind: MethodKind.Unary;
24
+ };
25
+ /**
26
+ * ListSSHKeys lists the public SSH keys.
27
+ *
28
+ * @generated from rpc gitpod.experimental.v1.UserService.ListSSHKeys
29
+ */
30
+ readonly listSSHKeys: {
31
+ readonly name: "ListSSHKeys";
32
+ readonly I: typeof ListSSHKeysRequest;
33
+ readonly O: typeof ListSSHKeysResponse;
34
+ readonly kind: MethodKind.Unary;
35
+ };
36
+ /**
37
+ * CreateSSHKey adds a public SSH key.
38
+ *
39
+ * @generated from rpc gitpod.experimental.v1.UserService.CreateSSHKey
40
+ */
41
+ readonly createSSHKey: {
42
+ readonly name: "CreateSSHKey";
43
+ readonly I: typeof CreateSSHKeyRequest;
44
+ readonly O: typeof CreateSSHKeyResponse;
45
+ readonly kind: MethodKind.Unary;
46
+ };
47
+ /**
48
+ * GetSSHKey retrieves an ssh key by ID.
49
+ *
50
+ * @generated from rpc gitpod.experimental.v1.UserService.GetSSHKey
51
+ */
52
+ readonly getSSHKey: {
53
+ readonly name: "GetSSHKey";
54
+ readonly I: typeof GetSSHKeyRequest;
55
+ readonly O: typeof GetSSHKeyResponse;
56
+ readonly kind: MethodKind.Unary;
57
+ };
58
+ /**
59
+ * DeleteSSHKey removes a public SSH key.
60
+ *
61
+ * @generated from rpc gitpod.experimental.v1.UserService.DeleteSSHKey
62
+ */
63
+ readonly deleteSSHKey: {
64
+ readonly name: "DeleteSSHKey";
65
+ readonly I: typeof DeleteSSHKeyRequest;
66
+ readonly O: typeof DeleteSSHKeyResponse;
67
+ readonly kind: MethodKind.Unary;
68
+ };
69
+ };
70
+ };
71
+ //# sourceMappingURL=user_connectweb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user_connectweb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/user_connectweb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,EAAC,mBAAmB,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAC3P,OAAO,EAAC,UAAU,EAAC,MAAM,oBAAoB,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,WAAW;;;QAGpB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -0,0 +1,78 @@
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.UserService = void 0;
9
+ // @generated by protoc-gen-connect-web v0.2.1 with parameter "target=ts"
10
+ // @generated from file gitpod/experimental/v1/user.proto (package gitpod.experimental.v1, syntax proto3)
11
+ /* eslint-disable */
12
+ /* @ts-nocheck */
13
+ const user_pb_js_1 = require("./user_pb.js");
14
+ const protobuf_1 = require("@bufbuild/protobuf");
15
+ /**
16
+ * @generated from service gitpod.experimental.v1.UserService
17
+ */
18
+ exports.UserService = {
19
+ typeName: "gitpod.experimental.v1.UserService",
20
+ methods: {
21
+ /**
22
+ * GetAuthenticatedUser gets the user info.
23
+ *
24
+ * @generated from rpc gitpod.experimental.v1.UserService.GetAuthenticatedUser
25
+ */
26
+ getAuthenticatedUser: {
27
+ name: "GetAuthenticatedUser",
28
+ I: user_pb_js_1.GetAuthenticatedUserRequest,
29
+ O: user_pb_js_1.GetAuthenticatedUserResponse,
30
+ kind: protobuf_1.MethodKind.Unary,
31
+ },
32
+ /**
33
+ * ListSSHKeys lists the public SSH keys.
34
+ *
35
+ * @generated from rpc gitpod.experimental.v1.UserService.ListSSHKeys
36
+ */
37
+ listSSHKeys: {
38
+ name: "ListSSHKeys",
39
+ I: user_pb_js_1.ListSSHKeysRequest,
40
+ O: user_pb_js_1.ListSSHKeysResponse,
41
+ kind: protobuf_1.MethodKind.Unary,
42
+ },
43
+ /**
44
+ * CreateSSHKey adds a public SSH key.
45
+ *
46
+ * @generated from rpc gitpod.experimental.v1.UserService.CreateSSHKey
47
+ */
48
+ createSSHKey: {
49
+ name: "CreateSSHKey",
50
+ I: user_pb_js_1.CreateSSHKeyRequest,
51
+ O: user_pb_js_1.CreateSSHKeyResponse,
52
+ kind: protobuf_1.MethodKind.Unary,
53
+ },
54
+ /**
55
+ * GetSSHKey retrieves an ssh key by ID.
56
+ *
57
+ * @generated from rpc gitpod.experimental.v1.UserService.GetSSHKey
58
+ */
59
+ getSSHKey: {
60
+ name: "GetSSHKey",
61
+ I: user_pb_js_1.GetSSHKeyRequest,
62
+ O: user_pb_js_1.GetSSHKeyResponse,
63
+ kind: protobuf_1.MethodKind.Unary,
64
+ },
65
+ /**
66
+ * DeleteSSHKey removes a public SSH key.
67
+ *
68
+ * @generated from rpc gitpod.experimental.v1.UserService.DeleteSSHKey
69
+ */
70
+ deleteSSHKey: {
71
+ name: "DeleteSSHKey",
72
+ I: user_pb_js_1.DeleteSSHKeyRequest,
73
+ O: user_pb_js_1.DeleteSSHKeyResponse,
74
+ kind: protobuf_1.MethodKind.Unary,
75
+ },
76
+ }
77
+ };
78
+ //# sourceMappingURL=user_connectweb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user_connectweb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/user_connectweb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,yEAAyE;AACzE,yGAAyG;AACzG,oBAAoB;AACpB,iBAAiB;AAEjB,6CAA2P;AAC3P,iDAA8C;AAE9C;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,QAAQ,EAAE,oCAAoC;IAC9C,OAAO,EAAE;QACP;;;;WAIG;QACH,oBAAoB,EAAE;YACpB,IAAI,EAAE,sBAAsB;YAC5B,CAAC,EAAE,wCAA2B;YAC9B,CAAC,EAAE,yCAA4B;YAC/B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,WAAW,EAAE;YACX,IAAI,EAAE,aAAa;YACnB,CAAC,EAAE,+BAAkB;YACrB,CAAC,EAAE,gCAAmB;YACtB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,gCAAmB;YACtB,CAAC,EAAE,iCAAoB;YACvB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,SAAS,EAAE;YACT,IAAI,EAAE,WAAW;YACjB,CAAC,EAAE,6BAAgB;YACnB,CAAC,EAAE,8BAAiB;YACpB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,gCAAmB;YACtB,CAAC,EAAE,iCAAoB;YACvB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}