@kubb/oas 4.7.2 → 4.7.4

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/dist/index.cjs CHANGED
@@ -5,12 +5,8 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __getProtoOf = Object.getPrototypeOf;
7
7
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __esm = (fn, res) => function() {
9
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
10
- };
11
- var __commonJS = (cb, mod) => function() {
12
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
13
- };
8
+ var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
9
+ var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
14
10
  var __export$1 = (all, symbols) => {
15
11
  let target = {};
16
12
  for (var name in all) {
@@ -698,7 +694,7 @@ function __rewriteRelativeImportExtension(path$1, preserveJsx) {
698
694
  return path$1;
699
695
  }
700
696
  var extendStatics, __assign, __createBinding, __setModuleDefault, ownKeys, _SuppressedError, tslib_es6_default;
701
- var init_tslib_es6 = __esm({ "../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs": (() => {
697
+ var init_tslib_es6 = __esmMin((() => {
702
698
  extendStatics = function(d, b) {
703
699
  extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d$1, b$1) {
704
700
  d$1.__proto__ = b$1;
@@ -785,11 +781,11 @@ var init_tslib_es6 = __esm({ "../../node_modules/.pnpm/tslib@2.8.1/node_modules/
785
781
  __disposeResources,
786
782
  __rewriteRelativeImportExtension
787
783
  };
788
- }) });
784
+ }));
789
785
 
790
786
  //#endregion
791
787
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/yamlAST.js
792
- var require_yamlAST = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/yamlAST.js": ((exports) => {
788
+ var require_yamlAST = /* @__PURE__ */ __commonJSMin(((exports) => {
793
789
  Object.defineProperty(exports, "__esModule", { value: true });
794
790
  var Kind;
795
791
  (function(Kind$1) {
@@ -866,11 +862,11 @@ var require_yamlAST = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@st
866
862
  };
867
863
  }
868
864
  exports.newMap = newMap;
869
- }) });
865
+ }));
870
866
 
871
867
  //#endregion
872
868
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/common.js
873
- var require_common = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/common.js": ((exports) => {
869
+ var require_common = /* @__PURE__ */ __commonJSMin(((exports) => {
874
870
  Object.defineProperty(exports, "__esModule", { value: true });
875
871
  function isNothing(subject) {
876
872
  return typeof subject === "undefined" || null === subject;
@@ -908,11 +904,11 @@ var require_common = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@sto
908
904
  return 0 === number && Number.NEGATIVE_INFINITY === 1 / number;
909
905
  }
910
906
  exports.isNegativeZero = isNegativeZero;
911
- }) });
907
+ }));
912
908
 
913
909
  //#endregion
914
910
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/exception.js
915
- var require_exception = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/exception.js": ((exports, module) => {
911
+ var require_exception = /* @__PURE__ */ __commonJSMin(((exports, module) => {
916
912
  var YAMLException$4 = class YAMLException$4 {
917
913
  constructor(reason, mark = null, isWarning = false) {
918
914
  this.name = "YAMLException";
@@ -938,11 +934,11 @@ var require_exception = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@
938
934
  };
939
935
  YAMLException$4.CLASS_IDENTIFIER = "yaml-ast-parser.YAMLException";
940
936
  module.exports = YAMLException$4;
941
- }) });
937
+ }));
942
938
 
943
939
  //#endregion
944
940
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/mark.js
945
- var require_mark = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/mark.js": ((exports, module) => {
941
+ var require_mark = /* @__PURE__ */ __commonJSMin(((exports, module) => {
946
942
  const common$5 = require_common();
947
943
  var Mark$1 = class {
948
944
  constructor(name, buffer, position, line, column) {
@@ -992,11 +988,11 @@ var require_mark = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopl
992
988
  }
993
989
  };
994
990
  module.exports = Mark$1;
995
- }) });
991
+ }));
996
992
 
997
993
  //#endregion
998
994
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type.js
999
- var require_type = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type.js": ((exports) => {
995
+ var require_type = /* @__PURE__ */ __commonJSMin(((exports) => {
1000
996
  Object.defineProperty(exports, "__esModule", { value: true });
1001
997
  const YAMLException$3 = require_exception();
1002
998
  var TYPE_CONSTRUCTOR_OPTIONS = [
@@ -1046,11 +1042,11 @@ var require_type = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopl
1046
1042
  }
1047
1043
  };
1048
1044
  exports.Type = Type;
1049
- }) });
1045
+ }));
1050
1046
 
1051
1047
  //#endregion
1052
1048
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/schema.js
1053
- var require_schema = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/schema.js": ((exports) => {
1049
+ var require_schema = /* @__PURE__ */ __commonJSMin(((exports) => {
1054
1050
  Object.defineProperty(exports, "__esModule", { value: true });
1055
1051
  const common$4 = require_common();
1056
1052
  const YAMLException$2 = require_exception();
@@ -1119,11 +1115,11 @@ var require_schema = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@sto
1119
1115
  explicit: types
1120
1116
  });
1121
1117
  };
1122
- }) });
1118
+ }));
1123
1119
 
1124
1120
  //#endregion
1125
1121
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/str.js
1126
- var require_str = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/str.js": ((exports, module) => {
1122
+ var require_str = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1127
1123
  const type_1$14 = require_type();
1128
1124
  module.exports = new type_1$14.Type("tag:yaml.org,2002:str", {
1129
1125
  kind: "scalar",
@@ -1131,11 +1127,11 @@ var require_str = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopli
1131
1127
  return null !== data ? data : "";
1132
1128
  }
1133
1129
  });
1134
- }) });
1130
+ }));
1135
1131
 
1136
1132
  //#endregion
1137
1133
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/seq.js
1138
- var require_seq = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/seq.js": ((exports, module) => {
1134
+ var require_seq = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1139
1135
  const type_1$13 = require_type();
1140
1136
  module.exports = new type_1$13.Type("tag:yaml.org,2002:seq", {
1141
1137
  kind: "sequence",
@@ -1143,11 +1139,11 @@ var require_seq = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopli
1143
1139
  return null !== data ? data : [];
1144
1140
  }
1145
1141
  });
1146
- }) });
1142
+ }));
1147
1143
 
1148
1144
  //#endregion
1149
1145
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/map.js
1150
- var require_map = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/map.js": ((exports, module) => {
1146
+ var require_map = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1151
1147
  const type_1$12 = require_type();
1152
1148
  module.exports = new type_1$12.Type("tag:yaml.org,2002:map", {
1153
1149
  kind: "mapping",
@@ -1155,22 +1151,22 @@ var require_map = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopli
1155
1151
  return null !== data ? data : {};
1156
1152
  }
1157
1153
  });
1158
- }) });
1154
+ }));
1159
1155
 
1160
1156
  //#endregion
1161
1157
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/schema/failsafe.js
1162
- var require_failsafe = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/schema/failsafe.js": ((exports, module) => {
1158
+ var require_failsafe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1163
1159
  const schema_1$3 = require_schema();
1164
1160
  module.exports = new schema_1$3.Schema({ explicit: [
1165
1161
  require_str(),
1166
1162
  require_seq(),
1167
1163
  require_map()
1168
1164
  ] });
1169
- }) });
1165
+ }));
1170
1166
 
1171
1167
  //#endregion
1172
1168
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/null.js
1173
- var require_null = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/null.js": ((exports, module) => {
1169
+ var require_null = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1174
1170
  const type_1$11 = require_type();
1175
1171
  function resolveYamlNull(data) {
1176
1172
  if (null === data) return true;
@@ -1204,11 +1200,11 @@ var require_null = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopl
1204
1200
  },
1205
1201
  defaultStyle: "lowercase"
1206
1202
  });
1207
- }) });
1203
+ }));
1208
1204
 
1209
1205
  //#endregion
1210
1206
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/bool.js
1211
- var require_bool = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/bool.js": ((exports, module) => {
1207
+ var require_bool = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1212
1208
  const type_1$10 = require_type();
1213
1209
  function resolveYamlBoolean(data) {
1214
1210
  if (null === data) return false;
@@ -1239,11 +1235,11 @@ var require_bool = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopl
1239
1235
  },
1240
1236
  defaultStyle: "lowercase"
1241
1237
  });
1242
- }) });
1238
+ }));
1243
1239
 
1244
1240
  //#endregion
1245
1241
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/int.js
1246
- var require_int = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/int.js": ((exports, module) => {
1242
+ var require_int = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1247
1243
  const common$3 = require_common();
1248
1244
  const type_1$9 = require_type();
