@kubb/plugin-oas 2.23.3 → 2.24.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.
- package/dist/{OperationGenerator-BHo9OWOG.d.cts → OperationGenerator-BV6QRtkW.d.cts} +1 -1
- package/dist/{OperationGenerator-8DNneYd8.d.ts → OperationGenerator-DO5tNGuT.d.ts} +1 -1
- package/dist/{chunk-MGYAQYEJ.cjs → chunk-CCPZYOTX.cjs} +21 -21
- package/dist/{chunk-MGYAQYEJ.cjs.map → chunk-CCPZYOTX.cjs.map} +1 -1
- package/dist/{chunk-RHYPAOPC.cjs → chunk-CO7DS2KL.cjs} +10 -9
- package/dist/chunk-CO7DS2KL.cjs.map +1 -0
- package/dist/{chunk-A3WQC2W4.js → chunk-EK7UO5ZW.js} +9 -8
- package/dist/chunk-EK7UO5ZW.js.map +1 -0
- package/dist/{chunk-BHZ2JLII.js → chunk-KI3GNEKH.js} +3 -3
- package/dist/{chunk-XLD55IDD.js → chunk-LRJFQCDO.js} +3 -3
- package/dist/{chunk-XLD55IDD.js.map → chunk-LRJFQCDO.js.map} +1 -1
- package/dist/{chunk-RVN5S6IO.cjs → chunk-PFN2GSIC.cjs} +3 -3
- package/dist/{chunk-RVN5S6IO.cjs.map → chunk-PFN2GSIC.cjs.map} +1 -1
- package/dist/{chunk-X4FQVIUP.cjs → chunk-TL7TBM2U.cjs} +23 -23
- package/dist/{chunk-X4FQVIUP.cjs.map → chunk-TL7TBM2U.cjs.map} +1 -1
- package/dist/{chunk-N2ZYOPZO.js → chunk-UZLE6NIY.js} +2 -2
- package/dist/components.cjs +5 -5
- package/dist/components.d.cts +2 -2
- package/dist/components.d.ts +2 -2
- package/dist/components.js +3 -3
- package/dist/hooks.cjs +13 -13
- package/dist/hooks.d.cts +1 -1
- package/dist/hooks.d.ts +1 -1
- package/dist/hooks.js +3 -3
- package/dist/index.cjs +22 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +7 -6
- package/dist/index.js.map +1 -1
- package/dist/{types-BMBTfHxe.d.ts → types-Db0qp8u-.d.cts} +2 -1
- package/dist/{types-BMBTfHxe.d.cts → types-Db0qp8u-.d.ts} +2 -1
- package/dist/utils.cjs +10 -9
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.cts +3 -3
- package/dist/utils.d.ts +3 -3
- package/dist/utils.js +4 -3
- package/dist/utils.js.map +1 -1
- package/package.json +11 -11
- package/src/plugin.ts +3 -2
- package/src/types.ts +2 -1
- package/src/utils/getParams.ts +2 -1
- package/src/utils/parseFromConfig.ts +7 -7
- package/dist/chunk-A3WQC2W4.js.map +0 -1
- package/dist/chunk-RHYPAOPC.cjs.map +0 -1
- /package/dist/{chunk-BHZ2JLII.js.map → chunk-KI3GNEKH.js.map} +0 -0
- /package/dist/{chunk-N2ZYOPZO.js.map → chunk-UZLE6NIY.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
getSchemaFactory,
|
|
6
6
|
getSchemas,
|
|
7
7
|
init_esm_shims
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-LRJFQCDO.js";
|
|
9
9
|
|
|
10
10
|
// src/SchemaMapper.ts
|
|
11
11
|
init_esm_shims();
|
|
@@ -692,4 +692,4 @@ export {
|
|
|
692
692
|
isKeyword,
|
|
693
693
|
SchemaGenerator
|
|
694
694
|
};
|
|
695
|
-
//# sourceMappingURL=chunk-
|
|
695
|
+
//# sourceMappingURL=chunk-UZLE6NIY.js.map
|
package/dist/components.cjs
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('./chunk-
|
|
5
|
+
var _chunkTL7TBM2Ucjs = require('./chunk-TL7TBM2U.cjs');
|
|
6
|
+
require('./chunk-CCPZYOTX.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkPFN2GSICcjs = require('./chunk-PFN2GSIC.cjs');
|
|
10
10
|
|
|
11
11
|
// src/components/index.ts
|
|
12
|
-
|
|
12
|
+
_chunkPFN2GSICcjs.init_cjs_shims.call(void 0, );
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.Oas =
|
|
17
|
+
exports.Oas = _chunkTL7TBM2Ucjs.Oas; exports.Operation = _chunkTL7TBM2Ucjs.Operation; exports.Schema = _chunkTL7TBM2Ucjs.Schema;
|
|
18
18
|
//# sourceMappingURL=components.cjs.map
|
package/dist/components.d.cts
CHANGED
|
@@ -2,11 +2,11 @@ import { S as Schema } from './Schema-FGI5VPqc.cjs';
|
|
|
2
2
|
import * as react from 'react';
|
|
3
3
|
import { Operation as Operation$1, Oas as Oas$1 } from '@kubb/oas';
|
|
4
4
|
import { KubbNode } from '@kubb/react';
|
|
5
|
-
import { a as OperationGenerator } from './OperationGenerator-
|
|
5
|
+
import { a as OperationGenerator } from './OperationGenerator-BV6QRtkW.cjs';
|
|
6
6
|
import './SchemaMapper-CsBQ6eEx.cjs';
|
|
7
7
|
import '@kubb/fs/types';
|
|
8
8
|
import '@kubb/core';
|
|
9
|
-
import './types-
|
|
9
|
+
import './types-Db0qp8u-.cjs';
|
|
10
10
|
import '@kubb/oas/parser';
|
|
11
11
|
|
|
12
12
|
type Props$1 = {
|
package/dist/components.d.ts
CHANGED
|
@@ -2,11 +2,11 @@ import { S as Schema } from './Schema-D41ItX9C.js';
|
|
|
2
2
|
import * as react from 'react';
|
|
3
3
|
import { Operation as Operation$1, Oas as Oas$1 } from '@kubb/oas';
|
|
4
4
|
import { KubbNode } from '@kubb/react';
|
|
5
|
-
import { a as OperationGenerator } from './OperationGenerator-
|
|
5
|
+
import { a as OperationGenerator } from './OperationGenerator-DO5tNGuT.js';
|
|
6
6
|
import './SchemaMapper-CsBQ6eEx.js';
|
|
7
7
|
import '@kubb/fs/types';
|
|
8
8
|
import '@kubb/core';
|
|
9
|
-
import './types-
|
|
9
|
+
import './types-Db0qp8u-.js';
|
|
10
10
|
import '@kubb/oas/parser';
|
|
11
11
|
|
|
12
12
|
type Props$1 = {
|
package/dist/components.js
CHANGED
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
Oas,
|
|
3
3
|
Operation,
|
|
4
4
|
Schema
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-KI3GNEKH.js";
|
|
6
|
+
import "./chunk-UZLE6NIY.js";
|
|
7
7
|
import {
|
|
8
8
|
init_esm_shims
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-LRJFQCDO.js";
|
|
10
10
|
|
|
11
11
|
// src/components/index.ts
|
|
12
12
|
init_esm_shims();
|
package/dist/hooks.cjs
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('./chunk-
|
|
5
|
+
var _chunkTL7TBM2Ucjs = require('./chunk-TL7TBM2U.cjs');
|
|
6
|
+
require('./chunk-CCPZYOTX.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkPFN2GSICcjs = require('./chunk-PFN2GSIC.cjs');
|
|
10
10
|
|
|
11
11
|
// src/hooks/index.ts
|
|
12
|
-
|
|
12
|
+
_chunkPFN2GSICcjs.init_cjs_shims.call(void 0, );
|
|
13
13
|
|
|
14
14
|
// src/hooks/useOas.ts
|
|
15
|
-
|
|
15
|
+
_chunkPFN2GSICcjs.init_cjs_shims.call(void 0, );
|
|
16
16
|
var _react = require('@kubb/react');
|
|
17
17
|
function useOas() {
|
|
18
|
-
const { oas } = _react.useContext.call(void 0,
|
|
18
|
+
const { oas } = _react.useContext.call(void 0, _chunkTL7TBM2Ucjs.Oas.Context);
|
|
19
19
|
if (!oas) {
|
|
20
20
|
throw new Error("Oas is not defined");
|
|
21
21
|
}
|
|
@@ -23,10 +23,10 @@ function useOas() {
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
// src/hooks/useOperation.ts
|
|
26
|
-
|
|
26
|
+
_chunkPFN2GSICcjs.init_cjs_shims.call(void 0, );
|
|
27
27
|
|
|
28
28
|
function useOperation() {
|
|
29
|
-
const { operation } = _react.useContext.call(void 0,
|
|
29
|
+
const { operation } = _react.useContext.call(void 0, _chunkTL7TBM2Ucjs.Operation.Context);
|
|
30
30
|
if (!operation) {
|
|
31
31
|
throw new Error("Operation is not defined");
|
|
32
32
|
}
|
|
@@ -34,11 +34,11 @@ function useOperation() {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
// src/hooks/useOperationManager.ts
|
|
37
|
-
|
|
37
|
+
_chunkPFN2GSICcjs.init_cjs_shims.call(void 0, );
|
|
38
38
|
|
|
39
39
|
function useOperationManager() {
|
|
40
40
|
const { plugin, pluginManager } = _react.useApp.call(void 0, );
|
|
41
|
-
const { generator } = _react.useContext.call(void 0,
|
|
41
|
+
const { generator } = _react.useContext.call(void 0, _chunkTL7TBM2Ucjs.Oas.Context);
|
|
42
42
|
if (!generator) {
|
|
43
43
|
throw new Error(`'generator' is not defined`);
|
|
44
44
|
}
|
|
@@ -139,10 +139,10 @@ function useOperationManager() {
|
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
// src/hooks/useOperations.ts
|
|
142
|
-
|
|
142
|
+
_chunkPFN2GSICcjs.init_cjs_shims.call(void 0, );
|
|
143
143
|
|
|
144
144
|
function useOperations({ method, path } = {}) {
|
|
145
|
-
const { operations } = _react.useContext.call(void 0,
|
|
145
|
+
const { operations } = _react.useContext.call(void 0, _chunkTL7TBM2Ucjs.Oas.Context);
|
|
146
146
|
if (!operations) {
|
|
147
147
|
throw new Error("Operations is not defined");
|
|
148
148
|
}
|
|
@@ -161,5 +161,5 @@ function useOperations({ method, path } = {}) {
|
|
|
161
161
|
|
|
162
162
|
|
|
163
163
|
|
|
164
|
-
exports.useOas = useOas; exports.useOperation = useOperation; exports.useOperationManager = useOperationManager; exports.useOperations = useOperations; exports.useSchema =
|
|
164
|
+
exports.useOas = useOas; exports.useOperation = useOperation; exports.useOperationManager = useOperationManager; exports.useOperations = useOperations; exports.useSchema = _chunkTL7TBM2Ucjs.useSchema;
|
|
165
165
|
//# sourceMappingURL=hooks.cjs.map
|
package/dist/hooks.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Oas, Operation, HttpMethod } from '@kubb/oas';
|
|
2
2
|
import { Plugin, ResolveNameParams, FileMetaBase } from '@kubb/core';
|
|
3
3
|
import * as KubbFile from '@kubb/fs/types';
|
|
4
|
-
import { f as OperationSchemas } from './types-
|
|
4
|
+
import { f as OperationSchemas } from './types-Db0qp8u-.cjs';
|
|
5
5
|
import { a as SchemaContextProps } from './Schema-FGI5VPqc.cjs';
|
|
6
6
|
import '@kubb/oas/parser';
|
|
7
7
|
import 'react';
|
package/dist/hooks.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Oas, Operation, HttpMethod } from '@kubb/oas';
|
|
2
2
|
import { Plugin, ResolveNameParams, FileMetaBase } from '@kubb/core';
|
|
3
3
|
import * as KubbFile from '@kubb/fs/types';
|
|
4
|
-
import { f as OperationSchemas } from './types-
|
|
4
|
+
import { f as OperationSchemas } from './types-Db0qp8u-.js';
|
|
5
5
|
import { a as SchemaContextProps } from './Schema-D41ItX9C.js';
|
|
6
6
|
import '@kubb/oas/parser';
|
|
7
7
|
import 'react';
|
package/dist/hooks.js
CHANGED
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
Oas,
|
|
3
3
|
Operation,
|
|
4
4
|
useSchema
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-KI3GNEKH.js";
|
|
6
|
+
import "./chunk-UZLE6NIY.js";
|
|
7
7
|
import {
|
|
8
8
|
init_esm_shims
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-LRJFQCDO.js";
|
|
10
10
|
|
|
11
11
|
// src/hooks/index.ts
|
|
12
12
|
init_esm_shims();
|
package/dist/index.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 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
|
-
var
|
|
3
|
+
var _chunkCO7DS2KLcjs = require('./chunk-CO7DS2KL.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkCCPZYOTXcjs = require('./chunk-CCPZYOTX.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -13,13 +13,13 @@ var _chunkMGYAQYEJcjs = require('./chunk-MGYAQYEJ.cjs');
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkPFN2GSICcjs = require('./chunk-PFN2GSIC.cjs');
|
|
17
17
|
|
|
18
18
|
// src/index.ts
|
|
19
|
-
|
|
19
|
+
_chunkPFN2GSICcjs.init_cjs_shims.call(void 0, );
|
|
20
20
|
|
|
21
21
|
// src/plugin.ts
|
|
22
|
-
|
|
22
|
+
_chunkPFN2GSICcjs.init_cjs_shims.call(void 0, );
|
|
23
23
|
var _path = require('path'); var _path2 = _interopRequireDefault(_path);
|
|
24
24
|
var _core = require('@kubb/core');
|
|
25
25
|
var _transformers = require('@kubb/core/transformers'); var _transformers2 = _interopRequireDefault(_transformers);
|
|
@@ -31,11 +31,12 @@ var pluginOas = _core.createPlugin.call(void 0, (options) => {
|
|
|
31
31
|
experimentalSort: sort,
|
|
32
32
|
validate = true,
|
|
33
33
|
serverIndex = 0,
|
|
34
|
-
contentType
|
|
34
|
+
contentType,
|
|
35
|
+
oasClass
|
|
35
36
|
} = options;
|
|
36
37
|
const getOas = async ({ config, logger, formatOptions }) => {
|
|
37
38
|
try {
|
|
38
|
-
const oas = await
|
|
39
|
+
const oas = await _chunkCO7DS2KLcjs.parseFromConfig.call(void 0, config, formatOptions, oasClass);
|
|
39
40
|
if (validate) {
|
|
40
41
|
await oas.valdiate();
|
|
41
42
|
}
|
|
@@ -43,7 +44,7 @@ var pluginOas = _core.createPlugin.call(void 0, (options) => {
|
|
|
43
44
|
} catch (e) {
|
|
44
45
|
const error = e;
|
|
45
46
|
logger.emit("warning", _optionalChain([error, 'optionalAccess', _ => _.message]));
|
|
46
|
-
return
|
|
47
|
+
return _chunkCO7DS2KLcjs.parseFromConfig.call(void 0, config, {}, oasClass);
|
|
47
48
|
}
|
|
48
49
|
};
|
|
49
50
|
return {
|
|
@@ -57,7 +58,7 @@ var pluginOas = _core.createPlugin.call(void 0, (options) => {
|
|
|
57
58
|
},
|
|
58
59
|
async getSchemas({ includes } = {}) {
|
|
59
60
|
const oas = await this.getOas();
|
|
60
|
-
return
|
|
61
|
+
return _chunkPFN2GSICcjs.getSchemas.call(void 0, { oas, contentType, includes });
|
|
61
62
|
},
|
|
62
63
|
async getBaseURL() {
|
|
63
64
|
const oasInstance = await this.getOas();
|
|
@@ -96,7 +97,7 @@ var pluginOas = _core.createPlugin.call(void 0, (options) => {
|
|
|
96
97
|
}
|
|
97
98
|
});
|
|
98
99
|
await oas.dereference();
|
|
99
|
-
const schemas =
|
|
100
|
+
const schemas = _chunkPFN2GSICcjs.getSchemas.call(void 0, { oas, contentType });
|
|
100
101
|
const mapSchema = async ([name, schema]) => {
|
|
101
102
|
const resolvedPath = this.resolvePath({
|
|
102
103
|
baseName: `${name}.json`,
|
|
@@ -126,21 +127,21 @@ var pluginOas = _core.createPlugin.call(void 0, (options) => {
|
|
|
126
127
|
});
|
|
127
128
|
|
|
128
129
|
// src/OperationGenerator.ts
|
|
129
|
-
|
|
130
|
+
_chunkPFN2GSICcjs.init_cjs_shims.call(void 0, );
|
|
130
131
|
|
|
131
132
|
|
|
132
133
|
var _operationsByMethod, _OperationGenerator_instances, getOptions_fn, isExcluded_fn, isIncluded_fn, methods_get;
|
|
133
134
|
var OperationGenerator = class extends _core.Generator {
|
|
134
135
|
constructor() {
|
|
135
136
|
super(...arguments);
|
|
136
|
-
|
|
137
|
-
|
|
137
|
+
_chunkPFN2GSICcjs.__privateAdd.call(void 0, this, _OperationGenerator_instances);
|
|
138
|
+
_chunkPFN2GSICcjs.__privateAdd.call(void 0, this, _operationsByMethod, {});
|
|
138
139
|
}
|
|
139
140
|
get operationsByMethod() {
|
|
140
|
-
return
|
|
141
|
+
return _chunkPFN2GSICcjs.__privateGet.call(void 0, this, _operationsByMethod);
|
|
141
142
|
}
|
|
142
143
|
set operationsByMethod(paths) {
|
|
143
|
-
|
|
144
|
+
_chunkPFN2GSICcjs.__privateSet.call(void 0, this, _operationsByMethod, paths);
|
|
144
145
|
}
|
|
145
146
|
getSchemas(operation, { forStatusCode, resolveName = (name) => name } = {}) {
|
|
146
147
|
const pathParamsSchema = this.context.oas.getParametersSchema(operation, "path");
|
|
@@ -223,9 +224,9 @@ var OperationGenerator = class extends _core.Generator {
|
|
|
223
224
|
const methods = Object.keys(method);
|
|
224
225
|
methods.forEach((method2) => {
|
|
225
226
|
const operation = oas.operation(path2, method2);
|
|
226
|
-
if (operation &&
|
|
227
|
-
const isExcluded =
|
|
228
|
-
const isIncluded = this.context.include ?
|
|
227
|
+
if (operation && _chunkPFN2GSICcjs.__privateGet.call(void 0, this, _OperationGenerator_instances, methods_get)[method2]) {
|
|
228
|
+
const isExcluded = _chunkPFN2GSICcjs.__privateMethod.call(void 0, this, _OperationGenerator_instances, isExcluded_fn).call(this, operation, method2);
|
|
229
|
+
const isIncluded = this.context.include ? _chunkPFN2GSICcjs.__privateMethod.call(void 0, this, _OperationGenerator_instances, isIncluded_fn).call(this, operation, method2) : true;
|
|
229
230
|
if (isIncluded && !isExcluded) {
|
|
230
231
|
if (!acc[path2]) {
|
|
231
232
|
acc[path2] = {};
|
|
@@ -246,8 +247,8 @@ var OperationGenerator = class extends _core.Generator {
|
|
|
246
247
|
const methods = this.operationsByMethod[path2] ? Object.keys(this.operationsByMethod[path2]) : [];
|
|
247
248
|
methods.forEach((method) => {
|
|
248
249
|
const { operation } = _optionalChain([this, 'access', _37 => _37.operationsByMethod, 'access', _38 => _38[path2], 'optionalAccess', _39 => _39[method]]);
|
|
249
|
-
const options =
|
|
250
|
-
const promiseMethod = _optionalChain([
|
|
250
|
+
const options = _chunkPFN2GSICcjs.__privateMethod.call(void 0, this, _OperationGenerator_instances, getOptions_fn).call(this, operation, method);
|
|
251
|
+
const promiseMethod = _optionalChain([_chunkPFN2GSICcjs.__privateGet.call(void 0, this, _OperationGenerator_instances, methods_get), 'access', _40 => _40[method], 'optionalAccess', _41 => _41.call, 'call', _42 => _42(this, operation, {
|
|
251
252
|
...this.options,
|
|
252
253
|
...options
|
|
253
254
|
})]);
|
|
@@ -402,5 +403,5 @@ var src_default = definePluginDefault;
|
|
|
402
403
|
|
|
403
404
|
|
|
404
405
|
|
|
405
|
-
exports.OperationGenerator = OperationGenerator; exports.SchemaGenerator =
|
|
406
|
+
exports.OperationGenerator = OperationGenerator; exports.SchemaGenerator = _chunkCCPZYOTXcjs.SchemaGenerator; exports.default = src_default; exports.isKeyword = _chunkCCPZYOTXcjs.isKeyword; exports.pluginOas = pluginOas; exports.pluginOasName = pluginOasName; exports.schemaKeywords = _chunkCCPZYOTXcjs.schemaKeywords;
|
|
406
407
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/kubb/kubb/packages/plugin-oas/dist/index.cjs","../src/index.ts","../src/plugin.ts","../src/OperationGenerator.ts"],"names":["path","method"],"mappings":"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","file":"/home/runner/work/kubb/kubb/packages/plugin-oas/dist/index.cjs","sourcesContent":[null,"import { pluginOas } from './plugin.ts'\n\nexport type {\n GetOperationGeneratorOptions,\n OperationMethodResult,\n} from './OperationGenerator.ts'\nexport { OperationGenerator } from './OperationGenerator.ts'\nexport { pluginOas, pluginOasName } from './plugin.ts'\nexport type {\n GetSchemaGeneratorOptions,\n SchemaGeneratorBuildOptions,\n SchemaGeneratorOptions,\n} from './SchemaGenerator.ts'\nexport type { SchemaMethodResult } from './SchemaGenerator.ts'\nexport { SchemaGenerator } from './SchemaGenerator.ts'\nexport type {\n Schema,\n SchemaKeyword,\n SchemaKeywordBase,\n SchemaKeywordMapper,\n SchemaMapper,\n} from './SchemaMapper.ts'\nexport { isKeyword, schemaKeywords } from './SchemaMapper.ts'\nexport type * from './types.ts'\n\n/**\n * @deprecated Use `import { pluginOas } from '@kubb/plugin-oas'` instead\n */\nconst definePluginDefault = pluginOas\n\nexport default definePluginDefault\n","import path from 'node:path'\n\nimport { createPlugin } from '@kubb/core'\nimport { camelCase } from '@kubb/core/transformers'\n\nimport { getSchemas } from './utils/getSchemas.ts'\n\nimport type { Config } from '@kubb/core'\nimport type { Logger } from '@kubb/core/logger'\nimport type { Oas, OasTypes } from '@kubb/oas'\nimport type { FormatOptions } from '@kubb/oas/parser'\nimport type { PluginOas } from './types.ts'\nimport { parseFromConfig } from './utils/parseFromConfig.ts'\n\nexport const pluginOasName = 'plugin-oas' satisfies PluginOas['name']\n\nexport const pluginOas = createPlugin<PluginOas>((options) => {\n const {\n output = { path: 'schemas', export: false },\n experimentalFilter: filter,\n experimentalSort: sort,\n validate = true,\n serverIndex = 0,\n contentType,\n } = options\n\n const getOas = async ({ config, logger, formatOptions }: { config: Config; logger: Logger; formatOptions?: FormatOptions }): Promise<Oas> => {\n try {\n // needs to be in a different variable or the catch here will not work(return of a promise instead)\n const oas = await parseFromConfig(config, formatOptions)\n\n if (validate) {\n await oas.valdiate()\n }\n\n return oas\n } catch (e) {\n const error = e as Error\n\n logger.emit('warning', error?.message)\n return parseFromConfig(config)\n }\n }\n\n return {\n name: pluginOasName,\n options,\n\n api() {\n const { config, logger } = this\n\n return {\n getOas(formatOptions) {\n return getOas({ config, logger, formatOptions })\n },\n async getSchemas({ includes } = {}) {\n const oas = await this.getOas()\n return getSchemas({ oas, contentType, includes })\n },\n async getBaseURL() {\n const oasInstance = await this.getOas()\n const baseURL = oasInstance.api.servers?.at(serverIndex)?.url\n return baseURL\n },\n contentType,\n }\n },\n resolvePath(baseName) {\n if (output === false) {\n return undefined\n }\n\n const root = path.resolve(this.config.root, this.config.output.path)\n\n return path.resolve(root, output.path, baseName)\n },\n resolveName(name, type) {\n return camelCase(name, { isFile: type === 'file' })\n },\n async writeFile(path, source) {\n if (!path.endsWith('.json') || !source) {\n return\n }\n\n return this.fileManager.write(path, source, { sanity: false })\n },\n async buildStart() {\n if (!output) {\n return\n }\n\n const oas = await getOas({\n config: this.config,\n logger: this.logger,\n formatOptions: {\n filterSet: filter,\n sortSet: sort,\n },\n })\n await oas.dereference()\n const schemas = getSchemas({ oas, contentType })\n\n const mapSchema = async ([name, schema]: [string, OasTypes.SchemaObject]) => {\n const resolvedPath = this.resolvePath({\n baseName: `${name}.json`,\n pluginKey: this.plugin.key,\n })\n\n const resvoledFileName = this.resolveName({\n name: `${name}.json`,\n pluginKey: [pluginOasName],\n type: 'file',\n }) as `${string}.json`\n\n if (!resolvedPath) {\n return\n }\n\n await this.addFile({\n path: resolvedPath,\n baseName: resvoledFileName,\n source: JSON.stringify(schema),\n meta: {\n pluginKey: this.plugin.key,\n },\n })\n }\n\n const promises = Object.entries(schemas).map(mapSchema)\n await Promise.all(promises)\n },\n }\n})\n","import { type FileMetaBase, Generator } from '@kubb/core'\nimport transformers from '@kubb/core/transformers'\n\nimport type { PluginFactoryOptions, PluginManager } from '@kubb/core'\nimport type * as KubbFile from '@kubb/fs/types'\n\nimport type { Plugin } from '@kubb/core'\nimport type { HttpMethod, Oas, OasTypes, Operation, contentType } from '@kubb/oas'\nimport type { Exclude, Include, OperationSchemas, OperationsByMethod, Override } from './types.ts'\n\nexport type GetOperationGeneratorOptions<T extends OperationGenerator<any, any, any>> = T extends OperationGenerator<infer Options, any, any> ? Options : never\n\nexport type OperationMethodResult<TFileMeta extends FileMetaBase> = Promise<KubbFile.File<TFileMeta> | Array<KubbFile.File<TFileMeta>> | null>\n\ntype Context<TOptions, TPluginOptions extends PluginFactoryOptions> = {\n oas: Oas\n exclude: Array<Exclude> | undefined\n include: Array<Include> | undefined\n override: Array<Override<TOptions>> | undefined\n contentType: contentType | undefined\n pluginManager: PluginManager\n /**\n * Current plugin\n */\n plugin: Plugin<TPluginOptions>\n mode: KubbFile.Mode\n}\n\nexport abstract class OperationGenerator<\n TOptions = unknown,\n TPluginOptions extends PluginFactoryOptions = PluginFactoryOptions,\n TFileMeta extends FileMetaBase = FileMetaBase,\n> extends Generator<TOptions, Context<TOptions, TPluginOptions>> {\n #operationsByMethod: OperationsByMethod = {}\n get operationsByMethod(): OperationsByMethod {\n return this.#operationsByMethod\n }\n\n set operationsByMethod(paths: OperationsByMethod) {\n this.#operationsByMethod = paths\n }\n\n #getOptions(operation: Operation, method: HttpMethod): Partial<TOptions> {\n const { override = [] } = this.context\n\n return (\n override.find(({ pattern, type }) => {\n if (type === 'tag') {\n return !!operation.getTags()[0]?.name.match(pattern)\n }\n\n if (type === 'operationId') {\n return !!operation.getOperationId().match(pattern)\n }\n\n if (type === 'path') {\n return !!operation.path.match(pattern)\n }\n\n if (type === 'method') {\n return !!method.match(pattern)\n }\n\n return false\n })?.options || {}\n )\n }\n /**\n *\n * @deprecated\n */\n #isExcluded(operation: Operation, method: HttpMethod): boolean {\n const { exclude = [] } = this.context\n let matched = false\n\n exclude.forEach(({ pattern, type }) => {\n if (type === 'tag' && !matched) {\n matched = !!operation.getTags()[0]?.name.match(pattern)\n }\n\n if (type === 'operationId' && !matched) {\n matched = !!operation.getOperationId().match(pattern)\n }\n\n if (type === 'path' && !matched) {\n matched = !!operation.path.match(pattern)\n }\n\n if (type === 'method' && !matched) {\n matched = !!method.match(pattern)\n }\n })\n\n return matched\n }\n /**\n *\n * @deprecated\n */\n #isIncluded(operation: Operation, method: HttpMethod): boolean {\n const { include = [] } = this.context\n let matched = false\n\n include.forEach(({ pattern, type }) => {\n if (type === 'tag' && !matched) {\n matched = !!operation.getTags()[0]?.name.match(pattern)\n }\n\n if (type === 'operationId' && !matched) {\n matched = !!operation.getOperationId().match(pattern)\n }\n\n if (type === 'path' && !matched) {\n matched = !!operation.path.match(pattern)\n }\n\n if (type === 'method' && !matched) {\n matched = !!method.match(pattern)\n }\n })\n\n return matched\n }\n\n getSchemas(\n operation: Operation,\n { forStatusCode, resolveName = (name) => name }: { forStatusCode?: string | number; resolveName?: (name: string) => string } = {},\n ): OperationSchemas {\n const pathParamsSchema = this.context.oas.getParametersSchema(operation, 'path')\n const queryParamsSchema = this.context.oas.getParametersSchema(operation, 'query')\n const headerParamsSchema = this.context.oas.getParametersSchema(operation, 'header')\n const requestSchema = this.context.oas.getRequestSchema(operation)\n const responseStatusCode =\n forStatusCode || (operation.schema.responses && Object.keys(operation.schema.responses).find((key) => key.startsWith('2'))) || 200\n const responseSchema = this.context.oas.getResponseSchema(operation, responseStatusCode)\n const statusCodes = operation.getResponseStatusCodes().map((statusCode) => {\n let name = statusCode\n if (name === 'default') {\n name = 'error'\n }\n\n const schema = this.context.oas.getResponseSchema(operation, statusCode)\n\n return {\n name: resolveName(transformers.pascalCase(`${operation.getOperationId()} ${name}`)),\n description: (operation.getResponseByStatusCode(statusCode) as OasTypes.ResponseObject)?.description,\n schema,\n operation,\n operationName: transformers.pascalCase(`${operation.getOperationId()}`),\n statusCode: name === 'error' ? undefined : Number(statusCode),\n keys: schema?.properties ? Object.keys(schema.properties) : undefined,\n }\n })\n\n return {\n pathParams: pathParamsSchema\n ? {\n name: resolveName(transformers.pascalCase(`${operation.getOperationId()} PathParams`)),\n operation,\n operationName: transformers.pascalCase(`${operation.getOperationId()}`),\n schema: pathParamsSchema,\n keys: pathParamsSchema.properties ? Object.keys(pathParamsSchema.properties) : undefined,\n }\n : undefined,\n queryParams: queryParamsSchema\n ? {\n name: resolveName(transformers.pascalCase(`${operation.getOperationId()} QueryParams`)),\n operation,\n operationName: transformers.pascalCase(`${operation.getOperationId()}`),\n schema: queryParamsSchema,\n keys: queryParamsSchema.properties ? Object.keys(queryParamsSchema.properties) : [],\n }\n : undefined,\n headerParams: headerParamsSchema\n ? {\n name: resolveName(transformers.pascalCase(`${operation.getOperationId()} HeaderParams`)),\n operation,\n operationName: transformers.pascalCase(`${operation.getOperationId()}`),\n schema: headerParamsSchema,\n keys: headerParamsSchema.properties ? Object.keys(headerParamsSchema.properties) : undefined,\n }\n : undefined,\n request: requestSchema\n ? {\n name: resolveName(transformers.pascalCase(`${operation.getOperationId()} ${operation.method === 'get' ? 'queryRequest' : 'mutationRequest'}`)),\n description: (operation.schema.requestBody as OasTypes.RequestBodyObject)?.description,\n operation,\n operationName: transformers.pascalCase(`${operation.getOperationId()}`),\n schema: requestSchema,\n keys: requestSchema.properties ? Object.keys(requestSchema.properties) : undefined,\n keysToOmit: requestSchema.properties\n ? Object.keys(requestSchema.properties).filter((key) => {\n const item = requestSchema.properties?.[key] as OasTypes.SchemaObject\n\n return item?.readOnly\n })\n : undefined,\n }\n : undefined,\n response: {\n name: resolveName(transformers.pascalCase(`${operation.getOperationId()} ${operation.method === 'get' ? 'queryResponse' : 'mutationResponse'}`)),\n description: operation.getResponseAsJSONSchema(responseStatusCode)?.at(0)?.description,\n operation,\n operationName: transformers.pascalCase(`${operation.getOperationId()}`),\n schema: responseSchema,\n statusCode: Number(responseStatusCode),\n keys: responseSchema?.properties ? Object.keys(responseSchema.properties) : undefined,\n keysToOmit: responseSchema?.properties\n ? Object.keys(responseSchema.properties).filter((key) => {\n const item = responseSchema.properties?.[key] as OasTypes.SchemaObject\n return item?.writeOnly\n })\n : undefined,\n },\n errors: statusCodes.filter((item) => item.statusCode?.toString().startsWith('4') || item.statusCode?.toString().startsWith('5')),\n statusCodes,\n }\n }\n\n get #methods() {\n return {\n get: this.get,\n post: this.post,\n patch: this.patch,\n put: this.put,\n delete: this.delete,\n head: undefined,\n options: undefined,\n trace: undefined,\n } as const\n }\n\n async build(): Promise<Array<KubbFile.File<TFileMeta>>> {\n const { oas } = this.context\n\n const paths = oas.getPaths()\n this.operationsByMethod = Object.entries(paths).reduce((acc, [path, method]) => {\n const methods = Object.keys(method) as HttpMethod[]\n\n methods.forEach((method) => {\n const operation = oas.operation(path, method)\n if (operation && this.#methods[method]) {\n const isExcluded = this.#isExcluded(operation, method)\n const isIncluded = this.context.include ? this.#isIncluded(operation, method) : true\n\n if (isIncluded && !isExcluded) {\n if (!acc[path]) {\n acc[path] = {} as OperationsByMethod['get']\n }\n acc[path] = {\n ...acc[path],\n [method]: {\n operation,\n schemas: this.getSchemas(operation),\n },\n } as OperationsByMethod['get']\n }\n }\n })\n\n return acc\n }, {} as OperationsByMethod)\n\n const promises = Object.keys(this.operationsByMethod).reduce((acc, path) => {\n const methods = this.operationsByMethod[path] ? (Object.keys(this.operationsByMethod[path]!) as HttpMethod[]) : []\n\n methods.forEach((method) => {\n const { operation } = this.operationsByMethod[path]?.[method]!\n const options = this.#getOptions(operation, method)\n const promiseMethod = this.#methods[method]?.call(this, operation, {\n ...this.options,\n ...options,\n })\n const promiseOperation = this.operation.call(this, operation, {\n ...this.options,\n ...options,\n })\n\n if (promiseMethod) {\n acc.push(promiseMethod)\n }\n if (promiseOperation) {\n acc.push(promiseOperation)\n }\n })\n\n return acc\n }, [] as OperationMethodResult<TFileMeta>[])\n\n const operations = Object.values(this.operationsByMethod).map((item) => Object.values(item).map((item) => item.operation))\n\n promises.push(this.all(operations.flat().filter(Boolean), this.operationsByMethod))\n\n const files = await Promise.all(promises)\n\n // using .flat because operationGenerator[method] can return a array of files or just one file\n return files.flat().filter(Boolean)\n }\n\n /**\n * Operation\n */\n async operation(operation: Operation, options: TOptions): OperationMethodResult<TFileMeta> {\n return null\n }\n\n /**\n * GET\n */\n async get(operation: Operation, options: TOptions): OperationMethodResult<TFileMeta> {\n return null\n }\n\n /**\n * POST\n */\n async post(operation: Operation, options: TOptions): OperationMethodResult<TFileMeta> {\n return null\n }\n /**\n * PATCH\n */\n async patch(operation: Operation, options: TOptions): OperationMethodResult<TFileMeta> {\n return null\n }\n\n /**\n * PUT\n */\n async put(operation: Operation, options: TOptions): OperationMethodResult<TFileMeta> {\n return null\n }\n\n /**\n * DELETE\n */\n async delete(operation: Operation, options: TOptions): OperationMethodResult<TFileMeta> {\n return null\n }\n\n /**\n * Combination of GET, POST, PATCH, PUT, DELETE\n */\n async all(operations: Operation[], paths: OperationsByMethod): OperationMethodResult<TFileMeta> {\n return null\n }\n}\n"]}
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/kubb/kubb/packages/plugin-oas/dist/index.cjs","../src/index.ts","../src/plugin.ts","../src/OperationGenerator.ts"],"names":["path","method"],"mappings":"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","file":"/home/runner/work/kubb/kubb/packages/plugin-oas/dist/index.cjs","sourcesContent":[null,"import { pluginOas } from './plugin.ts'\n\nexport type {\n GetOperationGeneratorOptions,\n OperationMethodResult,\n} from './OperationGenerator.ts'\nexport { OperationGenerator } from './OperationGenerator.ts'\nexport { pluginOas, pluginOasName } from './plugin.ts'\nexport type {\n GetSchemaGeneratorOptions,\n SchemaGeneratorBuildOptions,\n SchemaGeneratorOptions,\n} from './SchemaGenerator.ts'\nexport type { SchemaMethodResult } from './SchemaGenerator.ts'\nexport { SchemaGenerator } from './SchemaGenerator.ts'\nexport type {\n Schema,\n SchemaKeyword,\n SchemaKeywordBase,\n SchemaKeywordMapper,\n SchemaMapper,\n} from './SchemaMapper.ts'\nexport { isKeyword, schemaKeywords } from './SchemaMapper.ts'\nexport type * from './types.ts'\n\n/**\n * @deprecated Use `import { pluginOas } from '@kubb/plugin-oas'` instead\n */\nconst definePluginDefault = pluginOas\n\nexport default definePluginDefault\n","import path from 'node:path'\n\nimport { createPlugin } from '@kubb/core'\nimport { camelCase } from '@kubb/core/transformers'\n\nimport { getSchemas } from './utils/getSchemas.ts'\n\nimport type { Config } from '@kubb/core'\nimport type { Logger } from '@kubb/core/logger'\nimport type { Oas, OasTypes } from '@kubb/oas'\nimport type { FormatOptions } from '@kubb/oas/parser'\nimport type { PluginOas } from './types.ts'\nimport { parseFromConfig } from './utils/parseFromConfig.ts'\n\nexport const pluginOasName = 'plugin-oas' satisfies PluginOas['name']\n\nexport const pluginOas = createPlugin<PluginOas>((options) => {\n const {\n output = { path: 'schemas', export: false },\n experimentalFilter: filter,\n experimentalSort: sort,\n validate = true,\n serverIndex = 0,\n contentType,\n oasClass,\n } = options\n\n const getOas = async ({ config, logger, formatOptions }: { config: Config; logger: Logger; formatOptions?: FormatOptions }): Promise<Oas> => {\n try {\n // needs to be in a different variable or the catch here will not work(return of a promise instead)\n const oas = await parseFromConfig(config, formatOptions, oasClass)\n\n if (validate) {\n await oas.valdiate()\n }\n\n return oas\n } catch (e) {\n const error = e as Error\n\n logger.emit('warning', error?.message)\n return parseFromConfig(config, {}, oasClass)\n }\n }\n\n return {\n name: pluginOasName,\n options,\n\n api() {\n const { config, logger } = this\n\n return {\n getOas(formatOptions) {\n return getOas({ config, logger, formatOptions })\n },\n async getSchemas({ includes } = {}) {\n const oas = await this.getOas()\n return getSchemas({ oas, contentType, includes })\n },\n async getBaseURL() {\n const oasInstance = await this.getOas()\n const baseURL = oasInstance.api.servers?.at(serverIndex)?.url\n return baseURL\n },\n contentType,\n }\n },\n resolvePath(baseName) {\n if (output === false) {\n return undefined\n }\n\n const root = path.resolve(this.config.root, this.config.output.path)\n\n return path.resolve(root, output.path, baseName)\n },\n resolveName(name, type) {\n return camelCase(name, { isFile: type === 'file' })\n },\n async writeFile(path, source) {\n if (!path.endsWith('.json') || !source) {\n return\n }\n\n return this.fileManager.write(path, source, { sanity: false })\n },\n async buildStart() {\n if (!output) {\n return\n }\n\n const oas = await getOas({\n config: this.config,\n logger: this.logger,\n formatOptions: {\n filterSet: filter,\n sortSet: sort,\n },\n })\n await oas.dereference()\n const schemas = getSchemas({ oas, contentType })\n\n const mapSchema = async ([name, schema]: [string, OasTypes.SchemaObject]) => {\n const resolvedPath = this.resolvePath({\n baseName: `${name}.json`,\n pluginKey: this.plugin.key,\n })\n\n const resvoledFileName = this.resolveName({\n name: `${name}.json`,\n pluginKey: [pluginOasName],\n type: 'file',\n }) as `${string}.json`\n\n if (!resolvedPath) {\n return\n }\n\n await this.addFile({\n path: resolvedPath,\n baseName: resvoledFileName,\n source: JSON.stringify(schema),\n meta: {\n pluginKey: this.plugin.key,\n },\n })\n }\n\n const promises = Object.entries(schemas).map(mapSchema)\n await Promise.all(promises)\n },\n }\n})\n","import { type FileMetaBase, Generator } from '@kubb/core'\nimport transformers from '@kubb/core/transformers'\n\nimport type { PluginFactoryOptions, PluginManager } from '@kubb/core'\nimport type * as KubbFile from '@kubb/fs/types'\n\nimport type { Plugin } from '@kubb/core'\nimport type { HttpMethod, Oas, OasTypes, Operation, contentType } from '@kubb/oas'\nimport type { Exclude, Include, OperationSchemas, OperationsByMethod, Override } from './types.ts'\n\nexport type GetOperationGeneratorOptions<T extends OperationGenerator<any, any, any>> = T extends OperationGenerator<infer Options, any, any> ? Options : never\n\nexport type OperationMethodResult<TFileMeta extends FileMetaBase> = Promise<KubbFile.File<TFileMeta> | Array<KubbFile.File<TFileMeta>> | null>\n\ntype Context<TOptions, TPluginOptions extends PluginFactoryOptions> = {\n oas: Oas\n exclude: Array<Exclude> | undefined\n include: Array<Include> | undefined\n override: Array<Override<TOptions>> | undefined\n contentType: contentType | undefined\n pluginManager: PluginManager\n /**\n * Current plugin\n */\n plugin: Plugin<TPluginOptions>\n mode: KubbFile.Mode\n}\n\nexport abstract class OperationGenerator<\n TOptions = unknown,\n TPluginOptions extends PluginFactoryOptions = PluginFactoryOptions,\n TFileMeta extends FileMetaBase = FileMetaBase,\n> extends Generator<TOptions, Context<TOptions, TPluginOptions>> {\n #operationsByMethod: OperationsByMethod = {}\n get operationsByMethod(): OperationsByMethod {\n return this.#operationsByMethod\n }\n\n set operationsByMethod(paths: OperationsByMethod) {\n this.#operationsByMethod = paths\n }\n\n #getOptions(operation: Operation, method: HttpMethod): Partial<TOptions> {\n const { override = [] } = this.context\n\n return (\n override.find(({ pattern, type }) => {\n if (type === 'tag') {\n return !!operation.getTags()[0]?.name.match(pattern)\n }\n\n if (type === 'operationId') {\n return !!operation.getOperationId().match(pattern)\n }\n\n if (type === 'path') {\n return !!operation.path.match(pattern)\n }\n\n if (type === 'method') {\n return !!method.match(pattern)\n }\n\n return false\n })?.options || {}\n )\n }\n /**\n *\n * @deprecated\n */\n #isExcluded(operation: Operation, method: HttpMethod): boolean {\n const { exclude = [] } = this.context\n let matched = false\n\n exclude.forEach(({ pattern, type }) => {\n if (type === 'tag' && !matched) {\n matched = !!operation.getTags()[0]?.name.match(pattern)\n }\n\n if (type === 'operationId' && !matched) {\n matched = !!operation.getOperationId().match(pattern)\n }\n\n if (type === 'path' && !matched) {\n matched = !!operation.path.match(pattern)\n }\n\n if (type === 'method' && !matched) {\n matched = !!method.match(pattern)\n }\n })\n\n return matched\n }\n /**\n *\n * @deprecated\n */\n #isIncluded(operation: Operation, method: HttpMethod): boolean {\n const { include = [] } = this.context\n let matched = false\n\n include.forEach(({ pattern, type }) => {\n if (type === 'tag' && !matched) {\n matched = !!operation.getTags()[0]?.name.match(pattern)\n }\n\n if (type === 'operationId' && !matched) {\n matched = !!operation.getOperationId().match(pattern)\n }\n\n if (type === 'path' && !matched) {\n matched = !!operation.path.match(pattern)\n }\n\n if (type === 'method' && !matched) {\n matched = !!method.match(pattern)\n }\n })\n\n return matched\n }\n\n getSchemas(\n operation: Operation,\n { forStatusCode, resolveName = (name) => name }: { forStatusCode?: string | number; resolveName?: (name: string) => string } = {},\n ): OperationSchemas {\n const pathParamsSchema = this.context.oas.getParametersSchema(operation, 'path')\n const queryParamsSchema = this.context.oas.getParametersSchema(operation, 'query')\n const headerParamsSchema = this.context.oas.getParametersSchema(operation, 'header')\n const requestSchema = this.context.oas.getRequestSchema(operation)\n const responseStatusCode =\n forStatusCode || (operation.schema.responses && Object.keys(operation.schema.responses).find((key) => key.startsWith('2'))) || 200\n const responseSchema = this.context.oas.getResponseSchema(operation, responseStatusCode)\n const statusCodes = operation.getResponseStatusCodes().map((statusCode) => {\n let name = statusCode\n if (name === 'default') {\n name = 'error'\n }\n\n const schema = this.context.oas.getResponseSchema(operation, statusCode)\n\n return {\n name: resolveName(transformers.pascalCase(`${operation.getOperationId()} ${name}`)),\n description: (operation.getResponseByStatusCode(statusCode) as OasTypes.ResponseObject)?.description,\n schema,\n operation,\n operationName: transformers.pascalCase(`${operation.getOperationId()}`),\n statusCode: name === 'error' ? undefined : Number(statusCode),\n keys: schema?.properties ? Object.keys(schema.properties) : undefined,\n }\n })\n\n return {\n pathParams: pathParamsSchema\n ? {\n name: resolveName(transformers.pascalCase(`${operation.getOperationId()} PathParams`)),\n operation,\n operationName: transformers.pascalCase(`${operation.getOperationId()}`),\n schema: pathParamsSchema,\n keys: pathParamsSchema.properties ? Object.keys(pathParamsSchema.properties) : undefined,\n }\n : undefined,\n queryParams: queryParamsSchema\n ? {\n name: resolveName(transformers.pascalCase(`${operation.getOperationId()} QueryParams`)),\n operation,\n operationName: transformers.pascalCase(`${operation.getOperationId()}`),\n schema: queryParamsSchema,\n keys: queryParamsSchema.properties ? Object.keys(queryParamsSchema.properties) : [],\n }\n : undefined,\n headerParams: headerParamsSchema\n ? {\n name: resolveName(transformers.pascalCase(`${operation.getOperationId()} HeaderParams`)),\n operation,\n operationName: transformers.pascalCase(`${operation.getOperationId()}`),\n schema: headerParamsSchema,\n keys: headerParamsSchema.properties ? Object.keys(headerParamsSchema.properties) : undefined,\n }\n : undefined,\n request: requestSchema\n ? {\n name: resolveName(transformers.pascalCase(`${operation.getOperationId()} ${operation.method === 'get' ? 'queryRequest' : 'mutationRequest'}`)),\n description: (operation.schema.requestBody as OasTypes.RequestBodyObject)?.description,\n operation,\n operationName: transformers.pascalCase(`${operation.getOperationId()}`),\n schema: requestSchema,\n keys: requestSchema.properties ? Object.keys(requestSchema.properties) : undefined,\n keysToOmit: requestSchema.properties\n ? Object.keys(requestSchema.properties).filter((key) => {\n const item = requestSchema.properties?.[key] as OasTypes.SchemaObject\n\n return item?.readOnly\n })\n : undefined,\n }\n : undefined,\n response: {\n name: resolveName(transformers.pascalCase(`${operation.getOperationId()} ${operation.method === 'get' ? 'queryResponse' : 'mutationResponse'}`)),\n description: operation.getResponseAsJSONSchema(responseStatusCode)?.at(0)?.description,\n operation,\n operationName: transformers.pascalCase(`${operation.getOperationId()}`),\n schema: responseSchema,\n statusCode: Number(responseStatusCode),\n keys: responseSchema?.properties ? Object.keys(responseSchema.properties) : undefined,\n keysToOmit: responseSchema?.properties\n ? Object.keys(responseSchema.properties).filter((key) => {\n const item = responseSchema.properties?.[key] as OasTypes.SchemaObject\n return item?.writeOnly\n })\n : undefined,\n },\n errors: statusCodes.filter((item) => item.statusCode?.toString().startsWith('4') || item.statusCode?.toString().startsWith('5')),\n statusCodes,\n }\n }\n\n get #methods() {\n return {\n get: this.get,\n post: this.post,\n patch: this.patch,\n put: this.put,\n delete: this.delete,\n head: undefined,\n options: undefined,\n trace: undefined,\n } as const\n }\n\n async build(): Promise<Array<KubbFile.File<TFileMeta>>> {\n const { oas } = this.context\n\n const paths = oas.getPaths()\n this.operationsByMethod = Object.entries(paths).reduce((acc, [path, method]) => {\n const methods = Object.keys(method) as HttpMethod[]\n\n methods.forEach((method) => {\n const operation = oas.operation(path, method)\n if (operation && this.#methods[method]) {\n const isExcluded = this.#isExcluded(operation, method)\n const isIncluded = this.context.include ? this.#isIncluded(operation, method) : true\n\n if (isIncluded && !isExcluded) {\n if (!acc[path]) {\n acc[path] = {} as OperationsByMethod['get']\n }\n acc[path] = {\n ...acc[path],\n [method]: {\n operation,\n schemas: this.getSchemas(operation),\n },\n } as OperationsByMethod['get']\n }\n }\n })\n\n return acc\n }, {} as OperationsByMethod)\n\n const promises = Object.keys(this.operationsByMethod).reduce((acc, path) => {\n const methods = this.operationsByMethod[path] ? (Object.keys(this.operationsByMethod[path]!) as HttpMethod[]) : []\n\n methods.forEach((method) => {\n const { operation } = this.operationsByMethod[path]?.[method]!\n const options = this.#getOptions(operation, method)\n const promiseMethod = this.#methods[method]?.call(this, operation, {\n ...this.options,\n ...options,\n })\n const promiseOperation = this.operation.call(this, operation, {\n ...this.options,\n ...options,\n })\n\n if (promiseMethod) {\n acc.push(promiseMethod)\n }\n if (promiseOperation) {\n acc.push(promiseOperation)\n }\n })\n\n return acc\n }, [] as OperationMethodResult<TFileMeta>[])\n\n const operations = Object.values(this.operationsByMethod).map((item) => Object.values(item).map((item) => item.operation))\n\n promises.push(this.all(operations.flat().filter(Boolean), this.operationsByMethod))\n\n const files = await Promise.all(promises)\n\n // using .flat because operationGenerator[method] can return a array of files or just one file\n return files.flat().filter(Boolean)\n }\n\n /**\n * Operation\n */\n async operation(operation: Operation, options: TOptions): OperationMethodResult<TFileMeta> {\n return null\n }\n\n /**\n * GET\n */\n async get(operation: Operation, options: TOptions): OperationMethodResult<TFileMeta> {\n return null\n }\n\n /**\n * POST\n */\n async post(operation: Operation, options: TOptions): OperationMethodResult<TFileMeta> {\n return null\n }\n /**\n * PATCH\n */\n async patch(operation: Operation, options: TOptions): OperationMethodResult<TFileMeta> {\n return null\n }\n\n /**\n * PUT\n */\n async put(operation: Operation, options: TOptions): OperationMethodResult<TFileMeta> {\n return null\n }\n\n /**\n * DELETE\n */\n async delete(operation: Operation, options: TOptions): OperationMethodResult<TFileMeta> {\n return null\n }\n\n /**\n * Combination of GET, POST, PATCH, PUT, DELETE\n */\n async all(operations: Operation[], paths: OperationsByMethod): OperationMethodResult<TFileMeta> {\n return null\n }\n}\n"]}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _kubb_core from '@kubb/core';
|
|
2
2
|
import { FileMetaBase, ResolveNameParams, PluginFactoryOptions, Generator, PluginManager, Plugin } from '@kubb/core';
|
|
3
|
-
import { O as Options, P as PluginOas, a as OperationSchema, R as Refs, b as Override } from './types-
|
|
4
|
-
export { A as API, E as Exclude, I as Include, f as OperationSchemas, g as OperationsByMethod, d as Ref, c as ResolvePathOptions, e as Resolver } from './types-
|
|
5
|
-
export { G as GetOperationGeneratorOptions, a as OperationGenerator, O as OperationMethodResult } from './OperationGenerator-
|
|
3
|
+
import { O as Options, P as PluginOas, a as OperationSchema, R as Refs, b as Override } from './types-Db0qp8u-.cjs';
|
|
4
|
+
export { A as API, E as Exclude, I as Include, f as OperationSchemas, g as OperationsByMethod, d as Ref, c as ResolvePathOptions, e as Resolver } from './types-Db0qp8u-.cjs';
|
|
5
|
+
export { G as GetOperationGeneratorOptions, a as OperationGenerator, O as OperationMethodResult } from './OperationGenerator-BV6QRtkW.cjs';
|
|
6
6
|
import * as KubbFile from '@kubb/fs/types';
|
|
7
7
|
import { SchemaObject, Oas, contentType } from '@kubb/oas';
|
|
8
8
|
import { S as Schema, a as SchemaKeywordMapper } from './SchemaMapper-CsBQ6eEx.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _kubb_core from '@kubb/core';
|
|
2
2
|
import { FileMetaBase, ResolveNameParams, PluginFactoryOptions, Generator, PluginManager, Plugin } from '@kubb/core';
|
|
3
|
-
import { O as Options, P as PluginOas, a as OperationSchema, R as Refs, b as Override } from './types-
|
|
4
|
-
export { A as API, E as Exclude, I as Include, f as OperationSchemas, g as OperationsByMethod, d as Ref, c as ResolvePathOptions, e as Resolver } from './types-
|
|
5
|
-
export { G as GetOperationGeneratorOptions, a as OperationGenerator, O as OperationMethodResult } from './OperationGenerator-
|
|
3
|
+
import { O as Options, P as PluginOas, a as OperationSchema, R as Refs, b as Override } from './types-Db0qp8u-.js';
|
|
4
|
+
export { A as API, E as Exclude, I as Include, f as OperationSchemas, g as OperationsByMethod, d as Ref, c as ResolvePathOptions, e as Resolver } from './types-Db0qp8u-.js';
|
|
5
|
+
export { G as GetOperationGeneratorOptions, a as OperationGenerator, O as OperationMethodResult } from './OperationGenerator-DO5tNGuT.js';
|
|
6
6
|
import * as KubbFile from '@kubb/fs/types';
|
|
7
7
|
import { SchemaObject, Oas, contentType } from '@kubb/oas';
|
|
8
8
|
import { S as Schema, a as SchemaKeywordMapper } from './SchemaMapper-CsBQ6eEx.js';
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
parseFromConfig
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-EK7UO5ZW.js";
|
|
4
4
|
import {
|
|
5
5
|
SchemaGenerator,
|
|
6
6
|
isKeyword,
|
|
7
7
|
schemaKeywords
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-UZLE6NIY.js";
|
|
9
9
|
import {
|
|
10
10
|
__privateAdd,
|
|
11
11
|
__privateGet,
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
__privateSet,
|
|
14
14
|
getSchemas,
|
|
15
15
|
init_esm_shims
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-LRJFQCDO.js";
|
|
17
17
|
|
|
18
18
|
// src/index.ts
|
|
19
19
|
init_esm_shims();
|
|
@@ -31,11 +31,12 @@ var pluginOas = createPlugin((options) => {
|
|
|
31
31
|
experimentalSort: sort,
|
|
32
32
|
validate = true,
|
|
33
33
|
serverIndex = 0,
|
|
34
|
-
contentType
|
|
34
|
+
contentType,
|
|
35
|
+
oasClass
|
|
35
36
|
} = options;
|
|
36
37
|
const getOas = async ({ config, logger, formatOptions }) => {
|
|
37
38
|
try {
|
|
38
|
-
const oas = await parseFromConfig(config, formatOptions);
|
|
39
|
+
const oas = await parseFromConfig(config, formatOptions, oasClass);
|
|
39
40
|
if (validate) {
|
|
40
41
|
await oas.valdiate();
|
|
41
42
|
}
|
|
@@ -43,7 +44,7 @@ var pluginOas = createPlugin((options) => {
|
|
|
43
44
|
} catch (e) {
|
|
44
45
|
const error = e;
|
|
45
46
|
logger.emit("warning", error?.message);
|
|
46
|
-
return parseFromConfig(config);
|
|
47
|
+
return parseFromConfig(config, {}, oasClass);
|
|
47
48
|
}
|
|
48
49
|
};
|
|
49
50
|
return {
|