Refactor/webhooks (#186)

refs #175
This commit is contained in:
Omar López
2022-10-19 12:26:12 -06:00
committed by GitHub
parent ce2df7641f
commit 03d5f51ceb
13 changed files with 327 additions and 296 deletions
+1
View File
@@ -5,6 +5,7 @@ import { baseApiParams } from "./baseApiParams";
// Extracted out as utility function so can be reused
// at different endpoints that require this validation.
/** Used for UUID style id queries */
export const schemaQueryIdAsString = baseApiParams
.extend({
id: z.string(),