@infrab4a/connect 4.1.0-beta.0 → 4.1.0-beta.1
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/domain/catalog/models/category-collection-children.d.ts +1 -1
- package/domain/catalog/models/category-filter.d.ts +1 -1
- package/domain/catalog/models/kit-product.d.ts +1 -1
- package/domain/catalog/models/types/category-condition.type.d.ts +1 -1
- package/domain/catalog/models/types/category-metadata.type.d.ts +1 -1
- package/domain/catalog/models/types/category-product.d.ts +1 -1
- package/domain/catalog/models/types/product-evaluation.type.d.ts +1 -1
- package/domain/catalog/models/types/product-gender.type.d.ts +1 -1
- package/domain/catalog/models/types/product-metadata.type.d.ts +1 -1
- package/domain/catalog/models/types/product-review.type.d.ts +1 -1
- package/domain/catalog/models/types/shop-description.type.d.ts +1 -1
- package/domain/catalog/models/types/shop-price.type.d.ts +1 -1
- package/domain/catalog/models/types/stock.type.d.ts +1 -1
- package/domain/catalog/models/types/variant-grade.type.d.ts +1 -1
- package/domain/catalog/models/variant.d.ts +1 -1
- package/domain/catalog/models/wishlist.d.ts +2 -0
- package/domain/catalog/repositories/product.repository.d.ts +2 -2
- package/domain/generic/model/base.model.d.ts +1 -1
- package/domain/generic/model/types/identifier-model.type.d.ts +3 -3
- package/domain/generic/model/types/model-base-structure.type.d.ts +2 -2
- package/domain/generic/model/types/non-function-properties.type.d.ts +6 -6
- package/domain/generic/model/types/non-function-property-name.type.d.ts +5 -5
- package/domain/generic/repository/create.repository.d.ts +1 -1
- package/domain/generic/repository/crud.repository.d.ts +2 -2
- package/domain/generic/repository/delete.repository.d.ts +1 -1
- package/domain/generic/repository/find.repository.d.ts +1 -1
- package/domain/generic/repository/get.repository.d.ts +1 -1
- package/domain/generic/repository/read.repository.d.ts +2 -2
- package/domain/generic/repository/types/repository-find-filters.type.d.ts +4 -4
- package/domain/generic/repository/types/repository-find-result.type.d.ts +2 -2
- package/domain/generic/repository/types/repository-limit-options.type.d.ts +1 -1
- package/domain/generic/repository/types/repository-order-by-list.type.d.ts +2 -2
- package/domain/generic/repository/types/repository-update-params.type.d.ts +3 -3
- package/domain/generic/repository/types/where-options.type.d.ts +1 -1
- package/domain/generic/repository/update.repository.d.ts +1 -1
- package/domain/location/models/types/location-bound.type.d.ts +1 -1
- package/domain/location/models/types/location-geometry.type.d.ts +1 -1
- package/domain/location/models/types/location-lat-lng.type.d.ts +1 -1
- package/domain/shop-settings/enums/index.d.ts +0 -1
- package/domain/shop-settings/helpers/beauty-questions.helper.d.ts +1 -1
- package/domain/shop-settings/models/index.d.ts +0 -2
- package/domain/shop-settings/models/shop-settings.d.ts +1 -2
- package/domain/shop-settings/models/types/banner.type.d.ts +1 -1
- package/domain/shop-settings/models/types/benefit.type.d.ts +1 -1
- package/domain/shop-settings/models/types/home-data.type.d.ts +3 -3
- package/domain/shop-settings/models/types/index.d.ts +0 -4
- package/domain/shop-settings/models/types/menu-nav.type.d.ts +1 -1
- package/domain/shop-settings/models/types/shop-section.type.d.ts +1 -4
- package/domain/shop-settings/models/types/sub-menu.type.d.ts +2 -2
- package/domain/shop-settings/repositories/index.d.ts +0 -2
- package/domain/shopping/models/types/payment-address.type.d.ts +1 -1
- package/domain/shopping/models/types/payment-billing.type.d.ts +1 -1
- package/domain/shopping/models/types/payment-card.type.d.ts +1 -1
- package/domain/shopping/models/types/payment-customer.type.d.ts +1 -1
- package/domain/shopping/models/types/payment-document.type.d.ts +1 -1
- package/domain/shopping/models/types/payment-item.type.d.ts +1 -1
- package/domain/shopping/models/types/payment-shipping.type.d.ts +1 -1
- package/domain/users/models/beauty-profile.d.ts +1 -1
- package/domain/users/models/subscription/edition.d.ts +1 -1
- package/domain/users/models/subscription/index.d.ts +2 -1
- package/domain/users/models/subscription/payment.d.ts +1 -1
- package/domain/users/models/subscription/subscription-materialization.d.ts +31 -0
- package/domain/users/models/subscription/subscription.d.ts +1 -0
- package/domain/users/models/user-address.d.ts +1 -1
- package/domain/users/models/user-payment-method.d.ts +1 -1
- package/domain/users/repositories/index.d.ts +6 -5
- package/domain/users/repositories/subscription-materialization.repository.d.ts +4 -0
- package/domain/users/services/authentication.service.d.ts +1 -1
- package/domain/users/services/register.service.d.ts +1 -1
- package/domain/users/services/types/basic-user-data.type.d.ts +1 -1
- package/domain/users/use-cases/authentication.d.ts +2 -2
- package/domain/users/use-cases/register.d.ts +1 -1
- package/{esm2022 → esm2020}/domain/catalog/models/wishlist.mjs +1 -1
- package/{esm2022 → esm2020}/domain/shop-settings/enums/index.mjs +1 -2
- package/esm2020/domain/shop-settings/models/index.mjs +5 -0
- package/{esm2022 → esm2020}/domain/shop-settings/models/shop-settings.mjs +1 -1
- package/esm2020/domain/shop-settings/models/types/index.mjs +11 -0
- package/{esm2022 → esm2020}/domain/shop-settings/models/types/shop-section.type.mjs +1 -1
- package/esm2020/domain/shop-settings/repositories/index.mjs +4 -0
- package/esm2020/domain/users/models/subscription/index.mjs +6 -0
- package/esm2020/domain/users/models/subscription/subscription-materialization.mjs +42 -0
- package/{esm2022 → esm2020}/domain/users/models/subscription/subscription.mjs +1 -1
- package/esm2020/domain/users/repositories/index.mjs +10 -0
- package/esm2020/domain/users/repositories/subscription-materialization.repository.mjs +2 -0
- package/esm2020/infra/firebase/firestore/repositories/shop-settings/index.mjs +4 -0
- package/esm2020/infra/firebase/firestore/repositories/users/index.mjs +10 -0
- package/esm2020/infra/firebase/firestore/repositories/users/subscription-materialization-firestore.repository.mjs +14 -0
- package/{esm2022 → esm2020}/infra/hasura-graphql/mixins/helpers/attribute-option.helper.mjs +32 -32
- package/esm2020/infra/hasura-graphql/mixins/helpers/bind-filter-query.helper.mjs +71 -0
- package/esm2020/infra/hasura-graphql/mixins/helpers/filter-option.helper.mjs +22 -0
- package/esm2020/infra/hasura-graphql/mixins/helpers/graphql-field.helper.mjs +125 -0
- package/esm2020/infra/hasura-graphql/mixins/with-hasura-graphql.mixin.mjs +108 -0
- package/esm2020/infra/hasura-graphql/repositories/catalog/category-hasura-graphql.repository.mjs +338 -0
- package/esm2020/infra/hasura-graphql/repositories/catalog/product-hasura-graphql.repository.mjs +516 -0
- package/esm2020/infra/hasura-graphql/repositories/catalog/wishlist-hasura-graphql.repository.mjs +238 -0
- package/{esm2022 → esm2020}/utils/helpers/debug-decorator.helper.mjs +2 -2
- package/esm2020/utils/helpers/debug.helper.mjs +150 -0
- package/{esm2022 → esm2020}/utils/helpers/reflect.helper.mjs +2 -2
- package/fesm2015/infrab4a-connect.mjs +4988 -0
- package/fesm2015/infrab4a-connect.mjs.map +1 -0
- package/{fesm2022 → fesm2020}/infrab4a-connect.mjs +434 -443
- package/fesm2020/infrab4a-connect.mjs.map +1 -0
- package/infra/elasticsearch/adapters/axios.adapter.d.ts +1 -1
- package/infra/elasticsearch/types/elastic-search-result.d.ts +1 -1
- package/infra/firebase/auth/types/firebase-user-with-id.type.d.ts +1 -1
- package/infra/firebase/firestore/mixins/with-firestore.mixin.d.ts +1 -1
- package/infra/firebase/firestore/mixins/with-sub-collection.mixin.d.ts +1 -1
- package/infra/firebase/firestore/mixins/with-update-firestore.mixin.d.ts +1 -1
- package/infra/firebase/firestore/repositories/shop-settings/index.d.ts +0 -2
- package/infra/firebase/firestore/repositories/users/index.d.ts +1 -0
- package/infra/firebase/firestore/repositories/users/subscription-materialization-firestore.repository.d.ts +7 -0
- package/infra/firebase/firestore/types/firestore-interceptors.type.d.ts +1 -1
- package/infra/firebase/firestore/types/firestore-sub.repository.type.d.ts +1 -1
- package/infra/firebase/firestore/types/firestore.repository.type.d.ts +1 -1
- package/infra/hasura-graphql/mixins/helpers/attribute-option.helper.d.ts +1 -1
- package/infra/hasura-graphql/mixins/with-create-hasura-graphql.mixin.d.ts +1 -1
- package/infra/hasura-graphql/mixins/with-delete-hasura-graphql.mixin.d.ts +1 -1
- package/infra/hasura-graphql/mixins/with-get-hasura-graphql.mixin.d.ts +1 -1
- package/infra/hasura-graphql/mixins/with-hasura-graphql.mixin.d.ts +3 -3
- package/infra/hasura-graphql/mixins/with-update-hasura-graphql.mixin.d.ts +2 -2
- package/infra/hasura-graphql/types/fields.type.d.ts +1 -1
- package/infra/hasura-graphql/types/graphql.repository.type.d.ts +2 -2
- package/infra/hasura-graphql/types/hasura-graphql-auth-options.type.d.ts +1 -1
- package/infra/hasura-graphql/types/hasura-graphql-fields.type.d.ts +6 -6
- package/infra/hasura-graphql/types/hasura-graphql-headers.type.d.ts +1 -1
- package/infra/hasura-graphql/types/nested-field.type.d.ts +1 -1
- package/infra/hasura-graphql/types/variable-options.type.d.ts +1 -1
- package/package.json +11 -5
- package/utils/decorators/trace.method.decorator.d.ts +3 -3
- package/utils/helpers/debug-decorator.helper.d.ts +1 -1
- package/utils/helpers/debug.helper.d.ts +3 -3
- package/utils/helpers/reflect.helper.d.ts +7 -7
- package/utils/index.d.ts +1 -1
- package/utils/mixins/merge-constructor-params.type.d.ts +2 -2
- package/utils/mixins/mixin-ctor.type.d.ts +1 -1
- package/utils/types/array-element.type.d.ts +1 -1
- package/utils/types/prop.type.d.ts +1 -1
- package/domain/shop-settings/enums/shop-page-name.enum.d.ts +0 -19
- package/domain/shop-settings/models/campaign-banner.d.ts +0 -11
- package/domain/shop-settings/models/campaign.d.ts +0 -10
- package/domain/shop-settings/models/types/campaign-page.d.ts +0 -17
- package/domain/shop-settings/models/types/sections.type.d.ts +0 -17
- package/domain/shop-settings/models/types/shop-gift.type.d.ts +0 -8
- package/domain/shop-settings/models/types/shop-post.type.d.ts +0 -7
- package/domain/shop-settings/repositories/campaign-banner.repository.d.ts +0 -4
- package/domain/shop-settings/repositories/campaign.repository.d.ts +0 -4
- package/esm2022/domain/shop-settings/enums/shop-page-name.enum.mjs +0 -21
- package/esm2022/domain/shop-settings/models/campaign-banner.mjs +0 -7
- package/esm2022/domain/shop-settings/models/campaign.mjs +0 -7
- package/esm2022/domain/shop-settings/models/index.mjs +0 -7
- package/esm2022/domain/shop-settings/models/types/campaign-page.mjs +0 -2
- package/esm2022/domain/shop-settings/models/types/index.mjs +0 -15
- package/esm2022/domain/shop-settings/models/types/sections.type.mjs +0 -2
- package/esm2022/domain/shop-settings/models/types/shop-gift.type.mjs +0 -2
- package/esm2022/domain/shop-settings/models/types/shop-post.type.mjs +0 -2
- package/esm2022/domain/shop-settings/repositories/campaign-banner.repository.mjs +0 -2
- package/esm2022/domain/shop-settings/repositories/campaign.repository.mjs +0 -2
- package/esm2022/domain/shop-settings/repositories/index.mjs +0 -6
- package/esm2022/domain/users/models/subscription/index.mjs +0 -5
- package/esm2022/domain/users/repositories/index.mjs +0 -9
- package/esm2022/infra/firebase/firestore/repositories/shop-settings/campaign-banner-firestore.repository.mjs +0 -14
- package/esm2022/infra/firebase/firestore/repositories/shop-settings/campaign-firestore.repository.mjs +0 -14
- package/esm2022/infra/firebase/firestore/repositories/shop-settings/index.mjs +0 -6
- package/esm2022/infra/firebase/firestore/repositories/users/index.mjs +0 -9
- package/esm2022/infra/hasura-graphql/mixins/helpers/bind-filter-query.helper.mjs +0 -71
- package/esm2022/infra/hasura-graphql/mixins/helpers/filter-option.helper.mjs +0 -22
- package/esm2022/infra/hasura-graphql/mixins/helpers/graphql-field.helper.mjs +0 -125
- package/esm2022/infra/hasura-graphql/mixins/with-hasura-graphql.mixin.mjs +0 -108
- package/esm2022/infra/hasura-graphql/repositories/catalog/category-hasura-graphql.repository.mjs +0 -339
- package/esm2022/infra/hasura-graphql/repositories/catalog/product-hasura-graphql.repository.mjs +0 -516
- package/esm2022/infra/hasura-graphql/repositories/catalog/wishlist-hasura-graphql.repository.mjs +0 -236
- package/esm2022/utils/helpers/debug.helper.mjs +0 -150
- package/fesm2022/infrab4a-connect.mjs.map +0 -1
- package/infra/firebase/firestore/repositories/shop-settings/campaign-banner-firestore.repository.d.ts +0 -7
- package/infra/firebase/firestore/repositories/shop-settings/campaign-firestore.repository.d.ts +0 -7
- /package/{esm2022 → esm2020}/domain/catalog/helpers/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/helpers/round-product-price.helper.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/category-base.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/category-collection-children.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/category-filter.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/category-for-product.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/category.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/enums/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/enums/product-genders.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/enums/shops.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/filter-option.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/filter.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/kit-product.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/product-base.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/product-for-category.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/product-for-kit.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/product.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/types/category-condition.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/types/category-metadata.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/types/category-product.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/types/product-evaluation.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/types/product-gender.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/types/product-metadata.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/types/product-review.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/types/shop-description.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/types/shop-price.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/types/stock.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/types/variant-grade.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/models/variant.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/repositories/category-collection-children.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/repositories/category-filter.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/repositories/category.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/repositories/filter-option.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/repositories/filter.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/repositories/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/repositories/product.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/repositories/subscription-product.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/repositories/variant.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/catalog/repositories/wishlist.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/model/base.model.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/model/identifier-fields.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/model/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/model/types/base-model-builder.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/model/types/identifier-model.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/model/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/model/types/model-base-structure.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/model/types/non-function-properties.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/model/types/non-function-property-name.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/create.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/crud.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/delete.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/enums/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/enums/update-option-actions.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/enums/where.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/find.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/get.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/read.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/types/repository-find-filters.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/types/repository-find-result.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/types/repository-limit-options.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/types/repository-order-by-list.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/types/repository-update-params.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/types/where-options.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/generic/repository/update.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/location/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/location/models/address.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/location/models/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/location/models/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/location/models/types/location-bound.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/location/models/types/location-geometry.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/location/models/types/location-lat-lng.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/enums/filter-type.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/enums/questions-filters.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/helpers/beauty-questions.helper.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/helpers/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/models/home.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/models/shop-menu.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/models/types/banner.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/models/types/benefit.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/models/types/home-data.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/models/types/menu-nav.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/models/types/shop-banner.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/models/types/shop-brands.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/models/types/shop-carousel.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/models/types/shop-collection.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/models/types/sub-menu.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/repositories/home.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/repositories/shop-menu.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shop-settings/repositories/shop-settings.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/buy-2-win.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/campaign-dashboard.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/campaign-hashtag.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/checkout.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/coupons/coupon.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/coupons/enums/coupon-club-mens.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/coupons/enums/coupon-subtypes.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/coupons/enums/coupon-types.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/coupons/enums/exclusivities.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/coupons/enums/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/coupons/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/enums/checkout-types.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/enums/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/enums/order-status.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/line-item.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/order.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/payment.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/shipping-method.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/subscription/checkout.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/subscription/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/subscription/plan.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/types/payment-address.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/types/payment-billing.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/types/payment-card.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/types/payment-customer.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/types/payment-document.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/types/payment-item.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/models/types/payment-shipping.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/repositories/buy-2-win.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/repositories/campaign-dashboard.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/repositories/campaign-hashtag.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/repositories/checkout.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/repositories/coupon.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/repositories/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/repositories/legacy-order.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/repositories/order.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/repositories/payment.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/repositories/subscription/checkout.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/repositories/subscription/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/shopping/repositories/subscription/plan.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/errors/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/errors/unauthorized.error.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/errors/user-already-registered.error.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/errors/weak-password.error.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/beauty-profile.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/accessory-importances.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/area.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/beard-problems.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/beard-sizes.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/beauty-product-importances.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/body-problems.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/body-shapes.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/body-tattoos.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/face-skin-oilinesses.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/face-skin-problems.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/face-skin-tones.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/family-incomes.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/fragrance-importances.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/hair-colors.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/hair-problems.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/hair-strands.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/hair-types.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/office-position.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/product-spents.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/enums/user-type.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/lead.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/subscription/edition.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/subscription/enums/billing-status.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/subscription/enums/edition-status.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/subscription/enums/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/subscription/enums/payment-type.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/subscription/enums/status.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/subscription/payment.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/user-address.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/user-payment-method.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/models/user.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/repositories/beauty-profile.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/repositories/edition.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/repositories/lead.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/repositories/subscription-payment.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/repositories/subscription.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/repositories/user-address.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/repositories/user-payment-method.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/repositories/user.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/services/authentication.service.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/services/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/services/register.service.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/services/types/basic-user-data.type.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/services/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/use-cases/authentication.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/use-cases/index.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/use-cases/recovery-password.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/use-cases/register.mjs +0 -0
- /package/{esm2022 → esm2020}/domain/users/use-cases/signout.mjs +0 -0
- /package/{esm2022 → esm2020}/errors/duplicated-results.error.mjs +0 -0
- /package/{esm2022 → esm2020}/errors/index.mjs +0 -0
- /package/{esm2022 → esm2020}/errors/invalid-argument.error.mjs +0 -0
- /package/{esm2022 → esm2020}/errors/not-found.error.mjs +0 -0
- /package/{esm2022 → esm2020}/errors/required-argument.error.mjs +0 -0
- /package/{esm2022 → esm2020}/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/elasticsearch/adapters/axios.adapter.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/elasticsearch/adapters/elastic-search.adapter.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/elasticsearch/adapters/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/elasticsearch/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/elasticsearch/indexes/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/elasticsearch/indexes/products-index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/elasticsearch/types/elastic-search-result.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/elasticsearch/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/auth/authentication-firebase-auth.service.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/auth/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/auth/register-firebase-auth.service.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/auth/types/firebase-user-with-id.type.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/enums/firestore-field-type.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/enums/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/mixins/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/mixins/with-create-firestore.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/mixins/with-crud-firestore.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/mixins/with-delete-firestore.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/mixins/with-find-firestore.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/mixins/with-firestore.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/mixins/with-get-firestore.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/mixins/with-helpers.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/mixins/with-sub-collection.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/mixins/with-update-firestore.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/catalog/category-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/catalog/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/catalog/product-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/catalog/product-variant-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/catalog/subscription-product-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shop-settings/home-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shop-settings/shop-menu-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shop-settings/shop-settings-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shopping/buy-2-win-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shopping/campaign-dashboard-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shopping/campaign-hashtag-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shopping/checkout-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shopping/checkout-subscription-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shopping/coupon-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shopping/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shopping/legacy-order-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shopping/order-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shopping/payment-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/shopping/subscription-plan-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/users/lead-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/users/subscription-edition-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/users/subscription-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/users/subscription-payment-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/users/user-address-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/users/user-beauty-profile-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/users/user-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/repositories/users/user-payment-method-firestore.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/types/firestore-interceptors.type.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/types/firestore-sub.repository.type.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/types/firestore.helpers.type.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/types/firestore.repository.type.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/firestore/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/firebase/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/enums/hasura-graphql-column-type.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/enums/hasura-graphql-where.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/enums/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/mixins/helpers/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/mixins/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/mixins/with-create-hasura-graphql.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/mixins/with-crud-hasura-graphql.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/mixins/with-delete-hasura-graphql.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/mixins/with-find-hasura-graphql.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/mixins/with-get-hasura-graphql.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/mixins/with-update-hasura-graphql.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/models/category-hasura-graphql.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/models/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/models/kit-product-hasura-graphql.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/models/product-hasura-graphql.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/models/variant-hasura-graphql.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/repositories/catalog/category-collection-children-hasura-graphql.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/repositories/catalog/category-filter-hasura-graphql.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/repositories/catalog/filter-hasura-graphql.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/repositories/catalog/filter-option-hasura-graphql.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/repositories/catalog/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/repositories/catalog/variant-hasura-graphql.repository.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/repositories/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/types/fields.type.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/types/graphql.repository.type.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/types/hasura-graphql-auth-options.type.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/types/hasura-graphql-fields.type.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/types/hasura-graphql-headers.type.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/types/nested-field.type.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/types/query-builder-options.type.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/hasura-graphql/types/variable-options.type.mjs +0 -0
- /package/{esm2022 → esm2020}/infra/index.mjs +0 -0
- /package/{esm2022 → esm2020}/infrab4a-connect.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/decorators/debug.class.decorator.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/decorators/index.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/decorators/trace.method.decorator.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/get.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/helpers/class-name.helper.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/helpers/index.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/index.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/is-uuid.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/is.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/log.utils.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/mixins/base.mixin.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/mixins/index.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/mixins/merge-constructor-params.type.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/mixins/mixin-ctor.type.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/parse-datetime.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/types/array-element.type.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/utils/types/prop.type.mjs +0 -0
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { CampaignBanner, CampaignBannerRepository } from '../../../../../domain';
|
|
2
|
-
import { FirestoreConstructorParams } from '../../mixins';
|
|
3
|
-
declare const CampaignBannerFirestoreRepository_base: import("../../../../../utils").MixinCtor<import("@infrab4a/connect").FirestoreRepository<CampaignBanner> & import("../../../../../domain").CrudRepository<CampaignBanner, import("../../../../../domain").CrudParams<CampaignBanner>> & import("@infrab4a/connect").FirestoreHelpers, [FirestoreConstructorParams<CampaignBanner>, ...any[]]>;
|
|
4
|
-
export declare class CampaignBannerFirestoreRepository extends CampaignBannerFirestoreRepository_base implements CampaignBannerRepository {
|
|
5
|
-
constructor({ firestore, interceptors, }: Pick<FirestoreConstructorParams<CampaignBanner>, 'firestore' | 'interceptors'>);
|
|
6
|
-
}
|
|
7
|
-
export {};
|
package/infra/firebase/firestore/repositories/shop-settings/campaign-firestore.repository.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Campaign, CampaignRepository } from '../../../../../domain';
|
|
2
|
-
import { FirestoreConstructorParams } from '../../mixins';
|
|
3
|
-
declare const CampaignFirestoreRepository_base: import("../../../../../utils").MixinCtor<import("@infrab4a/connect").FirestoreRepository<Campaign> & import("../../../../../domain").CrudRepository<Campaign, import("../../../../../domain").CrudParams<Campaign>> & import("@infrab4a/connect").FirestoreHelpers, [FirestoreConstructorParams<Campaign>, ...any[]]>;
|
|
4
|
-
export declare class CampaignFirestoreRepository extends CampaignFirestoreRepository_base implements CampaignRepository {
|
|
5
|
-
constructor({ firestore, interceptors }: Pick<FirestoreConstructorParams<Campaign>, 'firestore' | 'interceptors'>);
|
|
6
|
-
}
|
|
7
|
-
export {};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm2022 → esm2020}/domain/catalog/repositories/category-collection-children.repository.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm2022 → esm2020}/domain/catalog/repositories/subscription-product.repository.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm2022 → esm2020}/domain/generic/repository/types/repository-find-filters.type.mjs
RENAMED
|
File without changes
|
/package/{esm2022 → esm2020}/domain/generic/repository/types/repository-find-result.type.mjs
RENAMED
|
File without changes
|
/package/{esm2022 → esm2020}/domain/generic/repository/types/repository-limit-options.type.mjs
RENAMED
|
File without changes
|
/package/{esm2022 → esm2020}/domain/generic/repository/types/repository-order-by-list.type.mjs
RENAMED
|
File without changes
|
/package/{esm2022 → esm2020}/domain/generic/repository/types/repository-update-params.type.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm2022 → esm2020}/domain/shopping/repositories/subscription/checkout.repository.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|