@figuredev/payments-sdk
Advanced tools
Comparing version 0.26.17 to 0.26.18
@@ -1,2 +0,2 @@ | ||
import { Maybe } from "fgr-lib-backend/lib/types"; | ||
import { Maybe } from "@figurepos/fgr-lib-backend/lib/types"; | ||
import { AuthTokenTypeDTO, PaymentAuthTokenDTO, PaymentGatewayDTO, PaymentGetResponseDTO, PaymentInitializedResponseDTO, PaymentInputDTO, PaymentRequestDTO, PaymentRequestSaveDTO } from "./types"; | ||
@@ -3,0 +3,0 @@ import { UserContext } from "./utils"; |
@@ -1,2 +0,2 @@ | ||
import { Maybe } from "fgr-lib-backend/lib/types"; | ||
import { Maybe } from "@figurepos/fgr-lib-backend/lib/types"; | ||
export declare type PaymentInputDTO = { | ||
@@ -21,3 +21,4 @@ token?: string; | ||
TSYS = "tsys", | ||
SeamlessPay = "seamlesspay" | ||
SeamlessPay = "seamlesspay", | ||
Pax = "pax" | ||
} | ||
@@ -83,6 +84,9 @@ export declare enum PaymentRequestEntryModeDTO { | ||
id: string; | ||
rootId?: string; | ||
referenceId?: string; | ||
gateway: PaymentGatewayDTO; | ||
command: PaymentCommandDTO; | ||
referenceId?: string; | ||
status: PaymentStatusDTO; | ||
amountRequested?: number; | ||
tipAmountRequested?: number; | ||
amountAuthorized?: number; | ||
@@ -98,2 +102,3 @@ tipAuthorized?: number; | ||
response?: any; | ||
audit?: any[]; | ||
options?: PaymentRequestOptionsDTO; | ||
@@ -120,2 +125,3 @@ }; | ||
declineMessage?: Maybe<string>; | ||
declineDetail?: Maybe<DeclineDetailDTO>; | ||
options?: PaymentGetResponseOptionsDTO; | ||
@@ -191,1 +197,5 @@ }; | ||
} | ||
export declare type DeclineDetailDTO = { | ||
title: string; | ||
message: string; | ||
}; |
@@ -12,2 +12,3 @@ "use strict"; | ||
PaymentGatewayDTO["SeamlessPay"] = "seamlesspay"; | ||
PaymentGatewayDTO["Pax"] = "pax"; | ||
})(PaymentGatewayDTO = exports.PaymentGatewayDTO || (exports.PaymentGatewayDTO = {})); | ||
@@ -14,0 +15,0 @@ var PaymentRequestEntryModeDTO; |
{ | ||
"name": "@figuredev/payments-sdk", | ||
"version": "0.26.17", | ||
"version": "0.26.18", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32675
555