@gitpod/public-api 0.1.5-vn-fix-undefined-context-ref-on-jb-gateway.2 → 0.1.5-wv-add-image-builds-to-dashboard.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) 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/index.d.ts +9 -0
  10. package/lib/gitpod/experimental/v1/index.d.ts.map +1 -0
  11. package/lib/gitpod/experimental/v1/index.js +21 -0
  12. package/lib/gitpod/experimental/v1/index.js.map +1 -0
  13. package/lib/gitpod/experimental/v1/oidc_connectweb.d.ts +71 -0
  14. package/lib/gitpod/experimental/v1/oidc_connectweb.d.ts.map +1 -0
  15. package/lib/gitpod/experimental/v1/oidc_connectweb.js +78 -0
  16. package/lib/gitpod/experimental/v1/oidc_connectweb.js.map +1 -0
  17. package/lib/gitpod/experimental/v1/oidc_pb.d.ts +467 -0
  18. package/lib/gitpod/experimental/v1/oidc_pb.d.ts.map +1 -0
  19. package/lib/gitpod/experimental/v1/oidc_pb.js +658 -0
  20. package/lib/gitpod/experimental/v1/oidc_pb.js.map +1 -0
  21. package/lib/gitpod/experimental/v1/pagination_pb.d.ts +36 -0
  22. package/lib/gitpod/experimental/v1/pagination_pb.d.ts.map +1 -0
  23. package/lib/gitpod/experimental/v1/pagination_pb.js +53 -0
  24. package/lib/gitpod/experimental/v1/pagination_pb.js.map +1 -0
  25. package/lib/gitpod/experimental/v1/projects_connectweb.d.ts +60 -0
  26. package/lib/gitpod/experimental/v1/projects_connectweb.d.ts.map +1 -0
  27. package/lib/gitpod/experimental/v1/projects_connectweb.js +67 -0
  28. package/lib/gitpod/experimental/v1/projects_connectweb.js.map +1 -0
  29. package/lib/gitpod/experimental/v1/projects_pb.d.ts +319 -0
  30. package/lib/gitpod/experimental/v1/projects_pb.d.ts.map +1 -0
  31. package/lib/gitpod/experimental/v1/projects_pb.js +474 -0
  32. package/lib/gitpod/experimental/v1/projects_pb.js.map +1 -0
  33. package/lib/gitpod/experimental/v1/teams_connectweb.d.ts +104 -0
  34. package/lib/gitpod/experimental/v1/teams_connectweb.d.ts.map +1 -0
  35. package/lib/gitpod/experimental/v1/teams_connectweb.js +111 -0
  36. package/lib/gitpod/experimental/v1/teams_connectweb.js.map +1 -0
  37. package/lib/gitpod/experimental/v1/teams_pb.d.ts +433 -0
  38. package/lib/gitpod/experimental/v1/teams_pb.d.ts.map +1 -0
  39. package/lib/gitpod/experimental/v1/teams_pb.js +671 -0
  40. package/lib/gitpod/experimental/v1/teams_pb.js.map +1 -0
  41. package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts +82 -0
  42. package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts.map +1 -0
  43. package/lib/gitpod/experimental/v1/tokens_connectweb.js +89 -0
  44. package/lib/gitpod/experimental/v1/tokens_connectweb.js.map +1 -0
  45. package/lib/gitpod/experimental/v1/tokens_pb.d.ts +285 -0
  46. package/lib/gitpod/experimental/v1/tokens_pb.d.ts.map +1 -0
  47. package/lib/gitpod/experimental/v1/tokens_pb.js +422 -0
  48. package/lib/gitpod/experimental/v1/tokens_pb.js.map +1 -0
  49. package/lib/gitpod/experimental/v1/user_connectweb.d.ts +80 -0
  50. package/lib/gitpod/experimental/v1/user_connectweb.d.ts.map +1 -0
  51. package/lib/gitpod/experimental/v1/user_connectweb.js +87 -0
  52. package/lib/gitpod/experimental/v1/user_connectweb.js.map +1 -0
  53. package/lib/gitpod/experimental/v1/user_pb.d.ts +343 -0
  54. package/lib/gitpod/experimental/v1/user_pb.d.ts.map +1 -0
  55. package/lib/gitpod/experimental/v1/user_pb.js +534 -0
  56. package/lib/gitpod/experimental/v1/user_pb.js.map +1 -0
  57. package/lib/gitpod/experimental/v1/workspace_connectweb.d.ts +43 -0
  58. package/lib/gitpod/experimental/v1/workspace_connectweb.d.ts.map +1 -0
  59. package/lib/gitpod/experimental/v1/workspace_connectweb.js +50 -0
  60. package/lib/gitpod/experimental/v1/workspace_connectweb.js.map +1 -0
  61. package/lib/gitpod/experimental/v1/workspace_pb.d.ts +153 -0
  62. package/lib/gitpod/experimental/v1/workspace_pb.d.ts.map +1 -0
  63. package/lib/gitpod/experimental/v1/workspace_pb.js +254 -0
  64. package/lib/gitpod/experimental/v1/workspace_pb.js.map +1 -0
  65. package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts +107 -0
  66. package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts.map +1 -0
  67. package/lib/gitpod/experimental/v1/workspaces_connectweb.js +114 -0
  68. package/lib/gitpod/experimental/v1/workspaces_connectweb.js.map +1 -0
  69. package/lib/gitpod/experimental/v1/workspaces_pb.d.ts +874 -0
  70. package/lib/gitpod/experimental/v1/workspaces_pb.d.ts.map +1 -0
  71. package/lib/gitpod/experimental/v1/workspaces_pb.js +1235 -0
  72. package/lib/gitpod/experimental/v1/workspaces_pb.js.map +1 -0
  73. package/lib/index.d.ts +7 -0
  74. package/lib/index.d.ts.map +1 -0
  75. package/lib/index.js +10 -0
  76. package/lib/index.js.map +1 -0
  77. package/package.json +9 -11
  78. package/pkg-yarn.lock +5 -5
  79. package/provenance-bundle.jsonl +2 -2
  80. package/lib/gitpod/v1/pagination_grpc_pb.js +0 -7
  81. package/lib/gitpod/v1/pagination_pb.d.ts +0 -36
  82. package/lib/gitpod/v1/pagination_pb.js +0 -206
  83. package/lib/gitpod/v1/prebuilds_grpc_pb.d.ts +0 -95
  84. package/lib/gitpod/v1/prebuilds_grpc_pb.js +0 -161
  85. package/lib/gitpod/v1/prebuilds_pb.d.ts +0 -283
  86. package/lib/gitpod/v1/prebuilds_pb.js +0 -1997
  87. package/lib/gitpod/v1/workspaces_grpc_pb.d.ts +0 -197
  88. package/lib/gitpod/v1/workspaces_grpc_pb.js +0 -368
  89. package/lib/gitpod/v1/workspaces_pb.d.ts +0 -809
  90. package/lib/gitpod/v1/workspaces_pb.js +0 -5975
