@fiado/type-kit 1.2.1 → 1.2.2

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 (898) hide show
  1. package/README.md +70 -70
  2. package/package.json +23 -23
  3. package/src/account/dtos/AccountCreateRequest.ts +79 -79
  4. package/src/account/dtos/AccountCreateResponse.ts +7 -7
  5. package/src/account/dtos/AccountInfo.ts +39 -39
  6. package/src/account/dtos/AccountUpdateBalanceRequest.ts +6 -6
  7. package/src/account/dtos/BankAccountExternalAddress.ts +17 -17
  8. package/src/account/dtos/BankAccountP2pTransferRequest.ts +7 -7
  9. package/src/account/dtos/CreateBankAccountRequest.ts +11 -11
  10. package/src/account/dtos/CreateBankAccountResponse.ts +8 -8
  11. package/src/account/dtos/CreateBankAccountUserRequest.ts +17 -17
  12. package/src/account/dtos/CreateBankAccountUserResponse.ts +11 -11
  13. package/src/account/dtos/ExchangeInfo.ts +8 -8
  14. package/src/account/dtos/ExecuteP2pOperationRequest.ts +7 -7
  15. package/src/account/dtos/ExecutePocketOperationRequest.ts +5 -5
  16. package/src/account/dtos/GetAccountBalanceResponse.ts +36 -36
  17. package/src/account/dtos/GetAccountResponse.ts +62 -62
  18. package/src/account/dtos/GetBankAccountRequest.ts +3 -3
  19. package/src/account/dtos/GetBankAccountResponse.ts +22 -22
  20. package/src/account/dtos/GetBankAccountSensitiveInformationRequest.ts +5 -5
  21. package/src/account/dtos/GetBankAccountSensitiveInformationResponse.ts +8 -8
  22. package/src/account/dtos/GetBankAccountUserRequest.ts +2 -2
  23. package/src/account/dtos/GetBankAccountUserResponse.ts +25 -25
  24. package/src/account/dtos/GetPocketBalanceResponse.ts +46 -46
  25. package/src/account/dtos/GetPocketResponse.ts +8 -8
  26. package/src/account/dtos/PocketBalanceItem.ts +17 -17
  27. package/src/account/dtos/PocketItem.ts +43 -43
  28. package/src/account/dtos/UpdateBalanceOperation.ts +8 -8
  29. package/src/account/dtos/UpdateBankAccountUserRequest.ts +26 -26
  30. package/src/account/dtos/UpdateBankAccountUserResponse.ts +3 -3
  31. package/src/account/entities/AccountEntityBase.ts +12 -12
  32. package/src/account/enums/AccountEntityStatusEnum.ts +4 -4
  33. package/src/account/enums/AccountLevelEnum.ts +5 -5
  34. package/src/account/enums/BankAccountP2pTransferType.ts +5 -5
  35. package/src/account/enums/BankAccountTypeEnum.ts +2 -2
  36. package/src/account/enums/BankAccountUserStatusEnum.ts +4 -4
  37. package/src/account/enums/UserEntityStatusEnum.ts +4 -4
  38. package/src/account/index.ts +41 -41
  39. package/src/address/dtos/AddressBase.ts +130 -130
  40. package/src/address/dtos/AddressCreateRequest.ts +6 -6
  41. package/src/address/dtos/AddressResponse.ts +41 -41
  42. package/src/address/dtos/AddressShippingCardRequest.ts +12 -12
  43. package/src/address/dtos/AddressShippingCardResponse.ts +11 -11
  44. package/src/address/dtos/Geometry.ts +4 -4
  45. package/src/address/dtos/OfficeDetails.ts +30 -30
  46. package/src/address/dtos/OperationSchedule.ts +8 -8
  47. package/src/address/dtos/Place.ts +83 -83
  48. package/src/address/dtos/Shipping.ts +36 -36
  49. package/src/address/dtos/Timezone.ts +5 -5
  50. package/src/address/enums/AddressProvider.ts +10 -10
  51. package/src/address/enums/AddressStatus.ts +9 -9
  52. package/src/address/index.ts +16 -16
  53. package/src/app/enums/App.ts +10 -10
  54. package/src/app/index.ts +3 -3
  55. package/src/authentication/dtos/SignUpAdditionalRequest.ts +32 -32
  56. package/src/authentication/dtos/SignUpAdditionalResponse.ts +5 -5
  57. package/src/authentication/index.ts +3 -3
  58. package/src/bankAccount/dtos/ExternalAccountCurrency.ts +3 -3
  59. package/src/bankAccount/dtos/ExternalAccountType.ts +3 -3
  60. package/src/bankAccount/dtos/GetExternalBankAccountRequest.ts +11 -11
  61. package/src/bankAccount/dtos/GetExternalBankAccountResponse.ts +15 -15
  62. package/src/bankAccount/dtos/GetExternalBankResponse.ts +13 -13
  63. package/src/bankAccount/index.ts +4 -4
  64. package/src/bbvaRst/dtos/CreateRSTTransactionRequest.ts +13 -13
  65. package/src/bbvaRst/dtos/CreateRSTTransactionResponse.ts +9 -9
  66. package/src/bbvaRst/enums/RSTStatusEnum.ts +4 -4
  67. package/src/bbvaRst/index.ts +2 -2
  68. package/src/beneficiary/dtos/AccountBeneficiaryCreateRequest.ts +41 -41
  69. package/src/beneficiary/dtos/AccountBeneficiaryResponse.ts +23 -23
  70. package/src/beneficiary/dtos/AccountBeneficiaryUpdateRequest.ts +39 -39
  71. package/src/beneficiary/enums/AccountType.ts +6 -6
  72. package/src/beneficiary/index.ts +7 -7
  73. package/src/card/dtos/CardActivateRequest.ts +12 -12
  74. package/src/card/dtos/CardAdditionalRequest.ts +25 -25
  75. package/src/card/dtos/CardAdditionalResponse.ts +14 -14
  76. package/src/card/dtos/CardApplicationRequest.ts +27 -27
  77. package/src/card/dtos/CardBalanceResponse.ts +10 -10
  78. package/src/card/dtos/CardCreateAdditionalRequest.ts +65 -65
  79. package/src/card/dtos/CardResponse.ts +34 -34
  80. package/src/card/dtos/CardSensitiveInformationResponse.ts +18 -18
  81. package/src/card/dtos/CardShipmentQueueMessage.ts +7 -7
  82. package/src/card/dtos/CardShipmentUpdateRequest.ts +19 -19
  83. package/src/card/dtos/CardSummaryResponse.ts +10 -10
  84. package/src/card/dtos/CardUpdateRequest.ts +11 -11
  85. package/src/card/dtos/Internal/ActivateBankAccountCardRequest.ts +9 -9
  86. package/src/card/dtos/Internal/ActivateBankAccountCardResponse.ts +4 -4
  87. package/src/card/dtos/Internal/AssignCardRequest.ts +8 -8
  88. package/src/card/dtos/Internal/CreateBankAccountCardRequest.ts +16 -16
  89. package/src/card/dtos/Internal/CreateBankAccountCardResponse.ts +8 -8
  90. package/src/card/dtos/Internal/CreateBankAccountCardShippingRequest.ts +14 -14
  91. package/src/card/dtos/Internal/CreateBankAccountCardShippingResponse.ts +12 -12
  92. package/src/card/dtos/Internal/GetBankAccountCardResponse.ts +32 -32
  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 +50 -50
  114. package/src/card/validations/CardUpdateKeyConstraint.ts +53 -53
  115. package/src/card/validations/IsPhoneNumberConstraint.ts +29 -29
  116. package/src/contactInfo/dtos/ContactInfoCreateRequest.ts +54 -0
  117. package/src/contactInfo/dtos/GetAllContactInfoResponse.ts +13 -13
  118. package/src/contactInfo/enums/TypeOfContactIdEnum.ts +3 -3
  119. package/src/contactInfo/index.ts +1 -1
  120. package/src/contract/dtos/ContractCreateRequest.ts +29 -29
  121. package/src/contract/dtos/ContractCreateResponse.ts +2 -2
  122. package/src/contract/index.ts +4 -4
  123. package/src/country/enums/Country.ts +6 -6
  124. package/src/country/enums/CountryId.ts +6 -6
  125. package/src/country/index.ts +5 -5
  126. package/src/creditContract/dtos/CreditContractCreateRequest.ts +51 -51
  127. package/src/creditContract/enums/InstrumentEnum.ts +5 -5
  128. package/src/creditContract/index.ts +5 -5
  129. package/src/currency/dtos/CurrencyResponse.ts +8 -8
  130. package/src/currency/index.ts +2 -2
  131. package/src/directory/dtos/DirectoryResponse.ts +19 -19
  132. package/src/directory/dtos/External.ts +6 -6
  133. package/src/directory/enums/Profile.ts +6 -6
  134. package/src/directory/enums/Scope.ts +7 -7
  135. package/src/directory/enums/Status.ts +8 -8
  136. package/src/directory/enums/TypeOfDirectoryId.ts +6 -6
  137. package/src/directory/index.ts +7 -7
  138. package/src/eventBridge/dto/EventBridgeMessageRequest.ts +4 -4
  139. package/src/eventBridge/index.ts +1 -1
  140. package/src/exchangeRate/dtos/ExchangeRateCreateRequest.ts +50 -50
  141. package/src/exchangeRate/dtos/ExchangeRateCreateResponse.ts +4 -4
  142. package/src/exchangeRate/dtos/ExchangeRateResponse.ts +19 -19
  143. package/src/exchangeRate/dtos/GetExchangeRatesRequest.ts +3 -3
  144. package/src/exchangeRate/enums/ExchangeRateStatus.ts +5 -5
  145. package/src/exchangeRate/index.ts +9 -9
  146. package/src/genericMessage/dto/GenericMessageRequest.ts +17 -17
  147. package/src/genericMessage/enums/GenericMessageSourceEnum.ts +3 -3
  148. package/src/genericMessage/index.ts +1 -1
  149. package/src/group/dtos/GroupAddDirectoryRequest.ts +27 -27
  150. package/src/group/dtos/GroupCreateRequest.ts +54 -54
  151. package/src/group/dtos/GroupDirectoryRelationsResponse.ts +20 -20
  152. package/src/group/dtos/GroupDirectoryRelationsUpdateRequest.ts +10 -10
  153. package/src/group/dtos/GroupResponse.ts +17 -17
  154. package/src/group/dtos/GroupUpdateRequest.ts +31 -31
  155. package/src/group/enums/GroupAction.ts +8 -8
  156. package/src/group/enums/GroupStatus.ts +6 -6
  157. package/src/group/enums/RelationStatus.ts +8 -8
  158. package/src/group/enums/RelationType.ts +9 -9
  159. package/src/group/index.ts +18 -18
  160. package/src/header/TokenPayload.ts +18 -18
  161. package/src/header/index.ts +3 -3
  162. package/src/helpers/ValidationUtils.ts +32 -32
  163. package/src/helpers/constans/regex.ts +12 -12
  164. package/src/identity/dtos/IdentificationDocument.ts +24 -24
  165. package/src/identity/dtos/PeopleCreateRequest.ts +4 -4
  166. package/src/identity/dtos/PeopleResponse.ts +72 -72
  167. package/src/identity/dtos/PeopleUpdateRequest.ts +71 -71
  168. package/src/identity/dtos/TypeOfDocument.ts +11 -11
  169. package/src/identity/enums/IdentificationDocumentStatus.ts +7 -7
  170. package/src/identity/enums/SexDocument.ts +6 -6
  171. package/src/identity/enums/TypeOfDocument.ts +5 -5
  172. package/src/identity/index.ts +12 -12
  173. package/src/index.ts +32 -32
  174. package/src/notificationMessages/dtos/NotificationQueueMessageRequest.ts +7 -7
  175. package/src/notificationMessages/dtos/QueueMessageDestination.ts +6 -6
  176. package/src/notificationMessages/dtos/QueueMessageVariableValues.ts +3 -3
  177. package/src/notificationMessages/enums/NotificationId.ts +13 -13
  178. package/src/notificationMessages/index.ts +5 -5
  179. package/src/p2pContact/dtos/CreateP2pContactRequest.ts +8 -8
  180. package/src/productCatalog/dtos/CreateProductCatalogRequest.ts +14 -14
  181. package/src/productCatalog/dtos/GetProductCatalogResponse.ts +38 -38
  182. package/src/productCatalog/enums/ProductTaxFeeTypeEnum.ts +3 -3
  183. package/src/productCatalog/enums/ProductTypeEnum.ts +11 -11
  184. package/src/productCatalog/index.ts +4 -4
  185. package/src/provider/enums/Provider.ts +4 -4
  186. package/src/provider/index.ts +1 -1
  187. package/src/queue/dtos/QueueMessageBase.ts +13 -13
  188. package/src/servicePayment/dtos/GetCatalogParams.ts +5 -5
  189. package/src/servicePayment/dtos/ServicePaymentRequest.ts +33 -33
  190. package/src/servicePayment/index.ts +1 -1
  191. package/src/sessionActivity/dtos/SessionActivityQueueMessageRequest.ts +10 -10
  192. package/src/sessionActivity/enums/SessionActivityActionEnum.ts +7 -7
  193. package/src/sessionActivity/enums/SessionActivityActionOriginEnum.ts +4 -4
  194. package/src/sessionActivity/index.ts +2 -2
  195. package/src/stpSpei/dtos/PutStpOrderRequest.ts +10 -10
  196. package/src/stpSpei/dtos/SpeiWebhookMessage.ts +9 -9
  197. package/src/stpSpei/enums/WebhookMessageStatusEnum.ts +4 -4
  198. package/src/stpSpei/index.ts +3 -3
  199. package/src/transaction/dtos/Credit.ts +24 -24
  200. package/src/transaction/dtos/Debit.ts +20 -20
  201. package/src/transaction/dtos/Notional.ts +20 -20
  202. package/src/transaction/dtos/Product.ts +22 -22
  203. package/src/transaction/dtos/Total.ts +20 -20
  204. package/src/transaction/dtos/TransactionCreateRequest.ts +99 -99
  205. package/src/transaction/dtos/TransactionCreateResponse.ts +4 -4
  206. package/src/transaction/dtos/TransactionGetResponse.ts +17 -17
  207. package/src/transaction/enums/OperationEnum.ts +3 -3
  208. package/src/transaction/enums/TransactionSourceEnum.ts +4 -4
  209. package/src/transaction/index.ts +8 -8
  210. package/src/transactionProcessor/dtos/AmountInfo.ts +6 -6
  211. package/src/transactionProcessor/dtos/AmountInfoItem.ts +3 -3
  212. package/src/transactionProcessor/dtos/AuthorizeCreditCardAdjustmentRequest.ts +17 -17
  213. package/src/transactionProcessor/dtos/AuthorizeCreditCardPurchaseRequest.ts +16 -16
  214. package/src/transactionProcessor/dtos/AuthorizeP2pTransactionRequest.ts +8 -8
  215. package/src/transactionProcessor/dtos/AuthorizePocketTransactionRequest.ts +8 -8
  216. package/src/transactionProcessor/dtos/AuthorizeServicePaymentRequest.ts +7 -7
  217. package/src/transactionProcessor/dtos/AuthorizeSpeiBankTransferRequest.ts +6 -6
  218. package/src/transactionProcessor/dtos/CardInfo.ts +5 -5
  219. package/src/transactionProcessor/dtos/InstallmentsInfo.ts +6 -6
  220. package/src/transactionProcessor/dtos/MerchantInfo.ts +6 -6
  221. package/src/transactionProcessor/dtos/SpeiBankTransferStatusUpdate.ts +6 -6
  222. package/src/transactionProcessor/dtos/TransactionInfo.ts +7 -7
  223. package/src/transactionProcessor/dtos/TransactionProcessorQueueMessage.ts +3 -3
  224. package/src/transactionProcessor/enums/AsyncTxStatusEnum.ts +5 -5
  225. package/src/transactionProcessor/enums/TransactionProcessorCodesEnum.ts +13 -13
  226. package/src/transactionProcessor/index.ts +18 -18
  227. package/.idea/aws.xml +0 -11
  228. package/.idea/fiado-type-kit.iml +0 -12
  229. package/.idea/modules.xml +0 -8
  230. package/.idea/sonarlint/issuestore/0/2/02175ba1c7b82f17c1f95edd897711cf21fc8b55 +0 -0
  231. package/.idea/sonarlint/issuestore/0/3/0382ec9d8bd1d671b35f3cce2e83a60a6f0d4e92 +0 -0
  232. package/.idea/sonarlint/issuestore/0/9/09ee7ee398f8b5bc6eda536c9104a8ae5419c82e +0 -0
  233. package/.idea/sonarlint/issuestore/0/f/0f534ce38f745b6707998aa6c868a729b909bf4d +0 -0
  234. package/.idea/sonarlint/issuestore/1/0/10612661d76edd5c482b60e71edd3a7f74505d5e +0 -0
  235. package/.idea/sonarlint/issuestore/1/2/12453d06e6e35287172e482940b954ba12dc25a2 +0 -2
  236. package/.idea/sonarlint/issuestore/1/8/18c290c3d5b13d503bb211e6319a9e64ccd83350 +0 -0
  237. package/.idea/sonarlint/issuestore/1/9/197cec5934a8756e52d31de4e13741cc3a816164 +0 -0
  238. package/.idea/sonarlint/issuestore/1/f/1fcc1ef4b4c5c551f5f5833f39af79dd4d6440bd +0 -0
  239. package/.idea/sonarlint/issuestore/2/4/244f232939a7014966ac2eff9cd795d12c5ddc21 +0 -0
  240. package/.idea/sonarlint/issuestore/2/5/25497cc140764f84080ed16d4d408b09b411525a +0 -0
  241. package/.idea/sonarlint/issuestore/2/9/2983524a17882775f03310e18fd052a958d44d3b +0 -0
  242. package/.idea/sonarlint/issuestore/2/c/2cf73169675e38d4411f50e8ac8e5c5186a3616e +0 -0
  243. package/.idea/sonarlint/issuestore/2/d/2de53b2c61661c8acd989aad739d9b6cc0deabde +0 -0
  244. package/.idea/sonarlint/issuestore/3/5/355a0b1b7628657539752d4cfbd8f33fcc664d5d +0 -0
  245. package/.idea/sonarlint/issuestore/3/8/38c41cacebf63514689973e01014e89db38448d7 +0 -0
  246. package/.idea/sonarlint/issuestore/3/9/3942490f54c10c0111afa09b30a079f3ef9aeec7 +0 -0
  247. package/.idea/sonarlint/issuestore/3/a/3a96f9d5c15844580b34596455a77e22ce0b1da1 +0 -0
  248. package/.idea/sonarlint/issuestore/4/1/4110de41994be7f0e890b6711ba86bb4fb50f602 +0 -0
  249. package/.idea/sonarlint/issuestore/4/d/4d722d4f799d0dcaf4f273105d16ce2d9761ceb2 +0 -0
  250. package/.idea/sonarlint/issuestore/4/f/4f9e0d80d4df64baa27bf681528cb43a3ba4fde6 +0 -0
  251. package/.idea/sonarlint/issuestore/5/2/52124373285180cc9fc913380c1cf02a160f9e62 +0 -0
  252. package/.idea/sonarlint/issuestore/5/5/55792c374cceb362b99620756061abf16563279b +0 -0
  253. package/.idea/sonarlint/issuestore/5/6/566db33aef0142b767c76568b2fca29caaa1b423 +0 -0
  254. package/.idea/sonarlint/issuestore/5/7/57d8ecb1bda7803e970cddbcb9d96ec682fbce50 +0 -0
  255. package/.idea/sonarlint/issuestore/5/8/5815363aa7c189fe1d8a995d750c3a3f27900621 +0 -0
  256. package/.idea/sonarlint/issuestore/5/9/5993b7cd868ca0f67fff0860484d2de906467a5c +0 -0
  257. package/.idea/sonarlint/issuestore/5/a/5a74acb4b064cbe70d9a71991eb486fb4d78f531 +0 -0
  258. package/.idea/sonarlint/issuestore/5/b/5b4cf966e749bb0515dfad5d0c51e5fa59e969e5 +0 -0
  259. package/.idea/sonarlint/issuestore/5/b/5bc0ebc2a399a9f7595b8013c990ef8681de0fb8 +0 -0
  260. package/.idea/sonarlint/issuestore/6/1/619fe0b2aa30704d95a60035674b31d432fc5a75 +0 -0
  261. package/.idea/sonarlint/issuestore/6/4/646b88aafc1ca8453d1a111ea33d258c52e07851 +0 -0
  262. package/.idea/sonarlint/issuestore/6/5/65e727e2ee3468d20e4bf7cb3800385cb2c7a983 +0 -0
  263. package/.idea/sonarlint/issuestore/6/6/6627ec0b7b336db9c2a70382b2ee1e69ba3163ac +0 -0
  264. package/.idea/sonarlint/issuestore/6/9/69abfdb53d85b80c255b3ab2a88666175ceeac54 +0 -0
  265. package/.idea/sonarlint/issuestore/6/9/69d58b0b6323e7e777c435dbaefe94a64394e255 +0 -0
  266. package/.idea/sonarlint/issuestore/6/b/6bcb55d35bf54b940fe29f44e2bb679bc6f621e1 +0 -0
  267. package/.idea/sonarlint/issuestore/6/f/6f43ceef55b03d8c26768ceb4ee9e3e1cea7ddd4 +0 -0
  268. package/.idea/sonarlint/issuestore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
  269. package/.idea/sonarlint/issuestore/7/0/70c663239858c68590cdba7e904366fe59855b0b +0 -0
  270. package/.idea/sonarlint/issuestore/7/3/73d3690344e0bf29ccdba246e5f3450707458c0a +0 -0
  271. package/.idea/sonarlint/issuestore/7/3/73eee44012dacbb17c6d2e2d988e6def209267b8 +0 -0
  272. package/.idea/sonarlint/issuestore/7/4/7489a99709fa9ca44fa1a085c02ee8502e21a9fd +0 -0
  273. package/.idea/sonarlint/issuestore/7/7/77a3404a468e41376864800c0ab63d69287e6eab +0 -0
  274. package/.idea/sonarlint/issuestore/7/8/782e1a44f35a71927df243d92a4eede126f437ac +0 -0
  275. package/.idea/sonarlint/issuestore/7/a/7aa3d5a067415a7071571cb5018a37d03cff5bbd +0 -0
  276. package/.idea/sonarlint/issuestore/7/e/7ecdb333781356fc0fe1cc9fa84ac8f76b996401 +0 -0
  277. package/.idea/sonarlint/issuestore/7/f/7f9d84f1e541f40d1bc582e467f11283b3acfe99 +0 -0
  278. package/.idea/sonarlint/issuestore/8/1/81c76302465b6fb29ef101681712a023c52c8f00 +0 -0
  279. package/.idea/sonarlint/issuestore/8/2/823bafbef2d005b52054bb6ba237d26a93a69289 +0 -0
  280. package/.idea/sonarlint/issuestore/8/b/8b0588db2495f22a93ce5d97cc089971f40aa4ec +0 -0
  281. package/.idea/sonarlint/issuestore/8/c/8ce69d617cb074433c15518eed688652cbc8c164 +0 -0
  282. package/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
  283. package/.idea/sonarlint/issuestore/9/2/9252baf9a1ff6cf967c8f83c4a62c40264b122d7 +0 -0
  284. package/.idea/sonarlint/issuestore/9/4/948b0afb07fbe2035d9d0a168a017e51c2b221a2 +0 -0
  285. package/.idea/sonarlint/issuestore/9/4/94f646fcac8f4172c6e6958abd9f455b3c79995f +0 -0
  286. package/.idea/sonarlint/issuestore/9/5/95966b4a91847f490e094dfa87f80c2c5c59fbb9 +0 -0
  287. package/.idea/sonarlint/issuestore/9/8/98a520adeec585ead0013d974a18f679393b6997 +0 -0
  288. package/.idea/sonarlint/issuestore/9/f/9fc96c9beeba61e907bd3ba313f11eac8cf0d430 +0 -0
  289. package/.idea/sonarlint/issuestore/a/0/a06a99270cf7808dda3a6025cf813ae52720b475 +0 -0
  290. package/.idea/sonarlint/issuestore/a/5/a5cc2925ca8258af241be7e5b0381edf30266302 +0 -0
  291. package/.idea/sonarlint/issuestore/a/9/a903e3bfc804794d9b9535cbb530c68383652b5d +0 -0
  292. package/.idea/sonarlint/issuestore/a/b/abfb24bd8d0e3cdfbf3ff4c7e80603bf1cdf7871 +0 -0
  293. package/.idea/sonarlint/issuestore/b/c/bc5b896ed63da1497d081036364d9f2384f2ea37 +0 -0
  294. package/.idea/sonarlint/issuestore/c/5/c5fb850250c7443c48a6c12b5cf6916773da31f1 +0 -0
  295. package/.idea/sonarlint/issuestore/c/9/c9c508bb5b9ad2f0f6b3ad35422b961d678e1d0f +0 -0
  296. package/.idea/sonarlint/issuestore/c/b/cbc130a9515015718fb34e36adfe27e4e31f43e5 +0 -0
  297. package/.idea/sonarlint/issuestore/c/d/cdd687c2228066cdac5910ebcd0a5584e5c50985 +0 -0
  298. package/.idea/sonarlint/issuestore/d/2/d24fe332e92475452d840d36f81c9af7b70887e7 +0 -0
  299. package/.idea/sonarlint/issuestore/d/2/d2b43e6a30699faba4dff61341b06c7e17e7f400 +0 -0
  300. package/.idea/sonarlint/issuestore/d/d/dd375f957eb150c2f7fb1d4edba07501286db515 +0 -0
  301. package/.idea/sonarlint/issuestore/d/f/df083cf457b627bc4ada3c11eee92cc83e6c4c80 +0 -0
  302. package/.idea/sonarlint/issuestore/e/0/e05f58bae396006667e2ac1103d301e443e1f856 +0 -0
  303. package/.idea/sonarlint/issuestore/e/7/e7248564a8f7fdc020eba78ea0c58c98603880a4 +0 -0
  304. package/.idea/sonarlint/issuestore/e/d/ed43355775e0bbf3987e4526d4d8dd779773eb91 +0 -0
  305. package/.idea/sonarlint/issuestore/f/2/f2d1f4712d58f68a238d7df4f455d3cc45882594 +0 -0
  306. package/.idea/sonarlint/issuestore/f/2/f2f4d557bf4d2e72606a808a2446af7098387e58 +0 -0
  307. package/.idea/sonarlint/issuestore/f/9/f9cb0ab2ca2e8ce4e64e10034c949066c38000f5 +0 -0
  308. package/.idea/sonarlint/issuestore/f/9/f9d6327040914014594d301e0dc6361a476a5ff4 +0 -0
  309. package/.idea/sonarlint/issuestore/f/a/fa9452abeeb6e134b984ce22f0ff271a774c9093 +0 -0
  310. package/.idea/sonarlint/issuestore/f/a/fa9dce145b13c5aaff8e84813e79f94dcd4c0860 +0 -0
  311. package/.idea/sonarlint/issuestore/f/b/fb74f3edc49c374fcb38034841d290680603b9cb +0 -0
  312. package/.idea/sonarlint/issuestore/f/d/fdd4872693720f9140008b46069639fb2801114d +0 -0
  313. package/.idea/sonarlint/issuestore/index.pb +0 -168
  314. package/.idea/sonarlint/securityhotspotstore/0/2/02175ba1c7b82f17c1f95edd897711cf21fc8b55 +0 -0
  315. package/.idea/sonarlint/securityhotspotstore/0/3/0382ec9d8bd1d671b35f3cce2e83a60a6f0d4e92 +0 -0
  316. package/.idea/sonarlint/securityhotspotstore/0/9/09ee7ee398f8b5bc6eda536c9104a8ae5419c82e +0 -0
  317. package/.idea/sonarlint/securityhotspotstore/0/f/0f534ce38f745b6707998aa6c868a729b909bf4d +0 -0
  318. package/.idea/sonarlint/securityhotspotstore/1/0/10612661d76edd5c482b60e71edd3a7f74505d5e +0 -0
  319. package/.idea/sonarlint/securityhotspotstore/1/2/12453d06e6e35287172e482940b954ba12dc25a2 +0 -0
  320. package/.idea/sonarlint/securityhotspotstore/1/8/18c290c3d5b13d503bb211e6319a9e64ccd83350 +0 -0
  321. package/.idea/sonarlint/securityhotspotstore/1/9/197cec5934a8756e52d31de4e13741cc3a816164 +0 -0
  322. package/.idea/sonarlint/securityhotspotstore/1/f/1fcc1ef4b4c5c551f5f5833f39af79dd4d6440bd +0 -0
  323. package/.idea/sonarlint/securityhotspotstore/2/4/244f232939a7014966ac2eff9cd795d12c5ddc21 +0 -0
  324. package/.idea/sonarlint/securityhotspotstore/2/5/25497cc140764f84080ed16d4d408b09b411525a +0 -0
  325. package/.idea/sonarlint/securityhotspotstore/2/9/2983524a17882775f03310e18fd052a958d44d3b +0 -0
  326. package/.idea/sonarlint/securityhotspotstore/2/c/2cf73169675e38d4411f50e8ac8e5c5186a3616e +0 -0
  327. package/.idea/sonarlint/securityhotspotstore/2/d/2de53b2c61661c8acd989aad739d9b6cc0deabde +0 -0
  328. package/.idea/sonarlint/securityhotspotstore/3/5/355a0b1b7628657539752d4cfbd8f33fcc664d5d +0 -0
  329. package/.idea/sonarlint/securityhotspotstore/3/8/38c41cacebf63514689973e01014e89db38448d7 +0 -0
  330. package/.idea/sonarlint/securityhotspotstore/3/9/3942490f54c10c0111afa09b30a079f3ef9aeec7 +0 -0
  331. package/.idea/sonarlint/securityhotspotstore/3/a/3a96f9d5c15844580b34596455a77e22ce0b1da1 +0 -0
  332. package/.idea/sonarlint/securityhotspotstore/4/1/4110de41994be7f0e890b6711ba86bb4fb50f602 +0 -0
  333. package/.idea/sonarlint/securityhotspotstore/4/d/4d722d4f799d0dcaf4f273105d16ce2d9761ceb2 +0 -0
  334. package/.idea/sonarlint/securityhotspotstore/4/f/4f9e0d80d4df64baa27bf681528cb43a3ba4fde6 +0 -0
  335. package/.idea/sonarlint/securityhotspotstore/5/2/52124373285180cc9fc913380c1cf02a160f9e62 +0 -0
  336. package/.idea/sonarlint/securityhotspotstore/5/5/55792c374cceb362b99620756061abf16563279b +0 -0
  337. package/.idea/sonarlint/securityhotspotstore/5/6/566db33aef0142b767c76568b2fca29caaa1b423 +0 -0
  338. package/.idea/sonarlint/securityhotspotstore/5/7/57d8ecb1bda7803e970cddbcb9d96ec682fbce50 +0 -0
  339. package/.idea/sonarlint/securityhotspotstore/5/8/5815363aa7c189fe1d8a995d750c3a3f27900621 +0 -0
  340. package/.idea/sonarlint/securityhotspotstore/5/9/5993b7cd868ca0f67fff0860484d2de906467a5c +0 -0
  341. package/.idea/sonarlint/securityhotspotstore/5/a/5a74acb4b064cbe70d9a71991eb486fb4d78f531 +0 -0
  342. package/.idea/sonarlint/securityhotspotstore/5/b/5b4cf966e749bb0515dfad5d0c51e5fa59e969e5 +0 -0
  343. package/.idea/sonarlint/securityhotspotstore/5/b/5bc0ebc2a399a9f7595b8013c990ef8681de0fb8 +0 -0
  344. package/.idea/sonarlint/securityhotspotstore/6/1/619fe0b2aa30704d95a60035674b31d432fc5a75 +0 -0
  345. package/.idea/sonarlint/securityhotspotstore/6/4/646b88aafc1ca8453d1a111ea33d258c52e07851 +0 -0
  346. package/.idea/sonarlint/securityhotspotstore/6/5/65e727e2ee3468d20e4bf7cb3800385cb2c7a983 +0 -0
  347. package/.idea/sonarlint/securityhotspotstore/6/6/6627ec0b7b336db9c2a70382b2ee1e69ba3163ac +0 -0
  348. package/.idea/sonarlint/securityhotspotstore/6/9/69abfdb53d85b80c255b3ab2a88666175ceeac54 +0 -0
  349. package/.idea/sonarlint/securityhotspotstore/6/9/69d58b0b6323e7e777c435dbaefe94a64394e255 +0 -0
  350. package/.idea/sonarlint/securityhotspotstore/6/b/6bcb55d35bf54b940fe29f44e2bb679bc6f621e1 +0 -0
  351. package/.idea/sonarlint/securityhotspotstore/6/f/6f43ceef55b03d8c26768ceb4ee9e3e1cea7ddd4 +0 -0
  352. package/.idea/sonarlint/securityhotspotstore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
  353. package/.idea/sonarlint/securityhotspotstore/7/0/70c663239858c68590cdba7e904366fe59855b0b +0 -0
  354. package/.idea/sonarlint/securityhotspotstore/7/3/73d3690344e0bf29ccdba246e5f3450707458c0a +0 -0
  355. package/.idea/sonarlint/securityhotspotstore/7/3/73eee44012dacbb17c6d2e2d988e6def209267b8 +0 -0
  356. package/.idea/sonarlint/securityhotspotstore/7/4/7489a99709fa9ca44fa1a085c02ee8502e21a9fd +0 -0
  357. package/.idea/sonarlint/securityhotspotstore/7/7/77a3404a468e41376864800c0ab63d69287e6eab +0 -0
  358. package/.idea/sonarlint/securityhotspotstore/7/8/782e1a44f35a71927df243d92a4eede126f437ac +0 -0
  359. package/.idea/sonarlint/securityhotspotstore/7/a/7aa3d5a067415a7071571cb5018a37d03cff5bbd +0 -0
  360. package/.idea/sonarlint/securityhotspotstore/7/e/7ecdb333781356fc0fe1cc9fa84ac8f76b996401 +0 -0
  361. package/.idea/sonarlint/securityhotspotstore/7/f/7f9d84f1e541f40d1bc582e467f11283b3acfe99 +0 -0
  362. package/.idea/sonarlint/securityhotspotstore/8/1/81c76302465b6fb29ef101681712a023c52c8f00 +0 -0
  363. package/.idea/sonarlint/securityhotspotstore/8/2/823bafbef2d005b52054bb6ba237d26a93a69289 +0 -0
  364. package/.idea/sonarlint/securityhotspotstore/8/b/8b0588db2495f22a93ce5d97cc089971f40aa4ec +0 -0
  365. package/.idea/sonarlint/securityhotspotstore/8/c/8ce69d617cb074433c15518eed688652cbc8c164 +0 -0
  366. package/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
  367. package/.idea/sonarlint/securityhotspotstore/9/2/9252baf9a1ff6cf967c8f83c4a62c40264b122d7 +0 -0
  368. package/.idea/sonarlint/securityhotspotstore/9/4/948b0afb07fbe2035d9d0a168a017e51c2b221a2 +0 -0
  369. package/.idea/sonarlint/securityhotspotstore/9/4/94f646fcac8f4172c6e6958abd9f455b3c79995f +0 -0
  370. package/.idea/sonarlint/securityhotspotstore/9/5/95966b4a91847f490e094dfa87f80c2c5c59fbb9 +0 -0
  371. package/.idea/sonarlint/securityhotspotstore/9/8/98a520adeec585ead0013d974a18f679393b6997 +0 -0
  372. package/.idea/sonarlint/securityhotspotstore/9/f/9fc96c9beeba61e907bd3ba313f11eac8cf0d430 +0 -0
  373. package/.idea/sonarlint/securityhotspotstore/a/0/a06a99270cf7808dda3a6025cf813ae52720b475 +0 -0
  374. package/.idea/sonarlint/securityhotspotstore/a/5/a5cc2925ca8258af241be7e5b0381edf30266302 +0 -0
  375. package/.idea/sonarlint/securityhotspotstore/a/9/a903e3bfc804794d9b9535cbb530c68383652b5d +0 -0
  376. package/.idea/sonarlint/securityhotspotstore/a/b/abfb24bd8d0e3cdfbf3ff4c7e80603bf1cdf7871 +0 -0
  377. package/.idea/sonarlint/securityhotspotstore/b/c/bc5b896ed63da1497d081036364d9f2384f2ea37 +0 -0
  378. package/.idea/sonarlint/securityhotspotstore/c/5/c5fb850250c7443c48a6c12b5cf6916773da31f1 +0 -0
  379. package/.idea/sonarlint/securityhotspotstore/c/9/c9c508bb5b9ad2f0f6b3ad35422b961d678e1d0f +0 -0
  380. package/.idea/sonarlint/securityhotspotstore/c/b/cbc130a9515015718fb34e36adfe27e4e31f43e5 +0 -0
  381. package/.idea/sonarlint/securityhotspotstore/c/d/cdd687c2228066cdac5910ebcd0a5584e5c50985 +0 -0
  382. package/.idea/sonarlint/securityhotspotstore/d/2/d24fe332e92475452d840d36f81c9af7b70887e7 +0 -0
  383. package/.idea/sonarlint/securityhotspotstore/d/2/d2b43e6a30699faba4dff61341b06c7e17e7f400 +0 -0
  384. package/.idea/sonarlint/securityhotspotstore/d/d/dd375f957eb150c2f7fb1d4edba07501286db515 +0 -0
  385. package/.idea/sonarlint/securityhotspotstore/d/f/df083cf457b627bc4ada3c11eee92cc83e6c4c80 +0 -0
  386. package/.idea/sonarlint/securityhotspotstore/e/0/e05f58bae396006667e2ac1103d301e443e1f856 +0 -0
  387. package/.idea/sonarlint/securityhotspotstore/e/7/e7248564a8f7fdc020eba78ea0c58c98603880a4 +0 -0
  388. package/.idea/sonarlint/securityhotspotstore/e/d/ed43355775e0bbf3987e4526d4d8dd779773eb91 +0 -0
  389. package/.idea/sonarlint/securityhotspotstore/f/2/f2d1f4712d58f68a238d7df4f455d3cc45882594 +0 -0
  390. package/.idea/sonarlint/securityhotspotstore/f/2/f2f4d557bf4d2e72606a808a2446af7098387e58 +0 -0
  391. package/.idea/sonarlint/securityhotspotstore/f/9/f9cb0ab2ca2e8ce4e64e10034c949066c38000f5 +0 -0
  392. package/.idea/sonarlint/securityhotspotstore/f/9/f9d6327040914014594d301e0dc6361a476a5ff4 +0 -0
  393. package/.idea/sonarlint/securityhotspotstore/f/a/fa9452abeeb6e134b984ce22f0ff271a774c9093 +0 -0
  394. package/.idea/sonarlint/securityhotspotstore/f/a/fa9dce145b13c5aaff8e84813e79f94dcd4c0860 +0 -0
  395. package/.idea/sonarlint/securityhotspotstore/f/b/fb74f3edc49c374fcb38034841d290680603b9cb +0 -0
  396. package/.idea/sonarlint/securityhotspotstore/f/d/fdd4872693720f9140008b46069639fb2801114d +0 -0
  397. package/.idea/sonarlint/securityhotspotstore/index.pb +0 -168
  398. package/.idea/vcs.xml +0 -6
  399. package/bin/account/dtos/AccountCreateRequest.d.ts +0 -24
  400. package/bin/account/dtos/AccountCreateRequest.js +0 -104
  401. package/bin/account/dtos/AccountCreateResponse.d.ts +0 -8
  402. package/bin/account/dtos/AccountCreateResponse.js +0 -6
  403. package/bin/account/dtos/AccountInfo.d.ts +0 -12
  404. package/bin/account/dtos/AccountInfo.js +0 -59
  405. package/bin/account/dtos/AccountResponse.d.ts +0 -21
  406. package/bin/account/dtos/AccountResponse.js +0 -6
  407. package/bin/account/dtos/AccountUpdateBalanceRequest.d.ts +0 -4
  408. package/bin/account/dtos/AccountUpdateBalanceRequest.js +0 -20
  409. package/bin/account/dtos/BankAccountExternalAddress.d.ts +0 -15
  410. package/bin/account/dtos/BankAccountExternalAddress.js +0 -6
  411. package/bin/account/dtos/BankAccountP2pTransferRequest.d.ts +0 -7
  412. package/bin/account/dtos/BankAccountP2pTransferRequest.js +0 -6
  413. package/bin/account/dtos/CreateBankAccountRequest.d.ts +0 -8
  414. package/bin/account/dtos/CreateBankAccountRequest.js +0 -6
  415. package/bin/account/dtos/CreateBankAccountResponse.d.ts +0 -5
  416. package/bin/account/dtos/CreateBankAccountResponse.js +0 -6
  417. package/bin/account/dtos/CreateBankAccountUserRequest.d.ts +0 -14
  418. package/bin/account/dtos/CreateBankAccountUserRequest.js +0 -6
  419. package/bin/account/dtos/CreateBankAccountUserResponse.d.ts +0 -8
  420. package/bin/account/dtos/CreateBankAccountUserResponse.js +0 -6
  421. package/bin/account/dtos/ExchangeInfo.d.ts +0 -4
  422. package/bin/account/dtos/ExchangeInfo.js +0 -23
  423. package/bin/account/dtos/ExecuteP2pOperationRequest.d.ts +0 -7
  424. package/bin/account/dtos/ExecuteP2pOperationRequest.js +0 -6
  425. package/bin/account/dtos/ExecutePocketOperationRequest.d.ts +0 -3
  426. package/bin/account/dtos/ExecutePocketOperationRequest.js +0 -20
  427. package/bin/account/dtos/GetAccountBalanceResponse.d.ts +0 -11
  428. package/bin/account/dtos/GetAccountBalanceResponse.js +0 -59
  429. package/bin/account/dtos/GetAccountResponse.d.ts +0 -20
  430. package/bin/account/dtos/GetAccountResponse.js +0 -89
  431. package/bin/account/dtos/GetBankAccountRequest.d.ts +0 -4
  432. package/bin/account/dtos/GetBankAccountRequest.js +0 -6
  433. package/bin/account/dtos/GetBankAccountResponse.d.ts +0 -22
  434. package/bin/account/dtos/GetBankAccountResponse.js +0 -6
  435. package/bin/account/dtos/GetBankAccountSensitiveInformationRequest.d.ts +0 -5
  436. package/bin/account/dtos/GetBankAccountSensitiveInformationRequest.js +0 -6
  437. package/bin/account/dtos/GetBankAccountSensitiveInformationResponse.d.ts +0 -8
  438. package/bin/account/dtos/GetBankAccountSensitiveInformationResponse.js +0 -6
  439. package/bin/account/dtos/GetBankAccountUserRequest.d.ts +0 -3
  440. package/bin/account/dtos/GetBankAccountUserRequest.js +0 -6
  441. package/bin/account/dtos/GetBankAccountUserResponse.d.ts +0 -25
  442. package/bin/account/dtos/GetBankAccountUserResponse.js +0 -6
  443. package/bin/account/dtos/GetPocketBalanceResponse.d.ts +0 -11
  444. package/bin/account/dtos/GetPocketBalanceResponse.js +0 -65
  445. package/bin/account/dtos/GetPocketResponse.d.ts +0 -8
  446. package/bin/account/dtos/GetPocketResponse.js +0 -5
  447. package/bin/account/dtos/PocketBalanceItem.d.ts +0 -7
  448. package/bin/account/dtos/PocketBalanceItem.js +0 -36
  449. package/bin/account/dtos/PocketCreateRequest.d.ts +0 -4
  450. package/bin/account/dtos/PocketCreateRequest.js +0 -31
  451. package/bin/account/dtos/PocketCreateResponse.d.ts +0 -2
  452. package/bin/account/dtos/PocketCreateResponse.js +0 -6
  453. package/bin/account/dtos/PocketItem.d.ts +0 -12
  454. package/bin/account/dtos/PocketItem.js +0 -61
  455. package/bin/account/dtos/UpdateBalanceOperation.d.ts +0 -8
  456. package/bin/account/dtos/UpdateBalanceOperation.js +0 -6
  457. package/bin/account/dtos/UpdateBankAccountUserRequest.d.ts +0 -26
  458. package/bin/account/dtos/UpdateBankAccountUserRequest.js +0 -6
  459. package/bin/account/dtos/UpdateBankAccountUserResponse.d.ts +0 -4
  460. package/bin/account/dtos/UpdateBankAccountUserResponse.js +0 -6
  461. package/bin/account/entities/AccountEntityBase.d.ts +0 -12
  462. package/bin/account/entities/AccountEntityBase.js +0 -6
  463. package/bin/account/enums/AccountEntityStatusEnum.d.ts +0 -5
  464. package/bin/account/enums/AccountEntityStatusEnum.js +0 -9
  465. package/bin/account/enums/AccountLevelEnum.d.ts +0 -6
  466. package/bin/account/enums/AccountLevelEnum.js +0 -10
  467. package/bin/account/enums/AccountStatus.d.ts +0 -5
  468. package/bin/account/enums/AccountStatus.js +0 -9
  469. package/bin/account/enums/BankAccountP2pTransferType.d.ts +0 -6
  470. package/bin/account/enums/BankAccountP2pTransferType.js +0 -10
  471. package/bin/account/enums/BankAccountTypeEnum.d.ts +0 -3
  472. package/bin/account/enums/BankAccountTypeEnum.js +0 -7
  473. package/bin/account/enums/BankAccountUserStatusEnum.d.ts +0 -5
  474. package/bin/account/enums/BankAccountUserStatusEnum.js +0 -9
  475. package/bin/account/enums/UserEntityStatusEnum.d.ts +0 -5
  476. package/bin/account/enums/UserEntityStatusEnum.js +0 -9
  477. package/bin/account/index.d.ts +0 -35
  478. package/bin/account/index.js +0 -54
  479. package/bin/address/dtos/AddressBase.d.ts +0 -34
  480. package/bin/address/dtos/AddressBase.js +0 -163
  481. package/bin/address/dtos/AddressCreateRequest.d.ts +0 -3
  482. package/bin/address/dtos/AddressCreateRequest.js +0 -7
  483. package/bin/address/dtos/AddressResponse.d.ts +0 -7
  484. package/bin/address/dtos/AddressResponse.js +0 -47
  485. package/bin/address/dtos/AddressShippingCardRequest.d.ts +0 -9
  486. package/bin/address/dtos/AddressShippingCardRequest.js +0 -7
  487. package/bin/address/dtos/AddressShippingCardResponse.d.ts +0 -8
  488. package/bin/address/dtos/AddressShippingCardResponse.js +0 -2
  489. package/bin/address/dtos/Geometry.d.ts +0 -3
  490. package/bin/address/dtos/Geometry.js +0 -2
  491. package/bin/address/dtos/OfficeDetails.d.ts +0 -28
  492. package/bin/address/dtos/OfficeDetails.js +0 -2
  493. package/bin/address/dtos/OperationSchedule.d.ts +0 -7
  494. package/bin/address/dtos/OperationSchedule.js +0 -2
  495. package/bin/address/dtos/Place.d.ts +0 -21
  496. package/bin/address/dtos/Place.js +0 -112
  497. package/bin/address/dtos/Shipping.d.ts +0 -11
  498. package/bin/address/dtos/Shipping.js +0 -57
  499. package/bin/address/dtos/Timezone.d.ts +0 -4
  500. package/bin/address/dtos/Timezone.js +0 -2
  501. package/bin/address/enums/AddressProvider.d.ts +0 -9
  502. package/bin/address/enums/AddressProvider.js +0 -13
  503. package/bin/address/enums/AddressStatus.d.ts +0 -9
  504. package/bin/address/enums/AddressStatus.js +0 -13
  505. package/bin/address/index.d.ts +0 -12
  506. package/bin/address/index.js +0 -30
  507. package/bin/app/enums/App.d.ts +0 -9
  508. package/bin/app/enums/App.js +0 -13
  509. package/bin/app/index.d.ts +0 -1
  510. package/bin/app/index.js +0 -18
  511. package/bin/authentication/dtos/SignUpAdditionalRequest.d.ts +0 -7
  512. package/bin/authentication/dtos/SignUpAdditionalRequest.js +0 -46
  513. package/bin/authentication/dtos/SignUpAdditionalResponse.d.ts +0 -4
  514. package/bin/authentication/dtos/SignUpAdditionalResponse.js +0 -6
  515. package/bin/authentication/index.d.ts +0 -2
  516. package/bin/authentication/index.js +0 -19
  517. package/bin/bankAccount/dtos/ExternalAccountCurrency.d.ts +0 -4
  518. package/bin/bankAccount/dtos/ExternalAccountCurrency.js +0 -6
  519. package/bin/bankAccount/dtos/ExternalAccountType.d.ts +0 -4
  520. package/bin/bankAccount/dtos/ExternalAccountType.js +0 -6
  521. package/bin/bankAccount/dtos/GetExternalBankAccountRequest.d.ts +0 -12
  522. package/bin/bankAccount/dtos/GetExternalBankAccountRequest.js +0 -5
  523. package/bin/bankAccount/dtos/GetExternalBankAccountResponse.d.ts +0 -15
  524. package/bin/bankAccount/dtos/GetExternalBankAccountResponse.js +0 -5
  525. package/bin/bankAccount/dtos/GetExternalBankResponse.d.ts +0 -13
  526. package/bin/bankAccount/dtos/GetExternalBankResponse.js +0 -6
  527. package/bin/bankAccount/index.d.ts +0 -5
  528. package/bin/bankAccount/index.js +0 -21
  529. package/bin/bbvaRst/dtos/CreateRSTTransactionRequest.d.ts +0 -13
  530. package/bin/bbvaRst/dtos/CreateRSTTransactionRequest.js +0 -6
  531. package/bin/bbvaRst/dtos/CreateRSTTransactionResponse.d.ts +0 -9
  532. package/bin/bbvaRst/dtos/CreateRSTTransactionResponse.js +0 -6
  533. package/bin/bbvaRst/enums/RSTStatusEnum.d.ts +0 -5
  534. package/bin/bbvaRst/enums/RSTStatusEnum.js +0 -9
  535. package/bin/bbvaRst/index.d.ts +0 -3
  536. package/bin/bbvaRst/index.js +0 -19
  537. package/bin/beneficiary/dtos/AccountBeneficiaryCreateRequest.d.ts +0 -11
  538. package/bin/beneficiary/dtos/AccountBeneficiaryCreateRequest.js +0 -60
  539. package/bin/beneficiary/dtos/AccountBeneficiaryResponse.d.ts +0 -18
  540. package/bin/beneficiary/dtos/AccountBeneficiaryResponse.js +0 -6
  541. package/bin/beneficiary/dtos/AccountBeneficiaryUpdateRequest.d.ts +0 -10
  542. package/bin/beneficiary/dtos/AccountBeneficiaryUpdateRequest.js +0 -59
  543. package/bin/beneficiary/enums/AccountType.d.ts +0 -4
  544. package/bin/beneficiary/enums/AccountType.js +0 -8
  545. package/bin/beneficiary/index.d.ts +0 -4
  546. package/bin/beneficiary/index.js +0 -22
  547. package/bin/card/dtos/CardActivateRequest.d.ts +0 -5
  548. package/bin/card/dtos/CardActivateRequest.js +0 -26
  549. package/bin/card/dtos/CardAdditionalRequest.d.ts +0 -9
  550. package/bin/card/dtos/CardAdditionalRequest.js +0 -44
  551. package/bin/card/dtos/CardAdditionalResponse.d.ts +0 -11
  552. package/bin/card/dtos/CardAdditionalResponse.js +0 -6
  553. package/bin/card/dtos/CardApplicationRequest.d.ts +0 -9
  554. package/bin/card/dtos/CardApplicationRequest.js +0 -42
  555. package/bin/card/dtos/CardBalanceResponse.d.ts +0 -9
  556. package/bin/card/dtos/CardBalanceResponse.js +0 -6
  557. package/bin/card/dtos/CardCreateAdditionalRequest.d.ts +0 -16
  558. package/bin/card/dtos/CardCreateAdditionalRequest.js +0 -94
  559. package/bin/card/dtos/CardCreateRequest.d.ts +0 -34
  560. package/bin/card/dtos/CardCreateRequest.js +0 -176
  561. package/bin/card/dtos/CardResponse.d.ts +0 -33
  562. package/bin/card/dtos/CardResponse.js +0 -6
  563. package/bin/card/dtos/CardSensitiveInformationResponse.d.ts +0 -17
  564. package/bin/card/dtos/CardSensitiveInformationResponse.js +0 -6
  565. package/bin/card/dtos/CardShipmentQueueMessage.d.ts +0 -5
  566. package/bin/card/dtos/CardShipmentQueueMessage.js +0 -7
  567. package/bin/card/dtos/CardShipmentUpdateRequest.d.ts +0 -6
  568. package/bin/card/dtos/CardShipmentUpdateRequest.js +0 -36
  569. package/bin/card/dtos/CardSummaryResponse.d.ts +0 -7
  570. package/bin/card/dtos/CardSummaryResponse.js +0 -6
  571. package/bin/card/dtos/CardUpdateRequest.d.ts +0 -5
  572. package/bin/card/dtos/CardUpdateRequest.js +0 -25
  573. package/bin/card/dtos/Internal/ActivateBankAccountCardRequest.d.ts +0 -8
  574. package/bin/card/dtos/Internal/ActivateBankAccountCardRequest.js +0 -6
  575. package/bin/card/dtos/Internal/ActivateBankAccountCardResponse.d.ts +0 -3
  576. package/bin/card/dtos/Internal/ActivateBankAccountCardResponse.js +0 -6
  577. package/bin/card/dtos/Internal/AssignCardRequest.d.ts +0 -4
  578. package/bin/card/dtos/Internal/AssignCardRequest.js +0 -2
  579. package/bin/card/dtos/Internal/CreateBankAccountCardRequest.d.ts +0 -16
  580. package/bin/card/dtos/Internal/CreateBankAccountCardRequest.js +0 -6
  581. package/bin/card/dtos/Internal/CreateBankAccountCardResponse.d.ts +0 -7
  582. package/bin/card/dtos/Internal/CreateBankAccountCardResponse.js +0 -6
  583. package/bin/card/dtos/Internal/CreateBankAccountCardShippingRequest.d.ts +0 -14
  584. package/bin/card/dtos/Internal/CreateBankAccountCardShippingRequest.js +0 -6
  585. package/bin/card/dtos/Internal/CreateBankAccountCardShippingResponse.d.ts +0 -11
  586. package/bin/card/dtos/Internal/CreateBankAccountCardShippingResponse.js +0 -6
  587. package/bin/card/dtos/Internal/GetBankAccountCardResponse.d.ts +0 -31
  588. package/bin/card/dtos/Internal/GetBankAccountCardResponse.js +0 -2
  589. package/bin/card/dtos/Internal/GetBankAccountShippingRequest.d.ts +0 -3
  590. package/bin/card/dtos/Internal/GetBankAccountShippingRequest.js +0 -6
  591. package/bin/card/dtos/Internal/GetBankAccountShippingResponse.d.ts +0 -19
  592. package/bin/card/dtos/Internal/GetBankAccountShippingResponse.js +0 -6
  593. package/bin/card/dtos/Internal/UpdateBankAccountCardRequest.d.ts +0 -20
  594. package/bin/card/dtos/Internal/UpdateBankAccountCardRequest.js +0 -6
  595. package/bin/card/dtos/Internal/UpdateBankAccountCardResponse.d.ts +0 -4
  596. package/bin/card/dtos/Internal/UpdateBankAccountCardResponse.js +0 -6
  597. package/bin/card/enums/Brand.d.ts +0 -8
  598. package/bin/card/enums/Brand.js +0 -13
  599. package/bin/card/enums/CardIssuanceStatus.d.ts +0 -5
  600. package/bin/card/enums/CardIssuanceStatus.js +0 -9
  601. package/bin/card/enums/CardIssuing.d.ts +0 -5
  602. package/bin/card/enums/CardIssuing.js +0 -9
  603. package/bin/card/enums/CardType.d.ts +0 -5
  604. package/bin/card/enums/CardType.js +0 -9
  605. package/bin/card/enums/CardUpdateKey.d.ts +0 -4
  606. package/bin/card/enums/CardUpdateKey.js +0 -8
  607. package/bin/card/enums/CreditOrDebit.d.ts +0 -4
  608. package/bin/card/enums/CreditOrDebit.js +0 -8
  609. package/bin/card/enums/DeliveryChannel.d.ts +0 -6
  610. package/bin/card/enums/DeliveryChannel.js +0 -10
  611. package/bin/card/enums/ExternalShippingStatus.d.ts +0 -14
  612. package/bin/card/enums/ExternalShippingStatus.js +0 -18
  613. package/bin/card/enums/ExternalShippingStatusDetails.d.ts +0 -54
  614. package/bin/card/enums/ExternalShippingStatusDetails.js +0 -58
  615. package/bin/card/enums/IssuanceType.d.ts +0 -4
  616. package/bin/card/enums/IssuanceType.js +0 -8
  617. package/bin/card/enums/NominatedOrInnominated.d.ts +0 -4
  618. package/bin/card/enums/NominatedOrInnominated.js +0 -8
  619. package/bin/card/enums/OwnershipType.d.ts +0 -4
  620. package/bin/card/enums/OwnershipType.js +0 -8
  621. package/bin/card/enums/ShippingStatus.d.ts +0 -6
  622. package/bin/card/enums/ShippingStatus.js +0 -10
  623. package/bin/card/enums/Status.d.ts +0 -6
  624. package/bin/card/enums/Status.js +0 -10
  625. package/bin/card/enums/UpdateKey.d.ts +0 -4
  626. package/bin/card/enums/UpdateKey.js +0 -8
  627. package/bin/card/enums/VirtualOrPhysical.d.ts +0 -4
  628. package/bin/card/enums/VirtualOrPhysical.js +0 -8
  629. package/bin/card/index.d.ts +0 -40
  630. package/bin/card/index.js +0 -59
  631. package/bin/card/validations/CardUpdateKeyConstraint.d.ts +0 -7
  632. package/bin/card/validations/CardUpdateKeyConstraint.js +0 -57
  633. package/bin/card/validations/IsPhoneNumberConstraint.d.ts +0 -6
  634. package/bin/card/validations/IsPhoneNumberConstraint.js +0 -39
  635. package/bin/contactInfo/dtos/GetAllContactInfoResponse.d.ts +0 -13
  636. package/bin/contactInfo/dtos/GetAllContactInfoResponse.js +0 -6
  637. package/bin/contactInfo/enums/TypeOfContactIdEnum.d.ts +0 -4
  638. package/bin/contactInfo/enums/TypeOfContactIdEnum.js +0 -8
  639. package/bin/contactInfo/index.d.ts +0 -2
  640. package/bin/contactInfo/index.js +0 -18
  641. package/bin/contract/dtos/ContractCreateRequest.d.ts +0 -8
  642. package/bin/contract/dtos/ContractCreateRequest.js +0 -46
  643. package/bin/contract/dtos/ContractCreateResponse.d.ts +0 -3
  644. package/bin/contract/dtos/ContractCreateResponse.js +0 -6
  645. package/bin/contract/index.d.ts +0 -2
  646. package/bin/contract/index.js +0 -19
  647. package/bin/country/enums/Country.d.ts +0 -4
  648. package/bin/country/enums/Country.js +0 -8
  649. package/bin/country/enums/CountryId.d.ts +0 -4
  650. package/bin/country/enums/CountryId.js +0 -9
  651. package/bin/country/index.d.ts +0 -2
  652. package/bin/country/index.js +0 -20
  653. package/bin/creditContract/dtos/CreditContractCreateRequest.d.ts +0 -15
  654. package/bin/creditContract/dtos/CreditContractCreateRequest.js +0 -72
  655. package/bin/creditContract/enums/InstrumentEnum.d.ts +0 -6
  656. package/bin/creditContract/enums/InstrumentEnum.js +0 -2
  657. package/bin/creditContract/index.d.ts +0 -2
  658. package/bin/creditContract/index.js +0 -20
  659. package/bin/currency/dtos/CurrencyResponse.d.ts +0 -6
  660. package/bin/currency/dtos/CurrencyResponse.js +0 -6
  661. package/bin/currency/index.d.ts +0 -1
  662. package/bin/currency/index.js +0 -17
  663. package/bin/directory/dtos/DirectoryResponse.d.ts +0 -18
  664. package/bin/directory/dtos/DirectoryResponse.js +0 -2
  665. package/bin/directory/dtos/External.d.ts +0 -5
  666. package/bin/directory/dtos/External.js +0 -2
  667. package/bin/directory/enums/Profile.d.ts +0 -5
  668. package/bin/directory/enums/Profile.js +0 -9
  669. package/bin/directory/enums/Scope.d.ts +0 -6
  670. package/bin/directory/enums/Scope.js +0 -10
  671. package/bin/directory/enums/Status.d.ts +0 -6
  672. package/bin/directory/enums/Status.js +0 -10
  673. package/bin/directory/enums/TypeOfDirectoryId.d.ts +0 -5
  674. package/bin/directory/enums/TypeOfDirectoryId.js +0 -9
  675. package/bin/directory/index.d.ts +0 -3
  676. package/bin/directory/index.js +0 -21
  677. package/bin/eventBridge/dto/EventBridgeMessageRequest.d.ts +0 -3
  678. package/bin/eventBridge/dto/EventBridgeMessageRequest.js +0 -7
  679. package/bin/eventBridge/index.d.ts +0 -1
  680. package/bin/eventBridge/index.js +0 -18
  681. package/bin/exchangeRate/dtos/ExchangeRateCreateRequest.d.ts +0 -17
  682. package/bin/exchangeRate/dtos/ExchangeRateCreateRequest.js +0 -74
  683. package/bin/exchangeRate/dtos/ExchangeRateCreateResponse.d.ts +0 -3
  684. package/bin/exchangeRate/dtos/ExchangeRateCreateResponse.js +0 -7
  685. package/bin/exchangeRate/dtos/ExchangeRateResponse.d.ts +0 -18
  686. package/bin/exchangeRate/dtos/ExchangeRateResponse.js +0 -6
  687. package/bin/exchangeRate/dtos/GetExchangeRatesRequest.d.ts +0 -4
  688. package/bin/exchangeRate/dtos/GetExchangeRatesRequest.js +0 -5
  689. package/bin/exchangeRate/enums/ExchangeRateStatus.d.ts +0 -4
  690. package/bin/exchangeRate/enums/ExchangeRateStatus.js +0 -8
  691. package/bin/exchangeRate/index.d.ts +0 -5
  692. package/bin/exchangeRate/index.js +0 -23
  693. package/bin/genericMessage/dto/GenericMessageRequest.d.ts +0 -7
  694. package/bin/genericMessage/dto/GenericMessageRequest.js +0 -30
  695. package/bin/genericMessage/enums/GenericMessageSourceEnum.d.ts +0 -3
  696. package/bin/genericMessage/enums/GenericMessageSourceEnum.js +0 -7
  697. package/bin/genericMessage/index.d.ts +0 -1
  698. package/bin/genericMessage/index.js +0 -18
  699. package/bin/group/dtos/GroupAddDirectoryRequest.d.ts +0 -10
  700. package/bin/group/dtos/GroupAddDirectoryRequest.js +0 -48
  701. package/bin/group/dtos/GroupCreateRequest.d.ts +0 -13
  702. package/bin/group/dtos/GroupCreateRequest.js +0 -77
  703. package/bin/group/dtos/GroupDirectoryRelationsResponse.d.ts +0 -16
  704. package/bin/group/dtos/GroupDirectoryRelationsResponse.js +0 -6
  705. package/bin/group/dtos/GroupDirectoryRelationsUpdateRequest.d.ts +0 -3
  706. package/bin/group/dtos/GroupDirectoryRelationsUpdateRequest.js +0 -22
  707. package/bin/group/dtos/GroupResponse.d.ts +0 -12
  708. package/bin/group/dtos/GroupResponse.js +0 -6
  709. package/bin/group/dtos/GroupUpdateRequest.d.ts +0 -9
  710. package/bin/group/dtos/GroupUpdateRequest.js +0 -49
  711. package/bin/group/enums/GroupAction.d.ts +0 -4
  712. package/bin/group/enums/GroupAction.js +0 -8
  713. package/bin/group/enums/GroupStatus.d.ts +0 -4
  714. package/bin/group/enums/GroupStatus.js +0 -8
  715. package/bin/group/enums/RelationStatus.d.ts +0 -5
  716. package/bin/group/enums/RelationStatus.js +0 -9
  717. package/bin/group/enums/RelationType.d.ts +0 -5
  718. package/bin/group/enums/RelationType.js +0 -9
  719. package/bin/group/index.d.ts +0 -10
  720. package/bin/group/index.js +0 -28
  721. package/bin/header/TokenPayload.d.ts +0 -17
  722. package/bin/header/TokenPayload.js +0 -2
  723. package/bin/header/index.d.ts +0 -1
  724. package/bin/header/index.js +0 -17
  725. package/bin/helpers/ValidationUtils.d.ts +0 -6
  726. package/bin/helpers/ValidationUtils.js +0 -34
  727. package/bin/helpers/constans/regex.d.ts +0 -3
  728. package/bin/helpers/constans/regex.js +0 -9
  729. package/bin/identity/dtos/IdentificationDocument.d.ts +0 -22
  730. package/bin/identity/dtos/IdentificationDocument.js +0 -6
  731. package/bin/identity/dtos/PeopleCreateRequest.d.ts +0 -2
  732. package/bin/identity/dtos/PeopleCreateRequest.js +0 -6
  733. package/bin/identity/dtos/PeopleResponse.d.ts +0 -66
  734. package/bin/identity/dtos/PeopleResponse.js +0 -6
  735. package/bin/identity/dtos/PeopleUpdateRequest.d.ts +0 -68
  736. package/bin/identity/dtos/PeopleUpdateRequest.js +0 -6
  737. package/bin/identity/dtos/TypeOfDocument.d.ts +0 -10
  738. package/bin/identity/dtos/TypeOfDocument.js +0 -6
  739. package/bin/identity/enums/IdentificationDocumentStatus.d.ts +0 -5
  740. package/bin/identity/enums/IdentificationDocumentStatus.js +0 -9
  741. package/bin/identity/enums/SexDocument.d.ts +0 -4
  742. package/bin/identity/enums/SexDocument.js +0 -8
  743. package/bin/identity/enums/TypeOfDocument.d.ts +0 -6
  744. package/bin/identity/enums/TypeOfDocument.js +0 -10
  745. package/bin/identity/index.d.ts +0 -7
  746. package/bin/identity/index.js +0 -25
  747. package/bin/index.d.ts +0 -29
  748. package/bin/index.js +0 -55
  749. package/bin/notificationMessages/dtos/NotificationQueueMessageRequest.d.ts +0 -7
  750. package/bin/notificationMessages/dtos/NotificationQueueMessageRequest.js +0 -6
  751. package/bin/notificationMessages/dtos/QueueMessageDestination.d.ts +0 -6
  752. package/bin/notificationMessages/dtos/QueueMessageDestination.js +0 -6
  753. package/bin/notificationMessages/dtos/QueueMessageVariableValues.d.ts +0 -4
  754. package/bin/notificationMessages/dtos/QueueMessageVariableValues.js +0 -6
  755. package/bin/notificationMessages/enums/NotificationId.d.ts +0 -6
  756. package/bin/notificationMessages/enums/NotificationId.js +0 -10
  757. package/bin/notificationMessages/index.d.ts +0 -4
  758. package/bin/notificationMessages/index.js +0 -20
  759. package/bin/p2pContact/dtos/CreateP2pContactRequest.d.ts +0 -8
  760. package/bin/p2pContact/dtos/CreateP2pContactRequest.js +0 -6
  761. package/bin/p2pContact/index.d.ts +0 -1
  762. package/bin/p2pContact/index.js +0 -17
  763. package/bin/pomelo/dtos/PomeloCreateUserRequest.d.ts +0 -28
  764. package/bin/pomelo/dtos/PomeloCreateUserRequest.js +0 -2
  765. package/bin/pomelo/dtos/PomeloCreateUserResponse.d.ts +0 -35
  766. package/bin/pomelo/dtos/PomeloCreateUserResponse.js +0 -2
  767. package/bin/pomelo/enums/CountryEnum.d.ts +0 -8
  768. package/bin/pomelo/enums/CountryEnum.js +0 -12
  769. package/bin/pomelo/enums/IdentificationTypeEnum.d.ts +0 -7
  770. package/bin/pomelo/enums/IdentificationTypeEnum.js +0 -11
  771. package/bin/pomelo/enums/SexEnum.d.ts +0 -4
  772. package/bin/pomelo/enums/SexEnum.js +0 -8
  773. package/bin/pomelo/enums/TaxTypeEnum.d.ts +0 -7
  774. package/bin/pomelo/enums/TaxTypeEnum.js +0 -11
  775. package/bin/pomelo/enums/UserStatusEnum.d.ts +0 -4
  776. package/bin/pomelo/enums/UserStatusEnum.js +0 -8
  777. package/bin/pomelo/index.d.ts +0 -7
  778. package/bin/pomelo/index.js +0 -25
  779. package/bin/productCatalog/dtos/CreateProductCatalogRequest.d.ts +0 -14
  780. package/bin/productCatalog/dtos/CreateProductCatalogRequest.js +0 -6
  781. package/bin/productCatalog/dtos/GetProductCatalogRequest.d.ts +0 -3
  782. package/bin/productCatalog/dtos/GetProductCatalogRequest.js +0 -19
  783. package/bin/productCatalog/dtos/GetProductCatalogResponse.d.ts +0 -16
  784. package/bin/productCatalog/dtos/GetProductCatalogResponse.js +0 -62
  785. package/bin/productCatalog/enums/ProductTaxFeeTypeEnum.d.ts +0 -4
  786. package/bin/productCatalog/enums/ProductTaxFeeTypeEnum.js +0 -8
  787. package/bin/productCatalog/enums/ProductTypeEnum.d.ts +0 -12
  788. package/bin/productCatalog/enums/ProductTypeEnum.js +0 -16
  789. package/bin/productCatalog/index.d.ts +0 -4
  790. package/bin/productCatalog/index.js +0 -20
  791. package/bin/provider/enums/Provider.d.ts +0 -5
  792. package/bin/provider/enums/Provider.js +0 -9
  793. package/bin/provider/index.d.ts +0 -1
  794. package/bin/provider/index.js +0 -17
  795. package/bin/queue/dtos/QueueMessageBase.d.ts +0 -5
  796. package/bin/queue/dtos/QueueMessageBase.js +0 -25
  797. package/bin/servicePayment/dtos/GetCatalogParams.d.ts +0 -6
  798. package/bin/servicePayment/dtos/GetCatalogParams.js +0 -6
  799. package/bin/servicePayment/dtos/ServicePaymentRequest.d.ts +0 -8
  800. package/bin/servicePayment/dtos/ServicePaymentRequest.js +0 -46
  801. package/bin/servicePayment/index.d.ts +0 -2
  802. package/bin/servicePayment/index.js +0 -18
  803. package/bin/sessionActivity/dtos/SessionActivityQueueMessageRequest.d.ts +0 -10
  804. package/bin/sessionActivity/dtos/SessionActivityQueueMessageRequest.js +0 -6
  805. package/bin/sessionActivity/enums/SessionActivityActionEnum.d.ts +0 -8
  806. package/bin/sessionActivity/enums/SessionActivityActionEnum.js +0 -12
  807. package/bin/sessionActivity/enums/SessionActivityActionOriginEnum.d.ts +0 -5
  808. package/bin/sessionActivity/enums/SessionActivityActionOriginEnum.js +0 -9
  809. package/bin/sessionActivity/index.d.ts +0 -3
  810. package/bin/sessionActivity/index.js +0 -19
  811. package/bin/stp/dtos/PutStpOrderRequest.d.ts +0 -10
  812. package/bin/stp/dtos/PutStpOrderRequest.js +0 -6
  813. package/bin/stp/index.d.ts +0 -1
  814. package/bin/stp/index.js +0 -17
  815. package/bin/stpSpei/dtos/PutStpOrderRequest.d.ts +0 -11
  816. package/bin/stpSpei/dtos/PutStpOrderRequest.js +0 -6
  817. package/bin/stpSpei/dtos/SpeiWebhookMessage.d.ts +0 -9
  818. package/bin/stpSpei/dtos/SpeiWebhookMessage.js +0 -6
  819. package/bin/stpSpei/enums/WebhookMessageStatusEnum.d.ts +0 -5
  820. package/bin/stpSpei/enums/WebhookMessageStatusEnum.js +0 -9
  821. package/bin/stpSpei/index.d.ts +0 -3
  822. package/bin/stpSpei/index.js +0 -19
  823. package/bin/transaction/dtos/Credit.d.ts +0 -7
  824. package/bin/transaction/dtos/Credit.js +0 -41
  825. package/bin/transaction/dtos/Debit.d.ts +0 -6
  826. package/bin/transaction/dtos/Debit.js +0 -36
  827. package/bin/transaction/dtos/Notional.d.ts +0 -6
  828. package/bin/transaction/dtos/Notional.js +0 -36
  829. package/bin/transaction/dtos/Product.d.ts +0 -8
  830. package/bin/transaction/dtos/Product.js +0 -39
  831. package/bin/transaction/dtos/Total.d.ts +0 -6
  832. package/bin/transaction/dtos/Total.js +0 -36
  833. package/bin/transaction/dtos/TransactionCreateRequest.d.ts +0 -28
  834. package/bin/transaction/dtos/TransactionCreateRequest.js +0 -123
  835. package/bin/transaction/dtos/TransactionCreateResponse.d.ts +0 -2
  836. package/bin/transaction/dtos/TransactionCreateResponse.js +0 -6
  837. package/bin/transaction/dtos/TransactionGetResponse.d.ts +0 -17
  838. package/bin/transaction/dtos/TransactionGetResponse.js +0 -6
  839. package/bin/transaction/enums/OperationEnum.d.ts +0 -4
  840. package/bin/transaction/enums/OperationEnum.js +0 -8
  841. package/bin/transaction/enums/TransactionSourceEnum.d.ts +0 -5
  842. package/bin/transaction/enums/TransactionSourceEnum.js +0 -9
  843. package/bin/transaction/index.d.ts +0 -5
  844. package/bin/transaction/index.js +0 -23
  845. package/bin/transactionProcessor/dtos/AmountInfo.d.ts +0 -6
  846. package/bin/transactionProcessor/dtos/AmountInfo.js +0 -6
  847. package/bin/transactionProcessor/dtos/AmountInfoItem.d.ts +0 -4
  848. package/bin/transactionProcessor/dtos/AmountInfoItem.js +0 -6
  849. package/bin/transactionProcessor/dtos/AuthorizeCreditCardAdjustmentRequest.d.ts +0 -17
  850. package/bin/transactionProcessor/dtos/AuthorizeCreditCardAdjustmentRequest.js +0 -6
  851. package/bin/transactionProcessor/dtos/AuthorizeCreditCardPurchaseRequest.d.ts +0 -16
  852. package/bin/transactionProcessor/dtos/AuthorizeCreditCardPurchaseRequest.js +0 -6
  853. package/bin/transactionProcessor/dtos/AuthorizeP2pTransactionRequest.d.ts +0 -9
  854. package/bin/transactionProcessor/dtos/AuthorizeP2pTransactionRequest.js +0 -6
  855. package/bin/transactionProcessor/dtos/AuthorizePocketTransactionRequest.d.ts +0 -8
  856. package/bin/transactionProcessor/dtos/AuthorizePocketTransactionRequest.js +0 -6
  857. package/bin/transactionProcessor/dtos/AuthorizeServicePaymentRequest.d.ts +0 -8
  858. package/bin/transactionProcessor/dtos/AuthorizeServicePaymentRequest.js +0 -6
  859. package/bin/transactionProcessor/dtos/AuthorizeSpeiBankTransferRequest.d.ts +0 -7
  860. package/bin/transactionProcessor/dtos/AuthorizeSpeiBankTransferRequest.js +0 -5
  861. package/bin/transactionProcessor/dtos/AuthorizeSpeiServicePaymentRequest.d.ts +0 -8
  862. package/bin/transactionProcessor/dtos/AuthorizeSpeiServicePaymentRequest.js +0 -6
  863. package/bin/transactionProcessor/dtos/CardInfo.d.ts +0 -6
  864. package/bin/transactionProcessor/dtos/CardInfo.js +0 -6
  865. package/bin/transactionProcessor/dtos/InstallmentsInfo.d.ts +0 -7
  866. package/bin/transactionProcessor/dtos/InstallmentsInfo.js +0 -6
  867. package/bin/transactionProcessor/dtos/MerchantInfo.d.ts +0 -7
  868. package/bin/transactionProcessor/dtos/MerchantInfo.js +0 -6
  869. package/bin/transactionProcessor/dtos/SpeiBankTransferStatusUpdate.d.ts +0 -6
  870. package/bin/transactionProcessor/dtos/SpeiBankTransferStatusUpdate.js +0 -6
  871. package/bin/transactionProcessor/dtos/TransactionInfo.d.ts +0 -8
  872. package/bin/transactionProcessor/dtos/TransactionInfo.js +0 -6
  873. package/bin/transactionProcessor/dtos/TransactionProcessorQueueMessage.d.ts +0 -4
  874. package/bin/transactionProcessor/dtos/TransactionProcessorQueueMessage.js +0 -6
  875. package/bin/transactionProcessor/dtos/private/AuthorizeP2pTransactionRequest.d.ts +0 -5
  876. package/bin/transactionProcessor/dtos/private/AuthorizeP2pTransactionRequest.js +0 -6
  877. package/bin/transactionProcessor/dtos/private/AuthorizePocketTransactionRequest.d.ts +0 -7
  878. package/bin/transactionProcessor/dtos/private/AuthorizePocketTransactionRequest.js +0 -6
  879. package/bin/transactionProcessor/dtos/private/ExecutePocketOperationRequest.d.ts +0 -3
  880. package/bin/transactionProcessor/dtos/private/ExecutePocketOperationRequest.js +0 -20
  881. package/bin/transactionProcessor/dtos/private/PrivateProcessorAmountInfo.d.ts +0 -6
  882. package/bin/transactionProcessor/dtos/private/PrivateProcessorAmountInfo.js +0 -6
  883. package/bin/transactionProcessor/dtos/private/PrivateProcessorAmountInfoItem.d.ts +0 -4
  884. package/bin/transactionProcessor/dtos/private/PrivateProcessorAmountInfoItem.js +0 -6
  885. package/bin/transactionProcessor/dtos/private/PrivateProcessorCardInfo.d.ts +0 -6
  886. package/bin/transactionProcessor/dtos/private/PrivateProcessorCardInfo.js +0 -6
  887. package/bin/transactionProcessor/dtos/private/PrivateProcessorMerchantInfo.d.ts +0 -7
  888. package/bin/transactionProcessor/dtos/private/PrivateProcessorMerchantInfo.js +0 -6
  889. package/bin/transactionProcessor/dtos/private/PrivateProcessorTransactionInfo.d.ts +0 -8
  890. package/bin/transactionProcessor/dtos/private/PrivateProcessorTransactionInfo.js +0 -6
  891. package/bin/transactionProcessor/dtos/private/PrivateTransactionProcessorRequest.d.ts +0 -16
  892. package/bin/transactionProcessor/dtos/private/PrivateTransactionProcessorRequest.js +0 -6
  893. package/bin/transactionProcessor/enums/AsyncTxStatusEnum.d.ts +0 -6
  894. package/bin/transactionProcessor/enums/AsyncTxStatusEnum.js +0 -10
  895. package/bin/transactionProcessor/enums/TransactionProcessorCodesEnum.d.ts +0 -14
  896. package/bin/transactionProcessor/enums/TransactionProcessorCodesEnum.js +0 -18
  897. package/bin/transactionProcessor/index.d.ts +0 -16
  898. package/bin/transactionProcessor/index.js +0 -32
