@timardex/cluemart-shared 1.4.83 → 1.4.85

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.
Files changed (44) hide show
  1. package/dist/{chunk-AOPQ64JU.mjs → chunk-4LT5GOOP.mjs} +3 -3
  2. package/dist/{chunk-WAU7QQ5O.mjs → chunk-BXV7NUGQ.mjs} +4 -8
  3. package/dist/{chunk-WAU7QQ5O.mjs.map → chunk-BXV7NUGQ.mjs.map} +1 -1
  4. package/dist/{chunk-KPO6ZYQ4.mjs → chunk-GNZVUBU7.mjs} +10 -2
  5. package/dist/chunk-GNZVUBU7.mjs.map +1 -0
  6. package/dist/{chunk-2VZKL2X6.mjs → chunk-KYDS4REE.mjs} +2 -2
  7. package/dist/{chunk-VE6JFCH2.mjs → chunk-USQKKCIA.mjs} +2 -8
  8. package/dist/{chunk-VE6JFCH2.mjs.map → chunk-USQKKCIA.mjs.map} +1 -1
  9. package/dist/enums/index.cjs +0 -7
  10. package/dist/enums/index.cjs.map +1 -1
  11. package/dist/enums/index.d.mts +1 -5
  12. package/dist/enums/index.d.ts +1 -5
  13. package/dist/enums/index.mjs +1 -3
  14. package/dist/formFields/index.cjs.map +1 -1
  15. package/dist/formFields/index.mjs +3 -3
  16. package/dist/graphql/index.cjs +3 -7
  17. package/dist/graphql/index.cjs.map +1 -1
  18. package/dist/graphql/index.d.mts +1 -1
  19. package/dist/graphql/index.d.ts +1 -1
  20. package/dist/graphql/index.mjs +2 -2
  21. package/dist/hooks/index.cjs +3 -7
  22. package/dist/hooks/index.cjs.map +1 -1
  23. package/dist/hooks/index.d.mts +1 -1
  24. package/dist/hooks/index.d.ts +1 -1
  25. package/dist/hooks/index.mjs +5 -5
  26. package/dist/index.cjs +10 -12
  27. package/dist/index.cjs.map +1 -1
  28. package/dist/index.d.mts +12 -14
  29. package/dist/index.d.ts +12 -14
  30. package/dist/index.mjs +10 -12
  31. package/dist/index.mjs.map +1 -1
  32. package/dist/{post-hCEgX4ed.d.ts → post-BY-7p0Ns.d.ts} +14 -12
  33. package/dist/{post-q-vlx4aC.d.mts → post-DGM7dx92.d.mts} +14 -12
  34. package/dist/types/index.cjs +9 -0
  35. package/dist/types/index.cjs.map +1 -1
  36. package/dist/types/index.d.mts +1 -1
  37. package/dist/types/index.d.ts +1 -1
  38. package/dist/types/index.mjs +3 -1
  39. package/dist/utils/index.cjs.map +1 -1
  40. package/dist/utils/index.mjs +2 -2
  41. package/package.json +1 -1
  42. package/dist/chunk-KPO6ZYQ4.mjs.map +0 -1
  43. /package/dist/{chunk-AOPQ64JU.mjs.map → chunk-4LT5GOOP.mjs.map} +0 -0
  44. /package/dist/{chunk-2VZKL2X6.mjs.map → chunk-KYDS4REE.mjs.map} +0 -0
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  mapArrayToOptions
3
- } from "./chunk-2VZKL2X6.mjs";
3
+ } from "./chunk-KYDS4REE.mjs";
4
4
  import {
5
5
  EnumFoodFlavor
6
- } from "./chunk-VE6JFCH2.mjs";
6
+ } from "./chunk-USQKKCIA.mjs";
7
7
 
8
8
  // src/formFields/vendor/vendor.ts
9
9
  var vendorBasicInfoFields = [
@@ -1952,4 +1952,4 @@ export {
1952
1952
  contactUsFields,
1953
1953
  partnerBasicInfoFields
1954
1954
  };
1955
- //# sourceMappingURL=chunk-AOPQ64JU.mjs.map
1955
+ //# sourceMappingURL=chunk-4LT5GOOP.mjs.map
@@ -3192,16 +3192,12 @@ import { gql as gql30 } from "@apollo/client";
3192
3192
  import { gql as gql29 } from "@apollo/client";
3193
3193
  var BASE_GAME_FIELDS_FRAGMENT = gql29`
3194
3194
  fragment BaseGameFields on BaseGameType {
3195
- title
3196
- gameType
3197
- gameInfo {
3198
- dailyClue {
3199
- solution
3200
- }
3201
- }
3202
3195
  gameDate {
3203
3196
  ...DateTimeFields
3204
3197
  }
3198
+ gameSolution
3199
+ gameType
3200
+ title
3205
3201
  }
3206
3202
  ${DATETIME_FIELDS_FRAGMENT}
3207
3203
  `;
@@ -3689,4 +3685,4 @@ export {
3689
3685
  useGetGames,
3690
3686
  useGetGame
3691
3687
  };
3692
- //# sourceMappingURL=chunk-WAU7QQ5O.mjs.map
3688
+ //# sourceMappingURL=chunk-BXV7NUGQ.mjs.map