Skip to content

Commit 5fe44c5

Browse files
[AUTOMATED] Update: api/proto/docs/api.gen.yaml
1 parent fdff33e commit 5fe44c5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/pages/api/api/api.gen.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sequence-api v0.4.0 e39251a72e6ce1712b3b13eccfb4b0b1bccef3c7
1+
# sequence-api v0.4.0 f6cda8c5a138f42fc73f91a8dbfaa1dc55eaf72f
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -2440,7 +2440,17 @@ components:
24402440
type: string
24412441
chainId:
24422442
type: number
2443-
SecondaryCheckoutOptionsParams:
2443+
CheckoutOptionsPrimaryParams:
2444+
type: object
2445+
required:
2446+
- quantity
2447+
- tokenId
2448+
properties:
2449+
quantity:
2450+
type: string
2451+
tokenId:
2452+
type: string
2453+
CheckoutOptionsSecondaryParams:
24442454
type: object
24452455
required:
24462456
- collectionAddress

0 commit comments

Comments
 (0)