@@ -1,22 +0,0 @@
1
- import { Country } from "../../country/enums/Country";
2
- import { IdentificationDocumentStatus } from "../enums/IdentificationDocumentStatus";
3
- import { SexDocument } from "../enums/SexDocument";
4
- export declare class IdentificationDocument {
5
- frontImageName: string | null;
6
- backImageName: string | null;
7
- countryId: Country | null;
8
- expirationDate: string | null;
9
- issueDate: string | null;
10
- lastNameFirst: string | null;
11
- lastNameSecond: string | null;
12
- names: string | null;
13
- fullName: string | null;
14
- countryOfBirth: string | null;
15
- dateOfBirth: string | null;
16
- documentNumber: string | null;
17
- typeOfDocument: string;
18
- sex: SexDocument | null;
19
- verificationId: string | null;
20
- curp: string | null;
21
- status: IdentificationDocumentStatus;
22
- }
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IdentificationDocument = void 0;
4
- class IdentificationDocument {
5
- }
6
- exports.IdentificationDocument = IdentificationDocument;
@@ -1,2 +0,0 @@
1
- export declare class PeopleCreateRequest {
2
- }
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PeopleCreateRequest = void 0;
4
- class PeopleCreateRequest {
5
- }
6
- exports.PeopleCreateRequest = PeopleCreateRequest;
@@ -1,66 +0,0 @@
1
- import { App } from '../../app/enums/App';
2
- import { SexDocument } from '../enums/SexDocument';
3
- import { IdentificationDocument } from './IdentificationDocument';
4
- export declare class PeopleResponse {
5
- id: string;
6
- createDate: string;
7
- lastUpdateDate: string;
8
- creationMethod: App;
9
- indexName: string;
10
- preferredName: string;
11
- usSuffix: string | null;
12
- usLastNames: string | null;
13
- usNames: string | null;
14
- latNames: string | null;
15
- latLastNamePaternal: string | null;
16
- latLastNameMaternal: string | null;
17
- aliasNames: string[] | null;
18
- preferredPronoun: string | null;
19
- SSN_ITIN: string | null;
20
- rfc: string | null;
21
- curp: string | null;
22
- passportNumber: string | null;
23
- countryOfPassport: string | null;
24
- documents: IdentificationDocument[] | null;
25
- countryOfBirth: string | null;
26
- dateOfBirth: string | null;
27
- stateOfBirth: string | null;
28
- nationalities: string[] | null;
29
- docSex: SexDocument | null;
30
- internalEmail: string | null;
31
- occupation: string | null;
32
- incomeSource: string | null;
33
- notes: string | null;
34
- tenantId: string | null;
35
- USA_DebitAccount: boolean;
36
- MEX_DebitAccount: boolean;
37
- MEX_CreditClient: boolean;
38
- MEX_CreditAdditional: boolean;
39
- magicNumber: boolean;
40
- USA_UploadDocument: boolean;
41
- MEX_UploadDocument: boolean;
42
- videoSelfieVerified: boolean;
43
- MEX_ValidDocument: string;
44
- USA_ValidDocument: string;
45
- USA_FacematchVerified: boolean | null;
46
- MEX_FacematchVerified: boolean | null;
47
- fiadoListApproved: boolean | null;
48
- cnbvListApproved: boolean | null;
49
- blackListApproved: boolean | null;
50
- whiteList: boolean | null;
51
- hasOwner: boolean;
52
- older18: boolean | null;
53
- USA_Address: boolean;
54
- MEX_Address: boolean;
55
- MEX_ProofAddress: boolean;
56
- USA_DebitAccountWish: boolean;
57
- MEX_DebitAccountWish: boolean;
58
- MEX_CreditAdditionalWish: boolean;
59
- MEX_CreditClientWish: boolean;
60
- SSN_ITINRequired: boolean | null;
61
- MXN_FundsPurpose: string | null;
62
- MXN_UsageMonthly: string | null;
63
- MXN_MaximumTX: string | null;
64
- signature: boolean;
65
- MEX_Beneficiaries: boolean;
66
- }
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PeopleResponse = void 0;
4
- class PeopleResponse {
5
- }
6
- exports.PeopleResponse = PeopleResponse;
@@ -1,68 +0,0 @@
1
- import { SexDocument } from "../enums/SexDocument";
2
- import { IdentificationDocument } from "./IdentificationDocument";
3
- export declare class PeopleUpdateRequest {
4
- id?: string;
5
- creationMethod?: string;
6
- indexName?: string | null;
7
- preferredName?: string | null;
8
- usSuffix?: string | null;
9
- usLastNames?: string | null;
10
- usNames?: string | null;
11
- latNames?: string | null;
12
- latLastNamePaternal?: string | null;
13
- latLastNameMaternal?: string | null;
14
- aliasNames?: string[] | null;
15
- preferredPronoun?: string | null;
16
- SSN_ITIN?: string | null;
17
- rfc?: string | null;
18
- curp?: string | null;
19
- passportNumber?: string | null;
20
- countryOfPassport?: string | null;
21
- documents?: IdentificationDocument[] | null;
22
- countryOfBirth?: string | null;
23
- dateOfBirth?: string | null;
24
- stateOfBirth?: string | null;
25
- nationalities?: string[] | null;
26
- docSex?: SexDocument | null;
27
- internalEmail?: string | null;
28
- occupation?: string | null;
29
- incomeSource?: string | null;
30
- notes?: string | null;
31
- tenantId?: string | null;
32
- USA_DebitAccount?: boolean;
33
- MEX_DebitAccount?: boolean;
34
- MEX_CreditClient?: boolean;
35
- MEX_CreditAdditional?: boolean;
36
- magicNumber?: boolean;
37
- USA_UploadDocument?: boolean;
38
- MEX_UploadDocument?: boolean;
39
- videoSelfieVerified?: boolean;
40
- MEX_ValidDocument?: string;
41
- USA_ValidDocument?: string;
42
- USA_FacematchVerified?: boolean | null;
43
- MEX_FacematchVerified?: boolean | null;
44
- fiadoListApproved?: boolean | null;
45
- ofacListApproved?: boolean | null;
46
- cnbvListApproved?: boolean | null;
47
- blackListApproved?: boolean | null;
48
- whiteList?: boolean | null;
49
- hasOwner?: boolean;
50
- older18?: boolean | null;
51
- USA_Address?: boolean;
52
- MEX_Address?: boolean;
53
- CRI_Address?: boolean;
54
- PER_Address?: boolean;
55
- MEX_ProofAddress?: boolean;
56
- MEX_SendWish?: boolean;
57
- USA_DebitAccountWish?: boolean;
58
- MEX_DebitAccountWish?: boolean;
59
- MEX_CreditAdditionalWish?: boolean;
60
- MEX_CreditClientWish?: boolean;
61
- SSN_ITINRequired?: boolean | null;
62
- duplicateUserDetection?: boolean | null;
63
- MXN_FundsPurpose?: string | null;
64
- MXN_UsageMonthly?: number | null;
65
- MXN_MaximumTX?: number | null;
66
- signature?: boolean;
67
- MEX_Beneficiaries?: boolean;
68
- }
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PeopleUpdateRequest = void 0;
4
- class PeopleUpdateRequest {
5
- }
6
- exports.PeopleUpdateRequest = PeopleUpdateRequest;
@@ -1,10 +0,0 @@
1
- export declare class TypeOfDocument {
2
- id: string;
3
- countryId: string;
4
- isEnabled: boolean;
5
- name: string;
6
- side: number;
7
- order: number;
8
- subtype: string;
9
- type: string;
10
- }
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TypeOfDocument = void 0;
4
- class TypeOfDocument {
5
- }
6
- exports.TypeOfDocument = TypeOfDocument;
@@ -1,5 +0,0 @@
1
- export declare enum IdentificationDocumentStatus {
2
- VERIFIED = "VERIFIED",
3
- REJECTED = "REJECTED",
4
- UNVERIFIED = "UNVERIFIED"
5
- }
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IdentificationDocumentStatus = void 0;
4
- var IdentificationDocumentStatus;
5
- (function (IdentificationDocumentStatus) {
6
- IdentificationDocumentStatus["VERIFIED"] = "VERIFIED";
7
- IdentificationDocumentStatus["REJECTED"] = "REJECTED";
8
- IdentificationDocumentStatus["UNVERIFIED"] = "UNVERIFIED";
9
- })(IdentificationDocumentStatus || (exports.IdentificationDocumentStatus = IdentificationDocumentStatus = {}));
@@ -1,4 +0,0 @@
1
- export declare enum SexDocument {
2
- M = "M",
3
- F = "F"
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SexDocument = void 0;
4
- var SexDocument;
5
- (function (SexDocument) {
6
- SexDocument["M"] = "M";
7
- SexDocument["F"] = "F";
8
- })(SexDocument || (exports.SexDocument = SexDocument = {}));
@@ -1,6 +0,0 @@
1
- export declare enum TypeOfDocument {
2
- MX_NATIONAL_ID = "MX_NATIONAL_ID",
3
- MX_PASSPORT = "MX_PASSPORT",
4
- US_DRIVER_LICENSE = "US_DRIVER_LICENSE",
5
- US_PASSPORT = "US_PASSPORT"
6
- }
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TypeOfDocument = void 0;
4
- var TypeOfDocument;
5
- (function (TypeOfDocument) {
6
- TypeOfDocument["MX_NATIONAL_ID"] = "MX_NATIONAL_ID";
7
- TypeOfDocument["MX_PASSPORT"] = "MX_PASSPORT";
8
- TypeOfDocument["US_DRIVER_LICENSE"] = "US_DRIVER_LICENSE";
9
- TypeOfDocument["US_PASSPORT"] = "US_PASSPORT";
10
- })(TypeOfDocument || (exports.TypeOfDocument = TypeOfDocument = {}));
@@ -1,7 +0,0 @@
1
- export * from './dtos/IdentificationDocument';
2
- export * from './dtos/PeopleCreateRequest';
3
- export * from './dtos/PeopleResponse';
4
- export * from './dtos/TypeOfDocument';
5
- export * from './dtos/PeopleUpdateRequest';
6
- export * from './enums/IdentificationDocumentStatus';
7
- export * from './enums/SexDocument';
@@ -1,25 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- //dtos
18
- __exportStar(require("./dtos/IdentificationDocument"), exports);
19
- __exportStar(require("./dtos/PeopleCreateRequest"), exports);
20
- __exportStar(require("./dtos/PeopleResponse"), exports);
21
- __exportStar(require("./dtos/TypeOfDocument"), exports);
22
- __exportStar(require("./dtos/PeopleUpdateRequest"), exports);
23
- //enums
24
- __exportStar(require("./enums/IdentificationDocumentStatus"), exports);
25
- __exportStar(require("./enums/SexDocument"), exports);
package/bin/index.d.ts DELETED
@@ -1,29 +0,0 @@
1
- export * as Account from './account';
2
- export * as Beneficiary from './beneficiary';
3
- export * as Address from './address';
4
- export * as App from './app';
5
- export * as Authentication from './authentication';
6
- export * as Card from './card';
7
- export * as Country from './country';
8
- export * as Currency from './currency';
9
- export * as Directory from './directory';
10
- export * as ExchangeRate from './exchangeRate';
11
- export * as File from './identity';
12
- export * as Group from './group';
13
- export * as Identity from './provider';
14
- export * as Header from './header';
15
- export * as ServicePayment from './servicePayment';
16
- export * as NotificationMessages from './notificationMessages';
17
- export * as SessionActivity from './sessionActivity';
18
- export * as EventBridgeMessage from './eventBridge';
19
- export * as GenericMessage from './genericMessage';
20
- export * as TransactionProcessor from './transactionProcessor';
21
- export * as Transaction from './transaction';
22
- export * as ContactInfo from './contactInfo';
23
- export * as ProductCatalog from './productCatalog';
24
- export * as Contract from './contract';
25
- export * as CreditContract from './creditContract';
26
- export * as P2pContact from './p2pContact';
27
- export * as BankAccount from './bankAccount';
28
- export * as Stp from './stpSpei';
29
- export * as BBVARst from './bbvaRst';
package/bin/index.js DELETED
@@ -1,55 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.BBVARst = exports.Stp = exports.BankAccount = exports.P2pContact = exports.CreditContract = exports.Contract = exports.ProductCatalog = exports.ContactInfo = exports.Transaction = exports.TransactionProcessor = exports.GenericMessage = exports.EventBridgeMessage = exports.SessionActivity = exports.NotificationMessages = exports.ServicePayment = exports.Header = exports.Identity = exports.Group = exports.File = exports.ExchangeRate = exports.Directory = exports.Currency = exports.Country = exports.Card = exports.Authentication = exports.App = exports.Address = exports.Beneficiary = exports.Account = void 0;
27
- exports.Account = __importStar(require("./account"));
28
- exports.Beneficiary = __importStar(require("./beneficiary"));
29
- exports.Address = __importStar(require("./address"));
30
- exports.App = __importStar(require("./app"));
31
- exports.Authentication = __importStar(require("./authentication"));
32
- exports.Card = __importStar(require("./card"));
33
- exports.Country = __importStar(require("./country"));
34
- exports.Currency = __importStar(require("./currency"));
35
- exports.Directory = __importStar(require("./directory"));
36
- exports.ExchangeRate = __importStar(require("./exchangeRate"));
37
- exports.File = __importStar(require("./identity"));
38
- exports.Group = __importStar(require("./group"));
39
- exports.Identity = __importStar(require("./provider"));
40
- exports.Header = __importStar(require("./header"));
41
- exports.ServicePayment = __importStar(require("./servicePayment"));
42
- exports.NotificationMessages = __importStar(require("./notificationMessages"));
43
- exports.SessionActivity = __importStar(require("./sessionActivity"));
44
- exports.EventBridgeMessage = __importStar(require("./eventBridge"));
45
- exports.GenericMessage = __importStar(require("./genericMessage"));
46
- exports.TransactionProcessor = __importStar(require("./transactionProcessor"));
47
- exports.Transaction = __importStar(require("./transaction"));
48
- exports.ContactInfo = __importStar(require("./contactInfo"));
49
- exports.ProductCatalog = __importStar(require("./productCatalog"));
50
- exports.Contract = __importStar(require("./contract"));
51
- exports.CreditContract = __importStar(require("./creditContract"));
52
- exports.P2pContact = __importStar(require("./p2pContact"));
53
- exports.BankAccount = __importStar(require("./bankAccount"));
54
- exports.Stp = __importStar(require("./stpSpei"));
55
- exports.BBVARst = __importStar(require("./bbvaRst"));
@@ -1,7 +0,0 @@
1
- import { QueueMessageDestination } from "./QueueMessageDestination";
2
- export declare class NotificationQueueMessageRequest {
3
- templateId: string;
4
- broadcast?: boolean;
5
- destinations: QueueMessageDestination[];
6
- data?: any;
7
- }
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NotificationQueueMessageRequest = void 0;
4
- class NotificationQueueMessageRequest {
5
- }
6
- exports.NotificationQueueMessageRequest = NotificationQueueMessageRequest;
@@ -1,6 +0,0 @@
1
- import { QueueMessageVariableValues } from "./QueueMessageVariableValues";
2
- export declare class QueueMessageDestination {
3
- directoryId: string;
4
- templateVariables?: QueueMessageVariableValues[];
5
- data?: any;
6
- }
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QueueMessageDestination = void 0;
4
- class QueueMessageDestination {
5
- }
6
- exports.QueueMessageDestination = QueueMessageDestination;
@@ -1,4 +0,0 @@
1
- export declare class QueueMessageVariableValues {
2
- key: string;
3
- value: string;
4
- }
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QueueMessageVariableValues = void 0;
4
- class QueueMessageVariableValues {
5
- }
6
- exports.QueueMessageVariableValues = QueueMessageVariableValues;
@@ -1,6 +0,0 @@
1
- export declare enum NotificationId {
2
- ISSUED_ACCOUNT_USA = "ISSUED_ACCOUNT_USA",//Mesnaje de apertura de cuentas y tarjeta USA
3
- ISSUED_ACCOUNT_MEX = "ISSUED_ACCOUNT_MEX",//Mesnaje de apertura de cuentas y tarjeta MEX
4
- ONB_ERROR_VALID_DOCUMENT = "ONB_ERROR_VALID_DOCUMENT",// Mensaje cuando el resultado del onboarding es error en la validación del documento
5
- ONB_ERROR_FACEMATCH = "ONB_ERROR_FACEMATCH"
6
- }
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NotificationId = void 0;
4
- var NotificationId;
5
- (function (NotificationId) {
6
- NotificationId["ISSUED_ACCOUNT_USA"] = "ISSUED_ACCOUNT_USA";
7
- NotificationId["ISSUED_ACCOUNT_MEX"] = "ISSUED_ACCOUNT_MEX";
8
- NotificationId["ONB_ERROR_VALID_DOCUMENT"] = "ONB_ERROR_VALID_DOCUMENT";
9
- NotificationId["ONB_ERROR_FACEMATCH"] = "ONB_ERROR_FACEMATCH";
10
- })(NotificationId || (exports.NotificationId = NotificationId = {}));
@@ -1,4 +0,0 @@
1
- export * from './dtos/NotificationQueueMessageRequest';
2
- export * from './dtos/QueueMessageDestination';
3
- export * from './dtos/QueueMessageVariableValues';
4
- export * from "./enums/NotificationId";
@@ -1,20 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./dtos/NotificationQueueMessageRequest"), exports);
18
- __exportStar(require("./dtos/QueueMessageDestination"), exports);
19
- __exportStar(require("./dtos/QueueMessageVariableValues"), exports);
20
- __exportStar(require("./enums/NotificationId"), exports);
@@ -1,8 +0,0 @@
1
- import { CountryId } from "../../country";
2
- export declare class CreateP2pContactRequest {
3
- nickname: string;
4
- countryId: CountryId;
5
- isDeleted: boolean;
6
- directoryId: string;
7
- directoryIdOfNickname: string;
8
- }
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateP2pContactRequest = void 0;
4
- class CreateP2pContactRequest {
5
- }
6
- exports.CreateP2pContactRequest = CreateP2pContactRequest;
@@ -1 +0,0 @@
1
- export * from './dtos/CreateP2pContactRequest';
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./dtos/CreateP2pContactRequest"), exports);
@@ -1,28 +0,0 @@
1
- import { CountryEnum } from "../enums/CountryEnum";
2
- import { SexEnum } from "../enums/SexEnum";
3
- import { TaxTypeEnum } from "../enums/TaxTypeEnum";
4
- export type PomeloCreateUserRequest = {
5
- name?: string;
6
- surname?: string;
7
- identification_type?: "INE";
8
- identification_value?: string;
9
- birthdate?: string;
10
- gender?: SexEnum;
11
- email: string;
12
- phone?: string;
13
- tax_identification_type?: TaxTypeEnum;
14
- tax_identification_value?: string;
15
- legal_address: {
16
- street_name?: string;
17
- street_number?: string;
18
- floor?: string;
19
- apartment?: string;
20
- zip_code?: string;
21
- neighborhood?: string;
22
- city?: string;
23
- region?: string;
24
- additional_info?: string;
25
- country?: CountryEnum;
26
- };
27
- operation_country: CountryEnum;
28
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,35 +0,0 @@
1
- import { CountryEnum } from "../enums/CountryEnum";
2
- import { IdentificationTypeEnum } from "../enums/IdentificationTypeEnum";
3
- import { SexEnum } from "../enums/SexEnum";
4
- import { TaxTypeEnum } from "../enums/TaxTypeEnum";
5
- import { UserStatusEnum } from "../enums/UserStatusEnum";
6
- export interface PomeloCreateUserResponse {
7
- data: {
8
- id: string;
9
- name: string;
10
- surname: string;
11
- identification_type: IdentificationTypeEnum;
12
- identification_value: string;
13
- birthdate: string;
14
- gender: SexEnum;
15
- email: string;
16
- phone: string;
17
- tax_identification_type: TaxTypeEnum;
18
- tax_identification_value: string;
19
- nationality: CountryEnum;
20
- status: UserStatusEnum;
21
- operation_country: CountryEnum;
22
- legal_address: {
23
- street_name: string;
24
- street_number: string;
25
- floor: string;
26
- apartment: string;
27
- zip_code: string;
28
- neighborhood: string;
29
- city: string;
30
- region: string;
31
- additional_info: string;
32
- country: CountryEnum;
33
- };
34
- };
35
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +0,0 @@
1
- export declare enum CountryEnum {
2
- MEX = "MEX",
3
- ARG = "ARG",
4
- BRA = "BRA",
5
- PER = "PER",
6
- COL = "COL",
7
- CHL = "CHL"
8
- }
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CountryEnum = void 0;
4
- var CountryEnum;
5
- (function (CountryEnum) {
6
- CountryEnum["MEX"] = "MEX";
7
- CountryEnum["ARG"] = "ARG";
8
- CountryEnum["BRA"] = "BRA";
9
- CountryEnum["PER"] = "PER";
10
- CountryEnum["COL"] = "COL";
11
- CountryEnum["CHL"] = "CHL";
12
- })(CountryEnum || (exports.CountryEnum = CountryEnum = {}));
@@ -1,7 +0,0 @@
1
- export declare enum IdentificationTypeEnum {
2
- MX_NATIONAL_ID = "INE",
3
- MX_PASSPORT = "PASSPORT",
4
- US_DRIVER_LICENSE = "INE",
5
- FIADO_MX_NATIONAL_ID = "MX_NATIONAL_ID",
6
- PASSPORT = "MX_PASSPORT"
7
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IdentificationTypeEnum = void 0;
4
- var IdentificationTypeEnum;
5
- (function (IdentificationTypeEnum) {
6
- IdentificationTypeEnum["MX_NATIONAL_ID"] = "INE";
7
- IdentificationTypeEnum["MX_PASSPORT"] = "PASSPORT";
8
- IdentificationTypeEnum["US_DRIVER_LICENSE"] = "INE";
9
- IdentificationTypeEnum["FIADO_MX_NATIONAL_ID"] = "MX_NATIONAL_ID";
10
- IdentificationTypeEnum["PASSPORT"] = "MX_PASSPORT";
11
- })(IdentificationTypeEnum || (exports.IdentificationTypeEnum = IdentificationTypeEnum = {}));