FixNameFile
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 21s

This commit is contained in:
QuangMinh_123
2025-12-10 09:57:16 +00:00
parent 085501b946
commit 24e4db954a
9 changed files with 205 additions and 124 deletions

View File

@@ -6,7 +6,7 @@ from helpers import str_to_bool
@dataclasses.dataclass
class PhoneFilter:
phone_numbers: Optional[str] = None
phone_number: Optional[str] = None
prefix: Optional[str] = None
created_from: Optional[str] = None
created_to: Optional[str] = None
@@ -41,7 +41,7 @@ class Page:
@dataclasses.dataclass
class PhonePage(Page): # Ke thua
class PhonePage(Page): # Ke thua
sortby: Optional[str] = None
filter: PhoneFilter = dataclasses.field(
default_factory=PhoneFilter.from_request_queries