Update api spec (#429)
* 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
cfcad06e60
commit
7733b0658c
@ -26,9 +26,13 @@ class ModelingAppSubscriptionTier(BaseModel):
|
||||
|
||||
features: Optional[List[SubscriptionTierFeature]] = None
|
||||
|
||||
monthly_pay_as_you_go_api_credits: int = 0
|
||||
|
||||
monthly_pay_as_you_go_api_credits_monetary_value: float
|
||||
|
||||
name: ModelingAppSubscriptionTierName
|
||||
|
||||
pay_as_you_go_credits: float
|
||||
pay_as_you_go_api_credit_price: float = 0.0
|
||||
|
||||
price: SubscriptionTierPrice
|
||||
|
||||
|
Reference in New Issue
Block a user