@uniteverses/shared 1.0.45 → 1.0.46

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.
@@ -268,6 +268,7 @@ export interface UpdateOrgEventOccurrenceInput {
268
268
  endsAt?: string;
269
269
  location?: string;
270
270
  capacity?: number;
271
+ imageStoragePath?: string | null;
271
272
  translations?: OrgEventOccurrenceTranslationInput[];
272
273
  }
273
274
  export type ApplicantStatus = "pending" | "approved" | "rejected";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniteverses/shared",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [