@timardex/cluemart-shared 1.2.19 → 1.2.21

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.
package/dist/index.d.mts CHANGED
@@ -700,7 +700,8 @@ interface AdType extends AdFormData {
700
700
  declare enum EnumActivity {
701
701
  VIEW = "VIEW",
702
702
  GOING = "GOING",
703
- INTERESTED = "INTERESTED"
703
+ INTERESTED = "INTERESTED",
704
+ FAVORITE = "FAVORITE"
704
705
  }
705
706
  type ResourceActivityEntry = {
706
707
  activityType: EnumActivity;
@@ -708,8 +709,10 @@ type ResourceActivityEntry = {
708
709
  type: "Point";
709
710
  coordinates: number[];
710
711
  } | null;
711
- userAgent: EnumOSPlatform;
712
+ startDate?: string | null;
712
713
  timestamp: Date;
714
+ userAgent: EnumOSPlatform;
715
+ userId?: string | null;
713
716
  };
714
717
  type ResourceActivityType = {
715
718
  _id: string;
package/dist/index.d.ts CHANGED
@@ -700,7 +700,8 @@ interface AdType extends AdFormData {
700
700
  declare enum EnumActivity {
701
701
  VIEW = "VIEW",
702
702
  GOING = "GOING",
703
- INTERESTED = "INTERESTED"
703
+ INTERESTED = "INTERESTED",
704
+ FAVORITE = "FAVORITE"
704
705
  }
705
706
  type ResourceActivityEntry = {
706
707
  activityType: EnumActivity;
@@ -708,8 +709,10 @@ type ResourceActivityEntry = {
708
709
  type: "Point";
709
710
  coordinates: number[];
710
711
  } | null;
711
- userAgent: EnumOSPlatform;
712
+ startDate?: string | null;
712
713
  timestamp: Date;
714
+ userAgent: EnumOSPlatform;
715
+ userId?: string | null;
713
716
  };
714
717
  type ResourceActivityType = {
715
718
  _id: string;
package/dist/index.mjs CHANGED
@@ -4450,8 +4450,10 @@ var RESOURCE_ACTIVITIES_FIELDS_FRAGMENT = gql26`
4450
4450
  type
4451
4451
  coordinates
4452
4452
  }
4453
- userAgent
4453
+ startDate
4454
4454
  timestamp
4455
+ userAgent
4456
+ userId
4455
4457
  }
4456
4458
  }
4457
4459
  `;
@@ -5999,6 +6001,7 @@ var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
5999
6001
  EnumActivity2["VIEW"] = "VIEW";
6000
6002
  EnumActivity2["GOING"] = "GOING";
6001
6003
  EnumActivity2["INTERESTED"] = "INTERESTED";
6004
+ EnumActivity2["FAVORITE"] = "FAVORITE";
6002
6005
  return EnumActivity2;
6003
6006
  })(EnumActivity || {});
6004
6007
  export {