lemmy-js-client 0.17.0-rc.50 → 0.17.0-rc.51
Sign up to get free protection for your applications and to get access to all the features.
@@ -1217,6 +1217,9 @@ exports.SiteResponse = SiteResponse;
|
|
1217
1217
|
var GetSiteResponse = /** @class */ (function () {
|
1218
1218
|
function GetSiteResponse() {
|
1219
1219
|
}
|
1220
|
+
__decorate([
|
1221
|
+
(0, class_transformer_1.Type)(function () { return views_1.SiteView; })
|
1222
|
+
], GetSiteResponse.prototype, "site_view", void 0);
|
1220
1223
|
__decorate([
|
1221
1224
|
(0, class_transformer_1.Type)(function () { return views_1.PersonViewSafe; })
|
1222
1225
|
], GetSiteResponse.prototype, "admins", void 0);
|
package/package.json
CHANGED