feat: sns webhook
feat: text content type handler feat: email blocking table
This commit is contained in:
@@ -4,6 +4,15 @@ from typing import List, Optional
|
||||
from pydantic import BaseModel, EmailStr
|
||||
from enums.enums import AppointmentStatus, ClinicDoctorStatus, ClinicDoctorType, ClinicUserRoles, UserType, Integration
|
||||
|
||||
class SNSBase(BaseModel):
|
||||
Type: str
|
||||
MessageId: str
|
||||
Token: str
|
||||
TopicArn: str
|
||||
SubscribeURL: str
|
||||
Message: str
|
||||
|
||||
|
||||
|
||||
class AuthBase(BaseModel):
|
||||
email: EmailStr
|
||||
|
||||
Reference in New Issue
Block a user