@genapi/presets 3.7.0 → 4.0.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/README.md +108 -0
- package/dist/_shared/schema/compiler.d.mts +10 -0
- package/dist/_shared/schema/compiler.mjs +68 -0
- package/dist/_shared/schema/config.d.mts +12 -0
- package/dist/_shared/schema/config.mjs +45 -0
- package/dist/_shared/schema/index.d.mts +4 -0
- package/dist/_shared/schema/index.mjs +5 -0
- package/dist/_shared/schema/parser.d.mts +14 -0
- package/dist/_shared/schema/parser.mjs +49 -0
- package/dist/axios/index.d.mts +8 -8
- package/dist/axios/index.mjs +11 -8
- package/dist/axios/js/config/index.d.mts +4 -1
- package/dist/axios/js/config/index.mjs +18 -1
- package/dist/axios/js/index.d.mts +16 -3
- package/dist/axios/js/index.mjs +16 -4
- package/dist/axios/js/parser/index.d.mts +5 -2
- package/dist/axios/js/parser/index.mjs +38 -2
- package/dist/axios/ts/config/index.d.mts +4 -1
- package/dist/axios/ts/config/index.mjs +20 -1
- package/dist/axios/ts/index.d.mts +16 -3
- package/dist/axios/ts/index.mjs +16 -4
- package/dist/axios/ts/parser/index.d.mts +5 -2
- package/dist/axios/ts/parser/index.mjs +37 -2
- package/dist/chunk-DQk6qfdC.mjs +18 -0
- package/dist/fetch/index.d.mts +9 -8
- package/dist/fetch/index.mjs +13 -8
- package/dist/fetch/js/config/index.d.mts +4 -1
- package/dist/fetch/js/config/index.mjs +12 -1
- package/dist/fetch/js/index.d.mts +16 -3
- package/dist/fetch/js/index.mjs +16 -4
- package/dist/fetch/js/parser/index.d.mts +5 -2
- package/dist/fetch/js/parser/index.mjs +52 -2
- package/dist/fetch/schema/compiler/index.d.mts +6 -0
- package/dist/fetch/schema/compiler/index.mjs +7 -0
- package/dist/fetch/schema/config/index.d.mts +6 -0
- package/dist/fetch/schema/config/index.mjs +7 -0
- package/dist/fetch/schema/index.d.mts +19 -0
- package/dist/fetch/schema/index.mjs +18 -0
- package/dist/fetch/schema/parser/index.d.mts +2 -0
- package/dist/fetch/schema/parser/index.mjs +3 -0
- package/dist/fetch/ts/config/index.d.mts +4 -1
- package/dist/fetch/ts/config/index.mjs +10 -1
- package/dist/fetch/ts/index.d.mts +16 -3
- package/dist/fetch/ts/index.mjs +16 -4
- package/dist/fetch/ts/parser/index.d.mts +5 -2
- package/dist/fetch/ts/parser/index.mjs +47 -2
- package/dist/got/index.d.mts +8 -8
- package/dist/got/index.mjs +11 -8
- package/dist/got/js/config/index.d.mts +4 -1
- package/dist/got/js/config/index.mjs +18 -1
- package/dist/got/js/index.d.mts +16 -3
- package/dist/got/js/index.mjs +16 -4
- package/dist/got/js/parser/index.d.mts +5 -2
- package/dist/got/js/parser/index.mjs +44 -2
- package/dist/got/ts/config/index.d.mts +4 -1
- package/dist/got/ts/config/index.mjs +20 -1
- package/dist/got/ts/index.d.mts +16 -3
- package/dist/got/ts/index.mjs +16 -4
- package/dist/got/ts/parser/index.d.mts +5 -2
- package/dist/got/ts/parser/index.mjs +44 -2
- package/dist/index.d.mts +21 -50
- package/dist/index.mjs +15 -43
- package/dist/ky/index.d.mts +8 -8
- package/dist/ky/index.mjs +11 -8
- package/dist/ky/js/config/index.d.mts +4 -1
- package/dist/ky/js/config/index.mjs +18 -1
- package/dist/ky/js/index.d.mts +16 -3
- package/dist/ky/js/index.mjs +16 -4
- package/dist/ky/js/parser/index.d.mts +5 -2
- package/dist/ky/js/parser/index.mjs +44 -2
- package/dist/ky/ts/config/index.d.mts +4 -1
- package/dist/ky/ts/config/index.mjs +20 -1
- package/dist/ky/ts/index.d.mts +16 -3
- package/dist/ky/ts/index.mjs +16 -4
- package/dist/ky/ts/parser/index.d.mts +5 -2
- package/dist/ky/ts/parser/index.mjs +43 -2
- package/dist/ofetch/index.d.mts +9 -8
- package/dist/ofetch/index.mjs +13 -8
- package/dist/ofetch/js/config/index.d.mts +4 -1
- package/dist/ofetch/js/config/index.mjs +18 -1
- package/dist/ofetch/js/index.d.mts +16 -3
- package/dist/ofetch/js/index.mjs +16 -4
- package/dist/ofetch/js/parser/index.d.mts +5 -2
- package/dist/ofetch/js/parser/index.mjs +42 -2
- package/dist/ofetch/schema/compiler/index.d.mts +6 -0
- package/dist/ofetch/schema/compiler/index.mjs +7 -0
- package/dist/ofetch/schema/config/index.d.mts +6 -0
- package/dist/ofetch/schema/config/index.mjs +10 -0
- package/dist/ofetch/schema/index.d.mts +19 -0
- package/dist/ofetch/schema/index.mjs +18 -0
- package/dist/ofetch/schema/parser/index.d.mts +2 -0
- package/dist/ofetch/schema/parser/index.mjs +3 -0
- package/dist/ofetch/ts/config/index.d.mts +4 -1
- package/dist/ofetch/ts/config/index.mjs +19 -1
- package/dist/ofetch/ts/index.d.mts +16 -3
- package/dist/ofetch/ts/index.mjs +16 -4
- package/dist/ofetch/ts/parser/index.d.mts +5 -2
- package/dist/ofetch/ts/parser/index.mjs +41 -2
- package/dist/{index.d-Ceqrd7FN.d.mts → tanstack/colada/config/index.d.mts} +2 -3
- package/dist/tanstack/colada/config/index.mjs +16 -0
- package/dist/tanstack/colada/index.d.mts +18 -0
- package/dist/tanstack/colada/index.mjs +17 -0
- package/dist/tanstack/colada/parser/index.d.mts +6 -0
- package/dist/tanstack/colada/parser/index.mjs +71 -0
- package/dist/tanstack/index.d.mts +10 -0
- package/dist/tanstack/index.mjs +14 -0
- package/dist/{index.d-7vIBcqWp.d.mts → tanstack/react/config/index.d.mts} +2 -3
- package/dist/tanstack/react/config/index.mjs +16 -0
- package/dist/tanstack/react/index.d.mts +18 -0
- package/dist/tanstack/react/index.mjs +17 -0
- package/dist/tanstack/react/parser/index.d.mts +6 -0
- package/dist/tanstack/react/parser/index.mjs +75 -0
- package/dist/{index.d-C5ya5SE3.d.mts → tanstack/vue/config/index.d.mts} +2 -3
- package/dist/tanstack/vue/config/index.mjs +16 -0
- package/dist/tanstack/vue/index.d.mts +18 -0
- package/dist/tanstack/vue/index.mjs +17 -0
- package/dist/tanstack/vue/parser/index.d.mts +6 -0
- package/dist/tanstack/vue/parser/index.mjs +71 -0
- package/dist/uni/index.d.mts +8 -8
- package/dist/uni/index.mjs +11 -8
- package/dist/uni/js/config/index.d.mts +4 -1
- package/dist/uni/js/config/index.mjs +18 -1
- package/dist/uni/js/index.d.mts +16 -3
- package/dist/uni/js/index.mjs +16 -4
- package/dist/uni/js/parser/index.d.mts +5 -2
- package/dist/uni/js/parser/index.mjs +38 -2
- package/dist/uni/ts/config/index.d.mts +4 -1
- package/dist/uni/ts/config/index.mjs +20 -1
- package/dist/uni/ts/index.d.mts +16 -3
- package/dist/uni/ts/index.mjs +16 -4
- package/dist/uni/ts/parser/index.d.mts +5 -2
- package/dist/uni/ts/parser/index.mjs +37 -2
- package/package.json +26 -6
- package/dist/axios-C--VNFKW.mjs +0 -13
- package/dist/chunk-BL35Yyzp.mjs +0 -12
- package/dist/config-B89EoGE7.mjs +0 -21
- package/dist/config-BGwXcXx1.mjs +0 -21
- package/dist/config-BHBub1xl.mjs +0 -12
- package/dist/config-BJZnXcL3.mjs +0 -14
- package/dist/config-C94x0Nge.mjs +0 -21
- package/dist/config-CEngTpXa.mjs +0 -21
- package/dist/config-CwmGeydd.mjs +0 -19
- package/dist/config-DdUVYIe0.mjs +0 -19
- package/dist/config-DgC2f2AO.mjs +0 -19
- package/dist/config-Dm0OCPw8.mjs +0 -19
- package/dist/config-Dn-mxTew.mjs +0 -19
- package/dist/config-aVU8JEKy.mjs +0 -21
- package/dist/fetch-TYDXDaTS.mjs +0 -13
- package/dist/got-D5A7dJdZ.mjs +0 -13
- package/dist/index.d-1kS19nJx.d.mts +0 -18
- package/dist/index.d-1qaowKKm.d.mts +0 -18
- package/dist/index.d-42t92mX0.d.mts +0 -7
- package/dist/index.d-B0xaEiBX.d.mts +0 -18
- package/dist/index.d-B1m7PaBv.d.mts +0 -14
- package/dist/index.d-B6j2V4Az.d.mts +0 -18
- package/dist/index.d-BCWDJjEV.d.mts +0 -7
- package/dist/index.d-BN2_wiGD.d.mts +0 -18
- package/dist/index.d-BNkgVflG.d.mts +0 -14
- package/dist/index.d-BY4lF6QY.d.mts +0 -7
- package/dist/index.d-BxDzXRov.d.mts +0 -12
- package/dist/index.d-BxQraJfG.d.mts +0 -18
- package/dist/index.d-Bxgqqjp3.d.mts +0 -7
- package/dist/index.d-C0EKSJ26.d.mts +0 -7
- package/dist/index.d-C6gpVbqC.d.mts +0 -12
- package/dist/index.d-CFvCqVRj.d.mts +0 -7
- package/dist/index.d-CJ27pjS6.d.mts +0 -7
- package/dist/index.d-CM3KHaZM.d.mts +0 -12
- package/dist/index.d-CTkBXgsL.d.mts +0 -7
- package/dist/index.d-CXNw0ZkA.d.mts +0 -14
- package/dist/index.d-C_cfONoz.d.mts +0 -14
- package/dist/index.d-Cgflcv1m.d.mts +0 -18
- package/dist/index.d-CmW7DwIV.d.mts +0 -18
- package/dist/index.d-DDTGaUmA.d.mts +0 -14
- package/dist/index.d-DHMHzs8Q.d.mts +0 -14
- package/dist/index.d-DJv4EMYu.d.mts +0 -7
- package/dist/index.d-DOPIfZ0r.d.mts +0 -12
- package/dist/index.d-Dd6ZDpp9.d.mts +0 -12
- package/dist/index.d-DgbGF4C3.d.mts +0 -12
- package/dist/index.d-DmOkv7N9.d.mts +0 -18
- package/dist/index.d-DpQbWiOh.d.mts +0 -14
- package/dist/index.d-Dvtsr9g-.d.mts +0 -14
- package/dist/index.d-LlaJb0pD.d.mts +0 -18
- package/dist/index.d-RZUAACu-.d.mts +0 -14
- package/dist/index.d-SxIr6Uhl.d.mts +0 -18
- package/dist/index.d-TD1X3MeU.d.mts +0 -14
- package/dist/index.d-mJ3Pcxey.d.mts +0 -14
- package/dist/index.d-mXlHJ3vm.d.mts +0 -18
- package/dist/index.d-xPgxVw9l.d.mts +0 -14
- package/dist/js-BHy43BOA.mjs +0 -19
- package/dist/js-CsFu-S2j.mjs +0 -19
- package/dist/js-SMul0x9Q.mjs +0 -19
- package/dist/js-Swp-o6ZG.mjs +0 -19
- package/dist/js-jTe7QP2M.mjs +0 -19
- package/dist/js-rCsJDgHU.mjs +0 -19
- package/dist/ky--lXnn0gU.mjs +0 -13
- package/dist/ofetch-qhtvI1gy.mjs +0 -13
- package/dist/parser-820U-7tY.mjs +0 -79
- package/dist/parser-BEbsKXRG.mjs +0 -74
- package/dist/parser-BMWMb1tW.mjs +0 -65
- package/dist/parser-BMaYANAS.mjs +0 -70
- package/dist/parser-BOXlubkg.mjs +0 -64
- package/dist/parser-B_pvME5o.mjs +0 -71
- package/dist/parser-By1vGa1J.mjs +0 -65
- package/dist/parser-C267rNUI.mjs +0 -71
- package/dist/parser-CFUtEOtZ.mjs +0 -69
- package/dist/parser-CedZCyxl.mjs +0 -68
- package/dist/parser-OUoEsF2d.mjs +0 -64
- package/dist/parser-kk99DwsW.mjs +0 -71
- package/dist/ts-B-VDMOmJ.mjs +0 -19
- package/dist/ts-CBFVpM-p.mjs +0 -19
- package/dist/ts-CBWxAza5.mjs +0 -19
- package/dist/ts-CKsdt6vA.mjs +0 -19
- package/dist/ts-Cnuezdyy.mjs +0 -19
- package/dist/ts-ILF3D-J-.mjs +0 -19
- package/dist/uni-CQMaFViG.mjs +0 -13
package/dist/config-DdUVYIe0.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { config } from "@genapi/pipeline";
|
|
2
|
-
import { replaceMainext } from "@genapi/parser";
|
|
3
|
-
|
|
4
|
-
//#region src/ky/js/config/index.ts
|
|
5
|
-
function config$1(userConfig) {
|
|
6
|
-
userConfig.import = userConfig.import || {};
|
|
7
|
-
userConfig.output = userConfig.output || {};
|
|
8
|
-
userConfig.import.http = userConfig.import.http || "ky";
|
|
9
|
-
userConfig.output = replaceMainext(userConfig.output) || "src/api/index.js";
|
|
10
|
-
const configRead = config(userConfig);
|
|
11
|
-
configRead.graphs.imports.push({
|
|
12
|
-
name: "http",
|
|
13
|
-
value: userConfig.import.http
|
|
14
|
-
});
|
|
15
|
-
return configRead;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
//#endregion
|
|
19
|
-
export { config$1 as config$6 };
|
package/dist/config-DgC2f2AO.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { config } from "@genapi/pipeline";
|
|
2
|
-
import { replaceMainext } from "@genapi/parser";
|
|
3
|
-
|
|
4
|
-
//#region src/got/js/config/index.ts
|
|
5
|
-
function config$1(userConfig) {
|
|
6
|
-
userConfig.import = userConfig.import || {};
|
|
7
|
-
userConfig.output = userConfig.output || {};
|
|
8
|
-
userConfig.import.http = userConfig.import.http || "got";
|
|
9
|
-
userConfig.output = replaceMainext(userConfig.output) || "src/api/index.js";
|
|
10
|
-
const configRead = config(userConfig);
|
|
11
|
-
configRead.graphs.imports.push({
|
|
12
|
-
name: "http",
|
|
13
|
-
value: userConfig.import.http
|
|
14
|
-
});
|
|
15
|
-
return configRead;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
//#endregion
|
|
19
|
-
export { config$1 as config$4 };
|
package/dist/config-Dm0OCPw8.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { config } from "@genapi/pipeline";
|
|
2
|
-
import { replaceMainext } from "@genapi/parser";
|
|
3
|
-
|
|
4
|
-
//#region src/ofetch/js/config/index.ts
|
|
5
|
-
function config$1(userConfig) {
|
|
6
|
-
userConfig.import = userConfig.import || {};
|
|
7
|
-
userConfig.output = userConfig.output || {};
|
|
8
|
-
userConfig.import.http = userConfig.import.http || "ofetch";
|
|
9
|
-
userConfig.output = replaceMainext(userConfig.output) || "src/api/index.js";
|
|
10
|
-
const configRead = config(userConfig);
|
|
11
|
-
configRead.graphs.imports.push({
|
|
12
|
-
name: "ofetch",
|
|
13
|
-
value: userConfig.import.http
|
|
14
|
-
});
|
|
15
|
-
return configRead;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
//#endregion
|
|
19
|
-
export { config$1 as config$8 };
|
package/dist/config-Dn-mxTew.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { config } from "@genapi/pipeline";
|
|
2
|
-
import { replaceMainext } from "@genapi/parser";
|
|
3
|
-
|
|
4
|
-
//#region src/uni/js/config/index.ts
|
|
5
|
-
function config$1(userConfig) {
|
|
6
|
-
userConfig.import = userConfig.import || {};
|
|
7
|
-
userConfig.output = userConfig.output || {};
|
|
8
|
-
userConfig.import.http = userConfig.import.http || "@uni-helper/uni-network";
|
|
9
|
-
userConfig.output = replaceMainext(userConfig.output) || "src/api/index.js";
|
|
10
|
-
const configRead = config(userConfig);
|
|
11
|
-
configRead.graphs.imports.push({
|
|
12
|
-
name: "http",
|
|
13
|
-
value: userConfig.import.http
|
|
14
|
-
});
|
|
15
|
-
return configRead;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
//#endregion
|
|
19
|
-
export { config$1 as config$10 };
|
package/dist/config-aVU8JEKy.mjs
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { config } from "@genapi/pipeline";
|
|
2
|
-
|
|
3
|
-
//#region src/got/ts/config/index.ts
|
|
4
|
-
function config$1(userConfig) {
|
|
5
|
-
userConfig.import = userConfig.import || {};
|
|
6
|
-
userConfig.import.http = userConfig.import.http || "got";
|
|
7
|
-
const configRead = config(userConfig);
|
|
8
|
-
configRead.graphs.imports.push({
|
|
9
|
-
name: "http",
|
|
10
|
-
names: userConfig.import.http === "got" ? ["OptionsOfTextResponseBody"] : void 0,
|
|
11
|
-
value: userConfig.import.http
|
|
12
|
-
});
|
|
13
|
-
if (userConfig.import.http !== "got") configRead.graphs.imports.push({
|
|
14
|
-
names: ["OptionsOfTextResponseBody"],
|
|
15
|
-
value: "got"
|
|
16
|
-
});
|
|
17
|
-
return configRead;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
//#endregion
|
|
21
|
-
export { config$1 as config$5 };
|
package/dist/fetch-TYDXDaTS.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { __export } from "./chunk-BL35Yyzp.mjs";
|
|
2
|
-
import { js_default$1 as js_default } from "./js-jTe7QP2M.mjs";
|
|
3
|
-
import { ts_default$1 as ts_default } from "./ts-Cnuezdyy.mjs";
|
|
4
|
-
|
|
5
|
-
//#region src/fetch/index.ts
|
|
6
|
-
var fetch_exports = {};
|
|
7
|
-
__export(fetch_exports, {
|
|
8
|
-
js: () => js_default,
|
|
9
|
-
ts: () => ts_default
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
//#endregion
|
|
13
|
-
export { fetch_exports };
|
package/dist/got-D5A7dJdZ.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { __export } from "./chunk-BL35Yyzp.mjs";
|
|
2
|
-
import { js_default$2 as js_default } from "./js-CsFu-S2j.mjs";
|
|
3
|
-
import { ts_default$2 as ts_default } from "./ts-CBWxAza5.mjs";
|
|
4
|
-
|
|
5
|
-
//#region src/got/index.ts
|
|
6
|
-
var got_exports = {};
|
|
7
|
-
__export(got_exports, {
|
|
8
|
-
js: () => js_default,
|
|
9
|
-
ts: () => ts_default
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
//#endregion
|
|
13
|
-
export { got_exports };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { parser$23 as parser } from "./index.d-DHMHzs8Q.mjs";
|
|
2
|
-
import { config$22 as config } from "./index.d-CFvCqVRj.mjs";
|
|
3
|
-
import { compiler, compiler as compiler$1, dest, dest as dest$1, generate, generate as generate$1, original, original as original$1 } from "@genapi/pipeline";
|
|
4
|
-
import { ApiPipeline } from "@genapi/shared";
|
|
5
|
-
|
|
6
|
-
//#region src/uni/ts/index.d.ts
|
|
7
|
-
declare function openapiPipeline(userConfig: ApiPipeline.Config): Promise<void>;
|
|
8
|
-
declare namespace openapiPipeline {
|
|
9
|
-
var config: typeof config;
|
|
10
|
-
var original: typeof original;
|
|
11
|
-
var parser: typeof parser;
|
|
12
|
-
var compiler: typeof compiler;
|
|
13
|
-
var generate: typeof generate;
|
|
14
|
-
var dest: typeof dest;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
export { compiler$1 as compiler$16, dest$1 as dest$16, generate$1 as generate$16, openapiPipeline as openapiPipeline$4, original$1 as original$16 };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { parser$16 as parser } from "./index.d-DDTGaUmA.mjs";
|
|
2
|
-
import { config$17 as config } from "./index.d-7vIBcqWp.mjs";
|
|
3
|
-
import { compiler, compiler as compiler$1, dest, dest as dest$1, generate, generate as generate$1, original, original as original$1 } from "@genapi/pipeline";
|
|
4
|
-
import { ApiPipeline } from "@genapi/shared";
|
|
5
|
-
|
|
6
|
-
//#region src/ky/js/index.d.ts
|
|
7
|
-
declare function openapiPipeline(userConfig: ApiPipeline.Config): Promise<void>;
|
|
8
|
-
declare namespace openapiPipeline {
|
|
9
|
-
var config: typeof config;
|
|
10
|
-
var original: typeof original;
|
|
11
|
-
var parser: typeof parser;
|
|
12
|
-
var compiler: typeof compiler;
|
|
13
|
-
var generate: typeof generate;
|
|
14
|
-
var dest: typeof dest;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
export { compiler$1 as compiler$21, dest$1 as dest$21, generate$1 as generate$21, openapiPipeline as openapiPipeline$9, original$1 as original$21 };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { parser$14 as parser } from "./index.d-C_cfONoz.mjs";
|
|
2
|
-
import { config$14 as config } from "./index.d-BY4lF6QY.mjs";
|
|
3
|
-
import { compiler, compiler as compiler$1, dest, dest as dest$1, generate, generate as generate$1, original, original as original$1 } from "@genapi/pipeline";
|
|
4
|
-
import { ApiPipeline } from "@genapi/shared";
|
|
5
|
-
|
|
6
|
-
//#region src/axios/js/index.d.ts
|
|
7
|
-
declare function openapiPipeline(userConfig: ApiPipeline.Config): Promise<void>;
|
|
8
|
-
declare namespace openapiPipeline {
|
|
9
|
-
var config: typeof config;
|
|
10
|
-
var original: typeof original;
|
|
11
|
-
var parser: typeof parser;
|
|
12
|
-
var compiler: typeof compiler;
|
|
13
|
-
var generate: typeof generate;
|
|
14
|
-
var dest: typeof dest;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
export { compiler$1 as compiler$14, dest$1 as dest$14, generate$1 as generate$14, openapiPipeline as openapiPipeline$2, original$1 as original$14 };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ApiPipeline, StatementFunction, StatementInterface } from "@genapi/shared";
|
|
2
|
-
import { Paths } from "openapi-specification-types";
|
|
3
|
-
|
|
4
|
-
//#region src/axios/ts/parser/index.d.ts
|
|
5
|
-
interface PathsTransformOptions {
|
|
6
|
-
configRead: ApiPipeline.ConfigRead;
|
|
7
|
-
interfaces: StatementInterface[];
|
|
8
|
-
functions: StatementFunction[];
|
|
9
|
-
}
|
|
10
|
-
declare function parser(configRead: ApiPipeline.ConfigRead): ApiPipeline.ConfigRead<ApiPipeline.Config>;
|
|
11
|
-
declare function transformPaths(paths: Paths): void;
|
|
12
|
-
|
|
13
|
-
//#endregion
|
|
14
|
-
export { PathsTransformOptions as PathsTransformOptions$1, parser as parser$13, transformPaths as transformPaths$13 };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { parser$22 as parser } from "./index.d-DpQbWiOh.mjs";
|
|
2
|
-
import { config$19 as config } from "./index.d-CTkBXgsL.mjs";
|
|
3
|
-
import { compiler, compiler as compiler$1, dest, dest as dest$1, generate, generate as generate$1, original, original as original$1 } from "@genapi/pipeline";
|
|
4
|
-
import { ApiPipeline } from "@genapi/shared";
|
|
5
|
-
|
|
6
|
-
//#region src/got/js/index.d.ts
|
|
7
|
-
declare function openapiPipeline(userConfig: ApiPipeline.Config): Promise<void>;
|
|
8
|
-
declare namespace openapiPipeline {
|
|
9
|
-
var config: typeof config;
|
|
10
|
-
var original: typeof original;
|
|
11
|
-
var parser: typeof parser;
|
|
12
|
-
var compiler: typeof compiler;
|
|
13
|
-
var generate: typeof generate;
|
|
14
|
-
var dest: typeof dest;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
export { compiler$1 as compiler$22, dest$1 as dest$22, generate$1 as generate$22, openapiPipeline as openapiPipeline$10, original$1 as original$22 };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { parser$12 as parser } from "./index.d-BNkgVflG.mjs";
|
|
2
|
-
import { config$12 as config } from "./index.d-CJ27pjS6.mjs";
|
|
3
|
-
import { compiler, compiler as compiler$1, dest, dest as dest$1, generate, generate as generate$1, original, original as original$1 } from "@genapi/pipeline";
|
|
4
|
-
import { ApiPipeline } from "@genapi/shared";
|
|
5
|
-
|
|
6
|
-
//#region src/fetch/js/index.d.ts
|
|
7
|
-
declare function openapiPipeline(userConfig: ApiPipeline.Config): Promise<void>;
|
|
8
|
-
declare namespace openapiPipeline {
|
|
9
|
-
var config: typeof config;
|
|
10
|
-
var original: typeof original;
|
|
11
|
-
var parser: typeof parser;
|
|
12
|
-
var compiler: typeof compiler;
|
|
13
|
-
var generate: typeof generate;
|
|
14
|
-
var dest: typeof dest;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
export { compiler$1 as compiler$17, dest$1 as dest$17, generate$1 as generate$17, openapiPipeline as openapiPipeline$5, original$1 as original$17 };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ApiPipeline, StatementFunction, StatementInterface } from "@genapi/shared";
|
|
2
|
-
import { Paths } from "openapi-specification-types";
|
|
3
|
-
|
|
4
|
-
//#region src/fetch/js/parser/index.d.ts
|
|
5
|
-
interface PathsTransformOptions {
|
|
6
|
-
configRead: ApiPipeline.ConfigRead;
|
|
7
|
-
interfaces: StatementInterface[];
|
|
8
|
-
functions: StatementFunction[];
|
|
9
|
-
}
|
|
10
|
-
declare function parser(configRead: ApiPipeline.ConfigRead): ApiPipeline.ConfigRead<ApiPipeline.Config>;
|
|
11
|
-
declare function transformPaths(paths: Paths): void;
|
|
12
|
-
|
|
13
|
-
//#endregion
|
|
14
|
-
export { PathsTransformOptions, parser as parser$12, transformPaths as transformPaths$12 };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { __export } from "./chunk-BL35Yyzp.mjs";
|
|
2
|
-
import { openapiPipeline$9 as openapiPipeline } from "./index.d-1qaowKKm.mjs";
|
|
3
|
-
import { openapiPipeline$11 as openapiPipeline$1 } from "./index.d-SxIr6Uhl.mjs";
|
|
4
|
-
|
|
5
|
-
//#region src/ky/index.d.ts
|
|
6
|
-
|
|
7
|
-
declare namespace index_d_exports {
|
|
8
|
-
export { openapiPipeline as js, openapiPipeline$1 as ts, }
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
//#endregion
|
|
12
|
-
export { index_d_exports as index_d_exports$4 };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { parser$13 as parser } from "./index.d-B1m7PaBv.mjs";
|
|
2
|
-
import { config$13 as config } from "./index.d-C0EKSJ26.mjs";
|
|
3
|
-
import { compiler, compiler as compiler$1, dest, dest as dest$1, generate, generate as generate$1, original, original as original$1 } from "@genapi/pipeline";
|
|
4
|
-
import { ApiPipeline } from "@genapi/shared";
|
|
5
|
-
|
|
6
|
-
//#region src/axios/ts/index.d.ts
|
|
7
|
-
declare function openapiPipeline(userConfig: ApiPipeline.Config): Promise<void>;
|
|
8
|
-
declare namespace openapiPipeline {
|
|
9
|
-
var config: typeof config;
|
|
10
|
-
var original: typeof original;
|
|
11
|
-
var parser: typeof parser;
|
|
12
|
-
var compiler: typeof compiler;
|
|
13
|
-
var generate: typeof generate;
|
|
14
|
-
var dest: typeof dest;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
export { compiler$1 as compiler$15, dest$1 as dest$15, generate$1 as generate$15, openapiPipeline as openapiPipeline$3, original$1 as original$15 };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { __export } from "./chunk-BL35Yyzp.mjs";
|
|
2
|
-
import { openapiPipeline$6 as openapiPipeline } from "./index.d-mXlHJ3vm.mjs";
|
|
3
|
-
import { openapiPipeline$4 as openapiPipeline$1 } from "./index.d-1kS19nJx.mjs";
|
|
4
|
-
|
|
5
|
-
//#region src/uni/index.d.ts
|
|
6
|
-
|
|
7
|
-
declare namespace index_d_exports {
|
|
8
|
-
export { openapiPipeline as js, openapiPipeline$1 as ts, }
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
//#endregion
|
|
12
|
-
export { index_d_exports as index_d_exports$5 };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { __export } from "./chunk-BL35Yyzp.mjs";
|
|
2
|
-
import { openapiPipeline } from "./index.d-LlaJb0pD.mjs";
|
|
3
|
-
import { openapiPipeline$1 } from "./index.d-Cgflcv1m.mjs";
|
|
4
|
-
|
|
5
|
-
//#region src/ofetch/index.d.ts
|
|
6
|
-
|
|
7
|
-
declare namespace index_d_exports {
|
|
8
|
-
export { openapiPipeline as js, openapiPipeline$1 as ts, }
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
//#endregion
|
|
12
|
-
export { index_d_exports as index_d_exports$3 };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ApiPipeline, StatementFunction, StatementInterface } from "@genapi/shared";
|
|
2
|
-
import { Paths } from "openapi-specification-types";
|
|
3
|
-
|
|
4
|
-
//#region src/ofetch/js/parser/index.d.ts
|
|
5
|
-
interface PathsTransformOptions {
|
|
6
|
-
configRead: ApiPipeline.ConfigRead;
|
|
7
|
-
interfaces: StatementInterface[];
|
|
8
|
-
functions: StatementFunction[];
|
|
9
|
-
}
|
|
10
|
-
declare function parser(configRead: ApiPipeline.ConfigRead): ApiPipeline.ConfigRead<ApiPipeline.Config>;
|
|
11
|
-
declare function transformPaths(paths: Paths): void;
|
|
12
|
-
|
|
13
|
-
//#endregion
|
|
14
|
-
export { PathsTransformOptions as PathsTransformOptions$8, parser as parser$20, transformPaths as transformPaths$20 };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ApiPipeline, StatementFunction, StatementInterface } from "@genapi/shared";
|
|
2
|
-
import { Paths } from "openapi-specification-types";
|
|
3
|
-
|
|
4
|
-
//#region src/axios/js/parser/index.d.ts
|
|
5
|
-
interface PathsTransformOptions {
|
|
6
|
-
configRead: ApiPipeline.ConfigRead;
|
|
7
|
-
interfaces: StatementInterface[];
|
|
8
|
-
functions: StatementFunction[];
|
|
9
|
-
}
|
|
10
|
-
declare function parser(configRead: ApiPipeline.ConfigRead): ApiPipeline.ConfigRead<ApiPipeline.Config>;
|
|
11
|
-
declare function transformPaths(paths: Paths): void;
|
|
12
|
-
|
|
13
|
-
//#endregion
|
|
14
|
-
export { PathsTransformOptions as PathsTransformOptions$2, parser as parser$14, transformPaths as transformPaths$14 };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { parser$18 as parser } from "./index.d-RZUAACu-.mjs";
|
|
2
|
-
import { config$21 as config } from "./index.d-BCWDJjEV.mjs";
|
|
3
|
-
import { compiler, compiler as compiler$1, dest, dest as dest$1, generate, generate as generate$1, original, original as original$1 } from "@genapi/pipeline";
|
|
4
|
-
import { ApiPipeline } from "@genapi/shared";
|
|
5
|
-
|
|
6
|
-
//#region src/ofetch/ts/index.d.ts
|
|
7
|
-
declare function openapiPipeline(userConfig: ApiPipeline.Config): Promise<void>;
|
|
8
|
-
declare namespace openapiPipeline {
|
|
9
|
-
var config: typeof config;
|
|
10
|
-
var original: typeof original;
|
|
11
|
-
var parser: typeof parser;
|
|
12
|
-
var compiler: typeof compiler;
|
|
13
|
-
var generate: typeof generate;
|
|
14
|
-
var dest: typeof dest;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
export { compiler$1 as compiler$13, dest$1 as dest$13, generate$1 as generate$13, openapiPipeline as openapiPipeline$1, original$1 as original$13 };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { parser$15 as parser } from "./index.d-TD1X3MeU.mjs";
|
|
2
|
-
import { config$16 as config } from "./index.d-Bxgqqjp3.mjs";
|
|
3
|
-
import { compiler, compiler as compiler$1, dest, dest as dest$1, generate, generate as generate$1, original, original as original$1 } from "@genapi/pipeline";
|
|
4
|
-
import { ApiPipeline } from "@genapi/shared";
|
|
5
|
-
|
|
6
|
-
//#region src/got/ts/index.d.ts
|
|
7
|
-
declare function openapiPipeline(userConfig: ApiPipeline.Config): Promise<void>;
|
|
8
|
-
declare namespace openapiPipeline {
|
|
9
|
-
var config: typeof config;
|
|
10
|
-
var original: typeof original;
|
|
11
|
-
var parser: typeof parser;
|
|
12
|
-
var compiler: typeof compiler;
|
|
13
|
-
var generate: typeof generate;
|
|
14
|
-
var dest: typeof dest;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
export { compiler$1 as compiler$19, dest$1 as dest$19, generate$1 as generate$19, openapiPipeline as openapiPipeline$7, original$1 as original$19 };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ApiPipeline, StatementFunction, StatementInterface } from "@genapi/shared";
|
|
2
|
-
import { Paths } from "openapi-specification-types";
|
|
3
|
-
|
|
4
|
-
//#region src/ky/js/parser/index.d.ts
|
|
5
|
-
interface PathsTransformOptions {
|
|
6
|
-
configRead: ApiPipeline.ConfigRead;
|
|
7
|
-
interfaces: StatementInterface[];
|
|
8
|
-
functions: StatementFunction[];
|
|
9
|
-
}
|
|
10
|
-
declare function parser(configRead: ApiPipeline.ConfigRead): ApiPipeline.ConfigRead<ApiPipeline.Config>;
|
|
11
|
-
declare function transformPaths(paths: Paths): void;
|
|
12
|
-
|
|
13
|
-
//#endregion
|
|
14
|
-
export { PathsTransformOptions as PathsTransformOptions$4, parser as parser$16, transformPaths as transformPaths$16 };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ApiPipeline, StatementFunction, StatementInterface } from "@genapi/shared";
|
|
2
|
-
import { Paths } from "openapi-specification-types";
|
|
3
|
-
|
|
4
|
-
//#region src/uni/ts/parser/index.d.ts
|
|
5
|
-
interface PathsTransformOptions {
|
|
6
|
-
configRead: ApiPipeline.ConfigRead;
|
|
7
|
-
interfaces: StatementInterface[];
|
|
8
|
-
functions: StatementFunction[];
|
|
9
|
-
}
|
|
10
|
-
declare function parser(configRead: ApiPipeline.ConfigRead): ApiPipeline.ConfigRead<ApiPipeline.Config>;
|
|
11
|
-
declare function transformPaths(paths: Paths): void;
|
|
12
|
-
|
|
13
|
-
//#endregion
|
|
14
|
-
export { PathsTransformOptions as PathsTransformOptions$11, parser as parser$23, transformPaths as transformPaths$23 };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { __export } from "./chunk-BL35Yyzp.mjs";
|
|
2
|
-
import { openapiPipeline$2 as openapiPipeline } from "./index.d-B0xaEiBX.mjs";
|
|
3
|
-
import { openapiPipeline$3 as openapiPipeline$1 } from "./index.d-BxQraJfG.mjs";
|
|
4
|
-
|
|
5
|
-
//#region src/axios/index.d.ts
|
|
6
|
-
|
|
7
|
-
declare namespace index_d_exports {
|
|
8
|
-
export { openapiPipeline as js, openapiPipeline$1 as ts, }
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
//#endregion
|
|
12
|
-
export { index_d_exports as index_d_exports$1 };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { __export } from "./chunk-BL35Yyzp.mjs";
|
|
2
|
-
import { openapiPipeline$10 as openapiPipeline } from "./index.d-B6j2V4Az.mjs";
|
|
3
|
-
import { openapiPipeline$7 as openapiPipeline$1 } from "./index.d-CmW7DwIV.mjs";
|
|
4
|
-
|
|
5
|
-
//#region src/got/index.d.ts
|
|
6
|
-
|
|
7
|
-
declare namespace index_d_exports {
|
|
8
|
-
export { openapiPipeline as js, openapiPipeline$1 as ts, }
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
//#endregion
|
|
12
|
-
export { index_d_exports as index_d_exports$2 };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { __export } from "./chunk-BL35Yyzp.mjs";
|
|
2
|
-
import { openapiPipeline$5 as openapiPipeline } from "./index.d-BN2_wiGD.mjs";
|
|
3
|
-
import { openapiPipeline$8 as openapiPipeline$1 } from "./index.d-DmOkv7N9.mjs";
|
|
4
|
-
|
|
5
|
-
//#region src/fetch/index.d.ts
|
|
6
|
-
|
|
7
|
-
declare namespace index_d_exports {
|
|
8
|
-
export { openapiPipeline as js, openapiPipeline$1 as ts, }
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
//#endregion
|
|
12
|
-
export { index_d_exports };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { parser$17 as parser } from "./index.d-mJ3Pcxey.mjs";
|
|
2
|
-
import { config$18 as config } from "./index.d-42t92mX0.mjs";
|
|
3
|
-
import { compiler, compiler as compiler$1, dest, dest as dest$1, generate, generate as generate$1, original, original as original$1 } from "@genapi/pipeline";
|
|
4
|
-
import { ApiPipeline } from "@genapi/shared";
|
|
5
|
-
|
|
6
|
-
//#region src/fetch/ts/index.d.ts
|
|
7
|
-
declare function openapiPipeline(userConfig: ApiPipeline.Config): Promise<void>;
|
|
8
|
-
declare namespace openapiPipeline {
|
|
9
|
-
var config: typeof config;
|
|
10
|
-
var original: typeof original;
|
|
11
|
-
var parser: typeof parser;
|
|
12
|
-
var compiler: typeof compiler;
|
|
13
|
-
var generate: typeof generate;
|
|
14
|
-
var dest: typeof dest;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
export { compiler$1 as compiler$20, dest$1 as dest$20, generate$1 as generate$20, openapiPipeline as openapiPipeline$8, original$1 as original$20 };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ApiPipeline, StatementFunction, StatementInterface } from "@genapi/shared";
|
|
2
|
-
import { Paths } from "openapi-specification-types";
|
|
3
|
-
|
|
4
|
-
//#region src/got/js/parser/index.d.ts
|
|
5
|
-
interface PathsTransformOptions {
|
|
6
|
-
configRead: ApiPipeline.ConfigRead;
|
|
7
|
-
interfaces: StatementInterface[];
|
|
8
|
-
functions: StatementFunction[];
|
|
9
|
-
}
|
|
10
|
-
declare function parser(configRead: ApiPipeline.ConfigRead): ApiPipeline.ConfigRead<ApiPipeline.Config>;
|
|
11
|
-
declare function transformPaths(paths: Paths): void;
|
|
12
|
-
|
|
13
|
-
//#endregion
|
|
14
|
-
export { PathsTransformOptions as PathsTransformOptions$10, parser as parser$22, transformPaths as transformPaths$22 };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ApiPipeline, StatementFunction, StatementInterface } from "@genapi/shared";
|
|
2
|
-
import { Paths } from "openapi-specification-types";
|
|
3
|
-
|
|
4
|
-
//#region src/ky/ts/parser/index.d.ts
|
|
5
|
-
interface PathsTransformOptions {
|
|
6
|
-
configRead: ApiPipeline.ConfigRead;
|
|
7
|
-
interfaces: StatementInterface[];
|
|
8
|
-
functions: StatementFunction[];
|
|
9
|
-
}
|
|
10
|
-
declare function parser(configRead: ApiPipeline.ConfigRead): ApiPipeline.ConfigRead<ApiPipeline.Config>;
|
|
11
|
-
declare function transformPaths(paths: Paths): void;
|
|
12
|
-
|
|
13
|
-
//#endregion
|
|
14
|
-
export { PathsTransformOptions as PathsTransformOptions$7, parser as parser$19, transformPaths as transformPaths$19 };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { parser$20 as parser } from "./index.d-CXNw0ZkA.mjs";
|
|
2
|
-
import { config$20 as config } from "./index.d-DJv4EMYu.mjs";
|
|
3
|
-
import { compiler, compiler as compiler$1, dest, dest as dest$1, generate, generate as generate$1, original, original as original$1 } from "@genapi/pipeline";
|
|
4
|
-
import { ApiPipeline } from "@genapi/shared";
|
|
5
|
-
|
|
6
|
-
//#region src/ofetch/js/index.d.ts
|
|
7
|
-
declare function openapiPipeline(userConfig: ApiPipeline.Config): Promise<void>;
|
|
8
|
-
declare namespace openapiPipeline {
|
|
9
|
-
var config: typeof config;
|
|
10
|
-
var original: typeof original;
|
|
11
|
-
var parser: typeof parser;
|
|
12
|
-
var compiler: typeof compiler;
|
|
13
|
-
var generate: typeof generate;
|
|
14
|
-
var dest: typeof dest;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
export { compiler$1 as compiler$12, dest$1 as dest$12, generate$1 as generate$12, openapiPipeline, original$1 as original$12 };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ApiPipeline, StatementFunction, StatementInterface } from "@genapi/shared";
|
|
2
|
-
import { Paths } from "openapi-specification-types";
|
|
3
|
-
|
|
4
|
-
//#region src/ofetch/ts/parser/index.d.ts
|
|
5
|
-
interface PathsTransformOptions {
|
|
6
|
-
configRead: ApiPipeline.ConfigRead;
|
|
7
|
-
interfaces: StatementInterface[];
|
|
8
|
-
functions: StatementFunction[];
|
|
9
|
-
}
|
|
10
|
-
declare function parser(configRead: ApiPipeline.ConfigRead): ApiPipeline.ConfigRead<ApiPipeline.Config>;
|
|
11
|
-
declare function transformPaths(paths: Paths): void;
|
|
12
|
-
|
|
13
|
-
//#endregion
|
|
14
|
-
export { PathsTransformOptions as PathsTransformOptions$6, parser as parser$18, transformPaths as transformPaths$18 };
|