@acorex/connectivity 20.5.4 → 20.6.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/{acorex-connectivity-api-execute.command-DW9Lro_P.mjs → acorex-connectivity-api-execute.command-BesxhDsD.mjs} +4 -4
- package/fesm2022/acorex-connectivity-api-execute.command-BesxhDsD.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-api.mjs +43 -43
- package/fesm2022/acorex-connectivity-api.mjs.map +1 -1
- package/fesm2022/{acorex-connectivity-mock-category-with-items.query-wkRIfmup.mjs → acorex-connectivity-mock-category-with-items.query-Cii5As1T.mjs} +4 -4
- package/fesm2022/acorex-connectivity-mock-category-with-items.query-Cii5As1T.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-distribution-record.command-DBTeqLVz.mjs → acorex-connectivity-mock-distribution-record.command-w3zoeELy.mjs} +4 -4
- package/fesm2022/acorex-connectivity-mock-distribution-record.command-w3zoeELy.mjs.map +1 -0
- package/fesm2022/{acorex-connectivity-mock-sample.command-BghxC3n0.mjs → acorex-connectivity-mock-sample.command-C5jZuYcW.mjs} +4 -4
- package/fesm2022/acorex-connectivity-mock-sample.command-C5jZuYcW.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock.mjs +3475 -821
- package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
- package/fesm2022/acorex-connectivity-utils.mjs +7 -7
- package/fesm2022/acorex-connectivity-utils.mjs.map +1 -1
- package/mock/index.d.ts +579 -44
- package/package.json +2 -2
- package/fesm2022/acorex-connectivity-api-execute.command-DW9Lro_P.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-category-with-items.query-wkRIfmup.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-distribution-record.command-DBTeqLVz.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-sample.command-BghxC3n0.mjs.map +0 -1
package/mock/index.d.ts
CHANGED
|
@@ -13,12 +13,12 @@ import { AXMApplicationManagementApplicationEntityModel, AXMApplicationManagemen
|
|
|
13
13
|
import * as _acorex_modules_report_management from '@acorex/modules/report-management';
|
|
14
14
|
import { AXPReportCategoryProvider, AXPReportCategory, AXPReportDefinitionProvider, AXPReportDefinition, AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
|
|
15
15
|
import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
|
|
16
|
-
import { AXMTextTemplateManagementTemplateEntityModel } from '@acorex/modules/text-template-management';
|
|
17
16
|
import { AXMMetaDataDefinitionEntityModel } from '@acorex/modules/data-management';
|
|
18
17
|
import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
|
|
19
18
|
import * as _acorex_modules_calendar_management from '@acorex/modules/calendar-management';
|
|
20
19
|
import { AXMCalendarManagementCalendarEventTypeEntityModel } from '@acorex/modules/calendar-management';
|
|
21
20
|
import { AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo, CanonicalChange as CanonicalChange$1, AXPVersioningService, AXPVersionEntry as AXPVersionEntry$1, AXVChangeType as AXVChangeType$1 } from '@acorex/platform/common';
|
|
21
|
+
import { AXPWorkflowExecutionState, AXPWorkflowExecutionService, AXPStartWorkflowExecutionRequest, AXPStartWorkflowExecutionResponse, AXPExecuteBackendActivityRequest, AXPExecuteBackendActivityResponse, AXPResumeWorkflowExecutionRequest, AXPResumeWorkflowExecutionResponse, AXPGetWorkflowExecutionStateRequest, AXPGetWorkflowDefinitionRequest, AXPGetWorkflowDefinitionResponse, AXPExecuteCurrentStepRequest, AXPExecuteCurrentStepResponse } from '@acorex/platform/workflow';
|
|
22
22
|
import { AXPIdentifierRule, AXPClockProvider, AXPChecksumProvider, AXPPolicyProvider, AXPLookupProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
|
|
23
23
|
|
|
24
24
|
declare class AXCCommonMockModule {
|
|
@@ -201,6 +201,12 @@ declare class AXCSettingsManagementMockModule {
|
|
|
201
201
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCSettingsManagementMockModule>;
|
|
202
202
|
}
|
|
203
203
|
|
|
204
|
+
declare class AXCAssessmentManagementMockModule {
|
|
205
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCAssessmentManagementMockModule, never>;
|
|
206
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCAssessmentManagementMockModule, never, never, never>;
|
|
207
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCAssessmentManagementMockModule>;
|
|
208
|
+
}
|
|
209
|
+
|
|
204
210
|
declare class AXCMiddlewaresModule {
|
|
205
211
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMiddlewaresModule, never>;
|
|
206
212
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMiddlewaresModule, never, never, never>;
|
|
@@ -210,7 +216,7 @@ declare class AXCMiddlewaresModule {
|
|
|
210
216
|
declare class AXCMockModule {
|
|
211
217
|
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
|
212
218
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
|
|
213
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTrainingManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCLogManagementMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPartyManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCMiddlewaresModule], never>;
|
|
219
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTrainingManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCLogManagementMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPartyManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCAssessmentManagementMockModule, typeof AXCMiddlewaresModule], never>;
|
|
214
220
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
|
|
215
221
|
}
|
|
216
222
|
|
|
@@ -349,6 +355,436 @@ declare class AXCModuleDataSeeder implements AXPDataSeeder {
|
|
|
349
355
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCModuleDataSeeder>;
|
|
350
356
|
}
|
|
351
357
|
|
|
358
|
+
interface QuestionBankItemMockDto extends AXPCategorizedEntityDto {
|
|
359
|
+
id: string;
|
|
360
|
+
title: string;
|
|
361
|
+
description?: string;
|
|
362
|
+
widgetType?: string;
|
|
363
|
+
widgetOptions?: any;
|
|
364
|
+
scoringType?: 'none' | 'points' | 'weighted' | 'formula';
|
|
365
|
+
points?: number;
|
|
366
|
+
weight?: number;
|
|
367
|
+
correctAnswer?: any;
|
|
368
|
+
difficulty?: 'easy' | 'medium' | 'hard';
|
|
369
|
+
estimatedTime?: number;
|
|
370
|
+
categoryIds: string[];
|
|
371
|
+
categories: {
|
|
372
|
+
id: string;
|
|
373
|
+
title: string;
|
|
374
|
+
}[];
|
|
375
|
+
createdAt: Date;
|
|
376
|
+
updatedAt: Date;
|
|
377
|
+
}
|
|
378
|
+
declare const QUESTION_BANK_ITEM_CATEGORY_MOCK: AXPCategoryEntity<string>[];
|
|
379
|
+
declare const questionBankItemMock: QuestionBankItemMockDto[];
|
|
380
|
+
|
|
381
|
+
interface QuestionnaireMockDto extends AXPCategorizedEntityDto {
|
|
382
|
+
id: string;
|
|
383
|
+
title: string;
|
|
384
|
+
description?: string;
|
|
385
|
+
type: 'questionnaire' | 'survey' | 'checklist' | 'test' | 'evaluation';
|
|
386
|
+
sections: any[];
|
|
387
|
+
items: any[];
|
|
388
|
+
scoringType: 'none' | 'cumulative' | 'weighted' | 'formula';
|
|
389
|
+
passingScore?: number;
|
|
390
|
+
scoringFormula?: string;
|
|
391
|
+
evaluationRules?: string;
|
|
392
|
+
gradingScale?: string;
|
|
393
|
+
timeLimit?: number;
|
|
394
|
+
allowPause: boolean;
|
|
395
|
+
allowBackNavigation: boolean;
|
|
396
|
+
randomizeQuestions: boolean;
|
|
397
|
+
requireAllAnswers: boolean;
|
|
398
|
+
showProgressBar: boolean;
|
|
399
|
+
categoryIds: string[];
|
|
400
|
+
categories: {
|
|
401
|
+
id: string;
|
|
402
|
+
title: string;
|
|
403
|
+
}[];
|
|
404
|
+
createdAt: Date;
|
|
405
|
+
updatedAt: Date;
|
|
406
|
+
}
|
|
407
|
+
declare const QUESTIONNAIRE_CATEGORY_MOCK: AXPCategoryEntity<string>[];
|
|
408
|
+
declare const questionnaireMock: QuestionnaireMockDto[];
|
|
409
|
+
|
|
410
|
+
declare class AXMQuestionBankItemCategoryDataSeeder implements AXPDataSeeder {
|
|
411
|
+
private storage;
|
|
412
|
+
seed(): Promise<void>;
|
|
413
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMQuestionBankItemCategoryDataSeeder, never>;
|
|
414
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMQuestionBankItemCategoryDataSeeder>;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
declare class AXMQuestionnaireCategoryDataSeeder implements AXPDataSeeder {
|
|
418
|
+
private storage;
|
|
419
|
+
seed(): Promise<void>;
|
|
420
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMQuestionnaireCategoryDataSeeder, never>;
|
|
421
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMQuestionnaireCategoryDataSeeder>;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
declare class AXMQuestionBankItemDataSeeder implements AXPDataSeeder {
|
|
425
|
+
private storage;
|
|
426
|
+
seed(): Promise<void>;
|
|
427
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMQuestionBankItemDataSeeder, never>;
|
|
428
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMQuestionBankItemDataSeeder>;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
declare class AXMQuestionnaireDataSeeder implements AXPDataSeeder {
|
|
432
|
+
private storage;
|
|
433
|
+
seed(): Promise<void>;
|
|
434
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMQuestionnaireDataSeeder, never>;
|
|
435
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMQuestionnaireDataSeeder>;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
declare const publicationMock: ({
|
|
439
|
+
id: string;
|
|
440
|
+
questionnaireId: string;
|
|
441
|
+
questionnaire: {
|
|
442
|
+
id: string;
|
|
443
|
+
title: string;
|
|
444
|
+
type: "test" | "checklist" | "questionnaire" | "survey" | "evaluation";
|
|
445
|
+
};
|
|
446
|
+
title: string;
|
|
447
|
+
description: string;
|
|
448
|
+
mode: string;
|
|
449
|
+
assignedToUserIds: never[];
|
|
450
|
+
assignedToUsers: never[];
|
|
451
|
+
validFrom: Date;
|
|
452
|
+
validTo: Date;
|
|
453
|
+
timerMode: string;
|
|
454
|
+
timeLimit: number;
|
|
455
|
+
allowMultipleSubmissions: boolean;
|
|
456
|
+
showResults: string;
|
|
457
|
+
requireReview: boolean;
|
|
458
|
+
createdAt: Date;
|
|
459
|
+
updatedAt: Date;
|
|
460
|
+
accessCode?: undefined;
|
|
461
|
+
isActive?: undefined;
|
|
462
|
+
} | {
|
|
463
|
+
id: string;
|
|
464
|
+
questionnaireId: string;
|
|
465
|
+
questionnaire: {
|
|
466
|
+
id: string;
|
|
467
|
+
title: string;
|
|
468
|
+
type: "test" | "checklist" | "questionnaire" | "survey" | "evaluation";
|
|
469
|
+
};
|
|
470
|
+
title: string;
|
|
471
|
+
description: string;
|
|
472
|
+
mode: string;
|
|
473
|
+
accessCode: string;
|
|
474
|
+
validFrom: Date;
|
|
475
|
+
validTo: Date;
|
|
476
|
+
timerMode: string;
|
|
477
|
+
timeLimit: number;
|
|
478
|
+
allowMultipleSubmissions: boolean;
|
|
479
|
+
showResults: string;
|
|
480
|
+
requireReview: boolean;
|
|
481
|
+
isActive: boolean;
|
|
482
|
+
createdAt: Date;
|
|
483
|
+
updatedAt: Date;
|
|
484
|
+
assignedToUserIds?: undefined;
|
|
485
|
+
assignedToUsers?: undefined;
|
|
486
|
+
} | {
|
|
487
|
+
id: string;
|
|
488
|
+
questionnaireId: string;
|
|
489
|
+
questionnaire: {
|
|
490
|
+
id: string;
|
|
491
|
+
title: string;
|
|
492
|
+
type: "test" | "checklist" | "questionnaire" | "survey" | "evaluation";
|
|
493
|
+
};
|
|
494
|
+
title: string;
|
|
495
|
+
description: string;
|
|
496
|
+
mode: string;
|
|
497
|
+
assignedToUserIds: never[];
|
|
498
|
+
assignedToUsers: never[];
|
|
499
|
+
timerMode: string;
|
|
500
|
+
allowMultipleSubmissions: boolean;
|
|
501
|
+
showResults: string;
|
|
502
|
+
requireReview: boolean;
|
|
503
|
+
createdAt: Date;
|
|
504
|
+
updatedAt: Date;
|
|
505
|
+
validFrom?: undefined;
|
|
506
|
+
validTo?: undefined;
|
|
507
|
+
timeLimit?: undefined;
|
|
508
|
+
accessCode?: undefined;
|
|
509
|
+
isActive?: undefined;
|
|
510
|
+
})[];
|
|
511
|
+
|
|
512
|
+
declare class AXMPublicationDataSeeder implements AXPDataSeeder {
|
|
513
|
+
private storage;
|
|
514
|
+
seed(): Promise<void>;
|
|
515
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPublicationDataSeeder, never>;
|
|
516
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMPublicationDataSeeder>;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
declare const responseSessionMock: ({
|
|
520
|
+
id: string;
|
|
521
|
+
publicationId: string;
|
|
522
|
+
publication: {
|
|
523
|
+
id: string;
|
|
524
|
+
title: string;
|
|
525
|
+
};
|
|
526
|
+
primaryResponderId: string;
|
|
527
|
+
primaryResponder: {
|
|
528
|
+
id: string;
|
|
529
|
+
displayName: string;
|
|
530
|
+
};
|
|
531
|
+
status: string;
|
|
532
|
+
startedAt: Date;
|
|
533
|
+
timeSpent: number;
|
|
534
|
+
currentSectionId: string;
|
|
535
|
+
currentItemIndex: number;
|
|
536
|
+
completionPercentage: number;
|
|
537
|
+
createdAt: Date;
|
|
538
|
+
updatedAt: Date;
|
|
539
|
+
completedAt?: undefined;
|
|
540
|
+
submittedAt?: undefined;
|
|
541
|
+
totalScore?: undefined;
|
|
542
|
+
maxScore?: undefined;
|
|
543
|
+
percentage?: undefined;
|
|
544
|
+
grade?: undefined;
|
|
545
|
+
passed?: undefined;
|
|
546
|
+
reviewedBy?: undefined;
|
|
547
|
+
reviewer?: undefined;
|
|
548
|
+
} | {
|
|
549
|
+
id: string;
|
|
550
|
+
publicationId: string;
|
|
551
|
+
publication: {
|
|
552
|
+
id: string;
|
|
553
|
+
title: string;
|
|
554
|
+
};
|
|
555
|
+
primaryResponderId: string;
|
|
556
|
+
primaryResponder: {
|
|
557
|
+
id: string;
|
|
558
|
+
displayName: string;
|
|
559
|
+
};
|
|
560
|
+
status: string;
|
|
561
|
+
startedAt: Date;
|
|
562
|
+
completedAt: Date;
|
|
563
|
+
submittedAt: Date;
|
|
564
|
+
timeSpent: number;
|
|
565
|
+
currentItemIndex: number;
|
|
566
|
+
completionPercentage: number;
|
|
567
|
+
totalScore: number;
|
|
568
|
+
maxScore: number;
|
|
569
|
+
percentage: number;
|
|
570
|
+
grade: string;
|
|
571
|
+
passed: boolean;
|
|
572
|
+
createdAt: Date;
|
|
573
|
+
updatedAt: Date;
|
|
574
|
+
currentSectionId?: undefined;
|
|
575
|
+
reviewedBy?: undefined;
|
|
576
|
+
reviewer?: undefined;
|
|
577
|
+
} | {
|
|
578
|
+
id: string;
|
|
579
|
+
publicationId: string;
|
|
580
|
+
publication: {
|
|
581
|
+
id: string;
|
|
582
|
+
title: string;
|
|
583
|
+
};
|
|
584
|
+
primaryResponderId: string;
|
|
585
|
+
primaryResponder: {
|
|
586
|
+
id: string;
|
|
587
|
+
displayName: string;
|
|
588
|
+
};
|
|
589
|
+
status: string;
|
|
590
|
+
startedAt: Date;
|
|
591
|
+
completedAt: Date;
|
|
592
|
+
submittedAt: Date;
|
|
593
|
+
timeSpent: number;
|
|
594
|
+
currentItemIndex: number;
|
|
595
|
+
completionPercentage: number;
|
|
596
|
+
totalScore: number;
|
|
597
|
+
maxScore: number;
|
|
598
|
+
percentage: number;
|
|
599
|
+
grade: string;
|
|
600
|
+
passed: boolean;
|
|
601
|
+
reviewedBy: string;
|
|
602
|
+
reviewer: {
|
|
603
|
+
id: string;
|
|
604
|
+
displayName: string;
|
|
605
|
+
};
|
|
606
|
+
createdAt: Date;
|
|
607
|
+
updatedAt: Date;
|
|
608
|
+
currentSectionId?: undefined;
|
|
609
|
+
})[];
|
|
610
|
+
|
|
611
|
+
declare class AXMResponseSessionDataSeeder implements AXPDataSeeder {
|
|
612
|
+
private storage;
|
|
613
|
+
seed(): Promise<void>;
|
|
614
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMResponseSessionDataSeeder, never>;
|
|
615
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMResponseSessionDataSeeder>;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
declare const collaboratorMock: ({
|
|
619
|
+
id: string;
|
|
620
|
+
sessionId: string;
|
|
621
|
+
session: {
|
|
622
|
+
id: string;
|
|
623
|
+
publicationId: string;
|
|
624
|
+
};
|
|
625
|
+
userId: string;
|
|
626
|
+
user: {
|
|
627
|
+
id: string;
|
|
628
|
+
displayName: string;
|
|
629
|
+
};
|
|
630
|
+
role: string;
|
|
631
|
+
canRespond: boolean;
|
|
632
|
+
canOverride: boolean;
|
|
633
|
+
canReview: boolean;
|
|
634
|
+
canView: boolean;
|
|
635
|
+
joinedAt: Date;
|
|
636
|
+
lastActiveAt: Date;
|
|
637
|
+
createdAt: Date;
|
|
638
|
+
updatedAt: Date;
|
|
639
|
+
} | {
|
|
640
|
+
id: string;
|
|
641
|
+
sessionId: string;
|
|
642
|
+
session: {
|
|
643
|
+
id: string;
|
|
644
|
+
publicationId: string;
|
|
645
|
+
};
|
|
646
|
+
userId: string;
|
|
647
|
+
user: {
|
|
648
|
+
id: string;
|
|
649
|
+
displayName: string;
|
|
650
|
+
};
|
|
651
|
+
role: string;
|
|
652
|
+
canRespond: boolean;
|
|
653
|
+
canOverride: boolean;
|
|
654
|
+
canReview: boolean;
|
|
655
|
+
canView: boolean;
|
|
656
|
+
joinedAt: Date;
|
|
657
|
+
createdAt: Date;
|
|
658
|
+
updatedAt: Date;
|
|
659
|
+
lastActiveAt?: undefined;
|
|
660
|
+
})[];
|
|
661
|
+
|
|
662
|
+
declare class AXMCollaboratorDataSeeder implements AXPDataSeeder {
|
|
663
|
+
private storage;
|
|
664
|
+
seed(): Promise<void>;
|
|
665
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMCollaboratorDataSeeder, never>;
|
|
666
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMCollaboratorDataSeeder>;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
declare const responseEntryMock: ({
|
|
670
|
+
id: string;
|
|
671
|
+
sessionId: string;
|
|
672
|
+
session: {
|
|
673
|
+
id: string;
|
|
674
|
+
publicationId: string;
|
|
675
|
+
};
|
|
676
|
+
questionnaireItemId: string;
|
|
677
|
+
responderId: string;
|
|
678
|
+
responder: {
|
|
679
|
+
id: string;
|
|
680
|
+
displayName: string;
|
|
681
|
+
};
|
|
682
|
+
responderRole: string;
|
|
683
|
+
answer: {
|
|
684
|
+
rating: number;
|
|
685
|
+
text?: undefined;
|
|
686
|
+
selectedOption?: undefined;
|
|
687
|
+
};
|
|
688
|
+
isOverridden: boolean;
|
|
689
|
+
score: number;
|
|
690
|
+
maxScore: number;
|
|
691
|
+
isCorrect: boolean;
|
|
692
|
+
answeredAt: Date;
|
|
693
|
+
timeSpent: number;
|
|
694
|
+
attemptCount: number;
|
|
695
|
+
skipped: boolean;
|
|
696
|
+
flaggedForReview: boolean;
|
|
697
|
+
createdAt: Date;
|
|
698
|
+
updatedAt: Date;
|
|
699
|
+
overriddenBy?: undefined;
|
|
700
|
+
overrider?: undefined;
|
|
701
|
+
overriddenAt?: undefined;
|
|
702
|
+
originalAnswer?: undefined;
|
|
703
|
+
overrideReason?: undefined;
|
|
704
|
+
} | {
|
|
705
|
+
id: string;
|
|
706
|
+
sessionId: string;
|
|
707
|
+
session: {
|
|
708
|
+
id: string;
|
|
709
|
+
publicationId: string;
|
|
710
|
+
};
|
|
711
|
+
questionnaireItemId: string;
|
|
712
|
+
responderId: string;
|
|
713
|
+
responder: {
|
|
714
|
+
id: string;
|
|
715
|
+
displayName: string;
|
|
716
|
+
};
|
|
717
|
+
responderRole: string;
|
|
718
|
+
answer: {
|
|
719
|
+
text: string;
|
|
720
|
+
rating?: undefined;
|
|
721
|
+
selectedOption?: undefined;
|
|
722
|
+
};
|
|
723
|
+
isOverridden: boolean;
|
|
724
|
+
overriddenBy: string;
|
|
725
|
+
overrider: {
|
|
726
|
+
id: string;
|
|
727
|
+
displayName: string;
|
|
728
|
+
};
|
|
729
|
+
overriddenAt: Date;
|
|
730
|
+
originalAnswer: {
|
|
731
|
+
text: string;
|
|
732
|
+
};
|
|
733
|
+
overrideReason: string;
|
|
734
|
+
score: number;
|
|
735
|
+
maxScore: number;
|
|
736
|
+
answeredAt: Date;
|
|
737
|
+
timeSpent: number;
|
|
738
|
+
attemptCount: number;
|
|
739
|
+
skipped: boolean;
|
|
740
|
+
flaggedForReview: boolean;
|
|
741
|
+
createdAt: Date;
|
|
742
|
+
updatedAt: Date;
|
|
743
|
+
isCorrect?: undefined;
|
|
744
|
+
} | {
|
|
745
|
+
id: string;
|
|
746
|
+
sessionId: string;
|
|
747
|
+
session: {
|
|
748
|
+
id: string;
|
|
749
|
+
publicationId: string;
|
|
750
|
+
};
|
|
751
|
+
questionnaireItemId: string;
|
|
752
|
+
responderId: string;
|
|
753
|
+
responder: {
|
|
754
|
+
id: string;
|
|
755
|
+
displayName: string;
|
|
756
|
+
};
|
|
757
|
+
responderRole: string;
|
|
758
|
+
answer: {
|
|
759
|
+
selectedOption: string;
|
|
760
|
+
rating?: undefined;
|
|
761
|
+
text?: undefined;
|
|
762
|
+
};
|
|
763
|
+
isOverridden: boolean;
|
|
764
|
+
score: number;
|
|
765
|
+
maxScore: number;
|
|
766
|
+
isCorrect: boolean;
|
|
767
|
+
answeredAt: Date;
|
|
768
|
+
timeSpent: number;
|
|
769
|
+
attemptCount: number;
|
|
770
|
+
skipped: boolean;
|
|
771
|
+
flaggedForReview: boolean;
|
|
772
|
+
createdAt: Date;
|
|
773
|
+
updatedAt: Date;
|
|
774
|
+
overriddenBy?: undefined;
|
|
775
|
+
overrider?: undefined;
|
|
776
|
+
overriddenAt?: undefined;
|
|
777
|
+
originalAnswer?: undefined;
|
|
778
|
+
overrideReason?: undefined;
|
|
779
|
+
})[];
|
|
780
|
+
|
|
781
|
+
declare class AXMResponseEntryDataSeeder implements AXPDataSeeder {
|
|
782
|
+
private storage;
|
|
783
|
+
seed(): Promise<void>;
|
|
784
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMResponseEntryDataSeeder, never>;
|
|
785
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMResponseEntryDataSeeder>;
|
|
786
|
+
}
|
|
787
|
+
|
|
352
788
|
declare class AXCAppVersionDataSeeder implements AXPDataSeeder {
|
|
353
789
|
private storageService;
|
|
354
790
|
private appVersionService;
|
|
@@ -1025,33 +1461,6 @@ declare class AXPRoomDataSeeder implements AXPDataSeeder {
|
|
|
1025
1461
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPRoomDataSeeder>;
|
|
1026
1462
|
}
|
|
1027
1463
|
|
|
1028
|
-
declare class AXCTextTemplateCategoryDataSeeder implements AXPDataSeeder {
|
|
1029
|
-
private storageService;
|
|
1030
|
-
seed(): Promise<void>;
|
|
1031
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateCategoryDataSeeder, never>;
|
|
1032
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateCategoryDataSeeder>;
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
declare class AXCTextTemplateDataSeeder implements AXPDataSeeder {
|
|
1036
|
-
private storageService;
|
|
1037
|
-
seed(): Promise<void>;
|
|
1038
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateDataSeeder, never>;
|
|
1039
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateDataSeeder>;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
declare const TEXT_TEMPLATE_CATEGORY: {
|
|
1043
|
-
id: string;
|
|
1044
|
-
name: string;
|
|
1045
|
-
title: string;
|
|
1046
|
-
}[];
|
|
1047
|
-
declare const TEXT_TEMPLATES: AXMTextTemplateManagementTemplateEntityModel[];
|
|
1048
|
-
|
|
1049
|
-
declare class AXCTextTemplateManagementMockModule {
|
|
1050
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateManagementMockModule, never>;
|
|
1051
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTextTemplateManagementMockModule, never, never, never>;
|
|
1052
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCTextTemplateManagementMockModule>;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
1464
|
declare class AXMFormDataSourcesProvider implements AXPDataSourceDefinitionProvider {
|
|
1056
1465
|
private yesNoOptions;
|
|
1057
1466
|
private yesNoNaOptions;
|
|
@@ -1613,19 +2022,6 @@ declare class AXMMeetingTypeFileTemplateDataSeeder implements AXPDataSeeder {
|
|
|
1613
2022
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingTypeFileTemplateDataSeeder>;
|
|
1614
2023
|
}
|
|
1615
2024
|
|
|
1616
|
-
declare class AXCSchedulerJobDataSeeder implements AXPDataSeeder {
|
|
1617
|
-
private storageService;
|
|
1618
|
-
seed(): Promise<void>;
|
|
1619
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCSchedulerJobDataSeeder, never>;
|
|
1620
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCSchedulerJobDataSeeder>;
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
declare class AXCSchedulerJobManagementMockModule {
|
|
1624
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCSchedulerJobManagementMockModule, never>;
|
|
1625
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSchedulerJobManagementMockModule, never, never, never>;
|
|
1626
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCSchedulerJobManagementMockModule>;
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
2025
|
declare class AXCLockService implements AXPLockService {
|
|
1630
2026
|
private className;
|
|
1631
2027
|
private db;
|
|
@@ -1783,6 +2179,145 @@ declare function toUiRows(changes: CanonicalChange[]): UIDiffRow[];
|
|
|
1783
2179
|
declare function normalizeAnyFileArrayForView(arr: any[], fileStorage: AXPFileStorageService): Promise<AXPFileListItem[]>;
|
|
1784
2180
|
declare function normalizeSnapshotFileFieldsForView(snapshot: any, fileStorage: AXPFileStorageService): Promise<any>;
|
|
1785
2181
|
|
|
2182
|
+
/**
|
|
2183
|
+
* Workflow execution state stored in IndexedDB.
|
|
2184
|
+
* Uses executionId as primary key.
|
|
2185
|
+
* Date objects are stored as ISO strings and converted back when retrieved.
|
|
2186
|
+
*/
|
|
2187
|
+
interface AXCWorkflowExecutionStateStorage extends Omit<AXPWorkflowExecutionState, 'lastUpdated'> {
|
|
2188
|
+
/**
|
|
2189
|
+
* Last update timestamp stored as ISO string (IndexedDB compatibility).
|
|
2190
|
+
*/
|
|
2191
|
+
lastUpdated: string;
|
|
2192
|
+
}
|
|
2193
|
+
/**
|
|
2194
|
+
* Dexie database for workflow execution states.
|
|
2195
|
+
*/
|
|
2196
|
+
declare class AXCWorkflowExecutionDB extends Dexie {
|
|
2197
|
+
/**
|
|
2198
|
+
* Table for workflow execution states.
|
|
2199
|
+
*/
|
|
2200
|
+
executions: Table<AXCWorkflowExecutionStateStorage, string>;
|
|
2201
|
+
constructor();
|
|
2202
|
+
}
|
|
2203
|
+
/**
|
|
2204
|
+
* Singleton instance of workflow execution database.
|
|
2205
|
+
*/
|
|
2206
|
+
declare const axWorkflowExecutionDB: AXCWorkflowExecutionDB;
|
|
2207
|
+
|
|
2208
|
+
/**
|
|
2209
|
+
* Mock implementation of AXPWorkflowExecutionService.
|
|
2210
|
+
*
|
|
2211
|
+
* Uses IndexedDB (via Dexie) to store workflow execution states.
|
|
2212
|
+
*
|
|
2213
|
+
* @example
|
|
2214
|
+
* ```typescript
|
|
2215
|
+
* // In module providers
|
|
2216
|
+
* {
|
|
2217
|
+
* provide: AXPWorkflowExecutionService,
|
|
2218
|
+
* useClass: AXCWorkflowExecutionService,
|
|
2219
|
+
* }
|
|
2220
|
+
* ```
|
|
2221
|
+
*/
|
|
2222
|
+
declare class AXCWorkflowExecutionService implements AXPWorkflowExecutionService {
|
|
2223
|
+
private readonly db;
|
|
2224
|
+
private readonly activityProviderService;
|
|
2225
|
+
/**
|
|
2226
|
+
* Start a new workflow execution.
|
|
2227
|
+
*/
|
|
2228
|
+
startExecution(request: AXPStartWorkflowExecutionRequest): Promise<AXPStartWorkflowExecutionResponse>;
|
|
2229
|
+
/**
|
|
2230
|
+
* Execute a backend activity.
|
|
2231
|
+
*
|
|
2232
|
+
* In mock implementation, this simulates backend activity execution.
|
|
2233
|
+
* For real backend activities (execute-command, execute-query, set-variable),
|
|
2234
|
+
* you would typically make an HTTP call. In mock, we just update state.
|
|
2235
|
+
*/
|
|
2236
|
+
executeBackendActivity(request: AXPExecuteBackendActivityRequest): Promise<AXPExecuteBackendActivityResponse>;
|
|
2237
|
+
/**
|
|
2238
|
+
* Find activity in workflow tree recursively.
|
|
2239
|
+
*/
|
|
2240
|
+
private findActivityInWorkflow;
|
|
2241
|
+
/**
|
|
2242
|
+
* Resume a suspended workflow execution.
|
|
2243
|
+
*/
|
|
2244
|
+
resumeExecution(request: AXPResumeWorkflowExecutionRequest): Promise<AXPResumeWorkflowExecutionResponse>;
|
|
2245
|
+
/**
|
|
2246
|
+
* Get current workflow execution state.
|
|
2247
|
+
*/
|
|
2248
|
+
getExecutionState(request: AXPGetWorkflowExecutionStateRequest): Promise<AXPWorkflowExecutionState>;
|
|
2249
|
+
/**
|
|
2250
|
+
* Get workflow definition by ID.
|
|
2251
|
+
*
|
|
2252
|
+
* In mock implementation, this retrieves workflow definition from localStorage.
|
|
2253
|
+
* In production, this would make an HTTP call to backend API.
|
|
2254
|
+
*
|
|
2255
|
+
* @param request - Get workflow definition request
|
|
2256
|
+
* @returns Workflow definition
|
|
2257
|
+
*/
|
|
2258
|
+
getWorkflowDefinition(request: AXPGetWorkflowDefinitionRequest): Promise<AXPGetWorkflowDefinitionResponse>;
|
|
2259
|
+
/**
|
|
2260
|
+
* Convert Elsa Workflow Definition v3.0.0 to AXPWorkflowEngine format
|
|
2261
|
+
* https://elsaworkflows.io/schemas/workflow-definition/v3.0.0/schema.json
|
|
2262
|
+
*/
|
|
2263
|
+
private convertElsaToWorkflowEngine;
|
|
2264
|
+
/**
|
|
2265
|
+
* Extract all activities from root activity recursively
|
|
2266
|
+
*/
|
|
2267
|
+
private extractActivities;
|
|
2268
|
+
/**
|
|
2269
|
+
* Execute current step from execution state.
|
|
2270
|
+
*
|
|
2271
|
+
* Backend handles everything: gets state, workflow definition, finds step, determines nextStep.
|
|
2272
|
+
*/
|
|
2273
|
+
executeCurrentStep(request: AXPExecuteCurrentStepRequest): Promise<AXPExecuteCurrentStepResponse>;
|
|
2274
|
+
/**
|
|
2275
|
+
* Generate unique task token for task-based execution.
|
|
2276
|
+
* Inspired by Temporal's task tokens for secure task completion.
|
|
2277
|
+
*/
|
|
2278
|
+
private generateTaskToken;
|
|
2279
|
+
/**
|
|
2280
|
+
* Determine execution mode for an activity from its descriptor.
|
|
2281
|
+
*
|
|
2282
|
+
* First checks if activity has executionMode in its definition (from workflow JSON).
|
|
2283
|
+
* If not, falls back to ActivityDescriptor from ActivityProviderService.
|
|
2284
|
+
*
|
|
2285
|
+
* @param activityType - Activity type (e.g., 'workflow-activity:write-line')
|
|
2286
|
+
* @param activityDefinition - Activity definition from workflow (may contain executionMode)
|
|
2287
|
+
* @returns Execution mode: 'frontend', 'backend', or 'both'
|
|
2288
|
+
*/
|
|
2289
|
+
private determineExecutionMode;
|
|
2290
|
+
/**
|
|
2291
|
+
* Create a task from a workflow step.
|
|
2292
|
+
* Inspired by Temporal's Activity Task and Elsa's Bookmark pattern.
|
|
2293
|
+
*/
|
|
2294
|
+
private createTaskFromStep;
|
|
2295
|
+
/**
|
|
2296
|
+
* Execute backend activities locally in mock service.
|
|
2297
|
+
* In production, these would be executed by the actual backend.
|
|
2298
|
+
*/
|
|
2299
|
+
private executeBackendActivityLocally;
|
|
2300
|
+
/**
|
|
2301
|
+
* Set variable activity - stores value in workflow state.
|
|
2302
|
+
*/
|
|
2303
|
+
private executeSetVariable;
|
|
2304
|
+
/**
|
|
2305
|
+
* Execute command mock - simulates backend command execution.
|
|
2306
|
+
*/
|
|
2307
|
+
private executeCommandMock;
|
|
2308
|
+
/**
|
|
2309
|
+
* Execute query mock - simulates backend query execution.
|
|
2310
|
+
*/
|
|
2311
|
+
private executeQueryMock;
|
|
2312
|
+
/**
|
|
2313
|
+
* Execute HTTP request - makes real HTTP call.
|
|
2314
|
+
* Supports different HTTP methods and handles timeouts.
|
|
2315
|
+
*/
|
|
2316
|
+
private executeHttpRequest;
|
|
2317
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowExecutionService, never>;
|
|
2318
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowExecutionService>;
|
|
2319
|
+
}
|
|
2320
|
+
|
|
1786
2321
|
declare class AXCLogReportCategoryProvider implements AXPReportCategoryProvider {
|
|
1787
2322
|
getList(parentId?: string): Promise<AXPReportCategory[]>;
|
|
1788
2323
|
getById(id: string): Promise<AXPReportCategory | undefined>;
|
|
@@ -1967,5 +2502,5 @@ declare const signatureLoaderMiddleware: AXPEntityStorageMiddleware;
|
|
|
1967
2502
|
|
|
1968
2503
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
1969
2504
|
|
|
1970
|
-
export { APPLICATIONS, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFeatureDataSeeder, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCLogReportCategoryProvider, AXCLogReportDefinitionProvider, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCModuleDataSeeder, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPartyManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule,
|
|
1971
|
-
export type { AXCBusinessUnitMockDto, AXCEmployeeSkillMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCSkillLevelMockDto, AXCTeamMockDto, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult, MockUserPassCredentials, PartyMockData, PositionMockDto, ResponsibilityMockDto, RoleMockDto, SkillMockDto, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo };
|
|
2505
|
+
export { APPLICATIONS, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFeatureDataSeeder, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCLogReportCategoryProvider, AXCLogReportDefinitionProvider, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCModuleDataSeeder, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPartyManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTrainingManagementMockModule, AXCUserPassStrategyMock, AXCVersionDB, AXCWorkflowExecutionDB, AXCWorkflowExecutionService, AXCWorkflowManagementMockModule, AXC_LOG_REPORT_CATEGORY_PROVIDER, AXC_LOG_REPORT_DEFINITION_PROVIDER, AXMAiResponderService, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMCollaboratorDataSeeder, AXMEmployeeDataSeeder, AXMEmployeeSkillDataSeeder, AXMEmployeeSkillsCategoryProvider, AXMEmployeeSkillsReportDefinitionProvider, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMIndustryDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMPublicationDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMReportMockDataService, AXMResponseEntryDataSeeder, AXMResponseSessionDataSeeder, AXMResponsibilityDataSeeder, AXMRoleDataSeeder, AXMSkillDataSeeder, AXMSkillLevelDataSeeder, AXMTagDataSeeder, AXMTeamDataSeeder, AXM_EMPLOYEE_SKILLS_CATEGORY_PROVIDER, AXM_EMPLOYEE_SKILLS_DEFINITION_PROVIDER, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXQEmployeeSkillsLevelPercentagesQuery, AXQEmployeeSkillsLevelsQuery, AXQEmployeeSkillsListQuery, AXQEmployeeSkillsSkillPercentagesQuery, AXQEmployeeSkillsStatsQuery, AXQEmployeeSkillsTrendQuery, AXVChangeType, BUSINESS_UNITS_MOCK, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYEE_SKILLS_MOCK, EMPLOYMENT_TYPES_MOCK, FEATURES, GLOBAL_VARIABLES, LEAVE_REQUESTS_MOCK, MODULES, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, ROLES_CATEGORY_MOCK, ROLES_MOCK, SKILLS_CATEGORY_MOCK, SKILLS_MOCK, SKILL_LEVELS_MOCK, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, VersioningService, applications, auditLoggerMiddleware, axVersionDB, axWorkflowExecutionDB, calendarEventMock, calendarEventTypeMockData, calendarMock, childCountMiddleware, collaboratorMock, computeDiff, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, findContactMethod, findEmployeeById, findPartyById, generateUserDashboard, historyLoggerMiddleware, identifierCommitMiddleware, lookupResolverMiddleware, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mockRoleDefinitions, mockUsers, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, participantIds, primaryMiddleware, publicationMock, questionBankItemMock, questionnaireMock, responseEntryMock, responseSessionMock, signatureLoaderMiddleware, tenantsMock, toUiRows };
|
|
2506
|
+
export type { AXCBusinessUnitMockDto, AXCEmployeeSkillMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCSkillLevelMockDto, AXCTeamMockDto, AXCWorkflowExecutionStateStorage, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult, MockUserPassCredentials, PartyMockData, PositionMockDto, QuestionBankItemMockDto, QuestionnaireMockDto, ResponsibilityMockDto, RoleMockDto, SkillMockDto, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo };
|