@pax2pay/client 0.5.6 → 0.5.7
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.
|
@@ -5,6 +5,7 @@ export interface SummaryCardResponseV3 {
|
|
|
5
5
|
providerCardId: string;
|
|
6
6
|
cardType: string;
|
|
7
7
|
pan: string;
|
|
8
|
+
hasDeclines?: boolean;
|
|
8
9
|
}
|
|
9
10
|
export declare namespace SummaryCardResponseV3 {
|
|
10
11
|
const type: import("isly/dist/cjs/object").IslyObject<SummaryCardResponseV3, object>;
|
|
@@ -8,6 +8,7 @@ export var SummaryCardResponseV3;
|
|
|
8
8
|
providerCardId: isly.string(),
|
|
9
9
|
cardType: isly.string(),
|
|
10
10
|
pan: isly.string(),
|
|
11
|
+
hasDeclines: isly.boolean().optional(),
|
|
11
12
|
});
|
|
12
13
|
SummaryCardResponseV3.is = SummaryCardResponseV3.type.is;
|
|
13
14
|
})(SummaryCardResponseV3 || (SummaryCardResponseV3 = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SummaryCardResponseV3.js","sourceRoot":"../","sources":["model/SummaryCardResponseV3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"SummaryCardResponseV3.js","sourceRoot":"../","sources":["model/SummaryCardResponseV3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAW7C,MAAM,KAAW,qBAAqB,CAUrC;AAVD,WAAiB,qBAAqB;IACxB,0BAAI,GAAG,IAAI,CAAC,MAAM,CAAwB;QACtD,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE;QACjB,YAAY,EAAE,YAAY,CAAC,IAAI;QAC/B,cAAc,EAAE,IAAI,CAAC,MAAM,EAAE;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM,EAAE;QACvB,GAAG,EAAE,IAAI,CAAC,MAAM,EAAE;QAClB,WAAW,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KACtC,CAAC,CAAA;IACW,wBAAE,GAAG,sBAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAVgB,qBAAqB,KAArB,qBAAqB,QAUrC"}
|
|
@@ -7,6 +7,7 @@ export interface SummaryCardResponseV3 {
|
|
|
7
7
|
providerCardId: string
|
|
8
8
|
cardType: string
|
|
9
9
|
pan: string
|
|
10
|
+
hasDeclines?: boolean
|
|
10
11
|
}
|
|
11
12
|
|
|
12
13
|
export namespace SummaryCardResponseV3 {
|
|
@@ -16,6 +17,7 @@ export namespace SummaryCardResponseV3 {
|
|
|
16
17
|
providerCardId: isly.string(),
|
|
17
18
|
cardType: isly.string(),
|
|
18
19
|
pan: isly.string(),
|
|
20
|
+
hasDeclines: isly.boolean().optional(),
|
|
19
21
|
})
|
|
20
22
|
export const is = type.is
|
|
21
23
|
}
|