Update api spec (#303)
* 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:
committed by
GitHub
parent
69118b949d
commit
8d9bc7a743
@ -17,6 +17,8 @@ from ..models.zoo_tool import ZooTool
|
||||
class ModelingAppSubscriptionTier(BaseModel):
|
||||
"""A subscription tier we offer for the Modeling App."""
|
||||
|
||||
annual_discount: Optional[int] = None
|
||||
|
||||
description: str
|
||||
|
||||
features: Optional[List[SubscriptionTierFeature]] = None
|
||||
|
Reference in New Issue
Block a user