@pax2pay/model-banking 0.1.390 → 0.1.391

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.
@@ -5,12 +5,10 @@ import { Base } from "../Base"
5
5
  export interface Counterbalance extends Base {
6
6
  type: "counterbalance"
7
7
  currency: isoly.Currency
8
- counterbalance: string[]
9
8
  }
10
9
  export namespace Counterbalance {
11
10
  export const type = Base.type.extend<Counterbalance>({
12
11
  type: isly.string("counterbalance"),
13
12
  currency: isly.string(),
14
- counterbalance: isly.string().array(),
15
13
  })
16
14
  }
@@ -4,7 +4,6 @@ import { Base } from "../Base";
4
4
  export interface Counterbalance extends Base {
5
5
  type: "counterbalance";
6
6
  currency: isoly.Currency;
7
- counterbalance: string[];
8
7
  }
9
8
  export declare namespace Counterbalance {
10
9
  const type: isly.object.ExtendableType<Counterbalance>;
@@ -5,7 +5,6 @@ export var Counterbalance;
5
5
  Counterbalance.type = Base.type.extend({
6
6
  type: isly.string("counterbalance"),
7
7
  currency: isly.string(),
8
- counterbalance: isly.string().array(),
9
8
  });
10
9
  })(Counterbalance || (Counterbalance = {}));
11
10
  //# sourceMappingURL=Counterbalance.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Counterbalance.js","sourceRoot":"../","sources":["Warning/Snapshot/Counterbalance.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAO9B,MAAM,KAAW,cAAc,CAM9B;AAND,WAAiB,cAAc;IACjB,mBAAI,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,CAAiB;QACpD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC;QACnC,QAAQ,EAAE,IAAI,CAAC,MAAM,EAAE;QACvB,cAAc,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE;KACrC,CAAC,CAAA;AACH,CAAC,EANgB,cAAc,KAAd,cAAc,QAM9B"}
1
+ {"version":3,"file":"Counterbalance.js","sourceRoot":"../","sources":["Warning/Snapshot/Counterbalance.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAM9B,MAAM,KAAW,cAAc,CAK9B;AALD,WAAiB,cAAc;IACjB,mBAAI,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,CAAiB;QACpD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC;QACnC,QAAQ,EAAE,IAAI,CAAC,MAAM,EAAE;KACvB,CAAC,CAAA;AACH,CAAC,EALgB,cAAc,KAAd,cAAc,QAK9B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.390",
3
+ "version": "0.1.391",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",