@scalar/workspace-store 0.28.1 → 0.28.3
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 +28 -0
- package/dist/client.d.ts +10 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +42 -2
- package/dist/client.js.map +2 -2
- package/dist/entities/auth/index.d.ts +75 -0
- package/dist/entities/auth/index.d.ts.map +1 -0
- package/dist/entities/auth/index.js +89 -0
- package/dist/entities/auth/index.js.map +7 -0
- package/dist/entities/auth/schema.d.ts +7318 -0
- package/dist/entities/auth/schema.d.ts.map +1 -0
- package/dist/entities/auth/schema.js +74 -0
- package/dist/entities/auth/schema.js.map +7 -0
- package/dist/entities/history/index.d.ts +93 -0
- package/dist/entities/history/index.d.ts.map +1 -0
- package/dist/entities/history/index.js +62 -0
- package/dist/entities/history/index.js.map +7 -0
- package/dist/entities/history/schema.d.ts +234 -0
- package/dist/entities/history/schema.d.ts.map +1 -0
- package/dist/{schemas/extensions/operation/x-scalar-history.js → entities/history/schema.js} +5 -6
- package/dist/{schemas/extensions/operation/x-scalar-history.js.map → entities/history/schema.js.map} +3 -3
- package/dist/events/definitions/auth.d.ts +14 -0
- package/dist/events/definitions/auth.d.ts.map +1 -1
- package/dist/mutators/auth.d.ts +10 -17
- package/dist/mutators/auth.d.ts.map +1 -1
- package/dist/mutators/auth.js +87 -57
- package/dist/mutators/auth.js.map +2 -2
- package/dist/mutators/index.d.ts +4 -12
- package/dist/mutators/index.d.ts.map +1 -1
- package/dist/mutators/index.js +1 -1
- package/dist/mutators/index.js.map +2 -2
- package/dist/mutators/operation.d.ts +2 -2
- package/dist/mutators/operation.d.ts.map +1 -1
- package/dist/mutators/operation.js +9 -16
- package/dist/mutators/operation.js.map +2 -2
- package/dist/mutators/server.d.ts.map +1 -1
- package/dist/mutators/server.js +0 -3
- package/dist/mutators/server.js.map +2 -2
- package/dist/persistence/index.d.ts +16 -3
- package/dist/persistence/index.d.ts.map +1 -1
- package/dist/persistence/index.js +47 -3
- package/dist/persistence/index.js.map +2 -2
- package/dist/plugins/bundler/index.d.ts +7 -0
- package/dist/plugins/bundler/index.d.ts.map +1 -1
- package/dist/plugins/bundler/index.js +17 -0
- package/dist/plugins/bundler/index.js.map +2 -2
- package/dist/plugins/client/persistence.d.ts.map +1 -1
- package/dist/plugins/client/persistence.js +12 -0
- package/dist/plugins/client/persistence.js.map +2 -2
- package/dist/resolve.d.ts +9 -0
- package/dist/resolve.d.ts.map +1 -0
- package/dist/resolve.js +28 -0
- package/dist/resolve.js.map +7 -0
- package/dist/schemas/extensions/security/index.d.ts +2 -0
- package/dist/schemas/extensions/security/index.d.ts.map +1 -0
- package/dist/schemas/extensions/security/index.js +1 -0
- package/dist/schemas/extensions/security/index.js.map +7 -0
- package/dist/schemas/inmemory-workspace.d.ts +2952 -149
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/inmemory-workspace.js +5 -1
- package/dist/schemas/inmemory-workspace.js.map +2 -2
- package/dist/schemas/reference-config/index.d.ts +35 -149
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +35 -149
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/oauth-flow.d.ts +5 -35
- package/dist/schemas/v3.1/strict/oauth-flow.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/oauth-flow.js +1 -16
- package/dist/schemas/v3.1/strict/oauth-flow.js.map +2 -2
- package/dist/schemas/v3.1/strict/oauthflows.d.ts +0 -29
- package/dist/schemas/v3.1/strict/oauthflows.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +1245 -6744
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +2 -10
- package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
- package/dist/schemas/v3.1/strict/operation.d.ts +1 -70
- package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/operation.js +1 -7
- package/dist/schemas/v3.1/strict/operation.js.map +2 -2
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts +0 -1
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/ref-definitions.js +1 -3
- package/dist/schemas/v3.1/strict/ref-definitions.js.map +2 -2
- package/dist/schemas/v3.1/strict/schema.d.ts +50 -46
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +5 -2
- package/dist/schemas/v3.1/strict/schema.js.map +2 -2
- package/dist/schemas/v3.1/strict/security-scheme.d.ts +3 -11
- package/dist/schemas/v3.1/strict/security-scheme.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/security-scheme.js +0 -7
- package/dist/schemas/v3.1/strict/security-scheme.js.map +2 -2
- package/dist/schemas/workspace.d.ts +245 -1043
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/dist/workspace-plugin.d.ts +8 -0
- package/dist/workspace-plugin.d.ts.map +1 -1
- package/package.json +26 -6
- package/dist/schemas/extensions/operation/x-scalar-history.d.ts +0 -217
- package/dist/schemas/extensions/operation/x-scalar-history.d.ts.map +0 -1
- package/dist/schemas/extensions/security/x-scalar-selected-security.d.ts +0 -17
- package/dist/schemas/extensions/security/x-scalar-selected-security.d.ts.map +0 -1
- package/dist/schemas/extensions/security/x-scalar-selected-security.js +0 -14
- package/dist/schemas/extensions/security/x-scalar-selected-security.js.map +0 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inmemory-workspace.d.ts","sourceRoot":"","sources":["../../src/schemas/inmemory-workspace.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,iBAAiB,EAEtB,KAAK,aAAa,EAEnB,MAAM,qBAAqB,CAAA;AAI5B,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"inmemory-workspace.d.ts","sourceRoot":"","sources":["../../src/schemas/inmemory-workspace.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAsB,MAAM,wBAAwB,CAAA;AAC9E,OAAO,EAAE,KAAK,eAAe,EAAyB,MAAM,2BAA2B,CAAA;AACvF,OAAO,EACL,KAAK,iBAAiB,EAEtB,KAAK,aAAa,EAEnB,MAAM,qBAAqB,CAAA;AAI5B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQlC,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,aAAa,CAAA;IACnB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAA;IAC5C,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAC1D,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAC9D,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC9B,OAAO,EAAE,eAAe,CAAA;IACxB,IAAI,EAAE,YAAY,CAAA;CACnB,CAAA"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { Type } from "@scalar/typebox";
|
|
2
|
+
import { DocumentAuthSchema } from "../entities/auth/schema.js";
|
|
3
|
+
import { DocumentHistorySchema } from "../entities/history/schema.js";
|
|
2
4
|
import {
|
|
3
5
|
WorkspaceDocumentSchema,
|
|
4
6
|
WorkspaceMetaSchema
|
|
@@ -9,7 +11,9 @@ const InMemoryWorkspaceSchema = Type.Object({
|
|
|
9
11
|
documents: Type.Record(Type.String(), WorkspaceDocumentSchema),
|
|
10
12
|
originalDocuments: Type.Record(Type.String(), UnknownObjectSchema),
|
|
11
13
|
intermediateDocuments: Type.Record(Type.String(), UnknownObjectSchema),
|
|
12
|
-
overrides: Type.Record(Type.String(), Type.Any())
|
|
14
|
+
overrides: Type.Record(Type.String(), Type.Any()),
|
|
15
|
+
history: DocumentHistorySchema,
|
|
16
|
+
auth: DocumentAuthSchema
|
|
13
17
|
});
|
|
14
18
|
export {
|
|
15
19
|
InMemoryWorkspaceSchema
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/schemas/inmemory-workspace.ts"],
|
|
4
|
-
"sourcesContent": ["import { Type } from '@scalar/typebox'\n\nimport {\n type WorkspaceDocument,\n WorkspaceDocumentSchema,\n type WorkspaceMeta,\n WorkspaceMetaSchema,\n} from '@/schemas/workspace'\n\nconst UnknownObjectSchema = Type.Record(Type.String(), Type.Unknown())\n\nexport const InMemoryWorkspaceSchema = Type.Object({\n meta: WorkspaceMetaSchema,\n documents: Type.Record(Type.String(), WorkspaceDocumentSchema),\n originalDocuments: Type.Record(Type.String(), UnknownObjectSchema),\n intermediateDocuments: Type.Record(Type.String(), UnknownObjectSchema),\n overrides: Type.Record(Type.String(), Type.Any()),\n})\n\nexport type InMemoryWorkspace = {\n meta: WorkspaceMeta\n documents: Record<string, WorkspaceDocument>\n originalDocuments: Record<string, Record<string, unknown>>\n intermediateDocuments: Record<string, Record<string, unknown>>\n overrides: Record<string, any>\n}\n"],
|
|
5
|
-
"mappings": "AAAA,SAAS,YAAY;AAErB;AAAA,EAEE;AAAA,EAEA;AAAA,OACK;AAEP,MAAM,sBAAsB,KAAK,OAAO,KAAK,OAAO,GAAG,KAAK,QAAQ,CAAC;AAE9D,MAAM,0BAA0B,KAAK,OAAO;AAAA,EACjD,MAAM;AAAA,EACN,WAAW,KAAK,OAAO,KAAK,OAAO,GAAG,uBAAuB;AAAA,EAC7D,mBAAmB,KAAK,OAAO,KAAK,OAAO,GAAG,mBAAmB;AAAA,EACjE,uBAAuB,KAAK,OAAO,KAAK,OAAO,GAAG,mBAAmB;AAAA,EACrE,WAAW,KAAK,OAAO,KAAK,OAAO,GAAG,KAAK,IAAI,CAAC;
|
|
4
|
+
"sourcesContent": ["import { Type } from '@scalar/typebox'\n\nimport { type DocumentAuth, DocumentAuthSchema } from '@/entities/auth/schema'\nimport { type DocumentHistory, DocumentHistorySchema } from '@/entities/history/schema'\nimport {\n type WorkspaceDocument,\n WorkspaceDocumentSchema,\n type WorkspaceMeta,\n WorkspaceMetaSchema,\n} from '@/schemas/workspace'\n\nconst UnknownObjectSchema = Type.Record(Type.String(), Type.Unknown())\n\nexport const InMemoryWorkspaceSchema = Type.Object({\n meta: WorkspaceMetaSchema,\n documents: Type.Record(Type.String(), WorkspaceDocumentSchema),\n originalDocuments: Type.Record(Type.String(), UnknownObjectSchema),\n intermediateDocuments: Type.Record(Type.String(), UnknownObjectSchema),\n overrides: Type.Record(Type.String(), Type.Any()),\n history: DocumentHistorySchema,\n auth: DocumentAuthSchema,\n})\n\nexport type InMemoryWorkspace = {\n meta: WorkspaceMeta\n documents: Record<string, WorkspaceDocument>\n originalDocuments: Record<string, Record<string, unknown>>\n intermediateDocuments: Record<string, Record<string, unknown>>\n overrides: Record<string, any>\n history: DocumentHistory\n auth: DocumentAuth\n}\n"],
|
|
5
|
+
"mappings": "AAAA,SAAS,YAAY;AAErB,SAA4B,0BAA0B;AACtD,SAA+B,6BAA6B;AAC5D;AAAA,EAEE;AAAA,EAEA;AAAA,OACK;AAEP,MAAM,sBAAsB,KAAK,OAAO,KAAK,OAAO,GAAG,KAAK,QAAQ,CAAC;AAE9D,MAAM,0BAA0B,KAAK,OAAO;AAAA,EACjD,MAAM;AAAA,EACN,WAAW,KAAK,OAAO,KAAK,OAAO,GAAG,uBAAuB;AAAA,EAC7D,mBAAmB,KAAK,OAAO,KAAK,OAAO,GAAG,mBAAmB;AAAA,EACjE,uBAAuB,KAAK,OAAO,KAAK,OAAO,GAAG,mBAAmB;AAAA,EACrE,WAAW,KAAK,OAAO,KAAK,OAAO,GAAG,KAAK,IAAI,CAAC;AAAA,EAChD,SAAS;AAAA,EACT,MAAM;AACR,CAAC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -282,11 +282,6 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
282
282
|
}>]>, import("@scalar/typebox").TObject<{
|
|
283
283
|
'$ref-value': import("@scalar/typebox").TRef<"CallbackObject">;
|
|
284
284
|
}>]>]>>>;
|
|
285
|
-
}>, import("@scalar/typebox").TObject<{
|
|
286
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
287
|
-
selectedIndex: import("@scalar/typebox").TInteger;
|
|
288
|
-
selectedSchemes: TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
289
|
-
}>>;
|
|
290
285
|
}>, import("@scalar/typebox").TObject<{
|
|
291
286
|
'x-badges': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TObject<{
|
|
292
287
|
name: import("@scalar/typebox").TString;
|
|
@@ -321,68 +316,6 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
321
316
|
'global-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
|
|
322
317
|
'default-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
|
|
323
318
|
}>>;
|
|
324
|
-
}>, import("@scalar/typebox").TObject<{
|
|
325
|
-
'x-scalar-history': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TObject<{
|
|
326
|
-
time: import("@scalar/typebox").TNumber;
|
|
327
|
-
timestamp: import("@scalar/typebox").TNumber;
|
|
328
|
-
request: import("@scalar/typebox").TObject<{
|
|
329
|
-
url: import("@scalar/typebox").TString;
|
|
330
|
-
method: import("@scalar/typebox").TString;
|
|
331
|
-
httpVersion: import("@scalar/typebox").TString;
|
|
332
|
-
headers: TArray<import("@scalar/typebox").TObject<{
|
|
333
|
-
name: import("@scalar/typebox").TString;
|
|
334
|
-
value: import("@scalar/typebox").TString;
|
|
335
|
-
}>>;
|
|
336
|
-
cookies: TArray<import("@scalar/typebox").TObject<{
|
|
337
|
-
name: import("@scalar/typebox").TString;
|
|
338
|
-
value: import("@scalar/typebox").TString;
|
|
339
|
-
}>>;
|
|
340
|
-
headersSize: import("@scalar/typebox").TNumber;
|
|
341
|
-
queryString: TArray<import("@scalar/typebox").TObject<{
|
|
342
|
-
name: import("@scalar/typebox").TString;
|
|
343
|
-
value: import("@scalar/typebox").TString;
|
|
344
|
-
}>>;
|
|
345
|
-
bodySize: import("@scalar/typebox").TNumber;
|
|
346
|
-
postData: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
|
|
347
|
-
mimeType: import("@scalar/typebox").TString;
|
|
348
|
-
text: import("@scalar/typebox").TString;
|
|
349
|
-
}>, import("@scalar/typebox").TObject<{
|
|
350
|
-
mimeType: import("@scalar/typebox").TString;
|
|
351
|
-
params: TArray<import("@scalar/typebox").TObject<{
|
|
352
|
-
name: import("@scalar/typebox").TString;
|
|
353
|
-
value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
354
|
-
}>>;
|
|
355
|
-
}>]>>;
|
|
356
|
-
}>;
|
|
357
|
-
response: import("@scalar/typebox").TObject<{
|
|
358
|
-
status: import("@scalar/typebox").TNumber;
|
|
359
|
-
statusText: import("@scalar/typebox").TString;
|
|
360
|
-
headers: TArray<import("@scalar/typebox").TObject<{
|
|
361
|
-
name: import("@scalar/typebox").TString;
|
|
362
|
-
value: import("@scalar/typebox").TString;
|
|
363
|
-
}>>;
|
|
364
|
-
cookies: TArray<import("@scalar/typebox").TObject<{
|
|
365
|
-
name: import("@scalar/typebox").TString;
|
|
366
|
-
value: import("@scalar/typebox").TString;
|
|
367
|
-
}>>;
|
|
368
|
-
httpVersion: import("@scalar/typebox").TString;
|
|
369
|
-
redirectURL: import("@scalar/typebox").TString;
|
|
370
|
-
headersSize: import("@scalar/typebox").TNumber;
|
|
371
|
-
bodySize: import("@scalar/typebox").TNumber;
|
|
372
|
-
content: import("@scalar/typebox").TObject<{
|
|
373
|
-
size: import("@scalar/typebox").TNumber;
|
|
374
|
-
mimeType: import("@scalar/typebox").TString;
|
|
375
|
-
encoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
376
|
-
text: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
377
|
-
}>;
|
|
378
|
-
}>;
|
|
379
|
-
meta: import("@scalar/typebox").TObject<{
|
|
380
|
-
example: import("@scalar/typebox").TString;
|
|
381
|
-
}>;
|
|
382
|
-
requestMetadata: import("@scalar/typebox").TObject<{
|
|
383
|
-
variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
384
|
-
}>;
|
|
385
|
-
}>>>;
|
|
386
319
|
}>]>;
|
|
387
320
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
388
321
|
__scalar_: import("@scalar/typebox").TString;
|
|
@@ -403,7 +336,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
403
336
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
404
337
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
405
338
|
}>]>, import("@scalar/typebox").TObject<{
|
|
406
|
-
'$ref-value': import("@scalar/typebox").
|
|
339
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
407
340
|
}>]>]>>;
|
|
408
341
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
409
342
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -421,7 +354,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
421
354
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
422
355
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
423
356
|
}>]>, import("@scalar/typebox").TObject<{
|
|
424
|
-
'$ref-value': import("@scalar/typebox").
|
|
357
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
425
358
|
}>]>]>>>;
|
|
426
359
|
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<{
|
|
427
360
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -431,7 +364,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
431
364
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
432
365
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
433
366
|
}>]>, import("@scalar/typebox").TObject<{
|
|
434
|
-
'$ref-value': import("@scalar/typebox").
|
|
367
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
435
368
|
}>]>]>>>;
|
|
436
369
|
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<{
|
|
437
370
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -441,7 +374,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
441
374
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
442
375
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
443
376
|
}>]>, import("@scalar/typebox").TObject<{
|
|
444
|
-
'$ref-value': import("@scalar/typebox").
|
|
377
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
445
378
|
}>]>]>>>;
|
|
446
379
|
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<{
|
|
447
380
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -451,7 +384,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
451
384
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
452
385
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
453
386
|
}>]>, import("@scalar/typebox").TObject<{
|
|
454
|
-
'$ref-value': import("@scalar/typebox").
|
|
387
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
455
388
|
}>]>]>>;
|
|
456
389
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
457
390
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -490,7 +423,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
490
423
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
491
424
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
492
425
|
}>]>, import("@scalar/typebox").TObject<{
|
|
493
|
-
'$ref-value': import("@scalar/typebox").
|
|
426
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
494
427
|
}>]>]>>;
|
|
495
428
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
496
429
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -508,7 +441,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
508
441
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
509
442
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
510
443
|
}>]>, import("@scalar/typebox").TObject<{
|
|
511
|
-
'$ref-value': import("@scalar/typebox").
|
|
444
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
512
445
|
}>]>]>>>;
|
|
513
446
|
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<{
|
|
514
447
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -518,7 +451,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
518
451
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
519
452
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
520
453
|
}>]>, import("@scalar/typebox").TObject<{
|
|
521
|
-
'$ref-value': import("@scalar/typebox").
|
|
454
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
522
455
|
}>]>]>>>;
|
|
523
456
|
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<{
|
|
524
457
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -528,7 +461,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
528
461
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
529
462
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
530
463
|
}>]>, import("@scalar/typebox").TObject<{
|
|
531
|
-
'$ref-value': import("@scalar/typebox").
|
|
464
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
532
465
|
}>]>]>>>;
|
|
533
466
|
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<{
|
|
534
467
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -538,7 +471,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
538
471
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
539
472
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
540
473
|
}>]>, import("@scalar/typebox").TObject<{
|
|
541
|
-
'$ref-value': import("@scalar/typebox").
|
|
474
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
542
475
|
}>]>]>>;
|
|
543
476
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
544
477
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -583,7 +516,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
583
516
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
584
517
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
585
518
|
}>]>, import("@scalar/typebox").TObject<{
|
|
586
|
-
'$ref-value': import("@scalar/typebox").
|
|
519
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
587
520
|
}>]>]>>;
|
|
588
521
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
589
522
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -601,7 +534,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
601
534
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
602
535
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
603
536
|
}>]>, import("@scalar/typebox").TObject<{
|
|
604
|
-
'$ref-value': import("@scalar/typebox").
|
|
537
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
605
538
|
}>]>]>>>;
|
|
606
539
|
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<{
|
|
607
540
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -611,7 +544,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
611
544
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
612
545
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
613
546
|
}>]>, import("@scalar/typebox").TObject<{
|
|
614
|
-
'$ref-value': import("@scalar/typebox").
|
|
547
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
615
548
|
}>]>]>>>;
|
|
616
549
|
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<{
|
|
617
550
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -621,7 +554,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
621
554
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
622
555
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
623
556
|
}>]>, import("@scalar/typebox").TObject<{
|
|
624
|
-
'$ref-value': import("@scalar/typebox").
|
|
557
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
625
558
|
}>]>]>>>;
|
|
626
559
|
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<{
|
|
627
560
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -631,7 +564,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
631
564
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
632
565
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
633
566
|
}>]>, import("@scalar/typebox").TObject<{
|
|
634
|
-
'$ref-value': import("@scalar/typebox").
|
|
567
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
635
568
|
}>]>]>>;
|
|
636
569
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
637
570
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -674,7 +607,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
674
607
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
675
608
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
676
609
|
}>]>, import("@scalar/typebox").TObject<{
|
|
677
|
-
'$ref-value': import("@scalar/typebox").
|
|
610
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
678
611
|
}>]>]>>;
|
|
679
612
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
680
613
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -692,7 +625,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
692
625
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
693
626
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
694
627
|
}>]>, import("@scalar/typebox").TObject<{
|
|
695
|
-
'$ref-value': import("@scalar/typebox").
|
|
628
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
696
629
|
}>]>]>>>;
|
|
697
630
|
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<{
|
|
698
631
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -702,7 +635,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
702
635
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
703
636
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
704
637
|
}>]>, import("@scalar/typebox").TObject<{
|
|
705
|
-
'$ref-value': import("@scalar/typebox").
|
|
638
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
706
639
|
}>]>]>>>;
|
|
707
640
|
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<{
|
|
708
641
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -712,7 +645,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
712
645
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
713
646
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
714
647
|
}>]>, import("@scalar/typebox").TObject<{
|
|
715
|
-
'$ref-value': import("@scalar/typebox").
|
|
648
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
716
649
|
}>]>]>>>;
|
|
717
650
|
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<{
|
|
718
651
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -722,7 +655,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
722
655
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
723
656
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
724
657
|
}>]>, import("@scalar/typebox").TObject<{
|
|
725
|
-
'$ref-value': import("@scalar/typebox").
|
|
658
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
726
659
|
}>]>]>>;
|
|
727
660
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
728
661
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -755,7 +688,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
755
688
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
756
689
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
757
690
|
}>]>, import("@scalar/typebox").TObject<{
|
|
758
|
-
'$ref-value': import("@scalar/typebox").
|
|
691
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
759
692
|
}>]>]>>>;
|
|
760
693
|
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<{
|
|
761
694
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -765,7 +698,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
765
698
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
766
699
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
767
700
|
}>]>, import("@scalar/typebox").TObject<{
|
|
768
|
-
'$ref-value': import("@scalar/typebox").
|
|
701
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
769
702
|
}>]>]>]>>;
|
|
770
703
|
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<{
|
|
771
704
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -775,7 +708,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
775
708
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
776
709
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
777
710
|
}>]>, import("@scalar/typebox").TObject<{
|
|
778
|
-
'$ref-value': import("@scalar/typebox").
|
|
711
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
779
712
|
}>]>]>>>;
|
|
780
713
|
}>, import("@scalar/typebox").TObject<{
|
|
781
714
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -794,7 +727,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
794
727
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
795
728
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
796
729
|
}>]>, import("@scalar/typebox").TObject<{
|
|
797
|
-
'$ref-value': import("@scalar/typebox").
|
|
730
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
798
731
|
}>]>]>>;
|
|
799
732
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
800
733
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -812,7 +745,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
812
745
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
813
746
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
814
747
|
}>]>, import("@scalar/typebox").TObject<{
|
|
815
|
-
'$ref-value': import("@scalar/typebox").
|
|
748
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
816
749
|
}>]>]>>>;
|
|
817
750
|
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<{
|
|
818
751
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -822,7 +755,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
822
755
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
823
756
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
824
757
|
}>]>, import("@scalar/typebox").TObject<{
|
|
825
|
-
'$ref-value': import("@scalar/typebox").
|
|
758
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
826
759
|
}>]>]>>>;
|
|
827
760
|
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<{
|
|
828
761
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -832,7 +765,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
832
765
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
833
766
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
834
767
|
}>]>, import("@scalar/typebox").TObject<{
|
|
835
|
-
'$ref-value': import("@scalar/typebox").
|
|
768
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
836
769
|
}>]>]>>>;
|
|
837
770
|
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<{
|
|
838
771
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -842,7 +775,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
842
775
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
843
776
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
844
777
|
}>]>, import("@scalar/typebox").TObject<{
|
|
845
|
-
'$ref-value': import("@scalar/typebox").
|
|
778
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
846
779
|
}>]>]>>;
|
|
847
780
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
848
781
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -875,7 +808,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
875
808
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
876
809
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
877
810
|
}>]>, import("@scalar/typebox").TObject<{
|
|
878
|
-
'$ref-value': import("@scalar/typebox").
|
|
811
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
879
812
|
}>]>]>>;
|
|
880
813
|
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<{
|
|
881
814
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -885,7 +818,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
885
818
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
886
819
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
887
820
|
}>]>, import("@scalar/typebox").TObject<{
|
|
888
|
-
'$ref-value': import("@scalar/typebox").
|
|
821
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
889
822
|
}>]>]>>>;
|
|
890
823
|
}>, import("@scalar/typebox").TObject<{
|
|
891
824
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -904,7 +837,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
904
837
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
905
838
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
906
839
|
}>]>, import("@scalar/typebox").TObject<{
|
|
907
|
-
'$ref-value': import("@scalar/typebox").
|
|
840
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
908
841
|
}>]>]>>;
|
|
909
842
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
910
843
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -922,7 +855,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
922
855
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
923
856
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
924
857
|
}>]>, import("@scalar/typebox").TObject<{
|
|
925
|
-
'$ref-value': import("@scalar/typebox").
|
|
858
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
926
859
|
}>]>]>>>;
|
|
927
860
|
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<{
|
|
928
861
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -932,7 +865,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
932
865
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
933
866
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
934
867
|
}>]>, import("@scalar/typebox").TObject<{
|
|
935
|
-
'$ref-value': import("@scalar/typebox").
|
|
868
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
936
869
|
}>]>]>>>;
|
|
937
870
|
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<{
|
|
938
871
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -942,7 +875,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
942
875
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
943
876
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
944
877
|
}>]>, import("@scalar/typebox").TObject<{
|
|
945
|
-
'$ref-value': import("@scalar/typebox").
|
|
878
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
946
879
|
}>]>]>>>;
|
|
947
880
|
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<{
|
|
948
881
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -952,7 +885,7 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
952
885
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"loading">, TLiteral<"error">]>>;
|
|
953
886
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
954
887
|
}>]>, import("@scalar/typebox").TObject<{
|
|
955
|
-
'$ref-value': import("@scalar/typebox").
|
|
888
|
+
'$ref-value': import("@scalar/typebox").TUnknown;
|
|
956
889
|
}>]>]>>;
|
|
957
890
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
958
891
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -1193,19 +1126,12 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1193
1126
|
}>]>]>>;
|
|
1194
1127
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1195
1128
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1196
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1197
|
-
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1198
1129
|
}>, import("@scalar/typebox").TObject<{
|
|
1199
1130
|
type: TLiteral<"apiKey">;
|
|
1200
1131
|
name: import("@scalar/typebox").TString;
|
|
1201
1132
|
in: import("@scalar/typebox").TUnion<[TLiteral<"query">, TLiteral<"header">, TLiteral<"cookie">]>;
|
|
1202
1133
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1203
1134
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1204
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1205
|
-
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1206
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1207
|
-
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
1208
|
-
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
1209
1135
|
}>, import("@scalar/typebox").TObject<{
|
|
1210
1136
|
type: TLiteral<"http">;
|
|
1211
1137
|
scheme: import("@scalar/typebox").TUnion<[TLiteral<"basic">, TLiteral<"bearer">]>;
|
|
@@ -1246,10 +1172,6 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1246
1172
|
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1247
1173
|
refreshUrl: import("@scalar/typebox").TString;
|
|
1248
1174
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1249
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1250
|
-
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1251
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1252
|
-
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1253
1175
|
}>, import("@scalar/typebox").TObject<{
|
|
1254
1176
|
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1255
1177
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1258,16 +1180,10 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1258
1180
|
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1259
1181
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1260
1182
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
1261
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1262
|
-
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
1263
1183
|
}>]>>;
|
|
1264
1184
|
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1265
1185
|
refreshUrl: import("@scalar/typebox").TString;
|
|
1266
1186
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1267
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1268
|
-
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1269
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1270
|
-
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1271
1187
|
}>, import("@scalar/typebox").TObject<{
|
|
1272
1188
|
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1273
1189
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1276,21 +1192,12 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1276
1192
|
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1277
1193
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1278
1194
|
tokenUrl: import("@scalar/typebox").TString;
|
|
1279
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1280
|
-
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
1281
|
-
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
1282
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1283
|
-
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
1284
1195
|
}>, import("@scalar/typebox").TObject<{
|
|
1285
1196
|
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"header">, TLiteral<"body">]>>;
|
|
1286
1197
|
}>]>>;
|
|
1287
1198
|
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1288
1199
|
refreshUrl: import("@scalar/typebox").TString;
|
|
1289
1200
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1290
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1291
|
-
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1292
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1293
|
-
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1294
1201
|
}>, import("@scalar/typebox").TObject<{
|
|
1295
1202
|
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1296
1203
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1299,18 +1206,12 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1299
1206
|
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1300
1207
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1301
1208
|
tokenUrl: import("@scalar/typebox").TString;
|
|
1302
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1303
|
-
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
1304
1209
|
}>, import("@scalar/typebox").TObject<{
|
|
1305
1210
|
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[TLiteral<"header">, TLiteral<"body">]>>;
|
|
1306
1211
|
}>]>>;
|
|
1307
1212
|
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1308
1213
|
refreshUrl: import("@scalar/typebox").TString;
|
|
1309
1214
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1310
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1311
|
-
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1312
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1313
|
-
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1314
1215
|
}>, import("@scalar/typebox").TObject<{
|
|
1315
1216
|
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1316
1217
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1320,10 +1221,6 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1320
1221
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1321
1222
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
1322
1223
|
tokenUrl: import("@scalar/typebox").TString;
|
|
1323
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1324
|
-
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
1325
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1326
|
-
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
1327
1224
|
}>, import("@scalar/typebox").TObject<{
|
|
1328
1225
|
'x-usePkce': import("@scalar/typebox").TUnion<[TLiteral<"SHA-256">, TLiteral<"plain">, TLiteral<"no">]>;
|
|
1329
1226
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1370,11 +1267,6 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1370
1267
|
}>, import("@scalar/typebox").TString]>;
|
|
1371
1268
|
}>>;
|
|
1372
1269
|
}>>>;
|
|
1373
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1374
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1375
|
-
selectedIndex: import("@scalar/typebox").TInteger;
|
|
1376
|
-
selectedSchemes: TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1377
|
-
}>>;
|
|
1378
1270
|
}>, import("@scalar/typebox").TObject<{
|
|
1379
1271
|
'x-scalar-selected-server': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1380
1272
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1518,12 +1410,6 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
|
|
|
1518
1410
|
children: import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1519
1411
|
icon: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1520
1412
|
}>]>;
|
|
1521
|
-
XScalarSelectedSecurity: import("@scalar/typebox").TObject<{
|
|
1522
|
-
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TObject<{
|
|
1523
|
-
selectedIndex: import("@scalar/typebox").TInteger;
|
|
1524
|
-
selectedSchemes: TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>;
|
|
1525
|
-
}>>;
|
|
1526
|
-
}>;
|
|
1527
1413
|
}, "ServerObject">>>;
|
|
1528
1414
|
baseServerUrl: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1529
1415
|
}>>;
|