@gradientedge/commercetools-utils 5.27.2 → 5.29.0
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/cjs/api/types.d.ts +0 -1
- package/dist/cjs/api/types.d.ts.map +1 -1
- package/dist/cjs/auth/scopes.js +2 -3
- package/dist/cjs/auth/scopes.js.map +1 -1
- package/dist/cjs/auth/types.d.ts +0 -1
- package/dist/cjs/auth/types.d.ts.map +1 -1
- package/dist/cjs/auth/utils.js +1 -2
- package/dist/cjs/auth/utils.js.map +1 -1
- package/dist/cjs/error/CommercetoolsError.d.ts.map +1 -1
- package/dist/cjs/error/CommercetoolsError.js +2 -0
- package/dist/cjs/error/CommercetoolsError.js.map +1 -1
- package/dist/cjs/request/is-retryable-error.js +1 -2
- package/dist/cjs/request/is-retryable-error.js.map +1 -1
- package/dist/cjs/request/request-executor.d.ts +0 -1
- package/dist/cjs/request/request-executor.d.ts.map +1 -1
- package/dist/cjs/request/request-executor.js +1 -2
- package/dist/cjs/request/request-executor.js.map +1 -1
- package/dist/cjs/request/request.js +1 -2
- package/dist/cjs/request/request.js.map +1 -1
- package/dist/cjs/request/transform-error.js +1 -2
- package/dist/cjs/request/transform-error.js.map +1 -1
- package/dist/cjs/tsconfig-cjs.tsbuildinfo +1 -0
- package/dist/cjs/types/models/approval-flow.d.ts +264 -0
- package/dist/cjs/types/models/approval-flow.d.ts.map +1 -0
- package/dist/cjs/types/models/approval-flow.js +8 -0
- package/dist/cjs/types/models/approval-flow.js.map +1 -0
- package/dist/cjs/types/models/approval-rule.d.ts +415 -0
- package/dist/cjs/types/models/approval-rule.d.ts.map +1 -0
- package/dist/cjs/types/models/approval-rule.js +8 -0
- package/dist/cjs/types/models/approval-rule.js.map +1 -0
- package/dist/cjs/types/models/associate-role.d.ts +319 -0
- package/dist/cjs/types/models/associate-role.d.ts.map +1 -0
- package/dist/cjs/types/models/associate-role.js +8 -0
- package/dist/cjs/types/models/associate-role.js.map +1 -0
- package/dist/cjs/types/models/attribute-group.d.ts +254 -0
- package/dist/cjs/types/models/attribute-group.d.ts.map +1 -0
- package/dist/cjs/types/models/attribute-group.js +8 -0
- package/dist/cjs/types/models/attribute-group.js.map +1 -0
- package/dist/cjs/types/models/business-unit.d.ts +1244 -0
- package/dist/cjs/types/models/business-unit.d.ts.map +1 -0
- package/dist/cjs/types/models/business-unit.js +8 -0
- package/dist/cjs/types/models/business-unit.js.map +1 -0
- package/dist/cjs/types/models/cart-discount.d.ts +848 -0
- package/dist/cjs/types/models/cart-discount.d.ts.map +1 -0
- package/dist/cjs/types/models/cart-discount.js +8 -0
- package/dist/cjs/types/models/cart-discount.js.map +1 -0
- package/dist/cjs/types/models/cart.d.ts +3593 -0
- package/dist/cjs/types/models/cart.d.ts.map +1 -0
- package/dist/cjs/types/models/cart.js +8 -0
- package/dist/cjs/types/models/cart.js.map +1 -0
- package/dist/cjs/types/models/category.d.ts +636 -0
- package/dist/cjs/types/models/category.d.ts.map +1 -0
- package/dist/cjs/types/models/category.js +8 -0
- package/dist/cjs/types/models/category.js.map +1 -0
- package/dist/cjs/types/models/channel.d.ts +380 -0
- package/dist/cjs/types/models/channel.d.ts.map +1 -0
- package/dist/cjs/types/models/channel.js +8 -0
- package/dist/cjs/types/models/channel.js.map +1 -0
- package/dist/cjs/types/models/common.d.ts +1163 -0
- package/dist/cjs/types/models/common.d.ts.map +1 -0
- package/dist/cjs/types/models/common.js +8 -0
- package/dist/cjs/types/models/common.js.map +1 -0
- package/dist/cjs/types/models/custom-object.d.ts +152 -0
- package/dist/cjs/types/models/custom-object.d.ts.map +1 -0
- package/dist/cjs/types/models/custom-object.js +8 -0
- package/dist/cjs/types/models/custom-object.js.map +1 -0
- package/dist/cjs/types/models/customer-group.d.ts +235 -0
- package/dist/cjs/types/models/customer-group.d.ts.map +1 -0
- package/dist/cjs/types/models/customer-group.js +8 -0
- package/dist/cjs/types/models/customer-group.js.map +1 -0
- package/dist/cjs/types/models/customer-search.d.ts +114 -0
- package/dist/cjs/types/models/customer-search.d.ts.map +1 -0
- package/dist/cjs/types/models/customer-search.js +8 -0
- package/dist/cjs/types/models/customer-search.js.map +1 -0
- package/dist/cjs/types/models/customer.d.ts +1270 -0
- package/dist/cjs/types/models/customer.d.ts.map +1 -0
- package/dist/cjs/types/models/customer.js +8 -0
- package/dist/cjs/types/models/customer.js.map +1 -0
- package/dist/cjs/types/models/discount-code.d.ts +473 -0
- package/dist/cjs/types/models/discount-code.d.ts.map +1 -0
- package/dist/cjs/types/models/discount-code.js +8 -0
- package/dist/cjs/types/models/discount-code.js.map +1 -0
- package/dist/cjs/types/models/error.d.ts +3330 -0
- package/dist/cjs/types/models/error.d.ts.map +1 -0
- package/dist/cjs/types/models/error.js +8 -0
- package/dist/cjs/types/models/error.js.map +1 -0
- package/dist/cjs/types/models/extension.d.ts +336 -0
- package/dist/cjs/types/models/extension.d.ts.map +1 -0
- package/dist/cjs/types/models/extension.js +8 -0
- package/dist/cjs/types/models/extension.js.map +1 -0
- package/dist/cjs/types/models/index.d.ts +48 -0
- package/dist/cjs/types/models/index.d.ts.map +1 -0
- package/dist/cjs/types/models/index.js +64 -0
- package/dist/cjs/types/models/index.js.map +1 -0
- package/dist/cjs/types/models/inventory.d.ts +330 -0
- package/dist/cjs/types/models/inventory.d.ts.map +1 -0
- package/dist/cjs/types/models/inventory.js +8 -0
- package/dist/cjs/types/models/inventory.js.map +1 -0
- package/dist/cjs/types/models/me.d.ts +2636 -0
- package/dist/cjs/types/models/me.d.ts.map +1 -0
- package/dist/cjs/types/models/me.js +8 -0
- package/dist/cjs/types/models/me.js.map +1 -0
- package/dist/cjs/types/models/message.d.ts +23707 -0
- package/dist/cjs/types/models/message.d.ts.map +1 -0
- package/dist/cjs/types/models/message.js +8 -0
- package/dist/cjs/types/models/message.js.map +1 -0
- package/dist/cjs/types/models/order-edit.d.ts +2725 -0
- package/dist/cjs/types/models/order-edit.d.ts.map +1 -0
- package/dist/cjs/types/models/order-edit.js +8 -0
- package/dist/cjs/types/models/order-edit.js.map +1 -0
- package/dist/cjs/types/models/order.d.ts +3187 -0
- package/dist/cjs/types/models/order.d.ts.map +1 -0
- package/dist/cjs/types/models/order.js +8 -0
- package/dist/cjs/types/models/order.js.map +1 -0
- package/dist/cjs/types/models/payment.d.ts +680 -0
- package/dist/cjs/types/models/payment.d.ts.map +1 -0
- package/dist/cjs/types/models/payment.js +8 -0
- package/dist/cjs/types/models/payment.js.map +1 -0
- package/dist/cjs/types/models/product-discount.d.ts +465 -0
- package/dist/cjs/types/models/product-discount.d.ts.map +1 -0
- package/dist/cjs/types/models/product-discount.js +8 -0
- package/dist/cjs/types/models/product-discount.js.map +1 -0
- package/dist/cjs/types/models/product-search.d.ts +437 -0
- package/dist/cjs/types/models/product-search.d.ts.map +1 -0
- package/dist/cjs/types/models/product-search.js +8 -0
- package/dist/cjs/types/models/product-search.js.map +1 -0
- package/dist/cjs/types/models/product-selection.d.ts +579 -0
- package/dist/cjs/types/models/product-selection.d.ts.map +1 -0
- package/dist/cjs/types/models/product-selection.js +8 -0
- package/dist/cjs/types/models/product-selection.js.map +1 -0
- package/dist/cjs/types/models/product-tailoring.d.ts +1368 -0
- package/dist/cjs/types/models/product-tailoring.d.ts.map +1 -0
- package/dist/cjs/types/models/product-tailoring.js +8 -0
- package/dist/cjs/types/models/product-tailoring.js.map +1 -0
- package/dist/cjs/types/models/product-type.d.ts +775 -0
- package/dist/cjs/types/models/product-type.d.ts.map +1 -0
- package/dist/cjs/types/models/product-type.js +8 -0
- package/dist/cjs/types/models/product-type.js.map +1 -0
- package/dist/cjs/types/models/product.d.ts +2314 -0
- package/dist/cjs/types/models/product.d.ts.map +1 -0
- package/dist/cjs/types/models/product.js +8 -0
- package/dist/cjs/types/models/product.js.map +1 -0
- package/dist/cjs/types/models/project.d.ts +418 -0
- package/dist/cjs/types/models/project.d.ts.map +1 -0
- package/dist/cjs/types/models/project.js +8 -0
- package/dist/cjs/types/models/project.js.map +1 -0
- package/dist/cjs/types/models/quote-request.d.ts +452 -0
- package/dist/cjs/types/models/quote-request.d.ts.map +1 -0
- package/dist/cjs/types/models/quote-request.js +8 -0
- package/dist/cjs/types/models/quote-request.js.map +1 -0
- package/dist/cjs/types/models/quote.d.ts +473 -0
- package/dist/cjs/types/models/quote.d.ts.map +1 -0
- package/dist/cjs/types/models/quote.js +8 -0
- package/dist/cjs/types/models/quote.js.map +1 -0
- package/dist/cjs/types/models/review.d.ts +435 -0
- package/dist/cjs/types/models/review.d.ts.map +1 -0
- package/dist/cjs/types/models/review.js +8 -0
- package/dist/cjs/types/models/review.js.map +1 -0
- package/dist/cjs/types/models/scalar-types.d.ts +10 -0
- package/dist/cjs/types/models/scalar-types.d.ts.map +1 -0
- package/dist/cjs/types/models/scalar-types.js +8 -0
- package/dist/cjs/types/models/scalar-types.js.map +1 -0
- package/dist/cjs/types/models/search.d.ts +334 -0
- package/dist/cjs/types/models/search.d.ts.map +1 -0
- package/dist/cjs/types/models/search.js +8 -0
- package/dist/cjs/types/models/search.js.map +1 -0
- package/dist/cjs/types/models/shipping-method.d.ts +595 -0
- package/dist/cjs/types/models/shipping-method.d.ts.map +1 -0
- package/dist/cjs/types/models/shipping-method.js +8 -0
- package/dist/cjs/types/models/shipping-method.js.map +1 -0
- package/dist/cjs/types/models/shopping-list.d.ts +941 -0
- package/dist/cjs/types/models/shopping-list.d.ts.map +1 -0
- package/dist/cjs/types/models/shopping-list.js +8 -0
- package/dist/cjs/types/models/shopping-list.js.map +1 -0
- package/dist/cjs/types/models/staged-quote.d.ts +345 -0
- package/dist/cjs/types/models/staged-quote.d.ts.map +1 -0
- package/dist/cjs/types/models/staged-quote.js +8 -0
- package/dist/cjs/types/models/staged-quote.js.map +1 -0
- package/dist/cjs/types/models/standalone-price.d.ts +546 -0
- package/dist/cjs/types/models/standalone-price.d.ts.map +1 -0
- package/dist/cjs/types/models/standalone-price.js +8 -0
- package/dist/cjs/types/models/standalone-price.js.map +1 -0
- package/dist/cjs/types/models/state.d.ts +342 -0
- package/dist/cjs/types/models/state.d.ts.map +1 -0
- package/dist/cjs/types/models/state.js +8 -0
- package/dist/cjs/types/models/state.js.map +1 -0
- package/dist/cjs/types/models/store-country.d.ts +14 -0
- package/dist/cjs/types/models/store-country.d.ts.map +1 -0
- package/dist/cjs/types/models/store-country.js +8 -0
- package/dist/cjs/types/models/store-country.js.map +1 -0
- package/dist/cjs/types/models/store.d.ts +548 -0
- package/dist/cjs/types/models/store.d.ts.map +1 -0
- package/dist/cjs/types/models/store.js +8 -0
- package/dist/cjs/types/models/store.js.map +1 -0
- package/dist/cjs/types/models/subscription.d.ts +772 -0
- package/dist/cjs/types/models/subscription.d.ts.map +1 -0
- package/dist/cjs/types/models/subscription.js +8 -0
- package/dist/cjs/types/models/subscription.js.map +1 -0
- package/dist/cjs/types/models/tax-category.d.ts +379 -0
- package/dist/cjs/types/models/tax-category.d.ts.map +1 -0
- package/dist/cjs/types/models/tax-category.js +8 -0
- package/dist/cjs/types/models/tax-category.js.map +1 -0
- package/dist/cjs/types/models/type.d.ts +646 -0
- package/dist/cjs/types/models/type.d.ts.map +1 -0
- package/dist/cjs/types/models/type.js +8 -0
- package/dist/cjs/types/models/type.js.map +1 -0
- package/dist/cjs/types/models/warning.d.ts +24 -0
- package/dist/cjs/types/models/warning.d.ts.map +1 -0
- package/dist/cjs/types/models/warning.js +8 -0
- package/dist/cjs/types/models/warning.js.map +1 -0
- package/dist/cjs/types/models/zone.d.ts +235 -0
- package/dist/cjs/types/models/zone.d.ts.map +1 -0
- package/dist/cjs/types/models/zone.js +8 -0
- package/dist/cjs/types/models/zone.js.map +1 -0
- package/dist/cjs/types.d.ts +1 -1
- package/dist/cjs/types.d.ts.map +1 -1
- package/dist/cjs/types.js +15 -0
- package/dist/cjs/types.js.map +1 -1
- package/dist/cjs/utils/axios/convert-error.js +1 -2
- package/dist/cjs/utils/axios/convert-error.js.map +1 -1
- package/dist/cjs/utils/axios/convert-response.js +1 -2
- package/dist/cjs/utils/axios/convert-response.js.map +1 -1
- package/dist/cjs/utils/axios/create-instance.d.ts +0 -1
- package/dist/cjs/utils/axios/create-instance.d.ts.map +1 -1
- package/dist/cjs/utils/axios/create-instance.js +3 -2
- package/dist/cjs/utils/axios/create-instance.js.map +1 -1
- package/dist/cjs/utils/axios/extract-headers.js +1 -2
- package/dist/cjs/utils/axios/extract-headers.js.map +1 -1
- package/dist/cjs/utils/calculate-delay.js +1 -2
- package/dist/cjs/utils/calculate-delay.js.map +1 -1
- package/dist/cjs/utils/ensure-non-empty-string.js +1 -2
- package/dist/cjs/utils/ensure-non-empty-string.js.map +1 -1
- package/dist/cjs/utils/format.js +1 -2
- package/dist/cjs/utils/format.js.map +1 -1
- package/dist/cjs/utils/get-attribute-value.js +1 -2
- package/dist/cjs/utils/get-attribute-value.js.map +1 -1
- package/dist/cjs/utils/mask.js +4 -4
- package/dist/cjs/utils/mask.js.map +1 -1
- package/dist/cjs/utils/plain-clone.js +1 -2
- package/dist/cjs/utils/plain-clone.js.map +1 -1
- package/dist/cjs/utils/retry-on-conflict.js +1 -2
- package/dist/cjs/utils/retry-on-conflict.js.map +1 -1
- package/dist/cjs/utils/useragent.js +1 -2
- package/dist/cjs/utils/useragent.js.map +1 -1
- package/dist/mjs/api/types.d.ts +0 -1
- package/dist/mjs/api/types.d.ts.map +1 -1
- package/dist/mjs/auth/types.d.ts +0 -1
- package/dist/mjs/auth/types.d.ts.map +1 -1
- package/dist/mjs/error/CommercetoolsError.d.ts.map +1 -1
- package/dist/mjs/error/CommercetoolsError.js +2 -0
- package/dist/mjs/error/CommercetoolsError.js.map +1 -1
- package/dist/mjs/request/request-executor.d.ts +0 -1
- package/dist/mjs/request/request-executor.d.ts.map +1 -1
- package/dist/mjs/tsconfig.tsbuildinfo +1 -0
- package/dist/mjs/types/models/approval-flow.d.ts +264 -0
- package/dist/mjs/types/models/approval-flow.d.ts.map +1 -0
- package/dist/mjs/types/models/approval-flow.js +7 -0
- package/dist/mjs/types/models/approval-flow.js.map +1 -0
- package/dist/mjs/types/models/approval-rule.d.ts +415 -0
- package/dist/mjs/types/models/approval-rule.d.ts.map +1 -0
- package/dist/mjs/types/models/approval-rule.js +7 -0
- package/dist/mjs/types/models/approval-rule.js.map +1 -0
- package/dist/mjs/types/models/associate-role.d.ts +319 -0
- package/dist/mjs/types/models/associate-role.d.ts.map +1 -0
- package/dist/mjs/types/models/associate-role.js +7 -0
- package/dist/mjs/types/models/associate-role.js.map +1 -0
- package/dist/mjs/types/models/attribute-group.d.ts +254 -0
- package/dist/mjs/types/models/attribute-group.d.ts.map +1 -0
- package/dist/mjs/types/models/attribute-group.js +7 -0
- package/dist/mjs/types/models/attribute-group.js.map +1 -0
- package/dist/mjs/types/models/business-unit.d.ts +1244 -0
- package/dist/mjs/types/models/business-unit.d.ts.map +1 -0
- package/dist/mjs/types/models/business-unit.js +7 -0
- package/dist/mjs/types/models/business-unit.js.map +1 -0
- package/dist/mjs/types/models/cart-discount.d.ts +848 -0
- package/dist/mjs/types/models/cart-discount.d.ts.map +1 -0
- package/dist/mjs/types/models/cart-discount.js +7 -0
- package/dist/mjs/types/models/cart-discount.js.map +1 -0
- package/dist/mjs/types/models/cart.d.ts +3593 -0
- package/dist/mjs/types/models/cart.d.ts.map +1 -0
- package/dist/mjs/types/models/cart.js +7 -0
- package/dist/mjs/types/models/cart.js.map +1 -0
- package/dist/mjs/types/models/category.d.ts +636 -0
- package/dist/mjs/types/models/category.d.ts.map +1 -0
- package/dist/mjs/types/models/category.js +7 -0
- package/dist/mjs/types/models/category.js.map +1 -0
- package/dist/mjs/types/models/channel.d.ts +380 -0
- package/dist/mjs/types/models/channel.d.ts.map +1 -0
- package/dist/mjs/types/models/channel.js +7 -0
- package/dist/mjs/types/models/channel.js.map +1 -0
- package/dist/mjs/types/models/common.d.ts +1163 -0
- package/dist/mjs/types/models/common.d.ts.map +1 -0
- package/dist/mjs/types/models/common.js +7 -0
- package/dist/mjs/types/models/common.js.map +1 -0
- package/dist/mjs/types/models/custom-object.d.ts +152 -0
- package/dist/mjs/types/models/custom-object.d.ts.map +1 -0
- package/dist/mjs/types/models/custom-object.js +7 -0
- package/dist/mjs/types/models/custom-object.js.map +1 -0
- package/dist/mjs/types/models/customer-group.d.ts +235 -0
- package/dist/mjs/types/models/customer-group.d.ts.map +1 -0
- package/dist/mjs/types/models/customer-group.js +7 -0
- package/dist/mjs/types/models/customer-group.js.map +1 -0
- package/dist/mjs/types/models/customer-search.d.ts +114 -0
- package/dist/mjs/types/models/customer-search.d.ts.map +1 -0
- package/dist/mjs/types/models/customer-search.js +7 -0
- package/dist/mjs/types/models/customer-search.js.map +1 -0
- package/dist/mjs/types/models/customer.d.ts +1270 -0
- package/dist/mjs/types/models/customer.d.ts.map +1 -0
- package/dist/mjs/types/models/customer.js +7 -0
- package/dist/mjs/types/models/customer.js.map +1 -0
- package/dist/mjs/types/models/discount-code.d.ts +473 -0
- package/dist/mjs/types/models/discount-code.d.ts.map +1 -0
- package/dist/mjs/types/models/discount-code.js +7 -0
- package/dist/mjs/types/models/discount-code.js.map +1 -0
- package/dist/mjs/types/models/error.d.ts +3330 -0
- package/dist/mjs/types/models/error.d.ts.map +1 -0
- package/dist/mjs/types/models/error.js +7 -0
- package/dist/mjs/types/models/error.js.map +1 -0
- package/dist/mjs/types/models/extension.d.ts +336 -0
- package/dist/mjs/types/models/extension.d.ts.map +1 -0
- package/dist/mjs/types/models/extension.js +7 -0
- package/dist/mjs/types/models/extension.js.map +1 -0
- package/dist/mjs/types/models/index.d.ts +48 -0
- package/dist/mjs/types/models/index.d.ts.map +1 -0
- package/dist/mjs/types/models/index.js +48 -0
- package/dist/mjs/types/models/index.js.map +1 -0
- package/dist/mjs/types/models/inventory.d.ts +330 -0
- package/dist/mjs/types/models/inventory.d.ts.map +1 -0
- package/dist/mjs/types/models/inventory.js +7 -0
- package/dist/mjs/types/models/inventory.js.map +1 -0
- package/dist/mjs/types/models/me.d.ts +2636 -0
- package/dist/mjs/types/models/me.d.ts.map +1 -0
- package/dist/mjs/types/models/me.js +7 -0
- package/dist/mjs/types/models/me.js.map +1 -0
- package/dist/mjs/types/models/message.d.ts +23707 -0
- package/dist/mjs/types/models/message.d.ts.map +1 -0
- package/dist/mjs/types/models/message.js +7 -0
- package/dist/mjs/types/models/message.js.map +1 -0
- package/dist/mjs/types/models/order-edit.d.ts +2725 -0
- package/dist/mjs/types/models/order-edit.d.ts.map +1 -0
- package/dist/mjs/types/models/order-edit.js +7 -0
- package/dist/mjs/types/models/order-edit.js.map +1 -0
- package/dist/mjs/types/models/order.d.ts +3187 -0
- package/dist/mjs/types/models/order.d.ts.map +1 -0
- package/dist/mjs/types/models/order.js +7 -0
- package/dist/mjs/types/models/order.js.map +1 -0
- package/dist/mjs/types/models/payment.d.ts +680 -0
- package/dist/mjs/types/models/payment.d.ts.map +1 -0
- package/dist/mjs/types/models/payment.js +7 -0
- package/dist/mjs/types/models/payment.js.map +1 -0
- package/dist/mjs/types/models/product-discount.d.ts +465 -0
- package/dist/mjs/types/models/product-discount.d.ts.map +1 -0
- package/dist/mjs/types/models/product-discount.js +7 -0
- package/dist/mjs/types/models/product-discount.js.map +1 -0
- package/dist/mjs/types/models/product-search.d.ts +437 -0
- package/dist/mjs/types/models/product-search.d.ts.map +1 -0
- package/dist/mjs/types/models/product-search.js +7 -0
- package/dist/mjs/types/models/product-search.js.map +1 -0
- package/dist/mjs/types/models/product-selection.d.ts +579 -0
- package/dist/mjs/types/models/product-selection.d.ts.map +1 -0
- package/dist/mjs/types/models/product-selection.js +7 -0
- package/dist/mjs/types/models/product-selection.js.map +1 -0
- package/dist/mjs/types/models/product-tailoring.d.ts +1368 -0
- package/dist/mjs/types/models/product-tailoring.d.ts.map +1 -0
- package/dist/mjs/types/models/product-tailoring.js +7 -0
- package/dist/mjs/types/models/product-tailoring.js.map +1 -0
- package/dist/mjs/types/models/product-type.d.ts +775 -0
- package/dist/mjs/types/models/product-type.d.ts.map +1 -0
- package/dist/mjs/types/models/product-type.js +7 -0
- package/dist/mjs/types/models/product-type.js.map +1 -0
- package/dist/mjs/types/models/product.d.ts +2314 -0
- package/dist/mjs/types/models/product.d.ts.map +1 -0
- package/dist/mjs/types/models/product.js +7 -0
- package/dist/mjs/types/models/product.js.map +1 -0
- package/dist/mjs/types/models/project.d.ts +418 -0
- package/dist/mjs/types/models/project.d.ts.map +1 -0
- package/dist/mjs/types/models/project.js +7 -0
- package/dist/mjs/types/models/project.js.map +1 -0
- package/dist/mjs/types/models/quote-request.d.ts +452 -0
- package/dist/mjs/types/models/quote-request.d.ts.map +1 -0
- package/dist/mjs/types/models/quote-request.js +7 -0
- package/dist/mjs/types/models/quote-request.js.map +1 -0
- package/dist/mjs/types/models/quote.d.ts +473 -0
- package/dist/mjs/types/models/quote.d.ts.map +1 -0
- package/dist/mjs/types/models/quote.js +7 -0
- package/dist/mjs/types/models/quote.js.map +1 -0
- package/dist/mjs/types/models/review.d.ts +435 -0
- package/dist/mjs/types/models/review.d.ts.map +1 -0
- package/dist/mjs/types/models/review.js +7 -0
- package/dist/mjs/types/models/review.js.map +1 -0
- package/dist/mjs/types/models/scalar-types.d.ts +10 -0
- package/dist/mjs/types/models/scalar-types.d.ts.map +1 -0
- package/dist/mjs/types/models/scalar-types.js +7 -0
- package/dist/mjs/types/models/scalar-types.js.map +1 -0
- package/dist/mjs/types/models/search.d.ts +334 -0
- package/dist/mjs/types/models/search.d.ts.map +1 -0
- package/dist/mjs/types/models/search.js +7 -0
- package/dist/mjs/types/models/search.js.map +1 -0
- package/dist/mjs/types/models/shipping-method.d.ts +595 -0
- package/dist/mjs/types/models/shipping-method.d.ts.map +1 -0
- package/dist/mjs/types/models/shipping-method.js +7 -0
- package/dist/mjs/types/models/shipping-method.js.map +1 -0
- package/dist/mjs/types/models/shopping-list.d.ts +941 -0
- package/dist/mjs/types/models/shopping-list.d.ts.map +1 -0
- package/dist/mjs/types/models/shopping-list.js +7 -0
- package/dist/mjs/types/models/shopping-list.js.map +1 -0
- package/dist/mjs/types/models/staged-quote.d.ts +345 -0
- package/dist/mjs/types/models/staged-quote.d.ts.map +1 -0
- package/dist/mjs/types/models/staged-quote.js +7 -0
- package/dist/mjs/types/models/staged-quote.js.map +1 -0
- package/dist/mjs/types/models/standalone-price.d.ts +546 -0
- package/dist/mjs/types/models/standalone-price.d.ts.map +1 -0
- package/dist/mjs/types/models/standalone-price.js +7 -0
- package/dist/mjs/types/models/standalone-price.js.map +1 -0
- package/dist/mjs/types/models/state.d.ts +342 -0
- package/dist/mjs/types/models/state.d.ts.map +1 -0
- package/dist/mjs/types/models/state.js +7 -0
- package/dist/mjs/types/models/state.js.map +1 -0
- package/dist/mjs/types/models/store-country.d.ts +14 -0
- package/dist/mjs/types/models/store-country.d.ts.map +1 -0
- package/dist/mjs/types/models/store-country.js +7 -0
- package/dist/mjs/types/models/store-country.js.map +1 -0
- package/dist/mjs/types/models/store.d.ts +548 -0
- package/dist/mjs/types/models/store.d.ts.map +1 -0
- package/dist/mjs/types/models/store.js +7 -0
- package/dist/mjs/types/models/store.js.map +1 -0
- package/dist/mjs/types/models/subscription.d.ts +772 -0
- package/dist/mjs/types/models/subscription.d.ts.map +1 -0
- package/dist/mjs/types/models/subscription.js +7 -0
- package/dist/mjs/types/models/subscription.js.map +1 -0
- package/dist/mjs/types/models/tax-category.d.ts +379 -0
- package/dist/mjs/types/models/tax-category.d.ts.map +1 -0
- package/dist/mjs/types/models/tax-category.js +7 -0
- package/dist/mjs/types/models/tax-category.js.map +1 -0
- package/dist/mjs/types/models/type.d.ts +646 -0
- package/dist/mjs/types/models/type.d.ts.map +1 -0
- package/dist/mjs/types/models/type.js +7 -0
- package/dist/mjs/types/models/type.js.map +1 -0
- package/dist/mjs/types/models/warning.d.ts +24 -0
- package/dist/mjs/types/models/warning.d.ts.map +1 -0
- package/dist/mjs/types/models/warning.js +7 -0
- package/dist/mjs/types/models/warning.js.map +1 -0
- package/dist/mjs/types/models/zone.d.ts +235 -0
- package/dist/mjs/types/models/zone.d.ts.map +1 -0
- package/dist/mjs/types/models/zone.js +7 -0
- package/dist/mjs/types/models/zone.js.map +1 -0
- package/dist/mjs/types.d.ts +1 -1
- package/dist/mjs/types.d.ts.map +1 -1
- package/dist/mjs/types.js +1 -0
- package/dist/mjs/types.js.map +1 -1
- package/dist/mjs/utils/axios/create-instance.d.ts +0 -1
- package/dist/mjs/utils/axios/create-instance.d.ts.map +1 -1
- package/dist/mjs/utils/axios/create-instance.js +2 -0
- package/dist/mjs/utils/axios/create-instance.js.map +1 -1
- package/package.json +27 -26
|
@@ -0,0 +1,1368 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
+
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
+
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
+
*/
|
|
6
|
+
import { Asset, AssetDraft, AssetSource, BaseResource, CreatedBy, Image, LastModifiedBy, LocalizedString } from './common.js';
|
|
7
|
+
import { ProductReference, ProductResourceIdentifier } from './product.js';
|
|
8
|
+
import { StoreKeyReference, StoreResourceIdentifier } from './store.js';
|
|
9
|
+
import { FieldContainer, TypeResourceIdentifier } from './type.js';
|
|
10
|
+
import { WarningObject } from './warning.js';
|
|
11
|
+
/**
|
|
12
|
+
* A single ProductTailoring representation contains the _current_ and the _staged_ representation of its product data tailored per Store.
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
export interface ProductTailoring extends BaseResource {
|
|
16
|
+
/**
|
|
17
|
+
* Unique identifier of the ProductTailoring.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
readonly id: string;
|
|
21
|
+
/**
|
|
22
|
+
* Current version of the ProductTailoring.
|
|
23
|
+
*
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
readonly version: number;
|
|
27
|
+
/**
|
|
28
|
+
* Date and time (UTC) the ProductTailoring was initially created.
|
|
29
|
+
*
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
readonly createdAt: string;
|
|
33
|
+
/**
|
|
34
|
+
* Date and time (UTC) the ProductTailoring was last updated.
|
|
35
|
+
*
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
readonly lastModifiedAt: string;
|
|
39
|
+
/**
|
|
40
|
+
* IDs and references that last modified the ProductTailoring.
|
|
41
|
+
*
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
readonly lastModifiedBy?: LastModifiedBy;
|
|
45
|
+
/**
|
|
46
|
+
* IDs and references that created the ProductTailoring.
|
|
47
|
+
*
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
readonly createdBy?: CreatedBy;
|
|
51
|
+
/**
|
|
52
|
+
* User-defined unique identifier of the ProductTailoring.
|
|
53
|
+
*
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
readonly key?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The Store to which the ProductTailoring belongs.
|
|
59
|
+
*
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
readonly store: StoreKeyReference;
|
|
63
|
+
/**
|
|
64
|
+
* Reference to the Product the ProductTailoring belongs to.
|
|
65
|
+
*
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
readonly product: ProductReference;
|
|
69
|
+
/**
|
|
70
|
+
* `true` if the ProductTailoring is published.
|
|
71
|
+
*
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
readonly published: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Current (published) data of the ProductTailoring.
|
|
77
|
+
*
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
readonly current: ProductTailoringData;
|
|
81
|
+
/**
|
|
82
|
+
* Staged (unpublished) data of the ProductTailoring.
|
|
83
|
+
*
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
readonly staged: ProductTailoringData;
|
|
87
|
+
/**
|
|
88
|
+
* `true` if the `staged` data is different from the `current` data.
|
|
89
|
+
*
|
|
90
|
+
*
|
|
91
|
+
*/
|
|
92
|
+
readonly hasStagedChanges: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* Warnings about processing of a request.
|
|
95
|
+
* Appears in response to requests with response status code `202 Accepted`.
|
|
96
|
+
*
|
|
97
|
+
*
|
|
98
|
+
*/
|
|
99
|
+
readonly warnings?: WarningObject[];
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* The same rules for `name` and `value` apply as for [Attribute](ctp:api:type:Attribute) in Product Variants.
|
|
103
|
+
*
|
|
104
|
+
*/
|
|
105
|
+
export interface ProductTailoringAttribute {
|
|
106
|
+
/**
|
|
107
|
+
* Name of the Attribute.
|
|
108
|
+
*
|
|
109
|
+
*
|
|
110
|
+
*/
|
|
111
|
+
readonly name: string;
|
|
112
|
+
/**
|
|
113
|
+
* The [AttributeType](ctp:api:type:AttributeType) determines the format of the Attribute `value` to be provided:
|
|
114
|
+
*
|
|
115
|
+
* - For [Enum Type](ctp:api:type:AttributeEnumType) and [Localized Enum Type](ctp:api:type:AttributeLocalizedEnumType),
|
|
116
|
+
* use the `key` of the [Plain Enum Value](ctp:api:type:AttributePlainEnumValue) or [Localized Enum Value](ctp:api:type:AttributeLocalizedEnumValue) objects,
|
|
117
|
+
* or the complete objects as `value`.
|
|
118
|
+
* - For [Localizable Text Type](ctp:api:type:AttributeLocalizableTextType), use the [LocalizedString](ctp:api:type:LocalizedString) object as `value`.
|
|
119
|
+
* - For [Money Type](ctp:api:type:AttributeMoneyType) Attributes, use the [Money](ctp:api:type:Money) object as `value`.
|
|
120
|
+
* - For [Set Type](ctp:api:type:AttributeSetType) Attributes, use the entire `set` object as `value`.
|
|
121
|
+
* - For [Reference Type](ctp:api:type:AttributeReferenceType) Attributes, use the [Reference](ctp:api:type:Reference) object as `value`.
|
|
122
|
+
*
|
|
123
|
+
* Tailoring of [Nested Type](ctp:api:type:AttributeNestedType) Attributes is not supported.
|
|
124
|
+
*
|
|
125
|
+
*
|
|
126
|
+
*/
|
|
127
|
+
readonly value: any;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Contains all the tailored data of a Product.
|
|
131
|
+
*
|
|
132
|
+
*/
|
|
133
|
+
export interface ProductTailoringData {
|
|
134
|
+
/**
|
|
135
|
+
* Tailored name of the Product.
|
|
136
|
+
*
|
|
137
|
+
*
|
|
138
|
+
*/
|
|
139
|
+
readonly name?: LocalizedString;
|
|
140
|
+
/**
|
|
141
|
+
* Tailored description of the Product.
|
|
142
|
+
*
|
|
143
|
+
*
|
|
144
|
+
*/
|
|
145
|
+
readonly description?: LocalizedString;
|
|
146
|
+
/**
|
|
147
|
+
* Tailored title of the Product that is used by search engines.
|
|
148
|
+
*
|
|
149
|
+
*
|
|
150
|
+
*/
|
|
151
|
+
readonly metaTitle?: LocalizedString;
|
|
152
|
+
/**
|
|
153
|
+
* Tailored description of the Product that is used by search engines.
|
|
154
|
+
*
|
|
155
|
+
*
|
|
156
|
+
*/
|
|
157
|
+
readonly metaDescription?: LocalizedString;
|
|
158
|
+
/**
|
|
159
|
+
* Tailored keywords related to the Product that are used by search engines.
|
|
160
|
+
*
|
|
161
|
+
*
|
|
162
|
+
*/
|
|
163
|
+
readonly metaKeywords?: LocalizedString;
|
|
164
|
+
/**
|
|
165
|
+
* User-defined identifier used in a deep-link URL for the ProductTailoring.
|
|
166
|
+
* Matches the pattern `[a-zA-Z0-9_\\-]{2,256}`.
|
|
167
|
+
*
|
|
168
|
+
*
|
|
169
|
+
*/
|
|
170
|
+
readonly slug?: LocalizedString;
|
|
171
|
+
/**
|
|
172
|
+
* Tailored Variants of the Product.
|
|
173
|
+
*
|
|
174
|
+
*
|
|
175
|
+
*/
|
|
176
|
+
readonly variants?: ProductVariantTailoring[];
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* Contains all the tailored data of a Product.
|
|
180
|
+
*
|
|
181
|
+
*/
|
|
182
|
+
export interface ProductTailoringDraft {
|
|
183
|
+
/**
|
|
184
|
+
* User-defined unique identifier of the ProductTailoring.
|
|
185
|
+
*
|
|
186
|
+
*
|
|
187
|
+
*/
|
|
188
|
+
readonly key?: string;
|
|
189
|
+
/**
|
|
190
|
+
* The Store to which the ProductTailoring belongs.
|
|
191
|
+
*
|
|
192
|
+
*
|
|
193
|
+
*/
|
|
194
|
+
readonly store: StoreResourceIdentifier;
|
|
195
|
+
/**
|
|
196
|
+
* ResourceIdentifier of the Product the ProductTailoring belongs to.
|
|
197
|
+
*
|
|
198
|
+
*
|
|
199
|
+
*/
|
|
200
|
+
readonly product: ProductResourceIdentifier;
|
|
201
|
+
/**
|
|
202
|
+
* Tailored name of the Product.
|
|
203
|
+
*
|
|
204
|
+
*
|
|
205
|
+
*/
|
|
206
|
+
readonly name?: LocalizedString;
|
|
207
|
+
/**
|
|
208
|
+
* Tailored description of the Product.
|
|
209
|
+
*
|
|
210
|
+
*
|
|
211
|
+
*/
|
|
212
|
+
readonly description?: LocalizedString;
|
|
213
|
+
/**
|
|
214
|
+
* Tailored title of the Product that is used by search engines.
|
|
215
|
+
*
|
|
216
|
+
*
|
|
217
|
+
*/
|
|
218
|
+
readonly metaTitle?: LocalizedString;
|
|
219
|
+
/**
|
|
220
|
+
* Tailored description of the Product that is used by search engines.
|
|
221
|
+
*
|
|
222
|
+
*
|
|
223
|
+
*/
|
|
224
|
+
readonly metaDescription?: LocalizedString;
|
|
225
|
+
/**
|
|
226
|
+
* Tailored keywords related to the Product that are used by search engines.
|
|
227
|
+
*
|
|
228
|
+
*
|
|
229
|
+
*/
|
|
230
|
+
readonly metaKeywords?: LocalizedString;
|
|
231
|
+
/**
|
|
232
|
+
* User-defined identifier used in a deep-link URL for the ProductTailoring.
|
|
233
|
+
* Matches the pattern `[a-zA-Z0-9_\\-]{2,256}`.
|
|
234
|
+
*
|
|
235
|
+
*
|
|
236
|
+
*/
|
|
237
|
+
readonly slug?: LocalizedString;
|
|
238
|
+
/**
|
|
239
|
+
* If `true`, the ProductTailoring is published immediately.
|
|
240
|
+
*
|
|
241
|
+
*
|
|
242
|
+
*/
|
|
243
|
+
readonly publish?: boolean;
|
|
244
|
+
/**
|
|
245
|
+
* Tailored Variants of the Product.
|
|
246
|
+
*
|
|
247
|
+
*
|
|
248
|
+
*/
|
|
249
|
+
readonly variants?: ProductVariantTailoringDraft[];
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Contains all the tailored data of a Product for a specific Store.
|
|
253
|
+
*
|
|
254
|
+
*/
|
|
255
|
+
export interface ProductTailoringInStoreDraft {
|
|
256
|
+
/**
|
|
257
|
+
* User-defined unique identifier of the ProductTailoring.
|
|
258
|
+
*
|
|
259
|
+
*
|
|
260
|
+
*/
|
|
261
|
+
readonly key?: string;
|
|
262
|
+
/**
|
|
263
|
+
* ResourceIdentifier of the Product the ProductTailoring belongs to.
|
|
264
|
+
*
|
|
265
|
+
*
|
|
266
|
+
*/
|
|
267
|
+
readonly product: ProductResourceIdentifier;
|
|
268
|
+
/**
|
|
269
|
+
* Tailored name of the Product.
|
|
270
|
+
*
|
|
271
|
+
*
|
|
272
|
+
*/
|
|
273
|
+
readonly name?: LocalizedString;
|
|
274
|
+
/**
|
|
275
|
+
* Tailored description of the Product.
|
|
276
|
+
*
|
|
277
|
+
*
|
|
278
|
+
*/
|
|
279
|
+
readonly description?: LocalizedString;
|
|
280
|
+
/**
|
|
281
|
+
* Tailored title of the Product that is used by search engines.
|
|
282
|
+
*
|
|
283
|
+
*
|
|
284
|
+
*/
|
|
285
|
+
readonly metaTitle?: LocalizedString;
|
|
286
|
+
/**
|
|
287
|
+
* Tailored description of the Product that is used in search engine.
|
|
288
|
+
*
|
|
289
|
+
*
|
|
290
|
+
*/
|
|
291
|
+
readonly metaDescription?: LocalizedString;
|
|
292
|
+
/**
|
|
293
|
+
* Tailored keywords related to the Product that are used by search engines.
|
|
294
|
+
*
|
|
295
|
+
*
|
|
296
|
+
*/
|
|
297
|
+
readonly metaKeywords?: LocalizedString;
|
|
298
|
+
/**
|
|
299
|
+
* User-defined identifier used in a deep-link URL for the ProductTailoring.
|
|
300
|
+
* Matches the pattern `[a-zA-Z0-9_\\-]{2,256}`.
|
|
301
|
+
*
|
|
302
|
+
*
|
|
303
|
+
*/
|
|
304
|
+
readonly slug?: LocalizedString;
|
|
305
|
+
/**
|
|
306
|
+
* If `true`, the ProductTailoring is published immediately.
|
|
307
|
+
*
|
|
308
|
+
*
|
|
309
|
+
*/
|
|
310
|
+
readonly publish?: boolean;
|
|
311
|
+
/**
|
|
312
|
+
* Tailored Variants of the Product.
|
|
313
|
+
*
|
|
314
|
+
*
|
|
315
|
+
*/
|
|
316
|
+
readonly variants?: ProductVariantTailoringDraft[];
|
|
317
|
+
}
|
|
318
|
+
/**
|
|
319
|
+
* [PagedQueryResult](/../api/general-concepts#pagedqueryresult) with results containing an array of [ProductTailoring](ctp:api:type:ProductTailoring).
|
|
320
|
+
*
|
|
321
|
+
*/
|
|
322
|
+
export interface ProductTailoringPagedQueryResponse {
|
|
323
|
+
/**
|
|
324
|
+
* Number of [results requested](/../api/general-concepts#limit).
|
|
325
|
+
*
|
|
326
|
+
*
|
|
327
|
+
*/
|
|
328
|
+
readonly limit: number;
|
|
329
|
+
/**
|
|
330
|
+
* Number of [elements skipped](/../api/general-concepts#offset).
|
|
331
|
+
*
|
|
332
|
+
*
|
|
333
|
+
*/
|
|
334
|
+
readonly offset: number;
|
|
335
|
+
/**
|
|
336
|
+
* Actual number of results returned.
|
|
337
|
+
*
|
|
338
|
+
*
|
|
339
|
+
*/
|
|
340
|
+
readonly count: number;
|
|
341
|
+
/**
|
|
342
|
+
* Total number of results matching the query.
|
|
343
|
+
* This number is an estimation that is not [strongly consistent](/../api/general-concepts#strong-consistency).
|
|
344
|
+
* This field is returned by default.
|
|
345
|
+
* For improved performance, calculating this field can be deactivated by using the query parameter `withTotal=false`.
|
|
346
|
+
* When the results are filtered with a [Query Predicate](/../api/predicates/query), `total` is subject to a [limit](/../api/limits#queries).
|
|
347
|
+
*
|
|
348
|
+
*
|
|
349
|
+
*/
|
|
350
|
+
readonly total?: number;
|
|
351
|
+
/**
|
|
352
|
+
* [ProductTailoring](ctp:api:type:ProductTailoring) list matching the query.
|
|
353
|
+
*
|
|
354
|
+
*
|
|
355
|
+
*/
|
|
356
|
+
readonly results: ProductTailoring[];
|
|
357
|
+
}
|
|
358
|
+
/**
|
|
359
|
+
* [Reference](ctp:api:type:Reference) to a [ProductTailoring](ctp:api:type:ProductTailoring).
|
|
360
|
+
*
|
|
361
|
+
*/
|
|
362
|
+
export interface ProductTailoringReference {
|
|
363
|
+
readonly typeId: 'product-tailoring';
|
|
364
|
+
/**
|
|
365
|
+
* Unique identifier of the referenced [ProductTailoring](ctp:api:type:ProductTailoring).
|
|
366
|
+
*
|
|
367
|
+
*
|
|
368
|
+
*/
|
|
369
|
+
readonly id: string;
|
|
370
|
+
/**
|
|
371
|
+
* Contains the representation of the expanded ProductTailoring. Only present in responses to requests with [Reference Expansion](/../api/general-concepts#reference-expansion) for ProductTailoring.
|
|
372
|
+
*
|
|
373
|
+
*
|
|
374
|
+
*/
|
|
375
|
+
readonly obj?: ProductTailoring;
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* [ResourceIdentifier](ctp:api:type:ResourceIdentifier) to a [ProductTailoring](ctp:api:type:ProductTailoring).
|
|
379
|
+
*
|
|
380
|
+
*/
|
|
381
|
+
export interface ProductTailoringResourceIdentifier {
|
|
382
|
+
readonly typeId: 'product-tailoring';
|
|
383
|
+
/**
|
|
384
|
+
* Unique identifier of the referenced [ProductTailoring](ctp:api:type:ProductTailoring). Either `id` or `key` is required.
|
|
385
|
+
*
|
|
386
|
+
*
|
|
387
|
+
*/
|
|
388
|
+
readonly id?: string;
|
|
389
|
+
/**
|
|
390
|
+
* User-defined unique identifier of the referenced [ProductTailoring](ctp:api:type:ProductTailoring). Either `id` or `key` is required.
|
|
391
|
+
*
|
|
392
|
+
*
|
|
393
|
+
*/
|
|
394
|
+
readonly key?: string;
|
|
395
|
+
}
|
|
396
|
+
export type ProductTailoringUpdateAction = ProductTailoringAddAssetAction | ProductTailoringAddExternalImageAction | ProductTailoringAddVariantAction | ProductTailoringChangeAssetNameAction | ProductTailoringChangeAssetOrderAction | ProductTailoringMoveImageToPositionAction | ProductTailoringPublishAction | ProductTailoringRemoveAssetAction | ProductTailoringRemoveImageAction | ProductTailoringRemoveVariantAction | ProductTailoringSetAssetCustomFieldAction | ProductTailoringSetAssetCustomTypeAction | ProductTailoringSetAssetDescriptionAction | ProductTailoringSetAssetKeyAction | ProductTailoringSetAssetSourcesAction | ProductTailoringSetAssetTagsAction | ProductTailoringSetAttributeAction | ProductTailoringSetAttributeInAllVariantsAction | ProductTailoringSetDescriptionAction | ProductTailoringSetExternalImagesAction | ProductTailoringSetImageLabelAction | ProductTailoringSetMetaAttributesAction | ProductTailoringSetMetaDescriptionAction | ProductTailoringSetMetaKeywordsAction | ProductTailoringSetMetaTitleAction | ProductTailoringSetNameAction | ProductTailoringSetSlugAction | ProductTailoringUnpublishAction;
|
|
397
|
+
/**
|
|
398
|
+
* The tailoring of a [ProductVariant](ctp:api:type:ProductVariant).
|
|
399
|
+
*
|
|
400
|
+
*/
|
|
401
|
+
export interface ProductVariantTailoring {
|
|
402
|
+
/**
|
|
403
|
+
* The `id` of the tailored [ProductVariant](ctp:api:type:ProductVariant).
|
|
404
|
+
*
|
|
405
|
+
*
|
|
406
|
+
*/
|
|
407
|
+
readonly id: number;
|
|
408
|
+
/**
|
|
409
|
+
* Images of the tailored Product Variant.
|
|
410
|
+
* If present, these images will override the images of the corresponding [ProductVariant](ctp:api:type:ProductVariant) in total.
|
|
411
|
+
*
|
|
412
|
+
*
|
|
413
|
+
*/
|
|
414
|
+
readonly images?: Image[];
|
|
415
|
+
/**
|
|
416
|
+
* Media assets of the tailored Product Variant.
|
|
417
|
+
* If present, these assets will override the assets of the corresponding [ProductVariant](ctp:api:type:ProductVariant) in total.
|
|
418
|
+
*
|
|
419
|
+
*
|
|
420
|
+
*/
|
|
421
|
+
readonly assets?: Asset[];
|
|
422
|
+
/**
|
|
423
|
+
* Attributes of the tailored Product Variant.
|
|
424
|
+
* If present, these Attributes are selectively merged into the `attributes` of the corresponding [ProductVariant](ctp:api:type:ProductVariant):
|
|
425
|
+
*
|
|
426
|
+
* - If the ProductVariant contains an Attribute with the same `name`, its `value` is overwritten,
|
|
427
|
+
* - otherwise the Attribute and its value are added to the ProductVariant.
|
|
428
|
+
*
|
|
429
|
+
*
|
|
430
|
+
*/
|
|
431
|
+
readonly attributes?: ProductTailoringAttribute[];
|
|
432
|
+
}
|
|
433
|
+
/**
|
|
434
|
+
* Either `id` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
435
|
+
*
|
|
436
|
+
*/
|
|
437
|
+
export interface ProductVariantTailoringDraft {
|
|
438
|
+
/**
|
|
439
|
+
* The `id` of the [ProductVariant](ctp:api:type:ProductVariant) to be tailored.
|
|
440
|
+
*
|
|
441
|
+
*
|
|
442
|
+
*/
|
|
443
|
+
readonly id?: number;
|
|
444
|
+
/**
|
|
445
|
+
* The `sku` of the [ProductVariant](ctp:api:type:ProductVariant) to be tailored.
|
|
446
|
+
*
|
|
447
|
+
*
|
|
448
|
+
*/
|
|
449
|
+
readonly sku?: string;
|
|
450
|
+
/**
|
|
451
|
+
* Images of the tailored Product Variant.
|
|
452
|
+
*
|
|
453
|
+
*
|
|
454
|
+
*/
|
|
455
|
+
readonly images?: Image[];
|
|
456
|
+
/**
|
|
457
|
+
* Media assets of the tailored Product Variant.
|
|
458
|
+
*
|
|
459
|
+
*
|
|
460
|
+
*/
|
|
461
|
+
readonly assets?: Asset[];
|
|
462
|
+
/**
|
|
463
|
+
* Attributes of the tailored Product Variant according to the respective [AttributeDefinition](ctp:api:type:AttributeDefinition).
|
|
464
|
+
* If provided, these Attributes are selectively merged into the `attributes` of the corresponding [ProductVariant](ctp:api:type:ProductVariant):
|
|
465
|
+
*
|
|
466
|
+
* - If the ProductVariant contains an Attribute with the same `name`, its `value` is overwritten,
|
|
467
|
+
* - otherwise the Attribute and its value are added to the ProductVariant.
|
|
468
|
+
*
|
|
469
|
+
*
|
|
470
|
+
*/
|
|
471
|
+
readonly attributes?: ProductTailoringAttribute[];
|
|
472
|
+
}
|
|
473
|
+
/**
|
|
474
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
475
|
+
*
|
|
476
|
+
*/
|
|
477
|
+
export interface ProductTailoringAddAssetAction {
|
|
478
|
+
readonly action: 'addAsset';
|
|
479
|
+
/**
|
|
480
|
+
* The `id` of the tailored ProductVariant to update.
|
|
481
|
+
*
|
|
482
|
+
*
|
|
483
|
+
*/
|
|
484
|
+
readonly variantId?: number;
|
|
485
|
+
/**
|
|
486
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
487
|
+
*
|
|
488
|
+
*
|
|
489
|
+
*/
|
|
490
|
+
readonly sku?: string;
|
|
491
|
+
/**
|
|
492
|
+
* If `true`, only the staged `assets` are updated. If `false`, both the current and staged `assets` are updated.
|
|
493
|
+
*
|
|
494
|
+
*
|
|
495
|
+
*/
|
|
496
|
+
readonly staged?: boolean;
|
|
497
|
+
/**
|
|
498
|
+
* Value to append.
|
|
499
|
+
*
|
|
500
|
+
*
|
|
501
|
+
*/
|
|
502
|
+
readonly asset: AssetDraft;
|
|
503
|
+
/**
|
|
504
|
+
* Position in `assets` where the Asset should be put. When specified, the value must be between `0` and the total number of Assets minus `1`.
|
|
505
|
+
*
|
|
506
|
+
*
|
|
507
|
+
*/
|
|
508
|
+
readonly position?: number;
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists. Produces the [ProductTailoringImageAdded](/projects/messages/product-catalog-messages#product-tailoring-image-added) Message.
|
|
512
|
+
*
|
|
513
|
+
*/
|
|
514
|
+
export interface ProductTailoringAddExternalImageAction {
|
|
515
|
+
readonly action: 'addExternalImage';
|
|
516
|
+
/**
|
|
517
|
+
* The `id` of the tailored ProductVariant to update.
|
|
518
|
+
*
|
|
519
|
+
*
|
|
520
|
+
*/
|
|
521
|
+
readonly variantId?: number;
|
|
522
|
+
/**
|
|
523
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
524
|
+
*
|
|
525
|
+
*
|
|
526
|
+
*/
|
|
527
|
+
readonly sku?: string;
|
|
528
|
+
/**
|
|
529
|
+
* Value to add to `images`.
|
|
530
|
+
*
|
|
531
|
+
*
|
|
532
|
+
*/
|
|
533
|
+
readonly image: Image;
|
|
534
|
+
/**
|
|
535
|
+
* If `true`, only the staged `images` is updated. If `false`, both the current and staged `images` is updated.
|
|
536
|
+
*
|
|
537
|
+
*
|
|
538
|
+
*/
|
|
539
|
+
readonly staged?: boolean;
|
|
540
|
+
}
|
|
541
|
+
/**
|
|
542
|
+
* Either `id` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
543
|
+
* Produces the [ProductVariantTailoringAdded](ctp:api:type:ProductVariantTailoringAddedMessage) Message.
|
|
544
|
+
*
|
|
545
|
+
*/
|
|
546
|
+
export interface ProductTailoringAddVariantAction {
|
|
547
|
+
readonly action: 'addVariant';
|
|
548
|
+
/**
|
|
549
|
+
* The `id` of the tailored ProductVariant to update.
|
|
550
|
+
*
|
|
551
|
+
*
|
|
552
|
+
*/
|
|
553
|
+
readonly id?: number;
|
|
554
|
+
/**
|
|
555
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
556
|
+
*
|
|
557
|
+
*
|
|
558
|
+
*/
|
|
559
|
+
readonly sku?: string;
|
|
560
|
+
/**
|
|
561
|
+
* Images for the Product Variant Tailoring.
|
|
562
|
+
*
|
|
563
|
+
*
|
|
564
|
+
*/
|
|
565
|
+
readonly images?: Image[];
|
|
566
|
+
/**
|
|
567
|
+
* Media assets for the Product Variant Tailoring.
|
|
568
|
+
*
|
|
569
|
+
*
|
|
570
|
+
*/
|
|
571
|
+
readonly assets?: AssetDraft[];
|
|
572
|
+
/**
|
|
573
|
+
* Attributes for the Product Variant Tailoring.
|
|
574
|
+
*
|
|
575
|
+
*
|
|
576
|
+
*/
|
|
577
|
+
readonly attributes?: ProductTailoringAttribute[];
|
|
578
|
+
/**
|
|
579
|
+
* If `true` the new Product Variant Tailoring is only staged. If `false` the new Product Variant Tailoring is both current and staged.
|
|
580
|
+
*
|
|
581
|
+
*
|
|
582
|
+
*/
|
|
583
|
+
readonly staged?: boolean;
|
|
584
|
+
}
|
|
585
|
+
/**
|
|
586
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
587
|
+
* The Asset to update must be specified using either `assetId` or `assetKey`.
|
|
588
|
+
*
|
|
589
|
+
*/
|
|
590
|
+
export interface ProductTailoringChangeAssetNameAction {
|
|
591
|
+
readonly action: 'changeAssetName';
|
|
592
|
+
/**
|
|
593
|
+
* The `id` of the tailored ProductVariant to update.
|
|
594
|
+
*
|
|
595
|
+
*
|
|
596
|
+
*/
|
|
597
|
+
readonly variantId?: number;
|
|
598
|
+
/**
|
|
599
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
600
|
+
*
|
|
601
|
+
*
|
|
602
|
+
*/
|
|
603
|
+
readonly sku?: string;
|
|
604
|
+
/**
|
|
605
|
+
* If `true`, only the staged Asset is updated. If `false`, both the current and staged Asset is updated.
|
|
606
|
+
*
|
|
607
|
+
*
|
|
608
|
+
*/
|
|
609
|
+
readonly staged?: boolean;
|
|
610
|
+
/**
|
|
611
|
+
* The `id` of the Asset to update.
|
|
612
|
+
*
|
|
613
|
+
*
|
|
614
|
+
*/
|
|
615
|
+
readonly assetId?: string;
|
|
616
|
+
/**
|
|
617
|
+
* The `key` of the Asset to update.
|
|
618
|
+
*
|
|
619
|
+
*
|
|
620
|
+
*/
|
|
621
|
+
readonly assetKey?: string;
|
|
622
|
+
/**
|
|
623
|
+
* New value to set. Must not be empty.
|
|
624
|
+
*
|
|
625
|
+
*
|
|
626
|
+
*/
|
|
627
|
+
readonly name: LocalizedString;
|
|
628
|
+
}
|
|
629
|
+
/**
|
|
630
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
631
|
+
*
|
|
632
|
+
*/
|
|
633
|
+
export interface ProductTailoringChangeAssetOrderAction {
|
|
634
|
+
readonly action: 'changeAssetOrder';
|
|
635
|
+
/**
|
|
636
|
+
* The `id` of the tailored ProductVariant to update.
|
|
637
|
+
*
|
|
638
|
+
*
|
|
639
|
+
*/
|
|
640
|
+
readonly variantId?: number;
|
|
641
|
+
/**
|
|
642
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
643
|
+
*
|
|
644
|
+
*
|
|
645
|
+
*/
|
|
646
|
+
readonly sku?: string;
|
|
647
|
+
/**
|
|
648
|
+
* If `true`, only the staged `assets` is updated. If `false`, both the current and staged `assets` are updated.
|
|
649
|
+
*
|
|
650
|
+
*
|
|
651
|
+
*/
|
|
652
|
+
readonly staged?: boolean;
|
|
653
|
+
/**
|
|
654
|
+
* All existing Asset `id`s of the ProductVariantTailoring in the desired new order.
|
|
655
|
+
*
|
|
656
|
+
*
|
|
657
|
+
*/
|
|
658
|
+
readonly assetOrder: string[];
|
|
659
|
+
}
|
|
660
|
+
/**
|
|
661
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
662
|
+
*
|
|
663
|
+
*/
|
|
664
|
+
export interface ProductTailoringMoveImageToPositionAction {
|
|
665
|
+
readonly action: 'moveImageToPosition';
|
|
666
|
+
/**
|
|
667
|
+
* The `id` of the tailored ProductVariant to update.
|
|
668
|
+
*
|
|
669
|
+
*
|
|
670
|
+
*/
|
|
671
|
+
readonly variantId?: number;
|
|
672
|
+
/**
|
|
673
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
674
|
+
*
|
|
675
|
+
*
|
|
676
|
+
*/
|
|
677
|
+
readonly sku?: string;
|
|
678
|
+
/**
|
|
679
|
+
* The URL of the image to update.
|
|
680
|
+
*
|
|
681
|
+
*
|
|
682
|
+
*/
|
|
683
|
+
readonly imageUrl: string;
|
|
684
|
+
/**
|
|
685
|
+
* Position in `images` where the image should be moved. Must be between `0` and the total number of images minus `1`.
|
|
686
|
+
*
|
|
687
|
+
*
|
|
688
|
+
*/
|
|
689
|
+
readonly position: number;
|
|
690
|
+
/**
|
|
691
|
+
* If `true`, only the staged `images` is updated. If `false`, both the current and staged `images` is updated.
|
|
692
|
+
*
|
|
693
|
+
*
|
|
694
|
+
*/
|
|
695
|
+
readonly staged?: boolean;
|
|
696
|
+
}
|
|
697
|
+
/**
|
|
698
|
+
* Publishes the `staged` data of the ProductTailoring to `current`. Sets `hasStagedChanges` to `false`.
|
|
699
|
+
* Generates the [ProductTailoringPublished](ctp:api:type:ProductTailoringPublishedMessage) Message.
|
|
700
|
+
*
|
|
701
|
+
*/
|
|
702
|
+
export interface ProductTailoringPublishAction {
|
|
703
|
+
readonly action: 'publish';
|
|
704
|
+
}
|
|
705
|
+
/**
|
|
706
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
707
|
+
* The Asset to remove must be specified using either `assetId` or `assetKey`.
|
|
708
|
+
*
|
|
709
|
+
*/
|
|
710
|
+
export interface ProductTailoringRemoveAssetAction {
|
|
711
|
+
readonly action: 'removeAsset';
|
|
712
|
+
/**
|
|
713
|
+
* The `id` of the tailored ProductVariant to update.
|
|
714
|
+
*
|
|
715
|
+
*
|
|
716
|
+
*/
|
|
717
|
+
readonly variantId?: number;
|
|
718
|
+
/**
|
|
719
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
720
|
+
*
|
|
721
|
+
*
|
|
722
|
+
*/
|
|
723
|
+
readonly sku?: string;
|
|
724
|
+
/**
|
|
725
|
+
* If `true`, only the staged Asset is removed. If `false`, both the current and staged Asset is removed.
|
|
726
|
+
*
|
|
727
|
+
*
|
|
728
|
+
*/
|
|
729
|
+
readonly staged?: boolean;
|
|
730
|
+
/**
|
|
731
|
+
* The `id` of the Asset to remove.
|
|
732
|
+
*
|
|
733
|
+
*
|
|
734
|
+
*/
|
|
735
|
+
readonly assetId?: string;
|
|
736
|
+
/**
|
|
737
|
+
* The `key` of the Asset to remove.
|
|
738
|
+
*
|
|
739
|
+
*
|
|
740
|
+
*/
|
|
741
|
+
readonly assetKey?: string;
|
|
742
|
+
}
|
|
743
|
+
/**
|
|
744
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
745
|
+
*
|
|
746
|
+
*/
|
|
747
|
+
export interface ProductTailoringRemoveImageAction {
|
|
748
|
+
readonly action: 'removeImage';
|
|
749
|
+
/**
|
|
750
|
+
* The `id` of the tailored ProductVariant to update.
|
|
751
|
+
*
|
|
752
|
+
*
|
|
753
|
+
*/
|
|
754
|
+
readonly variantId?: number;
|
|
755
|
+
/**
|
|
756
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
757
|
+
*
|
|
758
|
+
*
|
|
759
|
+
*/
|
|
760
|
+
readonly sku?: string;
|
|
761
|
+
/**
|
|
762
|
+
* The URL of the image to remove.
|
|
763
|
+
*
|
|
764
|
+
*
|
|
765
|
+
*/
|
|
766
|
+
readonly imageUrl: string;
|
|
767
|
+
/**
|
|
768
|
+
* If `true`, only the staged image is removed. If `false`, both the current and staged image is removed.
|
|
769
|
+
*
|
|
770
|
+
*
|
|
771
|
+
*/
|
|
772
|
+
readonly staged?: boolean;
|
|
773
|
+
}
|
|
774
|
+
/**
|
|
775
|
+
* Either `id` or `sku` is required.
|
|
776
|
+
* Produces the [ProductVariantTailoringDeleted](ctp:api:type:ProductVariantTailoringRemovedMessage) Message.
|
|
777
|
+
*
|
|
778
|
+
*/
|
|
779
|
+
export interface ProductTailoringRemoveVariantAction {
|
|
780
|
+
readonly action: 'removeVariant';
|
|
781
|
+
/**
|
|
782
|
+
* The `id` of the ProductVariant to remove from the Tailoring.
|
|
783
|
+
*
|
|
784
|
+
*
|
|
785
|
+
*/
|
|
786
|
+
readonly id?: number;
|
|
787
|
+
/**
|
|
788
|
+
* The `sku` of the ProductVariant to remove from the Tailoring.
|
|
789
|
+
*
|
|
790
|
+
*
|
|
791
|
+
*/
|
|
792
|
+
readonly sku?: string;
|
|
793
|
+
/**
|
|
794
|
+
* If `true`, only the staged Product Variant Tailoring is removed. If `false`, both the current and staged Product Variant Tailoring is removed.
|
|
795
|
+
*
|
|
796
|
+
*
|
|
797
|
+
*/
|
|
798
|
+
readonly staged?: boolean;
|
|
799
|
+
}
|
|
800
|
+
/**
|
|
801
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
802
|
+
* The [Asset](ctp:api:type:Asset) to update must be specified using either `assetId` or `assetKey`.
|
|
803
|
+
*
|
|
804
|
+
*/
|
|
805
|
+
export interface ProductTailoringSetAssetCustomFieldAction {
|
|
806
|
+
readonly action: 'setAssetCustomField';
|
|
807
|
+
/**
|
|
808
|
+
* The `id` of the tailored ProductVariant to update.
|
|
809
|
+
*
|
|
810
|
+
*
|
|
811
|
+
*/
|
|
812
|
+
readonly variantId?: number;
|
|
813
|
+
/**
|
|
814
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
815
|
+
*
|
|
816
|
+
*
|
|
817
|
+
*/
|
|
818
|
+
readonly sku?: string;
|
|
819
|
+
/**
|
|
820
|
+
* If `true`, only the staged Asset is updated. If `false`, both the current and staged Asset is updated.
|
|
821
|
+
*
|
|
822
|
+
*
|
|
823
|
+
*/
|
|
824
|
+
readonly staged?: boolean;
|
|
825
|
+
/**
|
|
826
|
+
* The `id` of the Asset to update.
|
|
827
|
+
*
|
|
828
|
+
*
|
|
829
|
+
*/
|
|
830
|
+
readonly assetId?: string;
|
|
831
|
+
/**
|
|
832
|
+
* The `key` of the Asset to update.
|
|
833
|
+
*
|
|
834
|
+
*
|
|
835
|
+
*/
|
|
836
|
+
readonly assetKey?: string;
|
|
837
|
+
/**
|
|
838
|
+
* Name of the [Custom Field](/../api/projects/custom-fields).
|
|
839
|
+
*
|
|
840
|
+
*
|
|
841
|
+
*/
|
|
842
|
+
readonly name: string;
|
|
843
|
+
/**
|
|
844
|
+
* If `value` is absent or `null`, this field will be removed if it exists.
|
|
845
|
+
* Removing a field that does not exist returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
|
|
846
|
+
* If `value` is provided, it is set for the field defined by `name`.
|
|
847
|
+
*
|
|
848
|
+
*
|
|
849
|
+
*/
|
|
850
|
+
readonly value?: any;
|
|
851
|
+
}
|
|
852
|
+
/**
|
|
853
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
854
|
+
* The [Asset](ctp:api:type:Asset) to update must be specified using either `assetId` or `assetKey`.
|
|
855
|
+
*
|
|
856
|
+
*/
|
|
857
|
+
export interface ProductTailoringSetAssetCustomTypeAction {
|
|
858
|
+
readonly action: 'setAssetCustomType';
|
|
859
|
+
/**
|
|
860
|
+
* The `id` of the tailored ProductVariant to update.
|
|
861
|
+
*
|
|
862
|
+
*
|
|
863
|
+
*/
|
|
864
|
+
readonly variantId?: number;
|
|
865
|
+
/**
|
|
866
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
867
|
+
*
|
|
868
|
+
*
|
|
869
|
+
*/
|
|
870
|
+
readonly sku?: string;
|
|
871
|
+
/**
|
|
872
|
+
* If `true`, only the staged Asset is updated. If `false`, both the current and staged Asset is updated.
|
|
873
|
+
*
|
|
874
|
+
*
|
|
875
|
+
*/
|
|
876
|
+
readonly staged?: boolean;
|
|
877
|
+
/**
|
|
878
|
+
* The `id` of the Asset to update.
|
|
879
|
+
*
|
|
880
|
+
*
|
|
881
|
+
*/
|
|
882
|
+
readonly assetId?: string;
|
|
883
|
+
/**
|
|
884
|
+
* The `key` of the Asset to update.
|
|
885
|
+
*
|
|
886
|
+
*
|
|
887
|
+
*/
|
|
888
|
+
readonly assetKey?: string;
|
|
889
|
+
/**
|
|
890
|
+
* Defines the [Type](ctp:api:type:Type) that extends the Asset with [Custom Fields](/../api/projects/custom-fields).
|
|
891
|
+
* If absent, any existing Type and Custom Fields are removed from the Asset.
|
|
892
|
+
*
|
|
893
|
+
*
|
|
894
|
+
*/
|
|
895
|
+
readonly type?: TypeResourceIdentifier;
|
|
896
|
+
/**
|
|
897
|
+
* Sets the [Custom Fields](/../api/projects/custom-fields) fields for the Asset.
|
|
898
|
+
*
|
|
899
|
+
*
|
|
900
|
+
*/
|
|
901
|
+
readonly fields?: FieldContainer;
|
|
902
|
+
}
|
|
903
|
+
/**
|
|
904
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
905
|
+
* The [Asset](ctp:api:type:Asset) to update must be specified using either `assetId` or `assetKey`.
|
|
906
|
+
*
|
|
907
|
+
*/
|
|
908
|
+
export interface ProductTailoringSetAssetDescriptionAction {
|
|
909
|
+
readonly action: 'setAssetDescription';
|
|
910
|
+
/**
|
|
911
|
+
* The `id` of the tailored ProductVariant to update.
|
|
912
|
+
*
|
|
913
|
+
*
|
|
914
|
+
*/
|
|
915
|
+
readonly variantId?: number;
|
|
916
|
+
/**
|
|
917
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
918
|
+
*
|
|
919
|
+
*
|
|
920
|
+
*/
|
|
921
|
+
readonly sku?: string;
|
|
922
|
+
/**
|
|
923
|
+
* If `true`, only the staged Asset is updated. If `false`, both the current and staged Asset is updated.
|
|
924
|
+
*
|
|
925
|
+
*
|
|
926
|
+
*/
|
|
927
|
+
readonly staged?: boolean;
|
|
928
|
+
/**
|
|
929
|
+
* The `id` of the Asset to update.
|
|
930
|
+
*
|
|
931
|
+
*
|
|
932
|
+
*/
|
|
933
|
+
readonly assetId?: string;
|
|
934
|
+
/**
|
|
935
|
+
* The `key` of the Asset to update.
|
|
936
|
+
*
|
|
937
|
+
*
|
|
938
|
+
*/
|
|
939
|
+
readonly assetKey?: string;
|
|
940
|
+
/**
|
|
941
|
+
* Value to set. If empty, any existing value will be removed.
|
|
942
|
+
*
|
|
943
|
+
*
|
|
944
|
+
*/
|
|
945
|
+
readonly description?: LocalizedString;
|
|
946
|
+
}
|
|
947
|
+
/**
|
|
948
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
949
|
+
*
|
|
950
|
+
*/
|
|
951
|
+
export interface ProductTailoringSetAssetKeyAction {
|
|
952
|
+
readonly action: 'setAssetKey';
|
|
953
|
+
/**
|
|
954
|
+
* The `id` of the tailored ProductVariant to update.
|
|
955
|
+
*
|
|
956
|
+
*
|
|
957
|
+
*/
|
|
958
|
+
readonly variantId?: number;
|
|
959
|
+
/**
|
|
960
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
961
|
+
*
|
|
962
|
+
*
|
|
963
|
+
*/
|
|
964
|
+
readonly sku?: string;
|
|
965
|
+
/**
|
|
966
|
+
* If `true`, only the staged Asset is updated. If `false`, both the current and staged Asset is updated.
|
|
967
|
+
*
|
|
968
|
+
*
|
|
969
|
+
*/
|
|
970
|
+
readonly staged?: boolean;
|
|
971
|
+
/**
|
|
972
|
+
* The `id` of the Asset to update.
|
|
973
|
+
*
|
|
974
|
+
*
|
|
975
|
+
*/
|
|
976
|
+
readonly assetId: string;
|
|
977
|
+
/**
|
|
978
|
+
* Value to set. If empty, any existing value will be removed.
|
|
979
|
+
*
|
|
980
|
+
*
|
|
981
|
+
*/
|
|
982
|
+
readonly assetKey?: string;
|
|
983
|
+
}
|
|
984
|
+
/**
|
|
985
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
986
|
+
* The [Asset](ctp:api:type:Asset) to update must be specified using either `assetId` or `assetKey`.
|
|
987
|
+
*
|
|
988
|
+
*/
|
|
989
|
+
export interface ProductTailoringSetAssetSourcesAction {
|
|
990
|
+
readonly action: 'setAssetSources';
|
|
991
|
+
/**
|
|
992
|
+
* The `id` of the tailored ProductVariant to update.
|
|
993
|
+
*
|
|
994
|
+
*
|
|
995
|
+
*/
|
|
996
|
+
readonly variantId?: number;
|
|
997
|
+
/**
|
|
998
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
999
|
+
*
|
|
1000
|
+
*
|
|
1001
|
+
*/
|
|
1002
|
+
readonly sku?: string;
|
|
1003
|
+
/**
|
|
1004
|
+
* If `true`, only the staged Asset is updated. If `false` both the current and staged Asset is updated.
|
|
1005
|
+
*
|
|
1006
|
+
*
|
|
1007
|
+
*/
|
|
1008
|
+
readonly staged?: boolean;
|
|
1009
|
+
/**
|
|
1010
|
+
* The `id` of the Asset to update.
|
|
1011
|
+
*
|
|
1012
|
+
*
|
|
1013
|
+
*/
|
|
1014
|
+
readonly assetId?: string;
|
|
1015
|
+
/**
|
|
1016
|
+
* The `key` of the Asset to update.
|
|
1017
|
+
*
|
|
1018
|
+
*
|
|
1019
|
+
*/
|
|
1020
|
+
readonly assetKey?: string;
|
|
1021
|
+
/**
|
|
1022
|
+
* Value to set.
|
|
1023
|
+
*
|
|
1024
|
+
*
|
|
1025
|
+
*/
|
|
1026
|
+
readonly sources: AssetSource[];
|
|
1027
|
+
}
|
|
1028
|
+
/**
|
|
1029
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
1030
|
+
* The Asset to update must be specified using either `assetId` or `assetKey`.
|
|
1031
|
+
*
|
|
1032
|
+
*/
|
|
1033
|
+
export interface ProductTailoringSetAssetTagsAction {
|
|
1034
|
+
readonly action: 'setAssetTags';
|
|
1035
|
+
/**
|
|
1036
|
+
* The `id` of the tailored ProductVariant to update.
|
|
1037
|
+
*
|
|
1038
|
+
*
|
|
1039
|
+
*/
|
|
1040
|
+
readonly variantId?: number;
|
|
1041
|
+
/**
|
|
1042
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
1043
|
+
*
|
|
1044
|
+
*
|
|
1045
|
+
*/
|
|
1046
|
+
readonly sku?: string;
|
|
1047
|
+
/**
|
|
1048
|
+
* If `true`, only the staged Asset is updated. If `false`, both the current and staged Asset is updated.
|
|
1049
|
+
*
|
|
1050
|
+
*
|
|
1051
|
+
*/
|
|
1052
|
+
readonly staged?: boolean;
|
|
1053
|
+
/**
|
|
1054
|
+
* The `id` of the Asset to update.
|
|
1055
|
+
*
|
|
1056
|
+
*
|
|
1057
|
+
*/
|
|
1058
|
+
readonly assetId?: string;
|
|
1059
|
+
/**
|
|
1060
|
+
* The `key` of the Asset to update.
|
|
1061
|
+
*
|
|
1062
|
+
*
|
|
1063
|
+
*/
|
|
1064
|
+
readonly assetKey?: string;
|
|
1065
|
+
/**
|
|
1066
|
+
* Keywords for categorizing and organizing Assets.
|
|
1067
|
+
*
|
|
1068
|
+
*
|
|
1069
|
+
*/
|
|
1070
|
+
readonly tags?: string[];
|
|
1071
|
+
}
|
|
1072
|
+
/**
|
|
1073
|
+
* Either `variantId` or `sku` is required.
|
|
1074
|
+
*
|
|
1075
|
+
*/
|
|
1076
|
+
export interface ProductTailoringSetAttributeAction {
|
|
1077
|
+
readonly action: 'setAttribute';
|
|
1078
|
+
/**
|
|
1079
|
+
* The `id` of the ProductVariant to update.
|
|
1080
|
+
* Required if `sku` is absent.
|
|
1081
|
+
*
|
|
1082
|
+
*
|
|
1083
|
+
*/
|
|
1084
|
+
readonly variantId?: number;
|
|
1085
|
+
/**
|
|
1086
|
+
* The `sku` of the ProductVariant to update.
|
|
1087
|
+
* Required if `variantId` is absent.
|
|
1088
|
+
*
|
|
1089
|
+
*
|
|
1090
|
+
*/
|
|
1091
|
+
readonly sku?: string;
|
|
1092
|
+
/**
|
|
1093
|
+
* The name of the Attribute to set.
|
|
1094
|
+
*
|
|
1095
|
+
*
|
|
1096
|
+
*/
|
|
1097
|
+
readonly name: string;
|
|
1098
|
+
/**
|
|
1099
|
+
* Value to set for the Attribute. If empty, any existing value will be removed.
|
|
1100
|
+
*
|
|
1101
|
+
* The [AttributeType](ctp:api:type:AttributeType) determines the format of the Attribute `value` to be provided:
|
|
1102
|
+
*
|
|
1103
|
+
* - For [Enum Type](ctp:api:type:AttributeEnumType) and [Localized Enum Type](ctp:api:type:AttributeLocalizedEnumType),
|
|
1104
|
+
* use the `key` of the [Plain Enum Value](ctp:api:type:AttributePlainEnumValue) or [Localized Enum Value](ctp:api:type:AttributeLocalizedEnumValue) objects,
|
|
1105
|
+
* or the complete objects as `value`.
|
|
1106
|
+
* - For [Localizable Text Type](ctp:api:type:AttributeLocalizableTextType), use the [LocalizedString](ctp:api:type:LocalizedString) object as `value`.
|
|
1107
|
+
* - For [Money Type](ctp:api:type:AttributeMoneyType) Attributes, use the [Money](ctp:api:type:Money) object as `value`.
|
|
1108
|
+
* - For [Set Type](ctp:api:type:AttributeSetType) Attributes, use the entire `set` object as `value`.
|
|
1109
|
+
* - For [Reference Type](ctp:api:type:AttributeReferenceType) Attributes, use the [Reference](ctp:api:type:Reference) object as `value`.
|
|
1110
|
+
*
|
|
1111
|
+
* Tailoring of [Nested Type](ctp:api:type:AttributeNestedType) Attributes is **not supported**.
|
|
1112
|
+
*
|
|
1113
|
+
*
|
|
1114
|
+
*/
|
|
1115
|
+
readonly value?: any;
|
|
1116
|
+
/**
|
|
1117
|
+
* If `true`, only the staged Attribute is set. If `false`, both current and staged Attribute is set.
|
|
1118
|
+
*
|
|
1119
|
+
*
|
|
1120
|
+
*/
|
|
1121
|
+
readonly staged?: boolean;
|
|
1122
|
+
}
|
|
1123
|
+
/**
|
|
1124
|
+
* Adds, removes, or changes a tailored Attribute in all Product Variants of a Product at the same time.
|
|
1125
|
+
* This action is useful for setting tailored values for Attributes with the [Constraint](ctp:api:type:AttributeConstraintEnum) `SameForAll`.
|
|
1126
|
+
*/
|
|
1127
|
+
export interface ProductTailoringSetAttributeInAllVariantsAction {
|
|
1128
|
+
readonly action: 'setAttributeInAllVariants';
|
|
1129
|
+
/**
|
|
1130
|
+
* The name of the Attribute to set.
|
|
1131
|
+
*
|
|
1132
|
+
*
|
|
1133
|
+
*/
|
|
1134
|
+
readonly name: string;
|
|
1135
|
+
/**
|
|
1136
|
+
* Value to set for the Attributes. If empty, any existing value will be removed.
|
|
1137
|
+
*
|
|
1138
|
+
* The [AttributeType](ctp:api:type:AttributeType) determines the format of the Attribute `value` to be provided:
|
|
1139
|
+
*
|
|
1140
|
+
* - For [Enum Type](ctp:api:type:AttributeEnumType) and [Localized Enum Type](ctp:api:type:AttributeLocalizedEnumType),
|
|
1141
|
+
* use the `key` of the [Plain Enum Value](ctp:api:type:AttributePlainEnumValue) or [Localized Enum Value](ctp:api:type:AttributeLocalizedEnumValue) objects,
|
|
1142
|
+
* or the complete objects as `value`.
|
|
1143
|
+
* - For [Localizable Text Type](ctp:api:type:AttributeLocalizableTextType), use the [LocalizedString](ctp:api:type:LocalizedString) object as `value`.
|
|
1144
|
+
* - For [Money Type](ctp:api:type:AttributeMoneyType) Attributes, use the [Money](ctp:api:type:Money) object as `value`.
|
|
1145
|
+
* - For [Set Type](ctp:api:type:AttributeSetType) Attributes, use the entire `set` object as `value`.
|
|
1146
|
+
* - For [Reference Type](ctp:api:type:AttributeReferenceType) Attributes, use the [Reference](ctp:api:type:Reference) object as `value`.
|
|
1147
|
+
*
|
|
1148
|
+
* Tailoring of [Nested Type](ctp:api:type:AttributeNestedType) Attributes is **not supported**.
|
|
1149
|
+
*
|
|
1150
|
+
*
|
|
1151
|
+
*/
|
|
1152
|
+
readonly value?: any;
|
|
1153
|
+
/**
|
|
1154
|
+
* If `true`, only the staged Attributes are set. If `false`, both the current and staged Attributes are set.
|
|
1155
|
+
*
|
|
1156
|
+
*
|
|
1157
|
+
*/
|
|
1158
|
+
readonly staged?: boolean;
|
|
1159
|
+
}
|
|
1160
|
+
/**
|
|
1161
|
+
* Generates the [ProductTailoringDescriptionSet](ctp:api:type:ProductTailoringDescriptionSetMessage) Message.
|
|
1162
|
+
*
|
|
1163
|
+
*/
|
|
1164
|
+
export interface ProductTailoringSetDescriptionAction {
|
|
1165
|
+
readonly action: 'setDescription';
|
|
1166
|
+
/**
|
|
1167
|
+
* Value to set. If empty, any existing value will be removed.
|
|
1168
|
+
*
|
|
1169
|
+
*
|
|
1170
|
+
*/
|
|
1171
|
+
readonly description?: LocalizedString;
|
|
1172
|
+
/**
|
|
1173
|
+
* If `true`, only the staged `description` is updated. If `false`, both the current and staged `description` are updated.
|
|
1174
|
+
*
|
|
1175
|
+
*
|
|
1176
|
+
*/
|
|
1177
|
+
readonly staged?: boolean;
|
|
1178
|
+
}
|
|
1179
|
+
/**
|
|
1180
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists. Produces the [ProductTailoringImagesSet](/projects/messages/product-catalog-messages#product-tailoring-images-set) Message.
|
|
1181
|
+
*
|
|
1182
|
+
*/
|
|
1183
|
+
export interface ProductTailoringSetExternalImagesAction {
|
|
1184
|
+
readonly action: 'setImages';
|
|
1185
|
+
/**
|
|
1186
|
+
* The `id` of the tailored ProductVariant to update.
|
|
1187
|
+
*
|
|
1188
|
+
*
|
|
1189
|
+
*/
|
|
1190
|
+
readonly variantId?: number;
|
|
1191
|
+
/**
|
|
1192
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
1193
|
+
*
|
|
1194
|
+
*
|
|
1195
|
+
*/
|
|
1196
|
+
readonly sku?: string;
|
|
1197
|
+
/**
|
|
1198
|
+
* Value to set to `images`.
|
|
1199
|
+
*
|
|
1200
|
+
*
|
|
1201
|
+
*/
|
|
1202
|
+
readonly images: Image[];
|
|
1203
|
+
/**
|
|
1204
|
+
* If `true`, only the staged `images` is updated. If `false`, both the current and staged `images` is updated.
|
|
1205
|
+
*
|
|
1206
|
+
*
|
|
1207
|
+
*/
|
|
1208
|
+
readonly staged?: boolean;
|
|
1209
|
+
}
|
|
1210
|
+
/**
|
|
1211
|
+
* Either `variantId` or `sku` is required to reference a [ProductVariant](ctp:api:type:ProductVariant) that exists.
|
|
1212
|
+
*
|
|
1213
|
+
*/
|
|
1214
|
+
export interface ProductTailoringSetImageLabelAction {
|
|
1215
|
+
readonly action: 'setImageLabel';
|
|
1216
|
+
/**
|
|
1217
|
+
* The `sku` of the tailored ProductVariant to update.
|
|
1218
|
+
*
|
|
1219
|
+
*
|
|
1220
|
+
*/
|
|
1221
|
+
readonly sku?: string;
|
|
1222
|
+
/**
|
|
1223
|
+
* The `id` of the tailored ProductVariant to update.
|
|
1224
|
+
*
|
|
1225
|
+
*
|
|
1226
|
+
*/
|
|
1227
|
+
readonly variantId?: number;
|
|
1228
|
+
/**
|
|
1229
|
+
* The URL of the image to set the label.
|
|
1230
|
+
*
|
|
1231
|
+
*
|
|
1232
|
+
*/
|
|
1233
|
+
readonly imageUrl: string;
|
|
1234
|
+
/**
|
|
1235
|
+
* Value to set. If empty, any existing value will be removed.
|
|
1236
|
+
*
|
|
1237
|
+
*
|
|
1238
|
+
*/
|
|
1239
|
+
readonly label?: string;
|
|
1240
|
+
/**
|
|
1241
|
+
* If `true`, only the staged image is updated. If `false`, both the current and staged image is updated.
|
|
1242
|
+
*
|
|
1243
|
+
*
|
|
1244
|
+
*/
|
|
1245
|
+
readonly staged?: boolean;
|
|
1246
|
+
}
|
|
1247
|
+
/**
|
|
1248
|
+
* Updates all meta attributes at the same time.
|
|
1249
|
+
*/
|
|
1250
|
+
export interface ProductTailoringSetMetaAttributesAction {
|
|
1251
|
+
readonly action: 'setMetaAttributes';
|
|
1252
|
+
/**
|
|
1253
|
+
* Value to set. If empty, any existing value will be removed.
|
|
1254
|
+
*
|
|
1255
|
+
*
|
|
1256
|
+
*/
|
|
1257
|
+
readonly metaTitle?: LocalizedString;
|
|
1258
|
+
/**
|
|
1259
|
+
* Value to set. If empty, any existing value will be removed.
|
|
1260
|
+
*
|
|
1261
|
+
*
|
|
1262
|
+
*/
|
|
1263
|
+
readonly metaDescription?: LocalizedString;
|
|
1264
|
+
/**
|
|
1265
|
+
* Value to set. If empty, any existing value will be removed.
|
|
1266
|
+
*
|
|
1267
|
+
*
|
|
1268
|
+
*/
|
|
1269
|
+
readonly metaKeywords?: LocalizedString;
|
|
1270
|
+
/**
|
|
1271
|
+
* If `true`, only the staged attributes are updated. If `false`, both the current and staged attributes are updated.
|
|
1272
|
+
*
|
|
1273
|
+
*
|
|
1274
|
+
*/
|
|
1275
|
+
readonly staged?: boolean;
|
|
1276
|
+
}
|
|
1277
|
+
export interface ProductTailoringSetMetaDescriptionAction {
|
|
1278
|
+
readonly action: 'setMetaDescription';
|
|
1279
|
+
/**
|
|
1280
|
+
* Value to set. If empty, any existing value will be removed.
|
|
1281
|
+
*
|
|
1282
|
+
*
|
|
1283
|
+
*/
|
|
1284
|
+
readonly metaDescription?: LocalizedString;
|
|
1285
|
+
/**
|
|
1286
|
+
* If `true`, only the staged `metaDescription` is updated. If `false`, both the current and staged `metaDescription` are updated.
|
|
1287
|
+
*
|
|
1288
|
+
*
|
|
1289
|
+
*/
|
|
1290
|
+
readonly staged?: boolean;
|
|
1291
|
+
}
|
|
1292
|
+
export interface ProductTailoringSetMetaKeywordsAction {
|
|
1293
|
+
readonly action: 'setMetaKeywords';
|
|
1294
|
+
/**
|
|
1295
|
+
* Value to set. If empty, any existing value will be removed.
|
|
1296
|
+
*
|
|
1297
|
+
*
|
|
1298
|
+
*/
|
|
1299
|
+
readonly metaKeywords?: LocalizedString;
|
|
1300
|
+
/**
|
|
1301
|
+
* If `true`, only the staged `metaKeywords` is updated. If `false`, both the current and staged `metaKeywords` are updated.
|
|
1302
|
+
*
|
|
1303
|
+
*
|
|
1304
|
+
*/
|
|
1305
|
+
readonly staged?: boolean;
|
|
1306
|
+
}
|
|
1307
|
+
export interface ProductTailoringSetMetaTitleAction {
|
|
1308
|
+
readonly action: 'setMetaTitle';
|
|
1309
|
+
/**
|
|
1310
|
+
* Value to set. If empty, any existing value will be removed.
|
|
1311
|
+
*
|
|
1312
|
+
*
|
|
1313
|
+
*/
|
|
1314
|
+
readonly metaTitle?: LocalizedString;
|
|
1315
|
+
/**
|
|
1316
|
+
* If `true`, only the staged `metaTitle` is updated. If `false`, both the current and staged `metaTitle` are updated.
|
|
1317
|
+
*
|
|
1318
|
+
*
|
|
1319
|
+
*/
|
|
1320
|
+
readonly staged?: boolean;
|
|
1321
|
+
}
|
|
1322
|
+
/**
|
|
1323
|
+
* Generates the [ProductTailoringNameSet](ctp:api:type:ProductTailoringNameSetMessage) Message.
|
|
1324
|
+
*
|
|
1325
|
+
*/
|
|
1326
|
+
export interface ProductTailoringSetNameAction {
|
|
1327
|
+
readonly action: 'setName';
|
|
1328
|
+
/**
|
|
1329
|
+
* Value to set. If empty, any existing value will be removed.
|
|
1330
|
+
*
|
|
1331
|
+
*
|
|
1332
|
+
*/
|
|
1333
|
+
readonly name?: LocalizedString;
|
|
1334
|
+
/**
|
|
1335
|
+
* If `true`, only the staged `name` is updated. If `false`, both the current and staged `name` are updated.
|
|
1336
|
+
*
|
|
1337
|
+
*
|
|
1338
|
+
*/
|
|
1339
|
+
readonly staged?: boolean;
|
|
1340
|
+
}
|
|
1341
|
+
/**
|
|
1342
|
+
* Generates the [ProductTailoringSlugSet](ctp:api:type:ProductTailoringSlugSetMessage) Message.
|
|
1343
|
+
*
|
|
1344
|
+
*/
|
|
1345
|
+
export interface ProductTailoringSetSlugAction {
|
|
1346
|
+
readonly action: 'setSlug';
|
|
1347
|
+
/**
|
|
1348
|
+
* Value to set. If empty, any existing value will be removed.
|
|
1349
|
+
*
|
|
1350
|
+
*
|
|
1351
|
+
*/
|
|
1352
|
+
readonly slug?: LocalizedString;
|
|
1353
|
+
/**
|
|
1354
|
+
* If `true`, only the staged `slug` is updated. If `false`, both the current and staged `slug` are updated.
|
|
1355
|
+
*
|
|
1356
|
+
*
|
|
1357
|
+
*/
|
|
1358
|
+
readonly staged?: boolean;
|
|
1359
|
+
}
|
|
1360
|
+
/**
|
|
1361
|
+
* Unpublishes the `current` data of the ProductTailoring. Sets the `published` field to `false`.
|
|
1362
|
+
* Generates the [ProductTailoringUnpublished](ctp:api:type:ProductTailoringUnpublishedMessage) Message.
|
|
1363
|
+
*
|
|
1364
|
+
*/
|
|
1365
|
+
export interface ProductTailoringUnpublishAction {
|
|
1366
|
+
readonly action: 'unpublish';
|
|
1367
|
+
}
|
|
1368
|
+
//# sourceMappingURL=product-tailoring.d.ts.map
|