wedance-shared 1.0.116 → 1.0.118

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.
@@ -164,4 +164,5 @@ export type FeaturedEvent = {
164
164
  createdAt: string;
165
165
  updatedAt: string;
166
166
  event?: Pick<EventData, "id" | "title" | "imageData" | "from" | "until">;
167
+ organizer?: Pick<OrganizerData, "id" | "name" | "logoUrl">;
167
168
  };
@@ -67,5 +67,6 @@ export type UserOrganizerRelation = {
67
67
  logoUrl: string | null;
68
68
  city: string;
69
69
  country: string;
70
+ oldId?: string | null;
70
71
  };
71
72
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wedance-shared",
3
- "version": "1.0.116",
3
+ "version": "1.0.118",
4
4
  "description": "This repository contains shared TypeScript types and interfaces used across multiple WeDance applications:",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",