@scalar/workspace-store 0.16.2 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/navigation/helpers/traverse-examples.d.ts +8 -0
  3. package/dist/navigation/helpers/traverse-examples.d.ts.map +1 -0
  4. package/dist/navigation/helpers/traverse-examples.js +46 -0
  5. package/dist/navigation/helpers/traverse-examples.js.map +7 -0
  6. package/dist/navigation/helpers/traverse-paths.d.ts.map +1 -1
  7. package/dist/navigation/helpers/traverse-paths.js +9 -1
  8. package/dist/navigation/helpers/traverse-paths.js.map +2 -2
  9. package/dist/schemas/extensions/example/x-disabled.d.ts +18 -0
  10. package/dist/schemas/extensions/example/x-disabled.d.ts.map +1 -0
  11. package/dist/schemas/extensions/example/x-disabled.js +8 -0
  12. package/dist/schemas/extensions/example/x-disabled.js.map +7 -0
  13. package/dist/schemas/extensions/parameter/x-global.d.ts +13 -0
  14. package/dist/schemas/extensions/parameter/x-global.d.ts.map +1 -0
  15. package/dist/schemas/extensions/parameter/x-global.js +8 -0
  16. package/dist/schemas/extensions/parameter/x-global.js.map +7 -0
  17. package/dist/schemas/inmemory-workspace.d.ts +38 -10
  18. package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
  19. package/dist/schemas/navigation.d.ts +21 -1
  20. package/dist/schemas/navigation.d.ts.map +1 -1
  21. package/dist/schemas/navigation.js +12 -2
  22. package/dist/schemas/navigation.js.map +2 -2
  23. package/dist/schemas/reference-config/index.d.ts +19 -5
  24. package/dist/schemas/reference-config/index.d.ts.map +1 -1
  25. package/dist/schemas/reference-config/settings.d.ts +18 -4
  26. package/dist/schemas/reference-config/settings.d.ts.map +1 -1
  27. package/dist/schemas/v3.1/strict/example.d.ts +13 -2
  28. package/dist/schemas/v3.1/strict/example.d.ts.map +1 -1
  29. package/dist/schemas/v3.1/strict/example.js +15 -10
  30. package/dist/schemas/v3.1/strict/example.js.map +2 -2
  31. package/dist/schemas/v3.1/strict/openapi-document.d.ts +612 -136
  32. package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
  33. package/dist/schemas/v3.1/strict/parameter.d.ts +21 -6
  34. package/dist/schemas/v3.1/strict/parameter.d.ts.map +1 -1
  35. package/dist/schemas/v3.1/strict/parameter.js +21 -17
  36. package/dist/schemas/v3.1/strict/parameter.js.map +2 -2
  37. package/dist/schemas/workspace-specification/config.d.ts +19 -5
  38. package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
  39. package/dist/schemas/workspace-specification/index.d.ts +20 -6
  40. package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
  41. package/dist/schemas/workspace.d.ts +128 -30
  42. package/dist/schemas/workspace.d.ts.map +1 -1
  43. package/package.json +4 -4
@@ -1031,7 +1031,7 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
1031
1031
  }>]>, import("@scalar/typebox").TObject<{
1032
1032
  '$ref-value': import("@scalar/typebox").TRef<"ResponseObject">;
1033
1033
  }>]>]>>;
1034
- ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1034
+ ParameterObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1035
1035
  name: import("@scalar/typebox").TString;
1036
1036
  in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
1037
1037
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -1039,6 +1039,8 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
1039
1039
  deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1040
1040
  allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1041
1041
  }>, import("@scalar/typebox").TObject<{
1042
+ 'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1043
+ }>]>, import("@scalar/typebox").TObject<{
1042
1044
  style: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1043
1045
  explode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1044
1046
  schema: 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<{
@@ -1062,7 +1064,7 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
1062
1064
  }>]>, import("@scalar/typebox").TObject<{
1063
1065
  '$ref-value': import("@scalar/typebox").TRef<"ExampleObject">;
1064
1066
  }>]>]>>>;
1065
- }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1067
+ }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1066
1068
  name: import("@scalar/typebox").TString;
1067
1069
  in: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"query">, import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"path">, import("@scalar/typebox").TLiteral<"cookie">]>;
1068
1070
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -1070,14 +1072,18 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
1070
1072
  deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1071
1073
  allowEmptyValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1072
1074
  }>, import("@scalar/typebox").TObject<{
1075
+ 'x-global': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1076
+ }>]>, import("@scalar/typebox").TObject<{
1073
1077
  content: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>>;
1074
1078
  }>]>]>;
1075
- ExampleObject: import("@scalar/typebox").TObject<{
1079
+ ExampleObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1076
1080
  summary: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1077
1081
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1078
1082
  value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TAny>;
1079
1083
  externalValue: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1080
- }>;
1084
+ }>, import("@scalar/typebox").TObject<{
1085
+ 'x-disabled': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1086
+ }>]>;
1081
1087
  RequestBodyObject: import("@scalar/typebox").TObject<{
1082
1088
  description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1083
1089
  content: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRef<"MediaTypeObject">>;
@@ -1282,6 +1288,7 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
1282
1288
  method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
1283
1289
  path: import("@scalar/typebox").TString;
1284
1290
  isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1291
+ children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
1285
1292
  }>]>;
1286
1293
  TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1287
1294
  id: import("@scalar/typebox").TString;
@@ -1328,6 +1335,7 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
1328
1335
  method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
1329
1336
  path: import("@scalar/typebox").TString;
1330
1337
  isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1338
+ children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
1331
1339
  }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1332
1340
  id: import("@scalar/typebox").TString;
1333
1341
  title: import("@scalar/typebox").TString;
@@ -1355,6 +1363,12 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
1355
1363
  method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
1356
1364
  name: import("@scalar/typebox").TString;
1357
1365
  isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1366
+ }>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1367
+ id: import("@scalar/typebox").TString;
1368
+ title: import("@scalar/typebox").TString;
1369
+ }>, import("@scalar/typebox").TObject<{
1370
+ type: import("@scalar/typebox").TLiteral<"example">;
1371
+ name: import("@scalar/typebox").TString;
1358
1372
  }>]>]>;
1359
1373
  }, "ServerObject">>>;
1360
1374
  baseServerUrl: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
@@ -1391,11 +1405,11 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
1391
1405
  ogImage: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1392
1406
  twitterCard: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1393
1407
  }>>;
1394
- httpClients: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<import("@scalar/typebox").TLiteral<"c/libcurl" | "clojure/clj_http" | "csharp/httpclient" | "csharp/restsharp" | "dart/http" | "go/native" | "http/http1.1" | "java/asynchttp" | "java/nethttp" | "java/okhttp" | "java/unirest" | "js/axios" | "js/fetch" | "js/jquery" | "js/ofetch" | "js/xhr" | "kotlin/okhttp" | "node/axios" | "node/fetch" | "node/ofetch" | "node/undici" | "objc/nsurlsession" | "ocaml/cohttp" | "php/curl" | "php/guzzle" | "powershell/restmethod" | "powershell/webrequest" | "python/python3" | "python/requests" | "python/httpx_sync" | "python/httpx_async" | "r/httr" | "ruby/native" | "rust/reqwest" | "shell/curl" | "shell/httpie" | "shell/wget" | "swift/nsurlsession">[]>>>;
1408
+ httpClients: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<import("@scalar/typebox").TLiteral<"c/libcurl" | "clojure/clj_http" | "csharp/httpclient" | "csharp/restsharp" | "dart/http" | "fsharp/httpclient" | "go/native" | "http/http1.1" | "java/asynchttp" | "java/nethttp" | "java/okhttp" | "java/unirest" | "js/axios" | "js/fetch" | "js/jquery" | "js/ofetch" | "js/xhr" | "kotlin/okhttp" | "node/axios" | "node/fetch" | "node/ofetch" | "node/undici" | "objc/nsurlsession" | "ocaml/cohttp" | "php/curl" | "php/guzzle" | "powershell/restmethod" | "powershell/webrequest" | "python/python3" | "python/requests" | "python/httpx_sync" | "python/httpx_async" | "r/httr" | "ruby/native" | "rust/reqwest" | "shell/curl" | "shell/httpie" | "shell/wget" | "swift/nsurlsession">[]>>>;
1395
1409
  }>>;
