@uniteverses/shared 1.0.61 → 1.0.62

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.
@@ -324,6 +324,11 @@ export interface OrgEventTranslationInput {
324
324
  name: string;
325
325
  description?: string;
326
326
  }
327
+ export interface OrgEventPartnerOrg {
328
+ id: string;
329
+ organizationId: string;
330
+ organization: Organization;
331
+ }
327
332
  export interface OrgEvent {
328
333
  id: string;
329
334
  organizationId: string;
@@ -336,6 +341,7 @@ export interface OrgEvent {
336
341
  types?: {
337
342
  type: Type;
338
343
  }[];
344
+ partnerOrgs?: OrgEventPartnerOrg[];
339
345
  _count?: {
340
346
  occurrences: number;
341
347
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniteverses/shared",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [