@acorex/connectivity 21.0.0-next.40 → 21.0.0-next.41

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.
Files changed (18) hide show
  1. package/fesm2022/{acorex-connectivity-mock-acorex-connectivity-mock-oEjW7bgG.mjs → acorex-connectivity-mock-acorex-connectivity-mock-BTiDjsTG.mjs} +2722 -1211
  2. package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-BTiDjsTG.mjs.map +1 -0
  3. package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-DdnuQSdS.mjs → acorex-connectivity-mock-assign-to-manager.activity-Cbm3SNXn.mjs} +95 -16
  4. package/fesm2022/acorex-connectivity-mock-assign-to-manager.activity-Cbm3SNXn.mjs.map +1 -0
  5. package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-CR5vAwIZ.mjs → acorex-connectivity-mock-chat-generate-image.command-OImAZbUq.mjs} +5 -11
  6. package/fesm2022/acorex-connectivity-mock-chat-generate-image.command-OImAZbUq.mjs.map +1 -0
  7. package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-CyN_FfDe.mjs → acorex-connectivity-mock-chat-synthesize-speech.command-Dieqfce2.mjs} +2 -2
  8. package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-CyN_FfDe.mjs.map → acorex-connectivity-mock-chat-synthesize-speech.command-Dieqfce2.mjs.map} +1 -1
  9. package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-Dt5ADfHI.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-BvZwDms4.mjs} +2 -2
  10. package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-Dt5ADfHI.mjs.map → acorex-connectivity-mock-chat-transcribe-speech.command-BvZwDms4.mjs.map} +1 -1
  11. package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-f7UTofcg.mjs → acorex-connectivity-mock-user-roles-for-list-column.query-DZlsdoZn.mjs} +2 -2
  12. package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-f7UTofcg.mjs.map → acorex-connectivity-mock-user-roles-for-list-column.query-DZlsdoZn.mjs.map} +1 -1
  13. package/fesm2022/acorex-connectivity-mock.mjs +1 -1
  14. package/package.json +2 -2
  15. package/types/acorex-connectivity-mock.d.ts +49 -65
  16. package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-oEjW7bgG.mjs.map +0 -1
  17. package/fesm2022/acorex-connectivity-mock-assign-to-manager.activity-DdnuQSdS.mjs.map +0 -1
  18. package/fesm2022/acorex-connectivity-mock-chat-generate-image.command-CR5vAwIZ.mjs.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import * as _acorex_platform_core from '@acorex/platform/core';
2
- import { AXPAppStartUpService, AXPExecuteCommandResult, AXPQueryRequest, AXPCategoryEntity, AXPCategorizedEntityDto, AXPMultiLanguageString, AXPCategoryListItem, AXPExecuteCommand, AXPActionMenuItem, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPFileListItem, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
2
+ import { AXPAppStartUpService, AXPExecuteCommandResult, AXPQueryRequest, AXPMultiLanguageString, AXPCategoryEntity, AXPCategorizedEntityDto, AXPCategoryListItem, AXPExecuteCommand, AXPActionMenuItem, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPFileListItem, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
3
3
  import * as i0 from '@angular/core';
4
4
  import { Injector, Type, InjectionToken, EnvironmentProviders } from '@angular/core';
5
5
  import * as _acorex_platform_auth from '@acorex/platform/auth';
@@ -15,7 +15,7 @@ import { AXPEntityStorageService, AXPEntityDefinitionLoader, AXPDataSeeder, AXPR
15
15
  import Dexie, { Table } from 'dexie';
16
16
  import { Firestore } from 'firebase/firestore';
17
17
  import { AXPPropertyDefinition } from '@acorex/platform/domain';
18
- import { AXPAiPlanningMode } from '@acorex/modules/ai-management';
18
+ import { AXMAiManagementModelEntityModel, AXMAiManagementAssistEntityModel } 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
21
  import * as _acorex_core_translation from '@acorex/core/translation';
@@ -919,7 +919,8 @@ declare const AXMAiModelStableIds: {
919
919
  readonly gpt54: "a0000001-0000-4000-8000-000000000023";
920
920
  readonly gpt54Mini: "a0000001-0000-4000-8000-000000000025";
921
921
  readonly gpt54Nano: "a0000001-0000-4000-8000-000000000026";
922
- readonly demisAi: "a0000001-0000-4000-8000-000000000024";
922
+ /** Demisco `model_uuid` for central payment guide (catalog row id matches API id). */
923
+ readonly demisAi: "c421bdd1-f3ea-43c0-a1d9-19bc92907304";
923
924
  readonly imagen4Generate001: "a0000001-0000-4000-8000-000000000030";
924
925
  readonly openaiGptImage1: "a0000001-0000-4000-8000-000000000031";
925
926
  readonly lmStudioQwen35_9b: "a0000001-0000-4000-8000-000000000032";
@@ -938,36 +939,16 @@ declare const AXMAiModelStableIds: {
938
939
  * OpenAI: platform.openai.com/docs/pricing (Standard: input, cached input, output per 1M tokens).
939
940
  * Gemini: ai.google.dev/gemini-api/docs/pricing (Paid tier Standard tables; context caching where listed).
940
941
  */
941
- interface AXCAiModelMock {
942
- id: string;
943
- title: string;
944
- /** Exact model id string sent to the vendor API (same as catalog `name`). */
945
- name: string;
946
- description?: string;
947
- chatTransport: 'gemini' | 'openai';
948
- /** Required when {@link chatTransport} is `openai`; OpenAiEndpoint catalog id. */
949
- openAiEndpointId?: string;
950
- /**
951
- * Capability tags: `chat`, `vision` (image-in-chat), `image` (generation), `speech`, `tts`.
952
- * Stored as tag titles (see AiModel entity tag-editor).
953
- */
954
- modelPurposes?: ('chat' | 'vision' | 'image' | 'speech' | 'tts')[];
955
- /** Total context window (tokens), for UI / estimation. */
956
- maxContextTokens?: number;
957
- maxOutputTokens?: number;
958
- maxInputTokens?: number;
959
- /** USD per 1M input tokens (reference). */
960
- inputPricePerMillion?: number;
961
- /** USD per 1M output tokens (reference). */
962
- outputPricePerMillion?: number;
963
- /** USD per 1M cached prompt tokens (OpenAI prompt cache) or context-cache input (Gemini), when documented. */
964
- cachedInputPricePerMillion?: number;
942
+ interface AXMAiManagementModelMockModel extends AXMAiManagementModelEntityModel {
965
943
  /** Disable plugin: model excluded from chat when true. */
966
944
  isDisabled?: boolean;
967
- /** Denormalized: linked OpenAI endpoint is disabled (middleware-maintained). */
968
- openAiEndpointIsDisabled?: boolean;
945
+ /** Denormalized OpenAI endpoint row for list/detail when {@link openAiEndpointId} is set. */
946
+ openAiEndpoint?: {
947
+ id: string;
948
+ title: AXPMultiLanguageString;
949
+ };
969
950
  }
970
- declare const AI_MODEL_MOCK: AXCAiModelMock[];
951
+ declare const AI_MODEL_MOCK: AXMAiManagementModelMockModel[];
971
952
 
972
953
  declare class AXCAiModelSeeder implements AXPDataSeeder {
973
954
  private readonly storageService;
@@ -976,46 +957,21 @@ declare class AXCAiModelSeeder implements AXPDataSeeder {
976
957
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCAiModelSeeder>;
977
958
  }
978
959
 
979
- interface AXCAiAssistMock {
980
- id: string;
981
- name: string;
982
- title: string;
983
- description?: string;
984
- /** Official chat model (AiModel catalog id) for supervisor assist runs. */
985
- modelId?: string | null;
986
- /** For list/column display; aligned with model catalog. */
987
- aiModel?: {
988
- id?: string;
989
- title?: string;
990
- name?: string;
991
- };
992
- /** Catalog id of a row whose `modelPurposes` includes `image`; must match chat transport when generating images. */
993
- imageModelId?: string | null;
960
+ interface AXMAiManagementAssistMockModel extends AXMAiManagementAssistEntityModel {
961
+ /** Optional legacy tool hints (not persisted on the assist entity). */
994
962
  tools?: {
995
963
  id: string;
996
964
  title?: string;
997
965
  name?: string;
998
966
  }[];
999
- systemPrompt?: string;
1000
- initialMessages?: string;
1001
- professionImageUrl?: string;
1002
- /** Assist default for tool-free planning preamble (`off` when omitted). */
1003
- planningMode?: AXPAiPlanningMode;
1004
- /**
1005
- * 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'`.
1006
- */
1007
- delegatedAgents?: {
1008
- agent: {
1009
- type?: string;
1010
- options?: Record<string, unknown>;
1011
- };
1012
- }[] | null;
967
+ /** Catalog id of a row whose `modelPurposes` includes `image`; must match chat transport when generating images. */
968
+ imageModelId?: string | null;
1013
969
  }
1014
970
  /** Deterministic id for the platform default assist row. */
1015
971
  declare const AXMAiPlatformDefaultAssistId = "b0000001-0000-4000-8000-000000000001";
1016
972
  /** Deterministic id for the Demis AI default assist row (mirror of platform default, Demis model). */
1017
973
  declare const AXMAiDemisDefaultAssistId = "b0000001-0000-4000-8000-000000000004";
1018
- declare const AI_ASSIST_MOCK: AXCAiAssistMock[];
974
+ declare const AI_ASSIST_MOCK: AXMAiManagementAssistMockModel[];
1019
975
 
1020
976
  declare class AXCAiAssistSeeder implements AXPDataSeeder {
1021
977
  private readonly storageService;
@@ -1045,10 +1001,13 @@ declare const AXM_AI_REGISTRY_COMMAND_NAME: {
1045
1001
  readonly extractDocumentText: "AiManagement:ExtractDocumentText";
1046
1002
  readonly chatTranscribeSpeech: "AiManagement:ChatTranscribeSpeech";
1047
1003
  readonly chatSynthesizeSpeech: "AiManagement:ChatSynthesizeSpeech";
1004
+ readonly aiFormbuilderValidateLayoutJsonForAi: "AiFormbuilder:ValidateLayoutJsonForAi";
1005
+ readonly imageGeneration: "AiManagement:ChatGenerateImage";
1048
1006
  };
1049
1007
  /** `definition.name` values used by AI agent mocks — ids come from {@link axcResolveQueryRegistrySeedId}. */
1050
1008
  declare const AXM_AI_REGISTRY_QUERY_NAME: {
1051
1009
  readonly listRegisteredEntities: "PlatformManagement:ListRegisteredEntities";
1010
+ readonly listRegisteredDataSources: "PlatformManagement:ListRegisteredDataSources";
1052
1011
  readonly entityStorageQuery: "ConnectivityMock:EntityStorage:Query";
1053
1012
  readonly widgetsGetForAi: "Widgets:GetForAI";
1054
1013
  };
@@ -2083,6 +2042,23 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
2083
2042
  * Compute runtime details for task board style overview fields.
2084
2043
  */
2085
2044
  private computeRuntimeDetails;
2045
+ /**
2046
+ * Human-task / cartable bookmark types that surface on the task board.
2047
+ */
2048
+ private isTaskBoardHumanBookmarkPayload;
2049
+ /**
2050
+ * Primary user id for assignee column: suspended task-board bookmark (assigned, then candidate users),
2051
+ * otherwise last completed step with a persisted user id.
2052
+ */
2053
+ private resolvePrimaryAssignUserId;
2054
+ /**
2055
+ * Last completed activity's `completedByUserId` from workflow state properties.
2056
+ */
2057
+ private resolveLastPerformerUserId;
2058
+ /**
2059
+ * Lookup user row for WorkflowInstance list/detail lookup column.
2060
+ */
2061
+ private resolveAssignUserLookupFields;
2086
2062
  /**
2087
2063
  * Resolve current step from active bookmark first, then running context.
2088
2064
  */
@@ -2095,10 +2071,6 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
2095
2071
  * Resolve next activity title from workflow graph and known outcome.
2096
2072
  */
2097
2073
  private resolveNextActivityTitle;
2098
- /**
2099
- * Build current assignees display from bookmark payload.
2100
- */
2101
- private resolveCurrentAssignees;
2102
2074
  /**
2103
2075
  * Parse bookmark payload safely.
2104
2076
  */
@@ -2145,6 +2117,10 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
2145
2117
  * Supports single variable (variableName + value) or multiple (variables: [{ variableName, value }, ...]).
2146
2118
  */
2147
2119
  private executeSetVariable;
2120
+ /**
2121
+ * Loads HumanCapitalManagement.Employee by id and returns platform user id for workflow variables / human-task assignment.
2122
+ */
2123
+ private executeResolveEmployeeUserId;
2148
2124
  /**
2149
2125
  * Execute HTTP request - makes real HTTP call.
2150
2126
  * Supports different HTTP methods and handles timeouts.
@@ -2583,6 +2559,7 @@ declare class AXCConversationMockRealtimeApi extends AXMChatRealtimeApi {
2583
2559
  * text are handled in the chat assist renderer.
2584
2560
  */
2585
2561
  declare class AXCConversationMockConversationApi extends AXMChatConversationApi {
2562
+ private readonly translation;
2586
2563
  createConversation(data: AXConversationCreateData): Promise<AXConversation>;
2587
2564
  getConversation(conversationId: string): Promise<AXConversation>;
2588
2565
  getConversations(pagination: AXPagination, _filters?: AXConversationFilters): Promise<AXPaginatedResult<AXConversation>>;
@@ -2700,6 +2677,13 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
2700
2677
  private createPlaceholderMessage;
2701
2678
  private applyStreamDeltas;
2702
2679
  private publishPlaceholderMessage;
2680
+ /**
2681
+ * Clones an assist placeholder so each streaming write publishes a new object graph; Angular
2682
+ * `message` inputs only react when the bound reference changes.
2683
+ */
2684
+ private snapshotStreamingAssistMessage;
2685
+ /** Latest row for this message id (streaming updates replace the map entry). */
2686
+ private resolveStreamingAssistMessage;
2703
2687
  private emitMessageUpdate;
2704
2688
  /** Clears nested specialist stream for one supervisor `agent:*` tool call (delegated sub-run round). */
2705
2689
  private resetDelegatedNestedStream;
@@ -3999,4 +3983,4 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
3999
3983
  declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
4000
3984
 
4001
3985
  export { ACTIVITY_CATEGORIES, ACTIVITY_CATEGORY_ID_BY_KEY, ACTIVITY_DEFINITIONS, AI_ASSIST_MOCK, AI_MODEL_MOCK, APPLICATIONS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAiAssistSeeder, AXCAiManagementMockModule, AXCAiModelSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommandRegistryDataSeeder, AXCCommonMockModule, AXCContactCoreMockModule, AXCContentManagementMockModule, AXCConversationDataSeeder, AXCConversationMockConversationApi, AXCConversationMockMessageApi, AXCConversationMockModule, AXCConversationMockRealtimeApi, AXCConversationMockUserApi, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCEntityDefinitionSeederService, AXCEntityDefinitionsModule, AXCEntityStorageInsertCommand, AXCEntityStorageModule, AXCEntityStorageQueryQuery, AXCFileStorageServiceDexie, AXCFileStorageServiceFirestore, AXCFinancialCoreMockModule, AXCFirestoreEntityStorageService, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHealthCoreMockModule, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCImageCaptchaChallengeProviderMock, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetadataCategorySeeder, AXCMiddlewaresModule, AXCMockCaptchaChallengeComponent, AXCMockEntityLogListener, AXCMockModule, AXCMockShowMetaDataFormPopupCommand, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonCoreMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryRegistryDataSeeder, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCStoredEntityDefinitionLoader, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWidgetCatalogDataSeeder, AXCWorkflowCategorySeeder, AXCWorkflowDefinitionDataSeeder, AXCWorkflowEngine, AXCWorkflowExecutionDB, AXCWorkflowExecutionStoreDexie, AXCWorkflowExecutionStoreFirestore, AXCWorkflowInstanceCartableDemoSeeder, AXCWorkflowManagementMockModule, AXC_ENTITY_STORAGE_BACKEND_TYPE, AXC_FIRESTORE_CONFIG, AXC_FIRESTORE_DB, AXC_WORKFLOW_EXECUTION_STORE, 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, AXMTeamBusinessUnitDataSeeder, AXMTeamDataSeeder, AXMTeamMemberDataSeeder, AXMTeamMemberRoleDataSeeder, AXMWorkflowDashboardChartDataSourceDefinition, AXM_AI_REGISTRY_COMMAND_NAME, AXM_AI_REGISTRY_QUERY_NAME, AXM_CORPORATE_BUSINESS_UNIT_ID, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXVChangeType, BCC, BOC, BUSINESS_UNITS_MOCK, CHAT_LAST_MESSAGE_IDS, COSTMANAGER_ENTERPRISE, COSTMANAGER_PROFESSIONAL, COSTMANAGER_STANDARD, CP, CRM_ENTERPRISE, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYMENT_TYPES_MOCK, ENTITY_DEFINITION_MAP, ENTITY_REGISTRY, FINANCE_BASIC, FINANCE_ENTERPRISE, FINANCE_PRO, G, HR_ENTERPRISE, HW, JOB_DEFINITIONS_CATEGORY_MOCK, JOB_DEFINITIONS_MOCK, JOB_DEFINITION_CATEGORY_KEY_TO_ID, JOB_LEVELS_MOCK, LASER_PLUMBING_TENANT_ID, LEAVE_REQUESTS_MOCK, METADATA_CATEGORY_IDS, METADATA_GENERAL_CATEGORY_REFS, METADATA_SYSTEM_CATEGORY_REFS, MLC, OHR, ORDERING_BASIC, ORDERING_ENTERPRISE, ORDERING_STANDARD, OWNERSHIP_FILTER_BYPASS, PLATFORM_CONSOLE, PLATFORM_TENANT_ID, PM, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QCP, QGEN, QHW, QOHR, QPM, QTLE, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, QWS, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, RESPONSIBILITY_CATEGORY_KEY_TO_ID, SAFETYMINDER_BASIC, SAFETYMINDER_ENTERPRISE, SAFETYMINDER_PROFESSIONAL, SHOP_BASIC, SHOP_ENTERPRISE, SHOP_PRO, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TEAM_BUSINESS_UNITS_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, axcResolveWidgetCatalogSeedId, bankCategory, buildEntityStorageQuickSearchFilter, buildWorkflowInstanceCartableDemoRows, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, chatMessageMock, chatMock, checkboxInterface, childCountMiddleware, clearEntityDefinitionFirestoreCollections, collectQuickSearchFieldPathsFromEntityDefinition, 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 };
4002
- export type { AXCAiAssistMock, AXCAiModelMock, AXCBookmarkEntity, AXCEntityStorageBackendType, AXCEntityStorageInsertInput, AXCEntityStorageInsertOutput, AXCEntityStorageQueryInput, AXCEntityStorageQueryResult, AXCFirestoreConfig, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCWorkflowExecutionStore, AXMOrganizationManagementBusinessUnitMockModel, AXMOrganizationManagementJobDefinitionMockModel, AXMOrganizationManagementJobLevelMockModel, AXMOrganizationManagementPositionMockModel, AXMOrganizationManagementResponsibilityMockModel, AXMOrganizationManagementTeamBusinessUnitMockModel, AXMOrganizationManagementTeamMemberMockModel, AXMOrganizationManagementTeamMemberRoleMockModel, AXMOrganizationManagementTeamMockModel, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, AutomationCommandDto, AutomationMockDto, CanonicalChange, CanonicalChangeOp, EntityDefinitionFirestoreSnapshotFile, FirestoreSnapshotOperation, MockUserPassCredentials, QuestionBankItemCategoryTitle, QuestionBankItemMockDto, QuestionnaireCalculationMockDto, QuestionnaireCalculationMockResultKind, QuestionnaireCategoryTitle, QuestionnaireMockDto, ShowMetaDataFormPopupMockInput, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo, WorkflowInstanceEntityBookmark };
3986
+ export type { AXCBookmarkEntity, AXCEntityStorageBackendType, AXCEntityStorageInsertInput, AXCEntityStorageInsertOutput, AXCEntityStorageQueryInput, AXCEntityStorageQueryResult, AXCFirestoreConfig, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCWorkflowExecutionStore, AXMAiManagementAssistMockModel, AXMAiManagementModelMockModel, AXMOrganizationManagementBusinessUnitMockModel, AXMOrganizationManagementJobDefinitionMockModel, AXMOrganizationManagementJobLevelMockModel, AXMOrganizationManagementPositionMockModel, AXMOrganizationManagementResponsibilityMockModel, AXMOrganizationManagementTeamBusinessUnitMockModel, AXMOrganizationManagementTeamMemberMockModel, AXMOrganizationManagementTeamMemberRoleMockModel, AXMOrganizationManagementTeamMockModel, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, AutomationCommandDto, AutomationMockDto, CanonicalChange, CanonicalChangeOp, EntityDefinitionFirestoreSnapshotFile, FirestoreSnapshotOperation, MockUserPassCredentials, QuestionBankItemCategoryTitle, QuestionBankItemMockDto, QuestionnaireCalculationMockDto, QuestionnaireCalculationMockResultKind, QuestionnaireCategoryTitle, QuestionnaireMockDto, ShowMetaDataFormPopupMockInput, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo, WorkflowInstanceEntityBookmark };