@acorex/connectivity 20.2.4-next.5 → 20.2.4-next.6
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.mjs +24645 -1
- package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
- package/mock/index.d.ts +118 -66
- package/package.json +5 -5
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-BrHaSAxo.mjs +0 -24263
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-BrHaSAxo.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-employee-skills.queries-Bg44X62k.mjs +0 -194
- package/fesm2022/acorex-connectivity-mock-employee-skills.queries-Bg44X62k.mjs.map +0 -1
package/mock/index.d.ts
CHANGED
|
@@ -4,12 +4,13 @@ import { Injector } from '@angular/core';
|
|
|
4
4
|
import { AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo } from '@acorex/platform/common';
|
|
5
5
|
import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
|
|
6
6
|
import Dexie, { Table } from 'dexie';
|
|
7
|
-
import { AXPQueryRequest, AXPPagedListResult, AXPAppStartUpService, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
|
|
7
|
+
import { AXPQueryRequest, AXPPagedListResult, AXPAppStartUpService, AXPCategorizedEntityDto, AXPCategoryEntity, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
|
|
8
8
|
import * as _acorex_platform_auth from '@acorex/platform/auth';
|
|
9
9
|
import { AXPAuthStrategy, AXPBaseCredentials, AXPSessionContext, AXPSignInResult, AXPTenant, AXPApplication } from '@acorex/platform/auth';
|
|
10
10
|
import { AXMAuthConfigs } from '@acorex/modules/auth';
|
|
11
11
|
import { Router } from '@angular/router';
|
|
12
12
|
import * as i1 from '@acorex/platform/runtime';
|
|
13
|
+
import { AXMOrganizationNode } from '@acorex/modules/organization-management';
|
|
13
14
|
import { AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult, AXPReportDefinition } from '@acorex/modules/report-management';
|
|
14
15
|
import { AXMTextTemplateManagementTemplateEntityModel } from '@acorex/modules/text-template-management';
|
|
15
16
|
import { AXPIdentifierRule, AXPClockProvider, AXPChecksumProvider, AXPPolicyProvider, AXPLookupProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
|
|
@@ -308,10 +309,10 @@ declare class MOCKGoogleStrategy extends AXPAuthStrategy {
|
|
|
308
309
|
static ɵprov: i0.ɵɵInjectableDeclaration<MOCKGoogleStrategy>;
|
|
309
310
|
}
|
|
310
311
|
|
|
311
|
-
declare class
|
|
312
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
313
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
314
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
312
|
+
declare class AXCOrganizationManagementMockModule {
|
|
313
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCOrganizationManagementMockModule, never>;
|
|
314
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCOrganizationManagementMockModule, never, never, never>;
|
|
315
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCOrganizationManagementMockModule>;
|
|
315
316
|
}
|
|
316
317
|
|
|
317
318
|
declare class AXCHumanCapitalManagementMockModule {
|
|
@@ -374,10 +375,10 @@ declare class AXCProjectManagementMockModule {
|
|
|
374
375
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCProjectManagementMockModule>;
|
|
375
376
|
}
|
|
376
377
|
|
|
377
|
-
declare class
|
|
378
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
379
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
380
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
378
|
+
declare class AXCCalendarManagementMockModule {
|
|
379
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCalendarManagementMockModule, never>;
|
|
380
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCalendarManagementMockModule, never, never, never>;
|
|
381
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCCalendarManagementMockModule>;
|
|
381
382
|
}
|
|
382
383
|
|
|
383
384
|
declare class AXCWorkflowManagementMockModule {
|
|
@@ -398,10 +399,10 @@ declare class AXCTaskManagementMockModule {
|
|
|
398
399
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCTaskManagementMockModule>;
|
|
399
400
|
}
|
|
400
401
|
|
|
401
|
-
declare class
|
|
402
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
403
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
404
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
402
|
+
declare class AXCPartyManagementMockModule {
|
|
403
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCPartyManagementMockModule, never>;
|
|
404
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCPartyManagementMockModule, never, never, never>;
|
|
405
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCPartyManagementMockModule>;
|
|
405
406
|
}
|
|
406
407
|
|
|
407
408
|
declare class AXCContentManagementMockModule {
|
|
@@ -437,7 +438,7 @@ declare class AXCMiddlewaresModule {
|
|
|
437
438
|
declare class AXCMockModule {
|
|
438
439
|
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
|
439
440
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
|
|
440
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCFormTemplateManagementMockModule, typeof
|
|
441
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCTextTemplateManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCSchedulerJobManagementMockModule, 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 AXCIdentifierManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCMiddlewaresModule], never>;
|
|
441
442
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
|
|
442
443
|
}
|
|
443
444
|
|
|
@@ -467,42 +468,11 @@ declare class MOCKStrategy extends AXPAuthStrategy {
|
|
|
467
468
|
static ɵprov: i0.ɵɵInjectableDeclaration<MOCKStrategy>;
|
|
468
469
|
}
|
|
469
470
|
|
|
470
|
-
declare function findEmployeeById(employeeId: string): AXCEmployeeMockDto | undefined;
|
|
471
|
-
interface AXCEmployeeMockDto {
|
|
472
|
-
id: string;
|
|
473
|
-
userId?: string;
|
|
474
|
-
partyId: string;
|
|
475
|
-
birthDate: Date;
|
|
476
|
-
employeeCode: string;
|
|
477
|
-
roleId: string;
|
|
478
|
-
role: {
|
|
479
|
-
id: string;
|
|
480
|
-
title: string;
|
|
481
|
-
};
|
|
482
|
-
positionId: string;
|
|
483
|
-
position: {
|
|
484
|
-
id: string;
|
|
485
|
-
title: string;
|
|
486
|
-
};
|
|
487
|
-
employmentTypeId: string;
|
|
488
|
-
employmentType: {
|
|
489
|
-
id: string;
|
|
490
|
-
title: string;
|
|
491
|
-
};
|
|
492
|
-
hireDate: Date;
|
|
493
|
-
managerId: string | null;
|
|
494
|
-
manager: AXCEmployeeMockDto | null;
|
|
495
|
-
}
|
|
496
|
-
declare const EMPLOYEES_MOCK: AXCEmployeeMockDto[];
|
|
497
|
-
|
|
498
|
-
type AXCEmployeeMock$3 = typeof EMPLOYEES_MOCK[number];
|
|
499
471
|
interface AXCBranchMockDto {
|
|
500
472
|
id: string;
|
|
501
473
|
title: string;
|
|
502
474
|
code: string;
|
|
503
475
|
description: string;
|
|
504
|
-
managerId: string;
|
|
505
|
-
manager: AXCEmployeeMock$3;
|
|
506
476
|
locationId?: string;
|
|
507
477
|
location?: {
|
|
508
478
|
country: {
|
|
@@ -528,6 +498,37 @@ declare class AXMBranchDataSeeder implements AXPDataSeeder {
|
|
|
528
498
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMBranchDataSeeder>;
|
|
529
499
|
}
|
|
530
500
|
|
|
501
|
+
interface AXCEmployeeMockDto {
|
|
502
|
+
id: string;
|
|
503
|
+
userId?: string;
|
|
504
|
+
partyId: string;
|
|
505
|
+
party: {
|
|
506
|
+
id: string;
|
|
507
|
+
displayName: string;
|
|
508
|
+
};
|
|
509
|
+
birthDate: Date;
|
|
510
|
+
employeeCode: string;
|
|
511
|
+
roleId: string;
|
|
512
|
+
role: {
|
|
513
|
+
id: string;
|
|
514
|
+
title: string;
|
|
515
|
+
};
|
|
516
|
+
positionId: string;
|
|
517
|
+
position: {
|
|
518
|
+
id: string;
|
|
519
|
+
title: string;
|
|
520
|
+
};
|
|
521
|
+
employmentTypeId: string;
|
|
522
|
+
employmentType: {
|
|
523
|
+
id: string;
|
|
524
|
+
title: string;
|
|
525
|
+
};
|
|
526
|
+
hireDate: Date;
|
|
527
|
+
managerId: string | null;
|
|
528
|
+
manager: AXCEmployeeMockDto | null;
|
|
529
|
+
}
|
|
530
|
+
declare const EMPLOYEES_MOCK: AXCEmployeeMockDto[];
|
|
531
|
+
|
|
531
532
|
type AXCEmployeeMock$2 = (typeof EMPLOYEES_MOCK)[number];
|
|
532
533
|
interface AXCDivisionMockDto {
|
|
533
534
|
id: string;
|
|
@@ -609,36 +610,87 @@ declare class AXMTeamDataSeeder implements AXPDataSeeder {
|
|
|
609
610
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMTeamDataSeeder>;
|
|
610
611
|
}
|
|
611
612
|
|
|
612
|
-
|
|
613
|
+
interface PositionMockDto extends AXPCategorizedEntityDto {
|
|
614
|
+
id: string;
|
|
615
|
+
title: string;
|
|
616
|
+
description: string;
|
|
617
|
+
categoryIds: string[];
|
|
618
|
+
categories: {
|
|
619
|
+
id: string;
|
|
620
|
+
title: string;
|
|
621
|
+
}[];
|
|
622
|
+
}
|
|
623
|
+
declare const POSITIONS_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
624
|
+
declare const POSITIONS_MOCK: PositionMockDto[];
|
|
625
|
+
|
|
626
|
+
declare class AXMPositionDataSeeder implements AXPDataSeeder {
|
|
613
627
|
private storageService;
|
|
614
628
|
seed(): Promise<void>;
|
|
615
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
616
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
629
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPositionDataSeeder, never>;
|
|
630
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMPositionDataSeeder>;
|
|
617
631
|
}
|
|
618
632
|
|
|
619
|
-
interface
|
|
633
|
+
interface RoleMockDto extends AXPCategorizedEntityDto {
|
|
620
634
|
id: string;
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
635
|
+
title: string;
|
|
636
|
+
description: string;
|
|
637
|
+
categoryIds: string[];
|
|
638
|
+
categories: {
|
|
639
|
+
id: string;
|
|
640
|
+
title: string;
|
|
641
|
+
}[];
|
|
642
|
+
skillsId: string[];
|
|
643
|
+
skills: {
|
|
644
|
+
id: string;
|
|
645
|
+
title: string;
|
|
646
|
+
}[];
|
|
647
|
+
responsibilitiesId: string[];
|
|
648
|
+
responsibilities: {
|
|
649
|
+
id: string;
|
|
650
|
+
title: string;
|
|
651
|
+
}[];
|
|
652
|
+
}
|
|
653
|
+
declare const ROLES_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
654
|
+
declare const ROLES_MOCK: RoleMockDto[];
|
|
655
|
+
|
|
656
|
+
declare class AXMRoleDataSeeder implements AXPDataSeeder {
|
|
657
|
+
private storageService;
|
|
658
|
+
seed(): Promise<void>;
|
|
659
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMRoleDataSeeder, never>;
|
|
660
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMRoleDataSeeder>;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
interface ResponsibilityMockDto extends AXPCategorizedEntityDto {
|
|
664
|
+
id: string;
|
|
665
|
+
title: string;
|
|
666
|
+
description: string;
|
|
667
|
+
categoryIds: string[];
|
|
668
|
+
categories: {
|
|
669
|
+
id: string;
|
|
670
|
+
title: string;
|
|
671
|
+
}[];
|
|
632
672
|
}
|
|
633
|
-
declare const
|
|
673
|
+
declare const RESPONSIBILITIES_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
674
|
+
declare const RESPONSIBILITIES_MOCK: ResponsibilityMockDto[];
|
|
634
675
|
|
|
635
|
-
declare class
|
|
676
|
+
declare class AXMResponsibilityDataSeeder implements AXPDataSeeder {
|
|
636
677
|
private storageService;
|
|
637
678
|
seed(): Promise<void>;
|
|
638
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
639
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
679
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMResponsibilityDataSeeder, never>;
|
|
680
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMResponsibilityDataSeeder>;
|
|
640
681
|
}
|
|
641
682
|
|
|
683
|
+
declare const INDUSTRIAL_COMPANY_ORGANIZATION: AXMOrganizationNode;
|
|
684
|
+
|
|
685
|
+
declare class AXMOrgChartDataSeeder implements AXPDataSeeder {
|
|
686
|
+
private storageService;
|
|
687
|
+
seed(): Promise<void>;
|
|
688
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMOrgChartDataSeeder, never>;
|
|
689
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMOrgChartDataSeeder>;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
declare const SOFTWARE_COMPANY_ORGANIZATION: AXMOrganizationNode;
|
|
693
|
+
|
|
642
694
|
declare class AXCAppVersionDataSeeder implements AXPDataSeeder {
|
|
643
695
|
private storageService;
|
|
644
696
|
private appVersionService;
|
|
@@ -978,5 +1030,5 @@ declare const mergeDetailRelationMiddleware: AXPEntityStorageMiddleware;
|
|
|
978
1030
|
|
|
979
1031
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
980
1032
|
|
|
981
|
-
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCConversationMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDocumentManagementMockModule,
|
|
982
|
-
export type { AXCBranchMockDto, AXCDepartmentMockDto, AXCDivisionMockDto,
|
|
1033
|
+
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCConversationMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDocumentManagementMockModule, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCHelpDeskMockModule, AXCIdentifierManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCReportManagementMockModule, AXCSchedulerJobDataSeeder, AXCSchedulerJobManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTextTemplateCategoryDataSeeder, AXCTextTemplateDataSeeder, AXCTextTemplateManagementMockModule, AXCTrainingManagementMockModule, AXMAiResponderService, AXMBranchDataSeeder, AXMDepartmentDataSeeder, AXMDivisionDataSeeder, AXMOrgChartDataSeeder, AXMPositionDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMReportMockDataService, AXMResponsibilityDataSeeder, AXMRoleDataSeeder, AXMTeamDataSeeder, AXPDashboardDataSeeder, AXPDexieEntityStorageService, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, BRANCHES_MOCK, DASHBOARDS, DEPARTMENTS_MOCK, DIVISIONS_MOCK, EDITIONS, ENTITIES, FEATURES, GLOBAL_VARIABLES, INDUSTRIAL_COMPANY_ORGANIZATION, MOCKGoogleStrategy, MOCKStrategy, MODULES, PERMISSIONS, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, PROPERTIES, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, ROLES_CATEGORY_MOCK, ROLES_MOCK, SOFTWARE_COMPANY_ORGANIZATION, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TEXT_TEMPLATES, TEXT_TEMPLATE_CATEGORY, applications, auditLoggerMiddleware, createFileCastMiddleware, findContactMethod, generateRandomDashboard, identifierCommitMiddleware, mergeDetailRelationMiddleware, mockRoleDefinitions, mockUsers, tenantsMock };
|
|
1034
|
+
export type { AXCBranchMockDto, AXCDepartmentMockDto, AXCDivisionMockDto, AXCTeamMockDto, AXPLogRow, AXPRuleRow, AXPSeqRow, MockUserPassCredentials, PositionMockDto, ResponsibilityMockDto, RoleMockDto, Task, TaskStatus, TaskTemplate, TaskType };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/connectivity",
|
|
3
|
-
"version": "20.2.4-next.
|
|
3
|
+
"version": "20.2.4-next.6",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=19.0.0",
|
|
6
6
|
"@angular/core": ">=19.0.0"
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
"types": "./index.d.ts",
|
|
17
17
|
"default": "./fesm2022/acorex-connectivity.mjs"
|
|
18
18
|
},
|
|
19
|
+
"./api": {
|
|
20
|
+
"types": "./api/index.d.ts",
|
|
21
|
+
"default": "./fesm2022/acorex-connectivity-api.mjs"
|
|
22
|
+
},
|
|
19
23
|
"./mock": {
|
|
20
24
|
"types": "./mock/index.d.ts",
|
|
21
25
|
"default": "./fesm2022/acorex-connectivity-mock.mjs"
|
|
@@ -23,10 +27,6 @@
|
|
|
23
27
|
"./utils": {
|
|
24
28
|
"types": "./utils/index.d.ts",
|
|
25
29
|
"default": "./fesm2022/acorex-connectivity-utils.mjs"
|
|
26
|
-
},
|
|
27
|
-
"./api": {
|
|
28
|
-
"types": "./api/index.d.ts",
|
|
29
|
-
"default": "./fesm2022/acorex-connectivity-api.mjs"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|