-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(server): upgrade express generator (#48)
- Loading branch information
Showing
211 changed files
with
2,075 additions
and
2,144 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
File renamed without changes.
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,4 +1,4 @@ | ||
{ | ||
"organization": "fern", | ||
"version": "0.6.10" | ||
} | ||
"version": "0.40.4" | ||
} |
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 was deleted.
Oops, something went wrong.
File renamed without changes.
9 changes: 0 additions & 9 deletions
9
src/api/generated/api/resources/imdb/errors/MovieDoesNotExistError.d.ts
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
src/api/generated/api/resources/imdb/errors/MovieDoesNotExistError.js
This file was deleted.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
src/api/generated/api/resources/imdb/errors/MovieDoesNotExistError.ts
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,17 @@ | ||
/** | ||
* This file was auto-generated by Fern from our API Definition. | ||
*/ | ||
|
||
import * as errors from "../../../../errors/index"; | ||
import express from "express"; | ||
|
||
export class MovieDoesNotExistError extends errors.FernApiError { | ||
constructor() { | ||
super("MovieDoesNotExistError"); | ||
Object.setPrototypeOf(this, MovieDoesNotExistError.prototype); | ||
} | ||
|
||
public async send(res: express.Response): Promise<void> { | ||
res.sendStatus(404); | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
27 changes: 0 additions & 27 deletions
27
src/api/generated/api/resources/imdb/service/ImdbService.d.ts
This file was deleted.
Oops, something went wrong.
116 changes: 0 additions & 116 deletions
116
src/api/generated/api/resources/imdb/service/ImdbService.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.