@fiado/type-kit 1.0.85 → 1.0.86

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 (263) hide show
  1. package/.idea/aws.xml +10 -10
  2. package/.idea/fiado-type-kit.iml +11 -11
  3. package/.idea/modules.xml +7 -7
  4. package/.idea/vcs.xml +5 -5
  5. package/README.md +70 -70
  6. package/bin/account/dtos/GetPocketResponse.d.ts +6 -0
  7. package/bin/tern/dtos/TernAddress.d.ts +8 -0
  8. package/bin/tern/dtos/TernAddress.js +40 -0
  9. package/bin/tern/dtos/TernCreateAccountRequest.d.ts +7 -0
  10. package/bin/tern/dtos/TernCreateAccountRequest.js +33 -0
  11. package/bin/tern/dtos/TernCreateAccountResponse.d.ts +5 -0
  12. package/bin/tern/dtos/TernCreateAccountResponse.js +25 -0
  13. package/bin/tern/dtos/TernCreateUserRequest.d.ts +15 -0
  14. package/bin/tern/dtos/TernCreateUserRequest.js +70 -0
  15. package/bin/tern/dtos/TernCreateUserResponse.d.ts +8 -0
  16. package/bin/tern/dtos/TernCreateUserResponse.js +37 -0
  17. package/bin/tern/dtos/TernGetAccountRequest.d.ts +5 -0
  18. package/bin/tern/dtos/TernGetAccountRequest.js +25 -0
  19. package/bin/tern/dtos/TernGetAccountResponse.d.ts +22 -0
  20. package/bin/tern/dtos/TernGetAccountResponse.js +87 -0
  21. package/bin/tern/dtos/TernGetUserRequest.d.ts +3 -0
  22. package/bin/tern/dtos/TernGetUserRequest.js +20 -0
  23. package/bin/tern/dtos/TernGetUserResponse.d.ts +24 -0
  24. package/bin/tern/dtos/TernGetUserResponse.js +96 -0
  25. package/bin/tern/enums/TernAccountStatusEnum.d.ts +4 -0
  26. package/bin/tern/enums/TernAccountStatusEnum.js +8 -0
  27. package/bin/tern/enums/TernAccountTypeEnum.d.ts +5 -0
  28. package/bin/tern/enums/TernAccountTypeEnum.js +9 -0
  29. package/bin/tern/index.d.ts +11 -0
  30. package/bin/tern/index.js +29 -0
  31. package/package.json +23 -23
  32. package/src/account/dtos/AccountCreateRequest.ts +75 -75
  33. package/src/account/dtos/AccountCreateResponse.ts +7 -7
  34. package/src/account/dtos/AccountInfo.ts +39 -39
  35. package/src/account/dtos/BankAccountExternalAddress.ts +17 -17
  36. package/src/account/dtos/CreateBankAccountRequest.ts +11 -11
  37. package/src/account/dtos/CreateBankAccountResponse.ts +8 -8
  38. package/src/account/dtos/CreateBankAccountUserRequest.ts +17 -17
  39. package/src/account/dtos/CreateBankAccountUserResponse.ts +11 -11
  40. package/src/account/dtos/ExchangeInfo.ts +8 -8
  41. package/src/account/dtos/GetAccountBalanceResponse.ts +32 -32
  42. package/src/account/dtos/GetBankAccountRequest.ts +3 -3
  43. package/src/account/dtos/GetBankAccountResponse.ts +22 -22
  44. package/src/account/dtos/GetBankAccountSensitiveInformationRequest.ts +5 -5
  45. package/src/account/dtos/GetBankAccountSensitiveInformationResponse.ts +8 -8
  46. package/src/account/dtos/GetBankAccountUserRequest.ts +2 -2
  47. package/src/account/dtos/GetBankAccountUserResponse.ts +25 -25
  48. package/src/account/dtos/GetPocketBalanceResponse.ts +43 -43
  49. package/src/account/dtos/GetPocketResponse.ts +8 -2
  50. package/src/account/dtos/PocketItem.ts +45 -45
  51. package/src/account/dtos/UpdateBankAccountUserRequest.ts +26 -26
  52. package/src/account/dtos/UpdateBankAccountUserResponse.ts +3 -3
  53. package/src/account/entities/AccountEntityBase.ts +12 -12
  54. package/src/account/enums/AccountEntityStatusEnum.ts +4 -4
  55. package/src/account/enums/AccountLevelEnum.ts +5 -5
  56. package/src/account/enums/BankAccountTypeEnum.ts +2 -2
  57. package/src/account/enums/BankAccountUserStatusEnum.ts +4 -4
  58. package/src/account/enums/UserEntityStatusEnum.ts +4 -4
  59. package/src/account/index.ts +32 -32
  60. package/src/address/dtos/AddressBase.ts +130 -130
  61. package/src/address/dtos/AddressCreateRequest.ts +6 -6
  62. package/src/address/dtos/AddressResponse.ts +41 -41
  63. package/src/address/dtos/AddressShippingCardRequest.ts +12 -12
  64. package/src/address/dtos/AddressShippingCardResponse.ts +11 -11
  65. package/src/address/dtos/Geometry.ts +4 -4
  66. package/src/address/dtos/OfficeDetails.ts +30 -30
  67. package/src/address/dtos/OperationSchedule.ts +8 -8
  68. package/src/address/dtos/Place.ts +83 -83
  69. package/src/address/dtos/Shipping.ts +36 -36
  70. package/src/address/dtos/Timezone.ts +5 -5
  71. package/src/address/enums/AddressProvider.ts +10 -10
  72. package/src/address/enums/AddressStatus.ts +9 -9
  73. package/src/address/index.ts +16 -16
  74. package/src/app/enums/App.ts +10 -10
  75. package/src/app/index.ts +3 -3
  76. package/src/authentication/dtos/SignUpAdditionalRequest.ts +32 -32
  77. package/src/authentication/dtos/SignUpAdditionalResponse.ts +5 -5
  78. package/src/authentication/index.ts +3 -3
  79. package/src/card/dtos/CardActivateRequest.ts +12 -12
  80. package/src/card/dtos/CardApplicationRequest.ts +20 -20
  81. package/src/card/dtos/CardBalanceResponse.ts +10 -10
  82. package/src/card/dtos/CardCreateAdditionalRequest.ts +40 -40
  83. package/src/card/dtos/CardResponse.ts +4 -4
  84. package/src/card/dtos/CardShipmentQueueMessage.ts +7 -7
  85. package/src/card/dtos/CardShipmentUpdateRequest.ts +19 -19
  86. package/src/card/dtos/CardUpdateRequest.ts +13 -13
  87. package/src/card/dtos/Internal/ActivateBankAccountCardRequest.ts +9 -9
  88. package/src/card/dtos/Internal/ActivateBankAccountCardResponse.ts +4 -4
  89. package/src/card/dtos/Internal/CreateBankAccountCardRequest.ts +16 -16
  90. package/src/card/dtos/Internal/CreateBankAccountCardResponse.ts +8 -8
  91. package/src/card/dtos/Internal/CreateBankAccountCardShippingRequest.ts +14 -14
  92. package/src/card/dtos/Internal/CreateBankAccountCardShippingResponse.ts +12 -12
  93. package/src/card/dtos/Internal/GetBankAccountShippingRequest.ts +5 -5
  94. package/src/card/dtos/Internal/GetBankAccountShippingResponse.ts +19 -19
  95. package/src/card/dtos/Internal/UpdateBankAccountCardRequest.ts +21 -21
  96. package/src/card/dtos/Internal/UpdateBankAccountCardResponse.ts +5 -5
  97. package/src/card/enums/Brand.ts +7 -7
  98. package/src/card/enums/CardIssuanceStatus.ts +5 -5
  99. package/src/card/enums/CardIssuing.ts +6 -6
  100. package/src/card/enums/CardType.ts +4 -4
  101. package/src/card/enums/CardUpdateKey.ts +4 -4
  102. package/src/card/enums/CreditOrDebit.ts +5 -5
  103. package/src/card/enums/DeliveryChannel.ts +7 -7
  104. package/src/card/enums/ExternalShippingStatus.ts +14 -14
  105. package/src/card/enums/ExternalShippingStatusDetails.ts +53 -53
  106. package/src/card/enums/IssuanceType.ts +5 -5
  107. package/src/card/enums/NominatedOrInnominated.ts +8 -8
  108. package/src/card/enums/OwnershipType.ts +3 -3
  109. package/src/card/enums/ShippingStatus.ts +8 -8
  110. package/src/card/enums/Status.ts +6 -6
  111. package/src/card/enums/UpdateKey.ts +5 -5
  112. package/src/card/enums/VirtualOrPhysical.ts +6 -6
  113. package/src/card/index.ts +44 -44
  114. package/src/card/validations/CardUpdateKeyConstraint.ts +53 -53
  115. package/src/card/validations/IsPhoneNumberConstraint.ts +26 -26
  116. package/src/country/enums/Country.ts +6 -6
  117. package/src/country/enums/CountryId.ts +6 -6
  118. package/src/country/index.ts +5 -5
  119. package/src/currency/dtos/CurrencyResponse.ts +8 -8
  120. package/src/currency/index.ts +2 -2
  121. package/src/directory/dtos/DirectoryResponse.ts +18 -18
  122. package/src/directory/dtos/External.ts +6 -6
  123. package/src/directory/enums/Profile.ts +6 -6
  124. package/src/directory/enums/Scope.ts +7 -7
  125. package/src/directory/enums/Status.ts +8 -8
  126. package/src/directory/enums/TypeOfDirectoryId.ts +6 -6
  127. package/src/directory/index.ts +7 -7
  128. package/src/eventBridge/dto/EventBridgeMessageRequest.ts +4 -4
  129. package/src/eventBridge/index.ts +1 -1
  130. package/src/exchangeRate/dtos/ExchangeRateCreateRequest.ts +50 -50
  131. package/src/exchangeRate/dtos/ExchangeRateCreateResponse.ts +4 -4
  132. package/src/exchangeRate/dtos/ExchangeRateResponse.ts +19 -19
  133. package/src/exchangeRate/enums/ExchangeRateStatus.ts +5 -5
  134. package/src/exchangeRate/index.ts +8 -8
  135. package/src/genericMessage/dto/GenericMessageRequest.ts +17 -17
  136. package/src/genericMessage/enums/GenericMessageSourceEnum.ts +3 -3
  137. package/src/genericMessage/index.ts +1 -1
  138. package/src/group/dtos/GroupAddDirectoryRequest.ts +27 -27
  139. package/src/group/dtos/GroupCreateRequest.ts +54 -54
  140. package/src/group/dtos/GroupDirectoryRelationsResponse.ts +20 -20
  141. package/src/group/dtos/GroupDirectoryRelationsUpdateRequest.ts +10 -10
  142. package/src/group/dtos/GroupResponse.ts +17 -17
  143. package/src/group/dtos/GroupUpdateRequest.ts +31 -31
  144. package/src/group/enums/GroupAction.ts +8 -8
  145. package/src/group/enums/GroupStatus.ts +6 -6
  146. package/src/group/enums/RelationStatus.ts +8 -8
  147. package/src/group/enums/RelationType.ts +9 -9
  148. package/src/group/index.ts +18 -18
  149. package/src/header/TokenPayload.ts +17 -17
  150. package/src/header/index.ts +3 -3
  151. package/src/helpers/ValidationUtils.ts +32 -32
  152. package/src/helpers/constans/regex.ts +12 -12
  153. package/src/identity/dtos/IdentificationDocument.ts +24 -24
  154. package/src/identity/dtos/PeopleCreateRequest.ts +4 -4
  155. package/src/identity/dtos/PeopleResponse.ts +80 -80
  156. package/src/identity/dtos/PeopleUpdateRequest.ts +75 -75
  157. package/src/identity/dtos/TypeOfDocument.ts +11 -11
  158. package/src/identity/enums/IdentificationDocumentStatus.ts +7 -7
  159. package/src/identity/enums/SexDocument.ts +6 -6
  160. package/src/identity/enums/TypeOfDocument.ts +5 -5
  161. package/src/identity/index.ts +12 -12
  162. package/src/index.ts +22 -22
  163. package/src/notificationMessages/dtos/NotificationQueueMessageRequest.ts +7 -7
  164. package/src/notificationMessages/dtos/QueueMessageDestination.ts +6 -6
  165. package/src/notificationMessages/dtos/QueueMessageVariableValues.ts +3 -3
  166. package/src/notificationMessages/enums/NotificationId.ts +13 -13
  167. package/src/notificationMessages/index.ts +5 -5
  168. package/src/provider/enums/Provider.ts +4 -4
  169. package/src/provider/index.ts +1 -1
  170. package/src/queue/dtos/QueueMessageBase.ts +13 -13
  171. package/src/servicePayment/dtos/ServicePaymentRequest.ts +33 -33
  172. package/src/sessionActivity/dtos/SessionActivityQueueMessageRequest.ts +10 -10
  173. package/src/sessionActivity/enums/SessionActivityActionEnum.ts +7 -7
  174. package/src/sessionActivity/enums/SessionActivityActionOriginEnum.ts +4 -4
  175. package/src/sessionActivity/index.ts +2 -2
  176. package/.idea/sonarlint/issuestore/0/9/09ee7ee398f8b5bc6eda536c9104a8ae5419c82e +0 -0
  177. package/.idea/sonarlint/issuestore/1/0/10612661d76edd5c482b60e71edd3a7f74505d5e +0 -0
  178. package/.idea/sonarlint/issuestore/1/2/12453d06e6e35287172e482940b954ba12dc25a2 +0 -2
  179. package/.idea/sonarlint/issuestore/1/8/18c290c3d5b13d503bb211e6319a9e64ccd83350 +0 -0
  180. package/.idea/sonarlint/issuestore/1/f/1fcc1ef4b4c5c551f5f5833f39af79dd4d6440bd +0 -0
  181. package/.idea/sonarlint/issuestore/2/5/25497cc140764f84080ed16d4d408b09b411525a +0 -0
  182. package/.idea/sonarlint/issuestore/2/d/2de53b2c61661c8acd989aad739d9b6cc0deabde +0 -0
  183. package/.idea/sonarlint/issuestore/3/5/355a0b1b7628657539752d4cfbd8f33fcc664d5d +0 -0
  184. package/.idea/sonarlint/issuestore/3/9/3942490f54c10c0111afa09b30a079f3ef9aeec7 +0 -0
  185. package/.idea/sonarlint/issuestore/3/a/3a96f9d5c15844580b34596455a77e22ce0b1da1 +0 -0
  186. package/.idea/sonarlint/issuestore/4/1/4110de41994be7f0e890b6711ba86bb4fb50f602 +0 -0
  187. package/.idea/sonarlint/issuestore/4/f/4f9e0d80d4df64baa27bf681528cb43a3ba4fde6 +0 -0
  188. package/.idea/sonarlint/issuestore/5/5/55792c374cceb362b99620756061abf16563279b +0 -0
  189. package/.idea/sonarlint/issuestore/5/6/566db33aef0142b767c76568b2fca29caaa1b423 +0 -0
  190. package/.idea/sonarlint/issuestore/5/8/5815363aa7c189fe1d8a995d750c3a3f27900621 +0 -0
  191. package/.idea/sonarlint/issuestore/5/9/59861d131fb0f6508d57801b470735455669e76f +0 -0
  192. package/.idea/sonarlint/issuestore/5/a/5a74acb4b064cbe70d9a71991eb486fb4d78f531 +0 -0
  193. package/.idea/sonarlint/issuestore/5/b/5bc0ebc2a399a9f7595b8013c990ef8681de0fb8 +0 -0
  194. package/.idea/sonarlint/issuestore/6/1/619fe0b2aa30704d95a60035674b31d432fc5a75 +0 -0
  195. package/.idea/sonarlint/issuestore/6/4/646b88aafc1ca8453d1a111ea33d258c52e07851 +0 -0
  196. package/.idea/sonarlint/issuestore/6/9/69abfdb53d85b80c255b3ab2a88666175ceeac54 +0 -0
  197. package/.idea/sonarlint/issuestore/6/b/6bcb55d35bf54b940fe29f44e2bb679bc6f621e1 +0 -0
  198. package/.idea/sonarlint/issuestore/6/f/6f43ceef55b03d8c26768ceb4ee9e3e1cea7ddd4 +0 -0
  199. package/.idea/sonarlint/issuestore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
  200. package/.idea/sonarlint/issuestore/7/3/73d3690344e0bf29ccdba246e5f3450707458c0a +0 -0
  201. package/.idea/sonarlint/issuestore/7/3/73eee44012dacbb17c6d2e2d988e6def209267b8 +0 -0
  202. package/.idea/sonarlint/issuestore/7/7/77a3404a468e41376864800c0ab63d69287e6eab +0 -0
  203. package/.idea/sonarlint/issuestore/7/e/7ecdb333781356fc0fe1cc9fa84ac8f76b996401 +0 -0
  204. package/.idea/sonarlint/issuestore/7/f/7f9d84f1e541f40d1bc582e467f11283b3acfe99 +0 -0
  205. package/.idea/sonarlint/issuestore/8/3/837ec76e2e7ee5ac8e0326747630f9f66b7d5c1c +0 -0
  206. package/.idea/sonarlint/issuestore/8/b/8b0588db2495f22a93ce5d97cc089971f40aa4ec +0 -0
  207. package/.idea/sonarlint/issuestore/8/c/8ce69d617cb074433c15518eed688652cbc8c164 +0 -0
  208. package/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
  209. package/.idea/sonarlint/issuestore/9/4/948b0afb07fbe2035d9d0a168a017e51c2b221a2 +0 -0
  210. package/.idea/sonarlint/issuestore/9/8/98a520adeec585ead0013d974a18f679393b6997 +0 -2
  211. package/.idea/sonarlint/issuestore/9/f/9fc96c9beeba61e907bd3ba313f11eac8cf0d430 +0 -0
  212. package/.idea/sonarlint/issuestore/a/5/a545ebf840220599f323a01614431575a770e319 +0 -0
  213. package/.idea/sonarlint/issuestore/a/9/a903e3bfc804794d9b9535cbb530c68383652b5d +0 -0
  214. package/.idea/sonarlint/issuestore/c/5/c5fb850250c7443c48a6c12b5cf6916773da31f1 +0 -0
  215. package/.idea/sonarlint/issuestore/c/9/c9c508bb5b9ad2f0f6b3ad35422b961d678e1d0f +0 -0
  216. package/.idea/sonarlint/issuestore/c/b/cbc130a9515015718fb34e36adfe27e4e31f43e5 +0 -0
  217. package/.idea/sonarlint/issuestore/f/9/f9cb0ab2ca2e8ce4e64e10034c949066c38000f5 +0 -0
  218. package/.idea/sonarlint/issuestore/f/9/f9d6327040914014594d301e0dc6361a476a5ff4 +0 -0
  219. package/.idea/sonarlint/issuestore/index.pb +0 -87
  220. package/.idea/sonarlint/securityhotspotstore/0/9/09ee7ee398f8b5bc6eda536c9104a8ae5419c82e +0 -0
  221. package/.idea/sonarlint/securityhotspotstore/1/0/10612661d76edd5c482b60e71edd3a7f74505d5e +0 -0
  222. package/.idea/sonarlint/securityhotspotstore/1/2/12453d06e6e35287172e482940b954ba12dc25a2 +0 -0
  223. package/.idea/sonarlint/securityhotspotstore/1/8/18c290c3d5b13d503bb211e6319a9e64ccd83350 +0 -0
  224. package/.idea/sonarlint/securityhotspotstore/1/f/1fcc1ef4b4c5c551f5f5833f39af79dd4d6440bd +0 -0
  225. package/.idea/sonarlint/securityhotspotstore/2/5/25497cc140764f84080ed16d4d408b09b411525a +0 -0
  226. package/.idea/sonarlint/securityhotspotstore/2/d/2de53b2c61661c8acd989aad739d9b6cc0deabde +0 -0
  227. package/.idea/sonarlint/securityhotspotstore/3/5/355a0b1b7628657539752d4cfbd8f33fcc664d5d +0 -0
  228. package/.idea/sonarlint/securityhotspotstore/3/9/3942490f54c10c0111afa09b30a079f3ef9aeec7 +0 -0
  229. package/.idea/sonarlint/securityhotspotstore/3/a/3a96f9d5c15844580b34596455a77e22ce0b1da1 +0 -0
  230. package/.idea/sonarlint/securityhotspotstore/4/1/4110de41994be7f0e890b6711ba86bb4fb50f602 +0 -0
  231. package/.idea/sonarlint/securityhotspotstore/4/f/4f9e0d80d4df64baa27bf681528cb43a3ba4fde6 +0 -0
  232. package/.idea/sonarlint/securityhotspotstore/5/5/55792c374cceb362b99620756061abf16563279b +0 -0
  233. package/.idea/sonarlint/securityhotspotstore/5/6/566db33aef0142b767c76568b2fca29caaa1b423 +0 -0
  234. package/.idea/sonarlint/securityhotspotstore/5/8/5815363aa7c189fe1d8a995d750c3a3f27900621 +0 -0
  235. package/.idea/sonarlint/securityhotspotstore/5/9/59861d131fb0f6508d57801b470735455669e76f +0 -0
  236. package/.idea/sonarlint/securityhotspotstore/5/a/5a74acb4b064cbe70d9a71991eb486fb4d78f531 +0 -0
  237. package/.idea/sonarlint/securityhotspotstore/5/b/5bc0ebc2a399a9f7595b8013c990ef8681de0fb8 +0 -0
  238. package/.idea/sonarlint/securityhotspotstore/6/1/619fe0b2aa30704d95a60035674b31d432fc5a75 +0 -0
  239. package/.idea/sonarlint/securityhotspotstore/6/4/646b88aafc1ca8453d1a111ea33d258c52e07851 +0 -0
  240. package/.idea/sonarlint/securityhotspotstore/6/9/69abfdb53d85b80c255b3ab2a88666175ceeac54 +0 -0
  241. package/.idea/sonarlint/securityhotspotstore/6/b/6bcb55d35bf54b940fe29f44e2bb679bc6f621e1 +0 -0
  242. package/.idea/sonarlint/securityhotspotstore/6/f/6f43ceef55b03d8c26768ceb4ee9e3e1cea7ddd4 +0 -0
  243. package/.idea/sonarlint/securityhotspotstore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
  244. package/.idea/sonarlint/securityhotspotstore/7/3/73d3690344e0bf29ccdba246e5f3450707458c0a +0 -0
  245. package/.idea/sonarlint/securityhotspotstore/7/3/73eee44012dacbb17c6d2e2d988e6def209267b8 +0 -0
  246. package/.idea/sonarlint/securityhotspotstore/7/7/77a3404a468e41376864800c0ab63d69287e6eab +0 -0
  247. package/.idea/sonarlint/securityhotspotstore/7/e/7ecdb333781356fc0fe1cc9fa84ac8f76b996401 +0 -0
  248. package/.idea/sonarlint/securityhotspotstore/7/f/7f9d84f1e541f40d1bc582e467f11283b3acfe99 +0 -0
  249. package/.idea/sonarlint/securityhotspotstore/8/3/837ec76e2e7ee5ac8e0326747630f9f66b7d5c1c +0 -0
  250. package/.idea/sonarlint/securityhotspotstore/8/b/8b0588db2495f22a93ce5d97cc089971f40aa4ec +0 -0
  251. package/.idea/sonarlint/securityhotspotstore/8/c/8ce69d617cb074433c15518eed688652cbc8c164 +0 -0
  252. package/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
  253. package/.idea/sonarlint/securityhotspotstore/9/4/948b0afb07fbe2035d9d0a168a017e51c2b221a2 +0 -0
  254. package/.idea/sonarlint/securityhotspotstore/9/8/98a520adeec585ead0013d974a18f679393b6997 +0 -0
  255. package/.idea/sonarlint/securityhotspotstore/9/f/9fc96c9beeba61e907bd3ba313f11eac8cf0d430 +0 -0
  256. package/.idea/sonarlint/securityhotspotstore/a/5/a545ebf840220599f323a01614431575a770e319 +0 -0
  257. package/.idea/sonarlint/securityhotspotstore/a/9/a903e3bfc804794d9b9535cbb530c68383652b5d +0 -0
  258. package/.idea/sonarlint/securityhotspotstore/c/5/c5fb850250c7443c48a6c12b5cf6916773da31f1 +0 -0
  259. package/.idea/sonarlint/securityhotspotstore/c/9/c9c508bb5b9ad2f0f6b3ad35422b961d678e1d0f +0 -0
  260. package/.idea/sonarlint/securityhotspotstore/c/b/cbc130a9515015718fb34e36adfe27e4e31f43e5 +0 -0
  261. package/.idea/sonarlint/securityhotspotstore/f/9/f9cb0ab2ca2e8ce4e64e10034c949066c38000f5 +0 -0
  262. package/.idea/sonarlint/securityhotspotstore/f/9/f9d6327040914014594d301e0dc6361a476a5ff4 +0 -0
  263. package/.idea/sonarlint/securityhotspotstore/index.pb +0 -87
@@ -1,27 +1,27 @@
1
- import { IsNotEmpty, IsString, IsUUID, Length, ArrayNotEmpty, IsEnum } from "class-validator";
2
- import { RelationType } from "../enums/RelationType";
3
- import { RelationStatus } from "../enums/RelationStatus";
4
- import { GroupAction } from "../enums/GroupAction";
5
-
6
- export class GroupAddDirectoryRequest {
7
- @IsNotEmpty()
8
- @IsString()
9
- @Length(3, 50)
10
- groupId: string;
11
-
12
- @ArrayNotEmpty()
13
- @IsUUID(4, { each: true })
14
- directoryIds: string[];
15
-
16
- @IsEnum(RelationType)
17
- @IsNotEmpty()
18
- relationType: RelationType = RelationType.MEMBER; // Default value MEMBER
19
-
20
- @IsEnum(RelationStatus)
21
- @IsNotEmpty()
22
- status: RelationStatus = RelationStatus.ACTIVE; // Default value ACTIVE
23
-
24
- @IsEnum(GroupAction)
25
- action: GroupAction;
26
-
27
- }
1
+ import { IsNotEmpty, IsString, IsUUID, Length, ArrayNotEmpty, IsEnum } from "class-validator";
2
+ import { RelationType } from "../enums/RelationType";
3
+ import { RelationStatus } from "../enums/RelationStatus";
4
+ import { GroupAction } from "../enums/GroupAction";
5
+
6
+ export class GroupAddDirectoryRequest {
7
+ @IsNotEmpty()
8
+ @IsString()
9
+ @Length(3, 50)
10
+ groupId: string;
11
+
12
+ @ArrayNotEmpty()
13
+ @IsUUID(4, { each: true })
14
+ directoryIds: string[];
15
+
16
+ @IsEnum(RelationType)
17
+ @IsNotEmpty()
18
+ relationType: RelationType = RelationType.MEMBER; // Default value MEMBER
19
+
20
+ @IsEnum(RelationStatus)
21
+ @IsNotEmpty()
22
+ status: RelationStatus = RelationStatus.ACTIVE; // Default value ACTIVE
23
+
24
+ @IsEnum(GroupAction)
25
+ action: GroupAction;
26
+
27
+ }
@@ -1,54 +1,54 @@
1
- import {IsEnum, IsNotEmpty, IsOptional, IsString, Length} from "class-validator";
2
- import {Transform} from "class-transformer";
3
- import {GroupStatus} from "../enums/GroupStatus";
4
-
5
- export class GroupCreateRequest {
6
- @IsNotEmpty()
7
- @IsString()
8
- @Length(3, 50)
9
- id: string;
10
-
11
- @IsNotEmpty()
12
- @IsString()
13
- @Length(1, 50)
14
- name: string;
15
-
16
- @IsOptional()
17
- @IsString()
18
- @Length(0, 200)
19
- description: string;
20
-
21
- @IsOptional()
22
- @Transform(({value}) => value ?? null)
23
- leaderEmail?: string | null;
24
-
25
- @IsOptional()
26
- @Transform(({value}) => value ?? null)
27
- leaderDirectoryId?: string | null;
28
-
29
- @IsEnum(GroupStatus)
30
- status: GroupStatus;
31
-
32
- @IsOptional()
33
- @Length(0, 20)
34
- @Transform(({value}) => value ?? null)
35
- codeToRefer: string | null;
36
-
37
- @IsOptional()
38
- @IsString()
39
- @Length(0, 100)
40
- @Transform(({value}) => value ?? null)
41
- leaderNames?: string | null;
42
-
43
- @IsOptional()
44
- @IsString()
45
- @Length(0, 15)
46
- @Transform(({value}) => value ?? null)
47
- phoneNumber?: string | null;
48
-
49
- @IsOptional()
50
- @IsString()
51
- @Length(0, 100)
52
- @Transform(({value}) => value ?? null)
53
- category?: string | null;
54
- }
1
+ import {IsEnum, IsNotEmpty, IsOptional, IsString, Length} from "class-validator";
2
+ import {Transform} from "class-transformer";
3
+ import {GroupStatus} from "../enums/GroupStatus";
4
+
5
+ export class GroupCreateRequest {
6
+ @IsNotEmpty()
7
+ @IsString()
8
+ @Length(3, 50)
9
+ id: string;
10
+
11
+ @IsNotEmpty()
12
+ @IsString()
13
+ @Length(1, 50)
14
+ name: string;
15
+
16
+ @IsOptional()
17
+ @IsString()
18
+ @Length(0, 200)
19
+ description: string;
20
+
21
+ @IsOptional()
22
+ @Transform(({value}) => value ?? null)
23
+ leaderEmail?: string | null;
24
+
25
+ @IsOptional()
26
+ @Transform(({value}) => value ?? null)
27
+ leaderDirectoryId?: string | null;
28
+
29
+ @IsEnum(GroupStatus)
30
+ status: GroupStatus;
31
+
32
+ @IsOptional()
33
+ @Length(0, 20)
34
+ @Transform(({value}) => value ?? null)
35
+ codeToRefer: string | null;
36
+
37
+ @IsOptional()
38
+ @IsString()
39
+ @Length(0, 100)
40
+ @Transform(({value}) => value ?? null)
41
+ leaderNames?: string | null;
42
+
43
+ @IsOptional()
44
+ @IsString()
45
+ @Length(0, 15)
46
+ @Transform(({value}) => value ?? null)
47
+ phoneNumber?: string | null;
48
+
49
+ @IsOptional()
50
+ @IsString()
51
+ @Length(0, 100)
52
+ @Transform(({value}) => value ?? null)
53
+ category?: string | null;
54
+ }
@@ -1,21 +1,21 @@
1
- import { RelationStatus } from "../enums/RelationStatus"
2
- import { RelationType } from "../enums/RelationType"
3
-
4
-
5
-
6
- export class GroupDirectoryRelationsResponse {
7
-
8
- PK: string
9
- SK: string
10
- directoryId: string
11
- groupId: string
12
- relationType: RelationType
13
- status: RelationStatus
14
- agent: string
15
- createdAt: string
16
- updatedAt: string
17
- phoneNumber: string
18
- operationId: string
19
- indexName: string
20
-
1
+ import { RelationStatus } from "../enums/RelationStatus"
2
+ import { RelationType } from "../enums/RelationType"
3
+
4
+
5
+
6
+ export class GroupDirectoryRelationsResponse {
7
+
8
+ PK: string
9
+ SK: string
10
+ directoryId: string
11
+ groupId: string
12
+ relationType: RelationType
13
+ status: RelationStatus
14
+ agent: string
15
+ createdAt: string
16
+ updatedAt: string
17
+ phoneNumber: string
18
+ operationId: string
19
+ indexName: string
20
+
21
21
  }
@@ -1,11 +1,11 @@
1
- import { IsOptional, IsString, Length } from "class-validator";
2
-
3
-
4
- export class GroupDirectoryRelationsUpdateRequest {
5
-
6
- @IsOptional()
7
- @IsString()
8
- @Length(1, 20)
9
- agent: string
10
-
1
+ import { IsOptional, IsString, Length } from "class-validator";
2
+
3
+
4
+ export class GroupDirectoryRelationsUpdateRequest {
5
+
6
+ @IsOptional()
7
+ @IsString()
8
+ @Length(1, 20)
9
+ agent: string
10
+
11
11
  }
@@ -1,17 +1,17 @@
1
- import { GroupStatus } from "../enums/GroupStatus"
2
-
3
-
4
- export class GroupResponse {
5
-
6
- id: string
7
- name: string
8
- description: string
9
- status: GroupStatus
10
- leaderNames: string | null
11
- phoneNumber: string | null
12
- leaderEmail: string | null
13
- leaderDirectoryId: string | null
14
- codesToRefer: string
15
- }
16
-
17
-
1
+ import { GroupStatus } from "../enums/GroupStatus"
2
+
3
+
4
+ export class GroupResponse {
5
+
6
+ id: string
7
+ name: string
8
+ description: string
9
+ status: GroupStatus
10
+ leaderNames: string | null
11
+ phoneNumber: string | null
12
+ leaderEmail: string | null
13
+ leaderDirectoryId: string | null
14
+ codesToRefer: string
15
+ }
16
+
17
+
@@ -1,31 +1,31 @@
1
- import { IsEmail, IsEnum, IsOptional, IsString, Length } from "class-validator";
2
- import { GroupStatus } from "../enums/GroupStatus";
3
-
4
- export class GroupUpdateRequest {
5
-
6
- @IsOptional()
7
- @IsString()
8
- @Length(1, 50)
9
- name: string;
10
-
11
- @IsOptional()
12
- @IsString()
13
- @Length(1, 200)
14
- description: string;
15
-
16
- @IsOptional()
17
- @IsEmail()
18
- leader: string
19
-
20
- @IsOptional()
21
- @IsEnum(GroupStatus)
22
- status: GroupStatus
23
-
24
- @IsOptional()
25
- @Length(3, 20)
26
- codeToRefer: string;
27
-
28
- @IsOptional()
29
- @Length(3, 20)
30
- category: string;
31
- }
1
+ import { IsEmail, IsEnum, IsOptional, IsString, Length } from "class-validator";
2
+ import { GroupStatus } from "../enums/GroupStatus";
3
+
4
+ export class GroupUpdateRequest {
5
+
6
+ @IsOptional()
7
+ @IsString()
8
+ @Length(1, 50)
9
+ name: string;
10
+
11
+ @IsOptional()
12
+ @IsString()
13
+ @Length(1, 200)
14
+ description: string;
15
+
16
+ @IsOptional()
17
+ @IsEmail()
18
+ leader: string
19
+
20
+ @IsOptional()
21
+ @IsEnum(GroupStatus)
22
+ status: GroupStatus
23
+
24
+ @IsOptional()
25
+ @Length(3, 20)
26
+ codeToRefer: string;
27
+
28
+ @IsOptional()
29
+ @Length(3, 20)
30
+ category: string;
31
+ }
@@ -1,8 +1,8 @@
1
-
2
-
3
-
4
- export enum GroupAction {
5
-
6
- ADD='ADD',
7
- REMOVE='REMOVE'
8
- }
1
+
2
+
3
+
4
+ export enum GroupAction {
5
+
6
+ ADD='ADD',
7
+ REMOVE='REMOVE'
8
+ }
@@ -1,7 +1,7 @@
1
-
2
-
3
-
4
- export enum GroupStatus {
5
- ACTIVE = 'ACTIVE',
6
- INACTIVE = 'INACTIVE',
1
+
2
+
3
+
4
+ export enum GroupStatus {
5
+ ACTIVE = 'ACTIVE',
6
+ INACTIVE = 'INACTIVE',
7
7
  }
@@ -1,9 +1,9 @@
1
-
2
-
3
-
4
- export enum RelationStatus {
5
-
6
- ACTIVE = 'ACTIVE',
7
- INACTIVE = 'INACTIVE',
8
- PENDING = 'PENDING',
1
+
2
+
3
+
4
+ export enum RelationStatus {
5
+
6
+ ACTIVE = 'ACTIVE',
7
+ INACTIVE = 'INACTIVE',
8
+ PENDING = 'PENDING',
9
9
  }
@@ -1,10 +1,10 @@
1
-
2
-
3
-
4
- export enum RelationType {
5
-
6
- MEMBER = 'MEMBER',
7
- OWNER = 'OWNER',
8
- AFFILIATE = 'AFFILIATE',
9
-
1
+
2
+
3
+
4
+ export enum RelationType {
5
+
6
+ MEMBER = 'MEMBER',
7
+ OWNER = 'OWNER',
8
+ AFFILIATE = 'AFFILIATE',
9
+
10
10
  }
@@ -1,18 +1,18 @@
1
-
2
-
3
- //dtos
4
- export * from './dtos/GroupResponse';
5
- export * from './dtos/GroupCreateRequest';
6
- export * from './dtos/GroupDirectoryRelationsResponse';
7
- export * from './dtos/GroupUpdateRequest';
8
- export * from './dtos/GroupAddDirectoryRequest';
9
- export * from './dtos/GroupDirectoryRelationsUpdateRequest';
10
-
11
-
12
- //enums
13
- export * from './enums/GroupStatus';
14
- export * from './enums/RelationType';
15
- export * from './enums/RelationStatus';
16
- export * from './enums/GroupAction';
17
-
18
-
1
+
2
+
3
+ //dtos
4
+ export * from './dtos/GroupResponse';
5
+ export * from './dtos/GroupCreateRequest';
6
+ export * from './dtos/GroupDirectoryRelationsResponse';
7
+ export * from './dtos/GroupUpdateRequest';
8
+ export * from './dtos/GroupAddDirectoryRequest';
9
+ export * from './dtos/GroupDirectoryRelationsUpdateRequest';
10
+
11
+
12
+ //enums
13
+ export * from './enums/GroupStatus';
14
+ export * from './enums/RelationType';
15
+ export * from './enums/RelationStatus';
16
+ export * from './enums/GroupAction';
17
+
18
+
@@ -1,17 +1,17 @@
1
- import { TypeOfDirectoryId } from "../directory";
2
- import { Status } from "../directory/enums/Status";
3
-
4
- export interface TokenPayload {
5
- directoryId: string;
6
- typeOfDirectoryId: TypeOfDirectoryId;
7
- sub: string;
8
- app: string;
9
- issuer: string;
10
- scope: string;
11
- phoneNumber?: string | null;
12
- status: Status | null;
13
- id: string;
14
- profileId?: string | null;
15
- email?: string | null;
16
- event_id?: string
17
- }
1
+ import { TypeOfDirectoryId } from "../directory";
2
+ import { Status } from "../directory/enums/Status";
3
+
4
+ export interface TokenPayload {
5
+ directoryId: string;
6
+ typeOfDirectoryId: TypeOfDirectoryId;
7
+ sub: string;
8
+ app: string;
9
+ issuer: string;
10
+ scope: string;
11
+ phoneNumber?: string | null;
12
+ status: Status | null;
13
+ id: string;
14
+ profileId?: string | null;
15
+ email?: string | null;
16
+ event_id?: string
17
+ }
@@ -1,3 +1,3 @@
1
-
2
-
3
- export * from './TokenPayload'
1
+
2
+
3
+ export * from './TokenPayload'
@@ -1,32 +1,32 @@
1
- import { regexIso8601, regexUuidV4 } from "./constans/regex";
2
-
3
-
4
- export class ValidationUtils {
5
-
6
- // Método estático para validar UUID v4
7
- public static validateUuidV4(value: any) {
8
- if (value === null) return true;
9
- return regexUuidV4.test(value);
10
- }
11
-
12
- // Método estático para validar la longitud de una cadena
13
- public static validateStringLength(minLength: number, maxLength: number) {
14
- return (value: string) => {
15
- if (value === null) return true;
16
- return value.length >= minLength && value.length <= maxLength;
17
- };
18
- }
19
-
20
- // Método estático para validar el formato de fecha ISO 8601
21
- public static validateIso8601(value: string) {
22
- if (value === null) return true;
23
- return regexIso8601.test(value);
24
- }
25
-
26
- public static validateNumberRange(minValue: number, maxValue: number) {
27
- return (value: number | null): boolean => {
28
- if (value === null) return true;
29
- return value >= minValue && value <= maxValue;
30
- };
31
- }
32
- }
1
+ import { regexIso8601, regexUuidV4 } from "./constans/regex";
2
+
3
+
4
+ export class ValidationUtils {
5
+
6
+ // Método estático para validar UUID v4
7
+ public static validateUuidV4(value: any) {
8
+ if (value === null) return true;
9
+ return regexUuidV4.test(value);
10
+ }
11
+
12
+ // Método estático para validar la longitud de una cadena
13
+ public static validateStringLength(minLength: number, maxLength: number) {
14
+ return (value: string) => {
15
+ if (value === null) return true;
16
+ return value.length >= minLength && value.length <= maxLength;
17
+ };
18
+ }
19
+
20
+ // Método estático para validar el formato de fecha ISO 8601
21
+ public static validateIso8601(value: string) {
22
+ if (value === null) return true;
23
+ return regexIso8601.test(value);
24
+ }
25
+
26
+ public static validateNumberRange(minValue: number, maxValue: number) {
27
+ return (value: number | null): boolean => {
28
+ if (value === null) return true;
29
+ return value >= minValue && value <= maxValue;
30
+ };
31
+ }
32
+ }
@@ -1,12 +1,12 @@
1
-
2
-
3
- // Expresión regular para validar UUID v4
4
- export const regexUuidV4 = /^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i;
5
- // Expresión regular para validar fecha ISO 8601
6
- export const regexIso8601 = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|[+-]\d{2}:\d{2})$/;
7
- // Expresión regular para validar un número de teléfono
8
- export const regexPhoneNumber = /^\+1\d{10}$|^\+52\d{10}$/;
9
-
10
-
11
-
12
-
1
+
2
+
3
+ // Expresión regular para validar UUID v4
4
+ export const regexUuidV4 = /^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i;
5
+ // Expresión regular para validar fecha ISO 8601
6
+ export const regexIso8601 = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|[+-]\d{2}:\d{2})$/;
7
+ // Expresión regular para validar un número de teléfono
8
+ export const regexPhoneNumber = /^\+1\d{10}$|^\+52\d{10}$/;
9
+
10
+
11
+
12
+
@@ -1,25 +1,25 @@
1
- import { Country } from "../../country/enums/Country";
2
- import { IdentificationDocumentStatus } from "../enums/IdentificationDocumentStatus";
3
- import { SexDocument } from "../enums/SexDocument";
4
-
5
-
6
- export class IdentificationDocument {
7
-
8
- frontImageName: string | null;
9
- backImageName: string | null;
10
- countryId: Country | null;
11
- expirationDate: string | null;
12
- issueDate: string | null;
13
- lastNameFirst: string | null;
14
- lastNameSecond: string | null;
15
- names: string | null;
16
- fullName: string | null;
17
- countryOfBirth: string | null;
18
- dateOfBirth: string | null;
19
- documentNumber: string | null;
20
- typeOfDocument: string;
21
- sex: SexDocument | null;
22
- verificationId: string | null;
23
- curp: string | null;
24
- status: IdentificationDocumentStatus;
1
+ import { Country } from "../../country/enums/Country";
2
+ import { IdentificationDocumentStatus } from "../enums/IdentificationDocumentStatus";
3
+ import { SexDocument } from "../enums/SexDocument";
4
+
5
+
6
+ export class IdentificationDocument {
7
+
8
+ frontImageName: string | null;
9
+ backImageName: string | null;
10
+ countryId: Country | null;
11
+ expirationDate: string | null;
12
+ issueDate: string | null;
13
+ lastNameFirst: string | null;
14
+ lastNameSecond: string | null;
15
+ names: string | null;
16
+ fullName: string | null;
17
+ countryOfBirth: string | null;
18
+ dateOfBirth: string | null;
19
+ documentNumber: string | null;
20
+ typeOfDocument: string;
21
+ sex: SexDocument | null;
22
+ verificationId: string | null;
23
+ curp: string | null;
24
+ status: IdentificationDocumentStatus;
25
25
  }
@@ -1,5 +1,5 @@
1
-
2
-
3
- export class PeopleCreateRequest {
4
-
1
+
2
+
3
+ export class PeopleCreateRequest {
4
+
5
5
  }