@infrab4a/connect 0.9.9 → 0.9.11-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (408) hide show
  1. package/README.md +24 -24
  2. package/bundles/infrab4a-connect.umd.js +1861 -1845
  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 -8
  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 -7
  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 -9
  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 -2
  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 +33 -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 +31 -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 +76 -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 -9
  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 -14
  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 +1097 -1088
  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 +22 -22
  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 +14 -14
  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 -7
  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 -13
  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 -8
  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 -4
  344. package/lib/domain/users/repositories/user.repository.d.ts +4 -4
  345. package/lib/domain/users/services/authentication.service.d.ts +12 -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 +10 -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 -8
  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 -60
  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,2015 +9,2031 @@
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 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;
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 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;
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
799
  }(BaseModel));
800
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;
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;
809
809
  }(Error));
810
810
 
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;
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;
858
858
  }());
859
859
 
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;
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;
877
877
  }());
878
878
 
879
- exports.Shops = void 0;
880
- (function (Shops) {
881
- Shops["MENSMARKET"] = "mensmarket";
882
- Shops["GLAMSHOP"] = "Glamshop";
879
+ exports.Shops = void 0;
880
+ (function (Shops) {
881
+ Shops["MENSMARKET"] = "mensmarket";
882
+ Shops["GLAMSHOP"] = "Glamshop";
883
883
  })(exports.Shops || (exports.Shops = {}));
884
884
 
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;
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;
894
894
  }(BaseModel));
895
895
 
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;
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;
909
909
  }(BaseModel));
910
910
 
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;
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;
920
920
  }(BaseModel));
921
921
 
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";
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";
928
928
  })(exports.CouponTypes || (exports.CouponTypes = {}));
929
929
 
930
- exports.CouponSubtypes = void 0;
931
- (function (CouponSubtypes) {
932
- CouponSubtypes[CouponSubtypes["ABSOLUTE"] = 1] = "ABSOLUTE";
933
- 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";
934
934
  })(exports.CouponSubtypes || (exports.CouponSubtypes = {}));
935
935
 
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";
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";
941
941
  })(exports.Exclusivities || (exports.Exclusivities = {}));
942
942
 
943
- exports.CheckoutTypes = void 0;
944
- (function (CheckoutTypes) {
945
- CheckoutTypes[CheckoutTypes["ECOMMERCE"] = 1] = "ECOMMERCE";
946
- 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";
947
947
  })(exports.CheckoutTypes || (exports.CheckoutTypes = {}));
948
948
 
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;
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;
974
974
  }(Coupon));
975
975
 
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";
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";
986
986
  })(exports.OrderStatus || (exports.OrderStatus = {}));
987
987
 
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;
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;
994
994
  }(Product));
995
995
 
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;
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;
1005
1005
  }(BaseModel));
1006
1006
 
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)
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)
1040
1040
  ], Checkout.prototype, "coupon", void 0);
1041
1041
 
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)
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)
1052
1052
  ], Order.prototype, "payment", void 0);
1053
1053
 
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)
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)
1079
1079
  ], CheckoutSubscription.prototype, "coupon", void 0);
1080
1080
 
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)
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)
1094
1094
  ], Buy2Win.prototype, "categories", void 0);
1095
1095
 
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;
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;
1105
1105
  }(BaseModel));
1106
1106
 
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;
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;
1116
1116
  }(BaseModel));
1117
1117
 
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;
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;
1126
1126
  }(Error));
1127
1127
 
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;
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;
1137
1137
  }(Error));
1138
1138
 
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;
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;
1147
1147
  }(Error));
1148
1148
 
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;
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;
1157
1157
  }(Error));
1158
1158
 
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));
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));
1189
1189
  };
1190
1190
 
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));
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));
1210
1210
  };
1211
1211
 
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));
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));
1243
1243
  };