@@ -0,0 +1,422 @@
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.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
+ * Read only.
30
+ *
31
+ * @generated from field: string value = 2;
32
+ */
33
+ this.value = "";
34
+ /**
35
+ * name is the name of the token for humans, set by the user.
36
+ * Must match regexp ^[a-zA-Z0-9-_ ]{3,63}$
37
+ *
38
+ * @generated from field: string name = 3;
39
+ */
40
+ this.name = "";
41
+ /**
42
+ * scopes are the permission scopes attached to this token.
43
+ * By default, no scopes are attached and therefore no access is granted to this token.
44
+ * Specifying '*' grants all permissions the owner of the token has.
45
+ *
46
+ * @generated from field: repeated string scopes = 5;
47
+ */
48
+ this.scopes = [];
49
+ protobuf_1.proto3.util.initPartial(data, this);
50
+ }
51
+ static fromBinary(bytes, options) {
52
+ return new PersonalAccessToken().fromBinary(bytes, options);
53
+ }
54
+ static fromJson(jsonValue, options) {
55
+ return new PersonalAccessToken().fromJson(jsonValue, options);
56
+ }
57
+ static fromJsonString(jsonString, options) {
58
+ return new PersonalAccessToken().fromJsonString(jsonString, options);
59
+ }
60
+ static equals(a, b) {
61
+ return protobuf_1.proto3.util.equals(PersonalAccessToken, a, b);
62
+ }
63
+ }
64
+ exports.PersonalAccessToken = PersonalAccessToken;
65
+ PersonalAccessToken.runtime = protobuf_1.proto3;
66
+ PersonalAccessToken.typeName = "gitpod.experimental.v1.PersonalAccessToken";
67
+ PersonalAccessToken.fields = protobuf_1.proto3.util.newFieldList(() => [
68
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
69
+ { no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
70
+ { no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
71
+ { no: 4, name: "expiration_time", kind: "message", T: protobuf_1.Timestamp },
72
+ { no: 5, name: "scopes", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
73
+ { no: 6, name: "created_at", kind: "message", T: protobuf_1.Timestamp },
74
+ ]);
75
+ /**
76
+ * @generated from message gitpod.experimental.v1.CreatePersonalAccessTokenRequest
77
+ */
78
+ class CreatePersonalAccessTokenRequest extends protobuf_1.Message {
79
+ constructor(data) {
80
+ super();
81
+ protobuf_1.proto3.util.initPartial(data, this);
82
+ }
83
+ static fromBinary(bytes, options) {
84
+ return new CreatePersonalAccessTokenRequest().fromBinary(bytes, options);
85
+ }
86
+ static fromJson(jsonValue, options) {
87
+ return new CreatePersonalAccessTokenRequest().fromJson(jsonValue, options);
88
+ }
89
+ static fromJsonString(jsonString, options) {
90
+ return new CreatePersonalAccessTokenRequest().fromJsonString(jsonString, options);
91
+ }
92
+ static equals(a, b) {
93
+ return protobuf_1.proto3.util.equals(CreatePersonalAccessTokenRequest, a, b);
94
+ }
95
+ }
96
+ exports.CreatePersonalAccessTokenRequest = CreatePersonalAccessTokenRequest;
97
+ CreatePersonalAccessTokenRequest.runtime = protobuf_1.proto3;
98
+ CreatePersonalAccessTokenRequest.typeName = "gitpod.experimental.v1.CreatePersonalAccessTokenRequest";
99
+ CreatePersonalAccessTokenRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
100
+ { no: 1, name: "token", kind: "message", T: PersonalAccessToken },
101
+ ]);
102
+ /**
103
+ * @generated from message gitpod.experimental.v1.CreatePersonalAccessTokenResponse
104
+ */
105
+ class CreatePersonalAccessTokenResponse extends protobuf_1.Message {
106
+ constructor(data) {
107
+ super();
108
+ protobuf_1.proto3.util.initPartial(data, this);
109
+ }
110
+ static fromBinary(bytes, options) {
111
+ return new CreatePersonalAccessTokenResponse().fromBinary(bytes, options);
112
+ }
113
+ static fromJson(jsonValue, options) {
114
+ return new CreatePersonalAccessTokenResponse().fromJson(jsonValue, options);
115
+ }
116
+ static fromJsonString(jsonString, options) {
117
+ return new CreatePersonalAccessTokenResponse().fromJsonString(jsonString, options);
118
+ }
119
+ static equals(a, b) {
120
+ return protobuf_1.proto3.util.equals(CreatePersonalAccessTokenResponse, a, b);
121
+ }
122
+ }
123
+ exports.CreatePersonalAccessTokenResponse = CreatePersonalAccessTokenResponse;
124
+ CreatePersonalAccessTokenResponse.runtime = protobuf_1.proto3;
125
+ CreatePersonalAccessTokenResponse.typeName = "gitpod.experimental.v1.CreatePersonalAccessTokenResponse";
126
+ CreatePersonalAccessTokenResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
127
+ { no: 1, name: "token", kind: "message", T: PersonalAccessToken },
128
+ ]);
129
+ /**
130
+ * @generated from message gitpod.experimental.v1.GetPersonalAccessTokenRequest
131
+ */
132
+ class GetPersonalAccessTokenRequest extends protobuf_1.Message {
133
+ constructor(data) {
134
+ super();
135
+ /**
136
+ * @generated from field: string id = 1;
137
+ */
138
+ this.id = "";
139
+ protobuf_1.proto3.util.initPartial(data, this);
140
+ }
141
+ static fromBinary(bytes, options) {
142
+ return new GetPersonalAccessTokenRequest().fromBinary(bytes, options);
143
+ }
144
+ static fromJson(jsonValue, options) {
145
+ return new GetPersonalAccessTokenRequest().fromJson(jsonValue, options);
146
+ }
147
+ static fromJsonString(jsonString, options) {
148
+ return new GetPersonalAccessTokenRequest().fromJsonString(jsonString, options);
149
+ }
150
+ static equals(a, b) {
151
+ return protobuf_1.proto3.util.equals(GetPersonalAccessTokenRequest, a, b);
152
+ }
153
+ }
154
+ exports.GetPersonalAccessTokenRequest = GetPersonalAccessTokenRequest;
155
+ GetPersonalAccessTokenRequest.runtime = protobuf_1.proto3;
156
+ GetPersonalAccessTokenRequest.typeName = "gitpod.experimental.v1.GetPersonalAccessTokenRequest";
157
+ GetPersonalAccessTokenRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
158
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
159
+ ]);
160
+ /**
161
+ * @generated from message gitpod.experimental.v1.GetPersonalAccessTokenResponse
162
+ */
163
+ class GetPersonalAccessTokenResponse 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 GetPersonalAccessTokenResponse().fromBinary(bytes, options);
170
+ }
171
+ static fromJson(jsonValue, options) {
172
+ return new GetPersonalAccessTokenResponse().fromJson(jsonValue, options);
173
+ }
174
+ static fromJsonString(jsonString, options) {
175
+ return new GetPersonalAccessTokenResponse().fromJsonString(jsonString, options);
176
+ }
177
+ static equals(a, b) {
178
+ return protobuf_1.proto3.util.equals(GetPersonalAccessTokenResponse, a, b);
179
+ }
180
+ }
181
+ exports.GetPersonalAccessTokenResponse = GetPersonalAccessTokenResponse;
182
+ GetPersonalAccessTokenResponse.runtime = protobuf_1.proto3;
183
+ GetPersonalAccessTokenResponse.typeName = "gitpod.experimental.v1.GetPersonalAccessTokenResponse";
184
+ GetPersonalAccessTokenResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
185
+ { no: 1, name: "token", kind: "message", T: PersonalAccessToken },
186
+ ]);
187
+ /**
188
+ * @generated from message gitpod.experimental.v1.ListPersonalAccessTokensRequest
189
+ */
190
+ class ListPersonalAccessTokensRequest extends protobuf_1.Message {
191
+ constructor(data) {
192
+ super();
193
+ protobuf_1.proto3.util.initPartial(data, this);
194
+ }
195
+ static fromBinary(bytes, options) {
196
+ return new ListPersonalAccessTokensRequest().fromBinary(bytes, options);
197
+ }
198
+ static fromJson(jsonValue, options) {
199
+ return new ListPersonalAccessTokensRequest().fromJson(jsonValue, options);
200
+ }
201
+ static fromJsonString(jsonString, options) {
202
+ return new ListPersonalAccessTokensRequest().fromJsonString(jsonString, options);
203
+ }
204
+ static equals(a, b) {
205
+ return protobuf_1.proto3.util.equals(ListPersonalAccessTokensRequest, a, b);
206
+ }
207
+ }
208
+ exports.ListPersonalAccessTokensRequest = ListPersonalAccessTokensRequest;
209
+ ListPersonalAccessTokensRequest.runtime = protobuf_1.proto3;
210
+ ListPersonalAccessTokensRequest.typeName = "gitpod.experimental.v1.ListPersonalAccessTokensRequest";
211
+ ListPersonalAccessTokensRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
212
+ { no: 1, name: "pagination", kind: "message", T: pagination_pb_js_1.Pagination },
213
+ ]);
214
+ /**
215
+ * @generated from message gitpod.experimental.v1.ListPersonalAccessTokensResponse
216
+ */
217
+ class ListPersonalAccessTokensResponse extends protobuf_1.Message {
218
+ constructor(data) {
219
+ super();
220
+ /**
221
+ * @generated from field: repeated gitpod.experimental.v1.PersonalAccessToken tokens = 1;
222
+ */
223
+ this.tokens = [];
224
+ /**
225
+ * @generated from field: int64 total_results = 2;
226
+ */
227
+ this.totalResults = protobuf_1.protoInt64.zero;
228
+ protobuf_1.proto3.util.initPartial(data, this);
229
+ }
230
+ static fromBinary(bytes, options) {
231
+ return new ListPersonalAccessTokensResponse().fromBinary(bytes, options);
232
+ }
233
+ static fromJson(jsonValue, options) {
234
+ return new ListPersonalAccessTokensResponse().fromJson(jsonValue, options);
235
+ }
236
+ static fromJsonString(jsonString, options) {
237
+ return new ListPersonalAccessTokensResponse().fromJsonString(jsonString, options);
238
+ }
239
+ static equals(a, b) {
240
+ return protobuf_1.proto3.util.equals(ListPersonalAccessTokensResponse, a, b);
241
+ }
242
+ }
243
+ exports.ListPersonalAccessTokensResponse = ListPersonalAccessTokensResponse;
244
+ ListPersonalAccessTokensResponse.runtime = protobuf_1.proto3;
245
+ ListPersonalAccessTokensResponse.typeName = "gitpod.experimental.v1.ListPersonalAccessTokensResponse";
246
+ ListPersonalAccessTokensResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
247
+ { no: 1, name: "tokens", kind: "message", T: PersonalAccessToken, repeated: true },
248
+ { no: 2, name: "total_results", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
249
+ ]);
250
+ /**
251
+ * @generated from message gitpod.experimental.v1.RegeneratePersonalAccessTokenRequest
252
+ */
253
+ class RegeneratePersonalAccessTokenRequest extends protobuf_1.Message {
254
+ constructor(data) {
255
+ super();
256
+ /**
257
+ * id is the ID of the PersonalAccessToken
258
+ *
259
+ * @generated from field: string id = 1;
260
+ */
261
+ this.id = "";
262
+ protobuf_1.proto3.util.initPartial(data, this);
263
+ }
264
+ static fromBinary(bytes, options) {
265
+ return new RegeneratePersonalAccessTokenRequest().fromBinary(bytes, options);
266
+ }
267
+ static fromJson(jsonValue, options) {
268
+ return new RegeneratePersonalAccessTokenRequest().fromJson(jsonValue, options);
269
+ }
270
+ static fromJsonString(jsonString, options) {
271
+ return new RegeneratePersonalAccessTokenRequest().fromJsonString(jsonString, options);
272
+ }
273
+ static equals(a, b) {
274
+ return protobuf_1.proto3.util.equals(RegeneratePersonalAccessTokenRequest, a, b);
275
+ }
276
+ }
277
+ exports.RegeneratePersonalAccessTokenRequest = RegeneratePersonalAccessTokenRequest;
278
+ RegeneratePersonalAccessTokenRequest.runtime = protobuf_1.proto3;
279
+ RegeneratePersonalAccessTokenRequest.typeName = "gitpod.experimental.v1.RegeneratePersonalAccessTokenRequest";
280
+ RegeneratePersonalAccessTokenRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
281
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
282
+ { no: 2, name: "expiration_time", kind: "message", T: protobuf_1.Timestamp },
283
+ ]);
284
+ /**
285
+ * @generated from message gitpod.experimental.v1.RegeneratePersonalAccessTokenResponse
286
+ */
287
+ class RegeneratePersonalAccessTokenResponse extends protobuf_1.Message {
288
+ constructor(data) {
289
+ super();
290
+ protobuf_1.proto3.util.initPartial(data, this);
291
+ }
292
+ static fromBinary(bytes, options) {
293
+ return new RegeneratePersonalAccessTokenResponse().fromBinary(bytes, options);
294
+ }
295
+ static fromJson(jsonValue, options) {
296
+ return new RegeneratePersonalAccessTokenResponse().fromJson(jsonValue, options);
297
+ }
298
+ static fromJsonString(jsonString, options) {
299
+ return new RegeneratePersonalAccessTokenResponse().fromJsonString(jsonString, options);
300
+ }
301
+ static equals(a, b) {
302
+ return protobuf_1.proto3.util.equals(RegeneratePersonalAccessTokenResponse, a, b);
303
+ }
304
+ }
305
+ exports.RegeneratePersonalAccessTokenResponse = RegeneratePersonalAccessTokenResponse;
306
+ RegeneratePersonalAccessTokenResponse.runtime = protobuf_1.proto3;
307
+ RegeneratePersonalAccessTokenResponse.typeName = "gitpod.experimental.v1.RegeneratePersonalAccessTokenResponse";
308
+ RegeneratePersonalAccessTokenResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
309
+ { no: 1, name: "token", kind: "message", T: PersonalAccessToken },
310
+ ]);
311
+ /**
312
+ * @generated from message gitpod.experimental.v1.UpdatePersonalAccessTokenRequest
313
+ */
314
+ class UpdatePersonalAccessTokenRequest extends protobuf_1.Message {
315
+ constructor(data) {
316
+ super();
317
+ protobuf_1.proto3.util.initPartial(data, this);
318
+ }
319
+ static fromBinary(bytes, options) {
320
+ return new UpdatePersonalAccessTokenRequest().fromBinary(bytes, options);
321
+ }
322
+ static fromJson(jsonValue, options) {
323
+ return new UpdatePersonalAccessTokenRequest().fromJson(jsonValue, options);
324
+ }
325
+ static fromJsonString(jsonString, options) {
326
+ return new UpdatePersonalAccessTokenRequest().fromJsonString(jsonString, options);
327
+ }
328
+ static equals(a, b) {
329
+ return protobuf_1.proto3.util.equals(UpdatePersonalAccessTokenRequest, a, b);
330
+ }
331
+ }
332
+ exports.UpdatePersonalAccessTokenRequest = UpdatePersonalAccessTokenRequest;
333
+ UpdatePersonalAccessTokenRequest.runtime = protobuf_1.proto3;
334
+ UpdatePersonalAccessTokenRequest.typeName = "gitpod.experimental.v1.UpdatePersonalAccessTokenRequest";
335
+ UpdatePersonalAccessTokenRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
336
+ { no: 1, name: "token", kind: "message", T: PersonalAccessToken },
337
+ { no: 2, name: "update_mask", kind: "message", T: protobuf_1.FieldMask },
338
+ ]);
339
+ /**
340
+ * @generated from message gitpod.experimental.v1.UpdatePersonalAccessTokenResponse
341
+ */
342
+ class UpdatePersonalAccessTokenResponse extends protobuf_1.Message {
343
+ constructor(data) {
344
+ super();
345
+ protobuf_1.proto3.util.initPartial(data, this);
346
+ }
347
+ static fromBinary(bytes, options) {
348
+ return new UpdatePersonalAccessTokenResponse().fromBinary(bytes, options);
349
+ }
350
+ static fromJson(jsonValue, options) {
351
+ return new UpdatePersonalAccessTokenResponse().fromJson(jsonValue, options);
352
+ }
353
+ static fromJsonString(jsonString, options) {
354
+ return new UpdatePersonalAccessTokenResponse().fromJsonString(jsonString, options);
355
+ }
356
+ static equals(a, b) {
357
+ return protobuf_1.proto3.util.equals(UpdatePersonalAccessTokenResponse, a, b);
358
+ }
359
+ }
360
+ exports.UpdatePersonalAccessTokenResponse = UpdatePersonalAccessTokenResponse;
361
+ UpdatePersonalAccessTokenResponse.runtime = protobuf_1.proto3;
362
+ UpdatePersonalAccessTokenResponse.typeName = "gitpod.experimental.v1.UpdatePersonalAccessTokenResponse";
363
+ UpdatePersonalAccessTokenResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
364
+ { no: 1, name: "token", kind: "message", T: PersonalAccessToken },
365
+ ]);
366
+ /**
367
+ * @generated from message gitpod.experimental.v1.DeletePersonalAccessTokenRequest
368
+ */
369
+ class DeletePersonalAccessTokenRequest extends protobuf_1.Message {
370
+ constructor(data) {
371
+ super();
372
+ /**
373
+ * @generated from field: string id = 1;
374
+ */
375
+ this.id = "";
376
+ protobuf_1.proto3.util.initPartial(data, this);
377
+ }
378
+ static fromBinary(bytes, options) {
379
+ return new DeletePersonalAccessTokenRequest().fromBinary(bytes, options);
380
+ }
381
+ static fromJson(jsonValue, options) {
382
+ return new DeletePersonalAccessTokenRequest().fromJson(jsonValue, options);
383
+ }
384
+ static fromJsonString(jsonString, options) {
385
+ return new DeletePersonalAccessTokenRequest().fromJsonString(jsonString, options);
386
+ }
387
+ static equals(a, b) {
388
+ return protobuf_1.proto3.util.equals(DeletePersonalAccessTokenRequest, a, b);
389
+ }
390
+ }
391
+ exports.DeletePersonalAccessTokenRequest = DeletePersonalAccessTokenRequest;
392
+ DeletePersonalAccessTokenRequest.runtime = protobuf_1.proto3;
393
+ DeletePersonalAccessTokenRequest.typeName = "gitpod.experimental.v1.DeletePersonalAccessTokenRequest";
394
+ DeletePersonalAccessTokenRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
395
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
396
+ ]);
397
+ /**
398
+ * @generated from message gitpod.experimental.v1.DeletePersonalAccessTokenResponse
399
+ */
400
+ class DeletePersonalAccessTokenResponse extends protobuf_1.Message {
401
+ constructor(data) {
402
+ super();
403
+ protobuf_1.proto3.util.initPartial(data, this);
404
+ }
405
+ static fromBinary(bytes, options) {
406
+ return new DeletePersonalAccessTokenResponse().fromBinary(bytes, options);
407
+ }
408
+ static fromJson(jsonValue, options) {
409
+ return new DeletePersonalAccessTokenResponse().fromJson(jsonValue, options);
410
+ }
411
+ static fromJsonString(jsonString, options) {
412
+ return new DeletePersonalAccessTokenResponse().fromJsonString(jsonString, options);
413
+ }
414
+ static equals(a, b) {
415
+ return protobuf_1.proto3.util.equals(DeletePersonalAccessTokenResponse, a, b);
416
+ }
417
+ }
418
+ exports.DeletePersonalAccessTokenResponse = DeletePersonalAccessTokenResponse;
419
+ DeletePersonalAccessTokenResponse.runtime = protobuf_1.proto3;
420
+ DeletePersonalAccessTokenResponse.typeName = "gitpod.experimental.v1.DeletePersonalAccessTokenResponse";
421
+ DeletePersonalAccessTokenResponse.fields = protobuf_1.proto3.util.newFieldList(() => []);
422
+ //# 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,80 @@
1
+ /**
2
+ * Copyright (c) 2023 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, GetGitTokenRequest, GetGitTokenResponse, 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
+ * @generated from rpc gitpod.experimental.v1.UserService.GetGitToken
71
+ */
72
+ readonly getGitToken: {
73
+ readonly name: "GetGitToken";
74
+ readonly I: typeof GetGitTokenRequest;
75
+ readonly O: typeof GetGitTokenResponse;
76
+ readonly kind: MethodKind.Unary;
77
+ };
78
+ };
79
+ };
80
+ //# 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,kBAAkB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACpS,OAAO,EAAC,UAAU,EAAC,MAAM,oBAAoB,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,WAAW;;;QAGpB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;WAEG;;;;;;;;CAQG,CAAC"}
@@ -0,0 +1,87 @@
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.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
+ * @generated from rpc gitpod.experimental.v1.UserService.GetGitToken
78
+ */
79
+ getGitToken: {
80
+ name: "GetGitToken",
81
+ I: user_pb_js_1.GetGitTokenRequest,
82
+ O: user_pb_js_1.GetGitTokenResponse,
83
+ kind: protobuf_1.MethodKind.Unary,
84
+ },
85
+ }
86
+ };
87
+ //# 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,6CAAoS;AACpS,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;QACD;;WAEG;QACH,WAAW,EAAE;YACX,IAAI,EAAE,aAAa;YACnB,CAAC,EAAE,+BAAkB;YACrB,CAAC,EAAE,gCAAmB;YACtB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}