Draw the rest of the f-ing owl 🦉
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import type { types } from "@aas-core-works/aas-core3.0-typescript";
|
||||
import type { ConnectionConfiguration, AIMCMap } from "./types/aimcConf";
|
||||
import type { AIMCMap } from "./types/aimcConf";
|
||||
import type { ConnectionConfiguration } from "./types/requests";
|
||||
import type { InterfaceAction, InterfaceActionForm, InterfaceEvent, InterfaceEventForm, InterfaceProperty, InterfacePropertyForm } from "./types/aidConf";
|
||||
import AIMCParser from "./parser/AIMCParser";
|
||||
import Traverser from "./helper/traverser";
|
||||
import AIDParser from "./parser/AIDParser";
|
||||
import type { InterfaceAction, InterfaceActionForm, InterfaceEvent, InterfaceEventForm, InterfaceProperty, InterfacePropertyForm } from "./types/aidConf";
|
||||
|
||||
/**
|
||||
* The AIMC Mapper.
|
||||
@@ -93,10 +94,10 @@ export default class AIMCMapper {
|
||||
|
||||
if (parsedPropConf === null) continue;
|
||||
|
||||
this.map.set(second, {
|
||||
this.map.set(second, ({
|
||||
...ep,
|
||||
...parsedPropConf
|
||||
});
|
||||
} as any as ConnectionConfiguration));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user