1244
1244
 
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));
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
+ if (Array.isArray(options === null || options === void 0 ? void 0 : options.value))
1260
+ return queryReference.where(fieldName.toString(), 'array-contains-any', options.value);
1261
+ queryReference = queryReference.where(fieldName.toString(), '>=', options.value);
1262
+ queryReference = queryReference.where(fieldName.toString(), '<=', options.value + "~");
1263
+ return queryReference;
1264
+ }
1265
+ if ((options === null || options === void 0 ? void 0 : options.operator) === exports.Where.IN && Array.isArray(options === null || options === void 0 ? void 0 : options.value))
1266
+ return queryReference.where(fieldName.toString(), 'array-contains', options.value);
1267
+ 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))
1268
+ return Object.keys(options).reduce(function (queryReferenceWithWhere, key) { return _this.buildWhereSentence(queryReferenceWithWhere, fieldName + "." + key, options[key]); }, queryReference);
1269
+ return queryReference.where(fieldName.toString(), (options === null || options === void 0 ? void 0 : options.operator) || '==', (options === null || options === void 0 ? void 0 : options.value) || options);
1270
+ };
1271
+ return _this;
1272
+ }
1273
+ FindFirestore.prototype.find = function (filters, limits, orderBy) {
1274
+ return __awaiter(this, void 0, void 0, function () {
1275
+ var query, docs, data;
1276
+ var _this = this;
1277
+ return __generator(this, function (_b) {
1278
+ switch (_b.label) {
1279
+ case 0:
1280
+ query = this.collection(this.buildCollectionPathForFind(filters));
1281
+ filters === null || filters === void 0 ? void 0 : filters.forEach(function (filterer) { return (query = _this.makeFirestoreWhere(query, filterer)); });
1282
+ 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])); }); });
1283
+ return [4 /*yield*/, this.defineLimits(query, filters, limits)];
1284
+ case 1:
1285
+ query = _b.sent();
1286
+ return [4 /*yield*/, query.get()];
1287
+ case 2:
1288
+ docs = _b.sent();
1289
+ data = docs.docs.map(function (doc) { return doc.data(); });
1290
+ return [2 /*return*/, {
1291
+ data: data,
1292
+ count: this.calculateCount(data, limits),
1293
+ }];
1294
+ }
1295
+ });
1296
+ });
1297
+ };
1298
+ FindFirestore.prototype.buildCollectionPathForFind = function (filters) {
1299
+ var _a;
1300
+ if (!this.isSubCollection(this))
1301
+ return this.collectionName;
1302
+ var parentIdField = this.parentIdField;
1303
+ var parentId = getValueFromFilter((_a = filters.find(function (groupFilter) { return Boolean(getValueFromFilter(groupFilter[parentIdField])); })) === null || _a === void 0 ? void 0 : _a[parentIdField]);
1304
+ return this.parentRepository.collectionName + "/" + parentId + "/" + this.collectionName;
1305
+ };
1306
+ FindFirestore.prototype.defineLimits = function (query, filters, limits) {
1307
+ return __awaiter(this, void 0, void 0, function () {
1308
+ var _b, _c;
1309
+ return __generator(this, function (_d) {
1310
+ switch (_d.label) {
1311
+ case 0:
1312
+ if (!(limits === null || limits === void 0 ? void 0 : limits.offset)) return [3 /*break*/, 3];
1313
+ if (!(limits.offset instanceof this.model)) return [3 /*break*/, 2];
1314
+ _c = (_b = query).startAfter;
1315
+ return [4 /*yield*/, this.collection(this.buildCollectionPathForFind(filters))
1316
+ .doc(limits.offset[limits.offset.identifierFields().shift()])
1317
+ .get()];
1318
+ case 1:
1319
+ query = _c.apply(_b, [_d.sent()]);
1320
+ return [3 /*break*/, 3];
1321
+ case 2:
1322
+ if (lodash.isNumber(limits.offset) || lodash.isString(limits.offset))
1323
+ query = query.startAt(limits.offset);
1324
+ _d.label = 3;
1325
+ case 3:
1326
+ if (limits === null || limits === void 0 ? void 0 : limits.limit)
1327
+ query = query.limit(limits.limit);
1328
+ return [2 /*return*/, query];
1329
+ }
1330
+ });
1331
+ });
1332
+ };
1333
+ FindFirestore.prototype.calculateCount = function (data, limits) {
1334
+ if (data.length <= 0)
1335
+ return 0;
1336
+ if (data.length < (limits === null || limits === void 0 ? void 0 : limits.limit))
1337
+ return data.length;
1338
+ return Infinity;
1339
+ };
1340
+ return FindFirestore;
1341
+ }(MixinBase));
1340
1342
  };
1341
1343
 
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));
1344
+ var withCreateFirestore = function (MixinBase) {
1345
+ return /** @class */ (function (_super) {
1346
+ __extends(CreateFirestore, _super);
1347
+ function CreateFirestore() {
1348
+ return _super !== null && _super.apply(this, arguments) || this;
1349
+ }
1350
+ CreateFirestore.prototype.create = function (data) {
1351
+ return __awaiter(this, void 0, void 0, function () {
1352
+ var docRef, doc;
1353
+ return __generator(this, function (_b) {
1354
+ switch (_b.label) {
1355
+ case 0: return [4 /*yield*/, this.save(this.model.toInstance(data))];
1356
+ case 1:
1357
+ docRef = _b.sent();
1358
+ return [4 /*yield*/, docRef.get()];
1359
+ case 2:
1360
+ doc = _b.sent();
1361
+ return [2 /*return*/, doc.data()];
1362
+ }
1363
+ });
1364
+ });
1365
+ };
1366
+ CreateFirestore.prototype.save = function (data) {
1367
+ var _a;
1368
+ return __awaiter(this, void 0, void 0, function () {
1369
+ var id, collectionPath, docRef;
1370
+ return __generator(this, function (_b) {
1371
+ switch (_b.label) {
1372
+ case 0:
1373
+ id = (_a = data[data.identifierFields().shift()]) === null || _a === void 0 ? void 0 : _a.toString();
1374
+ collectionPath = this.buildCollectionPathForAdd(data);
1375
+ if (lodash.isEmpty(id))
1376
+ return [2 /*return*/, this.collection(collectionPath).add(data)];
1377
+ docRef = this.collection(collectionPath).doc(id);
1378
+ return [4 /*yield*/, docRef.set(data)];
1379
+ case 1:
1380
+ _b.sent();
1381
+ return [2 /*return*/, docRef];
1382
+ }
1383
+ });
1384
+ });
1385
+ };
1386
+ CreateFirestore.prototype.buildCollectionPathForAdd = function (identifiers) {
1387
+ return this.isSubCollection(this)
1388
+ ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1389
+ : this.collectionName;
1390
+ };
1391
+ return CreateFirestore;
1392
+ }(MixinBase));
1390
1393
  };
1391
1394
 
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));
1395
+ var withUpdateFirestore = function (MixinBase) {
1396
+ 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; };
1397
+ var getValueByAction = function (options) {
1398
+ var fieldValues = firebase__default["default"].firestore.FieldValue;
1399
+ if (lodash.isNil(options.action))
1400
+ return options;
1401
+ if (options.action === exports.UpdateOptionActions.REMOVE_FIELD)
1402
+ return fieldValues.delete();
1403
+ if (Array.isArray(options.value)) {
1404
+ if (options.action === exports.UpdateOptionActions.MERGE)
1405
+ return fieldValues.arrayUnion.apply(fieldValues, __spreadArray([], __read(options.value)));
1406
+ if (options.action === exports.UpdateOptionActions.REMOVE)
1407
+ return fieldValues.arrayRemove.apply(fieldValues, __spreadArray([], __read(options.value)));
1408
+ }
1409
+ return options.value;
1410
+ };
1411
+ return /** @class */ (function (_super) {
1412
+ __extends(UpdateFirestore, _super);
1413
+ function UpdateFirestore() {
1414
+ return _super !== null && _super.apply(this, arguments) || this;
1415
+ }
1416
+ UpdateFirestore.prototype.update = function (data) {
1417
+ return __awaiter(this, void 0, void 0, function () {
1418
+ var model, keyField, docRef, doc;
1419
+ return __generator(this, function (_b) {
1420
+ switch (_b.label) {
1421
+ case 0:
1422
+ model = new this.model();
1423
+ keyField = model.identifierFields().shift();
1424
+ docRef = this.collection(this.buildCollectionPathForUpdate(data)).doc(getValueFromParams(data, keyField).toString());
1425
+ return [4 /*yield*/, docRef.set(this.paramsToPlain(data), { merge: true })];
1426
+ case 1:
1427
+ _b.sent();
1428
+ return [4 /*yield*/, docRef.get()];
1429
+ case 2:
1430
+ doc = _b.sent();
1431
+ return [2 /*return*/, doc.data()];
1432
+ }
1433
+ });
1434
+ });
1435
+ };
1436
+ UpdateFirestore.prototype.buildCollectionPathForUpdate = function (identifiers) {
1437
+ return this.isSubCollection(this)
1438
+ ? this.parentRepository.collectionName + "/" + getValueFromParams(identifiers, this.parentIdField) + "/" + this.collectionName
1439
+ : this.collectionName;
1440
+ };
1441
+ UpdateFirestore.prototype.paramsToPlain = function (params) {
1442
+ var model = this.model;
1443
+ if (params instanceof model)
1444
+ return params;
1445
+ return Object.keys(params).reduce(function (data, currentKey) {
1446
+ var _b;
1447
+ return (Object.assign(Object.assign({}, data), (_b = {}, _b[currentKey] = getValueByAction(params[currentKey]), _b)));
1448
+ }, {});
1449
+ };
1450
+ return UpdateFirestore;
1451
+ }(MixinBase));
1449
1452
  };
1450
1453
 
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));
1454
+ var withDeleteFirestore = function (MixinBase) {
1455
+ return /** @class */ (function (_super) {
1456
+ __extends(DeleteFirestore, _super);
1457
+ function DeleteFirestore() {
1458
+ return _super !== null && _super.apply(this, arguments) || this;
1459
+ }
1460
+ DeleteFirestore.prototype.delete = function (identifiers) {
1461
+ return __awaiter(this, void 0, void 0, function () {
1462
+ return __generator(this, function (_a) {
1463
+ switch (_a.label) {
1464
+ case 0: return [4 /*yield*/, this.collection(this.buildCollectionPathForRemove(identifiers))
1465
+ .doc(Object.values(identifiers).shift().toString())
1466
+ .delete()];
1467
+ case 1:
1468
+ _a.sent();
1469
+ return [2 /*return*/];
1470
+ }
1471
+ });
1472
+ });
1473
+ };
1474
+ DeleteFirestore.prototype.buildCollectionPathForRemove = function (identifiers) {
1475
+ return this.isSubCollection(this)
1476
+ ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1477
+ : this.collectionName;
1478
+ };
1479
+ return DeleteFirestore;
1480
+ }(MixinBase));
1478
1481
  };
1479
1482
 
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));
1483
+ var withSubCollection = function (MixinBase, ParentModel) {
1484
+ return /** @class */ (function (_super) {
1485
+ __extends(SubCollectionMix, _super);
1486
+ function SubCollectionMix() {
1487
+ var args = [];
1488
+ for (var _i = 0; _i < arguments.length; _i++) {
1489
+ args[_i] = arguments[_i];
1490
+ }
1491
+ return _super.call(this, args) || this;
1492
+ }
1493
+ SubCollectionMix.prototype.collection = function (path) {
1494
+ return _super.prototype.collection.call(this, path);
1495
+ };
1496
+ return SubCollectionMix;
1497
+ }(MixinBase));
1495
1498
  };
