(20250115) Can accept WhatsApp (Nimbus) integrations now.
This commit is contained in:
@@ -106,7 +106,7 @@ class CoreAuthTokenModel(BaseModel):
|
||||
|
||||
client: Literal[
|
||||
"gmail", "outlook", # ............................. Mail Clients
|
||||
"telegram", "whatsapp", # ......................... Chat Clients
|
||||
"telegram", "whatsapp", "whatsappNimbus", # ....... Chat Clients
|
||||
"nimbusSmsIndia", "savvyBulkSmsKenya", # .......... SMS Clients
|
||||
"razorpay", "safaricomMPesaExpress", # ............ Payment Gateways
|
||||
"zerodhaKite", "iciciBreeze", "paperTrading", # ... Stock Brokers
|
||||
|
||||
@@ -112,9 +112,9 @@ class CoreMessageModel(BaseModel):
|
||||
)
|
||||
|
||||
client: Literal[
|
||||
"gmail", "outlook", # ...................... Mail Clients
|
||||
"telegram", "whatsapp", # .................. Chat Clients
|
||||
"nimbusSmsIndia", "savvyBulkSmsKenya", # ... SMS Clients
|
||||
"gmail", "outlook", # ........................................ Mail Clients
|
||||
"telegram", "whatsapp", "whatsappNimbus", # .................. Chat Clients
|
||||
"nimbusSmsIndia", "savvyBulkSmsKenya", # ..................... SMS Clients
|
||||
] = Field(
|
||||
description = "the third-part client that was used",
|
||||
frozen = True
|
||||
|
||||
Reference in New Issue
Block a user