@acorex/connectivity 21.0.0-next.2 → 21.0.0-next.3

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/mock/index.d.ts CHANGED
@@ -1,28 +1,28 @@
1
- import * as _acorex_platform_core from '@acorex/platform/core';
2
- import { AXPAppStartUpService, AXPQueryRequest, AXPPagedListResult, AXPCategorizedEntityDto, AXPCategoryEntity, AXPExecuteCommand, AXPExecuteCommandResult, AXPActionMenuItem, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPFileListItem, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
1
+ import { AXPAppStartUpService, AXPQueryRequest, AXPPagedListResult, AXPModuleAccessControlService, AXPModuleManifest, AXPModuleAccessContext, AXPCategorizedEntityDto, AXPCategoryEntity, AXPExecuteCommand, AXPExecuteCommandResult, AXPActionMenuItem, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPFileListItem, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
3
2
  import * as i0 from '@angular/core';
4
- import { Injector, Type } from '@angular/core';
3
+ import { Injector } from '@angular/core';
5
4
  import * as _acorex_platform_auth from '@acorex/platform/auth';
6
- import { AXPBaseCredentials, AXPAuthStrategy, AXPSignInResult, AXPSessionContext, AXPLoginChallengeProvider, AXPChallengeCheckResult, AXPLoginChallengeData, AXPLoginChallengeComponentBase, AXPTenant, AXPApplication } from '@acorex/platform/auth';
5
+ import { AXPBaseCredentials, AXPAuthStrategy, AXPSignInResult, AXPSessionContext } from '@acorex/platform/auth';
7
6
  import * as i1 from '@acorex/platform/runtime';
8
7
  import { AXPQuery, AXPCommand } from '@acorex/platform/runtime';
9
8
  import { Router } from '@angular/router';
10
9
  import { AXMAuthConfigs } from '@acorex/modules/auth';
11
10
  import { AXPEntityStorageService, AXPDataSeeder, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
12
11
  import Dexie, { Table } from 'dexie';
13
- import { AXMApplicationManagementApplicationEntityModel, AXMApplicationManagementEditionEntityModel, AXMApplicationManagementFeatureEntityModel, AXMApplicationManagementModuleEntityModel } from '@acorex/modules/application-management';
14
- import * as _acorex_modules_report_management from '@acorex/modules/report-management';
15
- import { AXPReportCategoryProvider, AXPReportCategory, AXPReportDefinitionProvider, AXPReportDefinition, AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
12
+ import { AXMApplicationManagementApplicationEntityModel, AXMApplicationManagementEditionEntityModel } from '@acorex/modules/application-management';
13
+ import { AXMTenantManagementTenantEntityModel } from '@acorex/modules/tenant-management';
14
+ import { AXMSecurityManagementRolesEntityModel, AXMSecurityManagementUsersEntityModel } from '@acorex/modules/security-management';
15
+ import { AXPSpreadsheetData } from '@acorex/platform/layout/components';
16
+ import * as _acorex_platform_common from '@acorex/platform/common';
17
+ import { AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo, CanonicalChange as CanonicalChange$1, AXPVersioningService, AXPVersionEntry as AXPVersionEntry$1, AXVChangeType as AXVChangeType$1 } from '@acorex/platform/common';
16
18
  import { AXMWorkflowManagementWorkflowDefinitionEntityModel } from '@acorex/modules/workflow-management';
17
19
  import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
18
20
  import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
21
+ import { AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
19
22
  import * as _acorex_modules_calendar_management from '@acorex/modules/calendar-management';
20
23
  import { AXMCalendarManagementCalendarEventTypeEntityModel } from '@acorex/modules/calendar-management';
21
- import { AXMLocationManagementLocationEntityModel } from '@acorex/modules/location-management';
22
- import { AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo, CanonicalChange as CanonicalChange$1, AXPVersioningService, AXPVersionEntry as AXPVersionEntry$1, AXVChangeType as AXVChangeType$1 } from '@acorex/platform/common';
23
24
  import { AXPWorkflowInstance, AXPWorkflowExecutionService, AXPStartWorkflowExecutionRequest, AXPStartWorkflowExecutionResponse, AXPResumeWorkflowExecutionRequest, AXPResumeWorkflowExecutionResponse, AXPGetWorkflowExecutionStateRequest, AXPWorkflowExecutionState, AXPGetWorkflowDefinitionRequest, AXPGetWorkflowDefinitionResponse, AXPWorkflowDefinition } from '@acorex/platform/workflow';
24
25
  import { AXPWidgetNode } from '@acorex/platform/layout/widget-core';
25
- import { AXMSystemInsightAuditLogEntityModel } from '@acorex/modules/system-insight';
26
26
  import { AXPIdentifierRule, AXPClockProvider, AXPChecksumProvider, AXPPolicyProvider, AXPLookupProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
27
27
 
28
28
  declare class AXCCommonMockModule {
@@ -55,6 +55,30 @@ declare class AXCCustomerManagementMockModule {
55
55
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCCustomerManagementMockModule>;
56
56
  }
57
57
 
58
+ declare class AXCSupplierManagementMockModule {
59
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCSupplierManagementMockModule, never>;
60
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSupplierManagementMockModule, never, never, never>;
61
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCSupplierManagementMockModule>;
62
+ }
63
+
64
+ declare class AXCProcurementManagementMockModule {
65
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCProcurementManagementMockModule, never>;
66
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCProcurementManagementMockModule, never, never, never>;
67
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCProcurementManagementMockModule>;
68
+ }
69
+
70
+ declare class AXCOrderManagementMockModule {
71
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCOrderManagementMockModule, never>;
72
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCOrderManagementMockModule, never, never, never>;
73
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCOrderManagementMockModule>;
74
+ }
75
+
76
+ declare class AXCSubscriptionManagementMockModule {
77
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCSubscriptionManagementMockModule, never>;
78
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSubscriptionManagementMockModule, never, never, never>;
79
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCSubscriptionManagementMockModule>;
80
+ }
81
+
58
82
  declare class AXCContactManagementMockModule {
59
83
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCContactManagementMockModule, never>;
60
84
  static ɵmod: i0.ɵɵNgModuleDeclaration<AXCContactManagementMockModule, never, never, never>;
@@ -121,6 +145,12 @@ declare class AXCApplicationManagementMockModule {
121
145
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCApplicationManagementMockModule>;
122
146
  }
123
147
 
148
+ declare class AXCTenantManagementMockModule {
149
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCTenantManagementMockModule, never>;
150
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTenantManagementMockModule, never, never, never>;
151
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCTenantManagementMockModule>;
152
+ }
153
+
124
154
  declare class AXCLearningManagementMockModule {
125
155
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCLearningManagementMockModule, never>;
126
156
  static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLearningManagementMockModule, never, never, never>;
@@ -151,12 +181,6 @@ declare class AXCHelpDeskMockModule {
151
181
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCHelpDeskMockModule>;
152
182
  }
153
183
 
154
- declare class AXCSystemInsightMockModule {
155
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCSystemInsightMockModule, never>;
156
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSystemInsightMockModule, never, never, never>;
157
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCSystemInsightMockModule>;
158
- }
159
-
160
184
  declare class AXCCalendarManagementMockModule {
161
185
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCCalendarManagementMockModule, never>;
162
186
  static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCalendarManagementMockModule, never, never, never>;
@@ -169,12 +193,6 @@ declare class AXCDataManagementMockModule {
169
193
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCDataManagementMockModule>;
170
194
  }
171
195
 
172
- declare class AXCWorkflowManagementMockModule {
173
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowManagementMockModule, never>;
174
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCWorkflowManagementMockModule, never, never, never>;
175
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCWorkflowManagementMockModule>;
176
- }
177
-
178
196
  declare class AXCNotificationManagementMockModule {
179
197
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCNotificationManagementMockModule, never>;
180
198
  static ɵmod: i0.ɵɵNgModuleDeclaration<AXCNotificationManagementMockModule, never, never, never>;
@@ -187,10 +205,10 @@ declare class AXCTaskManagementMockModule {
187
205
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCTaskManagementMockModule>;
188
206
  }
189
207
 
190
- declare class AXCPartyManagementMockModule {
191
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCPartyManagementMockModule, never>;
192
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCPartyManagementMockModule, never, never, never>;
193
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCPartyManagementMockModule>;
208
+ declare class AXCPersonManagementMockModule {
209
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCPersonManagementMockModule, never>;
210
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCPersonManagementMockModule, never, never, never>;
211
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCPersonManagementMockModule>;
194
212
  }
195
213
 
196
214
  declare class AXCContentManagementMockModule {
@@ -244,7 +262,7 @@ declare class AXCMiddlewaresModule {
244
262
  declare class AXCMockModule {
245
263
  constructor(appInitService: AXPAppStartUpService, injector: Injector);
246
264
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
247
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCLearningManagementMockModule, typeof AXCAssetManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCSystemInsightMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPartyManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCAssessmentManagementMockModule, typeof AXCFinancialCoreMockModule, typeof AXCMeasurementCoreMockModule, typeof AXCProductCatalogMockModule, typeof AXCMiddlewaresModule], never>;
265
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCSupplierManagementMockModule, typeof AXCProcurementManagementMockModule, typeof AXCOrderManagementMockModule, typeof AXCSubscriptionManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTenantManagementMockModule, typeof AXCLearningManagementMockModule, typeof AXCAssetManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPersonManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCAssessmentManagementMockModule, typeof AXCFinancialCoreMockModule, typeof AXCMeasurementCoreMockModule, typeof AXCProductCatalogMockModule, typeof AXCMiddlewaresModule], never>;
248
266
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
249
267
  }
250
268
 
@@ -292,99 +310,6 @@ declare class AXCGoogleStrategyMock extends AXPAuthStrategy {
292
310
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCGoogleStrategyMock>;
293
311
  }
294
312
 
295
- /**
296
- * Mock implementation of AXPLoginChallengeProvider for testing
297
- *
298
- * This provider simulates a server-side captcha system:
299
- * - Tracks failed login attempts
300
- * - After 3 failed attempts, requires captcha
301
- * - Generates mock captcha images client-side (for demo purposes)
302
- *
303
- * @example
304
- * ```typescript
305
- * // In your module providers:
306
- * {
307
- * provide: AXP_LOGIN_CHALLENGE_PROVIDER,
308
- * useClass: AXCImageCaptchaChallengeProviderMock
309
- * }
310
- * ```
311
- */
312
- declare class AXCImageCaptchaChallengeProviderMock extends AXPLoginChallengeProvider {
313
- readonly name = "image-captcha-mock";
314
- /** Current captcha code that user needs to enter */
315
- private currentCaptchaCode;
316
- /** Current challenge ID */
317
- private currentChallengeId;
318
- /** Failed attempts tracker */
319
- private attemptsTracker;
320
- /**
321
- * Checks if the login error indicates that a captcha is required
322
- *
323
- * In this mock implementation, we check:
324
- * 1. If the error contains requiresCaptcha flag
325
- * 2. If failed attempts threshold is reached
326
- * 3. If error status is 429 (Too Many Requests)
327
- */
328
- checkResponse(error: unknown): AXPChallengeCheckResult | null;
329
- /**
330
- * Generates a new captcha challenge
331
- *
332
- * In this mock implementation:
333
- * - Generates a random code
334
- * - Creates a captcha image client-side
335
- * - Returns the challenge data
336
- *
337
- * In a real implementation, this would call the server API
338
- */
339
- getChallenge(serverData?: Record<string, unknown>): Promise<AXPLoginChallengeData>;
340
- /**
341
- * Generates a fresh captcha, replacing the current one
342
- */
343
- refreshChallenge(): Promise<AXPLoginChallengeData>;
344
- /**
345
- * Returns the custom mock captcha component for rendering
346
- */
347
- getChallengeComponent(): Type<AXPLoginChallengeComponentBase>;
348
- /**
349
- * Validates the captcha response (for testing purposes)
350
- * In a real implementation, validation happens on the server
351
- */
352
- validateCaptchaResponse(challengeId: string, response: string): boolean;
353
- /**
354
- * Resets the failed attempts counter (for testing)
355
- */
356
- resetAttempts(): void;
357
- /**
358
- * Gets current failed attempts count (for testing/debugging)
359
- */
360
- getFailedAttempts(): number;
361
- /**
362
- * Simulates network delay for realistic behavior
363
- */
364
- private simulateNetworkDelay;
365
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCImageCaptchaChallengeProviderMock, never>;
366
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCImageCaptchaChallengeProviderMock>;
367
- }
368
-
369
- /**
370
- * Mock CAPTCHA challenge component with custom styling
371
- * Demonstrates how providers can create custom challenge UIs
372
- */
373
- declare class AXCMockCaptchaChallengeComponent extends AXPLoginChallengeComponentBase {
374
- /** Local state for the response input */
375
- protected response: i0.WritableSignal<string>;
376
- /**
377
- * Handles response input change
378
- */
379
- protected onResponseChange(value: string): void;
380
- /**
381
- * Handles refresh button click
382
- */
383
- protected onRefreshClick(): void;
384
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockCaptchaChallengeComponent, never>;
385
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCMockCaptchaChallengeComponent, "axc-mock-captcha-challenge", never, {}, {}, never, never, true, never>;
386
- }
387
-
388
313
  declare class AXCDexieEntityStorageService extends Dexie implements AXPEntityStorageService<string, any> {
389
314
  private sessionService;
390
315
  constructor();
@@ -440,6 +365,17 @@ declare class AXCDexieEntityStorageService extends Dexie implements AXPEntitySto
440
365
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCDexieEntityStorageService>;
441
366
  }
442
367
 
368
+ /**
369
+ * Mock implementation of module access control service.
370
+ * Checks if module is enabled in edition.modulesAndFeatures.modules.
371
+ * This is the default behavior - modules are accessible if they're in the edition configuration.
372
+ */
373
+ declare class MockModuleAccessControlService implements AXPModuleAccessControlService {
374
+ checkAccess(manifest: AXPModuleManifest, context: AXPModuleAccessContext): boolean;
375
+ static ɵfac: i0.ɵɵFactoryDeclaration<MockModuleAccessControlService, never>;
376
+ static ɵprov: i0.ɵɵInjectableDeclaration<MockModuleAccessControlService>;
377
+ }
378
+
443
379
  declare const APPLICATIONS: AXMApplicationManagementApplicationEntityModel[];
444
380
 
445
381
  declare class AXCApplicationDataSeeder implements AXPDataSeeder {
@@ -450,6 +386,24 @@ declare class AXCApplicationDataSeeder implements AXPDataSeeder {
450
386
  }
451
387
 
452
388
  declare const EDITIONS: AXMApplicationManagementEditionEntityModel[];
389
+ declare const SHOP_BASIC: AXMApplicationManagementEditionEntityModel;
390
+ declare const SHOP_PRO: AXMApplicationManagementEditionEntityModel;
391
+ declare const SHOP_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
392
+ declare const FINANCE_BASIC: AXMApplicationManagementEditionEntityModel;
393
+ declare const FINANCE_PRO: AXMApplicationManagementEditionEntityModel;
394
+ declare const FINANCE_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
395
+ declare const ORDERING_BASIC: AXMApplicationManagementEditionEntityModel;
396
+ declare const ORDERING_STANDARD: AXMApplicationManagementEditionEntityModel;
397
+ declare const ORDERING_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
398
+ declare const PLATFORM_CONSOLE: AXMApplicationManagementEditionEntityModel;
399
+ declare const SAFETYMINDER_BASIC: AXMApplicationManagementEditionEntityModel;
400
+ declare const SAFETYMINDER_PROFESSIONAL: AXMApplicationManagementEditionEntityModel;
401
+ declare const SAFETYMINDER_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
402
+ declare const COSTMANAGER_STANDARD: AXMApplicationManagementEditionEntityModel;
403
+ declare const COSTMANAGER_PROFESSIONAL: AXMApplicationManagementEditionEntityModel;
404
+ declare const COSTMANAGER_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
405
+ declare const CRM_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
406
+ declare const HR_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
453
407
 
454
408
  declare class AXCEditionDataSeeder implements AXPDataSeeder {
455
409
  private readonly storageService;
@@ -458,22 +412,19 @@ declare class AXCEditionDataSeeder implements AXPDataSeeder {
458
412
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCEditionDataSeeder>;
459
413
  }
460
414
 
461
- declare const FEATURES: AXMApplicationManagementFeatureEntityModel[];
462
-
463
- declare class AXCFeatureDataSeeder implements AXPDataSeeder {
464
- private readonly storageService;
415
+ declare class AXCAppVersionDataSeeder implements AXPDataSeeder {
416
+ private storageService;
417
+ private appVersionService;
465
418
  seed(): Promise<void>;
466
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCFeatureDataSeeder, never>;
467
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCFeatureDataSeeder>;
419
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCAppVersionDataSeeder, never>;
420
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCAppVersionDataSeeder>;
468
421
  }
469
422
 
470
- declare const MODULES: AXMApplicationManagementModuleEntityModel[];
471
-
472
- declare class AXCModuleDataSeeder implements AXPDataSeeder {
473
- private readonly storageService;
423
+ declare class AXCAppTermDataSeeder implements AXPDataSeeder {
424
+ private storageService;
474
425
  seed(): Promise<void>;
475
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCModuleDataSeeder, never>;
476
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCModuleDataSeeder>;
426
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCAppTermDataSeeder, never>;
427
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCAppTermDataSeeder>;
477
428
  }
478
429
 
479
430
  interface QuestionBankItemMockDto extends AXPCategorizedEntityDto {
@@ -503,8 +454,35 @@ interface QuestionnaireMockDto extends AXPCategorizedEntityDto {
503
454
  title: string;
504
455
  description?: string;
505
456
  type: 'questionnaire' | 'survey' | 'checklist' | 'test' | 'evaluation';
506
- sections: any[];
507
- items: any[];
457
+ structure?: {
458
+ sections: Array<{
459
+ id: string;
460
+ title: string;
461
+ description?: string;
462
+ order: number;
463
+ visibilityCondition?: string;
464
+ scoringWeight?: number;
465
+ items: Array<{
466
+ id: string;
467
+ questionBankItemId: string;
468
+ order: number;
469
+ isRequired?: boolean;
470
+ visibilityCondition?: string;
471
+ requiredCondition?: string;
472
+ scoringOverride?: {
473
+ points?: number;
474
+ weight?: number;
475
+ };
476
+ }>;
477
+ }>;
478
+ displaySettings?: {
479
+ viewMode?: 'single-page' | 'page-per-group' | 'page-per-question';
480
+ showProgressBar?: boolean;
481
+ showTimer?: boolean;
482
+ showSectionTitles?: boolean;
483
+ showQuestionNumbers?: boolean;
484
+ };
485
+ };
508
486
  scoringType: 'none' | 'cumulative' | 'weighted' | 'formula';
509
487
  passingScore?: number;
510
488
  scoringFormula?: string;
@@ -515,7 +493,6 @@ interface QuestionnaireMockDto extends AXPCategorizedEntityDto {
515
493
  allowBackNavigation: boolean;
516
494
  randomizeQuestions: boolean;
517
495
  requireAllAnswers: boolean;
518
- showProgressBar: boolean;
519
496
  categoryIds: string[];
520
497
  categories: {
521
498
  id: string;
@@ -555,379 +532,303 @@ declare class AXMQuestionnaireDataSeeder implements AXPDataSeeder {
555
532
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMQuestionnaireDataSeeder>;
556
533
  }
557
534
 
558
- declare const publicationMock: ({
559
- id: string;
560
- questionnaireId: string;
561
- questionnaire: {
562
- id: string;
563
- title: string;
564
- type: "test" | "checklist" | "questionnaire" | "survey" | "evaluation";
565
- };
566
- title: string;
567
- description: string;
568
- mode: string;
569
- assignedToUserIds: never[];
570
- assignedToUsers: never[];
571
- validFrom: Date;
572
- validTo: Date;
573
- timerMode: string;
574
- timeLimit: number;
575
- allowMultipleSubmissions: boolean;
576
- showResults: string;
577
- requireReview: boolean;
578
- createdAt: Date;
579
- updatedAt: Date;
580
- accessCode?: undefined;
581
- isActive?: undefined;
582
- } | {
535
+ declare const assessmentCaseMock: {
583
536
  id: string;
584
537
  questionnaireId: string;
585
538
  questionnaire: {
586
539
  id: string;
587
540
  title: string;
588
- type: "test" | "checklist" | "questionnaire" | "survey" | "evaluation";
541
+ type: "checklist" | "questionnaire" | "survey" | "test" | "evaluation";
589
542
  };
590
543
  title: string;
591
544
  description: string;
592
- mode: string;
593
- accessCode: string;
594
- validFrom: Date;
595
- validTo: Date;
596
- timerMode: string;
597
- timeLimit: number;
598
- allowMultipleSubmissions: boolean;
599
- showResults: string;
600
- requireReview: boolean;
601
- isActive: boolean;
602
- createdAt: Date;
603
- updatedAt: Date;
604
- assignedToUserIds?: undefined;
605
- assignedToUsers?: undefined;
606
- } | {
607
- id: string;
608
- questionnaireId: string;
609
- questionnaire: {
545
+ subjectRef: {
546
+ type: string;
610
547
  id: string;
611
548
  title: string;
612
- type: "test" | "checklist" | "questionnaire" | "survey" | "evaluation";
613
549
  };
614
- title: string;
615
- description: string;
616
- mode: string;
617
- assignedToUserIds: never[];
618
- assignedToUsers: never[];
619
- timerMode: string;
620
- allowMultipleSubmissions: boolean;
621
- showResults: string;
622
- requireReview: boolean;
550
+ statusId: string;
623
551
  createdAt: Date;
624
552
  updatedAt: Date;
625
- validFrom?: undefined;
626
- validTo?: undefined;
627
- timeLimit?: undefined;
628
- accessCode?: undefined;
629
- isActive?: undefined;
630
- })[];
553
+ }[];
631
554
 
632
- declare class AXMPublicationDataSeeder implements AXPDataSeeder {
555
+ declare class AXMAssessmentCaseDataSeeder implements AXPDataSeeder {
633
556
  private storage;
634
557
  seed(): Promise<void>;
635
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMPublicationDataSeeder, never>;
636
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMPublicationDataSeeder>;
558
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMAssessmentCaseDataSeeder, never>;
559
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMAssessmentCaseDataSeeder>;
637
560
  }
638
561
 
639
- declare const responseSessionMock: ({
562
+ declare const assessmentSessionMock: ({
640
563
  id: string;
641
- publicationId: string;
642
- publication: {
564
+ caseId: string;
565
+ case: {
643
566
  id: string;
644
567
  title: string;
645
568
  };
646
- primaryResponderId: string;
647
- primaryResponder: {
569
+ responderId: string;
570
+ responder: {
648
571
  id: string;
649
572
  displayName: string;
650
573
  };
651
- status: string;
574
+ role: string;
575
+ statusId: string;
652
576
  startedAt: Date;
577
+ lastSavedAt: Date;
653
578
  timeSpent: number;
654
- currentSectionId: string;
655
- currentItemIndex: number;
656
- completionPercentage: number;
657
- createdAt: Date;
658
- updatedAt: Date;
659
- completedAt?: undefined;
660
- submittedAt?: undefined;
661
- totalScore?: undefined;
662
- maxScore?: undefined;
663
- percentage?: undefined;
664
- grade?: undefined;
665
- passed?: undefined;
666
- reviewedBy?: undefined;
667
- reviewer?: undefined;
668
- } | {
669
- id: string;
670
- publicationId: string;
671
- publication: {
672
- id: string;
673
- title: string;
674
- };
675
- primaryResponderId: string;
676
- primaryResponder: {
677
- id: string;
678
- displayName: string;
579
+ progressPercentage: number;
580
+ answeredQuestionsCount: number;
581
+ answers: {
582
+ 'item-1': {
583
+ value: string;
584
+ };
585
+ 'item-2': {
586
+ value: number;
587
+ };
588
+ 'item-3': {
589
+ value: string;
590
+ };
591
+ 'item-4': {
592
+ value: string;
593
+ };
594
+ 'item-5': {
595
+ value: string;
596
+ };
597
+ 'item-6': {
598
+ value: string;
599
+ };
600
+ 'item-7'?: undefined;
601
+ 'item-8'?: undefined;
602
+ 'item-9'?: undefined;
603
+ 'item-10'?: undefined;
679
604
  };
680
- status: string;
681
- startedAt: Date;
682
- completedAt: Date;
683
- submittedAt: Date;
684
- timeSpent: number;
685
- currentItemIndex: number;
686
- completionPercentage: number;
687
- totalScore: number;
688
- maxScore: number;
689
- percentage: number;
690
- grade: string;
691
- passed: boolean;
692
605
  createdAt: Date;
693
606
  updatedAt: Date;
694
- currentSectionId?: undefined;
695
- reviewedBy?: undefined;
696
- reviewer?: undefined;
607
+ previousId?: undefined;
697
608
  } | {
698
609
  id: string;
699
- publicationId: string;
700
- publication: {
610
+ caseId: string;
611
+ case: {
701
612
  id: string;
702
613
  title: string;
703
614
  };
704
- primaryResponderId: string;
705
- primaryResponder: {
615
+ responderId: string;
616
+ responder: {
706
617
  id: string;
707
618
  displayName: string;
708
619
  };
709
- status: string;
620
+ role: string;
621
+ statusId: string;
710
622
  startedAt: Date;
711
- completedAt: Date;
712
- submittedAt: Date;
623
+ lastSavedAt: Date;
713
624
  timeSpent: number;
714
- currentItemIndex: number;
715
- completionPercentage: number;
716
- totalScore: number;
717
- maxScore: number;
718
- percentage: number;
719
- grade: string;
720
- passed: boolean;
721
- reviewedBy: string;
722
- reviewer: {
723
- id: string;
724
- displayName: string;
725
- };
726
- createdAt: Date;
727
- updatedAt: Date;
728
- currentSectionId?: undefined;
729
- })[];
730
-
731
- declare class AXMResponseSessionDataSeeder implements AXPDataSeeder {
732
- private storage;
733
- seed(): Promise<void>;
734
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMResponseSessionDataSeeder, never>;
735
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMResponseSessionDataSeeder>;
736
- }
737
-
738
- declare const collaboratorMock: ({
739
- id: string;
740
- sessionId: string;
741
- session: {
742
- id: string;
743
- publicationId: string;
744
- };
745
- userId: string;
746
- user: {
747
- id: string;
748
- displayName: string;
625
+ progressPercentage: number;
626
+ answeredQuestionsCount: number;
627
+ answers: {
628
+ 'item-1': {
629
+ value: string;
630
+ };
631
+ 'item-2': {
632
+ value: number;
633
+ };
634
+ 'item-3': {
635
+ value: string;
636
+ };
637
+ 'item-4': {
638
+ value: string;
639
+ };
640
+ 'item-5': {
641
+ value: string;
642
+ };
643
+ 'item-6': {
644
+ value: string;
645
+ };
646
+ 'item-7': {
647
+ value: string;
648
+ };
649
+ 'item-8': {
650
+ value: string;
651
+ };
652
+ 'item-9': {
653
+ value: string;
654
+ };
655
+ 'item-10': {
656
+ value: string;
657
+ };
749
658
  };
750
- role: string;
751
- canRespond: boolean;
752
- canOverride: boolean;
753
- canReview: boolean;
754
- canView: boolean;
755
- joinedAt: Date;
756
- lastActiveAt: Date;
757
659
  createdAt: Date;
758
660
  updatedAt: Date;
661
+ previousId?: undefined;
759
662
  } | {
760
663
  id: string;
761
- sessionId: string;
762
- session: {
763
- id: string;
764
- publicationId: string;
765
- };
766
- userId: string;
767
- user: {
768
- id: string;
769
- displayName: string;
770
- };
771
- role: string;
772
- canRespond: boolean;
773
- canOverride: boolean;
774
- canReview: boolean;
775
- canView: boolean;
776
- joinedAt: Date;
777
- createdAt: Date;
778
- updatedAt: Date;
779
- lastActiveAt?: undefined;
780
- })[];
781
-
782
- declare class AXMCollaboratorDataSeeder implements AXPDataSeeder {
783
- private storage;
784
- seed(): Promise<void>;
785
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMCollaboratorDataSeeder, never>;
786
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMCollaboratorDataSeeder>;
787
- }
788
-
789
- declare const responseEntryMock: ({
790
- id: string;
791
- sessionId: string;
792
- session: {
664
+ caseId: string;
665
+ case: {
793
666
  id: string;
794
- publicationId: string;
667
+ title: string;
795
668
  };
796
- questionnaireItemId: string;
797
669
  responderId: string;
798
670
  responder: {
799
671
  id: string;
800
672
  displayName: string;
801
673
  };
802
- responderRole: string;
803
- answer: {
804
- rating: number;
805
- text?: undefined;
806
- selectedOption?: undefined;
807
- };
808
- isOverridden: boolean;
809
- score: number;
810
- maxScore: number;
811
- isCorrect: boolean;
812
- answeredAt: Date;
674
+ role: string;
675
+ statusId: string;
676
+ previousId: string;
677
+ startedAt: Date;
678
+ lastSavedAt: Date;
813
679
  timeSpent: number;
814
- attemptCount: number;
815
- skipped: boolean;
816
- flaggedForReview: boolean;
680
+ progressPercentage: number;
681
+ answeredQuestionsCount: number;
682
+ answers: {
683
+ 'item-1': {
684
+ value: string;
685
+ };
686
+ 'item-2': {
687
+ value: number;
688
+ };
689
+ 'item-3': {
690
+ value: string;
691
+ };
692
+ 'item-4': {
693
+ value: string;
694
+ };
695
+ 'item-5': {
696
+ value: string;
697
+ };
698
+ 'item-6': {
699
+ value: string;
700
+ };
701
+ 'item-7': {
702
+ value: string;
703
+ };
704
+ 'item-8': {
705
+ value: string;
706
+ };
707
+ 'item-9': {
708
+ value: string;
709
+ };
710
+ 'item-10': {
711
+ value: string;
712
+ };
713
+ };
817
714
  createdAt: Date;
818
715
  updatedAt: Date;
819
- overriddenBy?: undefined;
820
- overrider?: undefined;
821
- overriddenAt?: undefined;
822
- originalAnswer?: undefined;
823
- overrideReason?: undefined;
824
716
  } | {
825
717
  id: string;
826
- sessionId: string;
827
- session: {
718
+ caseId: string;
719
+ case: {
828
720
  id: string;
829
- publicationId: string;
721
+ title: string;
830
722
  };
831
- questionnaireItemId: string;
832
723
  responderId: string;
833
724
  responder: {
834
725
  id: string;
835
726
  displayName: string;
836
727
  };
837
- responderRole: string;
838
- answer: {
839
- text: string;
840
- rating?: undefined;
841
- selectedOption?: undefined;
842
- };
843
- isOverridden: boolean;
844
- overriddenBy: string;
845
- overrider: {
846
- id: string;
847
- displayName: string;
848
- };
849
- overriddenAt: Date;
850
- originalAnswer: {
851
- text: string;
728
+ role: string;
729
+ statusId: string;
730
+ progressPercentage: number;
731
+ answeredQuestionsCount: number;
732
+ answers: {
733
+ 'item-1'?: undefined;
734
+ 'item-2'?: undefined;
735
+ 'item-3'?: undefined;
736
+ 'item-4'?: undefined;
737
+ 'item-5'?: undefined;
738
+ 'item-6'?: undefined;
739
+ 'item-7'?: undefined;
740
+ 'item-8'?: undefined;
741
+ 'item-9'?: undefined;
742
+ 'item-10'?: undefined;
852
743
  };
853
- overrideReason: string;
854
- score: number;
855
- maxScore: number;
856
- answeredAt: Date;
857
- timeSpent: number;
858
- attemptCount: number;
859
- skipped: boolean;
860
- flaggedForReview: boolean;
861
744
  createdAt: Date;
862
745
  updatedAt: Date;
863
- isCorrect?: undefined;
746
+ startedAt?: undefined;
747
+ lastSavedAt?: undefined;
748
+ timeSpent?: undefined;
749
+ previousId?: undefined;
864
750
  } | {
865
751
  id: string;
866
- sessionId: string;
867
- session: {
752
+ caseId: string;
753
+ case: {
868
754
  id: string;
869
- publicationId: string;
755
+ title: string;
870
756
  };
871
- questionnaireItemId: string;
872
757
  responderId: string;
873
758
  responder: {
874
759
  id: string;
875
760
  displayName: string;
876
761
  };
877
- responderRole: string;
878
- answer: {
879
- selectedOption: string;
880
- rating?: undefined;
881
- text?: undefined;
882
- };
883
- isOverridden: boolean;
884
- score: number;
885
- maxScore: number;
886
- isCorrect: boolean;
887
- answeredAt: Date;
762
+ role: string;
763
+ statusId: string;
764
+ startedAt: Date;
765
+ lastSavedAt: Date;
888
766
  timeSpent: number;
889
- attemptCount: number;
890
- skipped: boolean;
891
- flaggedForReview: boolean;
767
+ progressPercentage: number;
768
+ answeredQuestionsCount: number;
769
+ answers: {
770
+ 'item-1': {
771
+ value: string;
772
+ };
773
+ 'item-2': {
774
+ value: string;
775
+ };
776
+ 'item-3': {
777
+ value: string;
778
+ };
779
+ 'item-4'?: undefined;
780
+ 'item-5'?: undefined;
781
+ 'item-6'?: undefined;
782
+ 'item-7'?: undefined;
783
+ 'item-8'?: undefined;
784
+ 'item-9'?: undefined;
785
+ 'item-10'?: undefined;
786
+ };
892
787
  createdAt: Date;
893
788
  updatedAt: Date;
894
- overriddenBy?: undefined;
895
- overrider?: undefined;
896
- overriddenAt?: undefined;
897
- originalAnswer?: undefined;
898
- overrideReason?: undefined;
789
+ previousId?: undefined;
899
790
  })[];
900
791
 
901
- declare class AXMResponseEntryDataSeeder implements AXPDataSeeder {
792
+ declare class AXMAssessmentSessionDataSeeder implements AXPDataSeeder {
902
793
  private storage;
903
794
  seed(): Promise<void>;
904
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMResponseEntryDataSeeder, never>;
905
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMResponseEntryDataSeeder>;
906
- }
907
-
908
- declare class AXCAppVersionDataSeeder implements AXPDataSeeder {
909
- private storageService;
910
- private appVersionService;
911
- seed(): Promise<void>;
912
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCAppVersionDataSeeder, never>;
913
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCAppVersionDataSeeder>;
795
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMAssessmentSessionDataSeeder, never>;
796
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMAssessmentSessionDataSeeder>;
914
797
  }
915
798
 
916
- declare class AXCGlobalVariablesDataSeeder implements AXPDataSeeder {
799
+ declare class AXCTokensDataSeeder implements AXPDataSeeder {
917
800
  private storageService;
918
801
  seed(): Promise<void>;
919
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCGlobalVariablesDataSeeder, never>;
920
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCGlobalVariablesDataSeeder>;
802
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCTokensDataSeeder, never>;
803
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCTokensDataSeeder>;
921
804
  }
922
805
 
923
- declare const GLOBAL_VARIABLES: {
806
+ declare const TOKENS: {
924
807
  id: string;
925
808
  name: string;
926
809
  title: string;
927
- dataType: string;
928
- value: string;
810
+ description: string;
811
+ type: "Expression" | "String" | "Integer" | "Boolean";
812
+ expression: string;
929
813
  }[];
930
814
 
815
+ /**
816
+ * Tenant ID constants for use across mock data.
817
+ * These are generated once and exported to ensure consistency.
818
+ */
819
+ declare const PLATFORM_TENANT_ID: string;
820
+ declare const TIMEPLICITY_TENANT_ID: string;
821
+ declare const LASER_PLUMBING_TENANT_ID: string;
822
+
823
+ declare const tenantMocks: AXMTenantManagementTenantEntityModel[];
824
+
825
+ declare class AXCTenantSeeder implements AXPDataSeeder {
826
+ private readonly storageService;
827
+ seed(): Promise<void>;
828
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCTenantSeeder, never>;
829
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCTenantSeeder>;
830
+ }
831
+
931
832
  declare class AXPSecurityManagementRoleDataSeeder implements AXPDataSeeder {
932
833
  private storageService;
933
834
  seed(): Promise<void>;
@@ -942,23 +843,13 @@ declare class AXPSecurityManagementUserDataSeeder implements AXPDataSeeder {
942
843
  static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementUserDataSeeder>;
943
844
  }
944
845
 
945
- declare const tenantsMock: AXPTenant[];
946
-
947
- declare const applications: AXPApplication[];
948
-
949
- declare const mockRoleDefinitions: {
950
- id: string;
951
- name: string;
952
- title: string;
953
- description: string;
954
- permissions: string[];
955
- }[];
846
+ type RoleMockDto = AXMSecurityManagementRolesEntityModel;
847
+ declare const mockRoleDefinitions: RoleMockDto[];
956
848
 
957
- interface AXCMockUserMockDto {
849
+ interface AXCMockUserMockDto extends AXMSecurityManagementUsersEntityModel {
958
850
  id: string;
959
851
  username: string;
960
852
  displayName: string;
961
- partyId: string;
962
853
  roleIds: string[];
963
854
  roles: {
964
855
  id: string;
@@ -1016,15 +907,15 @@ declare function findEmployeeById(employeeId: string): AXCEmployeeMockDto | unde
1016
907
  interface AXCEmployeeMockDto {
1017
908
  id: string;
1018
909
  userId?: string;
1019
- partyId: string;
1020
- party: {
910
+ personId: string;
911
+ person: {
1021
912
  id: string;
1022
913
  displayName: string;
1023
914
  };
1024
915
  birthDate: Date;
1025
916
  employeeCode: string;
1026
- roleId: string;
1027
- role: {
917
+ jobDefinitionId: string;
918
+ jobDefinition: {
1028
919
  id: string;
1029
920
  title: string;
1030
921
  };
@@ -1074,6 +965,7 @@ declare class AXMTeamDataSeeder implements AXPDataSeeder {
1074
965
 
1075
966
  interface PositionMockDto extends AXPCategorizedEntityDto {
1076
967
  id: string;
968
+ code: string;
1077
969
  title: string;
1078
970
  description: string;
1079
971
  categoryIds: string[];
@@ -1081,7 +973,22 @@ interface PositionMockDto extends AXPCategorizedEntityDto {
1081
973
  id: string;
1082
974
  title: string;
1083
975
  }[];
1084
- isManager?: boolean;
976
+ jobLevelId: string;
977
+ jobLevel?: {
978
+ id: string;
979
+ title: string;
980
+ };
981
+ jobDefinitionId?: string;
982
+ jobDefinition?: {
983
+ id: string;
984
+ title: string;
985
+ };
986
+ businessUnitId?: string;
987
+ businessUnit?: {
988
+ id: string;
989
+ title: string;
990
+ };
991
+ capacity?: number;
1085
992
  }
1086
993
  declare const POSITIONS_CATEGORY_MOCK: AXPCategoryEntity<string>[];
1087
994
  declare const POSITIONS_MOCK: PositionMockDto[];
@@ -1093,7 +1000,7 @@ declare class AXMPositionDataSeeder implements AXPDataSeeder {
1093
1000
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMPositionDataSeeder>;
1094
1001
  }
1095
1002
 
1096
- interface RoleMockDto extends AXPCategorizedEntityDto {
1003
+ interface JobDefinitionMockDto extends AXPCategorizedEntityDto {
1097
1004
  id: string;
1098
1005
  title: string;
1099
1006
  description: string;
@@ -1102,25 +1009,36 @@ interface RoleMockDto extends AXPCategorizedEntityDto {
1102
1009
  id: string;
1103
1010
  title: string;
1104
1011
  }[];
1105
- skillsId: string[];
1106
- skills: {
1107
- id: string;
1108
- title: string;
1109
- }[];
1110
1012
  responsibilitiesId: string[];
1111
1013
  responsibilities: {
1112
1014
  id: string;
1113
1015
  title: string;
1114
1016
  }[];
1017
+ skillRequirements?: AXPSpreadsheetData;
1115
1018
  }
1116
- declare const ROLES_CATEGORY_MOCK: AXPCategoryEntity<string>[];
1117
- declare const ROLES_MOCK: RoleMockDto[];
1019
+ declare const JOB_DEFINITIONS_CATEGORY_MOCK: AXPCategoryEntity<string>[];
1020
+ declare const JOB_DEFINITIONS_MOCK: JobDefinitionMockDto[];
1118
1021
 
1119
- declare class AXMRoleDataSeeder implements AXPDataSeeder {
1022
+ declare class AXMJobDefinitionDataSeeder implements AXPDataSeeder {
1120
1023
  private storageService;
1121
1024
  seed(): Promise<void>;
1122
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMRoleDataSeeder, never>;
1123
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMRoleDataSeeder>;
1025
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMJobDefinitionDataSeeder, never>;
1026
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMJobDefinitionDataSeeder>;
1027
+ }
1028
+
1029
+ interface JobLevelMockDto {
1030
+ id: string;
1031
+ title: string;
1032
+ description?: string;
1033
+ order: number;
1034
+ }
1035
+ declare const JOB_LEVELS_MOCK: JobLevelMockDto[];
1036
+
1037
+ declare class AXMJobLevelDataSeeder implements AXPDataSeeder {
1038
+ private storageService;
1039
+ seed(): Promise<void>;
1040
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMJobLevelDataSeeder, never>;
1041
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMJobLevelDataSeeder>;
1124
1042
  }
1125
1043
 
1126
1044
  interface ResponsibilityMockDto extends AXPCategorizedEntityDto {
@@ -1172,69 +1090,6 @@ declare class AXMPositionAssignmentDataSeeder implements AXPDataSeeder {
1172
1090
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMPositionAssignmentDataSeeder>;
1173
1091
  }
1174
1092
 
1175
- interface SkillMockDto extends AXPCategorizedEntityDto {
1176
- id: string;
1177
- title: string;
1178
- description: string;
1179
- categoryIds: string[];
1180
- categories: {
1181
- id: string;
1182
- title: string;
1183
- }[];
1184
- }
1185
- declare const SKILLS_CATEGORY_MOCK: AXPCategoryEntity<string>[];
1186
- declare const SKILLS_MOCK: SkillMockDto[];
1187
-
1188
- declare class AXMSkillDataSeeder implements AXPDataSeeder {
1189
- private storageService;
1190
- seed(): Promise<void>;
1191
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMSkillDataSeeder, never>;
1192
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMSkillDataSeeder>;
1193
- }
1194
-
1195
- interface AXCSkillLevelMockDto {
1196
- id: string;
1197
- title: string;
1198
- order: number;
1199
- isActive: boolean;
1200
- description?: string;
1201
- }
1202
- declare const SKILL_LEVELS_MOCK: AXCSkillLevelMockDto[];
1203
-
1204
- declare class AXMSkillLevelDataSeeder implements AXPDataSeeder {
1205
- private readonly storageService;
1206
- seed(): Promise<void>;
1207
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMSkillLevelDataSeeder, never>;
1208
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMSkillLevelDataSeeder>;
1209
- }
1210
-
1211
- /**
1212
- * Mock DTO for employee skill relation entries.
1213
- */
1214
- interface AXCEmployeeSkillMockDto {
1215
- id: string;
1216
- employeeId: string;
1217
- employee?: any;
1218
- skillId: string;
1219
- skill?: any;
1220
- levelId: string;
1221
- level?: any;
1222
- yearsOfExperience?: number;
1223
- lastUsedDate?: Date;
1224
- validatedBy?: string;
1225
- validationSource?: string;
1226
- validationDate?: Date;
1227
- notes?: string;
1228
- }
1229
- declare const EMPLOYEE_SKILLS_MOCK: AXCEmployeeSkillMockDto[];
1230
-
1231
- declare class AXMEmployeeSkillDataSeeder implements AXPDataSeeder {
1232
- private storageService;
1233
- seed(): Promise<void>;
1234
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmployeeSkillDataSeeder, never>;
1235
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmployeeSkillDataSeeder>;
1236
- }
1237
-
1238
1093
  declare const EMPLOYMENT_TYPES_MOCK: any[];
1239
1094
 
1240
1095
  declare class AXMEmploymentTypeDataSeeder implements AXPDataSeeder {
@@ -1245,43 +1100,39 @@ declare class AXMEmploymentTypeDataSeeder implements AXPDataSeeder {
1245
1100
  }
1246
1101
 
1247
1102
  declare const LEAVE_REQUEST_STATUS_DEFINITIONS: readonly [{
1248
- readonly name: _acorex_platform_core.AXPSystemStatusType.Pending;
1103
+ readonly name: _acorex_platform_common.AXPSystemStatusType.Pending;
1249
1104
  readonly title: string;
1250
1105
  readonly icon: "fa-light fa-clock";
1251
1106
  readonly color: "warning";
1252
1107
  readonly description: string;
1253
1108
  readonly order: 1;
1254
- readonly isActive: true;
1255
1109
  readonly isInitial: true;
1256
1110
  readonly isFinal: false;
1257
1111
  }, {
1258
- readonly name: _acorex_platform_core.AXPSystemStatusType.Approved;
1112
+ readonly name: _acorex_platform_common.AXPSystemStatusType.Approved;
1259
1113
  readonly title: string;
1260
1114
  readonly icon: "fa-light fa-check-circle";
1261
1115
  readonly color: "success";
1262
1116
  readonly description: string;
1263
1117
  readonly order: 3;
1264
- readonly isActive: true;
1265
1118
  readonly isInitial: false;
1266
1119
  readonly isFinal: false;
1267
1120
  }, {
1268
- readonly name: _acorex_platform_core.AXPSystemStatusType.Rejected;
1121
+ readonly name: _acorex_platform_common.AXPSystemStatusType.Rejected;
1269
1122
  readonly title: string;
1270
1123
  readonly icon: "fa-light fa-times-circle";
1271
1124
  readonly color: "danger";
1272
1125
  readonly description: string;
1273
1126
  readonly order: 6;
1274
- readonly isActive: true;
1275
1127
  readonly isInitial: false;
1276
1128
  readonly isFinal: true;
1277
1129
  }, {
1278
- readonly name: _acorex_platform_core.AXPSystemStatusType.Cancelled;
1130
+ readonly name: _acorex_platform_common.AXPSystemStatusType.Cancelled;
1279
1131
  readonly title: string;
1280
1132
  readonly icon: "fa-light fa-times-circle";
1281
1133
  readonly color: "neutral";
1282
1134
  readonly description: string;
1283
1135
  readonly order: 6;
1284
- readonly isActive: true;
1285
1136
  readonly isInitial: false;
1286
1137
  readonly isFinal: true;
1287
1138
  }];
@@ -1311,111 +1162,7 @@ declare class AXMLeaveRequestDataSeeder implements AXPDataSeeder {
1311
1162
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMLeaveRequestDataSeeder>;
1312
1163
  }
1313
1164
 
1314
- declare class AXMEmployeeSkillsCategoryProvider implements AXPReportCategoryProvider {
1315
- getList(parentId?: string): Promise<AXPReportCategory[]>;
1316
- getById(id: string): Promise<AXPReportCategory | undefined>;
1317
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmployeeSkillsCategoryProvider, never>;
1318
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmployeeSkillsCategoryProvider>;
1319
- }
1320
- declare class AXMEmployeeSkillsReportDefinitionProvider implements AXPReportDefinitionProvider {
1321
- getList(categoryId: string): Promise<AXPReportDefinition[]>;
1322
- getById(id: string): Promise<AXPReportDefinition | undefined>;
1323
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmployeeSkillsReportDefinitionProvider, never>;
1324
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmployeeSkillsReportDefinitionProvider>;
1325
- }
1326
- declare const AXM_EMPLOYEE_SKILLS_CATEGORY_PROVIDER: {
1327
- provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportCategoryProviderToken[]>;
1328
- useClass: typeof AXMEmployeeSkillsCategoryProvider;
1329
- multi: boolean;
1330
- };
1331
- declare const AXM_EMPLOYEE_SKILLS_DEFINITION_PROVIDER: {
1332
- provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportDefinitionProviderToken[]>;
1333
- useClass: typeof AXMEmployeeSkillsReportDefinitionProvider;
1334
- multi: boolean;
1335
- };
1336
-
1337
- type ListInput = {
1338
- skillId?: string;
1339
- levelId?: string;
1340
- minYears?: number;
1341
- startDate?: Date | string;
1342
- endDate?: Date | string;
1343
- skip?: number;
1344
- take?: number;
1345
- };
1346
- declare class AXQEmployeeSkillsListQuery implements AXPQuery<ListInput, {
1347
- items: any[];
1348
- total: number;
1349
- }> {
1350
- private employeeSkillService;
1351
- private skillLevelService;
1352
- fetch(input: ListInput): Promise<{
1353
- items: any[];
1354
- total: number;
1355
- }>;
1356
- static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsListQuery, never>;
1357
- static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsListQuery>;
1358
- }
1359
- type StatsInput = {
1360
- skillId?: string;
1361
- levelId?: string;
1362
- minYears?: number;
1363
- startDate?: Date | string;
1364
- endDate?: Date | string;
1365
- };
1366
- declare class AXQEmployeeSkillsStatsQuery implements AXPQuery<StatsInput, Record<string, number>> {
1367
- private employeeSkillService;
1368
- fetch(input: StatsInput): Promise<Record<string, number>>;
1369
- static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsStatsQuery, never>;
1370
- static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsStatsQuery>;
1371
- }
1372
- type LevelsInput = {
1373
- skillId?: string;
1374
- levelId?: string;
1375
- minYears?: number;
1376
- startDate?: Date | string;
1377
- endDate?: Date | string;
1378
- };
1379
- declare class AXQEmployeeSkillsLevelsQuery implements AXPQuery<LevelsInput, Record<string, number>> {
1380
- private employeeSkillService;
1381
- private skillLevelService;
1382
- fetch(input: LevelsInput): Promise<Record<string, number>>;
1383
- static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsLevelsQuery, never>;
1384
- static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsLevelsQuery>;
1385
- }
1386
- type TrendInput = {
1387
- startDate?: Date | string;
1388
- endDate?: Date | string;
1389
- skillId?: string;
1390
- levelId?: string;
1391
- };
1392
- declare class AXQEmployeeSkillsTrendQuery implements AXPQuery<TrendInput, {
1393
- month: string;
1394
- value: number;
1395
- }[]> {
1396
- private employeeSkillService;
1397
- fetch(input: TrendInput): Promise<{
1398
- month: string;
1399
- value: number;
1400
- }[]>;
1401
- static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsTrendQuery, never>;
1402
- static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsTrendQuery>;
1403
- }
1404
- declare class AXQEmployeeSkillsSkillPercentagesQuery implements AXPQuery<StatsInput, Record<string, number>> {
1405
- private employeeSkillService;
1406
- fetch(input: StatsInput): Promise<Record<string, number>>;
1407
- static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsSkillPercentagesQuery, never>;
1408
- static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsSkillPercentagesQuery>;
1409
- }
1410
- declare class AXQEmployeeSkillsLevelPercentagesQuery implements AXPQuery<LevelsInput, Record<string, number>> {
1411
- private employeeSkillService;
1412
- private skillLevelService;
1413
- fetch(input: LevelsInput): Promise<Record<string, number>>;
1414
- static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsLevelPercentagesQuery, never>;
1415
- static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsLevelPercentagesQuery>;
1416
- }
1417
-
1418
- interface PartyMockData {
1165
+ interface PersonMockData {
1419
1166
  id: string;
1420
1167
  firstName: string;
1421
1168
  lastName: string;
@@ -1425,14 +1172,7 @@ interface PartyMockData {
1425
1172
  gender: string;
1426
1173
  type: string;
1427
1174
  }
1428
- declare function findPartyById(id: string): PartyMockData | null;
1429
-
1430
- declare class AXMIndustryDataSeeder implements AXPDataSeeder {
1431
- private readonly storageService;
1432
- seed(): Promise<void>;
1433
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMIndustryDataSeeder, never>;
1434
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMIndustryDataSeeder>;
1435
- }
1175
+ declare function findPersonById(id: string): PersonMockData | null;
1436
1176
 
1437
1177
  declare function findContactMethod(referenceId: string, type: string): string | undefined;
1438
1178
 
@@ -1516,6 +1256,12 @@ interface TaskTemplate {
1516
1256
  }
1517
1257
  declare const TASK_TEMPLATES: TaskTemplate[];
1518
1258
 
1259
+ declare class AXCWorkflowManagementMockModule {
1260
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowManagementMockModule, never>;
1261
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCWorkflowManagementMockModule, never, never, never>;
1262
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCWorkflowManagementMockModule>;
1263
+ }
1264
+
1519
1265
  /**
1520
1266
  * Mock workflow definition entities for the entity list.
1521
1267
  */
@@ -1594,13 +1340,6 @@ declare class AXPTaskBoardPlatformManagementTaskProvider extends AXPWorkflowTask
1594
1340
  getStatuses(): Promise<AXPTaskStatus[]>;
1595
1341
  }
1596
1342
 
1597
- declare class AXCAppTermDataSeeder implements AXPDataSeeder {
1598
- private storageService;
1599
- seed(): Promise<void>;
1600
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCAppTermDataSeeder, never>;
1601
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCAppTermDataSeeder>;
1602
- }
1603
-
1604
1343
  declare class AXMAiResponderService {
1605
1344
  private readonly geminiApiKey;
1606
1345
  getAIResponse(prompt: string): Promise<string>;
@@ -1698,6 +1437,16 @@ declare class AXCQueryCategoryMetadataInheritanceQuery implements AXPQuery<Categ
1698
1437
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCQueryCategoryMetadataInheritanceQuery>;
1699
1438
  }
1700
1439
 
1440
+ type MetadataCategoryMockDto = AXPCategoryEntity;
1441
+ declare const metadataCategoryMocks: MetadataCategoryMockDto[];
1442
+
1443
+ declare class AXCMetadataCategorySeeder implements AXPDataSeeder {
1444
+ private readonly storageService;
1445
+ seed(): Promise<void>;
1446
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCMetadataCategorySeeder, never>;
1447
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCMetadataCategorySeeder>;
1448
+ }
1449
+
1701
1450
  interface AXMTag {
1702
1451
  id: string;
1703
1452
  title: string;
@@ -1747,60 +1496,19 @@ declare class AXMReportDefinitionDataSeeder implements AXPDataSeeder {
1747
1496
 
1748
1497
  declare class AXMReportExecuteCommand implements AXPExecutionReportCommand {
1749
1498
  private readonly queryService;
1750
- private readonly mockDataService;
1751
- private readonly reportDataCache;
1752
- private readonly CACHE_TTL_MS;
1753
- private readonly DEFAULT_TOTAL_ITEMS;
1754
1499
  private readonly reportDefinitionService;
1755
- constructor();
1756
1500
  execute(context: AXPLayoutExecutionContext): Promise<AXPExecuteCommandResult<AXPExecutionReportCommandResult>>;
1757
- private generateLayoutData;
1758
- private generateTableData;
1759
- private generateChartData;
1760
- private generateLayoutDataFromQuery;
1761
- private buildQueryInput;
1762
- private assignByPath;
1763
- private normalizeTableQueryResult;
1764
- private normalizeChartQueryResult;
1765
- private generateSystemHealthChartData;
1766
- private readonly reportDefinitionFallback;
1767
- private applyAuditTrailFilters;
1768
- private applyLoginLogsFilters;
1769
- private applyChangePasswordLogsFilters;
1770
- private applyIdentityAuditLogErrorLogsFilters;
1771
- private getCachedOrGenerateReportData;
1772
- private generateCacheKey;
1773
- private generateReportVersion;
1774
- private isCacheValid;
1775
- private clearExpiredCache;
1776
1501
  /**
1777
- * Manually clear all cached report data (useful for debugging or forcing refresh)
1502
+ * Extract filters from AXPFilterClause and convert to query filters
1503
+ * Maps report parameter paths to actual entity field names
1778
1504
  */
1779
- clearCache(): void;
1505
+ private extractFiltersFromParameters;
1506
+ private normalizeTableResult;
1507
+ private normalizeChartResult;
1780
1508
  static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportExecuteCommand, never>;
1781
1509
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportExecuteCommand>;
1782
1510
  }
1783
1511
 
1784
- /**
1785
- * Provides mock data generation for reports, separated from execution concerns.
1786
- */
1787
- declare class AXMReportMockDataService {
1788
- /**
1789
- * Generate mock data based on report title heuristics.
1790
- */
1791
- generateMockDataForReport(reportDefinition: AXPReportDefinition, parameters: Record<string, unknown>, pageSize: number): Record<string, unknown>[];
1792
- private generateAuditTrailData;
1793
- private generateFinancialData;
1794
- private generateIncomeData;
1795
- private generateEmployeeData;
1796
- private generateSalesData;
1797
- private generateSafetyData;
1798
- private generateGenericData;
1799
- private getRandomPastDate;
1800
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportMockDataService, never>;
1801
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportMockDataService>;
1802
- }
1803
-
1804
1512
  declare const calendarMock: ({
1805
1513
  id: string;
1806
1514
  name: string;
@@ -2174,892 +1882,48 @@ declare class AXMMeetingFilesDataSeeder implements AXPDataSeeder {
2174
1882
  declare const participantIds: {
2175
1883
  participant1: string;
2176
1884
  participant2: string;
2177
- participant3: string;
2178
- participant4: string;
2179
- participant5: string;
2180
- participant6: string;
2181
- participant7: string;
2182
- participant8: string;
2183
- participant9: string;
2184
- };
2185
- declare const meetingRoleTypeMock: {
2186
- id: string;
2187
- title: string;
2188
- meetingParticipantId: string;
2189
- }[];
2190
-
2191
- declare class AXMMeetingRoleTypeDataSeeder implements AXPDataSeeder {
2192
- private readonly storageService;
2193
- seed(): Promise<void>;
2194
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingRoleTypeDataSeeder, never>;
2195
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingRoleTypeDataSeeder>;
2196
- }
2197
-
2198
- declare const meetingTypeFileTemplateMock: ({
2199
- id: string;
2200
- title: string;
2201
- templateId: string;
2202
- typeId: string;
2203
- } | {
2204
- id: string;
2205
- title: string;
2206
- templateId: string;
2207
- typeId: {
2208
- id: string;
2209
- title: string;
2210
- };
2211
- })[];
2212
-
2213
- declare class AXMMeetingTypeFileTemplateDataSeeder implements AXPDataSeeder {
2214
- private readonly storageService;
2215
- seed(): Promise<void>;
2216
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingTypeFileTemplateDataSeeder, never>;
2217
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingTypeFileTemplateDataSeeder>;
2218
- }
2219
-
2220
- interface AXMLocationManagementLocationMockModel extends AXMLocationManagementLocationEntityModel {
2221
- country?: {
2222
- id: string;
2223
- title: string;
2224
- };
2225
- state?: {
2226
- id: string;
2227
- title: string;
2228
- };
2229
- city?: {
2230
- id: string;
2231
- title: string;
2232
- };
2233
- district?: {
2234
- id: string;
2235
- title: string;
2236
- };
2237
- locationType?: {
2238
- id: string;
2239
- title: string;
2240
- description?: string;
2241
- icon?: string;
2242
- color?: string;
2243
- };
2244
- }
2245
-
2246
- declare const learningSkillCategoryMock: ({
2247
- id: string;
2248
- title: string;
2249
- description: string;
2250
- parentId: null;
2251
- } | {
2252
- id: string;
2253
- title: string;
2254
- description: string;
2255
- parentId: string;
2256
- })[];
2257
- declare const learningSkillLevelMock: {
2258
- id: string;
2259
- name: string;
2260
- levelNumber: number;
2261
- description: string;
2262
- }[];
2263
- declare const learningSkillMock: {
2264
- id: string;
2265
- title: string;
2266
- description: string;
2267
- code: string;
2268
- categoryIds: string[];
2269
- categories: {
2270
- id: string;
2271
- title: string;
2272
- }[];
2273
- relatedCourseIds: string[];
2274
- }[];
2275
- declare const learningCourseTypeMock: {
2276
- id: string;
2277
- name: string;
2278
- description: string;
2279
- deliveryMode: string;
2280
- }[];
2281
- declare const learningCourseMock: {
2282
- id: string;
2283
- code: string;
2284
- title: string;
2285
- description: string;
2286
- courseTypeId: string;
2287
- courseType: {
2288
- id: string;
2289
- name: string;
2290
- description: string;
2291
- deliveryMode: string;
2292
- };
2293
- durationHours: number;
2294
- relatedSkillIds: string[];
2295
- skills: {
2296
- id: string;
2297
- title: string;
2298
- }[];
2299
- certificateDefinitionIds: string[];
2300
- certificateDefinitions: Array<{
2301
- id: string;
2302
- title: string;
2303
- }>;
2304
- }[];
2305
- declare const learningTrainingTypeMock: {
2306
- id: string;
2307
- name: string;
2308
- description: string;
2309
- }[];
2310
- declare const learningTrainingDefinitionMock: ({
2311
- id: string;
2312
- title: string;
2313
- description: string;
2314
- courseId: string;
2315
- course: {
2316
- id: string;
2317
- title: string;
2318
- };
2319
- trainingTypeId: string;
2320
- trainingType: {
2321
- id: string;
2322
- name: string;
2323
- description: string;
2324
- };
2325
- defaultDurationHours: number;
2326
- defaultCapacity: number;
2327
- defaultLocationId: string;
2328
- defaultLocation: AXMLocationManagementLocationMockModel;
2329
- isActive: boolean;
2330
- } | {
2331
- id: string;
2332
- title: string;
2333
- description: string;
2334
- courseId: string;
2335
- course: {
2336
- id: string;
2337
- title: string;
2338
- };
2339
- trainingTypeId: string;
2340
- trainingType: {
2341
- id: string;
2342
- name: string;
2343
- description: string;
2344
- };
2345
- defaultDurationHours: number;
2346
- defaultCapacity: number;
2347
- defaultLocationId: null;
2348
- defaultLocation: null;
2349
- isActive: boolean;
2350
- })[];
2351
- declare const learningTrainingMock: ({
2352
- id: string;
2353
- trainingDefinitionId: string;
2354
- trainingDefinition: {
2355
- id: string;
2356
- title: string;
2357
- };
2358
- courseId: string;
2359
- course: {
2360
- id: string;
2361
- code: string;
2362
- title: string;
2363
- description: string;
2364
- courseTypeId: string;
2365
- courseType: {
2366
- id: string;
2367
- name: string;
2368
- description: string;
2369
- deliveryMode: string;
2370
- };
2371
- durationHours: number;
2372
- relatedSkillIds: string[];
2373
- skills: {
2374
- id: string;
2375
- title: string;
2376
- }[];
2377
- certificateDefinitionIds: string[];
2378
- certificateDefinitions: Array<{
2379
- id: string;
2380
- title: string;
2381
- }>;
2382
- };
2383
- trainingTypeId: string;
2384
- trainingType: {
2385
- id: string;
2386
- name: string;
2387
- description: string;
2388
- };
2389
- startDate: Date;
2390
- endDate: Date;
2391
- locationId: string;
2392
- location: AXMLocationManagementLocationMockModel;
2393
- instructorId: string;
2394
- instructor: {
2395
- id: string;
2396
- displayName: string;
2397
- } | null;
2398
- capacity: number;
2399
- status: "Open";
2400
- notes: string;
2401
- } | {
2402
- id: string;
2403
- trainingDefinitionId: string;
2404
- trainingDefinition: {
2405
- id: string;
2406
- title: string;
2407
- };
2408
- courseId: string;
2409
- course: {
2410
- id: string;
2411
- code: string;
2412
- title: string;
2413
- description: string;
2414
- courseTypeId: string;
2415
- courseType: {
2416
- id: string;
2417
- name: string;
2418
- description: string;
2419
- deliveryMode: string;
2420
- };
2421
- durationHours: number;
2422
- relatedSkillIds: string[];
2423
- skills: {
2424
- id: string;
2425
- title: string;
2426
- }[];
2427
- certificateDefinitionIds: string[];
2428
- certificateDefinitions: Array<{
2429
- id: string;
2430
- title: string;
2431
- }>;
2432
- };
2433
- trainingTypeId: string;
2434
- trainingType: {
2435
- id: string;
2436
- name: string;
2437
- description: string;
2438
- };
2439
- startDate: Date;
2440
- endDate: Date;
2441
- locationId: null;
2442
- location: null;
2443
- instructorId: string;
2444
- instructor: {
2445
- id: string;
2446
- displayName: string;
2447
- } | null;
2448
- capacity: number;
2449
- status: "Draft";
2450
- notes: string;
2451
- })[];
2452
- declare const learningEnrollmentMock: ({
2453
- id: string;
2454
- employeeId: string;
2455
- employee: {
2456
- id: string;
2457
- displayName: string;
2458
- } | null;
2459
- trainingId: string;
2460
- training: {
2461
- id: string;
2462
- title: string;
2463
- };
2464
- status: "Approved";
2465
- workflowInstanceId: null;
2466
- notes: string;
2467
- } | {
2468
- id: string;
2469
- employeeId: string;
2470
- employee: {
2471
- id: string;
2472
- displayName: string;
2473
- } | null;
2474
- trainingId: string;
2475
- training: {
2476
- id: string;
2477
- title: string;
2478
- };
2479
- status: "Requested";
2480
- workflowInstanceId: null;
2481
- notes: string;
2482
- })[];
2483
- declare const learningAttendanceMock: ({
2484
- id: string;
2485
- enrollmentId: string;
2486
- enrollment: {
2487
- id: string;
2488
- trainingId: string;
2489
- };
2490
- sessionDate: Date;
2491
- status: "Present";
2492
- notes: string;
2493
- } | {
2494
- id: string;
2495
- enrollmentId: string;
2496
- enrollment: {
2497
- id: string;
2498
- trainingId: string;
2499
- };
2500
- sessionDate: Date;
2501
- status: "Late";
2502
- notes: string;
2503
- })[];
2504
- declare const learningEmployeeSkillMock: ({
2505
- id: string;
2506
- employeeId: string;
2507
- employee: {
2508
- id: string;
2509
- displayName: string;
2510
- } | null;
2511
- skillId: string;
2512
- skill: {
2513
- id: string;
2514
- title: string;
2515
- };
2516
- levelId: string;
2517
- level: {
2518
- id: string;
2519
- name: string;
2520
- };
2521
- source: "Training";
2522
- verifiedBy: string;
2523
- verifier: {
2524
- id: string;
2525
- displayName: string;
2526
- } | null;
2527
- verifiedAt: Date;
2528
- notes: string;
2529
- } | {
2530
- id: string;
2531
- employeeId: string;
2532
- employee: {
2533
- id: string;
2534
- displayName: string;
2535
- } | null;
2536
- skillId: string;
2537
- skill: {
2538
- id: string;
2539
- title: string;
2540
- };
2541
- levelId: string;
2542
- level: {
2543
- id: string;
2544
- name: string;
2545
- };
2546
- source: "Assessment";
2547
- verifiedBy: string;
2548
- verifier: {
2549
- id: string;
2550
- displayName: string;
2551
- } | null;
2552
- verifiedAt: Date;
2553
- notes: string;
2554
- })[];
2555
- declare const learningCertificateTypeMock: {
2556
- id: string;
2557
- name: string;
2558
- description: string;
2559
- validityDays: number;
2560
- templateId: null;
2561
- }[];
2562
- declare const learningCertificateDefinitionMock: {
2563
- id: string;
2564
- title: string;
2565
- description: string;
2566
- certificateTypeId: string;
2567
- certificateType: {
2568
- id: string;
2569
- name: string;
2570
- description: string;
2571
- validityDays: number;
2572
- templateId: null;
2573
- };
2574
- courseId: string;
2575
- course: {
2576
- id: string;
2577
- title: string;
2578
- };
2579
- validityDays: number;
2580
- templateId: null;
2581
- isActive: boolean;
2582
- }[];
2583
- declare const learningCertificateMock: {
2584
- id: string;
2585
- certificateDefinitionId: string;
2586
- certificateDefinition: {
2587
- id: string;
2588
- title: string;
2589
- };
2590
- certificateTypeId: string;
2591
- certificateType: {
2592
- id: string;
2593
- name: string;
2594
- description: string;
2595
- validityDays: number;
2596
- templateId: null;
2597
- };
2598
- employeeId: string;
2599
- employee: {
2600
- id: string;
2601
- displayName: string;
2602
- } | null;
2603
- courseId: string;
2604
- course: {
2605
- id: string;
2606
- title: string;
2607
- };
2608
- issueDate: Date;
2609
- expiryDate: Date;
2610
- fileId: null;
2611
- notes: string;
2612
- }[];
2613
- declare const learningLearningPathMock: {
1885
+ participant3: string;
1886
+ participant4: string;
1887
+ participant5: string;
1888
+ participant6: string;
1889
+ participant7: string;
1890
+ participant8: string;
1891
+ participant9: string;
1892
+ };
1893
+ declare const meetingRoleTypeMock: {
2614
1894
  id: string;
2615
- name: string;
2616
- description: string;
2617
- isActive: boolean;
1895
+ title: string;
1896
+ meetingParticipantId: string;
2618
1897
  }[];
2619
- declare const learningLearningPathCourseMock: {
1898
+
1899
+ declare class AXMMeetingRoleTypeDataSeeder implements AXPDataSeeder {
1900
+ private readonly storageService;
1901
+ seed(): Promise<void>;
1902
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingRoleTypeDataSeeder, never>;
1903
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingRoleTypeDataSeeder>;
1904
+ }
1905
+
1906
+ declare const meetingTypeFileTemplateMock: ({
2620
1907
  id: string;
2621
- learningPathId: string;
2622
- courseId: string;
2623
- course: {
2624
- id: string;
2625
- title: string;
2626
- };
2627
- orderIndex: number;
2628
- }[];
2629
- declare const learningMandatoryTrainingRuleMock: {
1908
+ title: string;
1909
+ templateId: string;
1910
+ typeId: string;
1911
+ } | {
2630
1912
  id: string;
2631
- positionId: string;
2632
- position: {
2633
- id: string;
2634
- title: string;
2635
- } | null;
2636
- courseId: string;
2637
- course: {
1913
+ title: string;
1914
+ templateId: string;
1915
+ typeId: {
2638
1916
  id: string;
2639
1917
  title: string;
2640
1918
  };
2641
- frequencyMonths: number;
2642
- notes: string;
2643
- }[];
2644
- declare const learningManagementMockData: {
2645
- categories: ({
2646
- id: string;
2647
- title: string;
2648
- description: string;
2649
- parentId: null;
2650
- } | {
2651
- id: string;
2652
- title: string;
2653
- description: string;
2654
- parentId: string;
2655
- })[];
2656
- skills: {
2657
- id: string;
2658
- title: string;
2659
- description: string;
2660
- code: string;
2661
- categoryIds: string[];
2662
- categories: {
2663
- id: string;
2664
- title: string;
2665
- }[];
2666
- relatedCourseIds: string[];
2667
- }[];
2668
- skillLevels: {
2669
- id: string;
2670
- name: string;
2671
- levelNumber: number;
2672
- description: string;
2673
- }[];
2674
- employeeSkills: ({
2675
- id: string;
2676
- employeeId: string;
2677
- employee: {
2678
- id: string;
2679
- displayName: string;
2680
- } | null;
2681
- skillId: string;
2682
- skill: {
2683
- id: string;
2684
- title: string;
2685
- };
2686
- levelId: string;
2687
- level: {
2688
- id: string;
2689
- name: string;
2690
- };
2691
- source: "Training";
2692
- verifiedBy: string;
2693
- verifier: {
2694
- id: string;
2695
- displayName: string;
2696
- } | null;
2697
- verifiedAt: Date;
2698
- notes: string;
2699
- } | {
2700
- id: string;
2701
- employeeId: string;
2702
- employee: {
2703
- id: string;
2704
- displayName: string;
2705
- } | null;
2706
- skillId: string;
2707
- skill: {
2708
- id: string;
2709
- title: string;
2710
- };
2711
- levelId: string;
2712
- level: {
2713
- id: string;
2714
- name: string;
2715
- };
2716
- source: "Assessment";
2717
- verifiedBy: string;
2718
- verifier: {
2719
- id: string;
2720
- displayName: string;
2721
- } | null;
2722
- verifiedAt: Date;
2723
- notes: string;
2724
- })[];
2725
- courseTypes: {
2726
- id: string;
2727
- name: string;
2728
- description: string;
2729
- deliveryMode: string;
2730
- }[];
2731
- courses: {
2732
- id: string;
2733
- code: string;
2734
- title: string;
2735
- description: string;
2736
- courseTypeId: string;
2737
- courseType: {
2738
- id: string;
2739
- name: string;
2740
- description: string;
2741
- deliveryMode: string;
2742
- };
2743
- durationHours: number;
2744
- relatedSkillIds: string[];
2745
- skills: {
2746
- id: string;
2747
- title: string;
2748
- }[];
2749
- certificateDefinitionIds: string[];
2750
- certificateDefinitions: Array<{
2751
- id: string;
2752
- title: string;
2753
- }>;
2754
- }[];
2755
- trainingTypes: {
2756
- id: string;
2757
- name: string;
2758
- description: string;
2759
- }[];
2760
- trainingDefinitions: ({
2761
- id: string;
2762
- title: string;
2763
- description: string;
2764
- courseId: string;
2765
- course: {
2766
- id: string;
2767
- title: string;
2768
- };
2769
- trainingTypeId: string;
2770
- trainingType: {
2771
- id: string;
2772
- name: string;
2773
- description: string;
2774
- };
2775
- defaultDurationHours: number;
2776
- defaultCapacity: number;
2777
- defaultLocationId: string;
2778
- defaultLocation: AXMLocationManagementLocationMockModel;
2779
- isActive: boolean;
2780
- } | {
2781
- id: string;
2782
- title: string;
2783
- description: string;
2784
- courseId: string;
2785
- course: {
2786
- id: string;
2787
- title: string;
2788
- };
2789
- trainingTypeId: string;
2790
- trainingType: {
2791
- id: string;
2792
- name: string;
2793
- description: string;
2794
- };
2795
- defaultDurationHours: number;
2796
- defaultCapacity: number;
2797
- defaultLocationId: null;
2798
- defaultLocation: null;
2799
- isActive: boolean;
2800
- })[];
2801
- trainings: ({
2802
- id: string;
2803
- trainingDefinitionId: string;
2804
- trainingDefinition: {
2805
- id: string;
2806
- title: string;
2807
- };
2808
- courseId: string;
2809
- course: {
2810
- id: string;
2811
- code: string;
2812
- title: string;
2813
- description: string;
2814
- courseTypeId: string;
2815
- courseType: {
2816
- id: string;
2817
- name: string;
2818
- description: string;
2819
- deliveryMode: string;
2820
- };
2821
- durationHours: number;
2822
- relatedSkillIds: string[];
2823
- skills: {
2824
- id: string;
2825
- title: string;
2826
- }[];
2827
- certificateDefinitionIds: string[];
2828
- certificateDefinitions: Array<{
2829
- id: string;
2830
- title: string;
2831
- }>;
2832
- };
2833
- trainingTypeId: string;
2834
- trainingType: {
2835
- id: string;
2836
- name: string;
2837
- description: string;
2838
- };
2839
- startDate: Date;
2840
- endDate: Date;
2841
- locationId: string;
2842
- location: AXMLocationManagementLocationMockModel;
2843
- instructorId: string;
2844
- instructor: {
2845
- id: string;
2846
- displayName: string;
2847
- } | null;
2848
- capacity: number;
2849
- status: "Open";
2850
- notes: string;
2851
- } | {
2852
- id: string;
2853
- trainingDefinitionId: string;
2854
- trainingDefinition: {
2855
- id: string;
2856
- title: string;
2857
- };
2858
- courseId: string;
2859
- course: {
2860
- id: string;
2861
- code: string;
2862
- title: string;
2863
- description: string;
2864
- courseTypeId: string;
2865
- courseType: {
2866
- id: string;
2867
- name: string;
2868
- description: string;
2869
- deliveryMode: string;
2870
- };
2871
- durationHours: number;
2872
- relatedSkillIds: string[];
2873
- skills: {
2874
- id: string;
2875
- title: string;
2876
- }[];
2877
- certificateDefinitionIds: string[];
2878
- certificateDefinitions: Array<{
2879
- id: string;
2880
- title: string;
2881
- }>;
2882
- };
2883
- trainingTypeId: string;
2884
- trainingType: {
2885
- id: string;
2886
- name: string;
2887
- description: string;
2888
- };
2889
- startDate: Date;
2890
- endDate: Date;
2891
- locationId: null;
2892
- location: null;
2893
- instructorId: string;
2894
- instructor: {
2895
- id: string;
2896
- displayName: string;
2897
- } | null;
2898
- capacity: number;
2899
- status: "Draft";
2900
- notes: string;
2901
- })[];
2902
- enrollments: ({
2903
- id: string;
2904
- employeeId: string;
2905
- employee: {
2906
- id: string;
2907
- displayName: string;
2908
- } | null;
2909
- trainingId: string;
2910
- training: {
2911
- id: string;
2912
- title: string;
2913
- };
2914
- status: "Approved";
2915
- workflowInstanceId: null;
2916
- notes: string;
2917
- } | {
2918
- id: string;
2919
- employeeId: string;
2920
- employee: {
2921
- id: string;
2922
- displayName: string;
2923
- } | null;
2924
- trainingId: string;
2925
- training: {
2926
- id: string;
2927
- title: string;
2928
- };
2929
- status: "Requested";
2930
- workflowInstanceId: null;
2931
- notes: string;
2932
- })[];
2933
- attendance: ({
2934
- id: string;
2935
- enrollmentId: string;
2936
- enrollment: {
2937
- id: string;
2938
- trainingId: string;
2939
- };
2940
- sessionDate: Date;
2941
- status: "Present";
2942
- notes: string;
2943
- } | {
2944
- id: string;
2945
- enrollmentId: string;
2946
- enrollment: {
2947
- id: string;
2948
- trainingId: string;
2949
- };
2950
- sessionDate: Date;
2951
- status: "Late";
2952
- notes: string;
2953
- })[];
2954
- certificateTypes: {
2955
- id: string;
2956
- name: string;
2957
- description: string;
2958
- validityDays: number;
2959
- templateId: null;
2960
- }[];
2961
- certificateDefinitions: {
2962
- id: string;
2963
- title: string;
2964
- description: string;
2965
- certificateTypeId: string;
2966
- certificateType: {
2967
- id: string;
2968
- name: string;
2969
- description: string;
2970
- validityDays: number;
2971
- templateId: null;
2972
- };
2973
- courseId: string;
2974
- course: {
2975
- id: string;
2976
- title: string;
2977
- };
2978
- validityDays: number;
2979
- templateId: null;
2980
- isActive: boolean;
2981
- }[];
2982
- certificates: {
2983
- id: string;
2984
- certificateDefinitionId: string;
2985
- certificateDefinition: {
2986
- id: string;
2987
- title: string;
2988
- };
2989
- certificateTypeId: string;
2990
- certificateType: {
2991
- id: string;
2992
- name: string;
2993
- description: string;
2994
- validityDays: number;
2995
- templateId: null;
2996
- };
2997
- employeeId: string;
2998
- employee: {
2999
- id: string;
3000
- displayName: string;
3001
- } | null;
3002
- courseId: string;
3003
- course: {
3004
- id: string;
3005
- title: string;
3006
- };
3007
- issueDate: Date;
3008
- expiryDate: Date;
3009
- fileId: null;
3010
- notes: string;
3011
- }[];
3012
- learningPaths: {
3013
- id: string;
3014
- name: string;
3015
- description: string;
3016
- isActive: boolean;
3017
- }[];
3018
- learningPathCourses: {
3019
- id: string;
3020
- learningPathId: string;
3021
- courseId: string;
3022
- course: {
3023
- id: string;
3024
- title: string;
3025
- };
3026
- orderIndex: number;
3027
- }[];
3028
- mandatoryTrainingRules: {
3029
- id: string;
3030
- positionId: string;
3031
- position: {
3032
- id: string;
3033
- title: string;
3034
- } | null;
3035
- courseId: string;
3036
- course: {
3037
- id: string;
3038
- title: string;
3039
- };
3040
- frequencyMonths: number;
3041
- notes: string;
3042
- }[];
3043
- };
3044
- declare const learningManagementEntityKeys: {
3045
- skillCategory: string;
3046
- skill: string;
3047
- skillLevel: string;
3048
- employeeSkill: string;
3049
- courseType: string;
3050
- course: string;
3051
- trainingType: string;
3052
- trainingDefinition: string;
3053
- training: string;
3054
- enrollment: string;
3055
- attendance: string;
3056
- certificateType: string;
3057
- certificateDefinition: string;
3058
- certificate: string;
3059
- learningPath: string;
3060
- learningPathCourse: string;
3061
- mandatoryTrainingRule: string;
3062
- };
1919
+ })[];
1920
+
1921
+ declare class AXMMeetingTypeFileTemplateDataSeeder implements AXPDataSeeder {
1922
+ private readonly storageService;
1923
+ seed(): Promise<void>;
1924
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingTypeFileTemplateDataSeeder, never>;
1925
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingTypeFileTemplateDataSeeder>;
1926
+ }
3063
1927
 
3064
1928
  declare class AXCLockService implements AXPLockService {
3065
1929
  private className;
@@ -3620,38 +2484,6 @@ declare const multipleChoiceInterface: AXPWidgetNode;
3620
2484
  declare const multipleSelectInterface: AXPWidgetNode;
3621
2485
  declare const longTextAnswerInterface: AXPWidgetNode;
3622
2486
 
3623
- declare class AXCSystemInsightReportCategoryProvider implements AXPReportCategoryProvider {
3624
- getList(parentId?: string): Promise<AXPReportCategory[]>;
3625
- getById(id: string): Promise<AXPReportCategory | undefined>;
3626
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCSystemInsightReportCategoryProvider, never>;
3627
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCSystemInsightReportCategoryProvider>;
3628
- }
3629
- declare class AXCSystemInsightReportDefinitionProvider implements AXPReportDefinitionProvider {
3630
- getList(categoryId: string): Promise<AXPReportDefinition[]>;
3631
- getById(id: string): Promise<AXPReportDefinition | undefined>;
3632
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCSystemInsightReportDefinitionProvider, never>;
3633
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCSystemInsightReportDefinitionProvider>;
3634
- }
3635
- declare const AXC_SYSTEM_INSIGHT_REPORT_CATEGORY_PROVIDER: {
3636
- provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportCategoryProviderToken[]>;
3637
- useClass: typeof AXCSystemInsightReportCategoryProvider;
3638
- multi: boolean;
3639
- };
3640
- declare const AXC_SYSTEM_INSIGHT_REPORT_DEFINITION_PROVIDER: {
3641
- provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportDefinitionProviderToken[]>;
3642
- useClass: typeof AXCSystemInsightReportDefinitionProvider;
3643
- multi: boolean;
3644
- };
3645
-
3646
- declare const auditLogMock: AXMSystemInsightAuditLogEntityModel[];
3647
-
3648
- declare class AXMSystemInsightAuditLogDataSeeder implements AXPDataSeeder {
3649
- private storageService;
3650
- seed(): Promise<void>;
3651
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMSystemInsightAuditLogDataSeeder, never>;
3652
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMSystemInsightAuditLogDataSeeder>;
3653
- }
3654
-
3655
2487
  interface AXPRuleRow extends AXPIdentifierRule {
3656
2488
  }
3657
2489
  interface AXPSeqRow {
@@ -3731,6 +2563,17 @@ declare class AXPMockIdentifierService extends AXPIdentifierService {
3731
2563
  static ɵprov: i0.ɵɵInjectableDeclaration<AXPMockIdentifierService>;
3732
2564
  }
3733
2565
 
2566
+ /**
2567
+ * Middleware that automatically tracks audit information for entity operations.
2568
+ *
2569
+ * Tracks:
2570
+ * - CREATE: Sets created and updated timestamps with user info, initializes stateInfo and ownershipInfo
2571
+ * - UPDATE: Updates the updated timestamp with current user info
2572
+ * - DELETE: Records deleted timestamp with user info (useful for soft delete or history tracking)
2573
+ *
2574
+ * The audit info follows the AXPAuditInfo interface with created, updated, and deleted events.
2575
+ * Ownership info includes tenantId and applicationId from the current session.
2576
+ */
3734
2577
  declare const auditLoggerMiddleware: AXPEntityStorageMiddleware;
3735
2578
 
3736
2579
  declare const childCountMiddleware: AXPEntityStorageMiddleware;
@@ -3760,29 +2603,25 @@ declare const identifierCommitMiddleware: AXPEntityStorageMiddleware;
3760
2603
  /**
3761
2604
  * Lookup Resolver Middleware
3762
2605
  *
3763
- * This middleware resolves lookup field IDs to full objects based on entity property definitions or naming conventions.
2606
+ * Resolves lookup field IDs to full objects based on entity property definitions or naming conventions.
3764
2607
  *
3765
2608
  * Behavior:
3766
2609
  * - Runs on 'create' and 'update' operations
3767
- * - Finds fields ending with 'Id' or 'Ids' (case sensitive)
2610
+ * - Finds fields ending with 'Id'/'Ids' (case-insensitive)
3768
2611
  * - Resolves IDs to full objects from corresponding entity
3769
- * - Replaces ID values with constructed objects
2612
+ * - Skips fields that are already resolved or have explicit entity config failures
3770
2613
  *
3771
2614
  * Resolution Strategy (in order):
3772
- * 1. Check entity property definition for LookupBox with entity option
3773
- * 2. If property contains dot (X.assignId -> X.assign)
3774
- * 3. Use current module name (ModuleName.assign)
3775
- * 4. Try name variants with common modules
2615
+ * 1. Check entity property definition for LookupBox with entity option (preferred)
2616
+ * 2. Use naming conventions: dotted path (X.assignId -> X.assign) or module fallback (ModuleName.entityName)
3776
2617
  *
3777
2618
  * Naming Convention:
3778
2619
  * - testId -> creates 'test' object with full record
3779
2620
  * - testIds -> creates 'testList' array with full records
3780
- * - documentId -> creates 'document' object with full record
3781
- * - categoryIds -> creates 'categoryList' array with full records
3782
2621
  *
3783
2622
  * Example:
3784
- * Input: { stageId: "123" } with lookup to CustomerManagement.opportunityStage
3785
- * Result: { stage: { id: "123", title: "Stage Title", ... } }
2623
+ * Input: { brandId: "123" } with lookup to product-catalog.brand
2624
+ * Result: { brand: { id: "123", title: "Brand Name", ... } }
3786
2625
  */
3787
2626
  declare const lookupResolverMiddleware: AXPEntityStorageMiddleware;
3788
2627
 
@@ -3825,7 +2664,112 @@ declare const signatureLoaderMiddleware: AXPEntityStorageMiddleware;
3825
2664
  */
3826
2665
  declare const lockGuardMiddleware: AXPEntityStorageMiddleware;
3827
2666
 
2667
+ /**
2668
+ * Group Order Item Calculator Middleware
2669
+ *
2670
+ * Calculates quantityInOrder and quantityAvailable for group order items.
2671
+ * Also calculates total based on price, quantityInOrder, and GST (1.15).
2672
+ *
2673
+ * quantityInOrder = sum of all member order line quantities for this item
2674
+ * quantityAvailable = size - quantityInOrder
2675
+ * total = price * quantityInOrder * 1.15 (GST)
2676
+ *
2677
+ * Runs on:
2678
+ * - GroupOrderItem create/update: Calculate for the item itself
2679
+ * - MemberOrderLine create/update/delete: Recalculate the related group order item
2680
+ */
2681
+ declare const groupOrderItemCalculatorMiddleware: AXPEntityStorageMiddleware;
2682
+
2683
+ /**
2684
+ * Key used in request params to bypass visibility filtering (isHidden flag).
2685
+ * Similar to ABP Framework's filter disabling mechanism.
2686
+ *
2687
+ * Usage:
2688
+ * ```typescript
2689
+ * await storageService.query(entityName, {
2690
+ * ...request,
2691
+ * params: { [VISIBILITY_FILTER_BYPASS]: 'true' }
2692
+ * });
2693
+ * ```
2694
+ */
2695
+ declare const VISIBILITY_FILTER_BYPASS = "__bypassVisibilityFilter";
2696
+ /**
2697
+ * Key used in request params to bypass ownership filtering (tenantId/applicationId).
2698
+ * Similar to ABP Framework's filter disabling mechanism.
2699
+ *
2700
+ * Usage:
2701
+ * ```typescript
2702
+ * await storageService.query(entityName, {
2703
+ * ...request,
2704
+ * params: { [OWNERSHIP_FILTER_BYPASS]: 'true' }
2705
+ * });
2706
+ * ```
2707
+ */
2708
+ declare const OWNERSHIP_FILTER_BYPASS = "__bypassOwnershipFilter";
2709
+ /**
2710
+ * Middleware that automatically filters out records with `isSystem` or `isHidden` flags
2711
+ * from query and getAll operations.
2712
+ *
2713
+ * This ensures that:
2714
+ * - System records (isSystem: true) are hidden from regular users
2715
+ * - Hidden records (isHidden: true) are not visible in lists
2716
+ * - Records are filtered by current tenant and application context
2717
+ * - Single record lookups (getOne) still work for direct access
2718
+ * - Filtering can be bypassed using VISIBILITY_FILTER_BYPASS or OWNERSHIP_FILTER_BYPASS in request params
2719
+ *
2720
+ * Bypass options:
2721
+ * - VISIBILITY_FILTER_BYPASS: Bypasses isHidden filtering only
2722
+ * - OWNERSHIP_FILTER_BYPASS: Bypasses tenantId/applicationId filtering only
2723
+ * - Both: Bypasses all filtering
2724
+ *
2725
+ * Note: This is applied AFTER the data is fetched from storage.
2726
+ */
2727
+ declare const visibilityFilterMiddleware: AXPEntityStorageMiddleware;
2728
+
2729
+ /**
2730
+ * Helper function to create a query request that bypasses visibility filtering (isHidden flag).
2731
+ * Similar to ABP Framework's filter disabling pattern.
2732
+ *
2733
+ * @example
2734
+ * ```typescript
2735
+ * // Bypass visibility filter for authentication
2736
+ * const users = await storageService.query(
2737
+ * entityName,
2738
+ * bypassVisibilityFilter({ skip: 0, take: 1000 })
2739
+ * );
2740
+ * ```
2741
+ */
2742
+ declare function bypassVisibilityFilter<T extends AXPQueryRequest>(request: T): T;
2743
+ /**
2744
+ * Helper function to create a query request that bypasses ownership filtering (tenantId/applicationId).
2745
+ * Similar to ABP Framework's filter disabling pattern.
2746
+ *
2747
+ * @example
2748
+ * ```typescript
2749
+ * // Bypass ownership filter to query across tenants/applications
2750
+ * const records = await storageService.query(
2751
+ * entityName,
2752
+ * bypassOwnershipFilter({ skip: 0, take: 1000 })
2753
+ * );
2754
+ * ```
2755
+ */
2756
+ declare function bypassOwnershipFilter<T extends AXPQueryRequest>(request: T): T;
2757
+ /**
2758
+ * Helper function to create a query request that bypasses both visibility and ownership filtering.
2759
+ * Similar to ABP Framework's filter disabling pattern.
2760
+ *
2761
+ * @example
2762
+ * ```typescript
2763
+ * // Bypass all filters for system operations
2764
+ * const records = await storageService.query(
2765
+ * entityName,
2766
+ * bypassAllFilters({ skip: 0, take: 1000 })
2767
+ * );
2768
+ * ```
2769
+ */
2770
+ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
2771
+
3828
2772
  declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
3829
2773
 
3830
- export { APPLICATIONS, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFeatureDataSeeder, AXCFileStorageService, AXCFinancialCoreMockModule, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCImageCaptchaChallengeProviderMock, AXCJsaSeeder, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockCaptchaChallengeComponent, AXCMockEntityLogListener, AXCMockModule, AXCModuleDataSeeder, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPartyManagementMockModule, AXCPlatformManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCSystemInsightMockModule, AXCSystemInsightReportCategoryProvider, AXCSystemInsightReportDefinitionProvider, AXCTaskManagementMockModule, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowDefinitionDataSeeder, AXCWorkflowExecutionDB, AXCWorkflowExecutionService, AXCWorkflowManagementMockModule, AXC_SYSTEM_INSIGHT_REPORT_CATEGORY_PROVIDER, AXC_SYSTEM_INSIGHT_REPORT_DEFINITION_PROVIDER, AXMAiResponderService, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMCollaboratorDataSeeder, AXMEmployeeDataSeeder, AXMEmployeeSkillDataSeeder, AXMEmployeeSkillsCategoryProvider, AXMEmployeeSkillsReportDefinitionProvider, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMIndustryDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMPublicationDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMReportMockDataService, AXMResponseEntryDataSeeder, AXMResponseSessionDataSeeder, AXMResponsibilityDataSeeder, AXMRoleDataSeeder, AXMSkillDataSeeder, AXMSkillLevelDataSeeder, AXMSystemInsightAuditLogDataSeeder, AXMTagDataSeeder, AXMTeamDataSeeder, AXM_EMPLOYEE_SKILLS_CATEGORY_PROVIDER, AXM_EMPLOYEE_SKILLS_DEFINITION_PROVIDER, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXQEmployeeSkillsLevelPercentagesQuery, AXQEmployeeSkillsLevelsQuery, AXQEmployeeSkillsListQuery, AXQEmployeeSkillsSkillPercentagesQuery, AXQEmployeeSkillsStatsQuery, AXQEmployeeSkillsTrendQuery, AXVChangeType, BUSINESS_UNITS_MOCK, CheckPermissionActivity, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYEE_SKILLS_MOCK, EMPLOYMENT_TYPES_MOCK, ExecuteCommandActivity, ExecuteQueryActivity, FEATURES, GLOBAL_VARIABLES, LEAVE_REQUESTS_MOCK, MODULES, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, ROLES_CATEGORY_MOCK, ROLES_MOCK, SKILLS_CATEGORY_MOCK, SKILLS_MOCK, SKILL_LEVELS_MOCK, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, applications, auditLogMock, auditLoggerMiddleware, avatarInterface, axVersionDB, axWorkflowExecutionDB, calendarEventMock, calendarEventTypeMockData, calendarMock, checkboxInterface, childCountMiddleware, collaboratorMock, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, dateInterface, dateTimeInterface, descriptionInterface, emailInterface, fileUploaderInterface, findContactMethod, findEmployeeById, findPartyById, generateUserDashboard, historyLoggerMiddleware, identifierCommitMiddleware, imageInterface, learningAttendanceMock, learningCertificateDefinitionMock, learningCertificateMock, learningCertificateTypeMock, learningCourseMock, learningCourseTypeMock, learningEmployeeSkillMock, learningEnrollmentMock, learningLearningPathCourseMock, learningLearningPathMock, learningManagementEntityKeys, learningManagementMockData, learningMandatoryTrainingRuleMock, learningSkillCategoryMock, learningSkillLevelMock, learningSkillMock, learningTrainingDefinitionMock, learningTrainingMock, learningTrainingTypeMock, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, participantIds, passwordInterface, phoneInterface, primaryMiddleware, provideWorkflowActivities, publicationMock, qrcodeInterface, questionBankItemMock, questionnaireMock, ratingInterface, responseEntryMock, responseSessionMock, richTextInterface, scaleInterface, selectInterface, selectionListInterface, signatureInterface, signatureLoaderMiddleware, tagInterface, tenantsMock, textAreaInterface, textInterface, timeDurationInterface, titleInterface, toUiRows, toggleInterface, urlInterface, versionInterface, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock, yesNoInterface };
3831
- export type { AXCBusinessUnitMockDto, AXCEmployeeSkillMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCSkillLevelMockDto, AXCTeamMockDto, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, CategoryMetadataInheritanceGroupResult, CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult, CheckPermissionInput, CheckPermissionOutput, ExecuteCommandInput, ExecuteCommandOutput, ExecuteQueryInput, ExecuteQueryOutput, MockUserPassCredentials, PartyMockData, PositionMockDto, QuestionBankItemMockDto, QuestionnaireMockDto, ResponsibilityMockDto, RoleMockDto, SkillMockDto, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo };
2774
+ export { APPLICATIONS, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFileStorageService, AXCFinancialCoreMockModule, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetadataCategorySeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonManagementMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowDefinitionDataSeeder, AXCWorkflowExecutionDB, AXCWorkflowExecutionService, AXCWorkflowManagementMockModule, AXMAiResponderService, AXMAssessmentCaseDataSeeder, AXMAssessmentSessionDataSeeder, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMEmployeeDataSeeder, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMJobDefinitionDataSeeder, AXMJobLevelDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMResponsibilityDataSeeder, AXMTagDataSeeder, AXMTeamDataSeeder, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXVChangeType, BUSINESS_UNITS_MOCK, COSTMANAGER_ENTERPRISE, COSTMANAGER_PROFESSIONAL, COSTMANAGER_STANDARD, CRM_ENTERPRISE, CheckPermissionActivity, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYMENT_TYPES_MOCK, ExecuteCommandActivity, ExecuteQueryActivity, FINANCE_BASIC, FINANCE_ENTERPRISE, FINANCE_PRO, HR_ENTERPRISE, JOB_DEFINITIONS_CATEGORY_MOCK, JOB_DEFINITIONS_MOCK, JOB_LEVELS_MOCK, LASER_PLUMBING_TENANT_ID, LEAVE_REQUESTS_MOCK, MockModuleAccessControlService, ORDERING_BASIC, ORDERING_ENTERPRISE, ORDERING_STANDARD, OWNERSHIP_FILTER_BYPASS, PLATFORM_CONSOLE, PLATFORM_TENANT_ID, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, SAFETYMINDER_BASIC, SAFETYMINDER_ENTERPRISE, SAFETYMINDER_PROFESSIONAL, SHOP_BASIC, SHOP_ENTERPRISE, SHOP_PRO, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TIMEPLICITY_TENANT_ID, TOKENS, VISIBILITY_FILTER_BYPASS, assessmentCaseMock, assessmentSessionMock, auditLoggerMiddleware, avatarInterface, axVersionDB, axWorkflowExecutionDB, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, checkboxInterface, childCountMiddleware, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, dateInterface, dateTimeInterface, descriptionInterface, emailInterface, fileUploaderInterface, findContactMethod, findEmployeeById, findPersonById, generateUserDashboard, groupOrderItemCalculatorMiddleware, historyLoggerMiddleware, identifierCommitMiddleware, imageInterface, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, metadataCategoryMocks, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, participantIds, passwordInterface, phoneInterface, primaryMiddleware, provideWorkflowActivities, qrcodeInterface, questionBankItemMock, questionnaireMock, ratingInterface, richTextInterface, scaleInterface, selectInterface, selectionListInterface, signatureInterface, signatureLoaderMiddleware, tagInterface, tenantMocks, textAreaInterface, textInterface, timeDurationInterface, titleInterface, toUiRows, toggleInterface, urlInterface, versionInterface, visibilityFilterMiddleware, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock, yesNoInterface };
2775
+ export type { AXCBusinessUnitMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCTeamMockDto, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, CategoryMetadataInheritanceGroupResult, CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult, CheckPermissionInput, CheckPermissionOutput, ExecuteCommandInput, ExecuteCommandOutput, ExecuteQueryInput, ExecuteQueryOutput, JobDefinitionMockDto, JobLevelMockDto, MockUserPassCredentials, PersonMockData, PositionMockDto, QuestionBankItemMockDto, QuestionnaireMockDto, ResponsibilityMockDto, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo };