update the build to use api-extractor types (#383)
use snake case for generated cloudevent files (#382)
rename cloudevent to CloudEvent (#379)
Add type annotation for Request.rawBody
move function wrapping earlier (#335)
This commit refactors the SignatureType enum into an array of strings declared as const. This allows the SignatureType type to be expressed as a union type, which works a bit better when parsing a users provided string.