@pax2pay/model-banking 0.1.591 → 0.1.592
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 +3 -1
- package/Card/Stack.ts +2 -0
- package/dist/cjs/Card/Preset.d.ts +3 -3
- package/dist/cjs/Card/Preset.js +3 -1
- package/dist/cjs/Card/Preset.js.map +1 -1
- package/dist/cjs/Card/Stack.d.ts +2 -2
- package/dist/cjs/Card/Stack.js +2 -0
- package/dist/cjs/Card/Stack.js.map +1 -1
- package/dist/mjs/Card/Preset.d.ts +3 -3
- package/dist/mjs/Card/Preset.js +3 -1
- package/dist/mjs/Card/Preset.js.map +1 -1
- package/dist/mjs/Card/Stack.d.ts +2 -2
- package/dist/mjs/Card/Stack.js +2 -0
- package/dist/mjs/Card/Stack.js.map +1 -1
- package/package.json +1 -1
package/Card/Preset.ts
CHANGED
|
@@ -22,6 +22,7 @@ export namespace Preset {
|
|
|
22
22
|
"test-ta-mc-200",
|
|
23
23
|
"test-ta-pg-200",
|
|
24
24
|
"test-ta-pg-bc-200",
|
|
25
|
+
"test-diners-175",
|
|
25
26
|
] as const
|
|
26
27
|
export const type = isly.string<Preset>(names)
|
|
27
28
|
export const type2 = isly2
|
|
@@ -29,7 +30,7 @@ export namespace Preset {
|
|
|
29
30
|
.rename("Preset")
|
|
30
31
|
.describe("Card configuration (iin/scheme/interchange).")
|
|
31
32
|
export const forRealm: Record<Realm, Preset[]> = {
|
|
32
|
-
test: ["test-pg-150", "test-pg-200", "test-ta-mc-200", "test-ta-pg-200", "test-ta-pg-bc-200"],
|
|
33
|
+
test: ["test-pg-150", "test-pg-200", "test-ta-mc-200", "test-ta-pg-200", "test-ta-pg-bc-200", "test-diners-175"],
|
|
33
34
|
uk: [
|
|
34
35
|
"p2p-diners-175",
|
|
35
36
|
"p2p-diners-200",
|
|
@@ -59,5 +60,6 @@ export namespace Preset {
|
|
|
59
60
|
"test-ta-mc-200": "test-tpl-paxgiro",
|
|
60
61
|
"test-ta-pg-200": "test-tpl-paxgiro",
|
|
61
62
|
"test-ta-pg-bc-200": "test-tpl-paxgiro",
|
|
63
|
+
"test-diners-175": "test-diners-clowd9",
|
|
62
64
|
}
|
|
63
65
|
}
|
package/Card/Stack.ts
CHANGED
|
@@ -8,6 +8,7 @@ export namespace Stack {
|
|
|
8
8
|
export const stacks = [
|
|
9
9
|
"test-paxgiro",
|
|
10
10
|
"test-tpl-paxgiro",
|
|
11
|
+
"test-diners-clowd9",
|
|
11
12
|
"uk-diners-dpg",
|
|
12
13
|
"uk-mc-tpl-marqeta",
|
|
13
14
|
"uk-visa-tpl-marqeta",
|
|
@@ -73,6 +74,7 @@ export namespace Stack {
|
|
|
73
74
|
const table: Record<Stack, Stack.Character> = {
|
|
74
75
|
"test-paxgiro": "z",
|
|
75
76
|
"test-tpl-paxgiro": "y",
|
|
77
|
+
"test-diners-clowd9": "x",
|
|
76
78
|
"uk-mc-tpl-marqeta": "a",
|
|
77
79
|
"uk-diners-dpg": "b",
|
|
78
80
|
"uk-visa-tpl-marqeta": "c",
|
|
@@ -4,9 +4,9 @@ import { Realm } from "../Realm";
|
|
|
4
4
|
import { Stack } from "./Stack";
|
|
5
5
|
export type Preset = typeof Preset.names[number];
|
|
6
6
|
export declare namespace Preset {
|
|
7
|
-
const names: readonly ["p2p-diners-175", "p2p-diners-200", "p2p-mc-200", "p2p-visa-bid-115", "p2p-visa-bp-140", "p2p-visa-cdd-185", "p2p-visa-idx-140", "p2p-visa-idx-160", "p2p-visa-idx-200", "test-pg-150", "test-pg-200", "test-ta-mc-200", "test-ta-pg-200", "test-ta-pg-bc-200"];
|
|
8
|
-
const type: isly.Type<"p2p-diners-175" | "p2p-diners-200" | "p2p-mc-200" | "p2p-visa-bid-115" | "p2p-visa-bp-140" | "p2p-visa-cdd-185" | "p2p-visa-idx-140" | "p2p-visa-idx-160" | "p2p-visa-idx-200" | "test-pg-150" | "test-pg-200" | "test-ta-mc-200" | "test-ta-pg-200" | "test-ta-pg-bc-200">;
|
|
9
|
-
const type2: isly2.String<"p2p-diners-175" | "p2p-diners-200" | "p2p-mc-200" | "p2p-visa-bid-115" | "p2p-visa-bp-140" | "p2p-visa-cdd-185" | "p2p-visa-idx-140" | "p2p-visa-idx-160" | "p2p-visa-idx-200" | "test-pg-150" | "test-pg-200" | "test-ta-mc-200" | "test-ta-pg-200" | "test-ta-pg-bc-200">;
|
|
7
|
+
const names: readonly ["p2p-diners-175", "p2p-diners-200", "p2p-mc-200", "p2p-visa-bid-115", "p2p-visa-bp-140", "p2p-visa-cdd-185", "p2p-visa-idx-140", "p2p-visa-idx-160", "p2p-visa-idx-200", "test-pg-150", "test-pg-200", "test-ta-mc-200", "test-ta-pg-200", "test-ta-pg-bc-200", "test-diners-175"];
|
|
8
|
+
const type: isly.Type<"p2p-diners-175" | "p2p-diners-200" | "p2p-mc-200" | "p2p-visa-bid-115" | "p2p-visa-bp-140" | "p2p-visa-cdd-185" | "p2p-visa-idx-140" | "p2p-visa-idx-160" | "p2p-visa-idx-200" | "test-pg-150" | "test-pg-200" | "test-ta-mc-200" | "test-ta-pg-200" | "test-ta-pg-bc-200" | "test-diners-175">;
|
|
9
|
+
const type2: isly2.String<"p2p-diners-175" | "p2p-diners-200" | "p2p-mc-200" | "p2p-visa-bid-115" | "p2p-visa-bp-140" | "p2p-visa-cdd-185" | "p2p-visa-idx-140" | "p2p-visa-idx-160" | "p2p-visa-idx-200" | "test-pg-150" | "test-pg-200" | "test-ta-mc-200" | "test-ta-pg-200" | "test-ta-pg-bc-200" | "test-diners-175">;
|
|
10
10
|
const forRealm: Record<Realm, Preset[]>;
|
|
11
11
|
const presets: Record<Preset, Stack>;
|
|
12
12
|
}
|
package/dist/cjs/Card/Preset.js
CHANGED
|
@@ -20,6 +20,7 @@ var Preset;
|
|
|
20
20
|
"test-ta-mc-200",
|
|
21
21
|
"test-ta-pg-200",
|
|
22
22
|
"test-ta-pg-bc-200",
|
|
23
|
+
"test-diners-175",
|
|
23
24
|
];
|
|
24
25
|
Preset.type = isly_1.isly.string(Preset.names);
|
|
25
26
|
Preset.type2 = isly2_1.isly
|
|
@@ -27,7 +28,7 @@ var Preset;
|
|
|
27
28
|
.rename("Preset")
|
|
28
29
|
.describe("Card configuration (iin/scheme/interchange).");
|
|
29
30
|
Preset.forRealm = {
|
|
30
|
-
test: ["test-pg-150", "test-pg-200", "test-ta-mc-200", "test-ta-pg-200", "test-ta-pg-bc-200"],
|
|
31
|
+
test: ["test-pg-150", "test-pg-200", "test-ta-mc-200", "test-ta-pg-200", "test-ta-pg-bc-200", "test-diners-175"],
|
|
31
32
|
uk: [
|
|
32
33
|
"p2p-diners-175",
|
|
33
34
|
"p2p-diners-200",
|
|
@@ -57,6 +58,7 @@ var Preset;
|
|
|
57
58
|
"test-ta-mc-200": "test-tpl-paxgiro",
|
|
58
59
|
"test-ta-pg-200": "test-tpl-paxgiro",
|
|
59
60
|
"test-ta-pg-bc-200": "test-tpl-paxgiro",
|
|
61
|
+
"test-diners-175": "test-diners-clowd9",
|
|
60
62
|
};
|
|
61
63
|
})(Preset || (exports.Preset = Preset = {}));
|
|
62
64
|
//# sourceMappingURL=Preset.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Preset.js","sourceRoot":"","sources":["../../../Card/Preset.ts"],"names":[],"mappings":";;;AAAA,+BAA2B;AAC3B,iCAAqC;AAOrC,IAAiB,MAAM,
|
|
1
|
+
{"version":3,"file":"Preset.js","sourceRoot":"","sources":["../../../Card/Preset.ts"],"names":[],"mappings":";;;AAAA,+BAA2B;AAC3B,iCAAqC;AAOrC,IAAiB,MAAM,CAwDtB;AAxDD,WAAiB,MAAM;IACT,YAAK,GAAG;QACpB,gBAAgB;QAChB,gBAAgB;QAChB,YAAY;QACZ,kBAAkB;QAClB,iBAAiB;QACjB,kBAAkB;QAClB,kBAAkB;QAClB,kBAAkB;QAClB,kBAAkB;QAClB,aAAa;QACb,aAAa;QACb,gBAAgB;QAChB,gBAAgB;QAChB,mBAAmB;QACnB,iBAAiB;KACR,CAAA;IACG,WAAI,GAAG,WAAI,CAAC,MAAM,CAAS,OAAA,KAAK,CAAC,CAAA;IACjC,YAAK,GAAG,YAAK;SACxB,MAAM,CAAS,OAAO,EAAE,GAAG,OAAA,KAAK,CAAC;SACjC,MAAM,CAAC,QAAQ,CAAC;SAChB,QAAQ,CAAC,8CAA8C,CAAC,CAAA;IAC7C,eAAQ,GAA4B;QAChD,IAAI,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,iBAAiB,CAAC;QAChH,EAAE,EAAE;YACH,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,kBAAkB;YAClB,iBAAiB;YACjB,kBAAkB;YAClB,kBAAkB;YAClB,kBAAkB;YAClB,kBAAkB;SAClB;QACD,IAAI,EAAE,EAAE;QACR,GAAG,EAAE,EAAE;KACP,CAAA;IACY,cAAO,GAA0B;QAC7C,gBAAgB,EAAE,eAAe;QACjC,gBAAgB,EAAE,eAAe;QACjC,YAAY,EAAE,mBAAmB;QACjC,kBAAkB,EAAE,qBAAqB;QACzC,iBAAiB,EAAE,qBAAqB;QACxC,kBAAkB,EAAE,qBAAqB;QACzC,kBAAkB,EAAE,qBAAqB;QACzC,kBAAkB,EAAE,qBAAqB;QACzC,kBAAkB,EAAE,qBAAqB;QACzC,aAAa,EAAE,cAAc;QAC7B,aAAa,EAAE,cAAc;QAC7B,gBAAgB,EAAE,kBAAkB;QACpC,gBAAgB,EAAE,kBAAkB;QACpC,mBAAmB,EAAE,kBAAkB;QACvC,iBAAiB,EAAE,oBAAoB;KACvC,CAAA;AACF,CAAC,EAxDgB,MAAM,sBAAN,MAAM,QAwDtB"}
|
package/dist/cjs/Card/Stack.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import { isly } from "isly";
|
|
|
2
2
|
import { Realm } from "../Realm";
|
|
3
3
|
export type Stack = typeof Stack.stacks[number];
|
|
4
4
|
export declare namespace Stack {
|
|
5
|
-
const stacks: readonly ["test-paxgiro", "test-tpl-paxgiro", "uk-diners-dpg", "uk-mc-tpl-marqeta", "uk-visa-tpl-marqeta"];
|
|
6
|
-
const type: isly.Type<"test-paxgiro" | "test-tpl-paxgiro" | "uk-diners-dpg" | "uk-mc-tpl-marqeta" | "uk-visa-tpl-marqeta">;
|
|
5
|
+
const stacks: readonly ["test-paxgiro", "test-tpl-paxgiro", "test-diners-clowd9", "uk-diners-dpg", "uk-mc-tpl-marqeta", "uk-visa-tpl-marqeta"];
|
|
6
|
+
const type: isly.Type<"test-paxgiro" | "test-tpl-paxgiro" | "test-diners-clowd9" | "uk-diners-dpg" | "uk-mc-tpl-marqeta" | "uk-visa-tpl-marqeta">;
|
|
7
7
|
function toRealm(stack: Stack): Realm;
|
|
8
8
|
function toScheme(stack: Stack): string;
|
|
9
9
|
function toProcessor(stack: Stack): string;
|
package/dist/cjs/Card/Stack.js
CHANGED
|
@@ -7,6 +7,7 @@ var Stack;
|
|
|
7
7
|
Stack.stacks = [
|
|
8
8
|
"test-paxgiro",
|
|
9
9
|
"test-tpl-paxgiro",
|
|
10
|
+
"test-diners-clowd9",
|
|
10
11
|
"uk-diners-dpg",
|
|
11
12
|
"uk-mc-tpl-marqeta",
|
|
12
13
|
"uk-visa-tpl-marqeta",
|
|
@@ -76,6 +77,7 @@ var Stack;
|
|
|
76
77
|
const table = {
|
|
77
78
|
"test-paxgiro": "z",
|
|
78
79
|
"test-tpl-paxgiro": "y",
|
|
80
|
+
"test-diners-clowd9": "x",
|
|
79
81
|
"uk-mc-tpl-marqeta": "a",
|
|
80
82
|
"uk-diners-dpg": "b",
|
|
81
83
|
"uk-visa-tpl-marqeta": "c",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stack.js","sourceRoot":"","sources":["../../../Card/Stack.ts"],"names":[],"mappings":";;;AAAA,+BAA2B;AAM3B,IAAiB,KAAK,
|
|
1
|
+
{"version":3,"file":"Stack.js","sourceRoot":"","sources":["../../../Card/Stack.ts"],"names":[],"mappings":";;;AAAA,+BAA2B;AAM3B,IAAiB,KAAK,CAqFrB;AArFD,WAAiB,KAAK;IACR,YAAM,GAAG;QACrB,cAAc;QACd,kBAAkB;QAClB,oBAAoB;QACpB,eAAe;QACf,mBAAmB;QACnB,qBAAqB;KACZ,CAAA;IACG,UAAI,GAAG,WAAI,CAAC,MAAM,CAAC,MAAA,MAAM,CAAC,CAAA;IACvC,SAAgB,OAAO,CAAC,KAAY;QACnC,OAAO,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAU,CAAA;IACpC,CAAC;IAFe,aAAO,UAEtB,CAAA;IACD,SAAgB,QAAQ,CAAC,KAAY;QACpC,IAAI,MAAc,CAAA;QAClB,QAAQ,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;YAC7B,KAAK,IAAI;gBACR,MAAM,GAAG,YAAY,CAAA;gBACrB,MAAK;YACN,KAAK,QAAQ;gBACZ,MAAM,GAAG,QAAQ,CAAA;gBACjB,MAAK;YACN,KAAK,MAAM;gBACV,MAAM,GAAG,MAAM,CAAA;gBACf,MAAK;YACN;gBACC,MAAM,GAAG,SAAS,CAAA;gBAClB,MAAK;QACP,CAAC;QACD,OAAO,MAAM,CAAA;IACd,CAAC;IAjBe,cAAQ,WAiBvB,CAAA;IACD,SAAgB,WAAW,CAAC,KAAY;QACvC,OAAO,KAAK;aACV,KAAK,CAAC,GAAG,CAAC;aACV,KAAK,CAAC,CAAC,CAAC;aACR,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;aACvC,IAAI,CAAC,GAAG,CAAC,CAAA;IACZ,CAAC;IANe,iBAAW,cAM1B,CAAA;IACD,IAAiB,SAAS,CA6CzB;IA7CD,WAAiB,SAAS;QACZ,gBAAM,GAAG;YACrB,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;SACM,CAAA;QACV,MAAM,KAAK,GAAmC;YAC7C,cAAc,EAAE,GAAG;YACnB,kBAAkB,EAAE,GAAG;YACvB,oBAAoB,EAAE,GAAG;YACzB,mBAAmB,EAAE,GAAG;YACxB,eAAe,EAAE,GAAG;YACpB,qBAAqB,EAAE,GAAG;SAC1B,CAAA;QACD,SAAgB,IAAI,CAAC,KAAY;YAChC,OAAO,KAAK,CAAC,KAAK,CAAC,CAAA;QACpB,CAAC;QAFe,cAAI,OAEnB,CAAA;QACD,SAAgB,OAAO,CAAC,SAA0B;YACjD,OAAO,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,IAAI,CAChC,CAAC,KAAK,EAA+B,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,SAAS,CAC7D,EAAE,CAAC,CAAC,CAAC,CAAA;QACP,CAAC;QAJe,iBAAO,UAItB,CAAA;IACF,CAAC,EA7CgB,SAAS,GAAT,eAAS,KAAT,eAAS,QA6CzB;AAEF,CAAC,EArFgB,KAAK,qBAAL,KAAK,QAqFrB"}
|
|
@@ -4,9 +4,9 @@ import { Realm } from "../Realm";
|
|
|
4
4
|
import { Stack } from "./Stack";
|
|
5
5
|
export type Preset = typeof Preset.names[number];
|
|
6
6
|
export declare namespace Preset {
|
|
7
|
-
const names: readonly ["p2p-diners-175", "p2p-diners-200", "p2p-mc-200", "p2p-visa-bid-115", "p2p-visa-bp-140", "p2p-visa-cdd-185", "p2p-visa-idx-140", "p2p-visa-idx-160", "p2p-visa-idx-200", "test-pg-150", "test-pg-200", "test-ta-mc-200", "test-ta-pg-200", "test-ta-pg-bc-200"];
|
|
8
|
-
const type: isly.Type<"p2p-diners-175" | "p2p-diners-200" | "p2p-mc-200" | "p2p-visa-bid-115" | "p2p-visa-bp-140" | "p2p-visa-cdd-185" | "p2p-visa-idx-140" | "p2p-visa-idx-160" | "p2p-visa-idx-200" | "test-pg-150" | "test-pg-200" | "test-ta-mc-200" | "test-ta-pg-200" | "test-ta-pg-bc-200">;
|
|
9
|
-
const type2: isly2.String<"p2p-diners-175" | "p2p-diners-200" | "p2p-mc-200" | "p2p-visa-bid-115" | "p2p-visa-bp-140" | "p2p-visa-cdd-185" | "p2p-visa-idx-140" | "p2p-visa-idx-160" | "p2p-visa-idx-200" | "test-pg-150" | "test-pg-200" | "test-ta-mc-200" | "test-ta-pg-200" | "test-ta-pg-bc-200">;
|
|
7
|
+
const names: readonly ["p2p-diners-175", "p2p-diners-200", "p2p-mc-200", "p2p-visa-bid-115", "p2p-visa-bp-140", "p2p-visa-cdd-185", "p2p-visa-idx-140", "p2p-visa-idx-160", "p2p-visa-idx-200", "test-pg-150", "test-pg-200", "test-ta-mc-200", "test-ta-pg-200", "test-ta-pg-bc-200", "test-diners-175"];
|
|
8
|
+
const type: isly.Type<"p2p-diners-175" | "p2p-diners-200" | "p2p-mc-200" | "p2p-visa-bid-115" | "p2p-visa-bp-140" | "p2p-visa-cdd-185" | "p2p-visa-idx-140" | "p2p-visa-idx-160" | "p2p-visa-idx-200" | "test-pg-150" | "test-pg-200" | "test-ta-mc-200" | "test-ta-pg-200" | "test-ta-pg-bc-200" | "test-diners-175">;
|
|
9
|
+
const type2: isly2.String<"p2p-diners-175" | "p2p-diners-200" | "p2p-mc-200" | "p2p-visa-bid-115" | "p2p-visa-bp-140" | "p2p-visa-cdd-185" | "p2p-visa-idx-140" | "p2p-visa-idx-160" | "p2p-visa-idx-200" | "test-pg-150" | "test-pg-200" | "test-ta-mc-200" | "test-ta-pg-200" | "test-ta-pg-bc-200" | "test-diners-175">;
|
|
10
10
|
const forRealm: Record<Realm, Preset[]>;
|
|
11
11
|
const presets: Record<Preset, Stack>;
|
|
12
12
|
}
|
package/dist/mjs/Card/Preset.js
CHANGED
|
@@ -17,6 +17,7 @@ export var Preset;
|
|
|
17
17
|
"test-ta-mc-200",
|
|
18
18
|
"test-ta-pg-200",
|
|
19
19
|
"test-ta-pg-bc-200",
|
|
20
|
+
"test-diners-175",
|
|
20
21
|
];
|
|
21
22
|
Preset.type = isly.string(Preset.names);
|
|
22
23
|
Preset.type2 = isly2
|
|
@@ -24,7 +25,7 @@ export var Preset;
|
|
|
24
25
|
.rename("Preset")
|
|
25
26
|
.describe("Card configuration (iin/scheme/interchange).");
|
|
26
27
|
Preset.forRealm = {
|
|
27
|
-
test: ["test-pg-150", "test-pg-200", "test-ta-mc-200", "test-ta-pg-200", "test-ta-pg-bc-200"],
|
|
28
|
+
test: ["test-pg-150", "test-pg-200", "test-ta-mc-200", "test-ta-pg-200", "test-ta-pg-bc-200", "test-diners-175"],
|
|
28
29
|
uk: [
|
|
29
30
|
"p2p-diners-175",
|
|
30
31
|
"p2p-diners-200",
|
|
@@ -54,6 +55,7 @@ export var Preset;
|
|
|
54
55
|
"test-ta-mc-200": "test-tpl-paxgiro",
|
|
55
56
|
"test-ta-pg-200": "test-tpl-paxgiro",
|
|
56
57
|
"test-ta-pg-bc-200": "test-tpl-paxgiro",
|
|
58
|
+
"test-diners-175": "test-diners-clowd9",
|
|
57
59
|
};
|
|
58
60
|
})(Preset || (Preset = {}));
|
|
59
61
|
//# sourceMappingURL=Preset.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Preset.js","sourceRoot":"","sources":["../../../Card/Preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,IAAI,IAAI,KAAK,EAAE,MAAM,OAAO,CAAA;AAOrC,MAAM,KAAW,MAAM,
|
|
1
|
+
{"version":3,"file":"Preset.js","sourceRoot":"","sources":["../../../Card/Preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,IAAI,IAAI,KAAK,EAAE,MAAM,OAAO,CAAA;AAOrC,MAAM,KAAW,MAAM,CAwDtB;AAxDD,WAAiB,MAAM;IACT,YAAK,GAAG;QACpB,gBAAgB;QAChB,gBAAgB;QAChB,YAAY;QACZ,kBAAkB;QAClB,iBAAiB;QACjB,kBAAkB;QAClB,kBAAkB;QAClB,kBAAkB;QAClB,kBAAkB;QAClB,aAAa;QACb,aAAa;QACb,gBAAgB;QAChB,gBAAgB;QAChB,mBAAmB;QACnB,iBAAiB;KACR,CAAA;IACG,WAAI,GAAG,IAAI,CAAC,MAAM,CAAS,OAAA,KAAK,CAAC,CAAA;IACjC,YAAK,GAAG,KAAK;SACxB,MAAM,CAAS,OAAO,EAAE,GAAG,OAAA,KAAK,CAAC;SACjC,MAAM,CAAC,QAAQ,CAAC;SAChB,QAAQ,CAAC,8CAA8C,CAAC,CAAA;IAC7C,eAAQ,GAA4B;QAChD,IAAI,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,iBAAiB,CAAC;QAChH,EAAE,EAAE;YACH,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,kBAAkB;YAClB,iBAAiB;YACjB,kBAAkB;YAClB,kBAAkB;YAClB,kBAAkB;YAClB,kBAAkB;SAClB;QACD,IAAI,EAAE,EAAE;QACR,GAAG,EAAE,EAAE;KACP,CAAA;IACY,cAAO,GAA0B;QAC7C,gBAAgB,EAAE,eAAe;QACjC,gBAAgB,EAAE,eAAe;QACjC,YAAY,EAAE,mBAAmB;QACjC,kBAAkB,EAAE,qBAAqB;QACzC,iBAAiB,EAAE,qBAAqB;QACxC,kBAAkB,EAAE,qBAAqB;QACzC,kBAAkB,EAAE,qBAAqB;QACzC,kBAAkB,EAAE,qBAAqB;QACzC,kBAAkB,EAAE,qBAAqB;QACzC,aAAa,EAAE,cAAc;QAC7B,aAAa,EAAE,cAAc;QAC7B,gBAAgB,EAAE,kBAAkB;QACpC,gBAAgB,EAAE,kBAAkB;QACpC,mBAAmB,EAAE,kBAAkB;QACvC,iBAAiB,EAAE,oBAAoB;KACvC,CAAA;AACF,CAAC,EAxDgB,MAAM,KAAN,MAAM,QAwDtB"}
|
package/dist/mjs/Card/Stack.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import { isly } from "isly";
|
|
|
2
2
|
import { Realm } from "../Realm";
|
|
3
3
|
export type Stack = typeof Stack.stacks[number];
|
|
4
4
|
export declare namespace Stack {
|
|
5
|
-
const stacks: readonly ["test-paxgiro", "test-tpl-paxgiro", "uk-diners-dpg", "uk-mc-tpl-marqeta", "uk-visa-tpl-marqeta"];
|
|
6
|
-
const type: isly.Type<"test-paxgiro" | "test-tpl-paxgiro" | "uk-diners-dpg" | "uk-mc-tpl-marqeta" | "uk-visa-tpl-marqeta">;
|
|
5
|
+
const stacks: readonly ["test-paxgiro", "test-tpl-paxgiro", "test-diners-clowd9", "uk-diners-dpg", "uk-mc-tpl-marqeta", "uk-visa-tpl-marqeta"];
|
|
6
|
+
const type: isly.Type<"test-paxgiro" | "test-tpl-paxgiro" | "test-diners-clowd9" | "uk-diners-dpg" | "uk-mc-tpl-marqeta" | "uk-visa-tpl-marqeta">;
|
|
7
7
|
function toRealm(stack: Stack): Realm;
|
|
8
8
|
function toScheme(stack: Stack): string;
|
|
9
9
|
function toProcessor(stack: Stack): string;
|
package/dist/mjs/Card/Stack.js
CHANGED
|
@@ -4,6 +4,7 @@ export var Stack;
|
|
|
4
4
|
Stack.stacks = [
|
|
5
5
|
"test-paxgiro",
|
|
6
6
|
"test-tpl-paxgiro",
|
|
7
|
+
"test-diners-clowd9",
|
|
7
8
|
"uk-diners-dpg",
|
|
8
9
|
"uk-mc-tpl-marqeta",
|
|
9
10
|
"uk-visa-tpl-marqeta",
|
|
@@ -73,6 +74,7 @@ export var Stack;
|
|
|
73
74
|
const table = {
|
|
74
75
|
"test-paxgiro": "z",
|
|
75
76
|
"test-tpl-paxgiro": "y",
|
|
77
|
+
"test-diners-clowd9": "x",
|
|
76
78
|
"uk-mc-tpl-marqeta": "a",
|
|
77
79
|
"uk-diners-dpg": "b",
|
|
78
80
|
"uk-visa-tpl-marqeta": "c",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stack.js","sourceRoot":"","sources":["../../../Card/Stack.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAM3B,MAAM,KAAW,KAAK,
|
|
1
|
+
{"version":3,"file":"Stack.js","sourceRoot":"","sources":["../../../Card/Stack.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAM3B,MAAM,KAAW,KAAK,CAqFrB;AArFD,WAAiB,KAAK;IACR,YAAM,GAAG;QACrB,cAAc;QACd,kBAAkB;QAClB,oBAAoB;QACpB,eAAe;QACf,mBAAmB;QACnB,qBAAqB;KACZ,CAAA;IACG,UAAI,GAAG,IAAI,CAAC,MAAM,CAAC,MAAA,MAAM,CAAC,CAAA;IACvC,SAAgB,OAAO,CAAC,KAAY;QACnC,OAAO,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAU,CAAA;IACpC,CAAC;IAFe,aAAO,UAEtB,CAAA;IACD,SAAgB,QAAQ,CAAC,KAAY;QACpC,IAAI,MAAc,CAAA;QAClB,QAAQ,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;YAC7B,KAAK,IAAI;gBACR,MAAM,GAAG,YAAY,CAAA;gBACrB,MAAK;YACN,KAAK,QAAQ;gBACZ,MAAM,GAAG,QAAQ,CAAA;gBACjB,MAAK;YACN,KAAK,MAAM;gBACV,MAAM,GAAG,MAAM,CAAA;gBACf,MAAK;YACN;gBACC,MAAM,GAAG,SAAS,CAAA;gBAClB,MAAK;QACP,CAAC;QACD,OAAO,MAAM,CAAA;IACd,CAAC;IAjBe,cAAQ,WAiBvB,CAAA;IACD,SAAgB,WAAW,CAAC,KAAY;QACvC,OAAO,KAAK;aACV,KAAK,CAAC,GAAG,CAAC;aACV,KAAK,CAAC,CAAC,CAAC;aACR,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;aACvC,IAAI,CAAC,GAAG,CAAC,CAAA;IACZ,CAAC;IANe,iBAAW,cAM1B,CAAA;IACD,IAAiB,SAAS,CA6CzB;IA7CD,WAAiB,SAAS;QACZ,gBAAM,GAAG;YACrB,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;YACH,GAAG;SACM,CAAA;QACV,MAAM,KAAK,GAAmC;YAC7C,cAAc,EAAE,GAAG;YACnB,kBAAkB,EAAE,GAAG;YACvB,oBAAoB,EAAE,GAAG;YACzB,mBAAmB,EAAE,GAAG;YACxB,eAAe,EAAE,GAAG;YACpB,qBAAqB,EAAE,GAAG;SAC1B,CAAA;QACD,SAAgB,IAAI,CAAC,KAAY;YAChC,OAAO,KAAK,CAAC,KAAK,CAAC,CAAA;QACpB,CAAC;QAFe,cAAI,OAEnB,CAAA;QACD,SAAgB,OAAO,CAAC,SAA0B;YACjD,OAAO,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,IAAI,CAChC,CAAC,KAAK,EAA+B,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,SAAS,CAC7D,EAAE,CAAC,CAAC,CAAC,CAAA;QACP,CAAC;QAJe,iBAAO,UAItB,CAAA;IACF,CAAC,EA7CgB,SAAS,GAAT,eAAS,KAAT,eAAS,QA6CzB;AAEF,CAAC,EArFgB,KAAK,KAAL,KAAK,QAqFrB"}
|