@pax2pay/model-banking 0.1.68 → 0.1.69

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.
@@ -14,7 +14,7 @@ export interface Account {
14
14
  created: isoly.DateTime
15
15
  name: string
16
16
  realm: Realm
17
- supplier: Supplier
17
+ supplier: Supplier | "external"
18
18
  reference: string
19
19
  currencies: isoly.Currency[]
20
20
  type: "safeguarded" | "other" | "external"
@@ -13,7 +13,7 @@ export interface Account {
13
13
  created: isoly.DateTime;
14
14
  name: string;
15
15
  realm: Realm;
16
- supplier: Supplier;
16
+ supplier: Supplier | "external";
17
17
  reference: string;
18
18
  currencies: isoly.Currency[];
19
19
  type: "safeguarded" | "other" | "external";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.68",
3
+ "version": "0.1.69",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",