@infrab4a/connect 0.4.0 → 0.4.2

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 (390) hide show
  1. package/README.md +24 -24
  2. package/bundles/infrab4a-connect.umd.js +1466 -1441
  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 +7 -7
  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 -3
  61. package/esm2015/lib/domain/shop-settings/models/shop-menu.js +7 -0
  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 -3
  65. package/esm2015/lib/domain/shop-settings/models/types/menu-nav.type.js +2 -0
  66. package/esm2015/lib/domain/shop-settings/models/types/sub-menu.type.js +2 -0
  67. package/esm2015/lib/domain/shop-settings/repositories/home.repository.js +2 -2
  68. package/esm2015/lib/domain/shop-settings/repositories/index.js +3 -2
  69. package/esm2015/lib/domain/shop-settings/repositories/shop-menu.repository.js +2 -0
  70. package/esm2015/lib/domain/shopping/index.js +3 -3
  71. package/esm2015/lib/domain/shopping/models/buy-2-win.js +7 -7
  72. package/esm2015/lib/domain/shopping/models/checkout.js +7 -7
  73. package/esm2015/lib/domain/shopping/models/coupons/coupon.js +15 -15
  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 +4 -4
  86. package/esm2015/lib/domain/shopping/models/payment.js +129 -129
  87. package/esm2015/lib/domain/shopping/models/shipping-method.js +7 -7
  88. package/esm2015/lib/domain/shopping/models/subscription/checkout.js +7 -7
  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 +7 -7
  103. package/esm2015/lib/domain/shopping/repositories/order.repository.js +2 -2
  104. package/esm2015/lib/domain/shopping/repositories/payment.repository.js +2 -2
  105. package/esm2015/lib/domain/shopping/repositories/subscription/checkout.repository.js +2 -2
  106. package/esm2015/lib/domain/shopping/repositories/subscription/index.js +3 -3
  107. package/esm2015/lib/domain/shopping/repositories/subscription/plan.repository.js +2 -2
  108. package/esm2015/lib/domain/users/errors/index.js +2 -2
  109. package/esm2015/lib/domain/users/errors/unauthorized.error.js +7 -7
  110. package/esm2015/lib/domain/users/index.js +6 -6
  111. package/esm2015/lib/domain/users/models/beauty-profile.js +12 -12
  112. package/esm2015/lib/domain/users/models/enums/area.enum.js +13 -13
  113. package/esm2015/lib/domain/users/models/enums/beard-sizes.enum.js +9 -9
  114. package/esm2015/lib/domain/users/models/enums/hair-types.enum.js +9 -9
  115. package/esm2015/lib/domain/users/models/enums/index.js +7 -7
  116. package/esm2015/lib/domain/users/models/enums/office-position.enum.js +8 -8
  117. package/esm2015/lib/domain/users/models/enums/user-type.enum.js +10 -10
  118. package/esm2015/lib/domain/users/models/index.js +6 -6
  119. package/esm2015/lib/domain/users/models/subscription/edition.js +7 -7
  120. package/esm2015/lib/domain/users/models/subscription/enums/billing-status.enum.js +5 -5
  121. package/esm2015/lib/domain/users/models/subscription/enums/edition-status.enum.js +5 -5
  122. package/esm2015/lib/domain/users/models/subscription/enums/index.js +5 -5
  123. package/esm2015/lib/domain/users/models/subscription/enums/payment-type.enum.js +7 -7
  124. package/esm2015/lib/domain/users/models/subscription/enums/status.enum.js +5 -5
  125. package/esm2015/lib/domain/users/models/subscription/index.js +5 -5
  126. package/esm2015/lib/domain/users/models/subscription/payment.js +7 -7
  127. package/esm2015/lib/domain/users/models/subscription/subscription.js +7 -7
  128. package/esm2015/lib/domain/users/models/user-address.js +7 -7
  129. package/esm2015/lib/domain/users/models/user.js +17 -17
  130. package/esm2015/lib/domain/users/repositories/beauty-profile.repository.js +2 -2
  131. package/esm2015/lib/domain/users/repositories/edition.repository.js +2 -2
  132. package/esm2015/lib/domain/users/repositories/index.js +7 -7
  133. package/esm2015/lib/domain/users/repositories/subscription-payment.repository.js +2 -2
  134. package/esm2015/lib/domain/users/repositories/subscription.repository.js +2 -2
  135. package/esm2015/lib/domain/users/repositories/user-address.repository.js +2 -2
  136. package/esm2015/lib/domain/users/repositories/user.repository.js +2 -2
  137. package/esm2015/lib/domain/users/services/authentication.service.js +2 -2
  138. package/esm2015/lib/domain/users/services/index.js +2 -2
  139. package/esm2015/lib/domain/users/use-cases/authentication.js +40 -40
  140. package/esm2015/lib/domain/users/use-cases/index.js +3 -3
  141. package/esm2015/lib/domain/users/use-cases/signout.js +12 -12
  142. package/esm2015/lib/errors/index.js +4 -4
  143. package/esm2015/lib/errors/invalid-argument.error.js +7 -7
  144. package/esm2015/lib/errors/not-found.error.js +7 -7
  145. package/esm2015/lib/errors/required-argument.error.js +8 -8
  146. package/esm2015/lib/index.js +5 -5
  147. package/esm2015/lib/infra/firebase/auth/authentication-firebase-auth.service.js +27 -27
  148. package/esm2015/lib/infra/firebase/auth/index.js +2 -2
  149. package/esm2015/lib/infra/firebase/firestore/index.js +4 -4
  150. package/esm2015/lib/infra/firebase/firestore/mixins/index.js +10 -10
  151. package/esm2015/lib/infra/firebase/firestore/mixins/with-create-firestore.mixin.js +30 -30
  152. package/esm2015/lib/infra/firebase/firestore/mixins/with-crud-firestore.mixin.js +10 -10
  153. package/esm2015/lib/infra/firebase/firestore/mixins/with-delete-firestore.mixin.js +18 -18
  154. package/esm2015/lib/infra/firebase/firestore/mixins/with-find-firestore.mixin.js +62 -62
  155. package/esm2015/lib/infra/firebase/firestore/mixins/with-firestore.mixin.js +26 -26
  156. package/esm2015/lib/infra/firebase/firestore/mixins/with-get-firestore.mixin.js +24 -24
  157. package/esm2015/lib/infra/firebase/firestore/mixins/with-helpers.mixin.js +17 -17
  158. package/esm2015/lib/infra/firebase/firestore/mixins/with-sub-collection.mixin.js +11 -11
  159. package/esm2015/lib/infra/firebase/firestore/mixins/with-update-firestore.mixin.js +43 -43
  160. package/esm2015/lib/infra/firebase/firestore/repositories/catalog/category-firestore.repository.js +12 -12
  161. package/esm2015/lib/infra/firebase/firestore/repositories/catalog/index.js +4 -4
  162. package/esm2015/lib/infra/firebase/firestore/repositories/catalog/product-firestore.repository.js +12 -12
  163. package/esm2015/lib/infra/firebase/firestore/repositories/catalog/product-variant-firestore.repository.js +14 -14
  164. package/esm2015/lib/infra/firebase/firestore/repositories/index.js +5 -5
  165. package/esm2015/lib/infra/firebase/firestore/repositories/shop-settings/home-firestore.repository.js +12 -12
  166. package/esm2015/lib/infra/firebase/firestore/repositories/shop-settings/index.js +3 -2
  167. package/esm2015/lib/infra/firebase/firestore/repositories/shop-settings/shop-menu-firestore.repository.js +12 -0
  168. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/buy-2-win-firestore.repository.js +12 -12
  169. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/checkout-firestore.repository.js +12 -12
  170. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/checkout-subscription-firestore.repository.js +12 -12
  171. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/coupon-firestore.repository.js +12 -12
  172. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/index.js +8 -8
  173. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/order-firestore.repository.js +12 -12
  174. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/payment-firestore.repository.js +12 -12
  175. package/esm2015/lib/infra/firebase/firestore/repositories/shopping/subscription-plan-firestore.repository.js +12 -12
  176. package/esm2015/lib/infra/firebase/firestore/repositories/users/index.js +7 -7
  177. package/esm2015/lib/infra/firebase/firestore/repositories/users/subscription-edition-firestore.repository.js +14 -14
  178. package/esm2015/lib/infra/firebase/firestore/repositories/users/subscription-firestore.repository.js +12 -12
  179. package/esm2015/lib/infra/firebase/firestore/repositories/users/subscription-payment-firestore.repository.js +14 -14
  180. package/esm2015/lib/infra/firebase/firestore/repositories/users/user-address-firestore.repository.js +14 -14
  181. package/esm2015/lib/infra/firebase/firestore/repositories/users/user-beauty-profile-firestore.repository.js +14 -14
  182. package/esm2015/lib/infra/firebase/firestore/repositories/users/user-firestore.repository.js +40 -40
  183. package/esm2015/lib/infra/firebase/firestore/types/firestore-sub.repository.type.js +2 -2
  184. package/esm2015/lib/infra/firebase/firestore/types/firestore.helpers.type.js +2 -2
  185. package/esm2015/lib/infra/firebase/firestore/types/firestore.repository.type.js +2 -2
  186. package/esm2015/lib/infra/firebase/firestore/types/index.js +4 -4
  187. package/esm2015/lib/infra/firebase/index.js +3 -3
  188. package/esm2015/lib/infra/index.js +2 -2
  189. package/esm2015/lib/utils/index.js +5 -5
  190. package/esm2015/lib/utils/mixins/base.mixin.js +6 -6
  191. package/esm2015/lib/utils/mixins/index.js +3 -3
  192. package/esm2015/lib/utils/mixins/mixin-ctor.type.js +2 -2
  193. package/esm2015/lib/utils/types/index.js +2 -2
  194. package/esm2015/lib/utils/types/prop.type.js +2 -2
  195. package/esm2015/public-api.js +2 -2
  196. package/fesm2015/infrab4a-connect.js +898 -883
  197. package/fesm2015/infrab4a-connect.js.map +1 -1
  198. package/infrab4a-connect.d.ts +5 -5
  199. package/lib/domain/catalog/index.d.ts +2 -2
  200. package/lib/domain/catalog/models/category.d.ts +20 -20
  201. package/lib/domain/catalog/models/enums/index.d.ts +1 -1
  202. package/lib/domain/catalog/models/enums/shops.enum.d.ts +4 -4
  203. package/lib/domain/catalog/models/index.d.ts +5 -5
  204. package/lib/domain/catalog/models/product.d.ts +31 -31
  205. package/lib/domain/catalog/models/types/category-condition.type.d.ts +4 -4
  206. package/lib/domain/catalog/models/types/category-filter.type.d.ts +4 -4
  207. package/lib/domain/catalog/models/types/index.d.ts +7 -7
  208. package/lib/domain/catalog/models/types/product-review.type.d.ts +12 -12
  209. package/lib/domain/catalog/models/types/shops-description.type.d.ts +7 -7
  210. package/lib/domain/catalog/models/types/shops-price.type.d.ts +10 -10
  211. package/lib/domain/catalog/models/types/stock.type.d.ts +3 -3
  212. package/lib/domain/catalog/models/types/variant-grade.type.d.ts +4 -4
  213. package/lib/domain/catalog/models/variant.d.ts +12 -12
  214. package/lib/domain/catalog/repositories/category.repository.d.ts +4 -4
  215. package/lib/domain/catalog/repositories/index.d.ts +3 -3
  216. package/lib/domain/catalog/repositories/product.repository.d.ts +4 -4
  217. package/lib/domain/catalog/repositories/variant.repository.d.ts +4 -4
  218. package/lib/domain/general/index.d.ts +2 -2
  219. package/lib/domain/general/model/base-model-with-identifier-fields.d.ts +3 -3
  220. package/lib/domain/general/model/base.model.d.ts +6 -6
  221. package/lib/domain/general/model/identifier-fields.d.ts +4 -4
  222. package/lib/domain/general/model/index.d.ts +4 -4
  223. package/lib/domain/general/model/types/base-model-builder.type.d.ts +5 -5
  224. package/lib/domain/general/model/types/index.d.ts +3 -3
  225. package/lib/domain/general/model/types/non-function-properties.type.d.ts +2 -2
  226. package/lib/domain/general/model/types/non-function-property-name.type.d.ts +3 -3
  227. package/lib/domain/general/repository/create.repository.d.ts +5 -5
  228. package/lib/domain/general/repository/crud.repository.d.ts +7 -7
  229. package/lib/domain/general/repository/delete.repository.d.ts +5 -5
  230. package/lib/domain/general/repository/enums/index.d.ts +2 -2
  231. package/lib/domain/general/repository/enums/update-option-actions.enum.d.ts +7 -7
  232. package/lib/domain/general/repository/enums/where.enum.d.ts +9 -9
  233. package/lib/domain/general/repository/find.repository.d.ts +5 -5
  234. package/lib/domain/general/repository/get.repository.d.ts +5 -5
  235. package/lib/domain/general/repository/index.d.ts +9 -9
  236. package/lib/domain/general/repository/read.repository.d.ts +5 -5
  237. package/lib/domain/general/repository/types/index.d.ts +5 -5
  238. package/lib/domain/general/repository/types/repository-find-filters.type.d.ts +10 -10
  239. package/lib/domain/general/repository/types/repository-find-result.type.d.ts +4 -4
  240. package/lib/domain/general/repository/types/repository-limit-options.type.d.ts +4 -4
  241. package/lib/domain/general/repository/types/repository-order-by-list.type.d.ts +5 -5
  242. package/lib/domain/general/repository/types/repository-update-params.type.d.ts +11 -11
  243. package/lib/domain/general/repository/update.repository.d.ts +5 -5
  244. package/lib/domain/index.d.ts +6 -6
  245. package/lib/domain/location/index.d.ts +1 -1
  246. package/lib/domain/location/models/address.d.ts +21 -21
  247. package/lib/domain/location/models/index.d.ts +2 -2
  248. package/lib/domain/location/models/types/index.d.ts +3 -3
  249. package/lib/domain/location/models/types/location-bound.type.d.ts +6 -6
  250. package/lib/domain/location/models/types/location-geometry.type.d.ts +7 -7
  251. package/lib/domain/location/models/types/location-lat-lng.type.d.ts +4 -4
  252. package/lib/domain/shop-settings/index.d.ts +2 -2
  253. package/lib/domain/shop-settings/models/home.d.ts +17 -17
  254. package/lib/domain/shop-settings/models/index.d.ts +3 -2
  255. package/lib/domain/shop-settings/models/shop-menu.d.ts +7 -0
  256. package/lib/domain/shop-settings/models/types/banner.type.d.ts +6 -6
  257. package/lib/domain/shop-settings/models/types/benefit.type.d.ts +5 -5
  258. package/lib/domain/shop-settings/models/types/index.d.ts +4 -2
  259. package/lib/domain/shop-settings/models/types/menu-nav.type.d.ts +8 -0
  260. package/lib/domain/shop-settings/models/types/sub-menu.type.d.ts +8 -0
  261. package/lib/domain/shop-settings/repositories/home.repository.d.ts +4 -4
  262. package/lib/domain/shop-settings/repositories/index.d.ts +2 -1
  263. package/lib/domain/shop-settings/repositories/shop-menu.repository.d.ts +4 -0
  264. package/lib/domain/shopping/index.d.ts +2 -2
  265. package/lib/domain/shopping/models/buy-2-win.d.ts +18 -18
  266. package/lib/domain/shopping/models/checkout.d.ts +28 -28
  267. package/lib/domain/shopping/models/coupons/coupon.d.ts +25 -25
  268. package/lib/domain/shopping/models/coupons/enums/coupon-subtypes.enum.d.ts +4 -4
  269. package/lib/domain/shopping/models/coupons/enums/coupon-types.enum.d.ts +6 -6
  270. package/lib/domain/shopping/models/coupons/enums/exclusivities.enum.d.ts +5 -5
  271. package/lib/domain/shopping/models/coupons/enums/index.d.ts +3 -3
  272. package/lib/domain/shopping/models/coupons/financial-coupon.d.ts +8 -8
  273. package/lib/domain/shopping/models/coupons/index.d.ts +3 -3
  274. package/lib/domain/shopping/models/enums/checkout-types.enum.d.ts +4 -4
  275. package/lib/domain/shopping/models/enums/index.d.ts +2 -2
  276. package/lib/domain/shopping/models/enums/order-status.enum.d.ts +10 -10
  277. package/lib/domain/shopping/models/index.d.ts +11 -11
  278. package/lib/domain/shopping/models/line-item.d.ts +7 -7
  279. package/lib/domain/shopping/models/order.d.ts +7 -7
  280. package/lib/domain/shopping/models/payment.d.ts +69 -69
  281. package/lib/domain/shopping/models/shipping-method.d.ts +18 -18
  282. package/lib/domain/shopping/models/subscription/checkout.d.ts +23 -23
  283. package/lib/domain/shopping/models/subscription/index.d.ts +2 -2
  284. package/lib/domain/shopping/models/subscription/plan.d.ts +12 -12
  285. package/lib/domain/shopping/models/types/index.d.ts +7 -7
  286. package/lib/domain/shopping/models/types/payment-address.type.d.ts +12 -12
  287. package/lib/domain/shopping/models/types/payment-billing.type.d.ts +7 -7
  288. package/lib/domain/shopping/models/types/payment-card.type.d.ts +14 -14
  289. package/lib/domain/shopping/models/types/payment-customer.type.d.ts +18 -18
  290. package/lib/domain/shopping/models/types/payment-document.type.d.ts +6 -6
  291. package/lib/domain/shopping/models/types/payment-item.type.d.ts +11 -11
  292. package/lib/domain/shopping/models/types/payment-shipping.type.d.ts +10 -10
  293. package/lib/domain/shopping/repositories/buy-2-win.repository.d.ts +4 -4
  294. package/lib/domain/shopping/repositories/checkout.repository.d.ts +4 -4
  295. package/lib/domain/shopping/repositories/coupon.repository.d.ts +4 -4
  296. package/lib/domain/shopping/repositories/index.d.ts +6 -6
  297. package/lib/domain/shopping/repositories/order.repository.d.ts +4 -4
  298. package/lib/domain/shopping/repositories/payment.repository.d.ts +4 -4
  299. package/lib/domain/shopping/repositories/subscription/checkout.repository.d.ts +4 -4
  300. package/lib/domain/shopping/repositories/subscription/index.d.ts +2 -2
  301. package/lib/domain/shopping/repositories/subscription/plan.repository.d.ts +4 -4
  302. package/lib/domain/users/errors/index.d.ts +1 -1
  303. package/lib/domain/users/errors/unauthorized.error.d.ts +4 -4
  304. package/lib/domain/users/index.d.ts +5 -5
  305. package/lib/domain/users/models/beauty-profile.d.ts +12 -12
  306. package/lib/domain/users/models/enums/area.enum.d.ts +11 -11
  307. package/lib/domain/users/models/enums/beard-sizes.enum.d.ts +7 -7
  308. package/lib/domain/users/models/enums/hair-types.enum.d.ts +7 -7
  309. package/lib/domain/users/models/enums/index.d.ts +6 -6
  310. package/lib/domain/users/models/enums/office-position.enum.d.ts +6 -6
  311. package/lib/domain/users/models/enums/user-type.enum.d.ts +8 -8
  312. package/lib/domain/users/models/index.d.ts +5 -5
  313. package/lib/domain/users/models/subscription/edition.d.ts +15 -15
  314. package/lib/domain/users/models/subscription/enums/billing-status.enum.d.ts +3 -3
  315. package/lib/domain/users/models/subscription/enums/edition-status.enum.d.ts +3 -3
  316. package/lib/domain/users/models/subscription/enums/index.d.ts +4 -4
  317. package/lib/domain/users/models/subscription/enums/payment-type.enum.d.ts +5 -5
  318. package/lib/domain/users/models/subscription/enums/status.enum.d.ts +3 -3
  319. package/lib/domain/users/models/subscription/index.d.ts +4 -4
  320. package/lib/domain/users/models/subscription/payment.d.ts +14 -14
  321. package/lib/domain/users/models/subscription/subscription.d.ts +30 -30
  322. package/lib/domain/users/models/user-address.d.ts +7 -7
  323. package/lib/domain/users/models/user.d.ts +23 -23
  324. package/lib/domain/users/repositories/beauty-profile.repository.d.ts +4 -4
  325. package/lib/domain/users/repositories/edition.repository.d.ts +4 -4
  326. package/lib/domain/users/repositories/index.d.ts +6 -6
  327. package/lib/domain/users/repositories/subscription-payment.repository.d.ts +4 -4
  328. package/lib/domain/users/repositories/subscription.repository.d.ts +4 -4
  329. package/lib/domain/users/repositories/user-address.repository.d.ts +4 -4
  330. package/lib/domain/users/repositories/user.repository.d.ts +4 -4
  331. package/lib/domain/users/services/authentication.service.d.ts +10 -10
  332. package/lib/domain/users/services/index.d.ts +1 -1
  333. package/lib/domain/users/use-cases/authentication.d.ts +21 -21
  334. package/lib/domain/users/use-cases/index.d.ts +2 -2
  335. package/lib/domain/users/use-cases/signout.d.ts +6 -6
  336. package/lib/errors/index.d.ts +3 -3
  337. package/lib/errors/invalid-argument.error.d.ts +4 -4
  338. package/lib/errors/not-found.error.d.ts +4 -4
  339. package/lib/errors/required-argument.error.d.ts +5 -5
  340. package/lib/index.d.ts +4 -4
  341. package/lib/infra/firebase/auth/authentication-firebase-auth.service.d.ts +9 -9
  342. package/lib/infra/firebase/auth/index.d.ts +1 -1
  343. package/lib/infra/firebase/firestore/index.d.ts +3 -3
  344. package/lib/infra/firebase/firestore/mixins/index.d.ts +9 -9
  345. package/lib/infra/firebase/firestore/mixins/with-create-firestore.mixin.d.ts +17 -17
  346. package/lib/infra/firebase/firestore/mixins/with-crud-firestore.mixin.d.ts +29 -29
  347. package/lib/infra/firebase/firestore/mixins/with-delete-firestore.mixin.d.ts +15 -15
  348. package/lib/infra/firebase/firestore/mixins/with-find-firestore.mixin.d.ts +20 -20
  349. package/lib/infra/firebase/firestore/mixins/with-firestore.mixin.d.ts +15 -15
  350. package/lib/infra/firebase/firestore/mixins/with-get-firestore.mixin.d.ts +15 -15
  351. package/lib/infra/firebase/firestore/mixins/with-helpers.mixin.d.ts +10 -10
  352. package/lib/infra/firebase/firestore/mixins/with-sub-collection.mixin.d.ts +14 -14
  353. package/lib/infra/firebase/firestore/mixins/with-update-firestore.mixin.d.ts +16 -16
  354. package/lib/infra/firebase/firestore/repositories/catalog/category-firestore.repository.d.ts +49 -49
  355. package/lib/infra/firebase/firestore/repositories/catalog/index.d.ts +3 -3
  356. package/lib/infra/firebase/firestore/repositories/catalog/product-firestore.repository.d.ts +49 -49
  357. package/lib/infra/firebase/firestore/repositories/catalog/product-variant-firestore.repository.d.ts +60 -60
  358. package/lib/infra/firebase/firestore/repositories/index.d.ts +4 -4
  359. package/lib/infra/firebase/firestore/repositories/shop-settings/home-firestore.repository.d.ts +49 -49
  360. package/lib/infra/firebase/firestore/repositories/shop-settings/index.d.ts +2 -1
  361. package/lib/infra/firebase/firestore/repositories/shop-settings/shop-menu-firestore.repository.d.ts +49 -0
  362. package/lib/infra/firebase/firestore/repositories/shopping/buy-2-win-firestore.repository.d.ts +49 -49
  363. package/lib/infra/firebase/firestore/repositories/shopping/checkout-firestore.repository.d.ts +49 -49
  364. package/lib/infra/firebase/firestore/repositories/shopping/checkout-subscription-firestore.repository.d.ts +49 -49
  365. package/lib/infra/firebase/firestore/repositories/shopping/coupon-firestore.repository.d.ts +49 -49
  366. package/lib/infra/firebase/firestore/repositories/shopping/index.d.ts +7 -7
  367. package/lib/infra/firebase/firestore/repositories/shopping/order-firestore.repository.d.ts +49 -49
  368. package/lib/infra/firebase/firestore/repositories/shopping/payment-firestore.repository.d.ts +49 -49
  369. package/lib/infra/firebase/firestore/repositories/shopping/subscription-plan-firestore.repository.d.ts +49 -49
  370. package/lib/infra/firebase/firestore/repositories/users/index.d.ts +6 -6
  371. package/lib/infra/firebase/firestore/repositories/users/subscription-edition-firestore.repository.d.ts +60 -60
  372. package/lib/infra/firebase/firestore/repositories/users/subscription-firestore.repository.d.ts +49 -49
  373. package/lib/infra/firebase/firestore/repositories/users/subscription-payment-firestore.repository.d.ts +60 -60
  374. package/lib/infra/firebase/firestore/repositories/users/user-address-firestore.repository.d.ts +60 -60
  375. package/lib/infra/firebase/firestore/repositories/users/user-beauty-profile-firestore.repository.d.ts +60 -60
  376. package/lib/infra/firebase/firestore/repositories/users/user-firestore.repository.d.ts +52 -52
  377. package/lib/infra/firebase/firestore/types/firestore-sub.repository.type.d.ts +6 -6
  378. package/lib/infra/firebase/firestore/types/firestore.helpers.type.d.ts +8 -8
  379. package/lib/infra/firebase/firestore/types/firestore.repository.type.d.ts +8 -8
  380. package/lib/infra/firebase/firestore/types/index.d.ts +3 -3
  381. package/lib/infra/firebase/index.d.ts +2 -2
  382. package/lib/infra/index.d.ts +1 -1
  383. package/lib/utils/index.d.ts +4 -4
  384. package/lib/utils/mixins/base.mixin.d.ts +3 -3
  385. package/lib/utils/mixins/index.d.ts +2 -2
  386. package/lib/utils/mixins/mixin-ctor.type.d.ts +1 -1
  387. package/lib/utils/types/index.d.ts +1 -1
  388. package/lib/utils/types/prop.type.d.ts +1 -1
  389. package/package.json +1 -1
  390. package/public-api.d.ts +1 -1
