@scalar/workspace-store 0.52.0 → 0.53.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/CHANGELOG.md +19 -0
- package/dist/channel-example/build-connection-url.d.ts.map +1 -1
- package/dist/channel-example/build-connection-url.js +11 -8
- package/dist/channel-example/get-all-channel-messages.d.ts +10 -0
- package/dist/channel-example/get-all-channel-messages.d.ts.map +1 -0
- package/dist/channel-example/get-all-channel-messages.js +16 -0
- package/dist/channel-example/get-asyncapi-security-requirements.d.ts +7 -0
- package/dist/channel-example/get-asyncapi-security-requirements.d.ts.map +1 -0
- package/dist/channel-example/get-asyncapi-security-requirements.js +76 -0
- package/dist/channel-example/get-channel-connection-context.d.ts +16 -0
- package/dist/channel-example/get-channel-connection-context.d.ts.map +1 -0
- package/dist/channel-example/get-channel-connection-context.js +120 -0
- package/dist/channel-example/get-channel-connection-security.d.ts +8 -0
- package/dist/channel-example/get-channel-connection-security.d.ts.map +1 -0
- package/dist/channel-example/get-channel-connection-security.js +20 -0
- package/dist/channel-example/get-channel-operations.d.ts +11 -0
- package/dist/channel-example/get-channel-operations.d.ts.map +1 -0
- package/dist/channel-example/get-channel-operations.js +20 -0
- package/dist/channel-example/get-channel-parameters.d.ts +14 -0
- package/dist/channel-example/get-channel-parameters.d.ts.map +1 -0
- package/dist/channel-example/get-channel-parameters.js +59 -0
- package/dist/channel-example/index.d.ts +15 -0
- package/dist/channel-example/index.d.ts.map +1 -1
- package/dist/channel-example/index.js +9 -0
- package/dist/channel-example/resolve-channel.d.ts +11 -0
- package/dist/channel-example/resolve-channel.d.ts.map +1 -0
- package/dist/channel-example/resolve-channel.js +13 -0
- package/dist/channel-example/resolve-operation-channel.d.ts +11 -0
- package/dist/channel-example/resolve-operation-channel.d.ts.map +1 -0
- package/dist/channel-example/resolve-operation-channel.js +39 -0
- package/dist/channel-example/resolve-operation-with-traits.d.ts +6 -0
- package/dist/channel-example/resolve-operation-with-traits.d.ts.map +1 -0
- package/dist/channel-example/resolve-operation-with-traits.js +41 -0
- package/dist/channel-example/servers.d.ts.map +1 -1
- package/dist/channel-example/servers.js +23 -0
- package/dist/channel-example/types.d.ts +41 -0
- package/dist/channel-example/types.d.ts.map +1 -0
- package/dist/channel-example/types.js +1 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +8 -8
- package/dist/entities/auth/schema.d.ts +1184 -59
- package/dist/entities/auth/schema.d.ts.map +1 -1
- package/dist/helpers/get-name-from-ref.d.ts +15 -0
- package/dist/helpers/get-name-from-ref.d.ts.map +1 -0
- package/dist/helpers/get-name-from-ref.js +37 -0
- package/dist/navigation/get-navigation-options.d.ts +2 -2
- package/dist/navigation/get-navigation-options.d.ts.map +1 -1
- package/dist/navigation/get-navigation-options.js +26 -3
- package/dist/navigation/helpers/traverse-asyncapi-document.d.ts +23 -0
- package/dist/navigation/helpers/traverse-asyncapi-document.d.ts.map +1 -0
- package/dist/navigation/helpers/traverse-asyncapi-document.js +479 -0
- package/dist/navigation/helpers/traverse-description.d.ts +4 -3
- package/dist/navigation/helpers/traverse-description.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-description.js +2 -2
- package/dist/navigation/helpers/traverse-document.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-document.js +3 -3
- package/dist/navigation/index.d.ts +1 -0
- package/dist/navigation/index.d.ts.map +1 -1
- package/dist/navigation/index.js +1 -0
- package/dist/navigation/types.d.ts +3 -0
- package/dist/navigation/types.d.ts.map +1 -1
- package/dist/schemas/navigation.d.ts +113 -4
- package/dist/schemas/navigation.d.ts.map +1 -1
- package/dist/schemas/navigation.js +22 -0
- package/dist/schemas/reference-config/index.d.ts +233 -8
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +233 -8
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/openapi/index.d.ts.map +1 -1
- package/dist/schemas/v3.1/openapi/index.js +59 -17
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +9446 -1571
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +4 -1
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts +3 -0
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/ref-definitions.js +3 -0
- package/dist/schemas/v3.1/strict/schema.d.ts +259 -26
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +37 -28
- package/package.json +7 -7
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { type HttpMethod } from '@scalar/helpers/http/http-methods';
|
|
2
2
|
import { type TLiteral } from '@scalar/typebox';
|
|
3
|
+
import type { AsyncApiInfoObject } from '@scalar/types/asyncapi/3.1';
|
|
3
4
|
import type { InfoObject } from '../schemas/v3.1/strict/info.js';
|
|
4
5
|
import type { OperationObject } from '../schemas/v3.1/strict/operation.js';
|
|
5
6
|
import type { SchemaObject } from '../schemas/v3.1/strict/schema.js';
|
|
@@ -90,6 +91,71 @@ export type TraversedOperation = BaseSchema & {
|
|
|
90
91
|
isDeprecated?: boolean;
|
|
91
92
|
children?: TraversedEntry[];
|
|
92
93
|
};
|
|
94
|
+
export declare const TraversedAsyncApiOperationSchemaDefinition: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
95
|
+
id: import("@scalar/typebox").TString;
|
|
96
|
+
title: import("@scalar/typebox").TString;
|
|
97
|
+
}>, import("@scalar/typebox").TObject<{
|
|
98
|
+
type: TLiteral<"asyncapi-operation">;
|
|
99
|
+
operationName: import("@scalar/typebox").TString;
|
|
100
|
+
action: import("@scalar/typebox").TUnion<[TLiteral<"send">, TLiteral<"receive">]>;
|
|
101
|
+
channelName: import("@scalar/typebox").TString;
|
|
102
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
103
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
104
|
+
}>]>;
|
|
105
|
+
/**
|
|
106
|
+
* An entry representing an AsyncAPI operation in the navigation structure.
|
|
107
|
+
*/
|
|
108
|
+
export type TraversedAsyncApiOperation = BaseSchema & {
|
|
109
|
+
type: 'asyncapi-operation';
|
|
110
|
+
/** Key in `document.operations` */
|
|
111
|
+
operationName: string;
|
|
112
|
+
action: 'send' | 'receive';
|
|
113
|
+
/** Resolved channel key in `document.channels` */
|
|
114
|
+
channelName: string;
|
|
115
|
+
/** Channel address for display and routing */
|
|
116
|
+
channelAddress: string;
|
|
117
|
+
/** Messages available on this operation */
|
|
118
|
+
children?: TraversedEntry[];
|
|
119
|
+
};
|
|
120
|
+
export declare const TraversedAsyncApiChannelSchemaDefinition: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
121
|
+
id: import("@scalar/typebox").TString;
|
|
122
|
+
title: import("@scalar/typebox").TString;
|
|
123
|
+
}>, import("@scalar/typebox").TObject<{
|
|
124
|
+
type: TLiteral<"asyncapi-channel">;
|
|
125
|
+
channelName: import("@scalar/typebox").TString;
|
|
126
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
127
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
128
|
+
}>]>;
|
|
129
|
+
/**
|
|
130
|
+
* An entry representing an AsyncAPI channel in the navigation structure.
|
|
131
|
+
*/
|
|
132
|
+
export type TraversedAsyncApiChannel = BaseSchema & {
|
|
133
|
+
type: 'asyncapi-channel';
|
|
134
|
+
/** Key in `document.channels` */
|
|
135
|
+
channelName: string;
|
|
136
|
+
/** Channel address for display and routing */
|
|
137
|
+
channelAddress: string;
|
|
138
|
+
/** Operations on the channel */
|
|
139
|
+
children?: TraversedEntry[];
|
|
140
|
+
};
|
|
141
|
+
export declare const TraversedAsyncApiMessageSchemaDefinition: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
142
|
+
id: import("@scalar/typebox").TString;
|
|
143
|
+
title: import("@scalar/typebox").TString;
|
|
144
|
+
}>, import("@scalar/typebox").TObject<{
|
|
145
|
+
type: TLiteral<"asyncapi-message">;
|
|
146
|
+
messageName: import("@scalar/typebox").TString;
|
|
147
|
+
channelName: import("@scalar/typebox").TString;
|
|
148
|
+
}>]>;
|
|
149
|
+
/**
|
|
150
|
+
* An entry representing an AsyncAPI message in the navigation structure.
|
|
151
|
+
*/
|
|
152
|
+
export type TraversedAsyncApiMessage = BaseSchema & {
|
|
153
|
+
type: 'asyncapi-message';
|
|
154
|
+
/** Key in `channel.messages` */
|
|
155
|
+
messageName: string;
|
|
156
|
+
/** Parent channel key in `document.channels` */
|
|
157
|
+
channelName: string;
|
|
158
|
+
};
|
|
93
159
|
export declare const TraversedSchemaSchemaDefinition: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
94
160
|
id: import("@scalar/typebox").TString;
|
|
95
161
|
title: import("@scalar/typebox").TString;
|
|
@@ -187,6 +253,31 @@ export declare const TraversedEntrySchemaDefinition: import("@scalar/typebox").T
|
|
|
187
253
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
188
254
|
id: import("@scalar/typebox").TString;
|
|
189
255
|
title: import("@scalar/typebox").TString;
|
|
256
|
+
}>, import("@scalar/typebox").TObject<{
|
|
257
|
+
type: TLiteral<"asyncapi-operation">;
|
|
258
|
+
operationName: import("@scalar/typebox").TString;
|
|
259
|
+
action: import("@scalar/typebox").TUnion<[TLiteral<"send">, TLiteral<"receive">]>;
|
|
260
|
+
channelName: import("@scalar/typebox").TString;
|
|
261
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
262
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
263
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
264
|
+
id: import("@scalar/typebox").TString;
|
|
265
|
+
title: import("@scalar/typebox").TString;
|
|
266
|
+
}>, import("@scalar/typebox").TObject<{
|
|
267
|
+
type: TLiteral<"asyncapi-channel">;
|
|
268
|
+
channelName: import("@scalar/typebox").TString;
|
|
269
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
270
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
271
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
272
|
+
id: import("@scalar/typebox").TString;
|
|
273
|
+
title: import("@scalar/typebox").TString;
|
|
274
|
+
}>, import("@scalar/typebox").TObject<{
|
|
275
|
+
type: TLiteral<"asyncapi-message">;
|
|
276
|
+
messageName: import("@scalar/typebox").TString;
|
|
277
|
+
channelName: import("@scalar/typebox").TString;
|
|
278
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
279
|
+
id: import("@scalar/typebox").TString;
|
|
280
|
+
title: import("@scalar/typebox").TString;
|
|
190
281
|
}>, import("@scalar/typebox").TObject<{
|
|
191
282
|
type: TLiteral<"model">;
|
|
192
283
|
ref: import("@scalar/typebox").TString;
|
|
@@ -233,7 +324,7 @@ export declare const TraversedEntrySchemaDefinition: import("@scalar/typebox").T
|
|
|
233
324
|
name: import("@scalar/typebox").TString;
|
|
234
325
|
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
235
326
|
}>]>]>;
|
|
236
|
-
export type TraversedEntry = TraversedDescription | TraversedOperation | TraversedSchema | TraversedTag | TraversedWebhook | TraversedExample | TraversedDocument | TraversedModels;
|
|
327
|
+
export type TraversedEntry = TraversedDescription | TraversedOperation | TraversedAsyncApiOperation | TraversedAsyncApiChannel | TraversedAsyncApiMessage | TraversedSchema | TraversedTag | TraversedWebhook | TraversedExample | TraversedDocument | TraversedModels;
|
|
237
328
|
/**
|
|
238
329
|
* Type helper for when we are storing the parent entry in the entry itself.
|
|
239
330
|
* The parent is recursively defined to also include its own parent, except for
|
|
@@ -244,11 +335,11 @@ export type WithParent<Entry extends TraversedEntry> = Entry & {
|
|
|
244
335
|
};
|
|
245
336
|
export type DocumentIdProps = {
|
|
246
337
|
name: string;
|
|
247
|
-
info: InfoObject;
|
|
338
|
+
info: InfoObject | AsyncApiInfoObject;
|
|
248
339
|
type: 'document';
|
|
249
340
|
};
|
|
250
341
|
type DescriptionIdProps = {
|
|
251
|
-
info: InfoObject;
|
|
342
|
+
info: InfoObject | AsyncApiInfoObject;
|
|
252
343
|
type: 'text';
|
|
253
344
|
slug?: string;
|
|
254
345
|
depth?: number;
|
|
@@ -297,7 +388,25 @@ type ExampleProps = {
|
|
|
297
388
|
name: string;
|
|
298
389
|
type: 'example';
|
|
299
390
|
};
|
|
300
|
-
|
|
391
|
+
type AsyncApiOperationProps = {
|
|
392
|
+
parentId: string;
|
|
393
|
+
operationName: string;
|
|
394
|
+
type: 'asyncapi-operation';
|
|
395
|
+
parentTag?: ParentTag;
|
|
396
|
+
};
|
|
397
|
+
type AsyncApiChannelProps = {
|
|
398
|
+
parentId: string;
|
|
399
|
+
channelName: string;
|
|
400
|
+
type: 'asyncapi-channel';
|
|
401
|
+
parentTag?: ParentTag;
|
|
402
|
+
};
|
|
403
|
+
type AsyncApiMessageProps = {
|
|
404
|
+
parentId: string;
|
|
405
|
+
messageName: string;
|
|
406
|
+
channelName: string;
|
|
407
|
+
type: 'asyncapi-message';
|
|
408
|
+
};
|
|
409
|
+
export type IdGeneratorProps = DocumentIdProps | DescriptionIdProps | TagProps | OperationProps | AsyncApiOperationProps | AsyncApiChannelProps | AsyncApiMessageProps | WebhookProps | ModelProps | ExampleProps;
|
|
301
410
|
export type IdGenerator = (props: IdGeneratorProps) => string;
|
|
302
411
|
export {};
|
|
303
412
|
//# sourceMappingURL=navigation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../src/schemas/navigation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,KAAK,UAAU,EAAE,MAAM,mCAAmC,CAAA;AACjF,OAAO,EAAE,KAAK,QAAQ,EAAQ,MAAM,iBAAiB,CAAA;
|
|
1
|
+
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../src/schemas/navigation.ts"],"names":[],"mappings":"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"}
|
|
@@ -28,6 +28,25 @@ export const TraversedOperationSchemaDefinition = compose(NavigationBaseSchemaDe
|
|
|
28
28
|
isDeprecated: Type.Optional(Type.Boolean()),
|
|
29
29
|
children: Type.Optional(Type.Array(TraversedEntryObjectRef)),
|
|
30
30
|
}));
|
|
31
|
+
export const TraversedAsyncApiOperationSchemaDefinition = compose(NavigationBaseSchemaDefinition, Type.Object({
|
|
32
|
+
type: Type.Literal('asyncapi-operation'),
|
|
33
|
+
operationName: Type.String(),
|
|
34
|
+
action: Type.Union([Type.Literal('send'), Type.Literal('receive')]),
|
|
35
|
+
channelName: Type.String(),
|
|
36
|
+
channelAddress: Type.String(),
|
|
37
|
+
children: Type.Optional(Type.Array(TraversedEntryObjectRef)),
|
|
38
|
+
}));
|
|
39
|
+
export const TraversedAsyncApiChannelSchemaDefinition = compose(NavigationBaseSchemaDefinition, Type.Object({
|
|
40
|
+
type: Type.Literal('asyncapi-channel'),
|
|
41
|
+
channelName: Type.String(),
|
|
42
|
+
channelAddress: Type.String(),
|
|
43
|
+
children: Type.Optional(Type.Array(TraversedEntryObjectRef)),
|
|
44
|
+
}));
|
|
45
|
+
export const TraversedAsyncApiMessageSchemaDefinition = compose(NavigationBaseSchemaDefinition, Type.Object({
|
|
46
|
+
type: Type.Literal('asyncapi-message'),
|
|
47
|
+
messageName: Type.String(),
|
|
48
|
+
channelName: Type.String(),
|
|
49
|
+
}));
|
|
31
50
|
export const TraversedSchemaSchemaDefinition = compose(NavigationBaseSchemaDefinition, Type.Object({
|
|
32
51
|
type: Type.Literal('model'),
|
|
33
52
|
ref: Type.String(),
|
|
@@ -57,6 +76,9 @@ export const TraversedModelsSchemaDefinition = compose(NavigationBaseSchemaDefin
|
|
|
57
76
|
export const TraversedEntrySchemaDefinition = Type.Union([
|
|
58
77
|
TraversedDescriptionSchemaDefinition,
|
|
59
78
|
TraversedOperationSchemaDefinition,
|
|
79
|
+
TraversedAsyncApiOperationSchemaDefinition,
|
|
80
|
+
TraversedAsyncApiChannelSchemaDefinition,
|
|
81
|
+
TraversedAsyncApiMessageSchemaDefinition,
|
|
60
82
|
TraversedSchemaSchemaDefinition,
|
|
61
83
|
TraversedTagSchemaDefinition,
|
|
62
84
|
TraversedWebhookSchemaDefinition,
|
|
@@ -415,7 +415,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
415
415
|
}>, import("@scalar/typebox").TObject<{
|
|
416
416
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
417
417
|
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
418
|
-
type: import("@scalar/typebox").TUnion<[TLiteral<"null">, TLiteral<"boolean"
|
|
418
|
+
type: import("@scalar/typebox").TUnion<[TLiteral<"null">, TLiteral<"boolean">]>;
|
|
419
419
|
}>, import("@scalar/typebox").TObject<{
|
|
420
420
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
421
421
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -503,15 +503,16 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
503
503
|
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
504
504
|
}>, import("@scalar/typebox").TObject<{
|
|
505
505
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
506
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
506
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
507
507
|
type: import("@scalar/typebox").TUnion<[TLiteral<"number">, TLiteral<"integer">]>;
|
|
508
508
|
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
509
|
+
}>, import("@scalar/typebox").TObject<{
|
|
509
510
|
multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
510
511
|
maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
511
512
|
exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
512
513
|
minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
513
514
|
exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
514
|
-
}>, import("@scalar/typebox").TObject<{
|
|
515
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
515
516
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
516
517
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
517
518
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -598,13 +599,14 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
598
599
|
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
599
600
|
}>, import("@scalar/typebox").TObject<{
|
|
600
601
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
601
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
602
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
602
603
|
type: TLiteral<"string">;
|
|
603
604
|
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
605
|
+
}>, import("@scalar/typebox").TObject<{
|
|
604
606
|
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
605
607
|
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
606
608
|
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
607
|
-
}>, import("@scalar/typebox").TObject<{
|
|
609
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
608
610
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
609
611
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
610
612
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -691,8 +693,9 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
691
693
|
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
692
694
|
}>, import("@scalar/typebox").TObject<{
|
|
693
695
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
694
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
696
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
695
697
|
type: TLiteral<"object">;
|
|
698
|
+
}>, import("@scalar/typebox").TObject<{
|
|
696
699
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
697
700
|
minProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
698
701
|
required: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
@@ -736,7 +739,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
736
739
|
}>]>, import("@scalar/typebox").TObject<{
|
|
737
740
|
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
738
741
|
}>]>]>>;
|
|
739
|
-
}>, import("@scalar/typebox").TObject<{
|
|
742
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
740
743
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
741
744
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
742
745
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -823,8 +826,133 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
823
826
|
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
824
827
|
}>, import("@scalar/typebox").TObject<{
|
|
825
828
|
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
826
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
829
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
827
830
|
type: TLiteral<"array">;
|
|
831
|
+
}>, import("@scalar/typebox").TObject<{
|
|
832
|
+
maxItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
833
|
+
minItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
834
|
+
uniqueItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
835
|
+
items: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
836
|
+
$ref: import("@scalar/typebox").TString;
|
|
837
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
838
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
839
|
+
}>, import("@scalar/typebox").TObject<{
|
|
840
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
841
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
842
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
843
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
844
|
+
}>]>]>>;
|
|
845
|
+
prefixItems: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
846
|
+
$ref: import("@scalar/typebox").TString;
|
|
847
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
848
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
849
|
+
}>, import("@scalar/typebox").TObject<{
|
|
850
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
851
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
852
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
853
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
854
|
+
}>]>]>>>;
|
|
855
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
856
|
+
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
857
|
+
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
858
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
859
|
+
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
860
|
+
enum: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TUnknown>>;
|
|
861
|
+
const: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
862
|
+
contentMediaType: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
863
|
+
contentEncoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
864
|
+
contentSchema: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
865
|
+
$ref: import("@scalar/typebox").TString;
|
|
866
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
867
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
868
|
+
}>, import("@scalar/typebox").TObject<{
|
|
869
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
870
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
871
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
872
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
873
|
+
}>]>]>>;
|
|
874
|
+
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
875
|
+
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
876
|
+
readOnly: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
877
|
+
writeOnly: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
878
|
+
xml: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"XMLObject">>;
|
|
879
|
+
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
880
|
+
example: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
881
|
+
examples: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TUnknown>>;
|
|
882
|
+
allOf: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
883
|
+
$ref: import("@scalar/typebox").TString;
|
|
884
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
885
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
886
|
+
}>, import("@scalar/typebox").TObject<{
|
|
887
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
888
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
889
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
890
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
891
|
+
}>]>]>>>;
|
|
892
|
+
oneOf: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
893
|
+
$ref: import("@scalar/typebox").TString;
|
|
894
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
895
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
896
|
+
}>, import("@scalar/typebox").TObject<{
|
|
897
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
898
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
899
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
900
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
901
|
+
}>]>]>>>;
|
|
902
|
+
anyOf: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
903
|
+
$ref: import("@scalar/typebox").TString;
|
|
904
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
905
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
906
|
+
}>, import("@scalar/typebox").TObject<{
|
|
907
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
908
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
909
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
910
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
911
|
+
}>]>]>>>;
|
|
912
|
+
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
913
|
+
$ref: import("@scalar/typebox").TString;
|
|
914
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
915
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
916
|
+
}>, import("@scalar/typebox").TObject<{
|
|
917
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
918
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
919
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
920
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
921
|
+
}>]>]>>;
|
|
922
|
+
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
923
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
924
|
+
}>, import("@scalar/typebox").TObject<{
|
|
925
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
926
|
+
}>, import("@scalar/typebox").TObject<{
|
|
927
|
+
'x-variable': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
928
|
+
}>, import("@scalar/typebox").TObject<{
|
|
929
|
+
'x-examples': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
930
|
+
}>, import("@scalar/typebox").TObject<{
|
|
931
|
+
'x-enumDescriptions': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>, TArray<import("@scalar/typebox").TString>]>>;
|
|
932
|
+
'x-enum-descriptions': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>, TArray<import("@scalar/typebox").TString>]>>;
|
|
933
|
+
}>, import("@scalar/typebox").TObject<{
|
|
934
|
+
'x-enum-varnames': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
935
|
+
'x-enumNames': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
936
|
+
}>, import("@scalar/typebox").TObject<{
|
|
937
|
+
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
938
|
+
}>, import("@scalar/typebox").TObject<{
|
|
939
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
940
|
+
}>, import("@scalar/typebox").TObject<{
|
|
941
|
+
'x-tags': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
942
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
943
|
+
type: TArray<import("@scalar/typebox").TUnion<[TLiteral<"null">, TLiteral<"boolean">, TLiteral<"string">, TLiteral<"number">, TLiteral<"integer">, TLiteral<"object">, TLiteral<"array">]>>;
|
|
944
|
+
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
945
|
+
}>, import("@scalar/typebox").TObject<{
|
|
946
|
+
multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
947
|
+
maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
948
|
+
exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
949
|
+
minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
950
|
+
exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
951
|
+
}>, import("@scalar/typebox").TObject<{
|
|
952
|
+
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
953
|
+
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
954
|
+
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
955
|
+
}>, import("@scalar/typebox").TObject<{
|
|
828
956
|
maxItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
829
957
|
minItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
830
958
|
uniqueItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -849,6 +977,50 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
849
977
|
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
850
978
|
}>]>]>>>;
|
|
851
979
|
}>, import("@scalar/typebox").TObject<{
|
|
980
|
+
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
981
|
+
minProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
982
|
+
required: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TString>>;
|
|
983
|
+
properties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
984
|
+
$ref: import("@scalar/typebox").TString;
|
|
985
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
986
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
987
|
+
}>, import("@scalar/typebox").TObject<{
|
|
988
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
989
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
990
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
991
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
992
|
+
}>]>]>>>;
|
|
993
|
+
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
994
|
+
$ref: import("@scalar/typebox").TString;
|
|
995
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
996
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
997
|
+
}>, import("@scalar/typebox").TObject<{
|
|
998
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
999
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1000
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1001
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1002
|
+
}>]>]>]>>;
|
|
1003
|
+
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1004
|
+
$ref: import("@scalar/typebox").TString;
|
|
1005
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1006
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1007
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1008
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1009
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1010
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1011
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1012
|
+
}>]>]>>>;
|
|
1013
|
+
propertyNames: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1014
|
+
$ref: import("@scalar/typebox").TString;
|
|
1015
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1016
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1017
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1018
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1019
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1020
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1021
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1022
|
+
}>]>]>>;
|
|
1023
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
852
1024
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
853
1025
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
854
1026
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1372,6 +1544,34 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1372
1544
|
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1373
1545
|
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1374
1546
|
}>]>;
|
|
1547
|
+
TraversedAsyncApiOperationObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1548
|
+
id: import("@scalar/typebox").TString;
|
|
1549
|
+
title: import("@scalar/typebox").TString;
|
|
1550
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1551
|
+
type: TLiteral<"asyncapi-operation">;
|
|
1552
|
+
operationName: import("@scalar/typebox").TString;
|
|
1553
|
+
action: import("@scalar/typebox").TUnion<[TLiteral<"send">, TLiteral<"receive">]>;
|
|
1554
|
+
channelName: import("@scalar/typebox").TString;
|
|
1555
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1556
|
+
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1557
|
+
}>]>;
|
|
1558
|
+
TraversedAsyncApiChannelObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1559
|
+
id: import("@scalar/typebox").TString;
|
|
1560
|
+
title: import("@scalar/typebox").TString;
|
|
1561
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1562
|
+
type: TLiteral<"asyncapi-channel">;
|
|
1563
|
+
channelName: import("@scalar/typebox").TString;
|
|
1564
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1565
|
+
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1566
|
+
}>]>;
|
|
1567
|
+
TraversedAsyncApiMessageObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1568
|
+
id: import("@scalar/typebox").TString;
|
|
1569
|
+
title: import("@scalar/typebox").TString;
|
|
1570
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1571
|
+
type: TLiteral<"asyncapi-message">;
|
|
1572
|
+
messageName: import("@scalar/typebox").TString;
|
|
1573
|
+
channelName: import("@scalar/typebox").TString;
|
|
1574
|
+
}>]>;
|
|
1375
1575
|
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1376
1576
|
id: import("@scalar/typebox").TString;
|
|
1377
1577
|
title: import("@scalar/typebox").TString;
|
|
@@ -1421,6 +1621,31 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1421
1621
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1422
1622
|
id: import("@scalar/typebox").TString;
|
|
1423
1623
|
title: import("@scalar/typebox").TString;
|
|
1624
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1625
|
+
type: TLiteral<"asyncapi-operation">;
|
|
1626
|
+
operationName: import("@scalar/typebox").TString;
|
|
1627
|
+
action: import("@scalar/typebox").TUnion<[TLiteral<"send">, TLiteral<"receive">]>;
|
|
1628
|
+
channelName: import("@scalar/typebox").TString;
|
|
1629
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1630
|
+
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1631
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1632
|
+
id: import("@scalar/typebox").TString;
|
|
1633
|
+
title: import("@scalar/typebox").TString;
|
|
1634
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1635
|
+
type: TLiteral<"asyncapi-channel">;
|
|
1636
|
+
channelName: import("@scalar/typebox").TString;
|
|
1637
|
+
channelAddress: import("@scalar/typebox").TString;
|
|
1638
|
+
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1639
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1640
|
+
id: import("@scalar/typebox").TString;
|
|
1641
|
+
title: import("@scalar/typebox").TString;
|
|
1642
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1643
|
+
type: TLiteral<"asyncapi-message">;
|
|
1644
|
+
messageName: import("@scalar/typebox").TString;
|
|
1645
|
+
channelName: import("@scalar/typebox").TString;
|
|
1646
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1647
|
+
id: import("@scalar/typebox").TString;
|
|
1648
|
+
title: import("@scalar/typebox").TString;
|
|
1424
1649
|
}>, import("@scalar/typebox").TObject<{
|
|
1425
1650
|
type: TLiteral<"model">;
|
|
1426
1651
|
ref: import("@scalar/typebox").TString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,QAAQ,EAAQ,MAAM,iBAAiB,CAAA;AAClE,OAAO,EAA2C,KAAK,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACvG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAE7C,OAAO,EAAE,KAAK,UAAU,EAAuC,MAAM,cAAc,CAAA;AACnF,OAAO,EAAE,KAAK,QAAQ,EAAmC,MAAM,YAAY,CAAA;AAC3E,OAAO,EAAE,KAAK,IAAI,EAA2B,MAAM,QAAQ,CAAA;AAC3D,OAAO,EAAE,KAAK,OAAO,EAAiC,MAAM,WAAW,CAAA;AACvE,OAAO,EAAE,KAAK,QAAQ,EAAmC,MAAM,YAAY,CAAA;AAE3E;;;;GAIG;AACH,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/index.ts"],"names":[],"mappings":"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"}
|