Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@figuredev/payments-sdk

Package Overview
Dependencies
Maintainers
9
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/payments-sdk - npm Package Compare versions

Comparing version 0.26.17 to 0.26.18

2

lib/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc