@gitpod/public-api 0.1.5-protected-secrets.1 → 0.1.5-public-api-workspaces-response-instance-statu.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/gitpod/experimental/v1/ide_client_connectweb.d.ts +38 -0
- package/lib/gitpod/experimental/v1/ide_client_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/ide_client_connectweb.js +45 -0
- package/lib/gitpod/experimental/v1/ide_client_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/ide_client_pb.d.ts +68 -0
- package/lib/gitpod/experimental/v1/ide_client_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/ide_client_pb.js +122 -0
- package/lib/gitpod/experimental/v1/ide_client_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/index.d.ts +1 -1
- package/lib/gitpod/experimental/v1/index.js +1 -1
- package/lib/gitpod/experimental/v1/oidc_connectweb.d.ts +71 -0
- package/lib/gitpod/experimental/v1/oidc_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/oidc_connectweb.js +78 -0
- package/lib/gitpod/experimental/v1/oidc_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/oidc_pb.d.ts +481 -0
- package/lib/gitpod/experimental/v1/oidc_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/oidc_pb.js +676 -0
- package/lib/gitpod/experimental/v1/oidc_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/pagination_pb.d.ts +9 -6
- package/lib/gitpod/experimental/v1/pagination_pb.d.ts.map +1 -1
- package/lib/gitpod/experimental/v1/pagination_pb.js +10 -7
- package/lib/gitpod/experimental/v1/pagination_pb.js.map +1 -1
- package/lib/gitpod/experimental/v1/projects_connectweb.d.ts +60 -0
- package/lib/gitpod/experimental/v1/projects_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/projects_connectweb.js +67 -0
- package/lib/gitpod/experimental/v1/projects_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/projects_pb.d.ts +319 -0
- package/lib/gitpod/experimental/v1/projects_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/projects_pb.js +474 -0
- package/lib/gitpod/experimental/v1/projects_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/teams_connectweb.d.ts +104 -0
- package/lib/gitpod/experimental/v1/teams_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/teams_connectweb.js +111 -0
- package/lib/gitpod/experimental/v1/teams_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/teams_pb.d.ts +433 -0
- package/lib/gitpod/experimental/v1/teams_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/teams_pb.js +671 -0
- package/lib/gitpod/experimental/v1/teams_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts +82 -0
- package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/tokens_connectweb.js +89 -0
- package/lib/gitpod/experimental/v1/tokens_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/tokens_pb.d.ts +285 -0
- package/lib/gitpod/experimental/v1/tokens_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/tokens_pb.js +422 -0
- package/lib/gitpod/experimental/v1/tokens_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/user_connectweb.d.ts +80 -0
- package/lib/gitpod/experimental/v1/user_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/user_connectweb.js +87 -0
- package/lib/gitpod/experimental/v1/user_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/user_pb.d.ts +343 -0
- package/lib/gitpod/experimental/v1/user_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/user_pb.js +534 -0
- package/lib/gitpod/experimental/v1/user_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/workspace_connectweb.d.ts +43 -0
- package/lib/gitpod/experimental/v1/workspace_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/workspace_connectweb.js +50 -0
- package/lib/gitpod/experimental/v1/workspace_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/workspace_pb.d.ts +153 -0
- package/lib/gitpod/experimental/v1/workspace_pb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/workspace_pb.js +254 -0
- package/lib/gitpod/experimental/v1/workspace_pb.js.map +1 -0
- package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts +37 -4
- package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts.map +1 -1
- package/lib/gitpod/experimental/v1/workspaces_connectweb.js +36 -3
- package/lib/gitpod/experimental/v1/workspaces_connectweb.js.map +1 -1
- package/lib/gitpod/experimental/v1/workspaces_pb.d.ts +223 -7
- package/lib/gitpod/experimental/v1/workspaces_pb.d.ts.map +1 -1
- package/lib/gitpod/experimental/v1/workspaces_pb.js +348 -10
- package/lib/gitpod/experimental/v1/workspaces_pb.js.map +1 -1
- package/lib/index.d.ts +7 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +10 -0
- package/lib/index.js.map +1 -0
- package/package.json +3 -3
- package/pkg-yarn.lock +1 -1
- package/provenance-bundle.jsonl +2 -2
- package/lib/gitpod/experimental/v1/index.ts +0 -9
- package/lib/gitpod/experimental/v1/pagination_pb.ts +0 -60
- package/lib/gitpod/experimental/v1/workspaces_connectweb.ts +0 -80
- package/lib/gitpod/experimental/v1/workspaces_pb.ts +0 -1219
|
@@ -0,0 +1,481 @@
|
|
|
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
|
+
import { Pagination } from "./pagination_pb.js";
|
|
9
|
+
/**
|
|
10
|
+
* Configuration of an OpenID client.
|
|
11
|
+
*
|
|
12
|
+
* For the metadata describing the configuration of OIDC providers, cf.
|
|
13
|
+
* https://openid.net/specs/openid-connect-discovery-1_0.html
|
|
14
|
+
*
|
|
15
|
+
* @generated from message gitpod.experimental.v1.OIDCClientConfig
|
|
16
|
+
*/
|
|
17
|
+
export declare class OIDCClientConfig extends Message<OIDCClientConfig> {
|
|
18
|
+
/**
|
|
19
|
+
* ID is the unique identifier for the OIDC Config.
|
|
20
|
+
* Read only.
|
|
21
|
+
*
|
|
22
|
+
* @generated from field: string id = 1;
|
|
23
|
+
*/
|
|
24
|
+
id: string;
|
|
25
|
+
/**
|
|
26
|
+
* @generated from field: string organization_id = 2;
|
|
27
|
+
*/
|
|
28
|
+
organizationId: string;
|
|
29
|
+
/**
|
|
30
|
+
* @generated from field: gitpod.experimental.v1.OIDCConfig oidc_config = 3;
|
|
31
|
+
*/
|
|
32
|
+
oidcConfig?: OIDCConfig;
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: gitpod.experimental.v1.OAuth2Config oauth2_config = 4;
|
|
35
|
+
*/
|
|
36
|
+
oauth2Config?: OAuth2Config;
|
|
37
|
+
/**
|
|
38
|
+
* Optional.
|
|
39
|
+
*
|
|
40
|
+
* @generated from field: bool oauth_only = 5;
|
|
41
|
+
*/
|
|
42
|
+
oauthOnly: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* List of the JWS signing algorithms (alg values) supported by the OP for the
|
|
45
|
+
* ID Token to encode the Claims in a JWT. The algorithm RS256 MUST be
|
|
46
|
+
* included.
|
|
47
|
+
* Optional.
|
|
48
|
+
*
|
|
49
|
+
* @generated from field: repeated string id_token_signing_alg_values_supported = 6;
|
|
50
|
+
*/
|
|
51
|
+
idTokenSigningAlgValuesSupported: string[];
|
|
52
|
+
/**
|
|
53
|
+
* Time when the config was created.
|
|
54
|
+
* Read-only.
|
|
55
|
+
*
|
|
56
|
+
* @generated from field: google.protobuf.Timestamp creation_time = 7;
|
|
57
|
+
*/
|
|
58
|
+
creationTime?: Timestamp;
|
|
59
|
+
/**
|
|
60
|
+
* Describes the status of this configuration item.
|
|
61
|
+
* Read-only.
|
|
62
|
+
*
|
|
63
|
+
* @generated from field: gitpod.experimental.v1.OIDCClientConfigStatus status = 8;
|
|
64
|
+
*/
|
|
65
|
+
status?: OIDCClientConfigStatus;
|
|
66
|
+
constructor(data?: PartialMessage<OIDCClientConfig>);
|
|
67
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
68
|
+
static readonly typeName = "gitpod.experimental.v1.OIDCClientConfig";
|
|
69
|
+
static readonly fields: FieldList;
|
|
70
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OIDCClientConfig;
|
|
71
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OIDCClientConfig;
|
|
72
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OIDCClientConfig;
|
|
73
|
+
static equals(a: OIDCClientConfig | PlainMessage<OIDCClientConfig> | undefined, b: OIDCClientConfig | PlainMessage<OIDCClientConfig> | undefined): boolean;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* The OIDC specific part of the client configuration.
|
|
77
|
+
*
|
|
78
|
+
* @generated from message gitpod.experimental.v1.OIDCConfig
|
|
79
|
+
*/
|
|
80
|
+
export declare class OIDCConfig extends Message<OIDCConfig> {
|
|
81
|
+
/**
|
|
82
|
+
* URL using the https scheme with no query or fragment component that the
|
|
83
|
+
* OIDC provider asserts as its Issuer Identifier.
|
|
84
|
+
* Required.
|
|
85
|
+
*
|
|
86
|
+
* @generated from field: string issuer = 1;
|
|
87
|
+
*/
|
|
88
|
+
issuer: string;
|
|
89
|
+
/**
|
|
90
|
+
* A KeySet that can validate the id_token (JSON web token)
|
|
91
|
+
* Either one is required.
|
|
92
|
+
*
|
|
93
|
+
* @generated from field: string jwks = 2;
|
|
94
|
+
*/
|
|
95
|
+
jwks: string;
|
|
96
|
+
/**
|
|
97
|
+
* @generated from field: string jwks_url = 3;
|
|
98
|
+
*/
|
|
99
|
+
jwksUrl: string;
|
|
100
|
+
/**
|
|
101
|
+
* Provider specific parameters to control the behavior of the consent screen.
|
|
102
|
+
* Optional.
|
|
103
|
+
*
|
|
104
|
+
* @generated from field: gitpod.experimental.v1.ConsentScreenHints hints = 4;
|
|
105
|
+
*/
|
|
106
|
+
hints?: ConsentScreenHints;
|
|
107
|
+
/**
|
|
108
|
+
* Optional overrides for key mapping to be applied when extracting claims from id_tokens.
|
|
109
|
+
* Should only be set, if an override is required.
|
|
110
|
+
* Optional.
|
|
111
|
+
*
|
|
112
|
+
* @generated from field: gitpod.experimental.v1.ClaimMappingOverride override_claim_mapping = 5;
|
|
113
|
+
*/
|
|
114
|
+
overrideClaimMapping?: ClaimMappingOverride;
|
|
115
|
+
constructor(data?: PartialMessage<OIDCConfig>);
|
|
116
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
117
|
+
static readonly typeName = "gitpod.experimental.v1.OIDCConfig";
|
|
118
|
+
static readonly fields: FieldList;
|
|
119
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OIDCConfig;
|
|
120
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OIDCConfig;
|
|
121
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OIDCConfig;
|
|
122
|
+
static equals(a: OIDCConfig | PlainMessage<OIDCConfig> | undefined, b: OIDCConfig | PlainMessage<OIDCConfig> | undefined): boolean;
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Provider specific parameters to control the behavior of the consent screen.
|
|
126
|
+
*
|
|
127
|
+
* @generated from message gitpod.experimental.v1.ConsentScreenHints
|
|
128
|
+
*/
|
|
129
|
+
export declare class ConsentScreenHints extends Message<ConsentScreenHints> {
|
|
130
|
+
/**
|
|
131
|
+
* Control options for the consent screen.
|
|
132
|
+
* Optional.
|
|
133
|
+
*
|
|
134
|
+
* @generated from field: string prompt = 1;
|
|
135
|
+
*/
|
|
136
|
+
prompt: string;
|
|
137
|
+
/**
|
|
138
|
+
* A hint to pre-select the tenant from an AD.
|
|
139
|
+
* Optional.
|
|
140
|
+
*
|
|
141
|
+
* @generated from field: string domain_hint = 2;
|
|
142
|
+
*/
|
|
143
|
+
domainHint: string;
|
|
144
|
+
/**
|
|
145
|
+
* Optional.
|
|
146
|
+
*
|
|
147
|
+
* @generated from field: string login_hint = 3;
|
|
148
|
+
*/
|
|
149
|
+
loginHint: string;
|
|
150
|
+
constructor(data?: PartialMessage<ConsentScreenHints>);
|
|
151
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
152
|
+
static readonly typeName = "gitpod.experimental.v1.ConsentScreenHints";
|
|
153
|
+
static readonly fields: FieldList;
|
|
154
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ConsentScreenHints;
|
|
155
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ConsentScreenHints;
|
|
156
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ConsentScreenHints;
|
|
157
|
+
static equals(a: ConsentScreenHints | PlainMessage<ConsentScreenHints> | undefined, b: ConsentScreenHints | PlainMessage<ConsentScreenHints> | undefined): boolean;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* Optional overrides for key mapping to be applied when extracting claims from id_tokens.
|
|
161
|
+
*
|
|
162
|
+
* @generated from message gitpod.experimental.v1.ClaimMappingOverride
|
|
163
|
+
*/
|
|
164
|
+
export declare class ClaimMappingOverride extends Message<ClaimMappingOverride> {
|
|
165
|
+
/**
|
|
166
|
+
* Optional.
|
|
167
|
+
*
|
|
168
|
+
* @generated from field: string claim_email_key = 1;
|
|
169
|
+
*/
|
|
170
|
+
claimEmailKey: string;
|
|
171
|
+
/**
|
|
172
|
+
* Optional.
|
|
173
|
+
*
|
|
174
|
+
* @generated from field: string claim_groups_key = 2;
|
|
175
|
+
*/
|
|
176
|
+
claimGroupsKey: string;
|
|
177
|
+
/**
|
|
178
|
+
* Optional.
|
|
179
|
+
*
|
|
180
|
+
* @generated from field: string claim_username_key = 3;
|
|
181
|
+
*/
|
|
182
|
+
claimUsernameKey: string;
|
|
183
|
+
constructor(data?: PartialMessage<ClaimMappingOverride>);
|
|
184
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
185
|
+
static readonly typeName = "gitpod.experimental.v1.ClaimMappingOverride";
|
|
186
|
+
static readonly fields: FieldList;
|
|
187
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ClaimMappingOverride;
|
|
188
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ClaimMappingOverride;
|
|
189
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ClaimMappingOverride;
|
|
190
|
+
static equals(a: ClaimMappingOverride | PlainMessage<ClaimMappingOverride> | undefined, b: ClaimMappingOverride | PlainMessage<ClaimMappingOverride> | undefined): boolean;
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* The OAuth2 specific part of the client configuration.
|
|
194
|
+
*
|
|
195
|
+
* @generated from message gitpod.experimental.v1.OAuth2Config
|
|
196
|
+
*/
|
|
197
|
+
export declare class OAuth2Config extends Message<OAuth2Config> {
|
|
198
|
+
/**
|
|
199
|
+
* Required.
|
|
200
|
+
*
|
|
201
|
+
* @generated from field: string client_id = 1;
|
|
202
|
+
*/
|
|
203
|
+
clientId: string;
|
|
204
|
+
/**
|
|
205
|
+
* Required for creation/updates.
|
|
206
|
+
* Empty on read.
|
|
207
|
+
*
|
|
208
|
+
* @generated from field: string client_secret = 2;
|
|
209
|
+
*/
|
|
210
|
+
clientSecret: string;
|
|
211
|
+
/**
|
|
212
|
+
* Required.
|
|
213
|
+
*
|
|
214
|
+
* @generated from field: string authorization_endpoint = 3;
|
|
215
|
+
*/
|
|
216
|
+
authorizationEndpoint: string;
|
|
217
|
+
/**
|
|
218
|
+
* Required.
|
|
219
|
+
*
|
|
220
|
+
* @generated from field: string token_endpoint = 4;
|
|
221
|
+
*/
|
|
222
|
+
tokenEndpoint: string;
|
|
223
|
+
/**
|
|
224
|
+
* Required.
|
|
225
|
+
*
|
|
226
|
+
* @generated from field: repeated string scopes_supported = 5;
|
|
227
|
+
*/
|
|
228
|
+
scopesSupported: string[];
|
|
229
|
+
/**
|
|
230
|
+
* Source for additional claims for the token.
|
|
231
|
+
* Additional keys may be used to control the extraction of a profile.
|
|
232
|
+
* Required.
|
|
233
|
+
*
|
|
234
|
+
* @generated from field: string userinfo_endpoint = 6;
|
|
235
|
+
*/
|
|
236
|
+
userinfoEndpoint: string;
|
|
237
|
+
/**
|
|
238
|
+
* Keys of the userinfo result to extract a profile from.
|
|
239
|
+
* Optional.
|
|
240
|
+
*
|
|
241
|
+
* @generated from field: gitpod.experimental.v1.UserInfoKeys userinfo_keys = 7;
|
|
242
|
+
*/
|
|
243
|
+
userinfoKeys?: UserInfoKeys;
|
|
244
|
+
constructor(data?: PartialMessage<OAuth2Config>);
|
|
245
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
246
|
+
static readonly typeName = "gitpod.experimental.v1.OAuth2Config";
|
|
247
|
+
static readonly fields: FieldList;
|
|
248
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OAuth2Config;
|
|
249
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OAuth2Config;
|
|
250
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OAuth2Config;
|
|
251
|
+
static equals(a: OAuth2Config | PlainMessage<OAuth2Config> | undefined, b: OAuth2Config | PlainMessage<OAuth2Config> | undefined): boolean;
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Description of keys of a userinfo result.
|
|
255
|
+
*
|
|
256
|
+
* @generated from message gitpod.experimental.v1.UserInfoKeys
|
|
257
|
+
*/
|
|
258
|
+
export declare class UserInfoKeys extends Message<UserInfoKeys> {
|
|
259
|
+
/**
|
|
260
|
+
* Optional.
|
|
261
|
+
*
|
|
262
|
+
* @generated from field: string userinfo_id_key = 1;
|
|
263
|
+
*/
|
|
264
|
+
userinfoIdKey: string;
|
|
265
|
+
/**
|
|
266
|
+
* Optional.
|
|
267
|
+
*
|
|
268
|
+
* @generated from field: string userinfo_name_key = 2;
|
|
269
|
+
*/
|
|
270
|
+
userinfoNameKey: string;
|
|
271
|
+
constructor(data?: PartialMessage<UserInfoKeys>);
|
|
272
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
273
|
+
static readonly typeName = "gitpod.experimental.v1.UserInfoKeys";
|
|
274
|
+
static readonly fields: FieldList;
|
|
275
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UserInfoKeys;
|
|
276
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UserInfoKeys;
|
|
277
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UserInfoKeys;
|
|
278
|
+
static equals(a: UserInfoKeys | PlainMessage<UserInfoKeys> | undefined, b: UserInfoKeys | PlainMessage<UserInfoKeys> | undefined): boolean;
|
|
279
|
+
}
|
|
280
|
+
/**
|
|
281
|
+
* The status of an OIDC client configuration.
|
|
282
|
+
*
|
|
283
|
+
* @generated from message gitpod.experimental.v1.OIDCClientConfigStatus
|
|
284
|
+
*/
|
|
285
|
+
export declare class OIDCClientConfigStatus extends Message<OIDCClientConfigStatus> {
|
|
286
|
+
constructor(data?: PartialMessage<OIDCClientConfigStatus>);
|
|
287
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
288
|
+
static readonly typeName = "gitpod.experimental.v1.OIDCClientConfigStatus";
|
|
289
|
+
static readonly fields: FieldList;
|
|
290
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OIDCClientConfigStatus;
|
|
291
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OIDCClientConfigStatus;
|
|
292
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OIDCClientConfigStatus;
|
|
293
|
+
static equals(a: OIDCClientConfigStatus | PlainMessage<OIDCClientConfigStatus> | undefined, b: OIDCClientConfigStatus | PlainMessage<OIDCClientConfigStatus> | undefined): boolean;
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* @generated from message gitpod.experimental.v1.CreateClientConfigRequest
|
|
297
|
+
*/
|
|
298
|
+
export declare class CreateClientConfigRequest extends Message<CreateClientConfigRequest> {
|
|
299
|
+
/**
|
|
300
|
+
* @generated from field: gitpod.experimental.v1.OIDCClientConfig config = 1;
|
|
301
|
+
*/
|
|
302
|
+
config?: OIDCClientConfig;
|
|
303
|
+
/**
|
|
304
|
+
* Optional.
|
|
305
|
+
*
|
|
306
|
+
* @generated from field: bool use_discovery = 2;
|
|
307
|
+
*/
|
|
308
|
+
useDiscovery: boolean;
|
|
309
|
+
constructor(data?: PartialMessage<CreateClientConfigRequest>);
|
|
310
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
311
|
+
static readonly typeName = "gitpod.experimental.v1.CreateClientConfigRequest";
|
|
312
|
+
static readonly fields: FieldList;
|
|
313
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateClientConfigRequest;
|
|
314
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateClientConfigRequest;
|
|
315
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateClientConfigRequest;
|
|
316
|
+
static equals(a: CreateClientConfigRequest | PlainMessage<CreateClientConfigRequest> | undefined, b: CreateClientConfigRequest | PlainMessage<CreateClientConfigRequest> | undefined): boolean;
|
|
317
|
+
}
|
|
318
|
+
/**
|
|
319
|
+
* @generated from message gitpod.experimental.v1.CreateClientConfigResponse
|
|
320
|
+
*/
|
|
321
|
+
export declare class CreateClientConfigResponse extends Message<CreateClientConfigResponse> {
|
|
322
|
+
/**
|
|
323
|
+
* @generated from field: gitpod.experimental.v1.OIDCClientConfig config = 1;
|
|
324
|
+
*/
|
|
325
|
+
config?: OIDCClientConfig;
|
|
326
|
+
constructor(data?: PartialMessage<CreateClientConfigResponse>);
|
|
327
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
328
|
+
static readonly typeName = "gitpod.experimental.v1.CreateClientConfigResponse";
|
|
329
|
+
static readonly fields: FieldList;
|
|
330
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateClientConfigResponse;
|
|
331
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateClientConfigResponse;
|
|
332
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateClientConfigResponse;
|
|
333
|
+
static equals(a: CreateClientConfigResponse | PlainMessage<CreateClientConfigResponse> | undefined, b: CreateClientConfigResponse | PlainMessage<CreateClientConfigResponse> | undefined): boolean;
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* @generated from message gitpod.experimental.v1.GetClientConfigRequest
|
|
337
|
+
*/
|
|
338
|
+
export declare class GetClientConfigRequest extends Message<GetClientConfigRequest> {
|
|
339
|
+
/**
|
|
340
|
+
* @generated from field: string id = 1;
|
|
341
|
+
*/
|
|
342
|
+
id: string;
|
|
343
|
+
/**
|
|
344
|
+
* @generated from field: string organization_id = 2;
|
|
345
|
+
*/
|
|
346
|
+
organizationId: string;
|
|
347
|
+
constructor(data?: PartialMessage<GetClientConfigRequest>);
|
|
348
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
349
|
+
static readonly typeName = "gitpod.experimental.v1.GetClientConfigRequest";
|
|
350
|
+
static readonly fields: FieldList;
|
|
351
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetClientConfigRequest;
|
|
352
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetClientConfigRequest;
|
|
353
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetClientConfigRequest;
|
|
354
|
+
static equals(a: GetClientConfigRequest | PlainMessage<GetClientConfigRequest> | undefined, b: GetClientConfigRequest | PlainMessage<GetClientConfigRequest> | undefined): boolean;
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* @generated from message gitpod.experimental.v1.GetClientConfigResponse
|
|
358
|
+
*/
|
|
359
|
+
export declare class GetClientConfigResponse extends Message<GetClientConfigResponse> {
|
|
360
|
+
/**
|
|
361
|
+
* @generated from field: gitpod.experimental.v1.OIDCClientConfig config = 1;
|
|
362
|
+
*/
|
|
363
|
+
config?: OIDCClientConfig;
|
|
364
|
+
constructor(data?: PartialMessage<GetClientConfigResponse>);
|
|
365
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
366
|
+
static readonly typeName = "gitpod.experimental.v1.GetClientConfigResponse";
|
|
367
|
+
static readonly fields: FieldList;
|
|
368
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetClientConfigResponse;
|
|
369
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetClientConfigResponse;
|
|
370
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetClientConfigResponse;
|
|
371
|
+
static equals(a: GetClientConfigResponse | PlainMessage<GetClientConfigResponse> | undefined, b: GetClientConfigResponse | PlainMessage<GetClientConfigResponse> | undefined): boolean;
|
|
372
|
+
}
|
|
373
|
+
/**
|
|
374
|
+
* @generated from message gitpod.experimental.v1.ListClientConfigsRequest
|
|
375
|
+
*/
|
|
376
|
+
export declare class ListClientConfigsRequest extends Message<ListClientConfigsRequest> {
|
|
377
|
+
/**
|
|
378
|
+
* @generated from field: string organization_id = 1;
|
|
379
|
+
*/
|
|
380
|
+
organizationId: string;
|
|
381
|
+
/**
|
|
382
|
+
* Page information
|
|
383
|
+
*
|
|
384
|
+
* @generated from field: gitpod.experimental.v1.Pagination pagination = 2;
|
|
385
|
+
*/
|
|
386
|
+
pagination?: Pagination;
|
|
387
|
+
constructor(data?: PartialMessage<ListClientConfigsRequest>);
|
|
388
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
389
|
+
static readonly typeName = "gitpod.experimental.v1.ListClientConfigsRequest";
|
|
390
|
+
static readonly fields: FieldList;
|
|
391
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListClientConfigsRequest;
|
|
392
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListClientConfigsRequest;
|
|
393
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListClientConfigsRequest;
|
|
394
|
+
static equals(a: ListClientConfigsRequest | PlainMessage<ListClientConfigsRequest> | undefined, b: ListClientConfigsRequest | PlainMessage<ListClientConfigsRequest> | undefined): boolean;
|
|
395
|
+
}
|
|
396
|
+
/**
|
|
397
|
+
* @generated from message gitpod.experimental.v1.ListClientConfigsResponse
|
|
398
|
+
*/
|
|
399
|
+
export declare class ListClientConfigsResponse extends Message<ListClientConfigsResponse> {
|
|
400
|
+
/**
|
|
401
|
+
* @generated from field: repeated gitpod.experimental.v1.OIDCClientConfig providers = 1;
|
|
402
|
+
*/
|
|
403
|
+
providers: OIDCClientConfig[];
|
|
404
|
+
/**
|
|
405
|
+
* @generated from field: int64 total_results = 2;
|
|
406
|
+
*/
|
|
407
|
+
totalResults: bigint;
|
|
408
|
+
constructor(data?: PartialMessage<ListClientConfigsResponse>);
|
|
409
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
410
|
+
static readonly typeName = "gitpod.experimental.v1.ListClientConfigsResponse";
|
|
411
|
+
static readonly fields: FieldList;
|
|
412
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListClientConfigsResponse;
|
|
413
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListClientConfigsResponse;
|
|
414
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListClientConfigsResponse;
|
|
415
|
+
static equals(a: ListClientConfigsResponse | PlainMessage<ListClientConfigsResponse> | undefined, b: ListClientConfigsResponse | PlainMessage<ListClientConfigsResponse> | undefined): boolean;
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* @generated from message gitpod.experimental.v1.UpdateClientConfigRequest
|
|
419
|
+
*/
|
|
420
|
+
export declare class UpdateClientConfigRequest extends Message<UpdateClientConfigRequest> {
|
|
421
|
+
/**
|
|
422
|
+
* @generated from field: gitpod.experimental.v1.OIDCClientConfig config = 1;
|
|
423
|
+
*/
|
|
424
|
+
config?: OIDCClientConfig;
|
|
425
|
+
constructor(data?: PartialMessage<UpdateClientConfigRequest>);
|
|
426
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
427
|
+
static readonly typeName = "gitpod.experimental.v1.UpdateClientConfigRequest";
|
|
428
|
+
static readonly fields: FieldList;
|
|
429
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateClientConfigRequest;
|
|
430
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateClientConfigRequest;
|
|
431
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateClientConfigRequest;
|
|
432
|
+
static equals(a: UpdateClientConfigRequest | PlainMessage<UpdateClientConfigRequest> | undefined, b: UpdateClientConfigRequest | PlainMessage<UpdateClientConfigRequest> | undefined): boolean;
|
|
433
|
+
}
|
|
434
|
+
/**
|
|
435
|
+
* @generated from message gitpod.experimental.v1.UpdateClientConfigResponse
|
|
436
|
+
*/
|
|
437
|
+
export declare class UpdateClientConfigResponse extends Message<UpdateClientConfigResponse> {
|
|
438
|
+
constructor(data?: PartialMessage<UpdateClientConfigResponse>);
|
|
439
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
440
|
+
static readonly typeName = "gitpod.experimental.v1.UpdateClientConfigResponse";
|
|
441
|
+
static readonly fields: FieldList;
|
|
442
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateClientConfigResponse;
|
|
443
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateClientConfigResponse;
|
|
444
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateClientConfigResponse;
|
|
445
|
+
static equals(a: UpdateClientConfigResponse | PlainMessage<UpdateClientConfigResponse> | undefined, b: UpdateClientConfigResponse | PlainMessage<UpdateClientConfigResponse> | undefined): boolean;
|
|
446
|
+
}
|
|
447
|
+
/**
|
|
448
|
+
* @generated from message gitpod.experimental.v1.DeleteClientConfigRequest
|
|
449
|
+
*/
|
|
450
|
+
export declare class DeleteClientConfigRequest extends Message<DeleteClientConfigRequest> {
|
|
451
|
+
/**
|
|
452
|
+
* @generated from field: string id = 1;
|
|
453
|
+
*/
|
|
454
|
+
id: string;
|
|
455
|
+
/**
|
|
456
|
+
* @generated from field: string organization_id = 2;
|
|
457
|
+
*/
|
|
458
|
+
organizationId: string;
|
|
459
|
+
constructor(data?: PartialMessage<DeleteClientConfigRequest>);
|
|
460
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
461
|
+
static readonly typeName = "gitpod.experimental.v1.DeleteClientConfigRequest";
|
|
462
|
+
static readonly fields: FieldList;
|
|
463
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteClientConfigRequest;
|
|
464
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteClientConfigRequest;
|
|
465
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteClientConfigRequest;
|
|
466
|
+
static equals(a: DeleteClientConfigRequest | PlainMessage<DeleteClientConfigRequest> | undefined, b: DeleteClientConfigRequest | PlainMessage<DeleteClientConfigRequest> | undefined): boolean;
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* @generated from message gitpod.experimental.v1.DeleteClientConfigResponse
|
|
470
|
+
*/
|
|
471
|
+
export declare class DeleteClientConfigResponse extends Message<DeleteClientConfigResponse> {
|
|
472
|
+
constructor(data?: PartialMessage<DeleteClientConfigResponse>);
|
|
473
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
|
474
|
+
static readonly typeName = "gitpod.experimental.v1.DeleteClientConfigResponse";
|
|
475
|
+
static readonly fields: FieldList;
|
|
476
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteClientConfigResponse;
|
|
477
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteClientConfigResponse;
|
|
478
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteClientConfigResponse;
|
|
479
|
+
static equals(a: DeleteClientConfigResponse | PlainMessage<DeleteClientConfigResponse> | undefined, b: DeleteClientConfigResponse | PlainMessage<DeleteClientConfigResponse> | undefined): boolean;
|
|
480
|
+
}
|
|
481
|
+
//# sourceMappingURL=oidc_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oidc_pb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/oidc_pb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,KAAK,EAAC,iBAAiB,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,EAAE,cAAc,EAAE,YAAY,EAAC,MAAM,oBAAoB,CAAC;AAC/H,OAAO,EAAC,OAAO,EAAsB,SAAS,EAAC,MAAM,oBAAoB,CAAC;AAC1E,OAAO,EAAC,UAAU,EAAC,MAAM,oBAAoB,CAAC;AAE9C;;;;;;;GAOG;AACH,qBAAa,gBAAiB,SAAQ,OAAO,CAAC,gBAAgB,CAAC;IAC7D;;;;;OAKG;IACH,EAAE,SAAM;IAER;;OAEG;IACH,cAAc,SAAM;IAEpB;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B;;;;OAIG;IACH,SAAS,UAAS;IAElB;;;;;;;OAOG;IACH,gCAAgC,EAAE,MAAM,EAAE,CAAM;IAEhD;;;;;OAKG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;;;;OAKG;IACH,MAAM,CAAC,EAAE,sBAAsB,CAAC;gBAEpB,IAAI,CAAC,EAAE,cAAc,CAAC,gBAAgB,CAAC;IAKnD,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,6CAA6C;IACrE,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAS9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,gBAAgB;IAI5F,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,gBAAgB;IAI3F,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,gBAAgB;IAI/F,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,gBAAgB,GAAG,YAAY,CAAC,gBAAgB,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,gBAAgB,GAAG,YAAY,CAAC,gBAAgB,CAAC,GAAG,SAAS,GAAG,OAAO;CAG3J;AAED;;;;GAIG;AACH,qBAAa,UAAW,SAAQ,OAAO,CAAC,UAAU,CAAC;IACjD;;;;;;OAMG;IACH,MAAM,SAAM;IAEZ;;;;;OAKG;IACH,IAAI,SAAM;IAEV;;OAEG;IACH,OAAO,SAAM;IAEb;;;;;OAKG;IACH,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAE3B;;;;;;OAMG;IACH,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;gBAEhC,IAAI,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC;IAK7C,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,uCAAuC;IAC/D,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAM9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,UAAU;IAItF,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,UAAU;IAIrF,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,UAAU;IAIzF,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC,UAAU,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC,UAAU,CAAC,GAAG,SAAS,GAAG,OAAO;CAGnI;AAED;;;;GAIG;AACH,qBAAa,kBAAmB,SAAQ,OAAO,CAAC,kBAAkB,CAAC;IACjE;;;;;OAKG;IACH,MAAM,SAAM;IAEZ;;;;;OAKG;IACH,UAAU,SAAM;IAEhB;;;;OAIG;IACH,SAAS,SAAM;gBAEH,IAAI,CAAC,EAAE,cAAc,CAAC,kBAAkB,CAAC;IAKrD,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,+CAA+C;IACvE,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAI9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,kBAAkB;IAI9F,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,kBAAkB;IAI7F,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,kBAAkB;IAIjG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,kBAAkB,GAAG,YAAY,CAAC,kBAAkB,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,kBAAkB,GAAG,YAAY,CAAC,kBAAkB,CAAC,GAAG,SAAS,GAAG,OAAO;CAGnK;AAED;;;;GAIG;AACH,qBAAa,oBAAqB,SAAQ,OAAO,CAAC,oBAAoB,CAAC;IACrE;;;;OAIG;IACH,aAAa,SAAM;IAEnB;;;;OAIG;IACH,cAAc,SAAM;IAEpB;;;;OAIG;IACH,gBAAgB,SAAM;gBAEV,IAAI,CAAC,EAAE,cAAc,CAAC,oBAAoB,CAAC;IAKvD,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,iDAAiD;IACzE,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAI9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,oBAAoB;IAIhG,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,oBAAoB;IAI/F,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,oBAAoB;IAInG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,oBAAoB,GAAG,YAAY,CAAC,oBAAoB,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,oBAAoB,GAAG,YAAY,CAAC,oBAAoB,CAAC,GAAG,SAAS,GAAG,OAAO;CAG3K;AAED;;;;GAIG;AACH,qBAAa,YAAa,SAAQ,OAAO,CAAC,YAAY,CAAC;IACrD;;;;OAIG;IACH,QAAQ,SAAM;IAEd;;;;;OAKG;IACH,YAAY,SAAM;IAElB;;;;OAIG;IACH,qBAAqB,SAAM;IAE3B;;;;OAIG;IACH,aAAa,SAAM;IAEnB;;;;OAIG;IACH,eAAe,EAAE,MAAM,EAAE,CAAM;IAE/B;;;;;;OAMG;IACH,gBAAgB,SAAM;IAEtB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;gBAEhB,IAAI,CAAC,EAAE,cAAc,CAAC,YAAY,CAAC;IAK/C,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,yCAAyC;IACjE,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAQ9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,YAAY;IAIxF,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,YAAY;IAIvF,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,YAAY;IAI3F,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC,GAAG,SAAS,GAAG,OAAO;CAG3I;AAED;;;;GAIG;AACH,qBAAa,YAAa,SAAQ,OAAO,CAAC,YAAY,CAAC;IACrD;;;;OAIG;IACH,aAAa,SAAM;IAEnB;;;;OAIG;IACH,eAAe,SAAM;gBAET,IAAI,CAAC,EAAE,cAAc,CAAC,YAAY,CAAC;IAK/C,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,yCAAyC;IACjE,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAG9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,YAAY;IAIxF,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,YAAY;IAIvF,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,YAAY;IAI3F,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC,GAAG,SAAS,GAAG,OAAO;CAG3I;AAED;;;;GAIG;AACH,qBAAa,sBAAuB,SAAQ,OAAO,CAAC,sBAAsB,CAAC;gBAC7D,IAAI,CAAC,EAAE,cAAc,CAAC,sBAAsB,CAAC;IAKzD,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,mDAAmD;IAC3E,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAC9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,sBAAsB;IAIlG,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,sBAAsB;IAIjG,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,sBAAsB;IAIrG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,sBAAsB,GAAG,YAAY,CAAC,sBAAsB,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,sBAAsB,GAAG,YAAY,CAAC,sBAAsB,CAAC,GAAG,SAAS,GAAG,OAAO;CAGnL;AAED;;GAEG;AACH,qBAAa,yBAA0B,SAAQ,OAAO,CAAC,yBAAyB,CAAC;IAC/E;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAE1B;;;;OAIG;IACH,YAAY,UAAS;gBAET,IAAI,CAAC,EAAE,cAAc,CAAC,yBAAyB,CAAC;IAK5D,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,sDAAsD;IAC9E,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAG9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,yBAAyB;IAIrG,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,yBAAyB;IAIpG,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,yBAAyB;IAIxG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,yBAAyB,GAAG,YAAY,CAAC,yBAAyB,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,yBAAyB,GAAG,YAAY,CAAC,yBAAyB,CAAC,GAAG,SAAS,GAAG,OAAO;CAG/L;AAED;;GAEG;AACH,qBAAa,0BAA2B,SAAQ,OAAO,CAAC,0BAA0B,CAAC;IACjF;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;gBAEd,IAAI,CAAC,EAAE,cAAc,CAAC,0BAA0B,CAAC;IAK7D,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,uDAAuD;IAC/E,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAE9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,0BAA0B;IAItG,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,0BAA0B;IAIrG,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,0BAA0B;IAIzG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,0BAA0B,GAAG,YAAY,CAAC,0BAA0B,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,0BAA0B,GAAG,YAAY,CAAC,0BAA0B,CAAC,GAAG,SAAS,GAAG,OAAO;CAGnM;AAED;;GAEG;AACH,qBAAa,sBAAuB,SAAQ,OAAO,CAAC,sBAAsB,CAAC;IACzE;;OAEG;IACH,EAAE,SAAM;IAER;;OAEG;IACH,cAAc,SAAM;gBAER,IAAI,CAAC,EAAE,cAAc,CAAC,sBAAsB,CAAC;IAKzD,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,mDAAmD;IAC3E,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAG9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,sBAAsB;IAIlG,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,sBAAsB;IAIjG,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,sBAAsB;IAIrG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,sBAAsB,GAAG,YAAY,CAAC,sBAAsB,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,sBAAsB,GAAG,YAAY,CAAC,sBAAsB,CAAC,GAAG,SAAS,GAAG,OAAO;CAGnL;AAED;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,OAAO,CAAC,uBAAuB,CAAC;IAC3E;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;gBAEd,IAAI,CAAC,EAAE,cAAc,CAAC,uBAAuB,CAAC;IAK1D,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,oDAAoD;IAC5E,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAE9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,uBAAuB;IAInG,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,uBAAuB;IAIlG,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,uBAAuB;IAItG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,uBAAuB,GAAG,YAAY,CAAC,uBAAuB,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,uBAAuB,GAAG,YAAY,CAAC,uBAAuB,CAAC,GAAG,SAAS,GAAG,OAAO;CAGvL;AAED;;GAEG;AACH,qBAAa,wBAAyB,SAAQ,OAAO,CAAC,wBAAwB,CAAC;IAC7E;;OAEG;IACH,cAAc,SAAM;IAEpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;gBAEZ,IAAI,CAAC,EAAE,cAAc,CAAC,wBAAwB,CAAC;IAK3D,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,qDAAqD;IAC7E,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAG9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,wBAAwB;IAIpG,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,wBAAwB;IAInG,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,wBAAwB;IAIvG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,wBAAwB,GAAG,YAAY,CAAC,wBAAwB,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,wBAAwB,GAAG,YAAY,CAAC,wBAAwB,CAAC,GAAG,SAAS,GAAG,OAAO;CAG3L;AAED;;GAEG;AACH,qBAAa,yBAA0B,SAAQ,OAAO,CAAC,yBAAyB,CAAC;IAC/E;;OAEG;IACH,SAAS,EAAE,gBAAgB,EAAE,CAAM;IAEnC;;OAEG;IACH,YAAY,SAAmB;gBAEnB,IAAI,CAAC,EAAE,cAAc,CAAC,yBAAyB,CAAC;IAK5D,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,sDAAsD;IAC9E,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAG9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,yBAAyB;IAIrG,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,yBAAyB;IAIpG,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,yBAAyB;IAIxG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,yBAAyB,GAAG,YAAY,CAAC,yBAAyB,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,yBAAyB,GAAG,YAAY,CAAC,yBAAyB,CAAC,GAAG,SAAS,GAAG,OAAO;CAG/L;AAED;;GAEG;AACH,qBAAa,yBAA0B,SAAQ,OAAO,CAAC,yBAAyB,CAAC;IAC/E;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;gBAEd,IAAI,CAAC,EAAE,cAAc,CAAC,yBAAyB,CAAC;IAK5D,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,sDAAsD;IAC9E,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAE9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,yBAAyB;IAIrG,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,yBAAyB;IAIpG,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,yBAAyB;IAIxG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,yBAAyB,GAAG,YAAY,CAAC,yBAAyB,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,yBAAyB,GAAG,YAAY,CAAC,yBAAyB,CAAC,GAAG,SAAS,GAAG,OAAO;CAG/L;AAED;;GAEG;AACH,qBAAa,0BAA2B,SAAQ,OAAO,CAAC,0BAA0B,CAAC;gBACrE,IAAI,CAAC,EAAE,cAAc,CAAC,0BAA0B,CAAC;IAK7D,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,uDAAuD;IAC/E,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAC9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,0BAA0B;IAItG,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,0BAA0B;IAIrG,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,0BAA0B;IAIzG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,0BAA0B,GAAG,YAAY,CAAC,0BAA0B,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,0BAA0B,GAAG,YAAY,CAAC,0BAA0B,CAAC,GAAG,SAAS,GAAG,OAAO;CAGnM;AAED;;GAEG;AACH,qBAAa,yBAA0B,SAAQ,OAAO,CAAC,yBAAyB,CAAC;IAC/E;;OAEG;IACH,EAAE,SAAM;IAER;;OAEG;IACH,cAAc,SAAM;gBAER,IAAI,CAAC,EAAE,cAAc,CAAC,yBAAyB,CAAC;IAK5D,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,sDAAsD;IAC9E,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAG9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,yBAAyB;IAIrG,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,yBAAyB;IAIpG,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,yBAAyB;IAIxG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,yBAAyB,GAAG,YAAY,CAAC,yBAAyB,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,yBAAyB,GAAG,YAAY,CAAC,yBAAyB,CAAC,GAAG,SAAS,GAAG,OAAO;CAG/L;AAED;;GAEG;AACH,qBAAa,0BAA2B,SAAQ,OAAO,CAAC,0BAA0B,CAAC;gBACrE,IAAI,CAAC,EAAE,cAAc,CAAC,0BAA0B,CAAC;IAK7D,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,uDAAuD;IAC/E,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAC9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,0BAA0B;IAItG,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,0BAA0B;IAIrG,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,0BAA0B;IAIzG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,0BAA0B,GAAG,YAAY,CAAC,0BAA0B,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,0BAA0B,GAAG,YAAY,CAAC,0BAA0B,CAAC,GAAG,SAAS,GAAG,OAAO;CAGnM"}
|