swagger-typescript-api 13.4.0 → 13.5.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.
@@ -174,7 +174,7 @@ var ComponentTypeNameResolver = class extends NameResolver {
174
174
  //#endregion
175
175
  //#region package.json
176
176
  var name = "swagger-typescript-api";
177
- var version = "13.4.0";
177
+ var version = "13.5.0";
178
178
  var description = "Generate the API client for Fetch or Axios from an OpenAPI Specification";
179
179
  //#endregion
180
180
  //#region src/constants.ts
@@ -500,6 +500,7 @@ var CodeGenConfig = class {
500
500
  string: {
501
501
  $default: this.Ts.Keyword.String,
502
502
  binary: () => this.Ts.Keyword.File,
503
+ byte: () => this.Ts.Keyword.Blob,
503
504
  file: () => this.Ts.Keyword.File,
504
505
  "date-time": () => this.Ts.Keyword.String,
505
506
  time: () => this.Ts.Keyword.String,
@@ -3432,4 +3433,4 @@ async function generateApi(config) {
3432
3433
  //#endregion
3433
3434
  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 };
3434
3435
 
3435
- //# sourceMappingURL=src-BPFXd2rf.mjs.map
3436
+ //# sourceMappingURL=src-eXqnNGnl.mjs.map