@inceptionbg/main 2.0.181 → 2.0.183
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/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/global.d.ts +684 -684
- package/package.json +48 -48
package/dist/index.d.ts
CHANGED
|
@@ -1553,6 +1553,7 @@ declare const i18nMainLatin: {
|
|
|
1553
1553
|
ForeignPartners: string;
|
|
1554
1554
|
BusinessId: string;
|
|
1555
1555
|
BusinessActivity: string;
|
|
1556
|
+
BusinessPartnerCode: string;
|
|
1556
1557
|
Country: string;
|
|
1557
1558
|
Town: string;
|
|
1558
1559
|
PostalCode: string;
|
|
@@ -1774,6 +1775,7 @@ declare const i18nMainCyrilic: {
|
|
|
1774
1775
|
ForeignPartners: string;
|
|
1775
1776
|
BusinessId: string;
|
|
1776
1777
|
BusinessActivity: string;
|
|
1778
|
+
BusinessPartnerCode: string;
|
|
1777
1779
|
Country: string;
|
|
1778
1780
|
Town: string;
|
|
1779
1781
|
PostalCode: string;
|
|
@@ -1994,6 +1996,7 @@ declare const i18nMainME_Latin: {
|
|
|
1994
1996
|
ForeignPartners: string;
|
|
1995
1997
|
BusinessId: string;
|
|
1996
1998
|
BusinessActivity: string;
|
|
1999
|
+
BusinessPartnerCode: string;
|
|
1997
2000
|
Country: string;
|
|
1998
2001
|
Town: string;
|
|
1999
2002
|
PostalCode: string;
|