#27 more info to myUser and userTransactions

This commit is contained in:
Dominic Villemure
2024-05-18 00:04:10 -04:00
parent 5161e3a91a
commit 5cdfd9c639
6 changed files with 27 additions and 10 deletions

View File

@@ -710,6 +710,10 @@
"items": {
"$ref": "#/components/schemas/UserTransactionDto"
}
},
"totalBalance": {
"type": "number",
"format": "decimal"
}
}
},
@@ -726,6 +730,13 @@
},
"tipMessage": {
"type": "string"
},
"created": {
"type": "string",
"format": "date-time"
},
"isConfirmed": {
"type": "boolean"
}
}
},