@acorex/connectivity 21.0.0-next.41 → 21.0.0-next.43
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-BTiDjsTG.mjs → acorex-connectivity-mock-acorex-connectivity-mock-Dy--4by0.mjs} +3113 -1365
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-Dy--4by0.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-Cbm3SNXn.mjs → acorex-connectivity-mock-assign-to-manager.activity-C28tH9lJ.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-Cbm3SNXn.mjs.map → acorex-connectivity-mock-assign-to-manager.activity-C28tH9lJ.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-OImAZbUq.mjs → acorex-connectivity-mock-chat-generate-image.command-sx2CDa3S.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-OImAZbUq.mjs.map → acorex-connectivity-mock-chat-generate-image.command-sx2CDa3S.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-Dieqfce2.mjs → acorex-connectivity-mock-chat-synthesize-speech.command-DteMILSk.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-Dieqfce2.mjs.map → acorex-connectivity-mock-chat-synthesize-speech.command-DteMILSk.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BvZwDms4.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-ZqjqR8B5.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BvZwDms4.mjs.map → acorex-connectivity-mock-chat-transcribe-speech.command-ZqjqR8B5.mjs.map} +1 -1
- package/fesm2022/acorex-connectivity-mock-notification-management-email-send.command-DAQfIWoD.mjs +73 -0
- package/fesm2022/acorex-connectivity-mock-notification-management-email-send.command-DAQfIWoD.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-DZlsdoZn.mjs → acorex-connectivity-mock-user-roles-for-list-column.query-Bq_It_Wl.mjs} +2 -3
- package/fesm2022/acorex-connectivity-mock-user-roles-for-list-column.query-Bq_It_Wl.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock.mjs +2 -1
- package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
- package/package.json +2 -2
- package/types/acorex-connectivity-mock.d.ts +164 -95
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-BTiDjsTG.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-user-roles-for-list-column.query-DZlsdoZn.mjs.map +0 -1
|
@@ -9,11 +9,11 @@ import { AXPCommand, AXPQuery } from '@acorex/platform/runtime';
|
|
|
9
9
|
import { Router } from '@angular/router';
|
|
10
10
|
import { AXMAuthConfigs } from '@acorex/modules/auth';
|
|
11
11
|
import { AXDataSourceFilterOption } from '@acorex/cdk/common';
|
|
12
|
-
import * as _acorex_platform_common from '@acorex/platform/common';
|
|
13
|
-
import { AXPEntity, AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo, AXPVersioningService, AXPVersionEntry as AXPVersionEntry$1, CanonicalChange as CanonicalChange$1, AXVChangeType as AXVChangeType$1 } from '@acorex/platform/common';
|
|
14
12
|
import { AXPEntityStorageService, AXPEntityDefinitionLoader, AXPDataSeeder, AXPRecordStateInfo, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
|
|
15
13
|
import Dexie, { Table } from 'dexie';
|
|
16
14
|
import { Firestore } from 'firebase/firestore';
|
|
15
|
+
import * as _acorex_platform_common from '@acorex/platform/common';
|
|
16
|
+
import { AXPEntity, AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo, AXPVersioningService, AXPVersionEntry as AXPVersionEntry$1, CanonicalChange as CanonicalChange$1, AXVChangeType as AXVChangeType$1 } from '@acorex/platform/common';
|
|
17
17
|
import { AXPPropertyDefinition } from '@acorex/platform/domain';
|
|
18
18
|
import { AXMAiManagementModelEntityModel, AXMAiManagementAssistEntityModel } from '@acorex/modules/ai-management';
|
|
19
19
|
import { AXMApplicationManagementApplicationEntityModel, AXMApplicationManagementEditionEntityModel } from '@acorex/modules/application-management';
|
|
@@ -28,8 +28,8 @@ import * as _acorex_platform_workflow from '@acorex/platform/workflow';
|
|
|
28
28
|
import { AXPWorkflowInstance, AXPWorkflowEngine, AXPStartWorkflowRequest, AXPStartWorkflowResponse, AXPResumeWorkflowRequest, AXPResumeWorkflowResponse, AXPGetWorkflowStateRequest, AXPWorkflowInstanceState, AXPClaimWorkflowTaskRequest, AXPClaimWorkflowTaskResponse, AXPFrontActivityCompleteRequest, AXPFrontActivityCompleteResponse, AXPWorkflowDefinition, AXPActivityCategory, AXPActivityDefinition, AXPWorkflowCategory } from '@acorex/platform/workflow';
|
|
29
29
|
import { AXMWorkflowManagementWorkflowDefinitionEntityModel } from '@acorex/modules/workflow-management';
|
|
30
30
|
import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
31
|
+
import { AXConversationCreateData, AXConversation, AXPagination, AXConversationFilters, AXPaginatedResult, AXConversationUpdateData, AXParticipant, AXParticipantUpdate, AXConversationSettingsUpdate, AXSendMessageCommand, AXMessage, AXMessagePayload, AXMessageSearchFilters, AXReadReceipt, AXMessageForwardData, AXPinnedMessage, AXConnectionStatus, AXConnectionOptions, AXConnectionEvent, AXTypingIndicator, AXPresenceUpdate, AXNotificationEvent, AXCallEvent, AXUserProfileUpdate, AXUserSearchFilters, AXPresenceStatus, AXBlockReportReason } from '@acorex/components/conversation2';
|
|
32
|
+
import { AXMChatConversationApi, AXMChatMessageApi, AXMChatRealtimeApi, AXMChatUserApi } from '@acorex/modules/conversation';
|
|
33
33
|
import { Observable } from 'rxjs';
|
|
34
34
|
import { ShowMetaDataFormPopupCommand, ShowMetaDataFormPopupInput, ResolveGroupsResult } from '@acorex/modules/data-management';
|
|
35
35
|
import { AXPDynamicFormGroupDefinition } from '@acorex/platform/layout/builder';
|
|
@@ -38,6 +38,7 @@ import * as dist_libs_modules_types_acorex_modules_calendar_management from 'dis
|
|
|
38
38
|
import { AXMCalendarManagementCalendarEventTypeEntityModel } from '@acorex/modules/calendar-management';
|
|
39
39
|
import { AXPWidgetNode } from '@acorex/platform/layout/widget-core';
|
|
40
40
|
import { AXPIdentifierRule, AXPChecksumProvider, AXPClockProvider, AXPLookupProvider, AXPPolicyProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
|
|
41
|
+
export { AXC_TEXT_TEMPLATE_RENDER_COMMAND_KEY } from '@acorex/modules/content-management';
|
|
41
42
|
|
|
42
43
|
declare class AXCCommonMockModule {
|
|
43
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCommonMockModule, never>;
|
|
@@ -560,11 +561,6 @@ declare class AXCEntityStorageQueryQuery implements AXPQuery<AXCEntityStorageQue
|
|
|
560
561
|
* Returns null when the payload cannot be parsed.
|
|
561
562
|
*/
|
|
562
563
|
declare function parseEntityStorageQueryRequest(raw: AXPQueryRequest | string | undefined | null): AXPQueryRequest | null;
|
|
563
|
-
/**
|
|
564
|
-
* Derives lodash-get paths for quick search from the entity definition: string-like property names
|
|
565
|
-
* plus lookup `expose[].target` paths (e.g. `brand.title`).
|
|
566
|
-
*/
|
|
567
|
-
declare function collectQuickSearchFieldPathsFromEntityDefinition(entity: AXPEntity | null | undefined): string[];
|
|
568
564
|
/**
|
|
569
565
|
* Builds a broad OR filter: fixed “usual suspects” plus optional extra paths (`contains` only on extras).
|
|
570
566
|
* Extra paths typically come from the entity definition and/or caller-supplied {@link quickSearchFieldPaths}.
|
|
@@ -967,10 +963,10 @@ interface AXMAiManagementAssistMockModel extends AXMAiManagementAssistEntityMode
|
|
|
967
963
|
/** Catalog id of a row whose `modelPurposes` includes `image`; must match chat transport when generating images. */
|
|
968
964
|
imageModelId?: string | null;
|
|
969
965
|
}
|
|
970
|
-
/** Deterministic id for the platform
|
|
971
|
-
declare const
|
|
972
|
-
/** Deterministic id for the Demis AI
|
|
973
|
-
declare const
|
|
966
|
+
/** Deterministic id for the platform assistant assist row. */
|
|
967
|
+
declare const AXMAiPlatformAssistantAssistId = "b0000001-0000-4000-8000-000000000001";
|
|
968
|
+
/** Deterministic id for the Demis AI assistant assist row (mirror of platform assistant, lighter delegation). */
|
|
969
|
+
declare const AXMAiDemisAssistantAssistId = "b0000001-0000-4000-8000-000000000004";
|
|
974
970
|
declare const AI_ASSIST_MOCK: AXMAiManagementAssistMockModel[];
|
|
975
971
|
|
|
976
972
|
declare class AXCAiAssistSeeder implements AXPDataSeeder {
|
|
@@ -1008,10 +1004,34 @@ declare const AXM_AI_REGISTRY_COMMAND_NAME: {
|
|
|
1008
1004
|
declare const AXM_AI_REGISTRY_QUERY_NAME: {
|
|
1009
1005
|
readonly listRegisteredEntities: "PlatformManagement:ListRegisteredEntities";
|
|
1010
1006
|
readonly listRegisteredDataSources: "PlatformManagement:ListRegisteredDataSources";
|
|
1007
|
+
readonly listPlatformNavigationForAi: "PlatformManagement:ListPlatformNavigationForAi";
|
|
1011
1008
|
readonly entityStorageQuery: "ConnectivityMock:EntityStorage:Query";
|
|
1012
1009
|
readonly widgetsGetForAi: "Widgets:GetForAI";
|
|
1013
1010
|
};
|
|
1014
1011
|
|
|
1012
|
+
/** Stable UUIDs for ApplicationManagement.ApplicationCategory demo data. */
|
|
1013
|
+
declare const APPLICATION_CATEGORY_IDS: {
|
|
1014
|
+
readonly ecommerce: "a1000001-0001-4001-a001-000000000001";
|
|
1015
|
+
readonly finance: "a1000001-0001-4001-a001-000000000002";
|
|
1016
|
+
readonly procurement: "a1000001-0001-4001-a001-000000000003";
|
|
1017
|
+
readonly platform: "a1000001-0001-4001-a001-000000000004";
|
|
1018
|
+
readonly safety: "a1000001-0001-4001-a001-000000000005";
|
|
1019
|
+
readonly crm: "a1000001-0001-4001-a001-000000000006";
|
|
1020
|
+
readonly hr: "a1000001-0001-4001-a001-000000000007";
|
|
1021
|
+
};
|
|
1022
|
+
interface AXMApplicationManagementApplicationCategoryMockModel extends AXPCategoryEntity {
|
|
1023
|
+
icon?: string;
|
|
1024
|
+
color?: string;
|
|
1025
|
+
}
|
|
1026
|
+
declare const APPLICATION_CATEGORY_MOCKS: AXMApplicationManagementApplicationCategoryMockModel[];
|
|
1027
|
+
|
|
1028
|
+
declare class AXCApplicationCategoryDataSeeder implements AXPDataSeeder {
|
|
1029
|
+
private readonly storageService;
|
|
1030
|
+
seed(): Promise<void>;
|
|
1031
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCApplicationCategoryDataSeeder, never>;
|
|
1032
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCApplicationCategoryDataSeeder>;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1015
1035
|
declare const APPLICATIONS: AXMApplicationManagementApplicationEntityModel[];
|
|
1016
1036
|
|
|
1017
1037
|
declare class AXCApplicationDataSeeder implements AXPDataSeeder {
|
|
@@ -1433,6 +1453,9 @@ interface AXMOrganizationManagementTeamMockModel extends AXMOrganizationManageme
|
|
|
1433
1453
|
memberIds: string[];
|
|
1434
1454
|
members: AXCEmployeeMock$1[];
|
|
1435
1455
|
}
|
|
1456
|
+
/** Stable English category keys → id (flat list; used when attaching teams). */
|
|
1457
|
+
declare const TEAM_CATEGORY_KEY_TO_ID: Record<string, string>;
|
|
1458
|
+
declare const TEAMS_CATEGORY_MOCK: AXPCategoryEntity<string>[];
|
|
1436
1459
|
declare const TEAMS_MOCK: AXMOrganizationManagementTeamMockModel[];
|
|
1437
1460
|
|
|
1438
1461
|
declare class AXMTeamDataSeeder implements AXPDataSeeder {
|
|
@@ -2471,87 +2494,40 @@ declare class AXMWorkflowDashboardChartDataSourceDefinition implements AXPDataSo
|
|
|
2471
2494
|
}
|
|
2472
2495
|
|
|
2473
2496
|
/**
|
|
2474
|
-
*
|
|
2475
|
-
*
|
|
2497
|
+
* Request to render a persisted text template channel with merge values.
|
|
2498
|
+
* Placeholders use `{{token}}` (token: word chars and hyphen), matching the template editor preview.
|
|
2476
2499
|
*/
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockUserApi>;
|
|
2500
|
+
interface AXPTextTemplateRenderRequest {
|
|
2501
|
+
textTemplateId: string;
|
|
2502
|
+
/** Channel key on `channels`, e.g. `email`, `sms`. Defaults to `email`. */
|
|
2503
|
+
channel?: string;
|
|
2504
|
+
/** Locale for resolving per-locale template fields (e.g. `en-US`, `fa-IR`). Defaults to `en-US`. */
|
|
2505
|
+
locale?: string;
|
|
2506
|
+
/** Values merged into `{{name}}` placeholders. Missing keys leave the placeholder unchanged. */
|
|
2507
|
+
merge?: Record<string, string>;
|
|
2508
|
+
}
|
|
2509
|
+
/**
|
|
2510
|
+
* Rendered subject/body for one channel after placeholder replacement.
|
|
2511
|
+
*/
|
|
2512
|
+
interface AXPTextTemplateRenderResult {
|
|
2513
|
+
textTemplateId: string;
|
|
2514
|
+
channel: string;
|
|
2515
|
+
subject?: string;
|
|
2516
|
+
body: string;
|
|
2495
2517
|
}
|
|
2496
2518
|
|
|
2497
2519
|
/**
|
|
2498
|
-
*
|
|
2499
|
-
*
|
|
2520
|
+
* Backend port for rendering text templates (merge placeholders into channel content).
|
|
2521
|
+
* Mock provides {@link AXCTextTemplateRenderMockBackend}; a future connectivity/api module can add HTTP.
|
|
2500
2522
|
*/
|
|
2501
|
-
declare class
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
isConnected(): boolean;
|
|
2506
|
-
reconnect(): Promise<void>;
|
|
2507
|
-
subscribeToConnectionEvents(): Observable<AXConnectionEvent>;
|
|
2508
|
-
subscribeToMessages(conversationId: string): Observable<AXMessage>;
|
|
2509
|
-
subscribeToMessageUpdates(_conversationId?: string): Observable<AXMessage>;
|
|
2510
|
-
subscribeToMessageDeletions(_conversationId?: string): Observable<string>;
|
|
2511
|
-
subscribeToMessageReactions(_conversationId?: string): Observable<AXMessage>;
|
|
2512
|
-
subscribeToConversationUpdates(): Observable<AXConversation>;
|
|
2513
|
-
subscribeToConversationCreated(): Observable<AXConversation>;
|
|
2514
|
-
subscribeToConversationDeleted(): Observable<string>;
|
|
2515
|
-
subscribeToTypingIndicators(conversationId: string): Observable<AXTypingIndicator>;
|
|
2516
|
-
subscribeToPresenceUpdates(_userIds?: string[]): Observable<AXPresenceUpdate>;
|
|
2517
|
-
subscribeToReadReceipts(_conversationId?: string): Observable<{
|
|
2518
|
-
messageId: string;
|
|
2519
|
-
userId: string;
|
|
2520
|
-
readAt: Date;
|
|
2521
|
-
}>;
|
|
2522
|
-
subscribeToNotifications(): Observable<AXNotificationEvent>;
|
|
2523
|
-
subscribeToCallEvents(): Observable<AXCallEvent>;
|
|
2524
|
-
subscribeToUserBlockEvents(): Observable<{
|
|
2525
|
-
userId: string;
|
|
2526
|
-
blocked: boolean;
|
|
2527
|
-
}>;
|
|
2528
|
-
subscribeToParticipantEvents(_conversationId?: string): Observable<{
|
|
2529
|
-
conversationId: string;
|
|
2530
|
-
userId: string;
|
|
2531
|
-
action: 'added' | 'removed';
|
|
2532
|
-
}>;
|
|
2533
|
-
subscribeToSystemEvents(): Observable<{
|
|
2534
|
-
type: string;
|
|
2535
|
-
message: string;
|
|
2536
|
-
data?: unknown;
|
|
2537
|
-
}>;
|
|
2538
|
-
subscribeToMessageStatusChanges(_conversationId?: string): Observable<{
|
|
2539
|
-
messageId: string;
|
|
2540
|
-
status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed';
|
|
2541
|
-
timestamp: Date;
|
|
2542
|
-
}>;
|
|
2543
|
-
subscribeToConversationSettingsChanges(_conversationId?: string): Observable<{
|
|
2544
|
-
conversationId: string;
|
|
2545
|
-
settings: Record<string, unknown>;
|
|
2546
|
-
}>;
|
|
2547
|
-
subscribeToDraftChanges(_conversationId?: string): Observable<{
|
|
2548
|
-
conversationId: string;
|
|
2549
|
-
draft: string | null;
|
|
2550
|
-
}>;
|
|
2551
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockRealtimeApi, never>;
|
|
2552
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockRealtimeApi>;
|
|
2523
|
+
declare abstract class AXCTextTemplateRenderBackend {
|
|
2524
|
+
abstract render(request: AXPTextTemplateRenderRequest): Promise<AXPTextTemplateRenderResult>;
|
|
2525
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateRenderBackend, never>;
|
|
2526
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateRenderBackend>;
|
|
2553
2527
|
}
|
|
2554
2528
|
|
|
2529
|
+
declare function awaitConversationMockSharedStorage(): Promise<void>;
|
|
2530
|
+
|
|
2555
2531
|
/**
|
|
2556
2532
|
* Mock implementation of AXMChatConversationApi.
|
|
2557
2533
|
* Manages conversations in conversation shared storage with assist peer support.
|
|
@@ -2560,6 +2536,7 @@ declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
|
|
|
2560
2536
|
*/
|
|
2561
2537
|
declare class AXCConversationMockConversationApi extends AXMChatConversationApi {
|
|
2562
2538
|
private readonly translation;
|
|
2539
|
+
private readonly notificationService;
|
|
2563
2540
|
createConversation(data: AXConversationCreateData): Promise<AXConversation>;
|
|
2564
2541
|
getConversation(conversationId: string): Promise<AXConversation>;
|
|
2565
2542
|
getConversations(pagination: AXPagination, _filters?: AXConversationFilters): Promise<AXPaginatedResult<AXConversation>>;
|
|
@@ -2606,6 +2583,7 @@ declare class AXCConversationMockConversationApi extends AXMChatConversationApi
|
|
|
2606
2583
|
* Manages messages in conversation shared storage with AI assist response generation.
|
|
2607
2584
|
*/
|
|
2608
2585
|
declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
2586
|
+
#private;
|
|
2609
2587
|
private readonly aiEngine;
|
|
2610
2588
|
private readonly modelCatalog;
|
|
2611
2589
|
private readonly aiResponder;
|
|
@@ -2645,13 +2623,13 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2645
2623
|
}>;
|
|
2646
2624
|
updateMessageMetadata(_messageId: string, _metadata: Record<string, unknown>): Promise<void>;
|
|
2647
2625
|
getMessageMetadata(_messageId: string): Promise<Record<string, unknown>>;
|
|
2648
|
-
updateMessageStatus(
|
|
2626
|
+
updateMessageStatus(messageId: string, status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed'): Promise<void>;
|
|
2649
2627
|
getMessageDeliveryStatus(_messageId: string): Promise<{
|
|
2650
2628
|
delivered: number;
|
|
2651
2629
|
read: number;
|
|
2652
2630
|
total: number;
|
|
2653
2631
|
}>;
|
|
2654
|
-
markMessagesAsRead(
|
|
2632
|
+
markMessagesAsRead(messageIds: string[]): Promise<void>;
|
|
2655
2633
|
bulkDeleteMessages(_conversationId: string, _messageIds: string[], _forEveryone?: boolean): Promise<void>;
|
|
2656
2634
|
exportMessages(_conversationId: string, _format: 'json' | 'csv' | 'txt'): Promise<string | Blob>;
|
|
2657
2635
|
private storeMessage;
|
|
@@ -2703,6 +2681,7 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2703
2681
|
* Order: conversation `metadata.modelEntityId` (info bar / overrides), then assist row `modelId`, then first catalog chat model.
|
|
2704
2682
|
* Empty-assist flow may send before the info bar writes `modelEntityId`, so assist `modelId` must be resolved here.
|
|
2705
2683
|
*/
|
|
2684
|
+
private resolveModelDisplayTitle;
|
|
2706
2685
|
private resolveModelEntityId;
|
|
2707
2686
|
/**
|
|
2708
2687
|
* Build chat lines for the AI engine. Only plain user/assistant text from each message
|
|
@@ -2726,6 +2705,96 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2726
2705
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockMessageApi>;
|
|
2727
2706
|
}
|
|
2728
2707
|
|
|
2708
|
+
/**
|
|
2709
|
+
* Mock implementation of AXMChatRealtimeApi using conversation shared storage.
|
|
2710
|
+
* Provides connection management and real-time event subscriptions.
|
|
2711
|
+
*/
|
|
2712
|
+
declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
|
|
2713
|
+
readonly connectionStatus$: Observable<AXConnectionStatus>;
|
|
2714
|
+
connect(_options?: AXConnectionOptions): Promise<void>;
|
|
2715
|
+
disconnect(): Promise<void>;
|
|
2716
|
+
isConnected(): boolean;
|
|
2717
|
+
reconnect(): Promise<void>;
|
|
2718
|
+
subscribeToConnectionEvents(): Observable<AXConnectionEvent>;
|
|
2719
|
+
subscribeToMessages(conversationId: string): Observable<AXMessage>;
|
|
2720
|
+
subscribeToMessageUpdates(conversationId?: string): Observable<AXMessage>;
|
|
2721
|
+
subscribeToMessageDeletions(_conversationId?: string): Observable<string>;
|
|
2722
|
+
subscribeToMessageReactions(_conversationId?: string): Observable<AXMessage>;
|
|
2723
|
+
subscribeToConversationUpdates(): Observable<AXConversation>;
|
|
2724
|
+
subscribeToConversationCreated(): Observable<AXConversation>;
|
|
2725
|
+
subscribeToConversationDeleted(): Observable<string>;
|
|
2726
|
+
subscribeToTypingIndicators(conversationId?: string): Observable<AXTypingIndicator>;
|
|
2727
|
+
subscribeToPresenceUpdates(_userIds?: string[]): Observable<AXPresenceUpdate>;
|
|
2728
|
+
/**
|
|
2729
|
+
* Emits when a message transitions to {@link AXMessage.status} `read` (e.g. mark-as-read / conversation read).
|
|
2730
|
+
* Derived from {@link conversationSharedStorage.messageUpdates$} so mock APIs do not need a separate bus.
|
|
2731
|
+
*/
|
|
2732
|
+
subscribeToReadReceipts(conversationId?: string): Observable<{
|
|
2733
|
+
messageId: string;
|
|
2734
|
+
userId: string;
|
|
2735
|
+
readAt: Date;
|
|
2736
|
+
}>;
|
|
2737
|
+
subscribeToNotifications(): Observable<AXNotificationEvent>;
|
|
2738
|
+
subscribeToCallEvents(): Observable<AXCallEvent>;
|
|
2739
|
+
subscribeToUserBlockEvents(): Observable<{
|
|
2740
|
+
userId: string;
|
|
2741
|
+
blocked: boolean;
|
|
2742
|
+
}>;
|
|
2743
|
+
subscribeToParticipantEvents(_conversationId?: string): Observable<{
|
|
2744
|
+
conversationId: string;
|
|
2745
|
+
userId: string;
|
|
2746
|
+
action: 'added' | 'removed';
|
|
2747
|
+
}>;
|
|
2748
|
+
subscribeToSystemEvents(): Observable<{
|
|
2749
|
+
type: string;
|
|
2750
|
+
message: string;
|
|
2751
|
+
data?: unknown;
|
|
2752
|
+
}>;
|
|
2753
|
+
/**
|
|
2754
|
+
* New messages emit from {@link conversationSharedStorage.messageStream$}; status transitions emit from
|
|
2755
|
+
* {@link conversationSharedStorage.messageUpdates$} (same message id, different `status`).
|
|
2756
|
+
*/
|
|
2757
|
+
subscribeToMessageStatusChanges(conversationId?: string): Observable<{
|
|
2758
|
+
messageId: string;
|
|
2759
|
+
status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed';
|
|
2760
|
+
timestamp: Date;
|
|
2761
|
+
}>;
|
|
2762
|
+
subscribeToConversationSettingsChanges(_conversationId?: string): Observable<{
|
|
2763
|
+
conversationId: string;
|
|
2764
|
+
settings: Record<string, unknown>;
|
|
2765
|
+
}>;
|
|
2766
|
+
subscribeToDraftChanges(_conversationId?: string): Observable<{
|
|
2767
|
+
conversationId: string;
|
|
2768
|
+
draft: string | null;
|
|
2769
|
+
}>;
|
|
2770
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockRealtimeApi, never>;
|
|
2771
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockRealtimeApi>;
|
|
2772
|
+
}
|
|
2773
|
+
|
|
2774
|
+
/**
|
|
2775
|
+
* Mock implementation of AXMChatUserApi using conversation shared storage.
|
|
2776
|
+
* Provides user profile, discovery, presence, blocking, and settings operations.
|
|
2777
|
+
*/
|
|
2778
|
+
declare class AXCConversationMockUserApi extends AXMChatUserApi {
|
|
2779
|
+
getCurrentUser(): Promise<AXParticipant>;
|
|
2780
|
+
updateProfile(updates: AXUserProfileUpdate): Promise<AXParticipant>;
|
|
2781
|
+
uploadAvatar(file: File): Promise<string>;
|
|
2782
|
+
getUsers(filters?: AXUserSearchFilters): Promise<AXParticipant[]>;
|
|
2783
|
+
searchUsers(query: string): Promise<AXParticipant[]>;
|
|
2784
|
+
getUserById(userId: string): Promise<AXParticipant>;
|
|
2785
|
+
getUsersByIds(userIds: string[]): Promise<AXParticipant[]>;
|
|
2786
|
+
getUserPresence(userId: string): Promise<AXPresenceUpdate>;
|
|
2787
|
+
updatePresence(_status: AXPresenceStatus, _statusText?: string): Promise<void>;
|
|
2788
|
+
blockUser(_userId: string, _reason?: AXBlockReportReason): Promise<void>;
|
|
2789
|
+
unblockUser(_userId: string): Promise<void>;
|
|
2790
|
+
getBlockedUsers(): Promise<string[]>;
|
|
2791
|
+
reportUser(_userId: string, _reason: AXBlockReportReason): Promise<void>;
|
|
2792
|
+
getUserSettings(): Promise<Record<string, unknown>>;
|
|
2793
|
+
updateUserSettings(_settings: Record<string, unknown>): Promise<void>;
|
|
2794
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockUserApi, never>;
|
|
2795
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockUserApi>;
|
|
2796
|
+
}
|
|
2797
|
+
|
|
2729
2798
|
/** All seeded participants: synthetic `current-user` plus every security mock user (stable UUID ids). */
|
|
2730
2799
|
declare const participantMock: AXParticipant[];
|
|
2731
2800
|
/**
|
|
@@ -3801,10 +3870,10 @@ declare const createFileCastMiddleware: AXPEntityStorageMiddleware;
|
|
|
3801
3870
|
* Folder Storage Middleware
|
|
3802
3871
|
*
|
|
3803
3872
|
* Applies folder-specific behavior via storage layer (no service override):
|
|
3804
|
-
* - create: enriches ownership from session, default inherit; after persist syncs parent.folders.
|
|
3805
|
-
* - update: after persist, removes from old parent if parentId changed, syncs parent.folders.
|
|
3806
|
-
* - delete: before delete loads folder, after delete removes from parent.folders.
|
|
3807
|
-
* - getOne: enriches
|
|
3873
|
+
* - create: enriches ownership from session, default inherit; after persist syncs immediate parent.folders only.
|
|
3874
|
+
* - update: after persist, removes from old parent if parentId changed, syncs immediate parent.folders only.
|
|
3875
|
+
* - delete: before delete loads folder, after delete removes from parent.folders (immediate parent only).
|
|
3876
|
+
* - getOne: merges missing direct children from storage by `parentId`, refreshes each embedded child folder from storage, then enriches counts and inherited properties.
|
|
3808
3877
|
*/
|
|
3809
3878
|
declare const folderStorageMiddleware: AXPEntityStorageMiddleware;
|
|
3810
3879
|
|
|
@@ -3982,5 +4051,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
|
|
|
3982
4051
|
|
|
3983
4052
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
3984
4053
|
|
|
3985
|
-
export { ACTIVITY_CATEGORIES, ACTIVITY_CATEGORY_ID_BY_KEY, ACTIVITY_DEFINITIONS, AI_ASSIST_MOCK, AI_MODEL_MOCK, APPLICATIONS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAiAssistSeeder, AXCAiManagementMockModule, AXCAiModelSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, 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, 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,
|
|
3986
|
-
export type { AXCBookmarkEntity, AXCEntityStorageBackendType, AXCEntityStorageInsertInput, AXCEntityStorageInsertOutput, AXCEntityStorageQueryInput, AXCEntityStorageQueryResult, AXCFirestoreConfig, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCWorkflowExecutionStore, AXMAiManagementAssistMockModel, AXMAiManagementModelMockModel, AXMOrganizationManagementBusinessUnitMockModel, AXMOrganizationManagementJobDefinitionMockModel, AXMOrganizationManagementJobLevelMockModel, AXMOrganizationManagementPositionMockModel, AXMOrganizationManagementResponsibilityMockModel, AXMOrganizationManagementTeamBusinessUnitMockModel, AXMOrganizationManagementTeamMemberMockModel, AXMOrganizationManagementTeamMemberRoleMockModel, AXMOrganizationManagementTeamMockModel, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, AutomationCommandDto, AutomationMockDto, CanonicalChange, CanonicalChangeOp, EntityDefinitionFirestoreSnapshotFile, FirestoreSnapshotOperation, MockUserPassCredentials, QuestionBankItemCategoryTitle, QuestionBankItemMockDto, QuestionnaireCalculationMockDto, QuestionnaireCalculationMockResultKind, QuestionnaireCategoryTitle, QuestionnaireMockDto, ShowMetaDataFormPopupMockInput, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo, WorkflowInstanceEntityBookmark };
|
|
4054
|
+
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, AXMAiDemisAssistantAssistId, AXMAiModelStableIds, AXMAiPlatformAssistantAssistId, AXMAutomationDataSeeder, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMDashboardChartDataSourceDefinition, AXMEmployeeDataSeeder, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMJobDefinitionDataSeeder, AXMJobLevelDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCalculationDataSeeder, 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, 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, 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, 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, questionnaireCalculationMock, 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 };
|
|
4055
|
+
export type { AXCBookmarkEntity, AXCEntityStorageBackendType, AXCEntityStorageInsertInput, AXCEntityStorageInsertOutput, AXCEntityStorageQueryInput, AXCEntityStorageQueryResult, AXCFirestoreConfig, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCWorkflowExecutionStore, 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, EntityDefinitionFirestoreSnapshotFile, FirestoreSnapshotOperation, MockUserPassCredentials, QuestionBankItemCategoryTitle, QuestionBankItemMockDto, QuestionnaireCalculationMockDto, QuestionnaireCalculationMockResultKind, QuestionnaireCategoryTitle, QuestionnaireMockDto, ShowMetaDataFormPopupMockInput, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo, WorkflowInstanceEntityBookmark };
|