@develit-services/bank 0.0.9 → 0.0.10

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.
@@ -794,436 +794,436 @@ __decorateClass([
794
794
  __decorateClass([
795
795
  backendSdk.action("getBatches")
796
796
  ], BankServiceBase.prototype, "getBatches");
797
- function defineBankService() {
797
+ function defineBankService({
798
+ configAccounts
799
+ }) {
798
800
  return class BankService extends BankServiceBase {
799
- constructor(ctx, env, configAccounts) {
800
- super(
801
- ctx,
802
- env,
803
- configAccounts || {
804
- stagingAccounts: [
805
- {
806
- connectorKey: "MOCK_COBS",
807
- id: "staging-czk",
808
- identification: {
809
- number: "1234567890",
810
- bankCode: "5051",
811
- iban: "CZ0350510000000000000449",
812
- holderName: "Devizov\xE1 Burza a.s."
813
- },
814
- fallbackLastSync: monthAgo,
815
- currency: "CZK",
816
- production: false
817
- },
818
- {
819
- connectorKey: "MOCK_COBS",
820
- id: "staging-eur",
821
- identification: {
822
- number: "2345678901",
823
- bankCode: "5051",
824
- iban: "CZ0750510000000000000668",
825
- holderName: "Devizov\xE1 Burza a.s."
826
- },
827
- fallbackLastSync: monthAgo,
828
- currency: "EUR",
829
- production: false
830
- },
831
- {
832
- connectorKey: "FIO",
833
- id: "kleinpetr-test",
834
- identification: {
835
- number: "2502130437",
836
- bankCode: "2010",
837
- iban: "CZ8520100000002502130437",
838
- holderName: "Petr Klein"
839
- },
840
- fallbackLastSync: monthAgo,
841
- currency: "CZK",
842
- production: true
843
- },
844
- {
845
- connectorKey: "MOCK",
846
- id: "id-test",
847
- identification: {
848
- number: "777777777",
849
- bankCode: "0800",
850
- iban: "PL0000000000002444430437",
851
- holderName: "Test Test"
852
- },
853
- fallbackLastSync: monthAgo,
854
- currency: "PLN",
855
- production: false
856
- }
857
- // {
858
- // connectorKey: 'MOCK_COBS',
859
- // id: 'staging-usd',
860
- // identification: {
861
- // iban: 'CZ3456789012345678901234',
862
- // accountNumberWithBankCode: '3456789012/3456',
863
- // },
864
- // currency: 'USD',
865
- // bankCode: '0800',
866
- // accountNumber: '3456789012',
867
- // production: false,
868
- // },
869
- ],
870
- productionAccounts: [
871
- // Banka CREDITAS (2250)
872
- {
873
- connectorKey: "CREDITAS",
874
- id: "2250-CZK",
875
- identification: {
876
- number: "100602391",
877
- bankCode: "2250",
878
- iban: "CZ5122500000000100602391",
879
- holderName: "Devizov\xE1 Burza a.s."
880
- },
881
- fallbackLastSync: monthAgo,
882
- currency: "CZK",
883
- production: true
884
- },
885
- {
886
- connectorKey: "CREDITAS",
887
- id: "2250-EUR",
888
- identification: {
889
- number: "100602404",
890
- bankCode: "2250",
891
- iban: "CZ8822500000000100602404",
892
- holderName: "Devizov\xE1 Burza a.s."
893
- },
894
- fallbackLastSync: monthAgo,
895
- currency: "EUR",
896
- production: true
897
- },
898
- {
899
- connectorKey: "CREDITAS",
900
- id: "2250-USD",
901
- identification: {
902
- number: "100602412",
903
- bankCode: "2250",
904
- iban: "CZ6622500000000100602412",
905
- holderName: "Devizov\xE1 Burza a.s."
906
- },
907
- fallbackLastSync: monthAgo,
908
- currency: "USD",
909
- production: true
910
- },
911
- {
912
- connectorKey: "CREDITAS",
913
- id: "2250-GBP",
914
- identification: {
915
- number: "100602420",
916
- bankCode: "2250",
917
- iban: "CZ4422500000000100602420",
918
- holderName: "Devizov\xE1 Burza a.s."
919
- },
920
- fallbackLastSync: monthAgo,
921
- currency: "GBP",
922
- production: true
923
- },
924
- {
925
- connectorKey: "CREDITAS",
926
- id: "2250-CHF",
927
- identification: {
928
- number: "100602439",
929
- bankCode: "2250",
930
- iban: "CZ1622500000000100602439",
931
- holderName: "Devizov\xE1 Burza a.s."
932
- },
933
- fallbackLastSync: monthAgo,
934
- currency: "CHF",
935
- production: true
936
- },
937
- {
938
- connectorKey: "CREDITAS",
939
- id: "2250-PLN",
940
- identification: {
941
- number: "100602447",
942
- bankCode: "2250",
943
- iban: "CZ9122500000000100602447",
944
- holderName: "Devizov\xE1 Burza a.s."
945
- },
946
- fallbackLastSync: monthAgo,
947
- currency: "PLN",
948
- production: true
949
- },
950
- // Fio banka (2010)
951
- {
952
- connectorKey: "FINBRICKS",
953
- id: "2010-CZK",
954
- identification: {
955
- number: "2500845869",
956
- bankCode: "2010",
957
- iban: "CZ0420100000002500845869",
958
- holderName: "Devizov\xE1 Burza a.s."
959
- },
960
- fallbackLastSync: monthAgo,
961
- currency: "CZK",
962
- production: true
963
- },
964
- {
965
- connectorKey: "FINBRICKS",
966
- id: "2010-EUR",
967
- identification: {
968
- number: "2600884128",
969
- bankCode: "2010",
970
- iban: "CZ0820100000002600884128",
971
- holderName: "Devizov\xE1 Burza a.s."
972
- },
973
- fallbackLastSync: monthAgo,
974
- currency: "EUR",
975
- production: true
976
- },
977
- {
978
- connectorKey: "FINBRICKS",
979
- id: "2010-USD",
980
- identification: {
981
- number: "2700884133",
982
- bankCode: "2010",
983
- iban: "CZ1420100000002700884133",
984
- holderName: "Devizov\xE1 Burza a.s."
985
- },
986
- fallbackLastSync: monthAgo,
987
- currency: "USD",
988
- production: true
989
- },
990
- {
991
- connectorKey: "FINBRICKS",
992
- id: "2010-CHF",
993
- identification: {
994
- number: "2401098351",
995
- bankCode: "2010",
996
- iban: "CZ0920100000002401098351",
997
- holderName: "Devizov\xE1 Burza a.s."
998
- },
999
- fallbackLastSync: monthAgo,
1000
- currency: "CHF",
1001
- production: true
1002
- },
1003
- {
1004
- connectorKey: "FINBRICKS",
1005
- id: "2010-GBP",
1006
- identification: {
1007
- number: "2400884131",
1008
- bankCode: "2010",
1009
- iban: "CZ3320100000002400884131",
1010
- holderName: "Devizov\xE1 Burza a.s."
1011
- },
1012
- fallbackLastSync: monthAgo,
1013
- currency: "GBP",
1014
- production: true
1015
- },
1016
- {
1017
- connectorKey: "FINBRICKS",
1018
- id: "2010-PLN",
1019
- identification: {
1020
- number: "2701098353",
1021
- bankCode: "2010",
1022
- iban: "CZ8720100000002701098353",
1023
- holderName: "Devizov\xE1 Burza a.s."
1024
- },
1025
- fallbackLastSync: monthAgo,
1026
- currency: "PLN",
1027
- production: true
1028
- },
1029
- {
1030
- connectorKey: "FINBRICKS",
1031
- id: "2010-CAD",
1032
- identification: {
1033
- number: "2701478102",
1034
- bankCode: "2010",
1035
- iban: "CZ5520100000002701478102",
1036
- holderName: "Devizov\xE1 Burza a.s."
1037
- },
1038
- fallbackLastSync: monthAgo,
1039
- currency: "CAD",
1040
- production: true
1041
- },
1042
- // Komerční banka (0100)
1043
- {
1044
- connectorKey: "FINBRICKS",
1045
- id: "0100-CZK",
1046
- identification: {
1047
- number: "115-1483630297",
1048
- bankCode: "0100",
1049
- iban: "CZ5901000001151483630297",
1050
- holderName: "Devizov\xE1 Burza a.s."
1051
- },
1052
- fallbackLastSync: monthAgo,
1053
- currency: "CZK",
1054
- production: true
1055
- },
1056
- {
1057
- connectorKey: "FINBRICKS",
1058
- id: "0100-EUR",
1059
- identification: {
1060
- number: "115-1484940297",
1061
- bankCode: "0100",
1062
- iban: "CZ4201000001151484940297",
1063
- holderName: "Devizov\xE1 Burza a.s."
1064
- },
1065
- fallbackLastSync: monthAgo,
1066
- currency: "EUR",
1067
- production: true
1068
- },
1069
- {
1070
- connectorKey: "FINBRICKS",
1071
- id: "0100-USD",
1072
- identification: {
1073
- number: "115-1483960237",
1074
- bankCode: "0100",
1075
- iban: "CZ6201000001151483960237",
1076
- holderName: "Devizov\xE1 Burza a.s."
1077
- },
1078
- fallbackLastSync: monthAgo,
1079
- currency: "USD",
1080
- production: true
1081
- },
1082
- {
1083
- connectorKey: "FINBRICKS",
1084
- id: "0100-PLN",
1085
- identification: {
1086
- number: "115-6674290267",
1087
- bankCode: "0100",
1088
- iban: "CZ3501000001156674290267",
1089
- holderName: "Devizov\xE1 Burza a.s."
1090
- },
1091
- fallbackLastSync: monthAgo,
1092
- currency: "PLN",
1093
- production: true
1094
- },
1095
- {
1096
- connectorKey: "FINBRICKS",
1097
- id: "0100-SEK",
1098
- identification: {
1099
- number: "115-9578110207",
1100
- bankCode: "0100",
1101
- iban: "CZ2401000001159578110207",
1102
- holderName: "Devizov\xE1 Burza a.s."
1103
- },
1104
- fallbackLastSync: monthAgo,
1105
- currency: "SEK",
1106
- production: true
1107
- },
1108
- // Česká spořitelna (0800)
1109
- {
1110
- connectorKey: "ERSTE",
1111
- id: "0800-CZK",
1112
- identification: {
1113
- number: "4413926379",
1114
- bankCode: "0800",
1115
- iban: "CZ7908000000004413926379",
1116
- holderName: "Devizov\xE1 Burza a.s."
1117
- },
1118
- fallbackLastSync: monthAgo,
1119
- currency: "CZK",
1120
- production: true
1121
- },
1122
- {
1123
- connectorKey: "ERSTE",
1124
- id: "0800-EUR",
1125
- identification: {
1126
- number: "1966646293",
1127
- bankCode: "0800",
1128
- iban: "CZ2308000000001966646293",
1129
- holderName: "Devizov\xE1 Burza a.s."
1130
- },
1131
- fallbackLastSync: monthAgo,
1132
- currency: "EUR",
1133
- production: true
1134
- },
1135
- {
1136
- connectorKey: "ERSTE",
1137
- id: "0800-USD",
1138
- identification: {
1139
- number: "1978982243",
1140
- bankCode: "0800",
1141
- iban: "CZ1908000000001978982243",
1142
- holderName: "Devizov\xE1 Burza a.s."
1143
- },
1144
- fallbackLastSync: monthAgo,
1145
- currency: "USD",
1146
- production: true
1147
- },
1148
- {
1149
- connectorKey: "ERSTE",
1150
- id: "0800-HUF",
1151
- identification: {
1152
- number: "13461252",
1153
- bankCode: "0800",
1154
- iban: "CZ1908000000000013461252",
1155
- holderName: "Devizov\xE1 Burza a.s."
1156
- },
1157
- fallbackLastSync: monthAgo,
1158
- currency: "HUF",
1159
- production: true
1160
- },
1161
- // MONETA Money Bank (0600)
1162
- {
1163
- connectorKey: "FINBRICKS",
1164
- id: "0600-CZK",
1165
- identification: {
1166
- number: "224252186",
1167
- bankCode: "0600",
1168
- iban: "CZ5906000000000224252186",
1169
- holderName: "Devizov\xE1 Burza a.s."
1170
- },
1171
- fallbackLastSync: monthAgo,
1172
- currency: "CZK",
1173
- production: true
1174
- },
1175
- {
1176
- connectorKey: "FINBRICKS",
1177
- id: "0600-EUR",
1178
- identification: {
1179
- number: "224252231",
1180
- bankCode: "0600",
1181
- iban: "CZ0806000000000224252231",
1182
- holderName: "Devizov\xE1 Burza a.s."
1183
- },
1184
- fallbackLastSync: monthAgo,
1185
- currency: "EUR",
1186
- production: true
1187
- },
1188
- {
1189
- connectorKey: "FINBRICKS",
1190
- id: "0600-USD",
1191
- identification: {
1192
- number: "224252290",
1193
- bankCode: "0600",
1194
- iban: "CZ6406000000000224252290",
1195
- holderName: "Devizov\xE1 Burza a.s."
1196
- },
1197
- fallbackLastSync: monthAgo,
1198
- currency: "USD",
1199
- production: true
1200
- },
1201
- // NEY spořitelní družstvo (2260)
1202
- {
1203
- connectorKey: "FINBRICKS",
1204
- id: "2260-CZK",
1205
- identification: {
1206
- number: "1702700014",
1207
- bankCode: "2260",
1208
- iban: "CZ7422600000001702700014",
1209
- holderName: "Devizov\xE1 Burza a.s."
1210
- },
1211
- fallbackLastSync: monthAgo,
1212
- currency: "CZK",
1213
- production: true
1214
- }
1215
- ]
1216
- }
1217
- );
801
+ constructor(ctx, env) {
802
+ super(ctx, env, configAccounts);
1218
803
  }
1219
804
  };
1220
805
  }
806
+
1221
807
  const monthAgo = new Date(
1222
808
  Date.now() - 30 * 24 * 60 * 60 * 1e3
1223
809
  // 30 days ago
1224
810
  );
1225
-
1226
- const BankService = defineBankService();
811
+ const BankService = defineBankService({
812
+ configAccounts: {
813
+ stagingAccounts: [
814
+ {
815
+ connectorKey: "MOCK_COBS",
816
+ id: "staging-czk",
817
+ identification: {
818
+ number: "1234567890",
819
+ bankCode: "5051",
820
+ iban: "CZ0350510000000000000449",
821
+ holderName: "Devizov\xE1 Burza a.s."
822
+ },
823
+ fallbackLastSync: monthAgo,
824
+ currency: "CZK",
825
+ production: false
826
+ },
827
+ {
828
+ connectorKey: "MOCK_COBS",
829
+ id: "staging-eur",
830
+ identification: {
831
+ number: "2345678901",
832
+ bankCode: "5051",
833
+ iban: "CZ0750510000000000000668",
834
+ holderName: "Devizov\xE1 Burza a.s."
835
+ },
836
+ fallbackLastSync: monthAgo,
837
+ currency: "EUR",
838
+ production: false
839
+ },
840
+ {
841
+ connectorKey: "FIO",
842
+ id: "kleinpetr-test",
843
+ identification: {
844
+ number: "2502130437",
845
+ bankCode: "2010",
846
+ iban: "CZ8520100000002502130437",
847
+ holderName: "Petr Klein"
848
+ },
849
+ fallbackLastSync: monthAgo,
850
+ currency: "CZK",
851
+ production: true
852
+ },
853
+ {
854
+ connectorKey: "MOCK",
855
+ id: "id-test",
856
+ identification: {
857
+ number: "777777777",
858
+ bankCode: "0800",
859
+ iban: "PL0000000000002444430437",
860
+ holderName: "Test Test"
861
+ },
862
+ fallbackLastSync: monthAgo,
863
+ currency: "PLN",
864
+ production: false
865
+ }
866
+ // {
867
+ // connectorKey: 'MOCK_COBS',
868
+ // id: 'staging-usd',
869
+ // identification: {
870
+ // iban: 'CZ3456789012345678901234',
871
+ // accountNumberWithBankCode: '3456789012/3456',
872
+ // },
873
+ // currency: 'USD',
874
+ // bankCode: '0800',
875
+ // accountNumber: '3456789012',
876
+ // production: false,
877
+ // },
878
+ ],
879
+ productionAccounts: [
880
+ // Banka CREDITAS (2250)
881
+ {
882
+ connectorKey: "CREDITAS",
883
+ id: "2250-CZK",
884
+ identification: {
885
+ number: "100602391",
886
+ bankCode: "2250",
887
+ iban: "CZ5122500000000100602391",
888
+ holderName: "Devizov\xE1 Burza a.s."
889
+ },
890
+ fallbackLastSync: monthAgo,
891
+ currency: "CZK",
892
+ production: true
893
+ },
894
+ {
895
+ connectorKey: "CREDITAS",
896
+ id: "2250-EUR",
897
+ identification: {
898
+ number: "100602404",
899
+ bankCode: "2250",
900
+ iban: "CZ8822500000000100602404",
901
+ holderName: "Devizov\xE1 Burza a.s."
902
+ },
903
+ fallbackLastSync: monthAgo,
904
+ currency: "EUR",
905
+ production: true
906
+ },
907
+ {
908
+ connectorKey: "CREDITAS",
909
+ id: "2250-USD",
910
+ identification: {
911
+ number: "100602412",
912
+ bankCode: "2250",
913
+ iban: "CZ6622500000000100602412",
914
+ holderName: "Devizov\xE1 Burza a.s."
915
+ },
916
+ fallbackLastSync: monthAgo,
917
+ currency: "USD",
918
+ production: true
919
+ },
920
+ {
921
+ connectorKey: "CREDITAS",
922
+ id: "2250-GBP",
923
+ identification: {
924
+ number: "100602420",
925
+ bankCode: "2250",
926
+ iban: "CZ4422500000000100602420",
927
+ holderName: "Devizov\xE1 Burza a.s."
928
+ },
929
+ fallbackLastSync: monthAgo,
930
+ currency: "GBP",
931
+ production: true
932
+ },
933
+ {
934
+ connectorKey: "CREDITAS",
935
+ id: "2250-CHF",
936
+ identification: {
937
+ number: "100602439",
938
+ bankCode: "2250",
939
+ iban: "CZ1622500000000100602439",
940
+ holderName: "Devizov\xE1 Burza a.s."
941
+ },
942
+ fallbackLastSync: monthAgo,
943
+ currency: "CHF",
944
+ production: true
945
+ },
946
+ {
947
+ connectorKey: "CREDITAS",
948
+ id: "2250-PLN",
949
+ identification: {
950
+ number: "100602447",
951
+ bankCode: "2250",
952
+ iban: "CZ9122500000000100602447",
953
+ holderName: "Devizov\xE1 Burza a.s."
954
+ },
955
+ fallbackLastSync: monthAgo,
956
+ currency: "PLN",
957
+ production: true
958
+ },
959
+ // Fio banka (2010)
960
+ {
961
+ connectorKey: "FINBRICKS",
962
+ id: "2010-CZK",
963
+ identification: {
964
+ number: "2500845869",
965
+ bankCode: "2010",
966
+ iban: "CZ0420100000002500845869",
967
+ holderName: "Devizov\xE1 Burza a.s."
968
+ },
969
+ fallbackLastSync: monthAgo,
970
+ currency: "CZK",
971
+ production: true
972
+ },
973
+ {
974
+ connectorKey: "FINBRICKS",
975
+ id: "2010-EUR",
976
+ identification: {
977
+ number: "2600884128",
978
+ bankCode: "2010",
979
+ iban: "CZ0820100000002600884128",
980
+ holderName: "Devizov\xE1 Burza a.s."
981
+ },
982
+ fallbackLastSync: monthAgo,
983
+ currency: "EUR",
984
+ production: true
985
+ },
986
+ {
987
+ connectorKey: "FINBRICKS",
988
+ id: "2010-USD",
989
+ identification: {
990
+ number: "2700884133",
991
+ bankCode: "2010",
992
+ iban: "CZ1420100000002700884133",
993
+ holderName: "Devizov\xE1 Burza a.s."
994
+ },
995
+ fallbackLastSync: monthAgo,
996
+ currency: "USD",
997
+ production: true
998
+ },
999
+ {
1000
+ connectorKey: "FINBRICKS",
1001
+ id: "2010-CHF",
1002
+ identification: {
1003
+ number: "2401098351",
1004
+ bankCode: "2010",
1005
+ iban: "CZ0920100000002401098351",
1006
+ holderName: "Devizov\xE1 Burza a.s."
1007
+ },
1008
+ fallbackLastSync: monthAgo,
1009
+ currency: "CHF",
1010
+ production: true
1011
+ },
1012
+ {
1013
+ connectorKey: "FINBRICKS",
1014
+ id: "2010-GBP",
1015
+ identification: {
1016
+ number: "2400884131",
1017
+ bankCode: "2010",
1018
+ iban: "CZ3320100000002400884131",
1019
+ holderName: "Devizov\xE1 Burza a.s."
1020
+ },
1021
+ fallbackLastSync: monthAgo,
1022
+ currency: "GBP",
1023
+ production: true
1024
+ },
1025
+ {
1026
+ connectorKey: "FINBRICKS",
1027
+ id: "2010-PLN",
1028
+ identification: {
1029
+ number: "2701098353",
1030
+ bankCode: "2010",
1031
+ iban: "CZ8720100000002701098353",
1032
+ holderName: "Devizov\xE1 Burza a.s."
1033
+ },
1034
+ fallbackLastSync: monthAgo,
1035
+ currency: "PLN",
1036
+ production: true
1037
+ },
1038
+ {
1039
+ connectorKey: "FINBRICKS",
1040
+ id: "2010-CAD",
1041
+ identification: {
1042
+ number: "2701478102",
1043
+ bankCode: "2010",
1044
+ iban: "CZ5520100000002701478102",
1045
+ holderName: "Devizov\xE1 Burza a.s."
1046
+ },
1047
+ fallbackLastSync: monthAgo,
1048
+ currency: "CAD",
1049
+ production: true
1050
+ },
1051
+ // Komerční banka (0100)
1052
+ {
1053
+ connectorKey: "FINBRICKS",
1054
+ id: "0100-CZK",
1055
+ identification: {
1056
+ number: "115-1483630297",
1057
+ bankCode: "0100",
1058
+ iban: "CZ5901000001151483630297",
1059
+ holderName: "Devizov\xE1 Burza a.s."
1060
+ },
1061
+ fallbackLastSync: monthAgo,
1062
+ currency: "CZK",
1063
+ production: true
1064
+ },
1065
+ {
1066
+ connectorKey: "FINBRICKS",
1067
+ id: "0100-EUR",
1068
+ identification: {
1069
+ number: "115-1484940297",
1070
+ bankCode: "0100",
1071
+ iban: "CZ4201000001151484940297",
1072
+ holderName: "Devizov\xE1 Burza a.s."
1073
+ },
1074
+ fallbackLastSync: monthAgo,
1075
+ currency: "EUR",
1076
+ production: true
1077
+ },
1078
+ {
1079
+ connectorKey: "FINBRICKS",
1080
+ id: "0100-USD",
1081
+ identification: {
1082
+ number: "115-1483960237",
1083
+ bankCode: "0100",
1084
+ iban: "CZ6201000001151483960237",
1085
+ holderName: "Devizov\xE1 Burza a.s."
1086
+ },
1087
+ fallbackLastSync: monthAgo,
1088
+ currency: "USD",
1089
+ production: true
1090
+ },
1091
+ {
1092
+ connectorKey: "FINBRICKS",
1093
+ id: "0100-PLN",
1094
+ identification: {
1095
+ number: "115-6674290267",
1096
+ bankCode: "0100",
1097
+ iban: "CZ3501000001156674290267",
1098
+ holderName: "Devizov\xE1 Burza a.s."
1099
+ },
1100
+ fallbackLastSync: monthAgo,
1101
+ currency: "PLN",
1102
+ production: true
1103
+ },
1104
+ {
1105
+ connectorKey: "FINBRICKS",
1106
+ id: "0100-SEK",
1107
+ identification: {
1108
+ number: "115-9578110207",
1109
+ bankCode: "0100",
1110
+ iban: "CZ2401000001159578110207",
1111
+ holderName: "Devizov\xE1 Burza a.s."
1112
+ },
1113
+ fallbackLastSync: monthAgo,
1114
+ currency: "SEK",
1115
+ production: true
1116
+ },
1117
+ // Česká spořitelna (0800)
1118
+ {
1119
+ connectorKey: "ERSTE",
1120
+ id: "0800-CZK",
1121
+ identification: {
1122
+ number: "4413926379",
1123
+ bankCode: "0800",
1124
+ iban: "CZ7908000000004413926379",
1125
+ holderName: "Devizov\xE1 Burza a.s."
1126
+ },
1127
+ fallbackLastSync: monthAgo,
1128
+ currency: "CZK",
1129
+ production: true
1130
+ },
1131
+ {
1132
+ connectorKey: "ERSTE",
1133
+ id: "0800-EUR",
1134
+ identification: {
1135
+ number: "1966646293",
1136
+ bankCode: "0800",
1137
+ iban: "CZ2308000000001966646293",
1138
+ holderName: "Devizov\xE1 Burza a.s."
1139
+ },
1140
+ fallbackLastSync: monthAgo,
1141
+ currency: "EUR",
1142
+ production: true
1143
+ },
1144
+ {
1145
+ connectorKey: "ERSTE",
1146
+ id: "0800-USD",
1147
+ identification: {
1148
+ number: "1978982243",
1149
+ bankCode: "0800",
1150
+ iban: "CZ1908000000001978982243",
1151
+ holderName: "Devizov\xE1 Burza a.s."
1152
+ },
1153
+ fallbackLastSync: monthAgo,
1154
+ currency: "USD",
1155
+ production: true
1156
+ },
1157
+ {
1158
+ connectorKey: "ERSTE",
1159
+ id: "0800-HUF",
1160
+ identification: {
1161
+ number: "13461252",
1162
+ bankCode: "0800",
1163
+ iban: "CZ1908000000000013461252",
1164
+ holderName: "Devizov\xE1 Burza a.s."
1165
+ },
1166
+ fallbackLastSync: monthAgo,
1167
+ currency: "HUF",
1168
+ production: true
1169
+ },
1170
+ // MONETA Money Bank (0600)
1171
+ {
1172
+ connectorKey: "FINBRICKS",
1173
+ id: "0600-CZK",
1174
+ identification: {
1175
+ number: "224252186",
1176
+ bankCode: "0600",
1177
+ iban: "CZ5906000000000224252186",
1178
+ holderName: "Devizov\xE1 Burza a.s."
1179
+ },
1180
+ fallbackLastSync: monthAgo,
1181
+ currency: "CZK",
1182
+ production: true
1183
+ },
1184
+ {
1185
+ connectorKey: "FINBRICKS",
1186
+ id: "0600-EUR",
1187
+ identification: {
1188
+ number: "224252231",
1189
+ bankCode: "0600",
1190
+ iban: "CZ0806000000000224252231",
1191
+ holderName: "Devizov\xE1 Burza a.s."
1192
+ },
1193
+ fallbackLastSync: monthAgo,
1194
+ currency: "EUR",
1195
+ production: true
1196
+ },
1197
+ {
1198
+ connectorKey: "FINBRICKS",
1199
+ id: "0600-USD",
1200
+ identification: {
1201
+ number: "224252290",
1202
+ bankCode: "0600",
1203
+ iban: "CZ6406000000000224252290",
1204
+ holderName: "Devizov\xE1 Burza a.s."
1205
+ },
1206
+ fallbackLastSync: monthAgo,
1207
+ currency: "USD",
1208
+ production: true
1209
+ },
1210
+ // NEY spořitelní družstvo (2260)
1211
+ {
1212
+ connectorKey: "FINBRICKS",
1213
+ id: "2260-CZK",
1214
+ identification: {
1215
+ number: "1702700014",
1216
+ bankCode: "2260",
1217
+ iban: "CZ7422600000001702700014",
1218
+ holderName: "Devizov\xE1 Burza a.s."
1219
+ },
1220
+ fallbackLastSync: monthAgo,
1221
+ currency: "CZK",
1222
+ production: true
1223
+ }
1224
+ ]
1225
+ }
1226
+ });
1227
1227
 
1228
1228
  exports.default = BankService;
1229
1229
  exports.defineBankService = defineBankService;