@inceptionbg/main 2.0.146 → 2.0.148

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
@@ -1273,7 +1273,7 @@ interface IConditionIndexData {
1273
1273
  }
1274
1274
 
1275
1275
  type IEnv = 'DEV' | 'TEST' | 'PROD' | 'LOCAL' | 'UAT' | 'TEST_PPLCG';
1276
- type IServiceApi = 'auth' | 'idm' | 'codebook' | 'auditLog' | 'notifications' | 'indexData' | 'registration' | 'reportTemplates' | 'procurement' | 'archive' | 'invoice' | 'rif' | 'cashRegister' | 'jisuszProxy' | 'article';
1276
+ type IServiceApi = 'auth' | 'idm' | 'codebook' | 'auditLog' | 'notifications' | 'indexData' | 'registration' | 'reportTemplates' | 'procurement' | 'archive' | 'invoice' | 'edms' | 'rif' | 'cashRegister' | 'jisuszProxy' | 'article';
1277
1277
  type IEnvVar = {
1278
1278
  [env in IEnv]: {
1279
1279
  serviceApiUrl: {
@@ -1693,6 +1693,7 @@ declare const i18nMainCyrilic: {
1693
1693
  ERP_MAT_ACC: string;
1694
1694
  ERP_SMALL_INVENTORY: string;
1695
1695
  ERP_WMS: string;
1696
+ DASHBOARD: string;
1696
1697
  Basic: string;
1697
1698
  BasicData: string;
1698
1699
  SendHistory: string;