File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1849,6 +1849,7 @@ class OrgQuotasIn(BaseModel):
1849
1849
extraExecMinutes : Optional [int ] = None
1850
1850
giftedExecMinutes : Optional [int ] = None
1851
1851
1852
+
1852
1853
# ============================================================================
1853
1854
class Plan (BaseModel ):
1854
1855
"""Available Browsertrix plan, from env"""
@@ -1858,12 +1859,14 @@ class Plan(BaseModel):
1858
1859
org_quotas : OrgQuotas
1859
1860
testmode : bool = False
1860
1861
1862
+
1861
1863
# ============================================================================
1862
1864
class PlansResponse (BaseModel ):
1863
1865
"""Response for plans api endpoint"""
1864
1866
1865
1867
plans : list [Plan ]
1866
1868
1869
+
1867
1870
# ============================================================================
1868
1871
class SubscriptionEventOut (BaseModel ):
1869
1872
"""Fields to add to output models for subscription events"""
You can’t perform that action at this time.
0 commit comments