@pax2pay/model-banking 0.1.164 → 0.1.166

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,11 +9,11 @@ export namespace Counterbalance {
9
9
  export type Entry = typeof Entry.values[number]
10
10
  export namespace Entry {
11
11
  export const values = [
12
- ...Card.Stack.stacks.flatMap(s => [`fee.${s}`, `settle.${s}`] as const),
13
- ...Supplier.names.flatMap(s => [`incoming.${s}`, `outgoing.${s}`] as const),
14
- `incoming.internal`,
15
- `outgoing.internal`,
16
- "fee.other",
12
+ ...Card.Stack.stacks.flatMap(s => [`fee_${s}`, `settle_${s}`] as const),
13
+ ...Supplier.names.flatMap(s => [`incoming_${s}`, `outgoing_${s}`] as const),
14
+ `incoming_internal`,
15
+ `outgoing_internal`,
16
+ "fee_other",
17
17
  ] as const
18
18
  export const type = isly.string(Entry.values)
19
19
  export const is = type.is
@@ -1,4 +1,4 @@
1
1
  export type Category = typeof Category.type[number]
2
2
  export namespace Category {
3
- export const type = ["safeguarded", "unsafe", "other", "external"] as const
3
+ export const type = ["safeguarded", "unsafe", "buffer", "other", "external"] as const
4
4
  }
@@ -3,7 +3,8 @@ import { Account } from "../Account"
3
3
  export interface Fiat {
4
4
  safe: number
5
5
  unsafe: number
6
+ total: number // emoney issuable total amount
6
7
  other: number
7
- total: number
8
+ buffer: number
8
9
  accounts: Account[]
9
10
  }
@@ -4,13 +4,13 @@ export type Counterbalance = Partial<Record<Counterbalance.Entry, number>>;
4
4
  export declare namespace Counterbalance {
5
5
  type Entry = typeof Entry.values[number];
6
6
  namespace Entry {
7
- const values: readonly [...("fee.test-paxgiro" | "fee.test-tpl-paxgiro" | "fee.testUK-marqeta" | "fee.uk-tpl-marqeta" | "settle.test-paxgiro" | "settle.test-tpl-paxgiro" | "settle.testUK-marqeta" | "settle.uk-tpl-marqeta" | "incoming.paxgiro" | "incoming.clearbank" | "outgoing.paxgiro" | "outgoing.clearbank")[], "incoming.internal", "outgoing.internal", "fee.other"];
8
- const type: isly.Type<"fee.test-paxgiro" | "fee.test-tpl-paxgiro" | "fee.testUK-marqeta" | "fee.uk-tpl-marqeta" | "settle.test-paxgiro" | "settle.test-tpl-paxgiro" | "settle.testUK-marqeta" | "settle.uk-tpl-marqeta" | "incoming.paxgiro" | "incoming.clearbank" | "outgoing.paxgiro" | "outgoing.clearbank" | "incoming.internal" | "outgoing.internal" | "fee.other">;
9
- const is: isly.Type.IsFunction<"fee.test-paxgiro" | "fee.test-tpl-paxgiro" | "fee.testUK-marqeta" | "fee.uk-tpl-marqeta" | "settle.test-paxgiro" | "settle.test-tpl-paxgiro" | "settle.testUK-marqeta" | "settle.uk-tpl-marqeta" | "incoming.paxgiro" | "incoming.clearbank" | "outgoing.paxgiro" | "outgoing.clearbank" | "incoming.internal" | "outgoing.internal" | "fee.other">;
7
+ const values: readonly [...("fee_test-paxgiro" | "fee_test-tpl-paxgiro" | "fee_testUK-marqeta" | "fee_uk-tpl-marqeta" | "settle_test-paxgiro" | "settle_test-tpl-paxgiro" | "settle_testUK-marqeta" | "settle_uk-tpl-marqeta" | "incoming_paxgiro" | "incoming_clearbank" | "outgoing_paxgiro" | "outgoing_clearbank")[], "incoming_internal", "outgoing_internal", "fee_other"];
8
+ const type: isly.Type<"fee_test-paxgiro" | "fee_test-tpl-paxgiro" | "fee_testUK-marqeta" | "fee_uk-tpl-marqeta" | "settle_test-paxgiro" | "settle_test-tpl-paxgiro" | "settle_testUK-marqeta" | "settle_uk-tpl-marqeta" | "incoming_paxgiro" | "incoming_clearbank" | "outgoing_paxgiro" | "outgoing_clearbank" | "incoming_internal" | "outgoing_internal" | "fee_other">;
9
+ const is: isly.Type.IsFunction<"fee_test-paxgiro" | "fee_test-tpl-paxgiro" | "fee_testUK-marqeta" | "fee_uk-tpl-marqeta" | "settle_test-paxgiro" | "settle_test-tpl-paxgiro" | "settle_testUK-marqeta" | "settle_uk-tpl-marqeta" | "incoming_paxgiro" | "incoming_clearbank" | "outgoing_paxgiro" | "outgoing_clearbank" | "incoming_internal" | "outgoing_internal" | "fee_other">;
10
10
  const flaw: isly.Type.FlawFunction;
11
11
  }
12
- const type: isly.Type<Partial<Record<"fee.test-paxgiro" | "fee.test-tpl-paxgiro" | "fee.testUK-marqeta" | "fee.uk-tpl-marqeta" | "settle.test-paxgiro" | "settle.test-tpl-paxgiro" | "settle.testUK-marqeta" | "settle.uk-tpl-marqeta" | "incoming.paxgiro" | "incoming.clearbank" | "outgoing.paxgiro" | "outgoing.clearbank" | "incoming.internal" | "outgoing.internal" | "fee.other", number>>>;
13
- const is: isly.Type.IsFunction<Partial<Record<"fee.test-paxgiro" | "fee.test-tpl-paxgiro" | "fee.testUK-marqeta" | "fee.uk-tpl-marqeta" | "settle.test-paxgiro" | "settle.test-tpl-paxgiro" | "settle.testUK-marqeta" | "settle.uk-tpl-marqeta" | "incoming.paxgiro" | "incoming.clearbank" | "outgoing.paxgiro" | "outgoing.clearbank" | "incoming.internal" | "outgoing.internal" | "fee.other", number>>>;
12
+ const type: isly.Type<Partial<Record<"fee_test-paxgiro" | "fee_test-tpl-paxgiro" | "fee_testUK-marqeta" | "fee_uk-tpl-marqeta" | "settle_test-paxgiro" | "settle_test-tpl-paxgiro" | "settle_testUK-marqeta" | "settle_uk-tpl-marqeta" | "incoming_paxgiro" | "incoming_clearbank" | "outgoing_paxgiro" | "outgoing_clearbank" | "incoming_internal" | "outgoing_internal" | "fee_other", number>>>;
13
+ const is: isly.Type.IsFunction<Partial<Record<"fee_test-paxgiro" | "fee_test-tpl-paxgiro" | "fee_testUK-marqeta" | "fee_uk-tpl-marqeta" | "settle_test-paxgiro" | "settle_test-tpl-paxgiro" | "settle_testUK-marqeta" | "settle_uk-tpl-marqeta" | "incoming_paxgiro" | "incoming_clearbank" | "outgoing_paxgiro" | "outgoing_clearbank" | "incoming_internal" | "outgoing_internal" | "fee_other", number>>>;
14
14
  const flaw: isly.Type.FlawFunction;
15
15
  function add(addendee: Counterbalance, addend: Counterbalance, currency: isoly.Currency): Counterbalance;
16
16
  }
@@ -7,11 +7,11 @@ export var Counterbalance;
7
7
  let Entry;
8
8
  (function (Entry) {
9
9
  Entry.values = [
10
- ...Card.Stack.stacks.flatMap(s => [`fee.${s}`, `settle.${s}`]),
11
- ...Supplier.names.flatMap(s => [`incoming.${s}`, `outgoing.${s}`]),
12
- `incoming.internal`,
13
- `outgoing.internal`,
14
- "fee.other",
10
+ ...Card.Stack.stacks.flatMap(s => [`fee_${s}`, `settle_${s}`]),
11
+ ...Supplier.names.flatMap(s => [`incoming_${s}`, `outgoing_${s}`]),
12
+ `incoming_internal`,
13
+ `outgoing_internal`,
14
+ "fee_other",
15
15
  ];
16
16
  Entry.type = isly.string(Entry.values);
17
17
  Entry.is = Entry.type.is;
@@ -8,8 +8,8 @@ export declare namespace Counterbalances {
8
8
  namespace Counterbalance {
9
9
  type Entry = CounterbalancesCounterBalance.Entry;
10
10
  }
11
- const type: isly.Type<Partial<Record<"BTN" | "CHE" | "MKD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL", Partial<Record<"fee.test-paxgiro" | "fee.test-tpl-paxgiro" | "fee.testUK-marqeta" | "fee.uk-tpl-marqeta" | "settle.test-paxgiro" | "settle.test-tpl-paxgiro" | "settle.testUK-marqeta" | "settle.uk-tpl-marqeta" | "incoming.paxgiro" | "incoming.clearbank" | "outgoing.paxgiro" | "outgoing.clearbank" | "incoming.internal" | "outgoing.internal" | "fee.other", number>>>>>;
12
- const is: isly.Type.IsFunction<Partial<Record<"BTN" | "CHE" | "MKD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL", Partial<Record<"fee.test-paxgiro" | "fee.test-tpl-paxgiro" | "fee.testUK-marqeta" | "fee.uk-tpl-marqeta" | "settle.test-paxgiro" | "settle.test-tpl-paxgiro" | "settle.testUK-marqeta" | "settle.uk-tpl-marqeta" | "incoming.paxgiro" | "incoming.clearbank" | "outgoing.paxgiro" | "outgoing.clearbank" | "incoming.internal" | "outgoing.internal" | "fee.other", number>>>>>;
11
+ const type: isly.Type<Partial<Record<"BTN" | "CHE" | "MKD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL", Partial<Record<"fee_test-paxgiro" | "fee_test-tpl-paxgiro" | "fee_testUK-marqeta" | "fee_uk-tpl-marqeta" | "settle_test-paxgiro" | "settle_test-tpl-paxgiro" | "settle_testUK-marqeta" | "settle_uk-tpl-marqeta" | "incoming_paxgiro" | "incoming_clearbank" | "outgoing_paxgiro" | "outgoing_clearbank" | "incoming_internal" | "outgoing_internal" | "fee_other", number>>>>>;
12
+ const is: isly.Type.IsFunction<Partial<Record<"BTN" | "CHE" | "MKD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL", Partial<Record<"fee_test-paxgiro" | "fee_test-tpl-paxgiro" | "fee_testUK-marqeta" | "fee_uk-tpl-marqeta" | "settle_test-paxgiro" | "settle_test-tpl-paxgiro" | "settle_testUK-marqeta" | "settle_uk-tpl-marqeta" | "incoming_paxgiro" | "incoming_clearbank" | "outgoing_paxgiro" | "outgoing_clearbank" | "incoming_internal" | "outgoing_internal" | "fee_other", number>>>>>;
13
13
  const flaw: isly.Type.FlawFunction;
14
14
  function add(addendee: Counterbalances, addend: Counterbalances): Counterbalances;
15
15
  }
@@ -6,8 +6,8 @@ export type Changes = Partial<Record<Changes.Entry, Change>>;
6
6
  export declare namespace Changes {
7
7
  type Entry = Balances.Balance.Entry | Counterbalances.Counterbalance.Entry;
8
8
  namespace Entry {
9
- const values: ("actual" | "incomingReserved" | "outgoingReserved" | "fee.test-paxgiro" | "fee.test-tpl-paxgiro" | "fee.testUK-marqeta" | "fee.uk-tpl-marqeta" | "settle.test-paxgiro" | "settle.test-tpl-paxgiro" | "settle.testUK-marqeta" | "settle.uk-tpl-marqeta" | "incoming.paxgiro" | "incoming.clearbank" | "outgoing.paxgiro" | "outgoing.clearbank" | "incoming.internal" | "outgoing.internal" | "fee.other")[];
10
- const type: isly.Type<"actual" | "incomingReserved" | "outgoingReserved" | "fee.test-paxgiro" | "fee.test-tpl-paxgiro" | "fee.testUK-marqeta" | "fee.uk-tpl-marqeta" | "settle.test-paxgiro" | "settle.test-tpl-paxgiro" | "settle.testUK-marqeta" | "settle.uk-tpl-marqeta" | "incoming.paxgiro" | "incoming.clearbank" | "outgoing.paxgiro" | "outgoing.clearbank" | "incoming.internal" | "outgoing.internal" | "fee.other">;
9
+ const values: ("actual" | "incomingReserved" | "outgoingReserved" | "fee_test-paxgiro" | "fee_test-tpl-paxgiro" | "fee_testUK-marqeta" | "fee_uk-tpl-marqeta" | "settle_test-paxgiro" | "settle_test-tpl-paxgiro" | "settle_testUK-marqeta" | "settle_uk-tpl-marqeta" | "incoming_paxgiro" | "incoming_clearbank" | "outgoing_paxgiro" | "outgoing_clearbank" | "incoming_internal" | "outgoing_internal" | "fee_other")[];
10
+ const type: isly.Type<"actual" | "incomingReserved" | "outgoingReserved" | "fee_test-paxgiro" | "fee_test-tpl-paxgiro" | "fee_testUK-marqeta" | "fee_uk-tpl-marqeta" | "settle_test-paxgiro" | "settle_test-tpl-paxgiro" | "settle_testUK-marqeta" | "settle_uk-tpl-marqeta" | "incoming_paxgiro" | "incoming_clearbank" | "outgoing_paxgiro" | "outgoing_clearbank" | "incoming_internal" | "outgoing_internal" | "fee_other">;
11
11
  }
12
12
  const type: isly.Type<Partial<Record<Entry, Change<"add" | "subtract">>>>;
13
13
  const is: isly.Type.IsFunction<Partial<Record<Entry, Change<"add" | "subtract">>>>;
@@ -1,4 +1,4 @@
1
1
  export type Category = typeof Category.type[number];
2
2
  export declare namespace Category {
3
- const type: readonly ["safeguarded", "unsafe", "other", "external"];
3
+ const type: readonly ["safeguarded", "unsafe", "buffer", "other", "external"];
4
4
  }
@@ -1,5 +1,5 @@
1
1
  export var Category;
2
2
  (function (Category) {
3
- Category.type = ["safeguarded", "unsafe", "other", "external"];
3
+ Category.type = ["safeguarded", "unsafe", "buffer", "other", "external"];
4
4
  })(Category || (Category = {}));
5
5
  //# sourceMappingURL=Category.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Category.js","sourceRoot":"../","sources":["Treasury/Account/Category.ts"],"names":[],"mappings":"AACA,MAAM,KAAW,QAAQ,CAExB;AAFD,WAAiB,QAAQ;IACX,aAAI,GAAG,CAAC,aAAa,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,CAAU,CAAA;AAC5E,CAAC,EAFgB,QAAQ,KAAR,QAAQ,QAExB"}
1
+ {"version":3,"file":"Category.js","sourceRoot":"../","sources":["Treasury/Account/Category.ts"],"names":[],"mappings":"AACA,MAAM,KAAW,QAAQ,CAExB;AAFD,WAAiB,QAAQ;IACX,aAAI,GAAG,CAAC,aAAa,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,CAAU,CAAA;AACtF,CAAC,EAFgB,QAAQ,KAAR,QAAQ,QAExB"}
@@ -2,7 +2,8 @@ import { Account } from "../Account";
2
2
  export interface Fiat {
3
3
  safe: number;
4
4
  unsafe: number;
5
- other: number;
6
5
  total: number;
6
+ other: number;
7
+ buffer: number;
7
8
  accounts: Account[];
8
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.164",
3
+ "version": "0.1.166",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",