1396
1410
  }>, import("@scalar/typebox").TObject<{
1397
1411
  "x-scalar-dark-mode": import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1398
- "x-scalar-default-client": import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<import("@scalar/typebox").TLiteral<"c/libcurl" | "clojure/clj_http" | "csharp/httpclient" | "csharp/restsharp" | "dart/http" | "go/native" | "http/http1.1" | "java/asynchttp" | "java/nethttp" | "java/okhttp" | "java/unirest" | "js/axios" | "js/fetch" | "js/jquery" | "js/ofetch" | "js/xhr" | "kotlin/okhttp" | "node/axios" | "node/fetch" | "node/ofetch" | "node/undici" | "objc/nsurlsession" | "ocaml/cohttp" | "php/curl" | "php/guzzle" | "powershell/restmethod" | "powershell/webrequest" | "python/python3" | "python/requests" | "python/httpx_sync" | "python/httpx_async" | "r/httr" | "ruby/native" | "rust/reqwest" | "shell/curl" | "shell/httpie" | "shell/wget" | "swift/nsurlsession">[]>>;
1412
+ "x-scalar-default-client": import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<import("@scalar/typebox").TLiteral<"c/libcurl" | "clojure/clj_http" | "csharp/httpclient" | "csharp/restsharp" | "dart/http" | "fsharp/httpclient" | "go/native" | "http/http1.1" | "java/asynchttp" | "java/nethttp" | "java/okhttp" | "java/unirest" | "js/axios" | "js/fetch" | "js/jquery" | "js/ofetch" | "js/xhr" | "kotlin/okhttp" | "node/axios" | "node/fetch" | "node/ofetch" | "node/undici" | "objc/nsurlsession" | "ocaml/cohttp" | "php/curl" | "php/guzzle" | "powershell/restmethod" | "powershell/webrequest" | "python/python3" | "python/requests" | "python/httpx_sync" | "python/httpx_async" | "r/httr" | "ruby/native" | "rust/reqwest" | "shell/curl" | "shell/httpie" | "shell/wget" | "swift/nsurlsession">[]>>;
1399
1413
  "x-scalar-active-document": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1400
1414
  "x-scalar-theme": import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
1401
1415
  }>]>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/workspace-specification/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAA;AAGhE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAA;AAC7E,OAAO,EAAE,KAAK,aAAa,EAAuB,MAAM,qBAAqB,CAAA;AAC7E,OAAO,EAAE,KAAK,MAAM,EAAgB,MAAM,0CAA0C,CAAA;AACpF,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,wCAAwC,CAAA;AAE9E,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgBxC,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG;IACnC,SAAS,EAAE,OAAO,CAAA;IAClB,IAAI,EAAE,IAAI,CAAA;IACV,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,eAAe,CAAC,CAAC,CAAA;CACzD,GAAG,MAAM,GACR,aAAa,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/workspace-specification/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAA;AAGhE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAA;AAC7E,OAAO,EAAE,KAAK,aAAa,EAAuB,MAAM,qBAAqB,CAAA;AAC7E,OAAO,EAAE,KAAK,MAAM,EAAgB,MAAM,0CAA0C,CAAA;AACpF,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,wCAAwC,CAAA;AAE9E,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgBxC,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG;IACnC,SAAS,EAAE,OAAO,CAAA;IAClB,IAAI,EAAE,IAAI,CAAA;IACV,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,eAAe,CAAC,CAAC,CAAA;CACzD,GAAG,MAAM,GACR,aAAa,CAAA"}