Skip to content

Commit

Permalink
chore: bump cala (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard authored Jun 29, 2024
1 parent 549e82f commit 318516a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/src/ledger/cala/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ type Balance {
pending: BalanceAmount!
encumbrance: BalanceAmount!
version: Int!
available(layer: Layer!): BalanceAmount!
}

type BalanceAmount {
Expand Down Expand Up @@ -448,6 +449,12 @@ type JournalUpdatePayload {
journal: Journal!
}

enum Layer {
SETTLED
PENDING
ENCUMBRANCE
}

type Money {
units: Decimal!
currency: CurrencyCode!
Expand Down

0 comments on commit 318516a

Please sign in to comment.