@inceptionbg/main 2.0.99 → 2.0.100

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;