remove extensions

This commit is contained in:
Tiago vasconcelos
2021-10-01 10:49:11 +01:00
parent 4120a51e0c
commit 6edac8ae8d
236 changed files with 0 additions and 22027 deletions
-30
View File
@@ -1,30 +0,0 @@
from pydantic import BaseModel
class Domains(BaseModel):
id: str
wallet: str
domain: str
cf_token: str
cf_zone_id: str
webhook: str
description: str
cost: int
amountmade: int
time: int
allowed_record_types: str
class Subdomains(BaseModel):
id: str
wallet: str
domain: str
domain_name: str
subdomain: str
email: str
ip: str
sats: int
duration: int
paid: bool
time: int
record_type: str