@acorex/connectivity 21.0.0-next.39 → 21.0.0-next.41

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/fesm2022/{acorex-connectivity-mock-acorex-connectivity-mock-Bso6KgSC.mjs → acorex-connectivity-mock-acorex-connectivity-mock-BTiDjsTG.mjs} +10129 -4533
  2. package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-BTiDjsTG.mjs.map +1 -0
  3. package/fesm2022/acorex-connectivity-mock-assign-to-manager.activity-Cbm3SNXn.mjs +212 -0
  4. package/fesm2022/acorex-connectivity-mock-assign-to-manager.activity-Cbm3SNXn.mjs.map +1 -0
  5. package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-BYNcjNoo.mjs → acorex-connectivity-mock-chat-generate-image.command-OImAZbUq.mjs} +5 -11
  6. package/fesm2022/acorex-connectivity-mock-chat-generate-image.command-OImAZbUq.mjs.map +1 -0
  7. package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-82f3G8lC.mjs → acorex-connectivity-mock-chat-synthesize-speech.command-Dieqfce2.mjs} +2 -2
  8. package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-82f3G8lC.mjs.map → acorex-connectivity-mock-chat-synthesize-speech.command-Dieqfce2.mjs.map} +1 -1
  9. package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-D6gp3I1V.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-BvZwDms4.mjs} +2 -2
  10. package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-D6gp3I1V.mjs.map → acorex-connectivity-mock-chat-transcribe-speech.command-BvZwDms4.mjs.map} +1 -1
  11. package/fesm2022/acorex-connectivity-mock-user-roles-for-list-column.query-DZlsdoZn.mjs +31 -0
  12. package/fesm2022/acorex-connectivity-mock-user-roles-for-list-column.query-DZlsdoZn.mjs.map +1 -0
  13. package/fesm2022/acorex-connectivity-mock.mjs +1 -1
  14. package/package.json +2 -2
  15. package/types/acorex-connectivity-mock.d.ts +204 -211
  16. package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-Bso6KgSC.mjs.map +0 -1
  17. package/fesm2022/acorex-connectivity-mock-assign-to-manager.activity-DTPM1eU1.mjs +0 -79
  18. package/fesm2022/acorex-connectivity-mock-assign-to-manager.activity-DTPM1eU1.mjs.map +0 -1
  19. package/fesm2022/acorex-connectivity-mock-chat-generate-image.command-BYNcjNoo.mjs.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import * as _acorex_platform_core from '@acorex/platform/core';
2
- import { AXPAppStartUpService, AXPExecuteCommandResult, AXPQueryRequest, AXPCategoryEntity, AXPCategorizedEntityDto, AXPMultiLanguageString, AXPCategoryListItem, AXPExecuteCommand, AXPActionMenuItem, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPFileListItem, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
2
+ import { AXPAppStartUpService, AXPExecuteCommandResult, AXPQueryRequest, AXPMultiLanguageString, AXPCategoryEntity, AXPCategorizedEntityDto, AXPCategoryListItem, AXPExecuteCommand, AXPActionMenuItem, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPFileListItem, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
3
3
  import * as i0 from '@angular/core';
4
4
  import { Injector, Type, InjectionToken, EnvironmentProviders } from '@angular/core';
5
5
  import * as _acorex_platform_auth from '@acorex/platform/auth';
@@ -15,17 +15,17 @@ import { AXPEntityStorageService, AXPEntityDefinitionLoader, AXPDataSeeder, AXPR
15
15
  import Dexie, { Table } from 'dexie';
16
16
  import { Firestore } from 'firebase/firestore';
17
17
  import { AXPPropertyDefinition } from '@acorex/platform/domain';
18
- import { AXPAiPlanningMode } from '@acorex/modules/ai-management';
18
+ import { AXMAiManagementModelEntityModel, AXMAiManagementAssistEntityModel } 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
21
  import * as _acorex_core_translation from '@acorex/core/translation';
22
22
  import { AXMTenantManagementTenantEntityModel } from '@acorex/modules/tenant-management';
23
- import { AXMSecurityManagementRolesEntityModel, AXMSecurityManagementUsersEntityModel, AXMUserAuthenticationState } 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';
24
25
  import { AXMHumanCapitalManagementEmploymentTypeEntityModel } from '@acorex/modules/human-capital-management';
25
- import { AXPSpreadsheetData } from '@acorex/platform/layout/components';
26
26
  import { AXMPersonCorePersonEntityModel, AXMPersonCorePersonIdentifierTypeEntityModel } from '@acorex/modules/person-core';
27
27
  import * as _acorex_platform_workflow from '@acorex/platform/workflow';
28
- 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';
29
29
  import { AXMWorkflowManagementWorkflowDefinitionEntityModel } from '@acorex/modules/workflow-management';
30
30
  import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
31
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';
@@ -824,6 +824,10 @@ interface QueryRecord {
824
824
  id: string;
825
825
  definition: Record<string, unknown>;
826
826
  }
827
+ interface WidgetRecord {
828
+ id: string;
829
+ definition: Record<string, unknown>;
830
+ }
827
831
  interface PermissionGroupRecord {
828
832
  id: string;
829
833
  definition: Record<string, unknown>;
@@ -842,6 +846,7 @@ declare class EntityDefinitionDatabase extends Dexie {
842
846
  permissionGroups: Table<PermissionGroupRecord, string>;
843
847
  commands: Table<CommandRecord, string>;
844
848
  queries: Table<QueryRecord, string>;
849
+ widgets: Table<WidgetRecord, string>;
845
850
  constructor();
846
851
  }
847
852
  declare const entityDefDb: EntityDefinitionDatabase;
@@ -870,6 +875,17 @@ declare class AXCQueryRegistryDataSeeder implements AXPDataSeeder {
870
875
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCQueryRegistryDataSeeder>;
871
876
  }
872
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
+
873
889
  /** Matches scripts/firebase/generated/entity-definition-firestore-snapshot.json */
874
890
  interface FirestoreSnapshotOperation {
875
891
  collection: string;
@@ -903,7 +919,8 @@ declare const AXMAiModelStableIds: {
903
919
  readonly gpt54: "a0000001-0000-4000-8000-000000000023";
904
920
  readonly gpt54Mini: "a0000001-0000-4000-8000-000000000025";
905
921
  readonly gpt54Nano: "a0000001-0000-4000-8000-000000000026";
906
- readonly demisAi: "a0000001-0000-4000-8000-000000000024";
922
+ /** Demisco `model_uuid` for central payment guide (catalog row id matches API id). */
923
+ readonly demisAi: "c421bdd1-f3ea-43c0-a1d9-19bc92907304";
907
924
  readonly imagen4Generate001: "a0000001-0000-4000-8000-000000000030";
908
925
  readonly openaiGptImage1: "a0000001-0000-4000-8000-000000000031";
909
926
  readonly lmStudioQwen35_9b: "a0000001-0000-4000-8000-000000000032";
@@ -922,36 +939,16 @@ declare const AXMAiModelStableIds: {
922
939
  * OpenAI: platform.openai.com/docs/pricing (Standard: input, cached input, output per 1M tokens).
923
940
  * Gemini: ai.google.dev/gemini-api/docs/pricing (Paid tier Standard tables; context caching where listed).
924
941
  */
925
- interface AXCAiModelMock {
926
- id: string;
927
- title: string;
928
- /** Exact model id string sent to the vendor API (same as catalog `name`). */
929
- name: string;
930
- description?: string;
931
- chatTransport: 'gemini' | 'openai';
932
- /** Required when {@link chatTransport} is `openai`; OpenAiEndpoint catalog id. */
933
- openAiEndpointId?: string;
934
- /**
935
- * Capability tags: `chat`, `vision` (image-in-chat), `image` (generation), `speech`, `tts`.
936
- * Stored as tag titles (see AiModel entity tag-editor).
937
- */
938
- modelPurposes?: ('chat' | 'vision' | 'image' | 'speech' | 'tts')[];
939
- /** Total context window (tokens), for UI / estimation. */
940
- maxContextTokens?: number;
941
- maxOutputTokens?: number;
942
- maxInputTokens?: number;
943
- /** USD per 1M input tokens (reference). */
944
- inputPricePerMillion?: number;
945
- /** USD per 1M output tokens (reference). */
946
- outputPricePerMillion?: number;
947
- /** USD per 1M cached prompt tokens (OpenAI prompt cache) or context-cache input (Gemini), when documented. */
948
- cachedInputPricePerMillion?: number;
942
+ interface AXMAiManagementModelMockModel extends AXMAiManagementModelEntityModel {
949
943
  /** Disable plugin: model excluded from chat when true. */
950
944
  isDisabled?: boolean;
951
- /** Denormalized: linked OpenAI endpoint is disabled (middleware-maintained). */
952
- openAiEndpointIsDisabled?: boolean;
945
+ /** Denormalized OpenAI endpoint row for list/detail when {@link openAiEndpointId} is set. */
946
+ openAiEndpoint?: {
947
+ id: string;
948
+ title: AXPMultiLanguageString;
949
+ };
953
950
  }
954
- declare const AI_MODEL_MOCK: AXCAiModelMock[];
951
+ declare const AI_MODEL_MOCK: AXMAiManagementModelMockModel[];
955
952
 
956
953
  declare class AXCAiModelSeeder implements AXPDataSeeder {
957
954
  private readonly storageService;
@@ -960,46 +957,21 @@ declare class AXCAiModelSeeder implements AXPDataSeeder {
960
957
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCAiModelSeeder>;
961
958
  }
962
959
 
963
- interface AXCAiAssistMock {
964
- id: string;
965
- name: string;
966
- title: string;
967
- description?: string;
968
- /** Official chat model (AiModel catalog id) for supervisor assist runs. */
969
- modelId?: string | null;
970
- /** For list/column display; aligned with model catalog. */
971
- aiModel?: {
972
- id?: string;
973
- title?: string;
974
- name?: string;
975
- };
976
- /** Catalog id of a row whose `modelPurposes` includes `image`; must match chat transport when generating images. */
977
- imageModelId?: string | null;
960
+ interface AXMAiManagementAssistMockModel extends AXMAiManagementAssistEntityModel {
961
+ /** Optional legacy tool hints (not persisted on the assist entity). */
978
962
  tools?: {
979
963
  id: string;
980
964
  title?: string;
981
965
  name?: string;
982
966
  }[];
983
- systemPrompt?: string;
984
- initialMessages?: string;
985
- professionImageUrl?: string;
986
- /** Assist default for tool-free planning preamble (`off` when omitted). */
987
- planningMode?: AXPAiPlanningMode;
988
- /**
989
- * 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'`.
990
- */
991
- delegatedAgents?: {
992
- agent: {
993
- type?: string;
994
- options?: Record<string, unknown>;
995
- };
996
- }[] | null;
967
+ /** Catalog id of a row whose `modelPurposes` includes `image`; must match chat transport when generating images. */
968
+ imageModelId?: string | null;
997
969
  }
998
970
  /** Deterministic id for the platform default assist row. */
999
971
  declare const AXMAiPlatformDefaultAssistId = "b0000001-0000-4000-8000-000000000001";
1000
972
  /** Deterministic id for the Demis AI default assist row (mirror of platform default, Demis model). */
1001
973
  declare const AXMAiDemisDefaultAssistId = "b0000001-0000-4000-8000-000000000004";
1002
- declare const AI_ASSIST_MOCK: AXCAiAssistMock[];
974
+ declare const AI_ASSIST_MOCK: AXMAiManagementAssistMockModel[];
1003
975
 
1004
976
  declare class AXCAiAssistSeeder implements AXPDataSeeder {
1005
977
  private readonly storageService;
@@ -1017,6 +989,10 @@ declare function axcResolveCommandRegistrySeedId(registryName: string): string;
1017
989
  * Returns the mock registry row id for a query `definition.name` from {@link QUERY_REGISTRY_SEED}.
1018
990
  */
1019
991
  declare function axcResolveQueryRegistrySeedId(registryName: string): string;
992
+ /**
993
+ * Returns the mock catalog row id for a widget `definition.name` from {@link WIDGET_CATALOG_SEED}.
994
+ */
995
+ declare function axcResolveWidgetCatalogSeedId(widgetName: string): string;
1020
996
  /** `definition.name` values used by AI agent mocks — ids come from {@link axcResolveCommandRegistrySeedId}. */
1021
997
  declare const AXM_AI_REGISTRY_COMMAND_NAME: {
1022
998
  readonly entityCreate: "Entity:Create";
@@ -1025,11 +1001,15 @@ declare const AXM_AI_REGISTRY_COMMAND_NAME: {
1025
1001
  readonly extractDocumentText: "AiManagement:ExtractDocumentText";
1026
1002
  readonly chatTranscribeSpeech: "AiManagement:ChatTranscribeSpeech";
1027
1003
  readonly chatSynthesizeSpeech: "AiManagement:ChatSynthesizeSpeech";
1004
+ readonly aiFormbuilderValidateLayoutJsonForAi: "AiFormbuilder:ValidateLayoutJsonForAi";
1005
+ readonly imageGeneration: "AiManagement:ChatGenerateImage";
1028
1006
  };
1029
1007
  /** `definition.name` values used by AI agent mocks — ids come from {@link axcResolveQueryRegistrySeedId}. */
1030
1008
  declare const AXM_AI_REGISTRY_QUERY_NAME: {
1031
1009
  readonly listRegisteredEntities: "PlatformManagement:ListRegisteredEntities";
1010
+ readonly listRegisteredDataSources: "PlatformManagement:ListRegisteredDataSources";
1032
1011
  readonly entityStorageQuery: "ConnectivityMock:EntityStorage:Query";
1012
+ readonly widgetsGetForAi: "Widgets:GetForAI";
1033
1013
  };
1034
1014
 
1035
1015
  declare const APPLICATIONS: AXMApplicationManagementApplicationEntityModel[];
@@ -1364,8 +1344,9 @@ interface AXCMockUserMockDto extends AXMSecurityManagementUsersEntityModel {
1364
1344
  title: string;
1365
1345
  }[];
1366
1346
  password: string;
1367
- statusId: string;
1368
- authenticationState: AXMUserAuthenticationState;
1347
+ accountState: string;
1348
+ accessState: AXMUserAccessState;
1349
+ effectiveState: string;
1369
1350
  }
1370
1351
  declare const mockUsers: AXCMockUserMockDto[];
1371
1352
 
@@ -1374,41 +1355,10 @@ declare const mockUsers: AXCMockUserMockDto[];
1374
1355
  * Aligns with SAP/Oracle-style “corporate / headquarters” org unit — not nullable on assignments.
1375
1356
  */
1376
1357
  declare const AXM_CORPORATE_BUSINESS_UNIT_ID = "a1b2c3d4-e5f6-4789-a012-34567890abcd";
1377
- interface AXCBusinessUnitMockDto {
1378
- id: string;
1379
- code: string;
1380
- title: AXPMultiLanguageString;
1381
- description?: AXPMultiLanguageString;
1382
- typeId: string;
1383
- parentId?: string | null;
1384
- geographicRegionId?: string | null;
1358
+ interface AXMOrganizationManagementBusinessUnitMockModel extends AXMOrganizationManagementBusinessUnitEntityModel {
1385
1359
  hasChild?: boolean;
1386
- geographicRegion?: {
1387
- id: string;
1388
- title: string;
1389
- } | null;
1390
- parent?: {
1391
- id: string;
1392
- title: AXPMultiLanguageString;
1393
- } | null;
1394
- type: {
1395
- id: string;
1396
- title: AXPMultiLanguageString;
1397
- isLocationBased?: boolean;
1398
- } | null;
1399
- positionIds?: string[];
1400
- positions?: {
1401
- id: string;
1402
- title: string;
1403
- }[];
1404
- headPositionId?: string | null;
1405
- headPosition?: {
1406
- id: string;
1407
- title: string;
1408
- } | null;
1409
- stateInfo?: AXPRecordStateInfo;
1410
1360
  }
1411
- declare const BUSINESS_UNITS_MOCK: AXCBusinessUnitMockDto[];
1361
+ declare const BUSINESS_UNITS_MOCK: AXMOrganizationManagementBusinessUnitMockModel[];
1412
1362
 
1413
1363
  declare class AXMBusinessUnitDataSeeder implements AXPDataSeeder {
1414
1364
  private storage;
@@ -1417,22 +1367,13 @@ declare class AXMBusinessUnitDataSeeder implements AXPDataSeeder {
1417
1367
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMBusinessUnitDataSeeder>;
1418
1368
  }
1419
1369
 
1420
- interface JobDefinitionMockDto extends AXPCategorizedEntityDto {
1421
- id: string;
1422
- title: AXPMultiLanguageString;
1423
- description: AXPMultiLanguageString;
1424
- categoryIds: string[];
1425
- categories: AXPCategoryListItem[];
1426
- responsibilityLevelIds?: string[];
1427
- responsibilities?: AXPSpreadsheetData;
1428
- jobLevelIds?: string[];
1370
+ interface AXMOrganizationManagementJobDefinitionMockModel extends AXMOrganizationManagementJobDefinitionEntityModel {
1429
1371
  jobLevels?: AXPCategoryListItem[];
1430
- skillRequirements?: AXPSpreadsheetData;
1431
1372
  }
1432
1373
  /** English category keys → id (for parents after localized titles). */
1433
1374
  declare const JOB_DEFINITION_CATEGORY_KEY_TO_ID: Record<string, string>;
1434
1375
  declare const JOB_DEFINITIONS_CATEGORY_MOCK: AXPCategoryEntity<string>[];
1435
- declare const JOB_DEFINITIONS_MOCK: JobDefinitionMockDto[];
1376
+ declare const JOB_DEFINITIONS_MOCK: AXMOrganizationManagementJobDefinitionMockModel[];
1436
1377
 
1437
1378
  declare function findEmployeeById(employeeId: string): AXCEmployeeMockDto | undefined;
1438
1379
  interface AXCEmployeeMockDto {
@@ -1448,7 +1389,7 @@ interface AXCEmployeeMockDto {
1448
1389
  birthDate: Date;
1449
1390
  employeeCode: string;
1450
1391
  jobDefinitionId: string;
1451
- jobDefinition: JobDefinitionMockDto;
1392
+ jobDefinition: AXMOrganizationManagementJobDefinitionMockModel;
1452
1393
  employmentTypeId: string;
1453
1394
  employmentType: AXMHumanCapitalManagementEmploymentTypeEntityModel;
1454
1395
  hireDate: Date;
@@ -1484,11 +1425,7 @@ declare function axcPatchEmployeeActivePrimaryBusinessUnitRefsFromRows(rows: {
1484
1425
  }[]): void;
1485
1426
 
1486
1427
  type AXCEmployeeMock$1 = (typeof EMPLOYEES_MOCK)[number];
1487
- interface AXCTeamMockDto {
1488
- id: string;
1489
- code: string;
1490
- title: AXPMultiLanguageString;
1491
- description: AXPMultiLanguageString;
1428
+ interface AXMOrganizationManagementTeamMockModel extends AXMOrganizationManagementTeamEntityModel {
1492
1429
  leaderId: string;
1493
1430
  leader: AXCEmployeeMock$1;
1494
1431
  managerId: string;
@@ -1496,7 +1433,7 @@ interface AXCTeamMockDto {
1496
1433
  memberIds: string[];
1497
1434
  members: AXCEmployeeMock$1[];
1498
1435
  }
1499
- declare const TEAMS_MOCK: AXCTeamMockDto[];
1436
+ declare const TEAMS_MOCK: AXMOrganizationManagementTeamMockModel[];
1500
1437
 
1501
1438
  declare class AXMTeamDataSeeder implements AXPDataSeeder {
1502
1439
  private storageService;
@@ -1505,12 +1442,23 @@ declare class AXMTeamDataSeeder implements AXPDataSeeder {
1505
1442
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMTeamDataSeeder>;
1506
1443
  }
1507
1444
 
1508
- interface AXCTeamMemberRoleMockDto {
1509
- id: string;
1510
- title: AXPMultiLanguageString;
1511
- name: 'leader' | 'member' | 'co-leader' | 'advisor';
1445
+ type AXCTeamMock$1 = (typeof TEAMS_MOCK)[number];
1446
+ interface AXMOrganizationManagementTeamBusinessUnitMockModel extends AXMOrganizationManagementTeamBusinessUnitEntityModel {
1447
+ team: AXCTeamMock$1;
1448
+ businessUnit: AXMOrganizationManagementBusinessUnitMockModel;
1449
+ }
1450
+ declare const TEAM_BUSINESS_UNITS_MOCK: AXMOrganizationManagementTeamBusinessUnitMockModel[];
1451
+
1452
+ declare class AXMTeamBusinessUnitDataSeeder implements AXPDataSeeder {
1453
+ private storageService;
1454
+ seed(): Promise<void>;
1455
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMTeamBusinessUnitDataSeeder, never>;
1456
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMTeamBusinessUnitDataSeeder>;
1457
+ }
1458
+
1459
+ interface AXMOrganizationManagementTeamMemberRoleMockModel extends AXMOrganizationManagementTeamMemberRoleEntityModel {
1512
1460
  }
1513
- declare const TEAM_MEMBER_ROLES_MOCK: AXCTeamMemberRoleMockDto[];
1461
+ declare const TEAM_MEMBER_ROLES_MOCK: AXMOrganizationManagementTeamMemberRoleMockModel[];
1514
1462
 
1515
1463
  declare class AXMTeamMemberRoleDataSeeder implements AXPDataSeeder {
1516
1464
  private storageService;
@@ -1522,16 +1470,12 @@ declare class AXMTeamMemberRoleDataSeeder implements AXPDataSeeder {
1522
1470
  type AXCEmployeeMock = (typeof EMPLOYEES_MOCK)[number];
1523
1471
  type AXCTeamMock = (typeof TEAMS_MOCK)[number];
1524
1472
  type AXCTeamMemberRoleMock = (typeof TEAM_MEMBER_ROLES_MOCK)[number];
1525
- interface AXCTeamMemberMockDto {
1526
- id: string;
1527
- teamId: string;
1473
+ interface AXMOrganizationManagementTeamMemberMockModel extends AXMOrganizationManagementTeamMemberEntityModel {
1528
1474
  team: AXCTeamMock;
1529
- employeeId: string;
1530
1475
  employee: AXCEmployeeMock;
1531
- roleId: string;
1532
1476
  role: AXCTeamMemberRoleMock;
1533
1477
  }
1534
- declare const TEAM_MEMBERS_MOCK: AXCTeamMemberMockDto[];
1478
+ declare const TEAM_MEMBERS_MOCK: AXMOrganizationManagementTeamMemberMockModel[];
1535
1479
 
1536
1480
  declare class AXMTeamMemberDataSeeder implements AXPDataSeeder {
1537
1481
  private storageService;
@@ -1540,36 +1484,15 @@ declare class AXMTeamMemberDataSeeder implements AXPDataSeeder {
1540
1484
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMTeamMemberDataSeeder>;
1541
1485
  }
1542
1486
 
1543
- interface PositionMockDto extends AXPCategorizedEntityDto {
1544
- id: string;
1545
- code: string;
1546
- title: AXPMultiLanguageString;
1547
- description: AXPMultiLanguageString;
1548
- categoryIds: string[];
1549
- categories: {
1550
- id: string;
1551
- title: AXPMultiLanguageString;
1552
- }[];
1553
- jobLevelId: string;
1554
- jobLevel?: {
1555
- id: string;
1556
- title: AXPMultiLanguageString;
1557
- };
1558
- jobDefinitionId?: string;
1559
- jobDefinition?: {
1560
- id: string;
1561
- title: AXPMultiLanguageString;
1562
- };
1487
+ interface AXMOrganizationManagementPositionMockModel extends AXMOrganizationManagementPositionEntityModel {
1563
1488
  businessUnitId?: string;
1564
1489
  businessUnit?: {
1565
1490
  id: string;
1566
1491
  title: AXPMultiLanguageString;
1567
1492
  };
1568
- capacity?: number;
1569
- isManager?: boolean;
1570
1493
  }
1571
1494
  declare const POSITIONS_CATEGORY_MOCK: AXPCategoryEntity<string>[];
1572
- declare const POSITIONS_MOCK: PositionMockDto[];
1495
+ declare const POSITIONS_MOCK: AXMOrganizationManagementPositionMockModel[];
1573
1496
 
1574
1497
  declare class AXMPositionDataSeeder implements AXPDataSeeder {
1575
1498
  private storageService;
@@ -1585,13 +1508,17 @@ declare class AXMJobDefinitionDataSeeder implements AXPDataSeeder {
1585
1508
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMJobDefinitionDataSeeder>;
1586
1509
  }
1587
1510
 
1588
- interface JobLevelMockDto {
1589
- id: string;
1590
- title: AXPMultiLanguageString;
1591
- description?: AXPMultiLanguageString;
1511
+ /**
1512
+ * Organizational job-grade reference data for organization-management mocks.
1513
+ *
1514
+ * These rows describe organizational seniority bands (job grade / hierarchy level),
1515
+ * not competency proficiency. The levels are intentionally business-friendly
1516
+ * (Employee, Supervisor, Manager, Executive) for HR and org-chart use cases.
1517
+ */
1518
+ interface AXMOrganizationManagementJobLevelMockModel extends AXMOrganizationManagementJobLevelEntityModel {
1592
1519
  level: number;
1593
1520
  }
1594
- declare const JOB_LEVELS_MOCK: JobLevelMockDto[];
1521
+ declare const JOB_LEVELS_MOCK: AXMOrganizationManagementJobLevelMockModel[];
1595
1522
 
1596
1523
  declare class AXMJobLevelDataSeeder implements AXPDataSeeder {
1597
1524
  private storageService;
@@ -1600,20 +1527,12 @@ declare class AXMJobLevelDataSeeder implements AXPDataSeeder {
1600
1527
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMJobLevelDataSeeder>;
1601
1528
  }
1602
1529
 
1603
- interface ResponsibilityMockDto extends AXPCategorizedEntityDto {
1604
- id: string;
1605
- title: AXPMultiLanguageString;
1606
- description: AXPMultiLanguageString;
1607
- categoryIds: string[];
1608
- categories: {
1609
- id: string;
1610
- title: AXPMultiLanguageString;
1611
- }[];
1530
+ interface AXMOrganizationManagementResponsibilityMockModel extends AXMOrganizationManagementResponsibilityEntityModel {
1612
1531
  }
1613
1532
  /** English category keys → id (stable lookup after localized titles). */
1614
1533
  declare const RESPONSIBILITY_CATEGORY_KEY_TO_ID: Record<string, string>;
1615
1534
  declare const RESPONSIBILITIES_CATEGORY_MOCK: AXPCategoryEntity<string>[];
1616
- declare const RESPONSIBILITIES_MOCK: ResponsibilityMockDto[];
1535
+ declare const RESPONSIBILITIES_MOCK: AXMOrganizationManagementResponsibilityMockModel[];
1617
1536
 
1618
1537
  declare class AXMResponsibilityDataSeeder implements AXPDataSeeder {
1619
1538
  private storageService;
@@ -1639,6 +1558,7 @@ interface AXCPositionAssignmentMockDto {
1639
1558
  businessUnit?: any;
1640
1559
  startDate: Date;
1641
1560
  endDate?: Date | null;
1561
+ statusId?: 'active' | 'scheduled' | 'expired' | 'revoked';
1642
1562
  isPrimary?: boolean;
1643
1563
  notes?: string;
1644
1564
  }
@@ -2071,6 +1991,18 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
2071
1991
  * Get current workflow execution state.
2072
1992
  */
2073
1993
  getState(request: AXPGetWorkflowStateRequest): Promise<AXPWorkflowInstanceState>;
1994
+ /**
1995
+ * Claim a pooled task (cartable or human-task with candidates only): assign current user without resuming.
1996
+ */
1997
+ claimTask(request: AXPClaimWorkflowTaskRequest): Promise<AXPClaimWorkflowTaskResponse>;
1998
+ /**
1999
+ * Claim when execution state lives only on `WorkflowManagement.WorkflowInstance` (seeded / entity-only rows).
2000
+ */
2001
+ private claimTaskOnWorkflowInstanceEntity;
2002
+ /**
2003
+ * Activities that suspend for the task board (inbox), same completion path as human-task.
2004
+ */
2005
+ private isTaskBoardSuspendGraphActivity;
2074
2006
  /**
2075
2007
  * Cache for activity definitions to avoid repeated queries.
2076
2008
  */
@@ -2110,6 +2042,23 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
2110
2042
  * Compute runtime details for task board style overview fields.
2111
2043
  */
2112
2044
  private computeRuntimeDetails;
2045
+ /**
2046
+ * Human-task / cartable bookmark types that surface on the task board.
2047
+ */
2048
+ private isTaskBoardHumanBookmarkPayload;
2049
+ /**
2050
+ * Primary user id for assignee column: suspended task-board bookmark (assigned, then candidate users),
2051
+ * otherwise last completed step with a persisted user id.
2052
+ */
2053
+ private resolvePrimaryAssignUserId;
2054
+ /**
2055
+ * Last completed activity's `completedByUserId` from workflow state properties.
2056
+ */
2057
+ private resolveLastPerformerUserId;
2058
+ /**
2059
+ * Lookup user row for WorkflowInstance list/detail lookup column.
2060
+ */
2061
+ private resolveAssignUserLookupFields;
2113
2062
  /**
2114
2063
  * Resolve current step from active bookmark first, then running context.
2115
2064
  */
@@ -2122,10 +2071,6 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
2122
2071
  * Resolve next activity title from workflow graph and known outcome.
2123
2072
  */
2124
2073
  private resolveNextActivityTitle;
2125
- /**
2126
- * Build current assignees display from bookmark payload.
2127
- */
2128
- private resolveCurrentAssignees;
2129
2074
  /**
2130
2075
  * Parse bookmark payload safely.
2131
2076
  */
@@ -2172,6 +2117,10 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
2172
2117
  * Supports single variable (variableName + value) or multiple (variables: [{ variableName, value }, ...]).
2173
2118
  */
2174
2119
  private executeSetVariable;
2120
+ /**
2121
+ * Loads HumanCapitalManagement.Employee by id and returns platform user id for workflow variables / human-task assignment.
2122
+ */
2123
+ private executeResolveEmployeeUserId;
2175
2124
  /**
2176
2125
  * Execute HTTP request - makes real HTTP call.
2177
2126
  * Supports different HTTP methods and handles timeouts.
@@ -2279,6 +2228,35 @@ declare class AXCWorkflowDefinitionDataSeeder implements AXPDataSeeder {
2279
2228
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowDefinitionDataSeeder>;
2280
2229
  }
2281
2230
 
2231
+ /** Bookmark row shape stored under `workflowInstance.bookmarks` on the WorkflowInstance entity. */
2232
+ interface WorkflowInstanceEntityBookmark {
2233
+ id: string;
2234
+ activityId: string;
2235
+ activityInstanceId?: string;
2236
+ type: string;
2237
+ payload: Record<string, unknown>;
2238
+ payloadJson: string;
2239
+ consumed?: boolean;
2240
+ isConsumed?: boolean;
2241
+ createdAt?: string;
2242
+ }
2243
+ /**
2244
+ * Demo workflow instances for Cartable / task board: suspended `createLeaveRequest` at manager cartable step.
2245
+ * Matches entity shape produced by {@link AXCWorkflowEngine} + `saveInstanceToEntityService` (bookmarks on `workflowInstance`).
2246
+ */
2247
+ declare function buildWorkflowInstanceCartableDemoRows(): Record<string, unknown>[];
2248
+
2249
+ /**
2250
+ * Seeds suspended workflow instances with cartable bookmarks so Cartable / task board show demo tasks
2251
+ * without running the engine. Merges by `id` so re-seed does not wipe user-created instances.
2252
+ */
2253
+ declare class AXCWorkflowInstanceCartableDemoSeeder implements AXPDataSeeder {
2254
+ private readonly storageService;
2255
+ seed(): Promise<void>;
2256
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowInstanceCartableDemoSeeder, never>;
2257
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowInstanceCartableDemoSeeder>;
2258
+ }
2259
+
2282
2260
  /**
2283
2261
  * Stable lookup keys for assigning activities in activity-definition mock.
2284
2262
  */
@@ -2581,6 +2559,7 @@ declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
2581
2559
  * text are handled in the chat assist renderer.
2582
2560
  */
2583
2561
  declare class AXCConversationMockConversationApi extends AXMChatConversationApi {
2562
+ private readonly translation;
2584
2563
  createConversation(data: AXConversationCreateData): Promise<AXConversation>;
2585
2564
  getConversation(conversationId: string): Promise<AXConversation>;
2586
2565
  getConversations(pagination: AXPagination, _filters?: AXConversationFilters): Promise<AXPaginatedResult<AXConversation>>;
@@ -2698,6 +2677,13 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2698
2677
  private createPlaceholderMessage;
2699
2678
  private applyStreamDeltas;
2700
2679
  private publishPlaceholderMessage;
2680
+ /**
2681
+ * Clones an assist placeholder so each streaming write publishes a new object graph; Angular
2682
+ * `message` inputs only react when the bound reference changes.
2683
+ */
2684
+ private snapshotStreamingAssistMessage;
2685
+ /** Latest row for this message id (streaming updates replace the map entry). */
2686
+ private resolveStreamingAssistMessage;
2701
2687
  private emitMessageUpdate;
2702
2688
  /** Clears nested specialist stream for one supervisor `agent:*` tool call (delegated sub-run round). */
2703
2689
  private resetDelegatedNestedStream;
@@ -2712,6 +2698,11 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2712
2698
  */
2713
2699
  private rebuildAiTranscriptDraft;
2714
2700
  private finalizeMessage;
2701
+ /**
2702
+ * Resolves the AiModel catalog id for engine runs.
2703
+ * Order: conversation `metadata.modelEntityId` (info bar / overrides), then assist row `modelId`, then first catalog chat model.
2704
+ * Empty-assist flow may send before the info bar writes `modelEntityId`, so assist `modelId` must be resolved here.
2705
+ */
2715
2706
  private resolveModelEntityId;
2716
2707
  /**
2717
2708
  * Build chat lines for the AI engine. Only plain user/assistant text from each message
@@ -2735,7 +2726,21 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2735
2726
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockMessageApi>;
2736
2727
  }
2737
2728
 
2729
+ /** All seeded participants: synthetic `current-user` plus every security mock user (stable UUID ids). */
2738
2730
  declare const participantMock: AXParticipant[];
2731
+ /**
2732
+ * Stable user ids referenced by seeded chat messages (replaces legacy `user-2`, `user-3`, … ids).
2733
+ * Values match {@link mockUsers} so org chart / employee `userId` resolves in conversation mock APIs.
2734
+ */
2735
+ declare const conversationDemoSeedUserIds: {
2736
+ readonly primaryPeer: "f0000001-0000-4000-a000-000000000004";
2737
+ readonly secondaryPeer: "f0000001-0000-4000-a000-000000000005";
2738
+ readonly tertiaryPeer: "f0000001-0000-4000-a000-000000000007";
2739
+ readonly designPeerA: "f0000001-0000-4000-a000-00000000000e";
2740
+ readonly designPeerB: "f0000001-0000-4000-a000-00000000000f";
2741
+ };
2742
+ /** Index in {@link participantMock} for a security user id (`1` = first entry after `current-user`). */
2743
+ declare function mockParticipantIndexForSecurityUserId(userId: string): number;
2739
2744
 
2740
2745
  declare const chatMock: AXConversation[];
2741
2746
 
@@ -2749,10 +2754,9 @@ declare const CHAT_LAST_MESSAGE_IDS: Record<string, string>;
2749
2754
  /**
2750
2755
  * Consolidated seeder for all conversation2 component data.
2751
2756
  * Seeds participants, conversations, and messages into conversationSharedStorage
2752
- * and IndexedDB, then starts presence and message simulations.
2757
+ * 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).
2753
2758
  */
2754
2759
  declare class AXCConversationDataSeeder implements AXPDataSeeder {
2755
- private readonly notificationService;
2756
2760
  seed(): Promise<void>;
2757
2761
  private seedParticipants;
2758
2762
  private seedConversations;
@@ -2761,15 +2765,6 @@ declare class AXCConversationDataSeeder implements AXPDataSeeder {
2761
2765
  private linkLastMessages;
2762
2766
  /** Randomly toggles participant online/offline/away status every 20-40 seconds. */
2763
2767
  private startPresenceSimulation;
2764
- /** Sends random messages from online users every 30-90 seconds with typing indicators. */
2765
- private startMessageSimulation;
2766
- private isAssistConversation;
2767
- private createNotificationForIncomingMessage;
2768
- private toUserReference;
2769
- private extractMessageText;
2770
- private delay;
2771
- /** Returns a contextual random message template based on conversation type. */
2772
- private getMessageTemplate;
2773
2768
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationDataSeeder, never>;
2774
2769
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationDataSeeder>;
2775
2770
  }
@@ -2943,17 +2938,9 @@ declare class AXMTagDataSeeder implements AXPDataSeeder {
2943
2938
  }
2944
2939
 
2945
2940
  /**
2946
- * Creates a per-breakpoint widget layout config from the new dimensions format.
2947
- * Each breakpoint node receives the shared widget id.
2941
+ * Kept for compatibility with existing widget generators importing this helper.
2948
2942
  */
2949
2943
  declare function createWidgetLayoutConfig(dimensions: Record<string, any> | undefined): AXMDashboardWidgetLayoutMap;
2950
- declare function generateUserDashboard(user: (typeof mockUsers)[0]): AXMCommonDashboardEntityModel;
2951
- declare function createDashboardForUser(dashboardName: string, userId: string, widgetTypesInput: string[]): AXMCommonDashboardEntityModel;
2952
- declare function createAndSaveDashboardForUser(params: {
2953
- name: string;
2954
- userId: string;
2955
- widgetTypes: string[];
2956
- }, injector: Injector): Promise<string>;
2957
2944
  declare const DASHBOARDS: AXMCommonDashboardEntityModel[];
2958
2945
 
2959
2946
  declare class AXPDashboardDataSeeder implements AXPDataSeeder {
@@ -3717,7 +3704,8 @@ declare class AXPMockLookupProvider implements AXPLookupProvider {
3717
3704
  }
3718
3705
  declare class AXPMockSequenceProvider implements AXPSequenceProvider {
3719
3706
  private readonly store;
3720
- private readonly rulesFromProviders;
3707
+ private readonly injector;
3708
+ private resolveRulesFromProviders;
3721
3709
  next(scopeHash: string, ruleId: string, options?: {
3722
3710
  pad?: number;
3723
3711
  consume?: boolean;
@@ -3728,7 +3716,7 @@ declare class AXPMockSequenceProvider implements AXPSequenceProvider {
3728
3716
 
3729
3717
  declare class AXPMockIdentifierService extends AXPIdentifierService {
3730
3718
  private readonly engine;
3731
- private readonly rulesFromProviders;
3719
+ private readonly injector;
3732
3720
  private readonly seq;
3733
3721
  private readonly checksum;
3734
3722
  private readonly lookup;
@@ -3738,6 +3726,7 @@ declare class AXPMockIdentifierService extends AXPIdentifierService {
3738
3726
  generate(req: AXPIdentifierRequest): Promise<AXPIdentifierResult>;
3739
3727
  peek(req: AXPIdentifierRequest): Promise<AXPIdentifierPeekResult>;
3740
3728
  validate(_code: string, _entity: string, _tenantId?: string): Promise<boolean>;
3729
+ private resolveRulesFromProviders;
3741
3730
  private pickRule;
3742
3731
  private createContext;
3743
3732
  private createScopeHash;
@@ -3749,11 +3738,33 @@ declare class AXPMockIdentifierService extends AXPIdentifierService {
3749
3738
  static ɵprov: i0.ɵɵInjectableDeclaration<AXPMockIdentifierService>;
3750
3739
  }
3751
3740
 
3741
+ declare const identifierCommitMiddleware: AXPEntityStorageMiddleware;
3742
+
3743
+ /**
3744
+ * Group Order Item Calculator Middleware
3745
+ *
3746
+ * Calculates quantityInOrder and quantityAvailable for group order items.
3747
+ * Also calculates total based on price, quantityInOrder, and GST (1.15).
3748
+ *
3749
+ * quantityInOrder = sum of all member order line quantities for this item
3750
+ * quantityAvailable = size - quantityInOrder
3751
+ * total = price * quantityInOrder * 1.15 (GST)
3752
+ *
3753
+ * Runs on:
3754
+ * - GroupOrderItem create/update: Calculate for the item itself
3755
+ * - MemberOrderLine create/update/delete: Recalculate the related group order item
3756
+ */
3757
+ declare const groupOrderItemCalculatorMiddleware: AXPEntityStorageMiddleware;
3758
+
3752
3759
  /**
3753
3760
  * Pre-save middleware: loads entity definition and validates ctx.data before persist.
3754
3761
  * Validates required, minLength, maxLength, email and unique constraints
3755
3762
  * (from definition rule: 'unique' or layout extensions.uniqueFields).
3756
3763
  * Runs early (order: 5) before lock/audit middlewares.
3764
+ *
3765
+ * Does not run on `initial`: bulk mock seed calls `initial` on every startup; the backend
3766
+ * already no-ops when data exists, but the middleware chain would still resolve definitions
3767
+ * per entity (heavy). Seed data is trusted; use create/update paths for validated writes.
3757
3768
  */
3758
3769
  declare const entityValidationMiddleware: AXPEntityStorageMiddleware;
3759
3770
 
@@ -3805,8 +3816,6 @@ declare const folderStorageMiddleware: AXPEntityStorageMiddleware;
3805
3816
  */
3806
3817
  declare const documentFolderSyncMiddleware: AXPEntityStorageMiddleware;
3807
3818
 
3808
- declare const identifierCommitMiddleware: AXPEntityStorageMiddleware;
3809
-
3810
3819
  /**
3811
3820
  * Lookup Resolver Middleware
3812
3821
  *
@@ -3882,22 +3891,6 @@ declare const signatureLoaderMiddleware: AXPEntityStorageMiddleware;
3882
3891
  */
3883
3892
  declare const lockGuardMiddleware: AXPEntityStorageMiddleware;
3884
3893
 
3885
- /**
3886
- * Group Order Item Calculator Middleware
3887
- *
3888
- * Calculates quantityInOrder and quantityAvailable for group order items.
3889
- * Also calculates total based on price, quantityInOrder, and GST (1.15).
3890
- *
3891
- * quantityInOrder = sum of all member order line quantities for this item
3892
- * quantityAvailable = size - quantityInOrder
3893
- * total = price * quantityInOrder * 1.15 (GST)
3894
- *
3895
- * Runs on:
3896
- * - GroupOrderItem create/update: Calculate for the item itself
3897
- * - MemberOrderLine create/update/delete: Recalculate the related group order item
3898
- */
3899
- declare const groupOrderItemCalculatorMiddleware: AXPEntityStorageMiddleware;
3900
-
3901
3894
  /**
3902
3895
  * Key used in request params to bypass visibility filtering (isHidden flag).
3903
3896
  * Similar to ABP Framework's filter disabling mechanism.
@@ -3989,5 +3982,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
3989
3982
 
3990
3983
  declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
3991
3984
 
3992
- 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, 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, axcPatchEmployeeActivePrimaryBusinessUnitRefsFromRows, axcPatchEmployeeActivePrimaryPositionRefsFromRows, axcPatchEmployeeManagerRefsFromRows, axcResolveCommandRegistrySeedId, axcResolveQueryRegistrySeedId, bankCategory, buildEntityStorageQuickSearchFilter, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, chatMessageMock, chatMock, checkboxInterface, childCountMiddleware, clearEntityDefinitionFirestoreCollections, collectQuickSearchFieldPathsFromEntityDefinition, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, createWidgetLayoutConfig, dateInterface, dateTimeInterface, descriptionInterface, documentFolderSyncMiddleware, emailInterface, entityDefDb, entityValidationMiddleware, fileUploaderInterface, finalizeActivityCategoryItemCounts, findEmployeeById, folderStorageMiddleware, generateUserDashboard, groupOrderItemCalculatorMiddleware, historyMiddleware, identifierCommitMiddleware, imageInterface, inspectionOkXNaInterface, loadMockPropertyDefinitions, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mergeQuickSearchIntoRequest, metadataCategoryMocks, 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 };
3993
- export type { AXCAiAssistMock, AXCAiModelMock, AXCBookmarkEntity, AXCBusinessUnitMockDto, AXCEntityStorageBackendType, AXCEntityStorageInsertInput, AXCEntityStorageInsertOutput, AXCEntityStorageQueryInput, AXCEntityStorageQueryResult, AXCFirestoreConfig, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCTeamMemberMockDto, AXCTeamMemberRoleMockDto, AXCTeamMockDto, AXCWorkflowExecutionStore, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, AutomationCommandDto, AutomationMockDto, CanonicalChange, CanonicalChangeOp, EntityDefinitionFirestoreSnapshotFile, FirestoreSnapshotOperation, JobDefinitionMockDto, JobLevelMockDto, MockUserPassCredentials, PositionMockDto, QuestionBankItemCategoryTitle, QuestionBankItemMockDto, QuestionnaireCalculationMockDto, QuestionnaireCalculationMockResultKind, QuestionnaireCategoryTitle, QuestionnaireMockDto, ResponsibilityMockDto, ShowMetaDataFormPopupMockInput, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo };
3985
+ 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 };
3986
+ export type { AXCBookmarkEntity, AXCEntityStorageBackendType, AXCEntityStorageInsertInput, AXCEntityStorageInsertOutput, AXCEntityStorageQueryInput, AXCEntityStorageQueryResult, AXCFirestoreConfig, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCWorkflowExecutionStore, AXMAiManagementAssistMockModel, AXMAiManagementModelMockModel, 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 };