mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 11:22:21 -06:00
fix: adjusts for new manager
This commit is contained in:
@@ -28,7 +28,7 @@ enum DeviceMessage {
|
||||
}
|
||||
|
||||
enum TypebotSessionStatus {
|
||||
open
|
||||
opened
|
||||
closed
|
||||
paused
|
||||
}
|
||||
@@ -292,7 +292,7 @@ model TypebotSession {
|
||||
remoteJid String @db.VarChar(100)
|
||||
pushName String? @db.VarChar(100)
|
||||
sessionId String @db.VarChar(100)
|
||||
status String @db.VarChar(100)
|
||||
status TypebotSessionStatus
|
||||
prefilledVariables Json? @db.JsonB
|
||||
awaitUser Boolean @default(false) @db.Boolean
|
||||
createdAt DateTime? @default(now()) @db.Timestamp
|
||||
|
||||
Reference in New Issue
Block a user