@xoxno/types 1.0.298 → 1.0.299
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.
|
@@ -218,6 +218,15 @@ __decorate([
|
|
|
218
218
|
(0, class_validator_1.IsString)(),
|
|
219
219
|
__metadata("design:type", String)
|
|
220
220
|
], EventProfileDoc.prototype, "profile", void 0);
|
|
221
|
+
__decorate([
|
|
222
|
+
(0, swagger_1.ApiProperty)({
|
|
223
|
+
description: 'Blurhash-encoded placeholder for the profile image.',
|
|
224
|
+
required: false,
|
|
225
|
+
}),
|
|
226
|
+
(0, class_validator_1.IsString)(),
|
|
227
|
+
(0, class_validator_1.IsOptional)(),
|
|
228
|
+
__metadata("design:type", String)
|
|
229
|
+
], EventProfileDoc.prototype, "profileBlurhash", void 0);
|
|
221
230
|
__decorate([
|
|
222
231
|
(0, swagger_1.ApiProperty)({
|
|
223
232
|
description: 'Category of the event.',
|