Skip to content

Commit b014998

Browse files
committed
2 parents 2844c14 + d2de5c7 commit b014998

File tree

557 files changed

+422352
-38841
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

557 files changed

+422352
-38841
lines changed

.changeset/healthy-rabbits-flow.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"openapi-typescript": minor
3+
---
4+
5+
brings back --make-paths-enum option to generate ApiPaths enum
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: "Bug report: openapi-fetch"
3+
about: For the openapi-fetch library
4+
title: ""
5+
labels: openapi-fetch, bug
6+
assignees: ""
7+
body:
8+
- type: input
9+
attributes:
10+
label: Version
11+
placeholder: x.x.x
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: description
16+
attributes:
17+
label: Description
18+
description: A brief description of the bug. Provide either a screenshot or the full error message!
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: repro
23+
attributes:
24+
label: Reproduction
25+
description: How can this be reproduced / when did the error occur? Does the issue occur in a specific browser, or all browsers? Bonus points for a GitHub repository link.
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Expected result
31+
description: (In case it’s not obvious)
32+
validations:
33+
required: true
34+
- type: checkboxes
35+
id: checklist
36+
attributes:
37+
options:
38+
- label: I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-fetch/CONTRIBUTING.md))
39+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: "Bug report: openapi-react-query"
3+
about: For the openapi-react-query library
4+
title: ""
5+
labels: openapi-react-query, bug
6+
assignees: ""
7+
body:
8+
- type: input
9+
attributes:
10+
label: Version
11+
placeholder: x.x.x
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: description
16+
attributes:
17+
label: Description
18+
description: A brief description of the bug. Provide either a screenshot or the full error message!
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: repro
23+
attributes:
24+
label: Reproduction
25+
description: How can this be reproduced / when did the error occur? Does the issue occur in a specific browser, or all browsers? Bonus points for a GitHub repository link.
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Expected result
31+
description: (In case it’s not obvious)
32+
validations:
33+
required: true
34+
- type: checkboxes
35+
id: checklist
36+
attributes:
37+
options:
38+
- label: I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-react-query/CONTRIBUTING.md))
39+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: "Bug report: openapi-typescript"
3+
about: For the openapi-typescript library
4+
title: ""
5+
labels: openapi-ts, bug
6+
assignees: ""
7+
body:
8+
- type: input
9+
attributes:
10+
label: openapi-typescript version
11+
placeholder: x.x.x
12+
validations:
13+
required: true
14+
- type: input
15+
attributes:
16+
label: Node.js version
17+
placeholder: 20.x.x
18+
validations:
19+
required: true
20+
- type: input
21+
attributes:
22+
label: OS + version
23+
placeholder: macOS 15.1.1
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: description
28+
attributes:
29+
label: Description
30+
description: A brief description of the bug. Provide either a screenshot or the full error message!
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: repro
35+
attributes:
36+
label: Reproduction
37+
description: How can this be reproduced / when did the error occur? Does the issue occur in a specific browser, or all browsers? Bonus points for a GitHub repository link.
38+
validations:
39+
required: true
40+
- type: textarea
41+
attributes:
42+
label: Expected result
43+
description: (In case it’s not obvious)
44+
validations:
45+
required: true
46+
- type: checkboxes
47+
id: checklist
48+
attributes:
49+
options:
50+
- label: My OpenAPI schema is valid and passes the [Redocly validator](https://redocly.com/docs/cli/commands/lint/) (`npx @redocly/cli@latest lint`)
51+
required: true
52+
- label: I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CONTRIBUTING.md))
53+
---

.github/ISSUE_TEMPLATE/bug-report-fetch.md

-23
This file was deleted.

.github/ISSUE_TEMPLATE/bug-report-ts.md

-34
This file was deleted.
+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: "Bug report: swr-openapi"
3+
about: For the swr-openapi library
4+
title: ""
5+
labels: swr-openapi, bug
6+
assignees: ""
7+
body:
8+
- type: input
9+
attributes:
10+
label: Version
11+
placeholder: x.x.x
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: description
16+
attributes:
17+
label: Description
18+
description: A brief description of the bug. Provide either a screenshot or the full error message!
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: repro
23+
attributes:
24+
label: Reproduction
25+
description: How can this be reproduced / when did the error occur? Does the issue occur in a specific browser, or all browsers? Bonus points for a GitHub repository link.
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Expected result
31+
description: (In case it’s not obvious)
32+
validations:
33+
required: true
34+
- type: checkboxes
35+
id: checklist
36+
attributes:
37+
options:
38+
- label: I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/swr-openapi/CONTRIBUTING.md))
39+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: "Feature request: openapi-fetch"
3+
about: For the openapi-fetch library
4+
title: ""
5+
labels: openapi-fetch, enhancement, help wanted
6+
assignees: ""
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: Description
12+
description: Brief description of the problem you’re trying to solve, and why this could be useful.
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: proposal
17+
attributes:
18+
label: Proposal
19+
description: Describe the proposed syntax change. Please reference any prior art or similar examples.
20+
validations:
21+
required: true
22+
- type: checkboxes
23+
id: checklist
24+
attributes:
25+
options:
26+
- label: I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-fetch/CONTRIBUTING.md))
27+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: "Feature request: openapi-react-query"
3+
about: For the openapi-react-query library
4+
title: ""
5+
labels: openapi-react-query, enhancement, help wanted
6+
assignees: ""
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: Description
12+
description: Brief description of the problem you’re trying to solve, and why this could be useful.
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: proposal
17+
attributes:
18+
label: Proposal
19+
description: Describe the proposed syntax change. Please reference any prior art or similar examples.
20+
validations:
21+
required: true
22+
- type: checkboxes
23+
id: checklist
24+
attributes:
25+
options:
26+
- label: I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-react-query/CONTRIBUTING.md))
27+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: "Feature request: openapi-typescript"
3+
about: For the openapi-typescript library
4+
title: ""
5+
labels: openapi-ts, enhancement, help wanted
6+
assignees: ""
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: Description
12+
description: Brief description of the problem you’re trying to solve, and why this could be useful.
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: proposal
17+
attributes:
18+
label: Proposal
19+
description: Outline the change to the library. If this is for the CLI, propose a flag name and/or workflow. If this is for Node API, propose how this would be consumed. Reference any prior art or similar examples.
20+
validations:
21+
required: true
22+
- type: checkboxes
23+
id: checklist
24+
attributes:
25+
options:
26+
- label: I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CONTRIBUTING.md))
27+
---

.github/ISSUE_TEMPLATE/feature-request-fetch.md

-19
This file was deleted.

.github/ISSUE_TEMPLATE/feature-request-ts.md

-19
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: "Feature request: swr-openapi"
3+
about: For the swr-openapi library
4+
title: ""
5+
labels: swr-openapi, enhancement, help wanted
6+
assignees: ""
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: Description
12+
description: Brief description of the problem you’re trying to solve, and why this could be useful.
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: proposal
17+
attributes:
18+
label: Proposal
19+
description: Describe the proposed syntax change. Please reference any prior art or similar examples.
20+
validations:
21+
required: true
22+
- type: checkboxes
23+
id: checklist
24+
attributes:
25+
options:
26+
- label: I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/swr-openapi/CONTRIBUTING.md))
27+
---

0 commit comments

Comments
 (0)