@pax2pay/client 0.3.80 → 0.3.82
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/dist/model/CardTypeSpecification.d.ts +5 -1
- package/dist/model/CardTypeSpecification.js +12 -16
- package/dist/model/CardTypeSpecification.js.map +1 -1
- package/dist/model/CardTypeSpecificationFlag.d.ts +5 -4
- package/dist/model/CardTypeSpecificationFlag.js +4 -5
- package/dist/model/CardTypeSpecificationFlag.js.map +1 -1
- package/dist/model/ProviderCode.d.ts +5 -4
- package/dist/model/ProviderCode.js +4 -5
- package/dist/model/ProviderCode.js.map +1 -1
- package/dist/model/TransferResponseV2.d.ts +3 -1
- package/dist/model/TransferResponseV2.js +4 -2
- package/dist/model/TransferResponseV2.js.map +1 -1
- package/model/CardTypeSpecification.ts +13 -17
- package/model/CardTypeSpecificationFlag.ts +6 -5
- package/model/ProviderCode.ts +6 -5
- package/model/TransferResponseV2.ts +6 -2
- package/package.json +3 -2
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { isly } from "isly";
|
|
1
2
|
import { CardTypeSpecificationFlag } from "./CardTypeSpecificationFlag";
|
|
3
|
+
import { ProviderCode } from "./ProviderCode";
|
|
2
4
|
export interface CardTypeSpecification {
|
|
3
5
|
cardTypeId?: string;
|
|
4
6
|
description?: string;
|
|
@@ -6,7 +8,9 @@ export interface CardTypeSpecification {
|
|
|
6
8
|
funding?: "DEBIT" | "CREDIT" | "PREPAID";
|
|
7
9
|
flags?: CardTypeSpecificationFlag[];
|
|
8
10
|
bin?: string;
|
|
11
|
+
providerCode?: ProviderCode;
|
|
9
12
|
}
|
|
10
13
|
export declare namespace CardTypeSpecification {
|
|
11
|
-
|
|
14
|
+
const type: isly.object.ExtendableType<CardTypeSpecification>;
|
|
15
|
+
const is: isly.Type.IsFunction<CardTypeSpecification>;
|
|
12
16
|
}
|
|
@@ -1,21 +1,17 @@
|
|
|
1
|
+
import { isly } from "isly";
|
|
1
2
|
import { CardTypeSpecificationFlag } from "./CardTypeSpecificationFlag";
|
|
3
|
+
import { ProviderCode } from "./ProviderCode";
|
|
2
4
|
export var CardTypeSpecification;
|
|
3
5
|
(function (CardTypeSpecification) {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
value.funding == "CREDIT" ||
|
|
15
|
-
value.funding == "PREPAID") &&
|
|
16
|
-
(value.flags == undefined || (Array.isArray(value.flags) && value.flags.every(CardTypeSpecificationFlag.is))) &&
|
|
17
|
-
(value.bin == undefined || typeof value.bin == "string"));
|
|
18
|
-
}
|
|
19
|
-
CardTypeSpecification.is = is;
|
|
6
|
+
CardTypeSpecification.type = isly.object({
|
|
7
|
+
cardTypeId: isly.string().optional(),
|
|
8
|
+
description: isly.string().optional(),
|
|
9
|
+
scheme: isly.string(["VISA", "MASTERCARD", "AMERICAN_EXPRESS"]).optional(),
|
|
10
|
+
funding: isly.string(["DEBIT", "CREDIT", "PREPAID"]).optional(),
|
|
11
|
+
flags: isly.array(CardTypeSpecificationFlag.type).optional(),
|
|
12
|
+
bin: isly.string().optional(),
|
|
13
|
+
providerCode: ProviderCode.type.optional(),
|
|
14
|
+
});
|
|
15
|
+
CardTypeSpecification.is = CardTypeSpecification.type.is;
|
|
20
16
|
})(CardTypeSpecification || (CardTypeSpecification = {}));
|
|
21
17
|
//# sourceMappingURL=CardTypeSpecification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardTypeSpecification.js","sourceRoot":"../","sources":["model/CardTypeSpecification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"CardTypeSpecification.js","sourceRoot":"../","sources":["model/CardTypeSpecification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAe7C,MAAM,KAAW,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACxB,0BAAI,GAAG,IAAI,CAAC,MAAM,CAAwB;QACtD,UAAU,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACpC,WAAW,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACrC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,YAAY,EAAE,kBAAkB,CAAC,CAAC,CAAC,QAAQ,EAAE;QAC1E,OAAO,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,OAAO,EAAE,QAAQ,EAAE,SAAS,CAAC,CAAC,CAAC,QAAQ,EAAE;QAC/D,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,yBAAyB,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE;QAC5D,GAAG,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC7B,YAAY,EAAE,YAAY,CAAC,IAAI,CAAC,QAAQ,EAAE;KAC1C,CAAC,CAAA;IACW,wBAAE,GAAG,sBAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAXgB,qBAAqB,KAArB,qBAAqB,QAWrC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
export type CardTypeSpecificationFlag = typeof
|
|
1
|
+
import { isly } from "isly";
|
|
2
|
+
export type CardTypeSpecificationFlag = typeof CardTypeSpecificationFlag.types[number];
|
|
3
3
|
export declare namespace CardTypeSpecificationFlag {
|
|
4
|
-
|
|
4
|
+
const types: readonly ["CORPORATE", "BUSINESS", "CONSUMER"];
|
|
5
|
+
const type: isly.Type<"CORPORATE" | "BUSINESS" | "CONSUMER">;
|
|
6
|
+
const is: isly.Type.IsFunction<"CORPORATE" | "BUSINESS" | "CONSUMER">;
|
|
5
7
|
}
|
|
6
|
-
export {};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import { isly } from "isly";
|
|
2
2
|
export var CardTypeSpecificationFlag;
|
|
3
3
|
(function (CardTypeSpecificationFlag) {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
CardTypeSpecificationFlag.is = is;
|
|
4
|
+
CardTypeSpecificationFlag.types = ["CORPORATE", "BUSINESS", "CONSUMER"];
|
|
5
|
+
CardTypeSpecificationFlag.type = isly.string(CardTypeSpecificationFlag.types);
|
|
6
|
+
CardTypeSpecificationFlag.is = CardTypeSpecificationFlag.type.is;
|
|
8
7
|
})(CardTypeSpecificationFlag || (CardTypeSpecificationFlag = {}));
|
|
9
8
|
//# sourceMappingURL=CardTypeSpecificationFlag.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardTypeSpecificationFlag.js","sourceRoot":"../","sources":["model/CardTypeSpecificationFlag.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"CardTypeSpecificationFlag.js","sourceRoot":"../","sources":["model/CardTypeSpecificationFlag.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAI3B,MAAM,KAAW,yBAAyB,CAIzC;AAJD,WAAiB,yBAAyB;IAC5B,+BAAK,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,UAAU,CAAU,CAAA;IACtD,8BAAI,GAAG,IAAI,CAAC,MAAM,CAAC,0BAAA,KAAK,CAAC,CAAA;IACzB,4BAAE,GAAG,0BAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAJgB,yBAAyB,KAAzB,yBAAyB,QAIzC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
export type ProviderCode = typeof
|
|
1
|
+
import { isly } from "isly";
|
|
2
|
+
export type ProviderCode = typeof ProviderCode.types[number];
|
|
3
3
|
export declare namespace ProviderCode {
|
|
4
|
-
|
|
4
|
+
const types: readonly ["conferma", "ixaris", "wex", "fake", "lodged", "modulr", "unknown", "pax2pay"];
|
|
5
|
+
const type: isly.Type<"unknown" | "conferma" | "ixaris" | "wex" | "fake" | "lodged" | "modulr" | "pax2pay">;
|
|
6
|
+
const is: isly.Type.IsFunction<"unknown" | "conferma" | "ixaris" | "wex" | "fake" | "lodged" | "modulr" | "pax2pay">;
|
|
5
7
|
}
|
|
6
|
-
export {};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import { isly } from "isly";
|
|
2
2
|
export var ProviderCode;
|
|
3
3
|
(function (ProviderCode) {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
ProviderCode.is = is;
|
|
4
|
+
ProviderCode.types = ["conferma", "ixaris", "wex", "fake", "lodged", "modulr", "unknown", "pax2pay"];
|
|
5
|
+
ProviderCode.type = isly.string(ProviderCode.types);
|
|
6
|
+
ProviderCode.is = ProviderCode.type.is;
|
|
8
7
|
})(ProviderCode || (ProviderCode = {}));
|
|
9
8
|
//# sourceMappingURL=ProviderCode.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProviderCode.js","sourceRoot":"../","sources":["model/ProviderCode.ts"],"names":[],"mappings":"AAAA,MAAM,
|
|
1
|
+
{"version":3,"file":"ProviderCode.js","sourceRoot":"../","sources":["model/ProviderCode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAI3B,MAAM,KAAW,YAAY,CAI5B;AAJD,WAAiB,YAAY;IACf,kBAAK,GAAG,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,CAAU,CAAA;IAChG,iBAAI,GAAG,IAAI,CAAC,MAAM,CAAC,aAAA,KAAK,CAAC,CAAA;IACzB,eAAE,GAAG,aAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAJgB,YAAY,KAAZ,YAAY,QAI5B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Currency, Date } from "isoly";
|
|
1
|
+
import { Currency, Date, DateTime } from "isoly";
|
|
2
2
|
import { BookingInfoResponse } from "./BookingInfoResponse";
|
|
3
3
|
import { ExternalSource } from "./ExternalSource";
|
|
4
4
|
import { FundingAccountSummaryResponse } from "./FundingAccountSummaryResponse";
|
|
@@ -22,6 +22,8 @@ export interface TransferResponseV2 {
|
|
|
22
22
|
direction: TransferDirection;
|
|
23
23
|
createdBy: string;
|
|
24
24
|
personallyApprovable?: boolean;
|
|
25
|
+
approvedBy?: string;
|
|
26
|
+
approvedOn?: DateTime;
|
|
25
27
|
}
|
|
26
28
|
export declare namespace TransferResponseV2 {
|
|
27
29
|
function is(value: TransferResponseV2 | any): value is TransferResponseV2;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Currency, Date } from "isoly";
|
|
1
|
+
import { Currency, Date, DateTime } from "isoly";
|
|
2
2
|
import { BookingInfoResponse } from "./BookingInfoResponse";
|
|
3
3
|
import { FundingAccountSummaryResponse } from "./FundingAccountSummaryResponse";
|
|
4
4
|
import { ProviderCode } from "./ProviderCode";
|
|
@@ -23,7 +23,9 @@ export var TransferResponseV2;
|
|
|
23
23
|
(value.bookingInfo == undefined || BookingInfoResponse.is(value.bookingInfo)) &&
|
|
24
24
|
TransferDirection.is(value.direction) &&
|
|
25
25
|
typeof value.createdBy == "string" &&
|
|
26
|
-
(value.personallyApprovable == undefined || typeof value.personallyApprovable == "boolean")
|
|
26
|
+
(value.personallyApprovable == undefined || typeof value.personallyApprovable == "boolean") &&
|
|
27
|
+
(value.approvedBy == undefined || typeof value.approvedBy == "string") &&
|
|
28
|
+
(value.approvedOn == undefined || DateTime.is(value.approvedOn)));
|
|
27
29
|
}
|
|
28
30
|
TransferResponseV2.is = is;
|
|
29
31
|
})(TransferResponseV2 || (TransferResponseV2 = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransferResponseV2.js","sourceRoot":"../","sources":["model/TransferResponseV2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"TransferResponseV2.js","sourceRoot":"../","sources":["model/TransferResponseV2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAChD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAE3D,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAA;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAA;AAC3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAsBjD,MAAM,KAAW,kBAAkB,CAuBlC;AAvBD,WAAiB,kBAAkB;IAClC,SAAgB,EAAE,CAAC,KAA+B;QACjD,OAAO,CACN,OAAO,KAAK,IAAI,QAAQ;YACxB,YAAY,CAAC,EAAE,CAAC,KAAK,CAAC,YAAY,CAAC;YACnC,OAAO,KAAK,CAAC,kBAAkB,IAAI,QAAQ;YAC3C,OAAO,KAAK,CAAC,MAAM,IAAI,QAAQ;YAC/B,QAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC;YAC3B,cAAc,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC;YAC/B,CAAC,KAAK,CAAC,YAAY,IAAI,SAAS,IAAI,OAAO,KAAK,CAAC,YAAY,IAAI,QAAQ,CAAC;YAC1E,IAAI,CAAC,EAAE,CAAC,KAAK,CAAC,WAAW,CAAC;YAC1B,CAAC,KAAK,CAAC,WAAW,IAAI,SAAS,IAAI,IAAI,CAAC,EAAE,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAC9D,OAAO,KAAK,CAAC,SAAS,IAAI,QAAQ;YAClC,6BAA6B,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC;YAC9C,2BAA2B,CAAC,EAAE,CAAC,KAAK,CAAC,WAAW,CAAC;YACjD,CAAC,KAAK,CAAC,WAAW,IAAI,SAAS,IAAI,mBAAmB,CAAC,EAAE,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAC7E,iBAAiB,CAAC,EAAE,CAAC,KAAK,CAAC,SAAS,CAAC;YACrC,OAAO,KAAK,CAAC,SAAS,IAAI,QAAQ;YAClC,CAAC,KAAK,CAAC,oBAAoB,IAAI,SAAS,IAAI,OAAO,KAAK,CAAC,oBAAoB,IAAI,SAAS,CAAC;YAC3F,CAAC,KAAK,CAAC,UAAU,IAAI,SAAS,IAAI,OAAO,KAAK,CAAC,UAAU,IAAI,QAAQ,CAAC;YACtE,CAAC,KAAK,CAAC,UAAU,IAAI,SAAS,IAAI,QAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAChE,CAAA;IACF,CAAC;IArBe,qBAAE,KAqBjB,CAAA;AACF,CAAC,EAvBgB,kBAAkB,KAAlB,kBAAkB,QAuBlC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { isly } from "isly"
|
|
1
2
|
import { CardTypeSpecificationFlag } from "./CardTypeSpecificationFlag"
|
|
3
|
+
import { ProviderCode } from "./ProviderCode"
|
|
2
4
|
|
|
3
5
|
/**
|
|
4
6
|
* The card type to use in the card options requests.
|
|
@@ -10,24 +12,18 @@ export interface CardTypeSpecification {
|
|
|
10
12
|
funding?: "DEBIT" | "CREDIT" | "PREPAID"
|
|
11
13
|
flags?: CardTypeSpecificationFlag[]
|
|
12
14
|
bin?: string
|
|
15
|
+
providerCode?: ProviderCode
|
|
13
16
|
}
|
|
14
17
|
|
|
15
18
|
export namespace CardTypeSpecification {
|
|
16
|
-
export
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
value.funding == "DEBIT" ||
|
|
27
|
-
value.funding == "CREDIT" ||
|
|
28
|
-
value.funding == "PREPAID") &&
|
|
29
|
-
(value.flags == undefined || (Array.isArray(value.flags) && value.flags.every(CardTypeSpecificationFlag.is))) &&
|
|
30
|
-
(value.bin == undefined || typeof value.bin == "string")
|
|
31
|
-
)
|
|
32
|
-
}
|
|
19
|
+
export const type = isly.object<CardTypeSpecification>({
|
|
20
|
+
cardTypeId: isly.string().optional(),
|
|
21
|
+
description: isly.string().optional(),
|
|
22
|
+
scheme: isly.string(["VISA", "MASTERCARD", "AMERICAN_EXPRESS"]).optional(),
|
|
23
|
+
funding: isly.string(["DEBIT", "CREDIT", "PREPAID"]).optional(),
|
|
24
|
+
flags: isly.array(CardTypeSpecificationFlag.type).optional(),
|
|
25
|
+
bin: isly.string().optional(),
|
|
26
|
+
providerCode: ProviderCode.type.optional(),
|
|
27
|
+
})
|
|
28
|
+
export const is = type.is
|
|
33
29
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { isly } from "isly"
|
|
2
|
+
|
|
3
|
+
export type CardTypeSpecificationFlag = typeof CardTypeSpecificationFlag.types[number]
|
|
3
4
|
|
|
4
5
|
export namespace CardTypeSpecificationFlag {
|
|
5
|
-
export
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
export const types = ["CORPORATE", "BUSINESS", "CONSUMER"] as const
|
|
7
|
+
export const type = isly.string(types)
|
|
8
|
+
export const is = type.is
|
|
8
9
|
}
|
package/model/ProviderCode.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { isly } from "isly"
|
|
2
|
+
|
|
3
|
+
export type ProviderCode = typeof ProviderCode.types[number]
|
|
3
4
|
|
|
4
5
|
export namespace ProviderCode {
|
|
5
|
-
export
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
export const types = ["conferma", "ixaris", "wex", "fake", "lodged", "modulr", "unknown", "pax2pay"] as const
|
|
7
|
+
export const type = isly.string(types)
|
|
8
|
+
export const is = type.is
|
|
8
9
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Currency, Date } from "isoly"
|
|
1
|
+
import { Currency, Date, DateTime } from "isoly"
|
|
2
2
|
import { BookingInfoResponse } from "./BookingInfoResponse"
|
|
3
3
|
import { ExternalSource } from "./ExternalSource"
|
|
4
4
|
import { FundingAccountSummaryResponse } from "./FundingAccountSummaryResponse"
|
|
@@ -23,6 +23,8 @@ export interface TransferResponseV2 {
|
|
|
23
23
|
direction: TransferDirection
|
|
24
24
|
createdBy: string
|
|
25
25
|
personallyApprovable?: boolean
|
|
26
|
+
approvedBy?: string
|
|
27
|
+
approvedOn?: DateTime
|
|
26
28
|
}
|
|
27
29
|
|
|
28
30
|
export namespace TransferResponseV2 {
|
|
@@ -43,7 +45,9 @@ export namespace TransferResponseV2 {
|
|
|
43
45
|
(value.bookingInfo == undefined || BookingInfoResponse.is(value.bookingInfo)) &&
|
|
44
46
|
TransferDirection.is(value.direction) &&
|
|
45
47
|
typeof value.createdBy == "string" &&
|
|
46
|
-
(value.personallyApprovable == undefined || typeof value.personallyApprovable == "boolean")
|
|
48
|
+
(value.personallyApprovable == undefined || typeof value.personallyApprovable == "boolean") &&
|
|
49
|
+
(value.approvedBy == undefined || typeof value.approvedBy == "string") &&
|
|
50
|
+
(value.approvedOn == undefined || DateTime.is(value.approvedOn))
|
|
47
51
|
)
|
|
48
52
|
}
|
|
49
53
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pax2pay/client",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.82",
|
|
4
4
|
"description": "Client library for the Pax2Pay API",
|
|
5
5
|
"author": "Pax2Pay Ltd.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"^.+\\.(j|t)sx?$": "ts-jest"
|
|
29
29
|
},
|
|
30
30
|
"transformIgnorePatterns": [
|
|
31
|
-
"<rootDir>/node_modules/(?!(cryptly|authly|isoly|gracely|@pax2pay|cloud-http)/.*)"
|
|
31
|
+
"<rootDir>/node_modules/(?!(cryptly|authly|isoly|isly|gracely|@pax2pay|cloud-http)/.*)"
|
|
32
32
|
],
|
|
33
33
|
"testEnvironment": "node",
|
|
34
34
|
"testRegex": "((\\.|/)(test|spec))(\\.|\\/.+)(jsx?|tsx?)$",
|
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"isoly": "^0.1.16",
|
|
79
|
+
"isly": "^0.1.13",
|
|
79
80
|
"isomorphic-fetch": "^3.0.0",
|
|
80
81
|
"math-exact": "^1.0.5"
|
|
81
82
|
},
|