@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.
@@ -32,6 +32,7 @@ export declare class EventProfileDoc {
32
32
  isVirtualEvent: boolean;
33
33
  slug?: string;
34
34
  profile: string;
35
+ profileBlurhash?: string;
35
36
  category: EventCategory;
36
37
  subCategory?: EventSubCategory;
37
38
  background?: string;
@@ -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.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.298",
3
+ "version": "1.0.299",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {