@acorex/connectivity 20.6.0-next.10 → 20.6.0-next.12

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.
Files changed (19) hide show
  1. package/api/index.d.ts +29 -59
  2. package/fesm2022/{acorex-connectivity-api-execute.command-BwXw_Kn7.mjs → acorex-connectivity-api-execute.command-CQt_HF1B.mjs} +13 -4
  3. package/fesm2022/acorex-connectivity-api-execute.command-CQt_HF1B.mjs.map +1 -0
  4. package/fesm2022/acorex-connectivity-api.mjs +139 -242
  5. package/fesm2022/acorex-connectivity-api.mjs.map +1 -1
  6. package/fesm2022/{acorex-connectivity-mock-category-with-items.query-NY9J0cQ0.mjs → acorex-connectivity-mock-category-with-items.query-Dsxj98tX.mjs} +2 -2
  7. package/fesm2022/acorex-connectivity-mock-category-with-items.query-Dsxj98tX.mjs.map +1 -0
  8. package/fesm2022/{acorex-connectivity-mock-distribution-record.command-B-Xviv6G.mjs → acorex-connectivity-mock-distribution-record.command-DRiDwlqN.mjs} +12 -3
  9. package/fesm2022/acorex-connectivity-mock-distribution-record.command-DRiDwlqN.mjs.map +1 -0
  10. package/fesm2022/{acorex-connectivity-mock-sample.command-BkxMgq1C.mjs → acorex-connectivity-mock-sample.command-CkH5bmEs.mjs} +4 -1
  11. package/fesm2022/acorex-connectivity-mock-sample.command-CkH5bmEs.mjs.map +1 -0
  12. package/fesm2022/acorex-connectivity-mock.mjs +13106 -8585
  13. package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
  14. package/mock/index.d.ts +1019 -42
  15. package/package.json +6 -6
  16. package/fesm2022/acorex-connectivity-api-execute.command-BwXw_Kn7.mjs.map +0 -1
  17. package/fesm2022/acorex-connectivity-mock-category-with-items.query-NY9J0cQ0.mjs.map +0 -1
  18. package/fesm2022/acorex-connectivity-mock-distribution-record.command-B-Xviv6G.mjs.map +0 -1
  19. package/fesm2022/acorex-connectivity-mock-sample.command-BkxMgq1C.mjs.map +0 -1
package/mock/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import * as _acorex_platform_core from '@acorex/platform/core';
1
2
  import { AXPAppStartUpService, AXPQueryRequest, AXPPagedListResult, AXPCategorizedEntityDto, AXPCategoryEntity, AXPExecuteCommand, AXPExecuteCommandResult, AXPActionMenuItem, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPFileListItem, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
2
3
  import * as i0 from '@angular/core';
3
4
  import { Injector } from '@angular/core';
@@ -14,12 +15,14 @@ import * as _acorex_modules_report_management from '@acorex/modules/report-manag
14
15
  import { AXPReportCategoryProvider, AXPReportCategory, AXPReportDefinitionProvider, AXPReportDefinition, AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
15
16
  import { AXMWorkflowManagementWorkflowDefinitionEntityModel } from '@acorex/modules/workflow-management';
16
17
  import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
17
- import { AXMMetaDataDefinitionEntityModel } from '@acorex/modules/data-management';
18
18
  import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
19
19
  import * as _acorex_modules_calendar_management from '@acorex/modules/calendar-management';
20
20
  import { AXMCalendarManagementCalendarEventTypeEntityModel } from '@acorex/modules/calendar-management';
21
+ import { AXMLocationManagementLocationEntityModel } from '@acorex/modules/location-management';
21
22
  import { AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo, CanonicalChange as CanonicalChange$1, AXPVersioningService, AXPVersionEntry as AXPVersionEntry$1, AXVChangeType as AXVChangeType$1 } from '@acorex/platform/common';
22
23
  import { AXPWorkflowInstance, AXPWorkflowExecutionService, AXPStartWorkflowExecutionRequest, AXPStartWorkflowExecutionResponse, AXPResumeWorkflowExecutionRequest, AXPResumeWorkflowExecutionResponse, AXPGetWorkflowExecutionStateRequest, AXPWorkflowExecutionState, AXPGetWorkflowDefinitionRequest, AXPGetWorkflowDefinitionResponse, AXPWorkflowDefinition } from '@acorex/platform/workflow';
24
+ import { AXPWidgetNode } from '@acorex/platform/layout/widget-core';
25
+ import { AXMSystemInsightAuditLogEntityModel } from '@acorex/modules/system-insight';
23
26
  import { AXPIdentifierRule, AXPClockProvider, AXPChecksumProvider, AXPPolicyProvider, AXPLookupProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
24
27
 
25
28
  declare class AXCCommonMockModule {
@@ -118,10 +121,16 @@ declare class AXCApplicationManagementMockModule {
118
121
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCApplicationManagementMockModule>;
119
122
  }
120
123
 
121
- declare class AXCTrainingManagementMockModule {
122
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCTrainingManagementMockModule, never>;
123
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTrainingManagementMockModule, never, never, never>;
124
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCTrainingManagementMockModule>;
124
+ declare class AXCLearningManagementMockModule {
125
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCLearningManagementMockModule, never>;
126
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLearningManagementMockModule, never, never, never>;
127
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCLearningManagementMockModule>;
128
+ }
129
+
130
+ declare class AXCAssetManagementMockModule {
131
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCAssetManagementMockModule, never>;
132
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCAssetManagementMockModule, never, never, never>;
133
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCAssetManagementMockModule>;
125
134
  }
126
135
 
127
136
  declare class AXCProjectManagementMockModule {
@@ -142,10 +151,10 @@ declare class AXCHelpDeskMockModule {
142
151
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCHelpDeskMockModule>;
143
152
  }
144
153
 
145
- declare class AXCLogManagementMockModule {
146
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCLogManagementMockModule, never>;
147
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLogManagementMockModule, never, never, never>;
148
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCLogManagementMockModule>;
154
+ declare class AXCSystemInsightMockModule {
155
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCSystemInsightMockModule, never>;
156
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSystemInsightMockModule, never, never, never>;
157
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCSystemInsightMockModule>;
149
158
  }
150
159
 
151
160
  declare class AXCCalendarManagementMockModule {
@@ -208,6 +217,24 @@ declare class AXCAssessmentManagementMockModule {
208
217
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCAssessmentManagementMockModule>;
209
218
  }
210
219
 
220
+ declare class AXCFinancialCoreMockModule {
221
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCFinancialCoreMockModule, never>;
222
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCFinancialCoreMockModule, never, never, never>;
223
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCFinancialCoreMockModule>;
224
+ }
225
+
226
+ declare class AXCMeasurementCoreMockModule {
227
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCMeasurementCoreMockModule, never>;
228
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMeasurementCoreMockModule, never, never, never>;
229
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCMeasurementCoreMockModule>;
230
+ }
231
+
232
+ declare class AXCProductCatalogMockModule {
233
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCProductCatalogMockModule, never>;
234
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCProductCatalogMockModule, never, never, never>;
235
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCProductCatalogMockModule>;
236
+ }
237
+
211
238
  declare class AXCMiddlewaresModule {
212
239
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCMiddlewaresModule, never>;
213
240
  static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMiddlewaresModule, never, never, never>;
@@ -217,7 +244,7 @@ declare class AXCMiddlewaresModule {
217
244
  declare class AXCMockModule {
218
245
  constructor(appInitService: AXPAppStartUpService, injector: Injector);
219
246
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
220
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof 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 AXCAssessmentManagementMockModule, typeof AXCMiddlewaresModule], never>;
247
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCLearningManagementMockModule, typeof AXCAssetManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCSystemInsightMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPartyManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCAssessmentManagementMockModule, typeof AXCFinancialCoreMockModule, typeof AXCMeasurementCoreMockModule, typeof AXCProductCatalogMockModule, typeof AXCMiddlewaresModule], never>;
221
248
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
222
249
  }
223
250
 
@@ -296,9 +323,9 @@ declare class AXCDexieEntityStorageService extends Dexie implements AXPEntitySto
296
323
  */
297
324
  private isCategoryEntity;
298
325
  /**
299
- * Calculate childCount for each category entity
326
+ * Calculate childrenCount for each category entity
300
327
  */
301
- private calculateChildCounts;
328
+ private calculateChildrenCounts;
302
329
  /**
303
330
  * Get the count of direct children for a category
304
331
  */
@@ -360,8 +387,7 @@ interface QuestionBankItemMockDto extends AXPCategorizedEntityDto {
360
387
  id: string;
361
388
  title: string;
362
389
  description?: string;
363
- widgetType?: string;
364
- widgetOptions?: any;
390
+ interface?: any;
365
391
  scoringType?: 'none' | 'points' | 'weighted' | 'formula';
366
392
  points?: number;
367
393
  weight?: number;
@@ -1125,6 +1151,48 @@ declare class AXMEmploymentTypeDataSeeder implements AXPDataSeeder {
1125
1151
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmploymentTypeDataSeeder>;
1126
1152
  }
1127
1153
 
1154
+ declare const LEAVE_REQUEST_STATUS_DEFINITIONS: readonly [{
1155
+ readonly name: _acorex_platform_core.AXPSystemStatusType.Pending;
1156
+ readonly title: string;
1157
+ readonly icon: "fa-light fa-clock";
1158
+ readonly color: "warning";
1159
+ readonly description: string;
1160
+ readonly order: 1;
1161
+ readonly isActive: true;
1162
+ readonly isInitial: true;
1163
+ readonly isFinal: false;
1164
+ }, {
1165
+ readonly name: _acorex_platform_core.AXPSystemStatusType.Approved;
1166
+ readonly title: string;
1167
+ readonly icon: "fa-light fa-check-circle";
1168
+ readonly color: "success";
1169
+ readonly description: string;
1170
+ readonly order: 3;
1171
+ readonly isActive: true;
1172
+ readonly isInitial: false;
1173
+ readonly isFinal: false;
1174
+ }, {
1175
+ readonly name: _acorex_platform_core.AXPSystemStatusType.Rejected;
1176
+ readonly title: string;
1177
+ readonly icon: "fa-light fa-times-circle";
1178
+ readonly color: "danger";
1179
+ readonly description: string;
1180
+ readonly order: 6;
1181
+ readonly isActive: true;
1182
+ readonly isInitial: false;
1183
+ readonly isFinal: true;
1184
+ }, {
1185
+ readonly name: _acorex_platform_core.AXPSystemStatusType.Cancelled;
1186
+ readonly title: string;
1187
+ readonly icon: "fa-light fa-times-circle";
1188
+ readonly color: "neutral";
1189
+ readonly description: string;
1190
+ readonly order: 6;
1191
+ readonly isActive: true;
1192
+ readonly isInitial: false;
1193
+ readonly isFinal: true;
1194
+ }];
1195
+ type LeaveRequestStatusId = (typeof LEAVE_REQUEST_STATUS_DEFINITIONS)[number]['name'];
1128
1196
  interface AXCLeaveRequestMockDto {
1129
1197
  id: string;
1130
1198
  employeeId: string;
@@ -1135,14 +1203,11 @@ interface AXCLeaveRequestMockDto {
1135
1203
  endDate: Date;
1136
1204
  durationDays: number;
1137
1205
  reason?: string;
1138
- status: 'Pending' | 'Approved' | 'Rejected' | 'Cancelled';
1139
- statusNote?: string;
1140
- statusHistory?: Array<{
1141
- status: 'Pending' | 'Approved' | 'Rejected' | 'Cancelled';
1142
- changedAt: Date;
1143
- changedBy: string;
1144
- note?: string;
1145
- }>;
1206
+ statusId: LeaveRequestStatusId;
1207
+ status?: {
1208
+ id: LeaveRequestStatusId;
1209
+ title: string;
1210
+ };
1146
1211
  }
1147
1212
  declare const LEAVE_REQUESTS_MOCK: AXCLeaveRequestMockDto[];
1148
1213
 
@@ -1504,13 +1569,37 @@ interface CategoryMetadataInheritanceQueryParams {
1504
1569
  entityName: string;
1505
1570
  categoryId: string;
1506
1571
  }
1507
- type CategoryMetadataInheritanceResult = AXMMetaDataDefinitionEntityModel[];
1572
+ /**
1573
+ * Result structure that preserves groups organization
1574
+ */
1575
+ interface CategoryMetadataInheritanceGroupResult {
1576
+ name: string;
1577
+ title?: string;
1578
+ description?: string;
1579
+ order: number;
1580
+ fields: Array<{
1581
+ id: string;
1582
+ name: string;
1583
+ title: string;
1584
+ description?: string;
1585
+ interface: string;
1586
+ configuration?: any;
1587
+ defaultValue?: any;
1588
+ order: number;
1589
+ }>;
1590
+ }
1591
+ type CategoryMetadataInheritanceResult = CategoryMetadataInheritanceGroupResult[];
1508
1592
  declare class AXCQueryCategoryMetadataInheritanceQuery implements AXPQuery<CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult> {
1509
1593
  private injector;
1510
1594
  private metaDataService;
1511
1595
  fetch(params: CategoryMetadataInheritanceQueryParams): Promise<CategoryMetadataInheritanceResult>;
1512
1596
  private findCategoryById;
1513
1597
  private buildCategoryHierarchy;
1598
+ /**
1599
+ * Merge metadata groups from category hierarchy, preserving group structure
1600
+ * Groups are merged by name, with fields from child categories taking precedence
1601
+ */
1602
+ private mergeMetadataGroupsFromHierarchy;
1514
1603
  private collectInheritedMetadata;
1515
1604
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCQueryCategoryMetadataInheritanceQuery, never>;
1516
1605
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCQueryCategoryMetadataInheritanceQuery>;
@@ -1571,7 +1660,7 @@ declare class AXMReportExecuteCommand implements AXPExecutionReportCommand {
1571
1660
  private readonly DEFAULT_TOTAL_ITEMS;
1572
1661
  private readonly reportDefinitionService;
1573
1662
  constructor();
1574
- execute(context: AXPLayoutExecutionContext): Promise<AXPExecutionReportCommandResult>;
1663
+ execute(context: AXPLayoutExecutionContext): Promise<AXPExecuteCommandResult<AXPExecutionReportCommandResult>>;
1575
1664
  private generateLayoutData;
1576
1665
  private generateTableData;
1577
1666
  private generateChartData;
@@ -2035,6 +2124,850 @@ declare class AXMMeetingTypeFileTemplateDataSeeder implements AXPDataSeeder {
2035
2124
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingTypeFileTemplateDataSeeder>;
2036
2125
  }
2037
2126
 
2127
+ interface AXMLocationManagementLocationMockModel extends AXMLocationManagementLocationEntityModel {
2128
+ country?: {
2129
+ id: string;
2130
+ title: string;
2131
+ };
2132
+ state?: {
2133
+ id: string;
2134
+ title: string;
2135
+ };
2136
+ city?: {
2137
+ id: string;
2138
+ title: string;
2139
+ };
2140
+ district?: {
2141
+ id: string;
2142
+ title: string;
2143
+ };
2144
+ locationType?: {
2145
+ id: string;
2146
+ title: string;
2147
+ description?: string;
2148
+ icon?: string;
2149
+ color?: string;
2150
+ };
2151
+ }
2152
+
2153
+ declare const learningSkillCategoryMock: ({
2154
+ id: string;
2155
+ title: string;
2156
+ description: string;
2157
+ parentId: null;
2158
+ } | {
2159
+ id: string;
2160
+ title: string;
2161
+ description: string;
2162
+ parentId: string;
2163
+ })[];
2164
+ declare const learningSkillLevelMock: {
2165
+ id: string;
2166
+ name: string;
2167
+ levelNumber: number;
2168
+ description: string;
2169
+ }[];
2170
+ declare const learningSkillMock: {
2171
+ id: string;
2172
+ title: string;
2173
+ description: string;
2174
+ code: string;
2175
+ categoryIds: string[];
2176
+ categories: {
2177
+ id: string;
2178
+ title: string;
2179
+ }[];
2180
+ relatedCourseIds: string[];
2181
+ }[];
2182
+ declare const learningCourseTypeMock: {
2183
+ id: string;
2184
+ name: string;
2185
+ description: string;
2186
+ deliveryMode: string;
2187
+ }[];
2188
+ declare const learningCourseMock: {
2189
+ id: string;
2190
+ code: string;
2191
+ title: string;
2192
+ description: string;
2193
+ courseTypeId: string;
2194
+ courseType: {
2195
+ id: string;
2196
+ name: string;
2197
+ description: string;
2198
+ deliveryMode: string;
2199
+ };
2200
+ durationHours: number;
2201
+ relatedSkillIds: string[];
2202
+ skills: {
2203
+ id: string;
2204
+ title: string;
2205
+ }[];
2206
+ certificateDefinitionIds: string[];
2207
+ certificateDefinitions: Array<{
2208
+ id: string;
2209
+ title: string;
2210
+ }>;
2211
+ }[];
2212
+ declare const learningTrainingTypeMock: {
2213
+ id: string;
2214
+ name: string;
2215
+ description: string;
2216
+ }[];
2217
+ declare const learningTrainingDefinitionMock: ({
2218
+ id: string;
2219
+ title: string;
2220
+ description: string;
2221
+ courseId: string;
2222
+ course: {
2223
+ id: string;
2224
+ title: string;
2225
+ };
2226
+ trainingTypeId: string;
2227
+ trainingType: {
2228
+ id: string;
2229
+ name: string;
2230
+ description: string;
2231
+ };
2232
+ defaultDurationHours: number;
2233
+ defaultCapacity: number;
2234
+ defaultLocationId: string;
2235
+ defaultLocation: AXMLocationManagementLocationMockModel;
2236
+ isActive: boolean;
2237
+ } | {
2238
+ id: string;
2239
+ title: string;
2240
+ description: string;
2241
+ courseId: string;
2242
+ course: {
2243
+ id: string;
2244
+ title: string;
2245
+ };
2246
+ trainingTypeId: string;
2247
+ trainingType: {
2248
+ id: string;
2249
+ name: string;
2250
+ description: string;
2251
+ };
2252
+ defaultDurationHours: number;
2253
+ defaultCapacity: number;
2254
+ defaultLocationId: null;
2255
+ defaultLocation: null;
2256
+ isActive: boolean;
2257
+ })[];
2258
+ declare const learningTrainingMock: ({
2259
+ id: string;
2260
+ trainingDefinitionId: string;
2261
+ trainingDefinition: {
2262
+ id: string;
2263
+ title: string;
2264
+ };
2265
+ courseId: string;
2266
+ course: {
2267
+ id: string;
2268
+ code: string;
2269
+ title: string;
2270
+ description: string;
2271
+ courseTypeId: string;
2272
+ courseType: {
2273
+ id: string;
2274
+ name: string;
2275
+ description: string;
2276
+ deliveryMode: string;
2277
+ };
2278
+ durationHours: number;
2279
+ relatedSkillIds: string[];
2280
+ skills: {
2281
+ id: string;
2282
+ title: string;
2283
+ }[];
2284
+ certificateDefinitionIds: string[];
2285
+ certificateDefinitions: Array<{
2286
+ id: string;
2287
+ title: string;
2288
+ }>;
2289
+ };
2290
+ trainingTypeId: string;
2291
+ trainingType: {
2292
+ id: string;
2293
+ name: string;
2294
+ description: string;
2295
+ };
2296
+ startDate: Date;
2297
+ endDate: Date;
2298
+ locationId: string;
2299
+ location: AXMLocationManagementLocationMockModel;
2300
+ instructorId: string;
2301
+ instructor: {
2302
+ id: string;
2303
+ displayName: string;
2304
+ } | null;
2305
+ capacity: number;
2306
+ status: "Open";
2307
+ notes: string;
2308
+ } | {
2309
+ id: string;
2310
+ trainingDefinitionId: string;
2311
+ trainingDefinition: {
2312
+ id: string;
2313
+ title: string;
2314
+ };
2315
+ courseId: string;
2316
+ course: {
2317
+ id: string;
2318
+ code: string;
2319
+ title: string;
2320
+ description: string;
2321
+ courseTypeId: string;
2322
+ courseType: {
2323
+ id: string;
2324
+ name: string;
2325
+ description: string;
2326
+ deliveryMode: string;
2327
+ };
2328
+ durationHours: number;
2329
+ relatedSkillIds: string[];
2330
+ skills: {
2331
+ id: string;
2332
+ title: string;
2333
+ }[];
2334
+ certificateDefinitionIds: string[];
2335
+ certificateDefinitions: Array<{
2336
+ id: string;
2337
+ title: string;
2338
+ }>;
2339
+ };
2340
+ trainingTypeId: string;
2341
+ trainingType: {
2342
+ id: string;
2343
+ name: string;
2344
+ description: string;
2345
+ };
2346
+ startDate: Date;
2347
+ endDate: Date;
2348
+ locationId: null;
2349
+ location: null;
2350
+ instructorId: string;
2351
+ instructor: {
2352
+ id: string;
2353
+ displayName: string;
2354
+ } | null;
2355
+ capacity: number;
2356
+ status: "Draft";
2357
+ notes: string;
2358
+ })[];
2359
+ declare const learningEnrollmentMock: ({
2360
+ id: string;
2361
+ employeeId: string;
2362
+ employee: {
2363
+ id: string;
2364
+ displayName: string;
2365
+ } | null;
2366
+ trainingId: string;
2367
+ training: {
2368
+ id: string;
2369
+ title: string;
2370
+ };
2371
+ status: "Approved";
2372
+ workflowInstanceId: null;
2373
+ notes: string;
2374
+ } | {
2375
+ id: string;
2376
+ employeeId: string;
2377
+ employee: {
2378
+ id: string;
2379
+ displayName: string;
2380
+ } | null;
2381
+ trainingId: string;
2382
+ training: {
2383
+ id: string;
2384
+ title: string;
2385
+ };
2386
+ status: "Requested";
2387
+ workflowInstanceId: null;
2388
+ notes: string;
2389
+ })[];
2390
+ declare const learningAttendanceMock: ({
2391
+ id: string;
2392
+ enrollmentId: string;
2393
+ enrollment: {
2394
+ id: string;
2395
+ trainingId: string;
2396
+ };
2397
+ sessionDate: Date;
2398
+ status: "Present";
2399
+ notes: string;
2400
+ } | {
2401
+ id: string;
2402
+ enrollmentId: string;
2403
+ enrollment: {
2404
+ id: string;
2405
+ trainingId: string;
2406
+ };
2407
+ sessionDate: Date;
2408
+ status: "Late";
2409
+ notes: string;
2410
+ })[];
2411
+ declare const learningEmployeeSkillMock: ({
2412
+ id: string;
2413
+ employeeId: string;
2414
+ employee: {
2415
+ id: string;
2416
+ displayName: string;
2417
+ } | null;
2418
+ skillId: string;
2419
+ skill: {
2420
+ id: string;
2421
+ title: string;
2422
+ };
2423
+ levelId: string;
2424
+ level: {
2425
+ id: string;
2426
+ name: string;
2427
+ };
2428
+ source: "Training";
2429
+ verifiedBy: string;
2430
+ verifier: {
2431
+ id: string;
2432
+ displayName: string;
2433
+ } | null;
2434
+ verifiedAt: Date;
2435
+ notes: string;
2436
+ } | {
2437
+ id: string;
2438
+ employeeId: string;
2439
+ employee: {
2440
+ id: string;
2441
+ displayName: string;
2442
+ } | null;
2443
+ skillId: string;
2444
+ skill: {
2445
+ id: string;
2446
+ title: string;
2447
+ };
2448
+ levelId: string;
2449
+ level: {
2450
+ id: string;
2451
+ name: string;
2452
+ };
2453
+ source: "Assessment";
2454
+ verifiedBy: string;
2455
+ verifier: {
2456
+ id: string;
2457
+ displayName: string;
2458
+ } | null;
2459
+ verifiedAt: Date;
2460
+ notes: string;
2461
+ })[];
2462
+ declare const learningCertificateTypeMock: {
2463
+ id: string;
2464
+ name: string;
2465
+ description: string;
2466
+ validityDays: number;
2467
+ templateId: null;
2468
+ }[];
2469
+ declare const learningCertificateDefinitionMock: {
2470
+ id: string;
2471
+ title: string;
2472
+ description: string;
2473
+ certificateTypeId: string;
2474
+ certificateType: {
2475
+ id: string;
2476
+ name: string;
2477
+ description: string;
2478
+ validityDays: number;
2479
+ templateId: null;
2480
+ };
2481
+ courseId: string;
2482
+ course: {
2483
+ id: string;
2484
+ title: string;
2485
+ };
2486
+ validityDays: number;
2487
+ templateId: null;
2488
+ isActive: boolean;
2489
+ }[];
2490
+ declare const learningCertificateMock: {
2491
+ id: string;
2492
+ certificateDefinitionId: string;
2493
+ certificateDefinition: {
2494
+ id: string;
2495
+ title: string;
2496
+ };
2497
+ certificateTypeId: string;
2498
+ certificateType: {
2499
+ id: string;
2500
+ name: string;
2501
+ description: string;
2502
+ validityDays: number;
2503
+ templateId: null;
2504
+ };
2505
+ employeeId: string;
2506
+ employee: {
2507
+ id: string;
2508
+ displayName: string;
2509
+ } | null;
2510
+ courseId: string;
2511
+ course: {
2512
+ id: string;
2513
+ title: string;
2514
+ };
2515
+ issueDate: Date;
2516
+ expiryDate: Date;
2517
+ fileId: null;
2518
+ notes: string;
2519
+ }[];
2520
+ declare const learningLearningPathMock: {
2521
+ id: string;
2522
+ name: string;
2523
+ description: string;
2524
+ isActive: boolean;
2525
+ }[];
2526
+ declare const learningLearningPathCourseMock: {
2527
+ id: string;
2528
+ learningPathId: string;
2529
+ courseId: string;
2530
+ course: {
2531
+ id: string;
2532
+ title: string;
2533
+ };
2534
+ orderIndex: number;
2535
+ }[];
2536
+ declare const learningMandatoryTrainingRuleMock: {
2537
+ id: string;
2538
+ positionId: string;
2539
+ position: {
2540
+ id: string;
2541
+ title: string;
2542
+ } | null;
2543
+ courseId: string;
2544
+ course: {
2545
+ id: string;
2546
+ title: string;
2547
+ };
2548
+ frequencyMonths: number;
2549
+ notes: string;
2550
+ }[];
2551
+ declare const learningManagementMockData: {
2552
+ categories: ({
2553
+ id: string;
2554
+ title: string;
2555
+ description: string;
2556
+ parentId: null;
2557
+ } | {
2558
+ id: string;
2559
+ title: string;
2560
+ description: string;
2561
+ parentId: string;
2562
+ })[];
2563
+ skills: {
2564
+ id: string;
2565
+ title: string;
2566
+ description: string;
2567
+ code: string;
2568
+ categoryIds: string[];
2569
+ categories: {
2570
+ id: string;
2571
+ title: string;
2572
+ }[];
2573
+ relatedCourseIds: string[];
2574
+ }[];
2575
+ skillLevels: {
2576
+ id: string;
2577
+ name: string;
2578
+ levelNumber: number;
2579
+ description: string;
2580
+ }[];
2581
+ employeeSkills: ({
2582
+ id: string;
2583
+ employeeId: string;
2584
+ employee: {
2585
+ id: string;
2586
+ displayName: string;
2587
+ } | null;
2588
+ skillId: string;
2589
+ skill: {
2590
+ id: string;
2591
+ title: string;
2592
+ };
2593
+ levelId: string;
2594
+ level: {
2595
+ id: string;
2596
+ name: string;
2597
+ };
2598
+ source: "Training";
2599
+ verifiedBy: string;
2600
+ verifier: {
2601
+ id: string;
2602
+ displayName: string;
2603
+ } | null;
2604
+ verifiedAt: Date;
2605
+ notes: string;
2606
+ } | {
2607
+ id: string;
2608
+ employeeId: string;
2609
+ employee: {
2610
+ id: string;
2611
+ displayName: string;
2612
+ } | null;
2613
+ skillId: string;
2614
+ skill: {
2615
+ id: string;
2616
+ title: string;
2617
+ };
2618
+ levelId: string;
2619
+ level: {
2620
+ id: string;
2621
+ name: string;
2622
+ };
2623
+ source: "Assessment";
2624
+ verifiedBy: string;
2625
+ verifier: {
2626
+ id: string;
2627
+ displayName: string;
2628
+ } | null;
2629
+ verifiedAt: Date;
2630
+ notes: string;
2631
+ })[];
2632
+ courseTypes: {
2633
+ id: string;
2634
+ name: string;
2635
+ description: string;
2636
+ deliveryMode: string;
2637
+ }[];
2638
+ courses: {
2639
+ id: string;
2640
+ code: string;
2641
+ title: string;
2642
+ description: string;
2643
+ courseTypeId: string;
2644
+ courseType: {
2645
+ id: string;
2646
+ name: string;
2647
+ description: string;
2648
+ deliveryMode: string;
2649
+ };
2650
+ durationHours: number;
2651
+ relatedSkillIds: string[];
2652
+ skills: {
2653
+ id: string;
2654
+ title: string;
2655
+ }[];
2656
+ certificateDefinitionIds: string[];
2657
+ certificateDefinitions: Array<{
2658
+ id: string;
2659
+ title: string;
2660
+ }>;
2661
+ }[];
2662
+ trainingTypes: {
2663
+ id: string;
2664
+ name: string;
2665
+ description: string;
2666
+ }[];
2667
+ trainingDefinitions: ({
2668
+ id: string;
2669
+ title: string;
2670
+ description: string;
2671
+ courseId: string;
2672
+ course: {
2673
+ id: string;
2674
+ title: string;
2675
+ };
2676
+ trainingTypeId: string;
2677
+ trainingType: {
2678
+ id: string;
2679
+ name: string;
2680
+ description: string;
2681
+ };
2682
+ defaultDurationHours: number;
2683
+ defaultCapacity: number;
2684
+ defaultLocationId: string;
2685
+ defaultLocation: AXMLocationManagementLocationMockModel;
2686
+ isActive: boolean;
2687
+ } | {
2688
+ id: string;
2689
+ title: string;
2690
+ description: string;
2691
+ courseId: string;
2692
+ course: {
2693
+ id: string;
2694
+ title: string;
2695
+ };
2696
+ trainingTypeId: string;
2697
+ trainingType: {
2698
+ id: string;
2699
+ name: string;
2700
+ description: string;
2701
+ };
2702
+ defaultDurationHours: number;
2703
+ defaultCapacity: number;
2704
+ defaultLocationId: null;
2705
+ defaultLocation: null;
2706
+ isActive: boolean;
2707
+ })[];
2708
+ trainings: ({
2709
+ id: string;
2710
+ trainingDefinitionId: string;
2711
+ trainingDefinition: {
2712
+ id: string;
2713
+ title: string;
2714
+ };
2715
+ courseId: string;
2716
+ course: {
2717
+ id: string;
2718
+ code: string;
2719
+ title: string;
2720
+ description: string;
2721
+ courseTypeId: string;
2722
+ courseType: {
2723
+ id: string;
2724
+ name: string;
2725
+ description: string;
2726
+ deliveryMode: string;
2727
+ };
2728
+ durationHours: number;
2729
+ relatedSkillIds: string[];
2730
+ skills: {
2731
+ id: string;
2732
+ title: string;
2733
+ }[];
2734
+ certificateDefinitionIds: string[];
2735
+ certificateDefinitions: Array<{
2736
+ id: string;
2737
+ title: string;
2738
+ }>;
2739
+ };
2740
+ trainingTypeId: string;
2741
+ trainingType: {
2742
+ id: string;
2743
+ name: string;
2744
+ description: string;
2745
+ };
2746
+ startDate: Date;
2747
+ endDate: Date;
2748
+ locationId: string;
2749
+ location: AXMLocationManagementLocationMockModel;
2750
+ instructorId: string;
2751
+ instructor: {
2752
+ id: string;
2753
+ displayName: string;
2754
+ } | null;
2755
+ capacity: number;
2756
+ status: "Open";
2757
+ notes: string;
2758
+ } | {
2759
+ id: string;
2760
+ trainingDefinitionId: string;
2761
+ trainingDefinition: {
2762
+ id: string;
2763
+ title: string;
2764
+ };
2765
+ courseId: string;
2766
+ course: {
2767
+ id: string;
2768
+ code: string;
2769
+ title: string;
2770
+ description: string;
2771
+ courseTypeId: string;
2772
+ courseType: {
2773
+ id: string;
2774
+ name: string;
2775
+ description: string;
2776
+ deliveryMode: string;
2777
+ };
2778
+ durationHours: number;
2779
+ relatedSkillIds: string[];
2780
+ skills: {
2781
+ id: string;
2782
+ title: string;
2783
+ }[];
2784
+ certificateDefinitionIds: string[];
2785
+ certificateDefinitions: Array<{
2786
+ id: string;
2787
+ title: string;
2788
+ }>;
2789
+ };
2790
+ trainingTypeId: string;
2791
+ trainingType: {
2792
+ id: string;
2793
+ name: string;
2794
+ description: string;
2795
+ };
2796
+ startDate: Date;
2797
+ endDate: Date;
2798
+ locationId: null;
2799
+ location: null;
2800
+ instructorId: string;
2801
+ instructor: {
2802
+ id: string;
2803
+ displayName: string;
2804
+ } | null;
2805
+ capacity: number;
2806
+ status: "Draft";
2807
+ notes: string;
2808
+ })[];
2809
+ enrollments: ({
2810
+ id: string;
2811
+ employeeId: string;
2812
+ employee: {
2813
+ id: string;
2814
+ displayName: string;
2815
+ } | null;
2816
+ trainingId: string;
2817
+ training: {
2818
+ id: string;
2819
+ title: string;
2820
+ };
2821
+ status: "Approved";
2822
+ workflowInstanceId: null;
2823
+ notes: string;
2824
+ } | {
2825
+ id: string;
2826
+ employeeId: string;
2827
+ employee: {
2828
+ id: string;
2829
+ displayName: string;
2830
+ } | null;
2831
+ trainingId: string;
2832
+ training: {
2833
+ id: string;
2834
+ title: string;
2835
+ };
2836
+ status: "Requested";
2837
+ workflowInstanceId: null;
2838
+ notes: string;
2839
+ })[];
2840
+ attendance: ({
2841
+ id: string;
2842
+ enrollmentId: string;
2843
+ enrollment: {
2844
+ id: string;
2845
+ trainingId: string;
2846
+ };
2847
+ sessionDate: Date;
2848
+ status: "Present";
2849
+ notes: string;
2850
+ } | {
2851
+ id: string;
2852
+ enrollmentId: string;
2853
+ enrollment: {
2854
+ id: string;
2855
+ trainingId: string;
2856
+ };
2857
+ sessionDate: Date;
2858
+ status: "Late";
2859
+ notes: string;
2860
+ })[];
2861
+ certificateTypes: {
2862
+ id: string;
2863
+ name: string;
2864
+ description: string;
2865
+ validityDays: number;
2866
+ templateId: null;
2867
+ }[];
2868
+ certificateDefinitions: {
2869
+ id: string;
2870
+ title: string;
2871
+ description: string;
2872
+ certificateTypeId: string;
2873
+ certificateType: {
2874
+ id: string;
2875
+ name: string;
2876
+ description: string;
2877
+ validityDays: number;
2878
+ templateId: null;
2879
+ };
2880
+ courseId: string;
2881
+ course: {
2882
+ id: string;
2883
+ title: string;
2884
+ };
2885
+ validityDays: number;
2886
+ templateId: null;
2887
+ isActive: boolean;
2888
+ }[];
2889
+ certificates: {
2890
+ id: string;
2891
+ certificateDefinitionId: string;
2892
+ certificateDefinition: {
2893
+ id: string;
2894
+ title: string;
2895
+ };
2896
+ certificateTypeId: string;
2897
+ certificateType: {
2898
+ id: string;
2899
+ name: string;
2900
+ description: string;
2901
+ validityDays: number;
2902
+ templateId: null;
2903
+ };
2904
+ employeeId: string;
2905
+ employee: {
2906
+ id: string;
2907
+ displayName: string;
2908
+ } | null;
2909
+ courseId: string;
2910
+ course: {
2911
+ id: string;
2912
+ title: string;
2913
+ };
2914
+ issueDate: Date;
2915
+ expiryDate: Date;
2916
+ fileId: null;
2917
+ notes: string;
2918
+ }[];
2919
+ learningPaths: {
2920
+ id: string;
2921
+ name: string;
2922
+ description: string;
2923
+ isActive: boolean;
2924
+ }[];
2925
+ learningPathCourses: {
2926
+ id: string;
2927
+ learningPathId: string;
2928
+ courseId: string;
2929
+ course: {
2930
+ id: string;
2931
+ title: string;
2932
+ };
2933
+ orderIndex: number;
2934
+ }[];
2935
+ mandatoryTrainingRules: {
2936
+ id: string;
2937
+ positionId: string;
2938
+ position: {
2939
+ id: string;
2940
+ title: string;
2941
+ } | null;
2942
+ courseId: string;
2943
+ course: {
2944
+ id: string;
2945
+ title: string;
2946
+ };
2947
+ frequencyMonths: number;
2948
+ notes: string;
2949
+ }[];
2950
+ };
2951
+ declare const learningManagementEntityKeys: {
2952
+ skillCategory: string;
2953
+ skill: string;
2954
+ skillLevel: string;
2955
+ employeeSkill: string;
2956
+ courseType: string;
2957
+ course: string;
2958
+ trainingType: string;
2959
+ trainingDefinition: string;
2960
+ training: string;
2961
+ enrollment: string;
2962
+ attendance: string;
2963
+ certificateType: string;
2964
+ certificateDefinition: string;
2965
+ certificate: string;
2966
+ learningPath: string;
2967
+ learningPathCourse: string;
2968
+ mandatoryTrainingRule: string;
2969
+ };
2970
+
2038
2971
  declare class AXCLockService implements AXPLockService {
2039
2972
  private className;
2040
2973
  private db;
@@ -2380,10 +3313,10 @@ declare class CheckPermissionActivity implements AXPCommand<CheckPermissionInput
2380
3313
  output: CheckPermissionOutput;
2381
3314
  outcomes: Record<string, any>;
2382
3315
  }> {
2383
- execute(input: CheckPermissionInput): Promise<{
3316
+ execute(input: CheckPermissionInput): Promise<AXPExecuteCommandResult<{
2384
3317
  output: CheckPermissionOutput;
2385
3318
  outcomes: Record<string, any>;
2386
- }>;
3319
+ }>>;
2387
3320
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckPermissionActivity, never>;
2388
3321
  static ɵprov: i0.ɵɵInjectableDeclaration<CheckPermissionActivity>;
2389
3322
  }
@@ -2439,10 +3372,10 @@ declare class ExecuteQueryActivity implements AXPCommand<ExecuteQueryInput, {
2439
3372
  outcomes: Record<string, any>;
2440
3373
  }> {
2441
3374
  private readonly storageService;
2442
- execute(input: ExecuteQueryInput): Promise<{
3375
+ execute(input: ExecuteQueryInput): Promise<AXPExecuteCommandResult<{
2443
3376
  output: ExecuteQueryOutput;
2444
3377
  outcomes: Record<string, any>;
2445
- }>;
3378
+ }>>;
2446
3379
  /**
2447
3380
  * Routes query to appropriate handler based on queryKey.
2448
3381
  */
@@ -2511,10 +3444,10 @@ declare class ExecuteCommandActivity implements AXPCommand<ExecuteCommandInput,
2511
3444
  outcomes: Record<string, any>;
2512
3445
  }> {
2513
3446
  private readonly storageService;
2514
- execute(input: ExecuteCommandInput): Promise<{
3447
+ execute(input: ExecuteCommandInput): Promise<AXPExecuteCommandResult<{
2515
3448
  output: ExecuteCommandOutput;
2516
3449
  outcomes: Record<string, any>;
2517
- }>;
3450
+ }>>;
2518
3451
  /**
2519
3452
  * Routes command to appropriate handler based on commandKey.
2520
3453
  */
@@ -2549,29 +3482,73 @@ declare class ExecuteCommandActivity implements AXPCommand<ExecuteCommandInput,
2549
3482
  */
2550
3483
  declare function provideWorkflowActivities(): i0.EnvironmentProviders;
2551
3484
 
2552
- declare class AXCLogReportCategoryProvider implements AXPReportCategoryProvider {
3485
+ declare const titleInterface: AXPWidgetNode;
3486
+ declare const descriptionInterface: AXPWidgetNode;
3487
+ declare const versionInterface: AXPWidgetNode;
3488
+ declare const dateInterface: AXPWidgetNode;
3489
+ declare const dateTimeInterface: AXPWidgetNode;
3490
+ declare const numberInterface: AXPWidgetNode;
3491
+ declare const selectInterface: AXPWidgetNode;
3492
+ declare const checkboxInterface: AXPWidgetNode;
3493
+ declare const toggleInterface: AXPWidgetNode;
3494
+ declare const richTextInterface: AXPWidgetNode;
3495
+ declare const emailInterface: AXPWidgetNode;
3496
+ declare const urlInterface: AXPWidgetNode;
3497
+ declare const passwordInterface: AXPWidgetNode;
3498
+ declare const phoneInterface: AXPWidgetNode;
3499
+ declare const colorInterface: AXPWidgetNode;
3500
+ declare const tagInterface: AXPWidgetNode;
3501
+ declare const textInterface: AXPWidgetNode;
3502
+ declare const textAreaInterface: AXPWidgetNode;
3503
+ declare const fileUploaderInterface: AXPWidgetNode;
3504
+ declare const lookupInterface: AXPWidgetNode;
3505
+ declare const selectionListInterface: AXPWidgetNode;
3506
+ declare const contactInterface: AXPWidgetNode;
3507
+ declare const mapInterface: AXPWidgetNode;
3508
+ declare const signatureInterface: AXPWidgetNode;
3509
+ declare const qrcodeInterface: AXPWidgetNode;
3510
+ declare const avatarInterface: AXPWidgetNode;
3511
+ declare const imageInterface: AXPWidgetNode;
3512
+ declare const timeDurationInterface: AXPWidgetNode;
3513
+ declare const ratingInterface: AXPWidgetNode;
3514
+ declare const scaleInterface: AXPWidgetNode;
3515
+ declare const yesNoInterface: AXPWidgetNode;
3516
+ declare const multipleChoiceInterface: AXPWidgetNode;
3517
+ declare const multipleSelectInterface: AXPWidgetNode;
3518
+ declare const longTextAnswerInterface: AXPWidgetNode;
3519
+
3520
+ declare class AXCSystemInsightReportCategoryProvider implements AXPReportCategoryProvider {
2553
3521
  getList(parentId?: string): Promise<AXPReportCategory[]>;
2554
3522
  getById(id: string): Promise<AXPReportCategory | undefined>;
2555
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCLogReportCategoryProvider, never>;
2556
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCLogReportCategoryProvider>;
3523
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCSystemInsightReportCategoryProvider, never>;
3524
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCSystemInsightReportCategoryProvider>;
2557
3525
  }
2558
- declare class AXCLogReportDefinitionProvider implements AXPReportDefinitionProvider {
3526
+ declare class AXCSystemInsightReportDefinitionProvider implements AXPReportDefinitionProvider {
2559
3527
  getList(categoryId: string): Promise<AXPReportDefinition[]>;
2560
3528
  getById(id: string): Promise<AXPReportDefinition | undefined>;
2561
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCLogReportDefinitionProvider, never>;
2562
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCLogReportDefinitionProvider>;
3529
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCSystemInsightReportDefinitionProvider, never>;
3530
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCSystemInsightReportDefinitionProvider>;
2563
3531
  }
2564
- declare const AXC_LOG_REPORT_CATEGORY_PROVIDER: {
3532
+ declare const AXC_SYSTEM_INSIGHT_REPORT_CATEGORY_PROVIDER: {
2565
3533
  provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportCategoryProviderToken[]>;
2566
- useClass: typeof AXCLogReportCategoryProvider;
3534
+ useClass: typeof AXCSystemInsightReportCategoryProvider;
2567
3535
  multi: boolean;
2568
3536
  };
2569
- declare const AXC_LOG_REPORT_DEFINITION_PROVIDER: {
3537
+ declare const AXC_SYSTEM_INSIGHT_REPORT_DEFINITION_PROVIDER: {
2570
3538
  provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportDefinitionProviderToken[]>;
2571
- useClass: typeof AXCLogReportDefinitionProvider;
3539
+ useClass: typeof AXCSystemInsightReportDefinitionProvider;
2572
3540
  multi: boolean;
2573
3541
  };
2574
3542
 
3543
+ declare const auditLogMock: AXMSystemInsightAuditLogEntityModel[];
3544
+
3545
+ declare class AXMSystemInsightAuditLogDataSeeder implements AXPDataSeeder {
3546
+ private storageService;
3547
+ seed(): Promise<void>;
3548
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMSystemInsightAuditLogDataSeeder, never>;
3549
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMSystemInsightAuditLogDataSeeder>;
3550
+ }
3551
+
2575
3552
  interface AXPRuleRow extends AXPIdentifierRule {
2576
3553
  }
2577
3554
  interface AXPSeqRow {
@@ -2747,5 +3724,5 @@ declare const lockGuardMiddleware: AXPEntityStorageMiddleware;
2747
3724
 
2748
3725
  declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
2749
3726
 
2750
- export { APPLICATIONS, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFeatureDataSeeder, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCLogReportCategoryProvider, AXCLogReportDefinitionProvider, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCModuleDataSeeder, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPartyManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTrainingManagementMockModule, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowDefinitionDataSeeder, AXCWorkflowExecutionDB, AXCWorkflowExecutionService, AXCWorkflowManagementMockModule, AXC_LOG_REPORT_CATEGORY_PROVIDER, AXC_LOG_REPORT_DEFINITION_PROVIDER, AXMAiResponderService, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMCollaboratorDataSeeder, AXMEmployeeDataSeeder, AXMEmployeeSkillDataSeeder, AXMEmployeeSkillsCategoryProvider, AXMEmployeeSkillsReportDefinitionProvider, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMIndustryDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMPublicationDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMReportMockDataService, AXMResponseEntryDataSeeder, AXMResponseSessionDataSeeder, AXMResponsibilityDataSeeder, AXMRoleDataSeeder, AXMSkillDataSeeder, AXMSkillLevelDataSeeder, AXMTagDataSeeder, AXMTeamDataSeeder, AXM_EMPLOYEE_SKILLS_CATEGORY_PROVIDER, AXM_EMPLOYEE_SKILLS_DEFINITION_PROVIDER, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXQEmployeeSkillsLevelPercentagesQuery, AXQEmployeeSkillsLevelsQuery, AXQEmployeeSkillsListQuery, AXQEmployeeSkillsSkillPercentagesQuery, AXQEmployeeSkillsStatsQuery, AXQEmployeeSkillsTrendQuery, AXVChangeType, BUSINESS_UNITS_MOCK, CheckPermissionActivity, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYEE_SKILLS_MOCK, EMPLOYMENT_TYPES_MOCK, ExecuteCommandActivity, ExecuteQueryActivity, FEATURES, GLOBAL_VARIABLES, LEAVE_REQUESTS_MOCK, MODULES, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, ROLES_CATEGORY_MOCK, ROLES_MOCK, SKILLS_CATEGORY_MOCK, SKILLS_MOCK, SKILL_LEVELS_MOCK, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, applications, auditLoggerMiddleware, axVersionDB, axWorkflowExecutionDB, calendarEventMock, calendarEventTypeMockData, calendarMock, childCountMiddleware, collaboratorMock, computeDiff, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, findContactMethod, findEmployeeById, findPartyById, generateUserDashboard, historyLoggerMiddleware, identifierCommitMiddleware, lockGuardMiddleware, lookupResolverMiddleware, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mockRoleDefinitions, mockUsers, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, participantIds, primaryMiddleware, provideWorkflowActivities, publicationMock, questionBankItemMock, questionnaireMock, responseEntryMock, responseSessionMock, signatureLoaderMiddleware, tenantsMock, toUiRows, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock };
2751
- export type { AXCBusinessUnitMockDto, AXCEmployeeSkillMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCSkillLevelMockDto, AXCTeamMockDto, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult, CheckPermissionInput, CheckPermissionOutput, ExecuteCommandInput, ExecuteCommandOutput, ExecuteQueryInput, ExecuteQueryOutput, MockUserPassCredentials, PartyMockData, PositionMockDto, QuestionBankItemMockDto, QuestionnaireMockDto, ResponsibilityMockDto, RoleMockDto, SkillMockDto, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo };
3727
+ export { APPLICATIONS, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFeatureDataSeeder, AXCFileStorageService, AXCFinancialCoreMockModule, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCModuleDataSeeder, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPartyManagementMockModule, AXCPlatformManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCSystemInsightMockModule, AXCSystemInsightReportCategoryProvider, AXCSystemInsightReportDefinitionProvider, AXCTaskManagementMockModule, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowDefinitionDataSeeder, AXCWorkflowExecutionDB, AXCWorkflowExecutionService, AXCWorkflowManagementMockModule, AXC_SYSTEM_INSIGHT_REPORT_CATEGORY_PROVIDER, AXC_SYSTEM_INSIGHT_REPORT_DEFINITION_PROVIDER, AXMAiResponderService, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMCollaboratorDataSeeder, AXMEmployeeDataSeeder, AXMEmployeeSkillDataSeeder, AXMEmployeeSkillsCategoryProvider, AXMEmployeeSkillsReportDefinitionProvider, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMIndustryDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMPublicationDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMReportMockDataService, AXMResponseEntryDataSeeder, AXMResponseSessionDataSeeder, AXMResponsibilityDataSeeder, AXMRoleDataSeeder, AXMSkillDataSeeder, AXMSkillLevelDataSeeder, AXMSystemInsightAuditLogDataSeeder, AXMTagDataSeeder, AXMTeamDataSeeder, AXM_EMPLOYEE_SKILLS_CATEGORY_PROVIDER, AXM_EMPLOYEE_SKILLS_DEFINITION_PROVIDER, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXQEmployeeSkillsLevelPercentagesQuery, AXQEmployeeSkillsLevelsQuery, AXQEmployeeSkillsListQuery, AXQEmployeeSkillsSkillPercentagesQuery, AXQEmployeeSkillsStatsQuery, AXQEmployeeSkillsTrendQuery, AXVChangeType, BUSINESS_UNITS_MOCK, CheckPermissionActivity, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYEE_SKILLS_MOCK, EMPLOYMENT_TYPES_MOCK, ExecuteCommandActivity, ExecuteQueryActivity, FEATURES, GLOBAL_VARIABLES, LEAVE_REQUESTS_MOCK, MODULES, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, ROLES_CATEGORY_MOCK, ROLES_MOCK, SKILLS_CATEGORY_MOCK, SKILLS_MOCK, SKILL_LEVELS_MOCK, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, applications, auditLogMock, auditLoggerMiddleware, avatarInterface, axVersionDB, axWorkflowExecutionDB, calendarEventMock, calendarEventTypeMockData, calendarMock, checkboxInterface, childCountMiddleware, collaboratorMock, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, dateInterface, dateTimeInterface, descriptionInterface, emailInterface, fileUploaderInterface, findContactMethod, findEmployeeById, findPartyById, generateUserDashboard, historyLoggerMiddleware, identifierCommitMiddleware, imageInterface, learningAttendanceMock, learningCertificateDefinitionMock, learningCertificateMock, learningCertificateTypeMock, learningCourseMock, learningCourseTypeMock, learningEmployeeSkillMock, learningEnrollmentMock, learningLearningPathCourseMock, learningLearningPathMock, learningManagementEntityKeys, learningManagementMockData, learningMandatoryTrainingRuleMock, learningSkillCategoryMock, learningSkillLevelMock, learningSkillMock, learningTrainingDefinitionMock, learningTrainingMock, learningTrainingTypeMock, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, participantIds, passwordInterface, phoneInterface, primaryMiddleware, provideWorkflowActivities, publicationMock, qrcodeInterface, questionBankItemMock, questionnaireMock, ratingInterface, responseEntryMock, responseSessionMock, richTextInterface, scaleInterface, selectInterface, selectionListInterface, signatureInterface, signatureLoaderMiddleware, tagInterface, tenantsMock, textAreaInterface, textInterface, timeDurationInterface, titleInterface, toUiRows, toggleInterface, urlInterface, versionInterface, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock, yesNoInterface };
3728
+ export type { AXCBusinessUnitMockDto, AXCEmployeeSkillMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCSkillLevelMockDto, AXCTeamMockDto, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, CategoryMetadataInheritanceGroupResult, CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult, CheckPermissionInput, CheckPermissionOutput, ExecuteCommandInput, ExecuteCommandOutput, ExecuteQueryInput, ExecuteQueryOutput, MockUserPassCredentials, PartyMockData, PositionMockDto, QuestionBankItemMockDto, QuestionnaireMockDto, ResponsibilityMockDto, RoleMockDto, SkillMockDto, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo };