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.
@@ -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.0";
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-BvHLNUAw.mjs.map
3930
+ //# sourceMappingURL=src-P0mq0CeT.mjs.map