@uniteverses/shared 1.0.45 → 1.0.47

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.
@@ -106,6 +106,7 @@ export interface CreateOrganizationInput {
106
106
  }
107
107
  export interface UpdateOrganizationInput {
108
108
  name?: string;
109
+ imageStoragePath?: string | null;
109
110
  typeIds?: string[];
110
111
  addresses?: Omit<OrganizationAddress, "id" | "organizationId" | "createdAt">[];
111
112
  phones?: Omit<OrganizationPhone, "id" | "organizationId" | "createdAt">[];
@@ -226,6 +227,7 @@ export interface UpdateOrgEventInput {
226
227
  translations: OrgEventTranslationInput[];
227
228
  isActive?: boolean;
228
229
  registrationRequired?: boolean;
230
+ imageStoragePath?: string | null;
229
231
  }
230
232
  export interface OrgEventOccurrenceTranslation {
231
233
  id: string;
@@ -268,6 +270,7 @@ export interface UpdateOrgEventOccurrenceInput {
268
270
  endsAt?: string;
269
271
  location?: string;
270
272
  capacity?: number;
273
+ imageStoragePath?: string | null;
271
274
  translations?: OrgEventOccurrenceTranslationInput[];
272
275
  }
273
276
  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.47",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [