@yuno-payments/dashboard-api-mfe 0.44.3-redesign.0 → 0.44.4-REC-REDESIGN.0

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.
@@ -25,6 +25,7 @@ export declare namespace ReconciliationInsights {
25
25
  transactions: number;
26
26
  amount_local: number;
27
27
  amount_usd: number;
28
+ currency_code_local: string;
28
29
  }
29
30
  export interface GenericSummaryItem extends SummaryTotal {
30
31
  id: string;
@@ -25,6 +25,7 @@ export declare namespace ReconciliationInsights {
25
25
  transactions: number;
26
26
  amount_local: number;
27
27
  amount_usd: number;
28
+ currency_code_local: string;
28
29
  }
29
30
  export interface GenericSummaryItem extends SummaryTotal {
30
31
  id: string;
package/build/index.d.ts CHANGED
@@ -3465,6 +3465,7 @@ declare namespace ReconciliationInsights {
3465
3465
  transactions: number;
3466
3466
  amount_local: number;
3467
3467
  amount_usd: number;
3468
+ currency_code_local: string;
3468
3469
  }
3469
3470
  export interface GenericSummaryItem extends SummaryTotal {
3470
3471
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.44.3-redesign.0",
3
+ "version": "0.44.4-REC-REDESIGN.0",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",