@acorex/connectivity 21.0.0-next.64 → 21.0.0-next.67

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-C6axmkB2.mjs → acorex-connectivity-mock-acorex-connectivity-mock-0h4KR9DL.mjs} +24883 -22939
  2. package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-0h4KR9DL.mjs.map +1 -0
  3. package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-Dau7E9wl.mjs → acorex-connectivity-mock-assign-to-manager.activity-DR_QQMhA.mjs} +2 -2
  4. package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-Dau7E9wl.mjs.map → acorex-connectivity-mock-assign-to-manager.activity-DR_QQMhA.mjs.map} +1 -1
  5. package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-CckAjEoF.mjs → acorex-connectivity-mock-chat-generate-image.command-D6J0xCjZ.mjs} +9 -3
  6. package/fesm2022/acorex-connectivity-mock-chat-generate-image.command-D6J0xCjZ.mjs.map +1 -0
  7. package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-CJqZSfNK.mjs → acorex-connectivity-mock-chat-synthesize-speech.command-D66e7J-F.mjs} +5 -4
  8. package/fesm2022/acorex-connectivity-mock-chat-synthesize-speech.command-D66e7J-F.mjs.map +1 -0
  9. package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BDHOQPlw.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-D_mclluL.mjs} +2 -2
  10. package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BDHOQPlw.mjs.map → acorex-connectivity-mock-chat-transcribe-speech.command-D_mclluL.mjs.map} +1 -1
  11. package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-BQ3gSYPz.mjs → acorex-connectivity-mock-user-roles-for-list-column.query-BLkdnyel.mjs} +2 -2
  12. package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-BQ3gSYPz.mjs.map → acorex-connectivity-mock-user-roles-for-list-column.query-BLkdnyel.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 +132 -40
  16. package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-C6axmkB2.mjs.map +0 -1
  17. package/fesm2022/acorex-connectivity-mock-chat-generate-image.command-CckAjEoF.mjs.map +0 -1
  18. package/fesm2022/acorex-connectivity-mock-chat-synthesize-speech.command-CJqZSfNK.mjs.map +0 -1
@@ -26,11 +26,11 @@ import { AXMOrganizationManagementBusinessUnitEntityModel, AXMOrganizationManage
26
26
  import { AXMHumanCapitalManagementEmploymentTypeEntityModel } from '@acorex/modules/human-capital-management';
27
27
  import { AXMPersonCorePersonEntityModel, AXMPersonCorePersonIdentifierTypeEntityModel } from '@acorex/modules/person-core';
28
28
  import * as _acorex_platform_workflow from '@acorex/platform/workflow';
29
- import { AXPWorkflowInstance, AXPWorkflowEngine, AXPStartWorkflowRequest, AXPStartWorkflowResponse, AXPResumeWorkflowRequest, AXPResumeWorkflowResponse, AXPGetWorkflowStateRequest, AXPWorkflowInstanceState, AXPClaimWorkflowTaskRequest, AXPClaimWorkflowTaskResponse, AXPReassignWorkflowTaskToSelfRequest, AXPReassignWorkflowTaskToSelfResponse, AXPFrontActivityCompleteRequest, AXPFrontActivityCompleteResponse, AXPWorkflowDefinition, AXPActivityCategory, AXPActivityDefinition, AXPWorkflowCategory } from '@acorex/platform/workflow';
29
+ 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
30
  import { AXMWorkflowManagementWorkflowDefinitionEntityModel } from '@acorex/modules/workflow-management';
31
31
  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, AXUserProfileUpdate, AXUserSearchFilters, AXPresenceStatus, AXBlockReportReason } from '@acorex/components/conversation2';
33
- import { AXMChatConversationApi, AXMChatMessageApi, AXMChatRealtimeApi, AXMChatUserApi } from '@acorex/modules/conversation';
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';
34
34
  import { Observable } from 'rxjs';
35
35
  import { ShowMetaDataFormPopupCommand, ShowMetaDataFormPopupInput, ResolveGroupsResult } from '@acorex/modules/data-management';
36
36
  import { AXPDynamicFormGroupDefinition } from '@acorex/platform/layout/builder';
@@ -320,6 +320,12 @@ declare class AXCMaintenanceManagementMockModule {
320
320
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCMaintenanceManagementMockModule>;
321
321
  }
322
322
 
323
+ declare class AXCWorkplaceSafetyManagementMockModule {
324
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkplaceSafetyManagementMockModule, never>;
325
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCWorkplaceSafetyManagementMockModule, never, never, never>;
326
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCWorkplaceSafetyManagementMockModule>;
327
+ }
328
+
323
329
  /**
324
330
  * Provides entity definition loaders (Dexie, Firestore via AXCStoredEntityDefinitionLoader),
325
331
  * CRUD service for management UI, seeder, and registration of module manifests from the same store.
@@ -340,7 +346,7 @@ declare class AXCMiddlewaresModule {
340
346
  declare class AXCMockModule {
341
347
  constructor(appInitService: AXPAppStartUpService, injector: Injector);
342
348
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
343
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCBusinessCoreMockModule, typeof AXCCustomerManagementMockModule, typeof AXCSupplierManagementMockModule, typeof AXCProcurementManagementMockModule, typeof AXCOrderManagementMockModule, typeof AXCTenantManagementMockModule, typeof AXCSubscriptionManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCContactCoreMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCAssessmentManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCAiManagementMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCLearningManagementMockModule, typeof AXCAssetManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPersonCoreMockModule, typeof AXCHealthCoreMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCFinancialCoreMockModule, typeof AXCMeasurementCoreMockModule, typeof AXCProductCatalogMockModule, typeof AXCReservationManagementMockModule, typeof AXCMaintenanceManagementMockModule, typeof AXCMiddlewaresModule], never>;
349
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCBusinessCoreMockModule, typeof AXCCustomerManagementMockModule, typeof AXCSupplierManagementMockModule, typeof AXCProcurementManagementMockModule, typeof AXCOrderManagementMockModule, typeof AXCTenantManagementMockModule, typeof AXCSubscriptionManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCContactCoreMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCAssessmentManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCAiManagementMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCLearningManagementMockModule, typeof AXCAssetManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPersonCoreMockModule, typeof AXCHealthCoreMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCFinancialCoreMockModule, typeof AXCMeasurementCoreMockModule, typeof AXCProductCatalogMockModule, typeof AXCReservationManagementMockModule, typeof AXCMaintenanceManagementMockModule, typeof AXCWorkplaceSafetyManagementMockModule, typeof AXCMiddlewaresModule], never>;
344
350
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
345
351
  }
346
352
 
@@ -968,6 +974,62 @@ declare const AXMAiModelStableIds: {
968
974
  readonly openaiWhisper1: "a0000001-0000-4000-8000-000000000040";
969
975
  /** OpenAI audio/speech API (`tts-1`). */
970
976
  readonly openaiTts1: "a0000001-0000-4000-8000-000000000042";
977
+ /** GapGPT Qwen 3.5 (`gapgpt-qwen-3.5`). */
978
+ readonly gapGptQwen35: "a0000001-0000-4000-8000-000000000043";
979
+ readonly gapGptQwen35Thinking: "a0000001-0000-4000-8000-000000000044";
980
+ readonly gapGptQwen36: "a0000001-0000-4000-8000-000000000045";
981
+ readonly gapGptQwen36Thinking: "a0000001-0000-4000-8000-000000000046";
982
+ readonly gapGptGpt52: "a0000001-0000-4000-8000-000000000047";
983
+ readonly gapGptGpt52ChatLatest: "a0000001-0000-4000-8000-000000000048";
984
+ readonly gapGptGpt52Codex: "a0000001-0000-4000-8000-000000000049";
985
+ readonly gapGptGpt52Pro: "a0000001-0000-4000-8000-00000000004a";
986
+ readonly gapGptGpt53ChatLatest: "a0000001-0000-4000-8000-00000000004b";
987
+ readonly gapGptGpt53Codex: "a0000001-0000-4000-8000-00000000004c";
988
+ readonly gapGptGpt53CodexSpark: "a0000001-0000-4000-8000-00000000004d";
989
+ readonly gapGptClaudeOpus41: "a0000001-0000-4000-8000-00000000004e";
990
+ readonly gapGptClaudeOpus4: "a0000001-0000-4000-8000-00000000004f";
991
+ readonly gapGptClaudeOpus45: "a0000001-0000-4000-8000-000000000050";
992
+ readonly gapGptZImage: "a0000001-0000-4000-8000-000000000051";
993
+ readonly gapGptGptImage2: "a0000001-0000-4000-8000-000000000052";
994
+ readonly gapGptGemini3ProImagePreview: "a0000001-0000-4000-8000-000000000053";
995
+ readonly gapGptGptImage1Mini: "a0000001-0000-4000-8000-000000000054";
996
+ readonly gapGptDalle3: "a0000001-0000-4000-8000-000000000055";
997
+ readonly gapGptGemini25FlashImage: "a0000001-0000-4000-8000-000000000056";
998
+ readonly gapGptGemini31FlashImagePreview: "a0000001-0000-4000-8000-000000000057";
999
+ readonly gapGptImagen40Fast: "a0000001-0000-4000-8000-000000000058";
1000
+ readonly gapGptImagen40Ultra: "a0000001-0000-4000-8000-000000000059";
1001
+ readonly gapGptWhisper1: "a0000001-0000-4000-8000-00000000005a";
1002
+ readonly gapGptOpenAiWhisper1: "a0000001-0000-4000-8000-00000000005b";
1003
+ readonly gapGptGpt4oMiniTts: "a0000001-0000-4000-8000-00000000005c";
1004
+ readonly gapGptTts1: "a0000001-0000-4000-8000-00000000005d";
1005
+ readonly gapGptGemini25FlashPreviewTts: "a0000001-0000-4000-8000-00000000005e";
1006
+ readonly gapGptGemini25ProPreviewTts: "a0000001-0000-4000-8000-00000000005f";
1007
+ readonly gapGptGemma327bIt: "a0000001-0000-4000-8000-000000000060";
1008
+ readonly gapGptDeepseekV4Flash: "a0000001-0000-4000-8000-000000000061";
1009
+ readonly gapGptGemini25FlashLite: "a0000001-0000-4000-8000-000000000062";
1010
+ readonly gapGptGpt41Nano: "a0000001-0000-4000-8000-000000000063";
1011
+ readonly gapGptGpt5Nano: "a0000001-0000-4000-8000-000000000064";
1012
+ readonly gapGptQwen3235bA22b: "a0000001-0000-4000-8000-000000000065";
1013
+ readonly gapGptGpt4oMini: "a0000001-0000-4000-8000-000000000066";
1014
+ readonly gapGptGemini31FlashLitePreview: "a0000001-0000-4000-8000-000000000067";
1015
+ readonly gapGptGeminiFlashLiteLatest: "a0000001-0000-4000-8000-000000000068";
1016
+ readonly gapGptGrok3Mini: "a0000001-0000-4000-8000-000000000069";
1017
+ readonly gapGptGpt41Mini: "a0000001-0000-4000-8000-00000000006a";
1018
+ readonly gemini25Pro: "a0000001-0000-4000-8000-000000000070";
1019
+ readonly gemini25FlashLite: "a0000001-0000-4000-8000-000000000071";
1020
+ readonly gemini35Flash: "a0000001-0000-4000-8000-000000000072";
1021
+ readonly gemini31ProPreview: "a0000001-0000-4000-8000-000000000073";
1022
+ readonly gemini3FlashPreview: "a0000001-0000-4000-8000-000000000074";
1023
+ readonly gemini31FlashLite: "a0000001-0000-4000-8000-000000000075";
1024
+ readonly gemini25FlashImage: "a0000001-0000-4000-8000-000000000076";
1025
+ readonly gemini3ProImagePreview: "a0000001-0000-4000-8000-000000000077";
1026
+ readonly gemini31FlashImagePreview: "a0000001-0000-4000-8000-000000000078";
1027
+ readonly imagen40FastGenerate001: "a0000001-0000-4000-8000-000000000079";
1028
+ readonly imagen40UltraGenerate001: "a0000001-0000-4000-8000-00000000007a";
1029
+ readonly gemini25FlashPreviewTts: "a0000001-0000-4000-8000-00000000007b";
1030
+ readonly gemini25ProPreviewTts: "a0000001-0000-4000-8000-00000000007c";
1031
+ readonly openrouterOwlAlpha: "a0000001-0000-4000-8000-00000000007d";
1032
+ readonly openrouterQwen3Next80bA3bInstructFree: "a0000001-0000-4000-8000-00000000007e";
971
1033
  };
972
1034
  /**
973
1035
  * Catalog mock rows. Monetary fields are USD per 1M tokens (Standard / paid tier) unless noted.
@@ -1005,10 +1067,6 @@ interface AXMAiManagementAssistMockModel extends AXMAiManagementAssistEntityMode
1005
1067
  title?: string;
1006
1068
  name?: string;
1007
1069
  }[];
1008
- /** Catalog id of a row whose `modelPurposes` includes `image`; must match chat transport when generating images. */
1009
- imageModelId?: string | null;
1010
- /** Catalog id of a row whose `modelPurposes` includes `speech` (Demis inline audio transcription). */
1011
- speechModelId?: string | null;
1012
1070
  /** Mock-only transport metadata (e.g. Demisco `agent_uuid`). */
1013
1071
  metadata?: AXMAiManagementAssistDemisMockMetadata;
1014
1072
  }
@@ -2093,6 +2151,11 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
2093
2151
  * Get current workflow execution state.
2094
2152
  */
2095
2153
  getState(request: AXPGetWorkflowStateRequest): Promise<AXPWorkflowInstanceState>;
2154
+ /**
2155
+ * Restores a suspended task-board step when the user declines a pre-interactive continuation prompt.
2156
+ * Re-opens the human-task bookmark on the task board and removes the aborted inline step bookmark.
2157
+ */
2158
+ revertResumeAfterDeclinedInteractiveContinuation(request: AXPRevertResumeAfterDeclinedInteractiveContinuationRequest): Promise<AXPRevertResumeAfterDeclinedInteractiveContinuationResponse>;
2096
2159
  /**
2097
2160
  * Claim a pooled task (cartable or human-task with candidates only): assign current user without resuming.
2098
2161
  */
@@ -2358,6 +2421,7 @@ interface CreateWorkflowDefinitionEntityMockOptions {
2358
2421
  */
2359
2422
  declare function createWorkflowDefinitionEntityMock(def: AXPWorkflowDefinition, options: CreateWorkflowDefinitionEntityMockOptions): AXMWorkflowManagementWorkflowDefinitionEntityModel;
2360
2423
 
2424
+ declare function enrichWorkflowGraph(graph: AXPWorkflowGraph): AXPWorkflowGraph;
2361
2425
  declare const workflowDefinitionMock: AXPWorkflowDefinition[];
2362
2426
  declare const workflowDefinitionIds: {
2363
2427
  documentReview: string;
@@ -2451,11 +2515,13 @@ declare const activityDefinitionEntityMock: {
2451
2515
  description?: _acorex_platform_core.AXPMultiLanguageString | undefined;
2452
2516
  executionMode?: "frontend" | "backend" | "both" | undefined;
2453
2517
  outcomes?: string[] | undefined;
2518
+ instanceTitle?: string | undefined;
2454
2519
  taskType?: _acorex_platform_workflow.AXPTaskType | undefined;
2455
2520
  inputs?: _acorex_platform_core.AXPProperty[] | undefined;
2456
2521
  outputs?: _acorex_platform_workflow.AXPWorkflowOutputProperty[] | undefined;
2457
2522
  isBrowsable?: boolean | undefined;
2458
2523
  isContainer?: boolean | undefined;
2524
+ workflowContinuation?: _acorex_platform_workflow.AXPWorkflowContinuationMetadata | undefined;
2459
2525
  category: AXMActivityDefinitionCategory;
2460
2526
  }[];
2461
2527
 
@@ -2669,6 +2735,8 @@ declare function awaitConversationMockSharedStorage(): Promise<void>;
2669
2735
  declare class AXCConversationMockConversationApi extends AXMChatConversationApi {
2670
2736
  private readonly translation;
2671
2737
  private readonly notificationService;
2738
+ private isConversationPinned;
2739
+ private conversationLastMessageMs;
2672
2740
  createConversation(data: AXConversationCreateData): Promise<AXConversation>;
2673
2741
  getConversation(conversationId: string): Promise<AXConversation>;
2674
2742
  getConversations(pagination: AXPagination, _filters?: AXConversationFilters): Promise<AXPaginatedResult<AXConversation>>;
@@ -2713,15 +2781,19 @@ declare class AXCConversationMockConversationApi extends AXMChatConversationApi
2713
2781
  * Manages messages in conversation shared storage with AI assist response generation.
2714
2782
  */
2715
2783
  declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2716
- #private;
2717
2784
  private readonly aiEngine;
2785
+ private readonly platformRuntimeContextBuilder;
2718
2786
  private readonly modelCatalog;
2719
2787
  private readonly aiResponder;
2720
2788
  private readonly toastService;
2721
2789
  private readonly entityService;
2722
2790
  private readonly notificationService;
2791
+ private readonly aiChatRouter;
2792
+ private readonly fileStorage;
2723
2793
  private readonly assistRowData;
2724
2794
  private readonly agentRowData;
2795
+ /** Session / locale snapshot for assist engine runs (prompt assembly stays in mock AI engine). */
2796
+ private resolvePlatformRuntimeContextForRun;
2725
2797
  sendMessage(command: AXSendMessageCommand): Promise<AXMessage>;
2726
2798
  getMessage(messageId: string): Promise<AXMessage>;
2727
2799
  getMessages(conversationId: string, pagination: AXPagination): Promise<AXPaginatedResult<AXMessage>>;
@@ -2745,13 +2817,6 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2745
2817
  getForwardCount(messageId: string): Promise<number>;
2746
2818
  sendTypingIndicator(conversationId: string): Promise<void>;
2747
2819
  stopTypingIndicator(conversationId: string): Promise<void>;
2748
- uploadFile(file: File, _conversationId: string): Promise<{
2749
- url: string;
2750
- thumbnailUrl?: string;
2751
- size: number;
2752
- mimeType: string;
2753
- metadata?: Record<string, unknown>;
2754
- }>;
2755
2820
  updateMessageMetadata(_messageId: string, _metadata: Record<string, unknown>): Promise<void>;
2756
2821
  getMessageMetadata(_messageId: string): Promise<Record<string, unknown>>;
2757
2822
  updateMessageStatus(messageId: string, status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed'): Promise<void>;
@@ -2764,7 +2829,6 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2764
2829
  bulkDeleteMessages(_conversationId: string, _messageIds: string[], _forEveryone?: boolean): Promise<void>;
2765
2830
  exportMessages(_conversationId: string, _format: 'json' | 'csv' | 'txt'): Promise<string | Blob>;
2766
2831
  private storeMessage;
2767
- private updateConversationLastMessage;
2768
2832
  private createNotificationForIncomingMessage;
2769
2833
  private markNotificationsAsReadForMessages;
2770
2834
  private toUserReference;
@@ -2773,8 +2837,6 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2773
2837
  * (non-assist) conversations using the AI responder fallback service.
2774
2838
  */
2775
2839
  private generateRegularAutoReply;
2776
- /** Extracts a text context from a send command for AI processing. */
2777
- private extractSendCommandContext;
2778
2840
  /** Builds a formatted conversation history string for AI context (last 20 messages). */
2779
2841
  private buildConversationHistory;
2780
2842
  private delay;
@@ -2823,6 +2885,16 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2823
2885
  private completeDelegatedNestedTool;
2824
2886
  private addToolCall;
2825
2887
  private completeToolCall;
2888
+ /**
2889
+ * Persists {@link axmAssistUserFacingPayloadLine} without duplicating specialist `node`/`file`
2890
+ * segments that the supervisor already relayed in an assistant turn.
2891
+ */
2892
+ private buildAssistPayloadLineForMessage;
2893
+ /**
2894
+ * When the supervisor already emitted chart/file nodes, drop the same segments from
2895
+ * `agent_result` tool rows so the stored assist payload is not built twice.
2896
+ */
2897
+ private prepareTranscriptForAssistPayload;
2826
2898
  private finalizeMessage;
2827
2899
  /**
2828
2900
  * Resolves the AiModel catalog id for engine runs.
@@ -2843,6 +2915,27 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2843
2915
  private buildAiMessages;
2844
2916
  private isStreamingPlaceholder;
2845
2917
  private extractLatestAssistantContent;
2918
+ /**
2919
+ * Maps a stored conversation message to a platform {@link AXPAiChatMessage}.
2920
+ * User image/file lines use `fileId` so providers resolve bytes from file storage.
2921
+ */
2922
+ private conversationMessageToAiChatMessage;
2923
+ /** Builds `type: 'file'` responses from conversation image/file payloads (`mediaId` → `fileId`). */
2924
+ private extractUserFileResponses;
2925
+ /** Maps voice / audio payloads (`mediaId`) to platform `file` responses for the AI engine. */
2926
+ private extractUserVoiceOrAudioFileResponses;
2927
+ /** User-visible caption / transcription text sent alongside attachment bytes to the AI. */
2928
+ private extractUserCaptionText;
2929
+ /**
2930
+ * Ensures voice/audio user lines include transcribed text for the AI when the payload has
2931
+ * `mediaId` but no caption/transcription yet.
2932
+ */
2933
+ private enrichUserMessagesForAiContext;
2934
+ private getUserAudioMediaId;
2935
+ private withMessagePayloadTranscription;
2936
+ private transcribeUserAudioMedia;
2937
+ /** Reply timestamps must be strictly after the latest user message (avoids same-ms ordering glitches). */
2938
+ private resolveReplyTimestampAfterUserMessages;
2846
2939
  private extractMessageText;
2847
2940
  private getAssistParticipantId;
2848
2941
  private setConversationTyping;
@@ -2922,6 +3015,19 @@ declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
2922
3015
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockRealtimeApi>;
2923
3016
  }
2924
3017
 
3018
+ /**
3019
+ * Mock {@link AXUploaderApi} backed by {@link AXPFileStorageService} for conversation chat attachments.
3020
+ */
3021
+ declare class AXCConversationMockUploaderApi extends AXMChatUploaderApi {
3022
+ private readonly fileStorage;
3023
+ private readonly fileService;
3024
+ upload(request: AXUploaderRequest): Promise<AXUploaderResult>;
3025
+ resolveUrl(reference: AXUploaderReference, _signal?: AbortSignal): Promise<string>;
3026
+ deleteMedia(reference: AXUploaderReference): Promise<void>;
3027
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockUploaderApi, never>;
3028
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockUploaderApi>;
3029
+ }
3030
+
2925
3031
  /**
2926
3032
  * Mock implementation of AXMChatUserApi using conversation shared storage.
2927
3033
  * Provides user profile, discovery, presence, blocking, and settings operations.
@@ -2975,9 +3081,14 @@ declare const CHAT_LAST_MESSAGE_IDS: Record<string, string>;
2975
3081
  * Consolidated seeder for all conversation2 component data.
2976
3082
  * Seeds participants, conversations, and messages into conversationSharedStorage
2977
3083
  * and IndexedDB, then starts presence simulation. Unsolicited fake chat lines are disabled; a regular reply is produced only when the current user sends (see conversation mock message API).
3084
+ *
3085
+ * On subsequent app loads, restores from IndexedDB instead of re-seeding so message
3086
+ * {@link AXMessage.status} (e.g. mark-as-read) and unread counts survive refresh.
2978
3087
  */
2979
3088
  declare class AXCConversationDataSeeder implements AXPDataSeeder {
2980
3089
  seed(): Promise<void>;
3090
+ /** Recomputes sidebar unread badges from persisted message read state. */
3091
+ private reconcileUnreadCountsAfterRestore;
2981
3092
  private seedParticipants;
2982
3093
  private seedConversations;
2983
3094
  private seedMessages;
@@ -3849,7 +3960,7 @@ declare const colorInterface: AXPWidgetNode;
3849
3960
  declare const tagInterface: AXPWidgetNode;
3850
3961
  declare const textInterface: AXPWidgetNode;
3851
3962
  declare const textAreaInterface: AXPWidgetNode;
3852
- declare const fileUploaderInterface: AXPWidgetNode;
3963
+ declare const attachmentsInterface: AXPWidgetNode;
3853
3964
  declare const lookupInterface: AXPWidgetNode;
3854
3965
  declare const selectionListInterface: AXPWidgetNode;
3855
3966
  declare const contactInterface: AXPWidgetNode;
@@ -4076,25 +4187,6 @@ declare const primaryMiddleware: AXPEntityStorageMiddleware;
4076
4187
  */
4077
4188
  declare const historyMiddleware: AXPEntityStorageMiddleware;
4078
4189
 
4079
- /**
4080
- * Signature Loader Middleware
4081
- *
4082
- * This middleware loads digital signatures for entities by attempting to query
4083
- * the corresponding signature table ({EntityName}Signature).
4084
- *
4085
- * Behavior:
4086
- * - Only runs on 'getOne' operation (entity details)
4087
- * - Attempts to query signature table without checking plugin existence
4088
- * - If signature table exists and has data, attaches signatures to result
4089
- * - If table doesn't exist or query fails, silently continues
4090
- *
4091
- * Example:
4092
- * Entity: "ContentManagement.Promotion"
4093
- * Signature table: "ContentManagement.PromotionSignature"
4094
- * Result: ctx.result.signatures = [{ id, signed, meta, ... }]
4095
- */
4096
- declare const signatureLoaderMiddleware: AXPEntityStorageMiddleware;
4097
-
4098
4190
  /**
4099
4191
  * Middleware that prevents editing or deleting locked records.
4100
4192
  *
@@ -4200,5 +4292,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
4200
4292
 
4201
4293
  declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
4202
4294
 
4203
- 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, 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, 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, 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, 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 };
4295
+ 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 };
4204
4296
  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 };