@uniteverses/shared 1.0.15 → 1.0.16

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.
@@ -250,7 +250,9 @@ export interface OrgEventOccurrenceApplicant {
250
250
  userId: string;
251
251
  status: string;
252
252
  appliedAt: string | Date;
253
- user: User;
253
+ user: User & {
254
+ profile?: Profile | null;
255
+ };
254
256
  }
255
257
  export interface OrgEventOccurrenceParticipant {
256
258
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniteverses/shared",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [