@acorex/connectivity 21.0.0-beta.0 → 21.0.0-beta.10
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-api.mjs +89 -3
- package/fesm2022/acorex-connectivity-api.mjs.map +1 -1
- package/fesm2022/{acorex-connectivity-mock-acorex-connectivity-mock-BvDCXP5M.mjs → acorex-connectivity-mock-acorex-connectivity-mock-DIaxs0sr.mjs} +5585 -2867
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-DIaxs0sr.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-DQRHQ_jG.mjs → acorex-connectivity-mock-assign-to-manager.activity-Cny8O3YO.mjs} +130 -54
- package/fesm2022/acorex-connectivity-mock-assign-to-manager.activity-Cny8O3YO.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-D_2bFiuO.mjs → acorex-connectivity-mock-chat-generate-image.command-NMqplBjU.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-D_2bFiuO.mjs.map → acorex-connectivity-mock-chat-generate-image.command-NMqplBjU.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-CWK6lBgb.mjs → acorex-connectivity-mock-chat-synthesize-speech.command-B2ACNR2y.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-CWK6lBgb.mjs.map → acorex-connectivity-mock-chat-synthesize-speech.command-B2ACNR2y.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-B1PpdDkQ.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-J7xAVXtI.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-B1PpdDkQ.mjs.map → acorex-connectivity-mock-chat-transcribe-speech.command-J7xAVXtI.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-get-current-session-user.activity-C6S4ZJgp.mjs → acorex-connectivity-mock-get-current-session-user.activity-CsmxwXsM.mjs} +5 -1
- package/fesm2022/acorex-connectivity-mock-get-current-session-user.activity-CsmxwXsM.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-BSN7vEKz.mjs → acorex-connectivity-mock-user-roles-for-list-column.query-CbYqkyQR.mjs} +2 -3
- package/fesm2022/acorex-connectivity-mock-user-roles-for-list-column.query-CbYqkyQR.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock.mjs +1 -1
- package/package.json +2 -2
- package/types/acorex-connectivity-api.d.ts +12 -1
- package/types/acorex-connectivity-mock.d.ts +205 -118
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-BvDCXP5M.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-assign-to-manager.activity-DQRHQ_jG.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-get-current-session-user.activity-C6S4ZJgp.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-user-roles-for-list-column.query-BSN7vEKz.mjs.map +0 -1
|
@@ -8,12 +8,12 @@ import * as i1 from '@acorex/platform/runtime';
|
|
|
8
8
|
import { AXPCommand, AXPQuery } from '@acorex/platform/runtime';
|
|
9
9
|
import { Router } from '@angular/router';
|
|
10
10
|
import { AXMAuthConfigs } from '@acorex/modules/auth';
|
|
11
|
+
import { AXPEntityAggregateRequest, AXPEntityStorageService, AXPEntityQueryAllOptions, AXPEntityQueryAllResult, AXPEntityAggregateOptions, AXPEntityAggregateResult, AXPEntityDefinitionLoader, AXPDataSeeder, AXPRecordStateInfo, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
|
|
11
12
|
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
|
-
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';
|
|
@@ -25,11 +25,11 @@ import { AXMOrganizationManagementBusinessUnitEntityModel, AXMOrganizationManage
|
|
|
25
25
|
import { AXMHumanCapitalManagementEmploymentTypeEntityModel } from '@acorex/modules/human-capital-management';
|
|
26
26
|
import { AXMPersonCorePersonEntityModel, AXMPersonCorePersonIdentifierTypeEntityModel } from '@acorex/modules/person-core';
|
|
27
27
|
import * as _acorex_platform_workflow from '@acorex/platform/workflow';
|
|
28
|
-
import { AXPWorkflowInstance, AXPWorkflowEngine, AXPStartWorkflowRequest, AXPStartWorkflowResponse, AXPResumeWorkflowRequest, AXPResumeWorkflowResponse, AXPGetWorkflowStateRequest, AXPWorkflowInstanceState, AXPClaimWorkflowTaskRequest, AXPClaimWorkflowTaskResponse, AXPFrontActivityCompleteRequest, AXPFrontActivityCompleteResponse, AXPWorkflowDefinition, AXPActivityCategory, AXPActivityDefinition, AXPWorkflowCategory } from '@acorex/platform/workflow';
|
|
28
|
+
import { AXPWorkflowInstance, AXPWorkflowEngine, AXPStartWorkflowRequest, AXPStartWorkflowResponse, AXPResumeWorkflowRequest, AXPResumeWorkflowResponse, AXPGetWorkflowStateRequest, AXPWorkflowInstanceState, AXPClaimWorkflowTaskRequest, AXPClaimWorkflowTaskResponse, AXPReassignWorkflowTaskToSelfRequest, AXPReassignWorkflowTaskToSelfResponse, 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';
|
|
@@ -128,6 +128,12 @@ declare class AXCOrganizationManagementMockModule {
|
|
|
128
128
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCOrganizationManagementMockModule>;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
+
declare class AXCAssessmentManagementMockModule {
|
|
132
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCAssessmentManagementMockModule, never>;
|
|
133
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCAssessmentManagementMockModule, never, never, never>;
|
|
134
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCAssessmentManagementMockModule>;
|
|
135
|
+
}
|
|
136
|
+
|
|
131
137
|
declare class AXCHumanCapitalManagementMockModule {
|
|
132
138
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCHumanCapitalManagementMockModule, never>;
|
|
133
139
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCHumanCapitalManagementMockModule, never, never, never>;
|
|
@@ -283,12 +289,6 @@ declare class AXCSettingsManagementMockModule {
|
|
|
283
289
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCSettingsManagementMockModule>;
|
|
284
290
|
}
|
|
285
291
|
|
|
286
|
-
declare class AXCAssessmentManagementMockModule {
|
|
287
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCAssessmentManagementMockModule, never>;
|
|
288
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCAssessmentManagementMockModule, never, never, never>;
|
|
289
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCAssessmentManagementMockModule>;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
292
|
declare class AXCFinancialCoreMockModule {
|
|
293
293
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCFinancialCoreMockModule, never>;
|
|
294
294
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCFinancialCoreMockModule, never, never, never>;
|
|
@@ -339,7 +339,7 @@ declare class AXCMiddlewaresModule {
|
|
|
339
339
|
declare class AXCMockModule {
|
|
340
340
|
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
|
341
341
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
|
|
342
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCBusinessCoreMockModule, typeof AXCCustomerManagementMockModule, typeof AXCSupplierManagementMockModule, typeof AXCProcurementManagementMockModule, typeof AXCOrderManagementMockModule, typeof AXCSubscriptionManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCContactCoreMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCAiManagementMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTenantManagementMockModule, typeof AXCLearningManagementMockModule, typeof AXCAssetManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPersonCoreMockModule, typeof AXCHealthCoreMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof
|
|
342
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCBusinessCoreMockModule, typeof AXCCustomerManagementMockModule, typeof AXCSupplierManagementMockModule, typeof AXCProcurementManagementMockModule, typeof AXCOrderManagementMockModule, typeof AXCSubscriptionManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCContactCoreMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCAssessmentManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCAiManagementMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTenantManagementMockModule, typeof AXCLearningManagementMockModule, typeof AXCAssetManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPersonCoreMockModule, typeof AXCHealthCoreMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCFinancialCoreMockModule, typeof AXCMeasurementCoreMockModule, typeof AXCProductCatalogMockModule, typeof AXCReservationManagementMockModule, typeof AXCMaintenanceManagementMockModule, typeof AXCMiddlewaresModule], never>;
|
|
343
343
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
|
|
344
344
|
}
|
|
345
345
|
|
|
@@ -511,6 +511,7 @@ declare class AXCEntityStorageInsertCommand implements AXPCommand<AXCEntityStora
|
|
|
511
511
|
*/
|
|
512
512
|
declare function parseEntityStorageInsertData(raw: Record<string, unknown> | string | undefined | null): Record<string, unknown> | null;
|
|
513
513
|
|
|
514
|
+
type AXCEntityStorageQueryResultMode = 'page' | 'count' | 'all';
|
|
514
515
|
interface AXCEntityStorageQueryInput {
|
|
515
516
|
/** Entity key as `ModuleName.EntityName` (same as CRUD / seeds). */
|
|
516
517
|
entity: string;
|
|
@@ -538,15 +539,35 @@ interface AXCEntityStorageQueryInput {
|
|
|
538
539
|
* or you need additional storage paths. May be a string array or a JSON / comma-separated string from tools.
|
|
539
540
|
*/
|
|
540
541
|
quickSearchFieldPaths?: string[] | string;
|
|
542
|
+
/**
|
|
543
|
+
* How to read rows after applying filters (ignored when {@link id} is set).
|
|
544
|
+
* `page` — paged {@link AXPEntityStorageService.query} (default).
|
|
545
|
+
* `count` — {@link AXPEntityStorageService.count} only (`total` set; `items` empty).
|
|
546
|
+
* `all` — {@link AXPEntityStorageService.queryAll} up to {@link maxFetchRows}.
|
|
547
|
+
*/
|
|
548
|
+
resultMode?: AXCEntityStorageQueryResultMode | string;
|
|
549
|
+
/**
|
|
550
|
+
* Hard cap for `resultMode: 'all'` and for {@link aggregate} scans (default 50_000).
|
|
551
|
+
*/
|
|
552
|
+
maxFetchRows?: number | string;
|
|
553
|
+
/**
|
|
554
|
+
* When set (JSON object or string), runs {@link AXPEntityStorageService.aggregate} instead of list/count/all.
|
|
555
|
+
* Must include `groupBy` and `measures`; optional `filter` / `sort` override merged query filters when provided.
|
|
556
|
+
*/
|
|
557
|
+
aggregate?: AXPEntityAggregateRequest | string;
|
|
541
558
|
}
|
|
542
559
|
interface AXCEntityStorageQueryResult {
|
|
543
560
|
success: boolean;
|
|
544
561
|
total?: number;
|
|
545
562
|
items?: unknown[];
|
|
563
|
+
/** Present when `resultMode` was `all` or aggregation scanned a capped set. */
|
|
564
|
+
truncated?: boolean;
|
|
565
|
+
/** Present when `aggregate` input was used. */
|
|
566
|
+
aggregateRows?: Record<string, unknown>[];
|
|
546
567
|
error?: string;
|
|
547
568
|
}
|
|
548
569
|
/**
|
|
549
|
-
* Runs {@link AXPEntityStorageService
|
|
570
|
+
* Runs entity storage reads via {@link AXPEntityStorageService} (active connectivity backend).
|
|
550
571
|
*/
|
|
551
572
|
declare class AXCEntityStorageQueryQuery implements AXPQuery<AXCEntityStorageQueryInput, AXCEntityStorageQueryResult> {
|
|
552
573
|
private readonly entityStorage;
|
|
@@ -561,11 +582,6 @@ declare class AXCEntityStorageQueryQuery implements AXPQuery<AXCEntityStorageQue
|
|
|
561
582
|
* Returns null when the payload cannot be parsed.
|
|
562
583
|
*/
|
|
563
584
|
declare function parseEntityStorageQueryRequest(raw: AXPQueryRequest | string | undefined | null): AXPQueryRequest | null;
|
|
564
|
-
/**
|
|
565
|
-
* Derives lodash-get paths for quick search from the entity definition: string-like property names
|
|
566
|
-
* plus lookup `expose[].target` paths (e.g. `brand.title`).
|
|
567
|
-
*/
|
|
568
|
-
declare function collectQuickSearchFieldPathsFromEntityDefinition(entity: AXPEntity | null | undefined): string[];
|
|
569
585
|
/**
|
|
570
586
|
* Builds a broad OR filter: fixed “usual suspects” plus optional extra paths (`contains` only on extras).
|
|
571
587
|
* Extra paths typically come from the entity definition and/or caller-supplied {@link quickSearchFieldPaths}.
|
|
@@ -604,6 +620,15 @@ declare class AXCDexieEntityStorageService extends Dexie implements AXPEntitySto
|
|
|
604
620
|
insertOne<T = any>(entityName: string, entity: T): Promise<string>;
|
|
605
621
|
getAll<T = any>(entityName: string): Promise<T[]>;
|
|
606
622
|
query<T = any>(entityName: string, request: AXPQueryRequest): Promise<_acorex_platform_core.AXPPagedListResult<T>>;
|
|
623
|
+
count(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>): Promise<number>;
|
|
624
|
+
queryAll(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>, options?: AXPEntityQueryAllOptions): Promise<AXPEntityQueryAllResult<any>>;
|
|
625
|
+
getMany(entityName: string, ids: string[]): Promise<(any | null)[]>;
|
|
626
|
+
exists(entityName: string, id: string): Promise<boolean>;
|
|
627
|
+
upsertOne(entityName: string, entity: any, options?: {
|
|
628
|
+
merge?: boolean;
|
|
629
|
+
}): Promise<string>;
|
|
630
|
+
aggregate(entityName: string, request: AXPEntityAggregateRequest, options?: AXPEntityAggregateOptions): Promise<AXPEntityAggregateResult>;
|
|
631
|
+
private createQueryAdapters;
|
|
607
632
|
private getDirectChildCount;
|
|
608
633
|
private getAllChildCategoryIds;
|
|
609
634
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCDexieEntityStorageService, never>;
|
|
@@ -632,6 +657,15 @@ declare class AXCFirestoreEntityStorageService implements AXPEntityStorageServic
|
|
|
632
657
|
insertOne<T = any>(entityName: string, entity: T): Promise<string>;
|
|
633
658
|
getAll<T = any>(entityName: string): Promise<T[]>;
|
|
634
659
|
query<T = any>(entityName: string, request: AXPQueryRequest): Promise<_acorex_platform_core.AXPPagedListResult<T>>;
|
|
660
|
+
count(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>): Promise<number>;
|
|
661
|
+
queryAll(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>, options?: AXPEntityQueryAllOptions): Promise<AXPEntityQueryAllResult<any>>;
|
|
662
|
+
getMany(entityName: string, ids: string[]): Promise<(any | null)[]>;
|
|
663
|
+
exists(entityName: string, id: string): Promise<boolean>;
|
|
664
|
+
upsertOne(entityName: string, entity: any, options?: {
|
|
665
|
+
merge?: boolean;
|
|
666
|
+
}): Promise<string>;
|
|
667
|
+
aggregate(entityName: string, request: AXPEntityAggregateRequest, options?: AXPEntityAggregateOptions): Promise<AXPEntityAggregateResult>;
|
|
668
|
+
private createQueryAdapters;
|
|
635
669
|
/**
|
|
636
670
|
* Load all documents for an entity (same approach as Dexie: load by entityName, filter in runEntityQuery).
|
|
637
671
|
* Firestore and Dexie share the same runEntityQuery + applyFilterArray so behavior stays consistent.
|
|
@@ -968,10 +1002,14 @@ interface AXMAiManagementAssistMockModel extends AXMAiManagementAssistEntityMode
|
|
|
968
1002
|
/** Catalog id of a row whose `modelPurposes` includes `image`; must match chat transport when generating images. */
|
|
969
1003
|
imageModelId?: string | null;
|
|
970
1004
|
}
|
|
971
|
-
/** Deterministic id for the platform
|
|
972
|
-
declare const
|
|
973
|
-
/**
|
|
974
|
-
declare const
|
|
1005
|
+
/** Deterministic id for the platform assistant assist row. */
|
|
1006
|
+
declare const AXMAiPlatformAssistantAssistId = "b0000001-0000-4000-8000-000000000001";
|
|
1007
|
+
/** Demisco centralized payment guide — Conversation “Chat with AI” and Demis transport. */
|
|
1008
|
+
declare const AXMAiDemisAssistId = "c0000001-0000-4000-8000-000000000009";
|
|
1009
|
+
/**
|
|
1010
|
+
* Demisco `agent_uuid` sent to `/core/agent/chat/` — stored on the assist row as programmatic `name`.
|
|
1011
|
+
*/
|
|
1012
|
+
declare const AXMAiDemisAssistAgentUuid = "2a0e1e4d-ddfe-4f04-b7ba-2fd307eb5967";
|
|
975
1013
|
declare const AI_ASSIST_MOCK: AXMAiManagementAssistMockModel[];
|
|
976
1014
|
|
|
977
1015
|
declare class AXCAiAssistSeeder implements AXPDataSeeder {
|
|
@@ -1009,6 +1047,7 @@ declare const AXM_AI_REGISTRY_COMMAND_NAME: {
|
|
|
1009
1047
|
declare const AXM_AI_REGISTRY_QUERY_NAME: {
|
|
1010
1048
|
readonly listRegisteredEntities: "PlatformManagement:ListRegisteredEntities";
|
|
1011
1049
|
readonly listRegisteredDataSources: "PlatformManagement:ListRegisteredDataSources";
|
|
1050
|
+
readonly listPlatformNavigationForAi: "PlatformManagement:ListPlatformNavigationForAi";
|
|
1012
1051
|
readonly entityStorageQuery: "ConnectivityMock:EntityStorage:Query";
|
|
1013
1052
|
readonly widgetsGetForAi: "Widgets:GetForAI";
|
|
1014
1053
|
};
|
|
@@ -1064,6 +1103,9 @@ declare const COSTMANAGER_PROFESSIONAL: AXMApplicationManagementEditionEntityMod
|
|
|
1064
1103
|
declare const COSTMANAGER_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
|
|
1065
1104
|
declare const CRM_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
|
|
1066
1105
|
declare const HR_ENTERPRISE: AXMApplicationManagementEditionEntityModel;
|
|
1106
|
+
declare const MAGFA_COMMERCE_STANDARD: AXMApplicationManagementEditionEntityModel;
|
|
1107
|
+
/** @deprecated Use {@link MAGFA_COMMERCE_STANDARD}. */
|
|
1108
|
+
declare const COLLABORATION_STANDARD: AXMApplicationManagementEditionEntityModel;
|
|
1067
1109
|
|
|
1068
1110
|
declare class AXCEditionDataSeeder implements AXPDataSeeder {
|
|
1069
1111
|
private readonly storageService;
|
|
@@ -1323,6 +1365,8 @@ declare const TOKENS: {
|
|
|
1323
1365
|
declare const PLATFORM_TENANT_ID: string;
|
|
1324
1366
|
declare const TIMEPLICITY_TENANT_ID: string;
|
|
1325
1367
|
declare const LASER_PLUMBING_TENANT_ID: string;
|
|
1368
|
+
/** MAGFA — Iran commerce tenant for conversation / AI / reports demo. */
|
|
1369
|
+
declare const MAGFA_TENANT_ID: string;
|
|
1326
1370
|
|
|
1327
1371
|
declare const tenantMocks: AXMTenantManagementTenantEntityModel[];
|
|
1328
1372
|
|
|
@@ -1336,6 +1380,10 @@ declare class AXCTenantSeeder implements AXPDataSeeder {
|
|
|
1336
1380
|
declare class AXPSecurityManagementRoleDataSeeder implements AXPDataSeeder {
|
|
1337
1381
|
private storageService;
|
|
1338
1382
|
seed(): Promise<void>;
|
|
1383
|
+
/**
|
|
1384
|
+
* Updates permissions (and metadata) on seeded roles when mock definitions change.
|
|
1385
|
+
*/
|
|
1386
|
+
private syncRolePermissionsFromMock;
|
|
1339
1387
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementRoleDataSeeder, never>;
|
|
1340
1388
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementRoleDataSeeder>;
|
|
1341
1389
|
}
|
|
@@ -1351,6 +1399,10 @@ declare class AXPSecurityManagementUserDataSeeder implements AXPDataSeeder {
|
|
|
1351
1399
|
private readonly storageService;
|
|
1352
1400
|
private readonly backend;
|
|
1353
1401
|
seed(): Promise<void>;
|
|
1402
|
+
/**
|
|
1403
|
+
* Keeps MAGFA collaboration demo user aligned with the conversation-only role in storage.
|
|
1404
|
+
*/
|
|
1405
|
+
private syncCollaborationDemoUserRoles;
|
|
1354
1406
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementUserDataSeeder, never>;
|
|
1355
1407
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementUserDataSeeder>;
|
|
1356
1408
|
}
|
|
@@ -1691,6 +1743,7 @@ declare const personIds: {
|
|
|
1691
1743
|
readonly admin: "ddd51595-13ab-4580-9db5-3b13b233ddf17";
|
|
1692
1744
|
readonly rodJensen: "ddd51595-13ab-4580-9db5-3b13b233ddf18";
|
|
1693
1745
|
readonly heidiThonig: "ddd51595-13ab-4580-9db5-3b13b233ddf19";
|
|
1746
|
+
readonly mohamadPourGhorban: "ddd51595-13ab-4580-9db5-3b13b233ddf20";
|
|
1694
1747
|
readonly techSolutionsInc: "c3000001-0000-0000-0000-000000000001";
|
|
1695
1748
|
readonly acmeCorporation: "c3000001-0000-0000-0000-000000000002";
|
|
1696
1749
|
readonly globalSuppliersLtd: "c3000001-0000-0000-0000-000000000003";
|
|
@@ -1727,6 +1780,7 @@ declare const personNaturalIds: {
|
|
|
1727
1780
|
readonly admin: "ddd51595-13ab-4580-9db5-3b13b233ddf17";
|
|
1728
1781
|
readonly rodJensen: "ddd51595-13ab-4580-9db5-3b13b233ddf18";
|
|
1729
1782
|
readonly heidiThonig: "ddd51595-13ab-4580-9db5-3b13b233ddf19";
|
|
1783
|
+
readonly mohamadPourGhorban: "ddd51595-13ab-4580-9db5-3b13b233ddf20";
|
|
1730
1784
|
};
|
|
1731
1785
|
declare const personLegalIds: {
|
|
1732
1786
|
readonly techSolutionsInc: "c3000001-0000-0000-0000-000000000001";
|
|
@@ -2026,6 +2080,17 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
|
|
|
2026
2080
|
* Claim when execution state lives only on `WorkflowManagement.WorkflowInstance` (seeded / entity-only rows).
|
|
2027
2081
|
*/
|
|
2028
2082
|
private claimTaskOnWorkflowInstanceEntity;
|
|
2083
|
+
/**
|
|
2084
|
+
* Reassign a human-task bookmark to the current user (permission-gated; does not resume).
|
|
2085
|
+
*/
|
|
2086
|
+
reassignTaskToSelf(request: AXPReassignWorkflowTaskToSelfRequest): Promise<AXPReassignWorkflowTaskToSelfResponse>;
|
|
2087
|
+
/**
|
|
2088
|
+
* Reassign when execution state lives only on `WorkflowManagement.WorkflowInstance` (entity-only rows).
|
|
2089
|
+
*/
|
|
2090
|
+
private reassignTaskOnWorkflowInstanceEntity;
|
|
2091
|
+
private canReassignTaskToSelf;
|
|
2092
|
+
private validateHumanTaskReassignPayload;
|
|
2093
|
+
private buildReassignAuditVariablePatch;
|
|
2029
2094
|
/**
|
|
2030
2095
|
* Activities that suspend for the task board (inbox), same completion path as human-task.
|
|
2031
2096
|
*/
|
|
@@ -2139,6 +2204,11 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
|
|
|
2139
2204
|
* Expression may evaluate to single string (e.g. {{ variables.managerId }}) or already array.
|
|
2140
2205
|
*/
|
|
2141
2206
|
private normalizeUserIds;
|
|
2207
|
+
/**
|
|
2208
|
+
* Diagnostic logging for human-task bookmark assignment (task board assignee).
|
|
2209
|
+
* Filter the browser console by `[WFM-LifecycleTaskTrace]`.
|
|
2210
|
+
*/
|
|
2211
|
+
private logHumanTaskBookmarkAssignmentTrace;
|
|
2142
2212
|
/**
|
|
2143
2213
|
* Set variable activity - stores value(s) in workflow state.
|
|
2144
2214
|
* Supports single variable (variableName + value) or multiple (variables: [{ variableName, value }, ...]).
|
|
@@ -2242,6 +2312,7 @@ declare const workflowDefinitionIds: {
|
|
|
2242
2312
|
createLeaveRequest: string;
|
|
2243
2313
|
documentReview: string;
|
|
2244
2314
|
fillQuestionnaireForm: string;
|
|
2315
|
+
employeeLifecycleGuidedFlow: string;
|
|
2245
2316
|
};
|
|
2246
2317
|
/**
|
|
2247
2318
|
* Mock workflow definition entities for the entity list and seeder.
|
|
@@ -2530,87 +2601,7 @@ declare abstract class AXCTextTemplateRenderBackend {
|
|
|
2530
2601
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateRenderBackend>;
|
|
2531
2602
|
}
|
|
2532
2603
|
|
|
2533
|
-
|
|
2534
|
-
* Mock implementation of AXMChatUserApi using conversation shared storage.
|
|
2535
|
-
* Provides user profile, discovery, presence, blocking, and settings operations.
|
|
2536
|
-
*/
|
|
2537
|
-
declare class AXCConversationMockUserApi extends AXMChatUserApi {
|
|
2538
|
-
getCurrentUser(): Promise<AXParticipant>;
|
|
2539
|
-
updateProfile(updates: AXUserProfileUpdate): Promise<AXParticipant>;
|
|
2540
|
-
uploadAvatar(file: File): Promise<string>;
|
|
2541
|
-
getUsers(filters?: AXUserSearchFilters): Promise<AXParticipant[]>;
|
|
2542
|
-
searchUsers(query: string): Promise<AXParticipant[]>;
|
|
2543
|
-
getUserById(userId: string): Promise<AXParticipant>;
|
|
2544
|
-
getUsersByIds(userIds: string[]): Promise<AXParticipant[]>;
|
|
2545
|
-
getUserPresence(userId: string): Promise<AXPresenceUpdate>;
|
|
2546
|
-
updatePresence(_status: AXPresenceStatus, _statusText?: string): Promise<void>;
|
|
2547
|
-
blockUser(_userId: string, _reason?: AXBlockReportReason): Promise<void>;
|
|
2548
|
-
unblockUser(_userId: string): Promise<void>;
|
|
2549
|
-
getBlockedUsers(): Promise<string[]>;
|
|
2550
|
-
reportUser(_userId: string, _reason: AXBlockReportReason): Promise<void>;
|
|
2551
|
-
getUserSettings(): Promise<Record<string, unknown>>;
|
|
2552
|
-
updateUserSettings(_settings: Record<string, unknown>): Promise<void>;
|
|
2553
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockUserApi, never>;
|
|
2554
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockUserApi>;
|
|
2555
|
-
}
|
|
2556
|
-
|
|
2557
|
-
/**
|
|
2558
|
-
* Mock implementation of AXMChatRealtimeApi using conversation shared storage.
|
|
2559
|
-
* Provides connection management and real-time event subscriptions.
|
|
2560
|
-
*/
|
|
2561
|
-
declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
|
|
2562
|
-
readonly connectionStatus$: Observable<AXConnectionStatus>;
|
|
2563
|
-
connect(_options?: AXConnectionOptions): Promise<void>;
|
|
2564
|
-
disconnect(): Promise<void>;
|
|
2565
|
-
isConnected(): boolean;
|
|
2566
|
-
reconnect(): Promise<void>;
|
|
2567
|
-
subscribeToConnectionEvents(): Observable<AXConnectionEvent>;
|
|
2568
|
-
subscribeToMessages(conversationId: string): Observable<AXMessage>;
|
|
2569
|
-
subscribeToMessageUpdates(_conversationId?: string): Observable<AXMessage>;
|
|
2570
|
-
subscribeToMessageDeletions(_conversationId?: string): Observable<string>;
|
|
2571
|
-
subscribeToMessageReactions(_conversationId?: string): Observable<AXMessage>;
|
|
2572
|
-
subscribeToConversationUpdates(): Observable<AXConversation>;
|
|
2573
|
-
subscribeToConversationCreated(): Observable<AXConversation>;
|
|
2574
|
-
subscribeToConversationDeleted(): Observable<string>;
|
|
2575
|
-
subscribeToTypingIndicators(conversationId: string): Observable<AXTypingIndicator>;
|
|
2576
|
-
subscribeToPresenceUpdates(_userIds?: string[]): Observable<AXPresenceUpdate>;
|
|
2577
|
-
subscribeToReadReceipts(_conversationId?: string): Observable<{
|
|
2578
|
-
messageId: string;
|
|
2579
|
-
userId: string;
|
|
2580
|
-
readAt: Date;
|
|
2581
|
-
}>;
|
|
2582
|
-
subscribeToNotifications(): Observable<AXNotificationEvent>;
|
|
2583
|
-
subscribeToCallEvents(): Observable<AXCallEvent>;
|
|
2584
|
-
subscribeToUserBlockEvents(): Observable<{
|
|
2585
|
-
userId: string;
|
|
2586
|
-
blocked: boolean;
|
|
2587
|
-
}>;
|
|
2588
|
-
subscribeToParticipantEvents(_conversationId?: string): Observable<{
|
|
2589
|
-
conversationId: string;
|
|
2590
|
-
userId: string;
|
|
2591
|
-
action: 'added' | 'removed';
|
|
2592
|
-
}>;
|
|
2593
|
-
subscribeToSystemEvents(): Observable<{
|
|
2594
|
-
type: string;
|
|
2595
|
-
message: string;
|
|
2596
|
-
data?: unknown;
|
|
2597
|
-
}>;
|
|
2598
|
-
subscribeToMessageStatusChanges(_conversationId?: string): Observable<{
|
|
2599
|
-
messageId: string;
|
|
2600
|
-
status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed';
|
|
2601
|
-
timestamp: Date;
|
|
2602
|
-
}>;
|
|
2603
|
-
subscribeToConversationSettingsChanges(_conversationId?: string): Observable<{
|
|
2604
|
-
conversationId: string;
|
|
2605
|
-
settings: Record<string, unknown>;
|
|
2606
|
-
}>;
|
|
2607
|
-
subscribeToDraftChanges(_conversationId?: string): Observable<{
|
|
2608
|
-
conversationId: string;
|
|
2609
|
-
draft: string | null;
|
|
2610
|
-
}>;
|
|
2611
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockRealtimeApi, never>;
|
|
2612
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockRealtimeApi>;
|
|
2613
|
-
}
|
|
2604
|
+
declare function awaitConversationMockSharedStorage(): Promise<void>;
|
|
2614
2605
|
|
|
2615
2606
|
/**
|
|
2616
2607
|
* Mock implementation of AXMChatConversationApi.
|
|
@@ -2620,6 +2611,7 @@ declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
|
|
|
2620
2611
|
*/
|
|
2621
2612
|
declare class AXCConversationMockConversationApi extends AXMChatConversationApi {
|
|
2622
2613
|
private readonly translation;
|
|
2614
|
+
private readonly notificationService;
|
|
2623
2615
|
createConversation(data: AXConversationCreateData): Promise<AXConversation>;
|
|
2624
2616
|
getConversation(conversationId: string): Promise<AXConversation>;
|
|
2625
2617
|
getConversations(pagination: AXPagination, _filters?: AXConversationFilters): Promise<AXPaginatedResult<AXConversation>>;
|
|
@@ -2666,6 +2658,7 @@ declare class AXCConversationMockConversationApi extends AXMChatConversationApi
|
|
|
2666
2658
|
* Manages messages in conversation shared storage with AI assist response generation.
|
|
2667
2659
|
*/
|
|
2668
2660
|
declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
2661
|
+
#private;
|
|
2669
2662
|
private readonly aiEngine;
|
|
2670
2663
|
private readonly modelCatalog;
|
|
2671
2664
|
private readonly aiResponder;
|
|
@@ -2673,6 +2666,7 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2673
2666
|
private readonly entityService;
|
|
2674
2667
|
private readonly notificationService;
|
|
2675
2668
|
private readonly assistRowData;
|
|
2669
|
+
private readonly agentRowData;
|
|
2676
2670
|
sendMessage(command: AXSendMessageCommand): Promise<AXMessage>;
|
|
2677
2671
|
getMessage(messageId: string): Promise<AXMessage>;
|
|
2678
2672
|
getMessages(conversationId: string, pagination: AXPagination): Promise<AXPaginatedResult<AXMessage>>;
|
|
@@ -2705,13 +2699,13 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2705
2699
|
}>;
|
|
2706
2700
|
updateMessageMetadata(_messageId: string, _metadata: Record<string, unknown>): Promise<void>;
|
|
2707
2701
|
getMessageMetadata(_messageId: string): Promise<Record<string, unknown>>;
|
|
2708
|
-
updateMessageStatus(
|
|
2702
|
+
updateMessageStatus(messageId: string, status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed'): Promise<void>;
|
|
2709
2703
|
getMessageDeliveryStatus(_messageId: string): Promise<{
|
|
2710
2704
|
delivered: number;
|
|
2711
2705
|
read: number;
|
|
2712
2706
|
total: number;
|
|
2713
2707
|
}>;
|
|
2714
|
-
markMessagesAsRead(
|
|
2708
|
+
markMessagesAsRead(messageIds: string[]): Promise<void>;
|
|
2715
2709
|
bulkDeleteMessages(_conversationId: string, _messageIds: string[], _forEveryone?: boolean): Promise<void>;
|
|
2716
2710
|
exportMessages(_conversationId: string, _format: 'json' | 'csv' | 'txt'): Promise<string | Blob>;
|
|
2717
2711
|
private storeMessage;
|
|
@@ -2729,11 +2723,11 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2729
2723
|
/** Builds a formatted conversation history string for AI context (last 20 messages). */
|
|
2730
2724
|
private buildConversationHistory;
|
|
2731
2725
|
private delay;
|
|
2732
|
-
private
|
|
2726
|
+
private getAiChatTarget;
|
|
2733
2727
|
private shouldGenerateAssistConversationTitle;
|
|
2734
2728
|
private generateAssistConversationTitle;
|
|
2735
2729
|
private normalizeConversationTitle;
|
|
2736
|
-
private
|
|
2730
|
+
private generateAiChatResponse;
|
|
2737
2731
|
private createPlaceholderMessage;
|
|
2738
2732
|
private applyStreamDeltas;
|
|
2739
2733
|
private publishPlaceholderMessage;
|
|
@@ -2753,21 +2747,18 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2753
2747
|
private completeDelegatedNestedTool;
|
|
2754
2748
|
private addToolCall;
|
|
2755
2749
|
private completeToolCall;
|
|
2756
|
-
/**
|
|
2757
|
-
* Builds {@link AXPAiChatMessage} lines for the assist bot renderer while streaming.
|
|
2758
|
-
*/
|
|
2759
|
-
private rebuildAiTranscriptDraft;
|
|
2760
2750
|
private finalizeMessage;
|
|
2761
2751
|
/**
|
|
2762
2752
|
* Resolves the AiModel catalog id for engine runs.
|
|
2763
2753
|
* Order: conversation `metadata.modelEntityId` (info bar / overrides), then assist row `modelId`, then first catalog chat model.
|
|
2764
2754
|
* Empty-assist flow may send before the info bar writes `modelEntityId`, so assist `modelId` must be resolved here.
|
|
2765
2755
|
*/
|
|
2756
|
+
private resolveModelDisplayTitle;
|
|
2766
2757
|
private resolveModelEntityId;
|
|
2767
2758
|
/**
|
|
2768
2759
|
* Build chat lines for the AI engine. Only plain user/assistant text from each message
|
|
2769
2760
|
* {@link #extractMessageText} is included — never assist message metadata
|
|
2770
|
-
* (`toolCalls`, `
|
|
2761
|
+
* (`toolCalls`, `transcripts`, `streamDraft*`, `assistUi`, etc.), so the model does not
|
|
2771
2762
|
* see internal trace or UI state.
|
|
2772
2763
|
*/
|
|
2773
2764
|
private buildAiMessages;
|
|
@@ -2786,6 +2777,96 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2786
2777
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockMessageApi>;
|
|
2787
2778
|
}
|
|
2788
2779
|
|
|
2780
|
+
/**
|
|
2781
|
+
* Mock implementation of AXMChatRealtimeApi using conversation shared storage.
|
|
2782
|
+
* Provides connection management and real-time event subscriptions.
|
|
2783
|
+
*/
|
|
2784
|
+
declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
|
|
2785
|
+
readonly connectionStatus$: Observable<AXConnectionStatus>;
|
|
2786
|
+
connect(_options?: AXConnectionOptions): Promise<void>;
|
|
2787
|
+
disconnect(): Promise<void>;
|
|
2788
|
+
isConnected(): boolean;
|
|
2789
|
+
reconnect(): Promise<void>;
|
|
2790
|
+
subscribeToConnectionEvents(): Observable<AXConnectionEvent>;
|
|
2791
|
+
subscribeToMessages(conversationId: string): Observable<AXMessage>;
|
|
2792
|
+
subscribeToMessageUpdates(conversationId?: string): Observable<AXMessage>;
|
|
2793
|
+
subscribeToMessageDeletions(_conversationId?: string): Observable<string>;
|
|
2794
|
+
subscribeToMessageReactions(_conversationId?: string): Observable<AXMessage>;
|
|
2795
|
+
subscribeToConversationUpdates(): Observable<AXConversation>;
|
|
2796
|
+
subscribeToConversationCreated(): Observable<AXConversation>;
|
|
2797
|
+
subscribeToConversationDeleted(): Observable<string>;
|
|
2798
|
+
subscribeToTypingIndicators(conversationId?: string): Observable<AXTypingIndicator>;
|
|
2799
|
+
subscribeToPresenceUpdates(_userIds?: string[]): Observable<AXPresenceUpdate>;
|
|
2800
|
+
/**
|
|
2801
|
+
* Emits when a message transitions to {@link AXMessage.status} `read` (e.g. mark-as-read / conversation read).
|
|
2802
|
+
* Derived from {@link conversationSharedStorage.messageUpdates$} so mock APIs do not need a separate bus.
|
|
2803
|
+
*/
|
|
2804
|
+
subscribeToReadReceipts(conversationId?: string): Observable<{
|
|
2805
|
+
messageId: string;
|
|
2806
|
+
userId: string;
|
|
2807
|
+
readAt: Date;
|
|
2808
|
+
}>;
|
|
2809
|
+
subscribeToNotifications(): Observable<AXNotificationEvent>;
|
|
2810
|
+
subscribeToCallEvents(): Observable<AXCallEvent>;
|
|
2811
|
+
subscribeToUserBlockEvents(): Observable<{
|
|
2812
|
+
userId: string;
|
|
2813
|
+
blocked: boolean;
|
|
2814
|
+
}>;
|
|
2815
|
+
subscribeToParticipantEvents(_conversationId?: string): Observable<{
|
|
2816
|
+
conversationId: string;
|
|
2817
|
+
userId: string;
|
|
2818
|
+
action: 'added' | 'removed';
|
|
2819
|
+
}>;
|
|
2820
|
+
subscribeToSystemEvents(): Observable<{
|
|
2821
|
+
type: string;
|
|
2822
|
+
message: string;
|
|
2823
|
+
data?: unknown;
|
|
2824
|
+
}>;
|
|
2825
|
+
/**
|
|
2826
|
+
* New messages emit from {@link conversationSharedStorage.messageStream$}; status transitions emit from
|
|
2827
|
+
* {@link conversationSharedStorage.messageUpdates$} (same message id, different `status`).
|
|
2828
|
+
*/
|
|
2829
|
+
subscribeToMessageStatusChanges(conversationId?: string): Observable<{
|
|
2830
|
+
messageId: string;
|
|
2831
|
+
status: 'sending' | 'sent' | 'delivered' | 'read' | 'failed';
|
|
2832
|
+
timestamp: Date;
|
|
2833
|
+
}>;
|
|
2834
|
+
subscribeToConversationSettingsChanges(_conversationId?: string): Observable<{
|
|
2835
|
+
conversationId: string;
|
|
2836
|
+
settings: Record<string, unknown>;
|
|
2837
|
+
}>;
|
|
2838
|
+
subscribeToDraftChanges(_conversationId?: string): Observable<{
|
|
2839
|
+
conversationId: string;
|
|
2840
|
+
draft: string | null;
|
|
2841
|
+
}>;
|
|
2842
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockRealtimeApi, never>;
|
|
2843
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockRealtimeApi>;
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
/**
|
|
2847
|
+
* Mock implementation of AXMChatUserApi using conversation shared storage.
|
|
2848
|
+
* Provides user profile, discovery, presence, blocking, and settings operations.
|
|
2849
|
+
*/
|
|
2850
|
+
declare class AXCConversationMockUserApi extends AXMChatUserApi {
|
|
2851
|
+
getCurrentUser(): Promise<AXParticipant>;
|
|
2852
|
+
updateProfile(updates: AXUserProfileUpdate): Promise<AXParticipant>;
|
|
2853
|
+
uploadAvatar(file: File): Promise<string>;
|
|
2854
|
+
getUsers(filters?: AXUserSearchFilters): Promise<AXParticipant[]>;
|
|
2855
|
+
searchUsers(query: string): Promise<AXParticipant[]>;
|
|
2856
|
+
getUserById(userId: string): Promise<AXParticipant>;
|
|
2857
|
+
getUsersByIds(userIds: string[]): Promise<AXParticipant[]>;
|
|
2858
|
+
getUserPresence(userId: string): Promise<AXPresenceUpdate>;
|
|
2859
|
+
updatePresence(_status: AXPresenceStatus, _statusText?: string): Promise<void>;
|
|
2860
|
+
blockUser(_userId: string, _reason?: AXBlockReportReason): Promise<void>;
|
|
2861
|
+
unblockUser(_userId: string): Promise<void>;
|
|
2862
|
+
getBlockedUsers(): Promise<string[]>;
|
|
2863
|
+
reportUser(_userId: string, _reason: AXBlockReportReason): Promise<void>;
|
|
2864
|
+
getUserSettings(): Promise<Record<string, unknown>>;
|
|
2865
|
+
updateUserSettings(_settings: Record<string, unknown>): Promise<void>;
|
|
2866
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockUserApi, never>;
|
|
2867
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockUserApi>;
|
|
2868
|
+
}
|
|
2869
|
+
|
|
2789
2870
|
/** All seeded participants: synthetic `current-user` plus every security mock user (stable UUID ids). */
|
|
2790
2871
|
declare const participantMock: AXParticipant[];
|
|
2791
2872
|
/**
|
|
@@ -3003,6 +3084,12 @@ declare class AXMTagDataSeeder implements AXPDataSeeder {
|
|
|
3003
3084
|
declare function createWidgetLayoutConfig(dimensions: Record<string, any> | undefined): AXMDashboardWidgetLayoutMap;
|
|
3004
3085
|
declare const DASHBOARDS: AXMCommonDashboardEntityModel[];
|
|
3005
3086
|
|
|
3087
|
+
/**
|
|
3088
|
+
* Tenant dashboard for MAGFA commerce users with conversation-only role.
|
|
3089
|
+
* Shortcuts: conversations list and Demis assist chat.
|
|
3090
|
+
*/
|
|
3091
|
+
declare const MAGFA_CONVERSATION_DASHBOARD: AXMCommonDashboardEntityModel;
|
|
3092
|
+
|
|
3006
3093
|
declare class AXPDashboardDataSeeder implements AXPDataSeeder {
|
|
3007
3094
|
private storageService;
|
|
3008
3095
|
seed(): Promise<void>;
|
|
@@ -3861,10 +3948,10 @@ declare const createFileCastMiddleware: AXPEntityStorageMiddleware;
|
|
|
3861
3948
|
* Folder Storage Middleware
|
|
3862
3949
|
*
|
|
3863
3950
|
* Applies folder-specific behavior via storage layer (no service override):
|
|
3864
|
-
* - create: enriches ownership from session, default inherit; after persist syncs parent.folders.
|
|
3865
|
-
* - update: after persist, removes from old parent if parentId changed, syncs parent.folders.
|
|
3866
|
-
* - delete: before delete loads folder, after delete removes from parent.folders.
|
|
3867
|
-
* - getOne: enriches
|
|
3951
|
+
* - create: enriches ownership from session, default inherit; after persist syncs immediate parent.folders only.
|
|
3952
|
+
* - update: after persist, removes from old parent if parentId changed, syncs immediate parent.folders only.
|
|
3953
|
+
* - delete: before delete loads folder, after delete removes from parent.folders (immediate parent only).
|
|
3954
|
+
* - getOne: merges missing direct children from storage by `parentId`, refreshes each embedded child folder from storage, then enriches counts and inherited properties.
|
|
3868
3955
|
*/
|
|
3869
3956
|
declare const folderStorageMiddleware: AXPEntityStorageMiddleware;
|
|
3870
3957
|
|
|
@@ -4042,5 +4129,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
|
|
|
4042
4129
|
|
|
4043
4130
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
4044
4131
|
|
|
4045
|
-
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,
|
|
4132
|
+
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, 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, 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, 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 };
|
|
4046
4133
|
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 };
|