Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 25d7d91

Browse files
author
Ingenico ePayments
committed
Release 2.29.0.
1 parent 6fc0341 commit 25d7d91

17 files changed

+17
-81
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connect-sdk-nodejs",
3-
"version": "2.28.0",
3+
"version": "2.29.0",
44
"description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API",
55
"dependencies": {
66
"dateformat": "^1.0.12",

schemas/dispute/CreateDisputeRequest.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"type" : "string"
1919
}
2020
},
21-
"required" : [ "contactPerson", "emailAddress" ],
2221
"additionalProperties" : false,
2322
"definitions" : {
2423
"AmountOfMoney" : {
@@ -32,7 +31,6 @@
3231
"type" : "string"
3332
}
3433
},
35-
"required" : [ "amount", "currencyCode" ],
3634
"additionalProperties" : false
3735
}
3836
}

schemas/hostedcheckout/CreateHostedCheckoutRequest.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"$ref" : "#/definitions/SepaDirectDebitPaymentMethodSpecificInputBase"
3737
}
3838
},
39-
"required" : [ "order" ],
4039
"additionalProperties" : false,
4140
"definitions" : {
4241
"AdditionalOrderInput" : {
@@ -213,7 +212,6 @@
213212
"type" : "string"
214213
}
215214
},
216-
"required" : [ "code", "name" ],
217215
"additionalProperties" : false
218216
},
219217
"AirlineFlightLeg" : {
@@ -283,7 +281,6 @@
283281
"maximum" : 10000
284282
}
285283
},
286-
"required" : [ "airlineClass", "arrivalAirport", "carrierCode", "date", "number", "originAirport" ],
287284
"additionalProperties" : false
288285
},
289286
"AirlinePassenger" : {
@@ -315,7 +312,6 @@
315312
"type" : "string"
316313
}
317314
},
318-
"required" : [ "amount", "type" ],
319315
"additionalProperties" : false
320316
},
321317
"AmountOfMoney" : {
@@ -329,7 +325,6 @@
329325
"type" : "string"
330326
}
331327
},
332-
"required" : [ "amount", "currencyCode" ],
333328
"additionalProperties" : false
334329
},
335330
"BankAccountIban" : {
@@ -524,7 +519,6 @@
524519
"type" : "string"
525520
}
526521
},
527-
"required" : [ "customerReference", "recurrenceType", "signatureType" ],
528522
"additionalProperties" : false
529523
},
530524
"Customer" : {
@@ -1033,7 +1027,6 @@
10331027
"type" : "string"
10341028
}
10351029
},
1036-
"required" : [ "merchantName", "merchantOrigin" ],
10371030
"additionalProperties" : false
10381031
},
10391032
"Order" : {
@@ -1069,7 +1062,6 @@
10691062
"$ref" : "#/definitions/ShoppingCart"
10701063
}
10711064
},
1072-
"required" : [ "amountOfMoney" ],
10731065
"additionalProperties" : false
10741066
},
10751067
"OrderInvoiceData" : {
@@ -1357,7 +1349,6 @@
13571349
"type" : "string"
13581350
}
13591351
},
1360-
"required" : [ "id", "name", "type" ],
13611352
"additionalProperties" : false
13621353
},
13631354
"SepaDirectDebitPaymentMethodSpecificInputBase" : {

schemas/hostedmandatemanagement/CreateHostedMandateManagementRequest.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"$ref" : "#/definitions/HostedMandateManagementSpecificInput"
1010
}
1111
},
12-
"required" : [ "createMandateInfo" ],
1312
"additionalProperties" : false,
1413
"definitions" : {
1514
"BankAccountIban" : {
@@ -46,7 +45,6 @@
4645
"type" : "string"
4746
}
4847
},
49-
"required" : [ "customerReference", "recurrenceType", "signatureType" ],
5048
"additionalProperties" : false
5149
},
5250
"HostedMandateManagementSpecificInput" : {

schemas/mandates/CreateMandateRequest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"type" : "string"
2828
}
2929
},
30-
"required" : [ "customerReference", "recurrenceType", "signatureType" ],
3130
"additionalProperties" : false,
3231
"definitions" : {
3332
"BankAccountIban" : {

schemas/payment/ApprovePaymentRequest.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
"type" : "string"
117117
}
118118
},
119-
"required" : [ "code", "name" ],
120119
"additionalProperties" : false
121120
},
122121
"AirlineFlightLeg" : {
@@ -186,7 +185,6 @@
186185
"maximum" : 10000
187186
}
188187
},
189-
"required" : [ "airlineClass", "arrivalAirport", "carrierCode", "date", "number", "originAirport" ],
190188
"additionalProperties" : false
191189
},
192190
"AirlinePassenger" : {

schemas/payment/CompletePaymentRequest.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@
188188
"type" : "string"
189189
}
190190
},
191-
"required" : [ "code", "name" ],
192191
"additionalProperties" : false
193192
},
194193
"AirlineFlightLeg" : {
@@ -258,7 +257,6 @@
258257
"maximum" : 10000
259258
}
260259
},
261-
"required" : [ "airlineClass", "arrivalAirport", "carrierCode", "date", "number", "originAirport" ],
262260
"additionalProperties" : false
263261
},
264262
"AirlinePassenger" : {
@@ -290,7 +288,6 @@
290288
"type" : "string"
291289
}
292290
},
293-
"required" : [ "amount", "type" ],
294291
"additionalProperties" : false
295292
},
296293
"AmountOfMoney" : {
@@ -304,7 +301,6 @@
304301
"type" : "string"
305302
}
306303
},
307-
"required" : [ "amount", "currencyCode" ],
308304
"additionalProperties" : false
309305
},
310306
"BrowserData" : {
@@ -372,7 +368,6 @@
372368
"$ref" : "#/definitions/CardWithoutCvv"
373369
}
374370
},
375-
"required" : [ "card" ],
376371
"additionalProperties" : false
377372
},
378373
"ContactDetails" : {
@@ -700,7 +695,6 @@
700695
"$ref" : "#/definitions/ShoppingCart"
701696
}
702697
},
703-
"required" : [ "amountOfMoney" ],
704698
"additionalProperties" : false
705699
},
706700
"OrderInvoiceData" : {
@@ -882,7 +876,6 @@
882876
"type" : "string"
883877
}
884878
},
885-
"required" : [ "id", "name", "type" ],
886879
"additionalProperties" : false
887880
},
888881
"Shipping" : {

schemas/payment/CreatePaymentRequest.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"$ref" : "#/definitions/SepaDirectDebitPaymentMethodSpecificInput"
4343
}
4444
},
45-
"required" : [ "order" ],
4645
"additionalProperties" : false,
4746
"definitions" : {
4847
"AdditionalOrderInput" : {
@@ -219,7 +218,6 @@
219218
"type" : "string"
220219
}
221220
},
222-
"required" : [ "code", "name" ],
223221
"additionalProperties" : false
224222
},
225223
"AirlineFlightLeg" : {
@@ -289,7 +287,6 @@
289287
"maximum" : 10000
290288
}
291289
},
292-
"required" : [ "airlineClass", "arrivalAirport", "carrierCode", "date", "number", "originAirport" ],
293290
"additionalProperties" : false
294291
},
295292
"AirlinePassenger" : {
@@ -321,7 +318,6 @@
321318
"type" : "string"
322319
}
323320
},
324-
"required" : [ "amount", "type" ],
325321
"additionalProperties" : false
326322
},
327323
"AmountOfMoney" : {
@@ -335,7 +331,6 @@
335331
"type" : "string"
336332
}
337333
},
338-
"required" : [ "amount", "currencyCode" ],
339334
"additionalProperties" : false
340335
},
341336
"BankAccountBban" : {
@@ -437,7 +432,6 @@
437432
"type" : "string"
438433
}
439434
},
440-
"required" : [ "cvv" ],
441435
"additionalProperties" : false
442436
},
443437
"CardPaymentMethodSpecificInput" : {
@@ -618,7 +612,6 @@
618612
"type" : "string"
619613
}
620614
},
621-
"required" : [ "customerReference", "recurrenceType", "signatureType" ],
622615
"additionalProperties" : false
623616
},
624617
"Customer" : {
@@ -794,7 +787,6 @@
794787
"type" : "string"
795788
}
796789
},
797-
"required" : [ "expiryDate" ],
798790
"additionalProperties" : false
799791
},
800792
"DeviceRenderOptions" : {
@@ -826,7 +818,6 @@
826818
"type" : "boolean"
827819
}
828820
},
829-
"required" : [ "acceptedTermsAndConditions" ],
830821
"additionalProperties" : false
831822
},
832823
"EInvoicePaymentProduct9000SpecificInput" : {
@@ -839,7 +830,6 @@
839830
"type" : "string"
840831
}
841832
},
842-
"required" : [ "installmentId" ],
843833
"additionalProperties" : false
844834
},
845835
"ExternalCardholderAuthenticationData" : {
@@ -1221,7 +1211,6 @@
12211211
"type" : "boolean"
12221212
}
12231213
},
1224-
"required" : [ "directDebitText" ],
12251214
"additionalProperties" : false
12261215
},
12271216
"NonSepaDirectDebitPaymentProduct705SpecificInput" : {
@@ -1237,7 +1226,6 @@
12371226
"type" : "string"
12381227
}
12391228
},
1240-
"required" : [ "bankAccountBban", "transactionType" ],
12411229
"additionalProperties" : false
12421230
},
12431231
"NonSepaDirectDebitPaymentProduct730SpecificInput" : {
@@ -1282,7 +1270,6 @@
12821270
"$ref" : "#/definitions/ShoppingCart"
12831271
}
12841272
},
1285-
"required" : [ "amountOfMoney" ],
12861273
"additionalProperties" : false
12871274
},
12881275
"OrderInvoiceData" : {
@@ -1452,6 +1439,9 @@
14521439
"paymentProduct840SpecificInput" : {
14531440
"$ref" : "#/definitions/RedirectPaymentProduct840SpecificInput"
14541441
},
1442+
"paymentProduct861SpecificInput" : {
1443+
"$ref" : "#/definitions/RedirectPaymentProduct861SpecificInput"
1444+
},
14551445
"paymentProduct863SpecificInput" : {
14561446
"$ref" : "#/definitions/RedirectPaymentProduct863SpecificInput"
14571447
},
@@ -1519,14 +1509,25 @@
15191509
},
15201510
"additionalProperties" : false
15211511
},
1512+
"RedirectPaymentProduct861SpecificInput" : {
1513+
"type" : "object",
1514+
"properties" : {
1515+
"mobileDevice" : {
1516+
"type" : "boolean"
1517+
}
1518+
},
1519+
"additionalProperties" : false
1520+
},
15221521
"RedirectPaymentProduct863SpecificInput" : {
15231522
"type" : "object",
15241523
"properties" : {
15251524
"integrationType" : {
15261525
"type" : "string"
1526+
},
1527+
"openId" : {
1528+
"type" : "string"
15271529
}
15281530
},
1529-
"required" : [ "integrationType" ],
15301531
"additionalProperties" : false
15311532
},
15321533
"RedirectPaymentProduct882SpecificInput" : {
@@ -1611,7 +1612,6 @@
16111612
"type" : "string"
16121613
}
16131614
},
1614-
"required" : [ "id", "name", "type" ],
16151615
"additionalProperties" : false
16161616
},
16171617
"SepaDirectDebitPaymentMethodSpecificInput" : {
@@ -1643,7 +1643,6 @@
16431643
"type" : "boolean"
16441644
}
16451645
},
1646-
"required" : [ "directDebitText" ],
16471646
"additionalProperties" : false
16481647
},
16491648
"SepaDirectDebitPaymentProduct771SpecificInput" : {

0 commit comments

Comments
 (0)