File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
- # sequence-api v0.4.0 500d1a85196c9349b877d8b94877c0cf9f0176e8
1
+ # sequence-api v0.4.0 3c839236e45fcfcb22a0309d0a5b12b0f43bb377
2
2
# --
3
3
# Code generated by [email protected] with openapi generator; DO NOT EDIT
4
4
#
@@ -1983,6 +1983,7 @@ components:
1983
1983
- chainId
1984
1984
- projectId
1985
1985
- contractAddress
1986
+ - packId
1986
1987
- content
1987
1988
properties :
1988
1989
id :
@@ -1993,6 +1994,8 @@ components:
1993
1994
type : number
1994
1995
contractAddress :
1995
1996
type : string
1997
+ packId :
1998
+ type : string
1996
1999
content :
1997
2000
type : array
1998
2001
description : ' []PackContent'
@@ -2004,6 +2007,7 @@ components:
2004
2007
type : object
2005
2008
required :
2006
2009
- tokenAddresses
2010
+ - isERC721
2007
2011
- tokenIds
2008
2012
- amounts
2009
2013
properties :
@@ -2012,6 +2016,11 @@ components:
2012
2016
description : ' []string'
2013
2017
items :
2014
2018
type : string
2019
+ isERC721 :
2020
+ type : array
2021
+ description : ' []bool'
2022
+ items :
2023
+ type : boolean
2015
2024
tokenIds :
2016
2025
type : array
2017
2026
description : ' [][]string'
You can’t perform that action at this time.
0 commit comments