Skip to content

Commit 19fed3c

Browse files
mtengbotModern Treasury Bot
andauthored
OpenAPI Sync (#501)
Co-authored-by: Modern Treasury Bot <noreply@moderntreasury.com>
1 parent cd38091 commit 19fed3c

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

openapi/mt_openapi_spec_v1.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15184,6 +15184,10 @@ components:
1518415184
type: integer
1518515185
description: Value in specified currency's smallest unit. e.g. $10 would
1518615186
be represented as 1000. Can be any integer up to 36 digits.
15187+
amount_string:
15188+
type: string
15189+
description: The amount of the ledger entry as a string, preserving full
15190+
precision for values that may exceed safe integer limits in some languages.
1518715191
effective_at:
1518815192
type: string
1518915193
format: date-time
@@ -15247,7 +15251,7 @@ components:
1524715251
foo: bar
1524815252
modern: treasury
1524915253
additionalProperties: false
15250-
minProperties: 17
15254+
minProperties: 18
1525115255
required:
1525215256
- id
1525315257
- object
@@ -15256,6 +15260,7 @@ components:
1525615260
- updated_at
1525715261
- discarded_at
1525815262
- amount
15263+
- amount_string
1525915264
- effective_at
1526015265
- direction
1526115266
- status
@@ -15376,6 +15381,10 @@ components:
1537615381
type: integer
1537715382
description: Value in specified currency's smallest unit. e.g. $10 would
1537815383
be represented as 1000. Can be any integer up to 36 digits.
15384+
amount_string:
15385+
type: string
15386+
description: The amount of the ledger entry as a string, preserving full
15387+
precision for values that may exceed safe integer limits in some languages.
1537915388
effective_at:
1538015389
type: string
1538115390
format: date-time
@@ -15439,13 +15448,14 @@ components:
1543915448
for more details.
1544015449
nullable: true
1544115450
additionalProperties: false
15442-
minProperties: 15
15451+
minProperties: 16
1544315452
required:
1544415453
- id
1544515454
- object
1544615455
- live_mode
1544715456
- created_at
1544815457
- amount
15458+
- amount_string
1544915459
- effective_at
1545015460
- direction
1545115461
- status

0 commit comments

Comments
 (0)