@gitpod/public-api 0.1.5-platform-artificial-job-07ce983dd230894e9c63.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,89 @@
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.TokensService = void 0;
9
+ // @generated by protoc-gen-connect-web v0.2.1 with parameter "target=ts"
10
+ // @generated from file gitpod/experimental/v1/tokens.proto (package gitpod.experimental.v1, syntax proto3)
11
+ /* eslint-disable */
12
+ /* @ts-nocheck */
13
+ const tokens_pb_js_1 = require("./tokens_pb.js");
14
+ const protobuf_1 = require("@bufbuild/protobuf");
15
+ /**
16
+ * @generated from service gitpod.experimental.v1.TokensService
17
+ */
18
+ exports.TokensService = {
19
+ typeName: "gitpod.experimental.v1.TokensService",
20
+ methods: {
21
+ /**
22
+ * CreatePersonalAccessTokenRequest creates a new token.
23
+ *
24
+ * @generated from rpc gitpod.experimental.v1.TokensService.CreatePersonalAccessToken
25
+ */
26
+ createPersonalAccessToken: {
27
+ name: "CreatePersonalAccessToken",
28
+ I: tokens_pb_js_1.CreatePersonalAccessTokenRequest,
29
+ O: tokens_pb_js_1.CreatePersonalAccessTokenResponse,
30
+ kind: protobuf_1.MethodKind.Unary,
31
+ },
32
+ /**
33
+ * ListPersonalAccessTokens returns token by ID.
34
+ *
35
+ * @generated from rpc gitpod.experimental.v1.TokensService.GetPersonalAccessToken
36
+ */
37
+ getPersonalAccessToken: {
38
+ name: "GetPersonalAccessToken",
39
+ I: tokens_pb_js_1.GetPersonalAccessTokenRequest,
40
+ O: tokens_pb_js_1.GetPersonalAccessTokenResponse,
41
+ kind: protobuf_1.MethodKind.Unary,
42
+ },
43
+ /**
44
+ * ListPersonalAccessTokens returns a list of tokens.
45
+ *
46
+ * @generated from rpc gitpod.experimental.v1.TokensService.ListPersonalAccessTokens
47
+ */
48
+ listPersonalAccessTokens: {
49
+ name: "ListPersonalAccessTokens",
50
+ I: tokens_pb_js_1.ListPersonalAccessTokensRequest,
51
+ O: tokens_pb_js_1.ListPersonalAccessTokensResponse,
52
+ kind: protobuf_1.MethodKind.Unary,
53
+ },
54
+ /**
55
+ * RegeneratePersonalAccessToken generates a new token and replaces the previous one.
56
+ *
57
+ * @generated from rpc gitpod.experimental.v1.TokensService.RegeneratePersonalAccessToken
58
+ */
59
+ regeneratePersonalAccessToken: {
60
+ name: "RegeneratePersonalAccessToken",
61
+ I: tokens_pb_js_1.RegeneratePersonalAccessTokenRequest,
62
+ O: tokens_pb_js_1.RegeneratePersonalAccessTokenResponse,
63
+ kind: protobuf_1.MethodKind.Unary,
64
+ },
65
+ /**
66
+ * UpdatePersonalAccessToken updates writable properties of a PersonalAccessToken.
67
+ *
68
+ * @generated from rpc gitpod.experimental.v1.TokensService.UpdatePersonalAccessToken
69
+ */
70
+ updatePersonalAccessToken: {
71
+ name: "UpdatePersonalAccessToken",
72
+ I: tokens_pb_js_1.UpdatePersonalAccessTokenRequest,
73
+ O: tokens_pb_js_1.UpdatePersonalAccessTokenResponse,
74
+ kind: protobuf_1.MethodKind.Unary,
75
+ },
76
+ /**
77
+ * DeletePersonalAccessToken removes token by ID.
78
+ *
79
+ * @generated from rpc gitpod.experimental.v1.TokensService.DeletePersonalAccessToken
80
+ */
81
+ deletePersonalAccessToken: {
82
+ name: "DeletePersonalAccessToken",
83
+ I: tokens_pb_js_1.DeletePersonalAccessTokenRequest,
84
+ O: tokens_pb_js_1.DeletePersonalAccessTokenResponse,
85
+ kind: protobuf_1.MethodKind.Unary,
86
+ },
87
+ }
88
+ };
89
+ //# sourceMappingURL=tokens_connectweb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tokens_connectweb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/tokens_connectweb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,yEAAyE;AACzE,2GAA2G;AAC3G,oBAAoB;AACpB,iBAAiB;AAEjB,iDAA4b;AAC5b,iDAA8C;AAE9C;;GAEG;AACU,QAAA,aAAa,GAAG;IAC3B,QAAQ,EAAE,sCAAsC;IAChD,OAAO,EAAE;QACP;;;;WAIG;QACH,yBAAyB,EAAE;YACzB,IAAI,EAAE,2BAA2B;YACjC,CAAC,EAAE,+CAAgC;YACnC,CAAC,EAAE,gDAAiC;YACpC,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,sBAAsB,EAAE;YACtB,IAAI,EAAE,wBAAwB;YAC9B,CAAC,EAAE,4CAA6B;YAChC,CAAC,EAAE,6CAA8B;YACjC,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,wBAAwB,EAAE;YACxB,IAAI,EAAE,0BAA0B;YAChC,CAAC,EAAE,8CAA+B;YAClC,CAAC,EAAE,+CAAgC;YACnC,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,6BAA6B,EAAE;YAC7B,IAAI,EAAE,+BAA+B;YACrC,CAAC,EAAE,mDAAoC;YACvC,CAAC,EAAE,oDAAqC;YACxC,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,yBAAyB,EAAE;YACzB,IAAI,EAAE,2BAA2B;YACjC,CAAC,EAAE,+CAAgC;YACnC,CAAC,EAAE,gDAAiC;YACpC,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,yBAAyB,EAAE;YACzB,IAAI,EAAE,2BAA2B;YACjC,CAAC,EAAE,+CAAgC;YACnC,CAAC,EAAE,gDAAiC;YACpC,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -0,0 +1,299 @@
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 type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7
+ import { FieldMask, Message, Timestamp } from "@bufbuild/protobuf";
8
+ import { Pagination } from "./pagination_pb.js";
9
+ /**
10
+ * PersonalAccessToken represents details of an access token for personal use.
11
+ *
12
+ * @generated from message gitpod.experimental.v1.PersonalAccessToken
13
+ */
14
+ export declare class PersonalAccessToken extends Message<PersonalAccessToken> {
15
+ /**
16
+ * id is the unique identifier of this token
17
+ * Read only.
18
+ *
19
+ * @generated from field: string id = 1;
20
+ */
21
+ id: string;
22
+ /**
23
+ * value is the secret value of the token
24
+ * The value property is only populated when the PersonalAccessToken is first created, and never again.
25
+ * If you you want to compare your existing token, use the hash property
26
+ * Read only.
27
+ *
28
+ * @generated from field: string value = 2;
29
+ */
30
+ value: string;
31
+ /**
32
+ * hash is the SHA-512 hash of the token value
33
+ * You can use the hash to compare a token you hold against the one we keep on record by doing `echo -n $TOKEN | sha256sum`.
34
+ * Read only.
35
+ *
36
+ * @generated from field: string hash = 3;
37
+ */
38
+ hash: string;
39
+ /**
40
+ * name is the name of the token for humans, set by the user
41
+ *
42
+ * @generated from field: string name = 4;
43
+ */
44
+ name: string;
45
+ /**
46
+ * description is the description of the token set by the user
47
+ *
48
+ * @generated from field: string description = 5;
49
+ */
50
+ description: string;
51
+ /**
52
+ * expiration_time is the time when the token expires
53
+ * Read only.
54
+ *
55
+ * @generated from field: google.protobuf.Timestamp expiration_time = 6;
56
+ */
57
+ expirationTime?: Timestamp;
58
+ /**
59
+ * scopes are the permission scopes attached to this token.
60
+ * By default, no scopes are attached and therefore no access is granted to this token.
61
+ * Specifying '*' grants all permissions the owner of the token has.
62
+ *
63
+ * @generated from field: repeated string scopes = 7;
64
+ */
65
+ scopes: string[];
66
+ /**
67
+ * created_time is the time when the token was first created.
68
+ *
69
+ * @generated from field: google.protobuf.Timestamp created_at = 8;
70
+ */
71
+ createdAt?: Timestamp;
72
+ constructor(data?: PartialMessage<PersonalAccessToken>);
73
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
74
+ static readonly typeName = "gitpod.experimental.v1.PersonalAccessToken";
75
+ static readonly fields: FieldList;
76
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PersonalAccessToken;
77
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PersonalAccessToken;
78
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PersonalAccessToken;
79
+ static equals(a: PersonalAccessToken | PlainMessage<PersonalAccessToken> | undefined, b: PersonalAccessToken | PlainMessage<PersonalAccessToken> | undefined): boolean;
80
+ }
81
+ /**
82
+ * @generated from message gitpod.experimental.v1.CreatePersonalAccessTokenRequest
83
+ */
84
+ export declare class CreatePersonalAccessTokenRequest extends Message<CreatePersonalAccessTokenRequest> {
85
+ /**
86
+ * @generated from field: gitpod.experimental.v1.PersonalAccessToken token = 1;
87
+ */
88
+ token?: PersonalAccessToken;
89
+ constructor(data?: PartialMessage<CreatePersonalAccessTokenRequest>);
90
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
91
+ static readonly typeName = "gitpod.experimental.v1.CreatePersonalAccessTokenRequest";
92
+ static readonly fields: FieldList;
93
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreatePersonalAccessTokenRequest;
94
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreatePersonalAccessTokenRequest;
95
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreatePersonalAccessTokenRequest;
96
+ static equals(a: CreatePersonalAccessTokenRequest | PlainMessage<CreatePersonalAccessTokenRequest> | undefined, b: CreatePersonalAccessTokenRequest | PlainMessage<CreatePersonalAccessTokenRequest> | undefined): boolean;
97
+ }
98
+ /**
99
+ * @generated from message gitpod.experimental.v1.CreatePersonalAccessTokenResponse
100
+ */
101
+ export declare class CreatePersonalAccessTokenResponse extends Message<CreatePersonalAccessTokenResponse> {
102
+ /**
103
+ * @generated from field: gitpod.experimental.v1.PersonalAccessToken token = 1;
104
+ */
105
+ token?: PersonalAccessToken;
106
+ constructor(data?: PartialMessage<CreatePersonalAccessTokenResponse>);
107
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
108
+ static readonly typeName = "gitpod.experimental.v1.CreatePersonalAccessTokenResponse";
109
+ static readonly fields: FieldList;
110
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreatePersonalAccessTokenResponse;
111
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreatePersonalAccessTokenResponse;
112
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreatePersonalAccessTokenResponse;
113
+ static equals(a: CreatePersonalAccessTokenResponse | PlainMessage<CreatePersonalAccessTokenResponse> | undefined, b: CreatePersonalAccessTokenResponse | PlainMessage<CreatePersonalAccessTokenResponse> | undefined): boolean;
114
+ }
115
+ /**
116
+ * @generated from message gitpod.experimental.v1.GetPersonalAccessTokenRequest
117
+ */
118
+ export declare class GetPersonalAccessTokenRequest extends Message<GetPersonalAccessTokenRequest> {
119
+ /**
120
+ * @generated from field: string id = 1;
121
+ */
122
+ id: string;
123
+ constructor(data?: PartialMessage<GetPersonalAccessTokenRequest>);
124
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
125
+ static readonly typeName = "gitpod.experimental.v1.GetPersonalAccessTokenRequest";
126
+ static readonly fields: FieldList;
127
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPersonalAccessTokenRequest;
128
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPersonalAccessTokenRequest;
129
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPersonalAccessTokenRequest;
130
+ static equals(a: GetPersonalAccessTokenRequest | PlainMessage<GetPersonalAccessTokenRequest> | undefined, b: GetPersonalAccessTokenRequest | PlainMessage<GetPersonalAccessTokenRequest> | undefined): boolean;
131
+ }
132
+ /**
133
+ * @generated from message gitpod.experimental.v1.GetPersonalAccessTokenResponse
134
+ */
135
+ export declare class GetPersonalAccessTokenResponse extends Message<GetPersonalAccessTokenResponse> {
136
+ /**
137
+ * @generated from field: gitpod.experimental.v1.PersonalAccessToken token = 1;
138
+ */
139
+ token?: PersonalAccessToken;
140
+ constructor(data?: PartialMessage<GetPersonalAccessTokenResponse>);
141
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
142
+ static readonly typeName = "gitpod.experimental.v1.GetPersonalAccessTokenResponse";
143
+ static readonly fields: FieldList;
144
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPersonalAccessTokenResponse;
145
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPersonalAccessTokenResponse;
146
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPersonalAccessTokenResponse;
147
+ static equals(a: GetPersonalAccessTokenResponse | PlainMessage<GetPersonalAccessTokenResponse> | undefined, b: GetPersonalAccessTokenResponse | PlainMessage<GetPersonalAccessTokenResponse> | undefined): boolean;
148
+ }
149
+ /**
150
+ * @generated from message gitpod.experimental.v1.ListPersonalAccessTokensRequest
151
+ */
152
+ export declare class ListPersonalAccessTokensRequest extends Message<ListPersonalAccessTokensRequest> {
153
+ /**
154
+ * Page information
155
+ *
156
+ * @generated from field: gitpod.experimental.v1.Pagination pagination = 1;
157
+ */
158
+ pagination?: Pagination;
159
+ constructor(data?: PartialMessage<ListPersonalAccessTokensRequest>);
160
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
161
+ static readonly typeName = "gitpod.experimental.v1.ListPersonalAccessTokensRequest";
162
+ static readonly fields: FieldList;
163
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListPersonalAccessTokensRequest;
164
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListPersonalAccessTokensRequest;
165
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListPersonalAccessTokensRequest;
166
+ static equals(a: ListPersonalAccessTokensRequest | PlainMessage<ListPersonalAccessTokensRequest> | undefined, b: ListPersonalAccessTokensRequest | PlainMessage<ListPersonalAccessTokensRequest> | undefined): boolean;
167
+ }
168
+ /**
169
+ * @generated from message gitpod.experimental.v1.ListPersonalAccessTokensResponse
170
+ */
171
+ export declare class ListPersonalAccessTokensResponse extends Message<ListPersonalAccessTokensResponse> {
172
+ /**
173
+ * @generated from field: repeated gitpod.experimental.v1.PersonalAccessToken tokens = 1;
174
+ */
175
+ tokens: PersonalAccessToken[];
176
+ /**
177
+ * @generated from field: int64 total_results = 2;
178
+ */
179
+ totalResults: bigint;
180
+ constructor(data?: PartialMessage<ListPersonalAccessTokensResponse>);
181
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
182
+ static readonly typeName = "gitpod.experimental.v1.ListPersonalAccessTokensResponse";
183
+ static readonly fields: FieldList;
184
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListPersonalAccessTokensResponse;
185
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListPersonalAccessTokensResponse;
186
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListPersonalAccessTokensResponse;
187
+ static equals(a: ListPersonalAccessTokensResponse | PlainMessage<ListPersonalAccessTokensResponse> | undefined, b: ListPersonalAccessTokensResponse | PlainMessage<ListPersonalAccessTokensResponse> | undefined): boolean;
188
+ }
189
+ /**
190
+ * @generated from message gitpod.experimental.v1.RegeneratePersonalAccessTokenRequest
191
+ */
192
+ export declare class RegeneratePersonalAccessTokenRequest extends Message<RegeneratePersonalAccessTokenRequest> {
193
+ /**
194
+ * id is the ID of the PersonalAccessToken
195
+ *
196
+ * @generated from field: string id = 1;
197
+ */
198
+ id: string;
199
+ /**
200
+ * expiration time is the time when the new token should expire
201
+ *
202
+ * @generated from field: google.protobuf.Timestamp expiration_time = 2;
203
+ */
204
+ expirationTime?: Timestamp;
205
+ constructor(data?: PartialMessage<RegeneratePersonalAccessTokenRequest>);
206
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
207
+ static readonly typeName = "gitpod.experimental.v1.RegeneratePersonalAccessTokenRequest";
208
+ static readonly fields: FieldList;
209
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RegeneratePersonalAccessTokenRequest;
210
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RegeneratePersonalAccessTokenRequest;
211
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RegeneratePersonalAccessTokenRequest;
212
+ static equals(a: RegeneratePersonalAccessTokenRequest | PlainMessage<RegeneratePersonalAccessTokenRequest> | undefined, b: RegeneratePersonalAccessTokenRequest | PlainMessage<RegeneratePersonalAccessTokenRequest> | undefined): boolean;
213
+ }
214
+ /**
215
+ * @generated from message gitpod.experimental.v1.RegeneratePersonalAccessTokenResponse
216
+ */
217
+ export declare class RegeneratePersonalAccessTokenResponse extends Message<RegeneratePersonalAccessTokenResponse> {
218
+ /**
219
+ * @generated from field: gitpod.experimental.v1.PersonalAccessToken token = 1;
220
+ */
221
+ token?: PersonalAccessToken;
222
+ constructor(data?: PartialMessage<RegeneratePersonalAccessTokenResponse>);
223
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
224
+ static readonly typeName = "gitpod.experimental.v1.RegeneratePersonalAccessTokenResponse";
225
+ static readonly fields: FieldList;
226
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RegeneratePersonalAccessTokenResponse;
227
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RegeneratePersonalAccessTokenResponse;
228
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RegeneratePersonalAccessTokenResponse;
229
+ static equals(a: RegeneratePersonalAccessTokenResponse | PlainMessage<RegeneratePersonalAccessTokenResponse> | undefined, b: RegeneratePersonalAccessTokenResponse | PlainMessage<RegeneratePersonalAccessTokenResponse> | undefined): boolean;
230
+ }
231
+ /**
232
+ * @generated from message gitpod.experimental.v1.UpdatePersonalAccessTokenRequest
233
+ */
234
+ export declare class UpdatePersonalAccessTokenRequest extends Message<UpdatePersonalAccessTokenRequest> {
235
+ /**
236
+ * @generated from field: gitpod.experimental.v1.PersonalAccessToken token = 1;
237
+ */
238
+ token?: PersonalAccessToken;
239
+ /**
240
+ * @generated from field: google.protobuf.FieldMask update_mask = 2;
241
+ */
242
+ updateMask?: FieldMask;
243
+ constructor(data?: PartialMessage<UpdatePersonalAccessTokenRequest>);
244
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
245
+ static readonly typeName = "gitpod.experimental.v1.UpdatePersonalAccessTokenRequest";
246
+ static readonly fields: FieldList;
247
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdatePersonalAccessTokenRequest;
248
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdatePersonalAccessTokenRequest;
249
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdatePersonalAccessTokenRequest;
250
+ static equals(a: UpdatePersonalAccessTokenRequest | PlainMessage<UpdatePersonalAccessTokenRequest> | undefined, b: UpdatePersonalAccessTokenRequest | PlainMessage<UpdatePersonalAccessTokenRequest> | undefined): boolean;
251
+ }
252
+ /**
253
+ * @generated from message gitpod.experimental.v1.UpdatePersonalAccessTokenResponse
254
+ */
255
+ export declare class UpdatePersonalAccessTokenResponse extends Message<UpdatePersonalAccessTokenResponse> {
256
+ /**
257
+ * @generated from field: gitpod.experimental.v1.PersonalAccessToken token = 1;
258
+ */
259
+ token?: PersonalAccessToken;
260
+ constructor(data?: PartialMessage<UpdatePersonalAccessTokenResponse>);
261
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
262
+ static readonly typeName = "gitpod.experimental.v1.UpdatePersonalAccessTokenResponse";
263
+ static readonly fields: FieldList;
264
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdatePersonalAccessTokenResponse;
265
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdatePersonalAccessTokenResponse;
266
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdatePersonalAccessTokenResponse;
267
+ static equals(a: UpdatePersonalAccessTokenResponse | PlainMessage<UpdatePersonalAccessTokenResponse> | undefined, b: UpdatePersonalAccessTokenResponse | PlainMessage<UpdatePersonalAccessTokenResponse> | undefined): boolean;
268
+ }
269
+ /**
270
+ * @generated from message gitpod.experimental.v1.DeletePersonalAccessTokenRequest
271
+ */
272
+ export declare class DeletePersonalAccessTokenRequest extends Message<DeletePersonalAccessTokenRequest> {
273
+ /**
274
+ * @generated from field: string id = 1;
275
+ */
276
+ id: string;
277
+ constructor(data?: PartialMessage<DeletePersonalAccessTokenRequest>);
278
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
279
+ static readonly typeName = "gitpod.experimental.v1.DeletePersonalAccessTokenRequest";
280
+ static readonly fields: FieldList;
281
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeletePersonalAccessTokenRequest;
282
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeletePersonalAccessTokenRequest;
283
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeletePersonalAccessTokenRequest;
284
+ static equals(a: DeletePersonalAccessTokenRequest | PlainMessage<DeletePersonalAccessTokenRequest> | undefined, b: DeletePersonalAccessTokenRequest | PlainMessage<DeletePersonalAccessTokenRequest> | undefined): boolean;
285
+ }
286
+ /**
287
+ * @generated from message gitpod.experimental.v1.DeletePersonalAccessTokenResponse
288
+ */
289
+ export declare class DeletePersonalAccessTokenResponse extends Message<DeletePersonalAccessTokenResponse> {
290
+ constructor(data?: PartialMessage<DeletePersonalAccessTokenResponse>);
291
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
292
+ static readonly typeName = "gitpod.experimental.v1.DeletePersonalAccessTokenResponse";
293
+ static readonly fields: FieldList;
294
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeletePersonalAccessTokenResponse;
295
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeletePersonalAccessTokenResponse;
296
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeletePersonalAccessTokenResponse;
297
+ static equals(a: DeletePersonalAccessTokenResponse | PlainMessage<DeletePersonalAccessTokenResponse> | undefined, b: DeletePersonalAccessTokenResponse | PlainMessage<DeletePersonalAccessTokenResponse> | undefined): boolean;
298
+ }
299
+ //# sourceMappingURL=tokens_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tokens_pb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/tokens_pb.ts"],"names":[],"mappings":"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"}