@uniteverses/shared 1.0.78 → 1.0.79

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.
@@ -179,16 +179,16 @@ export interface TopicWithChildren {
179
179
  };
180
180
  }
181
181
  export interface CreatePostInput {
182
- title: string;
183
- body: string;
182
+ title?: string;
183
+ body?: string;
184
184
  topicId?: string;
185
185
  organizationId?: string;
186
186
  imageStoragePath?: string | null;
187
187
  typeIds?: string[];
188
188
  }
189
189
  export interface UpdatePostInput {
190
- title: string;
191
- body: string;
190
+ title?: string;
191
+ body?: string;
192
192
  imageStoragePath?: string | null;
193
193
  typeIds?: string[];
194
194
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniteverses/shared",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [