@gradientedge/commercetools-utils 5.27.1 → 5.28.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/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/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/package.json +2 -1
|
@@ -0,0 +1,680 @@
|
|
|
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 { BaseResource, CentPrecisionMoney, CreatedBy, LastModifiedBy, LocalizedString, _Money } from './common.js';
|
|
7
|
+
import { CustomerReference, CustomerResourceIdentifier } from './customer.js';
|
|
8
|
+
import { StateReference, StateResourceIdentifier } from './state.js';
|
|
9
|
+
import { CustomFields, CustomFieldsDraft, FieldContainer, TypeResourceIdentifier } from './type.js';
|
|
10
|
+
export interface Payment extends BaseResource {
|
|
11
|
+
/**
|
|
12
|
+
* Unique identifier of the Payment.
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
readonly id: string;
|
|
16
|
+
/**
|
|
17
|
+
* Current version of the Payment.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
readonly version: number;
|
|
21
|
+
/**
|
|
22
|
+
* Date and time (UTC) the Payment was initially created.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
readonly createdAt: string;
|
|
26
|
+
/**
|
|
27
|
+
* Date and time (UTC) the Payment was last updated.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
readonly lastModifiedAt: string;
|
|
31
|
+
/**
|
|
32
|
+
* IDs and references that last modified the Payment.
|
|
33
|
+
*
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
readonly lastModifiedBy?: LastModifiedBy;
|
|
37
|
+
/**
|
|
38
|
+
* IDs and references that created the Payment.
|
|
39
|
+
*
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
readonly createdBy?: CreatedBy;
|
|
43
|
+
/**
|
|
44
|
+
* Reference to a [Customer](ctp:api:type:Customer) associated with the Payment.
|
|
45
|
+
*
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
readonly customer?: CustomerReference;
|
|
49
|
+
/**
|
|
50
|
+
* [Anonymous session](ctp:api:type:AnonymousSession) associated with the Payment.
|
|
51
|
+
*
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
readonly anonymousId?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Identifier used by the payment service that processes the Payment (for example, a PSP).
|
|
57
|
+
* The combination of `interfaceId` and the `paymentInterface` field on [PaymentMethodInfo](ctp:api:type:PaymentMethodInfo) must be unique.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
readonly interfaceId?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Money value the Payment intends to receive from the customer.
|
|
63
|
+
* The value typically matches the [Cart](ctp:api:type:Cart) or [Order](ctp:api:type:Order) gross total.
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
readonly amountPlanned: CentPrecisionMoney;
|
|
67
|
+
/**
|
|
68
|
+
* Information regarding the payment interface (for example, a PSP), and the specific payment method used.
|
|
69
|
+
*
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
readonly paymentMethodInfo: PaymentMethodInfo;
|
|
73
|
+
/**
|
|
74
|
+
* Current status of the Payment.
|
|
75
|
+
*
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
readonly paymentStatus: PaymentStatus;
|
|
79
|
+
/**
|
|
80
|
+
* Financial transactions of the Payment. Each Transaction has a [TransactionType](ctp:api:type:TransactionType) and a [TransactionState](ctp:api:type:TransactionState).
|
|
81
|
+
*
|
|
82
|
+
*
|
|
83
|
+
*/
|
|
84
|
+
readonly transactions: Transaction[];
|
|
85
|
+
/**
|
|
86
|
+
* Represents information exchange with the payment service, for example, a PSP. An interaction may be a request sent, or a response or notification received from the payment service.
|
|
87
|
+
*
|
|
88
|
+
*/
|
|
89
|
+
readonly interfaceInteractions: CustomFields[];
|
|
90
|
+
/**
|
|
91
|
+
* Custom Fields for the Payment.
|
|
92
|
+
*
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
readonly custom?: CustomFields;
|
|
96
|
+
/**
|
|
97
|
+
* User-defined unique identifier of the Payment.
|
|
98
|
+
*
|
|
99
|
+
*/
|
|
100
|
+
readonly key?: string;
|
|
101
|
+
}
|
|
102
|
+
export interface PaymentDraft {
|
|
103
|
+
/**
|
|
104
|
+
* Reference to a [Customer](ctp:api:type:Customer) associated with the Payment.
|
|
105
|
+
*
|
|
106
|
+
*/
|
|
107
|
+
readonly customer?: CustomerResourceIdentifier;
|
|
108
|
+
/**
|
|
109
|
+
* [Anonymous session](ctp:api:type:AnonymousSession) associated with the Payment.
|
|
110
|
+
*
|
|
111
|
+
*
|
|
112
|
+
*/
|
|
113
|
+
readonly anonymousId?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Identifier used by the payment service that processes the Payment (for example, a PSP).
|
|
116
|
+
* The combination of `interfaceId` and the `paymentInterface` field on [PaymentMethodInfo](ctp:api:type:PaymentMethodInfo) must be unique.
|
|
117
|
+
* Once set, it cannot be changed.
|
|
118
|
+
*
|
|
119
|
+
*/
|
|
120
|
+
readonly interfaceId?: string;
|
|
121
|
+
/**
|
|
122
|
+
* Money value the Payment intends to receive from the customer.
|
|
123
|
+
* The value typically matches the [Cart](ctp:api:type:Cart) or [Order](ctp:api:type:Order) gross total.
|
|
124
|
+
*
|
|
125
|
+
*/
|
|
126
|
+
readonly amountPlanned: _Money;
|
|
127
|
+
/**
|
|
128
|
+
* Information regarding the payment interface (for example, a PSP), and the specific payment method used.
|
|
129
|
+
*
|
|
130
|
+
*
|
|
131
|
+
*/
|
|
132
|
+
readonly paymentMethodInfo?: PaymentMethodInfo;
|
|
133
|
+
/**
|
|
134
|
+
* Current status of the Payment.
|
|
135
|
+
*
|
|
136
|
+
*
|
|
137
|
+
*/
|
|
138
|
+
readonly paymentStatus?: PaymentStatusDraft;
|
|
139
|
+
/**
|
|
140
|
+
* Financial transactions of the Payment. Each Transaction has a [TransactionType](ctp:api:type:TransactionType) and a [TransactionState](ctp:api:type:TransactionState).
|
|
141
|
+
*
|
|
142
|
+
*/
|
|
143
|
+
readonly transactions?: TransactionDraft[];
|
|
144
|
+
/**
|
|
145
|
+
* Represents information exchange with the payment service, for example, a PSP. An interaction may be a request sent, or a response or notification received from the payment service.
|
|
146
|
+
*
|
|
147
|
+
*/
|
|
148
|
+
readonly interfaceInteractions?: CustomFieldsDraft[];
|
|
149
|
+
/**
|
|
150
|
+
* Custom Fields for the Payment.
|
|
151
|
+
*
|
|
152
|
+
*
|
|
153
|
+
*/
|
|
154
|
+
readonly custom?: CustomFieldsDraft;
|
|
155
|
+
/**
|
|
156
|
+
* User-defined unique identifier for the Payment.
|
|
157
|
+
*
|
|
158
|
+
*/
|
|
159
|
+
readonly key?: string;
|
|
160
|
+
}
|
|
161
|
+
export interface PaymentMethodInfo {
|
|
162
|
+
/**
|
|
163
|
+
* Payment service that processes the Payment (for example, a PSP).
|
|
164
|
+
* Once set, it cannot be changed.
|
|
165
|
+
* The combination of `paymentInterface` and the `interfaceId` of a [Payment](ctp:api:type:Payment) must be unique.
|
|
166
|
+
*
|
|
167
|
+
*/
|
|
168
|
+
readonly paymentInterface?: string;
|
|
169
|
+
/**
|
|
170
|
+
* Payment method used, for example, credit card, or cash advance.
|
|
171
|
+
*
|
|
172
|
+
*/
|
|
173
|
+
readonly method?: string;
|
|
174
|
+
/**
|
|
175
|
+
* Localizable name of the payment method.
|
|
176
|
+
*
|
|
177
|
+
*/
|
|
178
|
+
readonly name?: LocalizedString;
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* [PagedQueryResult](/../api/general-concepts#pagedqueryresult) with `results` containing an array of [Payment](ctp:api:type:Payment).
|
|
182
|
+
*
|
|
183
|
+
*/
|
|
184
|
+
export interface PaymentPagedQueryResponse {
|
|
185
|
+
/**
|
|
186
|
+
* Number of [results requested](/../api/general-concepts#limit).
|
|
187
|
+
*
|
|
188
|
+
*
|
|
189
|
+
*/
|
|
190
|
+
readonly limit: number;
|
|
191
|
+
/**
|
|
192
|
+
* Actual number of results returned.
|
|
193
|
+
*
|
|
194
|
+
*
|
|
195
|
+
*/
|
|
196
|
+
readonly count: number;
|
|
197
|
+
/**
|
|
198
|
+
* Total number of results matching the query.
|
|
199
|
+
* This number is an estimation that is not [strongly consistent](/../api/general-concepts#strong-consistency).
|
|
200
|
+
* This field is returned by default.
|
|
201
|
+
* For improved performance, calculating this field can be deactivated by using the query parameter `withTotal=false`.
|
|
202
|
+
* When the results are filtered with a [Query Predicate](/../api/predicates/query), `total` is subject to a [limit](/../api/limits#queries).
|
|
203
|
+
*
|
|
204
|
+
*
|
|
205
|
+
*/
|
|
206
|
+
readonly total?: number;
|
|
207
|
+
/**
|
|
208
|
+
* Number of [elements skipped](/../api/general-concepts#offset).
|
|
209
|
+
*
|
|
210
|
+
*
|
|
211
|
+
*/
|
|
212
|
+
readonly offset: number;
|
|
213
|
+
/**
|
|
214
|
+
* [Payments](ctp:api:type:Payment) matching the query.
|
|
215
|
+
*
|
|
216
|
+
*
|
|
217
|
+
*/
|
|
218
|
+
readonly results: Payment[];
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* [Reference](ctp:api:type:Reference) to a [Payment](ctp:api:type:Payment).
|
|
222
|
+
*
|
|
223
|
+
*/
|
|
224
|
+
export interface PaymentReference {
|
|
225
|
+
readonly typeId: 'payment';
|
|
226
|
+
/**
|
|
227
|
+
* Unique identifier of the referenced [Payment](ctp:api:type:Payment).
|
|
228
|
+
*
|
|
229
|
+
*
|
|
230
|
+
*/
|
|
231
|
+
readonly id: string;
|
|
232
|
+
/**
|
|
233
|
+
* Contains the representation of the expanded Payment. Only present in responses to requests with [Reference Expansion](/../api/general-concepts#reference-expansion) for Payments.
|
|
234
|
+
*
|
|
235
|
+
*
|
|
236
|
+
*/
|
|
237
|
+
readonly obj?: Payment;
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* [ResourceIdentifier](ctp:api:type:ResourceIdentifier) of a [Payment](ctp:api:type:Payment). Either `id` or `key` is required. If both are set, an [InvalidJsonInput](/../api/errors#invalidjsoninput) error is returned.
|
|
241
|
+
*
|
|
242
|
+
*/
|
|
243
|
+
export interface PaymentResourceIdentifier {
|
|
244
|
+
readonly typeId: 'payment';
|
|
245
|
+
/**
|
|
246
|
+
* Unique identifier of the referenced [Payment](ctp:api:type:Payment). Required if `key` is absent.
|
|
247
|
+
*
|
|
248
|
+
*
|
|
249
|
+
*/
|
|
250
|
+
readonly id?: string;
|
|
251
|
+
/**
|
|
252
|
+
* User-defined unique identifier of the referenced [Payment](ctp:api:type:Payment). Required if `id` is absent.
|
|
253
|
+
*
|
|
254
|
+
*
|
|
255
|
+
*/
|
|
256
|
+
readonly key?: string;
|
|
257
|
+
}
|
|
258
|
+
export interface PaymentStatus {
|
|
259
|
+
/**
|
|
260
|
+
* External reference that identifies the current status of the Payment.
|
|
261
|
+
*
|
|
262
|
+
*/
|
|
263
|
+
readonly interfaceCode?: string;
|
|
264
|
+
/**
|
|
265
|
+
* Text describing the current status of the Payment.
|
|
266
|
+
*
|
|
267
|
+
*/
|
|
268
|
+
readonly interfaceText?: string;
|
|
269
|
+
/**
|
|
270
|
+
* [Reference](ctp:api:type:Reference) to a [State](ctp:api:type:State).
|
|
271
|
+
*
|
|
272
|
+
*
|
|
273
|
+
*/
|
|
274
|
+
readonly state?: StateReference;
|
|
275
|
+
}
|
|
276
|
+
export interface PaymentStatusDraft {
|
|
277
|
+
/**
|
|
278
|
+
* External reference that identifies the current status of the Payment.
|
|
279
|
+
*
|
|
280
|
+
*/
|
|
281
|
+
readonly interfaceCode?: string;
|
|
282
|
+
/**
|
|
283
|
+
* Text describing the current status of the Payment.
|
|
284
|
+
*
|
|
285
|
+
*/
|
|
286
|
+
readonly interfaceText?: string;
|
|
287
|
+
/**
|
|
288
|
+
* [ResourceIdentifier](ctp:api:type:ResourceIdentifier) to a [State](ctp:api:type:State).
|
|
289
|
+
*
|
|
290
|
+
*
|
|
291
|
+
*/
|
|
292
|
+
readonly state?: StateResourceIdentifier;
|
|
293
|
+
}
|
|
294
|
+
export interface PaymentUpdate {
|
|
295
|
+
/**
|
|
296
|
+
* Expected version of the Payment on which the changes should be applied.
|
|
297
|
+
* If the expected version does not match the actual version, a [ConcurrentModification](ctp:api:type:ConcurrentModificationError) error will be returned.
|
|
298
|
+
*
|
|
299
|
+
*
|
|
300
|
+
*/
|
|
301
|
+
readonly version: number;
|
|
302
|
+
/**
|
|
303
|
+
* Update actions to be performed on the Payment.
|
|
304
|
+
*
|
|
305
|
+
*
|
|
306
|
+
*/
|
|
307
|
+
readonly actions: PaymentUpdateAction[];
|
|
308
|
+
}
|
|
309
|
+
export type PaymentUpdateAction = PaymentAddInterfaceInteractionAction | PaymentAddTransactionAction | PaymentChangeAmountPlannedAction | PaymentChangeTransactionInteractionIdAction | PaymentChangeTransactionStateAction | PaymentChangeTransactionTimestampAction | PaymentSetAnonymousIdAction | PaymentSetCustomFieldAction | PaymentSetCustomTypeAction | PaymentSetCustomerAction | PaymentSetInterfaceIdAction | PaymentSetKeyAction | PaymentSetMethodInfoInterfaceAction | PaymentSetMethodInfoMethodAction | PaymentSetMethodInfoNameAction | PaymentSetStatusInterfaceCodeAction | PaymentSetStatusInterfaceTextAction | PaymentSetTransactionCustomFieldAction | PaymentSetTransactionCustomTypeAction | PaymentTransitionStateAction;
|
|
310
|
+
/**
|
|
311
|
+
* Represents a financial transaction typically created as a result of a notification from the payment service.
|
|
312
|
+
*
|
|
313
|
+
*/
|
|
314
|
+
export interface Transaction {
|
|
315
|
+
/**
|
|
316
|
+
* Unique identifier of the Transaction.
|
|
317
|
+
*
|
|
318
|
+
*/
|
|
319
|
+
readonly id: string;
|
|
320
|
+
/**
|
|
321
|
+
* Date and time (UTC) the Transaction took place.
|
|
322
|
+
*
|
|
323
|
+
*/
|
|
324
|
+
readonly timestamp?: string;
|
|
325
|
+
/**
|
|
326
|
+
* Type of the Transaction. For example, `Authorization`.
|
|
327
|
+
*
|
|
328
|
+
*/
|
|
329
|
+
readonly type: TransactionType;
|
|
330
|
+
/**
|
|
331
|
+
* Money value of the Transaction.
|
|
332
|
+
*
|
|
333
|
+
*
|
|
334
|
+
*/
|
|
335
|
+
readonly amount: CentPrecisionMoney;
|
|
336
|
+
/**
|
|
337
|
+
* Identifier used by the interface that manages the Transaction (usually the PSP).
|
|
338
|
+
* If a matching interaction was logged in the `interfaceInteractions` array, the corresponding interaction can be found with this ID.
|
|
339
|
+
*
|
|
340
|
+
*/
|
|
341
|
+
readonly interactionId?: string;
|
|
342
|
+
/**
|
|
343
|
+
* State of the Transaction.
|
|
344
|
+
*
|
|
345
|
+
*/
|
|
346
|
+
readonly state: TransactionState;
|
|
347
|
+
/**
|
|
348
|
+
* Custom Fields defined for the Transaction.
|
|
349
|
+
*
|
|
350
|
+
*/
|
|
351
|
+
readonly custom?: CustomFields;
|
|
352
|
+
}
|
|
353
|
+
export interface TransactionDraft {
|
|
354
|
+
/**
|
|
355
|
+
* Date and time (UTC) the Transaction took place.
|
|
356
|
+
*
|
|
357
|
+
*/
|
|
358
|
+
readonly timestamp?: string;
|
|
359
|
+
/**
|
|
360
|
+
* Type of the Transaction.
|
|
361
|
+
*
|
|
362
|
+
*/
|
|
363
|
+
readonly type: TransactionType;
|
|
364
|
+
/**
|
|
365
|
+
* Money value for the Transaction.
|
|
366
|
+
*
|
|
367
|
+
*
|
|
368
|
+
*/
|
|
369
|
+
readonly amount: _Money;
|
|
370
|
+
/**
|
|
371
|
+
* Identifier used by the payment service that manages the Transaction.
|
|
372
|
+
* Can be used to correlate the Transaction to an interface interaction.
|
|
373
|
+
*
|
|
374
|
+
*/
|
|
375
|
+
readonly interactionId?: string;
|
|
376
|
+
/**
|
|
377
|
+
* State of the Transaction.
|
|
378
|
+
*
|
|
379
|
+
*/
|
|
380
|
+
readonly state?: TransactionState;
|
|
381
|
+
/**
|
|
382
|
+
* Custom Fields of the Transaction.
|
|
383
|
+
*
|
|
384
|
+
*/
|
|
385
|
+
readonly custom?: CustomFieldsDraft;
|
|
386
|
+
}
|
|
387
|
+
/**
|
|
388
|
+
* Transactions can be in one of the following States:
|
|
389
|
+
*
|
|
390
|
+
*/
|
|
391
|
+
export type TransactionState = 'Failure' | 'Initial' | 'Pending' | 'Success' | string;
|
|
392
|
+
export type TransactionType = 'Authorization' | 'CancelAuthorization' | 'Charge' | 'Chargeback' | 'Refund' | string;
|
|
393
|
+
/**
|
|
394
|
+
* Adding a Payment interaction generates the [PaymentInteractionAdded](ctp:api:type:PaymentInteractionAddedMessage) Message.
|
|
395
|
+
*
|
|
396
|
+
*/
|
|
397
|
+
export interface PaymentAddInterfaceInteractionAction {
|
|
398
|
+
readonly action: 'addInterfaceInteraction';
|
|
399
|
+
/**
|
|
400
|
+
* [ResourceIdentifier](ctp:api:type:ResourceIdentifier) of a [Type](ctp:api:type:Type).
|
|
401
|
+
*
|
|
402
|
+
*
|
|
403
|
+
*/
|
|
404
|
+
readonly type: TypeResourceIdentifier;
|
|
405
|
+
/**
|
|
406
|
+
* [Custom Fields](/../api/projects/custom-fields) as per [FieldDefinitions](ctp:api:type:FieldDefinition) of the [Type](ctp:api:type:Type).
|
|
407
|
+
*
|
|
408
|
+
*
|
|
409
|
+
*/
|
|
410
|
+
readonly fields?: FieldContainer;
|
|
411
|
+
}
|
|
412
|
+
/**
|
|
413
|
+
* Adding a Transaction to a Payment generates the [PaymentTransactionAdded](ctp:api:type:PaymentTransactionAddedMessage) Message.
|
|
414
|
+
*
|
|
415
|
+
*/
|
|
416
|
+
export interface PaymentAddTransactionAction {
|
|
417
|
+
readonly action: 'addTransaction';
|
|
418
|
+
/**
|
|
419
|
+
* Value to append to the `transactions` array.
|
|
420
|
+
*
|
|
421
|
+
*
|
|
422
|
+
*/
|
|
423
|
+
readonly transaction: TransactionDraft;
|
|
424
|
+
}
|
|
425
|
+
/**
|
|
426
|
+
* Can be used to update the Payment if a customer changes the [Cart](ctp:api:type:Cart), or adds or removes a [CartDiscount](ctp:api:type:CartDiscount) during checkout.
|
|
427
|
+
*
|
|
428
|
+
*/
|
|
429
|
+
export interface PaymentChangeAmountPlannedAction {
|
|
430
|
+
readonly action: 'changeAmountPlanned';
|
|
431
|
+
/**
|
|
432
|
+
* New value to set.
|
|
433
|
+
*
|
|
434
|
+
*
|
|
435
|
+
*/
|
|
436
|
+
readonly amount: _Money;
|
|
437
|
+
}
|
|
438
|
+
export interface PaymentChangeTransactionInteractionIdAction {
|
|
439
|
+
readonly action: 'changeTransactionInteractionId';
|
|
440
|
+
/**
|
|
441
|
+
* Unique identifier of the [Transaction](ctp:api:type:Transaction).
|
|
442
|
+
*
|
|
443
|
+
*
|
|
444
|
+
*/
|
|
445
|
+
readonly transactionId: string;
|
|
446
|
+
/**
|
|
447
|
+
* New value to set.
|
|
448
|
+
*
|
|
449
|
+
*
|
|
450
|
+
*/
|
|
451
|
+
readonly interactionId: string;
|
|
452
|
+
}
|
|
453
|
+
/**
|
|
454
|
+
* Changing the [TransactionState](ctp:api:type:TransactionState) generates the [PaymentTransactionStateChanged](ctp:api:type:PaymentTransactionStateChangedMessage) Message.
|
|
455
|
+
*
|
|
456
|
+
*/
|
|
457
|
+
export interface PaymentChangeTransactionStateAction {
|
|
458
|
+
readonly action: 'changeTransactionState';
|
|
459
|
+
/**
|
|
460
|
+
* Unique identifier of the [Transaction](ctp:api:type:Transaction).
|
|
461
|
+
*
|
|
462
|
+
*
|
|
463
|
+
*/
|
|
464
|
+
readonly transactionId: string;
|
|
465
|
+
/**
|
|
466
|
+
* New TransactionState.
|
|
467
|
+
*
|
|
468
|
+
*
|
|
469
|
+
*/
|
|
470
|
+
readonly state: TransactionState;
|
|
471
|
+
}
|
|
472
|
+
export interface PaymentChangeTransactionTimestampAction {
|
|
473
|
+
readonly action: 'changeTransactionTimestamp';
|
|
474
|
+
/**
|
|
475
|
+
* Unique identifier of the [Transaction](ctp:api:type:Transaction).
|
|
476
|
+
*
|
|
477
|
+
*
|
|
478
|
+
*/
|
|
479
|
+
readonly transactionId: string;
|
|
480
|
+
/**
|
|
481
|
+
* Timestamp of the Transaction as reported by the payment service.
|
|
482
|
+
*
|
|
483
|
+
*
|
|
484
|
+
*/
|
|
485
|
+
readonly timestamp: string;
|
|
486
|
+
}
|
|
487
|
+
/**
|
|
488
|
+
* If the Payment is already associated with a Customer, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned.
|
|
489
|
+
*
|
|
490
|
+
*/
|
|
491
|
+
export interface PaymentSetAnonymousIdAction {
|
|
492
|
+
readonly action: 'setAnonymousId';
|
|
493
|
+
/**
|
|
494
|
+
* Value to set. If empty, any existing value will be removed.
|
|
495
|
+
*
|
|
496
|
+
*
|
|
497
|
+
*/
|
|
498
|
+
readonly anonymousId?: string;
|
|
499
|
+
}
|
|
500
|
+
export interface PaymentSetCustomFieldAction {
|
|
501
|
+
readonly action: 'setCustomField';
|
|
502
|
+
/**
|
|
503
|
+
* Name of the [Custom Field](/../api/projects/custom-fields).
|
|
504
|
+
*
|
|
505
|
+
*
|
|
506
|
+
*/
|
|
507
|
+
readonly name: string;
|
|
508
|
+
/**
|
|
509
|
+
* If `value` is absent or `null`, this field will be removed if it exists.
|
|
510
|
+
* Removing a field that does not exist returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
|
|
511
|
+
* If `value` is provided, it is set for the field defined by `name`.
|
|
512
|
+
*
|
|
513
|
+
*
|
|
514
|
+
*/
|
|
515
|
+
readonly value?: any;
|
|
516
|
+
}
|
|
517
|
+
export interface PaymentSetCustomTypeAction {
|
|
518
|
+
readonly action: 'setCustomType';
|
|
519
|
+
/**
|
|
520
|
+
* Defines the [Type](ctp:api:type:Type) that extends the Payment with [Custom Fields](/../api/projects/custom-fields).
|
|
521
|
+
* If absent, any existing Type and Custom Fields are removed from the Payment.
|
|
522
|
+
*
|
|
523
|
+
*
|
|
524
|
+
*/
|
|
525
|
+
readonly type?: TypeResourceIdentifier;
|
|
526
|
+
/**
|
|
527
|
+
* Sets the [Custom Fields](/../api/projects/custom-fields) fields for the Payment.
|
|
528
|
+
*
|
|
529
|
+
*
|
|
530
|
+
*/
|
|
531
|
+
readonly fields?: FieldContainer;
|
|
532
|
+
}
|
|
533
|
+
export interface PaymentSetCustomerAction {
|
|
534
|
+
readonly action: 'setCustomer';
|
|
535
|
+
/**
|
|
536
|
+
* Value to set.
|
|
537
|
+
* If empty, any existing reference is removed.
|
|
538
|
+
*
|
|
539
|
+
*
|
|
540
|
+
*/
|
|
541
|
+
readonly customer?: CustomerResourceIdentifier;
|
|
542
|
+
}
|
|
543
|
+
export interface PaymentSetInterfaceIdAction {
|
|
544
|
+
readonly action: 'setInterfaceId';
|
|
545
|
+
/**
|
|
546
|
+
* Value to set.
|
|
547
|
+
* Once set, the `interfaceId` cannot be changed.
|
|
548
|
+
*
|
|
549
|
+
*
|
|
550
|
+
*/
|
|
551
|
+
readonly interfaceId: string;
|
|
552
|
+
}
|
|
553
|
+
export interface PaymentSetKeyAction {
|
|
554
|
+
readonly action: 'setKey';
|
|
555
|
+
/**
|
|
556
|
+
* Value to set.
|
|
557
|
+
* If `key` is absent or `null`, the existing key, if any, will be removed.
|
|
558
|
+
*
|
|
559
|
+
*/
|
|
560
|
+
readonly key?: string;
|
|
561
|
+
}
|
|
562
|
+
export interface PaymentSetMethodInfoInterfaceAction {
|
|
563
|
+
readonly action: 'setMethodInfoInterface';
|
|
564
|
+
/**
|
|
565
|
+
* Value to set.
|
|
566
|
+
* Once set, the `paymentInterface` of the `paymentMethodInfo` cannot be changed.
|
|
567
|
+
*
|
|
568
|
+
*
|
|
569
|
+
*/
|
|
570
|
+
readonly interface: string;
|
|
571
|
+
}
|
|
572
|
+
export interface PaymentSetMethodInfoMethodAction {
|
|
573
|
+
readonly action: 'setMethodInfoMethod';
|
|
574
|
+
/**
|
|
575
|
+
* Value to set.
|
|
576
|
+
* If empty, any existing value will be removed.
|
|
577
|
+
*
|
|
578
|
+
*
|
|
579
|
+
*/
|
|
580
|
+
readonly method?: string;
|
|
581
|
+
}
|
|
582
|
+
export interface PaymentSetMethodInfoNameAction {
|
|
583
|
+
readonly action: 'setMethodInfoName';
|
|
584
|
+
/**
|
|
585
|
+
* Value to set.
|
|
586
|
+
* If empty, any existing value will be removed.
|
|
587
|
+
*
|
|
588
|
+
*
|
|
589
|
+
*/
|
|
590
|
+
readonly name?: LocalizedString;
|
|
591
|
+
}
|
|
592
|
+
/**
|
|
593
|
+
* Produces the [PaymentStatusInterfaceCodeSet](ctp:api:type:PaymentStatusInterfaceCodeSetMessage) Message.
|
|
594
|
+
*/
|
|
595
|
+
export interface PaymentSetStatusInterfaceCodeAction {
|
|
596
|
+
readonly action: 'setStatusInterfaceCode';
|
|
597
|
+
/**
|
|
598
|
+
* Value to set. If empty, any existing value will be removed.
|
|
599
|
+
*
|
|
600
|
+
*
|
|
601
|
+
*/
|
|
602
|
+
readonly interfaceCode?: string;
|
|
603
|
+
}
|
|
604
|
+
export interface PaymentSetStatusInterfaceTextAction {
|
|
605
|
+
readonly action: 'setStatusInterfaceText';
|
|
606
|
+
/**
|
|
607
|
+
* Value to set. If empty, any existing value will be removed.
|
|
608
|
+
*
|
|
609
|
+
*
|
|
610
|
+
*/
|
|
611
|
+
readonly interfaceText: string;
|
|
612
|
+
}
|
|
613
|
+
export interface PaymentSetTransactionCustomFieldAction {
|
|
614
|
+
readonly action: 'setTransactionCustomField';
|
|
615
|
+
/**
|
|
616
|
+
* Unique identifier of the [Transaction](ctp:api:type:Transaction).
|
|
617
|
+
*
|
|
618
|
+
*
|
|
619
|
+
*/
|
|
620
|
+
readonly transactionId: string;
|
|
621
|
+
/**
|
|
622
|
+
* Name of the [Custom Field](/../api/projects/custom-fields).
|
|
623
|
+
*
|
|
624
|
+
*
|
|
625
|
+
*/
|
|
626
|
+
readonly name: string;
|
|
627
|
+
/**
|
|
628
|
+
* If `value` is absent or `null`, this field will be removed if it exists.
|
|
629
|
+
* Removing a field that does not exist returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
|
|
630
|
+
* If `value` is provided, it is set for the field defined by `name`.
|
|
631
|
+
*
|
|
632
|
+
*
|
|
633
|
+
*/
|
|
634
|
+
readonly value?: any;
|
|
635
|
+
}
|
|
636
|
+
export interface PaymentSetTransactionCustomTypeAction {
|
|
637
|
+
readonly action: 'setTransactionCustomType';
|
|
638
|
+
/**
|
|
639
|
+
* Unique identifier of the [Transaction](ctp:api:type:Transaction). If the specified `transactionId` does not exist, the request will fail with an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
|
|
640
|
+
*
|
|
641
|
+
*
|
|
642
|
+
*/
|
|
643
|
+
readonly transactionId: string;
|
|
644
|
+
/**
|
|
645
|
+
* Defines the [Type](ctp:api:type:Type) that extends the Transaction with [Custom Fields](/../api/projects/custom-fields).
|
|
646
|
+
* If absent, any existing Type and Custom Fields are removed from the Transaction.
|
|
647
|
+
*
|
|
648
|
+
*
|
|
649
|
+
*/
|
|
650
|
+
readonly type?: TypeResourceIdentifier;
|
|
651
|
+
/**
|
|
652
|
+
* Sets the [Custom Fields](/../api/projects/custom-fields) fields for the Transaction.
|
|
653
|
+
*
|
|
654
|
+
*
|
|
655
|
+
*/
|
|
656
|
+
readonly fields?: FieldContainer;
|
|
657
|
+
}
|
|
658
|
+
/**
|
|
659
|
+
* If the Payment has no current [State](ctp:api:type:State), `initial` must be `true` for the new State.
|
|
660
|
+
* If the existing State has transitions set, the new State must be a valid transition.
|
|
661
|
+
* If the existing State has no transitions set, no validations are performed when transitioning to the new State.
|
|
662
|
+
*
|
|
663
|
+
* Transitioning the State of a Payment produces the [PaymentStatusStateTransition](ctp:api:type:PaymentStatusStateTransitionMessage) Message.
|
|
664
|
+
*
|
|
665
|
+
*/
|
|
666
|
+
export interface PaymentTransitionStateAction {
|
|
667
|
+
readonly action: 'transitionState';
|
|
668
|
+
/**
|
|
669
|
+
* [ResourceIdentifier](ctp:api:type:ResourceIdentifier) to a [State](ctp:api:type:State).
|
|
670
|
+
*
|
|
671
|
+
*
|
|
672
|
+
*/
|
|
673
|
+
readonly state: StateResourceIdentifier;
|
|
674
|
+
/**
|
|
675
|
+
* Set to `true` to skip validations when transitioning to the new State.
|
|
676
|
+
*
|
|
677
|
+
*/
|
|
678
|
+
readonly force?: boolean;
|
|
679
|
+
}
|
|
680
|
+
//# sourceMappingURL=payment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/models/payment.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
4
|
+
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
5
|
+
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
//# sourceMappingURL=payment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment.js","sourceRoot":"","sources":["../../../../src/lib/types/models/payment.ts"],"names":[],"mappings":";AAAA;;;;GAIG"}
|