@heliofi/common 0.2.64 → 0.2.66

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 (240) hide show
  1. package/dist/src/domain/constants/{redirectQueryParams.js → RedirectQueryParams.js} +1 -1
  2. package/dist/src/domain/constants/RedirectQueryParams.js.map +1 -0
  3. package/dist/src/domain/constants/fixedPriceTokens.js +1 -1
  4. package/dist/src/domain/constants/fixedPriceTokens.js.map +1 -1
  5. package/dist/src/domain/model/onramp/dtos/getQuote.dto.d.ts +1 -4
  6. package/dist/src/domain/model/onramp/dtos/getQuote.dto.js +2 -13
  7. package/dist/src/domain/model/onramp/dtos/getQuote.dto.js.map +1 -1
  8. package/dist/src/domain/model/onramp/dtos/initiateTransaction.dto.d.ts +4 -3
  9. package/dist/src/domain/model/onramp/dtos/initiateTransaction.dto.js +11 -6
  10. package/dist/src/domain/model/onramp/dtos/initiateTransaction.dto.js.map +1 -1
  11. package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.d.ts +1 -1
  12. package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.js +1 -1
  13. package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.js.map +1 -1
  14. package/dist/src/domain/model/onramper/dtos/index.d.ts +0 -1
  15. package/dist/src/domain/model/onramper/dtos/index.js +0 -1
  16. package/dist/src/domain/model/onramper/dtos/index.js.map +1 -1
  17. package/dist/src/domain/model/onramper/entities/index.d.ts +0 -1
  18. package/dist/src/domain/model/onramper/entities/index.js +0 -1
  19. package/dist/src/domain/model/onramper/entities/index.js.map +1 -1
  20. package/dist/src/domain/model/paylink/entities/PlainPaylink.d.ts +3 -0
  21. package/dist/src/domain/model/paylink/entities/PlainPaylink.js +8 -0
  22. package/dist/src/domain/model/paylink/entities/PlainPaylink.js.map +1 -0
  23. package/dist/src/domain/model/paylink/entities/index.d.ts +1 -0
  24. package/dist/src/domain/model/paylink/entities/index.js +1 -0
  25. package/dist/src/domain/model/paylink/entities/index.js.map +1 -1
  26. package/dist/src/domain/model/payment-request/entities/PlainPaymentRequest.d.ts +5 -0
  27. package/dist/src/domain/model/payment-request/entities/PlainPaymentRequest.js +8 -0
  28. package/dist/src/domain/model/payment-request/entities/PlainPaymentRequest.js.map +1 -0
  29. package/dist/src/domain/model/payment-request/entities/index.d.ts +1 -0
  30. package/dist/src/domain/model/payment-request/entities/index.js +1 -0
  31. package/dist/src/domain/model/payment-request/entities/index.js.map +1 -1
  32. package/dist/src/domain/model/redirect-query-params/dtos/{RedirectQueryParam.dto.js → redirect-query-param.dto.js} +6 -6
  33. package/dist/src/domain/model/redirect-query-params/dtos/redirect-query-param.dto.js.map +1 -0
  34. package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.entity.d.ts +6 -0
  35. package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.entity.js +8 -0
  36. package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.entity.js.map +1 -0
  37. package/dist/src/domain/model/shared/queries/baseQuery.dto.d.ts +3 -2
  38. package/dist/src/domain/model/shared/queries/baseQuery.dto.js +9 -4
  39. package/dist/src/domain/model/shared/queries/baseQuery.dto.js.map +1 -1
  40. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.d.ts +2 -1
  41. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.js +1 -0
  42. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.js.map +1 -1
  43. package/dist/src/domain/model/webhook/paylink/base-paylink-hook/createPaylinkHookBase.dto.js +1 -1
  44. package/dist/src/domain/model/webhook/paylink/base-paylink-hook/createPaylinkHookBase.dto.js.map +1 -1
  45. package/dist/src/domain/model/webhook/paylink/paylink-hook/dtos/createPaylinkHook.dto.js +0 -2
  46. package/dist/src/domain/model/webhook/paylink/paylink-hook/dtos/createPaylinkHook.dto.js.map +1 -1
  47. package/dist/src/domain/model/webhook/paylink/paylink-hook/dtos/updatePaylinkHook.dto.js +0 -2
  48. package/dist/src/domain/model/webhook/paylink/paylink-hook/dtos/updatePaylinkHook.dto.js.map +1 -1
  49. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.d.ts +4 -0
  50. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.js +8 -0
  51. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.js.map +1 -0
  52. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSharedToken.entity.d.ts +4 -0
  53. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSharedToken.entity.js +8 -0
  54. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSharedToken.entity.js.map +1 -0
  55. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/PaylinkHook.entity.d.ts +2 -0
  56. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/PaylinkHook.entity.js.map +1 -1
  57. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/index.d.ts +1 -0
  58. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/index.js +1 -0
  59. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/index.js.map +1 -1
  60. package/dist/src/domain/model/webhook/paylink/paylink-hook/query/getAllQuery.dto.js +1 -1
  61. package/dist/src/domain/model/webhook/paylink/paylink-hook/query/getAllQuery.dto.js.map +1 -1
  62. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/entities/BasePaylinkHookEvents.entity.d.ts +10 -0
  63. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/entities/BasePaylinkHookEvents.entity.js +7 -0
  64. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/entities/BasePaylinkHookEvents.entity.js.map +1 -0
  65. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/entities/PaylinkHookEvents.entity.d.ts +5 -0
  66. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/entities/PaylinkHookEvents.entity.js +8 -0
  67. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/entities/PaylinkHookEvents.entity.js.map +1 -0
  68. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/entities/PaylinkHookEventsEnriched.entity.d.ts +7 -0
  69. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/entities/PaylinkHookEventsEnriched.entity.js +8 -0
  70. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/entities/PaylinkHookEventsEnriched.entity.js.map +1 -0
  71. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/entities/index.d.ts +3 -0
  72. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/entities/index.js +3 -0
  73. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/entities/index.js.map +1 -1
  74. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/index.d.ts +1 -0
  75. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/index.js +1 -0
  76. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/index.js.map +1 -1
  77. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/query/getAllQuery.dto.d.ts +7 -0
  78. package/dist/src/domain/model/webhook/{paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.js → paylink/paylink-hook-event/query/getAllQuery.dto.js} +14 -13
  79. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/query/getAllQuery.dto.js.map +1 -0
  80. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/query/index.d.ts +1 -0
  81. package/dist/src/domain/model/{location → webhook/paylink/paylink-hook-event/query}/index.js +1 -1
  82. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/query/index.js.map +1 -0
  83. package/dist/tsconfig.tsbuildinfo +1 -1
  84. package/package.json +2 -2
  85. package/dist/src/domain/constants/redirectQueryParams.js.map +0 -1
  86. package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.d.ts +0 -4
  87. package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.js +0 -7
  88. package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.js.map +0 -1
  89. package/dist/src/domain/model/apiKey/dtos/createApiKeyDtoInternal.d.ts +0 -6
  90. package/dist/src/domain/model/apiKey/dtos/createApiKeyDtoInternal.js +0 -37
  91. package/dist/src/domain/model/apiKey/dtos/createApiKeyDtoInternal.js.map +0 -1
  92. package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.d.ts +0 -4
  93. package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.js +0 -27
  94. package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.js.map +0 -1
  95. package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.d.ts +0 -8
  96. package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.js +0 -43
  97. package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.js.map +0 -1
  98. package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.d.ts +0 -3
  99. package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.js +0 -7
  100. package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.js.map +0 -1
  101. package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.d.ts +0 -8
  102. package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.js +0 -8
  103. package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.js.map +0 -1
  104. package/dist/src/domain/model/email/EmailTelegramInviteDto.d.ts +0 -8
  105. package/dist/src/domain/model/email/EmailTelegramInviteDto.js +0 -3
  106. package/dist/src/domain/model/email/EmailTelegramInviteDto.js.map +0 -1
  107. package/dist/src/domain/model/email/dtos/emailRenewalReminder.dto.d.ts +0 -16
  108. package/dist/src/domain/model/email/dtos/emailRenewalReminder.dto.js +0 -83
  109. package/dist/src/domain/model/email/dtos/emailRenewalReminder.dto.js.map +0 -1
  110. package/dist/src/domain/model/fee/dtos/feeDetailsDto.d.ts +0 -4
  111. package/dist/src/domain/model/fee/dtos/feeDetailsDto.js +0 -27
  112. package/dist/src/domain/model/fee/dtos/feeDetailsDto.js.map +0 -1
  113. package/dist/src/domain/model/fee/dtos/feeDto.d.ts +0 -8
  114. package/dist/src/domain/model/fee/dtos/feeDto.js +0 -48
  115. package/dist/src/domain/model/fee/dtos/feeDto.js.map +0 -1
  116. package/dist/src/domain/model/fee/dtos/index.d.ts +0 -1
  117. package/dist/src/domain/model/fee/dtos/index.js +0 -18
  118. package/dist/src/domain/model/fee/dtos/index.js.map +0 -1
  119. package/dist/src/domain/model/fee/entities/FeeOptions.d.ts +0 -8
  120. package/dist/src/domain/model/fee/entities/FeeOptions.js +0 -3
  121. package/dist/src/domain/model/fee/entities/FeeOptions.js.map +0 -1
  122. package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.d.ts +0 -5
  123. package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.js +0 -8
  124. package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.js.map +0 -1
  125. package/dist/src/domain/model/location/entities/FetchifyResult.entity.d.ts +0 -5
  126. package/dist/src/domain/model/location/entities/FetchifyResult.entity.js +0 -7
  127. package/dist/src/domain/model/location/entities/FetchifyResult.entity.js.map +0 -1
  128. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.d.ts +0 -13
  129. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.js +0 -8
  130. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.js.map +0 -1
  131. package/dist/src/domain/model/location/entities/index.d.ts +0 -2
  132. package/dist/src/domain/model/location/entities/index.js +0 -19
  133. package/dist/src/domain/model/location/entities/index.js.map +0 -1
  134. package/dist/src/domain/model/location/index.d.ts +0 -1
  135. package/dist/src/domain/model/location/index.js.map +0 -1
  136. package/dist/src/domain/model/onramp/entities/OnrampTransactionStatus.entity.d.ts +0 -5
  137. package/dist/src/domain/model/onramp/entities/OnrampTransactionStatus.entity.js +0 -7
  138. package/dist/src/domain/model/onramp/entities/OnrampTransactionStatus.entity.js.map +0 -1
  139. package/dist/src/domain/model/onramp/entities/OnramperCurrency.entity.d.ts +0 -12
  140. package/dist/src/domain/model/onramp/entities/OnramperCurrency.entity.js +0 -7
  141. package/dist/src/domain/model/onramp/entities/OnramperCurrency.entity.js.map +0 -1
  142. package/dist/src/domain/model/onramp/entities/OnramperPaymentMethod.entity.d.ts +0 -4
  143. package/dist/src/domain/model/onramp/entities/OnramperPaymentMethod.entity.js +0 -7
  144. package/dist/src/domain/model/onramp/entities/OnramperPaymentMethod.entity.js.map +0 -1
  145. package/dist/src/domain/model/onramp/entities/OnramperQuote.entity.d.ts +0 -10
  146. package/dist/src/domain/model/onramp/entities/OnramperQuote.entity.js +0 -7
  147. package/dist/src/domain/model/onramp/entities/OnramperQuote.entity.js.map +0 -1
  148. package/dist/src/domain/model/onramp/entities/OnramperTransaction.entity.d.ts +0 -42
  149. package/dist/src/domain/model/onramp/entities/OnramperTransaction.entity.js +0 -7
  150. package/dist/src/domain/model/onramp/entities/OnramperTransaction.entity.js.map +0 -1
  151. package/dist/src/domain/model/onramper/dtos/getCurrencies.dto.d.ts +0 -3
  152. package/dist/src/domain/model/onramper/dtos/getCurrencies.dto.js +0 -22
  153. package/dist/src/domain/model/onramper/dtos/getCurrencies.dto.js.map +0 -1
  154. package/dist/src/domain/model/onramper/dtos/initiateTransaction.dto.d.ts +0 -10
  155. package/dist/src/domain/model/onramper/dtos/initiateTransaction.dto.js +0 -53
  156. package/dist/src/domain/model/onramper/dtos/initiateTransaction.dto.js.map +0 -1
  157. package/dist/src/domain/model/onramper/entities/OnramperTransaction.entity.d.ts +0 -4
  158. package/dist/src/domain/model/onramper/entities/OnramperTransaction.entity.js +0 -7
  159. package/dist/src/domain/model/onramper/entities/OnramperTransaction.entity.js.map +0 -1
  160. package/dist/src/domain/model/onramper/entities/PaymentMethod.entity.d.ts +0 -5
  161. package/dist/src/domain/model/onramper/entities/PaymentMethod.entity.js +0 -7
  162. package/dist/src/domain/model/onramper/entities/PaymentMethod.entity.js.map +0 -1
  163. package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.d.ts +0 -8
  164. package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.js +0 -7
  165. package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.js.map +0 -1
  166. package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.d.ts +0 -4
  167. package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.js +0 -7
  168. package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.js.map +0 -1
  169. package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.d.ts +0 -11
  170. package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.js +0 -7
  171. package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.js.map +0 -1
  172. package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.d.ts +0 -7
  173. package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.js +0 -7
  174. package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.js.map +0 -1
  175. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.d.ts +0 -7
  176. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.js +0 -44
  177. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.js.map +0 -1
  178. package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.d.ts +0 -6
  179. package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.js +0 -37
  180. package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.js.map +0 -1
  181. package/dist/src/domain/model/redirect-query-params/dtos/RedirectQueryParam.dto.js.map +0 -1
  182. package/dist/src/domain/model/role/dtos/createRole.dto.d.ts +0 -6
  183. package/dist/src/domain/model/role/dtos/createRole.dto.js +0 -33
  184. package/dist/src/domain/model/role/dtos/createRole.dto.js.map +0 -1
  185. package/dist/src/domain/model/role/dtos/index.d.ts +0 -2
  186. package/dist/src/domain/model/role/dtos/index.js +0 -19
  187. package/dist/src/domain/model/role/dtos/index.js.map +0 -1
  188. package/dist/src/domain/model/role/dtos/updateRole.dto.d.ts +0 -4
  189. package/dist/src/domain/model/role/dtos/updateRole.dto.js +0 -23
  190. package/dist/src/domain/model/role/dtos/updateRole.dto.js.map +0 -1
  191. package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.d.ts +0 -5
  192. package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.js +0 -32
  193. package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.js.map +0 -1
  194. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerDataRequest.dto.d.ts +0 -9
  195. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerDataRequest.dto.js +0 -45
  196. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerDataRequest.dto.js.map +0 -1
  197. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerRedactRequest.dto.d.ts +0 -7
  198. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerRedactRequest.dto.js +0 -39
  199. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerRedactRequest.dto.js.map +0 -1
  200. package/dist/src/domain/model/shopify-gdpr/dtos/DataRequest.dto.d.ts +0 -3
  201. package/dist/src/domain/model/shopify-gdpr/dtos/DataRequest.dto.js +0 -22
  202. package/dist/src/domain/model/shopify-gdpr/dtos/DataRequest.dto.js.map +0 -1
  203. package/dist/src/domain/model/shopify-gdpr/dtos/ShopRedactRequest.dto.d.ts +0 -4
  204. package/dist/src/domain/model/shopify-gdpr/dtos/ShopRedactRequest.dto.js +0 -27
  205. package/dist/src/domain/model/shopify-gdpr/dtos/ShopRedactRequest.dto.js.map +0 -1
  206. package/dist/src/domain/model/shopify-gdpr/dtos/index.d.ts +0 -5
  207. package/dist/src/domain/model/shopify-gdpr/dtos/index.js +0 -22
  208. package/dist/src/domain/model/shopify-gdpr/dtos/index.js.map +0 -1
  209. package/dist/src/domain/model/shopify-gdpr/index.d.ts +0 -1
  210. package/dist/src/domain/model/shopify-gdpr/index.js +0 -18
  211. package/dist/src/domain/model/shopify-gdpr/index.js.map +0 -1
  212. package/dist/src/domain/model/telegram-details/dtos/telegramLogin.dto.d.ts +0 -5
  213. package/dist/src/domain/model/telegram-details/dtos/telegramLogin.dto.js +0 -32
  214. package/dist/src/domain/model/telegram-details/dtos/telegramLogin.dto.js.map +0 -1
  215. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.d.ts +0 -6
  216. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.js.map +0 -1
  217. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/index.d.ts +0 -1
  218. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/index.js +0 -18
  219. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/index.js.map +0 -1
  220. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.d.ts +0 -3
  221. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.js +0 -8
  222. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.js.map +0 -1
  223. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.entity.d.ts +0 -11
  224. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.entity.js +0 -8
  225. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.entity.js.map +0 -1
  226. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionPayload.entity.d.ts +0 -8
  227. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionPayload.entity.js +0 -8
  228. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionPayload.entity.js.map +0 -1
  229. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/index.d.ts +0 -3
  230. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/index.js +0 -20
  231. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/index.js.map +0 -1
  232. package/dist/src/domain/model/webhook/paylink-transaction-hook/index.d.ts +0 -2
  233. package/dist/src/domain/model/webhook/paylink-transaction-hook/index.js +0 -19
  234. package/dist/src/domain/model/webhook/paylink-transaction-hook/index.js.map +0 -1
  235. package/dist/src/domain/model/withdrawal/dtos/updateWithdrawalDto.d.ts +0 -3
  236. package/dist/src/domain/model/withdrawal/dtos/updateWithdrawalDto.js +0 -23
  237. package/dist/src/domain/model/withdrawal/dtos/updateWithdrawalDto.js.map +0 -1
  238. package/yarn-error.log +0 -18384
  239. package/dist/src/domain/constants/{redirectQueryParams.d.ts → RedirectQueryParams.d.ts} +0 -0
  240. package/dist/src/domain/model/redirect-query-params/dtos/{RedirectQueryParam.dto.d.ts → redirect-query-param.dto.d.ts} +1 -1
