@inceptionbg/main 2.0.43 → 2.0.45
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/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ interface IScanData {
|
|
|
28
28
|
duplex?: boolean;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
declare const ModuleIds: readonly ["ADMIN", "EARCHIVE", "ERDS", "EINVOICE", "EFORMS", "EDMS", "ESIGN", "EVALIDATION", "EPROCUREMENT"];
|
|
31
|
+
declare const ModuleIds: readonly ["ADMIN", "EARCHIVE", "ERDS", "EINVOICE", "EFORMS", "EDMS", "ESIGN", "EVALIDATION", "EPROCUREMENT", "EREGISTER"];
|
|
32
32
|
declare const modules: IModule;
|
|
33
33
|
|
|
34
34
|
type IModuleId = (typeof ModuleIds)[number];
|
|
@@ -1278,6 +1278,7 @@ type IEnvVar = {
|
|
|
1278
1278
|
[env in IEnv]: {
|
|
1279
1279
|
authApiUrl: string;
|
|
1280
1280
|
idmApiUrl: string;
|
|
1281
|
+
codebookApiUrl: string;
|
|
1281
1282
|
modules: {
|
|
1282
1283
|
[id in IModuleId]?: string;
|
|
1283
1284
|
};
|