connect-sdk-nodejs 8.0.0 → 8.1.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.
package/lib/utils/headers.js
CHANGED
|
@@ -9,7 +9,7 @@ exports.date = date;
|
|
|
9
9
|
function serverMetaInfo(sdkContext) {
|
|
10
10
|
const info = {
|
|
11
11
|
sdkCreator: "Worldline",
|
|
12
|
-
sdkIdentifier: "NodejsServerSDK/v8.
|
|
12
|
+
sdkIdentifier: "NodejsServerSDK/v8.1.1",
|
|
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.
|
|
3
|
+
"version": "8.1.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": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"dateformat": "^4.6.3",
|
|
34
|
-
"form-data": "^4.0.
|
|
34
|
+
"form-data": "^4.0.6",
|
|
35
35
|
"jsonschema": "^1.5.0",
|
|
36
36
|
"lodash": "^4.18.1",
|
|
37
37
|
"secure-compare": "^3.0.1",
|