connect-sdk-nodejs 5.6.0 → 5.7.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.
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/v5.
|
|
12
|
+
sdkIdentifier: "NodejsServerSDK/v5.7.0",
|
|
13
13
|
platformIdentifier: `${process.env["OS"]} Node.js/${process.versions.node}`,
|
|
14
14
|
integrator: sdkContext.getIntegrator()
|
|
15
15
|
};
|
|
@@ -1661,6 +1661,9 @@ export interface PaymentProduct863ThirdPartyData {
|
|
|
1661
1661
|
signType?: string | null;
|
|
1662
1662
|
timeStamp?: string | null;
|
|
1663
1663
|
}
|
|
1664
|
+
export interface PaymentProduct866SpecificOutput {
|
|
1665
|
+
walletUsed?: string | null;
|
|
1666
|
+
}
|
|
1664
1667
|
export interface PaymentProductDisplayHints {
|
|
1665
1668
|
displayOrder?: number | null;
|
|
1666
1669
|
label?: string | null;
|
|
@@ -1881,6 +1884,7 @@ export interface RedirectPaymentMethodSpecificOutput extends AbstractPaymentMeth
|
|
|
1881
1884
|
paymentProduct806SpecificOutput?: PaymentProduct806SpecificOutput | null;
|
|
1882
1885
|
paymentProduct836SpecificOutput?: PaymentProduct836SpecificOutput | null;
|
|
1883
1886
|
paymentProduct840SpecificOutput?: PaymentProduct840SpecificOutput | null;
|
|
1887
|
+
paymentProduct866SpecificOutput?: PaymentProduct866SpecificOutput | null;
|
|
1884
1888
|
token?: string | null;
|
|
1885
1889
|
}
|
|
1886
1890
|
export interface RedirectPaymentProduct4101SpecificInput {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "connect-sdk-nodejs",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.7.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": {
|