@spritz-finance/service-client 0.8.3 → 0.8.4

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.
@@ -67,6 +67,11 @@ export interface MTAccount {
67
67
  name: string;
68
68
  currency: string;
69
69
  balances: MTAccountBalance[];
70
+ /**
71
+ * Outstanding liabilities-payout amount committed but not yet reflected in the
72
+ * available balance, as decimal dollars (e.g. "1234.56").
73
+ */
74
+ liability: string;
70
75
  }
71
76
  export interface MTBalancesData {
72
77
  accounts: MTAccount[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spritz-finance/service-client",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "gitHead": "06f8e96b7b38c34df26a38da329331940675e4f8",
5
5
  "description": "Service client",
6
6
  "license": "ISC",