@infrab4a/connect 3.11.1-beta3 → 3.12.0-beta.0

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 (667) hide show
  1. package/README.md +24 -24
  2. package/bundles/infrab4a-connect.umd.js +5280 -6227
  3. package/bundles/infrab4a-connect.umd.js.map +1 -1
  4. package/domain/catalog/index.d.ts +2 -3
  5. package/domain/catalog/models/{category-collection-children.d.ts → category-collection.children.d.ts} +14 -13
  6. package/domain/catalog/models/category-filter.d.ts +9 -13
  7. package/domain/catalog/models/category.d.ts +29 -31
  8. package/domain/catalog/models/enums/index.d.ts +2 -2
  9. package/domain/catalog/models/enums/product-genders.enum.d.ts +5 -5
  10. package/domain/catalog/models/enums/shops.enum.d.ts +6 -6
  11. package/domain/catalog/models/filter-option.d.ts +10 -9
  12. package/domain/catalog/models/filter.d.ts +13 -12
  13. package/domain/catalog/models/index.d.ts +10 -10
  14. package/domain/catalog/models/kit-product.d.ts +12 -12
  15. package/domain/catalog/models/product.d.ts +42 -44
  16. package/domain/catalog/models/types/category-condition.type.d.ts +4 -4
  17. package/domain/catalog/models/types/category-metadata.type.d.ts +4 -4
  18. package/domain/catalog/models/types/category-product.d.ts +4 -4
  19. package/domain/catalog/models/types/index.d.ts +10 -11
  20. package/domain/catalog/models/types/product-gender.type.d.ts +1 -1
  21. package/domain/catalog/models/types/product-metadata.type.d.ts +4 -4
  22. package/domain/catalog/models/types/product-review.type.d.ts +17 -17
  23. package/domain/catalog/models/types/shop-description.type.d.ts +7 -8
  24. package/domain/catalog/models/types/shop-price.type.d.ts +6 -6
  25. package/domain/catalog/models/types/stock.type.d.ts +3 -3
  26. package/domain/catalog/models/types/variant-grade.type.d.ts +4 -4
  27. package/domain/catalog/models/variant.d.ts +18 -17
  28. package/domain/catalog/repositories/category-collection-children.repository.d.ts +4 -4
  29. package/domain/catalog/repositories/category-filter.repository.d.ts +5 -5
  30. package/domain/catalog/repositories/category.repository.d.ts +15 -18
  31. package/domain/catalog/repositories/filter-option.repository.d.ts +4 -4
  32. package/domain/catalog/repositories/filter.repository.d.ts +4 -4
  33. package/domain/catalog/repositories/index.d.ts +7 -8
  34. package/domain/catalog/repositories/product.repository.d.ts +13 -15
  35. package/domain/catalog/repositories/subscription-product.repository.d.ts +4 -4
  36. package/domain/catalog/repositories/variant.repository.d.ts +4 -4
  37. package/domain/generic/index.d.ts +2 -2
  38. package/domain/generic/model/base.model.d.ts +10 -14
  39. package/domain/generic/model/identifier-fields.d.ts +4 -4
  40. package/domain/generic/model/index.d.ts +3 -3
  41. package/domain/generic/model/types/base-model-builder.type.d.ts +15 -17
  42. package/domain/generic/model/types/identifier-model.type.d.ts +7 -8
  43. package/domain/generic/model/types/index.d.ts +5 -5
  44. package/domain/generic/model/types/model-base-structure.type.d.ts +6 -12
  45. package/domain/generic/model/types/non-function-properties.type.d.ts +12 -12
  46. package/domain/generic/model/types/non-function-property-name.type.d.ts +4 -13
  47. package/domain/generic/repository/create.repository.d.ts +8 -8
  48. package/domain/generic/repository/crud.repository.d.ts +19 -19
  49. package/domain/generic/repository/delete.repository.d.ts +7 -7
  50. package/domain/generic/repository/enums/index.d.ts +2 -2
  51. package/domain/generic/repository/enums/update-option-actions.enum.d.ts +7 -7
  52. package/domain/generic/repository/enums/where.enum.d.ts +14 -14
  53. package/domain/generic/repository/find.repository.d.ts +14 -16
  54. package/domain/generic/repository/get.repository.d.ts +5 -5
  55. package/domain/generic/repository/index.d.ts +9 -9
  56. package/domain/generic/repository/read.repository.d.ts +14 -14
  57. package/domain/generic/repository/types/index.d.ts +6 -6
  58. package/domain/generic/repository/types/repository-find-filters.type.d.ts +13 -13
  59. package/domain/generic/repository/types/repository-find-result.type.d.ts +4 -11
  60. package/domain/generic/repository/types/repository-limit-options.type.d.ts +4 -4
  61. package/domain/generic/repository/types/repository-order-by-list.type.d.ts +5 -5
  62. package/domain/generic/repository/types/repository-update-params.type.d.ts +11 -11
  63. package/domain/generic/repository/types/where-options.type.d.ts +2 -2
  64. package/domain/generic/repository/update.repository.d.ts +6 -6
  65. package/domain/index.d.ts +6 -6
  66. package/domain/location/index.d.ts +1 -1
  67. package/domain/location/models/address.d.ts +22 -24
  68. package/domain/location/models/index.d.ts +2 -2
  69. package/domain/location/models/types/index.d.ts +3 -3
  70. package/domain/location/models/types/location-bound.type.d.ts +6 -6
  71. package/domain/location/models/types/location-geometry.type.d.ts +7 -7
  72. package/domain/location/models/types/location-lat-lng.type.d.ts +4 -4
  73. package/domain/shop-settings/enums/filter-type.enum.d.ts +19 -19
  74. package/domain/shop-settings/enums/index.d.ts +2 -2
  75. package/domain/shop-settings/enums/questions-filters.enum.d.ts +19 -19
  76. package/domain/shop-settings/helpers/beauty-questions.helper.d.ts +9 -9
  77. package/domain/shop-settings/helpers/index.d.ts +1 -1
  78. package/domain/shop-settings/index.d.ts +4 -4
  79. package/domain/shop-settings/models/home.d.ts +18 -18
  80. package/domain/shop-settings/models/index.d.ts +4 -4
  81. package/domain/shop-settings/models/shop-menu.d.ts +7 -7
  82. package/domain/shop-settings/models/shop-settings.d.ts +9 -9
  83. package/domain/shop-settings/models/types/banner.type.d.ts +6 -6
  84. package/domain/shop-settings/models/types/benefit.type.d.ts +5 -5
  85. package/domain/shop-settings/models/types/home-data.type.d.ts +15 -15
  86. package/domain/shop-settings/models/types/index.d.ts +10 -10
  87. package/domain/shop-settings/models/types/menu-nav.type.d.ts +8 -8
  88. package/domain/shop-settings/models/types/shop-banner.type.d.ts +12 -12
  89. package/domain/shop-settings/models/types/shop-brands.type.d.ts +10 -10
  90. package/domain/shop-settings/models/types/shop-carousel.type.d.ts +5 -5
  91. package/domain/shop-settings/models/types/shop-collection.type.d.ts +9 -9
  92. package/domain/shop-settings/models/types/shop-section.type.d.ts +9 -9
  93. package/domain/shop-settings/models/types/sub-menu.type.d.ts +8 -8
  94. package/domain/shop-settings/repositories/home.repository.d.ts +4 -4
  95. package/domain/shop-settings/repositories/index.d.ts +3 -3
  96. package/domain/shop-settings/repositories/shop-menu.repository.d.ts +4 -4
  97. package/domain/shop-settings/repositories/shop-settings.repository.d.ts +4 -4
  98. package/domain/shopping/index.d.ts +2 -2
  99. package/domain/shopping/models/buy-2-win.d.ts +18 -18
  100. package/domain/shopping/models/campaign-dashboard.d.ts +15 -15
  101. package/domain/shopping/models/campaign-hashtag.d.ts +18 -18
  102. package/domain/shopping/models/checkout.d.ts +27 -26
  103. package/domain/shopping/models/coupons/coupon.d.ts +32 -60
  104. package/domain/shopping/models/coupons/enums/coupon-club-mens.enum.d.ts +5 -5
  105. package/domain/shopping/models/coupons/enums/coupon-subtypes.enum.d.ts +4 -4
  106. package/domain/shopping/models/coupons/enums/coupon-types.enum.d.ts +4 -4
  107. package/domain/shopping/models/coupons/enums/exclusivities.enum.d.ts +8 -8
  108. package/domain/shopping/models/coupons/enums/index.d.ts +3 -3
  109. package/domain/shopping/models/coupons/index.d.ts +2 -2
  110. package/domain/shopping/models/enums/checkout-types.enum.d.ts +5 -5
  111. package/domain/shopping/models/enums/index.d.ts +2 -2
  112. package/domain/shopping/models/enums/order-status.enum.d.ts +10 -10
  113. package/domain/shopping/models/index.d.ts +12 -12
  114. package/domain/shopping/models/line-item.d.ts +8 -8
  115. package/domain/shopping/models/order.d.ts +9 -10
  116. package/domain/shopping/models/payment.d.ts +67 -67
  117. package/domain/shopping/models/shipping-method.d.ts +16 -17
  118. package/domain/shopping/models/subscription/checkout.d.ts +21 -20
  119. package/domain/shopping/models/subscription/index.d.ts +2 -2
  120. package/domain/shopping/models/subscription/plan.d.ts +10 -10
  121. package/domain/shopping/models/types/index.d.ts +7 -7
  122. package/domain/shopping/models/types/payment-address.type.d.ts +12 -12
  123. package/domain/shopping/models/types/payment-billing.type.d.ts +7 -7
  124. package/domain/shopping/models/types/payment-card.type.d.ts +14 -14
  125. package/domain/shopping/models/types/payment-customer.type.d.ts +18 -18
  126. package/domain/shopping/models/types/payment-document.type.d.ts +6 -6
  127. package/domain/shopping/models/types/payment-item.type.d.ts +11 -11
  128. package/domain/shopping/models/types/payment-shipping.type.d.ts +10 -10
  129. package/domain/shopping/repositories/buy-2-win.repository.d.ts +4 -4
  130. package/domain/shopping/repositories/campaign-dashboard.repository.d.ts +4 -4
  131. package/domain/shopping/repositories/campaign-hashtag.repository.d.ts +4 -4
  132. package/domain/shopping/repositories/checkout.repository.d.ts +4 -4
  133. package/domain/shopping/repositories/coupon.repository.d.ts +4 -4
  134. package/domain/shopping/repositories/index.d.ts +9 -9
  135. package/domain/shopping/repositories/legacy-order.repository.d.ts +3 -3
  136. package/domain/shopping/repositories/order.repository.d.ts +4 -4
  137. package/domain/shopping/repositories/payment.repository.d.ts +4 -4
  138. package/domain/shopping/repositories/subscription/checkout.repository.d.ts +4 -4
  139. package/domain/shopping/repositories/subscription/index.d.ts +2 -2
  140. package/domain/shopping/repositories/subscription/plan.repository.d.ts +4 -4
  141. package/domain/users/errors/index.d.ts +3 -3
  142. package/domain/users/errors/unauthorized.error.d.ts +5 -5
  143. package/domain/users/errors/user-already-registered.error.d.ts +5 -5
  144. package/domain/users/errors/weak-password.error.d.ts +5 -5
  145. package/domain/users/index.d.ts +5 -5
  146. package/domain/users/models/beauty-profile.d.ts +11 -11
  147. package/domain/users/models/enums/accessory-importances.enum.d.ts +5 -5
  148. package/domain/users/models/enums/area.enum.d.ts +11 -11
  149. package/domain/users/models/enums/beard-problems.enum.d.ts +9 -9
  150. package/domain/users/models/enums/beard-sizes.enum.d.ts +7 -7
  151. package/domain/users/models/enums/beauty-product-importances.enum.d.ts +6 -6
  152. package/domain/users/models/enums/body-problems.enum.d.ts +11 -11
  153. package/domain/users/models/enums/body-shapes.enum.d.ts +7 -7
  154. package/domain/users/models/enums/body-tattoos.enum.d.ts +5 -5
  155. package/domain/users/models/enums/face-skin-oilinesses.enum.d.ts +7 -7
  156. package/domain/users/models/enums/face-skin-problems.enum.d.ts +10 -10
  157. package/domain/users/models/enums/face-skin-tones.enum.d.ts +8 -8
  158. package/domain/users/models/enums/family-incomes.enum.d.ts +8 -8
  159. package/domain/users/models/enums/fragrance-importances.enum.d.ts +5 -5
  160. package/domain/users/models/enums/hair-colors.enum.d.ts +10 -10
  161. package/domain/users/models/enums/hair-problems.enum.d.ts +10 -10
  162. package/domain/users/models/enums/hair-strands.enum.d.ts +8 -8
  163. package/domain/users/models/enums/hair-types.enum.d.ts +7 -7
  164. package/domain/users/models/enums/index.d.ts +20 -20
  165. package/domain/users/models/enums/office-position.enum.d.ts +6 -6
  166. package/domain/users/models/enums/product-spents.enum.d.ts +8 -8
  167. package/domain/users/models/enums/user-type.enum.d.ts +8 -8
  168. package/domain/users/models/index.d.ts +7 -7
  169. package/domain/users/models/lead.d.ts +8 -8
  170. package/domain/users/models/subscription/edition.d.ts +16 -16
  171. package/domain/users/models/subscription/enums/billing-status.enum.d.ts +3 -3
  172. package/domain/users/models/subscription/enums/edition-status.enum.d.ts +4 -4
  173. package/domain/users/models/subscription/enums/index.d.ts +4 -4
  174. package/domain/users/models/subscription/enums/payment-type.enum.d.ts +5 -5
  175. package/domain/users/models/subscription/enums/status.enum.d.ts +4 -4
  176. package/domain/users/models/subscription/index.d.ts +4 -5
  177. package/domain/users/models/subscription/payment.d.ts +13 -13
  178. package/domain/users/models/subscription/subscription.d.ts +28 -29
  179. package/domain/users/models/user-address.d.ts +7 -7
  180. package/domain/users/models/user-payment-method.d.ts +14 -14
  181. package/domain/users/models/user.d.ts +28 -27
  182. package/domain/users/repositories/beauty-profile.repository.d.ts +4 -4
  183. package/domain/users/repositories/edition.repository.d.ts +4 -4
  184. package/domain/users/repositories/index.d.ts +8 -9
  185. package/domain/users/repositories/lead.repository.d.ts +4 -4
  186. package/domain/users/repositories/subscription-payment.repository.d.ts +4 -4
  187. package/domain/users/repositories/subscription.repository.d.ts +4 -4
  188. package/domain/users/repositories/user-address.repository.d.ts +4 -4
  189. package/domain/users/repositories/user-payment-method.repository.d.ts +4 -4
  190. package/domain/users/repositories/user.repository.d.ts +6 -6
  191. package/domain/users/services/authentication.service.d.ts +12 -12
  192. package/domain/users/services/index.d.ts +3 -3
  193. package/domain/users/services/register.service.d.ts +7 -7
  194. package/domain/users/services/types/basic-user-data.type.d.ts +4 -4
  195. package/domain/users/services/types/index.d.ts +1 -1
  196. package/domain/users/use-cases/authentication.d.ts +21 -21
  197. package/domain/users/use-cases/index.d.ts +4 -4
  198. package/domain/users/use-cases/recovery-password.d.ts +6 -6
  199. package/domain/users/use-cases/register.d.ts +13 -13
  200. package/domain/users/use-cases/signout.d.ts +6 -6
  201. package/errors/duplicated-results.error.d.ts +5 -5
  202. package/errors/index.d.ts +4 -4
  203. package/errors/invalid-argument.error.d.ts +5 -5
  204. package/errors/not-found.error.d.ts +5 -5
  205. package/errors/required-argument.error.d.ts +6 -6
  206. package/esm2015/domain/catalog/index.js +3 -4
  207. package/esm2015/domain/catalog/models/category-collection.children.js +16 -0
  208. package/esm2015/domain/catalog/models/category-filter.js +10 -19
  209. package/esm2015/domain/catalog/models/category.js +21 -23
  210. package/esm2015/domain/catalog/models/enums/index.js +3 -3
  211. package/esm2015/domain/catalog/models/enums/product-genders.enum.js +7 -7
  212. package/esm2015/domain/catalog/models/enums/shops.enum.js +8 -8
  213. package/esm2015/domain/catalog/models/filter-option.js +10 -7
  214. package/esm2015/domain/catalog/models/filter.js +10 -7
  215. package/esm2015/domain/catalog/models/index.js +11 -11
  216. package/esm2015/domain/catalog/models/kit-product.js +18 -18
  217. package/esm2015/domain/catalog/models/product.js +22 -37
  218. package/esm2015/domain/catalog/models/types/category-condition.type.js +2 -2
  219. package/esm2015/domain/catalog/models/types/category-metadata.type.js +2 -2
  220. package/esm2015/domain/catalog/models/types/category-product.js +2 -2
  221. package/esm2015/domain/catalog/models/types/index.js +11 -12
  222. package/esm2015/domain/catalog/models/types/product-gender.type.js +2 -2
  223. package/esm2015/domain/catalog/models/types/product-metadata.type.js +2 -2
  224. package/esm2015/domain/catalog/models/types/product-review.type.js +2 -2
  225. package/esm2015/domain/catalog/models/types/shop-description.type.js +2 -2
  226. package/esm2015/domain/catalog/models/types/shop-price.type.js +2 -2
  227. package/esm2015/domain/catalog/models/types/stock.type.js +2 -2
  228. package/esm2015/domain/catalog/models/types/variant-grade.type.js +2 -2
  229. package/esm2015/domain/catalog/models/variant.js +10 -7
  230. package/esm2015/domain/catalog/repositories/category-collection-children.repository.js +2 -2
  231. package/esm2015/domain/catalog/repositories/category-filter.repository.js +2 -2
  232. package/esm2015/domain/catalog/repositories/category.repository.js +2 -2
  233. package/esm2015/domain/catalog/repositories/filter-option.repository.js +2 -2
  234. package/esm2015/domain/catalog/repositories/filter.repository.js +2 -2
  235. package/esm2015/domain/catalog/repositories/index.js +8 -9
  236. package/esm2015/domain/catalog/repositories/product.repository.js +2 -2
  237. package/esm2015/domain/catalog/repositories/subscription-product.repository.js +2 -2
  238. package/esm2015/domain/catalog/repositories/variant.repository.js +2 -2
  239. package/esm2015/domain/generic/index.js +3 -3
  240. package/esm2015/domain/generic/model/base.model.js +23 -24
  241. package/esm2015/domain/generic/model/identifier-fields.js +2 -2
  242. package/esm2015/domain/generic/model/index.js +4 -4
  243. package/esm2015/domain/generic/model/types/base-model-builder.type.js +2 -2
  244. package/esm2015/domain/generic/model/types/identifier-model.type.js +2 -2
  245. package/esm2015/domain/generic/model/types/index.js +6 -6
  246. package/esm2015/domain/generic/model/types/model-base-structure.type.js +2 -2
  247. package/esm2015/domain/generic/model/types/non-function-properties.type.js +2 -2
  248. package/esm2015/domain/generic/model/types/non-function-property-name.type.js +2 -2
  249. package/esm2015/domain/generic/repository/create.repository.js +2 -2
  250. package/esm2015/domain/generic/repository/crud.repository.js +2 -2
  251. package/esm2015/domain/generic/repository/delete.repository.js +2 -2
  252. package/esm2015/domain/generic/repository/enums/index.js +3 -3
  253. package/esm2015/domain/generic/repository/enums/update-option-actions.enum.js +9 -9
  254. package/esm2015/domain/generic/repository/enums/where.enum.js +16 -16
  255. package/esm2015/domain/generic/repository/find.repository.js +2 -2
  256. package/esm2015/domain/generic/repository/get.repository.js +2 -2
  257. package/esm2015/domain/generic/repository/index.js +10 -10
  258. package/esm2015/domain/generic/repository/read.repository.js +2 -2
  259. package/esm2015/domain/generic/repository/types/index.js +7 -7
  260. package/esm2015/domain/generic/repository/types/repository-find-filters.type.js +2 -2
  261. package/esm2015/domain/generic/repository/types/repository-find-result.type.js +2 -2
  262. package/esm2015/domain/generic/repository/types/repository-limit-options.type.js +2 -2
  263. package/esm2015/domain/generic/repository/types/repository-order-by-list.type.js +2 -2
  264. package/esm2015/domain/generic/repository/types/repository-update-params.type.js +2 -2
  265. package/esm2015/domain/generic/repository/types/where-options.type.js +2 -2
  266. package/esm2015/domain/generic/repository/update.repository.js +2 -2
  267. package/esm2015/domain/index.js +7 -7
  268. package/esm2015/domain/location/index.js +2 -2
  269. package/esm2015/domain/location/models/address.js +7 -7
  270. package/esm2015/domain/location/models/index.js +3 -3
  271. package/esm2015/domain/location/models/types/index.js +4 -4
  272. package/esm2015/domain/location/models/types/location-bound.type.js +2 -2
  273. package/esm2015/domain/location/models/types/location-geometry.type.js +2 -2
  274. package/esm2015/domain/location/models/types/location-lat-lng.type.js +2 -2
  275. package/esm2015/domain/shop-settings/enums/filter-type.enum.js +21 -21
  276. package/esm2015/domain/shop-settings/enums/index.js +3 -3
  277. package/esm2015/domain/shop-settings/enums/questions-filters.enum.js +21 -21
  278. package/esm2015/domain/shop-settings/helpers/beauty-questions.helper.js +46 -46
  279. package/esm2015/domain/shop-settings/helpers/index.js +2 -2
  280. package/esm2015/domain/shop-settings/index.js +5 -5
  281. package/esm2015/domain/shop-settings/models/home.js +7 -7
  282. package/esm2015/domain/shop-settings/models/index.js +5 -5
  283. package/esm2015/domain/shop-settings/models/shop-menu.js +7 -7
  284. package/esm2015/domain/shop-settings/models/shop-settings.js +7 -7
  285. package/esm2015/domain/shop-settings/models/types/banner.type.js +2 -2
  286. package/esm2015/domain/shop-settings/models/types/benefit.type.js +2 -2
  287. package/esm2015/domain/shop-settings/models/types/home-data.type.js +2 -2
  288. package/esm2015/domain/shop-settings/models/types/index.js +11 -11
  289. package/esm2015/domain/shop-settings/models/types/menu-nav.type.js +2 -2
  290. package/esm2015/domain/shop-settings/models/types/shop-banner.type.js +2 -2
  291. package/esm2015/domain/shop-settings/models/types/shop-brands.type.js +2 -2
  292. package/esm2015/domain/shop-settings/models/types/shop-carousel.type.js +2 -2
  293. package/esm2015/domain/shop-settings/models/types/shop-collection.type.js +2 -2
  294. package/esm2015/domain/shop-settings/models/types/shop-section.type.js +2 -2
  295. package/esm2015/domain/shop-settings/models/types/sub-menu.type.js +2 -2
  296. package/esm2015/domain/shop-settings/repositories/home.repository.js +2 -2
  297. package/esm2015/domain/shop-settings/repositories/index.js +4 -4
  298. package/esm2015/domain/shop-settings/repositories/shop-menu.repository.js +2 -2
  299. package/esm2015/domain/shop-settings/repositories/shop-settings.repository.js +2 -2
  300. package/esm2015/domain/shopping/index.js +3 -3
  301. package/esm2015/domain/shopping/models/buy-2-win.js +14 -14
  302. package/esm2015/domain/shopping/models/campaign-dashboard.js +7 -7
  303. package/esm2015/domain/shopping/models/campaign-hashtag.js +7 -7
  304. package/esm2015/domain/shopping/models/checkout.js +38 -37
  305. package/esm2015/domain/shopping/models/coupons/coupon.js +38 -38
  306. package/esm2015/domain/shopping/models/coupons/enums/coupon-club-mens.enum.js +7 -7
  307. package/esm2015/domain/shopping/models/coupons/enums/coupon-subtypes.enum.js +6 -6
  308. package/esm2015/domain/shopping/models/coupons/enums/coupon-types.enum.js +10 -10
  309. package/esm2015/domain/shopping/models/coupons/enums/exclusivities.enum.js +10 -10
  310. package/esm2015/domain/shopping/models/coupons/enums/index.js +4 -4
  311. package/esm2015/domain/shopping/models/coupons/index.js +3 -3
  312. package/esm2015/domain/shopping/models/enums/checkout-types.enum.js +7 -7
  313. package/esm2015/domain/shopping/models/enums/index.js +3 -3
  314. package/esm2015/domain/shopping/models/enums/order-status.enum.js +12 -12
  315. package/esm2015/domain/shopping/models/index.js +13 -13
  316. package/esm2015/domain/shopping/models/line-item.js +4 -4
  317. package/esm2015/domain/shopping/models/order.js +11 -11
  318. package/esm2015/domain/shopping/models/payment.js +169 -169
  319. package/esm2015/domain/shopping/models/shipping-method.js +7 -7
  320. package/esm2015/domain/shopping/models/subscription/checkout.js +28 -28
  321. package/esm2015/domain/shopping/models/subscription/index.js +3 -3
  322. package/esm2015/domain/shopping/models/subscription/plan.js +7 -7
  323. package/esm2015/domain/shopping/models/types/index.js +8 -8
  324. package/esm2015/domain/shopping/models/types/payment-address.type.js +2 -2
  325. package/esm2015/domain/shopping/models/types/payment-billing.type.js +2 -2
  326. package/esm2015/domain/shopping/models/types/payment-card.type.js +2 -2
  327. package/esm2015/domain/shopping/models/types/payment-customer.type.js +2 -2
  328. package/esm2015/domain/shopping/models/types/payment-document.type.js +2 -2
  329. package/esm2015/domain/shopping/models/types/payment-item.type.js +2 -2
  330. package/esm2015/domain/shopping/models/types/payment-shipping.type.js +2 -2
  331. package/esm2015/domain/shopping/repositories/buy-2-win.repository.js +2 -2
  332. package/esm2015/domain/shopping/repositories/campaign-dashboard.repository.js +2 -2
  333. package/esm2015/domain/shopping/repositories/campaign-hashtag.repository.js +2 -2
  334. package/esm2015/domain/shopping/repositories/checkout.repository.js +2 -2
  335. package/esm2015/domain/shopping/repositories/coupon.repository.js +2 -2
  336. package/esm2015/domain/shopping/repositories/index.js +10 -10
  337. package/esm2015/domain/shopping/repositories/legacy-order.repository.js +2 -2
  338. package/esm2015/domain/shopping/repositories/order.repository.js +2 -2
  339. package/esm2015/domain/shopping/repositories/payment.repository.js +2 -2
  340. package/esm2015/domain/shopping/repositories/subscription/checkout.repository.js +2 -2
  341. package/esm2015/domain/shopping/repositories/subscription/index.js +3 -3
  342. package/esm2015/domain/shopping/repositories/subscription/plan.repository.js +2 -2
  343. package/esm2015/domain/users/errors/index.js +4 -4
  344. package/esm2015/domain/users/errors/unauthorized.error.js +8 -8
  345. package/esm2015/domain/users/errors/user-already-registered.error.js +8 -8
  346. package/esm2015/domain/users/errors/weak-password.error.js +8 -8
  347. package/esm2015/domain/users/index.js +6 -6
  348. package/esm2015/domain/users/models/beauty-profile.js +12 -12
  349. package/esm2015/domain/users/models/enums/accessory-importances.enum.js +7 -7
  350. package/esm2015/domain/users/models/enums/area.enum.js +13 -13
  351. package/esm2015/domain/users/models/enums/beard-problems.enum.js +11 -11
  352. package/esm2015/domain/users/models/enums/beard-sizes.enum.js +9 -9
  353. package/esm2015/domain/users/models/enums/beauty-product-importances.enum.js +8 -8
  354. package/esm2015/domain/users/models/enums/body-problems.enum.js +13 -13
  355. package/esm2015/domain/users/models/enums/body-shapes.enum.js +9 -9
  356. package/esm2015/domain/users/models/enums/body-tattoos.enum.js +7 -7
  357. package/esm2015/domain/users/models/enums/face-skin-oilinesses.enum.js +9 -9
  358. package/esm2015/domain/users/models/enums/face-skin-problems.enum.js +12 -12
  359. package/esm2015/domain/users/models/enums/face-skin-tones.enum.js +10 -10
  360. package/esm2015/domain/users/models/enums/family-incomes.enum.js +10 -10
  361. package/esm2015/domain/users/models/enums/fragrance-importances.enum.js +7 -7
  362. package/esm2015/domain/users/models/enums/hair-colors.enum.js +12 -12
  363. package/esm2015/domain/users/models/enums/hair-problems.enum.js +12 -12
  364. package/esm2015/domain/users/models/enums/hair-strands.enum.js +10 -10
  365. package/esm2015/domain/users/models/enums/hair-types.enum.js +9 -9
  366. package/esm2015/domain/users/models/enums/index.js +21 -21
  367. package/esm2015/domain/users/models/enums/office-position.enum.js +8 -8
  368. package/esm2015/domain/users/models/enums/product-spents.enum.js +10 -10
  369. package/esm2015/domain/users/models/enums/user-type.enum.js +10 -10
  370. package/esm2015/domain/users/models/index.js +8 -8
  371. package/esm2015/domain/users/models/lead.js +7 -7
  372. package/esm2015/domain/users/models/subscription/edition.js +7 -7
  373. package/esm2015/domain/users/models/subscription/enums/billing-status.enum.js +5 -5
  374. package/esm2015/domain/users/models/subscription/enums/edition-status.enum.js +6 -6
  375. package/esm2015/domain/users/models/subscription/enums/index.js +5 -5
  376. package/esm2015/domain/users/models/subscription/enums/payment-type.enum.js +7 -7
  377. package/esm2015/domain/users/models/subscription/enums/status.enum.js +6 -6
  378. package/esm2015/domain/users/models/subscription/index.js +5 -6
  379. package/esm2015/domain/users/models/subscription/payment.js +14 -14
  380. package/esm2015/domain/users/models/subscription/subscription.js +43 -43
  381. package/esm2015/domain/users/models/user-address.js +7 -7
  382. package/esm2015/domain/users/models/user-payment-method.js +7 -7
  383. package/esm2015/domain/users/models/user.js +26 -26
  384. package/esm2015/domain/users/repositories/beauty-profile.repository.js +2 -2
  385. package/esm2015/domain/users/repositories/edition.repository.js +2 -2
  386. package/esm2015/domain/users/repositories/index.js +9 -10
  387. package/esm2015/domain/users/repositories/lead.repository.js +2 -2
  388. package/esm2015/domain/users/repositories/subscription-payment.repository.js +2 -2
  389. package/esm2015/domain/users/repositories/subscription.repository.js +2 -2
  390. package/esm2015/domain/users/repositories/user-address.repository.js +2 -2
  391. package/esm2015/domain/users/repositories/user-payment-method.repository.js +2 -2
  392. package/esm2015/domain/users/repositories/user.repository.js +2 -2
  393. package/esm2015/domain/users/services/authentication.service.js +2 -2
  394. package/esm2015/domain/users/services/index.js +4 -4
  395. package/esm2015/domain/users/services/register.service.js +2 -2
  396. package/esm2015/domain/users/services/types/basic-user-data.type.js +2 -2
  397. package/esm2015/domain/users/services/types/index.js +2 -2
  398. package/esm2015/domain/users/use-cases/authentication.js +40 -40
  399. package/esm2015/domain/users/use-cases/index.js +5 -5
  400. package/esm2015/domain/users/use-cases/recovery-password.js +12 -12
  401. package/esm2015/domain/users/use-cases/register.js +34 -34
  402. package/esm2015/domain/users/use-cases/signout.js +12 -12
  403. package/esm2015/errors/duplicated-results.error.js +8 -8
  404. package/esm2015/errors/index.js +5 -5
  405. package/esm2015/errors/invalid-argument.error.js +8 -8
  406. package/esm2015/errors/not-found.error.js +8 -8
  407. package/esm2015/errors/required-argument.error.js +9 -9
  408. package/esm2015/index.js +6 -6
  409. package/esm2015/infra/elasticsearch/adapters/axios.adapter.js +76 -76
  410. package/esm2015/infra/elasticsearch/adapters/elastic-search.adapter.js +2 -2
  411. package/esm2015/infra/elasticsearch/adapters/index.js +3 -3
  412. package/esm2015/infra/elasticsearch/index.js +4 -4
  413. package/esm2015/infra/elasticsearch/indexes/index.js +2 -2
  414. package/esm2015/infra/elasticsearch/indexes/products-index.js +110 -115
  415. package/esm2015/infra/elasticsearch/types/elastic-search-result.js +2 -2
  416. package/esm2015/infra/elasticsearch/types/index.js +2 -2
  417. package/esm2015/infra/firebase/auth/authentication-firebase-auth.service.js +52 -52
  418. package/esm2015/infra/firebase/auth/index.js +3 -3
  419. package/esm2015/infra/firebase/auth/register-firebase-auth.service.js +26 -26
  420. package/esm2015/infra/firebase/auth/types/firebase-user-with-id.type.js +2 -2
  421. package/esm2015/infra/firebase/firestore/enums/firestore-field-type.enum.js +10 -10
  422. package/esm2015/infra/firebase/firestore/enums/index.js +2 -2
  423. package/esm2015/infra/firebase/firestore/index.js +4 -4
  424. package/esm2015/infra/firebase/firestore/mixins/index.js +10 -10
  425. package/esm2015/infra/firebase/firestore/mixins/with-create-firestore.mixin.js +31 -31
  426. package/esm2015/infra/firebase/firestore/mixins/with-crud-firestore.mixin.js +10 -10
  427. package/esm2015/infra/firebase/firestore/mixins/with-delete-firestore.mixin.js +18 -18
  428. package/esm2015/infra/firebase/firestore/mixins/with-find-firestore.mixin.js +98 -98
  429. package/esm2015/infra/firebase/firestore/mixins/with-firestore.mixin.js +49 -64
  430. package/esm2015/infra/firebase/firestore/mixins/with-get-firestore.mixin.js +24 -24
  431. package/esm2015/infra/firebase/firestore/mixins/with-helpers.mixin.js +17 -17
  432. package/esm2015/infra/firebase/firestore/mixins/with-sub-collection.mixin.js +11 -11
  433. package/esm2015/infra/firebase/firestore/mixins/with-update-firestore.mixin.js +45 -45
  434. package/esm2015/infra/firebase/firestore/repositories/catalog/category-firestore.repository.js +73 -82
  435. package/esm2015/infra/firebase/firestore/repositories/catalog/index.js +5 -5
  436. package/esm2015/infra/firebase/firestore/repositories/catalog/product-firestore.repository.js +55 -58
  437. package/esm2015/infra/firebase/firestore/repositories/catalog/product-variant-firestore.repository.js +14 -14
  438. package/esm2015/infra/firebase/firestore/repositories/catalog/subscription-product-firestore.repository.js +12 -12
  439. package/esm2015/infra/firebase/firestore/repositories/index.js +5 -5
  440. package/esm2015/infra/firebase/firestore/repositories/shop-settings/home-firestore.repository.js +56 -56
  441. package/esm2015/infra/firebase/firestore/repositories/shop-settings/index.js +4 -4
  442. package/esm2015/infra/firebase/firestore/repositories/shop-settings/shop-menu-firestore.repository.js +12 -12
  443. package/esm2015/infra/firebase/firestore/repositories/shop-settings/shop-settings-firestore.repository.js +12 -12
  444. package/esm2015/infra/firebase/firestore/repositories/shopping/buy-2-win-firestore.repository.js +12 -12
  445. package/esm2015/infra/firebase/firestore/repositories/shopping/campaign-dashboard-firestore.repository.js +12 -12
  446. package/esm2015/infra/firebase/firestore/repositories/shopping/campaign-hashtag-firestore.repository.js +12 -12
  447. package/esm2015/infra/firebase/firestore/repositories/shopping/checkout-firestore.repository.js +12 -12
  448. package/esm2015/infra/firebase/firestore/repositories/shopping/checkout-subscription-firestore.repository.js +12 -12
  449. package/esm2015/infra/firebase/firestore/repositories/shopping/coupon-firestore.repository.js +29 -29
  450. package/esm2015/infra/firebase/firestore/repositories/shopping/index.js +11 -11
  451. package/esm2015/infra/firebase/firestore/repositories/shopping/legacy-order-firestore.repository.js +9 -9
  452. package/esm2015/infra/firebase/firestore/repositories/shopping/order-firestore.repository.js +40 -40
  453. package/esm2015/infra/firebase/firestore/repositories/shopping/payment-firestore.repository.js +12 -12
  454. package/esm2015/infra/firebase/firestore/repositories/shopping/subscription-plan-firestore.repository.js +12 -12
  455. package/esm2015/infra/firebase/firestore/repositories/users/index.js +9 -10
  456. package/esm2015/infra/firebase/firestore/repositories/users/lead-firestore.repository.js +12 -12
  457. package/esm2015/infra/firebase/firestore/repositories/users/subscription-edition-firestore.repository.js +14 -14
  458. package/esm2015/infra/firebase/firestore/repositories/users/subscription-firestore.repository.js +12 -12
  459. package/esm2015/infra/firebase/firestore/repositories/users/subscription-payment-firestore.repository.js +14 -14
  460. package/esm2015/infra/firebase/firestore/repositories/users/user-address-firestore.repository.js +14 -14
  461. package/esm2015/infra/firebase/firestore/repositories/users/user-beauty-profile-firestore.repository.js +14 -14
  462. package/esm2015/infra/firebase/firestore/repositories/users/user-firestore.repository.js +68 -68
  463. package/esm2015/infra/firebase/firestore/repositories/users/user-payment-method-firestore.repository.js +14 -14
  464. package/esm2015/infra/firebase/firestore/types/firestore-sub.repository.type.js +2 -2
  465. package/esm2015/infra/firebase/firestore/types/firestore.helpers.type.js +2 -2
  466. package/esm2015/infra/firebase/firestore/types/firestore.repository.type.js +2 -2
  467. package/esm2015/infra/firebase/firestore/types/index.js +4 -4
  468. package/esm2015/infra/firebase/index.js +3 -3
  469. package/esm2015/infra/hasura-graphql/enums/hasura-graphql-column-type.enum.js +13 -13
  470. package/esm2015/infra/hasura-graphql/enums/hasura-graphql-where.enum.js +15 -15
  471. package/esm2015/infra/hasura-graphql/enums/index.js +3 -3
  472. package/esm2015/infra/hasura-graphql/index.js +5 -5
  473. package/esm2015/infra/hasura-graphql/mixins/helpers/attribute-option.helper.js +31 -31
  474. package/esm2015/infra/hasura-graphql/mixins/helpers/bind-filter-query.helper.js +53 -58
  475. package/esm2015/infra/hasura-graphql/mixins/helpers/filter-option.helper.js +22 -22
  476. package/esm2015/infra/hasura-graphql/mixins/helpers/graphql-field.helper.js +90 -95
  477. package/esm2015/infra/hasura-graphql/mixins/helpers/index.js +5 -5
  478. package/esm2015/infra/hasura-graphql/mixins/index.js +8 -8
  479. package/esm2015/infra/hasura-graphql/mixins/with-create-hasura-graphql.mixin.js +45 -61
  480. package/esm2015/infra/hasura-graphql/mixins/with-crud-hasura-graphql.mixin.js +10 -10
  481. package/esm2015/infra/hasura-graphql/mixins/with-delete-hasura-graphql.mixin.js +29 -31
  482. package/esm2015/infra/hasura-graphql/mixins/with-find-hasura-graphql.mixin.js +50 -109
  483. package/esm2015/infra/hasura-graphql/mixins/with-get-hasura-graphql.mixin.js +35 -37
  484. package/esm2015/infra/hasura-graphql/mixins/with-hasura-graphql.mixin.js +94 -97
  485. package/esm2015/infra/hasura-graphql/mixins/with-update-hasura-graphql.mixin.js +56 -58
  486. package/esm2015/infra/hasura-graphql/models/category-hasura-graphql.js +4 -4
  487. package/esm2015/infra/hasura-graphql/models/index.js +5 -5
  488. package/esm2015/infra/hasura-graphql/models/kit-product-hasura-graphql.js +15 -15
  489. package/esm2015/infra/hasura-graphql/models/product-hasura-graphql.js +11 -11
  490. package/esm2015/infra/hasura-graphql/models/variant-hasura-graphql.js +9 -9
  491. package/esm2015/infra/hasura-graphql/repositories/catalog/category-collection-children-hasura-graphql.repository.js +38 -38
  492. package/esm2015/infra/hasura-graphql/repositories/catalog/category-filter-hasura-graphql.repository.js +24 -97
  493. package/esm2015/infra/hasura-graphql/repositories/catalog/category-hasura-graphql.repository.js +333 -377
  494. package/esm2015/infra/hasura-graphql/repositories/catalog/filter-hasura-graphql.repository.js +123 -123
  495. package/esm2015/infra/hasura-graphql/repositories/catalog/filter-option-hasura-graphql.repository.js +21 -21
  496. package/esm2015/infra/hasura-graphql/repositories/catalog/index.js +8 -8
  497. package/esm2015/infra/hasura-graphql/repositories/catalog/product-hasura-graphql.repository.js +498 -506
  498. package/esm2015/infra/hasura-graphql/repositories/catalog/variant-hasura-graphql.repository.js +116 -117
  499. package/esm2015/infra/hasura-graphql/repositories/index.js +2 -2
  500. package/esm2015/infra/hasura-graphql/types/fields.type.js +2 -2
  501. package/esm2015/infra/hasura-graphql/types/graphql.repository.type.js +2 -2
  502. package/esm2015/infra/hasura-graphql/types/hasura-graphql-auth-options.type.js +2 -2
  503. package/esm2015/infra/hasura-graphql/types/hasura-graphql-fields.type.js +2 -2
  504. package/esm2015/infra/hasura-graphql/types/hasura-graphql-headers.type.js +2 -2
  505. package/esm2015/infra/hasura-graphql/types/index.js +9 -9
  506. package/esm2015/infra/hasura-graphql/types/nested-field.type.js +2 -2
  507. package/esm2015/infra/hasura-graphql/types/query-builder-options.type.js +2 -2
  508. package/esm2015/infra/hasura-graphql/types/variable-options.type.js +2 -2
  509. package/esm2015/infra/index.js +4 -4
  510. package/esm2015/infrab4a-connect.js +4 -4
  511. package/esm2015/utils/index.js +8 -11
  512. package/esm2015/utils/is-uuid.js +3 -3
  513. package/esm2015/utils/mixins/base.mixin.js +6 -6
  514. package/esm2015/utils/mixins/index.js +4 -4
  515. package/esm2015/utils/mixins/merge-constructor-params.type.js +2 -2
  516. package/esm2015/utils/mixins/mixin-ctor.type.js +2 -2
  517. package/esm2015/utils/parse-datetime.js +14 -14
  518. package/esm2015/utils/types/array-element.type.js +2 -2
  519. package/esm2015/utils/types/index.js +3 -3
  520. package/esm2015/utils/types/prop.type.js +2 -2
  521. package/fesm2015/infrab4a-connect.js +3623 -4376
  522. package/fesm2015/infrab4a-connect.js.map +1 -1
  523. package/index.d.ts +5 -5
  524. package/infra/elasticsearch/adapters/axios.adapter.d.ts +16 -16
  525. package/infra/elasticsearch/adapters/elastic-search.adapter.d.ts +8 -8
  526. package/infra/elasticsearch/adapters/index.d.ts +2 -2
  527. package/infra/elasticsearch/index.d.ts +3 -3
  528. package/infra/elasticsearch/indexes/index.d.ts +1 -1
  529. package/infra/elasticsearch/indexes/products-index.d.ts +13 -13
  530. package/infra/elasticsearch/types/elastic-search-result.d.ts +9 -9
  531. package/infra/elasticsearch/types/index.d.ts +1 -1
  532. package/infra/firebase/auth/authentication-firebase-auth.service.d.ts +12 -12
  533. package/infra/firebase/auth/index.d.ts +2 -2
  534. package/infra/firebase/auth/register-firebase-auth.service.d.ts +8 -8
  535. package/infra/firebase/auth/types/firebase-user-with-id.type.d.ts +3 -3
  536. package/infra/firebase/firestore/enums/firestore-field-type.enum.d.ts +8 -8
  537. package/infra/firebase/firestore/enums/index.d.ts +1 -1
  538. package/infra/firebase/firestore/index.d.ts +3 -3
  539. package/infra/firebase/firestore/mixins/index.d.ts +9 -9
  540. package/infra/firebase/firestore/mixins/with-create-firestore.mixin.d.ts +4 -4
  541. package/infra/firebase/firestore/mixins/with-crud-firestore.mixin.d.ts +4 -4
  542. package/infra/firebase/firestore/mixins/with-delete-firestore.mixin.d.ts +4 -4
  543. package/infra/firebase/firestore/mixins/with-find-firestore.mixin.d.ts +4 -4
  544. package/infra/firebase/firestore/mixins/with-firestore.mixin.d.ts +4 -4
  545. package/infra/firebase/firestore/mixins/with-get-firestore.mixin.d.ts +4 -4
  546. package/infra/firebase/firestore/mixins/with-helpers.mixin.d.ts +11 -11
  547. package/infra/firebase/firestore/mixins/with-sub-collection.mixin.d.ts +7 -7
  548. package/infra/firebase/firestore/mixins/with-update-firestore.mixin.d.ts +7 -7
  549. package/infra/firebase/firestore/repositories/catalog/category-firestore.repository.d.ts +18 -21
  550. package/infra/firebase/firestore/repositories/catalog/index.d.ts +4 -4
  551. package/infra/firebase/firestore/repositories/catalog/product-firestore.repository.d.ts +12 -13
  552. package/infra/firebase/firestore/repositories/catalog/product-variant-firestore.repository.d.ts +13 -13
  553. package/infra/firebase/firestore/repositories/catalog/subscription-product-firestore.repository.d.ts +8 -8
  554. package/infra/firebase/firestore/repositories/index.d.ts +4 -4
  555. package/infra/firebase/firestore/repositories/shop-settings/home-firestore.repository.d.ts +16 -16
  556. package/infra/firebase/firestore/repositories/shop-settings/index.d.ts +3 -3
  557. package/infra/firebase/firestore/repositories/shop-settings/shop-menu-firestore.repository.d.ts +8 -8
  558. package/infra/firebase/firestore/repositories/shop-settings/shop-settings-firestore.repository.d.ts +8 -8
  559. package/infra/firebase/firestore/repositories/shopping/buy-2-win-firestore.repository.d.ts +8 -8
  560. package/infra/firebase/firestore/repositories/shopping/campaign-dashboard-firestore.repository.d.ts +9 -9
  561. package/infra/firebase/firestore/repositories/shopping/campaign-hashtag-firestore.repository.d.ts +9 -9
  562. package/infra/firebase/firestore/repositories/shopping/checkout-firestore.repository.d.ts +8 -8
  563. package/infra/firebase/firestore/repositories/shopping/checkout-subscription-firestore.repository.d.ts +8 -8
  564. package/infra/firebase/firestore/repositories/shopping/coupon-firestore.repository.d.ts +12 -12
  565. package/infra/firebase/firestore/repositories/shopping/index.d.ts +10 -10
  566. package/infra/firebase/firestore/repositories/shopping/legacy-order-firestore.repository.d.ts +7 -7
  567. package/infra/firebase/firestore/repositories/shopping/order-firestore.repository.d.ts +13 -13
  568. package/infra/firebase/firestore/repositories/shopping/payment-firestore.repository.d.ts +8 -8
  569. package/infra/firebase/firestore/repositories/shopping/subscription-plan-firestore.repository.d.ts +8 -8
  570. package/infra/firebase/firestore/repositories/users/index.d.ts +8 -9
  571. package/infra/firebase/firestore/repositories/users/lead-firestore.repository.d.ts +8 -8
  572. package/infra/firebase/firestore/repositories/users/subscription-edition-firestore.repository.d.ts +13 -13
  573. package/infra/firebase/firestore/repositories/users/subscription-firestore.repository.d.ts +8 -8
  574. package/infra/firebase/firestore/repositories/users/subscription-payment-firestore.repository.d.ts +13 -13
  575. package/infra/firebase/firestore/repositories/users/user-address-firestore.repository.d.ts +13 -13
  576. package/infra/firebase/firestore/repositories/users/user-beauty-profile-firestore.repository.d.ts +13 -13
  577. package/infra/firebase/firestore/repositories/users/user-firestore.repository.d.ts +17 -17
  578. package/infra/firebase/firestore/repositories/users/user-payment-method-firestore.repository.d.ts +13 -13
  579. package/infra/firebase/firestore/types/firestore-sub.repository.type.d.ts +6 -6
  580. package/infra/firebase/firestore/types/firestore.helpers.type.d.ts +8 -8
  581. package/infra/firebase/firestore/types/firestore.repository.type.d.ts +14 -14
  582. package/infra/firebase/firestore/types/index.d.ts +3 -3
  583. package/infra/firebase/index.d.ts +2 -2
  584. package/infra/hasura-graphql/enums/hasura-graphql-column-type.enum.d.ts +11 -11
  585. package/infra/hasura-graphql/enums/hasura-graphql-where.enum.d.ts +13 -13
  586. package/infra/hasura-graphql/enums/index.d.ts +2 -2
  587. package/infra/hasura-graphql/index.d.ts +4 -4
  588. package/infra/hasura-graphql/mixins/helpers/attribute-option.helper.d.ts +13 -15
  589. package/infra/hasura-graphql/mixins/helpers/bind-filter-query.helper.d.ts +10 -10
  590. package/infra/hasura-graphql/mixins/helpers/filter-option.helper.d.ts +6 -8
  591. package/infra/hasura-graphql/mixins/helpers/graphql-field.helper.d.ts +8 -9
  592. package/infra/hasura-graphql/mixins/helpers/index.d.ts +4 -4
  593. package/infra/hasura-graphql/mixins/index.d.ts +7 -7
  594. package/infra/hasura-graphql/mixins/with-create-hasura-graphql.mixin.d.ts +8 -9
  595. package/infra/hasura-graphql/mixins/with-crud-hasura-graphql.mixin.d.ts +11 -11
  596. package/infra/hasura-graphql/mixins/with-delete-hasura-graphql.mixin.d.ts +7 -7
  597. package/infra/hasura-graphql/mixins/with-find-hasura-graphql.mixin.d.ts +20 -33
  598. package/infra/hasura-graphql/mixins/with-get-hasura-graphql.mixin.d.ts +24 -25
  599. package/infra/hasura-graphql/mixins/with-hasura-graphql.mixin.d.ts +11 -11
  600. package/infra/hasura-graphql/mixins/with-update-hasura-graphql.mixin.d.ts +14 -14
  601. package/infra/hasura-graphql/models/category-hasura-graphql.d.ts +6 -6
  602. package/infra/hasura-graphql/models/index.d.ts +4 -4
  603. package/infra/hasura-graphql/models/kit-product-hasura-graphql.d.ts +6 -6
  604. package/infra/hasura-graphql/models/product-hasura-graphql.d.ts +15 -18
  605. package/infra/hasura-graphql/models/variant-hasura-graphql.d.ts +9 -10
  606. package/infra/hasura-graphql/repositories/catalog/category-collection-children-hasura-graphql.repository.d.ts +10 -10
  607. package/infra/hasura-graphql/repositories/catalog/category-filter-hasura-graphql.repository.d.ts +11 -11
  608. package/infra/hasura-graphql/repositories/catalog/category-hasura-graphql.repository.d.ts +31 -34
  609. package/infra/hasura-graphql/repositories/catalog/filter-hasura-graphql.repository.d.ts +18 -18
  610. package/infra/hasura-graphql/repositories/catalog/filter-option-hasura-graphql.repository.d.ts +10 -10
  611. package/infra/hasura-graphql/repositories/catalog/index.d.ts +7 -7
  612. package/infra/hasura-graphql/repositories/catalog/product-hasura-graphql.repository.d.ts +29 -30
  613. package/infra/hasura-graphql/repositories/catalog/variant-hasura-graphql.repository.d.ts +14 -14
  614. package/infra/hasura-graphql/repositories/index.d.ts +1 -1
  615. package/infra/hasura-graphql/types/fields.type.d.ts +2 -2
  616. package/infra/hasura-graphql/types/graphql.repository.type.d.ts +21 -23
  617. package/infra/hasura-graphql/types/hasura-graphql-auth-options.type.d.ts +8 -8
  618. package/infra/hasura-graphql/types/hasura-graphql-fields.type.d.ts +40 -44
  619. package/infra/hasura-graphql/types/hasura-graphql-headers.type.d.ts +7 -7
  620. package/infra/hasura-graphql/types/index.d.ts +8 -8
  621. package/infra/hasura-graphql/types/nested-field.type.d.ts +7 -7
  622. package/infra/hasura-graphql/types/query-builder-options.type.d.ts +7 -7
  623. package/infra/hasura-graphql/types/variable-options.type.d.ts +9 -9
  624. package/infra/index.d.ts +3 -3
  625. package/infrab4a-connect.d.ts +5 -5
  626. package/package.json +1 -2
  627. package/utils/index.d.ts +7 -10
  628. package/utils/is-uuid.d.ts +1 -1
  629. package/utils/mixins/base.mixin.d.ts +3 -3
  630. package/utils/mixins/index.d.ts +3 -3
  631. package/utils/mixins/merge-constructor-params.type.d.ts +3 -3
  632. package/utils/mixins/mixin-ctor.type.d.ts +1 -1
  633. package/utils/parse-datetime.d.ts +1 -1
  634. package/utils/types/array-element.type.d.ts +1 -1
  635. package/utils/types/index.d.ts +2 -2
  636. package/utils/types/prop.type.d.ts +1 -1
  637. package/domain/catalog/helpers/index.d.ts +0 -1
  638. package/domain/catalog/helpers/round-product-price.helper.d.ts +0 -4
  639. package/domain/catalog/models/types/product-evaluation.type.d.ts +0 -6
  640. package/domain/users/models/subscription/subscription-materialization.d.ts +0 -31
  641. package/domain/users/repositories/subscription-materialization.repository.d.ts +0 -4
  642. package/esm2015/domain/catalog/helpers/index.js +0 -2
  643. package/esm2015/domain/catalog/helpers/round-product-price.helper.js +0 -15
  644. package/esm2015/domain/catalog/models/category-collection-children.js +0 -13
  645. package/esm2015/domain/catalog/models/types/product-evaluation.type.js +0 -2
  646. package/esm2015/domain/users/models/subscription/subscription-materialization.js +0 -42
  647. package/esm2015/domain/users/repositories/subscription-materialization.repository.js +0 -2
  648. package/esm2015/infra/firebase/firestore/repositories/users/subscription-materialization-firestore.repository.js +0 -12
  649. package/esm2015/utils/decorators/debug.class.decorator.js +0 -7
  650. package/esm2015/utils/decorators/index.js +0 -3
  651. package/esm2015/utils/decorators/trace.method.decorator.js +0 -81
  652. package/esm2015/utils/helpers/class-name.helper.js +0 -15
  653. package/esm2015/utils/helpers/debug-decorator.helper.js +0 -18
  654. package/esm2015/utils/helpers/debug.helper.js +0 -150
  655. package/esm2015/utils/helpers/index.js +0 -5
  656. package/esm2015/utils/helpers/reflect.helper.js +0 -165
  657. package/esm2015/utils/log.utils.js +0 -9
  658. package/infra/firebase/firestore/repositories/users/subscription-materialization-firestore.repository.d.ts +0 -8
  659. package/utils/decorators/debug.class.decorator.d.ts +0 -2
  660. package/utils/decorators/index.d.ts +0 -2
  661. package/utils/decorators/trace.method.decorator.d.ts +0 -14
  662. package/utils/helpers/class-name.helper.d.ts +0 -3
  663. package/utils/helpers/debug-decorator.helper.d.ts +0 -9
  664. package/utils/helpers/debug.helper.d.ts +0 -60
  665. package/utils/helpers/index.d.ts +0 -4
  666. package/utils/helpers/reflect.helper.d.ts +0 -50
  667. package/utils/log.utils.d.ts +0 -7
