@infrab4a/connect 4.3.9-beta.14 → 4.3.9-beta.3

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 (373) hide show
  1. package/index.cjs.js +5207 -5319
  2. package/index.d.ts +1 -1
  3. package/index.esm.js +5205 -5299
  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-base.d.ts +32 -32
  9. package/src/domain/catalog/models/category-collection-children.d.ts +13 -13
  10. package/src/domain/catalog/models/category-filter.d.ts +13 -13
  11. package/src/domain/catalog/models/category-for-product.d.ts +5 -5
  12. package/src/domain/catalog/models/category.d.ts +7 -7
  13. package/src/domain/catalog/models/enums/index.d.ts +2 -2
  14. package/src/domain/catalog/models/enums/product-genders.enum.d.ts +5 -5
  15. package/src/domain/catalog/models/enums/shops.enum.d.ts +6 -6
  16. package/src/domain/catalog/models/filter-option.d.ts +9 -9
  17. package/src/domain/catalog/models/filter.d.ts +12 -12
  18. package/src/domain/catalog/models/index.d.ts +12 -12
  19. package/src/domain/catalog/models/kit-product.d.ts +12 -12
  20. package/src/domain/catalog/models/product-base.d.ts +40 -40
  21. package/src/domain/catalog/models/product-for-category.d.ts +7 -7
  22. package/src/domain/catalog/models/product-for-kit.d.ts +7 -7
  23. package/src/domain/catalog/models/product-reviews.d.ts +20 -20
  24. package/src/domain/catalog/models/product.d.ts +9 -9
  25. package/src/domain/catalog/models/types/category-condition.type.d.ts +4 -4
  26. package/src/domain/catalog/models/types/category-metadata.type.d.ts +4 -4
  27. package/src/domain/catalog/models/types/category-product.d.ts +4 -4
  28. package/src/domain/catalog/models/types/index.d.ts +11 -11
  29. package/src/domain/catalog/models/types/product-evaluation.type.d.ts +6 -6
  30. package/src/domain/catalog/models/types/product-gender.type.d.ts +1 -1
  31. package/src/domain/catalog/models/types/product-metadata.type.d.ts +4 -4
  32. package/src/domain/catalog/models/types/product-review.type.d.ts +17 -17
  33. package/src/domain/catalog/models/types/shop-description.type.d.ts +9 -9
  34. package/src/domain/catalog/models/types/shop-price.type.d.ts +7 -7
  35. package/src/domain/catalog/models/types/stock.type.d.ts +3 -3
  36. package/src/domain/catalog/models/types/variant-grade.type.d.ts +4 -4
  37. package/src/domain/catalog/models/variant.d.ts +17 -17
  38. package/src/domain/catalog/models/wishlist.d.ts +8 -8
  39. package/src/domain/catalog/repositories/category-collection-children.repository.d.ts +4 -4
  40. package/src/domain/catalog/repositories/category-filter.repository.d.ts +6 -6
  41. package/src/domain/catalog/repositories/category.repository.d.ts +18 -18
  42. package/src/domain/catalog/repositories/filter-option.repository.d.ts +4 -4
  43. package/src/domain/catalog/repositories/filter.repository.d.ts +4 -4
  44. package/src/domain/catalog/repositories/index.d.ts +10 -10
  45. package/src/domain/catalog/repositories/product-reviews.repository.d.ts +6 -6
  46. package/src/domain/catalog/repositories/product.repository.d.ts +28 -15
  47. package/src/domain/catalog/repositories/subscription-product.repository.d.ts +4 -4
  48. package/src/domain/catalog/repositories/variant.repository.d.ts +4 -4
  49. package/src/domain/catalog/repositories/wishlist.repository.d.ts +6 -6
  50. package/src/domain/general/index.d.ts +1 -1
  51. package/src/domain/general/storage/file-uploader.service.d.ts +3 -3
  52. package/src/domain/general/storage/index.d.ts +1 -1
  53. package/src/domain/generic/index.d.ts +2 -2
  54. package/src/domain/generic/model/base.model.d.ts +14 -14
  55. package/src/domain/generic/model/identifier-fields.d.ts +4 -4
  56. package/src/domain/generic/model/index.d.ts +3 -3
  57. package/src/domain/generic/model/types/base-model-builder.type.d.ts +17 -17
  58. package/src/domain/generic/model/types/identifier-model.type.d.ts +8 -8
  59. package/src/domain/generic/model/types/index.d.ts +5 -5
  60. package/src/domain/generic/model/types/model-base-structure.type.d.ts +12 -12
  61. package/src/domain/generic/model/types/non-function-properties.type.d.ts +12 -12
  62. package/src/domain/generic/model/types/non-function-property-name.type.d.ts +13 -13
  63. package/src/domain/generic/repository/create.repository.d.ts +8 -8
  64. package/src/domain/generic/repository/crud.repository.d.ts +19 -19
  65. package/src/domain/generic/repository/delete.repository.d.ts +7 -7
  66. package/src/domain/generic/repository/enums/index.d.ts +2 -2
  67. package/src/domain/generic/repository/enums/update-option-actions.enum.d.ts +7 -7
  68. package/src/domain/generic/repository/enums/where.enum.d.ts +14 -14
  69. package/src/domain/generic/repository/find.repository.d.ts +17 -17
  70. package/src/domain/generic/repository/get.repository.d.ts +5 -5
  71. package/src/domain/generic/repository/index.d.ts +9 -9
  72. package/src/domain/generic/repository/read.repository.d.ts +14 -14
  73. package/src/domain/generic/repository/types/index.d.ts +6 -6
  74. package/src/domain/generic/repository/types/repository-find-filters.type.d.ts +13 -13
  75. package/src/domain/generic/repository/types/repository-find-result.type.d.ts +14 -14
  76. package/src/domain/generic/repository/types/repository-limit-options.type.d.ts +4 -4
  77. package/src/domain/generic/repository/types/repository-order-by-list.type.d.ts +5 -5
  78. package/src/domain/generic/repository/types/repository-update-params.type.d.ts +11 -11
  79. package/src/domain/generic/repository/types/where-options.type.d.ts +2 -2
  80. package/src/domain/generic/repository/update.repository.d.ts +6 -6
  81. package/src/domain/index.d.ts +7 -7
  82. package/src/domain/location/index.d.ts +1 -1
  83. package/src/domain/location/models/address.d.ts +24 -24
  84. package/src/domain/location/models/index.d.ts +2 -2
  85. package/src/domain/location/models/types/index.d.ts +3 -3
  86. package/src/domain/location/models/types/location-bound.type.d.ts +6 -6
  87. package/src/domain/location/models/types/location-geometry.type.d.ts +7 -7
  88. package/src/domain/location/models/types/location-lat-lng.type.d.ts +4 -4
  89. package/src/domain/shop-settings/enums/filter-type.enum.d.ts +19 -19
  90. package/src/domain/shop-settings/enums/index.d.ts +3 -3
  91. package/src/domain/shop-settings/enums/questions-filters.enum.d.ts +19 -19
  92. package/src/domain/shop-settings/enums/shop-page-name.enum.d.ts +19 -19
  93. package/src/domain/shop-settings/helpers/beauty-questions.helper.d.ts +9 -9
  94. package/src/domain/shop-settings/helpers/index.d.ts +1 -1
  95. package/src/domain/shop-settings/index.d.ts +4 -4
  96. package/src/domain/shop-settings/models/campaign-banner.d.ts +11 -11
  97. package/src/domain/shop-settings/models/campaign.d.ts +10 -10
  98. package/src/domain/shop-settings/models/home.d.ts +18 -18
  99. package/src/domain/shop-settings/models/index.d.ts +6 -6
  100. package/src/domain/shop-settings/models/shop-menu.d.ts +7 -7
  101. package/src/domain/shop-settings/models/shop-settings.d.ts +14 -14
  102. package/src/domain/shop-settings/models/types/banner.type.d.ts +6 -6
  103. package/src/domain/shop-settings/models/types/benefit.type.d.ts +5 -5
  104. package/src/domain/shop-settings/models/types/brands-carousel.type.d.ts +3 -3
  105. package/src/domain/shop-settings/models/types/campaign-page.d.ts +17 -17
  106. package/src/domain/shop-settings/models/types/home-data.type.d.ts +15 -15
  107. package/src/domain/shop-settings/models/types/index.d.ts +17 -17
  108. package/src/domain/shop-settings/models/types/landing-page.d.ts +8 -8
  109. package/src/domain/shop-settings/models/types/menu-nav.type.d.ts +8 -8
  110. package/src/domain/shop-settings/models/types/promotion-page.d.ts +10 -10
  111. package/src/domain/shop-settings/models/types/sections.type.d.ts +37 -37
  112. package/src/domain/shop-settings/models/types/shop-banner.type.d.ts +13 -13
  113. package/src/domain/shop-settings/models/types/shop-brands.type.d.ts +10 -10
  114. package/src/domain/shop-settings/models/types/shop-carousel.type.d.ts +4 -4
  115. package/src/domain/shop-settings/models/types/shop-collection.type.d.ts +9 -9
  116. package/src/domain/shop-settings/models/types/shop-gift.type.d.ts +8 -8
  117. package/src/domain/shop-settings/models/types/shop-home.d.ts +12 -12
  118. package/src/domain/shop-settings/models/types/shop-post.type.d.ts +7 -7
  119. package/src/domain/shop-settings/models/types/shop-section.type.d.ts +12 -12
  120. package/src/domain/shop-settings/models/types/sub-menu.type.d.ts +8 -8
  121. package/src/domain/shop-settings/repositories/campaign-banner.repository.d.ts +4 -4
  122. package/src/domain/shop-settings/repositories/campaign.repository.d.ts +4 -4
  123. package/src/domain/shop-settings/repositories/home.repository.d.ts +4 -4
  124. package/src/domain/shop-settings/repositories/index.d.ts +5 -5
  125. package/src/domain/shop-settings/repositories/shop-menu.repository.d.ts +4 -4
  126. package/src/domain/shop-settings/repositories/shop-settings.repository.d.ts +4 -4
  127. package/src/domain/shopping/index.d.ts +2 -2
  128. package/src/domain/shopping/models/buy-2-win.d.ts +18 -18
  129. package/src/domain/shopping/models/campaign-dashboard.d.ts +15 -15
  130. package/src/domain/shopping/models/campaign-hashtag.d.ts +18 -18
  131. package/src/domain/shopping/models/checkout.d.ts +26 -26
  132. package/src/domain/shopping/models/coupons/coupon.d.ts +63 -63
  133. package/src/domain/shopping/models/coupons/enums/coupon-club-mens.enum.d.ts +5 -5
  134. package/src/domain/shopping/models/coupons/enums/coupon-subtypes.enum.d.ts +4 -4
  135. package/src/domain/shopping/models/coupons/enums/coupon-types.enum.d.ts +4 -4
  136. package/src/domain/shopping/models/coupons/enums/exclusivities.enum.d.ts +8 -8
  137. package/src/domain/shopping/models/coupons/enums/index.d.ts +3 -3
  138. package/src/domain/shopping/models/coupons/index.d.ts +2 -2
  139. package/src/domain/shopping/models/enums/checkout-types.enum.d.ts +5 -5
  140. package/src/domain/shopping/models/enums/index.d.ts +2 -2
  141. package/src/domain/shopping/models/enums/order-status.enum.d.ts +10 -10
  142. package/src/domain/shopping/models/index.d.ts +12 -12
  143. package/src/domain/shopping/models/line-item.d.ts +8 -8
  144. package/src/domain/shopping/models/order.d.ts +10 -10
  145. package/src/domain/shopping/models/payment.d.ts +67 -67
  146. package/src/domain/shopping/models/shipping-method.d.ts +17 -17
  147. package/src/domain/shopping/models/subscription/checkout.d.ts +21 -21
  148. package/src/domain/shopping/models/subscription/index.d.ts +2 -2
  149. package/src/domain/shopping/models/subscription/plan.d.ts +10 -10
  150. package/src/domain/shopping/models/types/index.d.ts +7 -7
  151. package/src/domain/shopping/models/types/payment-address.type.d.ts +12 -12
  152. package/src/domain/shopping/models/types/payment-billing.type.d.ts +7 -7
  153. package/src/domain/shopping/models/types/payment-card.type.d.ts +14 -14
  154. package/src/domain/shopping/models/types/payment-customer.type.d.ts +18 -18
  155. package/src/domain/shopping/models/types/payment-document.type.d.ts +6 -6
  156. package/src/domain/shopping/models/types/payment-item.type.d.ts +11 -11
  157. package/src/domain/shopping/models/types/payment-shipping.type.d.ts +10 -10
  158. package/src/domain/shopping/repositories/buy-2-win.repository.d.ts +4 -4
  159. package/src/domain/shopping/repositories/campaign-dashboard.repository.d.ts +4 -4
  160. package/src/domain/shopping/repositories/campaign-hashtag.repository.d.ts +4 -4
  161. package/src/domain/shopping/repositories/checkout.repository.d.ts +4 -4
  162. package/src/domain/shopping/repositories/coupon.repository.d.ts +4 -4
  163. package/src/domain/shopping/repositories/index.d.ts +9 -9
  164. package/src/domain/shopping/repositories/legacy-order.repository.d.ts +3 -3
  165. package/src/domain/shopping/repositories/order.repository.d.ts +4 -4
  166. package/src/domain/shopping/repositories/payment.repository.d.ts +4 -4
  167. package/src/domain/shopping/repositories/subscription/checkout.repository.d.ts +4 -4
  168. package/src/domain/shopping/repositories/subscription/index.d.ts +2 -2
  169. package/src/domain/shopping/repositories/subscription/plan.repository.d.ts +4 -4
  170. package/src/domain/users/errors/index.d.ts +3 -3
  171. package/src/domain/users/errors/unauthorized.error.d.ts +4 -4
  172. package/src/domain/users/errors/user-already-registered.error.d.ts +4 -4
  173. package/src/domain/users/errors/weak-password.error.d.ts +4 -4
  174. package/src/domain/users/index.d.ts +5 -5
  175. package/src/domain/users/models/beauty-profile.d.ts +11 -11
  176. package/src/domain/users/models/enums/accessory-importances.enum.d.ts +5 -5
  177. package/src/domain/users/models/enums/area.enum.d.ts +11 -11
  178. package/src/domain/users/models/enums/beard-problems.enum.d.ts +9 -9
  179. package/src/domain/users/models/enums/beard-sizes.enum.d.ts +7 -7
  180. package/src/domain/users/models/enums/beauty-product-importances.enum.d.ts +6 -6
  181. package/src/domain/users/models/enums/body-problems.enum.d.ts +11 -11
  182. package/src/domain/users/models/enums/body-shapes.enum.d.ts +7 -7
  183. package/src/domain/users/models/enums/body-tattoos.enum.d.ts +5 -5
  184. package/src/domain/users/models/enums/face-skin-oilinesses.enum.d.ts +7 -7
  185. package/src/domain/users/models/enums/face-skin-problems.enum.d.ts +10 -10
  186. package/src/domain/users/models/enums/face-skin-tones.enum.d.ts +8 -8
  187. package/src/domain/users/models/enums/family-incomes.enum.d.ts +8 -8
  188. package/src/domain/users/models/enums/fragrance-importances.enum.d.ts +5 -5
  189. package/src/domain/users/models/enums/hair-colors.enum.d.ts +10 -10
  190. package/src/domain/users/models/enums/hair-problems.enum.d.ts +10 -10
  191. package/src/domain/users/models/enums/hair-strands.enum.d.ts +8 -8
  192. package/src/domain/users/models/enums/hair-types.enum.d.ts +7 -7
  193. package/src/domain/users/models/enums/index.d.ts +20 -20
  194. package/src/domain/users/models/enums/office-position.enum.d.ts +6 -6
  195. package/src/domain/users/models/enums/product-spents.enum.d.ts +8 -8
  196. package/src/domain/users/models/enums/user-type.enum.d.ts +8 -8
  197. package/src/domain/users/models/index.d.ts +7 -7
  198. package/src/domain/users/models/lead.d.ts +8 -8
  199. package/src/domain/users/models/subscription/edition.d.ts +16 -16
  200. package/src/domain/users/models/subscription/enums/billing-status.enum.d.ts +3 -3
  201. package/src/domain/users/models/subscription/enums/edition-status.enum.d.ts +4 -4
  202. package/src/domain/users/models/subscription/enums/index.d.ts +5 -5
  203. package/src/domain/users/models/subscription/enums/payment-type.enum.d.ts +5 -5
  204. package/src/domain/users/models/subscription/enums/plans.enum.d.ts +6 -6
  205. package/src/domain/users/models/subscription/enums/status.enum.d.ts +4 -4
  206. package/src/domain/users/models/subscription/index.d.ts +7 -7
  207. package/src/domain/users/models/subscription/payment.d.ts +13 -13
  208. package/src/domain/users/models/subscription/subscription-materialization.d.ts +31 -31
  209. package/src/domain/users/models/subscription/subscription-summary.d.ts +15 -15
  210. package/src/domain/users/models/subscription/subscription.d.ts +29 -29
  211. package/src/domain/users/models/subscription/types/index.d.ts +1 -1
  212. package/src/domain/users/models/subscription/types/plan.type.d.ts +2 -2
  213. package/src/domain/users/models/user-address.d.ts +6 -6
  214. package/src/domain/users/models/user-payment-method.d.ts +14 -14
  215. package/src/domain/users/models/user.d.ts +28 -28
  216. package/src/domain/users/repositories/beauty-profile.repository.d.ts +4 -4
  217. package/src/domain/users/repositories/edition.repository.d.ts +4 -4
  218. package/src/domain/users/repositories/index.d.ts +10 -10
  219. package/src/domain/users/repositories/lead.repository.d.ts +4 -4
  220. package/src/domain/users/repositories/subscription-materialization.repository.d.ts +4 -4
  221. package/src/domain/users/repositories/subscription-payment.repository.d.ts +4 -4
  222. package/src/domain/users/repositories/subscription-summary.repository.d.ts +4 -4
  223. package/src/domain/users/repositories/subscription.repository.d.ts +4 -4
  224. package/src/domain/users/repositories/user-address.repository.d.ts +4 -4
  225. package/src/domain/users/repositories/user-payment-method.repository.d.ts +4 -4
  226. package/src/domain/users/repositories/user.repository.d.ts +6 -6
  227. package/src/domain/users/services/authentication.service.d.ts +12 -12
  228. package/src/domain/users/services/index.d.ts +3 -3
  229. package/src/domain/users/services/register.service.d.ts +7 -7
  230. package/src/domain/users/services/types/basic-user-data.type.d.ts +4 -4
  231. package/src/domain/users/services/types/index.d.ts +1 -1
  232. package/src/domain/users/use-cases/authentication.d.ts +21 -21
  233. package/src/domain/users/use-cases/index.d.ts +5 -5
  234. package/src/domain/users/use-cases/recovery-password.d.ts +6 -6
  235. package/src/domain/users/use-cases/register.d.ts +13 -13
  236. package/src/domain/users/use-cases/signout.d.ts +6 -6
  237. package/src/domain/users/use-cases/update-user-image.d.ts +9 -9
  238. package/src/errors/duplicated-results.error.d.ts +4 -4
  239. package/src/errors/index.d.ts +4 -4
  240. package/src/errors/invalid-argument.error.d.ts +4 -4
  241. package/src/errors/not-found.error.d.ts +4 -4
  242. package/src/errors/required-argument.error.d.ts +6 -6
  243. package/src/index.d.ts +5 -5
  244. package/src/infra/elasticsearch/adapters/axios.adapter.d.ts +16 -16
  245. package/src/infra/elasticsearch/adapters/elastic-search.adapter.d.ts +8 -8
  246. package/src/infra/elasticsearch/adapters/index.d.ts +2 -2
  247. package/src/infra/elasticsearch/index.d.ts +3 -3
  248. package/src/infra/elasticsearch/indexes/index.d.ts +1 -1
  249. package/src/infra/elasticsearch/indexes/products-index.d.ts +13 -13
  250. package/src/infra/elasticsearch/types/elastic-search-result.d.ts +9 -9
  251. package/src/infra/elasticsearch/types/index.d.ts +1 -1
  252. package/src/infra/firebase/auth/authentication-firebase-auth.service.d.ts +12 -12
  253. package/src/infra/firebase/auth/index.d.ts +2 -2
  254. package/src/infra/firebase/auth/register-firebase-auth.service.d.ts +8 -8
  255. package/src/infra/firebase/auth/types/firebase-user-with-id.type.d.ts +5 -5
  256. package/src/infra/firebase/auth/types/index.d.ts +1 -1
  257. package/src/infra/firebase/firestore/enums/firestore-field-type.enum.d.ts +8 -8
  258. package/src/infra/firebase/firestore/enums/index.d.ts +1 -1
  259. package/src/infra/firebase/firestore/index.d.ts +3 -3
  260. package/src/infra/firebase/firestore/mixins/index.d.ts +9 -9
  261. package/src/infra/firebase/firestore/mixins/with-create-firestore.mixin.d.ts +4 -4
  262. package/src/infra/firebase/firestore/mixins/with-crud-firestore.mixin.d.ts +5 -5
  263. package/src/infra/firebase/firestore/mixins/with-delete-firestore.mixin.d.ts +4 -4
  264. package/src/infra/firebase/firestore/mixins/with-find-firestore.mixin.d.ts +4 -4
  265. package/src/infra/firebase/firestore/mixins/with-firestore.mixin.d.ts +13 -13
  266. package/src/infra/firebase/firestore/mixins/with-get-firestore.mixin.d.ts +4 -4
  267. package/src/infra/firebase/firestore/mixins/with-helpers.mixin.d.ts +11 -11
  268. package/src/infra/firebase/firestore/mixins/with-sub-collection.mixin.d.ts +11 -11
  269. package/src/infra/firebase/firestore/mixins/with-update-firestore.mixin.d.ts +7 -7
  270. package/src/infra/firebase/firestore/repositories/catalog/category-firestore.repository.d.ts +20 -20
  271. package/src/infra/firebase/firestore/repositories/catalog/index.d.ts +4 -4
  272. package/src/infra/firebase/firestore/repositories/catalog/product-firestore.repository.d.ts +14 -12
  273. package/src/infra/firebase/firestore/repositories/catalog/product-variant-firestore.repository.d.ts +12 -12
  274. package/src/infra/firebase/firestore/repositories/catalog/subscription-product-firestore.repository.d.ts +7 -7
  275. package/src/infra/firebase/firestore/repositories/index.d.ts +4 -4
  276. package/src/infra/firebase/firestore/repositories/shop-settings/home-firestore.repository.d.ts +16 -16
  277. package/src/infra/firebase/firestore/repositories/shop-settings/index.d.ts +3 -3
  278. package/src/infra/firebase/firestore/repositories/shop-settings/shop-menu-firestore.repository.d.ts +7 -7
  279. package/src/infra/firebase/firestore/repositories/shop-settings/shop-settings-firestore.repository.d.ts +7 -7
  280. package/src/infra/firebase/firestore/repositories/shopping/buy-2-win-firestore.repository.d.ts +7 -7
  281. package/src/infra/firebase/firestore/repositories/shopping/campaign-dashboard-firestore.repository.d.ts +8 -8
  282. package/src/infra/firebase/firestore/repositories/shopping/campaign-hashtag-firestore.repository.d.ts +8 -8
  283. package/src/infra/firebase/firestore/repositories/shopping/checkout-firestore.repository.d.ts +7 -7
  284. package/src/infra/firebase/firestore/repositories/shopping/checkout-subscription-firestore.repository.d.ts +7 -7
  285. package/src/infra/firebase/firestore/repositories/shopping/coupon-firestore.repository.d.ts +12 -12
  286. package/src/infra/firebase/firestore/repositories/shopping/index.d.ts +10 -10
  287. package/src/infra/firebase/firestore/repositories/shopping/legacy-order-firestore.repository.d.ts +6 -6
  288. package/src/infra/firebase/firestore/repositories/shopping/order-firestore.repository.d.ts +13 -13
  289. package/src/infra/firebase/firestore/repositories/shopping/payment-firestore.repository.d.ts +7 -7
  290. package/src/infra/firebase/firestore/repositories/shopping/subscription-plan-firestore.repository.d.ts +7 -7
  291. package/src/infra/firebase/firestore/repositories/users/index.d.ts +10 -10
  292. package/src/infra/firebase/firestore/repositories/users/lead-firestore.repository.d.ts +7 -7
  293. package/src/infra/firebase/firestore/repositories/users/subscription-edition-firestore.repository.d.ts +12 -12
  294. package/src/infra/firebase/firestore/repositories/users/subscription-firestore.repository.d.ts +7 -7
  295. package/src/infra/firebase/firestore/repositories/users/subscription-materialization-firestore.repository.d.ts +7 -7
  296. package/src/infra/firebase/firestore/repositories/users/subscription-payment-firestore.repository.d.ts +12 -12
  297. package/src/infra/firebase/firestore/repositories/users/subscription-summary-firestore.repository.d.ts +7 -7
  298. package/src/infra/firebase/firestore/repositories/users/user-address-firestore.repository.d.ts +12 -12
  299. package/src/infra/firebase/firestore/repositories/users/user-beauty-profile-firestore.repository.d.ts +12 -12
  300. package/src/infra/firebase/firestore/repositories/users/user-firestore.repository.d.ts +17 -17
  301. package/src/infra/firebase/firestore/repositories/users/user-payment-method-firestore.repository.d.ts +12 -12
  302. package/src/infra/firebase/firestore/types/firestore-interceptors.type.d.ts +14 -14
  303. package/src/infra/firebase/firestore/types/firestore-sub.repository.type.d.ts +6 -6
  304. package/src/infra/firebase/firestore/types/firestore.helpers.type.d.ts +8 -8
  305. package/src/infra/firebase/firestore/types/firestore.repository.type.d.ts +16 -16
  306. package/src/infra/firebase/firestore/types/index.d.ts +4 -4
  307. package/src/infra/firebase/index.d.ts +3 -3
  308. package/src/infra/firebase/storage/firebase-file-uploader.service.d.ts +8 -8
  309. package/src/infra/firebase/storage/index.d.ts +1 -1
  310. package/src/infra/hasura-graphql/enums/hasura-graphql-column-type.enum.d.ts +11 -11
  311. package/src/infra/hasura-graphql/enums/hasura-graphql-where.enum.d.ts +15 -15
  312. package/src/infra/hasura-graphql/enums/index.d.ts +2 -2
  313. package/src/infra/hasura-graphql/index.d.ts +4 -4
  314. package/src/infra/hasura-graphql/mixins/helpers/attribute-option.helper.d.ts +13 -19
  315. package/src/infra/hasura-graphql/mixins/helpers/bind-filter-query.helper.d.ts +10 -10
  316. package/src/infra/hasura-graphql/mixins/helpers/filter-option.helper.d.ts +6 -8
  317. package/src/infra/hasura-graphql/mixins/helpers/graphql-field.helper.d.ts +10 -12
  318. package/src/infra/hasura-graphql/mixins/helpers/index.d.ts +4 -4
  319. package/src/infra/hasura-graphql/mixins/index.d.ts +7 -7
  320. package/src/infra/hasura-graphql/mixins/with-create-hasura-graphql.mixin.d.ts +9 -9
  321. package/src/infra/hasura-graphql/mixins/with-crud-hasura-graphql.mixin.d.ts +11 -11
  322. package/src/infra/hasura-graphql/mixins/with-delete-hasura-graphql.mixin.d.ts +7 -7
  323. package/src/infra/hasura-graphql/mixins/with-find-hasura-graphql.mixin.d.ts +34 -34
  324. package/src/infra/hasura-graphql/mixins/with-get-hasura-graphql.mixin.d.ts +25 -25
  325. package/src/infra/hasura-graphql/mixins/with-hasura-graphql.mixin.d.ts +23 -23
  326. package/src/infra/hasura-graphql/mixins/with-update-hasura-graphql.mixin.d.ts +14 -14
  327. package/src/infra/hasura-graphql/models/category-hasura-graphql.d.ts +6 -6
  328. package/src/infra/hasura-graphql/models/index.d.ts +4 -4
  329. package/src/infra/hasura-graphql/models/kit-product-hasura-graphql.d.ts +6 -6
  330. package/src/infra/hasura-graphql/models/product-hasura-graphql.d.ts +18 -18
  331. package/src/infra/hasura-graphql/models/variant-hasura-graphql.d.ts +10 -10
  332. package/src/infra/hasura-graphql/repositories/catalog/category-collection-children-hasura-graphql.repository.d.ts +10 -10
  333. package/src/infra/hasura-graphql/repositories/catalog/category-filter-hasura-graphql.repository.d.ts +12 -12
  334. package/src/infra/hasura-graphql/repositories/catalog/category-hasura-graphql.repository.d.ts +34 -34
  335. package/src/infra/hasura-graphql/repositories/catalog/filter-hasura-graphql.repository.d.ts +18 -18
  336. package/src/infra/hasura-graphql/repositories/catalog/filter-option-hasura-graphql.repository.d.ts +10 -10
  337. package/src/infra/hasura-graphql/repositories/catalog/index.d.ts +9 -9
  338. package/src/infra/hasura-graphql/repositories/catalog/product-hasura-graphql.repository.d.ts +32 -30
  339. package/src/infra/hasura-graphql/repositories/catalog/product-review-hasura-graphql.repository.d.ts +12 -12
  340. package/src/infra/hasura-graphql/repositories/catalog/variant-hasura-graphql.repository.d.ts +14 -14
  341. package/src/infra/hasura-graphql/repositories/catalog/wishlist-hasura-graphql.repository.d.ts +28 -28
  342. package/src/infra/hasura-graphql/repositories/index.d.ts +1 -1
  343. package/src/infra/hasura-graphql/types/fields.type.d.ts +2 -2
  344. package/src/infra/hasura-graphql/types/graphql.repository.type.d.ts +24 -24
  345. package/src/infra/hasura-graphql/types/hasura-graphql-auth-options.type.d.ts +8 -8
  346. package/src/infra/hasura-graphql/types/hasura-graphql-fields.type.d.ts +44 -44
  347. package/src/infra/hasura-graphql/types/hasura-graphql-headers.type.d.ts +7 -7
  348. package/src/infra/hasura-graphql/types/index.d.ts +8 -8
  349. package/src/infra/hasura-graphql/types/nested-field.type.d.ts +7 -7
  350. package/src/infra/hasura-graphql/types/query-builder-options.type.d.ts +7 -7
  351. package/src/infra/hasura-graphql/types/variable-options.type.d.ts +9 -9
  352. package/src/infra/index.d.ts +3 -3
  353. package/src/utils/decorators/debug.class.decorator.d.ts +2 -2
  354. package/src/utils/decorators/index.d.ts +2 -2
  355. package/src/utils/decorators/trace.method.decorator.d.ts +14 -14
  356. package/src/utils/get.d.ts +1 -1
  357. package/src/utils/helpers/class-name.helper.d.ts +3 -3
  358. package/src/utils/helpers/debug-decorator.helper.d.ts +9 -9
  359. package/src/utils/helpers/debug.helper.d.ts +60 -60
  360. package/src/utils/helpers/index.d.ts +4 -4
  361. package/src/utils/helpers/reflect.helper.d.ts +50 -50
  362. package/src/utils/index.d.ts +13 -13
  363. package/src/utils/is-uuid.d.ts +1 -1
  364. package/src/utils/is.d.ts +1 -1
  365. package/src/utils/log.utils.d.ts +7 -7
  366. package/src/utils/mixins/base.mixin.d.ts +3 -3
  367. package/src/utils/mixins/index.d.ts +3 -3
  368. package/src/utils/mixins/merge-constructor-params.type.d.ts +3 -3
  369. package/src/utils/mixins/mixin-ctor.type.d.ts +1 -1
  370. package/src/utils/parse-datetime.d.ts +1 -1
  371. package/src/utils/types/array-element.type.d.ts +1 -1
  372. package/src/utils/types/index.d.ts +2 -2
  373. package/src/utils/types/prop.type.d.ts +1 -1
