@aristid/leav-types 1.5.3-2 → 1.5.3-489318c8

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.
@@ -16,8 +16,6 @@ export namespace bugsnag {
16
16
  }
17
17
  export namespace actions {
18
18
  namespace excel {
19
- export let useNewHyperformula: boolean;
20
- let debug_1: boolean;
21
- export { debug_1 as debug };
19
+ let useNewHyperformula: boolean;
22
20
  }
23
21
  }
@@ -12,6 +12,7 @@ import { type IQueryInfos } from '_types/queryInfos';
12
12
  import { type IIndexationService } from '../../infra/indexation/indexationService';
13
13
  import { type ITaskFuncParams } from '../../_types/tasksManager';
14
14
  import { type GetSystemQueryContext } from '../../utils/helpers/getSystemQueryContext';
15
+ import { type IAdminPermissionDomain } from 'domain/permission/adminPermissionDomain';
15
16
  interface IIndexDatabaseParams {
16
17
  findRecordParams: IFindRecordParams | IFindRecordParams[];
17
18
  attributes?: {
@@ -32,11 +33,12 @@ export interface IIndexationManagerDomainDeps {
32
33
  'core.domain.library': ILibraryDomain;
33
34
  'core.domain.attribute': IAttributeDomain;
34
35
  'core.infra.indexation.indexationService': IIndexationService;
36
+ 'core.domain.permission.admin': IAdminPermissionDomain;
35
37
  'core.domain.tasksManager': ITasksManagerDomain;
36
38
  'core.domain.eventsManager': IEventsManagerDomain;
37
39
  'core.utils.logger': ILogger;
38
40
  'core.utils.getSystemQueryContext': GetSystemQueryContext;
39
41
  translator: i18n;
40
42
  }
41
- export default function ({ config, 'core.infra.amqpService': amqpService, 'core.domain.record': recordDomain, 'core.domain.library': libraryDomain, 'core.domain.attribute': attributeDomain, 'core.domain.tasksManager': tasksManagerDomain, 'core.infra.indexation.indexationService': indexationService, 'core.domain.eventsManager': eventsManager, 'core.utils.logger': logger, 'core.utils.getSystemQueryContext': getSystemQueryContext, translator, }: IIndexationManagerDomainDeps): IIndexationManagerDomain;
43
+ export default function ({ config, 'core.infra.amqpService': amqpService, 'core.domain.record': recordDomain, 'core.domain.library': libraryDomain, 'core.domain.attribute': attributeDomain, 'core.domain.permission.admin': adminPermissionDomain, 'core.domain.tasksManager': tasksManagerDomain, 'core.infra.indexation.indexationService': indexationService, 'core.domain.eventsManager': eventsManager, 'core.utils.logger': logger, 'core.utils.getSystemQueryContext': getSystemQueryContext, translator, }: IIndexationManagerDomainDeps): IIndexationManagerDomain;
42
44
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aristid/leav-types",
3
- "version": "1.5.3-2",
3
+ "version": "1.5.3-489318c8",
4
4
  "description": "Shared Leav types",
5
5
  "scripts": {
6
6
  "tscheck": "",
@@ -14,7 +14,7 @@
14
14
  "license": "LGPL3",
15
15
  "repository": "https://github.com/leav-solutions/leav-engine",
16
16
  "dependencies": {
17
- "@leav/utils": "1.5.3-2",
17
+ "@leav/utils": "1.5.3",
18
18
  "@types/amqplib": "0.10.7",
19
19
  "@types/express": "5.0.0",
20
20
  "@types/jest": "29.5.14",