@@ -1,24 +1,22 @@
1
- import { BaseModel, GenericIdentifier, ModelBaseStructure } from '../../generic';
2
- import { LocationGeometry } from './types/location-geometry.type';
3
- export declare abstract class Address<ChildAddress extends ModelBaseStructure<ChildAddress, Identifiers>, Identifiers = ChildAddress['identifiersFields']> extends BaseModel<ChildAddress, Identifiers> {
4
- id: string;
5
- default?: boolean;
6
- recipient?: string;
7
- zip?: string;
8
- street?: string;
9
- number?: string;
10
- extension?: string;
11
- reference?: string;
12
- district?: string;
13
- city?: string;
14
- regionalPole?: string;
15
- region?: string;
16
- state?: string;
17
- country?: string;
18
- mailbox?: boolean;
19
- mailboxNumber?: string;
20
- formattedAddress?: string;
21
- placeId?: string;
22
- geometry?: LocationGeometry;
23
- static get identifiersFields(): Array<GenericIdentifier | {}>;
24
- }
1
+ import { BaseModel, GenericIdentifier } from '../../generic/model/base.model';
2
+ import { LocationGeometry } from './types/location-geometry.type';
3
+ export declare abstract class Address<Identifiers = GenericIdentifier> extends BaseModel<Address, Identifiers> {
4
+ default?: boolean;
5
+ recipient?: string;
6
+ zip?: string;
7
+ street?: string;
8
+ number?: string;
9
+ extension?: string;
10
+ district?: string;
11
+ city?: string;
12
+ regionalPole?: string;
13
+ region?: string;
14
+ state?: string;
15
+ country?: string;
16
+ mailbox?: boolean;
17
+ mailboxNumber?: string;
18
+ formattedAddress?: string;
19
+ placeId?: string;
20
+ geometry?: LocationGeometry;
21
+ static get identifiersFields(): string[];
22
+ }
@@ -1,2 +1,2 @@
1
- export * from './types';
2
- export * from './address';
1
+ export * from './types';
2
+ export * from './address';
@@ -1,3 +1,3 @@
1
- export * from './location-bound.type';
2
- export * from './location-geometry.type';
3
- export * from './location-lat-lng.type';
1
+ export * from './location-bound.type';
2
+ export * from './location-geometry.type';
3
+ export * from './location-lat-lng.type';
@@ -1,6 +1,6 @@
1
- export declare type LocationBound = {
2
- north?: number;
3
- east?: number;
4
- west?: number;
5
- south?: number;
6
- };
1
+ export declare type LocationBound = {
2
+ north?: number;
3
+ east?: number;
4
+ west?: number;
5
+ south?: number;
6
+ };
@@ -1,7 +1,7 @@
1
- import { LocationBound } from './location-bound.type';
2
- import { LocationLatLng } from './location-lat-lng.type';
3
- export declare type LocationGeometry = {
4
- locationType?: string;
5
- location?: LocationLatLng;
6
- viewport?: LocationBound;
7
- };
1
+ import { LocationBound } from './location-bound.type';
2
+ import { LocationLatLng } from './location-lat-lng.type';
3
+ export declare type LocationGeometry = {
4
+ locationType?: string;
5
+ location?: LocationLatLng;
6
+ viewport?: LocationBound;
7
+ };
@@ -1,4 +1,4 @@
1
- export declare type LocationLatLng = {
2
- latitude?: number;
3
- longitude?: number;
4
- };
1
+ export declare type LocationLatLng = {
2
+ latitude?: number;
3
+ longitude?: number;
4
+ };
@@ -1,19 +1,19 @@
1
- export declare enum FilterType {
2
- ACCESSORY_IMPORTANCE = "accessoryImportance",
3
- BEARD_PROBLEMS = "beardProblems",
4
- BEARD_SIZE = "beardSize",
5
- BEAUTY_PRODUCT_IMPORTANCE = "beautyProductImportance",
6
- BODY_PROBLEMS = "bodyProblems",
7
- BODY_SHAPE = "bodyShape",
8
- BODY_TATTOOS = "bodyTattoos",
9
- FACE_SKIN_OILINESS = "faceSkinOiliness",
10
- FACE_SKIN_PROBLEMS = "faceSkinProblems",
11
- FACE_SKIN_TONE = "faceSkinTone",
12
- FAMILY_INCOME = "familyIncome",
13
- FRAGRANCE_IMPORTANCE = "fragranceImportance",
14
- HAIR_COLOR = "hairColor",
15
- HAIR_PROBLEMS = "hairProblems",
16
- HAIR_STRANDS = "hairStrands",
17
- HAIR_TYPE = "hairType",
18
- PRODUCT_SPENT = "productSpent"
19
- }
1
+ export declare enum FilterType {
2
+ ACCESSORY_IMPORTANCE = "accessoryImportance",
3
+ BEARD_PROBLEMS = "beardProblems",
4
+ BEARD_SIZE = "beardSize",
5
+ BEAUTY_PRODUCT_IMPORTANCE = "beautyProductImportance",
6
+ BODY_PROBLEMS = "bodyProblems",
7
+ BODY_SHAPE = "bodyShape",
8
+ BODY_TATTOOS = "bodyTattoos",
9
+ FACE_SKIN_OILINESS = "faceSkinOiliness",
10
+ FACE_SKIN_PROBLEMS = "faceSkinProblems",
11
+ FACE_SKIN_TONE = "faceSkinTone",
12
+ FAMILY_INCOME = "familyIncome",
13
+ FRAGRANCE_IMPORTANCE = "fragranceImportance",
14
+ HAIR_COLOR = "hairColor",
15
+ HAIR_PROBLEMS = "hairProblems",
16
+ HAIR_STRANDS = "hairStrands",
17
+ HAIR_TYPE = "hairType",
18
+ PRODUCT_SPENT = "productSpent"
19
+ }
@@ -1,2 +1,2 @@
1
- export * from './filter-type.enum';
2
- export * from './questions-filters.enum';
1
+ export * from './filter-type.enum';
2
+ export * from './questions-filters.enum';
@@ -1,19 +1,19 @@
1
- export declare enum QuestionsFilters {
2
- ACCESSORY_IMPORTANCE = "Voc\u00EA gosta de usar acess\u00F3rios masculinos?",
3
- BEARD_PROBLEMS = "Quais problemas de barba voc\u00EA tem?",
4
- BEARD_SIZE = "Quais caracteristicas se aplicam \u00E0 sua BARBA/BIGODE?",
5
- BEAUTY_PRODUCT_IMPORTANCE = "O que descreve melhor a sua rela\u00E7\u00E3o com produtos de beleza e cuidados pessoais?",
6
- BODY_PROBLEMS = "Qual ou quais preocupa\u00E7\u00F5es voc\u00EA tem com a pele do seu corpo?",
7
- BODY_SHAPE = "Qual e seu tipo de CORPO?",
8
- BODY_TATTOOS = "Voc\u00EA tem alguma tatuagem?",
9
- FACE_SKIN_OILINESS = "Quais caracteristicas se aplicam \u00E0 pele do seu ROSTO?",
10
- FACE_SKIN_PROBLEMS = "Quais problemas a pele do seu rosto tem?",
11
- FACE_SKIN_TONE = "Qual seu tom de pele?",
12
- FAMILY_INCOME = "Qual a sua renda familiar mensal (considerando a renda de todas as pessoas que moram com voc\u00EA)?",
13
- FRAGRANCE_IMPORTANCE = "O quanto voc\u00EA gosta de experimentar perfumes?",
14
- HAIR_COLOR = "Seu cabelo \u00E9 naturalmente de qual COR?",
15
- HAIR_PROBLEMS = "Qual ou quais problemas/caracter\u00EDstica de cabelo te preocupam?",
16
- HAIR_STRANDS = "Como s\u00E3o seus fios?",
17
- HAIR_TYPE = "Como \u00E9 o seu cabelo?",
18
- PRODUCT_SPENT = "Qual \u00E9 o seu nivel de gasto mensal em produtos de beleza e cuidados pessoais?"
19
- }
1
+ export declare enum QuestionsFilters {
2
+ ACCESSORY_IMPORTANCE = "Voc\u00EA gosta de usar acess\u00F3rios masculinos?",
3
+ BEARD_PROBLEMS = "Quais problemas de barba voc\u00EA tem?",
4
+ BEARD_SIZE = "Quais caracteristicas se aplicam \u00E0 sua BARBA/BIGODE?",
5
+ BEAUTY_PRODUCT_IMPORTANCE = "O que descreve melhor a sua rela\u00E7\u00E3o com produtos de beleza e cuidados pessoais?",
6
+ BODY_PROBLEMS = "Qual ou quais preocupa\u00E7\u00F5es voc\u00EA tem com a pele do seu corpo?",
7
+ BODY_SHAPE = "Qual e seu tipo de CORPO?",
8
+ BODY_TATTOOS = "Voc\u00EA tem alguma tatuagem?",
9
+ FACE_SKIN_OILINESS = "Quais caracteristicas se aplicam \u00E0 pele do seu ROSTO?",
10
+ FACE_SKIN_PROBLEMS = "Quais problemas a pele do seu rosto tem?",
11
+ FACE_SKIN_TONE = "Qual seu tom de pele?",
12
+ FAMILY_INCOME = "Qual a sua renda familiar mensal (considerando a renda de todas as pessoas que moram com voc\u00EA)?",
13
+ FRAGRANCE_IMPORTANCE = "O quanto voc\u00EA gosta de experimentar perfumes?",
14
+ HAIR_COLOR = "Seu cabelo \u00E9 naturalmente de qual COR?",
15
+ HAIR_PROBLEMS = "Qual ou quais problemas/caracter\u00EDstica de cabelo te preocupam?",
16
+ HAIR_STRANDS = "Como s\u00E3o seus fios?",
17
+ HAIR_TYPE = "Como \u00E9 o seu cabelo?",
18
+ PRODUCT_SPENT = "Qual \u00E9 o seu nivel de gasto mensal em produtos de beleza e cuidados pessoais?"
19
+ }
@@ -1,9 +1,9 @@
1
- import { FilterType } from '../enums';
2
- declare type FilterAnswers = {
3
- [key: string]: string;
4
- };
5
- export declare class BeautyQuestionsHelper {
6
- static getAnswers(filter: FilterType): FilterAnswers;
7
- static getQuestions(filter: FilterType): string;
8
- }
9
- export {};
1
+ import { FilterType } from '../enums';
2
+ declare type FilterAnswers = {
3
+ [key: string]: string;
4
+ };
5
+ export declare class BeautyQuestionsHelper {
6
+ static getAnswers(filter: FilterType): FilterAnswers;
7
+ static getQuestions(filter: FilterType): string;
8
+ }
9
+ export {};
@@ -1 +1 @@
1
- export * from './beauty-questions.helper';
1
+ export * from './beauty-questions.helper';
@@ -1,4 +1,4 @@
1
- export * from './enums';
2
- export * from './helpers';
3
- export * from './models';
4
- export * from './repositories';
1
+ export * from './enums';
2
+ export * from './helpers';
3
+ export * from './models';
4
+ export * from './repositories';
@@ -1,18 +1,18 @@
1
- import { BaseModel, GenericIdentifier } from '../../generic/model';
2
- import { Banner, Benefit, HomeDataStructure } from './types';
3
- export declare class Home extends BaseModel<Home> {
4
- benefitsSection: Benefit[];
5
- blockBanners: Banner[];
6
- blogBanner: Banner;
7
- brandsCarousel: Banner[];
8
- buyToWinBanner: Banner;
9
- discoverCategories: string[];
10
- featuredCampaignBanner: Banner;
11
- featuredCategories: string[];
12
- heroCarousel: Banner[];
13
- verticalCarousels: string[];
14
- id: string;
15
- data: HomeDataStructure;
16
- minValueForFreeShipping: number;
17
- static get identifiersFields(): GenericIdentifier[];
18
- }
1
+ import { BaseModel, GenericIdentifier } from '../../generic/model';
2
+ import { Banner, Benefit, HomeDataStructure } from './types';
3
+ export declare class Home extends BaseModel<Home> {
4
+ benefitsSection: Benefit[];
5
+ blockBanners: Banner[];
6
+ blogBanner: Banner;
7
+ brandsCarousel: Banner[];
8
+ buyToWinBanner: Banner;
9
+ discoverCategories: string[];
10
+ featuredCampaignBanner: Banner;
11
+ featuredCategories: string[];
12
+ heroCarousel: Banner[];
13
+ verticalCarousels: string[];
14
+ id: string;
15
+ data: HomeDataStructure;
16
+ minValueForFreeShipping: number;
17
+ static get identifiersFields(): GenericIdentifier[];
18
+ }
@@ -1,4 +1,4 @@
1
- export * from './home';
2
- export * from './shop-menu';
3
- export * from './shop-settings';
4
- export * from './types';
1
+ export * from './home';
2
+ export * from './shop-menu';
3
+ export * from './shop-settings';
4
+ export * from './types';
@@ -1,7 +1,7 @@
1
- import { BaseModel, GenericIdentifier } from '../../generic/model';
2
- import { MenuNav } from './types/menu-nav.type';
3
- export declare class ShopMenu extends BaseModel<ShopMenu> {
4
- menuNav: MenuNav[];
5
- id: string;
6
- static get identifiersFields(): GenericIdentifier[];
7
- }
1
+ import { BaseModel, GenericIdentifier } from '../../generic/model';
2
+ import { MenuNav } from './types/menu-nav.type';
3
+ export declare class ShopMenu extends BaseModel<ShopMenu> {
4
+ menuNav: MenuNav[];
5
+ id: string;
6
+ static get identifiersFields(): GenericIdentifier[];
7
+ }
@@ -1,9 +1,9 @@
1
- import { BaseModel, GenericIdentifier } from '../../generic/model';
2
- import { ShopBanner, ShopBrands, ShopCarousel, ShopCollection } from './types';
3
- export declare class ShopSettings extends BaseModel<ShopSettings> {
4
- id: string;
5
- name: string;
6
- shop: string;
7
- sections: (ShopBanner | ShopCarousel | ShopCollection | ShopBrands)[];
8
- static get identifiersFields(): GenericIdentifier[];
9
- }
1
+ import { BaseModel, GenericIdentifier } from '../../generic/model';
2
+ import { ShopBanner, ShopBrands, ShopCarousel, ShopCollection } from './types';
3
+ export declare class ShopSettings extends BaseModel<ShopSettings> {
4
+ id: string;
5
+ name: string;
6
+ shop: string;
7
+ sections: (ShopBanner | ShopCarousel | ShopCollection | ShopBrands)[];
8
+ static get identifiersFields(): GenericIdentifier[];
9
+ }
@@ -1,6 +1,6 @@
1
- export declare type Banner = {
2
- image?: string;
3
- mobileImage?: string;
4
- alt?: string;
5
- path: string;
6
- };
1
+ export declare type Banner = {
2
+ image?: string;
3
+ mobileImage?: string;
4
+ alt?: string;
5
+ path: string;
6
+ };
@@ -1,5 +1,5 @@
1
- export declare type Benefit = {
2
- description: string;
3
- title: string;
4
- image: string;
5
- };
1
+ export declare type Benefit = {
2
+ description: string;
3
+ title: string;
4
+ image: string;
5
+ };
@@ -1,15 +1,15 @@
1
- import { Category, Product } from '../../../catalog';
2
- export declare type HomeCategoryGroup = {
3
- category: Category;
4
- products: Product[];
5
- };
6
- export declare type HomeData = {
7
- discoverProducts: HomeCategoryGroup[];
8
- featuredProducts: HomeCategoryGroup[];
9
- verticalProducts: HomeCategoryGroup[];
10
- };
11
- export declare type HomeDataStructure = {
12
- createdAt: Date;
13
- expiresAt: Date;
14
- data: HomeData;
15
- };
1
+ import { Category, Product } from '../../../catalog';
2
+ export declare type HomeCategoryGroup = {
3
+ category: Category;
4
+ products: Product[];
5
+ };
6
+ export declare type HomeData = {
7
+ discoverProducts: HomeCategoryGroup[];
8
+ featuredProducts: HomeCategoryGroup[];
9
+ verticalProducts: HomeCategoryGroup[];
10
+ };
11
+ export declare type HomeDataStructure = {
12
+ createdAt: Date;
13
+ expiresAt: Date;
14
+ data: HomeData;
15
+ };
@@ -1,10 +1,10 @@
1
- export * from './banner.type';
2
- export * from './benefit.type';
3
- export * from './home-data.type';
4
- export * from './menu-nav.type';
5
- export * from './shop-banner.type';
6
- export * from './shop-brands.type';
7
- export * from './shop-carousel.type';
8
- export * from './shop-collection.type';
9
- export * from './shop-section.type';
10
- export * from './sub-menu.type';
1
+ export * from './banner.type';
2
+ export * from './benefit.type';
3
+ export * from './home-data.type';
4
+ export * from './menu-nav.type';
5
+ export * from './shop-banner.type';
6
+ export * from './shop-brands.type';
7
+ export * from './shop-carousel.type';
8
+ export * from './shop-collection.type';
9
+ export * from './shop-section.type';
10
+ export * from './sub-menu.type';
@@ -1,8 +1,8 @@
1
- import { SubMenu } from './sub-menu.type';
2
- export declare type MenuNav = {
3
- image: string;
4
- label: string;
5
- path: string;
6
- position: string;
7
- subMenu: SubMenu[];
8
- };
1
+ import { SubMenu } from './sub-menu.type';
2
+ export declare type MenuNav = {
3
+ image: string;
4
+ label: string;
5
+ path: string;
6
+ position: string;
7
+ subMenu: SubMenu[];
8
+ };
@@ -1,12 +1,12 @@
1
- import { ShopSection } from './shop-section.type';
2
- export interface ShopBanner extends ShopSection {
3
- autoDelete: boolean;
4
- deleteDate: Date;
5
- autoPublish: boolean;
6
- publishDate: Date;
7
- link: string;
8
- mobileImage: string;
9
- desktopImage: string;
10
- altText: string;
11
- published: boolean;
12
- }
1
+ import { ShopSection } from './shop-section.type';
2
+ export interface ShopBanner extends ShopSection {
3
+ autoDelete: boolean;
4
+ deleteDate: Date;
5
+ autoPublish: boolean;
6
+ publishDate: Date;
7
+ link: string;
8
+ mobileImage: string;
9
+ desktopImage: string;
10
+ altText: string;
11
+ published: boolean;
12
+ }
@@ -1,10 +1,10 @@
1
- import { ShopSection } from './shop-section.type';
2
- export interface ShopBrands extends ShopSection {
3
- brands: ShopBrand[];
4
- }
5
- export interface ShopBrand {
6
- collectionId: string;
7
- image: string;
8
- slug: string;
9
- brandName: string;
10
- }
1
+ import { ShopSection } from './shop-section.type';
2
+ export interface ShopBrands extends ShopSection {
3
+ brands: ShopBrand[];
4
+ }
5
+ export interface ShopBrand {
6
+ collectionId: string;
7
+ image: string;
8
+ slug: string;
9
+ brandName: string;
10
+ }
@@ -1,5 +1,5 @@
1
- import { ShopBanner } from './shop-banner.type';
2
- import { ShopSection } from './shop-section.type';
3
- export interface ShopCarousel extends ShopSection {
4
- banners: ShopBanner[];
5
- }
1
+ import { ShopBanner } from './shop-banner.type';
2
+ import { ShopSection } from './shop-section.type';
3
+ export interface ShopCarousel extends ShopSection {
4
+ banners: ShopBanner[];
5
+ }
@@ -1,9 +1,9 @@
1
- import { ShopSection } from './shop-section.type';
2
- export interface ShopCollection extends ShopSection {
3
- categoryId: string;
4
- beautyProfileFilter: boolean;
5
- collectionImage: string;
6
- collectionImageAlt: string;
7
- collectionColor: string;
8
- slug: string;
9
- }
1
+ import { ShopSection } from './shop-section.type';
2
+ export interface ShopCollection extends ShopSection {
3
+ categoryId: string;
4
+ beautyProfileFilter: boolean;
5
+ collectionImage: string;
6
+ collectionImageAlt: string;
7
+ collectionColor: string;
8
+ slug: string;
9
+ }
@@ -1,9 +1,9 @@
1
- export declare type ShopSection = {
2
- id: string;
3
- title?: string;
4
- type: string;
5
- createdAt: Date;
6
- updatedAt?: Date;
7
- fixed: boolean;
8
- editable: boolean;
9
- };
1
+ export declare type ShopSection = {
2
+ id: string;
3
+ title?: string;
4
+ type: string;
5
+ createdAt: Date;
6
+ updatedAt?: Date;
7
+ fixed: boolean;
8
+ editable: boolean;
9
+ };
@@ -1,8 +1,8 @@
1
- export declare type SubMenu = SubMenuItem & {
2
- subChildMenu: SubMenuItem[];
3
- };
4
- declare type SubMenuItem = {
5
- label: string;
6
- path: string;
7
- };
8
- export {};
1
+ export declare type SubMenu = SubMenuItem & {
2
+ subChildMenu: SubMenuItem[];
3
+ };
4
+ declare type SubMenuItem = {
5
+ label: string;
6
+ path: string;
7
+ };
8
+ export {};
@@ -1,4 +1,4 @@
1
- import { CrudRepository } from '../../generic/repository/crud.repository';
2
- import { Home } from '../models/home';
3
- export interface HomeRepository extends CrudRepository<Home> {
4
- }
1
+ import { CrudRepository } from '../../generic/repository/crud.repository';
2
+ import { Home } from '../models/home';
3
+ export interface HomeRepository extends CrudRepository<Home> {
4
+ }
@@ -1,3 +1,3 @@
1
- export * from './home.repository';
2
- export * from './shop-menu.repository';
3
- export * from './shop-settings.repository';
1
+ export * from './home.repository';
2
+ export * from './shop-menu.repository';
3
+ export * from './shop-settings.repository';
@@ -1,4 +1,4 @@
1
- import { CrudRepository } from '../../generic/repository/crud.repository';
2
- import { ShopMenu } from '../models/shop-menu';
3
- export interface ShopMenuRepository extends CrudRepository<ShopMenu> {
4
- }
1
+ import { CrudRepository } from '../../generic/repository/crud.repository';
2
+ import { ShopMenu } from '../models/shop-menu';
3
+ export interface ShopMenuRepository extends CrudRepository<ShopMenu> {
4
+ }
@@ -1,4 +1,4 @@
1
- import { CrudRepository } from '../../generic/repository';
2
- import { ShopSettings } from '../models/shop-settings';
3
- export interface ShopSettingsRepository extends CrudRepository<ShopSettings> {
4
- }
1
+ import { CrudRepository } from '../../generic/repository';
2
+ import { ShopSettings } from '../models/shop-settings';
3
+ export interface ShopSettingsRepository extends CrudRepository<ShopSettings> {
4
+ }
@@ -1,2 +1,2 @@
1
- export * from './models';
2
- export * from './repositories';
1
+ export * from './models';
2
+ export * from './repositories';
@@ -1,18 +1,18 @@
1
- import { Category, Shops } from '../../catalog/models';
2
- import { BaseModel, GenericIdentifier } from '../../generic/model/base.model';
3
- export declare class Buy2Win extends BaseModel<Buy2Win> {
4
- active: boolean;
5
- cartValue: number;
6
- createdAt: Date;
7
- endDate: Date;
8
- id?: string;
9
- name: string;
10
- products?: string[];
11
- shop: Shops;
12
- activeCategory?: boolean;
13
- cartValueMin?: number;
14
- startDate: Date;
15
- updatedAt?: Date;
16
- categories: Category[];
17
- static get identifiersFields(): GenericIdentifier[];
18
- }
1
+ import { Category, Shops } from '../../catalog/models';
2
+ import { BaseModel, GenericIdentifier } from '../../generic/model/base.model';
3
+ export declare class Buy2Win extends BaseModel<Buy2Win> {
4
+ active: boolean;
5
+ cartValue: number;
6
+ createdAt: Date;
7
+ endDate: Date;
8
+ id?: string;
9
+ name: string;
10
+ products?: string[];
11
+ shop: Shops;
12
+ activeCategory?: boolean;
13
+ cartValueMin?: number;
14
+ startDate: Date;
15
+ updatedAt?: Date;
16
+ categories: Category[];
17
+ static get identifiersFields(): GenericIdentifier[];
18
+ }
@@ -1,15 +1,15 @@
1
- import { BaseModel, GenericIdentifier } from "../../generic";
2
- export declare class CampaignDashboard extends BaseModel<CampaignDashboard> {
3
- id: string;
4
- status: string;
5
- updatedAt?: string;
6
- environment: string;
7
- bannerAlt: string;
8
- imgMob: string;
9
- imgDesk: string;
10
- urlBanner?: string;
11
- positionBanner?: number;
12
- startDate?: Date;
13
- endDate?: Date;
14
- static get identifiersFields(): GenericIdentifier[];
15
- }
1
+ import { BaseModel, GenericIdentifier } from "../../generic";
2
+ export declare class CampaignDashboard extends BaseModel<CampaignDashboard> {
3
+ id: string;
4
+ status: string;
5
+ updatedAt?: string;
6
+ environment: string;
7
+ bannerAlt: string;
8
+ imgMob: string;
9
+ imgDesk: string;
10
+ urlBanner?: string;
11
+ positionBanner?: number;
12
+ startDate?: Date;
13
+ endDate?: Date;
14
+ static get identifiersFields(): GenericIdentifier[];
15
+ }