@gitpod/public-api 0.1.5-vn-jetbrains-backend-plugin-223.6 → 0.1.5-wk-inte-test-20230117000019.1
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/gitpod/experimental/v1/ide_client_connectweb.d.ts +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 +9 -0
- package/lib/gitpod/experimental/v1/index.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/index.js +21 -0
- package/lib/gitpod/experimental/v1/index.js.map +1 -0
- 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 +467 -0
- package/lib/gitpod/experimental/v1/oidc_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/oidc_pb.js +658 -0
- package/lib/gitpod/experimental/v1/oidc_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/pagination_pb.d.ts +36 -0
- package/lib/gitpod/experimental/v1/pagination_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/pagination_pb.js +53 -0
- package/lib/gitpod/experimental/v1/pagination_pb.js.map +1 -0
- 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 +107 -0
- package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/workspaces_connectweb.js +114 -0
- package/lib/gitpod/experimental/v1/workspaces_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/workspaces_pb.d.ts +874 -0
- package/lib/gitpod/experimental/v1/workspaces_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/workspaces_pb.js +1235 -0
- package/lib/gitpod/experimental/v1/workspaces_pb.js.map +1 -0
- 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 +10 -12
- package/pkg-yarn.lock +5 -5
- package/provenance-bundle.jsonl +2 -2
- package/lib/gitpod/v1/pagination_grpc_pb.js +0 -7
- package/lib/gitpod/v1/pagination_pb.d.ts +0 -36
- package/lib/gitpod/v1/pagination_pb.js +0 -206
- package/lib/gitpod/v1/prebuilds_grpc_pb.d.ts +0 -95
- package/lib/gitpod/v1/prebuilds_grpc_pb.js +0 -161
- package/lib/gitpod/v1/prebuilds_pb.d.ts +0 -283
- package/lib/gitpod/v1/prebuilds_pb.js +0 -1997
- package/lib/gitpod/v1/workspaces_grpc_pb.d.ts +0 -197
- package/lib/gitpod/v1/workspaces_grpc_pb.js +0 -368
- package/lib/gitpod/v1/workspaces_pb.d.ts +0 -810
- package/lib/gitpod/v1/workspaces_pb.js +0 -5976
@@ -0,0 +1,343 @@
|
|
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 type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
7
|
+
import { Message, Timestamp } from "@bufbuild/protobuf";
|
8
|
+
/**
|
9
|
+
* @generated from message gitpod.experimental.v1.User
|
10
|
+
*/
|
11
|
+
export declare class User extends Message<User> {
|
12
|
+
/**
|
13
|
+
* id is a UUID of the user
|
14
|
+
*
|
15
|
+
* @generated from field: string id = 1;
|
16
|
+
*/
|
17
|
+
id: string;
|
18
|
+
/**
|
19
|
+
* name is the username
|
20
|
+
*
|
21
|
+
* @generated from field: string name = 2;
|
22
|
+
*/
|
23
|
+
name: string;
|
24
|
+
/**
|
25
|
+
* avatar_url is a link to the user avatar
|
26
|
+
*
|
27
|
+
* @generated from field: string avatar_url = 3;
|
28
|
+
*/
|
29
|
+
avatarUrl: string;
|
30
|
+
/**
|
31
|
+
* created_at is the creation time
|
32
|
+
*
|
33
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
34
|
+
*/
|
35
|
+
createdAt?: Timestamp;
|
36
|
+
constructor(data?: PartialMessage<User>);
|
37
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
38
|
+
static readonly typeName = "gitpod.experimental.v1.User";
|
39
|
+
static readonly fields: FieldList;
|
40
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): User;
|
41
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): User;
|
42
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): User;
|
43
|
+
static equals(a: User | PlainMessage<User> | undefined, b: User | PlainMessage<User> | undefined): boolean;
|
44
|
+
}
|
45
|
+
/**
|
46
|
+
* @generated from message gitpod.experimental.v1.SSHKey
|
47
|
+
*/
|
48
|
+
export declare class SSHKey extends Message<SSHKey> {
|
49
|
+
/**
|
50
|
+
* id is a UUID of the SSH key
|
51
|
+
*
|
52
|
+
* @generated from field: string id = 1;
|
53
|
+
*/
|
54
|
+
id: string;
|
55
|
+
/**
|
56
|
+
* name is the name of the SSH key
|
57
|
+
*
|
58
|
+
* @generated from field: string name = 2;
|
59
|
+
*/
|
60
|
+
name: string;
|
61
|
+
/**
|
62
|
+
* key is the public SSH key
|
63
|
+
*
|
64
|
+
* @generated from field: string key = 3;
|
65
|
+
*/
|
66
|
+
key: string;
|
67
|
+
/**
|
68
|
+
* created_at is the creation time
|
69
|
+
*
|
70
|
+
* @generated from field: google.protobuf.Timestamp created_at = 4;
|
71
|
+
*/
|
72
|
+
createdAt?: Timestamp;
|
73
|
+
constructor(data?: PartialMessage<SSHKey>);
|
74
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
75
|
+
static readonly typeName = "gitpod.experimental.v1.SSHKey";
|
76
|
+
static readonly fields: FieldList;
|
77
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SSHKey;
|
78
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SSHKey;
|
79
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SSHKey;
|
80
|
+
static equals(a: SSHKey | PlainMessage<SSHKey> | undefined, b: SSHKey | PlainMessage<SSHKey> | undefined): boolean;
|
81
|
+
}
|
82
|
+
/**
|
83
|
+
* @generated from message gitpod.experimental.v1.GetAuthenticatedUserRequest
|
84
|
+
*/
|
85
|
+
export declare class GetAuthenticatedUserRequest extends Message<GetAuthenticatedUserRequest> {
|
86
|
+
constructor(data?: PartialMessage<GetAuthenticatedUserRequest>);
|
87
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
88
|
+
static readonly typeName = "gitpod.experimental.v1.GetAuthenticatedUserRequest";
|
89
|
+
static readonly fields: FieldList;
|
90
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAuthenticatedUserRequest;
|
91
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAuthenticatedUserRequest;
|
92
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAuthenticatedUserRequest;
|
93
|
+
static equals(a: GetAuthenticatedUserRequest | PlainMessage<GetAuthenticatedUserRequest> | undefined, b: GetAuthenticatedUserRequest | PlainMessage<GetAuthenticatedUserRequest> | undefined): boolean;
|
94
|
+
}
|
95
|
+
/**
|
96
|
+
* @generated from message gitpod.experimental.v1.GetAuthenticatedUserResponse
|
97
|
+
*/
|
98
|
+
export declare class GetAuthenticatedUserResponse extends Message<GetAuthenticatedUserResponse> {
|
99
|
+
/**
|
100
|
+
* @generated from field: gitpod.experimental.v1.User user = 1;
|
101
|
+
*/
|
102
|
+
user?: User;
|
103
|
+
constructor(data?: PartialMessage<GetAuthenticatedUserResponse>);
|
104
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
105
|
+
static readonly typeName = "gitpod.experimental.v1.GetAuthenticatedUserResponse";
|
106
|
+
static readonly fields: FieldList;
|
107
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAuthenticatedUserResponse;
|
108
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAuthenticatedUserResponse;
|
109
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAuthenticatedUserResponse;
|
110
|
+
static equals(a: GetAuthenticatedUserResponse | PlainMessage<GetAuthenticatedUserResponse> | undefined, b: GetAuthenticatedUserResponse | PlainMessage<GetAuthenticatedUserResponse> | undefined): boolean;
|
111
|
+
}
|
112
|
+
/**
|
113
|
+
* TODO: pagination options
|
114
|
+
*
|
115
|
+
* @generated from message gitpod.experimental.v1.ListSSHKeysRequest
|
116
|
+
*/
|
117
|
+
export declare class ListSSHKeysRequest extends Message<ListSSHKeysRequest> {
|
118
|
+
constructor(data?: PartialMessage<ListSSHKeysRequest>);
|
119
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
120
|
+
static readonly typeName = "gitpod.experimental.v1.ListSSHKeysRequest";
|
121
|
+
static readonly fields: FieldList;
|
122
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListSSHKeysRequest;
|
123
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListSSHKeysRequest;
|
124
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListSSHKeysRequest;
|
125
|
+
static equals(a: ListSSHKeysRequest | PlainMessage<ListSSHKeysRequest> | undefined, b: ListSSHKeysRequest | PlainMessage<ListSSHKeysRequest> | undefined): boolean;
|
126
|
+
}
|
127
|
+
/**
|
128
|
+
* @generated from message gitpod.experimental.v1.ListSSHKeysResponse
|
129
|
+
*/
|
130
|
+
export declare class ListSSHKeysResponse extends Message<ListSSHKeysResponse> {
|
131
|
+
/**
|
132
|
+
* @generated from field: repeated gitpod.experimental.v1.SSHKey keys = 1;
|
133
|
+
*/
|
134
|
+
keys: SSHKey[];
|
135
|
+
constructor(data?: PartialMessage<ListSSHKeysResponse>);
|
136
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
137
|
+
static readonly typeName = "gitpod.experimental.v1.ListSSHKeysResponse";
|
138
|
+
static readonly fields: FieldList;
|
139
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListSSHKeysResponse;
|
140
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListSSHKeysResponse;
|
141
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListSSHKeysResponse;
|
142
|
+
static equals(a: ListSSHKeysResponse | PlainMessage<ListSSHKeysResponse> | undefined, b: ListSSHKeysResponse | PlainMessage<ListSSHKeysResponse> | undefined): boolean;
|
143
|
+
}
|
144
|
+
/**
|
145
|
+
* @generated from message gitpod.experimental.v1.CreateSSHKeyRequest
|
146
|
+
*/
|
147
|
+
export declare class CreateSSHKeyRequest extends Message<CreateSSHKeyRequest> {
|
148
|
+
/**
|
149
|
+
* name is the SSH key name
|
150
|
+
*
|
151
|
+
* @generated from field: string name = 1;
|
152
|
+
*/
|
153
|
+
name: string;
|
154
|
+
/**
|
155
|
+
* the public SSH key
|
156
|
+
*
|
157
|
+
* @generated from field: string key = 2;
|
158
|
+
*/
|
159
|
+
key: string;
|
160
|
+
constructor(data?: PartialMessage<CreateSSHKeyRequest>);
|
161
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
162
|
+
static readonly typeName = "gitpod.experimental.v1.CreateSSHKeyRequest";
|
163
|
+
static readonly fields: FieldList;
|
164
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateSSHKeyRequest;
|
165
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateSSHKeyRequest;
|
166
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateSSHKeyRequest;
|
167
|
+
static equals(a: CreateSSHKeyRequest | PlainMessage<CreateSSHKeyRequest> | undefined, b: CreateSSHKeyRequest | PlainMessage<CreateSSHKeyRequest> | undefined): boolean;
|
168
|
+
}
|
169
|
+
/**
|
170
|
+
* @generated from message gitpod.experimental.v1.CreateSSHKeyResponse
|
171
|
+
*/
|
172
|
+
export declare class CreateSSHKeyResponse extends Message<CreateSSHKeyResponse> {
|
173
|
+
/**
|
174
|
+
* @generated from field: gitpod.experimental.v1.SSHKey key = 1;
|
175
|
+
*/
|
176
|
+
key?: SSHKey;
|
177
|
+
constructor(data?: PartialMessage<CreateSSHKeyResponse>);
|
178
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
179
|
+
static readonly typeName = "gitpod.experimental.v1.CreateSSHKeyResponse";
|
180
|
+
static readonly fields: FieldList;
|
181
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateSSHKeyResponse;
|
182
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateSSHKeyResponse;
|
183
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateSSHKeyResponse;
|
184
|
+
static equals(a: CreateSSHKeyResponse | PlainMessage<CreateSSHKeyResponse> | undefined, b: CreateSSHKeyResponse | PlainMessage<CreateSSHKeyResponse> | undefined): boolean;
|
185
|
+
}
|
186
|
+
/**
|
187
|
+
* @generated from message gitpod.experimental.v1.GetSSHKeyRequest
|
188
|
+
*/
|
189
|
+
export declare class GetSSHKeyRequest extends Message<GetSSHKeyRequest> {
|
190
|
+
/**
|
191
|
+
* id is the unique identifier of the SSH key to retreive.
|
192
|
+
*
|
193
|
+
* @generated from field: string key_id = 1;
|
194
|
+
*/
|
195
|
+
keyId: string;
|
196
|
+
constructor(data?: PartialMessage<GetSSHKeyRequest>);
|
197
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
198
|
+
static readonly typeName = "gitpod.experimental.v1.GetSSHKeyRequest";
|
199
|
+
static readonly fields: FieldList;
|
200
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetSSHKeyRequest;
|
201
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetSSHKeyRequest;
|
202
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetSSHKeyRequest;
|
203
|
+
static equals(a: GetSSHKeyRequest | PlainMessage<GetSSHKeyRequest> | undefined, b: GetSSHKeyRequest | PlainMessage<GetSSHKeyRequest> | undefined): boolean;
|
204
|
+
}
|
205
|
+
/**
|
206
|
+
* @generated from message gitpod.experimental.v1.GetSSHKeyResponse
|
207
|
+
*/
|
208
|
+
export declare class GetSSHKeyResponse extends Message<GetSSHKeyResponse> {
|
209
|
+
/**
|
210
|
+
* @generated from field: gitpod.experimental.v1.SSHKey key = 1;
|
211
|
+
*/
|
212
|
+
key?: SSHKey;
|
213
|
+
constructor(data?: PartialMessage<GetSSHKeyResponse>);
|
214
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
215
|
+
static readonly typeName = "gitpod.experimental.v1.GetSSHKeyResponse";
|
216
|
+
static readonly fields: FieldList;
|
217
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetSSHKeyResponse;
|
218
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetSSHKeyResponse;
|
219
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetSSHKeyResponse;
|
220
|
+
static equals(a: GetSSHKeyResponse | PlainMessage<GetSSHKeyResponse> | undefined, b: GetSSHKeyResponse | PlainMessage<GetSSHKeyResponse> | undefined): boolean;
|
221
|
+
}
|
222
|
+
/**
|
223
|
+
* @generated from message gitpod.experimental.v1.DeleteSSHKeyRequest
|
224
|
+
*/
|
225
|
+
export declare class DeleteSSHKeyRequest extends Message<DeleteSSHKeyRequest> {
|
226
|
+
/**
|
227
|
+
* id is the unique identifier of the SSH key to retreive.
|
228
|
+
*
|
229
|
+
* @generated from field: string key_id = 1;
|
230
|
+
*/
|
231
|
+
keyId: string;
|
232
|
+
constructor(data?: PartialMessage<DeleteSSHKeyRequest>);
|
233
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
234
|
+
static readonly typeName = "gitpod.experimental.v1.DeleteSSHKeyRequest";
|
235
|
+
static readonly fields: FieldList;
|
236
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteSSHKeyRequest;
|
237
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteSSHKeyRequest;
|
238
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteSSHKeyRequest;
|
239
|
+
static equals(a: DeleteSSHKeyRequest | PlainMessage<DeleteSSHKeyRequest> | undefined, b: DeleteSSHKeyRequest | PlainMessage<DeleteSSHKeyRequest> | undefined): boolean;
|
240
|
+
}
|
241
|
+
/**
|
242
|
+
* @generated from message gitpod.experimental.v1.DeleteSSHKeyResponse
|
243
|
+
*/
|
244
|
+
export declare class DeleteSSHKeyResponse extends Message<DeleteSSHKeyResponse> {
|
245
|
+
constructor(data?: PartialMessage<DeleteSSHKeyResponse>);
|
246
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
247
|
+
static readonly typeName = "gitpod.experimental.v1.DeleteSSHKeyResponse";
|
248
|
+
static readonly fields: FieldList;
|
249
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteSSHKeyResponse;
|
250
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteSSHKeyResponse;
|
251
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteSSHKeyResponse;
|
252
|
+
static equals(a: DeleteSSHKeyResponse | PlainMessage<DeleteSSHKeyResponse> | undefined, b: DeleteSSHKeyResponse | PlainMessage<DeleteSSHKeyResponse> | undefined): boolean;
|
253
|
+
}
|
254
|
+
/**
|
255
|
+
* @generated from message gitpod.experimental.v1.GetGitTokenRequest
|
256
|
+
*/
|
257
|
+
export declare class GetGitTokenRequest extends Message<GetGitTokenRequest> {
|
258
|
+
/**
|
259
|
+
* @generated from field: string host = 1;
|
260
|
+
*/
|
261
|
+
host: string;
|
262
|
+
constructor(data?: PartialMessage<GetGitTokenRequest>);
|
263
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
264
|
+
static readonly typeName = "gitpod.experimental.v1.GetGitTokenRequest";
|
265
|
+
static readonly fields: FieldList;
|
266
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetGitTokenRequest;
|
267
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetGitTokenRequest;
|
268
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetGitTokenRequest;
|
269
|
+
static equals(a: GetGitTokenRequest | PlainMessage<GetGitTokenRequest> | undefined, b: GetGitTokenRequest | PlainMessage<GetGitTokenRequest> | undefined): boolean;
|
270
|
+
}
|
271
|
+
/**
|
272
|
+
* @generated from message gitpod.experimental.v1.GetGitTokenResponse
|
273
|
+
*/
|
274
|
+
export declare class GetGitTokenResponse extends Message<GetGitTokenResponse> {
|
275
|
+
/**
|
276
|
+
* @generated from field: gitpod.experimental.v1.GitToken token = 1;
|
277
|
+
*/
|
278
|
+
token?: GitToken;
|
279
|
+
constructor(data?: PartialMessage<GetGitTokenResponse>);
|
280
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
281
|
+
static readonly typeName = "gitpod.experimental.v1.GetGitTokenResponse";
|
282
|
+
static readonly fields: FieldList;
|
283
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetGitTokenResponse;
|
284
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetGitTokenResponse;
|
285
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetGitTokenResponse;
|
286
|
+
static equals(a: GetGitTokenResponse | PlainMessage<GetGitTokenResponse> | undefined, b: GetGitTokenResponse | PlainMessage<GetGitTokenResponse> | undefined): boolean;
|
287
|
+
}
|
288
|
+
/**
|
289
|
+
* @generated from message gitpod.experimental.v1.GitToken
|
290
|
+
*/
|
291
|
+
export declare class GitToken extends Message<GitToken> {
|
292
|
+
/**
|
293
|
+
* expiry_date is the date when the token will expire
|
294
|
+
*
|
295
|
+
* @generated from field: string expiry_date = 1;
|
296
|
+
*/
|
297
|
+
expiryDate: string;
|
298
|
+
/**
|
299
|
+
* id_token is the unique identifier for the token
|
300
|
+
*
|
301
|
+
* @generated from field: string id_token = 2;
|
302
|
+
*/
|
303
|
+
idToken: string;
|
304
|
+
/**
|
305
|
+
* refresh_token is the token used to refresh the git token
|
306
|
+
*
|
307
|
+
* @generated from field: string refresh_token = 3;
|
308
|
+
*/
|
309
|
+
refreshToken: string;
|
310
|
+
/**
|
311
|
+
* scopes is a list of permissions associated with the token
|
312
|
+
*
|
313
|
+
* @generated from field: repeated string scopes = 4;
|
314
|
+
*/
|
315
|
+
scopes: string[];
|
316
|
+
/**
|
317
|
+
* update_date is the date when the token was last updated
|
318
|
+
*
|
319
|
+
* @generated from field: string update_date = 5;
|
320
|
+
*/
|
321
|
+
updateDate: string;
|
322
|
+
/**
|
323
|
+
* username is the username associated with the token
|
324
|
+
*
|
325
|
+
* @generated from field: string username = 6;
|
326
|
+
*/
|
327
|
+
username: string;
|
328
|
+
/**
|
329
|
+
* value is the actual token value for the token
|
330
|
+
*
|
331
|
+
* @generated from field: string value = 7;
|
332
|
+
*/
|
333
|
+
value: string;
|
334
|
+
constructor(data?: PartialMessage<GitToken>);
|
335
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
336
|
+
static readonly typeName = "gitpod.experimental.v1.GitToken";
|
337
|
+
static readonly fields: FieldList;
|
338
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GitToken;
|
339
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GitToken;
|
340
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GitToken;
|
341
|
+
static equals(a: GitToken | PlainMessage<GitToken> | undefined, b: GitToken | PlainMessage<GitToken> | undefined): boolean;
|
342
|
+
}
|
343
|
+
//# sourceMappingURL=user_pb.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"user_pb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/user_pb.ts"],"names":[],"mappings":"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"}
|