File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " fintecture-client" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Fintecture Open Banking API Gateway enabling secure bank connections and payments" ,
55 "main" : " lib/fintecture-client.js" ,
66 "types" : " lib/fintecture-client.d.ts" ,
3939 "license" : " MIT" ,
4040 "dependencies" : {
4141 "@types/uuid" : " ^3.4.6" ,
42- "axios" : " ^0.19 .0" ,
42+ "axios" : " ^0.25 .0" ,
4343 "dotenv" : " ^8.2.0" ,
4444 "qs" : " ^6.9.0" ,
4545 "uuid" : " ^3.3.3"
5151 "jasmine" : " ^3.5.0" ,
5252 "jasmine-ts-console-reporter" : " ^3.1.1" ,
5353 "nock" : " ^11.6.0" ,
54- "nyc" : " ^14 .1.1 " ,
54+ "nyc" : " ^15 .1.0 " ,
5555 "prettier" : " ^1.19.1" ,
5656 "request" : " ^2.88.0" ,
5757 "source-map-support" : " ^0.5.16" ,
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ export class Connect {
122122 beneficiary : payment . beneficiary ,
123123 execution_date : payment . execution_date ,
124124 end_to_end_id : payment . end_to_end_id ,
125+ scheme : payment . scheme ,
125126 } ;
126127
127128 const meta : IMeta = {
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ export interface IAttributes {
7979 execution_date ?: string ;
8080 beneficiary ?: IBeneficiary ;
8181 end_to_end_id ?: string ;
82+ scheme ?: string ;
8283}
8384
8485export interface IMeta {
@@ -106,7 +107,7 @@ export interface IBeneficiary {
106107 form ?: string ,
107108 incorporation ?: string ,
108109 street : string ,
109- number : string ,
110+ number ? : string ,
110111 city : string ,
111112 zip : string ,
112113 country : string ,
Original file line number Diff line number Diff line change 88 "outDir" : " lib" ,
99 "removeComments" : false ,
1010 "declaration" : true ,
11- "lib" : [" es2017 " ],
11+ "lib" : [" es2018 " , " DOM " ],
1212 },
1313 "include" : [
1414 " src" ,
You can’t perform that action at this time.
0 commit comments