@inceptionbg/main 2.0.209 → 2.0.211
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/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1504,6 +1504,7 @@ declare const i18nMainLatin: {
|
|
|
1504
1504
|
DASHBOARD: string;
|
|
1505
1505
|
ERP_FIXED_ASSETS: string;
|
|
1506
1506
|
VEOSP: string;
|
|
1507
|
+
DISPATCH_ADVICE: string;
|
|
1507
1508
|
Basic: string;
|
|
1508
1509
|
BasicData: string;
|
|
1509
1510
|
SendHistory: string;
|
|
@@ -1752,6 +1753,7 @@ declare const i18nMainCyrilic: {
|
|
|
1752
1753
|
DASHBOARD: string;
|
|
1753
1754
|
ERP_FIXED_ASSETS: string;
|
|
1754
1755
|
VEOSP: string;
|
|
1756
|
+
DISPATCH_ADVICE: string;
|
|
1755
1757
|
Basic: string;
|
|
1756
1758
|
BasicData: string;
|
|
1757
1759
|
SendHistory: string;
|
|
@@ -1999,6 +2001,7 @@ declare const i18nMainME_Latin: {
|
|
|
1999
2001
|
DASHBOARD: string;
|
|
2000
2002
|
ERP_FIXED_ASSETS: string;
|
|
2001
2003
|
VEOSP: string;
|
|
2004
|
+
DISPATCH_ADVICE: string;
|
|
2002
2005
|
Basic: string;
|
|
2003
2006
|
BasicData: string;
|
|
2004
2007
|
SendHistory: string;
|