Merge pull request #272 from rowboatlabs/dev

Dev
This commit is contained in:
arkml 2025-09-20 10:07:14 +05:30 committed by GitHub
commit e988dfa87f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,7 @@
import { z } from "zod";
// NOTE: Some API responses may use the alias 'SERVICE_ACCOUNT'.
// Include it here for compatibility alongside the canonical 'GOOGLE_SERVICE_ACCOUNT'.
export const ZAuthScheme = z.enum([
'API_KEY',
'BASIC',
@ -8,6 +10,7 @@ export const ZAuthScheme = z.enum([
'BILLCOM_AUTH',
'CALCOM_AUTH',
'COMPOSIO_LINK',
'SERVICE_ACCOUNT',
'GOOGLE_SERVICE_ACCOUNT',
'NO_AUTH',
'OAUTH1',