banks-helper 2.2.16 → 2.2.18
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/banks.ts +12 -11
- package/package.json +1 -1
package/banks.ts
CHANGED
|
@@ -1268,7 +1268,7 @@ export const banks: IBankLogoItem[] = [
|
|
|
1268
1268
|
},
|
|
1269
1269
|
{
|
|
1270
1270
|
fileName: 'ozonbank.svg',
|
|
1271
|
-
humanName: '
|
|
1271
|
+
humanName: 'OZON BANK',
|
|
1272
1272
|
matchedBankNames: [
|
|
1273
1273
|
'ОЗОН БАНК',
|
|
1274
1274
|
'Limited Liability Company OZON Bank',
|
|
@@ -2559,7 +2559,7 @@ export const banks: IBankLogoItem[] = [
|
|
|
2559
2559
|
{
|
|
2560
2560
|
// https://www.kapitalbank.az/
|
|
2561
2561
|
fileName: 'kapitalbank_az.svg',
|
|
2562
|
-
humanName: '
|
|
2562
|
+
humanName: 'Kapital Bank',
|
|
2563
2563
|
matchedBankNames: [
|
|
2564
2564
|
'KAPITAL BANK',
|
|
2565
2565
|
'KAPITAL BANK JSB',
|
|
@@ -2568,7 +2568,7 @@ export const banks: IBankLogoItem[] = [
|
|
|
2568
2568
|
{
|
|
2569
2569
|
// https://www.kapitalbank.uz/
|
|
2570
2570
|
fileName: 'kapitalbank_uz.svg',
|
|
2571
|
-
humanName: '
|
|
2571
|
+
humanName: 'Kapitalbank',
|
|
2572
2572
|
matchedBankNames: [],
|
|
2573
2573
|
},
|
|
2574
2574
|
{
|
|
@@ -2764,13 +2764,19 @@ export const banks: IBankLogoItem[] = [
|
|
|
2764
2764
|
],
|
|
2765
2765
|
},
|
|
2766
2766
|
{
|
|
2767
|
+
// https://xb.uz/
|
|
2767
2768
|
fileName: 'xb.svg',
|
|
2768
|
-
humanName: 'Xalq
|
|
2769
|
+
humanName: 'Xalq banki',
|
|
2770
|
+
matchedBankNames: [],
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
// https://www.xalqbank.az/
|
|
2774
|
+
fileName: 'xalqbank.svg',
|
|
2775
|
+
humanName: 'XalqBank',
|
|
2769
2776
|
matchedBankNames: [
|
|
2770
2777
|
'XALQ BANK',
|
|
2771
2778
|
'OJSC XALQ BANK',
|
|
2772
|
-
'OPEN JOINT-STOCK COMPANY XALQ BANK',
|
|
2773
|
-
],
|
|
2779
|
+
'OPEN JOINT-STOCK COMPANY XALQ BANK'],
|
|
2774
2780
|
},
|
|
2775
2781
|
{
|
|
2776
2782
|
fileName: 'ab.svg',
|
|
@@ -3139,9 +3145,4 @@ export const banks: IBankLogoItem[] = [
|
|
|
3139
3145
|
humanName: 'DostBank',
|
|
3140
3146
|
matchedBankNames: [],
|
|
3141
3147
|
},
|
|
3142
|
-
{
|
|
3143
|
-
fileName: 'xalqbank.svg',
|
|
3144
|
-
humanName: 'XalqBank',
|
|
3145
|
-
matchedBankNames: [],
|
|
3146
|
-
},
|
|
3147
3148
|
];
|