File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed
services/web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -8374,6 +8374,33 @@ components:
83748374 required :
83758375 - priceDollars
83768376 title : CreateWalletPayment
8377+ CreditPriceGet :
8378+ properties :
8379+ productName :
8380+ type : string
8381+ title : Productname
8382+ usdPerCredit :
8383+ anyOf :
8384+ - type : number
8385+ minimum : 0.0
8386+ - type : ' null'
8387+ title : Usdpercredit
8388+ description : Price of a credit in USD. If None, then this product's price
8389+ is UNDEFINED
8390+ minPaymentAmountUsd :
8391+ anyOf :
8392+ - type : integer
8393+ minimum : 0
8394+ - type : ' null'
8395+ title : Minpaymentamountusd
8396+ description : Minimum amount (included) in USD that can be paid for this
8397+ productCan be None if this product's price is UNDEFINED
8398+ type : object
8399+ required :
8400+ - productName
8401+ - usdPerCredit
8402+ - minPaymentAmountUsd
8403+ title : CreditPriceGet
83778404 CursorPage_FileMetaDataGet_ :
83788405 properties :
83798406 items :
@@ -8415,33 +8442,6 @@ components:
84158442 required :
84168443 - items
84178444 title : CursorPage[FileMetaDataGet]
8418- CreditPriceGet :
8419- properties :
8420- productName :
8421- type : string
8422- title : Productname
8423- usdPerCredit :
8424- anyOf :
8425- - type : number
8426- minimum : 0.0
8427- - type : ' null'
8428- title : Usdpercredit
8429- description : Price of a credit in USD. If None, then this product's price
8430- is UNDEFINED
8431- minPaymentAmountUsd :
8432- anyOf :
8433- - type : integer
8434- minimum : 0
8435- - type : ' null'
8436- title : Minpaymentamountusd
8437- description : Minimum amount (included) in USD that can be paid for this
8438- productCan be None if this product's price is UNDEFINED
8439- type : object
8440- required :
8441- - productName
8442- - usdPerCredit
8443- - minPaymentAmountUsd
8444- title : CreditPriceGet
84458445 DatCoreFileLink :
84468446 properties :
84478447 store :
You can’t perform that action at this time.
0 commit comments