@@ -1,21 +1,21 @@
1
- import { BaseModel, GenericIdentifier } from '../../../generic/model/base.model';
2
- import { User, UserAddress } from '../../../users';
3
- import { Coupon } from '../coupons/coupon';
4
- import { SubscriptionPlan } from './plan';
5
- export declare class CheckoutSubscription extends BaseModel<CheckoutSubscription> {
6
- id?: string;
7
- user: User;
8
- createdAt: Date;
9
- updatedAt: Date;
10
- completedAt?: Date;
11
- userId?: string;
12
- discount?: number;
13
- subTotalPrice?: number;
14
- shippingPrice?: number;
15
- totalPrice?: number;
16
- shippingAddress: UserAddress;
17
- billingAddress?: UserAddress;
18
- subscriptionPlan: SubscriptionPlan;
19
- coupon?: Coupon;
20
- static get identifiersFields(): GenericIdentifier[];
21
- }
1
+ import { BaseModel, GenericIdentifier } from '../../../generic/model/base.model';
2
+ import { User, UserAddress } from '../../../users';
3
+ import { Coupon } from '../coupons/coupon';
4
+ import { SubscriptionPlan } from './plan';
5
+ export declare class CheckoutSubscription extends BaseModel<CheckoutSubscription> {
6
+ id?: string;
7
+ user: User;
8
+ createdAt: Date;
9
+ updatedAt: Date;
10
+ completedAt?: Date;
11
+ userId?: string;
12
+ discount?: number;
13
+ subTotalPrice?: number;
14
+ shippingPrice?: number;
15
+ totalPrice?: number;
16
+ shippingAddress: UserAddress;
17
+ billingAddress?: UserAddress;
18
+ subscriptionPlan: SubscriptionPlan;
19
+ coupon?: Coupon;
20
+ static get identifiersFields(): GenericIdentifier[];
21
+ }
@@ -1,2 +1,2 @@
1
- export * from './checkout';
2
- export * from './plan';
1
+ export * from './checkout';
2
+ export * from './plan';
@@ -1,10 +1,10 @@
1
- import { BaseModel, GenericIdentifier } from '../../../generic/model/base.model';
2
- export declare class SubscriptionPlan extends BaseModel<SubscriptionPlan> {
3
- id: string;
4
- name: string;
5
- billingPrice: number;
6
- recurrencePrice: number;
7
- recurrenceCycle: number;
8
- maxAttempts: number;
9
- static get identifiersFields(): GenericIdentifier[];
10
- }
1
+ import { BaseModel, GenericIdentifier } from '../../../generic/model/base.model';
2
+ export declare class SubscriptionPlan extends BaseModel<SubscriptionPlan> {
3
+ id: string;
4
+ name: string;
5
+ billingPrice: number;
6
+ recurrencePrice: number;
7
+ recurrenceCycle: number;
8
+ maxAttempts: number;
9
+ static get identifiersFields(): GenericIdentifier[];
10
+ }
@@ -1,7 +1,7 @@
1
- export * from './payment-customer.type';
2
- export * from './payment-document.type';
3
- export * from './payment-address.type';
4
- export * from './payment-billing.type';
5
- export * from './payment-shipping.type';
6
- export * from './payment-item.type';
7
- export * from './payment-card.type';
1
+ export * from './payment-customer.type';
2
+ export * from './payment-document.type';
3
+ export * from './payment-address.type';
4
+ export * from './payment-billing.type';
5
+ export * from './payment-shipping.type';
6
+ export * from './payment-item.type';
7
+ export * from './payment-card.type';
@@ -1,12 +1,12 @@
1
- export type PaymentAddress = {
2
- id: number;
3
- object: string;
4
- street: string;
5
- complementary: string;
6
- street_number: string;
7
- neighborhood: string;
8
- city: string;
9
- state: string;
10
- zipcode: string;
11
- country: string;
12
- };
1
+ export type PaymentAddress = {
2
+ id: number;
3
+ object: string;
4
+ street: string;
5
+ complementary: string;
6
+ street_number: string;
7
+ neighborhood: string;
8
+ city: string;
9
+ state: string;
10
+ zipcode: string;
11
+ country: string;
12
+ };
@@ -1,7 +1,7 @@
1
- import { PaymentAddress } from './payment-address.type';
2
- export type PaymentBilling = {
3
- object: string;
4
- id: number;
5
- name: string;
6
- address: PaymentAddress;
7
- };
1
+ import { PaymentAddress } from './payment-address.type';
2
+ export type PaymentBilling = {
3
+ object: string;
4
+ id: number;
5
+ name: string;
6
+ address: PaymentAddress;
7
+ };
@@ -1,14 +1,14 @@
1
- export type PaymentCard = {
2
- id: string;
3
- object: string;
4
- date_created: string;
5
- date_updated: string;
6
- brand: string;
7
- holder_name: string;
8
- first_digits: string;
9
- last_digits: string;
10
- country: string;
11
- fingerprint: string;
12
- valid: boolean;
13
- expiration_date: string;
14
- };
1
+ export type PaymentCard = {
2
+ id: string;
3
+ object: string;
4
+ date_created: string;
5
+ date_updated: string;
6
+ brand: string;
7
+ holder_name: string;
8
+ first_digits: string;
9
+ last_digits: string;
10
+ country: string;
11
+ fingerprint: string;
12
+ valid: boolean;
13
+ expiration_date: string;
14
+ };
@@ -1,18 +1,18 @@
1
- import { PaymentDocument } from './payment-document.type';
2
- export type PaymentCustomer = {
3
- id: number;
4
- object: string;
5
- external_id: string;
6
- type: string;
7
- country: string;
8
- document_number: string;
9
- document_type: string;
10
- name: string;
11
- email: string;
12
- phone_numbers: string[];
13
- born_at: string;
14
- birthday: string;
15
- gender: string;
16
- date_created: string;
17
- documents: PaymentDocument[];
18
- };
1
+ import { PaymentDocument } from './payment-document.type';
2
+ export type PaymentCustomer = {
3
+ id: number;
4
+ object: string;
5
+ external_id: string;
6
+ type: string;
7
+ country: string;
8
+ document_number: string;
9
+ document_type: string;
10
+ name: string;
11
+ email: string;
12
+ phone_numbers: string[];
13
+ born_at: string;
14
+ birthday: string;
15
+ gender: string;
16
+ date_created: string;
17
+ documents: PaymentDocument[];
18
+ };
@@ -1,6 +1,6 @@
1
- export type PaymentDocument = {
2
- object: string;
3
- id: string;
4
- type: string;
5
- number: string;
6
- };
1
+ export type PaymentDocument = {
2
+ object: string;
3
+ id: string;
4
+ type: string;
5
+ number: string;
6
+ };
@@ -1,11 +1,11 @@
1
- export type PaymentItem = {
2
- id: string;
3
- object: string;
4
- title: string;
5
- unit_price: number;
6
- quantity: number;
7
- category: string;
8
- tangible: boolean;
9
- venue: string;
10
- date: string;
11
- };
1
+ export type PaymentItem = {
2
+ id: string;
3
+ object: string;
4
+ title: string;
5
+ unit_price: number;
6
+ quantity: number;
7
+ category: string;
8
+ tangible: boolean;
9
+ venue: string;
10
+ date: string;
11
+ };
@@ -1,10 +1,10 @@
1
- import { PaymentAddress } from './payment-address.type';
2
- export type PaymentShipping = {
3
- id: number;
4
- object: string;
5
- name: string;
6
- fee: number;
7
- delivery_date: string;
8
- expedited: boolean;
9
- address: PaymentAddress;
10
- };
1
+ import { PaymentAddress } from './payment-address.type';
2
+ export type PaymentShipping = {
3
+ id: number;
4
+ object: string;
5
+ name: string;
6
+ fee: number;
7
+ delivery_date: string;
8
+ expedited: boolean;
9
+ address: PaymentAddress;
10
+ };
@@ -1,4 +1,4 @@
1
- import { Buy2Win } from '../models/buy-2-win';
2
- import { CrudRepository } from '../../generic/repository/crud.repository';
3
- export interface Buy2WinRepository extends CrudRepository<Buy2Win> {
4
- }
1
+ import { Buy2Win } from '../models/buy-2-win';
2
+ import { CrudRepository } from '../../generic/repository/crud.repository';
3
+ export interface Buy2WinRepository extends CrudRepository<Buy2Win> {
4
+ }
@@ -1,4 +1,4 @@
1
- import { CrudRepository } from '../../generic/repository/crud.repository';
2
- import { CampaignDashboard } from '../models/campaign-dashboard';
3
- export interface CampaignDashboardRepository extends CrudRepository<CampaignDashboard> {
4
- }
1
+ import { CrudRepository } from '../../generic/repository/crud.repository';
2
+ import { CampaignDashboard } from '../models/campaign-dashboard';
3
+ export interface CampaignDashboardRepository extends CrudRepository<CampaignDashboard> {
4
+ }
@@ -1,4 +1,4 @@
1
- import { CrudRepository } from '../../generic/repository/crud.repository';
2
- import { CampaignHashtag } from '../models/campaign-hashtag';
3
- export interface CampaignHashtagRepository extends CrudRepository<CampaignHashtag> {
4
- }
1
+ import { CrudRepository } from '../../generic/repository/crud.repository';
2
+ import { CampaignHashtag } from '../models/campaign-hashtag';
3
+ export interface CampaignHashtagRepository extends CrudRepository<CampaignHashtag> {
4
+ }
@@ -1,4 +1,4 @@
1
- import { Checkout } from '../models/checkout';
2
- import { CrudRepository } from '../../generic/repository/crud.repository';
3
- export interface CheckoutRepository extends CrudRepository<Checkout> {
4
- }
1
+ import { Checkout } from '../models/checkout';
2
+ import { CrudRepository } from '../../generic/repository/crud.repository';
3
+ export interface CheckoutRepository extends CrudRepository<Checkout> {
4
+ }
@@ -1,4 +1,4 @@
1
- import { Coupon } from '../models/coupons/coupon';
2
- import { CrudRepository } from '../../generic/repository/crud.repository';
3
- export interface CouponRepository extends CrudRepository<Coupon> {
4
- }
1
+ import { Coupon } from '../models/coupons/coupon';
2
+ import { CrudRepository } from '../../generic/repository/crud.repository';
3
+ export interface CouponRepository extends CrudRepository<Coupon> {
4
+ }
@@ -1,9 +1,9 @@
1
- export * from './buy-2-win.repository';
2
- export * from './campaign-dashboard.repository';
3
- export * from './campaign-hashtag.repository';
4
- export * from './checkout.repository';
5
- export * from './coupon.repository';
6
- export * from './legacy-order.repository';
7
- export * from './order.repository';
8
- export * from './payment.repository';
9
- export * from './subscription';
1
+ export * from './buy-2-win.repository';
2
+ export * from './campaign-dashboard.repository';
3
+ export * from './campaign-hashtag.repository';
4
+ export * from './checkout.repository';
5
+ export * from './coupon.repository';
6
+ export * from './legacy-order.repository';
7
+ export * from './order.repository';
8
+ export * from './payment.repository';
9
+ export * from './subscription';
@@ -1,3 +1,3 @@
1
- import { OrderRepository } from './order.repository';
2
- export interface LegacyOrderRepository extends OrderRepository {
3
- }
1
+ import { OrderRepository } from './order.repository';
2
+ export interface LegacyOrderRepository extends OrderRepository {
3
+ }
@@ -1,4 +1,4 @@
1
- import { CrudRepository } from '../../generic/repository/crud.repository';
2
- import { Order } from '../models/order';
3
- export interface OrderRepository extends CrudRepository<Order> {
4
- }
1
+ import { CrudRepository } from '../../generic/repository/crud.repository';
2
+ import { Order } from '../models/order';
3
+ export interface OrderRepository extends CrudRepository<Order> {
4
+ }
@@ -1,4 +1,4 @@
1
- import { CrudRepository } from '../../generic/repository/crud.repository';
2
- import { Payment } from '../models/payment';
3
- export interface PaymentRepository extends CrudRepository<Payment> {
4
- }
1
+ import { CrudRepository } from '../../generic/repository/crud.repository';
2
+ import { Payment } from '../models/payment';
3
+ export interface PaymentRepository extends CrudRepository<Payment> {
4
+ }
@@ -1,4 +1,4 @@
1
- import { CheckoutSubscription } from '../../models/subscription/checkout';
2
- import { CrudRepository } from '../../../generic/repository/crud.repository';
3
- export interface CheckoutSubscriptionRepository extends CrudRepository<CheckoutSubscription> {
4
- }
1
+ import { CheckoutSubscription } from '../../models/subscription/checkout';
2
+ import { CrudRepository } from '../../../generic/repository/crud.repository';
3
+ export interface CheckoutSubscriptionRepository extends CrudRepository<CheckoutSubscription> {
4
+ }
@@ -1,2 +1,2 @@
1
- export * from './checkout.repository';
2
- export * from './plan.repository';
1
+ export * from './checkout.repository';
2
+ export * from './plan.repository';
@@ -1,4 +1,4 @@
1
- import { SubscriptionPlan } from '../../models/subscription/plan';
2
- import { CrudRepository } from '../../../generic/repository/crud.repository';
3
- export interface SubscriptionPlanRepository extends CrudRepository<SubscriptionPlan> {
4
- }
1
+ import { SubscriptionPlan } from '../../models/subscription/plan';
2
+ import { CrudRepository } from '../../../generic/repository/crud.repository';
3
+ export interface SubscriptionPlanRepository extends CrudRepository<SubscriptionPlan> {
4
+ }
@@ -1,3 +1,3 @@
1
- export * from './unauthorized.error';
2
- export * from './user-already-registered.error';
3
- export * from './weak-password.error';
1
+ export * from './unauthorized.error';
2
+ export * from './user-already-registered.error';
3
+ export * from './weak-password.error';
@@ -1,4 +1,4 @@
1
- import { CustomError } from 'ts-custom-error';
2
- export declare class UnauthorizedError extends CustomError {
3
- constructor(message: string);
4
- }
1
+ import { CustomError } from 'ts-custom-error';
2
+ export declare class UnauthorizedError extends CustomError {
3
+ constructor(message: string);
4
+ }
@@ -1,4 +1,4 @@
1
- import { CustomError } from 'ts-custom-error';
2
- export declare class UserAlreadyRegisteredError extends CustomError {
3
- constructor(message: string);
4
- }
1
+ import { CustomError } from 'ts-custom-error';
2
+ export declare class UserAlreadyRegisteredError extends CustomError {
3
+ constructor(message: string);
4
+ }
@@ -1,4 +1,4 @@
1
- import { CustomError } from 'ts-custom-error';
2
- export declare class WeakPasswordError extends CustomError {
3
- constructor(message?: string);
4
- }
1
+ import { CustomError } from 'ts-custom-error';
2
+ export declare class WeakPasswordError extends CustomError {
3
+ constructor(message?: string);
4
+ }
@@ -1,5 +1,5 @@
1
- export * from './models';
2
- export * from './repositories';
3
- export * from './services';
4
- export * from './use-cases';
5
- export * from './errors';
1
+ export * from './models';
2
+ export * from './repositories';
3
+ export * from './services';
4
+ export * from './use-cases';
5
+ export * from './errors';
@@ -1,11 +1,11 @@
1
- import { BaseModel } from '../../generic/model/base.model';
2
- import { BeardSizes, HairTypes } from './enums';
3
- export type BeautyProfileIdentifiers = 'id' | 'userId';
4
- export declare class BeautyProfile extends BaseModel<BeautyProfile, BeautyProfileIdentifiers> {
5
- id: string;
6
- userId: string;
7
- beardSize?: BeardSizes;
8
- hairType?: HairTypes;
9
- toPlain(): any;
10
- static get identifiersFields(): BeautyProfileIdentifiers[];
11
- }
1
+ import { BaseModel } from '../../generic/model/base.model';
2
+ import { BeardSizes, HairTypes } from './enums';
3
+ export type BeautyProfileIdentifiers = 'id' | 'userId';
4
+ export declare class BeautyProfile extends BaseModel<BeautyProfile, BeautyProfileIdentifiers> {
5
+ id: string;
6
+ userId: string;
7
+ beardSize?: BeardSizes;
8
+ hairType?: HairTypes;
9
+ toPlain(): any;
10
+ static get identifiersFields(): BeautyProfileIdentifiers[];
11
+ }
@@ -1,5 +1,5 @@
1
- export declare enum AccessoryImportances {
2
- NOT_INTERESTED = "N\u00E3o tenho interesse",
3
- LIKE_RARELY_USE = "Gosto, mas uso poucos",
4
- LIKE_ALWAYS_FOLLOW_FASHION = "Gosto muito de acess\u00F3rios e sempre procuro acompanhar a moda"
5
- }
1
+ export declare enum AccessoryImportances {
2
+ NOT_INTERESTED = "N\u00E3o tenho interesse",
3
+ LIKE_RARELY_USE = "Gosto, mas uso poucos",
4
+ LIKE_ALWAYS_FOLLOW_FASHION = "Gosto muito de acess\u00F3rios e sempre procuro acompanhar a moda"
5
+ }
@@ -1,11 +1,11 @@
1
- export declare enum Area {
2
- GP = "Geral",
3
- CRM = "CRM",
4
- MediaProd = "Media Production",
5
- Tech = "Tecnologia",
6
- Transactional = "Transacional",
7
- Operations = "Opera\u00E7\u00F5es",
8
- Sales = "Comercial",
9
- Finantial = "Financeiro",
10
- HR = "RH"
11
- }
1
+ export declare enum Area {
2
+ GP = "Geral",
3
+ CRM = "CRM",
4
+ MediaProd = "Media Production",
5
+ Tech = "Tecnologia",
6
+ Transactional = "Transacional",
7
+ Operations = "Opera\u00E7\u00F5es",
8
+ Sales = "Comercial",
9
+ Finantial = "Financeiro",
10
+ HR = "RH"
11
+ }
@@ -1,9 +1,9 @@
1
- export declare enum BeardProblems {
2
- NO_PROBLEMS = "Sem problemas",
3
- DRY = "Barba Seca",
4
- OILY = "Barba Oleaosa",
5
- DANCRUFF = "Barba com Caspa",
6
- INGROWN_HAIRS = "P\u00EAlos Encravados",
7
- DOESNT_GROW = "N\u00E3o Cresce",
8
- SPARSE_BEARD = "Barba Rala"
9
- }
1
+ export declare enum BeardProblems {
2
+ NO_PROBLEMS = "Sem problemas",
3
+ DRY = "Barba Seca",
4
+ OILY = "Barba Oleaosa",
5
+ DANCRUFF = "Barba com Caspa",
6
+ INGROWN_HAIRS = "P\u00EAlos Encravados",
7
+ DOESNT_GROW = "N\u00E3o Cresce",
8
+ SPARSE_BEARD = "Barba Rala"
9
+ }
@@ -1,7 +1,7 @@
1
- export declare enum BeardSizes {
2
- BIG = "Grande",
3
- MEDIUM = "M\u00E9dia",
4
- SHORT = "Curta",
5
- MUSTACHE = "Bigode",
6
- NOTHING = "Sem Barba"
7
- }
1
+ export declare enum BeardSizes {
2
+ BIG = "Grande",
3
+ MEDIUM = "M\u00E9dia",
4
+ SHORT = "Curta",
5
+ MUSTACHE = "Bigode",
6
+ NOTHING = "Sem Barba"
7
+ }
@@ -1,6 +1,6 @@
1
- export declare enum BeautyProductImportances {
2
- KNOW_LITTLE_ABOUT = "Conhe\u00E7o bem pouco de produtos de beleza e rotinas de cuidados",
3
- ALREADY_BOUGHT_NOTHING_SPECIALIZED = "J\u00E1 comprei alguns produtos b\u00E1sicos para cuidar de mim, mas nada muito especializado",
4
- GOOD_CARE_MYSELF = "Me considero um homem que se cuida bem. Conhe\u00E7o sobre produtos especializados e me preocupo em ter uma rotina de cuidados",
5
- PERSONAL_CARE_EXPERT = "Sou um expert em cuidados pessoais"
6
- }
1
+ export declare enum BeautyProductImportances {
2
+ KNOW_LITTLE_ABOUT = "Conhe\u00E7o bem pouco de produtos de beleza e rotinas de cuidados",
3
+ ALREADY_BOUGHT_NOTHING_SPECIALIZED = "J\u00E1 comprei alguns produtos b\u00E1sicos para cuidar de mim, mas nada muito especializado",
4
+ GOOD_CARE_MYSELF = "Me considero um homem que se cuida bem. Conhe\u00E7o sobre produtos especializados e me preocupo em ter uma rotina de cuidados",
5
+ PERSONAL_CARE_EXPERT = "Sou um expert em cuidados pessoais"
6
+ }
@@ -1,11 +1,11 @@
1
- export declare enum BodyProblems {
2
- NO_WORRIES = "Sem preocupa\u00E7\u00F5es",
3
- FLACCIDITY = "Flacidez",
4
- LOCALIZED_FAT = "Gordura Localizada",
5
- STRETCH_MARKS = "Estrias",
6
- SENSITIVE_SKIN = "Pele Sens\u00EDvel",
7
- DRY_SKIN = "Pele Seca",
8
- OILY_ACNE = "Oleosa/Acne",
9
- SKIN_FRECKLES = "Pele com Sardas",
10
- PHOTOSENSITIVE_SKIN = "Pele Fotossens\u00EDvel"
11
- }
1
+ export declare enum BodyProblems {
2
+ NO_WORRIES = "Sem preocupa\u00E7\u00F5es",
3
+ FLACCIDITY = "Flacidez",
4
+ LOCALIZED_FAT = "Gordura Localizada",
5
+ STRETCH_MARKS = "Estrias",
6
+ SENSITIVE_SKIN = "Pele Sens\u00EDvel",
7
+ DRY_SKIN = "Pele Seca",
8
+ OILY_ACNE = "Oleosa/Acne",
9
+ SKIN_FRECKLES = "Pele com Sardas",
10
+ PHOTOSENSITIVE_SKIN = "Pele Fotossens\u00EDvel"
11
+ }
@@ -1,7 +1,7 @@
1
- export declare enum BodyShapes {
2
- LEAN = "Magro",
3
- REGULAR = "Regular",
4
- OVERWEIGHT = "Acima do Peso",
5
- ATHLETIC = "Atl\u00E9tico",
6
- MUSCULAR = "Musculoso"
7
- }
1
+ export declare enum BodyShapes {
2
+ LEAN = "Magro",
3
+ REGULAR = "Regular",
4
+ OVERWEIGHT = "Acima do Peso",
5
+ ATHLETIC = "Atl\u00E9tico",
6
+ MUSCULAR = "Musculoso"
7
+ }
@@ -1,5 +1,5 @@
1
- export declare enum BodyTattoos {
2
- NONE = "Nenhuma",
3
- HAS_DOESNT_CARE = "Tenho mas n\u00E3o cuido",
4
- HAS_CARE_LOT = "Tenho e cuido bastante"
5
- }
1
+ export declare enum BodyTattoos {
2
+ NONE = "Nenhuma",
3
+ HAS_DOESNT_CARE = "Tenho mas n\u00E3o cuido",
4
+ HAS_CARE_LOT = "Tenho e cuido bastante"
5
+ }
@@ -1,7 +1,7 @@
1
- export declare enum FaceSkinOilinesses {
2
- DRY = "Seca",
3
- OILY = "Oleaosa",
4
- MIXED = "Mista",
5
- NORMAL = "Normal",
6
- DONT_KNOW = "Eu n\u00E3o sei como dizer"
7
- }
1
+ export declare enum FaceSkinOilinesses {
2
+ DRY = "Seca",
3
+ OILY = "Oleaosa",
4
+ MIXED = "Mista",
5
+ NORMAL = "Normal",
6
+ DONT_KNOW = "Eu n\u00E3o sei como dizer"
7
+ }
@@ -1,10 +1,10 @@
1
- export declare enum FaceSkinProblems {
2
- NO_PROBLEMS = "Sem problemas",
3
- DARK_CIRCLES = "Olheiras",
4
- WRINKLES = "Rugas",
5
- BLACKHEADS_PIMPLES = "Cravos e Espinhas",
6
- STAINS = "Manchas",
7
- FRECKLES = "Sardas",
8
- SENSITIVE = "Sens\u00EDvel",
9
- PHOTOSENSITIVE = "Fotossens\u00EDvel"
10
- }
1
+ export declare enum FaceSkinProblems {
2
+ NO_PROBLEMS = "Sem problemas",
3
+ DARK_CIRCLES = "Olheiras",
4
+ WRINKLES = "Rugas",
5
+ BLACKHEADS_PIMPLES = "Cravos e Espinhas",
6
+ STAINS = "Manchas",
7
+ FRECKLES = "Sardas",
8
+ SENSITIVE = "Sens\u00EDvel",
9
+ PHOTOSENSITIVE = "Fotossens\u00EDvel"
10
+ }