swagger-typescript-api 13.9.0 → 13.9.1
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/cli.cjs +7 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.mjs +7 -1
- package/dist/cli.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{src-HisTG6gD.cjs → src-D9gGLQw-.cjs} +3 -2
- package/dist/src-D9gGLQw-.cjs.map +1 -0
- package/dist/{src-BvHLNUAw.mjs → src-P0mq0CeT.mjs} +3 -2
- package/dist/src-P0mq0CeT.mjs.map +1 -0
- package/package.json +2 -2
- package/templates/default/procedure-call.ejs +2 -2
- package/templates/modular/procedure-call.ejs +2 -2
- package/dist/src-BvHLNUAw.mjs.map +0 -1
- package/dist/src-HisTG6gD.cjs.map +0 -1
|
@@ -169,7 +169,7 @@ var ComponentTypeNameResolver = class extends NameResolver {
|
|
|
169
169
|
//#endregion
|
|
170
170
|
//#region package.json
|
|
171
171
|
var name = "swagger-typescript-api";
|
|
172
|
-
var version = "13.9.
|
|
172
|
+
var version = "13.9.1";
|
|
173
173
|
var description = "Generate the API client for Fetch or Axios from an OpenAPI Specification";
|
|
174
174
|
//#endregion
|
|
175
175
|
//#region src/constants.ts
|
|
@@ -330,6 +330,7 @@ var CodeGenConfig = class {
|
|
|
330
330
|
};
|
|
331
331
|
resolvedSwaggerSchema;
|
|
332
332
|
defaultResponseType;
|
|
333
|
+
defaultRequestParams = "{}";
|
|
333
334
|
singleHttpClient = false;
|
|
334
335
|
httpClientType = HTTP_CLIENT.FETCH;
|
|
335
336
|
unwrapResponseData = false;
|
|
@@ -3926,4 +3927,4 @@ async function generateApi(config) {
|
|
|
3926
3927
|
//#endregion
|
|
3927
3928
|
export { SCHEMA_TYPES as a, constants_exports as c, version as d, RequestContentKind as i, description as l, generateTemplates as n, CodeGenConfig as o, TemplatesGenConfig as r, HTTP_CLIENT as s, generateApi as t, name as u };
|
|
3928
3929
|
|
|
3929
|
-
//# sourceMappingURL=src-
|
|
3930
|
+
//# sourceMappingURL=src-P0mq0CeT.mjs.map
|