@acorex/connectivity 21.0.0-next.70 → 21.0.0-next.72

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 (18) hide show
  1. package/fesm2022/{acorex-connectivity-mock-acorex-connectivity-mock-DXJDJBvf.mjs → acorex-connectivity-mock-acorex-connectivity-mock-ChTgoKCp.mjs} +4916 -3286
  2. package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-ChTgoKCp.mjs.map +1 -0
  3. package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-B-ZAFQQM.mjs → acorex-connectivity-mock-assign-to-manager.activity-7uIojNj1.mjs} +2 -2
  4. package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-B-ZAFQQM.mjs.map → acorex-connectivity-mock-assign-to-manager.activity-7uIojNj1.mjs.map} +1 -1
  5. package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-DBn-KZft.mjs → acorex-connectivity-mock-chat-generate-image.command-B5cbkpr0.mjs} +23 -26
  6. package/fesm2022/acorex-connectivity-mock-chat-generate-image.command-B5cbkpr0.mjs.map +1 -0
  7. package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-CdhGiZsU.mjs → acorex-connectivity-mock-chat-synthesize-speech.command-rqgbcQxF.mjs} +38 -48
  8. package/fesm2022/acorex-connectivity-mock-chat-synthesize-speech.command-rqgbcQxF.mjs.map +1 -0
  9. package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-D3om-6Pi.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-DMKreUYD.mjs} +2 -2
  10. package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-D3om-6Pi.mjs.map → acorex-connectivity-mock-chat-transcribe-speech.command-DMKreUYD.mjs.map} +1 -1
  11. package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-B_duq_t1.mjs → acorex-connectivity-mock-user-roles-for-list-column.query-CoH1CYkf.mjs} +2 -2
  12. package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-B_duq_t1.mjs.map → acorex-connectivity-mock-user-roles-for-list-column.query-CoH1CYkf.mjs.map} +1 -1
  13. package/fesm2022/acorex-connectivity-mock.mjs +1 -1
  14. package/package.json +2 -2
  15. package/types/acorex-connectivity-mock.d.ts +127 -212
  16. package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-DXJDJBvf.mjs.map +0 -1
  17. package/fesm2022/acorex-connectivity-mock-chat-generate-image.command-DBn-KZft.mjs.map +0 -1
  18. package/fesm2022/acorex-connectivity-mock-chat-synthesize-speech.command-CdhGiZsU.mjs.map +0 -1
@@ -8,11 +8,10 @@ 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
+ import { AXPEntityAggregateRequest, AXPEntityStorageService, AXPEntityQueryAllOptions, AXPEntityQueryAllResult, AXPEntityAggregateOptions, AXPEntityAggregateResult, AXPEntityDefinitionLoader, AXPDataSeeder, AXPRecordStateInfo, AXPMockDto, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
12
12
  import { AXDataSourceFilterOption } from '@acorex/cdk/common';
13
13
  import Dexie, { Table } from 'dexie';
14
14
  import { Firestore } from 'firebase/firestore';
15
- import * as _acorex_platform_common from '@acorex/platform/common';
16
15
  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
16
  import { AXPPropertyDefinition } from '@acorex/platform/domain';
18
17
  import { AXMAiManagementModelEntityModel, AXMAiManagementAssistEntityModel } from '@acorex/modules/ai-management';
@@ -29,14 +28,13 @@ import * as _acorex_platform_workflow from '@acorex/platform/workflow';
29
28
  import { AXPWorkflowInstance, AXPWorkflowEngine, AXPStartWorkflowRequest, AXPStartWorkflowResponse, AXPResumeWorkflowRequest, AXPResumeWorkflowResponse, AXPGetWorkflowStateRequest, AXPWorkflowInstanceState, AXPRevertResumeAfterDeclinedInteractiveContinuationRequest, AXPRevertResumeAfterDeclinedInteractiveContinuationResponse, AXPClaimWorkflowTaskRequest, AXPClaimWorkflowTaskResponse, AXPReassignWorkflowTaskToSelfRequest, AXPReassignWorkflowTaskToSelfResponse, AXPFrontActivityCompleteRequest, AXPFrontActivityCompleteResponse, AXPWorkflowDefinition, AXPWorkflowGraph, AXPActivityCategory, AXPActivityDefinition, AXPWorkflowCategory } from '@acorex/platform/workflow';
30
29
  import { AXMWorkflowManagementWorkflowDefinitionEntityModel } from '@acorex/modules/workflow-management';
31
30
  import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
32
- import { AXConversationCreateData, AXConversation, AXPagination, AXConversationFilters, AXPaginatedResult, AXConversationUpdateData, AXParticipant, AXParticipantUpdate, AXConversationSettingsUpdate, AXSendMessageCommand, AXMessage, AXMessagePayload, AXMessageSearchFilters, AXReadReceipt, AXMessageForwardData, AXPinnedMessage, AXConnectionStatus, AXConnectionOptions, AXConnectionEvent, AXTypingIndicator, AXPresenceUpdate, AXNotificationEvent, AXCallEvent, AXUploaderRequest, AXUploaderResult, AXUploaderReference, AXUserProfileUpdate, AXUserSearchFilters, AXPresenceStatus, AXBlockReportReason } from '@acorex/components/conversation2';
33
- import { AXMChatConversationApi, AXMChatMessageApi, AXMChatRealtimeApi, AXMChatUploaderApi, AXMChatUserApi } 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';
34
33
  import { Observable } from 'rxjs';
35
34
  import { ShowMetaDataFormPopupCommand, ShowMetaDataFormPopupInput, ResolveGroupsResult } from '@acorex/modules/data-management';
36
35
  import { AXPDynamicFormGroupDefinition } from '@acorex/platform/layout/builder';
37
36
  import { AXMCommonDashboardEntityModel, AXMDashboardWidgetLayoutMap } from '@acorex/modules/dashboard-management';
38
- import * as dist_libs_modules_types_acorex_modules_calendar_management from 'dist/libs/modules/types/acorex-modules-calendar-management';
39
- import { AXMCalendarManagementCalendarEventTypeEntityModel } from '@acorex/modules/calendar-management';
37
+ import { AXMCalendarManagementCalendarEntityModel, AXMCalendarManagementCalendarOccasionEntityModel, AXMCalendarManagementCalendarOccasionTypeEntityModel } from '@acorex/modules/calendar-management';
40
38
  import { AXPWidgetNode } from '@acorex/platform/layout/widget-core';
41
39
  import { AXPIdentifierRule, AXPChecksumProvider, AXPClockProvider, AXPLookupProvider, AXPPolicyProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
42
40
  export { AXC_TEXT_TEMPLATE_RENDER_COMMAND_KEY } from '@acorex/modules/content-management';
@@ -1034,6 +1032,10 @@ declare const AXMAiModelStableIds: {
1034
1032
  readonly openrouterGpt54Nano: "a0000001-0000-4000-8000-000000000080";
1035
1033
  readonly openrouterGpt54Mini: "a0000001-0000-4000-8000-000000000081";
1036
1034
  readonly openrouterGpt54: "a0000001-0000-4000-8000-000000000082";
1035
+ readonly openrouterGrokImagineImageQuality: "a0000001-0000-4000-8000-000000000083";
1036
+ readonly openrouterGemini31FlashTtsPreview: "a0000001-0000-4000-8000-000000000084";
1037
+ readonly openrouterKokoro82m: "a0000001-0000-4000-8000-000000000085";
1038
+ readonly openrouterGrokVoiceTts10: "a0000001-0000-4000-8000-000000000086";
1037
1039
  };
1038
1040
  /**
1039
1041
  * Catalog mock rows. Monetary fields are USD per 1M tokens (Standard / paid tier) unless noted.
@@ -1225,6 +1227,14 @@ interface QuestionBankItemMockDto extends AXPCategorizedEntityDto {
1225
1227
  estimatedTime?: number;
1226
1228
  categoryIds: string[];
1227
1229
  categories: AXPCategoryListItem[];
1230
+ /** Registered catalog scope keys (see module catalog scope providers). */
1231
+ catalogScopeKeys?: string[];
1232
+ /** Resolved scope labels for list display (enriched by catalog-scope resolver middleware). */
1233
+ catalogScopes?: Array<{
1234
+ name: string;
1235
+ title: AXPMultiLanguageString | string;
1236
+ cssClass?: string;
1237
+ }>;
1228
1238
  createdAt: Date;
1229
1239
  updatedAt: Date;
1230
1240
  }
@@ -1295,6 +1305,14 @@ interface QuestionnaireMockDto extends Omit<AXPCategorizedEntityDto, 'categories
1295
1305
  requireAllAnswers: boolean;
1296
1306
  categoryIds: string[];
1297
1307
  categories: QuestionnaireCategoryMockEntity[];
1308
+ /** Registered catalog scope keys (module providers). */
1309
+ catalogScopeKeys?: string[];
1310
+ /** Resolved labels for list columns (optional on seed; enriched on read). */
1311
+ catalogScopes?: Array<{
1312
+ name: string;
1313
+ title: AXPMultiLanguageString | string;
1314
+ cssClass?: string;
1315
+ }>;
1298
1316
  createdAt: Date;
1299
1317
  updatedAt: Date;
1300
1318
  }
@@ -1331,15 +1349,19 @@ declare class AXMQuestionnaireCategoryDataSeeder implements AXPDataSeeder {
1331
1349
  }
1332
1350
 
1333
1351
  declare class AXMQuestionBankItemDataSeeder implements AXPDataSeeder {
1334
- private storage;
1352
+ private readonly storage;
1335
1353
  seed(): Promise<void>;
1354
+ /** Patches catalog scope fields when initial seed skipped existing rows. */
1355
+ private syncCatalogScopesFromMocks;
1336
1356
  static ɵfac: i0.ɵɵFactoryDeclaration<AXMQuestionBankItemDataSeeder, never>;
1337
1357
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMQuestionBankItemDataSeeder>;
1338
1358
  }
1339
1359
 
1340
1360
  declare class AXMQuestionnaireDataSeeder implements AXPDataSeeder {
1341
- private storage;
1361
+ private readonly storage;
1342
1362
  seed(): Promise<void>;
1363
+ /** Patches catalog scope fields when initial seed skipped existing rows. */
1364
+ private syncCatalogScopesFromMocks;
1343
1365
  static ɵfac: i0.ɵɵFactoryDeclaration<AXMQuestionnaireDataSeeder, never>;
1344
1366
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMQuestionnaireDataSeeder>;
1345
1367
  }
@@ -1465,6 +1487,10 @@ declare class AXPSecurityManagementUserDataSeeder implements AXPDataSeeder {
1465
1487
  * Aligns stored user ownership with mock data so tenant-scoped list filtering works after re-seeds.
1466
1488
  */
1467
1489
  private syncOwnershipInfoFromMock;
1490
+ /**
1491
+ * Backfills audit created time for seeded users so profile "Joined" metadata is available in demo.
1492
+ */
1493
+ private syncAuditInfoFromMock;
1468
1494
  /**
1469
1495
  * Keeps MAGFA collaboration demo user aligned with the conversation-only role in storage.
1470
1496
  */
@@ -1725,57 +1751,19 @@ declare class AXMEmploymentTypeDataSeeder implements AXPDataSeeder {
1725
1751
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmploymentTypeDataSeeder>;
1726
1752
  }
1727
1753
 
1728
- declare const LEAVE_REQUEST_STATUS_DEFINITIONS: readonly [{
1729
- readonly name: _acorex_platform_common.AXPSystemStatusType.Pending;
1730
- readonly title: string;
1731
- readonly icon: "fa-light fa-clock";
1732
- readonly color: "warning";
1733
- readonly description: string;
1734
- readonly order: 1;
1735
- readonly isInitial: true;
1736
- readonly isFinal: false;
1737
- }, {
1738
- readonly name: _acorex_platform_common.AXPSystemStatusType.Approved;
1739
- readonly title: string;
1740
- readonly icon: "fa-light fa-check-circle";
1741
- readonly color: "success";
1742
- readonly description: string;
1743
- readonly order: 3;
1744
- readonly isInitial: false;
1745
- readonly isFinal: false;
1746
- }, {
1747
- readonly name: _acorex_platform_common.AXPSystemStatusType.Rejected;
1748
- readonly title: string;
1749
- readonly icon: "fa-light fa-times-circle";
1750
- readonly color: "danger";
1751
- readonly description: string;
1752
- readonly order: 6;
1753
- readonly isInitial: false;
1754
- readonly isFinal: true;
1755
- }, {
1756
- readonly name: _acorex_platform_common.AXPSystemStatusType.Cancelled;
1757
- readonly title: string;
1758
- readonly icon: "fa-light fa-times-circle";
1759
- readonly color: "neutral";
1760
- readonly description: string;
1761
- readonly order: 6;
1762
- readonly isInitial: false;
1763
- readonly isFinal: true;
1764
- }];
1765
- type LeaveRequestStatusId = (typeof LEAVE_REQUEST_STATUS_DEFINITIONS)[number]['name'];
1766
1754
  interface AXCLeaveRequestMockDto {
1767
1755
  id: string;
1768
1756
  employeeId: string;
1769
- employee?: any;
1757
+ employee?: unknown;
1770
1758
  leaveTypeId: string;
1771
- leaveType?: any;
1759
+ leaveType?: unknown;
1772
1760
  startDate: Date;
1773
1761
  endDate: Date;
1774
1762
  durationDays: number;
1775
1763
  reason?: string;
1776
- statusId: LeaveRequestStatusId;
1764
+ statusId: string;
1777
1765
  status?: {
1778
- id: LeaveRequestStatusId;
1766
+ id: string;
1779
1767
  title: string;
1780
1768
  };
1781
1769
  }
@@ -2178,6 +2166,10 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
2178
2166
  private reassignTaskOnWorkflowInstanceEntity;
2179
2167
  private canReassignTaskToSelf;
2180
2168
  private validateHumanTaskReassignPayload;
2169
+ /**
2170
+ * Persists human-task assignment on workflow variables so history can resolve assignee after bookmark consumption.
2171
+ */
2172
+ private buildStepAssignmentAuditPatch;
2181
2173
  private buildReassignAuditVariablePatch;
2182
2174
  /**
2183
2175
  * Activities that suspend for the task board (inbox), same completion path as human-task.
@@ -2429,7 +2421,6 @@ declare function enrichWorkflowGraph(graph: AXPWorkflowGraph): AXPWorkflowGraph;
2429
2421
  declare const workflowDefinitionMock: AXPWorkflowDefinition[];
2430
2422
  declare const workflowDefinitionIds: {
2431
2423
  documentReview: string;
2432
- fillQuestionnaireForm: string;
2433
2424
  };
2434
2425
  /**
2435
2426
  * Mock workflow definition entities for the entity list and seeder.
@@ -2558,6 +2549,7 @@ type extraFields$1 = {
2558
2549
  };
2559
2550
  declare class AXPTaskBoardProjectManagementTaskProvider extends AXPWorkflowTaskProvider<extraFields$1> {
2560
2551
  private calendarService;
2552
+ private dueStatusProviderService;
2561
2553
  private list;
2562
2554
  get name(): string;
2563
2555
  get title(): string;
@@ -2591,6 +2583,7 @@ type extraFields = {
2591
2583
  };
2592
2584
  declare class AXPTaskBoardPlatformManagementTaskProvider extends AXPWorkflowTaskProvider<extraFields> {
2593
2585
  private calendarService;
2586
+ private dueStatusProviderService;
2594
2587
  private list;
2595
2588
  get name(): string;
2596
2589
  get title(): string;
@@ -2728,6 +2721,7 @@ declare abstract class AXCTextTemplateRenderBackend {
2728
2721
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateRenderBackend>;
2729
2722
  }
2730
2723
 
2724
+ declare function registerConversationMockAfterHydration(hook: () => void): void;
2731
2725
  declare function awaitConversationMockSharedStorage(): Promise<void>;
2732
2726
 
2733
2727
  /**
@@ -2739,6 +2733,7 @@ declare function awaitConversationMockSharedStorage(): Promise<void>;
2739
2733
  declare class AXCConversationMockConversationApi extends AXMChatConversationApi {
2740
2734
  private readonly translation;
2741
2735
  private readonly notificationService;
2736
+ reportFocusedConversation(conversationId: string | null): void;
2742
2737
  private isConversationPinned;
2743
2738
  private conversationLastMessageMs;
2744
2739
  createConversation(data: AXConversationCreateData): Promise<AXConversation>;
@@ -2794,12 +2789,20 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2794
2789
  private readonly notificationService;
2795
2790
  private readonly aiChatRouter;
2796
2791
  private readonly fileStorage;
2792
+ private readonly assistBackgroundOperation;
2793
+ private readonly translationService;
2794
+ /** Cached agent catalog titles for background-operation tool status text. */
2795
+ private readonly assistToolDisplayTitleByAgentId;
2797
2796
  private readonly assistRowData;
2798
2797
  private readonly agentRowData;
2798
+ /** Placeholder message ids with an in-flight {@link #generateAiChatResponse} run. */
2799
+ private readonly activeAssistGenerations;
2800
+ constructor();
2799
2801
  /** Session / locale snapshot for assist engine runs (prompt assembly stays in mock AI engine). */
2800
2802
  private resolvePlatformRuntimeContextForRun;
2801
2803
  sendMessage(command: AXSendMessageCommand): Promise<AXMessage>;
2802
2804
  getMessage(messageId: string): Promise<AXMessage>;
2805
+ retryAssistResponse(conversationId: string, messageId: string): Promise<AXMessage>;
2803
2806
  getMessages(conversationId: string, pagination: AXPagination): Promise<AXPaginatedResult<AXMessage>>;
2804
2807
  editMessage(messageId: string, payload: AXMessagePayload): Promise<AXMessage>;
2805
2808
  deleteMessage(messageId: string, _forEveryone?: boolean): Promise<void>;
@@ -2834,6 +2837,11 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2834
2837
  exportMessages(_conversationId: string, _format: 'json' | 'csv' | 'txt'): Promise<string | Blob>;
2835
2838
  private storeMessage;
2836
2839
  private createNotificationForIncomingMessage;
2840
+ /**
2841
+ * Notifies when an assist response finishes. Placeholders are published without {@link #storeMessage}.
2842
+ */
2843
+ private createNotificationForAssistResponseComplete;
2844
+ private persistChatNotification;
2837
2845
  private markNotificationsAsReadForMessages;
2838
2846
  private toUserReference;
2839
2847
  /**
@@ -2848,6 +2856,11 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2848
2856
  private shouldGenerateAssistConversationTitle;
2849
2857
  private generateAssistConversationTitle;
2850
2858
  private normalizeConversationTitle;
2859
+ /**
2860
+ * Starts or resumes assist generation for the user turn anchored by {@link userMessageId}.
2861
+ * Reuses an existing incomplete/failed/stale placeholder for that turn instead of appending another AI bubble.
2862
+ */
2863
+ private startAssistResponseGeneration;
2851
2864
  private generateAiChatResponse;
2852
2865
  /**
2853
2866
  * Demis has no delegated follow-up agent — run {@link AXMAiDemisGeneralAssistId} (no `agent_uuid`)
@@ -2871,6 +2884,8 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2871
2884
  private enrichAssistPayloadLineWithFollowUpFromToolCalls;
2872
2885
  private mergeAssistRunUsageTotals;
2873
2886
  private createPlaceholderMessage;
2887
+ /** Inserts a paragraph break before the next streamed assistant narration part. */
2888
+ private appendAssistStreamPartBreak;
2874
2889
  private applyStreamDeltas;
2875
2890
  private publishPlaceholderMessage;
2876
2891
  /**
@@ -2894,6 +2909,8 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2894
2909
  * segments that the supervisor already relayed in an assistant turn.
2895
2910
  */
2896
2911
  private buildAssistPayloadLineForMessage;
2912
+ /** First text segment from the user-facing assist payload line (joined supervisor narration). */
2913
+ private extractAssistPayloadAnswerText;
2897
2914
  /**
2898
2915
  * When the supervisor already emitted chart/file nodes, drop the same segments from
2899
2916
  * `agent_result` tool rows so the stored assist payload is not built twice.
@@ -2918,6 +2935,32 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2918
2935
  */
2919
2936
  private buildAiMessages;
2920
2937
  private isStreamingPlaceholder;
2938
+ /** Incomplete, failed, or in-flight assist placeholders must not be sent to the model. */
2939
+ private isExcludedAssistPlaceholderForAiContext;
2940
+ /**
2941
+ * Marks persisted streaming placeholders as incomplete when no generation is active
2942
+ * (e.g. user closed the browser mid-stream).
2943
+ */
2944
+ private reconcileStaleAssistPlaceholders;
2945
+ /** Clears persisted `isTyping` when no assist generation is active for that conversation. */
2946
+ private reconcileStaleConversationTyping;
2947
+ private getSortedConversationMessages;
2948
+ private isAssistResponseMessage;
2949
+ private findLatestUserMessage;
2950
+ private findAssistPlaceholderAfterUserMessage;
2951
+ private findPrecedingUserMessageForAssist;
2952
+ private findReuseableAssistPlaceholderForLatestUserTurn;
2953
+ private pruneDuplicateAssistPlaceholdersInTurn;
2954
+ private clearAssistTypingForConversation;
2955
+ private trackAssistBackgroundOperationStart;
2956
+ private trackAssistBackgroundOperationStreaming;
2957
+ private resolveAssistToolDisplayTitle;
2958
+ private trackAssistBackgroundOperationTool;
2959
+ private trackAssistBackgroundOperationComplete;
2960
+ private trackAssistBackgroundOperationFailed;
2961
+ private markAssistResponseIncomplete;
2962
+ private markAssistResponseFailed;
2963
+ private resetAssistPlaceholderForRetry;
2921
2964
  private extractLatestAssistantContent;
2922
2965
  /**
2923
2966
  * Maps a stored conversation message to a platform {@link AXPAiChatMessage}.
@@ -2940,6 +2983,7 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2940
2983
  private transcribeUserAudioMedia;
2941
2984
  /** Reply timestamps must be strictly after the latest user message (avoids same-ms ordering glitches). */
2942
2985
  private resolveReplyTimestampAfterUserMessages;
2986
+ private extractMessageTextForNotification;
2943
2987
  private extractMessageText;
2944
2988
  private getAssistParticipantId;
2945
2989
  private setConversationTyping;
@@ -3020,16 +3064,19 @@ declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
3020
3064
  }
3021
3065
 
3022
3066
  /**
3023
- * Mock {@link AXUploaderApi} backed by {@link AXPFileStorageService} for conversation chat attachments.
3067
+ * Mock conversation upload handler listens to {@link AXUploaderService} events and
3068
+ * persists chat attachments via {@link AXPFileStorageService}.
3024
3069
  */
3025
- declare class AXCConversationMockUploaderApi extends AXMChatUploaderApi {
3070
+ declare class AXCConversationMockUploaderService {
3071
+ private readonly uploader;
3072
+ private readonly destroyRef;
3026
3073
  private readonly fileStorage;
3027
- private readonly fileService;
3028
- upload(request: AXUploaderRequest): Promise<AXUploaderResult>;
3029
- resolveUrl(reference: AXUploaderReference, _signal?: AbortSignal): Promise<string>;
3030
- deleteMedia(reference: AXUploaderReference): Promise<void>;
3031
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockUploaderApi, never>;
3032
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockUploaderApi>;
3074
+ constructor();
3075
+ private handleUpload;
3076
+ private resolveUrl;
3077
+ private deleteMedia;
3078
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockUploaderService, never>;
3079
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockUploaderService>;
3033
3080
  }
3034
3081
 
3035
3082
  /**
@@ -3293,106 +3340,13 @@ declare class AXMDashboardChartDataSourceDefinition implements AXPDataSourceDefi
3293
3340
  items(): Promise<AXPDataSourceDefinition[]>;
3294
3341
  }
3295
3342
 
3296
- declare const calendarMock: ({
3297
- id: string;
3298
- name: string;
3299
- title: string;
3300
- description: string;
3301
- calendarTypeId: string;
3302
- calendarType: {
3303
- id: string;
3304
- title: string;
3305
- };
3306
- parentId: null;
3307
- parent: null;
3308
- weekends: string[];
3309
- firstDayOfWeek: string;
3310
- workingHours: {
3311
- start: string;
3312
- end: string;
3313
- breakStart: string;
3314
- breakEnd: string;
3315
- };
3316
- timeZone: string;
3317
- isTemplate: boolean;
3318
- isActive: boolean;
3319
- order: number;
3320
- notes: string;
3321
- created: {
3322
- at: Date;
3323
- };
3324
- updated: {
3325
- at: Date;
3326
- };
3327
- scope?: undefined;
3328
- scopeEntityId?: undefined;
3329
- } | {
3330
- id: string;
3331
- name: string;
3332
- title: string;
3333
- description: string;
3334
- calendarTypeId: string;
3335
- calendarType: {
3336
- id: string;
3337
- title: string;
3338
- };
3339
- parentId: null;
3340
- parent: null;
3341
- scope: string;
3342
- scopeEntityId: null;
3343
- weekends: string[];
3344
- firstDayOfWeek: string;
3345
- workingHours: {
3346
- start: string;
3347
- end: string;
3348
- breakStart: string;
3349
- breakEnd: string;
3350
- };
3351
- timeZone: string;
3352
- isTemplate: boolean;
3353
- isActive: boolean;
3354
- order: number;
3355
- notes: string;
3356
- created: {
3357
- at: Date;
3358
- };
3359
- updated: {
3360
- at: Date;
3361
- };
3362
- } | {
3363
- id: string;
3364
- name: string;
3365
- title: string;
3366
- description: string;
3367
- calendarTypeId: string;
3368
- calendarType: {
3369
- id: string;
3370
- title: string;
3371
- };
3372
- parentId: null;
3373
- parent: null;
3374
- scope: string;
3375
- scopeEntityId: string;
3376
- weekends: string[];
3377
- firstDayOfWeek: string;
3378
- workingHours: {
3379
- start: string;
3380
- end: string;
3381
- breakStart: string;
3382
- breakEnd: string;
3383
- };
3384
- timeZone: string;
3385
- isTemplate: boolean;
3386
- isActive: boolean;
3387
- order: number;
3388
- notes: string;
3389
- created: {
3390
- at: Date;
3391
- };
3392
- updated: {
3393
- at: Date;
3394
- };
3395
- })[];
3343
+ declare const MOCK_CALENDAR_IRAN_PERSIAN_ID = "c0010001-0000-4000-a000-000000000001";
3344
+ declare const MOCK_CALENDAR_INTERNATIONAL_GREGORIAN_ID = "c0010002-0000-4000-a000-000000000002";
3345
+ declare const MOCK_CALENDAR_AUSTRALIA_ID = "c0010003-0000-4000-a000-000000000003";
3346
+ declare const MOCK_CALENDAR_NEW_ZEALAND_ID = "c0010004-0000-4000-a000-000000000004";
3347
+
3348
+ type CalendarMockDto = AXPMockDto<string> & Pick<AXMCalendarManagementCalendarEntityModel, 'name' | 'title' | 'description' | 'isActive'>;
3349
+ declare const calendarMock: CalendarMockDto[];
3396
3350
 
3397
3351
  declare class AXCCalendarDataSeeder implements AXPDataSeeder {
3398
3352
  private readonly storageService;
@@ -3401,66 +3355,27 @@ declare class AXCCalendarDataSeeder implements AXPDataSeeder {
3401
3355
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCCalendarDataSeeder>;
3402
3356
  }
3403
3357
 
3404
- declare const calendarEventMock: ({
3405
- id: string;
3406
- calendarId: string;
3407
- calendar: {
3408
- id: string;
3409
- title: string;
3410
- };
3411
- title: string;
3412
- description: string;
3413
- typeId: string;
3414
- type: dist_libs_modules_types_acorex_modules_calendar_management.AXMCalendarManagementCalendarEventTypeEntityModel;
3415
- date: Date;
3416
- isRecurring: boolean;
3417
- recurrenceRule: string;
3418
- isActive: boolean;
3419
- order: number;
3420
- created: {
3421
- at: Date;
3422
- };
3423
- updated: {
3424
- at: Date;
3425
- };
3426
- } | {
3427
- id: string;
3428
- calendarId: string;
3429
- calendar: {
3430
- id: string;
3431
- title: string;
3432
- };
3433
- title: string;
3434
- description: string;
3435
- typeId: string;
3436
- type: dist_libs_modules_types_acorex_modules_calendar_management.AXMCalendarManagementCalendarEventTypeEntityModel;
3437
- date: Date;
3438
- isRecurring: boolean;
3439
- recurrenceRule: null;
3440
- isActive: boolean;
3441
- order: number;
3442
- created: {
3443
- at: Date;
3444
- };
3445
- updated: {
3446
- at: Date;
3447
- };
3448
- })[];
3358
+ type CalendarOccasionMockDto = AXPMockDto<string> & Pick<AXMCalendarManagementCalendarOccasionEntityModel, 'calendarId' | 'title' | 'description' | 'typeId' | 'date' | 'isRecurring' | 'recurrenceRule' | 'isPublicHoliday' | 'isActive' | 'order'>;
3359
+ declare const calendarOccasionMock: CalendarOccasionMockDto[];
3360
+ /** Adds lookup snapshots required for list columns (type.title); seed DTO stays scalar-only. */
3361
+ declare function enrichCalendarOccasionForStorage(row: CalendarOccasionMockDto): AXMCalendarManagementCalendarOccasionEntityModel;
3362
+ declare const calendarOccasionSeedData: AXMCalendarManagementCalendarOccasionEntityModel[];
3449
3363
 
3450
- declare class AXCCalendarEventDataSeeder implements AXPDataSeeder {
3364
+ declare class AXCCalendarOccasionDataSeeder implements AXPDataSeeder {
3451
3365
  private readonly storageService;
3452
3366
  seed(): Promise<void>;
3453
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCCalendarEventDataSeeder, never>;
3454
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCCalendarEventDataSeeder>;
3367
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCCalendarOccasionDataSeeder, never>;
3368
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCCalendarOccasionDataSeeder>;
3455
3369
  }
3456
3370
 
3457
- declare const calendarEventTypeMockData: AXMCalendarManagementCalendarEventTypeEntityModel[];
3371
+ type CalendarOccasionTypeMockDto = AXPMockDto<string> & Pick<AXMCalendarManagementCalendarOccasionTypeEntityModel, 'title' | 'description' | 'isPublicHoliday' | 'color' | 'icon' | 'isActive'>;
3372
+ declare const calendarOccasionTypeMockData: CalendarOccasionTypeMockDto[];
3458
3373
 
3459
- declare class AXMCalendarEventTypeSeeder implements AXPDataSeeder {
3374
+ declare class AXMCalendarOccasionTypeSeeder implements AXPDataSeeder {
3460
3375
  private readonly storageService;
3461
3376
  seed(): Promise<void>;
3462
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMCalendarEventTypeSeeder, never>;
3463
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMCalendarEventTypeSeeder>;
3377
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCalendarOccasionTypeSeeder, never>;
3378
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMCalendarOccasionTypeSeeder>;
3464
3379
  }
3465
3380
 
3466
3381
  declare const meetingIds: {
@@ -4296,5 +4211,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
4296
4211
 
4297
4212
  declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
4298
4213
 
4299
- 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, AXCConversationMockUploaderApi, 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, AXMAiDemisAssistAgentUuid, AXMAiDemisAssistId, AXMAiDemisGeneralAssistId, AXMAiModelStableIds, AXMAiPlatformAssistantAssistId, AXMAutomationDataSeeder, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMDashboardChartDataSourceDefinition, AXMEmployeeDataSeeder, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMJobDefinitionDataSeeder, AXMJobLevelDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, 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, COLLABORATION_STANDARD, 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, MAGFA_COMMERCE_STANDARD, MAGFA_CONVERSATION_DASHBOARD, MAGFA_TENANT_ID, 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, attachmentsInterface, 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, createWorkflowDefinitionEntityMock, dateInterface, dateTimeInterface, descriptionInterface, documentFolderSyncMiddleware, emailInterface, enrichWorkflowGraph, entityDefDb, entityValidationMiddleware, 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, questionnaireMock, ratingInterface, richTextInterface, scaleInterface, selectInterface, selectionListInterface, sexAtBirthInterface, signatureInterface, statusDefaultMiddleware, tagInterface, tenantMocks, textAreaInterface, textInterface, timeDurationInterface, titleInterface, toUiRows, toggleInterface, tokenCategoryIds, tokenCategoryMocks, urlInterface, versionInterface, visibilityFilterMiddleware, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock, yesNoInterface };
4214
+ 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, AXCCalendarManagementMockModule, AXCCalendarOccasionDataSeeder, AXCCommandRegistryDataSeeder, AXCCommonMockModule, AXCContactCoreMockModule, AXCContentManagementMockModule, AXCConversationDataSeeder, AXCConversationMockConversationApi, AXCConversationMockMessageApi, AXCConversationMockModule, AXCConversationMockRealtimeApi, AXCConversationMockUploaderService, 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, AXMAiDemisAssistAgentUuid, AXMAiDemisAssistId, AXMAiDemisGeneralAssistId, AXMAiModelStableIds, AXMAiPlatformAssistantAssistId, AXMAutomationDataSeeder, AXMBusinessUnitDataSeeder, AXMCalendarOccasionTypeSeeder, AXMDashboardChartDataSourceDefinition, AXMEmployeeDataSeeder, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMJobDefinitionDataSeeder, AXMJobLevelDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, 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, COLLABORATION_STANDARD, 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, MAGFA_COMMERCE_STANDARD, MAGFA_CONVERSATION_DASHBOARD, MAGFA_TENANT_ID, METADATA_CATEGORY_IDS, METADATA_GENERAL_CATEGORY_REFS, METADATA_SYSTEM_CATEGORY_REFS, MLC, MOCK_CALENDAR_AUSTRALIA_ID, MOCK_CALENDAR_INTERNATIONAL_GREGORIAN_ID, MOCK_CALENDAR_IRAN_PERSIAN_ID, MOCK_CALENDAR_NEW_ZEALAND_ID, 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, attachmentsInterface, automationCommandMiddleware, automationMock, avatarInterface, awaitConversationMockSharedStorage, axVersionDB, axWorkflowExecutionDB, axcPatchEmployeeActivePrimaryBusinessUnitRefsFromRows, axcPatchEmployeeActivePrimaryPositionRefsFromRows, axcPatchEmployeeManagerRefsFromRows, axcResolveCommandRegistrySeedId, axcResolveQueryRegistrySeedId, axcResolveWidgetCatalogSeedId, bankCategory, buildEntityStorageQuickSearchFilter, buildWorkflowInstanceCartableDemoRows, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarMock, calendarOccasionMock, calendarOccasionSeedData, calendarOccasionTypeMockData, chatMessageMock, chatMock, checkboxInterface, childCountMiddleware, clearEntityDefinitionFirestoreCollections, colorInterface, computeDiff, contactInterface, conversationDemoSeedUserIds, createFileCastMiddleware, createWidgetLayoutConfig, createWorkflowDefinitionEntityMock, dateInterface, dateTimeInterface, descriptionInterface, documentFolderSyncMiddleware, emailInterface, enrichCalendarOccasionForStorage, enrichWorkflowGraph, entityDefDb, entityValidationMiddleware, 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, questionnaireMock, ratingInterface, registerConversationMockAfterHydration, richTextInterface, scaleInterface, selectInterface, selectionListInterface, sexAtBirthInterface, signatureInterface, statusDefaultMiddleware, tagInterface, tenantMocks, textAreaInterface, textInterface, timeDurationInterface, titleInterface, toUiRows, toggleInterface, tokenCategoryIds, tokenCategoryMocks, urlInterface, versionInterface, visibilityFilterMiddleware, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock, yesNoInterface };
4300
4215
  export type { AXCBookmarkEntity, AXCEntityStorageBackendType, AXCEntityStorageInsertInput, AXCEntityStorageInsertOutput, AXCEntityStorageQueryInput, AXCEntityStorageQueryResult, AXCFirestoreConfig, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCWorkflowExecutionStore, AXMAiManagementAssistDemisMockMetadata, 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, CreateWorkflowDefinitionEntityMockOptions, EntityDefinitionFirestoreSnapshotFile, FirestoreSnapshotOperation, MockUserPassCredentials, QuestionBankItemCategoryTitle, QuestionBankItemMockDto, QuestionnaireCategoryTitle, QuestionnaireMockDto, ShowMetaDataFormPopupMockInput, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo, WorkflowInstanceEntityBookmark };