@fiado/type-kit 1.2.31 → 1.2.33

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 (326) hide show
  1. package/.idea/aws.xml +11 -0
  2. package/.idea/fiado-type-kit.iml +12 -0
  3. package/.idea/modules.xml +8 -0
  4. package/.idea/vcs.xml +6 -0
  5. package/README.md +70 -70
  6. package/bin/card/validations/CardUpdateKeyConstraint.js +2 -2
  7. package/bin/card/validations/IsPhoneNumberConstraint.js +2 -2
  8. package/bin/transaction/enums/TransactionStatusEnum.d.ts +2 -1
  9. package/bin/transaction/enums/TransactionStatusEnum.js +1 -0
  10. package/bin/transactionProcessor/dtos/ProcessUpdateLevelRequest.d.ts +4 -0
  11. package/bin/transactionProcessor/dtos/ProcessUpdateLevelRequest.js +5 -0
  12. package/bin/transactionProcessor/index.d.ts +1 -0
  13. package/bin/transactionProcessor/index.js +1 -0
  14. package/package.json +23 -23
  15. package/src/account/dtos/AccountCreateRequest.ts +79 -79
  16. package/src/account/dtos/AccountCreateResponse.ts +7 -7
  17. package/src/account/dtos/AccountInfo.ts +39 -39
  18. package/src/account/dtos/AccountUpdateBalanceRequest.ts +6 -6
  19. package/src/account/dtos/AccountUpdateRequest.ts +36 -36
  20. package/src/account/dtos/BankAccountExternalAddress.ts +17 -17
  21. package/src/account/dtos/BankAccountP2pTransferRequest.ts +7 -7
  22. package/src/account/dtos/CreateBankAccountRequest.ts +11 -11
  23. package/src/account/dtos/CreateBankAccountResponse.ts +8 -8
  24. package/src/account/dtos/CreateBankAccountUserRequest.ts +17 -17
  25. package/src/account/dtos/CreateBankAccountUserResponse.ts +11 -11
  26. package/src/account/dtos/ExchangeInfo.ts +8 -8
  27. package/src/account/dtos/ExecuteP2pOperationRequest.ts +7 -7
  28. package/src/account/dtos/ExecutePocketOperationRequest.ts +5 -5
  29. package/src/account/dtos/GetAccountBalanceResponse.ts +42 -42
  30. package/src/account/dtos/GetAccountResponse.ts +62 -62
  31. package/src/account/dtos/GetBankAccountRequest.ts +3 -3
  32. package/src/account/dtos/GetBankAccountResponse.ts +22 -22
  33. package/src/account/dtos/GetBankAccountSensitiveInformationRequest.ts +5 -5
  34. package/src/account/dtos/GetBankAccountSensitiveInformationResponse.ts +8 -8
  35. package/src/account/dtos/GetBankAccountUserRequest.ts +2 -2
  36. package/src/account/dtos/GetBankAccountUserResponse.ts +25 -25
  37. package/src/account/dtos/GetPocketBalanceResponse.ts +46 -46
  38. package/src/account/dtos/GetPocketResponse.ts +8 -8
  39. package/src/account/dtos/PocketBalanceItem.ts +17 -17
  40. package/src/account/dtos/PocketItem.ts +43 -43
  41. package/src/account/dtos/UpdateBalanceOperation.ts +10 -10
  42. package/src/account/dtos/UpdateBankAccountUserRequest.ts +26 -26
  43. package/src/account/dtos/UpdateBankAccountUserResponse.ts +3 -3
  44. package/src/account/entities/AccountEntityBase.ts +12 -12
  45. package/src/account/enums/AccountEntityStatusEnum.ts +4 -4
  46. package/src/account/enums/AccountLevelEnum.ts +5 -5
  47. package/src/account/enums/BankAccountP2pTransferType.ts +5 -5
  48. package/src/account/enums/BankAccountTypeEnum.ts +2 -2
  49. package/src/account/enums/BankAccountUserStatusEnum.ts +4 -4
  50. package/src/account/enums/UserEntityStatusEnum.ts +4 -4
  51. package/src/account/index.ts +42 -42
  52. package/src/activity/dtos/ActivityMessageRequest.ts +24 -24
  53. package/src/activity/dtos/ActivityMessageResponse.ts +24 -24
  54. package/src/activity/dtos/ActivityQueueMessage.ts +9 -9
  55. package/src/activity/index.ts +8 -8
  56. package/src/address/dtos/AddressBase.ts +130 -130
  57. package/src/address/dtos/AddressCreateRequest.ts +6 -6
  58. package/src/address/dtos/AddressResponse.ts +41 -41
  59. package/src/address/dtos/AddressShippingCardRequest.ts +12 -12
  60. package/src/address/dtos/AddressShippingCardResponse.ts +11 -11
  61. package/src/address/dtos/Geometry.ts +4 -4
  62. package/src/address/dtos/OfficeDetails.ts +30 -30
  63. package/src/address/dtos/OperationSchedule.ts +8 -8
  64. package/src/address/dtos/Place.ts +83 -83
  65. package/src/address/dtos/Shipping.ts +36 -36
  66. package/src/address/dtos/Timezone.ts +5 -5
  67. package/src/address/enums/AddressProvider.ts +10 -10
  68. package/src/address/enums/AddressStatus.ts +9 -9
  69. package/src/address/index.ts +16 -16
  70. package/src/app/enums/App.ts +10 -10
  71. package/src/app/index.ts +3 -3
  72. package/src/authentication/dtos/SignUpAdditionalRequest.ts +32 -32
  73. package/src/authentication/dtos/SignUpAdditionalResponse.ts +5 -5
  74. package/src/authentication/index.ts +3 -3
  75. package/src/bankAccount/dtos/ExternalAccountCurrency.ts +3 -3
  76. package/src/bankAccount/dtos/ExternalAccountType.ts +3 -3
  77. package/src/bankAccount/dtos/GetExternalBankAccountRequest.ts +11 -11
  78. package/src/bankAccount/dtos/GetExternalBankAccountResponse.ts +15 -15
  79. package/src/bankAccount/dtos/GetExternalBankResponse.ts +13 -13
  80. package/src/bankAccount/index.ts +4 -4
  81. package/src/bbvaRst/dtos/CreateRSTTransactionRequest.ts +14 -14
  82. package/src/bbvaRst/dtos/CreateRSTTransactionResponse.ts +9 -9
  83. package/src/bbvaRst/enums/RSTStatusEnum.ts +4 -4
  84. package/src/bbvaRst/index.ts +2 -2
  85. package/src/beneficiary/dtos/AccountBeneficiaryCreateRequest.ts +41 -41
  86. package/src/beneficiary/dtos/AccountBeneficiaryResponse.ts +23 -23
  87. package/src/beneficiary/dtos/AccountBeneficiaryUpdateRequest.ts +39 -39
  88. package/src/beneficiary/enums/AccountType.ts +6 -6
  89. package/src/beneficiary/index.ts +7 -7
  90. package/src/card/dtos/CardActivateRequest.ts +12 -12
  91. package/src/card/dtos/CardAdditionalRequest.ts +25 -25
  92. package/src/card/dtos/CardAdditionalResponse.ts +14 -14
  93. package/src/card/dtos/CardApplicationRequest.ts +27 -27
  94. package/src/card/dtos/CardBalanceResponse.ts +10 -10
  95. package/src/card/dtos/CardCreateAdditionalRequest.ts +78 -78
  96. package/src/card/dtos/CardResponse.ts +34 -34
  97. package/src/card/dtos/CardSensitiveInformationResponse.ts +18 -18
  98. package/src/card/dtos/CardShipmentQueueMessage.ts +7 -7
  99. package/src/card/dtos/CardShipmentUpdateRequest.ts +19 -19
  100. package/src/card/dtos/CardSummaryResponse.ts +10 -10
  101. package/src/card/dtos/CardUpdateRequest.ts +11 -11
  102. package/src/card/dtos/Internal/ActivateBankAccountCardRequest.ts +9 -9
  103. package/src/card/dtos/Internal/ActivateBankAccountCardResponse.ts +4 -4
  104. package/src/card/dtos/Internal/AssignCardRequest.ts +8 -8
  105. package/src/card/dtos/Internal/CreateBankAccountCardRequest.ts +16 -16
  106. package/src/card/dtos/Internal/CreateBankAccountCardResponse.ts +8 -8
  107. package/src/card/dtos/Internal/CreateBankAccountCardShippingRequest.ts +14 -14
  108. package/src/card/dtos/Internal/CreateBankAccountCardShippingResponse.ts +12 -12
  109. package/src/card/dtos/Internal/GetBankAccountCardResponse.ts +32 -32
  110. package/src/card/dtos/Internal/GetBankAccountShippingRequest.ts +5 -5
  111. package/src/card/dtos/Internal/GetBankAccountShippingResponse.ts +19 -19
  112. package/src/card/dtos/Internal/UpdateBankAccountCardRequest.ts +21 -21
  113. package/src/card/dtos/Internal/UpdateBankAccountCardResponse.ts +5 -5
  114. package/src/card/enums/Brand.ts +7 -7
  115. package/src/card/enums/CardIssuanceStatus.ts +5 -5
  116. package/src/card/enums/CardIssuing.ts +6 -6
  117. package/src/card/enums/CardType.ts +4 -4
  118. package/src/card/enums/CardUpdateKey.ts +4 -4
  119. package/src/card/enums/CreditOrDebit.ts +5 -5
  120. package/src/card/enums/DeliveryChannel.ts +7 -7
  121. package/src/card/enums/ExternalShippingStatus.ts +14 -14
  122. package/src/card/enums/ExternalShippingStatusDetails.ts +53 -53
  123. package/src/card/enums/IssuanceType.ts +5 -5
  124. package/src/card/enums/NominatedOrInnominated.ts +8 -8
  125. package/src/card/enums/OwnershipType.ts +3 -3
  126. package/src/card/enums/ShippingStatus.ts +8 -8
  127. package/src/card/enums/Status.ts +6 -6
  128. package/src/card/enums/UpdateKey.ts +5 -5
  129. package/src/card/enums/VirtualOrPhysical.ts +6 -6
  130. package/src/card/index.ts +50 -50
  131. package/src/card/validations/CardUpdateKeyConstraint.ts +53 -53
  132. package/src/card/validations/IsPhoneNumberConstraint.ts +29 -29
  133. package/src/contactInfo/dtos/ContactInfoCreateRequest.ts +47 -47
  134. package/src/contactInfo/dtos/GetAllContactInfoResponse.ts +13 -13
  135. package/src/contactInfo/enums/TypeOfContactIdEnum.ts +3 -3
  136. package/src/contactInfo/index.ts +2 -2
  137. package/src/contract/dtos/ContractCreateRequest.ts +29 -29
  138. package/src/contract/dtos/ContractCreateResponse.ts +2 -2
  139. package/src/contract/index.ts +4 -4
  140. package/src/country/enums/Country.ts +6 -6
  141. package/src/country/enums/CountryId.ts +6 -6
  142. package/src/country/index.ts +5 -5
  143. package/src/creditContract/dtos/CreditContractCreateRequest.ts +51 -51
  144. package/src/creditContract/enums/InstrumentEnum.ts +5 -5
  145. package/src/creditContract/index.ts +5 -5
  146. package/src/currency/dtos/CurrencyResponse.ts +8 -8
  147. package/src/currency/index.ts +2 -2
  148. package/src/directory/dtos/DirectoryResponse.ts +19 -19
  149. package/src/directory/dtos/External.ts +6 -6
  150. package/src/directory/enums/Profile.ts +6 -6
  151. package/src/directory/enums/Scope.ts +7 -7
  152. package/src/directory/enums/Status.ts +8 -8
  153. package/src/directory/enums/TypeOfDirectoryId.ts +6 -6
  154. package/src/directory/index.ts +7 -7
  155. package/src/eventBridge/dto/EventBridgeMessageRequest.ts +4 -4
  156. package/src/eventBridge/index.ts +1 -1
  157. package/src/exchangeRate/dtos/ExchangeRateCreateRequest.ts +50 -50
  158. package/src/exchangeRate/dtos/ExchangeRateCreateResponse.ts +4 -4
  159. package/src/exchangeRate/dtos/ExchangeRateResponse.ts +19 -19
  160. package/src/exchangeRate/dtos/GetExchangeRatesRequest.ts +3 -3
  161. package/src/exchangeRate/enums/ExchangeRateStatus.ts +5 -5
  162. package/src/exchangeRate/index.ts +9 -9
  163. package/src/fraudPreventionEngine/dtos/CreateAccountLevelRequest.ts +9 -9
  164. package/src/fraudPreventionEngine/dtos/GetAccountLevelParams.ts +3 -3
  165. package/src/fraudPreventionEngine/dtos/GetAccountLevelResponse.ts +7 -7
  166. package/src/fraudPreventionEngine/enums/AccountLevelTenantEnum.ts +5 -5
  167. package/src/fraudPreventionEngine/index.ts +5 -5
  168. package/src/genericMessage/dto/GenericMessageRequest.ts +17 -17
  169. package/src/genericMessage/enums/GenericMessageSourceEnum.ts +3 -3
  170. package/src/genericMessage/index.ts +1 -1
  171. package/src/group/dtos/GroupAddDirectoryRequest.ts +27 -27
  172. package/src/group/dtos/GroupCreateRequest.ts +54 -54
  173. package/src/group/dtos/GroupDirectoryRelationsResponse.ts +20 -20
  174. package/src/group/dtos/GroupDirectoryRelationsUpdateRequest.ts +10 -10
  175. package/src/group/dtos/GroupResponse.ts +17 -17
  176. package/src/group/dtos/GroupUpdateRequest.ts +31 -31
  177. package/src/group/enums/GroupAction.ts +8 -8
  178. package/src/group/enums/GroupStatus.ts +6 -6
  179. package/src/group/enums/RelationStatus.ts +8 -8
  180. package/src/group/enums/RelationType.ts +9 -9
  181. package/src/group/index.ts +18 -18
  182. package/src/header/TokenPayload.ts +18 -18
  183. package/src/header/index.ts +3 -3
  184. package/src/helpers/ValidationUtils.ts +32 -32
  185. package/src/helpers/constans/regex.ts +12 -12
  186. package/src/identity/dtos/IdentificationDocument.ts +24 -24
  187. package/src/identity/dtos/PeopleCreateRequest.ts +4 -4
  188. package/src/identity/dtos/PeopleResponse.ts +74 -74
  189. package/src/identity/dtos/PeopleUpdateRequest.ts +73 -73
  190. package/src/identity/dtos/TypeOfDocument.ts +11 -11
  191. package/src/identity/enums/IdentificationDocumentStatus.ts +7 -7
  192. package/src/identity/enums/SexDocument.ts +6 -6
  193. package/src/identity/enums/TypeOfDocument.ts +5 -5
  194. package/src/identity/index.ts +12 -12
  195. package/src/index.ts +35 -35
  196. package/src/notificationMessages/dtos/NotificationQueueMessageRequest.ts +7 -7
  197. package/src/notificationMessages/dtos/QueueMessageDestination.ts +6 -6
  198. package/src/notificationMessages/dtos/QueueMessageVariableValues.ts +3 -3
  199. package/src/notificationMessages/enums/NotificationId.ts +13 -13
  200. package/src/notificationMessages/index.ts +5 -5
  201. package/src/p2pContact/dtos/CreateP2pContactRequest.ts +8 -8
  202. package/src/productCatalog/dtos/CreateProductCatalogRequest.ts +14 -14
  203. package/src/productCatalog/dtos/GetProductCatalogResponse.ts +38 -38
  204. package/src/productCatalog/enums/ProductTaxFeeTypeEnum.ts +3 -3
  205. package/src/productCatalog/enums/ProductTypeEnum.ts +15 -15
  206. package/src/productCatalog/index.ts +4 -4
  207. package/src/provider/enums/Provider.ts +4 -4
  208. package/src/provider/index.ts +1 -1
  209. package/src/queue/dtos/QueueMessageBase.ts +13 -13
  210. package/src/servicePayment/dtos/GetCatalogParams.ts +5 -5
  211. package/src/servicePayment/dtos/ServicePaymentRequest.ts +33 -33
  212. package/src/servicePayment/index.ts +1 -1
  213. package/src/sessionActivity/dtos/SessionActivityQueueMessageRequest.ts +10 -10
  214. package/src/sessionActivity/enums/SessionActivityActionEnum.ts +7 -7
  215. package/src/sessionActivity/enums/SessionActivityActionOriginEnum.ts +4 -4
  216. package/src/sessionActivity/index.ts +2 -2
  217. package/src/stpSpei/dtos/PutStpOrderRequest.ts +13 -13
  218. package/src/stpSpei/dtos/SpeiWebhookMessage.ts +9 -9
  219. package/src/stpSpei/enums/WebhookMessageStatusEnum.ts +4 -4
  220. package/src/stpSpei/index.ts +3 -3
  221. package/src/transaction/dtos/Credit.ts +24 -24
  222. package/src/transaction/dtos/Debit.ts +20 -20
  223. package/src/transaction/dtos/Notional.ts +20 -20
  224. package/src/transaction/dtos/Product.ts +22 -22
  225. package/src/transaction/dtos/Total.ts +20 -20
  226. package/src/transaction/dtos/TransactionCreateRequest.ts +103 -103
  227. package/src/transaction/dtos/TransactionCreateResponse.ts +4 -4
  228. package/src/transaction/dtos/TransactionGetResponse.ts +17 -17
  229. package/src/transaction/enums/OperationEnum.ts +3 -3
  230. package/src/transaction/enums/TransactionSourceEnum.ts +4 -4
  231. package/src/transaction/enums/TransactionStatusEnum.ts +5 -4
  232. package/src/transaction/index.ts +9 -9
  233. package/src/transactionProcessor/dtos/AmountInfo.ts +6 -6
  234. package/src/transactionProcessor/dtos/AmountInfoItem.ts +3 -3
  235. package/src/transactionProcessor/dtos/AuthorizeCreditCardAdjustmentRequest.ts +19 -19
  236. package/src/transactionProcessor/dtos/AuthorizeCreditCardPurchaseRequest.ts +16 -16
  237. package/src/transactionProcessor/dtos/AuthorizeP2pTransactionRequest.ts +8 -8
  238. package/src/transactionProcessor/dtos/AuthorizePocketTransactionRequest.ts +8 -8
  239. package/src/transactionProcessor/dtos/AuthorizeRstTransactionRequest.ts +4 -4
  240. package/src/transactionProcessor/dtos/AuthorizeServicePaymentRequest.ts +7 -7
  241. package/src/transactionProcessor/dtos/AuthorizeSpeiBankTransferRequest.ts +6 -6
  242. package/src/transactionProcessor/dtos/CardInfo.ts +5 -5
  243. package/src/transactionProcessor/dtos/InstallmentsInfo.ts +6 -6
  244. package/src/transactionProcessor/dtos/MerchantInfo.ts +6 -6
  245. package/src/transactionProcessor/dtos/ProcessUpdateLevelRequest.ts +4 -0
  246. package/src/transactionProcessor/dtos/RSTTransactionStatusUpdate.ts +6 -6
  247. package/src/transactionProcessor/dtos/SpeiBankTransferStatusUpdate.ts +6 -6
  248. package/src/transactionProcessor/dtos/TransactionInfo.ts +7 -7
  249. package/src/transactionProcessor/dtos/TransactionProcessorQueueMessage.ts +3 -3
  250. package/src/transactionProcessor/enums/AsyncTxStatusEnum.ts +5 -5
  251. package/src/transactionProcessor/enums/TransactionProcessorCodesEnum.ts +15 -15
  252. package/src/transactionProcessor/index.ts +20 -19
  253. package/bin/account/dtos/AccountResponse.d.ts +0 -21
  254. package/bin/account/dtos/AccountResponse.js +0 -6
  255. package/bin/account/dtos/CreateBankAccountInput.d.ts +0 -8
  256. package/bin/account/dtos/CreateBankAccountInput.js +0 -6
  257. package/bin/account/dtos/CreateBankAccountUserInput.d.ts +0 -14
  258. package/bin/account/dtos/CreateBankAccountUserInput.js +0 -6
  259. package/bin/account/dtos/PocketCreateRequest.d.ts +0 -4
  260. package/bin/account/dtos/PocketCreateRequest.js +0 -31
  261. package/bin/account/dtos/PocketCreateResponse.d.ts +0 -2
  262. package/bin/account/dtos/PocketCreateResponse.js +0 -6
  263. package/bin/account/enums/AccountStatus.d.ts +0 -5
  264. package/bin/account/enums/AccountStatus.js +0 -9
  265. package/bin/card/dtos/CardCreateRequest.d.ts +0 -34
  266. package/bin/card/dtos/CardCreateRequest.js +0 -176
  267. package/bin/group/dtos/GroupDirectoryRetationsUpdateRequest.d.ts +0 -3
  268. package/bin/group/dtos/GroupDirectoryRetationsUpdateRequest.js +0 -22
  269. package/bin/pomelo/dtos/PomeloCreateUserRequest.d.ts +0 -28
  270. package/bin/pomelo/dtos/PomeloCreateUserRequest.js +0 -2
  271. package/bin/pomelo/dtos/PomeloCreateUserResponse.d.ts +0 -35
  272. package/bin/pomelo/dtos/PomeloCreateUserResponse.js +0 -2
  273. package/bin/pomelo/enums/CountryEnum.d.ts +0 -8
  274. package/bin/pomelo/enums/CountryEnum.js +0 -12
  275. package/bin/pomelo/enums/IdentificationTypeEnum.d.ts +0 -7
  276. package/bin/pomelo/enums/IdentificationTypeEnum.js +0 -11
  277. package/bin/pomelo/enums/SexEnum.d.ts +0 -4
  278. package/bin/pomelo/enums/SexEnum.js +0 -8
  279. package/bin/pomelo/enums/TaxTypeEnum.d.ts +0 -7
  280. package/bin/pomelo/enums/TaxTypeEnum.js +0 -11
  281. package/bin/pomelo/enums/UserStatusEnum.d.ts +0 -4
  282. package/bin/pomelo/enums/UserStatusEnum.js +0 -8
  283. package/bin/pomelo/index.d.ts +0 -7
  284. package/bin/pomelo/index.js +0 -25
  285. package/bin/productCatalog/dtos/GetProductCatalogRequest.d.ts +0 -3
  286. package/bin/productCatalog/dtos/GetProductCatalogRequest.js +0 -19
  287. package/bin/tern/dtos/TernAddress.d.ts +0 -8
  288. package/bin/tern/dtos/TernAddress.js +0 -40
  289. package/bin/tern/dtos/TernCreateAccountRequest.d.ts +0 -7
  290. package/bin/tern/dtos/TernCreateAccountRequest.js +0 -33
  291. package/bin/tern/dtos/TernCreateAccountResponse.d.ts +0 -5
  292. package/bin/tern/dtos/TernCreateAccountResponse.js +0 -25
  293. package/bin/tern/dtos/TernCreateUserRequest.d.ts +0 -15
  294. package/bin/tern/dtos/TernCreateUserRequest.js +0 -70
  295. package/bin/tern/dtos/TernCreateUserResponse.d.ts +0 -8
  296. package/bin/tern/dtos/TernCreateUserResponse.js +0 -37
  297. package/bin/tern/dtos/TernGetAccountRequest.d.ts +0 -5
  298. package/bin/tern/dtos/TernGetAccountRequest.js +0 -25
  299. package/bin/tern/dtos/TernGetAccountResponse.d.ts +0 -22
  300. package/bin/tern/dtos/TernGetAccountResponse.js +0 -87
  301. package/bin/tern/dtos/TernGetUserRequest.d.ts +0 -3
  302. package/bin/tern/dtos/TernGetUserRequest.js +0 -20
  303. package/bin/tern/dtos/TernGetUserResponse.d.ts +0 -24
  304. package/bin/tern/dtos/TernGetUserResponse.js +0 -96
  305. package/bin/tern/enums/TernAccountStatusEnum.d.ts +0 -4
  306. package/bin/tern/enums/TernAccountStatusEnum.js +0 -8
  307. package/bin/tern/enums/TernAccountTypeEnum.d.ts +0 -5
  308. package/bin/tern/enums/TernAccountTypeEnum.js +0 -9
  309. package/bin/tern/index.d.ts +0 -11
  310. package/bin/tern/index.js +0 -29
  311. package/bin/transactionProcessor/dtos/private/AuthorizeP2pTransactionRequest.d.ts +0 -5
  312. package/bin/transactionProcessor/dtos/private/AuthorizeP2pTransactionRequest.js +0 -6
  313. package/bin/transactionProcessor/dtos/private/AuthorizePocketTransactionRequest.d.ts +0 -7
  314. package/bin/transactionProcessor/dtos/private/AuthorizePocketTransactionRequest.js +0 -6
  315. package/bin/transactionProcessor/dtos/private/PrivateProcessorAmountInfo.d.ts +0 -6
  316. package/bin/transactionProcessor/dtos/private/PrivateProcessorAmountInfo.js +0 -6
  317. package/bin/transactionProcessor/dtos/private/PrivateProcessorAmountInfoItem.d.ts +0 -4
  318. package/bin/transactionProcessor/dtos/private/PrivateProcessorAmountInfoItem.js +0 -6
  319. package/bin/transactionProcessor/dtos/private/PrivateProcessorCardInfo.d.ts +0 -6
  320. package/bin/transactionProcessor/dtos/private/PrivateProcessorCardInfo.js +0 -6
  321. package/bin/transactionProcessor/dtos/private/PrivateProcessorMerchantInfo.d.ts +0 -7
  322. package/bin/transactionProcessor/dtos/private/PrivateProcessorMerchantInfo.js +0 -6
  323. package/bin/transactionProcessor/dtos/private/PrivateProcessorTransactionInfo.d.ts +0 -8
  324. package/bin/transactionProcessor/dtos/private/PrivateProcessorTransactionInfo.js +0 -6
  325. package/bin/transactionProcessor/dtos/private/PrivateTransactionProcessorRequest.d.ts +0 -16
  326. package/bin/transactionProcessor/dtos/private/PrivateTransactionProcessorRequest.js +0 -6
