@acorex/connectivity 21.0.0-next.64 → 21.0.0-next.65
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.
- package/fesm2022/{acorex-connectivity-mock-acorex-connectivity-mock-C6axmkB2.mjs → acorex-connectivity-mock-acorex-connectivity-mock--5Xrsmgy.mjs} +23152 -22371
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock--5Xrsmgy.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-Dau7E9wl.mjs → acorex-connectivity-mock-assign-to-manager.activity-NlqPDd5p.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-Dau7E9wl.mjs.map → acorex-connectivity-mock-assign-to-manager.activity-NlqPDd5p.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-CckAjEoF.mjs → acorex-connectivity-mock-chat-generate-image.command-CzaHjSnU.mjs} +11 -3
- package/fesm2022/acorex-connectivity-mock-chat-generate-image.command-CzaHjSnU.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-CJqZSfNK.mjs → acorex-connectivity-mock-chat-synthesize-speech.command-P5gOvT0K.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-CJqZSfNK.mjs.map → acorex-connectivity-mock-chat-synthesize-speech.command-P5gOvT0K.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BDHOQPlw.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-B1v1x3zx.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BDHOQPlw.mjs.map → acorex-connectivity-mock-chat-transcribe-speech.command-B1v1x3zx.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-BQ3gSYPz.mjs → acorex-connectivity-mock-user-roles-for-list-column.query-nadNnJKc.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-BQ3gSYPz.mjs.map → acorex-connectivity-mock-user-roles-for-list-column.query-nadNnJKc.mjs.map} +1 -1
- package/fesm2022/acorex-connectivity-mock.mjs +1 -1
- package/package.json +2 -2
- package/types/acorex-connectivity-mock.d.ts +59 -17
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-C6axmkB2.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-chat-generate-image.command-CckAjEoF.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, 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';
|
|
@@ -1005,8 +1005,6 @@ interface AXMAiManagementAssistMockModel extends AXMAiManagementAssistEntityMode
|
|
|
1005
1005
|
title?: string;
|
|
1006
1006
|
name?: string;
|
|
1007
1007
|
}[];
|
|
1008
|
-
/** Catalog id of a row whose `modelPurposes` includes `image`; must match chat transport when generating images. */
|
|
1009
|
-
imageModelId?: string | null;
|
|
1010
1008
|
/** Catalog id of a row whose `modelPurposes` includes `speech` (Demis inline audio transcription). */
|
|
1011
1009
|
speechModelId?: string | null;
|
|
1012
1010
|
/** Mock-only transport metadata (e.g. Demisco `agent_uuid`). */
|
|
@@ -2358,6 +2356,7 @@ interface CreateWorkflowDefinitionEntityMockOptions {
|
|
|
2358
2356
|
*/
|
|
2359
2357
|
declare function createWorkflowDefinitionEntityMock(def: AXPWorkflowDefinition, options: CreateWorkflowDefinitionEntityMockOptions): AXMWorkflowManagementWorkflowDefinitionEntityModel;
|
|
2360
2358
|
|
|
2359
|
+
declare function enrichWorkflowGraph(graph: AXPWorkflowGraph): AXPWorkflowGraph;
|
|
2361
2360
|
declare const workflowDefinitionMock: AXPWorkflowDefinition[];
|
|
2362
2361
|
declare const workflowDefinitionIds: {
|
|
2363
2362
|
documentReview: string;
|
|
@@ -2451,6 +2450,7 @@ declare const activityDefinitionEntityMock: {
|
|
|
2451
2450
|
description?: _acorex_platform_core.AXPMultiLanguageString | undefined;
|
|
2452
2451
|
executionMode?: "frontend" | "backend" | "both" | undefined;
|
|
2453
2452
|
outcomes?: string[] | undefined;
|
|
2453
|
+
instanceTitle?: string | undefined;
|
|
2454
2454
|
taskType?: _acorex_platform_workflow.AXPTaskType | undefined;
|
|
2455
2455
|
inputs?: _acorex_platform_core.AXPProperty[] | undefined;
|
|
2456
2456
|
outputs?: _acorex_platform_workflow.AXPWorkflowOutputProperty[] | undefined;
|
|
@@ -2669,6 +2669,8 @@ declare function awaitConversationMockSharedStorage(): Promise<void>;
|
|
|
2669
2669
|
declare class AXCConversationMockConversationApi extends AXMChatConversationApi {
|
|
2670
2670
|
private readonly translation;
|
|
2671
2671
|
private readonly notificationService;
|
|
2672
|
+
private isConversationPinned;
|
|
2673
|
+
private conversationLastMessageMs;
|
|
2672
2674
|
createConversation(data: AXConversationCreateData): Promise<AXConversation>;
|
|
2673
2675
|
getConversation(conversationId: string): Promise<AXConversation>;
|
|
2674
2676
|
getConversations(pagination: AXPagination, _filters?: AXConversationFilters): Promise<AXPaginatedResult<AXConversation>>;
|
|
@@ -2713,13 +2715,14 @@ declare class AXCConversationMockConversationApi extends AXMChatConversationApi
|
|
|
2713
2715
|
* Manages messages in conversation shared storage with AI assist response generation.
|
|
2714
2716
|
*/
|
|
2715
2717
|
declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
2716
|
-
#private;
|
|
2717
2718
|
private readonly aiEngine;
|
|
2718
2719
|
private readonly modelCatalog;
|
|
2719
2720
|
private readonly aiResponder;
|
|
2720
2721
|
private readonly toastService;
|
|
2721
2722
|
private readonly entityService;
|
|
2722
2723
|
private readonly notificationService;
|
|
2724
|
+
private readonly aiChatRouter;
|
|
2725
|
+
private readonly fileStorage;
|
|
2723
2726
|
private readonly assistRowData;
|
|
2724
2727
|
private readonly agentRowData;
|
|
2725
2728
|
sendMessage(command: AXSendMessageCommand): Promise<AXMessage>;
|
|
@@ -2745,13 +2748,6 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2745
2748
|
getForwardCount(messageId: string): Promise<number>;
|
|
2746
2749
|
sendTypingIndicator(conversationId: string): Promise<void>;
|
|
2747
2750
|
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
2751
|
updateMessageMetadata(_messageId: string, _metadata: Record<string, unknown>): Promise<void>;
|
|
2756
2752
|
getMessageMetadata(_messageId: string): Promise<Record<string, unknown>>;
|
|
2757
2753
|
updateMessageStatus(messageId: string, status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed'): Promise<void>;
|
|
@@ -2764,7 +2760,6 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2764
2760
|
bulkDeleteMessages(_conversationId: string, _messageIds: string[], _forEveryone?: boolean): Promise<void>;
|
|
2765
2761
|
exportMessages(_conversationId: string, _format: 'json' | 'csv' | 'txt'): Promise<string | Blob>;
|
|
2766
2762
|
private storeMessage;
|
|
2767
|
-
private updateConversationLastMessage;
|
|
2768
2763
|
private createNotificationForIncomingMessage;
|
|
2769
2764
|
private markNotificationsAsReadForMessages;
|
|
2770
2765
|
private toUserReference;
|
|
@@ -2773,8 +2768,6 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2773
2768
|
* (non-assist) conversations using the AI responder fallback service.
|
|
2774
2769
|
*/
|
|
2775
2770
|
private generateRegularAutoReply;
|
|
2776
|
-
/** Extracts a text context from a send command for AI processing. */
|
|
2777
|
-
private extractSendCommandContext;
|
|
2778
2771
|
/** Builds a formatted conversation history string for AI context (last 20 messages). */
|
|
2779
2772
|
private buildConversationHistory;
|
|
2780
2773
|
private delay;
|
|
@@ -2823,6 +2816,16 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2823
2816
|
private completeDelegatedNestedTool;
|
|
2824
2817
|
private addToolCall;
|
|
2825
2818
|
private completeToolCall;
|
|
2819
|
+
/**
|
|
2820
|
+
* Persists {@link axmAssistUserFacingPayloadLine} without duplicating specialist `node`/`file`
|
|
2821
|
+
* segments that the supervisor already relayed in an assistant turn.
|
|
2822
|
+
*/
|
|
2823
|
+
private buildAssistPayloadLineForMessage;
|
|
2824
|
+
/**
|
|
2825
|
+
* When the supervisor already emitted chart/file nodes, drop the same segments from
|
|
2826
|
+
* `agent_result` tool rows so the stored assist payload is not built twice.
|
|
2827
|
+
*/
|
|
2828
|
+
private prepareTranscriptForAssistPayload;
|
|
2826
2829
|
private finalizeMessage;
|
|
2827
2830
|
/**
|
|
2828
2831
|
* Resolves the AiModel catalog id for engine runs.
|
|
@@ -2843,6 +2846,27 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2843
2846
|
private buildAiMessages;
|
|
2844
2847
|
private isStreamingPlaceholder;
|
|
2845
2848
|
private extractLatestAssistantContent;
|
|
2849
|
+
/**
|
|
2850
|
+
* 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.
|
|
2852
|
+
*/
|
|
2853
|
+
private conversationMessageToAiChatMessage;
|
|
2854
|
+
/** Builds `type: 'file'` responses from conversation image/file payloads (`mediaId` → `fileId`). */
|
|
2855
|
+
private extractUserFileResponses;
|
|
2856
|
+
/** Maps voice / audio payloads (`mediaId`) to platform `file` responses for the AI engine. */
|
|
2857
|
+
private extractUserVoiceOrAudioFileResponses;
|
|
2858
|
+
/** User-visible caption / transcription text sent alongside attachment bytes to the AI. */
|
|
2859
|
+
private extractUserCaptionText;
|
|
2860
|
+
/**
|
|
2861
|
+
* Ensures voice/audio user lines include transcribed text for the AI when the payload has
|
|
2862
|
+
* `mediaId` but no caption/transcription yet.
|
|
2863
|
+
*/
|
|
2864
|
+
private enrichUserMessagesForAiContext;
|
|
2865
|
+
private getUserAudioMediaId;
|
|
2866
|
+
private withMessagePayloadTranscription;
|
|
2867
|
+
private transcribeUserAudioMedia;
|
|
2868
|
+
/** Reply timestamps must be strictly after the latest user message (avoids same-ms ordering glitches). */
|
|
2869
|
+
private resolveReplyTimestampAfterUserMessages;
|
|
2846
2870
|
private extractMessageText;
|
|
2847
2871
|
private getAssistParticipantId;
|
|
2848
2872
|
private setConversationTyping;
|
|
@@ -2922,6 +2946,19 @@ declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
|
|
|
2922
2946
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockRealtimeApi>;
|
|
2923
2947
|
}
|
|
2924
2948
|
|
|
2949
|
+
/**
|
|
2950
|
+
* Mock {@link AXUploaderApi} backed by {@link AXPFileStorageService} for conversation chat attachments.
|
|
2951
|
+
*/
|
|
2952
|
+
declare class AXCConversationMockUploaderApi extends AXMChatUploaderApi {
|
|
2953
|
+
private readonly fileStorage;
|
|
2954
|
+
private readonly fileService;
|
|
2955
|
+
upload(request: AXUploaderRequest): Promise<AXUploaderResult>;
|
|
2956
|
+
resolveUrl(reference: AXUploaderReference, _signal?: AbortSignal): Promise<string>;
|
|
2957
|
+
deleteMedia(reference: AXUploaderReference): Promise<void>;
|
|
2958
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockUploaderApi, never>;
|
|
2959
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockUploaderApi>;
|
|
2960
|
+
}
|
|
2961
|
+
|
|
2925
2962
|
/**
|
|
2926
2963
|
* Mock implementation of AXMChatUserApi using conversation shared storage.
|
|
2927
2964
|
* Provides user profile, discovery, presence, blocking, and settings operations.
|
|
@@ -2975,9 +3012,14 @@ declare const CHAT_LAST_MESSAGE_IDS: Record<string, string>;
|
|
|
2975
3012
|
* Consolidated seeder for all conversation2 component data.
|
|
2976
3013
|
* Seeds participants, conversations, and messages into conversationSharedStorage
|
|
2977
3014
|
* 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).
|
|
3015
|
+
*
|
|
3016
|
+
* On subsequent app loads, restores from IndexedDB instead of re-seeding so message
|
|
3017
|
+
* {@link AXMessage.status} (e.g. mark-as-read) and unread counts survive refresh.
|
|
2978
3018
|
*/
|
|
2979
3019
|
declare class AXCConversationDataSeeder implements AXPDataSeeder {
|
|
2980
3020
|
seed(): Promise<void>;
|
|
3021
|
+
/** Recomputes sidebar unread badges from persisted message read state. */
|
|
3022
|
+
private reconcileUnreadCountsAfterRestore;
|
|
2981
3023
|
private seedParticipants;
|
|
2982
3024
|
private seedConversations;
|
|
2983
3025
|
private seedMessages;
|
|
@@ -4200,5 +4242,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
|
|
|
4200
4242
|
|
|
4201
4243
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
4202
4244
|
|
|
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 };
|
|
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 };
|
|
4204
4246
|
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 };
|