@acorex/connectivity 21.0.0-next.42 → 21.0.0-next.44

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 (23) hide show
  1. package/fesm2022/acorex-connectivity-api.mjs +89 -3
  2. package/fesm2022/acorex-connectivity-api.mjs.map +1 -1
  3. package/fesm2022/{acorex-connectivity-mock-acorex-connectivity-mock-BTiDjsTG.mjs → acorex-connectivity-mock-acorex-connectivity-mock-QxKVNQo9.mjs} +3374 -1490
  4. package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-QxKVNQo9.mjs.map +1 -0
  5. package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-Cbm3SNXn.mjs → acorex-connectivity-mock-assign-to-manager.activity-GtNzTHWI.mjs} +2 -2
  6. package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-Cbm3SNXn.mjs.map → acorex-connectivity-mock-assign-to-manager.activity-GtNzTHWI.mjs.map} +1 -1
  7. package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-OImAZbUq.mjs → acorex-connectivity-mock-chat-generate-image.command-BAMTtIN_.mjs} +2 -2
  8. package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-OImAZbUq.mjs.map → acorex-connectivity-mock-chat-generate-image.command-BAMTtIN_.mjs.map} +1 -1
  9. package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-Dieqfce2.mjs → acorex-connectivity-mock-chat-synthesize-speech.command-C0pQvhMF.mjs} +2 -2
  10. package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-Dieqfce2.mjs.map → acorex-connectivity-mock-chat-synthesize-speech.command-C0pQvhMF.mjs.map} +1 -1
  11. package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BvZwDms4.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-BRDl6roP.mjs} +2 -2
  12. package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BvZwDms4.mjs.map → acorex-connectivity-mock-chat-transcribe-speech.command-BRDl6roP.mjs.map} +1 -1
  13. package/fesm2022/acorex-connectivity-mock-notification-management-email-send.command-DAQfIWoD.mjs +73 -0
  14. package/fesm2022/acorex-connectivity-mock-notification-management-email-send.command-DAQfIWoD.mjs.map +1 -0
  15. package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-DZlsdoZn.mjs → acorex-connectivity-mock-user-roles-for-list-column.query-DOAMknK8.mjs} +2 -3
  16. package/fesm2022/acorex-connectivity-mock-user-roles-for-list-column.query-DOAMknK8.mjs.map +1 -0
  17. package/fesm2022/acorex-connectivity-mock.mjs +2 -1
  18. package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
  19. package/package.json +2 -2
  20. package/types/acorex-connectivity-api.d.ts +12 -1
  21. package/types/acorex-connectivity-mock.d.ts +205 -97
  22. package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-BTiDjsTG.mjs.map +0 -1
  23. package/fesm2022/acorex-connectivity-mock-user-roles-for-list-column.query-DZlsdoZn.mjs.map +0 -1
@@ -8,12 +8,12 @@ import * as i1 from '@acorex/platform/runtime';
8
8
  import { AXPCommand, AXPQuery } from '@acorex/platform/runtime';
9
9
  import { Router } from '@angular/router';
10
10
  import { AXMAuthConfigs } from '@acorex/modules/auth';
11
+ import { AXPEntityAggregateRequest, AXPEntityStorageService, AXPEntityQueryAllOptions, AXPEntityQueryAllResult, AXPEntityAggregateOptions, AXPEntityAggregateResult, AXPEntityDefinitionLoader, AXPDataSeeder, AXPRecordStateInfo, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
11
12
  import { AXDataSourceFilterOption } from '@acorex/cdk/common';
12
- import * as _acorex_platform_common from '@acorex/platform/common';
13
- import { AXPEntity, AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo, AXPVersioningService, AXPVersionEntry as AXPVersionEntry$1, CanonicalChange as CanonicalChange$1, AXVChangeType as AXVChangeType$1 } from '@acorex/platform/common';
14
- import { AXPEntityStorageService, AXPEntityDefinitionLoader, AXPDataSeeder, AXPRecordStateInfo, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
15
13
  import Dexie, { Table } from 'dexie';
16
14
  import { Firestore } from 'firebase/firestore';
15
+ import * as _acorex_platform_common from '@acorex/platform/common';
16
+ import { AXPEntity, AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo, AXPVersioningService, AXPVersionEntry as AXPVersionEntry$1, CanonicalChange as CanonicalChange$1, AXVChangeType as AXVChangeType$1 } from '@acorex/platform/common';
17
17
  import { AXPPropertyDefinition } from '@acorex/platform/domain';
18
18
  import { AXMAiManagementModelEntityModel, AXMAiManagementAssistEntityModel } from '@acorex/modules/ai-management';
19
19
  import { AXMApplicationManagementApplicationEntityModel, AXMApplicationManagementEditionEntityModel } from '@acorex/modules/application-management';
@@ -28,8 +28,8 @@ import * as _acorex_platform_workflow from '@acorex/platform/workflow';
28
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
- 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';
32
- import { AXMChatUserApi, AXMChatRealtimeApi, AXMChatConversationApi, AXMChatMessageApi } from '@acorex/modules/conversation';
31
+ import { AXConversationCreateData, AXConversation, AXPagination, AXConversationFilters, AXPaginatedResult, AXConversationUpdateData, AXParticipant, AXParticipantUpdate, AXConversationSettingsUpdate, AXSendMessageCommand, AXMessage, AXMessagePayload, AXMessageSearchFilters, AXReadReceipt, AXMessageForwardData, AXPinnedMessage, AXConnectionStatus, AXConnectionOptions, AXConnectionEvent, AXTypingIndicator, AXPresenceUpdate, AXNotificationEvent, AXCallEvent, AXUserProfileUpdate, AXUserSearchFilters, AXPresenceStatus, AXBlockReportReason } from '@acorex/components/conversation2';
32
+ import { AXMChatConversationApi, AXMChatMessageApi, AXMChatRealtimeApi, AXMChatUserApi } from '@acorex/modules/conversation';
33
33
  import { Observable } from 'rxjs';
34
34
  import { ShowMetaDataFormPopupCommand, ShowMetaDataFormPopupInput, ResolveGroupsResult } from '@acorex/modules/data-management';
35
35
  import { AXPDynamicFormGroupDefinition } from '@acorex/platform/layout/builder';
@@ -38,6 +38,7 @@ import * as dist_libs_modules_types_acorex_modules_calendar_management from 'dis
38
38
  import { AXMCalendarManagementCalendarEventTypeEntityModel } from '@acorex/modules/calendar-management';
39
39
  import { AXPWidgetNode } from '@acorex/platform/layout/widget-core';
40
40
  import { AXPIdentifierRule, AXPChecksumProvider, AXPClockProvider, AXPLookupProvider, AXPPolicyProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
41
+ export { AXC_TEXT_TEMPLATE_RENDER_COMMAND_KEY } from '@acorex/modules/content-management';
41
42
 
42
43
  declare class AXCCommonMockModule {
43
44
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCCommonMockModule, never>;
@@ -510,6 +511,7 @@ declare class AXCEntityStorageInsertCommand implements AXPCommand<AXCEntityStora
510
511
  */
511
512
  declare function parseEntityStorageInsertData(raw: Record<string, unknown> | string | undefined | null): Record<string, unknown> | null;
512
513
 
514
+ type AXCEntityStorageQueryResultMode = 'page' | 'count' | 'all';
513
515
  interface AXCEntityStorageQueryInput {
514
516
  /** Entity key as `ModuleName.EntityName` (same as CRUD / seeds). */
515
517
  entity: string;
@@ -537,15 +539,35 @@ interface AXCEntityStorageQueryInput {
537
539
  * or you need additional storage paths. May be a string array or a JSON / comma-separated string from tools.
538
540
  */
539
541
  quickSearchFieldPaths?: string[] | string;
542
+ /**
543
+ * How to read rows after applying filters (ignored when {@link id} is set).
544
+ * `page` — paged {@link AXPEntityStorageService.query} (default).
545
+ * `count` — {@link AXPEntityStorageService.count} only (`total` set; `items` empty).
546
+ * `all` — {@link AXPEntityStorageService.queryAll} up to {@link maxFetchRows}.
547
+ */
548
+ resultMode?: AXCEntityStorageQueryResultMode | string;
549
+ /**
550
+ * Hard cap for `resultMode: 'all'` and for {@link aggregate} scans (default 50_000).
551
+ */
552
+ maxFetchRows?: number | string;
553
+ /**
554
+ * When set (JSON object or string), runs {@link AXPEntityStorageService.aggregate} instead of list/count/all.
555
+ * Must include `groupBy` and `measures`; optional `filter` / `sort` override merged query filters when provided.
556
+ */
557
+ aggregate?: AXPEntityAggregateRequest | string;
540
558
  }
541
559
  interface AXCEntityStorageQueryResult {
542
560
  success: boolean;
543
561
  total?: number;
544
562
  items?: unknown[];
563
+ /** Present when `resultMode` was `all` or aggregation scanned a capped set. */
564
+ truncated?: boolean;
565
+ /** Present when `aggregate` input was used. */
566
+ aggregateRows?: Record<string, unknown>[];
545
567
  error?: string;
546
568
  }
547
569
  /**
548
- * Runs {@link AXPEntityStorageService#query} against the active mock storage backend (Dexie or Firestore).
570
+ * Runs entity storage reads via {@link AXPEntityStorageService} (active connectivity backend).
549
571
  */
550
572
  declare class AXCEntityStorageQueryQuery implements AXPQuery<AXCEntityStorageQueryInput, AXCEntityStorageQueryResult> {
551
573
  private readonly entityStorage;
@@ -560,11 +582,6 @@ declare class AXCEntityStorageQueryQuery implements AXPQuery<AXCEntityStorageQue
560
582
  * Returns null when the payload cannot be parsed.
561
583
  */
562
584
  declare function parseEntityStorageQueryRequest(raw: AXPQueryRequest | string | undefined | null): AXPQueryRequest | null;
563
- /**
564
- * Derives lodash-get paths for quick search from the entity definition: string-like property names
565
- * plus lookup `expose[].target` paths (e.g. `brand.title`).
566
- */
567
- declare function collectQuickSearchFieldPathsFromEntityDefinition(entity: AXPEntity | null | undefined): string[];
568
585
  /**
569
586
  * Builds a broad OR filter: fixed “usual suspects” plus optional extra paths (`contains` only on extras).
570
587
  * Extra paths typically come from the entity definition and/or caller-supplied {@link quickSearchFieldPaths}.
@@ -603,6 +620,15 @@ declare class AXCDexieEntityStorageService extends Dexie implements AXPEntitySto
603
620
  insertOne<T = any>(entityName: string, entity: T): Promise<string>;
604
621
  getAll<T = any>(entityName: string): Promise<T[]>;
605
622
  query<T = any>(entityName: string, request: AXPQueryRequest): Promise<_acorex_platform_core.AXPPagedListResult<T>>;
623
+ count(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>): Promise<number>;
624
+ queryAll(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>, options?: AXPEntityQueryAllOptions): Promise<AXPEntityQueryAllResult<any>>;
625
+ getMany(entityName: string, ids: string[]): Promise<(any | null)[]>;
626
+ exists(entityName: string, id: string): Promise<boolean>;
627
+ upsertOne(entityName: string, entity: any, options?: {
628
+ merge?: boolean;
629
+ }): Promise<string>;
630
+ aggregate(entityName: string, request: AXPEntityAggregateRequest, options?: AXPEntityAggregateOptions): Promise<AXPEntityAggregateResult>;
631
+ private createQueryAdapters;
606
632
  private getDirectChildCount;
607
633
  private getAllChildCategoryIds;
608
634
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCDexieEntityStorageService, never>;
@@ -631,6 +657,15 @@ declare class AXCFirestoreEntityStorageService implements AXPEntityStorageServic
631
657
  insertOne<T = any>(entityName: string, entity: T): Promise<string>;
632
658
  getAll<T = any>(entityName: string): Promise<T[]>;
633
659
  query<T = any>(entityName: string, request: AXPQueryRequest): Promise<_acorex_platform_core.AXPPagedListResult<T>>;
660
+ count(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>): Promise<number>;
661
+ queryAll(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>, options?: AXPEntityQueryAllOptions): Promise<AXPEntityQueryAllResult<any>>;
662
+ getMany(entityName: string, ids: string[]): Promise<(any | null)[]>;
663
+ exists(entityName: string, id: string): Promise<boolean>;
664
+ upsertOne(entityName: string, entity: any, options?: {
665
+ merge?: boolean;
666
+ }): Promise<string>;
667
+ aggregate(entityName: string, request: AXPEntityAggregateRequest, options?: AXPEntityAggregateOptions): Promise<AXPEntityAggregateResult>;
668
+ private createQueryAdapters;
634
669
  /**
635
670
  * Load all documents for an entity (same approach as Dexie: load by entityName, filter in runEntityQuery).
636
671
  * Firestore and Dexie share the same runEntityQuery + applyFilterArray so behavior stays consistent.
@@ -967,10 +1002,10 @@ interface AXMAiManagementAssistMockModel extends AXMAiManagementAssistEntityMode
967
1002
  /** Catalog id of a row whose `modelPurposes` includes `image`; must match chat transport when generating images. */
968
1003
  imageModelId?: string | null;
969
1004
  }
970
- /** Deterministic id for the platform default assist row. */
971
- declare const AXMAiPlatformDefaultAssistId = "b0000001-0000-4000-8000-000000000001";
972
- /** Deterministic id for the Demis AI default assist row (mirror of platform default, Demis model). */
973
- declare const AXMAiDemisDefaultAssistId = "b0000001-0000-4000-8000-000000000004";
1005
+ /** Deterministic id for the platform assistant assist row. */
1006
+ declare const AXMAiPlatformAssistantAssistId = "b0000001-0000-4000-8000-000000000001";
1007
+ /** Deterministic id for the Demis AI assistant assist row (mirror of platform assistant, lighter delegation). */
1008
+ declare const AXMAiDemisAssistantAssistId = "b0000001-0000-4000-8000-000000000004";
974
1009
  declare const AI_ASSIST_MOCK: AXMAiManagementAssistMockModel[];
975
1010
 
976
1011
  declare class AXCAiAssistSeeder implements AXPDataSeeder {
@@ -1008,10 +1043,34 @@ declare const AXM_AI_REGISTRY_COMMAND_NAME: {
1008
1043
  declare const AXM_AI_REGISTRY_QUERY_NAME: {
1009
1044
  readonly listRegisteredEntities: "PlatformManagement:ListRegisteredEntities";
1010
1045
  readonly listRegisteredDataSources: "PlatformManagement:ListRegisteredDataSources";
1046
+ readonly listPlatformNavigationForAi: "PlatformManagement:ListPlatformNavigationForAi";
1011
1047
  readonly entityStorageQuery: "ConnectivityMock:EntityStorage:Query";
1012
1048
  readonly widgetsGetForAi: "Widgets:GetForAI";
1013
1049
  };
1014
1050
 
1051
+ /** Stable UUIDs for ApplicationManagement.ApplicationCategory demo data. */
1052
+ declare const APPLICATION_CATEGORY_IDS: {
1053
+ readonly ecommerce: "a1000001-0001-4001-a001-000000000001";
1054
+ readonly finance: "a1000001-0001-4001-a001-000000000002";
1055
+ readonly procurement: "a1000001-0001-4001-a001-000000000003";
1056
+ readonly platform: "a1000001-0001-4001-a001-000000000004";
1057
+ readonly safety: "a1000001-0001-4001-a001-000000000005";
1058
+ readonly crm: "a1000001-0001-4001-a001-000000000006";
1059
+ readonly hr: "a1000001-0001-4001-a001-000000000007";
1060
+ };
1061
+ interface AXMApplicationManagementApplicationCategoryMockModel extends AXPCategoryEntity {
1062
+ icon?: string;
1063
+ color?: string;
1064
+ }
1065
+ declare const APPLICATION_CATEGORY_MOCKS: AXMApplicationManagementApplicationCategoryMockModel[];
1066
+
1067
+ declare class AXCApplicationCategoryDataSeeder implements AXPDataSeeder {
1068
+ private readonly storageService;
1069
+ seed(): Promise<void>;
1070
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCApplicationCategoryDataSeeder, never>;
1071
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCApplicationCategoryDataSeeder>;
1072
+ }
1073
+
1015
1074
  declare const APPLICATIONS: AXMApplicationManagementApplicationEntityModel[];
1016
1075
 
1017
1076
  declare class AXCApplicationDataSeeder implements AXPDataSeeder {
@@ -1433,6 +1492,9 @@ interface AXMOrganizationManagementTeamMockModel extends AXMOrganizationManageme
1433
1492
  memberIds: string[];
1434
1493
  members: AXCEmployeeMock$1[];
1435
1494
  }
1495
+ /** Stable English category keys → id (flat list; used when attaching teams). */
1496
+ declare const TEAM_CATEGORY_KEY_TO_ID: Record<string, string>;
1497
+ declare const TEAMS_CATEGORY_MOCK: AXPCategoryEntity<string>[];
1436
1498
  declare const TEAMS_MOCK: AXMOrganizationManagementTeamMockModel[];
1437
1499
 
1438
1500
  declare class AXMTeamDataSeeder implements AXPDataSeeder {
@@ -2471,87 +2533,40 @@ declare class AXMWorkflowDashboardChartDataSourceDefinition implements AXPDataSo
2471
2533
  }
2472
2534
 
2473
2535
  /**
2474
- * Mock implementation of AXMChatUserApi using conversation shared storage.
2475
- * Provides user profile, discovery, presence, blocking, and settings operations.
2536
+ * Request to render a persisted text template channel with merge values.
2537
+ * Placeholders use `{{token}}` (token: word chars and hyphen), matching the template editor preview.
2476
2538
  */
2477
- declare class AXCConversationMockUserApi extends AXMChatUserApi {
2478
- getCurrentUser(): Promise<AXParticipant>;
2479
- updateProfile(updates: AXUserProfileUpdate): Promise<AXParticipant>;
2480
- uploadAvatar(file: File): Promise<string>;
2481
- getUsers(filters?: AXUserSearchFilters): Promise<AXParticipant[]>;
2482
- searchUsers(query: string): Promise<AXParticipant[]>;
2483
- getUserById(userId: string): Promise<AXParticipant>;
2484
- getUsersByIds(userIds: string[]): Promise<AXParticipant[]>;
2485
- getUserPresence(userId: string): Promise<AXPresenceUpdate>;
2486
- updatePresence(_status: AXPresenceStatus, _statusText?: string): Promise<void>;
2487
- blockUser(_userId: string, _reason?: AXBlockReportReason): Promise<void>;
2488
- unblockUser(_userId: string): Promise<void>;
2489
- getBlockedUsers(): Promise<string[]>;
2490
- reportUser(_userId: string, _reason: AXBlockReportReason): Promise<void>;
2491
- getUserSettings(): Promise<Record<string, unknown>>;
2492
- updateUserSettings(_settings: Record<string, unknown>): Promise<void>;
2493
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockUserApi, never>;
2494
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockUserApi>;
2539
+ interface AXPTextTemplateRenderRequest {
2540
+ textTemplateId: string;
2541
+ /** Channel key on `channels`, e.g. `email`, `sms`. Defaults to `email`. */
2542
+ channel?: string;
2543
+ /** Locale for resolving per-locale template fields (e.g. `en-US`, `fa-IR`). Defaults to `en-US`. */
2544
+ locale?: string;
2545
+ /** Values merged into `{{name}}` placeholders. Missing keys leave the placeholder unchanged. */
2546
+ merge?: Record<string, string>;
2547
+ }
2548
+ /**
2549
+ * Rendered subject/body for one channel after placeholder replacement.
2550
+ */
2551
+ interface AXPTextTemplateRenderResult {
2552
+ textTemplateId: string;
2553
+ channel: string;
2554
+ subject?: string;
2555
+ body: string;
2495
2556
  }
2496
2557
 
2497
2558
  /**
2498
- * Mock implementation of AXMChatRealtimeApi using conversation shared storage.
2499
- * Provides connection management and real-time event subscriptions.
2559
+ * Backend port for rendering text templates (merge placeholders into channel content).
2560
+ * Mock provides {@link AXCTextTemplateRenderMockBackend}; a future connectivity/api module can add HTTP.
2500
2561
  */
2501
- declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
2502
- readonly connectionStatus$: Observable<AXConnectionStatus>;
2503
- connect(_options?: AXConnectionOptions): Promise<void>;
2504
- disconnect(): Promise<void>;
2505
- isConnected(): boolean;
2506
- reconnect(): Promise<void>;
2507
- subscribeToConnectionEvents(): Observable<AXConnectionEvent>;
2508
- subscribeToMessages(conversationId: string): Observable<AXMessage>;
2509
- subscribeToMessageUpdates(_conversationId?: string): Observable<AXMessage>;
2510
- subscribeToMessageDeletions(_conversationId?: string): Observable<string>;
2511
- subscribeToMessageReactions(_conversationId?: string): Observable<AXMessage>;
2512
- subscribeToConversationUpdates(): Observable<AXConversation>;
2513
- subscribeToConversationCreated(): Observable<AXConversation>;
2514
- subscribeToConversationDeleted(): Observable<string>;
2515
- subscribeToTypingIndicators(conversationId: string): Observable<AXTypingIndicator>;
2516
- subscribeToPresenceUpdates(_userIds?: string[]): Observable<AXPresenceUpdate>;
2517
- subscribeToReadReceipts(_conversationId?: string): Observable<{
2518
- messageId: string;
2519
- userId: string;
2520
- readAt: Date;
2521
- }>;
2522
- subscribeToNotifications(): Observable<AXNotificationEvent>;
2523
- subscribeToCallEvents(): Observable<AXCallEvent>;
2524
- subscribeToUserBlockEvents(): Observable<{
2525
- userId: string;
2526
- blocked: boolean;
2527
- }>;
2528
- subscribeToParticipantEvents(_conversationId?: string): Observable<{
2529
- conversationId: string;
2530
- userId: string;
2531
- action: 'added' | 'removed';
2532
- }>;
2533
- subscribeToSystemEvents(): Observable<{
2534
- type: string;
2535
- message: string;
2536
- data?: unknown;
2537
- }>;
2538
- subscribeToMessageStatusChanges(_conversationId?: string): Observable<{
2539
- messageId: string;
2540
- status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed';
2541
- timestamp: Date;
2542
- }>;
2543
- subscribeToConversationSettingsChanges(_conversationId?: string): Observable<{
2544
- conversationId: string;
2545
- settings: Record<string, unknown>;
2546
- }>;
2547
- subscribeToDraftChanges(_conversationId?: string): Observable<{
2548
- conversationId: string;
2549
- draft: string | null;
2550
- }>;
2551
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockRealtimeApi, never>;
2552
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockRealtimeApi>;
2562
+ declare abstract class AXCTextTemplateRenderBackend {
2563
+ abstract render(request: AXPTextTemplateRenderRequest): Promise<AXPTextTemplateRenderResult>;
2564
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateRenderBackend, never>;
2565
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateRenderBackend>;
2553
2566
  }
2554
2567
 
2568
+ declare function awaitConversationMockSharedStorage(): Promise<void>;
2569
+
2555
2570
  /**
2556
2571
  * Mock implementation of AXMChatConversationApi.
2557
2572
  * Manages conversations in conversation shared storage with assist peer support.
@@ -2560,6 +2575,7 @@ declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
2560
2575
  */
2561
2576
  declare class AXCConversationMockConversationApi extends AXMChatConversationApi {
2562
2577
  private readonly translation;
2578
+ private readonly notificationService;
2563
2579
  createConversation(data: AXConversationCreateData): Promise<AXConversation>;
2564
2580
  getConversation(conversationId: string): Promise<AXConversation>;
2565
2581
  getConversations(pagination: AXPagination, _filters?: AXConversationFilters): Promise<AXPaginatedResult<AXConversation>>;
@@ -2606,6 +2622,7 @@ declare class AXCConversationMockConversationApi extends AXMChatConversationApi
2606
2622
  * Manages messages in conversation shared storage with AI assist response generation.
2607
2623
  */
2608
2624
  declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2625
+ #private;
2609
2626
  private readonly aiEngine;
2610
2627
  private readonly modelCatalog;
2611
2628
  private readonly aiResponder;
@@ -2645,13 +2662,13 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2645
2662
  }>;
2646
2663
  updateMessageMetadata(_messageId: string, _metadata: Record<string, unknown>): Promise<void>;
2647
2664
  getMessageMetadata(_messageId: string): Promise<Record<string, unknown>>;
2648
- updateMessageStatus(_messageId: string, _status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed'): Promise<void>;
2665
+ updateMessageStatus(messageId: string, status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed'): Promise<void>;
2649
2666
  getMessageDeliveryStatus(_messageId: string): Promise<{
2650
2667
  delivered: number;
2651
2668
  read: number;
2652
2669
  total: number;
2653
2670
  }>;
2654
- markMessagesAsRead(_messageIds: string[]): Promise<void>;
2671
+ markMessagesAsRead(messageIds: string[]): Promise<void>;
2655
2672
  bulkDeleteMessages(_conversationId: string, _messageIds: string[], _forEveryone?: boolean): Promise<void>;
2656
2673
  exportMessages(_conversationId: string, _format: 'json' | 'csv' | 'txt'): Promise<string | Blob>;
2657
2674
  private storeMessage;
@@ -2703,6 +2720,7 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2703
2720
  * Order: conversation `metadata.modelEntityId` (info bar / overrides), then assist row `modelId`, then first catalog chat model.
2704
2721
  * Empty-assist flow may send before the info bar writes `modelEntityId`, so assist `modelId` must be resolved here.
2705
2722
  */
2723
+ private resolveModelDisplayTitle;
2706
2724
  private resolveModelEntityId;
2707
2725
  /**
2708
2726
  * Build chat lines for the AI engine. Only plain user/assistant text from each message
@@ -2726,6 +2744,96 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2726
2744
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockMessageApi>;
2727
2745
  }
2728
2746
 
2747
+ /**
2748
+ * Mock implementation of AXMChatRealtimeApi using conversation shared storage.
2749
+ * Provides connection management and real-time event subscriptions.
2750
+ */
2751
+ declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
2752
+ readonly connectionStatus$: Observable<AXConnectionStatus>;
2753
+ connect(_options?: AXConnectionOptions): Promise<void>;
2754
+ disconnect(): Promise<void>;
2755
+ isConnected(): boolean;
2756
+ reconnect(): Promise<void>;
2757
+ subscribeToConnectionEvents(): Observable<AXConnectionEvent>;
2758
+ subscribeToMessages(conversationId: string): Observable<AXMessage>;
2759
+ subscribeToMessageUpdates(conversationId?: string): Observable<AXMessage>;
2760
+ subscribeToMessageDeletions(_conversationId?: string): Observable<string>;
2761
+ subscribeToMessageReactions(_conversationId?: string): Observable<AXMessage>;
2762
+ subscribeToConversationUpdates(): Observable<AXConversation>;
2763
+ subscribeToConversationCreated(): Observable<AXConversation>;
2764
+ subscribeToConversationDeleted(): Observable<string>;
2765
+ subscribeToTypingIndicators(conversationId?: string): Observable<AXTypingIndicator>;
2766
+ subscribeToPresenceUpdates(_userIds?: string[]): Observable<AXPresenceUpdate>;
2767
+ /**
2768
+ * Emits when a message transitions to {@link AXMessage.status} `read` (e.g. mark-as-read / conversation read).
2769
+ * Derived from {@link conversationSharedStorage.messageUpdates$} so mock APIs do not need a separate bus.
2770
+ */
2771
+ subscribeToReadReceipts(conversationId?: string): Observable<{
2772
+ messageId: string;
2773
+ userId: string;
2774
+ readAt: Date;
2775
+ }>;
2776
+ subscribeToNotifications(): Observable<AXNotificationEvent>;
2777
+ subscribeToCallEvents(): Observable<AXCallEvent>;
2778
+ subscribeToUserBlockEvents(): Observable<{
2779
+ userId: string;
2780
+ blocked: boolean;
2781
+ }>;
2782
+ subscribeToParticipantEvents(_conversationId?: string): Observable<{
2783
+ conversationId: string;
2784
+ userId: string;
2785
+ action: 'added' | 'removed';
2786
+ }>;
2787
+ subscribeToSystemEvents(): Observable<{
2788
+ type: string;
2789
+ message: string;
2790
+ data?: unknown;
2791
+ }>;
2792
+ /**
2793
+ * New messages emit from {@link conversationSharedStorage.messageStream$}; status transitions emit from
2794
+ * {@link conversationSharedStorage.messageUpdates$} (same message id, different `status`).
2795
+ */
2796
+ subscribeToMessageStatusChanges(conversationId?: string): Observable<{
2797
+ messageId: string;
2798
+ status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed';
2799
+ timestamp: Date;
2800
+ }>;
2801
+ subscribeToConversationSettingsChanges(_conversationId?: string): Observable<{
2802
+ conversationId: string;
2803
+ settings: Record<string, unknown>;
2804
+ }>;
2805
+ subscribeToDraftChanges(_conversationId?: string): Observable<{
2806
+ conversationId: string;
2807
+ draft: string | null;
2808
+ }>;
2809
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockRealtimeApi, never>;
2810
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockRealtimeApi>;
2811
+ }
2812
+
2813
+ /**
2814
+ * Mock implementation of AXMChatUserApi using conversation shared storage.
2815
+ * Provides user profile, discovery, presence, blocking, and settings operations.
2816
+ */
2817
+ declare class AXCConversationMockUserApi extends AXMChatUserApi {
2818
+ getCurrentUser(): Promise<AXParticipant>;
2819
+ updateProfile(updates: AXUserProfileUpdate): Promise<AXParticipant>;
2820
+ uploadAvatar(file: File): Promise<string>;
2821
+ getUsers(filters?: AXUserSearchFilters): Promise<AXParticipant[]>;
2822
+ searchUsers(query: string): Promise<AXParticipant[]>;
2823
+ getUserById(userId: string): Promise<AXParticipant>;
2824
+ getUsersByIds(userIds: string[]): Promise<AXParticipant[]>;
2825
+ getUserPresence(userId: string): Promise<AXPresenceUpdate>;
2826
+ updatePresence(_status: AXPresenceStatus, _statusText?: string): Promise<void>;
2827
+ blockUser(_userId: string, _reason?: AXBlockReportReason): Promise<void>;
2828
+ unblockUser(_userId: string): Promise<void>;
2829
+ getBlockedUsers(): Promise<string[]>;
2830
+ reportUser(_userId: string, _reason: AXBlockReportReason): Promise<void>;
2831
+ getUserSettings(): Promise<Record<string, unknown>>;
2832
+ updateUserSettings(_settings: Record<string, unknown>): Promise<void>;
2833
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockUserApi, never>;
2834
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockUserApi>;
2835
+ }
2836
+
2729
2837
  /** All seeded participants: synthetic `current-user` plus every security mock user (stable UUID ids). */
2730
2838
  declare const participantMock: AXParticipant[];
2731
2839
  /**
@@ -3801,10 +3909,10 @@ declare const createFileCastMiddleware: AXPEntityStorageMiddleware;
3801
3909
  * Folder Storage Middleware
3802
3910
  *
3803
3911
  * Applies folder-specific behavior via storage layer (no service override):
3804
- * - create: enriches ownership from session, default inherit; after persist syncs parent.folders.
3805
- * - update: after persist, removes from old parent if parentId changed, syncs parent.folders.
3806
- * - delete: before delete loads folder, after delete removes from parent.folders.
3807
- * - getOne: enriches childrenCount/itemsCount and inherited properties (ownership, documentTypes).
3912
+ * - create: enriches ownership from session, default inherit; after persist syncs immediate parent.folders only.
3913
+ * - update: after persist, removes from old parent if parentId changed, syncs immediate parent.folders only.
3914
+ * - delete: before delete loads folder, after delete removes from parent.folders (immediate parent only).
3915
+ * - getOne: merges missing direct children from storage by `parentId`, refreshes each embedded child folder from storage, then enriches counts and inherited properties.
3808
3916
  */
3809
3917
  declare const folderStorageMiddleware: AXPEntityStorageMiddleware;
3810
3918
 
@@ -3982,5 +4090,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
3982
4090
 
3983
4091
  declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
3984
4092
 
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 };
4093
+ export { ACTIVITY_CATEGORIES, ACTIVITY_CATEGORY_ID_BY_KEY, ACTIVITY_DEFINITIONS, AI_ASSIST_MOCK, AI_MODEL_MOCK, APPLICATIONS, APPLICATION_CATEGORY_IDS, APPLICATION_CATEGORY_MOCKS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAiAssistSeeder, AXCAiManagementMockModule, AXCAiModelSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationCategoryDataSeeder, 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, AXCTextTemplateRenderBackend, 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, AXMAiDemisAssistantAssistId, AXMAiModelStableIds, AXMAiPlatformAssistantAssistId, 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_CATEGORY_MOCK, TEAMS_MOCK, TEAM_BUSINESS_UNITS_MOCK, TEAM_CATEGORY_KEY_TO_ID, 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, awaitConversationMockSharedStorage, axVersionDB, axWorkflowExecutionDB, axcPatchEmployeeActivePrimaryBusinessUnitRefsFromRows, axcPatchEmployeeActivePrimaryPositionRefsFromRows, axcPatchEmployeeManagerRefsFromRows, axcResolveCommandRegistrySeedId, axcResolveQueryRegistrySeedId, axcResolveWidgetCatalogSeedId, bankCategory, buildEntityStorageQuickSearchFilter, buildWorkflowInstanceCartableDemoRows, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, chatMessageMock, chatMock, checkboxInterface, childCountMiddleware, clearEntityDefinitionFirestoreCollections, 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 };
4094
+ export type { AXCBookmarkEntity, AXCEntityStorageBackendType, AXCEntityStorageInsertInput, AXCEntityStorageInsertOutput, AXCEntityStorageQueryInput, AXCEntityStorageQueryResult, AXCFirestoreConfig, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCWorkflowExecutionStore, AXMAiManagementAssistMockModel, AXMAiManagementModelMockModel, AXMApplicationManagementApplicationCategoryMockModel, AXMOrganizationManagementBusinessUnitMockModel, AXMOrganizationManagementJobDefinitionMockModel, AXMOrganizationManagementJobLevelMockModel, AXMOrganizationManagementPositionMockModel, AXMOrganizationManagementResponsibilityMockModel, AXMOrganizationManagementTeamBusinessUnitMockModel, AXMOrganizationManagementTeamMemberMockModel, AXMOrganizationManagementTeamMemberRoleMockModel, AXMOrganizationManagementTeamMockModel, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPTextTemplateRenderRequest, AXPTextTemplateRenderResult, AXPVersionChange, AXPVersionEntry, AXPVersionStream, AutomationCommandDto, AutomationMockDto, CanonicalChange, CanonicalChangeOp, EntityDefinitionFirestoreSnapshotFile, FirestoreSnapshotOperation, MockUserPassCredentials, QuestionBankItemCategoryTitle, QuestionBankItemMockDto, QuestionnaireCalculationMockDto, QuestionnaireCalculationMockResultKind, QuestionnaireCategoryTitle, QuestionnaireMockDto, ShowMetaDataFormPopupMockInput, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo, WorkflowInstanceEntityBookmark };