1249
1245
  function isHexCode(c) {
@@ -1366,11 +1362,11 @@ var require_int = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopli
1366
1362
  hexadecimal: [16, "hex"]
1367
1363
  }
1368
1364
  });
1369
- }) });
1365
+ }));
1370
1366
 
1371
1367
  //#endregion
1372
1368
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/float.js
1373
- var require_float = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/float.js": ((exports, module) => {
1369
+ var require_float = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1374
1370
  const common$2 = require_common();
1375
1371
  const type_1$8 = require_type();
1376
1372
  var YAML_FLOAT_PATTERN = /* @__PURE__ */ new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");
@@ -1428,11 +1424,11 @@ var require_float = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stop
1428
1424
  represent: representYamlFloat,
1429
1425
  defaultStyle: "lowercase"
1430
1426
  });
1431
- }) });
1427
+ }));
1432
1428
 
1433
1429
  //#endregion
1434
1430
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/schema/json.js
1435
- var require_json = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/schema/json.js": ((exports, module) => {
1431
+ var require_json = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1436
1432
  const schema_1$2 = require_schema();
1437
1433
  module.exports = new schema_1$2.Schema({
1438
1434
  include: [require_failsafe()],
@@ -1443,18 +1439,18 @@ var require_json = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopl
1443
1439
  require_float()
1444
1440
  ]
1445
1441
  });
1446
- }) });
1442
+ }));
1447
1443
 
1448
1444
  //#endregion
1449
1445
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/schema/core.js
1450
- var require_core = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/schema/core.js": ((exports, module) => {
1446
+ var require_core = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1451
1447
  const schema_1$1 = require_schema();
1452
1448
  module.exports = new schema_1$1.Schema({ include: [require_json()] });
1453
- }) });
1449
+ }));
1454
1450
 
1455
1451
  //#endregion
1456
1452
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/timestamp.js
1457
- var require_timestamp = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/timestamp.js": ((exports, module) => {
1453
+ var require_timestamp = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1458
1454
  const type_1$7 = require_type();
1459
1455
  var YAML_TIMESTAMP_REGEXP = /* @__PURE__ */ new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?)?$");
1460
1456
  function resolveYamlTimestamp(data) {
@@ -1498,11 +1494,11 @@ var require_timestamp = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@
1498
1494
  instanceOf: Date,
1499
1495
  represent: representYamlTimestamp
1500
1496
  });
1501
- }) });
1497
+ }));
1502
1498
 
1503
1499
  //#endregion
1504
1500
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/merge.js
1505
- var require_merge = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/merge.js": ((exports, module) => {
1501
+ var require_merge = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1506
1502
  const type_1$6 = require_type();
1507
1503
  function resolveYamlMerge(data) {
1508
1504
  return "<<" === data || null === data;
@@ -1511,11 +1507,11 @@ var require_merge = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stop
1511
1507
  kind: "scalar",
1512
1508
  resolve: resolveYamlMerge
1513
1509
  });
1514
- }) });
1510
+ }));
1515
1511
 
1516
1512
  //#endregion
1517
1513
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/binary.js
1518
- var require_binary = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/binary.js": ((exports, module) => {
1514
+ var require_binary = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1519
1515
  var NodeBuffer = require("buffer").Buffer;
1520
1516
  const type_1$5 = require_type();
1521
1517
  var BASE64_MAP = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";
@@ -1592,11 +1588,11 @@ var require_binary = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@sto
1592
1588
  predicate: isBinary,
1593
1589
  represent: representYamlBinary
1594
1590
  });
1595
- }) });
1591
+ }));
1596
1592
 
1597
1593
  //#endregion
1598
1594
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/omap.js
1599
- var require_omap = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/omap.js": ((exports, module) => {
1595
+ var require_omap = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1600
1596
  const type_1$4 = require_type();
1601
1597
  var _hasOwnProperty$2 = Object.prototype.hasOwnProperty;
1602
1598
  var _toString$2 = Object.prototype.toString;
@@ -1623,11 +1619,11 @@ var require_omap = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopl
1623
1619
  resolve: resolveYamlOmap,
1624
1620
  construct: constructYamlOmap
1625
1621
  });
1626
- }) });
1622
+ }));
1627
1623
 
1628
1624
  //#endregion
1629
1625
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/pairs.js
1630
- var require_pairs = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/pairs.js": ((exports, module) => {
1626
+ var require_pairs = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1631
1627
  const type_1$3 = require_type();
1632
1628
  const ast$2 = require_yamlAST();
1633
1629
  var _toString$1 = Object.prototype.toString;
@@ -1668,11 +1664,11 @@ var require_pairs = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stop
1668
1664
  resolve: resolveYamlPairs,
1669
1665
  construct: constructYamlPairs
1670
1666
  });
1671
- }) });
1667
+ }));
1672
1668
 
1673
1669
  //#endregion
1674
1670
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/set.js
1675
- var require_set = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/set.js": ((exports, module) => {
1671
+ var require_set = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1676
1672
  const type_1$2 = require_type();
1677
1673
  const ast$1 = require_yamlAST();
1678
1674
  function resolveYamlSet(data) {
@@ -1688,11 +1684,11 @@ var require_set = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopli
1688
1684
  resolve: resolveYamlSet,
1689
1685
  construct: constructYamlSet
1690
1686
  });
1691
- }) });
1687
+ }));
1692
1688
 
1693
1689
  //#endregion
1694
1690
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/schema/default_safe.js
1695
- var require_default_safe = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/schema/default_safe.js": ((exports, module) => {
1691
+ var require_default_safe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1696
1692
  var schema$1 = new (require_schema()).Schema({
1697
1693
  include: [require_core()],
1698
1694
  implicit: [require_timestamp(), require_merge()],
@@ -1704,11 +1700,11 @@ var require_default_safe = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnp
1704
1700
  ]
1705
1701
  });
1706
1702
  module.exports = schema$1;
1707
- }) });
1703
+ }));
1708
1704
 
1709
1705
  //#endregion
1710
1706
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/js/undefined.js
1711
- var require_undefined = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/js/undefined.js": ((exports, module) => {
1707
+ var require_undefined = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1712
1708
  const type_1$1 = require_type();
1713
1709
  function resolveJavascriptUndefined() {
1714
1710
  return true;
@@ -1727,11 +1723,11 @@ var require_undefined = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@
1727
1723
  predicate: isUndefined,
1728
1724
  represent: representJavascriptUndefined
1729
1725
  });
1730
- }) });
1726
+ }));
1731
1727
 
1732
1728
  //#endregion
1733
1729
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/js/regexp.js
1734
- var require_regexp = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/type/js/regexp.js": ((exports, module) => {
1730
+ var require_regexp = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1735
1731
  const type_1 = require_type();
1736
1732
  function resolveJavascriptRegExp(data) {
1737
1733
  if (null === data) return false;
@@ -1774,11 +1770,11 @@ var require_regexp = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@sto
1774
1770
  predicate: isRegExp,
1775
1771
  represent: representJavascriptRegExp
1776
1772
  });
1777
- }) });
1773
+ }));
1778
1774
 
1779
1775
  //#endregion
1780
1776
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/schema/default_full.js
1781
- var require_default_full = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/schema/default_full.js": ((exports, module) => {
1777
+ var require_default_full = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1782
1778
  const schema_1 = require_schema();
1783
1779
  var schema = new schema_1.Schema({
1784
1780
  include: [require_default_safe()],
@@ -1786,11 +1782,11 @@ var require_default_full = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnp
1786
1782
  });
1787
1783
  schema_1.Schema.DEFAULT = schema;
1788
1784
  module.exports = schema;
1789
- }) });
1785
+ }));
1790
1786
 
1791
1787
  //#endregion
1792
1788
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/loader.js
1793
- var require_loader = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/loader.js": ((exports, module) => {
1789
+ var require_loader = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1794
1790
  Object.defineProperty(exports, "__esModule", { value: true });
1795
1791
  const ast = require_yamlAST();
1796
1792
  const common$1 = require_common();
@@ -2749,11 +2745,11 @@ var require_loader = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@sto
2749
2745
  module.exports.load = load;
2750
2746
  module.exports.safeLoadAll = safeLoadAll;
2751
2747
  module.exports.safeLoad = safeLoad;
2752
- }) });
2748
+ }));
2753
2749
 
2754
2750
  //#endregion
2755
2751
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/dumper.js
2756
- var require_dumper = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/dumper.js": ((exports) => {
2752
+ var require_dumper = /* @__PURE__ */ __commonJSMin(((exports) => {
2757
2753
  Object.defineProperty(exports, "__esModule", { value: true });
2758
2754
  var common = require_common();
2759
2755
  var YAMLException = require_exception();
@@ -3259,11 +3255,11 @@ var require_dumper = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@sto
3259
3255
  else if (level === 0 && comment.placement === "leading") return result + "\n";
3260
3256
  else return generateNextLine(this.state, level) + result;
3261
3257
  };
3262
- }) });
3258
+ }));
3263
3259
 
3264
3260
  //#endregion
3265
3261
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/scalarInference.js
3266
- var require_scalarInference = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/scalarInference.js": ((exports) => {
3262
+ var require_scalarInference = /* @__PURE__ */ __commonJSMin(((exports) => {
3267
3263
  Object.defineProperty(exports, "__esModule", { value: true });
3268
3264
  function parseYamlBoolean(input) {
3269
3265
  if ([
@@ -3345,11 +3341,11 @@ var require_scalarInference = /* @__PURE__ */ __commonJS({ "../../node_modules/.
3345
3341
  return ScalarType.string;
3346
3342
  }
3347
3343
  exports.determineScalarType = determineScalarType;
3348
- }) });
3344
+ }));
3349
3345
 
3350
3346
  //#endregion
3351
3347
  //#region ../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/index.js
3352
- var require_src$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml-ast-parser@0.0.50/node_modules/@stoplight/yaml-ast-parser/dist/src/index.js": ((exports) => {
3348
+ var require_src$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
3353
3349
  function __export(m) {
3354
3350
  for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
3355
3351
  }
@@ -3365,27 +3361,27 @@ var require_src$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stop
3365
3361
  exports.YAMLException = require_exception();
3366
3362
  __export(require_yamlAST());
3367
3363
  __export(require_scalarInference());
3368
- }) });
3364
+ }));
3369
3365
 
3370
3366
  //#endregion
3371
3367
  //#region ../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/types.js
3372
- var require_types = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/types.js": ((exports) => {
3368
+ var require_types = /* @__PURE__ */ __commonJSMin(((exports) => {
3373
3369
  Object.defineProperty(exports, "__esModule", { value: true });
3374
3370
  const yaml_ast_parser_1$2 = require_src$1();
3375
3371
  exports.Kind = yaml_ast_parser_1$2.Kind;
3376
3372
  exports.ScalarType = yaml_ast_parser_1$2.ScalarType;
3377
- }) });
3373
+ }));
3378
3374
 
3379
3375
  //#endregion
3380
3376
  //#region ../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/utils.js
3381
- var require_utils = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/utils.js": ((exports) => {
3377
+ var require_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
3382
3378
  Object.defineProperty(exports, "__esModule", { value: true });
3383
3379
  exports.isObject = (sth) => sth !== null && typeof sth === "object";
3384
- }) });
3380
+ }));
3385
3381
 
3386
3382
  //#endregion
3387
3383
  //#region ../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/buildJsonPath.js
3388
- var require_buildJsonPath = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/buildJsonPath.js": ((exports) => {
3384
+ var require_buildJsonPath = /* @__PURE__ */ __commonJSMin(((exports) => {
3389
3385
  Object.defineProperty(exports, "__esModule", { value: true });
3390
3386
  const types_1$4 = require_types();
3391
3387
  const utils_1$4 = require_utils();
@@ -3415,11 +3411,11 @@ var require_buildJsonPath = /* @__PURE__ */ __commonJS({ "../../node_modules/.pn
3415
3411
  return path$1;
3416
3412
  }
3417
3413
  exports.buildJsonPath = buildJsonPath;
3418
- }) });
3414
+ }));
3419
3415
 
3420
3416
  //#endregion
3421
3417
  //#region ../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/dereferenceAnchor.js
3422
- var require_dereferenceAnchor = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/dereferenceAnchor.js": ((exports) => {
3418
+ var require_dereferenceAnchor = /* @__PURE__ */ __commonJSMin(((exports) => {
3423
3419
  Object.defineProperty(exports, "__esModule", { value: true });
3424
3420
  const types_1$3 = require_types();
3425
3421
  const utils_1$3 = require_utils();
@@ -3443,11 +3439,11 @@ var require_dereferenceAnchor = /* @__PURE__ */ __commonJS({ "../../node_modules
3443
3439
  while (node = node.parent) if ("anchorId" in node && node.anchorId === referencesAnchor) return true;
3444
3440
  return false;
3445
3441
  };
3446
- }) });
3442
+ }));
3447
3443
 
