@timardex/cluemart-shared 1.1.63 → 1.1.64

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
@@ -524,6 +524,7 @@ interface UserType {
524
524
  avatar: ResourceImageType | null;
525
525
  createdAt: string;
526
526
  email: string;
527
+ isTester: boolean;
527
528
  favourites: {
528
529
  markets: string[];
529
530
  stallholders: string[];
package/dist/index.d.ts CHANGED
@@ -524,6 +524,7 @@ interface UserType {
524
524
  avatar: ResourceImageType | null;
525
525
  createdAt: string;
526
526
  email: string;
527
+ isTester: boolean;
527
528
  favourites: {
528
529
  markets: string[];
529
530
  stallholders: string[];
package/dist/index.mjs CHANGED
@@ -1866,6 +1866,7 @@ var USER_FIELDS_FRAGMENT = gql2`
1866
1866
  }
1867
1867
  createdAt
1868
1868
  email
1869
+ isTester
1869
1870
  favourites {
1870
1871
  markets
1871
1872
  stallholders