@acorex/connectivity 21.0.0-next.71 → 21.0.0-next.72
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-Wofp2dW8.mjs → acorex-connectivity-mock-acorex-connectivity-mock-ChTgoKCp.mjs} +3267 -1737
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-ChTgoKCp.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-C18ksdYp.mjs → acorex-connectivity-mock-assign-to-manager.activity-7uIojNj1.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-assign-to-manager.activity-C18ksdYp.mjs.map → acorex-connectivity-mock-assign-to-manager.activity-7uIojNj1.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-B4aTFrkL.mjs → acorex-connectivity-mock-chat-generate-image.command-B5cbkpr0.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-generate-image.command-B4aTFrkL.mjs.map → acorex-connectivity-mock-chat-generate-image.command-B5cbkpr0.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-chat-synthesize-speech.command-WgAOpZ71.mjs → acorex-connectivity-mock-chat-synthesize-speech.command-rqgbcQxF.mjs} +17 -32
- package/fesm2022/acorex-connectivity-mock-chat-synthesize-speech.command-rqgbcQxF.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BzqFA5rc.mjs → acorex-connectivity-mock-chat-transcribe-speech.command-DMKreUYD.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-chat-transcribe-speech.command-BzqFA5rc.mjs.map → acorex-connectivity-mock-chat-transcribe-speech.command-DMKreUYD.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-DkMa4-Ju.mjs → acorex-connectivity-mock-user-roles-for-list-column.query-CoH1CYkf.mjs} +2 -2
- package/fesm2022/{acorex-connectivity-mock-user-roles-for-list-column.query-DkMa4-Ju.mjs.map → acorex-connectivity-mock-user-roles-for-list-column.query-CoH1CYkf.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 -156
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-Wofp2dW8.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-chat-synthesize-speech.command-WgAOpZ71.mjs.map +0 -1
|
@@ -8,7 +8,7 @@ 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
|
+
import { AXPEntityAggregateRequest, AXPEntityStorageService, AXPEntityQueryAllOptions, AXPEntityQueryAllResult, AXPEntityAggregateOptions, AXPEntityAggregateResult, AXPEntityDefinitionLoader, AXPDataSeeder, AXPRecordStateInfo, AXPMockDto, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
|
|
12
12
|
import { AXDataSourceFilterOption } from '@acorex/cdk/common';
|
|
13
13
|
import Dexie, { Table } from 'dexie';
|
|
14
14
|
import { Firestore } from 'firebase/firestore';
|
|
@@ -34,8 +34,7 @@ import { Observable } from 'rxjs';
|
|
|
34
34
|
import { ShowMetaDataFormPopupCommand, ShowMetaDataFormPopupInput, ResolveGroupsResult } from '@acorex/modules/data-management';
|
|
35
35
|
import { AXPDynamicFormGroupDefinition } from '@acorex/platform/layout/builder';
|
|
36
36
|
import { AXMCommonDashboardEntityModel, AXMDashboardWidgetLayoutMap } from '@acorex/modules/dashboard-management';
|
|
37
|
-
import
|
|
38
|
-
import { AXMCalendarManagementCalendarEventTypeEntityModel } from '@acorex/modules/calendar-management';
|
|
37
|
+
import { AXMCalendarManagementCalendarEntityModel, AXMCalendarManagementCalendarOccasionEntityModel, AXMCalendarManagementCalendarOccasionTypeEntityModel } from '@acorex/modules/calendar-management';
|
|
39
38
|
import { AXPWidgetNode } from '@acorex/platform/layout/widget-core';
|
|
40
39
|
import { AXPIdentifierRule, AXPChecksumProvider, AXPClockProvider, AXPLookupProvider, AXPPolicyProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
|
|
41
40
|
export { AXC_TEXT_TEMPLATE_RENDER_COMMAND_KEY } from '@acorex/modules/content-management';
|
|
@@ -1488,6 +1487,10 @@ declare class AXPSecurityManagementUserDataSeeder implements AXPDataSeeder {
|
|
|
1488
1487
|
* Aligns stored user ownership with mock data so tenant-scoped list filtering works after re-seeds.
|
|
1489
1488
|
*/
|
|
1490
1489
|
private syncOwnershipInfoFromMock;
|
|
1490
|
+
/**
|
|
1491
|
+
* Backfills audit created time for seeded users so profile "Joined" metadata is available in demo.
|
|
1492
|
+
*/
|
|
1493
|
+
private syncAuditInfoFromMock;
|
|
1491
1494
|
/**
|
|
1492
1495
|
* Keeps MAGFA collaboration demo user aligned with the conversation-only role in storage.
|
|
1493
1496
|
*/
|
|
@@ -2163,6 +2166,10 @@ declare class AXCWorkflowEngine implements AXPWorkflowEngine {
|
|
|
2163
2166
|
private reassignTaskOnWorkflowInstanceEntity;
|
|
2164
2167
|
private canReassignTaskToSelf;
|
|
2165
2168
|
private validateHumanTaskReassignPayload;
|
|
2169
|
+
/**
|
|
2170
|
+
* Persists human-task assignment on workflow variables so history can resolve assignee after bookmark consumption.
|
|
2171
|
+
*/
|
|
2172
|
+
private buildStepAssignmentAuditPatch;
|
|
2166
2173
|
private buildReassignAuditVariablePatch;
|
|
2167
2174
|
/**
|
|
2168
2175
|
* Activities that suspend for the task board (inbox), same completion path as human-task.
|
|
@@ -2542,6 +2549,7 @@ type extraFields$1 = {
|
|
|
2542
2549
|
};
|
|
2543
2550
|
declare class AXPTaskBoardProjectManagementTaskProvider extends AXPWorkflowTaskProvider<extraFields$1> {
|
|
2544
2551
|
private calendarService;
|
|
2552
|
+
private dueStatusProviderService;
|
|
2545
2553
|
private list;
|
|
2546
2554
|
get name(): string;
|
|
2547
2555
|
get title(): string;
|
|
@@ -2575,6 +2583,7 @@ type extraFields = {
|
|
|
2575
2583
|
};
|
|
2576
2584
|
declare class AXPTaskBoardPlatformManagementTaskProvider extends AXPWorkflowTaskProvider<extraFields> {
|
|
2577
2585
|
private calendarService;
|
|
2586
|
+
private dueStatusProviderService;
|
|
2578
2587
|
private list;
|
|
2579
2588
|
get name(): string;
|
|
2580
2589
|
get title(): string;
|
|
@@ -2712,6 +2721,7 @@ declare abstract class AXCTextTemplateRenderBackend {
|
|
|
2712
2721
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateRenderBackend>;
|
|
2713
2722
|
}
|
|
2714
2723
|
|
|
2724
|
+
declare function registerConversationMockAfterHydration(hook: () => void): void;
|
|
2715
2725
|
declare function awaitConversationMockSharedStorage(): Promise<void>;
|
|
2716
2726
|
|
|
2717
2727
|
/**
|
|
@@ -2723,6 +2733,7 @@ declare function awaitConversationMockSharedStorage(): Promise<void>;
|
|
|
2723
2733
|
declare class AXCConversationMockConversationApi extends AXMChatConversationApi {
|
|
2724
2734
|
private readonly translation;
|
|
2725
2735
|
private readonly notificationService;
|
|
2736
|
+
reportFocusedConversation(conversationId: string | null): void;
|
|
2726
2737
|
private isConversationPinned;
|
|
2727
2738
|
private conversationLastMessageMs;
|
|
2728
2739
|
createConversation(data: AXConversationCreateData): Promise<AXConversation>;
|
|
@@ -2778,12 +2789,20 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2778
2789
|
private readonly notificationService;
|
|
2779
2790
|
private readonly aiChatRouter;
|
|
2780
2791
|
private readonly fileStorage;
|
|
2792
|
+
private readonly assistBackgroundOperation;
|
|
2793
|
+
private readonly translationService;
|
|
2794
|
+
/** Cached agent catalog titles for background-operation tool status text. */
|
|
2795
|
+
private readonly assistToolDisplayTitleByAgentId;
|
|
2781
2796
|
private readonly assistRowData;
|
|
2782
2797
|
private readonly agentRowData;
|
|
2798
|
+
/** Placeholder message ids with an in-flight {@link #generateAiChatResponse} run. */
|
|
2799
|
+
private readonly activeAssistGenerations;
|
|
2800
|
+
constructor();
|
|
2783
2801
|
/** Session / locale snapshot for assist engine runs (prompt assembly stays in mock AI engine). */
|
|
2784
2802
|
private resolvePlatformRuntimeContextForRun;
|
|
2785
2803
|
sendMessage(command: AXSendMessageCommand): Promise<AXMessage>;
|
|
2786
2804
|
getMessage(messageId: string): Promise<AXMessage>;
|
|
2805
|
+
retryAssistResponse(conversationId: string, messageId: string): Promise<AXMessage>;
|
|
2787
2806
|
getMessages(conversationId: string, pagination: AXPagination): Promise<AXPaginatedResult<AXMessage>>;
|
|
2788
2807
|
editMessage(messageId: string, payload: AXMessagePayload): Promise<AXMessage>;
|
|
2789
2808
|
deleteMessage(messageId: string, _forEveryone?: boolean): Promise<void>;
|
|
@@ -2818,6 +2837,11 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2818
2837
|
exportMessages(_conversationId: string, _format: 'json' | 'csv' | 'txt'): Promise<string | Blob>;
|
|
2819
2838
|
private storeMessage;
|
|
2820
2839
|
private createNotificationForIncomingMessage;
|
|
2840
|
+
/**
|
|
2841
|
+
* Notifies when an assist response finishes. Placeholders are published without {@link #storeMessage}.
|
|
2842
|
+
*/
|
|
2843
|
+
private createNotificationForAssistResponseComplete;
|
|
2844
|
+
private persistChatNotification;
|
|
2821
2845
|
private markNotificationsAsReadForMessages;
|
|
2822
2846
|
private toUserReference;
|
|
2823
2847
|
/**
|
|
@@ -2832,6 +2856,11 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2832
2856
|
private shouldGenerateAssistConversationTitle;
|
|
2833
2857
|
private generateAssistConversationTitle;
|
|
2834
2858
|
private normalizeConversationTitle;
|
|
2859
|
+
/**
|
|
2860
|
+
* Starts or resumes assist generation for the user turn anchored by {@link userMessageId}.
|
|
2861
|
+
* Reuses an existing incomplete/failed/stale placeholder for that turn instead of appending another AI bubble.
|
|
2862
|
+
*/
|
|
2863
|
+
private startAssistResponseGeneration;
|
|
2835
2864
|
private generateAiChatResponse;
|
|
2836
2865
|
/**
|
|
2837
2866
|
* Demis has no delegated follow-up agent — run {@link AXMAiDemisGeneralAssistId} (no `agent_uuid`)
|
|
@@ -2906,6 +2935,32 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2906
2935
|
*/
|
|
2907
2936
|
private buildAiMessages;
|
|
2908
2937
|
private isStreamingPlaceholder;
|
|
2938
|
+
/** Incomplete, failed, or in-flight assist placeholders must not be sent to the model. */
|
|
2939
|
+
private isExcludedAssistPlaceholderForAiContext;
|
|
2940
|
+
/**
|
|
2941
|
+
* Marks persisted streaming placeholders as incomplete when no generation is active
|
|
2942
|
+
* (e.g. user closed the browser mid-stream).
|
|
2943
|
+
*/
|
|
2944
|
+
private reconcileStaleAssistPlaceholders;
|
|
2945
|
+
/** Clears persisted `isTyping` when no assist generation is active for that conversation. */
|
|
2946
|
+
private reconcileStaleConversationTyping;
|
|
2947
|
+
private getSortedConversationMessages;
|
|
2948
|
+
private isAssistResponseMessage;
|
|
2949
|
+
private findLatestUserMessage;
|
|
2950
|
+
private findAssistPlaceholderAfterUserMessage;
|
|
2951
|
+
private findPrecedingUserMessageForAssist;
|
|
2952
|
+
private findReuseableAssistPlaceholderForLatestUserTurn;
|
|
2953
|
+
private pruneDuplicateAssistPlaceholdersInTurn;
|
|
2954
|
+
private clearAssistTypingForConversation;
|
|
2955
|
+
private trackAssistBackgroundOperationStart;
|
|
2956
|
+
private trackAssistBackgroundOperationStreaming;
|
|
2957
|
+
private resolveAssistToolDisplayTitle;
|
|
2958
|
+
private trackAssistBackgroundOperationTool;
|
|
2959
|
+
private trackAssistBackgroundOperationComplete;
|
|
2960
|
+
private trackAssistBackgroundOperationFailed;
|
|
2961
|
+
private markAssistResponseIncomplete;
|
|
2962
|
+
private markAssistResponseFailed;
|
|
2963
|
+
private resetAssistPlaceholderForRetry;
|
|
2909
2964
|
private extractLatestAssistantContent;
|
|
2910
2965
|
/**
|
|
2911
2966
|
* Maps a stored conversation message to a platform {@link AXPAiChatMessage}.
|
|
@@ -2928,6 +2983,7 @@ declare class AXCConversationMockMessageApi extends AXMChatMessageApi {
|
|
|
2928
2983
|
private transcribeUserAudioMedia;
|
|
2929
2984
|
/** Reply timestamps must be strictly after the latest user message (avoids same-ms ordering glitches). */
|
|
2930
2985
|
private resolveReplyTimestampAfterUserMessages;
|
|
2986
|
+
private extractMessageTextForNotification;
|
|
2931
2987
|
private extractMessageText;
|
|
2932
2988
|
private getAssistParticipantId;
|
|
2933
2989
|
private setConversationTyping;
|
|
@@ -3284,106 +3340,13 @@ declare class AXMDashboardChartDataSourceDefinition implements AXPDataSourceDefi
|
|
|
3284
3340
|
items(): Promise<AXPDataSourceDefinition[]>;
|
|
3285
3341
|
}
|
|
3286
3342
|
|
|
3287
|
-
declare const
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
id: string;
|
|
3295
|
-
title: string;
|
|
3296
|
-
};
|
|
3297
|
-
parentId: null;
|
|
3298
|
-
parent: null;
|
|
3299
|
-
weekends: string[];
|
|
3300
|
-
firstDayOfWeek: string;
|
|
3301
|
-
workingHours: {
|
|
3302
|
-
start: string;
|
|
3303
|
-
end: string;
|
|
3304
|
-
breakStart: string;
|
|
3305
|
-
breakEnd: string;
|
|
3306
|
-
};
|
|
3307
|
-
timeZone: string;
|
|
3308
|
-
isTemplate: boolean;
|
|
3309
|
-
isActive: boolean;
|
|
3310
|
-
order: number;
|
|
3311
|
-
notes: string;
|
|
3312
|
-
created: {
|
|
3313
|
-
at: Date;
|
|
3314
|
-
};
|
|
3315
|
-
updated: {
|
|
3316
|
-
at: Date;
|
|
3317
|
-
};
|
|
3318
|
-
scope?: undefined;
|
|
3319
|
-
scopeEntityId?: undefined;
|
|
3320
|
-
} | {
|
|
3321
|
-
id: string;
|
|
3322
|
-
name: string;
|
|
3323
|
-
title: string;
|
|
3324
|
-
description: string;
|
|
3325
|
-
calendarTypeId: string;
|
|
3326
|
-
calendarType: {
|
|
3327
|
-
id: string;
|
|
3328
|
-
title: string;
|
|
3329
|
-
};
|
|
3330
|
-
parentId: null;
|
|
3331
|
-
parent: null;
|
|
3332
|
-
scope: string;
|
|
3333
|
-
scopeEntityId: null;
|
|
3334
|
-
weekends: string[];
|
|
3335
|
-
firstDayOfWeek: string;
|
|
3336
|
-
workingHours: {
|
|
3337
|
-
start: string;
|
|
3338
|
-
end: string;
|
|
3339
|
-
breakStart: string;
|
|
3340
|
-
breakEnd: string;
|
|
3341
|
-
};
|
|
3342
|
-
timeZone: string;
|
|
3343
|
-
isTemplate: boolean;
|
|
3344
|
-
isActive: boolean;
|
|
3345
|
-
order: number;
|
|
3346
|
-
notes: string;
|
|
3347
|
-
created: {
|
|
3348
|
-
at: Date;
|
|
3349
|
-
};
|
|
3350
|
-
updated: {
|
|
3351
|
-
at: Date;
|
|
3352
|
-
};
|
|
3353
|
-
} | {
|
|
3354
|
-
id: string;
|
|
3355
|
-
name: string;
|
|
3356
|
-
title: string;
|
|
3357
|
-
description: string;
|
|
3358
|
-
calendarTypeId: string;
|
|
3359
|
-
calendarType: {
|
|
3360
|
-
id: string;
|
|
3361
|
-
title: string;
|
|
3362
|
-
};
|
|
3363
|
-
parentId: null;
|
|
3364
|
-
parent: null;
|
|
3365
|
-
scope: string;
|
|
3366
|
-
scopeEntityId: string;
|
|
3367
|
-
weekends: string[];
|
|
3368
|
-
firstDayOfWeek: string;
|
|
3369
|
-
workingHours: {
|
|
3370
|
-
start: string;
|
|
3371
|
-
end: string;
|
|
3372
|
-
breakStart: string;
|
|
3373
|
-
breakEnd: string;
|
|
3374
|
-
};
|
|
3375
|
-
timeZone: string;
|
|
3376
|
-
isTemplate: boolean;
|
|
3377
|
-
isActive: boolean;
|
|
3378
|
-
order: number;
|
|
3379
|
-
notes: string;
|
|
3380
|
-
created: {
|
|
3381
|
-
at: Date;
|
|
3382
|
-
};
|
|
3383
|
-
updated: {
|
|
3384
|
-
at: Date;
|
|
3385
|
-
};
|
|
3386
|
-
})[];
|
|
3343
|
+
declare const MOCK_CALENDAR_IRAN_PERSIAN_ID = "c0010001-0000-4000-a000-000000000001";
|
|
3344
|
+
declare const MOCK_CALENDAR_INTERNATIONAL_GREGORIAN_ID = "c0010002-0000-4000-a000-000000000002";
|
|
3345
|
+
declare const MOCK_CALENDAR_AUSTRALIA_ID = "c0010003-0000-4000-a000-000000000003";
|
|
3346
|
+
declare const MOCK_CALENDAR_NEW_ZEALAND_ID = "c0010004-0000-4000-a000-000000000004";
|
|
3347
|
+
|
|
3348
|
+
type CalendarMockDto = AXPMockDto<string> & Pick<AXMCalendarManagementCalendarEntityModel, 'name' | 'title' | 'description' | 'isActive'>;
|
|
3349
|
+
declare const calendarMock: CalendarMockDto[];
|
|
3387
3350
|
|
|
3388
3351
|
declare class AXCCalendarDataSeeder implements AXPDataSeeder {
|
|
3389
3352
|
private readonly storageService;
|
|
@@ -3392,66 +3355,27 @@ declare class AXCCalendarDataSeeder implements AXPDataSeeder {
|
|
|
3392
3355
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCCalendarDataSeeder>;
|
|
3393
3356
|
}
|
|
3394
3357
|
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
title: string;
|
|
3401
|
-
};
|
|
3402
|
-
title: string;
|
|
3403
|
-
description: string;
|
|
3404
|
-
typeId: string;
|
|
3405
|
-
type: dist_libs_modules_types_acorex_modules_calendar_management.AXMCalendarManagementCalendarEventTypeEntityModel;
|
|
3406
|
-
date: Date;
|
|
3407
|
-
isRecurring: boolean;
|
|
3408
|
-
recurrenceRule: string;
|
|
3409
|
-
isActive: boolean;
|
|
3410
|
-
order: number;
|
|
3411
|
-
created: {
|
|
3412
|
-
at: Date;
|
|
3413
|
-
};
|
|
3414
|
-
updated: {
|
|
3415
|
-
at: Date;
|
|
3416
|
-
};
|
|
3417
|
-
} | {
|
|
3418
|
-
id: string;
|
|
3419
|
-
calendarId: string;
|
|
3420
|
-
calendar: {
|
|
3421
|
-
id: string;
|
|
3422
|
-
title: string;
|
|
3423
|
-
};
|
|
3424
|
-
title: string;
|
|
3425
|
-
description: string;
|
|
3426
|
-
typeId: string;
|
|
3427
|
-
type: dist_libs_modules_types_acorex_modules_calendar_management.AXMCalendarManagementCalendarEventTypeEntityModel;
|
|
3428
|
-
date: Date;
|
|
3429
|
-
isRecurring: boolean;
|
|
3430
|
-
recurrenceRule: null;
|
|
3431
|
-
isActive: boolean;
|
|
3432
|
-
order: number;
|
|
3433
|
-
created: {
|
|
3434
|
-
at: Date;
|
|
3435
|
-
};
|
|
3436
|
-
updated: {
|
|
3437
|
-
at: Date;
|
|
3438
|
-
};
|
|
3439
|
-
})[];
|
|
3358
|
+
type CalendarOccasionMockDto = AXPMockDto<string> & Pick<AXMCalendarManagementCalendarOccasionEntityModel, 'calendarId' | 'title' | 'description' | 'typeId' | 'date' | 'isRecurring' | 'recurrenceRule' | 'isPublicHoliday' | 'isActive' | 'order'>;
|
|
3359
|
+
declare const calendarOccasionMock: CalendarOccasionMockDto[];
|
|
3360
|
+
/** Adds lookup snapshots required for list columns (type.title); seed DTO stays scalar-only. */
|
|
3361
|
+
declare function enrichCalendarOccasionForStorage(row: CalendarOccasionMockDto): AXMCalendarManagementCalendarOccasionEntityModel;
|
|
3362
|
+
declare const calendarOccasionSeedData: AXMCalendarManagementCalendarOccasionEntityModel[];
|
|
3440
3363
|
|
|
3441
|
-
declare class
|
|
3364
|
+
declare class AXCCalendarOccasionDataSeeder implements AXPDataSeeder {
|
|
3442
3365
|
private readonly storageService;
|
|
3443
3366
|
seed(): Promise<void>;
|
|
3444
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
3445
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
3367
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCalendarOccasionDataSeeder, never>;
|
|
3368
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCCalendarOccasionDataSeeder>;
|
|
3446
3369
|
}
|
|
3447
3370
|
|
|
3448
|
-
|
|
3371
|
+
type CalendarOccasionTypeMockDto = AXPMockDto<string> & Pick<AXMCalendarManagementCalendarOccasionTypeEntityModel, 'title' | 'description' | 'isPublicHoliday' | 'color' | 'icon' | 'isActive'>;
|
|
3372
|
+
declare const calendarOccasionTypeMockData: CalendarOccasionTypeMockDto[];
|
|
3449
3373
|
|
|
3450
|
-
declare class
|
|
3374
|
+
declare class AXMCalendarOccasionTypeSeeder implements AXPDataSeeder {
|
|
3451
3375
|
private readonly storageService;
|
|
3452
3376
|
seed(): Promise<void>;
|
|
3453
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
3454
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
3377
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMCalendarOccasionTypeSeeder, never>;
|
|
3378
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMCalendarOccasionTypeSeeder>;
|
|
3455
3379
|
}
|
|
3456
3380
|
|
|
3457
3381
|
declare const meetingIds: {
|
|
@@ -4287,5 +4211,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
|
|
|
4287
4211
|
|
|
4288
4212
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
4289
4213
|
|
|
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,
|
|
4214
|
+
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, AXCCalendarManagementMockModule, AXCCalendarOccasionDataSeeder, 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, AXMCalendarOccasionTypeSeeder, 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, MOCK_CALENDAR_AUSTRALIA_ID, MOCK_CALENDAR_INTERNATIONAL_GREGORIAN_ID, MOCK_CALENDAR_IRAN_PERSIAN_ID, MOCK_CALENDAR_NEW_ZEALAND_ID, 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, calendarMock, calendarOccasionMock, calendarOccasionSeedData, calendarOccasionTypeMockData, chatMessageMock, chatMock, checkboxInterface, childCountMiddleware, clearEntityDefinitionFirestoreCollections, colorInterface, computeDiff, contactInterface, conversationDemoSeedUserIds, createFileCastMiddleware, createWidgetLayoutConfig, createWorkflowDefinitionEntityMock, dateInterface, dateTimeInterface, descriptionInterface, documentFolderSyncMiddleware, emailInterface, enrichCalendarOccasionForStorage, 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, registerConversationMockAfterHydration, richTextInterface, scaleInterface, selectInterface, selectionListInterface, sexAtBirthInterface, signatureInterface, statusDefaultMiddleware, tagInterface, tenantMocks, textAreaInterface, textInterface, timeDurationInterface, titleInterface, toUiRows, toggleInterface, tokenCategoryIds, tokenCategoryMocks, urlInterface, versionInterface, visibilityFilterMiddleware, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock, yesNoInterface };
|
|
4291
4215
|
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 };
|