@scalar/workspace-store 0.15.6 → 0.15.8
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 +29 -0
- package/dist/client.d.ts +1 -38
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +5 -8
- package/dist/client.js.map +2 -2
- package/dist/navigation/get-navigation-options.d.ts +9 -0
- package/dist/navigation/get-navigation-options.d.ts.map +1 -0
- package/dist/navigation/get-navigation-options.js +77 -0
- package/dist/navigation/get-navigation-options.js.map +7 -0
- package/dist/navigation/helpers/get-x-keys.d.ts +10 -0
- package/dist/navigation/helpers/get-x-keys.d.ts.map +1 -0
- package/dist/navigation/helpers/get-x-keys.js +10 -0
- package/dist/navigation/helpers/get-x-keys.js.map +7 -0
- package/dist/navigation/helpers/traverse-description.d.ts +3 -5
- package/dist/navigation/helpers/traverse-description.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-description.js +4 -5
- package/dist/navigation/helpers/traverse-description.js.map +2 -2
- package/dist/navigation/helpers/traverse-document.d.ts +121 -28
- package/dist/navigation/helpers/traverse-document.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-document.js +16 -21
- package/dist/navigation/helpers/traverse-document.js.map +2 -2
- package/dist/navigation/helpers/traverse-paths.d.ts +4 -5
- package/dist/navigation/helpers/traverse-paths.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-paths.js +15 -8
- package/dist/navigation/helpers/traverse-paths.js.map +2 -2
- package/dist/navigation/helpers/traverse-schemas.d.ts +3 -6
- package/dist/navigation/helpers/traverse-schemas.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-schemas.js +7 -7
- package/dist/navigation/helpers/traverse-schemas.js.map +2 -2
- package/dist/navigation/helpers/traverse-tags.d.ts +2 -5
- package/dist/navigation/helpers/traverse-tags.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-tags.js +16 -13
- package/dist/navigation/helpers/traverse-tags.js.map +2 -2
- package/dist/navigation/helpers/traverse-webhooks.d.ts +3 -6
- package/dist/navigation/helpers/traverse-webhooks.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-webhooks.js +27 -7
- package/dist/navigation/helpers/traverse-webhooks.js.map +2 -2
- package/dist/navigation/index.d.ts +1 -0
- package/dist/navigation/index.d.ts.map +1 -1
- package/dist/navigation/index.js +2 -0
- package/dist/navigation/index.js.map +2 -2
- package/dist/navigation/types.d.ts +3 -4
- package/dist/navigation/types.d.ts.map +1 -1
- package/dist/schemas/inmemory-workspace.d.ts +162 -102
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/navigation.d.ts +60 -128
- package/dist/schemas/navigation.d.ts.map +1 -1
- package/dist/schemas/navigation.js +40 -44
- package/dist/schemas/navigation.js.map +2 -2
- package/dist/schemas/reference-config/index.d.ts +81 -51
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +81 -51
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +9980 -1429
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +31 -4
- package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts +8 -0
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/ref-definitions.js +12 -1
- package/dist/schemas/v3.1/strict/ref-definitions.js.map +2 -2
- package/dist/schemas/v3.1/strict/schema.d.ts +2 -2
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +2 -44
- package/dist/schemas/v3.1/strict/schema.js.map +2 -2
- package/dist/schemas/workspace-specification/config.d.ts +113 -51
- package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/config.js.map +2 -2
- package/dist/schemas/workspace-specification/index.d.ts +81 -51
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +567 -357
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/dist/server.d.ts +3 -4
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +3 -2
- package/dist/server.js.map +2 -2
- package/package.json +11 -6
|
@@ -586,7 +586,7 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
586
586
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
587
587
|
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
588
588
|
type: import("@scalar/typebox").TLiteral<"string">;
|
|
589
|
-
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
589
|
+
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
590
590
|
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
591
591
|
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
592
592
|
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1213,57 +1213,87 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1213
1213
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1214
1214
|
}>>>;
|
|
1215
1215
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1216
|
-
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").
|
|
1217
|
-
TraversedTagSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1218
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1219
|
-
id: import("@scalar/typebox").TString;
|
|
1220
|
-
title: import("@scalar/typebox").TString;
|
|
1221
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1222
|
-
type: import("@scalar/typebox").TLiteral<"tag">;
|
|
1223
|
-
name: import("@scalar/typebox").TString;
|
|
1224
|
-
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntrySchema">>>;
|
|
1225
|
-
isGroup: import("@scalar/typebox").TBoolean;
|
|
1226
|
-
}>]>;
|
|
1227
|
-
TraversedEntrySchema: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"TraversedTagSchema">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1228
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1229
|
-
id: import("@scalar/typebox").TString;
|
|
1230
|
-
title: import("@scalar/typebox").TString;
|
|
1231
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1232
|
-
type: import("@scalar/typebox").TLiteral<"text">;
|
|
1233
|
-
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1234
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1235
|
-
id: import("@scalar/typebox").TString;
|
|
1236
|
-
title: import("@scalar/typebox").TString;
|
|
1237
|
-
}>>>;
|
|
1238
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1239
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1240
|
-
id: import("@scalar/typebox").TString;
|
|
1241
|
-
title: import("@scalar/typebox").TString;
|
|
1242
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1243
|
-
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
1244
|
-
ref: import("@scalar/typebox").TString;
|
|
1245
|
-
method: import("@scalar/typebox").TString;
|
|
1246
|
-
path: import("@scalar/typebox").TString;
|
|
1247
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1248
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1249
|
-
id: import("@scalar/typebox").TString;
|
|
1250
|
-
title: import("@scalar/typebox").TString;
|
|
1251
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1252
|
-
type: import("@scalar/typebox").TLiteral<"model">;
|
|
1253
|
-
ref: import("@scalar/typebox").TString;
|
|
1254
|
-
name: import("@scalar/typebox").TString;
|
|
1255
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1256
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1257
|
-
id: import("@scalar/typebox").TString;
|
|
1258
|
-
title: import("@scalar/typebox").TString;
|
|
1259
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1260
|
-
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
1261
|
-
ref: import("@scalar/typebox").TString;
|
|
1262
|
-
method: import("@scalar/typebox").TString;
|
|
1263
|
-
name: import("@scalar/typebox").TString;
|
|
1264
|
-
}>]>]>;
|
|
1265
|
-
}, "TraversedEntrySchema">>>;
|
|
1216
|
+
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1266
1217
|
}>]>;
|
|
1218
|
+
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1219
|
+
id: import("@scalar/typebox").TString;
|
|
1220
|
+
title: import("@scalar/typebox").TString;
|
|
1221
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1222
|
+
type: import("@scalar/typebox").TLiteral<"text">;
|
|
1223
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1224
|
+
}>]>;
|
|
1225
|
+
TraversedOperationObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1226
|
+
id: import("@scalar/typebox").TString;
|
|
1227
|
+
title: import("@scalar/typebox").TString;
|
|
1228
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1229
|
+
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
1230
|
+
ref: import("@scalar/typebox").TString;
|
|
1231
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1232
|
+
path: import("@scalar/typebox").TString;
|
|
1233
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1234
|
+
}>]>;
|
|
1235
|
+
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1236
|
+
id: import("@scalar/typebox").TString;
|
|
1237
|
+
title: import("@scalar/typebox").TString;
|
|
1238
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1239
|
+
type: import("@scalar/typebox").TLiteral<"model">;
|
|
1240
|
+
ref: import("@scalar/typebox").TString;
|
|
1241
|
+
name: import("@scalar/typebox").TString;
|
|
1242
|
+
}>]>;
|
|
1243
|
+
TraversedWebhookObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1244
|
+
id: import("@scalar/typebox").TString;
|
|
1245
|
+
title: import("@scalar/typebox").TString;
|
|
1246
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1247
|
+
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
1248
|
+
ref: import("@scalar/typebox").TString;
|
|
1249
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1250
|
+
name: import("@scalar/typebox").TString;
|
|
1251
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1252
|
+
}>]>;
|
|
1253
|
+
TraversedTagObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1254
|
+
id: import("@scalar/typebox").TString;
|
|
1255
|
+
title: import("@scalar/typebox").TString;
|
|
1256
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1257
|
+
type: import("@scalar/typebox").TLiteral<"tag">;
|
|
1258
|
+
name: import("@scalar/typebox").TString;
|
|
1259
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1260
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1261
|
+
isGroup: import("@scalar/typebox").TBoolean;
|
|
1262
|
+
isWebhooks: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1263
|
+
xKeys: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
1264
|
+
}>]>;
|
|
1265
|
+
TraversedEntryObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"TraversedTagObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1266
|
+
id: import("@scalar/typebox").TString;
|
|
1267
|
+
title: import("@scalar/typebox").TString;
|
|
1268
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1269
|
+
type: import("@scalar/typebox").TLiteral<"text">;
|
|
1270
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1271
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1272
|
+
id: import("@scalar/typebox").TString;
|
|
1273
|
+
title: import("@scalar/typebox").TString;
|
|
1274
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1275
|
+
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
1276
|
+
ref: import("@scalar/typebox").TString;
|
|
1277
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1278
|
+
path: import("@scalar/typebox").TString;
|
|
1279
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1280
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1281
|
+
id: import("@scalar/typebox").TString;
|
|
1282
|
+
title: import("@scalar/typebox").TString;
|
|
1283
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1284
|
+
type: import("@scalar/typebox").TLiteral<"model">;
|
|
1285
|
+
ref: import("@scalar/typebox").TString;
|
|
1286
|
+
name: import("@scalar/typebox").TString;
|
|
1287
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1288
|
+
id: import("@scalar/typebox").TString;
|
|
1289
|
+
title: import("@scalar/typebox").TString;
|
|
1290
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1291
|
+
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
1292
|
+
ref: import("@scalar/typebox").TString;
|
|
1293
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1294
|
+
name: import("@scalar/typebox").TString;
|
|
1295
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1296
|
+
}>]>]>;
|
|
1267
1297
|
}, "ServerObject">>>;
|
|
1268
1298
|
baseServerUrl: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1269
1299
|
}>>;
|
|
@@ -1878,7 +1908,7 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1878
1908
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
1879
1909
|
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1880
1910
|
type: import("@scalar/typebox").TLiteral<"string">;
|
|
1881
|
-
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
1911
|
+
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1882
1912
|
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1883
1913
|
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1884
1914
|
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -2505,57 +2535,87 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
2505
2535
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2506
2536
|
}>>>;
|
|
2507
2537
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2508
|
-
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
type: import("@scalar/typebox").TLiteral<"model">;
|
|
2545
|
-
ref: import("@scalar/typebox").TString;
|
|
2546
|
-
name: import("@scalar/typebox").TString;
|
|
2547
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2548
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
2549
|
-
id: import("@scalar/typebox").TString;
|
|
2550
|
-
title: import("@scalar/typebox").TString;
|
|
2551
|
-
}>, import("@scalar/typebox").TObject<{
|
|
2552
|
-
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
2553
|
-
ref: import("@scalar/typebox").TString;
|
|
2554
|
-
method: import("@scalar/typebox").TString;
|
|
2555
|
-
name: import("@scalar/typebox").TString;
|
|
2556
|
-
}>]>]>;
|
|
2557
|
-
}, "TraversedEntrySchema">>>;
|
|
2538
|
+
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2539
|
+
}>]>;
|
|
2540
|
+
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2541
|
+
id: import("@scalar/typebox").TString;
|
|
2542
|
+
title: import("@scalar/typebox").TString;
|
|
2543
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2544
|
+
type: import("@scalar/typebox").TLiteral<"text">;
|
|
2545
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2546
|
+
}>]>;
|
|
2547
|
+
TraversedOperationObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2548
|
+
id: import("@scalar/typebox").TString;
|
|
2549
|
+
title: import("@scalar/typebox").TString;
|
|
2550
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2551
|
+
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
2552
|
+
ref: import("@scalar/typebox").TString;
|
|
2553
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2554
|
+
path: import("@scalar/typebox").TString;
|
|
2555
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2556
|
+
}>]>;
|
|
2557
|
+
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2558
|
+
id: import("@scalar/typebox").TString;
|
|
2559
|
+
title: import("@scalar/typebox").TString;
|
|
2560
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2561
|
+
type: import("@scalar/typebox").TLiteral<"model">;
|
|
2562
|
+
ref: import("@scalar/typebox").TString;
|
|
2563
|
+
name: import("@scalar/typebox").TString;
|
|
2564
|
+
}>]>;
|
|
2565
|
+
TraversedWebhookObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2566
|
+
id: import("@scalar/typebox").TString;
|
|
2567
|
+
title: import("@scalar/typebox").TString;
|
|
2568
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2569
|
+
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
2570
|
+
ref: import("@scalar/typebox").TString;
|
|
2571
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2572
|
+
name: import("@scalar/typebox").TString;
|
|
2573
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2558
2574
|
}>]>;
|
|
2575
|
+
TraversedTagObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2576
|
+
id: import("@scalar/typebox").TString;
|
|
2577
|
+
title: import("@scalar/typebox").TString;
|
|
2578
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2579
|
+
type: import("@scalar/typebox").TLiteral<"tag">;
|
|
2580
|
+
name: import("@scalar/typebox").TString;
|
|
2581
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2582
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2583
|
+
isGroup: import("@scalar/typebox").TBoolean;
|
|
2584
|
+
isWebhooks: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2585
|
+
xKeys: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
2586
|
+
}>]>;
|
|
2587
|
+
TraversedEntryObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"TraversedTagObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2588
|
+
id: import("@scalar/typebox").TString;
|
|
2589
|
+
title: import("@scalar/typebox").TString;
|
|
2590
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2591
|
+
type: import("@scalar/typebox").TLiteral<"text">;
|
|
2592
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2593
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2594
|
+
id: import("@scalar/typebox").TString;
|
|
2595
|
+
title: import("@scalar/typebox").TString;
|
|
2596
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2597
|
+
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
2598
|
+
ref: import("@scalar/typebox").TString;
|
|
2599
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2600
|
+
path: import("@scalar/typebox").TString;
|
|
2601
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2602
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2603
|
+
id: import("@scalar/typebox").TString;
|
|
2604
|
+
title: import("@scalar/typebox").TString;
|
|
2605
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2606
|
+
type: import("@scalar/typebox").TLiteral<"model">;
|
|
2607
|
+
ref: import("@scalar/typebox").TString;
|
|
2608
|
+
name: import("@scalar/typebox").TString;
|
|
2609
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2610
|
+
id: import("@scalar/typebox").TString;
|
|
2611
|
+
title: import("@scalar/typebox").TString;
|
|
2612
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2613
|
+
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
2614
|
+
ref: import("@scalar/typebox").TString;
|
|
2615
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2616
|
+
name: import("@scalar/typebox").TString;
|
|
2617
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2618
|
+
}>]>]>;
|
|
2559
2619
|
}, "OpenApiDocument">]>>;
|
|
2560
2620
|
originalDocuments: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
2561
2621
|
intermediateDocuments: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inmemory-workspace.d.ts","sourceRoot":"","sources":["../../src/schemas/inmemory-workspace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAQ,MAAM,iBAAiB,CAAA;AAOnD,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"inmemory-workspace.d.ts","sourceRoot":"","sources":["../../src/schemas/inmemory-workspace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAQ,MAAM,iBAAiB,CAAA;AAOnD,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAelC,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC,OAAO,uBAAuB,CAAC,CAAA"}
|
|
@@ -1,154 +1,86 @@
|
|
|
1
|
-
import { type
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { type HttpMethod } from '@scalar/helpers/http/http-methods';
|
|
2
|
+
import { type TLiteral } from '@scalar/typebox';
|
|
3
|
+
export declare const NavigationBaseSchemaDefinition: import("@scalar/typebox").TObject<{
|
|
4
4
|
id: import("@scalar/typebox").TString;
|
|
5
5
|
title: import("@scalar/typebox").TString;
|
|
6
6
|
}>;
|
|
7
|
-
export declare const
|
|
8
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
7
|
+
export declare const TraversedDescriptionSchemaDefinition: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9
8
|
id: import("@scalar/typebox").TString;
|
|
10
9
|
title: import("@scalar/typebox").TString;
|
|
11
10
|
}>, import("@scalar/typebox").TObject<{
|
|
12
|
-
type:
|
|
13
|
-
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").
|
|
14
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
15
|
-
id: import("@scalar/typebox").TString;
|
|
16
|
-
title: import("@scalar/typebox").TString;
|
|
17
|
-
}>>>;
|
|
11
|
+
type: TLiteral<"text">;
|
|
12
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
18
13
|
}>]>;
|
|
19
|
-
export
|
|
20
|
-
export declare const TraversedOperationSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
21
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
14
|
+
export declare const TraversedOperationSchemaDefinition: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
22
15
|
id: import("@scalar/typebox").TString;
|
|
23
16
|
title: import("@scalar/typebox").TString;
|
|
24
17
|
}>, import("@scalar/typebox").TObject<{
|
|
25
|
-
type:
|
|
18
|
+
type: TLiteral<"operation">;
|
|
26
19
|
ref: import("@scalar/typebox").TString;
|
|
27
|
-
method:
|
|
20
|
+
method: TLiteral<HttpMethod>;
|
|
28
21
|
path: import("@scalar/typebox").TString;
|
|
22
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
29
23
|
}>]>;
|
|
30
|
-
export
|
|
31
|
-
export declare const TraversedSchemaSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
32
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
24
|
+
export declare const TraversedSchemaSchemaDefinition: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
33
25
|
id: import("@scalar/typebox").TString;
|
|
34
26
|
title: import("@scalar/typebox").TString;
|
|
35
27
|
}>, import("@scalar/typebox").TObject<{
|
|
36
|
-
type:
|
|
28
|
+
type: TLiteral<"model">;
|
|
37
29
|
ref: import("@scalar/typebox").TString;
|
|
38
30
|
name: import("@scalar/typebox").TString;
|
|
39
31
|
}>]>;
|
|
40
|
-
export
|
|
41
|
-
export declare const TraversedWebhookSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
42
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
32
|
+
export declare const TraversedWebhookSchemaDefinition: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
43
33
|
id: import("@scalar/typebox").TString;
|
|
44
34
|
title: import("@scalar/typebox").TString;
|
|
45
35
|
}>, import("@scalar/typebox").TObject<{
|
|
46
|
-
type:
|
|
36
|
+
type: TLiteral<"webhook">;
|
|
47
37
|
ref: import("@scalar/typebox").TString;
|
|
48
|
-
method:
|
|
38
|
+
method: TLiteral<HttpMethod>;
|
|
49
39
|
name: import("@scalar/typebox").TString;
|
|
40
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
50
41
|
}>]>;
|
|
51
|
-
export
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
}>, import("@scalar/typebox").TObject<{
|
|
96
|
-
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
97
|
-
ref: import("@scalar/typebox").TString;
|
|
98
|
-
method: import("@scalar/typebox").TString;
|
|
99
|
-
name: import("@scalar/typebox").TString;
|
|
100
|
-
}>]>]>;
|
|
101
|
-
}, "TraversedTagSchema">;
|
|
102
|
-
export declare const TraversedEntrySchema: import("@scalar/typebox").TImport<{
|
|
103
|
-
TraversedTagSchema: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
104
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
105
|
-
id: import("@scalar/typebox").TString;
|
|
106
|
-
title: import("@scalar/typebox").TString;
|
|
107
|
-
}>, import("@scalar/typebox").TObject<{
|
|
108
|
-
type: import("@scalar/typebox").TLiteral<"tag">;
|
|
109
|
-
name: import("@scalar/typebox").TString;
|
|
110
|
-
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntrySchema">>>;
|
|
111
|
-
isGroup: import("@scalar/typebox").TBoolean;
|
|
112
|
-
}>]>;
|
|
113
|
-
TraversedEntrySchema: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"TraversedTagSchema">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
114
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
115
|
-
id: import("@scalar/typebox").TString;
|
|
116
|
-
title: import("@scalar/typebox").TString;
|
|
117
|
-
}>, import("@scalar/typebox").TObject<{
|
|
118
|
-
type: import("@scalar/typebox").TLiteral<"text">;
|
|
119
|
-
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
120
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
121
|
-
id: import("@scalar/typebox").TString;
|
|
122
|
-
title: import("@scalar/typebox").TString;
|
|
123
|
-
}>>>;
|
|
124
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
125
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
126
|
-
id: import("@scalar/typebox").TString;
|
|
127
|
-
title: import("@scalar/typebox").TString;
|
|
128
|
-
}>, import("@scalar/typebox").TObject<{
|
|
129
|
-
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
130
|
-
ref: import("@scalar/typebox").TString;
|
|
131
|
-
method: import("@scalar/typebox").TString;
|
|
132
|
-
path: import("@scalar/typebox").TString;
|
|
133
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
134
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
135
|
-
id: import("@scalar/typebox").TString;
|
|
136
|
-
title: import("@scalar/typebox").TString;
|
|
137
|
-
}>, import("@scalar/typebox").TObject<{
|
|
138
|
-
type: import("@scalar/typebox").TLiteral<"model">;
|
|
139
|
-
ref: import("@scalar/typebox").TString;
|
|
140
|
-
name: import("@scalar/typebox").TString;
|
|
141
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
142
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
143
|
-
id: import("@scalar/typebox").TString;
|
|
144
|
-
title: import("@scalar/typebox").TString;
|
|
145
|
-
}>, import("@scalar/typebox").TObject<{
|
|
146
|
-
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
147
|
-
ref: import("@scalar/typebox").TString;
|
|
148
|
-
method: import("@scalar/typebox").TString;
|
|
149
|
-
name: import("@scalar/typebox").TString;
|
|
150
|
-
}>]>]>;
|
|
151
|
-
}, "TraversedEntrySchema">;
|
|
152
|
-
export type TraversedTag = Static<typeof TraversedTagSchema>;
|
|
153
|
-
export type TraversedEntry = Static<typeof TraversedEntrySchema>;
|
|
42
|
+
export declare const TraversedTagSchemaDefinition: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
43
|
+
id: import("@scalar/typebox").TString;
|
|
44
|
+
title: import("@scalar/typebox").TString;
|
|
45
|
+
}>, import("@scalar/typebox").TObject<{
|
|
46
|
+
type: TLiteral<"tag">;
|
|
47
|
+
name: import("@scalar/typebox").TString;
|
|
48
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
49
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
50
|
+
isGroup: import("@scalar/typebox").TBoolean;
|
|
51
|
+
isWebhooks: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
52
|
+
xKeys: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
53
|
+
}>]>;
|
|
54
|
+
export declare const TraversedEntrySchemaDefinition: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"TraversedTagObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
55
|
+
id: import("@scalar/typebox").TString;
|
|
56
|
+
title: import("@scalar/typebox").TString;
|
|
57
|
+
}>, import("@scalar/typebox").TObject<{
|
|
58
|
+
type: TLiteral<"text">;
|
|
59
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
60
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
61
|
+
id: import("@scalar/typebox").TString;
|
|
62
|
+
title: import("@scalar/typebox").TString;
|
|
63
|
+
}>, import("@scalar/typebox").TObject<{
|
|
64
|
+
type: TLiteral<"operation">;
|
|
65
|
+
ref: import("@scalar/typebox").TString;
|
|
66
|
+
method: TLiteral<HttpMethod>;
|
|
67
|
+
path: import("@scalar/typebox").TString;
|
|
68
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
69
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
70
|
+
id: import("@scalar/typebox").TString;
|
|
71
|
+
title: import("@scalar/typebox").TString;
|
|
72
|
+
}>, import("@scalar/typebox").TObject<{
|
|
73
|
+
type: TLiteral<"model">;
|
|
74
|
+
ref: import("@scalar/typebox").TString;
|
|
75
|
+
name: import("@scalar/typebox").TString;
|
|
76
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
77
|
+
id: import("@scalar/typebox").TString;
|
|
78
|
+
title: import("@scalar/typebox").TString;
|
|
79
|
+
}>, import("@scalar/typebox").TObject<{
|
|
80
|
+
type: TLiteral<"webhook">;
|
|
81
|
+
ref: import("@scalar/typebox").TString;
|
|
82
|
+
method: TLiteral<HttpMethod>;
|
|
83
|
+
name: import("@scalar/typebox").TString;
|
|
84
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
85
|
+
}>]>]>;
|
|
154
86
|
//# sourceMappingURL=navigation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../src/schemas/navigation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../src/schemas/navigation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAe,MAAM,mCAAmC,CAAA;AAChF,OAAO,EAAE,KAAK,QAAQ,EAAQ,MAAM,iBAAiB,CAAA;AAKrD,eAAO,MAAM,8BAA8B;;;EAGzC,CAAA;AAEF,eAAO,MAAM,oCAAoC;;;;;;IAMhD,CAAA;AAED,eAAO,MAAM,kCAAkC;;;;;;YAO3B,QAAQ,CAAC,UAAU,CAAC;;;IAIvC,CAAA;AAED,eAAO,MAAM,+BAA+B;;;;;;;IAO3C,CAAA;AAED,eAAO,MAAM,gCAAgC;;;;;;YAOzB,QAAQ,CAAC,UAAU,CAAC;;;IAIvC,CAAA;AAED,eAAO,MAAM,4BAA4B;;;;;;;;;;;IAWxC,CAAA;AAED,eAAO,MAAM,8BAA8B;;;;;;;;;;;;YAzCvB,QAAQ,CAAC,UAAU,CAAC;;;;;;;;;;;;;;;;YAsBpB,QAAQ,CAAC,UAAU,CAAC;;;MAyBtC,CAAA"}
|