@uniteverses/shared 1.0.108 → 1.0.110

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.
@@ -22,7 +22,6 @@ export interface PoliticiansCommunityResidentsExploreOrganizationEvent {
22
22
  isActive: boolean;
23
23
  createdAt: string;
24
24
  pinned: boolean;
25
- hasChat: boolean;
26
25
  translations: PoliticiansCommunityResidentsExploreOrganizationEventTranslation[];
27
26
  imageUrl?: string | null;
28
27
  _count?: {
@@ -46,7 +45,6 @@ export interface PoliticiansCommunityResidentsExploreOrganizationEventCreateInpu
46
45
  imageStoragePath?: string | null;
47
46
  isActive?: boolean;
48
47
  pinned?: boolean;
49
- hasChat?: boolean;
50
48
  typeIds?: string[];
51
49
  translations: {
52
50
  languageId: string;
@@ -58,7 +56,6 @@ export interface PoliticiansCommunityResidentsExploreOrganizationEventUpdateInpu
58
56
  imageStoragePath?: string | null;
59
57
  isActive?: boolean;
60
58
  pinned?: boolean;
61
- hasChat?: boolean;
62
59
  typeIds?: string[];
63
60
  translations?: {
64
61
  languageId: string;
@@ -38,6 +38,22 @@ export interface PoliticiansCommunityResidentsExploreProfilePublic {
38
38
  imageUrl?: string | null;
39
39
  translations: PoliticiansCommunityResidentsExploreProfilePublicTranslation[];
40
40
  }
41
+ export interface PoliticiansCommunityResidentsExploreProfilePublicDetailTranslation {
42
+ firstName: string;
43
+ lastName: string;
44
+ job?: string | null;
45
+ bio?: string | null;
46
+ education?: string | null;
47
+ language: {
48
+ code: string;
49
+ };
50
+ }
51
+ export interface PoliticiansCommunityResidentsExploreProfilePublicDetail {
52
+ id: string;
53
+ imageUrl?: string | null;
54
+ age: number | null;
55
+ translations: PoliticiansCommunityResidentsExploreProfilePublicDetailTranslation[];
56
+ }
41
57
  export interface PoliticiansCommunityResidentsExploreProfileMapItem {
42
58
  id: string;
43
59
  imageUrl?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniteverses/shared",
3
- "version": "1.0.108",
3
+ "version": "1.0.110",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [