@pax2pay/model-banking 0.1.421 → 0.1.422

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
@@ -13,7 +13,7 @@ export namespace Preset {
13
13
  "test-pg-150",
14
14
  "test-ta-pg-200",
15
15
  "test-ta-mc-200",
16
- "p2p-diners-200",
16
+ "p2p-diners-175",
17
17
  "test-diners-200",
18
18
  "test-diners-202",
19
19
  ] as const
@@ -22,7 +22,7 @@ export namespace Preset {
22
22
  export const flaw = type.flaw
23
23
  export const presets: Record<Preset, Stack> = {
24
24
  "p2p-mc-200": "uk-mc-tpl-marqeta",
25
- "p2p-diners-200": "uk-diners-dpg",
25
+ "p2p-diners-175": "uk-diners-dpg",
26
26
  "test-diners-200": "testUK-diners-dpg",
27
27
  "test-diners-202": "testUK-diners-dpg",
28
28
  "test-mc-200": "testUK-marqeta",
@@ -2,9 +2,9 @@ import { isly } from "isly";
2
2
  import { Stack } from "./Stack";
3
3
  export type Preset = typeof Preset.names[number];
4
4
  export declare namespace Preset {
5
- const names: readonly ["p2p-mc-200", "test-mc-200", "test-ta-mq-200", "test-pg-200", "test-pg-150", "test-ta-pg-200", "test-ta-mc-200", "p2p-diners-200", "test-diners-200", "test-diners-202"];
6
- const type: isly.Type<"p2p-mc-200" | "test-mc-200" | "test-ta-mq-200" | "test-pg-200" | "test-pg-150" | "test-ta-pg-200" | "test-ta-mc-200" | "p2p-diners-200" | "test-diners-200" | "test-diners-202">;
7
- const is: isly.Type.IsFunction<"p2p-mc-200" | "test-mc-200" | "test-ta-mq-200" | "test-pg-200" | "test-pg-150" | "test-ta-pg-200" | "test-ta-mc-200" | "p2p-diners-200" | "test-diners-200" | "test-diners-202">;
5
+ const names: readonly ["p2p-mc-200", "test-mc-200", "test-ta-mq-200", "test-pg-200", "test-pg-150", "test-ta-pg-200", "test-ta-mc-200", "p2p-diners-175", "test-diners-200", "test-diners-202"];
6
+ const type: isly.Type<"p2p-mc-200" | "test-mc-200" | "test-ta-mq-200" | "test-pg-200" | "test-pg-150" | "test-ta-pg-200" | "test-ta-mc-200" | "p2p-diners-175" | "test-diners-200" | "test-diners-202">;
7
+ const is: isly.Type.IsFunction<"p2p-mc-200" | "test-mc-200" | "test-ta-mq-200" | "test-pg-200" | "test-pg-150" | "test-ta-pg-200" | "test-ta-mc-200" | "p2p-diners-175" | "test-diners-200" | "test-diners-202">;
8
8
  const flaw: isly.Type.FlawFunction;
9
9
  const presets: Record<Preset, Stack>;
10
10
  }
@@ -9,7 +9,7 @@ export var Preset;
9
9
  "test-pg-150",
10
10
  "test-ta-pg-200",
11
11
  "test-ta-mc-200",
12
- "p2p-diners-200",
12
+ "p2p-diners-175",
13
13
  "test-diners-200",
14
14
  "test-diners-202",
15
15
  ];
@@ -18,7 +18,7 @@ export var Preset;
18
18
  Preset.flaw = Preset.type.flaw;
19
19
  Preset.presets = {
20
20
  "p2p-mc-200": "uk-mc-tpl-marqeta",
21
- "p2p-diners-200": "uk-diners-dpg",
21
+ "p2p-diners-175": "uk-diners-dpg",
22
22
  "test-diners-200": "testUK-diners-dpg",
23
23
  "test-diners-202": "testUK-diners-dpg",
24
24
  "test-mc-200": "testUK-marqeta",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.421",
3
+ "version": "0.1.422",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",