@inceptionbg/main 2.0.100 → 2.0.102
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 +5 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/global.d.ts +653 -653
- package/package.json +47 -47
package/dist/index.d.ts
CHANGED
|
@@ -1740,6 +1740,11 @@ declare const i18nMainCyrilic: {
|
|
|
1740
1740
|
EVALIDATION: string;
|
|
1741
1741
|
EPROCUREMENT: string;
|
|
1742
1742
|
EREGISTER: string;
|
|
1743
|
+
EPR_RIF: string;
|
|
1744
|
+
ERP_CASH_REGISTER: string;
|
|
1745
|
+
ERP_MAT_ACC: string;
|
|
1746
|
+
ERP_SMALL_INVENTORY: string;
|
|
1747
|
+
ERP_WMS: string;
|
|
1743
1748
|
Basic: string;
|
|
1744
1749
|
BasicData: string;
|
|
1745
1750
|
SendHistory: string;
|