chore: clean-up

This commit is contained in:
Vlad Stan
2026-07-08 11:54:57 +03:00
parent b74b75d303
commit 2b791d1c23
5 changed files with 80 additions and 232 deletions
-9
View File
@@ -98,15 +98,6 @@ class ListUserWalletsResponse(BaseModel):
wallets: list[UserWalletSummary] = Field(default_factory=list)
class WatchPaymentRequest(BaseModel):
payment_hash: str = Field(..., min_length=1, max_length=128)
callback_export: str = Field(..., min_length=1, max_length=128)
class WatchPaymentResponse(BaseModel):
ok: bool = True
class RandomIdRequest(BaseModel):
prefix: str = Field(..., min_length=1, max_length=32)