@@ -1,74 +1,74 @@
1
-
2
- import { App } from '../../app/enums/App';
3
- import { SexDocument } from '../enums/SexDocument';
4
- import { IdentificationDocument } from './IdentificationDocument';
5
-
6
-
7
- export class PeopleResponse {
8
-
9
- id: string;
10
- createDate: string;
11
- lastUpdateDate: string;
12
- creationMethod: App;
13
- indexName: string;
14
- preferredName: string;
15
- usSuffix: string | null;
16
- usLastNames: string | null;
17
- usNames: string | null;
18
- latNames: string | null;
19
- latLastNamePaternal: string | null;
20
- latLastNameMaternal: string | null;
21
- aliasNames: string[] | null;
22
- preferredPronoun: string | null;
23
- SSN_ITIN: string | null;
24
- rfc: string | null;
25
- curp: string | null;
26
- passportNumber: string | null;
27
- countryOfPassport: string | null;
28
- documents: IdentificationDocument[] | null;
29
- countryOfBirth: string | null;
30
- dateOfBirth: string | null;
31
- stateOfBirth: string | null;
32
- nationalities: string[] | null;
33
- docSex: SexDocument | null;
34
- internalEmail: string | null;
35
- occupation: string | null;
36
- incomeSource: string | null;
37
- notes: string | null;
38
- tenantId: string | null;
39
- USA_DebitAccount: boolean;
40
- MEX_DebitAccount: boolean;
41
- MEX_CreditClient: boolean;
42
- MEX_CreditAdditional: boolean;
43
- magicNumber: boolean;
44
- USA_UploadDocument: boolean;
45
- MEX_UploadDocument: boolean;
46
- videoSelfieVerified: boolean;
47
- MEX_ValidDocument: string;
48
- USA_ValidDocument: string;
49
- USA_FacematchVerified: boolean | null;
50
- MEX_FacematchVerified: boolean | null;
51
- fiadoListApproved: boolean | null;
52
- cnbvListApproved: boolean | null;
53
- blackListApproved: boolean | null;
54
- whiteList: boolean | null;
55
- hasOwner: boolean;
56
- older18: boolean | null;
57
- USA_Address: boolean;
58
- MEX_Address: boolean;
59
- MEX_ProofAddress: boolean;
60
- USA_DebitAccountWish: boolean;
61
- MEX_DebitAccountWish: boolean;
62
- MEX_CreditAdditionalWish: boolean;
63
- MEX_CreditClientWish: boolean;
64
- SSN_ITINRequired: boolean | null;
65
-
66
- MXN_FundsPurpose: string | null;
67
- MXN_UsageMonthly: string | null;
68
- MXN_MaximumTX: string | null;
69
- signature: boolean;
70
- MEX_Beneficiaries: boolean;
71
- MoneySource: string | null;
72
- MXN_MonthlyIncome: string | null;
73
- MXN_MonthlyExtraSupport: string | null;
74
- }
1
+
2
+ import { App } from '../../app/enums/App';
3
+ import { SexDocument } from '../enums/SexDocument';
4
+ import { IdentificationDocument } from './IdentificationDocument';
5
+
6
+
7
+ export class PeopleResponse {
8
+
9
+ id: string;
10
+ createDate: string;
11
+ lastUpdateDate: string;
12
+ creationMethod: App;
13
+ indexName: string;
14
+ preferredName: string;
15
+ usSuffix: string | null;
16
+ usLastNames: string | null;
17
+ usNames: string | null;
18
+ latNames: string | null;
19
+ latLastNamePaternal: string | null;
20
+ latLastNameMaternal: string | null;
21
+ aliasNames: string[] | null;
22
+ preferredPronoun: string | null;
23
+ SSN_ITIN: string | null;
24
+ rfc: string | null;
25
+ curp: string | null;
26
+ passportNumber: string | null;
27
+ countryOfPassport: string | null;
28
+ documents: IdentificationDocument[] | null;
29
+ countryOfBirth: string | null;
30
+ dateOfBirth: string | null;
31
+ stateOfBirth: string | null;
32
+ nationalities: string[] | null;
33
+ docSex: SexDocument | null;
34
+ internalEmail: string | null;
35
+ occupation: string | null;
36
+ incomeSource: string | null;
37
+ notes: string | null;
38
+ tenantId: string | null;
39
+ USA_DebitAccount: boolean;
40
+ MEX_DebitAccount: boolean;
41
+ MEX_CreditClient: boolean;
42
+ MEX_CreditAdditional: boolean;
43
+ magicNumber: boolean;
44
+ USA_UploadDocument: boolean;
45
+ MEX_UploadDocument: boolean;
46
+ videoSelfieVerified: boolean;
47
+ MEX_ValidDocument: string;
48
+ USA_ValidDocument: string;
49
+ USA_FacematchVerified: boolean | null;
50
+ MEX_FacematchVerified: boolean | null;
51
+ fiadoListApproved: boolean | null;
52
+ cnbvListApproved: boolean | null;
53
+ blackListApproved: boolean | null;
54
+ whiteList: boolean | null;
55
+ hasOwner: boolean;
56
+ older18: boolean | null;
57
+ USA_Address: boolean;
58
+ MEX_Address: boolean;
59
+ MEX_ProofAddress: boolean;
60
+ USA_DebitAccountWish: boolean;
61
+ MEX_DebitAccountWish: boolean;
62
+ MEX_CreditAdditionalWish: boolean;
63
+ MEX_CreditClientWish: boolean;
64
+ SSN_ITINRequired: boolean | null;
65
+
66
+ MXN_FundsPurpose: string | null;
67
+ MXN_UsageMonthly: string | null;
68
+ MXN_MaximumTX: string | null;
69
+ signature: boolean;
70
+ MEX_Beneficiaries: boolean;
71
+ MoneySource: string | null;
72
+ MXN_MonthlyIncome: string | null;
73
+ MXN_MonthlyExtraSupport: string | null;
74
+ }
@@ -1,74 +1,74 @@
1
- import { SexDocument } from "../enums/SexDocument";
2
- import { IdentificationDocument } from "./IdentificationDocument";
3
-
4
-
5
- export class PeopleUpdateRequest {
6
-
7
- id?: string;
8
- creationMethod?: string;
9
- indexName?: string | null;
10
- preferredName?: string | null;
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
- ofacListApproved?: boolean | null;
49
- cnbvListApproved?: boolean | null;
50
- blackListApproved?: boolean | null;
51
- whiteList?: boolean | null;
52
- hasOwner?: boolean;
53
- older18?: boolean | null;
54
- USA_Address?: boolean;
55
- MEX_Address?: boolean;
56
- CRI_Address?: boolean;
57
- PER_Address?: boolean;
58
- MEX_ProofAddress?: boolean;
59
- MEX_SendWish?: boolean;
60
- USA_DebitAccountWish?: boolean;
61
- MEX_DebitAccountWish?: boolean;
62
- MEX_CreditAdditionalWish?: boolean;
63
- MEX_CreditClientWish?: boolean;
64
- SSN_ITINRequired?: boolean | null;
65
- duplicateUserDetection?: boolean | null;
66
-
67
- MXN_FundsPurpose?:string | null;
68
- MXN_UsageMonthly?:number | null;
69
- MXN_MaximumTX?:number | null;
70
- signature?: boolean;
71
- MEX_Beneficiaries?: boolean;
72
- MXN_MonthlyIncome?: string | null;
73
- MXN_MonthlyExtraSupport ?: string | null;
1
+ import { SexDocument } from "../enums/SexDocument";
2
+ import { IdentificationDocument } from "./IdentificationDocument";
3
+
4
+
5
+ export class PeopleUpdateRequest {
6
+
7
+ id?: string;
8
+ creationMethod?: string;
9
+ indexName?: string | null;
10
+ preferredName?: string | null;
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
+ ofacListApproved?: boolean | null;
49
+ cnbvListApproved?: boolean | null;
50
+ blackListApproved?: boolean | null;
51
+ whiteList?: boolean | null;
52
+ hasOwner?: boolean;
53
+ older18?: boolean | null;
54
+ USA_Address?: boolean;
55
+ MEX_Address?: boolean;
56
+ CRI_Address?: boolean;
57
+ PER_Address?: boolean;
58
+ MEX_ProofAddress?: boolean;
59
+ MEX_SendWish?: boolean;
60
+ USA_DebitAccountWish?: boolean;
61
+ MEX_DebitAccountWish?: boolean;
62
+ MEX_CreditAdditionalWish?: boolean;
63
+ MEX_CreditClientWish?: boolean;
64
+ SSN_ITINRequired?: boolean | null;
65
+ duplicateUserDetection?: boolean | null;
66
+
67
+ MXN_FundsPurpose?:string | null;
68
+ MXN_UsageMonthly?:number | null;
69
+ MXN_MaximumTX?:number | null;
70
+ signature?: boolean;
71
+ MEX_Beneficiaries?: boolean;
72
+ MXN_MonthlyIncome?: string | null;
73
+ MXN_MonthlyExtraSupport ?: string | null;
74
74
  }
@@ -1,12 +1,12 @@
1
-
2
-
3
- export class TypeOfDocument {
4
- id: string;
5
- countryId: string;
6
- isEnabled: boolean;
7
- name: string;
8
- side: number;
9
- order: number;
10
- subtype: string;
11
- type: string;
1
+
2
+
3
+ export class TypeOfDocument {
4
+ id: string;
5
+ countryId: string;
6
+ isEnabled: boolean;
7
+ name: string;
8
+ side: number;
9
+ order: number;
10
+ subtype: string;
11
+ type: string;
12
12
  }
@@ -1,7 +1,7 @@
1
-
2
-
3
- export enum IdentificationDocumentStatus {
4
- VERIFIED = "VERIFIED",
5
- REJECTED = "REJECTED",
6
- UNVERIFIED = "UNVERIFIED"
7
- }
1
+
2
+
3
+ export enum IdentificationDocumentStatus {
4
+ VERIFIED = "VERIFIED",
5
+ REJECTED = "REJECTED",
6
+ UNVERIFIED = "UNVERIFIED"
7
+ }
@@ -1,6 +1,6 @@
1
-
2
-
3
- export enum SexDocument {
4
- M = "M",
5
- F = "F"
6
- }
1
+
2
+
3
+ export enum SexDocument {
4
+ M = "M",
5
+ F = "F"
6
+ }
@@ -1,6 +1,6 @@
1
- export 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"
1
+ export 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
6
  }
@@ -1,12 +1,12 @@
1
-
2
- //dtos
3
- export * from './dtos/IdentificationDocument'
4
- export * from './dtos/PeopleCreateRequest';
5
- export * from './dtos/PeopleResponse';
6
- export * from './dtos/TypeOfDocument';
7
- export * from './dtos/PeopleUpdateRequest';
8
-
9
- //enums
10
- export * from './enums/IdentificationDocumentStatus';
11
- export * from './enums/SexDocument';
12
-
1
+
2
+ //dtos
3
+ export * from './dtos/IdentificationDocument'
4
+ export * from './dtos/PeopleCreateRequest';
5
+ export * from './dtos/PeopleResponse';
6
+ export * from './dtos/TypeOfDocument';
7
+ export * from './dtos/PeopleUpdateRequest';
8
+
9
+ //enums
10
+ export * from './enums/IdentificationDocumentStatus';
11
+ export * from './enums/SexDocument';
12
+
package/src/index.ts CHANGED
@@ -1,35 +1,35 @@
1
- export * as Account from './account';
2
- export * as Activity from './activity';
3
- export * as Beneficiary from './beneficiary';
4
- export * as Address from './address';
5
- export * as App from './app';
6
- export * as Authentication from './authentication';
7
- export * as Card from './card';
8
- export * as Country from './country';
9
- export * as Currency from './currency';
10
- export * as Directory from './directory';
11
- export * as ExchangeRate from './exchangeRate';
12
- export * as File from './identity';
13
- export * as Group from './group';
14
- export * as Identity from './provider';
15
- export * as Header from './header';
16
- export * as ServicePayment from './servicePayment';
17
- export * as NotificationMessages from './notificationMessages';
18
- export * as SessionActivity from './sessionActivity';
19
- export * as EventBridgeMessage from './eventBridge';
20
- export * as GenericMessage from './genericMessage';
21
- export * as TransactionProcessor from './transactionProcessor';
22
- export * as Transaction from './transaction';
23
- export * as ContactInfo from './contactInfo';
24
- export * as ProductCatalog from './productCatalog';
25
- export * as Contract from './contract';
26
- export * as CreditContract from './creditContract';
27
- export * as P2pContact from './p2pContact';
28
- export * as BankAccount from './bankAccount';
29
- export * as Stp from './stpSpei';
30
- export * as BBVARst from './bbvaRst';
31
- export * as FraudPreventionEngine from './fraudPreventionEngine';
32
-
33
-
34
-
35
-
1
+ export * as Account from './account';
2
+ export * as Activity from './activity';
3
+ export * as Beneficiary from './beneficiary';
4
+ export * as Address from './address';
5
+ export * as App from './app';
6
+ export * as Authentication from './authentication';
7
+ export * as Card from './card';
8
+ export * as Country from './country';
9
+ export * as Currency from './currency';
10
+ export * as Directory from './directory';
11
+ export * as ExchangeRate from './exchangeRate';
12
+ export * as File from './identity';
13
+ export * as Group from './group';
14
+ export * as Identity from './provider';
15
+ export * as Header from './header';
16
+ export * as ServicePayment from './servicePayment';
17
+ export * as NotificationMessages from './notificationMessages';
18
+ export * as SessionActivity from './sessionActivity';
19
+ export * as EventBridgeMessage from './eventBridge';
20
+ export * as GenericMessage from './genericMessage';
21
+ export * as TransactionProcessor from './transactionProcessor';
22
+ export * as Transaction from './transaction';
23
+ export * as ContactInfo from './contactInfo';
24
+ export * as ProductCatalog from './productCatalog';
25
+ export * as Contract from './contract';
26
+ export * as CreditContract from './creditContract';
27
+ export * as P2pContact from './p2pContact';
28
+ export * as BankAccount from './bankAccount';
29
+ export * as Stp from './stpSpei';
30
+ export * as BBVARst from './bbvaRst';
31
+ export * as FraudPreventionEngine from './fraudPreventionEngine';
32
+
33
+
34
+
35
+
@@ -1,8 +1,8 @@
1
- import {QueueMessageDestination} from "./QueueMessageDestination";
2
-
3
- export class NotificationQueueMessageRequest {
4
- templateId: string; // Nombre de la plantilla de mensaje a enviar
5
- broadcast?: boolean; // Si el mensaje es masivo o no (a todos los dispositivos registrados)
6
- destinations: QueueMessageDestination[]; // Grupo de destinos (directory y variables)
7
- data?: any; // Informacion adicional a enviar al destino
1
+ import {QueueMessageDestination} from "./QueueMessageDestination";
2
+
3
+ export class NotificationQueueMessageRequest {
4
+ templateId: string; // Nombre de la plantilla de mensaje a enviar
5
+ broadcast?: boolean; // Si el mensaje es masivo o no (a todos los dispositivos registrados)
6
+ destinations: QueueMessageDestination[]; // Grupo de destinos (directory y variables)
7
+ data?: any; // Informacion adicional a enviar al destino
8
8
  }
@@ -1,7 +1,7 @@
1
- import {QueueMessageVariableValues} from "./QueueMessageVariableValues";
2
-
3
- export class QueueMessageDestination {
4
- directoryId: string;
5
- templateVariables?: QueueMessageVariableValues[];
6
- data?: any;
1
+ import {QueueMessageVariableValues} from "./QueueMessageVariableValues";
2
+
3
+ export class QueueMessageDestination {
4
+ directoryId: string;
5
+ templateVariables?: QueueMessageVariableValues[];
6
+ data?: any;
7
7
  }
@@ -1,4 +1,4 @@
1
- export class QueueMessageVariableValues {
2
- key: string;
3
- value: string;
1
+ export class QueueMessageVariableValues {
2
+ key: string;
3
+ value: string;
4
4
  }
@@ -1,14 +1,14 @@
1
-
2
-
3
-
4
- export enum NotificationId {
5
-
6
- ISSUED_ACCOUNT_USA = "ISSUED_ACCOUNT_USA", //Mesnaje de apertura de cuentas y tarjeta USA
7
- ISSUED_ACCOUNT_MEX = "ISSUED_ACCOUNT_MEX", //Mesnaje de apertura de cuentas y tarjeta MEX
8
- ONB_ERROR_VALID_DOCUMENT = "ONB_ERROR_VALID_DOCUMENT", // Mensaje cuando el resultado del onboarding es error en la validación del documento
9
- ONB_ERROR_FACEMATCH = "ONB_ERROR_FACEMATCH", // Mensaje cuando el resultado del onboarding es error porque no hace match en video selfie con el documento
10
-
11
-
12
-
13
-
1
+
2
+
3
+
4
+ export enum NotificationId {
5
+
6
+ ISSUED_ACCOUNT_USA = "ISSUED_ACCOUNT_USA", //Mesnaje de apertura de cuentas y tarjeta USA
7
+ ISSUED_ACCOUNT_MEX = "ISSUED_ACCOUNT_MEX", //Mesnaje de apertura de cuentas y tarjeta MEX
8
+ ONB_ERROR_VALID_DOCUMENT = "ONB_ERROR_VALID_DOCUMENT", // Mensaje cuando el resultado del onboarding es error en la validación del documento
9
+ ONB_ERROR_FACEMATCH = "ONB_ERROR_FACEMATCH", // Mensaje cuando el resultado del onboarding es error porque no hace match en video selfie con el documento
10
+
11
+
12
+
13
+
14
14
  }
@@ -1,6 +1,6 @@
1
- export * from './dtos/NotificationQueueMessageRequest';
2
- export * from './dtos/QueueMessageDestination';
3
- export * from './dtos/QueueMessageVariableValues';
4
-
5
-
1
+ export * from './dtos/NotificationQueueMessageRequest';
2
+ export * from './dtos/QueueMessageDestination';
3
+ export * from './dtos/QueueMessageVariableValues';
4
+
5
+
6
6
  export * from "./enums/NotificationId";
@@ -1,9 +1,9 @@
1
- import {CountryId} from "../../country";
2
-
3
- export class CreateP2pContactRequest {
4
- nickname: string;
5
- countryId: CountryId;
6
- isDeleted: boolean;
7
- directoryId: string;
8
- directoryIdOfNickname: string;
1
+ import {CountryId} from "../../country";
2
+
3
+ export class CreateP2pContactRequest {
4
+ nickname: string;
5
+ countryId: CountryId;
6
+ isDeleted: boolean;
7
+ directoryId: string;
8
+ directoryIdOfNickname: string;
9
9
  }
@@ -1,15 +1,15 @@
1
- import {CountryId} from "../../country";
2
- import {ProductTaxFeeTypeEnum} from "../enums/ProductTaxFeeTypeEnum";
3
- import {ProductTypeEnum} from "../enums/ProductTypeEnum";
4
-
5
- export class CreateProductCatalogRequest {
6
- id: string;
7
- description: string;
8
- displayName: string;
9
- type: ProductTypeEnum;
10
- currencyId: CountryId;
11
- feeType: ProductTaxFeeTypeEnum;
12
- fee: number;
13
- taxType: ProductTaxFeeTypeEnum;
14
- tax: number;
1
+ import {CountryId} from "../../country";
2
+ import {ProductTaxFeeTypeEnum} from "../enums/ProductTaxFeeTypeEnum";
3
+ import {ProductTypeEnum} from "../enums/ProductTypeEnum";
4
+
5
+ export class CreateProductCatalogRequest {
6
+ id: string;
7
+ description: string;
8
+ displayName: string;
9
+ type: ProductTypeEnum;
10
+ currencyId: CountryId;
11
+ feeType: ProductTaxFeeTypeEnum;
12
+ fee: number;
13
+ taxType: ProductTaxFeeTypeEnum;
14
+ tax: number;
15
15
  }