connect-sdk-nodejs 4.13.0 → 4.14.0

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.
@@ -716,6 +716,7 @@ export interface RefundBankMethodSpecificOutput extends RefundMethodSpecificOutp
716
716
  }
717
717
  export interface RefundCardMethodSpecificOutput extends RefundMethodSpecificOutput {
718
718
  authorisationCode?: string | null;
719
+ card?: CardEssentials | null;
719
720
  }
720
721
  export interface RefundCashMethodSpecificOutput extends RefundMethodSpecificOutput {
721
722
  }
@@ -9,7 +9,7 @@ exports.date = date;
9
9
  function serverMetaInfo(sdkContext) {
10
10
  const info = {
11
11
  sdkCreator: "Ingenico",
12
- sdkIdentifier: "NodejsServerSDK/v4.13.0",
12
+ sdkIdentifier: "NodejsServerSDK/v4.14.0",
13
13
  platformIdentifier: process.env["OS"] + " Node.js/" + process.versions.node
14
14
  };
15
15
  if (sdkContext.getIntegrator() !== null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "connect-sdk-nodejs",
3
- "version": "4.13.0",
3
+ "version": "4.14.0",
4
4
  "description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API",
5
5
  "homepage": "https://github.com/Ingenico-ePayments/connect-sdk-nodejs#readme",
6
6
  "bugs": {