@kekkle/shared 1.4.0-next.1 → 1.4.0-next.3

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 (295) hide show
  1. package/dist/cjs/constants/collections.d.ts.map +1 -0
  2. package/dist/cjs/enums/group-permission.d.ts.map +1 -0
  3. package/dist/cjs/enums/push-settings-options.d.ts.map +1 -0
  4. package/dist/cjs/{src/fixtures → fixtures}/character-state.fixtures.d.ts +1 -1
  5. package/dist/cjs/fixtures/character-state.fixtures.d.ts.map +1 -0
  6. package/dist/cjs/{src/fixtures → fixtures}/wordle-row.fixtures.d.ts +1 -1
  7. package/dist/cjs/fixtures/wordle-row.fixtures.d.ts.map +1 -0
  8. package/dist/cjs/{src/fixtures → fixtures}/wordle-row.fixtures.js +1 -1
  9. package/dist/cjs/helpers/permissions/is-valid-permission.d.ts.map +1 -0
  10. package/dist/cjs/{src/helpers → helpers}/permissions/is-valid-permission.js +1 -1
  11. package/dist/cjs/{src/helpers → helpers}/worlde/all-correct-in-row.d.ts +1 -1
  12. package/dist/cjs/helpers/worlde/all-correct-in-row.d.ts.map +1 -0
  13. package/dist/cjs/helpers/worlde/calculate-wordle-score.d.ts.map +1 -0
  14. package/dist/cjs/types/comment.d.ts.map +1 -0
  15. package/dist/cjs/types/fcm-token.d.ts.map +1 -0
  16. package/dist/cjs/types/group-general-data.d.ts.map +1 -0
  17. package/dist/{esm/src → cjs}/types/group-member.d.ts +1 -1
  18. package/dist/cjs/types/group-member.d.ts.map +1 -0
  19. package/dist/cjs/{src/types → types}/group.d.ts +3 -3
  20. package/dist/cjs/types/group.d.ts.map +1 -0
  21. package/dist/cjs/types/match-tries.d.ts.map +1 -0
  22. package/dist/{esm/src → cjs}/types/push-document.d.ts +2 -2
  23. package/dist/cjs/types/push-document.d.ts.map +1 -0
  24. package/dist/cjs/types/quote.d.ts.map +1 -0
  25. package/dist/cjs/types/uid.d.ts.map +1 -0
  26. package/dist/{node/src → cjs}/types/user.d.ts +1 -1
  27. package/dist/cjs/types/user.d.ts.map +1 -0
  28. package/dist/cjs/{src/types → types}/wordle-game-state-document.d.ts +1 -1
  29. package/dist/cjs/types/wordle-game-state-document.d.ts.map +1 -0
  30. package/dist/cjs/types/wordle-game-state.d.ts.map +1 -0
  31. package/dist/cjs/types/wordle-game.d.ts.map +1 -0
  32. package/dist/{node/src → cjs}/types/wordle-leaderboard.d.ts +1 -1
  33. package/dist/cjs/types/wordle-leaderboard.d.ts.map +1 -0
  34. package/dist/{esm/src → cjs}/types/wordle-monthly-score.d.ts +1 -1
  35. package/dist/cjs/types/wordle-monthly-score.d.ts.map +1 -0
  36. package/dist/{node/src → cjs}/types/wordle-score.d.ts +1 -1
  37. package/dist/cjs/types/wordle-score.d.ts.map +1 -0
  38. package/dist/esm/constants/collections.d.ts.map +1 -0
  39. package/dist/esm/enums/group-permission.d.ts.map +1 -0
  40. package/dist/esm/enums/push-settings-options.d.ts.map +1 -0
  41. package/dist/esm/{src/fixtures → fixtures}/character-state.fixtures.d.ts +1 -1
  42. package/dist/esm/fixtures/character-state.fixtures.d.ts.map +1 -0
  43. package/dist/esm/{src/fixtures → fixtures}/wordle-row.fixtures.d.ts +1 -1
  44. package/dist/esm/fixtures/wordle-row.fixtures.d.ts.map +1 -0
  45. package/dist/esm/{src/fixtures → fixtures}/wordle-row.fixtures.js +1 -1
  46. package/dist/esm/helpers/permissions/is-valid-permission.d.ts.map +1 -0
  47. package/dist/{node/src → esm}/helpers/permissions/is-valid-permission.js +1 -1
  48. package/dist/{node/src → esm}/helpers/worlde/all-correct-in-row.d.ts +1 -1
  49. package/dist/esm/helpers/worlde/all-correct-in-row.d.ts.map +1 -0
  50. package/dist/esm/helpers/worlde/calculate-wordle-score.d.ts.map +1 -0
  51. package/dist/esm/types/comment.d.ts.map +1 -0
  52. package/dist/esm/types/fcm-token.d.ts.map +1 -0
  53. package/dist/esm/types/group-general-data.d.ts.map +1 -0
  54. package/dist/{node/src → esm}/types/group-member.d.ts +1 -1
  55. package/dist/esm/types/group-member.d.ts.map +1 -0
  56. package/dist/{node/src → esm}/types/group.d.ts +3 -3
  57. package/dist/esm/types/group.d.ts.map +1 -0
  58. package/dist/esm/types/match-tries.d.ts.map +1 -0
  59. package/dist/{cjs/src → esm}/types/push-document.d.ts +2 -2
  60. package/dist/esm/types/push-document.d.ts.map +1 -0
  61. package/dist/esm/types/quote.d.ts.map +1 -0
  62. package/dist/esm/types/uid.d.ts.map +1 -0
  63. package/dist/{cjs/src → esm}/types/user.d.ts +1 -1
  64. package/dist/esm/types/user.d.ts.map +1 -0
  65. package/dist/{node/src → esm}/types/wordle-game-state-document.d.ts +1 -1
  66. package/dist/esm/types/wordle-game-state-document.d.ts.map +1 -0
  67. package/dist/esm/types/wordle-game-state.d.ts.map +1 -0
  68. package/dist/esm/types/wordle-game.d.ts.map +1 -0
  69. package/dist/esm/{src/types → types}/wordle-leaderboard.d.ts +1 -1
  70. package/dist/esm/types/wordle-leaderboard.d.ts.map +1 -0
  71. package/dist/{node/src → esm}/types/wordle-monthly-score.d.ts +1 -1
  72. package/dist/esm/types/wordle-monthly-score.d.ts.map +1 -0
  73. package/dist/{cjs/src → esm}/types/wordle-score.d.ts +1 -1
  74. package/dist/esm/types/wordle-score.d.ts.map +1 -0
  75. package/dist/node/constants/collections.d.ts.map +1 -0
  76. package/dist/node/enums/group-permission.d.ts.map +1 -0
  77. package/dist/node/enums/push-settings-options.d.ts.map +1 -0
  78. package/dist/node/{src/fixtures → fixtures}/character-state.fixtures.d.ts +1 -1
  79. package/dist/node/fixtures/character-state.fixtures.d.ts.map +1 -0
  80. package/dist/node/{src/fixtures → fixtures}/wordle-row.fixtures.d.ts +1 -1
  81. package/dist/node/fixtures/wordle-row.fixtures.d.ts.map +1 -0
  82. package/dist/node/{src/fixtures → fixtures}/wordle-row.fixtures.js +1 -1
  83. package/dist/node/helpers/permissions/is-valid-permission.d.ts.map +1 -0
  84. package/dist/{esm/src → node}/helpers/permissions/is-valid-permission.js +1 -1
  85. package/dist/{esm/src → node}/helpers/worlde/all-correct-in-row.d.ts +1 -1
  86. package/dist/node/helpers/worlde/all-correct-in-row.d.ts.map +1 -0
  87. package/dist/node/helpers/worlde/calculate-wordle-score.d.ts.map +1 -0
  88. package/dist/node/types/comment.d.ts.map +1 -0
  89. package/dist/node/types/fcm-token.d.ts.map +1 -0
  90. package/dist/node/types/group-general-data.d.ts.map +1 -0
  91. package/dist/{cjs/src → node}/types/group-member.d.ts +1 -1
  92. package/dist/node/types/group-member.d.ts.map +1 -0
  93. package/dist/{esm/src → node}/types/group.d.ts +3 -3
  94. package/dist/node/types/group.d.ts.map +1 -0
  95. package/dist/node/types/match-tries.d.ts.map +1 -0
  96. package/dist/node/{src/types → types}/push-document.d.ts +2 -2
  97. package/dist/node/types/push-document.d.ts.map +1 -0
  98. package/dist/node/types/quote.d.ts.map +1 -0
  99. package/dist/node/types/uid.d.ts.map +1 -0
  100. package/dist/{esm/src → node}/types/user.d.ts +1 -1
  101. package/dist/node/types/user.d.ts.map +1 -0
  102. package/dist/{esm/src → node}/types/wordle-game-state-document.d.ts +1 -1
  103. package/dist/node/types/wordle-game-state-document.d.ts.map +1 -0
  104. package/dist/node/types/wordle-game-state.d.ts.map +1 -0
  105. package/dist/node/types/wordle-game.d.ts.map +1 -0
  106. package/dist/{cjs/src → node}/types/wordle-leaderboard.d.ts +1 -1
  107. package/dist/node/types/wordle-leaderboard.d.ts.map +1 -0
  108. package/dist/{cjs/src → node}/types/wordle-monthly-score.d.ts +1 -1
  109. package/dist/node/types/wordle-monthly-score.d.ts.map +1 -0
  110. package/dist/{esm/src → node}/types/wordle-score.d.ts +1 -1
  111. package/dist/node/types/wordle-score.d.ts.map +1 -0
  112. package/dist/tsconfig.cjs.tsbuildinfo +1 -0
  113. package/dist/tsconfig.esm.tsbuildinfo +1 -0
  114. package/dist/tsconfig.node.tsbuildinfo +1 -0
  115. package/package.json +5 -4
  116. package/dist/cjs/src/constants/collections.d.ts.map +0 -1
  117. package/dist/cjs/src/enums/group-permission.d.ts.map +0 -1
  118. package/dist/cjs/src/enums/push-settings-options.d.ts.map +0 -1
  119. package/dist/cjs/src/fixtures/character-state.fixtures.d.ts.map +0 -1
  120. package/dist/cjs/src/fixtures/wordle-row.fixtures.d.ts.map +0 -1
  121. package/dist/cjs/src/helpers/permissions/is-valid-permission.d.ts.map +0 -1
  122. package/dist/cjs/src/helpers/worlde/all-correct-in-row.d.ts.map +0 -1
  123. package/dist/cjs/src/helpers/worlde/calculate-wordle-score.d.ts.map +0 -1
  124. package/dist/cjs/src/types/comment.d.ts.map +0 -1
  125. package/dist/cjs/src/types/fcm-token.d.ts.map +0 -1
  126. package/dist/cjs/src/types/group-general-data.d.ts.map +0 -1
  127. package/dist/cjs/src/types/group-member.d.ts.map +0 -1
  128. package/dist/cjs/src/types/group.d.ts.map +0 -1
  129. package/dist/cjs/src/types/match-tries.d.ts.map +0 -1
  130. package/dist/cjs/src/types/push-document.d.ts.map +0 -1
  131. package/dist/cjs/src/types/quote.d.ts.map +0 -1
  132. package/dist/cjs/src/types/uid.d.ts.map +0 -1
  133. package/dist/cjs/src/types/user.d.ts.map +0 -1
  134. package/dist/cjs/src/types/wordle-game-state-document.d.ts.map +0 -1
  135. package/dist/cjs/src/types/wordle-game-state.d.ts.map +0 -1
  136. package/dist/cjs/src/types/wordle-game.d.ts.map +0 -1
  137. package/dist/cjs/src/types/wordle-leaderboard.d.ts.map +0 -1
  138. package/dist/cjs/src/types/wordle-monthly-score.d.ts.map +0 -1
  139. package/dist/cjs/src/types/wordle-score.d.ts.map +0 -1
  140. package/dist/cjs/tsconfig.cjs.tsbuildinfo +0 -1
  141. package/dist/esm/src/constants/collections.d.ts.map +0 -1
  142. package/dist/esm/src/enums/group-permission.d.ts.map +0 -1
  143. package/dist/esm/src/enums/push-settings-options.d.ts.map +0 -1
  144. package/dist/esm/src/fixtures/character-state.fixtures.d.ts.map +0 -1
  145. package/dist/esm/src/fixtures/wordle-row.fixtures.d.ts.map +0 -1
  146. package/dist/esm/src/helpers/permissions/is-valid-permission.d.ts.map +0 -1
  147. package/dist/esm/src/helpers/worlde/all-correct-in-row.d.ts.map +0 -1
  148. package/dist/esm/src/helpers/worlde/calculate-wordle-score.d.ts.map +0 -1
  149. package/dist/esm/src/types/comment.d.ts.map +0 -1
  150. package/dist/esm/src/types/fcm-token.d.ts.map +0 -1
  151. package/dist/esm/src/types/group-general-data.d.ts.map +0 -1
  152. package/dist/esm/src/types/group-member.d.ts.map +0 -1
  153. package/dist/esm/src/types/group.d.ts.map +0 -1
  154. package/dist/esm/src/types/match-tries.d.ts.map +0 -1
  155. package/dist/esm/src/types/push-document.d.ts.map +0 -1
  156. package/dist/esm/src/types/quote.d.ts.map +0 -1
  157. package/dist/esm/src/types/uid.d.ts.map +0 -1
  158. package/dist/esm/src/types/user.d.ts.map +0 -1
  159. package/dist/esm/src/types/wordle-game-state-document.d.ts.map +0 -1
  160. package/dist/esm/src/types/wordle-game-state.d.ts.map +0 -1
  161. package/dist/esm/src/types/wordle-game.d.ts.map +0 -1
  162. package/dist/esm/src/types/wordle-leaderboard.d.ts.map +0 -1
  163. package/dist/esm/src/types/wordle-monthly-score.d.ts.map +0 -1
  164. package/dist/esm/src/types/wordle-score.d.ts.map +0 -1
  165. package/dist/esm/tsconfig.esm.tsbuildinfo +0 -1
  166. package/dist/node/src/constants/collections.d.ts.map +0 -1
  167. package/dist/node/src/enums/group-permission.d.ts.map +0 -1
  168. package/dist/node/src/enums/push-settings-options.d.ts.map +0 -1
  169. package/dist/node/src/fixtures/character-state.fixtures.d.ts.map +0 -1
  170. package/dist/node/src/fixtures/wordle-row.fixtures.d.ts.map +0 -1
  171. package/dist/node/src/helpers/permissions/is-valid-permission.d.ts.map +0 -1
  172. package/dist/node/src/helpers/worlde/all-correct-in-row.d.ts.map +0 -1
  173. package/dist/node/src/helpers/worlde/calculate-wordle-score.d.ts.map +0 -1
  174. package/dist/node/src/types/comment.d.ts.map +0 -1
  175. package/dist/node/src/types/fcm-token.d.ts.map +0 -1
  176. package/dist/node/src/types/group-general-data.d.ts.map +0 -1
  177. package/dist/node/src/types/group-member.d.ts.map +0 -1
  178. package/dist/node/src/types/group.d.ts.map +0 -1
  179. package/dist/node/src/types/match-tries.d.ts.map +0 -1
  180. package/dist/node/src/types/push-document.d.ts.map +0 -1
  181. package/dist/node/src/types/quote.d.ts.map +0 -1
  182. package/dist/node/src/types/uid.d.ts.map +0 -1
  183. package/dist/node/src/types/user.d.ts.map +0 -1
  184. package/dist/node/src/types/wordle-game-state-document.d.ts.map +0 -1
  185. package/dist/node/src/types/wordle-game-state.d.ts.map +0 -1
  186. package/dist/node/src/types/wordle-game.d.ts.map +0 -1
  187. package/dist/node/src/types/wordle-leaderboard.d.ts.map +0 -1
  188. package/dist/node/src/types/wordle-monthly-score.d.ts.map +0 -1
  189. package/dist/node/src/types/wordle-score.d.ts.map +0 -1
  190. package/dist/node/tsconfig.node.tsbuildinfo +0 -1
  191. /package/dist/cjs/{src/constants → constants}/collections.d.ts +0 -0
  192. /package/dist/cjs/{src/constants → constants}/collections.js +0 -0
  193. /package/dist/cjs/{src/enums → enums}/group-permission.d.ts +0 -0
  194. /package/dist/cjs/{src/enums → enums}/group-permission.js +0 -0
  195. /package/dist/cjs/{src/enums → enums}/push-settings-options.d.ts +0 -0
  196. /package/dist/cjs/{src/enums → enums}/push-settings-options.js +0 -0
  197. /package/dist/cjs/{src/fixtures → fixtures}/character-state.fixtures.js +0 -0
  198. /package/dist/cjs/{src/helpers → helpers}/permissions/is-valid-permission.d.ts +0 -0
  199. /package/dist/cjs/{src/helpers → helpers}/worlde/all-correct-in-row.js +0 -0
  200. /package/dist/cjs/{src/helpers → helpers}/worlde/calculate-wordle-score.d.ts +0 -0
  201. /package/dist/cjs/{src/helpers → helpers}/worlde/calculate-wordle-score.js +0 -0
  202. /package/dist/cjs/{src/types → types}/comment.d.ts +0 -0
  203. /package/dist/cjs/{src/types → types}/comment.js +0 -0
  204. /package/dist/cjs/{src/types → types}/fcm-token.d.ts +0 -0
  205. /package/dist/cjs/{src/types → types}/fcm-token.js +0 -0
  206. /package/dist/cjs/{src/types → types}/group-general-data.d.ts +0 -0
  207. /package/dist/cjs/{src/types → types}/group-general-data.js +0 -0
  208. /package/dist/cjs/{src/types → types}/group-member.js +0 -0
  209. /package/dist/cjs/{src/types → types}/group.js +0 -0
  210. /package/dist/cjs/{src/types → types}/match-tries.d.ts +0 -0
  211. /package/dist/cjs/{src/types → types}/match-tries.js +0 -0
  212. /package/dist/cjs/{src/types → types}/push-document.js +0 -0
  213. /package/dist/cjs/{src/types → types}/quote.d.ts +0 -0
  214. /package/dist/cjs/{src/types → types}/quote.js +0 -0
  215. /package/dist/cjs/{src/types → types}/uid.d.ts +0 -0
  216. /package/dist/cjs/{src/types → types}/uid.js +0 -0
  217. /package/dist/cjs/{src/types → types}/user.js +0 -0
  218. /package/dist/cjs/{src/types → types}/wordle-game-state-document.js +0 -0
  219. /package/dist/cjs/{src/types → types}/wordle-game-state.d.ts +0 -0
  220. /package/dist/cjs/{src/types → types}/wordle-game-state.js +0 -0
  221. /package/dist/cjs/{src/types → types}/wordle-game.d.ts +0 -0
  222. /package/dist/cjs/{src/types → types}/wordle-game.js +0 -0
  223. /package/dist/cjs/{src/types → types}/wordle-leaderboard.js +0 -0
  224. /package/dist/cjs/{src/types → types}/wordle-monthly-score.js +0 -0
  225. /package/dist/cjs/{src/types → types}/wordle-score.js +0 -0
  226. /package/dist/esm/{src/constants → constants}/collections.d.ts +0 -0
  227. /package/dist/esm/{src/constants → constants}/collections.js +0 -0
  228. /package/dist/esm/{src/enums → enums}/group-permission.d.ts +0 -0
  229. /package/dist/esm/{src/enums → enums}/group-permission.js +0 -0
  230. /package/dist/esm/{src/enums → enums}/push-settings-options.d.ts +0 -0
  231. /package/dist/esm/{src/enums → enums}/push-settings-options.js +0 -0
  232. /package/dist/esm/{src/fixtures → fixtures}/character-state.fixtures.js +0 -0
  233. /package/dist/esm/{src/helpers → helpers}/permissions/is-valid-permission.d.ts +0 -0
  234. /package/dist/esm/{src/helpers → helpers}/worlde/all-correct-in-row.js +0 -0
  235. /package/dist/esm/{src/helpers → helpers}/worlde/calculate-wordle-score.d.ts +0 -0
  236. /package/dist/esm/{src/helpers → helpers}/worlde/calculate-wordle-score.js +0 -0
  237. /package/dist/esm/{src/types → types}/comment.d.ts +0 -0
  238. /package/dist/esm/{src/types → types}/comment.js +0 -0
  239. /package/dist/esm/{src/types → types}/fcm-token.d.ts +0 -0
  240. /package/dist/esm/{src/types → types}/fcm-token.js +0 -0
  241. /package/dist/esm/{src/types → types}/group-general-data.d.ts +0 -0
  242. /package/dist/esm/{src/types → types}/group-general-data.js +0 -0
  243. /package/dist/esm/{src/types → types}/group-member.js +0 -0
  244. /package/dist/esm/{src/types → types}/group.js +0 -0
  245. /package/dist/esm/{src/types → types}/match-tries.d.ts +0 -0
  246. /package/dist/esm/{src/types → types}/match-tries.js +0 -0
  247. /package/dist/esm/{src/types → types}/push-document.js +0 -0
  248. /package/dist/esm/{src/types → types}/quote.d.ts +0 -0
  249. /package/dist/esm/{src/types → types}/quote.js +0 -0
  250. /package/dist/esm/{src/types → types}/uid.d.ts +0 -0
  251. /package/dist/esm/{src/types → types}/uid.js +0 -0
  252. /package/dist/esm/{src/types → types}/user.js +0 -0
  253. /package/dist/esm/{src/types → types}/wordle-game-state-document.js +0 -0
  254. /package/dist/esm/{src/types → types}/wordle-game-state.d.ts +0 -0
  255. /package/dist/esm/{src/types → types}/wordle-game-state.js +0 -0
  256. /package/dist/esm/{src/types → types}/wordle-game.d.ts +0 -0
  257. /package/dist/esm/{src/types → types}/wordle-game.js +0 -0
  258. /package/dist/esm/{src/types → types}/wordle-leaderboard.js +0 -0
  259. /package/dist/esm/{src/types → types}/wordle-monthly-score.js +0 -0
  260. /package/dist/esm/{src/types → types}/wordle-score.js +0 -0
  261. /package/dist/node/{src/constants → constants}/collections.d.ts +0 -0
  262. /package/dist/node/{src/constants → constants}/collections.js +0 -0
  263. /package/dist/node/{src/enums → enums}/group-permission.d.ts +0 -0
  264. /package/dist/node/{src/enums → enums}/group-permission.js +0 -0
  265. /package/dist/node/{src/enums → enums}/push-settings-options.d.ts +0 -0
  266. /package/dist/node/{src/enums → enums}/push-settings-options.js +0 -0
  267. /package/dist/node/{src/fixtures → fixtures}/character-state.fixtures.js +0 -0
  268. /package/dist/node/{src/helpers → helpers}/permissions/is-valid-permission.d.ts +0 -0
  269. /package/dist/node/{src/helpers → helpers}/worlde/all-correct-in-row.js +0 -0
  270. /package/dist/node/{src/helpers → helpers}/worlde/calculate-wordle-score.d.ts +0 -0
  271. /package/dist/node/{src/helpers → helpers}/worlde/calculate-wordle-score.js +0 -0
  272. /package/dist/node/{src/types → types}/comment.d.ts +0 -0
  273. /package/dist/node/{src/types → types}/comment.js +0 -0
  274. /package/dist/node/{src/types → types}/fcm-token.d.ts +0 -0
  275. /package/dist/node/{src/types → types}/fcm-token.js +0 -0
  276. /package/dist/node/{src/types → types}/group-general-data.d.ts +0 -0
  277. /package/dist/node/{src/types → types}/group-general-data.js +0 -0
  278. /package/dist/node/{src/types → types}/group-member.js +0 -0
  279. /package/dist/node/{src/types → types}/group.js +0 -0
  280. /package/dist/node/{src/types → types}/match-tries.d.ts +0 -0
  281. /package/dist/node/{src/types → types}/match-tries.js +0 -0
  282. /package/dist/node/{src/types → types}/push-document.js +0 -0
  283. /package/dist/node/{src/types → types}/quote.d.ts +0 -0
  284. /package/dist/node/{src/types → types}/quote.js +0 -0
  285. /package/dist/node/{src/types → types}/uid.d.ts +0 -0
  286. /package/dist/node/{src/types → types}/uid.js +0 -0
  287. /package/dist/node/{src/types → types}/user.js +0 -0
  288. /package/dist/node/{src/types → types}/wordle-game-state-document.js +0 -0
  289. /package/dist/node/{src/types → types}/wordle-game-state.d.ts +0 -0
  290. /package/dist/node/{src/types → types}/wordle-game-state.js +0 -0
  291. /package/dist/node/{src/types → types}/wordle-game.d.ts +0 -0
  292. /package/dist/node/{src/types → types}/wordle-game.js +0 -0
  293. /package/dist/node/{src/types → types}/wordle-leaderboard.js +0 -0
  294. /package/dist/node/{src/types → types}/wordle-monthly-score.js +0 -0
  295. /package/dist/node/{src/types → types}/wordle-score.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collections.d.ts","sourceRoot":"","sources":["../../../src/constants/collections.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,UAAU,CAAC;AAC5C,eAAO,MAAM,qBAAqB,WAAW,CAAC;AAC9C,eAAO,MAAM,4BAA4B,iBAAiB,CAAC;AAC3D,eAAO,MAAM,kCAAkC,uBAAuB,CAAC;AACvE,eAAO,MAAM,qCAAqC,0BAA0B,CAAC;AAC7E,eAAO,MAAM,6BAA6B,kBAAkB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-permission.d.ts","sourceRoot":"","sources":["../../../src/enums/group-permission.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,MAAM,WAAW;CAClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"push-settings-options.d.ts","sourceRoot":"","sources":["../../../src/enums/push-settings-options.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,YAAY,iBAAiB;IAC7B,mBAAmB,wBAAwB;IAC3C,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;CAChC"}
@@ -1,3 +1,3 @@
1
- import { CharacterState } from "@/types/wordle-game-state.js";
1
+ import { CharacterState } from "../types/wordle-game-state.js";
2
2
  export declare function createCharacterState(character: string, isCorrect: boolean, isLocked?: boolean): CharacterState;
3
3
  //# sourceMappingURL=character-state.fixtures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"character-state.fixtures.d.ts","sourceRoot":"","sources":["../../../src/fixtures/character-state.fixtures.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE9D,wBAAgB,oBAAoB,CAClC,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,OAAO,EAClB,QAAQ,GAAE,OAAe,GACxB,cAAc,CAEhB"}
@@ -1,4 +1,4 @@
1
- import { WordleRow } from "@/types/wordle-game-state.js";
1
+ import { WordleRow } from "../types/wordle-game-state.js";
2
2
  export declare function createWordleRow(inputWord: string, correctWord: string): WordleRow;
3
3
  export declare function createAllCorrectWordleRow(word: string): WordleRow;
4
4
  export declare function createAllIncorrectWordleRow(word: string): WordleRow;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-row.fixtures.d.ts","sourceRoot":"","sources":["../../../src/fixtures/wordle-row.fixtures.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD,wBAAgB,eAAe,CAC7B,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,GAClB,SAAS,CAUX;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,CAEjE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,CAEnE;AAED,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,MAAM,EACZ,cAAc,EAAE,MAAM,EAAE,GACvB,SAAS,CAMX"}
@@ -4,7 +4,7 @@ exports.createWordleRow = createWordleRow;
4
4
  exports.createAllCorrectWordleRow = createAllCorrectWordleRow;
5
5
  exports.createAllIncorrectWordleRow = createAllIncorrectWordleRow;
6
6
  exports.createPartialWordleRow = createPartialWordleRow;
7
- const character_state_fixtures_js_1 = require("@/fixtures/character-state.fixtures.js");
7
+ const character_state_fixtures_js_1 = require("../fixtures/character-state.fixtures.js");
8
8
  function createWordleRow(inputWord, correctWord) {
9
9
  if (inputWord.length !== correctWord.length) {
10
10
  throw new Error("Input word and correct word must be the same length");
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is-valid-permission.d.ts","sourceRoot":"","sources":["../../../../src/helpers/permissions/is-valid-permission.ts"],"names":[],"mappings":"AAEA,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAE7D"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isValidPermission = isValidPermission;
4
- const group_permission_js_1 = require("@/enums/group-permission.js");
4
+ const group_permission_js_1 = require("../../enums/group-permission.js");
5
5
  function isValidPermission(permission) {
6
6
  return Object.values(group_permission_js_1.GroupPermission).includes(permission);
7
7
  }
@@ -1,4 +1,4 @@
1
- import { WordleRow } from "@/types/wordle-game-state.js";
1
+ import { WordleRow } from "../../types/wordle-game-state.js";
2
2
  /**
3
3
  * Method to determine if all characters are correct for a given WordleRow
4
4
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"all-correct-in-row.d.ts","sourceRoot":"","sources":["../../../../src/helpers/worlde/all-correct-in-row.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzE;;GAEG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,SAAS,GAAG,OAAO,CAEvD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calculate-wordle-score.d.ts","sourceRoot":"","sources":["../../../../src/helpers/worlde/calculate-wordle-score.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAGxE;;;;;;;;;GASG;AACH,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,eAAe,GAAG,MAAM,CAuCvE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment.d.ts","sourceRoot":"","sources":["../../../src/types/comment.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,KAAK,OAAO,GAAG;IACb,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,IAAI,GAAG,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC;AAEnC,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fcm-token.d.ts","sourceRoot":"","sources":["../../../src/types/fcm-token.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-general-data.d.ts","sourceRoot":"","sources":["../../../src/types/group-general-data.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { GroupPermission } from "@/enums/group-permission.js";
1
+ import { GroupPermission } from "../enums/group-permission.js";
2
2
  import type { Timestamp } from "firebase-admin/firestore";
3
3
  export type GroupMember = {
4
4
  birthday: Timestamp | null;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-member.d.ts","sourceRoot":"","sources":["../../../src/types/group-member.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,EAAE,SAAS,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,eAAe,CAAC;IAC5B,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { GroupGeneralData } from "@/types/group-general-data.js";
3
- import type { GroupMember } from "@/types/group-member.js";
4
- import type { Uid } from "@/types/uid.js";
2
+ import type { GroupGeneralData } from "../types/group-general-data.js";
3
+ import type { GroupMember } from "../types/group-member.js";
4
+ import type { Uid } from "../types/uid.js";
5
5
  export type Group = {
6
6
  created_at: Timestamp;
7
7
  updated_at: Timestamp;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../../src/types/group.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,MAAM,KAAK,GAAG;IAClB,UAAU,EAAE,SAAS,CAAC;IACtB,UAAU,EAAE,SAAS,CAAC;IACtB,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,YAAY,EAAE,gBAAgB,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,oBAAoB,EAAE,SAAS,GAAG,IAAI,GAAG,SAAS,CAAC;IACnD,OAAO,EAAE;QACP,CAAC,GAAG,EAAE,GAAG,GAAG,WAAW,CAAC;KACzB,CAAC;IACF,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,YAAY,EAAE,SAAS,GAAG,IAAI,GAAG,SAAS,CAAC;CAC5C,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"match-tries.d.ts","sourceRoot":"","sources":["../../../src/types/match-tries.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;CACb,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { PushSettingsOptions } from "@/enums/push-settings-options.js";
3
- import type { Uid } from "@/types/uid.js";
2
+ import type { PushSettingsOptions } from "../enums/push-settings-options.js";
3
+ import type { Uid } from "../types/uid.js";
4
4
  export type AllPushSettings = {
5
5
  [key in PushSettingsOptions]: boolean | null;
6
6
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"push-document.d.ts","sourceRoot":"","sources":["../../../src/types/push-document.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAC5E,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,MAAM,eAAe,GAAG;KAC3B,GAAG,IAAI,mBAAmB,GAAG,OAAO,GAAG,IAAI;CAC7C,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,CAAC,GAAG,EAAE,GAAG,GAAG,eAAe,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,CAAC,GAAG,EAAE,GAAG,GAAG,KAAK,CAAC,eAAe,CAAC,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,UAAU,EAAE,SAAS,GAAG,MAAM,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,yBAAyB,CAAC;IACpC,MAAM,EAAE,uBAAuB,CAAC;CACjC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quote.d.ts","sourceRoot":"","sources":["../../../src/types/quote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,MAAM,KAAK,GAAG;IAClB,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,IAAI,GAAG,SAAS,CAAC;IAC5B,QAAQ,EAAE;QACR,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KACvB,GAAG,IAAI,CAAC;CACV,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uid.d.ts","sourceRoot":"","sources":["../../../src/types/uid.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,GAAG,GAAG,MAAM,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { PushTokenObject, AllPushSettings } from "@/types/push-document.js";
2
+ import type { PushTokenObject, AllPushSettings } from "../types/push-document.js";
3
3
  export type User = {
4
4
  active_group: "";
5
5
  birthdate: Timestamp;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/types/user.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EACV,eAAe,EACf,eAAe,EAChB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,IAAI,GAAG;IACjB,YAAY,EAAE,EAAE,CAAC;IACjB,SAAS,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,cAAc,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IACxC,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { StringifiedWordleGameState } from "@/types/wordle-game-state.js";
1
+ import type { StringifiedWordleGameState } from "../types/wordle-game-state.js";
2
2
  import type { Timestamp } from "firebase-admin/firestore";
3
3
  export type WordleGameStateDocument = {
4
4
  calculated_score: number;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-game-state-document.d.ts","sourceRoot":"","sources":["../../../src/types/wordle-game-state-document.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,MAAM,uBAAuB,GAAG;IACpC,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,0BAA0B,CAAC;IACvC,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,UAAU,EAAE,SAAS,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-game-state.d.ts","sourceRoot":"","sources":["../../../src/types/wordle-game-state.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,cAAc,EAAE,CAAC;AAEzC,MAAM,MAAM,eAAe,GAAG,SAAS,EAAE,CAAC;AAE1C,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-game.d.ts","sourceRoot":"","sources":["../../../src/types/wordle-game.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,MAAM,UAAU,GAAG;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,SAAS,CAAC;IAChB,UAAU,EAAE,SAAS,CAAC;IACtB,UAAU,EAAE,SAAS,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { MatchTries } from "@/types/match-tries.js";
2
+ import type { MatchTries } from "../types/match-tries.js";
3
3
  export type WordleLeaderboard = {
4
4
  created_at: Timestamp;
5
5
  has_lost: number;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-leaderboard.d.ts","sourceRoot":"","sources":["../../../src/types/wordle-leaderboard.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEzD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,UAAU,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,UAAU,CAAC;IACxB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC;IAC7C,UAAU,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,UAAU,CAAC;IACxB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { MatchTries } from "@/types/match-tries.js";
2
+ import type { MatchTries } from "../types/match-tries.js";
3
3
  export type WordleMonthlyScore = {
4
4
  created_at: Timestamp;
5
5
  has_lost: number;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-monthly-score.d.ts","sourceRoot":"","sources":["../../../src/types/wordle-monthly-score.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEzD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,UAAU,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,UAAU,CAAC;IACxB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,SAAS,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAAC;IAC9C,UAAU,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,UAAU,CAAC;IACxB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,SAAS,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { StringifiedWordleGameState } from "@/types/wordle-game-state.js";
2
+ import type { StringifiedWordleGameState } from "../types/wordle-game-state.js";
3
3
  export type WordleScore = {
4
4
  created_at: Timestamp;
5
5
  game_id: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-score.d.ts","sourceRoot":"","sources":["../../../src/types/wordle-score.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE/E,MAAM,MAAM,WAAW,GAAG;IACxB,UAAU,EAAE,SAAS,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,0BAA0B,CAAC;IACvC,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,sBAAsB,EAAE,MAAM,CAAC;IAC/B,UAAU,EAAE,SAAS,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collections.d.ts","sourceRoot":"","sources":["../../../src/constants/collections.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,UAAU,CAAC;AAC5C,eAAO,MAAM,qBAAqB,WAAW,CAAC;AAC9C,eAAO,MAAM,4BAA4B,iBAAiB,CAAC;AAC3D,eAAO,MAAM,kCAAkC,uBAAuB,CAAC;AACvE,eAAO,MAAM,qCAAqC,0BAA0B,CAAC;AAC7E,eAAO,MAAM,6BAA6B,kBAAkB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-permission.d.ts","sourceRoot":"","sources":["../../../src/enums/group-permission.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,MAAM,WAAW;CAClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"push-settings-options.d.ts","sourceRoot":"","sources":["../../../src/enums/push-settings-options.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,YAAY,iBAAiB;IAC7B,mBAAmB,wBAAwB;IAC3C,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;CAChC"}
@@ -1,3 +1,3 @@
1
- import { CharacterState } from "@/types/wordle-game-state.js";
1
+ import { CharacterState } from "../types/wordle-game-state.js";
2
2
  export declare function createCharacterState(character: string, isCorrect: boolean, isLocked?: boolean): CharacterState;
3
3
  //# sourceMappingURL=character-state.fixtures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"character-state.fixtures.d.ts","sourceRoot":"","sources":["../../../src/fixtures/character-state.fixtures.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE9D,wBAAgB,oBAAoB,CAClC,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,OAAO,EAClB,QAAQ,GAAE,OAAe,GACxB,cAAc,CAEhB"}
@@ -1,4 +1,4 @@
1
- import { WordleRow } from "@/types/wordle-game-state.js";
1
+ import { WordleRow } from "../types/wordle-game-state.js";
2
2
  export declare function createWordleRow(inputWord: string, correctWord: string): WordleRow;
3
3
  export declare function createAllCorrectWordleRow(word: string): WordleRow;
4
4
  export declare function createAllIncorrectWordleRow(word: string): WordleRow;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-row.fixtures.d.ts","sourceRoot":"","sources":["../../../src/fixtures/wordle-row.fixtures.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD,wBAAgB,eAAe,CAC7B,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,GAClB,SAAS,CAUX;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,CAEjE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,CAEnE;AAED,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,MAAM,EACZ,cAAc,EAAE,MAAM,EAAE,GACvB,SAAS,CAMX"}
@@ -1,4 +1,4 @@
1
- import { createCharacterState } from "@/fixtures/character-state.fixtures.js";
1
+ import { createCharacterState } from "../fixtures/character-state.fixtures.js";
2
2
  export function createWordleRow(inputWord, correctWord) {
3
3
  if (inputWord.length !== correctWord.length) {
4
4
  throw new Error("Input word and correct word must be the same length");
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is-valid-permission.d.ts","sourceRoot":"","sources":["../../../../src/helpers/permissions/is-valid-permission.ts"],"names":[],"mappings":"AAEA,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAE7D"}
@@ -1,4 +1,4 @@
1
- import { GroupPermission } from "@/enums/group-permission.js";
1
+ import { GroupPermission } from "../../enums/group-permission.js";
2
2
  export function isValidPermission(permission) {
3
3
  return Object.values(GroupPermission).includes(permission);
4
4
  }
@@ -1,4 +1,4 @@
1
- import { WordleRow } from "@/types/wordle-game-state.js";
1
+ import { WordleRow } from "../../types/wordle-game-state.js";
2
2
  /**
3
3
  * Method to determine if all characters are correct for a given WordleRow
4
4
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"all-correct-in-row.d.ts","sourceRoot":"","sources":["../../../../src/helpers/worlde/all-correct-in-row.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzE;;GAEG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,SAAS,GAAG,OAAO,CAEvD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calculate-wordle-score.d.ts","sourceRoot":"","sources":["../../../../src/helpers/worlde/calculate-wordle-score.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAGxE;;;;;;;;;GASG;AACH,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,eAAe,GAAG,MAAM,CAuCvE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment.d.ts","sourceRoot":"","sources":["../../../src/types/comment.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,KAAK,OAAO,GAAG;IACb,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,IAAI,GAAG,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC;AAEnC,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fcm-token.d.ts","sourceRoot":"","sources":["../../../src/types/fcm-token.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-general-data.d.ts","sourceRoot":"","sources":["../../../src/types/group-general-data.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { GroupPermission } from "@/enums/group-permission.js";
1
+ import { GroupPermission } from "../enums/group-permission.js";
2
2
  import type { Timestamp } from "firebase-admin/firestore";
3
3
  export type GroupMember = {
4
4
  birthday: Timestamp | null;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-member.d.ts","sourceRoot":"","sources":["../../../src/types/group-member.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,EAAE,SAAS,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,eAAe,CAAC;IAC5B,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { GroupGeneralData } from "@/types/group-general-data.js";
3
- import type { GroupMember } from "@/types/group-member.js";
4
- import type { Uid } from "@/types/uid.js";
2
+ import type { GroupGeneralData } from "../types/group-general-data.js";
3
+ import type { GroupMember } from "../types/group-member.js";
4
+ import type { Uid } from "../types/uid.js";
5
5
  export type Group = {
6
6
  created_at: Timestamp;
7
7
  updated_at: Timestamp;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../../src/types/group.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,MAAM,KAAK,GAAG;IAClB,UAAU,EAAE,SAAS,CAAC;IACtB,UAAU,EAAE,SAAS,CAAC;IACtB,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,YAAY,EAAE,gBAAgB,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,oBAAoB,EAAE,SAAS,GAAG,IAAI,GAAG,SAAS,CAAC;IACnD,OAAO,EAAE;QACP,CAAC,GAAG,EAAE,GAAG,GAAG,WAAW,CAAC;KACzB,CAAC;IACF,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,YAAY,EAAE,SAAS,GAAG,IAAI,GAAG,SAAS,CAAC;CAC5C,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"match-tries.d.ts","sourceRoot":"","sources":["../../../src/types/match-tries.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;CACb,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { PushSettingsOptions } from "@/enums/push-settings-options.js";
3
- import type { Uid } from "@/types/uid.js";
2
+ import type { PushSettingsOptions } from "../enums/push-settings-options.js";
3
+ import type { Uid } from "../types/uid.js";
4
4
  export type AllPushSettings = {
5
5
  [key in PushSettingsOptions]: boolean | null;
6
6
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"push-document.d.ts","sourceRoot":"","sources":["../../../src/types/push-document.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAC5E,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,MAAM,eAAe,GAAG;KAC3B,GAAG,IAAI,mBAAmB,GAAG,OAAO,GAAG,IAAI;CAC7C,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,CAAC,GAAG,EAAE,GAAG,GAAG,eAAe,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,CAAC,GAAG,EAAE,GAAG,GAAG,KAAK,CAAC,eAAe,CAAC,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,UAAU,EAAE,SAAS,GAAG,MAAM,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,yBAAyB,CAAC;IACpC,MAAM,EAAE,uBAAuB,CAAC;CACjC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quote.d.ts","sourceRoot":"","sources":["../../../src/types/quote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,MAAM,KAAK,GAAG;IAClB,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,IAAI,GAAG,SAAS,CAAC;IAC5B,QAAQ,EAAE;QACR,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KACvB,GAAG,IAAI,CAAC;CACV,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uid.d.ts","sourceRoot":"","sources":["../../../src/types/uid.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,GAAG,GAAG,MAAM,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { PushTokenObject, AllPushSettings } from "@/types/push-document.js";
2
+ import type { PushTokenObject, AllPushSettings } from "../types/push-document.js";
3
3
  export type User = {
4
4
  active_group: "";
5
5
  birthdate: Timestamp;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/types/user.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EACV,eAAe,EACf,eAAe,EAChB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,IAAI,GAAG;IACjB,YAAY,EAAE,EAAE,CAAC;IACjB,SAAS,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,cAAc,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IACxC,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { StringifiedWordleGameState } from "@/types/wordle-game-state.js";
1
+ import type { StringifiedWordleGameState } from "../types/wordle-game-state.js";
2
2
  import type { Timestamp } from "firebase-admin/firestore";
3
3
  export type WordleGameStateDocument = {
4
4
  calculated_score: number;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-game-state-document.d.ts","sourceRoot":"","sources":["../../../src/types/wordle-game-state-document.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,MAAM,uBAAuB,GAAG;IACpC,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,0BAA0B,CAAC;IACvC,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,UAAU,EAAE,SAAS,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-game-state.d.ts","sourceRoot":"","sources":["../../../src/types/wordle-game-state.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,cAAc,EAAE,CAAC;AAEzC,MAAM,MAAM,eAAe,GAAG,SAAS,EAAE,CAAC;AAE1C,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-game.d.ts","sourceRoot":"","sources":["../../../src/types/wordle-game.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,MAAM,UAAU,GAAG;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,SAAS,CAAC;IAChB,UAAU,EAAE,SAAS,CAAC;IACtB,UAAU,EAAE,SAAS,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { MatchTries } from "@/types/match-tries.js";
2
+ import type { MatchTries } from "../types/match-tries.js";
3
3
  export type WordleLeaderboard = {
4
4
  created_at: Timestamp;
5
5
  has_lost: number;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-leaderboard.d.ts","sourceRoot":"","sources":["../../../src/types/wordle-leaderboard.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEzD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,UAAU,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,UAAU,CAAC;IACxB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC;IAC7C,UAAU,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,UAAU,CAAC;IACxB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { MatchTries } from "@/types/match-tries.js";
2
+ import type { MatchTries } from "../types/match-tries.js";
3
3
  export type WordleMonthlyScore = {
4
4
  created_at: Timestamp;
5
5
  has_lost: number;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-monthly-score.d.ts","sourceRoot":"","sources":["../../../src/types/wordle-monthly-score.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEzD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,UAAU,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,UAAU,CAAC;IACxB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,SAAS,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAAC;IAC9C,UAAU,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,UAAU,CAAC;IACxB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,SAAS,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { StringifiedWordleGameState } from "@/types/wordle-game-state.js";
2
+ import type { StringifiedWordleGameState } from "../types/wordle-game-state.js";
3
3
  export type WordleScore = {
4
4
  created_at: Timestamp;
5
5
  game_id: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-score.d.ts","sourceRoot":"","sources":["../../../src/types/wordle-score.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE/E,MAAM,MAAM,WAAW,GAAG;IACxB,UAAU,EAAE,SAAS,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,0BAA0B,CAAC;IACvC,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,sBAAsB,EAAE,MAAM,CAAC;IAC/B,UAAU,EAAE,SAAS,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collections.d.ts","sourceRoot":"","sources":["../../../src/constants/collections.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,UAAU,CAAC;AAC5C,eAAO,MAAM,qBAAqB,WAAW,CAAC;AAC9C,eAAO,MAAM,4BAA4B,iBAAiB,CAAC;AAC3D,eAAO,MAAM,kCAAkC,uBAAuB,CAAC;AACvE,eAAO,MAAM,qCAAqC,0BAA0B,CAAC;AAC7E,eAAO,MAAM,6BAA6B,kBAAkB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-permission.d.ts","sourceRoot":"","sources":["../../../src/enums/group-permission.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,MAAM,WAAW;CAClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"push-settings-options.d.ts","sourceRoot":"","sources":["../../../src/enums/push-settings-options.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,YAAY,iBAAiB;IAC7B,mBAAmB,wBAAwB;IAC3C,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;CAChC"}
@@ -1,3 +1,3 @@
1
- import { CharacterState } from "@/types/wordle-game-state.js";
1
+ import { CharacterState } from "../types/wordle-game-state.js";
2
2
  export declare function createCharacterState(character: string, isCorrect: boolean, isLocked?: boolean): CharacterState;
3
3
  //# sourceMappingURL=character-state.fixtures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"character-state.fixtures.d.ts","sourceRoot":"","sources":["../../../src/fixtures/character-state.fixtures.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE9D,wBAAgB,oBAAoB,CAClC,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,OAAO,EAClB,QAAQ,GAAE,OAAe,GACxB,cAAc,CAEhB"}
@@ -1,4 +1,4 @@
1
- import { WordleRow } from "@/types/wordle-game-state.js";
1
+ import { WordleRow } from "../types/wordle-game-state.js";
2
2
  export declare function createWordleRow(inputWord: string, correctWord: string): WordleRow;
3
3
  export declare function createAllCorrectWordleRow(word: string): WordleRow;
4
4
  export declare function createAllIncorrectWordleRow(word: string): WordleRow;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordle-row.fixtures.d.ts","sourceRoot":"","sources":["../../../src/fixtures/wordle-row.fixtures.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD,wBAAgB,eAAe,CAC7B,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,GAClB,SAAS,CAUX;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,CAEjE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,CAEnE;AAED,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,MAAM,EACZ,cAAc,EAAE,MAAM,EAAE,GACvB,SAAS,CAMX"}
@@ -1,4 +1,4 @@
1
- import { createCharacterState } from "@/fixtures/character-state.fixtures.js";
1
+ import { createCharacterState } from "../fixtures/character-state.fixtures.js";
2
2
  export function createWordleRow(inputWord, correctWord) {
3
3
  if (inputWord.length !== correctWord.length) {
4
4
  throw new Error("Input word and correct word must be the same length");
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is-valid-permission.d.ts","sourceRoot":"","sources":["../../../../src/helpers/permissions/is-valid-permission.ts"],"names":[],"mappings":"AAEA,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAE7D"}
@@ -1,4 +1,4 @@
1
- import { GroupPermission } from "@/enums/group-permission.js";
1
+ import { GroupPermission } from "../../enums/group-permission.js";
2
2
  export function isValidPermission(permission) {
3
3
  return Object.values(GroupPermission).includes(permission);
4
4
  }
@@ -1,4 +1,4 @@
1
- import { WordleRow } from "@/types/wordle-game-state.js";
1
+ import { WordleRow } from "../../types/wordle-game-state.js";
2
2
  /**
3
3
  * Method to determine if all characters are correct for a given WordleRow
4
4
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"all-correct-in-row.d.ts","sourceRoot":"","sources":["../../../../src/helpers/worlde/all-correct-in-row.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzE;;GAEG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,SAAS,GAAG,OAAO,CAEvD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calculate-wordle-score.d.ts","sourceRoot":"","sources":["../../../../src/helpers/worlde/calculate-wordle-score.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAGxE;;;;;;;;;GASG;AACH,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,eAAe,GAAG,MAAM,CAuCvE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment.d.ts","sourceRoot":"","sources":["../../../src/types/comment.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,KAAK,OAAO,GAAG;IACb,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,IAAI,GAAG,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC;AAEnC,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fcm-token.d.ts","sourceRoot":"","sources":["../../../src/types/fcm-token.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-general-data.d.ts","sourceRoot":"","sources":["../../../src/types/group-general-data.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { GroupPermission } from "@/enums/group-permission.js";
1
+ import { GroupPermission } from "../enums/group-permission.js";
2
2
  import type { Timestamp } from "firebase-admin/firestore";
3
3
  export type GroupMember = {
4
4
  birthday: Timestamp | null;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-member.d.ts","sourceRoot":"","sources":["../../../src/types/group-member.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,EAAE,SAAS,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,eAAe,CAAC;IAC5B,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { GroupGeneralData } from "@/types/group-general-data.js";
3
- import type { GroupMember } from "@/types/group-member.js";
4
- import type { Uid } from "@/types/uid.js";
2
+ import type { GroupGeneralData } from "../types/group-general-data.js";
3
+ import type { GroupMember } from "../types/group-member.js";
4
+ import type { Uid } from "../types/uid.js";
5
5
  export type Group = {
6
6
  created_at: Timestamp;
7
7
  updated_at: Timestamp;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../../src/types/group.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,MAAM,KAAK,GAAG;IAClB,UAAU,EAAE,SAAS,CAAC;IACtB,UAAU,EAAE,SAAS,CAAC;IACtB,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,YAAY,EAAE,gBAAgB,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,oBAAoB,EAAE,SAAS,GAAG,IAAI,GAAG,SAAS,CAAC;IACnD,OAAO,EAAE;QACP,CAAC,GAAG,EAAE,GAAG,GAAG,WAAW,CAAC;KACzB,CAAC;IACF,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,YAAY,EAAE,SAAS,GAAG,IAAI,GAAG,SAAS,CAAC;CAC5C,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"match-tries.d.ts","sourceRoot":"","sources":["../../../src/types/match-tries.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;CACb,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { PushSettingsOptions } from "@/enums/push-settings-options.js";
3
- import type { Uid } from "@/types/uid.js";
2
+ import type { PushSettingsOptions } from "../enums/push-settings-options.js";
3
+ import type { Uid } from "../types/uid.js";
4
4
  export type AllPushSettings = {
5
5
  [key in PushSettingsOptions]: boolean | null;
6
6
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"push-document.d.ts","sourceRoot":"","sources":["../../../src/types/push-document.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAC5E,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,MAAM,eAAe,GAAG;KAC3B,GAAG,IAAI,mBAAmB,GAAG,OAAO,GAAG,IAAI;CAC7C,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,CAAC,GAAG,EAAE,GAAG,GAAG,eAAe,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,CAAC,GAAG,EAAE,GAAG,GAAG,KAAK,CAAC,eAAe,CAAC,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,UAAU,EAAE,SAAS,GAAG,MAAM,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,yBAAyB,CAAC;IACpC,MAAM,EAAE,uBAAuB,CAAC;CACjC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quote.d.ts","sourceRoot":"","sources":["../../../src/types/quote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,MAAM,KAAK,GAAG;IAClB,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,IAAI,GAAG,SAAS,CAAC;IAC5B,QAAQ,EAAE;QACR,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KACvB,GAAG,IAAI,CAAC;CACV,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uid.d.ts","sourceRoot":"","sources":["../../../src/types/uid.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,GAAG,GAAG,MAAM,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { Timestamp } from "firebase-admin/firestore";
2
- import type { PushTokenObject, AllPushSettings } from "@/types/push-document.js";
2
+ import type { PushTokenObject, AllPushSettings } from "../types/push-document.js";
3
3
  export type User = {
4
4
  active_group: "";
5
5
  birthdate: Timestamp;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/types/user.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EACV,eAAe,EACf,eAAe,EAChB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,IAAI,GAAG;IACjB,YAAY,EAAE,EAAE,CAAC;IACjB,SAAS,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,cAAc,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IACxC,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC"}