@acorex/connectivity 21.0.0-next.34 → 21.0.0-next.39
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-BpUUTZOi.mjs → acorex-connectivity-mock-acorex-connectivity-mock-Bso6KgSC.mjs} +7102 -3436
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-Bso6KgSC.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-BA0r4IMn.mjs → acorex-connectivity-mock-chat-generate-image.command-BYNcjNoo.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-BA0r4IMn.mjs.map → acorex-connectivity-mock-chat-generate-image.command-BYNcjNoo.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-B5-8a7SC.mjs → acorex-connectivity-mock-chat-synthesize-speech.command-82f3G8lC.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-B5-8a7SC.mjs.map → acorex-connectivity-mock-chat-synthesize-speech.command-82f3G8lC.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BGzXvTnh.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-D6gp3I1V.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BGzXvTnh.mjs.map → acorex-connectivity-mock-chat-transcribe-speech.command-D6gp3I1V.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-entity-update.activity-D0hyBha-.mjs → acorex-connectivity-mock-entity-update.activity-06HTKiQQ.mjs} +1 -3
- package/fesm2022/acorex-connectivity-mock-entity-update.activity-06HTKiQQ.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-get-product-list.query-B06aC73T.mjs → acorex-connectivity-mock-get-product-list.query-f-mTj4ah.mjs} +7 -5
- package/fesm2022/acorex-connectivity-mock-get-product-list.query-f-mTj4ah.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-get-product-pdf-data.query-CM7bsjl7.mjs → acorex-connectivity-mock-get-product-pdf-data.query-Co1V52c4.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-get-product-pdf-data.query-CM7bsjl7.mjs.map → acorex-connectivity-mock-get-product-pdf-data.query-Co1V52c4.mjs.map} +1 -1
- package/fesm2022/acorex-connectivity-mock.mjs +1 -1
- package/package.json +2 -2
- package/types/acorex-connectivity-mock.d.ts +80 -38
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-BpUUTZOi.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-entity-update.activity-D0hyBha-.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-get-product-list.query-B06aC73T.mjs.map +0 -1
|
@@ -18,8 +18,9 @@ import { AXPPropertyDefinition } from '@acorex/platform/domain';
|
|
|
18
18
|
import { AXPAiPlanningMode } from '@acorex/modules/ai-management';
|
|
19
19
|
import { AXMApplicationManagementApplicationEntityModel, AXMApplicationManagementEditionEntityModel } from '@acorex/modules/application-management';
|
|
20
20
|
import { PreQuestionnaireConfig, PostQuestionnaireConfig, QuestionnaireEntityDisplaySettings } from '@acorex/modules/assessment-management';
|
|
21
|
+
import * as _acorex_core_translation from '@acorex/core/translation';
|
|
21
22
|
import { AXMTenantManagementTenantEntityModel } from '@acorex/modules/tenant-management';
|
|
22
|
-
import { AXMSecurityManagementRolesEntityModel, AXMSecurityManagementUsersEntityModel } from '@acorex/modules/security-management';
|
|
23
|
+
import { AXMSecurityManagementRolesEntityModel, AXMSecurityManagementUsersEntityModel, AXMUserAuthenticationState } from '@acorex/modules/security-management';
|
|
23
24
|
import { AXMHumanCapitalManagementEmploymentTypeEntityModel } from '@acorex/modules/human-capital-management';
|
|
24
25
|
import { AXPSpreadsheetData } from '@acorex/platform/layout/components';
|
|
25
26
|
import { AXMPersonCorePersonEntityModel, AXMPersonCorePersonIdentifierTypeEntityModel } from '@acorex/modules/person-core';
|
|
@@ -985,11 +986,13 @@ interface AXCAiAssistMock {
|
|
|
985
986
|
/** Assist default for tool-free planning preamble (`off` when omitted). */
|
|
986
987
|
planningMode?: AXPAiPlanningMode;
|
|
987
988
|
/**
|
|
988
|
-
* AI agent catalog rows this assist may delegate to (`type` = agent id, `options` = assist-locked / assist-default values).
|
|
989
|
+
* AI agent catalog rows this assist may delegate to (`agent.type` = agent id, `agent.options` = assist-locked / assist-default values). Matches assist repeater `path: 'agent'`.
|
|
989
990
|
*/
|
|
990
991
|
delegatedAgents?: {
|
|
991
|
-
|
|
992
|
-
|
|
992
|
+
agent: {
|
|
993
|
+
type?: string;
|
|
994
|
+
options?: Record<string, unknown>;
|
|
995
|
+
};
|
|
993
996
|
}[] | null;
|
|
994
997
|
}
|
|
995
998
|
/** Deterministic id for the platform default assist row. */
|
|
@@ -1305,7 +1308,7 @@ declare const TOKENS: {
|
|
|
1305
1308
|
categoryIds: string[];
|
|
1306
1309
|
categories: {
|
|
1307
1310
|
id: string;
|
|
1308
|
-
title:
|
|
1311
|
+
title: _acorex_core_translation.AXMultiLanguageString;
|
|
1309
1312
|
}[];
|
|
1310
1313
|
}[];
|
|
1311
1314
|
|
|
@@ -1333,8 +1336,16 @@ declare class AXPSecurityManagementRoleDataSeeder implements AXPDataSeeder {
|
|
|
1333
1336
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementRoleDataSeeder>;
|
|
1334
1337
|
}
|
|
1335
1338
|
|
|
1339
|
+
/**
|
|
1340
|
+
* Seeds `SecurityManagement.User` mock accounts.
|
|
1341
|
+
*
|
|
1342
|
+
* Dexie/Firestore `initial()` defaults to `uniqueKeys: ['name']`, but User rows use `username`, not `name`.
|
|
1343
|
+
* That makes the "already seeded" check unreliable and can leave orphaned rows (e.g. empty `username`)
|
|
1344
|
+
* in IndexedDB while skipping a fresh bulk insert — which shows up as extra list rows with `---`.
|
|
1345
|
+
*/
|
|
1336
1346
|
declare class AXPSecurityManagementUserDataSeeder implements AXPDataSeeder {
|
|
1337
|
-
private storageService;
|
|
1347
|
+
private readonly storageService;
|
|
1348
|
+
private readonly backend;
|
|
1338
1349
|
seed(): Promise<void>;
|
|
1339
1350
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementUserDataSeeder, never>;
|
|
1340
1351
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementUserDataSeeder>;
|
|
@@ -1353,6 +1364,8 @@ interface AXCMockUserMockDto extends AXMSecurityManagementUsersEntityModel {
|
|
|
1353
1364
|
title: string;
|
|
1354
1365
|
}[];
|
|
1355
1366
|
password: string;
|
|
1367
|
+
statusId: string;
|
|
1368
|
+
authenticationState: AXMUserAuthenticationState;
|
|
1356
1369
|
}
|
|
1357
1370
|
declare const mockUsers: AXCMockUserMockDto[];
|
|
1358
1371
|
|
|
@@ -1363,6 +1376,7 @@ declare const mockUsers: AXCMockUserMockDto[];
|
|
|
1363
1376
|
declare const AXM_CORPORATE_BUSINESS_UNIT_ID = "a1b2c3d4-e5f6-4789-a012-34567890abcd";
|
|
1364
1377
|
interface AXCBusinessUnitMockDto {
|
|
1365
1378
|
id: string;
|
|
1379
|
+
code: string;
|
|
1366
1380
|
title: AXPMultiLanguageString;
|
|
1367
1381
|
description?: AXPMultiLanguageString;
|
|
1368
1382
|
typeId: string;
|
|
@@ -1445,6 +1459,11 @@ interface AXCEmployeeMockDto {
|
|
|
1445
1459
|
id: string;
|
|
1446
1460
|
title?: unknown;
|
|
1447
1461
|
} | null;
|
|
1462
|
+
activePrimaryBusinessUnitId?: string | null;
|
|
1463
|
+
activePrimaryBusinessUnit?: {
|
|
1464
|
+
id: string;
|
|
1465
|
+
title?: unknown;
|
|
1466
|
+
} | null;
|
|
1448
1467
|
imageId: string[];
|
|
1449
1468
|
}
|
|
1450
1469
|
declare const EMPLOYEES_MOCK: AXCEmployeeMockDto[];
|
|
@@ -1458,10 +1477,16 @@ declare function axcPatchEmployeeActivePrimaryPositionRefsFromRows(rows: {
|
|
|
1458
1477
|
id: string;
|
|
1459
1478
|
activePrimaryPositionId?: string | null;
|
|
1460
1479
|
}[]): void;
|
|
1480
|
+
/** Sync in-memory mock rows with `activePrimaryBusinessUnitId` / nested business unit (after storage reconciliation). */
|
|
1481
|
+
declare function axcPatchEmployeeActivePrimaryBusinessUnitRefsFromRows(rows: {
|
|
1482
|
+
id: string;
|
|
1483
|
+
activePrimaryBusinessUnitId?: string | null;
|
|
1484
|
+
}[]): void;
|
|
1461
1485
|
|
|
1462
1486
|
type AXCEmployeeMock$1 = (typeof EMPLOYEES_MOCK)[number];
|
|
1463
1487
|
interface AXCTeamMockDto {
|
|
1464
1488
|
id: string;
|
|
1489
|
+
code: string;
|
|
1465
1490
|
title: AXPMultiLanguageString;
|
|
1466
1491
|
description: AXPMultiLanguageString;
|
|
1467
1492
|
leaderId: string;
|
|
@@ -1541,11 +1566,6 @@ interface PositionMockDto extends AXPCategorizedEntityDto {
|
|
|
1541
1566
|
title: AXPMultiLanguageString;
|
|
1542
1567
|
};
|
|
1543
1568
|
capacity?: number;
|
|
1544
|
-
reportsToPositionId?: string;
|
|
1545
|
-
reportsToPosition?: {
|
|
1546
|
-
id: string;
|
|
1547
|
-
title: AXPMultiLanguageString;
|
|
1548
|
-
};
|
|
1549
1569
|
isManager?: boolean;
|
|
1550
1570
|
}
|
|
1551
1571
|
declare const POSITIONS_CATEGORY_MOCK: AXPCategoryEntity<string>[];
|
|
@@ -1963,6 +1983,8 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
|
|
|
1963
1983
|
private readonly workflowProviders;
|
|
1964
1984
|
private readonly expressionScopeService;
|
|
1965
1985
|
private readonly expressionEvaluator;
|
|
1986
|
+
private readonly multiLanguageResolver;
|
|
1987
|
+
private readonly sessionService;
|
|
1966
1988
|
/**
|
|
1967
1989
|
* Get workflow definition by name using workflow providers.
|
|
1968
1990
|
* Falls back to entity storage query by name if providers fail.
|
|
@@ -2239,10 +2261,6 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
|
|
|
2239
2261
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowEngine>;
|
|
2240
2262
|
}
|
|
2241
2263
|
|
|
2242
|
-
/**
|
|
2243
|
-
* Mock workflow definitions for testing and demonstration.
|
|
2244
|
-
* Used by workflow-definition provider and entity list.
|
|
2245
|
-
*/
|
|
2246
2264
|
declare const workflowDefinitionMock: AXPWorkflowDefinition[];
|
|
2247
2265
|
declare const workflowDefinitionIds: {
|
|
2248
2266
|
createLeaveRequest: string;
|
|
@@ -2251,7 +2269,6 @@ declare const workflowDefinitionIds: {
|
|
|
2251
2269
|
};
|
|
2252
2270
|
/**
|
|
2253
2271
|
* Mock workflow definition entities for the entity list and seeder.
|
|
2254
|
-
* Each workflow is attached to its category (Staff vs Documents).
|
|
2255
2272
|
*/
|
|
2256
2273
|
declare const workflowDefinitionEntityMock: AXMWorkflowManagementWorkflowDefinitionEntityModel[];
|
|
2257
2274
|
|
|
@@ -2263,15 +2280,19 @@ declare class AXCWorkflowDefinitionDataSeeder implements AXPDataSeeder {
|
|
|
2263
2280
|
}
|
|
2264
2281
|
|
|
2265
2282
|
/**
|
|
2266
|
-
*
|
|
2267
|
-
* Same structure as workflow-category: only categories that have activities.
|
|
2268
|
-
* Only activities with a handler (backend command or frontend activity) are listed in activity-definition;
|
|
2269
|
-
* they are all under Command.
|
|
2283
|
+
* Stable lookup keys for assigning activities in activity-definition mock.
|
|
2270
2284
|
*/
|
|
2285
|
+
declare const ACTIVITY_CATEGORY_ID_BY_KEY: Record<string, string>;
|
|
2271
2286
|
/**
|
|
2272
|
-
*
|
|
2287
|
+
* Activity categories for mock (multi-language titles; itemsCount filled after definitions are built).
|
|
2273
2288
|
*/
|
|
2274
2289
|
declare const ACTIVITY_CATEGORIES: AXPActivityCategory[];
|
|
2290
|
+
/**
|
|
2291
|
+
* Sets {@link AXPActivityCategory.itemsCount} from definition rows (mutates category objects).
|
|
2292
|
+
*/
|
|
2293
|
+
declare function finalizeActivityCategoryItemCounts(definitions: {
|
|
2294
|
+
category?: string;
|
|
2295
|
+
}[]): void;
|
|
2275
2296
|
/** @deprecated Use ACTIVITY_CATEGORIES. Kept for backward compatibility (seeder, etc.). */
|
|
2276
2297
|
declare const activityCategoryMocks: AXPActivityCategory[];
|
|
2277
2298
|
|
|
@@ -2292,14 +2313,14 @@ declare const activityDefinitionEntityMock: {
|
|
|
2292
2313
|
id: string;
|
|
2293
2314
|
name: string;
|
|
2294
2315
|
type: string;
|
|
2295
|
-
title?:
|
|
2296
|
-
description?:
|
|
2316
|
+
title?: _acorex_platform_core.AXPMultiLanguageString;
|
|
2317
|
+
description?: _acorex_platform_core.AXPMultiLanguageString;
|
|
2297
2318
|
category?: string;
|
|
2298
2319
|
icon?: string;
|
|
2299
2320
|
executionMode?: "frontend" | "backend" | "both";
|
|
2300
2321
|
taskType?: _acorex_platform_workflow.AXPTaskType;
|
|
2301
|
-
inputs?:
|
|
2302
|
-
outputs?: _acorex_platform_workflow.
|
|
2322
|
+
inputs?: _acorex_platform_core.AXPProperty[];
|
|
2323
|
+
outputs?: _acorex_platform_workflow.AXPWorkflowOutputProperty[];
|
|
2303
2324
|
outcomes?: string[];
|
|
2304
2325
|
isBrowsable?: boolean;
|
|
2305
2326
|
isContainer?: boolean;
|
|
@@ -2409,6 +2430,8 @@ declare class AXMWorkflowDashboardChartDataSourceDefinition implements AXPDataSo
|
|
|
2409
2430
|
private readonly systemHealthSummaryItems;
|
|
2410
2431
|
private readonly throughputDailyItems;
|
|
2411
2432
|
private readonly throughputWeeklyItems;
|
|
2433
|
+
private readonly instanceConversionFunnelItems;
|
|
2434
|
+
private readonly errorsByActivityDayHeatmapItems;
|
|
2412
2435
|
private buildDailyThroughput;
|
|
2413
2436
|
private buildWeeklyThroughput;
|
|
2414
2437
|
private readonly slaViolationsAndDelayItems;
|
|
@@ -2427,9 +2450,16 @@ declare class AXMWorkflowDashboardChartDataSourceDefinition implements AXPDataSo
|
|
|
2427
2450
|
private readonly workloadPerUserAvgAgeHoursItems;
|
|
2428
2451
|
private readonly workloadOverloadedUsersItems;
|
|
2429
2452
|
private readonly slaRiskPredictionItems;
|
|
2453
|
+
private readonly kpiTaskStatusBreakdownItems;
|
|
2454
|
+
private readonly kpiSlaComplianceSnapshotItem;
|
|
2455
|
+
private readonly kpiStatCardItem;
|
|
2456
|
+
private readonly kpiThroughputOverviewItem;
|
|
2430
2457
|
private barChartDefinition;
|
|
2431
2458
|
private donutChartDefinition;
|
|
2432
2459
|
private lineChartDefinition;
|
|
2460
|
+
private funnelChartDefinition;
|
|
2461
|
+
private heatmapDefinition;
|
|
2462
|
+
private kpiSingleItemDefinition;
|
|
2433
2463
|
private readonly workflowPendingApprovalByAgeDataSource;
|
|
2434
2464
|
private readonly workflowWorkloadByProcessDataSource;
|
|
2435
2465
|
private readonly workflowSlaComplianceDataSource;
|
|
@@ -2448,11 +2478,17 @@ declare class AXMWorkflowDashboardChartDataSourceDefinition implements AXPDataSo
|
|
|
2448
2478
|
private readonly workflowTasksNearDeadlineDataSource;
|
|
2449
2479
|
private readonly workflowBottleneckActivitiesDataSource;
|
|
2450
2480
|
private readonly workflowErrorsByCategoryDataSource;
|
|
2481
|
+
private readonly workflowInstanceConversionFunnelDataSource;
|
|
2482
|
+
private readonly workflowErrorsByActivityDayHeatmapDataSource;
|
|
2451
2483
|
private readonly workflowWorkloadPerUserActiveDataSource;
|
|
2452
2484
|
private readonly workflowWorkloadPerUserOverdueDataSource;
|
|
2453
2485
|
private readonly workflowWorkloadPerUserAvgAgeHoursDataSource;
|
|
2454
2486
|
private readonly workflowWorkloadOverloadedUsersDataSource;
|
|
2455
2487
|
private readonly workflowSlaRiskPredictionDataSource;
|
|
2488
|
+
private readonly workflowKpiSlaComplianceSnapshotDataSource;
|
|
2489
|
+
private readonly workflowKpiTaskStatusBreakdownDataSource;
|
|
2490
|
+
private readonly workflowKpiThroughputOverviewDataSource;
|
|
2491
|
+
private readonly workflowKpiStatCardDataSource;
|
|
2456
2492
|
items(): Promise<AXPDataSourceDefinition[]>;
|
|
2457
2493
|
}
|
|
2458
2494
|
|
|
@@ -2660,9 +2696,9 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2660
2696
|
private normalizeConversationTitle;
|
|
2661
2697
|
private generateAssistResponse;
|
|
2662
2698
|
private createPlaceholderMessage;
|
|
2699
|
+
private applyStreamDeltas;
|
|
2663
2700
|
private publishPlaceholderMessage;
|
|
2664
2701
|
private emitMessageUpdate;
|
|
2665
|
-
private updateStreamingText;
|
|
2666
2702
|
/** Clears nested specialist stream for one supervisor `agent:*` tool call (delegated sub-run round). */
|
|
2667
2703
|
private resetDelegatedNestedStream;
|
|
2668
2704
|
/** Appends streamed specialist text for a delegated agent run into that tool row (not the main bubble). */
|
|
@@ -2677,6 +2713,12 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2677
2713
|
private rebuildAiTranscriptDraft;
|
|
2678
2714
|
private finalizeMessage;
|
|
2679
2715
|
private resolveModelEntityId;
|
|
2716
|
+
/**
|
|
2717
|
+
* Build chat lines for the AI engine. Only plain user/assistant text from each message
|
|
2718
|
+
* {@link #extractMessageText} is included — never assist message metadata
|
|
2719
|
+
* (`toolCalls`, `aiTranscript`, `streamDraft*`, `assistUi`, etc.), so the model does not
|
|
2720
|
+
* see internal trace or UI state.
|
|
2721
|
+
*/
|
|
2680
2722
|
private buildAiMessages;
|
|
2681
2723
|
private isStreamingPlaceholder;
|
|
2682
2724
|
private extractLatestAssistantContent;
|
|
@@ -2826,31 +2868,31 @@ type MetadataCategoryMockDto = Omit<AXPCategoryEntity, 'title' | 'description'>
|
|
|
2826
2868
|
declare const METADATA_SYSTEM_CATEGORY_REFS: {
|
|
2827
2869
|
readonly foundation: {
|
|
2828
2870
|
readonly id: string;
|
|
2829
|
-
readonly title:
|
|
2871
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2830
2872
|
};
|
|
2831
2873
|
readonly flagsAndState: {
|
|
2832
2874
|
readonly id: string;
|
|
2833
|
-
readonly title:
|
|
2875
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2834
2876
|
};
|
|
2835
2877
|
readonly classification: {
|
|
2836
2878
|
readonly id: string;
|
|
2837
|
-
readonly title:
|
|
2879
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2838
2880
|
};
|
|
2839
2881
|
readonly schedulingAndValidity: {
|
|
2840
2882
|
readonly id: string;
|
|
2841
|
-
readonly title:
|
|
2883
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2842
2884
|
};
|
|
2843
2885
|
readonly audit: {
|
|
2844
2886
|
readonly id: string;
|
|
2845
|
-
readonly title:
|
|
2887
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2846
2888
|
};
|
|
2847
2889
|
readonly amountsAndOrdering: {
|
|
2848
2890
|
readonly id: string;
|
|
2849
|
-
readonly title:
|
|
2891
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2850
2892
|
};
|
|
2851
2893
|
readonly location: {
|
|
2852
2894
|
readonly id: string;
|
|
2853
|
-
readonly title:
|
|
2895
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2854
2896
|
};
|
|
2855
2897
|
};
|
|
2856
2898
|
/**
|
|
@@ -2859,19 +2901,19 @@ declare const METADATA_SYSTEM_CATEGORY_REFS: {
|
|
|
2859
2901
|
declare const METADATA_GENERAL_CATEGORY_REFS: {
|
|
2860
2902
|
readonly choiceOptions: {
|
|
2861
2903
|
readonly id: string;
|
|
2862
|
-
readonly title:
|
|
2904
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2863
2905
|
};
|
|
2864
2906
|
readonly rating: {
|
|
2865
2907
|
readonly id: string;
|
|
2866
|
-
readonly title:
|
|
2908
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2867
2909
|
};
|
|
2868
2910
|
readonly text: {
|
|
2869
2911
|
readonly id: string;
|
|
2870
|
-
readonly title:
|
|
2912
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2871
2913
|
};
|
|
2872
2914
|
readonly date: {
|
|
2873
2915
|
readonly id: string;
|
|
2874
|
-
readonly title:
|
|
2916
|
+
readonly title: _acorex_core_translation.AXMultiLanguageString;
|
|
2875
2917
|
};
|
|
2876
2918
|
};
|
|
2877
2919
|
declare const metadataCategoryMocks: MetadataCategoryMockDto[];
|
|
@@ -3947,5 +3989,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
|
|
|
3947
3989
|
|
|
3948
3990
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
3949
3991
|
|
|
3950
|
-
export { ACTIVITY_CATEGORIES, 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, AXCWorkflowCategorySeeder, AXCWorkflowDefinitionDataSeeder, AXCWorkflowEngine, AXCWorkflowExecutionDB, AXCWorkflowExecutionStoreDexie, AXCWorkflowExecutionStoreFirestore, AXCWorkflowManagementMockModule, AXC_ENTITY_STORAGE_BACKEND_TYPE, AXC_FIRESTORE_CONFIG, AXC_FIRESTORE_DB, AXC_WORKFLOW_EXECUTION_STORE, AXMAiDemisDefaultAssistId, AXMAiModelStableIds, AXMAiPlatformDefaultAssistId, 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, 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_MOCK, 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, axVersionDB, axWorkflowExecutionDB, axcPatchEmployeeActivePrimaryPositionRefsFromRows, axcPatchEmployeeManagerRefsFromRows, axcResolveCommandRegistrySeedId, axcResolveQueryRegistrySeedId, bankCategory, buildEntityStorageQuickSearchFilter, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, chatMessageMock, chatMock, checkboxInterface, childCountMiddleware, clearEntityDefinitionFirestoreCollections, collectQuickSearchFieldPathsFromEntityDefinition, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, createWidgetLayoutConfig, dateInterface, dateTimeInterface, descriptionInterface, documentFolderSyncMiddleware, emailInterface, entityDefDb, entityValidationMiddleware, fileUploaderInterface, findEmployeeById, folderStorageMiddleware, generateUserDashboard, groupOrderItemCalculatorMiddleware, historyMiddleware, identifierCommitMiddleware, imageInterface, inspectionOkXNaInterface, loadMockPropertyDefinitions, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mergeQuickSearchIntoRequest, metadataCategoryMocks, mockQuestionBankItemByName, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, parseEntityStorageInsertData, parseEntityStorageQueryRequest, participantIds, 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 };
|
|
3992
|
+
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, AXCWorkflowCategorySeeder, AXCWorkflowDefinitionDataSeeder, AXCWorkflowEngine, AXCWorkflowExecutionDB, AXCWorkflowExecutionStoreDexie, AXCWorkflowExecutionStoreFirestore, AXCWorkflowManagementMockModule, AXC_ENTITY_STORAGE_BACKEND_TYPE, AXC_FIRESTORE_CONFIG, AXC_FIRESTORE_DB, AXC_WORKFLOW_EXECUTION_STORE, AXMAiDemisDefaultAssistId, AXMAiModelStableIds, AXMAiPlatformDefaultAssistId, 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, 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_MOCK, 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, axVersionDB, axWorkflowExecutionDB, axcPatchEmployeeActivePrimaryBusinessUnitRefsFromRows, axcPatchEmployeeActivePrimaryPositionRefsFromRows, axcPatchEmployeeManagerRefsFromRows, axcResolveCommandRegistrySeedId, axcResolveQueryRegistrySeedId, bankCategory, buildEntityStorageQuickSearchFilter, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, chatMessageMock, chatMock, checkboxInterface, childCountMiddleware, clearEntityDefinitionFirestoreCollections, collectQuickSearchFieldPathsFromEntityDefinition, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, createWidgetLayoutConfig, dateInterface, dateTimeInterface, descriptionInterface, documentFolderSyncMiddleware, emailInterface, entityDefDb, entityValidationMiddleware, fileUploaderInterface, finalizeActivityCategoryItemCounts, findEmployeeById, folderStorageMiddleware, generateUserDashboard, groupOrderItemCalculatorMiddleware, historyMiddleware, identifierCommitMiddleware, imageInterface, inspectionOkXNaInterface, loadMockPropertyDefinitions, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mergeQuickSearchIntoRequest, metadataCategoryMocks, mockQuestionBankItemByName, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, parseEntityStorageInsertData, parseEntityStorageQueryRequest, participantIds, 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 };
|
|
3951
3993
|
export type { AXCAiAssistMock, AXCAiModelMock, AXCBookmarkEntity, AXCBusinessUnitMockDto, AXCEntityStorageBackendType, AXCEntityStorageInsertInput, AXCEntityStorageInsertOutput, AXCEntityStorageQueryInput, AXCEntityStorageQueryResult, AXCFirestoreConfig, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCTeamMemberMockDto, AXCTeamMemberRoleMockDto, AXCTeamMockDto, AXCWorkflowExecutionStore, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, AutomationCommandDto, AutomationMockDto, CanonicalChange, CanonicalChangeOp, EntityDefinitionFirestoreSnapshotFile, FirestoreSnapshotOperation, JobDefinitionMockDto, JobLevelMockDto, MockUserPassCredentials, PositionMockDto, QuestionBankItemCategoryTitle, QuestionBankItemMockDto, QuestionnaireCalculationMockDto, QuestionnaireCalculationMockResultKind, QuestionnaireCategoryTitle, QuestionnaireMockDto, ResponsibilityMockDto, ShowMetaDataFormPopupMockInput, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo };
|