@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
|
@@ -377,7 +377,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
377
377
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
378
378
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
379
379
|
}>]>, import("@scalar/typebox").TObject<{
|
|
380
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
380
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
381
381
|
}>]>]>>;
|
|
382
382
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
383
383
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -395,7 +395,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
395
395
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
396
396
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
397
397
|
}>]>, import("@scalar/typebox").TObject<{
|
|
398
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
398
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
399
399
|
}>]>]>>>;
|
|
400
400
|
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<{
|
|
401
401
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -405,7 +405,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
405
405
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
406
406
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
407
407
|
}>]>, import("@scalar/typebox").TObject<{
|
|
408
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
408
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
409
409
|
}>]>]>>>;
|
|
410
410
|
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<{
|
|
411
411
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -415,7 +415,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
415
415
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
416
416
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
417
417
|
}>]>, import("@scalar/typebox").TObject<{
|
|
418
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
418
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
419
419
|
}>]>]>>>;
|
|
420
420
|
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<{
|
|
421
421
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -425,7 +425,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
425
425
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
426
426
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
427
427
|
}>]>, import("@scalar/typebox").TObject<{
|
|
428
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
428
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
429
429
|
}>]>]>>;
|
|
430
430
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
431
431
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -470,7 +470,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
470
470
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
471
471
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
472
472
|
}>]>, import("@scalar/typebox").TObject<{
|
|
473
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
473
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
474
474
|
}>]>]>>;
|
|
475
475
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
476
476
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -488,7 +488,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
488
488
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
489
489
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
490
490
|
}>]>, import("@scalar/typebox").TObject<{
|
|
491
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
491
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
492
492
|
}>]>]>>>;
|
|
493
493
|
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<{
|
|
494
494
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -498,7 +498,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
498
498
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
499
499
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
500
500
|
}>]>, import("@scalar/typebox").TObject<{
|
|
501
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
501
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
502
502
|
}>]>]>>>;
|
|
503
503
|
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<{
|
|
504
504
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -508,7 +508,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
508
508
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
509
509
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
510
510
|
}>]>, import("@scalar/typebox").TObject<{
|
|
511
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
511
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
512
512
|
}>]>]>>>;
|
|
513
513
|
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<{
|
|
514
514
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -518,7 +518,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
518
518
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
519
519
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
520
520
|
}>]>, import("@scalar/typebox").TObject<{
|
|
521
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
521
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
522
522
|
}>]>]>>;
|
|
523
523
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
524
524
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -570,7 +570,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
570
570
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
571
571
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
572
572
|
}>]>, import("@scalar/typebox").TObject<{
|
|
573
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
573
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
574
574
|
}>]>]>>;
|
|
575
575
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
576
576
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -588,7 +588,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
588
588
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
589
589
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
590
590
|
}>]>, import("@scalar/typebox").TObject<{
|
|
591
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
591
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
592
592
|
}>]>]>>>;
|
|
593
593
|
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<{
|
|
594
594
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -598,7 +598,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
598
598
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
599
599
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
600
600
|
}>]>, import("@scalar/typebox").TObject<{
|
|
601
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
601
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
602
602
|
}>]>]>>>;
|
|
603
603
|
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<{
|
|
604
604
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -608,7 +608,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
608
608
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
609
609
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
610
610
|
}>]>, import("@scalar/typebox").TObject<{
|
|
611
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
611
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
612
612
|
}>]>]>>>;
|
|
613
613
|
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<{
|
|
614
614
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -618,7 +618,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
618
618
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
619
619
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
620
620
|
}>]>, import("@scalar/typebox").TObject<{
|
|
621
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
621
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
622
622
|
}>]>]>>;
|
|
623
623
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
624
624
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -668,7 +668,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
668
668
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
669
669
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
670
670
|
}>]>, import("@scalar/typebox").TObject<{
|
|
671
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
671
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
672
672
|
}>]>]>>;
|
|
673
673
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
674
674
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -686,7 +686,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
686
686
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
687
687
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
688
688
|
}>]>, import("@scalar/typebox").TObject<{
|
|
689
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
689
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
690
690
|
}>]>]>>>;
|
|
691
691
|
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<{
|
|
692
692
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -696,7 +696,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
696
696
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
697
697
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
698
698
|
}>]>, import("@scalar/typebox").TObject<{
|
|
699
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
699
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
700
700
|
}>]>]>>>;
|
|
701
701
|
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<{
|
|
702
702
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -706,7 +706,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
706
706
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
707
707
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
708
708
|
}>]>, import("@scalar/typebox").TObject<{
|
|
709
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
709
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
710
710
|
}>]>]>>>;
|
|
711
711
|
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<{
|
|
712
712
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -716,7 +716,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
716
716
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
717
717
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
718
718
|
}>]>, import("@scalar/typebox").TObject<{
|
|
719
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
719
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
720
720
|
}>]>]>>;
|
|
721
721
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
722
722
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -752,7 +752,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
752
752
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
753
753
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
754
754
|
}>]>, import("@scalar/typebox").TObject<{
|
|
755
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
755
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
756
756
|
}>]>]>>>;
|
|
757
757
|
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<{
|
|
758
758
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -762,7 +762,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
762
762
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
763
763
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
764
764
|
}>]>, import("@scalar/typebox").TObject<{
|
|
765
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
765
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
766
766
|
}>]>]>]>>;
|
|
767
767
|
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<{
|
|
768
768
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -772,7 +772,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
772
772
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
773
773
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
774
774
|
}>]>, import("@scalar/typebox").TObject<{
|
|
775
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
775
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
776
776
|
}>]>]>>>;
|
|
777
777
|
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<{
|
|
778
778
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -782,7 +782,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
782
782
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
783
783
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
784
784
|
}>]>, import("@scalar/typebox").TObject<{
|
|
785
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
785
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
786
786
|
}>]>]>>;
|
|
787
787
|
}>]>, import("@scalar/typebox").TObject<{
|
|
788
788
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -805,7 +805,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
805
805
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
806
806
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
807
807
|
}>]>, import("@scalar/typebox").TObject<{
|
|
808
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
808
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
809
809
|
}>]>]>>;
|
|
810
810
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
811
811
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -823,7 +823,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
823
823
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
824
824
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
825
825
|
}>]>, import("@scalar/typebox").TObject<{
|
|
826
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
826
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
827
827
|
}>]>]>>>;
|
|
828
828
|
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<{
|
|
829
829
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -833,7 +833,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
833
833
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
834
834
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
835
835
|
}>]>, import("@scalar/typebox").TObject<{
|
|
836
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
836
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
837
837
|
}>]>]>>>;
|
|
838
838
|
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<{
|
|
839
839
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -843,7 +843,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
843
843
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
844
844
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
845
845
|
}>]>, import("@scalar/typebox").TObject<{
|
|
846
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
846
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
847
847
|
}>]>]>>>;
|
|
848
848
|
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<{
|
|
849
849
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -853,7 +853,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
853
853
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
854
854
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
855
855
|
}>]>, import("@scalar/typebox").TObject<{
|
|
856
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
856
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
857
857
|
}>]>]>>;
|
|
858
858
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
859
859
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -889,7 +889,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
889
889
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
890
890
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
891
891
|
}>]>, import("@scalar/typebox").TObject<{
|
|
892
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
892
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
893
893
|
}>]>]>>;
|
|
894
894
|
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<{
|
|
895
895
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -899,7 +899,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
899
899
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
900
900
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
901
901
|
}>]>, import("@scalar/typebox").TObject<{
|
|
902
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
902
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
903
903
|
}>]>]>>>;
|
|
904
904
|
}>]>, import("@scalar/typebox").TObject<{
|
|
905
905
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -922,7 +922,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
922
922
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
923
923
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
924
924
|
}>]>, import("@scalar/typebox").TObject<{
|
|
925
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
925
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
926
926
|
}>]>]>>;
|
|
927
927
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
928
928
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -940,7 +940,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
940
940
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
941
941
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
942
942
|
}>]>, import("@scalar/typebox").TObject<{
|
|
943
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
943
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
944
944
|
}>]>]>>>;
|
|
945
945
|
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<{
|
|
946
946
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -950,7 +950,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
950
950
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
951
951
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
952
952
|
}>]>, import("@scalar/typebox").TObject<{
|
|
953
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
953
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
954
954
|
}>]>]>>>;
|
|
955
955
|
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<{
|
|
956
956
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -960,7 +960,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
960
960
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
961
961
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
962
962
|
}>]>, import("@scalar/typebox").TObject<{
|
|
963
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
963
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
964
964
|
}>]>]>>>;
|
|
965
965
|
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<{
|
|
966
966
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -970,7 +970,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
970
970
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
971
971
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
972
972
|
}>]>, import("@scalar/typebox").TObject<{
|
|
973
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
973
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
974
974
|
}>]>]>>;
|
|
975
975
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
976
976
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -1017,7 +1017,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1017
1017
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1018
1018
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1019
1019
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1020
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1020
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1021
1021
|
}>]>]>>;
|
|
1022
1022
|
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<{
|
|
1023
1023
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1027,7 +1027,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1027
1027
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1028
1028
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1029
1029
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1030
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1030
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1031
1031
|
}>]>]>>>;
|
|
1032
1032
|
}>, import("@scalar/typebox").TObject<{
|
|
1033
1033
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
@@ -1041,7 +1041,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1041
1041
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").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
|
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<{
|
|
1047
1047
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1051,7 +1051,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1051
1051
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1052
1052
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1053
1053
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1054
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1054
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1055
1055
|
}>]>]>]>>;
|
|
1056
1056
|
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<{
|
|
1057
1057
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1061,7 +1061,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1061
1061
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1062
1062
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1063
1063
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1064
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1064
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1065
1065
|
}>]>]>>>;
|
|
1066
1066
|
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<{
|
|
1067
1067
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1071,7 +1071,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1071
1071
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1072
1072
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1073
1073
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1074
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1074
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1075
1075
|
}>]>]>>;
|
|
1076
1076
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1077
1077
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1094,7 +1094,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1094
1094
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1095
1095
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1096
1096
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1097
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1097
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1098
1098
|
}>]>]>>;
|
|
1099
1099
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1100
1100
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -1112,7 +1112,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1112
1112
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1113
1113
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1114
1114
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1115
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1115
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1116
1116
|
}>]>]>>>;
|
|
1117
1117
|
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<{
|
|
1118
1118
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1122,7 +1122,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1122
1122
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1123
1123
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1124
1124
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1125
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1125
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1126
1126
|
}>]>]>>>;
|
|
1127
1127
|
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<{
|
|
1128
1128
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1132,7 +1132,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1132
1132
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1133
1133
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1134
1134
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1135
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1135
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1136
1136
|
}>]>]>>>;
|
|
1137
1137
|
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<{
|
|
1138
1138
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1142,7 +1142,7 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1142
1142
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1143
1143
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1144
1144
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1145
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1145
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1146
1146
|
}>]>]>>;
|
|
1147
1147
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1148
1148
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -1263,6 +1263,11 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
|
|
|
1263
1263
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1264
1264
|
source: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1265
1265
|
}>>>;
|
|
1266
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1267
|
+
'x-scalar-links': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1268
|
+
name: import("@scalar/typebox").TString;
|
|
1269
|
+
url: import("@scalar/typebox").TString;
|
|
1270
|
+
}>>>;
|
|
1266
1271
|
}>]>;
|
|
1267
1272
|
ContactObject: import("@scalar/typebox").TObject<{
|
|
1268
1273
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/settings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAG7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAEhE,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/settings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAG7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAEhE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW1B,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IACxB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,YAAY,CAAC,QAAQ,CAKlD,CAAA"}
|
|
@@ -23,6 +23,11 @@ export declare const generateSchema: (maybeRef: (inner: Schema) => Schema) => im
|
|
|
23
23
|
description: import("@scalar/validation").OptionalSchema<import("@scalar/validation").StringSchema>;
|
|
24
24
|
source: import("@scalar/validation").OptionalSchema<import("@scalar/validation").StringSchema>;
|
|
25
25
|
}>>>;
|
|
26
|
+
}>, import("@scalar/validation").ObjectSchema<{
|
|
27
|
+
'x-scalar-links': import("@scalar/validation").OptionalSchema<import("@scalar/validation").ArraySchema<import("@scalar/validation").ObjectSchema<{
|
|
28
|
+
name: import("@scalar/validation").StringSchema;
|
|
29
|
+
url: import("@scalar/validation").StringSchema;
|
|
30
|
+
}>>>;
|
|
26
31
|
}>]>;
|
|
27
32
|
jsonSchemaDialect: import("@scalar/validation").OptionalSchema<import("@scalar/validation").StringSchema>;
|
|
28
33
|
servers: import("@scalar/validation").OptionalSchema<import("@scalar/validation").ArraySchema<import("@scalar/validation").ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/schemas/v3.1/openapi/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EAaZ,MAAM,oBAAoB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/schemas/v3.1/openapi/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EAaZ,MAAM,oBAAoB,CAAA;AA6C3B,eAAO,MAAM,cAAc,GAAI,UAAU,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2jCjE,CAAA"}
|
|
@@ -5,6 +5,7 @@ import { XScalarEnvironments } from '../../../schemas/extensions/document/x-scal
|
|
|
5
5
|
import { XScalarIcon } from '../../../schemas/extensions/document/x-scalar-icon.js';
|
|
6
6
|
import { XScalarIgnore } from '../../../schemas/extensions/document/x-scalar-ignore.js';
|
|
7
7
|
import { XScalarIsDirty } from '../../../schemas/extensions/document/x-scalar-is-dirty.js';
|
|
8
|
+
import { XScalarLinks } from '../../../schemas/extensions/document/x-scalar-links.js';
|
|
8
9
|
import { XScalarOriginalDocumentHash } from '../../../schemas/extensions/document/x-scalar-original-document-hash.js';
|
|
9
10
|
import { XScalarOriginalSourceUrl } from '../../../schemas/extensions/document/x-scalar-original-source-url.js';
|
|
10
11
|
import { XScalarRegistryMeta } from '../../../schemas/extensions/document/x-scalar-registry-meta.js';
|
|
@@ -72,6 +73,7 @@ export const generateSchema = (maybeRef) => {
|
|
|
72
73
|
license: optional(license),
|
|
73
74
|
}, { typeName: 'InfoObject' }),
|
|
74
75
|
XScalarSdkInstallation,
|
|
76
|
+
XScalarLinks,
|
|
75
77
|
]);
|
|
76
78
|
const serverVariable = object({
|
|
77
79
|
enum: optional(array(string(), {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type XScalarLinks } from '../../../schemas/extensions/document/x-scalar-links.js';
|
|
1
2
|
import { type XScalarSdkInstallation } from '../../../schemas/extensions/document/x-scalar-sdk-installation.js';
|
|
2
3
|
import type { ContactObject } from './contact.js';
|
|
3
4
|
import type { LicenseObject } from './license.js';
|
|
@@ -25,6 +26,11 @@ export declare const InfoObjectSchemaDefinition: import("@scalar/typebox").TInte
|
|
|
25
26
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
26
27
|
source: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
27
28
|
}>>>;
|
|
29
|
+
}>, import("@scalar/typebox").TObject<{
|
|
30
|
+
'x-scalar-links': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
31
|
+
name: import("@scalar/typebox").TString;
|
|
32
|
+
url: import("@scalar/typebox").TString;
|
|
33
|
+
}>>>;
|
|
28
34
|
}>]>;
|
|
29
35
|
/**
|
|
30
36
|
* The object provides metadata about the API. The metadata MAY be used by the clients if needed, and MAY be presented in editing or documentation generation tools for convenience.
|
|
@@ -44,5 +50,5 @@ export type InfoObject = {
|
|
|
44
50
|
contact?: ContactObject;
|
|
45
51
|
/** The license information for the exposed API. */
|
|
46
52
|
license?: LicenseObject;
|
|
47
|
-
} & XScalarSdkInstallation;
|
|
53
|
+
} & XScalarSdkInstallation & XScalarLinks;
|
|
48
54
|
//# sourceMappingURL=info.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../../src/schemas/v3.1/strict/info.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,KAAK,sBAAsB,EAE5B,MAAM,yDAAyD,CAAA;AAEhE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAC9C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAG9C;;GAEG;AACH,eAAO,MAAM,0BAA0B;IAEnC,sCAAsC;;IAEtC,oMAAoM;;IAEpM,kCAAkC;;IAElC,4FAA4F;;IAE5F,qFAAqF;;IAErF,mDAAmD;;IAEnD,mDAAmD
|
|
1
|
+
{"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../../src/schemas/v3.1/strict/info.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,YAAY,EAAsB,MAAM,8CAA8C,CAAA;AACpG,OAAO,EACL,KAAK,sBAAsB,EAE5B,MAAM,yDAAyD,CAAA;AAEhE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAC9C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAG9C;;GAEG;AACH,eAAO,MAAM,0BAA0B;IAEnC,sCAAsC;;IAEtC,oMAAoM;;IAEpM,kCAAkC;;IAElC,4FAA4F;;IAE5F,qFAAqF;;IAErF,mDAAmD;;IAEnD,mDAAmD;;;;;;;;;;;;;IAKtD,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,sCAAsC;IACtC,KAAK,EAAE,MAAM,CAAA;IACb,oMAAoM;IACpM,OAAO,EAAE,MAAM,CAAA;IACf,kCAAkC;IAClC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,4FAA4F;IAC5F,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,qFAAqF;IACrF,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,mDAAmD;IACnD,OAAO,CAAC,EAAE,aAAa,CAAA;IACvB,mDAAmD;IACnD,OAAO,CAAC,EAAE,aAAa,CAAA;CACxB,GAAG,sBAAsB,GACxB,YAAY,CAAA"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Type } from '@scalar/typebox';
|
|
2
2
|
import { compose } from '../../../schemas/compose.js';
|
|
3
|
+
import { XScalarLinksSchema } from '../../../schemas/extensions/document/x-scalar-links.js';
|
|
3
4
|
import { XScalarSdkInstallationSchema, } from '../../../schemas/extensions/document/x-scalar-sdk-installation.js';
|
|
4
5
|
import { ContactObjectRef, LicenseObjectRef } from './ref-definitions.js';
|
|
5
6
|
/**
|
|
@@ -20,4 +21,4 @@ export const InfoObjectSchemaDefinition = compose(Type.Object({
|
|
|
20
21
|
contact: Type.Optional(ContactObjectRef),
|
|
21
22
|
/** The license information for the exposed API. */
|
|
22
23
|
license: Type.Optional(LicenseObjectRef),
|
|
23
|
-
}), XScalarSdkInstallationSchema);
|
|
24
|
+
}), XScalarSdkInstallationSchema, XScalarLinksSchema);
|