@infrab4a/connect 0.9.6-beta.0 → 0.9.7

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 (408) hide show
  1. package/README.md +24 -24
  2. package/bundles/infrab4a-connect.umd.js +1851 -1824
  3. package/bundles/infrab4a-connect.umd.js.map +1 -1
  4. package/esm2015/infrab4a-connect.js +4 -4
  5. package/esm2015/lib/domain/catalog/index.js +3 -3
  6. package/esm2015/lib/domain/catalog/models/category.js +7 -7
  7. package/esm2015/lib/domain/catalog/models/enums/index.js +2 -2
  8. package/esm2015/lib/domain/catalog/models/enums/shops.enum.js +6 -6
  9. package/esm2015/lib/domain/catalog/models/index.js +6 -6
  10. package/esm2015/lib/domain/catalog/models/product.js +11 -11
  11. package/esm2015/lib/domain/catalog/models/types/category-condition.type.js +2 -2
  12. package/esm2015/lib/domain/catalog/models/types/category-filter.type.js +2 -2
  13. package/esm2015/lib/domain/catalog/models/types/index.js +8 -8
  14. package/esm2015/lib/domain/catalog/models/types/product-review.type.js +2 -2
  15. package/esm2015/lib/domain/catalog/models/types/shops-description.type.js +2 -2
  16. package/esm2015/lib/domain/catalog/models/types/shops-price.type.js +2 -2
  17. package/esm2015/lib/domain/catalog/models/types/stock.type.js +2 -2
  18. package/esm2015/lib/domain/catalog/models/types/variant-grade.type.js +2 -2
  19. package/esm2015/lib/domain/catalog/models/variant.js +7 -7
  20. package/esm2015/lib/domain/catalog/repositories/category.repository.js +2 -2
  21. package/esm2015/lib/domain/catalog/repositories/index.js +4 -4
  22. package/esm2015/lib/domain/catalog/repositories/product.repository.js +2 -2
  23. package/esm2015/lib/domain/catalog/repositories/variant.repository.js +2 -2
  24. package/esm2015/lib/domain/general/index.js +3 -3
  25. package/esm2015/lib/domain/general/model/base-model-with-identifier-fields.js +2 -2
  26. package/esm2015/lib/domain/general/model/base.model.js +13 -13
  27. package/esm2015/lib/domain/general/model/identifier-fields.js +2 -2
  28. package/esm2015/lib/domain/general/model/index.js +5 -5
  29. package/esm2015/lib/domain/general/model/types/base-model-builder.type.js +2 -2
  30. package/esm2015/lib/domain/general/model/types/index.js +4 -4
  31. package/esm2015/lib/domain/general/model/types/non-function-properties.type.js +2 -2
  32. package/esm2015/lib/domain/general/model/types/non-function-property-name.type.js +2 -2
  33. package/esm2015/lib/domain/general/repository/create.repository.js +2 -2
  34. package/esm2015/lib/domain/general/repository/crud.repository.js +2 -2
  35. package/esm2015/lib/domain/general/repository/delete.repository.js +2 -2
  36. package/esm2015/lib/domain/general/repository/enums/index.js +3 -3
  37. package/esm2015/lib/domain/general/repository/enums/update-option-actions.enum.js +9 -9
  38. package/esm2015/lib/domain/general/repository/enums/where.enum.js +11 -11
  39. package/esm2015/lib/domain/general/repository/find.repository.js +2 -2
  40. package/esm2015/lib/domain/general/repository/get.repository.js +2 -2
  41. package/esm2015/lib/domain/general/repository/index.js +10 -10
  42. package/esm2015/lib/domain/general/repository/read.repository.js +2 -2
  43. package/esm2015/lib/domain/general/repository/types/index.js +6 -6
  44. package/esm2015/lib/domain/general/repository/types/repository-find-filters.type.js +2 -2
  45. package/esm2015/lib/domain/general/repository/types/repository-find-result.type.js +2 -2
  46. package/esm2015/lib/domain/general/repository/types/repository-limit-options.type.js +2 -2
  47. package/esm2015/lib/domain/general/repository/types/repository-order-by-list.type.js +2 -2
  48. package/esm2015/lib/domain/general/repository/types/repository-update-params.type.js +2 -2
  49. package/esm2015/lib/domain/general/repository/update.repository.js +2 -2
  50. package/esm2015/lib/domain/index.js +7 -7
  51. package/esm2015/lib/domain/location/index.js +2 -2
  52. package/esm2015/lib/domain/location/models/address.js +4 -4
  53. package/esm2015/lib/domain/location/models/index.js +3 -3
  54. package/esm2015/lib/domain/location/models/types/index.js +4 -4
  55. package/esm2015/lib/domain/location/models/types/location-bound.type.js +2 -2
  56. package/esm2015/lib/domain/location/models/types/location-geometry.type.js +2 -2
  57. package/esm2015/lib/domain/location/models/types/location-lat-lng.type.js +2 -2
  58. package/esm2015/lib/domain/shop-settings/index.js +3 -3
  59. package/esm2015/lib/domain/shop-settings/models/home.js +7 -7
  60. package/esm2015/lib/domain/shop-settings/models/index.js +4 -4
  61. package/esm2015/lib/domain/shop-settings/models/shop-menu.js +7 -7
  62. package/esm2015/lib/domain/shop-settings/models/types/banner.type.js +2 -2
  63. package/esm2015/lib/domain/shop-settings/models/types/benefit.type.js +2 -2
  64. package/esm2015/lib/domain/shop-settings/models/types/index.js +5 -5
  65. package/esm2015/lib/domain/shop-settings/models/types/menu-nav.type.js +2 -2
  66. package/esm2015/lib/domain/shop-settings/models/types/sub-menu.type.js +2 -2
  67. package/esm2015/lib/domain/shop-settings/repositories/home.repository.js +2 -2
  68. package/esm2015/lib/domain/shop-settings/repositories/index.js +3 -3
  69. package/esm2015/lib/domain/shop-settings/repositories/shop-menu.repository.js +2 -2
  70. package/esm2015/lib/domain/shopping/index.js +3 -3
  71. package/esm2015/lib/domain/shopping/models/buy-2-win.js +14 -14
  72. package/esm2015/lib/domain/shopping/models/checkout.js +38 -38
  73. package/esm2015/lib/domain/shopping/models/coupons/coupon.js +23 -23
  74. package/esm2015/lib/domain/shopping/models/coupons/enums/coupon-subtypes.enum.js +6 -6
  75. package/esm2015/lib/domain/shopping/models/coupons/enums/coupon-types.enum.js +8 -8
  76. package/esm2015/lib/domain/shopping/models/coupons/enums/exclusivities.enum.js +7 -7
  77. package/esm2015/lib/domain/shopping/models/coupons/enums/index.js +4 -4
  78. package/esm2015/lib/domain/shopping/models/coupons/financial-coupon.js +28 -28
  79. package/esm2015/lib/domain/shopping/models/coupons/index.js +4 -4
  80. package/esm2015/lib/domain/shopping/models/enums/checkout-types.enum.js +6 -6
  81. package/esm2015/lib/domain/shopping/models/enums/index.js +3 -3
  82. package/esm2015/lib/domain/shopping/models/enums/order-status.enum.js +12 -12
  83. package/esm2015/lib/domain/shopping/models/index.js +12 -12
  84. package/esm2015/lib/domain/shopping/models/line-item.js +4 -4
  85. package/esm2015/lib/domain/shopping/models/order.js +11 -11
  86. package/esm2015/lib/domain/shopping/models/payment.js +169 -169
  87. package/esm2015/lib/domain/shopping/models/shipping-method.js +7 -7
  88. package/esm2015/lib/domain/shopping/models/subscription/checkout.js +28 -28
  89. package/esm2015/lib/domain/shopping/models/subscription/index.js +3 -3
  90. package/esm2015/lib/domain/shopping/models/subscription/plan.js +7 -7
  91. package/esm2015/lib/domain/shopping/models/types/index.js +8 -8
  92. package/esm2015/lib/domain/shopping/models/types/payment-address.type.js +2 -2
  93. package/esm2015/lib/domain/shopping/models/types/payment-billing.type.js +2 -2
  94. package/esm2015/lib/domain/shopping/models/types/payment-card.type.js +2 -2
  95. package/esm2015/lib/domain/shopping/models/types/payment-customer.type.js +2 -2
  96. package/esm2015/lib/domain/shopping/models/types/payment-document.type.js +2 -2
  97. package/esm2015/lib/domain/shopping/models/types/payment-item.type.js +2 -2
  98. package/esm2015/lib/domain/shopping/models/types/payment-shipping.type.js +2 -2
  99. package/esm2015/lib/domain/shopping/repositories/buy-2-win.repository.js +2 -2
  100. package/esm2015/lib/domain/shopping/repositories/checkout.repository.js +2 -2
  101. package/esm2015/lib/domain/shopping/repositories/coupon.repository.js +2 -2
  102. package/esm2015/lib/domain/shopping/repositories/index.js +8 -8
  103. package/esm2015/lib/domain/shopping/repositories/legacy-order.repository.js +2 -2
  104. package/esm2015/lib/domain/shopping/repositories/order.repository.js +2 -2
  105. package/esm2015/lib/domain/shopping/repositories/payment.repository.js +2 -2
  106. package/esm2015/lib/domain/shopping/repositories/subscription/checkout.repository.js +2 -2
  107. package/esm2015/lib/domain/shopping/repositories/subscription/index.js +3 -3
  108. package/esm2015/lib/domain/shopping/repositories/subscription/plan.repository.js +2 -2
  109. package/esm2015/lib/domain/users/errors/index.js +2 -2
  110. package/esm2015/lib/domain/users/errors/unauthorized.error.js +7 -7
  111. package/esm2015/lib/domain/users/index.js +6 -6
  112. package/esm2015/lib/domain/users/models/beauty-profile.js +12 -12
  113. package/esm2015/lib/domain/users/models/enums/area.enum.js +13 -13
  114. package/esm2015/lib/domain/users/models/enums/beard-sizes.enum.js +9 -9
  115. package/esm2015/lib/domain/users/models/enums/hair-types.enum.js +9 -9
  116. package/esm2015/lib/domain/users/models/enums/index.js +7 -7
  117. package/esm2015/lib/domain/users/models/enums/office-position.enum.js +8 -8
  118. package/esm2015/lib/domain/users/models/enums/user-type.enum.js +10 -10
  119. package/esm2015/lib/domain/users/models/index.js +8 -7
  120. package/esm2015/lib/domain/users/models/lead.js +7 -7
  121. package/esm2015/lib/domain/users/models/subscription/edition.js +7 -7
  122. package/esm2015/lib/domain/users/models/subscription/enums/billing-status.enum.js +5 -5
  123. package/esm2015/lib/domain/users/models/subscription/enums/edition-status.enum.js +5 -5
  124. package/esm2015/lib/domain/users/models/subscription/enums/index.js +5 -5
  125. package/esm2015/lib/domain/users/models/subscription/enums/payment-type.enum.js +7 -7
  126. package/esm2015/lib/domain/users/models/subscription/enums/status.enum.js +5 -5
  127. package/esm2015/lib/domain/users/models/subscription/index.js +5 -5
  128. package/esm2015/lib/domain/users/models/subscription/payment.js +14 -14
  129. package/esm2015/lib/domain/users/models/subscription/subscription.js +43 -43
  130. package/esm2015/lib/domain/users/models/user-address.js +7 -7
  131. package/esm2015/lib/domain/users/models/user-payment-method.js +7 -0
  132. package/esm2015/lib/domain/users/models/user.js +26 -26
  133. package/esm2015/lib/domain/users/repositories/beauty-profile.repository.js +2 -2
  134. package/esm2015/lib/domain/users/repositories/edition.repository.js +2 -2
  135. package/esm2015/lib/domain/users/repositories/index.js +9 -8
  136. package/esm2015/lib/domain/users/repositories/lead.repository.js +2 -2
  137. package/esm2015/lib/domain/users/repositories/subscription-payment.repository.js +2 -2
  138. package/esm2015/lib/domain/users/repositories/subscription.repository.js +2 -2
  139. package/esm2015/lib/domain/users/repositories/user-address.repository.js +2 -2
  140. package/esm2015/lib/domain/users/repositories/user-payment-method.repository.js +2 -0
  141. package/esm2015/lib/domain/users/repositories/user.repository.js +2 -2
  142. package/esm2015/lib/domain/users/services/authentication.service.js +2 -2
  143. package/esm2015/lib/domain/users/services/index.js +2 -2
  144. package/esm2015/lib/domain/users/use-cases/authentication.js +40 -40
  145. package/esm2015/lib/domain/users/use-cases/index.js +3 -3
  146. package/esm2015/lib/domain/users/use-cases/signout.js +12 -12
  147. package/esm2015/lib/errors/duplicated-results.error.js +7 -7
  148. package/esm2015/lib/errors/index.js +5 -5
  149. package/esm2015/lib/errors/invalid-argument.error.js +7 -7
  150. package/esm2015/lib/errors/not-found.error.js +7 -7
  151. package/esm2015/lib/errors/required-argument.error.js +8 -8
  152. package/esm2015/lib/index.js +5 -5
  153. package/esm2015/lib/infra/firebase/auth/authentication-firebase-auth.service.js +27 -27
  154. package/esm2015/lib/infra/firebase/auth/index.js +2 -2
  155. package/esm2015/lib/infra/firebase/firestore/index.js +4 -4
  156. package/esm2015/lib/infra/firebase/firestore/mixins/index.js +10 -10
  157. package/esm2015/lib/infra/firebase/firestore/mixins/with-create-firestore.mixin.js +30 -30
  158. package/esm2015/lib/infra/firebase/firestore/mixins/with-crud-firestore.mixin.js +10 -10
  159. package/esm2015/lib/infra/firebase/firestore/mixins/with-delete-firestore.mixin.js +18 -18
  160. package/esm2015/lib/infra/firebase/firestore/mixins/with-find-firestore.mixin.js +74 -74
  161. package/esm2015/lib/infra/firebase/firestore/mixins/with-firestore.mixin.js +26 -26
  162. package/esm2015/lib/infra/firebase/firestore/mixins/with-get-firestore.mixin.js +24 -24
  163. package/esm2015/lib/infra/firebase/firestore/mixins/with-helpers.mixin.js +17 -17
  164. package/esm2015/lib/infra/firebase/firestore/mixins/with-sub-collection.mixin.js +11 -11
  165. package/esm2015/lib/infra/firebase/firestore/mixins/with-update-firestore.mixin.js +45 -45
  166. package/esm2015/lib/infra/firebase/firestore/repositories/catalog/category-firestore.repository.js +78 -78
  167. package/esm2015/lib/infra/firebase/firestore/repositories/catalog/index.js +4 -4
  168. package/esm2015/lib/infra/firebase/firestore/repositories/catalog/product-firestore.repository.js +23 -23
  169. package/esm2015/lib/infra/firebase/firestore/repositories/catalog/product-variant-firestore.repository.js +14 -14
  170. package/esm2015/lib/infra/firebase/firestore/repositories/index.js +5 -5
  171. package/esm2015/lib/infra/firebase/firestore/repositories/shop-settings/home-firestore.repository.js +12 -12
  172. package/esm2015/lib/infra/firebase/firestore/repositories/shop-settings/index.js +3 -3
  173. package/esm2015/lib/infra/firebase/firestore/repositories/shop-settings/shop-menu-firestore.repository.js +12 -12
  174. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/buy-2-win-firestore.repository.js +12 -12
  175. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/checkout-firestore.repository.js +12 -12
  176. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/checkout-subscription-firestore.repository.js +12 -12
  177. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/coupon-firestore.repository.js +12 -12
  178. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/index.js +9 -9
  179. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/legacy-order-firestore.repository.js +9 -9
  180. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/order-firestore.repository.js +12 -12
  181. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/payment-firestore.repository.js +12 -12
  182. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/subscription-plan-firestore.repository.js +12 -12
  183. package/esm2015/lib/infra/firebase/firestore/repositories/users/index.js +9 -8
  184. package/esm2015/lib/infra/firebase/firestore/repositories/users/lead-firestore.repository.js +12 -12
  185. package/esm2015/lib/infra/firebase/firestore/repositories/users/subscription-edition-firestore.repository.js +14 -14
  186. package/esm2015/lib/infra/firebase/firestore/repositories/users/subscription-firestore.repository.js +12 -12
  187. package/esm2015/lib/infra/firebase/firestore/repositories/users/subscription-payment-firestore.repository.js +14 -14
  188. package/esm2015/lib/infra/firebase/firestore/repositories/users/user-address-firestore.repository.js +14 -14
  189. package/esm2015/lib/infra/firebase/firestore/repositories/users/user-beauty-profile-firestore.repository.js +14 -14
  190. package/esm2015/lib/infra/firebase/firestore/repositories/users/user-firestore.repository.js +62 -62
  191. package/esm2015/lib/infra/firebase/firestore/repositories/users/user-payment-method-firestore.repository.js +14 -0
  192. package/esm2015/lib/infra/firebase/firestore/types/firestore-sub.repository.type.js +2 -2
  193. package/esm2015/lib/infra/firebase/firestore/types/firestore.helpers.type.js +2 -2
  194. package/esm2015/lib/infra/firebase/firestore/types/firestore.repository.type.js +2 -2
  195. package/esm2015/lib/infra/firebase/firestore/types/index.js +4 -4
  196. package/esm2015/lib/infra/firebase/index.js +3 -3
  197. package/esm2015/lib/infra/index.js +2 -2
  198. package/esm2015/lib/utils/index.js +5 -5
  199. package/esm2015/lib/utils/mixins/base.mixin.js +6 -6
  200. package/esm2015/lib/utils/mixins/index.js +3 -3
  201. package/esm2015/lib/utils/mixins/mixin-ctor.type.js +2 -2
  202. package/esm2015/lib/utils/types/index.js +2 -2
  203. package/esm2015/lib/utils/types/prop.type.js +2 -2
  204. package/esm2015/public-api.js +3 -3
  205. package/fesm2015/infrab4a-connect.js +1093 -1076
  206. package/fesm2015/infrab4a-connect.js.map +1 -1
  207. package/infrab4a-connect.d.ts +5 -5
  208. package/lib/domain/catalog/index.d.ts +2 -2
  209. package/lib/domain/catalog/models/category.d.ts +21 -21
  210. package/lib/domain/catalog/models/enums/index.d.ts +1 -1
  211. package/lib/domain/catalog/models/enums/shops.enum.d.ts +4 -4
  212. package/lib/domain/catalog/models/index.d.ts +5 -5
  213. package/lib/domain/catalog/models/product.d.ts +33 -33
  214. package/lib/domain/catalog/models/types/category-condition.type.d.ts +4 -4
  215. package/lib/domain/catalog/models/types/category-filter.type.d.ts +4 -4
  216. package/lib/domain/catalog/models/types/index.d.ts +7 -7
  217. package/lib/domain/catalog/models/types/product-review.type.d.ts +12 -12
  218. package/lib/domain/catalog/models/types/shops-description.type.d.ts +7 -7
  219. package/lib/domain/catalog/models/types/shops-price.type.d.ts +10 -10
  220. package/lib/domain/catalog/models/types/stock.type.d.ts +3 -3
  221. package/lib/domain/catalog/models/types/variant-grade.type.d.ts +4 -4
  222. package/lib/domain/catalog/models/variant.d.ts +12 -12
  223. package/lib/domain/catalog/repositories/category.repository.d.ts +12 -12
  224. package/lib/domain/catalog/repositories/index.d.ts +3 -3
  225. package/lib/domain/catalog/repositories/product.repository.d.ts +5 -5
  226. package/lib/domain/catalog/repositories/variant.repository.d.ts +4 -4
  227. package/lib/domain/general/index.d.ts +2 -2
  228. package/lib/domain/general/model/base-model-with-identifier-fields.d.ts +3 -3
  229. package/lib/domain/general/model/base.model.d.ts +6 -6
  230. package/lib/domain/general/model/identifier-fields.d.ts +4 -4
  231. package/lib/domain/general/model/index.d.ts +4 -4
  232. package/lib/domain/general/model/types/base-model-builder.type.d.ts +5 -5
  233. package/lib/domain/general/model/types/index.d.ts +3 -3
  234. package/lib/domain/general/model/types/non-function-properties.type.d.ts +2 -2
  235. package/lib/domain/general/model/types/non-function-property-name.type.d.ts +3 -3
  236. package/lib/domain/general/repository/create.repository.d.ts +5 -5
  237. package/lib/domain/general/repository/crud.repository.d.ts +7 -7
  238. package/lib/domain/general/repository/delete.repository.d.ts +5 -5
  239. package/lib/domain/general/repository/enums/index.d.ts +2 -2
  240. package/lib/domain/general/repository/enums/update-option-actions.enum.d.ts +7 -7
  241. package/lib/domain/general/repository/enums/where.enum.d.ts +9 -9
  242. package/lib/domain/general/repository/find.repository.d.ts +5 -5
  243. package/lib/domain/general/repository/get.repository.d.ts +5 -5
  244. package/lib/domain/general/repository/index.d.ts +9 -9
  245. package/lib/domain/general/repository/read.repository.d.ts +5 -5
  246. package/lib/domain/general/repository/types/index.d.ts +5 -5
  247. package/lib/domain/general/repository/types/repository-find-filters.type.d.ts +14 -14
  248. package/lib/domain/general/repository/types/repository-find-result.type.d.ts +4 -4
  249. package/lib/domain/general/repository/types/repository-limit-options.type.d.ts +4 -4
  250. package/lib/domain/general/repository/types/repository-order-by-list.type.d.ts +5 -5
  251. package/lib/domain/general/repository/types/repository-update-params.type.d.ts +11 -11
  252. package/lib/domain/general/repository/update.repository.d.ts +5 -5
  253. package/lib/domain/index.d.ts +6 -6
  254. package/lib/domain/location/index.d.ts +1 -1
  255. package/lib/domain/location/models/address.d.ts +21 -21
  256. package/lib/domain/location/models/index.d.ts +2 -2
  257. package/lib/domain/location/models/types/index.d.ts +3 -3
  258. package/lib/domain/location/models/types/location-bound.type.d.ts +6 -6
  259. package/lib/domain/location/models/types/location-geometry.type.d.ts +7 -7
  260. package/lib/domain/location/models/types/location-lat-lng.type.d.ts +4 -4
  261. package/lib/domain/shop-settings/index.d.ts +2 -2
  262. package/lib/domain/shop-settings/models/home.d.ts +17 -17
  263. package/lib/domain/shop-settings/models/index.d.ts +3 -3
  264. package/lib/domain/shop-settings/models/shop-menu.d.ts +7 -7
  265. package/lib/domain/shop-settings/models/types/banner.type.d.ts +6 -6
  266. package/lib/domain/shop-settings/models/types/benefit.type.d.ts +5 -5
  267. package/lib/domain/shop-settings/models/types/index.d.ts +4 -4
  268. package/lib/domain/shop-settings/models/types/menu-nav.type.d.ts +8 -8
  269. package/lib/domain/shop-settings/models/types/sub-menu.type.d.ts +8 -8
  270. package/lib/domain/shop-settings/repositories/home.repository.d.ts +4 -4
  271. package/lib/domain/shop-settings/repositories/index.d.ts +2 -2
  272. package/lib/domain/shop-settings/repositories/shop-menu.repository.d.ts +4 -4
  273. package/lib/domain/shopping/index.d.ts +2 -2
  274. package/lib/domain/shopping/models/buy-2-win.d.ts +18 -18
  275. package/lib/domain/shopping/models/checkout.d.ts +28 -28
  276. package/lib/domain/shopping/models/coupons/coupon.d.ts +28 -28
  277. package/lib/domain/shopping/models/coupons/enums/coupon-subtypes.enum.d.ts +4 -4
  278. package/lib/domain/shopping/models/coupons/enums/coupon-types.enum.d.ts +6 -6
  279. package/lib/domain/shopping/models/coupons/enums/exclusivities.enum.d.ts +5 -5
  280. package/lib/domain/shopping/models/coupons/enums/index.d.ts +3 -3
  281. package/lib/domain/shopping/models/coupons/financial-coupon.d.ts +8 -8
  282. package/lib/domain/shopping/models/coupons/index.d.ts +3 -3
  283. package/lib/domain/shopping/models/enums/checkout-types.enum.d.ts +4 -4
  284. package/lib/domain/shopping/models/enums/index.d.ts +2 -2
  285. package/lib/domain/shopping/models/enums/order-status.enum.d.ts +10 -10
  286. package/lib/domain/shopping/models/index.d.ts +11 -11
  287. package/lib/domain/shopping/models/line-item.d.ts +8 -8
  288. package/lib/domain/shopping/models/order.d.ts +9 -9
  289. package/lib/domain/shopping/models/payment.d.ts +69 -69
  290. package/lib/domain/shopping/models/shipping-method.d.ts +18 -18
  291. package/lib/domain/shopping/models/subscription/checkout.d.ts +23 -23
  292. package/lib/domain/shopping/models/subscription/index.d.ts +2 -2
  293. package/lib/domain/shopping/models/subscription/plan.d.ts +12 -12
  294. package/lib/domain/shopping/models/types/index.d.ts +7 -7
  295. package/lib/domain/shopping/models/types/payment-address.type.d.ts +12 -12
  296. package/lib/domain/shopping/models/types/payment-billing.type.d.ts +7 -7
  297. package/lib/domain/shopping/models/types/payment-card.type.d.ts +14 -14
  298. package/lib/domain/shopping/models/types/payment-customer.type.d.ts +18 -18
  299. package/lib/domain/shopping/models/types/payment-document.type.d.ts +6 -6
  300. package/lib/domain/shopping/models/types/payment-item.type.d.ts +11 -11
  301. package/lib/domain/shopping/models/types/payment-shipping.type.d.ts +10 -10
  302. package/lib/domain/shopping/repositories/buy-2-win.repository.d.ts +4 -4
  303. package/lib/domain/shopping/repositories/checkout.repository.d.ts +4 -4
  304. package/lib/domain/shopping/repositories/coupon.repository.d.ts +4 -4
  305. package/lib/domain/shopping/repositories/index.d.ts +7 -7
  306. package/lib/domain/shopping/repositories/legacy-order.repository.d.ts +3 -3
  307. package/lib/domain/shopping/repositories/order.repository.d.ts +4 -4
  308. package/lib/domain/shopping/repositories/payment.repository.d.ts +4 -4
  309. package/lib/domain/shopping/repositories/subscription/checkout.repository.d.ts +4 -4
  310. package/lib/domain/shopping/repositories/subscription/index.d.ts +2 -2
  311. package/lib/domain/shopping/repositories/subscription/plan.repository.d.ts +4 -4
  312. package/lib/domain/users/errors/index.d.ts +1 -1
  313. package/lib/domain/users/errors/unauthorized.error.d.ts +4 -4
  314. package/lib/domain/users/index.d.ts +5 -5
  315. package/lib/domain/users/models/beauty-profile.d.ts +12 -12
  316. package/lib/domain/users/models/enums/area.enum.d.ts +11 -11
  317. package/lib/domain/users/models/enums/beard-sizes.enum.d.ts +7 -7
  318. package/lib/domain/users/models/enums/hair-types.enum.d.ts +7 -7
  319. package/lib/domain/users/models/enums/index.d.ts +6 -6
  320. package/lib/domain/users/models/enums/office-position.enum.d.ts +6 -6
  321. package/lib/domain/users/models/enums/user-type.enum.d.ts +8 -8
  322. package/lib/domain/users/models/index.d.ts +7 -6
  323. package/lib/domain/users/models/lead.d.ts +9 -9
  324. package/lib/domain/users/models/subscription/edition.d.ts +15 -15
  325. package/lib/domain/users/models/subscription/enums/billing-status.enum.d.ts +3 -3
  326. package/lib/domain/users/models/subscription/enums/edition-status.enum.d.ts +3 -3
  327. package/lib/domain/users/models/subscription/enums/index.d.ts +4 -4
  328. package/lib/domain/users/models/subscription/enums/payment-type.enum.d.ts +5 -5
  329. package/lib/domain/users/models/subscription/enums/status.enum.d.ts +3 -3
  330. package/lib/domain/users/models/subscription/index.d.ts +4 -4
  331. package/lib/domain/users/models/subscription/payment.d.ts +14 -14
  332. package/lib/domain/users/models/subscription/subscription.d.ts +30 -30
  333. package/lib/domain/users/models/user-address.d.ts +7 -7
  334. package/lib/domain/users/models/user-payment-method.d.ts +13 -0
  335. package/lib/domain/users/models/user.d.ts +24 -24
  336. package/lib/domain/users/repositories/beauty-profile.repository.d.ts +4 -4
  337. package/lib/domain/users/repositories/edition.repository.d.ts +4 -4
  338. package/lib/domain/users/repositories/index.d.ts +8 -7
  339. package/lib/domain/users/repositories/lead.repository.d.ts +4 -4
  340. package/lib/domain/users/repositories/subscription-payment.repository.d.ts +4 -4
  341. package/lib/domain/users/repositories/subscription.repository.d.ts +4 -4
  342. package/lib/domain/users/repositories/user-address.repository.d.ts +4 -4
  343. package/lib/domain/users/repositories/user-payment-method.repository.d.ts +4 -0
  344. package/lib/domain/users/repositories/user.repository.d.ts +4 -4
  345. package/lib/domain/users/services/authentication.service.d.ts +10 -10
  346. package/lib/domain/users/services/index.d.ts +1 -1
  347. package/lib/domain/users/use-cases/authentication.d.ts +21 -21
  348. package/lib/domain/users/use-cases/index.d.ts +2 -2
  349. package/lib/domain/users/use-cases/signout.d.ts +6 -6
  350. package/lib/errors/duplicated-results.error.d.ts +4 -4
  351. package/lib/errors/index.d.ts +4 -4
  352. package/lib/errors/invalid-argument.error.d.ts +4 -4
  353. package/lib/errors/not-found.error.d.ts +4 -4
  354. package/lib/errors/required-argument.error.d.ts +5 -5
  355. package/lib/index.d.ts +4 -4
  356. package/lib/infra/firebase/auth/authentication-firebase-auth.service.d.ts +9 -9
  357. package/lib/infra/firebase/auth/index.d.ts +1 -1
  358. package/lib/infra/firebase/firestore/index.d.ts +3 -3
  359. package/lib/infra/firebase/firestore/mixins/index.d.ts +9 -9
  360. package/lib/infra/firebase/firestore/mixins/with-create-firestore.mixin.d.ts +17 -17
  361. package/lib/infra/firebase/firestore/mixins/with-crud-firestore.mixin.d.ts +29 -29
  362. package/lib/infra/firebase/firestore/mixins/with-delete-firestore.mixin.d.ts +15 -15
  363. package/lib/infra/firebase/firestore/mixins/with-find-firestore.mixin.d.ts +20 -20
  364. package/lib/infra/firebase/firestore/mixins/with-firestore.mixin.d.ts +15 -15
  365. package/lib/infra/firebase/firestore/mixins/with-get-firestore.mixin.d.ts +15 -15
  366. package/lib/infra/firebase/firestore/mixins/with-helpers.mixin.d.ts +10 -10
  367. package/lib/infra/firebase/firestore/mixins/with-sub-collection.mixin.d.ts +14 -14
  368. package/lib/infra/firebase/firestore/mixins/with-update-firestore.mixin.d.ts +16 -16
  369. package/lib/infra/firebase/firestore/repositories/catalog/category-firestore.repository.d.ts +55 -55
  370. package/lib/infra/firebase/firestore/repositories/catalog/index.d.ts +3 -3
  371. package/lib/infra/firebase/firestore/repositories/catalog/product-firestore.repository.d.ts +50 -50
  372. package/lib/infra/firebase/firestore/repositories/catalog/product-variant-firestore.repository.d.ts +60 -60
  373. package/lib/infra/firebase/firestore/repositories/index.d.ts +4 -4
  374. package/lib/infra/firebase/firestore/repositories/shop-settings/home-firestore.repository.d.ts +49 -49
  375. package/lib/infra/firebase/firestore/repositories/shop-settings/index.d.ts +2 -2
  376. package/lib/infra/firebase/firestore/repositories/shop-settings/shop-menu-firestore.repository.d.ts +49 -49
  377. package/lib/infra/firebase/firestore/repositories/shopping/buy-2-win-firestore.repository.d.ts +49 -49
  378. package/lib/infra/firebase/firestore/repositories/shopping/checkout-firestore.repository.d.ts +49 -49
  379. package/lib/infra/firebase/firestore/repositories/shopping/checkout-subscription-firestore.repository.d.ts +49 -49
  380. package/lib/infra/firebase/firestore/repositories/shopping/coupon-firestore.repository.d.ts +49 -49
  381. package/lib/infra/firebase/firestore/repositories/shopping/index.d.ts +8 -8
  382. package/lib/infra/firebase/firestore/repositories/shopping/legacy-order-firestore.repository.d.ts +7 -7
  383. package/lib/infra/firebase/firestore/repositories/shopping/order-firestore.repository.d.ts +49 -49
  384. package/lib/infra/firebase/firestore/repositories/shopping/payment-firestore.repository.d.ts +49 -49
  385. package/lib/infra/firebase/firestore/repositories/shopping/subscription-plan-firestore.repository.d.ts +49 -49
  386. package/lib/infra/firebase/firestore/repositories/users/index.d.ts +8 -7
  387. package/lib/infra/firebase/firestore/repositories/users/lead-firestore.repository.d.ts +49 -49
  388. package/lib/infra/firebase/firestore/repositories/users/subscription-edition-firestore.repository.d.ts +60 -60
  389. package/lib/infra/firebase/firestore/repositories/users/subscription-firestore.repository.d.ts +49 -49
  390. package/lib/infra/firebase/firestore/repositories/users/subscription-payment-firestore.repository.d.ts +60 -60
  391. package/lib/infra/firebase/firestore/repositories/users/user-address-firestore.repository.d.ts +60 -60
  392. package/lib/infra/firebase/firestore/repositories/users/user-beauty-profile-firestore.repository.d.ts +60 -60
  393. package/lib/infra/firebase/firestore/repositories/users/user-firestore.repository.d.ts +57 -57
  394. package/lib/infra/firebase/firestore/repositories/users/user-payment-method-firestore.repository.d.ts +60 -0
  395. package/lib/infra/firebase/firestore/types/firestore-sub.repository.type.d.ts +6 -6
  396. package/lib/infra/firebase/firestore/types/firestore.helpers.type.d.ts +8 -8
  397. package/lib/infra/firebase/firestore/types/firestore.repository.type.d.ts +8 -8
  398. package/lib/infra/firebase/firestore/types/index.d.ts +3 -3
  399. package/lib/infra/firebase/index.d.ts +2 -2
  400. package/lib/infra/index.d.ts +1 -1
  401. package/lib/utils/index.d.ts +4 -4
  402. package/lib/utils/mixins/base.mixin.d.ts +3 -3
  403. package/lib/utils/mixins/index.d.ts +2 -2
  404. package/lib/utils/mixins/mixin-ctor.type.d.ts +1 -1
  405. package/lib/utils/types/index.d.ts +1 -1
  406. package/lib/utils/types/prop.type.d.ts +1 -1
  407. package/package.json +1 -1
  408. package/public-api.d.ts +2 -2
