banks-helper 2.1.12 → 2.1.14
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
|
@@ -1999,13 +1999,15 @@ export const banks: IBankLogoItem[] = [
|
|
|
1999
1999
|
],
|
|
2000
2000
|
},
|
|
2001
2001
|
{
|
|
2002
|
-
fileName: '
|
|
2003
|
-
humanName: '
|
|
2002
|
+
fileName: 'tbank.svg',
|
|
2003
|
+
humanName: 'Т-Банк',
|
|
2004
2004
|
matchedBankNames: [
|
|
2005
2005
|
'TINKOFF BANK',
|
|
2006
2006
|
'Тинькоф',
|
|
2007
2007
|
'ТИНЬКОФФ БАНК',
|
|
2008
2008
|
'Tinkoff Bank',
|
|
2009
|
+
'ТБанк',
|
|
2010
|
+
'tbank',
|
|
2009
2011
|
],
|
|
2010
2012
|
},
|
|
2011
2013
|
{
|
|
@@ -2489,6 +2491,7 @@ export const banks: IBankLogoItem[] = [
|
|
|
2489
2491
|
'CREDIT BANK OF MOSCOW',
|
|
2490
2492
|
'VTB Bank (Public Joint-Stock Company)',
|
|
2491
2493
|
'VTB Bank (PJSC)',
|
|
2494
|
+
'VTB BANK',
|
|
2492
2495
|
],
|
|
2493
2496
|
},
|
|
2494
2497
|
{
|
|
@@ -2888,6 +2891,7 @@ export const banks: IBankLogoItem[] = [
|
|
|
2888
2891
|
matchedBankNames: [
|
|
2889
2892
|
'AmraBank',
|
|
2890
2893
|
'Amra-bank',
|
|
2894
|
+
'Amra',
|
|
2891
2895
|
],
|
|
2892
2896
|
},
|
|
2893
2897
|
{
|
package/package.json
CHANGED
|
File without changes
|