@uniteverses/shared 1.0.77 → 1.0.78

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.
@@ -133,6 +133,7 @@ export interface Organization {
133
133
  name: string;
134
134
  description?: string | null;
135
135
  createdAt: string | Date;
136
+ pinned: boolean;
136
137
  types: {
137
138
  type: Type;
138
139
  }[];
@@ -217,6 +218,7 @@ export interface Post {
217
218
  imageUrl?: string | null;
218
219
  createdAt: string | Date;
219
220
  deletedAt: string | Date | null;
221
+ pinned: boolean;
220
222
  user: User;
221
223
  topic?: Topic | null;
222
224
  organization?: Organization | null;
@@ -254,6 +256,7 @@ export interface Deal {
254
256
  endsAt: string | Date | null;
255
257
  createdAt: string | Date;
256
258
  deletedAt: string | Date | null;
259
+ pinned: boolean;
257
260
  organization?: Organization | null;
258
261
  translations?: DealTranslation[];
259
262
  types?: {
@@ -335,6 +338,7 @@ export interface OrgEvent {
335
338
  isActive: boolean;
336
339
  registrationRequired: boolean;
337
340
  createdAt: string | Date;
341
+ pinned: boolean;
338
342
  occurrences?: OrgEventOccurrence[];
339
343
  translations: OrgEventTranslation[];
340
344
  imageUrl?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniteverses/shared",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [