@infrab4a/connect 3.10.0-beta.8 → 3.10.1-beta1

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 (628) hide show
  1. package/README.md +24 -24
  2. package/bundles/infrab4a-connect.umd.js +5193 -5189
  3. package/bundles/infrab4a-connect.umd.js.map +1 -1
  4. package/domain/catalog/index.d.ts +2 -2
  5. package/domain/catalog/models/category-filter.d.ts +9 -9
  6. package/domain/catalog/models/category.d.ts +29 -29
  7. package/domain/catalog/models/enums/index.d.ts +2 -2
  8. package/domain/catalog/models/enums/product-genders.enum.d.ts +5 -5
  9. package/domain/catalog/models/enums/shops.enum.d.ts +6 -6
  10. package/domain/catalog/models/filter-option.d.ts +10 -10
  11. package/domain/catalog/models/filter.d.ts +13 -13
  12. package/domain/catalog/models/index.d.ts +9 -9
  13. package/domain/catalog/models/kit-product.d.ts +12 -12
  14. package/domain/catalog/models/product.d.ts +42 -42
  15. package/domain/catalog/models/types/category-condition.type.d.ts +4 -4
  16. package/domain/catalog/models/types/category-metadata.type.d.ts +4 -4
  17. package/domain/catalog/models/types/index.d.ts +9 -9
  18. package/domain/catalog/models/types/product-gender.type.d.ts +1 -1
  19. package/domain/catalog/models/types/product-metadata.type.d.ts +4 -4
  20. package/domain/catalog/models/types/product-review.type.d.ts +17 -17
  21. package/domain/catalog/models/types/shop-description.type.d.ts +7 -7
  22. package/domain/catalog/models/types/shop-price.type.d.ts +6 -6
  23. package/domain/catalog/models/types/stock.type.d.ts +3 -3
  24. package/domain/catalog/models/types/variant-grade.type.d.ts +4 -4
  25. package/domain/catalog/models/variant.d.ts +18 -18
  26. package/domain/catalog/repositories/category-filter.repository.d.ts +5 -5
  27. package/domain/catalog/repositories/category.repository.d.ts +15 -15
  28. package/domain/catalog/repositories/filter-option.repository.d.ts +4 -4
  29. package/domain/catalog/repositories/filter.repository.d.ts +4 -4
  30. package/domain/catalog/repositories/index.d.ts +7 -7
  31. package/domain/catalog/repositories/product.repository.d.ts +13 -13
  32. package/domain/catalog/repositories/subscription-product.repository.d.ts +4 -4
  33. package/domain/catalog/repositories/variant.repository.d.ts +4 -4
  34. package/domain/generic/index.d.ts +2 -2
  35. package/domain/generic/model/base.model.d.ts +10 -10
  36. package/domain/generic/model/identifier-fields.d.ts +4 -4
  37. package/domain/generic/model/index.d.ts +3 -3
  38. package/domain/generic/model/types/base-model-builder.type.d.ts +15 -15
  39. package/domain/generic/model/types/identifier-model.type.d.ts +7 -7
  40. package/domain/generic/model/types/index.d.ts +5 -5
  41. package/domain/generic/model/types/model-base-structure.type.d.ts +6 -6
  42. package/domain/generic/model/types/non-function-properties.type.d.ts +12 -12
  43. package/domain/generic/model/types/non-function-property-name.type.d.ts +4 -4
  44. package/domain/generic/repository/create.repository.d.ts +8 -8
  45. package/domain/generic/repository/crud.repository.d.ts +19 -19
  46. package/domain/generic/repository/delete.repository.d.ts +7 -7
  47. package/domain/generic/repository/enums/index.d.ts +2 -2
  48. package/domain/generic/repository/enums/update-option-actions.enum.d.ts +7 -7
  49. package/domain/generic/repository/enums/where.enum.d.ts +14 -14
  50. package/domain/generic/repository/find.repository.d.ts +14 -14
  51. package/domain/generic/repository/get.repository.d.ts +5 -5
  52. package/domain/generic/repository/index.d.ts +9 -9
  53. package/domain/generic/repository/read.repository.d.ts +14 -14
  54. package/domain/generic/repository/types/index.d.ts +6 -6
  55. package/domain/generic/repository/types/repository-find-filters.type.d.ts +13 -13
  56. package/domain/generic/repository/types/repository-find-result.type.d.ts +4 -4
  57. package/domain/generic/repository/types/repository-limit-options.type.d.ts +4 -4
  58. package/domain/generic/repository/types/repository-order-by-list.type.d.ts +5 -5
  59. package/domain/generic/repository/types/repository-update-params.type.d.ts +11 -11
  60. package/domain/generic/repository/types/where-options.type.d.ts +2 -2
  61. package/domain/generic/repository/update.repository.d.ts +6 -6
  62. package/domain/index.d.ts +6 -6
  63. package/domain/location/index.d.ts +1 -1
  64. package/domain/location/models/address.d.ts +22 -22
  65. package/domain/location/models/index.d.ts +2 -2
  66. package/domain/location/models/types/index.d.ts +3 -3
  67. package/domain/location/models/types/location-bound.type.d.ts +6 -6
  68. package/domain/location/models/types/location-geometry.type.d.ts +7 -7
  69. package/domain/location/models/types/location-lat-lng.type.d.ts +4 -4
  70. package/domain/shop-settings/enums/filter-type.enum.d.ts +19 -19
  71. package/domain/shop-settings/enums/index.d.ts +2 -2
  72. package/domain/shop-settings/enums/questions-filters.enum.d.ts +19 -19
  73. package/domain/shop-settings/helpers/beauty-questions.helper.d.ts +9 -9
  74. package/domain/shop-settings/helpers/index.d.ts +1 -1
  75. package/domain/shop-settings/index.d.ts +4 -4
  76. package/domain/shop-settings/models/home.d.ts +18 -18
  77. package/domain/shop-settings/models/index.d.ts +4 -4
  78. package/domain/shop-settings/models/shop-menu.d.ts +7 -7
  79. package/domain/shop-settings/models/shop-settings.d.ts +9 -9
  80. package/domain/shop-settings/models/types/banner.type.d.ts +6 -6
  81. package/domain/shop-settings/models/types/benefit.type.d.ts +5 -5
  82. package/domain/shop-settings/models/types/home-data.type.d.ts +15 -15
  83. package/domain/shop-settings/models/types/index.d.ts +10 -10
  84. package/domain/shop-settings/models/types/menu-nav.type.d.ts +8 -8
  85. package/domain/shop-settings/models/types/shop-banner.type.d.ts +12 -12
  86. package/domain/shop-settings/models/types/shop-brands.type.d.ts +10 -10
  87. package/domain/shop-settings/models/types/shop-carousel.type.d.ts +5 -5
  88. package/domain/shop-settings/models/types/shop-collection.type.d.ts +9 -9
  89. package/domain/shop-settings/models/types/shop-section.type.d.ts +9 -9
  90. package/domain/shop-settings/models/types/sub-menu.type.d.ts +8 -8
  91. package/domain/shop-settings/repositories/home.repository.d.ts +4 -4
  92. package/domain/shop-settings/repositories/index.d.ts +3 -3
  93. package/domain/shop-settings/repositories/shop-menu.repository.d.ts +4 -4
  94. package/domain/shop-settings/repositories/shop-settings.repository.d.ts +4 -4
  95. package/domain/shopping/index.d.ts +2 -2
  96. package/domain/shopping/models/buy-2-win.d.ts +18 -18
  97. package/domain/shopping/models/campaign-dashboard.d.ts +15 -15
  98. package/domain/shopping/models/campaign-hashtag.d.ts +18 -18
  99. package/domain/shopping/models/checkout.d.ts +27 -27
  100. package/domain/shopping/models/coupons/coupon.d.ts +32 -32
  101. package/domain/shopping/models/coupons/enums/coupon-club-mens.enum.d.ts +5 -5
  102. package/domain/shopping/models/coupons/enums/coupon-subtypes.enum.d.ts +4 -4
  103. package/domain/shopping/models/coupons/enums/coupon-types.enum.d.ts +4 -4
  104. package/domain/shopping/models/coupons/enums/exclusivities.enum.d.ts +8 -8
  105. package/domain/shopping/models/coupons/enums/index.d.ts +3 -3
  106. package/domain/shopping/models/coupons/index.d.ts +2 -2
  107. package/domain/shopping/models/enums/checkout-types.enum.d.ts +5 -5
  108. package/domain/shopping/models/enums/index.d.ts +2 -2
  109. package/domain/shopping/models/enums/order-status.enum.d.ts +10 -10
  110. package/domain/shopping/models/index.d.ts +12 -12
  111. package/domain/shopping/models/line-item.d.ts +8 -8
  112. package/domain/shopping/models/order.d.ts +9 -9
  113. package/domain/shopping/models/payment.d.ts +67 -67
  114. package/domain/shopping/models/shipping-method.d.ts +16 -16
  115. package/domain/shopping/models/subscription/checkout.d.ts +21 -21
  116. package/domain/shopping/models/subscription/index.d.ts +2 -2
  117. package/domain/shopping/models/subscription/plan.d.ts +10 -10
  118. package/domain/shopping/models/types/index.d.ts +7 -7
  119. package/domain/shopping/models/types/payment-address.type.d.ts +12 -12
  120. package/domain/shopping/models/types/payment-billing.type.d.ts +7 -7
  121. package/domain/shopping/models/types/payment-card.type.d.ts +14 -14
  122. package/domain/shopping/models/types/payment-customer.type.d.ts +18 -18
  123. package/domain/shopping/models/types/payment-document.type.d.ts +6 -6
  124. package/domain/shopping/models/types/payment-item.type.d.ts +11 -11
  125. package/domain/shopping/models/types/payment-shipping.type.d.ts +10 -10
  126. package/domain/shopping/repositories/buy-2-win.repository.d.ts +4 -4
  127. package/domain/shopping/repositories/campaign-dashboard.repository.d.ts +4 -4
  128. package/domain/shopping/repositories/campaign-hashtag.repository.d.ts +4 -4
  129. package/domain/shopping/repositories/checkout.repository.d.ts +4 -4
  130. package/domain/shopping/repositories/coupon.repository.d.ts +4 -4
  131. package/domain/shopping/repositories/index.d.ts +9 -9
  132. package/domain/shopping/repositories/legacy-order.repository.d.ts +3 -3
  133. package/domain/shopping/repositories/order.repository.d.ts +4 -4
  134. package/domain/shopping/repositories/payment.repository.d.ts +4 -4
  135. package/domain/shopping/repositories/subscription/checkout.repository.d.ts +4 -4
  136. package/domain/shopping/repositories/subscription/index.d.ts +2 -2
  137. package/domain/shopping/repositories/subscription/plan.repository.d.ts +4 -4
  138. package/domain/users/errors/index.d.ts +3 -3
  139. package/domain/users/errors/unauthorized.error.d.ts +5 -5
  140. package/domain/users/errors/user-already-registered.error.d.ts +5 -5
  141. package/domain/users/errors/weak-password.error.d.ts +5 -5
  142. package/domain/users/index.d.ts +5 -5
  143. package/domain/users/models/beauty-profile.d.ts +11 -11
  144. package/domain/users/models/enums/accessory-importances.enum.d.ts +5 -5
  145. package/domain/users/models/enums/area.enum.d.ts +11 -11
  146. package/domain/users/models/enums/beard-problems.enum.d.ts +9 -9
  147. package/domain/users/models/enums/beard-sizes.enum.d.ts +7 -7
  148. package/domain/users/models/enums/beauty-product-importances.enum.d.ts +6 -6
  149. package/domain/users/models/enums/body-problems.enum.d.ts +11 -11
  150. package/domain/users/models/enums/body-shapes.enum.d.ts +7 -7
  151. package/domain/users/models/enums/body-tattoos.enum.d.ts +5 -5
  152. package/domain/users/models/enums/face-skin-oilinesses.enum.d.ts +7 -7
  153. package/domain/users/models/enums/face-skin-problems.enum.d.ts +10 -10
  154. package/domain/users/models/enums/face-skin-tones.enum.d.ts +8 -8
  155. package/domain/users/models/enums/family-incomes.enum.d.ts +8 -8
  156. package/domain/users/models/enums/fragrance-importances.enum.d.ts +5 -5
  157. package/domain/users/models/enums/hair-colors.enum.d.ts +10 -10
  158. package/domain/users/models/enums/hair-problems.enum.d.ts +10 -10
  159. package/domain/users/models/enums/hair-strands.enum.d.ts +8 -8
  160. package/domain/users/models/enums/hair-types.enum.d.ts +7 -7
  161. package/domain/users/models/enums/index.d.ts +20 -20
  162. package/domain/users/models/enums/office-position.enum.d.ts +6 -6
  163. package/domain/users/models/enums/product-spents.enum.d.ts +8 -8
  164. package/domain/users/models/enums/user-type.enum.d.ts +8 -8
  165. package/domain/users/models/index.d.ts +7 -7
  166. package/domain/users/models/lead.d.ts +8 -8
  167. package/domain/users/models/subscription/edition.d.ts +16 -16
  168. package/domain/users/models/subscription/enums/billing-status.enum.d.ts +3 -3
  169. package/domain/users/models/subscription/enums/edition-status.enum.d.ts +4 -4
  170. package/domain/users/models/subscription/enums/index.d.ts +4 -4
  171. package/domain/users/models/subscription/enums/payment-type.enum.d.ts +5 -5
  172. package/domain/users/models/subscription/enums/status.enum.d.ts +4 -4
  173. package/domain/users/models/subscription/index.d.ts +4 -4
  174. package/domain/users/models/subscription/payment.d.ts +13 -13
  175. package/domain/users/models/subscription/subscription.d.ts +30 -28
  176. package/domain/users/models/user-address.d.ts +7 -7
  177. package/domain/users/models/user-payment-method.d.ts +14 -14
  178. package/domain/users/models/user.d.ts +28 -28
  179. package/domain/users/repositories/beauty-profile.repository.d.ts +4 -4
  180. package/domain/users/repositories/edition.repository.d.ts +4 -4
  181. package/domain/users/repositories/index.d.ts +8 -8
  182. package/domain/users/repositories/lead.repository.d.ts +4 -4
  183. package/domain/users/repositories/subscription-payment.repository.d.ts +4 -4
  184. package/domain/users/repositories/subscription.repository.d.ts +4 -4
  185. package/domain/users/repositories/user-address.repository.d.ts +4 -4
  186. package/domain/users/repositories/user-payment-method.repository.d.ts +4 -4
  187. package/domain/users/repositories/user.repository.d.ts +6 -6
  188. package/domain/users/services/authentication.service.d.ts +12 -12
  189. package/domain/users/services/index.d.ts +3 -3
  190. package/domain/users/services/register.service.d.ts +7 -7
  191. package/domain/users/services/types/basic-user-data.type.d.ts +4 -4
  192. package/domain/users/services/types/index.d.ts +1 -1
  193. package/domain/users/use-cases/authentication.d.ts +21 -21
  194. package/domain/users/use-cases/index.d.ts +4 -4
  195. package/domain/users/use-cases/recovery-password.d.ts +6 -6
  196. package/domain/users/use-cases/register.d.ts +13 -13
  197. package/domain/users/use-cases/signout.d.ts +6 -6
  198. package/errors/duplicated-results.error.d.ts +5 -5
  199. package/errors/index.d.ts +4 -4
  200. package/errors/invalid-argument.error.d.ts +5 -5
  201. package/errors/not-found.error.d.ts +5 -5
  202. package/errors/required-argument.error.d.ts +6 -6
  203. package/esm2015/domain/catalog/index.js +3 -3
  204. package/esm2015/domain/catalog/models/category-filter.js +10 -10
  205. package/esm2015/domain/catalog/models/category.js +21 -17
  206. package/esm2015/domain/catalog/models/enums/index.js +3 -3
  207. package/esm2015/domain/catalog/models/enums/product-genders.enum.js +7 -7
  208. package/esm2015/domain/catalog/models/enums/shops.enum.js +8 -8
  209. package/esm2015/domain/catalog/models/filter-option.js +10 -10
  210. package/esm2015/domain/catalog/models/filter.js +10 -10
  211. package/esm2015/domain/catalog/models/index.js +10 -10
  212. package/esm2015/domain/catalog/models/kit-product.js +18 -18
  213. package/esm2015/domain/catalog/models/product.js +22 -22
  214. package/esm2015/domain/catalog/models/types/category-condition.type.js +2 -2
  215. package/esm2015/domain/catalog/models/types/category-metadata.type.js +2 -2
  216. package/esm2015/domain/catalog/models/types/index.js +10 -10
  217. package/esm2015/domain/catalog/models/types/product-gender.type.js +2 -2
  218. package/esm2015/domain/catalog/models/types/product-metadata.type.js +2 -2
  219. package/esm2015/domain/catalog/models/types/product-review.type.js +2 -2
  220. package/esm2015/domain/catalog/models/types/shop-description.type.js +2 -2
  221. package/esm2015/domain/catalog/models/types/shop-price.type.js +2 -2
  222. package/esm2015/domain/catalog/models/types/stock.type.js +2 -2
  223. package/esm2015/domain/catalog/models/types/variant-grade.type.js +2 -2
  224. package/esm2015/domain/catalog/models/variant.js +10 -10
  225. package/esm2015/domain/catalog/repositories/category-filter.repository.js +2 -2
  226. package/esm2015/domain/catalog/repositories/category.repository.js +2 -2
  227. package/esm2015/domain/catalog/repositories/filter-option.repository.js +2 -2
  228. package/esm2015/domain/catalog/repositories/filter.repository.js +2 -2
  229. package/esm2015/domain/catalog/repositories/index.js +8 -8
  230. package/esm2015/domain/catalog/repositories/product.repository.js +2 -2
  231. package/esm2015/domain/catalog/repositories/subscription-product.repository.js +2 -2
  232. package/esm2015/domain/catalog/repositories/variant.repository.js +2 -2
  233. package/esm2015/domain/generic/index.js +3 -3
  234. package/esm2015/domain/generic/model/base.model.js +23 -23
  235. package/esm2015/domain/generic/model/identifier-fields.js +2 -2
  236. package/esm2015/domain/generic/model/index.js +4 -4
  237. package/esm2015/domain/generic/model/types/base-model-builder.type.js +2 -2
  238. package/esm2015/domain/generic/model/types/identifier-model.type.js +2 -2
  239. package/esm2015/domain/generic/model/types/index.js +6 -6
  240. package/esm2015/domain/generic/model/types/model-base-structure.type.js +2 -2
  241. package/esm2015/domain/generic/model/types/non-function-properties.type.js +2 -2
  242. package/esm2015/domain/generic/model/types/non-function-property-name.type.js +2 -2
  243. package/esm2015/domain/generic/repository/create.repository.js +2 -2
  244. package/esm2015/domain/generic/repository/crud.repository.js +2 -2
  245. package/esm2015/domain/generic/repository/delete.repository.js +2 -2
  246. package/esm2015/domain/generic/repository/enums/index.js +3 -3
  247. package/esm2015/domain/generic/repository/enums/update-option-actions.enum.js +9 -9
  248. package/esm2015/domain/generic/repository/enums/where.enum.js +16 -16
  249. package/esm2015/domain/generic/repository/find.repository.js +2 -2
  250. package/esm2015/domain/generic/repository/get.repository.js +2 -2
  251. package/esm2015/domain/generic/repository/index.js +10 -10
  252. package/esm2015/domain/generic/repository/read.repository.js +2 -2
  253. package/esm2015/domain/generic/repository/types/index.js +7 -7
  254. package/esm2015/domain/generic/repository/types/repository-find-filters.type.js +2 -2
  255. package/esm2015/domain/generic/repository/types/repository-find-result.type.js +2 -2
  256. package/esm2015/domain/generic/repository/types/repository-limit-options.type.js +2 -2
  257. package/esm2015/domain/generic/repository/types/repository-order-by-list.type.js +2 -2
  258. package/esm2015/domain/generic/repository/types/repository-update-params.type.js +2 -2
  259. package/esm2015/domain/generic/repository/types/where-options.type.js +2 -2
  260. package/esm2015/domain/generic/repository/update.repository.js +2 -2
  261. package/esm2015/domain/index.js +7 -7
  262. package/esm2015/domain/location/index.js +2 -2
  263. package/esm2015/domain/location/models/address.js +7 -7
  264. package/esm2015/domain/location/models/index.js +3 -3
  265. package/esm2015/domain/location/models/types/index.js +4 -4
  266. package/esm2015/domain/location/models/types/location-bound.type.js +2 -2
  267. package/esm2015/domain/location/models/types/location-geometry.type.js +2 -2
  268. package/esm2015/domain/location/models/types/location-lat-lng.type.js +2 -2
  269. package/esm2015/domain/shop-settings/enums/filter-type.enum.js +21 -21
  270. package/esm2015/domain/shop-settings/enums/index.js +3 -3
  271. package/esm2015/domain/shop-settings/enums/questions-filters.enum.js +21 -21
  272. package/esm2015/domain/shop-settings/helpers/beauty-questions.helper.js +46 -46
  273. package/esm2015/domain/shop-settings/helpers/index.js +2 -2
  274. package/esm2015/domain/shop-settings/index.js +5 -5
  275. package/esm2015/domain/shop-settings/models/home.js +7 -7
  276. package/esm2015/domain/shop-settings/models/index.js +5 -5
  277. package/esm2015/domain/shop-settings/models/shop-menu.js +7 -7
  278. package/esm2015/domain/shop-settings/models/shop-settings.js +7 -7
  279. package/esm2015/domain/shop-settings/models/types/banner.type.js +2 -2
  280. package/esm2015/domain/shop-settings/models/types/benefit.type.js +2 -2
  281. package/esm2015/domain/shop-settings/models/types/home-data.type.js +2 -2
  282. package/esm2015/domain/shop-settings/models/types/index.js +11 -11
  283. package/esm2015/domain/shop-settings/models/types/menu-nav.type.js +2 -2
  284. package/esm2015/domain/shop-settings/models/types/shop-banner.type.js +2 -2
  285. package/esm2015/domain/shop-settings/models/types/shop-brands.type.js +2 -2
  286. package/esm2015/domain/shop-settings/models/types/shop-carousel.type.js +2 -2
  287. package/esm2015/domain/shop-settings/models/types/shop-collection.type.js +2 -2
  288. package/esm2015/domain/shop-settings/models/types/shop-section.type.js +2 -2
  289. package/esm2015/domain/shop-settings/models/types/sub-menu.type.js +2 -2
  290. package/esm2015/domain/shop-settings/repositories/home.repository.js +2 -2
  291. package/esm2015/domain/shop-settings/repositories/index.js +4 -4
  292. package/esm2015/domain/shop-settings/repositories/shop-menu.repository.js +2 -2
  293. package/esm2015/domain/shop-settings/repositories/shop-settings.repository.js +2 -2
  294. package/esm2015/domain/shopping/index.js +3 -3
  295. package/esm2015/domain/shopping/models/buy-2-win.js +14 -14
  296. package/esm2015/domain/shopping/models/campaign-dashboard.js +7 -7
  297. package/esm2015/domain/shopping/models/campaign-hashtag.js +7 -7
  298. package/esm2015/domain/shopping/models/checkout.js +38 -38
  299. package/esm2015/domain/shopping/models/coupons/coupon.js +38 -38
  300. package/esm2015/domain/shopping/models/coupons/enums/coupon-club-mens.enum.js +7 -7
  301. package/esm2015/domain/shopping/models/coupons/enums/coupon-subtypes.enum.js +6 -6
  302. package/esm2015/domain/shopping/models/coupons/enums/coupon-types.enum.js +10 -10
  303. package/esm2015/domain/shopping/models/coupons/enums/exclusivities.enum.js +10 -10
  304. package/esm2015/domain/shopping/models/coupons/enums/index.js +4 -4
  305. package/esm2015/domain/shopping/models/coupons/index.js +3 -3
  306. package/esm2015/domain/shopping/models/enums/checkout-types.enum.js +7 -7
  307. package/esm2015/domain/shopping/models/enums/index.js +3 -3
  308. package/esm2015/domain/shopping/models/enums/order-status.enum.js +12 -12
  309. package/esm2015/domain/shopping/models/index.js +13 -13
  310. package/esm2015/domain/shopping/models/line-item.js +4 -4
  311. package/esm2015/domain/shopping/models/order.js +11 -11
  312. package/esm2015/domain/shopping/models/payment.js +169 -169
  313. package/esm2015/domain/shopping/models/shipping-method.js +7 -7
  314. package/esm2015/domain/shopping/models/subscription/checkout.js +28 -28
  315. package/esm2015/domain/shopping/models/subscription/index.js +3 -3
  316. package/esm2015/domain/shopping/models/subscription/plan.js +7 -7
  317. package/esm2015/domain/shopping/models/types/index.js +8 -8
  318. package/esm2015/domain/shopping/models/types/payment-address.type.js +2 -2
  319. package/esm2015/domain/shopping/models/types/payment-billing.type.js +2 -2
  320. package/esm2015/domain/shopping/models/types/payment-card.type.js +2 -2
  321. package/esm2015/domain/shopping/models/types/payment-customer.type.js +2 -2
  322. package/esm2015/domain/shopping/models/types/payment-document.type.js +2 -2
  323. package/esm2015/domain/shopping/models/types/payment-item.type.js +2 -2
  324. package/esm2015/domain/shopping/models/types/payment-shipping.type.js +2 -2
  325. package/esm2015/domain/shopping/repositories/buy-2-win.repository.js +2 -2
  326. package/esm2015/domain/shopping/repositories/campaign-dashboard.repository.js +2 -2
  327. package/esm2015/domain/shopping/repositories/campaign-hashtag.repository.js +2 -2
  328. package/esm2015/domain/shopping/repositories/checkout.repository.js +2 -2
  329. package/esm2015/domain/shopping/repositories/coupon.repository.js +2 -2
  330. package/esm2015/domain/shopping/repositories/index.js +10 -10
  331. package/esm2015/domain/shopping/repositories/legacy-order.repository.js +2 -2
  332. package/esm2015/domain/shopping/repositories/order.repository.js +2 -2
  333. package/esm2015/domain/shopping/repositories/payment.repository.js +2 -2
  334. package/esm2015/domain/shopping/repositories/subscription/checkout.repository.js +2 -2
  335. package/esm2015/domain/shopping/repositories/subscription/index.js +3 -3
  336. package/esm2015/domain/shopping/repositories/subscription/plan.repository.js +2 -2
  337. package/esm2015/domain/users/errors/index.js +4 -4
  338. package/esm2015/domain/users/errors/unauthorized.error.js +8 -8
  339. package/esm2015/domain/users/errors/user-already-registered.error.js +8 -8
  340. package/esm2015/domain/users/errors/weak-password.error.js +8 -8
  341. package/esm2015/domain/users/index.js +6 -6
  342. package/esm2015/domain/users/models/beauty-profile.js +12 -12
  343. package/esm2015/domain/users/models/enums/accessory-importances.enum.js +7 -7
  344. package/esm2015/domain/users/models/enums/area.enum.js +13 -13
  345. package/esm2015/domain/users/models/enums/beard-problems.enum.js +11 -11
  346. package/esm2015/domain/users/models/enums/beard-sizes.enum.js +9 -9
  347. package/esm2015/domain/users/models/enums/beauty-product-importances.enum.js +8 -8
  348. package/esm2015/domain/users/models/enums/body-problems.enum.js +13 -13
  349. package/esm2015/domain/users/models/enums/body-shapes.enum.js +9 -9
  350. package/esm2015/domain/users/models/enums/body-tattoos.enum.js +7 -7
  351. package/esm2015/domain/users/models/enums/face-skin-oilinesses.enum.js +9 -9
  352. package/esm2015/domain/users/models/enums/face-skin-problems.enum.js +12 -12
  353. package/esm2015/domain/users/models/enums/face-skin-tones.enum.js +10 -10
  354. package/esm2015/domain/users/models/enums/family-incomes.enum.js +10 -10
  355. package/esm2015/domain/users/models/enums/fragrance-importances.enum.js +7 -7
  356. package/esm2015/domain/users/models/enums/hair-colors.enum.js +12 -12
  357. package/esm2015/domain/users/models/enums/hair-problems.enum.js +12 -12
  358. package/esm2015/domain/users/models/enums/hair-strands.enum.js +10 -10
  359. package/esm2015/domain/users/models/enums/hair-types.enum.js +9 -9
  360. package/esm2015/domain/users/models/enums/index.js +21 -21
  361. package/esm2015/domain/users/models/enums/office-position.enum.js +8 -8
  362. package/esm2015/domain/users/models/enums/product-spents.enum.js +10 -10
  363. package/esm2015/domain/users/models/enums/user-type.enum.js +10 -10
  364. package/esm2015/domain/users/models/index.js +8 -8
  365. package/esm2015/domain/users/models/lead.js +7 -7
  366. package/esm2015/domain/users/models/subscription/edition.js +7 -7
  367. package/esm2015/domain/users/models/subscription/enums/billing-status.enum.js +5 -5
  368. package/esm2015/domain/users/models/subscription/enums/edition-status.enum.js +6 -6
  369. package/esm2015/domain/users/models/subscription/enums/index.js +5 -5
  370. package/esm2015/domain/users/models/subscription/enums/payment-type.enum.js +7 -7
  371. package/esm2015/domain/users/models/subscription/enums/status.enum.js +6 -6
  372. package/esm2015/domain/users/models/subscription/index.js +5 -5
  373. package/esm2015/domain/users/models/subscription/payment.js +14 -14
  374. package/esm2015/domain/users/models/subscription/subscription.js +43 -43
  375. package/esm2015/domain/users/models/user-address.js +7 -7
  376. package/esm2015/domain/users/models/user-payment-method.js +7 -7
  377. package/esm2015/domain/users/models/user.js +26 -26
  378. package/esm2015/domain/users/repositories/beauty-profile.repository.js +2 -2
  379. package/esm2015/domain/users/repositories/edition.repository.js +2 -2
  380. package/esm2015/domain/users/repositories/index.js +9 -9
  381. package/esm2015/domain/users/repositories/lead.repository.js +2 -2
  382. package/esm2015/domain/users/repositories/subscription-payment.repository.js +2 -2
  383. package/esm2015/domain/users/repositories/subscription.repository.js +2 -2
  384. package/esm2015/domain/users/repositories/user-address.repository.js +2 -2
  385. package/esm2015/domain/users/repositories/user-payment-method.repository.js +2 -2
  386. package/esm2015/domain/users/repositories/user.repository.js +2 -2
  387. package/esm2015/domain/users/services/authentication.service.js +2 -2
  388. package/esm2015/domain/users/services/index.js +4 -4
  389. package/esm2015/domain/users/services/register.service.js +2 -2
  390. package/esm2015/domain/users/services/types/basic-user-data.type.js +2 -2
  391. package/esm2015/domain/users/services/types/index.js +2 -2
  392. package/esm2015/domain/users/use-cases/authentication.js +40 -40
  393. package/esm2015/domain/users/use-cases/index.js +5 -5
  394. package/esm2015/domain/users/use-cases/recovery-password.js +12 -12
  395. package/esm2015/domain/users/use-cases/register.js +34 -34
  396. package/esm2015/domain/users/use-cases/signout.js +12 -12
  397. package/esm2015/errors/duplicated-results.error.js +8 -8
  398. package/esm2015/errors/index.js +5 -5
  399. package/esm2015/errors/invalid-argument.error.js +8 -8
  400. package/esm2015/errors/not-found.error.js +8 -8
  401. package/esm2015/errors/required-argument.error.js +9 -9
  402. package/esm2015/index.js +6 -6
  403. package/esm2015/infra/elasticsearch/adapters/axios.adapter.js +76 -76
  404. package/esm2015/infra/elasticsearch/adapters/elastic-search.adapter.js +2 -2
  405. package/esm2015/infra/elasticsearch/adapters/index.js +3 -3
  406. package/esm2015/infra/elasticsearch/index.js +4 -4
  407. package/esm2015/infra/elasticsearch/indexes/index.js +2 -2
  408. package/esm2015/infra/elasticsearch/indexes/products-index.js +110 -110
  409. package/esm2015/infra/elasticsearch/types/elastic-search-result.js +2 -2
  410. package/esm2015/infra/elasticsearch/types/index.js +2 -2
  411. package/esm2015/infra/firebase/auth/authentication-firebase-auth.service.js +52 -52
  412. package/esm2015/infra/firebase/auth/index.js +3 -3
  413. package/esm2015/infra/firebase/auth/register-firebase-auth.service.js +26 -26
  414. package/esm2015/infra/firebase/auth/types/firebase-user-with-id.type.js +2 -2
  415. package/esm2015/infra/firebase/firestore/enums/firestore-field-type.enum.js +10 -10
  416. package/esm2015/infra/firebase/firestore/enums/index.js +2 -2
  417. package/esm2015/infra/firebase/firestore/index.js +4 -4
  418. package/esm2015/infra/firebase/firestore/mixins/index.js +10 -10
  419. package/esm2015/infra/firebase/firestore/mixins/with-create-firestore.mixin.js +31 -31
  420. package/esm2015/infra/firebase/firestore/mixins/with-crud-firestore.mixin.js +10 -10
  421. package/esm2015/infra/firebase/firestore/mixins/with-delete-firestore.mixin.js +18 -18
  422. package/esm2015/infra/firebase/firestore/mixins/with-find-firestore.mixin.js +98 -98
  423. package/esm2015/infra/firebase/firestore/mixins/with-firestore.mixin.js +49 -49
  424. package/esm2015/infra/firebase/firestore/mixins/with-get-firestore.mixin.js +24 -24
  425. package/esm2015/infra/firebase/firestore/mixins/with-helpers.mixin.js +17 -17
  426. package/esm2015/infra/firebase/firestore/mixins/with-sub-collection.mixin.js +11 -11
  427. package/esm2015/infra/firebase/firestore/mixins/with-update-firestore.mixin.js +45 -45
  428. package/esm2015/infra/firebase/firestore/repositories/catalog/category-firestore.repository.js +73 -73
  429. package/esm2015/infra/firebase/firestore/repositories/catalog/index.js +5 -5
  430. package/esm2015/infra/firebase/firestore/repositories/catalog/product-firestore.repository.js +55 -55
  431. package/esm2015/infra/firebase/firestore/repositories/catalog/product-variant-firestore.repository.js +14 -14
  432. package/esm2015/infra/firebase/firestore/repositories/catalog/subscription-product-firestore.repository.js +12 -12
  433. package/esm2015/infra/firebase/firestore/repositories/index.js +5 -5
  434. package/esm2015/infra/firebase/firestore/repositories/shop-settings/home-firestore.repository.js +56 -56
  435. package/esm2015/infra/firebase/firestore/repositories/shop-settings/index.js +4 -4
  436. package/esm2015/infra/firebase/firestore/repositories/shop-settings/shop-menu-firestore.repository.js +12 -12
  437. package/esm2015/infra/firebase/firestore/repositories/shop-settings/shop-settings-firestore.repository.js +12 -12
  438. package/esm2015/infra/firebase/firestore/repositories/shopping/buy-2-win-firestore.repository.js +12 -12
  439. package/esm2015/infra/firebase/firestore/repositories/shopping/campaign-dashboard-firestore.repository.js +12 -12
  440. package/esm2015/infra/firebase/firestore/repositories/shopping/campaign-hashtag-firestore.repository.js +12 -12
  441. package/esm2015/infra/firebase/firestore/repositories/shopping/checkout-firestore.repository.js +12 -12
  442. package/esm2015/infra/firebase/firestore/repositories/shopping/checkout-subscription-firestore.repository.js +12 -12
  443. package/esm2015/infra/firebase/firestore/repositories/shopping/coupon-firestore.repository.js +29 -29
  444. package/esm2015/infra/firebase/firestore/repositories/shopping/index.js +11 -11
  445. package/esm2015/infra/firebase/firestore/repositories/shopping/legacy-order-firestore.repository.js +9 -9
  446. package/esm2015/infra/firebase/firestore/repositories/shopping/order-firestore.repository.js +40 -40
  447. package/esm2015/infra/firebase/firestore/repositories/shopping/payment-firestore.repository.js +12 -12
  448. package/esm2015/infra/firebase/firestore/repositories/shopping/subscription-plan-firestore.repository.js +12 -12
  449. package/esm2015/infra/firebase/firestore/repositories/users/index.js +9 -9
  450. package/esm2015/infra/firebase/firestore/repositories/users/lead-firestore.repository.js +12 -12
  451. package/esm2015/infra/firebase/firestore/repositories/users/subscription-edition-firestore.repository.js +14 -14
  452. package/esm2015/infra/firebase/firestore/repositories/users/subscription-firestore.repository.js +12 -12
  453. package/esm2015/infra/firebase/firestore/repositories/users/subscription-payment-firestore.repository.js +14 -14
  454. package/esm2015/infra/firebase/firestore/repositories/users/user-address-firestore.repository.js +14 -14
  455. package/esm2015/infra/firebase/firestore/repositories/users/user-beauty-profile-firestore.repository.js +14 -14
  456. package/esm2015/infra/firebase/firestore/repositories/users/user-firestore.repository.js +68 -68
  457. package/esm2015/infra/firebase/firestore/repositories/users/user-payment-method-firestore.repository.js +14 -14
  458. package/esm2015/infra/firebase/firestore/types/firestore-sub.repository.type.js +2 -2
  459. package/esm2015/infra/firebase/firestore/types/firestore.helpers.type.js +2 -2
  460. package/esm2015/infra/firebase/firestore/types/firestore.repository.type.js +2 -2
  461. package/esm2015/infra/firebase/firestore/types/index.js +4 -4
  462. package/esm2015/infra/firebase/index.js +3 -3
  463. package/esm2015/infra/hasura-graphql/enums/hasura-graphql-column-type.enum.js +13 -13
  464. package/esm2015/infra/hasura-graphql/enums/hasura-graphql-where.enum.js +15 -15
  465. package/esm2015/infra/hasura-graphql/enums/index.js +3 -3
  466. package/esm2015/infra/hasura-graphql/index.js +5 -5
  467. package/esm2015/infra/hasura-graphql/mixins/helpers/attribute-option.helper.js +31 -31
  468. package/esm2015/infra/hasura-graphql/mixins/helpers/bind-filter-query.helper.js +53 -53
  469. package/esm2015/infra/hasura-graphql/mixins/helpers/filter-option.helper.js +22 -22
  470. package/esm2015/infra/hasura-graphql/mixins/helpers/graphql-field.helper.js +90 -90
  471. package/esm2015/infra/hasura-graphql/mixins/helpers/index.js +5 -5
  472. package/esm2015/infra/hasura-graphql/mixins/index.js +8 -8
  473. package/esm2015/infra/hasura-graphql/mixins/with-create-hasura-graphql.mixin.js +45 -45
  474. package/esm2015/infra/hasura-graphql/mixins/with-crud-hasura-graphql.mixin.js +10 -10
  475. package/esm2015/infra/hasura-graphql/mixins/with-delete-hasura-graphql.mixin.js +29 -29
  476. package/esm2015/infra/hasura-graphql/mixins/with-find-hasura-graphql.mixin.js +50 -50
  477. package/esm2015/infra/hasura-graphql/mixins/with-get-hasura-graphql.mixin.js +35 -35
  478. package/esm2015/infra/hasura-graphql/mixins/with-hasura-graphql.mixin.js +94 -94
  479. package/esm2015/infra/hasura-graphql/mixins/with-update-hasura-graphql.mixin.js +56 -56
  480. package/esm2015/infra/hasura-graphql/models/category-hasura-graphql.js +4 -4
  481. package/esm2015/infra/hasura-graphql/models/index.js +5 -5
  482. package/esm2015/infra/hasura-graphql/models/kit-product-hasura-graphql.js +15 -15
  483. package/esm2015/infra/hasura-graphql/models/product-hasura-graphql.js +11 -11
  484. package/esm2015/infra/hasura-graphql/models/variant-hasura-graphql.js +9 -9
  485. package/esm2015/infra/hasura-graphql/repositories/catalog/category-filter-hasura-graphql.repository.js +24 -24
  486. package/esm2015/infra/hasura-graphql/repositories/catalog/category-hasura-graphql.repository.js +333 -333
  487. package/esm2015/infra/hasura-graphql/repositories/catalog/filter-hasura-graphql.repository.js +123 -123
  488. package/esm2015/infra/hasura-graphql/repositories/catalog/filter-option-hasura-graphql.repository.js +21 -21
  489. package/esm2015/infra/hasura-graphql/repositories/catalog/index.js +7 -7
  490. package/esm2015/infra/hasura-graphql/repositories/catalog/product-hasura-graphql.repository.js +498 -498
  491. package/esm2015/infra/hasura-graphql/repositories/catalog/variant-hasura-graphql.repository.js +116 -116
  492. package/esm2015/infra/hasura-graphql/repositories/index.js +2 -2
  493. package/esm2015/infra/hasura-graphql/types/fields.type.js +2 -2
  494. package/esm2015/infra/hasura-graphql/types/graphql.repository.type.js +2 -2
  495. package/esm2015/infra/hasura-graphql/types/hasura-graphql-auth-options.type.js +2 -2
  496. package/esm2015/infra/hasura-graphql/types/hasura-graphql-fields.type.js +2 -2
  497. package/esm2015/infra/hasura-graphql/types/hasura-graphql-headers.type.js +2 -2
  498. package/esm2015/infra/hasura-graphql/types/index.js +9 -9
  499. package/esm2015/infra/hasura-graphql/types/nested-field.type.js +2 -2
  500. package/esm2015/infra/hasura-graphql/types/query-builder-options.type.js +2 -2
  501. package/esm2015/infra/hasura-graphql/types/variable-options.type.js +2 -2
  502. package/esm2015/infra/index.js +4 -4
  503. package/esm2015/infrab4a-connect.js +4 -4
  504. package/esm2015/utils/index.js +8 -8
  505. package/esm2015/utils/is-uuid.js +3 -3
  506. package/esm2015/utils/mixins/base.mixin.js +6 -6
  507. package/esm2015/utils/mixins/index.js +4 -4
  508. package/esm2015/utils/mixins/merge-constructor-params.type.js +2 -2
  509. package/esm2015/utils/mixins/mixin-ctor.type.js +2 -2
  510. package/esm2015/utils/parse-datetime.js +14 -14
  511. package/esm2015/utils/types/array-element.type.js +2 -2
  512. package/esm2015/utils/types/index.js +3 -3
  513. package/esm2015/utils/types/prop.type.js +2 -2
  514. package/fesm2015/infrab4a-connect.js +3566 -3562
  515. package/fesm2015/infrab4a-connect.js.map +1 -1
  516. package/index.d.ts +5 -5
  517. package/infra/elasticsearch/adapters/axios.adapter.d.ts +16 -16
  518. package/infra/elasticsearch/adapters/elastic-search.adapter.d.ts +8 -8
  519. package/infra/elasticsearch/adapters/index.d.ts +2 -2
  520. package/infra/elasticsearch/index.d.ts +3 -3
  521. package/infra/elasticsearch/indexes/index.d.ts +1 -1
  522. package/infra/elasticsearch/indexes/products-index.d.ts +13 -13
  523. package/infra/elasticsearch/types/elastic-search-result.d.ts +9 -9
  524. package/infra/elasticsearch/types/index.d.ts +1 -1
  525. package/infra/firebase/auth/authentication-firebase-auth.service.d.ts +12 -12
  526. package/infra/firebase/auth/index.d.ts +2 -2
  527. package/infra/firebase/auth/register-firebase-auth.service.d.ts +8 -8
  528. package/infra/firebase/auth/types/firebase-user-with-id.type.d.ts +3 -3
  529. package/infra/firebase/firestore/enums/firestore-field-type.enum.d.ts +8 -8
  530. package/infra/firebase/firestore/enums/index.d.ts +1 -1
  531. package/infra/firebase/firestore/index.d.ts +3 -3
  532. package/infra/firebase/firestore/mixins/index.d.ts +9 -9
  533. package/infra/firebase/firestore/mixins/with-create-firestore.mixin.d.ts +4 -4
  534. package/infra/firebase/firestore/mixins/with-crud-firestore.mixin.d.ts +4 -4
  535. package/infra/firebase/firestore/mixins/with-delete-firestore.mixin.d.ts +4 -4
  536. package/infra/firebase/firestore/mixins/with-find-firestore.mixin.d.ts +4 -4
  537. package/infra/firebase/firestore/mixins/with-firestore.mixin.d.ts +4 -4
  538. package/infra/firebase/firestore/mixins/with-get-firestore.mixin.d.ts +4 -4
  539. package/infra/firebase/firestore/mixins/with-helpers.mixin.d.ts +11 -11
  540. package/infra/firebase/firestore/mixins/with-sub-collection.mixin.d.ts +7 -7
  541. package/infra/firebase/firestore/mixins/with-update-firestore.mixin.d.ts +7 -7
  542. package/infra/firebase/firestore/repositories/catalog/category-firestore.repository.d.ts +18 -18
  543. package/infra/firebase/firestore/repositories/catalog/index.d.ts +4 -4
  544. package/infra/firebase/firestore/repositories/catalog/product-firestore.repository.d.ts +12 -12
  545. package/infra/firebase/firestore/repositories/catalog/product-variant-firestore.repository.d.ts +13 -13
  546. package/infra/firebase/firestore/repositories/catalog/subscription-product-firestore.repository.d.ts +8 -8
  547. package/infra/firebase/firestore/repositories/index.d.ts +4 -4
  548. package/infra/firebase/firestore/repositories/shop-settings/home-firestore.repository.d.ts +16 -16
  549. package/infra/firebase/firestore/repositories/shop-settings/index.d.ts +3 -3
  550. package/infra/firebase/firestore/repositories/shop-settings/shop-menu-firestore.repository.d.ts +8 -8
  551. package/infra/firebase/firestore/repositories/shop-settings/shop-settings-firestore.repository.d.ts +8 -8
  552. package/infra/firebase/firestore/repositories/shopping/buy-2-win-firestore.repository.d.ts +8 -8
  553. package/infra/firebase/firestore/repositories/shopping/campaign-dashboard-firestore.repository.d.ts +9 -9
  554. package/infra/firebase/firestore/repositories/shopping/campaign-hashtag-firestore.repository.d.ts +9 -9
  555. package/infra/firebase/firestore/repositories/shopping/checkout-firestore.repository.d.ts +8 -8
  556. package/infra/firebase/firestore/repositories/shopping/checkout-subscription-firestore.repository.d.ts +8 -8
  557. package/infra/firebase/firestore/repositories/shopping/coupon-firestore.repository.d.ts +12 -12
  558. package/infra/firebase/firestore/repositories/shopping/index.d.ts +10 -10
  559. package/infra/firebase/firestore/repositories/shopping/legacy-order-firestore.repository.d.ts +7 -7
  560. package/infra/firebase/firestore/repositories/shopping/order-firestore.repository.d.ts +13 -13
  561. package/infra/firebase/firestore/repositories/shopping/payment-firestore.repository.d.ts +8 -8
  562. package/infra/firebase/firestore/repositories/shopping/subscription-plan-firestore.repository.d.ts +8 -8
  563. package/infra/firebase/firestore/repositories/users/index.d.ts +8 -8
  564. package/infra/firebase/firestore/repositories/users/lead-firestore.repository.d.ts +8 -8
  565. package/infra/firebase/firestore/repositories/users/subscription-edition-firestore.repository.d.ts +13 -13
  566. package/infra/firebase/firestore/repositories/users/subscription-firestore.repository.d.ts +8 -8
  567. package/infra/firebase/firestore/repositories/users/subscription-payment-firestore.repository.d.ts +13 -13
  568. package/infra/firebase/firestore/repositories/users/user-address-firestore.repository.d.ts +13 -13
  569. package/infra/firebase/firestore/repositories/users/user-beauty-profile-firestore.repository.d.ts +13 -13
  570. package/infra/firebase/firestore/repositories/users/user-firestore.repository.d.ts +17 -17
  571. package/infra/firebase/firestore/repositories/users/user-payment-method-firestore.repository.d.ts +13 -13
  572. package/infra/firebase/firestore/types/firestore-sub.repository.type.d.ts +6 -6
  573. package/infra/firebase/firestore/types/firestore.helpers.type.d.ts +8 -8
  574. package/infra/firebase/firestore/types/firestore.repository.type.d.ts +14 -14
  575. package/infra/firebase/firestore/types/index.d.ts +3 -3
  576. package/infra/firebase/index.d.ts +2 -2
  577. package/infra/hasura-graphql/enums/hasura-graphql-column-type.enum.d.ts +11 -11
  578. package/infra/hasura-graphql/enums/hasura-graphql-where.enum.d.ts +13 -13
  579. package/infra/hasura-graphql/enums/index.d.ts +2 -2
  580. package/infra/hasura-graphql/index.d.ts +4 -4
  581. package/infra/hasura-graphql/mixins/helpers/attribute-option.helper.d.ts +13 -13
  582. package/infra/hasura-graphql/mixins/helpers/bind-filter-query.helper.d.ts +10 -10
  583. package/infra/hasura-graphql/mixins/helpers/filter-option.helper.d.ts +6 -6
  584. package/infra/hasura-graphql/mixins/helpers/graphql-field.helper.d.ts +8 -8
  585. package/infra/hasura-graphql/mixins/helpers/index.d.ts +4 -4
  586. package/infra/hasura-graphql/mixins/index.d.ts +7 -7
  587. package/infra/hasura-graphql/mixins/with-create-hasura-graphql.mixin.d.ts +8 -8
  588. package/infra/hasura-graphql/mixins/with-crud-hasura-graphql.mixin.d.ts +11 -11
  589. package/infra/hasura-graphql/mixins/with-delete-hasura-graphql.mixin.d.ts +7 -7
  590. package/infra/hasura-graphql/mixins/with-find-hasura-graphql.mixin.d.ts +20 -20
  591. package/infra/hasura-graphql/mixins/with-get-hasura-graphql.mixin.d.ts +24 -24
  592. package/infra/hasura-graphql/mixins/with-hasura-graphql.mixin.d.ts +11 -11
  593. package/infra/hasura-graphql/mixins/with-update-hasura-graphql.mixin.d.ts +14 -14
  594. package/infra/hasura-graphql/models/category-hasura-graphql.d.ts +6 -6
  595. package/infra/hasura-graphql/models/index.d.ts +4 -4
  596. package/infra/hasura-graphql/models/kit-product-hasura-graphql.d.ts +6 -6
  597. package/infra/hasura-graphql/models/product-hasura-graphql.d.ts +15 -15
  598. package/infra/hasura-graphql/models/variant-hasura-graphql.d.ts +9 -9
  599. package/infra/hasura-graphql/repositories/catalog/category-filter-hasura-graphql.repository.d.ts +11 -11
  600. package/infra/hasura-graphql/repositories/catalog/category-hasura-graphql.repository.d.ts +31 -31
  601. package/infra/hasura-graphql/repositories/catalog/filter-hasura-graphql.repository.d.ts +18 -18
  602. package/infra/hasura-graphql/repositories/catalog/filter-option-hasura-graphql.repository.d.ts +10 -10
  603. package/infra/hasura-graphql/repositories/catalog/index.d.ts +6 -6
  604. package/infra/hasura-graphql/repositories/catalog/product-hasura-graphql.repository.d.ts +29 -29
  605. package/infra/hasura-graphql/repositories/catalog/variant-hasura-graphql.repository.d.ts +14 -14
  606. package/infra/hasura-graphql/repositories/index.d.ts +1 -1
  607. package/infra/hasura-graphql/types/fields.type.d.ts +2 -2
  608. package/infra/hasura-graphql/types/graphql.repository.type.d.ts +21 -21
  609. package/infra/hasura-graphql/types/hasura-graphql-auth-options.type.d.ts +8 -8
  610. package/infra/hasura-graphql/types/hasura-graphql-fields.type.d.ts +40 -40
  611. package/infra/hasura-graphql/types/hasura-graphql-headers.type.d.ts +7 -7
  612. package/infra/hasura-graphql/types/index.d.ts +8 -8
  613. package/infra/hasura-graphql/types/nested-field.type.d.ts +7 -7
  614. package/infra/hasura-graphql/types/query-builder-options.type.d.ts +7 -7
  615. package/infra/hasura-graphql/types/variable-options.type.d.ts +9 -9
  616. package/infra/index.d.ts +3 -3
  617. package/infrab4a-connect.d.ts +5 -5
  618. package/package.json +1 -1
  619. package/utils/index.d.ts +7 -7
  620. package/utils/is-uuid.d.ts +1 -1
  621. package/utils/mixins/base.mixin.d.ts +3 -3
  622. package/utils/mixins/index.d.ts +3 -3
  623. package/utils/mixins/merge-constructor-params.type.d.ts +3 -3
  624. package/utils/mixins/mixin-ctor.type.d.ts +1 -1
  625. package/utils/parse-datetime.d.ts +1 -1
  626. package/utils/types/array-element.type.d.ts +1 -1
  627. package/utils/types/index.d.ts +2 -2
  628. package/utils/types/prop.type.d.ts +1 -1
@@ -1,32 +1,32 @@
1
- import { Shops } from '../../../catalog/models/enums/shops.enum';
2
- import { BaseModel, GenericIdentifier } from '../../../generic/model/base.model';
3
- import { CheckoutTypes } from '../enums/checkout-types.enum';
4
- import { CouponTypes, Exclusivities } from './enums';
5
- import { ClubeDaMensPlan } from './enums/coupon-club-mens.enum';
6
- export declare class Coupon extends BaseModel<Coupon> {
7
- id: string;
8
- type: CouponTypes;
9
- discount?: number;
10
- user?: string;
11
- userExclusiveEmail?: string;
12
- campaign?: string;
13
- nickname: string;
14
- beginAt: Date;
15
- expiresIn?: Date;
16
- useLimit?: number;
17
- useLimitPerUser?: boolean;
18
- shopAvailability: Shops;
19
- personId?: number;
20
- influencerEmail?: string;
21
- plan?: ClubeDaMensPlan;
22
- productsCategories: string[];
23
- minSubTotalValue?: number;
24
- active?: Boolean;
25
- createdAt: Date;
26
- updatedAt?: Date;
27
- checkoutType: CheckoutTypes;
28
- exclusivityType?: Exclusivities;
29
- get isInfluencer(): boolean;
30
- static get identifiersFields(): GenericIdentifier[];
31
- static createCoupon(userId: string): Coupon;
32
- }
1
+ import { Shops } from '../../../catalog/models/enums/shops.enum';
2
+ import { BaseModel, GenericIdentifier } from '../../../generic/model/base.model';
3
+ import { CheckoutTypes } from '../enums/checkout-types.enum';
4
+ import { CouponTypes, Exclusivities } from './enums';
5
+ import { ClubeDaMensPlan } from './enums/coupon-club-mens.enum';
6
+ export declare class Coupon extends BaseModel<Coupon> {
7
+ id: string;
8
+ type: CouponTypes;
9
+ discount?: number;
10
+ user?: string;
11
+ userExclusiveEmail?: string;
12
+ campaign?: string;
13
+ nickname: string;
14
+ beginAt: Date;
15
+ expiresIn?: Date;
16
+ useLimit?: number;
17
+ useLimitPerUser?: boolean;
18
+ shopAvailability: Shops;
19
+ personId?: number;
20
+ influencerEmail?: string;
21
+ plan?: ClubeDaMensPlan;
22
+ productsCategories: string[];
23
+ minSubTotalValue?: number;
24
+ active?: Boolean;
25
+ createdAt: Date;
26
+ updatedAt?: Date;
27
+ checkoutType: CheckoutTypes;
28
+ exclusivityType?: Exclusivities;
29
+ get isInfluencer(): boolean;
30
+ static get identifiersFields(): GenericIdentifier[];
31
+ static createCoupon(userId: string): Coupon;
32
+ }
@@ -1,5 +1,5 @@
1
- export declare enum ClubeDaMensPlan {
2
- PRIME = "PRIME",
3
- SELECT = "SELECT",
4
- ALL = "ALL"
5
- }
1
+ export declare enum ClubeDaMensPlan {
2
+ PRIME = "PRIME",
3
+ SELECT = "SELECT",
4
+ ALL = "ALL"
5
+ }
@@ -1,4 +1,4 @@
1
- export declare enum CouponSubtypes {
2
- ABSOLUTE = 1,
3
- PERCENTAGE = 2
4
- }
1
+ export declare enum CouponSubtypes {
2
+ ABSOLUTE = 1,
3
+ PERCENTAGE = 2
4
+ }
@@ -1,4 +1,4 @@
1
- export declare enum CouponTypes {
2
- ABSOLUTE = 1,
3
- PERCENTAGE = 2
4
- }
1
+ export declare enum CouponTypes {
2
+ ABSOLUTE = 1,
3
+ PERCENTAGE = 2
4
+ }
@@ -1,8 +1,8 @@
1
- export declare enum Exclusivities {
2
- ALL_USERS = 1,
3
- SPECIFIC_USER = 2,
4
- COLLABORATORS = 3,
5
- ACTIVE_SUBSCRIBER = 4,
6
- INACTIVE_SUBSCRIBER = 5,
7
- NON_SUBSCRIBER = 6
8
- }
1
+ export declare enum Exclusivities {
2
+ ALL_USERS = 1,
3
+ SPECIFIC_USER = 2,
4
+ COLLABORATORS = 3,
5
+ ACTIVE_SUBSCRIBER = 4,
6
+ INACTIVE_SUBSCRIBER = 5,
7
+ NON_SUBSCRIBER = 6
8
+ }
@@ -1,3 +1,3 @@
1
- export * from './coupon-types.enum';
2
- export * from './coupon-subtypes.enum';
3
- export * from './exclusivities.enum';
1
+ export * from './coupon-types.enum';
2
+ export * from './coupon-subtypes.enum';
3
+ export * from './exclusivities.enum';
@@ -1,2 +1,2 @@
1
- export * from './enums';
2
- export * from './coupon';
1
+ export * from './enums';
2
+ export * from './coupon';
@@ -1,5 +1,5 @@
1
- export declare enum CheckoutTypes {
2
- ECOMMERCE = 1,
3
- SUBSCRIPTION = 2,
4
- ALL = 3
5
- }
1
+ export declare enum CheckoutTypes {
2
+ ECOMMERCE = 1,
3
+ SUBSCRIPTION = 2,
4
+ ALL = 3
5
+ }
@@ -1,2 +1,2 @@
1
- export * from './checkout-types.enum';
2
- export * from './order-status.enum';
1
+ export * from './checkout-types.enum';
2
+ export * from './order-status.enum';
@@ -1,10 +1,10 @@
1
- export declare enum OrderStatus {
2
- AGUARDANDO_PAGAMENTO = "Aguardando pagamento",
3
- EM_PREPARO = "Preparando pedido",
4
- NF_EMITIDA = "Nota Fiscal Emitida",
5
- AGUARDANDO_ENVIO = "Aguardando Transaportadora",
6
- ENVIADO = "Enviado",
7
- ENTREGUE = "Entregue",
8
- CANCELADO = "Cancelado",
9
- CREDIT_CARD = "credit_card"
10
- }
1
+ export declare enum OrderStatus {
2
+ AGUARDANDO_PAGAMENTO = "Aguardando pagamento",
3
+ EM_PREPARO = "Preparando pedido",
4
+ NF_EMITIDA = "Nota Fiscal Emitida",
5
+ AGUARDANDO_ENVIO = "Aguardando Transaportadora",
6
+ ENVIADO = "Enviado",
7
+ ENTREGUE = "Entregue",
8
+ CANCELADO = "Cancelado",
9
+ CREDIT_CARD = "credit_card"
10
+ }
@@ -1,12 +1,12 @@
1
- export * from './buy-2-win';
2
- export * from './campaign-dashboard';
3
- export * from './campaign-hashtag';
4
- export * from './checkout';
5
- export * from './coupons';
6
- export * from './enums';
7
- export * from './line-item';
8
- export * from './order';
9
- export * from './payment';
10
- export * from './shipping-method';
11
- export * from './subscription';
12
- export * from './types';
1
+ export * from './buy-2-win';
2
+ export * from './campaign-dashboard';
3
+ export * from './campaign-hashtag';
4
+ export * from './checkout';
5
+ export * from './coupons';
6
+ export * from './enums';
7
+ export * from './line-item';
8
+ export * from './order';
9
+ export * from './payment';
10
+ export * from './shipping-method';
11
+ export * from './subscription';
12
+ export * from './types';
@@ -1,8 +1,8 @@
1
- import { Product } from '../../catalog/models/product';
2
- export declare class LineItem extends Product {
3
- parentId?: string;
4
- quantity: number;
5
- isGift?: boolean;
6
- pricePaid?: number;
7
- image?: string;
8
- }
1
+ import { Product } from '../../catalog/models/product';
2
+ export declare class LineItem extends Product {
3
+ parentId?: string;
4
+ quantity: number;
5
+ isGift?: boolean;
6
+ pricePaid?: number;
7
+ image?: string;
8
+ }
@@ -1,9 +1,9 @@
1
- import { Checkout } from './checkout';
2
- import { OrderStatus } from './enums/order-status.enum';
3
- import { Payment } from './payment';
4
- export declare class Order extends Checkout {
5
- status: OrderStatus;
6
- trackingCode?: string;
7
- trackingUrl?: string;
8
- payment: Payment;
9
- }
1
+ import { Checkout } from './checkout';
2
+ import { OrderStatus } from './enums/order-status.enum';
3
+ import { Payment } from './payment';
4
+ export declare class Order extends Checkout {
5
+ status: OrderStatus;
6
+ trackingCode?: string;
7
+ trackingUrl?: string;
8
+ payment: Payment;
9
+ }
@@ -1,67 +1,67 @@
1
- import { BaseModel, GenericIdentifier } from '../../generic/model/base.model';
2
- import { PaymentBilling, PaymentCard, PaymentCustomer, PaymentItem, PaymentShipping } from './types';
3
- export declare class Payment extends BaseModel<Payment> {
4
- id: number;
5
- object: string;
6
- status: string;
7
- tid: number;
8
- nsu: number;
9
- amount: number;
10
- cost: number;
11
- installments: number;
12
- referer: string;
13
- ip: string;
14
- phone: string;
15
- address: string;
16
- metadata: any;
17
- device: string;
18
- payment: string;
19
- addition: string;
20
- discount: string;
21
- customer: PaymentCustomer;
22
- billing: PaymentBilling;
23
- shipping: PaymentShipping;
24
- items: PaymentItem[];
25
- card: PaymentCard;
26
- refuseReason: string;
27
- statusReason: string;
28
- acquirerResponseCode: string;
29
- acquirerName: string;
30
- acquirerId: string;
31
- authorizationCode: string;
32
- softDescriptor: string;
33
- dateCreated: string;
34
- dateUpdated: string;
35
- authorizedAmount: number;
36
- paidAmount: number;
37
- refundedAmount: number;
38
- cardHolderName: string;
39
- cardLastDigits: string;
40
- cardFirstDigits: string;
41
- cardBrand: string;
42
- cardPinMode: string;
43
- cardMagstripeFallback: boolean;
44
- cvmPin: boolean;
45
- postbackUrl: string;
46
- paymentMethod: string;
47
- captureMethod: string;
48
- antifraudScore: string;
49
- boletoUrl: string;
50
- boletoBarcode: string;
51
- boletoExpirationDate: string;
52
- subscriptionId: string;
53
- splitRules: string;
54
- antifraudMetadata: any;
55
- referenceKey: string;
56
- localTransactionId: string;
57
- localTime: string;
58
- fraudCovered: boolean;
59
- fraudReimbursed: string;
60
- orderId: string;
61
- riskLevel: string;
62
- receiptUrl: string;
63
- privateLabel: string;
64
- pixQrCode: string;
65
- pixExpirationDate: string;
66
- static get identifiersFields(): GenericIdentifier[];
67
- }
1
+ import { BaseModel, GenericIdentifier } from '../../generic/model/base.model';
2
+ import { PaymentBilling, PaymentCard, PaymentCustomer, PaymentItem, PaymentShipping } from './types';
3
+ export declare class Payment extends BaseModel<Payment> {
4
+ id: number;
5
+ object: string;
6
+ status: string;
7
+ tid: number;
8
+ nsu: number;
9
+ amount: number;
10
+ cost: number;
11
+ installments: number;
12
+ referer: string;
13
+ ip: string;
14
+ phone: string;
15
+ address: string;
16
+ metadata: any;
17
+ device: string;
18
+ payment: string;
19
+ addition: string;
20
+ discount: string;
21
+ customer: PaymentCustomer;
22
+ billing: PaymentBilling;
23
+ shipping: PaymentShipping;
24
+ items: PaymentItem[];
25
+ card: PaymentCard;
26
+ refuseReason: string;
27
+ statusReason: string;
28
+ acquirerResponseCode: string;
29
+ acquirerName: string;
30
+ acquirerId: string;
31
+ authorizationCode: string;
32
+ softDescriptor: string;
33
+ dateCreated: string;
34
+ dateUpdated: string;
35
+ authorizedAmount: number;
36
+ paidAmount: number;
37
+ refundedAmount: number;
38
+ cardHolderName: string;
39
+ cardLastDigits: string;
40
+ cardFirstDigits: string;
41
+ cardBrand: string;
42
+ cardPinMode: string;
43
+ cardMagstripeFallback: boolean;
44
+ cvmPin: boolean;
45
+ postbackUrl: string;
46
+ paymentMethod: string;
47
+ captureMethod: string;
48
+ antifraudScore: string;
49
+ boletoUrl: string;
50
+ boletoBarcode: string;
51
+ boletoExpirationDate: string;
52
+ subscriptionId: string;
53
+ splitRules: string;
54
+ antifraudMetadata: any;
55
+ referenceKey: string;
56
+ localTransactionId: string;
57
+ localTime: string;
58
+ fraudCovered: boolean;
59
+ fraudReimbursed: string;
60
+ orderId: string;
61
+ riskLevel: string;
62
+ receiptUrl: string;
63
+ privateLabel: string;
64
+ pixQrCode: string;
65
+ pixExpirationDate: string;
66
+ static get identifiersFields(): GenericIdentifier[];
67
+ }
@@ -1,16 +1,16 @@
1
- import { BaseModel, GenericIdentifier } from '../../generic/model/base.model';
2
- export declare class ShippingMethod extends BaseModel<ShippingMethod> {
3
- id: string;
4
- CNPJ: string;
5
- DaysToDelivery: number;
6
- MaxGrams: number;
7
- MinGrams: number;
8
- ServiceCompanyRangeId: number;
9
- ShippingCompanyId: number;
10
- ShippingCompanyName: string;
11
- ShippingPrice: number;
12
- State: string;
13
- ZipEnd: number;
14
- ZipStart: number;
15
- static get identifiersFields(): GenericIdentifier[];
16
- }
1
+ import { BaseModel, GenericIdentifier } from '../../generic/model/base.model';
2
+ export declare class ShippingMethod extends BaseModel<ShippingMethod> {
3
+ id: string;
4
+ CNPJ: string;
5
+ DaysToDelivery: number;
6
+ MaxGrams: number;
7
+ MinGrams: number;
8
+ ServiceCompanyRangeId: number;
9
+ ShippingCompanyId: number;
10
+ ShippingCompanyName: string;
11
+ ShippingPrice: number;
12
+ State: string;
13
+ ZipEnd: number;
14
+ ZipStart: number;
15
+ static get identifiersFields(): GenericIdentifier[];
16
+ }
@@ -1,21 +1,21 @@
1
- import { Address } from '../../../location/models/address';
2
- import { BaseModel, GenericIdentifier } from '../../../generic/model/base.model';
3
- import { Coupon } from '../coupons/coupon';
4
- import { User } from '../../../users/models/user';
5
- import { SubscriptionPlan } from './plan';
6
- export declare class CheckoutSubscription extends BaseModel<CheckoutSubscription> {
7
- id?: string;
8
- user: User;
9
- createdAt: Date;
10
- updatedAt: Date;
11
- completedAt?: Date;
12
- userId?: string;
13
- discount?: number;
14
- subTotalPrice?: number;
15
- totalPrice?: number;
16
- shippingAddress: Address;
17
- billingAddress?: Address;
18
- subscriptionPlan: SubscriptionPlan;
19
- coupon?: Coupon;
20
- static get identifiersFields(): GenericIdentifier[];
21
- }
1
+ import { Address } from '../../../location/models/address';
2
+ import { BaseModel, GenericIdentifier } from '../../../generic/model/base.model';
3
+ import { Coupon } from '../coupons/coupon';
4
+ import { User } from '../../../users/models/user';
5
+ import { SubscriptionPlan } from './plan';
6
+ export declare class CheckoutSubscription extends BaseModel<CheckoutSubscription> {
7
+ id?: string;
8
+ user: User;
9
+ createdAt: Date;
10
+ updatedAt: Date;
11
+ completedAt?: Date;
12
+ userId?: string;
13
+ discount?: number;
14
+ subTotalPrice?: number;
15
+ totalPrice?: number;
16
+ shippingAddress: Address;
17
+ billingAddress?: Address;
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 declare 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 declare 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 declare type PaymentBilling = {
3
- object: string;
4
- id: number;
5
- name: string;
6
- address: PaymentAddress;
7
- };
1
+ import { PaymentAddress } from './payment-address.type';
2
+ export declare type PaymentBilling = {
3
+ object: string;
4
+ id: number;
5
+ name: string;
6
+ address: PaymentAddress;
7
+ };
@@ -1,14 +1,14 @@
1
- export declare 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 declare 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 declare 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 declare 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 declare type PaymentDocument = {
2
- object: string;
3
- id: string;
4
- type: string;
5
- number: string;
6
- };
1
+ export declare type PaymentDocument = {
2
+ object: string;
3
+ id: string;
4
+ type: string;
5
+ number: string;
6
+ };
@@ -1,11 +1,11 @@
1
- export declare 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 declare 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 declare 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 declare 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
+ };