Skip to content
Snippets Groups Projects
Commit 2a2a6e0c authored by Firat Yusuf Duran's avatar Firat Yusuf Duran :moyai:
Browse files

add deleted bool to FluxioProfile and FluxioSkill

parent 97bde56e
No related branches found
No related tags found
2 merge requests!458Fluxio/dev get types,!449Fluxio preliminary release
...@@ -21,6 +21,9 @@ ...@@ -21,6 +21,9 @@
<ObjectChild key="parentId"> <ObjectChild key="parentId">
<armarx::skills::manager::arondto::FluxioIdentificator /> <armarx::skills::manager::arondto::FluxioIdentificator />
</ObjectChild> </ObjectChild>
<ObjectChild key="deleted">
<bool/>
</ObjectChild>
</Object> </Object>
</GenerateTypes> </GenerateTypes>
</AronTypeDefinition> </AronTypeDefinition>
\ No newline at end of file
...@@ -57,6 +57,9 @@ ...@@ -57,6 +57,9 @@
<armarx::skills::manager::arondto::FluxioEdge /> <armarx::skills::manager::arondto::FluxioEdge />
</List> </List>
</ObjectChild> </ObjectChild>
<ObjectChild key="deleted">
<bool/>
</ObjectChild>
</Object> </Object>
</GenerateTypes> </GenerateTypes>
</AronTypeDefinition> </AronTypeDefinition>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment