Update api spec (#124)
* YOYO NEW API SPEC! * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> * tuples Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates; Signed-off-by: Jess Frazelle <github@jessfraz.com> * I have generated the latest API! --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
		@ -9,7 +9,7 @@ from ..models.unit_area import UnitArea
 | 
			
		||||
from ..models.uuid import Uuid
 | 
			
		||||
from ..types import UNSET, Unset
 | 
			
		||||
 | 
			
		||||
HF = TypeVar("HF", bound="UnitAreaConversion")
 | 
			
		||||
GS = TypeVar("GS", bound="UnitAreaConversion")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@attr.s(auto_attribs=True)
 | 
			
		||||
@ -87,7 +87,7 @@ class UnitAreaConversion:
 | 
			
		||||
        return field_dict
 | 
			
		||||
 | 
			
		||||
    @classmethod
 | 
			
		||||
    def from_dict(cls: Type[HF], src_dict: Dict[str, Any]) -> HF:
 | 
			
		||||
    def from_dict(cls: Type[GS], src_dict: Dict[str, Any]) -> GS:
 | 
			
		||||
        d = src_dict.copy()
 | 
			
		||||
        _completed_at = d.pop("completed_at", UNSET)
 | 
			
		||||
        completed_at: Union[Unset, datetime.datetime]
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user