@acorex/connectivity 20.3.0-next.4 → 20.3.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.
- package/fesm2022/acorex-connectivity-mock-employee-structure.queries-CchlfSox.mjs +66 -0
- package/fesm2022/acorex-connectivity-mock-employee-structure.queries-CchlfSox.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock-sample.command-BtkzyYby.mjs +20 -0
- package/fesm2022/acorex-connectivity-mock-sample.command-BtkzyYby.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock.mjs +1685 -2148
- package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
- package/mock/index.d.ts +44 -95
- package/package.json +5 -5
package/mock/index.d.ts
CHANGED
|
@@ -9,7 +9,6 @@ import { Router } from '@angular/router';
|
|
|
9
9
|
import { AXMAuthConfigs } from '@acorex/modules/auth';
|
|
10
10
|
import { AXPEntityStorageService, AXPDataSeeder, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
|
|
11
11
|
import Dexie, { Table } from 'dexie';
|
|
12
|
-
import { AXMOrganizationNode } from '@acorex/modules/organization-management';
|
|
13
12
|
import * as _acorex_modules_report_management from '@acorex/modules/report-management';
|
|
14
13
|
import { AXPReportCategoryProvider, AXPReportCategory, AXPReportDefinitionProvider, AXPReportDefinition, AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
|
|
15
14
|
import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/platform/workflow';
|
|
@@ -188,6 +187,12 @@ declare class AXCMeetingManagementMockModule {
|
|
|
188
187
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMeetingManagementMockModule>;
|
|
189
188
|
}
|
|
190
189
|
|
|
190
|
+
declare class AXCSettingsManagementMockModule {
|
|
191
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCSettingsManagementMockModule, never>;
|
|
192
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSettingsManagementMockModule, never, never, never>;
|
|
193
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCSettingsManagementMockModule>;
|
|
194
|
+
}
|
|
195
|
+
|
|
191
196
|
declare class AXCMiddlewaresModule {
|
|
192
197
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMiddlewaresModule, never>;
|
|
193
198
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMiddlewaresModule, never, never, never>;
|
|
@@ -197,7 +202,7 @@ declare class AXCMiddlewaresModule {
|
|
|
197
202
|
declare class AXCMockModule {
|
|
198
203
|
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
|
199
204
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
|
|
200
|
-
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 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 AXCMiddlewaresModule], never>;
|
|
205
|
+
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 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>;
|
|
201
206
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
|
|
202
207
|
}
|
|
203
208
|
|
|
@@ -419,34 +424,43 @@ interface AXCMockUserMockDto {
|
|
|
419
424
|
}
|
|
420
425
|
declare const mockUsers: AXCMockUserMockDto[];
|
|
421
426
|
|
|
422
|
-
interface
|
|
427
|
+
interface AXCBusinessUnitMockDto {
|
|
423
428
|
id: string;
|
|
424
429
|
title: string;
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
430
|
+
description?: string;
|
|
431
|
+
typeId: string;
|
|
432
|
+
parentId?: string | null;
|
|
433
|
+
countryId?: string | null;
|
|
434
|
+
stateId?: string | null;
|
|
435
|
+
cityId?: string | null;
|
|
436
|
+
country?: {
|
|
437
|
+
id: string;
|
|
438
|
+
title: string;
|
|
439
|
+
} | null;
|
|
440
|
+
state?: {
|
|
441
|
+
id: string;
|
|
442
|
+
title: string;
|
|
443
|
+
} | null;
|
|
444
|
+
city?: {
|
|
445
|
+
id: string;
|
|
446
|
+
title: string;
|
|
447
|
+
} | null;
|
|
448
|
+
parent?: {
|
|
449
|
+
id: string;
|
|
450
|
+
title: string;
|
|
451
|
+
} | null;
|
|
452
|
+
type: {
|
|
453
|
+
id: string;
|
|
454
|
+
title: string;
|
|
455
|
+
} | null;
|
|
442
456
|
}
|
|
443
|
-
declare const
|
|
457
|
+
declare const BUSINESS_UNITS_MOCK: AXCBusinessUnitMockDto[];
|
|
444
458
|
|
|
445
|
-
declare class
|
|
446
|
-
private
|
|
459
|
+
declare class AXMBusinessUnitDataSeeder implements AXPDataSeeder {
|
|
460
|
+
private storage;
|
|
447
461
|
seed(): Promise<void>;
|
|
448
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
449
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
462
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMBusinessUnitDataSeeder, never>;
|
|
463
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMBusinessUnitDataSeeder>;
|
|
450
464
|
}
|
|
451
465
|
|
|
452
466
|
declare function findEmployeeById(employeeId: string): AXCEmployeeMockDto | undefined;
|
|
@@ -465,11 +479,6 @@ interface AXCEmployeeMockDto {
|
|
|
465
479
|
id: string;
|
|
466
480
|
title: string;
|
|
467
481
|
};
|
|
468
|
-
positionId: string;
|
|
469
|
-
position: {
|
|
470
|
-
id: string;
|
|
471
|
-
title: string;
|
|
472
|
-
};
|
|
473
482
|
employmentTypeId: string;
|
|
474
483
|
employmentType: {
|
|
475
484
|
id: string;
|
|
@@ -481,55 +490,6 @@ interface AXCEmployeeMockDto {
|
|
|
481
490
|
}
|
|
482
491
|
declare const EMPLOYEES_MOCK: AXCEmployeeMockDto[];
|
|
483
492
|
|
|
484
|
-
type AXCEmployeeMock$2 = (typeof EMPLOYEES_MOCK)[number];
|
|
485
|
-
interface AXCDivisionMockDto {
|
|
486
|
-
id: string;
|
|
487
|
-
title: string;
|
|
488
|
-
description: string;
|
|
489
|
-
managerId: string;
|
|
490
|
-
manager: AXCEmployeeMock$2;
|
|
491
|
-
countryId?: string;
|
|
492
|
-
stateId?: string;
|
|
493
|
-
cityId?: string;
|
|
494
|
-
country?: {
|
|
495
|
-
id: string;
|
|
496
|
-
title: string;
|
|
497
|
-
};
|
|
498
|
-
state?: {
|
|
499
|
-
id: string;
|
|
500
|
-
title: string;
|
|
501
|
-
};
|
|
502
|
-
city?: {
|
|
503
|
-
id: string;
|
|
504
|
-
title: string;
|
|
505
|
-
};
|
|
506
|
-
}
|
|
507
|
-
declare const DIVISIONS_MOCK: AXCDivisionMockDto[];
|
|
508
|
-
|
|
509
|
-
declare class AXMDivisionDataSeeder implements AXPDataSeeder {
|
|
510
|
-
private storageService;
|
|
511
|
-
seed(): Promise<void>;
|
|
512
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDivisionDataSeeder, never>;
|
|
513
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMDivisionDataSeeder>;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
type AXCEmployeeMock$1 = typeof EMPLOYEES_MOCK[number];
|
|
517
|
-
interface AXCDepartmentMockDto {
|
|
518
|
-
id: string;
|
|
519
|
-
title: string;
|
|
520
|
-
description: string;
|
|
521
|
-
managerId: string;
|
|
522
|
-
manager: AXCEmployeeMock$1;
|
|
523
|
-
}
|
|
524
|
-
declare const DEPARTMENTS_MOCK: AXCDepartmentMockDto[];
|
|
525
|
-
|
|
526
|
-
declare class AXMDepartmentDataSeeder implements AXPDataSeeder {
|
|
527
|
-
private storageService;
|
|
528
|
-
seed(): Promise<void>;
|
|
529
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDepartmentDataSeeder, never>;
|
|
530
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMDepartmentDataSeeder>;
|
|
531
|
-
}
|
|
532
|
-
|
|
533
493
|
type AXCEmployeeMock = (typeof EMPLOYEES_MOCK)[number];
|
|
534
494
|
interface AXCTeamMockDto {
|
|
535
495
|
id: string;
|
|
@@ -571,6 +531,7 @@ interface PositionMockDto extends AXPCategorizedEntityDto {
|
|
|
571
531
|
id: string;
|
|
572
532
|
title: string;
|
|
573
533
|
}[];
|
|
534
|
+
isManager?: boolean;
|
|
574
535
|
}
|
|
575
536
|
declare const POSITIONS_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
576
537
|
declare const POSITIONS_MOCK: PositionMockDto[];
|
|
@@ -632,17 +593,6 @@ declare class AXMResponsibilityDataSeeder implements AXPDataSeeder {
|
|
|
632
593
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMResponsibilityDataSeeder>;
|
|
633
594
|
}
|
|
634
595
|
|
|
635
|
-
declare const INDUSTRIAL_COMPANY_ORGANIZATION: AXMOrganizationNode;
|
|
636
|
-
|
|
637
|
-
declare class AXMOrgChartDataSeeder implements AXPDataSeeder {
|
|
638
|
-
private storageService;
|
|
639
|
-
seed(): Promise<void>;
|
|
640
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMOrgChartDataSeeder, never>;
|
|
641
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMOrgChartDataSeeder>;
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
declare const SOFTWARE_COMPANY_ORGANIZATION: AXMOrganizationNode;
|
|
645
|
-
|
|
646
596
|
declare class AXMEmployeeDataSeeder implements AXPDataSeeder {
|
|
647
597
|
private storageService;
|
|
648
598
|
seed(): Promise<void>;
|
|
@@ -656,9 +606,8 @@ interface AXCPositionAssignmentMockDto {
|
|
|
656
606
|
employee?: any;
|
|
657
607
|
positionId: string;
|
|
658
608
|
position?: any;
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
scope?: any;
|
|
609
|
+
businessUnitId: string;
|
|
610
|
+
businessUnit?: any;
|
|
662
611
|
startDate: Date;
|
|
663
612
|
endDate?: Date | null;
|
|
664
613
|
isPrimary?: boolean;
|
|
@@ -1778,5 +1727,5 @@ declare const mergeDetailRelationMiddleware: AXPEntityStorageMiddleware;
|
|
|
1778
1727
|
|
|
1779
1728
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
1780
1729
|
|
|
1781
|
-
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPartyManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCReportManagementMockModule, AXCSchedulerJobDataSeeder, AXCSchedulerJobManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTextTemplateCategoryDataSeeder, AXCTextTemplateDataSeeder, AXCTextTemplateManagementMockModule, AXCTrainingManagementMockModule, AXCUserPassStrategyMock, AXCWorkflowManagementMockModule, AXMAiResponderService,
|
|
1782
|
-
export type {
|
|
1730
|
+
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPartyManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCReportManagementMockModule, AXCSchedulerJobDataSeeder, AXCSchedulerJobManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTextTemplateCategoryDataSeeder, AXCTextTemplateDataSeeder, AXCTextTemplateManagementMockModule, AXCTrainingManagementMockModule, AXCUserPassStrategyMock, AXCWorkflowManagementMockModule, AXMAiResponderService, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMEmployeeDataSeeder, AXMEmployeeSkillDataSeeder, AXMEmployeeSkillsCategoryProvider, AXMEmployeeSkillsReportDefinitionProvider, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMIndustryDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMReportMockDataService, AXMResponsibilityDataSeeder, AXMRoleDataSeeder, AXMSkillDataSeeder, AXMSkillLevelDataSeeder, 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, BUSINESS_UNITS_MOCK, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYEE_SKILLS_MOCK, EMPLOYMENT_TYPES_MOCK, ENTITIES, FEATURES, GLOBAL_VARIABLES, LEAVE_REQUESTS_MOCK, MODULES, PERMISSIONS, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, PROPERTIES, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, ROLES_CATEGORY_MOCK, ROLES_MOCK, SKILLS_CATEGORY_MOCK, SKILLS_MOCK, SKILL_LEVELS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TEXT_TEMPLATES, TEXT_TEMPLATE_CATEGORY, applications, auditLoggerMiddleware, calendarEventMock, calendarEventTypeMockData, calendarMock, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, findContactMethod, findEmployeeById, findPartyById, generateUserDashboard, identifierCommitMiddleware, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mockRoleDefinitions, mockUsers, participantIds, tenantsMock };
|
|
1731
|
+
export type { AXCBusinessUnitMockDto, AXCEmployeeSkillMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCSkillLevelMockDto, AXCTeamMockDto, AXPLogRow, AXPRuleRow, AXPSeqRow, MockUserPassCredentials, PartyMockData, PositionMockDto, ResponsibilityMockDto, RoleMockDto, SkillMockDto, Task, TaskStatus, TaskTemplate, TaskType };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/connectivity",
|
|
3
|
-
"version": "20.3.0-next.
|
|
3
|
+
"version": "20.3.0-next.5",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@acorex/modules": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"types": "./index.d.ts",
|
|
16
16
|
"default": "./fesm2022/acorex-connectivity.mjs"
|
|
17
17
|
},
|
|
18
|
+
"./api": {
|
|
19
|
+
"types": "./api/index.d.ts",
|
|
20
|
+
"default": "./fesm2022/acorex-connectivity-api.mjs"
|
|
21
|
+
},
|
|
18
22
|
"./mock": {
|
|
19
23
|
"types": "./mock/index.d.ts",
|
|
20
24
|
"default": "./fesm2022/acorex-connectivity-mock.mjs"
|
|
@@ -22,10 +26,6 @@
|
|
|
22
26
|
"./utils": {
|
|
23
27
|
"types": "./utils/index.d.ts",
|
|
24
28
|
"default": "./fesm2022/acorex-connectivity-utils.mjs"
|
|
25
|
-
},
|
|
26
|
-
"./api": {
|
|
27
|
-
"types": "./api/index.d.ts",
|
|
28
|
-
"default": "./fesm2022/acorex-connectivity-api.mjs"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|