@pax2pay/model-banking 0.1.424 → 0.1.425
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 +2 -0
- package/dist/Card/Preset.d.ts +4 -4
- package/dist/Card/Preset.js +2 -0
- package/dist/Card/Preset.js.map +1 -1
- package/package.json +1 -1
package/Card/Preset.ts
CHANGED
|
@@ -14,6 +14,7 @@ export namespace Preset {
|
|
|
14
14
|
"test-ta-pg-200",
|
|
15
15
|
"test-ta-mc-200",
|
|
16
16
|
"p2p-diners-175",
|
|
17
|
+
"p2p-diners-200",
|
|
17
18
|
"test-diners-200",
|
|
18
19
|
"test-diners-202",
|
|
19
20
|
] as const
|
|
@@ -23,6 +24,7 @@ export namespace Preset {
|
|
|
23
24
|
export const presets: Record<Preset, Stack> = {
|
|
24
25
|
"p2p-mc-200": "uk-mc-tpl-marqeta",
|
|
25
26
|
"p2p-diners-175": "uk-diners-dpg",
|
|
27
|
+
"p2p-diners-200": "uk-diners-dpg",
|
|
26
28
|
"test-diners-200": "testUK-diners-dpg",
|
|
27
29
|
"test-diners-202": "testUK-diners-dpg",
|
|
28
30
|
"test-mc-200": "testUK-marqeta",
|
package/dist/Card/Preset.d.ts
CHANGED
|
@@ -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-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: (value: any | ("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")) => value is "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
|
-
const flaw: (value: ("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") | any) => isly.Flaw;
|
|
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", "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-175" | "p2p-diners-200" | "test-diners-200" | "test-diners-202">;
|
|
7
|
+
const is: (value: any | ("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" | "p2p-diners-200" | "test-diners-200" | "test-diners-202")) => value is "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" | "p2p-diners-200" | "test-diners-200" | "test-diners-202";
|
|
8
|
+
const flaw: (value: ("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" | "p2p-diners-200" | "test-diners-200" | "test-diners-202") | any) => isly.Flaw;
|
|
9
9
|
const presets: Record<Preset, Stack>;
|
|
10
10
|
}
|
package/dist/Card/Preset.js
CHANGED
|
@@ -10,6 +10,7 @@ export var Preset;
|
|
|
10
10
|
"test-ta-pg-200",
|
|
11
11
|
"test-ta-mc-200",
|
|
12
12
|
"p2p-diners-175",
|
|
13
|
+
"p2p-diners-200",
|
|
13
14
|
"test-diners-200",
|
|
14
15
|
"test-diners-202",
|
|
15
16
|
];
|
|
@@ -19,6 +20,7 @@ export var Preset;
|
|
|
19
20
|
Preset.presets = {
|
|
20
21
|
"p2p-mc-200": "uk-mc-tpl-marqeta",
|
|
21
22
|
"p2p-diners-175": "uk-diners-dpg",
|
|
23
|
+
"p2p-diners-200": "uk-diners-dpg",
|
|
22
24
|
"test-diners-200": "testUK-diners-dpg",
|
|
23
25
|
"test-diners-202": "testUK-diners-dpg",
|
|
24
26
|
"test-mc-200": "testUK-marqeta",
|
package/dist/Card/Preset.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Preset.js","sourceRoot":"../","sources":["Card/Preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAM3B,MAAM,KAAW,MAAM,
|
|
1
|
+
{"version":3,"file":"Preset.js","sourceRoot":"../","sources":["Card/Preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAM3B,MAAM,KAAW,MAAM,CA8BtB;AA9BD,WAAiB,MAAM;IACT,YAAK,GAAG;QACpB,YAAY;QACZ,aAAa;QACb,gBAAgB;QAChB,aAAa;QACb,aAAa;QACb,gBAAgB;QAChB,gBAAgB;QAChB,gBAAgB;QAChB,gBAAgB;QAChB,iBAAiB;QACjB,iBAAiB;KACR,CAAA;IACG,WAAI,GAAG,IAAI,CAAC,MAAM,CAAS,OAAA,KAAK,CAAC,CAAA;IACjC,SAAE,GAAG,OAAA,IAAI,CAAC,EAAE,CAAA;IACZ,WAAI,GAAG,OAAA,IAAI,CAAC,IAAI,CAAA;IAChB,cAAO,GAA0B;QAC7C,YAAY,EAAE,mBAAmB;QACjC,gBAAgB,EAAE,eAAe;QACjC,gBAAgB,EAAE,eAAe;QACjC,iBAAiB,EAAE,mBAAmB;QACtC,iBAAiB,EAAE,mBAAmB;QACtC,aAAa,EAAE,gBAAgB;QAC/B,gBAAgB,EAAE,oBAAoB;QACtC,aAAa,EAAE,cAAc;QAC7B,gBAAgB,EAAE,kBAAkB;QACpC,gBAAgB,EAAE,kBAAkB;QACpC,aAAa,EAAE,cAAc;KAC7B,CAAA;AACF,CAAC,EA9BgB,MAAM,KAAN,MAAM,QA8BtB"}
|