File tree Expand file tree Collapse file tree 1 file changed +72
-1
lines changed
Expand file tree Collapse file tree 1 file changed +72
-1
lines changed Original file line number Diff line number Diff line change 1- # sequence-api v0.4.0 02eb143212dbe1ff30a8c31da3b8878822fd4664
1+ # sequence-api v0.4.0 eef43d6589a237ffd7a69fd2fdb1b21bfa6f0177
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -841,6 +841,33 @@ components:
841841 - UNKNOWN
842842 - BUY
843843 - SELL
844+ CheckoutOptionCrypto :
845+ type : string
846+ description : Represented as uint32 on the server side
847+ enum :
848+ - none
849+ - partially
850+ - all
851+ CheckoutOptionNFTCheckoutProvider :
852+ type : string
853+ description : Represented as uint32 on the server side
854+ enum :
855+ - unknown
856+ - sardine
857+ - transak
858+ CheckoutOptionOnRampProvider :
859+ type : string
860+ description : Represented as uint32 on the server side
861+ enum :
862+ - unknown
863+ - sardine
864+ - transak
865+ CheckoutOptionSwapProvider :
866+ type : string
867+ description : Represented as uint32 on the server side
868+ enum :
869+ - unknown
870+ - lifi
844871 Version :
845872 type : object
846873 required :
@@ -2411,6 +2438,50 @@ components:
24112438 type : string
24122439 chainId :
24132440 type : number
2441+ SecondaryCheckoutOptionsParams :
2442+ type : object
2443+ required :
2444+ - collectionAddress
2445+ - marketplaceAddress
2446+ - currencyAddress
2447+ - priceAmount
2448+ - tokenId
2449+ properties :
2450+ collectionAddress :
2451+ type : string
2452+ marketplaceAddress :
2453+ type : string
2454+ currencyAddress :
2455+ type : string
2456+ priceAmount :
2457+ type : string
2458+ tokenId :
2459+ type : string
2460+ CheckoutOptions :
2461+ type : object
2462+ required :
2463+ - crypto
2464+ - swap
2465+ - nftCheckout
2466+ - onRamp
2467+ properties :
2468+ crypto :
2469+ $ref : ' #/components/schemas/CheckoutOptionCrypto'
2470+ swap :
2471+ type : array
2472+ description : ' []CheckoutOptionSwapProvider'
2473+ items :
2474+ $ref : ' #/components/schemas/CheckoutOptionSwapProvider'
2475+ nftCheckout :
2476+ type : array
2477+ description : ' []CheckoutOptionNFTCheckoutProvider'
2478+ items :
2479+ $ref : ' #/components/schemas/CheckoutOptionNFTCheckoutProvider'
2480+ onRamp :
2481+ type : array
2482+ description : ' []CheckoutOptionOnRampProvider'
2483+ items :
2484+ $ref : ' #/components/schemas/CheckoutOptionOnRampProvider'
24142485 API_IsValidSignature_Request :
24152486 type : object
24162487 properties :
You can’t perform that action at this time.
0 commit comments