@inceptionbg/main 2.0.145 → 2.0.147
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 +2 -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
|
@@ -1487,6 +1487,7 @@ declare const i18nMainLatin: {
|
|
|
1487
1487
|
ERP_MAT_ACC: string;
|
|
1488
1488
|
ERP_SMALL_INVENTORY: string;
|
|
1489
1489
|
ERP_WMS: string;
|
|
1490
|
+
DASHBOARD: string;
|
|
1490
1491
|
Basic: string;
|
|
1491
1492
|
BasicData: string;
|
|
1492
1493
|
SendHistory: string;
|
|
@@ -1692,6 +1693,7 @@ declare const i18nMainCyrilic: {
|
|
|
1692
1693
|
ERP_MAT_ACC: string;
|
|
1693
1694
|
ERP_SMALL_INVENTORY: string;
|
|
1694
1695
|
ERP_WMS: string;
|
|
1696
|
+
DASHBOARD: string;
|
|
1695
1697
|
Basic: string;
|
|
1696
1698
|
BasicData: string;
|
|
1697
1699
|
SendHistory: string;
|