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.
- package/dist/cli.cjs +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{src-MPuKfxam.cjs → src-CIiQTFUj.cjs} +3 -2
- package/dist/src-CIiQTFUj.cjs.map +1 -0
- package/dist/{src-BPFXd2rf.mjs → src-eXqnNGnl.mjs} +3 -2
- package/dist/src-eXqnNGnl.mjs.map +1 -0
- package/package.json +1 -1
- package/dist/src-BPFXd2rf.mjs.map +0 -1
- package/dist/src-MPuKfxam.cjs.map +0 -1
|
@@ -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.
|
|
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-
|
|
3436
|
+
//# sourceMappingURL=src-eXqnNGnl.mjs.map
|