@inceptionbg/main 2.0.42 → 2.0.44

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
@@ -28,7 +28,7 @@ interface IScanData {
28
28
  duplex?: boolean;
29
29
  }
30
30
 
31
- declare const ModuleIds: readonly ["ADMIN", "EARCHIVE", "EDELIVERY", "EINVOICE", "EFORMS", "EDMS", "ESIGN", "EVALIDATION", "EPROCUREMENT"];
31
+ declare const ModuleIds: readonly ["ADMIN", "EARCHIVE", "ERDS", "EINVOICE", "EFORMS", "EDMS", "ESIGN", "EVALIDATION", "EPROCUREMENT"];
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
  };