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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. package/fesm2022/acorex-connectivity-mock-get-application-versions-chart-data.query-C3eQfF0A.mjs +115 -0
  2. package/fesm2022/acorex-connectivity-mock-get-application-versions-chart-data.query-C3eQfF0A.mjs.map +1 -0
  3. package/fesm2022/acorex-connectivity-mock-get-application-versions-timeline.query-CLzDz9ob.mjs +163 -0
  4. package/fesm2022/acorex-connectivity-mock-get-application-versions-timeline.query-CLzDz9ob.mjs.map +1 -0
  5. package/fesm2022/acorex-connectivity-mock-get-product-chart-data.query-DDVVFeYN.mjs +97 -0
  6. package/fesm2022/acorex-connectivity-mock-get-product-chart-data.query-DDVVFeYN.mjs.map +1 -0
  7. package/fesm2022/acorex-connectivity-mock-get-product-list.query-ChtYlSTt.mjs +157 -0
  8. package/fesm2022/acorex-connectivity-mock-get-product-list.query-ChtYlSTt.mjs.map +1 -0
  9. package/fesm2022/acorex-connectivity-mock-get-subscriptions-chart-data.query-HxX_bCT8.mjs +56 -0
  10. package/fesm2022/acorex-connectivity-mock-get-subscriptions-chart-data.query-HxX_bCT8.mjs.map +1 -0
  11. package/fesm2022/acorex-connectivity-mock-get-subscriptions-timeline.query-dp08JqLP.mjs +168 -0
  12. package/fesm2022/acorex-connectivity-mock-get-subscriptions-timeline.query-dp08JqLP.mjs.map +1 -0
  13. package/fesm2022/acorex-connectivity-mock-get-tenant-application-access.query-IATTXcAV.mjs +180 -0
  14. package/fesm2022/acorex-connectivity-mock-get-tenant-application-access.query-IATTXcAV.mjs.map +1 -0
  15. package/fesm2022/acorex-connectivity-mock-get-tenant-registration-chart-data.query-DlXi4Rcg.mjs +56 -0
  16. package/fesm2022/acorex-connectivity-mock-get-tenant-registration-chart-data.query-DlXi4Rcg.mjs.map +1 -0
  17. package/fesm2022/acorex-connectivity-mock-get-tenant-registration-timeline.query-hskw8Ioa.mjs +216 -0
  18. package/fesm2022/acorex-connectivity-mock-get-tenant-registration-timeline.query-hskw8Ioa.mjs.map +1 -0
  19. package/fesm2022/acorex-connectivity-mock-get-tenant-user-distribution.query-Bs5U5tze.mjs +134 -0
  20. package/fesm2022/acorex-connectivity-mock-get-tenant-user-distribution.query-Bs5U5tze.mjs.map +1 -0
  21. package/fesm2022/acorex-connectivity-mock.mjs +4585 -6501
  22. package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
  23. package/mock/index.d.ts +35 -253
  24. package/package.json +2 -2
package/mock/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
- import { AXPAppStartUpService, AXPQueryRequest, AXPPagedListResult, AXPModuleAccessControlService, AXPModuleManifest, AXPModuleAccessContext, AXPCategorizedEntityDto, AXPCategoryEntity, AXPExecuteCommand, AXPExecuteCommandResult, AXPActionMenuItem, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPFileListItem, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
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
3
  import { Injector } from '@angular/core';
4
4
  import * as _acorex_platform_auth from '@acorex/platform/auth';
5
5
  import { AXPBaseCredentials, AXPAuthStrategy, AXPSignInResult, AXPSessionContext } from '@acorex/platform/auth';
6
6
  import * as i1 from '@acorex/platform/runtime';
7
- import { AXPQuery, AXPCommand } from '@acorex/platform/runtime';
7
+ import { AXPQuery } from '@acorex/platform/runtime';
8
8
  import { Router } from '@angular/router';
9
9
  import { AXMAuthConfigs } from '@acorex/modules/auth';
10
10
  import { AXPEntityStorageService, AXPDataSeeder, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
@@ -16,12 +16,12 @@ 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
20
  import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
20
21
  import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
21
22
  import { AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
22
23
  import * as _acorex_modules_calendar_management from '@acorex/modules/calendar-management';
23
24
  import { AXMCalendarManagementCalendarEventTypeEntityModel } from '@acorex/modules/calendar-management';
24
- import { AXPWorkflowInstance, AXPWorkflowExecutionService, AXPStartWorkflowExecutionRequest, AXPStartWorkflowExecutionResponse, AXPResumeWorkflowExecutionRequest, AXPResumeWorkflowExecutionResponse, AXPGetWorkflowExecutionStateRequest, AXPWorkflowExecutionState, AXPGetWorkflowDefinitionRequest, AXPGetWorkflowDefinitionResponse, AXPWorkflowDefinition } from '@acorex/platform/workflow';
25
25
  import { AXPWidgetNode } from '@acorex/platform/layout/widget-core';
26
26
  import { AXPIdentifierRule, AXPClockProvider, AXPChecksumProvider, AXPPolicyProvider, AXPLookupProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
27
27
 
@@ -247,6 +247,12 @@ declare class AXCMeasurementCoreMockModule {
247
247
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCMeasurementCoreMockModule>;
248
248
  }
249
249
 
250
+ declare class AXCBusinessCoreMockModule {
251
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCBusinessCoreMockModule, never>;
252
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCBusinessCoreMockModule, never, never, never>;
253
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCBusinessCoreMockModule>;
254
+ }
255
+
250
256
  declare class AXCProductCatalogMockModule {
251
257
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCProductCatalogMockModule, never>;
252
258
  static ɵmod: i0.ɵɵNgModuleDeclaration<AXCProductCatalogMockModule, never, never, never>;
@@ -262,7 +268,7 @@ declare class AXCMiddlewaresModule {
262
268
  declare class AXCMockModule {
263
269
  constructor(appInitService: AXPAppStartUpService, injector: Injector);
264
270
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
265
- 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 AXCProductCatalogMockModule, typeof AXCMiddlewaresModule], 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>;
266
272
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
267
273
  }
268
274
 
@@ -365,17 +371,6 @@ declare class AXCDexieEntityStorageService extends Dexie implements AXPEntitySto
365
371
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCDexieEntityStorageService>;
366
372
  }
367
373
 
368
- /**
369
- * Mock implementation of module access control service.
370
- * Checks if module is enabled in edition.modulesAndFeatures.modules.
371
- * This is the default behavior - modules are accessible if they're in the edition configuration.
372
- */
373
- declare class MockModuleAccessControlService implements AXPModuleAccessControlService {
374
- checkAccess(manifest: AXPModuleManifest, context: AXPModuleAccessContext): boolean;
375
- static ɵfac: i0.ɵɵFactoryDeclaration<MockModuleAccessControlService, never>;
376
- static ɵprov: i0.ɵɵInjectableDeclaration<MockModuleAccessControlService>;
377
- }
378
-
379
374
  declare const APPLICATIONS: AXMApplicationManagementApplicationEntityModel[];
380
375
 
381
376
  declare class AXCApplicationDataSeeder implements AXPDataSeeder {
@@ -808,7 +803,7 @@ declare const TOKENS: {
808
803
  name: string;
809
804
  title: string;
810
805
  description: string;
811
- type: "Expression" | "String" | "Integer" | "Boolean";
806
+ type: "String" | "Integer" | "Boolean" | "Expression";
812
807
  expression: string;
813
808
  }[];
814
809
 
@@ -1009,8 +1004,10 @@ interface JobDefinitionMockDto extends AXPCategorizedEntityDto {
1009
1004
  id: string;
1010
1005
  title: string;
1011
1006
  }[];
1012
- responsibilitiesId: string[];
1013
- responsibilities: {
1007
+ responsibilityLevelIds?: string[];
1008
+ responsibilities?: AXPSpreadsheetData;
1009
+ jobLevelIds?: string[];
1010
+ jobLevels?: {
1014
1011
  id: string;
1015
1012
  title: string;
1016
1013
  }[];
@@ -1274,6 +1271,24 @@ declare class AXCWorkflowDefinitionDataSeeder implements AXPDataSeeder {
1274
1271
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowDefinitionDataSeeder>;
1275
1272
  }
1276
1273
 
1274
+ declare const ACTIVITY_CATEGORIES: AXPActivityCategory[];
1275
+
1276
+ declare class AXCActivityCategorySeeder implements AXPDataSeeder {
1277
+ private readonly entityService;
1278
+ seed(): Promise<void>;
1279
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCActivityCategorySeeder, never>;
1280
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCActivityCategorySeeder>;
1281
+ }
1282
+
1283
+ declare const ACTIVITY_DEFINITIONS: AXPActivityDefinition[];
1284
+
1285
+ declare class AXCActivityDefinitionSeeder implements AXPDataSeeder {
1286
+ private readonly entityService;
1287
+ seed(): Promise<void>;
1288
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCActivityDefinitionSeeder, never>;
1289
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCActivityDefinitionSeeder>;
1290
+ }
1291
+
1277
1292
  type extraFields$1 = {
1278
1293
  recievedDate: Date;
1279
1294
  };
@@ -1480,20 +1495,6 @@ declare class AXPDashboardDataSeeder implements AXPDataSeeder {
1480
1495
  static ɵprov: i0.ɵɵInjectableDeclaration<AXPDashboardDataSeeder>;
1481
1496
  }
1482
1497
 
1483
- declare class AXMReportCategoryDataSeeder implements AXPDataSeeder {
1484
- private storageService;
1485
- seed(): Promise<void>;
1486
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportCategoryDataSeeder, never>;
1487
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportCategoryDataSeeder>;
1488
- }
1489
-
1490
- declare class AXMReportDefinitionDataSeeder implements AXPDataSeeder {
1491
- private storageService;
1492
- seed(): Promise<void>;
1493
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportDefinitionDataSeeder, never>;
1494
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportDefinitionDataSeeder>;
1495
- }
1496
-
1497
1498
  declare class AXMReportExecuteCommand implements AXPExecutionReportCommand {
1498
1499
  private readonly queryService;
1499
1500
  private readonly reportDefinitionService;
@@ -2114,7 +2115,6 @@ declare const axWorkflowExecutionDB: AXCWorkflowExecutionDB;
2114
2115
  */
2115
2116
  declare class AXCWorkflowExecutionService implements AXPWorkflowExecutionService {
2116
2117
  private readonly db;
2117
- private readonly activityProviderService;
2118
2118
  private readonly commandService;
2119
2119
  private readonly entityStorageService;
2120
2120
  /**
@@ -2231,224 +2231,6 @@ declare const workflowDefinitionIds: {
2231
2231
  dataProcessing: string;
2232
2232
  };
2233
2233
 
2234
- /**
2235
- * Input for CheckPermission activity.
2236
- */
2237
- interface CheckPermissionInput {
2238
- /**
2239
- * Permission key to check (e.g., "Users.Create")
2240
- */
2241
- permission: string;
2242
- /**
2243
- * User ID to check (optional, defaults to current user)
2244
- */
2245
- userId?: string;
2246
- }
2247
- /**
2248
- * Output for CheckPermission activity.
2249
- */
2250
- interface CheckPermissionOutput {
2251
- /**
2252
- * Whether user has the permission
2253
- */
2254
- hasPermission: boolean;
2255
- /**
2256
- * User ID that was checked
2257
- */
2258
- userId: string;
2259
- /**
2260
- * Permission that was checked
2261
- */
2262
- permission: string;
2263
- }
2264
- /**
2265
- * CheckPermission Activity (Backend)
2266
- *
2267
- * Checks if a user has specific permission.
2268
- * This is a mock implementation that always grants permission for demo purposes.
2269
- *
2270
- * In production, this would check against real permission system.
2271
- *
2272
- * Execution Mode: backend
2273
- * Activity Type: workflow-activity:check-permission
2274
- *
2275
- * Outcomes:
2276
- * - HasPermission: User has the permission
2277
- * - NoPermission: User does not have the permission
2278
- */
2279
- declare class CheckPermissionActivity implements AXPCommand<CheckPermissionInput, {
2280
- output: CheckPermissionOutput;
2281
- outcomes: Record<string, any>;
2282
- }> {
2283
- execute(input: CheckPermissionInput): Promise<AXPExecuteCommandResult<{
2284
- output: CheckPermissionOutput;
2285
- outcomes: Record<string, any>;
2286
- }>>;
2287
- static ɵfac: i0.ɵɵFactoryDeclaration<CheckPermissionActivity, never>;
2288
- static ɵprov: i0.ɵɵInjectableDeclaration<CheckPermissionActivity>;
2289
- }
2290
-
2291
- /**
2292
- * Input for ExecuteQuery activity.
2293
- */
2294
- interface ExecuteQueryInput {
2295
- /**
2296
- * Query key to execute (e.g., "User:CheckEmailExists")
2297
- */
2298
- queryKey: string;
2299
- /**
2300
- * Query parameters
2301
- */
2302
- parameters?: Record<string, any>;
2303
- }
2304
- /**
2305
- * Output for ExecuteQuery activity.
2306
- */
2307
- interface ExecuteQueryOutput {
2308
- /**
2309
- * Query result data
2310
- */
2311
- data: any;
2312
- /**
2313
- * Whether query executed successfully
2314
- */
2315
- success: boolean;
2316
- /**
2317
- * Error message if query failed
2318
- */
2319
- error?: string;
2320
- }
2321
- /**
2322
- * ExecuteQuery Activity (Backend)
2323
- *
2324
- * Executes a query operation.
2325
- * This is a mock implementation that simulates common queries.
2326
- *
2327
- * Execution Mode: backend
2328
- * Activity Type: workflow-activity:execute-query
2329
- *
2330
- * Outcomes:
2331
- * - Done: Query executed successfully
2332
- * - Valid: Data is valid (for validation queries)
2333
- * - Exists: Data exists (for existence checks)
2334
- * - NotFound: Data not found
2335
- * - Failed: Query execution failed
2336
- */
2337
- declare class ExecuteQueryActivity implements AXPCommand<ExecuteQueryInput, {
2338
- output: ExecuteQueryOutput;
2339
- outcomes: Record<string, any>;
2340
- }> {
2341
- private readonly storageService;
2342
- execute(input: ExecuteQueryInput): Promise<AXPExecuteCommandResult<{
2343
- output: ExecuteQueryOutput;
2344
- outcomes: Record<string, any>;
2345
- }>>;
2346
- /**
2347
- * Routes query to appropriate handler based on queryKey.
2348
- */
2349
- private routeQuery;
2350
- /**
2351
- * Checks if email already exists in database.
2352
- */
2353
- private checkEmailExists;
2354
- /**
2355
- * Validates data structure and content.
2356
- */
2357
- private validateData;
2358
- static ɵfac: i0.ɵɵFactoryDeclaration<ExecuteQueryActivity, never>;
2359
- static ɵprov: i0.ɵɵInjectableDeclaration<ExecuteQueryActivity>;
2360
- }
2361
-
2362
- /**
2363
- * Input for ExecuteCommand activity.
2364
- */
2365
- interface ExecuteCommandInput {
2366
- /**
2367
- * Command key to execute (e.g., "User:Create")
2368
- */
2369
- commandKey: string;
2370
- /**
2371
- * Command input data
2372
- */
2373
- input?: Record<string, any>;
2374
- }
2375
- /**
2376
- * Output for ExecuteCommand activity.
2377
- */
2378
- interface ExecuteCommandOutput {
2379
- /**
2380
- * Command result data
2381
- */
2382
- result: any;
2383
- /**
2384
- * Whether command executed successfully
2385
- */
2386
- success: boolean;
2387
- /**
2388
- * Error message if command failed
2389
- */
2390
- error?: string;
2391
- /**
2392
- * Created/Updated entity ID (if applicable)
2393
- */
2394
- entityId?: string;
2395
- }
2396
- /**
2397
- * ExecuteCommand Activity (Backend)
2398
- *
2399
- * Executes a command operation.
2400
- * This is a mock implementation that simulates common commands.
2401
- *
2402
- * Execution Mode: backend
2403
- * Activity Type: workflow-activity:execute-command
2404
- *
2405
- * Outcomes:
2406
- * - Done: Command executed successfully
2407
- * - Failed: Command execution failed
2408
- */
2409
- declare class ExecuteCommandActivity implements AXPCommand<ExecuteCommandInput, {
2410
- output: ExecuteCommandOutput;
2411
- outcomes: Record<string, any>;
2412
- }> {
2413
- private readonly storageService;
2414
- execute(input: ExecuteCommandInput): Promise<AXPExecuteCommandResult<{
2415
- output: ExecuteCommandOutput;
2416
- outcomes: Record<string, any>;
2417
- }>>;
2418
- /**
2419
- * Routes command to appropriate handler based on commandKey.
2420
- */
2421
- private routeCommand;
2422
- /**
2423
- * Creates a new user in the system.
2424
- */
2425
- private createUser;
2426
- /**
2427
- * Processes data according to business rules.
2428
- */
2429
- private processData;
2430
- static ɵfac: i0.ɵɵFactoryDeclaration<ExecuteCommandActivity, never>;
2431
- static ɵprov: i0.ɵɵInjectableDeclaration<ExecuteCommandActivity>;
2432
- }
2433
-
2434
- /**
2435
- * Provides all backend workflow activities as Commands.
2436
- *
2437
- * These activities are registered with the CommandBus and can be executed
2438
- * by the workflow execution service.
2439
- *
2440
- * Usage:
2441
- * ```typescript
2442
- * @NgModule({
2443
- * providers: [
2444
- * provideWorkflowActivities(),
2445
- * ]
2446
- * })
2447
- * export class AppModule {}
2448
- * ```
2449
- */
2450
- declare function provideWorkflowActivities(): i0.EnvironmentProviders;
2451
-
2452
2234
  declare const titleInterface: AXPWidgetNode;
2453
2235
  declare const descriptionInterface: AXPWidgetNode;
2454
2236
  declare const versionInterface: AXPWidgetNode;
@@ -2771,5 +2553,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
2771
2553
 
2772
2554
  declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
2773
2555
 
2774
- export { APPLICATIONS, 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, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, 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, CheckPermissionActivity, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYMENT_TYPES_MOCK, ExecuteCommandActivity, ExecuteQueryActivity, 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, MockModuleAccessControlService, 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, provideWorkflowActivities, 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 };
2775
- export type { AXCBusinessUnitMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCTeamMockDto, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, CategoryMetadataInheritanceGroupResult, CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult, CheckPermissionInput, CheckPermissionOutput, ExecuteCommandInput, ExecuteCommandOutput, ExecuteQueryInput, ExecuteQueryOutput, JobDefinitionMockDto, JobLevelMockDto, MockUserPassCredentials, PersonMockData, PositionMockDto, QuestionBankItemMockDto, QuestionnaireMockDto, ResponsibilityMockDto, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo };
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 };
2557
+ 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.3",
3
+ "version": "21.0.0-next.5",
4
4
  "peerDependencies": {
5
- "@acorex/modules": "21.0.0-next.3"
5
+ "@acorex/modules": "21.0.0-next.5"
6
6
  },
7
7
  "sideEffects": false,
8
8
  "module": "fesm2022/acorex-connectivity.mjs",