@acorex/connectivity 20.3.0-next.1 → 20.3.0-next.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/mock/index.d.ts CHANGED
@@ -1,20 +1,310 @@
1
- import { AXPDataSeeder, AXPEntityStorageService, AXPEntityDefinitionRegistryService, AXPEntityStorageWithMiddlewareService } from '@acorex/platform/layout/entity';
1
+ import { AXPAppStartUpService, AXPQueryRequest, AXPPagedListResult, AXPCategorizedEntityDto, AXPCategoryEntity, AXPExecuteCommand, AXPExecuteCommandResult, AXPActionMenuItem, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
2
2
  import * as i0 from '@angular/core';
3
3
  import { Injector } from '@angular/core';
4
- import { AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest } from '@acorex/platform/common';
5
- import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
6
- import { AXMMetaDataDefinitionCategoryServiceImpl, AXMMetaDataDefinitionService, AXMMetaDataDefinitionCategoryWithItemsEntityModel, AXMMetaDataDefinitionCategoryEntityModel } from '@acorex/modules/data-management';
7
- import { AXPEntityEventDispatcherService, AXPQueryRequest, AXPPagedListResult, AXPAppStartUpService } from '@acorex/platform/core';
8
- import * as dexie from 'dexie';
9
- import dexie__default, { Table } from 'dexie';
10
4
  import * as _acorex_platform_auth from '@acorex/platform/auth';
11
- import { AXPSessionService, AXPAuthStrategy, AXPBaseCredentials, AXPSessionContext, AXPSignInResult } from '@acorex/platform/auth';
12
- import { AXMAuthConfigs } from '@acorex/modules/auth';
13
- import { Router } from '@angular/router';
5
+ import { AXPBaseCredentials, AXPAuthStrategy, AXPSignInResult, AXPSessionContext, AXPTenant, AXPApplication } from '@acorex/platform/auth';
14
6
  import * as i1 from '@acorex/platform/runtime';
15
- import { AXPReportCategory, AXPReportDefinition, AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
7
+ import { AXPQuery } from '@acorex/platform/runtime';
8
+ import { Router } from '@angular/router';
9
+ import { AXMAuthConfigs } from '@acorex/modules/auth';
10
+ import { AXPEntityStorageService, AXPDataSeeder, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
11
+ import Dexie, { Table } from 'dexie';
12
+ import * as _acorex_modules_report_management from '@acorex/modules/report-management';
13
+ import { AXPReportCategoryProvider, AXPReportCategory, AXPReportDefinitionProvider, AXPReportDefinition, AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
14
+ import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/platform/workflow';
16
15
  import { AXMTextTemplateManagementTemplateEntityModel } from '@acorex/modules/text-template-management';
17
- import { AXPIdentifierRule, AXPClockProvider, AXPChecksumProvider, AXPPolicyProvider, AXPLookupProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult } from '@acorex/modules/identifier-management';
16
+ import { AXMMetaDataDefinitionEntityModel } from '@acorex/modules/data-management';
17
+ import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
18
+ import * as _acorex_modules_calendar_management from '@acorex/modules/calendar-management';
19
+ import { AXMCalendarManagementCalendarEventTypeEntityModel } from '@acorex/modules/calendar-management';
20
+ import { AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo } from '@acorex/platform/common';
21
+ import { AXPIdentifierRule, AXPClockProvider, AXPChecksumProvider, AXPPolicyProvider, AXPLookupProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
22
+
23
+ declare class AXCCommonMockModule {
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCCommonMockModule, never>;
25
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCommonMockModule, never, never, never>;
26
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCCommonMockModule>;
27
+ }
28
+
29
+ declare class AXCIdentifierManagementMockModule {
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCIdentifierManagementMockModule, never>;
31
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCIdentifierManagementMockModule, never, never, never>;
32
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCIdentifierManagementMockModule>;
33
+ }
34
+
35
+ declare class AXCSecurityManagementMockModule {
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCSecurityManagementMockModule, never>;
37
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSecurityManagementMockModule, never, never, never>;
38
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCSecurityManagementMockModule>;
39
+ }
40
+
41
+ declare class AXCFormTemplateManagementMockModule {
42
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCFormTemplateManagementMockModule, never>;
43
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCFormTemplateManagementMockModule, never, never, never>;
44
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCFormTemplateManagementMockModule>;
45
+ }
46
+
47
+ declare class AXCCustomerManagementMockModule {
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCCustomerManagementMockModule, never>;
49
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCustomerManagementMockModule, never, never, never>;
50
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCCustomerManagementMockModule>;
51
+ }
52
+
53
+ declare class AXCContactManagementMockModule {
54
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCContactManagementMockModule, never>;
55
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCContactManagementMockModule, never, never, never>;
56
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCContactManagementMockModule>;
57
+ }
58
+
59
+ declare class AXCLocationManagementMockModule {
60
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCLocationManagementMockModule, never>;
61
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLocationManagementMockModule, never, never, never>;
62
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCLocationManagementMockModule>;
63
+ }
64
+
65
+ declare class AXCOrganizationManagementMockModule {
66
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCOrganizationManagementMockModule, never>;
67
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCOrganizationManagementMockModule, never, never, never>;
68
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCOrganizationManagementMockModule>;
69
+ }
70
+
71
+ declare class AXCHumanCapitalManagementMockModule {
72
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCHumanCapitalManagementMockModule, never>;
73
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCHumanCapitalManagementMockModule, never, never, never>;
74
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCHumanCapitalManagementMockModule>;
75
+ }
76
+
77
+ declare class AXCReportManagementMockModule {
78
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCReportManagementMockModule, never>;
79
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCReportManagementMockModule, never, [typeof i1.AXPRuntimeModule], never>;
80
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCReportManagementMockModule>;
81
+ }
82
+
83
+ declare class AXCLocaleManagementMockModule {
84
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCLocaleManagementMockModule, never>;
85
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLocaleManagementMockModule, never, never, never>;
86
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCLocaleManagementMockModule>;
87
+ }
88
+
89
+ declare class AXCDashboardManagementMockModule {
90
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCDashboardManagementMockModule, never>;
91
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCDashboardManagementMockModule, never, never, never>;
92
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCDashboardManagementMockModule>;
93
+ }
94
+
95
+ declare class AXCConversationMockModule {
96
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockModule, never>;
97
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCConversationMockModule, never, never, never>;
98
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCConversationMockModule>;
99
+ }
100
+
101
+ declare class AXCAuthMockModule {
102
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCAuthMockModule, never>;
103
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCAuthMockModule, never, never, never>;
104
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCAuthMockModule>;
105
+ }
106
+
107
+ declare class AXCPlatformManagementMockModule {
108
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCPlatformManagementMockModule, never>;
109
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCPlatformManagementMockModule, never, never, never>;
110
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCPlatformManagementMockModule>;
111
+ }
112
+
113
+ declare class AXCTrainingManagementMockModule {
114
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCTrainingManagementMockModule, never>;
115
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTrainingManagementMockModule, never, never, never>;
116
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCTrainingManagementMockModule>;
117
+ }
118
+
119
+ declare class AXCProjectManagementMockModule {
120
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCProjectManagementMockModule, never>;
121
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCProjectManagementMockModule, never, never, never>;
122
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCProjectManagementMockModule>;
123
+ }
124
+
125
+ declare class AXCDocumentManagementMockModule {
126
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCDocumentManagementMockModule, never>;
127
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCDocumentManagementMockModule, never, never, never>;
128
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCDocumentManagementMockModule>;
129
+ }
130
+
131
+ declare class AXCHelpDeskMockModule {
132
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCHelpDeskMockModule, never>;
133
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCHelpDeskMockModule, never, never, never>;
134
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCHelpDeskMockModule>;
135
+ }
136
+
137
+ declare class AXCLogManagementMockModule {
138
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCLogManagementMockModule, never>;
139
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLogManagementMockModule, never, never, never>;
140
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCLogManagementMockModule>;
141
+ }
142
+
143
+ declare class AXCCalendarManagementMockModule {
144
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCCalendarManagementMockModule, never>;
145
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCalendarManagementMockModule, never, never, never>;
146
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCCalendarManagementMockModule>;
147
+ }
148
+
149
+ declare class AXCDataManagementMockModule {
150
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCDataManagementMockModule, never>;
151
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCDataManagementMockModule, never, never, never>;
152
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCDataManagementMockModule>;
153
+ }
154
+
155
+ declare class AXCWorkflowManagementMockModule {
156
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowManagementMockModule, never>;
157
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCWorkflowManagementMockModule, never, never, never>;
158
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCWorkflowManagementMockModule>;
159
+ }
160
+
161
+ declare class AXCNotificationManagementMockModule {
162
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCNotificationManagementMockModule, never>;
163
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCNotificationManagementMockModule, never, never, never>;
164
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCNotificationManagementMockModule>;
165
+ }
166
+
167
+ declare class AXCTaskManagementMockModule {
168
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCTaskManagementMockModule, never>;
169
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTaskManagementMockModule, never, never, never>;
170
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCTaskManagementMockModule>;
171
+ }
172
+
173
+ declare class AXCPartyManagementMockModule {
174
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCPartyManagementMockModule, never>;
175
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCPartyManagementMockModule, never, never, never>;
176
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCPartyManagementMockModule>;
177
+ }
178
+
179
+ declare class AXCContentManagementMockModule {
180
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCContentManagementMockModule, never>;
181
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCContentManagementMockModule, never, never, never>;
182
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCContentManagementMockModule>;
183
+ }
184
+
185
+ declare class AXCMeetingManagementMockModule {
186
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCMeetingManagementMockModule, never>;
187
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMeetingManagementMockModule, never, never, never>;
188
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCMeetingManagementMockModule>;
189
+ }
190
+
191
+ declare class AXCSettingsManagementMockModule {
192
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCSettingsManagementMockModule, never>;
193
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSettingsManagementMockModule, never, never, never>;
194
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCSettingsManagementMockModule>;
195
+ }
196
+
197
+ declare class AXCMiddlewaresModule {
198
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCMiddlewaresModule, never>;
199
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMiddlewaresModule, never, never, never>;
200
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCMiddlewaresModule>;
201
+ }
202
+
203
+ declare class AXCMockModule {
204
+ constructor(appInitService: AXPAppStartUpService, injector: Injector);
205
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
206
+ 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 AXCTrainingManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCLogManagementMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPartyManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCMiddlewaresModule], never>;
207
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
208
+ }
209
+
210
+ interface MockUserPassCredentials extends AXPBaseCredentials {
211
+ username: string;
212
+ password: string;
213
+ }
214
+ declare class AXCUserPassStrategyMock extends AXPAuthStrategy {
215
+ tenantLoader: _acorex_platform_auth.AXPTenantLoader;
216
+ applicationLoader: _acorex_platform_auth.AXPApplicationLoader;
217
+ router: Router;
218
+ constructor();
219
+ private entityRegistery;
220
+ private deviceSessionsService;
221
+ get name(): string;
222
+ signin(credentials: MockUserPassCredentials): Promise<AXPSignInResult>;
223
+ private createDeviceSession;
224
+ private getDeviceName;
225
+ private getOperatingSystem;
226
+ private getBrowser;
227
+ signout(): Promise<void>;
228
+ refreshToken(context: AXPSessionContext): Promise<AXPSignInResult>;
229
+ updateToken(params: {
230
+ [key: string]: any;
231
+ }): Promise<AXPSignInResult>;
232
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCUserPassStrategyMock, never>;
233
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCUserPassStrategyMock>;
234
+ }
235
+
236
+ declare class AXCGoogleStrategyMock extends AXPAuthStrategy {
237
+ tenantLoader: _acorex_platform_auth.AXPTenantLoader;
238
+ protected configs: AXMAuthConfigs;
239
+ private externalAuthorizationService;
240
+ applicationLoader: _acorex_platform_auth.AXPApplicationLoader;
241
+ router: Router;
242
+ constructor();
243
+ get name(): string;
244
+ signin(credentials: AXPBaseCredentials): Promise<void>;
245
+ signout(): Promise<void>;
246
+ refreshToken(context: AXPSessionContext): Promise<AXPSignInResult>;
247
+ updateToken(params: {
248
+ [key: string]: any;
249
+ }): Promise<AXPSignInResult>;
250
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCGoogleStrategyMock, never>;
251
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCGoogleStrategyMock>;
252
+ }
253
+
254
+ declare class AXCDexieEntityStorageService extends Dexie implements AXPEntityStorageService<string, any> {
255
+ private sessionService;
256
+ constructor();
257
+ get dbName(): string;
258
+ /**
259
+ * Seed the storage with the provided collection only if it has not been
260
+ * inserted before.
261
+ *
262
+ * Rather than relying on the total record count, we inspect whether the first
263
+ * item of the incoming collection (identified by its `id`) already exists in
264
+ * the table for the given `entityName`. If it exists, the data has already
265
+ * been seeded and no action is taken; otherwise, the entire collection is
266
+ * bulk-inserted.
267
+ */
268
+ initial<T = any>(entityName: string, collection: T[], options?: {
269
+ mergeType: 'merge' | 'replace';
270
+ uniqueKeys: string[];
271
+ }): Promise<T[]>;
272
+ getOne<T = any>(entityName: string, id: string): Promise<T>;
273
+ updateOne<T = any>(entityName: string, id: string, keyValue: {
274
+ [key: string]: any;
275
+ }): Promise<T>;
276
+ deleteOne(entityName: string, id: string): Promise<void>;
277
+ insertOne<T = any>(entityName: string, entity: T): Promise<string>;
278
+ getAll<T = any>(entityName: string): Promise<T[]>;
279
+ query<T = any>(entityName: string, request: AXPQueryRequest): Promise<AXPPagedListResult<T>>;
280
+ /**
281
+ * Check if the entity is a category entity (ends with 'Category')
282
+ */
283
+ private isCategoryEntity;
284
+ /**
285
+ * Calculate childCount for each category entity
286
+ */
287
+ private calculateChildCounts;
288
+ /**
289
+ * Get the count of direct children for a category
290
+ */
291
+ private getDirectChildCount;
292
+ /**
293
+ * Check if the filter is a category filter (contains operator on categoryIds field)
294
+ * Handles both simple filters and compound filters
295
+ */
296
+ private isCategoryFilter;
297
+ /**
298
+ * Apply recursive category filtering - finds entities that belong to the category or any of its children
299
+ */
300
+ private applyRecursiveCategoryFilter;
301
+ /**
302
+ * Recursively gets all child category IDs including the parent category itself
303
+ */
304
+ private getAllChildCategoryIds;
305
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCDexieEntityStorageService, never>;
306
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCDexieEntityStorageService>;
307
+ }
18
308
 
19
309
  declare const APPLICATIONS: {
20
310
  id: string;
@@ -97,624 +387,1328 @@ declare class AXCApplicationManagementMockModule {
97
387
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCApplicationManagementMockModule>;
98
388
  }
99
389
 
100
- declare class AXCAuthMockModule {
101
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCAuthMockModule, never>;
102
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCAuthMockModule, never, never, never>;
103
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCAuthMockModule>;
390
+ declare class AXCAppVersionDataSeeder implements AXPDataSeeder {
391
+ private storageService;
392
+ private appVersionService;
393
+ seed(): Promise<void>;
394
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCAppVersionDataSeeder, never>;
395
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCAppVersionDataSeeder>;
104
396
  }
105
397
 
106
- declare class AXCCommonMockModule {
107
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCCommonMockModule, never>;
108
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCommonMockModule, never, never, never>;
109
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCCommonMockModule>;
398
+ declare class AXCGlobalVariablesDataSeeder implements AXPDataSeeder {
399
+ private storageService;
400
+ seed(): Promise<void>;
401
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCGlobalVariablesDataSeeder, never>;
402
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCGlobalVariablesDataSeeder>;
110
403
  }
111
404
 
112
- declare class AXCLockService implements AXPLockService {
113
- private className;
114
- private db;
115
- constructor();
116
- private get lockTable();
117
- protected entityName: string;
118
- /**
119
- * Cache Time-To-Live in milliseconds. Default is 5 seconds but can be overridden
120
- * at runtime using {@link setCacheDuration}.
121
- */
122
- private cacheTTL;
123
- /** In-memory cache for lock information. */
124
- private readonly cacheMap;
125
- /** Reference to the recurring cache-flush timer. */
126
- private cacheTimer;
127
- /**
128
- * Generates a unique cache key based on the lock request parameters.
129
- */
130
- private getCacheKey;
131
- /**
132
- * Starts or restarts the interval that clears the cache.
133
- */
134
- private startCacheTimer;
135
- /**
136
- * Allows consumers to change the cache duration (in milliseconds) at runtime.
137
- * The new duration is applied immediately.
138
- */
139
- setCacheDuration(ms: number): void;
140
- lock(request: AXPLockRequest): Promise<AXPLockInfo>;
141
- unlock(request: AXPUnLockRequest): Promise<void>;
142
- check(request: AXPLockGetInfoRequest): Promise<boolean>;
143
- getInfo(request: AXPLockGetInfoRequest): Promise<AXPLockInfo>;
144
- getItems(request: AXPLockGetInfoRequest): Promise<AXPLockInfo[]>;
145
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCLockService, never>;
146
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCLockService>;
147
- }
405
+ declare const GLOBAL_VARIABLES: {
406
+ id: string;
407
+ name: string;
408
+ title: string;
409
+ dataType: string;
410
+ value: string;
411
+ }[];
148
412
 
149
- declare class AXCFileStorageService implements AXPFileStorageService {
150
- private fileService;
151
- private mapToFileStorageInfo;
152
- save(request: AXPFileStorageCreateRequest): Promise<AXPFileStorageInfo>;
153
- commit(fileId: string): Promise<void>;
154
- markForDeletion(fileId: string): Promise<void>;
155
- update(request: AXPFileStorageUpdateRequest): Promise<AXPFileStorageInfo>;
156
- find(request: AXPFileStorageFindRequest): Promise<AXPFileStorageInfo[]>;
157
- getInfo(fileId: string): Promise<AXPFileStorageInfo>;
158
- remove(fileId: string): Promise<void>;
159
- private cleanupTemporaryFiles;
160
- private cleanupMarkedFiles;
161
- constructor();
162
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCFileStorageService, never>;
163
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCFileStorageService>;
413
+ declare class AXPSecurityManagementRoleDataSeeder implements AXPDataSeeder {
414
+ private storageService;
415
+ seed(): Promise<void>;
416
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementRoleDataSeeder, never>;
417
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementRoleDataSeeder>;
164
418
  }
165
419
 
166
- declare class AXCContactManagementMockModule {
167
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCContactManagementMockModule, never>;
168
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCContactManagementMockModule, never, never, never>;
169
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCContactManagementMockModule>;
420
+ declare class AXPSecurityManagementUserDataSeeder implements AXPDataSeeder {
421
+ private storageService;
422
+ seed(): Promise<void>;
423
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementUserDataSeeder, never>;
424
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementUserDataSeeder>;
170
425
  }
171
426
 
172
- declare class AXMAiResponderService {
173
- private readonly geminiApiKey;
174
- getAIResponse(prompt: string): Promise<string>;
175
- private getRandomReply;
176
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMAiResponderService, never>;
177
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMAiResponderService>;
427
+ declare const tenantsMock: AXPTenant[];
428
+
429
+ declare const applications: AXPApplication[];
430
+
431
+ declare const mockRoleDefinitions: {
432
+ id: string;
433
+ name: string;
434
+ title: string;
435
+ description: string;
436
+ permissions: string[];
437
+ }[];
438
+
439
+ interface AXCMockUserMockDto {
440
+ id: string;
441
+ username: string;
442
+ displayName: string;
443
+ partyId: string;
444
+ roleIds: string[];
445
+ roles: {
446
+ id: string;
447
+ title: string;
448
+ }[];
449
+ password: string;
178
450
  }
451
+ declare const mockUsers: AXCMockUserMockDto[];
179
452
 
180
- declare class AXPMessageDataSeeder implements AXPDataSeeder {
181
- private storageService;
182
- private chatService;
183
- private chatRealtimeService;
184
- private commentService;
185
- private commentRealtimeService;
186
- private aiResponderService;
187
- private usersService;
188
- private sessionService;
189
- private userNameCache;
190
- private getUserName;
191
- seed(): Promise<void>;
192
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPMessageDataSeeder, never>;
193
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPMessageDataSeeder>;
453
+ interface AXCBusinessUnitMockDto {
454
+ id: string;
455
+ title: string;
456
+ description?: string;
457
+ typeId: string;
458
+ parentId?: string | null;
459
+ countryId?: string | null;
460
+ stateId?: string | null;
461
+ cityId?: string | null;
462
+ country?: {
463
+ id: string;
464
+ title: string;
465
+ } | null;
466
+ state?: {
467
+ id: string;
468
+ title: string;
469
+ } | null;
470
+ city?: {
471
+ id: string;
472
+ title: string;
473
+ } | null;
474
+ parent?: {
475
+ id: string;
476
+ title: string;
477
+ } | null;
478
+ type: {
479
+ id: string;
480
+ title: string;
481
+ } | null;
482
+ positionIds?: string[];
483
+ positions?: {
484
+ id: string;
485
+ title: string;
486
+ }[];
194
487
  }
488
+ declare const BUSINESS_UNITS_MOCK: AXCBusinessUnitMockDto[];
195
489
 
196
- declare class AXPRoomDataSeeder implements AXPDataSeeder {
197
- private storageService;
490
+ declare class AXMBusinessUnitDataSeeder implements AXPDataSeeder {
491
+ private storage;
198
492
  seed(): Promise<void>;
199
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPRoomDataSeeder, never>;
200
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPRoomDataSeeder>;
493
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMBusinessUnitDataSeeder, never>;
494
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMBusinessUnitDataSeeder>;
201
495
  }
202
496
 
203
- declare class AXCConversationMockModule {
204
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockModule, never>;
205
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCConversationMockModule, never, never, never>;
206
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCConversationMockModule>;
497
+ declare function findEmployeeById(employeeId: string): AXCEmployeeMockDto | undefined;
498
+ interface AXCEmployeeMockDto {
499
+ id: string;
500
+ userId?: string;
501
+ partyId: string;
502
+ party: {
503
+ id: string;
504
+ displayName: string;
505
+ };
506
+ birthDate: Date;
507
+ employeeCode: string;
508
+ roleId: string;
509
+ role: {
510
+ id: string;
511
+ title: string;
512
+ };
513
+ employmentTypeId: string;
514
+ employmentType: {
515
+ id: string;
516
+ title: string;
517
+ };
518
+ hireDate: Date;
519
+ managerId: string | null;
520
+ manager: AXCEmployeeMockDto | null;
207
521
  }
522
+ declare const EMPLOYEES_MOCK: AXCEmployeeMockDto[];
208
523
 
209
- declare function generateRandomDashboard(): AXMCommonDashboardEntityModel;
210
- declare const DASHBOARDS: AXMCommonDashboardEntityModel[];
524
+ type AXCEmployeeMock = (typeof EMPLOYEES_MOCK)[number];
525
+ interface AXCTeamMockDto {
526
+ id: string;
527
+ title: string;
528
+ description: string;
529
+ leaderId: string;
530
+ leader: AXCEmployeeMock;
531
+ managerId: string;
532
+ manager: AXCEmployeeMock;
533
+ memberIds: string[];
534
+ members: AXCEmployeeMock[];
535
+ }
536
+ interface AXCTeamMockDto {
537
+ id: string;
538
+ title: string;
539
+ description: string;
540
+ leaderId: string;
541
+ leader: AXCEmployeeMock;
542
+ managerId: string;
543
+ manager: AXCEmployeeMock;
544
+ memberIds: string[];
545
+ members: AXCEmployeeMock[];
546
+ }
547
+ declare const TEAMS_MOCK: AXCTeamMockDto[];
211
548
 
212
- declare class AXPDashboardDataSeeder implements AXPDataSeeder {
549
+ declare class AXMTeamDataSeeder implements AXPDataSeeder {
213
550
  private storageService;
214
551
  seed(): Promise<void>;
215
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPDashboardDataSeeder, never>;
216
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPDashboardDataSeeder>;
217
- }
218
-
219
- declare class AXCDashboardManagementMockModule {
220
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCDashboardManagementMockModule, never>;
221
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCDashboardManagementMockModule, never, never, never>;
222
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCDashboardManagementMockModule>;
552
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMTeamDataSeeder, never>;
553
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMTeamDataSeeder>;
223
554
  }
224
555
 
225
- declare class AXCDataManagementMockModule {
226
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCDataManagementMockModule, never>;
227
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCDataManagementMockModule, never, never, never>;
228
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCDataManagementMockModule>;
556
+ interface PositionMockDto extends AXPCategorizedEntityDto {
557
+ id: string;
558
+ title: string;
559
+ description: string;
560
+ categoryIds: string[];
561
+ categories: {
562
+ id: string;
563
+ title: string;
564
+ }[];
565
+ isManager?: boolean;
229
566
  }
567
+ declare const POSITIONS_CATEGORY_MOCK: AXPCategoryEntity<string>[];
568
+ declare const POSITIONS_MOCK: PositionMockDto[];
230
569
 
231
- declare class AXCMetaDataDefinitionDataSeeder implements AXPDataSeeder {
570
+ declare class AXMPositionDataSeeder implements AXPDataSeeder {
232
571
  private storageService;
233
572
  seed(): Promise<void>;
234
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCMetaDataDefinitionDataSeeder, never>;
235
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCMetaDataDefinitionDataSeeder>;
573
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMPositionDataSeeder, never>;
574
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMPositionDataSeeder>;
236
575
  }
237
576
 
238
- declare class AXCMetaDataDefinitionCategoryMockService extends AXMMetaDataDefinitionCategoryServiceImpl {
239
- protected metaDataService: AXMMetaDataDefinitionService<any>;
240
- getAllWithItems(): Promise<AXMMetaDataDefinitionCategoryWithItemsEntityModel<string>[]>;
241
- private buildCategoryTree;
242
- insertOne(request: Omit<AXMMetaDataDefinitionCategoryEntityModel<string>, 'id'>): Promise<string>;
577
+ interface RoleMockDto extends AXPCategorizedEntityDto {
578
+ id: string;
579
+ title: string;
580
+ description: string;
581
+ categoryIds: string[];
582
+ categories: {
583
+ id: string;
584
+ title: string;
585
+ }[];
586
+ skillsId: string[];
587
+ skills: {
588
+ id: string;
589
+ title: string;
590
+ }[];
591
+ responsibilitiesId: string[];
592
+ responsibilities: {
593
+ id: string;
594
+ title: string;
595
+ }[];
243
596
  }
597
+ declare const ROLES_CATEGORY_MOCK: AXPCategoryEntity<string>[];
598
+ declare const ROLES_MOCK: RoleMockDto[];
244
599
 
245
- declare class AXPDexieEntityStorageService extends dexie__default implements AXPEntityStorageService<string, any> {
246
- protected sessionService: AXPSessionService;
247
- protected entityRegistryService: AXPEntityDefinitionRegistryService;
248
- protected lockService: AXPLockService;
249
- protected entityEventDispatcher: AXPEntityEventDispatcherService;
250
- constructor();
251
- get dbName(): string;
252
- private detectChanges;
253
- private addToHistory;
254
- /**
255
- * Seed the storage with the provided collection only if it has not been
256
- * inserted before.
257
- *
258
- * Rather than relying on the total record count, we inspect whether the first
259
- * item of the incoming collection (identified by its `id`) already exists in
260
- * the table for the given `entityName`. If it exists, the data has already
261
- * been seeded and no action is taken; otherwise, the entire collection is
262
- * bulk-inserted.
263
- */
264
- initial<T = any>(entityName: string, collection: T[], options?: {
265
- mergeType: 'merge' | 'replace';
266
- uniqueKeys: string[];
267
- }): Promise<T[]>;
268
- getOne<T = any>(entityName: string, id: string): Promise<T>;
269
- updateOne<T = any>(entityName: string, id: string, keyValue: {
270
- [key: string]: any;
271
- }): Promise<T>;
272
- deleteOne(entityName: string, id: string): Promise<void>;
273
- insertOne<T = any>(entityName: string, entity: T): Promise<string>;
274
- getAll<T = any>(entityName: string): Promise<T[]>;
275
- query<T = any>(entityName: string, request: AXPQueryRequest): Promise<AXPPagedListResult<T>>;
276
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPDexieEntityStorageService, never>;
277
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPDexieEntityStorageService>;
600
+ declare class AXMRoleDataSeeder implements AXPDataSeeder {
601
+ private storageService;
602
+ seed(): Promise<void>;
603
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMRoleDataSeeder, never>;
604
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMRoleDataSeeder>;
278
605
  }
279
606
 
280
- declare class AXCDocumentManagementMockModule {
281
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCDocumentManagementMockModule, never>;
282
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCDocumentManagementMockModule, never, never, never>;
283
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCDocumentManagementMockModule>;
607
+ interface ResponsibilityMockDto extends AXPCategorizedEntityDto {
608
+ id: string;
609
+ title: string;
610
+ description: string;
611
+ categoryIds: string[];
612
+ categories: {
613
+ id: string;
614
+ title: string;
615
+ }[];
284
616
  }
617
+ declare const RESPONSIBILITIES_CATEGORY_MOCK: AXPCategoryEntity<string>[];
618
+ declare const RESPONSIBILITIES_MOCK: ResponsibilityMockDto[];
285
619
 
286
- declare class AXCFormTemplateManagementMockModule {
287
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCFormTemplateManagementMockModule, never>;
288
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCFormTemplateManagementMockModule, never, never, never>;
289
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCFormTemplateManagementMockModule>;
620
+ declare class AXMResponsibilityDataSeeder implements AXPDataSeeder {
621
+ private storageService;
622
+ seed(): Promise<void>;
623
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMResponsibilityDataSeeder, never>;
624
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMResponsibilityDataSeeder>;
290
625
  }
291
626
 
292
- declare class AXCHelpDeskMockModule {
293
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCHelpDeskMockModule, never>;
294
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCHelpDeskMockModule, never, never, never>;
295
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCHelpDeskMockModule>;
627
+ declare class AXMEmployeeDataSeeder implements AXPDataSeeder {
628
+ private storageService;
629
+ seed(): Promise<void>;
630
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmployeeDataSeeder, never>;
631
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmployeeDataSeeder>;
296
632
  }
297
633
 
298
- declare class AXCLogManagementMockModule {
299
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCLogManagementMockModule, never>;
300
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLogManagementMockModule, never, never, never>;
301
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCLogManagementMockModule>;
634
+ interface AXCPositionAssignmentMockDto {
635
+ id: string;
636
+ employeeId: string;
637
+ employee?: any;
638
+ positionId: string;
639
+ position?: any;
640
+ businessUnitId: string;
641
+ businessUnit?: any;
642
+ startDate: Date;
643
+ endDate?: Date | null;
644
+ isPrimary?: boolean;
645
+ notes?: string;
302
646
  }
647
+ declare const POSITION_ASSIGNMENTS_MOCK: AXCPositionAssignmentMockDto[];
303
648
 
304
- declare class MOCKGoogleStrategy extends AXPAuthStrategy {
305
- tenantLoader: _acorex_platform_auth.AXPTenantLoader;
306
- protected configs: AXMAuthConfigs;
307
- private externalAuthorizationService;
308
- applicationLoader: _acorex_platform_auth.AXPApplicationLoader;
309
- router: Router;
310
- constructor();
311
- get name(): string;
312
- signin(credentials: AXPBaseCredentials): Promise<void>;
313
- signout(): Promise<void>;
314
- refreshToken(context: AXPSessionContext): Promise<AXPSignInResult>;
315
- updateToken(params: {
316
- [key: string]: any;
317
- }): Promise<AXPSignInResult>;
318
- static ɵfac: i0.ɵɵFactoryDeclaration<MOCKGoogleStrategy, never>;
319
- static ɵprov: i0.ɵɵInjectableDeclaration<MOCKGoogleStrategy>;
649
+ declare class AXMPositionAssignmentDataSeeder implements AXPDataSeeder {
650
+ private storageService;
651
+ seed(): Promise<void>;
652
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMPositionAssignmentDataSeeder, never>;
653
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMPositionAssignmentDataSeeder>;
320
654
  }
321
655
 
322
- declare class AXCFOrganizationManagementMockModule {
323
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCFOrganizationManagementMockModule, never>;
324
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCFOrganizationManagementMockModule, never, never, never>;
325
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCFOrganizationManagementMockModule>;
656
+ interface SkillMockDto extends AXPCategorizedEntityDto {
657
+ id: string;
658
+ title: string;
659
+ description: string;
660
+ categoryIds: string[];
661
+ categories: {
662
+ id: string;
663
+ title: string;
664
+ }[];
326
665
  }
666
+ declare const SKILLS_CATEGORY_MOCK: AXPCategoryEntity<string>[];
667
+ declare const SKILLS_MOCK: SkillMockDto[];
327
668
 
328
- declare class AXCReportManagementMockModule {
329
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCReportManagementMockModule, never>;
330
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCReportManagementMockModule, never, [typeof i1.AXPRuntimeModule], never>;
331
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCReportManagementMockModule>;
669
+ declare class AXMSkillDataSeeder implements AXPDataSeeder {
670
+ private storageService;
671
+ seed(): Promise<void>;
672
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMSkillDataSeeder, never>;
673
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMSkillDataSeeder>;
332
674
  }
333
675
 
334
- declare class AXCLocationManagementMockModule {
335
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCLocationManagementMockModule, never>;
336
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLocationManagementMockModule, never, never, never>;
337
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCLocationManagementMockModule>;
676
+ interface AXCSkillLevelMockDto {
677
+ id: string;
678
+ title: string;
679
+ order: number;
680
+ isActive: boolean;
681
+ description?: string;
338
682
  }
683
+ declare const SKILL_LEVELS_MOCK: AXCSkillLevelMockDto[];
339
684
 
340
- declare class AXCLocaleManagementMockModule {
341
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCLocaleManagementMockModule, never>;
342
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLocaleManagementMockModule, never, never, never>;
343
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCLocaleManagementMockModule>;
685
+ declare class AXMSkillLevelDataSeeder implements AXPDataSeeder {
686
+ private readonly storageService;
687
+ seed(): Promise<void>;
688
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMSkillLevelDataSeeder, never>;
689
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMSkillLevelDataSeeder>;
344
690
  }
345
691
 
346
- declare class AXCPlatformManagementMockModule {
347
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCPlatformManagementMockModule, never>;
348
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCPlatformManagementMockModule, never, never, never>;
349
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCPlatformManagementMockModule>;
692
+ /**
693
+ * Mock DTO for employee skill relation entries.
694
+ */
695
+ interface AXCEmployeeSkillMockDto {
696
+ id: string;
697
+ employeeId: string;
698
+ employee?: any;
699
+ skillId: string;
700
+ skill?: any;
701
+ levelId: string;
702
+ level?: any;
703
+ yearsOfExperience?: number;
704
+ lastUsedDate?: Date;
705
+ validatedBy?: string;
706
+ validationSource?: string;
707
+ validationDate?: Date;
708
+ notes?: string;
709
+ }
710
+ declare const EMPLOYEE_SKILLS_MOCK: AXCEmployeeSkillMockDto[];
711
+
712
+ declare class AXMEmployeeSkillDataSeeder implements AXPDataSeeder {
713
+ private storageService;
714
+ seed(): Promise<void>;
715
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmployeeSkillDataSeeder, never>;
716
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmployeeSkillDataSeeder>;
350
717
  }
351
718
 
352
- declare class AXCTextTemplateManagementMockModule {
353
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateManagementMockModule, never>;
354
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTextTemplateManagementMockModule, never, never, never>;
355
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCTextTemplateManagementMockModule>;
719
+ declare const EMPLOYMENT_TYPES_MOCK: any[];
720
+
721
+ declare class AXMEmploymentTypeDataSeeder implements AXPDataSeeder {
722
+ private storageService;
723
+ seed(): Promise<void>;
724
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmploymentTypeDataSeeder, never>;
725
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmploymentTypeDataSeeder>;
356
726
  }
357
727
 
358
- declare class AXCSecurityManagementMockModule {
359
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCSecurityManagementMockModule, never>;
360
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSecurityManagementMockModule, never, never, never>;
361
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCSecurityManagementMockModule>;
728
+ interface AXCLeaveRequestMockDto {
729
+ id: string;
730
+ employeeId: string;
731
+ employee?: any;
732
+ leaveTypeId: string;
733
+ leaveType?: any;
734
+ startDate: Date;
735
+ endDate: Date;
736
+ durationDays: number;
737
+ reason?: string;
738
+ status: 'Pending' | 'Approved' | 'Rejected' | 'Cancelled';
739
+ statusNote?: string;
740
+ statusHistory?: Array<{
741
+ status: 'Pending' | 'Approved' | 'Rejected' | 'Cancelled';
742
+ changedAt: Date;
743
+ changedBy: string;
744
+ note?: string;
745
+ }>;
746
+ }
747
+ declare const LEAVE_REQUESTS_MOCK: AXCLeaveRequestMockDto[];
748
+
749
+ declare class AXMLeaveRequestDataSeeder implements AXPDataSeeder {
750
+ private storageService;
751
+ seed(): Promise<void>;
752
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMLeaveRequestDataSeeder, never>;
753
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMLeaveRequestDataSeeder>;
362
754
  }
363
755
 
364
- declare class AXCSchedulerJobManagementMockModule {
365
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCSchedulerJobManagementMockModule, never>;
366
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSchedulerJobManagementMockModule, never, never, never>;
367
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCSchedulerJobManagementMockModule>;
756
+ declare class AXMEmployeeSkillsCategoryProvider implements AXPReportCategoryProvider {
757
+ getList(parentId?: string): Promise<AXPReportCategory[]>;
758
+ getById(id: string): Promise<AXPReportCategory | undefined>;
759
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmployeeSkillsCategoryProvider, never>;
760
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmployeeSkillsCategoryProvider>;
761
+ }
762
+ declare class AXMEmployeeSkillsReportDefinitionProvider implements AXPReportDefinitionProvider {
763
+ getList(categoryId: string): Promise<AXPReportDefinition[]>;
764
+ getById(id: string): Promise<AXPReportDefinition | undefined>;
765
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmployeeSkillsReportDefinitionProvider, never>;
766
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmployeeSkillsReportDefinitionProvider>;
767
+ }
768
+ declare const AXM_EMPLOYEE_SKILLS_CATEGORY_PROVIDER: {
769
+ provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportCategoryProviderToken[]>;
770
+ useClass: typeof AXMEmployeeSkillsCategoryProvider;
771
+ multi: boolean;
772
+ };
773
+ declare const AXM_EMPLOYEE_SKILLS_DEFINITION_PROVIDER: {
774
+ provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportDefinitionProviderToken[]>;
775
+ useClass: typeof AXMEmployeeSkillsReportDefinitionProvider;
776
+ multi: boolean;
777
+ };
778
+
779
+ type ListInput = {
780
+ skillId?: string;
781
+ levelId?: string;
782
+ minYears?: number;
783
+ startDate?: Date | string;
784
+ endDate?: Date | string;
785
+ skip?: number;
786
+ take?: number;
787
+ };
788
+ declare class AXQEmployeeSkillsListQuery implements AXPQuery<ListInput, {
789
+ items: any[];
790
+ total: number;
791
+ }> {
792
+ fetch(input: ListInput): Promise<{
793
+ items: any[];
794
+ total: number;
795
+ }>;
796
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsListQuery, never>;
797
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsListQuery>;
798
+ }
799
+ type StatsInput = {
800
+ skillId?: string;
801
+ levelId?: string;
802
+ minYears?: number;
803
+ };
804
+ declare class AXQEmployeeSkillsStatsQuery implements AXPQuery<StatsInput, Record<string, number>> {
805
+ fetch(input: StatsInput): Promise<Record<string, number>>;
806
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsStatsQuery, never>;
807
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsStatsQuery>;
808
+ }
809
+ type LevelsInput = {
810
+ skillId?: string;
811
+ minYears?: number;
812
+ };
813
+ declare class AXQEmployeeSkillsLevelsQuery implements AXPQuery<LevelsInput, Record<string, number>> {
814
+ fetch(input: LevelsInput): Promise<Record<string, number>>;
815
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsLevelsQuery, never>;
816
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsLevelsQuery>;
817
+ }
818
+ type TrendInput = {
819
+ startDate?: Date | string;
820
+ endDate?: Date | string;
821
+ skillId?: string;
822
+ levelId?: string;
823
+ };
824
+ declare class AXQEmployeeSkillsTrendQuery implements AXPQuery<TrendInput, {
825
+ month: string;
826
+ value: number;
827
+ }[]> {
828
+ fetch(input: TrendInput): Promise<{
829
+ month: string;
830
+ value: number;
831
+ }[]>;
832
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsTrendQuery, never>;
833
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsTrendQuery>;
834
+ }
835
+ declare class AXQEmployeeSkillsSkillPercentagesQuery implements AXPQuery<StatsInput, Record<string, number>> {
836
+ fetch(input: StatsInput): Promise<Record<string, number>>;
837
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsSkillPercentagesQuery, never>;
838
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsSkillPercentagesQuery>;
839
+ }
840
+ declare class AXQEmployeeSkillsLevelPercentagesQuery implements AXPQuery<LevelsInput, Record<string, number>> {
841
+ fetch(input: LevelsInput): Promise<Record<string, number>>;
842
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsLevelPercentagesQuery, never>;
843
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsLevelPercentagesQuery>;
368
844
  }
369
845
 
370
- declare class AXCTrainingManagementMockModule {
371
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCTrainingManagementMockModule, never>;
372
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTrainingManagementMockModule, never, never, never>;
373
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCTrainingManagementMockModule>;
846
+ interface PartyMockData {
847
+ id: string;
848
+ firstName: string;
849
+ lastName: string;
850
+ displayName: string;
851
+ email: string;
852
+ mobile: string;
853
+ gender: string;
854
+ type: string;
855
+ }
856
+ declare function findPartyById(id: string): PartyMockData | null;
857
+
858
+ declare class AXMIndustryDataSeeder implements AXPDataSeeder {
859
+ private readonly storageService;
860
+ seed(): Promise<void>;
861
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMIndustryDataSeeder, never>;
862
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMIndustryDataSeeder>;
374
863
  }
375
864
 
376
- declare class AXCProjectManagementMockModule {
377
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCProjectManagementMockModule, never>;
378
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCProjectManagementMockModule, never, never, never>;
379
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCProjectManagementMockModule>;
865
+ declare function findContactMethod(referenceId: string, type: string): string | undefined;
866
+
867
+ declare class AXCJsaSeeder implements AXPDataSeeder {
868
+ private storageService;
869
+ seed(): Promise<void>;
870
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCJsaSeeder, never>;
871
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCJsaSeeder>;
380
872
  }
381
873
 
382
- declare class AXMCalendarManagementMockModule {
383
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMCalendarManagementMockModule, never>;
384
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCalendarManagementMockModule, never, never, never>;
385
- static ɵinj: i0.ɵɵInjectorDeclaration<AXMCalendarManagementMockModule>;
874
+ interface TaskType {
875
+ id: string;
876
+ name: string;
877
+ title: string;
878
+ description: string;
879
+ icon: string;
880
+ color: string;
881
+ isActive: boolean;
882
+ order: number;
883
+ features: string[];
884
+ workflowSteps: string[];
885
+ estimatedHours: number;
886
+ priority: string;
887
+ category: string;
888
+ }
889
+ declare const TASK_TYPES: TaskType[];
890
+ interface TaskStatus {
891
+ id: string;
892
+ taskTypeId: string;
893
+ name: string;
894
+ title: string;
895
+ description: string;
896
+ color: string;
897
+ icon: string;
898
+ isInitial: boolean;
899
+ isFinal: boolean;
900
+ order: number;
901
+ nextStatuses: string[];
902
+ isActive: boolean;
903
+ }
904
+ declare const TASK_STATUSES: TaskStatus[];
905
+ interface Task {
906
+ id: string;
907
+ title: string;
908
+ description: string;
909
+ taskTypeId: string;
910
+ taskStatusId: string;
911
+ priority: string;
912
+ estimatedHours: number;
913
+ actualHours: number;
914
+ startDate: Date;
915
+ dueDate: Date;
916
+ completedDate?: Date;
917
+ assignedToUserId: string;
918
+ createdByUserId: string;
919
+ tags: string[];
920
+ progress: number;
921
+ isActive: boolean;
386
922
  }
923
+ declare const TASKS: Task[];
924
+ interface TaskTemplate {
925
+ id: string;
926
+ name: string;
927
+ title: string;
928
+ description: string;
929
+ taskTypeId: string;
930
+ templateData: {
931
+ title: string;
932
+ description: string;
933
+ estimatedHours: number;
934
+ priority: string;
935
+ tags: string[];
936
+ checklistItems: Array<{
937
+ title: string;
938
+ description?: string;
939
+ order: number;
940
+ }>;
941
+ };
942
+ isPublic: boolean;
943
+ createdBy: string;
944
+ }
945
+ declare const TASK_TEMPLATES: TaskTemplate[];
387
946
 
388
- declare class AXCWorkflowManagementMockModule {
389
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowManagementMockModule, never>;
390
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCWorkflowManagementMockModule, never, never, never>;
391
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCWorkflowManagementMockModule>;
947
+ type extraFields$1 = {
948
+ recievedDate: Date;
949
+ };
950
+ declare class AXPTaskBoardProjectManagementTaskProvider extends AXPWorkflowTaskProvider<extraFields$1> {
951
+ private calendarService;
952
+ private list;
953
+ get name(): string;
954
+ get title(): string;
955
+ get icon(): string;
956
+ /**
957
+ * Retrieves a list of tasks, applying all provided filters and pagination.
958
+ * @param options Filtering and pagination options.
959
+ * @returns A promise resolving to the paginated list of tasks and the total count of filtered tasks.
960
+ */
961
+ getTasks(options?: AXPTaskFilter): Promise<{
962
+ items: AXPTask<extraFields$1>[];
963
+ total: number;
964
+ }>;
965
+ /**
966
+ * Updates one or more tasks in the provider's list.
967
+ * This method finds each task by its ID and applies the new properties from the input.
968
+ * It also automatically recalculates the `allDay` flag based on the task's duration.
969
+ * @param tasksToUpdate An array of task objects to update. Each object must have an `id`.
970
+ * @returns An array of the tasks that were successfully updated.
971
+ */
972
+ updateTasks(tasksToUpdate: AXPTask<extraFields$1>[]): Promise<AXPTask<extraFields$1>[]>;
973
+ private isDurationMoreThan24Hours;
974
+ executeCommand(command: AXPExecuteCommand): Promise<AXPExecuteCommandResult>;
975
+ getActions(task?: AXPTask<extraFields$1>): Promise<AXPActionMenuItem[]>;
976
+ getExtraFields(): Promise<AXPExtraField[]>;
977
+ getStatuses(): Promise<AXPTaskStatus[]>;
392
978
  }
393
979
 
394
- declare class AXCNotificationManagementMockModule {
395
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCNotificationManagementMockModule, never>;
396
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCNotificationManagementMockModule, never, never, never>;
397
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCNotificationManagementMockModule>;
980
+ type extraFields = {
981
+ recievedDate: Date;
982
+ };
983
+ declare class AXPTaskBoardPlatformManagementTaskProvider extends AXPWorkflowTaskProvider<extraFields> {
984
+ private calendarService;
985
+ private list;
986
+ get name(): string;
987
+ get title(): string;
988
+ get icon(): string;
989
+ /**
990
+ * Retrieves a list of tasks, applying all provided filters and pagination.
991
+ * @param options Filtering and pagination options.
992
+ * @returns A promise resolving to the paginated list of tasks and the total count of filtered tasks.
993
+ */
994
+ getTasks(options?: AXPTaskFilter): Promise<{
995
+ items: AXPTask<extraFields>[];
996
+ total: number;
997
+ }>;
998
+ /**
999
+ * Updates one or more tasks in the provider's list.
1000
+ * This method finds each task by its ID and applies the new properties from the input.
1001
+ * It also automatically recalculates the `allDay` flag based on the task's duration.
1002
+ * @param tasksToUpdate An array of task objects to update. Each object must have an `id`.
1003
+ * @returns An array of the tasks that were successfully updated.
1004
+ */
1005
+ updateTasks(tasksToUpdate: AXPTask<extraFields>[]): Promise<AXPTask<extraFields>[]>;
1006
+ private isDurationMoreThan24Hours;
1007
+ executeCommand(command: AXPExecuteCommand): Promise<AXPExecuteCommandResult>;
1008
+ getActions(task?: AXPTask<extraFields>): Promise<AXPActionMenuItem[]>;
1009
+ getExtraFields(): Promise<AXPExtraField[]>;
1010
+ getStatuses(): Promise<AXPTaskStatus[]>;
398
1011
  }
399
1012
 
400
- declare class AXCTaskManagementMockModule {
401
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCTaskManagementMockModule, never>;
402
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTaskManagementMockModule, never, never, never>;
403
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCTaskManagementMockModule>;
1013
+ declare class AXCAppTermDataSeeder implements AXPDataSeeder {
1014
+ private storageService;
1015
+ seed(): Promise<void>;
1016
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCAppTermDataSeeder, never>;
1017
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCAppTermDataSeeder>;
404
1018
  }
405
1019
 
406
- declare class AXMPartyManagementMockModule {
407
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMPartyManagementMockModule, never>;
408
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPartyManagementMockModule, never, never, never>;
409
- static ɵinj: i0.ɵɵInjectorDeclaration<AXMPartyManagementMockModule>;
1020
+ declare class AXMAiResponderService {
1021
+ private readonly geminiApiKey;
1022
+ getAIResponse(prompt: string): Promise<string>;
1023
+ private getRandomReply;
1024
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMAiResponderService, never>;
1025
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMAiResponderService>;
410
1026
  }
411
1027
 
412
- declare class AXCContentManagementMockModule {
413
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCContentManagementMockModule, never>;
414
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCContentManagementMockModule, never, never, never>;
415
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCContentManagementMockModule>;
1028
+ declare class AXPMessageDataSeeder implements AXPDataSeeder {
1029
+ private storageService;
1030
+ private chatService;
1031
+ private chatRealtimeService;
1032
+ private commentService;
1033
+ private commentRealtimeService;
1034
+ private aiResponderService;
1035
+ private usersService;
1036
+ private sessionService;
1037
+ private userNameCache;
1038
+ private getUserName;
1039
+ seed(): Promise<void>;
1040
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPMessageDataSeeder, never>;
1041
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXPMessageDataSeeder>;
416
1042
  }
417
1043
 
418
- declare class AXCIdentifierManagementMockModule {
419
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCIdentifierManagementMockModule, never>;
420
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCIdentifierManagementMockModule, never, never, never>;
421
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCIdentifierManagementMockModule>;
1044
+ declare class AXPRoomDataSeeder implements AXPDataSeeder {
1045
+ private storageService;
1046
+ seed(): Promise<void>;
1047
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPRoomDataSeeder, never>;
1048
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXPRoomDataSeeder>;
422
1049
  }
423
1050
 
424
- declare class AXCMockModule {
425
- constructor(appInitService: AXPAppStartUpService, injector: Injector);
426
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
427
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCFOrganizationManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCTextTemplateManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCSchedulerJobManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTrainingManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCLogManagementMockModule, typeof AXMCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXMPartyManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCIdentifierManagementMockModule], never>;
428
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
1051
+ declare class AXCTextTemplateCategoryDataSeeder implements AXPDataSeeder {
1052
+ private storageService;
1053
+ seed(): Promise<void>;
1054
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateCategoryDataSeeder, never>;
1055
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateCategoryDataSeeder>;
429
1056
  }
430
1057
 
431
- interface MockUserPassCredentials extends AXPBaseCredentials {
432
- username: string;
433
- password: string;
1058
+ declare class AXCTextTemplateDataSeeder implements AXPDataSeeder {
1059
+ private storageService;
1060
+ seed(): Promise<void>;
1061
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateDataSeeder, never>;
1062
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateDataSeeder>;
434
1063
  }
435
- declare class MOCKStrategy extends AXPAuthStrategy {
436
- tenantLoader: _acorex_platform_auth.AXPTenantLoader;
437
- applicationLoader: _acorex_platform_auth.AXPApplicationLoader;
438
- router: Router;
439
- constructor();
440
- private entityRegistery;
441
- get name(): string;
442
- signin(credentials: MockUserPassCredentials): Promise<AXPSignInResult>;
443
- signout(): Promise<void>;
444
- refreshToken(context: AXPSessionContext): Promise<AXPSignInResult>;
445
- updateToken(params: {
446
- [key: string]: any;
447
- }): Promise<AXPSignInResult>;
448
- static ɵfac: i0.ɵɵFactoryDeclaration<MOCKStrategy, never>;
449
- static ɵprov: i0.ɵɵInjectableDeclaration<MOCKStrategy>;
1064
+
1065
+ declare const TEXT_TEMPLATE_CATEGORY: {
1066
+ id: string;
1067
+ name: string;
1068
+ title: string;
1069
+ }[];
1070
+ declare const TEXT_TEMPLATES: AXMTextTemplateManagementTemplateEntityModel[];
1071
+
1072
+ declare class AXCTextTemplateManagementMockModule {
1073
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateManagementMockModule, never>;
1074
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTextTemplateManagementMockModule, never, never, never>;
1075
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCTextTemplateManagementMockModule>;
450
1076
  }
451
1077
 
452
- declare class AXCAppVersionDataSeeder implements AXPDataSeeder {
1078
+ declare class AXMFormDataSourcesProvider implements AXPDataSourceDefinitionProvider {
1079
+ private yesNoOptions;
1080
+ private yesNoNaOptions;
1081
+ private booleanOptions;
1082
+ private weatherConditions;
1083
+ private visibilityLevels;
1084
+ private workAreas;
1085
+ private departments;
1086
+ private permitTypes;
1087
+ private approvalStatus;
1088
+ private workCompletionStatus;
1089
+ private trainingStatus;
1090
+ private certificationStatus;
1091
+ private priorityLevels;
1092
+ private incidentTypes;
1093
+ private severityLevels;
1094
+ items(): Promise<AXPDataSourceDefinition[]>;
1095
+ }
1096
+
1097
+ declare class AXCMetaDataDefinitionDataSeeder implements AXPDataSeeder {
453
1098
  private storageService;
454
- private appVersionService;
455
1099
  seed(): Promise<void>;
456
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCAppVersionDataSeeder, never>;
457
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCAppVersionDataSeeder>;
1100
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCMetaDataDefinitionDataSeeder, never>;
1101
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCMetaDataDefinitionDataSeeder>;
1102
+ }
1103
+
1104
+ interface CategoryMetadataInheritanceQueryParams {
1105
+ entityName: string;
1106
+ categoryId: string;
1107
+ }
1108
+ type CategoryMetadataInheritanceResult = AXMMetaDataDefinitionEntityModel[];
1109
+ declare class AXCQueryCategoryMetadataInheritanceQuery implements AXPQuery<CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult> {
1110
+ private injector;
1111
+ private metaDataService;
1112
+ fetch(params: CategoryMetadataInheritanceQueryParams): Promise<CategoryMetadataInheritanceResult>;
1113
+ private findCategoryById;
1114
+ private buildCategoryHierarchy;
1115
+ private collectInheritedMetadata;
1116
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCQueryCategoryMetadataInheritanceQuery, never>;
1117
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCQueryCategoryMetadataInheritanceQuery>;
1118
+ }
1119
+
1120
+ declare function generateUserDashboard(user: (typeof mockUsers)[0]): AXMCommonDashboardEntityModel;
1121
+ declare function createDashboardForUser(dashboardName: string, userId: string, widgetTypesInput: string[]): AXMCommonDashboardEntityModel;
1122
+ declare function createAndSaveDashboardForUser(params: {
1123
+ name: string;
1124
+ userId: string;
1125
+ widgetTypes: string[];
1126
+ }, injector: Injector): Promise<string>;
1127
+ declare const DASHBOARDS: AXMCommonDashboardEntityModel[];
1128
+
1129
+ declare class AXPDashboardDataSeeder implements AXPDataSeeder {
1130
+ private storageService;
1131
+ seed(): Promise<void>;
1132
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPDashboardDataSeeder, never>;
1133
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXPDashboardDataSeeder>;
1134
+ }
1135
+
1136
+ declare class AXMReportCategoryDataSeeder implements AXPDataSeeder {
1137
+ private storageService;
1138
+ seed(): Promise<void>;
1139
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportCategoryDataSeeder, never>;
1140
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportCategoryDataSeeder>;
1141
+ }
1142
+
1143
+ declare class AXMReportDefinitionDataSeeder implements AXPDataSeeder {
1144
+ private storageService;
1145
+ seed(): Promise<void>;
1146
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportDefinitionDataSeeder, never>;
1147
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportDefinitionDataSeeder>;
1148
+ }
1149
+
1150
+ declare class AXMReportExecuteCommand implements AXPExecutionReportCommand {
1151
+ private readonly queryService;
1152
+ private readonly mockDataService;
1153
+ private readonly reportDataCache;
1154
+ private readonly CACHE_TTL_MS;
1155
+ private readonly DEFAULT_TOTAL_ITEMS;
1156
+ private readonly reportDefinitionService;
1157
+ constructor();
1158
+ execute(context: AXPLayoutExecutionContext): Promise<AXPExecutionReportCommandResult>;
1159
+ private generateLayoutData;
1160
+ private generateTableData;
1161
+ private generateChartData;
1162
+ private generateLayoutDataFromQuery;
1163
+ private buildQueryInput;
1164
+ private assignByPath;
1165
+ private normalizeTableQueryResult;
1166
+ private normalizeChartQueryResult;
1167
+ private generateSystemHealthChartData;
1168
+ private readonly reportDefinitionFallback;
1169
+ private applyAuditTrailFilters;
1170
+ private applyLoginLogsFilters;
1171
+ private applyChangePasswordLogsFilters;
1172
+ private applyIdentityAuditLogErrorLogsFilters;
1173
+ private getCachedOrGenerateReportData;
1174
+ private generateCacheKey;
1175
+ private generateReportVersion;
1176
+ private isCacheValid;
1177
+ private clearExpiredCache;
1178
+ /**
1179
+ * Manually clear all cached report data (useful for debugging or forcing refresh)
1180
+ */
1181
+ clearCache(): void;
1182
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportExecuteCommand, never>;
1183
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportExecuteCommand>;
1184
+ }
1185
+
1186
+ /**
1187
+ * Provides mock data generation for reports, separated from execution concerns.
1188
+ */
1189
+ declare class AXMReportMockDataService {
1190
+ /**
1191
+ * Generate mock data based on report title heuristics.
1192
+ */
1193
+ generateMockDataForReport(reportDefinition: AXPReportDefinition, parameters: Record<string, unknown>, pageSize: number): Record<string, unknown>[];
1194
+ private generateAuditTrailData;
1195
+ private generateFinancialData;
1196
+ private generateIncomeData;
1197
+ private generateEmployeeData;
1198
+ private generateSalesData;
1199
+ private generateSafetyData;
1200
+ private generateGenericData;
1201
+ private getRandomPastDate;
1202
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportMockDataService, never>;
1203
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportMockDataService>;
458
1204
  }
459
1205
 
460
- declare class AXCGlobalVariablesDataSeeder implements AXPDataSeeder {
461
- private storageService;
1206
+ declare const calendarMock: ({
1207
+ id: string;
1208
+ name: string;
1209
+ title: string;
1210
+ description: string;
1211
+ calendarTypeId: string;
1212
+ calendarType: {
1213
+ id: string;
1214
+ title: string;
1215
+ };
1216
+ parentId: null;
1217
+ parent: null;
1218
+ weekends: string[];
1219
+ firstDayOfWeek: string;
1220
+ workingHours: {
1221
+ start: string;
1222
+ end: string;
1223
+ breakStart: string;
1224
+ breakEnd: string;
1225
+ };
1226
+ timeZone: string;
1227
+ isTemplate: boolean;
1228
+ isActive: boolean;
1229
+ order: number;
1230
+ notes: string;
1231
+ created: {
1232
+ at: Date;
1233
+ };
1234
+ updated: {
1235
+ at: Date;
1236
+ };
1237
+ scope?: undefined;
1238
+ scopeEntityId?: undefined;
1239
+ } | {
1240
+ id: string;
1241
+ name: string;
1242
+ title: string;
1243
+ description: string;
1244
+ calendarTypeId: string;
1245
+ calendarType: {
1246
+ id: string;
1247
+ title: string;
1248
+ };
1249
+ parentId: null;
1250
+ parent: null;
1251
+ scope: string;
1252
+ scopeEntityId: null;
1253
+ weekends: string[];
1254
+ firstDayOfWeek: string;
1255
+ workingHours: {
1256
+ start: string;
1257
+ end: string;
1258
+ breakStart: string;
1259
+ breakEnd: string;
1260
+ };
1261
+ timeZone: string;
1262
+ isTemplate: boolean;
1263
+ isActive: boolean;
1264
+ order: number;
1265
+ notes: string;
1266
+ created: {
1267
+ at: Date;
1268
+ };
1269
+ updated: {
1270
+ at: Date;
1271
+ };
1272
+ } | {
1273
+ id: string;
1274
+ name: string;
1275
+ title: string;
1276
+ description: string;
1277
+ calendarTypeId: string;
1278
+ calendarType: {
1279
+ id: string;
1280
+ title: string;
1281
+ };
1282
+ parentId: null;
1283
+ parent: null;
1284
+ scope: string;
1285
+ scopeEntityId: string;
1286
+ weekends: string[];
1287
+ firstDayOfWeek: string;
1288
+ workingHours: {
1289
+ start: string;
1290
+ end: string;
1291
+ breakStart: string;
1292
+ breakEnd: string;
1293
+ };
1294
+ timeZone: string;
1295
+ isTemplate: boolean;
1296
+ isActive: boolean;
1297
+ order: number;
1298
+ notes: string;
1299
+ created: {
1300
+ at: Date;
1301
+ };
1302
+ updated: {
1303
+ at: Date;
1304
+ };
1305
+ })[];
1306
+
1307
+ declare class AXCCalendarDataSeeder implements AXPDataSeeder {
1308
+ private readonly storageService;
1309
+ seed(): Promise<void>;
1310
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCCalendarDataSeeder, never>;
1311
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCCalendarDataSeeder>;
1312
+ }
1313
+
1314
+ declare const calendarEventMock: ({
1315
+ id: string;
1316
+ calendarId: string;
1317
+ calendar: {
1318
+ id: string;
1319
+ title: string;
1320
+ };
1321
+ title: string;
1322
+ description: string;
1323
+ typeId: string;
1324
+ type: _acorex_modules_calendar_management.AXMCalendarManagementCalendarEventTypeEntityModel;
1325
+ date: Date;
1326
+ isRecurring: boolean;
1327
+ recurrenceRule: string;
1328
+ isActive: boolean;
1329
+ order: number;
1330
+ created: {
1331
+ at: Date;
1332
+ };
1333
+ updated: {
1334
+ at: Date;
1335
+ };
1336
+ } | {
1337
+ id: string;
1338
+ calendarId: string;
1339
+ calendar: {
1340
+ id: string;
1341
+ title: string;
1342
+ };
1343
+ title: string;
1344
+ description: string;
1345
+ typeId: string;
1346
+ type: _acorex_modules_calendar_management.AXMCalendarManagementCalendarEventTypeEntityModel;
1347
+ date: Date;
1348
+ isRecurring: boolean;
1349
+ recurrenceRule: null;
1350
+ isActive: boolean;
1351
+ order: number;
1352
+ created: {
1353
+ at: Date;
1354
+ };
1355
+ updated: {
1356
+ at: Date;
1357
+ };
1358
+ })[];
1359
+
1360
+ declare class AXCCalendarEventDataSeeder implements AXPDataSeeder {
1361
+ private readonly storageService;
1362
+ seed(): Promise<void>;
1363
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCCalendarEventDataSeeder, never>;
1364
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCCalendarEventDataSeeder>;
1365
+ }
1366
+
1367
+ declare const calendarEventTypeMockData: AXMCalendarManagementCalendarEventTypeEntityModel[];
1368
+
1369
+ declare class AXMCalendarEventTypeSeeder implements AXPDataSeeder {
1370
+ private readonly storageService;
1371
+ seed(): Promise<void>;
1372
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCalendarEventTypeSeeder, never>;
1373
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMCalendarEventTypeSeeder>;
1374
+ }
1375
+
1376
+ declare const meetingIds: {
1377
+ dailyStandup1: string;
1378
+ dailyStandup2: string;
1379
+ projectReview1: string;
1380
+ };
1381
+ declare const meetingMock: ({
1382
+ id: string;
1383
+ title: string;
1384
+ meetingNotes: string;
1385
+ meetingType: {
1386
+ id: string;
1387
+ title: string;
1388
+ };
1389
+ meetingProviderType: string;
1390
+ isRecorded: boolean;
1391
+ mettingStatus: string;
1392
+ isFullysignedOff: boolean;
1393
+ meetingLocationId: {
1394
+ id: string;
1395
+ title: string;
1396
+ };
1397
+ joinUrl?: undefined;
1398
+ hostUrl?: undefined;
1399
+ } | {
1400
+ id: string;
1401
+ title: string;
1402
+ meetingNotes: string;
1403
+ meetingType: {
1404
+ id: string;
1405
+ title: string;
1406
+ };
1407
+ meetingProviderType: string;
1408
+ joinUrl: string;
1409
+ hostUrl: string;
1410
+ isRecorded: boolean;
1411
+ mettingStatus: string;
1412
+ isFullysignedOff: boolean;
1413
+ meetingLocationId?: undefined;
1414
+ } | {
1415
+ id: string;
1416
+ title: string;
1417
+ meetingNotes: string;
1418
+ meetingType: {
1419
+ id: string;
1420
+ title: string;
1421
+ };
1422
+ meetingProviderType: string;
1423
+ joinUrl: string;
1424
+ hostUrl: string;
1425
+ isRecorded: boolean;
1426
+ mettingStatus: string;
1427
+ isFullysignedOff: boolean;
1428
+ meetingLocationId: {
1429
+ id: string;
1430
+ title: string;
1431
+ };
1432
+ })[];
1433
+
1434
+ declare class AXMMeetingDataSeeder implements AXPDataSeeder {
1435
+ private readonly storageService;
462
1436
  seed(): Promise<void>;
463
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCGlobalVariablesDataSeeder, never>;
464
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCGlobalVariablesDataSeeder>;
1437
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingDataSeeder, never>;
1438
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingDataSeeder>;
465
1439
  }
466
1440
 
467
- declare const GLOBAL_VARIABLES: {
1441
+ declare const meetingTypeMock: {
468
1442
  id: string;
469
- name: string;
470
1443
  title: string;
471
- dataType: string;
472
- value: string;
473
1444
  }[];
474
1445
 
475
- declare const REPORT_CATEGORIES: AXPReportCategory[];
476
- declare const REPORT_DEFINITIONS: AXPReportDefinition[];
477
- declare const CATEGORY_REPORT_MAPPING: Map<string, AXPReportDefinition[]>;
478
-
479
- declare class AXPReportManagementDataSeeder implements AXPDataSeeder {
480
- private storageService;
1446
+ declare class AXMMeetingTypeDataSeeder implements AXPDataSeeder {
1447
+ private readonly storageService;
481
1448
  seed(): Promise<void>;
482
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPReportManagementDataSeeder, never>;
483
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPReportManagementDataSeeder>;
1449
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingTypeDataSeeder, never>;
1450
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingTypeDataSeeder>;
484
1451
  }
485
1452
 
486
- declare class AXMReportExecuteCommand implements AXPExecutionReportCommand {
487
- private readonly queryService;
488
- private readonly reportDataCache;
489
- private readonly CACHE_TTL_MS;
490
- private readonly DEFAULT_TOTAL_ITEMS;
491
- private readonly reportDefinitionService;
492
- constructor();
493
- execute(context: AXPLayoutExecutionContext): Promise<AXPExecutionReportCommandResult>;
494
- private generateLayoutData;
495
- private generateTableData;
496
- private generateChartData;
497
- private getCachedOrGenerateReportData;
498
- private generateCacheKey;
499
- private generateReportVersion;
500
- private isCacheValid;
501
- private clearExpiredCache;
502
- /**
503
- * Manually clear all cached report data (useful for debugging or forcing refresh)
504
- */
505
- clearCache(): void;
506
- private generateMockDataForReport;
507
- private generateFinancialData;
508
- private generateIncomeData;
509
- private generateEmployeeData;
510
- private generateSalesData;
511
- private generateSafetyData;
512
- private generateGenericData;
513
- private getRandomPastDate;
514
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportExecuteCommand, never>;
515
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportExecuteCommand>;
516
- }
1453
+ declare const meetingParticipantMock: ({
1454
+ id: string;
1455
+ meetingId: string;
1456
+ userId: {
1457
+ id: string;
1458
+ title: string;
1459
+ };
1460
+ jointime: Date;
1461
+ leaveTime: Date;
1462
+ duration: number;
1463
+ signOffAt: Date;
1464
+ participantStatus: string;
1465
+ meetingRoleTypeIds: {
1466
+ id: string;
1467
+ title: string;
1468
+ };
1469
+ } | {
1470
+ id: string;
1471
+ meetingId: string;
1472
+ userId: {
1473
+ id: string;
1474
+ title: string;
1475
+ };
1476
+ jointime: Date;
1477
+ leaveTime: null;
1478
+ duration: number;
1479
+ signOffAt: null;
1480
+ participantStatus: string;
1481
+ meetingRoleTypeIds: {
1482
+ id: string;
1483
+ title: string;
1484
+ };
1485
+ })[];
517
1486
 
518
- declare class AXCSchedulerJobDataSeeder implements AXPDataSeeder {
519
- private storageService;
1487
+ declare class AXMMeetingParticipantDataSeeder implements AXPDataSeeder {
1488
+ private readonly storageService;
520
1489
  seed(): Promise<void>;
521
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCSchedulerJobDataSeeder, never>;
522
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCSchedulerJobDataSeeder>;
1490
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingParticipantDataSeeder, never>;
1491
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingParticipantDataSeeder>;
523
1492
  }
524
1493
 
525
- declare class AXPSecurityManagementRoleDataSeeder implements AXPDataSeeder {
526
- private storageService;
527
- seed(): Promise<void>;
528
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementRoleDataSeeder, never>;
529
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementRoleDataSeeder>;
530
- }
1494
+ declare const meetingSessionMock: ({
1495
+ id: string;
1496
+ meetingId: string;
1497
+ title: string;
1498
+ scheduleDate: Date;
1499
+ startTime: Date;
1500
+ endTime: Date;
1501
+ actualDate: Date;
1502
+ actualStartTime: Date;
1503
+ actualEndTime: Date;
1504
+ } | {
1505
+ id: string;
1506
+ meetingId: string;
1507
+ title: string;
1508
+ scheduleDate: Date;
1509
+ startTime: Date;
1510
+ endTime: Date;
1511
+ actualDate: Date;
1512
+ actualStartTime: Date;
1513
+ actualEndTime?: undefined;
1514
+ } | {
1515
+ id: string;
1516
+ meetingId: string;
1517
+ title: string;
1518
+ scheduleDate: Date;
1519
+ startTime: Date;
1520
+ endTime: Date;
1521
+ actualDate?: undefined;
1522
+ actualStartTime?: undefined;
1523
+ actualEndTime?: undefined;
1524
+ })[];
531
1525
 
532
- declare class AXPSecurityManagementUserDataSeeder implements AXPDataSeeder {
533
- private storageService;
1526
+ declare class AXMMeetingSessionDataSeeder implements AXPDataSeeder {
1527
+ private readonly storageService;
534
1528
  seed(): Promise<void>;
535
- private generateUsers;
536
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementUserDataSeeder, never>;
537
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementUserDataSeeder>;
1529
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingSessionDataSeeder, never>;
1530
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingSessionDataSeeder>;
538
1531
  }
539
1532
 
540
- interface TaskType {
1533
+ declare const meetingTimeSlotMock: ({
541
1534
  id: string;
542
- name: string;
543
- title: string;
1535
+ meetingId: string;
1536
+ scheduleDate: Date;
1537
+ startTime: Date;
1538
+ endTime: Date;
1539
+ actualDate: Date;
1540
+ actualStartTime: Date;
1541
+ actualEndTime: Date;
1542
+ } | {
1543
+ id: string;
1544
+ meetingId: string;
1545
+ scheduleDate: Date;
1546
+ startTime: Date;
1547
+ endTime: Date;
1548
+ actualDate: Date;
1549
+ actualStartTime: Date;
1550
+ actualEndTime?: undefined;
1551
+ } | {
1552
+ id: string;
1553
+ meetingId: string;
1554
+ scheduleDate: Date;
1555
+ startTime: Date;
1556
+ endTime: Date;
1557
+ actualDate?: undefined;
1558
+ actualStartTime?: undefined;
1559
+ actualEndTime?: undefined;
1560
+ })[];
1561
+
1562
+ declare const meetingFilesMock: {
1563
+ id: string;
1564
+ meetingId: string;
1565
+ documentId: string;
544
1566
  description: string;
545
- icon: string;
546
- color: string;
547
- isActive: boolean;
548
- order: number;
549
- features: string[];
550
- workflowSteps: string[];
551
- estimatedHours: number;
552
- priority: string;
553
- category: string;
1567
+ }[];
1568
+
1569
+ declare class AXMMeetingFilesDataSeeder implements AXPDataSeeder {
1570
+ private readonly storageService;
1571
+ seed(): Promise<void>;
1572
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingFilesDataSeeder, never>;
1573
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingFilesDataSeeder>;
554
1574
  }
555
- declare const TASK_TYPES: TaskType[];
556
- interface TaskStatus {
1575
+
1576
+ declare const participantIds: {
1577
+ participant1: string;
1578
+ participant2: string;
1579
+ participant3: string;
1580
+ participant4: string;
1581
+ participant5: string;
1582
+ participant6: string;
1583
+ participant7: string;
1584
+ participant8: string;
1585
+ participant9: string;
1586
+ };
1587
+ declare const meetingRoleTypeMock: {
557
1588
  id: string;
558
- taskTypeId: string;
559
- name: string;
560
1589
  title: string;
561
- description: string;
562
- color: string;
563
- icon: string;
564
- isInitial: boolean;
565
- isFinal: boolean;
566
- order: number;
567
- nextStatuses: string[];
568
- isActive: boolean;
1590
+ meetingParticipantId: string;
1591
+ }[];
1592
+
1593
+ declare class AXMMeetingRoleTypeDataSeeder implements AXPDataSeeder {
1594
+ private readonly storageService;
1595
+ seed(): Promise<void>;
1596
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingRoleTypeDataSeeder, never>;
1597
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingRoleTypeDataSeeder>;
569
1598
  }
570
- declare const TASK_STATUSES: TaskStatus[];
571
- interface Task {
1599
+
1600
+ declare const meetingTypeFileTemplateMock: ({
572
1601
  id: string;
573
1602
  title: string;
574
- description: string;
575
- taskTypeId: string;
576
- taskStatusId: string;
577
- priority: string;
578
- estimatedHours: number;
579
- actualHours: number;
580
- startDate: Date;
581
- dueDate: Date;
582
- completedDate?: Date;
583
- assignedToUserId: string;
584
- createdByUserId: string;
585
- tags: string[];
586
- progress: number;
587
- isActive: boolean;
588
- }
589
- declare const TASKS: Task[];
590
- interface TaskTemplate {
1603
+ templateId: string;
1604
+ typeId: string;
1605
+ } | {
591
1606
  id: string;
592
- name: string;
593
1607
  title: string;
594
- description: string;
595
- taskTypeId: string;
596
- templateData: {
1608
+ templateId: string;
1609
+ typeId: {
1610
+ id: string;
597
1611
  title: string;
598
- description: string;
599
- estimatedHours: number;
600
- priority: string;
601
- tags: string[];
602
- checklistItems: Array<{
603
- title: string;
604
- description?: string;
605
- order: number;
606
- }>;
607
1612
  };
608
- isPublic: boolean;
609
- createdBy: string;
610
- }
611
- declare const TASK_TEMPLATES: TaskTemplate[];
1613
+ })[];
612
1614
 
613
- declare class AXCTextTemplateCategoryDataSeeder implements AXPDataSeeder {
614
- private storageService;
1615
+ declare class AXMMeetingTypeFileTemplateDataSeeder implements AXPDataSeeder {
1616
+ private readonly storageService;
615
1617
  seed(): Promise<void>;
616
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateCategoryDataSeeder, never>;
617
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateCategoryDataSeeder>;
1618
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingTypeFileTemplateDataSeeder, never>;
1619
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingTypeFileTemplateDataSeeder>;
618
1620
  }
619
1621
 
620
- declare class AXCTextTemplateDataSeeder implements AXPDataSeeder {
1622
+ declare class AXCSchedulerJobDataSeeder implements AXPDataSeeder {
621
1623
  private storageService;
622
1624
  seed(): Promise<void>;
623
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateDataSeeder, never>;
624
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateDataSeeder>;
1625
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCSchedulerJobDataSeeder, never>;
1626
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCSchedulerJobDataSeeder>;
625
1627
  }
626
1628
 
627
- declare const TEXT_TEMPLATE_CATEGORY: {
628
- id: string;
629
- name: string;
630
- title: string;
631
- }[];
632
- declare const TEXT_TEMPLATES: AXMTextTemplateManagementTemplateEntityModel[];
633
-
634
- /**
635
- * Simplified Dexie Storage Service without built-in middleware logic
636
- * This extends the original service but removes the middleware-related code
637
- */
638
- declare class AXPSimplifiedDexieStorageService extends AXPDexieEntityStorageService {
639
- updateOne<T = any>(entityName: string, id: string, keyValue: {
640
- [key: string]: any;
641
- }): Promise<T>;
642
- deleteOne(entityName: string, id: string): Promise<void>;
643
- insertOne<T = any>(entityName: string, entity: T): Promise<string>;
644
- private generateUuid;
645
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPSimplifiedDexieStorageService, never>;
646
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPSimplifiedDexieStorageService>;
1629
+ declare class AXCSchedulerJobManagementMockModule {
1630
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCSchedulerJobManagementMockModule, never>;
1631
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSchedulerJobManagementMockModule, never, never, never>;
1632
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCSchedulerJobManagementMockModule>;
647
1633
  }
648
- /**
649
- * Dexie Entity Storage Service with Middleware Support
650
- *
651
- * This service combines the simplified Dexie storage with a comprehensive middleware pipeline
652
- * that handles locking, history logging, activity tracking, validation, and performance monitoring.
653
- */
654
- declare class AXPDexieWithMiddlewareService extends AXPEntityStorageWithMiddlewareService<string, any> {
655
- private sessionService;
656
- private lockService;
657
- private entityRegistryService;
658
- private eventService;
1634
+
1635
+ declare class AXCLockService implements AXPLockService {
1636
+ private className;
1637
+ private db;
659
1638
  constructor();
660
- private setupMiddlewares;
661
- /**
662
- * Get the underlying Dexie instance for direct access if needed
663
- */
664
- get dexieInstance(): AXPSimplifiedDexieStorageService;
665
- /**
666
- * Access to the Dexie table for advanced operations
667
- */
668
- table(name: string): dexie.Table<any, dexie.IndexableType>;
669
- /**
670
- * Get database information
671
- */
672
- getDatabaseInfo(): {
673
- name: string;
674
- isOpen: boolean;
675
- version: number;
676
- };
677
- /**
678
- * Clear all data for a specific entity (useful for testing)
679
- */
680
- clearEntity(entityName: string): Promise<void>;
1639
+ private get lockTable();
1640
+ protected entityName: string;
681
1641
  /**
682
- * Get entity count
1642
+ * Cache Time-To-Live in milliseconds. Default is 5 seconds but can be overridden
1643
+ * at runtime using {@link setCacheDuration}.
683
1644
  */
684
- getEntityCount(entityName: string): Promise<number>;
1645
+ private cacheTTL;
1646
+ /** In-memory cache for lock information. */
1647
+ private readonly cacheMap;
1648
+ /** Reference to the recurring cache-flush timer. */
1649
+ private cacheTimer;
685
1650
  /**
686
- * Bulk operations (bypassing some middleware for performance)
1651
+ * Generates a unique cache key based on the lock request parameters.
687
1652
  */
688
- bulkInsert<T = any>(entityName: string, entities: T[]): Promise<string[]>;
1653
+ private getCacheKey;
689
1654
  /**
690
- * Export entity data (useful for backup/migration)
1655
+ * Starts or restarts the interval that clears the cache.
691
1656
  */
692
- exportEntity(entityName: string): Promise<any[]>;
1657
+ private startCacheTimer;
693
1658
  /**
694
- * Import entity data (useful for restore/migration)
1659
+ * Allows consumers to change the cache duration (in milliseconds) at runtime.
1660
+ * The new duration is applied immediately.
695
1661
  */
696
- importEntity(entityName: string, data: any[], options?: {
697
- clearFirst?: boolean;
698
- }): Promise<void>;
699
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPDexieWithMiddlewareService, never>;
700
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPDexieWithMiddlewareService>;
1662
+ setCacheDuration(ms: number): void;
1663
+ lock(request: AXPLockRequest): Promise<AXPLockInfo>;
1664
+ unlock(request: AXPUnLockRequest): Promise<void>;
1665
+ check(request: AXPLockGetInfoRequest): Promise<boolean>;
1666
+ getInfo(request: AXPLockGetInfoRequest): Promise<AXPLockInfo>;
1667
+ getItems(request: AXPLockGetInfoRequest): Promise<AXPLockInfo[]>;
1668
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCLockService, never>;
1669
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCLockService>;
701
1670
  }
702
- /**
703
- * Factory function to create a configured Dexie service with standard middleware
704
- */
705
- declare function createDexieWithStandardMiddleware(): AXPDexieWithMiddlewareService;
706
- /**
707
- * Factory function to create a configured Dexie service with custom middleware
708
- */
709
- declare function createDexieWithCustomMiddleware(customMiddlewares?: {
710
- global?: any[];
711
- operations?: {
712
- [operation: string]: any[];
713
- };
714
- entities?: {
715
- [entityName: string]: any[];
716
- };
717
- }): AXPDexieWithMiddlewareService;
1671
+
1672
+ declare class AXCFileStorageService implements AXPFileStorageService {
1673
+ private fileService;
1674
+ private mapToFileStorageInfo;
1675
+ save(request: AXPFileStorageCreateRequest): Promise<AXPFileStorageInfo>;
1676
+ commit(fileId: string): Promise<void>;
1677
+ markForDeletion(fileId: string): Promise<void>;
1678
+ update(request: AXPFileStorageUpdateRequest): Promise<AXPFileStorageInfo>;
1679
+ find(request: AXPFileStorageFindRequest): Promise<AXPFileStorageInfo[]>;
1680
+ getInfo(fileId: string): Promise<AXPFileStorageInfo>;
1681
+ remove(fileId: string): Promise<void>;
1682
+ private cleanupTemporaryFiles;
1683
+ private cleanupMarkedFiles;
1684
+ constructor();
1685
+ findMany(ids: string[]): Promise<AXPFileManyStorageInfo[]>;
1686
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCFileStorageService, never>;
1687
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCFileStorageService>;
1688
+ }
1689
+
1690
+ declare class AXCLogReportCategoryProvider implements AXPReportCategoryProvider {
1691
+ getList(parentId?: string): Promise<AXPReportCategory[]>;
1692
+ getById(id: string): Promise<AXPReportCategory | undefined>;
1693
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCLogReportCategoryProvider, never>;
1694
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCLogReportCategoryProvider>;
1695
+ }
1696
+ declare class AXCLogReportDefinitionProvider implements AXPReportDefinitionProvider {
1697
+ getList(categoryId: string): Promise<AXPReportDefinition[]>;
1698
+ getById(id: string): Promise<AXPReportDefinition | undefined>;
1699
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCLogReportDefinitionProvider, never>;
1700
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCLogReportDefinitionProvider>;
1701
+ }
1702
+ declare const AXC_LOG_REPORT_CATEGORY_PROVIDER: {
1703
+ provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportCategoryProviderToken[]>;
1704
+ useClass: typeof AXCLogReportCategoryProvider;
1705
+ multi: boolean;
1706
+ };
1707
+ declare const AXC_LOG_REPORT_DEFINITION_PROVIDER: {
1708
+ provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportDefinitionProviderToken[]>;
1709
+ useClass: typeof AXCLogReportDefinitionProvider;
1710
+ multi: boolean;
1711
+ };
718
1712
 
719
1713
  interface AXPRuleRow extends AXPIdentifierRule {
720
1714
  }
@@ -734,7 +1728,7 @@ interface AXPLogRow {
734
1728
  code: string;
735
1729
  createdAt: string;
736
1730
  }
737
- declare class AXPIdentifierDB extends dexie__default {
1731
+ declare class AXPIdentifierDB extends Dexie {
738
1732
  rules: Table<AXPRuleRow, string>;
739
1733
  sequences: Table<AXPSeqRow, string>;
740
1734
  logs: Table<AXPLogRow, string>;
@@ -763,7 +1757,8 @@ declare class AXPMockLookupProvider implements AXPLookupProvider {
763
1757
  }
764
1758
  declare class AXPMockSequenceProvider implements AXPSequenceProvider {
765
1759
  private readonly db;
766
- next(scopeHash: string, options?: {
1760
+ private readonly rulesFromProviders;
1761
+ next(scopeHash: string, ruleId: string, options?: {
767
1762
  pad?: number;
768
1763
  consume?: boolean;
769
1764
  }): Promise<number>;
@@ -781,15 +1776,50 @@ declare class AXPMockIdentifierService extends AXPIdentifierService {
781
1776
  private readonly clock;
782
1777
  private readonly rules;
783
1778
  generate(req: AXPIdentifierRequest): Promise<AXPIdentifierResult>;
784
- peek(req: AXPIdentifierRequest): Promise<AXPIdentifierResult>;
1779
+ peek(req: AXPIdentifierRequest): Promise<AXPIdentifierPeekResult>;
785
1780
  validate(_code: string, _entity: string, _tenantId?: string): Promise<boolean>;
786
1781
  private pickRule;
787
1782
  private createContext;
788
1783
  private createScopeHash;
1784
+ private validateRequestAgainstRule;
789
1785
  private evaluateInternal;
1786
+ commitWithToken(token: string): Promise<AXPIdentifierResult>;
1787
+ commitByCode(req: AXPIdentifierRequest, code: string): Promise<AXPIdentifierResult>;
790
1788
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPMockIdentifierService, never>;
791
1789
  static ɵprov: i0.ɵɵInjectableDeclaration<AXPMockIdentifierService>;
792
1790
  }
793
1791
 
794
- export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCConversationMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDocumentManagementMockModule, AXCFOrganizationManagementMockModule, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCHelpDeskMockModule, AXCIdentifierManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCMetaDataDefinitionCategoryMockService, AXCMetaDataDefinitionDataSeeder, AXCMockModule, AXCNotificationManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCReportManagementMockModule, AXCSchedulerJobDataSeeder, AXCSchedulerJobManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTextTemplateCategoryDataSeeder, AXCTextTemplateDataSeeder, AXCTextTemplateManagementMockModule, AXCTrainingManagementMockModule, AXMAiResponderService, AXMReportExecuteCommand, AXPDashboardDataSeeder, AXPDexieEntityStorageService, AXPDexieWithMiddlewareService, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPReportManagementDataSeeder, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPSimplifiedDexieStorageService, CATEGORY_REPORT_MAPPING, DASHBOARDS, EDITIONS, ENTITIES, FEATURES, GLOBAL_VARIABLES, MOCKGoogleStrategy, MOCKStrategy, MODULES, PERMISSIONS, PROPERTIES, REPORT_CATEGORIES, REPORT_DEFINITIONS, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEXT_TEMPLATES, TEXT_TEMPLATE_CATEGORY, createDexieWithCustomMiddleware, createDexieWithStandardMiddleware, generateRandomDashboard };
795
- export type { AXPLogRow, AXPRuleRow, AXPSeqRow, MockUserPassCredentials, Task, TaskStatus, TaskTemplate, TaskType };
1792
+ declare const auditLoggerMiddleware: AXPEntityStorageMiddleware;
1793
+
1794
+ declare const childCountMiddleware: AXPEntityStorageMiddleware;
1795
+
1796
+ /**
1797
+ * File Cast Middleware - Handles file operations in entity storage
1798
+ *
1799
+ * This middleware processes files during entity operations:
1800
+ *
1801
+ * CREATE/UPDATE Operations:
1802
+ * - New files: Uploads to file storage and replaces with file IDs
1803
+ * - Existing files: Keeps existing file IDs
1804
+ * - Deleted files: Removes from file storage and excludes from entity data
1805
+ *
1806
+ * QUERY/GET_ONE Operations:
1807
+ * - Converts file IDs back to AXPFileListItem objects for UI display
1808
+ *
1809
+ * File Status Handling:
1810
+ * - 'uploaded'/'remote': Keep existing file ID
1811
+ * - 'deleted': Remove from storage, exclude from entity
1812
+ * - 'attached'/'uploading': Upload new file
1813
+ */
1814
+ declare const createFileCastMiddleware: AXPEntityStorageMiddleware;
1815
+
1816
+ declare const identifierCommitMiddleware: AXPEntityStorageMiddleware;
1817
+
1818
+ declare const mergeDetailRelationMiddleware: AXPEntityStorageMiddleware;
1819
+
1820
+ declare const primaryMiddleware: AXPEntityStorageMiddleware;
1821
+
1822
+ declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
1823
+
1824
+ export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCLogReportCategoryProvider, AXCLogReportDefinitionProvider, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPartyManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSchedulerJobDataSeeder, AXCSchedulerJobManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTextTemplateCategoryDataSeeder, AXCTextTemplateDataSeeder, AXCTextTemplateManagementMockModule, AXCTrainingManagementMockModule, AXCUserPassStrategyMock, AXCWorkflowManagementMockModule, AXC_LOG_REPORT_CATEGORY_PROVIDER, AXC_LOG_REPORT_DEFINITION_PROVIDER, AXMAiResponderService, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMEmployeeDataSeeder, AXMEmployeeSkillDataSeeder, AXMEmployeeSkillsCategoryProvider, AXMEmployeeSkillsReportDefinitionProvider, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMIndustryDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMReportMockDataService, AXMResponsibilityDataSeeder, AXMRoleDataSeeder, AXMSkillDataSeeder, AXMSkillLevelDataSeeder, 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, BUSINESS_UNITS_MOCK, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYEE_SKILLS_MOCK, EMPLOYMENT_TYPES_MOCK, ENTITIES, FEATURES, GLOBAL_VARIABLES, LEAVE_REQUESTS_MOCK, MODULES, PERMISSIONS, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, PROPERTIES, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, ROLES_CATEGORY_MOCK, ROLES_MOCK, SKILLS_CATEGORY_MOCK, SKILLS_MOCK, SKILL_LEVELS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TEXT_TEMPLATES, TEXT_TEMPLATE_CATEGORY, applications, auditLoggerMiddleware, calendarEventMock, calendarEventTypeMockData, calendarMock, childCountMiddleware, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, findContactMethod, findEmployeeById, findPartyById, generateUserDashboard, identifierCommitMiddleware, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mockRoleDefinitions, mockUsers, participantIds, primaryMiddleware, tenantsMock };
1825
+ export type { AXCBusinessUnitMockDto, AXCEmployeeSkillMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCSkillLevelMockDto, AXCTeamMockDto, AXPLogRow, AXPRuleRow, AXPSeqRow, CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult, MockUserPassCredentials, PartyMockData, PositionMockDto, ResponsibilityMockDto, RoleMockDto, SkillMockDto, Task, TaskStatus, TaskTemplate, TaskType };