@acorex/connectivity 21.0.0-next.88 → 21.0.0-next.90
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-B4RpuTuH.mjs → acorex-connectivity-mock-acorex-connectivity-mock-Lp5JVZi8.mjs} +4793 -5513
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-Lp5JVZi8.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-DM_691iw.mjs → acorex-connectivity-mock-assign-to-manager.activity-dDsWQSTk.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-DM_691iw.mjs.map → acorex-connectivity-mock-assign-to-manager.activity-dDsWQSTk.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-D6oMaUmf.mjs → acorex-connectivity-mock-chat-generate-image.command-sPuslYfP.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-D6oMaUmf.mjs.map → acorex-connectivity-mock-chat-generate-image.command-sPuslYfP.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-CiKasu2J.mjs → acorex-connectivity-mock-chat-synthesize-speech.command-CNWePQu6.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-CiKasu2J.mjs.map → acorex-connectivity-mock-chat-synthesize-speech.command-CNWePQu6.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-vx9t5m5w.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-C5b1_mDb.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-vx9t5m5w.mjs.map → acorex-connectivity-mock-chat-transcribe-speech.command-C5b1_mDb.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-B6arRXiE.mjs → acorex-connectivity-mock-user-roles-for-list-column.query-_M6LBuCV.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-B6arRXiE.mjs.map → acorex-connectivity-mock-user-roles-for-list-column.query-_M6LBuCV.mjs.map} +1 -1
- package/fesm2022/acorex-connectivity-mock.mjs +1 -1
- package/package.json +2 -2
- package/types/acorex-connectivity-mock.d.ts +11 -469
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-B4RpuTuH.mjs.map +0 -1
|
@@ -26,9 +26,6 @@ import { AXMPersonCorePersonEntityModel, AXMPersonCorePersonIdentifierTypeEntity
|
|
|
26
26
|
import { AXPWorkflowEngine, AXPStartWorkflowRequest, AXPStartWorkflowResponse, AXPResumeWorkflowRequest, AXPResumeWorkflowResponse, AXPGetWorkflowStateRequest, AXPWorkflowInstanceState, AXPRevertResumeAfterDeclinedInteractiveContinuationRequest, AXPRevertResumeAfterDeclinedInteractiveContinuationResponse, AXPClaimWorkflowTaskRequest, AXPClaimWorkflowTaskResponse, AXPReassignWorkflowTaskToSelfRequest, AXPReassignWorkflowTaskToSelfResponse, AXPFrontActivityCompleteRequest, AXPFrontActivityCompleteResponse } from '@acorex/platform/workflow';
|
|
27
27
|
import { AXMWorkflowManagementWorkflowDefinitionEntityModel } from '@acorex/modules/workflow-management';
|
|
28
28
|
import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
|
|
29
|
-
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';
|
|
30
|
-
import { AXMChatConversationApi, AXMChatMessageApi, AXMChatRealtimeApi, AXMChatUserApi } from '@acorex/modules/conversation';
|
|
31
|
-
import { Observable } from 'rxjs';
|
|
32
29
|
import { ShowMetaDataFormPopupCommand, ShowMetaDataFormPopupInput, ResolveGroupsResult } from '@acorex/modules/data-management';
|
|
33
30
|
import { AXPDynamicFormGroupDefinition } from '@acorex/platform/layout/builder';
|
|
34
31
|
import { AXPRecordStateInfo, AXPMockDto } from '@acorex/platform/layout/entity-contracts';
|
|
@@ -185,7 +182,12 @@ declare class AXCDashboardManagementMockModule {
|
|
|
185
182
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCDashboardManagementMockModule>;
|
|
186
183
|
}
|
|
187
184
|
|
|
185
|
+
/**
|
|
186
|
+
* Mock connectivity for conversation: entity seeders, assist background ops, and upload wiring.
|
|
187
|
+
* Chat API bindings live in {@link AXMConversationModule} (entity-backed).
|
|
188
|
+
*/
|
|
188
189
|
declare class AXCConversationMockModule {
|
|
190
|
+
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
|
189
191
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockModule, never>;
|
|
190
192
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCConversationMockModule, never, never, never>;
|
|
191
193
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCConversationMockModule>;
|
|
@@ -631,7 +633,7 @@ declare function buildEntityStorageQuickSearchFilter(term: string, _extraContain
|
|
|
631
633
|
declare function mergeQuickSearchIntoRequest(request: AXPQueryRequest, quickSearch: string | undefined | null, quickSearchExtraContainsFieldPaths?: string[] | null): AXPQueryRequest;
|
|
632
634
|
|
|
633
635
|
/** Bump when mock entity seed structure changes and developers should clear IndexedDB. */
|
|
634
|
-
declare const MOCK_DATA_SEED_VERSION = "
|
|
636
|
+
declare const MOCK_DATA_SEED_VERSION = "2";
|
|
635
637
|
declare const MOCK_ENTITY_SEED_META_KEY = "entity-mock-seed";
|
|
636
638
|
interface AXCMockEntitySeedMeta {
|
|
637
639
|
version: string;
|
|
@@ -670,8 +672,8 @@ declare class AXCDexieEntityStorageService extends Dexie implements AXPEntitySto
|
|
|
670
672
|
insertOne<T = any>(entityName: string, entity: T): Promise<string>;
|
|
671
673
|
getAll<T = any>(entityName: string): Promise<T[]>;
|
|
672
674
|
query<T = any>(entityName: string, request: AXPQueryRequest): Promise<_acorex_platform_contracts.AXPPagedListResult<T>>;
|
|
673
|
-
count(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>): Promise<number>;
|
|
674
|
-
queryAll(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>, options?: AXPEntityQueryAllOptions): Promise<AXPEntityQueryAllResult<any>>;
|
|
675
|
+
count(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort' | 'params'>): Promise<number>;
|
|
676
|
+
queryAll(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort' | 'params'>, options?: AXPEntityQueryAllOptions): Promise<AXPEntityQueryAllResult<any>>;
|
|
675
677
|
getMany(entityName: string, ids: string[]): Promise<(any | null)[]>;
|
|
676
678
|
exists(entityName: string, id: string): Promise<boolean>;
|
|
677
679
|
upsertOne(entityName: string, entity: any, options?: {
|
|
@@ -1203,23 +1205,10 @@ declare class AXCApplicationDataSeeder implements AXPDataSeeder {
|
|
|
1203
1205
|
}
|
|
1204
1206
|
|
|
1205
1207
|
declare const EDITIONS: AXMApplicationManagementEditionEntityModel[];
|
|
1206
|
-
declare const SHOP_BASIC: AXMApplicationManagementEditionEntityModel;
|
|
1207
|
-
declare const SHOP_PRO: AXMApplicationManagementEditionEntityModel;
|
|
1208
|
-
declare const SHOP_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
|
|
1209
|
-
declare const FINANCE_BASIC: AXMApplicationManagementEditionEntityModel;
|
|
1210
|
-
declare const FINANCE_PRO: AXMApplicationManagementEditionEntityModel;
|
|
1211
|
-
declare const FINANCE_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
|
|
1212
|
-
declare const ORDERING_BASIC: AXMApplicationManagementEditionEntityModel;
|
|
1213
|
-
declare const ORDERING_STANDARD: AXMApplicationManagementEditionEntityModel;
|
|
1214
|
-
declare const ORDERING_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
|
|
1215
1208
|
declare const PLATFORM_CONSOLE: AXMApplicationManagementEditionEntityModel;
|
|
1216
1209
|
declare const SAFETYMINDER_BASIC: AXMApplicationManagementEditionEntityModel;
|
|
1217
1210
|
declare const SAFETYMINDER_PROFESSIONAL: AXMApplicationManagementEditionEntityModel;
|
|
1218
1211
|
declare const SAFETYMINDER_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
|
|
1219
|
-
declare const COSTMANAGER_STANDARD: AXMApplicationManagementEditionEntityModel;
|
|
1220
|
-
declare const COSTMANAGER_PROFESSIONAL: AXMApplicationManagementEditionEntityModel;
|
|
1221
|
-
declare const COSTMANAGER_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
|
|
1222
|
-
declare const CRM_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
|
|
1223
1212
|
declare const HR_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
|
|
1224
1213
|
declare const MAGFA_COMMERCE_STANDARD: AXMApplicationManagementEditionEntityModel;
|
|
1225
1214
|
/** @deprecated Use {@link MAGFA_COMMERCE_STANDARD}. */
|
|
@@ -2693,40 +2682,6 @@ declare class AXCWorkflowCategorySeeder implements AXPDataSeeder {
|
|
|
2693
2682
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowCategorySeeder>;
|
|
2694
2683
|
}
|
|
2695
2684
|
|
|
2696
|
-
type extraFields$1 = {
|
|
2697
|
-
recievedDate: Date;
|
|
2698
|
-
};
|
|
2699
|
-
declare class AXPTaskBoardProjectManagementTaskProvider extends AXPWorkflowTaskProvider<extraFields$1> {
|
|
2700
|
-
private calendarService;
|
|
2701
|
-
private dueStatusProviderService;
|
|
2702
|
-
private list;
|
|
2703
|
-
get name(): string;
|
|
2704
|
-
get title(): string;
|
|
2705
|
-
get icon(): string;
|
|
2706
|
-
/**
|
|
2707
|
-
* Retrieves a list of tasks, applying all provided filters and pagination.
|
|
2708
|
-
* @param options Filtering and pagination options.
|
|
2709
|
-
* @returns A promise resolving to the paginated list of tasks and the total count of filtered tasks.
|
|
2710
|
-
*/
|
|
2711
|
-
getTasks(options?: AXPTaskFilter): Promise<{
|
|
2712
|
-
items: AXPTask<extraFields$1>[];
|
|
2713
|
-
total: number;
|
|
2714
|
-
}>;
|
|
2715
|
-
/**
|
|
2716
|
-
* Updates one or more tasks in the provider's list.
|
|
2717
|
-
* This method finds each task by its ID and applies the new properties from the input.
|
|
2718
|
-
* It also automatically recalculates the `allDay` flag based on the task's duration.
|
|
2719
|
-
* @param tasksToUpdate An array of task objects to update. Each object must have an `id`.
|
|
2720
|
-
* @returns An array of the tasks that were successfully updated.
|
|
2721
|
-
*/
|
|
2722
|
-
updateTasks(tasksToUpdate: AXPTask<extraFields$1>[]): Promise<AXPTask<extraFields$1>[]>;
|
|
2723
|
-
private isDurationMoreThan24Hours;
|
|
2724
|
-
executeCommand(command: AXPExecuteCommand): Promise<AXPExecuteCommandResult>;
|
|
2725
|
-
getActions(task?: AXPTask<extraFields$1>): Promise<AXPActionMenuItem[]>;
|
|
2726
|
-
getExtraFields(): Promise<AXPExtraField[]>;
|
|
2727
|
-
getStatuses(): Promise<AXPTaskStatus[]>;
|
|
2728
|
-
}
|
|
2729
|
-
|
|
2730
2685
|
type extraFields = {
|
|
2731
2686
|
recievedDate: Date;
|
|
2732
2687
|
};
|
|
@@ -2735,8 +2690,8 @@ declare class AXPTaskBoardPlatformManagementTaskProvider extends AXPWorkflowTask
|
|
|
2735
2690
|
private dueStatusProviderService;
|
|
2736
2691
|
private list;
|
|
2737
2692
|
get name(): string;
|
|
2738
|
-
|
|
2739
|
-
|
|
2693
|
+
getTitle(): Promise<string>;
|
|
2694
|
+
getIcon(): Promise<string>;
|
|
2740
2695
|
/**
|
|
2741
2696
|
* Retrieves a list of tasks, applying all provided filters and pagination.
|
|
2742
2697
|
* @param options Filtering and pagination options.
|
|
@@ -2870,347 +2825,6 @@ declare abstract class AXCTextTemplateRenderBackend {
|
|
|
2870
2825
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateRenderBackend>;
|
|
2871
2826
|
}
|
|
2872
2827
|
|
|
2873
|
-
declare function registerConversationMockAfterHydration(hook: () => void): void;
|
|
2874
|
-
declare function awaitConversationMockSharedStorage(): Promise<void>;
|
|
2875
|
-
|
|
2876
|
-
/**
|
|
2877
|
-
* Mock implementation of AXMChatConversationApi.
|
|
2878
|
-
* Manages conversations in conversation shared storage with assist peer support.
|
|
2879
|
-
* Assist replies are generated in {@link AXCConversationMockMessageApi}; RTL scripts in message
|
|
2880
|
-
* text are handled in the chat assist renderer.
|
|
2881
|
-
*/
|
|
2882
|
-
declare class AXCConversationMockConversationApi extends AXMChatConversationApi {
|
|
2883
|
-
private readonly translation;
|
|
2884
|
-
private readonly notificationService;
|
|
2885
|
-
reportFocusedConversation(conversationId: string | null): void;
|
|
2886
|
-
private isConversationPinned;
|
|
2887
|
-
private conversationLastMessageMs;
|
|
2888
|
-
createConversation(data: AXConversationCreateData): Promise<AXConversation>;
|
|
2889
|
-
getConversation(conversationId: string): Promise<AXConversation>;
|
|
2890
|
-
getConversations(pagination: AXPagination, _filters?: AXConversationFilters): Promise<AXPaginatedResult<AXConversation>>;
|
|
2891
|
-
updateConversation(conversationId: string, updates: AXConversationUpdateData): Promise<AXConversation>;
|
|
2892
|
-
deleteConversation(conversationId: string): Promise<boolean>;
|
|
2893
|
-
archiveConversation(conversationId: string): Promise<void>;
|
|
2894
|
-
unarchiveConversation(conversationId: string): Promise<void>;
|
|
2895
|
-
pinConversation(_conversationId: string): Promise<void>;
|
|
2896
|
-
unpinConversation(_conversationId: string): Promise<void>;
|
|
2897
|
-
markConversationAsRead(conversationId: string): Promise<void>;
|
|
2898
|
-
markConversationAsUnread(conversationId: string): Promise<void>;
|
|
2899
|
-
searchConversations(query: string): Promise<AXConversation[]>;
|
|
2900
|
-
filterConversations(_filters: AXConversationFilters, pagination?: AXPagination): Promise<AXPaginatedResult<AXConversation>>;
|
|
2901
|
-
getParticipants(conversationId: string): Promise<AXParticipant[]>;
|
|
2902
|
-
addParticipants(conversationId: string, _userIds: string[]): Promise<AXConversation>;
|
|
2903
|
-
removeParticipant(conversationId: string, _userId: string): Promise<AXConversation>;
|
|
2904
|
-
leaveConversation(_conversationId: string): Promise<void>;
|
|
2905
|
-
updateParticipant(conversationId: string, _update: AXParticipantUpdate): Promise<AXConversation>;
|
|
2906
|
-
getConversationSettings(conversationId: string): Promise<AXConversationSettingsUpdate>;
|
|
2907
|
-
updateConversationSettings(_conversationId: string, _settings: AXConversationSettingsUpdate): Promise<void>;
|
|
2908
|
-
muteConversation(_conversationId: string, _duration?: number): Promise<void>;
|
|
2909
|
-
unmuteConversation(_conversationId: string): Promise<void>;
|
|
2910
|
-
uploadConversationAvatar(_conversationId: string, file: File): Promise<string>;
|
|
2911
|
-
getConversationMedia(_conversationId: string, _pagination?: AXPagination): Promise<AXPaginatedResult<unknown>>;
|
|
2912
|
-
addConversationTags(_conversationId: string, _tags: string[]): Promise<void>;
|
|
2913
|
-
removeConversationTags(_conversationId: string, _tags: string[]): Promise<void>;
|
|
2914
|
-
getConversationTags(_conversationId: string): Promise<string[]>;
|
|
2915
|
-
saveDraft(_conversationId: string, _draft: string): Promise<void>;
|
|
2916
|
-
getDraft(_conversationId: string): Promise<string | null>;
|
|
2917
|
-
clearDraft(_conversationId: string): Promise<void>;
|
|
2918
|
-
/**
|
|
2919
|
-
* Ensures synthetic assist-{assistId} participants exist in shared storage
|
|
2920
|
-
* and IndexedDB for private chats with assist metadata.
|
|
2921
|
-
*/
|
|
2922
|
-
private ensureAssistPeerParticipants;
|
|
2923
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockConversationApi, never>;
|
|
2924
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockConversationApi>;
|
|
2925
|
-
}
|
|
2926
|
-
|
|
2927
|
-
/**
|
|
2928
|
-
* Mock implementation of AXMChatMessageApi.
|
|
2929
|
-
* Manages messages in conversation shared storage with AI assist response generation.
|
|
2930
|
-
*/
|
|
2931
|
-
declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
2932
|
-
private readonly aiEngine;
|
|
2933
|
-
private readonly platformRuntimeContextBuilder;
|
|
2934
|
-
private readonly modelCatalog;
|
|
2935
|
-
private readonly aiResponder;
|
|
2936
|
-
private readonly toastService;
|
|
2937
|
-
private readonly entityService;
|
|
2938
|
-
private readonly notificationService;
|
|
2939
|
-
private readonly aiChatRouter;
|
|
2940
|
-
private readonly fileStorage;
|
|
2941
|
-
private readonly assistBackgroundOperation;
|
|
2942
|
-
private readonly translationService;
|
|
2943
|
-
/** Cached agent catalog titles for background-operation tool status text. */
|
|
2944
|
-
private readonly assistToolDisplayTitleByAgentId;
|
|
2945
|
-
private readonly assistRowData;
|
|
2946
|
-
private readonly agentRowData;
|
|
2947
|
-
/** Placeholder message ids with an in-flight {@link #generateAiChatResponse} run. */
|
|
2948
|
-
private readonly activeAssistGenerations;
|
|
2949
|
-
constructor();
|
|
2950
|
-
/** Session / locale snapshot for assist engine runs (prompt assembly stays in mock AI engine). */
|
|
2951
|
-
private resolvePlatformRuntimeContextForRun;
|
|
2952
|
-
sendMessage(command: AXSendMessageCommand): Promise<AXMessage>;
|
|
2953
|
-
getMessage(messageId: string): Promise<AXMessage>;
|
|
2954
|
-
retryAssistResponse(conversationId: string, messageId: string): Promise<AXMessage>;
|
|
2955
|
-
getMessages(conversationId: string, pagination: AXPagination): Promise<AXPaginatedResult<AXMessage>>;
|
|
2956
|
-
editMessage(messageId: string, payload: AXMessagePayload): Promise<AXMessage>;
|
|
2957
|
-
deleteMessage(messageId: string, _forEveryone?: boolean): Promise<void>;
|
|
2958
|
-
deleteMessages(messageIds: string[], forEveryone?: boolean): Promise<void>;
|
|
2959
|
-
searchMessages(conversationId: string, filters: AXMessageSearchFilters, _pagination?: AXPagination): Promise<AXPaginatedResult<AXMessage>>;
|
|
2960
|
-
searchAllMessages(_filters: AXMessageSearchFilters, _pagination?: AXPagination): Promise<AXPaginatedResult<AXMessage>>;
|
|
2961
|
-
addReaction(messageId: string, emoji: string): Promise<void>;
|
|
2962
|
-
removeReaction(messageId: string, emoji: string): Promise<void>;
|
|
2963
|
-
getAvailableReactions(): Promise<string[]>;
|
|
2964
|
-
markAsRead(conversationId: string, messageIds: string[]): Promise<void>;
|
|
2965
|
-
markAsUnread(conversationId: string): Promise<void>;
|
|
2966
|
-
getReadReceipts(_messageId: string): Promise<AXReadReceipt[]>;
|
|
2967
|
-
forwardMessage(_data: AXMessageForwardData): Promise<AXMessage[]>;
|
|
2968
|
-
pinMessage(_conversationId: string, _messageId: string): Promise<void>;
|
|
2969
|
-
unpinMessage(_conversationId: string, _messageId: string): Promise<void>;
|
|
2970
|
-
getPinnedMessages(_conversationId: string): Promise<AXPinnedMessage[]>;
|
|
2971
|
-
getMessageReplies(messageId: string, pagination?: AXPagination): Promise<AXPaginatedResult<AXMessage>>;
|
|
2972
|
-
getReplyCount(messageId: string): Promise<number>;
|
|
2973
|
-
getForwardCount(messageId: string): Promise<number>;
|
|
2974
|
-
sendTypingIndicator(conversationId: string): Promise<void>;
|
|
2975
|
-
stopTypingIndicator(conversationId: string): Promise<void>;
|
|
2976
|
-
updateMessageMetadata(_messageId: string, _metadata: Record<string, unknown>): Promise<void>;
|
|
2977
|
-
getMessageMetadata(_messageId: string): Promise<Record<string, unknown>>;
|
|
2978
|
-
updateMessageStatus(messageId: string, status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed'): Promise<void>;
|
|
2979
|
-
getMessageDeliveryStatus(_messageId: string): Promise<{
|
|
2980
|
-
delivered: number;
|
|
2981
|
-
read: number;
|
|
2982
|
-
total: number;
|
|
2983
|
-
}>;
|
|
2984
|
-
markMessagesAsRead(messageIds: string[]): Promise<void>;
|
|
2985
|
-
bulkDeleteMessages(_conversationId: string, _messageIds: string[], _forEveryone?: boolean): Promise<void>;
|
|
2986
|
-
exportMessages(_conversationId: string, _format: 'json' | 'csv' | 'txt'): Promise<string | Blob>;
|
|
2987
|
-
private storeMessage;
|
|
2988
|
-
private createNotificationForIncomingMessage;
|
|
2989
|
-
/**
|
|
2990
|
-
* Notifies when an assist response finishes. Placeholders are published without {@link #storeMessage}.
|
|
2991
|
-
*/
|
|
2992
|
-
private createNotificationForAssistResponseComplete;
|
|
2993
|
-
private persistChatNotification;
|
|
2994
|
-
private toUserReference;
|
|
2995
|
-
/**
|
|
2996
|
-
* Generates an automatic reply from a random participant for regular
|
|
2997
|
-
* (non-assist) conversations using the AI responder fallback service.
|
|
2998
|
-
*/
|
|
2999
|
-
private generateRegularAutoReply;
|
|
3000
|
-
/** Builds a formatted conversation history string for AI context (last 20 messages). */
|
|
3001
|
-
private buildConversationHistory;
|
|
3002
|
-
private delay;
|
|
3003
|
-
private getAiChatTarget;
|
|
3004
|
-
private shouldGenerateAssistConversationTitle;
|
|
3005
|
-
private generateAssistConversationTitle;
|
|
3006
|
-
private normalizeConversationTitle;
|
|
3007
|
-
/**
|
|
3008
|
-
* Starts or resumes assist generation for the user turn anchored by {@link userMessageId}.
|
|
3009
|
-
* Reuses an existing incomplete/failed/stale placeholder for that turn instead of appending another AI bubble.
|
|
3010
|
-
*/
|
|
3011
|
-
private startAssistResponseGeneration;
|
|
3012
|
-
private generateAiChatResponse;
|
|
3013
|
-
/**
|
|
3014
|
-
* Demis has no delegated follow-up agent — run {@link AXMAiDemisGeneralAssistId} (no `agent_uuid`)
|
|
3015
|
-
* with an inline JSON contract prompt, then merge {@code followUp} onto the main assist turn.
|
|
3016
|
-
*/
|
|
3017
|
-
private maybeAppendDemisAssistFollowUp;
|
|
3018
|
-
/** Demis follow-up: inline JSON contract (no follow-up agent / no Demisco agent_uuid). */
|
|
3019
|
-
private buildDemisFollowUpUserQuery;
|
|
3020
|
-
private extractLastUserPlainText;
|
|
3021
|
-
private extractLastAssistantPlainText;
|
|
3022
|
-
private parseFollowUpSuggestionsFromDemisPlainText;
|
|
3023
|
-
private stripDemisFollowUpBoilerplate;
|
|
3024
|
-
private isDemisFollowUpBoilerplateLine;
|
|
3025
|
-
private parseFollowUpItemsFromAssistantText;
|
|
3026
|
-
private turnTranscriptHasFollowUpSegment;
|
|
3027
|
-
private appendFollowUpToDemisAssistantTurn;
|
|
3028
|
-
/**
|
|
3029
|
-
* Non-debug UI reads {@link axmParseAssistTranscriptLinePayload} before metadata transcripts;
|
|
3030
|
-
* merge follow-up chips from completed delegated tool output when the payload line missed them.
|
|
3031
|
-
*/
|
|
3032
|
-
private enrichAssistPayloadLineWithFollowUpFromToolCalls;
|
|
3033
|
-
private mergeAssistRunUsageTotals;
|
|
3034
|
-
private createPlaceholderMessage;
|
|
3035
|
-
/** Inserts a paragraph break before the next streamed assistant narration part. */
|
|
3036
|
-
private appendAssistStreamPartBreak;
|
|
3037
|
-
private applyStreamDeltas;
|
|
3038
|
-
private publishPlaceholderMessage;
|
|
3039
|
-
/**
|
|
3040
|
-
* Clones an assist placeholder so each streaming write publishes a new object graph; Angular
|
|
3041
|
-
* `message` inputs only react when the bound reference changes.
|
|
3042
|
-
*/
|
|
3043
|
-
private snapshotStreamingAssistMessage;
|
|
3044
|
-
/** Latest row for this message id (streaming updates replace the map entry). */
|
|
3045
|
-
private resolveStreamingAssistMessage;
|
|
3046
|
-
private emitMessageUpdate;
|
|
3047
|
-
/** Clears nested specialist stream for one supervisor `agent:*` tool call (delegated sub-run round). */
|
|
3048
|
-
private resetDelegatedNestedStream;
|
|
3049
|
-
/** Appends streamed specialist text for a delegated agent run into that tool row (not the main bubble). */
|
|
3050
|
-
private appendDelegatedNestedStream;
|
|
3051
|
-
private pushDelegatedNestedTool;
|
|
3052
|
-
private completeDelegatedNestedTool;
|
|
3053
|
-
private addToolCall;
|
|
3054
|
-
private completeToolCall;
|
|
3055
|
-
/**
|
|
3056
|
-
* Persists {@link axmAssistUserFacingPayloadLine} without duplicating specialist `node`/`file`
|
|
3057
|
-
* segments that the supervisor already relayed in an assistant turn.
|
|
3058
|
-
*/
|
|
3059
|
-
private buildAssistPayloadLineForMessage;
|
|
3060
|
-
/** First text segment from the user-facing assist payload line (joined supervisor narration). */
|
|
3061
|
-
private extractAssistPayloadAnswerText;
|
|
3062
|
-
/**
|
|
3063
|
-
* When the supervisor already emitted chart/file nodes, drop the same segments from
|
|
3064
|
-
* `agent_result` tool rows so the stored assist payload is not built twice.
|
|
3065
|
-
*/
|
|
3066
|
-
private prepareTranscriptForAssistPayload;
|
|
3067
|
-
private finalizeMessage;
|
|
3068
|
-
/**
|
|
3069
|
-
* Resolves the AiModel catalog id for engine runs.
|
|
3070
|
-
* Order: conversation `metadata.modelEntityId` (info bar / overrides), then assist row `modelId`, then first catalog chat model.
|
|
3071
|
-
* Empty-assist flow may send before the info bar writes `modelEntityId`, so assist `modelId` must be resolved here.
|
|
3072
|
-
*/
|
|
3073
|
-
private resolveModelDisplayTitle;
|
|
3074
|
-
private resolveModelEntityId;
|
|
3075
|
-
private resolveDemisSessionUuidForConversation;
|
|
3076
|
-
private persistDemisSessionUuidFromRun;
|
|
3077
|
-
private modelEntityUsesDemisTransport;
|
|
3078
|
-
/**
|
|
3079
|
-
* Build chat lines for the AI engine. Only plain user/assistant text from each message
|
|
3080
|
-
* {@link #extractMessageText} is included — never assist message metadata
|
|
3081
|
-
* (`toolCalls`, `transcripts`, `streamDraft*`, `assistUi`, etc.), so the model does not
|
|
3082
|
-
* see internal trace or UI state.
|
|
3083
|
-
*/
|
|
3084
|
-
private buildAiMessages;
|
|
3085
|
-
private isStreamingPlaceholder;
|
|
3086
|
-
/** Incomplete, failed, or in-flight assist placeholders must not be sent to the model. */
|
|
3087
|
-
private isExcludedAssistPlaceholderForAiContext;
|
|
3088
|
-
/**
|
|
3089
|
-
* Marks persisted streaming placeholders as incomplete when no generation is active
|
|
3090
|
-
* (e.g. user closed the browser mid-stream).
|
|
3091
|
-
*/
|
|
3092
|
-
private reconcileStaleAssistPlaceholders;
|
|
3093
|
-
/** Clears persisted `isTyping` when no assist generation is active for that conversation. */
|
|
3094
|
-
private reconcileStaleConversationTyping;
|
|
3095
|
-
private getSortedConversationMessages;
|
|
3096
|
-
private isAssistResponseMessage;
|
|
3097
|
-
private findLatestUserMessage;
|
|
3098
|
-
private findAssistPlaceholderAfterUserMessage;
|
|
3099
|
-
private findPrecedingUserMessageForAssist;
|
|
3100
|
-
private findReuseableAssistPlaceholderForLatestUserTurn;
|
|
3101
|
-
private pruneDuplicateAssistPlaceholdersInTurn;
|
|
3102
|
-
private clearAssistTypingForConversation;
|
|
3103
|
-
private trackAssistBackgroundOperationStart;
|
|
3104
|
-
private trackAssistBackgroundOperationStreaming;
|
|
3105
|
-
private resolveAssistToolDisplayTitle;
|
|
3106
|
-
private trackAssistBackgroundOperationTool;
|
|
3107
|
-
private trackAssistBackgroundOperationComplete;
|
|
3108
|
-
private trackAssistBackgroundOperationFailed;
|
|
3109
|
-
private markAssistResponseIncomplete;
|
|
3110
|
-
private markAssistResponseFailed;
|
|
3111
|
-
private resetAssistPlaceholderForRetry;
|
|
3112
|
-
private extractLatestAssistantContent;
|
|
3113
|
-
/**
|
|
3114
|
-
* Maps a stored conversation message to a platform {@link AXPAiChatMessage}.
|
|
3115
|
-
* User image/file lines use `fileId` so providers resolve bytes from file storage.
|
|
3116
|
-
*/
|
|
3117
|
-
private conversationMessageToAiChatMessage;
|
|
3118
|
-
/** Builds `type: 'file'` responses from conversation image/file payloads (`mediaId` → `fileId`). */
|
|
3119
|
-
private extractUserFileResponses;
|
|
3120
|
-
/** Maps voice / audio payloads (`mediaId`) to platform `file` responses for the AI engine. */
|
|
3121
|
-
private extractUserVoiceOrAudioFileResponses;
|
|
3122
|
-
/** User-visible caption / transcription text sent alongside attachment bytes to the AI. */
|
|
3123
|
-
private extractUserCaptionText;
|
|
3124
|
-
/**
|
|
3125
|
-
* Ensures voice/audio user lines include transcribed text for the AI when the payload has
|
|
3126
|
-
* `mediaId` but no caption/transcription yet.
|
|
3127
|
-
*/
|
|
3128
|
-
private enrichUserMessagesForAiContext;
|
|
3129
|
-
private getUserAudioMediaId;
|
|
3130
|
-
private withMessagePayloadTranscription;
|
|
3131
|
-
private transcribeUserAudioMedia;
|
|
3132
|
-
/** Reply timestamps must be strictly after the latest user message (avoids same-ms ordering glitches). */
|
|
3133
|
-
private resolveReplyTimestampAfterUserMessages;
|
|
3134
|
-
private extractMessageTextForNotification;
|
|
3135
|
-
private extractMessageText;
|
|
3136
|
-
private getAssistParticipantId;
|
|
3137
|
-
private setConversationTyping;
|
|
3138
|
-
private buildUserFriendlyError;
|
|
3139
|
-
/**
|
|
3140
|
-
* Parses provider errors where JSON is wrapped by a text prefix,
|
|
3141
|
-
* e.g. "Gemini API error 429: { ... }".
|
|
3142
|
-
*/
|
|
3143
|
-
private extractApiErrorMessage;
|
|
3144
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockMessageApi, never>;
|
|
3145
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockMessageApi>;
|
|
3146
|
-
}
|
|
3147
|
-
|
|
3148
|
-
/**
|
|
3149
|
-
* Mock implementation of AXMChatRealtimeApi using conversation shared storage.
|
|
3150
|
-
* Provides connection management and real-time event subscriptions.
|
|
3151
|
-
*/
|
|
3152
|
-
declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
|
|
3153
|
-
readonly connectionStatus$: Observable<AXConnectionStatus>;
|
|
3154
|
-
connect(_options?: AXConnectionOptions): Promise<void>;
|
|
3155
|
-
disconnect(): Promise<void>;
|
|
3156
|
-
isConnected(): boolean;
|
|
3157
|
-
reconnect(): Promise<void>;
|
|
3158
|
-
subscribeToConnectionEvents(): Observable<AXConnectionEvent>;
|
|
3159
|
-
subscribeToMessages(conversationId: string): Observable<AXMessage>;
|
|
3160
|
-
subscribeToMessageUpdates(conversationId?: string): Observable<AXMessage>;
|
|
3161
|
-
subscribeToMessageDeletions(_conversationId?: string): Observable<string>;
|
|
3162
|
-
subscribeToMessageReactions(_conversationId?: string): Observable<AXMessage>;
|
|
3163
|
-
subscribeToConversationUpdates(): Observable<AXConversation>;
|
|
3164
|
-
subscribeToConversationCreated(): Observable<AXConversation>;
|
|
3165
|
-
subscribeToConversationDeleted(): Observable<string>;
|
|
3166
|
-
subscribeToTypingIndicators(conversationId?: string): Observable<AXTypingIndicator>;
|
|
3167
|
-
subscribeToPresenceUpdates(_userIds?: string[]): Observable<AXPresenceUpdate>;
|
|
3168
|
-
/**
|
|
3169
|
-
* Emits when a message transitions to {@link AXMessage.status} `read` (e.g. mark-as-read / conversation read).
|
|
3170
|
-
* Derived from {@link conversationSharedStorage.messageUpdates$} so mock APIs do not need a separate bus.
|
|
3171
|
-
*/
|
|
3172
|
-
subscribeToReadReceipts(conversationId?: string): Observable<{
|
|
3173
|
-
messageId: string;
|
|
3174
|
-
userId: string;
|
|
3175
|
-
readAt: Date;
|
|
3176
|
-
}>;
|
|
3177
|
-
subscribeToNotifications(): Observable<AXNotificationEvent>;
|
|
3178
|
-
subscribeToCallEvents(): Observable<AXCallEvent>;
|
|
3179
|
-
subscribeToUserBlockEvents(): Observable<{
|
|
3180
|
-
userId: string;
|
|
3181
|
-
blocked: boolean;
|
|
3182
|
-
}>;
|
|
3183
|
-
subscribeToParticipantEvents(_conversationId?: string): Observable<{
|
|
3184
|
-
conversationId: string;
|
|
3185
|
-
userId: string;
|
|
3186
|
-
action: 'added' | 'removed';
|
|
3187
|
-
}>;
|
|
3188
|
-
subscribeToSystemEvents(): Observable<{
|
|
3189
|
-
type: string;
|
|
3190
|
-
message: string;
|
|
3191
|
-
data?: unknown;
|
|
3192
|
-
}>;
|
|
3193
|
-
/**
|
|
3194
|
-
* New messages emit from {@link conversationSharedStorage.messageStream$}; status transitions emit from
|
|
3195
|
-
* {@link conversationSharedStorage.messageUpdates$} (same message id, different `status`).
|
|
3196
|
-
*/
|
|
3197
|
-
subscribeToMessageStatusChanges(conversationId?: string): Observable<{
|
|
3198
|
-
messageId: string;
|
|
3199
|
-
status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed';
|
|
3200
|
-
timestamp: Date;
|
|
3201
|
-
}>;
|
|
3202
|
-
subscribeToConversationSettingsChanges(_conversationId?: string): Observable<{
|
|
3203
|
-
conversationId: string;
|
|
3204
|
-
settings: Record<string, unknown>;
|
|
3205
|
-
}>;
|
|
3206
|
-
subscribeToDraftChanges(_conversationId?: string): Observable<{
|
|
3207
|
-
conversationId: string;
|
|
3208
|
-
draft: string | null;
|
|
3209
|
-
}>;
|
|
3210
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockRealtimeApi, never>;
|
|
3211
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockRealtimeApi>;
|
|
3212
|
-
}
|
|
3213
|
-
|
|
3214
2828
|
/**
|
|
3215
2829
|
* Mock conversation upload handler — listens to {@link AXUploaderService} events and
|
|
3216
2830
|
* persists chat attachments via {@link AXPFileStorageService}.
|
|
@@ -3227,78 +2841,6 @@ declare class AXCConversationMockUploaderService {
|
|
|
3227
2841
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockUploaderService>;
|
|
3228
2842
|
}
|
|
3229
2843
|
|
|
3230
|
-
/**
|
|
3231
|
-
* Mock implementation of AXMChatUserApi using conversation shared storage.
|
|
3232
|
-
* Provides user profile, discovery, presence, blocking, and settings operations.
|
|
3233
|
-
*/
|
|
3234
|
-
declare class AXCConversationMockUserApi extends AXMChatUserApi {
|
|
3235
|
-
getCurrentUser(): Promise<AXParticipant>;
|
|
3236
|
-
updateProfile(updates: AXUserProfileUpdate): Promise<AXParticipant>;
|
|
3237
|
-
uploadAvatar(file: File): Promise<string>;
|
|
3238
|
-
getUsers(filters?: AXUserSearchFilters): Promise<AXParticipant[]>;
|
|
3239
|
-
searchUsers(query: string): Promise<AXParticipant[]>;
|
|
3240
|
-
getUserById(userId: string): Promise<AXParticipant>;
|
|
3241
|
-
getUsersByIds(userIds: string[]): Promise<AXParticipant[]>;
|
|
3242
|
-
getUserPresence(userId: string): Promise<AXPresenceUpdate>;
|
|
3243
|
-
updatePresence(_status: AXPresenceStatus, _statusText?: string): Promise<void>;
|
|
3244
|
-
blockUser(_userId: string, _reason?: AXBlockReportReason): Promise<void>;
|
|
3245
|
-
unblockUser(_userId: string): Promise<void>;
|
|
3246
|
-
getBlockedUsers(): Promise<string[]>;
|
|
3247
|
-
reportUser(_userId: string, _reason: AXBlockReportReason): Promise<void>;
|
|
3248
|
-
getUserSettings(): Promise<Record<string, unknown>>;
|
|
3249
|
-
updateUserSettings(_settings: Record<string, unknown>): Promise<void>;
|
|
3250
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockUserApi, never>;
|
|
3251
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockUserApi>;
|
|
3252
|
-
}
|
|
3253
|
-
|
|
3254
|
-
/** All seeded participants: synthetic `current-user` plus every security mock user (stable UUID ids). */
|
|
3255
|
-
declare const participantMock: AXParticipant[];
|
|
3256
|
-
/**
|
|
3257
|
-
* Stable user ids referenced by seeded chat messages (replaces legacy `user-2`, `user-3`, … ids).
|
|
3258
|
-
* Values match {@link mockUsers} so org chart / employee `userId` resolves in conversation mock APIs.
|
|
3259
|
-
*/
|
|
3260
|
-
declare const conversationDemoSeedUserIds: {
|
|
3261
|
-
readonly primaryPeer: "f0000001-0000-4000-a000-000000000004";
|
|
3262
|
-
readonly secondaryPeer: "f0000001-0000-4000-a000-000000000005";
|
|
3263
|
-
readonly tertiaryPeer: "f0000001-0000-4000-a000-000000000007";
|
|
3264
|
-
readonly designPeerA: "f0000001-0000-4000-a000-00000000000e";
|
|
3265
|
-
readonly designPeerB: "f0000001-0000-4000-a000-00000000000f";
|
|
3266
|
-
};
|
|
3267
|
-
/** Index in {@link participantMock} for a security user id (`1` = first entry after `current-user`). */
|
|
3268
|
-
declare function mockParticipantIndexForSecurityUserId(userId: string): number;
|
|
3269
|
-
|
|
3270
|
-
declare const chatMock: AXConversation[];
|
|
3271
|
-
|
|
3272
|
-
declare const chatMessageMock: AXMessage[];
|
|
3273
|
-
/**
|
|
3274
|
-
* Mapping of last message IDs per conversation, used by the chat seeder
|
|
3275
|
-
* to set `lastMessage` references on conversations after messages are seeded.
|
|
3276
|
-
*/
|
|
3277
|
-
declare const CHAT_LAST_MESSAGE_IDS: Record<string, string>;
|
|
3278
|
-
|
|
3279
|
-
/**
|
|
3280
|
-
* Consolidated seeder for all conversation2 component data.
|
|
3281
|
-
* Seeds participants, conversations, and messages into conversationSharedStorage
|
|
3282
|
-
* 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).
|
|
3283
|
-
*
|
|
3284
|
-
* On subsequent app loads, restores from IndexedDB instead of re-seeding so message
|
|
3285
|
-
* {@link AXMessage.status} (e.g. mark-as-read) and unread counts survive refresh.
|
|
3286
|
-
*/
|
|
3287
|
-
declare class AXCConversationDataSeeder implements AXPDataSeeder {
|
|
3288
|
-
seed(): Promise<void>;
|
|
3289
|
-
/** Recomputes sidebar unread badges from persisted message read state. */
|
|
3290
|
-
private reconcileUnreadCountsAfterRestore;
|
|
3291
|
-
private seedParticipants;
|
|
3292
|
-
private seedConversations;
|
|
3293
|
-
private seedMessages;
|
|
3294
|
-
/** Sets `lastMessage` on each conversation using the mapping from mock data. */
|
|
3295
|
-
private linkLastMessages;
|
|
3296
|
-
/** Randomly toggles participant online/offline/away status every 20-40 seconds. */
|
|
3297
|
-
private startPresenceSimulation;
|
|
3298
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationDataSeeder, never>;
|
|
3299
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationDataSeeder>;
|
|
3300
|
-
}
|
|
3301
|
-
|
|
3302
2844
|
declare class AXPMessageDataSeeder implements AXPDataSeeder {
|
|
3303
2845
|
private storageService;
|
|
3304
2846
|
seed(): Promise<void>;
|
|
@@ -4573,5 +4115,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
|
|
|
4573
4115
|
|
|
4574
4116
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
4575
4117
|
|
|
4576
|
-
export { ACTIVITY_CATEGORIES, ACTIVITY_CATEGORY_ID_BY_KEY, ACTIVITY_DEFINITIONS, AI_ASSIST_MOCK, AI_MODEL_MOCK, APPLICATIONS, APPLICATION_CATEGORY_IDS, APPLICATION_CATEGORY_MOCKS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAiAssistSeeder, AXCAiManagementMockModule, AXCAiModelSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationCategoryDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarManagementMockModule, AXCCalendarOccasionDataSeeder, AXCCommandRegistryDataSeeder, AXCCommonMockModule, AXCContactCoreMockModule, AXCContentManagementMockModule,
|
|
4118
|
+
export { ACTIVITY_CATEGORIES, ACTIVITY_CATEGORY_ID_BY_KEY, ACTIVITY_DEFINITIONS, AI_ASSIST_MOCK, AI_MODEL_MOCK, APPLICATIONS, APPLICATION_CATEGORY_IDS, APPLICATION_CATEGORY_MOCKS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAiAssistSeeder, AXCAiManagementMockModule, AXCAiModelSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationCategoryDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarManagementMockModule, AXCCalendarOccasionDataSeeder, AXCCommandRegistryDataSeeder, AXCCommonMockModule, AXCContactCoreMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCConversationMockUploaderService, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCEntityDefinitionSeederService, AXCEntityDefinitionsModule, AXCEntityStorageInsertCommand, AXCEntityStorageModule, AXCEntityStorageQueryQuery, AXCFileStorageServiceDexie, AXCFileStorageServiceFirestore, AXCFinancialCoreMockModule, AXCFirestoreEntityStorageService, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHealthCoreMockModule, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCImageCaptchaChallengeProviderMock, AXCIntegrationLifecycleEventsService, AXCIntegrationManagementMockModule, AXCIntegrationOAuthMockService, AXCIntegrationSecretStoreMock, AXCIntegrationTokenRefreshService, AXCJiraManagementMockModule, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetadataCategorySeeder, AXCMiddlewaresModule, AXCMockCaptchaChallengeComponent, AXCMockEntityLogListener, AXCMockModule, AXCMockShowMetaDataFormPopupCommand, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonCoreMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryRegistryDataSeeder, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCStoredEntityDefinitionLoader, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTextTemplateRenderBackend, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWidgetCatalogDataSeeder, AXCWorkflowCategorySeeder, AXCWorkflowDefinitionDataSeeder, AXCWorkflowEngine, AXCWorkflowExecutionDB, AXCWorkflowExecutionStoreDexie, AXCWorkflowExecutionStoreFirestore, AXCWorkflowInstanceCartableDemoSeeder, AXCWorkflowManagementMockModule, AXC_ENTITY_STORAGE_BACKEND_TYPE, AXC_FIRESTORE_CONFIG, AXC_FIRESTORE_DB, AXC_WORKFLOW_EXECUTION_STORE, AXMAiDemisAssistAgentUuid, AXMAiDemisAssistId, AXMAiDemisGeneralAssistId, AXMAiModelStableIds, AXMAiPlatformAssistantAssistId, AXMAutomationDataSeeder, AXMBusinessUnitDataSeeder, AXMCalendarOccasionTypeSeeder, AXMDashboardChartDataSourceDefinition, AXMEmployeeDataSeeder, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMJiraManagementMockIds, 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, AXVChangeType, BCC, BOC, BUSINESS_UNITS_MOCK, COLLABORATION_STANDARD, CP, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYMENT_TYPES_MOCK, ENTITY_DEFINITION_MAP, ENTITY_REGISTRY, G, HR_ENTERPRISE, HW, JOB_DEFINITIONS_CATEGORY_MOCK, JOB_DEFINITIONS_MOCK, JOB_DEFINITION_CATEGORY_KEY_TO_ID, JOB_LEVELS_MOCK, LASER_PLUMBING_TENANT_ID, LEAVE_REQUESTS_MOCK, MAGFA_COMMERCE_STANDARD, MAGFA_CONVERSATION_DASHBOARD, MAGFA_TENANT_ID, METADATA_CATEGORY_IDS, METADATA_GENERAL_CATEGORY_REFS, METADATA_SYSTEM_CATEGORY_REFS, MLC, MOCK_CALENDAR_AUSTRALIA_ID, MOCK_CALENDAR_INTERNATIONAL_GREGORIAN_ID, MOCK_CALENDAR_IRAN_PERSIAN_ID, MOCK_CALENDAR_NEW_ZEALAND_ID, MOCK_DATA_SEED_VERSION, MOCK_ENTITY_SEED_META_KEY, OHR, 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, 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, axVersionDB, axWorkflowExecutionDB, axcPatchEmployeeActivePrimaryBusinessUnitRefsFromRows, axcPatchEmployeeActivePrimaryPositionRefsFromRows, axcPatchEmployeeManagerRefsFromRows, axcResolveCommandRegistrySeedId, axcResolveQueryRegistrySeedId, axcResolveWidgetCatalogSeedId, bankCategory, buildEntityStorageQuickSearchFilter, buildWorkflowInstanceCartableDemoRows, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarMock, calendarOccasionMock, calendarOccasionSeedData, calendarOccasionTypeMockData, checkboxInterface, childCountMiddleware, clearEntityDefinitionFirestoreCollections, colorInterface, computeDiff, contactInterface, createFileCastMiddleware, createWidgetLayoutConfig, createWorkflowDefinitionEntityMock, dateInterface, dateTimeInterface, descriptionInterface, documentFolderSyncMiddleware, emailInterface, enrichCalendarOccasionForStorage, enrichWorkflowGraph, entityDefDb, entityValidationMiddleware, finalizeActivityCategoryItemCounts, findEmployeeById, folderStorageMiddleware, groupOrderItemCalculatorMiddleware, historyMiddleware, identifierCommitMiddleware, imageInterface, inspectionOkXNaInterface, loadMockPropertyDefinitions, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mergeQuickSearchIntoRequest, metadataCategoryMocks, mockQuestionBankItemByName, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, parseEntityStorageInsertData, parseEntityStorageQueryRequest, participantIds, 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 };
|
|
4577
4119
|
export type { AXCBookmarkEntity, AXCEntityStorageBackendType, AXCEntityStorageInsertInput, AXCEntityStorageInsertOutput, AXCEntityStorageQueryInput, AXCEntityStorageQueryResult, AXCFirestoreConfig, AXCLeaveRequestMockDto, AXCMockEntitySeedMeta, 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, CompleteOAuthMockInput, CreateWorkflowDefinitionEntityMockOptions, EntityDefinitionFirestoreSnapshotFile, FirestoreSnapshotOperation, IntegrationLifecycleEventPayload, MockUserPassCredentials, QuestionBankItemCategoryTitle, QuestionBankItemMockDto, QuestionnaireCategoryTitle, QuestionnaireMockDto, ShowMetaDataFormPopupMockInput, StartOAuthMockInput, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo, WorkflowInstanceEntityBookmark };
|