@infrab4a/connect 5.3.0-beta.0 → 5.3.1-beta.1

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 (576) hide show
  1. package/index.cjs.js +8663 -8663
  2. package/index.d.ts +1 -1
  3. package/index.esm.js +8663 -8663
  4. package/package.json +2 -2
  5. package/src/domain/catalog/helpers/index.d.ts +1 -1
  6. package/src/domain/catalog/helpers/round-product-price.helper.d.ts +4 -4
  7. package/src/domain/catalog/index.d.ts +3 -3
  8. package/src/domain/catalog/models/category-collection-children.d.ts +13 -13
  9. package/src/domain/catalog/models/category-filter.d.ts +13 -13
  10. package/src/domain/catalog/models/category-product.d.ts +8 -8
  11. package/src/domain/catalog/models/category.d.ts +52 -52
  12. package/src/domain/catalog/models/enums/brand-equity-options.enum.d.ts +7 -7
  13. package/src/domain/catalog/models/enums/index.d.ts +5 -5
  14. package/src/domain/catalog/models/enums/product-genders.enum.d.ts +5 -5
  15. package/src/domain/catalog/models/enums/product-label.enum.d.ts +6 -6
  16. package/src/domain/catalog/models/enums/shops.enum.d.ts +6 -6
  17. package/src/domain/catalog/models/enums/wishlist-log.enum.d.ts +7 -7
  18. package/src/domain/catalog/models/filter-option.d.ts +9 -9
  19. package/src/domain/catalog/models/filter.d.ts +15 -15
  20. package/src/domain/catalog/models/group.d.ts +6 -6
  21. package/src/domain/catalog/models/index.d.ts +16 -16
  22. package/src/domain/catalog/models/kit-product.d.ts +13 -13
  23. package/src/domain/catalog/models/product-base.d.ts +48 -48
  24. package/src/domain/catalog/models/product-errors.d.ts +16 -16
  25. package/src/domain/catalog/models/product-review.d.ts +20 -20
  26. package/src/domain/catalog/models/product-stock-notification.d.ts +12 -12
  27. package/src/domain/catalog/models/product.d.ts +6 -6
  28. package/src/domain/catalog/models/types/brand-equity-option.type.d.ts +2 -2
  29. package/src/domain/catalog/models/types/category-condition.type.d.ts +4 -4
  30. package/src/domain/catalog/models/types/category-images.type.d.ts +8 -8
  31. package/src/domain/catalog/models/types/category-metadata.type.d.ts +6 -6
  32. package/src/domain/catalog/models/types/category-most-relevant.type.d.ts +4 -4
  33. package/src/domain/catalog/models/types/category-product.d.ts +4 -4
  34. package/src/domain/catalog/models/types/index.d.ts +15 -15
  35. package/src/domain/catalog/models/types/product-evaluation.type.d.ts +6 -6
  36. package/src/domain/catalog/models/types/product-gender.type.d.ts +1 -1
  37. package/src/domain/catalog/models/types/product-label.type.d.ts +2 -2
  38. package/src/domain/catalog/models/types/product-metadata.type.d.ts +4 -4
  39. package/src/domain/catalog/models/types/product-variant-report.type.d.ts +46 -46
  40. package/src/domain/catalog/models/types/report-stock-notification.type.d.ts +21 -21
  41. package/src/domain/catalog/models/types/shop-description.type.d.ts +9 -9
  42. package/src/domain/catalog/models/types/shop-price.type.d.ts +7 -7
  43. package/src/domain/catalog/models/types/stock.type.d.ts +3 -3
  44. package/src/domain/catalog/models/types/variant-grade.type.d.ts +4 -4
  45. package/src/domain/catalog/models/variant.d.ts +8 -8
  46. package/src/domain/catalog/models/wishlist.d.ts +11 -11
  47. package/src/domain/catalog/repositories/category-collection-children.repository.d.ts +4 -4
  48. package/src/domain/catalog/repositories/category-filter.repository.d.ts +7 -7
  49. package/src/domain/catalog/repositories/category-product.repository.d.ts +11 -11
  50. package/src/domain/catalog/repositories/category.repository.d.ts +42 -42
  51. package/src/domain/catalog/repositories/filter-option.repository.d.ts +4 -4
  52. package/src/domain/catalog/repositories/filter.repository.d.ts +4 -4
  53. package/src/domain/catalog/repositories/group.repository.d.ts +4 -4
  54. package/src/domain/catalog/repositories/index.d.ts +14 -14
  55. package/src/domain/catalog/repositories/product-errors.repository.d.ts +4 -4
  56. package/src/domain/catalog/repositories/product-reviews.repository.d.ts +7 -7
  57. package/src/domain/catalog/repositories/product-stock-notification.repository.d.ts +20 -20
  58. package/src/domain/catalog/repositories/product.repository.d.ts +37 -37
  59. package/src/domain/catalog/repositories/subscription-product.repository.d.ts +4 -4
  60. package/src/domain/catalog/repositories/variant.repository.d.ts +4 -4
  61. package/src/domain/catalog/repositories/wishlist.repository.d.ts +11 -11
  62. package/src/domain/general/cacheadapter.d.ts +11 -11
  63. package/src/domain/general/index.d.ts +5 -5
  64. package/src/domain/general/models/index.d.ts +2 -2
  65. package/src/domain/general/models/log-document.d.ts +15 -15
  66. package/src/domain/general/models/sequences.d.ts +9 -9
  67. package/src/domain/general/repositories/index.d.ts +2 -2
  68. package/src/domain/general/repositories/log.repository.d.ts +4 -4
  69. package/src/domain/general/repositories/sequences.repository.d.ts +4 -4
  70. package/src/domain/general/search/index.d.ts +1 -1
  71. package/src/domain/general/search/product-search-index.d.ts +3 -3
  72. package/src/domain/general/storage/file-uploader.service.d.ts +3 -3
  73. package/src/domain/general/storage/index.d.ts +1 -1
  74. package/src/domain/generic/index.d.ts +2 -2
  75. package/src/domain/generic/model/base.model.d.ts +14 -14
  76. package/src/domain/generic/model/identifier-fields.d.ts +4 -4
  77. package/src/domain/generic/model/index.d.ts +3 -3
  78. package/src/domain/generic/model/types/base-model-builder.type.d.ts +17 -17
  79. package/src/domain/generic/model/types/identifier-model.type.d.ts +8 -8
  80. package/src/domain/generic/model/types/index.d.ts +5 -5
  81. package/src/domain/generic/model/types/model-base-structure.type.d.ts +12 -12
  82. package/src/domain/generic/model/types/non-function-properties.type.d.ts +12 -12
  83. package/src/domain/generic/model/types/non-function-property-name.type.d.ts +13 -13
  84. package/src/domain/generic/repository/create.repository.d.ts +8 -8
  85. package/src/domain/generic/repository/crud.repository.d.ts +19 -19
  86. package/src/domain/generic/repository/delete.repository.d.ts +7 -7
  87. package/src/domain/generic/repository/enums/index.d.ts +2 -2
  88. package/src/domain/generic/repository/enums/update-option-actions.enum.d.ts +7 -7
  89. package/src/domain/generic/repository/enums/where.enum.d.ts +15 -15
  90. package/src/domain/generic/repository/find.repository.d.ts +19 -19
  91. package/src/domain/generic/repository/get.repository.d.ts +8 -8
  92. package/src/domain/generic/repository/index.d.ts +9 -9
  93. package/src/domain/generic/repository/read.repository.d.ts +14 -14
  94. package/src/domain/generic/repository/types/index.d.ts +7 -7
  95. package/src/domain/generic/repository/types/repository-cache-options.type.d.ts +9 -9
  96. package/src/domain/generic/repository/types/repository-find-filters.type.d.ts +15 -15
  97. package/src/domain/generic/repository/types/repository-find-result.type.d.ts +14 -14
  98. package/src/domain/generic/repository/types/repository-limit-options.type.d.ts +4 -4
  99. package/src/domain/generic/repository/types/repository-order-by-list.type.d.ts +5 -5
  100. package/src/domain/generic/repository/types/repository-update-params.type.d.ts +11 -11
  101. package/src/domain/generic/repository/types/where-options.type.d.ts +2 -2
  102. package/src/domain/generic/repository/update.repository.d.ts +6 -6
  103. package/src/domain/index.d.ts +7 -7
  104. package/src/domain/location/index.d.ts +1 -1
  105. package/src/domain/location/models/address.d.ts +24 -24
  106. package/src/domain/location/models/index.d.ts +2 -2
  107. package/src/domain/location/models/types/index.d.ts +3 -3
  108. package/src/domain/location/models/types/location-bound.type.d.ts +6 -6
  109. package/src/domain/location/models/types/location-geometry.type.d.ts +7 -7
  110. package/src/domain/location/models/types/location-lat-lng.type.d.ts +4 -4
  111. package/src/domain/shop-settings/enums/filter-type.enum.d.ts +19 -19
  112. package/src/domain/shop-settings/enums/index.d.ts +3 -3
  113. package/src/domain/shop-settings/enums/questions-filters.enum.d.ts +19 -19
  114. package/src/domain/shop-settings/enums/shop-page-name.enum.d.ts +19 -19
  115. package/src/domain/shop-settings/helpers/beauty-questions.helper.d.ts +9 -9
  116. package/src/domain/shop-settings/helpers/index.d.ts +1 -1
  117. package/src/domain/shop-settings/index.d.ts +4 -4
  118. package/src/domain/shop-settings/models/campaign-banner.d.ts +11 -11
  119. package/src/domain/shop-settings/models/campaign.d.ts +10 -10
  120. package/src/domain/shop-settings/models/home.d.ts +19 -19
  121. package/src/domain/shop-settings/models/index.d.ts +6 -6
  122. package/src/domain/shop-settings/models/shop-menu.d.ts +9 -9
  123. package/src/domain/shop-settings/models/shop-settings.d.ts +15 -15
  124. package/src/domain/shop-settings/models/types/banner.type.d.ts +6 -6
  125. package/src/domain/shop-settings/models/types/benefit.type.d.ts +5 -5
  126. package/src/domain/shop-settings/models/types/brands-carousel.type.d.ts +3 -3
  127. package/src/domain/shop-settings/models/types/campaign-page.d.ts +17 -17
  128. package/src/domain/shop-settings/models/types/home-data.type.d.ts +15 -15
  129. package/src/domain/shop-settings/models/types/index.d.ts +18 -18
  130. package/src/domain/shop-settings/models/types/landing-page.d.ts +8 -8
  131. package/src/domain/shop-settings/models/types/menu-nav.type.d.ts +9 -9
  132. package/src/domain/shop-settings/models/types/promotion-page.d.ts +10 -10
  133. package/src/domain/shop-settings/models/types/sections.type.d.ts +37 -37
  134. package/src/domain/shop-settings/models/types/shop-banner.type.d.ts +13 -13
  135. package/src/domain/shop-settings/models/types/shop-brands.type.d.ts +10 -10
  136. package/src/domain/shop-settings/models/types/shop-carousel.type.d.ts +4 -4
  137. package/src/domain/shop-settings/models/types/shop-collection.type.d.ts +9 -9
  138. package/src/domain/shop-settings/models/types/shop-gift.type.d.ts +8 -8
  139. package/src/domain/shop-settings/models/types/shop-home.d.ts +12 -12
  140. package/src/domain/shop-settings/models/types/shop-post.type.d.ts +7 -7
  141. package/src/domain/shop-settings/models/types/shop-sameday-not-available.d.ts +6 -6
  142. package/src/domain/shop-settings/models/types/shop-section.type.d.ts +12 -12
  143. package/src/domain/shop-settings/models/types/sub-menu.type.d.ts +8 -8
  144. package/src/domain/shop-settings/repositories/campaign-banner.repository.d.ts +4 -4
  145. package/src/domain/shop-settings/repositories/campaign.repository.d.ts +4 -4
  146. package/src/domain/shop-settings/repositories/home.repository.d.ts +4 -4
  147. package/src/domain/shop-settings/repositories/index.d.ts +5 -5
  148. package/src/domain/shop-settings/repositories/shop-menu.repository.d.ts +4 -4
  149. package/src/domain/shop-settings/repositories/shop-settings.repository.d.ts +4 -4
  150. package/src/domain/shopping/enums/antifraud-providers.enum.d.ts +6 -6
  151. package/src/domain/shopping/enums/business-unit.enum.d.ts +4 -4
  152. package/src/domain/shopping/enums/index.d.ts +6 -6
  153. package/src/domain/shopping/enums/order-blocked.enum.d.ts +5 -5
  154. package/src/domain/shopping/enums/pagarme-payment-status.enum.d.ts +10 -10
  155. package/src/domain/shopping/enums/payment-methods.enum.d.ts +6 -6
  156. package/src/domain/shopping/enums/payment-providers.enum.d.ts +5 -5
  157. package/src/domain/shopping/factories/adyen-payment-method.factory.d.ts +9 -9
  158. package/src/domain/shopping/factories/antifraud-provider.factory.d.ts +15 -15
  159. package/src/domain/shopping/factories/base-payment-method.factory.d.ts +7 -7
  160. package/src/domain/shopping/factories/glampoints-payment-method.factory.d.ts +8 -8
  161. package/src/domain/shopping/factories/index.d.ts +5 -5
  162. package/src/domain/shopping/factories/pagarme-payment-method.factory.d.ts +11 -11
  163. package/src/domain/shopping/factories/payment-provider.factory.d.ts +15 -15
  164. package/src/domain/shopping/index.d.ts +7 -7
  165. package/src/domain/shopping/interfaces/antifraud-method-factory.interface.d.ts +11 -11
  166. package/src/domain/shopping/interfaces/antifraud-provider.interface.d.ts +5 -5
  167. package/src/domain/shopping/interfaces/index.d.ts +7 -7
  168. package/src/domain/shopping/interfaces/payment-method-factory.interface.d.ts +14 -14
  169. package/src/domain/shopping/interfaces/payment-provider-bank-slip.interface.d.ts +7 -7
  170. package/src/domain/shopping/interfaces/payment-provider-card.interface.d.ts +13 -13
  171. package/src/domain/shopping/interfaces/payment-provider-glampoints.interface.d.ts +9 -9
  172. package/src/domain/shopping/interfaces/payment-provider-pix.interface.d.ts +5 -5
  173. package/src/domain/shopping/models/buy-2-win.d.ts +20 -20
  174. package/src/domain/shopping/models/campaign-dashboard.d.ts +15 -15
  175. package/src/domain/shopping/models/campaign-hashtag.d.ts +18 -18
  176. package/src/domain/shopping/models/checkout.d.ts +28 -26
  177. package/src/domain/shopping/models/coupons/coupon.d.ts +67 -67
  178. package/src/domain/shopping/models/coupons/enums/coupon-category.enum.d.ts +41 -41
  179. package/src/domain/shopping/models/coupons/enums/coupon-channels.enum.d.ts +10 -10
  180. package/src/domain/shopping/models/coupons/enums/coupon-club-mens.enum.d.ts +5 -5
  181. package/src/domain/shopping/models/coupons/enums/coupon-subtypes.enum.d.ts +4 -4
  182. package/src/domain/shopping/models/coupons/enums/coupon-types.enum.d.ts +5 -5
  183. package/src/domain/shopping/models/coupons/enums/exclusivities.enum.d.ts +8 -8
  184. package/src/domain/shopping/models/coupons/enums/index.d.ts +5 -5
  185. package/src/domain/shopping/models/coupons/index.d.ts +2 -2
  186. package/src/domain/shopping/models/coupons/types/coupon-category.type.d.ts +2 -2
  187. package/src/domain/shopping/models/coupons/types/coupon-channel.type.d.ts +2 -2
  188. package/src/domain/shopping/models/coupons/types/index.d.ts +2 -2
  189. package/src/domain/shopping/models/enums/checkout-types.enum.d.ts +5 -5
  190. package/src/domain/shopping/models/enums/index.d.ts +2 -2
  191. package/src/domain/shopping/models/enums/order-status.enum.d.ts +10 -10
  192. package/src/domain/shopping/models/index.d.ts +14 -14
  193. package/src/domain/shopping/models/line-item.d.ts +10 -10
  194. package/src/domain/shopping/models/order-blocked.d.ts +24 -24
  195. package/src/domain/shopping/models/order.d.ts +14 -14
  196. package/src/domain/shopping/models/payment-transaction.d.ts +67 -67
  197. package/src/domain/shopping/models/payment.d.ts +15 -15
  198. package/src/domain/shopping/models/shipping-method.d.ts +21 -21
  199. package/src/domain/shopping/models/subscription/checkout.d.ts +21 -21
  200. package/src/domain/shopping/models/subscription/index.d.ts +2 -2
  201. package/src/domain/shopping/models/subscription/plan.d.ts +10 -10
  202. package/src/domain/shopping/models/types/index.d.ts +7 -7
  203. package/src/domain/shopping/models/types/payment-address.type.d.ts +12 -12
  204. package/src/domain/shopping/models/types/payment-billing.type.d.ts +7 -7
  205. package/src/domain/shopping/models/types/payment-card.type.d.ts +14 -14
  206. package/src/domain/shopping/models/types/payment-customer.type.d.ts +18 -18
  207. package/src/domain/shopping/models/types/payment-document.type.d.ts +6 -6
  208. package/src/domain/shopping/models/types/payment-item.type.d.ts +11 -11
  209. package/src/domain/shopping/models/types/payment-shipping.type.d.ts +10 -10
  210. package/src/domain/shopping/repositories/buy-2-win.repository.d.ts +4 -4
  211. package/src/domain/shopping/repositories/campaign-dashboard.repository.d.ts +4 -4
  212. package/src/domain/shopping/repositories/campaign-hashtag.repository.d.ts +4 -4
  213. package/src/domain/shopping/repositories/checkout.repository.d.ts +4 -4
  214. package/src/domain/shopping/repositories/coupon.repository.d.ts +4 -4
  215. package/src/domain/shopping/repositories/index.d.ts +10 -10
  216. package/src/domain/shopping/repositories/legacy-order.repository.d.ts +3 -3
  217. package/src/domain/shopping/repositories/order-blocked.repository.d.ts +14 -14
  218. package/src/domain/shopping/repositories/order.repository.d.ts +4 -4
  219. package/src/domain/shopping/repositories/payment.repository.d.ts +4 -4
  220. package/src/domain/shopping/repositories/subscription/checkout.repository.d.ts +4 -4
  221. package/src/domain/shopping/repositories/subscription/index.d.ts +2 -2
  222. package/src/domain/shopping/repositories/subscription/plan.repository.d.ts +4 -4
  223. package/src/domain/shopping/services/antifraud-bankslip.service.d.ts +9 -9
  224. package/src/domain/shopping/services/antifraud-card.service.d.ts +35 -35
  225. package/src/domain/shopping/services/antifraud-glampoints.service.d.ts +6 -6
  226. package/src/domain/shopping/services/antifraud-pix.service.d.ts +6 -6
  227. package/src/domain/shopping/services/glampoints-payment.service.d.ts +13 -13
  228. package/src/domain/shopping/services/index.d.ts +5 -5
  229. package/src/domain/shopping/types/adyen-card.type.d.ts +3 -3
  230. package/src/domain/shopping/types/adyen-credentials.type.d.ts +6 -6
  231. package/src/domain/shopping/types/antifraud-provider.type.d.ts +2 -2
  232. package/src/domain/shopping/types/base-card.type.d.ts +2 -2
  233. package/src/domain/shopping/types/card-info.type.d.ts +8 -8
  234. package/src/domain/shopping/types/checkout-paylod-request.type.d.ts +15 -15
  235. package/src/domain/shopping/types/checkout-response.type.d.ts +7 -7
  236. package/src/domain/shopping/types/checkout-stock-validation.type.d.ts +5 -5
  237. package/src/domain/shopping/types/glam-credentials.type.d.ts +6 -6
  238. package/src/domain/shopping/types/index.d.ts +16 -16
  239. package/src/domain/shopping/types/order-tracking-events.type.d.ts +14 -14
  240. package/src/domain/shopping/types/pagarme-card-manual-hash.type.d.ts +6 -6
  241. package/src/domain/shopping/types/pagarme-card.type.d.ts +16 -16
  242. package/src/domain/shopping/types/pagarme-credentials.type.d.ts +7 -7
  243. package/src/domain/shopping/types/payment-card-info.type.d.ts +7 -7
  244. package/src/domain/shopping/types/payment-method.type.d.ts +2 -2
  245. package/src/domain/shopping/types/payment-provider.type.d.ts +2 -2
  246. package/src/domain/shopping/types/shipping-method-response.type.d.ts +13 -13
  247. package/src/domain/shopping/types/shipping-product-request.type.d.ts +9 -9
  248. package/src/domain/users/errors/index.d.ts +3 -3
  249. package/src/domain/users/errors/unauthorized.error.d.ts +4 -4
  250. package/src/domain/users/errors/user-already-registered.error.d.ts +4 -4
  251. package/src/domain/users/errors/weak-password.error.d.ts +4 -4
  252. package/src/domain/users/index.d.ts +5 -5
  253. package/src/domain/users/models/beauty-profile.d.ts +11 -11
  254. package/src/domain/users/models/enums/accessory-importances.enum.d.ts +5 -5
  255. package/src/domain/users/models/enums/area.enum.d.ts +11 -11
  256. package/src/domain/users/models/enums/beard-problems.enum.d.ts +9 -9
  257. package/src/domain/users/models/enums/beard-sizes.enum.d.ts +7 -7
  258. package/src/domain/users/models/enums/beauty-product-importances.enum.d.ts +6 -6
  259. package/src/domain/users/models/enums/body-problems.enum.d.ts +11 -11
  260. package/src/domain/users/models/enums/body-shapes.enum.d.ts +7 -7
  261. package/src/domain/users/models/enums/body-tattoos.enum.d.ts +5 -5
  262. package/src/domain/users/models/enums/face-skin-oilinesses.enum.d.ts +7 -7
  263. package/src/domain/users/models/enums/face-skin-problems.enum.d.ts +10 -10
  264. package/src/domain/users/models/enums/face-skin-tones.enum.d.ts +8 -8
  265. package/src/domain/users/models/enums/family-incomes.enum.d.ts +8 -8
  266. package/src/domain/users/models/enums/fragrance-importances.enum.d.ts +5 -5
  267. package/src/domain/users/models/enums/hair-colors.enum.d.ts +10 -10
  268. package/src/domain/users/models/enums/hair-problems.enum.d.ts +10 -10
  269. package/src/domain/users/models/enums/hair-strands.enum.d.ts +8 -8
  270. package/src/domain/users/models/enums/hair-types.enum.d.ts +7 -7
  271. package/src/domain/users/models/enums/index.d.ts +21 -21
  272. package/src/domain/users/models/enums/office-position.enum.d.ts +6 -6
  273. package/src/domain/users/models/enums/person-types.enum.d.ts +5 -5
  274. package/src/domain/users/models/enums/product-spents.enum.d.ts +8 -8
  275. package/src/domain/users/models/enums/user-type.enum.d.ts +8 -8
  276. package/src/domain/users/models/index.d.ts +8 -8
  277. package/src/domain/users/models/lead.d.ts +8 -8
  278. package/src/domain/users/models/subscription/edition.d.ts +16 -16
  279. package/src/domain/users/models/subscription/enums/billing-status.enum.d.ts +3 -3
  280. package/src/domain/users/models/subscription/enums/edition-status.enum.d.ts +4 -4
  281. package/src/domain/users/models/subscription/enums/index.d.ts +5 -5
  282. package/src/domain/users/models/subscription/enums/payment-type.enum.d.ts +5 -5
  283. package/src/domain/users/models/subscription/enums/plans.enum.d.ts +6 -6
  284. package/src/domain/users/models/subscription/enums/status.enum.d.ts +4 -4
  285. package/src/domain/users/models/subscription/index.d.ts +7 -7
  286. package/src/domain/users/models/subscription/payment.d.ts +13 -13
  287. package/src/domain/users/models/subscription/subscription-materialization.d.ts +32 -32
  288. package/src/domain/users/models/subscription/subscription-summary.d.ts +15 -15
  289. package/src/domain/users/models/subscription/subscription.d.ts +29 -29
  290. package/src/domain/users/models/subscription/types/index.d.ts +1 -1
  291. package/src/domain/users/models/subscription/types/plan.type.d.ts +2 -2
  292. package/src/domain/users/models/types/index.d.ts +1 -1
  293. package/src/domain/users/models/types/person.type.d.ts +2 -2
  294. package/src/domain/users/models/user-address.d.ts +7 -7
  295. package/src/domain/users/models/user-payment-method.d.ts +14 -14
  296. package/src/domain/users/models/user.d.ts +28 -28
  297. package/src/domain/users/repositories/beauty-profile.repository.d.ts +4 -4
  298. package/src/domain/users/repositories/edition.repository.d.ts +4 -4
  299. package/src/domain/users/repositories/index.d.ts +10 -10
  300. package/src/domain/users/repositories/lead.repository.d.ts +4 -4
  301. package/src/domain/users/repositories/subscription-materialization.repository.d.ts +4 -4
  302. package/src/domain/users/repositories/subscription-payment.repository.d.ts +4 -4
  303. package/src/domain/users/repositories/subscription-summary.repository.d.ts +4 -4
  304. package/src/domain/users/repositories/subscription.repository.d.ts +4 -4
  305. package/src/domain/users/repositories/user-address.repository.d.ts +4 -4
  306. package/src/domain/users/repositories/user-payment-method.repository.d.ts +4 -4
  307. package/src/domain/users/repositories/user.repository.d.ts +6 -6
  308. package/src/domain/users/services/authentication.service.d.ts +12 -12
  309. package/src/domain/users/services/index.d.ts +3 -3
  310. package/src/domain/users/services/register.service.d.ts +7 -7
  311. package/src/domain/users/services/types/basic-user-data.type.d.ts +4 -4
  312. package/src/domain/users/services/types/index.d.ts +1 -1
  313. package/src/domain/users/use-cases/authentication.d.ts +21 -21
  314. package/src/domain/users/use-cases/index.d.ts +5 -5
  315. package/src/domain/users/use-cases/recovery-password.d.ts +6 -6
  316. package/src/domain/users/use-cases/register.d.ts +13 -13
  317. package/src/domain/users/use-cases/signout.d.ts +6 -6
  318. package/src/domain/users/use-cases/update-user-image.d.ts +9 -9
  319. package/src/errors/business.error.d.ts +7 -7
  320. package/src/errors/duplicated-results.error.d.ts +4 -4
  321. package/src/errors/fraud-validation.error.d.ts +7 -7
  322. package/src/errors/index.d.ts +10 -10
  323. package/src/errors/invalid-argument.error.d.ts +4 -4
  324. package/src/errors/not-found.error.d.ts +4 -4
  325. package/src/errors/payment.error.d.ts +7 -7
  326. package/src/errors/required-argument.error.d.ts +6 -6
  327. package/src/errors/stock-limit.error.d.ts +5 -5
  328. package/src/errors/stock-out.error.d.ts +5 -5
  329. package/src/errors/types/checkout-additional-data-erro.type.d.ts +6 -6
  330. package/src/errors/types/index.d.ts +2 -2
  331. package/src/errors/types/pagarme-erros.type.d.ts +9 -9
  332. package/src/index.d.ts +5 -5
  333. package/src/infra/adyen/adapters/adyen-card-payment-axios.adapter.d.ts +19 -19
  334. package/src/infra/adyen/adapters/index.d.ts +1 -1
  335. package/src/infra/adyen/helpers/adyen-blocked-order.helper.d.ts +13 -13
  336. package/src/infra/adyen/helpers/adyen-payment-factory.helper.d.ts +6 -6
  337. package/src/infra/adyen/helpers/adyen-payment-operations.helper.d.ts +31 -31
  338. package/src/infra/adyen/helpers/index.d.ts +3 -3
  339. package/src/infra/adyen/index.d.ts +1 -1
  340. package/src/infra/cache/index.d.ts +1 -1
  341. package/src/infra/cache/restcache.adapter.d.ts +15 -15
  342. package/src/infra/elasticsearch/adapters/axios.adapter.d.ts +17 -17
  343. package/src/infra/elasticsearch/adapters/elastic-search.adapter.d.ts +8 -8
  344. package/src/infra/elasticsearch/adapters/index.d.ts +2 -2
  345. package/src/infra/elasticsearch/helpers/elasticsearch-fields.helper.d.ts +8 -8
  346. package/src/infra/elasticsearch/helpers/elasticsearch-query-builder.helper.d.ts +16 -16
  347. package/src/infra/elasticsearch/helpers/elasticsearch-result-processor.helper.d.ts +8 -8
  348. package/src/infra/elasticsearch/helpers/elasticsearch-search-operations.helper.d.ts +11 -11
  349. package/src/infra/elasticsearch/helpers/index.d.ts +4 -4
  350. package/src/infra/elasticsearch/index.d.ts +3 -3
  351. package/src/infra/elasticsearch/indexes/index.d.ts +1 -1
  352. package/src/infra/elasticsearch/indexes/products-index.d.ts +13 -13
  353. package/src/infra/elasticsearch/types/elastic-search-result.d.ts +9 -9
  354. package/src/infra/elasticsearch/types/index.d.ts +1 -1
  355. package/src/infra/firebase/auth/authentication-firebase-auth.service.d.ts +12 -12
  356. package/src/infra/firebase/auth/index.d.ts +2 -2
  357. package/src/infra/firebase/auth/register-firebase-auth.service.d.ts +8 -8
  358. package/src/infra/firebase/auth/types/firebase-user-with-id.type.d.ts +5 -5
  359. package/src/infra/firebase/auth/types/index.d.ts +1 -1
  360. package/src/infra/firebase/firestore/enums/firestore-field-type.enum.d.ts +8 -8
  361. package/src/infra/firebase/firestore/enums/index.d.ts +1 -1
  362. package/src/infra/firebase/firestore/index.d.ts +5 -5
  363. package/src/infra/firebase/firestore/mixins/helpers/cache-key-generator.helper.d.ts +9 -9
  364. package/src/infra/firebase/firestore/mixins/helpers/firestore-cache.helper.d.ts +41 -41
  365. package/src/infra/firebase/firestore/mixins/helpers/firestore-data-converter.helper.d.ts +7 -7
  366. package/src/infra/firebase/firestore/mixins/helpers/firestore-model-converter.helper.d.ts +14 -14
  367. package/src/infra/firebase/firestore/mixins/helpers/firestore-operations.helper.d.ts +24 -24
  368. package/src/infra/firebase/firestore/mixins/helpers/firestore-query-builder.helper.d.ts +37 -37
  369. package/src/infra/firebase/firestore/mixins/helpers/index.d.ts +4 -4
  370. package/src/infra/firebase/firestore/mixins/index.d.ts +9 -9
  371. package/src/infra/firebase/firestore/mixins/with-create-firestore.mixin.d.ts +4 -4
  372. package/src/infra/firebase/firestore/mixins/with-crud-firestore.mixin.d.ts +5 -5
  373. package/src/infra/firebase/firestore/mixins/with-delete-firestore.mixin.d.ts +4 -4
  374. package/src/infra/firebase/firestore/mixins/with-find-firestore.mixin.d.ts +4 -4
  375. package/src/infra/firebase/firestore/mixins/with-firestore.mixin.d.ts +14 -14
  376. package/src/infra/firebase/firestore/mixins/with-get-firestore.mixin.d.ts +4 -4
  377. package/src/infra/firebase/firestore/mixins/with-helpers.mixin.d.ts +11 -11
  378. package/src/infra/firebase/firestore/mixins/with-sub-collection.mixin.d.ts +11 -11
  379. package/src/infra/firebase/firestore/mixins/with-update-firestore.mixin.d.ts +7 -7
  380. package/src/infra/firebase/firestore/repositories/catalog/category-firestore.repository.d.ts +32 -32
  381. package/src/infra/firebase/firestore/repositories/catalog/group-firestore.repository.d.ts +7 -7
  382. package/src/infra/firebase/firestore/repositories/catalog/index.d.ts +5 -5
  383. package/src/infra/firebase/firestore/repositories/catalog/product-firestore.repository.d.ts +15 -15
  384. package/src/infra/firebase/firestore/repositories/catalog/product-variant-firestore.repository.d.ts +12 -12
  385. package/src/infra/firebase/firestore/repositories/catalog/subscription-product-firestore.repository.d.ts +7 -7
  386. package/src/infra/firebase/firestore/repositories/general/index.d.ts +2 -2
  387. package/src/infra/firebase/firestore/repositories/general/log-firestore.repository.d.ts +7 -7
  388. package/src/infra/firebase/firestore/repositories/general/sequences-firestore.repository.d.ts +7 -7
  389. package/src/infra/firebase/firestore/repositories/index.d.ts +5 -5
  390. package/src/infra/firebase/firestore/repositories/shop-settings/home-firestore.repository.d.ts +16 -16
  391. package/src/infra/firebase/firestore/repositories/shop-settings/index.d.ts +3 -3
  392. package/src/infra/firebase/firestore/repositories/shop-settings/shop-menu-firestore.repository.d.ts +7 -7
  393. package/src/infra/firebase/firestore/repositories/shop-settings/shop-settings-firestore.repository.d.ts +7 -7
  394. package/src/infra/firebase/firestore/repositories/shopping/buy-2-win-firestore.repository.d.ts +7 -7
  395. package/src/infra/firebase/firestore/repositories/shopping/campaign-dashboard-firestore.repository.d.ts +8 -8
  396. package/src/infra/firebase/firestore/repositories/shopping/campaign-hashtag-firestore.repository.d.ts +8 -8
  397. package/src/infra/firebase/firestore/repositories/shopping/checkout-firestore.repository.d.ts +7 -7
  398. package/src/infra/firebase/firestore/repositories/shopping/checkout-subscription-firestore.repository.d.ts +7 -7
  399. package/src/infra/firebase/firestore/repositories/shopping/coupon-firestore.repository.d.ts +12 -12
  400. package/src/infra/firebase/firestore/repositories/shopping/index.d.ts +11 -11
  401. package/src/infra/firebase/firestore/repositories/shopping/legacy-order-firestore.repository.d.ts +6 -6
  402. package/src/infra/firebase/firestore/repositories/shopping/order-blocked-firestore.repository.d.ts +16 -16
  403. package/src/infra/firebase/firestore/repositories/shopping/order-firestore.repository.d.ts +13 -13
  404. package/src/infra/firebase/firestore/repositories/shopping/payment-firestore.repository.d.ts +7 -7
  405. package/src/infra/firebase/firestore/repositories/shopping/subscription-plan-firestore.repository.d.ts +7 -7
  406. package/src/infra/firebase/firestore/repositories/users/index.d.ts +10 -10
  407. package/src/infra/firebase/firestore/repositories/users/lead-firestore.repository.d.ts +7 -7
  408. package/src/infra/firebase/firestore/repositories/users/subscription-edition-firestore.repository.d.ts +12 -12
  409. package/src/infra/firebase/firestore/repositories/users/subscription-firestore.repository.d.ts +7 -7
  410. package/src/infra/firebase/firestore/repositories/users/subscription-materialization-firestore.repository.d.ts +7 -7
  411. package/src/infra/firebase/firestore/repositories/users/subscription-payment-firestore.repository.d.ts +12 -12
  412. package/src/infra/firebase/firestore/repositories/users/subscription-summary-firestore.repository.d.ts +7 -7
  413. package/src/infra/firebase/firestore/repositories/users/user-address-firestore.repository.d.ts +12 -12
  414. package/src/infra/firebase/firestore/repositories/users/user-beauty-profile-firestore.repository.d.ts +12 -12
  415. package/src/infra/firebase/firestore/repositories/users/user-firestore.repository.d.ts +17 -17
  416. package/src/infra/firebase/firestore/repositories/users/user-payment-method-firestore.repository.d.ts +12 -12
  417. package/src/infra/firebase/firestore/services/connect-collection-reference.d.ts +21 -21
  418. package/src/infra/firebase/firestore/services/connect-collection.service.d.ts +32 -32
  419. package/src/infra/firebase/firestore/services/connect-document-reference.d.ts +12 -12
  420. package/src/infra/firebase/firestore/services/connect-document.service.d.ts +17 -17
  421. package/src/infra/firebase/firestore/services/connect-firestore.d.ts +7 -7
  422. package/src/infra/firebase/firestore/services/connect-firestore.service.d.ts +11 -11
  423. package/src/infra/firebase/firestore/services/index.d.ts +6 -6
  424. package/src/infra/firebase/firestore/types/connect-firestore/connect-document-data.type.d.ts +5 -5
  425. package/src/infra/firebase/firestore/types/connect-firestore/connect-document-snapshot.type.d.ts +10 -10
  426. package/src/infra/firebase/firestore/types/connect-firestore/connect-query-snapshot.type.d.ts +7 -7
  427. package/src/infra/firebase/firestore/types/connect-firestore/connect-where-option.type.d.ts +2 -2
  428. package/src/infra/firebase/firestore/types/connect-firestore/index.d.ts +4 -4
  429. package/src/infra/firebase/firestore/types/firestore-interceptors.type.d.ts +14 -14
  430. package/src/infra/firebase/firestore/types/firestore-sub.repository.type.d.ts +6 -6
  431. package/src/infra/firebase/firestore/types/firestore.helpers.type.d.ts +8 -8
  432. package/src/infra/firebase/firestore/types/firestore.repository.type.d.ts +21 -21
  433. package/src/infra/firebase/firestore/types/index.d.ts +5 -5
  434. package/src/infra/firebase/firestore/vo/connectBaseDocumentSnapshot.vo.d.ts +10 -10
  435. package/src/infra/firebase/firestore/vo/index.d.ts +1 -1
  436. package/src/infra/firebase/index.d.ts +3 -3
  437. package/src/infra/firebase/storage/firebase-file-uploader.service.d.ts +8 -8
  438. package/src/infra/firebase/storage/index.d.ts +1 -1
  439. package/src/infra/hasura-graphql/enums/hasura-graphql-column-type.enum.d.ts +11 -11
  440. package/src/infra/hasura-graphql/enums/hasura-graphql-where.enum.d.ts +18 -18
  441. package/src/infra/hasura-graphql/enums/index.d.ts +2 -2
  442. package/src/infra/hasura-graphql/index.d.ts +4 -4
  443. package/src/infra/hasura-graphql/mixins/factories/create-hasura-class.factory.d.ts +30 -30
  444. package/src/infra/hasura-graphql/mixins/factories/delete-hasura-class.factory.d.ts +26 -26
  445. package/src/infra/hasura-graphql/mixins/factories/find-hasura-class.factory.d.ts +31 -31
  446. package/src/infra/hasura-graphql/mixins/factories/get-hasura-class.factory.d.ts +29 -29
  447. package/src/infra/hasura-graphql/mixins/factories/hasura-graphql-class.factory.d.ts +40 -40
  448. package/src/infra/hasura-graphql/mixins/factories/index.d.ts +6 -6
  449. package/src/infra/hasura-graphql/mixins/factories/update-hasura-class.factory.d.ts +36 -36
  450. package/src/infra/hasura-graphql/mixins/helpers/attribute-option.helper.d.ts +19 -13
  451. package/src/infra/hasura-graphql/mixins/helpers/bind-filter-query.helper.d.ts +10 -10
  452. package/src/infra/hasura-graphql/mixins/helpers/cache-key-generator.helper.d.ts +6 -6
  453. package/src/infra/hasura-graphql/mixins/helpers/create/hasura-column.helper.d.ts +7 -7
  454. package/src/infra/hasura-graphql/mixins/helpers/create/hasura-create-operations.helper.d.ts +16 -16
  455. package/src/infra/hasura-graphql/mixins/helpers/create/index.d.ts +2 -2
  456. package/src/infra/hasura-graphql/mixins/helpers/delete/hasura-cache-operations.helper.d.ts +9 -9
  457. package/src/infra/hasura-graphql/mixins/helpers/delete/hasura-delete-operations.helper.d.ts +15 -15
  458. package/src/infra/hasura-graphql/mixins/helpers/delete/hasura-delete-variables.helper.d.ts +10 -10
  459. package/src/infra/hasura-graphql/mixins/helpers/delete/index.d.ts +3 -3
  460. package/src/infra/hasura-graphql/mixins/helpers/filter-option.helper.d.ts +10 -8
  461. package/src/infra/hasura-graphql/mixins/helpers/find/hasura-find-binding.helper.d.ts +18 -18
  462. package/src/infra/hasura-graphql/mixins/helpers/find/hasura-find-cache.helper.d.ts +25 -25
  463. package/src/infra/hasura-graphql/mixins/helpers/find/hasura-find-operations.helper.d.ts +20 -20
  464. package/src/infra/hasura-graphql/mixins/helpers/find/hasura-find-query-builder.helper.d.ts +14 -14
  465. package/src/infra/hasura-graphql/mixins/helpers/find/hasura-find-result.helper.d.ts +26 -26
  466. package/src/infra/hasura-graphql/mixins/helpers/find/hasura-find-variables.helper.d.ts +21 -21
  467. package/src/infra/hasura-graphql/mixins/helpers/find/index.d.ts +6 -6
  468. package/src/infra/hasura-graphql/mixins/helpers/get/hasura-get-cache.helper.d.ts +21 -21
  469. package/src/infra/hasura-graphql/mixins/helpers/get/hasura-get-operations.helper.d.ts +18 -18
  470. package/src/infra/hasura-graphql/mixins/helpers/get/hasura-get-variables.helper.d.ts +9 -9
  471. package/src/infra/hasura-graphql/mixins/helpers/get/index.d.ts +3 -3
  472. package/src/infra/hasura-graphql/mixins/helpers/graphql-field.helper.d.ts +12 -10
  473. package/src/infra/hasura-graphql/mixins/helpers/hasura-auth.helper.d.ts +4 -4
  474. package/src/infra/hasura-graphql/mixins/helpers/hasura-data-converter.helper.d.ts +8 -8
  475. package/src/infra/hasura-graphql/mixins/helpers/hasura-graphql-operations.helper.d.ts +32 -32
  476. package/src/infra/hasura-graphql/mixins/helpers/hasura-query-builder.helper.d.ts +23 -23
  477. package/src/infra/hasura-graphql/mixins/helpers/hasura-request.helper.d.ts +11 -11
  478. package/src/infra/hasura-graphql/mixins/helpers/index.d.ts +16 -16
  479. package/src/infra/hasura-graphql/mixins/helpers/md5-generator.helper.d.ts +4 -4
  480. package/src/infra/hasura-graphql/mixins/helpers/update/hasura-update-data.helper.d.ts +6 -6
  481. package/src/infra/hasura-graphql/mixins/helpers/update/hasura-update-operations.helper.d.ts +18 -18
  482. package/src/infra/hasura-graphql/mixins/helpers/update/hasura-update-variables.helper.d.ts +25 -25
  483. package/src/infra/hasura-graphql/mixins/helpers/update/index.d.ts +3 -3
  484. package/src/infra/hasura-graphql/mixins/index.d.ts +7 -7
  485. package/src/infra/hasura-graphql/mixins/with-create-hasura-graphql.mixin.d.ts +5 -5
  486. package/src/infra/hasura-graphql/mixins/with-crud-hasura-graphql.mixin.d.ts +7 -7
  487. package/src/infra/hasura-graphql/mixins/with-delete-hasura-graphql.mixin.d.ts +5 -5
  488. package/src/infra/hasura-graphql/mixins/with-find-hasura-graphql.mixin.d.ts +4 -4
  489. package/src/infra/hasura-graphql/mixins/with-get-hasura-graphql.mixin.d.ts +5 -5
  490. package/src/infra/hasura-graphql/mixins/with-hasura-graphql.mixin.d.ts +6 -6
  491. package/src/infra/hasura-graphql/mixins/with-update-hasura-graphql.mixin.d.ts +6 -6
  492. package/src/infra/hasura-graphql/models/category-hasura-graphql.d.ts +6 -6
  493. package/src/infra/hasura-graphql/models/index.d.ts +5 -5
  494. package/src/infra/hasura-graphql/models/kit-product-hasura-graphql.d.ts +5 -5
  495. package/src/infra/hasura-graphql/models/product-errors-hasura-graphql.d.ts +6 -6
  496. package/src/infra/hasura-graphql/models/product-hasura-graphql.d.ts +18 -18
  497. package/src/infra/hasura-graphql/models/variant-hasura-graphql.d.ts +8 -8
  498. package/src/infra/hasura-graphql/models/wishlist-hasura-graphql.d.ts +4 -4
  499. package/src/infra/hasura-graphql/repositories/catalog/category-collection-children-hasura-graphql.repository.d.ts +8 -8
  500. package/src/infra/hasura-graphql/repositories/catalog/category-filter-hasura-graphql.repository.d.ts +11 -11
  501. package/src/infra/hasura-graphql/repositories/catalog/category-hasura-graphql.repository.d.ts +37 -37
  502. package/src/infra/hasura-graphql/repositories/catalog/category-product-hasura-graphql.repository.d.ts +14 -14
  503. package/src/infra/hasura-graphql/repositories/catalog/filter-hasura-graphql.repository.d.ts +16 -16
  504. package/src/infra/hasura-graphql/repositories/catalog/filter-option-hasura-graphql.repository.d.ts +8 -8
  505. package/src/infra/hasura-graphql/repositories/catalog/helpers/category-cache-operations.helper.d.ts +31 -31
  506. package/src/infra/hasura-graphql/repositories/catalog/helpers/category-filter-operations.helper.d.ts +17 -17
  507. package/src/infra/hasura-graphql/repositories/catalog/helpers/category-home-operations.helper.d.ts +32 -32
  508. package/src/infra/hasura-graphql/repositories/catalog/helpers/category-mount-operations.helper.d.ts +19 -19
  509. package/src/infra/hasura-graphql/repositories/catalog/helpers/category-product-operations.helper.d.ts +62 -62
  510. package/src/infra/hasura-graphql/repositories/catalog/helpers/index.d.ts +10 -10
  511. package/src/infra/hasura-graphql/repositories/catalog/helpers/product-fetch-reviews.helper.d.ts +17 -17
  512. package/src/infra/hasura-graphql/repositories/catalog/helpers/product-review-cache.helper.d.ts +28 -28
  513. package/src/infra/hasura-graphql/repositories/catalog/helpers/product-review-operations.helper.d.ts +20 -20
  514. package/src/infra/hasura-graphql/repositories/catalog/helpers/product-review-update.helper.d.ts +20 -20
  515. package/src/infra/hasura-graphql/repositories/catalog/helpers/product-variant-report.helper.d.ts +9 -9
  516. package/src/infra/hasura-graphql/repositories/catalog/index.d.ts +12 -12
  517. package/src/infra/hasura-graphql/repositories/catalog/product-errors-hasura-graphql.repository.d.ts +13 -13
  518. package/src/infra/hasura-graphql/repositories/catalog/product-hasura-graphql.repository.d.ts +42 -42
  519. package/src/infra/hasura-graphql/repositories/catalog/product-review-hasura-graphql.repository.d.ts +11 -11
  520. package/src/infra/hasura-graphql/repositories/catalog/product-stock-notification-hasura-graphql.repository.d.ts +22 -22
  521. package/src/infra/hasura-graphql/repositories/catalog/variant-hasura-graphql.repository.d.ts +12 -12
  522. package/src/infra/hasura-graphql/repositories/catalog/wishlist-hasura-graphql.repository.d.ts +29 -29
  523. package/src/infra/hasura-graphql/repositories/index.d.ts +1 -1
  524. package/src/infra/hasura-graphql/types/fields.type.d.ts +2 -2
  525. package/src/infra/hasura-graphql/types/graphql.repository.type.d.ts +25 -25
  526. package/src/infra/hasura-graphql/types/hasura-graphql-auth-options.type.d.ts +8 -8
  527. package/src/infra/hasura-graphql/types/hasura-graphql-fields.type.d.ts +44 -44
  528. package/src/infra/hasura-graphql/types/hasura-graphql-headers.type.d.ts +7 -7
  529. package/src/infra/hasura-graphql/types/index.d.ts +8 -8
  530. package/src/infra/hasura-graphql/types/nested-field.type.d.ts +7 -7
  531. package/src/infra/hasura-graphql/types/query-builder-options.type.d.ts +7 -7
  532. package/src/infra/hasura-graphql/types/variable-options.type.d.ts +9 -9
  533. package/src/infra/index.d.ts +7 -7
  534. package/src/infra/pagarme/adapters/helpers/index.d.ts +3 -3
  535. package/src/infra/pagarme/adapters/helpers/pagarme-blocked-order.helper.d.ts +14 -14
  536. package/src/infra/pagarme/adapters/helpers/pagarme-payment-factory.helper.d.ts +11 -11
  537. package/src/infra/pagarme/adapters/helpers/pagarme-payment-operations.helper.d.ts +12 -12
  538. package/src/infra/pagarme/adapters/index.d.ts +3 -3
  539. package/src/infra/pagarme/adapters/pagarme-bank-slip-payment-axios.adapter.d.ts +12 -12
  540. package/src/infra/pagarme/adapters/pagarme-card-payment-axios.adapter.d.ts +17 -17
  541. package/src/infra/pagarme/adapters/pagarme-pix-payment-axios.adapter.d.ts +11 -11
  542. package/src/infra/pagarme/index.d.ts +1 -1
  543. package/src/infra/vertex-ai/adapters/index.d.ts +2 -2
  544. package/src/infra/vertex-ai/adapters/vertex-ai-search.adapter.d.ts +10 -10
  545. package/src/infra/vertex-ai/adapters/vertex-axios.adapter.d.ts +15 -15
  546. package/src/infra/vertex-ai/index.d.ts +3 -3
  547. package/src/infra/vertex-ai/indexes/index.d.ts +1 -1
  548. package/src/infra/vertex-ai/indexes/products-vertex-search.d.ts +13 -13
  549. package/src/infra/vertex-ai/types/axios-vertex-search-config.d.ts +4 -4
  550. package/src/infra/vertex-ai/types/index.d.ts +3 -3
  551. package/src/infra/vertex-ai/types/product-bulk.d.ts +4 -4
  552. package/src/infra/vertex-ai/types/product-search.d.ts +21 -21
  553. package/src/utils/circular-dependencies.d.ts +3 -3
  554. package/src/utils/decorators/debug.class.decorator.d.ts +2 -2
  555. package/src/utils/decorators/index.d.ts +2 -2
  556. package/src/utils/decorators/trace.method.decorator.d.ts +14 -14
  557. package/src/utils/get.d.ts +1 -1
  558. package/src/utils/helpers/class-name.helper.d.ts +3 -3
  559. package/src/utils/helpers/debug-decorator.helper.d.ts +9 -9
  560. package/src/utils/helpers/debug.helper.d.ts +60 -60
  561. package/src/utils/helpers/index.d.ts +4 -4
  562. package/src/utils/helpers/reflect.helper.d.ts +50 -50
  563. package/src/utils/index.d.ts +16 -16
  564. package/src/utils/is-uuid.d.ts +1 -1
  565. package/src/utils/is.d.ts +1 -1
  566. package/src/utils/log.utils.d.ts +7 -7
  567. package/src/utils/mixins/base.mixin.d.ts +3 -3
  568. package/src/utils/mixins/index.d.ts +3 -3
  569. package/src/utils/mixins/merge-constructor-params.type.d.ts +3 -3
  570. package/src/utils/mixins/mixin-ctor.type.d.ts +1 -1
  571. package/src/utils/obs-emitter.d.ts +15 -15
  572. package/src/utils/parse-datetime.d.ts +1 -1
  573. package/src/utils/serialize.d.ts +2 -2
  574. package/src/utils/types/array-element.type.d.ts +1 -1
  575. package/src/utils/types/index.d.ts +2 -2
  576. package/src/utils/types/prop.type.d.ts +1 -1
@@ -1,10 +1,10 @@
1
- export declare enum HairColors {
2
- BLACK = "Preto",
3
- DARK_BROWN = "Castanho Escuro",
4
- LIGHT_BROWN = "Castanho Claro",
5
- DARK_BLONDE = "Loiro Escuro",
6
- LIGHT_BLONDE = "Loiro Claro",
7
- WHITE_GRAY = "Branco/Grisalho",
8
- REDHEAD = "Ruivo",
9
- OTHER = "RuiOutroo"
10
- }
1
+ export declare enum HairColors {
2
+ BLACK = "Preto",
3
+ DARK_BROWN = "Castanho Escuro",
4
+ LIGHT_BROWN = "Castanho Claro",
5
+ DARK_BLONDE = "Loiro Escuro",
6
+ LIGHT_BLONDE = "Loiro Claro",
7
+ WHITE_GRAY = "Branco/Grisalho",
8
+ REDHEAD = "Ruivo",
9
+ OTHER = "RuiOutroo"
10
+ }
@@ -1,10 +1,10 @@
1
- export declare enum HairProblems {
2
- NO_PROBLEMS = "Sem problemas",
3
- DANCRUFF = "Caspa",
4
- LOSS = "Queda",
5
- OILY = "Oleosidade",
6
- DRYNESS = "Ressecamento",
7
- CHEMICAL = "Quimica",
8
- WHITE_HAIR = "Cabelos Brancos",
9
- REBEL_WIRES = "Fios Rebeldes"
10
- }
1
+ export declare enum HairProblems {
2
+ NO_PROBLEMS = "Sem problemas",
3
+ DANCRUFF = "Caspa",
4
+ LOSS = "Queda",
5
+ OILY = "Oleosidade",
6
+ DRYNESS = "Ressecamento",
7
+ CHEMICAL = "Quimica",
8
+ WHITE_HAIR = "Cabelos Brancos",
9
+ REBEL_WIRES = "Fios Rebeldes"
10
+ }
@@ -1,8 +1,8 @@
1
- export declare enum HairStrands {
2
- NORMAL = "Fio Normal",
3
- DRY = "Fio Seco",
4
- OILY = "Fio Oleoso",
5
- MIXED = "Fio Misto",
6
- FINE = "Fio Fino",
7
- THICK = "Fio Grosso"
8
- }
1
+ export declare enum HairStrands {
2
+ NORMAL = "Fio Normal",
3
+ DRY = "Fio Seco",
4
+ OILY = "Fio Oleoso",
5
+ MIXED = "Fio Misto",
6
+ FINE = "Fio Fino",
7
+ THICK = "Fio Grosso"
8
+ }
@@ -1,7 +1,7 @@
1
- export declare enum HairTypes {
2
- Smooth = "Liso",
3
- WAVY = "Ondulado",
4
- CURLY = "Cacheado",
5
- FRIZZY = "Crespo",
6
- BALD = "Sou careca"
7
- }
1
+ export declare enum HairTypes {
2
+ Smooth = "Liso",
3
+ WAVY = "Ondulado",
4
+ CURLY = "Cacheado",
5
+ FRIZZY = "Crespo",
6
+ BALD = "Sou careca"
7
+ }
@@ -1,21 +1,21 @@
1
- export * from './accessory-importances.enum';
2
- export * from './area.enum';
3
- export * from './beard-problems.enum';
4
- export * from './beard-sizes.enum';
5
- export * from './beauty-product-importances.enum';
6
- export * from './body-problems.enum';
7
- export * from './body-shapes.enum';
8
- export * from './body-tattoos.enum';
9
- export * from './face-skin-oilinesses.enum';
10
- export * from './face-skin-problems.enum';
11
- export * from './face-skin-tones.enum';
12
- export * from './family-incomes.enum';
13
- export * from './fragrance-importances.enum';
14
- export * from './hair-colors.enum';
15
- export * from './hair-problems.enum';
16
- export * from './hair-strands.enum';
17
- export * from './hair-types.enum';
18
- export * from './office-position.enum';
19
- export * from './person-types.enum';
20
- export * from './product-spents.enum';
21
- export * from './user-type.enum';
1
+ export * from './accessory-importances.enum';
2
+ export * from './area.enum';
3
+ export * from './beard-problems.enum';
4
+ export * from './beard-sizes.enum';
5
+ export * from './beauty-product-importances.enum';
6
+ export * from './body-problems.enum';
7
+ export * from './body-shapes.enum';
8
+ export * from './body-tattoos.enum';
9
+ export * from './face-skin-oilinesses.enum';
10
+ export * from './face-skin-problems.enum';
11
+ export * from './face-skin-tones.enum';
12
+ export * from './family-incomes.enum';
13
+ export * from './fragrance-importances.enum';
14
+ export * from './hair-colors.enum';
15
+ export * from './hair-problems.enum';
16
+ export * from './hair-strands.enum';
17
+ export * from './hair-types.enum';
18
+ export * from './office-position.enum';
19
+ export * from './person-types.enum';
20
+ export * from './product-spents.enum';
21
+ export * from './user-type.enum';
@@ -1,6 +1,6 @@
1
- export declare enum OfficePosition {
2
- Intern = "Estagi\u00E1rio",
3
- Analyst = "Analista",
4
- Manager = "Gerente",
5
- Director = "Diretor"
6
- }
1
+ export declare enum OfficePosition {
2
+ Intern = "Estagi\u00E1rio",
3
+ Analyst = "Analista",
4
+ Manager = "Gerente",
5
+ Director = "Diretor"
6
+ }
@@ -1,5 +1,5 @@
1
- export declare enum PersonTypes {
2
- GLAMGIRL = "glamgirl",
3
- BFLU = "bflu",
4
- NONE = "none"
5
- }
1
+ export declare enum PersonTypes {
2
+ GLAMGIRL = "glamgirl",
3
+ BFLU = "bflu",
4
+ NONE = "none"
5
+ }
@@ -1,8 +1,8 @@
1
- export declare enum ProductSpents {
2
- UNTIL_50 = "At\u00E9 R$50",
3
- SINCE_51_TO_100 = "De R$51 a R$100",
4
- SINCE_101_TO_200 = "De R$101 a R$200",
5
- SINCE_201_TO_300 = "De R$201 a R$300",
6
- GRAN_THAN_300 = "Mais de R$300",
7
- NOW_ANSWER = "Prefiro nao responder"
8
- }
1
+ export declare enum ProductSpents {
2
+ UNTIL_50 = "At\u00E9 R$50",
3
+ SINCE_51_TO_100 = "De R$51 a R$100",
4
+ SINCE_101_TO_200 = "De R$101 a R$200",
5
+ SINCE_201_TO_300 = "De R$201 a R$300",
6
+ GRAN_THAN_300 = "Mais de R$300",
7
+ NOW_ANSWER = "Prefiro nao responder"
8
+ }
@@ -1,8 +1,8 @@
1
- export declare enum UserType {
2
- B2C = "Cliente Transacional",
3
- GlamGirl = "Glamgirl",
4
- MensBoy = "Mensboy",
5
- B2B = "Company",
6
- Collaborator = "Funcion\u00E1rio",
7
- Influencer = "Influencer"
8
- }
1
+ export declare enum UserType {
2
+ B2C = "Cliente Transacional",
3
+ GlamGirl = "Glamgirl",
4
+ MensBoy = "Mensboy",
5
+ B2B = "Company",
6
+ Collaborator = "Funcion\u00E1rio",
7
+ Influencer = "Influencer"
8
+ }
@@ -1,8 +1,8 @@
1
- export * from './beauty-profile';
2
- export * from './enums';
3
- export * from './lead';
4
- export * from './subscription';
5
- export * from './types';
6
- export * from './user';
7
- export * from './user-address';
8
- export * from './user-payment-method';
1
+ export * from './beauty-profile';
2
+ export * from './enums';
3
+ export * from './lead';
4
+ export * from './subscription';
5
+ export * from './types';
6
+ export * from './user';
7
+ export * from './user-address';
8
+ export * from './user-payment-method';
@@ -1,8 +1,8 @@
1
- import { BaseModel, GenericIdentifier } from '../../generic/model/base.model';
2
- export declare class Lead extends BaseModel<Lead> {
3
- id: string;
4
- acceptsNewsletter: boolean;
5
- email: string;
6
- source: string;
7
- static get identifiersFields(): GenericIdentifier[];
8
- }
1
+ import { BaseModel, GenericIdentifier } from '../../generic/model/base.model';
2
+ export declare class Lead extends BaseModel<Lead> {
3
+ id: string;
4
+ acceptsNewsletter: boolean;
5
+ email: string;
6
+ source: string;
7
+ static get identifiersFields(): GenericIdentifier[];
8
+ }
@@ -1,16 +1,16 @@
1
- import { BaseModel } from '../../../generic/model/base.model';
2
- import { EditionStatus, BillingStatus } from './enums';
3
- export type EditionIdentifiers = 'id' | 'subscriptionId';
4
- export declare class Edition extends BaseModel<Edition, EditionIdentifiers> {
5
- id: string;
6
- subscriptionId: string;
7
- billingStatus: BillingStatus;
8
- editionId: number;
9
- editionStatus: EditionStatus;
10
- installment: number;
11
- paymentId: string;
12
- draftId?: string;
13
- createdAt: Date;
14
- updatedAt: Date;
15
- static get identifiersFields(): EditionIdentifiers[];
16
- }
1
+ import { BaseModel } from '../../../generic/model/base.model';
2
+ import { EditionStatus, BillingStatus } from './enums';
3
+ export type EditionIdentifiers = 'id' | 'subscriptionId';
4
+ export declare class Edition extends BaseModel<Edition, EditionIdentifiers> {
5
+ id: string;
6
+ subscriptionId: string;
7
+ billingStatus: BillingStatus;
8
+ editionId: number;
9
+ editionStatus: EditionStatus;
10
+ installment: number;
11
+ paymentId: string;
12
+ draftId?: string;
13
+ createdAt: Date;
14
+ updatedAt: Date;
15
+ static get identifiersFields(): EditionIdentifiers[];
16
+ }
@@ -1,3 +1,3 @@
1
- export declare enum BillingStatus {
2
- PAYED = "PAGO"
3
- }
1
+ export declare enum BillingStatus {
2
+ PAYED = "PAGO"
3
+ }
@@ -1,4 +1,4 @@
1
- export declare enum EditionStatus {
2
- ALLOCATION_WAITING = "Aguardando aloca\u00E7\u00E3o",
3
- SHIPPED = "Enviado"
4
- }
1
+ export declare enum EditionStatus {
2
+ ALLOCATION_WAITING = "Aguardando aloca\u00E7\u00E3o",
3
+ SHIPPED = "Enviado"
4
+ }
@@ -1,5 +1,5 @@
1
- export * from './billing-status.enum';
2
- export * from './edition-status.enum';
3
- export * from './payment-type.enum';
4
- export * from './plans.enum';
5
- export * from './status.enum';
1
+ export * from './billing-status.enum';
2
+ export * from './edition-status.enum';
3
+ export * from './payment-type.enum';
4
+ export * from './plans.enum';
5
+ export * from './status.enum';
@@ -1,5 +1,5 @@
1
- export declare enum PaymentType {
2
- AQUISITION = "Aquisi\u00E7\u00E3o",
3
- RENEWAL = "Renova\u00E7\u00E3o",
4
- FREIGHT = "mudan\u00E7a de endere\u00E7o, Frete"
5
- }
1
+ export declare enum PaymentType {
2
+ AQUISITION = "Aquisi\u00E7\u00E3o",
3
+ RENEWAL = "Renova\u00E7\u00E3o",
4
+ FREIGHT = "mudan\u00E7a de endere\u00E7o, Frete"
5
+ }
@@ -1,6 +1,6 @@
1
- export declare enum Plans {
2
- SELECT = "SELECT",
3
- PRIME = "PRIME",
4
- SELECT_MENSAL = "SELECT_MENSAL",
5
- PRIME_MENSAL = "PRIME_MENSAL"
6
- }
1
+ export declare enum Plans {
2
+ SELECT = "SELECT",
3
+ PRIME = "PRIME",
4
+ SELECT_MENSAL = "SELECT_MENSAL",
5
+ PRIME_MENSAL = "PRIME_MENSAL"
6
+ }
@@ -1,4 +1,4 @@
1
- export declare enum Status {
2
- ACTIVE = "active",
3
- CANCELLED = "Cancelado"
4
- }
1
+ export declare enum Status {
2
+ ACTIVE = "active",
3
+ CANCELLED = "Cancelado"
4
+ }
@@ -1,7 +1,7 @@
1
- export * from './edition';
2
- export * from './enums';
3
- export * from './payment';
4
- export * from './subscription';
5
- export * from './subscription-materialization';
6
- export * from './subscription-summary';
7
- export * from './types';
1
+ export * from './edition';
2
+ export * from './enums';
3
+ export * from './payment';
4
+ export * from './subscription';
5
+ export * from './subscription-materialization';
6
+ export * from './subscription-summary';
7
+ export * from './types';
@@ -1,13 +1,13 @@
1
- import { BaseModel } from '../../../generic/model/base.model';
2
- import { Payment } from '../../../shopping/models/payment';
3
- import { PaymentType } from './enums/payment-type.enum';
4
- export type SubscriptionPaymentIdentifiers = 'id' | 'subscriptionId';
5
- export declare class SubscriptionPayment extends BaseModel<SubscriptionPayment, SubscriptionPaymentIdentifiers> {
6
- id: string;
7
- subscriptionId: string;
8
- paymentType: PaymentType;
9
- createdAt: Date;
10
- attempts?: number;
11
- payment: Payment;
12
- static get identifiersFields(): SubscriptionPaymentIdentifiers[];
13
- }
1
+ import { BaseModel } from '../../../generic/model/base.model';
2
+ import { Payment } from '../../../shopping/models/payment';
3
+ import { PaymentType } from './enums/payment-type.enum';
4
+ export type SubscriptionPaymentIdentifiers = 'id' | 'subscriptionId';
5
+ export declare class SubscriptionPayment extends BaseModel<SubscriptionPayment, SubscriptionPaymentIdentifiers> {
6
+ id: string;
7
+ subscriptionId: string;
8
+ paymentType: PaymentType;
9
+ createdAt: Date;
10
+ attempts?: number;
11
+ payment: Payment;
12
+ static get identifiersFields(): SubscriptionPaymentIdentifiers[];
13
+ }
@@ -1,32 +1,32 @@
1
- import { BaseModel, GenericIdentifier } from '../../../generic';
2
- import { Coupon } from '../../../shopping/models/coupons';
3
- import { SubscriptionPlan } from '../../../shopping/models/subscription/plan';
4
- import { User } from '../user';
5
- import { UserAddress } from '../user-address';
6
- import { Edition } from './edition';
7
- import { Status } from './enums';
8
- import { SubscriptionPayment } from './payment';
9
- export declare class SubscriptionMaterialization extends BaseModel<SubscriptionMaterialization> {
10
- id: string;
11
- nextPayment: Date;
12
- recurrence: boolean;
13
- recovered?: boolean;
14
- newSub: boolean;
15
- status: Status;
16
- cardToken: string;
17
- subtotalPrice?: number;
18
- discount?: number;
19
- totalPrice?: number;
20
- createdAt: Date;
21
- subCanceledAt?: Date;
22
- subscriptionId: string;
23
- subCreatedAt: Date;
24
- user: User;
25
- subscriptionPlan: SubscriptionPlan;
26
- shippingAddress: UserAddress;
27
- billingAddress?: UserAddress;
28
- coupon?: Coupon;
29
- editions: Edition[];
30
- payment?: SubscriptionPayment;
31
- static get identifiersFields(): GenericIdentifier[];
32
- }
1
+ import { BaseModel, GenericIdentifier } from '../../../generic';
2
+ import { Coupon } from '../../../shopping/models/coupons';
3
+ import { SubscriptionPlan } from '../../../shopping/models/subscription/plan';
4
+ import { User } from '../user';
5
+ import { UserAddress } from '../user-address';
6
+ import { Edition } from './edition';
7
+ import { Status } from './enums';
8
+ import { SubscriptionPayment } from './payment';
9
+ export declare class SubscriptionMaterialization extends BaseModel<SubscriptionMaterialization> {
10
+ id: string;
11
+ nextPayment: Date;
12
+ recurrence: boolean;
13
+ recovered?: boolean;
14
+ newSub: boolean;
15
+ status: Status;
16
+ cardToken: string;
17
+ subtotalPrice?: number;
18
+ discount?: number;
19
+ totalPrice?: number;
20
+ createdAt: Date;
21
+ subCanceledAt?: Date;
22
+ subscriptionId: string;
23
+ subCreatedAt: Date;
24
+ user: User;
25
+ subscriptionPlan: SubscriptionPlan;
26
+ shippingAddress: UserAddress;
27
+ billingAddress?: UserAddress;
28
+ coupon?: Coupon;
29
+ editions: Edition[];
30
+ payment?: SubscriptionPayment;
31
+ static get identifiersFields(): GenericIdentifier[];
32
+ }
@@ -1,15 +1,15 @@
1
- import { BaseModel, GenericIdentifier } from '../../../generic';
2
- import { Plan } from './types';
3
- export declare class SubscriptionSummary extends BaseModel<SubscriptionSummary> {
4
- id: string;
5
- plans: {
6
- [plan in Plan]: {
7
- subsCreated: number;
8
- subsWithPaymentError: number;
9
- subWithDisabledRecurrency: number;
10
- subsKept: number;
11
- activeSubs: number;
12
- };
13
- };
14
- static get identifiersFields(): GenericIdentifier[];
15
- }
1
+ import { BaseModel, GenericIdentifier } from '../../../generic';
2
+ import { Plan } from './types';
3
+ export declare class SubscriptionSummary extends BaseModel<SubscriptionSummary> {
4
+ id: string;
5
+ plans: {
6
+ [plan in Plan]: {
7
+ subsCreated: number;
8
+ subsWithPaymentError: number;
9
+ subWithDisabledRecurrency: number;
10
+ subsKept: number;
11
+ activeSubs: number;
12
+ };
13
+ };
14
+ static get identifiersFields(): GenericIdentifier[];
15
+ }
@@ -1,29 +1,29 @@
1
- import { BaseModel, GenericIdentifier } from '../../../generic/model/base.model';
2
- import { Coupon } from '../../../shopping/models/coupons/coupon';
3
- import { SubscriptionPlan } from '../../../shopping/models/subscription/plan';
4
- import { User } from '../user';
5
- import { UserAddress } from '../user-address';
6
- import { Edition } from './edition';
7
- import { Status } from './enums/status.enum';
8
- import { SubscriptionPayment } from './payment';
9
- export declare class Subscription extends BaseModel<Subscription> {
10
- id: string;
11
- nextPayment: Date;
12
- recurrence: boolean;
13
- status: Status;
14
- cardToken: string;
15
- subtotalPrice?: number;
16
- discount?: number;
17
- totalPrice?: number;
18
- createdAt: Date;
19
- updatedAt: Date;
20
- canceledAt?: Date;
21
- user: User;
22
- subscriptionPlan: SubscriptionPlan;
23
- shippingAddress: UserAddress;
24
- billingAddress?: UserAddress;
25
- coupon?: Coupon;
26
- editions: Edition[];
27
- payment?: SubscriptionPayment[];
28
- static get identifiersFields(): GenericIdentifier[];
29
- }
1
+ import { BaseModel, GenericIdentifier } from '../../../generic/model/base.model';
2
+ import { Coupon } from '../../../shopping/models/coupons/coupon';
3
+ import { SubscriptionPlan } from '../../../shopping/models/subscription/plan';
4
+ import { User } from '../user';
5
+ import { UserAddress } from '../user-address';
6
+ import { Edition } from './edition';
7
+ import { Status } from './enums/status.enum';
8
+ import { SubscriptionPayment } from './payment';
9
+ export declare class Subscription extends BaseModel<Subscription> {
10
+ id: string;
11
+ nextPayment: Date;
12
+ recurrence: boolean;
13
+ status: Status;
14
+ cardToken: string;
15
+ subtotalPrice?: number;
16
+ discount?: number;
17
+ totalPrice?: number;
18
+ createdAt: Date;
19
+ updatedAt: Date;
20
+ canceledAt?: Date;
21
+ user: User;
22
+ subscriptionPlan: SubscriptionPlan;
23
+ shippingAddress: UserAddress;
24
+ billingAddress?: UserAddress;
25
+ coupon?: Coupon;
26
+ editions: Edition[];
27
+ payment?: SubscriptionPayment[];
28
+ static get identifiersFields(): GenericIdentifier[];
29
+ }
@@ -1 +1 @@
1
- export * from './plan.type';
1
+ export * from './plan.type';
@@ -1,2 +1,2 @@
1
- import { Plans } from '../enums';
2
- export type Plan = `${Plans}`;
1
+ import { Plans } from '../enums';
2
+ export type Plan = `${Plans}`;
@@ -1 +1 @@
1
- export * from './person.type';
1
+ export * from './person.type';
@@ -1,2 +1,2 @@
1
- import { PersonTypes } from '../enums';
2
- export type PersonType = `${PersonTypes}`;
1
+ import { PersonTypes } from '../enums';
2
+ export type PersonType = `${PersonTypes}`;
@@ -1,7 +1,7 @@
1
- import { Address } from '../../location/models/address';
2
- export type UserAddressIdentifiers = 'id' | 'userId';
3
- export declare class UserAddress extends Address<UserAddress, UserAddressIdentifiers> {
4
- userId: string;
5
- subscription?: boolean;
6
- static get identifiersFields(): UserAddressIdentifiers[];
7
- }
1
+ import { Address } from '../../location/models/address';
2
+ export type UserAddressIdentifiers = 'id' | 'userId';
3
+ export declare class UserAddress extends Address<UserAddress, UserAddressIdentifiers> {
4
+ userId: string;
5
+ subscription?: boolean;
6
+ static get identifiersFields(): UserAddressIdentifiers[];
7
+ }
@@ -1,14 +1,14 @@
1
- import { BaseModel } from '../../generic/model/base.model';
2
- export type UserPaymentIdentifiers = 'id' | 'userId';
3
- export declare class UserPaymentMethod extends BaseModel<UserPaymentMethod, UserPaymentIdentifiers> {
4
- brand: string;
5
- cpf: string;
6
- holderName: string;
7
- last4: string;
8
- pagarmeToken: string;
9
- validUntil: string;
10
- userId: string;
11
- id: string;
12
- fingerprint: string;
13
- static get identifiersFields(): UserPaymentIdentifiers[];
14
- }
1
+ import { BaseModel } from '../../generic/model/base.model';
2
+ export type UserPaymentIdentifiers = 'id' | 'userId';
3
+ export declare class UserPaymentMethod extends BaseModel<UserPaymentMethod, UserPaymentIdentifiers> {
4
+ brand: string;
5
+ cpf: string;
6
+ holderName: string;
7
+ last4: string;
8
+ pagarmeToken: string;
9
+ validUntil: string;
10
+ userId: string;
11
+ id: string;
12
+ fingerprint: string;
13
+ static get identifiersFields(): UserPaymentIdentifiers[];
14
+ }