@pax2pay/client 0.3.139 → 0.3.140
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/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/model/CardResponse.d.ts +2 -2
- package/dist/model/CardResponse.js +2 -2
- package/dist/model/CardResponse.js.map +1 -1
- package/dist/model/CardResponseV2.d.ts +2 -2
- package/dist/model/CardResponseV2.js +2 -2
- package/dist/model/CardResponseV2.js.map +1 -1
- package/dist/model/CardResponseV3.d.ts +2 -2
- package/dist/model/CardResponseV3.js +2 -2
- package/dist/model/CardResponseV3.js.map +1 -1
- package/dist/model/CardSearch.d.ts +2 -2
- package/dist/model/CardUsage.d.ts +6 -3
- package/dist/model/CardUsage.js +17 -1
- package/dist/model/CardUsage.js.map +1 -1
- package/dist/model/CreateCardRequest.d.ts +2 -2
- package/dist/model/OrganisationConfig.d.ts +2 -2
- package/dist/model/OrganisationConfig.js +2 -2
- package/dist/model/OrganisationConfig.js.map +1 -1
- package/dist/model/PaymentCardCreateRequest.d.ts +2 -2
- package/dist/model/PaymentCardCreateRequest.js +2 -2
- package/dist/model/PaymentCardCreateRequest.js.map +1 -1
- package/dist/model/PaymentDeliveryResponse.d.ts +2 -2
- package/dist/model/PaymentDeliveryResponse.js +2 -2
- package/dist/model/PaymentDeliveryResponse.js.map +1 -1
- package/dist/model/PaymentDeliveryStatus.d.ts +10 -0
- package/dist/model/PaymentDeliveryStatus.js +26 -0
- package/dist/model/PaymentDeliveryStatus.js.map +1 -0
- package/dist/model/PaymentMethodType.d.ts +5 -4
- package/dist/model/PaymentMethodType.js +4 -5
- package/dist/model/PaymentMethodType.js.map +1 -1
- package/dist/model/PaymentSearch.d.ts +14 -0
- package/dist/model/PaymentSearch.js +14 -0
- package/dist/model/PaymentSearch.js.map +1 -1
- package/dist/model/Usage.d.ts +7 -0
- package/dist/model/Usage.js +8 -0
- package/dist/model/Usage.js.map +1 -0
- package/dist/model/index.d.ts +3 -3
- package/dist/model/index.js +3 -3
- package/dist/model/index.js.map +1 -1
- package/index.ts +4 -4
- package/model/CardResponse.ts +3 -3
- package/model/CardResponseV2.ts +3 -3
- package/model/CardResponseV3.ts +3 -3
- package/model/CardSearch.ts +2 -2
- package/model/CardUsage.ts +21 -2
- package/model/CreateCardRequest.ts +2 -2
- package/model/OrganisationConfig.ts +3 -3
- package/model/PaymentCardCreateRequest.ts +3 -3
- package/model/PaymentDeliveryResponse.ts +3 -3
- package/model/PaymentDeliveryStatus.ts +32 -0
- package/model/PaymentMethodType.ts +6 -5
- package/model/PaymentSearch.ts +24 -0
- package/model/Usage.ts +9 -0
- package/model/index.ts +4 -4
- package/package.json +1 -1
- package/dist/model/PaymentCardUsage.d.ts +0 -6
- package/dist/model/PaymentCardUsage.js +0 -7
- package/dist/model/PaymentCardUsage.js.map +0 -1
- package/dist/model/PaymentDeliveryState.d.ts +0 -6
- package/dist/model/PaymentDeliveryState.js +0 -7
- package/dist/model/PaymentDeliveryState.js.map +0 -1
- package/model/PaymentCardUsage.ts +0 -8
- package/model/PaymentDeliveryState.ts +0 -8
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { isly } from "isly";
|
|
2
|
-
export type PaymentCardUsage = "single" | "multiple" | "single allow test auth";
|
|
3
|
-
export declare namespace PaymentCardUsage {
|
|
4
|
-
const type: isly.Type<"multiple" | "single" | "single allow test auth">;
|
|
5
|
-
const is: (value: any | ("multiple" | "single" | "single allow test auth")) => value is "multiple" | "single" | "single allow test auth";
|
|
6
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { isly } from "isly";
|
|
2
|
-
export var PaymentCardUsage;
|
|
3
|
-
(function (PaymentCardUsage) {
|
|
4
|
-
PaymentCardUsage.type = isly.string(["single", "multiple", "single allow test auth"]);
|
|
5
|
-
PaymentCardUsage.is = PaymentCardUsage.type.is;
|
|
6
|
-
})(PaymentCardUsage || (PaymentCardUsage = {}));
|
|
7
|
-
//# sourceMappingURL=PaymentCardUsage.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentCardUsage.js","sourceRoot":"../","sources":["model/PaymentCardUsage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAI3B,MAAM,KAAW,gBAAgB,CAGhC;AAHD,WAAiB,gBAAgB;IACnB,qBAAI,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,QAAQ,EAAE,UAAU,EAAE,wBAAwB,CAAC,CAAC,CAAA;IACpE,mBAAE,GAAG,iBAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAHgB,gBAAgB,KAAhB,gBAAgB,QAGhC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { isly } from "isly";
|
|
2
|
-
export type PaymentDeliveryState = "success" | "failure" | "todo" | "pending" | "card declined";
|
|
3
|
-
export declare namespace PaymentDeliveryState {
|
|
4
|
-
const type: isly.Type<"pending" | "success" | "failure" | "todo" | "card declined">;
|
|
5
|
-
const is: (value: any | ("pending" | "success" | "failure" | "todo" | "card declined")) => value is "pending" | "success" | "failure" | "todo" | "card declined";
|
|
6
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { isly } from "isly";
|
|
2
|
-
export var PaymentDeliveryState;
|
|
3
|
-
(function (PaymentDeliveryState) {
|
|
4
|
-
PaymentDeliveryState.type = isly.string(["success", "failure", "todo", "pending", "card declined"]);
|
|
5
|
-
PaymentDeliveryState.is = PaymentDeliveryState.type.is;
|
|
6
|
-
})(PaymentDeliveryState || (PaymentDeliveryState = {}));
|
|
7
|
-
//# sourceMappingURL=PaymentDeliveryState.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentDeliveryState.js","sourceRoot":"../","sources":["model/PaymentDeliveryState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAI3B,MAAM,KAAW,oBAAoB,CAGpC;AAHD,WAAiB,oBAAoB;IACvB,yBAAI,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,eAAe,CAAC,CAAC,CAAA;IAC9E,uBAAE,GAAG,qBAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAHgB,oBAAoB,KAApB,oBAAoB,QAGpC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { isly } from "isly"
|
|
2
|
-
|
|
3
|
-
export type PaymentCardUsage = "single" | "multiple" | "single allow test auth"
|
|
4
|
-
|
|
5
|
-
export namespace PaymentCardUsage {
|
|
6
|
-
export const type = isly.string(["single", "multiple", "single allow test auth"])
|
|
7
|
-
export const is = type.is
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { isly } from "isly"
|
|
2
|
-
|
|
3
|
-
export type PaymentDeliveryState = "success" | "failure" | "todo" | "pending" | "card declined"
|
|
4
|
-
|
|
5
|
-
export namespace PaymentDeliveryState {
|
|
6
|
-
export const type = isly.string(["success", "failure", "todo", "pending", "card declined"])
|
|
7
|
-
export const is = type.is
|
|
8
|
-
}
|