ce-storefront 0.16.0 → 0.16.2
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/docs/sdks/auth/README.md +10 -10
- package/docs/sdks/carts/README.md +17 -15
- package/docs/sdks/catalog/README.md +11 -11
- package/docs/sdks/common/README.md +1 -1
- package/docs/sdks/customers/README.md +7 -7
- package/docs/sdks/orders/README.md +7 -7
- package/docs/sdks/shipping/README.md +3 -3
- package/esm/funcs/authGenerateOtp.d.ts +1 -1
- package/esm/funcs/authGenerateOtp.js +1 -1
- package/esm/funcs/authGetAnonymousToken.d.ts +1 -1
- package/esm/funcs/authGetAnonymousToken.js +1 -1
- package/esm/funcs/authGetUserDetail.d.ts +1 -1
- package/esm/funcs/authGetUserDetail.js +1 -1
- package/esm/funcs/authLoginWithEmail.d.ts +1 -1
- package/esm/funcs/authLoginWithEmail.js +1 -1
- package/esm/funcs/authLoginWithPhone.d.ts +1 -1
- package/esm/funcs/authLoginWithPhone.js +1 -1
- package/esm/funcs/authLoginWithWhatsapp.d.ts +1 -1
- package/esm/funcs/authLoginWithWhatsapp.js +1 -1
- package/esm/funcs/authLogout.d.ts +1 -1
- package/esm/funcs/authLogout.js +1 -1
- package/esm/funcs/authRefreshToken.d.ts +1 -1
- package/esm/funcs/authRefreshToken.js +1 -1
- package/esm/funcs/authUpdateUser.d.ts +1 -1
- package/esm/funcs/authUpdateUser.js +1 -1
- package/esm/funcs/authVerifyOtp.d.ts +1 -1
- package/esm/funcs/authVerifyOtp.js +1 -1
- package/esm/funcs/cartsAddShippingMethod.d.ts +1 -1
- package/esm/funcs/cartsAddShippingMethod.js +1 -1
- package/esm/funcs/cartsApplyCoupon.d.ts +1 -1
- package/esm/funcs/cartsApplyCoupon.js +1 -1
- package/esm/funcs/cartsCreateCart.d.ts +1 -1
- package/esm/funcs/cartsCreateCart.js +1 -1
- package/esm/funcs/cartsCreateCartAddress.d.ts +1 -1
- package/esm/funcs/cartsCreateCartAddress.js +1 -1
- package/esm/funcs/cartsDeleteCart.d.ts +1 -1
- package/esm/funcs/cartsDeleteCart.js +1 -1
- package/esm/funcs/cartsGetCart.d.ts +1 -1
- package/esm/funcs/cartsGetCart.js +1 -1
- package/esm/funcs/cartsGetUserCart.d.ts +1 -1
- package/esm/funcs/cartsGetUserCart.js +1 -1
- package/esm/funcs/cartsRedeemLoyaltyPoints.d.ts +1 -1
- package/esm/funcs/cartsRedeemLoyaltyPoints.js +1 -1
- package/esm/funcs/cartsRemoveCoupon.d.ts +1 -1
- package/esm/funcs/cartsRemoveCoupon.js +1 -1
- package/esm/funcs/cartsRemoveLoyaltyPoints.d.ts +1 -1
- package/esm/funcs/cartsRemoveLoyaltyPoints.js +1 -1
- package/esm/funcs/cartsRemoveUserCart.d.ts +1 -1
- package/esm/funcs/cartsRemoveUserCart.js +1 -1
- package/esm/funcs/cartsUpdateCart.d.ts +1 -1
- package/esm/funcs/cartsUpdateCart.js +1 -1
- package/esm/funcs/cartsUpdateFulfillmentPreference.d.ts +1 -1
- package/esm/funcs/cartsUpdateFulfillmentPreference.js +4 -2
- package/esm/funcs/cartsUpdateFulfillmentPreference.js.map +1 -1
- package/esm/funcs/catalogGetProductDetail.d.ts +1 -1
- package/esm/funcs/catalogGetProductDetail.js +1 -1
- package/esm/funcs/catalogGetVariantDetail.d.ts +1 -1
- package/esm/funcs/catalogGetVariantDetail.js +1 -1
- package/esm/funcs/catalogListCategories.d.ts +1 -1
- package/esm/funcs/catalogListCategories.js +1 -1
- package/esm/funcs/catalogListCrosssellProducts.d.ts +1 -1
- package/esm/funcs/catalogListCrosssellProducts.js +1 -1
- package/esm/funcs/catalogListProductReviews.d.ts +1 -1
- package/esm/funcs/catalogListProductReviews.js +1 -1
- package/esm/funcs/catalogListProductVariants.d.ts +1 -1
- package/esm/funcs/catalogListProductVariants.js +1 -1
- package/esm/funcs/catalogListProducts.d.ts +1 -1
- package/esm/funcs/catalogListProducts.js +1 -1
- package/esm/funcs/catalogListSimilarProducts.d.ts +1 -1
- package/esm/funcs/catalogListSimilarProducts.js +1 -1
- package/esm/funcs/catalogListSkus.d.ts +1 -1
- package/esm/funcs/catalogListSkus.js +1 -1
- package/esm/funcs/catalogListUpsellProducts.d.ts +1 -1
- package/esm/funcs/catalogListUpsellProducts.js +1 -1
- package/esm/funcs/catalogSearchProducts.d.ts +1 -1
- package/esm/funcs/catalogSearchProducts.js +1 -1
- package/esm/funcs/commonListCountryPincodes.d.ts +1 -1
- package/esm/funcs/commonListCountryPincodes.js +1 -1
- package/esm/funcs/customersCreateAddress.d.ts +1 -1
- package/esm/funcs/customersCreateAddress.js +1 -1
- package/esm/funcs/customersDeleteAddress.d.ts +1 -1
- package/esm/funcs/customersDeleteAddress.js +1 -1
- package/esm/funcs/customersGetAddressDetail.d.ts +1 -1
- package/esm/funcs/customersGetAddressDetail.js +1 -1
- package/esm/funcs/customersGetLoyaltyDetails.d.ts +1 -1
- package/esm/funcs/customersGetLoyaltyDetails.js +1 -1
- package/esm/funcs/customersListAddresses.d.ts +1 -1
- package/esm/funcs/customersListAddresses.js +1 -1
- package/esm/funcs/customersListUserReviews.d.ts +1 -1
- package/esm/funcs/customersListUserReviews.js +1 -1
- package/esm/funcs/customersUpdateAddressDetail.d.ts +1 -1
- package/esm/funcs/customersUpdateAddressDetail.js +1 -1
- package/esm/funcs/ordersCancelOrder.d.ts +1 -1
- package/esm/funcs/ordersCancelOrder.js +1 -1
- package/esm/funcs/ordersCreateOrder.d.ts +1 -1
- package/esm/funcs/ordersCreateOrder.js +1 -1
- package/esm/funcs/ordersGetOrderDetail.d.ts +1 -1
- package/esm/funcs/ordersGetOrderDetail.js +1 -1
- package/esm/funcs/ordersGetPaymentStatus.d.ts +1 -1
- package/esm/funcs/ordersGetPaymentStatus.js +1 -1
- package/esm/funcs/ordersListOrderShipments.d.ts +1 -1
- package/esm/funcs/ordersListOrderShipments.js +1 -1
- package/esm/funcs/ordersListOrders.d.ts +1 -1
- package/esm/funcs/ordersListOrders.js +1 -1
- package/esm/funcs/ordersRetryOrderPayment.d.ts +1 -1
- package/esm/funcs/ordersRetryOrderPayment.js +1 -1
- package/esm/funcs/shippingCheckServiceability.d.ts +1 -1
- package/esm/funcs/shippingCheckServiceability.js +1 -1
- package/esm/funcs/shippingFulfillmentOptions.d.ts +1 -1
- package/esm/funcs/shippingFulfillmentOptions.js +1 -1
- package/esm/funcs/shippingShippingMethods.d.ts +1 -1
- package/esm/funcs/shippingShippingMethods.js +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/models/components/anonymoususer.d.ts +1 -1
- package/esm/models/components/appliedcoupon.d.ts +1 -1
- package/esm/models/components/appliedpromotion.d.ts +1 -1
- package/esm/models/components/banktransfer.d.ts +1 -1
- package/esm/models/components/booleanattribute.d.ts +1 -1
- package/esm/models/components/cardpayment.d.ts +1 -1
- package/esm/models/components/cart.d.ts +1 -12
- package/esm/models/components/cart.d.ts.map +1 -1
- package/esm/models/components/cart.js +0 -21
- package/esm/models/components/cart.js.map +1 -1
- package/esm/models/components/cartbasedserviceabilitycheck.d.ts +1 -1
- package/esm/models/components/cartitem.d.ts +1 -1
- package/esm/models/components/category.d.ts +1 -1
- package/esm/models/components/collectinstore.d.ts +1 -1
- package/esm/models/components/collectinstorefulfillment.d.ts +1 -1
- package/esm/models/components/colorattribute.d.ts +1 -1
- package/esm/models/components/coloroption.d.ts +1 -1
- package/esm/models/components/currency.d.ts +1 -1
- package/esm/models/components/customeraddress.d.ts +1 -1
- package/esm/models/components/customeraddressinput.d.ts +1 -1
- package/esm/models/components/customerloyalty.d.ts +1 -1
- package/esm/models/components/customerreadyforreview.d.ts +1 -1
- package/esm/models/components/customerreview.d.ts +1 -1
- package/esm/models/components/dateattribute.d.ts +1 -1
- package/esm/models/components/deliveryfulfillment.d.ts +3 -3
- package/esm/models/components/deliveryfulfillment.d.ts.map +1 -1
- package/esm/models/components/deliveryfulfillment.js +2 -2
- package/esm/models/components/deliveryfulfillment.js.map +1 -1
- package/esm/models/components/deliveryfulfillmentinput.d.ts +36 -0
- package/esm/models/components/deliveryfulfillmentinput.d.ts.map +1 -0
- package/esm/models/components/deliveryfulfillmentinput.js +48 -0
- package/esm/models/components/deliveryfulfillmentinput.js.map +1 -0
- package/esm/models/components/discountbasedpromotion.d.ts +1 -1
- package/esm/models/components/fixedpricepromotion.d.ts +1 -1
- package/esm/models/components/freegoodspromotion.d.ts +1 -1
- package/esm/models/components/fulfillmentitem.d.ts +40 -0
- package/esm/models/components/fulfillmentitem.d.ts.map +1 -0
- package/esm/models/components/fulfillmentitem.js +54 -0
- package/esm/models/components/fulfillmentitem.js.map +1 -0
- package/esm/models/components/fulfillmentiteminput.d.ts +36 -0
- package/esm/models/components/fulfillmentiteminput.d.ts.map +1 -0
- package/esm/models/components/fulfillmentiteminput.js +46 -0
- package/esm/models/components/fulfillmentiteminput.js.map +1 -0
- package/esm/models/components/fulfillmentpreference.d.ts +15 -3
- package/esm/models/components/fulfillmentpreference.d.ts.map +1 -1
- package/esm/models/components/fulfillmentpreference.js +12 -6
- package/esm/models/components/fulfillmentpreference.js.map +1 -1
- package/esm/models/components/fulfillmentpreferenceinput.d.ts +43 -0
- package/esm/models/components/fulfillmentpreferenceinput.d.ts.map +1 -0
- package/esm/models/components/fulfillmentpreferenceinput.js +44 -0
- package/esm/models/components/fulfillmentpreferenceinput.js.map +1 -0
- package/esm/models/components/generateotpwithemail.d.ts +1 -1
- package/esm/models/components/generateotpwithphone.d.ts +1 -1
- package/esm/models/components/index.d.ts +4 -1
- package/esm/models/components/index.d.ts.map +1 -1
- package/esm/models/components/index.js +4 -1
- package/esm/models/components/index.js.map +1 -1
- package/esm/models/components/item.d.ts +1 -1
- package/esm/models/components/juspaypaymentgatewayparams.d.ts +1 -1
- package/esm/models/components/juspaypaymentinfo.d.ts +1 -1
- package/esm/models/components/lotbatchdetail.d.ts +1 -1
- package/esm/models/components/multiselectattribute.d.ts +1 -1
- package/esm/models/components/netbankingpayment.d.ts +1 -1
- package/esm/models/components/notificationchannelpreferences.d.ts +1 -1
- package/esm/models/components/notificationpreferences.d.ts +1 -1
- package/esm/models/components/numberattribute.d.ts +1 -1
- package/esm/models/components/order.d.ts +1 -12
- package/esm/models/components/order.d.ts.map +1 -1
- package/esm/models/components/order.js +0 -21
- package/esm/models/components/order.js.map +1 -1
- package/esm/models/components/orderdetail.d.ts +1 -12
- package/esm/models/components/orderdetail.d.ts.map +1 -1
- package/esm/models/components/orderdetail.js +0 -21
- package/esm/models/components/orderdetail.js.map +1 -1
- package/esm/models/components/orderitem.d.ts +1 -1
- package/esm/models/components/orderlist.d.ts +1 -1
- package/esm/models/components/orderpayment.d.ts +1 -1
- package/esm/models/components/ordershipment.d.ts +1 -1
- package/esm/models/components/pagination.d.ts +1 -1
- package/esm/models/components/partialcollectanddelivery.d.ts +27 -115
- package/esm/models/components/partialcollectanddelivery.d.ts.map +1 -1
- package/esm/models/components/partialcollectanddelivery.js +30 -138
- package/esm/models/components/partialcollectanddelivery.js.map +1 -1
- package/esm/models/components/partialcollectanddeliveryinput.d.ts +25 -105
- package/esm/models/components/partialcollectanddeliveryinput.d.ts.map +1 -1
- package/esm/models/components/partialcollectanddeliveryinput.js +28 -118
- package/esm/models/components/partialcollectanddeliveryinput.js.map +1 -1
- package/esm/models/components/paymentgateway.d.ts +2 -2
- package/esm/models/components/paymentgateway.js +1 -1
- package/esm/models/components/paymentgatewayparams.d.ts +1 -1
- package/esm/models/components/payupaymentgatewayparams.d.ts +1 -1
- package/esm/models/components/payupaymentinfo.d.ts +1 -1
- package/esm/models/components/pincode.d.ts +1 -1
- package/esm/models/components/pincodeserviceability.d.ts +1 -1
- package/esm/models/components/product.d.ts +1 -1
- package/esm/models/components/productattribute.d.ts +1 -1
- package/esm/models/components/productbundleitem.d.ts +1 -1
- package/esm/models/components/productcategory.d.ts +1 -1
- package/esm/models/components/productdetail.d.ts +1 -1
- package/esm/models/components/productimage.d.ts +1 -1
- package/esm/models/components/productpricing.d.ts +1 -1
- package/esm/models/components/productpromotion.d.ts +1 -1
- package/esm/models/components/productreview.d.ts +1 -1
- package/esm/models/components/productshipping.d.ts +1 -1
- package/esm/models/components/productsubscription.d.ts +1 -1
- package/esm/models/components/productvideo.d.ts +1 -1
- package/esm/models/components/searchproduct.d.ts +1 -1
- package/esm/models/components/seo.d.ts +1 -1
- package/esm/models/components/shipmentitem.d.ts +1 -1
- package/esm/models/components/singleselectattribute.d.ts +1 -1
- package/esm/models/components/singleselectoption.d.ts +1 -1
- package/esm/models/components/textattribute.d.ts +1 -1
- package/esm/models/components/updatecartitem.d.ts +1 -1
- package/esm/models/components/upipayment.d.ts +1 -1
- package/esm/models/components/user.d.ts +2 -2
- package/esm/models/components/variant.d.ts +1 -1
- package/esm/models/components/variantdetail.d.ts +1 -1
- package/esm/models/components/variantoption.d.ts +1 -1
- package/esm/models/components/volumebasedpromotion.d.ts +1 -1
- package/esm/models/components/walletpayment.d.ts +1 -1
- package/esm/models/operations/createaddress.d.ts +1 -1
- package/esm/models/operations/getaddressdetail.d.ts +1 -1
- package/esm/models/operations/listaddresses.d.ts +1 -1
- package/esm/models/operations/updateaddressdetail.d.ts +1 -1
- package/esm/models/operations/updatefulfillmentpreference.d.ts +32 -23
- package/esm/models/operations/updatefulfillmentpreference.d.ts.map +1 -1
- package/esm/models/operations/updatefulfillmentpreference.js +31 -41
- package/esm/models/operations/updatefulfillmentpreference.js.map +1 -1
- package/esm/sdk/auth.d.ts +10 -10
- package/esm/sdk/auth.js +10 -10
- package/esm/sdk/carts.d.ts +13 -13
- package/esm/sdk/carts.js +13 -13
- package/esm/sdk/catalog.d.ts +11 -11
- package/esm/sdk/catalog.js +11 -11
- package/esm/sdk/common.d.ts +1 -1
- package/esm/sdk/common.js +1 -1
- package/esm/sdk/customers.d.ts +7 -7
- package/esm/sdk/customers.js +7 -7
- package/esm/sdk/orders.d.ts +7 -7
- package/esm/sdk/orders.js +7 -7
- package/esm/sdk/shipping.d.ts +3 -3
- package/esm/sdk/shipping.js +3 -3
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/authGenerateOtp.ts +1 -1
- package/src/funcs/authGetAnonymousToken.ts +1 -1
- package/src/funcs/authGetUserDetail.ts +1 -1
- package/src/funcs/authLoginWithEmail.ts +1 -1
- package/src/funcs/authLoginWithPhone.ts +1 -1
- package/src/funcs/authLoginWithWhatsapp.ts +1 -1
- package/src/funcs/authLogout.ts +1 -1
- package/src/funcs/authRefreshToken.ts +1 -1
- package/src/funcs/authUpdateUser.ts +1 -1
- package/src/funcs/authVerifyOtp.ts +1 -1
- package/src/funcs/cartsAddShippingMethod.ts +1 -1
- package/src/funcs/cartsApplyCoupon.ts +1 -1
- package/src/funcs/cartsCreateCart.ts +1 -1
- package/src/funcs/cartsCreateCartAddress.ts +1 -1
- package/src/funcs/cartsDeleteCart.ts +1 -1
- package/src/funcs/cartsGetCart.ts +1 -1
- package/src/funcs/cartsGetUserCart.ts +1 -1
- package/src/funcs/cartsRedeemLoyaltyPoints.ts +1 -1
- package/src/funcs/cartsRemoveCoupon.ts +1 -1
- package/src/funcs/cartsRemoveLoyaltyPoints.ts +1 -1
- package/src/funcs/cartsRemoveUserCart.ts +1 -1
- package/src/funcs/cartsUpdateCart.ts +1 -1
- package/src/funcs/cartsUpdateFulfillmentPreference.ts +4 -2
- package/src/funcs/catalogGetProductDetail.ts +1 -1
- package/src/funcs/catalogGetVariantDetail.ts +1 -1
- package/src/funcs/catalogListCategories.ts +1 -1
- package/src/funcs/catalogListCrosssellProducts.ts +1 -1
- package/src/funcs/catalogListProductReviews.ts +1 -1
- package/src/funcs/catalogListProductVariants.ts +1 -1
- package/src/funcs/catalogListProducts.ts +1 -1
- package/src/funcs/catalogListSimilarProducts.ts +1 -1
- package/src/funcs/catalogListSkus.ts +1 -1
- package/src/funcs/catalogListUpsellProducts.ts +1 -1
- package/src/funcs/catalogSearchProducts.ts +1 -1
- package/src/funcs/commonListCountryPincodes.ts +1 -1
- package/src/funcs/customersCreateAddress.ts +1 -1
- package/src/funcs/customersDeleteAddress.ts +1 -1
- package/src/funcs/customersGetAddressDetail.ts +1 -1
- package/src/funcs/customersGetLoyaltyDetails.ts +1 -1
- package/src/funcs/customersListAddresses.ts +1 -1
- package/src/funcs/customersListUserReviews.ts +1 -1
- package/src/funcs/customersUpdateAddressDetail.ts +1 -1
- package/src/funcs/ordersCancelOrder.ts +1 -1
- package/src/funcs/ordersCreateOrder.ts +1 -1
- package/src/funcs/ordersGetOrderDetail.ts +1 -1
- package/src/funcs/ordersGetPaymentStatus.ts +1 -1
- package/src/funcs/ordersListOrderShipments.ts +1 -1
- package/src/funcs/ordersListOrders.ts +1 -1
- package/src/funcs/ordersRetryOrderPayment.ts +1 -1
- package/src/funcs/shippingCheckServiceability.ts +1 -1
- package/src/funcs/shippingFulfillmentOptions.ts +1 -1
- package/src/funcs/shippingShippingMethods.ts +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/anonymoususer.ts +1 -1
- package/src/models/components/appliedcoupon.ts +1 -1
- package/src/models/components/appliedpromotion.ts +1 -1
- package/src/models/components/banktransfer.ts +1 -1
- package/src/models/components/booleanattribute.ts +1 -1
- package/src/models/components/cardpayment.ts +1 -1
- package/src/models/components/cart.ts +1 -36
- package/src/models/components/cartbasedserviceabilitycheck.ts +1 -1
- package/src/models/components/cartitem.ts +1 -1
- package/src/models/components/category.ts +1 -1
- package/src/models/components/collectinstore.ts +1 -1
- package/src/models/components/collectinstorefulfillment.ts +1 -1
- package/src/models/components/colorattribute.ts +1 -1
- package/src/models/components/coloroption.ts +1 -1
- package/src/models/components/currency.ts +1 -1
- package/src/models/components/customeraddress.ts +1 -1
- package/src/models/components/customeraddressinput.ts +1 -1
- package/src/models/components/customerloyalty.ts +1 -1
- package/src/models/components/customerreadyforreview.ts +1 -1
- package/src/models/components/customerreview.ts +1 -1
- package/src/models/components/dateattribute.ts +1 -1
- package/src/models/components/deliveryfulfillment.ts +5 -5
- package/src/models/components/deliveryfulfillmentinput.ts +90 -0
- package/src/models/components/discountbasedpromotion.ts +1 -1
- package/src/models/components/fixedpricepromotion.ts +1 -1
- package/src/models/components/freegoodspromotion.ts +1 -1
- package/src/models/components/fulfillmentitem.ts +98 -0
- package/src/models/components/fulfillmentiteminput.ts +88 -0
- package/src/models/components/fulfillmentpreference.ts +41 -13
- package/src/models/components/fulfillmentpreferenceinput.ts +121 -0
- package/src/models/components/generateotpwithemail.ts +1 -1
- package/src/models/components/generateotpwithphone.ts +1 -1
- package/src/models/components/index.ts +4 -1
- package/src/models/components/item.ts +1 -1
- package/src/models/components/juspaypaymentgatewayparams.ts +1 -1
- package/src/models/components/juspaypaymentinfo.ts +1 -1
- package/src/models/components/lotbatchdetail.ts +1 -1
- package/src/models/components/multiselectattribute.ts +1 -1
- package/src/models/components/netbankingpayment.ts +1 -1
- package/src/models/components/notificationchannelpreferences.ts +1 -1
- package/src/models/components/notificationpreferences.ts +1 -1
- package/src/models/components/numberattribute.ts +1 -1
- package/src/models/components/order.ts +1 -36
- package/src/models/components/orderdetail.ts +1 -36
- package/src/models/components/orderitem.ts +1 -1
- package/src/models/components/orderlist.ts +1 -1
- package/src/models/components/orderpayment.ts +1 -1
- package/src/models/components/ordershipment.ts +1 -1
- package/src/models/components/pagination.ts +1 -1
- package/src/models/components/partialcollectanddelivery.ts +71 -254
- package/src/models/components/partialcollectanddeliveryinput.ts +59 -265
- package/src/models/components/paymentgateway.ts +2 -2
- package/src/models/components/paymentgatewayparams.ts +1 -1
- package/src/models/components/payupaymentgatewayparams.ts +1 -1
- package/src/models/components/payupaymentinfo.ts +1 -1
- package/src/models/components/pincode.ts +1 -1
- package/src/models/components/pincodeserviceability.ts +1 -1
- package/src/models/components/product.ts +1 -1
- package/src/models/components/productattribute.ts +1 -1
- package/src/models/components/productbundleitem.ts +1 -1
- package/src/models/components/productcategory.ts +1 -1
- package/src/models/components/productdetail.ts +1 -1
- package/src/models/components/productimage.ts +1 -1
- package/src/models/components/productpricing.ts +1 -1
- package/src/models/components/productpromotion.ts +1 -1
- package/src/models/components/productreview.ts +1 -1
- package/src/models/components/productshipping.ts +1 -1
- package/src/models/components/productsubscription.ts +1 -1
- package/src/models/components/productvideo.ts +1 -1
- package/src/models/components/searchproduct.ts +1 -1
- package/src/models/components/seo.ts +1 -1
- package/src/models/components/shipmentitem.ts +1 -1
- package/src/models/components/singleselectattribute.ts +1 -1
- package/src/models/components/singleselectoption.ts +1 -1
- package/src/models/components/textattribute.ts +1 -1
- package/src/models/components/updatecartitem.ts +1 -1
- package/src/models/components/upipayment.ts +1 -1
- package/src/models/components/user.ts +2 -2
- package/src/models/components/variant.ts +1 -1
- package/src/models/components/variantdetail.ts +1 -1
- package/src/models/components/variantoption.ts +1 -1
- package/src/models/components/volumebasedpromotion.ts +1 -1
- package/src/models/components/walletpayment.ts +1 -1
- package/src/models/operations/createaddress.ts +1 -1
- package/src/models/operations/getaddressdetail.ts +1 -1
- package/src/models/operations/listaddresses.ts +1 -1
- package/src/models/operations/updateaddressdetail.ts +1 -1
- package/src/models/operations/updatefulfillmentpreference.ts +75 -90
- package/src/sdk/auth.ts +10 -10
- package/src/sdk/carts.ts +13 -13
- package/src/sdk/catalog.ts +11 -11
- package/src/sdk/common.ts +1 -1
- package/src/sdk/customers.ts +7 -7
- package/src/sdk/orders.ts +7 -7
- package/src/sdk/shipping.ts +3 -3
- package/esm/models/components/fulfillmenttype.d.ts +0 -37
- package/esm/models/components/fulfillmenttype.d.ts.map +0 -1
- package/esm/models/components/fulfillmenttype.js +0 -28
- package/esm/models/components/fulfillmenttype.js.map +0 -1
- package/src/models/components/fulfillmenttype.ts +0 -40
package/src/sdk/catalog.ts
CHANGED
|
@@ -24,7 +24,7 @@ export class Catalog extends ClientSDK {
|
|
|
24
24
|
* @remarks
|
|
25
25
|
* Returns a list of your product categories. The categories are returned sorted by creation date, with the most recently created categories appearing first.
|
|
26
26
|
*
|
|
27
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-categories} - API reference for the list-categories operation
|
|
27
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-categories} - API reference for the list-categories operation
|
|
28
28
|
*/
|
|
29
29
|
async listCategories(
|
|
30
30
|
request: operations.ListCategoriesRequest,
|
|
@@ -43,7 +43,7 @@ export class Catalog extends ClientSDK {
|
|
|
43
43
|
* @remarks
|
|
44
44
|
* Returns a list of your products. The products are returned sorted by creation date, with the most recently created products appearing first.
|
|
45
45
|
*
|
|
46
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-products} - API reference for the list-products operation
|
|
46
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-products} - API reference for the list-products operation
|
|
47
47
|
*/
|
|
48
48
|
async listProducts(
|
|
49
49
|
request: operations.ListProductsRequest,
|
|
@@ -62,7 +62,7 @@ export class Catalog extends ClientSDK {
|
|
|
62
62
|
* @remarks
|
|
63
63
|
* Retrieves a list of products specified for cross selling. The cross-sell products are returned based on product ids specified in request param.
|
|
64
64
|
*
|
|
65
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-crosssell-products} - API reference for the list-crosssell-products operation
|
|
65
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-crosssell-products} - API reference for the list-crosssell-products operation
|
|
66
66
|
*/
|
|
67
67
|
async listCrosssellProducts(
|
|
68
68
|
request: operations.ListCrosssellProductsRequest,
|
|
@@ -81,7 +81,7 @@ export class Catalog extends ClientSDK {
|
|
|
81
81
|
* @remarks
|
|
82
82
|
* Search for products matching a specific words or characters given.
|
|
83
83
|
*
|
|
84
|
-
* @see {@link https://llm-docs.commercengine.io/operations/search-products} - API reference for the search-products operation
|
|
84
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/search-products} - API reference for the search-products operation
|
|
85
85
|
*/
|
|
86
86
|
async searchProducts(
|
|
87
87
|
request: operations.SearchProductsRequest,
|
|
@@ -100,7 +100,7 @@ export class Catalog extends ClientSDK {
|
|
|
100
100
|
* @remarks
|
|
101
101
|
* Retrieves a list of products similar to a specified product based on their attributes and category. The similar products are returned sorted by relevance, with the most closely matching products appearing first. Useful for providing product recommendations to your customers.
|
|
102
102
|
*
|
|
103
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-similar-products} - API reference for the list-similar-products operation
|
|
103
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-similar-products} - API reference for the list-similar-products operation
|
|
104
104
|
*/
|
|
105
105
|
async listSimilarProducts(
|
|
106
106
|
request: operations.ListSimilarProductsRequest,
|
|
@@ -119,7 +119,7 @@ export class Catalog extends ClientSDK {
|
|
|
119
119
|
* @remarks
|
|
120
120
|
* Retrieves a list of products specified for upsell. The upsell products are returned based on product ids specified in request param.
|
|
121
121
|
*
|
|
122
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-upsell-products} - API reference for the list-upsell-products operation
|
|
122
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-upsell-products} - API reference for the list-upsell-products operation
|
|
123
123
|
*/
|
|
124
124
|
async listUpsellProducts(
|
|
125
125
|
request: operations.ListUpsellProductsRequest,
|
|
@@ -138,7 +138,7 @@ export class Catalog extends ClientSDK {
|
|
|
138
138
|
* @remarks
|
|
139
139
|
* Retrieves the details of an existing product. Supply either the unique product ID or the unique slug, and Commerce Engine will return the corresponding product information.
|
|
140
140
|
*
|
|
141
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-product-detail} - API reference for the get-product-detail operation
|
|
141
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-product-detail} - API reference for the get-product-detail operation
|
|
142
142
|
*/
|
|
143
143
|
async getProductDetail(
|
|
144
144
|
request: operations.GetProductDetailRequest,
|
|
@@ -157,7 +157,7 @@ export class Catalog extends ClientSDK {
|
|
|
157
157
|
* @remarks
|
|
158
158
|
* List of reviews for a specified product. The reviews are returned sorted by submission date, with the most recent reviews appearing first. You can filter the reviews by rating, reviewer, or date for more detailed analysis.
|
|
159
159
|
*
|
|
160
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-product-reviews} - API reference for the list-product-reviews operation
|
|
160
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-product-reviews} - API reference for the list-product-reviews operation
|
|
161
161
|
*/
|
|
162
162
|
async listProductReviews(
|
|
163
163
|
request: operations.ListProductReviewsRequest,
|
|
@@ -176,7 +176,7 @@ export class Catalog extends ClientSDK {
|
|
|
176
176
|
* @remarks
|
|
177
177
|
* Retrieves the variants of an existing product. Supply the unique product ID, and Commerce Engine will return the corresponding product variants information.
|
|
178
178
|
*
|
|
179
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-product-variants} - API reference for the list-product-variants operation
|
|
179
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-product-variants} - API reference for the list-product-variants operation
|
|
180
180
|
*/
|
|
181
181
|
async listProductVariants(
|
|
182
182
|
request: operations.ListProductVariantsRequest,
|
|
@@ -195,7 +195,7 @@ export class Catalog extends ClientSDK {
|
|
|
195
195
|
* @remarks
|
|
196
196
|
* Retrieves the details of a particular variant. Supply the unique product ID, and variant ID.
|
|
197
197
|
*
|
|
198
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-variant-detail} - API reference for the get-variant-detail operation
|
|
198
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-variant-detail} - API reference for the get-variant-detail operation
|
|
199
199
|
*/
|
|
200
200
|
async getVariantDetail(
|
|
201
201
|
request: operations.GetVariantDetailRequest,
|
|
@@ -214,7 +214,7 @@ export class Catalog extends ClientSDK {
|
|
|
214
214
|
* @remarks
|
|
215
215
|
* Returns a list of SKUs. The SKUs are returned sorted by creation date, with the most recently created SKUs appearing first.
|
|
216
216
|
*
|
|
217
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-skus} - API reference for the list-skus operation
|
|
217
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-skus} - API reference for the list-skus operation
|
|
218
218
|
*/
|
|
219
219
|
async listSkus(
|
|
220
220
|
request: operations.ListSkusRequest,
|
package/src/sdk/common.ts
CHANGED
|
@@ -14,7 +14,7 @@ export class Common extends ClientSDK {
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Retrieve pincodes
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-country-pincodes} - API reference for the list-country-pincodes operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-country-pincodes} - API reference for the list-country-pincodes operation
|
|
18
18
|
*/
|
|
19
19
|
async listCountryPincodes(
|
|
20
20
|
request: operations.ListCountryPincodesRequest,
|
package/src/sdk/customers.ts
CHANGED
|
@@ -20,7 +20,7 @@ export class Customers extends ClientSDK {
|
|
|
20
20
|
* @remarks
|
|
21
21
|
* Retrieve billing and shipping address of particular customer
|
|
22
22
|
*
|
|
23
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-addresses} - API reference for the list-addresses operation
|
|
23
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-addresses} - API reference for the list-addresses operation
|
|
24
24
|
*/
|
|
25
25
|
async listAddresses(
|
|
26
26
|
request: operations.ListAddressesRequest,
|
|
@@ -39,7 +39,7 @@ export class Customers extends ClientSDK {
|
|
|
39
39
|
* @remarks
|
|
40
40
|
* Add new address
|
|
41
41
|
*
|
|
42
|
-
* @see {@link https://llm-docs.commercengine.io/operations/create-address} - API reference for the create-address operation
|
|
42
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/create-address} - API reference for the create-address operation
|
|
43
43
|
*/
|
|
44
44
|
async createAddress(
|
|
45
45
|
request: operations.CreateAddressRequest,
|
|
@@ -58,7 +58,7 @@ export class Customers extends ClientSDK {
|
|
|
58
58
|
* @remarks
|
|
59
59
|
* Retrieve address
|
|
60
60
|
*
|
|
61
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-address-detail} - API reference for the get-address-detail operation
|
|
61
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-address-detail} - API reference for the get-address-detail operation
|
|
62
62
|
*/
|
|
63
63
|
async getAddressDetail(
|
|
64
64
|
request: operations.GetAddressDetailRequest,
|
|
@@ -77,7 +77,7 @@ export class Customers extends ClientSDK {
|
|
|
77
77
|
* @remarks
|
|
78
78
|
* Update address
|
|
79
79
|
*
|
|
80
|
-
* @see {@link https://llm-docs.commercengine.io/operations/update-address-detail} - API reference for the update-address-detail operation
|
|
80
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/update-address-detail} - API reference for the update-address-detail operation
|
|
81
81
|
*/
|
|
82
82
|
async updateAddressDetail(
|
|
83
83
|
request: operations.UpdateAddressDetailRequest,
|
|
@@ -96,7 +96,7 @@ export class Customers extends ClientSDK {
|
|
|
96
96
|
* @remarks
|
|
97
97
|
* Delete address
|
|
98
98
|
*
|
|
99
|
-
* @see {@link https://llm-docs.commercengine.io/operations/delete-address} - API reference for the delete-address operation
|
|
99
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/delete-address} - API reference for the delete-address operation
|
|
100
100
|
*/
|
|
101
101
|
async deleteAddress(
|
|
102
102
|
request: operations.DeleteAddressRequest,
|
|
@@ -115,7 +115,7 @@ export class Customers extends ClientSDK {
|
|
|
115
115
|
* @remarks
|
|
116
116
|
* Retrieve loyalty details
|
|
117
117
|
*
|
|
118
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-loyalty-details} - API reference for the get-loyalty-details operation
|
|
118
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-loyalty-details} - API reference for the get-loyalty-details operation
|
|
119
119
|
*/
|
|
120
120
|
async getLoyaltyDetails(
|
|
121
121
|
request: operations.GetLoyaltyDetailsRequest,
|
|
@@ -134,7 +134,7 @@ export class Customers extends ClientSDK {
|
|
|
134
134
|
* @remarks
|
|
135
135
|
* Retrieve all reviews
|
|
136
136
|
*
|
|
137
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-user-reviews} - API reference for the list-user-reviews operation
|
|
137
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-user-reviews} - API reference for the list-user-reviews operation
|
|
138
138
|
*/
|
|
139
139
|
async listUserReviews(
|
|
140
140
|
request: operations.ListUserReviewsRequest,
|
package/src/sdk/orders.ts
CHANGED
|
@@ -20,7 +20,7 @@ export class Orders extends ClientSDK {
|
|
|
20
20
|
* @remarks
|
|
21
21
|
* Create new order
|
|
22
22
|
*
|
|
23
|
-
* @see {@link https://llm-docs.commercengine.io/operations/create-order} - API reference for the create-order operation
|
|
23
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/create-order} - API reference for the create-order operation
|
|
24
24
|
*/
|
|
25
25
|
async createOrder(
|
|
26
26
|
request: operations.CreateOrderRequestBody,
|
|
@@ -39,7 +39,7 @@ export class Orders extends ClientSDK {
|
|
|
39
39
|
* @remarks
|
|
40
40
|
* list customers all orders
|
|
41
41
|
*
|
|
42
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-orders} - API reference for the list-orders operation
|
|
42
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-orders} - API reference for the list-orders operation
|
|
43
43
|
*/
|
|
44
44
|
async listOrders(
|
|
45
45
|
request: operations.ListOrdersRequest,
|
|
@@ -58,7 +58,7 @@ export class Orders extends ClientSDK {
|
|
|
58
58
|
* @remarks
|
|
59
59
|
* view particular order details
|
|
60
60
|
*
|
|
61
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-order-detail} - API reference for the get-order-detail operation
|
|
61
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-order-detail} - API reference for the get-order-detail operation
|
|
62
62
|
*/
|
|
63
63
|
async getOrderDetail(
|
|
64
64
|
request: operations.GetOrderDetailRequest,
|
|
@@ -77,7 +77,7 @@ export class Orders extends ClientSDK {
|
|
|
77
77
|
* @remarks
|
|
78
78
|
* Order cancellation
|
|
79
79
|
*
|
|
80
|
-
* @see {@link https://llm-docs.commercengine.io/operations/cancel-order} - API reference for the cancel-order operation
|
|
80
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/cancel-order} - API reference for the cancel-order operation
|
|
81
81
|
*/
|
|
82
82
|
async cancelOrder(
|
|
83
83
|
request: operations.CancelOrderRequest,
|
|
@@ -96,7 +96,7 @@ export class Orders extends ClientSDK {
|
|
|
96
96
|
* @remarks
|
|
97
97
|
* Retrieve payment status of a paricular order.
|
|
98
98
|
*
|
|
99
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-payment-status} - API reference for the get-payment-status operation
|
|
99
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-payment-status} - API reference for the get-payment-status operation
|
|
100
100
|
*/
|
|
101
101
|
async getPaymentStatus(
|
|
102
102
|
request: operations.GetPaymentStatusRequest,
|
|
@@ -115,7 +115,7 @@ export class Orders extends ClientSDK {
|
|
|
115
115
|
* @remarks
|
|
116
116
|
* To generate new payment request if first payment request is failed or expired. Retry payment request can be made after 15 mins of last request or immediately after last payment request is marked as failed.
|
|
117
117
|
*
|
|
118
|
-
* @see {@link https://llm-docs.commercengine.io/operations/retry-order-payment} - API reference for the retry-order-payment operation
|
|
118
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/retry-order-payment} - API reference for the retry-order-payment operation
|
|
119
119
|
*/
|
|
120
120
|
async retryOrderPayment(
|
|
121
121
|
request: operations.RetryOrderPaymentRequest,
|
|
@@ -134,7 +134,7 @@ export class Orders extends ClientSDK {
|
|
|
134
134
|
* @remarks
|
|
135
135
|
* Retrieve order shipments
|
|
136
136
|
*
|
|
137
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-order-shipments} - API reference for the list-order-shipments operation
|
|
137
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-order-shipments} - API reference for the list-order-shipments operation
|
|
138
138
|
*/
|
|
139
139
|
async listOrderShipments(
|
|
140
140
|
request: operations.ListOrderShipmentsRequest,
|
package/src/sdk/shipping.ts
CHANGED
|
@@ -17,7 +17,7 @@ export class Shipping extends ClientSDK {
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* This endpoint returns the available fulfillment options for a given cart and delivery pincode. It provides both delivery options and collect-in-store (Click & Collect) options, including details of store locations where the item can be collected.
|
|
19
19
|
*
|
|
20
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-fulfillment-options} - API reference for the get-fulfillment-options operation
|
|
20
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-fulfillment-options} - API reference for the get-fulfillment-options operation
|
|
21
21
|
*/
|
|
22
22
|
async fulfillmentOptions(
|
|
23
23
|
request: components.CartBasedServiceabilityCheck,
|
|
@@ -36,7 +36,7 @@ export class Shipping extends ClientSDK {
|
|
|
36
36
|
* @remarks
|
|
37
37
|
* Checking if delivery is available to the entered pincode based on shipping zones.
|
|
38
38
|
*
|
|
39
|
-
* @see {@link https://llm-docs.commercengine.io/operations/check-pincode-serviceability} - API reference for the check-pincode-serviceability operation
|
|
39
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/check-pincode-serviceability} - API reference for the check-pincode-serviceability operation
|
|
40
40
|
*/
|
|
41
41
|
async checkServiceability(
|
|
42
42
|
request: operations.CheckPincodeServiceabilityRequest,
|
|
@@ -55,7 +55,7 @@ export class Shipping extends ClientSDK {
|
|
|
55
55
|
* @remarks
|
|
56
56
|
* Checks whether a given pincode is serviceable and returns all available shipping methods based on delivery address
|
|
57
57
|
*
|
|
58
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-shipping-methods} - API reference for the get-shipping-methods operation
|
|
58
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-shipping-methods} - API reference for the get-shipping-methods operation
|
|
59
59
|
*/
|
|
60
60
|
async shippingMethods(
|
|
61
61
|
request: components.CartBasedServiceabilityCheck,
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
-
/**
|
|
4
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/FulfillmentType} - API reference for the FulfillmentType schema
|
|
5
|
-
*/
|
|
6
|
-
export declare const FulfillmentType: {
|
|
7
|
-
readonly CollectInStore: "collect-in-store";
|
|
8
|
-
readonly Delivery: "delivery";
|
|
9
|
-
readonly PartialCollectAndDelivery: "partial-collect-and-delivery";
|
|
10
|
-
};
|
|
11
|
-
/**
|
|
12
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/FulfillmentType} - API reference for the FulfillmentType schema
|
|
13
|
-
*/
|
|
14
|
-
export type FulfillmentType = ClosedEnum<typeof FulfillmentType>;
|
|
15
|
-
/** @internal */
|
|
16
|
-
export declare const FulfillmentType$inboundSchema: z.ZodNativeEnum<typeof FulfillmentType>;
|
|
17
|
-
/** @internal */
|
|
18
|
-
export declare const FulfillmentType$outboundSchema: z.ZodNativeEnum<typeof FulfillmentType>;
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
22
|
-
*/
|
|
23
|
-
export declare namespace FulfillmentType$ {
|
|
24
|
-
/** @deprecated use `FulfillmentType$inboundSchema` instead. */
|
|
25
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
26
|
-
readonly CollectInStore: "collect-in-store";
|
|
27
|
-
readonly Delivery: "delivery";
|
|
28
|
-
readonly PartialCollectAndDelivery: "partial-collect-and-delivery";
|
|
29
|
-
}>;
|
|
30
|
-
/** @deprecated use `FulfillmentType$outboundSchema` instead. */
|
|
31
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
32
|
-
readonly CollectInStore: "collect-in-store";
|
|
33
|
-
readonly Delivery: "delivery";
|
|
34
|
-
readonly PartialCollectAndDelivery: "partial-collect-and-delivery";
|
|
35
|
-
}>;
|
|
36
|
-
}
|
|
37
|
-
//# sourceMappingURL=fulfillmenttype.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fulfillmenttype.d.ts","sourceRoot":"","sources":["../../../src/models/components/fulfillmenttype.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,eAAe;;;;CAIlB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAEjE,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,eAAe,CACS,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,eAAe,CACS,CAAC;AAElC;;;GAGG;AACH,yBAAiB,gBAAgB,CAAC;IAChC,+DAA+D;IACxD,MAAM,aAAa;;;;MAAgC,CAAC;IAC3D,gEAAgE;IACzD,MAAM,cAAc;;;;MAAiC,CAAC;CAC9D"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod";
|
|
5
|
-
/**
|
|
6
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/FulfillmentType} - API reference for the FulfillmentType schema
|
|
7
|
-
*/
|
|
8
|
-
export const FulfillmentType = {
|
|
9
|
-
CollectInStore: "collect-in-store",
|
|
10
|
-
Delivery: "delivery",
|
|
11
|
-
PartialCollectAndDelivery: "partial-collect-and-delivery",
|
|
12
|
-
};
|
|
13
|
-
/** @internal */
|
|
14
|
-
export const FulfillmentType$inboundSchema = z.nativeEnum(FulfillmentType);
|
|
15
|
-
/** @internal */
|
|
16
|
-
export const FulfillmentType$outboundSchema = FulfillmentType$inboundSchema;
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
20
|
-
*/
|
|
21
|
-
export var FulfillmentType$;
|
|
22
|
-
(function (FulfillmentType$) {
|
|
23
|
-
/** @deprecated use `FulfillmentType$inboundSchema` instead. */
|
|
24
|
-
FulfillmentType$.inboundSchema = FulfillmentType$inboundSchema;
|
|
25
|
-
/** @deprecated use `FulfillmentType$outboundSchema` instead. */
|
|
26
|
-
FulfillmentType$.outboundSchema = FulfillmentType$outboundSchema;
|
|
27
|
-
})(FulfillmentType$ || (FulfillmentType$ = {}));
|
|
28
|
-
//# sourceMappingURL=fulfillmenttype.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fulfillmenttype.js","sourceRoot":"","sources":["../../../src/models/components/fulfillmenttype.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,cAAc,EAAE,kBAAkB;IAClC,QAAQ,EAAE,UAAU;IACpB,yBAAyB,EAAE,8BAA8B;CACjD,CAAC;AAMX,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B,GAEtC,CAAC,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC;AAElC,gBAAgB;AAChB,MAAM,CAAC,MAAM,8BAA8B,GAEvC,6BAA6B,CAAC;AAElC;;;GAGG;AACH,MAAM,KAAW,gBAAgB,CAKhC;AALD,WAAiB,gBAAgB;IAC/B,+DAA+D;IAClD,8BAAa,GAAG,6BAA6B,CAAC;IAC3D,gEAAgE;IACnD,+BAAc,GAAG,8BAA8B,CAAC;AAC/D,CAAC,EALgB,gBAAgB,KAAhB,gBAAgB,QAKhC"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod";
|
|
6
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/FulfillmentType} - API reference for the FulfillmentType schema
|
|
10
|
-
*/
|
|
11
|
-
export const FulfillmentType = {
|
|
12
|
-
CollectInStore: "collect-in-store",
|
|
13
|
-
Delivery: "delivery",
|
|
14
|
-
PartialCollectAndDelivery: "partial-collect-and-delivery",
|
|
15
|
-
} as const;
|
|
16
|
-
/**
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/FulfillmentType} - API reference for the FulfillmentType schema
|
|
18
|
-
*/
|
|
19
|
-
export type FulfillmentType = ClosedEnum<typeof FulfillmentType>;
|
|
20
|
-
|
|
21
|
-
/** @internal */
|
|
22
|
-
export const FulfillmentType$inboundSchema: z.ZodNativeEnum<
|
|
23
|
-
typeof FulfillmentType
|
|
24
|
-
> = z.nativeEnum(FulfillmentType);
|
|
25
|
-
|
|
26
|
-
/** @internal */
|
|
27
|
-
export const FulfillmentType$outboundSchema: z.ZodNativeEnum<
|
|
28
|
-
typeof FulfillmentType
|
|
29
|
-
> = FulfillmentType$inboundSchema;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
34
|
-
*/
|
|
35
|
-
export namespace FulfillmentType$ {
|
|
36
|
-
/** @deprecated use `FulfillmentType$inboundSchema` instead. */
|
|
37
|
-
export const inboundSchema = FulfillmentType$inboundSchema;
|
|
38
|
-
/** @deprecated use `FulfillmentType$outboundSchema` instead. */
|
|
39
|
-
export const outboundSchema = FulfillmentType$outboundSchema;
|
|
40
|
-
}
|