1- # sequence-builder v0.1.0 e6bbb8b8a0c8897bf6e1f5f418f2f369d9d2ab44
1+ # sequence-builder v0.1.0 e1326a3f6bff9da345ede8be4c78f698a9a192b8
22# --
3- # Code generated by webrpc-gen@v0.22.0 with openapi generator; DO NOT EDIT
3+ # Code generated by webrpc-gen@v0.22.1 with openapi generator; DO NOT EDIT
44#
55# webrpc-gen -service=Builder -match=@analytics -schema=proto/builder.main.ridl -target=openapi -title=Analytics Api -servers=https://api.sequence.app;Analytics -securityAnnotation=@auth -securitySchemes= -out=proto/docs/analytics.gen.yaml
66openapi : 3.0.0
@@ -1509,6 +1509,31 @@ components:
15091509 type : string
15101510 order :
15111511 $ref : ' #/components/schemas/SortOrder'
1512+ BillingSettings :
1513+ type : object
1514+ required :
1515+ - limits
1516+ - prices
1517+ - topUp
1518+ - forceAllowTransactions
1519+ - blockTransactions
1520+ - providerSettings
1521+ properties :
1522+ limits :
1523+ $ref : ' #/components/schemas/LimitSettings'
1524+ prices :
1525+ $ref : ' #/components/schemas/PriceSettings'
1526+ topUp :
1527+ $ref : ' #/components/schemas/TopUpSettings'
1528+ forceAllowTransactions :
1529+ type : boolean
1530+ blockTransactions :
1531+ type : boolean
1532+ providerSettings :
1533+ type : object
1534+ description : ' map<string,BillingProviderSettings>'
1535+ additionalProperties :
1536+ $ref : ' #/components/schemas/BillingProviderSettings'
15121537 TopUpSettings :
15131538 type : object
15141539 required :
@@ -1525,25 +1550,27 @@ components:
15251550 type : number
15261551 limit :
15271552 type : number
1528- BillingSettings :
1553+ BillingCycle :
1554+ type : object
1555+ required :
1556+ - start
1557+ - end
1558+ properties :
1559+ start :
1560+ type : string
1561+ end :
1562+ type : string
1563+ LimitSettings :
15291564 type : object
15301565 required :
15311566 - maxMau
15321567 - requestsPerMau
15331568 - maxKeys
15341569 - rateLimit
1535- - creditsIncludedWarn
1536- - creditsIncludedMax
1537- - creditsOverageWarn
1538- - creditsOverageMax
1539- - priceSubscriptionTier
1540- - priceCreditOverage
1541- - marketplaceFee
1542- - gasFeeMarkup
1543- - topUp
1544- - forceAllowTransactions
1545- - blockTransactions
1546- - providerSettings
1570+ - includedWarn
1571+ - includedMax
1572+ - overageWarn
1573+ - overageMax
15471574 properties :
15481575 maxMau :
15491576 type : number
@@ -1553,33 +1580,30 @@ components:
15531580 type : number
15541581 rateLimit :
15551582 type : number
1556- creditsIncludedWarn :
1583+ includedWarn :
15571584 type : number
1558- creditsIncludedMax :
1585+ includedMax :
15591586 type : number
1560- creditsOverageWarn :
1587+ overageWarn :
15611588 type : number
1562- creditsOverageMax :
1589+ overageMax :
15631590 type : number
1564- priceSubscriptionTier :
1591+ PriceSettings :
1592+ type : object
1593+ required :
1594+ - subscription
1595+ - overage
1596+ - marketplaceFee
1597+ - gasFeeMarkup
1598+ properties :
1599+ subscription :
15651600 type : string
1566- priceCreditOverage :
1601+ overage :
15671602 type : string
15681603 marketplaceFee :
15691604 type : string
15701605 gasFeeMarkup :
15711606 type : string
1572- topUp :
1573- $ref : ' #/components/schemas/TopUpSettings'
1574- forceAllowTransactions :
1575- type : boolean
1576- blockTransactions :
1577- type : boolean
1578- providerSettings :
1579- type : object
1580- description : ' map<string,BillingProviderSettings>'
1581- additionalProperties :
1582- $ref : ' #/components/schemas/BillingProviderSettings'
15831607 BillingProviderSettings :
15841608 type : object
15851609 required :
@@ -1604,8 +1628,6 @@ components:
16041628 properties :
16051629 maxMau :
16061630 type : number
1607- requestsPerMau :
1608- type : number
16091631 topUpEnabled :
16101632 type : boolean
16111633 topUpThreshold :
@@ -1636,8 +1658,7 @@ components:
16361658 type : object
16371659 required :
16381660 - current
1639- - cycleStart
1640- - cycleEnd
1661+ - cycle
16411662 - settings
16421663 - creditsBonus
16431664 - creditUsage
@@ -1646,16 +1667,14 @@ components:
16461667 properties :
16471668 current :
16481669 $ref : ' #/components/schemas/ProjectSubscription'
1649- cycleStart :
1650- type : string
1651- cycleEnd :
1652- type : string
1670+ cycle :
1671+ $ref : ' #/components/schemas/BillingCycle '
1672+ settings :
1673+ $ref : ' #/components/schemas/BillingSettings '
16531674 plannedDowngrade :
16541675 $ref : ' #/components/schemas/SubscriptionTier'
16551676 pendingUpgrade :
16561677 $ref : ' #/components/schemas/SubscriptionTier'
1657- settings :
1658- $ref : ' #/components/schemas/BillingSettings'
16591678 creditsBonus :
16601679 type : number
16611680 creditUsage :
0 commit comments