@pax2pay/model-banking 0.1.86 → 0.1.87

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.
@@ -4,14 +4,12 @@ import { Meta } from "./Meta"
4
4
 
5
5
  export type Changeable = {
6
6
  limit?: [isoly.Currency, number]
7
- rules?: string[]
8
7
  meta?: Meta
9
8
  }
10
9
 
11
10
  export namespace Changeable {
12
11
  export const type = isly.object<Changeable>({
13
12
  limit: isly.tuple(isly.fromIs("isoly.Currency", isoly.Currency.is), isly.number()).optional(),
14
- rules: isly.string().array().optional(),
15
13
  meta: isly.fromIs("Card.Meta", Meta.is).optional(),
16
14
  })
17
15
  export const is = type.is
@@ -3,7 +3,6 @@ import { isly } from "isly";
3
3
  import { Meta } from "./Meta";
4
4
  export type Changeable = {
5
5
  limit?: [isoly.Currency, number];
6
- rules?: string[];
7
6
  meta?: Meta;
8
7
  };
9
8
  export declare namespace Changeable {
@@ -5,7 +5,6 @@ export var Changeable;
5
5
  (function (Changeable) {
6
6
  Changeable.type = isly.object({
7
7
  limit: isly.tuple(isly.fromIs("isoly.Currency", isoly.Currency.is), isly.number()).optional(),
8
- rules: isly.string().array().optional(),
9
8
  meta: isly.fromIs("Card.Meta", Meta.is).optional(),
10
9
  });
11
10
  Changeable.is = Changeable.type.is;
@@ -1 +1 @@
1
- {"version":3,"file":"Changeable.js","sourceRoot":"../","sources":["Card/Changeable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAC7B,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAQ7B,MAAM,KAAW,UAAU,CAS1B;AATD,WAAiB,UAAU;IACb,eAAI,GAAG,IAAI,CAAC,MAAM,CAAa;QAC3C,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,gBAAgB,EAAE,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;QAC7F,KAAK,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;QACvC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE;KAClD,CAAC,CAAA;IACW,aAAE,GAAG,WAAA,IAAI,CAAC,EAAE,CAAA;IACZ,eAAI,GAAG,WAAA,IAAI,CAAC,IAAI,CAAA;IAChB,cAAG,GAAG,WAAA,IAAI,CAAC,GAAG,CAAA;AAC5B,CAAC,EATgB,UAAU,KAAV,UAAU,QAS1B"}
1
+ {"version":3,"file":"Changeable.js","sourceRoot":"../","sources":["Card/Changeable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAC7B,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAO7B,MAAM,KAAW,UAAU,CAQ1B;AARD,WAAiB,UAAU;IACb,eAAI,GAAG,IAAI,CAAC,MAAM,CAAa;QAC3C,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,gBAAgB,EAAE,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;QAC7F,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE;KAClD,CAAC,CAAA;IACW,aAAE,GAAG,WAAA,IAAI,CAAC,EAAE,CAAA;IACZ,eAAI,GAAG,WAAA,IAAI,CAAC,IAAI,CAAA;IAChB,cAAG,GAAG,WAAA,IAAI,CAAC,GAAG,CAAA;AAC5B,CAAC,EARgB,UAAU,KAAV,UAAU,QAQ1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.86",
3
+ "version": "0.1.87",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",