@infrab4a/connect 3.10.0-beta.6 → 3.10.0-beta.7
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.
|
@@ -1286,6 +1286,10 @@
|
|
|
1286
1286
|
});
|
|
1287
1287
|
return Category;
|
|
1288
1288
|
}(BaseModel));
|
|
1289
|
+
__decorate([
|
|
1290
|
+
classTransformer.Type(function () { return Category; }),
|
|
1291
|
+
__metadata("design:type", Category)
|
|
1292
|
+
], Category.prototype, "parent", void 0);
|
|
1289
1293
|
__decorate([
|
|
1290
1294
|
classTransformer.Type(function () { return Filter; }),
|
|
1291
1295
|
__metadata("design:type", Array)
|