@@ -9,1595 +9,1618 @@
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 SubscriptionPayment = /** @class */ (function (_super) {
446
- __extends(SubscriptionPayment, _super);
447
- function SubscriptionPayment() {
448
- return _super !== null && _super.apply(this, arguments) || this;
449
- }
450
- SubscriptionPayment.prototype.identifierFields = function () {
451
- return ['id'];
452
- };
453
- return SubscriptionPayment;
445
+ var SubscriptionPayment = /** @class */ (function (_super) {
446
+ __extends(SubscriptionPayment, _super);
447
+ function SubscriptionPayment() {
448
+ return _super !== null && _super.apply(this, arguments) || this;
449
+ }
450
+ SubscriptionPayment.prototype.identifierFields = function () {
451
+ return ['id'];
452
+ };
453
+ return SubscriptionPayment;
454
454
  }(BaseModel));
455
455
 
456
- var Subscription = /** @class */ (function (_super) {
457
- __extends(Subscription, _super);
458
- function Subscription() {
459
- return _super !== null && _super.apply(this, arguments) || this;
460
- }
461
- Subscription.prototype.identifierFields = function () {
462
- return ['id'];
463
- };
464
- return Subscription;
456
+ var Subscription = /** @class */ (function (_super) {
457
+ __extends(Subscription, _super);
458
+ function Subscription() {
459
+ return _super !== null && _super.apply(this, arguments) || this;
460
+ }
461
+ Subscription.prototype.identifierFields = function () {
462
+ return ['id'];
463
+ };
464
+ return Subscription;
465
465
  }(BaseModel));
466
466
 
467
- var User = /** @class */ (function (_super) {
468
- __extends(User, _super);
469
- function User() {
470
- return _super !== null && _super.apply(this, arguments) || this;
471
- }
472
- User.toInstance = function (data) {
473
- var instance = _super.toInstance.call(this, data);
474
- instance.displayName = data.firstName + " " + data.lastName;
475
- return instance;
476
- };
477
- User.prototype.identifierFields = function () {
478
- return ['id'];
479
- };
480
- User.prototype.toPlain = function () {
481
- var plain = _super.prototype.toPlain.call(this);
482
- delete plain.beautyProfile;
483
- return plain;
484
- };
485
- return User;
467
+ var User = /** @class */ (function (_super) {
468
+ __extends(User, _super);
469
+ function User() {
470
+ return _super !== null && _super.apply(this, arguments) || this;
471
+ }
472
+ User.toInstance = function (data) {
473
+ var instance = _super.toInstance.call(this, data);
474
+ instance.displayName = data.firstName + " " + data.lastName;
475
+ return instance;
476
+ };
477
+ User.prototype.identifierFields = function () {
478
+ return ['id'];
479
+ };
480
+ User.prototype.toPlain = function () {
481
+ var plain = _super.prototype.toPlain.call(this);
482
+ delete plain.beautyProfile;
483
+ return plain;
484
+ };
485
+ return User;
486
486
  }(BaseModel));
487
487
 
488
- var BeautyProfile = /** @class */ (function (_super) {
489
- __extends(BeautyProfile, _super);
490
- function BeautyProfile() {
491
- return _super !== null && _super.apply(this, arguments) || this;
492
- }
493
- BeautyProfile.prototype.toPlain = function () {
494
- var plain = _super.prototype.toPlain.call(this);
495
- delete plain.id;
496
- return plain;
497
- };
498
- BeautyProfile.prototype.identifierFields = function () {
499
- return ['id'];
500
- };
501
- return BeautyProfile;
488
+ var BeautyProfile = /** @class */ (function (_super) {
489
+ __extends(BeautyProfile, _super);
490
+ function BeautyProfile() {
491
+ return _super !== null && _super.apply(this, arguments) || this;
492
+ }
493
+ BeautyProfile.prototype.toPlain = function () {
494
+ var plain = _super.prototype.toPlain.call(this);
495
+ delete plain.id;
496
+ return plain;
497
+ };
498
+ BeautyProfile.prototype.identifierFields = function () {
499
+ return ['id'];
500
+ };
501
+ return BeautyProfile;
502
502
  }(BaseModel));
503
503
 
504
- var Address = /** @class */ (function (_super) {
505
- __extends(Address, _super);
506
- function Address() {
507
- return _super !== null && _super.apply(this, arguments) || this;
508
- }
509
- return Address;
504
+ var Address = /** @class */ (function (_super) {
505
+ __extends(Address, _super);
506
+ function Address() {
507
+ return _super !== null && _super.apply(this, arguments) || this;
508
+ }
509
+ return Address;
510
510
  }(BaseModel));
511
511
 
512
- var UserAddress = /** @class */ (function (_super) {
513
- __extends(UserAddress, _super);
514
- function UserAddress() {
515
- return _super !== null && _super.apply(this, arguments) || this;
516
- }
517
- UserAddress.prototype.identifierFields = function () {
518
- return ['id'];
519
- };
520
- return UserAddress;
512
+ var UserAddress = /** @class */ (function (_super) {
513
+ __extends(UserAddress, _super);
514
+ function UserAddress() {
515
+ return _super !== null && _super.apply(this, arguments) || this;
516
+ }
517
+ UserAddress.prototype.identifierFields = function () {
518
+ return ['id'];
519
+ };
520
+ return UserAddress;
521
521
  }(Address));
522
522
 
523
- var Base = /** @class */ (function () {
524
- function Base() {
525
- var args = [];
526
- for (var _i = 0; _i < arguments.length; _i++) {
527
- args[_i] = arguments[_i];
528
- }
529
- Object.assign.apply(Object, __spreadArray([this], __read(args)));
530
- }
531
- return Base;
523
+ var Base = /** @class */ (function () {
524
+ function Base() {
525
+ var args = [];
526
+ for (var _i = 0; _i < arguments.length; _i++) {
527
+ args[_i] = arguments[_i];
528
+ }
529
+ Object.assign.apply(Object, __spreadArray([this], __read(args)));
530
+ }
531
+ return Base;
532
532
  }());
533
533
 
534
- var UnauthorizedError = /** @class */ (function (_super) {
535
- __extends(UnauthorizedError, _super);
536
- function UnauthorizedError(message) {
537
- var _this = _super.call(this, message) || this;
538
- _this.message = message;
539
- return _this;
540
- }
541
- return UnauthorizedError;
534
+ var UnauthorizedError = /** @class */ (function (_super) {
535
+ __extends(UnauthorizedError, _super);
536
+ function UnauthorizedError(message) {
537
+ var _this = _super.call(this, message) || this;
538
+ _this.message = message;
539
+ return _this;
540
+ }
541
+ return UnauthorizedError;
542
542
  }(Error));
543
543
 
544
- exports.SignInMethods = void 0;
545
- (function (SignInMethods) {
546
- SignInMethods["EMAIL_PASSWORD"] = "email_password";
547
- SignInMethods["GOOGLE"] = "google";
548
- })(exports.SignInMethods || (exports.SignInMethods = {}));
549
- var Authentication = /** @class */ (function () {
550
- function Authentication(authService, userRepository) {
551
- this.authService = authService;
552
- this.userRepository = userRepository;
553
- }
554
- Authentication.prototype.signIn = function (_b, signInMethod) {
555
- var email = _b.email, password = _b.password;
556
- return __awaiter(this, void 0, void 0, function () {
557
- var method, userAuth, user;
558
- return __generator(this, function (_b) {
559
- switch (_b.label) {
560
- case 0:
561
- method = this.getServiceByMethod(signInMethod);
562
- return [4 /*yield*/, this.authService[method]({ email: email, password: password })];
563
- case 1:
564
- userAuth = _b.sent();
565
- user = this.userRepository.get(userAuth);
566
- if (!lodash.isNil(user))
567
- return [2 /*return*/, user];
568
- if (/^.+@b4a.com.br$/.test(userAuth.email))
569
- return [2 /*return*/, this.createsUserByCredential(userAuth)];
570
- throw new UnauthorizedError('Invalid credentials');
571
- }
572
- });
573
- });
574
- };
575
- Authentication.prototype.getServiceByMethod = function (signInMethod) {
576
- return signInMethod === exports.SignInMethods.EMAIL_PASSWORD ? 'signInWithEmailAndPassword' : 'signInWithGoogle';
577
- };
578
- Authentication.prototype.createsUserByCredential = function (user) {
579
- var _a;
580
- return __awaiter(this, void 0, void 0, function () {
581
- var _b, firstName, lastName, person;
582
- return __generator(this, function (_c) {
583
- _b = __read((_a = user.displayName) === null || _a === void 0 ? void 0 : _a.split(/\s/), 2), firstName = _b[0], lastName = _b[1];
584
- person = User.toInstance(Object.assign(Object.assign({}, user), { cpf: '', birthday: new Date(), firstName: firstName,
585
- lastName: lastName, acceptsNewsletter: false, area: exports.Area.Transactional, officePosition: exports.OfficePosition.Intern, type: exports.UserType.Collaborator }));
586
- return [2 /*return*/, this.userRepository.create(person)];
587
- });
588
- });
589
- };
590
- return Authentication;
544
+ exports.SignInMethods = void 0;
545
+ (function (SignInMethods) {
546
+ SignInMethods["EMAIL_PASSWORD"] = "email_password";
547
+ SignInMethods["GOOGLE"] = "google";
548
+ })(exports.SignInMethods || (exports.SignInMethods = {}));
549
+ var Authentication = /** @class */ (function () {
550
+ function Authentication(authService, userRepository) {
551
+ this.authService = authService;
552
+ this.userRepository = userRepository;
553
+ }
554
+ Authentication.prototype.signIn = function (_b, signInMethod) {
555
+ var email = _b.email, password = _b.password;
556
+ return __awaiter(this, void 0, void 0, function () {
557
+ var method, userAuth, user;
558
+ return __generator(this, function (_b) {
559
+ switch (_b.label) {
560
+ case 0:
561
+ method = this.getServiceByMethod(signInMethod);
562
+ return [4 /*yield*/, this.authService[method]({ email: email, password: password })];
563
+ case 1:
564
+ userAuth = _b.sent();
565
+ user = this.userRepository.get(userAuth);
566
+ if (!lodash.isNil(user))
567
+ return [2 /*return*/, user];
568
+ if (/^.+@b4a.com.br$/.test(userAuth.email))
569
+ return [2 /*return*/, this.createsUserByCredential(userAuth)];
570
+ throw new UnauthorizedError('Invalid credentials');
571
+ }
572
+ });
573
+ });
574
+ };
575
+ Authentication.prototype.getServiceByMethod = function (signInMethod) {
576
+ return signInMethod === exports.SignInMethods.EMAIL_PASSWORD ? 'signInWithEmailAndPassword' : 'signInWithGoogle';
577
+ };
578
+ Authentication.prototype.createsUserByCredential = function (user) {
579
+ var _a;
580
+ return __awaiter(this, void 0, void 0, function () {
581
+ var _b, firstName, lastName, person;
582
+ return __generator(this, function (_c) {
583
+ _b = __read((_a = user.displayName) === null || _a === void 0 ? void 0 : _a.split(/\s/), 2), firstName = _b[0], lastName = _b[1];
584
+ person = User.toInstance(Object.assign(Object.assign({}, user), { cpf: '', birthday: new Date(), firstName: firstName,
585
+ lastName: lastName, acceptsNewsletter: false, area: exports.Area.Transactional, officePosition: exports.OfficePosition.Intern, type: exports.UserType.Collaborator }));
586
+ return [2 /*return*/, this.userRepository.create(person)];
587
+ });
588
+ });
589
+ };
590
+ return Authentication;
591
591
  }());
592
592
 
593
- var SignOut = /** @class */ (function () {
594
- function SignOut(authService) {
595
- this.authService = authService;
596
- }
597
- SignOut.prototype.signOut = function () {
598
- return __awaiter(this, void 0, void 0, function () {
599
- return __generator(this, function (_a) {
600
- switch (_a.label) {
601
- case 0: return [4 /*yield*/, this.authService.signOut()];
602
- case 1:
603
- _a.sent();
604
- return [2 /*return*/];
605
- }
606
- });
607
- });
608
- };
609
- return SignOut;
593
+ var SignOut = /** @class */ (function () {
594
+ function SignOut(authService) {
595
+ this.authService = authService;
596
+ }
597
+ SignOut.prototype.signOut = function () {
598
+ return __awaiter(this, void 0, void 0, function () {
599
+ return __generator(this, function (_a) {
600
+ switch (_a.label) {
601
+ case 0: return [4 /*yield*/, this.authService.signOut()];
602
+ case 1:
603
+ _a.sent();
604
+ return [2 /*return*/];
605
+ }
606
+ });
607
+ });
608
+ };
609
+ return SignOut;
610
610
  }());
611
611
 
612
- exports.Shops = void 0;
613
- (function (Shops) {
614
- Shops["MENSMARKET"] = "Men's Market";
615
- Shops["GLAMSHOP"] = "Glamshop";
612
+ exports.Shops = void 0;
613
+ (function (Shops) {
614
+ Shops["MENSMARKET"] = "Men's Market";
615
+ Shops["GLAMSHOP"] = "Glamshop";
616
616
  })(exports.Shops || (exports.Shops = {}));
617
617
 
618
- var Category = /** @class */ (function (_super) {
619
- __extends(Category, _super);
620
- function Category() {
621
- return _super !== null && _super.apply(this, arguments) || this;
622
- }
623
- Category.prototype.identifierFields = function () {
624
- return ['id'];
625
- };
626
- return Category;
618
+ var Category = /** @class */ (function (_super) {
619
+ __extends(Category, _super);
620
+ function Category() {
621
+ return _super !== null && _super.apply(this, arguments) || this;
622
+ }
623
+ Category.prototype.identifierFields = function () {
624
+ return ['id'];
625
+ };
626
+ return Category;
627
627
  }(BaseModel));
628
628
 
629
- var Product = /** @class */ (function (_super) {
630
- __extends(Product, _super);
631
- function Product() {
632
- return _super !== null && _super.apply(this, arguments) || this;
633
- }
634
- Product.prototype.identifierFields = function () {
635
- return ['id'];
636
- };
637
- return Product;
629
+ var Product = /** @class */ (function (_super) {
630
+ __extends(Product, _super);
631
+ function Product() {
632
+ return _super !== null && _super.apply(this, arguments) || this;
633
+ }
634
+ Product.prototype.identifierFields = function () {
635
+ return ['id'];
636
+ };
637
+ return Product;
638
638
  }(BaseModel));
639
639
 
640
- var Variant = /** @class */ (function (_super) {
641
- __extends(Variant, _super);
642
- function Variant() {
643
- return _super !== null && _super.apply(this, arguments) || this;
644
- }
645
- Variant.prototype.identifierFields = function () {
646
- return ['id'];
647
- };
648
- return Variant;
640
+ var Variant = /** @class */ (function (_super) {
641
+ __extends(Variant, _super);
642
+ function Variant() {
643
+ return _super !== null && _super.apply(this, arguments) || this;
644
+ }
645
+ Variant.prototype.identifierFields = function () {
646
+ return ['id'];
647
+ };
648
+ return Variant;
649
649
  }(BaseModel));
650
650
 
651
- exports.CouponTypes = void 0;
652
- (function (CouponTypes) {
653
- CouponTypes[CouponTypes["FINANCIAL"] = 1] = "FINANCIAL";
654
- CouponTypes[CouponTypes["PRODUCT"] = 2] = "PRODUCT";
655
- CouponTypes[CouponTypes["GIFTCARD"] = 3] = "GIFTCARD";
656
- CouponTypes[CouponTypes["VOUCHER"] = 4] = "VOUCHER";
651
+ exports.CouponTypes = void 0;
652
+ (function (CouponTypes) {
653
+ CouponTypes[CouponTypes["FINANCIAL"] = 1] = "FINANCIAL";
654
+ CouponTypes[CouponTypes["PRODUCT"] = 2] = "PRODUCT";
655
+ CouponTypes[CouponTypes["GIFTCARD"] = 3] = "GIFTCARD";
656
+ CouponTypes[CouponTypes["VOUCHER"] = 4] = "VOUCHER";
657
657
  })(exports.CouponTypes || (exports.CouponTypes = {}));
658
658
 
659
- exports.CouponSubtypes = void 0;
660
- (function (CouponSubtypes) {
661
- CouponSubtypes[CouponSubtypes["ABSOLUTE"] = 1] = "ABSOLUTE";
662
- CouponSubtypes[CouponSubtypes["PERCENTAGE"] = 2] = "PERCENTAGE";
659
+ exports.CouponSubtypes = void 0;
660
+ (function (CouponSubtypes) {
661
+ CouponSubtypes[CouponSubtypes["ABSOLUTE"] = 1] = "ABSOLUTE";
662
+ CouponSubtypes[CouponSubtypes["PERCENTAGE"] = 2] = "PERCENTAGE";
663
663
  })(exports.CouponSubtypes || (exports.CouponSubtypes = {}));
664
664
 
665
- exports.Exclusivities = void 0;
666
- (function (Exclusivities) {
667
- Exclusivities[Exclusivities["ALL_USERS"] = 1] = "ALL_USERS";
668
- Exclusivities[Exclusivities["SPECIFIC_USER"] = 2] = "SPECIFIC_USER";
669
- Exclusivities[Exclusivities["COLLABORATORS"] = 3] = "COLLABORATORS";
665
+ exports.Exclusivities = void 0;
666
+ (function (Exclusivities) {
667
+ Exclusivities[Exclusivities["ALL_USERS"] = 1] = "ALL_USERS";
668
+ Exclusivities[Exclusivities["SPECIFIC_USER"] = 2] = "SPECIFIC_USER";
669
+ Exclusivities[Exclusivities["COLLABORATORS"] = 3] = "COLLABORATORS";
670
670
  })(exports.Exclusivities || (exports.Exclusivities = {}));
671
671
 
672
- var Coupon = /** @class */ (function (_super) {
673
- __extends(Coupon, _super);
674
- function Coupon() {
675
- return _super !== null && _super.apply(this, arguments) || this;
676
- }
677
- Coupon.prototype.identifierFields = function () {
678
- return ['id'];
679
- };
680
- return Coupon;
681
- }(BaseModel));
682
- __decorate([
683
- classTransformer.Expose({ name: 'checkout_type' })
684
- ], Coupon.prototype, "checkoutType", void 0);
685
- __decorate([
686
- classTransformer.Expose({ name: 'exclusivity_type' })
672
+ var Coupon = /** @class */ (function (_super) {
673
+ __extends(Coupon, _super);
674
+ function Coupon() {
675
+ return _super !== null && _super.apply(this, arguments) || this;
676
+ }
677
+ Coupon.prototype.identifierFields = function () {
678
+ return ['id'];
679
+ };
680
+ return Coupon;
681
+ }(BaseModel));
682
+ __decorate([
683
+ classTransformer.Expose({ name: 'checkout_type' })
684
+ ], Coupon.prototype, "checkoutType", void 0);
685
+ __decorate([
686
+ classTransformer.Expose({ name: 'exclusivity_type' })
687
687
  ], Coupon.prototype, "exclusivityType", void 0);
688
688
 
689
- exports.CheckoutTypes = void 0;
690
- (function (CheckoutTypes) {
691
- CheckoutTypes[CheckoutTypes["ECOMMERCE"] = 1] = "ECOMMERCE";
692
- CheckoutTypes[CheckoutTypes["SUBSCRIPTION"] = 2] = "SUBSCRIPTION";
689
+ exports.CheckoutTypes = void 0;
690
+ (function (CheckoutTypes) {
691
+ CheckoutTypes[CheckoutTypes["ECOMMERCE"] = 1] = "ECOMMERCE";
692
+ CheckoutTypes[CheckoutTypes["SUBSCRIPTION"] = 2] = "SUBSCRIPTION";
693
693
  })(exports.CheckoutTypes || (exports.CheckoutTypes = {}));
694
694
 
695
- var COUPON_EXPIRATION = 60 * 60 * 24 * 30;
696
- var FinancialCoupon = /** @class */ (function (_super) {
697
- __extends(FinancialCoupon, _super);
698
- function FinancialCoupon() {
699
- var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
700
- _this.type = exports.CouponTypes.FINANCIAL;
701
- return _this;
702
- }
703
- FinancialCoupon.isFinancialCoupon = function (coupon) {
704
- return coupon.type === exports.CouponTypes.FINANCIAL && !!coupon.subtype;
705
- };
706
- FinancialCoupon.createCoupon = function (userId) {
707
- return this.toInstance({
708
- name: tsMd5.Md5.hashStr(userId + "_" + Date.now).toString(),
709
- nickname: "" + Date.now(),
710
- type: exports.CouponTypes.FINANCIAL,
711
- subtype: exports.CouponSubtypes.PERCENTAGE,
712
- checkoutType: exports.CheckoutTypes.ECOMMERCE,
713
- discount: 30,
714
- user: userId,
715
- createdAt: new Date(Date.now()),
716
- expiresIn: new Date(Date.now() + COUPON_EXPIRATION),
717
- });
718
- };
719
- return FinancialCoupon;
695
+ var COUPON_EXPIRATION = 60 * 60 * 24 * 30;
696
+ var FinancialCoupon = /** @class */ (function (_super) {
697
+ __extends(FinancialCoupon, _super);
698
+ function FinancialCoupon() {
699
+ var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
700
+ _this.type = exports.CouponTypes.FINANCIAL;
701
+ return _this;
702
+ }
703
+ FinancialCoupon.isFinancialCoupon = function (coupon) {
704
+ return coupon.type === exports.CouponTypes.FINANCIAL && !!coupon.subtype;
705
+ };
706
+ FinancialCoupon.createCoupon = function (userId) {
707
+ return this.toInstance({
708
+ name: tsMd5.Md5.hashStr(userId + "_" + Date.now).toString(),
709
+ nickname: "" + Date.now(),
710
+ type: exports.CouponTypes.FINANCIAL,
711
+ subtype: exports.CouponSubtypes.PERCENTAGE,
712
+ checkoutType: exports.CheckoutTypes.ECOMMERCE,
713
+ discount: 30,
714
+ user: userId,
715
+ createdAt: new Date(Date.now()),
716
+ expiresIn: new Date(Date.now() + COUPON_EXPIRATION),
717
+ });
718
+ };
719
+ return FinancialCoupon;
720
720
  }(Coupon));
721
721
 
722
- exports.OrderStatus = void 0;
723
- (function (OrderStatus) {
724
- OrderStatus["AGUARDANDO_PAGAMENTO"] = "Aguardando pagamento";
725
- OrderStatus["EM_PREPARO"] = "Preparando pedido";
726
- OrderStatus["NF_EMITIDA"] = "Nota Fiscal Emitida";
727
- OrderStatus["AGUARDANDO_ENVIO"] = "Aguardando Transaportadora";
728
- OrderStatus["ENVIADO"] = "Pedido Enviado";
729
- OrderStatus["ENTREGUE"] = "Pedido entregue";
730
- OrderStatus["CANCELADO"] = "Cancelado";
731
- OrderStatus["CREDIT_CARD"] = "credit_card";
722
+ exports.OrderStatus = void 0;
723
+ (function (OrderStatus) {
724
+ OrderStatus["AGUARDANDO_PAGAMENTO"] = "Aguardando pagamento";
725
+ OrderStatus["EM_PREPARO"] = "Preparando pedido";
726
+ OrderStatus["NF_EMITIDA"] = "Nota Fiscal Emitida";
727
+ OrderStatus["AGUARDANDO_ENVIO"] = "Aguardando Transaportadora";
728
+ OrderStatus["ENVIADO"] = "Pedido Enviado";
729
+ OrderStatus["ENTREGUE"] = "Pedido entregue";
730
+ OrderStatus["CANCELADO"] = "Cancelado";
731
+ OrderStatus["CREDIT_CARD"] = "credit_card";
732
732
  })(exports.OrderStatus || (exports.OrderStatus = {}));
733
733
 
734
- var Checkout = /** @class */ (function (_super) {
735
- __extends(Checkout, _super);
736
- function Checkout() {
737
- return _super !== null && _super.apply(this, arguments) || this;
738
- }
739
- Checkout.prototype.identifierFields = function () {
740
- return ['id'];
741
- };
742
- return Checkout;
734
+ var Checkout = /** @class */ (function (_super) {
735
+ __extends(Checkout, _super);
736
+ function Checkout() {
737
+ return _super !== null && _super.apply(this, arguments) || this;
738
+ }
739
+ Checkout.prototype.identifierFields = function () {
740
+ return ['id'];
741
+ };
742
+ return Checkout;
743
743
  }(BaseModel));
744
744
 
745
- var LineItem = /** @class */ (function (_super) {
746
- __extends(LineItem, _super);
747
- function LineItem() {
748
- return _super !== null && _super.apply(this, arguments) || this;
749
- }
750
- return LineItem;
745
+ var LineItem = /** @class */ (function (_super) {
746
+ __extends(LineItem, _super);
747
+ function LineItem() {
748
+ return _super !== null && _super.apply(this, arguments) || this;
749
+ }
750
+ return LineItem;
751
751
  }(Product));
752
752
 
753
- var Order = /** @class */ (function (_super) {
754
- __extends(Order, _super);
755
- function Order() {
756
- return _super !== null && _super.apply(this, arguments) || this;
757
- }
758
- return Order;
753
+ var Order = /** @class */ (function (_super) {
754
+ __extends(Order, _super);
755
+ function Order() {
756
+ return _super !== null && _super.apply(this, arguments) || this;
757
+ }
758
+ return Order;
759
759
  }(Checkout));
760
760
 
761
- var Payment = /** @class */ (function (_super) {
762
- __extends(Payment, _super);
763
- function Payment() {
764
- return _super !== null && _super.apply(this, arguments) || this;
765
- }
766
- Payment.prototype.identifierFields = function () {
767
- return ['id'];
768
- };
769
- return Payment;
770
- }(BaseModel));
771
- __decorate([
772
- classTransformer.Expose({ name: 'refuse_reason' })
773
- ], Payment.prototype, "refuseReason", void 0);
774
- __decorate([
775
- classTransformer.Expose({ name: 'status_reason' })
776
- ], Payment.prototype, "statusReason", void 0);
777
- __decorate([
778
- classTransformer.Expose({ name: 'acquirer_response_code' })
779
- ], Payment.prototype, "acquirerResponseCode", void 0);
780
- __decorate([
781
- classTransformer.Expose({ name: 'acquirer_name' })
782
- ], Payment.prototype, "acquirerName", void 0);
783
- __decorate([
784
- classTransformer.Expose({ name: 'acquirer_id' })
785
- ], Payment.prototype, "acquirerId", void 0);
786
- __decorate([
787
- classTransformer.Expose({ name: 'authorization_code' })
788
- ], Payment.prototype, "authorizationCode", void 0);
789
- __decorate([
790
- classTransformer.Expose({ name: 'soft_descriptor' })
791
- ], Payment.prototype, "softDescriptor", void 0);
792
- __decorate([
793
- classTransformer.Expose({ name: 'date_created' })
794
- ], Payment.prototype, "dateCreated", void 0);
795
- __decorate([
796
- classTransformer.Expose({ name: 'date_updated' })
797
- ], Payment.prototype, "dateUpdated", void 0);
798
- __decorate([
799
- classTransformer.Expose({ name: 'authorized_amount' })
800
- ], Payment.prototype, "authorizedAmount", void 0);
801
- __decorate([
802
- classTransformer.Expose({ name: 'paid_amount' })
803
- ], Payment.prototype, "paidAmount", void 0);
804
- __decorate([
805
- classTransformer.Expose({ name: 'refunded_amount' })
806
- ], Payment.prototype, "refundedAmount", void 0);
807
- __decorate([
808
- classTransformer.Expose({ name: 'card_holder_name' })
809
- ], Payment.prototype, "cardHolderName", void 0);
810
- __decorate([
811
- classTransformer.Expose({ name: 'card_last_digits' })
812
- ], Payment.prototype, "cardLastDigits", void 0);
813
- __decorate([
814
- classTransformer.Expose({ name: 'card_first_digits' })
815
- ], Payment.prototype, "cardFirstDigits", void 0);
816
- __decorate([
817
- classTransformer.Expose({ name: 'card_brand' })
818
- ], Payment.prototype, "cardBrand", void 0);
819
- __decorate([
820
- classTransformer.Expose({ name: 'card_pin_mode' })
821
- ], Payment.prototype, "cardPinMode", void 0);
822
- __decorate([
823
- classTransformer.Expose({ name: 'card_magstripe_fallback' })
824
- ], Payment.prototype, "cardMagstripeFallback", void 0);
825
- __decorate([
826
- classTransformer.Expose({ name: 'cvm_pin' })
827
- ], Payment.prototype, "cvmPin", void 0);
828
- __decorate([
829
- classTransformer.Expose({ name: 'postback_url' })
830
- ], Payment.prototype, "postbackUrl", void 0);
831
- __decorate([
832
- classTransformer.Expose({ name: 'payment_method' })
833
- ], Payment.prototype, "paymentMethod", void 0);
834
- __decorate([
835
- classTransformer.Expose({ name: 'capture_method' })
836
- ], Payment.prototype, "captureMethod", void 0);
837
- __decorate([
838
- classTransformer.Expose({ name: 'antifraud_score' })
839
- ], Payment.prototype, "antifraudScore", void 0);
840
- __decorate([
841
- classTransformer.Expose({ name: 'boleto_url' })
842
- ], Payment.prototype, "boletoUrl", void 0);
843
- __decorate([
844
- classTransformer.Expose({ name: 'boleto_barcode' })
845
- ], Payment.prototype, "boletoBarcode", void 0);
846
- __decorate([
847
- classTransformer.Expose({ name: 'boleto_expiration_date' })
848
- ], Payment.prototype, "boletoExpirationDate", void 0);
849
- __decorate([
850
- classTransformer.Expose({ name: 'subscription_id' })
851
- ], Payment.prototype, "subscriptionId", void 0);
852
- __decorate([
853
- classTransformer.Expose({ name: 'split_rules' })
854
- ], Payment.prototype, "splitRules", void 0);
855
- __decorate([
856
- classTransformer.Expose({ name: 'antifraud_metadata' })
857
- ], Payment.prototype, "antifraudMetadata", void 0);
858
- __decorate([
859
- classTransformer.Expose({ name: 'reference_key' })
860
- ], Payment.prototype, "referenceKey", void 0);
861
- __decorate([
862
- classTransformer.Expose({ name: 'local_transaction_id' })
863
- ], Payment.prototype, "localTransactionId", void 0);
864
- __decorate([
865
- classTransformer.Expose({ name: 'local_time' })
866
- ], Payment.prototype, "localTime", void 0);
867
- __decorate([
868
- classTransformer.Expose({ name: 'fraud_covered' })
869
- ], Payment.prototype, "fraudCovered", void 0);
870
- __decorate([
871
- classTransformer.Expose({ name: 'fraud_reimbursed' })
872
- ], Payment.prototype, "fraudReimbursed", void 0);
873
- __decorate([
874
- classTransformer.Expose({ name: 'order_id' })
875
- ], Payment.prototype, "orderId", void 0);
876
- __decorate([
877
- classTransformer.Expose({ name: 'risk_level' })
878
- ], Payment.prototype, "riskLevel", void 0);
879
- __decorate([
880
- classTransformer.Expose({ name: 'receipt_url' })
881
- ], Payment.prototype, "receiptUrl", void 0);
882
- __decorate([
883
- classTransformer.Expose({ name: 'private_label' })
884
- ], Payment.prototype, "privateLabel", void 0);
885
- __decorate([
886
- classTransformer.Expose({ name: 'pix_qr_code' })
887
- ], Payment.prototype, "pixQrCode", void 0);
888
- __decorate([
889
- classTransformer.Expose({ name: 'pix_expiration_date' })
761
+ var Payment = /** @class */ (function (_super) {
762
+ __extends(Payment, _super);
763
+ function Payment() {
764
+ return _super !== null && _super.apply(this, arguments) || this;
765
+ }
766
+ Payment.prototype.identifierFields = function () {
767
+ return ['id'];
768
+ };
769
+ return Payment;
770
+ }(BaseModel));
771
+ __decorate([
772
+ classTransformer.Expose({ name: 'refuse_reason' })
773
+ ], Payment.prototype, "refuseReason", void 0);
774
+ __decorate([
775
+ classTransformer.Expose({ name: 'status_reason' })
776
+ ], Payment.prototype, "statusReason", void 0);
777
+ __decorate([
778
+ classTransformer.Expose({ name: 'acquirer_response_code' })
779
+ ], Payment.prototype, "acquirerResponseCode", void 0);
780
+ __decorate([
781
+ classTransformer.Expose({ name: 'acquirer_name' })
782
+ ], Payment.prototype, "acquirerName", void 0);
783
+ __decorate([
784
+ classTransformer.Expose({ name: 'acquirer_id' })
785
+ ], Payment.prototype, "acquirerId", void 0);
786
+ __decorate([
787
+ classTransformer.Expose({ name: 'authorization_code' })
788
+ ], Payment.prototype, "authorizationCode", void 0);
789
+ __decorate([
790
+ classTransformer.Expose({ name: 'soft_descriptor' })
791
+ ], Payment.prototype, "softDescriptor", void 0);
792
+ __decorate([
793
+ classTransformer.Expose({ name: 'date_created' })
794
+ ], Payment.prototype, "dateCreated", void 0);
795
+ __decorate([
796
+ classTransformer.Expose({ name: 'date_updated' })
797
+ ], Payment.prototype, "dateUpdated", void 0);
798
+ __decorate([
799
+ classTransformer.Expose({ name: 'authorized_amount' })
800
+ ], Payment.prototype, "authorizedAmount", void 0);
801
+ __decorate([
802
+ classTransformer.Expose({ name: 'paid_amount' })
803
+ ], Payment.prototype, "paidAmount", void 0);
804
+ __decorate([
805
+ classTransformer.Expose({ name: 'refunded_amount' })
806
+ ], Payment.prototype, "refundedAmount", void 0);
807
+ __decorate([
808
+ classTransformer.Expose({ name: 'card_holder_name' })
809
+ ], Payment.prototype, "cardHolderName", void 0);
810
+ __decorate([
811
+ classTransformer.Expose({ name: 'card_last_digits' })
812
+ ], Payment.prototype, "cardLastDigits", void 0);
813
+ __decorate([
814
+ classTransformer.Expose({ name: 'card_first_digits' })
815
+ ], Payment.prototype, "cardFirstDigits", void 0);
816
+ __decorate([
817
+ classTransformer.Expose({ name: 'card_brand' })
818
+ ], Payment.prototype, "cardBrand", void 0);
819
+ __decorate([
820
+ classTransformer.Expose({ name: 'card_pin_mode' })
821
+ ], Payment.prototype, "cardPinMode", void 0);
822
+ __decorate([
823
+ classTransformer.Expose({ name: 'card_magstripe_fallback' })
824
+ ], Payment.prototype, "cardMagstripeFallback", void 0);
825
+ __decorate([
826
+ classTransformer.Expose({ name: 'cvm_pin' })
827
+ ], Payment.prototype, "cvmPin", void 0);
828
+ __decorate([
829
+ classTransformer.Expose({ name: 'postback_url' })
830
+ ], Payment.prototype, "postbackUrl", void 0);
831
+ __decorate([
832
+ classTransformer.Expose({ name: 'payment_method' })
833
+ ], Payment.prototype, "paymentMethod", void 0);
834
+ __decorate([
835
+ classTransformer.Expose({ name: 'capture_method' })
836
+ ], Payment.prototype, "captureMethod", void 0);
837
+ __decorate([
838
+ classTransformer.Expose({ name: 'antifraud_score' })
839
+ ], Payment.prototype, "antifraudScore", void 0);
840
+ __decorate([
841
+ classTransformer.Expose({ name: 'boleto_url' })
842
+ ], Payment.prototype, "boletoUrl", void 0);
843
+ __decorate([
844
+ classTransformer.Expose({ name: 'boleto_barcode' })
845
+ ], Payment.prototype, "boletoBarcode", void 0);
846
+ __decorate([
847
+ classTransformer.Expose({ name: 'boleto_expiration_date' })
848
+ ], Payment.prototype, "boletoExpirationDate", void 0);
849
+ __decorate([
850
+ classTransformer.Expose({ name: 'subscription_id' })
851
+ ], Payment.prototype, "subscriptionId", void 0);
852
+ __decorate([
853
+ classTransformer.Expose({ name: 'split_rules' })
854
+ ], Payment.prototype, "splitRules", void 0);
855
+ __decorate([
856
+ classTransformer.Expose({ name: 'antifraud_metadata' })
857
+ ], Payment.prototype, "antifraudMetadata", void 0);
858
+ __decorate([
859
+ classTransformer.Expose({ name: 'reference_key' })
860
+ ], Payment.prototype, "referenceKey", void 0);
861
+ __decorate([
862
+ classTransformer.Expose({ name: 'local_transaction_id' })
863
+ ], Payment.prototype, "localTransactionId", void 0);
864
+ __decorate([
865
+ classTransformer.Expose({ name: 'local_time' })
866
+ ], Payment.prototype, "localTime", void 0);
867
+ __decorate([
868
+ classTransformer.Expose({ name: 'fraud_covered' })
869
+ ], Payment.prototype, "fraudCovered", void 0);
870
+ __decorate([
871
+ classTransformer.Expose({ name: 'fraud_reimbursed' })
872
+ ], Payment.prototype, "fraudReimbursed", void 0);
873
+ __decorate([
874
+ classTransformer.Expose({ name: 'order_id' })
875
+ ], Payment.prototype, "orderId", void 0);
876
+ __decorate([
877
+ classTransformer.Expose({ name: 'risk_level' })
878
+ ], Payment.prototype, "riskLevel", void 0);
879
+ __decorate([
880
+ classTransformer.Expose({ name: 'receipt_url' })
881
+ ], Payment.prototype, "receiptUrl", void 0);
882
+ __decorate([
883
+ classTransformer.Expose({ name: 'private_label' })
884
+ ], Payment.prototype, "privateLabel", void 0);
885
+ __decorate([
886
+ classTransformer.Expose({ name: 'pix_qr_code' })
887
+ ], Payment.prototype, "pixQrCode", void 0);
888
+ __decorate([
889
+ classTransformer.Expose({ name: 'pix_expiration_date' })
890
890
  ], Payment.prototype, "pixExpirationDate", void 0);
891
891
 
892
- var ShippingMethod = /** @class */ (function (_super) {
893
- __extends(ShippingMethod, _super);
894
- function ShippingMethod() {
895
- return _super !== null && _super.apply(this, arguments) || this;
896
- }
897
- ShippingMethod.prototype.identifierFields = function () {
898
- return ['id'];
899
- };
900
- return ShippingMethod;
892
+ var ShippingMethod = /** @class */ (function (_super) {
893
+ __extends(ShippingMethod, _super);
894
+ function ShippingMethod() {
895
+ return _super !== null && _super.apply(this, arguments) || this;
896
+ }
897
+ ShippingMethod.prototype.identifierFields = function () {
898
+ return ['id'];
899
+ };
900
+ return ShippingMethod;
901
901
  }(BaseModel));
902
902
 
903
- var CheckoutSubscription = /** @class */ (function (_super) {
904
- __extends(CheckoutSubscription, _super);
905
- function CheckoutSubscription() {
906
- return _super !== null && _super.apply(this, arguments) || this;
907
- }
908
- CheckoutSubscription.prototype.identifierFields = function () {
909
- return ['id'];
910
- };
911
- return CheckoutSubscription;
903
+ var CheckoutSubscription = /** @class */ (function (_super) {
904
+ __extends(CheckoutSubscription, _super);
905
+ function CheckoutSubscription() {
906
+ return _super !== null && _super.apply(this, arguments) || this;
907
+ }
908
+ CheckoutSubscription.prototype.identifierFields = function () {
909
+ return ['id'];
910
+ };
911
+ return CheckoutSubscription;
912
912
  }(BaseModel));
913
913
 
914
- var SubscriptionPlan = /** @class */ (function (_super) {
915
- __extends(SubscriptionPlan, _super);
916
- function SubscriptionPlan() {
917
- return _super !== null && _super.apply(this, arguments) || this;
918
- }
919
- SubscriptionPlan.prototype.identifierFields = function () {
920
- return ['id'];
921
- };
922
- return SubscriptionPlan;
914
+ var SubscriptionPlan = /** @class */ (function (_super) {
915
+ __extends(SubscriptionPlan, _super);
916
+ function SubscriptionPlan() {
917
+ return _super !== null && _super.apply(this, arguments) || this;
918
+ }
919
+ SubscriptionPlan.prototype.identifierFields = function () {
920
+ return ['id'];
921
+ };
922
+ return SubscriptionPlan;
923
923
  }(BaseModel));
924
924
 
925
- var Buy2Win = /** @class */ (function (_super) {
926
- __extends(Buy2Win, _super);
927
- function Buy2Win() {
928
- return _super !== null && _super.apply(this, arguments) || this;
929
- }
930
- Buy2Win.prototype.identifierFields = function () {
931
- return ['id'];
932
- };
933
- return Buy2Win;
925
+ var Buy2Win = /** @class */ (function (_super) {
926
+ __extends(Buy2Win, _super);
927
+ function Buy2Win() {
928
+ return _super !== null && _super.apply(this, arguments) || this;
929
+ }
930
+ Buy2Win.prototype.identifierFields = function () {
931
+ return ['id'];
932
+ };
933
+ return Buy2Win;
934
934
  }(BaseModel));
935
935
 
936
- var Home = /** @class */ (function (_super) {
937
- __extends(Home, _super);
938
- function Home() {
939
- return _super !== null && _super.apply(this, arguments) || this;
940
- }
941
- Home.prototype.identifierFields = function () {
942
- return ['id'];
943
- };
944
- return Home;
936
+ var Home = /** @class */ (function (_super) {
937
+ __extends(Home, _super);
938
+ function Home() {
939
+ return _super !== null && _super.apply(this, arguments) || this;
940
+ }
941
+ Home.prototype.identifierFields = function () {
942
+ return ['id'];
943
+ };
944
+ return Home;
945
945
  }(BaseModel));
946
946
 
947
- var InvalidArgumentError = /** @class */ (function (_super) {
948
- __extends(InvalidArgumentError, _super);
949
- function InvalidArgumentError(message) {
950
- var _this = _super.call(this, message) || this;
951
- _this.message = message;
952
- return _this;
953
- }
954
- return InvalidArgumentError;
947
+ var ShopMenu = /** @class */ (function (_super) {
948
+ __extends(ShopMenu, _super);
949
+ function ShopMenu() {
950
+ return _super !== null && _super.apply(this, arguments) || this;
951
+ }
952
+ ShopMenu.prototype.identifierFields = function () {
953
+ return ['id'];
954
+ };
955
+ return ShopMenu;
956
+ }(BaseModel));
957
+
958
+ var InvalidArgumentError = /** @class */ (function (_super) {
959
+ __extends(InvalidArgumentError, _super);
960
+ function InvalidArgumentError(message) {
961
+ var _this = _super.call(this, message) || this;
962
+ _this.message = message;
963
+ return _this;
964
+ }
965
+ return InvalidArgumentError;
955
966
  }(Error));
956
967
 
957
- var RequiredArgumentError = /** @class */ (function (_super) {
958
- __extends(RequiredArgumentError, _super);
959
- function RequiredArgumentError(args) {
960
- var _this = _super.call(this, "Required arguments: " + args.join(', ')) || this;
961
- _this.args = args;
962
- _this.arguments = args;
963
- return _this;
964
- }
965
- return RequiredArgumentError;
968
+ var RequiredArgumentError = /** @class */ (function (_super) {
969
+ __extends(RequiredArgumentError, _super);
970
+ function RequiredArgumentError(args) {
971
+ var _this = _super.call(this, "Required arguments: " + args.join(', ')) || this;
972
+ _this.args = args;
973
+ _this.arguments = args;
974
+ return _this;
975
+ }
976
+ return RequiredArgumentError;
966
977
  }(Error));
967
978
 
968
- var NotFoundError = /** @class */ (function (_super) {
969
- __extends(NotFoundError, _super);
970
- function NotFoundError(message) {
971
- var _this = _super.call(this, message) || this;
972
- _this.message = message;
973
- return _this;
974
- }
975
- return NotFoundError;
979
+ var NotFoundError = /** @class */ (function (_super) {
980
+ __extends(NotFoundError, _super);
981
+ function NotFoundError(message) {
982
+ var _this = _super.call(this, message) || this;
983
+ _this.message = message;
984
+ return _this;
985
+ }
986
+ return NotFoundError;
976
987
  }(Error));
977
988
 
978
- var withFirestore = function (MixinBase) {
979
- return /** @class */ (function (_super) {
980
- __extends(class_1, _super);
981
- function class_1() {
982
- var args = [];
983
- for (var _i = 0; _i < arguments.length; _i++) {
984
- args[_i] = arguments[_i];
985
- }
986
- return _super.call(this, args) || this;
987
- }
988
- class_1.prototype.collection = function (path) {
989
- return this.firestore.collection(path || this.collectionName).withConverter(this.buildModelInstance());
990
- };
991
- class_1.prototype.buildModelInstance = function () {
992
- var _this = this;
993
- return {
994
- toFirestore: function (data) { return data.toPlain(); },
995
- fromFirestore: function (snap) {
996
- var data = snap.data();
997
- Object.keys(data).forEach(function (key) {
998
- if (data[key] instanceof firebase__default["default"].firestore.Timestamp) {
999
- data[key] = data[key].toDate();
1000
- }
1001
- });
1002
- return _this.model.toInstance(Object.assign({ id: snap.id }, data));
1003
- },
1004
- };
1005
- };
1006
- return class_1;
1007
- }(MixinBase));
989
+ var withFirestore = function (MixinBase) {
990
+ return /** @class */ (function (_super) {
991
+ __extends(class_1, _super);
992
+ function class_1() {
993
+ var args = [];
994
+ for (var _i = 0; _i < arguments.length; _i++) {
995
+ args[_i] = arguments[_i];
996
+ }
997
+ return _super.call(this, args) || this;
998
+ }
999
+ class_1.prototype.collection = function (path) {
1000
+ return this.firestore.collection(path || this.collectionName).withConverter(this.buildModelInstance());
1001
+ };
1002
+ class_1.prototype.buildModelInstance = function () {
1003
+ var _this = this;
1004
+ return {
1005
+ toFirestore: function (data) { return data.toPlain(); },
1006
+ fromFirestore: function (snap) {
1007
+ var data = snap.data();
1008
+ Object.keys(data).forEach(function (key) {
1009
+ if (data[key] instanceof firebase__default["default"].firestore.Timestamp) {
1010
+ data[key] = data[key].toDate();
1011
+ }
1012
+ });
1013
+ return _this.model.toInstance(Object.assign({ id: snap.id }, data));
1014
+ },
1015
+ };
1016
+ };
1017
+ return class_1;
1018
+ }(MixinBase));
1008
1019
  };
1009
1020
 
1010
- var withHelpers = function (MixinBase) {
1011
- return /** @class */ (function (_super) {
1012
- __extends(class_1, _super);
1013
- function class_1() {
1014
- return _super !== null && _super.apply(this, arguments) || this;
1015
- }
1016
- class_1.prototype.toArray = function (snapShot) {
1017
- if (Array.isArray(snapShot)) {
1018
- return snapShot.map(function (doc) { return doc.data(); });
1019
- }
1020
- else {
1021
- return snapShot.docs.map(function (doc) { return doc.data(); });
1022
- }
1023
- };
1024
- class_1.prototype.isSubCollection = function (repository) {
1025
- return !lodash.isNil(Object.keys(this).find(function (key) { return key === 'parentRepository'; }));
1026
- };
1027
- return class_1;
1028
- }(MixinBase));
1021
+ var withHelpers = function (MixinBase) {
1022
+ return /** @class */ (function (_super) {
1023
+ __extends(class_1, _super);
1024
+ function class_1() {
1025
+ return _super !== null && _super.apply(this, arguments) || this;
1026
+ }
1027
+ class_1.prototype.toArray = function (snapShot) {
1028
+ if (Array.isArray(snapShot)) {
1029
+ return snapShot.map(function (doc) { return doc.data(); });
1030
+ }
1031
+ else {
1032
+ return snapShot.docs.map(function (doc) { return doc.data(); });
1033
+ }
1034
+ };
1035
+ class_1.prototype.isSubCollection = function (repository) {
1036
+ return !lodash.isNil(Object.keys(this).find(function (key) { return key === 'parentRepository'; }));
1037
+ };
1038
+ return class_1;
1039
+ }(MixinBase));
1029
1040
  };
1030
1041
 
1031
- var withGetFirestore = function (MixinBase) {
1032
- return /** @class */ (function (_super) {
1033
- __extends(GetFirestore, _super);
1034
- function GetFirestore() {
1035
- return _super !== null && _super.apply(this, arguments) || this;
1036
- }
1037
- GetFirestore.prototype.get = function (identifiers) {
1038
- return __awaiter(this, void 0, void 0, function () {
1039
- var doc, data;
1040
- return __generator(this, function (_a) {
1041
- switch (_a.label) {
1042
- case 0: return [4 /*yield*/, this.collection(this.buildCollectionPathForGet(identifiers))
1043
- .doc(Object.values(identifiers).shift().toString())
1044
- .get()];
1045
- case 1:
1046
- doc = _a.sent();
1047
- data = doc.data();
1048
- if (lodash.isNil(data))
1049
- throw new NotFoundError("Document " + JSON.stringify(identifiers) + " not found");
1050
- return [2 /*return*/, data];
1051
- }
1052
- });
1053
- });
1054
- };
1055
- GetFirestore.prototype.buildCollectionPathForGet = function (identifiers) {
1056
- return this.isSubCollection(this)
1057
- ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1058
- : this.collectionName;
1059
- };
1060
- return GetFirestore;
1061
- }(MixinBase));
1042
+ var withGetFirestore = function (MixinBase) {
1043
+ return /** @class */ (function (_super) {
1044
+ __extends(GetFirestore, _super);
1045
+ function GetFirestore() {
1046
+ return _super !== null && _super.apply(this, arguments) || this;
1047
+ }
1048
+ GetFirestore.prototype.get = function (identifiers) {
1049
+ return __awaiter(this, void 0, void 0, function () {
1050
+ var doc, data;
1051
+ return __generator(this, function (_a) {
1052
+ switch (_a.label) {
1053
+ case 0: return [4 /*yield*/, this.collection(this.buildCollectionPathForGet(identifiers))
1054
+ .doc(Object.values(identifiers).shift().toString())
1055
+ .get()];
1056
+ case 1:
1057
+ doc = _a.sent();
1058
+ data = doc.data();
1059
+ if (lodash.isNil(data))
1060
+ throw new NotFoundError("Document " + JSON.stringify(identifiers) + " not found");
1061
+ return [2 /*return*/, data];
1062
+ }
1063
+ });
1064
+ });
1065
+ };
1066
+ GetFirestore.prototype.buildCollectionPathForGet = function (identifiers) {
1067
+ return this.isSubCollection(this)
1068
+ ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1069
+ : this.collectionName;
1070
+ };
1071
+ return GetFirestore;
1072
+ }(MixinBase));
1062
1073
  };
1063
1074
 
1064
- var withFindFirestore = function (MixinBase) {
1065
- return /** @class */ (function (_super) {
1066
- __extends(FindFirestore, _super);
1067
- function FindFirestore() {
1068
- var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
1069
- _this.makeFirestoreWhere = function (queryReference, filter) { return Object.keys(filter).reduce(function (query, fieldName) { return _this.buildWhereSentence(query, fieldName, filter[fieldName]); }, queryReference); };
1070
- _this.buildWhereSentence = function (queryReference, fieldName, options) {
1071
- if (_this.isSubCollection(_this) && fieldName === _this.parentIdField)
1072
- return queryReference;
1073
- if (options.operator === exports.Where.LIKE) {
1074
- queryReference = queryReference.where(fieldName.toString(), '>=', options.value);
1075
- queryReference = queryReference.where(fieldName.toString(), '<=', options.value + "~");
1076
- return queryReference;
1077
- }
1078
- return queryReference.where(fieldName.toString(), options.operator, options.value);
1079
- };
1080
- return _this;
1081
- }
1082
- FindFirestore.prototype.find = function (filters, limits, orderBy) {
1083
- return __awaiter(this, void 0, void 0, function () {
1084
- var query, docs, data;
1085
- var _this = this;
1086
- return __generator(this, function (_b) {
1087
- switch (_b.label) {
1088
- case 0:
1089
- query = this.collection(this.buildCollectionPathForFind(filters));
1090
- filters === null || filters === void 0 ? void 0 : filters.forEach(function (filterer) { return (query = _this.makeFirestoreWhere(query, filterer)); });
1091
- 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])); }); });
1092
- query = this.defineLimits(query, filters, limits);
1093
- return [4 /*yield*/, query.get()];
1094
- case 1:
1095
- docs = _b.sent();
1096
- data = docs.docs.map(function (doc) { return doc.data(); });
1097
- return [2 /*return*/, {
1098
- data: data,
1099
- count: this.calculateCount(data, limits),
1100
- }];
1101
- }
1102
- });
1103
- });
1104
- };
1105
- FindFirestore.prototype.buildCollectionPathForFind = function (filters) {
1106
- var _a;
1107
- if (!this.isSubCollection(this))
1108
- return this.collectionName;
1109
- var parentIdField = this.parentIdField;
1110
- var parentId = (_a = filters.find(function (groupFilter) { var _a; return Boolean((_a = groupFilter[parentIdField]) === null || _a === void 0 ? void 0 : _a.value); })) === null || _a === void 0 ? void 0 : _a[parentIdField].value;
1111
- return this.parentRepository.collectionName + "/" + parentId + "/" + this.collectionName;
1112
- };
1113
- FindFirestore.prototype.defineLimits = function (query, filters, limits) {
1114
- if (limits === null || limits === void 0 ? void 0 : limits.offset) {
1115
- if (limits.offset instanceof this.model)
1116
- query = query.startAfter(this.collection(this.buildCollectionPathForFind(filters)).doc(limits.offset[limits.offset.identifierFields().shift()]));
1117
- if (lodash.isNumber(limits.offset) || lodash.isString(limits.offset))
1118
- query = query.startAt(limits.offset);
1119
- }
1120
- if (limits === null || limits === void 0 ? void 0 : limits.limit)
1121
- query = query.limit(limits.limit);
1122
- return query;
1123
- };
1124
- FindFirestore.prototype.calculateCount = function (data, limits) {
1125
- if (data.length <= 0)
1126
- return 0;
1127
- if (data.length < (limits === null || limits === void 0 ? void 0 : limits.limit))
1128
- return data.length;
1129
- return Infinity;
1130
- };
1131
- return FindFirestore;
1132
- }(MixinBase));
1075
+ var withFindFirestore = function (MixinBase) {
1076
+ return /** @class */ (function (_super) {
1077
+ __extends(FindFirestore, _super);
1078
+ function FindFirestore() {
1079
+ var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
1080
+ _this.makeFirestoreWhere = function (queryReference, filter) { return Object.keys(filter).reduce(function (query, fieldName) { return _this.buildWhereSentence(query, fieldName, filter[fieldName]); }, queryReference); };
1081
+ _this.buildWhereSentence = function (queryReference, fieldName, options) {
1082
+ if (_this.isSubCollection(_this) && fieldName === _this.parentIdField)
1083
+ return queryReference;
1084
+ if (options.operator === exports.Where.LIKE) {
1085
+ queryReference = queryReference.where(fieldName.toString(), '>=', options.value);
1086
+ queryReference = queryReference.where(fieldName.toString(), '<=', options.value + "~");
1087
+ return queryReference;
1088
+ }
1089
+ return queryReference.where(fieldName.toString(), options.operator, options.value);
1090
+ };
1091
+ return _this;
1092
+ }
1093
+ FindFirestore.prototype.find = function (filters, limits, orderBy) {
1094
+ return __awaiter(this, void 0, void 0, function () {
1095
+ var query, docs, data;
1096
+ var _this = this;
1097
+ return __generator(this, function (_b) {
1098
+ switch (_b.label) {
1099
+ case 0:
1100
+ query = this.collection(this.buildCollectionPathForFind(filters));
1101
+ filters === null || filters === void 0 ? void 0 : filters.forEach(function (filterer) { return (query = _this.makeFirestoreWhere(query, filterer)); });
1102
+ 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])); }); });
1103
+ query = this.defineLimits(query, filters, limits);
1104
+ return [4 /*yield*/, query.get()];
1105
+ case 1:
1106
+ docs = _b.sent();
1107
+ data = docs.docs.map(function (doc) { return doc.data(); });
1108
+ return [2 /*return*/, {
1109
+ data: data,
1110
+ count: this.calculateCount(data, limits),
1111
+ }];
1112
+ }
1113
+ });
1114
+ });
1115
+ };
1116
+ FindFirestore.prototype.buildCollectionPathForFind = function (filters) {
1117
+ var _a;
1118
+ if (!this.isSubCollection(this))
1119
+ return this.collectionName;
1120
+ var parentIdField = this.parentIdField;
1121
+ var parentId = (_a = filters.find(function (groupFilter) { var _a; return Boolean((_a = groupFilter[parentIdField]) === null || _a === void 0 ? void 0 : _a.value); })) === null || _a === void 0 ? void 0 : _a[parentIdField].value;
1122
+ return this.parentRepository.collectionName + "/" + parentId + "/" + this.collectionName;
1123
+ };
1124
+ FindFirestore.prototype.defineLimits = function (query, filters, limits) {
1125
+ if (limits === null || limits === void 0 ? void 0 : limits.offset) {
1126
+ if (limits.offset instanceof this.model)
1127
+ query = query.startAfter(this.collection(this.buildCollectionPathForFind(filters)).doc(limits.offset[limits.offset.identifierFields().shift()]));
1128
+ if (lodash.isNumber(limits.offset) || lodash.isString(limits.offset))
1129
+ query = query.startAt(limits.offset);
1130
+ }
1131
+ if (limits === null || limits === void 0 ? void 0 : limits.limit)
1132
+ query = query.limit(limits.limit);
1133
+ return query;
1134
+ };
1135
+ FindFirestore.prototype.calculateCount = function (data, limits) {
1136
+ if (data.length <= 0)
1137
+ return 0;
1138
+ if (data.length < (limits === null || limits === void 0 ? void 0 : limits.limit))
1139
+ return data.length;
1140
+ return Infinity;
1141
+ };
1142
+ return FindFirestore;
1143
+ }(MixinBase));
1133
1144
  };
1134
1145
 
1135
- var withCreateFirestore = function (MixinBase) {
1136
- return /** @class */ (function (_super) {
1137
- __extends(CreateFirestore, _super);
1138
- function CreateFirestore() {
1139
- return _super !== null && _super.apply(this, arguments) || this;
1140
- }
1141
- CreateFirestore.prototype.create = function (data) {
1142
- return __awaiter(this, void 0, void 0, function () {
1143
- var docRef, doc;
1144
- return __generator(this, function (_b) {
1145
- switch (_b.label) {
1146
- case 0: return [4 /*yield*/, this.save(this.model.toInstance(data))];
1147
- case 1:
1148
- docRef = _b.sent();
1149
- return [4 /*yield*/, docRef.get()];
1150
- case 2:
1151
- doc = _b.sent();
1152
- return [2 /*return*/, doc.data()];
1153
- }
1154
- });
1155
- });
1156
- };
1157
- CreateFirestore.prototype.save = function (data) {
1158
- var _a;
1159
- return __awaiter(this, void 0, void 0, function () {
1160
- var id, docRef;
1161
- return __generator(this, function (_b) {
1162
- switch (_b.label) {
1163
- case 0:
1164
- id = (_a = data[data.identifierFields().shift()]) === null || _a === void 0 ? void 0 : _a.toString();
1165
- if (lodash.isEmpty(id))
1166
- return [2 /*return*/, this.collection(this.buildCollectionPathForAdd(data)).add(data)];
1167
- docRef = this.collection().doc(id);
1168
- return [4 /*yield*/, docRef.set(data)];
1169
- case 1:
1170
- _b.sent();
1171
- return [2 /*return*/, docRef];
1172
- }
1173
- });
1174
- });
1175
- };
1176
- CreateFirestore.prototype.buildCollectionPathForAdd = function (identifiers) {
1177
- return this.isSubCollection(this)
1178
- ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1179
- : this.collectionName;
1180
- };
1181
- return CreateFirestore;
1182
- }(MixinBase));
1146
+ var withCreateFirestore = function (MixinBase) {
1147
+ return /** @class */ (function (_super) {
1148
+ __extends(CreateFirestore, _super);
1149
+ function CreateFirestore() {
1150
+ return _super !== null && _super.apply(this, arguments) || this;
1151
+ }
1152
+ CreateFirestore.prototype.create = function (data) {
1153
+ return __awaiter(this, void 0, void 0, function () {
1154
+ var docRef, doc;
1155
+ return __generator(this, function (_b) {
1156
+ switch (_b.label) {
1157
+ case 0: return [4 /*yield*/, this.save(this.model.toInstance(data))];
1158
+ case 1:
1159
+ docRef = _b.sent();
1160
+ return [4 /*yield*/, docRef.get()];
1161
+ case 2:
1162
+ doc = _b.sent();
1163
+ return [2 /*return*/, doc.data()];
1164
+ }
1165
+ });
1166
+ });
1167
+ };
1168
+ CreateFirestore.prototype.save = function (data) {
1169
+ var _a;
1170
+ return __awaiter(this, void 0, void 0, function () {
1171
+ var id, docRef;
1172
+ return __generator(this, function (_b) {
1173
+ switch (_b.label) {
1174
+ case 0:
1175
+ id = (_a = data[data.identifierFields().shift()]) === null || _a === void 0 ? void 0 : _a.toString();
1176
+ if (lodash.isEmpty(id))
1177
+ return [2 /*return*/, this.collection(this.buildCollectionPathForAdd(data)).add(data)];
1178
+ docRef = this.collection().doc(id);
1179
+ return [4 /*yield*/, docRef.set(data)];
1180
+ case 1:
1181
+ _b.sent();
1182
+ return [2 /*return*/, docRef];
1183
+ }
1184
+ });
1185
+ });
1186
+ };
1187
+ CreateFirestore.prototype.buildCollectionPathForAdd = function (identifiers) {
1188
+ return this.isSubCollection(this)
1189
+ ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1190
+ : this.collectionName;
1191
+ };
1192
+ return CreateFirestore;
1193
+ }(MixinBase));
1183
1194
  };
1184
1195
 
1185
- var withUpdateFirestore = function (MixinBase) {
1186
- 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; };
1187
- var getValueByAction = function (options) {
1188
- var fieldValues = firebase__default["default"].firestore.FieldValue;
1189
- if (options.action === exports.UpdateOptionActions.REMOVE_FIELD)
1190
- return fieldValues.delete();
1191
- if (Array.isArray(options.value)) {
1192
- if (options.action === exports.UpdateOptionActions.MERGE)
1193
- return fieldValues.arrayUnion(options.value);
1194
- if (options.action === exports.UpdateOptionActions.REMOVE)
1195
- return fieldValues.arrayRemove(options.value);
1196
- }
1197
- return options.value;
1198
- };
1199
- return /** @class */ (function (_super) {
1200
- __extends(UpdateFirestore, _super);
1201
- function UpdateFirestore() {
1202
- return _super !== null && _super.apply(this, arguments) || this;
1203
- }
1204
- UpdateFirestore.prototype.update = function (data) {
1205
- return __awaiter(this, void 0, void 0, function () {
1206
- var model, keyField, docRef, doc;
1207
- return __generator(this, function (_b) {
1208
- switch (_b.label) {
1209
- case 0:
1210
- model = new this.model();
1211
- keyField = model.identifierFields().shift();
1212
- docRef = this.collection(this.buildCollectionPathForUpdate(data)).doc(getValueFromParams(data, keyField).toString());
1213
- return [4 /*yield*/, docRef.update(this.paramsToPlain(data))];
1214
- case 1:
1215
- _b.sent();
1216
- return [4 /*yield*/, docRef.get()];
1217
- case 2:
1218
- doc = _b.sent();
1219
- return [2 /*return*/, doc.data()];
1220
- }
1221
- });
1222
- });
1223
- };
1224
- UpdateFirestore.prototype.buildCollectionPathForUpdate = function (identifiers) {
1225
- return this.isSubCollection(this)
1226
- ? this.parentRepository.collectionName + "/" + getValueFromParams(identifiers, this.parentIdField) + "/" + this.collectionName
1227
- : this.collectionName;
1228
- };
1229
- UpdateFirestore.prototype.paramsToPlain = function (params) {
1230
- var model = this.model;
1231
- if (params instanceof model)
1232
- return params.toPlain();
1233
- return Object.keys(params).reduce(function (data, currentKey) {
1234
- var _b;
1235
- return (Object.assign(Object.assign({}, data), (_b = {}, _b[currentKey] = getValueByAction(data[currentKey]), _b)));
1236
- }, {});
1237
- };
1238
- return UpdateFirestore;
1239
- }(MixinBase));
1196
+ var withUpdateFirestore = function (MixinBase) {
1197
+ 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; };
1198
+ var getValueByAction = function (options) {
1199
+ var fieldValues = firebase__default["default"].firestore.FieldValue;
1200
+ if (options.action === exports.UpdateOptionActions.REMOVE_FIELD)
1201
+ return fieldValues.delete();
1202
+ if (Array.isArray(options.value)) {
1203
+ if (options.action === exports.UpdateOptionActions.MERGE)
1204
+ return fieldValues.arrayUnion(options.value);
1205
+ if (options.action === exports.UpdateOptionActions.REMOVE)
1206
+ return fieldValues.arrayRemove(options.value);
1207
+ }
1208
+ return options.value;
1209
+ };
1210
+ return /** @class */ (function (_super) {
1211
+ __extends(UpdateFirestore, _super);
1212
+ function UpdateFirestore() {
1213
+ return _super !== null && _super.apply(this, arguments) || this;
1214
+ }
1215
+ UpdateFirestore.prototype.update = function (data) {
1216
+ return __awaiter(this, void 0, void 0, function () {
1217
+ var model, keyField, docRef, doc;
1218
+ return __generator(this, function (_b) {
1219
+ switch (_b.label) {
1220
+ case 0:
1221
+ model = new this.model();
1222
+ keyField = model.identifierFields().shift();
1223
+ docRef = this.collection(this.buildCollectionPathForUpdate(data)).doc(getValueFromParams(data, keyField).toString());
1224
+ return [4 /*yield*/, docRef.update(this.paramsToPlain(data))];
1225
+ case 1:
1226
+ _b.sent();
1227
+ return [4 /*yield*/, docRef.get()];
1228
+ case 2:
1229
+ doc = _b.sent();
1230
+ return [2 /*return*/, doc.data()];
1231
+ }
1232
+ });
1233
+ });
1234
+ };
1235
+ UpdateFirestore.prototype.buildCollectionPathForUpdate = function (identifiers) {
1236
+ return this.isSubCollection(this)
1237
+ ? this.parentRepository.collectionName + "/" + getValueFromParams(identifiers, this.parentIdField) + "/" + this.collectionName
1238
+ : this.collectionName;
1239
+ };
1240
+ UpdateFirestore.prototype.paramsToPlain = function (params) {
1241
+ var model = this.model;
1242
+ if (params instanceof model)
1243
+ return params.toPlain();
1244
+ return Object.keys(params).reduce(function (data, currentKey) {
1245
+ var _b;
1246
+ return (Object.assign(Object.assign({}, data), (_b = {}, _b[currentKey] = getValueByAction(data[currentKey]), _b)));
1247
+ }, {});
1248
+ };
1249
+ return UpdateFirestore;
1250
+ }(MixinBase));
1240
1251
  };
1241
1252
 
1242
- var withDeleteFirestore = function (MixinBase) {
1243
- return /** @class */ (function (_super) {
1244
- __extends(DeleteFirestore, _super);
1245
- function DeleteFirestore() {
1246
- return _super !== null && _super.apply(this, arguments) || this;
1247
- }
1248
- DeleteFirestore.prototype.delete = function (identifiers) {
1249
- return __awaiter(this, void 0, void 0, function () {
1250
- return __generator(this, function (_a) {
1251
- switch (_a.label) {
1252
- case 0: return [4 /*yield*/, this.collection(this.buildCollectionPathForRemove(identifiers))
1253
- .doc(Object.values(identifiers).shift().toString())
1254
- .delete()];
1255
- case 1:
1256
- _a.sent();
1257
- return [2 /*return*/];
1258
- }
1259
- });
1260
- });
1261
- };
1262
- DeleteFirestore.prototype.buildCollectionPathForRemove = function (identifiers) {
1263
- return this.isSubCollection(this)
1264
- ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1265
- : this.collectionName;
1266
- };
1267
- return DeleteFirestore;
1268
- }(MixinBase));
1253
+ var withDeleteFirestore = function (MixinBase) {
1254
+ return /** @class */ (function (_super) {
1255
+ __extends(DeleteFirestore, _super);
1256
+ function DeleteFirestore() {
1257
+ return _super !== null && _super.apply(this, arguments) || this;
1258
+ }
1259
+ DeleteFirestore.prototype.delete = function (identifiers) {
1260
+ return __awaiter(this, void 0, void 0, function () {
1261
+ return __generator(this, function (_a) {
1262
+ switch (_a.label) {
1263
+ case 0: return [4 /*yield*/, this.collection(this.buildCollectionPathForRemove(identifiers))
1264
+ .doc(Object.values(identifiers).shift().toString())
1265
+ .delete()];
1266
+ case 1:
1267
+ _a.sent();
1268
+ return [2 /*return*/];
1269
+ }
1270
+ });
1271
+ });
1272
+ };
1273
+ DeleteFirestore.prototype.buildCollectionPathForRemove = function (identifiers) {
1274
+ return this.isSubCollection(this)
1275
+ ? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
1276
+ : this.collectionName;
1277
+ };
1278
+ return DeleteFirestore;
1279
+ }(MixinBase));
1269
1280
  };
1270
1281
 
1271
- var withSubCollection = function (MixinBase, ParentModel) {
1272
- return /** @class */ (function (_super) {
1273
- __extends(SubCollectionMix, _super);
1274
- function SubCollectionMix() {
1275
- var args = [];
1276
- for (var _i = 0; _i < arguments.length; _i++) {
1277
- args[_i] = arguments[_i];
1278
- }
1279
- return _super.call(this, args) || this;
1280
- }
1281
- SubCollectionMix.prototype.collection = function (path) {
1282
- return _super.prototype.collection.call(this, path);
1283
- };
1284
- return SubCollectionMix;
1285
- }(MixinBase));
1282
+ var withSubCollection = function (MixinBase, ParentModel) {
1283
+ return /** @class */ (function (_super) {
1284
+ __extends(SubCollectionMix, _super);
1285
+ function SubCollectionMix() {
1286
+ var args = [];
1287
+ for (var _i = 0; _i < arguments.length; _i++) {
1288
+ args[_i] = arguments[_i];
1289
+ }
1290
+ return _super.call(this, args) || this;
1291
+ }
1292
+ SubCollectionMix.prototype.collection = function (path) {
1293
+ return _super.prototype.collection.call(this, path);
1294
+ };
1295
+ return SubCollectionMix;
1296
+ }(MixinBase));
1286
1297
  };
1287
1298
 
1288
- var withCrudFirestore = function (MixinBase) {
1289
- return /** @class */ (function (_super) {
1290
- __extends(CrudFirestore, _super);
1291
- function CrudFirestore() {
1292
- return _super !== null && _super.apply(this, arguments) || this;
1293
- }
1294
- return CrudFirestore;
1295
- }(withUpdateFirestore(withGetFirestore(withFindFirestore(withDeleteFirestore(withCreateFirestore(MixinBase)))))));
1299
+ var withCrudFirestore = function (MixinBase) {
1300
+ return /** @class */ (function (_super) {
1301
+ __extends(CrudFirestore, _super);
1302
+ function CrudFirestore() {
1303
+ return _super !== null && _super.apply(this, arguments) || this;
1304
+ }
1305
+ return CrudFirestore;
1306
+ }(withUpdateFirestore(withGetFirestore(withFindFirestore(withDeleteFirestore(withCreateFirestore(MixinBase)))))));
1296
1307
  };
1297
1308
 
1298
- var SubscriptionFirestoreRepository = /** @class */ (function (_super) {
1299
- __extends(SubscriptionFirestoreRepository, _super);
1300
- function SubscriptionFirestoreRepository(firestore) {
1301
- var _this = _super.call(this) || this;
1302
- _this.firestore = firestore;
1303
- _this.collectionName = 'subscription';
1304
- _this.model = Subscription;
1305
- return _this;
1306
- }
1307
- return SubscriptionFirestoreRepository;
1309
+ var SubscriptionFirestoreRepository = /** @class */ (function (_super) {
1310
+ __extends(SubscriptionFirestoreRepository, _super);
1311
+ function SubscriptionFirestoreRepository(firestore) {
1312
+ var _this = _super.call(this) || this;
1313
+ _this.firestore = firestore;
1314
+ _this.collectionName = 'subscription';
1315
+ _this.model = Subscription;
1316
+ return _this;
1317
+ }
1318
+ return SubscriptionFirestoreRepository;
1308
1319
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1309
1320
 
1310
- var UserFirestoreRepository = /** @class */ (function (_super_1) {
1311
- __extends(UserFirestoreRepository, _super_1);
1312
- function UserFirestoreRepository(firestore) {
1313
- var _this = _super_1.call(this) || this;
1314
- _this.firestore = firestore;
1315
- _this.collectionName = 'users';
1316
- _this.model = User;
1317
- return _this;
1318
- }
1319
- UserFirestoreRepository.prototype.get = function (identifiers) {
1320
- var _super = Object.create(null, {
1321
- get: { get: function () { return _super_1.prototype.get; } }
1322
- });
1323
- return __awaiter(this, void 0, void 0, function () {
1324
- var user, _a;
1325
- return __generator(this, function (_b) {
1326
- switch (_b.label) {
1327
- case 0: return [4 /*yield*/, _super.get.call(this, { id: identifiers.id })];
1328
- case 1:
1329
- user = _b.sent();
1330
- _a = user;
1331
- return [4 /*yield*/, this.getBeautyProfile(user.id)];
1332
- case 2:
1333
- _a.beautyProfile = _b.sent();
1334
- return [2 /*return*/, user];
1335
- }
1336
- });
1337
- });
1338
- };
1339
- UserFirestoreRepository.prototype.getBeautyProfile = function (userId) {
1340
- return __awaiter(this, void 0, void 0, function () {
1341
- var beautyProfile;
1342
- return __generator(this, function (_a) {
1343
- switch (_a.label) {
1344
- case 0: return [4 /*yield*/, this.collection()
1345
- .doc(userId)
1346
- .collection('CX')
1347
- .withConverter(this.buildBeautyProfileModelInstance())
1348
- .doc('beautyProfile')
1349
- .get()];
1350
- case 1:
1351
- beautyProfile = _a.sent();
1352
- return [2 /*return*/, beautyProfile.data()];
1353
- }
1354
- });
1355
- });
1356
- };
1357
- UserFirestoreRepository.prototype.buildBeautyProfileModelInstance = function () {
1358
- return {
1359
- toFirestore: function (data) { return data.toPlain(); },
1360
- fromFirestore: function (snap) { return BeautyProfile.toInstance(snap.data()); },
1361
- };
1362
- };
1363
- return UserFirestoreRepository;
1321
+ var UserFirestoreRepository = /** @class */ (function (_super_1) {
1322
+ __extends(UserFirestoreRepository, _super_1);
1323
+ function UserFirestoreRepository(firestore) {
1324
+ var _this = _super_1.call(this) || this;
1325
+ _this.firestore = firestore;
1326
+ _this.collectionName = 'users';
1327
+ _this.model = User;
1328
+ return _this;
1329
+ }
1330
+ UserFirestoreRepository.prototype.get = function (identifiers) {
1331
+ var _super = Object.create(null, {
1332
+ get: { get: function () { return _super_1.prototype.get; } }
1333
+ });
1334
+ return __awaiter(this, void 0, void 0, function () {
1335
+ var user, _a;
1336
+ return __generator(this, function (_b) {
1337
+ switch (_b.label) {
1338
+ case 0: return [4 /*yield*/, _super.get.call(this, { id: identifiers.id })];
1339
+ case 1:
1340
+ user = _b.sent();
1341
+ _a = user;
1342
+ return [4 /*yield*/, this.getBeautyProfile(user.id)];
1343
+ case 2:
1344
+ _a.beautyProfile = _b.sent();
1345
+ return [2 /*return*/, user];
1346
+ }
1347
+ });
1348
+ });
1349
+ };
1350
+ UserFirestoreRepository.prototype.getBeautyProfile = function (userId) {
1351
+ return __awaiter(this, void 0, void 0, function () {
1352
+ var beautyProfile;
1353
+ return __generator(this, function (_a) {
1354
+ switch (_a.label) {
1355
+ case 0: return [4 /*yield*/, this.collection()
1356
+ .doc(userId)
1357
+ .collection('CX')
1358
+ .withConverter(this.buildBeautyProfileModelInstance())
1359
+ .doc('beautyProfile')
1360
+ .get()];
1361
+ case 1:
1362
+ beautyProfile = _a.sent();
1363
+ return [2 /*return*/, beautyProfile.data()];
1364
+ }
1365
+ });
1366
+ });
1367
+ };
1368
+ UserFirestoreRepository.prototype.buildBeautyProfileModelInstance = function () {
1369
+ return {
1370
+ toFirestore: function (data) { return data.toPlain(); },
1371
+ fromFirestore: function (snap) { return BeautyProfile.toInstance(snap.data()); },
1372
+ };
1373
+ };
1374
+ return UserFirestoreRepository;
1364
1375
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1365
1376
 
1366
- var SubscriptionEditionFirestoreRepository = /** @class */ (function (_super) {
1367
- __extends(SubscriptionEditionFirestoreRepository, _super);
1368
- function SubscriptionEditionFirestoreRepository(firestore, parentRepository) {
1369
- var _this = _super.call(this) || this;
1370
- _this.firestore = firestore;
1371
- _this.parentRepository = parentRepository;
1372
- _this.collectionName = 'editions';
1373
- _this.parentIdField = 'subscriptionId';
1374
- _this.model = Edition;
1375
- return _this;
1376
- }
1377
- return SubscriptionEditionFirestoreRepository;
1377
+ var SubscriptionEditionFirestoreRepository = /** @class */ (function (_super) {
1378
+ __extends(SubscriptionEditionFirestoreRepository, _super);
1379
+ function SubscriptionEditionFirestoreRepository(firestore, parentRepository) {
1380
+ var _this = _super.call(this) || this;
1381
+ _this.firestore = firestore;
1382
+ _this.parentRepository = parentRepository;
1383
+ _this.collectionName = 'editions';
1384
+ _this.parentIdField = 'subscriptionId';
1385
+ _this.model = Edition;
1386
+ return _this;
1387
+ }
1388
+ return SubscriptionEditionFirestoreRepository;
1378
1389
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), Subscription)));
1379
1390
 
1380
- var UserBeautyProfileFirestoreRepository = /** @class */ (function (_super) {
1381
- __extends(UserBeautyProfileFirestoreRepository, _super);
1382
- function UserBeautyProfileFirestoreRepository(firestore, parentRepository) {
1383
- var _this = _super.call(this) || this;
1384
- _this.firestore = firestore;
1385
- _this.parentRepository = parentRepository;
1386
- _this.collectionName = 'CX';
1387
- _this.parentIdField = 'userId';
1388
- _this.model = BeautyProfile;
1389
- return _this;
1390
- }
1391
- return UserBeautyProfileFirestoreRepository;
1391
+ var UserBeautyProfileFirestoreRepository = /** @class */ (function (_super) {
1392
+ __extends(UserBeautyProfileFirestoreRepository, _super);
1393
+ function UserBeautyProfileFirestoreRepository(firestore, parentRepository) {
1394
+ var _this = _super.call(this) || this;
1395
+ _this.firestore = firestore;
1396
+ _this.parentRepository = parentRepository;
1397
+ _this.collectionName = 'CX';
1398
+ _this.parentIdField = 'userId';
1399
+ _this.model = BeautyProfile;
1400
+ return _this;
1401
+ }
1402
+ return UserBeautyProfileFirestoreRepository;
1392
1403
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), User)));
1393
1404
 
1394
- var UserAddressFirestoreRepository = /** @class */ (function (_super) {
1395
- __extends(UserAddressFirestoreRepository, _super);
1396
- function UserAddressFirestoreRepository(firestore, parentRepository) {
1397
- var _this = _super.call(this) || this;
1398
- _this.firestore = firestore;
1399
- _this.parentRepository = parentRepository;
1400
- _this.collectionName = 'address';
1401
- _this.parentIdField = 'userId';
1402
- _this.model = UserAddress;
1403
- return _this;
1404
- }
1405
- return UserAddressFirestoreRepository;
1405
+ var UserAddressFirestoreRepository = /** @class */ (function (_super) {
1406
+ __extends(UserAddressFirestoreRepository, _super);
1407
+ function UserAddressFirestoreRepository(firestore, parentRepository) {
1408
+ var _this = _super.call(this) || this;
1409
+ _this.firestore = firestore;
1410
+ _this.parentRepository = parentRepository;
1411
+ _this.collectionName = 'address';
1412
+ _this.parentIdField = 'userId';
1413
+ _this.model = UserAddress;
1414
+ return _this;
1415
+ }
1416
+ return UserAddressFirestoreRepository;
1406
1417
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), User)));
1407
1418
 
1408
- var SubscriptionPaymentFirestoreRepository = /** @class */ (function (_super) {
1409
- __extends(SubscriptionPaymentFirestoreRepository, _super);
1410
- function SubscriptionPaymentFirestoreRepository(firestore, parentRepository) {
1411
- var _this = _super.call(this) || this;
1412
- _this.firestore = firestore;
1413
- _this.parentRepository = parentRepository;
1414
- _this.collectionName = 'Payments';
1415
- _this.parentIdField = 'subscriptionId';
1416
- _this.model = SubscriptionPayment;
1417
- return _this;
1418
- }
1419
- return SubscriptionPaymentFirestoreRepository;
1419
+ var SubscriptionPaymentFirestoreRepository = /** @class */ (function (_super) {
1420
+ __extends(SubscriptionPaymentFirestoreRepository, _super);
1421
+ function SubscriptionPaymentFirestoreRepository(firestore, parentRepository) {
1422
+ var _this = _super.call(this) || this;
1423
+ _this.firestore = firestore;
1424
+ _this.parentRepository = parentRepository;
1425
+ _this.collectionName = 'Payments';
1426
+ _this.parentIdField = 'subscriptionId';
1427
+ _this.model = SubscriptionPayment;
1428
+ return _this;
1429
+ }
1430
+ return SubscriptionPaymentFirestoreRepository;
1420
1431
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), Subscription)));
1421
1432
 
1422
- var CategoryFirestoreRepository = /** @class */ (function (_super) {
1423
- __extends(CategoryFirestoreRepository, _super);
1424
- function CategoryFirestoreRepository(firestore) {
1425
- var _this = _super.call(this) || this;
1426
- _this.firestore = firestore;
1427
- _this.collectionName = 'categories';
1428
- _this.model = Category;
1429
- return _this;
1430
- }
1431
- return CategoryFirestoreRepository;
1433
+ var CategoryFirestoreRepository = /** @class */ (function (_super) {
1434
+ __extends(CategoryFirestoreRepository, _super);
1435
+ function CategoryFirestoreRepository(firestore) {
1436
+ var _this = _super.call(this) || this;
1437
+ _this.firestore = firestore;
1438
+ _this.collectionName = 'categories';
1439
+ _this.model = Category;
1440
+ return _this;
1441
+ }
1442
+ return CategoryFirestoreRepository;
1432
1443
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1433
1444
 
1434
- var ProductFirestoreRepository = /** @class */ (function (_super) {
1435
- __extends(ProductFirestoreRepository, _super);
1436
- function ProductFirestoreRepository(firestore) {
1437
- var _this = _super.call(this) || this;
1438
- _this.firestore = firestore;
1439
- _this.collectionName = 'products';
1440
- _this.model = Product;
1441
- return _this;
1442
- }
1443
- return ProductFirestoreRepository;
1445
+ var ProductFirestoreRepository = /** @class */ (function (_super) {
1446
+ __extends(ProductFirestoreRepository, _super);
1447
+ function ProductFirestoreRepository(firestore) {
1448
+ var _this = _super.call(this) || this;
1449
+ _this.firestore = firestore;
1450
+ _this.collectionName = 'products';
1451
+ _this.model = Product;
1452
+ return _this;
1453
+ }
1454
+ return ProductFirestoreRepository;
1444
1455
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1445
1456
 
1446
- var ProductVariantFirestoreRepository = /** @class */ (function (_super) {
1447
- __extends(ProductVariantFirestoreRepository, _super);
1448
- function ProductVariantFirestoreRepository(firestore, parentRepository) {
1449
- var _this = _super.call(this) || this;
1450
- _this.firestore = firestore;
1451
- _this.parentRepository = parentRepository;
1452
- _this.collectionName = 'Variants';
1453
- _this.parentIdField = 'productId';
1454
- _this.model = Variant;
1455
- return _this;
1456
- }
1457
- return ProductVariantFirestoreRepository;
1457
+ var ProductVariantFirestoreRepository = /** @class */ (function (_super) {
1458
+ __extends(ProductVariantFirestoreRepository, _super);
1459
+ function ProductVariantFirestoreRepository(firestore, parentRepository) {
1460
+ var _this = _super.call(this) || this;
1461
+ _this.firestore = firestore;
1462
+ _this.parentRepository = parentRepository;
1463
+ _this.collectionName = 'Variants';
1464
+ _this.parentIdField = 'productId';
1465
+ _this.model = Variant;
1466
+ return _this;
1467
+ }
1468
+ return ProductVariantFirestoreRepository;
1458
1469
  }(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), Product)));
1459
1470
 
1460
- var CheckoutFirestoreRepository = /** @class */ (function (_super) {
1461
- __extends(CheckoutFirestoreRepository, _super);
1462
- function CheckoutFirestoreRepository(firestore) {
1463
- var _this = _super.call(this) || this;
1464
- _this.firestore = firestore;
1465
- _this.collectionName = 'checkouts';
1466
- _this.model = Checkout;
1467
- return _this;
1468
- }
1469
- return CheckoutFirestoreRepository;
1471
+ var CheckoutFirestoreRepository = /** @class */ (function (_super) {
1472
+ __extends(CheckoutFirestoreRepository, _super);
1473
+ function CheckoutFirestoreRepository(firestore) {
1474
+ var _this = _super.call(this) || this;
1475
+ _this.firestore = firestore;
1476
+ _this.collectionName = 'checkouts';
1477
+ _this.model = Checkout;
1478
+ return _this;
1479
+ }
1480
+ return CheckoutFirestoreRepository;
1481
+ }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1482
+
1483
+ var CouponFirestoreRepository = /** @class */ (function (_super) {
1484
+ __extends(CouponFirestoreRepository, _super);
1485
+ function CouponFirestoreRepository(firestore) {
1486
+ var _this = _super.call(this) || this;
1487
+ _this.firestore = firestore;
1488
+ _this.collectionName = 'coupons';
1489
+ _this.model = Coupon;
1490
+ return _this;
1491
+ }
1492
+ return CouponFirestoreRepository;
1470
1493
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1471
1494
 
1472
- var CouponFirestoreRepository = /** @class */ (function (_super) {
1473
- __extends(CouponFirestoreRepository, _super);
1474
- function CouponFirestoreRepository(firestore) {
1475
- var _this = _super.call(this) || this;
1476
- _this.firestore = firestore;
1477
- _this.collectionName = 'coupons';
1478
- _this.model = Coupon;
1479
- return _this;
1480
- }
1481
- return CouponFirestoreRepository;
1495
+ var OrderFirestoreRepository = /** @class */ (function (_super) {
1496
+ __extends(OrderFirestoreRepository, _super);
1497
+ function OrderFirestoreRepository(firestore) {
1498
+ var _this = _super.call(this) || this;
1499
+ _this.firestore = firestore;
1500
+ _this.collectionName = 'orders';
1501
+ _this.model = Order;
1502
+ return _this;
1503
+ }
1504
+ return OrderFirestoreRepository;
1482
1505
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1483
1506
 
1484
- var OrderFirestoreRepository = /** @class */ (function (_super) {
1485
- __extends(OrderFirestoreRepository, _super);
1486
- function OrderFirestoreRepository(firestore) {
1487
- var _this = _super.call(this) || this;
1488
- _this.firestore = firestore;
1489
- _this.collectionName = 'orders';
1490
- _this.model = Order;
1491
- return _this;
1492
- }
1493
- return OrderFirestoreRepository;
1507
+ var PaymentFirestoreRepository = /** @class */ (function (_super) {
1508
+ __extends(PaymentFirestoreRepository, _super);
1509
+ function PaymentFirestoreRepository(firestore) {
1510
+ var _this = _super.call(this) || this;
1511
+ _this.firestore = firestore;
1512
+ _this.collectionName = 'payments';
1513
+ _this.model = Payment;
1514
+ return _this;
1515
+ }
1516
+ return PaymentFirestoreRepository;
1494
1517
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1495
1518
 
1496
- var PaymentFirestoreRepository = /** @class */ (function (_super) {
1497
- __extends(PaymentFirestoreRepository, _super);
1498
- function PaymentFirestoreRepository(firestore) {
1499
- var _this = _super.call(this) || this;
1500
- _this.firestore = firestore;
1501
- _this.collectionName = 'payments';
1502
- _this.model = Payment;
1503
- return _this;
1504
- }
1505
- return PaymentFirestoreRepository;
1519
+ var CheckoutSubscriptionFirestoreRepository = /** @class */ (function (_super) {
1520
+ __extends(CheckoutSubscriptionFirestoreRepository, _super);
1521
+ function CheckoutSubscriptionFirestoreRepository(firestore) {
1522
+ var _this = _super.call(this) || this;
1523
+ _this.firestore = firestore;
1524
+ _this.collectionName = 'checkoutsSubscription';
1525
+ _this.model = CheckoutSubscription;
1526
+ return _this;
1527
+ }
1528
+ return CheckoutSubscriptionFirestoreRepository;
1506
1529
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1507
1530
 
1508
- var CheckoutSubscriptionFirestoreRepository = /** @class */ (function (_super) {
1509
- __extends(CheckoutSubscriptionFirestoreRepository, _super);
1510
- function CheckoutSubscriptionFirestoreRepository(firestore) {
1511
- var _this = _super.call(this) || this;
1512
- _this.firestore = firestore;
1513
- _this.collectionName = 'checkoutsSubscription';
1514
- _this.model = CheckoutSubscription;
1515
- return _this;
1516
- }
1517
- return CheckoutSubscriptionFirestoreRepository;
1531
+ var SubscriptionPlanFirestoreRepository = /** @class */ (function (_super) {
1532
+ __extends(SubscriptionPlanFirestoreRepository, _super);
1533
+ function SubscriptionPlanFirestoreRepository(firestore) {
1534
+ var _this = _super.call(this) || this;
1535
+ _this.firestore = firestore;
1536
+ _this.collectionName = 'subscriptionPlans';
1537
+ _this.model = SubscriptionPlan;
1538
+ return _this;
1539
+ }
1540
+ return SubscriptionPlanFirestoreRepository;
1518
1541
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1519
1542
 
1520
- var SubscriptionPlanFirestoreRepository = /** @class */ (function (_super) {
1521
- __extends(SubscriptionPlanFirestoreRepository, _super);
1522
- function SubscriptionPlanFirestoreRepository(firestore) {
1523
- var _this = _super.call(this) || this;
1524
- _this.firestore = firestore;
1525
- _this.collectionName = 'subscriptionPlans';
1526
- _this.model = SubscriptionPlan;
1527
- return _this;
1528
- }
1529
- return SubscriptionPlanFirestoreRepository;
1543
+ var Buy2WinFirestoreRepository = /** @class */ (function (_super) {
1544
+ __extends(Buy2WinFirestoreRepository, _super);
1545
+ function Buy2WinFirestoreRepository(firestore) {
1546
+ var _this = _super.call(this) || this;
1547
+ _this.firestore = firestore;
1548
+ _this.collectionName = 'buy2win';
1549
+ _this.model = Buy2Win;
1550
+ return _this;
1551
+ }
1552
+ return Buy2WinFirestoreRepository;
1530
1553
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1531
1554
 
1532
- var Buy2WinFirestoreRepository = /** @class */ (function (_super) {
1533
- __extends(Buy2WinFirestoreRepository, _super);
1534
- function Buy2WinFirestoreRepository(firestore) {
1535
- var _this = _super.call(this) || this;
1536
- _this.firestore = firestore;
1537
- _this.collectionName = 'buy2win';
1538
- _this.model = Buy2Win;
1539
- return _this;
1540
- }
1541
- return Buy2WinFirestoreRepository;
1555
+ var HomeFirestoreRepository = /** @class */ (function (_super) {
1556
+ __extends(HomeFirestoreRepository, _super);
1557
+ function HomeFirestoreRepository(firestore) {
1558
+ var _this = _super.call(this) || this;
1559
+ _this.firestore = firestore;
1560
+ _this.collectionName = 'dms';
1561
+ _this.model = Home;
1562
+ return _this;
1563
+ }
1564
+ return HomeFirestoreRepository;
1542
1565
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1543
1566
 
1544
- var HomeFirestoreRepository = /** @class */ (function (_super) {
1545
- __extends(HomeFirestoreRepository, _super);
1546
- function HomeFirestoreRepository(firestore) {
1547
- var _this = _super.call(this) || this;
1548
- _this.firestore = firestore;
1549
- _this.collectionName = 'dms';
1550
- _this.model = Home;
1551
- return _this;
1552
- }
1553
- return HomeFirestoreRepository;
1567
+ var ShopMenuFirestoreRepository = /** @class */ (function (_super) {
1568
+ __extends(ShopMenuFirestoreRepository, _super);
1569
+ function ShopMenuFirestoreRepository(firestore) {
1570
+ var _this = _super.call(this) || this;
1571
+ _this.firestore = firestore;
1572
+ _this.collectionName = 'shopMenus';
1573
+ _this.model = ShopMenu;
1574
+ return _this;
1575
+ }
1576
+ return ShopMenuFirestoreRepository;
1554
1577
  }(withCrudFirestore(withHelpers(withFirestore(Base)))));
1555
1578
 
1556
- var AuthenticationFirebaseAuthService = /** @class */ (function () {
1557
- function AuthenticationFirebaseAuthService(firebaseAuth) {
1558
- this.firebaseAuth = firebaseAuth;
1559
- }
1560
- AuthenticationFirebaseAuthService.prototype.signInWithEmailAndPassword = function (data) {
1561
- return __awaiter(this, void 0, void 0, function () {
1562
- var credentials, user;
1563
- return __generator(this, function (_a) {
1564
- switch (_a.label) {
1565
- case 0: return [4 /*yield*/, this.firebaseAuth.signInWithEmailAndPassword(data.email, data.password)];
1566
- case 1:
1567
- credentials = _a.sent();
1568
- user = credentials.user;
1569
- return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
1570
- }
1571
- });
1572
- });
1573
- };
1574
- AuthenticationFirebaseAuthService.prototype.signInWithGoogle = function () {
1575
- return __awaiter(this, void 0, void 0, function () {
1576
- var credentials, user;
1577
- return __generator(this, function (_a) {
1578
- switch (_a.label) {
1579
- case 0: return [4 /*yield*/, this.firebaseAuth.signInWithPopup(new firebase__default$1["default"].auth.GoogleAuthProvider())];
1580
- case 1:
1581
- credentials = _a.sent();
1582
- user = credentials.user;
1583
- return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
1584
- }
1585
- });
1586
- });
1587
- };
1588
- AuthenticationFirebaseAuthService.prototype.signOut = function () {
1589
- return __awaiter(this, void 0, void 0, function () {
1590
- return __generator(this, function (_a) {
1591
- this.firebaseAuth.signOut();
1592
- return [2 /*return*/];
1593
- });
1594
- });
1595
- };
1596
- return AuthenticationFirebaseAuthService;
1579
+ var AuthenticationFirebaseAuthService = /** @class */ (function () {
1580
+ function AuthenticationFirebaseAuthService(firebaseAuth) {
1581
+ this.firebaseAuth = firebaseAuth;
1582
+ }
1583
+ AuthenticationFirebaseAuthService.prototype.signInWithEmailAndPassword = function (data) {
1584
+ return __awaiter(this, void 0, void 0, function () {
1585
+ var credentials, user;
1586
+ return __generator(this, function (_a) {
1587
+ switch (_a.label) {
1588
+ case 0: return [4 /*yield*/, this.firebaseAuth.signInWithEmailAndPassword(data.email, data.password)];
1589
+ case 1:
1590
+ credentials = _a.sent();
1591
+ user = credentials.user;
1592
+ return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
1593
+ }
1594
+ });
1595
+ });
1596
+ };
1597
+ AuthenticationFirebaseAuthService.prototype.signInWithGoogle = function () {
1598
+ return __awaiter(this, void 0, void 0, function () {
1599
+ var credentials, user;
1600
+ return __generator(this, function (_a) {
1601
+ switch (_a.label) {
1602
+ case 0: return [4 /*yield*/, this.firebaseAuth.signInWithPopup(new firebase__default$1["default"].auth.GoogleAuthProvider())];
1603
+ case 1:
1604
+ credentials = _a.sent();
1605
+ user = credentials.user;
1606
+ return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
1607
+ }
1608
+ });
1609
+ });
1610
+ };
1611
+ AuthenticationFirebaseAuthService.prototype.signOut = function () {
1612
+ return __awaiter(this, void 0, void 0, function () {
1613
+ return __generator(this, function (_a) {
1614
+ this.firebaseAuth.signOut();
1615
+ return [2 /*return*/];
1616
+ });
1617
+ });
1618
+ };
1619
+ return AuthenticationFirebaseAuthService;
1597
1620
  }());
1598
1621
 
1599
- /**
1600
- * Generated bundle index. Do not edit.
1622
+ /**
1623
+ * Generated bundle index. Do not edit.
1601
1624
  */
1602
1625
 
1603
1626
  Object.defineProperty(exports, 'chunk', {
@@ -1652,6 +1675,8 @@
1652
1675
  exports.ProductVariantFirestoreRepository = ProductVariantFirestoreRepository;
1653
1676
  exports.RequiredArgumentError = RequiredArgumentError;
1654
1677
  exports.ShippingMethod = ShippingMethod;
1678
+ exports.ShopMenu = ShopMenu;
1679
+ exports.ShopMenuFirestoreRepository = ShopMenuFirestoreRepository;
1655
1680
  exports.SignOut = SignOut;
1656
1681
  exports.Subscription = Subscription;
1657
1682
  exports.SubscriptionEditionFirestoreRepository = SubscriptionEditionFirestoreRepository;