connect-sdk-nodejs 8.0.0 → 8.1.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.
@@ -9,7 +9,7 @@ exports.date = date;
9
9
  function serverMetaInfo(sdkContext) {
10
10
  const info = {
11
11
  sdkCreator: "Worldline",
12
- sdkIdentifier: "NodejsServerSDK/v8.0.0",
12
+ sdkIdentifier: "NodejsServerSDK/v8.1.0",
13
13
  platformIdentifier: `${process.env["OS"]} Node.js/${process.versions.node}`,
14
14
  integrator: sdkContext.getIntegrator()
15
15
  };
@@ -1136,9 +1136,11 @@ export interface GetIINDetailsRequest {
1136
1136
  paymentContext?: PaymentContext | null;
1137
1137
  }
1138
1138
  export interface GetIINDetailsResponse {
1139
+ binProductType?: string | null;
1139
1140
  coBrands?: IINDetail[] | null;
1140
1141
  countryCode?: string | null;
1141
1142
  isAllowedInContext?: boolean | null;
1143
+ issuerName?: string | null;
1142
1144
  paymentProductId?: number | null;
1143
1145
  }
1144
1146
  export interface GetInstallmentRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "connect-sdk-nodejs",
3
- "version": "8.0.0",
3
+ "version": "8.1.0",
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": {