@uniteverses/shared 1.0.67 → 1.0.69

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.
@@ -52,15 +52,15 @@ export type LawyersRealEstateAssistantsResearchOrgProperty = {
52
52
  } | null;
53
53
  createdAt: string;
54
54
  };
55
+ export type LawyersRealEstateAssistantsResearchOrgPropertyGeoOption = {
56
+ id: string;
57
+ name: string;
58
+ };
55
59
  export type LawyersRealEstateAssistantsResearchOrgPropertyOptions = {
56
60
  organizations: {
57
61
  id: string;
58
62
  name: string;
59
63
  }[];
60
- countries: {
61
- id: string;
62
- name: string;
63
- }[];
64
64
  propertyTypes: {
65
65
  id: string;
66
66
  code: string;
@@ -513,6 +513,22 @@ export interface OrgFoodGroupItem {
513
513
  createdAt: string | Date;
514
514
  foodItem: OrgFoodItem;
515
515
  }
516
+ export interface OrgMember {
517
+ id: string;
518
+ organizationId: string;
519
+ userId: string;
520
+ createdAt: string | Date;
521
+ user: User;
522
+ }
523
+ export interface MyOrganization {
524
+ id: string;
525
+ organizationId: string;
526
+ createdAt: string | Date;
527
+ organization: Organization;
528
+ }
529
+ export interface AddOrgMemberInput {
530
+ userId: string;
531
+ }
516
532
  export interface Inquiry {
517
533
  id: string;
518
534
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniteverses/shared",
3
- "version": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [