banks-helper 2.2.15 → 2.2.17
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
CHANGED
|
@@ -2557,13 +2557,20 @@ export const banks: IBankLogoItem[] = [
|
|
|
2557
2557
|
],
|
|
2558
2558
|
},
|
|
2559
2559
|
{
|
|
2560
|
-
|
|
2561
|
-
|
|
2560
|
+
// https://www.kapitalbank.az/
|
|
2561
|
+
fileName: 'kapitalbank_az.svg',
|
|
2562
|
+
humanName: 'Kapital Bank',
|
|
2562
2563
|
matchedBankNames: [
|
|
2563
2564
|
'KAPITAL BANK',
|
|
2564
2565
|
'KAPITAL BANK JSB',
|
|
2565
2566
|
],
|
|
2566
2567
|
},
|
|
2568
|
+
{
|
|
2569
|
+
// https://www.kapitalbank.uz/
|
|
2570
|
+
fileName: 'kapitalbank_uz.svg',
|
|
2571
|
+
humanName: 'Kapitalbank',
|
|
2572
|
+
matchedBankNames: [],
|
|
2573
|
+
},
|
|
2567
2574
|
{
|
|
2568
2575
|
fileName: 'unibank.svg',
|
|
2569
2576
|
humanName: 'Unibank',
|
|
@@ -2757,13 +2764,19 @@ export const banks: IBankLogoItem[] = [
|
|
|
2757
2764
|
],
|
|
2758
2765
|
},
|
|
2759
2766
|
{
|
|
2767
|
+
// https://xb.uz/
|
|
2760
2768
|
fileName: 'xb.svg',
|
|
2761
|
-
humanName: 'Xalq
|
|
2769
|
+
humanName: 'Xalq banki',
|
|
2770
|
+
matchedBankNames: [],
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
// https://www.xalqbank.az/
|
|
2774
|
+
fileName: 'xalqbank.svg',
|
|
2775
|
+
humanName: 'XalqBank',
|
|
2762
2776
|
matchedBankNames: [
|
|
2763
2777
|
'XALQ BANK',
|
|
2764
2778
|
'OJSC XALQ BANK',
|
|
2765
|
-
'OPEN JOINT-STOCK COMPANY XALQ BANK',
|
|
2766
|
-
],
|
|
2779
|
+
'OPEN JOINT-STOCK COMPANY XALQ BANK'],
|
|
2767
2780
|
},
|
|
2768
2781
|
{
|
|
2769
2782
|
fileName: 'ab.svg',
|
|
@@ -3132,9 +3145,4 @@ export const banks: IBankLogoItem[] = [
|
|
|
3132
3145
|
humanName: 'DostBank',
|
|
3133
3146
|
matchedBankNames: [],
|
|
3134
3147
|
},
|
|
3135
|
-
{
|
|
3136
|
-
fileName: 'xalqbank.svg',
|
|
3137
|
-
humanName: 'XalqBank',
|
|
3138
|
-
matchedBankNames: [],
|
|
3139
|
-
},
|
|
3140
3148
|
];
|
package/package.json
CHANGED
|
File without changes
|