Update api spec (#107)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
		@ -7,7 +7,7 @@ from dateutil.parser import isoparse
 | 
			
		||||
from ..models.uuid import Uuid
 | 
			
		||||
from ..types import UNSET, Unset
 | 
			
		||||
 | 
			
		||||
J = TypeVar("J", bound="CustomerBalance")
 | 
			
		||||
V = TypeVar("V", bound="CustomerBalance")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@attr.s(auto_attribs=True)
 | 
			
		||||
@ -64,7 +64,7 @@ class CustomerBalance:
 | 
			
		||||
        return field_dict
 | 
			
		||||
 | 
			
		||||
    @classmethod
 | 
			
		||||
    def from_dict(cls: Type[J], src_dict: Dict[str, Any]) -> J:
 | 
			
		||||
    def from_dict(cls: Type[V], src_dict: Dict[str, Any]) -> V:
 | 
			
		||||
        d = src_dict.copy()
 | 
			
		||||
        _created_at = d.pop("created_at", UNSET)
 | 
			
		||||
        created_at: Union[Unset, datetime.datetime]
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user