(20241230) Accepting ICICI Breeze's auth. now.
This commit is contained in:
@@ -105,12 +105,12 @@ class CoreAuthTokenModel(BaseModel):
|
||||
)
|
||||
|
||||
client: Literal[
|
||||
"gmail", "outlook", # ...................... Mail Clients
|
||||
"telegram", "whatsapp", # .................. Chat Clients
|
||||
"nimbusSmsIndia", "savvyBulkSmsKenya", # ... SMS Clients
|
||||
"razorpay", "safaricomMPesaExpress", # ..... Payment Gateways
|
||||
"zerodhaKite", "paperTrading", # ........... Stock Brokers
|
||||
"theCaOfficeAi" # .......................... Software
|
||||
"gmail", "outlook", # ............................. Mail Clients
|
||||
"telegram", "whatsapp", # ......................... Chat Clients
|
||||
"nimbusSmsIndia", "savvyBulkSmsKenya", # .......... SMS Clients
|
||||
"razorpay", "safaricomMPesaExpress", # ............ Payment Gateways
|
||||
"zerodhaKite", "iciciBreeze", "paperTrading", # ... Stock Brokers
|
||||
"theCaOfficeAi" # ................................. Software
|
||||
] = Field(
|
||||
description = "the third-part client that was used",
|
||||
frozen = True
|
||||
|
||||
Reference in New Issue
Block a user