@pax2pay/model-banking 0.1.88 → 0.1.90
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/Realm/index.ts +4 -7
- package/dist/Authorization/Creatable.d.ts +16 -0
- package/dist/Authorization/Creatable.js +17 -0
- package/dist/Authorization/Creatable.js.map +1 -0
- package/dist/Authorization/index.d.ts +31 -0
- package/dist/Authorization/index.js +55 -0
- package/dist/Authorization/index.js.map +1 -0
- package/dist/Realm/index.d.ts +3 -2
- package/dist/Realm/index.js +3 -2
- package/dist/Realm/index.js.map +1 -1
- package/dist/pax2pay.d.ts +1 -0
- package/dist/pax2pay.js +1 -0
- package/dist/pax2pay.js.map +1 -1
- package/package.json +1 -1
- package/pax2pay.ts +1 -0
package/Realm/index.ts
CHANGED
|
@@ -4,13 +4,8 @@ import { Supplier as modelSupplier } from "../Supplier"
|
|
|
4
4
|
export type Realm = typeof Realm.realms[number]
|
|
5
5
|
|
|
6
6
|
export namespace Realm {
|
|
7
|
-
export const realms = ["test", "testUK", "uk", "eu"] as const
|
|
8
|
-
export const type: isly.Type<Realm> = isly.
|
|
9
|
-
isly.string("test"),
|
|
10
|
-
isly.string("testUK"),
|
|
11
|
-
isly.string("uk"),
|
|
12
|
-
isly.string("eu")
|
|
13
|
-
)
|
|
7
|
+
export const realms = ["test", "testUK", "uk", "eu", "upcheck"] as const
|
|
8
|
+
export const type: isly.Type<Realm> = isly.string(realms)
|
|
14
9
|
export const is = type.is
|
|
15
10
|
export function toString(): string {
|
|
16
11
|
return realms.toString().replaceAll(",", ", ") + "."
|
|
@@ -20,12 +15,14 @@ export namespace Realm {
|
|
|
20
15
|
testUK: ["clearbank"],
|
|
21
16
|
uk: ["clearbank"],
|
|
22
17
|
eu: [],
|
|
18
|
+
upcheck: ["paxgiro"],
|
|
23
19
|
}
|
|
24
20
|
export interface Suppliers extends Record<Realm, modelSupplier[]> {
|
|
25
21
|
test: ["paxgiro"]
|
|
26
22
|
testUK: ["clearbank"]
|
|
27
23
|
uk: ["clearbank"]
|
|
28
24
|
eu: []
|
|
25
|
+
upcheck: ["paxgiro"]
|
|
29
26
|
}
|
|
30
27
|
export type Supplier<P extends keyof Suppliers> = Pick<Suppliers, P>[P][number]
|
|
31
28
|
export namespace Supplier {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { isoly } from "isoly";
|
|
2
|
+
import { isly } from "isly";
|
|
3
|
+
import { Acquirer } from "../Acquirer";
|
|
4
|
+
import { Merchant } from "../Merchant";
|
|
5
|
+
export interface Creatable {
|
|
6
|
+
card: string;
|
|
7
|
+
amount: [isoly.Currency, number];
|
|
8
|
+
merchant: Merchant;
|
|
9
|
+
acquirer: Acquirer;
|
|
10
|
+
description: string;
|
|
11
|
+
}
|
|
12
|
+
export declare namespace Creatable {
|
|
13
|
+
const type: isly.object.ExtendableType<Creatable>;
|
|
14
|
+
const is: isly.Type.IsFunction<Creatable>;
|
|
15
|
+
const flaw: isly.Type.FlawFunction;
|
|
16
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { isoly } from "isoly";
|
|
2
|
+
import { isly } from "isly";
|
|
3
|
+
import { Acquirer } from "../Acquirer";
|
|
4
|
+
import { Merchant } from "../Merchant";
|
|
5
|
+
export var Creatable;
|
|
6
|
+
(function (Creatable) {
|
|
7
|
+
Creatable.type = isly.object({
|
|
8
|
+
card: isly.string(),
|
|
9
|
+
amount: isly.tuple(isly.fromIs("isoly.Currency", isoly.Currency.is), isly.number()),
|
|
10
|
+
merchant: Merchant.type,
|
|
11
|
+
acquirer: Acquirer.type,
|
|
12
|
+
description: isly.string(),
|
|
13
|
+
});
|
|
14
|
+
Creatable.is = Creatable.type.is;
|
|
15
|
+
Creatable.flaw = Creatable.type.flaw;
|
|
16
|
+
})(Creatable || (Creatable = {}));
|
|
17
|
+
//# sourceMappingURL=Creatable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Creatable.js","sourceRoot":"../","sources":["Authorization/Creatable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAC7B,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAStC,MAAM,KAAW,SAAS,CAUzB;AAVD,WAAiB,SAAS;IACZ,cAAI,GAAG,IAAI,CAAC,MAAM,CAAY;QAC1C,IAAI,EAAE,IAAI,CAAC,MAAM,EAAE;QACnB,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,gBAAgB,EAAE,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC;QACnF,QAAQ,EAAE,QAAQ,CAAC,IAAI;QACvB,QAAQ,EAAE,QAAQ,CAAC,IAAI;QACvB,WAAW,EAAE,IAAI,CAAC,MAAM,EAAE;KAC1B,CAAC,CAAA;IACW,YAAE,GAAG,UAAA,IAAI,CAAC,EAAE,CAAA;IACZ,cAAI,GAAG,UAAA,IAAI,CAAC,IAAI,CAAA;AAC9B,CAAC,EAVgB,SAAS,KAAT,SAAS,QAUzB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { cryptly } from "cryptly";
|
|
2
|
+
import { isoly } from "isoly";
|
|
3
|
+
import { isly } from "isly";
|
|
4
|
+
import { Acquirer } from "../Acquirer";
|
|
5
|
+
import { Card } from "../Card";
|
|
6
|
+
import { Merchant } from "../Merchant";
|
|
7
|
+
import { Transaction } from "../Transaction";
|
|
8
|
+
import { Creatable as AuthorizationCreatable } from "./Creatable";
|
|
9
|
+
export interface Authorization {
|
|
10
|
+
id: cryptly.Identifier;
|
|
11
|
+
card: string;
|
|
12
|
+
created: isoly.DateTime;
|
|
13
|
+
amount: [isoly.Currency, number];
|
|
14
|
+
merchant: Merchant;
|
|
15
|
+
acquirer: Acquirer;
|
|
16
|
+
description: string;
|
|
17
|
+
transaction?: string;
|
|
18
|
+
status?: "approved" | {
|
|
19
|
+
code: string;
|
|
20
|
+
reason: string;
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
export declare namespace Authorization {
|
|
24
|
+
function fromCreatable(authorization: Authorization.Creatable): Authorization;
|
|
25
|
+
const type: isly.object.ExtendableType<Authorization>;
|
|
26
|
+
const is: isly.Type.IsFunction<Authorization>;
|
|
27
|
+
const flaw: isly.Type.FlawFunction;
|
|
28
|
+
function toTransaction(authorization: Authorization, card: Card): Transaction.Creatable;
|
|
29
|
+
type Creatable = AuthorizationCreatable;
|
|
30
|
+
const Creatable: typeof AuthorizationCreatable;
|
|
31
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { cryptly } from "cryptly";
|
|
2
|
+
import { isoly } from "isoly";
|
|
3
|
+
import { isly } from "isly";
|
|
4
|
+
import { Acquirer } from "../Acquirer";
|
|
5
|
+
import { Merchant } from "../Merchant";
|
|
6
|
+
import { Creatable as AuthorizationCreatable } from "./Creatable";
|
|
7
|
+
export var Authorization;
|
|
8
|
+
(function (Authorization) {
|
|
9
|
+
function fromCreatable(authorization) {
|
|
10
|
+
return {
|
|
11
|
+
id: cryptly.Identifier.generate(8),
|
|
12
|
+
card: authorization.card,
|
|
13
|
+
created: isoly.DateTime.now(),
|
|
14
|
+
amount: authorization.amount,
|
|
15
|
+
merchant: authorization.merchant,
|
|
16
|
+
acquirer: authorization.acquirer,
|
|
17
|
+
description: authorization.description,
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
Authorization.fromCreatable = fromCreatable;
|
|
21
|
+
Authorization.type = isly.object({
|
|
22
|
+
id: isly.fromIs("Authorization.id", cryptly.Identifier.is),
|
|
23
|
+
card: isly.string(),
|
|
24
|
+
created: isly.fromIs("Authorization.created", isoly.DateTime.is),
|
|
25
|
+
amount: isly.tuple(isly.fromIs("isoly.Currency", isoly.Currency.is), isly.number()),
|
|
26
|
+
merchant: Merchant.type,
|
|
27
|
+
acquirer: Acquirer.type,
|
|
28
|
+
description: isly.string(),
|
|
29
|
+
transaction: isly.string().optional(),
|
|
30
|
+
status: isly
|
|
31
|
+
.union(isly.string("approved"), isly.object({ code: isly.string(), reason: isly.string() }))
|
|
32
|
+
.optional(),
|
|
33
|
+
});
|
|
34
|
+
Authorization.is = Authorization.type.is;
|
|
35
|
+
Authorization.flaw = Authorization.type.flaw;
|
|
36
|
+
function toTransaction(authorization, card) {
|
|
37
|
+
return {
|
|
38
|
+
amount: authorization.amount[1],
|
|
39
|
+
currency: authorization.amount[0],
|
|
40
|
+
description: authorization.description,
|
|
41
|
+
counterpart: {
|
|
42
|
+
type: "mastercard",
|
|
43
|
+
iin: card.details.iin,
|
|
44
|
+
expiry: card.details.expiry,
|
|
45
|
+
last4: card.details.last4,
|
|
46
|
+
holder: card.details.holder,
|
|
47
|
+
id: card.id,
|
|
48
|
+
merchant: authorization.merchant,
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
Authorization.toTransaction = toTransaction;
|
|
53
|
+
Authorization.Creatable = AuthorizationCreatable;
|
|
54
|
+
})(Authorization || (Authorization = {}));
|
|
55
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"../","sources":["Authorization/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAC7B,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAEtC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAEtC,OAAO,EAAE,SAAS,IAAI,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAajE,MAAM,KAAW,aAAa,CAiD7B;AAjDD,WAAiB,aAAa;IAC7B,SAAgB,aAAa,CAAC,aAAsC;QACnE,OAAO;YACN,EAAE,EAAE,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC;YAClC,IAAI,EAAE,aAAa,CAAC,IAAI;YACxB,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,GAAG,EAAE;YAC7B,MAAM,EAAE,aAAa,CAAC,MAAM;YAC5B,QAAQ,EAAE,aAAa,CAAC,QAAQ;YAChC,QAAQ,EAAE,aAAa,CAAC,QAAQ;YAChC,WAAW,EAAE,aAAa,CAAC,WAAW;SACtC,CAAA;IACF,CAAC;IAVe,2BAAa,gBAU5B,CAAA;IACY,kBAAI,GAAG,IAAI,CAAC,MAAM,CAAgB;QAC9C,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,kBAAkB,EAAE,OAAO,CAAC,UAAU,CAAC,EAAE,CAAC;QAC1D,IAAI,EAAE,IAAI,CAAC,MAAM,EAAE;QACnB,OAAO,EAAE,IAAI,CAAC,MAAM,CAAC,uBAAuB,EAAE,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC;QAChE,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,gBAAgB,EAAE,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC;QACnF,QAAQ,EAAE,QAAQ,CAAC,IAAI;QACvB,QAAQ,EAAE,QAAQ,CAAC,IAAI;QACvB,WAAW,EAAE,IAAI,CAAC,MAAM,EAAE;QAC1B,WAAW,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACrC,MAAM,EAAE,IAAI;aACV,KAAK,CACL,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,EACvB,IAAI,CAAC,MAAM,CAAmC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,CAC7F;aACA,QAAQ,EAAE;KACZ,CAAC,CAAA;IACW,gBAAE,GAAG,cAAA,IAAI,CAAC,EAAE,CAAA;IACZ,kBAAI,GAAG,cAAA,IAAI,CAAC,IAAI,CAAA;IAE7B,SAAgB,aAAa,CAAC,aAA4B,EAAE,IAAU;QACrE,OAAO;YACN,MAAM,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC;YAC/B,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC;YACjC,WAAW,EAAE,aAAa,CAAC,WAAW;YACtC,WAAW,EAAE;gBACZ,IAAI,EAAE,YAAY;gBAClB,GAAG,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG;gBACrB,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,MAAM;gBAC3B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,KAAK;gBACzB,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,MAAM;gBAC3B,EAAE,EAAE,IAAI,CAAC,EAAE;gBACX,QAAQ,EAAE,aAAa,CAAC,QAAQ;aAChC;SACD,CAAA;IACF,CAAC;IAfe,2BAAa,gBAe5B,CAAA;IAEY,uBAAS,GAAG,sBAAsB,CAAA;AAChD,CAAC,EAjDgB,aAAa,KAAb,aAAa,QAiD7B"}
|
package/dist/Realm/index.d.ts
CHANGED
|
@@ -2,9 +2,9 @@ import { isly } from "isly";
|
|
|
2
2
|
import { Supplier as modelSupplier } from "../Supplier";
|
|
3
3
|
export type Realm = typeof Realm.realms[number];
|
|
4
4
|
export declare namespace Realm {
|
|
5
|
-
const realms: readonly ["test", "testUK", "uk", "eu"];
|
|
5
|
+
const realms: readonly ["test", "testUK", "uk", "eu", "upcheck"];
|
|
6
6
|
const type: isly.Type<Realm>;
|
|
7
|
-
const is: isly.Type.IsFunction<"eu" | "uk" | "test" | "testUK">;
|
|
7
|
+
const is: isly.Type.IsFunction<"eu" | "uk" | "test" | "testUK" | "upcheck">;
|
|
8
8
|
function toString(): string;
|
|
9
9
|
const suppliers: Record<Realm, modelSupplier[]>;
|
|
10
10
|
interface Suppliers extends Record<Realm, modelSupplier[]> {
|
|
@@ -12,6 +12,7 @@ export declare namespace Realm {
|
|
|
12
12
|
testUK: ["clearbank"];
|
|
13
13
|
uk: ["clearbank"];
|
|
14
14
|
eu: [];
|
|
15
|
+
upcheck: ["paxgiro"];
|
|
15
16
|
}
|
|
16
17
|
type Supplier<P extends keyof Suppliers> = Pick<Suppliers, P>[P][number];
|
|
17
18
|
namespace Supplier {
|
package/dist/Realm/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { isly } from "isly";
|
|
2
2
|
export var Realm;
|
|
3
3
|
(function (Realm) {
|
|
4
|
-
Realm.realms = ["test", "testUK", "uk", "eu"];
|
|
5
|
-
Realm.type = isly.
|
|
4
|
+
Realm.realms = ["test", "testUK", "uk", "eu", "upcheck"];
|
|
5
|
+
Realm.type = isly.string(Realm.realms);
|
|
6
6
|
Realm.is = Realm.type.is;
|
|
7
7
|
function toString() {
|
|
8
8
|
return Realm.realms.toString().replaceAll(",", ", ") + ".";
|
|
@@ -13,6 +13,7 @@ export var Realm;
|
|
|
13
13
|
testUK: ["clearbank"],
|
|
14
14
|
uk: ["clearbank"],
|
|
15
15
|
eu: [],
|
|
16
|
+
upcheck: ["paxgiro"],
|
|
16
17
|
};
|
|
17
18
|
let Supplier;
|
|
18
19
|
(function (Supplier) {
|
package/dist/Realm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../","sources":["Realm/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAK3B,MAAM,KAAW,KAAK,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"../","sources":["Realm/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAK3B,MAAM,KAAW,KAAK,CA2BrB;AA3BD,WAAiB,KAAK;IACR,YAAM,GAAG,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,CAAU,CAAA;IAC3D,UAAI,GAAqB,IAAI,CAAC,MAAM,CAAC,MAAA,MAAM,CAAC,CAAA;IAC5C,QAAE,GAAG,MAAA,IAAI,CAAC,EAAE,CAAA;IACzB,SAAgB,QAAQ;QACvB,OAAO,MAAA,MAAM,CAAC,QAAQ,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,GAAG,CAAA;IACrD,CAAC;IAFe,cAAQ,WAEvB,CAAA;IACY,eAAS,GAAmC;QACxD,IAAI,EAAE,CAAC,SAAS,CAAC;QACjB,MAAM,EAAE,CAAC,WAAW,CAAC;QACrB,EAAE,EAAE,CAAC,WAAW,CAAC;QACjB,EAAE,EAAE,EAAE;QACN,OAAO,EAAE,CAAC,SAAS,CAAC;KACpB,CAAA;IASD,IAAiB,QAAQ,CAIxB;IAJD,WAAiB,QAAQ;QACxB,SAAgB,EAAE,CAAC,KAAY,EAAE,QAA6B;YAC7D,OAAO,MAAA,SAAS,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAA;QAC3C,CAAC;QAFe,WAAE,KAEjB,CAAA;IACF,CAAC,EAJgB,QAAQ,GAAR,cAAQ,KAAR,cAAQ,QAIxB;AACF,CAAC,EA3BgB,KAAK,KAAL,KAAK,QA2BrB"}
|
package/dist/pax2pay.d.ts
CHANGED
package/dist/pax2pay.js
CHANGED
package/dist/pax2pay.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pax2pay.js","sourceRoot":"../","sources":["pax2pay.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACnC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA"}
|
|
1
|
+
{"version":3,"file":"pax2pay.js","sourceRoot":"../","sources":["pax2pay.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACnC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA"}
|
package/package.json
CHANGED
package/pax2pay.ts
CHANGED