@uniteverses/shared 1.0.46 → 1.0.48

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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniteverses/shared",
3
- "version": "1.0.46",
3
+ "version": "1.0.48",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [