@inceptionbg/main 2.0.185 → 2.0.187
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 +2 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/global.d.ts +687 -686
- package/package.json +48 -48
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' | 'PROD_PPLCG';
|
|
1276
|
-
type IServiceApi = 'auth' | 'idm' | 'codebook' | 'auditLog' | 'notifications' | 'indexData' | 'registration' | 'reportTemplates' | 'procurement' | 'archive' | 'invoice' | 'edms' | 'rif' | 'cashRegister' | 'jisuszProxy' | 'fosterCare' | 'article';
|
|
1276
|
+
type IServiceApi = 'auth' | 'idm' | 'codebook' | 'auditLog' | 'notifications' | 'indexData' | 'registration' | 'reportTemplates' | 'procurement' | 'archive' | 'invoice' | 'edms' | 'rif' | 'cashRegister' | 'jisuszProxy' | 'fosterCare' | 'article' | 'approval';
|
|
1277
1277
|
type IEnvVar = {
|
|
1278
1278
|
[env in IEnv]: {
|
|
1279
1279
|
serviceApiUrl: {
|
|
@@ -1331,6 +1331,7 @@ interface ISidebarSubItem {
|
|
|
1331
1331
|
to?: string;
|
|
1332
1332
|
content?: ISidebarItem[];
|
|
1333
1333
|
hidden?: boolean;
|
|
1334
|
+
tooltip?: string;
|
|
1334
1335
|
badge?: number;
|
|
1335
1336
|
addUrl?: string;
|
|
1336
1337
|
primary?: boolean;
|