File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555]
5656
5757
58+ CreditScoresModelLiterals = Literal [
59+ 'vantage_4' ,
60+ 'vantage_3'
61+ ]
62+
63+
5864CreditReportBureausLiterals = Literal [
5965 'experian' ,
6066 'equifax' ,
@@ -183,7 +189,7 @@ class EntityCreditScoresFactorsType(TypedDict):
183189class EntityCreditScoresType (TypedDict ):
184190 score : int
185191 source : CreditReportBureausLiterals
186- model : str
192+ model : CreditScoresModelLiterals
187193 factors : List [EntityCreditScoresFactorsType ]
188194 created_at : str
189195 factors : EntityCreditScoresFactorsType
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'method-python' ,
5- version = '0.0.41 ' ,
5+ version = '0.0.42 ' ,
66 description = 'Python library for the Method API' ,
77 long_description = 'Python library for the Method API' ,
88 long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments