Skip to content

Commit

Permalink
bump version to-> < 0.29.16 >
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Oct 19, 2024
1 parent fa0682a commit ad3ccbd
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $(deriveJSON defaultOptions ''Version)
instance ToSchema Version

version1 :: Version
version1 = Version "0.29.15"
version1 = Version "0.29.16"



Expand Down
47 changes: 46 additions & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,51 @@
"title": "Transfer",
"type": "object"
},
{
"properties": {
"contents": {
"items": [
{
"items": {
"items": [
{
"$ref": "#/components/schemas/Limit"
},
{
"type": "string"
}
],
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"type": "array"
},
{
"type": "string"
},
{
"$ref": "#/components/schemas/TxnComment"
}
],
"maxItems": 3,
"minItems": 3,
"type": "array"
},
"tag": {
"enum": [
"TransferMultiple"
],
"type": "string"
}
},
"required": [
"tag",
"contents"
],
"title": "TransferMultiple",
"type": "object"
},
{
"properties": {
"contents": {
Expand Down Expand Up @@ -18562,7 +18607,7 @@
"name": "BSD 3"
},
"title": "Hastructure API",
"version": "0.29.13"
"version": "0.29.15"
},
"openapi": "3.0.0",
"paths": {
Expand Down

0 comments on commit ad3ccbd

Please sign in to comment.