@inceptionbg/main 2.0.99 → 2.0.101

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 CHANGED
@@ -33,7 +33,7 @@ interface IScanData {
33
33
  duplex?: boolean;
34
34
  }
35
35
 
36
- declare const ModuleIds: readonly ["ADMIN", "EARCHIVE", "ERDS", "EINVOICE", "EFORMS", "EDMS", "ESIGN", "EVALIDATION", "EPROCUREMENT", "EREGISTER", "PAM", "ERP_CASH_REGISTER", "ERP_RIFF", "ERP_MAT_ACC", "ERP_SMALL_INVENTORY", "ERP_WMS"];
36
+ declare const ModuleIds: readonly ["ADMIN", "EARCHIVE", "ERDS", "EINVOICE", "EFORMS", "EDMS", "ESIGN", "EVALIDATION", "EPROCUREMENT", "EREGISTER", "PAM", "ERP_CASH_REGISTER", "ERP_RIF", "ERP_MAT_ACC", "ERP_SMALL_INVENTORY", "ERP_WMS"];
37
37
  declare const modules: IModule;
38
38
 
39
39
  type IModuleId = (typeof ModuleIds)[number];
@@ -1505,6 +1505,11 @@ declare const i18nMainLatin: {
1505
1505
  EVALIDATION: string;
1506
1506
  EPROCUREMENT: string;
1507
1507
  EREGISTER: string;
1508
+ ERP_RIF: string;
1509
+ ERP_CASH_REGISTER: string;
1510
+ ERP_MAT_ACC: string;
1511
+ ERP_SMALL_INVENTORY: string;
1512
+ ERP_WMS: string;
1508
1513
  Basic: string;
1509
1514
  BasicData: string;
1510
1515
  SendHistory: string;
@@ -1735,6 +1740,11 @@ declare const i18nMainCyrilic: {
1735
1740
  EVALIDATION: string;
1736
1741
  EPROCUREMENT: string;
1737
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;
1738
1748
  Basic: string;
1739
1749
  BasicData: string;
1740
1750
  SendHistory: string;