Add Deepgram and OpenRouter voice processing
Some checks failed
Build and deploy Worker / build (push) Failing after 6m46s

This commit is contained in:
Ruslan Bakiev
2026-05-14 08:44:20 +07:00
parent f6caaac28f
commit 53a7cb7cc8
11 changed files with 663 additions and 171 deletions

View File

@@ -126,6 +126,8 @@ exports.Prisma.PlaceScalarFieldEnum = {
name: 'name',
latitude: 'latitude',
longitude: 'longitude',
googlePrimaryType: 'googlePrimaryType',
googleTypes: 'googleTypes',
createdAt: 'createdAt',
updatedAt: 'updatedAt'
};
@@ -138,6 +140,7 @@ exports.Prisma.UserScalarFieldEnum = {
lastName: 'lastName',
photoUrl: 'photoUrl',
languageCode: 'languageCode',
isAdmin: 'isAdmin',
createdAt: 'createdAt',
updatedAt: 'updatedAt'
};
@@ -148,6 +151,9 @@ exports.Prisma.VoiceExperienceScalarFieldEnum = {
userId: 'userId',
durationSeconds: 'durationSeconds',
audioObjectKey: 'audioObjectKey',
audioContentBase64: 'audioContentBase64',
audioMimeType: 'audioMimeType',
audioAccessToken: 'audioAccessToken',
status: 'status',
transcript: 'transcript',
analysis: 'analysis',