@acorex/connectivity 21.0.0-next.5 → 21.0.0-next.8

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/mock/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { AXPAppStartUpService, AXPQueryRequest, AXPPagedListResult, AXPCategorizedEntityDto, AXPCategoryEntity, AXPExecuteCommand, AXPExecuteCommandResult, AXPActionMenuItem, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPFileListItem, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
2
2
  import * as i0 from '@angular/core';
3
- import { Injector } from '@angular/core';
3
+ import { Injector, Type } from '@angular/core';
4
4
  import * as _acorex_platform_auth from '@acorex/platform/auth';
5
- import { AXPBaseCredentials, AXPAuthStrategy, AXPSignInResult, AXPSessionContext } from '@acorex/platform/auth';
5
+ import { AXPBaseCredentials, AXPAuthStrategy, AXPSignInResult, AXPSessionContext, AXPLoginChallengeProvider, AXPChallengeCheckResult, AXPLoginChallengeData, AXPLoginChallengeComponentBase } from '@acorex/platform/auth';
6
6
  import * as i1 from '@acorex/platform/runtime';
7
7
  import { AXPQuery } from '@acorex/platform/runtime';
8
8
  import { Router } from '@angular/router';
@@ -16,7 +16,7 @@ import { AXPSpreadsheetData } from '@acorex/platform/layout/components';
16
16
  import * as _acorex_platform_common from '@acorex/platform/common';
17
17
  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';
18
18
  import { AXMWorkflowManagementWorkflowDefinitionEntityModel } from '@acorex/modules/workflow-management';
19
- import { AXPActivityCategory, AXPActivityDefinition, AXPWorkflowInstance, AXPWorkflowExecutionService, AXPStartWorkflowExecutionRequest, AXPStartWorkflowExecutionResponse, AXPResumeWorkflowExecutionRequest, AXPResumeWorkflowExecutionResponse, AXPGetWorkflowExecutionStateRequest, AXPWorkflowExecutionState, AXPGetWorkflowDefinitionRequest, AXPGetWorkflowDefinitionResponse, AXPWorkflowDefinition } from '@acorex/platform/workflow';
19
+ import { AXPActivityCategory, AXPActivityDefinition, AXPWorkflowCategory, AXPWorkflowCategoryProvider, AXPWorkflowProvider, AXPWorkflowDefinitionMetadata, AXPWorkflowInstance, AXPWorkflowEngine, AXPStartWorkflowRequest, AXPStartWorkflowResponse, AXPResumeWorkflowRequest, AXPResumeWorkflowResponse, AXPGetWorkflowStateRequest, AXPWorkflowInstanceState, AXPWorkflowDefinition } from '@acorex/platform/workflow';
20
20
  import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
21
21
  import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
22
22
  import { AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
@@ -193,6 +193,12 @@ declare class AXCDataManagementMockModule {
193
193
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCDataManagementMockModule>;
194
194
  }
195
195
 
196
+ declare class AXCWorkflowManagementMockModule {
197
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowManagementMockModule, never>;
198
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCWorkflowManagementMockModule, never, never, never>;
199
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCWorkflowManagementMockModule>;
200
+ }
201
+
196
202
  declare class AXCNotificationManagementMockModule {
197
203
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCNotificationManagementMockModule, never>;
198
204
  static ɵmod: i0.ɵɵNgModuleDeclaration<AXCNotificationManagementMockModule, never, never, never>;
@@ -268,7 +274,7 @@ declare class AXCMiddlewaresModule {
268
274
  declare class AXCMockModule {
269
275
  constructor(appInitService: AXPAppStartUpService, injector: Injector);
270
276
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
271
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCSupplierManagementMockModule, typeof AXCProcurementManagementMockModule, typeof AXCOrderManagementMockModule, typeof AXCSubscriptionManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTenantManagementMockModule, typeof AXCLearningManagementMockModule, typeof AXCAssetManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPersonManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCAssessmentManagementMockModule, typeof AXCFinancialCoreMockModule, typeof AXCMeasurementCoreMockModule, typeof AXCBusinessCoreMockModule, typeof AXCProductCatalogMockModule, typeof AXCMiddlewaresModule], never>;
277
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCSupplierManagementMockModule, typeof AXCProcurementManagementMockModule, typeof AXCOrderManagementMockModule, typeof AXCSubscriptionManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTenantManagementMockModule, typeof AXCLearningManagementMockModule, typeof AXCAssetManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPersonManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCAssessmentManagementMockModule, typeof AXCFinancialCoreMockModule, typeof AXCMeasurementCoreMockModule, typeof AXCBusinessCoreMockModule, typeof AXCProductCatalogMockModule, typeof AXCMiddlewaresModule], never>;
272
278
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
273
279
  }
274
280
 
@@ -316,6 +322,99 @@ declare class AXCGoogleStrategyMock extends AXPAuthStrategy {
316
322
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCGoogleStrategyMock>;
317
323
  }
318
324
 
325
+ /**
326
+ * Mock implementation of AXPLoginChallengeProvider for testing
327
+ *
328
+ * This provider simulates a server-side captcha system:
329
+ * - Tracks failed login attempts
330
+ * - After 3 failed attempts, requires captcha
331
+ * - Generates mock captcha images client-side (for demo purposes)
332
+ *
333
+ * @example
334
+ * ```typescript
335
+ * // In your module providers:
336
+ * {
337
+ * provide: AXP_LOGIN_CHALLENGE_PROVIDER,
338
+ * useClass: AXCImageCaptchaChallengeProviderMock
339
+ * }
340
+ * ```
341
+ */
342
+ declare class AXCImageCaptchaChallengeProviderMock extends AXPLoginChallengeProvider {
343
+ readonly name = "image-captcha-mock";
344
+ /** Current captcha code that user needs to enter */
345
+ private currentCaptchaCode;
346
+ /** Current challenge ID */
347
+ private currentChallengeId;
348
+ /** Failed attempts tracker */
349
+ private attemptsTracker;
350
+ /**
351
+ * Checks if the login error indicates that a captcha is required
352
+ *
353
+ * In this mock implementation, we check:
354
+ * 1. If the error contains requiresCaptcha flag
355
+ * 2. If failed attempts threshold is reached
356
+ * 3. If error status is 429 (Too Many Requests)
357
+ */
358
+ checkResponse(error: unknown): AXPChallengeCheckResult | null;
359
+ /**
360
+ * Generates a new captcha challenge
361
+ *
362
+ * In this mock implementation:
363
+ * - Generates a random code
364
+ * - Creates a captcha image client-side
365
+ * - Returns the challenge data
366
+ *
367
+ * In a real implementation, this would call the server API
368
+ */
369
+ getChallenge(serverData?: Record<string, unknown>): Promise<AXPLoginChallengeData>;
370
+ /**
371
+ * Generates a fresh captcha, replacing the current one
372
+ */
373
+ refreshChallenge(): Promise<AXPLoginChallengeData>;
374
+ /**
375
+ * Returns the custom mock captcha component for rendering
376
+ */
377
+ getChallengeComponent(): Type<AXPLoginChallengeComponentBase>;
378
+ /**
379
+ * Validates the captcha response (for testing purposes)
380
+ * In a real implementation, validation happens on the server
381
+ */
382
+ validateCaptchaResponse(challengeId: string, response: string): boolean;
383
+ /**
384
+ * Resets the failed attempts counter (for testing)
385
+ */
386
+ resetAttempts(): void;
387
+ /**
388
+ * Gets current failed attempts count (for testing/debugging)
389
+ */
390
+ getFailedAttempts(): number;
391
+ /**
392
+ * Simulates network delay for realistic behavior
393
+ */
394
+ private simulateNetworkDelay;
395
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCImageCaptchaChallengeProviderMock, never>;
396
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCImageCaptchaChallengeProviderMock>;
397
+ }
398
+
399
+ /**
400
+ * Mock CAPTCHA challenge component with custom styling
401
+ * Demonstrates how providers can create custom challenge UIs
402
+ */
403
+ declare class AXCMockCaptchaChallengeComponent extends AXPLoginChallengeComponentBase {
404
+ /** Local state for the response input */
405
+ protected response: i0.WritableSignal<string>;
406
+ /**
407
+ * Handles response input change
408
+ */
409
+ protected onResponseChange(value: string): void;
410
+ /**
411
+ * Handles refresh button click
412
+ */
413
+ protected onRefreshClick(): void;
414
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockCaptchaChallengeComponent, never>;
415
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCMockCaptchaChallengeComponent, "axc-mock-captcha-challenge", never, {}, {}, never, never, true, never>;
416
+ }
417
+
319
418
  declare class AXCDexieEntityStorageService extends Dexie implements AXPEntityStorageService<string, any> {
320
419
  private sessionService;
321
420
  constructor();
@@ -533,7 +632,7 @@ declare const assessmentCaseMock: {
533
632
  questionnaire: {
534
633
  id: string;
535
634
  title: string;
536
- type: "checklist" | "questionnaire" | "survey" | "test" | "evaluation";
635
+ type: "questionnaire" | "survey" | "checklist" | "test" | "evaluation";
537
636
  };
538
637
  title: string;
539
638
  description: string;
@@ -1253,12 +1352,6 @@ interface TaskTemplate {
1253
1352
  }
1254
1353
  declare const TASK_TEMPLATES: TaskTemplate[];
1255
1354
 
1256
- declare class AXCWorkflowManagementMockModule {
1257
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowManagementMockModule, never>;
1258
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCWorkflowManagementMockModule, never, never, never>;
1259
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCWorkflowManagementMockModule>;
1260
- }
1261
-
1262
1355
  /**
1263
1356
  * Mock workflow definition entities for the entity list.
1264
1357
  */
@@ -1289,6 +1382,35 @@ declare class AXCActivityDefinitionSeeder implements AXPDataSeeder {
1289
1382
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCActivityDefinitionSeeder>;
1290
1383
  }
1291
1384
 
1385
+ declare const WORKFLOW_CATEGORIES: AXPWorkflowCategory[];
1386
+
1387
+ /**
1388
+ * Mock Workflow Category Provider
1389
+ *
1390
+ * Provides workflow categories from mock data.
1391
+ */
1392
+ declare class AXCWorkflowCategoryProvider implements AXPWorkflowCategoryProvider {
1393
+ getList(parentId?: string): Promise<AXPWorkflowCategory[]>;
1394
+ getById(id: string): Promise<AXPWorkflowCategory | undefined>;
1395
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowCategoryProvider, never>;
1396
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowCategoryProvider>;
1397
+ }
1398
+
1399
+ /**
1400
+ * Mock Workflow Definition Provider
1401
+ *
1402
+ * Provides workflow definition metadata from mock data.
1403
+ * Converts workflow definitions to metadata format.
1404
+ */
1405
+ declare class AXCWorkflowDefinitionMetadataProvider implements AXPWorkflowProvider {
1406
+ private metadataCache;
1407
+ private getMetadataCache;
1408
+ getList(categoryId: string): Promise<AXPWorkflowDefinitionMetadata[]>;
1409
+ getById(name: string): Promise<AXPWorkflowDefinitionMetadata | undefined>;
1410
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowDefinitionMetadataProvider, never>;
1411
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowDefinitionMetadataProvider>;
1412
+ }
1413
+
1292
1414
  type extraFields$1 = {
1293
1415
  recievedDate: Date;
1294
1416
  };
@@ -2100,34 +2222,34 @@ declare class AXCWorkflowExecutionDB extends Dexie {
2100
2222
  declare const axWorkflowExecutionDB: AXCWorkflowExecutionDB;
2101
2223
 
2102
2224
  /**
2103
- * Mock implementation of AXPWorkflowExecutionService.
2225
+ * Mock implementation of AXPWorkflowEngine.
2104
2226
  *
2105
- * Uses IndexedDB (via Dexie) to store workflow execution states.
2227
+ * Uses IndexedDB (via Dexie) to store workflow instance states.
2106
2228
  *
2107
2229
  * @example
2108
2230
  * ```typescript
2109
2231
  * // In module providers
2110
2232
  * {
2111
- * provide: AXPWorkflowExecutionService,
2112
- * useClass: AXCWorkflowExecutionService,
2233
+ * provide: AXP_WORKFLOW_ENGINE,
2234
+ * useClass: AXCWorkflowRuntimeService,
2113
2235
  * }
2114
2236
  * ```
2115
2237
  */
2116
- declare class AXCWorkflowExecutionService implements AXPWorkflowExecutionService {
2238
+ declare class AXCWorkflowRuntimeService implements AXPWorkflowEngine {
2117
2239
  private readonly db;
2118
2240
  private readonly commandService;
2119
2241
  private readonly entityStorageService;
2120
2242
  /**
2121
- * Start a new workflow execution.
2243
+ * Start a new workflow instance.
2122
2244
  * Creates a workflow instance and stores it in IndexedDB.
2123
2245
  */
2124
- startExecution(request: AXPStartWorkflowExecutionRequest): Promise<AXPStartWorkflowExecutionResponse>;
2246
+ start(request: AXPStartWorkflowRequest): Promise<AXPStartWorkflowResponse>;
2125
2247
  /**
2126
- * Find activity in Flowchart by ID.
2248
+ * Find activity in Graph by ID.
2127
2249
  */
2128
- private findActivityInFlowchart;
2250
+ private findActivityInGraph;
2129
2251
  /**
2130
- * Resume a suspended workflow execution.
2252
+ * Resume a suspended workflow instance.
2131
2253
  *
2132
2254
  * After frontend completes its task:
2133
2255
  * 1. Validates taskToken
@@ -2135,21 +2257,11 @@ declare class AXCWorkflowExecutionService implements AXPWorkflowExecutionService
2135
2257
  * 3. Executes ALL backend activities in sequence
2136
2258
  * 4. Stops at first frontend activity and returns it as pendingTask
2137
2259
  */
2138
- resumeExecution(request: AXPResumeWorkflowExecutionRequest): Promise<AXPResumeWorkflowExecutionResponse>;
2260
+ resume(request: AXPResumeWorkflowRequest): Promise<AXPResumeWorkflowResponse>;
2139
2261
  /**
2140
2262
  * Get current workflow execution state.
2141
2263
  */
2142
- getExecutionState(request: AXPGetWorkflowExecutionStateRequest): Promise<AXPWorkflowExecutionState>;
2143
- /**
2144
- * Get workflow definition by ID.
2145
- *
2146
- * In mock implementation, this retrieves workflow definition from localStorage.
2147
- * In production, this would make an HTTP call to backend API.
2148
- *
2149
- * @param request - Get workflow definition request
2150
- * @returns Workflow definition
2151
- */
2152
- getWorkflowDefinition(request: AXPGetWorkflowDefinitionRequest): Promise<AXPGetWorkflowDefinitionResponse>;
2264
+ getState(request: AXPGetWorkflowStateRequest): Promise<AXPWorkflowInstanceState>;
2153
2265
  /**
2154
2266
  * Generate unique task token for task-based execution.
2155
2267
  * Inspired by Temporal's task tokens for secure task completion.
@@ -2199,13 +2311,13 @@ declare class AXCWorkflowExecutionService implements AXPWorkflowExecutionService
2199
2311
  */
2200
2312
  private executeHttpRequest;
2201
2313
  /**
2202
- * Convert workflow instance to execution state (for backward compatibility).
2314
+ * Convert workflow instance to instance state.
2203
2315
  */
2204
- private instanceToExecutionState;
2316
+ private instanceToInstanceState;
2205
2317
  /**
2206
- * Update execution state in instance and save to IndexedDB.
2318
+ * Update instance state in instance and save to IndexedDB.
2207
2319
  */
2208
- private updateInstanceFromExecutionState;
2320
+ private updateInstanceFromState;
2209
2321
  /**
2210
2322
  * Get workflow instance from IndexedDB.
2211
2323
  */
@@ -2214,8 +2326,8 @@ declare class AXCWorkflowExecutionService implements AXPWorkflowExecutionService
2214
2326
  * Update workflow instance in IndexedDB.
2215
2327
  */
2216
2328
  private updateInstance;
2217
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowExecutionService, never>;
2218
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowExecutionService>;
2329
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowRuntimeService, never>;
2330
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowRuntimeService>;
2219
2331
  }
2220
2332
 
2221
2333
  /**
@@ -2553,5 +2665,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
2553
2665
 
2554
2666
  declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
2555
2667
 
2556
- export { ACTIVITY_CATEGORIES, ACTIVITY_DEFINITIONS, APPLICATIONS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFileStorageService, AXCFinancialCoreMockModule, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetadataCategorySeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonManagementMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowDefinitionDataSeeder, AXCWorkflowExecutionDB, AXCWorkflowExecutionService, AXCWorkflowManagementMockModule, AXMAiResponderService, AXMAssessmentCaseDataSeeder, AXMAssessmentSessionDataSeeder, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMEmployeeDataSeeder, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMJobDefinitionDataSeeder, AXMJobLevelDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMReportExecuteCommand, AXMResponsibilityDataSeeder, AXMTagDataSeeder, AXMTeamDataSeeder, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXVChangeType, BUSINESS_UNITS_MOCK, COSTMANAGER_ENTERPRISE, COSTMANAGER_PROFESSIONAL, COSTMANAGER_STANDARD, CRM_ENTERPRISE, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYMENT_TYPES_MOCK, FINANCE_BASIC, FINANCE_ENTERPRISE, FINANCE_PRO, HR_ENTERPRISE, JOB_DEFINITIONS_CATEGORY_MOCK, JOB_DEFINITIONS_MOCK, JOB_LEVELS_MOCK, LASER_PLUMBING_TENANT_ID, LEAVE_REQUESTS_MOCK, ORDERING_BASIC, ORDERING_ENTERPRISE, ORDERING_STANDARD, OWNERSHIP_FILTER_BYPASS, PLATFORM_CONSOLE, PLATFORM_TENANT_ID, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, SAFETYMINDER_BASIC, SAFETYMINDER_ENTERPRISE, SAFETYMINDER_PROFESSIONAL, SHOP_BASIC, SHOP_ENTERPRISE, SHOP_PRO, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TIMEPLICITY_TENANT_ID, TOKENS, VISIBILITY_FILTER_BYPASS, assessmentCaseMock, assessmentSessionMock, auditLoggerMiddleware, avatarInterface, axVersionDB, axWorkflowExecutionDB, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, checkboxInterface, childCountMiddleware, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, dateInterface, dateTimeInterface, descriptionInterface, emailInterface, fileUploaderInterface, findContactMethod, findEmployeeById, findPersonById, generateUserDashboard, groupOrderItemCalculatorMiddleware, historyLoggerMiddleware, identifierCommitMiddleware, imageInterface, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, metadataCategoryMocks, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, participantIds, passwordInterface, phoneInterface, primaryMiddleware, qrcodeInterface, questionBankItemMock, questionnaireMock, ratingInterface, richTextInterface, scaleInterface, selectInterface, selectionListInterface, signatureInterface, signatureLoaderMiddleware, tagInterface, tenantMocks, textAreaInterface, textInterface, timeDurationInterface, titleInterface, toUiRows, toggleInterface, urlInterface, versionInterface, visibilityFilterMiddleware, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock, yesNoInterface };
2668
+ export { ACTIVITY_CATEGORIES, ACTIVITY_DEFINITIONS, APPLICATIONS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFileStorageService, AXCFinancialCoreMockModule, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCImageCaptchaChallengeProviderMock, AXCJsaSeeder, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetadataCategorySeeder, AXCMiddlewaresModule, AXCMockCaptchaChallengeComponent, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonManagementMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowCategoryProvider, AXCWorkflowDefinitionDataSeeder, AXCWorkflowDefinitionMetadataProvider, AXCWorkflowExecutionDB, AXCWorkflowManagementMockModule, AXCWorkflowRuntimeService, AXMAiResponderService, AXMAssessmentCaseDataSeeder, AXMAssessmentSessionDataSeeder, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMEmployeeDataSeeder, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMJobDefinitionDataSeeder, AXMJobLevelDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMReportExecuteCommand, AXMResponsibilityDataSeeder, AXMTagDataSeeder, AXMTeamDataSeeder, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXVChangeType, BUSINESS_UNITS_MOCK, COSTMANAGER_ENTERPRISE, COSTMANAGER_PROFESSIONAL, COSTMANAGER_STANDARD, CRM_ENTERPRISE, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYMENT_TYPES_MOCK, FINANCE_BASIC, FINANCE_ENTERPRISE, FINANCE_PRO, HR_ENTERPRISE, JOB_DEFINITIONS_CATEGORY_MOCK, JOB_DEFINITIONS_MOCK, JOB_LEVELS_MOCK, LASER_PLUMBING_TENANT_ID, LEAVE_REQUESTS_MOCK, ORDERING_BASIC, ORDERING_ENTERPRISE, ORDERING_STANDARD, OWNERSHIP_FILTER_BYPASS, PLATFORM_CONSOLE, PLATFORM_TENANT_ID, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, SAFETYMINDER_BASIC, SAFETYMINDER_ENTERPRISE, SAFETYMINDER_PROFESSIONAL, SHOP_BASIC, SHOP_ENTERPRISE, SHOP_PRO, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TIMEPLICITY_TENANT_ID, TOKENS, VISIBILITY_FILTER_BYPASS, WORKFLOW_CATEGORIES, assessmentCaseMock, assessmentSessionMock, auditLoggerMiddleware, avatarInterface, axVersionDB, axWorkflowExecutionDB, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, checkboxInterface, childCountMiddleware, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, dateInterface, dateTimeInterface, descriptionInterface, emailInterface, fileUploaderInterface, findContactMethod, findEmployeeById, findPersonById, generateUserDashboard, groupOrderItemCalculatorMiddleware, historyLoggerMiddleware, identifierCommitMiddleware, imageInterface, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, metadataCategoryMocks, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, participantIds, passwordInterface, phoneInterface, primaryMiddleware, qrcodeInterface, questionBankItemMock, questionnaireMock, ratingInterface, richTextInterface, scaleInterface, selectInterface, selectionListInterface, signatureInterface, signatureLoaderMiddleware, tagInterface, tenantMocks, textAreaInterface, textInterface, timeDurationInterface, titleInterface, toUiRows, toggleInterface, urlInterface, versionInterface, visibilityFilterMiddleware, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock, yesNoInterface };
2557
2669
  export type { AXCBusinessUnitMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCTeamMockDto, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, CategoryMetadataInheritanceGroupResult, CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult, JobDefinitionMockDto, JobLevelMockDto, MockUserPassCredentials, PersonMockData, PositionMockDto, QuestionBankItemMockDto, QuestionnaireMockDto, ResponsibilityMockDto, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@acorex/connectivity",
3
- "version": "21.0.0-next.5",
3
+ "version": "21.0.0-next.8",
4
4
  "peerDependencies": {
5
- "@acorex/modules": "21.0.0-next.5"
5
+ "@acorex/modules": "21.0.0-next.8"
6
6
  },
7
7
  "sideEffects": false,
8
8
  "module": "fesm2022/acorex-connectivity.mjs",