@acmekit/types 2.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/address/common.d.ts +16 -0
- package/dist/address/common.d.ts.map +1 -0
- package/dist/address/common.js +3 -0
- package/dist/address/common.js.map +1 -0
- package/dist/address/index.d.ts +2 -0
- package/dist/address/index.d.ts.map +1 -0
- package/dist/address/index.js +18 -0
- package/dist/address/index.js.map +1 -0
- package/dist/admin/extensions.d.ts +28 -0
- package/dist/admin/extensions.d.ts.map +1 -0
- package/dist/admin/extensions.js +3 -0
- package/dist/admin/extensions.js.map +1 -0
- package/dist/admin/index.d.ts +2 -0
- package/dist/admin/index.d.ts.map +1 -0
- package/dist/admin/index.js +18 -0
- package/dist/admin/index.js.map +1 -0
- package/dist/analytics/index.d.ts +5 -0
- package/dist/analytics/index.d.ts.map +1 -0
- package/dist/analytics/index.js +21 -0
- package/dist/analytics/index.js.map +1 -0
- package/dist/analytics/mutations.d.ts +71 -0
- package/dist/analytics/mutations.d.ts.map +1 -0
- package/dist/analytics/mutations.js +3 -0
- package/dist/analytics/mutations.js.map +1 -0
- package/dist/analytics/provider.d.ts +41 -0
- package/dist/analytics/provider.d.ts.map +1 -0
- package/dist/analytics/provider.js +3 -0
- package/dist/analytics/provider.js.map +1 -0
- package/dist/analytics/providers/index.d.ts +3 -0
- package/dist/analytics/providers/index.d.ts.map +1 -0
- package/dist/analytics/providers/index.js +19 -0
- package/dist/analytics/providers/index.js.map +1 -0
- package/dist/analytics/providers/local.d.ts +3 -0
- package/dist/analytics/providers/local.d.ts.map +1 -0
- package/dist/analytics/providers/local.js +3 -0
- package/dist/analytics/providers/local.js.map +1 -0
- package/dist/analytics/providers/posthog.d.ts +11 -0
- package/dist/analytics/providers/posthog.d.ts.map +1 -0
- package/dist/analytics/providers/posthog.js +3 -0
- package/dist/analytics/providers/posthog.js.map +1 -0
- package/dist/analytics/service.d.ts +51 -0
- package/dist/analytics/service.d.ts.map +1 -0
- package/dist/analytics/service.js +3 -0
- package/dist/analytics/service.js.map +1 -0
- package/dist/api-key/common/api-key.d.ts +87 -0
- package/dist/api-key/common/api-key.d.ts.map +1 -0
- package/dist/api-key/common/api-key.js +3 -0
- package/dist/api-key/common/api-key.js.map +1 -0
- package/dist/api-key/common/index.d.ts +2 -0
- package/dist/api-key/common/index.d.ts.map +1 -0
- package/dist/api-key/common/index.js +18 -0
- package/dist/api-key/common/index.js.map +1 -0
- package/dist/api-key/index.d.ts +4 -0
- package/dist/api-key/index.d.ts.map +1 -0
- package/dist/api-key/index.js +20 -0
- package/dist/api-key/index.js.map +1 -0
- package/dist/api-key/mutations/api-key.d.ts +65 -0
- package/dist/api-key/mutations/api-key.d.ts.map +1 -0
- package/dist/api-key/mutations/api-key.js +3 -0
- package/dist/api-key/mutations/api-key.js.map +1 -0
- package/dist/api-key/mutations/index.d.ts +2 -0
- package/dist/api-key/mutations/index.d.ts.map +1 -0
- package/dist/api-key/mutations/index.js +18 -0
- package/dist/api-key/mutations/index.js.map +1 -0
- package/dist/api-key/service.d.ts +265 -0
- package/dist/api-key/service.d.ts.map +1 -0
- package/dist/api-key/service.js +3 -0
- package/dist/api-key/service.js.map +1 -0
- package/dist/auth/common/auth-identity.d.ts +190 -0
- package/dist/auth/common/auth-identity.d.ts.map +1 -0
- package/dist/auth/common/auth-identity.js +3 -0
- package/dist/auth/common/auth-identity.js.map +1 -0
- package/dist/auth/common/index.d.ts +3 -0
- package/dist/auth/common/index.d.ts.map +1 -0
- package/dist/auth/common/index.js +19 -0
- package/dist/auth/common/index.js.map +1 -0
- package/dist/auth/common/provider.d.ts +65 -0
- package/dist/auth/common/provider.d.ts.map +1 -0
- package/dist/auth/common/provider.js +3 -0
- package/dist/auth/common/provider.js.map +1 -0
- package/dist/auth/index.d.ts +5 -0
- package/dist/auth/index.d.ts.map +1 -0
- package/dist/auth/index.js +21 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/auth/provider.d.ts +24 -0
- package/dist/auth/provider.d.ts.map +1 -0
- package/dist/auth/provider.js +3 -0
- package/dist/auth/provider.js.map +1 -0
- package/dist/auth/providers/emailpass.d.ts +8 -0
- package/dist/auth/providers/emailpass.d.ts.map +1 -0
- package/dist/auth/providers/emailpass.js +3 -0
- package/dist/auth/providers/emailpass.js.map +1 -0
- package/dist/auth/providers/github.d.ts +6 -0
- package/dist/auth/providers/github.d.ts.map +1 -0
- package/dist/auth/providers/github.js +3 -0
- package/dist/auth/providers/github.js.map +1 -0
- package/dist/auth/providers/google.d.ts +6 -0
- package/dist/auth/providers/google.d.ts.map +1 -0
- package/dist/auth/providers/google.js +3 -0
- package/dist/auth/providers/google.js.map +1 -0
- package/dist/auth/providers/index.d.ts +4 -0
- package/dist/auth/providers/index.d.ts.map +1 -0
- package/dist/auth/providers/index.js +20 -0
- package/dist/auth/providers/index.js.map +1 -0
- package/dist/auth/service.d.ts +405 -0
- package/dist/auth/service.d.ts.map +1 -0
- package/dist/auth/service.js +3 -0
- package/dist/auth/service.js.map +1 -0
- package/dist/bundles.d.ts +39 -0
- package/dist/bundles.d.ts.map +1 -0
- package/dist/bundles.js +75 -0
- package/dist/bundles.js.map +1 -0
- package/dist/cache/index.d.ts +2 -0
- package/dist/cache/index.d.ts.map +1 -0
- package/dist/cache/index.js +18 -0
- package/dist/cache/index.js.map +1 -0
- package/dist/cache/service.d.ts +33 -0
- package/dist/cache/service.d.ts.map +1 -0
- package/dist/cache/service.js +3 -0
- package/dist/cache/service.js.map +1 -0
- package/dist/caching/index.d.ts +532 -0
- package/dist/caching/index.d.ts.map +1 -0
- package/dist/caching/index.js +3 -0
- package/dist/caching/index.js.map +1 -0
- package/dist/cart/common.d.ts +1133 -0
- package/dist/cart/common.d.ts.map +1 -0
- package/dist/cart/common.js +3 -0
- package/dist/cart/common.js.map +1 -0
- package/dist/cart/index.d.ts +5 -0
- package/dist/cart/index.d.ts.map +1 -0
- package/dist/cart/index.js +21 -0
- package/dist/cart/index.js.map +1 -0
- package/dist/cart/mutations.d.ts +742 -0
- package/dist/cart/mutations.d.ts.map +1 -0
- package/dist/cart/mutations.js +4 -0
- package/dist/cart/mutations.js.map +1 -0
- package/dist/cart/service.d.ts +1888 -0
- package/dist/cart/service.d.ts.map +1 -0
- package/dist/cart/service.js +3 -0
- package/dist/cart/service.js.map +1 -0
- package/dist/cart/workflows.d.ts +498 -0
- package/dist/cart/workflows.d.ts.map +1 -0
- package/dist/cart/workflows.js +3 -0
- package/dist/cart/workflows.js.map +1 -0
- package/dist/common/acmekit-cli.d.ts +6 -0
- package/dist/common/acmekit-cli.d.ts.map +1 -0
- package/dist/common/acmekit-cli.js +3 -0
- package/dist/common/acmekit-cli.js.map +1 -0
- package/dist/common/acmekit-container.d.ts +27 -0
- package/dist/common/acmekit-container.d.ts.map +1 -0
- package/dist/common/acmekit-container.js +3 -0
- package/dist/common/acmekit-container.js.map +1 -0
- package/dist/common/batch.d.ts +69 -0
- package/dist/common/batch.d.ts.map +1 -0
- package/dist/common/batch.js +3 -0
- package/dist/common/batch.js.map +1 -0
- package/dist/common/camel-case.d.ts +24 -0
- package/dist/common/camel-case.d.ts.map +1 -0
- package/dist/common/camel-case.js +3 -0
- package/dist/common/camel-case.js.map +1 -0
- package/dist/common/common.d.ts +268 -0
- package/dist/common/common.d.ts.map +1 -0
- package/dist/common/common.js +3 -0
- package/dist/common/common.js.map +1 -0
- package/dist/common/config-file.d.ts +8 -0
- package/dist/common/config-file.d.ts.map +1 -0
- package/dist/common/config-file.js +3 -0
- package/dist/common/config-file.js.map +1 -0
- package/dist/common/config-module.d.ts +1151 -0
- package/dist/common/config-module.d.ts.map +1 -0
- package/dist/common/config-module.js +3 -0
- package/dist/common/config-module.js.map +1 -0
- package/dist/common/index.d.ts +10 -0
- package/dist/common/index.d.ts.map +1 -0
- package/dist/common/index.js +26 -0
- package/dist/common/index.js.map +1 -0
- package/dist/common/rule.d.ts +5 -0
- package/dist/common/rule.d.ts.map +1 -0
- package/dist/common/rule.js +3 -0
- package/dist/common/rule.js.map +1 -0
- package/dist/common/with-calculated.d.ts +7 -0
- package/dist/common/with-calculated.d.ts.map +1 -0
- package/dist/common/with-calculated.js +3 -0
- package/dist/common/with-calculated.js.map +1 -0
- package/dist/currency/common/currency.d.ts +52 -0
- package/dist/currency/common/currency.d.ts.map +1 -0
- package/dist/currency/common/currency.js +3 -0
- package/dist/currency/common/currency.js.map +1 -0
- package/dist/currency/common/index.d.ts +2 -0
- package/dist/currency/common/index.d.ts.map +1 -0
- package/dist/currency/common/index.js +18 -0
- package/dist/currency/common/index.js.map +1 -0
- package/dist/currency/index.d.ts +3 -0
- package/dist/currency/index.d.ts.map +1 -0
- package/dist/currency/index.js +19 -0
- package/dist/currency/index.js.map +1 -0
- package/dist/currency/service.d.ts +96 -0
- package/dist/currency/service.d.ts.map +1 -0
- package/dist/currency/service.js +3 -0
- package/dist/currency/service.js.map +1 -0
- package/dist/customer/common.d.ts +541 -0
- package/dist/customer/common.d.ts.map +1 -0
- package/dist/customer/common.js +3 -0
- package/dist/customer/common.js.map +1 -0
- package/dist/customer/index.d.ts +4 -0
- package/dist/customer/index.d.ts.map +1 -0
- package/dist/customer/index.js +20 -0
- package/dist/customer/index.js.map +1 -0
- package/dist/customer/mutations.d.ts +308 -0
- package/dist/customer/mutations.d.ts.map +1 -0
- package/dist/customer/mutations.js +3 -0
- package/dist/customer/mutations.js.map +1 -0
- package/dist/customer/service.d.ts +966 -0
- package/dist/customer/service.d.ts.map +1 -0
- package/dist/customer/service.js +3 -0
- package/dist/customer/service.js.map +1 -0
- package/dist/dal/entity.d.ts +3 -0
- package/dist/dal/entity.d.ts.map +1 -0
- package/dist/dal/entity.js +3 -0
- package/dist/dal/entity.js.map +1 -0
- package/dist/dal/index.d.ts +84 -0
- package/dist/dal/index.d.ts.map +1 -0
- package/dist/dal/index.js +19 -0
- package/dist/dal/index.js.map +1 -0
- package/dist/dal/repository-service.d.ts +88 -0
- package/dist/dal/repository-service.d.ts.map +1 -0
- package/dist/dal/repository-service.js +3 -0
- package/dist/dal/repository-service.js.map +1 -0
- package/dist/dal/utils.d.ts +55 -0
- package/dist/dal/utils.d.ts.map +1 -0
- package/dist/dal/utils.js +3 -0
- package/dist/dal/utils.js.map +1 -0
- package/dist/dml/index.d.ts +240 -0
- package/dist/dml/index.d.ts.map +1 -0
- package/dist/dml/index.js +3 -0
- package/dist/dml/index.js.map +1 -0
- package/dist/event-bus/common.d.ts +58 -0
- package/dist/event-bus/common.d.ts.map +1 -0
- package/dist/event-bus/common.js +3 -0
- package/dist/event-bus/common.js.map +1 -0
- package/dist/event-bus/event-bus-module.d.ts +97 -0
- package/dist/event-bus/event-bus-module.d.ts.map +1 -0
- package/dist/event-bus/event-bus-module.js +3 -0
- package/dist/event-bus/event-bus-module.js.map +1 -0
- package/dist/event-bus/event-bus.d.ts +8 -0
- package/dist/event-bus/event-bus.d.ts.map +1 -0
- package/dist/event-bus/event-bus.js +3 -0
- package/dist/event-bus/event-bus.js.map +1 -0
- package/dist/event-bus/index.d.ts +4 -0
- package/dist/event-bus/index.d.ts.map +1 -0
- package/dist/event-bus/index.js +20 -0
- package/dist/event-bus/index.js.map +1 -0
- package/dist/feature-flag/common.d.ts +31 -0
- package/dist/feature-flag/common.d.ts.map +1 -0
- package/dist/feature-flag/common.js +3 -0
- package/dist/feature-flag/common.js.map +1 -0
- package/dist/feature-flag/index.d.ts +2 -0
- package/dist/feature-flag/index.d.ts.map +1 -0
- package/dist/feature-flag/index.js +18 -0
- package/dist/feature-flag/index.js.map +1 -0
- package/dist/file/common.d.ts +45 -0
- package/dist/file/common.d.ts.map +1 -0
- package/dist/file/common.js +3 -0
- package/dist/file/common.js.map +1 -0
- package/dist/file/index.d.ts +6 -0
- package/dist/file/index.d.ts.map +1 -0
- package/dist/file/index.js +22 -0
- package/dist/file/index.js.map +1 -0
- package/dist/file/mutations.d.ts +40 -0
- package/dist/file/mutations.d.ts.map +1 -0
- package/dist/file/mutations.js +3 -0
- package/dist/file/mutations.js.map +1 -0
- package/dist/file/provider.d.ts +189 -0
- package/dist/file/provider.d.ts.map +1 -0
- package/dist/file/provider.js +3 -0
- package/dist/file/provider.js.map +1 -0
- package/dist/file/providers/index.d.ts +3 -0
- package/dist/file/providers/index.d.ts.map +1 -0
- package/dist/file/providers/index.js +19 -0
- package/dist/file/providers/index.js.map +1 -0
- package/dist/file/providers/local.d.ts +6 -0
- package/dist/file/providers/local.d.ts.map +1 -0
- package/dist/file/providers/local.js +3 -0
- package/dist/file/providers/local.js.map +1 -0
- package/dist/file/providers/s3.d.ts +14 -0
- package/dist/file/providers/s3.d.ts.map +1 -0
- package/dist/file/providers/s3.js +3 -0
- package/dist/file/providers/s3.js.map +1 -0
- package/dist/file/service.d.ts +182 -0
- package/dist/file/service.d.ts.map +1 -0
- package/dist/file/service.js +3 -0
- package/dist/file/service.js.map +1 -0
- package/dist/file-service/index.d.ts +91 -0
- package/dist/file-service/index.d.ts.map +1 -0
- package/dist/file-service/index.js +3 -0
- package/dist/file-service/index.js.map +1 -0
- package/dist/fulfillment/common/address.d.ts +70 -0
- package/dist/fulfillment/common/address.d.ts.map +1 -0
- package/dist/fulfillment/common/address.js +3 -0
- package/dist/fulfillment/common/address.js.map +1 -0
- package/dist/fulfillment/common/cart.d.ts +89 -0
- package/dist/fulfillment/common/cart.d.ts.map +1 -0
- package/dist/fulfillment/common/cart.js +3 -0
- package/dist/fulfillment/common/cart.js.map +1 -0
- package/dist/fulfillment/common/fulfillment-item.d.ts +55 -0
- package/dist/fulfillment/common/fulfillment-item.d.ts.map +1 -0
- package/dist/fulfillment/common/fulfillment-item.js +3 -0
- package/dist/fulfillment/common/fulfillment-item.js.map +1 -0
- package/dist/fulfillment/common/fulfillment-label.d.ts +43 -0
- package/dist/fulfillment/common/fulfillment-label.d.ts.map +1 -0
- package/dist/fulfillment/common/fulfillment-label.js +3 -0
- package/dist/fulfillment/common/fulfillment-label.js.map +1 -0
- package/dist/fulfillment/common/fulfillment-provider.d.ts +45 -0
- package/dist/fulfillment/common/fulfillment-provider.d.ts.map +1 -0
- package/dist/fulfillment/common/fulfillment-provider.js +3 -0
- package/dist/fulfillment/common/fulfillment-provider.js.map +1 -0
- package/dist/fulfillment/common/fulfillment-set.d.ts +61 -0
- package/dist/fulfillment/common/fulfillment-set.d.ts.map +1 -0
- package/dist/fulfillment/common/fulfillment-set.js +3 -0
- package/dist/fulfillment/common/fulfillment-set.js.map +1 -0
- package/dist/fulfillment/common/fulfillment.d.ts +142 -0
- package/dist/fulfillment/common/fulfillment.d.ts.map +1 -0
- package/dist/fulfillment/common/fulfillment.js +3 -0
- package/dist/fulfillment/common/fulfillment.js.map +1 -0
- package/dist/fulfillment/common/geo-zone.d.ts +76 -0
- package/dist/fulfillment/common/geo-zone.d.ts.map +1 -0
- package/dist/fulfillment/common/geo-zone.js +3 -0
- package/dist/fulfillment/common/geo-zone.js.map +1 -0
- package/dist/fulfillment/common/index.d.ts +15 -0
- package/dist/fulfillment/common/index.d.ts.map +1 -0
- package/dist/fulfillment/common/index.js +31 -0
- package/dist/fulfillment/common/index.js.map +1 -0
- package/dist/fulfillment/common/order.d.ts +899 -0
- package/dist/fulfillment/common/order.d.ts.map +1 -0
- package/dist/fulfillment/common/order.js +3 -0
- package/dist/fulfillment/common/order.js.map +1 -0
- package/dist/fulfillment/common/service-zone.d.ts +79 -0
- package/dist/fulfillment/common/service-zone.d.ts.map +1 -0
- package/dist/fulfillment/common/service-zone.js +3 -0
- package/dist/fulfillment/common/service-zone.js.map +1 -0
- package/dist/fulfillment/common/shipping-option-rule.d.ts +73 -0
- package/dist/fulfillment/common/shipping-option-rule.d.ts.map +1 -0
- package/dist/fulfillment/common/shipping-option-rule.js +3 -0
- package/dist/fulfillment/common/shipping-option-rule.js.map +1 -0
- package/dist/fulfillment/common/shipping-option-type.d.ts +65 -0
- package/dist/fulfillment/common/shipping-option-type.d.ts.map +1 -0
- package/dist/fulfillment/common/shipping-option-type.js +3 -0
- package/dist/fulfillment/common/shipping-option-type.js.map +1 -0
- package/dist/fulfillment/common/shipping-option.d.ts +171 -0
- package/dist/fulfillment/common/shipping-option.d.ts.map +1 -0
- package/dist/fulfillment/common/shipping-option.js +3 -0
- package/dist/fulfillment/common/shipping-option.js.map +1 -0
- package/dist/fulfillment/common/shipping-profile.d.ts +61 -0
- package/dist/fulfillment/common/shipping-profile.d.ts.map +1 -0
- package/dist/fulfillment/common/shipping-profile.js +3 -0
- package/dist/fulfillment/common/shipping-profile.js.map +1 -0
- package/dist/fulfillment/index.d.ts +6 -0
- package/dist/fulfillment/index.d.ts.map +1 -0
- package/dist/fulfillment/index.js +22 -0
- package/dist/fulfillment/index.js.map +1 -0
- package/dist/fulfillment/mutations/fulfillment-address.d.ts +54 -0
- package/dist/fulfillment/mutations/fulfillment-address.d.ts.map +1 -0
- package/dist/fulfillment/mutations/fulfillment-address.js +3 -0
- package/dist/fulfillment/mutations/fulfillment-address.js.map +1 -0
- package/dist/fulfillment/mutations/fulfillment-item.d.ts +34 -0
- package/dist/fulfillment/mutations/fulfillment-item.d.ts.map +1 -0
- package/dist/fulfillment/mutations/fulfillment-item.js +3 -0
- package/dist/fulfillment/mutations/fulfillment-item.js.map +1 -0
- package/dist/fulfillment/mutations/fulfillment-label.d.ts +22 -0
- package/dist/fulfillment/mutations/fulfillment-label.d.ts.map +1 -0
- package/dist/fulfillment/mutations/fulfillment-label.js +3 -0
- package/dist/fulfillment/mutations/fulfillment-label.js.map +1 -0
- package/dist/fulfillment/mutations/fulfillment-set.d.ts +45 -0
- package/dist/fulfillment/mutations/fulfillment-set.d.ts.map +1 -0
- package/dist/fulfillment/mutations/fulfillment-set.js +3 -0
- package/dist/fulfillment/mutations/fulfillment-set.js.map +1 -0
- package/dist/fulfillment/mutations/fulfillment.d.ts +110 -0
- package/dist/fulfillment/mutations/fulfillment.d.ts.map +1 -0
- package/dist/fulfillment/mutations/fulfillment.js +3 -0
- package/dist/fulfillment/mutations/fulfillment.js.map +1 -0
- package/dist/fulfillment/mutations/geo-zone.d.ts +169 -0
- package/dist/fulfillment/mutations/geo-zone.d.ts.map +1 -0
- package/dist/fulfillment/mutations/geo-zone.js +3 -0
- package/dist/fulfillment/mutations/geo-zone.js.map +1 -0
- package/dist/fulfillment/mutations/index.d.ts +12 -0
- package/dist/fulfillment/mutations/index.d.ts.map +1 -0
- package/dist/fulfillment/mutations/index.js +28 -0
- package/dist/fulfillment/mutations/index.js.map +1 -0
- package/dist/fulfillment/mutations/service-zone.d.ts +46 -0
- package/dist/fulfillment/mutations/service-zone.d.ts.map +1 -0
- package/dist/fulfillment/mutations/service-zone.js +3 -0
- package/dist/fulfillment/mutations/service-zone.js.map +1 -0
- package/dist/fulfillment/mutations/shipping-option-rule.d.ts +32 -0
- package/dist/fulfillment/mutations/shipping-option-rule.d.ts.map +1 -0
- package/dist/fulfillment/mutations/shipping-option-rule.js +3 -0
- package/dist/fulfillment/mutations/shipping-option-rule.js.map +1 -0
- package/dist/fulfillment/mutations/shipping-option-type.d.ts +32 -0
- package/dist/fulfillment/mutations/shipping-option-type.d.ts.map +1 -0
- package/dist/fulfillment/mutations/shipping-option-type.js +3 -0
- package/dist/fulfillment/mutations/shipping-option-type.js.map +1 -0
- package/dist/fulfillment/mutations/shipping-option.d.ts +183 -0
- package/dist/fulfillment/mutations/shipping-option.d.ts.map +1 -0
- package/dist/fulfillment/mutations/shipping-option.js +3 -0
- package/dist/fulfillment/mutations/shipping-option.js.map +1 -0
- package/dist/fulfillment/mutations/shipping-profile.d.ts +41 -0
- package/dist/fulfillment/mutations/shipping-profile.d.ts.map +1 -0
- package/dist/fulfillment/mutations/shipping-profile.js +3 -0
- package/dist/fulfillment/mutations/shipping-profile.js.map +1 -0
- package/dist/fulfillment/provider.d.ts +131 -0
- package/dist/fulfillment/provider.d.ts.map +1 -0
- package/dist/fulfillment/provider.js +3 -0
- package/dist/fulfillment/provider.js.map +1 -0
- package/dist/fulfillment/service.d.ts +2632 -0
- package/dist/fulfillment/service.d.ts.map +1 -0
- package/dist/fulfillment/service.js +3 -0
- package/dist/fulfillment/service.js.map +1 -0
- package/dist/fulfillment/workflows.d.ts +243 -0
- package/dist/fulfillment/workflows.d.ts.map +1 -0
- package/dist/fulfillment/workflows.js +3 -0
- package/dist/fulfillment/workflows.js.map +1 -0
- package/dist/http/address/entities.d.ts +18 -0
- package/dist/http/address/entities.d.ts.map +1 -0
- package/dist/http/address/entities.js +3 -0
- package/dist/http/address/entities.js.map +1 -0
- package/dist/http/address/index.d.ts +2 -0
- package/dist/http/address/index.d.ts.map +1 -0
- package/dist/http/address/index.js +18 -0
- package/dist/http/address/index.js.map +1 -0
- package/dist/http/api-key/admin/index.d.ts +4 -0
- package/dist/http/api-key/admin/index.d.ts.map +1 -0
- package/dist/http/api-key/admin/index.js +20 -0
- package/dist/http/api-key/admin/index.js.map +1 -0
- package/dist/http/api-key/admin/payloads.d.ts +24 -0
- package/dist/http/api-key/admin/payloads.d.ts.map +1 -0
- package/dist/http/api-key/admin/payloads.js +3 -0
- package/dist/http/api-key/admin/payloads.js.map +1 -0
- package/dist/http/api-key/admin/queries.d.ts +42 -0
- package/dist/http/api-key/admin/queries.d.ts.map +1 -0
- package/dist/http/api-key/admin/queries.js +3 -0
- package/dist/http/api-key/admin/queries.js.map +1 -0
- package/dist/http/api-key/admin/responses.d.ts +68 -0
- package/dist/http/api-key/admin/responses.d.ts.map +1 -0
- package/dist/http/api-key/admin/responses.js +3 -0
- package/dist/http/api-key/admin/responses.js.map +1 -0
- package/dist/http/api-key/index.d.ts +2 -0
- package/dist/http/api-key/index.d.ts.map +1 -0
- package/dist/http/api-key/index.js +18 -0
- package/dist/http/api-key/index.js.map +1 -0
- package/dist/http/auth/index.d.ts +2 -0
- package/dist/http/auth/index.d.ts.map +1 -0
- package/dist/http/auth/index.js +18 -0
- package/dist/http/auth/index.js.map +1 -0
- package/dist/http/auth/payloads.d.ts +10 -0
- package/dist/http/auth/payloads.d.ts.map +1 -0
- package/dist/http/auth/payloads.js +3 -0
- package/dist/http/auth/payloads.js.map +1 -0
- package/dist/http/campaign/admin/index.d.ts +4 -0
- package/dist/http/campaign/admin/index.d.ts.map +1 -0
- package/dist/http/campaign/admin/index.js +20 -0
- package/dist/http/campaign/admin/index.js.map +1 -0
- package/dist/http/campaign/admin/payloads.d.ts +87 -0
- package/dist/http/campaign/admin/payloads.d.ts.map +1 -0
- package/dist/http/campaign/admin/payloads.js +3 -0
- package/dist/http/campaign/admin/payloads.js.map +1 -0
- package/dist/http/campaign/admin/queries.d.ts +14 -0
- package/dist/http/campaign/admin/queries.d.ts.map +1 -0
- package/dist/http/campaign/admin/queries.js +3 -0
- package/dist/http/campaign/admin/queries.js.map +1 -0
- package/dist/http/campaign/admin/responses.d.ts +90 -0
- package/dist/http/campaign/admin/responses.d.ts.map +1 -0
- package/dist/http/campaign/admin/responses.js +3 -0
- package/dist/http/campaign/admin/responses.js.map +1 -0
- package/dist/http/campaign/index.d.ts +2 -0
- package/dist/http/campaign/index.d.ts.map +1 -0
- package/dist/http/campaign/index.js +18 -0
- package/dist/http/campaign/index.js.map +1 -0
- package/dist/http/cart/common.d.ts +704 -0
- package/dist/http/cart/common.d.ts.map +1 -0
- package/dist/http/cart/common.js +3 -0
- package/dist/http/cart/common.js.map +1 -0
- package/dist/http/cart/index.d.ts +2 -0
- package/dist/http/cart/index.d.ts.map +1 -0
- package/dist/http/cart/index.js +18 -0
- package/dist/http/cart/index.js.map +1 -0
- package/dist/http/cart/store/entities.d.ts +112 -0
- package/dist/http/cart/store/entities.d.ts.map +1 -0
- package/dist/http/cart/store/entities.js +3 -0
- package/dist/http/cart/store/entities.js.map +1 -0
- package/dist/http/cart/store/index.d.ts +4 -0
- package/dist/http/cart/store/index.d.ts.map +1 -0
- package/dist/http/cart/store/index.js +20 -0
- package/dist/http/cart/store/index.js.map +1 -0
- package/dist/http/cart/store/payloads.d.ts +191 -0
- package/dist/http/cart/store/payloads.d.ts.map +1 -0
- package/dist/http/cart/store/payloads.js +3 -0
- package/dist/http/cart/store/payloads.js.map +1 -0
- package/dist/http/cart/store/responses.d.ts +48 -0
- package/dist/http/cart/store/responses.d.ts.map +1 -0
- package/dist/http/cart/store/responses.js +3 -0
- package/dist/http/cart/store/responses.js.map +1 -0
- package/dist/http/claim/admin/entities.d.ts +18 -0
- package/dist/http/claim/admin/entities.d.ts.map +1 -0
- package/dist/http/claim/admin/entities.js +3 -0
- package/dist/http/claim/admin/entities.js.map +1 -0
- package/dist/http/claim/admin/index.d.ts +5 -0
- package/dist/http/claim/admin/index.d.ts.map +1 -0
- package/dist/http/claim/admin/index.js +21 -0
- package/dist/http/claim/admin/index.js.map +1 -0
- package/dist/http/claim/admin/payloads.d.ts +142 -0
- package/dist/http/claim/admin/payloads.d.ts.map +1 -0
- package/dist/http/claim/admin/payloads.js +10 -0
- package/dist/http/claim/admin/payloads.js.map +1 -0
- package/dist/http/claim/admin/queries.d.ts +50 -0
- package/dist/http/claim/admin/queries.d.ts.map +1 -0
- package/dist/http/claim/admin/queries.js +3 -0
- package/dist/http/claim/admin/queries.js.map +1 -0
- package/dist/http/claim/admin/responses.d.ts +54 -0
- package/dist/http/claim/admin/responses.d.ts.map +1 -0
- package/dist/http/claim/admin/responses.js +3 -0
- package/dist/http/claim/admin/responses.js.map +1 -0
- package/dist/http/claim/common.d.ts +131 -0
- package/dist/http/claim/common.d.ts.map +1 -0
- package/dist/http/claim/common.js +3 -0
- package/dist/http/claim/common.js.map +1 -0
- package/dist/http/claim/index.d.ts +2 -0
- package/dist/http/claim/index.d.ts.map +1 -0
- package/dist/http/claim/index.js +18 -0
- package/dist/http/claim/index.js.map +1 -0
- package/dist/http/collection/admin/entities.d.ts +9 -0
- package/dist/http/collection/admin/entities.d.ts.map +1 -0
- package/dist/http/collection/admin/entities.js +3 -0
- package/dist/http/collection/admin/entities.js.map +1 -0
- package/dist/http/collection/admin/index.d.ts +5 -0
- package/dist/http/collection/admin/index.d.ts.map +1 -0
- package/dist/http/collection/admin/index.js +21 -0
- package/dist/http/collection/admin/index.js.map +1 -0
- package/dist/http/collection/admin/payloads.d.ts +39 -0
- package/dist/http/collection/admin/payloads.d.ts.map +1 -0
- package/dist/http/collection/admin/payloads.js +3 -0
- package/dist/http/collection/admin/payloads.js.map +1 -0
- package/dist/http/collection/admin/queries.d.ts +11 -0
- package/dist/http/collection/admin/queries.d.ts.map +1 -0
- package/dist/http/collection/admin/queries.js +3 -0
- package/dist/http/collection/admin/queries.js.map +1 -0
- package/dist/http/collection/admin/responses.d.ts +18 -0
- package/dist/http/collection/admin/responses.d.ts.map +1 -0
- package/dist/http/collection/admin/responses.js +3 -0
- package/dist/http/collection/admin/responses.js.map +1 -0
- package/dist/http/collection/common.d.ts +66 -0
- package/dist/http/collection/common.d.ts.map +1 -0
- package/dist/http/collection/common.js +3 -0
- package/dist/http/collection/common.js.map +1 -0
- package/dist/http/collection/index.d.ts +3 -0
- package/dist/http/collection/index.d.ts.map +1 -0
- package/dist/http/collection/index.js +19 -0
- package/dist/http/collection/index.js.map +1 -0
- package/dist/http/collection/store/entities.d.ts +9 -0
- package/dist/http/collection/store/entities.d.ts.map +1 -0
- package/dist/http/collection/store/entities.js +3 -0
- package/dist/http/collection/store/entities.js.map +1 -0
- package/dist/http/collection/store/index.d.ts +4 -0
- package/dist/http/collection/store/index.d.ts.map +1 -0
- package/dist/http/collection/store/index.js +20 -0
- package/dist/http/collection/store/index.js.map +1 -0
- package/dist/http/collection/store/queries.d.ts +6 -0
- package/dist/http/collection/store/queries.d.ts.map +1 -0
- package/dist/http/collection/store/queries.js +3 -0
- package/dist/http/collection/store/queries.js.map +1 -0
- package/dist/http/collection/store/responses.d.ts +15 -0
- package/dist/http/collection/store/responses.d.ts.map +1 -0
- package/dist/http/collection/store/responses.js +3 -0
- package/dist/http/collection/store/responses.js.map +1 -0
- package/dist/http/common/additional_data.d.ts +15 -0
- package/dist/http/common/additional_data.d.ts.map +1 -0
- package/dist/http/common/additional_data.js +3 -0
- package/dist/http/common/additional_data.js.map +1 -0
- package/dist/http/common/index.d.ts +4 -0
- package/dist/http/common/index.d.ts.map +1 -0
- package/dist/http/common/index.js +20 -0
- package/dist/http/common/index.js.map +1 -0
- package/dist/http/common/request.d.ts +40 -0
- package/dist/http/common/request.d.ts.map +1 -0
- package/dist/http/common/request.js +3 -0
- package/dist/http/common/request.js.map +1 -0
- package/dist/http/common/response.d.ts +72 -0
- package/dist/http/common/response.d.ts.map +1 -0
- package/dist/http/common/response.js +3 -0
- package/dist/http/common/response.js.map +1 -0
- package/dist/http/currency/admin/entities.d.ts +4 -0
- package/dist/http/currency/admin/entities.d.ts.map +1 -0
- package/dist/http/currency/admin/entities.js +3 -0
- package/dist/http/currency/admin/entities.js.map +1 -0
- package/dist/http/currency/admin/index.d.ts +4 -0
- package/dist/http/currency/admin/index.d.ts.map +1 -0
- package/dist/http/currency/admin/index.js +20 -0
- package/dist/http/currency/admin/index.js.map +1 -0
- package/dist/http/currency/admin/queries.d.ts +15 -0
- package/dist/http/currency/admin/queries.d.ts.map +1 -0
- package/dist/http/currency/admin/queries.js +3 -0
- package/dist/http/currency/admin/queries.js.map +1 -0
- package/dist/http/currency/admin/responses.d.ts +16 -0
- package/dist/http/currency/admin/responses.d.ts.map +1 -0
- package/dist/http/currency/admin/responses.js +3 -0
- package/dist/http/currency/admin/responses.js.map +1 -0
- package/dist/http/currency/common.d.ts +48 -0
- package/dist/http/currency/common.d.ts.map +1 -0
- package/dist/http/currency/common.js +3 -0
- package/dist/http/currency/common.js.map +1 -0
- package/dist/http/currency/index.d.ts +4 -0
- package/dist/http/currency/index.d.ts.map +1 -0
- package/dist/http/currency/index.js +20 -0
- package/dist/http/currency/index.js.map +1 -0
- package/dist/http/currency/store/entities.d.ts +4 -0
- package/dist/http/currency/store/entities.d.ts.map +1 -0
- package/dist/http/currency/store/entities.js +3 -0
- package/dist/http/currency/store/entities.js.map +1 -0
- package/dist/http/currency/store/index.d.ts +4 -0
- package/dist/http/currency/store/index.d.ts.map +1 -0
- package/dist/http/currency/store/index.js +20 -0
- package/dist/http/currency/store/index.js.map +1 -0
- package/dist/http/currency/store/queries.d.ts +7 -0
- package/dist/http/currency/store/queries.d.ts.map +1 -0
- package/dist/http/currency/store/queries.js +3 -0
- package/dist/http/currency/store/queries.js.map +1 -0
- package/dist/http/currency/store/responses.d.ts +10 -0
- package/dist/http/currency/store/responses.d.ts.map +1 -0
- package/dist/http/currency/store/responses.js +3 -0
- package/dist/http/currency/store/responses.js.map +1 -0
- package/dist/http/customer/admin/entities.d.ts +19 -0
- package/dist/http/customer/admin/entities.d.ts.map +1 -0
- package/dist/http/customer/admin/entities.js +3 -0
- package/dist/http/customer/admin/entities.js.map +1 -0
- package/dist/http/customer/admin/index.d.ts +5 -0
- package/dist/http/customer/admin/index.d.ts.map +1 -0
- package/dist/http/customer/admin/index.js +21 -0
- package/dist/http/customer/admin/index.js.map +1 -0
- package/dist/http/customer/admin/payloads.d.ts +10 -0
- package/dist/http/customer/admin/payloads.d.ts.map +1 -0
- package/dist/http/customer/admin/payloads.js +3 -0
- package/dist/http/customer/admin/payloads.js.map +1 -0
- package/dist/http/customer/admin/queries.d.ts +15 -0
- package/dist/http/customer/admin/queries.d.ts.map +1 -0
- package/dist/http/customer/admin/queries.js +3 -0
- package/dist/http/customer/admin/queries.js.map +1 -0
- package/dist/http/customer/admin/responses.d.ts +24 -0
- package/dist/http/customer/admin/responses.d.ts.map +1 -0
- package/dist/http/customer/admin/responses.js +3 -0
- package/dist/http/customer/admin/responses.js.map +1 -0
- package/dist/http/customer/common.d.ts +406 -0
- package/dist/http/customer/common.d.ts.map +1 -0
- package/dist/http/customer/common.js +3 -0
- package/dist/http/customer/common.js.map +1 -0
- package/dist/http/customer/index.d.ts +3 -0
- package/dist/http/customer/index.d.ts.map +1 -0
- package/dist/http/customer/index.js +19 -0
- package/dist/http/customer/index.js.map +1 -0
- package/dist/http/customer/store/entities.d.ts +10 -0
- package/dist/http/customer/store/entities.d.ts.map +1 -0
- package/dist/http/customer/store/entities.js +3 -0
- package/dist/http/customer/store/entities.js.map +1 -0
- package/dist/http/customer/store/index.d.ts +5 -0
- package/dist/http/customer/store/index.d.ts.map +1 -0
- package/dist/http/customer/store/index.js +21 -0
- package/dist/http/customer/store/index.js.map +1 -0
- package/dist/http/customer/store/payloads.d.ts +10 -0
- package/dist/http/customer/store/payloads.d.ts.map +1 -0
- package/dist/http/customer/store/payloads.js +3 -0
- package/dist/http/customer/store/payloads.js.map +1 -0
- package/dist/http/customer/store/queries.d.ts +6 -0
- package/dist/http/customer/store/queries.d.ts.map +1 -0
- package/dist/http/customer/store/queries.js +3 -0
- package/dist/http/customer/store/queries.js.map +1 -0
- package/dist/http/customer/store/responses.d.ts +23 -0
- package/dist/http/customer/store/responses.d.ts.map +1 -0
- package/dist/http/customer/store/responses.js +3 -0
- package/dist/http/customer/store/responses.js.map +1 -0
- package/dist/http/customer-group/admin/entities.d.ts +9 -0
- package/dist/http/customer-group/admin/entities.d.ts.map +1 -0
- package/dist/http/customer-group/admin/entities.js +3 -0
- package/dist/http/customer-group/admin/entities.js.map +1 -0
- package/dist/http/customer-group/admin/index.d.ts +5 -0
- package/dist/http/customer-group/admin/index.d.ts.map +1 -0
- package/dist/http/customer-group/admin/index.js +21 -0
- package/dist/http/customer-group/admin/index.js.map +1 -0
- package/dist/http/customer-group/admin/payloads.d.ts +21 -0
- package/dist/http/customer-group/admin/payloads.d.ts.map +1 -0
- package/dist/http/customer-group/admin/payloads.js +3 -0
- package/dist/http/customer-group/admin/payloads.js.map +1 -0
- package/dist/http/customer-group/admin/queries.d.ts +87 -0
- package/dist/http/customer-group/admin/queries.d.ts.map +1 -0
- package/dist/http/customer-group/admin/queries.js +3 -0
- package/dist/http/customer-group/admin/queries.js.map +1 -0
- package/dist/http/customer-group/admin/responses.d.ts +15 -0
- package/dist/http/customer-group/admin/responses.d.ts.map +1 -0
- package/dist/http/customer-group/admin/responses.js +3 -0
- package/dist/http/customer-group/admin/responses.js.map +1 -0
- package/dist/http/customer-group/common.d.ts +28 -0
- package/dist/http/customer-group/common.d.ts.map +1 -0
- package/dist/http/customer-group/common.js +3 -0
- package/dist/http/customer-group/common.js.map +1 -0
- package/dist/http/customer-group/index.d.ts +2 -0
- package/dist/http/customer-group/index.d.ts.map +1 -0
- package/dist/http/customer-group/index.js +18 -0
- package/dist/http/customer-group/index.js.map +1 -0
- package/dist/http/draft-order/admin/entities.d.ts +6 -0
- package/dist/http/draft-order/admin/entities.d.ts.map +1 -0
- package/dist/http/draft-order/admin/entities.js +3 -0
- package/dist/http/draft-order/admin/entities.js.map +1 -0
- package/dist/http/draft-order/admin/index.d.ts +5 -0
- package/dist/http/draft-order/admin/index.d.ts.map +1 -0
- package/dist/http/draft-order/admin/index.js +21 -0
- package/dist/http/draft-order/admin/index.js.map +1 -0
- package/dist/http/draft-order/admin/payloads.d.ts +252 -0
- package/dist/http/draft-order/admin/payloads.d.ts.map +1 -0
- package/dist/http/draft-order/admin/payloads.js +3 -0
- package/dist/http/draft-order/admin/payloads.js.map +1 -0
- package/dist/http/draft-order/admin/queries.d.ts +35 -0
- package/dist/http/draft-order/admin/queries.d.ts.map +1 -0
- package/dist/http/draft-order/admin/queries.js +3 -0
- package/dist/http/draft-order/admin/queries.js.map +1 -0
- package/dist/http/draft-order/admin/responses.d.ts +22 -0
- package/dist/http/draft-order/admin/responses.d.ts.map +1 -0
- package/dist/http/draft-order/admin/responses.js +3 -0
- package/dist/http/draft-order/admin/responses.js.map +1 -0
- package/dist/http/draft-order/index.d.ts +2 -0
- package/dist/http/draft-order/index.d.ts.map +1 -0
- package/dist/http/draft-order/index.js +18 -0
- package/dist/http/draft-order/index.js.map +1 -0
- package/dist/http/exchange/admin/entities.d.ts +4 -0
- package/dist/http/exchange/admin/entities.d.ts.map +1 -0
- package/dist/http/exchange/admin/entities.js +3 -0
- package/dist/http/exchange/admin/entities.js.map +1 -0
- package/dist/http/exchange/admin/index.d.ts +5 -0
- package/dist/http/exchange/admin/index.d.ts.map +1 -0
- package/dist/http/exchange/admin/index.js +21 -0
- package/dist/http/exchange/admin/index.js.map +1 -0
- package/dist/http/exchange/admin/payloads.d.ts +162 -0
- package/dist/http/exchange/admin/payloads.d.ts.map +1 -0
- package/dist/http/exchange/admin/payloads.js +3 -0
- package/dist/http/exchange/admin/payloads.js.map +1 -0
- package/dist/http/exchange/admin/queries.d.ts +51 -0
- package/dist/http/exchange/admin/queries.d.ts.map +1 -0
- package/dist/http/exchange/admin/queries.js +3 -0
- package/dist/http/exchange/admin/queries.js.map +1 -0
- package/dist/http/exchange/admin/responses.d.ts +50 -0
- package/dist/http/exchange/admin/responses.d.ts.map +1 -0
- package/dist/http/exchange/admin/responses.js +3 -0
- package/dist/http/exchange/admin/responses.js.map +1 -0
- package/dist/http/exchange/common.d.ts +155 -0
- package/dist/http/exchange/common.d.ts.map +1 -0
- package/dist/http/exchange/common.js +3 -0
- package/dist/http/exchange/common.js.map +1 -0
- package/dist/http/exchange/index.d.ts +2 -0
- package/dist/http/exchange/index.d.ts.map +1 -0
- package/dist/http/exchange/index.js +18 -0
- package/dist/http/exchange/index.js.map +1 -0
- package/dist/http/file/admin/entities.d.ts +4 -0
- package/dist/http/file/admin/entities.d.ts.map +1 -0
- package/dist/http/file/admin/entities.js +3 -0
- package/dist/http/file/admin/entities.js.map +1 -0
- package/dist/http/file/admin/index.d.ts +4 -0
- package/dist/http/file/admin/index.d.ts.map +1 -0
- package/dist/http/file/admin/index.js +20 -0
- package/dist/http/file/admin/index.js.map +1 -0
- package/dist/http/file/admin/payloads.d.ts +21 -0
- package/dist/http/file/admin/payloads.d.ts.map +1 -0
- package/dist/http/file/admin/payloads.js +3 -0
- package/dist/http/file/admin/payloads.js.map +1 -0
- package/dist/http/file/admin/responses.d.ts +43 -0
- package/dist/http/file/admin/responses.d.ts.map +1 -0
- package/dist/http/file/admin/responses.js +3 -0
- package/dist/http/file/admin/responses.js.map +1 -0
- package/dist/http/file/common.d.ts +28 -0
- package/dist/http/file/common.d.ts.map +1 -0
- package/dist/http/file/common.js +3 -0
- package/dist/http/file/common.js.map +1 -0
- package/dist/http/file/index.d.ts +3 -0
- package/dist/http/file/index.d.ts.map +1 -0
- package/dist/http/file/index.js +19 -0
- package/dist/http/file/index.js.map +1 -0
- package/dist/http/file/store.d.ts +4 -0
- package/dist/http/file/store.d.ts.map +1 -0
- package/dist/http/file/store.js +3 -0
- package/dist/http/file/store.js.map +1 -0
- package/dist/http/fulfillment/admin/entitites.d.ts +201 -0
- package/dist/http/fulfillment/admin/entitites.d.ts.map +1 -0
- package/dist/http/fulfillment/admin/entitites.js +3 -0
- package/dist/http/fulfillment/admin/entitites.js.map +1 -0
- package/dist/http/fulfillment/admin/index.d.ts +4 -0
- package/dist/http/fulfillment/admin/index.d.ts.map +1 -0
- package/dist/http/fulfillment/admin/index.js +20 -0
- package/dist/http/fulfillment/admin/index.js.map +1 -0
- package/dist/http/fulfillment/admin/payloads.d.ts +153 -0
- package/dist/http/fulfillment/admin/payloads.d.ts.map +1 -0
- package/dist/http/fulfillment/admin/payloads.js +3 -0
- package/dist/http/fulfillment/admin/payloads.js.map +1 -0
- package/dist/http/fulfillment/admin/responses.d.ts +8 -0
- package/dist/http/fulfillment/admin/responses.d.ts.map +1 -0
- package/dist/http/fulfillment/admin/responses.js +3 -0
- package/dist/http/fulfillment/admin/responses.js.map +1 -0
- package/dist/http/fulfillment/index.d.ts +3 -0
- package/dist/http/fulfillment/index.d.ts.map +1 -0
- package/dist/http/fulfillment/index.js +19 -0
- package/dist/http/fulfillment/index.js.map +1 -0
- package/dist/http/fulfillment/store/index.d.ts +186 -0
- package/dist/http/fulfillment/store/index.d.ts.map +1 -0
- package/dist/http/fulfillment/store/index.js +3 -0
- package/dist/http/fulfillment/store/index.js.map +1 -0
- package/dist/http/fulfillment-provider/admin/entities.d.ts +6 -0
- package/dist/http/fulfillment-provider/admin/entities.d.ts.map +1 -0
- package/dist/http/fulfillment-provider/admin/entities.js +3 -0
- package/dist/http/fulfillment-provider/admin/entities.js.map +1 -0
- package/dist/http/fulfillment-provider/admin/index.d.ts +4 -0
- package/dist/http/fulfillment-provider/admin/index.d.ts.map +1 -0
- package/dist/http/fulfillment-provider/admin/index.js +20 -0
- package/dist/http/fulfillment-provider/admin/index.js.map +1 -0
- package/dist/http/fulfillment-provider/admin/queries.d.ts +21 -0
- package/dist/http/fulfillment-provider/admin/queries.d.ts.map +1 -0
- package/dist/http/fulfillment-provider/admin/queries.js +3 -0
- package/dist/http/fulfillment-provider/admin/queries.js.map +1 -0
- package/dist/http/fulfillment-provider/admin/responses.d.ts +17 -0
- package/dist/http/fulfillment-provider/admin/responses.d.ts.map +1 -0
- package/dist/http/fulfillment-provider/admin/responses.js +3 -0
- package/dist/http/fulfillment-provider/admin/responses.js.map +1 -0
- package/dist/http/fulfillment-provider/common.d.ts +21 -0
- package/dist/http/fulfillment-provider/common.d.ts.map +1 -0
- package/dist/http/fulfillment-provider/common.js +3 -0
- package/dist/http/fulfillment-provider/common.js.map +1 -0
- package/dist/http/fulfillment-provider/index.d.ts +2 -0
- package/dist/http/fulfillment-provider/index.d.ts.map +1 -0
- package/dist/http/fulfillment-provider/index.js +18 -0
- package/dist/http/fulfillment-provider/index.js.map +1 -0
- package/dist/http/fulfillment-set/admin/entities.d.ts +120 -0
- package/dist/http/fulfillment-set/admin/entities.d.ts.map +1 -0
- package/dist/http/fulfillment-set/admin/entities.js +3 -0
- package/dist/http/fulfillment-set/admin/entities.js.map +1 -0
- package/dist/http/fulfillment-set/admin/index.d.ts +5 -0
- package/dist/http/fulfillment-set/admin/index.d.ts.map +1 -0
- package/dist/http/fulfillment-set/admin/index.js +21 -0
- package/dist/http/fulfillment-set/admin/index.js.map +1 -0
- package/dist/http/fulfillment-set/admin/payloads.d.ts +122 -0
- package/dist/http/fulfillment-set/admin/payloads.d.ts.map +1 -0
- package/dist/http/fulfillment-set/admin/payloads.js +3 -0
- package/dist/http/fulfillment-set/admin/payloads.js.map +1 -0
- package/dist/http/fulfillment-set/admin/queries.d.ts +12 -0
- package/dist/http/fulfillment-set/admin/queries.d.ts.map +1 -0
- package/dist/http/fulfillment-set/admin/queries.js +3 -0
- package/dist/http/fulfillment-set/admin/queries.js.map +1 -0
- package/dist/http/fulfillment-set/admin/responses.d.ts +19 -0
- package/dist/http/fulfillment-set/admin/responses.d.ts.map +1 -0
- package/dist/http/fulfillment-set/admin/responses.js +3 -0
- package/dist/http/fulfillment-set/admin/responses.js.map +1 -0
- package/dist/http/fulfillment-set/index.d.ts +2 -0
- package/dist/http/fulfillment-set/index.d.ts.map +1 -0
- package/dist/http/fulfillment-set/index.js +18 -0
- package/dist/http/fulfillment-set/index.js.map +1 -0
- package/dist/http/index/admin/payload.d.ts +4 -0
- package/dist/http/index/admin/payload.d.ts.map +1 -0
- package/dist/http/index/admin/payload.js +3 -0
- package/dist/http/index/admin/payload.js.map +1 -0
- package/dist/http/index/admin/responses.d.ts +5 -0
- package/dist/http/index/admin/responses.d.ts.map +1 -0
- package/dist/http/index/admin/responses.js +3 -0
- package/dist/http/index/admin/responses.js.map +1 -0
- package/dist/http/index/index.d.ts +3 -0
- package/dist/http/index/index.d.ts.map +1 -0
- package/dist/http/index/index.js +19 -0
- package/dist/http/index/index.js.map +1 -0
- package/dist/http/index.d.ts +52 -0
- package/dist/http/index.d.ts.map +1 -0
- package/dist/http/index.js +68 -0
- package/dist/http/index.js.map +1 -0
- package/dist/http/inventory/admin/entities.d.ts +117 -0
- package/dist/http/inventory/admin/entities.d.ts.map +1 -0
- package/dist/http/inventory/admin/entities.js +3 -0
- package/dist/http/inventory/admin/entities.js.map +1 -0
- package/dist/http/inventory/admin/index.d.ts +5 -0
- package/dist/http/inventory/admin/index.d.ts.map +1 -0
- package/dist/http/inventory/admin/index.js +21 -0
- package/dist/http/inventory/admin/index.js.map +1 -0
- package/dist/http/inventory/admin/payloads.d.ts +61 -0
- package/dist/http/inventory/admin/payloads.d.ts.map +1 -0
- package/dist/http/inventory/admin/payloads.js +3 -0
- package/dist/http/inventory/admin/payloads.js.map +1 -0
- package/dist/http/inventory/admin/queries.d.ts +58 -0
- package/dist/http/inventory/admin/queries.d.ts.map +1 -0
- package/dist/http/inventory/admin/queries.js +3 -0
- package/dist/http/inventory/admin/queries.js.map +1 -0
- package/dist/http/inventory/admin/responses.d.ts +17 -0
- package/dist/http/inventory/admin/responses.d.ts.map +1 -0
- package/dist/http/inventory/admin/responses.js +3 -0
- package/dist/http/inventory/admin/responses.js.map +1 -0
- package/dist/http/inventory/index.d.ts +2 -0
- package/dist/http/inventory/index.d.ts.map +1 -0
- package/dist/http/inventory/index.js +18 -0
- package/dist/http/inventory/index.js.map +1 -0
- package/dist/http/inventory-level/admin/entities.d.ts +39 -0
- package/dist/http/inventory-level/admin/entities.d.ts.map +1 -0
- package/dist/http/inventory-level/admin/entities.js +3 -0
- package/dist/http/inventory-level/admin/entities.js.map +1 -0
- package/dist/http/inventory-level/admin/index.d.ts +5 -0
- package/dist/http/inventory-level/admin/index.d.ts.map +1 -0
- package/dist/http/inventory-level/admin/index.js +21 -0
- package/dist/http/inventory-level/admin/index.js.map +1 -0
- package/dist/http/inventory-level/admin/payloads.d.ts +104 -0
- package/dist/http/inventory-level/admin/payloads.d.ts.map +1 -0
- package/dist/http/inventory-level/admin/payloads.js +3 -0
- package/dist/http/inventory-level/admin/payloads.js.map +1 -0
- package/dist/http/inventory-level/admin/queries.d.ts +9 -0
- package/dist/http/inventory-level/admin/queries.d.ts.map +1 -0
- package/dist/http/inventory-level/admin/queries.js +3 -0
- package/dist/http/inventory-level/admin/queries.js.map +1 -0
- package/dist/http/inventory-level/admin/responses.d.ts +37 -0
- package/dist/http/inventory-level/admin/responses.d.ts.map +1 -0
- package/dist/http/inventory-level/admin/responses.js +3 -0
- package/dist/http/inventory-level/admin/responses.js.map +1 -0
- package/dist/http/inventory-level/index.d.ts +2 -0
- package/dist/http/inventory-level/index.d.ts.map +1 -0
- package/dist/http/inventory-level/index.js +18 -0
- package/dist/http/inventory-level/index.js.map +1 -0
- package/dist/http/invite/admin/entities.d.ts +35 -0
- package/dist/http/invite/admin/entities.d.ts.map +1 -0
- package/dist/http/invite/admin/entities.js +3 -0
- package/dist/http/invite/admin/entities.js.map +1 -0
- package/dist/http/invite/admin/index.d.ts +5 -0
- package/dist/http/invite/admin/index.d.ts.map +1 -0
- package/dist/http/invite/admin/index.js +21 -0
- package/dist/http/invite/admin/index.js.map +1 -0
- package/dist/http/invite/admin/payloads.d.ts +29 -0
- package/dist/http/invite/admin/payloads.d.ts.map +1 -0
- package/dist/http/invite/admin/payloads.js +3 -0
- package/dist/http/invite/admin/payloads.js.map +1 -0
- package/dist/http/invite/admin/queries.d.ts +11 -0
- package/dist/http/invite/admin/queries.d.ts.map +1 -0
- package/dist/http/invite/admin/queries.js +3 -0
- package/dist/http/invite/admin/queries.js.map +1 -0
- package/dist/http/invite/admin/responses.d.ts +28 -0
- package/dist/http/invite/admin/responses.d.ts.map +1 -0
- package/dist/http/invite/admin/responses.js +3 -0
- package/dist/http/invite/admin/responses.js.map +1 -0
- package/dist/http/invite/index.d.ts +2 -0
- package/dist/http/invite/index.d.ts.map +1 -0
- package/dist/http/invite/index.js +18 -0
- package/dist/http/invite/index.js.map +1 -0
- package/dist/http/locale/admin/entities.d.ts +4 -0
- package/dist/http/locale/admin/entities.d.ts.map +1 -0
- package/dist/http/locale/admin/entities.js +3 -0
- package/dist/http/locale/admin/entities.js.map +1 -0
- package/dist/http/locale/admin/index.d.ts +4 -0
- package/dist/http/locale/admin/index.d.ts.map +1 -0
- package/dist/http/locale/admin/index.js +20 -0
- package/dist/http/locale/admin/index.js.map +1 -0
- package/dist/http/locale/admin/queries.d.ts +18 -0
- package/dist/http/locale/admin/queries.d.ts.map +1 -0
- package/dist/http/locale/admin/queries.js +3 -0
- package/dist/http/locale/admin/queries.js.map +1 -0
- package/dist/http/locale/admin/responses.d.ts +16 -0
- package/dist/http/locale/admin/responses.d.ts.map +1 -0
- package/dist/http/locale/admin/responses.js +3 -0
- package/dist/http/locale/admin/responses.js.map +1 -0
- package/dist/http/locale/common.d.ts +29 -0
- package/dist/http/locale/common.d.ts.map +1 -0
- package/dist/http/locale/common.js +3 -0
- package/dist/http/locale/common.js.map +1 -0
- package/dist/http/locale/index.d.ts +4 -0
- package/dist/http/locale/index.d.ts.map +1 -0
- package/dist/http/locale/index.js +20 -0
- package/dist/http/locale/index.js.map +1 -0
- package/dist/http/locale/store/entities.d.ts +4 -0
- package/dist/http/locale/store/entities.d.ts.map +1 -0
- package/dist/http/locale/store/entities.js +3 -0
- package/dist/http/locale/store/entities.js.map +1 -0
- package/dist/http/locale/store/index.d.ts +3 -0
- package/dist/http/locale/store/index.d.ts.map +1 -0
- package/dist/http/locale/store/index.js +19 -0
- package/dist/http/locale/store/index.js.map +1 -0
- package/dist/http/locale/store/responses.d.ts +8 -0
- package/dist/http/locale/store/responses.d.ts.map +1 -0
- package/dist/http/locale/store/responses.js +3 -0
- package/dist/http/locale/store/responses.js.map +1 -0
- package/dist/http/notification/admin/entities.d.ts +68 -0
- package/dist/http/notification/admin/entities.d.ts.map +1 -0
- package/dist/http/notification/admin/entities.js +3 -0
- package/dist/http/notification/admin/entities.js.map +1 -0
- package/dist/http/notification/admin/index.d.ts +4 -0
- package/dist/http/notification/admin/index.d.ts.map +1 -0
- package/dist/http/notification/admin/index.js +20 -0
- package/dist/http/notification/admin/index.js.map +1 -0
- package/dist/http/notification/admin/queries.d.ts +19 -0
- package/dist/http/notification/admin/queries.d.ts.map +1 -0
- package/dist/http/notification/admin/queries.js +3 -0
- package/dist/http/notification/admin/queries.js.map +1 -0
- package/dist/http/notification/admin/responses.d.ts +16 -0
- package/dist/http/notification/admin/responses.d.ts.map +1 -0
- package/dist/http/notification/admin/responses.js +3 -0
- package/dist/http/notification/admin/responses.js.map +1 -0
- package/dist/http/notification/index.d.ts +2 -0
- package/dist/http/notification/index.d.ts.map +1 -0
- package/dist/http/notification/index.js +18 -0
- package/dist/http/notification/index.js.map +1 -0
- package/dist/http/order/admin/entities.d.ts +163 -0
- package/dist/http/order/admin/entities.d.ts.map +1 -0
- package/dist/http/order/admin/entities.js +3 -0
- package/dist/http/order/admin/entities.js.map +1 -0
- package/dist/http/order/admin/index.d.ts +5 -0
- package/dist/http/order/admin/index.d.ts.map +1 -0
- package/dist/http/order/admin/index.js +21 -0
- package/dist/http/order/admin/index.js.map +1 -0
- package/dist/http/order/admin/payload.d.ts +190 -0
- package/dist/http/order/admin/payload.d.ts.map +1 -0
- package/dist/http/order/admin/payload.js +3 -0
- package/dist/http/order/admin/payload.js.map +1 -0
- package/dist/http/order/admin/queries.d.ts +72 -0
- package/dist/http/order/admin/queries.d.ts.map +1 -0
- package/dist/http/order/admin/queries.js +3 -0
- package/dist/http/order/admin/queries.js.map +1 -0
- package/dist/http/order/admin/responses.d.ts +45 -0
- package/dist/http/order/admin/responses.d.ts.map +1 -0
- package/dist/http/order/admin/responses.js +3 -0
- package/dist/http/order/admin/responses.js.map +1 -0
- package/dist/http/order/common.d.ts +1082 -0
- package/dist/http/order/common.d.ts.map +1 -0
- package/dist/http/order/common.js +3 -0
- package/dist/http/order/common.js.map +1 -0
- package/dist/http/order/index.d.ts +3 -0
- package/dist/http/order/index.d.ts.map +1 -0
- package/dist/http/order/index.js +19 -0
- package/dist/http/order/index.js.map +1 -0
- package/dist/http/order/store/entities.d.ts +83 -0
- package/dist/http/order/store/entities.d.ts.map +1 -0
- package/dist/http/order/store/entities.js +3 -0
- package/dist/http/order/store/entities.js.map +1 -0
- package/dist/http/order/store/index.d.ts +5 -0
- package/dist/http/order/store/index.d.ts.map +1 -0
- package/dist/http/order/store/index.js +21 -0
- package/dist/http/order/store/index.js.map +1 -0
- package/dist/http/order/store/payloads.d.ts +13 -0
- package/dist/http/order/store/payloads.d.ts.map +1 -0
- package/dist/http/order/store/payloads.js +3 -0
- package/dist/http/order/store/payloads.js.map +1 -0
- package/dist/http/order/store/queries.d.ts +14 -0
- package/dist/http/order/store/queries.d.ts.map +1 -0
- package/dist/http/order/store/queries.js +3 -0
- package/dist/http/order/store/queries.js.map +1 -0
- package/dist/http/order/store/responses.d.ts +15 -0
- package/dist/http/order/store/responses.d.ts.map +1 -0
- package/dist/http/order/store/responses.js +3 -0
- package/dist/http/order/store/responses.js.map +1 -0
- package/dist/http/order-edit/admin/index.d.ts +3 -0
- package/dist/http/order-edit/admin/index.d.ts.map +1 -0
- package/dist/http/order-edit/admin/index.js +19 -0
- package/dist/http/order-edit/admin/index.js.map +1 -0
- package/dist/http/order-edit/admin/payloads.d.ts +60 -0
- package/dist/http/order-edit/admin/payloads.d.ts.map +1 -0
- package/dist/http/order-edit/admin/payloads.js +3 -0
- package/dist/http/order-edit/admin/payloads.js.map +1 -0
- package/dist/http/order-edit/admin/responses.d.ts +16 -0
- package/dist/http/order-edit/admin/responses.d.ts.map +1 -0
- package/dist/http/order-edit/admin/responses.js +3 -0
- package/dist/http/order-edit/admin/responses.js.map +1 -0
- package/dist/http/order-edit/common.d.ts +10 -0
- package/dist/http/order-edit/common.d.ts.map +1 -0
- package/dist/http/order-edit/common.js +3 -0
- package/dist/http/order-edit/common.js.map +1 -0
- package/dist/http/order-edit/index.d.ts +3 -0
- package/dist/http/order-edit/index.d.ts.map +1 -0
- package/dist/http/order-edit/index.js +19 -0
- package/dist/http/order-edit/index.js.map +1 -0
- package/dist/http/payment/admin/entities.d.ts +44 -0
- package/dist/http/payment/admin/entities.d.ts.map +1 -0
- package/dist/http/payment/admin/entities.js +3 -0
- package/dist/http/payment/admin/entities.js.map +1 -0
- package/dist/http/payment/admin/index.d.ts +5 -0
- package/dist/http/payment/admin/index.d.ts.map +1 -0
- package/dist/http/payment/admin/index.js +21 -0
- package/dist/http/payment/admin/index.js.map +1 -0
- package/dist/http/payment/admin/payloads.d.ts +36 -0
- package/dist/http/payment/admin/payloads.d.ts.map +1 -0
- package/dist/http/payment/admin/payloads.js +3 -0
- package/dist/http/payment/admin/payloads.js.map +1 -0
- package/dist/http/payment/admin/queries.d.ts +55 -0
- package/dist/http/payment/admin/queries.d.ts.map +1 -0
- package/dist/http/payment/admin/queries.js +3 -0
- package/dist/http/payment/admin/queries.js.map +1 -0
- package/dist/http/payment/admin/responses.d.ts +48 -0
- package/dist/http/payment/admin/responses.d.ts.map +1 -0
- package/dist/http/payment/admin/responses.js +3 -0
- package/dist/http/payment/admin/responses.js.map +1 -0
- package/dist/http/payment/common.d.ts +344 -0
- package/dist/http/payment/common.d.ts.map +1 -0
- package/dist/http/payment/common.js +3 -0
- package/dist/http/payment/common.js.map +1 -0
- package/dist/http/payment/index.d.ts +3 -0
- package/dist/http/payment/index.d.ts.map +1 -0
- package/dist/http/payment/index.js +19 -0
- package/dist/http/payment/index.js.map +1 -0
- package/dist/http/payment/store/entities.d.ts +20 -0
- package/dist/http/payment/store/entities.d.ts.map +1 -0
- package/dist/http/payment/store/entities.js +3 -0
- package/dist/http/payment/store/entities.js.map +1 -0
- package/dist/http/payment/store/index.d.ts +5 -0
- package/dist/http/payment/store/index.d.ts.map +1 -0
- package/dist/http/payment/store/index.js +21 -0
- package/dist/http/payment/store/index.js.map +1 -0
- package/dist/http/payment/store/payloads.d.ts +17 -0
- package/dist/http/payment/store/payloads.d.ts.map +1 -0
- package/dist/http/payment/store/payloads.js +3 -0
- package/dist/http/payment/store/payloads.js.map +1 -0
- package/dist/http/payment/store/queries.d.ts +13 -0
- package/dist/http/payment/store/queries.d.ts.map +1 -0
- package/dist/http/payment/store/queries.js +3 -0
- package/dist/http/payment/store/queries.js.map +1 -0
- package/dist/http/payment/store/responses.d.ts +15 -0
- package/dist/http/payment/store/responses.d.ts.map +1 -0
- package/dist/http/payment/store/responses.js +3 -0
- package/dist/http/payment/store/responses.js.map +1 -0
- package/dist/http/plugins/admin/responses.d.ts +13 -0
- package/dist/http/plugins/admin/responses.d.ts.map +1 -0
- package/dist/http/plugins/admin/responses.js +3 -0
- package/dist/http/plugins/admin/responses.js.map +1 -0
- package/dist/http/plugins/index.d.ts +2 -0
- package/dist/http/plugins/index.d.ts.map +1 -0
- package/dist/http/plugins/index.js +18 -0
- package/dist/http/plugins/index.js.map +1 -0
- package/dist/http/price-list/admin/entities.d.ts +63 -0
- package/dist/http/price-list/admin/entities.d.ts.map +1 -0
- package/dist/http/price-list/admin/entities.js +3 -0
- package/dist/http/price-list/admin/entities.js.map +1 -0
- package/dist/http/price-list/admin/index.d.ts +5 -0
- package/dist/http/price-list/admin/index.d.ts.map +1 -0
- package/dist/http/price-list/admin/index.js +21 -0
- package/dist/http/price-list/admin/index.js.map +1 -0
- package/dist/http/price-list/admin/payloads.d.ts +148 -0
- package/dist/http/price-list/admin/payloads.d.ts.map +1 -0
- package/dist/http/price-list/admin/payloads.js +3 -0
- package/dist/http/price-list/admin/payloads.js.map +1 -0
- package/dist/http/price-list/admin/queries.d.ts +34 -0
- package/dist/http/price-list/admin/queries.d.ts.map +1 -0
- package/dist/http/price-list/admin/queries.js +3 -0
- package/dist/http/price-list/admin/queries.js.map +1 -0
- package/dist/http/price-list/admin/responses.d.ts +41 -0
- package/dist/http/price-list/admin/responses.d.ts.map +1 -0
- package/dist/http/price-list/admin/responses.js +3 -0
- package/dist/http/price-list/admin/responses.js.map +1 -0
- package/dist/http/price-list/index.d.ts +2 -0
- package/dist/http/price-list/index.d.ts.map +1 -0
- package/dist/http/price-list/index.js +18 -0
- package/dist/http/price-list/index.js.map +1 -0
- package/dist/http/pricing/admin/entities.d.ts +104 -0
- package/dist/http/pricing/admin/entities.d.ts.map +1 -0
- package/dist/http/pricing/admin/entities.js +3 -0
- package/dist/http/pricing/admin/entities.js.map +1 -0
- package/dist/http/pricing/admin/index.d.ts +5 -0
- package/dist/http/pricing/admin/index.d.ts.map +1 -0
- package/dist/http/pricing/admin/index.js +21 -0
- package/dist/http/pricing/admin/index.js.map +1 -0
- package/dist/http/pricing/admin/payloads.d.ts +39 -0
- package/dist/http/pricing/admin/payloads.d.ts.map +1 -0
- package/dist/http/pricing/admin/payloads.js +3 -0
- package/dist/http/pricing/admin/payloads.js.map +1 -0
- package/dist/http/pricing/admin/queries.d.ts +23 -0
- package/dist/http/pricing/admin/queries.d.ts.map +1 -0
- package/dist/http/pricing/admin/queries.js +3 -0
- package/dist/http/pricing/admin/queries.js.map +1 -0
- package/dist/http/pricing/admin/responses.d.ts +18 -0
- package/dist/http/pricing/admin/responses.d.ts.map +1 -0
- package/dist/http/pricing/admin/responses.js +3 -0
- package/dist/http/pricing/admin/responses.js.map +1 -0
- package/dist/http/pricing/common.d.ts +103 -0
- package/dist/http/pricing/common.d.ts.map +1 -0
- package/dist/http/pricing/common.js +3 -0
- package/dist/http/pricing/common.js.map +1 -0
- package/dist/http/pricing/index.d.ts +3 -0
- package/dist/http/pricing/index.d.ts.map +1 -0
- package/dist/http/pricing/index.js +19 -0
- package/dist/http/pricing/index.js.map +1 -0
- package/dist/http/pricing/store/entities.d.ts +52 -0
- package/dist/http/pricing/store/entities.d.ts.map +1 -0
- package/dist/http/pricing/store/entities.js +3 -0
- package/dist/http/pricing/store/entities.js.map +1 -0
- package/dist/http/pricing/store/index.d.ts +2 -0
- package/dist/http/pricing/store/index.d.ts.map +1 -0
- package/dist/http/pricing/store/index.js +18 -0
- package/dist/http/pricing/store/index.js.map +1 -0
- package/dist/http/product/admin/entitites.d.ts +136 -0
- package/dist/http/product/admin/entitites.d.ts.map +1 -0
- package/dist/http/product/admin/entitites.js +3 -0
- package/dist/http/product/admin/entitites.js.map +1 -0
- package/dist/http/product/admin/index.d.ts +5 -0
- package/dist/http/product/admin/index.d.ts.map +1 -0
- package/dist/http/product/admin/index.js +21 -0
- package/dist/http/product/admin/index.js.map +1 -0
- package/dist/http/product/admin/payloads.d.ts +619 -0
- package/dist/http/product/admin/payloads.d.ts.map +1 -0
- package/dist/http/product/admin/payloads.js +3 -0
- package/dist/http/product/admin/payloads.js.map +1 -0
- package/dist/http/product/admin/queries.d.ts +71 -0
- package/dist/http/product/admin/queries.d.ts.map +1 -0
- package/dist/http/product/admin/queries.js +3 -0
- package/dist/http/product/admin/queries.js.map +1 -0
- package/dist/http/product/admin/responses.d.ts +109 -0
- package/dist/http/product/admin/responses.d.ts.map +1 -0
- package/dist/http/product/admin/responses.js +3 -0
- package/dist/http/product/admin/responses.js.map +1 -0
- package/dist/http/product/common.d.ts +436 -0
- package/dist/http/product/common.d.ts.map +1 -0
- package/dist/http/product/common.js +3 -0
- package/dist/http/product/common.js.map +1 -0
- package/dist/http/product/index.d.ts +3 -0
- package/dist/http/product/index.d.ts.map +1 -0
- package/dist/http/product/index.js +19 -0
- package/dist/http/product/index.js.map +1 -0
- package/dist/http/product/store/entitites.d.ts +65 -0
- package/dist/http/product/store/entitites.d.ts.map +1 -0
- package/dist/http/product/store/entitites.js +3 -0
- package/dist/http/product/store/entitites.js.map +1 -0
- package/dist/http/product/store/index.d.ts +4 -0
- package/dist/http/product/store/index.d.ts.map +1 -0
- package/dist/http/product/store/index.js +20 -0
- package/dist/http/product/store/index.js.map +1 -0
- package/dist/http/product/store/queries.d.ts +57 -0
- package/dist/http/product/store/queries.d.ts.map +1 -0
- package/dist/http/product/store/queries.js +3 -0
- package/dist/http/product/store/queries.js.map +1 -0
- package/dist/http/product/store/responses.d.ts +27 -0
- package/dist/http/product/store/responses.d.ts.map +1 -0
- package/dist/http/product/store/responses.js +3 -0
- package/dist/http/product/store/responses.js.map +1 -0
- package/dist/http/product-category/admin/entities.d.ts +22 -0
- package/dist/http/product-category/admin/entities.d.ts.map +1 -0
- package/dist/http/product-category/admin/entities.js +3 -0
- package/dist/http/product-category/admin/entities.js.map +1 -0
- package/dist/http/product-category/admin/index.d.ts +5 -0
- package/dist/http/product-category/admin/index.d.ts.map +1 -0
- package/dist/http/product-category/admin/index.js +21 -0
- package/dist/http/product-category/admin/index.js.map +1 -0
- package/dist/http/product-category/admin/payloads.d.ts +85 -0
- package/dist/http/product-category/admin/payloads.d.ts.map +1 -0
- package/dist/http/product-category/admin/payloads.js +3 -0
- package/dist/http/product-category/admin/payloads.js.map +1 -0
- package/dist/http/product-category/admin/queries.d.ts +14 -0
- package/dist/http/product-category/admin/queries.d.ts.map +1 -0
- package/dist/http/product-category/admin/queries.js +3 -0
- package/dist/http/product-category/admin/queries.js.map +1 -0
- package/dist/http/product-category/admin/responses.d.ts +18 -0
- package/dist/http/product-category/admin/responses.d.ts.map +1 -0
- package/dist/http/product-category/admin/responses.js +3 -0
- package/dist/http/product-category/admin/responses.js.map +1 -0
- package/dist/http/product-category/common.d.ts +135 -0
- package/dist/http/product-category/common.d.ts.map +1 -0
- package/dist/http/product-category/common.js +3 -0
- package/dist/http/product-category/common.js.map +1 -0
- package/dist/http/product-category/index.d.ts +3 -0
- package/dist/http/product-category/index.d.ts.map +1 -0
- package/dist/http/product-category/index.js +19 -0
- package/dist/http/product-category/index.js.map +1 -0
- package/dist/http/product-category/store/entities.d.ts +17 -0
- package/dist/http/product-category/store/entities.d.ts.map +1 -0
- package/dist/http/product-category/store/entities.js +3 -0
- package/dist/http/product-category/store/entities.js.map +1 -0
- package/dist/http/product-category/store/index.d.ts +4 -0
- package/dist/http/product-category/store/index.d.ts.map +1 -0
- package/dist/http/product-category/store/index.js +20 -0
- package/dist/http/product-category/store/index.js.map +1 -0
- package/dist/http/product-category/store/queries.d.ts +6 -0
- package/dist/http/product-category/store/queries.d.ts.map +1 -0
- package/dist/http/product-category/store/queries.js +3 -0
- package/dist/http/product-category/store/queries.js.map +1 -0
- package/dist/http/product-category/store/responses.d.ts +16 -0
- package/dist/http/product-category/store/responses.d.ts.map +1 -0
- package/dist/http/product-category/store/responses.js +3 -0
- package/dist/http/product-category/store/responses.js.map +1 -0
- package/dist/http/product-tag/admin/entities.d.ts +9 -0
- package/dist/http/product-tag/admin/entities.d.ts.map +1 -0
- package/dist/http/product-tag/admin/entities.js +3 -0
- package/dist/http/product-tag/admin/entities.js.map +1 -0
- package/dist/http/product-tag/admin/index.d.ts +5 -0
- package/dist/http/product-tag/admin/index.d.ts.map +1 -0
- package/dist/http/product-tag/admin/index.js +21 -0
- package/dist/http/product-tag/admin/index.js.map +1 -0
- package/dist/http/product-tag/admin/payloads.d.ts +21 -0
- package/dist/http/product-tag/admin/payloads.d.ts.map +1 -0
- package/dist/http/product-tag/admin/payloads.js +3 -0
- package/dist/http/product-tag/admin/payloads.js.map +1 -0
- package/dist/http/product-tag/admin/queries.d.ts +12 -0
- package/dist/http/product-tag/admin/queries.d.ts.map +1 -0
- package/dist/http/product-tag/admin/queries.js +3 -0
- package/dist/http/product-tag/admin/queries.js.map +1 -0
- package/dist/http/product-tag/admin/responses.d.ts +18 -0
- package/dist/http/product-tag/admin/responses.d.ts.map +1 -0
- package/dist/http/product-tag/admin/responses.js +3 -0
- package/dist/http/product-tag/admin/responses.js.map +1 -0
- package/dist/http/product-tag/common.d.ts +51 -0
- package/dist/http/product-tag/common.d.ts.map +1 -0
- package/dist/http/product-tag/common.js +3 -0
- package/dist/http/product-tag/common.js.map +1 -0
- package/dist/http/product-tag/index.d.ts +3 -0
- package/dist/http/product-tag/index.d.ts.map +1 -0
- package/dist/http/product-tag/index.js +19 -0
- package/dist/http/product-tag/index.js.map +1 -0
- package/dist/http/product-tag/store/entities.d.ts +4 -0
- package/dist/http/product-tag/store/entities.d.ts.map +1 -0
- package/dist/http/product-tag/store/entities.js +3 -0
- package/dist/http/product-tag/store/entities.js.map +1 -0
- package/dist/http/product-tag/store/index.d.ts +4 -0
- package/dist/http/product-tag/store/index.d.ts.map +1 -0
- package/dist/http/product-tag/store/index.js +20 -0
- package/dist/http/product-tag/store/index.js.map +1 -0
- package/dist/http/product-tag/store/queries.d.ts +8 -0
- package/dist/http/product-tag/store/queries.d.ts.map +1 -0
- package/dist/http/product-tag/store/queries.js +3 -0
- package/dist/http/product-tag/store/queries.js.map +1 -0
- package/dist/http/product-tag/store/responses.d.ts +16 -0
- package/dist/http/product-tag/store/responses.d.ts.map +1 -0
- package/dist/http/product-tag/store/responses.js +3 -0
- package/dist/http/product-tag/store/responses.js.map +1 -0
- package/dist/http/product-type/admin/entities.d.ts +9 -0
- package/dist/http/product-type/admin/entities.d.ts.map +1 -0
- package/dist/http/product-type/admin/entities.js +3 -0
- package/dist/http/product-type/admin/entities.js.map +1 -0
- package/dist/http/product-type/admin/index.d.ts +5 -0
- package/dist/http/product-type/admin/index.d.ts.map +1 -0
- package/dist/http/product-type/admin/index.js +21 -0
- package/dist/http/product-type/admin/index.js.map +1 -0
- package/dist/http/product-type/admin/payloads.d.ts +21 -0
- package/dist/http/product-type/admin/payloads.d.ts.map +1 -0
- package/dist/http/product-type/admin/payloads.js +3 -0
- package/dist/http/product-type/admin/payloads.js.map +1 -0
- package/dist/http/product-type/admin/queries.d.ts +31 -0
- package/dist/http/product-type/admin/queries.d.ts.map +1 -0
- package/dist/http/product-type/admin/queries.js +3 -0
- package/dist/http/product-type/admin/queries.js.map +1 -0
- package/dist/http/product-type/admin/responses.d.ts +18 -0
- package/dist/http/product-type/admin/responses.d.ts.map +1 -0
- package/dist/http/product-type/admin/responses.js +3 -0
- package/dist/http/product-type/admin/responses.js.map +1 -0
- package/dist/http/product-type/common.d.ts +51 -0
- package/dist/http/product-type/common.d.ts.map +1 -0
- package/dist/http/product-type/common.js +3 -0
- package/dist/http/product-type/common.js.map +1 -0
- package/dist/http/product-type/index.d.ts +3 -0
- package/dist/http/product-type/index.d.ts.map +1 -0
- package/dist/http/product-type/index.js +19 -0
- package/dist/http/product-type/index.js.map +1 -0
- package/dist/http/product-type/store/entities.d.ts +4 -0
- package/dist/http/product-type/store/entities.d.ts.map +1 -0
- package/dist/http/product-type/store/entities.js +3 -0
- package/dist/http/product-type/store/entities.js.map +1 -0
- package/dist/http/product-type/store/index.d.ts +4 -0
- package/dist/http/product-type/store/index.d.ts.map +1 -0
- package/dist/http/product-type/store/index.js +20 -0
- package/dist/http/product-type/store/index.js.map +1 -0
- package/dist/http/product-type/store/queries.d.ts +8 -0
- package/dist/http/product-type/store/queries.d.ts.map +1 -0
- package/dist/http/product-type/store/queries.js +3 -0
- package/dist/http/product-type/store/queries.js.map +1 -0
- package/dist/http/product-type/store/responses.d.ts +16 -0
- package/dist/http/product-type/store/responses.d.ts.map +1 -0
- package/dist/http/product-type/store/responses.js +3 -0
- package/dist/http/product-type/store/responses.js.map +1 -0
- package/dist/http/promotion/admin/entities.d.ts +39 -0
- package/dist/http/promotion/admin/entities.d.ts.map +1 -0
- package/dist/http/promotion/admin/entities.js +3 -0
- package/dist/http/promotion/admin/entities.js.map +1 -0
- package/dist/http/promotion/admin/index.d.ts +5 -0
- package/dist/http/promotion/admin/index.d.ts.map +1 -0
- package/dist/http/promotion/admin/index.js +21 -0
- package/dist/http/promotion/admin/index.js.map +1 -0
- package/dist/http/promotion/admin/payloads.d.ts +242 -0
- package/dist/http/promotion/admin/payloads.d.ts.map +1 -0
- package/dist/http/promotion/admin/payloads.js +3 -0
- package/dist/http/promotion/admin/payloads.js.map +1 -0
- package/dist/http/promotion/admin/queries.d.ts +103 -0
- package/dist/http/promotion/admin/queries.d.ts.map +1 -0
- package/dist/http/promotion/admin/queries.js +3 -0
- package/dist/http/promotion/admin/queries.js.map +1 -0
- package/dist/http/promotion/admin/responses.d.ts +56 -0
- package/dist/http/promotion/admin/responses.d.ts.map +1 -0
- package/dist/http/promotion/admin/responses.js +3 -0
- package/dist/http/promotion/admin/responses.js.map +1 -0
- package/dist/http/promotion/common.d.ts +129 -0
- package/dist/http/promotion/common.d.ts.map +1 -0
- package/dist/http/promotion/common.js +3 -0
- package/dist/http/promotion/common.js.map +1 -0
- package/dist/http/promotion/index.d.ts +3 -0
- package/dist/http/promotion/index.d.ts.map +1 -0
- package/dist/http/promotion/index.js +19 -0
- package/dist/http/promotion/index.js.map +1 -0
- package/dist/http/promotion/store.d.ts +4 -0
- package/dist/http/promotion/store.d.ts.map +1 -0
- package/dist/http/promotion/store.js +3 -0
- package/dist/http/promotion/store.js.map +1 -0
- package/dist/http/refund-reason/admin/entities.d.ts +4 -0
- package/dist/http/refund-reason/admin/entities.d.ts.map +1 -0
- package/dist/http/refund-reason/admin/entities.js +3 -0
- package/dist/http/refund-reason/admin/entities.js.map +1 -0
- package/dist/http/refund-reason/admin/index.d.ts +5 -0
- package/dist/http/refund-reason/admin/index.d.ts.map +1 -0
- package/dist/http/refund-reason/admin/index.js +21 -0
- package/dist/http/refund-reason/admin/index.js.map +1 -0
- package/dist/http/refund-reason/admin/payloads.d.ts +30 -0
- package/dist/http/refund-reason/admin/payloads.d.ts.map +1 -0
- package/dist/http/refund-reason/admin/payloads.js +3 -0
- package/dist/http/refund-reason/admin/payloads.js.map +1 -0
- package/dist/http/refund-reason/admin/queries.d.ts +8 -0
- package/dist/http/refund-reason/admin/queries.d.ts.map +1 -0
- package/dist/http/refund-reason/admin/queries.js +3 -0
- package/dist/http/refund-reason/admin/queries.js.map +1 -0
- package/dist/http/refund-reason/admin/responses.d.ts +18 -0
- package/dist/http/refund-reason/admin/responses.d.ts.map +1 -0
- package/dist/http/refund-reason/admin/responses.js +3 -0
- package/dist/http/refund-reason/admin/responses.js.map +1 -0
- package/dist/http/refund-reason/common.d.ts +65 -0
- package/dist/http/refund-reason/common.d.ts.map +1 -0
- package/dist/http/refund-reason/common.js +3 -0
- package/dist/http/refund-reason/common.js.map +1 -0
- package/dist/http/refund-reason/index.d.ts +2 -0
- package/dist/http/refund-reason/index.d.ts.map +1 -0
- package/dist/http/refund-reason/index.js +18 -0
- package/dist/http/refund-reason/index.js.map +1 -0
- package/dist/http/region/admin/entities.d.ts +10 -0
- package/dist/http/region/admin/entities.d.ts.map +1 -0
- package/dist/http/region/admin/entities.js +3 -0
- package/dist/http/region/admin/entities.js.map +1 -0
- package/dist/http/region/admin/index.d.ts +5 -0
- package/dist/http/region/admin/index.d.ts.map +1 -0
- package/dist/http/region/admin/index.js +21 -0
- package/dist/http/region/admin/index.js.map +1 -0
- package/dist/http/region/admin/payloads.d.ts +87 -0
- package/dist/http/region/admin/payloads.d.ts.map +1 -0
- package/dist/http/region/admin/payloads.js +3 -0
- package/dist/http/region/admin/payloads.js.map +1 -0
- package/dist/http/region/admin/queries.d.ts +36 -0
- package/dist/http/region/admin/queries.d.ts.map +1 -0
- package/dist/http/region/admin/queries.js +3 -0
- package/dist/http/region/admin/queries.js.map +1 -0
- package/dist/http/region/admin/responses.d.ts +16 -0
- package/dist/http/region/admin/responses.d.ts.map +1 -0
- package/dist/http/region/admin/responses.js +3 -0
- package/dist/http/region/admin/responses.js.map +1 -0
- package/dist/http/region/common.d.ts +107 -0
- package/dist/http/region/common.d.ts.map +1 -0
- package/dist/http/region/common.js +3 -0
- package/dist/http/region/common.js.map +1 -0
- package/dist/http/region/index.d.ts +3 -0
- package/dist/http/region/index.d.ts.map +1 -0
- package/dist/http/region/index.js +19 -0
- package/dist/http/region/index.js.map +1 -0
- package/dist/http/region/store/entities.d.ts +6 -0
- package/dist/http/region/store/entities.d.ts.map +1 -0
- package/dist/http/region/store/entities.js +3 -0
- package/dist/http/region/store/entities.js.map +1 -0
- package/dist/http/region/store/index.d.ts +4 -0
- package/dist/http/region/store/index.d.ts.map +1 -0
- package/dist/http/region/store/index.js +20 -0
- package/dist/http/region/store/index.js.map +1 -0
- package/dist/http/region/store/queries.d.ts +7 -0
- package/dist/http/region/store/queries.d.ts.map +1 -0
- package/dist/http/region/store/queries.js +3 -0
- package/dist/http/region/store/queries.js.map +1 -0
- package/dist/http/region/store/responses.d.ts +15 -0
- package/dist/http/region/store/responses.d.ts.map +1 -0
- package/dist/http/region/store/responses.js +3 -0
- package/dist/http/region/store/responses.js.map +1 -0
- package/dist/http/reservation/admin/entities.d.ts +56 -0
- package/dist/http/reservation/admin/entities.d.ts.map +1 -0
- package/dist/http/reservation/admin/entities.js +3 -0
- package/dist/http/reservation/admin/entities.js.map +1 -0
- package/dist/http/reservation/admin/index.d.ts +5 -0
- package/dist/http/reservation/admin/index.d.ts.map +1 -0
- package/dist/http/reservation/admin/index.js +21 -0
- package/dist/http/reservation/admin/index.js.map +1 -0
- package/dist/http/reservation/admin/payloads.d.ts +47 -0
- package/dist/http/reservation/admin/payloads.d.ts.map +1 -0
- package/dist/http/reservation/admin/payloads.js +3 -0
- package/dist/http/reservation/admin/payloads.js.map +1 -0
- package/dist/http/reservation/admin/queries.d.ts +51 -0
- package/dist/http/reservation/admin/queries.d.ts.map +1 -0
- package/dist/http/reservation/admin/queries.js +3 -0
- package/dist/http/reservation/admin/queries.js.map +1 -0
- package/dist/http/reservation/admin/responses.d.ts +16 -0
- package/dist/http/reservation/admin/responses.d.ts.map +1 -0
- package/dist/http/reservation/admin/responses.js +3 -0
- package/dist/http/reservation/admin/responses.js.map +1 -0
- package/dist/http/reservation/index.d.ts +2 -0
- package/dist/http/reservation/index.d.ts.map +1 -0
- package/dist/http/reservation/index.js +18 -0
- package/dist/http/reservation/index.js.map +1 -0
- package/dist/http/return/admin/entities.d.ts +10 -0
- package/dist/http/return/admin/entities.d.ts.map +1 -0
- package/dist/http/return/admin/entities.js +3 -0
- package/dist/http/return/admin/entities.js.map +1 -0
- package/dist/http/return/admin/index.d.ts +5 -0
- package/dist/http/return/admin/index.d.ts.map +1 -0
- package/dist/http/return/admin/index.js +21 -0
- package/dist/http/return/admin/index.js.map +1 -0
- package/dist/http/return/admin/payloads.d.ts +252 -0
- package/dist/http/return/admin/payloads.d.ts.map +1 -0
- package/dist/http/return/admin/payloads.js +3 -0
- package/dist/http/return/admin/payloads.js.map +1 -0
- package/dist/http/return/admin/queries.d.ts +25 -0
- package/dist/http/return/admin/queries.d.ts.map +1 -0
- package/dist/http/return/admin/queries.js +3 -0
- package/dist/http/return/admin/queries.js.map +1 -0
- package/dist/http/return/admin/responses.d.ts +26 -0
- package/dist/http/return/admin/responses.d.ts.map +1 -0
- package/dist/http/return/admin/responses.js +3 -0
- package/dist/http/return/admin/responses.js.map +1 -0
- package/dist/http/return/common.d.ts +102 -0
- package/dist/http/return/common.d.ts.map +1 -0
- package/dist/http/return/common.js +3 -0
- package/dist/http/return/common.js.map +1 -0
- package/dist/http/return/index.d.ts +3 -0
- package/dist/http/return/index.d.ts.map +1 -0
- package/dist/http/return/index.js +19 -0
- package/dist/http/return/index.js.map +1 -0
- package/dist/http/return/store/entities.d.ts +7 -0
- package/dist/http/return/store/entities.d.ts.map +1 -0
- package/dist/http/return/store/entities.js +3 -0
- package/dist/http/return/store/entities.js.map +1 -0
- package/dist/http/return/store/index.d.ts +4 -0
- package/dist/http/return/store/index.d.ts.map +1 -0
- package/dist/http/return/store/index.js +20 -0
- package/dist/http/return/store/index.js.map +1 -0
- package/dist/http/return/store/payloads.d.ts +20 -0
- package/dist/http/return/store/payloads.d.ts.map +1 -0
- package/dist/http/return/store/payloads.js +3 -0
- package/dist/http/return/store/payloads.js.map +1 -0
- package/dist/http/return/store/responses.d.ts +5 -0
- package/dist/http/return/store/responses.d.ts.map +1 -0
- package/dist/http/return/store/responses.js +3 -0
- package/dist/http/return/store/responses.js.map +1 -0
- package/dist/http/return-reason/admin/entities.d.ts +4 -0
- package/dist/http/return-reason/admin/entities.d.ts.map +1 -0
- package/dist/http/return-reason/admin/entities.js +3 -0
- package/dist/http/return-reason/admin/entities.js.map +1 -0
- package/dist/http/return-reason/admin/index.d.ts +5 -0
- package/dist/http/return-reason/admin/index.d.ts.map +1 -0
- package/dist/http/return-reason/admin/index.js +21 -0
- package/dist/http/return-reason/admin/index.js.map +1 -0
- package/dist/http/return-reason/admin/payloads.d.ts +34 -0
- package/dist/http/return-reason/admin/payloads.d.ts.map +1 -0
- package/dist/http/return-reason/admin/payloads.js +3 -0
- package/dist/http/return-reason/admin/payloads.js.map +1 -0
- package/dist/http/return-reason/admin/queries.d.ts +12 -0
- package/dist/http/return-reason/admin/queries.d.ts.map +1 -0
- package/dist/http/return-reason/admin/queries.js +3 -0
- package/dist/http/return-reason/admin/queries.js.map +1 -0
- package/dist/http/return-reason/admin/responses.d.ts +18 -0
- package/dist/http/return-reason/admin/responses.d.ts.map +1 -0
- package/dist/http/return-reason/admin/responses.js +3 -0
- package/dist/http/return-reason/admin/responses.js.map +1 -0
- package/dist/http/return-reason/common.d.ts +49 -0
- package/dist/http/return-reason/common.d.ts.map +1 -0
- package/dist/http/return-reason/common.js +3 -0
- package/dist/http/return-reason/common.js.map +1 -0
- package/dist/http/return-reason/index.d.ts +3 -0
- package/dist/http/return-reason/index.d.ts.map +1 -0
- package/dist/http/return-reason/index.js +19 -0
- package/dist/http/return-reason/index.js.map +1 -0
- package/dist/http/return-reason/store/entities.d.ts +4 -0
- package/dist/http/return-reason/store/entities.d.ts.map +1 -0
- package/dist/http/return-reason/store/entities.js +3 -0
- package/dist/http/return-reason/store/entities.js.map +1 -0
- package/dist/http/return-reason/store/index.d.ts +3 -0
- package/dist/http/return-reason/store/index.d.ts.map +1 -0
- package/dist/http/return-reason/store/index.js +19 -0
- package/dist/http/return-reason/store/index.js.map +1 -0
- package/dist/http/return-reason/store/responses.d.ts +9 -0
- package/dist/http/return-reason/store/responses.d.ts.map +1 -0
- package/dist/http/return-reason/store/responses.js +3 -0
- package/dist/http/return-reason/store/responses.js.map +1 -0
- package/dist/http/sales-channel/admin/entities.d.ts +35 -0
- package/dist/http/sales-channel/admin/entities.d.ts.map +1 -0
- package/dist/http/sales-channel/admin/entities.js +3 -0
- package/dist/http/sales-channel/admin/entities.js.map +1 -0
- package/dist/http/sales-channel/admin/index.d.ts +5 -0
- package/dist/http/sales-channel/admin/index.d.ts.map +1 -0
- package/dist/http/sales-channel/admin/index.js +21 -0
- package/dist/http/sales-channel/admin/index.js.map +1 -0
- package/dist/http/sales-channel/admin/payloads.d.ts +49 -0
- package/dist/http/sales-channel/admin/payloads.d.ts.map +1 -0
- package/dist/http/sales-channel/admin/payloads.js +3 -0
- package/dist/http/sales-channel/admin/payloads.js.map +1 -0
- package/dist/http/sales-channel/admin/queries.d.ts +47 -0
- package/dist/http/sales-channel/admin/queries.d.ts.map +1 -0
- package/dist/http/sales-channel/admin/queries.js +3 -0
- package/dist/http/sales-channel/admin/queries.js.map +1 -0
- package/dist/http/sales-channel/admin/responses.d.ts +17 -0
- package/dist/http/sales-channel/admin/responses.d.ts.map +1 -0
- package/dist/http/sales-channel/admin/responses.js +3 -0
- package/dist/http/sales-channel/admin/responses.js.map +1 -0
- package/dist/http/sales-channel/index.d.ts +2 -0
- package/dist/http/sales-channel/index.d.ts.map +1 -0
- package/dist/http/sales-channel/index.js +18 -0
- package/dist/http/sales-channel/index.js.map +1 -0
- package/dist/http/shipping-option/admin/entities.d.ts +249 -0
- package/dist/http/shipping-option/admin/entities.d.ts.map +1 -0
- package/dist/http/shipping-option/admin/entities.js +3 -0
- package/dist/http/shipping-option/admin/entities.js.map +1 -0
- package/dist/http/shipping-option/admin/index.d.ts +5 -0
- package/dist/http/shipping-option/admin/index.d.ts.map +1 -0
- package/dist/http/shipping-option/admin/index.js +21 -0
- package/dist/http/shipping-option/admin/index.js.map +1 -0
- package/dist/http/shipping-option/admin/payloads.d.ts +281 -0
- package/dist/http/shipping-option/admin/payloads.d.ts.map +1 -0
- package/dist/http/shipping-option/admin/payloads.js +3 -0
- package/dist/http/shipping-option/admin/payloads.js.map +1 -0
- package/dist/http/shipping-option/admin/queries.d.ts +83 -0
- package/dist/http/shipping-option/admin/queries.d.ts.map +1 -0
- package/dist/http/shipping-option/admin/queries.js +3 -0
- package/dist/http/shipping-option/admin/queries.js.map +1 -0
- package/dist/http/shipping-option/admin/responses.d.ts +33 -0
- package/dist/http/shipping-option/admin/responses.d.ts.map +1 -0
- package/dist/http/shipping-option/admin/responses.js +3 -0
- package/dist/http/shipping-option/admin/responses.js.map +1 -0
- package/dist/http/shipping-option/index.d.ts +3 -0
- package/dist/http/shipping-option/index.d.ts.map +1 -0
- package/dist/http/shipping-option/index.js +19 -0
- package/dist/http/shipping-option/index.js.map +1 -0
- package/dist/http/shipping-option/store/entities.d.ts +28 -0
- package/dist/http/shipping-option/store/entities.d.ts.map +1 -0
- package/dist/http/shipping-option/store/entities.js +3 -0
- package/dist/http/shipping-option/store/entities.js.map +1 -0
- package/dist/http/shipping-option/store/index.d.ts +5 -0
- package/dist/http/shipping-option/store/index.d.ts.map +1 -0
- package/dist/http/shipping-option/store/index.js +21 -0
- package/dist/http/shipping-option/store/index.js.map +1 -0
- package/dist/http/shipping-option/store/payloads.d.ts +17 -0
- package/dist/http/shipping-option/store/payloads.d.ts.map +1 -0
- package/dist/http/shipping-option/store/payloads.js +3 -0
- package/dist/http/shipping-option/store/payloads.js.map +1 -0
- package/dist/http/shipping-option/store/queries.d.ts +14 -0
- package/dist/http/shipping-option/store/queries.d.ts.map +1 -0
- package/dist/http/shipping-option/store/queries.js +3 -0
- package/dist/http/shipping-option/store/queries.js.map +1 -0
- package/dist/http/shipping-option/store/responses.d.ts +20 -0
- package/dist/http/shipping-option/store/responses.d.ts.map +1 -0
- package/dist/http/shipping-option/store/responses.js +3 -0
- package/dist/http/shipping-option/store/responses.js.map +1 -0
- package/dist/http/shipping-profile/admin/entities.d.ts +31 -0
- package/dist/http/shipping-profile/admin/entities.d.ts.map +1 -0
- package/dist/http/shipping-profile/admin/entities.js +3 -0
- package/dist/http/shipping-profile/admin/entities.js.map +1 -0
- package/dist/http/shipping-profile/admin/index.d.ts +5 -0
- package/dist/http/shipping-profile/admin/index.d.ts.map +1 -0
- package/dist/http/shipping-profile/admin/index.js +21 -0
- package/dist/http/shipping-profile/admin/index.js.map +1 -0
- package/dist/http/shipping-profile/admin/payloads.d.ts +29 -0
- package/dist/http/shipping-profile/admin/payloads.d.ts.map +1 -0
- package/dist/http/shipping-profile/admin/payloads.js +3 -0
- package/dist/http/shipping-profile/admin/payloads.js.map +1 -0
- package/dist/http/shipping-profile/admin/queries.d.ts +41 -0
- package/dist/http/shipping-profile/admin/queries.d.ts.map +1 -0
- package/dist/http/shipping-profile/admin/queries.js +3 -0
- package/dist/http/shipping-profile/admin/queries.js.map +1 -0
- package/dist/http/shipping-profile/admin/responses.d.ts +17 -0
- package/dist/http/shipping-profile/admin/responses.d.ts.map +1 -0
- package/dist/http/shipping-profile/admin/responses.js +3 -0
- package/dist/http/shipping-profile/admin/responses.js.map +1 -0
- package/dist/http/shipping-profile/index.d.ts +2 -0
- package/dist/http/shipping-profile/index.d.ts.map +1 -0
- package/dist/http/shipping-profile/index.js +18 -0
- package/dist/http/shipping-profile/index.js.map +1 -0
- package/dist/http/stock-locations/admin/entities.d.ts +45 -0
- package/dist/http/stock-locations/admin/entities.d.ts.map +1 -0
- package/dist/http/stock-locations/admin/entities.js +3 -0
- package/dist/http/stock-locations/admin/entities.js.map +1 -0
- package/dist/http/stock-locations/admin/index.d.ts +5 -0
- package/dist/http/stock-locations/admin/index.d.ts.map +1 -0
- package/dist/http/stock-locations/admin/index.js +21 -0
- package/dist/http/stock-locations/admin/index.js.map +1 -0
- package/dist/http/stock-locations/admin/payloads.d.ts +101 -0
- package/dist/http/stock-locations/admin/payloads.d.ts.map +1 -0
- package/dist/http/stock-locations/admin/payloads.js +3 -0
- package/dist/http/stock-locations/admin/payloads.js.map +1 -0
- package/dist/http/stock-locations/admin/queries.d.ts +37 -0
- package/dist/http/stock-locations/admin/queries.d.ts.map +1 -0
- package/dist/http/stock-locations/admin/queries.js +3 -0
- package/dist/http/stock-locations/admin/queries.js.map +1 -0
- package/dist/http/stock-locations/admin/responses.d.ts +18 -0
- package/dist/http/stock-locations/admin/responses.d.ts.map +1 -0
- package/dist/http/stock-locations/admin/responses.js +3 -0
- package/dist/http/stock-locations/admin/responses.js.map +1 -0
- package/dist/http/stock-locations/index.d.ts +2 -0
- package/dist/http/stock-locations/index.d.ts.map +1 -0
- package/dist/http/stock-locations/index.js +18 -0
- package/dist/http/stock-locations/index.js.map +1 -0
- package/dist/http/store/admin/entities.d.ts +115 -0
- package/dist/http/store/admin/entities.d.ts.map +1 -0
- package/dist/http/store/admin/entities.js +3 -0
- package/dist/http/store/admin/entities.js.map +1 -0
- package/dist/http/store/admin/index.d.ts +5 -0
- package/dist/http/store/admin/index.d.ts.map +1 -0
- package/dist/http/store/admin/index.js +21 -0
- package/dist/http/store/admin/index.js.map +1 -0
- package/dist/http/store/admin/payloads.d.ts +67 -0
- package/dist/http/store/admin/payloads.d.ts.map +1 -0
- package/dist/http/store/admin/payloads.js +3 -0
- package/dist/http/store/admin/payloads.js.map +1 -0
- package/dist/http/store/admin/queries.d.ts +19 -0
- package/dist/http/store/admin/queries.d.ts.map +1 -0
- package/dist/http/store/admin/queries.js +3 -0
- package/dist/http/store/admin/queries.js.map +1 -0
- package/dist/http/store/admin/responses.d.ts +16 -0
- package/dist/http/store/admin/responses.d.ts.map +1 -0
- package/dist/http/store/admin/responses.js +3 -0
- package/dist/http/store/admin/responses.js.map +1 -0
- package/dist/http/store/index.d.ts +2 -0
- package/dist/http/store/index.d.ts.map +1 -0
- package/dist/http/store/index.js +18 -0
- package/dist/http/store/index.js.map +1 -0
- package/dist/http/tax-provider/admin/entities.d.ts +11 -0
- package/dist/http/tax-provider/admin/entities.d.ts.map +1 -0
- package/dist/http/tax-provider/admin/entities.js +3 -0
- package/dist/http/tax-provider/admin/entities.js.map +1 -0
- package/dist/http/tax-provider/admin/index.d.ts +4 -0
- package/dist/http/tax-provider/admin/index.d.ts.map +1 -0
- package/dist/http/tax-provider/admin/index.js +20 -0
- package/dist/http/tax-provider/admin/index.js.map +1 -0
- package/dist/http/tax-provider/admin/queries.d.ts +13 -0
- package/dist/http/tax-provider/admin/queries.d.ts.map +1 -0
- package/dist/http/tax-provider/admin/queries.js +3 -0
- package/dist/http/tax-provider/admin/queries.js.map +1 -0
- package/dist/http/tax-provider/admin/responses.d.ts +9 -0
- package/dist/http/tax-provider/admin/responses.d.ts.map +1 -0
- package/dist/http/tax-provider/admin/responses.js +3 -0
- package/dist/http/tax-provider/admin/responses.js.map +1 -0
- package/dist/http/tax-provider/index.d.ts +2 -0
- package/dist/http/tax-provider/index.d.ts.map +1 -0
- package/dist/http/tax-provider/index.js +18 -0
- package/dist/http/tax-provider/index.js.map +1 -0
- package/dist/http/tax-rate/admin/entities.d.ts +76 -0
- package/dist/http/tax-rate/admin/entities.d.ts.map +1 -0
- package/dist/http/tax-rate/admin/entities.js +3 -0
- package/dist/http/tax-rate/admin/entities.js.map +1 -0
- package/dist/http/tax-rate/admin/index.d.ts +5 -0
- package/dist/http/tax-rate/admin/index.d.ts.map +1 -0
- package/dist/http/tax-rate/admin/index.js +21 -0
- package/dist/http/tax-rate/admin/index.js.map +1 -0
- package/dist/http/tax-rate/admin/payloads.d.ts +81 -0
- package/dist/http/tax-rate/admin/payloads.d.ts.map +1 -0
- package/dist/http/tax-rate/admin/payloads.js +3 -0
- package/dist/http/tax-rate/admin/payloads.js.map +1 -0
- package/dist/http/tax-rate/admin/queries.d.ts +45 -0
- package/dist/http/tax-rate/admin/queries.d.ts.map +1 -0
- package/dist/http/tax-rate/admin/queries.js +3 -0
- package/dist/http/tax-rate/admin/queries.js.map +1 -0
- package/dist/http/tax-rate/admin/responses.d.ts +18 -0
- package/dist/http/tax-rate/admin/responses.d.ts.map +1 -0
- package/dist/http/tax-rate/admin/responses.js +3 -0
- package/dist/http/tax-rate/admin/responses.js.map +1 -0
- package/dist/http/tax-rate/index.d.ts +2 -0
- package/dist/http/tax-rate/index.d.ts.map +1 -0
- package/dist/http/tax-rate/index.js +18 -0
- package/dist/http/tax-rate/index.js.map +1 -0
- package/dist/http/tax-region/admin/entities.d.ts +62 -0
- package/dist/http/tax-region/admin/entities.d.ts.map +1 -0
- package/dist/http/tax-region/admin/entities.js +3 -0
- package/dist/http/tax-region/admin/entities.js.map +1 -0
- package/dist/http/tax-region/admin/index.d.ts +5 -0
- package/dist/http/tax-region/admin/index.d.ts.map +1 -0
- package/dist/http/tax-region/admin/index.js +21 -0
- package/dist/http/tax-region/admin/index.js.map +1 -0
- package/dist/http/tax-region/admin/payloads.d.ts +65 -0
- package/dist/http/tax-region/admin/payloads.d.ts.map +1 -0
- package/dist/http/tax-region/admin/payloads.js +3 -0
- package/dist/http/tax-region/admin/payloads.js.map +1 -0
- package/dist/http/tax-region/admin/queries.d.ts +44 -0
- package/dist/http/tax-region/admin/queries.d.ts.map +1 -0
- package/dist/http/tax-region/admin/queries.js +3 -0
- package/dist/http/tax-region/admin/queries.js.map +1 -0
- package/dist/http/tax-region/admin/responses.d.ts +17 -0
- package/dist/http/tax-region/admin/responses.d.ts.map +1 -0
- package/dist/http/tax-region/admin/responses.js +3 -0
- package/dist/http/tax-region/admin/responses.js.map +1 -0
- package/dist/http/tax-region/index.d.ts +2 -0
- package/dist/http/tax-region/index.d.ts.map +1 -0
- package/dist/http/tax-region/index.js +18 -0
- package/dist/http/tax-region/index.js.map +1 -0
- package/dist/http/translations/admin/entities.d.ts +81 -0
- package/dist/http/translations/admin/entities.d.ts.map +1 -0
- package/dist/http/translations/admin/entities.js +3 -0
- package/dist/http/translations/admin/entities.js.map +1 -0
- package/dist/http/translations/admin/index.d.ts +5 -0
- package/dist/http/translations/admin/index.d.ts.map +1 -0
- package/dist/http/translations/admin/index.js +21 -0
- package/dist/http/translations/admin/index.js.map +1 -0
- package/dist/http/translations/admin/payloads.d.ts +90 -0
- package/dist/http/translations/admin/payloads.d.ts.map +1 -0
- package/dist/http/translations/admin/payloads.js +3 -0
- package/dist/http/translations/admin/payloads.js.map +1 -0
- package/dist/http/translations/admin/queries.d.ts +85 -0
- package/dist/http/translations/admin/queries.d.ts.map +1 -0
- package/dist/http/translations/admin/queries.js +3 -0
- package/dist/http/translations/admin/queries.js.map +1 -0
- package/dist/http/translations/admin/responses.d.ts +152 -0
- package/dist/http/translations/admin/responses.d.ts.map +1 -0
- package/dist/http/translations/admin/responses.js +3 -0
- package/dist/http/translations/admin/responses.js.map +1 -0
- package/dist/http/translations/index.d.ts +2 -0
- package/dist/http/translations/index.d.ts.map +1 -0
- package/dist/http/translations/index.js +18 -0
- package/dist/http/translations/index.js.map +1 -0
- package/dist/http/user/admin/entities.d.ts +45 -0
- package/dist/http/user/admin/entities.d.ts.map +1 -0
- package/dist/http/user/admin/entities.js +3 -0
- package/dist/http/user/admin/entities.js.map +1 -0
- package/dist/http/user/admin/index.d.ts +5 -0
- package/dist/http/user/admin/index.d.ts.map +1 -0
- package/dist/http/user/admin/index.js +21 -0
- package/dist/http/user/admin/index.js.map +1 -0
- package/dist/http/user/admin/payloads.d.ts +25 -0
- package/dist/http/user/admin/payloads.d.ts.map +1 -0
- package/dist/http/user/admin/payloads.js +3 -0
- package/dist/http/user/admin/payloads.js.map +1 -0
- package/dist/http/user/admin/queries.d.ts +39 -0
- package/dist/http/user/admin/queries.d.ts.map +1 -0
- package/dist/http/user/admin/queries.js +3 -0
- package/dist/http/user/admin/queries.js.map +1 -0
- package/dist/http/user/admin/responses.d.ts +18 -0
- package/dist/http/user/admin/responses.d.ts.map +1 -0
- package/dist/http/user/admin/responses.js +3 -0
- package/dist/http/user/admin/responses.js.map +1 -0
- package/dist/http/user/index.d.ts +2 -0
- package/dist/http/user/index.d.ts.map +1 -0
- package/dist/http/user/index.js +18 -0
- package/dist/http/user/index.js.map +1 -0
- package/dist/http/view-configuration/admin/columns.d.ts +72 -0
- package/dist/http/view-configuration/admin/columns.d.ts.map +1 -0
- package/dist/http/view-configuration/admin/columns.js +3 -0
- package/dist/http/view-configuration/admin/columns.js.map +1 -0
- package/dist/http/view-configuration/admin/index.d.ts +5 -0
- package/dist/http/view-configuration/admin/index.d.ts.map +1 -0
- package/dist/http/view-configuration/admin/index.js +21 -0
- package/dist/http/view-configuration/admin/index.js.map +1 -0
- package/dist/http/view-configuration/admin/payloads.d.ts +103 -0
- package/dist/http/view-configuration/admin/payloads.d.ts.map +1 -0
- package/dist/http/view-configuration/admin/payloads.js +3 -0
- package/dist/http/view-configuration/admin/payloads.js.map +1 -0
- package/dist/http/view-configuration/admin/queries.d.ts +35 -0
- package/dist/http/view-configuration/admin/queries.d.ts.map +1 -0
- package/dist/http/view-configuration/admin/queries.js +3 -0
- package/dist/http/view-configuration/admin/queries.js.map +1 -0
- package/dist/http/view-configuration/admin/responses.d.ts +78 -0
- package/dist/http/view-configuration/admin/responses.d.ts.map +1 -0
- package/dist/http/view-configuration/admin/responses.js +3 -0
- package/dist/http/view-configuration/admin/responses.js.map +1 -0
- package/dist/http/view-configuration/index.d.ts +2 -0
- package/dist/http/view-configuration/index.d.ts.map +1 -0
- package/dist/http/view-configuration/index.js +18 -0
- package/dist/http/view-configuration/index.js.map +1 -0
- package/dist/http/workflow-execution/admin/entities.d.ts +211 -0
- package/dist/http/workflow-execution/admin/entities.d.ts.map +1 -0
- package/dist/http/workflow-execution/admin/entities.js +3 -0
- package/dist/http/workflow-execution/admin/entities.js.map +1 -0
- package/dist/http/workflow-execution/admin/index.d.ts +4 -0
- package/dist/http/workflow-execution/admin/index.d.ts.map +1 -0
- package/dist/http/workflow-execution/admin/index.js +20 -0
- package/dist/http/workflow-execution/admin/index.js.map +1 -0
- package/dist/http/workflow-execution/admin/queries.d.ts +16 -0
- package/dist/http/workflow-execution/admin/queries.d.ts.map +1 -0
- package/dist/http/workflow-execution/admin/queries.js +3 -0
- package/dist/http/workflow-execution/admin/queries.js.map +1 -0
- package/dist/http/workflow-execution/admin/responses.d.ts +19 -0
- package/dist/http/workflow-execution/admin/responses.d.ts.map +1 -0
- package/dist/http/workflow-execution/admin/responses.js +3 -0
- package/dist/http/workflow-execution/admin/responses.js.map +1 -0
- package/dist/http/workflow-execution/index.d.ts +2 -0
- package/dist/http/workflow-execution/index.d.ts.map +1 -0
- package/dist/http/workflow-execution/index.js +18 -0
- package/dist/http/workflow-execution/index.js.map +1 -0
- package/dist/index-data/common.d.ts +83 -0
- package/dist/index-data/common.d.ts.map +1 -0
- package/dist/index-data/common.js +3 -0
- package/dist/index-data/common.js.map +1 -0
- package/dist/index-data/index-operator-map.d.ts +17 -0
- package/dist/index-data/index-operator-map.d.ts.map +1 -0
- package/dist/index-data/index-operator-map.js +3 -0
- package/dist/index-data/index-operator-map.js.map +1 -0
- package/dist/index-data/index-service-entry-points.d.ts +6 -0
- package/dist/index-data/index-service-entry-points.d.ts.map +1 -0
- package/dist/index-data/index-service-entry-points.js +3 -0
- package/dist/index-data/index-service-entry-points.js.map +1 -0
- package/dist/index-data/index.d.ts +6 -0
- package/dist/index-data/index.d.ts.map +1 -0
- package/dist/index-data/index.js +22 -0
- package/dist/index-data/index.js.map +1 -0
- package/dist/index-data/query-config/common.d.ts +9 -0
- package/dist/index-data/query-config/common.d.ts.map +1 -0
- package/dist/index-data/query-config/common.js +3 -0
- package/dist/index-data/query-config/common.js.map +1 -0
- package/dist/index-data/query-config/index.d.ts +5 -0
- package/dist/index-data/query-config/index.d.ts.map +1 -0
- package/dist/index-data/query-config/index.js +21 -0
- package/dist/index-data/query-config/index.js.map +1 -0
- package/dist/index-data/query-config/query-input-config-fields.d.ts +26 -0
- package/dist/index-data/query-config/query-input-config-fields.d.ts.map +1 -0
- package/dist/index-data/query-config/query-input-config-fields.js +3 -0
- package/dist/index-data/query-config/query-input-config-fields.js.map +1 -0
- package/dist/index-data/query-config/query-input-config-filters.d.ts +23 -0
- package/dist/index-data/query-config/query-input-config-filters.d.ts.map +1 -0
- package/dist/index-data/query-config/query-input-config-filters.js +3 -0
- package/dist/index-data/query-config/query-input-config-filters.js.map +1 -0
- package/dist/index-data/query-config/query-input-config-order-by.d.ts +23 -0
- package/dist/index-data/query-config/query-input-config-order-by.d.ts.map +1 -0
- package/dist/index-data/query-config/query-input-config-order-by.js +3 -0
- package/dist/index-data/query-config/query-input-config-order-by.js.map +1 -0
- package/dist/index-data/query-config/query-input-config.d.ts +70 -0
- package/dist/index-data/query-config/query-input-config.d.ts.map +1 -0
- package/dist/index-data/query-config/query-input-config.js +3 -0
- package/dist/index-data/query-config/query-input-config.js.map +1 -0
- package/dist/index-data/service.d.ts +41 -0
- package/dist/index-data/service.d.ts.map +1 -0
- package/dist/index-data/service.js +3 -0
- package/dist/index-data/service.js.map +1 -0
- package/dist/index-data/storage-provider.d.ts +12 -0
- package/dist/index-data/storage-provider.d.ts.map +1 -0
- package/dist/index-data/storage-provider.js +3 -0
- package/dist/index-data/storage-provider.js.map +1 -0
- package/dist/index.d.ts +51 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +67 -0
- package/dist/index.js.map +1 -0
- package/dist/inventory/common/index.d.ts +4 -0
- package/dist/inventory/common/index.d.ts.map +1 -0
- package/dist/inventory/common/index.js +20 -0
- package/dist/inventory/common/index.js.map +1 -0
- package/dist/inventory/common/inventory-item.d.ts +114 -0
- package/dist/inventory/common/inventory-item.d.ts.map +1 -0
- package/dist/inventory/common/inventory-item.js +3 -0
- package/dist/inventory/common/inventory-item.js.map +1 -0
- package/dist/inventory/common/inventory-level.d.ts +80 -0
- package/dist/inventory/common/inventory-level.d.ts.map +1 -0
- package/dist/inventory/common/inventory-level.js +3 -0
- package/dist/inventory/common/inventory-level.js.map +1 -0
- package/dist/inventory/common/reservation-item.d.ts +98 -0
- package/dist/inventory/common/reservation-item.d.ts.map +1 -0
- package/dist/inventory/common/reservation-item.js +3 -0
- package/dist/inventory/common/reservation-item.js.map +1 -0
- package/dist/inventory/index.d.ts +4 -0
- package/dist/inventory/index.d.ts.map +1 -0
- package/dist/inventory/index.js +20 -0
- package/dist/inventory/index.js.map +1 -0
- package/dist/inventory/mutations/index.d.ts +4 -0
- package/dist/inventory/mutations/index.d.ts.map +1 -0
- package/dist/inventory/mutations/index.js +20 -0
- package/dist/inventory/mutations/index.js.map +1 -0
- package/dist/inventory/mutations/inventory-item.d.ts +73 -0
- package/dist/inventory/mutations/inventory-item.d.ts.map +1 -0
- package/dist/inventory/mutations/inventory-item.js +3 -0
- package/dist/inventory/mutations/inventory-item.js.map +1 -0
- package/dist/inventory/mutations/inventory-level.d.ts +63 -0
- package/dist/inventory/mutations/inventory-level.d.ts.map +1 -0
- package/dist/inventory/mutations/inventory-level.js +3 -0
- package/dist/inventory/mutations/inventory-level.js.map +1 -0
- package/dist/inventory/mutations/reservation-item.d.ts +81 -0
- package/dist/inventory/mutations/reservation-item.d.ts.map +1 -0
- package/dist/inventory/mutations/reservation-item.js +3 -0
- package/dist/inventory/mutations/reservation-item.js.map +1 -0
- package/dist/inventory/service.d.ts +1034 -0
- package/dist/inventory/service.d.ts.map +1 -0
- package/dist/inventory/service.js +3 -0
- package/dist/inventory/service.js.map +1 -0
- package/dist/joiner/index.d.ts +152 -0
- package/dist/joiner/index.d.ts.map +1 -0
- package/dist/joiner/index.js +3 -0
- package/dist/joiner/index.js.map +1 -0
- package/dist/link-modules/index.d.ts +3 -0
- package/dist/link-modules/index.d.ts.map +1 -0
- package/dist/link-modules/index.js +19 -0
- package/dist/link-modules/index.js.map +1 -0
- package/dist/link-modules/migrations.d.ts +33 -0
- package/dist/link-modules/migrations.d.ts.map +1 -0
- package/dist/link-modules/migrations.js +3 -0
- package/dist/link-modules/migrations.js.map +1 -0
- package/dist/link-modules/service.d.ts +14 -0
- package/dist/link-modules/service.d.ts.map +1 -0
- package/dist/link-modules/service.js +3 -0
- package/dist/link-modules/service.js.map +1 -0
- package/dist/locking/index.d.ts +502 -0
- package/dist/locking/index.d.ts.map +1 -0
- package/dist/locking/index.js +3 -0
- package/dist/locking/index.js.map +1 -0
- package/dist/logger/index.d.ts +19 -0
- package/dist/logger/index.d.ts.map +1 -0
- package/dist/logger/index.js +3 -0
- package/dist/logger/index.js.map +1 -0
- package/dist/modules-sdk/acmekit-internal-service.d.ts +39 -0
- package/dist/modules-sdk/acmekit-internal-service.d.ts.map +1 -0
- package/dist/modules-sdk/acmekit-internal-service.js +3 -0
- package/dist/modules-sdk/acmekit-internal-service.js.map +1 -0
- package/dist/modules-sdk/index.d.ts +244 -0
- package/dist/modules-sdk/index.d.ts.map +1 -0
- package/dist/modules-sdk/index.js +23 -0
- package/dist/modules-sdk/index.js.map +1 -0
- package/dist/modules-sdk/module-provider.d.ts +29 -0
- package/dist/modules-sdk/module-provider.d.ts.map +1 -0
- package/dist/modules-sdk/module-provider.js +3 -0
- package/dist/modules-sdk/module-provider.js.map +1 -0
- package/dist/modules-sdk/object-to-remote-query-fields.d.ts +27 -0
- package/dist/modules-sdk/object-to-remote-query-fields.d.ts.map +1 -0
- package/dist/modules-sdk/object-to-remote-query-fields.js +3 -0
- package/dist/modules-sdk/object-to-remote-query-fields.js.map +1 -0
- package/dist/modules-sdk/remote-query-entry-points.d.ts +6 -0
- package/dist/modules-sdk/remote-query-entry-points.d.ts.map +1 -0
- package/dist/modules-sdk/remote-query-entry-points.js +3 -0
- package/dist/modules-sdk/remote-query-entry-points.js.map +1 -0
- package/dist/modules-sdk/remote-query-object-from-string.d.ts +103 -0
- package/dist/modules-sdk/remote-query-object-from-string.d.ts.map +1 -0
- package/dist/modules-sdk/remote-query-object-from-string.js +3 -0
- package/dist/modules-sdk/remote-query-object-from-string.js.map +1 -0
- package/dist/modules-sdk/remote-query.d.ts +104 -0
- package/dist/modules-sdk/remote-query.d.ts.map +1 -0
- package/dist/modules-sdk/remote-query.js +3 -0
- package/dist/modules-sdk/remote-query.js.map +1 -0
- package/dist/modules-sdk/to-remote-query.d.ts +42 -0
- package/dist/modules-sdk/to-remote-query.d.ts.map +1 -0
- package/dist/modules-sdk/to-remote-query.js +3 -0
- package/dist/modules-sdk/to-remote-query.js.map +1 -0
- package/dist/notification/common.d.ts +200 -0
- package/dist/notification/common.d.ts.map +1 -0
- package/dist/notification/common.js +3 -0
- package/dist/notification/common.js.map +1 -0
- package/dist/notification/index.d.ts +6 -0
- package/dist/notification/index.d.ts.map +1 -0
- package/dist/notification/index.js +22 -0
- package/dist/notification/index.js.map +1 -0
- package/dist/notification/mutations.d.ts +67 -0
- package/dist/notification/mutations.d.ts.map +1 -0
- package/dist/notification/mutations.js +3 -0
- package/dist/notification/mutations.js.map +1 -0
- package/dist/notification/provider.d.ts +62 -0
- package/dist/notification/provider.d.ts.map +1 -0
- package/dist/notification/provider.js +3 -0
- package/dist/notification/provider.js.map +1 -0
- package/dist/notification/providers/index.d.ts +3 -0
- package/dist/notification/providers/index.d.ts.map +1 -0
- package/dist/notification/providers/index.js +19 -0
- package/dist/notification/providers/index.js.map +1 -0
- package/dist/notification/providers/logger.d.ts +3 -0
- package/dist/notification/providers/logger.d.ts.map +1 -0
- package/dist/notification/providers/logger.js +3 -0
- package/dist/notification/providers/logger.js.map +1 -0
- package/dist/notification/providers/sendgrid.d.ts +5 -0
- package/dist/notification/providers/sendgrid.d.ts.map +1 -0
- package/dist/notification/providers/sendgrid.js +3 -0
- package/dist/notification/providers/sendgrid.js.map +1 -0
- package/dist/notification/service.d.ts +195 -0
- package/dist/notification/service.d.ts.map +1 -0
- package/dist/notification/service.js +3 -0
- package/dist/notification/service.js.map +1 -0
- package/dist/order/common.d.ts +2515 -0
- package/dist/order/common.d.ts.map +1 -0
- package/dist/order/common.js +3 -0
- package/dist/order/common.js.map +1 -0
- package/dist/order/index.d.ts +5 -0
- package/dist/order/index.d.ts.map +1 -0
- package/dist/order/index.js +21 -0
- package/dist/order/index.js.map +1 -0
- package/dist/order/mutations.d.ts +1933 -0
- package/dist/order/mutations.d.ts.map +1 -0
- package/dist/order/mutations.js +3 -0
- package/dist/order/mutations.js.map +1 -0
- package/dist/order/service.d.ts +4130 -0
- package/dist/order/service.d.ts.map +1 -0
- package/dist/order/service.js +3 -0
- package/dist/order/service.js.map +1 -0
- package/dist/order/workflows.d.ts +8 -0
- package/dist/order/workflows.d.ts.map +1 -0
- package/dist/order/workflows.js +3 -0
- package/dist/order/workflows.js.map +1 -0
- package/dist/payment/common.d.ts +585 -0
- package/dist/payment/common.d.ts.map +1 -0
- package/dist/payment/common.js +3 -0
- package/dist/payment/common.js.map +1 -0
- package/dist/payment/index.d.ts +5 -0
- package/dist/payment/index.d.ts.map +1 -0
- package/dist/payment/index.js +21 -0
- package/dist/payment/index.js.map +1 -0
- package/dist/payment/mutations.d.ts +353 -0
- package/dist/payment/mutations.d.ts.map +1 -0
- package/dist/payment/mutations.js +3 -0
- package/dist/payment/mutations.js.map +1 -0
- package/dist/payment/provider.d.ts +617 -0
- package/dist/payment/provider.d.ts.map +1 -0
- package/dist/payment/provider.js +3 -0
- package/dist/payment/provider.js.map +1 -0
- package/dist/payment/service.d.ts +1234 -0
- package/dist/payment/service.d.ts.map +1 -0
- package/dist/payment/service.js +3 -0
- package/dist/payment/service.js.map +1 -0
- package/dist/pricing/common/index.d.ts +8 -0
- package/dist/pricing/common/index.d.ts.map +1 -0
- package/dist/pricing/common/index.js +24 -0
- package/dist/pricing/common/index.js.map +1 -0
- package/dist/pricing/common/money-amount.d.ts +120 -0
- package/dist/pricing/common/money-amount.d.ts.map +1 -0
- package/dist/pricing/common/money-amount.js +3 -0
- package/dist/pricing/common/money-amount.js.map +1 -0
- package/dist/pricing/common/price-list.d.ts +345 -0
- package/dist/pricing/common/price-list.d.ts.map +1 -0
- package/dist/pricing/common/price-list.js +3 -0
- package/dist/pricing/common/price-list.js.map +1 -0
- package/dist/pricing/common/price-preference.d.ts +90 -0
- package/dist/pricing/common/price-preference.d.ts.map +1 -0
- package/dist/pricing/common/price-preference.js +3 -0
- package/dist/pricing/common/price-preference.js.map +1 -0
- package/dist/pricing/common/price-rule.d.ts +165 -0
- package/dist/pricing/common/price-rule.d.ts.map +1 -0
- package/dist/pricing/common/price-rule.js +3 -0
- package/dist/pricing/common/price-rule.js.map +1 -0
- package/dist/pricing/common/price-set.d.ts +289 -0
- package/dist/pricing/common/price-set.d.ts.map +1 -0
- package/dist/pricing/common/price-set.js +3 -0
- package/dist/pricing/common/price-set.js.map +1 -0
- package/dist/pricing/common/price.d.ts +138 -0
- package/dist/pricing/common/price.d.ts.map +1 -0
- package/dist/pricing/common/price.js +3 -0
- package/dist/pricing/common/price.js.map +1 -0
- package/dist/pricing/common/pricing-context.d.ts +11 -0
- package/dist/pricing/common/pricing-context.d.ts.map +1 -0
- package/dist/pricing/common/pricing-context.js +3 -0
- package/dist/pricing/common/pricing-context.js.map +1 -0
- package/dist/pricing/index.d.ts +4 -0
- package/dist/pricing/index.d.ts.map +1 -0
- package/dist/pricing/index.js +20 -0
- package/dist/pricing/index.js.map +1 -0
- package/dist/pricing/service.d.ts +1601 -0
- package/dist/pricing/service.d.ts.map +1 -0
- package/dist/pricing/service.js +3 -0
- package/dist/pricing/service.js.map +1 -0
- package/dist/pricing/workflows.d.ts +242 -0
- package/dist/pricing/workflows.d.ts.map +1 -0
- package/dist/pricing/workflows.js +3 -0
- package/dist/pricing/workflows.js.map +1 -0
- package/dist/product/common.d.ts +1643 -0
- package/dist/product/common.d.ts.map +1 -0
- package/dist/product/common.js +3 -0
- package/dist/product/common.js.map +1 -0
- package/dist/product/index.d.ts +3 -0
- package/dist/product/index.d.ts.map +1 -0
- package/dist/product/index.js +19 -0
- package/dist/product/index.js.map +1 -0
- package/dist/product/service.d.ts +2429 -0
- package/dist/product/service.d.ts.map +1 -0
- package/dist/product/service.js +3 -0
- package/dist/product/service.js.map +1 -0
- package/dist/product-category/index.d.ts +2 -0
- package/dist/product-category/index.d.ts.map +1 -0
- package/dist/product-category/index.js +18 -0
- package/dist/product-category/index.js.map +1 -0
- package/dist/product-category/repository.d.ts +6 -0
- package/dist/product-category/repository.d.ts.map +1 -0
- package/dist/product-category/repository.js +3 -0
- package/dist/product-category/repository.js.map +1 -0
- package/dist/promotion/common/application-method.d.ts +208 -0
- package/dist/promotion/common/application-method.d.ts.map +1 -0
- package/dist/promotion/common/application-method.js +3 -0
- package/dist/promotion/common/application-method.js.map +1 -0
- package/dist/promotion/common/campaign-budget.d.ts +73 -0
- package/dist/promotion/common/campaign-budget.d.ts.map +1 -0
- package/dist/promotion/common/campaign-budget.js +3 -0
- package/dist/promotion/common/campaign-budget.js.map +1 -0
- package/dist/promotion/common/campaign.d.ts +58 -0
- package/dist/promotion/common/campaign.d.ts.map +1 -0
- package/dist/promotion/common/campaign.js +3 -0
- package/dist/promotion/common/campaign.js.map +1 -0
- package/dist/promotion/common/campaing-budget-usage.d.ts +58 -0
- package/dist/promotion/common/campaing-budget-usage.d.ts.map +1 -0
- package/dist/promotion/common/campaing-budget-usage.js +3 -0
- package/dist/promotion/common/campaing-budget-usage.js.map +1 -0
- package/dist/promotion/common/compute-actions.d.ts +296 -0
- package/dist/promotion/common/compute-actions.d.ts.map +1 -0
- package/dist/promotion/common/compute-actions.js +3 -0
- package/dist/promotion/common/compute-actions.js.map +1 -0
- package/dist/promotion/common/index.d.ts +9 -0
- package/dist/promotion/common/index.d.ts.map +1 -0
- package/dist/promotion/common/index.js +25 -0
- package/dist/promotion/common/index.js.map +1 -0
- package/dist/promotion/common/promotion-rule-value.d.ts +47 -0
- package/dist/promotion/common/promotion-rule-value.d.ts.map +1 -0
- package/dist/promotion/common/promotion-rule-value.js +3 -0
- package/dist/promotion/common/promotion-rule-value.js.map +1 -0
- package/dist/promotion/common/promotion-rule.d.ts +106 -0
- package/dist/promotion/common/promotion-rule.d.ts.map +1 -0
- package/dist/promotion/common/promotion-rule.js +3 -0
- package/dist/promotion/common/promotion-rule.js.map +1 -0
- package/dist/promotion/common/promotion.d.ts +214 -0
- package/dist/promotion/common/promotion.d.ts.map +1 -0
- package/dist/promotion/common/promotion.js +3 -0
- package/dist/promotion/common/promotion.js.map +1 -0
- package/dist/promotion/http.d.ts +16 -0
- package/dist/promotion/http.d.ts.map +1 -0
- package/dist/promotion/http.js +3 -0
- package/dist/promotion/http.js.map +1 -0
- package/dist/promotion/index.d.ts +6 -0
- package/dist/promotion/index.d.ts.map +1 -0
- package/dist/promotion/index.js +22 -0
- package/dist/promotion/index.js.map +1 -0
- package/dist/promotion/mutations.d.ts +140 -0
- package/dist/promotion/mutations.d.ts.map +1 -0
- package/dist/promotion/mutations.js +3 -0
- package/dist/promotion/mutations.js.map +1 -0
- package/dist/promotion/service.d.ts +905 -0
- package/dist/promotion/service.d.ts.map +1 -0
- package/dist/promotion/service.js +3 -0
- package/dist/promotion/service.js.map +1 -0
- package/dist/promotion/workflows.d.ts +55 -0
- package/dist/promotion/workflows.d.ts.map +1 -0
- package/dist/promotion/workflows.js +3 -0
- package/dist/promotion/workflows.js.map +1 -0
- package/dist/rbac/common.d.ts +54 -0
- package/dist/rbac/common.d.ts.map +1 -0
- package/dist/rbac/common.js +3 -0
- package/dist/rbac/common.js.map +1 -0
- package/dist/rbac/index.d.ts +4 -0
- package/dist/rbac/index.d.ts.map +1 -0
- package/dist/rbac/index.js +20 -0
- package/dist/rbac/index.js.map +1 -0
- package/dist/rbac/mutations.d.ts +36 -0
- package/dist/rbac/mutations.d.ts.map +1 -0
- package/dist/rbac/mutations.js +3 -0
- package/dist/rbac/mutations.js.map +1 -0
- package/dist/rbac/service.d.ts +50 -0
- package/dist/rbac/service.d.ts.map +1 -0
- package/dist/rbac/service.js +3 -0
- package/dist/rbac/service.js.map +1 -0
- package/dist/region/common.d.ts +135 -0
- package/dist/region/common.d.ts.map +1 -0
- package/dist/region/common.js +3 -0
- package/dist/region/common.js.map +1 -0
- package/dist/region/index.d.ts +4 -0
- package/dist/region/index.d.ts.map +1 -0
- package/dist/region/index.js +20 -0
- package/dist/region/index.js.map +1 -0
- package/dist/region/mutations.d.ts +87 -0
- package/dist/region/mutations.d.ts.map +1 -0
- package/dist/region/mutations.js +3 -0
- package/dist/region/mutations.js.map +1 -0
- package/dist/region/service.d.ts +466 -0
- package/dist/region/service.d.ts.map +1 -0
- package/dist/region/service.js +3 -0
- package/dist/region/service.js.map +1 -0
- package/dist/sales-channel/common.d.ts +69 -0
- package/dist/sales-channel/common.d.ts.map +1 -0
- package/dist/sales-channel/common.js +3 -0
- package/dist/sales-channel/common.js.map +1 -0
- package/dist/sales-channel/index.d.ts +4 -0
- package/dist/sales-channel/index.d.ts.map +1 -0
- package/dist/sales-channel/index.js +20 -0
- package/dist/sales-channel/index.js.map +1 -0
- package/dist/sales-channel/mutations.d.ts +66 -0
- package/dist/sales-channel/mutations.d.ts.map +1 -0
- package/dist/sales-channel/mutations.js +3 -0
- package/dist/sales-channel/mutations.js.map +1 -0
- package/dist/sales-channel/service.d.ts +239 -0
- package/dist/sales-channel/service.d.ts.map +1 -0
- package/dist/sales-channel/service.js +3 -0
- package/dist/sales-channel/service.js.map +1 -0
- package/dist/search/index.d.ts +17 -0
- package/dist/search/index.d.ts.map +1 -0
- package/dist/search/index.js +19 -0
- package/dist/search/index.js.map +1 -0
- package/dist/search/interface.d.ts +63 -0
- package/dist/search/interface.d.ts.map +1 -0
- package/dist/search/interface.js +3 -0
- package/dist/search/interface.js.map +1 -0
- package/dist/search/settings.d.ts +15 -0
- package/dist/search/settings.d.ts.map +1 -0
- package/dist/search/settings.js +3 -0
- package/dist/search/settings.js.map +1 -0
- package/dist/settings/common.d.ts +151 -0
- package/dist/settings/common.d.ts.map +1 -0
- package/dist/settings/common.js +3 -0
- package/dist/settings/common.js.map +1 -0
- package/dist/settings/index.d.ts +4 -0
- package/dist/settings/index.d.ts.map +1 -0
- package/dist/settings/index.js +20 -0
- package/dist/settings/index.js.map +1 -0
- package/dist/settings/mutations.d.ts +121 -0
- package/dist/settings/mutations.d.ts.map +1 -0
- package/dist/settings/mutations.js +3 -0
- package/dist/settings/mutations.js.map +1 -0
- package/dist/settings/service.d.ts +25 -0
- package/dist/settings/service.d.ts.map +1 -0
- package/dist/settings/service.js +3 -0
- package/dist/settings/service.js.map +1 -0
- package/dist/shared-context.d.ts +84 -0
- package/dist/shared-context.d.ts.map +1 -0
- package/dist/shared-context.js +3 -0
- package/dist/shared-context.js.map +1 -0
- package/dist/stock-location/common.d.ts +430 -0
- package/dist/stock-location/common.d.ts.map +1 -0
- package/dist/stock-location/common.js +3 -0
- package/dist/stock-location/common.js.map +1 -0
- package/dist/stock-location/index.d.ts +3 -0
- package/dist/stock-location/index.d.ts.map +1 -0
- package/dist/stock-location/index.js +19 -0
- package/dist/stock-location/index.js.map +1 -0
- package/dist/stock-location/service.d.ts +326 -0
- package/dist/stock-location/service.d.ts.map +1 -0
- package/dist/stock-location/service.js +3 -0
- package/dist/stock-location/service.js.map +1 -0
- package/dist/store/common/index.d.ts +2 -0
- package/dist/store/common/index.d.ts.map +1 -0
- package/dist/store/common/index.js +18 -0
- package/dist/store/common/index.js.map +1 -0
- package/dist/store/common/store.d.ts +124 -0
- package/dist/store/common/store.d.ts.map +1 -0
- package/dist/store/common/store.js +3 -0
- package/dist/store/common/store.js.map +1 -0
- package/dist/store/index.d.ts +4 -0
- package/dist/store/index.d.ts.map +1 -0
- package/dist/store/index.js +20 -0
- package/dist/store/index.js.map +1 -0
- package/dist/store/mutations/index.d.ts +2 -0
- package/dist/store/mutations/index.d.ts.map +1 -0
- package/dist/store/mutations/index.js +18 -0
- package/dist/store/mutations/index.js.map +1 -0
- package/dist/store/mutations/store.d.ts +92 -0
- package/dist/store/mutations/store.d.ts.map +1 -0
- package/dist/store/mutations/store.js +3 -0
- package/dist/store/mutations/store.js.map +1 -0
- package/dist/store/service.d.ts +245 -0
- package/dist/store/service.d.ts.map +1 -0
- package/dist/store/service.js +3 -0
- package/dist/store/service.js.map +1 -0
- package/dist/tax/common.d.ts +475 -0
- package/dist/tax/common.d.ts.map +1 -0
- package/dist/tax/common.js +3 -0
- package/dist/tax/common.js.map +1 -0
- package/dist/tax/index.d.ts +5 -0
- package/dist/tax/index.d.ts.map +1 -0
- package/dist/tax/index.js +21 -0
- package/dist/tax/index.js.map +1 -0
- package/dist/tax/mutations.d.ts +262 -0
- package/dist/tax/mutations.d.ts.map +1 -0
- package/dist/tax/mutations.js +3 -0
- package/dist/tax/mutations.js.map +1 -0
- package/dist/tax/provider.d.ts +168 -0
- package/dist/tax/provider.d.ts.map +1 -0
- package/dist/tax/provider.js +3 -0
- package/dist/tax/provider.js.map +1 -0
- package/dist/tax/service.d.ts +775 -0
- package/dist/tax/service.d.ts.map +1 -0
- package/dist/tax/service.js +3 -0
- package/dist/tax/service.js.map +1 -0
- package/dist/totals/big-number.d.ts +15 -0
- package/dist/totals/big-number.d.ts.map +1 -0
- package/dist/totals/big-number.js +3 -0
- package/dist/totals/big-number.js.map +1 -0
- package/dist/totals/index.d.ts +26 -0
- package/dist/totals/index.d.ts.map +1 -0
- package/dist/totals/index.js +18 -0
- package/dist/totals/index.js.map +1 -0
- package/dist/transaction-base/index.d.ts +2 -0
- package/dist/transaction-base/index.d.ts.map +1 -0
- package/dist/transaction-base/index.js +18 -0
- package/dist/transaction-base/index.js.map +1 -0
- package/dist/transaction-base/transaction-base.d.ts +3 -0
- package/dist/transaction-base/transaction-base.d.ts.map +1 -0
- package/dist/transaction-base/transaction-base.js +3 -0
- package/dist/transaction-base/transaction-base.js.map +1 -0
- package/dist/translation/common.d.ts +215 -0
- package/dist/translation/common.d.ts.map +1 -0
- package/dist/translation/common.js +3 -0
- package/dist/translation/common.js.map +1 -0
- package/dist/translation/index.d.ts +4 -0
- package/dist/translation/index.d.ts.map +1 -0
- package/dist/translation/index.js +20 -0
- package/dist/translation/index.js.map +1 -0
- package/dist/translation/mutations.d.ts +243 -0
- package/dist/translation/mutations.d.ts.map +1 -0
- package/dist/translation/mutations.js +3 -0
- package/dist/translation/mutations.js.map +1 -0
- package/dist/translation/service.d.ts +795 -0
- package/dist/translation/service.d.ts.map +1 -0
- package/dist/translation/service.js +3 -0
- package/dist/translation/service.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/user/common.d.ts +143 -0
- package/dist/user/common.d.ts.map +1 -0
- package/dist/user/common.js +3 -0
- package/dist/user/common.js.map +1 -0
- package/dist/user/index.d.ts +4 -0
- package/dist/user/index.d.ts.map +1 -0
- package/dist/user/index.js +20 -0
- package/dist/user/index.js.map +1 -0
- package/dist/user/mutations.d.ts +73 -0
- package/dist/user/mutations.d.ts.map +1 -0
- package/dist/user/mutations.js +3 -0
- package/dist/user/mutations.js.map +1 -0
- package/dist/user/service.d.ts +426 -0
- package/dist/user/service.d.ts.map +1 -0
- package/dist/user/service.js +3 -0
- package/dist/user/service.js.map +1 -0
- package/dist/workflow/cart/create-cart.d.ts +19 -0
- package/dist/workflow/cart/create-cart.d.ts.map +1 -0
- package/dist/workflow/cart/create-cart.js +3 -0
- package/dist/workflow/cart/create-cart.js.map +1 -0
- package/dist/workflow/cart/index.d.ts +2 -0
- package/dist/workflow/cart/index.d.ts.map +1 -0
- package/dist/workflow/cart/index.js +18 -0
- package/dist/workflow/cart/index.js.map +1 -0
- package/dist/workflow/common.d.ts +11 -0
- package/dist/workflow/common.d.ts.map +1 -0
- package/dist/workflow/common.js +3 -0
- package/dist/workflow/common.js.map +1 -0
- package/dist/workflow/fulfillment/calculate-shipping-options-prices.d.ts +31 -0
- package/dist/workflow/fulfillment/calculate-shipping-options-prices.d.ts.map +1 -0
- package/dist/workflow/fulfillment/calculate-shipping-options-prices.js +3 -0
- package/dist/workflow/fulfillment/calculate-shipping-options-prices.js.map +1 -0
- package/dist/workflow/fulfillment/create-fulfillment.d.ts +158 -0
- package/dist/workflow/fulfillment/create-fulfillment.d.ts.map +1 -0
- package/dist/workflow/fulfillment/create-fulfillment.js +3 -0
- package/dist/workflow/fulfillment/create-fulfillment.js.map +1 -0
- package/dist/workflow/fulfillment/create-shipment.d.ts +19 -0
- package/dist/workflow/fulfillment/create-shipment.d.ts.map +1 -0
- package/dist/workflow/fulfillment/create-shipment.js +3 -0
- package/dist/workflow/fulfillment/create-shipment.js.map +1 -0
- package/dist/workflow/fulfillment/create-shipping-options.d.ts +116 -0
- package/dist/workflow/fulfillment/create-shipping-options.d.ts.map +1 -0
- package/dist/workflow/fulfillment/create-shipping-options.js +3 -0
- package/dist/workflow/fulfillment/create-shipping-options.js.map +1 -0
- package/dist/workflow/fulfillment/delete-shipping-options.d.ts +10 -0
- package/dist/workflow/fulfillment/delete-shipping-options.d.ts.map +1 -0
- package/dist/workflow/fulfillment/delete-shipping-options.js +3 -0
- package/dist/workflow/fulfillment/delete-shipping-options.js.map +1 -0
- package/dist/workflow/fulfillment/index.d.ts +10 -0
- package/dist/workflow/fulfillment/index.d.ts.map +1 -0
- package/dist/workflow/fulfillment/index.js +26 -0
- package/dist/workflow/fulfillment/index.js.map +1 -0
- package/dist/workflow/fulfillment/service-zones.d.ts +60 -0
- package/dist/workflow/fulfillment/service-zones.d.ts.map +1 -0
- package/dist/workflow/fulfillment/service-zones.js +3 -0
- package/dist/workflow/fulfillment/service-zones.js.map +1 -0
- package/dist/workflow/fulfillment/shipping-profiles.d.ts +46 -0
- package/dist/workflow/fulfillment/shipping-profiles.d.ts.map +1 -0
- package/dist/workflow/fulfillment/shipping-profiles.js +3 -0
- package/dist/workflow/fulfillment/shipping-profiles.js.map +1 -0
- package/dist/workflow/fulfillment/update-fulfillment.d.ts +42 -0
- package/dist/workflow/fulfillment/update-fulfillment.d.ts.map +1 -0
- package/dist/workflow/fulfillment/update-fulfillment.js +3 -0
- package/dist/workflow/fulfillment/update-fulfillment.js.map +1 -0
- package/dist/workflow/fulfillment/update-shipping-options.d.ts +154 -0
- package/dist/workflow/fulfillment/update-shipping-options.d.ts.map +1 -0
- package/dist/workflow/fulfillment/update-shipping-options.js +3 -0
- package/dist/workflow/fulfillment/update-shipping-options.js.map +1 -0
- package/dist/workflow/index.d.ts +15 -0
- package/dist/workflow/index.d.ts.map +1 -0
- package/dist/workflow/index.js +51 -0
- package/dist/workflow/index.js.map +1 -0
- package/dist/workflow/inventory/create-inventory-items.d.ts +19 -0
- package/dist/workflow/inventory/create-inventory-items.d.ts.map +1 -0
- package/dist/workflow/inventory/create-inventory-items.js +3 -0
- package/dist/workflow/inventory/create-inventory-items.js.map +1 -0
- package/dist/workflow/inventory/index.d.ts +2 -0
- package/dist/workflow/inventory/index.d.ts.map +1 -0
- package/dist/workflow/inventory/index.js +18 -0
- package/dist/workflow/inventory/index.js.map +1 -0
- package/dist/workflow/invite/accept-invite.d.ts +39 -0
- package/dist/workflow/invite/accept-invite.d.ts.map +1 -0
- package/dist/workflow/invite/accept-invite.js +3 -0
- package/dist/workflow/invite/accept-invite.js.map +1 -0
- package/dist/workflow/invite/create-invite.d.ts +11 -0
- package/dist/workflow/invite/create-invite.d.ts.map +1 -0
- package/dist/workflow/invite/create-invite.js +3 -0
- package/dist/workflow/invite/create-invite.js.map +1 -0
- package/dist/workflow/invite/delete-invite.d.ts +10 -0
- package/dist/workflow/invite/delete-invite.d.ts.map +1 -0
- package/dist/workflow/invite/delete-invite.js +3 -0
- package/dist/workflow/invite/delete-invite.js.map +1 -0
- package/dist/workflow/invite/index.d.ts +5 -0
- package/dist/workflow/invite/index.d.ts.map +1 -0
- package/dist/workflow/invite/index.js +21 -0
- package/dist/workflow/invite/index.js.map +1 -0
- package/dist/workflow/invite/resend-invite.d.ts +10 -0
- package/dist/workflow/invite/resend-invite.d.ts.map +1 -0
- package/dist/workflow/invite/resend-invite.js +3 -0
- package/dist/workflow/invite/resend-invite.js.map +1 -0
- package/dist/workflow/order/accept-transfer.d.ts +14 -0
- package/dist/workflow/order/accept-transfer.d.ts.map +1 -0
- package/dist/workflow/order/accept-transfer.js +3 -0
- package/dist/workflow/order/accept-transfer.js.map +1 -0
- package/dist/workflow/order/begin-claim-order.d.ts +31 -0
- package/dist/workflow/order/begin-claim-order.d.ts.map +1 -0
- package/dist/workflow/order/begin-claim-order.js +3 -0
- package/dist/workflow/order/begin-claim-order.js.map +1 -0
- package/dist/workflow/order/begin-exchange-order.d.ts +26 -0
- package/dist/workflow/order/begin-exchange-order.d.ts.map +1 -0
- package/dist/workflow/order/begin-exchange-order.js +3 -0
- package/dist/workflow/order/begin-exchange-order.js.map +1 -0
- package/dist/workflow/order/begin-order-edit.d.ts +29 -0
- package/dist/workflow/order/begin-order-edit.d.ts.map +1 -0
- package/dist/workflow/order/begin-order-edit.js +3 -0
- package/dist/workflow/order/begin-order-edit.js.map +1 -0
- package/dist/workflow/order/begin-return-order.d.ts +30 -0
- package/dist/workflow/order/begin-return-order.d.ts.map +1 -0
- package/dist/workflow/order/begin-return-order.js +3 -0
- package/dist/workflow/order/begin-return-order.js.map +1 -0
- package/dist/workflow/order/cancel-claim.d.ts +18 -0
- package/dist/workflow/order/cancel-claim.d.ts.map +1 -0
- package/dist/workflow/order/cancel-claim.js +3 -0
- package/dist/workflow/order/cancel-claim.js.map +1 -0
- package/dist/workflow/order/cancel-exchange.d.ts +18 -0
- package/dist/workflow/order/cancel-exchange.d.ts.map +1 -0
- package/dist/workflow/order/cancel-exchange.js +3 -0
- package/dist/workflow/order/cancel-exchange.js.map +1 -0
- package/dist/workflow/order/cancel-fulfillment.d.ts +19 -0
- package/dist/workflow/order/cancel-fulfillment.d.ts.map +1 -0
- package/dist/workflow/order/cancel-fulfillment.js +3 -0
- package/dist/workflow/order/cancel-fulfillment.js.map +1 -0
- package/dist/workflow/order/cancel-order.d.ts +18 -0
- package/dist/workflow/order/cancel-order.d.ts.map +1 -0
- package/dist/workflow/order/cancel-order.js +3 -0
- package/dist/workflow/order/cancel-order.js.map +1 -0
- package/dist/workflow/order/cancel-return.d.ts +18 -0
- package/dist/workflow/order/cancel-return.d.ts.map +1 -0
- package/dist/workflow/order/cancel-return.js +3 -0
- package/dist/workflow/order/cancel-return.js.map +1 -0
- package/dist/workflow/order/cancel-transfer.d.ts +18 -0
- package/dist/workflow/order/cancel-transfer.d.ts.map +1 -0
- package/dist/workflow/order/cancel-transfer.js +3 -0
- package/dist/workflow/order/cancel-transfer.js.map +1 -0
- package/dist/workflow/order/create-fulfillment.d.ts +65 -0
- package/dist/workflow/order/create-fulfillment.d.ts.map +1 -0
- package/dist/workflow/order/create-fulfillment.js +3 -0
- package/dist/workflow/order/create-fulfillment.js.map +1 -0
- package/dist/workflow/order/create-return-order.d.ts +85 -0
- package/dist/workflow/order/create-return-order.d.ts.map +1 -0
- package/dist/workflow/order/create-return-order.js +3 -0
- package/dist/workflow/order/create-return-order.js.map +1 -0
- package/dist/workflow/order/create-shipment.d.ts +51 -0
- package/dist/workflow/order/create-shipment.d.ts.map +1 -0
- package/dist/workflow/order/create-shipment.js +3 -0
- package/dist/workflow/order/create-shipment.js.map +1 -0
- package/dist/workflow/order/decline-transfer.d.ts +14 -0
- package/dist/workflow/order/decline-transfer.d.ts.map +1 -0
- package/dist/workflow/order/decline-transfer.js +3 -0
- package/dist/workflow/order/decline-transfer.js.map +1 -0
- package/dist/workflow/order/index.d.ts +23 -0
- package/dist/workflow/order/index.d.ts.map +1 -0
- package/dist/workflow/order/index.js +39 -0
- package/dist/workflow/order/index.js.map +1 -0
- package/dist/workflow/order/items.d.ts +323 -0
- package/dist/workflow/order/items.d.ts.map +1 -0
- package/dist/workflow/order/items.js +3 -0
- package/dist/workflow/order/items.js.map +1 -0
- package/dist/workflow/order/receive-return.d.ts +120 -0
- package/dist/workflow/order/receive-return.d.ts.map +1 -0
- package/dist/workflow/order/receive-return.js +3 -0
- package/dist/workflow/order/receive-return.js.map +1 -0
- package/dist/workflow/order/request-item-return.d.ts +140 -0
- package/dist/workflow/order/request-item-return.d.ts.map +1 -0
- package/dist/workflow/order/request-item-return.js +3 -0
- package/dist/workflow/order/request-item-return.js.map +1 -0
- package/dist/workflow/order/request-transfer.d.ts +24 -0
- package/dist/workflow/order/request-transfer.d.ts.map +1 -0
- package/dist/workflow/order/request-transfer.js +3 -0
- package/dist/workflow/order/request-transfer.js.map +1 -0
- package/dist/workflow/order/shipping-method.d.ts +198 -0
- package/dist/workflow/order/shipping-method.d.ts.map +1 -0
- package/dist/workflow/order/shipping-method.js +3 -0
- package/dist/workflow/order/shipping-method.js.map +1 -0
- package/dist/workflow/order/update-order.d.ts +44 -0
- package/dist/workflow/order/update-order.d.ts.map +1 -0
- package/dist/workflow/order/update-order.js +3 -0
- package/dist/workflow/order/update-order.js.map +1 -0
- package/dist/workflow/order/update-return.d.ts +22 -0
- package/dist/workflow/order/update-return.d.ts.map +1 -0
- package/dist/workflow/order/update-return.js +3 -0
- package/dist/workflow/order/update-return.js.map +1 -0
- package/dist/workflow/price-list/create-price-list.d.ts +66 -0
- package/dist/workflow/price-list/create-price-list.d.ts.map +1 -0
- package/dist/workflow/price-list/create-price-list.js +3 -0
- package/dist/workflow/price-list/create-price-list.js.map +1 -0
- package/dist/workflow/price-list/index.d.ts +3 -0
- package/dist/workflow/price-list/index.d.ts.map +1 -0
- package/dist/workflow/price-list/index.js +19 -0
- package/dist/workflow/price-list/index.js.map +1 -0
- package/dist/workflow/price-list/remove-price-list.d.ts +4 -0
- package/dist/workflow/price-list/remove-price-list.d.ts.map +1 -0
- package/dist/workflow/price-list/remove-price-list.js +3 -0
- package/dist/workflow/price-list/remove-price-list.js.map +1 -0
- package/dist/workflow/pricing/index.d.ts +31 -0
- package/dist/workflow/pricing/index.d.ts.map +1 -0
- package/dist/workflow/pricing/index.js +3 -0
- package/dist/workflow/pricing/index.js.map +1 -0
- package/dist/workflow/product/create-product-variants.d.ts +26 -0
- package/dist/workflow/product/create-product-variants.d.ts.map +1 -0
- package/dist/workflow/product/create-product-variants.js +3 -0
- package/dist/workflow/product/create-product-variants.js.map +1 -0
- package/dist/workflow/product/create-products.d.ts +82 -0
- package/dist/workflow/product/create-products.d.ts.map +1 -0
- package/dist/workflow/product/create-products.js +3 -0
- package/dist/workflow/product/create-products.js.map +1 -0
- package/dist/workflow/product/export-products.d.ts +21 -0
- package/dist/workflow/product/export-products.d.ts.map +1 -0
- package/dist/workflow/product/export-products.js +3 -0
- package/dist/workflow/product/export-products.js.map +1 -0
- package/dist/workflow/product/import-products.d.ts +18 -0
- package/dist/workflow/product/import-products.d.ts.map +1 -0
- package/dist/workflow/product/import-products.js +3 -0
- package/dist/workflow/product/import-products.js.map +1 -0
- package/dist/workflow/product/index.d.ts +7 -0
- package/dist/workflow/product/index.d.ts.map +1 -0
- package/dist/workflow/product/index.js +23 -0
- package/dist/workflow/product/index.js.map +1 -0
- package/dist/workflow/product/update-product-variants.d.ts +37 -0
- package/dist/workflow/product/update-product-variants.d.ts.map +1 -0
- package/dist/workflow/product/update-product-variants.js +3 -0
- package/dist/workflow/product/update-product-variants.js.map +1 -0
- package/dist/workflow/product/update-products.d.ts +78 -0
- package/dist/workflow/product/update-products.d.ts.map +1 -0
- package/dist/workflow/product/update-products.js +3 -0
- package/dist/workflow/product/update-products.js.map +1 -0
- package/dist/workflow/product-category/index.d.ts +31 -0
- package/dist/workflow/product-category/index.d.ts.map +1 -0
- package/dist/workflow/product-category/index.js +3 -0
- package/dist/workflow/product-category/index.js.map +1 -0
- package/dist/workflow/region/create-regions.d.ts +26 -0
- package/dist/workflow/region/create-regions.d.ts.map +1 -0
- package/dist/workflow/region/create-regions.js +3 -0
- package/dist/workflow/region/create-regions.js.map +1 -0
- package/dist/workflow/region/index.d.ts +3 -0
- package/dist/workflow/region/index.d.ts.map +1 -0
- package/dist/workflow/region/index.js +19 -0
- package/dist/workflow/region/index.js.map +1 -0
- package/dist/workflow/region/update-regions.d.ts +10 -0
- package/dist/workflow/region/update-regions.d.ts.map +1 -0
- package/dist/workflow/region/update-regions.js +3 -0
- package/dist/workflow/region/update-regions.js.map +1 -0
- package/dist/workflow/reservation/create-reservations.d.ts +15 -0
- package/dist/workflow/reservation/create-reservations.d.ts.map +1 -0
- package/dist/workflow/reservation/create-reservations.js +3 -0
- package/dist/workflow/reservation/create-reservations.js.map +1 -0
- package/dist/workflow/reservation/index.d.ts +3 -0
- package/dist/workflow/reservation/index.d.ts.map +1 -0
- package/dist/workflow/reservation/index.js +19 -0
- package/dist/workflow/reservation/index.js.map +1 -0
- package/dist/workflow/reservation/update-reservations.d.ts +15 -0
- package/dist/workflow/reservation/update-reservations.d.ts.map +1 -0
- package/dist/workflow/reservation/update-reservations.js +3 -0
- package/dist/workflow/reservation/update-reservations.js.map +1 -0
- package/dist/workflow/store/index.d.ts +43 -0
- package/dist/workflow/store/index.d.ts.map +1 -0
- package/dist/workflow/store/index.js +3 -0
- package/dist/workflow/store/index.js.map +1 -0
- package/dist/workflow/user/create-user.d.ts +11 -0
- package/dist/workflow/user/create-user.d.ts.map +1 -0
- package/dist/workflow/user/create-user.js +3 -0
- package/dist/workflow/user/create-user.js.map +1 -0
- package/dist/workflow/user/delete-user.d.ts +4 -0
- package/dist/workflow/user/delete-user.d.ts.map +1 -0
- package/dist/workflow/user/delete-user.js +3 -0
- package/dist/workflow/user/delete-user.js.map +1 -0
- package/dist/workflow/user/index.d.ts +4 -0
- package/dist/workflow/user/index.d.ts.map +1 -0
- package/dist/workflow/user/index.js +20 -0
- package/dist/workflow/user/index.js.map +1 -0
- package/dist/workflow/user/update-user.d.ts +11 -0
- package/dist/workflow/user/update-user.d.ts.map +1 -0
- package/dist/workflow/user/update-user.js +3 -0
- package/dist/workflow/user/update-user.js.map +1 -0
- package/dist/workflows/index.d.ts +3 -0
- package/dist/workflows/index.d.ts.map +1 -0
- package/dist/workflows/index.js +19 -0
- package/dist/workflows/index.js.map +1 -0
- package/dist/workflows/products/index.d.ts +2 -0
- package/dist/workflows/products/index.d.ts.map +1 -0
- package/dist/workflows/products/index.js +18 -0
- package/dist/workflows/products/index.js.map +1 -0
- package/dist/workflows/products/mutations.d.ts +45 -0
- package/dist/workflows/products/mutations.d.ts.map +1 -0
- package/dist/workflows/products/mutations.js +3 -0
- package/dist/workflows/products/mutations.js.map +1 -0
- package/dist/workflows/stock-locations/index.d.ts +2 -0
- package/dist/workflows/stock-locations/index.d.ts.map +1 -0
- package/dist/workflows/stock-locations/index.js +18 -0
- package/dist/workflows/stock-locations/index.js.map +1 -0
- package/dist/workflows/stock-locations/mutations.d.ts +23 -0
- package/dist/workflows/stock-locations/mutations.d.ts.map +1 -0
- package/dist/workflows/stock-locations/mutations.js +3 -0
- package/dist/workflows/stock-locations/mutations.js.map +1 -0
- package/dist/workflows-sdk/common.d.ts +23 -0
- package/dist/workflows-sdk/common.d.ts.map +1 -0
- package/dist/workflows-sdk/common.js +3 -0
- package/dist/workflows-sdk/common.js.map +1 -0
- package/dist/workflows-sdk/index.d.ts +4 -0
- package/dist/workflows-sdk/index.d.ts.map +1 -0
- package/dist/workflows-sdk/index.js +20 -0
- package/dist/workflows-sdk/index.js.map +1 -0
- package/dist/workflows-sdk/mutations.d.ts +8 -0
- package/dist/workflows-sdk/mutations.d.ts.map +1 -0
- package/dist/workflows-sdk/mutations.js +3 -0
- package/dist/workflows-sdk/mutations.js.map +1 -0
- package/dist/workflows-sdk/service.d.ts +74 -0
- package/dist/workflows-sdk/service.d.ts.map +1 -0
- package/dist/workflows-sdk/service.js +3 -0
- package/dist/workflows-sdk/service.js.map +1 -0
- package/package.json +52 -0
|
@@ -0,0 +1,1151 @@
|
|
|
1
|
+
import type { Secret, SignOptions, VerifyOptions } from "jsonwebtoken";
|
|
2
|
+
import { ExternalModuleDeclaration, InternalModuleDeclaration } from "../modules-sdk";
|
|
3
|
+
import type { RedisOptions } from "ioredis";
|
|
4
|
+
import { ConnectionOptions } from "node:tls";
|
|
5
|
+
import type { InlineConfig } from "vite";
|
|
6
|
+
import type { Logger } from "../logger";
|
|
7
|
+
/**
|
|
8
|
+
* Registry for module options types. Modules can augment this interface
|
|
9
|
+
* using declaration merging to provide typed options in defineConfig.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```ts
|
|
13
|
+
* // In @acmekit/translation module:
|
|
14
|
+
* declare module "@acmekit/types" {
|
|
15
|
+
* interface ModuleOptions {
|
|
16
|
+
* "@acmekit/translation": {
|
|
17
|
+
* entities?: { type: string; fields: string[] }[]
|
|
18
|
+
* }
|
|
19
|
+
* }
|
|
20
|
+
* }
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export interface ModuleOptions {
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @interface
|
|
27
|
+
*
|
|
28
|
+
* Admin dashboard configurations.
|
|
29
|
+
*/
|
|
30
|
+
export interface AdminOptions {
|
|
31
|
+
/**
|
|
32
|
+
* Whether to disable the admin dashboard. If set to `true`, the admin dashboard is disabled,
|
|
33
|
+
* in both development and production environments. The default value is `false`.
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* ```js title="acmekit-config.ts"
|
|
37
|
+
* module.exports = defineConfig({
|
|
38
|
+
* admin: {
|
|
39
|
+
* disable: process.env.ADMIN_DISABLED === "true" ||
|
|
40
|
+
* false
|
|
41
|
+
* },
|
|
42
|
+
* // ...
|
|
43
|
+
* })
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
disable?: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* The path to the admin dashboard. The default value is `/app`.
|
|
49
|
+
*
|
|
50
|
+
* The value cannot be one of the reserved paths:
|
|
51
|
+
* - `/admin`
|
|
52
|
+
* - `/store`
|
|
53
|
+
* - `/auth`
|
|
54
|
+
* - `/`
|
|
55
|
+
*
|
|
56
|
+
* @example
|
|
57
|
+
* ```ts title="acmekit-config.ts"
|
|
58
|
+
* module.exports = defineConfig({
|
|
59
|
+
* admin: {
|
|
60
|
+
* path: process.env.ADMIN_PATH || `/app`,
|
|
61
|
+
* },
|
|
62
|
+
* // ...
|
|
63
|
+
* })
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
path: `/${string}`;
|
|
67
|
+
/**
|
|
68
|
+
* The URL of your AcmeKit application. Defaults to the browser origin. This is useful to set when running the admin on a separate domain.
|
|
69
|
+
*
|
|
70
|
+
* @example
|
|
71
|
+
* ```js title="acmekit-config.ts"
|
|
72
|
+
* module.exports = defineConfig({
|
|
73
|
+
* admin: {
|
|
74
|
+
* backendUrl: process.env.MEDUSA_BACKEND_URL ||
|
|
75
|
+
* "http://localhost:9000"
|
|
76
|
+
* },
|
|
77
|
+
* // ...
|
|
78
|
+
* })
|
|
79
|
+
* ```
|
|
80
|
+
*/
|
|
81
|
+
backendUrl?: string;
|
|
82
|
+
/**
|
|
83
|
+
* The URL of your AcmeKit storefront application. This will help generate links from the admin
|
|
84
|
+
* to provide to customers to complete any processes
|
|
85
|
+
*
|
|
86
|
+
* @example
|
|
87
|
+
* ```js title="acmekit-config.ts"
|
|
88
|
+
* module.exports = defineConfig({
|
|
89
|
+
* admin: {
|
|
90
|
+
* storefrontUrl: process.env.MEDUSA_STOREFRONT_URL ||
|
|
91
|
+
* "http://localhost:9000"
|
|
92
|
+
* },
|
|
93
|
+
* // ...
|
|
94
|
+
* })
|
|
95
|
+
* ```
|
|
96
|
+
*/
|
|
97
|
+
storefrontUrl?: string;
|
|
98
|
+
/**
|
|
99
|
+
* The directory where the admin build is output. This is where the build process places the generated files.
|
|
100
|
+
* The default value is `./build`.
|
|
101
|
+
*/
|
|
102
|
+
outDir?: string;
|
|
103
|
+
/**
|
|
104
|
+
* Configure the Vite configuration for the admin dashboard. This function receives the default Vite configuration
|
|
105
|
+
* and returns the modified configuration. The default value is `undefined`.
|
|
106
|
+
*
|
|
107
|
+
* @privateRemarks TODO Add example
|
|
108
|
+
*/
|
|
109
|
+
vite?: (config: InlineConfig) => InlineConfig;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* @interface
|
|
113
|
+
*
|
|
114
|
+
* Options to pass to `express-session`.
|
|
115
|
+
*/
|
|
116
|
+
export type SessionOptions = {
|
|
117
|
+
/**
|
|
118
|
+
* The name of the session ID cookie to set in the response (and read from in the request). The default value is `connect.sid`.
|
|
119
|
+
* Refer to [express-session’s documentation](https://www.npmjs.com/package/express-session#name) for more details.
|
|
120
|
+
*/
|
|
121
|
+
name?: string;
|
|
122
|
+
/**
|
|
123
|
+
* Whether the session should be saved back to the session store, even if the session was never modified during the request. The default value is `true`.
|
|
124
|
+
* Refer to [express-session’s documentation](https://www.npmjs.com/package/express-session#resave) for more details.
|
|
125
|
+
*/
|
|
126
|
+
resave?: boolean;
|
|
127
|
+
/**
|
|
128
|
+
* Whether the session identifier cookie should be force-set on every response. The default value is `false`.
|
|
129
|
+
* Refer to [express-session’s documentation](https://www.npmjs.com/package/express-session#rolling) for more details.
|
|
130
|
+
*/
|
|
131
|
+
rolling?: boolean;
|
|
132
|
+
/**
|
|
133
|
+
* Whether a session that is "uninitialized" is forced to be saved to the store. The default value is `true`.
|
|
134
|
+
* Refer to [express-session’s documentation](https://www.npmjs.com/package/express-session#saveUninitialized) for more details.
|
|
135
|
+
*/
|
|
136
|
+
saveUninitialized?: boolean;
|
|
137
|
+
/**
|
|
138
|
+
* The secret to sign the session ID cookie. By default, the value of `http.cookieSecret` is used.
|
|
139
|
+
* Refer to [express-session’s documentation](https://www.npmjs.com/package/express-session#secret) for details.
|
|
140
|
+
*/
|
|
141
|
+
secret?: string;
|
|
142
|
+
/**
|
|
143
|
+
* Used when calculating the `Expires` `Set-Cookie` attribute of cookies. By default, its value is `10 * 60 * 60 * 1000`.
|
|
144
|
+
* Refer to [express-session’s documentation](https://www.npmjs.com/package/express-session#cookiemaxage) for details.
|
|
145
|
+
*/
|
|
146
|
+
ttl?: number;
|
|
147
|
+
/**
|
|
148
|
+
* Specify the options for storing session data to dynamoDB. Make
|
|
149
|
+
* sure to install the following dependencies first.
|
|
150
|
+
*
|
|
151
|
+
* - @aws-sdk/client-dynamodb@^3.218.0
|
|
152
|
+
* - connect-dynamodb@^3.0.5
|
|
153
|
+
*/
|
|
154
|
+
dynamodbOptions?: {
|
|
155
|
+
clientOptions?: {
|
|
156
|
+
endpoint?: string;
|
|
157
|
+
};
|
|
158
|
+
table?: string;
|
|
159
|
+
/** Defaults to 'sess:' */
|
|
160
|
+
prefix?: string;
|
|
161
|
+
/** Defaults to 'id' */
|
|
162
|
+
hashKey?: string;
|
|
163
|
+
readCapacityUnits?: number;
|
|
164
|
+
writeCapacityUnits?: number;
|
|
165
|
+
specialKeys?: {
|
|
166
|
+
name: string;
|
|
167
|
+
type: string;
|
|
168
|
+
}[];
|
|
169
|
+
skipThrowMissingSpecialKeys?: boolean;
|
|
170
|
+
/**
|
|
171
|
+
* Disable initialization.
|
|
172
|
+
* Useful if the table already exists or if you want to skip existence checks in a serverless environment such as AWS Lambda.
|
|
173
|
+
*/
|
|
174
|
+
initialized?: boolean;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* @interface
|
|
179
|
+
*
|
|
180
|
+
* Options to pass to `express-session`.
|
|
181
|
+
*/
|
|
182
|
+
export type CookieOptions = Record<string, any> & {
|
|
183
|
+
secure?: boolean;
|
|
184
|
+
sameSite?: "lax" | "strict" | "none";
|
|
185
|
+
maxAge?: number;
|
|
186
|
+
httpOnly?: boolean;
|
|
187
|
+
priority?: "low" | "medium" | "high";
|
|
188
|
+
domain?: string;
|
|
189
|
+
path?: string;
|
|
190
|
+
signed?: boolean;
|
|
191
|
+
};
|
|
192
|
+
/**
|
|
193
|
+
* @interface
|
|
194
|
+
*
|
|
195
|
+
* HTTP compression configurations.
|
|
196
|
+
*/
|
|
197
|
+
export type HttpCompressionOptions = {
|
|
198
|
+
/**
|
|
199
|
+
* Whether HTTP compression is enabled. By default, it's `false`.
|
|
200
|
+
*/
|
|
201
|
+
enabled?: boolean;
|
|
202
|
+
/**
|
|
203
|
+
* The level of zlib compression to apply to responses. A higher level will result in better compression but will take longer to complete.
|
|
204
|
+
* A lower level will result in less compression but will be much faster. The default value is `6`.
|
|
205
|
+
*/
|
|
206
|
+
level?: number;
|
|
207
|
+
/**
|
|
208
|
+
* How much memory should be allocated to the internal compression state. It's an integer in the range of 1 (minimum level) and 9 (maximum level).
|
|
209
|
+
* The default value is `8`.
|
|
210
|
+
*/
|
|
211
|
+
memLevel?: number;
|
|
212
|
+
/**
|
|
213
|
+
* The minimum response body size that compression is applied on. Its value can be the number of bytes or any string accepted by the
|
|
214
|
+
* [bytes](https://www.npmjs.com/package/bytes) module. The default value is `1024`.
|
|
215
|
+
*/
|
|
216
|
+
threshold?: number | string;
|
|
217
|
+
};
|
|
218
|
+
/**
|
|
219
|
+
* @interface
|
|
220
|
+
*
|
|
221
|
+
* AcmeKit Cloud configurations.
|
|
222
|
+
*/
|
|
223
|
+
export type AcmeKitCloudOptions = {
|
|
224
|
+
/**
|
|
225
|
+
* The environment handle of the AcmeKit Cloud environment.
|
|
226
|
+
*/
|
|
227
|
+
environmentHandle?: string;
|
|
228
|
+
/**
|
|
229
|
+
* The sandbox handle of the AcmeKit Cloud sandbox.
|
|
230
|
+
*/
|
|
231
|
+
sandboxHandle?: string;
|
|
232
|
+
/**
|
|
233
|
+
* The API key used to access AcmeKit Cloud services.
|
|
234
|
+
*/
|
|
235
|
+
apiKey?: string;
|
|
236
|
+
/**
|
|
237
|
+
* The webhook secret used to verify webhooks.
|
|
238
|
+
*/
|
|
239
|
+
webhookSecret?: string;
|
|
240
|
+
/**
|
|
241
|
+
* The endpoint of the AcmeKit Cloud payment service.
|
|
242
|
+
*/
|
|
243
|
+
paymentsEndpoint?: string;
|
|
244
|
+
/**
|
|
245
|
+
* The endpoint of the AcmeKit Cloud email service.
|
|
246
|
+
*/
|
|
247
|
+
emailsEndpoint?: string;
|
|
248
|
+
/**
|
|
249
|
+
* The authorization endpoint of the AcmeKit Cloud OAuth service.
|
|
250
|
+
*/
|
|
251
|
+
oauthAuthorizeEndpoint?: string;
|
|
252
|
+
/**
|
|
253
|
+
* The token endpoint of the AcmeKit Cloud OAuth token service.
|
|
254
|
+
*/
|
|
255
|
+
oauthTokenEndpoint?: string;
|
|
256
|
+
/**
|
|
257
|
+
* The callback URL for the AcmeKit Cloud OAuth service. If not provided, it will be set to `${AdminOptions.backendUrl}/auth/user/cloud/callback`.
|
|
258
|
+
*/
|
|
259
|
+
oauthCallbackUrl?: string;
|
|
260
|
+
/**
|
|
261
|
+
* Whether the AcmeKit Cloud OAuth service is disabled.
|
|
262
|
+
*/
|
|
263
|
+
oauthDisabled?: boolean;
|
|
264
|
+
};
|
|
265
|
+
/**
|
|
266
|
+
* @interface
|
|
267
|
+
*
|
|
268
|
+
* Essential configurations related to the AcmeKit application, such as database and CORS configurations.
|
|
269
|
+
*/
|
|
270
|
+
export type ProjectConfigOptions = {
|
|
271
|
+
/**
|
|
272
|
+
* The name of the database to connect to. If the name is specified in `databaseUrl`, then you don't have to use this configuration.
|
|
273
|
+
*
|
|
274
|
+
* Make sure to create the PostgreSQL database before using it. You can check how to create a database in
|
|
275
|
+
* [PostgreSQL's documentation](https://www.postgresql.org/docs/current/sql-createdatabase.html).
|
|
276
|
+
*
|
|
277
|
+
* @example
|
|
278
|
+
* ```js title="acmekit-config.ts"
|
|
279
|
+
* module.exports = defineConfig({
|
|
280
|
+
* projectConfig: {
|
|
281
|
+
* databaseName: process.env.DATABASE_NAME ||
|
|
282
|
+
* "acmekit-store",
|
|
283
|
+
* // ...
|
|
284
|
+
* },
|
|
285
|
+
* // ...
|
|
286
|
+
* })
|
|
287
|
+
* ```
|
|
288
|
+
*/
|
|
289
|
+
databaseName?: string;
|
|
290
|
+
/**
|
|
291
|
+
* The PostgreSQL connection URL of the database, which is of the following format:
|
|
292
|
+
*
|
|
293
|
+
* ```bash
|
|
294
|
+
* postgres://[user][:password]@[host][:port]/[dbname]
|
|
295
|
+
* ```
|
|
296
|
+
*
|
|
297
|
+
* Where:
|
|
298
|
+
*
|
|
299
|
+
* - `[user]`: (required) your PostgreSQL username. If not specified, the system's username is used by default. The database user that you use must have create privileges. If you're using the `postgres` superuser, then it should have these privileges by default. Otherwise, make sure to grant your user create privileges. You can learn how to do that in [PostgreSQL's documentation](https://www.postgresql.org/docs/current/ddl-priv.html).
|
|
300
|
+
* - `[:password]`: an optional password for the user. When provided, make sure to put `:` before the password.
|
|
301
|
+
* - `[host]`: (required) your PostgreSQL host. When run locally, it should be `localhost`.
|
|
302
|
+
* - `[:port]`: an optional port that the PostgreSQL server is listening on. By default, it's `5432`. When provided, make sure to put `:` before the port.
|
|
303
|
+
* - `[dbname]`: (required) the name of the database.
|
|
304
|
+
*
|
|
305
|
+
* You can learn more about the connection URL format in [PostgreSQL’s documentation](https://www.postgresql.org/docs/current/libpq-connect.html).
|
|
306
|
+
*
|
|
307
|
+
* @example
|
|
308
|
+
* For example, set the following database URL in your environment variables:
|
|
309
|
+
*
|
|
310
|
+
* ```bash
|
|
311
|
+
* DATABASE_URL=postgres://postgres@localhost/acmekit-store
|
|
312
|
+
* ```
|
|
313
|
+
*
|
|
314
|
+
* Then, use the value in `acmekit-config.ts`:
|
|
315
|
+
*
|
|
316
|
+
* ```js title="acmekit-config.ts"
|
|
317
|
+
* module.exports = defineConfig({
|
|
318
|
+
* projectConfig: {
|
|
319
|
+
* databaseUrl: process.env.DATABASE_URL,
|
|
320
|
+
* // ...
|
|
321
|
+
* },
|
|
322
|
+
* // ...
|
|
323
|
+
* })
|
|
324
|
+
* ```
|
|
325
|
+
*/
|
|
326
|
+
databaseUrl?: string;
|
|
327
|
+
/**
|
|
328
|
+
* The database schema to connect to. This is not required to provide if you’re using the default schema, which is `public`.
|
|
329
|
+
*
|
|
330
|
+
* ```js title="acmekit-config.ts"
|
|
331
|
+
* module.exports = defineConfig({
|
|
332
|
+
* projectConfig: {
|
|
333
|
+
* databaseSchema: process.env.DATABASE_SCHEMA ||
|
|
334
|
+
* "custom",
|
|
335
|
+
* // ...
|
|
336
|
+
* },
|
|
337
|
+
* // ...
|
|
338
|
+
* })
|
|
339
|
+
* ```
|
|
340
|
+
*/
|
|
341
|
+
databaseSchema?: string;
|
|
342
|
+
/**
|
|
343
|
+
* This configuration specifies whether database messages should be logged.
|
|
344
|
+
*
|
|
345
|
+
* @example
|
|
346
|
+
* ```js title="acmekit-config.ts"
|
|
347
|
+
* module.exports = defineConfig({
|
|
348
|
+
* projectConfig: {
|
|
349
|
+
* databaseLogging: false
|
|
350
|
+
* // ...
|
|
351
|
+
* },
|
|
352
|
+
* // ...
|
|
353
|
+
* })
|
|
354
|
+
* ```
|
|
355
|
+
*/
|
|
356
|
+
databaseLogging?: boolean;
|
|
357
|
+
/**
|
|
358
|
+
* This configuration is used to pass additional options to the database connection. You can pass any configuration. For example, pass the
|
|
359
|
+
* `ssl` property that enables support for TLS/SSL connections.
|
|
360
|
+
*
|
|
361
|
+
* This is useful for production databases, which can be supported by setting the `rejectUnauthorized` attribute of `ssl` object to `false`.
|
|
362
|
+
* During development, it’s recommended not to pass this option.
|
|
363
|
+
*
|
|
364
|
+
* :::note
|
|
365
|
+
*
|
|
366
|
+
* Make sure to add to the end of the database URL `?ssl_mode=disable` as well when disabling `rejectUnauthorized`.
|
|
367
|
+
*
|
|
368
|
+
* :::
|
|
369
|
+
*
|
|
370
|
+
* @example
|
|
371
|
+
* ```js title="acmekit-config.ts"
|
|
372
|
+
* module.exports = defineConfig({
|
|
373
|
+
* projectConfig: {
|
|
374
|
+
* databaseDriverOptions: process.env.NODE_ENV !== "development" ?
|
|
375
|
+
* { connection: { ssl: { rejectUnauthorized: false } } } : {}
|
|
376
|
+
* // ...
|
|
377
|
+
* },
|
|
378
|
+
* // ...
|
|
379
|
+
* })
|
|
380
|
+
* ```
|
|
381
|
+
*/
|
|
382
|
+
databaseDriverOptions?: Record<string, unknown> & {
|
|
383
|
+
connection?: {
|
|
384
|
+
/**
|
|
385
|
+
* Configure support for TLS/SSL connection
|
|
386
|
+
*/
|
|
387
|
+
ssl?: boolean | ConnectionOptions;
|
|
388
|
+
};
|
|
389
|
+
};
|
|
390
|
+
/**
|
|
391
|
+
* This configuration specifies the connection URL to Redis to store the AcmeKit server's session.
|
|
392
|
+
*
|
|
393
|
+
* :::note
|
|
394
|
+
*
|
|
395
|
+
* You must first have Redis installed. You can refer to [Redis's installation guide](https://redis.io/docs/getting-started/installation/).
|
|
396
|
+
*
|
|
397
|
+
* :::
|
|
398
|
+
*
|
|
399
|
+
* The Redis connection URL has the following format:
|
|
400
|
+
*
|
|
401
|
+
* ```bash
|
|
402
|
+
* redis[s]://[[username][:password]@][host][:port][/db-number]
|
|
403
|
+
* ```
|
|
404
|
+
*
|
|
405
|
+
* For a local Redis installation, the connection URL should be `redis://localhost:6379` unless you’ve made any changes to the Redis configuration during installation.
|
|
406
|
+
*
|
|
407
|
+
* @example
|
|
408
|
+
* ```js title="acmekit-config.ts"
|
|
409
|
+
* module.exports = defineConfig({
|
|
410
|
+
* projectConfig: {
|
|
411
|
+
* redisUrl: process.env.REDIS_URL ||
|
|
412
|
+
* "redis://localhost:6379",
|
|
413
|
+
* // ...
|
|
414
|
+
* },
|
|
415
|
+
* // ...
|
|
416
|
+
* })
|
|
417
|
+
* ```
|
|
418
|
+
*/
|
|
419
|
+
redisUrl?: string;
|
|
420
|
+
/**
|
|
421
|
+
* This configuration defines a prefix on all keys stored in Redis for the AcmeKit server's session. The default value is `sess:`.
|
|
422
|
+
*
|
|
423
|
+
* If this configuration option is provided, it is prepended to `sess:`.
|
|
424
|
+
*
|
|
425
|
+
* @example
|
|
426
|
+
* ```js title="acmekit-config.ts"
|
|
427
|
+
* module.exports = defineConfig({
|
|
428
|
+
* projectConfig: {
|
|
429
|
+
* redisPrefix: process.env.REDIS_URL || "acmekit:",
|
|
430
|
+
* // ...
|
|
431
|
+
* },
|
|
432
|
+
* // ...
|
|
433
|
+
* })
|
|
434
|
+
* ```
|
|
435
|
+
*/
|
|
436
|
+
redisPrefix?: string;
|
|
437
|
+
/**
|
|
438
|
+
* This configuration defines options to pass ioredis for the Redis connection used to store the AcmeKit server's session. Refer to [ioredis’s RedisOptions documentation](https://redis.github.io/ioredis/index.html#RedisOptions)
|
|
439
|
+
* for the list of available options.
|
|
440
|
+
*
|
|
441
|
+
* @example
|
|
442
|
+
* ```js title="acmekit-config.ts"
|
|
443
|
+
* module.exports = defineConfig({
|
|
444
|
+
* projectConfig: {
|
|
445
|
+
* redisOptions: {
|
|
446
|
+
* connectionName: process.env.REDIS_CONNECTION_NAME ||
|
|
447
|
+
* "acmekit",
|
|
448
|
+
* }
|
|
449
|
+
* // ...
|
|
450
|
+
* },
|
|
451
|
+
* // ...
|
|
452
|
+
* })
|
|
453
|
+
* ```
|
|
454
|
+
*/
|
|
455
|
+
redisOptions?: RedisOptions;
|
|
456
|
+
/**
|
|
457
|
+
* This configuration defines additional options to pass to [express-session](https://www.npmjs.com/package/express-session), which is used to store the AcmeKit server's session.
|
|
458
|
+
*
|
|
459
|
+
* @example
|
|
460
|
+
* ```js title="acmekit-config.ts"
|
|
461
|
+
* module.exports = defineConfig({
|
|
462
|
+
* projectConfig: {
|
|
463
|
+
* sessionOptions: {
|
|
464
|
+
* name: process.env.SESSION_NAME || "custom",
|
|
465
|
+
* }
|
|
466
|
+
* // ...
|
|
467
|
+
* },
|
|
468
|
+
* // ...
|
|
469
|
+
* })
|
|
470
|
+
* ```
|
|
471
|
+
*/
|
|
472
|
+
sessionOptions?: SessionOptions;
|
|
473
|
+
cookieOptions?: CookieOptions;
|
|
474
|
+
/**
|
|
475
|
+
* Configure the number of staged jobs that are polled from the database. Default is `1000`.
|
|
476
|
+
*
|
|
477
|
+
* @example
|
|
478
|
+
* ```js title="acmekit-config.ts"
|
|
479
|
+
* module.exports = defineConfig({
|
|
480
|
+
* projectConfig: {
|
|
481
|
+
* jobsBatchSize: 100
|
|
482
|
+
* // ...
|
|
483
|
+
* },
|
|
484
|
+
* // ...
|
|
485
|
+
* })
|
|
486
|
+
* ```
|
|
487
|
+
*
|
|
488
|
+
* @ignore
|
|
489
|
+
*
|
|
490
|
+
* @privateRemarks
|
|
491
|
+
* Couldn't find any use for this option.
|
|
492
|
+
*/
|
|
493
|
+
jobsBatchSize?: number;
|
|
494
|
+
/**
|
|
495
|
+
* Configure the application's worker mode.
|
|
496
|
+
*
|
|
497
|
+
* Workers are processes running separately from the main application. They're useful for executing long-running or resource-heavy tasks in the background, such as importing products.
|
|
498
|
+
*
|
|
499
|
+
* With a worker, these tasks are offloaded to a separate process. So, they won't affect the performance of the main application.
|
|
500
|
+
*
|
|
501
|
+
* 
|
|
502
|
+
*
|
|
503
|
+
* AcmeKit has three runtime modes:
|
|
504
|
+
*
|
|
505
|
+
* - Use `shared` to run the application in a single process.
|
|
506
|
+
* - Use `worker` to run the a worker process only.
|
|
507
|
+
* - Use `server` to run the application server only.
|
|
508
|
+
*
|
|
509
|
+
* In production, it's recommended to deploy two instances:
|
|
510
|
+
*
|
|
511
|
+
* 1. One having the `workerMode` configuration set to `server`.
|
|
512
|
+
* 2. Another having the `workerMode` configuration set to `worker`.
|
|
513
|
+
*
|
|
514
|
+
* @example
|
|
515
|
+
* ```js title="acmekit-config.ts"
|
|
516
|
+
* module.exports = defineConfig({
|
|
517
|
+
* projectConfig: {
|
|
518
|
+
* workerMode: process.env.WORKER_MODE || "shared"
|
|
519
|
+
* // ...
|
|
520
|
+
* },
|
|
521
|
+
* // ...
|
|
522
|
+
* })
|
|
523
|
+
* ```
|
|
524
|
+
*/
|
|
525
|
+
workerMode?: "shared" | "worker" | "server";
|
|
526
|
+
/**
|
|
527
|
+
* This property configures the application's http-specific settings.
|
|
528
|
+
*
|
|
529
|
+
* @example
|
|
530
|
+
* ```js title="acmekit-config.ts"
|
|
531
|
+
* module.exports = defineConfig({
|
|
532
|
+
* projectConfig: {
|
|
533
|
+
* http: {
|
|
534
|
+
* cookieSecret: "supersecret",
|
|
535
|
+
* compression: {
|
|
536
|
+
* // ...
|
|
537
|
+
* }
|
|
538
|
+
* }
|
|
539
|
+
* // ...
|
|
540
|
+
* },
|
|
541
|
+
* // ...
|
|
542
|
+
* })
|
|
543
|
+
* ```
|
|
544
|
+
*/
|
|
545
|
+
http: {
|
|
546
|
+
/**
|
|
547
|
+
* A random string used to create authentication tokens in the http layer. Although this configuration option is not required, it’s highly recommended to set it for better security.
|
|
548
|
+
*
|
|
549
|
+
* In a development environment, if this option is not set the default secret is `supersecret`. However, in production, if this configuration is not set, an
|
|
550
|
+
* error is thrown and the application crashes.
|
|
551
|
+
*
|
|
552
|
+
* @example
|
|
553
|
+
* ```js title="acmekit-config.ts"
|
|
554
|
+
* module.exports = defineConfig({
|
|
555
|
+
* projectConfig: {
|
|
556
|
+
* http: {
|
|
557
|
+
* jwtSecret: "supersecret",
|
|
558
|
+
* }
|
|
559
|
+
* // ...
|
|
560
|
+
* },
|
|
561
|
+
* // ...
|
|
562
|
+
* })
|
|
563
|
+
* ```
|
|
564
|
+
*/
|
|
565
|
+
jwtSecret?: Secret;
|
|
566
|
+
/**
|
|
567
|
+
* The public key used to verify the JWT token in combination with the JWT secret and the JWT options.
|
|
568
|
+
* Only used when the JWT secret is a secret key for asymetric validation.
|
|
569
|
+
*
|
|
570
|
+
* @example
|
|
571
|
+
* ```js title="acmekit-config.ts"
|
|
572
|
+
* module.exports = defineConfig({
|
|
573
|
+
* projectConfig: {
|
|
574
|
+
* http: {
|
|
575
|
+
* jwtPublicKey: "public-key"
|
|
576
|
+
* }
|
|
577
|
+
* // ...
|
|
578
|
+
* },
|
|
579
|
+
* // ...
|
|
580
|
+
* })
|
|
581
|
+
* ```
|
|
582
|
+
*/
|
|
583
|
+
jwtPublicKey?: Secret;
|
|
584
|
+
/**
|
|
585
|
+
* Options for the JWT token when using asymetric signing private/public key. Will be used for validation if `jwtVerifyOptions` is not provided.
|
|
586
|
+
*
|
|
587
|
+
* @example
|
|
588
|
+
* ```js title="acmekit-config.ts"
|
|
589
|
+
* module.exports = defineConfig({
|
|
590
|
+
* projectConfig: {
|
|
591
|
+
* http: {
|
|
592
|
+
* jwtOptions: {
|
|
593
|
+
* algorithm: "RS256",
|
|
594
|
+
* expiresIn: "1h",
|
|
595
|
+
* issuer: "acmekit",
|
|
596
|
+
* keyid: "acmekit",
|
|
597
|
+
* }
|
|
598
|
+
* }
|
|
599
|
+
* // ...
|
|
600
|
+
* },
|
|
601
|
+
* // ...
|
|
602
|
+
* })
|
|
603
|
+
* ```
|
|
604
|
+
*/
|
|
605
|
+
jwtOptions?: SignOptions;
|
|
606
|
+
/**
|
|
607
|
+
* Options for the JWT token when using asymetric validation private/public key.
|
|
608
|
+
*
|
|
609
|
+
* @example
|
|
610
|
+
* ```js title="acmekit-config.ts"
|
|
611
|
+
* module.exports = defineConfig({
|
|
612
|
+
* projectConfig: {
|
|
613
|
+
* http: {
|
|
614
|
+
* jwtVerifyOptions: {
|
|
615
|
+
* // ...
|
|
616
|
+
* }
|
|
617
|
+
* }
|
|
618
|
+
* // ...
|
|
619
|
+
* },
|
|
620
|
+
* // ...
|
|
621
|
+
* })
|
|
622
|
+
* ```
|
|
623
|
+
*/
|
|
624
|
+
jwtVerifyOptions?: VerifyOptions;
|
|
625
|
+
/**
|
|
626
|
+
* The expiration time for the JWT token. Its format is based off the [ms package](https://github.com/vercel/ms).
|
|
627
|
+
*
|
|
628
|
+
* If not provided, the default value is `24h`.
|
|
629
|
+
*
|
|
630
|
+
* @example
|
|
631
|
+
* ```js title="acmekit-config.ts"
|
|
632
|
+
* module.exports = defineConfig({
|
|
633
|
+
* projectConfig: {
|
|
634
|
+
* http: {
|
|
635
|
+
* jwtExpiresIn: "2d"
|
|
636
|
+
* }
|
|
637
|
+
* // ...
|
|
638
|
+
* },
|
|
639
|
+
* // ...
|
|
640
|
+
* })
|
|
641
|
+
* ```
|
|
642
|
+
*/
|
|
643
|
+
jwtExpiresIn?: string;
|
|
644
|
+
/**
|
|
645
|
+
* A random string used to create cookie tokens in the http layer. Although this configuration option is not required, it’s highly recommended to set it for better security.
|
|
646
|
+
*
|
|
647
|
+
* In a development environment, if this option is not set, the default secret is `supersecret`. However, in production, if this configuration is not set, an error is thrown and
|
|
648
|
+
* the application crashes.
|
|
649
|
+
*
|
|
650
|
+
* @example
|
|
651
|
+
* ```js title="acmekit-config.ts"
|
|
652
|
+
* module.exports = defineConfig({
|
|
653
|
+
* projectConfig: {
|
|
654
|
+
* http: {
|
|
655
|
+
* cookieSecret: "supersecret"
|
|
656
|
+
* }
|
|
657
|
+
* // ...
|
|
658
|
+
* },
|
|
659
|
+
* // ...
|
|
660
|
+
* })
|
|
661
|
+
* ```
|
|
662
|
+
*/
|
|
663
|
+
cookieSecret?: string;
|
|
664
|
+
/**
|
|
665
|
+
* The AcmeKit application's API Routes are protected by Cross-Origin Resource Sharing (CORS). So, only allowed URLs or URLs matching a specified pattern can send requests to the backend’s API Routes.
|
|
666
|
+
*
|
|
667
|
+
* `cors` is a string used to specify the accepted URLs or patterns for API Routes starting with `/auth`. It can either be one accepted origin, or a comma-separated list of accepted origins.
|
|
668
|
+
*
|
|
669
|
+
* Every origin in that list must either be:
|
|
670
|
+
*
|
|
671
|
+
* 1. A URL. For example, `http://localhost:7001`. The URL must not end with a backslash;
|
|
672
|
+
* 2. Or a regular expression pattern that can match more than one origin. For example, `.example.com`. The regex pattern that AcmeKit tests for is `^([\/~@;%#'])(.*?)\1([gimsuy]*)$`.
|
|
673
|
+
*
|
|
674
|
+
* @example
|
|
675
|
+
* Some example values of common use cases:
|
|
676
|
+
*
|
|
677
|
+
* ```bash
|
|
678
|
+
* # Allow different ports locally starting with 700
|
|
679
|
+
* AUTH_CORS=/http:\/\/localhost:700\d+$/
|
|
680
|
+
*
|
|
681
|
+
* # Allow any origin ending with vercel.app. For example, admin.vercel.app
|
|
682
|
+
* AUTH_CORS=/vercel\.app$/
|
|
683
|
+
*
|
|
684
|
+
* # Allow all HTTP requests
|
|
685
|
+
* AUTH_CORS=/http:\/\/.+/
|
|
686
|
+
* ```
|
|
687
|
+
*
|
|
688
|
+
* Then, set the configuration in `acmekit-config.ts`:
|
|
689
|
+
*
|
|
690
|
+
* ```js title="acmekit-config.ts"
|
|
691
|
+
* module.exports = defineConfig({
|
|
692
|
+
* projectConfig: {
|
|
693
|
+
* http: {
|
|
694
|
+
* authCors: process.env.AUTH_CORS
|
|
695
|
+
* }
|
|
696
|
+
* // ...
|
|
697
|
+
* },
|
|
698
|
+
* // ...
|
|
699
|
+
* })
|
|
700
|
+
* ```
|
|
701
|
+
*
|
|
702
|
+
* If you’re adding the value directly within `acmekit-config.ts`, make sure to add an extra escaping `/` for every backslash in the pattern. For example:
|
|
703
|
+
*
|
|
704
|
+
* ```js title="acmekit-config.ts"
|
|
705
|
+
* module.exports = defineConfig({
|
|
706
|
+
* projectConfig: {
|
|
707
|
+
* http: {
|
|
708
|
+
* authCors: "/http:\\/\\/localhost:700\\d+$/",
|
|
709
|
+
* }
|
|
710
|
+
* // ...
|
|
711
|
+
* },
|
|
712
|
+
* // ...
|
|
713
|
+
* })
|
|
714
|
+
* ```
|
|
715
|
+
*/
|
|
716
|
+
authCors: string;
|
|
717
|
+
/**
|
|
718
|
+
*
|
|
719
|
+
* Configure HTTP compression from the application layer. If you have access to the HTTP server, the recommended approach would be to enable it there.
|
|
720
|
+
* However, some platforms don't offer access to the HTTP layer and in those cases, this is a good alternative.
|
|
721
|
+
*
|
|
722
|
+
* If you enable HTTP compression and you want to disable it for specific API Routes, you can pass in the request header `"x-no-compression": true`.
|
|
723
|
+
* Learn more in the [API Reference](https://docs.acmekit.com/api/store#http-compression).
|
|
724
|
+
*
|
|
725
|
+
* @example
|
|
726
|
+
* ```js title="acmekit-config.ts"
|
|
727
|
+
* module.exports = defineConfig({
|
|
728
|
+
* projectConfig: {
|
|
729
|
+
* http: {
|
|
730
|
+
* compression: {
|
|
731
|
+
* enabled: true,
|
|
732
|
+
* level: 6,
|
|
733
|
+
* memLevel: 8,
|
|
734
|
+
* threshold: 1024
|
|
735
|
+
* }
|
|
736
|
+
* }
|
|
737
|
+
* // ...
|
|
738
|
+
* },
|
|
739
|
+
* // ...
|
|
740
|
+
* })
|
|
741
|
+
* ```
|
|
742
|
+
*/
|
|
743
|
+
compression?: HttpCompressionOptions;
|
|
744
|
+
/**
|
|
745
|
+
* The AcmeKit application's API Routes are protected by Cross-Origin Resource Sharing (CORS). So, only allowed URLs or URLs matching a specified pattern can send requests to the backend’s API Routes.
|
|
746
|
+
*
|
|
747
|
+
* `store_cors` is a string used to specify the accepted URLs or patterns for store API Routes. It can either be one accepted origin, or a comma-separated list of accepted origins.
|
|
748
|
+
*
|
|
749
|
+
* Every origin in that list must either be:
|
|
750
|
+
*
|
|
751
|
+
* 1. A URL. For example, `http://localhost:8000`. The URL must not end with a backslash;
|
|
752
|
+
* 2. Or a regular expression pattern that can match more than one origin. For example, `.example.com`. The regex pattern that the backend tests for is `^([\/~@;%#'])(.*?)\1([gimsuy]*)$`.
|
|
753
|
+
*
|
|
754
|
+
* @example
|
|
755
|
+
* Some example values of common use cases:
|
|
756
|
+
*
|
|
757
|
+
* ```bash
|
|
758
|
+
* # Allow different ports locally starting with 800
|
|
759
|
+
* STORE_CORS=/http:\/\/localhost:800\d+$/
|
|
760
|
+
*
|
|
761
|
+
* # Allow any origin ending with vercel.app. For example, storefront.vercel.app
|
|
762
|
+
* STORE_CORS=/vercel\.app$/
|
|
763
|
+
*
|
|
764
|
+
* # Allow all HTTP requests
|
|
765
|
+
* STORE_CORS=/http:\/\/.+/
|
|
766
|
+
* ```
|
|
767
|
+
*
|
|
768
|
+
* Then, set the configuration in `acmekit-config.ts`:
|
|
769
|
+
*
|
|
770
|
+
* ```js title="acmekit-config.ts"
|
|
771
|
+
* module.exports = defineConfig({
|
|
772
|
+
* projectConfig: {
|
|
773
|
+
* http: {
|
|
774
|
+
* storeCors: process.env.STORE_CORS,
|
|
775
|
+
* }
|
|
776
|
+
* // ...
|
|
777
|
+
* },
|
|
778
|
+
* // ...
|
|
779
|
+
* })
|
|
780
|
+
* ```
|
|
781
|
+
*
|
|
782
|
+
* If you’re adding the value directly within `acmekit-config.ts`, make sure to add an extra escaping `/` for every backslash in the pattern. For example:
|
|
783
|
+
*
|
|
784
|
+
* ```js title="acmekit-config.ts"
|
|
785
|
+
* module.exports = defineConfig({
|
|
786
|
+
* projectConfig: {
|
|
787
|
+
* http: {
|
|
788
|
+
* storeCors: "/vercel\\.app$/",
|
|
789
|
+
* }
|
|
790
|
+
* // ...
|
|
791
|
+
* },
|
|
792
|
+
* // ...
|
|
793
|
+
* })
|
|
794
|
+
* ```
|
|
795
|
+
*/
|
|
796
|
+
storeCors: string;
|
|
797
|
+
/**
|
|
798
|
+
* The AcmeKit application's API Routes are protected by Cross-Origin Resource Sharing (CORS). So, only allowed URLs or URLs matching a specified pattern can send requests to the backend’s API Routes.
|
|
799
|
+
*
|
|
800
|
+
* `admin_cors` is a string used to specify the accepted URLs or patterns for admin API Routes. It can either be one accepted origin, or a comma-separated list of accepted origins.
|
|
801
|
+
*
|
|
802
|
+
* Every origin in that list must either be:
|
|
803
|
+
*
|
|
804
|
+
* 1. A URL. For example, `http://localhost:7001`. The URL must not end with a backslash;
|
|
805
|
+
* 2. Or a regular expression pattern that can match more than one origin. For example, `.example.com`. The regex pattern that the backend tests for is `^([\/~@;%#'])(.*?)\1([gimsuy]*)$`.
|
|
806
|
+
*
|
|
807
|
+
* @example
|
|
808
|
+
* Some example values of common use cases:
|
|
809
|
+
*
|
|
810
|
+
* ```bash
|
|
811
|
+
* # Allow different ports locally starting with 700
|
|
812
|
+
* ADMIN_CORS=/http:\/\/localhost:700\d+$/
|
|
813
|
+
*
|
|
814
|
+
* # Allow any origin ending with vercel.app. For example, admin.vercel.app
|
|
815
|
+
* ADMIN_CORS=/vercel\.app$/
|
|
816
|
+
*
|
|
817
|
+
* # Allow all HTTP requests
|
|
818
|
+
* ADMIN_CORS=/http:\/\/.+/
|
|
819
|
+
* ```
|
|
820
|
+
*
|
|
821
|
+
* Then, set the configuration in `acmekit-config.ts`:
|
|
822
|
+
*
|
|
823
|
+
* ```js title="acmekit-config.ts"
|
|
824
|
+
* module.exports = defineConfig({
|
|
825
|
+
* projectConfig: {
|
|
826
|
+
* http: {
|
|
827
|
+
* adminCors: process.env.ADMIN_CORS,
|
|
828
|
+
* }
|
|
829
|
+
* // ...
|
|
830
|
+
* },
|
|
831
|
+
* // ...
|
|
832
|
+
* })
|
|
833
|
+
* ```
|
|
834
|
+
*
|
|
835
|
+
* If you’re adding the value directly within `acmekit-config.ts`, make sure to add an extra escaping `/` for every backslash in the pattern. For example:
|
|
836
|
+
*
|
|
837
|
+
* ```js title="acmekit-config.ts"
|
|
838
|
+
* module.exports = defineConfig({
|
|
839
|
+
* projectConfig: {
|
|
840
|
+
* http: {
|
|
841
|
+
* adminCors: "/vercel\\.app$/",
|
|
842
|
+
* }
|
|
843
|
+
* // ...
|
|
844
|
+
* },
|
|
845
|
+
* // ...
|
|
846
|
+
* })
|
|
847
|
+
* ```
|
|
848
|
+
*/
|
|
849
|
+
adminCors: string;
|
|
850
|
+
/**
|
|
851
|
+
* This configuration specifies the supported authentication providers per actor type (such as `user`, `customer`, or any custom actors).
|
|
852
|
+
* For example, you only want to allow SSO logins for `users`, while you want to allow email/password logins for `customers` to the storefront.
|
|
853
|
+
*
|
|
854
|
+
* `authMethodsPerActor` is a map where the actor type (eg. 'user') is the key, and the value is an array of supported auth provider IDs.
|
|
855
|
+
*
|
|
856
|
+
* @example
|
|
857
|
+
* Some example values of common use cases:
|
|
858
|
+
*
|
|
859
|
+
* Then, set the configuration in `acmekit-config.ts`:
|
|
860
|
+
*
|
|
861
|
+
* ```js title="acmekit-config.ts"
|
|
862
|
+
* module.exports = defineConfig({
|
|
863
|
+
* projectConfig: {
|
|
864
|
+
* http: {
|
|
865
|
+
* authMethodsPerActor: {
|
|
866
|
+
* user: ["email"],
|
|
867
|
+
* customer: ["emailpass", "google"]
|
|
868
|
+
* }
|
|
869
|
+
* }
|
|
870
|
+
* // ...
|
|
871
|
+
* },
|
|
872
|
+
* // ...
|
|
873
|
+
* })
|
|
874
|
+
* ```
|
|
875
|
+
*/
|
|
876
|
+
authMethodsPerActor?: Record<string, string[]>;
|
|
877
|
+
/**
|
|
878
|
+
* Specifies the fields that can't be selected in the response unless specified in the allowed query config.
|
|
879
|
+
* This is useful to restrict sensitive fields from being exposed in the API.
|
|
880
|
+
*
|
|
881
|
+
* @example
|
|
882
|
+
*
|
|
883
|
+
* ```js title="acmekit-config.ts"
|
|
884
|
+
* module.exports = defineConfig({
|
|
885
|
+
* projectConfig: {
|
|
886
|
+
* http: {
|
|
887
|
+
* restrictedFields: {
|
|
888
|
+
* store: ["order", "orders"],
|
|
889
|
+
* }
|
|
890
|
+
* }
|
|
891
|
+
* ```
|
|
892
|
+
*/
|
|
893
|
+
restrictedFields?: {
|
|
894
|
+
store?: string[];
|
|
895
|
+
};
|
|
896
|
+
};
|
|
897
|
+
/**
|
|
898
|
+
* This property holds configurations for running in AcmeKit Cloud.
|
|
899
|
+
* It gets automatically populated in the cloud, and is not needed outside of it.
|
|
900
|
+
*/
|
|
901
|
+
cloud?: AcmeKitCloudOptions;
|
|
902
|
+
};
|
|
903
|
+
/**
|
|
904
|
+
* @interface
|
|
905
|
+
*
|
|
906
|
+
* The configurations for your AcmeKit application are set in `acmekit-config.ts` located in the root of your AcmeKit project. The configurations include configurations for database, modules, and more.
|
|
907
|
+
*
|
|
908
|
+
* :::note
|
|
909
|
+
*
|
|
910
|
+
* Some AcmeKit configurations are set through environment variables, which you can find in [this documentation](https://docs.acmekit.com/learn/fundamentals/environment-variables#predefined-acmekit-environment-variables).
|
|
911
|
+
*
|
|
912
|
+
* :::
|
|
913
|
+
*
|
|
914
|
+
* `acmekit-config.ts` exports the value returned by the `defineConfig` utility function imported from `@acmekit/framework/utils`.
|
|
915
|
+
*
|
|
916
|
+
* `defineConfig` accepts as a parameter an object with the following properties:
|
|
917
|
+
*
|
|
918
|
+
* - {@link ConfigModule.projectConfig | projectConfig} (required): An object that holds general configurations related to the AcmeKit application, such as database or CORS configurations.
|
|
919
|
+
* - {@link ConfigModule.plugins | plugins}: An array of strings or objects that hold the configurations of the plugins installed in the AcmeKit application.
|
|
920
|
+
* - {@link ConfigModule.admin | admin}: An object that holds admin-related configurations.
|
|
921
|
+
* - {@link ConfigModule.modules | modules}: An object that configures the AcmeKit application's modules.
|
|
922
|
+
* - {@link ConfigModule.featureFlags | featureFlags}: An object that enables or disables features guarded by a feature flag.
|
|
923
|
+
*
|
|
924
|
+
* For example:
|
|
925
|
+
*
|
|
926
|
+
* ```ts title="acmekit-config.ts"
|
|
927
|
+
* module.exports = defineConfig({
|
|
928
|
+
* projectConfig: {
|
|
929
|
+
* // ...
|
|
930
|
+
* },
|
|
931
|
+
* admin: {
|
|
932
|
+
* // ...
|
|
933
|
+
* },
|
|
934
|
+
* modules: {
|
|
935
|
+
* // ...
|
|
936
|
+
* },
|
|
937
|
+
* featureFlags: {
|
|
938
|
+
* // ...
|
|
939
|
+
* }
|
|
940
|
+
* })
|
|
941
|
+
* ```
|
|
942
|
+
*
|
|
943
|
+
* ---
|
|
944
|
+
*
|
|
945
|
+
* ## Environment Variables
|
|
946
|
+
*
|
|
947
|
+
* It's highly recommended to store the values of configurations in environment variables, then reference them within `acmekit-config.ts`.
|
|
948
|
+
*
|
|
949
|
+
* During development, you can set your environment variables in the `.env` file at the root of your AcmeKit application project. In production,
|
|
950
|
+
* setting the environment variables depends on the hosting provider.
|
|
951
|
+
*
|
|
952
|
+
* ---
|
|
953
|
+
*/
|
|
954
|
+
export type ConfigModule = {
|
|
955
|
+
/**
|
|
956
|
+
* This property holds essential configurations related to the AcmeKit application, such as database, CORS configurations and Logger.
|
|
957
|
+
*/
|
|
958
|
+
projectConfig: ProjectConfigOptions;
|
|
959
|
+
/**
|
|
960
|
+
* This property holds configurations for the AcmeKit Admin dashboard.
|
|
961
|
+
*
|
|
962
|
+
* @example
|
|
963
|
+
* ```ts title="acmekit-config.ts"
|
|
964
|
+
* module.exports = defineConfig({
|
|
965
|
+
* admin: {
|
|
966
|
+
* backendUrl: process.env.MEDUSA_BACKEND_URL ||
|
|
967
|
+
* "http://localhost:9000"
|
|
968
|
+
* },
|
|
969
|
+
* // ...
|
|
970
|
+
* })
|
|
971
|
+
* ```
|
|
972
|
+
*/
|
|
973
|
+
admin: AdminOptions;
|
|
974
|
+
/**
|
|
975
|
+
* On your AcmeKit server, you can use [Plugins](https://docs.acmekit.com/learn/fundamentals/plugins) to add re-usable AcmeKit customizations. Plugins
|
|
976
|
+
* can include modules, workflows, API Routes, and other customizations. Plugins are available starting from [AcmeKit v2.3.0](https://github.com/acmekit/acmekit/releases/tag/v2.3.0).
|
|
977
|
+
*
|
|
978
|
+
* Aside from installing the plugin with NPM, you need to pass the plugin you installed into the `plugins` array defined in `acmekit-config.ts`.
|
|
979
|
+
*
|
|
980
|
+
* The items in the array can either be:
|
|
981
|
+
*
|
|
982
|
+
* - A string, which is the name of the plugin's package as specified in the plugin's `package.json` file. You can pass a plugin as a string if it doesn’t require any options.
|
|
983
|
+
* - An object having the following properties:
|
|
984
|
+
* - `resolve`: The name of the plugin's package as specified in the plugin's `package.json` file.
|
|
985
|
+
* - `options`: An object that includes options to be passed to the modules within the plugin. Learn more in [this documentation](https://docs.acmekit.com/learn/fundamentals/modules/options).
|
|
986
|
+
*
|
|
987
|
+
* Learn how to create a plugin in [this documentation](https://docs.acmekit.com/learn/fundamentals/plugins/create).
|
|
988
|
+
*
|
|
989
|
+
* @example
|
|
990
|
+
* ```ts title="acmekit-config.ts"
|
|
991
|
+
* module.exports = {
|
|
992
|
+
* plugins: [
|
|
993
|
+
* `acmekit-my-plugin-1`,
|
|
994
|
+
* {
|
|
995
|
+
* resolve: `acmekit-my-plugin`,
|
|
996
|
+
* options: {
|
|
997
|
+
* apiKey: process.env.MY_API_KEY ||
|
|
998
|
+
* `test`,
|
|
999
|
+
* },
|
|
1000
|
+
* },
|
|
1001
|
+
* // ...
|
|
1002
|
+
* ],
|
|
1003
|
+
* // ...
|
|
1004
|
+
* }
|
|
1005
|
+
* ```
|
|
1006
|
+
*/
|
|
1007
|
+
plugins: ({
|
|
1008
|
+
/**
|
|
1009
|
+
* The name of the plugin's package as specified in the plugin's `package.json` file.
|
|
1010
|
+
*/
|
|
1011
|
+
resolve: string;
|
|
1012
|
+
/**
|
|
1013
|
+
* An object that includes options to be passed to the modules within the plugin.
|
|
1014
|
+
* Learn more in [this documentation](https://docs.acmekit.com/learn/fundamentals/modules/options).
|
|
1015
|
+
*/
|
|
1016
|
+
options: Record<string, unknown>;
|
|
1017
|
+
} | string)[];
|
|
1018
|
+
/**
|
|
1019
|
+
* This property holds all custom modules installed in your AcmeKit application.
|
|
1020
|
+
*
|
|
1021
|
+
* :::note
|
|
1022
|
+
*
|
|
1023
|
+
* AcmeKit's Commerce Modules are configured by default, so only
|
|
1024
|
+
* add them to this property if you're changing their configurations or adding providers to a module.
|
|
1025
|
+
*
|
|
1026
|
+
* :::
|
|
1027
|
+
*
|
|
1028
|
+
* `modules` is an array of objects, each holding a module's registration configurations. Each object has the following properties:
|
|
1029
|
+
*
|
|
1030
|
+
* 1. `resolve`: a string indicating the path to the module relative to `src`, or the module's NPM package name. For example, `./modules/my-module`.
|
|
1031
|
+
* 2. `options`: (optional) an object indicating the options to pass to the module.
|
|
1032
|
+
*
|
|
1033
|
+
* @example
|
|
1034
|
+
* ```ts title="acmekit-config.ts"
|
|
1035
|
+
* module.exports = defineConfig({
|
|
1036
|
+
* modules: [
|
|
1037
|
+
* {
|
|
1038
|
+
* resolve: "./modules/hello"
|
|
1039
|
+
* }
|
|
1040
|
+
* ]
|
|
1041
|
+
* // ...
|
|
1042
|
+
* })
|
|
1043
|
+
* ```
|
|
1044
|
+
*/
|
|
1045
|
+
modules?: Record<string, boolean | Partial<InternalModuleDeclaration | ExternalModuleDeclaration>>;
|
|
1046
|
+
/**
|
|
1047
|
+
* Some features in the AcmeKit application are guarded by a feature flag. This ensures constant shipping of new features while maintaining the engine’s stability.
|
|
1048
|
+
*
|
|
1049
|
+
* You can enable a feature in your application by enabling its feature flag. Feature flags are enabled through either environment
|
|
1050
|
+
* variables or through this configuration property exported in `acmekit-config.ts`.
|
|
1051
|
+
*
|
|
1052
|
+
* The `featureFlags`'s value is an object. Its properties are the names of the feature flags, and their value is a boolean indicating whether the feature flag is enabled.
|
|
1053
|
+
*
|
|
1054
|
+
* You can find available feature flags and their key name [here](https://github.com/acmekit/acmekit/tree/develop/packages/acmekit/src/feature-flags).
|
|
1055
|
+
*
|
|
1056
|
+
* @example
|
|
1057
|
+
* ```ts title="acmekit-config.ts"
|
|
1058
|
+
* module.exports = defineConfig({
|
|
1059
|
+
* featureFlags: {
|
|
1060
|
+
* analytics: true,
|
|
1061
|
+
* // ...
|
|
1062
|
+
* }
|
|
1063
|
+
* // ...
|
|
1064
|
+
* })
|
|
1065
|
+
* ```
|
|
1066
|
+
*
|
|
1067
|
+
* :::note
|
|
1068
|
+
*
|
|
1069
|
+
* After enabling a feature flag, make sure to run migrations as it may require making changes to the database.
|
|
1070
|
+
*
|
|
1071
|
+
* :::
|
|
1072
|
+
*/
|
|
1073
|
+
featureFlags: Record<string, boolean | string | Record<string, boolean>>;
|
|
1074
|
+
/**
|
|
1075
|
+
* The Logger instance to be used by the application.
|
|
1076
|
+
*/
|
|
1077
|
+
logger?: Logger;
|
|
1078
|
+
};
|
|
1079
|
+
type ExternalModuleDeclarationOverride = ExternalModuleDeclaration & {
|
|
1080
|
+
/**
|
|
1081
|
+
* key to be used to identify the module, if not provided, it will be inferred from the module joiner config service name.
|
|
1082
|
+
*/
|
|
1083
|
+
key: string;
|
|
1084
|
+
/**
|
|
1085
|
+
* By default, modules are enabled, if provided as true, this will disable the module entirely.
|
|
1086
|
+
*/
|
|
1087
|
+
disable?: boolean;
|
|
1088
|
+
};
|
|
1089
|
+
type ModuleConfigForResolve<R extends string> = R extends keyof ModuleOptions ? {
|
|
1090
|
+
resolve: R;
|
|
1091
|
+
key?: string;
|
|
1092
|
+
disable?: boolean;
|
|
1093
|
+
options?: ModuleOptions[R];
|
|
1094
|
+
} & Partial<Omit<InternalModuleDeclaration, "options" | "resolve">> : {
|
|
1095
|
+
resolve?: string;
|
|
1096
|
+
key?: string;
|
|
1097
|
+
disable?: boolean;
|
|
1098
|
+
options?: object;
|
|
1099
|
+
} & Partial<Omit<InternalModuleDeclaration, "options" | "resolve">>;
|
|
1100
|
+
/**
|
|
1101
|
+
* Generates a union of typed module configs for all known modules in the ModuleOptions registry.
|
|
1102
|
+
* This distributes over all keys in ModuleOptions to create specific config types for each.
|
|
1103
|
+
*/
|
|
1104
|
+
type KnownModuleConfigs = ModuleConfigForResolve<keyof ModuleOptions & string>;
|
|
1105
|
+
/**
|
|
1106
|
+
* Generic module config for modules not registered in ModuleOptions.
|
|
1107
|
+
*/
|
|
1108
|
+
type GenericModuleConfig = ModuleConfigForResolve<string & {}>;
|
|
1109
|
+
/**
|
|
1110
|
+
* Modules accepted by the defineConfig function.
|
|
1111
|
+
* Automatically infers options type for known modules registered in ModuleOptions.
|
|
1112
|
+
*/
|
|
1113
|
+
export type InputConfigModules = (KnownModuleConfigs | GenericModuleConfig | ExternalModuleDeclarationOverride)[];
|
|
1114
|
+
/**
|
|
1115
|
+
* Base configuration type without modules
|
|
1116
|
+
*/
|
|
1117
|
+
type InputConfigBase = Partial<Omit<ConfigModule, "admin" | "modules"> & {
|
|
1118
|
+
admin?: Partial<ConfigModule["admin"]>;
|
|
1119
|
+
}>;
|
|
1120
|
+
/**
|
|
1121
|
+
* Configuration with array-based modules (recommended)
|
|
1122
|
+
*/
|
|
1123
|
+
export type InputConfigWithArrayModules = InputConfigBase & {
|
|
1124
|
+
modules?: InputConfigModules;
|
|
1125
|
+
};
|
|
1126
|
+
/**
|
|
1127
|
+
* Configuration with object-based modules (deprecated)
|
|
1128
|
+
* @deprecated Use array-based modules instead
|
|
1129
|
+
*/
|
|
1130
|
+
export type InputConfigWithObjectModules = InputConfigBase & {
|
|
1131
|
+
modules?: ConfigModule["modules"];
|
|
1132
|
+
};
|
|
1133
|
+
/**
|
|
1134
|
+
* The configuration accepted by the "defineConfig" helper
|
|
1135
|
+
*/
|
|
1136
|
+
export type InputConfig = InputConfigWithArrayModules | InputConfigWithObjectModules;
|
|
1137
|
+
type PluginAdminDetails = {
|
|
1138
|
+
type: "local" | "package";
|
|
1139
|
+
resolve: string;
|
|
1140
|
+
};
|
|
1141
|
+
export type PluginDetails = {
|
|
1142
|
+
resolve: string;
|
|
1143
|
+
name: string;
|
|
1144
|
+
id: string;
|
|
1145
|
+
options: Record<string, unknown>;
|
|
1146
|
+
version: string;
|
|
1147
|
+
admin?: PluginAdminDetails;
|
|
1148
|
+
modules?: InputConfigModules;
|
|
1149
|
+
};
|
|
1150
|
+
export {};
|
|
1151
|
+
//# sourceMappingURL=config-module.d.ts.map
|