@acorex/connectivity 21.0.0-next.65 → 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--5Xrsmgy.mjs → acorex-connectivity-mock-acorex-connectivity-mock-0h4KR9DL.mjs} +1911 -748
  2. package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-0h4KR9DL.mjs.map +1 -0
  3. package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-NlqPDd5p.mjs → acorex-connectivity-mock-assign-to-manager.activity-DR_QQMhA.mjs} +2 -2
  4. package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-NlqPDd5p.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-CzaHjSnU.mjs → acorex-connectivity-mock-chat-generate-image.command-D6J0xCjZ.mjs} +2 -4
  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-P5gOvT0K.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-B1v1x3zx.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-D_mclluL.mjs} +2 -2
  10. package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-B1v1x3zx.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-nadNnJKc.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-nadNnJKc.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 +76 -26
  16. package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock--5Xrsmgy.mjs.map +0 -1
  17. package/fesm2022/acorex-connectivity-mock-chat-generate-image.command-CzaHjSnU.mjs.map +0 -1
  18. package/fesm2022/acorex-connectivity-mock-chat-synthesize-speech.command-P5gOvT0K.mjs.map +0 -1
@@ -26,7 +26,7 @@ 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, AXPWorkflowGraph, 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
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';
@@ -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,8 +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 `speech` (Demis inline audio transcription). */
1009
- speechModelId?: string | null;
1010
1070
  /** Mock-only transport metadata (e.g. Demisco `agent_uuid`). */
1011
1071
  metadata?: AXMAiManagementAssistDemisMockMetadata;
1012
1072
  }
@@ -2091,6 +2151,11 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
2091
2151
  * Get current workflow execution state.
2092
2152
  */
2093
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>;
2094
2159
  /**
2095
2160
  * Claim a pooled task (cartable or human-task with candidates only): assign current user without resuming.
2096
2161
  */
@@ -2456,6 +2521,7 @@ declare const activityDefinitionEntityMock: {
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
 
@@ -2716,6 +2782,7 @@ declare class AXCConversationMockConversationApi extends AXMChatConversationApi
2716
2782
  */
2717
2783
  declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2718
2784
  private readonly aiEngine;
2785
+ private readonly platformRuntimeContextBuilder;
2719
2786
  private readonly modelCatalog;
2720
2787
  private readonly aiResponder;
2721
2788
  private readonly toastService;
@@ -2725,6 +2792,8 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2725
2792
  private readonly fileStorage;
2726
2793
  private readonly assistRowData;
2727
2794
  private readonly agentRowData;
2795
+ /** Session / locale snapshot for assist engine runs (prompt assembly stays in mock AI engine). */
2796
+ private resolvePlatformRuntimeContextForRun;
2728
2797
  sendMessage(command: AXSendMessageCommand): Promise<AXMessage>;
2729
2798
  getMessage(messageId: string): Promise<AXMessage>;
2730
2799
  getMessages(conversationId: string, pagination: AXPagination): Promise<AXPaginatedResult<AXMessage>>;
@@ -2848,7 +2917,7 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2848
2917
  private extractLatestAssistantContent;
2849
2918
  /**
2850
2919
  * Maps a stored conversation message to a platform {@link AXPAiChatMessage}.
2851
- * User image/file lines use `fileId` + `mimeType` so providers resolve bytes from file storage.
2920
+ * User image/file lines use `fileId` so providers resolve bytes from file storage.
2852
2921
  */
2853
2922
  private conversationMessageToAiChatMessage;
2854
2923
  /** Builds `type: 'file'` responses from conversation image/file payloads (`mediaId` → `fileId`). */
@@ -3891,7 +3960,7 @@ declare const colorInterface: AXPWidgetNode;
3891
3960
  declare const tagInterface: AXPWidgetNode;
3892
3961
  declare const textInterface: AXPWidgetNode;
3893
3962
  declare const textAreaInterface: AXPWidgetNode;
3894
- declare const fileUploaderInterface: AXPWidgetNode;
3963
+ declare const attachmentsInterface: AXPWidgetNode;
3895
3964
  declare const lookupInterface: AXPWidgetNode;
3896
3965
  declare const selectionListInterface: AXPWidgetNode;
3897
3966
  declare const contactInterface: AXPWidgetNode;
@@ -4118,25 +4187,6 @@ declare const primaryMiddleware: AXPEntityStorageMiddleware;
4118
4187
  */
4119
4188
  declare const historyMiddleware: AXPEntityStorageMiddleware;
4120
4189
 
4121
- /**
4122
- * Signature Loader Middleware
4123
- *
4124
- * This middleware loads digital signatures for entities by attempting to query
4125
- * the corresponding signature table ({EntityName}Signature).
4126
- *
4127
- * Behavior:
4128
- * - Only runs on 'getOne' operation (entity details)
4129
- * - Attempts to query signature table without checking plugin existence
4130
- * - If signature table exists and has data, attaches signatures to result
4131
- * - If table doesn't exist or query fails, silently continues
4132
- *
4133
- * Example:
4134
- * Entity: "ContentManagement.Promotion"
4135
- * Signature table: "ContentManagement.PromotionSignature"
4136
- * Result: ctx.result.signatures = [{ id, signed, meta, ... }]
4137
- */
4138
- declare const signatureLoaderMiddleware: AXPEntityStorageMiddleware;
4139
-
4140
4190
  /**
4141
4191
  * Middleware that prevents editing or deleting locked records.
4142
4192
  *
@@ -4242,5 +4292,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
4242
4292
 
4243
4293
  declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
4244
4294
 
4245
- 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, 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, 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 };
4246
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 };