Skip to content

Commit aa93bde

Browse files
Merge pull request #462 from openapi-ui/main
chore: merge main to release
2 parents 4cb4bb6 + def2a82 commit aa93bde

File tree

8 files changed

+89
-95
lines changed

8 files changed

+89
-95
lines changed

.changeset/fluffy-ends-hang.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+
fix: fix apifox selectedTags #459

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: pnpm/action-setup@v4
1616

1717
- name: Use node.js
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v5
1919
with:
2020
node-version: '18.x'
2121
registry-url: 'https://registry.npmjs.org'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v5
1414

1515
- name: Use node.js
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v5
1717
with:
1818
node-version: '18.x'
1919
registry-url: 'https://registry.npmjs.org'

README-en_US.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ openapi -i ./spec.json -o ./apis
272272
| apifoxToken | string | [get](https://docs.apifox.com/doc-5723694) | true |
273273
| local | string | language(default:zh-CN) | false |
274274
| apifoxVersion | string | default: 2024-03-28, [current apifox version](https://api.apifox.com/v1/versions) | false |
275-
| includeTags | \* or string[] | default: \* | false |
276-
| excludeTags | string[] | default: [] | false |
275+
| selectedTags | \* or string[] | default: \* | false |
276+
| excludedByTags | string[] | default: [] | false |
277277
| oasVersion | string | specify the version of the OpenAPI specification used for export, can have values such as "2.0", "3.0" or "3.1" | '3.0' |
278278
| exportFormat | string | specify the format of the exported OpenAPI file, can have values such as 'JSON' or 'YAML' | 'JSON' |
279279
| includeApifoxExtensionProperties | boolean | specify whether to include the OpenAPI specification extension fields `x-apifox` | false |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ openapi --i ./spec.json --o ./apis
274274
| apifoxToken | string | [获取](https://docs.apifox.com/doc-5723694) | true |
275275
| local | string | 语言(默认: zh-CN) | false |
276276
| apifoxVersion | string | 默认: 2024-03-28, [获取当前版本](https://api.apifox.com/v1/versions) | false |
277-
| includeTags | \* 或 string[] | 默认: \* | false |
278-
| excludeTags | string[] | 默认: [] | false |
277+
| selectedTags | \* 或 string[] | 默认: \* | false |
278+
| excludedByTags | string[] | 默认: [] | false |
279279
| oasVersion | string | 指定用于导出的 OpenAPI 规范的版本,可以有值如 "2.0"、"3.0"、"3.1" | '3.0' |
280280
| exportFormat | string | 指定导出的 OpenAPI 文件的格式,可以有值如 'JSON' 或 'YAML' | 'JSON' |
281281
| includeApifoxExtensionProperties | boolean | 指定是否包含 Apifox 的 OpenAPI 规范扩展字段 `x-apifox` | false |

0 commit comments

Comments
 (0)