feat: phone regex fix
This commit is contained in:
		
							
								
								
									
										4
									
								
								external/billing/schemas.py
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								external/billing/schemas.py
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,5 @@
 | 
			
		||||
import re
 | 
			
		||||
from typing import List
 | 
			
		||||
from typing import List, Optional
 | 
			
		||||
 | 
			
		||||
from pydantic import field_validator
 | 
			
		||||
 | 
			
		||||
@@ -62,7 +62,7 @@ class NotifyReceivedBillRequestSchema(BaseSchema):
 | 
			
		||||
 | 
			
		||||
class CreateBillingResponseSchema(BaseSchema):
 | 
			
		||||
    ok: bool
 | 
			
		||||
 | 
			
		||||
    message:Optional[str]
 | 
			
		||||
 | 
			
		||||
class NotifyReceivedBillResponseSchema(BaseSchema):
 | 
			
		||||
    ok: bool
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user