Socket
Socket
Sign inDemoInstall

connect-sdk-nodejs

Package Overview
Dependencies
78
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.6.2 to 4.7.0

3

lib/model/domain/payout/definitions/index.d.ts

@@ -34,2 +34,5 @@ import { AbstractOrderStatus, Address, AmountOfMoney, BankAccountBban, BankAccountIban, Card, CompanyInformation, ContactDetailsBase, OrderStatusOutput } from "../../definitions";

}
export interface PayoutMerchant {
configurationId?: string | null;
}
export interface PayoutRecipient {

@@ -36,0 +39,0 @@ firstName?: string | null;

3

lib/model/domain/payout/index.d.ts
import { AmountOfMoney, BankAccountBban, BankAccountIban } from "../definitions";
import { APIError } from "../errors/definitions";
import { BankTransferPayoutMethodSpecificInput, CardPayoutMethodSpecificInput, PayoutCustomer, PayoutDetails, PayoutReferences, PayoutResult } from "./definitions";
import { BankTransferPayoutMethodSpecificInput, CardPayoutMethodSpecificInput, PayoutCustomer, PayoutDetails, PayoutMerchant, PayoutReferences, PayoutResult } from "./definitions";
export interface ApprovePayoutRequest {

@@ -26,2 +26,3 @@ datePayout?: string | null;

customer?: PayoutCustomer | null;
merchant?: PayoutMerchant | null;
/**

@@ -28,0 +29,0 @@ * @deprecated Moved to BankTransferPayoutMethodSpecificInput

@@ -12,3 +12,3 @@ "use strict";

sdkCreator: "Ingenico",
sdkIdentifier: "NodejsServerSDK/v4.6.2",
sdkIdentifier: "NodejsServerSDK/v4.7.0",
platformIdentifier: process.env["OS"] + " Node.js/" + process.versions.node

@@ -15,0 +15,0 @@ };

{
"name": "connect-sdk-nodejs",
"version": "4.6.2",
"version": "4.7.0",
"description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Ingenico-ePayments/connect-sdk-nodejs#readme",

@@ -23,2 +23,5 @@ {

},
"merchant" : {
"$ref" : "#/definitions/PayoutMerchant"
},
"payoutDate" : {

@@ -251,2 +254,11 @@ "type" : "string"

},
"PayoutMerchant" : {
"type" : "object",
"properties" : {
"configurationId" : {
"type" : "string"
}
},
"additionalProperties" : false
},
"PayoutRecipient" : {

@@ -253,0 +265,0 @@ "type" : "object",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc