diff --git a/lib/store/RelationAuth.js b/lib/store/RelationAuth.js index a31374e..0f53142 100644 --- a/lib/store/RelationAuth.js +++ b/lib/store/RelationAuth.js @@ -1671,6 +1671,7 @@ var RelationAuth = /** @class */ (function () { id: 1, path: 1, destEntity: 1, + deActions: 1, relation: { id: 1, userRelation$relation: { diff --git a/src/store/RelationAuth.ts b/src/store/RelationAuth.ts index 112123b..e90b9e9 100644 --- a/src/store/RelationAuth.ts +++ b/src/store/RelationAuth.ts @@ -1956,6 +1956,7 @@ export class RelationAuth{ id: 1, path: 1, destEntity: 1, + deActions: 1, relation: { id: 1, userRelation$relation: {