-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(client): generate using latest version of openapi ts
Signed-off-by: Jordan Shatford <[email protected]>
- Loading branch information
1 parent
59eeef2
commit 8e72c38
Showing
9 changed files
with
70 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ export default [ | |
{ | ||
ignores: ['build/', '.svelte-kit/'] | ||
}, | ||
...svelte, | ||
...svelte | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// This file is auto-generated by @hey-api/openapi-ts | ||
|
||
export const AudioFormatEnum = { | ||
AAC: 'aac', | ||
FLAC: 'flac', | ||
M4A: 'm4a', | ||
MP3: 'mp3', | ||
OPUS: 'opus', | ||
WAV: 'wav' | ||
} as const; | ||
|
||
export const DownloadQualityEnum = { | ||
BEST: 'best', | ||
WORST: 'worst' | ||
} as const; | ||
|
||
export const DownloadStateEnum = { | ||
WAITING: 'WAITING', | ||
DOWNLOADING: 'DOWNLOADING', | ||
PROCESSING: 'PROCESSING', | ||
DONE: 'DONE', | ||
ERROR: 'ERROR' | ||
} as const; | ||
|
||
export const VideoFormatEnum = { | ||
AVI: 'avi', | ||
FLV: 'flv', | ||
MKV: 'mkv', | ||
MOV: 'mov', | ||
MP4: 'mp4', | ||
WEBM: 'webm' | ||
} as const; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export * from './generated'; | ||
export * from './generated/enums.gen'; | ||
export * from './defaults'; | ||
export * from './DownloadsStatusService'; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.