@pax2pay/model-banking 0.1.115 → 0.1.116

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.
package/Card/Preset.ts CHANGED
@@ -3,8 +3,8 @@ import { isly } from "isly"
3
3
  export type Preset = typeof Preset.names[number]
4
4
 
5
5
  export namespace Preset {
6
- export const names = ["p2p-pg-200", "p2p-mc-200", "p2p-ta-pg-200", "p2p-ta-mc-200"] as const
7
- export const type = isly.string(names) //isly.union(isly.string("p2p-pg-200"), isly.string("p2p-mc-200"))
6
+ export const names = ["p2p-mc-200", "test-mc-200", "test-pg-200", "test-ta-pg-200", "test-ta-mc-200"] as const
7
+ export const type = isly.string(names)
8
8
  export const is = type.is
9
9
  export const flaw = type.flaw
10
10
  }
@@ -1,8 +1,8 @@
1
1
  import { isly } from "isly";
2
2
  export type Preset = typeof Preset.names[number];
3
3
  export declare namespace Preset {
4
- const names: readonly ["p2p-pg-200", "p2p-mc-200", "p2p-ta-pg-200", "p2p-ta-mc-200"];
5
- const type: isly.Type<"p2p-pg-200" | "p2p-mc-200" | "p2p-ta-pg-200" | "p2p-ta-mc-200">;
6
- const is: isly.Type.IsFunction<"p2p-pg-200" | "p2p-mc-200" | "p2p-ta-pg-200" | "p2p-ta-mc-200">;
4
+ const names: readonly ["p2p-mc-200", "test-mc-200", "test-pg-200", "test-ta-pg-200", "test-ta-mc-200"];
5
+ const type: isly.Type<"p2p-mc-200" | "test-mc-200" | "test-pg-200" | "test-ta-pg-200" | "test-ta-mc-200">;
6
+ const is: isly.Type.IsFunction<"p2p-mc-200" | "test-mc-200" | "test-pg-200" | "test-ta-pg-200" | "test-ta-mc-200">;
7
7
  const flaw: isly.Type.FlawFunction;
8
8
  }
@@ -1,7 +1,7 @@
1
1
  import { isly } from "isly";
2
2
  export var Preset;
3
3
  (function (Preset) {
4
- Preset.names = ["p2p-pg-200", "p2p-mc-200", "p2p-ta-pg-200", "p2p-ta-mc-200"];
4
+ Preset.names = ["p2p-mc-200", "test-mc-200", "test-pg-200", "test-ta-pg-200", "test-ta-mc-200"];
5
5
  Preset.type = isly.string(Preset.names);
6
6
  Preset.is = Preset.type.is;
7
7
  Preset.flaw = Preset.type.flaw;
@@ -1 +1 @@
1
- {"version":3,"file":"Preset.js","sourceRoot":"../","sources":["Card/Preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAI3B,MAAM,KAAW,MAAM,CAKtB;AALD,WAAiB,MAAM;IACT,YAAK,GAAG,CAAC,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,eAAe,CAAU,CAAA;IAC/E,WAAI,GAAG,IAAI,CAAC,MAAM,CAAC,OAAA,KAAK,CAAC,CAAA;IACzB,SAAE,GAAG,OAAA,IAAI,CAAC,EAAE,CAAA;IACZ,WAAI,GAAG,OAAA,IAAI,CAAC,IAAI,CAAA;AAC9B,CAAC,EALgB,MAAM,KAAN,MAAM,QAKtB"}
1
+ {"version":3,"file":"Preset.js","sourceRoot":"../","sources":["Card/Preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAI3B,MAAM,KAAW,MAAM,CAKtB;AALD,WAAiB,MAAM;IACT,YAAK,GAAG,CAAC,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,CAAU,CAAA;IACjG,WAAI,GAAG,IAAI,CAAC,MAAM,CAAC,OAAA,KAAK,CAAC,CAAA;IACzB,SAAE,GAAG,OAAA,IAAI,CAAC,EAAE,CAAA;IACZ,WAAI,GAAG,OAAA,IAAI,CAAC,IAAI,CAAA;AAC9B,CAAC,EALgB,MAAM,KAAN,MAAM,QAKtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.115",
3
+ "version": "0.1.116",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",