@scalar/workspace-store 0.51.2 → 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 +30 -0
- package/dist/channel-example/build-connection-url.d.ts +42 -0
- package/dist/channel-example/build-connection-url.d.ts.map +1 -0
- package/dist/channel-example/build-connection-url.js +184 -0
- 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 +20 -0
- package/dist/channel-example/index.d.ts.map +1 -0
- package/dist/channel-example/index.js +11 -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 +36 -0
- package/dist/channel-example/servers.d.ts.map +1 -0
- package/dist/channel-example/servers.js +77 -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 +1266 -81
- package/dist/entities/auth/schema.d.ts.map +1 -1
- package/dist/events/definitions/log.d.ts +6 -0
- package/dist/events/definitions/log.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/request-example/builder/helpers/get-example-from-schema.d.ts.map +1 -1
- package/dist/request-example/builder/helpers/get-example-from-schema.js +33 -2
- package/dist/schemas/extensions/schema/x-order.d.ts +22 -0
- package/dist/schemas/extensions/schema/x-order.d.ts.map +1 -0
- package/dist/schemas/extensions/schema/x-order.js +17 -0
- package/dist/schemas/extensions/server/x-scalar-selected-server.d.ts +4 -1
- package/dist/schemas/extensions/server/x-scalar-selected-server.d.ts.map +1 -1
- package/dist/schemas/extensions/server/x-scalar-selected-server.js +4 -2
- 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 +245 -8
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +245 -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 +61 -17
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +9731 -1436
- 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 +275 -27
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +39 -29
- package/package.json +12 -7
|
@@ -5,6 +5,7 @@ import { type XAdditionalPropertiesName } from '../../../schemas/extensions/sche
|
|
|
5
5
|
import { type XEnumDescriptions } from '../../../schemas/extensions/schema/x-enum-descriptions.js';
|
|
6
6
|
import { type XEnumVarNames } from '../../../schemas/extensions/schema/x-enum-varnames.js';
|
|
7
7
|
import { type XExamples } from '../../../schemas/extensions/schema/x-examples.js';
|
|
8
|
+
import { type XOrder } from '../../../schemas/extensions/schema/x-order.js';
|
|
8
9
|
import { type XVariable } from '../../../schemas/extensions/schema/x-variable.js';
|
|
9
10
|
import type { ExternalDocumentationObject } from '../../../schemas/v3.1/strict/external-documentation.js';
|
|
10
11
|
import type { XMLObject } from '../../../schemas/v3.1/strict/xml.js';
|
|
@@ -13,21 +14,20 @@ import { type ReferenceObject } from './reference.js';
|
|
|
13
14
|
export type SchemaReferenceType<Value> = Value | (ReferenceObject & {
|
|
14
15
|
'$ref-value': unknown;
|
|
15
16
|
});
|
|
17
|
+
type PrimitiveSchemaType = 'null' | 'boolean' | 'string' | 'number' | 'integer' | 'object' | 'array';
|
|
16
18
|
/** We use this type to ensure that we are parsing a schema object as every property can be optional */
|
|
17
19
|
type _InternalType = CoreProperties & {
|
|
18
20
|
__scalar_: string;
|
|
19
21
|
} & Extensions;
|
|
20
22
|
/**
|
|
21
23
|
* Primitive types that don't have additional validation properties.
|
|
22
|
-
* These types (null, boolean
|
|
24
|
+
* These types (null, boolean) can be used
|
|
23
25
|
* without additional validation constraints.
|
|
24
|
-
*
|
|
25
|
-
* TODO: Type array will actually validate against every union type but we can cross that bridge when we come to it
|
|
26
26
|
*/
|
|
27
27
|
declare const OtherTypes: import("@scalar/typebox").TObject<{
|
|
28
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"null">, import("@scalar/typebox").TLiteral<"boolean"
|
|
28
|
+
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"null">, import("@scalar/typebox").TLiteral<"boolean">]>;
|
|
29
29
|
}>;
|
|
30
|
-
type OtherType = 'boolean' | 'null'
|
|
30
|
+
type OtherType = 'boolean' | 'null';
|
|
31
31
|
type OtherTypes = CoreProperties & {
|
|
32
32
|
type: OtherType;
|
|
33
33
|
} & Extensions;
|
|
@@ -47,10 +47,12 @@ declare const Extensions: import("@scalar/typebox").TIntersect<[import("@scalar/
|
|
|
47
47
|
'x-enumNames': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
48
48
|
}>, import("@scalar/typebox").TObject<{
|
|
49
49
|
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
50
|
+
}>, import("@scalar/typebox").TObject<{
|
|
51
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
50
52
|
}>, import("@scalar/typebox").TObject<{
|
|
51
53
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
52
54
|
}>]>;
|
|
53
|
-
type Extensions = XScalarIgnore & XInternal & XVariable & XEnumDescriptions & XEnumVarNames & XExamples & XAdditionalPropertiesName & XTags;
|
|
55
|
+
type Extensions = XScalarIgnore & XInternal & XVariable & XEnumDescriptions & XEnumVarNames & XExamples & XAdditionalPropertiesName & XOrder & XTags;
|
|
54
56
|
type CoreProperties = {
|
|
55
57
|
name?: string;
|
|
56
58
|
/** A title for the schema. */
|
|
@@ -101,10 +103,7 @@ type CoreProperties = {
|
|
|
101
103
|
/** Schema must not be valid. */
|
|
102
104
|
not?: SchemaReferenceType<SchemaObject>;
|
|
103
105
|
};
|
|
104
|
-
type
|
|
105
|
-
type: 'number' | 'integer';
|
|
106
|
-
/** Different subtypes */
|
|
107
|
-
format?: 'int8' | 'int16' | 'int32' | 'int64' | 'uint8' | 'uint16' | 'uint32' | 'uint64' | 'double-int' | 'float' | 'double' | 'decimal' | 'decimal128' | 'sf-integer' | 'sf-decimal' | (string & {});
|
|
106
|
+
type NumericKeywords = {
|
|
108
107
|
/** Number must be a multiple of this value. */
|
|
109
108
|
multipleOf?: number;
|
|
110
109
|
/** Maximum value (inclusive). */
|
|
@@ -115,6 +114,12 @@ type NumericObject = CoreProperties & {
|
|
|
115
114
|
minimum?: number;
|
|
116
115
|
/** Minimum value (exclusive). */
|
|
117
116
|
exclusiveMinimum?: number;
|
|
117
|
+
};
|
|
118
|
+
type NumericFormat = 'int8' | 'int16' | 'int32' | 'int64' | 'uint8' | 'uint16' | 'uint32' | 'uint64' | 'double-int' | 'float' | 'double' | 'decimal' | 'decimal128' | 'sf-integer' | 'sf-decimal' | (string & {});
|
|
119
|
+
type NumericObject = CoreProperties & NumericKeywords & {
|
|
120
|
+
type: 'number' | 'integer';
|
|
121
|
+
/** Different subtypes */
|
|
122
|
+
format?: NumericFormat;
|
|
118
123
|
} & Extensions;
|
|
119
124
|
/**
|
|
120
125
|
* Supported string formats in OpenAPI schemas.
|
|
@@ -123,19 +128,20 @@ type NumericObject = CoreProperties & {
|
|
|
123
128
|
* in the schema, so we type it in typescript instead. This gives us autocomplete while allowing any string!
|
|
124
129
|
*/
|
|
125
130
|
type StringFormat = 'date' | 'date-time' | 'date-time-local' | 'time' | 'time-local' | 'duration' | 'http-date' | 'email' | 'idn-email' | 'hostname' | 'idn-hostname' | 'ipv4' | 'ipv6' | 'uri' | 'uri-reference' | 'uri-template' | 'iri' | 'iri-reference' | 'uuid' | 'binary' | 'byte' | 'base64url' | 'html' | 'commonmark' | 'password' | 'regex' | 'json-pointer' | 'relative-json-pointer' | 'media-range' | 'char' | 'sf-string' | 'sf-token' | 'sf-binary' | 'sf-boolean' | (string & {});
|
|
126
|
-
type
|
|
127
|
-
type: 'string';
|
|
128
|
-
/** Different subtypes - allow any arbitrary string, this negates the purpose of having a union of formats so we type it in typescript instead */
|
|
129
|
-
format?: StringFormat;
|
|
131
|
+
type StringKeywords = {
|
|
130
132
|
/** Maximum string length. */
|
|
131
133
|
maxLength?: number;
|
|
132
134
|
/** Minimum string length. */
|
|
133
135
|
minLength?: number;
|
|
134
136
|
/** Regular expression pattern. */
|
|
135
137
|
pattern?: string;
|
|
138
|
+
};
|
|
139
|
+
type StringObject = CoreProperties & StringKeywords & {
|
|
140
|
+
type: 'string';
|
|
141
|
+
/** Different subtypes - allow any arbitrary string, this negates the purpose of having a union of formats so we type it in typescript instead */
|
|
142
|
+
format?: StringFormat;
|
|
136
143
|
} & Extensions;
|
|
137
|
-
type
|
|
138
|
-
type: 'array';
|
|
144
|
+
type ArrayKeywords = {
|
|
139
145
|
/** Maximum number of items in array. */
|
|
140
146
|
maxItems?: number;
|
|
141
147
|
/** Minimum number of items in array. */
|
|
@@ -146,9 +152,11 @@ type ArrayObject = CoreProperties & {
|
|
|
146
152
|
items?: SchemaReferenceType<SchemaObject>;
|
|
147
153
|
/** Schema for tuple validation. */
|
|
148
154
|
prefixItems?: SchemaReferenceType<SchemaObject>[];
|
|
155
|
+
};
|
|
156
|
+
type ArrayObject = CoreProperties & ArrayKeywords & {
|
|
157
|
+
type: 'array';
|
|
149
158
|
} & Extensions;
|
|
150
|
-
type
|
|
151
|
-
type: 'object';
|
|
159
|
+
type ObjectKeywords = {
|
|
152
160
|
/** Maximum number of properties. */
|
|
153
161
|
maxProperties?: number;
|
|
154
162
|
/** Minimum number of properties. */
|
|
@@ -163,6 +171,14 @@ type ObjectObject = CoreProperties & {
|
|
|
163
171
|
patternProperties?: Record<string, SchemaReferenceType<SchemaObject>>;
|
|
164
172
|
/** Constraints on property names (JSON Schema propertyNames keyword). */
|
|
165
173
|
propertyNames?: SchemaReferenceType<SchemaObject>;
|
|
174
|
+
};
|
|
175
|
+
type ObjectObject = CoreProperties & ObjectKeywords & {
|
|
176
|
+
type: 'object';
|
|
177
|
+
} & Extensions;
|
|
178
|
+
type MultiTypeObject = CoreProperties & NumericKeywords & StringKeywords & ArrayKeywords & ObjectKeywords & {
|
|
179
|
+
type: PrimitiveSchemaType[];
|
|
180
|
+
/** Different subtypes - allow any arbitrary string, this negates the purpose of having a union of formats so we type it in typescript instead */
|
|
181
|
+
format?: StringFormat | NumericFormat;
|
|
166
182
|
} & Extensions;
|
|
167
183
|
/** Builds the recursive schema schema */
|
|
168
184
|
export declare const SchemaObjectSchemaDefinition: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -277,10 +293,12 @@ export declare const SchemaObjectSchemaDefinition: import("@scalar/typebox").TUn
|
|
|
277
293
|
'x-enumNames': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
278
294
|
}>, import("@scalar/typebox").TObject<{
|
|
279
295
|
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
296
|
+
}>, import("@scalar/typebox").TObject<{
|
|
297
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
280
298
|
}>, import("@scalar/typebox").TObject<{
|
|
281
299
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
282
300
|
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
283
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"null">, import("@scalar/typebox").TLiteral<"boolean"
|
|
301
|
+
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"null">, import("@scalar/typebox").TLiteral<"boolean">]>;
|
|
284
302
|
}>, import("@scalar/typebox").TObject<{
|
|
285
303
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
286
304
|
/** A title for the schema. */
|
|
@@ -391,12 +409,15 @@ export declare const SchemaObjectSchemaDefinition: import("@scalar/typebox").TUn
|
|
|
391
409
|
'x-enumNames': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
392
410
|
}>, import("@scalar/typebox").TObject<{
|
|
393
411
|
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
412
|
+
}>, import("@scalar/typebox").TObject<{
|
|
413
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
394
414
|
}>, import("@scalar/typebox").TObject<{
|
|
395
415
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
396
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
416
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
397
417
|
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"number">, import("@scalar/typebox").TLiteral<"integer">]>;
|
|
398
418
|
/** Different subtypes */
|
|
399
419
|
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
420
|
+
}>, import("@scalar/typebox").TObject<{
|
|
400
421
|
/** Number must be a multiple of this value. */
|
|
401
422
|
multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
402
423
|
/** Maximum value (inclusive). */
|
|
@@ -407,7 +428,7 @@ export declare const SchemaObjectSchemaDefinition: import("@scalar/typebox").TUn
|
|
|
407
428
|
minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
408
429
|
/** Minimum value (exclusive). */
|
|
409
430
|
exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
410
|
-
}>, import("@scalar/typebox").TObject<{
|
|
431
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
411
432
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
412
433
|
/** A title for the schema. */
|
|
413
434
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -517,19 +538,22 @@ export declare const SchemaObjectSchemaDefinition: import("@scalar/typebox").TUn
|
|
|
517
538
|
'x-enumNames': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
518
539
|
}>, import("@scalar/typebox").TObject<{
|
|
519
540
|
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
541
|
+
}>, import("@scalar/typebox").TObject<{
|
|
542
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
520
543
|
}>, import("@scalar/typebox").TObject<{
|
|
521
544
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
522
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
545
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
523
546
|
type: import("@scalar/typebox").TLiteral<"string">;
|
|
524
547
|
/** Different subtypes - allow any arbitrary string, this negates the purpose of having a union of formats so we type it in typescript instead */
|
|
525
548
|
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
549
|
+
}>, import("@scalar/typebox").TObject<{
|
|
526
550
|
/** Maximum string length. */
|
|
527
551
|
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
528
552
|
/** Minimum string length. */
|
|
529
553
|
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
530
554
|
/** Regular expression pattern. */
|
|
531
555
|
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
532
|
-
}>, import("@scalar/typebox").TObject<{
|
|
556
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
533
557
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
534
558
|
/** A title for the schema. */
|
|
535
559
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -639,10 +663,13 @@ export declare const SchemaObjectSchemaDefinition: import("@scalar/typebox").TUn
|
|
|
639
663
|
'x-enumNames': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
640
664
|
}>, import("@scalar/typebox").TObject<{
|
|
641
665
|
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
666
|
+
}>, import("@scalar/typebox").TObject<{
|
|
667
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
642
668
|
}>, import("@scalar/typebox").TObject<{
|
|
643
669
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
644
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
670
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
645
671
|
type: import("@scalar/typebox").TLiteral<"object">;
|
|
672
|
+
}>, import("@scalar/typebox").TObject<{
|
|
646
673
|
/** Maximum number of properties. */
|
|
647
674
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
648
675
|
/** Minimum number of properties. */
|
|
@@ -693,7 +720,7 @@ export declare const SchemaObjectSchemaDefinition: import("@scalar/typebox").TUn
|
|
|
693
720
|
}>]>, import("@scalar/typebox").TObject<{
|
|
694
721
|
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
695
722
|
}>]>]>>;
|
|
696
|
-
}>, import("@scalar/typebox").TObject<{
|
|
723
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
697
724
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
698
725
|
/** A title for the schema. */
|
|
699
726
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -803,10 +830,178 @@ export declare const SchemaObjectSchemaDefinition: import("@scalar/typebox").TUn
|
|
|
803
830
|
'x-enumNames': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
804
831
|
}>, import("@scalar/typebox").TObject<{
|
|
805
832
|
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
833
|
+
}>, import("@scalar/typebox").TObject<{
|
|
834
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
806
835
|
}>, import("@scalar/typebox").TObject<{
|
|
807
836
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
808
|
-
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
837
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
809
838
|
type: import("@scalar/typebox").TLiteral<"array">;
|
|
839
|
+
}>, import("@scalar/typebox").TObject<{
|
|
840
|
+
/** Maximum number of items in array. */
|
|
841
|
+
maxItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
842
|
+
/** Minimum number of items in array. */
|
|
843
|
+
minItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
844
|
+
/** Whether array items must be unique. */
|
|
845
|
+
uniqueItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
846
|
+
/** Schema for array items. */
|
|
847
|
+
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<{
|
|
848
|
+
$ref: import("@scalar/typebox").TString;
|
|
849
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
850
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
851
|
+
}>, import("@scalar/typebox").TObject<{
|
|
852
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
853
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
854
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
855
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
856
|
+
}>]>]>>;
|
|
857
|
+
/** Schema for tuple validation. */
|
|
858
|
+
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
859
|
+
$ref: import("@scalar/typebox").TString;
|
|
860
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
861
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
862
|
+
}>, import("@scalar/typebox").TObject<{
|
|
863
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
864
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
865
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
866
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
867
|
+
}>]>]>>>;
|
|
868
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
869
|
+
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
870
|
+
/** A title for the schema. */
|
|
871
|
+
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
872
|
+
/** A description of the schema. */
|
|
873
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
874
|
+
/** Default value for the schema. */
|
|
875
|
+
default: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
876
|
+
/** Array of allowed values. */
|
|
877
|
+
enum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnknown>>;
|
|
878
|
+
/** Constant value that must match exactly. */
|
|
879
|
+
const: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
880
|
+
/** Media type for content validation. */
|
|
881
|
+
contentMediaType: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
882
|
+
/** Content encoding. */
|
|
883
|
+
contentEncoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
884
|
+
/** Schema for content validation. */
|
|
885
|
+
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<{
|
|
886
|
+
$ref: import("@scalar/typebox").TString;
|
|
887
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
888
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
889
|
+
}>, import("@scalar/typebox").TObject<{
|
|
890
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
891
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
892
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
893
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
894
|
+
}>]>]>>;
|
|
895
|
+
/** Whether the schema is deprecated. */
|
|
896
|
+
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
897
|
+
/** Adds support for polymorphism. The discriminator is used to determine which of a set of schemas a payload is expected to satisfy. See Composition and Inheritance for more details. */
|
|
898
|
+
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
899
|
+
/** Whether the schema is read-only. */
|
|
900
|
+
readOnly: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
901
|
+
/** Whether the schema is write-only. */
|
|
902
|
+
writeOnly: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
903
|
+
/** This MAY be used only on property schemas. It has no effect on root schemas. Adds additional metadata to describe the XML representation of this property. */
|
|
904
|
+
xml: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"XMLObject">>;
|
|
905
|
+
/** Additional external documentation for this schema. */
|
|
906
|
+
externalDocs: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"ExternalDocumentationObject">>;
|
|
907
|
+
/**
|
|
908
|
+
* A free-form field to include an example of an instance for this schema. To represent examples that cannot be naturally represented in JSON or YAML, a string value can be used to contain the example with escaping where necessary.
|
|
909
|
+
*
|
|
910
|
+
* @deprecated The example field has been deprecated in favor of the JSON Schema examples keyword. Use of example is discouraged, and later versions of this specification may remove it.
|
|
911
|
+
*/
|
|
912
|
+
example: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
913
|
+
/**
|
|
914
|
+
* An array of examples of valid instances for this schema. This keyword follows the JSON Schema Draft 2020-12 specification.
|
|
915
|
+
* Each example should be a valid instance of the schema.
|
|
916
|
+
*/
|
|
917
|
+
examples: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnknown>>;
|
|
918
|
+
/** All schemas must be valid. */
|
|
919
|
+
allOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
920
|
+
$ref: import("@scalar/typebox").TString;
|
|
921
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
922
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
923
|
+
}>, import("@scalar/typebox").TObject<{
|
|
924
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
925
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
926
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
927
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
928
|
+
}>]>]>>>;
|
|
929
|
+
/** Exactly one schema must be valid. */
|
|
930
|
+
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
931
|
+
$ref: import("@scalar/typebox").TString;
|
|
932
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
933
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
934
|
+
}>, import("@scalar/typebox").TObject<{
|
|
935
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
936
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
937
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
938
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
939
|
+
}>]>]>>>;
|
|
940
|
+
/** At least one schema must be valid. */
|
|
941
|
+
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
942
|
+
$ref: import("@scalar/typebox").TString;
|
|
943
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
944
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
945
|
+
}>, import("@scalar/typebox").TObject<{
|
|
946
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
947
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
948
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
949
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
950
|
+
}>]>]>>>;
|
|
951
|
+
/** Schema must not be valid. */
|
|
952
|
+
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<{
|
|
953
|
+
$ref: import("@scalar/typebox").TString;
|
|
954
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
955
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
956
|
+
}>, import("@scalar/typebox").TObject<{
|
|
957
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
958
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
959
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
960
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
961
|
+
}>]>]>>;
|
|
962
|
+
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
963
|
+
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
964
|
+
}>, import("@scalar/typebox").TObject<{
|
|
965
|
+
'x-internal': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
966
|
+
}>, import("@scalar/typebox").TObject<{
|
|
967
|
+
'x-variable': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
968
|
+
}>, import("@scalar/typebox").TObject<{
|
|
969
|
+
'x-examples': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
970
|
+
}>, import("@scalar/typebox").TObject<{
|
|
971
|
+
'x-enumDescriptions': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>, import("@scalar/typebox").TArray<import("@scalar/typebox").TString>]>>;
|
|
972
|
+
'x-enum-descriptions': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>, import("@scalar/typebox").TArray<import("@scalar/typebox").TString>]>>;
|
|
973
|
+
}>, import("@scalar/typebox").TObject<{
|
|
974
|
+
'x-enum-varnames': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
975
|
+
'x-enumNames': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
976
|
+
}>, import("@scalar/typebox").TObject<{
|
|
977
|
+
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
978
|
+
}>, import("@scalar/typebox").TObject<{
|
|
979
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
980
|
+
}>, import("@scalar/typebox").TObject<{
|
|
981
|
+
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
982
|
+
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
983
|
+
type: import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"null">, import("@scalar/typebox").TLiteral<"boolean">, import("@scalar/typebox").TLiteral<"string">, import("@scalar/typebox").TLiteral<"number">, import("@scalar/typebox").TLiteral<"integer">, import("@scalar/typebox").TLiteral<"object">, import("@scalar/typebox").TLiteral<"array">]>>;
|
|
984
|
+
/** Different subtypes - allow any arbitrary string, this negates the purpose of having a union of formats so we type it in typescript instead */
|
|
985
|
+
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
986
|
+
}>, import("@scalar/typebox").TObject<{
|
|
987
|
+
/** Number must be a multiple of this value. */
|
|
988
|
+
multipleOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
989
|
+
/** Maximum value (inclusive). */
|
|
990
|
+
maximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
991
|
+
/** Maximum value (exclusive). */
|
|
992
|
+
exclusiveMaximum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
993
|
+
/** Minimum value (inclusive). */
|
|
994
|
+
minimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
995
|
+
/** Minimum value (exclusive). */
|
|
996
|
+
exclusiveMinimum: import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
997
|
+
}>, import("@scalar/typebox").TObject<{
|
|
998
|
+
/** Maximum string length. */
|
|
999
|
+
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1000
|
+
/** Minimum string length. */
|
|
1001
|
+
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1002
|
+
/** Regular expression pattern. */
|
|
1003
|
+
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1004
|
+
}>, import("@scalar/typebox").TObject<{
|
|
810
1005
|
/** Maximum number of items in array. */
|
|
811
1006
|
maxItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
812
1007
|
/** Minimum number of items in array. */
|
|
@@ -836,6 +1031,57 @@ export declare const SchemaObjectSchemaDefinition: import("@scalar/typebox").TUn
|
|
|
836
1031
|
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
837
1032
|
}>]>]>>>;
|
|
838
1033
|
}>, import("@scalar/typebox").TObject<{
|
|
1034
|
+
/** Maximum number of properties. */
|
|
1035
|
+
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1036
|
+
/** Minimum number of properties. */
|
|
1037
|
+
minProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1038
|
+
/** Array of required property names. */
|
|
1039
|
+
required: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
1040
|
+
/** Object property definitions. */
|
|
1041
|
+
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<{
|
|
1042
|
+
$ref: import("@scalar/typebox").TString;
|
|
1043
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1044
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1045
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1046
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1047
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1048
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1049
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1050
|
+
}>]>]>>>;
|
|
1051
|
+
/** Schema for additional properties. */
|
|
1052
|
+
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<{
|
|
1053
|
+
$ref: import("@scalar/typebox").TString;
|
|
1054
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1055
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1056
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1057
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1058
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1059
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1060
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1061
|
+
}>]>]>]>>;
|
|
1062
|
+
/** Properties matching regex patterns. */
|
|
1063
|
+
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<{
|
|
1064
|
+
$ref: import("@scalar/typebox").TString;
|
|
1065
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1066
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1067
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1068
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1069
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1070
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1071
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1072
|
+
}>]>]>>>;
|
|
1073
|
+
/** Constraints on property names (JSON Schema propertyNames keyword). */
|
|
1074
|
+
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<{
|
|
1075
|
+
$ref: import("@scalar/typebox").TString;
|
|
1076
|
+
summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1077
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1078
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1079
|
+
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1080
|
+
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1081
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1082
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
1083
|
+
}>]>]>>;
|
|
1084
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
839
1085
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
840
1086
|
/** A title for the schema. */
|
|
841
1087
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -945,10 +1191,12 @@ export declare const SchemaObjectSchemaDefinition: import("@scalar/typebox").TUn
|
|
|
945
1191
|
'x-enumNames': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
946
1192
|
}>, import("@scalar/typebox").TObject<{
|
|
947
1193
|
'x-additionalPropertiesName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1194
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1195
|
+
'x-order': import("@scalar/typebox").TOptional<import("@scalar/typebox").TNumber>;
|
|
948
1196
|
}>, import("@scalar/typebox").TObject<{
|
|
949
1197
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
950
1198
|
}>]>]>]>;
|
|
951
|
-
export type SchemaObject = _InternalType | OtherTypes | NumericObject | StringObject | ObjectObject | ArrayObject;
|
|
1199
|
+
export type SchemaObject = _InternalType | OtherTypes | MultiTypeObject | NumericObject | StringObject | ObjectObject | ArrayObject;
|
|
952
1200
|
export type MaybeRefSchemaObject = SchemaReferenceType<SchemaObject>;
|
|
953
1201
|
export {};
|
|
954
1202
|
//# sourceMappingURL=schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/schemas/v3.1/strict/schema.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,SAAS,EAAmB,MAAM,0CAA0C,CAAA;AAC1F,OAAO,EAAE,KAAK,aAAa,EAAuB,MAAM,+CAA+C,CAAA;AACvG,OAAO,EAAE,KAAK,KAAK,EAAe,MAAM,sCAAsC,CAAA;AAC9E,OAAO,EACL,KAAK,yBAAyB,EAE/B,MAAM,0DAA0D,CAAA;AACjE,OAAO,EAAE,KAAK,iBAAiB,EAA2B,MAAM,iDAAiD,CAAA;AACjH,OAAO,EAAE,KAAK,aAAa,EAAuB,MAAM,6CAA6C,CAAA;AACrG,OAAO,EAAE,KAAK,SAAS,EAAmB,MAAM,wCAAwC,CAAA;AACxF,OAAO,EAAE,KAAK,SAAS,EAAmB,MAAM,wCAAwC,CAAA;AACxF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAA;AAC/F,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAE1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AAO1D,OAAO,EAAE,KAAK,eAAe,EAAyB,MAAM,aAAa,CAAA;AAEzE,MAAM,MAAM,mBAAmB,CAAC,KAAK,IAAI,KAAK,GAAG,CAAC,eAAe,GAAG;IAAE,YAAY,EAAE,OAAO,CAAA;CAAE,CAAC,CAAA;
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/schemas/v3.1/strict/schema.ts"],"names":[],"mappings":"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"}
|