Skip to content

Commit e61b656

Browse files
Merge pull request #557 from openapi-ui/main
chore: merge main to release
2 parents 2edadec + 75834d7 commit e61b656

File tree

8 files changed

+88
-99
lines changed

8 files changed

+88
-99
lines changed

.changeset/silly-nails-camp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'openapi-ts-request': patch
3+
---
4+
5+
chore: remove uniquekey, please use interactive mode

README-en_US.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ $ openapi --help
186186
-o, --output <string> output directory
187187
-cfn, --configFileName <string> config file name
188188
-cfp, --configFilePath <string> config file path
189-
-u, --uniqueKey <string> unique key
190189
--requestLibPath <string> custom request lib path, for example: "@/request", "node-fetch" (default: "axios")
191190
-f, --full <boolean> full replacement (default: true)
192191
--enableLogging <boolean> open the log (default: false)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ $ openapi --help
186186
-o, --output <string> output directory
187187
-cfn, --configFileName <string> config file name
188188
-cfp, --configFilePath <string> config file path
189-
-u, --uniqueKey <string> unique key
190189
--requestLibPath <string> custom request lib path, for example: "@/request", "node-fetch" (default: "axios")
191190
-f, --full <boolean> full replacement (default: true)
192191
--enableLogging <boolean> open the log (default: false)

agents.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ else if (isNodeProject) {
9393
| `mockFolder` | string | - | Mock data output directory | Development with mocks |
9494
| `authorization` | string | - | API documentation auth token | Protected docs |
9595
| `timeout` | number | `60000` | Request timeout in ms | Slow APIs |
96-
| `uniqueKey` | string | - | Multi-gateway identifier | Multiple API sources |
9796

9897
#### Advanced Options
9998

0 commit comments

Comments
 (0)