Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/free-chairs-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"swagger-typescript-api": patch
Copy link

Copilot AI Mar 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changeset file indicates a patch update for swagger-typescript-api, which appears inconsistent with the revert intent; please verify if these entries should be removed or modified to align with reverting the version packages.

Suggested change
"swagger-typescript-api": patch

Copilot uses AI. Check for mistakes.
---

Fix CLI executable by adding the required shebang to the entry file.
5 changes: 5 additions & 0 deletions .changeset/honest-bears-stay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"swagger-typescript-api": patch
---

Fix query params detection on route name parsing
5 changes: 5 additions & 0 deletions .changeset/loose-lies-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"swagger-typescript-api": patch
Copy link

Copilot AI Mar 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changeset file’s patch update for swagger-typescript-api seems at odds with the intended revert; please double-check if it should be adjusted or removed to maintain consistency.

Copilot uses AI. Check for mistakes.
---

Improve type safety by adding proper types to SchemaComponent and introducing flags for extracted elements such as request parameters, request body, response body, and response errors.
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# swagger-typescript-api

## 13.0.25

### Patch Changes

- [#1101](https://github.com/acacode/swagger-typescript-api/pull/1101) [`76b84cb`](https://github.com/acacode/swagger-typescript-api/commit/76b84cbafdb6f62794fcf475907ed7bde808cfef) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix CLI executable by adding the required shebang to the entry file.

- [#1064](https://github.com/acacode/swagger-typescript-api/pull/1064) [`0d4a3ce`](https://github.com/acacode/swagger-typescript-api/commit/0d4a3ce23df12b7154285a1f4540aad672182391) Thanks [@nicky1038](https://github.com/nicky1038)! - Fix query params detection on route name parsing

- [#1100](https://github.com/acacode/swagger-typescript-api/pull/1100) [`4782f13`](https://github.com/acacode/swagger-typescript-api/commit/4782f1334fea00c7a5b2b7513cc1d2f82d82b0e9) Thanks [@js2me](https://github.com/js2me)! - Improve type safety by adding proper types to SchemaComponent and introducing flags for extracted elements such as request parameters, request body, response body, and response errors.

## 13.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-typescript-api",
"version": "13.0.25",
"version": "13.0.24",
"description": "Generate the API client for Fetch or Axios from an OpenAPI Specification",
"homepage": "https://github.com/acacode/swagger-typescript-api",
"bugs": "https://github.com/acacode/swagger-typescript-api/issues",
Expand Down