@timardex/cluemart-shared 1.2.20 → 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
@@ -712,6 +712,7 @@ type ResourceActivityEntry = {
712
712
  startDate?: string | null;
713
713
  timestamp: Date;
714
714
  userAgent: EnumOSPlatform;
715
+ userId?: string | null;
715
716
  };
716
717
  type ResourceActivityType = {
717
718
  _id: string;
package/dist/index.d.ts CHANGED
@@ -712,6 +712,7 @@ type ResourceActivityEntry = {
712
712
  startDate?: string | null;
713
713
  timestamp: Date;
714
714
  userAgent: EnumOSPlatform;
715
+ userId?: string | null;
715
716
  };
716
717
  type ResourceActivityType = {
717
718
  _id: string;
package/dist/index.mjs CHANGED
@@ -4453,6 +4453,7 @@ var RESOURCE_ACTIVITIES_FIELDS_FRAGMENT = gql26`
4453
4453
  startDate
4454
4454
  timestamp
4455
4455
  userAgent
4456
+ userId
4456
4457
  }
4457
4458
  }
4458
4459
  `;