Skip to content

Commit f9bee39

Browse files
committed
[AUTOMATED] Update: api/proto/docs/api.gen.yaml
1 parent bd2059f commit f9bee39

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sequence-api v0.4.0 500d1a85196c9349b877d8b94877c0cf9f0176e8
1+
# sequence-api v0.4.0 3c839236e45fcfcb22a0309d0a5b12b0f43bb377
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -1983,6 +1983,7 @@ components:
19831983
- chainId
19841984
- projectId
19851985
- contractAddress
1986+
- packId
19861987
- content
19871988
properties:
19881989
id:
@@ -1993,6 +1994,8 @@ components:
19931994
type: number
19941995
contractAddress:
19951996
type: string
1997+
packId:
1998+
type: string
19961999
content:
19972000
type: array
19982001
description: '[]PackContent'
@@ -2004,6 +2007,7 @@ components:
20042007
type: object
20052008
required:
20062009
- tokenAddresses
2010+
- isERC721
20072011
- tokenIds
20082012
- amounts
20092013
properties:
@@ -2012,6 +2016,11 @@ components:
20122016
description: '[]string'
20132017
items:
20142018
type: string
2019+
isERC721:
2020+
type: array
2021+
description: '[]bool'
2022+
items:
2023+
type: boolean
20152024
tokenIds:
20162025
type: array
20172026
description: '[][]string'

0 commit comments

Comments
 (0)