lemmy-js-client 0.17.0-rc.28 → 0.17.0-rc.29
Sign up to get free protection for your applications and to get access to all the features.
@@ -60,6 +60,9 @@ exports.GetCommunity = GetCommunity;
|
|
60
60
|
var GetCommunityResponse = /** @class */ (function () {
|
61
61
|
function GetCommunityResponse() {
|
62
62
|
}
|
63
|
+
__decorate([
|
64
|
+
(0, class_transformer_1.Type)(function () { return views_1.CommunityView; })
|
65
|
+
], GetCommunityResponse.prototype, "community_view", void 0);
|
63
66
|
__decorate([
|
64
67
|
(0, class_transformer_1.Transform)(function (_a) {
|
65
68
|
var value = _a.value;
|
package/package.json
CHANGED