3448
3444
  //#endregion
3449
3445
  //#region ../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/getJsonPathForPosition.js
3450
- var require_getJsonPathForPosition = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/getJsonPathForPosition.js": ((exports) => {
3446
+ var require_getJsonPathForPosition = /* @__PURE__ */ __commonJSMin(((exports) => {
3451
3447
  Object.defineProperty(exports, "__esModule", { value: true });
3452
3448
  const buildJsonPath_1$1 = require_buildJsonPath();
3453
3449
  const types_1$2 = require_types();
@@ -3509,11 +3505,11 @@ var require_getJsonPathForPosition = /* @__PURE__ */ __commonJS({ "../../node_mo
3509
3505
  }
3510
3506
  return container;
3511
3507
  }
3512
- }) });
3508
+ }));
3513
3509
 
3514
3510
  //#endregion
3515
3511
  //#region ../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/lineForPosition.js
3516
- var require_lineForPosition = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/lineForPosition.js": ((exports) => {
3512
+ var require_lineForPosition = /* @__PURE__ */ __commonJSMin(((exports) => {
3517
3513
  Object.defineProperty(exports, "__esModule", { value: true });
3518
3514
  exports.lineForPosition = (pos, lines, start = 0, end) => {
3519
3515
  if (pos === 0 || lines.length === 0 || pos < lines[0]) return 0;
@@ -3529,11 +3525,11 @@ var require_lineForPosition = /* @__PURE__ */ __commonJS({ "../../node_modules/.
3529
3525
  if (pos > lines[target]) return exports.lineForPosition(pos, lines, target + 1, end);
3530
3526
  else return exports.lineForPosition(pos, lines, start, target - 1);
3531
3527
  };
3532
- }) });
3528
+ }));
3533
3529
 
3534
3530
  //#endregion
3535
3531
  //#region ../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/getLocationForJsonPath.js
3536
- var require_getLocationForJsonPath = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/getLocationForJsonPath.js": ((exports) => {
3532
+ var require_getLocationForJsonPath = /* @__PURE__ */ __commonJSMin(((exports) => {
3537
3533
  Object.defineProperty(exports, "__esModule", { value: true });
3538
3534
  const lineForPosition_1$1 = require_lineForPosition();
3539
3535
  const types_1$1 = require_types();
@@ -3640,11 +3636,11 @@ var require_getLocationForJsonPath = /* @__PURE__ */ __commonJS({ "../../node_mo
3640
3636
  }
3641
3637
  } };
3642
3638
  };
3643
- }) });
3639
+ }));
3644
3640
 
3645
3641
  //#endregion
3646
3642
  //#region ../../node_modules/.pnpm/@stoplight+ordered-object-literal@1.0.5/node_modules/@stoplight/ordered-object-literal/src/index.cjs
3647
- var require_src = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+ordered-object-literal@1.0.5/node_modules/@stoplight/ordered-object-literal/src/index.cjs": ((exports) => {
3643
+ var require_src = /* @__PURE__ */ __commonJSMin(((exports) => {
3648
3644
  Object.defineProperty(exports, "__esModule", { value: true });
3649
3645
  const ORDER_KEY_ID = `__object_order_${Math.floor(Date.now() / 36e5)}__`;
3650
3646
  const ORDER_KEY = Symbol.for(ORDER_KEY_ID);
@@ -3767,11 +3763,11 @@ var require_src = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopli
3767
3763
  exports.isOrderedObject = isOrderedObject;
3768
3764
  exports.serialize = serialize;
3769
3765
  exports.setOrder = setOrder;
3770
- }) });
3766
+ }));
3771
3767
 
3772
3768
  //#endregion
3773
3769
  //#region ../../node_modules/.pnpm/@stoplight+types@14.1.1/node_modules/@stoplight/types/dist/index.js
