File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class DetailedAccount(BaseModel):
4343 description : StrictStr
4444 can_invite : StrictBool
4545 referral_points_percentage : StrictStr
46- max_referral_usage_limit : StrictInt
46+ max_referral_usage_limit : Optional [ StrictInt ]
4747 positions : List [AccountPosition ]
4848 total_asset_value : StrictStr
4949 pool_info : PublicPoolInfo
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class PublicPool(BaseModel):
4242 description : StrictStr
4343 can_invite : StrictBool
4444 referral_points_percentage : StrictStr
45- max_referral_usage_limit : StrictInt
45+ max_referral_usage_limit : Optional [ StrictInt ]
4646 total_asset_value : StrictStr
4747 pool_info : PublicPoolInfo
4848 account_share : Optional [PublicPoolShare ] = None
You can’t perform that action at this time.
0 commit comments