connect-sdk-nodejs 4.3.0 → 4.5.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.
@@ -264,7 +264,11 @@ export interface LodgingRoom {
264
264
  typeOfRoom?: string | null;
265
265
  }
266
266
  export interface MicrosoftFraudResults {
267
+ deviceCountryCode?: string | null;
268
+ deviceId?: string | null;
267
269
  fraudScore?: number | null;
270
+ trueIpAddress?: string | null;
271
+ userDeviceType?: string | null;
268
272
  }
269
273
  export interface OrderStatusOutput {
270
274
  errors?: APIError[] | null;
@@ -756,11 +756,13 @@ export interface Seller {
756
756
  address?: Address | null;
757
757
  channelCode?: string | null;
758
758
  description?: string | null;
759
+ externalReferenceId?: string | null;
759
760
  geocode?: string | null;
760
761
  id?: string | null;
761
762
  invoiceNumber?: string | null;
762
763
  mcc?: string | null;
763
764
  name?: string | null;
765
+ phoneNumber?: string | null;
764
766
  type?: string | null;
765
767
  }
766
768
  export interface SepaDirectDebitPaymentMethodSpecificInput extends AbstractSepaDirectDebitPaymentMethodSpecificInput {
@@ -72,6 +72,7 @@ export interface PaymentProduct {
72
72
  paymentProduct320SpecificData?: PaymentProduct320SpecificData | null;
73
73
  paymentProduct863SpecificData?: PaymentProduct863SpecificData | null;
74
74
  paymentProductGroup?: string | null;
75
+ supportsMandates?: boolean | null;
75
76
  usesRedirectionTo3rdParty?: boolean | null;
76
77
  }
77
78
  export interface PaymentProduct302SpecificData {
@@ -9,7 +9,7 @@ exports.date = date;
9
9
  function serverMetaInfo(sdkContext) {
10
10
  const info = {
11
11
  sdkCreator: "Ingenico",
12
- sdkIdentifier: "NodejsServerSDK/v4.3.0",
12
+ sdkIdentifier: "NodejsServerSDK/v4.5.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.3.0",
3
+ "version": "4.5.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": {
@@ -1577,6 +1577,9 @@
1577
1577
  "description" : {
1578
1578
  "type" : "string"
1579
1579
  },
1580
+ "externalReferenceId" : {
1581
+ "type" : "string"
1582
+ },
1580
1583
  "geocode" : {
1581
1584
  "type" : "string"
1582
1585
  },
@@ -1592,6 +1595,9 @@
1592
1595
  "name" : {
1593
1596
  "type" : "string"
1594
1597
  },
1598
+ "phoneNumber" : {
1599
+ "type" : "string"
1600
+ },
1595
1601
  "type" : {
1596
1602
  "type" : "string"
1597
1603
  }
@@ -1033,6 +1033,9 @@
1033
1033
  "description" : {
1034
1034
  "type" : "string"
1035
1035
  },
1036
+ "externalReferenceId" : {
1037
+ "type" : "string"
1038
+ },
1036
1039
  "geocode" : {
1037
1040
  "type" : "string"
1038
1041
  },
@@ -1048,6 +1051,9 @@
1048
1051
  "name" : {
1049
1052
  "type" : "string"
1050
1053
  },
1054
+ "phoneNumber" : {
1055
+ "type" : "string"
1056
+ },
1051
1057
  "type" : {
1052
1058
  "type" : "string"
1053
1059
  }
@@ -1934,6 +1934,9 @@
1934
1934
  "description" : {
1935
1935
  "type" : "string"
1936
1936
  },
1937
+ "externalReferenceId" : {
1938
+ "type" : "string"
1939
+ },
1937
1940
  "geocode" : {
1938
1941
  "type" : "string"
1939
1942
  },
@@ -1949,6 +1952,9 @@
1949
1952
  "name" : {
1950
1953
  "type" : "string"
1951
1954
  },
1955
+ "phoneNumber" : {
1956
+ "type" : "string"
1957
+ },
1952
1958
  "type" : {
1953
1959
  "type" : "string"
1954
1960
  }