File tree Expand file tree Collapse file tree 1 file changed +171
-3
lines changed Expand file tree Collapse file tree 1 file changed +171
-3
lines changed Original file line number Diff line number Diff line change 1
- # sequence-api v0.4.0 3c839236e45fcfcb22a0309d0a5b12b0f43bb377
1
+ # sequence-api v0.4.0 6aa48894cfc5520348ee50b7cf3061dce1f326d2
2
2
# --
3
3
# Code generated by [email protected] with openapi generator; DO NOT EDIT
4
4
#
@@ -2503,6 +2503,176 @@ components:
2503
2503
description : ' []CheckoutOptionOnRampProvider'
2504
2504
items :
2505
2505
$ref : ' #/components/schemas/CheckoutOptionOnRampProvider'
2506
+ FortePayCreateIntent :
2507
+ type : object
2508
+ required :
2509
+ - blockchain
2510
+ - buyer
2511
+ - currency
2512
+ - idempotencyKey
2513
+ - items
2514
+ - seller
2515
+ - transactionType
2516
+ properties :
2517
+ blockchain :
2518
+ type : string
2519
+ buyer :
2520
+ $ref : ' #/components/schemas/FortePayBuyer'
2521
+ currency :
2522
+ type : string
2523
+ idempotencyKey :
2524
+ type : string
2525
+ items :
2526
+ type : array
2527
+ description : ' []FortePayItem'
2528
+ items :
2529
+ $ref : ' #/components/schemas/FortePayItem'
2530
+ seller :
2531
+ $ref : ' #/components/schemas/FortePayWallet'
2532
+ transactionType :
2533
+ type : string
2534
+ FortePayBuyer :
2535
+ type : object
2536
+ required :
2537
+ - wallet
2538
+ - email
2539
+ - id
2540
+ properties :
2541
+ wallet :
2542
+ $ref : ' #/components/schemas/FortePayWallet'
2543
+ email :
2544
+ type : string
2545
+ id :
2546
+ type : string
2547
+ FortePayWallet :
2548
+ type : object
2549
+ required :
2550
+ - address
2551
+ - blockchain
2552
+ properties :
2553
+ address :
2554
+ type : string
2555
+ blockchain :
2556
+ type : string
2557
+ FortePayItem :
2558
+ type : object
2559
+ required :
2560
+ - amount
2561
+ - description
2562
+ - id
2563
+ - imageUrl
2564
+ - listingData
2565
+ - nftData
2566
+ - mintData
2567
+ - title
2568
+ properties :
2569
+ amount :
2570
+ type : string
2571
+ description :
2572
+ type : string
2573
+ id :
2574
+ type : string
2575
+ imageUrl :
2576
+ type : string
2577
+ listingData :
2578
+ $ref : ' #/components/schemas/FortePayItemListingData'
2579
+ nftData :
2580
+ $ref : ' #/components/schemas/FortePayItemNFTData'
2581
+ mintData :
2582
+ $ref : ' #/components/schemas/FortePayItemMintData'
2583
+ title :
2584
+ type : string
2585
+ FortePayItemListingData :
2586
+ type : object
2587
+ required :
2588
+ - orderHash
2589
+ - protocol
2590
+ - protocolAddress
2591
+ - auctionHouse
2592
+ - tokenAddress
2593
+ - calldata
2594
+ - payToAddress
2595
+ - structuredCalldata
2596
+ properties :
2597
+ orderHash :
2598
+ type : string
2599
+ protocol :
2600
+ type : string
2601
+ protocolAddress :
2602
+ type : string
2603
+ auctionHouse :
2604
+ type : string
2605
+ tokenAddress :
2606
+ type : string
2607
+ calldata :
2608
+ type : string
2609
+ payToAddress :
2610
+ type : string
2611
+ structuredCalldata :
2612
+ type : object
2613
+ FortePayItemNFTData :
2614
+ type : object
2615
+ required :
2616
+ - contractAddress
2617
+ - tokenId
2618
+ properties :
2619
+ contractAddress :
2620
+ type : string
2621
+ tokenId :
2622
+ type : string
2623
+ FortePayItemMintData :
2624
+ type : object
2625
+ required :
2626
+ - nonce
2627
+ - protocol
2628
+ - protocolAddress
2629
+ - signature
2630
+ - tokenIds
2631
+ - calldata
2632
+ - payToAddress
2633
+ - tokenContractAddress
2634
+ - structuredCalldata
2635
+ properties :
2636
+ nonce :
2637
+ type : string
2638
+ protocol :
2639
+ type : string
2640
+ protocolAddress :
2641
+ type : string
2642
+ signature :
2643
+ type : string
2644
+ tokenIds :
2645
+ type : array
2646
+ description : ' []string'
2647
+ items :
2648
+ type : string
2649
+ calldata :
2650
+ type : string
2651
+ payToAddress :
2652
+ type : string
2653
+ tokenContractAddress :
2654
+ type : string
2655
+ structuredCalldata :
2656
+ type : object
2657
+ FortePayIntent :
2658
+ type : object
2659
+ required :
2660
+ - flow
2661
+ - widgetData
2662
+ - paymentIntentId
2663
+ - notes
2664
+ properties :
2665
+ flow :
2666
+ type : string
2667
+ widgetData :
2668
+ type : string
2669
+ paymentIntentId :
2670
+ type : string
2671
+ notes :
2672
+ type : array
2673
+ description : ' []string'
2674
+ items :
2675
+ type : string
2506
2676
API_IsValidSignature_Request :
2507
2677
type : object
2508
2678
properties :
@@ -3131,8 +3301,6 @@ paths:
3131
3301
post :
3132
3302
tags : ["API"]
3133
3303
summary : " "
3134
- description : |
3135
- Currency abstraction
3136
3304
requestBody :
3137
3305
content :
3138
3306
application/json :
You can’t perform that action at this time.
0 commit comments