@acorex/connectivity 21.0.0-next.1 → 21.0.0-next.2
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/api/index.d.ts +6 -5
- package/fesm2022/{acorex-connectivity-api-execute.command-SGNBLcOi.mjs → acorex-connectivity-api-execute.command-CQt_HF1B.mjs} +2 -2
- package/fesm2022/acorex-connectivity-api-execute.command-CQt_HF1B.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-api.mjs +23 -29
- package/fesm2022/acorex-connectivity-api.mjs.map +1 -1
- package/fesm2022/acorex-connectivity-mock.mjs +44019 -46225
- package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
- package/mock/index.d.ts +1601 -545
- package/package.json +6 -6
- package/fesm2022/acorex-connectivity-api-execute.command-SGNBLcOi.mjs.map +0 -1
package/mock/index.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import
|
|
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';
|
|
2
3
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { Injector } from '@angular/core';
|
|
4
|
+
import { Injector, Type } from '@angular/core';
|
|
4
5
|
import * as _acorex_platform_auth from '@acorex/platform/auth';
|
|
5
|
-
import { AXPBaseCredentials, AXPAuthStrategy, AXPSignInResult, AXPSessionContext } from '@acorex/platform/auth';
|
|
6
|
+
import { AXPBaseCredentials, AXPAuthStrategy, AXPSignInResult, AXPSessionContext, AXPLoginChallengeProvider, AXPChallengeCheckResult, AXPLoginChallengeData, AXPLoginChallengeComponentBase, AXPTenant, AXPApplication } from '@acorex/platform/auth';
|
|
6
7
|
import * as i1 from '@acorex/platform/runtime';
|
|
7
8
|
import { AXPQuery, AXPCommand } from '@acorex/platform/runtime';
|
|
8
9
|
import { Router } from '@angular/router';
|
|
9
10
|
import { AXMAuthConfigs } from '@acorex/modules/auth';
|
|
10
11
|
import { AXPEntityStorageService, AXPDataSeeder, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
|
|
11
12
|
import Dexie, { Table } from 'dexie';
|
|
12
|
-
import { AXMApplicationManagementApplicationEntityModel, AXMApplicationManagementEditionEntityModel } from '@acorex/modules/application-management';
|
|
13
|
-
import
|
|
14
|
-
import {
|
|
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';
|
|
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';
|
|
18
16
|
import { AXMWorkflowManagementWorkflowDefinitionEntityModel } from '@acorex/modules/workflow-management';
|
|
19
17
|
import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
|
|
20
18
|
import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
|
|
21
|
-
import { AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
|
|
22
19
|
import * as _acorex_modules_calendar_management from '@acorex/modules/calendar-management';
|
|
23
20
|
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';
|
|
24
23
|
import { AXPWorkflowInstance, AXPWorkflowExecutionService, AXPStartWorkflowExecutionRequest, AXPStartWorkflowExecutionResponse, AXPResumeWorkflowExecutionRequest, AXPResumeWorkflowExecutionResponse, AXPGetWorkflowExecutionStateRequest, AXPWorkflowExecutionState, AXPGetWorkflowDefinitionRequest, AXPGetWorkflowDefinitionResponse, AXPWorkflowDefinition } from '@acorex/platform/workflow';
|
|
25
24
|
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,30 +55,6 @@ 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
|
-
|
|
82
58
|
declare class AXCContactManagementMockModule {
|
|
83
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCContactManagementMockModule, never>;
|
|
84
60
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCContactManagementMockModule, never, never, never>;
|
|
@@ -145,12 +121,6 @@ declare class AXCApplicationManagementMockModule {
|
|
|
145
121
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCApplicationManagementMockModule>;
|
|
146
122
|
}
|
|
147
123
|
|
|
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
|
-
|
|
154
124
|
declare class AXCLearningManagementMockModule {
|
|
155
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCLearningManagementMockModule, never>;
|
|
156
126
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLearningManagementMockModule, never, never, never>;
|
|
@@ -181,6 +151,12 @@ declare class AXCHelpDeskMockModule {
|
|
|
181
151
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCHelpDeskMockModule>;
|
|
182
152
|
}
|
|
183
153
|
|
|
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
|
+
|
|
184
160
|
declare class AXCCalendarManagementMockModule {
|
|
185
161
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCalendarManagementMockModule, never>;
|
|
186
162
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCalendarManagementMockModule, never, never, never>;
|
|
@@ -193,6 +169,12 @@ declare class AXCDataManagementMockModule {
|
|
|
193
169
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCDataManagementMockModule>;
|
|
194
170
|
}
|
|
195
171
|
|
|
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
|
+
|
|
196
178
|
declare class AXCNotificationManagementMockModule {
|
|
197
179
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCNotificationManagementMockModule, never>;
|
|
198
180
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCNotificationManagementMockModule, never, never, never>;
|
|
@@ -205,10 +187,10 @@ declare class AXCTaskManagementMockModule {
|
|
|
205
187
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCTaskManagementMockModule>;
|
|
206
188
|
}
|
|
207
189
|
|
|
208
|
-
declare class
|
|
209
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
210
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
211
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
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>;
|
|
212
194
|
}
|
|
213
195
|
|
|
214
196
|
declare class AXCContentManagementMockModule {
|
|
@@ -262,7 +244,7 @@ declare class AXCMiddlewaresModule {
|
|
|
262
244
|
declare class AXCMockModule {
|
|
263
245
|
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
|
264
246
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
|
|
265
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCCustomerManagementMockModule, typeof
|
|
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>;
|
|
266
248
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
|
|
267
249
|
}
|
|
268
250
|
|
|
@@ -310,6 +292,99 @@ declare class AXCGoogleStrategyMock extends AXPAuthStrategy {
|
|
|
310
292
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCGoogleStrategyMock>;
|
|
311
293
|
}
|
|
312
294
|
|
|
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
|
+
|
|
313
388
|
declare class AXCDexieEntityStorageService extends Dexie implements AXPEntityStorageService<string, any> {
|
|
314
389
|
private sessionService;
|
|
315
390
|
constructor();
|
|
@@ -365,17 +440,6 @@ declare class AXCDexieEntityStorageService extends Dexie implements AXPEntitySto
|
|
|
365
440
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCDexieEntityStorageService>;
|
|
366
441
|
}
|
|
367
442
|
|
|
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(moduleName: string, context: AXPModuleAccessContext): boolean;
|
|
375
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockModuleAccessControlService, never>;
|
|
376
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MockModuleAccessControlService>;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
443
|
declare const APPLICATIONS: AXMApplicationManagementApplicationEntityModel[];
|
|
380
444
|
|
|
381
445
|
declare class AXCApplicationDataSeeder implements AXPDataSeeder {
|
|
@@ -386,24 +450,6 @@ declare class AXCApplicationDataSeeder implements AXPDataSeeder {
|
|
|
386
450
|
}
|
|
387
451
|
|
|
388
452
|
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;
|
|
407
453
|
|
|
408
454
|
declare class AXCEditionDataSeeder implements AXPDataSeeder {
|
|
409
455
|
private readonly storageService;
|
|
@@ -412,19 +458,22 @@ declare class AXCEditionDataSeeder implements AXPDataSeeder {
|
|
|
412
458
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCEditionDataSeeder>;
|
|
413
459
|
}
|
|
414
460
|
|
|
415
|
-
declare
|
|
416
|
-
|
|
417
|
-
|
|
461
|
+
declare const FEATURES: AXMApplicationManagementFeatureEntityModel[];
|
|
462
|
+
|
|
463
|
+
declare class AXCFeatureDataSeeder implements AXPDataSeeder {
|
|
464
|
+
private readonly storageService;
|
|
418
465
|
seed(): Promise<void>;
|
|
419
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
420
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
466
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCFeatureDataSeeder, never>;
|
|
467
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCFeatureDataSeeder>;
|
|
421
468
|
}
|
|
422
469
|
|
|
423
|
-
declare
|
|
424
|
-
|
|
470
|
+
declare const MODULES: AXMApplicationManagementModuleEntityModel[];
|
|
471
|
+
|
|
472
|
+
declare class AXCModuleDataSeeder implements AXPDataSeeder {
|
|
473
|
+
private readonly storageService;
|
|
425
474
|
seed(): Promise<void>;
|
|
426
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
427
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
475
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCModuleDataSeeder, never>;
|
|
476
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCModuleDataSeeder>;
|
|
428
477
|
}
|
|
429
478
|
|
|
430
479
|
interface QuestionBankItemMockDto extends AXPCategorizedEntityDto {
|
|
@@ -454,35 +503,8 @@ interface QuestionnaireMockDto extends AXPCategorizedEntityDto {
|
|
|
454
503
|
title: string;
|
|
455
504
|
description?: string;
|
|
456
505
|
type: 'questionnaire' | 'survey' | 'checklist' | 'test' | 'evaluation';
|
|
457
|
-
|
|
458
|
-
|
|
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
|
-
};
|
|
506
|
+
sections: any[];
|
|
507
|
+
items: any[];
|
|
486
508
|
scoringType: 'none' | 'cumulative' | 'weighted' | 'formula';
|
|
487
509
|
passingScore?: number;
|
|
488
510
|
scoringFormula?: string;
|
|
@@ -493,6 +515,7 @@ interface QuestionnaireMockDto extends AXPCategorizedEntityDto {
|
|
|
493
515
|
allowBackNavigation: boolean;
|
|
494
516
|
randomizeQuestions: boolean;
|
|
495
517
|
requireAllAnswers: boolean;
|
|
518
|
+
showProgressBar: boolean;
|
|
496
519
|
categoryIds: string[];
|
|
497
520
|
categories: {
|
|
498
521
|
id: string;
|
|
@@ -532,303 +555,379 @@ declare class AXMQuestionnaireDataSeeder implements AXPDataSeeder {
|
|
|
532
555
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMQuestionnaireDataSeeder>;
|
|
533
556
|
}
|
|
534
557
|
|
|
535
|
-
declare const
|
|
558
|
+
declare const publicationMock: ({
|
|
536
559
|
id: string;
|
|
537
560
|
questionnaireId: string;
|
|
538
561
|
questionnaire: {
|
|
539
562
|
id: string;
|
|
540
563
|
title: string;
|
|
541
|
-
type: "
|
|
564
|
+
type: "test" | "checklist" | "questionnaire" | "survey" | "evaluation";
|
|
542
565
|
};
|
|
543
566
|
title: string;
|
|
544
567
|
description: string;
|
|
545
|
-
|
|
546
|
-
|
|
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
|
+
} | {
|
|
583
|
+
id: string;
|
|
584
|
+
questionnaireId: string;
|
|
585
|
+
questionnaire: {
|
|
547
586
|
id: string;
|
|
548
587
|
title: string;
|
|
588
|
+
type: "test" | "checklist" | "questionnaire" | "survey" | "evaluation";
|
|
549
589
|
};
|
|
550
|
-
|
|
590
|
+
title: string;
|
|
591
|
+
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;
|
|
551
602
|
createdAt: Date;
|
|
552
603
|
updatedAt: Date;
|
|
553
|
-
|
|
604
|
+
assignedToUserIds?: undefined;
|
|
605
|
+
assignedToUsers?: undefined;
|
|
606
|
+
} | {
|
|
607
|
+
id: string;
|
|
608
|
+
questionnaireId: string;
|
|
609
|
+
questionnaire: {
|
|
610
|
+
id: string;
|
|
611
|
+
title: string;
|
|
612
|
+
type: "test" | "checklist" | "questionnaire" | "survey" | "evaluation";
|
|
613
|
+
};
|
|
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;
|
|
623
|
+
createdAt: Date;
|
|
624
|
+
updatedAt: Date;
|
|
625
|
+
validFrom?: undefined;
|
|
626
|
+
validTo?: undefined;
|
|
627
|
+
timeLimit?: undefined;
|
|
628
|
+
accessCode?: undefined;
|
|
629
|
+
isActive?: undefined;
|
|
630
|
+
})[];
|
|
554
631
|
|
|
555
|
-
declare class
|
|
632
|
+
declare class AXMPublicationDataSeeder implements AXPDataSeeder {
|
|
556
633
|
private storage;
|
|
557
634
|
seed(): Promise<void>;
|
|
558
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
559
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
635
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPublicationDataSeeder, never>;
|
|
636
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMPublicationDataSeeder>;
|
|
560
637
|
}
|
|
561
638
|
|
|
562
|
-
declare const
|
|
639
|
+
declare const responseSessionMock: ({
|
|
563
640
|
id: string;
|
|
564
|
-
|
|
565
|
-
|
|
641
|
+
publicationId: string;
|
|
642
|
+
publication: {
|
|
566
643
|
id: string;
|
|
567
644
|
title: string;
|
|
568
645
|
};
|
|
569
|
-
|
|
570
|
-
|
|
646
|
+
primaryResponderId: string;
|
|
647
|
+
primaryResponder: {
|
|
571
648
|
id: string;
|
|
572
649
|
displayName: string;
|
|
573
650
|
};
|
|
574
|
-
|
|
575
|
-
statusId: string;
|
|
651
|
+
status: string;
|
|
576
652
|
startedAt: Date;
|
|
577
|
-
lastSavedAt: Date;
|
|
578
653
|
timeSpent: number;
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
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;
|
|
604
|
-
};
|
|
654
|
+
currentSectionId: string;
|
|
655
|
+
currentItemIndex: number;
|
|
656
|
+
completionPercentage: number;
|
|
605
657
|
createdAt: Date;
|
|
606
658
|
updatedAt: Date;
|
|
607
|
-
|
|
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;
|
|
608
668
|
} | {
|
|
609
669
|
id: string;
|
|
610
|
-
|
|
611
|
-
|
|
670
|
+
publicationId: string;
|
|
671
|
+
publication: {
|
|
612
672
|
id: string;
|
|
613
673
|
title: string;
|
|
614
674
|
};
|
|
615
|
-
|
|
616
|
-
|
|
675
|
+
primaryResponderId: string;
|
|
676
|
+
primaryResponder: {
|
|
617
677
|
id: string;
|
|
618
678
|
displayName: string;
|
|
619
679
|
};
|
|
620
|
-
|
|
621
|
-
statusId: string;
|
|
680
|
+
status: string;
|
|
622
681
|
startedAt: Date;
|
|
623
|
-
|
|
682
|
+
completedAt: Date;
|
|
683
|
+
submittedAt: Date;
|
|
624
684
|
timeSpent: number;
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
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
|
-
};
|
|
658
|
-
};
|
|
685
|
+
currentItemIndex: number;
|
|
686
|
+
completionPercentage: number;
|
|
687
|
+
totalScore: number;
|
|
688
|
+
maxScore: number;
|
|
689
|
+
percentage: number;
|
|
690
|
+
grade: string;
|
|
691
|
+
passed: boolean;
|
|
659
692
|
createdAt: Date;
|
|
660
693
|
updatedAt: Date;
|
|
661
|
-
|
|
694
|
+
currentSectionId?: undefined;
|
|
695
|
+
reviewedBy?: undefined;
|
|
696
|
+
reviewer?: undefined;
|
|
662
697
|
} | {
|
|
663
698
|
id: string;
|
|
664
|
-
|
|
665
|
-
|
|
699
|
+
publicationId: string;
|
|
700
|
+
publication: {
|
|
666
701
|
id: string;
|
|
667
702
|
title: string;
|
|
668
703
|
};
|
|
669
|
-
|
|
670
|
-
|
|
704
|
+
primaryResponderId: string;
|
|
705
|
+
primaryResponder: {
|
|
671
706
|
id: string;
|
|
672
707
|
displayName: string;
|
|
673
708
|
};
|
|
674
|
-
|
|
675
|
-
statusId: string;
|
|
676
|
-
previousId: string;
|
|
709
|
+
status: string;
|
|
677
710
|
startedAt: Date;
|
|
678
|
-
|
|
711
|
+
completedAt: Date;
|
|
712
|
+
submittedAt: Date;
|
|
679
713
|
timeSpent: number;
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
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;
|
|
713
749
|
};
|
|
750
|
+
role: string;
|
|
751
|
+
canRespond: boolean;
|
|
752
|
+
canOverride: boolean;
|
|
753
|
+
canReview: boolean;
|
|
754
|
+
canView: boolean;
|
|
755
|
+
joinedAt: Date;
|
|
756
|
+
lastActiveAt: Date;
|
|
714
757
|
createdAt: Date;
|
|
715
758
|
updatedAt: Date;
|
|
716
759
|
} | {
|
|
717
760
|
id: string;
|
|
718
|
-
|
|
719
|
-
|
|
761
|
+
sessionId: string;
|
|
762
|
+
session: {
|
|
720
763
|
id: string;
|
|
721
|
-
|
|
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: {
|
|
793
|
+
id: string;
|
|
794
|
+
publicationId: string;
|
|
722
795
|
};
|
|
796
|
+
questionnaireItemId: string;
|
|
723
797
|
responderId: string;
|
|
724
798
|
responder: {
|
|
725
799
|
id: string;
|
|
726
800
|
displayName: string;
|
|
727
801
|
};
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
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;
|
|
802
|
+
responderRole: string;
|
|
803
|
+
answer: {
|
|
804
|
+
rating: number;
|
|
805
|
+
text?: undefined;
|
|
806
|
+
selectedOption?: undefined;
|
|
743
807
|
};
|
|
808
|
+
isOverridden: boolean;
|
|
809
|
+
score: number;
|
|
810
|
+
maxScore: number;
|
|
811
|
+
isCorrect: boolean;
|
|
812
|
+
answeredAt: Date;
|
|
813
|
+
timeSpent: number;
|
|
814
|
+
attemptCount: number;
|
|
815
|
+
skipped: boolean;
|
|
816
|
+
flaggedForReview: boolean;
|
|
744
817
|
createdAt: Date;
|
|
745
818
|
updatedAt: Date;
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
819
|
+
overriddenBy?: undefined;
|
|
820
|
+
overrider?: undefined;
|
|
821
|
+
overriddenAt?: undefined;
|
|
822
|
+
originalAnswer?: undefined;
|
|
823
|
+
overrideReason?: undefined;
|
|
750
824
|
} | {
|
|
751
825
|
id: string;
|
|
752
|
-
|
|
753
|
-
|
|
826
|
+
sessionId: string;
|
|
827
|
+
session: {
|
|
754
828
|
id: string;
|
|
755
|
-
|
|
829
|
+
publicationId: string;
|
|
756
830
|
};
|
|
831
|
+
questionnaireItemId: string;
|
|
757
832
|
responderId: string;
|
|
758
833
|
responder: {
|
|
759
834
|
id: string;
|
|
760
835
|
displayName: string;
|
|
761
836
|
};
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
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;
|
|
852
|
+
};
|
|
853
|
+
overrideReason: string;
|
|
854
|
+
score: number;
|
|
855
|
+
maxScore: number;
|
|
856
|
+
answeredAt: Date;
|
|
766
857
|
timeSpent: number;
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
858
|
+
attemptCount: number;
|
|
859
|
+
skipped: boolean;
|
|
860
|
+
flaggedForReview: boolean;
|
|
861
|
+
createdAt: Date;
|
|
862
|
+
updatedAt: Date;
|
|
863
|
+
isCorrect?: undefined;
|
|
864
|
+
} | {
|
|
865
|
+
id: string;
|
|
866
|
+
sessionId: string;
|
|
867
|
+
session: {
|
|
868
|
+
id: string;
|
|
869
|
+
publicationId: string;
|
|
870
|
+
};
|
|
871
|
+
questionnaireItemId: string;
|
|
872
|
+
responderId: string;
|
|
873
|
+
responder: {
|
|
874
|
+
id: string;
|
|
875
|
+
displayName: string;
|
|
876
|
+
};
|
|
877
|
+
responderRole: string;
|
|
878
|
+
answer: {
|
|
879
|
+
selectedOption: string;
|
|
880
|
+
rating?: undefined;
|
|
881
|
+
text?: undefined;
|
|
786
882
|
};
|
|
883
|
+
isOverridden: boolean;
|
|
884
|
+
score: number;
|
|
885
|
+
maxScore: number;
|
|
886
|
+
isCorrect: boolean;
|
|
887
|
+
answeredAt: Date;
|
|
888
|
+
timeSpent: number;
|
|
889
|
+
attemptCount: number;
|
|
890
|
+
skipped: boolean;
|
|
891
|
+
flaggedForReview: boolean;
|
|
787
892
|
createdAt: Date;
|
|
788
893
|
updatedAt: Date;
|
|
789
|
-
|
|
894
|
+
overriddenBy?: undefined;
|
|
895
|
+
overrider?: undefined;
|
|
896
|
+
overriddenAt?: undefined;
|
|
897
|
+
originalAnswer?: undefined;
|
|
898
|
+
overrideReason?: undefined;
|
|
790
899
|
})[];
|
|
791
900
|
|
|
792
|
-
declare class
|
|
901
|
+
declare class AXMResponseEntryDataSeeder implements AXPDataSeeder {
|
|
793
902
|
private storage;
|
|
794
903
|
seed(): Promise<void>;
|
|
795
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
796
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
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>;
|
|
797
914
|
}
|
|
798
915
|
|
|
799
|
-
declare class
|
|
916
|
+
declare class AXCGlobalVariablesDataSeeder implements AXPDataSeeder {
|
|
800
917
|
private storageService;
|
|
801
918
|
seed(): Promise<void>;
|
|
802
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
803
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
919
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCGlobalVariablesDataSeeder, never>;
|
|
920
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCGlobalVariablesDataSeeder>;
|
|
804
921
|
}
|
|
805
922
|
|
|
806
|
-
declare const
|
|
923
|
+
declare const GLOBAL_VARIABLES: {
|
|
807
924
|
id: string;
|
|
808
925
|
name: string;
|
|
809
926
|
title: string;
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
expression: string;
|
|
927
|
+
dataType: string;
|
|
928
|
+
value: string;
|
|
813
929
|
}[];
|
|
814
930
|
|
|
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
|
-
|
|
832
931
|
declare class AXPSecurityManagementRoleDataSeeder implements AXPDataSeeder {
|
|
833
932
|
private storageService;
|
|
834
933
|
seed(): Promise<void>;
|
|
@@ -843,13 +942,23 @@ declare class AXPSecurityManagementUserDataSeeder implements AXPDataSeeder {
|
|
|
843
942
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementUserDataSeeder>;
|
|
844
943
|
}
|
|
845
944
|
|
|
846
|
-
|
|
847
|
-
|
|
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
|
+
}[];
|
|
848
956
|
|
|
849
|
-
interface AXCMockUserMockDto
|
|
957
|
+
interface AXCMockUserMockDto {
|
|
850
958
|
id: string;
|
|
851
959
|
username: string;
|
|
852
960
|
displayName: string;
|
|
961
|
+
partyId: string;
|
|
853
962
|
roleIds: string[];
|
|
854
963
|
roles: {
|
|
855
964
|
id: string;
|
|
@@ -907,15 +1016,15 @@ declare function findEmployeeById(employeeId: string): AXCEmployeeMockDto | unde
|
|
|
907
1016
|
interface AXCEmployeeMockDto {
|
|
908
1017
|
id: string;
|
|
909
1018
|
userId?: string;
|
|
910
|
-
|
|
911
|
-
|
|
1019
|
+
partyId: string;
|
|
1020
|
+
party: {
|
|
912
1021
|
id: string;
|
|
913
1022
|
displayName: string;
|
|
914
1023
|
};
|
|
915
1024
|
birthDate: Date;
|
|
916
1025
|
employeeCode: string;
|
|
917
|
-
|
|
918
|
-
|
|
1026
|
+
roleId: string;
|
|
1027
|
+
role: {
|
|
919
1028
|
id: string;
|
|
920
1029
|
title: string;
|
|
921
1030
|
};
|
|
@@ -965,7 +1074,6 @@ declare class AXMTeamDataSeeder implements AXPDataSeeder {
|
|
|
965
1074
|
|
|
966
1075
|
interface PositionMockDto extends AXPCategorizedEntityDto {
|
|
967
1076
|
id: string;
|
|
968
|
-
code: string;
|
|
969
1077
|
title: string;
|
|
970
1078
|
description: string;
|
|
971
1079
|
categoryIds: string[];
|
|
@@ -973,22 +1081,7 @@ interface PositionMockDto extends AXPCategorizedEntityDto {
|
|
|
973
1081
|
id: string;
|
|
974
1082
|
title: string;
|
|
975
1083
|
}[];
|
|
976
|
-
|
|
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;
|
|
1084
|
+
isManager?: boolean;
|
|
992
1085
|
}
|
|
993
1086
|
declare const POSITIONS_CATEGORY_MOCK: AXPCategoryEntity<string>[];
|
|
994
1087
|
declare const POSITIONS_MOCK: PositionMockDto[];
|
|
@@ -1000,7 +1093,7 @@ declare class AXMPositionDataSeeder implements AXPDataSeeder {
|
|
|
1000
1093
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMPositionDataSeeder>;
|
|
1001
1094
|
}
|
|
1002
1095
|
|
|
1003
|
-
interface
|
|
1096
|
+
interface RoleMockDto extends AXPCategorizedEntityDto {
|
|
1004
1097
|
id: string;
|
|
1005
1098
|
title: string;
|
|
1006
1099
|
description: string;
|
|
@@ -1009,36 +1102,25 @@ interface JobDefinitionMockDto extends AXPCategorizedEntityDto {
|
|
|
1009
1102
|
id: string;
|
|
1010
1103
|
title: string;
|
|
1011
1104
|
}[];
|
|
1105
|
+
skillsId: string[];
|
|
1106
|
+
skills: {
|
|
1107
|
+
id: string;
|
|
1108
|
+
title: string;
|
|
1109
|
+
}[];
|
|
1012
1110
|
responsibilitiesId: string[];
|
|
1013
1111
|
responsibilities: {
|
|
1014
1112
|
id: string;
|
|
1015
1113
|
title: string;
|
|
1016
1114
|
}[];
|
|
1017
|
-
skillRequirements?: AXPSpreadsheetData;
|
|
1018
1115
|
}
|
|
1019
|
-
declare const
|
|
1020
|
-
declare const
|
|
1116
|
+
declare const ROLES_CATEGORY_MOCK: AXPCategoryEntity<string>[];
|
|
1117
|
+
declare const ROLES_MOCK: RoleMockDto[];
|
|
1021
1118
|
|
|
1022
|
-
declare class
|
|
1119
|
+
declare class AXMRoleDataSeeder implements AXPDataSeeder {
|
|
1023
1120
|
private storageService;
|
|
1024
1121
|
seed(): Promise<void>;
|
|
1025
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1026
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
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>;
|
|
1122
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMRoleDataSeeder, never>;
|
|
1123
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMRoleDataSeeder>;
|
|
1042
1124
|
}
|
|
1043
1125
|
|
|
1044
1126
|
interface ResponsibilityMockDto extends AXPCategorizedEntityDto {
|
|
@@ -1090,49 +1172,116 @@ declare class AXMPositionAssignmentDataSeeder implements AXPDataSeeder {
|
|
|
1090
1172
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMPositionAssignmentDataSeeder>;
|
|
1091
1173
|
}
|
|
1092
1174
|
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
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
|
+
declare const EMPLOYMENT_TYPES_MOCK: any[];
|
|
1239
|
+
|
|
1240
|
+
declare class AXMEmploymentTypeDataSeeder implements AXPDataSeeder {
|
|
1241
|
+
private storageService;
|
|
1242
|
+
seed(): Promise<void>;
|
|
1243
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmploymentTypeDataSeeder, never>;
|
|
1099
1244
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmploymentTypeDataSeeder>;
|
|
1100
1245
|
}
|
|
1101
1246
|
|
|
1102
1247
|
declare const LEAVE_REQUEST_STATUS_DEFINITIONS: readonly [{
|
|
1103
|
-
readonly name:
|
|
1248
|
+
readonly name: _acorex_platform_core.AXPSystemStatusType.Pending;
|
|
1104
1249
|
readonly title: string;
|
|
1105
1250
|
readonly icon: "fa-light fa-clock";
|
|
1106
1251
|
readonly color: "warning";
|
|
1107
1252
|
readonly description: string;
|
|
1108
1253
|
readonly order: 1;
|
|
1254
|
+
readonly isActive: true;
|
|
1109
1255
|
readonly isInitial: true;
|
|
1110
1256
|
readonly isFinal: false;
|
|
1111
1257
|
}, {
|
|
1112
|
-
readonly name:
|
|
1258
|
+
readonly name: _acorex_platform_core.AXPSystemStatusType.Approved;
|
|
1113
1259
|
readonly title: string;
|
|
1114
1260
|
readonly icon: "fa-light fa-check-circle";
|
|
1115
1261
|
readonly color: "success";
|
|
1116
1262
|
readonly description: string;
|
|
1117
1263
|
readonly order: 3;
|
|
1264
|
+
readonly isActive: true;
|
|
1118
1265
|
readonly isInitial: false;
|
|
1119
1266
|
readonly isFinal: false;
|
|
1120
1267
|
}, {
|
|
1121
|
-
readonly name:
|
|
1268
|
+
readonly name: _acorex_platform_core.AXPSystemStatusType.Rejected;
|
|
1122
1269
|
readonly title: string;
|
|
1123
1270
|
readonly icon: "fa-light fa-times-circle";
|
|
1124
1271
|
readonly color: "danger";
|
|
1125
1272
|
readonly description: string;
|
|
1126
1273
|
readonly order: 6;
|
|
1274
|
+
readonly isActive: true;
|
|
1127
1275
|
readonly isInitial: false;
|
|
1128
1276
|
readonly isFinal: true;
|
|
1129
1277
|
}, {
|
|
1130
|
-
readonly name:
|
|
1278
|
+
readonly name: _acorex_platform_core.AXPSystemStatusType.Cancelled;
|
|
1131
1279
|
readonly title: string;
|
|
1132
1280
|
readonly icon: "fa-light fa-times-circle";
|
|
1133
1281
|
readonly color: "neutral";
|
|
1134
1282
|
readonly description: string;
|
|
1135
1283
|
readonly order: 6;
|
|
1284
|
+
readonly isActive: true;
|
|
1136
1285
|
readonly isInitial: false;
|
|
1137
1286
|
readonly isFinal: true;
|
|
1138
1287
|
}];
|
|
@@ -1162,7 +1311,111 @@ declare class AXMLeaveRequestDataSeeder implements AXPDataSeeder {
|
|
|
1162
1311
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMLeaveRequestDataSeeder>;
|
|
1163
1312
|
}
|
|
1164
1313
|
|
|
1165
|
-
|
|
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 {
|
|
1166
1419
|
id: string;
|
|
1167
1420
|
firstName: string;
|
|
1168
1421
|
lastName: string;
|
|
@@ -1172,7 +1425,14 @@ interface PersonMockData {
|
|
|
1172
1425
|
gender: string;
|
|
1173
1426
|
type: string;
|
|
1174
1427
|
}
|
|
1175
|
-
declare function
|
|
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
|
+
}
|
|
1176
1436
|
|
|
1177
1437
|
declare function findContactMethod(referenceId: string, type: string): string | undefined;
|
|
1178
1438
|
|
|
@@ -1256,12 +1516,6 @@ interface TaskTemplate {
|
|
|
1256
1516
|
}
|
|
1257
1517
|
declare const TASK_TEMPLATES: TaskTemplate[];
|
|
1258
1518
|
|
|
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
|
-
|
|
1265
1519
|
/**
|
|
1266
1520
|
* Mock workflow definition entities for the entity list.
|
|
1267
1521
|
*/
|
|
@@ -1340,6 +1594,13 @@ declare class AXPTaskBoardPlatformManagementTaskProvider extends AXPWorkflowTask
|
|
|
1340
1594
|
getStatuses(): Promise<AXPTaskStatus[]>;
|
|
1341
1595
|
}
|
|
1342
1596
|
|
|
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
|
+
|
|
1343
1604
|
declare class AXMAiResponderService {
|
|
1344
1605
|
private readonly geminiApiKey;
|
|
1345
1606
|
getAIResponse(prompt: string): Promise<string>;
|
|
@@ -1437,16 +1698,6 @@ declare class AXCQueryCategoryMetadataInheritanceQuery implements AXPQuery<Categ
|
|
|
1437
1698
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCQueryCategoryMetadataInheritanceQuery>;
|
|
1438
1699
|
}
|
|
1439
1700
|
|
|
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
|
-
|
|
1450
1701
|
interface AXMTag {
|
|
1451
1702
|
id: string;
|
|
1452
1703
|
title: string;
|
|
@@ -1496,19 +1747,60 @@ declare class AXMReportDefinitionDataSeeder implements AXPDataSeeder {
|
|
|
1496
1747
|
|
|
1497
1748
|
declare class AXMReportExecuteCommand implements AXPExecutionReportCommand {
|
|
1498
1749
|
private readonly queryService;
|
|
1750
|
+
private readonly mockDataService;
|
|
1751
|
+
private readonly reportDataCache;
|
|
1752
|
+
private readonly CACHE_TTL_MS;
|
|
1753
|
+
private readonly DEFAULT_TOTAL_ITEMS;
|
|
1499
1754
|
private readonly reportDefinitionService;
|
|
1755
|
+
constructor();
|
|
1500
1756
|
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;
|
|
1501
1776
|
/**
|
|
1502
|
-
*
|
|
1503
|
-
* Maps report parameter paths to actual entity field names
|
|
1777
|
+
* Manually clear all cached report data (useful for debugging or forcing refresh)
|
|
1504
1778
|
*/
|
|
1505
|
-
|
|
1506
|
-
private normalizeTableResult;
|
|
1507
|
-
private normalizeChartResult;
|
|
1779
|
+
clearCache(): void;
|
|
1508
1780
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportExecuteCommand, never>;
|
|
1509
1781
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportExecuteCommand>;
|
|
1510
1782
|
}
|
|
1511
1783
|
|
|
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
|
+
|
|
1512
1804
|
declare const calendarMock: ({
|
|
1513
1805
|
id: string;
|
|
1514
1806
|
name: string;
|
|
@@ -1892,38 +2184,882 @@ declare const participantIds: {
|
|
|
1892
2184
|
};
|
|
1893
2185
|
declare const meetingRoleTypeMock: {
|
|
1894
2186
|
id: string;
|
|
1895
|
-
title: string;
|
|
1896
|
-
meetingParticipantId: 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: {
|
|
2614
|
+
id: string;
|
|
2615
|
+
name: string;
|
|
2616
|
+
description: string;
|
|
2617
|
+
isActive: boolean;
|
|
1897
2618
|
}[];
|
|
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: ({
|
|
2619
|
+
declare const learningLearningPathCourseMock: {
|
|
1907
2620
|
id: string;
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
2621
|
+
learningPathId: string;
|
|
2622
|
+
courseId: string;
|
|
2623
|
+
course: {
|
|
2624
|
+
id: string;
|
|
2625
|
+
title: string;
|
|
2626
|
+
};
|
|
2627
|
+
orderIndex: number;
|
|
2628
|
+
}[];
|
|
2629
|
+
declare const learningMandatoryTrainingRuleMock: {
|
|
1912
2630
|
id: string;
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
2631
|
+
positionId: string;
|
|
2632
|
+
position: {
|
|
2633
|
+
id: string;
|
|
2634
|
+
title: string;
|
|
2635
|
+
} | null;
|
|
2636
|
+
courseId: string;
|
|
2637
|
+
course: {
|
|
1916
2638
|
id: string;
|
|
1917
2639
|
title: string;
|
|
1918
2640
|
};
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
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
|
+
};
|
|
1927
3063
|
|
|
1928
3064
|
declare class AXCLockService implements AXPLockService {
|
|
1929
3065
|
private className;
|
|
@@ -2484,6 +3620,38 @@ declare const multipleChoiceInterface: AXPWidgetNode;
|
|
|
2484
3620
|
declare const multipleSelectInterface: AXPWidgetNode;
|
|
2485
3621
|
declare const longTextAnswerInterface: AXPWidgetNode;
|
|
2486
3622
|
|
|
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
|
+
|
|
2487
3655
|
interface AXPRuleRow extends AXPIdentifierRule {
|
|
2488
3656
|
}
|
|
2489
3657
|
interface AXPSeqRow {
|
|
@@ -2563,17 +3731,6 @@ declare class AXPMockIdentifierService extends AXPIdentifierService {
|
|
|
2563
3731
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPMockIdentifierService>;
|
|
2564
3732
|
}
|
|
2565
3733
|
|
|
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
|
-
*/
|
|
2577
3734
|
declare const auditLoggerMiddleware: AXPEntityStorageMiddleware;
|
|
2578
3735
|
|
|
2579
3736
|
declare const childCountMiddleware: AXPEntityStorageMiddleware;
|
|
@@ -2603,25 +3760,29 @@ declare const identifierCommitMiddleware: AXPEntityStorageMiddleware;
|
|
|
2603
3760
|
/**
|
|
2604
3761
|
* Lookup Resolver Middleware
|
|
2605
3762
|
*
|
|
2606
|
-
*
|
|
3763
|
+
* This middleware resolves lookup field IDs to full objects based on entity property definitions or naming conventions.
|
|
2607
3764
|
*
|
|
2608
3765
|
* Behavior:
|
|
2609
3766
|
* - Runs on 'create' and 'update' operations
|
|
2610
|
-
* - Finds fields ending with 'Id'
|
|
3767
|
+
* - Finds fields ending with 'Id' or 'Ids' (case sensitive)
|
|
2611
3768
|
* - Resolves IDs to full objects from corresponding entity
|
|
2612
|
-
* -
|
|
3769
|
+
* - Replaces ID values with constructed objects
|
|
2613
3770
|
*
|
|
2614
3771
|
* Resolution Strategy (in order):
|
|
2615
|
-
* 1. Check entity property definition for LookupBox with entity option
|
|
2616
|
-
* 2.
|
|
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
|
|
2617
3776
|
*
|
|
2618
3777
|
* Naming Convention:
|
|
2619
3778
|
* - testId -> creates 'test' object with full record
|
|
2620
3779
|
* - testIds -> creates 'testList' array with full records
|
|
3780
|
+
* - documentId -> creates 'document' object with full record
|
|
3781
|
+
* - categoryIds -> creates 'categoryList' array with full records
|
|
2621
3782
|
*
|
|
2622
3783
|
* Example:
|
|
2623
|
-
* Input: {
|
|
2624
|
-
* Result: {
|
|
3784
|
+
* Input: { stageId: "123" } with lookup to CustomerManagement.opportunityStage
|
|
3785
|
+
* Result: { stage: { id: "123", title: "Stage Title", ... } }
|
|
2625
3786
|
*/
|
|
2626
3787
|
declare const lookupResolverMiddleware: AXPEntityStorageMiddleware;
|
|
2627
3788
|
|
|
@@ -2664,112 +3825,7 @@ declare const signatureLoaderMiddleware: AXPEntityStorageMiddleware;
|
|
|
2664
3825
|
*/
|
|
2665
3826
|
declare const lockGuardMiddleware: AXPEntityStorageMiddleware;
|
|
2666
3827
|
|
|
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
|
-
|
|
2772
3828
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
2773
3829
|
|
|
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,
|
|
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,
|
|
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 };
|