feat: add bill math cassette-agnostic solution

fix: multiple generic fixes related with the recyclers
fix: slight UI data changes
This commit is contained in:
Sérgio Salgado 2023-04-26 01:53:54 +01:00
parent 2d010fc359
commit f3ab63766e
15 changed files with 173 additions and 353 deletions

View file

@ -165,11 +165,13 @@ type DynamicCoinValues {
}
type PhysicalCassette {
name: String!
denomination: Int!
count: Int!
}
type PhysicalStacker {
name: String!
denomination: Int!
count: Int!
}