@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,905 @@
|
|
|
1
|
+
import { FindConfig } from "../common";
|
|
2
|
+
import { RestoreReturn, SoftDeleteReturn } from "../dal";
|
|
3
|
+
import { IModuleService } from "../modules-sdk";
|
|
4
|
+
import { Context } from "../shared-context";
|
|
5
|
+
import { CampaignDTO, CampaignBudgetUsageContext, ComputeActionContext, ComputeActions, CreatePromotionDTO, CreatePromotionRuleDTO, FilterableCampaignProps, FilterablePromotionProps, FilterablePromotionRuleProps, PromotionDTO, PromotionRuleDTO, UpdatePromotionDTO, UpdatePromotionRuleDTO, UsageComputedActions } from "./common";
|
|
6
|
+
import { AddPromotionsToCampaignDTO, CreateCampaignDTO, RemovePromotionsFromCampaignDTO, UpdateCampaignDTO } from "./mutations";
|
|
7
|
+
/**
|
|
8
|
+
* The main service interface for the Promotion Module.
|
|
9
|
+
*/
|
|
10
|
+
export interface IPromotionModuleService extends IModuleService {
|
|
11
|
+
/**
|
|
12
|
+
* This method adjusts the budget for each campaign associated with the promotions' specified computed actions.
|
|
13
|
+
* It adjusts the `used` property of a `CampaignBudget` to account for the adjustment amounts in the specified associated
|
|
14
|
+
* computed actions.
|
|
15
|
+
*
|
|
16
|
+
* @param {UsageComputedActions[]} computedActions - The computed actions to adjust their promotion's campaign budget.
|
|
17
|
+
* @param {CampaignBudgetUsageContext} registrationContext - The context of the campaign budget usage.
|
|
18
|
+
* @returns {Promise<void>} Resolves when the campaign budgets have been adjusted successfully.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* await promotionModuleService.registerUsage([
|
|
22
|
+
* {
|
|
23
|
+
* amount: 50,
|
|
24
|
+
* code: "50OFF",
|
|
25
|
+
* },
|
|
26
|
+
* {
|
|
27
|
+
* amount: 5000,
|
|
28
|
+
* code: "FREESHIPPING",
|
|
29
|
+
* },
|
|
30
|
+
* ])
|
|
31
|
+
*/
|
|
32
|
+
registerUsage(computedActions: UsageComputedActions[], registrationContext: CampaignBudgetUsageContext): Promise<void>;
|
|
33
|
+
/**
|
|
34
|
+
* This method is used to revert the changes made by registerUsage action
|
|
35
|
+
*
|
|
36
|
+
* @param {UsageComputedActions[]} computedActions - The computed actions to adjust their promotion's campaign budget.
|
|
37
|
+
* @param {CampaignBudgetUsageContext} registrationContext - The context of the campaign budget usage.
|
|
38
|
+
* @returns {Promise<void>} Resolves when the campaign budgets have been reverted successfully.
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* await promotionModuleService.revertUsage([
|
|
42
|
+
* {
|
|
43
|
+
* amount: 50,
|
|
44
|
+
* code: "50OFF",
|
|
45
|
+
* },
|
|
46
|
+
* {
|
|
47
|
+
* amount: 5000,
|
|
48
|
+
* code: "FREESHIPPING",
|
|
49
|
+
* },
|
|
50
|
+
* ])
|
|
51
|
+
*/
|
|
52
|
+
revertUsage(computedActions: UsageComputedActions[], registrationContext: CampaignBudgetUsageContext): Promise<void>;
|
|
53
|
+
/**
|
|
54
|
+
* This method provides the actions to perform on a cart based on the specified promotions
|
|
55
|
+
* and context.
|
|
56
|
+
*
|
|
57
|
+
* @param {string[]} promotionCodesToApply - The promotion codes to be applied on the cart.
|
|
58
|
+
* @param {ComputeActionContext} applicationContext - The items and shipping methods of the cart.
|
|
59
|
+
* @param {Record<string, any>} options - Any relevant options that may change how the actions are computed.
|
|
60
|
+
* @returns {Promise<ComputeActions[]>} The list of computed actions to be applied on the cart.
|
|
61
|
+
*
|
|
62
|
+
* @example
|
|
63
|
+
* const actions = await promotionModuleService.computeActions(
|
|
64
|
+
* ["50OFF"],
|
|
65
|
+
* {
|
|
66
|
+
* items: [
|
|
67
|
+
* {
|
|
68
|
+
* id: "cali_123",
|
|
69
|
+
* quantity: 2,
|
|
70
|
+
* subtotal: 1000,
|
|
71
|
+
* },
|
|
72
|
+
* ],
|
|
73
|
+
* shipping_methods: [
|
|
74
|
+
* {
|
|
75
|
+
* id: "casm_123",
|
|
76
|
+
* subtotal: 0,
|
|
77
|
+
* adjustments: [
|
|
78
|
+
* {
|
|
79
|
+
* id: "adj_123",
|
|
80
|
+
* code: "FREESHIPPING",
|
|
81
|
+
* },
|
|
82
|
+
* ],
|
|
83
|
+
* },
|
|
84
|
+
* ],
|
|
85
|
+
* }
|
|
86
|
+
* )
|
|
87
|
+
*/
|
|
88
|
+
computeActions(promotionCodesToApply: string[], applicationContext: ComputeActionContext, options?: Record<string, any>): Promise<ComputeActions[]>;
|
|
89
|
+
/**
|
|
90
|
+
* This method creates promotions.
|
|
91
|
+
*
|
|
92
|
+
* @param {CreatePromotionDTO[]} data - The promotions to be created.
|
|
93
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
94
|
+
* @returns {Promise<PromotionDTO[]>} The created promotions.
|
|
95
|
+
*
|
|
96
|
+
* @example
|
|
97
|
+
* const promotions = await promotionModuleService.createPromotions([
|
|
98
|
+
* {
|
|
99
|
+
* code: "50OFF",
|
|
100
|
+
* type: "standard",
|
|
101
|
+
* status: "active",
|
|
102
|
+
* application_method: {
|
|
103
|
+
* type: "percentage",
|
|
104
|
+
* target_type: "items",
|
|
105
|
+
* value: 50,
|
|
106
|
+
* },
|
|
107
|
+
* },
|
|
108
|
+
* {
|
|
109
|
+
* code: "FREESHIPPING",
|
|
110
|
+
* type: "standard",
|
|
111
|
+
* status: "active",
|
|
112
|
+
* application_method: {
|
|
113
|
+
* type: "percentage",
|
|
114
|
+
* target_type: "shipping_methods",
|
|
115
|
+
* value: 100,
|
|
116
|
+
* },
|
|
117
|
+
* },
|
|
118
|
+
* {
|
|
119
|
+
* code: "BUY2GET1",
|
|
120
|
+
* type: "buyget",
|
|
121
|
+
* status: "active",
|
|
122
|
+
* application_method: {
|
|
123
|
+
* type: "fixed",
|
|
124
|
+
* target_type: "items",
|
|
125
|
+
* buy_rules_min_quantity: 2,
|
|
126
|
+
* apply_to_quantity: 1,
|
|
127
|
+
* buy_rules: [
|
|
128
|
+
* {
|
|
129
|
+
* attribute: "SKU",
|
|
130
|
+
* operator: "eq",
|
|
131
|
+
* values: ["SHIRT"],
|
|
132
|
+
* },
|
|
133
|
+
* ],
|
|
134
|
+
* },
|
|
135
|
+
* },
|
|
136
|
+
* ])
|
|
137
|
+
*/
|
|
138
|
+
createPromotions(data: CreatePromotionDTO[], sharedContext?: Context): Promise<PromotionDTO[]>;
|
|
139
|
+
/**
|
|
140
|
+
* This method creates a promotion.
|
|
141
|
+
*
|
|
142
|
+
* @param {CreatePromotionDTO} data - The promotion to be created.
|
|
143
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
144
|
+
* @returns {Promise<PromotionDTO>} The created promotion.
|
|
145
|
+
*
|
|
146
|
+
* @example
|
|
147
|
+
* const promotionA = await promotionModuleService.createPromotions({
|
|
148
|
+
* code: "50OFF",
|
|
149
|
+
* type: "standard",
|
|
150
|
+
* status: "active",
|
|
151
|
+
* application_method: {
|
|
152
|
+
* type: "percentage",
|
|
153
|
+
* target_type: "items",
|
|
154
|
+
* value: 50,
|
|
155
|
+
* },
|
|
156
|
+
* })
|
|
157
|
+
*
|
|
158
|
+
* const promotionB = await promotionModuleService.createPromotions({
|
|
159
|
+
* code: "FREESHIPPING",
|
|
160
|
+
* type: "standard",
|
|
161
|
+
* status: "active",
|
|
162
|
+
* application_method: {
|
|
163
|
+
* type: "percentage",
|
|
164
|
+
* target_type: "shipping_methods",
|
|
165
|
+
* value: 100,
|
|
166
|
+
* },
|
|
167
|
+
* })
|
|
168
|
+
*
|
|
169
|
+
* const promotionC = await promotionModuleService.createPromotions({
|
|
170
|
+
* code: "BUY2GET1",
|
|
171
|
+
* type: "buyget",
|
|
172
|
+
* status: "active",
|
|
173
|
+
* application_method: {
|
|
174
|
+
* type: "fixed",
|
|
175
|
+
* target_type: "items",
|
|
176
|
+
* buy_rules_min_quantity: 2,
|
|
177
|
+
* apply_to_quantity: 1,
|
|
178
|
+
* buy_rules: [
|
|
179
|
+
* {
|
|
180
|
+
* attribute: "SKU",
|
|
181
|
+
* operator: "eq",
|
|
182
|
+
* values: ["SHIRT"],
|
|
183
|
+
* },
|
|
184
|
+
* ],
|
|
185
|
+
* },
|
|
186
|
+
* })
|
|
187
|
+
*/
|
|
188
|
+
createPromotions(data: CreatePromotionDTO, sharedContext?: Context): Promise<PromotionDTO>;
|
|
189
|
+
/**
|
|
190
|
+
* This method updates existing promotions.
|
|
191
|
+
*
|
|
192
|
+
* @param {UpdatePromotionDTO[]} data - The attributes to update in the promotions.
|
|
193
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
194
|
+
* @returns {Promise<PromotionDTO[]>} The updated promotions.
|
|
195
|
+
*
|
|
196
|
+
* @example
|
|
197
|
+
* const promotions = await promotionModuleService.updatePromotions([
|
|
198
|
+
* {
|
|
199
|
+
* id: "promo_123",
|
|
200
|
+
* is_automatic: true,
|
|
201
|
+
* },
|
|
202
|
+
* ])
|
|
203
|
+
*/
|
|
204
|
+
updatePromotions(data: UpdatePromotionDTO[], sharedContext?: Context): Promise<PromotionDTO[]>;
|
|
205
|
+
/**
|
|
206
|
+
* This method updates an existing promotion.
|
|
207
|
+
*
|
|
208
|
+
* @param {UpdatePromotionDTO} data - The attributes to update in the promotion.
|
|
209
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
210
|
+
* @returns {Promise<PromotionDTO>} The updated promotion.
|
|
211
|
+
*
|
|
212
|
+
* @example
|
|
213
|
+
* const promotion = await promotionModuleService.updatePromotions({
|
|
214
|
+
* id: "promo_123",
|
|
215
|
+
* is_automatic: true,
|
|
216
|
+
* })
|
|
217
|
+
*/
|
|
218
|
+
updatePromotions(data: UpdatePromotionDTO, sharedContext?: Context): Promise<PromotionDTO>;
|
|
219
|
+
/**
|
|
220
|
+
* This method retrieves a paginated list of promotions based on optional filters and configuration.
|
|
221
|
+
*
|
|
222
|
+
* @param {FilterablePromotionProps} filters - The filters to apply on the retrieved promotions.
|
|
223
|
+
* @param {FindConfig<PromotionDTO>} config - The configurations determining how the promotion is retrieved. Its properties, such as `select` or `relations`, accept the
|
|
224
|
+
* attributes or relations associated with a promotion.
|
|
225
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
226
|
+
* @returns {Promise<PromotionDTO[]>} The list of promotions.
|
|
227
|
+
*
|
|
228
|
+
* @example
|
|
229
|
+
* To retrieve a list of promotions using their IDs:
|
|
230
|
+
*
|
|
231
|
+
* ```ts
|
|
232
|
+
* const promotions = await promotionModuleService.listPromotions({
|
|
233
|
+
* id: ["promo_123", "promo_321"],
|
|
234
|
+
* })
|
|
235
|
+
* ```
|
|
236
|
+
*
|
|
237
|
+
* To specify relations that should be retrieved within the promotions:
|
|
238
|
+
*
|
|
239
|
+
* :::note
|
|
240
|
+
*
|
|
241
|
+
* You can only retrieve data models defined in the same module. To retrieve linked data models
|
|
242
|
+
* from other modules, use [Query](https://docs.acmekit.com/learn/fundamentals/module-links/query) instead.
|
|
243
|
+
*
|
|
244
|
+
* :::
|
|
245
|
+
*
|
|
246
|
+
* ```ts
|
|
247
|
+
* const promotions = await promotionModuleService.listPromotions(
|
|
248
|
+
* {
|
|
249
|
+
* id: ["promo_123", "promo_321"],
|
|
250
|
+
* },
|
|
251
|
+
* {
|
|
252
|
+
* relations: ["application_method"],
|
|
253
|
+
* }
|
|
254
|
+
* )
|
|
255
|
+
* ```
|
|
256
|
+
*
|
|
257
|
+
* By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
|
|
258
|
+
*
|
|
259
|
+
* ```ts
|
|
260
|
+
* const promotions = await promotionModuleService.listPromotions(
|
|
261
|
+
* {
|
|
262
|
+
* id: ["promo_123", "promo_321"],
|
|
263
|
+
* },
|
|
264
|
+
* {
|
|
265
|
+
* relations: ["application_method"],
|
|
266
|
+
* take: 20,
|
|
267
|
+
* skip: 2,
|
|
268
|
+
* }
|
|
269
|
+
* )
|
|
270
|
+
* ```
|
|
271
|
+
*/
|
|
272
|
+
listPromotions(filters?: FilterablePromotionProps, config?: FindConfig<PromotionDTO>, sharedContext?: Context): Promise<PromotionDTO[]>;
|
|
273
|
+
/**
|
|
274
|
+
* This method retrieves a paginated list of promotions along with the total count of available promotions satisfying the provided filters.
|
|
275
|
+
*
|
|
276
|
+
* @param {FilterablePromotionProps} filters - The filters to apply on the retrieved promotions.
|
|
277
|
+
* @param {FindConfig<PromotionDTO>} config - The configurations determining how the promotion is retrieved. Its properties, such as `select` or `relations`, accept the
|
|
278
|
+
* attributes or relations associated with a promotion.
|
|
279
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
280
|
+
* @returns {Promise<[PromotionDTO[], number]>} The list of promotions along with their total count.
|
|
281
|
+
*
|
|
282
|
+
* @example
|
|
283
|
+
* To retrieve a list of promotions using their IDs:
|
|
284
|
+
*
|
|
285
|
+
* ```ts
|
|
286
|
+
* const [promotions, count] =
|
|
287
|
+
* await promotionModuleService.listAndCountPromotions({
|
|
288
|
+
* id: ["promo_123", "promo_321"],
|
|
289
|
+
* })
|
|
290
|
+
* ```
|
|
291
|
+
*
|
|
292
|
+
* To specify relations that should be retrieved within the promotions:
|
|
293
|
+
*
|
|
294
|
+
* :::note
|
|
295
|
+
*
|
|
296
|
+
* You can only retrieve data models defined in the same module. To retrieve linked data models
|
|
297
|
+
* from other modules, use [Query](https://docs.acmekit.com/learn/fundamentals/module-links/query) instead.
|
|
298
|
+
*
|
|
299
|
+
* :::
|
|
300
|
+
*
|
|
301
|
+
* ```ts
|
|
302
|
+
* const [promotions, count] =
|
|
303
|
+
* await promotionModuleService.listAndCountPromotions(
|
|
304
|
+
* {
|
|
305
|
+
* id: ["promo_123", "promo_321"],
|
|
306
|
+
* },
|
|
307
|
+
* {
|
|
308
|
+
* relations: ["application_method"],
|
|
309
|
+
* }
|
|
310
|
+
* )
|
|
311
|
+
* ```
|
|
312
|
+
*
|
|
313
|
+
* By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
|
|
314
|
+
*
|
|
315
|
+
* ```ts
|
|
316
|
+
* const [promotions, count] =
|
|
317
|
+
* await promotionModuleService.listAndCountPromotions(
|
|
318
|
+
* {
|
|
319
|
+
* id: ["promo_123", "promo_321"],
|
|
320
|
+
* },
|
|
321
|
+
* {
|
|
322
|
+
* relations: ["application_method"],
|
|
323
|
+
* take: 20,
|
|
324
|
+
* skip: 2,
|
|
325
|
+
* }
|
|
326
|
+
* )
|
|
327
|
+
* ```
|
|
328
|
+
*/
|
|
329
|
+
listAndCountPromotions(filters?: FilterablePromotionProps, config?: FindConfig<PromotionDTO>, sharedContext?: Context): Promise<[PromotionDTO[], number]>;
|
|
330
|
+
/**
|
|
331
|
+
* This method retrieves a promotion by its ID.
|
|
332
|
+
*
|
|
333
|
+
* @param {string} id - The ID of the promotion.
|
|
334
|
+
* @param {FindConfig<PromotionDTO>} config - The configurations determining how the promotion is retrieved. Its properties, such as `select` or `relations`, accept the
|
|
335
|
+
* attributes or relations associated with a promotion.
|
|
336
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
337
|
+
* @returns {Promise<PromotionDTO>} The retrieved promotion.
|
|
338
|
+
*
|
|
339
|
+
* @example
|
|
340
|
+
* A simple example that retrieves a promotion by its ID:
|
|
341
|
+
*
|
|
342
|
+
* ```ts
|
|
343
|
+
* const promotion =
|
|
344
|
+
* await promotionModuleService.retrievePromotion("promo_123")
|
|
345
|
+
* ```
|
|
346
|
+
*
|
|
347
|
+
* To specify relations that should be retrieved:
|
|
348
|
+
*
|
|
349
|
+
* :::note
|
|
350
|
+
*
|
|
351
|
+
* You can only retrieve data models defined in the same module. To retrieve linked data models
|
|
352
|
+
* from other modules, use [Query](https://docs.acmekit.com/learn/fundamentals/module-links/query) instead.
|
|
353
|
+
*
|
|
354
|
+
* :::
|
|
355
|
+
*
|
|
356
|
+
* ```ts
|
|
357
|
+
* const promotion = await promotionModuleService.retrievePromotion(
|
|
358
|
+
* "promo_123",
|
|
359
|
+
* {
|
|
360
|
+
* relations: ["application_method"],
|
|
361
|
+
* }
|
|
362
|
+
* )
|
|
363
|
+
* ```
|
|
364
|
+
*/
|
|
365
|
+
retrievePromotion(id: string, config?: FindConfig<PromotionDTO>, sharedContext?: Context): Promise<PromotionDTO>;
|
|
366
|
+
/**
|
|
367
|
+
* This method deletes promotions by their IDs.
|
|
368
|
+
*
|
|
369
|
+
* @param {string[]} ids - The IDs of the promotion.
|
|
370
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
371
|
+
* @returns {Promise<void>} Resolves when the promotions are deleted.
|
|
372
|
+
*
|
|
373
|
+
* @example
|
|
374
|
+
* await promotionModuleService.deletePromotions([
|
|
375
|
+
* "promo_123",
|
|
376
|
+
* "promo_321",
|
|
377
|
+
* ])
|
|
378
|
+
*/
|
|
379
|
+
deletePromotions(ids: string[], sharedContext?: Context): Promise<void>;
|
|
380
|
+
/**
|
|
381
|
+
* This method deletes a promotion by its ID.
|
|
382
|
+
*
|
|
383
|
+
* @param {string} ids - The IDs of the promotion.
|
|
384
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
385
|
+
* @returns {Promise<void>} Resolves when the promotion is deleted.
|
|
386
|
+
*
|
|
387
|
+
* @example
|
|
388
|
+
* await promotionModuleService.deletePromotions("promo_123")
|
|
389
|
+
*/
|
|
390
|
+
deletePromotions(ids: string, sharedContext?: Context): Promise<void>;
|
|
391
|
+
/**
|
|
392
|
+
* This method soft deletes a promotion by its IDs.
|
|
393
|
+
*
|
|
394
|
+
* @param {string | string[]} promotionIds - The list of promotions to soft delete.
|
|
395
|
+
* @param {SoftDeleteReturn<TReturnableLinkableKeys>} config - An object that is used to specify an entity's related entities that should be soft-deleted when the main entity is soft-deleted.
|
|
396
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
397
|
+
* @returns {Promise<void | Record<string, string[]>>} An object that includes the IDs of related records that were also soft deleted, such as the ID of the associated application method.
|
|
398
|
+
* The object's keys are the ID attribute names of the promotion entity's relations, such as `application_method_id`, and its value is an array of strings, each being the ID of a record associated
|
|
399
|
+
* with the promotion through this relation, such as the IDs of associated application method.
|
|
400
|
+
*
|
|
401
|
+
* If there are no related records, the promise resolves to `void`.
|
|
402
|
+
*
|
|
403
|
+
* @example
|
|
404
|
+
* await promotionModuleService.softDeletePromotions("promo_123")
|
|
405
|
+
*/
|
|
406
|
+
softDeletePromotions<TReturnableLinkableKeys extends string = string>(promotionIds: string | string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
|
|
407
|
+
/**
|
|
408
|
+
* This method restores soft deleted promotions by their IDs.
|
|
409
|
+
*
|
|
410
|
+
* @param {string | string[]} promotionIds - The promotions' IDs.
|
|
411
|
+
* @param {RestoreReturn<TReturnableLinkableKeys>} config - Configurations determining which relations to restore along with each of the promotion. You can pass to its `returnLinkableKeys`
|
|
412
|
+
* property any of the promotion's relation attribute names, such as `application_method_id`.
|
|
413
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
414
|
+
* @returns {Promise<void | Record<string, string[]>>} An object that includes the IDs of related records that were restored, such as the ID of associated application method.
|
|
415
|
+
* The object's keys are the ID attribute names of the promotion entity's relations, such as `application_method_id`,
|
|
416
|
+
* and its value is an array of strings, each being the ID of the record associated with the promotion through this relation,
|
|
417
|
+
* such as the IDs of associated application method.
|
|
418
|
+
*
|
|
419
|
+
* If there are no related records restored, the promise resolves to `void`.
|
|
420
|
+
*
|
|
421
|
+
* @example
|
|
422
|
+
* await promotionModuleService.restorePromotions("promo_123")
|
|
423
|
+
*/
|
|
424
|
+
restorePromotions<TReturnableLinkableKeys extends string = string>(promotionIds: string | string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
|
|
425
|
+
/**
|
|
426
|
+
* This method adds promotion rules to a promotion.
|
|
427
|
+
*
|
|
428
|
+
* @param {string} promotionId - The promotion's ID.
|
|
429
|
+
* @param {CreatePromotionRuleDTO[]} rulesData - The promotion rules to be created and added to the promotion.
|
|
430
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
431
|
+
* @returns {Promise<PromotionRuleDTO[]>} The promotion rules created.
|
|
432
|
+
*
|
|
433
|
+
* @example
|
|
434
|
+
* const promotionRules =
|
|
435
|
+
* await promotionModuleService.addPromotionRules(
|
|
436
|
+
* "promo_123",
|
|
437
|
+
* [
|
|
438
|
+
* {
|
|
439
|
+
* attribute: "customer_group_id",
|
|
440
|
+
* operator: "in",
|
|
441
|
+
* values: ["VIP", "VVIP"],
|
|
442
|
+
* },
|
|
443
|
+
* ]
|
|
444
|
+
* )
|
|
445
|
+
*/
|
|
446
|
+
addPromotionRules(promotionId: string, rulesData: CreatePromotionRuleDTO[], sharedContext?: Context): Promise<PromotionRuleDTO[]>;
|
|
447
|
+
/**
|
|
448
|
+
* This method adds target promotion rules to a promotion's application method.
|
|
449
|
+
*
|
|
450
|
+
* @param {string} promotionId - The promotion's ID.
|
|
451
|
+
* @param {CreatePromotionRuleDTO[]} rulesData - The promotion rules to be created and added as target rules to the promotion's application method.
|
|
452
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
453
|
+
* @returns {Promise<PromotionRuleDTO[]>} The created promotion rules.
|
|
454
|
+
*
|
|
455
|
+
* @example
|
|
456
|
+
* const targetPromotionRules =
|
|
457
|
+
* await promotionModuleService.addPromotionTargetRules(
|
|
458
|
+
* "promo_123",
|
|
459
|
+
* [
|
|
460
|
+
* {
|
|
461
|
+
* attribute: "SKU",
|
|
462
|
+
* operator: "eq",
|
|
463
|
+
* values: "SHIRT",
|
|
464
|
+
* },
|
|
465
|
+
* ]
|
|
466
|
+
* )
|
|
467
|
+
*/
|
|
468
|
+
addPromotionTargetRules(promotionId: string, rulesData: CreatePromotionRuleDTO[], sharedContext?: Context): Promise<PromotionRuleDTO[]>;
|
|
469
|
+
/**
|
|
470
|
+
* This method adds buy promotion rules to a promotion's application method.
|
|
471
|
+
*
|
|
472
|
+
* @param {string} promotionId - The promotion's ID.
|
|
473
|
+
* @param {CreatePromotionRuleDTO[]} rulesData - The promotion rules to be created and added as buy rules to the promotion's applicatio method.
|
|
474
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
475
|
+
* @returns {Promise<PromotionRuleDTO[]>} The created promotion rules.
|
|
476
|
+
*
|
|
477
|
+
* @example
|
|
478
|
+
* const buyPromotionRules =
|
|
479
|
+
* await promotionModuleService.addPromotionBuyRules(
|
|
480
|
+
* "promo_123",
|
|
481
|
+
* [
|
|
482
|
+
* {
|
|
483
|
+
* attribute: "SKU",
|
|
484
|
+
* operator: "eq",
|
|
485
|
+
* values: "SHIRT",
|
|
486
|
+
* },
|
|
487
|
+
* ]
|
|
488
|
+
* )
|
|
489
|
+
*/
|
|
490
|
+
addPromotionBuyRules(promotionId: string, rulesData: CreatePromotionRuleDTO[], sharedContext?: Context): Promise<PromotionRuleDTO[]>;
|
|
491
|
+
/**
|
|
492
|
+
* This method removes promotion rules from a promotion.
|
|
493
|
+
*
|
|
494
|
+
* @param {string} promotionId - The promotion's ID.
|
|
495
|
+
* @param {string[]} ruleIds - The promotion rules' IDs.
|
|
496
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
497
|
+
* @returns {Promise<void>} Resolves when the promotion rules are deleted successfully.
|
|
498
|
+
*
|
|
499
|
+
* @example
|
|
500
|
+
* await promotionModuleService.removePromotionRules(
|
|
501
|
+
* "promo_123",
|
|
502
|
+
* ["prorul_123", "prorul_321"]
|
|
503
|
+
* )
|
|
504
|
+
*/
|
|
505
|
+
removePromotionRules(promotionId: string, ruleIds: string[], sharedContext?: Context): Promise<void>;
|
|
506
|
+
/**
|
|
507
|
+
* This method removes target promotion rules from a promotion's application method.
|
|
508
|
+
*
|
|
509
|
+
* @param {string} promotionId - The promotion's ID.
|
|
510
|
+
* @param {string[]} ruleIds - The target promotion rules' IDs.
|
|
511
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
512
|
+
* @returns {Promise<void>} Resolves when the target promotion rules are deleted.
|
|
513
|
+
*
|
|
514
|
+
* @example
|
|
515
|
+
* await promotionModuleService.removePromotionTargetRules(
|
|
516
|
+
* "promo_123",
|
|
517
|
+
* ["prorul_123", "prorul_321"]
|
|
518
|
+
* )
|
|
519
|
+
*/
|
|
520
|
+
removePromotionTargetRules(promotionId: string, ruleIds: string[], sharedContext?: Context): Promise<void>;
|
|
521
|
+
/**
|
|
522
|
+
* This method removes buy promotion rules from a promotion's application method.
|
|
523
|
+
*
|
|
524
|
+
* @param {string} promotionId - The promotion's ID.
|
|
525
|
+
* @param {string[]} ruleIds - The buy promotion rules' IDs.
|
|
526
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
527
|
+
* @returns {Promise<void>} Resolves when the buy promotion rules are deleted.
|
|
528
|
+
*
|
|
529
|
+
* @example
|
|
530
|
+
* await promotionModuleService.removePromotionBuyRules(
|
|
531
|
+
* "promo_123",
|
|
532
|
+
* ["prorul_123", "prorul_321"]
|
|
533
|
+
* )
|
|
534
|
+
*/
|
|
535
|
+
removePromotionBuyRules(promotionId: string, ruleIds: string[], sharedContext?: Context): Promise<void>;
|
|
536
|
+
/**
|
|
537
|
+
* This method creates a campaign.
|
|
538
|
+
*
|
|
539
|
+
* @param {CreateCampaignDTO} data - The campaign to be created.
|
|
540
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
541
|
+
* @returns {Promise<CampaignDTO>} The created campaign.
|
|
542
|
+
*
|
|
543
|
+
* @example
|
|
544
|
+
* const campaign = await promotionModuleService.createCampaigns(
|
|
545
|
+
* {
|
|
546
|
+
* name: "Summer discounts",
|
|
547
|
+
* campaign_identifier: "G-123456",
|
|
548
|
+
* starts_at: new Date("2025-06-01"),
|
|
549
|
+
* ends_at: new Date("2025-09-01"),
|
|
550
|
+
* budget: {
|
|
551
|
+
* type: "usage",
|
|
552
|
+
* limit: 10,
|
|
553
|
+
* },
|
|
554
|
+
* }
|
|
555
|
+
* )
|
|
556
|
+
*/
|
|
557
|
+
createCampaigns(data: CreateCampaignDTO, sharedContext?: Context): Promise<CampaignDTO>;
|
|
558
|
+
/**
|
|
559
|
+
* This method creates campaigns.
|
|
560
|
+
*
|
|
561
|
+
* @param {CreateCampaignDTO[]} data - The campaigns to be created.
|
|
562
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
563
|
+
* @returns {Promise<CampaignDTO[]>} The created campaigns.
|
|
564
|
+
*
|
|
565
|
+
* @example
|
|
566
|
+
* const campaigns =
|
|
567
|
+
* await promotionModuleService.createCampaigns([
|
|
568
|
+
* {
|
|
569
|
+
* name: "Summer discounts",
|
|
570
|
+
* campaign_identifier: "G-123456",
|
|
571
|
+
* starts_at: new Date("2025-06-01"),
|
|
572
|
+
* ends_at: new Date("2025-09-01"),
|
|
573
|
+
* budget: {
|
|
574
|
+
* type: "usage",
|
|
575
|
+
* limit: 10,
|
|
576
|
+
* },
|
|
577
|
+
* },
|
|
578
|
+
* ])
|
|
579
|
+
*/
|
|
580
|
+
createCampaigns(data: CreateCampaignDTO[], sharedContext?: Context): Promise<CampaignDTO[]>;
|
|
581
|
+
/**
|
|
582
|
+
* This method updates existing campaigns.
|
|
583
|
+
*
|
|
584
|
+
* @param {UpdateCampaignDTO[]} data - The attributes to update in the campaigns.
|
|
585
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
586
|
+
* @returns {Promise<CampaignDTO[]>} The updated campaigns.
|
|
587
|
+
*
|
|
588
|
+
* @example
|
|
589
|
+
* const campaigns =
|
|
590
|
+
* await promotionModuleService.updateCampaigns([
|
|
591
|
+
* {
|
|
592
|
+
* id: "procamp_123",
|
|
593
|
+
* name: "Summer Sales",
|
|
594
|
+
* },
|
|
595
|
+
* ])
|
|
596
|
+
*/
|
|
597
|
+
updateCampaigns(data: UpdateCampaignDTO[], sharedContext?: Context): Promise<CampaignDTO[]>;
|
|
598
|
+
/**
|
|
599
|
+
* This method updates an existing campaign.
|
|
600
|
+
*
|
|
601
|
+
* @param {UpdateCampaignDTO} data - The attributes to update in the campaign.
|
|
602
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
603
|
+
* @returns {Promise<CampaignDTO>} The updated campaign.
|
|
604
|
+
*
|
|
605
|
+
* @example
|
|
606
|
+
* const campaigns =
|
|
607
|
+
* await promotionModuleService.updateCampaigns({
|
|
608
|
+
* id: "procamp_123",
|
|
609
|
+
* name: "Summer Sales",
|
|
610
|
+
* })
|
|
611
|
+
*/
|
|
612
|
+
updateCampaigns(data: UpdateCampaignDTO, sharedContext?: Context): Promise<CampaignDTO>;
|
|
613
|
+
/**
|
|
614
|
+
* This method retrieves a paginated list of promotion rules based on optional filters and configuration.
|
|
615
|
+
*
|
|
616
|
+
* @param {FilterablePromotionRuleProps} filters - The filters to apply on the retrieved promotion rules.
|
|
617
|
+
* @param {FindConfig<PromotionRuleDTO>} config - The configurations determining how the promotion rule is retrieved. Its properties, such as `select` or `relations`, accept the
|
|
618
|
+
* attributes or relations associated with a promotion rule.
|
|
619
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
620
|
+
* @returns {Promise<PromotionRuleDTO[]>} The list of promotion rules.
|
|
621
|
+
*
|
|
622
|
+
* @example
|
|
623
|
+
* To retrieve a list of promotion rules using their IDs:
|
|
624
|
+
*
|
|
625
|
+
* ```ts
|
|
626
|
+
* const promotionRules =
|
|
627
|
+
* await promotionModuleService.listPromotionRules({
|
|
628
|
+
* id: ["prorul_123", "prorul_321"],
|
|
629
|
+
* })
|
|
630
|
+
* ```
|
|
631
|
+
*
|
|
632
|
+
* To specify relations that should be retrieved within the promotion rules:
|
|
633
|
+
*
|
|
634
|
+
* :::note
|
|
635
|
+
*
|
|
636
|
+
* You can only retrieve data models defined in the same module. To retrieve linked data models
|
|
637
|
+
* from other modules, use [Query](https://docs.acmekit.com/learn/fundamentals/module-links/query) instead.
|
|
638
|
+
*
|
|
639
|
+
* :::
|
|
640
|
+
*
|
|
641
|
+
* ```ts
|
|
642
|
+
* const promotionRules =
|
|
643
|
+
* await promotionModuleService.listPromotionRules(
|
|
644
|
+
* {
|
|
645
|
+
* id: ["prorul_123", "prorul_321"],
|
|
646
|
+
* },
|
|
647
|
+
* {
|
|
648
|
+
* relations: ["promotions"],
|
|
649
|
+
* }
|
|
650
|
+
* )
|
|
651
|
+
* ```
|
|
652
|
+
*
|
|
653
|
+
* By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
|
|
654
|
+
*
|
|
655
|
+
* ```ts
|
|
656
|
+
* const promotionRules =
|
|
657
|
+
* await promotionModuleService.listPromotionRules(
|
|
658
|
+
* {
|
|
659
|
+
* id: ["prorul_123", "prorul_321"],
|
|
660
|
+
* },
|
|
661
|
+
* {
|
|
662
|
+
* relations: ["promotions"],
|
|
663
|
+
* take: 20,
|
|
664
|
+
* skip: 2,
|
|
665
|
+
* }
|
|
666
|
+
* )
|
|
667
|
+
* ```
|
|
668
|
+
*/
|
|
669
|
+
listPromotionRules(filters?: FilterablePromotionRuleProps, config?: FindConfig<PromotionRuleDTO>, sharedContext?: Context): Promise<PromotionRuleDTO[]>;
|
|
670
|
+
/**
|
|
671
|
+
* This method updates existing promotion rules.
|
|
672
|
+
*
|
|
673
|
+
* @param {UpdatePromotionRuleDTO[]} data - The attributes to update in the promotion rules.
|
|
674
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
675
|
+
* @returns {Promise<PromotionRuleDTO[]>} The updated promotion rules.
|
|
676
|
+
*
|
|
677
|
+
* @example
|
|
678
|
+
* const promotionRules =
|
|
679
|
+
* await promotionModuleService.updatePromotionRules([
|
|
680
|
+
* {
|
|
681
|
+
* id: "prorul_123",
|
|
682
|
+
* description: "Only allow VIP customers",
|
|
683
|
+
* },
|
|
684
|
+
* ])
|
|
685
|
+
*/
|
|
686
|
+
updatePromotionRules(data: UpdatePromotionRuleDTO[], sharedContext?: Context): Promise<PromotionRuleDTO[]>;
|
|
687
|
+
/**
|
|
688
|
+
* This method retrieves a paginated list of campaigns based on optional filters and configuration.
|
|
689
|
+
*
|
|
690
|
+
* @param {FilterableCampaignProps} filters - The filters to apply on the retrieved campaigns.
|
|
691
|
+
* @param {FindConfig<CampaignDTO>} config - The configurations determining how the campaign is retrieved. Its properties, such as `select` or `relations`, accept the
|
|
692
|
+
* attributes or relations associated with a campaign.
|
|
693
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
694
|
+
* @returns {Promise<CampaignDTO[]>} The list of campaigns.
|
|
695
|
+
*
|
|
696
|
+
* @example
|
|
697
|
+
* To retrieve a list of campaigns using their IDs:
|
|
698
|
+
*
|
|
699
|
+
* ```ts
|
|
700
|
+
* const campaigns = await promotionModuleService.listCampaigns({
|
|
701
|
+
* id: ["procamp_123"],
|
|
702
|
+
* })
|
|
703
|
+
* ```
|
|
704
|
+
*
|
|
705
|
+
* To specify relations that should be retrieved within the campaigns:
|
|
706
|
+
*
|
|
707
|
+
* :::note
|
|
708
|
+
*
|
|
709
|
+
* You can only retrieve data models defined in the same module. To retrieve linked data models
|
|
710
|
+
* from other modules, use [Query](https://docs.acmekit.com/learn/fundamentals/module-links/query) instead.
|
|
711
|
+
*
|
|
712
|
+
* :::
|
|
713
|
+
*
|
|
714
|
+
* ```ts
|
|
715
|
+
* const campaigns = await promotionModuleService.listCampaigns(
|
|
716
|
+
* {
|
|
717
|
+
* id: ["procamp_123"],
|
|
718
|
+
* },
|
|
719
|
+
* {
|
|
720
|
+
* relations: ["promotions"],
|
|
721
|
+
* }
|
|
722
|
+
* )
|
|
723
|
+
* ```
|
|
724
|
+
*
|
|
725
|
+
* By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
|
|
726
|
+
*
|
|
727
|
+
* ```ts
|
|
728
|
+
* const campaigns = await promotionModuleService.listCampaigns(
|
|
729
|
+
* {
|
|
730
|
+
* id: ["procamp_123"],
|
|
731
|
+
* },
|
|
732
|
+
* {
|
|
733
|
+
* relations: ["promotions"],
|
|
734
|
+
* take: 20,
|
|
735
|
+
* skip: 2,
|
|
736
|
+
* }
|
|
737
|
+
* )
|
|
738
|
+
* ```
|
|
739
|
+
*/
|
|
740
|
+
listCampaigns(filters?: FilterableCampaignProps, config?: FindConfig<CampaignDTO>, sharedContext?: Context): Promise<CampaignDTO[]>;
|
|
741
|
+
/**
|
|
742
|
+
* This method retrieves a paginated list of campaigns along with the total count of available campaigns satisfying the provided filters.
|
|
743
|
+
*
|
|
744
|
+
* @param {FilterableCampaignProps} filters - The filters to apply on the retrieved campaigns.
|
|
745
|
+
* @param {FindConfig<CampaignDTO>} config - The configurations determining how the campaign is retrieved. Its properties, such as `select` or `relations`, accept the
|
|
746
|
+
* attributes or relations associated with a campaign.
|
|
747
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
748
|
+
* @returns {Promise<[CampaignDTO[], number]>} The list of campaigns along with their total count.
|
|
749
|
+
*
|
|
750
|
+
* @example
|
|
751
|
+
* To retrieve a list of campaigns using their IDs:
|
|
752
|
+
*
|
|
753
|
+
* ```ts
|
|
754
|
+
* const [campaigns, count] =
|
|
755
|
+
* await promotionModuleService.listAndCountCampaigns({
|
|
756
|
+
* id: ["procamp_123"],
|
|
757
|
+
* })
|
|
758
|
+
* ```
|
|
759
|
+
*
|
|
760
|
+
* To specify relations that should be retrieved within the campaigns:
|
|
761
|
+
*
|
|
762
|
+
* :::note
|
|
763
|
+
*
|
|
764
|
+
* You can only retrieve data models defined in the same module. To retrieve linked data models
|
|
765
|
+
* from other modules, use [Query](https://docs.acmekit.com/learn/fundamentals/module-links/query) instead.
|
|
766
|
+
*
|
|
767
|
+
* :::
|
|
768
|
+
*
|
|
769
|
+
* ```ts
|
|
770
|
+
* const [campaigns, count] =
|
|
771
|
+
* await promotionModuleService.listAndCountCampaigns(
|
|
772
|
+
* {
|
|
773
|
+
* id: ["procamp_123"],
|
|
774
|
+
* },
|
|
775
|
+
* {
|
|
776
|
+
* relations: ["promotions"],
|
|
777
|
+
* }
|
|
778
|
+
* )
|
|
779
|
+
* ```
|
|
780
|
+
*
|
|
781
|
+
* By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
|
|
782
|
+
*
|
|
783
|
+
* ```ts
|
|
784
|
+
* const [campaigns, count] =
|
|
785
|
+
* await promotionModuleService.listAndCountCampaigns(
|
|
786
|
+
* {
|
|
787
|
+
* id: ["procamp_123"],
|
|
788
|
+
* },
|
|
789
|
+
* {
|
|
790
|
+
* relations: ["promotions"],
|
|
791
|
+
* take: 20,
|
|
792
|
+
* skip: 2,
|
|
793
|
+
* }
|
|
794
|
+
* )
|
|
795
|
+
* ```
|
|
796
|
+
*/
|
|
797
|
+
listAndCountCampaigns(filters?: FilterableCampaignProps, config?: FindConfig<CampaignDTO>, sharedContext?: Context): Promise<[CampaignDTO[], number]>;
|
|
798
|
+
/**
|
|
799
|
+
* This method retrieves a campaigns by its ID.
|
|
800
|
+
*
|
|
801
|
+
* @param {string} id - The ID of the campaigns.
|
|
802
|
+
* @param {FindConfig<CampaignDTO>} config - The configurations determining how the campaign is retrieved. Its properties, such as `select` or `relations`, accept the
|
|
803
|
+
* attributes or relations associated with a campaign.
|
|
804
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
805
|
+
* @returns {Promise<CampaignDTO>} The retrieved campaigns.
|
|
806
|
+
*
|
|
807
|
+
* @example
|
|
808
|
+
* A simple example that retrieves a promotion by its ID:
|
|
809
|
+
*
|
|
810
|
+
* ```ts
|
|
811
|
+
* const campaign =
|
|
812
|
+
* await promotionModuleService.retrieveCampaign("procamp_123")
|
|
813
|
+
* ```
|
|
814
|
+
*
|
|
815
|
+
* To specify relations that should be retrieved:
|
|
816
|
+
*
|
|
817
|
+
* :::note
|
|
818
|
+
*
|
|
819
|
+
* You can only retrieve data models defined in the same module. To retrieve linked data models
|
|
820
|
+
* from other modules, use [Query](https://docs.acmekit.com/learn/fundamentals/module-links/query) instead.
|
|
821
|
+
*
|
|
822
|
+
* :::
|
|
823
|
+
*
|
|
824
|
+
* ```ts
|
|
825
|
+
* const campaign =
|
|
826
|
+
* await promotionModuleService.retrieveCampaign(
|
|
827
|
+
* "procamp_123",
|
|
828
|
+
* {
|
|
829
|
+
* relations: ["promotions"],
|
|
830
|
+
* }
|
|
831
|
+
* )
|
|
832
|
+
* ```
|
|
833
|
+
*/
|
|
834
|
+
retrieveCampaign(id: string, config?: FindConfig<CampaignDTO>, sharedContext?: Context): Promise<CampaignDTO>;
|
|
835
|
+
/**
|
|
836
|
+
* This method deletes campaigns by their IDs.
|
|
837
|
+
*
|
|
838
|
+
* @param {string[]} ids - The IDs of the campaigns.
|
|
839
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
840
|
+
* @returns {Promise<void>} Resolves when the campaigns are deleted successfully.
|
|
841
|
+
*
|
|
842
|
+
* @example
|
|
843
|
+
* await promotionModuleService.deleteCampaigns(["procamp_123"])
|
|
844
|
+
*/
|
|
845
|
+
deleteCampaigns(ids: string[], sharedContext?: Context): Promise<void>;
|
|
846
|
+
/**
|
|
847
|
+
* This method deletes a campaign by its ID.
|
|
848
|
+
*
|
|
849
|
+
* @param {string} ids - The IDs of the campaign.
|
|
850
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
851
|
+
* @returns {Promise<void>} Resolves when the campaign is deleted successfully.
|
|
852
|
+
*
|
|
853
|
+
* @example
|
|
854
|
+
* await promotionModuleService.deleteCampaigns("procamp_123")
|
|
855
|
+
*/
|
|
856
|
+
deleteCampaigns(ids: string, sharedContext?: Context): Promise<void>;
|
|
857
|
+
/**
|
|
858
|
+
* This method soft deletes campaigns by their IDs.
|
|
859
|
+
*
|
|
860
|
+
* @param {string | string[]} campaignIds - The IDs of the campaigns.
|
|
861
|
+
* @param {SoftDeleteReturn<TReturnableLinkableKeys>} config - An object that is used to specify an entity's related entities that should be soft-deleted when the main entity is soft-deleted.
|
|
862
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
863
|
+
* @returns {Promise<void | Record<string, string[]>>} An object that includes the IDs of related records that were also soft deleted, such as the ID of the associated campaign budget.
|
|
864
|
+
* The object's keys are the ID attribute names of the campaign entity's relations, such as `budget_id`, and its value is an array of strings, each being the ID of a record associated
|
|
865
|
+
* with the campaign through this relation, such as the IDs of associated campaign budget.
|
|
866
|
+
*
|
|
867
|
+
* If there are no related records, the promise resolves to `void`.
|
|
868
|
+
*
|
|
869
|
+
* @example
|
|
870
|
+
* await promotionModuleService.softDeleteCampaigns(
|
|
871
|
+
* "procamp_123",
|
|
872
|
+
* {
|
|
873
|
+
* returnLinkableKeys: ["budget_id"],
|
|
874
|
+
* }
|
|
875
|
+
* )
|
|
876
|
+
*/
|
|
877
|
+
softDeleteCampaigns<TReturnableLinkableKeys extends string = string>(campaignIds: string | string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
|
|
878
|
+
/**
|
|
879
|
+
* This method restores soft deleted campaigns by their IDs.
|
|
880
|
+
*
|
|
881
|
+
* @param {string | string[]} campaignIds - The IDs of the campaigns
|
|
882
|
+
* @param {RestoreReturn<TReturnableLinkableKeys>} config - Configurations determining which relations to restore along with each of the campaigns. You can pass to its `returnLinkableKeys`
|
|
883
|
+
* property any of the campaign's relation attribute names, such as `budget_id`.
|
|
884
|
+
* @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
|
|
885
|
+
* @returns {Promise<void | Record<string, string[]>>} An object that includes the IDs of related records that were restored, such as the ID of associated campaign budget.
|
|
886
|
+
* The object's keys are the ID attribute names of the campaign entity's relations, such as `budget_id`,
|
|
887
|
+
* and its value is an array of strings, each being the ID of the record associated with the campaign through this relation,
|
|
888
|
+
* such as the IDs of associated campaign budget.
|
|
889
|
+
*
|
|
890
|
+
* If there are no related records restored, the promise resolves to `void`.
|
|
891
|
+
*
|
|
892
|
+
* @example
|
|
893
|
+
* await promotionModuleService.restoreCampaigns("procamp_123", {
|
|
894
|
+
* returnLinkableKeys: ["budget_id"],
|
|
895
|
+
* })
|
|
896
|
+
*/
|
|
897
|
+
restoreCampaigns<TReturnableLinkableKeys extends string = string>(campaignIds: string | string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
|
|
898
|
+
addPromotionsToCampaign(data: AddPromotionsToCampaignDTO, sharedContext?: Context): Promise<{
|
|
899
|
+
ids: string[];
|
|
900
|
+
}>;
|
|
901
|
+
removePromotionsFromCampaign(data: RemovePromotionsFromCampaignDTO, sharedContext?: Context): Promise<{
|
|
902
|
+
ids: string[];
|
|
903
|
+
}>;
|
|
904
|
+
}
|
|
905
|
+
//# sourceMappingURL=service.d.ts.map
|