Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Release 4.18.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
IngenicoEPayments committed Jan 16, 2024
1 parent de0bc7c commit b75c3ce
Show file tree
Hide file tree
Showing 145 changed files with 261 additions and 236 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connect-sdk-nodejs",
"version": "4.17.0",
"version": "4.18.0",
"description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API",
"homepage": "https://github.com/Ingenico-ePayments/connect-sdk-nodejs#readme",
"bugs": {
Expand Down
3 changes: 3 additions & 0 deletions schemas/hostedcheckout/CreateHostedCheckoutRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,9 @@
"CardPaymentMethodSpecificInputBase" : {
"type" : "object",
"properties" : {
"acquirerPromotionCode" : {
"type" : "string"
},
"authorizationMode" : {
"type" : "string"
},
Expand Down
3 changes: 3 additions & 0 deletions schemas/payment/CreatePaymentRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,9 @@
"CardPaymentMethodSpecificInput" : {
"type" : "object",
"properties" : {
"acquirerPromotionCode" : {
"type" : "string"
},
"authorizationMode" : {
"type" : "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/captures/get.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import communicator = require("../utils/communicator");
import { PaymentContext, SdkCallback } from "../model";
Expand Down
2 changes: 1 addition & 1 deletion src/captures/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import get = require("./get");
import refund = require("./refund");
Expand Down
2 changes: 1 addition & 1 deletion src/captures/refund.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { validate } from "jsonschema";
import communicator = require("../utils/communicator");
Expand Down
2 changes: 1 addition & 1 deletion src/disputes/cancel.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import communicator = require("../utils/communicator");
import { PaymentContext, SdkCallback } from "../model";
Expand Down
2 changes: 1 addition & 1 deletion src/disputes/get.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import communicator = require("../utils/communicator");
import { PaymentContext, SdkCallback } from "../model";
Expand Down
2 changes: 1 addition & 1 deletion src/disputes/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import get = require("./get");
import submit = require("./submit");
Expand Down
2 changes: 1 addition & 1 deletion src/disputes/submit.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import communicator = require("../utils/communicator");
import { PaymentContext, SdkCallback } from "../model";
Expand Down
2 changes: 1 addition & 1 deletion src/disputes/uploadFile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import communicator = require("../utils/communicator");
import { PaymentContext, SdkCallback } from "../model";
Expand Down
2 changes: 1 addition & 1 deletion src/files/getFile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import communicator = require("../utils/communicator");
import { PaymentContext, SdkCallback } from "../model";
Expand Down
2 changes: 1 addition & 1 deletion src/files/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import getFile = require("./getFile");
import { FilesClient } from "../model/files";
Expand Down
2 changes: 1 addition & 1 deletion src/hostedcheckouts/create.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { validate } from "jsonschema";
import communicator = require("../utils/communicator");
Expand Down
2 changes: 1 addition & 1 deletion src/hostedcheckouts/get.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import communicator = require("../utils/communicator");
import { PaymentContext, SdkCallback } from "../model";
Expand Down
2 changes: 1 addition & 1 deletion src/hostedcheckouts/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import create = require("./create");
import get = require("./get");
Expand Down
2 changes: 1 addition & 1 deletion src/hostedcheckouts/remove.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import communicator = require("../utils/communicator");
import { PaymentContext, SdkCallback } from "../model";
Expand Down
2 changes: 1 addition & 1 deletion src/hostedmandatemanagements/create.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { validate } from "jsonschema";
import communicator = require("../utils/communicator");
Expand Down
2 changes: 1 addition & 1 deletion src/hostedmandatemanagements/get.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import communicator = require("../utils/communicator");
import { PaymentContext, SdkCallback } from "../model";
Expand Down
2 changes: 1 addition & 1 deletion src/hostedmandatemanagements/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import create = require("./create");
import get = require("./get");
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import https = require("https");
import { CommunicatorLogger, ConnectSdk, Context } from "./model";
Expand Down Expand Up @@ -90,6 +90,7 @@ const connectSdk: ConnectSdk = {
sessions: sessions,
installments: installments,
files: files,

context: sdkcontext,

webhooks: webhooks,
Expand Down
2 changes: 1 addition & 1 deletion src/installments/getInstallmentsInfo.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { validate } from "jsonschema";
import communicator = require("../utils/communicator");
Expand Down
2 changes: 1 addition & 1 deletion src/installments/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import getInstallmentsInfo = require("./getInstallmentsInfo");
import { InstallmentsClient } from "../model/installments";
Expand Down
2 changes: 1 addition & 1 deletion src/mandates/block.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import communicator = require("../utils/communicator");
import { PaymentContext, SdkCallback } from "../model";
Expand Down
2 changes: 1 addition & 1 deletion src/mandates/create.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { validate } from "jsonschema";
import communicator = require("../utils/communicator");
Expand Down
2 changes: 1 addition & 1 deletion src/mandates/createWithMandateReference.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { validate } from "jsonschema";
import communicator = require("../utils/communicator");
Expand Down
2 changes: 1 addition & 1 deletion src/mandates/get.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import communicator = require("../utils/communicator");
import { PaymentContext, SdkCallback } from "../model";
Expand Down
2 changes: 1 addition & 1 deletion src/mandates/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import create = require("./create");
import createWithMandateReference = require("./createWithMandateReference");
Expand Down
2 changes: 1 addition & 1 deletion src/mandates/revoke.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import communicator = require("../utils/communicator");
import { PaymentContext, SdkCallback } from "../model";
Expand Down
2 changes: 1 addition & 1 deletion src/mandates/unblock.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import communicator = require("../utils/communicator");
import { PaymentContext, SdkCallback } from "../model";
Expand Down
2 changes: 1 addition & 1 deletion src/model/captures/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { RefundRequest } from "../domain/refund";
import { PaymentContext, SdkCallback } from "../types";
Expand Down
2 changes: 1 addition & 1 deletion src/model/disputes/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { MultipartFormDataObject, PaymentContext, SdkCallback, UploadableFile } from "../types";

Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/capture/definitions/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { AbstractOrderStatus, KeyValuePair } from "../../definitions";
import {
Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/capture/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { Capture } from "./definitions";

Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/definitions/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { APIError } from "../errors/definitions";

Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/dispute/definitions/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { AmountOfMoney } from "../../definitions";
import { HostedFile } from "../../file/definitions";
Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/dispute/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { AmountOfMoney } from "../definitions";
import { Dispute } from "./definitions";
Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/errors/definitions/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/

export interface APIError {
Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/errors/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { APIError } from "./definitions";

Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/file/definitions/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/

export interface HostedFile {
Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/hostedcheckout/definitions/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { AbstractPaymentMethodSpecificInput, AmountOfMoney, KeyValuePair, PaymentProductFilter } from "../../definitions";
import { GPayThreeDSecure, Payment, PaymentCreationReferences } from "../../payment/definitions";
Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/hostedcheckout/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { FraudFields } from "../definitions";
import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { MandateCustomer } from "../../mandates/definitions";

Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/hostedmandatemanagement/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { MandateResponse } from "../mandates/definitions";
import { HostedMandateInfo, HostedMandateManagementSpecificInput } from "./definitions";
Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/installments/definitions/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { Installments } from "../../payment/definitions";

Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/installments/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { AmountOfMoney } from "../definitions";
import { InstallmentOptions } from "./definitions";
Expand Down
2 changes: 1 addition & 1 deletion src/model/domain/mandates/definitions/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
* https://epayments-api.developer-ingenico.com/
*/
import { BankAccountIban, RedirectDataBase } from "../../definitions";

Expand Down
Loading

0 comments on commit b75c3ce

Please sign in to comment.