connect-sdk-nodejs 8.2.0 → 8.3.1

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.
@@ -9,7 +9,7 @@ exports.date = date;
9
9
  function serverMetaInfo(sdkContext) {
10
10
  const info = {
11
11
  sdkCreator: "Worldline",
12
- sdkIdentifier: "NodejsServerSDK/v8.2.0",
12
+ sdkIdentifier: "NodejsServerSDK/v8.3.1",
13
13
  platformIdentifier: `${process.env["OS"]} Node.js/${process.versions.node}`,
14
14
  integrator: sdkContext.getIntegrator()
15
15
  };
@@ -80,8 +80,8 @@ export interface AbstractRedirectPaymentMethodSpecificInput extends AbstractPaym
80
80
  export interface AbstractRedirectPaymentProduct4101SpecificInput {
81
81
  }
82
82
  export interface AbstractRedirectPaymentProduct838SpecificInput {
83
- interoperabilityData?: string | null;
84
- interoperabilityToken?: string | null;
83
+ networkData?: string | null;
84
+ networkSessionToken?: string | null;
85
85
  }
86
86
  export interface AbstractRedirectPaymentProduct840SpecificInput {
87
87
  addressSelectionAtPayPal?: boolean | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "connect-sdk-nodejs",
3
- "version": "8.2.0",
3
+ "version": "8.3.1",
4
4
  "description": "SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API",
5
5
  "homepage": "https://github.com/Worldline-Global-Collect/connect-sdk-nodejs#readme",
6
6
  "bugs": {
@@ -1767,10 +1767,10 @@
1767
1767
  "RedirectPaymentProduct838SpecificInputBase" : {
1768
1768
  "type" : "object",
1769
1769
  "properties" : {
1770
- "interoperabilityData" : {
1770
+ "networkData" : {
1771
1771
  "type" : "string"
1772
1772
  },
1773
- "interoperabilityToken" : {
1773
+ "networkSessionToken" : {
1774
1774
  "type" : "string"
1775
1775
  }
1776
1776
  },
@@ -2007,10 +2007,10 @@
2007
2007
  "RedirectPaymentProduct838SpecificInput" : {
2008
2008
  "type" : "object",
2009
2009
  "properties" : {
2010
- "interoperabilityData" : {
2010
+ "networkData" : {
2011
2011
  "type" : "string"
2012
2012
  },
2013
- "interoperabilityToken" : {
2013
+ "networkSessionToken" : {
2014
2014
  "type" : "string"
2015
2015
  }
2016
2016
  },