@gopowerteam/request-generate 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +0 -7
- package/package.json +1 -1
- /package/dist/templates/{templates/export-model.hbs → export-model.hbs} +0 -0
- /package/dist/templates/{templates/export-service.hbs → export-service.hbs} +0 -0
- /package/dist/templates/{templates/partials → partials}/export-description.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-header.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-model-field.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-model-import.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-model-type.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-operation-params-body.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-operation-params-path.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-operation-params-query.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-operation-response.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-schema-type.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-service-class.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-service-import.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-service-namespace-type.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-service-namespace.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/export-service-operation.hbs +0 -0
- /package/dist/templates/{templates/partials → partials}/is-required.hbs +0 -0
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,6 @@ import path from "node:path";
|
|
|
5
5
|
import process from "node:process";
|
|
6
6
|
import chalk from "chalk";
|
|
7
7
|
import ora from "ora";
|
|
8
|
-
import { fileURLToPath } from "node:url";
|
|
9
8
|
import Handlebars from "handlebars";
|
|
10
9
|
import swaggerParse from "@apidevtools/swagger-parser";
|
|
11
10
|
import crypto from "node:crypto";
|
|
@@ -771,12 +770,6 @@ function updateProgress(name, type) {
|
|
|
771
770
|
updateProgressText(name, progress);
|
|
772
771
|
}
|
|
773
772
|
|
|
774
|
-
//#endregion
|
|
775
|
-
//#region ../../node_modules/.pnpm/tsdown@0.21.0-beta.2_syncki_b216f7fc79ac747520059b84eac66a21/node_modules/tsdown/esm-shims.js
|
|
776
|
-
const getFilename = () => fileURLToPath(import.meta.url);
|
|
777
|
-
const getDirname = () => path.dirname(getFilename());
|
|
778
|
-
const __dirname = /* @__PURE__ */ getDirname();
|
|
779
|
-
|
|
780
773
|
//#endregion
|
|
781
774
|
//#region src/template-helpers/equal.helper.ts
|
|
782
775
|
const equalHelper = {
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|