@@ -9,1990 +9,2015 @@
9
9
  var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
10
10
  var firebase__default$1 = /*#__PURE__*/_interopDefaultLegacy(firebase$1);
11
11
 
12
- var BaseModel = /** @class */ (function () {
13
- function BaseModel(args) {
14
- Object.assign(this, args);
15
- }
16
- BaseModel.toInstance = function (data) {
17
- return classTransformer.plainToClass(this, data);
18
- };
19
- BaseModel.prototype.toPlain = function () {
20
- return classTransformer.classToPlain(this, { exposeUnsetFields: false });
21
- };
22
- return BaseModel;
12
+ var BaseModel = /** @class */ (function () {
13
+ function BaseModel(args) {
14
+ Object.assign(this, args);
15
+ }
16
+ BaseModel.toInstance = function (data) {
17
+ return classTransformer.plainToClass(this, data);
18
+ };
19
+ BaseModel.prototype.toPlain = function () {
20
+ return classTransformer.classToPlain(this, { exposeUnsetFields: false });
21
+ };
22
+ return BaseModel;
23
23
  }());
24
24
 
25
- exports.Where = void 0;
26
- (function (Where) {
27
- Where["EQUALS"] = "==";
28
- Where["GT"] = ">";
29
- Where["GTE"] = ">=";
30
- Where["IN"] = "in";
31
- Where["LT"] = "<";
32
- Where["LTE"] = "<=";
33
- Where["LIKE"] = "like";
25
+ exports.Where = void 0;
26
+ (function (Where) {
27
+ Where["EQUALS"] = "==";
28
+ Where["GT"] = ">";
29
+ Where["GTE"] = ">=";
30
+ Where["IN"] = "in";
31
+ Where["LT"] = "<";
32
+ Where["LTE"] = "<=";
33
+ Where["LIKE"] = "like";
34
34
  })(exports.Where || (exports.Where = {}));
35
35
 
36
- exports.UpdateOptionActions = void 0;
37
- (function (UpdateOptionActions) {
38
- UpdateOptionActions["UPDATE"] = "update";
39
- UpdateOptionActions["MERGE"] = "merge";
40
- UpdateOptionActions["REMOVE"] = "remove";
41
- UpdateOptionActions["REMOVE_FIELD"] = "removeField";
42
- UpdateOptionActions["NULL"] = "null";
36
+ exports.UpdateOptionActions = void 0;
37
+ (function (UpdateOptionActions) {
38
+ UpdateOptionActions["UPDATE"] = "update";
39
+ UpdateOptionActions["MERGE"] = "merge";
40
+ UpdateOptionActions["REMOVE"] = "remove";
41
+ UpdateOptionActions["REMOVE_FIELD"] = "removeField";
42
+ UpdateOptionActions["NULL"] = "null";
43
43
  })(exports.UpdateOptionActions || (exports.UpdateOptionActions = {}));
44
44
 
45
- exports.UserType = void 0;
46
- (function (UserType) {
47
- UserType["B2C"] = "Cliente Transacional";
48
- UserType["GlamGirl"] = "Glamgirl";
49
- UserType["MensBoy"] = "Mensboy";
50
- UserType["B2B"] = "Company";
51
- UserType["Collaborator"] = "Funcion\u00E1rio";
52
- UserType["Influencer"] = "Influencer";
45
+ exports.UserType = void 0;
46
+ (function (UserType) {
47
+ UserType["B2C"] = "Cliente Transacional";
48
+ UserType["GlamGirl"] = "Glamgirl";
49
+ UserType["MensBoy"] = "Mensboy";
50
+ UserType["B2B"] = "Company";
51
+ UserType["Collaborator"] = "Funcion\u00E1rio";
52
+ UserType["Influencer"] = "Influencer";
53
53
  })(exports.UserType || (exports.UserType = {}));
54
54
 
55
- exports.BeardSizes = void 0;
56
- (function (BeardSizes) {
57
- BeardSizes["BIG"] = "Grande";
58
- BeardSizes["MEDIUM"] = "M\u00E9dia";
59
- BeardSizes["SHORT"] = "Curta";
60
- BeardSizes["MUSTACHE"] = "Bigode";
61
- BeardSizes["NOTHING"] = "Sem Barba";
55
+ exports.BeardSizes = void 0;
56
+ (function (BeardSizes) {
57
+ BeardSizes["BIG"] = "Grande";
58
+ BeardSizes["MEDIUM"] = "M\u00E9dia";
59
+ BeardSizes["SHORT"] = "Curta";
60
+ BeardSizes["MUSTACHE"] = "Bigode";
61
+ BeardSizes["NOTHING"] = "Sem Barba";
62
62
  })(exports.BeardSizes || (exports.BeardSizes = {}));
63
63
 
64
- exports.HairTypes = void 0;
65
- (function (HairTypes) {
66
- HairTypes["Smooth"] = "Liso";
67
- HairTypes["WAVY"] = "Ondulado";
68
- HairTypes["CURLY"] = "Cacheado";
69
- HairTypes["FRIZZY"] = "Crespo";
70
- HairTypes["BALD"] = "Sou careca";
64
+ exports.HairTypes = void 0;
65
+ (function (HairTypes) {
66
+ HairTypes["Smooth"] = "Liso";
67
+ HairTypes["WAVY"] = "Ondulado";
68
+ HairTypes["CURLY"] = "Cacheado";
69
+ HairTypes["FRIZZY"] = "Crespo";
70
+ HairTypes["BALD"] = "Sou careca";
71
71
  })(exports.HairTypes || (exports.HairTypes = {}));
72
72
 
73
- exports.Area = void 0;
74
- (function (Area) {
75
- Area["GP"] = "Geral";
76
- Area["CRM"] = "CRM";
77
- Area["MediaProd"] = "Media Production";
78
- Area["Tech"] = "Tecnologia";
79
- Area["Transactional"] = "Transacional";
80
- Area["Operations"] = "Opera\u00E7\u00F5es";
81
- Area["Sales"] = "Comercial";
82
- Area["Finantial"] = "Financeiro";
83
- Area["HR"] = "RH";
73
+ exports.Area = void 0;
74
+ (function (Area) {
75
+ Area["GP"] = "Geral";
76
+ Area["CRM"] = "CRM";
77
+ Area["MediaProd"] = "Media Production";
78
+ Area["Tech"] = "Tecnologia";
79
+ Area["Transactional"] = "Transacional";
80
+ Area["Operations"] = "Opera\u00E7\u00F5es";
81
+ Area["Sales"] = "Comercial";
82
+ Area["Finantial"] = "Financeiro";
83
+ Area["HR"] = "RH";
84
84
  })(exports.Area || (exports.Area = {}));
85
85
 
86
- exports.OfficePosition = void 0;
87
- (function (OfficePosition) {
88
- OfficePosition["Intern"] = "Estagi\u00E1rio";
89
- OfficePosition["Analyst"] = "Analista";
90
- OfficePosition["Manager"] = "Gerente";
91
- OfficePosition["Director"] = "Diretor";
86
+ exports.OfficePosition = void 0;
87
+ (function (OfficePosition) {
88
+ OfficePosition["Intern"] = "Estagi\u00E1rio";
89
+ OfficePosition["Analyst"] = "Analista";
90
+ OfficePosition["Manager"] = "Gerente";
91
+ OfficePosition["Director"] = "Diretor";
92
92
  })(exports.OfficePosition || (exports.OfficePosition = {}));
93
93
 
94
- exports.BillingStatus = void 0;
95
- (function (BillingStatus) {
96
- BillingStatus["PAYED"] = "PAGO";
94
+ exports.BillingStatus = void 0;
95
+ (function (BillingStatus) {
96
+ BillingStatus["PAYED"] = "PAGO";
97
97
  })(exports.BillingStatus || (exports.BillingStatus = {}));
98
98
 
99
- exports.EditionStatus = void 0;
100
- (function (EditionStatus) {
101
- EditionStatus["ALLOCATION_WAITING"] = "Aguardando aloca\u00E7\u00E3o";
99
+ exports.EditionStatus = void 0;
100
+ (function (EditionStatus) {
101
+ EditionStatus["ALLOCATION_WAITING"] = "Aguardando aloca\u00E7\u00E3o";
102
102
  })(exports.EditionStatus || (exports.EditionStatus = {}));
103
103
 
104
- exports.PaymentType = void 0;
105
- (function (PaymentType) {
106
- PaymentType["AQUISITION"] = "Aquisi\u00E7\u00E3o";
107
- PaymentType["RENEWAL"] = "Renova\u00E7\u00E3o";
108
- PaymentType["FREIGHT"] = "mudan\u00E7a de endere\u00E7o, Frete";
104
+ exports.PaymentType = void 0;
105
+ (function (PaymentType) {
106
+ PaymentType["AQUISITION"] = "Aquisi\u00E7\u00E3o";
107
+ PaymentType["RENEWAL"] = "Renova\u00E7\u00E3o";
108
+ PaymentType["FREIGHT"] = "mudan\u00E7a de endere\u00E7o, Frete";
109
109
  })(exports.PaymentType || (exports.PaymentType = {}));
110
110
 
111
- exports.Status = void 0;
112
- (function (Status) {
113
- Status["ACTIVE"] = "active";
111
+ exports.Status = void 0;
112
+ (function (Status) {
113
+ Status["ACTIVE"] = "active";
114
114
  })(exports.Status || (exports.Status = {}));
115
115
 
116
- /*! *****************************************************************************
117
- Copyright (c) Microsoft Corporation.
118
-
119
- Permission to use, copy, modify, and/or distribute this software for any
120
- purpose with or without fee is hereby granted.
121
-
122
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
123
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
124
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
125
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
126
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
127
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
128
- PERFORMANCE OF THIS SOFTWARE.
129
- ***************************************************************************** */
130
- /* global Reflect, Promise */
131
- var extendStatics = function (d, b) {
132
- extendStatics = Object.setPrototypeOf ||
133
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
134
- function (d, b) { for (var p in b)
135
- if (Object.prototype.hasOwnProperty.call(b, p))
136
- d[p] = b[p]; };
137
- return extendStatics(d, b);
138
- };
139
- function __extends(d, b) {
140
- if (typeof b !== "function" && b !== null)
141
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
142
- extendStatics(d, b);
143
- function __() { this.constructor = d; }
144
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
145
- }
146
- var __assign = function () {
147
- __assign = Object.assign || function __assign(t) {
148
- for (var s, i = 1, n = arguments.length; i < n; i++) {
149
- s = arguments[i];
150
- for (var p in s)
151
- if (Object.prototype.hasOwnProperty.call(s, p))
152
- t[p] = s[p];
153
- }
154
- return t;
155
- };
156
- return __assign.apply(this, arguments);
157
- };
158
- function __rest(s, e) {
159
- var t = {};
160
- for (var p in s)
161
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
162
- t[p] = s[p];
163
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
164
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
165
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
166
- t[p[i]] = s[p[i]];
167
- }
168
- return t;
169
- }
170
- function __decorate(decorators, target, key, desc) {
171
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
172
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
173
- r = Reflect.decorate(decorators, target, key, desc);
174
- else
175
- for (var i = decorators.length - 1; i >= 0; i--)
176
- if (d = decorators[i])
177
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
178
- return c > 3 && r && Object.defineProperty(target, key, r), r;
179
- }
180
- function __param(paramIndex, decorator) {
181
- return function (target, key) { decorator(target, key, paramIndex); };
182
- }
183
- function __metadata(metadataKey, metadataValue) {
184
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
185
- return Reflect.metadata(metadataKey, metadataValue);
186
- }
187
- function __awaiter(thisArg, _arguments, P, generator) {
188
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
189
- return new (P || (P = Promise))(function (resolve, reject) {
190
- function fulfilled(value) { try {
191
- step(generator.next(value));
192
- }
193
- catch (e) {
194
- reject(e);
195
- } }
196
- function rejected(value) { try {
197
- step(generator["throw"](value));
198
- }
199
- catch (e) {
200
- reject(e);
201
- } }
202
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
203
- step((generator = generator.apply(thisArg, _arguments || [])).next());
204
- });
205
- }
206
- function __generator(thisArg, body) {
207
- var _ = { label: 0, sent: function () { if (t[0] & 1)
208
- throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
209
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
210
- function verb(n) { return function (v) { return step([n, v]); }; }
211
- function step(op) {
212
- if (f)
213
- throw new TypeError("Generator is already executing.");
214
- while (_)
215
- try {
216
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
217
- return t;
218
- if (y = 0, t)
219
- op = [op[0] & 2, t.value];
220
- switch (op[0]) {
221
- case 0:
222
- case 1:
223
- t = op;
224
- break;
225
- case 4:
226
- _.label++;
227
- return { value: op[1], done: false };
228
- case 5:
229
- _.label++;
230
- y = op[1];
231
- op = [0];
232
- continue;
233
- case 7:
234
- op = _.ops.pop();
235
- _.trys.pop();
236
- continue;
237
- default:
238
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
239
- _ = 0;
240
- continue;
241
- }
242
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
243
- _.label = op[1];
244
- break;
245
- }
246
- if (op[0] === 6 && _.label < t[1]) {
247
- _.label = t[1];
248
- t = op;
249
- break;
250
- }
251
- if (t && _.label < t[2]) {
252
- _.label = t[2];
253
- _.ops.push(op);
254
- break;
255
- }
256
- if (t[2])
257
- _.ops.pop();
258
- _.trys.pop();
259
- continue;
260
- }
261
- op = body.call(thisArg, _);
262
- }
263
- catch (e) {
264
- op = [6, e];
265
- y = 0;
266
- }
267
- finally {
268
- f = t = 0;
269
- }
270
- if (op[0] & 5)
271
- throw op[1];
272
- return { value: op[0] ? op[1] : void 0, done: true };
273
- }
274
- }
275
- var __createBinding = Object.create ? (function (o, m, k, k2) {
276
- if (k2 === undefined)
277
- k2 = k;
278
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
279
- }) : (function (o, m, k, k2) {
280
- if (k2 === undefined)
281
- k2 = k;
282
- o[k2] = m[k];
283
- });
284
- function __exportStar(m, o) {
285
- for (var p in m)
286
- if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
287
- __createBinding(o, m, p);
288
- }
289
- function __values(o) {
290
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
291
- if (m)
292
- return m.call(o);
293
- if (o && typeof o.length === "number")
294
- return {
295
- next: function () {
296
- if (o && i >= o.length)
297
- o = void 0;
298
- return { value: o && o[i++], done: !o };
299
- }
300
- };
301
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
302
- }
303
- function __read(o, n) {
304
- var m = typeof Symbol === "function" && o[Symbol.iterator];
305
- if (!m)
306
- return o;
307
- var i = m.call(o), r, ar = [], e;
308
- try {
309
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
310
- ar.push(r.value);
311
- }
312
- catch (error) {
313
- e = { error: error };
314
- }
315
- finally {
316
- try {
317
- if (r && !r.done && (m = i["return"]))
318
- m.call(i);
319
- }
320
- finally {
321
- if (e)
322
- throw e.error;
323
- }
324
- }
325
- return ar;
326
- }
327
- /** @deprecated */
328
- function __spread() {
329
- for (var ar = [], i = 0; i < arguments.length; i++)
330
- ar = ar.concat(__read(arguments[i]));
331
- return ar;
332
- }
333
- /** @deprecated */
334
- function __spreadArrays() {
335
- for (var s = 0, i = 0, il = arguments.length; i < il; i++)
336
- s += arguments[i].length;
337
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
338
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
339
- r[k] = a[j];
340
- return r;
341
- }
342
- function __spreadArray(to, from, pack) {
343
- if (pack || arguments.length === 2)
344
- for (var i = 0, l = from.length, ar; i < l; i++) {
345
- if (ar || !(i in from)) {
346
- if (!ar)
347
- ar = Array.prototype.slice.call(from, 0, i);
348
- ar[i] = from[i];
349
- }
350
- }
351
- return to.concat(ar || Array.prototype.slice.call(from));
352
- }
353
- function __await(v) {
354
- return this instanceof __await ? (this.v = v, this) : new __await(v);
355
- }
356
- function __asyncGenerator(thisArg, _arguments, generator) {
357
- if (!Symbol.asyncIterator)
358
- throw new TypeError("Symbol.asyncIterator is not defined.");
359
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
360
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
361
- function verb(n) { if (g[n])
362
- i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
363
- function resume(n, v) { try {
364
- step(g[n](v));
365
- }
366
- catch (e) {
367
- settle(q[0][3], e);
368
- } }
369
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
370
- function fulfill(value) { resume("next", value); }
371
- function reject(value) { resume("throw", value); }
372
- function settle(f, v) { if (f(v), q.shift(), q.length)
373
- resume(q[0][0], q[0][1]); }
374
- }
375
- function __asyncDelegator(o) {
376
- var i, p;
377
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
378
- function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
379
- }
380
- function __asyncValues(o) {
381
- if (!Symbol.asyncIterator)
382
- throw new TypeError("Symbol.asyncIterator is not defined.");
383
- var m = o[Symbol.asyncIterator], i;
384
- return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
385
- function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
386
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
387
- }
388
- function __makeTemplateObject(cooked, raw) {
389
- if (Object.defineProperty) {
390
- Object.defineProperty(cooked, "raw", { value: raw });
391
- }
392
- else {
393
- cooked.raw = raw;
394
- }
395
- return cooked;
396
- }
397
- ;
398
- var __setModuleDefault = Object.create ? (function (o, v) {
399
- Object.defineProperty(o, "default", { enumerable: true, value: v });
400
- }) : function (o, v) {
401
- o["default"] = v;
402
- };
403
- function __importStar(mod) {
404
- if (mod && mod.__esModule)
405
- return mod;
406
- var result = {};
407
- if (mod != null)
408
- for (var k in mod)
409
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
410
- __createBinding(result, mod, k);
411
- __setModuleDefault(result, mod);
412
- return result;
413
- }
414
- function __importDefault(mod) {
415
- return (mod && mod.__esModule) ? mod : { default: mod };
416
- }
417
- function __classPrivateFieldGet(receiver, state, kind, f) {
418
- if (kind === "a" && !f)
419
- throw new TypeError("Private accessor was defined without a getter");
420
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
421
- throw new TypeError("Cannot read private member from an object whose class did not declare it");
422
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
423
- }
424
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
425
- if (kind === "m")
426
- throw new TypeError("Private method is not writable");
427
- if (kind === "a" && !f)
428
- throw new TypeError("Private accessor was defined without a setter");
429
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
430
- throw new TypeError("Cannot write private member to an object whose class did not declare it");
431
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
116
+ /*! *****************************************************************************
117
+ Copyright (c) Microsoft Corporation.
118
+
119
+ Permission to use, copy, modify, and/or distribute this software for any
120
+ purpose with or without fee is hereby granted.
121
+
122
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
123
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
124
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
125
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
126
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
127
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
128
+ PERFORMANCE OF THIS SOFTWARE.
129
+ ***************************************************************************** */
130
+ /* global Reflect, Promise */
131
+ var extendStatics = function (d, b) {
132
+ extendStatics = Object.setPrototypeOf ||
133
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
134
+ function (d, b) { for (var p in b)
135
+ if (Object.prototype.hasOwnProperty.call(b, p))
136
+ d[p] = b[p]; };
137
+ return extendStatics(d, b);
138
+ };
139
+ function __extends(d, b) {
140
+ if (typeof b !== "function" && b !== null)
141
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
142
+ extendStatics(d, b);
143
+ function __() { this.constructor = d; }
144
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
145
+ }
146
+ var __assign = function () {
147
+ __assign = Object.assign || function __assign(t) {
148
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
149
+ s = arguments[i];
150
+ for (var p in s)
151
+ if (Object.prototype.hasOwnProperty.call(s, p))
152
+ t[p] = s[p];
153
+ }
154
+ return t;
155
+ };
156
+ return __assign.apply(this, arguments);
157
+ };
158
+ function __rest(s, e) {
159
+ var t = {};
160
+ for (var p in s)
161
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
162
+ t[p] = s[p];
163
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
164
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
165
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
166
+ t[p[i]] = s[p[i]];
167
+ }
168
+ return t;
169
+ }
170
+ function __decorate(decorators, target, key, desc) {
171
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
172
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
173
+ r = Reflect.decorate(decorators, target, key, desc);
174
+ else
175
+ for (var i = decorators.length - 1; i >= 0; i--)
176
+ if (d = decorators[i])
177
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
178
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
179
+ }
180
+ function __param(paramIndex, decorator) {
181
+ return function (target, key) { decorator(target, key, paramIndex); };
182
+ }
183
+ function __metadata(metadataKey, metadataValue) {
184
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
185
+ return Reflect.metadata(metadataKey, metadataValue);
186
+ }
187
+ function __awaiter(thisArg, _arguments, P, generator) {
188
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
189
+ return new (P || (P = Promise))(function (resolve, reject) {
190
+ function fulfilled(value) { try {
191
+ step(generator.next(value));
192
+ }
193
+ catch (e) {
194
+ reject(e);
195
+ } }
196
+ function rejected(value) { try {
197
+ step(generator["throw"](value));
198
+ }
199
+ catch (e) {
200
+ reject(e);
201
+ } }
202
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
203
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
204
+ });
205
+ }
206
+ function __generator(thisArg, body) {
207
+ var _ = { label: 0, sent: function () { if (t[0] & 1)
208
+ throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
209
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
210
+ function verb(n) { return function (v) { return step([n, v]); }; }
211
+ function step(op) {
212
+ if (f)
213
+ throw new TypeError("Generator is already executing.");
214
+ while (_)
215
+ try {
216
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
217
+ return t;
218
+ if (y = 0, t)
219
+ op = [op[0] & 2, t.value];
220
+ switch (op[0]) {
221
+ case 0:
222
+ case 1:
223
+ t = op;
224
+ break;
225
+ case 4:
226
+ _.label++;
227
+ return { value: op[1], done: false };
228
+ case 5:
229
+ _.label++;
230
+ y = op[1];
231
+ op = [0];
232
+ continue;
233
+ case 7:
234
+ op = _.ops.pop();
235
+ _.trys.pop();
236
+ continue;
237
+ default:
238
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
239
+ _ = 0;
240
+ continue;
241
+ }
242
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
243
+ _.label = op[1];
244
+ break;
245
+ }
246
+ if (op[0] === 6 && _.label < t[1]) {
247
+ _.label = t[1];
248
+ t = op;
249
+ break;
250
+ }
251
+ if (t && _.label < t[2]) {
252
+ _.label = t[2];
253
+ _.ops.push(op);
254
+ break;
255
+ }
256
+ if (t[2])
257
+ _.ops.pop();
258
+ _.trys.pop();
259
+ continue;
260
+ }
261
+ op = body.call(thisArg, _);
262
+ }
263
+ catch (e) {
264
+ op = [6, e];
265
+ y = 0;
266
+ }
267
+ finally {
268
+ f = t = 0;
269
+ }
270
+ if (op[0] & 5)
271
+ throw op[1];
272
+ return { value: op[0] ? op[1] : void 0, done: true };
273
+ }
274
+ }
275
+ var __createBinding = Object.create ? (function (o, m, k, k2) {
276
+ if (k2 === undefined)
277
+ k2 = k;
278
+ Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
279
+ }) : (function (o, m, k, k2) {
280
+ if (k2 === undefined)
281
+ k2 = k;
282
+ o[k2] = m[k];
283
+ });
284
+ function __exportStar(m, o) {
285
+ for (var p in m)
286
+ if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
287
+ __createBinding(o, m, p);
288
+ }
289
+ function __values(o) {
290
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
291
+ if (m)
292
+ return m.call(o);
293
+ if (o && typeof o.length === "number")
294
+ return {
295
+ next: function () {
296
+ if (o && i >= o.length)
297
+ o = void 0;
298
+ return { value: o && o[i++], done: !o };
299
+ }
300
+ };
301
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
302
+ }
303
+ function __read(o, n) {
304
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
305
+ if (!m)
306
+ return o;
307
+ var i = m.call(o), r, ar = [], e;
308
+ try {
309
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
310
+ ar.push(r.value);
311
+ }
312
+ catch (error) {
313
+ e = { error: error };
314
+ }
315
+ finally {
316
+ try {
317
+ if (r && !r.done && (m = i["return"]))
318
+ m.call(i);
319
+ }
320
+ finally {
321
+ if (e)
322
+ throw e.error;
323
+ }
324
+ }
325
+ return ar;
326
+ }
327
+ /** @deprecated */
328
+ function __spread() {
329
+ for (var ar = [], i = 0; i < arguments.length; i++)
330
+ ar = ar.concat(__read(arguments[i]));
331
+ return ar;
332
+ }
333
+ /** @deprecated */
334
+ function __spreadArrays() {
335
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++)
336
+ s += arguments[i].length;
337
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
338
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
339
+ r[k] = a[j];
340
+ return r;
341
+ }
342
+ function __spreadArray(to, from, pack) {
343
+ if (pack || arguments.length === 2)
344
+ for (var i = 0, l = from.length, ar; i < l; i++) {
345
+ if (ar || !(i in from)) {
346
+ if (!ar)
347
+ ar = Array.prototype.slice.call(from, 0, i);
348
+ ar[i] = from[i];
349
+ }
350
+ }
351
+ return to.concat(ar || Array.prototype.slice.call(from));
352
+ }
353
+ function __await(v) {
354
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
355
+ }
356
+ function __asyncGenerator(thisArg, _arguments, generator) {
357
+ if (!Symbol.asyncIterator)
358
+ throw new TypeError("Symbol.asyncIterator is not defined.");
359
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
360
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
361
+ function verb(n) { if (g[n])
362
+ i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
363
+ function resume(n, v) { try {
364
+ step(g[n](v));
365
+ }
366
+ catch (e) {
367
+ settle(q[0][3], e);
368
+ } }
369
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
370
+ function fulfill(value) { resume("next", value); }
371
+ function reject(value) { resume("throw", value); }
372
+ function settle(f, v) { if (f(v), q.shift(), q.length)
373
+ resume(q[0][0], q[0][1]); }
374
+ }
375
+ function __asyncDelegator(o) {
376
+ var i, p;
377
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
378
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
379
+ }
380
+ function __asyncValues(o) {
381
+ if (!Symbol.asyncIterator)
382
+ throw new TypeError("Symbol.asyncIterator is not defined.");
383
+ var m = o[Symbol.asyncIterator], i;
384
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
385
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
386
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
387
+ }
388
+ function __makeTemplateObject(cooked, raw) {
389
+ if (Object.defineProperty) {
390
+ Object.defineProperty(cooked, "raw", { value: raw });
391
+ }
392
+ else {
393
+ cooked.raw = raw;
394
+ }
395
+ return cooked;
396
+ }
397
+ ;
398
+ var __setModuleDefault = Object.create ? (function (o, v) {
399
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
400
+ }) : function (o, v) {
401
+ o["default"] = v;
402
+ };
403
+ function __importStar(mod) {
404
+ if (mod && mod.__esModule)
405
+ return mod;
406
+ var result = {};
407
+ if (mod != null)
408
+ for (var k in mod)
409
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
410
+ __createBinding(result, mod, k);
411
+ __setModuleDefault(result, mod);
412
+ return result;
413
+ }
414
+ function __importDefault(mod) {
415
+ return (mod && mod.__esModule) ? mod : { default: mod };
416
+ }
417
+ function __classPrivateFieldGet(receiver, state, kind, f) {
418
+ if (kind === "a" && !f)
419
+ throw new TypeError("Private accessor was defined without a getter");
420
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
421
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
422
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
423
+ }
424
+ function __classPrivateFieldSet(receiver, state, value, kind, f) {
425
+ if (kind === "m")
426
+ throw new TypeError("Private method is not writable");
427
+ if (kind === "a" && !f)
428
+ throw new TypeError("Private accessor was defined without a setter");
429
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
430
+ throw new TypeError("Cannot write private member to an object whose class did not declare it");
431
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
432
432
  }
433
433
 
434
- var Edition = /** @class */ (function (_super) {
435
- __extends(Edition, _super);
436
- function Edition() {
437
- return _super !== null && _super.apply(this, arguments) || this;
438
- }
439
- Edition.prototype.identifierFields = function () {
440
- return ['id'];
441
- };
442
- return Edition;
434
+ var Edition = /** @class */ (function (_super) {
435
+ __extends(Edition, _super);
436
+ function Edition() {
437
+ return _super !== null && _super.apply(this, arguments) || this;
438
+ }
439
+ Edition.prototype.identifierFields = function () {
440
+ return ['id'];
441
+ };
442
+ return Edition;
443
443
  }(BaseModel));
444
444
 
445
- var Payment = /** @class */ (function (_super) {
446
- __extends(Payment, _super);
447
- function Payment() {
448
- return _super !== null && _super.apply(this, arguments) || this;
449
- }
450
- Payment.prototype.identifierFields = function () {
451
- return ['id'];
452
- };
453
- return Payment;
454
- }(BaseModel));
455
- __decorate([
456
- classTransformer.Expose({ name: 'refuse_reason' }),
457
- __metadata("design:type", String)
458
- ], Payment.prototype, "refuseReason", void 0);
459
- __decorate([
460
- classTransformer.Expose({ name: 'status_reason' }),
461
- __metadata("design:type", String)
462
- ], Payment.prototype, "statusReason", void 0);
463
- __decorate([
464
- classTransformer.Expose({ name: 'acquirer_response_code' }),
465
- __metadata("design:type", String)
466
- ], Payment.prototype, "acquirerResponseCode", void 0);
467
- __decorate([
468
- classTransformer.Expose({ name: 'acquirer_name' }),
469
- __metadata("design:type", String)
470
- ], Payment.prototype, "acquirerName", void 0);
471
- __decorate([
472
- classTransformer.Expose({ name: 'acquirer_id' }),
473
- __metadata("design:type", String)
474
- ], Payment.prototype, "acquirerId", void 0);
475
- __decorate([
476
- classTransformer.Expose({ name: 'authorization_code' }),
477
- __metadata("design:type", String)
478
- ], Payment.prototype, "authorizationCode", void 0);
479
- __decorate([
480
- classTransformer.Expose({ name: 'soft_descriptor' }),
481
- __metadata("design:type", String)
482
- ], Payment.prototype, "softDescriptor", void 0);
483
- __decorate([
484
- classTransformer.Expose({ name: 'date_created' }),
485
- __metadata("design:type", String)
486
- ], Payment.prototype, "dateCreated", void 0);
487
- __decorate([
488
- classTransformer.Expose({ name: 'date_updated' }),
489
- __metadata("design:type", String)
490
- ], Payment.prototype, "dateUpdated", void 0);
491
- __decorate([
492
- classTransformer.Expose({ name: 'authorized_amount' }),
493
- __metadata("design:type", Number)
494
- ], Payment.prototype, "authorizedAmount", void 0);
495
- __decorate([
496
- classTransformer.Expose({ name: 'paid_amount' }),
497
- __metadata("design:type", Number)
498
- ], Payment.prototype, "paidAmount", void 0);
499
- __decorate([
500
- classTransformer.Expose({ name: 'refunded_amount' }),
501
- __metadata("design:type", Number)
502
- ], Payment.prototype, "refundedAmount", void 0);
503
- __decorate([
504
- classTransformer.Expose({ name: 'card_holder_name' }),
505
- __metadata("design:type", String)
506
- ], Payment.prototype, "cardHolderName", void 0);
507
- __decorate([
508
- classTransformer.Expose({ name: 'card_last_digits' }),
509
- __metadata("design:type", String)
510
- ], Payment.prototype, "cardLastDigits", void 0);
511
- __decorate([
512
- classTransformer.Expose({ name: 'card_first_digits' }),
513
- __metadata("design:type", String)
514
- ], Payment.prototype, "cardFirstDigits", void 0);
515
- __decorate([
516
- classTransformer.Expose({ name: 'card_brand' }),
517
- __metadata("design:type", String)
518
- ], Payment.prototype, "cardBrand", void 0);
519
- __decorate([
520
- classTransformer.Expose({ name: 'card_pin_mode' }),
521
- __metadata("design:type", String)
522
- ], Payment.prototype, "cardPinMode", void 0);
523
- __decorate([
524
- classTransformer.Expose({ name: 'card_magstripe_fallback' }),
525
- __metadata("design:type", Boolean)
526
- ], Payment.prototype, "cardMagstripeFallback", void 0);
527
- __decorate([
528
- classTransformer.Expose({ name: 'cvm_pin' }),
529
- __metadata("design:type", Boolean)
530
- ], Payment.prototype, "cvmPin", void 0);
531
- __decorate([
532
- classTransformer.Expose({ name: 'postback_url' }),
533
- __metadata("design:type", String)
534
- ], Payment.prototype, "postbackUrl", void 0);
535
- __decorate([
536
- classTransformer.Expose({ name: 'payment_method' }),
537
- __metadata("design:type", String)
538
- ], Payment.prototype, "paymentMethod", void 0);
539
- __decorate([
540
- classTransformer.Expose({ name: 'capture_method' }),
541
- __metadata("design:type", String)
542
- ], Payment.prototype, "captureMethod", void 0);
543
- __decorate([
544
- classTransformer.Expose({ name: 'antifraud_score' }),
545
- __metadata("design:type", String)
546
- ], Payment.prototype, "antifraudScore", void 0);
547
- __decorate([
548
- classTransformer.Expose({ name: 'boleto_url' }),
549
- __metadata("design:type", String)
550
- ], Payment.prototype, "boletoUrl", void 0);
551
- __decorate([
552
- classTransformer.Expose({ name: 'boleto_barcode' }),
553
- __metadata("design:type", String)
554
- ], Payment.prototype, "boletoBarcode", void 0);
555
- __decorate([
556
- classTransformer.Expose({ name: 'boleto_expiration_date' }),
557
- __metadata("design:type", String)
558
- ], Payment.prototype, "boletoExpirationDate", void 0);
559
- __decorate([
560
- classTransformer.Expose({ name: 'subscription_id' }),
561
- __metadata("design:type", String)
562
- ], Payment.prototype, "subscriptionId", void 0);
563
- __decorate([
564
- classTransformer.Expose({ name: 'split_rules' }),
565
- __metadata("design:type", String)
566
- ], Payment.prototype, "splitRules", void 0);
567
- __decorate([
568
- classTransformer.Expose({ name: 'antifraud_metadata' }),
569
- __metadata("design:type", Object)
570
- ], Payment.prototype, "antifraudMetadata", void 0);
571
- __decorate([
572
- classTransformer.Expose({ name: 'reference_key' }),
573
- __metadata("design:type", String)
574
- ], Payment.prototype, "referenceKey", void 0);
575
- __decorate([
576
- classTransformer.Expose({ name: 'local_transaction_id' }),
577
- __metadata("design:type", String)
578
- ], Payment.prototype, "localTransactionId", void 0);
579
- __decorate([
580
- classTransformer.Expose({ name: 'local_time' }),
581
- __metadata("design:type", String)
582
- ], Payment.prototype, "localTime", void 0);
583
- __decorate([
584
- classTransformer.Expose({ name: 'fraud_covered' }),
585
- __metadata("design:type", Boolean)
586
- ], Payment.prototype, "fraudCovered", void 0);
587
- __decorate([
588
- classTransformer.Expose({ name: 'fraud_reimbursed' }),
589
- __metadata("design:type", String)
590
- ], Payment.prototype, "fraudReimbursed", void 0);
591
- __decorate([
592
- classTransformer.Expose({ name: 'order_id' }),
593
- __metadata("design:type", String)
594
- ], Payment.prototype, "orderId", void 0);
595
- __decorate([
596
- classTransformer.Expose({ name: 'risk_level' }),
597
- __metadata("design:type", String)
598
- ], Payment.prototype, "riskLevel", void 0);
599
- __decorate([
600
- classTransformer.Expose({ name: 'receipt_url' }),
601
- __metadata("design:type", String)
602
- ], Payment.prototype, "receiptUrl", void 0);
603
- __decorate([
604
- classTransformer.Expose({ name: 'private_label' }),
605
- __metadata("design:type", String)
606
- ], Payment.prototype, "privateLabel", void 0);
607
- __decorate([
608
- classTransformer.Expose({ name: 'pix_qr_code' }),
609
- __metadata("design:type", String)
610
- ], Payment.prototype, "pixQrCode", void 0);
611
- __decorate([
612
- classTransformer.Expose({ name: 'pix_expiration_date' }),
613
- __metadata("design:type", String)
445
+ var Payment = /** @class */ (function (_super) {
446
+ __extends(Payment, _super);
447
+ function Payment() {
448
+ return _super !== null && _super.apply(this, arguments) || this;
449
+ }
450
+ Payment.prototype.identifierFields = function () {
451
+ return ['id'];
452
+ };
453
+ return Payment;
454
+ }(BaseModel));
455
+ __decorate([
456
+ classTransformer.Expose({ name: 'refuse_reason' }),
457
+ __metadata("design:type", String)
458
+ ], Payment.prototype, "refuseReason", void 0);
459
+ __decorate([
460
+ classTransformer.Expose({ name: 'status_reason' }),
461
+ __metadata("design:type", String)
462
+ ], Payment.prototype, "statusReason", void 0);
463
+ __decorate([
464
+ classTransformer.Expose({ name: 'acquirer_response_code' }),
465
+ __metadata("design:type", String)
466
+ ], Payment.prototype, "acquirerResponseCode", void 0);
467
+ __decorate([
468
+ classTransformer.Expose({ name: 'acquirer_name' }),
469
+ __metadata("design:type", String)
470
+ ], Payment.prototype, "acquirerName", void 0);
471
+ __decorate([
472
+ classTransformer.Expose({ name: 'acquirer_id' }),
473
+ __metadata("design:type", String)
474
+ ], Payment.prototype, "acquirerId", void 0);
475
+ __decorate([
476
+ classTransformer.Expose({ name: 'authorization_code' }),
477
+ __metadata("design:type", String)
478
+ ], Payment.prototype, "authorizationCode", void 0);
479
+ __decorate([
480
+ classTransformer.Expose({ name: 'soft_descriptor' }),
481
+ __metadata("design:type", String)
482
+ ], Payment.prototype, "softDescriptor", void 0);
483
+ __decorate([
484
+ classTransformer.Expose({ name: 'date_created' }),
485
+ __metadata("design:type", String)
486
+ ], Payment.prototype, "dateCreated", void 0);
487
+ __decorate([
488
+ classTransformer.Expose({ name: 'date_updated' }),
489
+ __metadata("design:type", String)
490
+ ], Payment.prototype, "dateUpdated", void 0);
491
+ __decorate([
492
+ classTransformer.Expose({ name: 'authorized_amount' }),
493
+ __metadata("design:type", Number)
494
+ ], Payment.prototype, "authorizedAmount", void 0);
495
+ __decorate([
496
+ classTransformer.Expose({ name: 'paid_amount' }),
497
+ __metadata("design:type", Number)
498
+ ], Payment.prototype, "paidAmount", void 0);
499
+ __decorate([
500
+ classTransformer.Expose({ name: 'refunded_amount' }),
501
+ __metadata("design:type", Number)
502
+ ], Payment.prototype, "refundedAmount", void 0);
503
+ __decorate([
504
+ classTransformer.Expose({ name: 'card_holder_name' }),
505
+ __metadata("design:type", String)
506
+ ], Payment.prototype, "cardHolderName", void 0);
507
+ __decorate([
508
+ classTransformer.Expose({ name: 'card_last_digits' }),
509
+ __metadata("design:type", String)
510
+ ], Payment.prototype, "cardLastDigits", void 0);
511
+ __decorate([
512
+ classTransformer.Expose({ name: 'card_first_digits' }),
513
+ __metadata("design:type", String)
514
+ ], Payment.prototype, "cardFirstDigits", void 0);
515
+ __decorate([
516
+ classTransformer.Expose({ name: 'card_brand' }),
517
+ __metadata("design:type", String)
518
+ ], Payment.prototype, "cardBrand", void 0);
519
+ __decorate([
520
+ classTransformer.Expose({ name: 'card_pin_mode' }),
521
+ __metadata("design:type", String)
522
+ ], Payment.prototype, "cardPinMode", void 0);
523
+ __decorate([
524
+ classTransformer.Expose({ name: 'card_magstripe_fallback' }),
525
+ __metadata("design:type", Boolean)
526
+ ], Payment.prototype, "cardMagstripeFallback", void 0);
527
+ __decorate([
528
+ classTransformer.Expose({ name: 'cvm_pin' }),
529
+ __metadata("design:type", Boolean)
530
+ ], Payment.prototype, "cvmPin", void 0);
531
+ __decorate([
532
+ classTransformer.Expose({ name: 'postback_url' }),
533
+ __metadata("design:type", String)
534
+ ], Payment.prototype, "postbackUrl", void 0);
535
+ __decorate([
536
+ classTransformer.Expose({ name: 'payment_method' }),
537
+ __metadata("design:type", String)
538
+ ], Payment.prototype, "paymentMethod", void 0);
539
+ __decorate([
540
+ classTransformer.Expose({ name: 'capture_method' }),
541
+ __metadata("design:type", String)
542
+ ], Payment.prototype, "captureMethod", void 0);
543
+ __decorate([
544
+ classTransformer.Expose({ name: 'antifraud_score' }),
545
+ __metadata("design:type", String)
546
+ ], Payment.prototype, "antifraudScore", void 0);
547
+ __decorate([
548
+ classTransformer.Expose({ name: 'boleto_url' }),
549
+ __metadata("design:type", String)
550
+ ], Payment.prototype, "boletoUrl", void 0);
551
+ __decorate([
552
+ classTransformer.Expose({ name: 'boleto_barcode' }),
553
+ __metadata("design:type", String)
554
+ ], Payment.prototype, "boletoBarcode", void 0);
555
+ __decorate([
556
+ classTransformer.Expose({ name: 'boleto_expiration_date' }),
557
+ __metadata("design:type", String)
558
+ ], Payment.prototype, "boletoExpirationDate", void 0);
559
+ __decorate([
560
+ classTransformer.Expose({ name: 'subscription_id' }),
561
+ __metadata("design:type", String)
562
+ ], Payment.prototype, "subscriptionId", void 0);
563
+ __decorate([
564
+ classTransformer.Expose({ name: 'split_rules' }),
565
+ __metadata("design:type", String)
566
+ ], Payment.prototype, "splitRules", void 0);
567
+ __decorate([
568
+ classTransformer.Expose({ name: 'antifraud_metadata' }),
569
+ __metadata("design:type", Object)
570
+ ], Payment.prototype, "antifraudMetadata", void 0);
571
+ __decorate([
572
+ classTransformer.Expose({ name: 'reference_key' }),
573
+ __metadata("design:type", String)
574
+ ], Payment.prototype, "referenceKey", void 0);
575
+ __decorate([
576
+ classTransformer.Expose({ name: 'local_transaction_id' }),
577
+ __metadata("design:type", String)
578
+ ], Payment.prototype, "localTransactionId", void 0);
579
+ __decorate([
580
+ classTransformer.Expose({ name: 'local_time' }),
581
+ __metadata("design:type", String)
582
+ ], Payment.prototype, "localTime", void 0);
583
+ __decorate([
584
+ classTransformer.Expose({ name: 'fraud_covered' }),
585
+ __metadata("design:type", Boolean)
586
+ ], Payment.prototype, "fraudCovered", void 0);
587
+ __decorate([
588
+ classTransformer.Expose({ name: 'fraud_reimbursed' }),
589
+ __metadata("design:type", String)
590
+ ], Payment.prototype, "fraudReimbursed", void 0);
591
+ __decorate([
592
+ classTransformer.Expose({ name: 'order_id' }),
593
+ __metadata("design:type", String)
594
+ ], Payment.prototype, "orderId", void 0);
595
+ __decorate([
596
+ classTransformer.Expose({ name: 'risk_level' }),
597
+ __metadata("design:type", String)
598
+ ], Payment.prototype, "riskLevel", void 0);
599
+ __decorate([
600
+ classTransformer.Expose({ name: 'receipt_url' }),
601
+ __metadata("design:type", String)
602
+ ], Payment.prototype, "receiptUrl", void 0);
603
+ __decorate([
604
+ classTransformer.Expose({ name: 'private_label' }),
605
+ __metadata("design:type", String)
606
+ ], Payment.prototype, "privateLabel", void 0);
607
+ __decorate([
608
+ classTransformer.Expose({ name: 'pix_qr_code' }),
609
+ __metadata("design:type", String)
610
+ ], Payment.prototype, "pixQrCode", void 0);
611
+ __decorate([
612
+ classTransformer.Expose({ name: 'pix_expiration_date' }),
613
+ __metadata("design:type", String)
614
614
  ], Payment.prototype, "pixExpirationDate", void 0);
615
615
 
616
- var SubscriptionPayment = /** @class */ (function (_super) {
617
- __extends(SubscriptionPayment, _super);
618
- function SubscriptionPayment() {
619
- return _super !== null && _super.apply(this, arguments) || this;
620
- }
621
- SubscriptionPayment.prototype.identifierFields = function () {
622
- return ['id'];
623
- };
624
- return SubscriptionPayment;
625
- }(BaseModel));
626
- __decorate([
627
- classTransformer.Type(function () { return Payment; }),
628
- __metadata("design:type", Payment)
616
+ var SubscriptionPayment = /** @class */ (function (_super) {
617
+ __extends(SubscriptionPayment, _super);
618
+ function SubscriptionPayment() {
619
+ return _super !== null && _super.apply(this, arguments) || this;
620
+ }
621
+ SubscriptionPayment.prototype.identifierFields = function () {
622
+ return ['id'];
623
+ };
624
+ return SubscriptionPayment;
625
+ }(BaseModel));
626
+ __decorate([
627
+ classTransformer.Type(function () { return Payment; }),
628
+ __metadata("design:type", Payment)
629
629
  ], SubscriptionPayment.prototype, "payment", void 0);
630
630
 
631
- var Address = /** @class */ (function (_super) {
632
- __extends(Address, _super);
633
- function Address() {
634
- return _super !== null && _super.apply(this, arguments) || this;
635
- }
636
- return Address;
631
+ var Address = /** @class */ (function (_super) {
632
+ __extends(Address, _super);
633
+ function Address() {
634
+ return _super !== null && _super.apply(this, arguments) || this;
635
+ }
636
+ return Address;
637
637
  }(BaseModel));
638
638
 
639
- var Base = /** @class */ (function () {
640
- function Base() {
641
- var args = [];
642
- for (var _i = 0; _i < arguments.length; _i++) {
643
- args[_i] = arguments[_i];
644
- }
645
- Object.assign.apply(Object, __spreadArray([this], __read(args)));
646
- }
647
- return Base;
639
+ var Base = /** @class */ (function () {
640
+ function Base() {
641
+ var args = [];
642
+ for (var _i = 0; _i < arguments.length; _i++) {
643
+ args[_i] = arguments[_i];
644
+ }
645
+ Object.assign.apply(Object, __spreadArray([this], __read(args)));
646
+ }
647
+ return Base;
648
648
  }());
649
649
 
650
- var Coupon = /** @class */ (function (_super) {
651
- __extends(Coupon, _super);
652
- function Coupon() {
653
- return _super !== null && _super.apply(this, arguments) || this;
654
- }
655
- Object.defineProperty(Coupon.prototype, "isInfluencer", {
656
- get: function () {
657
- return !lodash.isNil(this.influencerEmail);
658
- },
659
- enumerable: false,
660
- configurable: true
661
- });
662
- Coupon.prototype.identifierFields = function () {
663
- return ['id'];
664
- };
665
- return Coupon;
666
- }(BaseModel));
667
- __decorate([
668
- classTransformer.Expose({ name: 'checkout_type' }),
669
- __metadata("design:type", Number)
670
- ], Coupon.prototype, "checkoutType", void 0);
671
- __decorate([
672
- classTransformer.Expose({ name: 'exclusivity_type' }),
673
- __metadata("design:type", Number)
650
+ var Coupon = /** @class */ (function (_super) {
651
+ __extends(Coupon, _super);
652
+ function Coupon() {
653
+ return _super !== null && _super.apply(this, arguments) || this;
654
+ }
655
+ Object.defineProperty(Coupon.prototype, "isInfluencer", {
656
+ get: function () {
657
+ return !lodash.isNil(this.influencerEmail);
658
+ },
659
+ enumerable: false,
660
+ configurable: true
661
+ });
662
+ Coupon.prototype.identifierFields = function () {
663
+ return ['id'];
664
+ };
665
+ return Coupon;
666
+ }(BaseModel));
667
+ __decorate([
668
+ classTransformer.Expose({ name: 'checkout_type' }),
669
+ __metadata("design:type", Number)
670
+ ], Coupon.prototype, "checkoutType", void 0);
671
+ __decorate([
672
+ classTransformer.Expose({ name: 'exclusivity_type' }),
673
+ __metadata("design:type", Number)
674
674
  ], Coupon.prototype, "exclusivityType", void 0);
675
675
 
676
- var SubscriptionPlan = /** @class */ (function (_super) {
677
- __extends(SubscriptionPlan, _super);
678
- function SubscriptionPlan() {
679
- return _super !== null && _super.apply(this, arguments) || this;
680
- }
681
- SubscriptionPlan.prototype.identifierFields = function () {
682
- return ['id'];
683
- };
684
- return SubscriptionPlan;
676
+ var SubscriptionPlan = /** @class */ (function (_super) {
677
+ __extends(SubscriptionPlan, _super);
678
+ function SubscriptionPlan() {
679
+ return _super !== null && _super.apply(this, arguments) || this;
680
+ }
681
+ SubscriptionPlan.prototype.identifierFields = function () {
682
+ return ['id'];
683
+ };
684
+ return SubscriptionPlan;
685
685
  }(BaseModel));
686
686
 
687
- var BeautyProfile = /** @class */ (function (_super) {
688
- __extends(BeautyProfile, _super);
689
- function BeautyProfile() {
690
- return _super !== null && _super.apply(this, arguments) || this;
691
- }
692
- BeautyProfile.prototype.toPlain = function () {
693
- var plain = _super.prototype.toPlain.call(this);
694
- delete plain.id;
695
- return plain;
696
- };
697
- BeautyProfile.prototype.identifierFields = function () {
698
- return ['id'];
699
- };
700
- return BeautyProfile;
687
+ var BeautyProfile = /** @class */ (function (_super) {
688
+ __extends(BeautyProfile, _super);
689
+ function BeautyProfile() {
690
+ return _super !== null && _super.apply(this, arguments) || this;
691
+ }
692
+ BeautyProfile.prototype.toPlain = function () {
693
+ var plain = _super.prototype.toPlain.call(this);
694
+ delete plain.id;
695
+ return plain;
696
+ };
697
+ BeautyProfile.prototype.identifierFields = function () {
698
+ return ['id'];
699
+ };
700
+ return BeautyProfile;
701
701
  }(BaseModel));
702
702
 
703
- var User = /** @class */ (function (_super) {
704
- __extends(User, _super);
705
- function User() {
706
- return _super !== null && _super.apply(this, arguments) || this;
707
- }
708
- User.toInstance = function (data) {
709
- var instance = _super.toInstance.call(this, data);
710
- if (!lodash.isNil(data.firstName))
711
- instance.displayName = "" + data.firstName + (!lodash.isNil(data.lastName) ? " " + data.lastName : '');
712
- return instance;
713
- };
714
- User.prototype.identifierFields = function () {
715
- return ['id'];
716
- };
717
- User.prototype.toPlain = function () {
718
- var plain = _super.prototype.toPlain.call(this);
719
- delete plain.beautyProfile;
720
- return plain;
721
- };
722
- return User;
723
- }(BaseModel));
724
- __decorate([
725
- classTransformer.Type(function () { return BeautyProfile; }),
726
- __metadata("design:type", BeautyProfile)
703
+ var User = /** @class */ (function (_super) {
704
+ __extends(User, _super);
705
+ function User() {
706
+ return _super !== null && _super.apply(this, arguments) || this;
707
+ }
708
+ User.toInstance = function (data) {
709
+ var instance = _super.toInstance.call(this, data);
710
+ if (!lodash.isNil(data.firstName))
711
+ instance.displayName = "" + data.firstName + (!lodash.isNil(data.lastName) ? " " + data.lastName : '');
712
+ return instance;
713
+ };
714
+ User.prototype.identifierFields = function () {
715
+ return ['id'];
716
+ };
717
+ User.prototype.toPlain = function () {
718
+ var plain = _super.prototype.toPlain.call(this);
719
+ delete plain.beautyProfile;
720
+ return plain;
721
+ };
722
+ return User;
723
+ }(BaseModel));
724
+ __decorate([
725
+ classTransformer.Type(function () { return BeautyProfile; }),
726
+ __metadata("design:type", BeautyProfile)
727
727
  ], User.prototype, "beautyProfile", void 0);
728
728
 
729
- var Subscription = /** @class */ (function (_super) {
730
- __extends(Subscription, _super);
731
- function Subscription() {
732
- return _super !== null && _super.apply(this, arguments) || this;
733
- }
734
- Subscription.prototype.identifierFields = function () {
735
- return ['id'];
736
- };
737
- return Subscription;
738
- }(BaseModel));
739
- __decorate([
740
- classTransformer.Type(function () { return User; }),
741
- __metadata("design:type", User)
742
- ], Subscription.prototype, "user", void 0);
743
- __decorate([
744
- classTransformer.Type(function () { return SubscriptionPlan; }),
745
- __metadata("design:type", SubscriptionPlan)
746
- ], Subscription.prototype, "subscriptionPlan", void 0);
747
- __decorate([
748
- classTransformer.Type(function () { return Address; }),
749
- __metadata("design:type", Address)
750
- ], Subscription.prototype, "shippingAddress", void 0);
751
- __decorate([
752
- classTransformer.Type(function () { return Address; }),
753
- __metadata("design:type", Address)
754
- ], Subscription.prototype, "billingAddress", void 0);
755
- __decorate([
756
- classTransformer.Type(function () { return Coupon; }),
757
- __metadata("design:type", Coupon)
758
- ], Subscription.prototype, "coupon", void 0);
759
- __decorate([
760
- classTransformer.Type(function () { return Edition; }),
761
- __metadata("design:type", Array)
762
- ], Subscription.prototype, "editions", void 0);
763
- __decorate([
764
- classTransformer.Type(function () { return SubscriptionPayment; }),
765
- __metadata("design:type", Array)
729
+ var Subscription = /** @class */ (function (_super) {
730
+ __extends(Subscription, _super);
731
+ function Subscription() {
732
+ return _super !== null && _super.apply(this, arguments) || this;
733
+ }
734
+ Subscription.prototype.identifierFields = function () {
735
+ return ['id'];
736
+ };
737
+ return Subscription;
738
+ }(BaseModel));
739
+ __decorate([
740
+ classTransformer.Type(function () { return User; }),
741
+ __metadata("design:type", User)
742
+ ], Subscription.prototype, "user", void 0);
743
+ __decorate([
744
+ classTransformer.Type(function () { return SubscriptionPlan; }),
745
+ __metadata("design:type", SubscriptionPlan)
746
+ ], Subscription.prototype, "subscriptionPlan", void 0);
747
+ __decorate([
748
+ classTransformer.Type(function () { return Address; }),
749
+ __metadata("design:type", Address)
750
+ ], Subscription.prototype, "shippingAddress", void 0);
751
+ __decorate([
752
+ classTransformer.Type(function () { return Address; }),
753
+ __metadata("design:type", Address)
754
+ ], Subscription.prototype, "billingAddress", void 0);
755
+ __decorate([
756
+ classTransformer.Type(function () { return Coupon; }),
757
+ __metadata("design:type", Coupon)
758
+ ], Subscription.prototype, "coupon", void 0);
759
+ __decorate([
760
+ classTransformer.Type(function () { return Edition; }),
761
+ __metadata("design:type", Array)
762
+ ], Subscription.prototype, "editions", void 0);
763
+ __decorate([
764
+ classTransformer.Type(function () { return SubscriptionPayment; }),
765
+ __metadata("design:type", Array)
766
766
  ], Subscription.prototype, "payment", void 0);
767
767
 
768
- var UserAddress = /** @class */ (function (_super) {
769
- __extends(UserAddress, _super);
770
- function UserAddress() {
771
- return _super !== null && _super.apply(this, arguments) || this;
772
- }
773
- UserAddress.prototype.identifierFields = function () {
774
- return ['id'];
775
- };
776
- return UserAddress;
768
+ var UserAddress = /** @class */ (function (_super) {
769
+ __extends(UserAddress, _super);
770
+ function UserAddress() {
771
+ return _super !== null && _super.apply(this, arguments) || this;
772
+ }
773
+ UserAddress.prototype.identifierFields = function () {
774
+ return ['id'];
775
+ };
776
+ return UserAddress;
777
777
  }(Address));
778
778
 
779
- var Lead = /** @class */ (function (_super) {
780
- __extends(Lead, _super);
781
- function Lead() {
782
- return _super !== null && _super.apply(this, arguments) || this;
783
- }
784
- Lead.prototype.identifierFields = function () {
785
- return ['id'];
786
- };
787
- return Lead;
779
+ var UserPaymentMethod = /** @class */ (function (_super) {
780
+ __extends(UserPaymentMethod, _super);
781
+ function UserPaymentMethod() {
782
+ return _super !== null && _super.apply(this, arguments) || this;
783
+ }
784
+ UserPaymentMethod.prototype.identifierFields = function () {
785
+ return ['id'];
786
+ };
787
+ return UserPaymentMethod;
788
788
  }(BaseModel));
789
789
 
790
- var UnauthorizedError = /** @class */ (function (_super) {
791
- __extends(UnauthorizedError, _super);
792
- function UnauthorizedError(message) {
793
- var _this = _super.call(this, message) || this;
794
- _this.message = message;
795
- return _this;
796
- }
797
- return UnauthorizedError;
790
+ var Lead = /** @class */ (function (_super) {
791
+ __extends(Lead, _super);
792
+ function Lead() {
793
+ return _super !== null && _super.apply(this, arguments) || this;
794
+ }
795
+ Lead.prototype.identifierFields = function () {
796
+ return ['id'];
797
+ };
798
+ return Lead;
799
+ }(BaseModel));
800
+
801
+ var UnauthorizedError = /** @class */ (function (_super) {
802
+ __extends(UnauthorizedError, _super);
803
+ function UnauthorizedError(message) {
804
+ var _this = _super.call(this, message) || this;
805
+ _this.message = message;
806
+ return _this;
807
+ }
808
+ return UnauthorizedError;
798
809
  }(Error));
799
810
 
800
- exports.SignInMethods = void 0;
801
- (function (SignInMethods) {
802
- SignInMethods["EMAIL_PASSWORD"] = "email_password";
803
- SignInMethods["GOOGLE"] = "google";
804
- })(exports.SignInMethods || (exports.SignInMethods = {}));
805
- var Authentication = /** @class */ (function () {
806
- function Authentication(authService, userRepository) {
807
- this.authService = authService;
808
- this.userRepository = userRepository;
809
- }
810
- Authentication.prototype.signIn = function (_b, signInMethod) {
811
- var email = _b.email, password = _b.password;
812
- return __awaiter(this, void 0, void 0, function () {
813
- var method, userAuth, user;
814
- return __generator(this, function (_b) {
815
- switch (_b.label) {
816
- case 0:
817
- method = this.getServiceByMethod(signInMethod);
818
- return [4 /*yield*/, this.authService[method]({ email: email, password: password })];
819
- case 1:
820
- userAuth = _b.sent();
821
- user = this.userRepository.get(userAuth);
822
- if (!lodash.isNil(user))
823
- return [2 /*return*/, user];
824
- if (/^.+@b4a.com.br$/.test(userAuth.email))
825
- return [2 /*return*/, this.createsUserByCredential(userAuth)];
826
- throw new UnauthorizedError('Invalid credentials');
827
- }
828
- });
829
- });
830
- };
831
- Authentication.prototype.getServiceByMethod = function (signInMethod) {
832
- return signInMethod === exports.SignInMethods.EMAIL_PASSWORD ? 'signInWithEmailAndPassword' : 'signInWithGoogle';
833
- };
834
- Authentication.prototype.createsUserByCredential = function (user) {
835
- var _a;
836
- return __awaiter(this, void 0, void 0, function () {
837
- var _b, firstName, lastName, person;
838
- return __generator(this, function (_c) {
839
- _b = __read((_a = user.displayName) === null || _a === void 0 ? void 0 : _a.split(/\s/), 2), firstName = _b[0], lastName = _b[1];
840
- person = User.toInstance(Object.assign(Object.assign({}, user), { cpf: '', birthday: new Date(), firstName: firstName,
841
- lastName: lastName, acceptsNewsletter: false, area: exports.Area.Transactional, officePosition: exports.OfficePosition.Intern, type: exports.UserType.Collaborator }));
842
- return [2 /*return*/, this.userRepository.create(person)];
843
- });
844
- });
845
- };
846
- return Authentication;
811
+ exports.SignInMethods = void 0;
812
+ (function (SignInMethods) {
813
+ SignInMethods["EMAIL_PASSWORD"] = "email_password";
814
+ SignInMethods["GOOGLE"] = "google";
815
+ })(exports.SignInMethods || (exports.SignInMethods = {}));
816
+ var Authentication = /** @class */ (function () {
817
+ function Authentication(authService, userRepository) {
818
+ this.authService = authService;
819
+ this.userRepository = userRepository;
820
+ }
821
+ Authentication.prototype.signIn = function (_b, signInMethod) {
822
+ var email = _b.email, password = _b.password;
823
+ return __awaiter(this, void 0, void 0, function () {
824
+ var method, userAuth, user;
825
+ return __generator(this, function (_b) {
826
+ switch (_b.label) {
827
+ case 0:
828
+ method = this.getServiceByMethod(signInMethod);
829
+ return [4 /*yield*/, this.authService[method]({ email: email, password: password })];
830
+ case 1:
831
+ userAuth = _b.sent();
832
+ user = this.userRepository.get(userAuth);
833
+ if (!lodash.isNil(user))
834
+ return [2 /*return*/, user];
835
+ if (/^.+@b4a.com.br$/.test(userAuth.email))
836
+ return [2 /*return*/, this.createsUserByCredential(userAuth)];
837
+ throw new UnauthorizedError('Invalid credentials');
838
+ }
839
+ });
840
+ });
841
+ };
842
+ Authentication.prototype.getServiceByMethod = function (signInMethod) {
843
+ return signInMethod === exports.SignInMethods.EMAIL_PASSWORD ? 'signInWithEmailAndPassword' : 'signInWithGoogle';
844
+ };
845
+ Authentication.prototype.createsUserByCredential = function (user) {
846
+ var _a;
847
+ return __awaiter(this, void 0, void 0, function () {
848
+ var _b, firstName, lastName, person;
849
+ return __generator(this, function (_c) {
850
+ _b = __read((_a = user.displayName) === null || _a === void 0 ? void 0 : _a.split(/\s/), 2), firstName = _b[0], lastName = _b[1];
851
+ person = User.toInstance(Object.assign(Object.assign({}, user), { cpf: '', birthday: new Date(), firstName: firstName,
852
+ lastName: lastName, acceptsNewsletter: false, area: exports.Area.Transactional, officePosition: exports.OfficePosition.Intern, type: exports.UserType.Collaborator }));
853
+ return [2 /*return*/, this.userRepository.create(person)];
854
+ });
855
+ });
856
+ };
857
+ return Authentication;
847
858
  }());
848
859
 
849
- var SignOut = /** @class */ (function () {
850
- function SignOut(authService) {
851
- this.authService = authService;
852
- }
853
- SignOut.prototype.signOut = function () {
854
- return __awaiter(this, void 0, void 0, function () {
855
- return __generator(this, function (_a) {
856
- switch (_a.label) {
857
- case 0: return [4 /*yield*/, this.authService.signOut()];
858
- case 1:
859
- _a.sent();
860
- return [2 /*return*/];
861
- }
862
- });
863
- });
864
- };
865
- return SignOut;
860
+ var SignOut = /** @class */ (function () {
861
+ function SignOut(authService) {
862
+ this.authService = authService;
863
+ }
864
+ SignOut.prototype.signOut = function () {
865
+ return __awaiter(this, void 0, void 0, function () {
866
+ return __generator(this, function (_a) {
867
+ switch (_a.label) {
868
+ case 0: return [4 /*yield*/, this.authService.signOut()];
869
+ case 1:
870
+ _a.sent();
871
+ return [2 /*return*/];
872
+ }
873
+ });
874
+ });
875
+ };
876
+ return SignOut;
866
877
  }());
867
878
 
868
- exports.Shops = void 0;
869
- (function (Shops) {
870
- Shops["MENSMARKET"] = "mensmarket";
871
- Shops["GLAMSHOP"] = "Glamshop";
879
+ exports.Shops = void 0;
880
+ (function (Shops) {
881
+ Shops["MENSMARKET"] = "mensmarket";
882
+ Shops["GLAMSHOP"] = "Glamshop";
872
883
  })(exports.Shops || (exports.Shops = {}));
873
884
 
874
- var Category = /** @class */ (function (_super) {
875
- __extends(Category, _super);
876
- function Category() {
877
- return _super !== null && _super.apply(this, arguments) || this;
878
- }
879
- Category.prototype.identifierFields = function () {
880
- return ['id'];
881
- };
882
- return Category;
885
+ var Category = /** @class */ (function (_super) {
886
+ __extends(Category, _super);
887
+ function Category() {
888
+ return _super !== null && _super.apply(this, arguments) || this;
889
+ }
890
+ Category.prototype.identifierFields = function () {
891
+ return ['id'];
892
+ };
893
+ return Category;
883
894
  }(BaseModel));
884
895
 
885
- var Product = /** @class */ (function (_super) {
886
- __extends(Product, _super);
887
- function Product() {
888
- return _super !== null && _super.apply(this, arguments) || this;
889
- }
890
- Product.prototype.identifierFields = function () {
891
- return ['id'];
892
- };
893
- Product.prototype.getInfoByShop = function (shop) {
894
- var _a, _b, _c, _d, _e, _f;
895
- return Object.assign(Object.assign(Object.assign({}, (((_b = (_a = this.description) === null || _a === void 0 ? void 0 : _a[shop]) === null || _b === void 0 ? void 0 : _b.description) ? { description: (_d = (_c = this.description) === null || _c === void 0 ? void 0 : _c[shop]) === null || _d === void 0 ? void 0 : _d.description } : {})), (((_e = this.price) === null || _e === void 0 ? void 0 : _e[shop]) || {})), (((_f = this.stock) === null || _f === void 0 ? void 0 : _f[shop]) || {}));
896
- };
897
- return Product;
896
+ var Product = /** @class */ (function (_super) {
897
+ __extends(Product, _super);
898
+ function Product() {
899
+ return _super !== null && _super.apply(this, arguments) || this;
900
+ }
901
+ Product.prototype.identifierFields = function () {
902
+ return ['id'];
903
+ };
904
+ Product.prototype.getInfoByShop = function (shop) {
905
+ var _a, _b, _c, _d, _e, _f;
906
+ return Object.assign(Object.assign(Object.assign({}, (((_b = (_a = this.description) === null || _a === void 0 ? void 0 : _a[shop]) === null || _b === void 0 ? void 0 : _b.description) ? { description: (_d = (_c = this.description) === null || _c === void 0 ? void 0 : _c[shop]) === null || _d === void 0 ? void 0 : _d.description } : {})), (((_e = this.price) === null || _e === void 0 ? void 0 : _e[shop]) || {})), (((_f = this.stock) === null || _f === void 0 ? void 0 : _f[shop]) || {}));
907
+ };
908
+ return Product;
898
909
  }(BaseModel));
899
910
 
900
- var Variant = /** @class */ (function (_super) {
901
- __extends(Variant, _super);
902
- function Variant() {
903
- return _super !== null && _super.apply(this, arguments) || this;
904
- }
905
- Variant.prototype.identifierFields = function () {
906
- return ['id'];
907
- };
908
- return Variant;
911
+ var Variant = /** @class */ (function (_super) {
912
+ __extends(Variant, _super);
913
+ function Variant() {
914
+ return _super !== null && _super.apply(this, arguments) || this;
915
+ }
916
+ Variant.prototype.identifierFields = function () {
917
+ return ['id'];
918
+ };
919
+ return Variant;
909
920
  }(BaseModel));
910
921
 
911
- exports.CouponTypes = void 0;
912
- (function (CouponTypes) {
913
- CouponTypes[CouponTypes["FINANCIAL"] = 1] = "FINANCIAL";
914
- CouponTypes[CouponTypes["PRODUCT"] = 2] = "PRODUCT";
915
- CouponTypes[CouponTypes["GIFTCARD"] = 3] = "GIFTCARD";
916
- CouponTypes[CouponTypes["VOUCHER"] = 4] = "VOUCHER";
922
+ exports.CouponTypes = void 0;
923
+ (function (CouponTypes) {
924
+ CouponTypes[CouponTypes["FINANCIAL"] = 1] = "FINANCIAL";
925
+ CouponTypes[CouponTypes["PRODUCT"] = 2] = "PRODUCT";
926
+ CouponTypes[CouponTypes["GIFTCARD"] = 3] = "GIFTCARD";
927
+ CouponTypes[CouponTypes["VOUCHER"] = 4] = "VOUCHER";
917
928
  })(exports.CouponTypes || (exports.CouponTypes = {}));
918
929
 
919
- exports.CouponSubtypes = void 0;
920
- (function (CouponSubtypes) {
921
- CouponSubtypes[CouponSubtypes["ABSOLUTE"] = 1] = "ABSOLUTE";
922
- CouponSubtypes[CouponSubtypes["PERCENTAGE"] = 2] = "PERCENTAGE";
930
+ exports.CouponSubtypes = void 0;
931
+ (function (CouponSubtypes) {
932
+ CouponSubtypes[CouponSubtypes["ABSOLUTE"] = 1] = "ABSOLUTE";
933
+ CouponSubtypes[CouponSubtypes["PERCENTAGE"] = 2] = "PERCENTAGE";
923
934
  })(exports.CouponSubtypes || (exports.CouponSubtypes = {}));
924
935
 
925
- exports.Exclusivities = void 0;
926
- (function (Exclusivities) {
927
- Exclusivities[Exclusivities["ALL_USERS"] = 1] = "ALL_USERS";
928
- Exclusivities[Exclusivities["SPECIFIC_USER"] = 2] = "SPECIFIC_USER";
929
- Exclusivities[Exclusivities["COLLABORATORS"] = 3] = "COLLABORATORS";
936
+ exports.Exclusivities = void 0;
937
+ (function (Exclusivities) {
938
+ Exclusivities[Exclusivities["ALL_USERS"] = 1] = "ALL_USERS";
939
+ Exclusivities[Exclusivities["SPECIFIC_USER"] = 2] = "SPECIFIC_USER";
940
+ Exclusivities[Exclusivities["COLLABORATORS"] = 3] = "COLLABORATORS";
930
941
  })(exports.Exclusivities || (exports.Exclusivities = {}));
931
942
 
932
- exports.CheckoutTypes = void 0;
933
- (function (CheckoutTypes) {
934
- CheckoutTypes[CheckoutTypes["ECOMMERCE"] = 1] = "ECOMMERCE";
935
- CheckoutTypes[CheckoutTypes["SUBSCRIPTION"] = 2] = "SUBSCRIPTION";
943
+ exports.CheckoutTypes = void 0;
944
+ (function (CheckoutTypes) {
945
+ CheckoutTypes[CheckoutTypes["ECOMMERCE"] = 1] = "ECOMMERCE";
946
+ CheckoutTypes[CheckoutTypes["SUBSCRIPTION"] = 2] = "SUBSCRIPTION";
936
947
  })(exports.CheckoutTypes || (exports.CheckoutTypes = {}));
937
948
 
938
- var COUPON_EXPIRATION = 60 * 60 * 24 * 30;
939
- var FinancialCoupon = /** @class */ (function (_super) {
940
- __extends(FinancialCoupon, _super);
941
- function FinancialCoupon() {
942
- var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
943
- _this.type = exports.CouponTypes.FINANCIAL;
944
- return _this;
945
- }
946
- FinancialCoupon.isFinancialCoupon = function (coupon) {
947
- return coupon.type === exports.CouponTypes.FINANCIAL && !!coupon.subtype;
948
- };
949
- FinancialCoupon.createCoupon = function (userId) {
950
- return this.toInstance({
951
- name: tsMd5.Md5.hashStr(userId + "_" + Date.now).toString(),
952
- nickname: "" + Date.now(),
953
- type: exports.CouponTypes.FINANCIAL,
954
- subtype: exports.CouponSubtypes.PERCENTAGE,
955
- checkoutType: exports.CheckoutTypes.ECOMMERCE,
956
- discount: 30,
957
- user: userId,
958
- createdAt: new Date(Date.now()),
959
- expiresIn: new Date(Date.now() + COUPON_EXPIRATION),
960
- });
961
- };
962
- return FinancialCoupon;
949
+ var COUPON_EXPIRATION = 60 * 60 * 24 * 30;
950
+ var FinancialCoupon = /** @class */ (function (_super) {
951
+ __extends(FinancialCoupon, _super);
952
+ function FinancialCoupon() {
953
+ var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
954
+ _this.type = exports.CouponTypes.FINANCIAL;
955
+ return _this;
956
+ }
957
+ FinancialCoupon.isFinancialCoupon = function (coupon) {
958
+ return coupon.type === exports.CouponTypes.FINANCIAL && !!coupon.subtype;
959
+ };
960
+ FinancialCoupon.createCoupon = function (userId) {
961
+ return this.toInstance({
962
+ name: tsMd5.Md5.hashStr(userId + "_" + Date.now).toString(),
963
+ nickname: "" + Date.now(),
964
+ type: exports.CouponTypes.FINANCIAL,
965
+ subtype: exports.CouponSubtypes.PERCENTAGE,
966
+ checkoutType: exports.CheckoutTypes.ECOMMERCE,
967
+ discount: 30,
968
+ user: userId,
969
+ createdAt: new Date(Date.now()),
970
+ expiresIn: new Date(Date.now() + COUPON_EXPIRATION),
971
+ });
972
+ };
973
+ return FinancialCoupon;
963
974
  }(Coupon));
964
975
 
965
- exports.OrderStatus = void 0;
966
- (function (OrderStatus) {
967
- OrderStatus["AGUARDANDO_PAGAMENTO"] = "Aguardando pagamento";
968
- OrderStatus["EM_PREPARO"] = "Preparando pedido";
969
- OrderStatus["NF_EMITIDA"] = "Nota Fiscal Emitida";
970
- OrderStatus["AGUARDANDO_ENVIO"] = "Aguardando Transaportadora";
971
- OrderStatus["ENVIADO"] = "Pedido Enviado";
972
- OrderStatus["ENTREGUE"] = "Pedido entregue";
973
- OrderStatus["CANCELADO"] = "Cancelado";
974
- OrderStatus["CREDIT_CARD"] = "credit_card";
976
+ exports.OrderStatus = void 0;
977
+ (function (OrderStatus) {
978
+ OrderStatus["AGUARDANDO_PAGAMENTO"] = "Aguardando pagamento";
979
+ OrderStatus["EM_PREPARO"] = "Preparando pedido";
980
+ OrderStatus["NF_EMITIDA"] = "Nota Fiscal Emitida";
981
+ OrderStatus["AGUARDANDO_ENVIO"] = "Aguardando Transaportadora";
982
+ OrderStatus["ENVIADO"] = "Pedido Enviado";
983
+ OrderStatus["ENTREGUE"] = "Pedido entregue";
984
+ OrderStatus["CANCELADO"] = "Cancelado";
985
+ OrderStatus["CREDIT_CARD"] = "credit_card";
975
986
  })(exports.OrderStatus || (exports.OrderStatus = {}));
976
987
 
977
- var LineItem = /** @class */ (function (_super) {
978
- __extends(LineItem, _super);
979
- function LineItem() {
980
- return _super !== null && _super.apply(this, arguments) || this;
981
- }
982
- return LineItem;
988
+ var LineItem = /** @class */ (function (_super) {
989
+ __extends(LineItem, _super);
990
+ function LineItem() {
991
+ return _super !== null && _super.apply(this, arguments) || this;
992
+ }
993
+ return LineItem;
983
994
  }(Product));
984
995
 
985
- var ShippingMethod = /** @class */ (function (_super) {
986
- __extends(ShippingMethod, _super);
987
- function ShippingMethod() {
988
- return _super !== null && _super.apply(this, arguments) || this;
989
- }
990
- ShippingMethod.prototype.identifierFields = function () {
991
- return ['id'];
992
- };
993
- return ShippingMethod;
996
+ var ShippingMethod = /** @class */ (function (_super) {
997
+ __extends(ShippingMethod, _super);
998
+ function ShippingMethod() {
999
+ return _super !== null && _super.apply(this, arguments) || this;
1000
+ }
1001
+ ShippingMethod.prototype.identifierFields = function () {
1002
+ return ['id'];
1003
+ };
1004
+ return ShippingMethod;
994
1005
  }(BaseModel));
995
1006
 
996
- var Checkout = /** @class */ (function (_super) {
997
- __extends(Checkout, _super);
998
- function Checkout() {
999
- return _super !== null && _super.apply(this, arguments) || this;
1000
- }
1001
- Checkout.prototype.identifierFields = function () {
1002
- return ['id'];
1003
- };
1004
- return Checkout;
1005
- }(BaseModel));
1006
- __decorate([
1007
- classTransformer.Type(function () { return LineItem; }),
1008
- __metadata("design:type", Array)
1009
- ], Checkout.prototype, "lineItems", void 0);
1010
- __decorate([
1011
- classTransformer.Type(function () { return User; }),
1012
- __metadata("design:type", User)
1013
- ], Checkout.prototype, "user", void 0);
1014
- __decorate([
1015
- classTransformer.Type(function () { return Address; }),
1016
- __metadata("design:type", Address)
1017
- ], Checkout.prototype, "shippingAddress", void 0);
1018
- __decorate([
1019
- classTransformer.Type(function () { return Address; }),
1020
- __metadata("design:type", Address)
1021
- ], Checkout.prototype, "billingAddress", void 0);
1022
- __decorate([
1023
- classTransformer.Type(function () { return ShippingMethod; }),
1024
- __metadata("design:type", ShippingMethod)
1025
- ], Checkout.prototype, "shipping", void 0);
1026
- __decorate([
1027
- classTransformer.Type(function () { return Coupon; }),
1028
- __metadata("design:type", Coupon)
1007
+ var Checkout = /** @class */ (function (_super) {
1008
+ __extends(Checkout, _super);
1009
+ function Checkout() {
1010
+ return _super !== null && _super.apply(this, arguments) || this;
1011
+ }
1012
+ Checkout.prototype.identifierFields = function () {
1013
+ return ['id'];
1014
+ };
1015
+ return Checkout;
1016
+ }(BaseModel));
1017
+ __decorate([
1018
+ classTransformer.Type(function () { return LineItem; }),
1019
+ __metadata("design:type", Array)
1020
+ ], Checkout.prototype, "lineItems", void 0);
1021
+ __decorate([
1022
+ classTransformer.Type(function () { return User; }),
1023
+ __metadata("design:type", User)
1024
+ ], Checkout.prototype, "user", void 0);
1025
+ __decorate([
1026
+ classTransformer.Type(function () { return Address; }),
1027
+ __metadata("design:type", Address)
1028
+ ], Checkout.prototype, "shippingAddress", void 0);
1029
+ __decorate([
1030
+ classTransformer.Type(function () { return Address; }),
1031
+ __metadata("design:type", Address)
1032
+ ], Checkout.prototype, "billingAddress", void 0);
1033
+ __decorate([
1034
+ classTransformer.Type(function () { return ShippingMethod; }),
1035
+ __metadata("design:type", ShippingMethod)
1036
+ ], Checkout.prototype, "shipping", void 0);
1037
+ __decorate([
1038
+ classTransformer.Type(function () { return Coupon; }),
1039
+ __metadata("design:type", Coupon)
1029
1040
  ], Checkout.prototype, "coupon", void 0);
1030
1041
 
1031
- var Order = /** @class */ (function (_super) {
1032
- __extends(Order, _super);
1033
- function Order() {
1034
- return _super !== null && _super.apply(this, arguments) || this;
1035
- }
1036
- return Order;
1037
- }(Checkout));
1038
- __decorate([
1039
- classTransformer.Type(function () { return Payment; }),
1040
- __metadata("design:type", Payment)
1042
+ var Order = /** @class */ (function (_super) {
1043
+ __extends(Order, _super);
1044
+ function Order() {
1045
+ return _super !== null && _super.apply(this, arguments) || this;
1046
+ }
1047
+ return Order;
1048
+ }(Checkout));
1049
+ __decorate([
1050
+ classTransformer.Type(function () { return Payment; }),
1051
+ __metadata("design:type", Payment)
1041
1052
  ], Order.prototype, "payment", void 0);
1042
1053
 
1043
- var CheckoutSubscription = /** @class */ (function (_super) {
1044
- __extends(CheckoutSubscription, _super);
1045
- function CheckoutSubscription() {
1046
- return _super !== null && _super.apply(this, arguments) || this;
1047
- }
1048
- CheckoutSubscription.prototype.identifierFields = function () {
1049
- return ['id'];
1050
- };
1051
- return CheckoutSubscription;
1052
- }(BaseModel));
1053
- __decorate([
1054
- classTransformer.Type(function () { return Address; }),
1055
- __metadata("design:type", Address)
1056
- ], CheckoutSubscription.prototype, "shippingAddress", void 0);
1057
- __decorate([
1058
- classTransformer.Type(function () { return Address; }),
1059
- __metadata("design:type", Address)
1060
- ], CheckoutSubscription.prototype, "billingAddress", void 0);
1061
- __decorate([
1062
- classTransformer.Type(function () { return SubscriptionPlan; }),
1063
- __metadata("design:type", SubscriptionPlan)
1064
- ], CheckoutSubscription.prototype, "subscriptionPlan", void 0);
1065
- __decorate([
1066
- classTransformer.Type(function () { return Coupon; }),
1067
- __metadata("design:type", Coupon)
1054
+ var CheckoutSubscription = /** @class */ (function (_super) {
1055
+ __extends(CheckoutSubscription, _super);
1056
+ function CheckoutSubscription() {
1057
+ return _super !== null && _super.apply(this, arguments) || this;
1058
+ }
1059
+ CheckoutSubscription.prototype.identifierFields = function () {
1060
+ return ['id'];
1061
+ };
1062
+ return CheckoutSubscription;
1063
+ }(BaseModel));
1064
+ __decorate([
1065
+ classTransformer.Type(function () { return Address; }),
1066
+ __metadata("design:type", Address)
1067
+ ], CheckoutSubscription.prototype, "shippingAddress", void 0);
1068
+ __decorate([
1069
+ classTransformer.Type(function () { return Address; }),
1070
+ __metadata("design:type", Address)
1071
+ ], CheckoutSubscription.prototype, "billingAddress", void 0);
1072
+ __decorate([
1073
+ classTransformer.Type(function () { return SubscriptionPlan; }),
1074
+ __metadata("design:type", SubscriptionPlan)
1075
+ ], CheckoutSubscription.prototype, "subscriptionPlan", void 0);
1076
+ __decorate([
1077
+ classTransformer.Type(function () { return Coupon; }),
1078
+ __metadata("design:type", Coupon)
1068
1079
  ], CheckoutSubscription.prototype, "coupon", void 0);
1069
1080
 
1070
- var Buy2Win = /** @class */ (function (_super) {
1071
- __extends(Buy2Win, _super);
1072
- function Buy2Win() {
1073
- return _super !== null && _super.apply(this, arguments) || this;
1074
- }
1075
- Buy2Win.prototype.identifierFields = function () {
1076
- return ['id'];
1077
- };
1078
- return Buy2Win;
1079
- }(BaseModel));
1080
- __decorate([
1081
- classTransformer.Type(function () { return Category; }),
1082
- __metadata("design:type", Array)
1081
+ var Buy2Win = /** @class */ (function (_super) {
1082
+ __extends(Buy2Win, _super);
1083
+ function Buy2Win() {
1084
+ return _super !== null && _super.apply(this, arguments) || this;
1085
+ }
1086
+ Buy2Win.prototype.identifierFields = function () {
1087
+ return ['id'];
1088
+ };
1089
+ return Buy2Win;
1090
+ }(BaseModel));
1091
+ __decorate([
1092
+ classTransformer.Type(function () { return Category; }),
1093
+ __metadata("design:type", Array)
1083
1094
  ], Buy2Win.prototype, "categories", void 0);
1084
1095
 
1085
- var Home = /** @class */ (function (_super) {
1086
- __extends(Home, _super);
1087
- function Home() {
1088
- return _super !== null && _super.apply(this, arguments) || this;
1089
- }
1090
- Home.prototype.identifierFields = function () {
1091
- return ['id'];
1092
- };
1093
- return Home;
1096
+ var Home = /** @class */ (function (_super) {
1097
+ __extends(Home, _super);
1098
+ function Home() {
1099
+ return _super !== null && _super.apply(this, arguments) || this;
1100
+ }
1101
+ Home.prototype.identifierFields = function () {
1102
+ return ['id'];
1103
+ };
1104
+ return Home;
1094
1105
  }(BaseModel));
1095
1106
 
1096
- var ShopMenu = /** @class */ (function (_super) {
1097
- __extends(ShopMenu, _super);
1098
- function ShopMenu() {
1099
- return _super !== null && _super.apply(this, arguments) || this;
1100
- }
1101
- ShopMenu.prototype.identifierFields = function () {
1102
- return ['id'];
1103
- };
1104
- return ShopMenu;
1107
+ var ShopMenu = /** @class */ (function (_super) {
1108
+ __extends(ShopMenu, _super);
1109
+ function ShopMenu() {
1110
+ return _super !== null && _super.apply(this, arguments) || this;
1111
+ }
1112
+ ShopMenu.prototype.identifierFields = function () {
1113
+ return ['id'];
1114
+ };
1115
+ return ShopMenu;
1105
1116
  }(BaseModel));
1106
1117
 
1107
- var InvalidArgumentError = /** @class */ (function (_super) {
1108
- __extends(InvalidArgumentError, _super);
1109
- function InvalidArgumentError(message) {
1110
- var _this = _super.call(this, message) || this;
1111
- _this.message = message;
1112
- return _this;
1113
- }
1114
- return InvalidArgumentError;
1118
+ var InvalidArgumentError = /** @class */ (function (_super) {
1119
+ __extends(InvalidArgumentError, _super);
1120
+ function InvalidArgumentError(message) {
1121
+ var _this = _super.call(this, message) || this;
1122
+ _this.message = message;
1123
+ return _this;
1124
+ }
1125
+ return InvalidArgumentError;
1115
1126
  }(Error));
1116
1127
 
1117
- var RequiredArgumentError = /** @class */ (function (_super) {
1118
- __extends(RequiredArgumentError, _super);
1119
- function RequiredArgumentError(args) {
1120
- var _this = _super.call(this, "Required arguments: " + args.join(', ')) || this;
1121
- _this.args = args;
1122
- _this.arguments = args;
1123
- return _this;
1124
- }
1125
- return RequiredArgumentError;
1128
+ var RequiredArgumentError = /** @class */ (function (_super) {
1129
+ __extends(RequiredArgumentError, _super);
1130
+ function RequiredArgumentError(args) {
1131
+ var _this = _super.call(this, "Required arguments: " + args.join(', ')) || this;
1132
+ _this.args = args;
1133
+ _this.arguments = args;
1134
+ return _this;
1135
+ }
1136
+ return RequiredArgumentError;
1126
1137
  }(Error));
1127
1138
 
1128
- var NotFoundError = /** @class */ (function (_super) {
1129
- __extends(NotFoundError, _super);
1130
- function NotFoundError(message) {
1131
- var _this = _super.call(this, message) || this;
1132
- _this.message = message;
1133
- return _this;
1134
- }
1135
- return NotFoundError;
1139
+ var NotFoundError = /** @class */ (function (_super) {
1140
+ __extends(NotFoundError, _super);
1141
+ function NotFoundError(message) {
1142
+ var _this = _super.call(this, message) || this;
1143
+ _this.message = message;
1144
+ return _this;
1145
+ }
1146
+ return NotFoundError;
1136
1147
  }(Error));
1137
1148
 
1138
- var DuplicatedResultsError = /** @class */ (function (_super) {
1139
- __extends(DuplicatedResultsError, _super);
1140
- function DuplicatedResultsError(message) {
1141
- var _this = _super.call(this, message) || this;
1142
- _this.message = message;
1143
- return _this;
1144
- }
1145
- return DuplicatedResultsError;
1149
+ var DuplicatedResultsError = /** @class */ (function (_super) {
1150
+ __extends(DuplicatedResultsError, _super);
1151
+ function DuplicatedResultsError(message) {
1152
+ var _this = _super.call(this, message) || this;
1153
+ _this.message = message;
1154
+ return _this;
1155
+ }
1156
+ return DuplicatedResultsError;
1146
1157
  }(Error));
1147
1158
 
1148
- var withFirestore = function (MixinBase) {
1149
- return /** @class */ (function (_super) {
1150
- __extends(class_1, _super);
1151
- function class_1() {
1152
- var args = [];
1153
- for (var _i = 0; _i < arguments.length; _i++) {
1154
- args[_i] = arguments[_i];
1155
- }
1156
- return _super.call(this, args) || this;
1157
- }
1158
- class_1.prototype.collection = function (path) {
1159
- return this.firestore.collection(path || this.collectionName).withConverter(this.buildModelInstance());
1160
- };
1161
- class_1.prototype.buildModelInstance = function () {
1162
- var _this = this;
1163
- return {
1164
- toFirestore: function (data) { return ((data === null || data === void 0 ? void 0 : data.toPlain) ? data.toPlain() : data); },
1165
- fromFirestore: function (snap) {
1166
- var data = snap.data();
1167
- Object.keys(data).forEach(function (key) {
1168
- if (data[key] instanceof firebase__default["default"].firestore.Timestamp) {
1169
- data[key] = data[key].toDate();
1170
- }
1171
- });
1172
- return _this.model.toInstance(Object.assign({ id: snap.id }, data));
1173
- },
1174
- };
1175
- };
1176
- return class_1;
1177
- }(MixinBase));
1159
+ var withFirestore = function (MixinBase) {
1160
+ return /** @class */ (function (_super) {
1161
+ __extends(class_1, _super);
1162
+ function class_1() {
1163
+ var args = [];
1164
+ for (var _i = 0; _i < arguments.length; _i++) {
1165
+ args[_i] = arguments[_i];
1166
+ }
1167
+ return _super.call(this, args) || this;
1168
+ }
1169
+ class_1.prototype.collection = function (path) {
1170
+ return this.firestore.collection(path || this.collectionName).withConverter(this.buildModelInstance());
1171
+ };
1172
+ class_1.prototype.buildModelInstance = function () {
1173
+ var _this = this;
1174
+ return {
1175
+ toFirestore: function (data) { return ((data === null || data === void 0 ? void 0 : data.toPlain) ? data.toPlain() : data); },
1176
+ fromFirestore: function (snap) {
1177
+ var data = snap.data();
1178
+ Object.keys(data).forEach(function (key) {
1179
+ if (data[key] instanceof firebase__default["default"].firestore.Timestamp) {
1180
+ data[key] = data[key].toDate();
1181
+ }
1182
+ });
1183
+ return _this.model.toInstance(Object.assign({ id: snap.id }, data));
1184
+ },
1185
+ };
1186
+ };
1187
+ return class_1;
1188
+ }(MixinBase));
1178
1189
  };
1179
1190
 
1180
- var withHelpers = function (MixinBase) {
1181
- return /** @class */ (function (_super) {
1182
- __extends(class_1, _super);
1183
- function class_1() {
1184
- return _super !== null && _super.apply(this, arguments) || this;
1185
- }
1186
- class_1.prototype.toArray = function (snapShot) {
1187
- if (Array.isArray(snapShot)) {
1188
- return snapShot.map(function (doc) { return doc.data(); });
1189
- }
1190
- else {
1191
- return snapShot.docs.map(function (doc) { return doc.data(); });
1192
- }
1193
- };
1194
- class_1.prototype.isSubCollection = function (repository) {
1195
- return !lodash.isNil(Object.keys(this).find(function (key) { return key === 'parentRepository'; }));
1196
- };
1197
- return class_1;
1198
- }(MixinBase));
1191
+ var withHelpers = function (MixinBase) {
1192
+ return /** @class */ (function (_super) {
1193
+ __extends(class_1, _super);
1194
+ function class_1() {
1195
+ return _super !== null && _super.apply(this, arguments) || this;
1196
+ }
1197
+ class_1.prototype.toArray = function (snapShot) {
1198
+ if (Array.isArray(snapShot)) {
1199
+ return snapShot.map(function (doc) { return doc.data(); });
1200
+ }
1201
+ else {
1202
+ return snapShot.docs.map(function (doc) { return doc.data(); });
1203
+ }
1204
+ };
1205
+ class_1.prototype.isSubCollection = function (repository) {
1206
+ return !lodash.isNil(Object.keys(this).find(function (key) { return key === 'parentRepository'; }));
1207
+ };
1208
+ return class_1;
1209
+ }(MixinBase));
1199
1210
  };
1200
1211
 
1201
- var withGetFirestore = function (MixinBase) {
1202
- return /** @class */ (function (_super) {
1203
- __extends(GetFirestore, _super);
1204
- function GetFirestore() {
1205
- return _super !== null && _super.apply(this, arguments) || this;
1206
- }
1207
- GetFirestore.prototype.get = function (identifiers) {
1208
- return __awaiter(this, void 0, void 0, function () {
1209
- var doc, data;
1210
- return __generator(this, function (_a) {
1211
- switch (_a.label) {
1212
- case 0: return [4 /*yield*/, this.collection(this.buildCollectionPathForGet(identifiers))
1213
- .doc(Object.values(identifiers).shift().toString())
1214
- .get()];
1215
- case 1:
1216
- doc = _a.sent();
1217
- data = doc.data();
1218
- if (lodash.isNil(data))
1219
- throw new NotFoundError("Document " + JSON.stringify(identifiers) + " not found");
1220
- return [2 /*return*/, data];
1221
- }
1222
- });
1223
- });
1224
- };
1225
- GetFirestore.prototype.buildCollectionPathForGet = function (identifiers) {
1226
- return this.isSubCollection(this)
1227
- ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1228
- : this.collectionName;
1229
- };
1230
- return GetFirestore;
1231
- }(MixinBase));
1212
+ var withGetFirestore = function (MixinBase) {
1213
+ return /** @class */ (function (_super) {
1214
+ __extends(GetFirestore, _super);
1215
+ function GetFirestore() {
1216
+ return _super !== null && _super.apply(this, arguments) || this;
1217
+ }
1218
+ GetFirestore.prototype.get = function (identifiers) {
1219
+ return __awaiter(this, void 0, void 0, function () {
1220
+ var doc, data;
1221
+ return __generator(this, function (_a) {
1222
+ switch (_a.label) {
1223
+ case 0: return [4 /*yield*/, this.collection(this.buildCollectionPathForGet(identifiers))
1224
+ .doc(Object.values(identifiers).shift().toString())
1225
+ .get()];
1226
+ case 1:
1227
+ doc = _a.sent();
1228
+ data = doc.data();
1229
+ if (lodash.isNil(data))
1230
+ throw new NotFoundError("Document " + JSON.stringify(identifiers) + " not found");
1231
+ return [2 /*return*/, data];
1232
+ }
1233
+ });
1234
+ });
1235
+ };
1236
+ GetFirestore.prototype.buildCollectionPathForGet = function (identifiers) {
1237
+ return this.isSubCollection(this)
1238
+ ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1239
+ : this.collectionName;
1240
+ };
1241
+ return GetFirestore;
1242
+ }(MixinBase));
1232
1243
  };
1233
1244
 
1234
- var withFindFirestore = function (MixinBase) {
1235
- var checkIfIsFilterOption = function (filter) { return !lodash.isNil(filter === null || filter === void 0 ? void 0 : filter.operator); };
1236
- var getValueFromFilter = function (filter) {
1237
- return checkIfIsFilterOption(filter) ? filter.value : filter;
1238
- };
1239
- return /** @class */ (function (_super) {
1240
- __extends(FindFirestore, _super);
1241
- function FindFirestore() {
1242
- var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
1243
- _this.makeFirestoreWhere = function (queryReference, filter) { return Object.keys(filter).reduce(function (query, fieldName) { return _this.buildWhereSentence(query, fieldName, filter[fieldName]); }, queryReference); };
1244
- _this.buildWhereSentence = function (queryReference, fieldName, options) {
1245
- if (_this.isSubCollection(_this) && fieldName === _this.parentIdField)
1246
- return queryReference;
1247
- if ((options === null || options === void 0 ? void 0 : options.operator) === exports.Where.LIKE) {
1248
- queryReference = queryReference.where(fieldName.toString(), '>=', options.value);
1249
- queryReference = queryReference.where(fieldName.toString(), '<=', options.value + "~");
1250
- return queryReference;
1251
- }
1252
- if ((options === null || options === void 0 ? void 0 : options.operator) === exports.Where.IN && Array.isArray(options === null || options === void 0 ? void 0 : options.value))
1253
- return queryReference.where(fieldName.toString(), 'array-contains-any', options.value);
1254
- if (lodash.isObject(options) && lodash.isNil(options === null || options === void 0 ? void 0 : options.operator) && lodash.isNil(options === null || options === void 0 ? void 0 : options.value))
1255
- return Object.keys(options).reduce(function (queryReferenceWithWhere, key) { return _this.buildWhereSentence(queryReferenceWithWhere, fieldName + "." + key, options[key]); }, queryReference);
1256
- return queryReference.where(fieldName.toString(), (options === null || options === void 0 ? void 0 : options.operator) || '==', (options === null || options === void 0 ? void 0 : options.value) || options);
1257
- };
1258
- return _this;
1259
- }
1260
- FindFirestore.prototype.find = function (filters, limits, orderBy) {
1261
- return __awaiter(this, void 0, void 0, function () {
1262
- var query, docs, data;
1263
- var _this = this;
1264
- return __generator(this, function (_b) {
1265
- switch (_b.label) {
1266
- case 0:
1267
- query = this.collection(this.buildCollectionPathForFind(filters));
1268
- filters === null || filters === void 0 ? void 0 : filters.forEach(function (filterer) { return (query = _this.makeFirestoreWhere(query, filterer)); });
1269
- orderBy === null || orderBy === void 0 ? void 0 : orderBy.forEach(function (orderer) { return Object.keys(orderer).forEach(function (fieldName) { return (query = query.orderBy(fieldName, orderer[fieldName])); }); });
1270
- return [4 /*yield*/, this.defineLimits(query, filters, limits)];
1271
- case 1:
1272
- query = _b.sent();
1273
- return [4 /*yield*/, query.get()];
1274
- case 2:
1275
- docs = _b.sent();
1276
- data = docs.docs.map(function (doc) { return doc.data(); });
1277
- return [2 /*return*/, {
1278
- data: data,
1279
- count: this.calculateCount(data, limits),
1280
- }];
1281
- }
1282
- });
1283
- });
1284
- };
1285
- FindFirestore.prototype.buildCollectionPathForFind = function (filters) {
1286
- var _a;
1287
- if (!this.isSubCollection(this))
1288
- return this.collectionName;
1289
- var parentIdField = this.parentIdField;
1290
- var parentId = getValueFromFilter((_a = filters.find(function (groupFilter) { return Boolean(getValueFromFilter(groupFilter[parentIdField])); })) === null || _a === void 0 ? void 0 : _a[parentIdField]);
1291
- return this.parentRepository.collectionName + "/" + parentId + "/" + this.collectionName;
1292
- };
1293
- FindFirestore.prototype.defineLimits = function (query, filters, limits) {
1294
- return __awaiter(this, void 0, void 0, function () {
1295
- var _b, _c;
1296
- return __generator(this, function (_d) {
1297
- switch (_d.label) {
1298
- case 0:
1299
- if (!(limits === null || limits === void 0 ? void 0 : limits.offset)) return [3 /*break*/, 3];
1300
- if (!(limits.offset instanceof this.model)) return [3 /*break*/, 2];
1301
- _c = (_b = query).startAfter;
1302
- return [4 /*yield*/, this.collection(this.buildCollectionPathForFind(filters))
1303
- .doc(limits.offset[limits.offset.identifierFields().shift()])
1304
- .get()];
1305
- case 1:
1306
- query = _c.apply(_b, [_d.sent()]);
1307
- return [3 /*break*/, 3];
1308
- case 2:
1309
- if (lodash.isNumber(limits.offset) || lodash.isString(limits.offset))
1310
- query = query.startAt(limits.offset);
1311
- _d.label = 3;
1312
- case 3:
1313
- if (limits === null || limits === void 0 ? void 0 : limits.limit)
1314
- query = query.limit(limits.limit);
1315
- return [2 /*return*/, query];
1316
- }
1317
- });
1318
- });
1319
- };
1320
- FindFirestore.prototype.calculateCount = function (data, limits) {
1321
- if (data.length <= 0)
1322
- return 0;
1323
- if (data.length < (limits === null || limits === void 0 ? void 0 : limits.limit))
1324
- return data.length;
1325
- return Infinity;
1326
- };
1327
- return FindFirestore;
1328
- }(MixinBase));
1245
+ var withFindFirestore = function (MixinBase) {
1246
+ var checkIfIsFilterOption = function (filter) { return !lodash.isNil(filter === null || filter === void 0 ? void 0 : filter.operator); };
1247
+ var getValueFromFilter = function (filter) {
1248
+ return checkIfIsFilterOption(filter) ? filter.value : filter;
1249
+ };
1250
+ return /** @class */ (function (_super) {
1251
+ __extends(FindFirestore, _super);
1252
+ function FindFirestore() {
1253
+ var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
1254
+ _this.makeFirestoreWhere = function (queryReference, filter) { return Object.keys(filter).reduce(function (query, fieldName) { return _this.buildWhereSentence(query, fieldName, filter[fieldName]); }, queryReference); };
1255
+ _this.buildWhereSentence = function (queryReference, fieldName, options) {
1256
+ if (_this.isSubCollection(_this) && fieldName === _this.parentIdField)
1257
+ return queryReference;
1258
+ if ((options === null || options === void 0 ? void 0 : options.operator) === exports.Where.LIKE) {
1259
+ queryReference = queryReference.where(fieldName.toString(), '>=', options.value);
1260
+ queryReference = queryReference.where(fieldName.toString(), '<=', options.value + "~");
1261
+ return queryReference;
1262
+ }
1263
+ if ((options === null || options === void 0 ? void 0 : options.operator) === exports.Where.IN && Array.isArray(options === null || options === void 0 ? void 0 : options.value))
1264
+ return queryReference.where(fieldName.toString(), 'array-contains-any', options.value);
1265
+ if (lodash.isObject(options) && lodash.isNil(options === null || options === void 0 ? void 0 : options.operator) && lodash.isNil(options === null || options === void 0 ? void 0 : options.value))
1266
+ return Object.keys(options).reduce(function (queryReferenceWithWhere, key) { return _this.buildWhereSentence(queryReferenceWithWhere, fieldName + "." + key, options[key]); }, queryReference);
1267
+ return queryReference.where(fieldName.toString(), (options === null || options === void 0 ? void 0 : options.operator) || '==', (options === null || options === void 0 ? void 0 : options.value) || options);
1268
+ };
1269
+ return _this;
1270
+ }
1271
+ FindFirestore.prototype.find = function (filters, limits, orderBy) {
1272
+ return __awaiter(this, void 0, void 0, function () {
1273
+ var query, docs, data;
1274
+ var _this = this;
1275
+ return __generator(this, function (_b) {
1276
+ switch (_b.label) {
1277
+ case 0:
1278
+ query = this.collection(this.buildCollectionPathForFind(filters));
1279
+ filters === null || filters === void 0 ? void 0 : filters.forEach(function (filterer) { return (query = _this.makeFirestoreWhere(query, filterer)); });
1280
+ orderBy === null || orderBy === void 0 ? void 0 : orderBy.forEach(function (orderer) { return Object.keys(orderer).forEach(function (fieldName) { return (query = query.orderBy(fieldName, orderer[fieldName])); }); });
1281
+ return [4 /*yield*/, this.defineLimits(query, filters, limits)];
1282
+ case 1:
1283
+ query = _b.sent();
1284
+ return [4 /*yield*/, query.get()];
1285
+ case 2:
1286
+ docs = _b.sent();
1287
+ data = docs.docs.map(function (doc) { return doc.data(); });
1288
+ return [2 /*return*/, {
1289
+ data: data,
1290
+ count: this.calculateCount(data, limits),
1291
+ }];
1292
+ }
1293
+ });
1294
+ });
1295
+ };
1296
+ FindFirestore.prototype.buildCollectionPathForFind = function (filters) {
1297
+ var _a;
1298
+ if (!this.isSubCollection(this))
1299
+ return this.collectionName;
1300
+ var parentIdField = this.parentIdField;
1301
+ var parentId = getValueFromFilter((_a = filters.find(function (groupFilter) { return Boolean(getValueFromFilter(groupFilter[parentIdField])); })) === null || _a === void 0 ? void 0 : _a[parentIdField]);
1302
+ return this.parentRepository.collectionName + "/" + parentId + "/" + this.collectionName;
1303
+ };
1304
+ FindFirestore.prototype.defineLimits = function (query, filters, limits) {
1305
+ return __awaiter(this, void 0, void 0, function () {
1306
+ var _b, _c;
1307
+ return __generator(this, function (_d) {
1308
+ switch (_d.label) {
1309
+ case 0:
1310
+ if (!(limits === null || limits === void 0 ? void 0 : limits.offset)) return [3 /*break*/, 3];
1311
+ if (!(limits.offset instanceof this.model)) return [3 /*break*/, 2];
1312
+ _c = (_b = query).startAfter;
1313
+ return [4 /*yield*/, this.collection(this.buildCollectionPathForFind(filters))
1314
+ .doc(limits.offset[limits.offset.identifierFields().shift()])
1315
+ .get()];
1316
+ case 1:
1317
+ query = _c.apply(_b, [_d.sent()]);
1318
+ return [3 /*break*/, 3];
1319
+ case 2:
1320
+ if (lodash.isNumber(limits.offset) || lodash.isString(limits.offset))
1321
+ query = query.startAt(limits.offset);
1322
+ _d.label = 3;
1323
+ case 3:
1324
+ if (limits === null || limits === void 0 ? void 0 : limits.limit)
1325
+ query = query.limit(limits.limit);
1326
+ return [2 /*return*/, query];
1327
+ }
1328
+ });
1329
+ });
1330
+ };
1331
+ FindFirestore.prototype.calculateCount = function (data, limits) {
1332
+ if (data.length <= 0)
1333
+ return 0;
1334
+ if (data.length < (limits === null || limits === void 0 ? void 0 : limits.limit))
1335
+ return data.length;
1336
+ return Infinity;
1337
+ };
1338
+ return FindFirestore;
1339
+ }(MixinBase));
1329
1340
  };
1330
1341
 
1331
- var withCreateFirestore = function (MixinBase) {
1332
- return /** @class */ (function (_super) {
1333
- __extends(CreateFirestore, _super);
1334
- function CreateFirestore() {
1335
- return _super !== null && _super.apply(this, arguments) || this;
1336
- }
1337
- CreateFirestore.prototype.create = function (data) {
1338
- return __awaiter(this, void 0, void 0, function () {
1339
- var docRef, doc;
1340
- return __generator(this, function (_b) {
1341
- switch (_b.label) {
1342
- case 0: return [4 /*yield*/, this.save(this.model.toInstance(data))];
1343
- case 1:
1344
- docRef = _b.sent();
1345
- return [4 /*yield*/, docRef.get()];
1346
- case 2:
1347
- doc = _b.sent();
1348
- return [2 /*return*/, doc.data()];
1349
- }
1350
- });
1351
- });
1352
- };
1353
- CreateFirestore.prototype.save = function (data) {
1354
- var _a;
1355
- return __awaiter(this, void 0, void 0, function () {
1356
- var id, docRef;
1357
- return __generator(this, function (_b) {
1358
- switch (_b.label) {
1359
- case 0:
1360
- id = (_a = data[data.identifierFields().shift()]) === null || _a === void 0 ? void 0 : _a.toString();
1361
- if (lodash.isEmpty(id))
1362
- return [2 /*return*/, this.collection(this.buildCollectionPathForAdd(data)).add(data)];
1363
- docRef = this.collection().doc(id);
1364
- return [4 /*yield*/, docRef.set(data)];
1365
- case 1:
1366
- _b.sent();
1367
- return [2 /*return*/, docRef];
1368
- }
1369
- });
1370
- });
1371
- };
1372
- CreateFirestore.prototype.buildCollectionPathForAdd = function (identifiers) {
1373
- return this.isSubCollection(this)
1374
- ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1375
- : this.collectionName;
1376
- };
1377
- return CreateFirestore;
1378
- }(MixinBase));
1342
+ var withCreateFirestore = function (MixinBase) {
1343
+ return /** @class */ (function (_super) {
1344
+ __extends(CreateFirestore, _super);
1345
+ function CreateFirestore() {
1346
+ return _super !== null && _super.apply(this, arguments) || this;
1347
+ }
1348
+ CreateFirestore.prototype.create = function (data) {
1349
+ return __awaiter(this, void 0, void 0, function () {
1350
+ var docRef, doc;
1351
+ return __generator(this, function (_b) {
1352
+ switch (_b.label) {
1353
+ case 0: return [4 /*yield*/, this.save(this.model.toInstance(data))];
1354
+ case 1:
1355
+ docRef = _b.sent();
1356
+ return [4 /*yield*/, docRef.get()];
1357
+ case 2:
1358
+ doc = _b.sent();
1359
+ return [2 /*return*/, doc.data()];
1360
+ }
1361
+ });
1362
+ });
1363
+ };
1364
+ CreateFirestore.prototype.save = function (data) {
1365
+ var _a;
1366
+ return __awaiter(this, void 0, void 0, function () {
1367
+ var id, docRef;
1368
+ return __generator(this, function (_b) {
1369
+ switch (_b.label) {
1370
+ case 0:
1371
+ id = (_a = data[data.identifierFields().shift()]) === null || _a === void 0 ? void 0 : _a.toString();
1372
+ if (lodash.isEmpty(id))
1373
+ return [2 /*return*/, this.collection(this.buildCollectionPathForAdd(data)).add(data)];
1374
+ docRef = this.collection().doc(id);
1375
+ return [4 /*yield*/, docRef.set(data)];
1376
+ case 1:
1377
+ _b.sent();
1378
+ return [2 /*return*/, docRef];
1379
+ }
1380
+ });
1381
+ });
1382
+ };
1383
+ CreateFirestore.prototype.buildCollectionPathForAdd = function (identifiers) {
1384
+ return this.isSubCollection(this)
1385
+ ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1386
+ : this.collectionName;
1387
+ };
1388
+ return CreateFirestore;
1389
+ }(MixinBase));
1379
1390
  };
1380
1391
 
1381
- var withUpdateFirestore = function (MixinBase) {
1382
- var getValueFromParams = function (params, field) { var _a; return (lodash.isNil((_a = params[field]) === null || _a === void 0 ? void 0 : _a.value) ? params[field] : params[field].value) || null; };
1383
- var getValueByAction = function (options) {
1384
- var fieldValues = firebase__default["default"].firestore.FieldValue;
1385
- if (lodash.isNil(options.action))
1386
- return options;
1387
- if (options.action === exports.UpdateOptionActions.REMOVE_FIELD)
1388
- return fieldValues.delete();
1389
- if (Array.isArray(options.value)) {
1390
- if (options.action === exports.UpdateOptionActions.MERGE)
1391
- return fieldValues.arrayUnion.apply(fieldValues, __spreadArray([], __read(options.value)));
1392
- if (options.action === exports.UpdateOptionActions.REMOVE)
1393
- return fieldValues.arrayRemove.apply(fieldValues, __spreadArray([], __read(options.value)));
1394
- }
1395
- return options.value;
1396
- };
1397
- return /** @class */ (function (_super) {
1398
- __extends(UpdateFirestore, _super);
1399
- function UpdateFirestore() {
1400
- return _super !== null && _super.apply(this, arguments) || this;
1401
- }
1402
- UpdateFirestore.prototype.update = function (data) {
1403
- return __awaiter(this, void 0, void 0, function () {
1404
- var model, keyField, docRef, doc;
1405
- return __generator(this, function (_b) {
1406
- switch (_b.label) {
1407
- case 0:
1408
- model = new this.model();
1409
- keyField = model.identifierFields().shift();
1410
- docRef = this.collection(this.buildCollectionPathForUpdate(data)).doc(getValueFromParams(data, keyField).toString());
1411
- return [4 /*yield*/, docRef.set(this.paramsToPlain(data), { merge: true })];
1412
- case 1:
1413
- _b.sent();
1414
- return [4 /*yield*/, docRef.get()];
1415
- case 2:
1416
- doc = _b.sent();
1417
- return [2 /*return*/, doc.data()];
1418
- }
1419
- });
1420
- });
1421
- };
1422
- UpdateFirestore.prototype.buildCollectionPathForUpdate = function (identifiers) {
1423
- return this.isSubCollection(this)
1424
- ? this.parentRepository.collectionName + "/" + getValueFromParams(identifiers, this.parentIdField) + "/" + this.collectionName
1425
- : this.collectionName;
1426
- };
1427
- UpdateFirestore.prototype.paramsToPlain = function (params) {
1428
- var model = this.model;
1429
- if (params instanceof model)
1430
- return params;
1431
- return Object.keys(params).reduce(function (data, currentKey) {
1432
- var _b;
1433
- return (Object.assign(Object.assign({}, data), (_b = {}, _b[currentKey] = getValueByAction(params[currentKey]), _b)));
1434
- }, {});
1435
- };
1436
- return UpdateFirestore;
1437
- }(MixinBase));
1392
+ var withUpdateFirestore = function (MixinBase) {
1393
+ var getValueFromParams = function (params, field) { var _a; return (lodash.isNil((_a = params[field]) === null || _a === void 0 ? void 0 : _a.value) ? params[field] : params[field].value) || null; };
1394
+ var getValueByAction = function (options) {
1395
+ var fieldValues = firebase__default["default"].firestore.FieldValue;
1396
+ if (lodash.isNil(options.action))
1397
+ return options;
1398
+ if (options.action === exports.UpdateOptionActions.REMOVE_FIELD)
1399
+ return fieldValues.delete();
1400
+ if (Array.isArray(options.value)) {
1401
+ if (options.action === exports.UpdateOptionActions.MERGE)
1402
+ return fieldValues.arrayUnion.apply(fieldValues, __spreadArray([], __read(options.value)));
1403
+ if (options.action === exports.UpdateOptionActions.REMOVE)
1404
+ return fieldValues.arrayRemove.apply(fieldValues, __spreadArray([], __read(options.value)));
1405
+ }
1406
+ return options.value;
1407
+ };
1408
+ return /** @class */ (function (_super) {
1409
+ __extends(UpdateFirestore, _super);
1410
+ function UpdateFirestore() {
1411
+ return _super !== null && _super.apply(this, arguments) || this;
1412
+ }
1413
+ UpdateFirestore.prototype.update = function (data) {
1414
+ return __awaiter(this, void 0, void 0, function () {
1415
+ var model, keyField, docRef, doc;
1416
+ return __generator(this, function (_b) {
1417
+ switch (_b.label) {
1418
+ case 0:
1419
+ model = new this.model();
1420
+ keyField = model.identifierFields().shift();
1421
+ docRef = this.collection(this.buildCollectionPathForUpdate(data)).doc(getValueFromParams(data, keyField).toString());
1422
+ return [4 /*yield*/, docRef.set(this.paramsToPlain(data), { merge: true })];
1423
+ case 1:
1424
+ _b.sent();
1425
+ return [4 /*yield*/, docRef.get()];
1426
+ case 2:
1427
+ doc = _b.sent();
1428
+ return [2 /*return*/, doc.data()];
1429
+ }
1430
+ });
1431
+ });
1432
+ };
1433
+ UpdateFirestore.prototype.buildCollectionPathForUpdate = function (identifiers) {
1434
+ return this.isSubCollection(this)
1435
+ ? this.parentRepository.collectionName + "/" + getValueFromParams(identifiers, this.parentIdField) + "/" + this.collectionName
1436
+ : this.collectionName;
1437
+ };
1438
+ UpdateFirestore.prototype.paramsToPlain = function (params) {
1439
+ var model = this.model;
1440
+ if (params instanceof model)
1441
+ return params;
1442
+ return Object.keys(params).reduce(function (data, currentKey) {
1443
+ var _b;
1444
+ return (Object.assign(Object.assign({}, data), (_b = {}, _b[currentKey] = getValueByAction(params[currentKey]), _b)));
1445
+ }, {});
1446
+ };
1447
+ return UpdateFirestore;
1448
+ }(MixinBase));
1438
1449
  };
1439
1450
 
1440
- var withDeleteFirestore = function (MixinBase) {
1441
- return /** @class */ (function (_super) {
1442
- __extends(DeleteFirestore, _super);
1443
- function DeleteFirestore() {
1444
- return _super !== null && _super.apply(this, arguments) || this;
1445
- }
1446
- DeleteFirestore.prototype.delete = function (identifiers) {
1447
- return __awaiter(this, void 0, void 0, function () {
1448
- return __generator(this, function (_a) {
1449
- switch (_a.label) {
1450
- case 0: return [4 /*yield*/, this.collection(this.buildCollectionPathForRemove(identifiers))
1451
- .doc(Object.values(identifiers).shift().toString())
1452
- .delete()];
1453
- case 1:
1454
- _a.sent();
1455
- return [2 /*return*/];
1456
- }
1457
- });
1458
- });
1459
- };
1460
- DeleteFirestore.prototype.buildCollectionPathForRemove = function (identifiers) {
1461
- return this.isSubCollection(this)
1462
- ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1463
- : this.collectionName;
1464
- };
1465
- return DeleteFirestore;
1466
- }(MixinBase));
1451
+ var withDeleteFirestore = function (MixinBase) {
1452
+ return /** @class */ (function (_super) {
1453
+ __extends(DeleteFirestore, _super);
1454
+ function DeleteFirestore() {
1455
+ return _super !== null && _super.apply(this, arguments) || this;
1456
+ }
1457
+ DeleteFirestore.prototype.delete = function (identifiers) {
1458
+ return __awaiter(this, void 0, void 0, function () {
1459
+ return __generator(this, function (_a) {
1460
+ switch (_a.label) {
1461
+ case 0: return [4 /*yield*/, this.collection(this.buildCollectionPathForRemove(identifiers))
1462
+ .doc(Object.values(identifiers).shift().toString())
1463
+ .delete()];
1464
+ case 1:
1465
+ _a.sent();
1466
+ return [2 /*return*/];
1467
+ }
1468
+ });
1469
+ });
1470
+ };
1471
+ DeleteFirestore.prototype.buildCollectionPathForRemove = function (identifiers) {
1472
+ return this.isSubCollection(this)
1473
+ ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1474
+ : this.collectionName;
1475
+ };
1476
+ return DeleteFirestore;
1477
+ }(MixinBase));
1467
1478
  };
1468
1479
 
1469
- var withSubCollection = function (MixinBase, ParentModel) {
1470
- return /** @class */ (function (_super) {
1471
- __extends(SubCollectionMix, _super);
1472
- function SubCollectionMix() {
1473
- var args = [];
1474
- for (var _i = 0; _i < arguments.length; _i++) {
1475
- args[_i] = arguments[_i];
1476
- }
1477
- return _super.call(this, args) || this;
1478
- }
1479
- SubCollectionMix.prototype.collection = function (path) {
1480
- return _super.prototype.collection.call(this, path);
1481
- };
1482
- return SubCollectionMix;
1483
- }(MixinBase));
1480
+ var withSubCollection = function (MixinBase, ParentModel) {
1481
+ return /** @class */ (function (_super) {
1482
+ __extends(SubCollectionMix, _super);
1483
+ function SubCollectionMix() {
1484
+ var args = [];
1485
+ for (var _i = 0; _i < arguments.length; _i++) {
1486
+ args[_i] = arguments[_i];
1487
+ }
1488
+ return _super.call(this, args) || this;
1489
+ }
1490
+ SubCollectionMix.prototype.collection = function (path) {
1491
+ return _super.prototype.collection.call(this, path);
1492
+ };
1493
+ return SubCollectionMix;
1494
+ }(MixinBase));
1484
1495
  };
1485
1496
 
1486
- var withCrudFirestore = function (MixinBase) {
1487
- return /** @class */ (function (_super) {
1488
- __extends(CrudFirestore, _super);
1489
- function CrudFirestore() {
1490
- return _super !== null && _super.apply(this, arguments) || this;
1491
- }
1492
- return CrudFirestore;
1493
- }(withUpdateFirestore(withGetFirestore(withFindFirestore(withDeleteFirestore(withCreateFirestore(MixinBase)))))));
1497
+ var withCrudFirestore = function (MixinBase) {
1498
+ return /** @class */ (function (_super) {
1499
+ __extends(CrudFirestore, _super);
1500
+ function CrudFirestore() {
1501
+ return _super !== null && _super.apply(this, arguments) || this;
1502
+ }
1503
+ return CrudFirestore;
1504
+ }(withUpdateFirestore(withGetFirestore(withFindFirestore(withDeleteFirestore(withCreateFirestore(MixinBase)))))));
1494
1505
  };
1495
1506
 
1496
- var SubscriptionFirestoreRepository = /** @class */ (function (_super) {
1497
- __extends(SubscriptionFirestoreRepository, _super);
1498
- function SubscriptionFirestoreRepository(firestore) {
1499
- var _this = _super.call(this) || this;
1500
- _this.firestore = firestore;
1501
- _this.collectionName = 'subscription';
1502
- _this.model = Subscription;
1503
- return _this;
1504
- }
1505
- return SubscriptionFirestoreRepository;
1507
+ var SubscriptionFirestoreRepository = /** @class */ (function (_super) {
1508
+ __extends(SubscriptionFirestoreRepository, _super);
1509
+ function SubscriptionFirestoreRepository(firestore) {
1510
+ var _this = _super.call(this) || this;
1511
+ _this.firestore = firestore;
1512
+ _this.collectionName = 'subscription';
1513
+ _this.model = Subscription;
1514
+ return _this;
1515
+ }
1516
+ return SubscriptionFirestoreRepository;
1506
1517
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1507
1518
 
1508
- var UserFirestoreRepository = /** @class */ (function (_super_1) {
1509
- __extends(UserFirestoreRepository, _super_1);
1510
- function UserFirestoreRepository(firestore) {
1511
- var _this = _super_1.call(this) || this;
1512
- _this.firestore = firestore;
1513
- _this.collectionName = 'users';
1514
- _this.model = User;
1515
- return _this;
1516
- }
1517
- UserFirestoreRepository.prototype.get = function (identifiers) {
1518
- var _super = Object.create(null, {
1519
- get: { get: function () { return _super_1.prototype.get; } }
1520
- });
1521
- return __awaiter(this, void 0, void 0, function () {
1522
- var user, _a, _b;
1523
- return __generator(this, function (_c) {
1524
- switch (_c.label) {
1525
- case 0: return [4 /*yield*/, _super.get.call(this, { id: identifiers.id })];
1526
- case 1:
1527
- user = _c.sent();
1528
- _a = user;
1529
- return [4 /*yield*/, this.getBeautyProfile(user.id)];
1530
- case 2:
1531
- _a.beautyProfile = _c.sent();
1532
- _b = user;
1533
- return [4 /*yield*/, this.checkIfIsSubscriber(user.id)];
1534
- case 3:
1535
- _b.isSubscriber = _c.sent();
1536
- return [2 /*return*/, user];
1537
- }
1538
- });
1539
- });
1540
- };
1541
- UserFirestoreRepository.prototype.buildModelInstance = function () {
1542
- var _a = _super_1.prototype.buildModelInstance.call(this), fromFirestore = _a.fromFirestore, toFirestore = _a.toFirestore;
1543
- return {
1544
- toFirestore: function (data) {
1545
- var plain = toFirestore(data);
1546
- delete plain.isSubscriber;
1547
- return plain;
1548
- },
1549
- fromFirestore: fromFirestore,
1550
- };
1551
- };
1552
- UserFirestoreRepository.prototype.getBeautyProfile = function (userId) {
1553
- return __awaiter(this, void 0, void 0, function () {
1554
- var beautyProfile;
1555
- return __generator(this, function (_a) {
1556
- switch (_a.label) {
1557
- case 0: return [4 /*yield*/, this.collection()
1558
- .doc(userId)
1559
- .collection('CX')
1560
- .withConverter(this.buildBeautyProfileModelInstance())
1561
- .doc('beautyProfile')
1562
- .get()];
1563
- case 1:
1564
- beautyProfile = _a.sent();
1565
- return [2 /*return*/, beautyProfile.data()];
1566
- }
1567
- });
1568
- });
1569
- };
1570
- UserFirestoreRepository.prototype.checkIfIsSubscriber = function (userId) {
1571
- return __awaiter(this, void 0, void 0, function () {
1572
- var docs;
1573
- return __generator(this, function (_a) {
1574
- switch (_a.label) {
1575
- case 0: return [4 /*yield*/, this.firestore
1576
- .collection('subscription')
1577
- .where('user.id', '==', userId)
1578
- .where('status', '==', 'active')
1579
- .get()];
1580
- case 1:
1581
- docs = _a.sent();
1582
- return [2 /*return*/, !!docs && !!docs.size];
1583
- }
1584
- });
1585
- });
1586
- };
1587
- UserFirestoreRepository.prototype.buildBeautyProfileModelInstance = function () {
1588
- return {
1589
- toFirestore: function (data) { return data.toPlain(); },
1590
- fromFirestore: function (snap) { return BeautyProfile.toInstance(snap.data()); },
1591
- };
1592
- };
1593
- return UserFirestoreRepository;
1519
+ var UserFirestoreRepository = /** @class */ (function (_super_1) {
1520
+ __extends(UserFirestoreRepository, _super_1);
1521
+ function UserFirestoreRepository(firestore) {
1522
+ var _this = _super_1.call(this) || this;
1523
+ _this.firestore = firestore;
1524
+ _this.collectionName = 'users';
1525
+ _this.model = User;
1526
+ return _this;
1527
+ }
1528
+ UserFirestoreRepository.prototype.get = function (identifiers) {
1529
+ var _super = Object.create(null, {
1530
+ get: { get: function () { return _super_1.prototype.get; } }
1531
+ });
1532
+ return __awaiter(this, void 0, void 0, function () {
1533
+ var user, _a, _b;
1534
+ return __generator(this, function (_c) {
1535
+ switch (_c.label) {
1536
+ case 0: return [4 /*yield*/, _super.get.call(this, { id: identifiers.id })];
1537
+ case 1:
1538
+ user = _c.sent();
1539
+ _a = user;
1540
+ return [4 /*yield*/, this.getBeautyProfile(user.id)];
1541
+ case 2:
1542
+ _a.beautyProfile = _c.sent();
1543
+ _b = user;
1544
+ return [4 /*yield*/, this.checkIfIsSubscriber(user.id)];
1545
+ case 3:
1546
+ _b.isSubscriber = _c.sent();
1547
+ return [2 /*return*/, user];
1548
+ }
1549
+ });
1550
+ });
1551
+ };
1552
+ UserFirestoreRepository.prototype.buildModelInstance = function () {
1553
+ var _a = _super_1.prototype.buildModelInstance.call(this), fromFirestore = _a.fromFirestore, toFirestore = _a.toFirestore;
1554
+ return {
1555
+ toFirestore: function (data) {
1556
+ var plain = toFirestore(data);
1557
+ delete plain.isSubscriber;
1558
+ return plain;
1559
+ },
1560
+ fromFirestore: fromFirestore,
1561
+ };
1562
+ };
1563
+ UserFirestoreRepository.prototype.getBeautyProfile = function (userId) {
1564
+ return __awaiter(this, void 0, void 0, function () {
1565
+ var beautyProfile;
1566
+ return __generator(this, function (_a) {
1567
+ switch (_a.label) {
1568
+ case 0: return [4 /*yield*/, this.collection()
1569
+ .doc(userId)
1570
+ .collection('CX')
1571
+ .withConverter(this.buildBeautyProfileModelInstance())
1572
+ .doc('beautyProfile')
1573
+ .get()];
1574
+ case 1:
1575
+ beautyProfile = _a.sent();
1576
+ return [2 /*return*/, beautyProfile.data()];
1577
+ }
1578
+ });
1579
+ });
1580
+ };
1581
+ UserFirestoreRepository.prototype.checkIfIsSubscriber = function (userId) {
1582
+ return __awaiter(this, void 0, void 0, function () {
1583
+ var docs;
1584
+ return __generator(this, function (_a) {
1585
+ switch (_a.label) {
1586
+ case 0: return [4 /*yield*/, this.firestore
1587
+ .collection('subscription')
1588
+ .where('user.id', '==', userId)
1589
+ .where('status', '==', 'active')
1590
+ .get()];
1591
+ case 1:
1592
+ docs = _a.sent();
1593
+ return [2 /*return*/, !!docs && !!docs.size];
1594
+ }
1595
+ });
1596
+ });
1597
+ };
1598
+ UserFirestoreRepository.prototype.buildBeautyProfileModelInstance = function () {
1599
+ return {
1600
+ toFirestore: function (data) { return data.toPlain(); },
1601
+ fromFirestore: function (snap) { return BeautyProfile.toInstance(snap.data()); },
1602
+ };
1603
+ };
1604
+ return UserFirestoreRepository;
1594
1605
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1595
1606
 
1596
- var SubscriptionEditionFirestoreRepository = /** @class */ (function (_super) {
1597
- __extends(SubscriptionEditionFirestoreRepository, _super);
1598
- function SubscriptionEditionFirestoreRepository(firestore, parentRepository) {
1599
- var _this = _super.call(this) || this;
1600
- _this.firestore = firestore;
1601
- _this.parentRepository = parentRepository;
1602
- _this.collectionName = 'editions';
1603
- _this.parentIdField = 'subscriptionId';
1604
- _this.model = Edition;
1605
- return _this;
1606
- }
1607
- return SubscriptionEditionFirestoreRepository;
1607
+ var SubscriptionEditionFirestoreRepository = /** @class */ (function (_super) {
1608
+ __extends(SubscriptionEditionFirestoreRepository, _super);
1609
+ function SubscriptionEditionFirestoreRepository(firestore, parentRepository) {
1610
+ var _this = _super.call(this) || this;
1611
+ _this.firestore = firestore;
1612
+ _this.parentRepository = parentRepository;
1613
+ _this.collectionName = 'editions';
1614
+ _this.parentIdField = 'subscriptionId';
1615
+ _this.model = Edition;
1616
+ return _this;
1617
+ }
1618
+ return SubscriptionEditionFirestoreRepository;
1608
1619
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), Subscription)));
1609
1620
 
1610
- var UserBeautyProfileFirestoreRepository = /** @class */ (function (_super) {
1611
- __extends(UserBeautyProfileFirestoreRepository, _super);
1612
- function UserBeautyProfileFirestoreRepository(firestore, parentRepository) {
1613
- var _this = _super.call(this) || this;
1614
- _this.firestore = firestore;
1615
- _this.parentRepository = parentRepository;
1616
- _this.collectionName = 'CX';
1617
- _this.parentIdField = 'userId';
1618
- _this.model = BeautyProfile;
1619
- return _this;
1620
- }
1621
- return UserBeautyProfileFirestoreRepository;
1621
+ var UserBeautyProfileFirestoreRepository = /** @class */ (function (_super) {
1622
+ __extends(UserBeautyProfileFirestoreRepository, _super);
1623
+ function UserBeautyProfileFirestoreRepository(firestore, parentRepository) {
1624
+ var _this = _super.call(this) || this;
1625
+ _this.firestore = firestore;
1626
+ _this.parentRepository = parentRepository;
1627
+ _this.collectionName = 'CX';
1628
+ _this.parentIdField = 'userId';
1629
+ _this.model = BeautyProfile;
1630
+ return _this;
1631
+ }
1632
+ return UserBeautyProfileFirestoreRepository;
1633
+ }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), User)));
1634
+
1635
+ var UserAddressFirestoreRepository = /** @class */ (function (_super) {
1636
+ __extends(UserAddressFirestoreRepository, _super);
1637
+ function UserAddressFirestoreRepository(firestore, parentRepository) {
1638
+ var _this = _super.call(this) || this;
1639
+ _this.firestore = firestore;
1640
+ _this.parentRepository = parentRepository;
1641
+ _this.collectionName = 'address';
1642
+ _this.parentIdField = 'userId';
1643
+ _this.model = UserAddress;
1644
+ return _this;
1645
+ }
1646
+ return UserAddressFirestoreRepository;
1622
1647
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), User)));
1623
1648
 
1624
- var UserAddressFirestoreRepository = /** @class */ (function (_super) {
1625
- __extends(UserAddressFirestoreRepository, _super);
1626
- function UserAddressFirestoreRepository(firestore, parentRepository) {
1627
- var _this = _super.call(this) || this;
1628
- _this.firestore = firestore;
1629
- _this.parentRepository = parentRepository;
1630
- _this.collectionName = 'address';
1631
- _this.parentIdField = 'userId';
1632
- _this.model = UserAddress;
1633
- return _this;
1634
- }
1635
- return UserAddressFirestoreRepository;
1649
+ var UserPaymentMethodFirestoreRepository = /** @class */ (function (_super) {
1650
+ __extends(UserPaymentMethodFirestoreRepository, _super);
1651
+ function UserPaymentMethodFirestoreRepository(firestore, parentRepository) {
1652
+ var _this = _super.call(this) || this;
1653
+ _this.firestore = firestore;
1654
+ _this.parentRepository = parentRepository;
1655
+ _this.collectionName = 'payment_method';
1656
+ _this.parentIdField = 'userId';
1657
+ _this.model = UserPaymentMethod;
1658
+ return _this;
1659
+ }
1660
+ return UserPaymentMethodFirestoreRepository;
1636
1661
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), User)));
1637
1662
 
1638
- var SubscriptionPaymentFirestoreRepository = /** @class */ (function (_super) {
1639
- __extends(SubscriptionPaymentFirestoreRepository, _super);
1640
- function SubscriptionPaymentFirestoreRepository(firestore, parentRepository) {
1641
- var _this = _super.call(this) || this;
1642
- _this.firestore = firestore;
1643
- _this.parentRepository = parentRepository;
1644
- _this.collectionName = 'payments';
1645
- _this.parentIdField = 'subscriptionId';
1646
- _this.model = SubscriptionPayment;
1647
- return _this;
1648
- }
1649
- return SubscriptionPaymentFirestoreRepository;
1663
+ var SubscriptionPaymentFirestoreRepository = /** @class */ (function (_super) {
1664
+ __extends(SubscriptionPaymentFirestoreRepository, _super);
1665
+ function SubscriptionPaymentFirestoreRepository(firestore, parentRepository) {
1666
+ var _this = _super.call(this) || this;
1667
+ _this.firestore = firestore;
1668
+ _this.parentRepository = parentRepository;
1669
+ _this.collectionName = 'payments';
1670
+ _this.parentIdField = 'subscriptionId';
1671
+ _this.model = SubscriptionPayment;
1672
+ return _this;
1673
+ }
1674
+ return SubscriptionPaymentFirestoreRepository;
1650
1675
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), Subscription)));
1651
1676
 
1652
- var LeadFirestoreRepository = /** @class */ (function (_super) {
1653
- __extends(LeadFirestoreRepository, _super);
1654
- function LeadFirestoreRepository(firestore) {
1655
- var _this = _super.call(this) || this;
1656
- _this.firestore = firestore;
1657
- _this.collectionName = 'leads';
1658
- _this.model = Lead;
1659
- return _this;
1660
- }
1661
- return LeadFirestoreRepository;
1677
+ var LeadFirestoreRepository = /** @class */ (function (_super) {
1678
+ __extends(LeadFirestoreRepository, _super);
1679
+ function LeadFirestoreRepository(firestore) {
1680
+ var _this = _super.call(this) || this;
1681
+ _this.firestore = firestore;
1682
+ _this.collectionName = 'leads';
1683
+ _this.model = Lead;
1684
+ return _this;
1685
+ }
1686
+ return LeadFirestoreRepository;
1662
1687
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1663
1688
 
1664
- var CategoryFirestoreRepository = /** @class */ (function (_super) {
1665
- __extends(CategoryFirestoreRepository, _super);
1666
- function CategoryFirestoreRepository(firestore) {
1667
- var _this = _super.call(this) || this;
1668
- _this.firestore = firestore;
1669
- _this.collectionName = 'categories';
1670
- _this.model = Category;
1671
- return _this;
1672
- }
1673
- CategoryFirestoreRepository.prototype.getCategoryBySlug = function (slug, shop) {
1674
- return this.collection(this.collectionName)
1675
- .where('slug', '==', slug)
1676
- .where('shop', '==', shop)
1677
- .where('published', '==', true)
1678
- .get()
1679
- .then(function (snap) {
1680
- if (snap.size > 1)
1681
- throw new DuplicatedResultsError('Query returned duplicated values');
1682
- if (snap.empty)
1683
- throw new NotFoundError("Document with slug " + slug + " not found");
1684
- return snap.docs[0].data();
1685
- })
1686
- .catch(function (error) { return error; });
1687
- };
1688
- CategoryFirestoreRepository.prototype.getCategoriesForHome = function (categoryIds, limit) {
1689
- if (limit === void 0) { limit = 4; }
1690
- return __awaiter(this, void 0, void 0, function () {
1691
- var categorySnap, categories, homeSections, categories_1, categories_1_1, category, publishedField, productSnap, products, e_1_1;
1692
- var e_1, _a;
1693
- return __generator(this, function (_b) {
1694
- switch (_b.label) {
1695
- case 0: return [4 /*yield*/, this.collection(this.collectionName)
1696
- .where('id', 'in', categoryIds)
1697
- .where('published', '==', true)
1698
- .get()];
1699
- case 1:
1700
- categorySnap = _b.sent();
1701
- if (categorySnap.empty)
1702
- throw new NotFoundError('Categories not found');
1703
- categories = categorySnap.docs.map(function (doc) { return doc.data(); });
1704
- homeSections = [];
1705
- _b.label = 2;
1706
- case 2:
1707
- _b.trys.push([2, 7, 8, 9]);
1708
- categories_1 = __values(categories), categories_1_1 = categories_1.next();
1709
- _b.label = 3;
1710
- case 3:
1711
- if (!!categories_1_1.done) return [3 /*break*/, 6];
1712
- category = categories_1_1.value;
1713
- publishedField = category.shop === exports.Shops.GLAMSHOP ? 'publishedGlam' : 'published';
1714
- return [4 /*yield*/, this.collection('products')
1715
- .where('categories', 'array-contains', category.id)
1716
- .where(publishedField, '==', true)
1717
- .where('stock.quantity', '>', 1)
1718
- .limit(limit)
1719
- .get()];
1720
- case 4:
1721
- productSnap = _b.sent();
1722
- products = productSnap.docs.map(function (doc) { return doc.data(); });
1723
- homeSections.push({ category: category, products: products });
1724
- _b.label = 5;
1725
- case 5:
1726
- categories_1_1 = categories_1.next();
1727
- return [3 /*break*/, 3];
1728
- case 6: return [3 /*break*/, 9];
1729
- case 7:
1730
- e_1_1 = _b.sent();
1731
- e_1 = { error: e_1_1 };
1732
- return [3 /*break*/, 9];
1733
- case 8:
1734
- try {
1735
- if (categories_1_1 && !categories_1_1.done && (_a = categories_1.return)) _a.call(categories_1);
1736
- }
1737
- finally { if (e_1) throw e_1.error; }
1738
- return [7 /*endfinally*/];
1739
- case 9: return [2 /*return*/, homeSections];
1740
- }
1741
- });
1742
- });
1743
- };
1744
- CategoryFirestoreRepository.prototype.mountCategory = function (category) {
1745
- return __awaiter(this, void 0, void 0, function () {
1746
- var chunks, products, publishedField;
1747
- var _this = this;
1748
- return __generator(this, function (_a) {
1749
- switch (_a.label) {
1750
- case 0:
1751
- if (!category.products)
1752
- throw new RequiredArgumentError(['Category products is empty']);
1753
- chunks = category.products.reduce(function (resultArray, item, index) {
1754
- var chunkIndex = Math.floor(index / 10);
1755
- if (!resultArray[chunkIndex])
1756
- resultArray[chunkIndex] = [];
1757
- resultArray[chunkIndex].push(item);
1758
- return resultArray;
1759
- }, []);
1760
- products = [];
1761
- publishedField = category.shop === exports.Shops.GLAMSHOP ? 'publishedGlam' : 'published';
1762
- return [4 /*yield*/, Promise.all(chunks.map(function (productIds) { return __awaiter(_this, void 0, void 0, function () {
1763
- var productSnap;
1764
- return __generator(this, function (_a) {
1765
- switch (_a.label) {
1766
- case 0: return [4 /*yield*/, this.collection('products')
1767
- .where(publishedField, '==', true)
1768
- .where('id', 'in', productIds)
1769
- .get()];
1770
- case 1:
1771
- productSnap = _a.sent();
1772
- if (productSnap.empty)
1773
- return [2 /*return*/];
1774
- products.push.apply(products, __spreadArray([], __read(productSnap.docs.map(function (doc) { return doc.data(); }))));
1775
- return [2 /*return*/];
1776
- }
1777
- });
1778
- }); }))];
1779
- case 1:
1780
- _a.sent();
1781
- return [2 /*return*/, products];
1782
- }
1783
- });
1784
- });
1785
- };
1786
- return CategoryFirestoreRepository;
1689
+ var CategoryFirestoreRepository = /** @class */ (function (_super) {
1690
+ __extends(CategoryFirestoreRepository, _super);
1691
+ function CategoryFirestoreRepository(firestore) {
1692
+ var _this = _super.call(this) || this;
1693
+ _this.firestore = firestore;
1694
+ _this.collectionName = 'categories';
1695
+ _this.model = Category;
1696
+ return _this;
1697
+ }
1698
+ CategoryFirestoreRepository.prototype.getCategoryBySlug = function (slug, shop) {
1699
+ return this.collection(this.collectionName)
1700
+ .where('slug', '==', slug)
1701
+ .where('shop', '==', shop)
1702
+ .where('published', '==', true)
1703
+ .get()
1704
+ .then(function (snap) {
1705
+ if (snap.size > 1)
1706
+ throw new DuplicatedResultsError('Query returned duplicated values');
1707
+ if (snap.empty)
1708
+ throw new NotFoundError("Document with slug " + slug + " not found");
1709
+ return snap.docs[0].data();
1710
+ })
1711
+ .catch(function (error) { return error; });
1712
+ };
1713
+ CategoryFirestoreRepository.prototype.getCategoriesForHome = function (categoryIds, limit) {
1714
+ if (limit === void 0) { limit = 4; }
1715
+ return __awaiter(this, void 0, void 0, function () {
1716
+ var categorySnap, categories, homeSections, categories_1, categories_1_1, category, publishedField, productSnap, products, e_1_1;
1717
+ var e_1, _a;
1718
+ return __generator(this, function (_b) {
1719
+ switch (_b.label) {
1720
+ case 0: return [4 /*yield*/, this.collection(this.collectionName)
1721
+ .where('id', 'in', categoryIds)
1722
+ .where('published', '==', true)
1723
+ .get()];
1724
+ case 1:
1725
+ categorySnap = _b.sent();
1726
+ if (categorySnap.empty)
1727
+ throw new NotFoundError('Categories not found');
1728
+ categories = categorySnap.docs.map(function (doc) { return doc.data(); });
1729
+ homeSections = [];
1730
+ _b.label = 2;
1731
+ case 2:
1732
+ _b.trys.push([2, 7, 8, 9]);
1733
+ categories_1 = __values(categories), categories_1_1 = categories_1.next();
1734
+ _b.label = 3;
1735
+ case 3:
1736
+ if (!!categories_1_1.done) return [3 /*break*/, 6];
1737
+ category = categories_1_1.value;
1738
+ publishedField = category.shop === exports.Shops.GLAMSHOP ? 'publishedGlam' : 'published';
1739
+ return [4 /*yield*/, this.collection('products')
1740
+ .where('categories', 'array-contains', category.id)
1741
+ .where(publishedField, '==', true)
1742
+ .where('stock.quantity', '>', 1)
1743
+ .limit(limit)
1744
+ .get()];
1745
+ case 4:
1746
+ productSnap = _b.sent();
1747
+ products = productSnap.docs.map(function (doc) { return doc.data(); });
1748
+ homeSections.push({ category: category, products: products });
1749
+ _b.label = 5;
1750
+ case 5:
1751
+ categories_1_1 = categories_1.next();
1752
+ return [3 /*break*/, 3];
1753
+ case 6: return [3 /*break*/, 9];
1754
+ case 7:
1755
+ e_1_1 = _b.sent();
1756
+ e_1 = { error: e_1_1 };
1757
+ return [3 /*break*/, 9];
1758
+ case 8:
1759
+ try {
1760
+ if (categories_1_1 && !categories_1_1.done && (_a = categories_1.return)) _a.call(categories_1);
1761
+ }
1762
+ finally { if (e_1) throw e_1.error; }
1763
+ return [7 /*endfinally*/];
1764
+ case 9: return [2 /*return*/, homeSections];
1765
+ }
1766
+ });
1767
+ });
1768
+ };
1769
+ CategoryFirestoreRepository.prototype.mountCategory = function (category) {
1770
+ return __awaiter(this, void 0, void 0, function () {
1771
+ var chunks, products, publishedField;
1772
+ var _this = this;
1773
+ return __generator(this, function (_a) {
1774
+ switch (_a.label) {
1775
+ case 0:
1776
+ if (!category.products)
1777
+ throw new RequiredArgumentError(['Category products is empty']);
1778
+ chunks = category.products.reduce(function (resultArray, item, index) {
1779
+ var chunkIndex = Math.floor(index / 10);
1780
+ if (!resultArray[chunkIndex])
1781
+ resultArray[chunkIndex] = [];
1782
+ resultArray[chunkIndex].push(item);
1783
+ return resultArray;
1784
+ }, []);
1785
+ products = [];
1786
+ publishedField = category.shop === exports.Shops.GLAMSHOP ? 'publishedGlam' : 'published';
1787
+ return [4 /*yield*/, Promise.all(chunks.map(function (productIds) { return __awaiter(_this, void 0, void 0, function () {
1788
+ var productSnap;
1789
+ return __generator(this, function (_a) {
1790
+ switch (_a.label) {
1791
+ case 0: return [4 /*yield*/, this.collection('products')
1792
+ .where(publishedField, '==', true)
1793
+ .where('id', 'in', productIds)
1794
+ .get()];
1795
+ case 1:
1796
+ productSnap = _a.sent();
1797
+ if (productSnap.empty)
1798
+ return [2 /*return*/];
1799
+ products.push.apply(products, __spreadArray([], __read(productSnap.docs.map(function (doc) { return doc.data(); }))));
1800
+ return [2 /*return*/];
1801
+ }
1802
+ });
1803
+ }); }))];
1804
+ case 1:
1805
+ _a.sent();
1806
+ return [2 /*return*/, products];
1807
+ }
1808
+ });
1809
+ });
1810
+ };
1811
+ return CategoryFirestoreRepository;
1787
1812
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1788
1813
 
1789
- var ProductFirestoreRepository = /** @class */ (function (_super) {
1790
- __extends(ProductFirestoreRepository, _super);
1791
- function ProductFirestoreRepository(firestore) {
1792
- var _this = _super.call(this) || this;
1793
- _this.firestore = firestore;
1794
- _this.collectionName = 'products';
1795
- _this.model = Product;
1796
- return _this;
1797
- }
1798
- ProductFirestoreRepository.prototype.getBySlug = function (slug, shop) {
1799
- var _a;
1800
- return __awaiter(this, void 0, void 0, function () {
1801
- var result;
1802
- return __generator(this, function (_b) {
1803
- switch (_b.label) {
1804
- case 0: return [4 /*yield*/, this.find([
1805
- { slug: { operator: exports.Where.EQUALS, value: slug } },
1806
- { shopAvailability: { operator: exports.Where.IN, value: [shop] } },
1807
- ])];
1808
- case 1:
1809
- result = _b.sent();
1810
- return [2 /*return*/, (_a = result === null || result === void 0 ? void 0 : result.data) === null || _a === void 0 ? void 0 : _a.shift()];
1811
- }
1812
- });
1813
- });
1814
- };
1815
- return ProductFirestoreRepository;
1814
+ var ProductFirestoreRepository = /** @class */ (function (_super) {
1815
+ __extends(ProductFirestoreRepository, _super);
1816
+ function ProductFirestoreRepository(firestore) {
1817
+ var _this = _super.call(this) || this;
1818
+ _this.firestore = firestore;
1819
+ _this.collectionName = 'products';
1820
+ _this.model = Product;
1821
+ return _this;
1822
+ }
1823
+ ProductFirestoreRepository.prototype.getBySlug = function (slug, shop) {
1824
+ var _a;
1825
+ return __awaiter(this, void 0, void 0, function () {
1826
+ var result;
1827
+ return __generator(this, function (_b) {
1828
+ switch (_b.label) {
1829
+ case 0: return [4 /*yield*/, this.find([
1830
+ { slug: { operator: exports.Where.EQUALS, value: slug } },
1831
+ { shopAvailability: { operator: exports.Where.IN, value: [shop] } },
1832
+ ])];
1833
+ case 1:
1834
+ result = _b.sent();
1835
+ return [2 /*return*/, (_a = result === null || result === void 0 ? void 0 : result.data) === null || _a === void 0 ? void 0 : _a.shift()];
1836
+ }
1837
+ });
1838
+ });
1839
+ };
1840
+ return ProductFirestoreRepository;
1816
1841
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1817
1842
 
1818
- var ProductVariantFirestoreRepository = /** @class */ (function (_super) {
1819
- __extends(ProductVariantFirestoreRepository, _super);
1820
- function ProductVariantFirestoreRepository(firestore, parentRepository) {
1821
- var _this = _super.call(this) || this;
1822
- _this.firestore = firestore;
1823
- _this.parentRepository = parentRepository;
1824
- _this.collectionName = 'variants';
1825
- _this.parentIdField = 'productId';
1826
- _this.model = Variant;
1827
- return _this;
1828
- }
1829
- return ProductVariantFirestoreRepository;
1843
+ var ProductVariantFirestoreRepository = /** @class */ (function (_super) {
1844
+ __extends(ProductVariantFirestoreRepository, _super);
1845
+ function ProductVariantFirestoreRepository(firestore, parentRepository) {
1846
+ var _this = _super.call(this) || this;
1847
+ _this.firestore = firestore;
1848
+ _this.parentRepository = parentRepository;
1849
+ _this.collectionName = 'variants';
1850
+ _this.parentIdField = 'productId';
1851
+ _this.model = Variant;
1852
+ return _this;
1853
+ }
1854
+ return ProductVariantFirestoreRepository;
1830
1855
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), Product)));
1831
1856
 
1832
- var CheckoutFirestoreRepository = /** @class */ (function (_super) {
1833
- __extends(CheckoutFirestoreRepository, _super);
1834
- function CheckoutFirestoreRepository(firestore) {
1835
- var _this = _super.call(this) || this;
1836
- _this.firestore = firestore;
1837
- _this.collectionName = 'checkouts';
1838
- _this.model = Checkout;
1839
- return _this;
1840
- }
1841
- return CheckoutFirestoreRepository;
1857
+ var CheckoutFirestoreRepository = /** @class */ (function (_super) {
1858
+ __extends(CheckoutFirestoreRepository, _super);
1859
+ function CheckoutFirestoreRepository(firestore) {
1860
+ var _this = _super.call(this) || this;
1861
+ _this.firestore = firestore;
1862
+ _this.collectionName = 'checkouts';
1863
+ _this.model = Checkout;
1864
+ return _this;
1865
+ }
1866
+ return CheckoutFirestoreRepository;
1842
1867
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1843
1868
 
1844
- var CouponFirestoreRepository = /** @class */ (function (_super) {
1845
- __extends(CouponFirestoreRepository, _super);
1846
- function CouponFirestoreRepository(firestore) {
1847
- var _this = _super.call(this) || this;
1848
- _this.firestore = firestore;
1849
- _this.collectionName = 'coupons';
1850
- _this.model = Coupon;
1851
- return _this;
1852
- }
1853
- return CouponFirestoreRepository;
1869
+ var CouponFirestoreRepository = /** @class */ (function (_super) {
1870
+ __extends(CouponFirestoreRepository, _super);
1871
+ function CouponFirestoreRepository(firestore) {
1872
+ var _this = _super.call(this) || this;
1873
+ _this.firestore = firestore;
1874
+ _this.collectionName = 'coupons';
1875
+ _this.model = Coupon;
1876
+ return _this;
1877
+ }
1878
+ return CouponFirestoreRepository;
1854
1879
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1855
1880
 
1856
- var OrderFirestoreRepository = /** @class */ (function (_super) {
1857
- __extends(OrderFirestoreRepository, _super);
1858
- function OrderFirestoreRepository(firestore) {
1859
- var _this = _super.call(this) || this;
1860
- _this.firestore = firestore;
1861
- _this.collectionName = 'orders';
1862
- _this.model = Order;
1863
- return _this;
1864
- }
1865
- return OrderFirestoreRepository;
1881
+ var OrderFirestoreRepository = /** @class */ (function (_super) {
1882
+ __extends(OrderFirestoreRepository, _super);
1883
+ function OrderFirestoreRepository(firestore) {
1884
+ var _this = _super.call(this) || this;
1885
+ _this.firestore = firestore;
1886
+ _this.collectionName = 'orders';
1887
+ _this.model = Order;
1888
+ return _this;
1889
+ }
1890
+ return OrderFirestoreRepository;
1866
1891
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1867
1892
 
1868
- var PaymentFirestoreRepository = /** @class */ (function (_super) {
1869
- __extends(PaymentFirestoreRepository, _super);
1870
- function PaymentFirestoreRepository(firestore) {
1871
- var _this = _super.call(this) || this;
1872
- _this.firestore = firestore;
1873
- _this.collectionName = 'payments';
1874
- _this.model = Payment;
1875
- return _this;
1876
- }
1877
- return PaymentFirestoreRepository;
1893
+ var PaymentFirestoreRepository = /** @class */ (function (_super) {
1894
+ __extends(PaymentFirestoreRepository, _super);
1895
+ function PaymentFirestoreRepository(firestore) {
1896
+ var _this = _super.call(this) || this;
1897
+ _this.firestore = firestore;
1898
+ _this.collectionName = 'payments';
1899
+ _this.model = Payment;
1900
+ return _this;
1901
+ }
1902
+ return PaymentFirestoreRepository;
1878
1903
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1879
1904
 
1880
- var CheckoutSubscriptionFirestoreRepository = /** @class */ (function (_super) {
1881
- __extends(CheckoutSubscriptionFirestoreRepository, _super);
1882
- function CheckoutSubscriptionFirestoreRepository(firestore) {
1883
- var _this = _super.call(this) || this;
1884
- _this.firestore = firestore;
1885
- _this.collectionName = 'checkoutsSubscription';
1886
- _this.model = CheckoutSubscription;
1887
- return _this;
1888
- }
1889
- return CheckoutSubscriptionFirestoreRepository;
1905
+ var CheckoutSubscriptionFirestoreRepository = /** @class */ (function (_super) {
1906
+ __extends(CheckoutSubscriptionFirestoreRepository, _super);
1907
+ function CheckoutSubscriptionFirestoreRepository(firestore) {
1908
+ var _this = _super.call(this) || this;
1909
+ _this.firestore = firestore;
1910
+ _this.collectionName = 'checkoutsSubscription';
1911
+ _this.model = CheckoutSubscription;
1912
+ return _this;
1913
+ }
1914
+ return CheckoutSubscriptionFirestoreRepository;
1890
1915
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1891
1916
 
1892
- var SubscriptionPlanFirestoreRepository = /** @class */ (function (_super) {
1893
- __extends(SubscriptionPlanFirestoreRepository, _super);
1894
- function SubscriptionPlanFirestoreRepository(firestore) {
1895
- var _this = _super.call(this) || this;
1896
- _this.firestore = firestore;
1897
- _this.collectionName = 'subscriptionPlans';
1898
- _this.model = SubscriptionPlan;
1899
- return _this;
1900
- }
1901
- return SubscriptionPlanFirestoreRepository;
1917
+ var SubscriptionPlanFirestoreRepository = /** @class */ (function (_super) {
1918
+ __extends(SubscriptionPlanFirestoreRepository, _super);
1919
+ function SubscriptionPlanFirestoreRepository(firestore) {
1920
+ var _this = _super.call(this) || this;
1921
+ _this.firestore = firestore;
1922
+ _this.collectionName = 'subscriptionPlans';
1923
+ _this.model = SubscriptionPlan;
1924
+ return _this;
1925
+ }
1926
+ return SubscriptionPlanFirestoreRepository;
1902
1927
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1903
1928
 
1904
- var Buy2WinFirestoreRepository = /** @class */ (function (_super) {
1905
- __extends(Buy2WinFirestoreRepository, _super);
1906
- function Buy2WinFirestoreRepository(firestore) {
1907
- var _this = _super.call(this) || this;
1908
- _this.firestore = firestore;
1909
- _this.collectionName = 'buy2win';
1910
- _this.model = Buy2Win;
1911
- return _this;
1912
- }
1913
- return Buy2WinFirestoreRepository;
1929
+ var Buy2WinFirestoreRepository = /** @class */ (function (_super) {
1930
+ __extends(Buy2WinFirestoreRepository, _super);
1931
+ function Buy2WinFirestoreRepository(firestore) {
1932
+ var _this = _super.call(this) || this;
1933
+ _this.firestore = firestore;
1934
+ _this.collectionName = 'buy2win';
1935
+ _this.model = Buy2Win;
1936
+ return _this;
1937
+ }
1938
+ return Buy2WinFirestoreRepository;
1914
1939
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1915
1940
 
1916
- var LegacyOrderFirestoreRepository = /** @class */ (function (_super) {
1917
- __extends(LegacyOrderFirestoreRepository, _super);
1918
- function LegacyOrderFirestoreRepository(firestore) {
1919
- var _this = _super.call(this, firestore) || this;
1920
- _this.firestore = firestore;
1921
- _this.collectionName = 'legacyOrders';
1922
- return _this;
1923
- }
1924
- return LegacyOrderFirestoreRepository;
1941
+ var LegacyOrderFirestoreRepository = /** @class */ (function (_super) {
1942
+ __extends(LegacyOrderFirestoreRepository, _super);
1943
+ function LegacyOrderFirestoreRepository(firestore) {
1944
+ var _this = _super.call(this, firestore) || this;
1945
+ _this.firestore = firestore;
1946
+ _this.collectionName = 'legacyOrders';
1947
+ return _this;
1948
+ }
1949
+ return LegacyOrderFirestoreRepository;
1925
1950
  }(OrderFirestoreRepository));
1926
1951
 
1927
- var HomeFirestoreRepository = /** @class */ (function (_super) {
1928
- __extends(HomeFirestoreRepository, _super);
1929
- function HomeFirestoreRepository(firestore) {
1930
- var _this = _super.call(this) || this;
1931
- _this.firestore = firestore;
1932
- _this.collectionName = 'dms';
1933
- _this.model = Home;
1934
- return _this;
1935
- }
1936
- return HomeFirestoreRepository;
1952
+ var HomeFirestoreRepository = /** @class */ (function (_super) {
1953
+ __extends(HomeFirestoreRepository, _super);
1954
+ function HomeFirestoreRepository(firestore) {
1955
+ var _this = _super.call(this) || this;
1956
+ _this.firestore = firestore;
1957
+ _this.collectionName = 'dms';
1958
+ _this.model = Home;
1959
+ return _this;
1960
+ }
1961
+ return HomeFirestoreRepository;
1937
1962
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1938
1963
 
1939
- var ShopMenuFirestoreRepository = /** @class */ (function (_super) {
1940
- __extends(ShopMenuFirestoreRepository, _super);
1941
- function ShopMenuFirestoreRepository(firestore) {
1942
- var _this = _super.call(this) || this;
1943
- _this.firestore = firestore;
1944
- _this.collectionName = 'shopMenus';
1945
- _this.model = ShopMenu;
1946
- return _this;
1947
- }
1948
- return ShopMenuFirestoreRepository;
1964
+ var ShopMenuFirestoreRepository = /** @class */ (function (_super) {
1965
+ __extends(ShopMenuFirestoreRepository, _super);
1966
+ function ShopMenuFirestoreRepository(firestore) {
1967
+ var _this = _super.call(this) || this;
1968
+ _this.firestore = firestore;
1969
+ _this.collectionName = 'shopMenus';
1970
+ _this.model = ShopMenu;
1971
+ return _this;
1972
+ }
1973
+ return ShopMenuFirestoreRepository;
1949
1974
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1950
1975
 
1951
- var AuthenticationFirebaseAuthService = /** @class */ (function () {
1952
- function AuthenticationFirebaseAuthService(firebaseAuth) {
1953
- this.firebaseAuth = firebaseAuth;
1954
- }
1955
- AuthenticationFirebaseAuthService.prototype.signInWithEmailAndPassword = function (data) {
1956
- return __awaiter(this, void 0, void 0, function () {
1957
- var credentials, user;
1958
- return __generator(this, function (_a) {
1959
- switch (_a.label) {
1960
- case 0: return [4 /*yield*/, this.firebaseAuth.signInWithEmailAndPassword(data.email, data.password)];
1961
- case 1:
1962
- credentials = _a.sent();
1963
- user = credentials.user;
1964
- return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
1965
- }
1966
- });
1967
- });
1968
- };
1969
- AuthenticationFirebaseAuthService.prototype.signInWithGoogle = function () {
1970
- return __awaiter(this, void 0, void 0, function () {
1971
- var credentials, user;
1972
- return __generator(this, function (_a) {
1973
- switch (_a.label) {
1974
- case 0: return [4 /*yield*/, this.firebaseAuth.signInWithPopup(new firebase__default$1["default"].auth.GoogleAuthProvider())];
1975
- case 1:
1976
- credentials = _a.sent();
1977
- user = credentials.user;
1978
- return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
1979
- }
1980
- });
1981
- });
1982
- };
1983
- AuthenticationFirebaseAuthService.prototype.signOut = function () {
1984
- return __awaiter(this, void 0, void 0, function () {
1985
- return __generator(this, function (_a) {
1986
- this.firebaseAuth.signOut();
1987
- return [2 /*return*/];
1988
- });
1989
- });
1990
- };
1991
- return AuthenticationFirebaseAuthService;
1976
+ var AuthenticationFirebaseAuthService = /** @class */ (function () {
1977
+ function AuthenticationFirebaseAuthService(firebaseAuth) {
1978
+ this.firebaseAuth = firebaseAuth;
1979
+ }
1980
+ AuthenticationFirebaseAuthService.prototype.signInWithEmailAndPassword = function (data) {
1981
+ return __awaiter(this, void 0, void 0, function () {
1982
+ var credentials, user;
1983
+ return __generator(this, function (_a) {
1984
+ switch (_a.label) {
1985
+ case 0: return [4 /*yield*/, this.firebaseAuth.signInWithEmailAndPassword(data.email, data.password)];
1986
+ case 1:
1987
+ credentials = _a.sent();
1988
+ user = credentials.user;
1989
+ return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
1990
+ }
1991
+ });
1992
+ });
1993
+ };
1994
+ AuthenticationFirebaseAuthService.prototype.signInWithGoogle = function () {
1995
+ return __awaiter(this, void 0, void 0, function () {
1996
+ var credentials, user;
1997
+ return __generator(this, function (_a) {
1998
+ switch (_a.label) {
1999
+ case 0: return [4 /*yield*/, this.firebaseAuth.signInWithPopup(new firebase__default$1["default"].auth.GoogleAuthProvider())];
2000
+ case 1:
2001
+ credentials = _a.sent();
2002
+ user = credentials.user;
2003
+ return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
2004
+ }
2005
+ });
2006
+ });
2007
+ };
2008
+ AuthenticationFirebaseAuthService.prototype.signOut = function () {
2009
+ return __awaiter(this, void 0, void 0, function () {
2010
+ return __generator(this, function (_a) {
2011
+ this.firebaseAuth.signOut();
2012
+ return [2 /*return*/];
2013
+ });
2014
+ });
2015
+ };
2016
+ return AuthenticationFirebaseAuthService;
1992
2017
  }());
1993
2018
 
1994
- /**
1995
- * Generated bundle index. Do not edit.
2019
+ /**
2020
+ * Generated bundle index. Do not edit.
1996
2021
  */
1997
2022
 
1998
2023
  Object.defineProperty(exports, 'chunk', {
@@ -2075,6 +2100,8 @@
2075
2100
  exports.UserAddressFirestoreRepository = UserAddressFirestoreRepository;
2076
2101
  exports.UserBeautyProfileFirestoreRepository = UserBeautyProfileFirestoreRepository;
2077
2102
  exports.UserFirestoreRepository = UserFirestoreRepository;
2103
+ exports.UserPaymentMethod = UserPaymentMethod;
2104
+ exports.UserPaymentMethodFirestoreRepository = UserPaymentMethodFirestoreRepository;
2078
2105
  exports.Variant = Variant;
2079
2106
  exports.withCreateFirestore = withCreateFirestore;
2080
2107
  exports.withCrudFirestore = withCrudFirestore;