We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdff33e commit 5fe44c5Copy full SHA for 5fe44c5
docs/pages/api/api/api.gen.yaml
@@ -1,4 +1,4 @@
1
-# sequence-api v0.4.0 e39251a72e6ce1712b3b13eccfb4b0b1bccef3c7
+# sequence-api v0.4.0 f6cda8c5a138f42fc73f91a8dbfaa1dc55eaf72f
2
# --
3
# Code generated by [email protected] with openapi generator; DO NOT EDIT
4
#
@@ -2440,7 +2440,17 @@ components:
2440
type: string
2441
chainId:
2442
type: number
2443
- SecondaryCheckoutOptionsParams:
+ CheckoutOptionsPrimaryParams:
2444
+ type: object
2445
+ required:
2446
+ - quantity
2447
+ - tokenId
2448
+ properties:
2449
+ quantity:
2450
+ type: string
2451
+ tokenId:
2452
2453
+ CheckoutOptionsSecondaryParams:
2454
type: object
2455
required:
2456
- collectionAddress
0 commit comments