3774
- var require_dist = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+types@14.1.1/node_modules/@stoplight/types/dist/index.js": ((exports) => {
3770
+ var require_dist = /* @__PURE__ */ __commonJSMin(((exports) => {
3775
3771
  Object.defineProperty(exports, "__esModule", { value: true });
3776
3772
  exports.HttpOperationSecurityDeclarationTypes = void 0;
3777
3773
  (function(HttpOperationSecurityDeclarationTypes) {
@@ -3896,11 +3892,11 @@ var require_dist = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopl
3896
3892
  NodeFormat["Svg"] = "svg";
3897
3893
  NodeFormat["Webp"] = "webp";
3898
3894
  })(exports.NodeFormat || (exports.NodeFormat = {}));
3899
- }) });
3895
+ }));
3900
3896
 
3901
3897
  //#endregion
3902
3898
  //#region ../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/parseWithPointers.js
3903
- var require_parseWithPointers = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/parseWithPointers.js": ((exports) => {
3899
+ var require_parseWithPointers = /* @__PURE__ */ __commonJSMin(((exports) => {
3904
3900
  Object.defineProperty(exports, "__esModule", { value: true });
3905
3901
  const ordered_object_literal_1$1 = require_src();
3906
3902
  const types_1 = require_dist();
@@ -4256,27 +4252,27 @@ var require_parseWithPointers = /* @__PURE__ */ __commonJS({ "../../node_modules
4256
4252
  ignoreDuplicateKeys: options.ignoreDuplicateKeys !== false
4257
4253
  });
4258
4254
  }
4259
- }) });
4255
+ }));
4260
4256
 
4261
4257
  //#endregion
4262
4258
  //#region ../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/parse.js
4263
- var require_parse = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/parse.js": ((exports) => {
4259
+ var require_parse = /* @__PURE__ */ __commonJSMin(((exports) => {
4264
4260
  Object.defineProperty(exports, "__esModule", { value: true });
4265
4261
  const parseWithPointers_1$1 = require_parseWithPointers();
4266
4262
  exports.parse = (value) => parseWithPointers_1$1.parseWithPointers(value).data;
4267
- }) });
4263
+ }));
4268
4264
 
4269
4265
  //#endregion
4270
4266
  //#region ../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/safeStringify.js
4271
- var require_safeStringify = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/safeStringify.js": ((exports) => {
4267
+ var require_safeStringify = /* @__PURE__ */ __commonJSMin(((exports) => {
4272
4268
  Object.defineProperty(exports, "__esModule", { value: true });
4273
4269
  const yaml_ast_parser_1 = require_src$1();
4274
4270
  exports.safeStringify = (value, options) => typeof value === "string" ? value : yaml_ast_parser_1.safeDump(value, options);
4275
- }) });
4271
+ }));
4276
4272
 
4277
4273
  //#endregion
4278
4274
  //#region ../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/trapAccess.js
4279
- var require_trapAccess = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/trapAccess.js": ((exports) => {
4275
+ var require_trapAccess = /* @__PURE__ */ __commonJSMin(((exports) => {
4280
4276
  Object.defineProperty(exports, "__esModule", { value: true });
4281
4277
  const ordered_object_literal_1 = require_src();
4282
4278
  exports.KEYS = Symbol.for(ordered_object_literal_1.ORDER_KEY_ID);
@@ -4284,11 +4280,11 @@ var require_trapAccess = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/
4284
4280
  return exports.KEYS in target ? target[exports.KEYS] : Reflect.ownKeys(target);
4285
4281
  } };
4286
4282
  exports.trapAccess = (target) => new Proxy(target, traps);
4287
- }) });
4283
+ }));
4288
4284
 
4289
4285
  //#endregion
4290
4286
  //#region ../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/index.js
4291
- var require_yaml = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stoplight+yaml@4.3.0/node_modules/@stoplight/yaml/index.js": ((exports) => {
4287
+ var require_yaml = /* @__PURE__ */ __commonJSMin(((exports) => {
4292
4288
  Object.defineProperty(exports, "__esModule", { value: true });
4293
4289
  const tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
4294
4290
  tslib_1.__exportStar(require_buildJsonPath(), exports);
@@ -4303,7 +4299,7 @@ var require_yaml = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@stopl
4303
4299
  tslib_1.__exportStar(require_safeStringify(), exports);
4304
4300
  tslib_1.__exportStar(require_types(), exports);
4305
4301
  tslib_1.__exportStar(require_trapAccess(), exports);
4306
- }) });
4302
+ }));
4307
4303
 
4308
4304
  //#endregion
4309
4305
  //#region src/utils.ts