@fiado/type-kit 1.4.44 → 1.4.45

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.
@@ -23,4 +23,5 @@ export declare class TransactionGetDetailResponse {
23
23
  operation: OperationEnum;
24
24
  displayName: string;
25
25
  transactionType?: string;
26
+ endBalance: number;
26
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "1.4.44",
3
+ "version": "1.4.45",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -24,4 +24,5 @@ export class TransactionGetDetailResponse {
24
24
  operation: OperationEnum
25
25
  displayName: string
26
26
  transactionType?: string
27
+ endBalance: number
27
28
  }