@carlonicora/nestjs-neo4jsonapi 1.39.0 → 1.40.0

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 (296) hide show
  1. package/dist/config/base.config.d.ts.map +1 -1
  2. package/dist/config/base.config.js +9 -0
  3. package/dist/config/base.config.js.map +1 -1
  4. package/dist/config/interfaces/base.config.interface.d.ts +2 -0
  5. package/dist/config/interfaces/base.config.interface.d.ts.map +1 -1
  6. package/dist/config/interfaces/config.two.factor.interface.d.ts +27 -0
  7. package/dist/config/interfaces/config.two.factor.interface.d.ts.map +1 -0
  8. package/dist/config/interfaces/config.two.factor.interface.js +3 -0
  9. package/dist/config/interfaces/config.two.factor.interface.js.map +1 -0
  10. package/dist/config/interfaces/index.d.ts +1 -0
  11. package/dist/config/interfaces/index.d.ts.map +1 -1
  12. package/dist/config/interfaces/index.js +1 -0
  13. package/dist/config/interfaces/index.js.map +1 -1
  14. package/dist/core/jsonapi/services/jsonapi.service.d.ts.map +1 -1
  15. package/dist/core/jsonapi/services/jsonapi.service.js +3 -1
  16. package/dist/core/jsonapi/services/jsonapi.service.js.map +1 -1
  17. package/dist/core/llm/services/vision.llm.service.d.ts.map +1 -1
  18. package/dist/core/llm/services/vision.llm.service.js +0 -1
  19. package/dist/core/llm/services/vision.llm.service.js.map +1 -1
  20. package/dist/core/security/services/security.service.d.ts +27 -0
  21. package/dist/core/security/services/security.service.d.ts.map +1 -1
  22. package/dist/core/security/services/security.service.js +37 -0
  23. package/dist/core/security/services/security.service.js.map +1 -1
  24. package/dist/foundations/auth/auth.module.d.ts.map +1 -1
  25. package/dist/foundations/auth/auth.module.js +6 -0
  26. package/dist/foundations/auth/auth.module.js.map +1 -1
  27. package/dist/foundations/auth/entities/pending-auth.entity.d.ts +16 -0
  28. package/dist/foundations/auth/entities/pending-auth.entity.d.ts.map +1 -0
  29. package/dist/foundations/auth/entities/pending-auth.entity.js +3 -0
  30. package/dist/foundations/auth/entities/pending-auth.entity.js.map +1 -0
  31. package/dist/foundations/auth/entities/pending-auth.map.d.ts +6 -0
  32. package/dist/foundations/auth/entities/pending-auth.map.d.ts.map +1 -0
  33. package/dist/foundations/auth/entities/pending-auth.map.js +20 -0
  34. package/dist/foundations/auth/entities/pending-auth.map.js.map +1 -0
  35. package/dist/foundations/auth/entities/pending-auth.meta.d.ts +3 -0
  36. package/dist/foundations/auth/entities/pending-auth.meta.d.ts.map +1 -0
  37. package/dist/foundations/auth/entities/pending-auth.meta.js +10 -0
  38. package/dist/foundations/auth/entities/pending-auth.meta.js.map +1 -0
  39. package/dist/foundations/auth/entities/pending-auth.model.d.ts +9 -0
  40. package/dist/foundations/auth/entities/pending-auth.model.d.ts.map +1 -0
  41. package/dist/foundations/auth/entities/pending-auth.model.js +19 -0
  42. package/dist/foundations/auth/entities/pending-auth.model.js.map +1 -0
  43. package/dist/foundations/auth/serialisers/pending-auth.serialiser.d.ts +18 -0
  44. package/dist/foundations/auth/serialisers/pending-auth.serialiser.d.ts.map +1 -0
  45. package/dist/foundations/auth/serialisers/pending-auth.serialiser.js +49 -0
  46. package/dist/foundations/auth/serialisers/pending-auth.serialiser.js.map +1 -0
  47. package/dist/foundations/auth/services/auth.service.d.ts +12 -1
  48. package/dist/foundations/auth/services/auth.service.d.ts.map +1 -1
  49. package/dist/foundations/auth/services/auth.service.js +60 -6
  50. package/dist/foundations/auth/services/auth.service.js.map +1 -1
  51. package/dist/foundations/foundations.modules.d.ts.map +1 -1
  52. package/dist/foundations/foundations.modules.js +2 -0
  53. package/dist/foundations/foundations.modules.js.map +1 -1
  54. package/dist/foundations/index.d.ts +1 -0
  55. package/dist/foundations/index.d.ts.map +1 -1
  56. package/dist/foundations/index.js +1 -0
  57. package/dist/foundations/index.js.map +1 -1
  58. package/dist/foundations/stripe/services/billing.service.d.ts +3 -4
  59. package/dist/foundations/stripe/services/billing.service.d.ts.map +1 -1
  60. package/dist/foundations/stripe/services/billing.service.js +1 -1
  61. package/dist/foundations/stripe/services/billing.service.js.map +1 -1
  62. package/dist/foundations/stripe-invoice/services/stripe-invoice-admin.service.d.ts +1 -1
  63. package/dist/foundations/stripe-invoice/services/stripe-invoice-admin.service.js +1 -1
  64. package/dist/foundations/stripe-invoice/services/stripe-invoice-api.service.d.ts +1 -1
  65. package/dist/foundations/stripe-invoice/services/stripe-invoice-api.service.d.ts.map +1 -1
  66. package/dist/foundations/stripe-invoice/services/stripe-invoice-api.service.js +2 -2
  67. package/dist/foundations/stripe-invoice/services/stripe-invoice-api.service.js.map +1 -1
  68. package/dist/foundations/stripe-subscription/controllers/stripe-subscription.controller.d.ts.map +1 -1
  69. package/dist/foundations/stripe-subscription/controllers/stripe-subscription.controller.js +0 -3
  70. package/dist/foundations/stripe-subscription/controllers/stripe-subscription.controller.js.map +1 -1
  71. package/dist/foundations/stripe-subscription/services/stripe-subscription-admin.service.d.ts +1 -1
  72. package/dist/foundations/stripe-subscription/services/stripe-subscription-admin.service.d.ts.map +1 -1
  73. package/dist/foundations/stripe-subscription/services/stripe-subscription-admin.service.js +1 -3
  74. package/dist/foundations/stripe-subscription/services/stripe-subscription-admin.service.js.map +1 -1
  75. package/dist/foundations/stripe-subscription/services/stripe-subscription-api.service.d.ts +1 -1
  76. package/dist/foundations/stripe-subscription/services/stripe-subscription-api.service.d.ts.map +1 -1
  77. package/dist/foundations/stripe-subscription/services/stripe-subscription-api.service.js +1 -5
  78. package/dist/foundations/stripe-subscription/services/stripe-subscription-api.service.js.map +1 -1
  79. package/dist/foundations/two-factor/controllers/passkey.controller.d.ts +52 -0
  80. package/dist/foundations/two-factor/controllers/passkey.controller.d.ts.map +1 -0
  81. package/dist/foundations/two-factor/controllers/passkey.controller.js +155 -0
  82. package/dist/foundations/two-factor/controllers/passkey.controller.js.map +1 -0
  83. package/dist/foundations/two-factor/controllers/totp.controller.d.ts +47 -0
  84. package/dist/foundations/two-factor/controllers/totp.controller.d.ts.map +1 -0
  85. package/dist/foundations/two-factor/controllers/totp.controller.js +132 -0
  86. package/dist/foundations/two-factor/controllers/totp.controller.js.map +1 -0
  87. package/dist/foundations/two-factor/controllers/two-factor.controller.d.ts +124 -0
  88. package/dist/foundations/two-factor/controllers/two-factor.controller.d.ts.map +1 -0
  89. package/dist/foundations/two-factor/controllers/two-factor.controller.js +352 -0
  90. package/dist/foundations/two-factor/controllers/two-factor.controller.js.map +1 -0
  91. package/dist/foundations/two-factor/dtos/passkey-options.dto.d.ts +42 -0
  92. package/dist/foundations/two-factor/dtos/passkey-options.dto.d.ts.map +1 -0
  93. package/dist/foundations/two-factor/dtos/passkey-options.dto.js +77 -0
  94. package/dist/foundations/two-factor/dtos/passkey-options.dto.js.map +1 -0
  95. package/dist/foundations/two-factor/dtos/passkey-verify.dto.d.ts +120 -0
  96. package/dist/foundations/two-factor/dtos/passkey-verify.dto.d.ts.map +1 -0
  97. package/dist/foundations/two-factor/dtos/passkey-verify.dto.js +226 -0
  98. package/dist/foundations/two-factor/dtos/passkey-verify.dto.js.map +1 -0
  99. package/dist/foundations/two-factor/dtos/totp-setup.dto.d.ts +32 -0
  100. package/dist/foundations/two-factor/dtos/totp-setup.dto.d.ts.map +1 -0
  101. package/dist/foundations/two-factor/dtos/totp-setup.dto.js +67 -0
  102. package/dist/foundations/two-factor/dtos/totp-setup.dto.js.map +1 -0
  103. package/dist/foundations/two-factor/dtos/totp-verify.dto.d.ts +62 -0
  104. package/dist/foundations/two-factor/dtos/totp-verify.dto.d.ts.map +1 -0
  105. package/dist/foundations/two-factor/dtos/totp-verify.dto.js +118 -0
  106. package/dist/foundations/two-factor/dtos/totp-verify.dto.js.map +1 -0
  107. package/dist/foundations/two-factor/dtos/two-factor-verify.dto.d.ts +83 -0
  108. package/dist/foundations/two-factor/dtos/two-factor-verify.dto.d.ts.map +1 -0
  109. package/dist/foundations/two-factor/dtos/two-factor-verify.dto.js +161 -0
  110. package/dist/foundations/two-factor/dtos/two-factor-verify.dto.js.map +1 -0
  111. package/dist/foundations/two-factor/entities/backup-code.d.ts +22 -0
  112. package/dist/foundations/two-factor/entities/backup-code.d.ts.map +1 -0
  113. package/dist/foundations/two-factor/entities/backup-code.js +25 -0
  114. package/dist/foundations/two-factor/entities/backup-code.js.map +1 -0
  115. package/dist/foundations/two-factor/entities/backup-code.meta.d.ts +3 -0
  116. package/dist/foundations/two-factor/entities/backup-code.meta.d.ts.map +1 -0
  117. package/dist/foundations/two-factor/entities/backup-code.meta.js +10 -0
  118. package/dist/foundations/two-factor/entities/backup-code.meta.js.map +1 -0
  119. package/dist/foundations/two-factor/entities/backup-codes-count.d.ts +18 -0
  120. package/dist/foundations/two-factor/entities/backup-codes-count.d.ts.map +1 -0
  121. package/dist/foundations/two-factor/entities/backup-codes-count.js +19 -0
  122. package/dist/foundations/two-factor/entities/backup-codes-count.js.map +1 -0
  123. package/dist/foundations/two-factor/entities/backup-codes-count.meta.d.ts +3 -0
  124. package/dist/foundations/two-factor/entities/backup-codes-count.meta.d.ts.map +1 -0
  125. package/dist/foundations/two-factor/entities/backup-codes-count.meta.js +10 -0
  126. package/dist/foundations/two-factor/entities/backup-codes-count.meta.js.map +1 -0
  127. package/dist/foundations/two-factor/entities/backup-codes-generation.d.ts +19 -0
  128. package/dist/foundations/two-factor/entities/backup-codes-generation.d.ts.map +1 -0
  129. package/dist/foundations/two-factor/entities/backup-codes-generation.js +20 -0
  130. package/dist/foundations/two-factor/entities/backup-codes-generation.js.map +1 -0
  131. package/dist/foundations/two-factor/entities/backup-codes-generation.meta.d.ts +3 -0
  132. package/dist/foundations/two-factor/entities/backup-codes-generation.meta.d.ts.map +1 -0
  133. package/dist/foundations/two-factor/entities/backup-codes-generation.meta.js +10 -0
  134. package/dist/foundations/two-factor/entities/backup-codes-generation.meta.js.map +1 -0
  135. package/dist/foundations/two-factor/entities/passkey-authentication-options.d.ts +19 -0
  136. package/dist/foundations/two-factor/entities/passkey-authentication-options.d.ts.map +1 -0
  137. package/dist/foundations/two-factor/entities/passkey-authentication-options.js +20 -0
  138. package/dist/foundations/two-factor/entities/passkey-authentication-options.js.map +1 -0
  139. package/dist/foundations/two-factor/entities/passkey-authentication-options.meta.d.ts +3 -0
  140. package/dist/foundations/two-factor/entities/passkey-authentication-options.meta.d.ts.map +1 -0
  141. package/dist/foundations/two-factor/entities/passkey-authentication-options.meta.js +10 -0
  142. package/dist/foundations/two-factor/entities/passkey-authentication-options.meta.js.map +1 -0
  143. package/dist/foundations/two-factor/entities/passkey-registration-options.d.ts +19 -0
  144. package/dist/foundations/two-factor/entities/passkey-registration-options.d.ts.map +1 -0
  145. package/dist/foundations/two-factor/entities/passkey-registration-options.js +20 -0
  146. package/dist/foundations/two-factor/entities/passkey-registration-options.js.map +1 -0
  147. package/dist/foundations/two-factor/entities/passkey-registration-options.meta.d.ts +3 -0
  148. package/dist/foundations/two-factor/entities/passkey-registration-options.meta.d.ts.map +1 -0
  149. package/dist/foundations/two-factor/entities/passkey-registration-options.meta.js +10 -0
  150. package/dist/foundations/two-factor/entities/passkey-registration-options.meta.js.map +1 -0
  151. package/dist/foundations/two-factor/entities/passkey.d.ts +27 -0
  152. package/dist/foundations/two-factor/entities/passkey.d.ts.map +1 -0
  153. package/dist/foundations/two-factor/entities/passkey.js +30 -0
  154. package/dist/foundations/two-factor/entities/passkey.js.map +1 -0
  155. package/dist/foundations/two-factor/entities/passkey.meta.d.ts +3 -0
  156. package/dist/foundations/two-factor/entities/passkey.meta.d.ts.map +1 -0
  157. package/dist/foundations/two-factor/entities/passkey.meta.js +10 -0
  158. package/dist/foundations/two-factor/entities/passkey.meta.js.map +1 -0
  159. package/dist/foundations/two-factor/entities/pending-two-factor.d.ts +24 -0
  160. package/dist/foundations/two-factor/entities/pending-two-factor.d.ts.map +1 -0
  161. package/dist/foundations/two-factor/entities/pending-two-factor.js +27 -0
  162. package/dist/foundations/two-factor/entities/pending-two-factor.js.map +1 -0
  163. package/dist/foundations/two-factor/entities/pending-two-factor.meta.d.ts +3 -0
  164. package/dist/foundations/two-factor/entities/pending-two-factor.meta.d.ts.map +1 -0
  165. package/dist/foundations/two-factor/entities/pending-two-factor.meta.js +10 -0
  166. package/dist/foundations/two-factor/entities/pending-two-factor.meta.js.map +1 -0
  167. package/dist/foundations/two-factor/entities/totp-authenticator.d.ts +24 -0
  168. package/dist/foundations/two-factor/entities/totp-authenticator.d.ts.map +1 -0
  169. package/dist/foundations/two-factor/entities/totp-authenticator.js +27 -0
  170. package/dist/foundations/two-factor/entities/totp-authenticator.js.map +1 -0
  171. package/dist/foundations/two-factor/entities/totp-authenticator.meta.d.ts +3 -0
  172. package/dist/foundations/two-factor/entities/totp-authenticator.meta.d.ts.map +1 -0
  173. package/dist/foundations/two-factor/entities/totp-authenticator.meta.js +10 -0
  174. package/dist/foundations/two-factor/entities/totp-authenticator.meta.js.map +1 -0
  175. package/dist/foundations/two-factor/entities/totp-setup.d.ts +20 -0
  176. package/dist/foundations/two-factor/entities/totp-setup.d.ts.map +1 -0
  177. package/dist/foundations/two-factor/entities/totp-setup.js +21 -0
  178. package/dist/foundations/two-factor/entities/totp-setup.js.map +1 -0
  179. package/dist/foundations/two-factor/entities/totp-setup.meta.d.ts +3 -0
  180. package/dist/foundations/two-factor/entities/totp-setup.meta.d.ts.map +1 -0
  181. package/dist/foundations/two-factor/entities/totp-setup.meta.js +10 -0
  182. package/dist/foundations/two-factor/entities/totp-setup.meta.js.map +1 -0
  183. package/dist/foundations/two-factor/entities/two-factor-challenge.d.ts +21 -0
  184. package/dist/foundations/two-factor/entities/two-factor-challenge.d.ts.map +1 -0
  185. package/dist/foundations/two-factor/entities/two-factor-challenge.js +22 -0
  186. package/dist/foundations/two-factor/entities/two-factor-challenge.js.map +1 -0
  187. package/dist/foundations/two-factor/entities/two-factor-challenge.meta.d.ts +3 -0
  188. package/dist/foundations/two-factor/entities/two-factor-challenge.meta.d.ts.map +1 -0
  189. package/dist/foundations/two-factor/entities/two-factor-challenge.meta.js +10 -0
  190. package/dist/foundations/two-factor/entities/two-factor-challenge.meta.js.map +1 -0
  191. package/dist/foundations/two-factor/entities/two-factor-config.d.ts +21 -0
  192. package/dist/foundations/two-factor/entities/two-factor-config.d.ts.map +1 -0
  193. package/dist/foundations/two-factor/entities/two-factor-config.js +23 -0
  194. package/dist/foundations/two-factor/entities/two-factor-config.js.map +1 -0
  195. package/dist/foundations/two-factor/entities/two-factor-config.meta.d.ts +3 -0
  196. package/dist/foundations/two-factor/entities/two-factor-config.meta.d.ts.map +1 -0
  197. package/dist/foundations/two-factor/entities/two-factor-config.meta.js +10 -0
  198. package/dist/foundations/two-factor/entities/two-factor-config.meta.js.map +1 -0
  199. package/dist/foundations/two-factor/entities/two-factor-status.d.ts +25 -0
  200. package/dist/foundations/two-factor/entities/two-factor-status.d.ts.map +1 -0
  201. package/dist/foundations/two-factor/entities/two-factor-status.js +22 -0
  202. package/dist/foundations/two-factor/entities/two-factor-status.js.map +1 -0
  203. package/dist/foundations/two-factor/entities/two-factor-status.meta.d.ts +3 -0
  204. package/dist/foundations/two-factor/entities/two-factor-status.meta.d.ts.map +1 -0
  205. package/dist/foundations/two-factor/entities/two-factor-status.meta.js +10 -0
  206. package/dist/foundations/two-factor/entities/two-factor-status.meta.js.map +1 -0
  207. package/dist/foundations/two-factor/entities/two-factor-verification.d.ts +19 -0
  208. package/dist/foundations/two-factor/entities/two-factor-verification.d.ts.map +1 -0
  209. package/dist/foundations/two-factor/entities/two-factor-verification.js +20 -0
  210. package/dist/foundations/two-factor/entities/two-factor-verification.js.map +1 -0
  211. package/dist/foundations/two-factor/entities/two-factor-verification.meta.d.ts +3 -0
  212. package/dist/foundations/two-factor/entities/two-factor-verification.meta.d.ts.map +1 -0
  213. package/dist/foundations/two-factor/entities/two-factor-verification.meta.js +10 -0
  214. package/dist/foundations/two-factor/entities/two-factor-verification.meta.js.map +1 -0
  215. package/dist/foundations/two-factor/guards/pending-auth.guard.d.ts +35 -0
  216. package/dist/foundations/two-factor/guards/pending-auth.guard.d.ts.map +1 -0
  217. package/dist/foundations/two-factor/guards/pending-auth.guard.js +70 -0
  218. package/dist/foundations/two-factor/guards/pending-auth.guard.js.map +1 -0
  219. package/dist/foundations/two-factor/index.d.ts +47 -0
  220. package/dist/foundations/two-factor/index.d.ts.map +1 -0
  221. package/dist/foundations/two-factor/index.js +134 -0
  222. package/dist/foundations/two-factor/index.js.map +1 -0
  223. package/dist/foundations/two-factor/repositories/backup-code.repository.d.ts +34 -0
  224. package/dist/foundations/two-factor/repositories/backup-code.repository.d.ts.map +1 -0
  225. package/dist/foundations/two-factor/repositories/backup-code.repository.js +107 -0
  226. package/dist/foundations/two-factor/repositories/backup-code.repository.js.map +1 -0
  227. package/dist/foundations/two-factor/repositories/passkey.repository.d.ts +51 -0
  228. package/dist/foundations/two-factor/repositories/passkey.repository.d.ts.map +1 -0
  229. package/dist/foundations/two-factor/repositories/passkey.repository.js +159 -0
  230. package/dist/foundations/two-factor/repositories/passkey.repository.js.map +1 -0
  231. package/dist/foundations/two-factor/repositories/pending-two-factor.repository.d.ts +47 -0
  232. package/dist/foundations/two-factor/repositories/pending-two-factor.repository.d.ts.map +1 -0
  233. package/dist/foundations/two-factor/repositories/pending-two-factor.repository.js +159 -0
  234. package/dist/foundations/two-factor/repositories/pending-two-factor.repository.js.map +1 -0
  235. package/dist/foundations/two-factor/repositories/totp-authenticator.repository.d.ts +51 -0
  236. package/dist/foundations/two-factor/repositories/totp-authenticator.repository.d.ts.map +1 -0
  237. package/dist/foundations/two-factor/repositories/totp-authenticator.repository.js +156 -0
  238. package/dist/foundations/two-factor/repositories/totp-authenticator.repository.js.map +1 -0
  239. package/dist/foundations/two-factor/repositories/two-factor-config.repository.d.ts +32 -0
  240. package/dist/foundations/two-factor/repositories/two-factor-config.repository.d.ts.map +1 -0
  241. package/dist/foundations/two-factor/repositories/two-factor-config.repository.js +105 -0
  242. package/dist/foundations/two-factor/repositories/two-factor-config.repository.js.map +1 -0
  243. package/dist/foundations/two-factor/services/backup-code.service.d.ts +95 -0
  244. package/dist/foundations/two-factor/services/backup-code.service.d.ts.map +1 -0
  245. package/dist/foundations/two-factor/services/backup-code.service.js +216 -0
  246. package/dist/foundations/two-factor/services/backup-code.service.js.map +1 -0
  247. package/dist/foundations/two-factor/services/index.d.ts +6 -0
  248. package/dist/foundations/two-factor/services/index.d.ts.map +1 -0
  249. package/dist/foundations/two-factor/services/index.js +14 -0
  250. package/dist/foundations/two-factor/services/index.js.map +1 -0
  251. package/dist/foundations/two-factor/services/passkey.service.d.ts +132 -0
  252. package/dist/foundations/two-factor/services/passkey.service.d.ts.map +1 -0
  253. package/dist/foundations/two-factor/services/passkey.service.js +400 -0
  254. package/dist/foundations/two-factor/services/passkey.service.js.map +1 -0
  255. package/dist/foundations/two-factor/services/totp-encryption.service.d.ts +42 -0
  256. package/dist/foundations/two-factor/services/totp-encryption.service.d.ts.map +1 -0
  257. package/dist/foundations/two-factor/services/totp-encryption.service.js +136 -0
  258. package/dist/foundations/two-factor/services/totp-encryption.service.js.map +1 -0
  259. package/dist/foundations/two-factor/services/totp.service.d.ts +132 -0
  260. package/dist/foundations/two-factor/services/totp.service.d.ts.map +1 -0
  261. package/dist/foundations/two-factor/services/totp.service.js +324 -0
  262. package/dist/foundations/two-factor/services/totp.service.js.map +1 -0
  263. package/dist/foundations/two-factor/services/two-factor.service.d.ts +165 -0
  264. package/dist/foundations/two-factor/services/two-factor.service.d.ts.map +1 -0
  265. package/dist/foundations/two-factor/services/two-factor.service.js +468 -0
  266. package/dist/foundations/two-factor/services/two-factor.service.js.map +1 -0
  267. package/dist/foundations/two-factor/two-factor.module.d.ts +23 -0
  268. package/dist/foundations/two-factor/two-factor.module.d.ts.map +1 -0
  269. package/dist/foundations/two-factor/two-factor.module.js +132 -0
  270. package/dist/foundations/two-factor/two-factor.module.js.map +1 -0
  271. package/dist/foundations/user/repositories/user.repository.d.ts +8 -0
  272. package/dist/foundations/user/repositories/user.repository.d.ts.map +1 -1
  273. package/dist/foundations/user/repositories/user.repository.js +28 -1
  274. package/dist/foundations/user/repositories/user.repository.js.map +1 -1
  275. package/dist/foundations/waitlist/controllers/waitlist.controller.d.ts.map +1 -1
  276. package/dist/foundations/waitlist/controllers/waitlist.controller.js +0 -4
  277. package/dist/foundations/waitlist/controllers/waitlist.controller.js.map +1 -1
  278. package/dist/foundations/waitlist/repositories/waitlist.repository.d.ts.map +1 -1
  279. package/dist/foundations/waitlist/repositories/waitlist.repository.js +0 -2
  280. package/dist/foundations/waitlist/repositories/waitlist.repository.js.map +1 -1
  281. package/dist/foundations/waitlist/services/waitlist.service.d.ts +1 -0
  282. package/dist/foundations/waitlist/services/waitlist.service.d.ts.map +1 -1
  283. package/dist/foundations/waitlist/services/waitlist.service.js +6 -7
  284. package/dist/foundations/waitlist/services/waitlist.service.js.map +1 -1
  285. package/dist/scripts/generate-module/generator.js +13 -13
  286. package/dist/scripts/generate-module/generator.js.map +1 -1
  287. package/dist/scripts/generate-module/index.js +6 -6
  288. package/dist/scripts/generate-module/index.js.map +1 -1
  289. package/dist/scripts/generate-module/utils/file-writer.js +2 -2
  290. package/dist/scripts/generate-module/utils/file-writer.js.map +1 -1
  291. package/dist/scripts/generate-module/utils/module-registrar.js +7 -7
  292. package/dist/scripts/generate-module/utils/module-registrar.js.map +1 -1
  293. package/dist/tools/migrate-entity/index.js +3 -3
  294. package/dist/tools/migrate-entity/lib/descriptor-generator.js +6 -6
  295. package/dist/tools/migrate-entity/lib/entity-migrator.js +13 -13
  296. package/package.json +5 -1
@@ -0,0 +1,120 @@
1
+ /**
2
+ * WebAuthn registration response structure.
3
+ * This is a simplified representation - the actual response is more complex.
4
+ */
5
+ export declare class WebAuthnRegistrationResponseDTO {
6
+ id: string;
7
+ rawId: string;
8
+ response: {
9
+ clientDataJSON: string;
10
+ attestationObject: string;
11
+ transports?: string[];
12
+ };
13
+ type?: string;
14
+ authenticatorAttachment?: string;
15
+ }
16
+ /**
17
+ * Attributes for passkey registration verification request.
18
+ */
19
+ export declare class PasskeyRegistrationVerifyAttributesDTO {
20
+ /**
21
+ * The pending challenge ID returned from registration options.
22
+ */
23
+ pendingId: string;
24
+ /**
25
+ * A friendly name for this passkey (e.g., "MacBook Pro", "Work Laptop").
26
+ */
27
+ name: string;
28
+ /**
29
+ * The WebAuthn registration response from navigator.credentials.create().
30
+ */
31
+ response: WebAuthnRegistrationResponseDTO;
32
+ }
33
+ /**
34
+ * Data wrapper for passkey registration verification request.
35
+ */
36
+ export declare class PasskeyRegistrationVerifyDataDTO {
37
+ type: string;
38
+ attributes: PasskeyRegistrationVerifyAttributesDTO;
39
+ }
40
+ /**
41
+ * DTO for passkey registration verification request.
42
+ *
43
+ * Used to verify and register a new passkey after the user completes
44
+ * the WebAuthn ceremony on their device.
45
+ *
46
+ * Endpoint: POST /auth/passkey/register/verify
47
+ */
48
+ export declare class PasskeyRegistrationVerifyDTO {
49
+ data: PasskeyRegistrationVerifyDataDTO;
50
+ }
51
+ /**
52
+ * WebAuthn authentication response structure.
53
+ */
54
+ export declare class WebAuthnAuthenticationResponseDTO {
55
+ id: string;
56
+ rawId: string;
57
+ response: {
58
+ clientDataJSON: string;
59
+ authenticatorData: string;
60
+ signature: string;
61
+ userHandle?: string;
62
+ };
63
+ type?: string;
64
+ authenticatorAttachment?: string;
65
+ }
66
+ /**
67
+ * Attributes for passkey authentication verification request.
68
+ */
69
+ export declare class PasskeyAuthenticationVerifyAttributesDTO {
70
+ /**
71
+ * The pending challenge ID returned from authentication options.
72
+ */
73
+ pendingId: string;
74
+ /**
75
+ * The WebAuthn authentication response from navigator.credentials.get().
76
+ */
77
+ response: WebAuthnAuthenticationResponseDTO;
78
+ }
79
+ /**
80
+ * Data wrapper for passkey authentication verification request.
81
+ */
82
+ export declare class PasskeyAuthenticationVerifyDataDTO {
83
+ type: string;
84
+ attributes: PasskeyAuthenticationVerifyAttributesDTO;
85
+ }
86
+ /**
87
+ * DTO for passkey authentication verification during 2FA login flow.
88
+ *
89
+ * Used when a user completes passkey authentication to complete two-factor authentication.
90
+ *
91
+ * Endpoint: POST /auth/two-factor/verify/passkey
92
+ */
93
+ export declare class PasskeyAuthenticationVerifyDTO {
94
+ data: PasskeyAuthenticationVerifyDataDTO;
95
+ }
96
+ /**
97
+ * Attributes for passkey rename request.
98
+ */
99
+ export declare class PasskeyRenameAttributesDTO {
100
+ /**
101
+ * The new name for the passkey.
102
+ */
103
+ name: string;
104
+ }
105
+ /**
106
+ * Data wrapper for passkey rename request.
107
+ */
108
+ export declare class PasskeyRenameDataDTO {
109
+ type: string;
110
+ attributes: PasskeyRenameAttributesDTO;
111
+ }
112
+ /**
113
+ * DTO for passkey rename request.
114
+ *
115
+ * Endpoint: PATCH /auth/passkeys/:id
116
+ */
117
+ export declare class PasskeyRenameDTO {
118
+ data: PasskeyRenameDataDTO;
119
+ }
120
+ //# sourceMappingURL=passkey-verify.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"passkey-verify.dto.d.ts","sourceRoot":"","sources":["../../../../src/foundations/two-factor/dtos/passkey-verify.dto.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,qBAAa,+BAA+B;IAG1C,EAAE,EAAE,MAAM,CAAC;IAIX,KAAK,EAAE,MAAM,CAAC;IAId,QAAQ,EAAE;QACR,cAAc,EAAE,MAAM,CAAC;QACvB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;KACvB,CAAC;IAIF,IAAI,CAAC,EAAE,MAAM,CAAC;IAId,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC;AAED;;GAEG;AACH,qBAAa,sCAAsC;IACjD;;OAEG;IAGH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IAIH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IAIH,QAAQ,EAAE,+BAA+B,CAAC;CAC3C;AAED;;GAEG;AACH,qBAAa,gCAAgC;IAE3C,IAAI,EAAE,MAAM,CAAC;IAKb,UAAU,EAAE,sCAAsC,CAAC;CACpD;AAED;;;;;;;GAOG;AACH,qBAAa,4BAA4B;IAIvC,IAAI,EAAE,gCAAgC,CAAC;CACxC;AAED;;GAEG;AACH,qBAAa,iCAAiC;IAG5C,EAAE,EAAE,MAAM,CAAC;IAIX,KAAK,EAAE,MAAM,CAAC;IAId,QAAQ,EAAE;QACR,cAAc,EAAE,MAAM,CAAC;QACvB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,SAAS,EAAE,MAAM,CAAC;QAClB,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB,CAAC;IAIF,IAAI,CAAC,EAAE,MAAM,CAAC;IAId,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC;AAED;;GAEG;AACH,qBAAa,wCAAwC;IACnD;;OAEG;IAGH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IAIH,QAAQ,EAAE,iCAAiC,CAAC;CAC7C;AAED;;GAEG;AACH,qBAAa,kCAAkC;IAE7C,IAAI,EAAE,MAAM,CAAC;IAKb,UAAU,EAAE,wCAAwC,CAAC;CACtD;AAED;;;;;;GAMG;AACH,qBAAa,8BAA8B;IAIzC,IAAI,EAAE,kCAAkC,CAAC;CAC1C;AAED;;GAEG;AACH,qBAAa,0BAA0B;IACrC;;OAEG;IAIH,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,qBAAa,oBAAoB;IAE/B,IAAI,EAAE,MAAM,CAAC;IAKb,UAAU,EAAE,0BAA0B,CAAC;CACxC;AAED;;;;GAIG;AACH,qBAAa,gBAAgB;IAI3B,IAAI,EAAE,oBAAoB,CAAC;CAC5B"}
@@ -0,0 +1,226 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.PasskeyRenameDTO = exports.PasskeyRenameDataDTO = exports.PasskeyRenameAttributesDTO = exports.PasskeyAuthenticationVerifyDTO = exports.PasskeyAuthenticationVerifyDataDTO = exports.PasskeyAuthenticationVerifyAttributesDTO = exports.WebAuthnAuthenticationResponseDTO = exports.PasskeyRegistrationVerifyDTO = exports.PasskeyRegistrationVerifyDataDTO = exports.PasskeyRegistrationVerifyAttributesDTO = exports.WebAuthnRegistrationResponseDTO = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const class_validator_1 = require("class-validator");
15
+ const passkey_meta_1 = require("../entities/passkey.meta");
16
+ /**
17
+ * WebAuthn registration response structure.
18
+ * This is a simplified representation - the actual response is more complex.
19
+ */
20
+ class WebAuthnRegistrationResponseDTO {
21
+ }
22
+ exports.WebAuthnRegistrationResponseDTO = WebAuthnRegistrationResponseDTO;
23
+ __decorate([
24
+ (0, class_validator_1.IsDefined)(),
25
+ (0, class_validator_1.IsString)(),
26
+ __metadata("design:type", String)
27
+ ], WebAuthnRegistrationResponseDTO.prototype, "id", void 0);
28
+ __decorate([
29
+ (0, class_validator_1.IsDefined)(),
30
+ (0, class_validator_1.IsString)(),
31
+ __metadata("design:type", String)
32
+ ], WebAuthnRegistrationResponseDTO.prototype, "rawId", void 0);
33
+ __decorate([
34
+ (0, class_validator_1.IsDefined)(),
35
+ (0, class_validator_1.IsObject)(),
36
+ __metadata("design:type", Object)
37
+ ], WebAuthnRegistrationResponseDTO.prototype, "response", void 0);
38
+ __decorate([
39
+ (0, class_validator_1.IsOptional)(),
40
+ (0, class_validator_1.IsString)(),
41
+ __metadata("design:type", String)
42
+ ], WebAuthnRegistrationResponseDTO.prototype, "type", void 0);
43
+ __decorate([
44
+ (0, class_validator_1.IsOptional)(),
45
+ (0, class_validator_1.IsString)(),
46
+ __metadata("design:type", String)
47
+ ], WebAuthnRegistrationResponseDTO.prototype, "authenticatorAttachment", void 0);
48
+ /**
49
+ * Attributes for passkey registration verification request.
50
+ */
51
+ class PasskeyRegistrationVerifyAttributesDTO {
52
+ }
53
+ exports.PasskeyRegistrationVerifyAttributesDTO = PasskeyRegistrationVerifyAttributesDTO;
54
+ __decorate([
55
+ (0, class_validator_1.IsDefined)(),
56
+ (0, class_validator_1.IsUUID)(),
57
+ __metadata("design:type", String)
58
+ ], PasskeyRegistrationVerifyAttributesDTO.prototype, "pendingId", void 0);
59
+ __decorate([
60
+ (0, class_validator_1.IsDefined)(),
61
+ (0, class_validator_1.IsNotEmpty)(),
62
+ (0, class_validator_1.IsString)(),
63
+ __metadata("design:type", String)
64
+ ], PasskeyRegistrationVerifyAttributesDTO.prototype, "name", void 0);
65
+ __decorate([
66
+ (0, class_validator_1.IsDefined)(),
67
+ (0, class_validator_1.ValidateNested)(),
68
+ (0, class_transformer_1.Type)(() => WebAuthnRegistrationResponseDTO),
69
+ __metadata("design:type", WebAuthnRegistrationResponseDTO)
70
+ ], PasskeyRegistrationVerifyAttributesDTO.prototype, "response", void 0);
71
+ /**
72
+ * Data wrapper for passkey registration verification request.
73
+ */
74
+ class PasskeyRegistrationVerifyDataDTO {
75
+ }
76
+ exports.PasskeyRegistrationVerifyDataDTO = PasskeyRegistrationVerifyDataDTO;
77
+ __decorate([
78
+ (0, class_validator_1.Equals)(passkey_meta_1.passkeyMeta.endpoint),
79
+ __metadata("design:type", String)
80
+ ], PasskeyRegistrationVerifyDataDTO.prototype, "type", void 0);
81
+ __decorate([
82
+ (0, class_validator_1.ValidateNested)(),
83
+ (0, class_validator_1.IsNotEmpty)(),
84
+ (0, class_transformer_1.Type)(() => PasskeyRegistrationVerifyAttributesDTO),
85
+ __metadata("design:type", PasskeyRegistrationVerifyAttributesDTO)
86
+ ], PasskeyRegistrationVerifyDataDTO.prototype, "attributes", void 0);
87
+ /**
88
+ * DTO for passkey registration verification request.
89
+ *
90
+ * Used to verify and register a new passkey after the user completes
91
+ * the WebAuthn ceremony on their device.
92
+ *
93
+ * Endpoint: POST /auth/passkey/register/verify
94
+ */
95
+ class PasskeyRegistrationVerifyDTO {
96
+ }
97
+ exports.PasskeyRegistrationVerifyDTO = PasskeyRegistrationVerifyDTO;
98
+ __decorate([
99
+ (0, class_validator_1.ValidateNested)(),
100
+ (0, class_validator_1.IsNotEmpty)(),
101
+ (0, class_transformer_1.Type)(() => PasskeyRegistrationVerifyDataDTO),
102
+ __metadata("design:type", PasskeyRegistrationVerifyDataDTO)
103
+ ], PasskeyRegistrationVerifyDTO.prototype, "data", void 0);
104
+ /**
105
+ * WebAuthn authentication response structure.
106
+ */
107
+ class WebAuthnAuthenticationResponseDTO {
108
+ }
109
+ exports.WebAuthnAuthenticationResponseDTO = WebAuthnAuthenticationResponseDTO;
110
+ __decorate([
111
+ (0, class_validator_1.IsDefined)(),
112
+ (0, class_validator_1.IsString)(),
113
+ __metadata("design:type", String)
114
+ ], WebAuthnAuthenticationResponseDTO.prototype, "id", void 0);
115
+ __decorate([
116
+ (0, class_validator_1.IsDefined)(),
117
+ (0, class_validator_1.IsString)(),
118
+ __metadata("design:type", String)
119
+ ], WebAuthnAuthenticationResponseDTO.prototype, "rawId", void 0);
120
+ __decorate([
121
+ (0, class_validator_1.IsDefined)(),
122
+ (0, class_validator_1.IsObject)(),
123
+ __metadata("design:type", Object)
124
+ ], WebAuthnAuthenticationResponseDTO.prototype, "response", void 0);
125
+ __decorate([
126
+ (0, class_validator_1.IsOptional)(),
127
+ (0, class_validator_1.IsString)(),
128
+ __metadata("design:type", String)
129
+ ], WebAuthnAuthenticationResponseDTO.prototype, "type", void 0);
130
+ __decorate([
131
+ (0, class_validator_1.IsOptional)(),
132
+ (0, class_validator_1.IsString)(),
133
+ __metadata("design:type", String)
134
+ ], WebAuthnAuthenticationResponseDTO.prototype, "authenticatorAttachment", void 0);
135
+ /**
136
+ * Attributes for passkey authentication verification request.
137
+ */
138
+ class PasskeyAuthenticationVerifyAttributesDTO {
139
+ }
140
+ exports.PasskeyAuthenticationVerifyAttributesDTO = PasskeyAuthenticationVerifyAttributesDTO;
141
+ __decorate([
142
+ (0, class_validator_1.IsDefined)(),
143
+ (0, class_validator_1.IsUUID)(),
144
+ __metadata("design:type", String)
145
+ ], PasskeyAuthenticationVerifyAttributesDTO.prototype, "pendingId", void 0);
146
+ __decorate([
147
+ (0, class_validator_1.IsDefined)(),
148
+ (0, class_validator_1.ValidateNested)(),
149
+ (0, class_transformer_1.Type)(() => WebAuthnAuthenticationResponseDTO),
150
+ __metadata("design:type", WebAuthnAuthenticationResponseDTO)
151
+ ], PasskeyAuthenticationVerifyAttributesDTO.prototype, "response", void 0);
152
+ /**
153
+ * Data wrapper for passkey authentication verification request.
154
+ */
155
+ class PasskeyAuthenticationVerifyDataDTO {
156
+ }
157
+ exports.PasskeyAuthenticationVerifyDataDTO = PasskeyAuthenticationVerifyDataDTO;
158
+ __decorate([
159
+ (0, class_validator_1.Equals)(passkey_meta_1.passkeyMeta.endpoint),
160
+ __metadata("design:type", String)
161
+ ], PasskeyAuthenticationVerifyDataDTO.prototype, "type", void 0);
162
+ __decorate([
163
+ (0, class_validator_1.ValidateNested)(),
164
+ (0, class_validator_1.IsNotEmpty)(),
165
+ (0, class_transformer_1.Type)(() => PasskeyAuthenticationVerifyAttributesDTO),
166
+ __metadata("design:type", PasskeyAuthenticationVerifyAttributesDTO)
167
+ ], PasskeyAuthenticationVerifyDataDTO.prototype, "attributes", void 0);
168
+ /**
169
+ * DTO for passkey authentication verification during 2FA login flow.
170
+ *
171
+ * Used when a user completes passkey authentication to complete two-factor authentication.
172
+ *
173
+ * Endpoint: POST /auth/two-factor/verify/passkey
174
+ */
175
+ class PasskeyAuthenticationVerifyDTO {
176
+ }
177
+ exports.PasskeyAuthenticationVerifyDTO = PasskeyAuthenticationVerifyDTO;
178
+ __decorate([
179
+ (0, class_validator_1.ValidateNested)(),
180
+ (0, class_validator_1.IsNotEmpty)(),
181
+ (0, class_transformer_1.Type)(() => PasskeyAuthenticationVerifyDataDTO),
182
+ __metadata("design:type", PasskeyAuthenticationVerifyDataDTO)
183
+ ], PasskeyAuthenticationVerifyDTO.prototype, "data", void 0);
184
+ /**
185
+ * Attributes for passkey rename request.
186
+ */
187
+ class PasskeyRenameAttributesDTO {
188
+ }
189
+ exports.PasskeyRenameAttributesDTO = PasskeyRenameAttributesDTO;
190
+ __decorate([
191
+ (0, class_validator_1.IsDefined)(),
192
+ (0, class_validator_1.IsNotEmpty)(),
193
+ (0, class_validator_1.IsString)(),
194
+ __metadata("design:type", String)
195
+ ], PasskeyRenameAttributesDTO.prototype, "name", void 0);
196
+ /**
197
+ * Data wrapper for passkey rename request.
198
+ */
199
+ class PasskeyRenameDataDTO {
200
+ }
201
+ exports.PasskeyRenameDataDTO = PasskeyRenameDataDTO;
202
+ __decorate([
203
+ (0, class_validator_1.Equals)(passkey_meta_1.passkeyMeta.endpoint),
204
+ __metadata("design:type", String)
205
+ ], PasskeyRenameDataDTO.prototype, "type", void 0);
206
+ __decorate([
207
+ (0, class_validator_1.ValidateNested)(),
208
+ (0, class_validator_1.IsNotEmpty)(),
209
+ (0, class_transformer_1.Type)(() => PasskeyRenameAttributesDTO),
210
+ __metadata("design:type", PasskeyRenameAttributesDTO)
211
+ ], PasskeyRenameDataDTO.prototype, "attributes", void 0);
212
+ /**
213
+ * DTO for passkey rename request.
214
+ *
215
+ * Endpoint: PATCH /auth/passkeys/:id
216
+ */
217
+ class PasskeyRenameDTO {
218
+ }
219
+ exports.PasskeyRenameDTO = PasskeyRenameDTO;
220
+ __decorate([
221
+ (0, class_validator_1.ValidateNested)(),
222
+ (0, class_validator_1.IsNotEmpty)(),
223
+ (0, class_transformer_1.Type)(() => PasskeyRenameDataDTO),
224
+ __metadata("design:type", PasskeyRenameDataDTO)
225
+ ], PasskeyRenameDTO.prototype, "data", void 0);
226
+ //# sourceMappingURL=passkey-verify.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"passkey-verify.dto.js","sourceRoot":"","sources":["../../../../src/foundations/two-factor/dtos/passkey-verify.dto.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Attributes for TOTP setup request.
3
+ */
4
+ export declare class TotpSetupAttributesDTO {
5
+ /**
6
+ * A friendly name for this authenticator (e.g., "Google Authenticator", "Work Phone").
7
+ */
8
+ name: string;
9
+ /**
10
+ * The account name to display in authenticator apps (typically the user's email).
11
+ */
12
+ accountName: string;
13
+ }
14
+ /**
15
+ * Data wrapper for TOTP setup request.
16
+ */
17
+ export declare class TotpSetupDataDTO {
18
+ type: string;
19
+ attributes: TotpSetupAttributesDTO;
20
+ }
21
+ /**
22
+ * DTO for TOTP setup request.
23
+ *
24
+ * Used when a user initiates TOTP authenticator setup.
25
+ * Returns a QR code and secret for the authenticator app.
26
+ *
27
+ * Endpoint: POST /auth/totp/setup
28
+ */
29
+ export declare class TotpSetupDTO {
30
+ data: TotpSetupDataDTO;
31
+ }
32
+ //# sourceMappingURL=totp-setup.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"totp-setup.dto.d.ts","sourceRoot":"","sources":["../../../../src/foundations/two-factor/dtos/totp-setup.dto.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,qBAAa,sBAAsB;IACjC;;OAEG;IAIH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IAIH,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,qBAAa,gBAAgB;IAE3B,IAAI,EAAE,MAAM,CAAC;IAKb,UAAU,EAAE,sBAAsB,CAAC;CACpC;AAED;;;;;;;GAOG;AACH,qBAAa,YAAY;IAIvB,IAAI,EAAE,gBAAgB,CAAC;CACxB"}
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.TotpSetupDTO = exports.TotpSetupDataDTO = exports.TotpSetupAttributesDTO = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const class_validator_1 = require("class-validator");
15
+ const totp_authenticator_meta_1 = require("../entities/totp-authenticator.meta");
16
+ /**
17
+ * Attributes for TOTP setup request.
18
+ */
19
+ class TotpSetupAttributesDTO {
20
+ }
21
+ exports.TotpSetupAttributesDTO = TotpSetupAttributesDTO;
22
+ __decorate([
23
+ (0, class_validator_1.IsDefined)(),
24
+ (0, class_validator_1.IsNotEmpty)(),
25
+ (0, class_validator_1.IsString)(),
26
+ __metadata("design:type", String)
27
+ ], TotpSetupAttributesDTO.prototype, "name", void 0);
28
+ __decorate([
29
+ (0, class_validator_1.IsDefined)(),
30
+ (0, class_validator_1.IsNotEmpty)(),
31
+ (0, class_validator_1.IsString)(),
32
+ __metadata("design:type", String)
33
+ ], TotpSetupAttributesDTO.prototype, "accountName", void 0);
34
+ /**
35
+ * Data wrapper for TOTP setup request.
36
+ */
37
+ class TotpSetupDataDTO {
38
+ }
39
+ exports.TotpSetupDataDTO = TotpSetupDataDTO;
40
+ __decorate([
41
+ (0, class_validator_1.Equals)(totp_authenticator_meta_1.totpAuthenticatorMeta.endpoint),
42
+ __metadata("design:type", String)
43
+ ], TotpSetupDataDTO.prototype, "type", void 0);
44
+ __decorate([
45
+ (0, class_validator_1.ValidateNested)(),
46
+ (0, class_validator_1.IsNotEmpty)(),
47
+ (0, class_transformer_1.Type)(() => TotpSetupAttributesDTO),
48
+ __metadata("design:type", TotpSetupAttributesDTO)
49
+ ], TotpSetupDataDTO.prototype, "attributes", void 0);
50
+ /**
51
+ * DTO for TOTP setup request.
52
+ *
53
+ * Used when a user initiates TOTP authenticator setup.
54
+ * Returns a QR code and secret for the authenticator app.
55
+ *
56
+ * Endpoint: POST /auth/totp/setup
57
+ */
58
+ class TotpSetupDTO {
59
+ }
60
+ exports.TotpSetupDTO = TotpSetupDTO;
61
+ __decorate([
62
+ (0, class_validator_1.ValidateNested)(),
63
+ (0, class_validator_1.IsNotEmpty)(),
64
+ (0, class_transformer_1.Type)(() => TotpSetupDataDTO),
65
+ __metadata("design:type", TotpSetupDataDTO)
66
+ ], TotpSetupDTO.prototype, "data", void 0);
67
+ //# sourceMappingURL=totp-setup.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"totp-setup.dto.js","sourceRoot":"","sources":["../../../../src/foundations/two-factor/dtos/totp-setup.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAA0F;AAC1F,iFAA4E;AAE5E;;GAEG;AACH,MAAa,sBAAsB;CAgBlC;AAhBD,wDAgBC;AATC;IAHC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACE;AAQb;IAHC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2DACS;AAGtB;;GAEG;AACH,MAAa,gBAAgB;CAQ5B;AARD,4CAQC;AANC;IADC,IAAA,wBAAM,EAAC,+CAAqB,CAAC,QAAQ,CAAC;;8CAC1B;AAKb;IAHC,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAsB,CAAC;8BACvB,sBAAsB;oDAAC;AAGrC;;;;;;;GAOG;AACH,MAAa,YAAY;CAKxB;AALD,oCAKC;AADC;IAHC,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gBAAgB,CAAC;8BACvB,gBAAgB;0CAAC"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * Attributes for TOTP setup verification request.
3
+ */
4
+ export declare class TotpSetupVerifyAttributesDTO {
5
+ /**
6
+ * The authenticator ID returned from the setup endpoint.
7
+ */
8
+ authenticatorId: string;
9
+ /**
10
+ * The 6-digit TOTP code from the authenticator app.
11
+ */
12
+ code: string;
13
+ }
14
+ /**
15
+ * Data wrapper for TOTP setup verification request.
16
+ */
17
+ export declare class TotpSetupVerifyDataDTO {
18
+ type: string;
19
+ attributes: TotpSetupVerifyAttributesDTO;
20
+ }
21
+ /**
22
+ * DTO for TOTP setup verification request.
23
+ *
24
+ * Used to verify and activate a newly set up TOTP authenticator.
25
+ *
26
+ * Endpoint: POST /auth/totp/verify-setup
27
+ */
28
+ export declare class TotpSetupVerifyDTO {
29
+ data: TotpSetupVerifyDataDTO;
30
+ }
31
+ /**
32
+ * Attributes for TOTP verification during 2FA login flow.
33
+ */
34
+ export declare class TotpVerifyAttributesDTO {
35
+ /**
36
+ * The 6-digit TOTP code from the authenticator app.
37
+ */
38
+ code: string;
39
+ /**
40
+ * Optional: specific authenticator ID to use for verification.
41
+ * If not provided, all user's verified authenticators are checked.
42
+ */
43
+ authenticatorId?: string;
44
+ }
45
+ /**
46
+ * Data wrapper for TOTP verification during login.
47
+ */
48
+ export declare class TotpVerifyDataDTO {
49
+ type: string;
50
+ attributes: TotpVerifyAttributesDTO;
51
+ }
52
+ /**
53
+ * DTO for TOTP verification during 2FA login flow.
54
+ *
55
+ * Used when a user provides a TOTP code to complete two-factor authentication.
56
+ *
57
+ * Endpoint: POST /auth/two-factor/verify/totp
58
+ */
59
+ export declare class TotpVerifyDTO {
60
+ data: TotpVerifyDataDTO;
61
+ }
62
+ //# sourceMappingURL=totp-verify.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"totp-verify.dto.d.ts","sourceRoot":"","sources":["../../../../src/foundations/two-factor/dtos/totp-verify.dto.ts"],"names":[],"mappings":"AAcA;;GAEG;AACH,qBAAa,4BAA4B;IACvC;;OAEG;IAGH,eAAe,EAAE,MAAM,CAAC;IAExB;;OAEG;IAMH,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,qBAAa,sBAAsB;IAEjC,IAAI,EAAE,MAAM,CAAC;IAKb,UAAU,EAAE,4BAA4B,CAAC;CAC1C;AAED;;;;;;GAMG;AACH,qBAAa,kBAAkB;IAI7B,IAAI,EAAE,sBAAsB,CAAC;CAC9B;AAED;;GAEG;AACH,qBAAa,uBAAuB;IAClC;;OAEG;IAMH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IAGH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;GAEG;AACH,qBAAa,iBAAiB;IAE5B,IAAI,EAAE,MAAM,CAAC;IAKb,UAAU,EAAE,uBAAuB,CAAC;CACrC;AAED;;;;;;GAMG;AACH,qBAAa,aAAa;IAIxB,IAAI,EAAE,iBAAiB,CAAC;CACzB"}
@@ -0,0 +1,118 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.TotpVerifyDTO = exports.TotpVerifyDataDTO = exports.TotpVerifyAttributesDTO = exports.TotpSetupVerifyDTO = exports.TotpSetupVerifyDataDTO = exports.TotpSetupVerifyAttributesDTO = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const class_validator_1 = require("class-validator");
15
+ const totp_authenticator_meta_1 = require("../entities/totp-authenticator.meta");
16
+ /**
17
+ * Attributes for TOTP setup verification request.
18
+ */
19
+ class TotpSetupVerifyAttributesDTO {
20
+ }
21
+ exports.TotpSetupVerifyAttributesDTO = TotpSetupVerifyAttributesDTO;
22
+ __decorate([
23
+ (0, class_validator_1.IsDefined)(),
24
+ (0, class_validator_1.IsUUID)(),
25
+ __metadata("design:type", String)
26
+ ], TotpSetupVerifyAttributesDTO.prototype, "authenticatorId", void 0);
27
+ __decorate([
28
+ (0, class_validator_1.IsDefined)(),
29
+ (0, class_validator_1.IsNotEmpty)(),
30
+ (0, class_validator_1.IsString)(),
31
+ (0, class_validator_1.Length)(6, 6, { message: "TOTP code must be exactly 6 digits" }),
32
+ (0, class_validator_1.Matches)(/^\d{6}$/, { message: "TOTP code must contain only digits" }),
33
+ __metadata("design:type", String)
34
+ ], TotpSetupVerifyAttributesDTO.prototype, "code", void 0);
35
+ /**
36
+ * Data wrapper for TOTP setup verification request.
37
+ */
38
+ class TotpSetupVerifyDataDTO {
39
+ }
40
+ exports.TotpSetupVerifyDataDTO = TotpSetupVerifyDataDTO;
41
+ __decorate([
42
+ (0, class_validator_1.Equals)(totp_authenticator_meta_1.totpAuthenticatorMeta.endpoint),
43
+ __metadata("design:type", String)
44
+ ], TotpSetupVerifyDataDTO.prototype, "type", void 0);
45
+ __decorate([
46
+ (0, class_validator_1.ValidateNested)(),
47
+ (0, class_validator_1.IsNotEmpty)(),
48
+ (0, class_transformer_1.Type)(() => TotpSetupVerifyAttributesDTO),
49
+ __metadata("design:type", TotpSetupVerifyAttributesDTO)
50
+ ], TotpSetupVerifyDataDTO.prototype, "attributes", void 0);
51
+ /**
52
+ * DTO for TOTP setup verification request.
53
+ *
54
+ * Used to verify and activate a newly set up TOTP authenticator.
55
+ *
56
+ * Endpoint: POST /auth/totp/verify-setup
57
+ */
58
+ class TotpSetupVerifyDTO {
59
+ }
60
+ exports.TotpSetupVerifyDTO = TotpSetupVerifyDTO;
61
+ __decorate([
62
+ (0, class_validator_1.ValidateNested)(),
63
+ (0, class_validator_1.IsNotEmpty)(),
64
+ (0, class_transformer_1.Type)(() => TotpSetupVerifyDataDTO),
65
+ __metadata("design:type", TotpSetupVerifyDataDTO)
66
+ ], TotpSetupVerifyDTO.prototype, "data", void 0);
67
+ /**
68
+ * Attributes for TOTP verification during 2FA login flow.
69
+ */
70
+ class TotpVerifyAttributesDTO {
71
+ }
72
+ exports.TotpVerifyAttributesDTO = TotpVerifyAttributesDTO;
73
+ __decorate([
74
+ (0, class_validator_1.IsDefined)(),
75
+ (0, class_validator_1.IsNotEmpty)(),
76
+ (0, class_validator_1.IsString)(),
77
+ (0, class_validator_1.Length)(6, 6, { message: "TOTP code must be exactly 6 digits" }),
78
+ (0, class_validator_1.Matches)(/^\d{6}$/, { message: "TOTP code must contain only digits" }),
79
+ __metadata("design:type", String)
80
+ ], TotpVerifyAttributesDTO.prototype, "code", void 0);
81
+ __decorate([
82
+ (0, class_validator_1.IsOptional)(),
83
+ (0, class_validator_1.IsUUID)(),
84
+ __metadata("design:type", String)
85
+ ], TotpVerifyAttributesDTO.prototype, "authenticatorId", void 0);
86
+ /**
87
+ * Data wrapper for TOTP verification during login.
88
+ */
89
+ class TotpVerifyDataDTO {
90
+ }
91
+ exports.TotpVerifyDataDTO = TotpVerifyDataDTO;
92
+ __decorate([
93
+ (0, class_validator_1.Equals)(totp_authenticator_meta_1.totpAuthenticatorMeta.endpoint),
94
+ __metadata("design:type", String)
95
+ ], TotpVerifyDataDTO.prototype, "type", void 0);
96
+ __decorate([
97
+ (0, class_validator_1.ValidateNested)(),
98
+ (0, class_validator_1.IsNotEmpty)(),
99
+ (0, class_transformer_1.Type)(() => TotpVerifyAttributesDTO),
100
+ __metadata("design:type", TotpVerifyAttributesDTO)
101
+ ], TotpVerifyDataDTO.prototype, "attributes", void 0);
102
+ /**
103
+ * DTO for TOTP verification during 2FA login flow.
104
+ *
105
+ * Used when a user provides a TOTP code to complete two-factor authentication.
106
+ *
107
+ * Endpoint: POST /auth/two-factor/verify/totp
108
+ */
109
+ class TotpVerifyDTO {
110
+ }
111
+ exports.TotpVerifyDTO = TotpVerifyDTO;
112
+ __decorate([
113
+ (0, class_validator_1.ValidateNested)(),
114
+ (0, class_validator_1.IsNotEmpty)(),
115
+ (0, class_transformer_1.Type)(() => TotpVerifyDataDTO),
116
+ __metadata("design:type", TotpVerifyDataDTO)
117
+ ], TotpVerifyDTO.prototype, "data", void 0);
118
+ //# sourceMappingURL=totp-verify.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"totp-verify.dto.js","sourceRoot":"","sources":["../../../../src/foundations/two-factor/dtos/totp-verify.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAUyB;AACzB,iFAA4E;AAE5E;;GAEG;AACH,MAAa,4BAA4B;CAiBxC;AAjBD,oEAiBC;AAXC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,wBAAM,GAAE;;qEACe;AAUxB;IALC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,CAAC,EAAE,CAAC,EAAE,EAAE,OAAO,EAAE,oCAAoC,EAAE,CAAC;IAC/D,IAAA,yBAAO,EAAC,SAAS,EAAE,EAAE,OAAO,EAAE,oCAAoC,EAAE,CAAC;;0DACzD;AAGf;;GAEG;AACH,MAAa,sBAAsB;CAQlC;AARD,wDAQC;AANC;IADC,IAAA,wBAAM,EAAC,+CAAqB,CAAC,QAAQ,CAAC;;oDAC1B;AAKb;IAHC,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAA4B,CAAC;8BAC7B,4BAA4B;0DAAC;AAG3C;;;;;;GAMG;AACH,MAAa,kBAAkB;CAK9B;AALD,gDAKC;AADC;IAHC,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAsB,CAAC;8BAC7B,sBAAsB;gDAAC;AAG/B;;GAEG;AACH,MAAa,uBAAuB;CAkBnC;AAlBD,0DAkBC;AATC;IALC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,CAAC,EAAE,CAAC,EAAE,EAAE,OAAO,EAAE,oCAAoC,EAAE,CAAC;IAC/D,IAAA,yBAAO,EAAC,SAAS,EAAE,EAAE,OAAO,EAAE,oCAAoC,EAAE,CAAC;;qDACzD;AAQb;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;gEACgB;AAG3B;;GAEG;AACH,MAAa,iBAAiB;CAQ7B;AARD,8CAQC;AANC;IADC,IAAA,wBAAM,EAAC,+CAAqB,CAAC,QAAQ,CAAC;;+CAC1B;AAKb;IAHC,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAuB,CAAC;8BACxB,uBAAuB;qDAAC;AAGtC;;;;;;GAMG;AACH,MAAa,aAAa;CAKzB;AALD,sCAKC;AADC;IAHC,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iBAAiB,CAAC;8BACxB,iBAAiB;2CAAC"}