@pax2pay/model-banking 0.1.174 → 0.1.176

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.
@@ -11,12 +11,12 @@ export namespace Account {
11
11
  amount: number
12
12
  }
13
13
  export interface Days {
14
- merchant: {
15
- name: number
16
- country: number
17
- category: number
14
+ merchant?: {
15
+ name?: number
16
+ country?: number
17
+ category?: number
18
18
  }
19
- currency: number
19
+ currency?: number
20
20
  }
21
21
  export interface Transactions {
22
22
  today: Today
@@ -9,12 +9,12 @@ export declare namespace Account {
9
9
  amount: number;
10
10
  };
11
11
  export interface Days {
12
- merchant: {
13
- name: number;
14
- country: number;
15
- category: number;
12
+ merchant?: {
13
+ name?: number;
14
+ country?: number;
15
+ category?: number;
16
16
  };
17
- currency: number;
17
+ currency?: number;
18
18
  }
19
19
  export interface Transactions {
20
20
  today: Today;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.174",
3
+ "version": "0.1.176",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",