@acorex/connectivity 21.0.0-next.37 → 21.0.0-next.40
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/fesm2022/{acorex-connectivity-mock-acorex-connectivity-mock-BpUUTZOi.mjs → acorex-connectivity-mock-acorex-connectivity-mock-oEjW7bgG.mjs} +14880 -7129
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-oEjW7bgG.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock-assign-to-manager.activity-DdnuQSdS.mjs +133 -0
- package/fesm2022/acorex-connectivity-mock-assign-to-manager.activity-DdnuQSdS.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-BA0r4IMn.mjs → acorex-connectivity-mock-chat-generate-image.command-CR5vAwIZ.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-BA0r4IMn.mjs.map → acorex-connectivity-mock-chat-generate-image.command-CR5vAwIZ.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-B5-8a7SC.mjs → acorex-connectivity-mock-chat-synthesize-speech.command-CyN_FfDe.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-B5-8a7SC.mjs.map → acorex-connectivity-mock-chat-synthesize-speech.command-CyN_FfDe.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BGzXvTnh.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-Dt5ADfHI.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BGzXvTnh.mjs.map → acorex-connectivity-mock-chat-transcribe-speech.command-Dt5ADfHI.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-entity-update.activity-D0hyBha-.mjs → acorex-connectivity-mock-entity-update.activity-06HTKiQQ.mjs} +1 -3
- package/fesm2022/acorex-connectivity-mock-entity-update.activity-06HTKiQQ.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-get-product-list.query-B06aC73T.mjs → acorex-connectivity-mock-get-product-list.query-f-mTj4ah.mjs} +7 -5
- package/fesm2022/acorex-connectivity-mock-get-product-list.query-f-mTj4ah.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-get-product-pdf-data.query-CM7bsjl7.mjs → acorex-connectivity-mock-get-product-pdf-data.query-Co1V52c4.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-get-product-pdf-data.query-CM7bsjl7.mjs.map → acorex-connectivity-mock-get-product-pdf-data.query-Co1V52c4.mjs.map} +1 -1
- package/fesm2022/acorex-connectivity-mock-user-roles-for-list-column.query-f7UTofcg.mjs +31 -0
- package/fesm2022/acorex-connectivity-mock-user-roles-for-list-column.query-f7UTofcg.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock.mjs +1 -1
- package/package.json +2 -2
- package/types/acorex-connectivity-mock.d.ts +230 -179
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-BpUUTZOi.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-assign-to-manager.activity-DTPM1eU1.mjs +0 -79
- package/fesm2022/acorex-connectivity-mock-assign-to-manager.activity-DTPM1eU1.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-entity-update.activity-D0hyBha-.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-get-product-list.query-B06aC73T.mjs.map +0 -1
|
@@ -18,13 +18,14 @@ import { AXPPropertyDefinition } from '@acorex/platform/domain';
|
|
|
18
18
|
import { AXPAiPlanningMode } from '@acorex/modules/ai-management';
|
|
19
19
|
import { AXMApplicationManagementApplicationEntityModel, AXMApplicationManagementEditionEntityModel } from '@acorex/modules/application-management';
|
|
20
20
|
import { PreQuestionnaireConfig, PostQuestionnaireConfig, QuestionnaireEntityDisplaySettings } from '@acorex/modules/assessment-management';
|
|
21
|
+
import * as _acorex_core_translation from '@acorex/core/translation';
|
|
21
22
|
import { AXMTenantManagementTenantEntityModel } from '@acorex/modules/tenant-management';
|
|
22
|
-
import { AXMSecurityManagementRolesEntityModel, AXMSecurityManagementUsersEntityModel } from '@acorex/modules/security-management';
|
|
23
|
+
import { AXMSecurityManagementRolesEntityModel, AXMSecurityManagementUsersEntityModel, AXMUserAccessState } from '@acorex/modules/security-management';
|
|
24
|
+
import { AXMOrganizationManagementBusinessUnitEntityModel, AXMOrganizationManagementJobDefinitionEntityModel, AXMOrganizationManagementTeamEntityModel, AXMOrganizationManagementTeamBusinessUnitEntityModel, AXMOrganizationManagementTeamMemberRoleEntityModel, AXMOrganizationManagementTeamMemberEntityModel, AXMOrganizationManagementPositionEntityModel, AXMOrganizationManagementJobLevelEntityModel, AXMOrganizationManagementResponsibilityEntityModel } from '@acorex/modules/organization-management';
|
|
23
25
|
import { AXMHumanCapitalManagementEmploymentTypeEntityModel } from '@acorex/modules/human-capital-management';
|
|
24
|
-
import { AXPSpreadsheetData } from '@acorex/platform/layout/components';
|
|
25
26
|
import { AXMPersonCorePersonEntityModel, AXMPersonCorePersonIdentifierTypeEntityModel } from '@acorex/modules/person-core';
|
|
26
27
|
import * as _acorex_platform_workflow from '@acorex/platform/workflow';
|
|
27
|
-
import { AXPWorkflowInstance, AXPWorkflowEngine, AXPStartWorkflowRequest, AXPStartWorkflowResponse, AXPResumeWorkflowRequest, AXPResumeWorkflowResponse, AXPGetWorkflowStateRequest, AXPWorkflowInstanceState, AXPFrontActivityCompleteRequest, AXPFrontActivityCompleteResponse, AXPWorkflowDefinition, AXPActivityCategory, AXPActivityDefinition, AXPWorkflowCategory } from '@acorex/platform/workflow';
|
|
28
|
+
import { AXPWorkflowInstance, AXPWorkflowEngine, AXPStartWorkflowRequest, AXPStartWorkflowResponse, AXPResumeWorkflowRequest, AXPResumeWorkflowResponse, AXPGetWorkflowStateRequest, AXPWorkflowInstanceState, AXPClaimWorkflowTaskRequest, AXPClaimWorkflowTaskResponse, AXPFrontActivityCompleteRequest, AXPFrontActivityCompleteResponse, AXPWorkflowDefinition, AXPActivityCategory, AXPActivityDefinition, AXPWorkflowCategory } from '@acorex/platform/workflow';
|
|
28
29
|
import { AXMWorkflowManagementWorkflowDefinitionEntityModel } from '@acorex/modules/workflow-management';
|
|
29
30
|
import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
|
|
30
31
|
import { AXParticipant, AXUserProfileUpdate, AXUserSearchFilters, AXPresenceUpdate, AXPresenceStatus, AXBlockReportReason, AXConnectionStatus, AXConnectionOptions, AXConnectionEvent, AXMessage, AXConversation, AXTypingIndicator, AXNotificationEvent, AXCallEvent, AXConversationCreateData, AXPagination, AXConversationFilters, AXPaginatedResult, AXConversationUpdateData, AXParticipantUpdate, AXConversationSettingsUpdate, AXSendMessageCommand, AXMessagePayload, AXMessageSearchFilters, AXReadReceipt, AXMessageForwardData, AXPinnedMessage } from '@acorex/components/conversation2';
|
|
@@ -823,6 +824,10 @@ interface QueryRecord {
|
|
|
823
824
|
id: string;
|
|
824
825
|
definition: Record<string, unknown>;
|
|
825
826
|
}
|
|
827
|
+
interface WidgetRecord {
|
|
828
|
+
id: string;
|
|
829
|
+
definition: Record<string, unknown>;
|
|
830
|
+
}
|
|
826
831
|
interface PermissionGroupRecord {
|
|
827
832
|
id: string;
|
|
828
833
|
definition: Record<string, unknown>;
|
|
@@ -841,6 +846,7 @@ declare class EntityDefinitionDatabase extends Dexie {
|
|
|
841
846
|
permissionGroups: Table<PermissionGroupRecord, string>;
|
|
842
847
|
commands: Table<CommandRecord, string>;
|
|
843
848
|
queries: Table<QueryRecord, string>;
|
|
849
|
+
widgets: Table<WidgetRecord, string>;
|
|
844
850
|
constructor();
|
|
845
851
|
}
|
|
846
852
|
declare const entityDefDb: EntityDefinitionDatabase;
|
|
@@ -869,6 +875,17 @@ declare class AXCQueryRegistryDataSeeder implements AXPDataSeeder {
|
|
|
869
875
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCQueryRegistryDataSeeder>;
|
|
870
876
|
}
|
|
871
877
|
|
|
878
|
+
/**
|
|
879
|
+
* Seeds widget catalog rows (build-time `defineWidget` metadata) into Dexie/Firestore via AXPEntityDefinitionCrudService.
|
|
880
|
+
* Data is generated from the v4 runtime catalog `widgetsData` artifact (see widget-catalog-seed.data.ts).
|
|
881
|
+
*/
|
|
882
|
+
declare class AXCWidgetCatalogDataSeeder implements AXPDataSeeder {
|
|
883
|
+
private readonly crud;
|
|
884
|
+
seed(): Promise<void>;
|
|
885
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCWidgetCatalogDataSeeder, never>;
|
|
886
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCWidgetCatalogDataSeeder>;
|
|
887
|
+
}
|
|
888
|
+
|
|
872
889
|
/** Matches scripts/firebase/generated/entity-definition-firestore-snapshot.json */
|
|
873
890
|
interface FirestoreSnapshotOperation {
|
|
874
891
|
collection: string;
|
|
@@ -985,11 +1002,13 @@ interface AXCAiAssistMock {
|
|
|
985
1002
|
/** Assist default for tool-free planning preamble (`off` when omitted). */
|
|
986
1003
|
planningMode?: AXPAiPlanningMode;
|
|
987
1004
|
/**
|
|
988
|
-
* AI agent catalog rows this assist may delegate to (`type` = agent id, `options` = assist-locked / assist-default values).
|
|
1005
|
+
* AI agent catalog rows this assist may delegate to (`agent.type` = agent id, `agent.options` = assist-locked / assist-default values). Matches assist repeater `path: 'agent'`.
|
|
989
1006
|
*/
|
|
990
1007
|
delegatedAgents?: {
|
|
991
|
-
|
|
992
|
-
|
|
1008
|
+
agent: {
|
|
1009
|
+
type?: string;
|
|
1010
|
+
options?: Record<string, unknown>;
|
|
1011
|
+
};
|
|
993
1012
|
}[] | null;
|
|
994
1013
|
}
|
|
995
1014
|
/** Deterministic id for the platform default assist row. */
|
|
@@ -1014,6 +1033,10 @@ declare function axcResolveCommandRegistrySeedId(registryName: string): string;
|
|
|
1014
1033
|
* Returns the mock registry row id for a query `definition.name` from {@link QUERY_REGISTRY_SEED}.
|
|
1015
1034
|
*/
|
|
1016
1035
|
declare function axcResolveQueryRegistrySeedId(registryName: string): string;
|
|
1036
|
+
/**
|
|
1037
|
+
* Returns the mock catalog row id for a widget `definition.name` from {@link WIDGET_CATALOG_SEED}.
|
|
1038
|
+
*/
|
|
1039
|
+
declare function axcResolveWidgetCatalogSeedId(widgetName: string): string;
|
|
1017
1040
|
/** `definition.name` values used by AI agent mocks — ids come from {@link axcResolveCommandRegistrySeedId}. */
|
|
1018
1041
|
declare const AXM_AI_REGISTRY_COMMAND_NAME: {
|
|
1019
1042
|
readonly entityCreate: "Entity:Create";
|
|
@@ -1027,6 +1050,7 @@ declare const AXM_AI_REGISTRY_COMMAND_NAME: {
|
|
|
1027
1050
|
declare const AXM_AI_REGISTRY_QUERY_NAME: {
|
|
1028
1051
|
readonly listRegisteredEntities: "PlatformManagement:ListRegisteredEntities";
|
|
1029
1052
|
readonly entityStorageQuery: "ConnectivityMock:EntityStorage:Query";
|
|
1053
|
+
readonly widgetsGetForAi: "Widgets:GetForAI";
|
|
1030
1054
|
};
|
|
1031
1055
|
|
|
1032
1056
|
declare const APPLICATIONS: AXMApplicationManagementApplicationEntityModel[];
|
|
@@ -1305,7 +1329,7 @@ declare const TOKENS: {
|
|
|
1305
1329
|
categoryIds: string[];
|
|
1306
1330
|
categories: {
|
|
1307
1331
|
id: string;
|
|
1308
|
-
title:
|
|
1332
|
+
title: _acorex_core_translation.AXMultiLanguageString;
|
|
1309
1333
|
}[];
|
|
1310
1334
|
}[];
|
|
1311
1335
|
|
|
@@ -1333,8 +1357,16 @@ declare class AXPSecurityManagementRoleDataSeeder implements AXPDataSeeder {
|
|
|
1333
1357
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementRoleDataSeeder>;
|
|
1334
1358
|
}
|
|
1335
1359
|
|
|
1360
|
+
/**
|
|
1361
|
+
* Seeds `SecurityManagement.User` mock accounts.
|
|
1362
|
+
*
|
|
1363
|
+
* Dexie/Firestore `initial()` defaults to `uniqueKeys: ['name']`, but User rows use `username`, not `name`.
|
|
1364
|
+
* That makes the "already seeded" check unreliable and can leave orphaned rows (e.g. empty `username`)
|
|
1365
|
+
* in IndexedDB while skipping a fresh bulk insert — which shows up as extra list rows with `---`.
|
|
1366
|
+
*/
|
|
1336
1367
|
declare class AXPSecurityManagementUserDataSeeder implements AXPDataSeeder {
|
|
1337
|
-
private storageService;
|
|
1368
|
+
private readonly storageService;
|
|
1369
|
+
private readonly backend;
|
|
1338
1370
|
seed(): Promise<void>;
|
|
1339
1371
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementUserDataSeeder, never>;
|
|
1340
1372
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementUserDataSeeder>;
|
|
@@ -1353,6 +1385,9 @@ interface AXCMockUserMockDto extends AXMSecurityManagementUsersEntityModel {
|
|
|
1353
1385
|
title: string;
|
|
1354
1386
|
}[];
|
|
1355
1387
|
password: string;
|
|
1388
|
+
accountState: string;
|
|
1389
|
+
accessState: AXMUserAccessState;
|
|
1390
|
+
effectiveState: string;
|
|
1356
1391
|
}
|
|
1357
1392
|
declare const mockUsers: AXCMockUserMockDto[];
|
|
1358
1393
|
|
|
@@ -1361,40 +1396,10 @@ declare const mockUsers: AXCMockUserMockDto[];
|
|
|
1361
1396
|
* Aligns with SAP/Oracle-style “corporate / headquarters” org unit — not nullable on assignments.
|
|
1362
1397
|
*/
|
|
1363
1398
|
declare const AXM_CORPORATE_BUSINESS_UNIT_ID = "a1b2c3d4-e5f6-4789-a012-34567890abcd";
|
|
1364
|
-
interface
|
|
1365
|
-
id: string;
|
|
1366
|
-
title: AXPMultiLanguageString;
|
|
1367
|
-
description?: AXPMultiLanguageString;
|
|
1368
|
-
typeId: string;
|
|
1369
|
-
parentId?: string | null;
|
|
1370
|
-
geographicRegionId?: string | null;
|
|
1399
|
+
interface AXMOrganizationManagementBusinessUnitMockModel extends AXMOrganizationManagementBusinessUnitEntityModel {
|
|
1371
1400
|
hasChild?: boolean;
|
|
1372
|
-
geographicRegion?: {
|
|
1373
|
-
id: string;
|
|
1374
|
-
title: string;
|
|
1375
|
-
} | null;
|
|
1376
|
-
parent?: {
|
|
1377
|
-
id: string;
|
|
1378
|
-
title: AXPMultiLanguageString;
|
|
1379
|
-
} | null;
|
|
1380
|
-
type: {
|
|
1381
|
-
id: string;
|
|
1382
|
-
title: AXPMultiLanguageString;
|
|
1383
|
-
isLocationBased?: boolean;
|
|
1384
|
-
} | null;
|
|
1385
|
-
positionIds?: string[];
|
|
1386
|
-
positions?: {
|
|
1387
|
-
id: string;
|
|
1388
|
-
title: string;
|
|
1389
|
-
}[];
|
|
1390
|
-
headPositionId?: string | null;
|
|
1391
|
-
headPosition?: {
|
|
1392
|
-
id: string;
|
|
1393
|
-
title: string;
|
|
1394
|
-
} | null;
|
|
1395
|
-
stateInfo?: AXPRecordStateInfo;
|
|
1396
1401
|
}
|
|
1397
|
-
declare const BUSINESS_UNITS_MOCK:
|
|
1402
|
+
declare const BUSINESS_UNITS_MOCK: AXMOrganizationManagementBusinessUnitMockModel[];
|
|
1398
1403
|
|
|
1399
1404
|
declare class AXMBusinessUnitDataSeeder implements AXPDataSeeder {
|
|
1400
1405
|
private storage;
|
|
@@ -1403,22 +1408,13 @@ declare class AXMBusinessUnitDataSeeder implements AXPDataSeeder {
|
|
|
1403
1408
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMBusinessUnitDataSeeder>;
|
|
1404
1409
|
}
|
|
1405
1410
|
|
|
1406
|
-
interface
|
|
1407
|
-
id: string;
|
|
1408
|
-
title: AXPMultiLanguageString;
|
|
1409
|
-
description: AXPMultiLanguageString;
|
|
1410
|
-
categoryIds: string[];
|
|
1411
|
-
categories: AXPCategoryListItem[];
|
|
1412
|
-
responsibilityLevelIds?: string[];
|
|
1413
|
-
responsibilities?: AXPSpreadsheetData;
|
|
1414
|
-
jobLevelIds?: string[];
|
|
1411
|
+
interface AXMOrganizationManagementJobDefinitionMockModel extends AXMOrganizationManagementJobDefinitionEntityModel {
|
|
1415
1412
|
jobLevels?: AXPCategoryListItem[];
|
|
1416
|
-
skillRequirements?: AXPSpreadsheetData;
|
|
1417
1413
|
}
|
|
1418
1414
|
/** English category keys → id (for parents after localized titles). */
|
|
1419
1415
|
declare const JOB_DEFINITION_CATEGORY_KEY_TO_ID: Record<string, string>;
|
|
1420
1416
|
declare const JOB_DEFINITIONS_CATEGORY_MOCK: AXPCategoryEntity<string>[];
|
|
1421
|
-
declare const JOB_DEFINITIONS_MOCK:
|
|
1417
|
+
declare const JOB_DEFINITIONS_MOCK: AXMOrganizationManagementJobDefinitionMockModel[];
|
|
1422
1418
|
|
|
1423
1419
|
declare function findEmployeeById(employeeId: string): AXCEmployeeMockDto | undefined;
|
|
1424
1420
|
interface AXCEmployeeMockDto {
|
|
@@ -1434,7 +1430,7 @@ interface AXCEmployeeMockDto {
|
|
|
1434
1430
|
birthDate: Date;
|
|
1435
1431
|
employeeCode: string;
|
|
1436
1432
|
jobDefinitionId: string;
|
|
1437
|
-
jobDefinition:
|
|
1433
|
+
jobDefinition: AXMOrganizationManagementJobDefinitionMockModel;
|
|
1438
1434
|
employmentTypeId: string;
|
|
1439
1435
|
employmentType: AXMHumanCapitalManagementEmploymentTypeEntityModel;
|
|
1440
1436
|
hireDate: Date;
|
|
@@ -1445,6 +1441,11 @@ interface AXCEmployeeMockDto {
|
|
|
1445
1441
|
id: string;
|
|
1446
1442
|
title?: unknown;
|
|
1447
1443
|
} | null;
|
|
1444
|
+
activePrimaryBusinessUnitId?: string | null;
|
|
1445
|
+
activePrimaryBusinessUnit?: {
|
|
1446
|
+
id: string;
|
|
1447
|
+
title?: unknown;
|
|
1448
|
+
} | null;
|
|
1448
1449
|
imageId: string[];
|
|
1449
1450
|
}
|
|
1450
1451
|
declare const EMPLOYEES_MOCK: AXCEmployeeMockDto[];
|
|
@@ -1458,12 +1459,14 @@ declare function axcPatchEmployeeActivePrimaryPositionRefsFromRows(rows: {
|
|
|
1458
1459
|
id: string;
|
|
1459
1460
|
activePrimaryPositionId?: string | null;
|
|
1460
1461
|
}[]): void;
|
|
1462
|
+
/** Sync in-memory mock rows with `activePrimaryBusinessUnitId` / nested business unit (after storage reconciliation). */
|
|
1463
|
+
declare function axcPatchEmployeeActivePrimaryBusinessUnitRefsFromRows(rows: {
|
|
1464
|
+
id: string;
|
|
1465
|
+
activePrimaryBusinessUnitId?: string | null;
|
|
1466
|
+
}[]): void;
|
|
1461
1467
|
|
|
1462
1468
|
type AXCEmployeeMock$1 = (typeof EMPLOYEES_MOCK)[number];
|
|
1463
|
-
interface
|
|
1464
|
-
id: string;
|
|
1465
|
-
title: AXPMultiLanguageString;
|
|
1466
|
-
description: AXPMultiLanguageString;
|
|
1469
|
+
interface AXMOrganizationManagementTeamMockModel extends AXMOrganizationManagementTeamEntityModel {
|
|
1467
1470
|
leaderId: string;
|
|
1468
1471
|
leader: AXCEmployeeMock$1;
|
|
1469
1472
|
managerId: string;
|
|
@@ -1471,7 +1474,7 @@ interface AXCTeamMockDto {
|
|
|
1471
1474
|
memberIds: string[];
|
|
1472
1475
|
members: AXCEmployeeMock$1[];
|
|
1473
1476
|
}
|
|
1474
|
-
declare const TEAMS_MOCK:
|
|
1477
|
+
declare const TEAMS_MOCK: AXMOrganizationManagementTeamMockModel[];
|
|
1475
1478
|
|
|
1476
1479
|
declare class AXMTeamDataSeeder implements AXPDataSeeder {
|
|
1477
1480
|
private storageService;
|
|
@@ -1480,12 +1483,23 @@ declare class AXMTeamDataSeeder implements AXPDataSeeder {
|
|
|
1480
1483
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMTeamDataSeeder>;
|
|
1481
1484
|
}
|
|
1482
1485
|
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1486
|
+
type AXCTeamMock$1 = (typeof TEAMS_MOCK)[number];
|
|
1487
|
+
interface AXMOrganizationManagementTeamBusinessUnitMockModel extends AXMOrganizationManagementTeamBusinessUnitEntityModel {
|
|
1488
|
+
team: AXCTeamMock$1;
|
|
1489
|
+
businessUnit: AXMOrganizationManagementBusinessUnitMockModel;
|
|
1490
|
+
}
|
|
1491
|
+
declare const TEAM_BUSINESS_UNITS_MOCK: AXMOrganizationManagementTeamBusinessUnitMockModel[];
|
|
1492
|
+
|
|
1493
|
+
declare class AXMTeamBusinessUnitDataSeeder implements AXPDataSeeder {
|
|
1494
|
+
private storageService;
|
|
1495
|
+
seed(): Promise<void>;
|
|
1496
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTeamBusinessUnitDataSeeder, never>;
|
|
1497
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMTeamBusinessUnitDataSeeder>;
|
|
1487
1498
|
}
|
|
1488
|
-
|
|
1499
|
+
|
|
1500
|
+
interface AXMOrganizationManagementTeamMemberRoleMockModel extends AXMOrganizationManagementTeamMemberRoleEntityModel {
|
|
1501
|
+
}
|
|
1502
|
+
declare const TEAM_MEMBER_ROLES_MOCK: AXMOrganizationManagementTeamMemberRoleMockModel[];
|
|
1489
1503
|
|
|
1490
1504
|
declare class AXMTeamMemberRoleDataSeeder implements AXPDataSeeder {
|
|
1491
1505
|
private storageService;
|
|
@@ -1497,16 +1511,12 @@ declare class AXMTeamMemberRoleDataSeeder implements AXPDataSeeder {
|
|
|
1497
1511
|
type AXCEmployeeMock = (typeof EMPLOYEES_MOCK)[number];
|
|
1498
1512
|
type AXCTeamMock = (typeof TEAMS_MOCK)[number];
|
|
1499
1513
|
type AXCTeamMemberRoleMock = (typeof TEAM_MEMBER_ROLES_MOCK)[number];
|
|
1500
|
-
interface
|
|
1501
|
-
id: string;
|
|
1502
|
-
teamId: string;
|
|
1514
|
+
interface AXMOrganizationManagementTeamMemberMockModel extends AXMOrganizationManagementTeamMemberEntityModel {
|
|
1503
1515
|
team: AXCTeamMock;
|
|
1504
|
-
employeeId: string;
|
|
1505
1516
|
employee: AXCEmployeeMock;
|
|
1506
|
-
roleId: string;
|
|
1507
1517
|
role: AXCTeamMemberRoleMock;
|
|
1508
1518
|
}
|
|
1509
|
-
declare const TEAM_MEMBERS_MOCK:
|
|
1519
|
+
declare const TEAM_MEMBERS_MOCK: AXMOrganizationManagementTeamMemberMockModel[];
|
|
1510
1520
|
|
|
1511
1521
|
declare class AXMTeamMemberDataSeeder implements AXPDataSeeder {
|
|
1512
1522
|
private storageService;
|
|
@@ -1515,41 +1525,15 @@ declare class AXMTeamMemberDataSeeder implements AXPDataSeeder {
|
|
|
1515
1525
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMTeamMemberDataSeeder>;
|
|
1516
1526
|
}
|
|
1517
1527
|
|
|
1518
|
-
interface
|
|
1519
|
-
id: string;
|
|
1520
|
-
code: string;
|
|
1521
|
-
title: AXPMultiLanguageString;
|
|
1522
|
-
description: AXPMultiLanguageString;
|
|
1523
|
-
categoryIds: string[];
|
|
1524
|
-
categories: {
|
|
1525
|
-
id: string;
|
|
1526
|
-
title: AXPMultiLanguageString;
|
|
1527
|
-
}[];
|
|
1528
|
-
jobLevelId: string;
|
|
1529
|
-
jobLevel?: {
|
|
1530
|
-
id: string;
|
|
1531
|
-
title: AXPMultiLanguageString;
|
|
1532
|
-
};
|
|
1533
|
-
jobDefinitionId?: string;
|
|
1534
|
-
jobDefinition?: {
|
|
1535
|
-
id: string;
|
|
1536
|
-
title: AXPMultiLanguageString;
|
|
1537
|
-
};
|
|
1528
|
+
interface AXMOrganizationManagementPositionMockModel extends AXMOrganizationManagementPositionEntityModel {
|
|
1538
1529
|
businessUnitId?: string;
|
|
1539
1530
|
businessUnit?: {
|
|
1540
1531
|
id: string;
|
|
1541
1532
|
title: AXPMultiLanguageString;
|
|
1542
1533
|
};
|
|
1543
|
-
capacity?: number;
|
|
1544
|
-
reportsToPositionId?: string;
|
|
1545
|
-
reportsToPosition?: {
|
|
1546
|
-
id: string;
|
|
1547
|
-
title: AXPMultiLanguageString;
|
|
1548
|
-
};
|
|
1549
|
-
isManager?: boolean;
|
|
1550
1534
|
}
|
|
1551
1535
|
declare const POSITIONS_CATEGORY_MOCK: AXPCategoryEntity<string>[];
|
|
1552
|
-
declare const POSITIONS_MOCK:
|
|
1536
|
+
declare const POSITIONS_MOCK: AXMOrganizationManagementPositionMockModel[];
|
|
1553
1537
|
|
|
1554
1538
|
declare class AXMPositionDataSeeder implements AXPDataSeeder {
|
|
1555
1539
|
private storageService;
|
|
@@ -1565,13 +1549,17 @@ declare class AXMJobDefinitionDataSeeder implements AXPDataSeeder {
|
|
|
1565
1549
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMJobDefinitionDataSeeder>;
|
|
1566
1550
|
}
|
|
1567
1551
|
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1552
|
+
/**
|
|
1553
|
+
* Organizational job-grade reference data for organization-management mocks.
|
|
1554
|
+
*
|
|
1555
|
+
* These rows describe organizational seniority bands (job grade / hierarchy level),
|
|
1556
|
+
* not competency proficiency. The levels are intentionally business-friendly
|
|
1557
|
+
* (Employee, Supervisor, Manager, Executive) for HR and org-chart use cases.
|
|
1558
|
+
*/
|
|
1559
|
+
interface AXMOrganizationManagementJobLevelMockModel extends AXMOrganizationManagementJobLevelEntityModel {
|
|
1572
1560
|
level: number;
|
|
1573
1561
|
}
|
|
1574
|
-
declare const JOB_LEVELS_MOCK:
|
|
1562
|
+
declare const JOB_LEVELS_MOCK: AXMOrganizationManagementJobLevelMockModel[];
|
|
1575
1563
|
|
|
1576
1564
|
declare class AXMJobLevelDataSeeder implements AXPDataSeeder {
|
|
1577
1565
|
private storageService;
|
|
@@ -1580,20 +1568,12 @@ declare class AXMJobLevelDataSeeder implements AXPDataSeeder {
|
|
|
1580
1568
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMJobLevelDataSeeder>;
|
|
1581
1569
|
}
|
|
1582
1570
|
|
|
1583
|
-
interface
|
|
1584
|
-
id: string;
|
|
1585
|
-
title: AXPMultiLanguageString;
|
|
1586
|
-
description: AXPMultiLanguageString;
|
|
1587
|
-
categoryIds: string[];
|
|
1588
|
-
categories: {
|
|
1589
|
-
id: string;
|
|
1590
|
-
title: AXPMultiLanguageString;
|
|
1591
|
-
}[];
|
|
1571
|
+
interface AXMOrganizationManagementResponsibilityMockModel extends AXMOrganizationManagementResponsibilityEntityModel {
|
|
1592
1572
|
}
|
|
1593
1573
|
/** English category keys → id (stable lookup after localized titles). */
|
|
1594
1574
|
declare const RESPONSIBILITY_CATEGORY_KEY_TO_ID: Record<string, string>;
|
|
1595
1575
|
declare const RESPONSIBILITIES_CATEGORY_MOCK: AXPCategoryEntity<string>[];
|
|
1596
|
-
declare const RESPONSIBILITIES_MOCK:
|
|
1576
|
+
declare const RESPONSIBILITIES_MOCK: AXMOrganizationManagementResponsibilityMockModel[];
|
|
1597
1577
|
|
|
1598
1578
|
declare class AXMResponsibilityDataSeeder implements AXPDataSeeder {
|
|
1599
1579
|
private storageService;
|
|
@@ -1619,6 +1599,7 @@ interface AXCPositionAssignmentMockDto {
|
|
|
1619
1599
|
businessUnit?: any;
|
|
1620
1600
|
startDate: Date;
|
|
1621
1601
|
endDate?: Date | null;
|
|
1602
|
+
statusId?: 'active' | 'scheduled' | 'expired' | 'revoked';
|
|
1622
1603
|
isPrimary?: boolean;
|
|
1623
1604
|
notes?: string;
|
|
1624
1605
|
}
|
|
@@ -1963,6 +1944,8 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
|
|
|
1963
1944
|
private readonly workflowProviders;
|
|
1964
1945
|
private readonly expressionScopeService;
|
|
1965
1946
|
private readonly expressionEvaluator;
|
|
1947
|
+
private readonly multiLanguageResolver;
|
|
1948
|
+
private readonly sessionService;
|
|
1966
1949
|
/**
|
|
1967
1950
|
* Get workflow definition by name using workflow providers.
|
|
1968
1951
|
* Falls back to entity storage query by name if providers fail.
|
|
@@ -2049,6 +2032,18 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
|
|
|
2049
2032
|
* Get current workflow execution state.
|
|
2050
2033
|
*/
|
|
2051
2034
|
getState(request: AXPGetWorkflowStateRequest): Promise<AXPWorkflowInstanceState>;
|
|
2035
|
+
/**
|
|
2036
|
+
* Claim a pooled task (cartable or human-task with candidates only): assign current user without resuming.
|
|
2037
|
+
*/
|
|
2038
|
+
claimTask(request: AXPClaimWorkflowTaskRequest): Promise<AXPClaimWorkflowTaskResponse>;
|
|
2039
|
+
/**
|
|
2040
|
+
* Claim when execution state lives only on `WorkflowManagement.WorkflowInstance` (seeded / entity-only rows).
|
|
2041
|
+
*/
|
|
2042
|
+
private claimTaskOnWorkflowInstanceEntity;
|
|
2043
|
+
/**
|
|
2044
|
+
* Activities that suspend for the task board (inbox), same completion path as human-task.
|
|
2045
|
+
*/
|
|
2046
|
+
private isTaskBoardSuspendGraphActivity;
|
|
2052
2047
|
/**
|
|
2053
2048
|
* Cache for activity definitions to avoid repeated queries.
|
|
2054
2049
|
*/
|
|
@@ -2239,10 +2234,6 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
|
|
|
2239
2234
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowEngine>;
|
|
2240
2235
|
}
|
|
2241
2236
|
|
|
2242
|
-
/**
|
|
2243
|
-
* Mock workflow definitions for testing and demonstration.
|
|
2244
|
-
* Used by workflow-definition provider and entity list.
|
|
2245
|
-
*/
|
|
2246
2237
|
declare const workflowDefinitionMock: AXPWorkflowDefinition[];
|
|
2247
2238
|
declare const workflowDefinitionIds: {
|
|
2248
2239
|
createLeaveRequest: string;
|
|
@@ -2251,7 +2242,6 @@ declare const workflowDefinitionIds: {
|
|
|
2251
2242
|
};
|
|
2252
2243
|
/**
|
|
2253
2244
|
* Mock workflow definition entities for the entity list and seeder.
|
|
2254
|
-
* Each workflow is attached to its category (Staff vs Documents).
|
|
2255
2245
|
*/
|
|
2256
2246
|
declare const workflowDefinitionEntityMock: AXMWorkflowManagementWorkflowDefinitionEntityModel[];
|
|
2257
2247
|
|
|
@@ -2262,16 +2252,49 @@ declare class AXCWorkflowDefinitionDataSeeder implements AXPDataSeeder {
|
|
|
2262
2252
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowDefinitionDataSeeder>;
|
|
2263
2253
|
}
|
|
2264
2254
|
|
|
2255
|
+
/** Bookmark row shape stored under `workflowInstance.bookmarks` on the WorkflowInstance entity. */
|
|
2256
|
+
interface WorkflowInstanceEntityBookmark {
|
|
2257
|
+
id: string;
|
|
2258
|
+
activityId: string;
|
|
2259
|
+
activityInstanceId?: string;
|
|
2260
|
+
type: string;
|
|
2261
|
+
payload: Record<string, unknown>;
|
|
2262
|
+
payloadJson: string;
|
|
2263
|
+
consumed?: boolean;
|
|
2264
|
+
isConsumed?: boolean;
|
|
2265
|
+
createdAt?: string;
|
|
2266
|
+
}
|
|
2267
|
+
/**
|
|
2268
|
+
* Demo workflow instances for Cartable / task board: suspended `createLeaveRequest` at manager cartable step.
|
|
2269
|
+
* Matches entity shape produced by {@link AXCWorkflowEngine} + `saveInstanceToEntityService` (bookmarks on `workflowInstance`).
|
|
2270
|
+
*/
|
|
2271
|
+
declare function buildWorkflowInstanceCartableDemoRows(): Record<string, unknown>[];
|
|
2272
|
+
|
|
2273
|
+
/**
|
|
2274
|
+
* Seeds suspended workflow instances with cartable bookmarks so Cartable / task board show demo tasks
|
|
2275
|
+
* without running the engine. Merges by `id` so re-seed does not wipe user-created instances.
|
|
2276
|
+
*/
|
|
2277
|
+
declare class AXCWorkflowInstanceCartableDemoSeeder implements AXPDataSeeder {
|
|
2278
|
+
private readonly storageService;
|
|
2279
|
+
seed(): Promise<void>;
|
|
2280
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowInstanceCartableDemoSeeder, never>;
|
|
2281
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowInstanceCartableDemoSeeder>;
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2265
2284
|
/**
|
|
2266
|
-
*
|
|
2267
|
-
* Same structure as workflow-category: only categories that have activities.
|
|
2268
|
-
* Only activities with a handler (backend command or frontend activity) are listed in activity-definition;
|
|
2269
|
-
* they are all under Command.
|
|
2285
|
+
* Stable lookup keys for assigning activities in activity-definition mock.
|
|
2270
2286
|
*/
|
|
2287
|
+
declare const ACTIVITY_CATEGORY_ID_BY_KEY: Record<string, string>;
|
|
2271
2288
|
/**
|
|
2272
|
-
*
|
|
2289
|
+
* Activity categories for mock (multi-language titles; itemsCount filled after definitions are built).
|
|
2273
2290
|
*/
|
|
2274
2291
|
declare const ACTIVITY_CATEGORIES: AXPActivityCategory[];
|
|
2292
|
+
/**
|
|
2293
|
+
* Sets {@link AXPActivityCategory.itemsCount} from definition rows (mutates category objects).
|
|
2294
|
+
*/
|
|
2295
|
+
declare function finalizeActivityCategoryItemCounts(definitions: {
|
|
2296
|
+
category?: string;
|
|
2297
|
+
}[]): void;
|
|
2275
2298
|
/** @deprecated Use ACTIVITY_CATEGORIES. Kept for backward compatibility (seeder, etc.). */
|
|
2276
2299
|
declare const activityCategoryMocks: AXPActivityCategory[];
|
|
2277
2300
|
|
|
@@ -2292,14 +2315,14 @@ declare const activityDefinitionEntityMock: {
|
|
|
2292
2315
|
id: string;
|
|
2293
2316
|
name: string;
|
|
2294
2317
|
type: string;
|
|
2295
|
-
title?:
|
|
2296
|
-
description?:
|
|
2318
|
+
title?: _acorex_platform_core.AXPMultiLanguageString;
|
|
2319
|
+
description?: _acorex_platform_core.AXPMultiLanguageString;
|
|
2297
2320
|
category?: string;
|
|
2298
2321
|
icon?: string;
|
|
2299
2322
|
executionMode?: "frontend" | "backend" | "both";
|
|
2300
2323
|
taskType?: _acorex_platform_workflow.AXPTaskType;
|
|
2301
|
-
inputs?:
|
|
2302
|
-
outputs?: _acorex_platform_workflow.
|
|
2324
|
+
inputs?: _acorex_platform_core.AXPProperty[];
|
|
2325
|
+
outputs?: _acorex_platform_workflow.AXPWorkflowOutputProperty[];
|
|
2303
2326
|
outcomes?: string[];
|
|
2304
2327
|
isBrowsable?: boolean;
|
|
2305
2328
|
isContainer?: boolean;
|
|
@@ -2409,6 +2432,8 @@ declare class AXMWorkflowDashboardChartDataSourceDefinition implements AXPDataSo
|
|
|
2409
2432
|
private readonly systemHealthSummaryItems;
|
|
2410
2433
|
private readonly throughputDailyItems;
|
|
2411
2434
|
private readonly throughputWeeklyItems;
|
|
2435
|
+
private readonly instanceConversionFunnelItems;
|
|
2436
|
+
private readonly errorsByActivityDayHeatmapItems;
|
|
2412
2437
|
private buildDailyThroughput;
|
|
2413
2438
|
private buildWeeklyThroughput;
|
|
2414
2439
|
private readonly slaViolationsAndDelayItems;
|
|
@@ -2427,9 +2452,16 @@ declare class AXMWorkflowDashboardChartDataSourceDefinition implements AXPDataSo
|
|
|
2427
2452
|
private readonly workloadPerUserAvgAgeHoursItems;
|
|
2428
2453
|
private readonly workloadOverloadedUsersItems;
|
|
2429
2454
|
private readonly slaRiskPredictionItems;
|
|
2455
|
+
private readonly kpiTaskStatusBreakdownItems;
|
|
2456
|
+
private readonly kpiSlaComplianceSnapshotItem;
|
|
2457
|
+
private readonly kpiStatCardItem;
|
|
2458
|
+
private readonly kpiThroughputOverviewItem;
|
|
2430
2459
|
private barChartDefinition;
|
|
2431
2460
|
private donutChartDefinition;
|
|
2432
2461
|
private lineChartDefinition;
|
|
2462
|
+
private funnelChartDefinition;
|
|
2463
|
+
private heatmapDefinition;
|
|
2464
|
+
private kpiSingleItemDefinition;
|
|
2433
2465
|
private readonly workflowPendingApprovalByAgeDataSource;
|
|
2434
2466
|
private readonly workflowWorkloadByProcessDataSource;
|
|
2435
2467
|
private readonly workflowSlaComplianceDataSource;
|
|
@@ -2448,11 +2480,17 @@ declare class AXMWorkflowDashboardChartDataSourceDefinition implements AXPDataSo
|
|
|
2448
2480
|
private readonly workflowTasksNearDeadlineDataSource;
|
|
2449
2481
|
private readonly workflowBottleneckActivitiesDataSource;
|
|
2450
2482
|
private readonly workflowErrorsByCategoryDataSource;
|
|
2483
|
+
private readonly workflowInstanceConversionFunnelDataSource;
|
|
2484
|
+
private readonly workflowErrorsByActivityDayHeatmapDataSource;
|
|
2451
2485
|
private readonly workflowWorkloadPerUserActiveDataSource;
|
|
2452
2486
|
private readonly workflowWorkloadPerUserOverdueDataSource;
|
|
2453
2487
|
private readonly workflowWorkloadPerUserAvgAgeHoursDataSource;
|
|
2454
2488
|
private readonly workflowWorkloadOverloadedUsersDataSource;
|
|
2455
2489
|
private readonly workflowSlaRiskPredictionDataSource;
|
|
2490
|
+
private readonly workflowKpiSlaComplianceSnapshotDataSource;
|
|
2491
|
+
private readonly workflowKpiTaskStatusBreakdownDataSource;
|
|
2492
|
+
private readonly workflowKpiThroughputOverviewDataSource;
|
|
2493
|
+
private readonly workflowKpiStatCardDataSource;
|
|
2456
2494
|
items(): Promise<AXPDataSourceDefinition[]>;
|
|
2457
2495
|
}
|
|
2458
2496
|
|
|
@@ -2660,9 +2698,9 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2660
2698
|
private normalizeConversationTitle;
|
|
2661
2699
|
private generateAssistResponse;
|
|
2662
2700
|
private createPlaceholderMessage;
|
|
2701
|
+
private applyStreamDeltas;
|
|
2663
2702
|
private publishPlaceholderMessage;
|
|
2664
2703
|
private emitMessageUpdate;
|
|
2665
|
-
private updateStreamingText;
|
|
2666
2704
|
/** Clears nested specialist stream for one supervisor `agent:*` tool call (delegated sub-run round). */
|
|
2667
2705
|
private resetDelegatedNestedStream;
|
|
2668
2706
|
/** Appends streamed specialist text for a delegated agent run into that tool row (not the main bubble). */
|
|
@@ -2676,7 +2714,18 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2676
2714
|
*/
|
|
2677
2715
|
private rebuildAiTranscriptDraft;
|
|
2678
2716
|
private finalizeMessage;
|
|
2717
|
+
/**
|
|
2718
|
+
* Resolves the AiModel catalog id for engine runs.
|
|
2719
|
+
* Order: conversation `metadata.modelEntityId` (info bar / overrides), then assist row `modelId`, then first catalog chat model.
|
|
2720
|
+
* Empty-assist flow may send before the info bar writes `modelEntityId`, so assist `modelId` must be resolved here.
|
|
2721
|
+
*/
|
|
2679
2722
|
private resolveModelEntityId;
|
|
2723
|
+
/**
|
|
2724
|
+
* Build chat lines for the AI engine. Only plain user/assistant text from each message
|
|
2725
|
+
* {@link #extractMessageText} is included — never assist message metadata
|
|
2726
|
+
* (`toolCalls`, `aiTranscript`, `streamDraft*`, `assistUi`, etc.), so the model does not
|
|
2727
|
+
* see internal trace or UI state.
|
|
2728
|
+
*/
|
|
2680
2729
|
private buildAiMessages;
|
|
2681
2730
|
private isStreamingPlaceholder;
|
|
2682
2731
|
private extractLatestAssistantContent;
|
|
@@ -2693,7 +2742,21 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2693
2742
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockMessageApi>;
|
|
2694
2743
|
}
|
|
2695
2744
|
|
|
2745
|
+
/** All seeded participants: synthetic `current-user` plus every security mock user (stable UUID ids). */
|
|
2696
2746
|
declare const participantMock: AXParticipant[];
|
|
2747
|
+
/**
|
|
2748
|
+
* Stable user ids referenced by seeded chat messages (replaces legacy `user-2`, `user-3`, … ids).
|
|
2749
|
+
* Values match {@link mockUsers} so org chart / employee `userId` resolves in conversation mock APIs.
|
|
2750
|
+
*/
|
|
2751
|
+
declare const conversationDemoSeedUserIds: {
|
|
2752
|
+
readonly primaryPeer: "f0000001-0000-4000-a000-000000000004";
|
|
2753
|
+
readonly secondaryPeer: "f0000001-0000-4000-a000-000000000005";
|
|
2754
|
+
readonly tertiaryPeer: "f0000001-0000-4000-a000-000000000007";
|
|
2755
|
+
readonly designPeerA: "f0000001-0000-4000-a000-00000000000e";
|
|
2756
|
+
readonly designPeerB: "f0000001-0000-4000-a000-00000000000f";
|
|
2757
|
+
};
|
|
2758
|
+
/** Index in {@link participantMock} for a security user id (`1` = first entry after `current-user`). */
|
|
2759
|
+
declare function mockParticipantIndexForSecurityUserId(userId: string): number;
|
|
2697
2760
|
|
|
2698
2761
|
declare const chatMock: AXConversation[];
|
|
2699
2762
|
|
|
@@ -2707,10 +2770,9 @@ declare const CHAT_LAST_MESSAGE_IDS: Record<string, string>;
|
|
|
2707
2770
|
/**
|
|
2708
2771
|
* Consolidated seeder for all conversation2 component data.
|
|
2709
2772
|
* Seeds participants, conversations, and messages into conversationSharedStorage
|
|
2710
|
-
* and IndexedDB, then starts presence
|
|
2773
|
+
* and IndexedDB, then starts presence simulation. Unsolicited fake chat lines are disabled; a regular reply is produced only when the current user sends (see conversation mock message API).
|
|
2711
2774
|
*/
|
|
2712
2775
|
declare class AXCConversationDataSeeder implements AXPDataSeeder {
|
|
2713
|
-
private readonly notificationService;
|
|
2714
2776
|
seed(): Promise<void>;
|
|
2715
2777
|
private seedParticipants;
|
|
2716
2778
|
private seedConversations;
|
|
@@ -2719,15 +2781,6 @@ declare class AXCConversationDataSeeder implements AXPDataSeeder {
|
|
|
2719
2781
|
private linkLastMessages;
|
|
2720
2782
|
/** Randomly toggles participant online/offline/away status every 20-40 seconds. */
|
|
2721
2783
|
private startPresenceSimulation;
|
|
2722
|
-
/** Sends random messages from online users every 30-90 seconds with typing indicators. */
|
|
2723
|
-
private startMessageSimulation;
|
|
2724
|
-
private isAssistConversation;
|
|
2725
|
-
private createNotificationForIncomingMessage;
|
|
2726
|
-
private toUserReference;
|
|
2727
|
-
private extractMessageText;
|
|
2728
|
-
private delay;
|
|
2729
|
-
/** Returns a contextual random message template based on conversation type. */
|
|
2730
|
-
private getMessageTemplate;
|
|
2731
2784
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationDataSeeder, never>;
|
|
2732
2785
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationDataSeeder>;
|
|
2733
2786
|
}
|
|
@@ -2826,31 +2879,31 @@ type MetadataCategoryMockDto = Omit<AXPCategoryEntity, 'title' | 'description'>
|
|
|
2826
2879
|
declare const METADATA_SYSTEM_CATEGORY_REFS: {
|
|
2827
2880
|
readonly foundation: {
|
|
2828
2881
|
readonly id: string;
|
|
2829
|
-
readonly title:
|
|
2882
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2830
2883
|
};
|
|
2831
2884
|
readonly flagsAndState: {
|
|
2832
2885
|
readonly id: string;
|
|
2833
|
-
readonly title:
|
|
2886
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2834
2887
|
};
|
|
2835
2888
|
readonly classification: {
|
|
2836
2889
|
readonly id: string;
|
|
2837
|
-
readonly title:
|
|
2890
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2838
2891
|
};
|
|
2839
2892
|
readonly schedulingAndValidity: {
|
|
2840
2893
|
readonly id: string;
|
|
2841
|
-
readonly title:
|
|
2894
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2842
2895
|
};
|
|
2843
2896
|
readonly audit: {
|
|
2844
2897
|
readonly id: string;
|
|
2845
|
-
readonly title:
|
|
2898
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2846
2899
|
};
|
|
2847
2900
|
readonly amountsAndOrdering: {
|
|
2848
2901
|
readonly id: string;
|
|
2849
|
-
readonly title:
|
|
2902
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2850
2903
|
};
|
|
2851
2904
|
readonly location: {
|
|
2852
2905
|
readonly id: string;
|
|
2853
|
-
readonly title:
|
|
2906
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2854
2907
|
};
|
|
2855
2908
|
};
|
|
2856
2909
|
/**
|
|
@@ -2859,19 +2912,19 @@ declare const METADATA_SYSTEM_CATEGORY_REFS: {
|
|
|
2859
2912
|
declare const METADATA_GENERAL_CATEGORY_REFS: {
|
|
2860
2913
|
readonly choiceOptions: {
|
|
2861
2914
|
readonly id: string;
|
|
2862
|
-
readonly title:
|
|
2915
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2863
2916
|
};
|
|
2864
2917
|
readonly rating: {
|
|
2865
2918
|
readonly id: string;
|
|
2866
|
-
readonly title:
|
|
2919
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2867
2920
|
};
|
|
2868
2921
|
readonly text: {
|
|
2869
2922
|
readonly id: string;
|
|
2870
|
-
readonly title:
|
|
2923
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2871
2924
|
};
|
|
2872
2925
|
readonly date: {
|
|
2873
2926
|
readonly id: string;
|
|
2874
|
-
readonly title:
|
|
2927
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2875
2928
|
};
|
|
2876
2929
|
};
|
|
2877
2930
|
declare const metadataCategoryMocks: MetadataCategoryMockDto[];
|
|
@@ -2901,17 +2954,9 @@ declare class AXMTagDataSeeder implements AXPDataSeeder {
|
|
|
2901
2954
|
}
|
|
2902
2955
|
|
|
2903
2956
|
/**
|
|
2904
|
-
*
|
|
2905
|
-
* Each breakpoint node receives the shared widget id.
|
|
2957
|
+
* Kept for compatibility with existing widget generators importing this helper.
|
|
2906
2958
|
*/
|
|
2907
2959
|
declare function createWidgetLayoutConfig(dimensions: Record<string, any> | undefined): AXMDashboardWidgetLayoutMap;
|
|
2908
|
-
declare function generateUserDashboard(user: (typeof mockUsers)[0]): AXMCommonDashboardEntityModel;
|
|
2909
|
-
declare function createDashboardForUser(dashboardName: string, userId: string, widgetTypesInput: string[]): AXMCommonDashboardEntityModel;
|
|
2910
|
-
declare function createAndSaveDashboardForUser(params: {
|
|
2911
|
-
name: string;
|
|
2912
|
-
userId: string;
|
|
2913
|
-
widgetTypes: string[];
|
|
2914
|
-
}, injector: Injector): Promise<string>;
|
|
2915
2960
|
declare const DASHBOARDS: AXMCommonDashboardEntityModel[];
|
|
2916
2961
|
|
|
2917
2962
|
declare class AXPDashboardDataSeeder implements AXPDataSeeder {
|
|
@@ -3675,7 +3720,8 @@ declare class AXPMockLookupProvider implements AXPLookupProvider {
|
|
|
3675
3720
|
}
|
|
3676
3721
|
declare class AXPMockSequenceProvider implements AXPSequenceProvider {
|
|
3677
3722
|
private readonly store;
|
|
3678
|
-
private readonly
|
|
3723
|
+
private readonly injector;
|
|
3724
|
+
private resolveRulesFromProviders;
|
|
3679
3725
|
next(scopeHash: string, ruleId: string, options?: {
|
|
3680
3726
|
pad?: number;
|
|
3681
3727
|
consume?: boolean;
|
|
@@ -3686,7 +3732,7 @@ declare class AXPMockSequenceProvider implements AXPSequenceProvider {
|
|
|
3686
3732
|
|
|
3687
3733
|
declare class AXPMockIdentifierService extends AXPIdentifierService {
|
|
3688
3734
|
private readonly engine;
|
|
3689
|
-
private readonly
|
|
3735
|
+
private readonly injector;
|
|
3690
3736
|
private readonly seq;
|
|
3691
3737
|
private readonly checksum;
|
|
3692
3738
|
private readonly lookup;
|
|
@@ -3696,6 +3742,7 @@ declare class AXPMockIdentifierService extends AXPIdentifierService {
|
|
|
3696
3742
|
generate(req: AXPIdentifierRequest): Promise<AXPIdentifierResult>;
|
|
3697
3743
|
peek(req: AXPIdentifierRequest): Promise<AXPIdentifierPeekResult>;
|
|
3698
3744
|
validate(_code: string, _entity: string, _tenantId?: string): Promise<boolean>;
|
|
3745
|
+
private resolveRulesFromProviders;
|
|
3699
3746
|
private pickRule;
|
|
3700
3747
|
private createContext;
|
|
3701
3748
|
private createScopeHash;
|
|
@@ -3707,11 +3754,33 @@ declare class AXPMockIdentifierService extends AXPIdentifierService {
|
|
|
3707
3754
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPMockIdentifierService>;
|
|
3708
3755
|
}
|
|
3709
3756
|
|
|
3757
|
+
declare const identifierCommitMiddleware: AXPEntityStorageMiddleware;
|
|
3758
|
+
|
|
3759
|
+
/**
|
|
3760
|
+
* Group Order Item Calculator Middleware
|
|
3761
|
+
*
|
|
3762
|
+
* Calculates quantityInOrder and quantityAvailable for group order items.
|
|
3763
|
+
* Also calculates total based on price, quantityInOrder, and GST (1.15).
|
|
3764
|
+
*
|
|
3765
|
+
* quantityInOrder = sum of all member order line quantities for this item
|
|
3766
|
+
* quantityAvailable = size - quantityInOrder
|
|
3767
|
+
* total = price * quantityInOrder * 1.15 (GST)
|
|
3768
|
+
*
|
|
3769
|
+
* Runs on:
|
|
3770
|
+
* - GroupOrderItem create/update: Calculate for the item itself
|
|
3771
|
+
* - MemberOrderLine create/update/delete: Recalculate the related group order item
|
|
3772
|
+
*/
|
|
3773
|
+
declare const groupOrderItemCalculatorMiddleware: AXPEntityStorageMiddleware;
|
|
3774
|
+
|
|
3710
3775
|
/**
|
|
3711
3776
|
* Pre-save middleware: loads entity definition and validates ctx.data before persist.
|
|
3712
3777
|
* Validates required, minLength, maxLength, email and unique constraints
|
|
3713
3778
|
* (from definition rule: 'unique' or layout extensions.uniqueFields).
|
|
3714
3779
|
* Runs early (order: 5) before lock/audit middlewares.
|
|
3780
|
+
*
|
|
3781
|
+
* Does not run on `initial`: bulk mock seed calls `initial` on every startup; the backend
|
|
3782
|
+
* already no-ops when data exists, but the middleware chain would still resolve definitions
|
|
3783
|
+
* per entity (heavy). Seed data is trusted; use create/update paths for validated writes.
|
|
3715
3784
|
*/
|
|
3716
3785
|
declare const entityValidationMiddleware: AXPEntityStorageMiddleware;
|
|
3717
3786
|
|
|
@@ -3763,8 +3832,6 @@ declare const folderStorageMiddleware: AXPEntityStorageMiddleware;
|
|
|
3763
3832
|
*/
|
|
3764
3833
|
declare const documentFolderSyncMiddleware: AXPEntityStorageMiddleware;
|
|
3765
3834
|
|
|
3766
|
-
declare const identifierCommitMiddleware: AXPEntityStorageMiddleware;
|
|
3767
|
-
|
|
3768
3835
|
/**
|
|
3769
3836
|
* Lookup Resolver Middleware
|
|
3770
3837
|
*
|
|
@@ -3840,22 +3907,6 @@ declare const signatureLoaderMiddleware: AXPEntityStorageMiddleware;
|
|
|
3840
3907
|
*/
|
|
3841
3908
|
declare const lockGuardMiddleware: AXPEntityStorageMiddleware;
|
|
3842
3909
|
|
|
3843
|
-
/**
|
|
3844
|
-
* Group Order Item Calculator Middleware
|
|
3845
|
-
*
|
|
3846
|
-
* Calculates quantityInOrder and quantityAvailable for group order items.
|
|
3847
|
-
* Also calculates total based on price, quantityInOrder, and GST (1.15).
|
|
3848
|
-
*
|
|
3849
|
-
* quantityInOrder = sum of all member order line quantities for this item
|
|
3850
|
-
* quantityAvailable = size - quantityInOrder
|
|
3851
|
-
* total = price * quantityInOrder * 1.15 (GST)
|
|
3852
|
-
*
|
|
3853
|
-
* Runs on:
|
|
3854
|
-
* - GroupOrderItem create/update: Calculate for the item itself
|
|
3855
|
-
* - MemberOrderLine create/update/delete: Recalculate the related group order item
|
|
3856
|
-
*/
|
|
3857
|
-
declare const groupOrderItemCalculatorMiddleware: AXPEntityStorageMiddleware;
|
|
3858
|
-
|
|
3859
3910
|
/**
|
|
3860
3911
|
* Key used in request params to bypass visibility filtering (isHidden flag).
|
|
3861
3912
|
* Similar to ABP Framework's filter disabling mechanism.
|
|
@@ -3947,5 +3998,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
|
|
|
3947
3998
|
|
|
3948
3999
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
3949
4000
|
|
|
3950
|
-
export { ACTIVITY_CATEGORIES, ACTIVITY_DEFINITIONS, AI_ASSIST_MOCK, AI_MODEL_MOCK, APPLICATIONS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAiAssistSeeder, AXCAiManagementMockModule, AXCAiModelSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommandRegistryDataSeeder, AXCCommonMockModule, AXCContactCoreMockModule, AXCContentManagementMockModule, AXCConversationDataSeeder, AXCConversationMockConversationApi, AXCConversationMockMessageApi, AXCConversationMockModule, AXCConversationMockRealtimeApi, AXCConversationMockUserApi, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCEntityDefinitionSeederService, AXCEntityDefinitionsModule, AXCEntityStorageInsertCommand, AXCEntityStorageModule, AXCEntityStorageQueryQuery, AXCFileStorageServiceDexie, AXCFileStorageServiceFirestore, AXCFinancialCoreMockModule, AXCFirestoreEntityStorageService, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHealthCoreMockModule, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCImageCaptchaChallengeProviderMock, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetadataCategorySeeder, AXCMiddlewaresModule, AXCMockCaptchaChallengeComponent, AXCMockEntityLogListener, AXCMockModule, AXCMockShowMetaDataFormPopupCommand, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonCoreMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryRegistryDataSeeder, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCStoredEntityDefinitionLoader, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowCategorySeeder, AXCWorkflowDefinitionDataSeeder, AXCWorkflowEngine, AXCWorkflowExecutionDB, AXCWorkflowExecutionStoreDexie, AXCWorkflowExecutionStoreFirestore, AXCWorkflowManagementMockModule, AXC_ENTITY_STORAGE_BACKEND_TYPE, AXC_FIRESTORE_CONFIG, AXC_FIRESTORE_DB, AXC_WORKFLOW_EXECUTION_STORE, AXMAiDemisDefaultAssistId, AXMAiModelStableIds, AXMAiPlatformDefaultAssistId, AXMAutomationDataSeeder, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMDashboardChartDataSourceDefinition, AXMEmployeeDataSeeder, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMJobDefinitionDataSeeder, AXMJobLevelDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCalculationDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMResponsibilityDataSeeder, AXMTagDataSeeder, AXMTeamDataSeeder, AXMTeamMemberDataSeeder, AXMTeamMemberRoleDataSeeder, AXMWorkflowDashboardChartDataSourceDefinition, AXM_AI_REGISTRY_COMMAND_NAME, AXM_AI_REGISTRY_QUERY_NAME, AXM_CORPORATE_BUSINESS_UNIT_ID, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXVChangeType, BCC, BOC, BUSINESS_UNITS_MOCK, CHAT_LAST_MESSAGE_IDS, COSTMANAGER_ENTERPRISE, COSTMANAGER_PROFESSIONAL, COSTMANAGER_STANDARD, CP, CRM_ENTERPRISE, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYMENT_TYPES_MOCK, ENTITY_DEFINITION_MAP, ENTITY_REGISTRY, FINANCE_BASIC, FINANCE_ENTERPRISE, FINANCE_PRO, G, HR_ENTERPRISE, HW, JOB_DEFINITIONS_CATEGORY_MOCK, JOB_DEFINITIONS_MOCK, JOB_DEFINITION_CATEGORY_KEY_TO_ID, JOB_LEVELS_MOCK, LASER_PLUMBING_TENANT_ID, LEAVE_REQUESTS_MOCK, METADATA_CATEGORY_IDS, METADATA_GENERAL_CATEGORY_REFS, METADATA_SYSTEM_CATEGORY_REFS, MLC, OHR, ORDERING_BASIC, ORDERING_ENTERPRISE, ORDERING_STANDARD, OWNERSHIP_FILTER_BYPASS, PLATFORM_CONSOLE, PLATFORM_TENANT_ID, PM, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QCP, QGEN, QHW, QOHR, QPM, QTLE, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, QWS, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, RESPONSIBILITY_CATEGORY_KEY_TO_ID, SAFETYMINDER_BASIC, SAFETYMINDER_ENTERPRISE, SAFETYMINDER_PROFESSIONAL, SHOP_BASIC, SHOP_ENTERPRISE, SHOP_PRO, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TEAM_MEMBERS_MOCK, TEAM_MEMBER_ROLES_MOCK, TIMEPLICITY_TENANT_ID, TLA, TOKENS, TPC, VISIBILITY_FILTER_BYPASS, WORKFLOW_CATEGORIES, WS, activityCategoryMocks, activityDefinitionEntityMock, applyEntityDefinitionFirestoreSnapshot, automationCommandMiddleware, automationMock, avatarInterface, axVersionDB, axWorkflowExecutionDB, axcPatchEmployeeActivePrimaryPositionRefsFromRows, axcPatchEmployeeManagerRefsFromRows, axcResolveCommandRegistrySeedId, axcResolveQueryRegistrySeedId, bankCategory, buildEntityStorageQuickSearchFilter, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, chatMessageMock, chatMock, checkboxInterface, childCountMiddleware, clearEntityDefinitionFirestoreCollections, collectQuickSearchFieldPathsFromEntityDefinition, colorInterface, computeDiff, contactInterface,
|
|
3951
|
-
export type { AXCAiAssistMock, AXCAiModelMock, AXCBookmarkEntity,
|
|
4001
|
+
export { ACTIVITY_CATEGORIES, ACTIVITY_CATEGORY_ID_BY_KEY, ACTIVITY_DEFINITIONS, AI_ASSIST_MOCK, AI_MODEL_MOCK, APPLICATIONS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAiAssistSeeder, AXCAiManagementMockModule, AXCAiModelSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommandRegistryDataSeeder, AXCCommonMockModule, AXCContactCoreMockModule, AXCContentManagementMockModule, AXCConversationDataSeeder, AXCConversationMockConversationApi, AXCConversationMockMessageApi, AXCConversationMockModule, AXCConversationMockRealtimeApi, AXCConversationMockUserApi, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCEntityDefinitionSeederService, AXCEntityDefinitionsModule, AXCEntityStorageInsertCommand, AXCEntityStorageModule, AXCEntityStorageQueryQuery, AXCFileStorageServiceDexie, AXCFileStorageServiceFirestore, AXCFinancialCoreMockModule, AXCFirestoreEntityStorageService, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHealthCoreMockModule, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCImageCaptchaChallengeProviderMock, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetadataCategorySeeder, AXCMiddlewaresModule, AXCMockCaptchaChallengeComponent, AXCMockEntityLogListener, AXCMockModule, AXCMockShowMetaDataFormPopupCommand, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonCoreMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryRegistryDataSeeder, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCStoredEntityDefinitionLoader, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWidgetCatalogDataSeeder, AXCWorkflowCategorySeeder, AXCWorkflowDefinitionDataSeeder, AXCWorkflowEngine, AXCWorkflowExecutionDB, AXCWorkflowExecutionStoreDexie, AXCWorkflowExecutionStoreFirestore, AXCWorkflowInstanceCartableDemoSeeder, AXCWorkflowManagementMockModule, AXC_ENTITY_STORAGE_BACKEND_TYPE, AXC_FIRESTORE_CONFIG, AXC_FIRESTORE_DB, AXC_WORKFLOW_EXECUTION_STORE, AXMAiDemisDefaultAssistId, AXMAiModelStableIds, AXMAiPlatformDefaultAssistId, AXMAutomationDataSeeder, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMDashboardChartDataSourceDefinition, AXMEmployeeDataSeeder, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMJobDefinitionDataSeeder, AXMJobLevelDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCalculationDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMResponsibilityDataSeeder, AXMTagDataSeeder, AXMTeamBusinessUnitDataSeeder, AXMTeamDataSeeder, AXMTeamMemberDataSeeder, AXMTeamMemberRoleDataSeeder, AXMWorkflowDashboardChartDataSourceDefinition, AXM_AI_REGISTRY_COMMAND_NAME, AXM_AI_REGISTRY_QUERY_NAME, AXM_CORPORATE_BUSINESS_UNIT_ID, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXVChangeType, BCC, BOC, BUSINESS_UNITS_MOCK, CHAT_LAST_MESSAGE_IDS, COSTMANAGER_ENTERPRISE, COSTMANAGER_PROFESSIONAL, COSTMANAGER_STANDARD, CP, CRM_ENTERPRISE, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYMENT_TYPES_MOCK, ENTITY_DEFINITION_MAP, ENTITY_REGISTRY, FINANCE_BASIC, FINANCE_ENTERPRISE, FINANCE_PRO, G, HR_ENTERPRISE, HW, JOB_DEFINITIONS_CATEGORY_MOCK, JOB_DEFINITIONS_MOCK, JOB_DEFINITION_CATEGORY_KEY_TO_ID, JOB_LEVELS_MOCK, LASER_PLUMBING_TENANT_ID, LEAVE_REQUESTS_MOCK, METADATA_CATEGORY_IDS, METADATA_GENERAL_CATEGORY_REFS, METADATA_SYSTEM_CATEGORY_REFS, MLC, OHR, ORDERING_BASIC, ORDERING_ENTERPRISE, ORDERING_STANDARD, OWNERSHIP_FILTER_BYPASS, PLATFORM_CONSOLE, PLATFORM_TENANT_ID, PM, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QCP, QGEN, QHW, QOHR, QPM, QTLE, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, QWS, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, RESPONSIBILITY_CATEGORY_KEY_TO_ID, SAFETYMINDER_BASIC, SAFETYMINDER_ENTERPRISE, SAFETYMINDER_PROFESSIONAL, SHOP_BASIC, SHOP_ENTERPRISE, SHOP_PRO, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TEAM_BUSINESS_UNITS_MOCK, TEAM_MEMBERS_MOCK, TEAM_MEMBER_ROLES_MOCK, TIMEPLICITY_TENANT_ID, TLA, TOKENS, TPC, VISIBILITY_FILTER_BYPASS, WORKFLOW_CATEGORIES, WS, activityCategoryMocks, activityDefinitionEntityMock, applyEntityDefinitionFirestoreSnapshot, automationCommandMiddleware, automationMock, avatarInterface, axVersionDB, axWorkflowExecutionDB, axcPatchEmployeeActivePrimaryBusinessUnitRefsFromRows, axcPatchEmployeeActivePrimaryPositionRefsFromRows, axcPatchEmployeeManagerRefsFromRows, axcResolveCommandRegistrySeedId, axcResolveQueryRegistrySeedId, axcResolveWidgetCatalogSeedId, bankCategory, buildEntityStorageQuickSearchFilter, buildWorkflowInstanceCartableDemoRows, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, chatMessageMock, chatMock, checkboxInterface, childCountMiddleware, clearEntityDefinitionFirestoreCollections, collectQuickSearchFieldPathsFromEntityDefinition, colorInterface, computeDiff, contactInterface, conversationDemoSeedUserIds, createFileCastMiddleware, createWidgetLayoutConfig, dateInterface, dateTimeInterface, descriptionInterface, documentFolderSyncMiddleware, emailInterface, entityDefDb, entityValidationMiddleware, fileUploaderInterface, finalizeActivityCategoryItemCounts, findEmployeeById, folderStorageMiddleware, groupOrderItemCalculatorMiddleware, historyMiddleware, identifierCommitMiddleware, imageInterface, inspectionOkXNaInterface, loadMockPropertyDefinitions, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mergeQuickSearchIntoRequest, metadataCategoryMocks, mockParticipantIndexForSecurityUserId, mockQuestionBankItemByName, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, parseEntityStorageInsertData, parseEntityStorageQueryRequest, participantIds, participantMock, passwordInterface, personIdentifierTypeMock, personIds, personLegalIds, personMock, personNaturalIds, phoneInterface, primaryMiddleware, provideMockPropertySetups, qrcodeInterface, questionBankItemMock, questionnaireCalculationMock, questionnaireMock, ratingInterface, richTextInterface, scaleInterface, selectInterface, selectionListInterface, sexAtBirthInterface, signatureInterface, signatureLoaderMiddleware, statusDefaultMiddleware, tagInterface, tenantMocks, textAreaInterface, textInterface, timeDurationInterface, titleInterface, toUiRows, toggleInterface, tokenCategoryIds, tokenCategoryMocks, urlInterface, versionInterface, visibilityFilterMiddleware, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock, yesNoInterface };
|
|
4002
|
+
export type { AXCAiAssistMock, AXCAiModelMock, AXCBookmarkEntity, AXCEntityStorageBackendType, AXCEntityStorageInsertInput, AXCEntityStorageInsertOutput, AXCEntityStorageQueryInput, AXCEntityStorageQueryResult, AXCFirestoreConfig, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCWorkflowExecutionStore, AXMOrganizationManagementBusinessUnitMockModel, AXMOrganizationManagementJobDefinitionMockModel, AXMOrganizationManagementJobLevelMockModel, AXMOrganizationManagementPositionMockModel, AXMOrganizationManagementResponsibilityMockModel, AXMOrganizationManagementTeamBusinessUnitMockModel, AXMOrganizationManagementTeamMemberMockModel, AXMOrganizationManagementTeamMemberRoleMockModel, AXMOrganizationManagementTeamMockModel, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, AutomationCommandDto, AutomationMockDto, CanonicalChange, CanonicalChangeOp, EntityDefinitionFirestoreSnapshotFile, FirestoreSnapshotOperation, MockUserPassCredentials, QuestionBankItemCategoryTitle, QuestionBankItemMockDto, QuestionnaireCalculationMockDto, QuestionnaireCalculationMockResultKind, QuestionnaireCategoryTitle, QuestionnaireMockDto, ShowMetaDataFormPopupMockInput, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo, WorkflowInstanceEntityBookmark };
|