@infrab4a/connect 0.4.7 → 0.4.9
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.
- package/README.md +24 -24
- package/bundles/infrab4a-connect.umd.js +1610 -1539
- package/bundles/infrab4a-connect.umd.js.map +1 -1
- package/esm2015/infrab4a-connect.js +4 -4
- package/esm2015/lib/domain/catalog/index.js +3 -3
- package/esm2015/lib/domain/catalog/models/category.js +7 -7
- package/esm2015/lib/domain/catalog/models/enums/index.js +2 -2
- package/esm2015/lib/domain/catalog/models/enums/shops.enum.js +6 -6
- package/esm2015/lib/domain/catalog/models/index.js +6 -6
- package/esm2015/lib/domain/catalog/models/product.js +7 -7
- package/esm2015/lib/domain/catalog/models/types/category-condition.type.js +2 -2
- package/esm2015/lib/domain/catalog/models/types/category-filter.type.js +2 -2
- package/esm2015/lib/domain/catalog/models/types/index.js +8 -8
- package/esm2015/lib/domain/catalog/models/types/product-review.type.js +2 -2
- package/esm2015/lib/domain/catalog/models/types/shops-description.type.js +2 -2
- package/esm2015/lib/domain/catalog/models/types/shops-price.type.js +2 -2
- package/esm2015/lib/domain/catalog/models/types/stock.type.js +2 -2
- package/esm2015/lib/domain/catalog/models/types/variant-grade.type.js +2 -2
- package/esm2015/lib/domain/catalog/models/variant.js +7 -7
- package/esm2015/lib/domain/catalog/repositories/category.repository.js +2 -2
- package/esm2015/lib/domain/catalog/repositories/index.js +4 -4
- package/esm2015/lib/domain/catalog/repositories/product.repository.js +2 -2
- package/esm2015/lib/domain/catalog/repositories/variant.repository.js +2 -2
- package/esm2015/lib/domain/general/index.js +3 -3
- package/esm2015/lib/domain/general/model/base-model-with-identifier-fields.js +2 -2
- package/esm2015/lib/domain/general/model/base.model.js +13 -13
- package/esm2015/lib/domain/general/model/identifier-fields.js +2 -2
- package/esm2015/lib/domain/general/model/index.js +5 -5
- package/esm2015/lib/domain/general/model/types/base-model-builder.type.js +2 -2
- package/esm2015/lib/domain/general/model/types/index.js +4 -4
- package/esm2015/lib/domain/general/model/types/non-function-properties.type.js +2 -2
- package/esm2015/lib/domain/general/model/types/non-function-property-name.type.js +2 -2
- package/esm2015/lib/domain/general/repository/create.repository.js +2 -2
- package/esm2015/lib/domain/general/repository/crud.repository.js +2 -2
- package/esm2015/lib/domain/general/repository/delete.repository.js +2 -2
- package/esm2015/lib/domain/general/repository/enums/index.js +3 -3
- package/esm2015/lib/domain/general/repository/enums/update-option-actions.enum.js +9 -9
- package/esm2015/lib/domain/general/repository/enums/where.enum.js +11 -11
- package/esm2015/lib/domain/general/repository/find.repository.js +2 -2
- package/esm2015/lib/domain/general/repository/get.repository.js +2 -2
- package/esm2015/lib/domain/general/repository/index.js +10 -10
- package/esm2015/lib/domain/general/repository/read.repository.js +2 -2
- package/esm2015/lib/domain/general/repository/types/index.js +6 -6
- package/esm2015/lib/domain/general/repository/types/repository-find-filters.type.js +2 -2
- package/esm2015/lib/domain/general/repository/types/repository-find-result.type.js +2 -2
- package/esm2015/lib/domain/general/repository/types/repository-limit-options.type.js +2 -2
- package/esm2015/lib/domain/general/repository/types/repository-order-by-list.type.js +2 -2
- package/esm2015/lib/domain/general/repository/types/repository-update-params.type.js +2 -2
- package/esm2015/lib/domain/general/repository/update.repository.js +2 -2
- package/esm2015/lib/domain/index.js +7 -7
- package/esm2015/lib/domain/location/index.js +2 -2
- package/esm2015/lib/domain/location/models/address.js +4 -4
- package/esm2015/lib/domain/location/models/index.js +3 -3
- package/esm2015/lib/domain/location/models/types/index.js +4 -4
- package/esm2015/lib/domain/location/models/types/location-bound.type.js +2 -2
- package/esm2015/lib/domain/location/models/types/location-geometry.type.js +2 -2
- package/esm2015/lib/domain/location/models/types/location-lat-lng.type.js +2 -2
- package/esm2015/lib/domain/shop-settings/index.js +3 -3
- package/esm2015/lib/domain/shop-settings/models/home.js +7 -7
- package/esm2015/lib/domain/shop-settings/models/index.js +4 -4
- package/esm2015/lib/domain/shop-settings/models/shop-menu.js +7 -7
- package/esm2015/lib/domain/shop-settings/models/types/banner.type.js +2 -2
- package/esm2015/lib/domain/shop-settings/models/types/benefit.type.js +2 -2
- package/esm2015/lib/domain/shop-settings/models/types/index.js +5 -5
- package/esm2015/lib/domain/shop-settings/models/types/menu-nav.type.js +2 -2
- package/esm2015/lib/domain/shop-settings/models/types/sub-menu.type.js +2 -2
- package/esm2015/lib/domain/shop-settings/repositories/home.repository.js +2 -2
- package/esm2015/lib/domain/shop-settings/repositories/index.js +3 -3
- package/esm2015/lib/domain/shop-settings/repositories/shop-menu.repository.js +2 -2
- package/esm2015/lib/domain/shopping/index.js +3 -3
- package/esm2015/lib/domain/shopping/models/buy-2-win.js +7 -7
- package/esm2015/lib/domain/shopping/models/checkout.js +7 -7
- package/esm2015/lib/domain/shopping/models/coupons/coupon.js +15 -15
- package/esm2015/lib/domain/shopping/models/coupons/enums/coupon-subtypes.enum.js +6 -6
- package/esm2015/lib/domain/shopping/models/coupons/enums/coupon-types.enum.js +8 -8
- package/esm2015/lib/domain/shopping/models/coupons/enums/exclusivities.enum.js +7 -7
- package/esm2015/lib/domain/shopping/models/coupons/enums/index.js +4 -4
- package/esm2015/lib/domain/shopping/models/coupons/financial-coupon.js +28 -28
- package/esm2015/lib/domain/shopping/models/coupons/index.js +4 -4
- package/esm2015/lib/domain/shopping/models/enums/checkout-types.enum.js +6 -6
- package/esm2015/lib/domain/shopping/models/enums/index.js +3 -3
- package/esm2015/lib/domain/shopping/models/enums/order-status.enum.js +12 -12
- package/esm2015/lib/domain/shopping/models/index.js +12 -12
- package/esm2015/lib/domain/shopping/models/line-item.js +4 -4
- package/esm2015/lib/domain/shopping/models/order.js +4 -4
- package/esm2015/lib/domain/shopping/models/payment.js +129 -129
- package/esm2015/lib/domain/shopping/models/shipping-method.js +7 -7
- package/esm2015/lib/domain/shopping/models/subscription/checkout.js +7 -7
- package/esm2015/lib/domain/shopping/models/subscription/index.js +3 -3
- package/esm2015/lib/domain/shopping/models/subscription/plan.js +7 -7
- package/esm2015/lib/domain/shopping/models/types/index.js +8 -8
- package/esm2015/lib/domain/shopping/models/types/payment-address.type.js +2 -2
- package/esm2015/lib/domain/shopping/models/types/payment-billing.type.js +2 -2
- package/esm2015/lib/domain/shopping/models/types/payment-card.type.js +2 -2
- package/esm2015/lib/domain/shopping/models/types/payment-customer.type.js +2 -2
- package/esm2015/lib/domain/shopping/models/types/payment-document.type.js +2 -2
- package/esm2015/lib/domain/shopping/models/types/payment-item.type.js +2 -2
- package/esm2015/lib/domain/shopping/models/types/payment-shipping.type.js +2 -2
- package/esm2015/lib/domain/shopping/repositories/buy-2-win.repository.js +2 -2
- package/esm2015/lib/domain/shopping/repositories/checkout.repository.js +2 -2
- package/esm2015/lib/domain/shopping/repositories/coupon.repository.js +2 -2
- package/esm2015/lib/domain/shopping/repositories/index.js +7 -7
- package/esm2015/lib/domain/shopping/repositories/order.repository.js +2 -2
- package/esm2015/lib/domain/shopping/repositories/payment.repository.js +2 -2
- package/esm2015/lib/domain/shopping/repositories/subscription/checkout.repository.js +2 -2
- package/esm2015/lib/domain/shopping/repositories/subscription/index.js +3 -3
- package/esm2015/lib/domain/shopping/repositories/subscription/plan.repository.js +2 -2
- package/esm2015/lib/domain/users/errors/index.js +2 -2
- package/esm2015/lib/domain/users/errors/unauthorized.error.js +7 -7
- package/esm2015/lib/domain/users/index.js +6 -6
- package/esm2015/lib/domain/users/models/beauty-profile.js +12 -12
- package/esm2015/lib/domain/users/models/enums/area.enum.js +13 -13
- package/esm2015/lib/domain/users/models/enums/beard-sizes.enum.js +9 -9
- package/esm2015/lib/domain/users/models/enums/hair-types.enum.js +9 -9
- package/esm2015/lib/domain/users/models/enums/index.js +7 -7
- package/esm2015/lib/domain/users/models/enums/office-position.enum.js +8 -8
- package/esm2015/lib/domain/users/models/enums/user-type.enum.js +10 -10
- package/esm2015/lib/domain/users/models/index.js +6 -6
- package/esm2015/lib/domain/users/models/subscription/edition.js +7 -7
- package/esm2015/lib/domain/users/models/subscription/enums/billing-status.enum.js +5 -5
- package/esm2015/lib/domain/users/models/subscription/enums/edition-status.enum.js +5 -5
- package/esm2015/lib/domain/users/models/subscription/enums/index.js +5 -5
- package/esm2015/lib/domain/users/models/subscription/enums/payment-type.enum.js +7 -7
- package/esm2015/lib/domain/users/models/subscription/enums/status.enum.js +5 -5
- package/esm2015/lib/domain/users/models/subscription/index.js +5 -5
- package/esm2015/lib/domain/users/models/subscription/payment.js +7 -7
- package/esm2015/lib/domain/users/models/subscription/subscription.js +7 -7
- package/esm2015/lib/domain/users/models/user-address.js +7 -7
- package/esm2015/lib/domain/users/models/user.js +17 -17
- package/esm2015/lib/domain/users/repositories/beauty-profile.repository.js +2 -2
- package/esm2015/lib/domain/users/repositories/edition.repository.js +2 -2
- package/esm2015/lib/domain/users/repositories/index.js +7 -7
- package/esm2015/lib/domain/users/repositories/subscription-payment.repository.js +2 -2
- package/esm2015/lib/domain/users/repositories/subscription.repository.js +2 -2
- package/esm2015/lib/domain/users/repositories/user-address.repository.js +2 -2
- package/esm2015/lib/domain/users/repositories/user.repository.js +2 -2
- package/esm2015/lib/domain/users/services/authentication.service.js +2 -2
- package/esm2015/lib/domain/users/services/index.js +2 -2
- package/esm2015/lib/domain/users/use-cases/authentication.js +40 -40
- package/esm2015/lib/domain/users/use-cases/index.js +3 -3
- package/esm2015/lib/domain/users/use-cases/signout.js +12 -12
- package/esm2015/lib/errors/duplicated-results.error.js +7 -7
- package/esm2015/lib/errors/index.js +5 -5
- package/esm2015/lib/errors/invalid-argument.error.js +7 -7
- package/esm2015/lib/errors/not-found.error.js +7 -7
- package/esm2015/lib/errors/required-argument.error.js +8 -8
- package/esm2015/lib/index.js +5 -5
- package/esm2015/lib/infra/firebase/auth/authentication-firebase-auth.service.js +27 -27
- package/esm2015/lib/infra/firebase/auth/index.js +2 -2
- package/esm2015/lib/infra/firebase/firestore/index.js +4 -4
- package/esm2015/lib/infra/firebase/firestore/mixins/index.js +10 -10
- package/esm2015/lib/infra/firebase/firestore/mixins/with-create-firestore.mixin.js +30 -30
- package/esm2015/lib/infra/firebase/firestore/mixins/with-crud-firestore.mixin.js +10 -10
- package/esm2015/lib/infra/firebase/firestore/mixins/with-delete-firestore.mixin.js +18 -18
- package/esm2015/lib/infra/firebase/firestore/mixins/with-find-firestore.mixin.js +64 -64
- package/esm2015/lib/infra/firebase/firestore/mixins/with-firestore.mixin.js +26 -26
- package/esm2015/lib/infra/firebase/firestore/mixins/with-get-firestore.mixin.js +24 -24
- package/esm2015/lib/infra/firebase/firestore/mixins/with-helpers.mixin.js +17 -17
- package/esm2015/lib/infra/firebase/firestore/mixins/with-sub-collection.mixin.js +11 -11
- package/esm2015/lib/infra/firebase/firestore/mixins/with-update-firestore.mixin.js +45 -45
- package/esm2015/lib/infra/firebase/firestore/repositories/catalog/category-firestore.repository.js +74 -50
- package/esm2015/lib/infra/firebase/firestore/repositories/catalog/index.js +4 -4
- package/esm2015/lib/infra/firebase/firestore/repositories/catalog/product-firestore.repository.js +23 -12
- package/esm2015/lib/infra/firebase/firestore/repositories/catalog/product-variant-firestore.repository.js +14 -14
- package/esm2015/lib/infra/firebase/firestore/repositories/index.js +5 -5
- package/esm2015/lib/infra/firebase/firestore/repositories/shop-settings/home-firestore.repository.js +12 -12
- package/esm2015/lib/infra/firebase/firestore/repositories/shop-settings/index.js +3 -3
- package/esm2015/lib/infra/firebase/firestore/repositories/shop-settings/shop-menu-firestore.repository.js +12 -12
- package/esm2015/lib/infra/firebase/firestore/repositories/shopping/buy-2-win-firestore.repository.js +12 -12
- package/esm2015/lib/infra/firebase/firestore/repositories/shopping/checkout-firestore.repository.js +12 -12
- package/esm2015/lib/infra/firebase/firestore/repositories/shopping/checkout-subscription-firestore.repository.js +12 -12
- package/esm2015/lib/infra/firebase/firestore/repositories/shopping/coupon-firestore.repository.js +12 -12
- package/esm2015/lib/infra/firebase/firestore/repositories/shopping/index.js +8 -8
- package/esm2015/lib/infra/firebase/firestore/repositories/shopping/order-firestore.repository.js +12 -12
- package/esm2015/lib/infra/firebase/firestore/repositories/shopping/payment-firestore.repository.js +12 -12
- package/esm2015/lib/infra/firebase/firestore/repositories/shopping/subscription-plan-firestore.repository.js +12 -12
- package/esm2015/lib/infra/firebase/firestore/repositories/users/index.js +7 -7
- package/esm2015/lib/infra/firebase/firestore/repositories/users/subscription-edition-firestore.repository.js +14 -14
- package/esm2015/lib/infra/firebase/firestore/repositories/users/subscription-firestore.repository.js +12 -12
- package/esm2015/lib/infra/firebase/firestore/repositories/users/subscription-payment-firestore.repository.js +14 -14
- package/esm2015/lib/infra/firebase/firestore/repositories/users/user-address-firestore.repository.js +14 -14
- package/esm2015/lib/infra/firebase/firestore/repositories/users/user-beauty-profile-firestore.repository.js +14 -14
- package/esm2015/lib/infra/firebase/firestore/repositories/users/user-firestore.repository.js +40 -40
- package/esm2015/lib/infra/firebase/firestore/types/firestore-sub.repository.type.js +2 -2
- package/esm2015/lib/infra/firebase/firestore/types/firestore.helpers.type.js +2 -2
- package/esm2015/lib/infra/firebase/firestore/types/firestore.repository.type.js +2 -2
- package/esm2015/lib/infra/firebase/firestore/types/index.js +4 -4
- package/esm2015/lib/infra/firebase/index.js +3 -3
- package/esm2015/lib/infra/index.js +2 -2
- package/esm2015/lib/utils/index.js +5 -5
- package/esm2015/lib/utils/mixins/base.mixin.js +6 -6
- package/esm2015/lib/utils/mixins/index.js +3 -3
- package/esm2015/lib/utils/mixins/mixin-ctor.type.js +2 -2
- package/esm2015/lib/utils/types/index.js +2 -2
- package/esm2015/lib/utils/types/prop.type.js +2 -2
- package/esm2015/public-api.js +2 -2
- package/fesm2015/infrab4a-connect.js +978 -944
- package/fesm2015/infrab4a-connect.js.map +1 -1
- package/infrab4a-connect.d.ts +5 -5
- package/lib/domain/catalog/index.d.ts +2 -2
- package/lib/domain/catalog/models/category.d.ts +20 -20
- package/lib/domain/catalog/models/enums/index.d.ts +1 -1
- package/lib/domain/catalog/models/enums/shops.enum.d.ts +4 -4
- package/lib/domain/catalog/models/index.d.ts +5 -5
- package/lib/domain/catalog/models/product.d.ts +32 -31
- package/lib/domain/catalog/models/types/category-condition.type.d.ts +4 -4
- package/lib/domain/catalog/models/types/category-filter.type.d.ts +4 -4
- package/lib/domain/catalog/models/types/index.d.ts +7 -7
- package/lib/domain/catalog/models/types/product-review.type.d.ts +12 -12
- package/lib/domain/catalog/models/types/shops-description.type.d.ts +7 -7
- package/lib/domain/catalog/models/types/shops-price.type.d.ts +10 -10
- package/lib/domain/catalog/models/types/stock.type.d.ts +3 -3
- package/lib/domain/catalog/models/types/variant-grade.type.d.ts +4 -4
- package/lib/domain/catalog/models/variant.d.ts +12 -12
- package/lib/domain/catalog/repositories/category.repository.d.ts +12 -11
- package/lib/domain/catalog/repositories/index.d.ts +3 -3
- package/lib/domain/catalog/repositories/product.repository.d.ts +5 -4
- package/lib/domain/catalog/repositories/variant.repository.d.ts +4 -4
- package/lib/domain/general/index.d.ts +2 -2
- package/lib/domain/general/model/base-model-with-identifier-fields.d.ts +3 -3
- package/lib/domain/general/model/base.model.d.ts +6 -6
- package/lib/domain/general/model/identifier-fields.d.ts +4 -4
- package/lib/domain/general/model/index.d.ts +4 -4
- package/lib/domain/general/model/types/base-model-builder.type.d.ts +5 -5
- package/lib/domain/general/model/types/index.d.ts +3 -3
- package/lib/domain/general/model/types/non-function-properties.type.d.ts +2 -2
- package/lib/domain/general/model/types/non-function-property-name.type.d.ts +3 -3
- package/lib/domain/general/repository/create.repository.d.ts +5 -5
- package/lib/domain/general/repository/crud.repository.d.ts +7 -7
- package/lib/domain/general/repository/delete.repository.d.ts +5 -5
- package/lib/domain/general/repository/enums/index.d.ts +2 -2
- package/lib/domain/general/repository/enums/update-option-actions.enum.d.ts +7 -7
- package/lib/domain/general/repository/enums/where.enum.d.ts +9 -9
- package/lib/domain/general/repository/find.repository.d.ts +5 -5
- package/lib/domain/general/repository/get.repository.d.ts +5 -5
- package/lib/domain/general/repository/index.d.ts +9 -9
- package/lib/domain/general/repository/read.repository.d.ts +5 -5
- package/lib/domain/general/repository/types/index.d.ts +5 -5
- package/lib/domain/general/repository/types/repository-find-filters.type.d.ts +10 -10
- package/lib/domain/general/repository/types/repository-find-result.type.d.ts +4 -4
- package/lib/domain/general/repository/types/repository-limit-options.type.d.ts +4 -4
- package/lib/domain/general/repository/types/repository-order-by-list.type.d.ts +5 -5
- package/lib/domain/general/repository/types/repository-update-params.type.d.ts +11 -11
- package/lib/domain/general/repository/update.repository.d.ts +5 -5
- package/lib/domain/index.d.ts +6 -6
- package/lib/domain/location/index.d.ts +1 -1
- package/lib/domain/location/models/address.d.ts +21 -21
- package/lib/domain/location/models/index.d.ts +2 -2
- package/lib/domain/location/models/types/index.d.ts +3 -3
- package/lib/domain/location/models/types/location-bound.type.d.ts +6 -6
- package/lib/domain/location/models/types/location-geometry.type.d.ts +7 -7
- package/lib/domain/location/models/types/location-lat-lng.type.d.ts +4 -4
- package/lib/domain/shop-settings/index.d.ts +2 -2
- package/lib/domain/shop-settings/models/home.d.ts +17 -17
- package/lib/domain/shop-settings/models/index.d.ts +3 -3
- package/lib/domain/shop-settings/models/shop-menu.d.ts +7 -7
- package/lib/domain/shop-settings/models/types/banner.type.d.ts +6 -6
- package/lib/domain/shop-settings/models/types/benefit.type.d.ts +5 -5
- package/lib/domain/shop-settings/models/types/index.d.ts +4 -4
- package/lib/domain/shop-settings/models/types/menu-nav.type.d.ts +8 -8
- package/lib/domain/shop-settings/models/types/sub-menu.type.d.ts +8 -8
- package/lib/domain/shop-settings/repositories/home.repository.d.ts +4 -4
- package/lib/domain/shop-settings/repositories/index.d.ts +2 -2
- package/lib/domain/shop-settings/repositories/shop-menu.repository.d.ts +4 -4
- package/lib/domain/shopping/index.d.ts +2 -2
- package/lib/domain/shopping/models/buy-2-win.d.ts +18 -18
- package/lib/domain/shopping/models/checkout.d.ts +28 -28
- package/lib/domain/shopping/models/coupons/coupon.d.ts +25 -25
- package/lib/domain/shopping/models/coupons/enums/coupon-subtypes.enum.d.ts +4 -4
- package/lib/domain/shopping/models/coupons/enums/coupon-types.enum.d.ts +6 -6
- package/lib/domain/shopping/models/coupons/enums/exclusivities.enum.d.ts +5 -5
- package/lib/domain/shopping/models/coupons/enums/index.d.ts +3 -3
- package/lib/domain/shopping/models/coupons/financial-coupon.d.ts +8 -8
- package/lib/domain/shopping/models/coupons/index.d.ts +3 -3
- package/lib/domain/shopping/models/enums/checkout-types.enum.d.ts +4 -4
- package/lib/domain/shopping/models/enums/index.d.ts +2 -2
- package/lib/domain/shopping/models/enums/order-status.enum.d.ts +10 -10
- package/lib/domain/shopping/models/index.d.ts +11 -11
- package/lib/domain/shopping/models/line-item.d.ts +7 -7
- package/lib/domain/shopping/models/order.d.ts +7 -7
- package/lib/domain/shopping/models/payment.d.ts +69 -69
- package/lib/domain/shopping/models/shipping-method.d.ts +18 -18
- package/lib/domain/shopping/models/subscription/checkout.d.ts +23 -23
- package/lib/domain/shopping/models/subscription/index.d.ts +2 -2
- package/lib/domain/shopping/models/subscription/plan.d.ts +12 -12
- package/lib/domain/shopping/models/types/index.d.ts +7 -7
- package/lib/domain/shopping/models/types/payment-address.type.d.ts +12 -12
- package/lib/domain/shopping/models/types/payment-billing.type.d.ts +7 -7
- package/lib/domain/shopping/models/types/payment-card.type.d.ts +14 -14
- package/lib/domain/shopping/models/types/payment-customer.type.d.ts +18 -18
- package/lib/domain/shopping/models/types/payment-document.type.d.ts +6 -6
- package/lib/domain/shopping/models/types/payment-item.type.d.ts +11 -11
- package/lib/domain/shopping/models/types/payment-shipping.type.d.ts +10 -10
- package/lib/domain/shopping/repositories/buy-2-win.repository.d.ts +4 -4
- package/lib/domain/shopping/repositories/checkout.repository.d.ts +4 -4
- package/lib/domain/shopping/repositories/coupon.repository.d.ts +4 -4
- package/lib/domain/shopping/repositories/index.d.ts +6 -6
- package/lib/domain/shopping/repositories/order.repository.d.ts +4 -4
- package/lib/domain/shopping/repositories/payment.repository.d.ts +4 -4
- package/lib/domain/shopping/repositories/subscription/checkout.repository.d.ts +4 -4
- package/lib/domain/shopping/repositories/subscription/index.d.ts +2 -2
- package/lib/domain/shopping/repositories/subscription/plan.repository.d.ts +4 -4
- package/lib/domain/users/errors/index.d.ts +1 -1
- package/lib/domain/users/errors/unauthorized.error.d.ts +4 -4
- package/lib/domain/users/index.d.ts +5 -5
- package/lib/domain/users/models/beauty-profile.d.ts +12 -12
- package/lib/domain/users/models/enums/area.enum.d.ts +11 -11
- package/lib/domain/users/models/enums/beard-sizes.enum.d.ts +7 -7
- package/lib/domain/users/models/enums/hair-types.enum.d.ts +7 -7
- package/lib/domain/users/models/enums/index.d.ts +6 -6
- package/lib/domain/users/models/enums/office-position.enum.d.ts +6 -6
- package/lib/domain/users/models/enums/user-type.enum.d.ts +8 -8
- package/lib/domain/users/models/index.d.ts +5 -5
- package/lib/domain/users/models/subscription/edition.d.ts +15 -15
- package/lib/domain/users/models/subscription/enums/billing-status.enum.d.ts +3 -3
- package/lib/domain/users/models/subscription/enums/edition-status.enum.d.ts +3 -3
- package/lib/domain/users/models/subscription/enums/index.d.ts +4 -4
- package/lib/domain/users/models/subscription/enums/payment-type.enum.d.ts +5 -5
- package/lib/domain/users/models/subscription/enums/status.enum.d.ts +3 -3
- package/lib/domain/users/models/subscription/index.d.ts +4 -4
- package/lib/domain/users/models/subscription/payment.d.ts +14 -14
- package/lib/domain/users/models/subscription/subscription.d.ts +30 -30
- package/lib/domain/users/models/user-address.d.ts +7 -7
- package/lib/domain/users/models/user.d.ts +23 -23
- package/lib/domain/users/repositories/beauty-profile.repository.d.ts +4 -4
- package/lib/domain/users/repositories/edition.repository.d.ts +4 -4
- package/lib/domain/users/repositories/index.d.ts +6 -6
- package/lib/domain/users/repositories/subscription-payment.repository.d.ts +4 -4
- package/lib/domain/users/repositories/subscription.repository.d.ts +4 -4
- package/lib/domain/users/repositories/user-address.repository.d.ts +4 -4
- package/lib/domain/users/repositories/user.repository.d.ts +4 -4
- package/lib/domain/users/services/authentication.service.d.ts +10 -10
- package/lib/domain/users/services/index.d.ts +1 -1
- package/lib/domain/users/use-cases/authentication.d.ts +21 -21
- package/lib/domain/users/use-cases/index.d.ts +2 -2
- package/lib/domain/users/use-cases/signout.d.ts +6 -6
- package/lib/errors/duplicated-results.error.d.ts +4 -4
- package/lib/errors/index.d.ts +4 -4
- package/lib/errors/invalid-argument.error.d.ts +4 -4
- package/lib/errors/not-found.error.d.ts +4 -4
- package/lib/errors/required-argument.error.d.ts +5 -5
- package/lib/index.d.ts +4 -4
- package/lib/infra/firebase/auth/authentication-firebase-auth.service.d.ts +9 -9
- package/lib/infra/firebase/auth/index.d.ts +1 -1
- package/lib/infra/firebase/firestore/index.d.ts +3 -3
- package/lib/infra/firebase/firestore/mixins/index.d.ts +9 -9
- package/lib/infra/firebase/firestore/mixins/with-create-firestore.mixin.d.ts +17 -17
- package/lib/infra/firebase/firestore/mixins/with-crud-firestore.mixin.d.ts +29 -29
- package/lib/infra/firebase/firestore/mixins/with-delete-firestore.mixin.d.ts +15 -15
- package/lib/infra/firebase/firestore/mixins/with-find-firestore.mixin.d.ts +20 -20
- package/lib/infra/firebase/firestore/mixins/with-firestore.mixin.d.ts +15 -15
- package/lib/infra/firebase/firestore/mixins/with-get-firestore.mixin.d.ts +15 -15
- package/lib/infra/firebase/firestore/mixins/with-helpers.mixin.d.ts +10 -10
- package/lib/infra/firebase/firestore/mixins/with-sub-collection.mixin.d.ts +14 -14
- package/lib/infra/firebase/firestore/mixins/with-update-firestore.mixin.d.ts +16 -16
- package/lib/infra/firebase/firestore/repositories/catalog/category-firestore.repository.d.ts +55 -54
- package/lib/infra/firebase/firestore/repositories/catalog/index.d.ts +3 -3
- package/lib/infra/firebase/firestore/repositories/catalog/product-firestore.repository.d.ts +50 -49
- package/lib/infra/firebase/firestore/repositories/catalog/product-variant-firestore.repository.d.ts +60 -60
- package/lib/infra/firebase/firestore/repositories/index.d.ts +4 -4
- package/lib/infra/firebase/firestore/repositories/shop-settings/home-firestore.repository.d.ts +49 -49
- package/lib/infra/firebase/firestore/repositories/shop-settings/index.d.ts +2 -2
- package/lib/infra/firebase/firestore/repositories/shop-settings/shop-menu-firestore.repository.d.ts +49 -49
- package/lib/infra/firebase/firestore/repositories/shopping/buy-2-win-firestore.repository.d.ts +49 -49
- package/lib/infra/firebase/firestore/repositories/shopping/checkout-firestore.repository.d.ts +49 -49
- package/lib/infra/firebase/firestore/repositories/shopping/checkout-subscription-firestore.repository.d.ts +49 -49
- package/lib/infra/firebase/firestore/repositories/shopping/coupon-firestore.repository.d.ts +49 -49
- package/lib/infra/firebase/firestore/repositories/shopping/index.d.ts +7 -7
- package/lib/infra/firebase/firestore/repositories/shopping/order-firestore.repository.d.ts +49 -49
- package/lib/infra/firebase/firestore/repositories/shopping/payment-firestore.repository.d.ts +49 -49
- package/lib/infra/firebase/firestore/repositories/shopping/subscription-plan-firestore.repository.d.ts +49 -49
- package/lib/infra/firebase/firestore/repositories/users/index.d.ts +6 -6
- package/lib/infra/firebase/firestore/repositories/users/subscription-edition-firestore.repository.d.ts +60 -60
- package/lib/infra/firebase/firestore/repositories/users/subscription-firestore.repository.d.ts +49 -49
- package/lib/infra/firebase/firestore/repositories/users/subscription-payment-firestore.repository.d.ts +60 -60
- package/lib/infra/firebase/firestore/repositories/users/user-address-firestore.repository.d.ts +60 -60
- package/lib/infra/firebase/firestore/repositories/users/user-beauty-profile-firestore.repository.d.ts +60 -60
- package/lib/infra/firebase/firestore/repositories/users/user-firestore.repository.d.ts +52 -52
- package/lib/infra/firebase/firestore/types/firestore-sub.repository.type.d.ts +6 -6
- package/lib/infra/firebase/firestore/types/firestore.helpers.type.d.ts +8 -8
- package/lib/infra/firebase/firestore/types/firestore.repository.type.d.ts +8 -8
- package/lib/infra/firebase/firestore/types/index.d.ts +3 -3
- package/lib/infra/firebase/index.d.ts +2 -2
- package/lib/infra/index.d.ts +1 -1
- package/lib/utils/index.d.ts +4 -4
- package/lib/utils/mixins/base.mixin.d.ts +3 -3
- package/lib/utils/mixins/index.d.ts +2 -2
- package/lib/utils/mixins/mixin-ctor.type.d.ts +1 -1
- package/lib/utils/types/index.d.ts +1 -1
- package/lib/utils/types/prop.type.d.ts +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +1 -1
|
@@ -9,1699 +9,1770 @@
|
|
|
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 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;
|
|
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
956
|
}(BaseModel));
|
|
957
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;
|
|
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;
|
|
966
966
|
}(Error));
|
|
967
967
|
|
|
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;
|
|
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;
|
|
977
977
|
}(Error));
|
|
978
978
|
|
|
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;
|
|
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;
|
|
987
987
|
}(Error));
|
|
988
988
|
|
|
989
|
-
var DuplicatedResultsError = /** @class */ (function (_super) {
|
|
990
|
-
__extends(DuplicatedResultsError, _super);
|
|
991
|
-
function DuplicatedResultsError(message) {
|
|
992
|
-
var _this = _super.call(this, message) || this;
|
|
993
|
-
_this.message = message;
|
|
994
|
-
return _this;
|
|
995
|
-
}
|
|
996
|
-
return DuplicatedResultsError;
|
|
989
|
+
var DuplicatedResultsError = /** @class */ (function (_super) {
|
|
990
|
+
__extends(DuplicatedResultsError, _super);
|
|
991
|
+
function DuplicatedResultsError(message) {
|
|
992
|
+
var _this = _super.call(this, message) || this;
|
|
993
|
+
_this.message = message;
|
|
994
|
+
return _this;
|
|
995
|
+
}
|
|
996
|
+
return DuplicatedResultsError;
|
|
997
997
|
}(Error));
|
|
998
998
|
|
|
999
|
-
var withFirestore = function (MixinBase) {
|
|
1000
|
-
return /** @class */ (function (_super) {
|
|
1001
|
-
__extends(class_1, _super);
|
|
1002
|
-
function class_1() {
|
|
1003
|
-
var args = [];
|
|
1004
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
1005
|
-
args[_i] = arguments[_i];
|
|
1006
|
-
}
|
|
1007
|
-
return _super.call(this, args) || this;
|
|
1008
|
-
}
|
|
1009
|
-
class_1.prototype.collection = function (path) {
|
|
1010
|
-
return this.firestore.collection(path || this.collectionName).withConverter(this.buildModelInstance());
|
|
1011
|
-
};
|
|
1012
|
-
class_1.prototype.buildModelInstance = function () {
|
|
1013
|
-
var _this = this;
|
|
1014
|
-
return {
|
|
1015
|
-
toFirestore: function (data) { return data.toPlain(); },
|
|
1016
|
-
fromFirestore: function (snap) {
|
|
1017
|
-
var data = snap.data();
|
|
1018
|
-
Object.keys(data).forEach(function (key) {
|
|
1019
|
-
if (data[key] instanceof firebase__default["default"].firestore.Timestamp) {
|
|
1020
|
-
data[key] = data[key].toDate();
|
|
1021
|
-
}
|
|
1022
|
-
});
|
|
1023
|
-
return _this.model.toInstance(Object.assign({ id: snap.id }, data));
|
|
1024
|
-
},
|
|
1025
|
-
};
|
|
1026
|
-
};
|
|
1027
|
-
return class_1;
|
|
1028
|
-
}(MixinBase));
|
|
999
|
+
var withFirestore = function (MixinBase) {
|
|
1000
|
+
return /** @class */ (function (_super) {
|
|
1001
|
+
__extends(class_1, _super);
|
|
1002
|
+
function class_1() {
|
|
1003
|
+
var args = [];
|
|
1004
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
1005
|
+
args[_i] = arguments[_i];
|
|
1006
|
+
}
|
|
1007
|
+
return _super.call(this, args) || this;
|
|
1008
|
+
}
|
|
1009
|
+
class_1.prototype.collection = function (path) {
|
|
1010
|
+
return this.firestore.collection(path || this.collectionName).withConverter(this.buildModelInstance());
|
|
1011
|
+
};
|
|
1012
|
+
class_1.prototype.buildModelInstance = function () {
|
|
1013
|
+
var _this = this;
|
|
1014
|
+
return {
|
|
1015
|
+
toFirestore: function (data) { return data.toPlain(); },
|
|
1016
|
+
fromFirestore: function (snap) {
|
|
1017
|
+
var data = snap.data();
|
|
1018
|
+
Object.keys(data).forEach(function (key) {
|
|
1019
|
+
if (data[key] instanceof firebase__default["default"].firestore.Timestamp) {
|
|
1020
|
+
data[key] = data[key].toDate();
|
|
1021
|
+
}
|
|
1022
|
+
});
|
|
1023
|
+
return _this.model.toInstance(Object.assign({ id: snap.id }, data));
|
|
1024
|
+
},
|
|
1025
|
+
};
|
|
1026
|
+
};
|
|
1027
|
+
return class_1;
|
|
1028
|
+
}(MixinBase));
|
|
1029
1029
|
};
|
|
1030
1030
|
|
|
1031
|
-
var withHelpers = function (MixinBase) {
|
|
1032
|
-
return /** @class */ (function (_super) {
|
|
1033
|
-
__extends(class_1, _super);
|
|
1034
|
-
function class_1() {
|
|
1035
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1036
|
-
}
|
|
1037
|
-
class_1.prototype.toArray = function (snapShot) {
|
|
1038
|
-
if (Array.isArray(snapShot)) {
|
|
1039
|
-
return snapShot.map(function (doc) { return doc.data(); });
|
|
1040
|
-
}
|
|
1041
|
-
else {
|
|
1042
|
-
return snapShot.docs.map(function (doc) { return doc.data(); });
|
|
1043
|
-
}
|
|
1044
|
-
};
|
|
1045
|
-
class_1.prototype.isSubCollection = function (repository) {
|
|
1046
|
-
return !lodash.isNil(Object.keys(this).find(function (key) { return key === 'parentRepository'; }));
|
|
1047
|
-
};
|
|
1048
|
-
return class_1;
|
|
1049
|
-
}(MixinBase));
|
|
1031
|
+
var withHelpers = function (MixinBase) {
|
|
1032
|
+
return /** @class */ (function (_super) {
|
|
1033
|
+
__extends(class_1, _super);
|
|
1034
|
+
function class_1() {
|
|
1035
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1036
|
+
}
|
|
1037
|
+
class_1.prototype.toArray = function (snapShot) {
|
|
1038
|
+
if (Array.isArray(snapShot)) {
|
|
1039
|
+
return snapShot.map(function (doc) { return doc.data(); });
|
|
1040
|
+
}
|
|
1041
|
+
else {
|
|
1042
|
+
return snapShot.docs.map(function (doc) { return doc.data(); });
|
|
1043
|
+
}
|
|
1044
|
+
};
|
|
1045
|
+
class_1.prototype.isSubCollection = function (repository) {
|
|
1046
|
+
return !lodash.isNil(Object.keys(this).find(function (key) { return key === 'parentRepository'; }));
|
|
1047
|
+
};
|
|
1048
|
+
return class_1;
|
|
1049
|
+
}(MixinBase));
|
|
1050
1050
|
};
|
|
1051
1051
|
|
|
1052
|
-
var withGetFirestore = function (MixinBase) {
|
|
1053
|
-
return /** @class */ (function (_super) {
|
|
1054
|
-
__extends(GetFirestore, _super);
|
|
1055
|
-
function GetFirestore() {
|
|
1056
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1057
|
-
}
|
|
1058
|
-
GetFirestore.prototype.get = function (identifiers) {
|
|
1059
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1060
|
-
var doc, data;
|
|
1061
|
-
return __generator(this, function (_a) {
|
|
1062
|
-
switch (_a.label) {
|
|
1063
|
-
case 0: return [4 /*yield*/, this.collection(this.buildCollectionPathForGet(identifiers))
|
|
1064
|
-
.doc(Object.values(identifiers).shift().toString())
|
|
1065
|
-
.get()];
|
|
1066
|
-
case 1:
|
|
1067
|
-
doc = _a.sent();
|
|
1068
|
-
data = doc.data();
|
|
1069
|
-
if (lodash.isNil(data))
|
|
1070
|
-
throw new NotFoundError("Document " + JSON.stringify(identifiers) + " not found");
|
|
1071
|
-
return [2 /*return*/, data];
|
|
1072
|
-
}
|
|
1073
|
-
});
|
|
1074
|
-
});
|
|
1075
|
-
};
|
|
1076
|
-
GetFirestore.prototype.buildCollectionPathForGet = function (identifiers) {
|
|
1077
|
-
return this.isSubCollection(this)
|
|
1078
|
-
? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
|
|
1079
|
-
: this.collectionName;
|
|
1080
|
-
};
|
|
1081
|
-
return GetFirestore;
|
|
1082
|
-
}(MixinBase));
|
|
1052
|
+
var withGetFirestore = function (MixinBase) {
|
|
1053
|
+
return /** @class */ (function (_super) {
|
|
1054
|
+
__extends(GetFirestore, _super);
|
|
1055
|
+
function GetFirestore() {
|
|
1056
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1057
|
+
}
|
|
1058
|
+
GetFirestore.prototype.get = function (identifiers) {
|
|
1059
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1060
|
+
var doc, data;
|
|
1061
|
+
return __generator(this, function (_a) {
|
|
1062
|
+
switch (_a.label) {
|
|
1063
|
+
case 0: return [4 /*yield*/, this.collection(this.buildCollectionPathForGet(identifiers))
|
|
1064
|
+
.doc(Object.values(identifiers).shift().toString())
|
|
1065
|
+
.get()];
|
|
1066
|
+
case 1:
|
|
1067
|
+
doc = _a.sent();
|
|
1068
|
+
data = doc.data();
|
|
1069
|
+
if (lodash.isNil(data))
|
|
1070
|
+
throw new NotFoundError("Document " + JSON.stringify(identifiers) + " not found");
|
|
1071
|
+
return [2 /*return*/, data];
|
|
1072
|
+
}
|
|
1073
|
+
});
|
|
1074
|
+
});
|
|
1075
|
+
};
|
|
1076
|
+
GetFirestore.prototype.buildCollectionPathForGet = function (identifiers) {
|
|
1077
|
+
return this.isSubCollection(this)
|
|
1078
|
+
? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
|
|
1079
|
+
: this.collectionName;
|
|
1080
|
+
};
|
|
1081
|
+
return GetFirestore;
|
|
1082
|
+
}(MixinBase));
|
|
1083
1083
|
};
|
|
1084
1084
|
|
|
1085
|
-
var withFindFirestore = function (MixinBase) {
|
|
1086
|
-
return /** @class */ (function (_super) {
|
|
1087
|
-
__extends(FindFirestore, _super);
|
|
1088
|
-
function FindFirestore() {
|
|
1089
|
-
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
1090
|
-
_this.makeFirestoreWhere = function (queryReference, filter) { return Object.keys(filter).reduce(function (query, fieldName) { return _this.buildWhereSentence(query, fieldName, filter[fieldName]); }, queryReference); };
|
|
1091
|
-
_this.buildWhereSentence = function (queryReference, fieldName, options) {
|
|
1092
|
-
if (_this.isSubCollection(_this) && fieldName === _this.parentIdField)
|
|
1093
|
-
return queryReference;
|
|
1094
|
-
if ((options === null || options === void 0 ? void 0 : options.operator) === exports.Where.LIKE) {
|
|
1095
|
-
queryReference = queryReference.where(fieldName.toString(), '>=', options.value);
|
|
1096
|
-
queryReference = queryReference.where(fieldName.toString(), '<=', options.value + "~");
|
|
1097
|
-
return queryReference;
|
|
1098
|
-
}
|
|
1099
|
-
if ((options === null || options === void 0 ? void 0 : options.operator) === exports.Where.IN && Array.isArray(options === null || options === void 0 ? void 0 : options.value))
|
|
1100
|
-
return queryReference.where(fieldName.toString(), 'array-contains-any', options.value);
|
|
1101
|
-
return queryReference.where(fieldName.toString(), options.operator, options.value);
|
|
1102
|
-
};
|
|
1103
|
-
return _this;
|
|
1104
|
-
}
|
|
1105
|
-
FindFirestore.prototype.find = function (filters, limits, orderBy) {
|
|
1106
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1107
|
-
var query, docs, data;
|
|
1108
|
-
var _this = this;
|
|
1109
|
-
return __generator(this, function (_b) {
|
|
1110
|
-
switch (_b.label) {
|
|
1111
|
-
case 0:
|
|
1112
|
-
query = this.collection(this.buildCollectionPathForFind(filters));
|
|
1113
|
-
filters === null || filters === void 0 ? void 0 : filters.forEach(function (filterer) { return (query = _this.makeFirestoreWhere(query, filterer)); });
|
|
1114
|
-
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])); }); });
|
|
1115
|
-
query = this.defineLimits(query, filters, limits);
|
|
1116
|
-
return [4 /*yield*/, query.get()];
|
|
1117
|
-
case 1:
|
|
1118
|
-
docs = _b.sent();
|
|
1119
|
-
data = docs.docs.map(function (doc) { return doc.data(); });
|
|
1120
|
-
return [2 /*return*/, {
|
|
1121
|
-
data: data,
|
|
1122
|
-
count: this.calculateCount(data, limits),
|
|
1123
|
-
}];
|
|
1124
|
-
}
|
|
1125
|
-
});
|
|
1126
|
-
});
|
|
1127
|
-
};
|
|
1128
|
-
FindFirestore.prototype.buildCollectionPathForFind = function (filters) {
|
|
1129
|
-
var _a;
|
|
1130
|
-
if (!this.isSubCollection(this))
|
|
1131
|
-
return this.collectionName;
|
|
1132
|
-
var parentIdField = this.parentIdField;
|
|
1133
|
-
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;
|
|
1134
|
-
return this.parentRepository.collectionName + "/" + parentId + "/" + this.collectionName;
|
|
1135
|
-
};
|
|
1136
|
-
FindFirestore.prototype.defineLimits = function (query, filters, limits) {
|
|
1137
|
-
if (limits === null || limits === void 0 ? void 0 : limits.offset) {
|
|
1138
|
-
if (limits.offset instanceof this.model)
|
|
1139
|
-
query = query.startAfter(this.collection(this.buildCollectionPathForFind(filters)).doc(limits.offset[limits.offset.identifierFields().shift()]));
|
|
1140
|
-
if (lodash.isNumber(limits.offset) || lodash.isString(limits.offset))
|
|
1141
|
-
query = query.startAt(limits.offset);
|
|
1142
|
-
}
|
|
1143
|
-
if (limits === null || limits === void 0 ? void 0 : limits.limit)
|
|
1144
|
-
query = query.limit(limits.limit);
|
|
1145
|
-
return query;
|
|
1146
|
-
};
|
|
1147
|
-
FindFirestore.prototype.calculateCount = function (data, limits) {
|
|
1148
|
-
if (data.length <= 0)
|
|
1149
|
-
return 0;
|
|
1150
|
-
if (data.length < (limits === null || limits === void 0 ? void 0 : limits.limit))
|
|
1151
|
-
return data.length;
|
|
1152
|
-
return Infinity;
|
|
1153
|
-
};
|
|
1154
|
-
return FindFirestore;
|
|
1155
|
-
}(MixinBase));
|
|
1085
|
+
var withFindFirestore = function (MixinBase) {
|
|
1086
|
+
return /** @class */ (function (_super) {
|
|
1087
|
+
__extends(FindFirestore, _super);
|
|
1088
|
+
function FindFirestore() {
|
|
1089
|
+
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
1090
|
+
_this.makeFirestoreWhere = function (queryReference, filter) { return Object.keys(filter).reduce(function (query, fieldName) { return _this.buildWhereSentence(query, fieldName, filter[fieldName]); }, queryReference); };
|
|
1091
|
+
_this.buildWhereSentence = function (queryReference, fieldName, options) {
|
|
1092
|
+
if (_this.isSubCollection(_this) && fieldName === _this.parentIdField)
|
|
1093
|
+
return queryReference;
|
|
1094
|
+
if ((options === null || options === void 0 ? void 0 : options.operator) === exports.Where.LIKE) {
|
|
1095
|
+
queryReference = queryReference.where(fieldName.toString(), '>=', options.value);
|
|
1096
|
+
queryReference = queryReference.where(fieldName.toString(), '<=', options.value + "~");
|
|
1097
|
+
return queryReference;
|
|
1098
|
+
}
|
|
1099
|
+
if ((options === null || options === void 0 ? void 0 : options.operator) === exports.Where.IN && Array.isArray(options === null || options === void 0 ? void 0 : options.value))
|
|
1100
|
+
return queryReference.where(fieldName.toString(), 'array-contains-any', options.value);
|
|
1101
|
+
return queryReference.where(fieldName.toString(), options.operator, options.value);
|
|
1102
|
+
};
|
|
1103
|
+
return _this;
|
|
1104
|
+
}
|
|
1105
|
+
FindFirestore.prototype.find = function (filters, limits, orderBy) {
|
|
1106
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1107
|
+
var query, docs, data;
|
|
1108
|
+
var _this = this;
|
|
1109
|
+
return __generator(this, function (_b) {
|
|
1110
|
+
switch (_b.label) {
|
|
1111
|
+
case 0:
|
|
1112
|
+
query = this.collection(this.buildCollectionPathForFind(filters));
|
|
1113
|
+
filters === null || filters === void 0 ? void 0 : filters.forEach(function (filterer) { return (query = _this.makeFirestoreWhere(query, filterer)); });
|
|
1114
|
+
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])); }); });
|
|
1115
|
+
query = this.defineLimits(query, filters, limits);
|
|
1116
|
+
return [4 /*yield*/, query.get()];
|
|
1117
|
+
case 1:
|
|
1118
|
+
docs = _b.sent();
|
|
1119
|
+
data = docs.docs.map(function (doc) { return doc.data(); });
|
|
1120
|
+
return [2 /*return*/, {
|
|
1121
|
+
data: data,
|
|
1122
|
+
count: this.calculateCount(data, limits),
|
|
1123
|
+
}];
|
|
1124
|
+
}
|
|
1125
|
+
});
|
|
1126
|
+
});
|
|
1127
|
+
};
|
|
1128
|
+
FindFirestore.prototype.buildCollectionPathForFind = function (filters) {
|
|
1129
|
+
var _a;
|
|
1130
|
+
if (!this.isSubCollection(this))
|
|
1131
|
+
return this.collectionName;
|
|
1132
|
+
var parentIdField = this.parentIdField;
|
|
1133
|
+
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;
|
|
1134
|
+
return this.parentRepository.collectionName + "/" + parentId + "/" + this.collectionName;
|
|
1135
|
+
};
|
|
1136
|
+
FindFirestore.prototype.defineLimits = function (query, filters, limits) {
|
|
1137
|
+
if (limits === null || limits === void 0 ? void 0 : limits.offset) {
|
|
1138
|
+
if (limits.offset instanceof this.model)
|
|
1139
|
+
query = query.startAfter(this.collection(this.buildCollectionPathForFind(filters)).doc(limits.offset[limits.offset.identifierFields().shift()]));
|
|
1140
|
+
if (lodash.isNumber(limits.offset) || lodash.isString(limits.offset))
|
|
1141
|
+
query = query.startAt(limits.offset);
|
|
1142
|
+
}
|
|
1143
|
+
if (limits === null || limits === void 0 ? void 0 : limits.limit)
|
|
1144
|
+
query = query.limit(limits.limit);
|
|
1145
|
+
return query;
|
|
1146
|
+
};
|
|
1147
|
+
FindFirestore.prototype.calculateCount = function (data, limits) {
|
|
1148
|
+
if (data.length <= 0)
|
|
1149
|
+
return 0;
|
|
1150
|
+
if (data.length < (limits === null || limits === void 0 ? void 0 : limits.limit))
|
|
1151
|
+
return data.length;
|
|
1152
|
+
return Infinity;
|
|
1153
|
+
};
|
|
1154
|
+
return FindFirestore;
|
|
1155
|
+
}(MixinBase));
|
|
1156
1156
|
};
|
|
1157
1157
|
|
|
1158
|
-
var withCreateFirestore = function (MixinBase) {
|
|
1159
|
-
return /** @class */ (function (_super) {
|
|
1160
|
-
__extends(CreateFirestore, _super);
|
|
1161
|
-
function CreateFirestore() {
|
|
1162
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1163
|
-
}
|
|
1164
|
-
CreateFirestore.prototype.create = function (data) {
|
|
1165
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1166
|
-
var docRef, doc;
|
|
1167
|
-
return __generator(this, function (_b) {
|
|
1168
|
-
switch (_b.label) {
|
|
1169
|
-
case 0: return [4 /*yield*/, this.save(this.model.toInstance(data))];
|
|
1170
|
-
case 1:
|
|
1171
|
-
docRef = _b.sent();
|
|
1172
|
-
return [4 /*yield*/, docRef.get()];
|
|
1173
|
-
case 2:
|
|
1174
|
-
doc = _b.sent();
|
|
1175
|
-
return [2 /*return*/, doc.data()];
|
|
1176
|
-
}
|
|
1177
|
-
});
|
|
1178
|
-
});
|
|
1179
|
-
};
|
|
1180
|
-
CreateFirestore.prototype.save = function (data) {
|
|
1181
|
-
var _a;
|
|
1182
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1183
|
-
var id, docRef;
|
|
1184
|
-
return __generator(this, function (_b) {
|
|
1185
|
-
switch (_b.label) {
|
|
1186
|
-
case 0:
|
|
1187
|
-
id = (_a = data[data.identifierFields().shift()]) === null || _a === void 0 ? void 0 : _a.toString();
|
|
1188
|
-
if (lodash.isEmpty(id))
|
|
1189
|
-
return [2 /*return*/, this.collection(this.buildCollectionPathForAdd(data)).add(data)];
|
|
1190
|
-
docRef = this.collection().doc(id);
|
|
1191
|
-
return [4 /*yield*/, docRef.set(data)];
|
|
1192
|
-
case 1:
|
|
1193
|
-
_b.sent();
|
|
1194
|
-
return [2 /*return*/, docRef];
|
|
1195
|
-
}
|
|
1196
|
-
});
|
|
1197
|
-
});
|
|
1198
|
-
};
|
|
1199
|
-
CreateFirestore.prototype.buildCollectionPathForAdd = function (identifiers) {
|
|
1200
|
-
return this.isSubCollection(this)
|
|
1201
|
-
? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
|
|
1202
|
-
: this.collectionName;
|
|
1203
|
-
};
|
|
1204
|
-
return CreateFirestore;
|
|
1205
|
-
}(MixinBase));
|
|
1158
|
+
var withCreateFirestore = function (MixinBase) {
|
|
1159
|
+
return /** @class */ (function (_super) {
|
|
1160
|
+
__extends(CreateFirestore, _super);
|
|
1161
|
+
function CreateFirestore() {
|
|
1162
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1163
|
+
}
|
|
1164
|
+
CreateFirestore.prototype.create = function (data) {
|
|
1165
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1166
|
+
var docRef, doc;
|
|
1167
|
+
return __generator(this, function (_b) {
|
|
1168
|
+
switch (_b.label) {
|
|
1169
|
+
case 0: return [4 /*yield*/, this.save(this.model.toInstance(data))];
|
|
1170
|
+
case 1:
|
|
1171
|
+
docRef = _b.sent();
|
|
1172
|
+
return [4 /*yield*/, docRef.get()];
|
|
1173
|
+
case 2:
|
|
1174
|
+
doc = _b.sent();
|
|
1175
|
+
return [2 /*return*/, doc.data()];
|
|
1176
|
+
}
|
|
1177
|
+
});
|
|
1178
|
+
});
|
|
1179
|
+
};
|
|
1180
|
+
CreateFirestore.prototype.save = function (data) {
|
|
1181
|
+
var _a;
|
|
1182
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1183
|
+
var id, docRef;
|
|
1184
|
+
return __generator(this, function (_b) {
|
|
1185
|
+
switch (_b.label) {
|
|
1186
|
+
case 0:
|
|
1187
|
+
id = (_a = data[data.identifierFields().shift()]) === null || _a === void 0 ? void 0 : _a.toString();
|
|
1188
|
+
if (lodash.isEmpty(id))
|
|
1189
|
+
return [2 /*return*/, this.collection(this.buildCollectionPathForAdd(data)).add(data)];
|
|
1190
|
+
docRef = this.collection().doc(id);
|
|
1191
|
+
return [4 /*yield*/, docRef.set(data)];
|
|
1192
|
+
case 1:
|
|
1193
|
+
_b.sent();
|
|
1194
|
+
return [2 /*return*/, docRef];
|
|
1195
|
+
}
|
|
1196
|
+
});
|
|
1197
|
+
});
|
|
1198
|
+
};
|
|
1199
|
+
CreateFirestore.prototype.buildCollectionPathForAdd = function (identifiers) {
|
|
1200
|
+
return this.isSubCollection(this)
|
|
1201
|
+
? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
|
|
1202
|
+
: this.collectionName;
|
|
1203
|
+
};
|
|
1204
|
+
return CreateFirestore;
|
|
1205
|
+
}(MixinBase));
|
|
1206
1206
|
};
|
|
1207
1207
|
|
|
1208
|
-
var withUpdateFirestore = function (MixinBase) {
|
|
1209
|
-
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; };
|
|
1210
|
-
var getValueByAction = function (options) {
|
|
1211
|
-
var fieldValues = firebase__default["default"].firestore.FieldValue;
|
|
1212
|
-
if (lodash.isNil(options.action))
|
|
1213
|
-
return options;
|
|
1214
|
-
if (options.action === exports.UpdateOptionActions.REMOVE_FIELD)
|
|
1215
|
-
return fieldValues.delete();
|
|
1216
|
-
if (Array.isArray(options.value)) {
|
|
1217
|
-
if (options.action === exports.UpdateOptionActions.MERGE)
|
|
1218
|
-
return fieldValues.arrayUnion.apply(fieldValues, __spreadArray([], __read(options.value)));
|
|
1219
|
-
if (options.action === exports.UpdateOptionActions.REMOVE)
|
|
1220
|
-
return fieldValues.arrayRemove.apply(fieldValues, __spreadArray([], __read(options.value)));
|
|
1221
|
-
}
|
|
1222
|
-
return options.value;
|
|
1223
|
-
};
|
|
1224
|
-
return /** @class */ (function (_super) {
|
|
1225
|
-
__extends(UpdateFirestore, _super);
|
|
1226
|
-
function UpdateFirestore() {
|
|
1227
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1228
|
-
}
|
|
1229
|
-
UpdateFirestore.prototype.update = function (data) {
|
|
1230
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1231
|
-
var model, keyField, docRef, doc;
|
|
1232
|
-
return __generator(this, function (_b) {
|
|
1233
|
-
switch (_b.label) {
|
|
1234
|
-
case 0:
|
|
1235
|
-
model = new this.model();
|
|
1236
|
-
keyField = model.identifierFields().shift();
|
|
1237
|
-
docRef = this.collection(this.buildCollectionPathForUpdate(data)).doc(getValueFromParams(data, keyField).toString());
|
|
1238
|
-
return [4 /*yield*/, docRef.update(this.paramsToPlain(data))];
|
|
1239
|
-
case 1:
|
|
1240
|
-
_b.sent();
|
|
1241
|
-
return [4 /*yield*/, docRef.get()];
|
|
1242
|
-
case 2:
|
|
1243
|
-
doc = _b.sent();
|
|
1244
|
-
return [2 /*return*/, doc.data()];
|
|
1245
|
-
}
|
|
1246
|
-
});
|
|
1247
|
-
});
|
|
1248
|
-
};
|
|
1249
|
-
UpdateFirestore.prototype.buildCollectionPathForUpdate = function (identifiers) {
|
|
1250
|
-
return this.isSubCollection(this)
|
|
1251
|
-
? this.parentRepository.collectionName + "/" + getValueFromParams(identifiers, this.parentIdField) + "/" + this.collectionName
|
|
1252
|
-
: this.collectionName;
|
|
1253
|
-
};
|
|
1254
|
-
UpdateFirestore.prototype.paramsToPlain = function (params) {
|
|
1255
|
-
var model = this.model;
|
|
1256
|
-
if (params instanceof model)
|
|
1257
|
-
return params.toPlain();
|
|
1258
|
-
return Object.keys(params).reduce(function (data, currentKey) {
|
|
1259
|
-
var _b;
|
|
1260
|
-
return (Object.assign(Object.assign({}, data), (_b = {}, _b[currentKey] = getValueByAction(params[currentKey]), _b)));
|
|
1261
|
-
}, {});
|
|
1262
|
-
};
|
|
1263
|
-
return UpdateFirestore;
|
|
1264
|
-
}(MixinBase));
|
|
1208
|
+
var withUpdateFirestore = function (MixinBase) {
|
|
1209
|
+
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; };
|
|
1210
|
+
var getValueByAction = function (options) {
|
|
1211
|
+
var fieldValues = firebase__default["default"].firestore.FieldValue;
|
|
1212
|
+
if (lodash.isNil(options.action))
|
|
1213
|
+
return options;
|
|
1214
|
+
if (options.action === exports.UpdateOptionActions.REMOVE_FIELD)
|
|
1215
|
+
return fieldValues.delete();
|
|
1216
|
+
if (Array.isArray(options.value)) {
|
|
1217
|
+
if (options.action === exports.UpdateOptionActions.MERGE)
|
|
1218
|
+
return fieldValues.arrayUnion.apply(fieldValues, __spreadArray([], __read(options.value)));
|
|
1219
|
+
if (options.action === exports.UpdateOptionActions.REMOVE)
|
|
1220
|
+
return fieldValues.arrayRemove.apply(fieldValues, __spreadArray([], __read(options.value)));
|
|
1221
|
+
}
|
|
1222
|
+
return options.value;
|
|
1223
|
+
};
|
|
1224
|
+
return /** @class */ (function (_super) {
|
|
1225
|
+
__extends(UpdateFirestore, _super);
|
|
1226
|
+
function UpdateFirestore() {
|
|
1227
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1228
|
+
}
|
|
1229
|
+
UpdateFirestore.prototype.update = function (data) {
|
|
1230
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1231
|
+
var model, keyField, docRef, doc;
|
|
1232
|
+
return __generator(this, function (_b) {
|
|
1233
|
+
switch (_b.label) {
|
|
1234
|
+
case 0:
|
|
1235
|
+
model = new this.model();
|
|
1236
|
+
keyField = model.identifierFields().shift();
|
|
1237
|
+
docRef = this.collection(this.buildCollectionPathForUpdate(data)).doc(getValueFromParams(data, keyField).toString());
|
|
1238
|
+
return [4 /*yield*/, docRef.update(this.paramsToPlain(data))];
|
|
1239
|
+
case 1:
|
|
1240
|
+
_b.sent();
|
|
1241
|
+
return [4 /*yield*/, docRef.get()];
|
|
1242
|
+
case 2:
|
|
1243
|
+
doc = _b.sent();
|
|
1244
|
+
return [2 /*return*/, doc.data()];
|
|
1245
|
+
}
|
|
1246
|
+
});
|
|
1247
|
+
});
|
|
1248
|
+
};
|
|
1249
|
+
UpdateFirestore.prototype.buildCollectionPathForUpdate = function (identifiers) {
|
|
1250
|
+
return this.isSubCollection(this)
|
|
1251
|
+
? this.parentRepository.collectionName + "/" + getValueFromParams(identifiers, this.parentIdField) + "/" + this.collectionName
|
|
1252
|
+
: this.collectionName;
|
|
1253
|
+
};
|
|
1254
|
+
UpdateFirestore.prototype.paramsToPlain = function (params) {
|
|
1255
|
+
var model = this.model;
|
|
1256
|
+
if (params instanceof model)
|
|
1257
|
+
return params.toPlain();
|
|
1258
|
+
return Object.keys(params).reduce(function (data, currentKey) {
|
|
1259
|
+
var _b;
|
|
1260
|
+
return (Object.assign(Object.assign({}, data), (_b = {}, _b[currentKey] = getValueByAction(params[currentKey]), _b)));
|
|
1261
|
+
}, {});
|
|
1262
|
+
};
|
|
1263
|
+
return UpdateFirestore;
|
|
1264
|
+
}(MixinBase));
|
|
1265
1265
|
};
|
|
1266
1266
|
|
|
1267
|
-
var withDeleteFirestore = function (MixinBase) {
|
|
1268
|
-
return /** @class */ (function (_super) {
|
|
1269
|
-
__extends(DeleteFirestore, _super);
|
|
1270
|
-
function DeleteFirestore() {
|
|
1271
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1272
|
-
}
|
|
1273
|
-
DeleteFirestore.prototype.delete = function (identifiers) {
|
|
1274
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1275
|
-
return __generator(this, function (_a) {
|
|
1276
|
-
switch (_a.label) {
|
|
1277
|
-
case 0: return [4 /*yield*/, this.collection(this.buildCollectionPathForRemove(identifiers))
|
|
1278
|
-
.doc(Object.values(identifiers).shift().toString())
|
|
1279
|
-
.delete()];
|
|
1280
|
-
case 1:
|
|
1281
|
-
_a.sent();
|
|
1282
|
-
return [2 /*return*/];
|
|
1283
|
-
}
|
|
1284
|
-
});
|
|
1285
|
-
});
|
|
1286
|
-
};
|
|
1287
|
-
DeleteFirestore.prototype.buildCollectionPathForRemove = function (identifiers) {
|
|
1288
|
-
return this.isSubCollection(this)
|
|
1289
|
-
? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
|
|
1290
|
-
: this.collectionName;
|
|
1291
|
-
};
|
|
1292
|
-
return DeleteFirestore;
|
|
1293
|
-
}(MixinBase));
|
|
1267
|
+
var withDeleteFirestore = function (MixinBase) {
|
|
1268
|
+
return /** @class */ (function (_super) {
|
|
1269
|
+
__extends(DeleteFirestore, _super);
|
|
1270
|
+
function DeleteFirestore() {
|
|
1271
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1272
|
+
}
|
|
1273
|
+
DeleteFirestore.prototype.delete = function (identifiers) {
|
|
1274
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1275
|
+
return __generator(this, function (_a) {
|
|
1276
|
+
switch (_a.label) {
|
|
1277
|
+
case 0: return [4 /*yield*/, this.collection(this.buildCollectionPathForRemove(identifiers))
|
|
1278
|
+
.doc(Object.values(identifiers).shift().toString())
|
|
1279
|
+
.delete()];
|
|
1280
|
+
case 1:
|
|
1281
|
+
_a.sent();
|
|
1282
|
+
return [2 /*return*/];
|
|
1283
|
+
}
|
|
1284
|
+
});
|
|
1285
|
+
});
|
|
1286
|
+
};
|
|
1287
|
+
DeleteFirestore.prototype.buildCollectionPathForRemove = function (identifiers) {
|
|
1288
|
+
return this.isSubCollection(this)
|
|
1289
|
+
? this.parentRepository.collectionName + "/" + identifiers[this.parentIdField] + "/" + this.collectionName
|
|
1290
|
+
: this.collectionName;
|
|
1291
|
+
};
|
|
1292
|
+
return DeleteFirestore;
|
|
1293
|
+
}(MixinBase));
|
|
1294
1294
|
};
|
|
1295
1295
|
|
|
1296
|
-
var withSubCollection = function (MixinBase, ParentModel) {
|
|
1297
|
-
return /** @class */ (function (_super) {
|
|
1298
|
-
__extends(SubCollectionMix, _super);
|
|
1299
|
-
function SubCollectionMix() {
|
|
1300
|
-
var args = [];
|
|
1301
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
1302
|
-
args[_i] = arguments[_i];
|
|
1303
|
-
}
|
|
1304
|
-
return _super.call(this, args) || this;
|
|
1305
|
-
}
|
|
1306
|
-
SubCollectionMix.prototype.collection = function (path) {
|
|
1307
|
-
return _super.prototype.collection.call(this, path);
|
|
1308
|
-
};
|
|
1309
|
-
return SubCollectionMix;
|
|
1310
|
-
}(MixinBase));
|
|
1296
|
+
var withSubCollection = function (MixinBase, ParentModel) {
|
|
1297
|
+
return /** @class */ (function (_super) {
|
|
1298
|
+
__extends(SubCollectionMix, _super);
|
|
1299
|
+
function SubCollectionMix() {
|
|
1300
|
+
var args = [];
|
|
1301
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
1302
|
+
args[_i] = arguments[_i];
|
|
1303
|
+
}
|
|
1304
|
+
return _super.call(this, args) || this;
|
|
1305
|
+
}
|
|
1306
|
+
SubCollectionMix.prototype.collection = function (path) {
|
|
1307
|
+
return _super.prototype.collection.call(this, path);
|
|
1308
|
+
};
|
|
1309
|
+
return SubCollectionMix;
|
|
1310
|
+
}(MixinBase));
|
|
1311
1311
|
};
|
|
1312
1312
|
|
|
1313
|
-
var withCrudFirestore = function (MixinBase) {
|
|
1314
|
-
return /** @class */ (function (_super) {
|
|
1315
|
-
__extends(CrudFirestore, _super);
|
|
1316
|
-
function CrudFirestore() {
|
|
1317
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1318
|
-
}
|
|
1319
|
-
return CrudFirestore;
|
|
1320
|
-
}(withUpdateFirestore(withGetFirestore(withFindFirestore(withDeleteFirestore(withCreateFirestore(MixinBase)))))));
|
|
1313
|
+
var withCrudFirestore = function (MixinBase) {
|
|
1314
|
+
return /** @class */ (function (_super) {
|
|
1315
|
+
__extends(CrudFirestore, _super);
|
|
1316
|
+
function CrudFirestore() {
|
|
1317
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1318
|
+
}
|
|
1319
|
+
return CrudFirestore;
|
|
1320
|
+
}(withUpdateFirestore(withGetFirestore(withFindFirestore(withDeleteFirestore(withCreateFirestore(MixinBase)))))));
|
|
1321
1321
|
};
|
|
1322
1322
|
|
|
1323
|
-
var SubscriptionFirestoreRepository = /** @class */ (function (_super) {
|
|
1324
|
-
__extends(SubscriptionFirestoreRepository, _super);
|
|
1325
|
-
function SubscriptionFirestoreRepository(firestore) {
|
|
1326
|
-
var _this = _super.call(this) || this;
|
|
1327
|
-
_this.firestore = firestore;
|
|
1328
|
-
_this.collectionName = 'subscription';
|
|
1329
|
-
_this.model = Subscription;
|
|
1330
|
-
return _this;
|
|
1331
|
-
}
|
|
1332
|
-
return SubscriptionFirestoreRepository;
|
|
1323
|
+
var SubscriptionFirestoreRepository = /** @class */ (function (_super) {
|
|
1324
|
+
__extends(SubscriptionFirestoreRepository, _super);
|
|
1325
|
+
function SubscriptionFirestoreRepository(firestore) {
|
|
1326
|
+
var _this = _super.call(this) || this;
|
|
1327
|
+
_this.firestore = firestore;
|
|
1328
|
+
_this.collectionName = 'subscription';
|
|
1329
|
+
_this.model = Subscription;
|
|
1330
|
+
return _this;
|
|
1331
|
+
}
|
|
1332
|
+
return SubscriptionFirestoreRepository;
|
|
1333
1333
|
}(withCrudFirestore(withHelpers(withFirestore(Base)))));
|
|
1334
1334
|
|
|
1335
|
-
var UserFirestoreRepository = /** @class */ (function (_super_1) {
|
|
1336
|
-
__extends(UserFirestoreRepository, _super_1);
|
|
1337
|
-
function UserFirestoreRepository(firestore) {
|
|
1338
|
-
var _this = _super_1.call(this) || this;
|
|
1339
|
-
_this.firestore = firestore;
|
|
1340
|
-
_this.collectionName = 'users';
|
|
1341
|
-
_this.model = User;
|
|
1342
|
-
return _this;
|
|
1343
|
-
}
|
|
1344
|
-
UserFirestoreRepository.prototype.get = function (identifiers) {
|
|
1345
|
-
var _super = Object.create(null, {
|
|
1346
|
-
get: { get: function () { return _super_1.prototype.get; } }
|
|
1347
|
-
});
|
|
1348
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1349
|
-
var user, _a;
|
|
1350
|
-
return __generator(this, function (_b) {
|
|
1351
|
-
switch (_b.label) {
|
|
1352
|
-
case 0: return [4 /*yield*/, _super.get.call(this, { id: identifiers.id })];
|
|
1353
|
-
case 1:
|
|
1354
|
-
user = _b.sent();
|
|
1355
|
-
_a = user;
|
|
1356
|
-
return [4 /*yield*/, this.getBeautyProfile(user.id)];
|
|
1357
|
-
case 2:
|
|
1358
|
-
_a.beautyProfile = _b.sent();
|
|
1359
|
-
return [2 /*return*/, user];
|
|
1360
|
-
}
|
|
1361
|
-
});
|
|
1362
|
-
});
|
|
1363
|
-
};
|
|
1364
|
-
UserFirestoreRepository.prototype.getBeautyProfile = function (userId) {
|
|
1365
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1366
|
-
var beautyProfile;
|
|
1367
|
-
return __generator(this, function (_a) {
|
|
1368
|
-
switch (_a.label) {
|
|
1369
|
-
case 0: return [4 /*yield*/, this.collection()
|
|
1370
|
-
.doc(userId)
|
|
1371
|
-
.collection('CX')
|
|
1372
|
-
.withConverter(this.buildBeautyProfileModelInstance())
|
|
1373
|
-
.doc('beautyProfile')
|
|
1374
|
-
.get()];
|
|
1375
|
-
case 1:
|
|
1376
|
-
beautyProfile = _a.sent();
|
|
1377
|
-
return [2 /*return*/, beautyProfile.data()];
|
|
1378
|
-
}
|
|
1379
|
-
});
|
|
1380
|
-
});
|
|
1381
|
-
};
|
|
1382
|
-
UserFirestoreRepository.prototype.buildBeautyProfileModelInstance = function () {
|
|
1383
|
-
return {
|
|
1384
|
-
toFirestore: function (data) { return data.toPlain(); },
|
|
1385
|
-
fromFirestore: function (snap) { return BeautyProfile.toInstance(snap.data()); },
|
|
1386
|
-
};
|
|
1387
|
-
};
|
|
1388
|
-
return UserFirestoreRepository;
|
|
1335
|
+
var UserFirestoreRepository = /** @class */ (function (_super_1) {
|
|
1336
|
+
__extends(UserFirestoreRepository, _super_1);
|
|
1337
|
+
function UserFirestoreRepository(firestore) {
|
|
1338
|
+
var _this = _super_1.call(this) || this;
|
|
1339
|
+
_this.firestore = firestore;
|
|
1340
|
+
_this.collectionName = 'users';
|
|
1341
|
+
_this.model = User;
|
|
1342
|
+
return _this;
|
|
1343
|
+
}
|
|
1344
|
+
UserFirestoreRepository.prototype.get = function (identifiers) {
|
|
1345
|
+
var _super = Object.create(null, {
|
|
1346
|
+
get: { get: function () { return _super_1.prototype.get; } }
|
|
1347
|
+
});
|
|
1348
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1349
|
+
var user, _a;
|
|
1350
|
+
return __generator(this, function (_b) {
|
|
1351
|
+
switch (_b.label) {
|
|
1352
|
+
case 0: return [4 /*yield*/, _super.get.call(this, { id: identifiers.id })];
|
|
1353
|
+
case 1:
|
|
1354
|
+
user = _b.sent();
|
|
1355
|
+
_a = user;
|
|
1356
|
+
return [4 /*yield*/, this.getBeautyProfile(user.id)];
|
|
1357
|
+
case 2:
|
|
1358
|
+
_a.beautyProfile = _b.sent();
|
|
1359
|
+
return [2 /*return*/, user];
|
|
1360
|
+
}
|
|
1361
|
+
});
|
|
1362
|
+
});
|
|
1363
|
+
};
|
|
1364
|
+
UserFirestoreRepository.prototype.getBeautyProfile = function (userId) {
|
|
1365
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1366
|
+
var beautyProfile;
|
|
1367
|
+
return __generator(this, function (_a) {
|
|
1368
|
+
switch (_a.label) {
|
|
1369
|
+
case 0: return [4 /*yield*/, this.collection()
|
|
1370
|
+
.doc(userId)
|
|
1371
|
+
.collection('CX')
|
|
1372
|
+
.withConverter(this.buildBeautyProfileModelInstance())
|
|
1373
|
+
.doc('beautyProfile')
|
|
1374
|
+
.get()];
|
|
1375
|
+
case 1:
|
|
1376
|
+
beautyProfile = _a.sent();
|
|
1377
|
+
return [2 /*return*/, beautyProfile.data()];
|
|
1378
|
+
}
|
|
1379
|
+
});
|
|
1380
|
+
});
|
|
1381
|
+
};
|
|
1382
|
+
UserFirestoreRepository.prototype.buildBeautyProfileModelInstance = function () {
|
|
1383
|
+
return {
|
|
1384
|
+
toFirestore: function (data) { return data.toPlain(); },
|
|
1385
|
+
fromFirestore: function (snap) { return BeautyProfile.toInstance(snap.data()); },
|
|
1386
|
+
};
|
|
1387
|
+
};
|
|
1388
|
+
return UserFirestoreRepository;
|
|
1389
1389
|
}(withCrudFirestore(withHelpers(withFirestore(Base)))));
|
|
1390
1390
|
|
|
1391
|
-
var SubscriptionEditionFirestoreRepository = /** @class */ (function (_super) {
|
|
1392
|
-
__extends(SubscriptionEditionFirestoreRepository, _super);
|
|
1393
|
-
function SubscriptionEditionFirestoreRepository(firestore, parentRepository) {
|
|
1394
|
-
var _this = _super.call(this) || this;
|
|
1395
|
-
_this.firestore = firestore;
|
|
1396
|
-
_this.parentRepository = parentRepository;
|
|
1397
|
-
_this.collectionName = 'editions';
|
|
1398
|
-
_this.parentIdField = 'subscriptionId';
|
|
1399
|
-
_this.model = Edition;
|
|
1400
|
-
return _this;
|
|
1401
|
-
}
|
|
1402
|
-
return SubscriptionEditionFirestoreRepository;
|
|
1391
|
+
var SubscriptionEditionFirestoreRepository = /** @class */ (function (_super) {
|
|
1392
|
+
__extends(SubscriptionEditionFirestoreRepository, _super);
|
|
1393
|
+
function SubscriptionEditionFirestoreRepository(firestore, parentRepository) {
|
|
1394
|
+
var _this = _super.call(this) || this;
|
|
1395
|
+
_this.firestore = firestore;
|
|
1396
|
+
_this.parentRepository = parentRepository;
|
|
1397
|
+
_this.collectionName = 'editions';
|
|
1398
|
+
_this.parentIdField = 'subscriptionId';
|
|
1399
|
+
_this.model = Edition;
|
|
1400
|
+
return _this;
|
|
1401
|
+
}
|
|
1402
|
+
return SubscriptionEditionFirestoreRepository;
|
|
1403
1403
|
}(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), Subscription)));
|
|
1404
1404
|
|
|
1405
|
-
var UserBeautyProfileFirestoreRepository = /** @class */ (function (_super) {
|
|
1406
|
-
__extends(UserBeautyProfileFirestoreRepository, _super);
|
|
1407
|
-
function UserBeautyProfileFirestoreRepository(firestore, parentRepository) {
|
|
1408
|
-
var _this = _super.call(this) || this;
|
|
1409
|
-
_this.firestore = firestore;
|
|
1410
|
-
_this.parentRepository = parentRepository;
|
|
1411
|
-
_this.collectionName = 'CX';
|
|
1412
|
-
_this.parentIdField = 'userId';
|
|
1413
|
-
_this.model = BeautyProfile;
|
|
1414
|
-
return _this;
|
|
1415
|
-
}
|
|
1416
|
-
return UserBeautyProfileFirestoreRepository;
|
|
1405
|
+
var UserBeautyProfileFirestoreRepository = /** @class */ (function (_super) {
|
|
1406
|
+
__extends(UserBeautyProfileFirestoreRepository, _super);
|
|
1407
|
+
function UserBeautyProfileFirestoreRepository(firestore, parentRepository) {
|
|
1408
|
+
var _this = _super.call(this) || this;
|
|
1409
|
+
_this.firestore = firestore;
|
|
1410
|
+
_this.parentRepository = parentRepository;
|
|
1411
|
+
_this.collectionName = 'CX';
|
|
1412
|
+
_this.parentIdField = 'userId';
|
|
1413
|
+
_this.model = BeautyProfile;
|
|
1414
|
+
return _this;
|
|
1415
|
+
}
|
|
1416
|
+
return UserBeautyProfileFirestoreRepository;
|
|
1417
1417
|
}(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), User)));
|
|
1418
1418
|
|
|
1419
|
-
var UserAddressFirestoreRepository = /** @class */ (function (_super) {
|
|
1420
|
-
__extends(UserAddressFirestoreRepository, _super);
|
|
1421
|
-
function UserAddressFirestoreRepository(firestore, parentRepository) {
|
|
1422
|
-
var _this = _super.call(this) || this;
|
|
1423
|
-
_this.firestore = firestore;
|
|
1424
|
-
_this.parentRepository = parentRepository;
|
|
1425
|
-
_this.collectionName = 'address';
|
|
1426
|
-
_this.parentIdField = 'userId';
|
|
1427
|
-
_this.model = UserAddress;
|
|
1428
|
-
return _this;
|
|
1429
|
-
}
|
|
1430
|
-
return UserAddressFirestoreRepository;
|
|
1419
|
+
var UserAddressFirestoreRepository = /** @class */ (function (_super) {
|
|
1420
|
+
__extends(UserAddressFirestoreRepository, _super);
|
|
1421
|
+
function UserAddressFirestoreRepository(firestore, parentRepository) {
|
|
1422
|
+
var _this = _super.call(this) || this;
|
|
1423
|
+
_this.firestore = firestore;
|
|
1424
|
+
_this.parentRepository = parentRepository;
|
|
1425
|
+
_this.collectionName = 'address';
|
|
1426
|
+
_this.parentIdField = 'userId';
|
|
1427
|
+
_this.model = UserAddress;
|
|
1428
|
+
return _this;
|
|
1429
|
+
}
|
|
1430
|
+
return UserAddressFirestoreRepository;
|
|
1431
1431
|
}(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), User)));
|
|
1432
1432
|
|
|
1433
|
-
var SubscriptionPaymentFirestoreRepository = /** @class */ (function (_super) {
|
|
1434
|
-
__extends(SubscriptionPaymentFirestoreRepository, _super);
|
|
1435
|
-
function SubscriptionPaymentFirestoreRepository(firestore, parentRepository) {
|
|
1436
|
-
var _this = _super.call(this) || this;
|
|
1437
|
-
_this.firestore = firestore;
|
|
1438
|
-
_this.parentRepository = parentRepository;
|
|
1439
|
-
_this.collectionName = 'Payments';
|
|
1440
|
-
_this.parentIdField = 'subscriptionId';
|
|
1441
|
-
_this.model = SubscriptionPayment;
|
|
1442
|
-
return _this;
|
|
1443
|
-
}
|
|
1444
|
-
return SubscriptionPaymentFirestoreRepository;
|
|
1433
|
+
var SubscriptionPaymentFirestoreRepository = /** @class */ (function (_super) {
|
|
1434
|
+
__extends(SubscriptionPaymentFirestoreRepository, _super);
|
|
1435
|
+
function SubscriptionPaymentFirestoreRepository(firestore, parentRepository) {
|
|
1436
|
+
var _this = _super.call(this) || this;
|
|
1437
|
+
_this.firestore = firestore;
|
|
1438
|
+
_this.parentRepository = parentRepository;
|
|
1439
|
+
_this.collectionName = 'Payments';
|
|
1440
|
+
_this.parentIdField = 'subscriptionId';
|
|
1441
|
+
_this.model = SubscriptionPayment;
|
|
1442
|
+
return _this;
|
|
1443
|
+
}
|
|
1444
|
+
return SubscriptionPaymentFirestoreRepository;
|
|
1445
1445
|
}(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), Subscription)));
|
|
1446
1446
|
|
|
1447
|
-
var CategoryFirestoreRepository = /** @class */ (function (_super) {
|
|
1448
|
-
__extends(CategoryFirestoreRepository, _super);
|
|
1449
|
-
function CategoryFirestoreRepository(firestore) {
|
|
1450
|
-
var _this = _super.call(this) || this;
|
|
1451
|
-
_this.firestore = firestore;
|
|
1452
|
-
_this.collectionName = 'categories';
|
|
1453
|
-
_this.model = Category;
|
|
1454
|
-
return _this;
|
|
1455
|
-
}
|
|
1456
|
-
CategoryFirestoreRepository.prototype.getCategoryBySlug = function (slug, shop) {
|
|
1457
|
-
return this.collection(this.collectionName)
|
|
1458
|
-
.where("slug", "==", slug)
|
|
1459
|
-
.where("shop", "==", shop)
|
|
1460
|
-
.where("published", "==", true)
|
|
1461
|
-
.get().then(function (snap) {
|
|
1462
|
-
if (snap.size > 1)
|
|
1463
|
-
throw new DuplicatedResultsError("Query returned duplicated values");
|
|
1464
|
-
if (snap.empty)
|
|
1465
|
-
throw new NotFoundError("Document with slug " + slug + " not found");
|
|
1466
|
-
return snap.docs[0].data();
|
|
1467
|
-
}).catch(function (error) { return error; });
|
|
1468
|
-
};
|
|
1469
|
-
CategoryFirestoreRepository.prototype.getCategoriesForHome = function (categoryIds) {
|
|
1470
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1471
|
-
var categorySnap, categories, homeSections, categories_1, categories_1_1, category, productSnap, products, e_1_1;
|
|
1472
|
-
var e_1, _a;
|
|
1473
|
-
return __generator(this, function (_b) {
|
|
1474
|
-
switch (_b.label) {
|
|
1475
|
-
case 0: return [4 /*yield*/, this.collection(this.collectionName)
|
|
1476
|
-
.where("id", "in", categoryIds)
|
|
1477
|
-
.where("published", "==", true)
|
|
1478
|
-
.get()];
|
|
1479
|
-
case 1:
|
|
1480
|
-
categorySnap = _b.sent();
|
|
1481
|
-
if (categorySnap.empty)
|
|
1482
|
-
throw new NotFoundError("Categories not found");
|
|
1483
|
-
categories = categorySnap.docs.map(function (doc) { return doc.data(); });
|
|
1484
|
-
homeSections = [];
|
|
1485
|
-
_b.label = 2;
|
|
1486
|
-
case 2:
|
|
1487
|
-
_b.trys.push([2, 7, 8, 9]);
|
|
1488
|
-
categories_1 = __values(categories), categories_1_1 = categories_1.next();
|
|
1489
|
-
_b.label = 3;
|
|
1490
|
-
case 3:
|
|
1491
|
-
if (!!categories_1_1.done) return [3 /*break*/, 6];
|
|
1492
|
-
category = categories_1_1.value;
|
|
1493
|
-
return [4 /*yield*/, this.collection("products")
|
|
1494
|
-
.where("categories", "array-contains", category.id)
|
|
1495
|
-
.where("published", "==", true)
|
|
1496
|
-
.where("stock.quantity", ">", 1)
|
|
1497
|
-
.limit(4)
|
|
1498
|
-
.get()];
|
|
1499
|
-
case 4:
|
|
1500
|
-
productSnap = _b.sent();
|
|
1501
|
-
products = productSnap.docs.map(function (doc) { return doc.data(); });
|
|
1502
|
-
homeSections.push({ title: category.name, products: products });
|
|
1503
|
-
_b.label = 5;
|
|
1504
|
-
case 5:
|
|
1505
|
-
categories_1_1 = categories_1.next();
|
|
1506
|
-
return [3 /*break*/, 3];
|
|
1507
|
-
case 6: return [3 /*break*/, 9];
|
|
1508
|
-
case 7:
|
|
1509
|
-
e_1_1 = _b.sent();
|
|
1510
|
-
e_1 = { error: e_1_1 };
|
|
1511
|
-
return [3 /*break*/, 9];
|
|
1512
|
-
case 8:
|
|
1513
|
-
try {
|
|
1514
|
-
if (categories_1_1 && !categories_1_1.done && (_a = categories_1.return)) _a.call(categories_1);
|
|
1515
|
-
}
|
|
1516
|
-
finally { if (e_1) throw e_1.error; }
|
|
1517
|
-
return [7 /*endfinally*/];
|
|
1518
|
-
case 9: return [2 /*return*/, homeSections];
|
|
1519
|
-
}
|
|
1520
|
-
});
|
|
1521
|
-
});
|
|
1522
|
-
};
|
|
1523
|
-
|
|
1447
|
+
var CategoryFirestoreRepository = /** @class */ (function (_super) {
|
|
1448
|
+
__extends(CategoryFirestoreRepository, _super);
|
|
1449
|
+
function CategoryFirestoreRepository(firestore) {
|
|
1450
|
+
var _this = _super.call(this) || this;
|
|
1451
|
+
_this.firestore = firestore;
|
|
1452
|
+
_this.collectionName = 'categories';
|
|
1453
|
+
_this.model = Category;
|
|
1454
|
+
return _this;
|
|
1455
|
+
}
|
|
1456
|
+
CategoryFirestoreRepository.prototype.getCategoryBySlug = function (slug, shop) {
|
|
1457
|
+
return this.collection(this.collectionName)
|
|
1458
|
+
.where("slug", "==", slug)
|
|
1459
|
+
.where("shop", "==", shop)
|
|
1460
|
+
.where("published", "==", true)
|
|
1461
|
+
.get().then(function (snap) {
|
|
1462
|
+
if (snap.size > 1)
|
|
1463
|
+
throw new DuplicatedResultsError("Query returned duplicated values");
|
|
1464
|
+
if (snap.empty)
|
|
1465
|
+
throw new NotFoundError("Document with slug " + slug + " not found");
|
|
1466
|
+
return snap.docs[0].data();
|
|
1467
|
+
}).catch(function (error) { return error; });
|
|
1468
|
+
};
|
|
1469
|
+
CategoryFirestoreRepository.prototype.getCategoriesForHome = function (categoryIds) {
|
|
1470
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1471
|
+
var categorySnap, categories, homeSections, categories_1, categories_1_1, category, productSnap, products, e_1_1;
|
|
1472
|
+
var e_1, _a;
|
|
1473
|
+
return __generator(this, function (_b) {
|
|
1474
|
+
switch (_b.label) {
|
|
1475
|
+
case 0: return [4 /*yield*/, this.collection(this.collectionName)
|
|
1476
|
+
.where("id", "in", categoryIds)
|
|
1477
|
+
.where("published", "==", true)
|
|
1478
|
+
.get()];
|
|
1479
|
+
case 1:
|
|
1480
|
+
categorySnap = _b.sent();
|
|
1481
|
+
if (categorySnap.empty)
|
|
1482
|
+
throw new NotFoundError("Categories not found");
|
|
1483
|
+
categories = categorySnap.docs.map(function (doc) { return doc.data(); });
|
|
1484
|
+
homeSections = [];
|
|
1485
|
+
_b.label = 2;
|
|
1486
|
+
case 2:
|
|
1487
|
+
_b.trys.push([2, 7, 8, 9]);
|
|
1488
|
+
categories_1 = __values(categories), categories_1_1 = categories_1.next();
|
|
1489
|
+
_b.label = 3;
|
|
1490
|
+
case 3:
|
|
1491
|
+
if (!!categories_1_1.done) return [3 /*break*/, 6];
|
|
1492
|
+
category = categories_1_1.value;
|
|
1493
|
+
return [4 /*yield*/, this.collection("products")
|
|
1494
|
+
.where("categories", "array-contains", category.id)
|
|
1495
|
+
// .where("published", "==", true)
|
|
1496
|
+
.where("stock.quantity", ">", 1)
|
|
1497
|
+
.limit(4)
|
|
1498
|
+
.get()];
|
|
1499
|
+
case 4:
|
|
1500
|
+
productSnap = _b.sent();
|
|
1501
|
+
products = productSnap.docs.map(function (doc) { return doc.data(); });
|
|
1502
|
+
homeSections.push({ title: category.name, products: products });
|
|
1503
|
+
_b.label = 5;
|
|
1504
|
+
case 5:
|
|
1505
|
+
categories_1_1 = categories_1.next();
|
|
1506
|
+
return [3 /*break*/, 3];
|
|
1507
|
+
case 6: return [3 /*break*/, 9];
|
|
1508
|
+
case 7:
|
|
1509
|
+
e_1_1 = _b.sent();
|
|
1510
|
+
e_1 = { error: e_1_1 };
|
|
1511
|
+
return [3 /*break*/, 9];
|
|
1512
|
+
case 8:
|
|
1513
|
+
try {
|
|
1514
|
+
if (categories_1_1 && !categories_1_1.done && (_a = categories_1.return)) _a.call(categories_1);
|
|
1515
|
+
}
|
|
1516
|
+
finally { if (e_1) throw e_1.error; }
|
|
1517
|
+
return [7 /*endfinally*/];
|
|
1518
|
+
case 9: return [2 /*return*/, homeSections];
|
|
1519
|
+
}
|
|
1520
|
+
});
|
|
1521
|
+
});
|
|
1522
|
+
};
|
|
1523
|
+
CategoryFirestoreRepository.prototype.mountCategory = function (category) {
|
|
1524
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1525
|
+
var chunks, products, chunks_1, chunks_1_1, productIds, productSnap, e_2_1;
|
|
1526
|
+
var e_2, _a;
|
|
1527
|
+
return __generator(this, function (_b) {
|
|
1528
|
+
switch (_b.label) {
|
|
1529
|
+
case 0:
|
|
1530
|
+
if (!category.products)
|
|
1531
|
+
throw new RequiredArgumentError(["Category products is empty"]);
|
|
1532
|
+
chunks = category.products.reduce(function (resultArray, item, index) {
|
|
1533
|
+
var chunkIndex = Math.floor(index / 10);
|
|
1534
|
+
if (!resultArray[chunkIndex])
|
|
1535
|
+
resultArray[chunkIndex] = [];
|
|
1536
|
+
resultArray[chunkIndex].push(item);
|
|
1537
|
+
return resultArray;
|
|
1538
|
+
}, []);
|
|
1539
|
+
products = [];
|
|
1540
|
+
_b.label = 1;
|
|
1541
|
+
case 1:
|
|
1542
|
+
_b.trys.push([1, 6, 7, 8]);
|
|
1543
|
+
chunks_1 = __values(chunks), chunks_1_1 = chunks_1.next();
|
|
1544
|
+
_b.label = 2;
|
|
1545
|
+
case 2:
|
|
1546
|
+
if (!!chunks_1_1.done) return [3 /*break*/, 5];
|
|
1547
|
+
productIds = chunks_1_1.value;
|
|
1548
|
+
return [4 /*yield*/, this.collection("products")
|
|
1549
|
+
.where("id", "in", productIds)
|
|
1550
|
+
// .where("published", "==", true)
|
|
1551
|
+
.get()];
|
|
1552
|
+
case 3:
|
|
1553
|
+
productSnap = _b.sent();
|
|
1554
|
+
if (productSnap.empty)
|
|
1555
|
+
return [3 /*break*/, 4];
|
|
1556
|
+
products.push.apply(products, __spreadArray([], __read(productSnap.docs.map(function (doc) { return doc.data(); }))));
|
|
1557
|
+
_b.label = 4;
|
|
1558
|
+
case 4:
|
|
1559
|
+
chunks_1_1 = chunks_1.next();
|
|
1560
|
+
return [3 /*break*/, 2];
|
|
1561
|
+
case 5: return [3 /*break*/, 8];
|
|
1562
|
+
case 6:
|
|
1563
|
+
e_2_1 = _b.sent();
|
|
1564
|
+
e_2 = { error: e_2_1 };
|
|
1565
|
+
return [3 /*break*/, 8];
|
|
1566
|
+
case 7:
|
|
1567
|
+
try {
|
|
1568
|
+
if (chunks_1_1 && !chunks_1_1.done && (_a = chunks_1.return)) _a.call(chunks_1);
|
|
1569
|
+
}
|
|
1570
|
+
finally { if (e_2) throw e_2.error; }
|
|
1571
|
+
return [7 /*endfinally*/];
|
|
1572
|
+
case 8: return [2 /*return*/, products];
|
|
1573
|
+
}
|
|
1574
|
+
});
|
|
1575
|
+
});
|
|
1576
|
+
};
|
|
1577
|
+
return CategoryFirestoreRepository;
|
|
1524
1578
|
}(withCrudFirestore(withHelpers(withFirestore(Base)))));
|
|
1525
1579
|
|
|
1526
|
-
var ProductFirestoreRepository = /** @class */ (function (_super) {
|
|
1527
|
-
__extends(ProductFirestoreRepository, _super);
|
|
1528
|
-
function ProductFirestoreRepository(firestore) {
|
|
1529
|
-
var _this = _super.call(this) || this;
|
|
1530
|
-
_this.firestore = firestore;
|
|
1531
|
-
_this.collectionName = 'products';
|
|
1532
|
-
_this.model = Product;
|
|
1533
|
-
return _this;
|
|
1534
|
-
}
|
|
1535
|
-
|
|
1580
|
+
var ProductFirestoreRepository = /** @class */ (function (_super) {
|
|
1581
|
+
__extends(ProductFirestoreRepository, _super);
|
|
1582
|
+
function ProductFirestoreRepository(firestore) {
|
|
1583
|
+
var _this = _super.call(this) || this;
|
|
1584
|
+
_this.firestore = firestore;
|
|
1585
|
+
_this.collectionName = 'products';
|
|
1586
|
+
_this.model = Product;
|
|
1587
|
+
return _this;
|
|
1588
|
+
}
|
|
1589
|
+
ProductFirestoreRepository.prototype.getBySlug = function (slug, shop) {
|
|
1590
|
+
var _a;
|
|
1591
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1592
|
+
var result;
|
|
1593
|
+
return __generator(this, function (_b) {
|
|
1594
|
+
switch (_b.label) {
|
|
1595
|
+
case 0: return [4 /*yield*/, this.find([
|
|
1596
|
+
{ slug: { operator: exports.Where.EQUALS, value: slug } },
|
|
1597
|
+
{ shopAvailability: { operator: exports.Where.IN, value: [shop] } },
|
|
1598
|
+
])];
|
|
1599
|
+
case 1:
|
|
1600
|
+
result = _b.sent();
|
|
1601
|
+
return [2 /*return*/, (_a = result === null || result === void 0 ? void 0 : result.data) === null || _a === void 0 ? void 0 : _a.shift()];
|
|
1602
|
+
}
|
|
1603
|
+
});
|
|
1604
|
+
});
|
|
1605
|
+
};
|
|
1606
|
+
return ProductFirestoreRepository;
|
|
1536
1607
|
}(withCrudFirestore(withHelpers(withFirestore(Base)))));
|
|
1537
1608
|
|
|
1538
|
-
var ProductVariantFirestoreRepository = /** @class */ (function (_super) {
|
|
1539
|
-
__extends(ProductVariantFirestoreRepository, _super);
|
|
1540
|
-
function ProductVariantFirestoreRepository(firestore, parentRepository) {
|
|
1541
|
-
var _this = _super.call(this) || this;
|
|
1542
|
-
_this.firestore = firestore;
|
|
1543
|
-
_this.parentRepository = parentRepository;
|
|
1544
|
-
_this.collectionName = 'variants';
|
|
1545
|
-
_this.parentIdField = 'productId';
|
|
1546
|
-
_this.model = Variant;
|
|
1547
|
-
return _this;
|
|
1548
|
-
}
|
|
1549
|
-
return ProductVariantFirestoreRepository;
|
|
1609
|
+
var ProductVariantFirestoreRepository = /** @class */ (function (_super) {
|
|
1610
|
+
__extends(ProductVariantFirestoreRepository, _super);
|
|
1611
|
+
function ProductVariantFirestoreRepository(firestore, parentRepository) {
|
|
1612
|
+
var _this = _super.call(this) || this;
|
|
1613
|
+
_this.firestore = firestore;
|
|
1614
|
+
_this.parentRepository = parentRepository;
|
|
1615
|
+
_this.collectionName = 'variants';
|
|
1616
|
+
_this.parentIdField = 'productId';
|
|
1617
|
+
_this.model = Variant;
|
|
1618
|
+
return _this;
|
|
1619
|
+
}
|
|
1620
|
+
return ProductVariantFirestoreRepository;
|
|
1550
1621
|
}(withSubCollection(withCrudFirestore(withHelpers(withFirestore(Base))), Product)));
|
|
1551
1622
|
|
|
1552
|
-
var CheckoutFirestoreRepository = /** @class */ (function (_super) {
|
|
1553
|
-
__extends(CheckoutFirestoreRepository, _super);
|
|
1554
|
-
function CheckoutFirestoreRepository(firestore) {
|
|
1555
|
-
var _this = _super.call(this) || this;
|
|
1556
|
-
_this.firestore = firestore;
|
|
1557
|
-
_this.collectionName = 'checkouts';
|
|
1558
|
-
_this.model = Checkout;
|
|
1559
|
-
return _this;
|
|
1560
|
-
}
|
|
1561
|
-
return CheckoutFirestoreRepository;
|
|
1623
|
+
var CheckoutFirestoreRepository = /** @class */ (function (_super) {
|
|
1624
|
+
__extends(CheckoutFirestoreRepository, _super);
|
|
1625
|
+
function CheckoutFirestoreRepository(firestore) {
|
|
1626
|
+
var _this = _super.call(this) || this;
|
|
1627
|
+
_this.firestore = firestore;
|
|
1628
|
+
_this.collectionName = 'checkouts';
|
|
1629
|
+
_this.model = Checkout;
|
|
1630
|
+
return _this;
|
|
1631
|
+
}
|
|
1632
|
+
return CheckoutFirestoreRepository;
|
|
1562
1633
|
}(withCrudFirestore(withHelpers(withFirestore(Base)))));
|
|
1563
1634
|
|
|
1564
|
-
var CouponFirestoreRepository = /** @class */ (function (_super) {
|
|
1565
|
-
__extends(CouponFirestoreRepository, _super);
|
|
1566
|
-
function CouponFirestoreRepository(firestore) {
|
|
1567
|
-
var _this = _super.call(this) || this;
|
|
1568
|
-
_this.firestore = firestore;
|
|
1569
|
-
_this.collectionName = 'coupons';
|
|
1570
|
-
_this.model = Coupon;
|
|
1571
|
-
return _this;
|
|
1572
|
-
}
|
|
1573
|
-
return CouponFirestoreRepository;
|
|
1635
|
+
var CouponFirestoreRepository = /** @class */ (function (_super) {
|
|
1636
|
+
__extends(CouponFirestoreRepository, _super);
|
|
1637
|
+
function CouponFirestoreRepository(firestore) {
|
|
1638
|
+
var _this = _super.call(this) || this;
|
|
1639
|
+
_this.firestore = firestore;
|
|
1640
|
+
_this.collectionName = 'coupons';
|
|
1641
|
+
_this.model = Coupon;
|
|
1642
|
+
return _this;
|
|
1643
|
+
}
|
|
1644
|
+
return CouponFirestoreRepository;
|
|
1574
1645
|
}(withCrudFirestore(withHelpers(withFirestore(Base)))));
|
|
1575
1646
|
|
|
1576
|
-
var OrderFirestoreRepository = /** @class */ (function (_super) {
|
|
1577
|
-
__extends(OrderFirestoreRepository, _super);
|
|
1578
|
-
function OrderFirestoreRepository(firestore) {
|
|
1579
|
-
var _this = _super.call(this) || this;
|
|
1580
|
-
_this.firestore = firestore;
|
|
1581
|
-
_this.collectionName = 'orders';
|
|
1582
|
-
_this.model = Order;
|
|
1583
|
-
return _this;
|
|
1584
|
-
}
|
|
1585
|
-
return OrderFirestoreRepository;
|
|
1647
|
+
var OrderFirestoreRepository = /** @class */ (function (_super) {
|
|
1648
|
+
__extends(OrderFirestoreRepository, _super);
|
|
1649
|
+
function OrderFirestoreRepository(firestore) {
|
|
1650
|
+
var _this = _super.call(this) || this;
|
|
1651
|
+
_this.firestore = firestore;
|
|
1652
|
+
_this.collectionName = 'orders';
|
|
1653
|
+
_this.model = Order;
|
|
1654
|
+
return _this;
|
|
1655
|
+
}
|
|
1656
|
+
return OrderFirestoreRepository;
|
|
1586
1657
|
}(withCrudFirestore(withHelpers(withFirestore(Base)))));
|
|
1587
1658
|
|
|
1588
|
-
var PaymentFirestoreRepository = /** @class */ (function (_super) {
|
|
1589
|
-
__extends(PaymentFirestoreRepository, _super);
|
|
1590
|
-
function PaymentFirestoreRepository(firestore) {
|
|
1591
|
-
var _this = _super.call(this) || this;
|
|
1592
|
-
_this.firestore = firestore;
|
|
1593
|
-
_this.collectionName = 'payments';
|
|
1594
|
-
_this.model = Payment;
|
|
1595
|
-
return _this;
|
|
1596
|
-
}
|
|
1597
|
-
return PaymentFirestoreRepository;
|
|
1659
|
+
var PaymentFirestoreRepository = /** @class */ (function (_super) {
|
|
1660
|
+
__extends(PaymentFirestoreRepository, _super);
|
|
1661
|
+
function PaymentFirestoreRepository(firestore) {
|
|
1662
|
+
var _this = _super.call(this) || this;
|
|
1663
|
+
_this.firestore = firestore;
|
|
1664
|
+
_this.collectionName = 'payments';
|
|
1665
|
+
_this.model = Payment;
|
|
1666
|
+
return _this;
|
|
1667
|
+
}
|
|
1668
|
+
return PaymentFirestoreRepository;
|
|
1598
1669
|
}(withCrudFirestore(withHelpers(withFirestore(Base)))));
|
|
1599
1670
|
|
|
1600
|
-
var CheckoutSubscriptionFirestoreRepository = /** @class */ (function (_super) {
|
|
1601
|
-
__extends(CheckoutSubscriptionFirestoreRepository, _super);
|
|
1602
|
-
function CheckoutSubscriptionFirestoreRepository(firestore) {
|
|
1603
|
-
var _this = _super.call(this) || this;
|
|
1604
|
-
_this.firestore = firestore;
|
|
1605
|
-
_this.collectionName = 'checkoutsSubscription';
|
|
1606
|
-
_this.model = CheckoutSubscription;
|
|
1607
|
-
return _this;
|
|
1608
|
-
}
|
|
1609
|
-
return CheckoutSubscriptionFirestoreRepository;
|
|
1671
|
+
var CheckoutSubscriptionFirestoreRepository = /** @class */ (function (_super) {
|
|
1672
|
+
__extends(CheckoutSubscriptionFirestoreRepository, _super);
|
|
1673
|
+
function CheckoutSubscriptionFirestoreRepository(firestore) {
|
|
1674
|
+
var _this = _super.call(this) || this;
|
|
1675
|
+
_this.firestore = firestore;
|
|
1676
|
+
_this.collectionName = 'checkoutsSubscription';
|
|
1677
|
+
_this.model = CheckoutSubscription;
|
|
1678
|
+
return _this;
|
|
1679
|
+
}
|
|
1680
|
+
return CheckoutSubscriptionFirestoreRepository;
|
|
1610
1681
|
}(withCrudFirestore(withHelpers(withFirestore(Base)))));
|
|
1611
1682
|
|
|
1612
|
-
var SubscriptionPlanFirestoreRepository = /** @class */ (function (_super) {
|
|
1613
|
-
__extends(SubscriptionPlanFirestoreRepository, _super);
|
|
1614
|
-
function SubscriptionPlanFirestoreRepository(firestore) {
|
|
1615
|
-
var _this = _super.call(this) || this;
|
|
1616
|
-
_this.firestore = firestore;
|
|
1617
|
-
_this.collectionName = 'subscriptionPlans';
|
|
1618
|
-
_this.model = SubscriptionPlan;
|
|
1619
|
-
return _this;
|
|
1620
|
-
}
|
|
1621
|
-
return SubscriptionPlanFirestoreRepository;
|
|
1683
|
+
var SubscriptionPlanFirestoreRepository = /** @class */ (function (_super) {
|
|
1684
|
+
__extends(SubscriptionPlanFirestoreRepository, _super);
|
|
1685
|
+
function SubscriptionPlanFirestoreRepository(firestore) {
|
|
1686
|
+
var _this = _super.call(this) || this;
|
|
1687
|
+
_this.firestore = firestore;
|
|
1688
|
+
_this.collectionName = 'subscriptionPlans';
|
|
1689
|
+
_this.model = SubscriptionPlan;
|
|
1690
|
+
return _this;
|
|
1691
|
+
}
|
|
1692
|
+
return SubscriptionPlanFirestoreRepository;
|
|
1622
1693
|
}(withCrudFirestore(withHelpers(withFirestore(Base)))));
|
|
1623
1694
|
|
|
1624
|
-
var Buy2WinFirestoreRepository = /** @class */ (function (_super) {
|
|
1625
|
-
__extends(Buy2WinFirestoreRepository, _super);
|
|
1626
|
-
function Buy2WinFirestoreRepository(firestore) {
|
|
1627
|
-
var _this = _super.call(this) || this;
|
|
1628
|
-
_this.firestore = firestore;
|
|
1629
|
-
_this.collectionName = 'buy2win';
|
|
1630
|
-
_this.model = Buy2Win;
|
|
1631
|
-
return _this;
|
|
1632
|
-
}
|
|
1633
|
-
return Buy2WinFirestoreRepository;
|
|
1695
|
+
var Buy2WinFirestoreRepository = /** @class */ (function (_super) {
|
|
1696
|
+
__extends(Buy2WinFirestoreRepository, _super);
|
|
1697
|
+
function Buy2WinFirestoreRepository(firestore) {
|
|
1698
|
+
var _this = _super.call(this) || this;
|
|
1699
|
+
_this.firestore = firestore;
|
|
1700
|
+
_this.collectionName = 'buy2win';
|
|
1701
|
+
_this.model = Buy2Win;
|
|
1702
|
+
return _this;
|
|
1703
|
+
}
|
|
1704
|
+
return Buy2WinFirestoreRepository;
|
|
1634
1705
|
}(withCrudFirestore(withHelpers(withFirestore(Base)))));
|
|
1635
1706
|
|
|
1636
|
-
var HomeFirestoreRepository = /** @class */ (function (_super) {
|
|
1637
|
-
__extends(HomeFirestoreRepository, _super);
|
|
1638
|
-
function HomeFirestoreRepository(firestore) {
|
|
1639
|
-
var _this = _super.call(this) || this;
|
|
1640
|
-
_this.firestore = firestore;
|
|
1641
|
-
_this.collectionName = 'dms';
|
|
1642
|
-
_this.model = Home;
|
|
1643
|
-
return _this;
|
|
1644
|
-
}
|
|
1645
|
-
return HomeFirestoreRepository;
|
|
1707
|
+
var HomeFirestoreRepository = /** @class */ (function (_super) {
|
|
1708
|
+
__extends(HomeFirestoreRepository, _super);
|
|
1709
|
+
function HomeFirestoreRepository(firestore) {
|
|
1710
|
+
var _this = _super.call(this) || this;
|
|
1711
|
+
_this.firestore = firestore;
|
|
1712
|
+
_this.collectionName = 'dms';
|
|
1713
|
+
_this.model = Home;
|
|
1714
|
+
return _this;
|
|
1715
|
+
}
|
|
1716
|
+
return HomeFirestoreRepository;
|
|
1646
1717
|
}(withCrudFirestore(withHelpers(withFirestore(Base)))));
|
|
1647
1718
|
|
|
1648
|
-
var ShopMenuFirestoreRepository = /** @class */ (function (_super) {
|
|
1649
|
-
__extends(ShopMenuFirestoreRepository, _super);
|
|
1650
|
-
function ShopMenuFirestoreRepository(firestore) {
|
|
1651
|
-
var _this = _super.call(this) || this;
|
|
1652
|
-
_this.firestore = firestore;
|
|
1653
|
-
_this.collectionName = 'shopMenus';
|
|
1654
|
-
_this.model = ShopMenu;
|
|
1655
|
-
return _this;
|
|
1656
|
-
}
|
|
1657
|
-
return ShopMenuFirestoreRepository;
|
|
1719
|
+
var ShopMenuFirestoreRepository = /** @class */ (function (_super) {
|
|
1720
|
+
__extends(ShopMenuFirestoreRepository, _super);
|
|
1721
|
+
function ShopMenuFirestoreRepository(firestore) {
|
|
1722
|
+
var _this = _super.call(this) || this;
|
|
1723
|
+
_this.firestore = firestore;
|
|
1724
|
+
_this.collectionName = 'shopMenus';
|
|
1725
|
+
_this.model = ShopMenu;
|
|
1726
|
+
return _this;
|
|
1727
|
+
}
|
|
1728
|
+
return ShopMenuFirestoreRepository;
|
|
1658
1729
|
}(withCrudFirestore(withHelpers(withFirestore(Base)))));
|
|
1659
1730
|
|
|
1660
|
-
var AuthenticationFirebaseAuthService = /** @class */ (function () {
|
|
1661
|
-
function AuthenticationFirebaseAuthService(firebaseAuth) {
|
|
1662
|
-
this.firebaseAuth = firebaseAuth;
|
|
1663
|
-
}
|
|
1664
|
-
AuthenticationFirebaseAuthService.prototype.signInWithEmailAndPassword = function (data) {
|
|
1665
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1666
|
-
var credentials, user;
|
|
1667
|
-
return __generator(this, function (_a) {
|
|
1668
|
-
switch (_a.label) {
|
|
1669
|
-
case 0: return [4 /*yield*/, this.firebaseAuth.signInWithEmailAndPassword(data.email, data.password)];
|
|
1670
|
-
case 1:
|
|
1671
|
-
credentials = _a.sent();
|
|
1672
|
-
user = credentials.user;
|
|
1673
|
-
return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
|
|
1674
|
-
}
|
|
1675
|
-
});
|
|
1676
|
-
});
|
|
1677
|
-
};
|
|
1678
|
-
AuthenticationFirebaseAuthService.prototype.signInWithGoogle = function () {
|
|
1679
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1680
|
-
var credentials, user;
|
|
1681
|
-
return __generator(this, function (_a) {
|
|
1682
|
-
switch (_a.label) {
|
|
1683
|
-
case 0: return [4 /*yield*/, this.firebaseAuth.signInWithPopup(new firebase__default$1["default"].auth.GoogleAuthProvider())];
|
|
1684
|
-
case 1:
|
|
1685
|
-
credentials = _a.sent();
|
|
1686
|
-
user = credentials.user;
|
|
1687
|
-
return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
|
|
1688
|
-
}
|
|
1689
|
-
});
|
|
1690
|
-
});
|
|
1691
|
-
};
|
|
1692
|
-
AuthenticationFirebaseAuthService.prototype.signOut = function () {
|
|
1693
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1694
|
-
return __generator(this, function (_a) {
|
|
1695
|
-
this.firebaseAuth.signOut();
|
|
1696
|
-
return [2 /*return*/];
|
|
1697
|
-
});
|
|
1698
|
-
});
|
|
1699
|
-
};
|
|
1700
|
-
return AuthenticationFirebaseAuthService;
|
|
1731
|
+
var AuthenticationFirebaseAuthService = /** @class */ (function () {
|
|
1732
|
+
function AuthenticationFirebaseAuthService(firebaseAuth) {
|
|
1733
|
+
this.firebaseAuth = firebaseAuth;
|
|
1734
|
+
}
|
|
1735
|
+
AuthenticationFirebaseAuthService.prototype.signInWithEmailAndPassword = function (data) {
|
|
1736
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1737
|
+
var credentials, user;
|
|
1738
|
+
return __generator(this, function (_a) {
|
|
1739
|
+
switch (_a.label) {
|
|
1740
|
+
case 0: return [4 /*yield*/, this.firebaseAuth.signInWithEmailAndPassword(data.email, data.password)];
|
|
1741
|
+
case 1:
|
|
1742
|
+
credentials = _a.sent();
|
|
1743
|
+
user = credentials.user;
|
|
1744
|
+
return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
|
|
1745
|
+
}
|
|
1746
|
+
});
|
|
1747
|
+
});
|
|
1748
|
+
};
|
|
1749
|
+
AuthenticationFirebaseAuthService.prototype.signInWithGoogle = function () {
|
|
1750
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1751
|
+
var credentials, user;
|
|
1752
|
+
return __generator(this, function (_a) {
|
|
1753
|
+
switch (_a.label) {
|
|
1754
|
+
case 0: return [4 /*yield*/, this.firebaseAuth.signInWithPopup(new firebase__default$1["default"].auth.GoogleAuthProvider())];
|
|
1755
|
+
case 1:
|
|
1756
|
+
credentials = _a.sent();
|
|
1757
|
+
user = credentials.user;
|
|
1758
|
+
return [2 /*return*/, { id: user.uid, displayName: user.displayName, email: user.email, phone: user.phoneNumber }];
|
|
1759
|
+
}
|
|
1760
|
+
});
|
|
1761
|
+
});
|
|
1762
|
+
};
|
|
1763
|
+
AuthenticationFirebaseAuthService.prototype.signOut = function () {
|
|
1764
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1765
|
+
return __generator(this, function (_a) {
|
|
1766
|
+
this.firebaseAuth.signOut();
|
|
1767
|
+
return [2 /*return*/];
|
|
1768
|
+
});
|
|
1769
|
+
});
|
|
1770
|
+
};
|
|
1771
|
+
return AuthenticationFirebaseAuthService;
|
|
1701
1772
|
}());
|
|
1702
1773
|
|
|
1703
|
-
/**
|
|
1704
|
-
* Generated bundle index. Do not edit.
|
|
1774
|
+
/**
|
|
1775
|
+
* Generated bundle index. Do not edit.
|
|
1705
1776
|
*/
|
|
1706
1777
|
|
|
1707
1778
|
Object.defineProperty(exports, 'chunk', {
|