@scalar/workspace-store 0.54.4 → 0.55.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 +22 -0
- package/dist/channel-example/build-connection-url.d.ts +7 -0
- package/dist/channel-example/build-connection-url.d.ts.map +1 -1
- package/dist/channel-example/build-connection-url.js +10 -0
- package/dist/channel-example/get-async-api-protocols.d.ts +86 -0
- package/dist/channel-example/get-async-api-protocols.d.ts.map +1 -0
- package/dist/channel-example/get-async-api-protocols.js +110 -0
- package/dist/channel-example/index.d.ts +2 -0
- package/dist/channel-example/index.d.ts.map +1 -1
- package/dist/channel-example/index.js +1 -0
- package/dist/channel-example/servers.d.ts +7 -0
- package/dist/channel-example/servers.d.ts.map +1 -1
- package/dist/channel-example/servers.js +1 -1
- package/dist/entities/auth/schema.d.ts +260 -235
- package/dist/entities/auth/schema.d.ts.map +1 -1
- package/dist/events/definitions/workspace.d.ts +8 -0
- package/dist/events/definitions/workspace.d.ts.map +1 -1
- package/dist/helpers/get-first-server.d.ts +9 -0
- package/dist/helpers/get-first-server.d.ts.map +1 -0
- package/dist/helpers/get-first-server.js +30 -0
- package/dist/mutators/index.d.ts +1 -0
- package/dist/mutators/index.d.ts.map +1 -1
- package/dist/mutators/workspace.d.ts +8 -0
- package/dist/mutators/workspace.d.ts.map +1 -1
- package/dist/mutators/workspace.js +13 -0
- package/dist/request-example/builder/header/de-serialize-parameter.d.ts +14 -1
- package/dist/request-example/builder/header/de-serialize-parameter.d.ts.map +1 -1
- package/dist/request-example/builder/header/de-serialize-parameter.js +10 -4
- package/dist/request-example/builder/header/is-param-disabled.d.ts +2 -1
- package/dist/request-example/builder/header/is-param-disabled.d.ts.map +1 -1
- package/dist/request-example/builder/header/is-param-disabled.js +6 -1
- package/dist/request-example/builder/header/serialize-parameter.d.ts +1 -0
- package/dist/request-example/builder/header/serialize-parameter.d.ts.map +1 -1
- package/dist/request-example/builder/header/serialize-parameter.js +22 -9
- package/dist/request-example/builder/index.d.ts +2 -1
- package/dist/request-example/builder/index.d.ts.map +1 -1
- package/dist/request-example/builder/index.js +2 -1
- package/dist/request-example/index.d.ts +1 -1
- package/dist/request-example/index.d.ts.map +1 -1
- package/dist/request-example/index.js +1 -1
- package/dist/schemas/extensions/document/x-scalar-links.d.ts +25 -0
- package/dist/schemas/extensions/document/x-scalar-links.d.ts.map +1 -0
- package/dist/schemas/extensions/document/x-scalar-links.js +24 -0
- package/dist/schemas/extensions.d.ts +1 -0
- package/dist/schemas/extensions.d.ts.map +1 -1
- package/dist/schemas/extensions.js +1 -0
- package/dist/schemas/reference-config/index.d.ts +52 -47
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +52 -47
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/openapi/index.d.ts +5 -0
- package/dist/schemas/v3.1/openapi/index.d.ts.map +1 -1
- package/dist/schemas/v3.1/openapi/index.js +2 -0
- package/dist/schemas/v3.1/strict/info.d.ts +7 -1
- package/dist/schemas/v3.1/strict/info.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/info.js +2 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +1820 -1645
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.d.ts +48 -48
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +16 -1
- package/dist/schemas/workspace-specification/index.d.ts +1 -0
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +2 -0
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/dist/schemas/workspace.js +3 -0
- package/package.json +7 -7
|
@@ -391,7 +391,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
391
391
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
392
392
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
393
393
|
}>]>, import("@scalar/typebox").TObject<{
|
|
394
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
394
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
395
395
|
}>]>]>>;
|
|
396
396
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
397
397
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -409,7 +409,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
409
409
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
410
410
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
411
411
|
}>]>, import("@scalar/typebox").TObject<{
|
|
412
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
412
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
413
413
|
}>]>]>>>;
|
|
414
414
|
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<{
|
|
415
415
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -419,7 +419,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
419
419
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
420
420
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
421
421
|
}>]>, import("@scalar/typebox").TObject<{
|
|
422
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
422
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
423
423
|
}>]>]>>>;
|
|
424
424
|
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<{
|
|
425
425
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -429,7 +429,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
429
429
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
430
430
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
431
431
|
}>]>, import("@scalar/typebox").TObject<{
|
|
432
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
432
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
433
433
|
}>]>]>>>;
|
|
434
434
|
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<{
|
|
435
435
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -439,7 +439,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
439
439
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
440
440
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
441
441
|
}>]>, import("@scalar/typebox").TObject<{
|
|
442
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
442
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
443
443
|
}>]>]>>;
|
|
444
444
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
445
445
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -484,7 +484,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
484
484
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
485
485
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
486
486
|
}>]>, import("@scalar/typebox").TObject<{
|
|
487
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
487
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
488
488
|
}>]>]>>;
|
|
489
489
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
490
490
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -502,7 +502,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
502
502
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
503
503
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
504
504
|
}>]>, import("@scalar/typebox").TObject<{
|
|
505
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
505
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
506
506
|
}>]>]>>>;
|
|
507
507
|
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<{
|
|
508
508
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -512,7 +512,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
512
512
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
513
513
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
514
514
|
}>]>, import("@scalar/typebox").TObject<{
|
|
515
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
515
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
516
516
|
}>]>]>>>;
|
|
517
517
|
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<{
|
|
518
518
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -522,7 +522,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
522
522
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
523
523
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
524
524
|
}>]>, import("@scalar/typebox").TObject<{
|
|
525
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
525
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
526
526
|
}>]>]>>>;
|
|
527
527
|
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<{
|
|
528
528
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -532,7 +532,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
532
532
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
533
533
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
534
534
|
}>]>, import("@scalar/typebox").TObject<{
|
|
535
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
535
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
536
536
|
}>]>]>>;
|
|
537
537
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
538
538
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -584,7 +584,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
584
584
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
585
585
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
586
586
|
}>]>, import("@scalar/typebox").TObject<{
|
|
587
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
587
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
588
588
|
}>]>]>>;
|
|
589
589
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
590
590
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -602,7 +602,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
602
602
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
603
603
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
604
604
|
}>]>, import("@scalar/typebox").TObject<{
|
|
605
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
605
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
606
606
|
}>]>]>>>;
|
|
607
607
|
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<{
|
|
608
608
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -612,7 +612,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
612
612
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
613
613
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
614
614
|
}>]>, import("@scalar/typebox").TObject<{
|
|
615
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
615
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
616
616
|
}>]>]>>>;
|
|
617
617
|
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<{
|
|
618
618
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -622,7 +622,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
622
622
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
623
623
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
624
624
|
}>]>, import("@scalar/typebox").TObject<{
|
|
625
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
625
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
626
626
|
}>]>]>>>;
|
|
627
627
|
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<{
|
|
628
628
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -632,7 +632,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
632
632
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
633
633
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
634
634
|
}>]>, import("@scalar/typebox").TObject<{
|
|
635
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
635
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
636
636
|
}>]>]>>;
|
|
637
637
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
638
638
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -682,7 +682,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
682
682
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
683
683
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
684
684
|
}>]>, import("@scalar/typebox").TObject<{
|
|
685
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
685
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
686
686
|
}>]>]>>;
|
|
687
687
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
688
688
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -700,7 +700,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
700
700
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
701
701
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
702
702
|
}>]>, import("@scalar/typebox").TObject<{
|
|
703
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
703
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
704
704
|
}>]>]>>>;
|
|
705
705
|
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<{
|
|
706
706
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -710,7 +710,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
710
710
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
711
711
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
712
712
|
}>]>, import("@scalar/typebox").TObject<{
|
|
713
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
713
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
714
714
|
}>]>]>>>;
|
|
715
715
|
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<{
|
|
716
716
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -720,7 +720,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
720
720
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
721
721
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
722
722
|
}>]>, import("@scalar/typebox").TObject<{
|
|
723
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
723
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
724
724
|
}>]>]>>>;
|
|
725
725
|
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<{
|
|
726
726
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -730,7 +730,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
730
730
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
731
731
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
732
732
|
}>]>, import("@scalar/typebox").TObject<{
|
|
733
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
733
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
734
734
|
}>]>]>>;
|
|
735
735
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
736
736
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -766,7 +766,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
766
766
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
767
767
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
768
768
|
}>]>, import("@scalar/typebox").TObject<{
|
|
769
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
769
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
770
770
|
}>]>]>>>;
|
|
771
771
|
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<{
|
|
772
772
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -776,7 +776,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
776
776
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
777
777
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
778
778
|
}>]>, import("@scalar/typebox").TObject<{
|
|
779
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
779
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
780
780
|
}>]>]>]>>;
|
|
781
781
|
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<{
|
|
782
782
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -786,7 +786,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
786
786
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
787
787
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
788
788
|
}>]>, import("@scalar/typebox").TObject<{
|
|
789
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
789
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
790
790
|
}>]>]>>>;
|
|
791
791
|
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<{
|
|
792
792
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -796,7 +796,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
796
796
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
797
797
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
798
798
|
}>]>, import("@scalar/typebox").TObject<{
|
|
799
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
799
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
800
800
|
}>]>]>>;
|
|
801
801
|
}>]>, import("@scalar/typebox").TObject<{
|
|
802
802
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -819,7 +819,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
819
819
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
820
820
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
821
821
|
}>]>, import("@scalar/typebox").TObject<{
|
|
822
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
822
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
823
823
|
}>]>]>>;
|
|
824
824
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
825
825
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -837,7 +837,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
837
837
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
838
838
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
839
839
|
}>]>, import("@scalar/typebox").TObject<{
|
|
840
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
840
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
841
841
|
}>]>]>>>;
|
|
842
842
|
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<{
|
|
843
843
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -847,7 +847,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
847
847
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
848
848
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
849
849
|
}>]>, import("@scalar/typebox").TObject<{
|
|
850
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
850
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
851
851
|
}>]>]>>>;
|
|
852
852
|
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<{
|
|
853
853
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -857,7 +857,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
857
857
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
858
858
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
859
859
|
}>]>, import("@scalar/typebox").TObject<{
|
|
860
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
860
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
861
861
|
}>]>]>>>;
|
|
862
862
|
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<{
|
|
863
863
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -867,7 +867,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
867
867
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
868
868
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
869
869
|
}>]>, import("@scalar/typebox").TObject<{
|
|
870
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
870
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
871
871
|
}>]>]>>;
|
|
872
872
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
873
873
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -903,7 +903,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
903
903
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
904
904
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
905
905
|
}>]>, import("@scalar/typebox").TObject<{
|
|
906
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
906
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
907
907
|
}>]>]>>;
|
|
908
908
|
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<{
|
|
909
909
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -913,7 +913,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
913
913
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
914
914
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
915
915
|
}>]>, import("@scalar/typebox").TObject<{
|
|
916
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
916
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
917
917
|
}>]>]>>>;
|
|
918
918
|
}>]>, import("@scalar/typebox").TObject<{
|
|
919
919
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -936,7 +936,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
936
936
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
937
937
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
938
938
|
}>]>, import("@scalar/typebox").TObject<{
|
|
939
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
939
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
940
940
|
}>]>]>>;
|
|
941
941
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
942
942
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -954,7 +954,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
954
954
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
955
955
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
956
956
|
}>]>, import("@scalar/typebox").TObject<{
|
|
957
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
957
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
958
958
|
}>]>]>>>;
|
|
959
959
|
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<{
|
|
960
960
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -964,7 +964,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
964
964
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
965
965
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
966
966
|
}>]>, import("@scalar/typebox").TObject<{
|
|
967
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
967
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
968
968
|
}>]>]>>>;
|
|
969
969
|
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<{
|
|
970
970
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -974,7 +974,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
974
974
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
975
975
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
976
976
|
}>]>, import("@scalar/typebox").TObject<{
|
|
977
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
977
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
978
978
|
}>]>]>>>;
|
|
979
979
|
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<{
|
|
980
980
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -984,7 +984,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
984
984
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
985
985
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
986
986
|
}>]>, import("@scalar/typebox").TObject<{
|
|
987
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
987
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
988
988
|
}>]>]>>;
|
|
989
989
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
990
990
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -1031,7 +1031,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1031
1031
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1032
1032
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1033
1033
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1034
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1034
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1035
1035
|
}>]>]>>;
|
|
1036
1036
|
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<{
|
|
1037
1037
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1041,7 +1041,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1041
1041
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1042
1042
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1043
1043
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1044
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1044
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1045
1045
|
}>]>]>>>;
|
|
1046
1046
|
}>, import("@scalar/typebox").TObject<{
|
|
1047
1047
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
@@ -1055,7 +1055,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1055
1055
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1056
1056
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1057
1057
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1058
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1058
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1059
1059
|
}>]>]>>>;
|
|
1060
1060
|
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<{
|
|
1061
1061
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1065,7 +1065,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1065
1065
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1066
1066
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1067
1067
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1068
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1068
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1069
1069
|
}>]>]>]>>;
|
|
1070
1070
|
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<{
|
|
1071
1071
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1075,7 +1075,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1075
1075
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1076
1076
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1077
1077
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1078
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1078
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1079
1079
|
}>]>]>>>;
|
|
1080
1080
|
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<{
|
|
1081
1081
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1085,7 +1085,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1085
1085
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1086
1086
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1087
1087
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1088
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1088
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1089
1089
|
}>]>]>>;
|
|
1090
1090
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1091
1091
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1108,7 +1108,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1108
1108
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1109
1109
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1110
1110
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1111
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1111
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1112
1112
|
}>]>]>>;
|
|
1113
1113
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1114
1114
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -1126,7 +1126,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1126
1126
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1127
1127
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1128
1128
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1129
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1129
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1130
1130
|
}>]>]>>>;
|
|
1131
1131
|
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<{
|
|
1132
1132
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1136,7 +1136,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1136
1136
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1137
1137
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1138
1138
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1139
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1139
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1140
1140
|
}>]>]>>>;
|
|
1141
1141
|
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<{
|
|
1142
1142
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1146,7 +1146,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1146
1146
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1147
1147
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1148
1148
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1149
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1149
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1150
1150
|
}>]>]>>>;
|
|
1151
1151
|
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<{
|
|
1152
1152
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1156,7 +1156,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1156
1156
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
1157
1157
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1158
1158
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1159
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1159
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1160
1160
|
}>]>]>>;
|
|
1161
1161
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1162
1162
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -1277,6 +1277,11 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1277
1277
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1278
1278
|
source: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1279
1279
|
}>>>;
|
|
1280
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1281
|
+
'x-scalar-links': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TObject<{
|
|
1282
|
+
name: import("@scalar/typebox").TString;
|
|
1283
|
+
url: import("@scalar/typebox").TString;
|
|
1284
|
+
}>>>;
|
|
1280
1285
|
}>]>;
|
|
1281
1286
|
ContactObject: import("@scalar/typebox").TObject<{
|
|
1282
1287
|
name: import("@scalar/typebox").TOptional<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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"}
|