@alis-build/ideate 1.945.974 → 1.945.975
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/alis/ideate/agent_card_grpc_pb.d.ts +1 -0
- package/alis/ideate/agent_card_grpc_pb.js +1 -0
- package/alis/ideate/agent_card_pb.d.ts +740 -0
- package/alis/ideate/agent_card_pb.js +5854 -0
- package/alis/ideate/ideate_grpc_pb.js +1 -1
- package/alis/ideate/ideate_grpc_web_pb.js +1 -1
- package/alis/ideate/ideate_pb.d.ts +7 -7
- package/alis/ideate/ideate_pb.js +21 -21
- package/package.json +1 -1
|
@@ -0,0 +1,740 @@
|
|
|
1
|
+
import * as jspb from 'google-protobuf'
|
|
2
|
+
|
|
3
|
+
import * as google_api_annotations_pb from '@alis-build/google-common-protos/google/api/annotations_pb'; // proto import: "google/api/annotations.proto"
|
|
4
|
+
import * as google_api_client_pb from '@alis-build/google-common-protos/google/api/client_pb'; // proto import: "google/api/client.proto"
|
|
5
|
+
import * as google_api_field_behavior_pb from '@alis-build/google-common-protos/google/api/field_behavior_pb'; // proto import: "google/api/field_behavior.proto"
|
|
6
|
+
import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb'; // proto import: "google/protobuf/empty.proto"
|
|
7
|
+
import * as google_protobuf_struct_pb from 'google-protobuf/google/protobuf/struct_pb'; // proto import: "google/protobuf/struct.proto"
|
|
8
|
+
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb'; // proto import: "google/protobuf/timestamp.proto"
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
export class AgentInterface extends jspb.Message {
|
|
12
|
+
getUrl(): string;
|
|
13
|
+
setUrl(value: string): AgentInterface;
|
|
14
|
+
|
|
15
|
+
getProtocolBinding(): string;
|
|
16
|
+
setProtocolBinding(value: string): AgentInterface;
|
|
17
|
+
|
|
18
|
+
getTenant(): string;
|
|
19
|
+
setTenant(value: string): AgentInterface;
|
|
20
|
+
|
|
21
|
+
getProtocolVersion(): string;
|
|
22
|
+
setProtocolVersion(value: string): AgentInterface;
|
|
23
|
+
|
|
24
|
+
serializeBinary(): Uint8Array;
|
|
25
|
+
toObject(includeInstance?: boolean): AgentInterface.AsObject;
|
|
26
|
+
static toObject(includeInstance: boolean, msg: AgentInterface): AgentInterface.AsObject;
|
|
27
|
+
static serializeBinaryToWriter(message: AgentInterface, writer: jspb.BinaryWriter): void;
|
|
28
|
+
static deserializeBinary(bytes: Uint8Array): AgentInterface;
|
|
29
|
+
static deserializeBinaryFromReader(message: AgentInterface, reader: jspb.BinaryReader): AgentInterface;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export namespace AgentInterface {
|
|
33
|
+
export type AsObject = {
|
|
34
|
+
url: string,
|
|
35
|
+
protocolBinding: string,
|
|
36
|
+
tenant: string,
|
|
37
|
+
protocolVersion: string,
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export class AgentCard extends jspb.Message {
|
|
42
|
+
getName(): string;
|
|
43
|
+
setName(value: string): AgentCard;
|
|
44
|
+
|
|
45
|
+
getDescription(): string;
|
|
46
|
+
setDescription(value: string): AgentCard;
|
|
47
|
+
|
|
48
|
+
getSupportedInterfacesList(): Array<AgentInterface>;
|
|
49
|
+
setSupportedInterfacesList(value: Array<AgentInterface>): AgentCard;
|
|
50
|
+
clearSupportedInterfacesList(): AgentCard;
|
|
51
|
+
addSupportedInterfaces(value?: AgentInterface, index?: number): AgentInterface;
|
|
52
|
+
|
|
53
|
+
getProvider(): AgentProvider | undefined;
|
|
54
|
+
setProvider(value?: AgentProvider): AgentCard;
|
|
55
|
+
hasProvider(): boolean;
|
|
56
|
+
clearProvider(): AgentCard;
|
|
57
|
+
|
|
58
|
+
getVersion(): string;
|
|
59
|
+
setVersion(value: string): AgentCard;
|
|
60
|
+
|
|
61
|
+
getDocumentationUrl(): string;
|
|
62
|
+
setDocumentationUrl(value: string): AgentCard;
|
|
63
|
+
hasDocumentationUrl(): boolean;
|
|
64
|
+
clearDocumentationUrl(): AgentCard;
|
|
65
|
+
|
|
66
|
+
getCapabilities(): AgentCapabilities | undefined;
|
|
67
|
+
setCapabilities(value?: AgentCapabilities): AgentCard;
|
|
68
|
+
hasCapabilities(): boolean;
|
|
69
|
+
clearCapabilities(): AgentCard;
|
|
70
|
+
|
|
71
|
+
getSecuritySchemesMap(): jspb.Map<string, SecurityScheme>;
|
|
72
|
+
clearSecuritySchemesMap(): AgentCard;
|
|
73
|
+
|
|
74
|
+
getSecurityRequirementsList(): Array<SecurityRequirement>;
|
|
75
|
+
setSecurityRequirementsList(value: Array<SecurityRequirement>): AgentCard;
|
|
76
|
+
clearSecurityRequirementsList(): AgentCard;
|
|
77
|
+
addSecurityRequirements(value?: SecurityRequirement, index?: number): SecurityRequirement;
|
|
78
|
+
|
|
79
|
+
getDefaultInputModesList(): Array<string>;
|
|
80
|
+
setDefaultInputModesList(value: Array<string>): AgentCard;
|
|
81
|
+
clearDefaultInputModesList(): AgentCard;
|
|
82
|
+
addDefaultInputModes(value: string, index?: number): AgentCard;
|
|
83
|
+
|
|
84
|
+
getDefaultOutputModesList(): Array<string>;
|
|
85
|
+
setDefaultOutputModesList(value: Array<string>): AgentCard;
|
|
86
|
+
clearDefaultOutputModesList(): AgentCard;
|
|
87
|
+
addDefaultOutputModes(value: string, index?: number): AgentCard;
|
|
88
|
+
|
|
89
|
+
getSkillsList(): Array<AgentSkill>;
|
|
90
|
+
setSkillsList(value: Array<AgentSkill>): AgentCard;
|
|
91
|
+
clearSkillsList(): AgentCard;
|
|
92
|
+
addSkills(value?: AgentSkill, index?: number): AgentSkill;
|
|
93
|
+
|
|
94
|
+
getSignaturesList(): Array<AgentCardSignature>;
|
|
95
|
+
setSignaturesList(value: Array<AgentCardSignature>): AgentCard;
|
|
96
|
+
clearSignaturesList(): AgentCard;
|
|
97
|
+
addSignatures(value?: AgentCardSignature, index?: number): AgentCardSignature;
|
|
98
|
+
|
|
99
|
+
getIconUrl(): string;
|
|
100
|
+
setIconUrl(value: string): AgentCard;
|
|
101
|
+
hasIconUrl(): boolean;
|
|
102
|
+
clearIconUrl(): AgentCard;
|
|
103
|
+
|
|
104
|
+
serializeBinary(): Uint8Array;
|
|
105
|
+
toObject(includeInstance?: boolean): AgentCard.AsObject;
|
|
106
|
+
static toObject(includeInstance: boolean, msg: AgentCard): AgentCard.AsObject;
|
|
107
|
+
static serializeBinaryToWriter(message: AgentCard, writer: jspb.BinaryWriter): void;
|
|
108
|
+
static deserializeBinary(bytes: Uint8Array): AgentCard;
|
|
109
|
+
static deserializeBinaryFromReader(message: AgentCard, reader: jspb.BinaryReader): AgentCard;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export namespace AgentCard {
|
|
113
|
+
export type AsObject = {
|
|
114
|
+
name: string,
|
|
115
|
+
description: string,
|
|
116
|
+
supportedInterfacesList: Array<AgentInterface.AsObject>,
|
|
117
|
+
provider?: AgentProvider.AsObject,
|
|
118
|
+
version: string,
|
|
119
|
+
documentationUrl?: string,
|
|
120
|
+
capabilities?: AgentCapabilities.AsObject,
|
|
121
|
+
securitySchemesMap: Array<[string, SecurityScheme.AsObject]>,
|
|
122
|
+
securityRequirementsList: Array<SecurityRequirement.AsObject>,
|
|
123
|
+
defaultInputModesList: Array<string>,
|
|
124
|
+
defaultOutputModesList: Array<string>,
|
|
125
|
+
skillsList: Array<AgentSkill.AsObject>,
|
|
126
|
+
signaturesList: Array<AgentCardSignature.AsObject>,
|
|
127
|
+
iconUrl?: string,
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export enum DocumentationUrlCase {
|
|
131
|
+
_DOCUMENTATION_URL_NOT_SET = 0,
|
|
132
|
+
DOCUMENTATION_URL = 6,
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
export enum IconUrlCase {
|
|
136
|
+
_ICON_URL_NOT_SET = 0,
|
|
137
|
+
ICON_URL = 18,
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
export class AgentProvider extends jspb.Message {
|
|
142
|
+
getUrl(): string;
|
|
143
|
+
setUrl(value: string): AgentProvider;
|
|
144
|
+
|
|
145
|
+
getOrganization(): string;
|
|
146
|
+
setOrganization(value: string): AgentProvider;
|
|
147
|
+
|
|
148
|
+
serializeBinary(): Uint8Array;
|
|
149
|
+
toObject(includeInstance?: boolean): AgentProvider.AsObject;
|
|
150
|
+
static toObject(includeInstance: boolean, msg: AgentProvider): AgentProvider.AsObject;
|
|
151
|
+
static serializeBinaryToWriter(message: AgentProvider, writer: jspb.BinaryWriter): void;
|
|
152
|
+
static deserializeBinary(bytes: Uint8Array): AgentProvider;
|
|
153
|
+
static deserializeBinaryFromReader(message: AgentProvider, reader: jspb.BinaryReader): AgentProvider;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export namespace AgentProvider {
|
|
157
|
+
export type AsObject = {
|
|
158
|
+
url: string,
|
|
159
|
+
organization: string,
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
export class AgentCapabilities extends jspb.Message {
|
|
164
|
+
getStreaming(): boolean;
|
|
165
|
+
setStreaming(value: boolean): AgentCapabilities;
|
|
166
|
+
hasStreaming(): boolean;
|
|
167
|
+
clearStreaming(): AgentCapabilities;
|
|
168
|
+
|
|
169
|
+
getPushNotifications(): boolean;
|
|
170
|
+
setPushNotifications(value: boolean): AgentCapabilities;
|
|
171
|
+
hasPushNotifications(): boolean;
|
|
172
|
+
clearPushNotifications(): AgentCapabilities;
|
|
173
|
+
|
|
174
|
+
getExtensionsList(): Array<AgentExtension>;
|
|
175
|
+
setExtensionsList(value: Array<AgentExtension>): AgentCapabilities;
|
|
176
|
+
clearExtensionsList(): AgentCapabilities;
|
|
177
|
+
addExtensions(value?: AgentExtension, index?: number): AgentExtension;
|
|
178
|
+
|
|
179
|
+
getExtendedAgentCard(): boolean;
|
|
180
|
+
setExtendedAgentCard(value: boolean): AgentCapabilities;
|
|
181
|
+
hasExtendedAgentCard(): boolean;
|
|
182
|
+
clearExtendedAgentCard(): AgentCapabilities;
|
|
183
|
+
|
|
184
|
+
serializeBinary(): Uint8Array;
|
|
185
|
+
toObject(includeInstance?: boolean): AgentCapabilities.AsObject;
|
|
186
|
+
static toObject(includeInstance: boolean, msg: AgentCapabilities): AgentCapabilities.AsObject;
|
|
187
|
+
static serializeBinaryToWriter(message: AgentCapabilities, writer: jspb.BinaryWriter): void;
|
|
188
|
+
static deserializeBinary(bytes: Uint8Array): AgentCapabilities;
|
|
189
|
+
static deserializeBinaryFromReader(message: AgentCapabilities, reader: jspb.BinaryReader): AgentCapabilities;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export namespace AgentCapabilities {
|
|
193
|
+
export type AsObject = {
|
|
194
|
+
streaming?: boolean,
|
|
195
|
+
pushNotifications?: boolean,
|
|
196
|
+
extensionsList: Array<AgentExtension.AsObject>,
|
|
197
|
+
extendedAgentCard?: boolean,
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
export enum StreamingCase {
|
|
201
|
+
_STREAMING_NOT_SET = 0,
|
|
202
|
+
STREAMING = 1,
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
export enum PushNotificationsCase {
|
|
206
|
+
_PUSH_NOTIFICATIONS_NOT_SET = 0,
|
|
207
|
+
PUSH_NOTIFICATIONS = 2,
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
export enum ExtendedAgentCardCase {
|
|
211
|
+
_EXTENDED_AGENT_CARD_NOT_SET = 0,
|
|
212
|
+
EXTENDED_AGENT_CARD = 5,
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export class AgentExtension extends jspb.Message {
|
|
217
|
+
getUri(): string;
|
|
218
|
+
setUri(value: string): AgentExtension;
|
|
219
|
+
|
|
220
|
+
getDescription(): string;
|
|
221
|
+
setDescription(value: string): AgentExtension;
|
|
222
|
+
|
|
223
|
+
getRequired(): boolean;
|
|
224
|
+
setRequired(value: boolean): AgentExtension;
|
|
225
|
+
|
|
226
|
+
getParams(): google_protobuf_struct_pb.Struct | undefined;
|
|
227
|
+
setParams(value?: google_protobuf_struct_pb.Struct): AgentExtension;
|
|
228
|
+
hasParams(): boolean;
|
|
229
|
+
clearParams(): AgentExtension;
|
|
230
|
+
|
|
231
|
+
serializeBinary(): Uint8Array;
|
|
232
|
+
toObject(includeInstance?: boolean): AgentExtension.AsObject;
|
|
233
|
+
static toObject(includeInstance: boolean, msg: AgentExtension): AgentExtension.AsObject;
|
|
234
|
+
static serializeBinaryToWriter(message: AgentExtension, writer: jspb.BinaryWriter): void;
|
|
235
|
+
static deserializeBinary(bytes: Uint8Array): AgentExtension;
|
|
236
|
+
static deserializeBinaryFromReader(message: AgentExtension, reader: jspb.BinaryReader): AgentExtension;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
export namespace AgentExtension {
|
|
240
|
+
export type AsObject = {
|
|
241
|
+
uri: string,
|
|
242
|
+
description: string,
|
|
243
|
+
required: boolean,
|
|
244
|
+
params?: google_protobuf_struct_pb.Struct.AsObject,
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
export class AgentSkill extends jspb.Message {
|
|
249
|
+
getId(): string;
|
|
250
|
+
setId(value: string): AgentSkill;
|
|
251
|
+
|
|
252
|
+
getName(): string;
|
|
253
|
+
setName(value: string): AgentSkill;
|
|
254
|
+
|
|
255
|
+
getDescription(): string;
|
|
256
|
+
setDescription(value: string): AgentSkill;
|
|
257
|
+
|
|
258
|
+
getTagsList(): Array<string>;
|
|
259
|
+
setTagsList(value: Array<string>): AgentSkill;
|
|
260
|
+
clearTagsList(): AgentSkill;
|
|
261
|
+
addTags(value: string, index?: number): AgentSkill;
|
|
262
|
+
|
|
263
|
+
getExamplesList(): Array<string>;
|
|
264
|
+
setExamplesList(value: Array<string>): AgentSkill;
|
|
265
|
+
clearExamplesList(): AgentSkill;
|
|
266
|
+
addExamples(value: string, index?: number): AgentSkill;
|
|
267
|
+
|
|
268
|
+
getInputModesList(): Array<string>;
|
|
269
|
+
setInputModesList(value: Array<string>): AgentSkill;
|
|
270
|
+
clearInputModesList(): AgentSkill;
|
|
271
|
+
addInputModes(value: string, index?: number): AgentSkill;
|
|
272
|
+
|
|
273
|
+
getOutputModesList(): Array<string>;
|
|
274
|
+
setOutputModesList(value: Array<string>): AgentSkill;
|
|
275
|
+
clearOutputModesList(): AgentSkill;
|
|
276
|
+
addOutputModes(value: string, index?: number): AgentSkill;
|
|
277
|
+
|
|
278
|
+
getSecurityRequirementsList(): Array<SecurityRequirement>;
|
|
279
|
+
setSecurityRequirementsList(value: Array<SecurityRequirement>): AgentSkill;
|
|
280
|
+
clearSecurityRequirementsList(): AgentSkill;
|
|
281
|
+
addSecurityRequirements(value?: SecurityRequirement, index?: number): SecurityRequirement;
|
|
282
|
+
|
|
283
|
+
serializeBinary(): Uint8Array;
|
|
284
|
+
toObject(includeInstance?: boolean): AgentSkill.AsObject;
|
|
285
|
+
static toObject(includeInstance: boolean, msg: AgentSkill): AgentSkill.AsObject;
|
|
286
|
+
static serializeBinaryToWriter(message: AgentSkill, writer: jspb.BinaryWriter): void;
|
|
287
|
+
static deserializeBinary(bytes: Uint8Array): AgentSkill;
|
|
288
|
+
static deserializeBinaryFromReader(message: AgentSkill, reader: jspb.BinaryReader): AgentSkill;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
export namespace AgentSkill {
|
|
292
|
+
export type AsObject = {
|
|
293
|
+
id: string,
|
|
294
|
+
name: string,
|
|
295
|
+
description: string,
|
|
296
|
+
tagsList: Array<string>,
|
|
297
|
+
examplesList: Array<string>,
|
|
298
|
+
inputModesList: Array<string>,
|
|
299
|
+
outputModesList: Array<string>,
|
|
300
|
+
securityRequirementsList: Array<SecurityRequirement.AsObject>,
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
export class AgentCardSignature extends jspb.Message {
|
|
305
|
+
getProtected(): string;
|
|
306
|
+
setProtected(value: string): AgentCardSignature;
|
|
307
|
+
|
|
308
|
+
getSignature(): string;
|
|
309
|
+
setSignature(value: string): AgentCardSignature;
|
|
310
|
+
|
|
311
|
+
getHeader(): google_protobuf_struct_pb.Struct | undefined;
|
|
312
|
+
setHeader(value?: google_protobuf_struct_pb.Struct): AgentCardSignature;
|
|
313
|
+
hasHeader(): boolean;
|
|
314
|
+
clearHeader(): AgentCardSignature;
|
|
315
|
+
|
|
316
|
+
serializeBinary(): Uint8Array;
|
|
317
|
+
toObject(includeInstance?: boolean): AgentCardSignature.AsObject;
|
|
318
|
+
static toObject(includeInstance: boolean, msg: AgentCardSignature): AgentCardSignature.AsObject;
|
|
319
|
+
static serializeBinaryToWriter(message: AgentCardSignature, writer: jspb.BinaryWriter): void;
|
|
320
|
+
static deserializeBinary(bytes: Uint8Array): AgentCardSignature;
|
|
321
|
+
static deserializeBinaryFromReader(message: AgentCardSignature, reader: jspb.BinaryReader): AgentCardSignature;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
export namespace AgentCardSignature {
|
|
325
|
+
export type AsObject = {
|
|
326
|
+
pb_protected: string,
|
|
327
|
+
signature: string,
|
|
328
|
+
header?: google_protobuf_struct_pb.Struct.AsObject,
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
export class StringList extends jspb.Message {
|
|
333
|
+
getListList(): Array<string>;
|
|
334
|
+
setListList(value: Array<string>): StringList;
|
|
335
|
+
clearListList(): StringList;
|
|
336
|
+
addList(value: string, index?: number): StringList;
|
|
337
|
+
|
|
338
|
+
serializeBinary(): Uint8Array;
|
|
339
|
+
toObject(includeInstance?: boolean): StringList.AsObject;
|
|
340
|
+
static toObject(includeInstance: boolean, msg: StringList): StringList.AsObject;
|
|
341
|
+
static serializeBinaryToWriter(message: StringList, writer: jspb.BinaryWriter): void;
|
|
342
|
+
static deserializeBinary(bytes: Uint8Array): StringList;
|
|
343
|
+
static deserializeBinaryFromReader(message: StringList, reader: jspb.BinaryReader): StringList;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
export namespace StringList {
|
|
347
|
+
export type AsObject = {
|
|
348
|
+
listList: Array<string>,
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
export class SecurityRequirement extends jspb.Message {
|
|
353
|
+
getSchemesMap(): jspb.Map<string, StringList>;
|
|
354
|
+
clearSchemesMap(): SecurityRequirement;
|
|
355
|
+
|
|
356
|
+
serializeBinary(): Uint8Array;
|
|
357
|
+
toObject(includeInstance?: boolean): SecurityRequirement.AsObject;
|
|
358
|
+
static toObject(includeInstance: boolean, msg: SecurityRequirement): SecurityRequirement.AsObject;
|
|
359
|
+
static serializeBinaryToWriter(message: SecurityRequirement, writer: jspb.BinaryWriter): void;
|
|
360
|
+
static deserializeBinary(bytes: Uint8Array): SecurityRequirement;
|
|
361
|
+
static deserializeBinaryFromReader(message: SecurityRequirement, reader: jspb.BinaryReader): SecurityRequirement;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
export namespace SecurityRequirement {
|
|
365
|
+
export type AsObject = {
|
|
366
|
+
schemesMap: Array<[string, StringList.AsObject]>,
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
export class SecurityScheme extends jspb.Message {
|
|
371
|
+
getApiKeySecurityScheme(): APIKeySecurityScheme | undefined;
|
|
372
|
+
setApiKeySecurityScheme(value?: APIKeySecurityScheme): SecurityScheme;
|
|
373
|
+
hasApiKeySecurityScheme(): boolean;
|
|
374
|
+
clearApiKeySecurityScheme(): SecurityScheme;
|
|
375
|
+
|
|
376
|
+
getHttpAuthSecurityScheme(): HTTPAuthSecurityScheme | undefined;
|
|
377
|
+
setHttpAuthSecurityScheme(value?: HTTPAuthSecurityScheme): SecurityScheme;
|
|
378
|
+
hasHttpAuthSecurityScheme(): boolean;
|
|
379
|
+
clearHttpAuthSecurityScheme(): SecurityScheme;
|
|
380
|
+
|
|
381
|
+
getOauth2SecurityScheme(): OAuth2SecurityScheme | undefined;
|
|
382
|
+
setOauth2SecurityScheme(value?: OAuth2SecurityScheme): SecurityScheme;
|
|
383
|
+
hasOauth2SecurityScheme(): boolean;
|
|
384
|
+
clearOauth2SecurityScheme(): SecurityScheme;
|
|
385
|
+
|
|
386
|
+
getOpenIdConnectSecurityScheme(): OpenIdConnectSecurityScheme | undefined;
|
|
387
|
+
setOpenIdConnectSecurityScheme(value?: OpenIdConnectSecurityScheme): SecurityScheme;
|
|
388
|
+
hasOpenIdConnectSecurityScheme(): boolean;
|
|
389
|
+
clearOpenIdConnectSecurityScheme(): SecurityScheme;
|
|
390
|
+
|
|
391
|
+
getMtlsSecurityScheme(): MutualTlsSecurityScheme | undefined;
|
|
392
|
+
setMtlsSecurityScheme(value?: MutualTlsSecurityScheme): SecurityScheme;
|
|
393
|
+
hasMtlsSecurityScheme(): boolean;
|
|
394
|
+
clearMtlsSecurityScheme(): SecurityScheme;
|
|
395
|
+
|
|
396
|
+
getSchemeCase(): SecurityScheme.SchemeCase;
|
|
397
|
+
|
|
398
|
+
serializeBinary(): Uint8Array;
|
|
399
|
+
toObject(includeInstance?: boolean): SecurityScheme.AsObject;
|
|
400
|
+
static toObject(includeInstance: boolean, msg: SecurityScheme): SecurityScheme.AsObject;
|
|
401
|
+
static serializeBinaryToWriter(message: SecurityScheme, writer: jspb.BinaryWriter): void;
|
|
402
|
+
static deserializeBinary(bytes: Uint8Array): SecurityScheme;
|
|
403
|
+
static deserializeBinaryFromReader(message: SecurityScheme, reader: jspb.BinaryReader): SecurityScheme;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
export namespace SecurityScheme {
|
|
407
|
+
export type AsObject = {
|
|
408
|
+
apiKeySecurityScheme?: APIKeySecurityScheme.AsObject,
|
|
409
|
+
httpAuthSecurityScheme?: HTTPAuthSecurityScheme.AsObject,
|
|
410
|
+
oauth2SecurityScheme?: OAuth2SecurityScheme.AsObject,
|
|
411
|
+
openIdConnectSecurityScheme?: OpenIdConnectSecurityScheme.AsObject,
|
|
412
|
+
mtlsSecurityScheme?: MutualTlsSecurityScheme.AsObject,
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
export enum SchemeCase {
|
|
416
|
+
SCHEME_NOT_SET = 0,
|
|
417
|
+
API_KEY_SECURITY_SCHEME = 1,
|
|
418
|
+
HTTP_AUTH_SECURITY_SCHEME = 2,
|
|
419
|
+
OAUTH2_SECURITY_SCHEME = 3,
|
|
420
|
+
OPEN_ID_CONNECT_SECURITY_SCHEME = 4,
|
|
421
|
+
MTLS_SECURITY_SCHEME = 5,
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export class APIKeySecurityScheme extends jspb.Message {
|
|
426
|
+
getDescription(): string;
|
|
427
|
+
setDescription(value: string): APIKeySecurityScheme;
|
|
428
|
+
|
|
429
|
+
getLocation(): string;
|
|
430
|
+
setLocation(value: string): APIKeySecurityScheme;
|
|
431
|
+
|
|
432
|
+
getName(): string;
|
|
433
|
+
setName(value: string): APIKeySecurityScheme;
|
|
434
|
+
|
|
435
|
+
serializeBinary(): Uint8Array;
|
|
436
|
+
toObject(includeInstance?: boolean): APIKeySecurityScheme.AsObject;
|
|
437
|
+
static toObject(includeInstance: boolean, msg: APIKeySecurityScheme): APIKeySecurityScheme.AsObject;
|
|
438
|
+
static serializeBinaryToWriter(message: APIKeySecurityScheme, writer: jspb.BinaryWriter): void;
|
|
439
|
+
static deserializeBinary(bytes: Uint8Array): APIKeySecurityScheme;
|
|
440
|
+
static deserializeBinaryFromReader(message: APIKeySecurityScheme, reader: jspb.BinaryReader): APIKeySecurityScheme;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
export namespace APIKeySecurityScheme {
|
|
444
|
+
export type AsObject = {
|
|
445
|
+
description: string,
|
|
446
|
+
location: string,
|
|
447
|
+
name: string,
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
export class HTTPAuthSecurityScheme extends jspb.Message {
|
|
452
|
+
getDescription(): string;
|
|
453
|
+
setDescription(value: string): HTTPAuthSecurityScheme;
|
|
454
|
+
|
|
455
|
+
getScheme(): string;
|
|
456
|
+
setScheme(value: string): HTTPAuthSecurityScheme;
|
|
457
|
+
|
|
458
|
+
getBearerFormat(): string;
|
|
459
|
+
setBearerFormat(value: string): HTTPAuthSecurityScheme;
|
|
460
|
+
|
|
461
|
+
serializeBinary(): Uint8Array;
|
|
462
|
+
toObject(includeInstance?: boolean): HTTPAuthSecurityScheme.AsObject;
|
|
463
|
+
static toObject(includeInstance: boolean, msg: HTTPAuthSecurityScheme): HTTPAuthSecurityScheme.AsObject;
|
|
464
|
+
static serializeBinaryToWriter(message: HTTPAuthSecurityScheme, writer: jspb.BinaryWriter): void;
|
|
465
|
+
static deserializeBinary(bytes: Uint8Array): HTTPAuthSecurityScheme;
|
|
466
|
+
static deserializeBinaryFromReader(message: HTTPAuthSecurityScheme, reader: jspb.BinaryReader): HTTPAuthSecurityScheme;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export namespace HTTPAuthSecurityScheme {
|
|
470
|
+
export type AsObject = {
|
|
471
|
+
description: string,
|
|
472
|
+
scheme: string,
|
|
473
|
+
bearerFormat: string,
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
export class OAuth2SecurityScheme extends jspb.Message {
|
|
478
|
+
getDescription(): string;
|
|
479
|
+
setDescription(value: string): OAuth2SecurityScheme;
|
|
480
|
+
|
|
481
|
+
getFlows(): OAuthFlows | undefined;
|
|
482
|
+
setFlows(value?: OAuthFlows): OAuth2SecurityScheme;
|
|
483
|
+
hasFlows(): boolean;
|
|
484
|
+
clearFlows(): OAuth2SecurityScheme;
|
|
485
|
+
|
|
486
|
+
getOauth2MetadataUrl(): string;
|
|
487
|
+
setOauth2MetadataUrl(value: string): OAuth2SecurityScheme;
|
|
488
|
+
|
|
489
|
+
serializeBinary(): Uint8Array;
|
|
490
|
+
toObject(includeInstance?: boolean): OAuth2SecurityScheme.AsObject;
|
|
491
|
+
static toObject(includeInstance: boolean, msg: OAuth2SecurityScheme): OAuth2SecurityScheme.AsObject;
|
|
492
|
+
static serializeBinaryToWriter(message: OAuth2SecurityScheme, writer: jspb.BinaryWriter): void;
|
|
493
|
+
static deserializeBinary(bytes: Uint8Array): OAuth2SecurityScheme;
|
|
494
|
+
static deserializeBinaryFromReader(message: OAuth2SecurityScheme, reader: jspb.BinaryReader): OAuth2SecurityScheme;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
export namespace OAuth2SecurityScheme {
|
|
498
|
+
export type AsObject = {
|
|
499
|
+
description: string,
|
|
500
|
+
flows?: OAuthFlows.AsObject,
|
|
501
|
+
oauth2MetadataUrl: string,
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
export class OpenIdConnectSecurityScheme extends jspb.Message {
|
|
506
|
+
getDescription(): string;
|
|
507
|
+
setDescription(value: string): OpenIdConnectSecurityScheme;
|
|
508
|
+
|
|
509
|
+
getOpenIdConnectUrl(): string;
|
|
510
|
+
setOpenIdConnectUrl(value: string): OpenIdConnectSecurityScheme;
|
|
511
|
+
|
|
512
|
+
serializeBinary(): Uint8Array;
|
|
513
|
+
toObject(includeInstance?: boolean): OpenIdConnectSecurityScheme.AsObject;
|
|
514
|
+
static toObject(includeInstance: boolean, msg: OpenIdConnectSecurityScheme): OpenIdConnectSecurityScheme.AsObject;
|
|
515
|
+
static serializeBinaryToWriter(message: OpenIdConnectSecurityScheme, writer: jspb.BinaryWriter): void;
|
|
516
|
+
static deserializeBinary(bytes: Uint8Array): OpenIdConnectSecurityScheme;
|
|
517
|
+
static deserializeBinaryFromReader(message: OpenIdConnectSecurityScheme, reader: jspb.BinaryReader): OpenIdConnectSecurityScheme;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
export namespace OpenIdConnectSecurityScheme {
|
|
521
|
+
export type AsObject = {
|
|
522
|
+
description: string,
|
|
523
|
+
openIdConnectUrl: string,
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
export class MutualTlsSecurityScheme extends jspb.Message {
|
|
528
|
+
getDescription(): string;
|
|
529
|
+
setDescription(value: string): MutualTlsSecurityScheme;
|
|
530
|
+
|
|
531
|
+
serializeBinary(): Uint8Array;
|
|
532
|
+
toObject(includeInstance?: boolean): MutualTlsSecurityScheme.AsObject;
|
|
533
|
+
static toObject(includeInstance: boolean, msg: MutualTlsSecurityScheme): MutualTlsSecurityScheme.AsObject;
|
|
534
|
+
static serializeBinaryToWriter(message: MutualTlsSecurityScheme, writer: jspb.BinaryWriter): void;
|
|
535
|
+
static deserializeBinary(bytes: Uint8Array): MutualTlsSecurityScheme;
|
|
536
|
+
static deserializeBinaryFromReader(message: MutualTlsSecurityScheme, reader: jspb.BinaryReader): MutualTlsSecurityScheme;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
export namespace MutualTlsSecurityScheme {
|
|
540
|
+
export type AsObject = {
|
|
541
|
+
description: string,
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
export class OAuthFlows extends jspb.Message {
|
|
546
|
+
getAuthorizationCode(): AuthorizationCodeOAuthFlow | undefined;
|
|
547
|
+
setAuthorizationCode(value?: AuthorizationCodeOAuthFlow): OAuthFlows;
|
|
548
|
+
hasAuthorizationCode(): boolean;
|
|
549
|
+
clearAuthorizationCode(): OAuthFlows;
|
|
550
|
+
|
|
551
|
+
getClientCredentials(): ClientCredentialsOAuthFlow | undefined;
|
|
552
|
+
setClientCredentials(value?: ClientCredentialsOAuthFlow): OAuthFlows;
|
|
553
|
+
hasClientCredentials(): boolean;
|
|
554
|
+
clearClientCredentials(): OAuthFlows;
|
|
555
|
+
|
|
556
|
+
getImplicit(): ImplicitOAuthFlow | undefined;
|
|
557
|
+
setImplicit(value?: ImplicitOAuthFlow): OAuthFlows;
|
|
558
|
+
hasImplicit(): boolean;
|
|
559
|
+
clearImplicit(): OAuthFlows;
|
|
560
|
+
|
|
561
|
+
getPassword(): PasswordOAuthFlow | undefined;
|
|
562
|
+
setPassword(value?: PasswordOAuthFlow): OAuthFlows;
|
|
563
|
+
hasPassword(): boolean;
|
|
564
|
+
clearPassword(): OAuthFlows;
|
|
565
|
+
|
|
566
|
+
getDeviceCode(): DeviceCodeOAuthFlow | undefined;
|
|
567
|
+
setDeviceCode(value?: DeviceCodeOAuthFlow): OAuthFlows;
|
|
568
|
+
hasDeviceCode(): boolean;
|
|
569
|
+
clearDeviceCode(): OAuthFlows;
|
|
570
|
+
|
|
571
|
+
getFlowCase(): OAuthFlows.FlowCase;
|
|
572
|
+
|
|
573
|
+
serializeBinary(): Uint8Array;
|
|
574
|
+
toObject(includeInstance?: boolean): OAuthFlows.AsObject;
|
|
575
|
+
static toObject(includeInstance: boolean, msg: OAuthFlows): OAuthFlows.AsObject;
|
|
576
|
+
static serializeBinaryToWriter(message: OAuthFlows, writer: jspb.BinaryWriter): void;
|
|
577
|
+
static deserializeBinary(bytes: Uint8Array): OAuthFlows;
|
|
578
|
+
static deserializeBinaryFromReader(message: OAuthFlows, reader: jspb.BinaryReader): OAuthFlows;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
export namespace OAuthFlows {
|
|
582
|
+
export type AsObject = {
|
|
583
|
+
authorizationCode?: AuthorizationCodeOAuthFlow.AsObject,
|
|
584
|
+
clientCredentials?: ClientCredentialsOAuthFlow.AsObject,
|
|
585
|
+
implicit?: ImplicitOAuthFlow.AsObject,
|
|
586
|
+
password?: PasswordOAuthFlow.AsObject,
|
|
587
|
+
deviceCode?: DeviceCodeOAuthFlow.AsObject,
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
export enum FlowCase {
|
|
591
|
+
FLOW_NOT_SET = 0,
|
|
592
|
+
AUTHORIZATION_CODE = 1,
|
|
593
|
+
CLIENT_CREDENTIALS = 2,
|
|
594
|
+
IMPLICIT = 3,
|
|
595
|
+
PASSWORD = 4,
|
|
596
|
+
DEVICE_CODE = 5,
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
export class AuthorizationCodeOAuthFlow extends jspb.Message {
|
|
601
|
+
getAuthorizationUrl(): string;
|
|
602
|
+
setAuthorizationUrl(value: string): AuthorizationCodeOAuthFlow;
|
|
603
|
+
|
|
604
|
+
getTokenUrl(): string;
|
|
605
|
+
setTokenUrl(value: string): AuthorizationCodeOAuthFlow;
|
|
606
|
+
|
|
607
|
+
getRefreshUrl(): string;
|
|
608
|
+
setRefreshUrl(value: string): AuthorizationCodeOAuthFlow;
|
|
609
|
+
|
|
610
|
+
getScopesMap(): jspb.Map<string, string>;
|
|
611
|
+
clearScopesMap(): AuthorizationCodeOAuthFlow;
|
|
612
|
+
|
|
613
|
+
getPkceRequired(): boolean;
|
|
614
|
+
setPkceRequired(value: boolean): AuthorizationCodeOAuthFlow;
|
|
615
|
+
|
|
616
|
+
serializeBinary(): Uint8Array;
|
|
617
|
+
toObject(includeInstance?: boolean): AuthorizationCodeOAuthFlow.AsObject;
|
|
618
|
+
static toObject(includeInstance: boolean, msg: AuthorizationCodeOAuthFlow): AuthorizationCodeOAuthFlow.AsObject;
|
|
619
|
+
static serializeBinaryToWriter(message: AuthorizationCodeOAuthFlow, writer: jspb.BinaryWriter): void;
|
|
620
|
+
static deserializeBinary(bytes: Uint8Array): AuthorizationCodeOAuthFlow;
|
|
621
|
+
static deserializeBinaryFromReader(message: AuthorizationCodeOAuthFlow, reader: jspb.BinaryReader): AuthorizationCodeOAuthFlow;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
export namespace AuthorizationCodeOAuthFlow {
|
|
625
|
+
export type AsObject = {
|
|
626
|
+
authorizationUrl: string,
|
|
627
|
+
tokenUrl: string,
|
|
628
|
+
refreshUrl: string,
|
|
629
|
+
scopesMap: Array<[string, string]>,
|
|
630
|
+
pkceRequired: boolean,
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
export class ClientCredentialsOAuthFlow extends jspb.Message {
|
|
635
|
+
getTokenUrl(): string;
|
|
636
|
+
setTokenUrl(value: string): ClientCredentialsOAuthFlow;
|
|
637
|
+
|
|
638
|
+
getRefreshUrl(): string;
|
|
639
|
+
setRefreshUrl(value: string): ClientCredentialsOAuthFlow;
|
|
640
|
+
|
|
641
|
+
getScopesMap(): jspb.Map<string, string>;
|
|
642
|
+
clearScopesMap(): ClientCredentialsOAuthFlow;
|
|
643
|
+
|
|
644
|
+
serializeBinary(): Uint8Array;
|
|
645
|
+
toObject(includeInstance?: boolean): ClientCredentialsOAuthFlow.AsObject;
|
|
646
|
+
static toObject(includeInstance: boolean, msg: ClientCredentialsOAuthFlow): ClientCredentialsOAuthFlow.AsObject;
|
|
647
|
+
static serializeBinaryToWriter(message: ClientCredentialsOAuthFlow, writer: jspb.BinaryWriter): void;
|
|
648
|
+
static deserializeBinary(bytes: Uint8Array): ClientCredentialsOAuthFlow;
|
|
649
|
+
static deserializeBinaryFromReader(message: ClientCredentialsOAuthFlow, reader: jspb.BinaryReader): ClientCredentialsOAuthFlow;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
export namespace ClientCredentialsOAuthFlow {
|
|
653
|
+
export type AsObject = {
|
|
654
|
+
tokenUrl: string,
|
|
655
|
+
refreshUrl: string,
|
|
656
|
+
scopesMap: Array<[string, string]>,
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
export class ImplicitOAuthFlow extends jspb.Message {
|
|
661
|
+
getAuthorizationUrl(): string;
|
|
662
|
+
setAuthorizationUrl(value: string): ImplicitOAuthFlow;
|
|
663
|
+
|
|
664
|
+
getRefreshUrl(): string;
|
|
665
|
+
setRefreshUrl(value: string): ImplicitOAuthFlow;
|
|
666
|
+
|
|
667
|
+
getScopesMap(): jspb.Map<string, string>;
|
|
668
|
+
clearScopesMap(): ImplicitOAuthFlow;
|
|
669
|
+
|
|
670
|
+
serializeBinary(): Uint8Array;
|
|
671
|
+
toObject(includeInstance?: boolean): ImplicitOAuthFlow.AsObject;
|
|
672
|
+
static toObject(includeInstance: boolean, msg: ImplicitOAuthFlow): ImplicitOAuthFlow.AsObject;
|
|
673
|
+
static serializeBinaryToWriter(message: ImplicitOAuthFlow, writer: jspb.BinaryWriter): void;
|
|
674
|
+
static deserializeBinary(bytes: Uint8Array): ImplicitOAuthFlow;
|
|
675
|
+
static deserializeBinaryFromReader(message: ImplicitOAuthFlow, reader: jspb.BinaryReader): ImplicitOAuthFlow;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
export namespace ImplicitOAuthFlow {
|
|
679
|
+
export type AsObject = {
|
|
680
|
+
authorizationUrl: string,
|
|
681
|
+
refreshUrl: string,
|
|
682
|
+
scopesMap: Array<[string, string]>,
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
export class PasswordOAuthFlow extends jspb.Message {
|
|
687
|
+
getTokenUrl(): string;
|
|
688
|
+
setTokenUrl(value: string): PasswordOAuthFlow;
|
|
689
|
+
|
|
690
|
+
getRefreshUrl(): string;
|
|
691
|
+
setRefreshUrl(value: string): PasswordOAuthFlow;
|
|
692
|
+
|
|
693
|
+
getScopesMap(): jspb.Map<string, string>;
|
|
694
|
+
clearScopesMap(): PasswordOAuthFlow;
|
|
695
|
+
|
|
696
|
+
serializeBinary(): Uint8Array;
|
|
697
|
+
toObject(includeInstance?: boolean): PasswordOAuthFlow.AsObject;
|
|
698
|
+
static toObject(includeInstance: boolean, msg: PasswordOAuthFlow): PasswordOAuthFlow.AsObject;
|
|
699
|
+
static serializeBinaryToWriter(message: PasswordOAuthFlow, writer: jspb.BinaryWriter): void;
|
|
700
|
+
static deserializeBinary(bytes: Uint8Array): PasswordOAuthFlow;
|
|
701
|
+
static deserializeBinaryFromReader(message: PasswordOAuthFlow, reader: jspb.BinaryReader): PasswordOAuthFlow;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
export namespace PasswordOAuthFlow {
|
|
705
|
+
export type AsObject = {
|
|
706
|
+
tokenUrl: string,
|
|
707
|
+
refreshUrl: string,
|
|
708
|
+
scopesMap: Array<[string, string]>,
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
export class DeviceCodeOAuthFlow extends jspb.Message {
|
|
713
|
+
getDeviceAuthorizationUrl(): string;
|
|
714
|
+
setDeviceAuthorizationUrl(value: string): DeviceCodeOAuthFlow;
|
|
715
|
+
|
|
716
|
+
getTokenUrl(): string;
|
|
717
|
+
setTokenUrl(value: string): DeviceCodeOAuthFlow;
|
|
718
|
+
|
|
719
|
+
getRefreshUrl(): string;
|
|
720
|
+
setRefreshUrl(value: string): DeviceCodeOAuthFlow;
|
|
721
|
+
|
|
722
|
+
getScopesMap(): jspb.Map<string, string>;
|
|
723
|
+
clearScopesMap(): DeviceCodeOAuthFlow;
|
|
724
|
+
|
|
725
|
+
serializeBinary(): Uint8Array;
|
|
726
|
+
toObject(includeInstance?: boolean): DeviceCodeOAuthFlow.AsObject;
|
|
727
|
+
static toObject(includeInstance: boolean, msg: DeviceCodeOAuthFlow): DeviceCodeOAuthFlow.AsObject;
|
|
728
|
+
static serializeBinaryToWriter(message: DeviceCodeOAuthFlow, writer: jspb.BinaryWriter): void;
|
|
729
|
+
static deserializeBinary(bytes: Uint8Array): DeviceCodeOAuthFlow;
|
|
730
|
+
static deserializeBinaryFromReader(message: DeviceCodeOAuthFlow, reader: jspb.BinaryReader): DeviceCodeOAuthFlow;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
export namespace DeviceCodeOAuthFlow {
|
|
734
|
+
export type AsObject = {
|
|
735
|
+
deviceAuthorizationUrl: string,
|
|
736
|
+
tokenUrl: string,
|
|
737
|
+
refreshUrl: string,
|
|
738
|
+
scopesMap: Array<[string, string]>,
|
|
739
|
+
}
|
|
740
|
+
}
|