@vendure/core 1.7.1 → 1.7.3
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/dist/api/config/generate-permissions.js +1 -1
- package/dist/api/decorators/allow.decorator.d.ts +11 -0
- package/dist/api/decorators/allow.decorator.js +11 -0
- package/dist/api/decorators/allow.decorator.js.map +1 -1
- package/dist/api/resolvers/admin/customer.resolver.d.ts +3 -1
- package/dist/api/resolvers/admin/customer.resolver.js +13 -2
- package/dist/api/resolvers/admin/customer.resolver.js.map +1 -1
- package/dist/api/resolvers/shop/shop-order.resolver.js +3 -11
- package/dist/api/resolvers/shop/shop-order.resolver.js.map +1 -1
- package/dist/api/schema/common/order.type.graphql +1 -0
- package/dist/common/constants.d.ts +2 -1
- package/dist/config/catalog/default-collection-filters.d.ts +19 -18
- package/dist/config/promotion/conditions/buy-x-get-y-free-condition.d.ts +7 -5
- package/dist/entity/asset/asset.entity.js +2 -4
- package/dist/entity/asset/asset.entity.js.map +1 -1
- package/dist/entity/asset/orderable-asset.entity.js +1 -3
- package/dist/entity/asset/orderable-asset.entity.js.map +1 -1
- package/dist/entity/authentication-method/external-authentication-method.entity.js +1 -3
- package/dist/entity/authentication-method/external-authentication-method.entity.js.map +1 -1
- package/dist/entity/authentication-method/native-authentication-method.entity.js +1 -3
- package/dist/entity/authentication-method/native-authentication-method.entity.js.map +1 -1
- package/dist/entity/channel/channel.entity.js +3 -5
- package/dist/entity/channel/channel.entity.js.map +1 -1
- package/dist/entity/collection/collection-asset.entity.js +2 -4
- package/dist/entity/collection/collection-asset.entity.js.map +1 -1
- package/dist/entity/collection/collection-translation.entity.js +2 -4
- package/dist/entity/collection/collection-translation.entity.js.map +1 -1
- package/dist/entity/country/country-translation.entity.js +2 -4
- package/dist/entity/country/country-translation.entity.js.map +1 -1
- package/dist/entity/country/country.entity.js +1 -3
- package/dist/entity/country/country.entity.js.map +1 -1
- package/dist/entity/customer-group/customer-group.entity.js +1 -3
- package/dist/entity/customer-group/customer-group.entity.js.map +1 -1
- package/dist/entity/fulfillment/fulfillment.entity.js +1 -3
- package/dist/entity/fulfillment/fulfillment.entity.js.map +1 -1
- package/dist/entity/global-settings/global-settings.entity.js +1 -3
- package/dist/entity/global-settings/global-settings.entity.js.map +1 -1
- package/dist/entity/order/order.entity.js +5 -3
- package/dist/entity/order/order.entity.js.map +1 -1
- package/dist/entity/product/product-asset.entity.js +2 -4
- package/dist/entity/product/product-asset.entity.js.map +1 -1
- package/dist/entity/product-variant/product-variant-asset.entity.js +2 -4
- package/dist/entity/product-variant/product-variant-asset.entity.js.map +1 -1
- package/dist/entity/role/role.entity.js +1 -3
- package/dist/entity/role/role.entity.js.map +1 -1
- package/dist/entity/tag/tag.entity.js +1 -3
- package/dist/entity/tag/tag.entity.js.map +1 -1
- package/dist/entity/user/user.entity.js +1 -3
- package/dist/entity/user/user.entity.js.map +1 -1
- package/dist/entity/zone/zone.entity.js +1 -3
- package/dist/entity/zone/zone.entity.js.map +1 -1
- package/dist/job-queue/in-memory-job-queue-strategy.d.ts +1 -1
- package/dist/plugin/default-search-plugin/fulltext-search.service.js +3 -0
- package/dist/plugin/default-search-plugin/fulltext-search.service.js.map +1 -1
- package/dist/plugin/default-search-plugin/search-strategy/mysql-search-strategy.js +10 -5
- package/dist/plugin/default-search-plugin/search-strategy/mysql-search-strategy.js.map +1 -1
- package/dist/plugin/default-search-plugin/search-strategy/postgres-search-strategy.js +6 -6
- package/dist/plugin/default-search-plugin/search-strategy/postgres-search-strategy.js.map +1 -1
- package/dist/plugin/default-search-plugin/search-strategy/search-strategy-utils.js +4 -4
- package/dist/plugin/default-search-plugin/search-strategy/sqlite-search-strategy.js +4 -4
- package/dist/service/services/collection.service.js +3 -0
- package/dist/service/services/collection.service.js.map +1 -1
- package/dist/service/services/customer-group.service.js +1 -0
- package/dist/service/services/customer-group.service.js.map +1 -1
- package/dist/service/services/customer.service.d.ts +9 -0
- package/dist/service/services/customer.service.js +31 -0
- package/dist/service/services/customer.service.js.map +1 -1
- package/dist/service/services/product-variant.service.js +1 -12
- package/dist/service/services/product-variant.service.js.map +1 -1
- package/package.json +3 -3
- package/cli/api/common/extract-session-token.d.ts +0 -3
- package/cli/api/common/extract-session-token.js +0 -35
- package/cli/api/common/extract-session-token.js.map +0 -1
- package/cli/api/common/get-api-type.d.ts +0 -3
- package/cli/api/common/get-api-type.js +0 -12
- package/cli/api/common/get-api-type.js.map +0 -1
- package/cli/api/common/graphql-value-transformer.d.ts +0 -30
- package/cli/api/common/graphql-value-transformer.js +0 -199
- package/cli/api/common/graphql-value-transformer.js.map +0 -1
- package/cli/api/common/id-codec.d.ts +0 -11
- package/cli/api/common/id-codec.js +0 -94
- package/cli/api/common/id-codec.js.map +0 -1
- package/cli/api/common/id-codec.service.d.ts +0 -7
- package/cli/api/common/id-codec.service.js +0 -33
- package/cli/api/common/id-codec.service.js.map +0 -1
- package/cli/api/common/parse-context.d.ts +0 -16
- package/cli/api/common/parse-context.js +0 -39
- package/cli/api/common/parse-context.js.map +0 -1
- package/cli/api/common/request-context.d.ts +0 -55
- package/cli/api/common/request-context.js +0 -143
- package/cli/api/common/request-context.js.map +0 -1
- package/cli/api/common/set-session-token.d.ts +0 -9
- package/cli/api/common/set-session-token.js +0 -27
- package/cli/api/common/set-session-token.js.map +0 -1
- package/cli/api/decorators/allow.decorator.d.ts +0 -3
- package/cli/api/decorators/allow.decorator.js +0 -8
- package/cli/api/decorators/allow.decorator.js.map +0 -1
- package/cli/api/decorators/api.decorator.d.ts +0 -1
- package/cli/api/decorators/api.decorator.js +0 -10
- package/cli/api/decorators/api.decorator.js.map +0 -1
- package/cli/api/decorators/request-context.decorator.d.ts +0 -1
- package/cli/api/decorators/request-context.decorator.js +0 -14
- package/cli/api/decorators/request-context.decorator.js.map +0 -1
- package/cli/api/decorators/transaction.decorator.d.ts +0 -3
- package/cli/api/decorators/transaction.decorator.js +0 -11
- package/cli/api/decorators/transaction.decorator.js.map +0 -1
- package/cli/api/index.d.ts +0 -11
- package/cli/api/index.js +0 -23
- package/cli/api/index.js.map +0 -1
- package/cli/api/middleware/auth-guard.d.ts +0 -21
- package/cli/api/middleware/auth-guard.js +0 -151
- package/cli/api/middleware/auth-guard.js.map +0 -1
- package/cli/api/middleware/exception-logger.filter.d.ts +0 -6
- package/cli/api/middleware/exception-logger.filter.js +0 -82
- package/cli/api/middleware/exception-logger.filter.js.map +0 -1
- package/cli/api/middleware/id-interceptor.d.ts +0 -12
- package/cli/api/middleware/id-interceptor.js +0 -56
- package/cli/api/middleware/id-interceptor.js.map +0 -1
- package/cli/api/middleware/transaction-interceptor.d.ts +0 -12
- package/cli/api/middleware/transaction-interceptor.js +0 -46
- package/cli/api/middleware/transaction-interceptor.js.map +0 -1
- package/cli/api/resolvers/admin/search.resolver.d.ts +0 -17
- package/cli/api/resolvers/admin/search.resolver.js +0 -81
- package/cli/api/resolvers/admin/search.resolver.js.map +0 -1
- package/cli/cache/index.d.ts +0 -1
- package/cli/cache/index.js +0 -14
- package/cli/cache/index.js.map +0 -1
- package/cli/cache/request-context-cache.service.d.ts +0 -9
- package/cli/cache/request-context-cache.service.js +0 -39
- package/cli/cache/request-context-cache.service.js.map +0 -1
- package/cli/cli/cli-utils.d.ts +0 -1
- package/cli/cli/cli-utils.js +0 -8
- package/cli/cli/cli-utils.js.map +0 -1
- package/cli/cli/index.d.ts +0 -1
- package/cli/cli/index.js +0 -14
- package/cli/cli/index.js.map +0 -1
- package/cli/cli/populate.d.ts +0 -5
- package/cli/cli/populate.js +0 -106
- package/cli/cli/populate.js.map +0 -1
- package/cli/cli/vendure-cli.d.ts +0 -2
- package/cli/cli/vendure-cli.js +0 -119
- package/cli/cli/vendure-cli.js.map +0 -1
- package/cli/common/async-queue.d.ts +0 -17
- package/cli/common/async-queue.js +0 -56
- package/cli/common/async-queue.js.map +0 -1
- package/cli/common/calculated-decorator.d.ts +0 -12
- package/cli/common/calculated-decorator.js +0 -22
- package/cli/common/calculated-decorator.js.map +0 -1
- package/cli/common/configurable-operation.d.ts +0 -53
- package/cli/common/configurable-operation.js +0 -96
- package/cli/common/configurable-operation.js.map +0 -1
- package/cli/common/constants.d.ts +0 -7
- package/cli/common/constants.js +0 -66
- package/cli/common/constants.js.map +0 -1
- package/cli/common/error/error-result.d.ts +0 -8
- package/cli/common/error/error-result.js +0 -11
- package/cli/common/error/error-result.js.map +0 -1
- package/cli/common/error/errors.d.ts +0 -31
- package/cli/common/error/errors.js +0 -48
- package/cli/common/error/errors.js.map +0 -1
- package/cli/common/error/generated-graphql-admin-errors.d.ts +0 -309
- package/cli/common/error/generated-graphql-admin-errors.js +0 -446
- package/cli/common/error/generated-graphql-admin-errors.js.map +0 -1
- package/cli/common/error/generated-graphql-shop-errors.d.ts +0 -254
- package/cli/common/error/generated-graphql-shop-errors.js +0 -370
- package/cli/common/error/generated-graphql-shop-errors.js.map +0 -1
- package/cli/common/finite-state-machine/finite-state-machine.d.ts +0 -14
- package/cli/common/finite-state-machine/finite-state-machine.js +0 -55
- package/cli/common/finite-state-machine/finite-state-machine.js.map +0 -1
- package/cli/common/finite-state-machine/merge-transition-definitions.d.ts +0 -2
- package/cli/common/finite-state-machine/merge-transition-definitions.js +0 -27
- package/cli/common/finite-state-machine/merge-transition-definitions.js.map +0 -1
- package/cli/common/finite-state-machine/types.d.ts +0 -16
- package/cli/common/finite-state-machine/types.js +0 -3
- package/cli/common/finite-state-machine/types.js.map +0 -1
- package/cli/common/finite-state-machine/validate-transition-definition.d.ts +0 -5
- package/cli/common/finite-state-machine/validate-transition-definition.js +0 -41
- package/cli/common/finite-state-machine/validate-transition-definition.js.map +0 -1
- package/cli/common/generate-public-id.d.ts +0 -1
- package/cli/common/generate-public-id.js +0 -10
- package/cli/common/generate-public-id.js.map +0 -1
- package/cli/common/index.d.ts +0 -15
- package/cli/common/index.js +0 -28
- package/cli/common/index.js.map +0 -1
- package/cli/common/injector.d.ts +0 -8
- package/cli/common/injector.js +0 -16
- package/cli/common/injector.js.map +0 -1
- package/cli/common/permission-definition.d.ts +0 -23
- package/cli/common/permission-definition.js +0 -53
- package/cli/common/permission-definition.js.map +0 -1
- package/cli/common/self-refreshing-cache.d.ts +0 -15
- package/cli/common/self-refreshing-cache.js +0 -56
- package/cli/common/self-refreshing-cache.js.map +0 -1
- package/cli/common/tax-utils.d.ts +0 -4
- package/cli/common/tax-utils.js +0 -20
- package/cli/common/tax-utils.js.map +0 -1
- package/cli/common/ttl-cache.d.ts +0 -13
- package/cli/common/ttl-cache.js +0 -48
- package/cli/common/ttl-cache.js.map +0 -1
- package/cli/common/types/adjustment-source.d.ts +0 -14
- package/cli/common/types/adjustment-source.js +0 -18
- package/cli/common/types/adjustment-source.js.map +0 -1
- package/cli/common/types/common-types.d.ts +0 -97
- package/cli/common/types/common-types.js +0 -3
- package/cli/common/types/common-types.js.map +0 -1
- package/cli/common/types/entity-relation-paths.d.ts +0 -16
- package/cli/common/types/entity-relation-paths.js +0 -3
- package/cli/common/types/entity-relation-paths.js.map +0 -1
- package/cli/common/types/injectable-strategy.d.ts +0 -5
- package/cli/common/types/injectable-strategy.js +0 -3
- package/cli/common/types/injectable-strategy.js.map +0 -1
- package/cli/common/types/locale-types.d.ts +0 -43
- package/cli/common/types/locale-types.js +0 -3
- package/cli/common/types/locale-types.js.map +0 -1
- package/cli/common/utils.d.ts +0 -11
- package/cli/common/utils.js +0 -66
- package/cli/common/utils.js.map +0 -1
- package/cli/config/asset-naming-strategy/asset-naming-strategy.d.ts +0 -6
- package/cli/config/asset-naming-strategy/asset-naming-strategy.js +0 -3
- package/cli/config/asset-naming-strategy/asset-naming-strategy.js.map +0 -1
- package/cli/config/asset-naming-strategy/default-asset-naming-strategy.d.ts +0 -11
- package/cli/config/asset-naming-strategy/default-asset-naming-strategy.js +0 -55
- package/cli/config/asset-naming-strategy/default-asset-naming-strategy.js.map +0 -1
- package/cli/config/asset-preview-strategy/asset-preview-strategy.d.ts +0 -6
- package/cli/config/asset-preview-strategy/asset-preview-strategy.js +0 -3
- package/cli/config/asset-preview-strategy/asset-preview-strategy.js.map +0 -1
- package/cli/config/asset-preview-strategy/no-asset-preview-strategy.d.ts +0 -6
- package/cli/config/asset-preview-strategy/no-asset-preview-strategy.js +0 -11
- package/cli/config/asset-preview-strategy/no-asset-preview-strategy.js.map +0 -1
- package/cli/config/asset-storage-strategy/asset-storage-strategy.d.ts +0 -13
- package/cli/config/asset-storage-strategy/asset-storage-strategy.js +0 -3
- package/cli/config/asset-storage-strategy/asset-storage-strategy.js.map +0 -1
- package/cli/config/asset-storage-strategy/no-asset-storage-strategy.d.ts +0 -13
- package/cli/config/asset-storage-strategy/no-asset-storage-strategy.js +0 -30
- package/cli/config/asset-storage-strategy/no-asset-storage-strategy.js.map +0 -1
- package/cli/config/auth/authentication-strategy.d.ts +0 -10
- package/cli/config/auth/authentication-strategy.js +0 -3
- package/cli/config/auth/authentication-strategy.js.map +0 -1
- package/cli/config/auth/bcrypt-password-hashing-strategy.d.ts +0 -7
- package/cli/config/auth/bcrypt-password-hashing-strategy.js +0 -21
- package/cli/config/auth/bcrypt-password-hashing-strategy.js.map +0 -1
- package/cli/config/auth/default-password-validation-strategy.d.ts +0 -10
- package/cli/config/auth/default-password-validation-strategy.js +0 -24
- package/cli/config/auth/default-password-validation-strategy.js.map +0 -1
- package/cli/config/auth/native-authentication-strategy.d.ts +0 -21
- package/cli/config/auth/native-authentication-strategy.js +0 -87
- package/cli/config/auth/native-authentication-strategy.js.map +0 -1
- package/cli/config/auth/password-hashing-strategy.d.ts +0 -5
- package/cli/config/auth/password-hashing-strategy.js +0 -3
- package/cli/config/auth/password-hashing-strategy.js.map +0 -1
- package/cli/config/auth/password-validation-strategy.d.ts +0 -5
- package/cli/config/auth/password-validation-strategy.js +0 -3
- package/cli/config/auth/password-validation-strategy.js.map +0 -1
- package/cli/config/catalog/collection-filter.d.ts +0 -13
- package/cli/config/catalog/collection-filter.js +0 -15
- package/cli/config/catalog/collection-filter.js.map +0 -1
- package/cli/config/catalog/default-collection-filters.d.ts +0 -52
- package/cli/config/catalog/default-collection-filters.js +0 -112
- package/cli/config/catalog/default-collection-filters.js.map +0 -1
- package/cli/config/catalog/default-product-variant-price-calculation-strategy.d.ts +0 -8
- package/cli/config/catalog/default-product-variant-price-calculation-strategy.js +0 -31
- package/cli/config/catalog/default-product-variant-price-calculation-strategy.js.map +0 -1
- package/cli/config/catalog/default-stock-display-strategy.d.ts +0 -8
- package/cli/config/catalog/default-stock-display-strategy.js +0 -17
- package/cli/config/catalog/default-stock-display-strategy.js.map +0 -1
- package/cli/config/catalog/product-variant-price-calculation-strategy.d.ts +0 -13
- package/cli/config/catalog/product-variant-price-calculation-strategy.js +0 -3
- package/cli/config/catalog/product-variant-price-calculation-strategy.js.map +0 -1
- package/cli/config/catalog/stock-display-strategy.d.ts +0 -6
- package/cli/config/catalog/stock-display-strategy.js +0 -3
- package/cli/config/catalog/stock-display-strategy.js.map +0 -1
- package/cli/config/config-helpers.d.ts +0 -3
- package/cli/config/config-helpers.js +0 -15
- package/cli/config/config-helpers.js.map +0 -1
- package/cli/config/config.module.d.ts +0 -16
- package/cli/config/config.module.js +0 -120
- package/cli/config/config.module.js.map +0 -1
- package/cli/config/config.service.d.ts +0 -30
- package/cli/config/config.service.js +0 -86
- package/cli/config/config.service.js.map +0 -1
- package/cli/config/custom-field/custom-field-types.d.ts +0 -65
- package/cli/config/custom-field/custom-field-types.js +0 -3
- package/cli/config/custom-field/custom-field-types.js.map +0 -1
- package/cli/config/default-config.d.ts +0 -2
- package/cli/config/default-config.js +0 -174
- package/cli/config/default-config.js.map +0 -1
- package/cli/config/entity-id-strategy/auto-increment-id-strategy.d.ts +0 -6
- package/cli/config/entity-id-strategy/auto-increment-id-strategy.js +0 -17
- package/cli/config/entity-id-strategy/auto-increment-id-strategy.js.map +0 -1
- package/cli/config/entity-id-strategy/entity-id-strategy.d.ts +0 -7
- package/cli/config/entity-id-strategy/entity-id-strategy.js +0 -3
- package/cli/config/entity-id-strategy/entity-id-strategy.js.map +0 -1
- package/cli/config/entity-id-strategy/uuid-id-strategy.d.ts +0 -6
- package/cli/config/entity-id-strategy/uuid-id-strategy.js +0 -16
- package/cli/config/entity-id-strategy/uuid-id-strategy.js.map +0 -1
- package/cli/config/fulfillment/custom-fulfillment-process.d.ts +0 -9
- package/cli/config/fulfillment/custom-fulfillment-process.js +0 -3
- package/cli/config/fulfillment/custom-fulfillment-process.js.map +0 -1
- package/cli/config/fulfillment/fulfillment-handler.d.ts +0 -21
- package/cli/config/fulfillment/fulfillment-handler.js +0 -23
- package/cli/config/fulfillment/fulfillment-handler.js.map +0 -1
- package/cli/config/fulfillment/manual-fulfillment-handler.d.ts +0 -11
- package/cli/config/fulfillment/manual-fulfillment-handler.js +0 -26
- package/cli/config/fulfillment/manual-fulfillment-handler.js.map +0 -1
- package/cli/config/index.d.ts +0 -61
- package/cli/config/index.js +0 -74
- package/cli/config/index.js.map +0 -1
- package/cli/config/job-queue/inspectable-job-queue-strategy.d.ts +0 -12
- package/cli/config/job-queue/inspectable-job-queue-strategy.js +0 -11
- package/cli/config/job-queue/inspectable-job-queue-strategy.js.map +0 -1
- package/cli/config/job-queue/job-queue-strategy.d.ts +0 -8
- package/cli/config/job-queue/job-queue-strategy.js +0 -3
- package/cli/config/job-queue/job-queue-strategy.js.map +0 -1
- package/cli/config/logger/default-logger.d.ts +0 -24
- package/cli/config/logger/default-logger.js +0 -90
- package/cli/config/logger/default-logger.js.map +0 -1
- package/cli/config/logger/noop-logger.d.ts +0 -8
- package/cli/config/logger/noop-logger.js +0 -17
- package/cli/config/logger/noop-logger.js.map +0 -1
- package/cli/config/logger/typeorm-logger.d.ts +0 -15
- package/cli/config/logger/typeorm-logger.js +0 -74
- package/cli/config/logger/typeorm-logger.js.map +0 -1
- package/cli/config/logger/vendure-logger.d.ts +0 -32
- package/cli/config/logger/vendure-logger.js +0 -68
- package/cli/config/logger/vendure-logger.js.map +0 -1
- package/cli/config/merge-config.d.ts +0 -2
- package/cli/config/merge-config.js +0 -34
- package/cli/config/merge-config.js.map +0 -1
- package/cli/config/order/changed-price-handling-strategy.d.ts +0 -7
- package/cli/config/order/changed-price-handling-strategy.js +0 -3
- package/cli/config/order/changed-price-handling-strategy.js.map +0 -1
- package/cli/config/order/custom-order-process.d.ts +0 -9
- package/cli/config/order/custom-order-process.js +0 -3
- package/cli/config/order/custom-order-process.js.map +0 -1
- package/cli/config/order/default-changed-price-handling-strategy.d.ts +0 -6
- package/cli/config/order/default-changed-price-handling-strategy.js +0 -10
- package/cli/config/order/default-changed-price-handling-strategy.js.map +0 -1
- package/cli/config/order/default-order-item-price-calculation-strategy.d.ts +0 -7
- package/cli/config/order/default-order-item-price-calculation-strategy.js +0 -13
- package/cli/config/order/default-order-item-price-calculation-strategy.js.map +0 -1
- package/cli/config/order/default-order-placed-strategy.d.ts +0 -7
- package/cli/config/order/default-order-placed-strategy.js +0 -13
- package/cli/config/order/default-order-placed-strategy.js.map +0 -1
- package/cli/config/order/default-stock-allocation-strategy.d.ts +0 -7
- package/cli/config/order/default-stock-allocation-strategy.js +0 -11
- package/cli/config/order/default-stock-allocation-strategy.js.map +0 -1
- package/cli/config/order/merge-orders-strategy.d.ts +0 -7
- package/cli/config/order/merge-orders-strategy.js +0 -29
- package/cli/config/order/merge-orders-strategy.js.map +0 -1
- package/cli/config/order/order-by-code-access-strategy.d.ts +0 -11
- package/cli/config/order/order-by-code-access-strategy.js +0 -25
- package/cli/config/order/order-by-code-access-strategy.js.map +0 -1
- package/cli/config/order/order-code-strategy.d.ts +0 -8
- package/cli/config/order/order-code-strategy.js +0 -11
- package/cli/config/order/order-code-strategy.js.map +0 -1
- package/cli/config/order/order-item-price-calculation-strategy.d.ts +0 -9
- package/cli/config/order/order-item-price-calculation-strategy.js +0 -3
- package/cli/config/order/order-item-price-calculation-strategy.js.map +0 -1
- package/cli/config/order/order-merge-strategy.d.ts +0 -14
- package/cli/config/order/order-merge-strategy.js +0 -12
- package/cli/config/order/order-merge-strategy.js.map +0 -1
- package/cli/config/order/order-placed-strategy.d.ts +0 -7
- package/cli/config/order/order-placed-strategy.js +0 -3
- package/cli/config/order/order-placed-strategy.js.map +0 -1
- package/cli/config/order/stock-allocation-strategy.d.ts +0 -7
- package/cli/config/order/stock-allocation-strategy.js +0 -3
- package/cli/config/order/stock-allocation-strategy.js.map +0 -1
- package/cli/config/order/use-existing-strategy.d.ts +0 -6
- package/cli/config/order/use-existing-strategy.js +0 -11
- package/cli/config/order/use-existing-strategy.js.map +0 -1
- package/cli/config/order/use-guest-if-existing-empty-strategy.d.ts +0 -6
- package/cli/config/order/use-guest-if-existing-empty-strategy.js +0 -13
- package/cli/config/order/use-guest-if-existing-empty-strategy.js.map +0 -1
- package/cli/config/order/use-guest-strategy.d.ts +0 -6
- package/cli/config/order/use-guest-strategy.js +0 -11
- package/cli/config/order/use-guest-strategy.js.map +0 -1
- package/cli/config/payment/custom-payment-process.d.ts +0 -9
- package/cli/config/payment/custom-payment-process.js +0 -3
- package/cli/config/payment/custom-payment-process.js.map +0 -1
- package/cli/config/payment/dummy-payment-method-handler.d.ts +0 -17
- package/cli/config/payment/dummy-payment-method-handler.js +0 -74
- package/cli/config/payment/dummy-payment-method-handler.js.map +0 -1
- package/cli/config/payment/example-payment-method-handler.d.ts +0 -11
- package/cli/config/payment/example-payment-method-handler.js +0 -59
- package/cli/config/payment/example-payment-method-handler.js.map +0 -1
- package/cli/config/payment/payment-method-eligibility-checker.d.ts +0 -13
- package/cli/config/payment/payment-method-eligibility-checker.js +0 -15
- package/cli/config/payment/payment-method-eligibility-checker.js.map +0 -1
- package/cli/config/payment/payment-method-handler.d.ts +0 -73
- package/cli/config/payment/payment-method-handler.js +0 -36
- package/cli/config/payment/payment-method-handler.js.map +0 -1
- package/cli/config/promotion/actions/buy-x-get-y-free-action.d.ts +0 -37
- package/cli/config/promotion/actions/buy-x-get-y-free-action.js +0 -30
- package/cli/config/promotion/actions/buy-x-get-y-free-action.js.map +0 -1
- package/cli/config/promotion/actions/facet-values-percentage-discount-action.d.ts +0 -17
- package/cli/config/promotion/actions/facet-values-percentage-discount-action.js +0 -39
- package/cli/config/promotion/actions/facet-values-percentage-discount-action.js.map +0 -1
- package/cli/config/promotion/actions/free-shipping-action.d.ts +0 -2
- package/cli/config/promotion/actions/free-shipping-action.js +0 -14
- package/cli/config/promotion/actions/free-shipping-action.js.map +0 -1
- package/cli/config/promotion/actions/order-fixed-discount-action.d.ts +0 -9
- package/cli/config/promotion/actions/order-fixed-discount-action.js +0 -21
- package/cli/config/promotion/actions/order-fixed-discount-action.js.map +0 -1
- package/cli/config/promotion/actions/order-percentage-discount-action.d.ts +0 -10
- package/cli/config/promotion/actions/order-percentage-discount-action.js +0 -23
- package/cli/config/promotion/actions/order-percentage-discount-action.js.map +0 -1
- package/cli/config/promotion/actions/product-percentage-discount-action.d.ts +0 -22
- package/cli/config/promotion/actions/product-percentage-discount-action.js +0 -36
- package/cli/config/promotion/actions/product-percentage-discount-action.js.map +0 -1
- package/cli/config/promotion/conditions/buy-x-get-y-free-condition.d.ts +0 -37
- package/cli/config/promotion/conditions/buy-x-get-y-free-condition.js +0 -71
- package/cli/config/promotion/conditions/buy-x-get-y-free-condition.js.map +0 -1
- package/cli/config/promotion/conditions/contains-products-condition.d.ts +0 -19
- package/cli/config/promotion/conditions/contains-products-condition.js +0 -38
- package/cli/config/promotion/conditions/contains-products-condition.js.map +0 -1
- package/cli/config/promotion/conditions/customer-group-condition.d.ts +0 -14
- package/cli/config/promotion/conditions/customer-group-condition.js +0 -72
- package/cli/config/promotion/conditions/customer-group-condition.js.map +0 -1
- package/cli/config/promotion/conditions/has-facet-values-condition.d.ts +0 -14
- package/cli/config/promotion/conditions/has-facet-values-condition.js +0 -31
- package/cli/config/promotion/conditions/has-facet-values-condition.js.map +0 -1
- package/cli/config/promotion/conditions/min-order-amount-condition.d.ts +0 -14
- package/cli/config/promotion/conditions/min-order-amount-condition.js +0 -27
- package/cli/config/promotion/conditions/min-order-amount-condition.js.map +0 -1
- package/cli/config/promotion/index.d.ts +0 -170
- package/cli/config/promotion/index.js +0 -50
- package/cli/config/promotion/index.js.map +0 -1
- package/cli/config/promotion/promotion-action.d.ts +0 -56
- package/cli/config/promotion/promotion-action.js +0 -49
- package/cli/config/promotion/promotion-action.js.map +0 -1
- package/cli/config/promotion/promotion-condition.d.ts +0 -19
- package/cli/config/promotion/promotion-condition.js +0 -19
- package/cli/config/promotion/promotion-condition.js.map +0 -1
- package/cli/config/promotion/utils/facet-value-checker.d.ts +0 -9
- package/cli/config/promotion/utils/facet-value-checker.js +0 -31
- package/cli/config/promotion/utils/facet-value-checker.js.map +0 -1
- package/cli/config/session-cache/in-memory-session-cache-strategy.d.ts +0 -11
- package/cli/config/session-cache/in-memory-session-cache-strategy.js +0 -44
- package/cli/config/session-cache/in-memory-session-cache-strategy.js.map +0 -1
- package/cli/config/session-cache/noop-session-cache-strategy.d.ts +0 -7
- package/cli/config/session-cache/noop-session-cache-strategy.js +0 -19
- package/cli/config/session-cache/noop-session-cache-strategy.js.map +0 -1
- package/cli/config/session-cache/session-cache-strategy.d.ts +0 -25
- package/cli/config/session-cache/session-cache-strategy.js +0 -3
- package/cli/config/session-cache/session-cache-strategy.js.map +0 -1
- package/cli/config/shipping-method/default-shipping-calculator.d.ts +0 -51
- package/cli/config/shipping-method/default-shipping-calculator.js +0 -69
- package/cli/config/shipping-method/default-shipping-calculator.js.map +0 -1
- package/cli/config/shipping-method/default-shipping-eligibility-checker.d.ts +0 -19
- package/cli/config/shipping-method/default-shipping-eligibility-checker.js +0 -27
- package/cli/config/shipping-method/default-shipping-eligibility-checker.js.map +0 -1
- package/cli/config/shipping-method/shipping-calculator.d.ts +0 -20
- package/cli/config/shipping-method/shipping-calculator.js +0 -15
- package/cli/config/shipping-method/shipping-calculator.js.map +0 -1
- package/cli/config/shipping-method/shipping-eligibility-checker.d.ts +0 -19
- package/cli/config/shipping-method/shipping-eligibility-checker.js +0 -38
- package/cli/config/shipping-method/shipping-eligibility-checker.js.map +0 -1
- package/cli/config/tax/default-tax-line-calculation-strategy.d.ts +0 -5
- package/cli/config/tax/default-tax-line-calculation-strategy.js +0 -11
- package/cli/config/tax/default-tax-line-calculation-strategy.js.map +0 -1
- package/cli/config/tax/default-tax-zone-strategy.d.ts +0 -6
- package/cli/config/tax/default-tax-zone-strategy.js +0 -10
- package/cli/config/tax/default-tax-zone-strategy.js.map +0 -1
- package/cli/config/tax/tax-line-calculation-strategy.d.ts +0 -17
- package/cli/config/tax/tax-line-calculation-strategy.js +0 -3
- package/cli/config/tax/tax-line-calculation-strategy.js.map +0 -1
- package/cli/config/tax/tax-zone-strategy.d.ts +0 -6
- package/cli/config/tax/tax-zone-strategy.js +0 -3
- package/cli/config/tax/tax-zone-strategy.js.map +0 -1
- package/cli/config/vendure-config.d.ts +0 -192
- package/cli/config/vendure-config.js +0 -3
- package/cli/config/vendure-config.js.map +0 -1
- package/cli/connection/connection.module.d.ts +0 -7
- package/cli/connection/connection.module.js +0 -61
- package/cli/connection/connection.module.js.map +0 -1
- package/cli/connection/transaction-subscriber.d.ts +0 -19
- package/cli/connection/transaction-subscriber.js +0 -54
- package/cli/connection/transaction-subscriber.js.map +0 -1
- package/cli/connection/transaction-wrapper.d.ts +0 -9
- package/cli/connection/transaction-wrapper.js +0 -79
- package/cli/connection/transaction-wrapper.js.map +0 -1
- package/cli/connection/transactional-connection.d.ts +0 -25
- package/cli/connection/transactional-connection.js +0 -170
- package/cli/connection/transactional-connection.js.map +0 -1
- package/cli/connection/types.d.ts +0 -8
- package/cli/connection/types.js +0 -3
- package/cli/connection/types.js.map +0 -1
- package/cli/entity/address/address.entity.d.ts +0 -22
- package/cli/entity/address/address.entity.js +0 -80
- package/cli/entity/address/address.entity.js.map +0 -1
- package/cli/entity/administrator/administrator.entity.d.ts +0 -15
- package/cli/entity/administrator/administrator.entity.js +0 -52
- package/cli/entity/administrator/administrator.entity.js.map +0 -1
- package/cli/entity/asset/asset.entity.d.ts +0 -26
- package/cli/entity/asset/asset.entity.js +0 -79
- package/cli/entity/asset/asset.entity.js.map +0 -1
- package/cli/entity/asset/orderable-asset.entity.d.ts +0 -10
- package/cli/entity/asset/orderable-asset.entity.js +0 -34
- package/cli/entity/asset/orderable-asset.entity.js.map +0 -1
- package/cli/entity/authentication-method/authentication-method.entity.d.ts +0 -5
- package/cli/entity/authentication-method/authentication-method.entity.js +0 -27
- package/cli/entity/authentication-method/authentication-method.entity.js.map +0 -1
- package/cli/entity/authentication-method/external-authentication-method.entity.d.ts +0 -8
- package/cli/entity/authentication-method/external-authentication-method.entity.js +0 -37
- package/cli/entity/authentication-method/external-authentication-method.entity.js.map +0 -1
- package/cli/entity/authentication-method/native-authentication-method.entity.d.ts +0 -11
- package/cli/entity/authentication-method/native-authentication-method.entity.js +0 -49
- package/cli/entity/authentication-method/native-authentication-method.entity.js.map +0 -1
- package/cli/entity/base/base.entity.d.ts +0 -7
- package/cli/entity/base/base.entity.js +0 -37
- package/cli/entity/base/base.entity.js.map +0 -1
- package/cli/entity/channel/channel.entity.d.ts +0 -17
- package/cli/entity/channel/channel.entity.js +0 -67
- package/cli/entity/channel/channel.entity.js.map +0 -1
- package/cli/entity/collection/collection-asset.entity.d.ts +0 -8
- package/cli/entity/collection/collection-asset.entity.js +0 -34
- package/cli/entity/collection/collection-asset.entity.js.map +0 -1
- package/cli/entity/collection/collection-translation.entity.d.ts +0 -16
- package/cli/entity/collection/collection-translation.entity.js +0 -52
- package/cli/entity/collection/collection-translation.entity.js.map +0 -1
- package/cli/entity/collection/collection.entity.d.ts +0 -29
- package/cli/entity/collection/collection.entity.js +0 -81
- package/cli/entity/collection/collection.entity.js.map +0 -1
- package/cli/entity/country/country-translation.entity.d.ts +0 -14
- package/cli/entity/country/country-translation.entity.js +0 -44
- package/cli/entity/country/country-translation.entity.js.map +0 -1
- package/cli/entity/country/country.entity.d.ts +0 -13
- package/cli/entity/country/country.entity.js +0 -43
- package/cli/entity/country/country.entity.js.map +0 -1
- package/cli/entity/custom-entity-fields.d.ts +0 -68
- package/cli/entity/custom-entity-fields.js +0 -106
- package/cli/entity/custom-entity-fields.js.map +0 -1
- package/cli/entity/customer/customer.entity.d.ts +0 -25
- package/cli/entity/customer/customer.entity.js +0 -82
- package/cli/entity/customer/customer.entity.js.map +0 -1
- package/cli/entity/customer-group/customer-group.entity.d.ts +0 -11
- package/cli/entity/customer-group/customer-group.entity.js +0 -39
- package/cli/entity/customer-group/customer-group.entity.js.map +0 -1
- package/cli/entity/entities.d.ts +0 -124
- package/cli/entity/entities.js +0 -128
- package/cli/entity/entities.js.map +0 -1
- package/cli/entity/entity-id.decorator.d.ts +0 -18
- package/cli/entity/entity-id.decorator.js +0 -40
- package/cli/entity/entity-id.decorator.js.map +0 -1
- package/cli/entity/facet/facet-translation.entity.d.ts +0 -14
- package/cli/entity/facet/facet-translation.entity.js +0 -44
- package/cli/entity/facet/facet-translation.entity.js.map +0 -1
- package/cli/entity/facet/facet.entity.d.ts +0 -18
- package/cli/entity/facet/facet.entity.js +0 -54
- package/cli/entity/facet/facet.entity.js.map +0 -1
- package/cli/entity/facet-value/facet-value-translation.entity.d.ts +0 -13
- package/cli/entity/facet-value/facet-value-translation.entity.js +0 -44
- package/cli/entity/facet-value/facet-value-translation.entity.js.map +0 -1
- package/cli/entity/facet-value/facet-value.entity.d.ts +0 -17
- package/cli/entity/facet-value/facet-value.entity.js +0 -50
- package/cli/entity/facet-value/facet-value.entity.js.map +0 -1
- package/cli/entity/fulfillment/fulfillment.entity.d.ts +0 -15
- package/cli/entity/fulfillment/fulfillment.entity.js +0 -51
- package/cli/entity/fulfillment/fulfillment.entity.js.map +0 -1
- package/cli/entity/global-settings/global-settings.entity.d.ts +0 -12
- package/cli/entity/global-settings/global-settings.entity.js +0 -42
- package/cli/entity/global-settings/global-settings.entity.js.map +0 -1
- package/cli/entity/history-entry/customer-history-entry.entity.d.ts +0 -7
- package/cli/entity/history-entry/customer-history-entry.entity.js +0 -30
- package/cli/entity/history-entry/customer-history-entry.entity.js.map +0 -1
- package/cli/entity/history-entry/history-entry.entity.d.ts +0 -9
- package/cli/entity/history-entry/history-entry.entity.js +0 -40
- package/cli/entity/history-entry/history-entry.entity.js.map +0 -1
- package/cli/entity/history-entry/order-history-entry.entity.d.ts +0 -7
- package/cli/entity/history-entry/order-history-entry.entity.js +0 -30
- package/cli/entity/history-entry/order-history-entry.entity.js.map +0 -1
- package/cli/entity/index.d.ts +0 -52
- package/cli/entity/index.js +0 -65
- package/cli/entity/index.js.map +0 -1
- package/cli/entity/order/order.entity.d.ts +0 -48
- package/cli/entity/order/order.entity.js +0 -277
- package/cli/entity/order/order.entity.js.map +0 -1
- package/cli/entity/order-item/order-item.entity.d.ts +0 -35
- package/cli/entity/order-item/order-item.entity.js +0 -182
- package/cli/entity/order-item/order-item.entity.js.map +0 -1
- package/cli/entity/order-line/order-line.entity.d.ts +0 -44
- package/cli/entity/order-line/order-line.entity.js +0 -275
- package/cli/entity/order-line/order-line.entity.js.map +0 -1
- package/cli/entity/order-modification/order-modification.entity.d.ts +0 -21
- package/cli/entity/order-modification/order-modification.entity.js +0 -81
- package/cli/entity/order-modification/order-modification.entity.js.map +0 -1
- package/cli/entity/payment/payment.entity.d.ts +0 -17
- package/cli/entity/payment/payment.entity.js +0 -59
- package/cli/entity/payment/payment.entity.js.map +0 -1
- package/cli/entity/payment-method/payment-method.entity.d.ts +0 -18
- package/cli/entity/payment-method/payment-method.entity.js +0 -60
- package/cli/entity/payment-method/payment-method.entity.js.map +0 -1
- package/cli/entity/product/product-asset.entity.d.ts +0 -8
- package/cli/entity/product/product-asset.entity.js +0 -34
- package/cli/entity/product/product-asset.entity.js.map +0 -1
- package/cli/entity/product/product-translation.entity.d.ts +0 -16
- package/cli/entity/product/product-translation.entity.js +0 -52
- package/cli/entity/product/product-translation.entity.js.map +0 -1
- package/cli/entity/product/product.entity.d.ts +0 -28
- package/cli/entity/product/product.entity.js +0 -75
- package/cli/entity/product/product.entity.js.map +0 -1
- package/cli/entity/product-option/product-option-translation.entity.d.ts +0 -14
- package/cli/entity/product-option/product-option-translation.entity.js +0 -44
- package/cli/entity/product-option/product-option-translation.entity.js.map +0 -1
- package/cli/entity/product-option/product-option.entity.d.ts +0 -17
- package/cli/entity/product-option/product-option.entity.js +0 -53
- package/cli/entity/product-option/product-option.entity.js.map +0 -1
- package/cli/entity/product-option-group/product-option-group-translation.entity.d.ts +0 -14
- package/cli/entity/product-option-group/product-option-group-translation.entity.js +0 -44
- package/cli/entity/product-option-group/product-option-group-translation.entity.js.map +0 -1
- package/cli/entity/product-option-group/product-option-group.entity.d.ts +0 -18
- package/cli/entity/product-option-group/product-option-group.entity.js +0 -53
- package/cli/entity/product-option-group/product-option-group.entity.js.map +0 -1
- package/cli/entity/product-variant/product-variant-asset.entity.d.ts +0 -8
- package/cli/entity/product-variant/product-variant-asset.entity.js +0 -34
- package/cli/entity/product-variant/product-variant-asset.entity.js.map +0 -1
- package/cli/entity/product-variant/product-variant-price.entity.d.ts +0 -9
- package/cli/entity/product-variant/product-variant-price.entity.js +0 -39
- package/cli/entity/product-variant/product-variant-price.entity.js.map +0 -1
- package/cli/entity/product-variant/product-variant-translation.entity.d.ts +0 -14
- package/cli/entity/product-variant/product-variant-translation.entity.js +0 -44
- package/cli/entity/product-variant/product-variant-translation.entity.js.map +0 -1
- package/cli/entity/product-variant/product-variant.entity.d.ts +0 -49
- package/cli/entity/product-variant/product-variant.entity.js +0 -155
- package/cli/entity/product-variant/product-variant.entity.js.map +0 -1
- package/cli/entity/promotion/promotion.entity.d.ts +0 -56
- package/cli/entity/promotion/promotion.entity.js +0 -157
- package/cli/entity/promotion/promotion.entity.js.map +0 -1
- package/cli/entity/refund/refund.entity.d.ts +0 -21
- package/cli/entity/refund/refund.entity.js +0 -78
- package/cli/entity/refund/refund.entity.js.map +0 -1
- package/cli/entity/role/role.entity.d.ts +0 -12
- package/cli/entity/role/role.entity.js +0 -43
- package/cli/entity/role/role.entity.js.map +0 -1
- package/cli/entity/session/anonymous-session.entity.d.ts +0 -5
- package/cli/entity/session/anonymous-session.entity.js +0 -25
- package/cli/entity/session/anonymous-session.entity.js.map +0 -1
- package/cli/entity/session/authenticated-session.entity.d.ts +0 -8
- package/cli/entity/session/authenticated-session.entity.js +0 -34
- package/cli/entity/session/authenticated-session.entity.js.map +0 -1
- package/cli/entity/session/session.entity.d.ts +0 -13
- package/cli/entity/session/session.entity.js +0 -54
- package/cli/entity/session/session.entity.js.map +0 -1
- package/cli/entity/shipping-line/shipping-line.entity.d.ts +0 -24
- package/cli/entity/shipping-line/shipping-line.entity.js +0 -128
- package/cli/entity/shipping-line/shipping-line.entity.js.map +0 -1
- package/cli/entity/shipping-method/shipping-method-translation.entity.d.ts +0 -16
- package/cli/entity/shipping-method/shipping-method-translation.entity.js +0 -48
- package/cli/entity/shipping-method/shipping-method-translation.entity.js.map +0 -1
- package/cli/entity/shipping-method/shipping-method.entity.d.ts +0 -28
- package/cli/entity/shipping-method/shipping-method.entity.js +0 -92
- package/cli/entity/shipping-method/shipping-method.entity.js.map +0 -1
- package/cli/entity/stock-movement/allocation.entity.d.ts +0 -9
- package/cli/entity/stock-movement/allocation.entity.js +0 -32
- package/cli/entity/stock-movement/allocation.entity.js.map +0 -1
- package/cli/entity/stock-movement/cancellation.entity.d.ts +0 -9
- package/cli/entity/stock-movement/cancellation.entity.js +0 -32
- package/cli/entity/stock-movement/cancellation.entity.js.map +0 -1
- package/cli/entity/stock-movement/release.entity.d.ts +0 -9
- package/cli/entity/stock-movement/release.entity.js +0 -32
- package/cli/entity/stock-movement/release.entity.js.map +0 -1
- package/cli/entity/stock-movement/sale.entity.d.ts +0 -9
- package/cli/entity/stock-movement/sale.entity.js +0 -32
- package/cli/entity/stock-movement/sale.entity.js.map +0 -1
- package/cli/entity/stock-movement/stock-adjustment.entity.d.ts +0 -7
- package/cli/entity/stock-movement/stock-adjustment.entity.js +0 -27
- package/cli/entity/stock-movement/stock-adjustment.entity.js.map +0 -1
- package/cli/entity/stock-movement/stock-movement.entity.d.ts +0 -8
- package/cli/entity/stock-movement/stock-movement.entity.js +0 -36
- package/cli/entity/stock-movement/stock-movement.entity.js.map +0 -1
- package/cli/entity/surcharge/surcharge.entity.d.ts +0 -18
- package/cli/entity/surcharge/surcharge.entity.js +0 -82
- package/cli/entity/surcharge/surcharge.entity.js.map +0 -1
- package/cli/entity/tag/tag.entity.d.ts +0 -6
- package/cli/entity/tag/tag.entity.js +0 -29
- package/cli/entity/tag/tag.entity.js.map +0 -1
- package/cli/entity/tax-category/tax-category.entity.d.ts +0 -10
- package/cli/entity/tax-category/tax-category.entity.js +0 -38
- package/cli/entity/tax-category/tax-category.entity.js.map +0 -1
- package/cli/entity/tax-rate/tax-rate.entity.d.ts +0 -24
- package/cli/entity/tax-rate/tax-rate.entity.js +0 -81
- package/cli/entity/tax-rate/tax-rate.entity.js.map +0 -1
- package/cli/entity/user/user.entity.d.ts +0 -19
- package/cli/entity/user/user.entity.js +0 -69
- package/cli/entity/user/user.entity.js.map +0 -1
- package/cli/entity/value-transformers.d.ts +0 -5
- package/cli/entity/value-transformers.js +0 -13
- package/cli/entity/value-transformers.js.map +0 -1
- package/cli/entity/zone/zone.entity.d.ts +0 -11
- package/cli/entity/zone/zone.entity.js +0 -40
- package/cli/entity/zone/zone.entity.js.map +0 -1
- package/cli/event-bus/event-bus.d.ts +0 -15
- package/cli/event-bus/event-bus.js +0 -51
- package/cli/event-bus/event-bus.js.map +0 -1
- package/cli/event-bus/event-bus.module.d.ts +0 -2
- package/cli/event-bus/event-bus.module.js +0 -23
- package/cli/event-bus/event-bus.module.js.map +0 -1
- package/cli/event-bus/events/account-registration-event.d.ts +0 -8
- package/cli/event-bus/events/account-registration-event.js +0 -13
- package/cli/event-bus/events/account-registration-event.js.map +0 -1
- package/cli/event-bus/events/account-verified-event.d.ts +0 -8
- package/cli/event-bus/events/account-verified-event.js +0 -13
- package/cli/event-bus/events/account-verified-event.js.map +0 -1
- package/cli/event-bus/events/administrator-event.d.ts +0 -10
- package/cli/event-bus/events/administrator-event.js +0 -11
- package/cli/event-bus/events/administrator-event.js.map +0 -1
- package/cli/event-bus/events/asset-channel-event.d.ts +0 -11
- package/cli/event-bus/events/asset-channel-event.js +0 -15
- package/cli/event-bus/events/asset-channel-event.js.map +0 -1
- package/cli/event-bus/events/asset-event.d.ts +0 -11
- package/cli/event-bus/events/asset-event.js +0 -14
- package/cli/event-bus/events/asset-event.js.map +0 -1
- package/cli/event-bus/events/attempted-login-event.d.ts +0 -8
- package/cli/event-bus/events/attempted-login-event.js +0 -14
- package/cli/event-bus/events/attempted-login-event.js.map +0 -1
- package/cli/event-bus/events/change-channel-event.d.ts +0 -13
- package/cli/event-bus/events/change-channel-event.js +0 -16
- package/cli/event-bus/events/change-channel-event.js.map +0 -1
- package/cli/event-bus/events/channel-event.d.ts +0 -10
- package/cli/event-bus/events/channel-event.js +0 -11
- package/cli/event-bus/events/channel-event.js.map +0 -1
- package/cli/event-bus/events/collection-event.d.ts +0 -10
- package/cli/event-bus/events/collection-event.js +0 -11
- package/cli/event-bus/events/collection-event.js.map +0 -1
- package/cli/event-bus/events/collection-modification-event.d.ts +0 -10
- package/cli/event-bus/events/collection-modification-event.js +0 -14
- package/cli/event-bus/events/collection-modification-event.js.map +0 -1
- package/cli/event-bus/events/country-event.d.ts +0 -10
- package/cli/event-bus/events/country-event.js +0 -11
- package/cli/event-bus/events/country-event.js.map +0 -1
- package/cli/event-bus/events/coupon-code-event.d.ts +0 -10
- package/cli/event-bus/events/coupon-code-event.js +0 -15
- package/cli/event-bus/events/coupon-code-event.js.map +0 -1
- package/cli/event-bus/events/customer-address-event.d.ts +0 -15
- package/cli/event-bus/events/customer-address-event.js +0 -18
- package/cli/event-bus/events/customer-address-event.js.map +0 -1
- package/cli/event-bus/events/customer-event.d.ts +0 -13
- package/cli/event-bus/events/customer-event.js +0 -14
- package/cli/event-bus/events/customer-event.js.map +0 -1
- package/cli/event-bus/events/customer-group-entity-event.d.ts +0 -10
- package/cli/event-bus/events/customer-group-entity-event.js +0 -11
- package/cli/event-bus/events/customer-group-entity-event.js.map +0 -1
- package/cli/event-bus/events/customer-group-event.d.ts +0 -18
- package/cli/event-bus/events/customer-group-event.js +0 -25
- package/cli/event-bus/events/customer-group-event.js.map +0 -1
- package/cli/event-bus/events/facet-event.d.ts +0 -10
- package/cli/event-bus/events/facet-event.js +0 -11
- package/cli/event-bus/events/facet-event.js.map +0 -1
- package/cli/event-bus/events/facet-value-event.d.ts +0 -10
- package/cli/event-bus/events/facet-value-event.js +0 -11
- package/cli/event-bus/events/facet-value-event.js.map +0 -1
- package/cli/event-bus/events/fulfillment-event.d.ts +0 -14
- package/cli/event-bus/events/fulfillment-event.js +0 -11
- package/cli/event-bus/events/fulfillment-event.js.map +0 -1
- package/cli/event-bus/events/fulfillment-state-transition-event.d.ts +0 -11
- package/cli/event-bus/events/fulfillment-state-transition-event.js +0 -15
- package/cli/event-bus/events/fulfillment-state-transition-event.js.map +0 -1
- package/cli/event-bus/events/global-settings-event.d.ts +0 -7
- package/cli/event-bus/events/global-settings-event.js +0 -11
- package/cli/event-bus/events/global-settings-event.js.map +0 -1
- package/cli/event-bus/events/history-entry-event.d.ts +0 -14
- package/cli/event-bus/events/history-entry-event.js +0 -12
- package/cli/event-bus/events/history-entry-event.js.map +0 -1
- package/cli/event-bus/events/identifier-change-event.d.ts +0 -9
- package/cli/event-bus/events/identifier-change-event.js +0 -14
- package/cli/event-bus/events/identifier-change-event.js.map +0 -1
- package/cli/event-bus/events/identifier-change-request-event.d.ts +0 -8
- package/cli/event-bus/events/identifier-change-request-event.js +0 -13
- package/cli/event-bus/events/identifier-change-request-event.js.map +0 -1
- package/cli/event-bus/events/login-event.d.ts +0 -8
- package/cli/event-bus/events/login-event.js +0 -13
- package/cli/event-bus/events/login-event.js.map +0 -1
- package/cli/event-bus/events/logout-event.d.ts +0 -6
- package/cli/event-bus/events/logout-event.js +0 -12
- package/cli/event-bus/events/logout-event.js.map +0 -1
- package/cli/event-bus/events/order-event.d.ts +0 -9
- package/cli/event-bus/events/order-event.js +0 -14
- package/cli/event-bus/events/order-event.js.map +0 -1
- package/cli/event-bus/events/order-line-event.d.ts +0 -10
- package/cli/event-bus/events/order-line-event.js +0 -15
- package/cli/event-bus/events/order-line-event.js.map +0 -1
- package/cli/event-bus/events/order-placed-event.d.ts +0 -11
- package/cli/event-bus/events/order-placed-event.js +0 -15
- package/cli/event-bus/events/order-placed-event.js.map +0 -1
- package/cli/event-bus/events/order-state-transition-event.d.ts +0 -11
- package/cli/event-bus/events/order-state-transition-event.js +0 -15
- package/cli/event-bus/events/order-state-transition-event.js.map +0 -1
- package/cli/event-bus/events/password-reset-event.d.ts +0 -8
- package/cli/event-bus/events/password-reset-event.js +0 -13
- package/cli/event-bus/events/password-reset-event.js.map +0 -1
- package/cli/event-bus/events/password-reset-verified-event.d.ts +0 -8
- package/cli/event-bus/events/password-reset-verified-event.js +0 -13
- package/cli/event-bus/events/password-reset-verified-event.js.map +0 -1
- package/cli/event-bus/events/payment-method-event.d.ts +0 -10
- package/cli/event-bus/events/payment-method-event.js +0 -11
- package/cli/event-bus/events/payment-method-event.js.map +0 -1
- package/cli/event-bus/events/payment-state-transition-event.d.ts +0 -13
- package/cli/event-bus/events/payment-state-transition-event.js +0 -16
- package/cli/event-bus/events/payment-state-transition-event.js.map +0 -1
- package/cli/event-bus/events/product-channel-event.d.ts +0 -11
- package/cli/event-bus/events/product-channel-event.js +0 -15
- package/cli/event-bus/events/product-channel-event.js.map +0 -1
- package/cli/event-bus/events/product-event.d.ts +0 -11
- package/cli/event-bus/events/product-event.js +0 -14
- package/cli/event-bus/events/product-event.js.map +0 -1
- package/cli/event-bus/events/product-option-event.d.ts +0 -10
- package/cli/event-bus/events/product-option-event.js +0 -11
- package/cli/event-bus/events/product-option-event.js.map +0 -1
- package/cli/event-bus/events/product-option-group-change-event.d.ts +0 -11
- package/cli/event-bus/events/product-option-group-change-event.js +0 -15
- package/cli/event-bus/events/product-option-group-change-event.js.map +0 -1
- package/cli/event-bus/events/product-option-group-event.d.ts +0 -10
- package/cli/event-bus/events/product-option-group-event.js +0 -11
- package/cli/event-bus/events/product-option-group-event.js.map +0 -1
- package/cli/event-bus/events/product-variant-channel-event.d.ts +0 -11
- package/cli/event-bus/events/product-variant-channel-event.js +0 -15
- package/cli/event-bus/events/product-variant-channel-event.js.map +0 -1
- package/cli/event-bus/events/product-variant-event.d.ts +0 -11
- package/cli/event-bus/events/product-variant-event.js +0 -14
- package/cli/event-bus/events/product-variant-event.js.map +0 -1
- package/cli/event-bus/events/promotion-event.d.ts +0 -10
- package/cli/event-bus/events/promotion-event.js +0 -11
- package/cli/event-bus/events/promotion-event.js.map +0 -1
- package/cli/event-bus/events/refund-state-transition-event.d.ts +0 -13
- package/cli/event-bus/events/refund-state-transition-event.js +0 -16
- package/cli/event-bus/events/refund-state-transition-event.js.map +0 -1
- package/cli/event-bus/events/role-change-event.d.ts +0 -11
- package/cli/event-bus/events/role-change-event.js +0 -15
- package/cli/event-bus/events/role-change-event.js.map +0 -1
- package/cli/event-bus/events/role-event.d.ts +0 -10
- package/cli/event-bus/events/role-event.js +0 -11
- package/cli/event-bus/events/role-event.js.map +0 -1
- package/cli/event-bus/events/shipping-method-event.d.ts +0 -10
- package/cli/event-bus/events/shipping-method-event.js +0 -11
- package/cli/event-bus/events/shipping-method-event.js.map +0 -1
- package/cli/event-bus/events/stock-movement-event.d.ts +0 -10
- package/cli/event-bus/events/stock-movement-event.js +0 -15
- package/cli/event-bus/events/stock-movement-event.js.map +0 -1
- package/cli/event-bus/events/tax-category-event.d.ts +0 -10
- package/cli/event-bus/events/tax-category-event.js +0 -11
- package/cli/event-bus/events/tax-category-event.js.map +0 -1
- package/cli/event-bus/events/tax-rate-event.d.ts +0 -10
- package/cli/event-bus/events/tax-rate-event.js +0 -11
- package/cli/event-bus/events/tax-rate-event.js.map +0 -1
- package/cli/event-bus/events/tax-rate-modification-event.d.ts +0 -8
- package/cli/event-bus/events/tax-rate-modification-event.js +0 -13
- package/cli/event-bus/events/tax-rate-modification-event.js.map +0 -1
- package/cli/event-bus/events/zone-event.d.ts +0 -10
- package/cli/event-bus/events/zone-event.js +0 -11
- package/cli/event-bus/events/zone-event.js.map +0 -1
- package/cli/event-bus/events/zone-members-event.d.ts +0 -11
- package/cli/event-bus/events/zone-members-event.js +0 -15
- package/cli/event-bus/events/zone-members-event.js.map +0 -1
- package/cli/event-bus/index.d.ts +0 -55
- package/cli/event-bus/index.js +0 -68
- package/cli/event-bus/index.js.map +0 -1
- package/cli/event-bus/vendure-entity-event.d.ts +0 -9
- package/cli/event-bus/vendure-entity-event.js +0 -15
- package/cli/event-bus/vendure-entity-event.js.map +0 -1
- package/cli/event-bus/vendure-event.d.ts +0 -4
- package/cli/event-bus/vendure-event.js +0 -10
- package/cli/event-bus/vendure-event.js.map +0 -1
- package/cli/health-check/constants.d.ts +0 -1
- package/cli/health-check/constants.js +0 -5
- package/cli/health-check/constants.js.map +0 -1
- package/cli/i18n/i18n-error.d.ts +0 -13
- package/cli/i18n/i18n-error.js +0 -16
- package/cli/i18n/i18n-error.js.map +0 -1
- package/cli/job-queue/constants.d.ts +0 -1
- package/cli/job-queue/constants.js +0 -5
- package/cli/job-queue/constants.js.map +0 -1
- package/cli/job-queue/in-memory-job-queue-strategy.d.ts +0 -34
- package/cli/job-queue/in-memory-job-queue-strategy.js +0 -187
- package/cli/job-queue/in-memory-job-queue-strategy.js.map +0 -1
- package/cli/job-queue/index.d.ts +0 -11
- package/cli/job-queue/index.js +0 -24
- package/cli/job-queue/index.js.map +0 -1
- package/cli/job-queue/injectable-job-queue-strategy.d.ts +0 -12
- package/cli/job-queue/injectable-job-queue-strategy.js +0 -21
- package/cli/job-queue/injectable-job-queue-strategy.js.map +0 -1
- package/cli/job-queue/job-buffer/in-memory-job-buffer-storage-strategy.d.ts +0 -13
- package/cli/job-queue/job-buffer/in-memory-job-buffer-storage-strategy.js +0 -47
- package/cli/job-queue/job-buffer/in-memory-job-buffer-storage-strategy.js.map +0 -1
- package/cli/job-queue/job-buffer/job-buffer-storage-strategy.d.ts +0 -11
- package/cli/job-queue/job-buffer/job-buffer-storage-strategy.js +0 -3
- package/cli/job-queue/job-buffer/job-buffer-storage-strategy.js.map +0 -1
- package/cli/job-queue/job-buffer/job-buffer.d.ts +0 -7
- package/cli/job-queue/job-buffer/job-buffer.js +0 -3
- package/cli/job-queue/job-buffer/job-buffer.js.map +0 -1
- package/cli/job-queue/job-buffer/job-buffer.service.d.ts +0 -16
- package/cli/job-queue/job-buffer/job-buffer.service.js +0 -76
- package/cli/job-queue/job-buffer/job-buffer.service.js.map +0 -1
- package/cli/job-queue/job-queue.d.ts +0 -16
- package/cli/job-queue/job-queue.js +0 -59
- package/cli/job-queue/job-queue.js.map +0 -1
- package/cli/job-queue/job-queue.service.d.ts +0 -27
- package/cli/job-queue/job-queue.service.js +0 -84
- package/cli/job-queue/job-queue.service.js.map +0 -1
- package/cli/job-queue/job.d.ts +0 -41
- package/cli/job-queue/job.js +0 -160
- package/cli/job-queue/job.js.map +0 -1
- package/cli/job-queue/polling-job-queue-strategy.d.ts +0 -26
- package/cli/job-queue/polling-job-queue-strategy.js +0 -163
- package/cli/job-queue/polling-job-queue-strategy.js.map +0 -1
- package/cli/job-queue/queue-name-process-storage.d.ts +0 -7
- package/cli/job-queue/queue-name-process-storage.js +0 -40
- package/cli/job-queue/queue-name-process-storage.js.map +0 -1
- package/cli/job-queue/subscribable-job.d.ts +0 -13
- package/cli/job-queue/subscribable-job.js +0 -52
- package/cli/job-queue/subscribable-job.js.map +0 -1
- package/cli/job-queue/types.d.ts +0 -22
- package/cli/job-queue/types.js +0 -3
- package/cli/job-queue/types.js.map +0 -1
- package/cli/process-context/process-context.d.ts +0 -7
- package/cli/process-context/process-context.js +0 -18
- package/cli/process-context/process-context.js.map +0 -1
- package/cli/service/helpers/config-arg/config-arg.service.d.ts +0 -31
- package/cli/service/helpers/config-arg/config-arg.service.js +0 -88
- package/cli/service/helpers/config-arg/config-arg.service.js.map +0 -1
- package/cli/service/helpers/custom-field-relation/custom-field-relation.service.d.ts +0 -18
- package/cli/service/helpers/custom-field-relation/custom-field-relation.service.js +0 -63
- package/cli/service/helpers/custom-field-relation/custom-field-relation.service.js.map +0 -1
- package/cli/service/helpers/fulfillment-state-machine/fulfillment-state-machine.d.ts +0 -21
- package/cli/service/helpers/fulfillment-state-machine/fulfillment-state-machine.js +0 -113
- package/cli/service/helpers/fulfillment-state-machine/fulfillment-state-machine.js.map +0 -1
- package/cli/service/helpers/fulfillment-state-machine/fulfillment-state.d.ts +0 -11
- package/cli/service/helpers/fulfillment-state-machine/fulfillment-state.js +0 -21
- package/cli/service/helpers/fulfillment-state-machine/fulfillment-state.js.map +0 -1
- package/cli/service/helpers/list-query-builder/connection-utils.d.ts +0 -10
- package/cli/service/helpers/list-query-builder/connection-utils.js +0 -26
- package/cli/service/helpers/list-query-builder/connection-utils.js.map +0 -1
- package/cli/service/helpers/list-query-builder/get-calculated-columns.d.ts +0 -3
- package/cli/service/helpers/list-query-builder/get-calculated-columns.js +0 -16
- package/cli/service/helpers/list-query-builder/get-calculated-columns.js.map +0 -1
- package/cli/service/helpers/list-query-builder/list-query-builder.d.ts +0 -30
- package/cli/service/helpers/list-query-builder/list-query-builder.js +0 -204
- package/cli/service/helpers/list-query-builder/list-query-builder.js.map +0 -1
- package/cli/service/helpers/list-query-builder/parse-channel-param.d.ts +0 -5
- package/cli/service/helpers/list-query-builder/parse-channel-param.js +0 -18
- package/cli/service/helpers/list-query-builder/parse-channel-param.js.map +0 -1
- package/cli/service/helpers/list-query-builder/parse-filter-params.d.ts +0 -13
- package/cli/service/helpers/list-query-builder/parse-filter-params.js +0 -155
- package/cli/service/helpers/list-query-builder/parse-filter-params.js.map +0 -1
- package/cli/service/helpers/list-query-builder/parse-sort-params.d.ts +0 -7
- package/cli/service/helpers/list-query-builder/parse-sort-params.js +0 -50
- package/cli/service/helpers/list-query-builder/parse-sort-params.js.map +0 -1
- package/cli/service/helpers/order-calculator/order-calculator.d.ts +0 -32
- package/cli/service/helpers/order-calculator/order-calculator.js +0 -311
- package/cli/service/helpers/order-calculator/order-calculator.js.map +0 -1
- package/cli/service/helpers/order-calculator/prorate.d.ts +0 -1
- package/cli/service/helpers/order-calculator/prorate.js +0 -35
- package/cli/service/helpers/order-calculator/prorate.js.map +0 -1
- package/cli/service/helpers/order-merger/order-merger.d.ts +0 -40
- package/cli/service/helpers/order-merger/order-merger.js +0 -97
- package/cli/service/helpers/order-merger/order-merger.js.map +0 -1
- package/cli/service/helpers/order-modifier/order-modifier.d.ts +0 -45
- package/cli/service/helpers/order-modifier/order-modifier.js +0 -423
- package/cli/service/helpers/order-modifier/order-modifier.js.map +0 -1
- package/cli/service/helpers/order-state-machine/order-state-machine.d.ts +0 -29
- package/cli/service/helpers/order-state-machine/order-state-machine.js +0 -240
- package/cli/service/helpers/order-state-machine/order-state-machine.js.map +0 -1
- package/cli/service/helpers/order-state-machine/order-state.d.ts +0 -9
- package/cli/service/helpers/order-state-machine/order-state.js +0 -64
- package/cli/service/helpers/order-state-machine/order-state.js.map +0 -1
- package/cli/service/helpers/password-cipher/password-cipher.d.ts +0 -7
- package/cli/service/helpers/password-cipher/password-cipher.js +0 -31
- package/cli/service/helpers/password-cipher/password-cipher.js.map +0 -1
- package/cli/service/helpers/payment-state-machine/payment-state-machine.d.ts +0 -20
- package/cli/service/helpers/payment-state-machine/payment-state-machine.js +0 -113
- package/cli/service/helpers/payment-state-machine/payment-state-machine.js.map +0 -1
- package/cli/service/helpers/payment-state-machine/payment-state.d.ts +0 -11
- package/cli/service/helpers/payment-state-machine/payment-state.js +0 -24
- package/cli/service/helpers/payment-state-machine/payment-state.js.map +0 -1
- package/cli/service/helpers/product-price-applicator/product-price-applicator.d.ts +0 -15
- package/cli/service/helpers/product-price-applicator/product-price-applicator.js +0 -64
- package/cli/service/helpers/product-price-applicator/product-price-applicator.js.map +0 -1
- package/cli/service/helpers/refund-state-machine/refund-state-machine.d.ts +0 -14
- package/cli/service/helpers/refund-state-machine/refund-state-machine.js +0 -65
- package/cli/service/helpers/refund-state-machine/refund-state-machine.js.map +0 -1
- package/cli/service/helpers/refund-state-machine/refund-state.d.ts +0 -11
- package/cli/service/helpers/refund-state-machine/refund-state.js +0 -15
- package/cli/service/helpers/refund-state-machine/refund-state.js.map +0 -1
- package/cli/service/helpers/request-context/request-context.service.d.ts +0 -29
- package/cli/service/helpers/request-context/request-context.service.js +0 -127
- package/cli/service/helpers/request-context/request-context.service.js.map +0 -1
- package/cli/service/helpers/shipping-calculator/shipping-calculator.d.ts +0 -18
- package/cli/service/helpers/shipping-calculator/shipping-calculator.js +0 -50
- package/cli/service/helpers/shipping-calculator/shipping-calculator.js.map +0 -1
- package/cli/service/helpers/translatable-saver/translatable-saver.d.ts +0 -24
- package/cli/service/helpers/translatable-saver/translatable-saver.js +0 -64
- package/cli/service/helpers/translatable-saver/translatable-saver.js.map +0 -1
- package/cli/service/helpers/translatable-saver/translation-differ.d.ts +0 -17
- package/cli/service/helpers/translatable-saver/translation-differ.js +0 -65
- package/cli/service/helpers/translatable-saver/translation-differ.js.map +0 -1
- package/cli/service/helpers/utils/address-to-line.d.ts +0 -3
- package/cli/service/helpers/utils/address-to-line.js +0 -21
- package/cli/service/helpers/utils/address-to-line.js.map +0 -1
- package/cli/service/helpers/utils/get-user-channels-permissions.d.ts +0 -10
- package/cli/service/helpers/utils/get-user-channels-permissions.js +0 -26
- package/cli/service/helpers/utils/get-user-channels-permissions.js.map +0 -1
- package/cli/service/helpers/utils/order-utils.d.ts +0 -9
- package/cli/service/helpers/utils/order-utils.js +0 -64
- package/cli/service/helpers/utils/order-utils.js.map +0 -1
- package/cli/service/helpers/utils/patch-entity.d.ts +0 -5
- package/cli/service/helpers/utils/patch-entity.js +0 -17
- package/cli/service/helpers/utils/patch-entity.js.map +0 -1
- package/cli/service/helpers/utils/samples-each.d.ts +0 -1
- package/cli/service/helpers/utils/samples-each.js +0 -18
- package/cli/service/helpers/utils/samples-each.js.map +0 -1
- package/cli/service/helpers/utils/translate-entity.d.ts +0 -24
- package/cli/service/helpers/utils/translate-entity.js +0 -99
- package/cli/service/helpers/utils/translate-entity.js.map +0 -1
- package/cli/service/helpers/verification-token-generator/verification-token-generator.d.ts +0 -7
- package/cli/service/helpers/verification-token-generator/verification-token-generator.js +0 -44
- package/cli/service/helpers/verification-token-generator/verification-token-generator.js.map +0 -1
- package/cli/service/services/administrator.service.d.ts +0 -36
- package/cli/service/services/administrator.service.js +0 -230
- package/cli/service/services/administrator.service.js.map +0 -1
- package/cli/service/services/asset.service.d.ts +0 -63
- package/cli/service/services/asset.service.js +0 -478
- package/cli/service/services/asset.service.js.map +0 -1
- package/cli/service/services/channel.service.d.ts +0 -38
- package/cli/service/services/channel.service.js +0 -222
- package/cli/service/services/channel.service.js.map +0 -1
- package/cli/service/services/country.service.d.ts +0 -24
- package/cli/service/services/country.service.js +0 -119
- package/cli/service/services/country.service.js.map +0 -1
- package/cli/service/services/customer.service.d.ts +0 -62
- package/cli/service/services/customer.service.js +0 -662
- package/cli/service/services/customer.service.js.map +0 -1
- package/cli/service/services/facet-value.service.d.ts +0 -32
- package/cli/service/services/facet-value.service.js +0 -151
- package/cli/service/services/facet-value.service.js.map +0 -1
- package/cli/service/services/fulfillment.service.d.ts +0 -32
- package/cli/service/services/fulfillment.service.js +0 -106
- package/cli/service/services/fulfillment.service.js.map +0 -1
- package/cli/service/services/global-settings.service.d.ts +0 -17
- package/cli/service/services/global-settings.service.js +0 -74
- package/cli/service/services/global-settings.service.js.map +0 -1
- package/cli/service/services/history.service.d.ts +0 -139
- package/cli/service/services/history.service.js +0 -143
- package/cli/service/services/history.service.js.map +0 -1
- package/cli/service/services/order.service.d.ts +0 -136
- package/cli/service/services/order.service.js +0 -1158
- package/cli/service/services/order.service.js.map +0 -1
- package/cli/service/services/payment-method.service.d.ts +0 -37
- package/cli/service/services/payment-method.service.js +0 -178
- package/cli/service/services/payment-method.service.js.map +0 -1
- package/cli/service/services/payment.service.d.ts +0 -32
- package/cli/service/services/payment.service.js +0 -216
- package/cli/service/services/payment.service.js.map +0 -1
- package/cli/service/services/product-variant.service.d.ts +0 -70
- package/cli/service/services/product-variant.service.js +0 -560
- package/cli/service/services/product-variant.service.js.map +0 -1
- package/cli/service/services/promotion.service.d.ts +0 -41
- package/cli/service/services/promotion.service.js +0 -219
- package/cli/service/services/promotion.service.js.map +0 -1
- package/cli/service/services/role.service.d.ts +0 -39
- package/cli/service/services/role.service.js +0 -240
- package/cli/service/services/role.service.js.map +0 -1
- package/cli/service/services/session.service.d.ts +0 -38
- package/cli/service/services/session.service.js +0 -228
- package/cli/service/services/session.service.js.map +0 -1
- package/cli/service/services/shipping-method.service.d.ts +0 -36
- package/cli/service/services/shipping-method.service.js +0 -181
- package/cli/service/services/shipping-method.service.js.map +0 -1
- package/cli/service/services/stock-movement.service.d.ts +0 -39
- package/cli/service/services/stock-movement.service.js +0 -214
- package/cli/service/services/stock-movement.service.js.map +0 -1
- package/cli/service/services/tag.service.d.ts +0 -21
- package/cli/service/services/tag.service.js +0 -82
- package/cli/service/services/tag.service.js.map +0 -1
- package/cli/service/services/tax-category.service.d.ts +0 -16
- package/cli/service/services/tax-category.service.js +0 -95
- package/cli/service/services/tax-category.service.js.map +0 -1
- package/cli/service/services/tax-rate.service.d.ts +0 -28
- package/cli/service/services/tax-rate.service.js +0 -134
- package/cli/service/services/tax-rate.service.js.map +0 -1
- package/cli/service/services/user.service.d.ts +0 -37
- package/cli/service/services/user.service.js +0 -287
- package/cli/service/services/user.service.js.map +0 -1
- package/cli/service/services/zone.service.d.ts +0 -26
- package/cli/service/services/zone.service.js +0 -168
- package/cli/service/services/zone.service.js.map +0 -1
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AsyncQueue = void 0;
|
|
4
|
-
class AsyncQueue {
|
|
5
|
-
constructor(label = 'default', concurrency = 1) {
|
|
6
|
-
this.label = label;
|
|
7
|
-
this.concurrency = concurrency;
|
|
8
|
-
if (!AsyncQueue.taskQueue[label]) {
|
|
9
|
-
AsyncQueue.taskQueue[label] = [];
|
|
10
|
-
AsyncQueue.running[label] = 0;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
get running() {
|
|
14
|
-
return AsyncQueue.running[this.label];
|
|
15
|
-
}
|
|
16
|
-
inc() {
|
|
17
|
-
AsyncQueue.running[this.label]++;
|
|
18
|
-
}
|
|
19
|
-
dec() {
|
|
20
|
-
AsyncQueue.running[this.label]--;
|
|
21
|
-
}
|
|
22
|
-
push(task) {
|
|
23
|
-
return new Promise((resolve, reject) => {
|
|
24
|
-
this.running < this.concurrency
|
|
25
|
-
? this.runTask(task, resolve, reject)
|
|
26
|
-
: this.enqueueTask(task, resolve, reject);
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
async runTask(task, resolve, reject) {
|
|
30
|
-
this.inc();
|
|
31
|
-
try {
|
|
32
|
-
const result = await task();
|
|
33
|
-
resolve(result);
|
|
34
|
-
}
|
|
35
|
-
catch (e) {
|
|
36
|
-
reject(e);
|
|
37
|
-
}
|
|
38
|
-
this.dec();
|
|
39
|
-
if (this.getQueue().length > 0) {
|
|
40
|
-
const nextTask = this.getQueue().shift();
|
|
41
|
-
if (nextTask) {
|
|
42
|
-
await this.runTask(nextTask.task, nextTask.resolve, nextTask.reject);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
enqueueTask(task, resolve, reject) {
|
|
47
|
-
this.getQueue().push({ task, resolve, reject });
|
|
48
|
-
}
|
|
49
|
-
getQueue() {
|
|
50
|
-
return AsyncQueue.taskQueue[this.label];
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
exports.AsyncQueue = AsyncQueue;
|
|
54
|
-
AsyncQueue.running = {};
|
|
55
|
-
AsyncQueue.taskQueue = {};
|
|
56
|
-
//# sourceMappingURL=async-queue.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"async-queue.js","sourceRoot":"","sources":["../../src/common/async-queue.ts"],"names":[],"mappings":";;;AAYA,MAAa,UAAU;IAInB,YAAoB,QAAgB,SAAS,EAAU,cAAsB,CAAC;QAA1D,UAAK,GAAL,KAAK,CAAoB;QAAU,gBAAW,GAAX,WAAW,CAAY;QAC1E,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE;YAC9B,UAAU,CAAC,SAAS,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;YACjC,UAAU,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;SACjC;IACL,CAAC;IAED,IAAY,OAAO;QACf,OAAO,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC1C,CAAC;IAEO,GAAG;QACP,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;IACrC,CAAC;IAEO,GAAG;QACP,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;IACrC,CAAC;IAQD,IAAI,CAAI,IAAa;QACjB,OAAO,IAAI,OAAO,CAAI,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACtC,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,WAAW;gBAC3B,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,OAAO,EAAE,MAAM,CAAC;gBACrC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC;QAClD,CAAC,CAAC,CAAC;IACP,CAAC;IAEO,KAAK,CAAC,OAAO,CAAI,IAAa,EAAE,OAAmB,EAAE,MAAiB;QAC1E,IAAI,CAAC,GAAG,EAAE,CAAC;QACX,IAAI;YACA,MAAM,MAAM,GAAG,MAAM,IAAI,EAAE,CAAC;YAC5B,OAAO,CAAC,MAAM,CAAC,CAAC;SACnB;QAAC,OAAO,CAAC,EAAE;YACR,MAAM,CAAC,CAAC,CAAC,CAAC;SACb;QACD,IAAI,CAAC,GAAG,EAAE,CAAC;QACX,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE;YAC5B,MAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC;YACzC,IAAI,QAAQ,EAAE;gBACV,MAAM,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;aACxE;SACJ;IACL,CAAC;IAEO,WAAW,CAAI,IAAa,EAAE,OAAmB,EAAE,MAAiB;QACxE,IAAI,CAAC,QAAQ,EAAE,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC,CAAC;IACpD,CAAC;IAEO,QAAQ;QACZ,OAAO,UAAU,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC5C,CAAC;;AA5DL,gCA6DC;AA5DkB,kBAAO,GAAgC,EAAE,CAAC;AAC1C,oBAAS,GAAyC,EAAE,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SelectQueryBuilder } from 'typeorm';
|
|
2
|
-
export declare const CALCULATED_PROPERTIES = "__calculatedProperties__";
|
|
3
|
-
export interface CalculatedColumnQueryInstruction {
|
|
4
|
-
relations?: string[];
|
|
5
|
-
query?: (qb: SelectQueryBuilder<any>) => void;
|
|
6
|
-
expression: string;
|
|
7
|
-
}
|
|
8
|
-
export interface CalculatedColumnDefinition {
|
|
9
|
-
name: string | symbol;
|
|
10
|
-
listQuery?: CalculatedColumnQueryInstruction;
|
|
11
|
-
}
|
|
12
|
-
export declare function Calculated(queryInstruction?: CalculatedColumnQueryInstruction): MethodDecorator;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Calculated = exports.CALCULATED_PROPERTIES = void 0;
|
|
4
|
-
exports.CALCULATED_PROPERTIES = '__calculatedProperties__';
|
|
5
|
-
function Calculated(queryInstruction) {
|
|
6
|
-
return (target, propertyKey, descriptor) => {
|
|
7
|
-
const definition = {
|
|
8
|
-
name: propertyKey,
|
|
9
|
-
listQuery: queryInstruction,
|
|
10
|
-
};
|
|
11
|
-
if (target[exports.CALCULATED_PROPERTIES]) {
|
|
12
|
-
if (!target[exports.CALCULATED_PROPERTIES].map((p) => p.name).includes(definition.name)) {
|
|
13
|
-
target[exports.CALCULATED_PROPERTIES].push(definition);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
target[exports.CALCULATED_PROPERTIES] = [definition];
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
exports.Calculated = Calculated;
|
|
22
|
-
//# sourceMappingURL=calculated-decorator.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"calculated-decorator.js","sourceRoot":"","sources":["../../src/common/calculated-decorator.ts"],"names":[],"mappings":";;;AAMa,QAAA,qBAAqB,GAAG,0BAA0B,CAAC;AAuBhE,SAAgB,UAAU,CAAC,gBAAmD;IAC1E,OAAO,CACH,MAAuC,EACvC,WAA4B,EAC5B,UAA8B,EAChC,EAAE;QACA,MAAM,UAAU,GAA+B;YAC3C,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,gBAAgB;SAC9B,CAAC;QACF,IAAI,MAAM,CAAC,6BAAqB,CAAC,EAAE;YAC/B,IACI,CAAC,MAAM,CAAC,6BAAqB,CAAC,CAAC,GAAG,CAAC,CAAC,CAA6B,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAClF,UAAU,CAAC,IAAI,CAClB,EACH;gBACE,MAAM,CAAC,6BAAqB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;aAClD;SACJ;aAAM;YACH,MAAM,CAAC,6BAAqB,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;SAChD;IACL,CAAC,CAAC;AACN,CAAC;AAtBD,gCAsBC"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { ConfigArg, ConfigurableOperationDefinition, LocalizedString, Maybe, StringFieldOption } from '@vendure/common/lib/generated-types';
|
|
2
|
-
import { ConfigArgType, ID, UiComponentConfig } from '@vendure/common/lib/shared-types';
|
|
3
|
-
import { RequestContext } from '../api/common/request-context';
|
|
4
|
-
import { Injector } from './injector';
|
|
5
|
-
import { InjectableStrategy } from './types/injectable-strategy';
|
|
6
|
-
export declare type LocalizedStringArray = Array<Omit<LocalizedString, '__typename'>>;
|
|
7
|
-
export interface ConfigArgCommonDef<T extends ConfigArgType> {
|
|
8
|
-
type: T;
|
|
9
|
-
required?: boolean;
|
|
10
|
-
defaultValue?: ConfigArgTypeToTsType<T>;
|
|
11
|
-
list?: boolean;
|
|
12
|
-
label?: LocalizedStringArray;
|
|
13
|
-
description?: LocalizedStringArray;
|
|
14
|
-
ui?: UiComponentConfig<string>;
|
|
15
|
-
}
|
|
16
|
-
export declare type ConfigArgListDef<T extends ConfigArgType, C extends ConfigArgCommonDef<T> = ConfigArgCommonDef<T>> = C & {
|
|
17
|
-
list: true;
|
|
18
|
-
};
|
|
19
|
-
export declare type WithArgConfig<T> = {
|
|
20
|
-
config?: T;
|
|
21
|
-
};
|
|
22
|
-
export declare type StringArgConfig = WithArgConfig<{
|
|
23
|
-
options?: Maybe<StringFieldOption[]>;
|
|
24
|
-
}>;
|
|
25
|
-
export declare type IntArgConfig = WithArgConfig<{
|
|
26
|
-
inputType?: 'default' | 'percentage' | 'money';
|
|
27
|
-
}>;
|
|
28
|
-
export declare type ConfigArgDef<T extends ConfigArgType> = T extends 'string' ? ConfigArgCommonDef<'string'> & StringArgConfig : T extends 'int' ? ConfigArgCommonDef<'int'> & IntArgConfig : ConfigArgCommonDef<T> & WithArgConfig<never>;
|
|
29
|
-
export declare type ConfigArgs = {
|
|
30
|
-
[name: string]: ConfigArgDef<ConfigArgType>;
|
|
31
|
-
};
|
|
32
|
-
export declare type ConfigArgValues<T extends ConfigArgs> = {
|
|
33
|
-
[K in keyof T]: ConfigArgDefToType<T[K]>;
|
|
34
|
-
};
|
|
35
|
-
export declare type ConfigArgDefToType<D extends ConfigArgDef<ConfigArgType>> = D extends ConfigArgListDef<'int' | 'float'> ? number[] : D extends ConfigArgDef<'int' | 'float'> ? number : D extends ConfigArgListDef<'datetime'> ? Date[] : D extends ConfigArgDef<'datetime'> ? Date : D extends ConfigArgListDef<'boolean'> ? boolean[] : D extends ConfigArgDef<'boolean'> ? boolean : D extends ConfigArgListDef<'ID'> ? ID[] : D extends ConfigArgDef<'ID'> ? ID : D extends ConfigArgListDef<'string'> ? string[] : string;
|
|
36
|
-
export declare type ConfigArgTypeToTsType<T extends ConfigArgType> = T extends 'string' ? string : T extends 'int' ? number : T extends 'float' ? number : T extends 'boolean' ? boolean : T extends 'datetime' ? Date : ID;
|
|
37
|
-
export declare type TypeToConfigArgDef<T extends ConfigArgDefToType<any>> = T extends number ? ConfigArgDef<'int' | 'float'> : T extends number[] ? ConfigArgListDef<'int' | 'float'> : T extends Date[] ? ConfigArgListDef<'datetime'> : T extends Date ? ConfigArgDef<'datetime'> : T extends boolean[] ? ConfigArgListDef<'boolean'> : T extends boolean ? ConfigArgDef<'boolean'> : T extends string[] ? ConfigArgListDef<'string'> : T extends string ? ConfigArgDef<'string'> : T extends ID[] ? ConfigArgListDef<'ID'> : ConfigArgDef<'ID'>;
|
|
38
|
-
export interface ConfigurableOperationDefOptions<T extends ConfigArgs> extends InjectableStrategy {
|
|
39
|
-
code: string;
|
|
40
|
-
args: T;
|
|
41
|
-
description: LocalizedStringArray;
|
|
42
|
-
}
|
|
43
|
-
export declare class ConfigurableOperationDef<T extends ConfigArgs = ConfigArgs> {
|
|
44
|
-
protected options: ConfigurableOperationDefOptions<T>;
|
|
45
|
-
get code(): string;
|
|
46
|
-
get args(): T;
|
|
47
|
-
get description(): LocalizedStringArray;
|
|
48
|
-
constructor(options: ConfigurableOperationDefOptions<T>);
|
|
49
|
-
init(injector: Injector): Promise<void>;
|
|
50
|
-
destroy(): Promise<void>;
|
|
51
|
-
toGraphQlType(ctx: RequestContext): ConfigurableOperationDefinition;
|
|
52
|
-
protected argsArrayToHash(args: ConfigArg[]): ConfigArgValues<T>;
|
|
53
|
-
}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConfigurableOperationDef = void 0;
|
|
4
|
-
const shared_utils_1 = require("@vendure/common/lib/shared-utils");
|
|
5
|
-
const constants_1 = require("./constants");
|
|
6
|
-
const errors_1 = require("./error/errors");
|
|
7
|
-
class ConfigurableOperationDef {
|
|
8
|
-
constructor(options) {
|
|
9
|
-
this.options = options;
|
|
10
|
-
}
|
|
11
|
-
get code() {
|
|
12
|
-
return this.options.code;
|
|
13
|
-
}
|
|
14
|
-
get args() {
|
|
15
|
-
return this.options.args;
|
|
16
|
-
}
|
|
17
|
-
get description() {
|
|
18
|
-
return this.options.description;
|
|
19
|
-
}
|
|
20
|
-
async init(injector) {
|
|
21
|
-
if (typeof this.options.init === 'function') {
|
|
22
|
-
await this.options.init(injector);
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
async destroy() {
|
|
26
|
-
if (typeof this.options.destroy === 'function') {
|
|
27
|
-
await this.options.destroy();
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
toGraphQlType(ctx) {
|
|
31
|
-
return {
|
|
32
|
-
code: this.code,
|
|
33
|
-
description: localizeString(this.description, ctx.languageCode),
|
|
34
|
-
args: Object.entries(this.args).map(([name, arg]) => {
|
|
35
|
-
var _a, _b;
|
|
36
|
-
return ({
|
|
37
|
-
name,
|
|
38
|
-
type: arg.type,
|
|
39
|
-
list: (_a = arg.list) !== null && _a !== void 0 ? _a : false,
|
|
40
|
-
required: (_b = arg.required) !== null && _b !== void 0 ? _b : true,
|
|
41
|
-
defaultValue: arg.defaultValue,
|
|
42
|
-
ui: arg.ui,
|
|
43
|
-
label: arg.label && localizeString(arg.label, ctx.languageCode),
|
|
44
|
-
description: arg.description && localizeString(arg.description, ctx.languageCode),
|
|
45
|
-
});
|
|
46
|
-
}),
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
argsArrayToHash(args) {
|
|
50
|
-
const output = {};
|
|
51
|
-
for (const arg of args) {
|
|
52
|
-
if (arg && arg.value != null && this.args[arg.name] != null) {
|
|
53
|
-
output[arg.name] = coerceValueToType(arg.value, this.args[arg.name].type, this.args[arg.name].list || false);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
return output;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
exports.ConfigurableOperationDef = ConfigurableOperationDef;
|
|
60
|
-
function localizeString(stringArray, languageCode) {
|
|
61
|
-
let match = stringArray.find(x => x.languageCode === languageCode);
|
|
62
|
-
if (!match) {
|
|
63
|
-
match = stringArray.find(x => x.languageCode === constants_1.DEFAULT_LANGUAGE_CODE);
|
|
64
|
-
}
|
|
65
|
-
if (!match) {
|
|
66
|
-
match = stringArray[0];
|
|
67
|
-
}
|
|
68
|
-
return match.value;
|
|
69
|
-
}
|
|
70
|
-
function coerceValueToType(value, type, isList) {
|
|
71
|
-
if (isList) {
|
|
72
|
-
try {
|
|
73
|
-
return JSON.parse(value).map(v => coerceValueToType(v, type, false));
|
|
74
|
-
}
|
|
75
|
-
catch (err) {
|
|
76
|
-
throw new errors_1.InternalServerError(err.message);
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
switch (type) {
|
|
80
|
-
case 'string':
|
|
81
|
-
return value;
|
|
82
|
-
case 'int':
|
|
83
|
-
return Number.parseInt(value || '', 10);
|
|
84
|
-
case 'float':
|
|
85
|
-
return Number.parseFloat(value || '');
|
|
86
|
-
case 'datetime':
|
|
87
|
-
return Date.parse(value || '');
|
|
88
|
-
case 'boolean':
|
|
89
|
-
return !!(value && (value.toLowerCase() === 'true' || value === '1'));
|
|
90
|
-
case 'ID':
|
|
91
|
-
return value;
|
|
92
|
-
default:
|
|
93
|
-
shared_utils_1.assertNever(type);
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
//# sourceMappingURL=configurable-operation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configurable-operation.js","sourceRoot":"","sources":["../../src/common/configurable-operation.ts"],"names":[],"mappings":";;;AAgBA,mEAA+D;AAI/D,2CAAoD;AACpD,2CAAqD;AAyTrD,MAAa,wBAAwB;IAUjC,YAAsB,OAA2C;QAA3C,YAAO,GAAP,OAAO,CAAoC;IAAG,CAAC;IATrE,IAAI,IAAI;QACJ,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;IAC7B,CAAC;IACD,IAAI,IAAI;QACJ,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;IAC7B,CAAC;IACD,IAAI,WAAW;QACX,OAAO,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC;IACpC,CAAC;IAGD,KAAK,CAAC,IAAI,CAAC,QAAkB;QACzB,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,KAAK,UAAU,EAAE;YACzC,MAAM,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;SACrC;IACL,CAAC;IACD,KAAK,CAAC,OAAO;QACT,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,KAAK,UAAU,EAAE;YAC5C,MAAM,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC;SAChC;IACL,CAAC;IAOD,aAAa,CAAC,GAAmB;QAC7B,OAAO;YACH,IAAI,EAAE,IAAI,CAAC,IAAI;YACf,WAAW,EAAE,cAAc,CAAC,IAAI,CAAC,WAAW,EAAE,GAAG,CAAC,YAAY,CAAC;YAC/D,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAC/B,CAAC,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE,EAAE;;gBACZ,OAAA,CAAC;oBACG,IAAI;oBACJ,IAAI,EAAE,GAAG,CAAC,IAAI;oBACd,IAAI,EAAE,MAAA,GAAG,CAAC,IAAI,mCAAI,KAAK;oBACvB,QAAQ,EAAE,MAAA,GAAG,CAAC,QAAQ,mCAAI,IAAI;oBAC9B,YAAY,EAAE,GAAG,CAAC,YAAY;oBAC9B,EAAE,EAAE,GAAG,CAAC,EAAE;oBACV,KAAK,EAAE,GAAG,CAAC,KAAK,IAAI,cAAc,CAAC,GAAG,CAAC,KAAK,EAAE,GAAG,CAAC,YAAY,CAAC;oBAC/D,WAAW,EAAE,GAAG,CAAC,WAAW,IAAI,cAAc,CAAC,GAAG,CAAC,WAAW,EAAE,GAAG,CAAC,YAAY,CAAC;iBAClD,CAAA,CAAA;aAAA,CAC1C;SACJ,CAAC;IACN,CAAC;IAYS,eAAe,CAAC,IAAiB;QACvC,MAAM,MAAM,GAAuB,EAAS,CAAC;QAC7C,KAAK,MAAM,GAAG,IAAI,IAAI,EAAE;YACpB,IAAI,GAAG,IAAI,GAAG,CAAC,KAAK,IAAI,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,IAAI,EAAE;gBACzD,MAAM,CAAC,GAAG,CAAC,IAAgC,CAAC,GAAG,iBAAiB,CAC5D,GAAG,CAAC,KAAK,EACT,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,IAAI,EACxB,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CACpC,CAAC;aACL;SACJ;QACD,OAAO,MAAM,CAAC;IAClB,CAAC;CACJ;AAvED,4DAuEC;AAED,SAAS,cAAc,CAAC,WAAiC,EAAE,YAA0B;IACjF,IAAI,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,YAAY,KAAK,YAAY,CAAC,CAAC;IACnE,IAAI,CAAC,KAAK,EAAE;QACR,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,YAAY,KAAK,iCAAqB,CAAC,CAAC;KAC3E;IACD,IAAI,CAAC,KAAK,EAAE;QACR,KAAK,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;KAC1B;IACD,OAAO,KAAK,CAAC,KAAK,CAAC;AACvB,CAAC;AAED,SAAS,iBAAiB,CACtB,KAAa,EACb,IAAmB,EACnB,MAAe;IAEf,IAAI,MAAM,EAAE;QACR,IAAI;YACA,OAAQ,IAAI,CAAC,KAAK,CAAC,KAAK,CAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAQ,CAAC;SAC7F;QAAC,OAAO,GAAG,EAAE;YACV,MAAM,IAAI,4BAAmB,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;SAC9C;KACJ;IACD,QAAQ,IAAI,EAAE;QACV,KAAK,QAAQ;YACT,OAAO,KAAY,CAAC;QACxB,KAAK,KAAK;YACN,OAAO,MAAM,CAAC,QAAQ,CAAC,KAAK,IAAI,EAAE,EAAE,EAAE,CAAQ,CAAC;QACnD,KAAK,OAAO;YACR,OAAO,MAAM,CAAC,UAAU,CAAC,KAAK,IAAI,EAAE,CAAQ,CAAC;QACjD,KAAK,UAAU;YACX,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,EAAE,CAAQ,CAAC;QAC1C,KAAK,SAAS;YACV,OAAO,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE,KAAK,MAAM,IAAI,KAAK,KAAK,GAAG,CAAC,CAAQ,CAAC;QACjF,KAAK,IAAI;YACL,OAAO,KAAY,CAAC;QACxB;YACI,0BAAW,CAAC,IAAI,CAAC,CAAC;KACzB;AACL,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { LanguageCode } from '@vendure/common/lib/generated-types';
|
|
2
|
-
import { PermissionDefinition, PermissionMetadata } from './permission-definition';
|
|
3
|
-
export declare const DEFAULT_LANGUAGE_CODE = LanguageCode.en;
|
|
4
|
-
export declare const TRANSACTION_MANAGER_KEY: unique symbol;
|
|
5
|
-
export declare const REQUEST_CONTEXT_KEY = "vendureRequestContext";
|
|
6
|
-
export declare const DEFAULT_PERMISSIONS: PermissionDefinition[];
|
|
7
|
-
export declare function getAllPermissionsMetadata(customPermissions: PermissionDefinition[]): PermissionMetadata[];
|
package/cli/common/constants.js
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getAllPermissionsMetadata = exports.DEFAULT_PERMISSIONS = exports.REQUEST_CONTEXT_KEY = exports.TRANSACTION_MANAGER_KEY = exports.DEFAULT_LANGUAGE_CODE = void 0;
|
|
4
|
-
const generated_types_1 = require("@vendure/common/lib/generated-types");
|
|
5
|
-
const permission_definition_1 = require("./permission-definition");
|
|
6
|
-
exports.DEFAULT_LANGUAGE_CODE = generated_types_1.LanguageCode.en;
|
|
7
|
-
exports.TRANSACTION_MANAGER_KEY = Symbol('TRANSACTION_MANAGER');
|
|
8
|
-
exports.REQUEST_CONTEXT_KEY = 'vendureRequestContext';
|
|
9
|
-
exports.DEFAULT_PERMISSIONS = [
|
|
10
|
-
new permission_definition_1.PermissionDefinition({
|
|
11
|
-
name: 'Authenticated',
|
|
12
|
-
description: 'Authenticated means simply that the user is logged in',
|
|
13
|
-
assignable: true,
|
|
14
|
-
internal: true,
|
|
15
|
-
}),
|
|
16
|
-
new permission_definition_1.PermissionDefinition({
|
|
17
|
-
name: 'SuperAdmin',
|
|
18
|
-
description: 'SuperAdmin has unrestricted access to all operations',
|
|
19
|
-
assignable: true,
|
|
20
|
-
internal: true,
|
|
21
|
-
}),
|
|
22
|
-
new permission_definition_1.PermissionDefinition({
|
|
23
|
-
name: 'Owner',
|
|
24
|
-
description: `Owner means the user owns this entity, e.g. a Customer's own Order`,
|
|
25
|
-
assignable: false,
|
|
26
|
-
internal: true,
|
|
27
|
-
}),
|
|
28
|
-
new permission_definition_1.PermissionDefinition({
|
|
29
|
-
name: 'Public',
|
|
30
|
-
description: `Public means any unauthenticated user may perform the operation`,
|
|
31
|
-
assignable: false,
|
|
32
|
-
internal: true,
|
|
33
|
-
}),
|
|
34
|
-
new permission_definition_1.PermissionDefinition({
|
|
35
|
-
name: 'UpdateGlobalSettings',
|
|
36
|
-
description: `Grants permission to update GlobalSettings`,
|
|
37
|
-
assignable: true,
|
|
38
|
-
internal: false,
|
|
39
|
-
}),
|
|
40
|
-
new permission_definition_1.CrudPermissionDefinition('Catalog', operation => `Grants permission to ${operation} Products, Facets, Assets, Collections`),
|
|
41
|
-
new permission_definition_1.CrudPermissionDefinition('Settings', operation => `Grants permission to ${operation} PaymentMethods, ShippingMethods, TaxCategories, TaxRates, Zones, Countries, System & GlobalSettings`),
|
|
42
|
-
new permission_definition_1.CrudPermissionDefinition('Administrator'),
|
|
43
|
-
new permission_definition_1.CrudPermissionDefinition('Asset'),
|
|
44
|
-
new permission_definition_1.CrudPermissionDefinition('Channel'),
|
|
45
|
-
new permission_definition_1.CrudPermissionDefinition('Collection'),
|
|
46
|
-
new permission_definition_1.CrudPermissionDefinition('Country'),
|
|
47
|
-
new permission_definition_1.CrudPermissionDefinition('Customer'),
|
|
48
|
-
new permission_definition_1.CrudPermissionDefinition('CustomerGroup'),
|
|
49
|
-
new permission_definition_1.CrudPermissionDefinition('Facet'),
|
|
50
|
-
new permission_definition_1.CrudPermissionDefinition('Order'),
|
|
51
|
-
new permission_definition_1.CrudPermissionDefinition('PaymentMethod'),
|
|
52
|
-
new permission_definition_1.CrudPermissionDefinition('Product'),
|
|
53
|
-
new permission_definition_1.CrudPermissionDefinition('Promotion'),
|
|
54
|
-
new permission_definition_1.CrudPermissionDefinition('ShippingMethod'),
|
|
55
|
-
new permission_definition_1.CrudPermissionDefinition('Tag'),
|
|
56
|
-
new permission_definition_1.CrudPermissionDefinition('TaxCategory'),
|
|
57
|
-
new permission_definition_1.CrudPermissionDefinition('TaxRate'),
|
|
58
|
-
new permission_definition_1.CrudPermissionDefinition('System'),
|
|
59
|
-
new permission_definition_1.CrudPermissionDefinition('Zone'),
|
|
60
|
-
];
|
|
61
|
-
function getAllPermissionsMetadata(customPermissions) {
|
|
62
|
-
const allPermissions = [...exports.DEFAULT_PERMISSIONS, ...customPermissions];
|
|
63
|
-
return allPermissions.reduce((all, def) => [...all, ...def.getMetadata()], []);
|
|
64
|
-
}
|
|
65
|
-
exports.getAllPermissionsMetadata = getAllPermissionsMetadata;
|
|
66
|
-
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/common/constants.ts"],"names":[],"mappings":";;;AAAA,yEAAmE;AAEnE,mEAA6G;AAMhG,QAAA,qBAAqB,GAAG,8BAAY,CAAC,EAAE,CAAC;AACxC,QAAA,uBAAuB,GAAG,MAAM,CAAC,qBAAqB,CAAC,CAAC;AACxD,QAAA,mBAAmB,GAAG,uBAAuB,CAAC;AAC9C,QAAA,mBAAmB,GAA2B;IACvD,IAAI,4CAAoB,CAAC;QACrB,IAAI,EAAE,eAAe;QACrB,WAAW,EAAE,uDAAuD;QACpE,UAAU,EAAE,IAAI;QAChB,QAAQ,EAAE,IAAI;KACjB,CAAC;IACF,IAAI,4CAAoB,CAAC;QACrB,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,sDAAsD;QACnE,UAAU,EAAE,IAAI;QAChB,QAAQ,EAAE,IAAI;KACjB,CAAC;IACF,IAAI,4CAAoB,CAAC;QACrB,IAAI,EAAE,OAAO;QACb,WAAW,EAAE,oEAAoE;QACjF,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,IAAI;KACjB,CAAC;IACF,IAAI,4CAAoB,CAAC;QACrB,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,iEAAiE;QAC9E,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,IAAI;KACjB,CAAC;IACF,IAAI,4CAAoB,CAAC;QACrB,IAAI,EAAE,sBAAsB;QAC5B,WAAW,EAAE,4CAA4C;QACzD,UAAU,EAAE,IAAI;QAChB,QAAQ,EAAE,KAAK;KAClB,CAAC;IACF,IAAI,gDAAwB,CACxB,SAAS,EACT,SAAS,CAAC,EAAE,CAAC,wBAAwB,SAAS,wCAAwC,CACzF;IACD,IAAI,gDAAwB,CACxB,UAAU,EACV,SAAS,CAAC,EAAE,CACR,wBAAwB,SAAS,sGAAsG,CAC9I;IACD,IAAI,gDAAwB,CAAC,eAAe,CAAC;IAC7C,IAAI,gDAAwB,CAAC,OAAO,CAAC;IACrC,IAAI,gDAAwB,CAAC,SAAS,CAAC;IACvC,IAAI,gDAAwB,CAAC,YAAY,CAAC;IAC1C,IAAI,gDAAwB,CAAC,SAAS,CAAC;IACvC,IAAI,gDAAwB,CAAC,UAAU,CAAC;IACxC,IAAI,gDAAwB,CAAC,eAAe,CAAC;IAC7C,IAAI,gDAAwB,CAAC,OAAO,CAAC;IACrC,IAAI,gDAAwB,CAAC,OAAO,CAAC;IACrC,IAAI,gDAAwB,CAAC,eAAe,CAAC;IAC7C,IAAI,gDAAwB,CAAC,SAAS,CAAC;IACvC,IAAI,gDAAwB,CAAC,WAAW,CAAC;IACzC,IAAI,gDAAwB,CAAC,gBAAgB,CAAC;IAC9C,IAAI,gDAAwB,CAAC,KAAK,CAAC;IACnC,IAAI,gDAAwB,CAAC,aAAa,CAAC;IAC3C,IAAI,gDAAwB,CAAC,SAAS,CAAC;IACvC,IAAI,gDAAwB,CAAC,QAAQ,CAAC;IACtC,IAAI,gDAAwB,CAAC,MAAM,CAAC;CACvC,CAAC;AAEF,SAAgB,yBAAyB,CAAC,iBAAyC;IAC/E,MAAM,cAAc,GAAG,CAAC,GAAG,2BAAmB,EAAE,GAAG,iBAAiB,CAAC,CAAC;IACtE,OAAO,cAAc,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,GAAG,EAAE,GAAG,GAAG,CAAC,WAAW,EAAE,CAAC,EAAE,EAA0B,CAAC,CAAC;AAC3G,CAAC;AAHD,8DAGC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { VendureEntity } from '../../entity/base/base.entity';
|
|
2
|
-
export declare type GraphQLErrorResult = {
|
|
3
|
-
errorCode: string;
|
|
4
|
-
message: string;
|
|
5
|
-
};
|
|
6
|
-
export declare type JustErrorResults<T extends GraphQLErrorResult | U, U = any> = Exclude<T, T extends GraphQLErrorResult ? never : T>;
|
|
7
|
-
export declare type ErrorResultUnion<T extends GraphQLErrorResult | U, E extends VendureEntity, U = any> = JustErrorResults<T> | E;
|
|
8
|
-
export declare function isGraphQlErrorResult<T extends GraphQLErrorResult | U, U = any>(input: T): input is JustErrorResults<T>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isGraphQlErrorResult = void 0;
|
|
4
|
-
function isGraphQlErrorResult(input) {
|
|
5
|
-
return (input &&
|
|
6
|
-
!!(input.errorCode &&
|
|
7
|
-
input.message != null) &&
|
|
8
|
-
input.__typename);
|
|
9
|
-
}
|
|
10
|
-
exports.isGraphQlErrorResult = isGraphQlErrorResult;
|
|
11
|
-
//# sourceMappingURL=error-result.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"error-result.js","sourceRoot":"","sources":["../../../src/common/error/error-result.ts"],"names":[],"mappings":";;;AAmDA,SAAgB,oBAAoB,CAChC,KAA6B;IAE7B,OAAO,CACH,KAAK;QACL,CAAC,CAAC,CACI,KAAwC,CAAC,SAAS;YAClD,KAAwC,CAAC,OAAO,IAAI,IAAI,CAC7D;QACA,KAAa,CAAC,UAAU,CAC5B,CAAC;AACN,CAAC;AAXD,oDAWC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { ID } from '@vendure/common/lib/shared-types';
|
|
2
|
-
import { LogLevel } from '../../config/logger/vendure-logger';
|
|
3
|
-
import { coreEntitiesMap } from '../../entity/entities';
|
|
4
|
-
import { I18nError } from '../../i18n/i18n-error';
|
|
5
|
-
export declare class InternalServerError extends I18nError {
|
|
6
|
-
constructor(message: string, variables?: {
|
|
7
|
-
[key: string]: string | number;
|
|
8
|
-
});
|
|
9
|
-
}
|
|
10
|
-
export declare class UserInputError extends I18nError {
|
|
11
|
-
constructor(message: string, variables?: {
|
|
12
|
-
[key: string]: string | number;
|
|
13
|
-
});
|
|
14
|
-
}
|
|
15
|
-
export declare class IllegalOperationError extends I18nError {
|
|
16
|
-
constructor(message: string, variables?: {
|
|
17
|
-
[key: string]: string | number;
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
export declare class UnauthorizedError extends I18nError {
|
|
21
|
-
constructor();
|
|
22
|
-
}
|
|
23
|
-
export declare class ForbiddenError extends I18nError {
|
|
24
|
-
constructor(logLevel?: LogLevel);
|
|
25
|
-
}
|
|
26
|
-
export declare class ChannelNotFoundError extends I18nError {
|
|
27
|
-
constructor(token: string);
|
|
28
|
-
}
|
|
29
|
-
export declare class EntityNotFoundError extends I18nError {
|
|
30
|
-
constructor(entityName: keyof typeof coreEntitiesMap, id: ID);
|
|
31
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EntityNotFoundError = exports.ChannelNotFoundError = exports.ForbiddenError = exports.UnauthorizedError = exports.IllegalOperationError = exports.UserInputError = exports.InternalServerError = void 0;
|
|
4
|
-
const vendure_logger_1 = require("../../config/logger/vendure-logger");
|
|
5
|
-
const i18n_error_1 = require("../../i18n/i18n-error");
|
|
6
|
-
class InternalServerError extends i18n_error_1.I18nError {
|
|
7
|
-
constructor(message, variables = {}) {
|
|
8
|
-
super(message, variables, 'INTERNAL_SERVER_ERROR', vendure_logger_1.LogLevel.Error);
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
exports.InternalServerError = InternalServerError;
|
|
12
|
-
class UserInputError extends i18n_error_1.I18nError {
|
|
13
|
-
constructor(message, variables = {}) {
|
|
14
|
-
super(message, variables, 'USER_INPUT_ERROR', vendure_logger_1.LogLevel.Warn);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.UserInputError = UserInputError;
|
|
18
|
-
class IllegalOperationError extends i18n_error_1.I18nError {
|
|
19
|
-
constructor(message, variables = {}) {
|
|
20
|
-
super(message, variables, 'ILLEGAL_OPERATION', vendure_logger_1.LogLevel.Warn);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
exports.IllegalOperationError = IllegalOperationError;
|
|
24
|
-
class UnauthorizedError extends i18n_error_1.I18nError {
|
|
25
|
-
constructor() {
|
|
26
|
-
super('error.unauthorized', {}, 'UNAUTHORIZED', vendure_logger_1.LogLevel.Info);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
exports.UnauthorizedError = UnauthorizedError;
|
|
30
|
-
class ForbiddenError extends i18n_error_1.I18nError {
|
|
31
|
-
constructor(logLevel = vendure_logger_1.LogLevel.Error) {
|
|
32
|
-
super('error.forbidden', {}, 'FORBIDDEN', logLevel);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
exports.ForbiddenError = ForbiddenError;
|
|
36
|
-
class ChannelNotFoundError extends i18n_error_1.I18nError {
|
|
37
|
-
constructor(token) {
|
|
38
|
-
super('error.channel-not-found', { token }, 'CHANNEL_NOT_FOUND', vendure_logger_1.LogLevel.Info);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
exports.ChannelNotFoundError = ChannelNotFoundError;
|
|
42
|
-
class EntityNotFoundError extends i18n_error_1.I18nError {
|
|
43
|
-
constructor(entityName, id) {
|
|
44
|
-
super('error.entity-with-id-not-found', { entityName, id }, 'ENTITY_NOT_FOUND', vendure_logger_1.LogLevel.Warn);
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
exports.EntityNotFoundError = EntityNotFoundError;
|
|
48
|
-
//# sourceMappingURL=errors.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../src/common/error/errors.ts"],"names":[],"mappings":";;;AAEA,uEAA8D;AAE9D,sDAAkD;AASlD,MAAa,mBAAoB,SAAQ,sBAAS;IAC9C,YAAY,OAAe,EAAE,YAAgD,EAAE;QAC3E,KAAK,CAAC,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,yBAAQ,CAAC,KAAK,CAAC,CAAC;IACvE,CAAC;CACJ;AAJD,kDAIC;AASD,MAAa,cAAe,SAAQ,sBAAS;IACzC,YAAY,OAAe,EAAE,YAAgD,EAAE;QAC3E,KAAK,CAAC,OAAO,EAAE,SAAS,EAAE,kBAAkB,EAAE,yBAAQ,CAAC,IAAI,CAAC,CAAC;IACjE,CAAC;CACJ;AAJD,wCAIC;AASD,MAAa,qBAAsB,SAAQ,sBAAS;IAChD,YAAY,OAAe,EAAE,YAAgD,EAAE;QAC3E,KAAK,CAAC,OAAO,EAAE,SAAS,EAAE,mBAAmB,EAAE,yBAAQ,CAAC,IAAI,CAAC,CAAC;IAClE,CAAC;CACJ;AAJD,sDAIC;AASD,MAAa,iBAAkB,SAAQ,sBAAS;IAC5C;QACI,KAAK,CAAC,oBAAoB,EAAE,EAAE,EAAE,cAAc,EAAE,yBAAQ,CAAC,IAAI,CAAC,CAAC;IACnE,CAAC;CACJ;AAJD,8CAIC;AAUD,MAAa,cAAe,SAAQ,sBAAS;IACzC,YAAY,WAAqB,yBAAQ,CAAC,KAAK;QAC3C,KAAK,CAAC,iBAAiB,EAAE,EAAE,EAAE,WAAW,EAAE,QAAQ,CAAC,CAAC;IACxD,CAAC;CACJ;AAJD,wCAIC;AAUD,MAAa,oBAAqB,SAAQ,sBAAS;IAC/C,YAAY,KAAa;QACrB,KAAK,CAAC,yBAAyB,EAAE,EAAE,KAAK,EAAE,EAAE,mBAAmB,EAAE,yBAAQ,CAAC,IAAI,CAAC,CAAC;IACpF,CAAC;CACJ;AAJD,oDAIC;AAUD,MAAa,mBAAoB,SAAQ,sBAAS;IAC9C,YAAY,UAAwC,EAAE,EAAM;QACxD,KAAK,CAAC,gCAAgC,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,EAAE,kBAAkB,EAAE,yBAAQ,CAAC,IAAI,CAAC,CAAC;IACnG,CAAC;CACJ;AAJD,kDAIC"}
|