@inceptionbg/main 2.0.198 → 2.0.200

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 ["DASHBOARD", "ADMIN", "EARCHIVE", "ERDS", "EINVOICE", "EFORMS", "EDMS", "ESIGN", "EVALIDATION", "EPROCUREMENT", "EREGISTER", "PAM", "ERP_CASH_REGISTER", "ERP_RIF", "ERP_MAT_ACC", "ERP_SMALL_INVENTORY", "ERP_WMS", "JISUSZ_BACKOFFICE", "VEOSP"];
36
+ declare const ModuleIds: readonly ["DASHBOARD", "ADMIN", "EARCHIVE", "ERDS", "EINVOICE", "EFORMS", "EDMS", "ESIGN", "EVALIDATION", "EPROCUREMENT", "EREGISTER", "PAM", "ERP_CASH_REGISTER", "ERP_RIF", "ERP_MAT_ACC", "ERP_SMALL_INVENTORY", "ERP_WMS", "JISUSZ_BACKOFFICE", "VEOSP", "ERP_FIXED_ASSETS"];
37
37
  declare const modules: IModule;
38
38
 
39
39
  type IModuleId = (typeof ModuleIds)[number];
@@ -1273,7 +1273,7 @@ interface IConditionIndexData {
1273
1273
  }
1274
1274
 
1275
1275
  type IEnv = 'DEV' | 'TEST' | 'PROD' | 'LOCAL' | 'UAT' | 'TEST_PPLCG' | 'PROD_PPLCG';
1276
- type IServiceApi = 'auth' | 'idm' | 'codebook' | 'auditLog' | 'notifications' | 'indexData' | 'registration' | 'reportTemplates' | 'procurement' | 'archive' | 'invoice' | 'edms' | 'rif' | 'cashRegister' | 'jisuszProxy' | 'fosterCare' | 'article' | 'approval' | 'messenger' | 'veosp';
1276
+ type IServiceApi = 'auth' | 'idm' | 'codebook' | 'auditLog' | 'notifications' | 'indexData' | 'registration' | 'reportTemplates' | 'procurement' | 'archive' | 'invoice' | 'edms' | 'rif' | 'cashRegister' | 'jisuszProxy' | 'fosterCare' | 'article' | 'approval' | 'messenger' | 'veosp' | 'fixedAssets';
1277
1277
  type IEnvVar = {
1278
1278
  [env in IEnv]: {
1279
1279
  serviceApiUrl: {
@@ -1338,7 +1338,7 @@ interface ISidebarSubItem {
1338
1338
  collapsed?: boolean;
1339
1339
  }
1340
1340
 
1341
- declare const SubSystems: readonly ["ADMIN", "EARCHIVE", "EDELIVERY", "EDMS", "EFORMS", "EINVOICE", "EPROCUREMENT", "ERDS", "EREGISTER", "ERP", "ERP_SMALL_INVENTORY", "ERP_WMS", "ERP_MAT_ACC", "FINANCES", "CONTRACTS", "ESIGN", "EVALIDATION", "IDM", "REGISTRATION", "QC_REGISTRATION", "ERP_CASH_REGISTER", "ERP_RIF", "SETTINGS", "JISUSZ_BACKOFFICE"];
1341
+ declare const SubSystems: readonly ["ADMIN", "EARCHIVE", "EDELIVERY", "EDMS", "EFORMS", "EINVOICE", "EPROCUREMENT", "ERDS", "EREGISTER", "ERP", "ERP_SMALL_INVENTORY", "ERP_WMS", "ERP_MAT_ACC", "FINANCES", "CONTRACTS", "ESIGN", "EVALIDATION", "IDM", "REGISTRATION", "QC_REGISTRATION", "ERP_CASH_REGISTER", "ERP_RIF", "SETTINGS", "JISUSZ_BACKOFFICE", "VEOSP", "ERP_FIXED_ASSETS"];
1342
1342
  type ISubsystem = (typeof SubSystems)[number];
1343
1343
 
1344
1344
  declare const login: () => void;
@@ -1501,6 +1501,8 @@ declare const i18nMainLatin: {
1501
1501
  ERP_SMALL_INVENTORY: string;
1502
1502
  ERP_WMS: string;
1503
1503
  DASHBOARD: string;
1504
+ ERP_FIXED_ASSETS: string;
1505
+ VEOSP: string;
1504
1506
  Basic: string;
1505
1507
  BasicData: string;
1506
1508
  SendHistory: string;
@@ -1745,6 +1747,8 @@ declare const i18nMainCyrilic: {
1745
1747
  ERP_SMALL_INVENTORY: string;
1746
1748
  ERP_WMS: string;
1747
1749
  DASHBOARD: string;
1750
+ ERP_FIXED_ASSETS: string;
1751
+ VEOSP: string;
1748
1752
  Basic: string;
1749
1753
  BasicData: string;
1750
1754
  SendHistory: string;
@@ -1988,6 +1992,8 @@ declare const i18nMainME_Latin: {
1988
1992
  ERP_SMALL_INVENTORY: string;
1989
1993
  ERP_WMS: string;
1990
1994
  DASHBOARD: string;
1995
+ ERP_FIXED_ASSETS: string;
1996
+ VEOSP: string;
1991
1997
  Basic: string;
1992
1998
  BasicData: string;
1993
1999
  SendHistory: string;