1496
1499
 
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)))))));
1500
+ var withCrudFirestore = function (MixinBase) {
1501
+ return /** @class */ (function (_super) {
1502
+ __extends(CrudFirestore, _super);
1503
+ function CrudFirestore() {
1504
+ return _super !== null && _super.apply(this, arguments) || this;
1505
+ }
1506
+ return CrudFirestore;
1507
+ }(withUpdateFirestore(withGetFirestore(withFindFirestore(withDeleteFirestore(withCreateFirestore(MixinBase)))))));
1505
1508
  };
1506
1509
 
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;
1510
+ var SubscriptionFirestoreRepository = /** @class */ (function (_super) {
1511
+ __extends(SubscriptionFirestoreRepository, _super);
1512
+ function SubscriptionFirestoreRepository(firestore) {
1513
+ var _this = _super.call(this) || this;
1514
+ _this.firestore = firestore;
1515
+ _this.collectionName = 'subscription';
1516
+ _this.model = Subscription;
1517
+ return _this;
1518
+ }
1519
+ return SubscriptionFirestoreRepository;
1517
1520
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1518
1521
 
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;
1522
+ var UserFirestoreRepository = /** @class */ (function (_super_1) {
1523
+ __extends(UserFirestoreRepository, _super_1);
1524
+ function UserFirestoreRepository(firestore) {
1525
+ var _this = _super_1.call(this) || this;
1526
+ _this.firestore = firestore;
1527
+ _this.collectionName = 'users';
1528
+ _this.model = User;
1529
+ return _this;
1530
+ }
1531
+ UserFirestoreRepository.prototype.get = function (identifiers) {
1532
+ var _super = Object.create(null, {
1533
+ get: { get: function () { return _super_1.prototype.get; } }
1534
+ });
1535
+ return __awaiter(this, void 0, void 0, function () {
1536
+ var user, _a, _b;
1537
+ return __generator(this, function (_c) {
1538
+ switch (_c.label) {
1539
+ case 0: return [4 /*yield*/, _super.get.call(this, { id: identifiers.id })];
1540
+ case 1:
1541
+ user = _c.sent();
1542
+ _a = user;
1543
+ return [4 /*yield*/, this.getBeautyProfile(user.id)];
1544
+ case 2:
1545
+ _a.beautyProfile = _c.sent();
1546
+ _b = user;
1547
+ return [4 /*yield*/, this.checkIfIsSubscriber(user.id)];
1548
+ case 3:
1549
+ _b.isSubscriber = _c.sent();
1550
+ return [2 /*return*/, user];
1551
+ }
1552
+ });
1553
+ });
1554
+ };
1555
+ UserFirestoreRepository.prototype.buildModelInstance = function () {
1556
+ var _a = _super_1.prototype.buildModelInstance.call(this), fromFirestore = _a.fromFirestore, toFirestore = _a.toFirestore;
1557
+ return {
1558
+ toFirestore: function (data) {
1559
+ var plain = toFirestore(data);
1560
+ delete plain.isSubscriber;
1561
+ return plain;
1562
+ },
1563
+ fromFirestore: fromFirestore,
1564
+ };
1565
+ };
1566
+ UserFirestoreRepository.prototype.getBeautyProfile = function (userId) {
1567
+ return __awaiter(this, void 0, void 0, function () {
1568
+ var beautyProfile;
1569
+ return __generator(this, function (_a) {
1570
+ switch (_a.label) {
1571
+ case 0: return [4 /*yield*/, this.collection()
1572
+ .doc(userId)
1573
+ .collection('CX')
1574
+ .withConverter(this.buildBeautyProfileModelInstance())
1575
+ .doc('beautyProfile')
1576
+ .get()];
1577
+ case 1:
1578
+ beautyProfile = _a.sent();
1579
+ return [2 /*return*/, beautyProfile.data()];
1580
+ }
1581
+ });
1582
+ });
1583
+ };
1584
+ UserFirestoreRepository.prototype.checkIfIsSubscriber = function (userId) {
1585
+ return __awaiter(this, void 0, void 0, function () {
1586
+ var docs;
1587
+ return __generator(this, function (_a) {
1588
+ switch (_a.label) {
1589
+ case 0: return [4 /*yield*/, this.firestore
1590
+ .collection('subscription')
1591
+ .where('user.id', '==', userId)
1592
+ .where('status', '==', 'active')
1593
+ .get()];
1594
+ case 1:
1595
+ docs = _a.sent();
1596
+ return [2 /*return*/, !!docs && !!docs.size];
1597
+ }
1598
+ });
1599
+ });
1600
+ };
1601
+ UserFirestoreRepository.prototype.buildBeautyProfileModelInstance = function () {
1602
+ return {
1603
+ toFirestore: function (data) { return data.toPlain(); },
1604
+ fromFirestore: function (snap) { return BeautyProfile.toInstance(snap.data()); },
1605
+ };
1606
+ };
1607
+ return UserFirestoreRepository;
1605
1608
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1606
1609
 
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;
1610
+ var SubscriptionEditionFirestoreRepository = /** @class */ (function (_super) {
1611
+ __extends(SubscriptionEditionFirestoreRepository, _super);
1612
+ function SubscriptionEditionFirestoreRepository(firestore, parentRepository) {
1613
+ var _this = _super.call(this) || this;
1614
+ _this.firestore = firestore;
1615
+ _this.parentRepository = parentRepository;
1616
+ _this.collectionName = 'editions';
1617
+ _this.parentIdField = 'subscriptionId';
1618
+ _this.model = Edition;
1619
+ return _this;
1620
+ }
1621
+ return SubscriptionEditionFirestoreRepository;
1619
1622
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), Subscription)));
1620
1623
 
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;
1624
+ var UserBeautyProfileFirestoreRepository = /** @class */ (function (_super) {
1625
+ __extends(UserBeautyProfileFirestoreRepository, _super);
1626
+ function UserBeautyProfileFirestoreRepository(firestore, parentRepository) {
1627
+ var _this = _super.call(this) || this;
1628
+ _this.firestore = firestore;
1629
+ _this.parentRepository = parentRepository;
1630
+ _this.collectionName = 'CX';
1631
+ _this.parentIdField = 'userId';
1632
+ _this.model = BeautyProfile;
1633
+ return _this;
1634
+ }
1635
+ return UserBeautyProfileFirestoreRepository;
1633
1636
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), User)));
1634
1637
 
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;
1638
+ var UserAddressFirestoreRepository = /** @class */ (function (_super) {
1639
+ __extends(UserAddressFirestoreRepository, _super);
1640
+ function UserAddressFirestoreRepository(firestore, parentRepository) {
1641
+ var _this = _super.call(this) || this;
1642
+ _this.firestore = firestore;
1643
+ _this.parentRepository = parentRepository;
1644
+ _this.collectionName = 'address';
1645
+ _this.parentIdField = 'userId';
1646
+ _this.model = UserAddress;
1647
+ return _this;
1648
+ }
1649
+ return UserAddressFirestoreRepository;
1647
1650
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), User)));
1648
1651
 
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;
1652
+ var UserPaymentMethodFirestoreRepository = /** @class */ (function (_super) {
1653
+ __extends(UserPaymentMethodFirestoreRepository, _super);
1654
+ function UserPaymentMethodFirestoreRepository(firestore, parentRepository) {
1655
+ var _this = _super.call(this) || this;
1656
+ _this.firestore = firestore;
1657
+ _this.parentRepository = parentRepository;
1658
+ _this.collectionName = 'payment_method';
1659
+ _this.parentIdField = 'userId';
1660
+ _this.model = UserPaymentMethod;
1661
+ return _this;
1662
+ }
1663
+ return UserPaymentMethodFirestoreRepository;
1661
1664
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), User)));
1662
1665
 
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;
1666
+ var SubscriptionPaymentFirestoreRepository = /** @class */ (function (_super) {
1667
+ __extends(SubscriptionPaymentFirestoreRepository, _super);
1668
+ function SubscriptionPaymentFirestoreRepository(firestore, parentRepository) {
1669
+ var _this = _super.call(this) || this;
1670
+ _this.firestore = firestore;
1671
+ _this.parentRepository = parentRepository;
1672
+ _this.collectionName = 'payments';
1673
+ _this.parentIdField = 'subscriptionId';
1674
+ _this.model = SubscriptionPayment;
1675
+ return _this;
1676
+ }
1677
+ return SubscriptionPaymentFirestoreRepository;
1675
1678
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), Subscription)));
1676
1679
 
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;
1680
+ var LeadFirestoreRepository = /** @class */ (function (_super) {
1681
+ __extends(LeadFirestoreRepository, _super);
1682
+ function LeadFirestoreRepository(firestore) {
1683
+ var _this = _super.call(this) || this;
1684
+ _this.firestore = firestore;
1685
+ _this.collectionName = 'leads';
1686
+ _this.model = Lead;
1687
+ return _this;
1688
+ }
1689
+ return LeadFirestoreRepository;
1687
1690
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1688
1691
 
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;
1692
+ var CategoryFirestoreRepository = /** @class */ (function (_super) {
1693
+ __extends(CategoryFirestoreRepository, _super);
1694
+ function CategoryFirestoreRepository(firestore) {
1695
+ var _this = _super.call(this) || this;
1696
+ _this.firestore = firestore;
1697
+ _this.collectionName = 'categories';
1698
+ _this.model = Category;
1699
+ return _this;
1700
+ }
1701
+ CategoryFirestoreRepository.prototype.getCategoryBySlug = function (slug, shop) {
1702
+ return this.collection(this.collectionName)
1703
+ .where('slug', '==', slug)
1704
+ .where('shop', '==', shop)
1705
+ .where('published', '==', true)
1706
+ .get()
1707
+ .then(function (snap) {
1708
+ if (snap.size > 1)
1709
+ throw new DuplicatedResultsError('Query returned duplicated values');
1710
+ if (snap.empty)
1711
+ throw new NotFoundError("Document with slug " + slug + " not found");
1712
+ return snap.docs[0].data();
1713
+ })
1714
+ .catch(function (error) { return error; });
1715
+ };
1716
+ CategoryFirestoreRepository.prototype.getCategoriesForHome = function (categoryIds, limit) {
1717
+ if (limit === void 0) { limit = 4; }
1718
+ return __awaiter(this, void 0, void 0, function () {
1719
+ var categorySnap, categories, homeSections, categories_1, categories_1_1, category, publishedField, productSnap, products, e_1_1;
1720
+ var e_1, _a;
1721
+ return __generator(this, function (_b) {
1722
+ switch (_b.label) {
1723
+ case 0: return [4 /*yield*/, this.collection(this.collectionName)
1724
+ .where('id', 'in', categoryIds)
1725
+ .where('published', '==', true)
1726
+ .get()];
1727
+ case 1:
1728
+ categorySnap = _b.sent();
1729
+ if (categorySnap.empty)
1730
+ throw new NotFoundError('Categories not found');
1731
+ categories = categorySnap.docs.map(function (doc) { return doc.data(); });
1732
+ homeSections = [];
1733
+ _b.label = 2;
1734
+ case 2:
1735
+ _b.trys.push([2, 7, 8, 9]);
1736
+ categories_1 = __values(categories), categories_1_1 = categories_1.next();
1737
+ _b.label = 3;
1738
+ case 3:
1739
+ if (!!categories_1_1.done) return [3 /*break*/, 6];
1740
+ category = categories_1_1.value;
1741
+ publishedField = category.shop === exports.Shops.GLAMSHOP ? 'publishedGlam' : 'published';
1742
+ return [4 /*yield*/, this.collection('products')
1743
+ .where('categories', 'array-contains', category.id)
1744
+ .where(publishedField, '==', true)
1745
+ .where('stock.quantity', '>', 1)
1746
+ .limit(limit)
1747
+ .get()];
1748
+ case 4:
1749
+ productSnap = _b.sent();
1750
+ products = productSnap.docs.map(function (doc) { return doc.data(); });
1751
+ homeSections.push({ category: category, products: products });
1752
+ _b.label = 5;
1753
+ case 5:
1754
+ categories_1_1 = categories_1.next();
1755
+ return [3 /*break*/, 3];
1756
+ case 6: return [3 /*break*/, 9];
1757
+ case 7:
1758
+ e_1_1 = _b.sent();
1759
+ e_1 = { error: e_1_1 };
1760
+ return [3 /*break*/, 9];
1761
+ case 8:
1762
+ try {
1763
+ if (categories_1_1 && !categories_1_1.done && (_a = categories_1.return)) _a.call(categories_1);
1764
+ }
1765
+ finally { if (e_1) throw e_1.error; }
1766
+ return [7 /*endfinally*/];
1767
+ case 9: return [2 /*return*/, homeSections];
1768
+ }
1769
+ });
1770
+ });
1771
+ };
1772
+ CategoryFirestoreRepository.prototype.mountCategory = function (category) {
1773
+ return __awaiter(this, void 0, void 0, function () {
1774
+ var chunks, products, publishedField;
1775
+ var _this = this;
1776
+ return __generator(this, function (_a) {
1777
+ switch (_a.label) {
1778
+ case 0:
1779
+ if (!category.products)
1780
+ throw new RequiredArgumentError(['Category products is empty']);
1781
+ chunks = category.products.reduce(function (resultArray, item, index) {
1782
+ var chunkIndex = Math.floor(index / 10);
1783
+ if (!resultArray[chunkIndex])
1784
+ resultArray[chunkIndex] = [];
1785
+ resultArray[chunkIndex].push(item);
1786
+ return resultArray;
1787
+ }, []);
1788
+ products = [];
1789
+ publishedField = category.shop === exports.Shops.GLAMSHOP ? 'publishedGlam' : 'published';
1790
+ return [4 /*yield*/, Promise.all(chunks.map(function (productIds) { return __awaiter(_this, void 0, void 0, function () {
1791
+ var productSnap;
1792
+ return __generator(this, function (_a) {
1793
+ switch (_a.label) {
1794
+ case 0: return [4 /*yield*/, this.collection('products')
1795
+ .where(publishedField, '==', true)
1796
+ .where('id', 'in', productIds)
1797
+ .get()];
1798
+ case 1:
1799
+ productSnap = _a.sent();
1800
+ if (productSnap.empty)
1801
+ return [2 /*return*/];
1802
+ products.push.apply(products, __spreadArray([], __read(productSnap.docs.map(function (doc) { return doc.data(); }))));
1803
+ return [2 /*return*/];
1804
+ }
1805
+ });
1806
+ }); }))];
1807
+ case 1:
1808
+ _a.sent();
1809
+ return [2 /*return*/, products];
1810
+ }
1811
+ });
1812
+ });
1813
+ };
1814
+ return CategoryFirestoreRepository;
1812
1815
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1813
1816
 
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;
1817
+ var ProductFirestoreRepository = /** @class */ (function (_super) {
1818
+ __extends(ProductFirestoreRepository, _super);
1819
+ function ProductFirestoreRepository(firestore) {
1820
+ var _this = _super.call(this) || this;
1821
+ _this.firestore = firestore;
1822
+ _this.collectionName = 'products';
1823
+ _this.model = Product;
1824
+ return _this;
1825
+ }
1826
+ ProductFirestoreRepository.prototype.getBySlug = function (slug, shop) {
1827
+ var _a;
1828
+ return __awaiter(this, void 0, void 0, function () {
1829
+ var result;
1830
+ return __generator(this, function (_b) {
1831
+ switch (_b.label) {
1832
+ case 0: return [4 /*yield*/, this.find([
1833
+ { slug: { operator: exports.Where.EQUALS, value: slug } },
1834
+ { shopAvailability: { operator: exports.Where.IN, value: [shop] } },
1835
+ ])];
1836
+ case 1:
1837
+ result = _b.sent();
1838
+ return [2 /*return*/, (_a = result === null || result === void 0 ? void 0 : result.data) === null || _a === void 0 ? void 0 : _a.shift()];
1839
+ }
1840
+ });
1841
+ });
1842
+ };
1843
+ return ProductFirestoreRepository;
1841
1844
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1842
1845
 
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;
1846
+ var ProductVariantFirestoreRepository = /** @class */ (function (_super) {
1847
+ __extends(ProductVariantFirestoreRepository, _super);
1848
+ function ProductVariantFirestoreRepository(firestore, parentRepository) {
1849
+ var _this = _super.call(this) || this;
1850
+ _this.firestore = firestore;
1851
+ _this.parentRepository = parentRepository;
1852
+ _this.collectionName = 'variants';
1853
+ _this.parentIdField = 'productId';
1854
+ _this.model = Variant;
1855
+ return _this;
1856
+ }
1857
+ return ProductVariantFirestoreRepository;
1855
1858
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), Product)));
1856
1859
 
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;
1860
+ var CheckoutFirestoreRepository = /** @class */ (function (_super) {
1861
+ __extends(CheckoutFirestoreRepository, _super);
1862
+ function CheckoutFirestoreRepository(firestore) {
1863
+ var _this = _super.call(this) || this;
1864
+ _this.firestore = firestore;
1865
+ _this.collectionName = 'checkouts';
1866
+ _this.model = Checkout;
1867
+ return _this;
1868
+ }
1869
+ return CheckoutFirestoreRepository;
1867
1870
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1868
1871
 
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;
1872
+ var CouponFirestoreRepository = /** @class */ (function (_super) {
1873
+ __extends(CouponFirestoreRepository, _super);
1874
+ function CouponFirestoreRepository(firestore) {
1875
+ var _this = _super.call(this) || this;
1876
+ _this.firestore = firestore;
1877
+ _this.collectionName = 'coupons';
1878
+ _this.model = Coupon;
1879
+ return _this;
1880
+ }
1881
+ return CouponFirestoreRepository;
1879
1882
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1880
1883
 
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;
1884
+ var OrderFirestoreRepository = /** @class */ (function (_super) {
1885
+ __extends(OrderFirestoreRepository, _super);
1886
+ function OrderFirestoreRepository(firestore) {
1887
+ var _this = _super.call(this) || this;
1888
+ _this.firestore = firestore;
1889
+ _this.collectionName = 'orders';
1890
+ _this.model = Order;
1891
+ return _this;
1892
+ }
1893
+ return OrderFirestoreRepository;
1891
1894
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1892
1895
 
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;
1896
+ var PaymentFirestoreRepository = /** @class */ (function (_super) {
1897
+ __extends(PaymentFirestoreRepository, _super);
1898
+ function PaymentFirestoreRepository(firestore) {
1899
+ var _this = _super.call(this) || this;
1900
+ _this.firestore = firestore;
1901
+ _this.collectionName = 'payments';
1902
+ _this.model = Payment;
1903
+ return _this;
1904
+ }
1905
+ return PaymentFirestoreRepository;
1903
1906
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1904
1907
 
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;
1908
+ var CheckoutSubscriptionFirestoreRepository = /** @class */ (function (_super) {
1909
+ __extends(CheckoutSubscriptionFirestoreRepository, _super);
1910
+ function CheckoutSubscriptionFirestoreRepository(firestore) {
1911
+ var _this = _super.call(this) || this;
1912
+ _this.firestore = firestore;
1913
+ _this.collectionName = 'checkoutsSubscription';
1914
+ _this.model = CheckoutSubscription;
1915
+ return _this;
1916
+ }
1917
+ return CheckoutSubscriptionFirestoreRepository;
1915
1918
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1916
1919
 
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;
1920
+ var SubscriptionPlanFirestoreRepository = /** @class */ (function (_super) {
1921
+ __extends(SubscriptionPlanFirestoreRepository, _super);
1922
+ function SubscriptionPlanFirestoreRepository(firestore) {
1923
+ var _this = _super.call(this) || this;
1924
+ _this.firestore = firestore;
1925
+ _this.collectionName = 'subscriptionPlans';
1926
+ _this.model = SubscriptionPlan;
1927
+ return _this;
1928
+ }
1929
+ return SubscriptionPlanFirestoreRepository;
1927
1930
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1928
1931
 
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;
1932
+ var Buy2WinFirestoreRepository = /** @class */ (function (_super) {
1933
+ __extends(Buy2WinFirestoreRepository, _super);
1934
+ function Buy2WinFirestoreRepository(firestore) {
1935
+ var _this = _super.call(this) || this;
1936
+ _this.firestore = firestore;
1937
+ _this.collectionName = 'buy2win';
1938
+ _this.model = Buy2Win;
1939
+ return _this;
1940
+ }
1941
+ return Buy2WinFirestoreRepository;
1939
1942
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1940
1943
 
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;
1944
+ var LegacyOrderFirestoreRepository = /** @class */ (function (_super) {
1945
+ __extends(LegacyOrderFirestoreRepository, _super);
1946
+ function LegacyOrderFirestoreRepository(firestore) {
1947
+ var _this = _super.call(this, firestore) || this;
1948
+ _this.firestore = firestore;
1949
+ _this.collectionName = 'legacyOrders';
1950
+ return _this;
1951
+ }
1952
+ return LegacyOrderFirestoreRepository;
1950
1953
  }(OrderFirestoreRepository));
1951
1954
 
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;
1955
+ var HomeFirestoreRepository = /** @class */ (function (_super) {
1956
+ __extends(HomeFirestoreRepository, _super);
1957
+ function HomeFirestoreRepository(firestore) {
1958
+ var _this = _super.call(this) || this;
1959
+ _this.firestore = firestore;
1960
+ _this.collectionName = 'dms';
1961
+ _this.model = Home;
1962
+ return _this;
1963
+ }
1964
+ return HomeFirestoreRepository;
1962
1965
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1963
1966
 
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;
1967
+ var ShopMenuFirestoreRepository = /** @class */ (function (_super) {
1968
+ __extends(ShopMenuFirestoreRepository, _super);
1969
+ function ShopMenuFirestoreRepository(firestore) {
1970
+ var _this = _super.call(this) || this;
1971
+ _this.firestore = firestore;
1972
+ _this.collectionName = 'shopMenus';
1973
+ _this.model = ShopMenu;
1974
+ return _this;
1975
+ }
1976
+ return ShopMenuFirestoreRepository;
1974
1977
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1975
1978
 
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;
1979
+ var AuthenticationFirebaseAuthService = /** @class */ (function () {
1980
+ function AuthenticationFirebaseAuthService(firebaseAuth) {
1981
+ this.firebaseAuth = firebaseAuth;
1982
+ }
1983
+ AuthenticationFirebaseAuthService.prototype.signInWithEmailAndPassword = function (data) {
1984
+ return __awaiter(this, void 0, void 0, function () {
1985
+ var credentials, user;
1986
+ return __generator(this, function (_a) {
1987
+ switch (_a.label) {
1988
+ case 0: return [4 /*yield*/, this.firebaseAuth.signInWithEmailAndPassword(data.email, data.password)];
1989
+ case 1:
1990
+ credentials = _a.sent();
1991
+ user = credentials.user;
1992
+ return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
1993
+ }
1994
+ });
1995
+ });
1996
+ };
1997
+ AuthenticationFirebaseAuthService.prototype.signInWithGoogle = function () {
1998
+ return __awaiter(this, void 0, void 0, function () {
1999
+ var credentials, user;
2000
+ return __generator(this, function (_a) {
2001
+ switch (_a.label) {
2002
+ case 0: return [4 /*yield*/, this.firebaseAuth.signInWithPopup(new firebase__default$1["default"].auth.GoogleAuthProvider())];
2003
+ case 1:
2004
+ credentials = _a.sent();
2005
+ user = credentials.user;
2006
+ return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
2007
+ }
2008
+ });
2009
+ });
2010
+ };
2011
+ AuthenticationFirebaseAuthService.prototype.signOut = function () {
2012
+ return __awaiter(this, void 0, void 0, function () {
2013
+ return __generator(this, function (_a) {
2014
+ this.firebaseAuth.signOut();
2015
+ return [2 /*return*/];
2016
+ });
2017
+ });
2018
+ };
2019
+ AuthenticationFirebaseAuthService.prototype.signInAnonymously = function () {
2020
+ return __awaiter(this, void 0, void 0, function () {
2021
+ var auth;
2022
+ return __generator(this, function (_a) {
2023
+ switch (_a.label) {
2024
+ case 0: return [4 /*yield*/, this.firebaseAuth.signInAnonymously()];
2025
+ case 1:
2026
+ auth = _a.sent();
2027
+ return [2 /*return*/, auth.user];
2028
+ }
2029
+ });
2030
+ });
2031
+ };
2032
+ return AuthenticationFirebaseAuthService;
2017
2033
  }());
2018
2034
 
2019
- /**
2020
- * Generated bundle index. Do not edit.
2035
+ /**
2036
+ * Generated bundle index. Do not edit.
2021
2037
  */
2022
2038
 
2023
2039
  Object.defineProperty(exports, 'chunk', {