@timardex/cluemart-shared 1.4.95 → 1.4.96

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
@@ -840,7 +840,7 @@ interface UserType {
840
840
  email: string;
841
841
  events: string[] | null;
842
842
  firstName: string;
843
- games: string[] | null;
843
+ game: string | null;
844
844
  isTester: boolean;
845
845
  lastName: string;
846
846
  licences: UserLicenceType[] | null;
package/dist/index.d.ts CHANGED
@@ -840,7 +840,7 @@ interface UserType {
840
840
  email: string;
841
841
  events: string[] | null;
842
842
  firstName: string;
843
- games: string[] | null;
843
+ game: string | null;
844
844
  isTester: boolean;
845
845
  lastName: string;
846
846
  licences: UserLicenceType[] | null;
package/dist/index.mjs CHANGED
@@ -2444,7 +2444,7 @@ var USER_FIELDS_FRAGMENT = gql2`
2444
2444
  email
2445
2445
  events
2446
2446
  firstName
2447
- games
2447
+ game
2448
2448
  isTester
2449
2449
  lastName
2450
2450
  licences {