@@ -5,4 +5,4 @@ var RedirectQueryParams;
5
5
  (function (RedirectQueryParams) {
6
6
  RedirectQueryParams["WALLET_ADDRESS"] = "WALLET_ADDRESS";
7
7
  })(RedirectQueryParams = exports.RedirectQueryParams || (exports.RedirectQueryParams = {}));
8
- //# sourceMappingURL=redirectQueryParams.js.map
8
+ //# sourceMappingURL=RedirectQueryParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RedirectQueryParams.js","sourceRoot":"","sources":["../../../../src/domain/constants/RedirectQueryParams.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAEX;AAFD,WAAY,mBAAmB;IAC7B,wDAAiC,CAAA;AACnC,CAAC,EAFW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAE9B"}
@@ -7,7 +7,7 @@ exports.FixedPriceTokens = [
7
7
  'SOL',
8
8
  'BTC',
9
9
  'ETH',
10
- 'MATIC',
10
+ 'POL',
11
11
  'mSOL',
12
12
  'RAY',
13
13
  'AUDIO',
@@ -1 +1 @@
1
- {"version":3,"file":"fixedPriceTokens.js","sourceRoot":"","sources":["../../../../src/domain/constants/fixedPriceTokens.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,MAAM;IACN,MAAM;IACN,KAAK;IACL,KAAK;IACL,KAAK;IACL,OAAO;IACP,MAAM;IACN,KAAK;IACL,OAAO;IACP,MAAM;IACN,MAAM;IACN,OAAO;IACP,OAAO;IACP,MAAM;IACN,MAAM;IACN,KAAK;IACL,KAAK;IACL,KAAK;IACL,KAAK;IACL,KAAK;IACL,KAAK;IACL,KAAK;IACL,KAAK;CACN,CAAC"}
1
+ {"version":3,"file":"fixedPriceTokens.js","sourceRoot":"","sources":["../../../../src/domain/constants/fixedPriceTokens.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,MAAM;IACN,MAAM;IACN,KAAK;IACL,KAAK;IACL,KAAK;IACL,KAAK;IACL,MAAM;IACN,KAAK;IACL,OAAO;IACP,MAAM;IACN,MAAM;IACN,OAAO;IACP,OAAO;IACP,MAAM;IACN,MAAM;IACN,KAAK;IACL,KAAK;IACL,KAAK;IACL,KAAK;IACL,KAAK;IACL,KAAK;IACL,KAAK;IACL,KAAK;CACN,CAAC"}
@@ -1,9 +1,6 @@
1
- import { BlockchainSymbol } from '../../blockchain';
2
1
  export declare class GetQuoteDto {
2
+ crypto: string;
3
3
  amount: string;
4
- currency: string;
5
- blockchain: BlockchainSymbol;
6
4
  walletAddress: string;
7
5
  paymentMethod: string;
8
- isDark: boolean;
9
6
  }
@@ -11,24 +11,18 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.GetQuoteDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- const blockchain_1 = require("../../blockchain");
15
14
  class GetQuoteDto {
16
15
  }
17
16
  __decorate([
18
17
  (0, class_validator_1.IsString)(),
19
18
  (0, class_validator_1.IsNotEmpty)(),
20
19
  __metadata("design:type", String)
21
- ], GetQuoteDto.prototype, "amount", void 0);
20
+ ], GetQuoteDto.prototype, "crypto", void 0);
22
21
  __decorate([
23
22
  (0, class_validator_1.IsString)(),
24
23
  (0, class_validator_1.IsNotEmpty)(),
25
24
  __metadata("design:type", String)
26
- ], GetQuoteDto.prototype, "currency", void 0);
27
- __decorate([
28
- (0, class_validator_1.IsEnum)(blockchain_1.BlockchainSymbol),
29
- (0, class_validator_1.IsNotEmpty)(),
30
- __metadata("design:type", String)
31
- ], GetQuoteDto.prototype, "blockchain", void 0);
25
+ ], GetQuoteDto.prototype, "amount", void 0);
32
26
  __decorate([
33
27
  (0, class_validator_1.IsString)(),
34
28
  (0, class_validator_1.IsNotEmpty)(),
@@ -39,10 +33,5 @@ __decorate([
39
33
  (0, class_validator_1.IsNotEmpty)(),
40
34
  __metadata("design:type", String)
41
35
  ], GetQuoteDto.prototype, "paymentMethod", void 0);
42
- __decorate([
43
- (0, class_validator_1.IsBoolean)(),
44
- (0, class_validator_1.IsNotEmpty)(),
45
- __metadata("design:type", Boolean)
46
- ], GetQuoteDto.prototype, "isDark", void 0);
47
36
  exports.GetQuoteDto = GetQuoteDto;
48
37
  //# sourceMappingURL=getQuote.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getQuote.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramp/dtos/getQuote.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA0E;AAC1E,iDAAoD;AAEpD,MAAa,WAAW;CAwBvB;AAvBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6CACI;AAEjB;IAAC,IAAA,wBAAM,EAAC,6BAAgB,CAAC;IACxB,IAAA,4BAAU,GAAE;;+CACgB;AAE7B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACS;AAEtB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2CACG;AAvBlB,kCAwBC"}
1
+ {"version":3,"file":"getQuote.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramp/dtos/getQuote.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,WAAW;CAgBvB;AAfC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACS;AAfxB,kCAgBC"}
@@ -1,9 +1,10 @@
1
1
  import { BlockchainSymbol } from '../../blockchain';
2
2
  export declare class InitiateTransactionDto {
3
- amount: string;
4
- currency: string;
3
+ onramp: string;
4
+ destination: string;
5
+ amount: number;
6
+ paymentMethod: string;
5
7
  blockchain: BlockchainSymbol;
6
8
  walletAddress: string;
7
- paymentMethod: string;
8
9
  isDark: boolean;
9
10
  }
@@ -18,12 +18,22 @@ __decorate([
18
18
  (0, class_validator_1.IsString)(),
19
19
  (0, class_validator_1.IsNotEmpty)(),
20
20
  __metadata("design:type", String)
21
+ ], InitiateTransactionDto.prototype, "onramp", void 0);
22
+ __decorate([
23
+ (0, class_validator_1.IsString)(),
24
+ (0, class_validator_1.IsNotEmpty)(),
25
+ __metadata("design:type", String)
26
+ ], InitiateTransactionDto.prototype, "destination", void 0);
27
+ __decorate([
28
+ (0, class_validator_1.IsNumber)(),
29
+ (0, class_validator_1.IsNotEmpty)(),
30
+ __metadata("design:type", Number)
21
31
  ], InitiateTransactionDto.prototype, "amount", void 0);
22
32
  __decorate([
23
33
  (0, class_validator_1.IsString)(),
24
34
  (0, class_validator_1.IsNotEmpty)(),
25
35
  __metadata("design:type", String)
26
- ], InitiateTransactionDto.prototype, "currency", void 0);
36
+ ], InitiateTransactionDto.prototype, "paymentMethod", void 0);
27
37
  __decorate([
28
38
  (0, class_validator_1.IsEnum)(blockchain_1.BlockchainSymbol),
29
39
  (0, class_validator_1.IsNotEmpty)(),
@@ -34,11 +44,6 @@ __decorate([
34
44
  (0, class_validator_1.IsNotEmpty)(),
35
45
  __metadata("design:type", String)
36
46
  ], InitiateTransactionDto.prototype, "walletAddress", void 0);
37
- __decorate([
38
- (0, class_validator_1.IsString)(),
39
- (0, class_validator_1.IsNotEmpty)(),
40
- __metadata("design:type", String)
41
- ], InitiateTransactionDto.prototype, "paymentMethod", void 0);
42
47
  __decorate([
43
48
  (0, class_validator_1.IsBoolean)(),
44
49
  (0, class_validator_1.IsNotEmpty)(),
@@ -1 +1 @@
1
- {"version":3,"file":"initiateTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramp/dtos/initiateTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA0E;AAC1E,iDAAoD;AAEpD,MAAa,sBAAsB;CAwBlC;AAvBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACI;AAEjB;IAAC,IAAA,wBAAM,EAAC,6BAAgB,CAAC;IACxB,IAAA,4BAAU,GAAE;;0DACgB;AAE7B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACS;AAEtB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACG;AAvBlB,wDAwBC"}
1
+ {"version":3,"file":"initiateTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramp/dtos/initiateTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,iDAAoD;AAEpD,MAAa,sBAAsB;CA4BlC;AA3BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACS;AAEtB;IAAC,IAAA,wBAAM,EAAC,6BAAgB,CAAC;IACxB,IAAA,4BAAU,GAAE;;0DACgB;AAE7B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACS;AAEtB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACG;AA3BlB,wDA4BC"}
@@ -1,5 +1,5 @@
1
1
  import { BlockchainSymbol } from '../../blockchain';
2
2
  export declare class GetPaymentMethodsDto {
3
3
  currency: string;
4
- blockchain: BlockchainSymbol;
4
+ chain: BlockchainSymbol;
5
5
  }
@@ -23,6 +23,6 @@ __decorate([
23
23
  (0, class_validator_1.IsEnum)(blockchain_1.BlockchainSymbol),
24
24
  (0, class_validator_1.IsNotEmpty)(),
25
25
  __metadata("design:type", String)
26
- ], GetPaymentMethodsDto.prototype, "blockchain", void 0);
26
+ ], GetPaymentMethodsDto.prototype, "chain", void 0);
27
27
  exports.GetPaymentMethodsDto = GetPaymentMethodsDto;
28
28
  //# sourceMappingURL=getPaymentMethods.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getPaymentMethods.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramper/dtos/getPaymentMethods.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,iDAAoD;AAEpD,MAAa,oBAAoB;CAQhC;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACI;AAEjB;IAAC,IAAA,wBAAM,EAAC,6BAAgB,CAAC;IACxB,IAAA,4BAAU,GAAE;;wDACgB;AAP/B,oDAQC"}
1
+ {"version":3,"file":"getPaymentMethods.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramper/dtos/getPaymentMethods.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,iDAAoD;AAEpD,MAAa,oBAAoB;CAQhC;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACI;AAEjB;IAAC,IAAA,wBAAM,EAAC,6BAAgB,CAAC;IACxB,IAAA,4BAAU,GAAE;;mDACW;AAP1B,oDAQC"}
@@ -1,3 +1,2 @@
1
1
  export * from './getPaymentMethods.dto';
2
2
  export * from './getQuote.dto';
3
- export * from './initiateTransaction.dto';
@@ -16,5 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./getPaymentMethods.dto"), exports);
18
18
  __exportStar(require("./getQuote.dto"), exports);
19
- __exportStar(require("./initiateTransaction.dto"), exports);
20
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramper/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,iDAA+B;AAC/B,4DAA0C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramper/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,iDAA+B"}
@@ -1,4 +1,3 @@
1
1
  export * from './OnramperCurrency.entity';
2
2
  export * from './OnramperPaymentMethod.entity';
3
3
  export * from './OnramperQuote.entity';
4
- export * from './OnramperTransaction.entity';
@@ -17,5 +17,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./OnramperCurrency.entity"), exports);
18
18
  __exportStar(require("./OnramperPaymentMethod.entity"), exports);
19
19
  __exportStar(require("./OnramperQuote.entity"), exports);
20
- __exportStar(require("./OnramperTransaction.entity"), exports);
21
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramper/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,iEAA+C;AAC/C,yDAAuC;AACvC,+DAA6C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramper/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,iEAA+C;AAC/C,yDAAuC"}
@@ -0,0 +1,3 @@
1
+ import { PlainPaymentRequest } from '../../payment-request';
2
+ export declare class PlainPaylink extends PlainPaymentRequest {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PlainPaylink = void 0;
4
+ const payment_request_1 = require("../../payment-request");
5
+ class PlainPaylink extends payment_request_1.PlainPaymentRequest {
6
+ }
7
+ exports.PlainPaylink = PlainPaylink;
8
+ //# sourceMappingURL=PlainPaylink.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlainPaylink.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/PlainPaylink.ts"],"names":[],"mappings":";;;AAAA,2DAA4D;AAE5D,MAAa,YAAa,SAAQ,qCAAmB;CAAG;AAAxD,oCAAwD"}
@@ -8,3 +8,4 @@ export * from './Paylink';
8
8
  export * from './PaylinkStats';
9
9
  export * from './ShallowEnrichedPaylink.entity';
10
10
  export * from './ShopifyMerchentPaylink.entity';
11
+ export * from './PlainPaylink';
@@ -24,4 +24,5 @@ __exportStar(require("./Paylink"), exports);
24
24
  __exportStar(require("./PaylinkStats"), exports);
25
25
  __exportStar(require("./ShallowEnrichedPaylink.entity"), exports);
26
26
  __exportStar(require("./ShopifyMerchentPaylink.entity"), exports);
27
+ __exportStar(require("./PlainPaylink"), exports);
27
28
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,6DAA2C;AAC3C,qDAAmC;AACnC,gFAA8D;AAC9D,4EAA0D;AAC1D,uDAAqC;AACrC,4CAA0B;AAC1B,iDAA+B;AAC/B,kEAAgD;AAChD,kEAAgD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,6DAA2C;AAC3C,qDAAmC;AACnC,gFAA8D;AAC9D,4EAA0D;AAC1D,uDAAqC;AACrC,4CAA0B;AAC1B,iDAA+B;AAC/B,kEAAgD;AAChD,kEAAgD;AAChD,iDAA+B"}
@@ -0,0 +1,5 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class PlainPaymentRequest extends Entity {
3
+ id: string;
4
+ name: string;
5
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PlainPaymentRequest = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class PlainPaymentRequest extends entity_1.Entity {
6
+ }
7
+ exports.PlainPaymentRequest = PlainPaymentRequest;
8
+ //# sourceMappingURL=PlainPaymentRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlainPaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/PlainPaymentRequest.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,mBAAoB,SAAQ,eAAM;CAI9C;AAJD,kDAIC"}
@@ -6,3 +6,4 @@ export * from './SlugPaymentRequest';
6
6
  export * from './PaymentRequestPreview.entity';
7
7
  export * from './ShopifyMerchantPaymentRequest.entity';
8
8
  export * from './PaymentRequestStats';
9
+ export * from './PlainPaymentRequest';
@@ -22,4 +22,5 @@ __exportStar(require("./SlugPaymentRequest"), exports);
22
22
  __exportStar(require("./PaymentRequestPreview.entity"), exports);
23
23
  __exportStar(require("./ShopifyMerchantPaymentRequest.entity"), exports);
24
24
  __exportStar(require("./PaymentRequestStats"), exports);
25
+ __exportStar(require("./PlainPaymentRequest"), exports);
25
26
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,uDAAqC;AACrC,kEAAgD;AAChD,uDAAqC;AACrC,uDAAqC;AACrC,iEAA+C;AAC/C,yEAAuD;AACvD,wDAAsC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,uDAAqC;AACrC,kEAAgD;AAChD,uDAAqC;AACrC,uDAAqC;AACrC,iEAA+C;AAC/C,yEAAuD;AACvD,wDAAsC;AACtC,wDAAsC"}
@@ -14,15 +14,15 @@ const class_validator_1 = require("class-validator");
14
14
  const constants_1 = require("../../../constants");
15
15
  class RedirectQueryParamDto {
16
16
  }
17
- __decorate([
18
- (0, class_validator_1.IsEnum)(constants_1.RedirectQueryParams),
19
- (0, class_validator_1.IsNotEmpty)(),
20
- __metadata("design:type", String)
21
- ], RedirectQueryParamDto.prototype, "queryParamType", void 0);
22
17
  __decorate([
23
18
  (0, class_validator_1.IsString)(),
24
19
  (0, class_validator_1.IsOptional)(),
25
20
  __metadata("design:type", String)
26
21
  ], RedirectQueryParamDto.prototype, "value", void 0);
22
+ __decorate([
23
+ (0, class_validator_1.IsEnum)(constants_1.RedirectQueryParams),
24
+ (0, class_validator_1.IsNotEmpty)(),
25
+ __metadata("design:type", String)
26
+ ], RedirectQueryParamDto.prototype, "queryParamType", void 0);
27
27
  exports.RedirectQueryParamDto = RedirectQueryParamDto;
28
- //# sourceMappingURL=RedirectQueryParam.dto.js.map
28
+ //# sourceMappingURL=redirect-query-param.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redirect-query-param.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/redirect-query-params/dtos/redirect-query-param.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,kDAAyD;AAEzD,MAAa,qBAAqB;CAQjC;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACE;AAEf;IAAC,IAAA,wBAAM,EAAC,+BAAmB,CAAC;IAC3B,IAAA,4BAAU,GAAE;;6DACuB;AAPtC,sDAQC"}
@@ -0,0 +1,6 @@
1
+ import { Entity } from '../../entity';
2
+ import { RedirectQueryParams } from '../../../constants';
3
+ export declare class RedirectQueryParam extends Entity {
4
+ queryParamType: RedirectQueryParams;
5
+ value?: string;
6
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RedirectQueryParam = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class RedirectQueryParam extends entity_1.Entity {
6
+ }
7
+ exports.RedirectQueryParam = RedirectQueryParam;
8
+ //# sourceMappingURL=redirect-query-param.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redirect-query-param.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/redirect-query-params/entities/redirect-query-param.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,kBAAmB,SAAQ,eAAM;CAI7C;AAJD,gDAIC"}
@@ -1,5 +1,6 @@
1
1
  export declare class BaseQueryDto {
2
- page?: string;
3
- limit?: number;
2
+ page?: number;
3
+ limit?: string;
4
+ lastItemId?: string;
4
5
  search?: string;
5
6
  }
@@ -14,15 +14,20 @@ const class_validator_1 = require("class-validator");
14
14
  class BaseQueryDto {
15
15
  }
16
16
  __decorate([
17
- (0, class_validator_1.IsString)(),
17
+ (0, class_validator_1.IsNumberString)(),
18
18
  (0, class_validator_1.IsOptional)(),
19
- __metadata("design:type", String)
19
+ __metadata("design:type", Number)
20
20
  ], BaseQueryDto.prototype, "page", void 0);
21
21
  __decorate([
22
- (0, class_validator_1.IsNumber)(),
22
+ (0, class_validator_1.IsString)(),
23
23
  (0, class_validator_1.IsOptional)(),
24
- __metadata("design:type", Number)
24
+ __metadata("design:type", String)
25
25
  ], BaseQueryDto.prototype, "limit", void 0);
26
+ __decorate([
27
+ (0, class_validator_1.IsString)(),
28
+ (0, class_validator_1.IsOptional)(),
29
+ __metadata("design:type", String)
30
+ ], BaseQueryDto.prototype, "lastItemId", void 0);
26
31
  __decorate([
27
32
  (0, class_validator_1.IsString)(),
28
33
  (0, class_validator_1.IsOptional)(),
@@ -1 +1 @@
1
- {"version":3,"file":"baseQuery.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/shared/queries/baseQuery.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiE;AAEjE,MAAa,YAAY;CAYxB;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0CACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4CACG;AAXlB,oCAYC"}
1
+ {"version":3,"file":"baseQuery.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/shared/queries/baseQuery.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AAEvE,MAAa,YAAY;CAgBxB;AAfC;IAAC,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;;0CACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4CACG;AAflB,oCAgBC"}
@@ -90,5 +90,6 @@ export declare enum UserGroupPermission {
90
90
  WEBHOOK_READ = "WEBHOOK_READ",
91
91
  WEBHOOK_CREATE = "WEBHOOK_CREATE",
92
92
  WEBHOOK_UPDATE = "WEBHOOK_UPDATE",
93
- WEBHOOK_DELETE = "WEBHOOK_DELETE"
93
+ WEBHOOK_DELETE = "WEBHOOK_DELETE",
94
+ WEBHOOK_READ_SHARED_TOKEN = "WEBHOOK_READ_SHARED_TOKEN"
94
95
  }
@@ -95,5 +95,6 @@ var UserGroupPermission;
95
95
  UserGroupPermission["WEBHOOK_CREATE"] = "WEBHOOK_CREATE";
96
96
  UserGroupPermission["WEBHOOK_UPDATE"] = "WEBHOOK_UPDATE";
97
97
  UserGroupPermission["WEBHOOK_DELETE"] = "WEBHOOK_DELETE";
98
+ UserGroupPermission["WEBHOOK_READ_SHARED_TOKEN"] = "WEBHOOK_READ_SHARED_TOKEN";
98
99
  })(UserGroupPermission = exports.UserGroupPermission || (exports.UserGroupPermission = {}));
99
100
  //# sourceMappingURL=UserGroupPermissions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UserGroupPermissions.js","sourceRoot":"","sources":["../../../../../../src/domain/model/userGroups/entities/UserGroupPermissions.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBA6FX;AA7FD,WAAY,mBAAmB;IAC7B,sCAAe,CAAA;IACf,sCAAe,CAAA;IACf,oCAAa,CAAA;IACb,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,wDAAiC,CAAA;IACjC,kEAA2C,CAAA;IAC3C,wDAAiC,CAAA;IACjC,kEAA2C,CAAA;IAC3C,oFAA6D,CAAA;IAC7D,oFAA6D,CAAA;IAC7D,8EAAuD,CAAA;IACvD,0DAAmC,CAAA;IACnC,kEAA2C,CAAA;IAC3C,8DAAuC,CAAA;IACvC,8DAAuC,CAAA;IACvC,0DAAmC,CAAA;IACnC,0DAAmC,CAAA;IACnC,wDAAiC,CAAA;IACjC,4DAAqC,CAAA;IACrC,sEAA+C,CAAA;IAC/C,4DAAqC,CAAA;IACrC,sEAA+C,CAAA;IAC/C,wFAAiE,CAAA;IACjE,wFAAiE,CAAA;IACjE,kFAA2D,CAAA;IAC3D,8DAAuC,CAAA;IACvC,sEAA+C,CAAA;IAC/C,kEAA2C,CAAA;IAC3C,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,oEAA6C,CAAA;IAC7C,wDAAiC,CAAA;IACjC,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,wDAAiC,CAAA;IACjC,wDAAiC,CAAA;IACjC,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,oEAA6C,CAAA;IAC7C,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,8DAAuC,CAAA;IACvC,4DAAqC,CAAA;IACrC,oEAA6C,CAAA;IAC7C,kEAA2C,CAAA;IAC3C,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,kEAA2C,CAAA;IAC3C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,oEAA6C,CAAA;IAC7C,8EAAuD,CAAA;IACvD,kGAA2E,CAAA;IAC3E,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,kDAA2B,CAAA;IAC3B,kDAA2B,CAAA;IAC3B,gDAAyB,CAAA;IACzB,oDAA6B,CAAA;IAC7B,oDAA6B,CAAA;IAC7B,wDAAiC,CAAA;IACjC,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,oDAA6B,CAAA;IAC7B,kDAA2B,CAAA;IAC3B,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,kEAA2C,CAAA;IAC3C,kEAA2C,CAAA;IAC3C,gEAAyC,CAAA;IACzC,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,sEAA+C,CAAA;IAC/C,0EAAmD,CAAA;IACnD,0EAAmD,CAAA;IACnD,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,wDAAiC,CAAA;IACjC,wDAAiC,CAAA;IACjC,wDAAiC,CAAA;AACnC,CAAC,EA7FW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6F9B"}
1
+ {"version":3,"file":"UserGroupPermissions.js","sourceRoot":"","sources":["../../../../../../src/domain/model/userGroups/entities/UserGroupPermissions.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBA8FX;AA9FD,WAAY,mBAAmB;IAC7B,sCAAe,CAAA;IACf,sCAAe,CAAA;IACf,oCAAa,CAAA;IACb,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,wDAAiC,CAAA;IACjC,kEAA2C,CAAA;IAC3C,wDAAiC,CAAA;IACjC,kEAA2C,CAAA;IAC3C,oFAA6D,CAAA;IAC7D,oFAA6D,CAAA;IAC7D,8EAAuD,CAAA;IACvD,0DAAmC,CAAA;IACnC,kEAA2C,CAAA;IAC3C,8DAAuC,CAAA;IACvC,8DAAuC,CAAA;IACvC,0DAAmC,CAAA;IACnC,0DAAmC,CAAA;IACnC,wDAAiC,CAAA;IACjC,4DAAqC,CAAA;IACrC,sEAA+C,CAAA;IAC/C,4DAAqC,CAAA;IACrC,sEAA+C,CAAA;IAC/C,wFAAiE,CAAA;IACjE,wFAAiE,CAAA;IACjE,kFAA2D,CAAA;IAC3D,8DAAuC,CAAA;IACvC,sEAA+C,CAAA;IAC/C,kEAA2C,CAAA;IAC3C,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,oEAA6C,CAAA;IAC7C,wDAAiC,CAAA;IACjC,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,wDAAiC,CAAA;IACjC,wDAAiC,CAAA;IACjC,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,oEAA6C,CAAA;IAC7C,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,8DAAuC,CAAA;IACvC,4DAAqC,CAAA;IACrC,oEAA6C,CAAA;IAC7C,kEAA2C,CAAA;IAC3C,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,kEAA2C,CAAA;IAC3C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,oEAA6C,CAAA;IAC7C,8EAAuD,CAAA;IACvD,kGAA2E,CAAA;IAC3E,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,kDAA2B,CAAA;IAC3B,kDAA2B,CAAA;IAC3B,gDAAyB,CAAA;IACzB,oDAA6B,CAAA;IAC7B,oDAA6B,CAAA;IAC7B,wDAAiC,CAAA;IACjC,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,oDAA6B,CAAA;IAC7B,kDAA2B,CAAA;IAC3B,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,kEAA2C,CAAA;IAC3C,kEAA2C,CAAA;IAC3C,gEAAyC,CAAA;IACzC,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,sEAA+C,CAAA;IAC/C,0EAAmD,CAAA;IACnD,0EAAmD,CAAA;IACnD,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,wDAAiC,CAAA;IACjC,wDAAiC,CAAA;IACjC,wDAAiC,CAAA;IACjC,8EAAuD,CAAA;AACzD,CAAC,EA9FW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA8F9B"}
@@ -14,7 +14,7 @@ const class_validator_1 = require("class-validator");
14
14
  class CreatePaylinkHookBaseDto {
15
15
  }
16
16
  __decorate([
17
- (0, class_validator_1.IsString)(),
17
+ (0, class_validator_1.IsUrl)(),
18
18
  (0, class_validator_1.IsNotEmpty)(),
19
19
  __metadata("design:type", String)
20
20
  ], CreatePaylinkHookBaseDto.prototype, "targetUrl", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"createPaylinkHookBase.dto.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/webhook/paylink/base-paylink-hook/createPaylinkHookBase.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,wBAAwB;CAIpC;AAHC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACK;AAHpB,4DAIC"}
1
+ {"version":3,"file":"createPaylinkHookBase.dto.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/webhook/paylink/base-paylink-hook/createPaylinkHookBase.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoD;AAEpD,MAAa,wBAAwB;CAIpC;AAHC;IAAC,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;;2DACK;AAHpB,4DAIC"}
@@ -21,8 +21,6 @@ __decorate([
21
21
  __metadata("design:type", String)
22
22
  ], CreatePaylinkHookDto.prototype, "name", void 0);
23
23
  __decorate([
24
- (0, class_validator_1.IsBase64)(),
25
- (0, class_validator_1.MinLength)(64),
26
24
  (0, class_validator_1.IsString)(),
27
25
  (0, class_validator_1.IsNotEmpty)(),
28
26
  __metadata("design:type", String)
@@ -1 +1 @@
1
- {"version":3,"file":"createPaylinkHook.dto.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/dtos/createPaylinkHook.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,+DAAmE;AAEnE,MAAa,oBAAqB,SAAQ,4CAAwB;CAejE;AAdC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,2BAAS,EAAC,EAAE,CAAC;IACb,IAAA,4BAAU,GAAE;;kDACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,2BAAS,EAAC,EAAE,CAAC;IACb,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACO;AAEpB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACM;AAdrB,oDAeC"}
1
+ {"version":3,"file":"createPaylinkHook.dto.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/dtos/createPaylinkHook.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,+DAAmE;AAEnE,MAAa,oBAAqB,SAAQ,4CAAwB;CAajE;AAZC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,2BAAS,EAAC,EAAE,CAAC;IACb,IAAA,4BAAU,GAAE;;kDACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACO;AAEpB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACM;AAZrB,oDAaC"}
@@ -25,8 +25,6 @@ __decorate([
25
25
  __metadata("design:type", String)
26
26
  ], UpdatePaylinkHookDto.prototype, "name", void 0);
27
27
  __decorate([
28
- (0, class_validator_1.IsBase64)(),
29
- (0, class_validator_1.MinLength)(64),
30
28
  (0, class_validator_1.IsString)(),
31
29
  (0, class_validator_1.IsOptional)(),
32
30
  __metadata("design:type", String)
@@ -1 +1 @@
1
- {"version":3,"file":"updatePaylinkHook.dto.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/dtos/updatePaylinkHook.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AAEzB,MAAa,oBAAoB;CAuBhC;AAtBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACM;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,2BAAS,EAAC,EAAE,CAAC;IACb,IAAA,4BAAU,GAAE;;kDACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,2BAAS,EAAC,EAAE,CAAC;IACb,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACQ;AAErB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACM;AAEnB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACM;AAtBrB,oDAuBC"}
1
+ {"version":3,"file":"updatePaylinkHook.dto.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/dtos/updatePaylinkHook.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AAEzB,MAAa,oBAAoB;CAqBhC;AApBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACM;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,2BAAS,EAAC,EAAE,CAAC;IACb,IAAA,4BAAU,GAAE;;kDACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACQ;AAErB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACM;AAEnB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACM;AApBrB,oDAqBC"}
@@ -0,0 +1,4 @@
1
+ import { Entity } from '../../../../entity';
2
+ export declare class HookSecret extends Entity {
3
+ sharedToken: string;
4
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.HookSecret = void 0;
4
+ const entity_1 = require("../../../../entity");
5
+ class HookSecret extends entity_1.Entity {
6
+ }
7
+ exports.HookSecret = HookSecret;
8
+ //# sourceMappingURL=HookSecret.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HookSecret.entity.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.ts"],"names":[],"mappings":";;;AAAA,+CAA4C;AAE5C,MAAa,UAAW,SAAQ,eAAM;CAErC;AAFD,gCAEC"}
@@ -0,0 +1,4 @@
1
+ import { Entity } from '../../../../entity';
2
+ export declare class HookSharedToken extends Entity {
3
+ signedSharedToken: string;
4
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.HookSharedToken = void 0;
4
+ const entity_1 = require("../../../../entity");
5
+ class HookSharedToken extends entity_1.Entity {
6
+ }
7
+ exports.HookSharedToken = HookSharedToken;
8
+ //# sourceMappingURL=HookSharedToken.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HookSharedToken.entity.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/entities/HookSharedToken.entity.ts"],"names":[],"mappings":";;;AAAA,+CAA4C;AAE5C,MAAa,eAAgB,SAAQ,eAAM;CAE1C;AAFD,0CAEC"}
@@ -1,7 +1,9 @@
1
1
  import { BasePaylinkHookEntity } from '../../base-paylink-hook/BasePaylinkHook.entity';
2
+ import { PaylinkHookEvent } from './PaylinkHookEvent.entity';
2
3
  export declare class PaylinkHook extends BasePaylinkHookEntity {
3
4
  name: string;
4
5
  inactive: boolean;
5
6
  createdAt: string;
6
7
  isGlobal: boolean;
8
+ events: PaylinkHookEvent[];
7
9
  }
@@ -1 +1 @@
1
- {"version":3,"file":"PaylinkHook.entity.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/entities/PaylinkHook.entity.ts"],"names":[],"mappings":";;;AAAA,2FAAuF;AAEvF,MAAa,WAAY,SAAQ,8CAAqB;CAQrD;AARD,kCAQC"}
1
+ {"version":3,"file":"PaylinkHook.entity.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/entities/PaylinkHook.entity.ts"],"names":[],"mappings":";;;AAAA,2FAAuF;AAGvF,MAAa,WAAY,SAAQ,8CAAqB;CAUrD;AAVD,kCAUC"}
@@ -1,3 +1,4 @@
1
1
  export * from './PaylinkHook.entity';
2
2
  export * from './PaylinkHookEvent.entity';
3
3
  export * from './PaylinkHookPayload.entity';
4
+ export * from './HookSharedToken.entity';
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./PaylinkHook.entity"), exports);
18
18
  __exportStar(require("./PaylinkHookEvent.entity"), exports);
19
19
  __exportStar(require("./PaylinkHookPayload.entity"), exports);
20
+ __exportStar(require("./HookSharedToken.entity"), exports);
20
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,4DAA0C;AAC1C,8DAA4C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,4DAA0C;AAC1C,8DAA4C;AAC5C,2DAAyC"}
@@ -20,7 +20,7 @@ __decorate([
20
20
  __metadata("design:type", String)
21
21
  ], GetAllPaylinkHooksQueryDto.prototype, "withInactive", void 0);
22
22
  __decorate([
23
- (0, class_validator_1.IsString)(),
23
+ (0, class_validator_1.IsMongoId)(),
24
24
  (0, class_validator_1.IsOptional)(),
25
25
  __metadata("design:type", String)
26
26
  ], GetAllPaylinkHooksQueryDto.prototype, "paylinkId", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"getAllQuery.dto.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/query/getAllQuery.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwE;AACxE,+CAAkD;AAElD,MAAa,0BAA2B,SAAQ,qBAAY;CAQ3D;AAPC;IAAC,IAAA,iCAAe,GAAE;IACjB,IAAA,4BAAU,GAAE;;gEACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACM;AAPrB,gEAQC"}
1
+ {"version":3,"file":"getAllQuery.dto.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/query/getAllQuery.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AACzE,+CAAkD;AAElD,MAAa,0BAA2B,SAAQ,qBAAY;CAQ3D;AAPC;IAAC,IAAA,iCAAe,GAAE;IACjB,IAAA,4BAAU,GAAE;;gEACS;AAEtB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACM;AAPrB,gEAQC"}
@@ -0,0 +1,10 @@
1
+ import { PaylinkHookEvent } from '../../paylink-hook/entities';
2
+ import { PaylinkHookEventStatus } from './PaylinkHookEventStatus.entity';
3
+ export declare class BasePaylinkHookEvents {
4
+ id: string;
5
+ company: string;
6
+ event: PaylinkHookEvent;
7
+ status: PaylinkHookEventStatus;
8
+ attempsLeft: number;
9
+ updatedAt: string;
10
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BasePaylinkHookEvents = void 0;
4
+ class BasePaylinkHookEvents {
5
+ }
6
+ exports.BasePaylinkHookEvents = BasePaylinkHookEvents;
7
+ //# sourceMappingURL=BasePaylinkHookEvents.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BasePaylinkHookEvents.entity.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook-event/entities/BasePaylinkHookEvents.entity.ts"],"names":[],"mappings":";;;AAGA,MAAa,qBAAqB;CAYjC;AAZD,sDAYC"}
@@ -0,0 +1,5 @@
1
+ import { BasePaylinkHookEvents } from './BasePaylinkHookEvents.entity';
2
+ export declare class PaylinkHookEvents extends BasePaylinkHookEvents {
3
+ paylinkHook: string;
4
+ paylink: string;
5
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PaylinkHookEvents = void 0;
4
+ const BasePaylinkHookEvents_entity_1 = require("./BasePaylinkHookEvents.entity");
5
+ class PaylinkHookEvents extends BasePaylinkHookEvents_entity_1.BasePaylinkHookEvents {
6
+ }
7
+ exports.PaylinkHookEvents = PaylinkHookEvents;
8
+ //# sourceMappingURL=PaylinkHookEvents.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaylinkHookEvents.entity.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook-event/entities/PaylinkHookEvents.entity.ts"],"names":[],"mappings":";;;AAAA,iFAAuE;AAEvE,MAAa,iBAAkB,SAAQ,oDAAqB;CAI3D;AAJD,8CAIC"}
@@ -0,0 +1,7 @@
1
+ import { BasePaylink } from '../../../../paylink';
2
+ import { PaylinkHook } from '../../paylink-hook/entities';
3
+ import { BasePaylinkHookEvents } from './BasePaylinkHookEvents.entity';
4
+ export declare class PaylinkHookEventsEnriched extends BasePaylinkHookEvents {
5
+ paylinkHook: PaylinkHook;
6
+ paylink: BasePaylink;
7
+ }