Skip to content

Build 0.9.3/discriminator #825

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
95b92ec
Added REQUEST_HOOK and RESPONSE_HOOK to OpenAPI.
richgoldmd Sep 22, 2020
6ea2932
Add prepare
richgoldmd Sep 22, 2020
271ff5b
npm for our builds
richgoldmd Sep 22, 2020
1a8eedf
Refactor Hooks
richgoldmd Sep 22, 2020
ef60921
Merge remote-tracking branch 'upstream/master'
richgoldmd Nov 18, 2020
e43e500
UPdate from Fork and impleneht hooks
richgoldmd Nov 18, 2020
8685b67
Fic issue with field names in request
richgoldmd Nov 18, 2020
daaea3a
Move response to hook only
richgoldmd Nov 19, 2020
e7aee32
resolve conflicts
richgoldmd Nov 19, 2020
9e18865
Revert changes to package.json
richgoldmd Nov 19, 2020
cace20c
Update snapshot
richgoldmd Nov 19, 2020
1d08cd1
Define type of Response, per implementation
richgoldmd Nov 24, 2020
866f8ef
Updated to support implementation-specific Response type in Reponse hook
richgoldmd Nov 24, 2020
dc03536
Merge pull request #1 from Cancer-Expert-Now/master
markygab Nov 24, 2020
68d45b2
Push dist
markygab Nov 24, 2020
7b9fbf4
Change const to let
Dec 14, 2020
684d05c
Push dist
Dec 14, 2020
b0c211a
Merge pull request #2 from keithbro/master
markygab Dec 15, 2020
84c7ec3
Add requestInit to options to allow overriding anything in fetch
markygab Jan 4, 2021
e19f361
Merge remote-tracking branch 'upstream/master'
markygab Jan 4, 2021
12251a1
Build dist
markygab Jan 4, 2021
a463384
Removing change as WITH_CREDENTIALS has already added upstream
markygab Jan 4, 2021
6f9794a
Merge pull request #1 from markygab/master
markygab Feb 25, 2021
a98d222
build dist
markygab Feb 25, 2021
99a8207
Merge pull request #2 from PropellerAero/build-0.8.1
markygab Feb 25, 2021
7fcc226
Adding discriminator support for oneOf
sjoerdmulder Apr 8, 2021
f69bdf0
Cleaning the logic a bit
sjoerdmulder Apr 8, 2021
7da6e16
Merge branch 'master' of https://github.com/ferdikoomen/openapi-types…
markygab Sep 3, 2021
529bffe
Merge branch 'ferdikoomen-master'
markygab Sep 3, 2021
a72581e
Merge branch 'master' of github.com:PropellerAero/openapi-typescript-…
markygab Sep 3, 2021
de7ce87
Merge pull request #4 from sjoerdmulder/feature/discriminator
markygab Sep 3, 2021
3c45b8a
Build
markygab Sep 3, 2021
54bf4a7
Response Implementation fix
markygab Sep 3, 2021
8f6f317
Fix TS dulplicate inport
markygab Sep 6, 2021
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ junit.xml
.idea
.vscode
*.iml
dist
coverage
test/generated
test/e2e/generated
Expand Down
Loading