@acorex/connectivity 21.0.0-next.70 → 21.0.0-next.71
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-DXJDJBvf.mjs → acorex-connectivity-mock-acorex-connectivity-mock-Wofp2dW8.mjs} +2580 -2480
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-Wofp2dW8.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-B-ZAFQQM.mjs → acorex-connectivity-mock-assign-to-manager.activity-C18ksdYp.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-B-ZAFQQM.mjs.map → acorex-connectivity-mock-assign-to-manager.activity-C18ksdYp.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-DBn-KZft.mjs → acorex-connectivity-mock-chat-generate-image.command-B4aTFrkL.mjs} +23 -26
- package/fesm2022/acorex-connectivity-mock-chat-generate-image.command-B4aTFrkL.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-CdhGiZsU.mjs → acorex-connectivity-mock-chat-synthesize-speech.command-WgAOpZ71.mjs} +25 -20
- package/fesm2022/acorex-connectivity-mock-chat-synthesize-speech.command-WgAOpZ71.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-D3om-6Pi.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-BzqFA5rc.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-D3om-6Pi.mjs.map → acorex-connectivity-mock-chat-transcribe-speech.command-BzqFA5rc.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-B_duq_t1.mjs → acorex-connectivity-mock-user-roles-for-list-column.query-DkMa4-Ju.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-B_duq_t1.mjs.map → acorex-connectivity-mock-user-roles-for-list-column.query-DkMa4-Ju.mjs.map} +1 -1
- package/fesm2022/acorex-connectivity-mock.mjs +1 -1
- package/package.json +2 -2
- package/types/acorex-connectivity-mock.d.ts +48 -57
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-DXJDJBvf.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-chat-generate-image.command-DBn-KZft.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-chat-synthesize-speech.command-CdhGiZsU.mjs.map +0 -1
|
@@ -12,7 +12,6 @@ import { AXPEntityAggregateRequest, AXPEntityStorageService, AXPEntityQueryAllOp
|
|
|
12
12
|
import { AXDataSourceFilterOption } from '@acorex/cdk/common';
|
|
13
13
|
import Dexie, { Table } from 'dexie';
|
|
14
14
|
import { Firestore } from 'firebase/firestore';
|
|
15
|
-
import * as _acorex_platform_common from '@acorex/platform/common';
|
|
16
15
|
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
16
|
import { AXPPropertyDefinition } from '@acorex/platform/domain';
|
|
18
17
|
import { AXMAiManagementModelEntityModel, AXMAiManagementAssistEntityModel } from '@acorex/modules/ai-management';
|
|
@@ -29,8 +28,8 @@ import * as _acorex_platform_workflow from '@acorex/platform/workflow';
|
|
|
29
28
|
import { AXPWorkflowInstance, AXPWorkflowEngine, AXPStartWorkflowRequest, AXPStartWorkflowResponse, AXPResumeWorkflowRequest, AXPResumeWorkflowResponse, AXPGetWorkflowStateRequest, AXPWorkflowInstanceState, AXPRevertResumeAfterDeclinedInteractiveContinuationRequest, AXPRevertResumeAfterDeclinedInteractiveContinuationResponse, AXPClaimWorkflowTaskRequest, AXPClaimWorkflowTaskResponse, AXPReassignWorkflowTaskToSelfRequest, AXPReassignWorkflowTaskToSelfResponse, AXPFrontActivityCompleteRequest, AXPFrontActivityCompleteResponse, AXPWorkflowDefinition, AXPWorkflowGraph, AXPActivityCategory, AXPActivityDefinition, AXPWorkflowCategory } from '@acorex/platform/workflow';
|
|
30
29
|
import { AXMWorkflowManagementWorkflowDefinitionEntityModel } from '@acorex/modules/workflow-management';
|
|
31
30
|
import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
|
|
32
|
-
import { AXConversationCreateData, AXConversation, AXPagination, AXConversationFilters, AXPaginatedResult, AXConversationUpdateData, AXParticipant, AXParticipantUpdate, AXConversationSettingsUpdate, AXSendMessageCommand, AXMessage, AXMessagePayload, AXMessageSearchFilters, AXReadReceipt, AXMessageForwardData, AXPinnedMessage, AXConnectionStatus, AXConnectionOptions, AXConnectionEvent, AXTypingIndicator, AXPresenceUpdate, AXNotificationEvent, AXCallEvent,
|
|
33
|
-
import { AXMChatConversationApi, AXMChatMessageApi, AXMChatRealtimeApi,
|
|
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';
|
|
34
33
|
import { Observable } from 'rxjs';
|
|
35
34
|
import { ShowMetaDataFormPopupCommand, ShowMetaDataFormPopupInput, ResolveGroupsResult } from '@acorex/modules/data-management';
|
|
36
35
|
import { AXPDynamicFormGroupDefinition } from '@acorex/platform/layout/builder';
|
|
@@ -1034,6 +1033,10 @@ declare const AXMAiModelStableIds: {
|
|
|
1034
1033
|
readonly openrouterGpt54Nano: "a0000001-0000-4000-8000-000000000080";
|
|
1035
1034
|
readonly openrouterGpt54Mini: "a0000001-0000-4000-8000-000000000081";
|
|
1036
1035
|
readonly openrouterGpt54: "a0000001-0000-4000-8000-000000000082";
|
|
1036
|
+
readonly openrouterGrokImagineImageQuality: "a0000001-0000-4000-8000-000000000083";
|
|
1037
|
+
readonly openrouterGemini31FlashTtsPreview: "a0000001-0000-4000-8000-000000000084";
|
|
1038
|
+
readonly openrouterKokoro82m: "a0000001-0000-4000-8000-000000000085";
|
|
1039
|
+
readonly openrouterGrokVoiceTts10: "a0000001-0000-4000-8000-000000000086";
|
|
1037
1040
|
};
|
|
1038
1041
|
/**
|
|
1039
1042
|
* Catalog mock rows. Monetary fields are USD per 1M tokens (Standard / paid tier) unless noted.
|
|
@@ -1225,6 +1228,14 @@ interface QuestionBankItemMockDto extends AXPCategorizedEntityDto {
|
|
|
1225
1228
|
estimatedTime?: number;
|
|
1226
1229
|
categoryIds: string[];
|
|
1227
1230
|
categories: AXPCategoryListItem[];
|
|
1231
|
+
/** Registered catalog scope keys (see module catalog scope providers). */
|
|
1232
|
+
catalogScopeKeys?: string[];
|
|
1233
|
+
/** Resolved scope labels for list display (enriched by catalog-scope resolver middleware). */
|
|
1234
|
+
catalogScopes?: Array<{
|
|
1235
|
+
name: string;
|
|
1236
|
+
title: AXPMultiLanguageString | string;
|
|
1237
|
+
cssClass?: string;
|
|
1238
|
+
}>;
|
|
1228
1239
|
createdAt: Date;
|
|
1229
1240
|
updatedAt: Date;
|
|
1230
1241
|
}
|
|
@@ -1295,6 +1306,14 @@ interface QuestionnaireMockDto extends Omit<AXPCategorizedEntityDto, 'categories
|
|
|
1295
1306
|
requireAllAnswers: boolean;
|
|
1296
1307
|
categoryIds: string[];
|
|
1297
1308
|
categories: QuestionnaireCategoryMockEntity[];
|
|
1309
|
+
/** Registered catalog scope keys (module providers). */
|
|
1310
|
+
catalogScopeKeys?: string[];
|
|
1311
|
+
/** Resolved labels for list columns (optional on seed; enriched on read). */
|
|
1312
|
+
catalogScopes?: Array<{
|
|
1313
|
+
name: string;
|
|
1314
|
+
title: AXPMultiLanguageString | string;
|
|
1315
|
+
cssClass?: string;
|
|
1316
|
+
}>;
|
|
1298
1317
|
createdAt: Date;
|
|
1299
1318
|
updatedAt: Date;
|
|
1300
1319
|
}
|
|
@@ -1331,15 +1350,19 @@ declare class AXMQuestionnaireCategoryDataSeeder implements AXPDataSeeder {
|
|
|
1331
1350
|
}
|
|
1332
1351
|
|
|
1333
1352
|
declare class AXMQuestionBankItemDataSeeder implements AXPDataSeeder {
|
|
1334
|
-
private storage;
|
|
1353
|
+
private readonly storage;
|
|
1335
1354
|
seed(): Promise<void>;
|
|
1355
|
+
/** Patches catalog scope fields when initial seed skipped existing rows. */
|
|
1356
|
+
private syncCatalogScopesFromMocks;
|
|
1336
1357
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMQuestionBankItemDataSeeder, never>;
|
|
1337
1358
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMQuestionBankItemDataSeeder>;
|
|
1338
1359
|
}
|
|
1339
1360
|
|
|
1340
1361
|
declare class AXMQuestionnaireDataSeeder implements AXPDataSeeder {
|
|
1341
|
-
private storage;
|
|
1362
|
+
private readonly storage;
|
|
1342
1363
|
seed(): Promise<void>;
|
|
1364
|
+
/** Patches catalog scope fields when initial seed skipped existing rows. */
|
|
1365
|
+
private syncCatalogScopesFromMocks;
|
|
1343
1366
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMQuestionnaireDataSeeder, never>;
|
|
1344
1367
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMQuestionnaireDataSeeder>;
|
|
1345
1368
|
}
|
|
@@ -1725,57 +1748,19 @@ declare class AXMEmploymentTypeDataSeeder implements AXPDataSeeder {
|
|
|
1725
1748
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmploymentTypeDataSeeder>;
|
|
1726
1749
|
}
|
|
1727
1750
|
|
|
1728
|
-
declare const LEAVE_REQUEST_STATUS_DEFINITIONS: readonly [{
|
|
1729
|
-
readonly name: _acorex_platform_common.AXPSystemStatusType.Pending;
|
|
1730
|
-
readonly title: string;
|
|
1731
|
-
readonly icon: "fa-light fa-clock";
|
|
1732
|
-
readonly color: "warning";
|
|
1733
|
-
readonly description: string;
|
|
1734
|
-
readonly order: 1;
|
|
1735
|
-
readonly isInitial: true;
|
|
1736
|
-
readonly isFinal: false;
|
|
1737
|
-
}, {
|
|
1738
|
-
readonly name: _acorex_platform_common.AXPSystemStatusType.Approved;
|
|
1739
|
-
readonly title: string;
|
|
1740
|
-
readonly icon: "fa-light fa-check-circle";
|
|
1741
|
-
readonly color: "success";
|
|
1742
|
-
readonly description: string;
|
|
1743
|
-
readonly order: 3;
|
|
1744
|
-
readonly isInitial: false;
|
|
1745
|
-
readonly isFinal: false;
|
|
1746
|
-
}, {
|
|
1747
|
-
readonly name: _acorex_platform_common.AXPSystemStatusType.Rejected;
|
|
1748
|
-
readonly title: string;
|
|
1749
|
-
readonly icon: "fa-light fa-times-circle";
|
|
1750
|
-
readonly color: "danger";
|
|
1751
|
-
readonly description: string;
|
|
1752
|
-
readonly order: 6;
|
|
1753
|
-
readonly isInitial: false;
|
|
1754
|
-
readonly isFinal: true;
|
|
1755
|
-
}, {
|
|
1756
|
-
readonly name: _acorex_platform_common.AXPSystemStatusType.Cancelled;
|
|
1757
|
-
readonly title: string;
|
|
1758
|
-
readonly icon: "fa-light fa-times-circle";
|
|
1759
|
-
readonly color: "neutral";
|
|
1760
|
-
readonly description: string;
|
|
1761
|
-
readonly order: 6;
|
|
1762
|
-
readonly isInitial: false;
|
|
1763
|
-
readonly isFinal: true;
|
|
1764
|
-
}];
|
|
1765
|
-
type LeaveRequestStatusId = (typeof LEAVE_REQUEST_STATUS_DEFINITIONS)[number]['name'];
|
|
1766
1751
|
interface AXCLeaveRequestMockDto {
|
|
1767
1752
|
id: string;
|
|
1768
1753
|
employeeId: string;
|
|
1769
|
-
employee?:
|
|
1754
|
+
employee?: unknown;
|
|
1770
1755
|
leaveTypeId: string;
|
|
1771
|
-
leaveType?:
|
|
1756
|
+
leaveType?: unknown;
|
|
1772
1757
|
startDate: Date;
|
|
1773
1758
|
endDate: Date;
|
|
1774
1759
|
durationDays: number;
|
|
1775
1760
|
reason?: string;
|
|
1776
|
-
statusId:
|
|
1761
|
+
statusId: string;
|
|
1777
1762
|
status?: {
|
|
1778
|
-
id:
|
|
1763
|
+
id: string;
|
|
1779
1764
|
title: string;
|
|
1780
1765
|
};
|
|
1781
1766
|
}
|
|
@@ -2429,7 +2414,6 @@ declare function enrichWorkflowGraph(graph: AXPWorkflowGraph): AXPWorkflowGraph;
|
|
|
2429
2414
|
declare const workflowDefinitionMock: AXPWorkflowDefinition[];
|
|
2430
2415
|
declare const workflowDefinitionIds: {
|
|
2431
2416
|
documentReview: string;
|
|
2432
|
-
fillQuestionnaireForm: string;
|
|
2433
2417
|
};
|
|
2434
2418
|
/**
|
|
2435
2419
|
* Mock workflow definition entities for the entity list and seeder.
|
|
@@ -2871,6 +2855,8 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2871
2855
|
private enrichAssistPayloadLineWithFollowUpFromToolCalls;
|
|
2872
2856
|
private mergeAssistRunUsageTotals;
|
|
2873
2857
|
private createPlaceholderMessage;
|
|
2858
|
+
/** Inserts a paragraph break before the next streamed assistant narration part. */
|
|
2859
|
+
private appendAssistStreamPartBreak;
|
|
2874
2860
|
private applyStreamDeltas;
|
|
2875
2861
|
private publishPlaceholderMessage;
|
|
2876
2862
|
/**
|
|
@@ -2894,6 +2880,8 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2894
2880
|
* segments that the supervisor already relayed in an assistant turn.
|
|
2895
2881
|
*/
|
|
2896
2882
|
private buildAssistPayloadLineForMessage;
|
|
2883
|
+
/** First text segment from the user-facing assist payload line (joined supervisor narration). */
|
|
2884
|
+
private extractAssistPayloadAnswerText;
|
|
2897
2885
|
/**
|
|
2898
2886
|
* When the supervisor already emitted chart/file nodes, drop the same segments from
|
|
2899
2887
|
* `agent_result` tool rows so the stored assist payload is not built twice.
|
|
@@ -3020,16 +3008,19 @@ declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
|
|
|
3020
3008
|
}
|
|
3021
3009
|
|
|
3022
3010
|
/**
|
|
3023
|
-
* Mock
|
|
3011
|
+
* Mock conversation upload handler — listens to {@link AXUploaderService} events and
|
|
3012
|
+
* persists chat attachments via {@link AXPFileStorageService}.
|
|
3024
3013
|
*/
|
|
3025
|
-
declare class
|
|
3014
|
+
declare class AXCConversationMockUploaderService {
|
|
3015
|
+
private readonly uploader;
|
|
3016
|
+
private readonly destroyRef;
|
|
3026
3017
|
private readonly fileStorage;
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
resolveUrl
|
|
3030
|
-
deleteMedia
|
|
3031
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
3032
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
3018
|
+
constructor();
|
|
3019
|
+
private handleUpload;
|
|
3020
|
+
private resolveUrl;
|
|
3021
|
+
private deleteMedia;
|
|
3022
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockUploaderService, never>;
|
|
3023
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCConversationMockUploaderService>;
|
|
3033
3024
|
}
|
|
3034
3025
|
|
|
3035
3026
|
/**
|
|
@@ -4296,5 +4287,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
|
|
|
4296
4287
|
|
|
4297
4288
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
4298
4289
|
|
|
4299
|
-
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,
|
|
4290
|
+
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, AXCConversationMockUploaderService, AXCConversationMockUserApi, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCEntityDefinitionSeederService, AXCEntityDefinitionsModule, AXCEntityStorageInsertCommand, AXCEntityStorageModule, AXCEntityStorageQueryQuery, AXCFileStorageServiceDexie, AXCFileStorageServiceFirestore, AXCFinancialCoreMockModule, AXCFirestoreEntityStorageService, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHealthCoreMockModule, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCImageCaptchaChallengeProviderMock, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetadataCategorySeeder, AXCMiddlewaresModule, AXCMockCaptchaChallengeComponent, AXCMockEntityLogListener, AXCMockModule, AXCMockShowMetaDataFormPopupCommand, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonCoreMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryRegistryDataSeeder, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCStoredEntityDefinitionLoader, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTextTemplateRenderBackend, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWidgetCatalogDataSeeder, AXCWorkflowCategorySeeder, AXCWorkflowDefinitionDataSeeder, AXCWorkflowEngine, AXCWorkflowExecutionDB, AXCWorkflowExecutionStoreDexie, AXCWorkflowExecutionStoreFirestore, AXCWorkflowInstanceCartableDemoSeeder, AXCWorkflowManagementMockModule, AXC_ENTITY_STORAGE_BACKEND_TYPE, AXC_FIRESTORE_CONFIG, AXC_FIRESTORE_DB, AXC_WORKFLOW_EXECUTION_STORE, AXMAiDemisAssistAgentUuid, AXMAiDemisAssistId, AXMAiDemisGeneralAssistId, AXMAiModelStableIds, AXMAiPlatformAssistantAssistId, AXMAutomationDataSeeder, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMDashboardChartDataSourceDefinition, AXMEmployeeDataSeeder, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMJobDefinitionDataSeeder, AXMJobLevelDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMResponsibilityDataSeeder, AXMTagDataSeeder, AXMTeamBusinessUnitDataSeeder, AXMTeamDataSeeder, AXMTeamMemberDataSeeder, AXMTeamMemberRoleDataSeeder, AXMWorkflowDashboardChartDataSourceDefinition, AXM_AI_REGISTRY_COMMAND_NAME, AXM_AI_REGISTRY_QUERY_NAME, AXM_CORPORATE_BUSINESS_UNIT_ID, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXVChangeType, BCC, BOC, BUSINESS_UNITS_MOCK, CHAT_LAST_MESSAGE_IDS, COLLABORATION_STANDARD, COSTMANAGER_ENTERPRISE, COSTMANAGER_PROFESSIONAL, COSTMANAGER_STANDARD, CP, CRM_ENTERPRISE, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYMENT_TYPES_MOCK, ENTITY_DEFINITION_MAP, ENTITY_REGISTRY, FINANCE_BASIC, FINANCE_ENTERPRISE, FINANCE_PRO, G, HR_ENTERPRISE, HW, JOB_DEFINITIONS_CATEGORY_MOCK, JOB_DEFINITIONS_MOCK, JOB_DEFINITION_CATEGORY_KEY_TO_ID, JOB_LEVELS_MOCK, LASER_PLUMBING_TENANT_ID, LEAVE_REQUESTS_MOCK, MAGFA_COMMERCE_STANDARD, MAGFA_CONVERSATION_DASHBOARD, MAGFA_TENANT_ID, METADATA_CATEGORY_IDS, METADATA_GENERAL_CATEGORY_REFS, METADATA_SYSTEM_CATEGORY_REFS, MLC, OHR, ORDERING_BASIC, ORDERING_ENTERPRISE, ORDERING_STANDARD, OWNERSHIP_FILTER_BYPASS, PLATFORM_CONSOLE, PLATFORM_TENANT_ID, PM, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QCP, QGEN, QHW, QOHR, QPM, QTLE, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, QWS, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, RESPONSIBILITY_CATEGORY_KEY_TO_ID, SAFETYMINDER_BASIC, SAFETYMINDER_ENTERPRISE, SAFETYMINDER_PROFESSIONAL, SHOP_BASIC, SHOP_ENTERPRISE, SHOP_PRO, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_CATEGORY_MOCK, TEAMS_MOCK, TEAM_BUSINESS_UNITS_MOCK, TEAM_CATEGORY_KEY_TO_ID, TEAM_MEMBERS_MOCK, TEAM_MEMBER_ROLES_MOCK, TIMEPLICITY_TENANT_ID, TLA, TOKENS, TPC, VISIBILITY_FILTER_BYPASS, WORKFLOW_CATEGORIES, WS, activityCategoryMocks, activityDefinitionEntityMock, applyEntityDefinitionFirestoreSnapshot, attachmentsInterface, automationCommandMiddleware, automationMock, avatarInterface, awaitConversationMockSharedStorage, axVersionDB, axWorkflowExecutionDB, axcPatchEmployeeActivePrimaryBusinessUnitRefsFromRows, axcPatchEmployeeActivePrimaryPositionRefsFromRows, axcPatchEmployeeManagerRefsFromRows, axcResolveCommandRegistrySeedId, axcResolveQueryRegistrySeedId, axcResolveWidgetCatalogSeedId, bankCategory, buildEntityStorageQuickSearchFilter, buildWorkflowInstanceCartableDemoRows, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, chatMessageMock, chatMock, checkboxInterface, childCountMiddleware, clearEntityDefinitionFirestoreCollections, colorInterface, computeDiff, contactInterface, conversationDemoSeedUserIds, createFileCastMiddleware, createWidgetLayoutConfig, createWorkflowDefinitionEntityMock, dateInterface, dateTimeInterface, descriptionInterface, documentFolderSyncMiddleware, emailInterface, enrichWorkflowGraph, entityDefDb, entityValidationMiddleware, finalizeActivityCategoryItemCounts, findEmployeeById, folderStorageMiddleware, groupOrderItemCalculatorMiddleware, historyMiddleware, identifierCommitMiddleware, imageInterface, inspectionOkXNaInterface, loadMockPropertyDefinitions, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mergeQuickSearchIntoRequest, metadataCategoryMocks, mockParticipantIndexForSecurityUserId, mockQuestionBankItemByName, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, parseEntityStorageInsertData, parseEntityStorageQueryRequest, participantIds, participantMock, passwordInterface, personIdentifierTypeMock, personIds, personLegalIds, personMock, personNaturalIds, phoneInterface, primaryMiddleware, provideMockPropertySetups, qrcodeInterface, questionBankItemMock, questionnaireMock, ratingInterface, richTextInterface, scaleInterface, selectInterface, selectionListInterface, sexAtBirthInterface, signatureInterface, statusDefaultMiddleware, tagInterface, tenantMocks, textAreaInterface, textInterface, timeDurationInterface, titleInterface, toUiRows, toggleInterface, tokenCategoryIds, tokenCategoryMocks, urlInterface, versionInterface, visibilityFilterMiddleware, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock, yesNoInterface };
|
|
4300
4291
|
export type { AXCBookmarkEntity, AXCEntityStorageBackendType, AXCEntityStorageInsertInput, AXCEntityStorageInsertOutput, AXCEntityStorageQueryInput, AXCEntityStorageQueryResult, AXCFirestoreConfig, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCWorkflowExecutionStore, AXMAiManagementAssistDemisMockMetadata, AXMAiManagementAssistMockModel, AXMAiManagementModelMockModel, AXMApplicationManagementApplicationCategoryMockModel, AXMOrganizationManagementBusinessUnitMockModel, AXMOrganizationManagementJobDefinitionMockModel, AXMOrganizationManagementJobLevelMockModel, AXMOrganizationManagementPositionMockModel, AXMOrganizationManagementResponsibilityMockModel, AXMOrganizationManagementTeamBusinessUnitMockModel, AXMOrganizationManagementTeamMemberMockModel, AXMOrganizationManagementTeamMemberRoleMockModel, AXMOrganizationManagementTeamMockModel, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPTextTemplateRenderRequest, AXPTextTemplateRenderResult, AXPVersionChange, AXPVersionEntry, AXPVersionStream, AutomationCommandDto, AutomationMockDto, CanonicalChange, CanonicalChangeOp, CreateWorkflowDefinitionEntityMockOptions, EntityDefinitionFirestoreSnapshotFile, FirestoreSnapshotOperation, MockUserPassCredentials, QuestionBankItemCategoryTitle, QuestionBankItemMockDto, QuestionnaireCategoryTitle, QuestionnaireMockDto, ShowMetaDataFormPopupMockInput, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo, WorkflowInstanceEntityBookmark };
|