fix types and move packages back to catalog-client

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2024-09-24 20:25:54 -04:00
parent 02e7cd3c45
commit 9c86cc5f66
73 changed files with 126 additions and 1154 deletions
@@ -22,7 +22,7 @@ import { PathTemplate, ValueOf } from './common';
*/
export type EndpointMap = Record<
string,
{ query?: object; body?: object; response?: object; path?: object }
{ query?: object; body?: object; response?: object | void; path?: object }
>;
// OpenAPI generator doesn't emit regular lowercase 'delete'.