oas 27.2.1 → 28.1.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 (64) hide show
  1. package/README.md +4 -4
  2. package/dist/analyzer/index.cjs +14 -12
  3. package/dist/analyzer/index.cjs.map +1 -1
  4. package/dist/analyzer/index.d.cts +1 -1
  5. package/dist/analyzer/index.d.ts +1 -1
  6. package/dist/analyzer/index.js +12 -10
  7. package/dist/analyzer/index.js.map +1 -1
  8. package/dist/{chunk-5XZQA26T.js → chunk-45FGY5MW.js} +76 -52
  9. package/dist/chunk-45FGY5MW.js.map +1 -0
  10. package/dist/{chunk-BLQKFBR2.cjs → chunk-64CLCOBW.cjs} +23 -22
  11. package/dist/chunk-64CLCOBW.cjs.map +1 -0
  12. package/dist/{chunk-W2TD4LSC.js → chunk-BBB7GA2U.js} +8 -9
  13. package/dist/chunk-BBB7GA2U.js.map +1 -0
  14. package/dist/{chunk-VSXG73AZ.cjs → chunk-EQEXNJJE.cjs} +1 -1
  15. package/dist/chunk-EQEXNJJE.cjs.map +1 -0
  16. package/dist/{chunk-3TRWJPXH.js → chunk-F42EZPPE.js} +11 -10
  17. package/dist/chunk-F42EZPPE.js.map +1 -0
  18. package/dist/{chunk-URXLIMMM.cjs → chunk-MW5BWU34.cjs} +124 -100
  19. package/dist/chunk-MW5BWU34.cjs.map +1 -0
  20. package/dist/{chunk-OJBEY3IB.cjs → chunk-N4TGMVNA.cjs} +11 -11
  21. package/dist/chunk-N4TGMVNA.cjs.map +1 -0
  22. package/dist/{chunk-V24D22KO.js → chunk-TM3VSYIS.js} +2 -2
  23. package/dist/chunk-TM3VSYIS.js.map +1 -0
  24. package/dist/{chunk-DPTPURCR.js → chunk-UCEHCARG.js} +1 -1
  25. package/dist/chunk-UCEHCARG.js.map +1 -0
  26. package/dist/{chunk-TDI4MZLI.cjs → chunk-UW57LXCE.cjs} +8 -9
  27. package/dist/chunk-UW57LXCE.cjs.map +1 -0
  28. package/dist/{extensions-Bv1ipECR.d.ts → extensions-D51otYaI.d.ts} +40 -26
  29. package/dist/{extensions-DCqurkah.d.cts → extensions-ViDsWf_9.d.cts} +40 -26
  30. package/dist/extensions.d.cts +1 -1
  31. package/dist/extensions.d.ts +1 -1
  32. package/dist/index.cjs +6 -6
  33. package/dist/index.d.cts +2 -2
  34. package/dist/index.d.ts +2 -2
  35. package/dist/index.js +5 -5
  36. package/dist/operation/index.cjs +5 -5
  37. package/dist/operation/index.d.cts +1 -1
  38. package/dist/operation/index.d.ts +1 -1
  39. package/dist/operation/index.js +4 -4
  40. package/dist/operation/lib/get-parameters-as-json-schema.cjs +3 -3
  41. package/dist/operation/lib/get-parameters-as-json-schema.d.cts +1 -1
  42. package/dist/operation/lib/get-parameters-as-json-schema.d.ts +1 -1
  43. package/dist/operation/lib/get-parameters-as-json-schema.js +2 -2
  44. package/dist/reducer/index.cjs +3 -1
  45. package/dist/reducer/index.cjs.map +1 -1
  46. package/dist/reducer/index.js +3 -1
  47. package/dist/reducer/index.js.map +1 -1
  48. package/dist/types.cjs +2 -2
  49. package/dist/types.js +1 -1
  50. package/dist/utils.cjs +4 -4
  51. package/dist/utils.d.cts +1 -1
  52. package/dist/utils.d.ts +1 -1
  53. package/dist/utils.js +3 -3
  54. package/package.json +7 -7
  55. package/dist/chunk-3TRWJPXH.js.map +0 -1
  56. package/dist/chunk-5XZQA26T.js.map +0 -1
  57. package/dist/chunk-BLQKFBR2.cjs.map +0 -1
  58. package/dist/chunk-DPTPURCR.js.map +0 -1
  59. package/dist/chunk-OJBEY3IB.cjs.map +0 -1
  60. package/dist/chunk-TDI4MZLI.cjs.map +0 -1
  61. package/dist/chunk-URXLIMMM.cjs.map +0 -1
  62. package/dist/chunk-V24D22KO.js.map +0 -1
  63. package/dist/chunk-VSXG73AZ.cjs.map +0 -1
  64. package/dist/chunk-W2TD4LSC.js.map +0 -1
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  findSchemaDefinition,
3
3
  supportedMethods
4
- } from "./chunk-W2TD4LSC.js";
4
+ } from "./chunk-BBB7GA2U.js";
5
5
  import {
6
6
  cloneObject,
7
7
  getParametersAsJSONSchema,
@@ -10,13 +10,13 @@ import {
10
10
  isPrimitive,
11
11
  matches_mimetype_default,
12
12
  toJSONSchema
13
- } from "./chunk-V24D22KO.js";
13
+ } from "./chunk-TM3VSYIS.js";
14
14
  import {
15
15
  getExtension
16
16
  } from "./chunk-L2OVXZK3.js";
17
17
  import {
18
18
  isRef
19
- } from "./chunk-DPTPURCR.js";
19
+ } from "./chunk-UCEHCARG.js";
20
20
 
21
21
  // src/operation/lib/dedupe-common-parameters.ts
22
22
  function dedupeCommonParameters(parameters, commonParameters) {
@@ -97,9 +97,9 @@ var primitives = {
97
97
  boolean: sampleDefaults(true)
98
98
  };
99
99
  var primitive = (schema) => {
100
- schema = objectify(schema);
101
- const { format } = schema;
102
- let { type } = schema;
100
+ const objectifiedSchema = objectify(schema);
101
+ const { format } = objectifiedSchema;
102
+ let { type } = objectifiedSchema;
103
103
  if (type === "null") {
104
104
  return null;
105
105
  } else if (Array.isArray(type)) {
@@ -114,9 +114,9 @@ var primitive = (schema) => {
114
114
  }
115
115
  const fn = primitives[`${type}_${format}`] || primitives[type];
116
116
  if (isFunc(fn)) {
117
- return fn(schema);
117
+ return fn(objectifiedSchema);
118
118
  }
119
- return `Unknown Type: ${schema.type}`;
119
+ return `Unknown Type: ${objectifiedSchema.type}`;
120
120
  };
121
121
  function sampleFromSchema(schema, opts = {}) {
122
122
  const objectifySchema = objectify(schema);
@@ -168,13 +168,13 @@ function sampleFromSchema(schema, opts = {}) {
168
168
  const props = objectify(properties);
169
169
  const obj = {};
170
170
  for (const name in props) {
171
- if (props[name] && props[name].deprecated) {
171
+ if (props?.[name].deprecated) {
172
172
  continue;
173
173
  }
174
- if (props[name] && props[name].readOnly && !includeReadOnly) {
174
+ if (props?.[name].readOnly && !includeReadOnly) {
175
175
  continue;
176
176
  }
177
- if (props[name] && props[name].writeOnly && !includeWriteOnly) {
177
+ if (props?.[name].writeOnly && !includeWriteOnly) {
178
178
  continue;
179
179
  }
180
180
  if (props[name].examples?.length) {
@@ -260,7 +260,6 @@ function getMediaTypeExamples(mediaType, mediaTypeObject, opts = {}) {
260
260
  if (!matches_mimetype_default.xml(mediaType)) {
261
261
  return [
262
262
  {
263
- // eslint-disable-next-line try-catch-failsafe/json-parse
264
263
  value: samples_default(JSON.parse(JSON.stringify(mediaTypeObject.schema)), opts)
265
264
  }
266
265
  ];
@@ -545,6 +544,49 @@ function getResponseAsJSONSchema(operation, api, statusCode, opts) {
545
544
  return jsonSchema.length ? jsonSchema : null;
546
545
  }
547
546
 
547
+ // src/operation/lib/operationId.ts
548
+ function hasOperationId(operation) {
549
+ return Boolean("operationId" in operation && operation.operationId.length);
550
+ }
551
+ function getOperationId(path, method, operation, opts = {}) {
552
+ function sanitize(id) {
553
+ return id.replace(opts?.camelCase || opts?.friendlyCase ? /[^a-zA-Z0-9_]/g : /[^a-zA-Z0-9]/g, "-").replace(/--+/g, "-").replace(/^-|-$/g, "");
554
+ }
555
+ const operationIdExists = hasOperationId(operation);
556
+ let operationId;
557
+ if (operationIdExists) {
558
+ operationId = operation.operationId;
559
+ } else {
560
+ operationId = sanitize(path).toLowerCase();
561
+ }
562
+ const currMethod = method.toLowerCase();
563
+ if (opts?.camelCase || opts?.friendlyCase) {
564
+ if (opts?.friendlyCase) {
565
+ operationId = operationId.replaceAll("_", " ");
566
+ if (!operationIdExists) {
567
+ operationId = operationId.replace(/[^a-zA-Z0-9_]+(.)/g, (_, chr) => ` ${chr}`).split(" ").filter((word, i, arr) => word !== arr[i - 1]).join(" ");
568
+ }
569
+ }
570
+ operationId = operationId.replace(/[^a-zA-Z0-9_]+(.)/g, (_, chr) => chr.toUpperCase());
571
+ if (operationIdExists) {
572
+ operationId = sanitize(operationId);
573
+ }
574
+ operationId = operationId.replace(/^[0-9]/g, (match) => `_${match}`);
575
+ operationId = operationId.charAt(0).toLowerCase() + operationId.slice(1);
576
+ if (operationId.startsWith(currMethod)) {
577
+ return operationId;
578
+ }
579
+ if (operationIdExists) {
580
+ return operationId;
581
+ }
582
+ operationId = operationId.charAt(0).toUpperCase() + operationId.slice(1);
583
+ return `${currMethod}${operationId}`;
584
+ } else if (operationIdExists) {
585
+ return operationId;
586
+ }
587
+ return `${currMethod}_${operationId}`;
588
+ }
589
+
548
590
  // src/operation/index.ts
549
591
  var Operation = class {
550
592
  /**
@@ -632,7 +674,7 @@ var Operation = class {
632
674
  }
633
675
  }
634
676
  this.contentType = "application/json";
635
- if (types && types.length) {
677
+ if (types?.length) {
636
678
  this.contentType = types[0];
637
679
  }
638
680
  types.forEach((t) => {
@@ -798,12 +840,20 @@ var Operation = class {
798
840
  return this.headers;
799
841
  }
800
842
  /**
801
- * Determine if the operation has an operation present in its schema. Note that if one is present
802
- * in the schema but is an empty string then this will return false.
843
+ * Determine if the operation has an `operationId` present in its schema. Note that if one is
844
+ * present in the schema but is an empty string then this will return false.
803
845
  *
804
846
  */
805
847
  hasOperationId() {
806
- return Boolean("operationId" in this.schema && this.schema.operationId.length);
848
+ return hasOperationId(this.schema);
849
+ }
850
+ /**
851
+ * Determine if an operation has an `operationId` present in its schema. Note that if one is
852
+ * present in the schema but is an empty string then this will return false.
853
+ *
854
+ */
855
+ static hasOperationId(schema) {
856
+ return hasOperationId(schema);
807
857
  }
808
858
  /**
809
859
  * Get an `operationId` for this operation. If one is not present (it's not required by the spec!)
@@ -811,41 +861,15 @@ var Operation = class {
811
861
  *
812
862
  */
813
863
  getOperationId(opts = {}) {
814
- function sanitize(id) {
815
- return id.replace(opts?.camelCase || opts?.friendlyCase ? /[^a-zA-Z0-9_]/g : /[^a-zA-Z0-9]/g, "-").replace(/--+/g, "-").replace(/^-|-$/g, "");
816
- }
817
- let operationId;
818
- if (this.hasOperationId()) {
819
- operationId = this.schema.operationId;
820
- } else {
821
- operationId = sanitize(this.path).toLowerCase();
822
- }
823
- const method = this.method.toLowerCase();
824
- if (opts?.camelCase || opts?.friendlyCase) {
825
- if (opts?.friendlyCase) {
826
- operationId = operationId.replaceAll("_", " ");
827
- if (!this.hasOperationId()) {
828
- operationId = operationId.replace(/[^a-zA-Z0-9_]+(.)/g, (_, chr) => ` ${chr}`).split(" ").filter((word, i, arr) => word !== arr[i - 1]).join(" ");
829
- }
830
- }
831
- operationId = operationId.replace(/[^a-zA-Z0-9_]+(.)/g, (_, chr) => chr.toUpperCase());
832
- if (this.hasOperationId()) {
833
- operationId = sanitize(operationId);
834
- }
835
- operationId = operationId.replace(/^[0-9]/g, (match) => `_${match}`);
836
- operationId = operationId.charAt(0).toLowerCase() + operationId.slice(1);
837
- if (operationId.startsWith(method)) {
838
- return operationId;
839
- }
840
- if (this.hasOperationId()) {
841
- return operationId;
842
- }
843
- operationId = operationId.charAt(0).toUpperCase() + operationId.slice(1);
844
- return `${method}${operationId}`;
845
- } else if (this.hasOperationId()) {
846
- return operationId;
847
- }
848
- return `${method}_${operationId}`;
864
+ return getOperationId(this.path, this.method, this.schema, opts);
865
+ }
866
+ /**
867
+ * Get an `operationId` for an operation. If one is not present (it's not required by the spec!)
868
+ * a hash of the path and method will be returned instead.
869
+ *
870
+ */
871
+ static getOperationId(path, method, schema, opts = {}) {
872
+ return getOperationId(path, method, schema, opts);
849
873
  }
850
874
  /**
851
875
  * Return an array of all tags, and their metadata, that exist on this operation.
@@ -1250,4 +1274,4 @@ export {
1250
1274
  * @license Apache-2.0
1251
1275
  * @see {@link https://github.com/swagger-api/swagger-ui/blob/master/src/core/plugins/samples/fn.js}
1252
1276
  */
1253
- //# sourceMappingURL=chunk-5XZQA26T.js.map
1277
+ //# sourceMappingURL=chunk-45FGY5MW.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/operation/lib/dedupe-common-parameters.ts","../src/samples/index.ts","../src/samples/utils.ts","../src/operation/lib/get-mediatype-examples.ts","../src/operation/lib/get-response-examples.ts","../src/operation/lib/get-callback-examples.ts","../src/operation/lib/get-example-groups.ts","../src/operation/lib/get-requestbody-examples.ts","../src/operation/lib/get-response-as-json-schema.ts","../src/operation/lib/operationId.ts","../src/operation/index.ts"],"sourcesContent":["import type { ParameterObject } from '../../types.js';\n\nimport { isRef } from '../../types.js';\n\n/**\n * With an array of common parameters filter down them to what isn't already present in a list of\n * non-common parameters.\n *\n * @param parameters Array of parameters defined at the operation level.\n * @param commonParameters Array of **common** parameters defined at the path item level.\n */\nexport function dedupeCommonParameters(\n parameters: ParameterObject[],\n commonParameters: ParameterObject[],\n): ParameterObject[] {\n return commonParameters.filter((param: ParameterObject) => {\n return !parameters.find((param2: ParameterObject) => {\n if (param.name && param2.name) {\n return param.name === param2.name && param.in === param2.in;\n } else if (isRef(param) && isRef(param2)) {\n return param.$ref === param2.$ref;\n }\n\n return false;\n });\n });\n}\n","/**\n * This file has been extracted and modified from Swagger UI.\n *\n * @license Apache-2.0\n * @see {@link https://github.com/swagger-api/swagger-ui/blob/master/src/core/plugins/samples/fn.js}\n */\nimport type { SchemaObject } from '../types.js';\n\nimport mergeJSONSchemaAllOf from 'json-schema-merge-allof';\nimport memoize from 'memoizee';\n\nimport { deeplyStripKey, isFunc, normalizeArray, objectify, usesPolymorphism } from './utils.js';\n\nconst sampleDefaults = (genericSample: boolean | number | string) => {\n return (schema: SchemaObject): typeof genericSample =>\n typeof schema.default === typeof genericSample ? schema.default : genericSample;\n};\n\nconst primitives: Record<string, (arg: SchemaObject) => boolean | number | string> = {\n string: sampleDefaults('string'),\n string_email: sampleDefaults('user@example.com'),\n 'string_date-time': sampleDefaults(new Date().toISOString()),\n string_date: sampleDefaults(new Date().toISOString().substring(0, 10)),\n 'string_YYYY-MM-DD': sampleDefaults(new Date().toISOString().substring(0, 10)),\n string_uuid: sampleDefaults('3fa85f64-5717-4562-b3fc-2c963f66afa6'),\n string_hostname: sampleDefaults('example.com'),\n string_ipv4: sampleDefaults('198.51.100.42'),\n string_ipv6: sampleDefaults('2001:0db8:5b96:0000:0000:426f:8e17:642a'),\n number: sampleDefaults(0),\n number_float: sampleDefaults(0.0),\n integer: sampleDefaults(0),\n boolean: sampleDefaults(true),\n};\n\nconst primitive = (schema: SchemaObject) => {\n const objectifiedSchema = objectify(schema);\n const { format } = objectifiedSchema;\n let { type } = objectifiedSchema;\n\n if (type === 'null') {\n return null;\n } else if (Array.isArray(type)) {\n if (type.length === 1) {\n type = type[0];\n } else {\n // If one of our types is `null` then we should generate a sample for the non-null value.\n if (type.includes('null')) {\n type = type.filter(t => t !== 'null');\n }\n\n type = type.shift();\n }\n }\n\n // @todo add support for if `type` is an array\n const fn = primitives[`${type}_${format}`] || primitives[type as string];\n if (isFunc(fn)) {\n return fn(objectifiedSchema);\n }\n\n return `Unknown Type: ${objectifiedSchema.type}`;\n};\n\n/**\n * Generate a piece of sample data from a JSON Schema object. If `example` declarations are present\n * they will be utilized, but generally this will generate fake data for the information present in\n * the schema.\n *\n * @param schema JSON Schema to generate a sample for.\n */\nfunction sampleFromSchema(\n schema: SchemaObject,\n opts: {\n /**\n * If you wish to include data that's flagged as `readOnly`.\n */\n includeReadOnly?: boolean;\n\n /**\n * If you wish to include data that's flatted as `writeOnly`.\n */\n includeWriteOnly?: boolean;\n } = {},\n): Record<string, unknown> | unknown[] | boolean | number | string | null | undefined {\n const objectifySchema = objectify(schema);\n let { type } = objectifySchema;\n\n const hasPolymorphism = usesPolymorphism(objectifySchema);\n if (hasPolymorphism === 'allOf') {\n try {\n return sampleFromSchema(\n mergeJSONSchemaAllOf(objectifySchema, {\n resolvers: {\n // Ignore any unrecognized OAS-specific keywords that might be present on the schema\n // (like `xml`).\n defaultResolver: mergeJSONSchemaAllOf.options.resolvers.title,\n },\n }),\n opts,\n );\n } catch (error) {\n return undefined;\n }\n } else if (hasPolymorphism) {\n const samples = (objectifySchema[hasPolymorphism] as SchemaObject[]).map(s => {\n return sampleFromSchema(s, opts);\n });\n\n if (samples.length === 1) {\n return samples[0];\n } else if (samples.some(s => s === null)) {\n // If one of our samples is null then we should try to surface the first non-null one.\n return samples.find(s => s !== null);\n }\n\n // If we still don't have a sample then we should just return whatever the first sample we've\n // got is. The sample might not be a _full_ example but it should be enough to act as a sample.\n return samples[0];\n }\n\n const { example, additionalProperties, properties, items } = objectifySchema;\n const { includeReadOnly, includeWriteOnly } = opts;\n\n if (example !== undefined) {\n return deeplyStripKey(example, '$$ref', (val: string) => {\n // do a couple of quick sanity tests to ensure the value\n // looks like a $$ref that swagger-client generates.\n return typeof val === 'string' && val.indexOf('#') > -1;\n });\n }\n\n if (!type) {\n if (properties || additionalProperties) {\n type = 'object';\n } else if (items) {\n type = 'array';\n } else {\n return undefined;\n }\n }\n\n if (type === 'object' || (Array.isArray(type) && type.includes('object'))) {\n const props = objectify(properties);\n const obj: Record<string, any> = {};\n for (const name in props) {\n if (props?.[name].deprecated) {\n continue;\n }\n\n if (props?.[name].readOnly && !includeReadOnly) {\n continue;\n }\n\n if (props?.[name].writeOnly && !includeWriteOnly) {\n continue;\n }\n\n if (props[name].examples?.length) {\n obj[name] = props[name].examples[0];\n continue;\n }\n\n obj[name] = sampleFromSchema(props[name], opts);\n }\n\n if (additionalProperties === true) {\n obj.additionalProp = {};\n } else if (additionalProperties) {\n const additionalProps = objectify(additionalProperties);\n const additionalPropVal = sampleFromSchema(additionalProps, opts);\n\n obj.additionalProp = additionalPropVal;\n }\n\n return obj;\n }\n\n if (type === 'array' || (Array.isArray(type) && type.includes('array'))) {\n // `items` should always be present on arrays, but if it isn't we should at least do our best\n // to support its absence.\n if (typeof items === 'undefined') {\n return [];\n }\n\n if (Array.isArray(items.anyOf)) {\n return items.anyOf.map((i: SchemaObject) => sampleFromSchema(i, opts));\n }\n\n if (Array.isArray(items.oneOf)) {\n return items.oneOf.map((i: SchemaObject) => sampleFromSchema(i, opts));\n }\n\n return [sampleFromSchema(items, opts)];\n }\n\n if (schema.enum) {\n if (schema.default) {\n return schema.default;\n }\n\n return normalizeArray(schema.enum as string[])[0];\n }\n\n if (type === 'file') {\n return undefined;\n }\n\n return primitive(schema);\n}\n\nconst memo: typeof sampleFromSchema = memoize(sampleFromSchema);\n\nexport default memo;\n","/**\n * Portions of this file have been extracted and modified from Swagger UI.\n *\n * @license Apache-2.0\n * @see {@link https://github.com/swagger-api/swagger-ui/blob/master/src/core/utils.js}\n */\nimport type { SchemaObject } from '../types.js';\n\nimport { isObject } from '../lib/helpers.js';\n\nexport function usesPolymorphism(schema: SchemaObject): 'allOf' | 'anyOf' | 'oneOf' | false {\n if (schema.oneOf) {\n return 'oneOf';\n } else if (schema.anyOf) {\n return 'anyOf';\n } else if (schema.allOf) {\n return 'allOf';\n }\n\n return false;\n}\n\nexport function objectify(thing: Record<string, unknown> | unknown): Record<string, any> {\n if (!isObject(thing)) {\n return {};\n }\n\n return thing;\n}\n\nexport function normalizeArray(arr: (number | string)[] | number | string): (number | string)[] {\n if (Array.isArray(arr)) {\n return arr;\n }\n\n return [arr];\n}\n\n// biome-ignore lint/complexity/noBannedTypes: This is part of a type guard.\nexport function isFunc(thing: unknown): thing is Function {\n return typeof thing === 'function';\n}\n\n// Deeply strips a specific key from an object.\n//\n// `predicate` can be used to discriminate the stripping further,\n// by preserving the key's place in the object based on its value.\n// @todo make this have a better type than `any`\nexport function deeplyStripKey(\n input: unknown,\n keyToStrip: string,\n predicate = (obj: unknown, key?: string): boolean => true,\n): SchemaObject | any {\n if (typeof input !== 'object' || Array.isArray(input) || input === null || !keyToStrip) {\n return input;\n }\n\n const obj = { ...input } as Record<string, SchemaObject>;\n\n Object.keys(obj).forEach(k => {\n if (k === keyToStrip && predicate(obj[k], k)) {\n delete obj[k];\n return;\n }\n\n obj[k] = deeplyStripKey(obj[k], keyToStrip, predicate);\n });\n\n return obj;\n}\n","import type { MediaTypeObject } from '../../types.js';\n\nimport matchesMimeType from '../../lib/matches-mimetype.js';\nimport sampleFromSchema from '../../samples/index.js';\n\nexport interface MediaTypeExample {\n description?: string;\n summary?: string;\n title?: string;\n value: unknown;\n}\n\n/**\n * Extracts a collection of examples from an OpenAPI Media Type Object. The example will either\n * come from the `example` property, the first item in an `examples` array, or if none of those are\n * present it will generate an example based off its schema.\n *\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#media-type-object}\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#media-type-object}\n * @param mediaType The media type that we're looking for examples for.\n * @param mediaTypeObject The media type object that we're looking for examples for.\n */\nexport function getMediaTypeExamples(\n mediaType: string,\n mediaTypeObject: MediaTypeObject,\n opts: {\n /**\n * If you wish to include data that's flagged as `readOnly`.\n */\n includeReadOnly?: boolean;\n\n /**\n * If you wish to include data that's flatted as `writeOnly`.\n */\n includeWriteOnly?: boolean;\n } = {},\n): MediaTypeExample[] {\n if (mediaTypeObject.example) {\n return [\n {\n value: mediaTypeObject.example,\n },\n ];\n } else if (mediaTypeObject.examples) {\n const { examples } = mediaTypeObject;\n const multipleExamples = Object.keys(examples)\n .map(key => {\n let summary = key;\n let description: string;\n\n let example = examples[key];\n if (example !== null && typeof example === 'object') {\n if ('summary' in example) {\n summary = example.summary;\n }\n\n if ('description' in example) {\n description = example.description;\n }\n\n if ('value' in example) {\n // If we have a $ref here then it's a circular reference and we should ignore it.\n if (example.value !== null && typeof example.value === 'object' && '$ref' in example.value) {\n return false;\n }\n\n example = example.value;\n }\n }\n\n const ret: MediaTypeExample = { summary, title: key, value: example };\n if (description) {\n ret.description = description;\n }\n\n return ret;\n })\n .filter(Boolean) as MediaTypeExample[];\n\n // If we were able to grab examples from the `examples` property return them (`examples` can\n // sometimes be an empty object), otherwise we should try to generate some instead.\n if (multipleExamples.length) {\n return multipleExamples;\n }\n }\n\n if (mediaTypeObject.schema) {\n // We do not fully support XML so we shouldn't generate XML samples for XML schemas.\n if (!matchesMimeType.xml(mediaType)) {\n return [\n {\n value: sampleFromSchema(JSON.parse(JSON.stringify(mediaTypeObject.schema)), opts),\n },\n ];\n }\n }\n\n return [];\n}\n","import type { OperationObject } from '../../types.js';\nimport type { MediaTypeExample } from './get-mediatype-examples.js';\n\nimport { isRef } from '../../types.js';\nimport { getMediaTypeExamples } from './get-mediatype-examples.js';\n\nexport type ResponseExamples = {\n mediaTypes: Record<string, MediaTypeExample[]>;\n onlyHeaders?: boolean;\n status: string;\n}[];\n\n/**\n * Retrieve a collection of response examples keyed, by their media type.\n *\n * @param operation Operation to retrieve response examples for.\n */\nexport function getResponseExamples(operation: OperationObject) {\n return Object.keys(operation.responses || {})\n .map(status => {\n const response = operation.responses[status];\n let onlyHeaders = false;\n\n // If we have a $ref here that means that this was a circular ref so we should ignore it.\n if (isRef(response)) {\n return false;\n }\n\n const mediaTypes: Record<string, MediaTypeExample[]> = {};\n (response.content ? Object.keys(response.content) : []).forEach(mediaType => {\n if (!mediaType) return;\n\n const mediaTypeObject = response.content[mediaType];\n const examples = getMediaTypeExamples(mediaType, mediaTypeObject, {\n includeReadOnly: true,\n includeWriteOnly: false,\n });\n\n if (examples) {\n mediaTypes[mediaType] = examples;\n }\n });\n\n // If the response has no content, but has headers, hardcode an empty example so the headers\n // modal will still display\n if (response.headers && Object.keys(response.headers).length && !Object.keys(mediaTypes).length) {\n mediaTypes['*/*'] = [];\n onlyHeaders = true;\n }\n\n if (!Object.keys(mediaTypes).length) {\n return false;\n }\n\n return {\n status,\n mediaTypes,\n ...(onlyHeaders ? { onlyHeaders } : {}),\n };\n })\n .filter(Boolean) as ResponseExamples;\n}\n","import type { CallbackObject, OperationObject } from '../../types.js';\nimport type { ResponseExamples } from './get-response-examples.js';\n\nimport { getResponseExamples } from './get-response-examples.js';\n\nexport type CallbackExamples = {\n example: ResponseExamples;\n expression: string;\n identifier: string;\n method: string;\n}[];\n\n/**\n * With an OpenAPI Operation Object return back a collection of examples for any callbacks that may\n * be present.\n *\n * @param operation Operation to retrieve callback examples from.\n */\nexport function getCallbackExamples(operation: OperationObject): CallbackExamples {\n const ret: CallbackExamples = [];\n\n // spreads the contents of the map for each callback so there's not nested arrays returned\n return ret.concat(\n ...Object.keys(operation.callbacks || {}).map(identifier => {\n const callback = operation.callbacks[identifier] as CallbackObject;\n\n // spreads the contents again so there's not nested arrays returned\n return []\n .concat(\n ...Object.keys(callback).map(expression => {\n return Object.keys(callback[expression]).map(method => {\n const pathItem = callback[expression] as Record<string, OperationObject>;\n const example = getResponseExamples(pathItem[method]);\n if (example.length === 0) return false;\n\n return {\n identifier,\n expression,\n method,\n example,\n };\n });\n }),\n )\n .filter(Boolean);\n }),\n );\n}\n","import type { OpenAPIV3 } from 'openapi-types';\nimport type { DataForHAR } from '../../types.js';\nimport type { Operation } from '../index.js';\nimport type { MediaTypeExample } from './get-mediatype-examples.js';\n\nimport { type Extensions, getExtension } from '../../extensions.js';\n\nexport type ExampleGroups = Record<\n string,\n {\n /**\n * Array of custom code samples that contain `correspondingExample` key.\n * Mutually exclusive of `request`. Note that if this object is present,\n * there may or may not be corresponding responses in the `response` object.\n */\n customCodeSamples?: (Extensions['code-samples'][number] & {\n /**\n * The index in the originally defined `code-samples` array\n */\n originalIndex: number;\n })[];\n\n /**\n * Title of example group. This is derived from the `summary` field of one of\n * the operation's example objects. The precedence is as follows (from highest to lowest):\n * 1. The first custom code sample's `name` field.\n * 2. The first request parameter (e.g., cookie/header/path/query) example object that\n * contains a `summary` field\n * 3. The request body example object's `summary` field\n * 4. The response example object's `summary` field\n *\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#example-object}\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#example-object}\n */\n name: string;\n\n /**\n * Object containing the example request data for the current example key.\n * Mutually exclusive of `customCodeSamples`. If `customCodeSamples` is present,\n * any request example definitions are ignored.\n */\n request?: DataForHAR;\n\n /**\n * Object containing the example response data for the current example key.\n */\n response?: {\n /**\n * The content type of the current example\n *\n * @example \"application/json\"\n * @example \"text/plain\"\n */\n mediaType: string;\n\n /**\n * The entire response example object. The example value itself is contained\n * within `value`.\n *\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#example-object}\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#example-object}\n */\n mediaTypeExample: MediaTypeExample;\n\n /**\n * The HTTP status code for the current response example\n *\n * @example \"2xx\"\n * @example \"400\"\n */\n status: string;\n };\n }\n>;\n\n/**\n * Internal key to represent custom code samples that do not have a corresponding response example.\n */\nconst noCorrespondingResponseKey = 'NoCorrespondingResponseForCustomCodeSample';\n\n/**\n * Takes a groups object and an operation and adds any matching response examples\n * to existing groups object\n */\nfunction addMatchingResponseExamples(groups: ExampleGroups, operation: Operation) {\n operation.getResponseExamples().forEach(example => {\n Object.entries(example.mediaTypes || {}).forEach(([mediaType, mediaTypeExamples]) => {\n mediaTypeExamples.forEach(mediaTypeExample => {\n // only add a response example if the `title` field exists\n // and it matches one of the existing example keys\n if (mediaTypeExample.title && Object.keys(groups).includes(mediaTypeExample.title)) {\n groups[mediaTypeExample.title].response = {\n mediaType,\n mediaTypeExample,\n status: example.status,\n };\n\n // if the current group doesn't already have a name set,\n // use the response example object's summary field\n if (!groups[mediaTypeExample.title].name) {\n groups[mediaTypeExample.title].name = mediaTypeExample.summary;\n }\n }\n });\n });\n });\n}\n\n/**\n * Returns a name for the given custom code sample. If there isn't already one defined,\n * we construct a fallback value based on where the sample is in the array.\n */\nfunction getDefaultName(sample: Extensions['code-samples'][number], count: Record<string, number>): string {\n return sample.name && sample.name.length > 0\n ? sample.name\n : `Default${count[sample.language] > 1 ? ` #${count[sample.language]}` : ''}`;\n}\n\n/**\n * Returns an object with groups of all example definitions (body/header/query/path/response/etc.).\n * The examples are grouped by their key when defined via the `examples` map.\n *\n * Any custom code samples defined via the `x-readme.code-samples` extension are returned,\n * regardless of if they have a matching response example.\n *\n * For standard OAS request parameter (e.g., body/header/query/path/etc.) examples,\n * they are only present in the return object if they have a corresponding response example\n * (i.e., a response example with the same key in the `examples` map).\n */\nexport function getExampleGroups(operation: Operation): ExampleGroups {\n const namelessCodeSampleCounts: Record<string, number> = {};\n const groups: ExampleGroups = {};\n\n // add custom code samples\n const codeSamples = getExtension('code-samples', operation.api, operation) as Extensions['code-samples'];\n codeSamples?.forEach((sample, i) => {\n if (namelessCodeSampleCounts[sample.language]) {\n namelessCodeSampleCounts[sample.language] += 1;\n } else {\n namelessCodeSampleCounts[sample.language] = 1;\n }\n const name = getDefaultName(sample, namelessCodeSampleCounts);\n\n // sample contains `correspondingExample` key\n if (groups[sample.correspondingExample]?.customCodeSamples?.length) {\n groups[sample.correspondingExample].customCodeSamples.push({ ...sample, name, originalIndex: i });\n } else if (sample.correspondingExample) {\n groups[sample.correspondingExample] = {\n name,\n customCodeSamples: [{ ...sample, name, originalIndex: i }],\n };\n }\n\n // sample does not contain a corresponding response example\n else if (groups[noCorrespondingResponseKey]?.customCodeSamples?.length) {\n groups[noCorrespondingResponseKey].customCodeSamples.push({ ...sample, name, originalIndex: i });\n } else {\n groups[noCorrespondingResponseKey] = {\n name,\n customCodeSamples: [{ ...sample, name, originalIndex: i }],\n };\n }\n });\n\n // if we added any custom code samples, add the corresponding response examples and return\n if (Object.keys(groups).length) {\n addMatchingResponseExamples(groups, operation);\n return groups;\n }\n\n // add request param examples\n operation.getParameters().forEach(param => {\n Object.entries(param.examples || {}).forEach(([exampleKey, paramExample]: [string, OpenAPIV3.ExampleObject]) => {\n groups[exampleKey] = {\n ...groups[exampleKey],\n name: groups[exampleKey]?.name || paramExample.summary,\n request: {\n ...groups[exampleKey]?.request,\n [param.in]: {\n ...groups[exampleKey]?.request?.[param.in],\n [param.name]: paramExample.value,\n },\n },\n };\n });\n });\n\n // add request body examples\n operation.getRequestBodyExamples().forEach(requestExample => {\n requestExample.examples.forEach((mediaTypeExample: MediaTypeExample) => {\n if (mediaTypeExample.title) {\n const mediaType = requestExample.mediaType === 'application/x-www-form-urlencoded' ? 'formData' : 'body';\n groups[mediaTypeExample.title] = {\n ...groups[mediaTypeExample.title],\n name: groups[mediaTypeExample.title]?.name || mediaTypeExample.summary,\n request: {\n ...groups[mediaTypeExample.title]?.request,\n [mediaType]: mediaTypeExample.value,\n },\n };\n }\n });\n });\n\n // if we added any request examples, add the corresponding response examples\n if (Object.keys(groups).length) {\n addMatchingResponseExamples(groups, operation);\n }\n\n // prune any objects that don't have both a request and a response\n Object.entries(groups).forEach(([groupId, group]) => {\n if (group.request && !group.response) {\n delete groups[groupId];\n }\n });\n\n return groups;\n}\n","import type { OperationObject, RequestBodyObject } from '../../types.js';\nimport type { MediaTypeExample } from './get-mediatype-examples.js';\n\nimport { getMediaTypeExamples } from './get-mediatype-examples.js';\n\nexport type RequestBodyExamples = {\n examples: MediaTypeExample[];\n mediaType: string;\n}[];\n\n/**\n * Retrieve a collection of request body examples, keyed by their media type.\n *\n * @param operation Operation to retrieve requestBody examples for.\n */\nexport function getRequestBodyExamples(operation: OperationObject): RequestBodyExamples {\n // `requestBody` will never have `$ref` pointers here so we need to work around the type that we\n // have from `OperationObject`.\n const requestBody = operation.requestBody as RequestBodyObject;\n if (!requestBody || !requestBody.content) {\n return [];\n }\n\n return Object.keys(requestBody.content || {})\n .map(mediaType => {\n const mediaTypeObject = requestBody.content[mediaType];\n const examples = getMediaTypeExamples(mediaType, mediaTypeObject, {\n includeReadOnly: false,\n includeWriteOnly: true,\n });\n\n if (!examples.length) {\n return false;\n }\n\n return {\n mediaType,\n examples,\n };\n })\n .filter(x => x !== false);\n}\n","import type {\n ComponentsObject,\n HeaderObject,\n MediaTypeObject,\n OASDocument,\n ResponseObject,\n SchemaObject,\n} from '../../types.js';\nimport type { Operation } from '../index.js';\n\nimport cloneObject from '../../lib/clone-object.js';\nimport { isPrimitive } from '../../lib/helpers.js';\nimport matches from '../../lib/matches-mimetype.js';\nimport { getSchemaVersionString, toJSONSchema } from '../../lib/openapi-to-json-schema.js';\n\ninterface ResponseSchemaObject {\n description?: string;\n label: string;\n schema: SchemaObject;\n type: string[] | string;\n}\n\nconst isJSON = matches.json;\n\n/**\n * Turn a header map from OpenAPI 3.0 (and some earlier versions too) into a schema.\n *\n * Note: This does not support OpenAPI 3.1's header format.\n *\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#header-object}\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.3.md#header-object}\n * @param response Response object to build a JSON Schema object for its headers for.\n */\nfunction buildHeadersSchema(\n response: ResponseObject,\n opts?: {\n /**\n * With a transformer you can transform any data within a given schema, like say if you want to\n * rewrite a potentially unsafe `title` that might be eventually used as a JS variable name,\n * just make sure to return your transformed schema.\n */\n transformer?: (schema: SchemaObject) => SchemaObject;\n },\n) {\n const headers = response.headers;\n\n const headersSchema: SchemaObject = {\n type: 'object',\n properties: {},\n };\n\n Object.keys(headers).forEach(key => {\n if (headers[key] && (headers[key] as HeaderObject).schema) {\n const header: HeaderObject = headers[key] as HeaderObject;\n\n // TODO: Response headers are essentially parameters in OAS\n // This means they can have content instead of schema.\n // We should probably support that in the future\n headersSchema.properties[key] = toJSONSchema(header.schema, {\n addEnumsToDescriptions: true,\n transformer: opts.transformer,\n });\n\n if (header.description) {\n (headersSchema.properties[key] as HeaderObject).description = header.description;\n }\n }\n });\n\n const headersWrapper: {\n description?: string;\n label: string;\n schema: SchemaObject;\n type: string;\n } = {\n schema: headersSchema,\n type: 'object',\n label: 'Headers',\n };\n\n if (response.description && headersWrapper.schema) {\n headersWrapper.description = response.description;\n }\n\n return headersWrapper;\n}\n\n/**\n * Extract all the response schemas, matching the format of `get-parameters-as-json-schema`.\n *\n * Note: This expects a dereferenced schema.\n *\n * @param operation Operation to construct a response JSON Schema for.\n * @param api The OpenAPI definition that this operation originates.\n * @param statusCode The response status code to generate a schema for.\n */\nexport function getResponseAsJSONSchema(\n operation: Operation,\n api: OASDocument,\n statusCode: number | string,\n opts?: {\n includeDiscriminatorMappingRefs?: boolean;\n /**\n * With a transformer you can transform any data within a given schema, like say if you want\n * to rewrite a potentially unsafe `title` that might be eventually used as a JS variable\n * name, just make sure to return your transformed schema.\n */\n transformer?: (schema: SchemaObject) => SchemaObject;\n },\n): ResponseSchemaObject[] | null {\n const response = operation.getResponseByStatusCode(statusCode);\n const jsonSchema: ResponseSchemaObject[] = [];\n\n if (!response) {\n return null;\n }\n\n let hasCircularRefs = false;\n let hasDiscriminatorMappingRefs = false;\n\n function refLogger(ref: string, type: 'discriminator' | 'ref') {\n if (type === 'ref') {\n hasCircularRefs = true;\n } else {\n hasDiscriminatorMappingRefs = true;\n }\n }\n\n /**\n * @param content An array of `MediaTypeObject`'s to retrieve a preferred schema out of. We\n * prefer JSON media types.\n */\n function getPreferredSchema(content: Record<string, MediaTypeObject>) {\n if (!content) {\n return null;\n }\n\n const contentTypes = Object.keys(content);\n if (!contentTypes.length) {\n return null;\n }\n\n for (let i = 0; i < contentTypes.length; i++) {\n if (isJSON(contentTypes[i])) {\n return toJSONSchema(cloneObject(content[contentTypes[i]].schema), {\n addEnumsToDescriptions: true,\n refLogger,\n transformer: opts.transformer,\n });\n }\n }\n\n // We always want to prefer the JSON-compatible content types over everything else but if we\n // haven't found one we should default to the first available.\n const contentType = contentTypes.shift();\n return toJSONSchema(cloneObject(content[contentType].schema), {\n addEnumsToDescriptions: true,\n refLogger,\n transformer: opts.transformer,\n });\n }\n\n const foundSchema = getPreferredSchema((response as ResponseObject).content);\n if (foundSchema) {\n const schema = cloneObject(foundSchema);\n const schemaWrapper: {\n description?: string;\n label: string;\n schema: SchemaObject;\n type: string[] | string;\n } = {\n // If there's no `type` then the root schema is a circular `$ref` that we likely won't be\n // able to render so instead of generating a JSON Schema with an `undefined` type we should\n // default to `string` so there's at least *something* the end-user can interact with.\n type: foundSchema.type || 'string',\n schema: isPrimitive(schema)\n ? schema\n : {\n ...schema,\n $schema: getSchemaVersionString(schema, api),\n },\n label: 'Response body',\n };\n\n if ((response as ResponseObject).description && schemaWrapper.schema) {\n schemaWrapper.description = (response as ResponseObject).description;\n }\n\n /**\n * Since this library assumes that the schema has already been dereferenced, adding every\n * component here that **isn't** circular adds a ton of bloat so it'd be cool if `components`\n * was just the remaining `$ref` pointers that are still being referenced.\n *\n * @todo\n */\n if (api.components && schemaWrapper.schema) {\n // We should only include components if we've got circular refs or we have discriminator\n // mapping refs (we want to include them).\n if (hasCircularRefs || (hasDiscriminatorMappingRefs && opts.includeDiscriminatorMappingRefs)) {\n ((schemaWrapper.schema as SchemaObject).components as ComponentsObject) = api.components as ComponentsObject;\n }\n }\n\n jsonSchema.push(schemaWrapper);\n }\n\n // 3.0.3 and earlier headers. TODO: New format for 3.1.0\n if ((response as ResponseObject).headers) {\n jsonSchema.push(buildHeadersSchema(response as ResponseObject, opts));\n }\n\n return jsonSchema.length ? jsonSchema : null;\n}\n","import type { OperationObject } from '../../types.ts';\n\nexport interface OperationIDGeneratorOptions {\n /**\n * Generate a JS method-friendly operation ID when one isn't present.\n *\n * For backwards compatiblity reasons this option will be indefinitely supported however we\n * recommend using `friendlyCase` instead as it's a heavily improved version of this option.\n *\n * @see {friendlyCase}\n * @deprecated\n */\n camelCase?: boolean;\n\n /**\n * Generate a human-friendly, but still camelCase, operation ID when one isn't present. The\n * difference between this and `camelCase` is that this also ensure that consecutive words are\n * not present in the resulting ID. For example, for the endpoint `/candidate/{candidate}` will\n * return `getCandidateCandidate` for `camelCase` however `friendlyCase` will return\n * `getCandidate`.\n *\n * The reason this friendliness is just not a part of the `camelCase` option is because we have\n * a number of consumers of the old operation ID style and making that change there would a\n * breaking change that we don't have any easy way to resolve.\n */\n friendlyCase?: boolean;\n}\n\n/**\n * Determine if an operation has an `operationId` present in its schema. Note that if one is\n * present in the schema but is an empty string then this will return false.\n *\n */\nexport function hasOperationId(operation: OperationObject): boolean {\n return Boolean('operationId' in operation && operation.operationId.length);\n}\n\n/**\n * Get an `operationId` for an operation. If one is not present (it's not required by the spec!)\n * a hash of the path and method will be returned instead.\n *\n */\nexport function getOperationId(\n path: string,\n method: string,\n operation: OperationObject,\n opts: OperationIDGeneratorOptions = {},\n): string {\n function sanitize(id: string) {\n // We aren't sanitizing underscores here by default in order to preserve operation IDs that\n // were already generated with this method in the past.\n return id\n .replace(opts?.camelCase || opts?.friendlyCase ? /[^a-zA-Z0-9_]/g : /[^a-zA-Z0-9]/g, '-') // Remove weird characters\n .replace(/--+/g, '-') // Remove double --'s\n .replace(/^-|-$/g, ''); // Don't start or end with -\n }\n\n const operationIdExists = hasOperationId(operation);\n let operationId: string;\n if (operationIdExists) {\n operationId = operation.operationId;\n } else {\n operationId = sanitize(path).toLowerCase();\n }\n\n const currMethod = method.toLowerCase();\n if (opts?.camelCase || opts?.friendlyCase) {\n if (opts?.friendlyCase) {\n // In order to generate friendlier operation IDs we should swap out underscores with spaces\n // so the end result will be _slightly_ more camelCase.\n operationId = operationId.replaceAll('_', ' ');\n\n if (!operationIdExists) {\n // In another effort to generate friendly operation IDs we should prevent words from\n // appearing in consecutive order (eg. `/candidate/{candidate}` should generate\n // `getCandidate` not `getCandidateCandidate`). However we only want to do this if we're\n // generating the operation ID as if they intentionally added a consecutive word into the\n // operation ID then we should respect that.\n operationId = operationId\n .replace(/[^a-zA-Z0-9_]+(.)/g, (_, chr) => ` ${chr}`)\n .split(' ')\n .filter((word, i, arr) => word !== arr[i - 1])\n .join(' ');\n }\n }\n\n operationId = operationId.replace(/[^a-zA-Z0-9_]+(.)/g, (_, chr) => chr.toUpperCase());\n if (operationIdExists) {\n operationId = sanitize(operationId);\n }\n\n // Never start with a number.\n operationId = operationId.replace(/^[0-9]/g, match => `_${match}`);\n\n // Ensure that the first character of an `operationId` is always lowercase.\n operationId = operationId.charAt(0).toLowerCase() + operationId.slice(1);\n\n // If the generated `operationId` already starts with the method (eg. `getPets`) we don't want\n // to double it up into `getGetPets`.\n if (operationId.startsWith(currMethod)) {\n return operationId;\n }\n\n // If this operation already has an `operationId` and we just cleaned it up then we shouldn't\n // prefix it with an HTTP method.\n if (operationIdExists) {\n return operationId;\n }\n\n // Because we're merging the `operationId` into an HTTP method we need to reset the first\n // character of it back to lowercase so we end up with `getBuster`, not `getbuster`.\n operationId = operationId.charAt(0).toUpperCase() + operationId.slice(1);\n return `${currMethod}${operationId}`;\n } else if (operationIdExists) {\n return operationId;\n }\n\n return `${currMethod}_${operationId}`;\n}\n","import type { OpenAPIV3, OpenAPIV3_1 } from 'openapi-types';\nimport type { Extensions } from '../extensions.js';\nimport type {\n CallbackObject,\n HttpMethods,\n KeyedSecuritySchemeObject,\n MediaTypeObject,\n OAS31Document,\n OASDocument,\n OperationObject,\n ParameterObject,\n PathItemObject,\n RequestBodyObject,\n ResponseObject,\n SchemaObject,\n SecurityRequirementObject,\n SecurityType,\n TagObject,\n} from '../types.js';\nimport type { CallbackExamples } from './lib/get-callback-examples.js';\nimport type { getParametersAsJSONSchemaOptions, SchemaWrapper } from './lib/get-parameters-as-json-schema.js';\nimport type { RequestBodyExamples } from './lib/get-requestbody-examples.js';\nimport type { ResponseExamples } from './lib/get-response-examples.js';\nimport type { OperationIDGeneratorOptions } from './lib/operationId.js';\n\nimport findSchemaDefinition from '../lib/find-schema-definition.js';\nimport matchesMimeType from '../lib/matches-mimetype.js';\nimport { isRef } from '../types.js';\nimport { supportedMethods } from '../utils.js';\nimport { dedupeCommonParameters } from './lib/dedupe-common-parameters.js';\nimport { getCallbackExamples } from './lib/get-callback-examples.js';\nimport { type ExampleGroups, getExampleGroups } from './lib/get-example-groups.js';\nimport { getParametersAsJSONSchema } from './lib/get-parameters-as-json-schema.js';\nimport { getRequestBodyExamples } from './lib/get-requestbody-examples.js';\nimport { getResponseAsJSONSchema } from './lib/get-response-as-json-schema.js';\nimport { getResponseExamples } from './lib/get-response-examples.js';\nimport { getOperationId, hasOperationId } from './lib/operationId.js';\n\nexport class Operation {\n /**\n * Schema of the operation from the API Definition.\n */\n schema: OperationObject;\n\n /**\n * OpenAPI API Definition that this operation originated from.\n */\n api: OASDocument;\n\n /**\n * Path that this operation is targeted towards.\n */\n path: string;\n\n /**\n * HTTP Method that this operation is targeted towards.\n */\n method: HttpMethods;\n\n /**\n * The primary Content Type that this operation accepts.\n */\n contentType: string;\n\n /**\n * An object with groups of all example definitions (body/header/query/path/response/etc.)\n */\n exampleGroups: ExampleGroups;\n\n /**\n * Request body examples for this operation.\n */\n requestBodyExamples: RequestBodyExamples;\n\n /**\n * Response examples for this operation.\n */\n responseExamples: ResponseExamples;\n\n /**\n * Callback examples for this operation (if it has callbacks).\n */\n callbackExamples: CallbackExamples;\n\n /**\n * Flattened out arrays of both request and response headers that are utilized on this operation.\n */\n headers: {\n request: string[];\n response: string[];\n };\n\n constructor(api: OASDocument, path: string, method: HttpMethods, operation: OperationObject) {\n this.schema = operation;\n this.api = api;\n this.path = path;\n this.method = method;\n\n this.contentType = undefined;\n this.requestBodyExamples = undefined;\n this.responseExamples = undefined;\n this.callbackExamples = undefined;\n this.exampleGroups = undefined;\n this.headers = {\n request: [],\n response: [],\n };\n }\n\n getSummary(): string {\n if (this.schema?.summary && typeof this.schema.summary === 'string') {\n return this.schema.summary;\n } else if (this.api.paths[this.path].summary && typeof this.api.paths[this.path].summary === 'string') {\n return this.api.paths[this.path].summary;\n }\n\n return undefined;\n }\n\n getDescription(): string {\n if (this.schema?.description && typeof this.schema.description === 'string') {\n return this.schema.description;\n } else if (this.api.paths[this.path].description && typeof this.api.paths[this.path].description === 'string') {\n return this.api.paths[this.path].description;\n }\n\n return undefined;\n }\n\n getContentType(): string {\n if (this.contentType) {\n return this.contentType;\n }\n\n let types: string[] = [];\n if (this.schema.requestBody) {\n if ('$ref' in this.schema.requestBody) {\n this.schema.requestBody = findSchemaDefinition(this.schema.requestBody.$ref, this.api);\n }\n\n if ('content' in this.schema.requestBody) {\n types = Object.keys(this.schema.requestBody.content);\n }\n }\n\n this.contentType = 'application/json';\n if (types?.length) {\n this.contentType = types[0];\n }\n\n // Favor JSON if it exists\n types.forEach(t => {\n if (matchesMimeType.json(t)) {\n this.contentType = t;\n }\n });\n\n return this.contentType;\n }\n\n isFormUrlEncoded(): boolean {\n return matchesMimeType.formUrlEncoded(this.getContentType());\n }\n\n isMultipart(): boolean {\n return matchesMimeType.multipart(this.getContentType());\n }\n\n isJson(): boolean {\n return matchesMimeType.json(this.getContentType());\n }\n\n isXml(): boolean {\n return matchesMimeType.xml(this.getContentType());\n }\n\n /**\n * Checks if the current operation is a webhook or not.\n *\n */\n isWebhook(): boolean {\n return this instanceof Webhook;\n }\n\n /**\n * Returns an array of all security requirements associated wtih this operation. If none are\n * defined at the operation level, the securities for the entire API definition are returned\n * (with an empty array as a final fallback).\n *\n */\n getSecurity(): SecurityRequirementObject[] {\n if (!this.api?.components?.securitySchemes || !Object.keys(this.api.components.securitySchemes).length) {\n return [];\n }\n\n return this.schema.security || this.api.security || [];\n }\n\n /**\n * Retrieve a collection of grouped security schemes. The inner array determines AND-grouped\n * security schemes, the outer array determines OR-groups.\n *\n * @see {@link https://swagger.io/docs/specification/authentication/#multiple}\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#security-requirement-object}\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#security-requirement-object}\n * @param filterInvalid Optional flag that, when set to `true`, filters out invalid/nonexistent\n * security schemes, rather than returning `false`.\n */\n getSecurityWithTypes(\n filterInvalid = false,\n ): ((false | { security: KeyedSecuritySchemeObject; type: SecurityType })[] | false)[] {\n const securityRequirements = this.getSecurity();\n\n return securityRequirements.map(requirement => {\n let keys: string[];\n try {\n keys = Object.keys(requirement);\n } catch (e) {\n return false;\n }\n\n const keysWithTypes = keys.map(key => {\n let security: KeyedSecuritySchemeObject;\n try {\n // Remove the reference type, because we know this will be dereferenced\n security = this.api.components.securitySchemes[key] as KeyedSecuritySchemeObject;\n } catch (e) {\n return false;\n }\n\n if (!security) return false;\n\n let type: SecurityType = null;\n\n if (security.type === 'http') {\n if (security.scheme === 'basic') type = 'Basic';\n else if (security.scheme === 'bearer') type = 'Bearer';\n else type = security.type;\n } else if (security.type === 'oauth2') {\n type = 'OAuth2';\n } else if (security.type === 'apiKey') {\n if (security.in === 'query') type = 'Query';\n else if (security.in === 'header') type = 'Header';\n else if (security.in === 'cookie') type = 'Cookie';\n else type = security.type;\n } else {\n return false;\n }\n\n return {\n type,\n security: {\n ...security,\n _key: key,\n _requirements: requirement[key],\n },\n };\n });\n\n if (filterInvalid) return keysWithTypes.filter(key => key !== false);\n\n return keysWithTypes;\n });\n }\n\n /**\n * Retrieve an object where the keys are unique scheme types, and the values are arrays\n * containing each security scheme of that type.\n *\n */\n prepareSecurity(): Record<SecurityType, KeyedSecuritySchemeObject[]> {\n const securitiesWithTypes = this.getSecurityWithTypes();\n\n return securitiesWithTypes.reduce(\n (prev, securities) => {\n if (!securities) return prev;\n\n securities.forEach(security => {\n // Remove non-existent schemes\n if (!security) return;\n if (!prev[security.type]) prev[security.type] = [];\n\n // Only add schemes we haven't seen yet.\n const exists = prev[security.type].some(sec => sec._key === security.security._key);\n if (!exists) {\n // Since an operation can require the same security scheme several times (each with different scope requirements),\n // including the `_requirements` in this object would be misleading since we dedupe the security schemes.\n if (security.security?._requirements) delete security.security._requirements;\n prev[security.type].push(security.security);\n }\n });\n\n return prev;\n },\n {} as Record<SecurityType, KeyedSecuritySchemeObject[]>,\n );\n }\n\n getHeaders(): Operation['headers'] {\n const security = this.prepareSecurity();\n if (security.Header) {\n this.headers.request = (security.Header as OpenAPIV3_1.ApiKeySecurityScheme[]).map(h => {\n return h.name;\n });\n }\n\n if (security.Bearer || security.Basic || security.OAuth2) {\n this.headers.request.push('Authorization');\n }\n\n if (security.Cookie) {\n this.headers.request.push('Cookie');\n }\n\n if (this.schema.parameters) {\n this.headers.request = this.headers.request.concat(\n // Remove the reference object because we will have already dereferenced.\n (this.schema.parameters as OpenAPIV3_1.ParameterObject[] | OpenAPIV3.ParameterObject[])\n .map(p => {\n if (p.in && p.in === 'header') return p.name;\n return undefined;\n })\n .filter(p => p),\n );\n }\n\n if (this.schema.responses) {\n this.headers.response = Object.keys(this.schema.responses)\n // Remove the reference object because we will have already dereferenced.\n .filter(r => (this.schema.responses[r] as ResponseObject).headers)\n .map(r =>\n // Remove the reference object because we will have already dereferenced.\n Object.keys((this.schema.responses[r] as ResponseObject).headers),\n )\n .reduce((a, b) => a.concat(b), []);\n }\n\n // If the operation doesn't already specify a `content-type` request header, we check if the\n // path operation request body contains content, which implies that we should also include the\n // `content-type` header.\n if (!this.headers.request.includes('Content-Type') && this.schema.requestBody) {\n if (\n (this.schema.requestBody as RequestBodyObject).content &&\n Object.keys((this.schema.requestBody as RequestBodyObject).content)\n ) {\n this.headers.request.push('Content-Type');\n }\n }\n\n // This is a similar approach, but in this case if we check the response content and prioritize\n // the `accept` request header and `content-type` request header.\n if (this.schema.responses) {\n if (\n Object.keys(this.schema.responses).some(\n response => !!(this.schema.responses[response] as ResponseObject).content,\n )\n ) {\n if (!this.headers.request.includes('Accept')) this.headers.request.push('Accept');\n if (!this.headers.response.includes('Content-Type')) this.headers.response.push('Content-Type');\n }\n }\n\n return this.headers;\n }\n\n /**\n * Determine if the operation has an `operationId` present in its schema. Note that if one is\n * present in the schema but is an empty string then this will return false.\n *\n */\n hasOperationId(): boolean {\n return hasOperationId(this.schema);\n }\n\n /**\n * Determine if an operation has an `operationId` present in its schema. Note that if one is\n * present in the schema but is an empty string then this will return false.\n *\n */\n static hasOperationId(schema: OperationObject): boolean {\n return hasOperationId(schema);\n }\n\n /**\n * Get an `operationId` for this operation. If one is not present (it's not required by the spec!)\n * a hash of the path and method will be returned instead.\n *\n */\n getOperationId(opts: OperationIDGeneratorOptions = {}): string {\n return getOperationId(this.path, this.method, this.schema, opts);\n }\n\n /**\n * Get an `operationId` for an operation. If one is not present (it's not required by the spec!)\n * a hash of the path and method will be returned instead.\n *\n */\n static getOperationId(\n path: string,\n method: string,\n schema: OperationObject,\n opts: OperationIDGeneratorOptions = {},\n ): string {\n return getOperationId(path, method, schema, opts);\n }\n\n /**\n * Return an array of all tags, and their metadata, that exist on this operation.\n *\n */\n getTags(): TagObject[] {\n if (!('tags' in this.schema)) {\n return [];\n }\n\n const oasTagMap: Map<string, TagObject> = new Map();\n if ('tags' in this.api) {\n this.api.tags.forEach((tag: TagObject) => {\n oasTagMap.set(tag.name, tag);\n });\n }\n\n const oasTags = Object.fromEntries(oasTagMap);\n\n const tags: TagObject[] = [];\n if (Array.isArray(this.schema.tags)) {\n this.schema.tags.forEach(tag => {\n if (tag in oasTags) {\n tags.push(oasTags[tag]);\n } else {\n tags.push({\n name: tag,\n });\n }\n });\n }\n\n return tags;\n }\n\n /**\n * Return is the operation is flagged as `deprecated` or not.\n *\n */\n isDeprecated(): boolean {\n return 'deprecated' in this.schema ? this.schema.deprecated : false;\n }\n\n /**\n * Determine if the operation has any (non-request body) parameters.\n *\n */\n hasParameters(): boolean {\n return !!this.getParameters().length;\n }\n\n /**\n * Return the parameters (non-request body) on the operation.\n *\n */\n getParameters(): ParameterObject[] {\n let parameters = (this.schema?.parameters || []) as ParameterObject[];\n const commonParams = (this.api?.paths?.[this.path]?.parameters || []) as ParameterObject[];\n if (commonParams.length) {\n parameters = parameters.concat(dedupeCommonParameters(parameters, commonParams) || []);\n }\n\n return parameters;\n }\n\n /**\n * Determine if this operation has any required parameters.\n *\n */\n hasRequiredParameters(): boolean {\n return this.getParameters().some(param => 'required' in param && param.required);\n }\n\n /**\n * Convert the operation into an array of JSON Schema schemas for each available type of\n * parameter available on the operation.\n *\n */\n getParametersAsJSONSchema(opts: getParametersAsJSONSchemaOptions = {}): SchemaWrapper[] {\n return getParametersAsJSONSchema(this, this.api, {\n includeDiscriminatorMappingRefs: true,\n transformer: (s: SchemaObject) => s,\n ...opts,\n });\n }\n\n /**\n * Get a single response for this status code, formatted as JSON schema.\n *\n * @param statusCode Status code to pull a JSON Schema response for.\n */\n getResponseAsJSONSchema(\n statusCode: number | string,\n opts: {\n /**\n * If you wish to include discriminator mapping `$ref` components alongside your\n * `discriminator` in schemas. Defaults to `true`.\n */\n includeDiscriminatorMappingRefs?: boolean;\n\n /**\n * With a transformer you can transform any data within a given schema, like say if you want\n * to rewrite a potentially unsafe `title` that might be eventually used as a JS variable\n * name, just make sure to return your transformed schema.\n */\n transformer?: (schema: SchemaObject) => SchemaObject;\n } = {},\n ): SchemaObject {\n return getResponseAsJSONSchema(this, this.api, statusCode, {\n includeDiscriminatorMappingRefs: true,\n transformer: (s: SchemaObject) => s,\n ...opts,\n });\n }\n\n /**\n * Get an array of all valid response status codes for this operation.\n *\n */\n getResponseStatusCodes(): string[] {\n return this.schema.responses ? Object.keys(this.schema.responses) : [];\n }\n\n /**\n * Determine if the operation has any request bodies.\n *\n */\n hasRequestBody(): boolean {\n return !!this.schema.requestBody;\n }\n\n /**\n * Retrieve the list of all available media types that the operations request body can accept.\n *\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#media-type-object}\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#media-type-object}\n */\n getRequestBodyMediaTypes(): string[] {\n if (!this.hasRequestBody()) {\n return [];\n }\n\n const requestBody = this.schema.requestBody;\n if (isRef(requestBody)) {\n // If the request body is still a `$ref` pointer we should return false because this library\n // assumes that you've run dereferencing beforehand.\n return [];\n }\n\n return Object.keys(requestBody.content);\n }\n\n /**\n * Determine if this operation has a required request body.\n *\n */\n hasRequiredRequestBody(): boolean {\n if (!this.hasRequestBody()) {\n return false;\n }\n\n const requestBody = this.schema.requestBody;\n if (isRef(requestBody)) {\n return false;\n }\n\n if (requestBody.required) {\n return true;\n }\n\n // The OpenAPI spec isn't clear on the differentiation between schema `required` and\n // `requestBody.required` because you can have required top-level schema properties but a\n // non-required requestBody that negates each other.\n //\n // To kind of work ourselves around this and present a better QOL for this accessor, if at this\n // final point where we don't have a required request body, but the underlying Media Type Object\n // schema says that it has required properties then we should ultimately recognize that this\n // request body is required -- even as the request body description says otherwise.\n return !!this.getParametersAsJSONSchema()\n .filter(js => ['body', 'formData'].includes(js.type))\n .find(js => js.schema && Array.isArray(js.schema.required) && js.schema.required.length);\n }\n\n /**\n * Retrieve a specific request body content schema off this operation.\n *\n * If no media type is supplied this will return either the first available JSON-like request\n * body, or the first available if there are no JSON-like media types present. When this return\n * comes back it's in the form of an array with the first key being the selected media type,\n * followed by the media type object in question.\n *\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#media-type-object}\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#media-type-object}\n * @param mediaType Specific request body media type to retrieve if present.\n */\n getRequestBody(mediaType?: string): MediaTypeObject | false | [string, MediaTypeObject, ...string[]] {\n if (!this.hasRequestBody()) {\n return false;\n }\n\n const requestBody = this.schema.requestBody;\n if (isRef(requestBody)) {\n // If the request body is still a `$ref` pointer we should return false because this library\n // assumes that you've run dereferencing beforehand.\n return false;\n }\n\n if (mediaType) {\n if (!(mediaType in requestBody.content)) {\n return false;\n }\n\n return requestBody.content[mediaType];\n }\n\n // Since no media type was supplied we need to find either the first JSON-like media type that\n // we've got, or the first available of anything else if no JSON-like media types are present.\n let availableMediaType: string;\n const mediaTypes = this.getRequestBodyMediaTypes();\n mediaTypes.forEach((mt: string) => {\n if (!availableMediaType && matchesMimeType.json(mt)) {\n availableMediaType = mt;\n }\n });\n\n if (!availableMediaType) {\n mediaTypes.forEach((mt: string) => {\n if (!availableMediaType) {\n availableMediaType = mt;\n }\n });\n }\n\n if (availableMediaType) {\n return [\n availableMediaType,\n requestBody.content[availableMediaType],\n ...(requestBody.description ? [requestBody.description] : []),\n ];\n }\n\n return false;\n }\n\n /**\n * Retrieve an array of request body examples that this operation has.\n *\n */\n getRequestBodyExamples(): RequestBodyExamples {\n const isRequestExampleValueDefined = typeof this.requestBodyExamples?.[0]?.examples?.[0].value !== 'undefined';\n\n if (this.requestBodyExamples && isRequestExampleValueDefined) {\n return this.requestBodyExamples;\n }\n\n this.requestBodyExamples = getRequestBodyExamples(this.schema);\n return this.requestBodyExamples;\n }\n\n /**\n * Return a specific response out of the operation by a given HTTP status code.\n *\n * @param statusCode Status code to pull a response object for.\n */\n getResponseByStatusCode(statusCode: number | string): ResponseObject | boolean {\n if (!this.schema.responses) {\n return false;\n }\n\n if (typeof this.schema.responses[statusCode] === 'undefined') {\n return false;\n }\n\n const response = this.schema.responses[statusCode];\n\n if (isRef(response)) {\n return false;\n }\n\n // Remove the reference from the type, because it will already be dereferenced.\n return response;\n }\n\n /**\n * Retrieve an array of response examples that this operation has.\n *\n */\n getResponseExamples(): ResponseExamples {\n if (this.responseExamples) {\n return this.responseExamples;\n }\n\n // @todo Remove this `as` once we convert getResponseExamples\n this.responseExamples = getResponseExamples(this.schema) as ResponseExamples;\n return this.responseExamples;\n }\n\n /**\n * Determine if the operation has callbacks.\n *\n */\n hasCallbacks(): boolean {\n return !!this.schema.callbacks;\n }\n\n /**\n * Retrieve a specific callback.\n *\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#callback-object}\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#callback-object}\n * @param identifier Callback identifier to look for.\n * @param expression Callback expression to look for.\n * @param method HTTP Method on the callback to look for.\n */\n getCallback(identifier: string, expression: string, method: HttpMethods): Callback | false {\n if (!this.schema.callbacks) return false;\n\n // The usage of `as` in the below is to remove the possibility of a ref type, since we've\n // dereferenced.\n const callback = this.schema.callbacks[identifier]\n ? (((this.schema.callbacks as Record<string, CallbackObject>)[identifier] as CallbackObject)[\n expression\n ] as PathItemObject)\n : false;\n\n if (!callback || !callback[method]) return false;\n return new Callback(this.api, expression, method, callback[method], identifier, callback);\n }\n\n /**\n * Retrieve an array of operations created from each callback.\n *\n */\n getCallbacks(): (Callback | false)[] | false {\n const callbackOperations: (Callback | false)[] = [];\n if (!this.hasCallbacks()) return false;\n\n Object.keys(this.schema.callbacks).forEach(callback => {\n Object.keys(this.schema.callbacks[callback]).forEach(expression => {\n const cb = this.schema.callbacks[callback];\n\n if (!isRef(cb)) {\n const exp = cb[expression];\n\n if (!isRef(exp)) {\n Object.keys(exp).forEach((method: HttpMethods) => {\n if (!supportedMethods.includes(method)) return;\n\n callbackOperations.push(this.getCallback(callback, expression, method));\n });\n }\n }\n });\n });\n\n return callbackOperations;\n }\n\n /**\n * Retrieve an array of callback examples that this operation has.\n *\n */\n getCallbackExamples(): CallbackExamples {\n if (this.callbackExamples) {\n return this.callbackExamples;\n }\n\n this.callbackExamples = getCallbackExamples(this.schema);\n return this.callbackExamples;\n }\n\n /**\n * Determine if a given a custom specification extension exists within the operation.\n *\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#specification-extensions}\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#specification-extensions}\n * @param extension Specification extension to lookup.\n */\n hasExtension(extension: string): boolean {\n return Boolean(this.schema && extension in this.schema);\n }\n\n /**\n * Retrieve a custom specification extension off of the operation.\n *\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#specification-extensions}\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#specification-extensions}\n * @param extension Specification extension to lookup.\n *\n * @deprecated Use `oas.getExtension(extension, operation)` instead.\n */\n getExtension(extension: string | keyof Extensions): any {\n return this.schema?.[extension];\n }\n\n /**\n * Returns an object with groups of all example definitions (body/header/query/path/response/etc.).\n * The examples are grouped by their key when defined via the `examples` map.\n *\n * Any custom code samples defined via the `x-readme.code-samples` extension are returned,\n * regardless of if they have a matching response example.\n *\n * For standard OAS request parameter (e.g., body/header/query/path/etc.) examples,\n * they are only present in the return object if they have a corresponding response example\n * (i.e., a response example with the same key in the `examples` map).\n */\n getExampleGroups(): ExampleGroups {\n if (this.exampleGroups) return this.exampleGroups;\n\n const groups = getExampleGroups(this);\n\n this.exampleGroups = groups;\n\n return groups;\n }\n}\n\nexport class Callback extends Operation {\n /**\n * The identifier that this callback is set to.\n */\n identifier: string;\n\n /**\n * The parent path item object that this Callback exists within.\n */\n parentSchema: PathItemObject;\n\n constructor(\n oas: OASDocument,\n path: string,\n method: HttpMethods,\n operation: OperationObject,\n identifier: string,\n parentPathItem: PathItemObject,\n ) {\n super(oas, path, method, operation);\n\n this.identifier = identifier;\n this.parentSchema = parentPathItem;\n }\n\n /**\n * Return the primary identifier for this callback.\n *\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#callback-object}\n * @see {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#callback-object}\n */\n getIdentifier(): string {\n return this.identifier;\n }\n\n getSummary(): string {\n if (this.schema?.summary && typeof this.schema.summary === 'string') {\n return this.schema.summary;\n } else if (this.parentSchema.summary && typeof this.parentSchema.summary === 'string') {\n return this.parentSchema.summary;\n }\n\n return undefined;\n }\n\n getDescription(): string {\n if (this.schema?.description && typeof this.schema.description === 'string') {\n return this.schema.description;\n } else if (this.parentSchema.description && typeof this.parentSchema.description === 'string') {\n return this.parentSchema.description;\n }\n\n return undefined;\n }\n\n getParameters(): ParameterObject[] {\n let parameters = (this.schema?.parameters || []) as ParameterObject[];\n const commonParams = (this.parentSchema.parameters || []) as ParameterObject[];\n if (commonParams.length) {\n parameters = parameters.concat(dedupeCommonParameters(parameters, commonParams) || []);\n }\n\n return parameters;\n }\n}\n\nexport class Webhook extends Operation {\n /**\n * OpenAPI API Definition that this webhook originated from.\n */\n declare api: OAS31Document;\n\n getSummary(): string {\n if (this.schema?.summary && typeof this.schema.summary === 'string') {\n return this.schema.summary;\n } else if (this.api.webhooks[this.path].summary && typeof this.api.webhooks[this.path].summary === 'string') {\n return this.api.webhooks[this.path].summary;\n }\n\n return undefined;\n }\n\n getDescription(): string {\n if (this.schema?.description && typeof this.schema.description === 'string') {\n return this.schema.description;\n } else if (\n this.api.webhooks[this.path].description &&\n typeof this.api.webhooks[this.path].description === 'string'\n ) {\n return this.api.webhooks[this.path].description;\n }\n\n return undefined;\n }\n}\n"],"mappings":"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","names":[]}
@@ -1,14 +1,14 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
3
 
4
- var _chunkURXLIMMMcjs = require('./chunk-URXLIMMM.cjs');
4
+ var _chunkMW5BWU34cjs = require('./chunk-MW5BWU34.cjs');
5
5
 
6
6
 
7
7
 
8
- var _chunkTDI4MZLIcjs = require('./chunk-TDI4MZLI.cjs');
8
+ var _chunkUW57LXCEcjs = require('./chunk-UW57LXCE.cjs');
9
9
 
10
10
 
11
- var _chunkOJBEY3IBcjs = require('./chunk-OJBEY3IB.cjs');
11
+ var _chunkN4TGMVNAcjs = require('./chunk-N4TGMVNA.cjs');
12
12
 
13
13
 
14
14
 
@@ -44,7 +44,7 @@ function getKey(user, scheme) {
44
44
  }
45
45
  }
46
46
  function getByScheme(user, scheme = {}, selectedApp) {
47
- if (_optionalChain([user, 'optionalAccess', _ => _.keys]) && user.keys.length) {
47
+ if (_optionalChain([user, 'optionalAccess', _ => _.keys, 'optionalAccess', _2 => _2.length])) {
48
48
  if (selectedApp) {
49
49
  return getKey(
50
50
  user.keys.find((key) => key.name === selectedApp),
@@ -56,7 +56,7 @@ function getByScheme(user, scheme = {}, selectedApp) {
56
56
  return getKey(user, scheme);
57
57
  }
58
58
  function getAuth(api, user, selectedApp) {
59
- return Object.keys(_optionalChain([api, 'optionalAccess', _2 => _2.components, 'optionalAccess', _3 => _3.securitySchemes]) || {}).map((scheme) => {
59
+ return Object.keys(_optionalChain([api, 'optionalAccess', _3 => _3.components, 'optionalAccess', _4 => _4.securitySchemes]) || {}).map((scheme) => {
60
60
  return {
61
61
  [scheme]: getByScheme(
62
62
  user,
@@ -136,7 +136,7 @@ function generatePathMatches(paths, pathName, origin) {
136
136
  const matchStatement = _pathtoregexp.match.call(void 0, cleanedPath, { decode: decodeURIComponent });
137
137
  matchResult = matchStatement(prunedPathName);
138
138
  } catch (err) {
139
- return;
139
+ return false;
140
140
  }
141
141
  const slugs = {};
142
142
  if (matchResult && Object.keys(matchResult.params).length) {
@@ -211,9 +211,10 @@ var Oas = class _Oas {
211
211
  */
212
212
  constructor(oas, user) {
213
213
  if (typeof oas === "string") {
214
- oas = JSON.parse(oas);
214
+ this.api = JSON.parse(oas) || {};
215
+ } else {
216
+ this.api = oas || {};
215
217
  }
216
- this.api = oas || {};
217
218
  this.user = user || {};
218
219
  this.promises = [];
219
220
  this.dereferencing = {
@@ -286,13 +287,13 @@ var Oas = class _Oas {
286
287
  key
287
288
  };
288
289
  }
289
- const variable = _optionalChain([variables, 'optionalAccess', _4 => _4[value]]);
290
+ const variable = _optionalChain([variables, 'optionalAccess', _5 => _5[value]]);
290
291
  return {
291
292
  type: "variable",
292
293
  value,
293
294
  key,
294
- description: _optionalChain([variable, 'optionalAccess', _5 => _5.description]),
295
- enum: _optionalChain([variable, 'optionalAccess', _6 => _6.enum])
295
+ description: _optionalChain([variable, 'optionalAccess', _6 => _6.description]),
296
+ enum: _optionalChain([variable, 'optionalAccess', _7 => _7.enum])
296
297
  };
297
298
  });
298
299
  }
@@ -380,15 +381,15 @@ var Oas = class _Oas {
380
381
  };
381
382
  if (opts.isWebhook) {
382
383
  const api = this.api;
383
- if (_optionalChain([api, 'optionalAccess', _7 => _7.webhooks, 'access', _8 => _8[path], 'optionalAccess', _9 => _9[method]])) {
384
+ if (_optionalChain([api, 'optionalAccess', _8 => _8.webhooks, 'access', _9 => _9[path], 'optionalAccess', _10 => _10[method]])) {
384
385
  operation = api.webhooks[path][method];
385
- return new (0, _chunkURXLIMMMcjs.Webhook)(api, path, method, operation);
386
+ return new (0, _chunkMW5BWU34cjs.Webhook)(api, path, method, operation);
386
387
  }
387
388
  }
388
- if (_optionalChain([this, 'optionalAccess', _10 => _10.api, 'optionalAccess', _11 => _11.paths, 'optionalAccess', _12 => _12[path], 'optionalAccess', _13 => _13[method]])) {
389
+ if (_optionalChain([this, 'optionalAccess', _11 => _11.api, 'optionalAccess', _12 => _12.paths, 'optionalAccess', _13 => _13[path], 'optionalAccess', _14 => _14[method]])) {
389
390
  operation = this.api.paths[path][method];
390
391
  }
391
- return new (0, _chunkURXLIMMMcjs.Operation)(this.api, path, method, operation);
392
+ return new (0, _chunkMW5BWU34cjs.Operation)(this.api, path, method, operation);
392
393
  }
393
394
  findOperationMatches(url) {
394
395
  const { origin, hostname } = new URL(url);
@@ -521,7 +522,7 @@ var Oas = class _Oas {
521
522
  * @param selectedApp The user app to retrieve an auth key for.
522
523
  */
523
524
  getAuth(user, selectedApp) {
524
- if (!_optionalChain([this, 'access', _14 => _14.api, 'optionalAccess', _15 => _15.components, 'optionalAccess', _16 => _16.securitySchemes])) {
525
+ if (!_optionalChain([this, 'access', _15 => _15.api, 'optionalAccess', _16 => _16.components, 'optionalAccess', _17 => _17.securitySchemes])) {
525
526
  return {};
526
527
  }
527
528
  return getAuth(this.api, user, selectedApp);
@@ -541,10 +542,10 @@ var Oas = class _Oas {
541
542
  }
542
543
  paths[path] = {};
543
544
  if ("$ref" in this.api.paths[path]) {
544
- this.api.paths[path] = _chunkTDI4MZLIcjs.findSchemaDefinition.call(void 0, this.api.paths[path].$ref, this.api);
545
+ this.api.paths[path] = _chunkUW57LXCEcjs.findSchemaDefinition.call(void 0, this.api.paths[path].$ref, this.api);
545
546
  }
546
547
  Object.keys(this.api.paths[path]).forEach((method) => {
547
- if (!_chunkTDI4MZLIcjs.supportedMethods.includes(method)) return;
548
+ if (!_chunkUW57LXCEcjs.supportedMethods.includes(method)) return;
548
549
  paths[path][method] = this.operation(path, method);
549
550
  });
550
551
  });
@@ -578,7 +579,7 @@ var Oas = class _Oas {
578
579
  */
579
580
  getTags(setIfMissing = false) {
580
581
  const allTags = /* @__PURE__ */ new Set();
581
- const oasTags = _optionalChain([this, 'access', _17 => _17.api, 'access', _18 => _18.tags, 'optionalAccess', _19 => _19.map, 'call', _20 => _20((tag) => {
582
+ const oasTags = _optionalChain([this, 'access', _18 => _18.api, 'access', _19 => _19.tags, 'optionalAccess', _20 => _20.map, 'call', _21 => _21((tag) => {
582
583
  return tag.name;
583
584
  })]) || [];
584
585
  const disableTagSorting = _chunkXS7VDTTTcjs.getExtension.call(void 0, "disable-tag-sorting", this.api);
@@ -737,9 +738,9 @@ var Oas = class _Oas {
737
738
  }
738
739
  this.dereferencing.processing = true;
739
740
  const { api, promises } = this;
740
- if (api.components && api.components.schemas && typeof api.components.schemas === "object") {
741
+ if (_optionalChain([api, 'optionalAccess', _22 => _22.components, 'optionalAccess', _23 => _23.schemas]) && typeof api.components.schemas === "object") {
741
742
  Object.keys(api.components.schemas).forEach((schemaName) => {
742
- if (_chunkOJBEY3IBcjs.isPrimitive.call(void 0, api.components.schemas[schemaName]) || Array.isArray(api.components.schemas[schemaName]) || api.components.schemas[schemaName] === null) {
743
+ if (_chunkN4TGMVNAcjs.isPrimitive.call(void 0, api.components.schemas[schemaName]) || Array.isArray(api.components.schemas[schemaName]) || api.components.schemas[schemaName] === null) {
743
744
  return;
744
745
  }
745
746
  if (opts.preserveRefAsJSONSchemaTitle) {
@@ -783,4 +784,4 @@ var Oas = class _Oas {
783
784
 
784
785
 
785
786
  exports.Oas = Oas;
786
- //# sourceMappingURL=chunk-BLQKFBR2.cjs.map
787
+ //# sourceMappingURL=chunk-64CLCOBW.cjs.map